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
@@ -21,119 +21,119 @@ export class IgcNumericCellInfo extends IgcCellInfo {
21
21
  * Sets or gets the numeric value to use for the cell.
22
22
  */
23
23
  get numericValue() {
24
- return this.i.n9;
24
+ return this.i.oa;
25
25
  }
26
26
  set numericValue(v) {
27
- this.i.n9 = +v;
27
+ this.i.oa = +v;
28
28
  }
29
29
  /**
30
30
  * Sets or gets whether there is a decimal numeric value to use for the cell.
31
31
  */
32
32
  get hasDecimalValue() {
33
- return this.i.n5;
33
+ return this.i.n6;
34
34
  }
35
35
  set hasDecimalValue(v) {
36
- this.i.n5 = ensureBool(v);
36
+ this.i.n6 = ensureBool(v);
37
37
  }
38
38
  /**
39
39
  * The format string to apply to the value
40
40
  */
41
41
  get formatStringOverride() {
42
- return this.i.o3;
42
+ return this.i.o4;
43
43
  }
44
44
  set formatStringOverride(v) {
45
- this.i.o3 = v;
45
+ this.i.o4 = v;
46
46
  }
47
47
  get formatSpecifiers() {
48
- return this.i.n1;
48
+ return this.i.n2;
49
49
  }
50
50
  set formatSpecifiers(v) {
51
51
  if (v && !Array.isArray(v) && typeof (v) == "string") {
52
52
  const re = /\s*(?:,|\s|$)\s*/gm;
53
53
  v = v.split(re);
54
54
  }
55
- this.i.n1 = v;
55
+ this.i.n2 = v;
56
56
  }
57
57
  /**
58
58
  * The format options to apply to the value
59
59
  */
60
60
  get formatOverride() {
61
- return this.i.ov;
61
+ return this.i.ow;
62
62
  }
63
63
  set formatOverride(v) {
64
- this.i.ov = v;
64
+ this.i.ow = v;
65
65
  }
66
66
  /**
67
67
  * Sets or gets the text prepended to a negative numeric value
68
68
  */
69
69
  get negativePrefix() {
70
- return this.i.o9;
70
+ return this.i.pa;
71
71
  }
72
72
  set negativePrefix(v) {
73
- this.i.o9 = v;
73
+ this.i.pa = v;
74
74
  }
75
75
  /**
76
76
  * Sets or gets the text prepended to a positive numeric value
77
77
  */
78
78
  get positivePrefix() {
79
- return this.i.pe;
79
+ return this.i.pf;
80
80
  }
81
81
  set positivePrefix(v) {
82
- this.i.pe = v;
82
+ this.i.pf = v;
83
83
  }
84
84
  /**
85
85
  * Sets or gets the text appended to a negative numeric value
86
86
  */
87
87
  get negativeSuffix() {
88
- return this.i.pb;
88
+ return this.i.pc;
89
89
  }
90
90
  set negativeSuffix(v) {
91
- this.i.pb = v;
91
+ this.i.pc = v;
92
92
  }
93
93
  /**
94
94
  * Sets or gets the text appended to a positive numeric value
95
95
  */
96
96
  get positiveSuffix() {
97
- return this.i.pg;
97
+ return this.i.ph;
98
98
  }
99
99
  set positiveSuffix(v) {
100
- this.i.pg = v;
100
+ this.i.ph = v;
101
101
  }
102
102
  /**
103
103
  * The maximum number of decimal places to display when formatting
104
104
  */
105
105
  get maxFractionDigits() {
106
- return this.i.oh;
106
+ return this.i.oi;
107
107
  }
108
108
  set maxFractionDigits(v) {
109
- this.i.oh = +v;
109
+ this.i.oi = +v;
110
110
  }
111
111
  /**
112
112
  * The minimum number of decimal places to display when formatting
113
113
  */
114
114
  get minFractionDigits() {
115
- return this.i.oj;
115
+ return this.i.ok;
116
116
  }
117
117
  set minFractionDigits(v) {
118
- this.i.oj = +v;
118
+ this.i.ok = +v;
119
119
  }
120
120
  /**
121
121
  * The minimum number of integer digits to display when formatting
122
122
  */
123
123
  get minIntegerDigits() {
124
- return this.i.ol;
124
+ return this.i.om;
125
125
  }
126
126
  set minIntegerDigits(v) {
127
- this.i.ol = +v;
127
+ this.i.om = +v;
128
128
  }
129
129
  /**
130
130
  * Sets or gets if the grouping separator is shown
131
131
  */
132
132
  get showGroupingSeparator() {
133
- return this.i.n7;
133
+ return this.i.n8;
134
134
  }
135
135
  set showGroupingSeparator(v) {
136
- this.i.n7 = ensureBool(v);
136
+ this.i.n8 = ensureBool(v);
137
137
  }
138
138
  findByName(name) {
139
139
  var baseResult = super.findByName(name);
@@ -66,142 +66,142 @@ let IgcNumericColumnComponent = /*@__PURE__*/ (() => {
66
66
  * Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
67
67
  */
68
68
  get negativePrefix() {
69
- return this.i.p4;
69
+ return this.i.sr;
70
70
  }
71
71
  set negativePrefix(v) {
72
- this.i.p4 = v;
72
+ this.i.sr = v;
73
73
  }
74
74
  /**
75
75
  * Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
76
76
  */
77
77
  get positivePrefix() {
78
- return this.i.p8;
78
+ return this.i.sv;
79
79
  }
80
80
  set positivePrefix(v) {
81
- this.i.p8 = v;
81
+ this.i.sv = v;
82
82
  }
83
83
  /**
84
84
  * Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
85
85
  */
86
86
  get negativeSuffix() {
87
- return this.i.p6;
87
+ return this.i.st;
88
88
  }
89
89
  set negativeSuffix(v) {
90
- this.i.p6 = v;
90
+ this.i.st = v;
91
91
  }
92
92
  /**
93
93
  * Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
94
94
  */
95
95
  get positiveSuffix() {
96
- return this.i.qa;
96
+ return this.i.sx;
97
97
  }
98
98
  set positiveSuffix(v) {
99
- this.i.qa = v;
99
+ this.i.sx = v;
100
100
  }
101
101
  /**
102
102
  * Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
103
103
  */
104
104
  get maxFractionDigits() {
105
- return this.i.pj;
105
+ return this.i.r6;
106
106
  }
107
107
  set maxFractionDigits(v) {
108
- this.i.pj = +v;
109
- this._a("maxFractionDigits", this.i.pj);
108
+ this.i.r6 = +v;
109
+ this._a("maxFractionDigits", this.i.r6);
110
110
  }
111
111
  /**
112
112
  * Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
113
113
  */
114
114
  get minFractionDigits() {
115
- return this.i.pk;
115
+ return this.i.r7;
116
116
  }
117
117
  set minFractionDigits(v) {
118
- this.i.pk = +v;
119
- this._a("minFractionDigits", this.i.pk);
118
+ this.i.r7 = +v;
119
+ this._a("minFractionDigits", this.i.r7);
120
120
  }
121
121
  /**
122
122
  * Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
123
123
  */
124
124
  get minIntegerDigits() {
125
- return this.i.pl;
125
+ return this.i.r8;
126
126
  }
127
127
  set minIntegerDigits(v) {
128
- this.i.pl = +v;
129
- this._a("minIntegerDigits", this.i.pl);
128
+ this.i.r8 = +v;
129
+ this._a("minIntegerDigits", this.i.r8);
130
130
  }
131
131
  /**
132
132
  * Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
133
133
  */
134
134
  get showGroupingSeparator() {
135
- return this.i.pe;
135
+ return this.i.r1;
136
136
  }
137
137
  set showGroupingSeparator(v) {
138
- this.i.pe = ensureBool(v);
139
- this._a("showGroupingSeparator", this.i.pe);
138
+ this.i.r1 = ensureBool(v);
139
+ this._a("showGroupingSeparator", this.i.r1);
140
140
  }
141
141
  /**
142
142
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
143
143
  */
144
144
  get formatString() {
145
- return this.i.pz;
145
+ return this.i.sm;
146
146
  }
147
147
  set formatString(v) {
148
- this.i.pz = v;
148
+ this.i.sm = v;
149
149
  }
150
150
  get formatSpecifiers() {
151
- return this.i.pa;
151
+ return this.i.rx;
152
152
  }
153
153
  set formatSpecifiers(v) {
154
154
  if (v && !Array.isArray(v) && typeof (v) == "string") {
155
155
  const re = /\s*(?:,|\s|$)\s*/gm;
156
156
  v = v.split(re);
157
157
  }
158
- this.i.pa = v;
158
+ this.i.rx = v;
159
159
  }
160
160
  /**
161
161
  * Gets or sets the INTL NumericFormat object to use for formatting the date values.
162
162
  */
163
163
  get formatOverride() {
164
- return this.i.po;
164
+ return this.i.sb;
165
165
  }
166
166
  set formatOverride(v) {
167
- this.i.po = v;
167
+ this.i.sb = v;
168
168
  }
169
169
  /**
170
170
  * Gets or sets the editor type used for editing cells in this column.
171
171
  */
172
172
  get editorType() {
173
- return this.i.pc;
173
+ return this.i.rz;
174
174
  }
175
175
  set editorType(v) {
176
- this.i.pc = ensureEnum(EditorType_$type, v);
177
- this._a("editorType", enumToString(EditorType_$type, this.i.pc));
176
+ this.i.rz = ensureEnum(EditorType_$type, v);
177
+ this._a("editorType", enumToString(EditorType_$type, this.i.rz));
178
178
  }
179
179
  /**
180
180
  * Gets or sets the ComboBox data source.
181
181
  */
182
182
  get editorDataSource() {
183
- return this.i.pn;
183
+ return this.i.sa;
184
184
  }
185
185
  set editorDataSource(v) {
186
- this.i.pn = v;
186
+ this.i.sa = v;
187
187
  }
188
188
  /**
189
189
  * Gets or sets the ComboBox text field.
190
190
  */
191
191
  get editorTextField() {
192
- return this.i.pu;
192
+ return this.i.sh;
193
193
  }
194
194
  set editorTextField(v) {
195
- this.i.pu = v;
195
+ this.i.sh = v;
196
196
  }
197
197
  /**
198
198
  * Gets or sets the ComboBox value field.
199
199
  */
200
200
  get editorValueField() {
201
- return this.i.pv;
201
+ return this.i.si;
202
202
  }
203
203
  set editorValueField(v) {
204
- this.i.pv = v;
204
+ this.i.si = v;
205
205
  }
206
206
  findByName(name) {
207
207
  var baseResult = super.findByName(name);
@@ -4,11 +4,13 @@ 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";
10
11
  export class IgcNumericColumnModule {
11
12
  static register() {
13
+ TypeRegistrar.registerCons("IgcNumericCellInfo", IgcNumericCellInfo);
12
14
  IgcNumericColumnComponent.register();
13
15
  TypeRegistrar.registerCons("IgcNumericColumnComponent", IgcNumericColumnComponent);
14
16
  TypeRegistrar.register("NumericColumn", NumericColumn.$type);
@@ -4,11 +4,13 @@ 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";
10
11
  export class IgcRowSeparatorModule {
11
12
  static register() {
13
+ TypeRegistrar.registerCons("IgcRowSeparatorInfo", IgcRowSeparatorInfo);
12
14
  IgcRowSeparatorComponent.register();
13
15
  TypeRegistrar.registerCons("IgcRowSeparatorComponent", IgcRowSeparatorComponent);
14
16
  TypeRegistrar.register("RowSeparator", RowSeparator.$type);
@@ -22,27 +22,27 @@ export class IgcSectionHeaderCellInfo extends IgcCellInfo {
22
22
  * Sets or gets the resolved text for the section header cell.
23
23
  */
24
24
  get resolvedText() {
25
- return this.i.og;
25
+ return this.i.oh;
26
26
  }
27
27
  set resolvedText(v) {
28
- this.i.og = v;
28
+ this.i.oh = v;
29
29
  }
30
30
  /**
31
31
  * Sets or gets the resolved summary text for the section header cell.
32
32
  */
33
33
  get resolvedSummaryText() {
34
- return this.i.oe;
34
+ return this.i.of;
35
35
  }
36
36
  set resolvedSummaryText(v) {
37
- this.i.oe = v;
37
+ this.i.of = v;
38
38
  }
39
39
  /**
40
40
  * Sets or gets how summaries are displayed in the section header cell.
41
41
  */
42
42
  get summaryDisplayMode() {
43
- return this.i.n5;
43
+ return this.i.n6;
44
44
  }
45
45
  set summaryDisplayMode(v) {
46
- this.i.n5 = ensureEnum(GroupSummaryDisplayMode_$type, v);
46
+ this.i.n6 = ensureEnum(GroupSummaryDisplayMode_$type, v);
47
47
  }
48
48
  }
@@ -63,72 +63,72 @@ let IgcSectionHeaderComponent = /*@__PURE__*/ (() => {
63
63
  }
64
64
  }
65
65
  get selectedBackground() {
66
- return brushToString(this.i.ht);
66
+ return brushToString(this.i.hv);
67
67
  }
68
68
  set selectedBackground(v) {
69
- this.i.ht = stringToBrush(v);
70
- this._a("selectedBackground", brushToString(this.i.ht));
69
+ this.i.hv = stringToBrush(v);
70
+ this._a("selectedBackground", brushToString(this.i.hv));
71
71
  }
72
72
  get actualSelectedBackground() {
73
- return brushToString(this.i.hs);
73
+ return brushToString(this.i.hu);
74
74
  }
75
75
  set actualSelectedBackground(v) {
76
- this.i.hs = stringToBrush(v);
77
- this._a("actualSelectedBackground", brushToString(this.i.hs));
76
+ this.i.hu = stringToBrush(v);
77
+ this._a("actualSelectedBackground", brushToString(this.i.hu));
78
78
  }
79
79
  /**
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.hb;
83
+ return this.i.hd;
84
84
  }
85
85
  set paddingLeft(v) {
86
- this.i.hb = +v;
87
- this._a("paddingLeft", this.i.hb);
86
+ this.i.hd = +v;
87
+ this._a("paddingLeft", this.i.hd);
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.hd;
93
+ return this.i.hf;
94
94
  }
95
95
  set paddingTop(v) {
96
- this.i.hd = +v;
97
- this._a("paddingTop", this.i.hd);
96
+ this.i.hf = +v;
97
+ this._a("paddingTop", this.i.hf);
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.hc;
103
+ return this.i.he;
104
104
  }
105
105
  set paddingRight(v) {
106
- this.i.hc = +v;
107
- this._a("paddingRight", this.i.hc);
106
+ this.i.he = +v;
107
+ this._a("paddingRight", this.i.he);
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.ha;
113
+ return this.i.hc;
114
114
  }
115
115
  set paddingBottom(v) {
116
- this.i.ha = +v;
117
- this._a("paddingBottom", this.i.ha);
116
+ this.i.hc = +v;
117
+ this._a("paddingBottom", this.i.hc);
118
118
  }
119
119
  get isCollapsable() {
120
- return this.i.g4;
120
+ return this.i.g6;
121
121
  }
122
122
  set isCollapsable(v) {
123
- this.i.g4 = ensureBool(v);
124
- this._a("isCollapsable", this.i.g4);
123
+ this.i.g6 = ensureBool(v);
124
+ this._a("isCollapsable", this.i.g6);
125
125
  }
126
126
  get summaryDisplayMode() {
127
- return this.i.g1;
127
+ return this.i.g3;
128
128
  }
129
129
  set summaryDisplayMode(v) {
130
- this.i.g1 = ensureEnum(GroupSummaryDisplayMode_$type, v);
131
- this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.g1));
130
+ this.i.g3 = ensureEnum(GroupSummaryDisplayMode_$type, v);
131
+ this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.g3));
132
132
  }
133
133
  }
134
134
  IgcSectionHeaderComponent._observedAttributesIgcSectionHeaderComponent = null;
@@ -4,11 +4,13 @@ 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";
10
11
  export class IgcSectionHeaderModule {
11
12
  static register() {
13
+ TypeRegistrar.registerCons("IgcSectionHeaderCellInfo", IgcSectionHeaderCellInfo);
12
14
  IgcSectionHeaderComponent.register();
13
15
  TypeRegistrar.registerCons("IgcSectionHeaderComponent", IgcSectionHeaderComponent);
14
16
  TypeRegistrar.register("SectionHeader", SectionHeader.$type);
@@ -22,38 +22,38 @@ export class IgcSummaryCellInfo extends IgcCellInfo {
22
22
  * Sets or gets the resolved summary label for the summary cell.
23
23
  */
24
24
  get resolvedSummaryLabel() {
25
- return this.i.n8;
25
+ return this.i.n9;
26
26
  }
27
27
  set resolvedSummaryLabel(v) {
28
- this.i.n8 = v;
28
+ this.i.n9 = v;
29
29
  }
30
30
  /**
31
31
  * Sets or gets the resolved summary value for the sumamry cell.
32
32
  */
33
33
  get resolvedSummaryValue() {
34
- return this.i.oa;
34
+ return this.i.ob;
35
35
  }
36
36
  set resolvedSummaryValue(v) {
37
- this.i.oa = v;
37
+ this.i.ob = v;
38
38
  }
39
39
  /**
40
40
  * Gets or sets the color of the text for the summary label in the cell.
41
41
  */
42
42
  get summaryLabelTextColor() {
43
- return brushToString(this.i.of);
43
+ return brushToString(this.i.og);
44
44
  }
45
45
  set summaryLabelTextColor(v) {
46
- this.i.of = stringToBrush(v);
46
+ this.i.og = stringToBrush(v);
47
47
  }
48
48
  get font() {
49
- if (this.i.n1 == null) {
49
+ if (this.i.n2 == null) {
50
50
  return null;
51
51
  }
52
- return this.i.n1.fontString;
52
+ return this.i.n2.fontString;
53
53
  }
54
54
  set font(v) {
55
55
  let fi = new FontInfo();
56
56
  fi.fontString = v;
57
- this.i.n1 = fi;
57
+ this.i.n2 = fi;
58
58
  }
59
59
  }
@@ -55,41 +55,41 @@ let IgcSummaryRowComponent = /*@__PURE__*/ (() => {
55
55
  * Gets or sets the background color for summary cells when selected.
56
56
  */
57
57
  get selectedBackground() {
58
- return brushToString(this.i.hw);
58
+ return brushToString(this.i.hy);
59
59
  }
60
60
  set selectedBackground(v) {
61
- this.i.hw = stringToBrush(v);
62
- this._a("selectedBackground", brushToString(this.i.hw));
61
+ this.i.hy = stringToBrush(v);
62
+ this._a("selectedBackground", brushToString(this.i.hy));
63
63
  }
64
64
  /**
65
65
  * Gets the actual background color for summary cells when selected.
66
66
  */
67
67
  get actualSelectedBackground() {
68
- return brushToString(this.i.ht);
68
+ return brushToString(this.i.hv);
69
69
  }
70
70
  set actualSelectedBackground(v) {
71
- this.i.ht = stringToBrush(v);
72
- this._a("actualSelectedBackground", brushToString(this.i.ht));
71
+ this.i.hv = stringToBrush(v);
72
+ this._a("actualSelectedBackground", brushToString(this.i.hv));
73
73
  }
74
74
  /**
75
75
  * Gets or sets the text color for the summary labels.
76
76
  */
77
77
  get summaryLabelTextColor() {
78
- return brushToString(this.i.hx);
78
+ return brushToString(this.i.hz);
79
79
  }
80
80
  set summaryLabelTextColor(v) {
81
- this.i.hx = stringToBrush(v);
82
- this._a("summaryLabelTextColor", brushToString(this.i.hx));
81
+ this.i.hz = stringToBrush(v);
82
+ this._a("summaryLabelTextColor", brushToString(this.i.hz));
83
83
  }
84
84
  /**
85
85
  * Gets the actual text color for the summary labels.
86
86
  */
87
87
  get actualSummaryLabelTextColor() {
88
- return brushToString(this.i.hu);
88
+ return brushToString(this.i.hw);
89
89
  }
90
90
  set actualSummaryLabelTextColor(v) {
91
- this.i.hu = stringToBrush(v);
92
- this._a("actualSummaryLabelTextColor", brushToString(this.i.hu));
91
+ this.i.hw = stringToBrush(v);
92
+ this._a("actualSummaryLabelTextColor", brushToString(this.i.hw));
93
93
  }
94
94
  /**
95
95
  * Gets or sets the text style for the summary labels.
@@ -110,41 +110,41 @@ let IgcSummaryRowComponent = /*@__PURE__*/ (() => {
110
110
  * Gets or sets the amount of left padding to use for the cell content for this column.
111
111
  */
112
112
  get paddingLeft() {
113
- return this.i.g9;
113
+ return this.i.hb;
114
114
  }
115
115
  set paddingLeft(v) {
116
- this.i.g9 = +v;
117
- this._a("paddingLeft", this.i.g9);
116
+ this.i.hb = +v;
117
+ this._a("paddingLeft", this.i.hb);
118
118
  }
119
119
  /**
120
120
  * Gets or sets the amount of top padding to use for the cell content for this column.
121
121
  */
122
122
  get paddingTop() {
123
- return this.i.hb;
123
+ return this.i.hd;
124
124
  }
125
125
  set paddingTop(v) {
126
- this.i.hb = +v;
127
- this._a("paddingTop", this.i.hb);
126
+ this.i.hd = +v;
127
+ this._a("paddingTop", this.i.hd);
128
128
  }
129
129
  /**
130
130
  * Gets or sets the amount of right padding to use for the cell content of this column.
131
131
  */
132
132
  get paddingRight() {
133
- return this.i.ha;
133
+ return this.i.hc;
134
134
  }
135
135
  set paddingRight(v) {
136
- this.i.ha = +v;
137
- this._a("paddingRight", this.i.ha);
136
+ this.i.hc = +v;
137
+ this._a("paddingRight", this.i.hc);
138
138
  }
139
139
  /**
140
140
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
141
141
  */
142
142
  get paddingBottom() {
143
- return this.i.g8;
143
+ return this.i.ha;
144
144
  }
145
145
  set paddingBottom(v) {
146
- this.i.g8 = +v;
147
- this._a("paddingBottom", this.i.g8);
146
+ this.i.ha = +v;
147
+ this._a("paddingBottom", this.i.ha);
148
148
  }
149
149
  }
150
150
  IgcSummaryRowComponent._observedAttributesIgcSummaryRowComponent = null;
@@ -20,9 +20,9 @@ export class IgcTemplateCellInfo extends IgcCellInfo {
20
20
  * Sets or gets the value to provide to the template.
21
21
  */
22
22
  get value() {
23
- return this.i.n2;
23
+ return this.i.n3;
24
24
  }
25
25
  set value(v) {
26
- this.i.n2 = v;
26
+ this.i.n3 = v;
27
27
  }
28
28
  }