igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.3

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 (238) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +45073 -42900
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  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 +24 -24
  17. package/esm2015/lib/CheckboxListBridge.js +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +417 -412
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8014 -6939
  21. package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +5 -5
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/EditorCellPresenter.js +21 -21
  33. package/esm2015/lib/FilterCellPresenter.js +12 -12
  34. package/esm2015/lib/GridCellBase.js +6 -6
  35. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
  36. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  37. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  38. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  40. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  42. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  43. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  44. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  45. package/esm2015/lib/GridExternalWrapper.js +6 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
  47. package/esm2015/lib/GridIconRepository.js +92 -0
  48. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  49. package/esm2015/lib/GridStyleRepository.js +123 -115
  50. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  51. package/esm2015/lib/ICheckboxListView.js +11 -0
  52. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  53. package/esm2015/lib/ImageCellPresenter.js +7 -7
  54. package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
  55. package/esm2015/lib/NumericCellPresenter.js +8 -8
  56. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  57. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  58. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  59. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  60. package/esm2015/lib/TemplateHeader.js +5 -5
  61. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  62. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  63. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  64. package/esm2015/lib/TextCellPresenter.js +9 -9
  65. package/esm2015/lib/TextHeaderCell.js +62 -27
  66. package/esm2015/lib/TextHeaderCellPresenter.js +45 -26
  67. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  68. package/esm2015/lib/igc-cell-info.js +106 -91
  69. package/esm2015/lib/igc-checkbox-list-component.js +57 -58
  70. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  71. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  72. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  73. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  74. package/esm2015/lib/igc-data-grid-column-component.js +332 -229
  75. package/esm2015/lib/igc-data-grid-component.js +145 -0
  76. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
  77. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  78. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  79. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  80. package/esm2015/lib/igc-definition-base-component.js +12 -12
  81. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  82. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  83. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  84. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  85. package/esm2015/lib/igc-header-component.js +24 -24
  86. package/esm2015/lib/igc-image-cell-info.js +6 -6
  87. package/esm2015/lib/igc-image-column-component.js +12 -12
  88. package/esm2015/lib/igc-image-column-module.js +2 -0
  89. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  90. package/esm2015/lib/igc-numeric-column-component.js +46 -35
  91. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  92. package/esm2015/lib/igc-row-separator-module.js +2 -0
  93. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  94. package/esm2015/lib/igc-section-header-component.js +38 -24
  95. package/esm2015/lib/igc-section-header-module.js +2 -0
  96. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  97. package/esm2015/lib/igc-summary-row-component.js +24 -24
  98. package/esm2015/lib/igc-template-cell-info.js +2 -2
  99. package/esm2015/lib/igc-template-column-module.js +2 -0
  100. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  101. package/esm2015/lib/igc-template-header-module.js +2 -0
  102. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  103. package/esm2015/lib/igc-text-cell-info.js +2 -2
  104. package/esm2015/lib/igc-text-column-component.js +9 -9
  105. package/esm2015/lib/igc-text-column-module.js +2 -0
  106. package/esm2015/lib/igc-text-header-cell-info.js +74 -24
  107. package/esm2015/lib/igc-text-header-module.js +2 -0
  108. package/esm2015/public_api.js +2 -0
  109. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  110. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  111. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  112. package/esm5/lib/CanvasGridCellBase.js +13 -13
  113. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  114. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  115. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  116. package/esm5/lib/CanvasSummaryCell.js +2 -2
  117. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  118. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  119. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  120. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  121. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  122. package/esm5/lib/CellPresenterBase.js +24 -24
  123. package/esm5/lib/CheckboxListBridge.js +36 -36
  124. package/esm5/lib/CheckboxListView_combined.js +400 -395
  125. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  126. package/esm5/lib/ColumnFilterCondition_combined.js +8053 -6793
  127. package/esm5/lib/ColumnGroupingView_combined.js +13 -13
  128. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  129. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  130. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  131. package/esm5/lib/ContentCellModelHelper.js +5 -5
  132. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  133. package/esm5/lib/DataGridLocaleEn.js +3 -0
  134. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  135. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  136. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  137. package/esm5/lib/Dragger.js +4 -4
  138. package/esm5/lib/EditorCellPresenter.js +21 -21
  139. package/esm5/lib/FilterCellPresenter.js +12 -12
  140. package/esm5/lib/GridCellBase.js +6 -6
  141. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  142. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  143. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  144. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  146. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  147. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  148. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  149. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  150. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  151. package/esm5/lib/GridExternalWrapper.js +6 -6
  152. package/esm5/lib/GridFilterDialogView_combined.js +377 -244
  153. package/esm5/lib/GridIconRepository.js +97 -0
  154. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  155. package/esm5/lib/GridStyleRepository.js +127 -115
  156. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  157. package/esm5/lib/ICheckboxListView.js +11 -0
  158. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  159. package/esm5/lib/ImageCellPresenter.js +7 -7
  160. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  161. package/esm5/lib/NumericCellPresenter.js +8 -8
  162. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  163. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  164. package/esm5/lib/SummaryCellPresenter.js +6 -6
  165. package/esm5/lib/TemplateCellPresenter.js +2 -2
  166. package/esm5/lib/TemplateHeader.js +5 -5
  167. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  168. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  169. package/esm5/lib/TemplateSectionHeader.js +1 -1
  170. package/esm5/lib/TextCellPresenter.js +9 -9
  171. package/esm5/lib/TextHeaderCell.js +62 -27
  172. package/esm5/lib/TextHeaderCellPresenter.js +45 -26
  173. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  174. package/esm5/lib/igc-cell-info.js +114 -91
  175. package/esm5/lib/igc-checkbox-list-component.js +57 -58
  176. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  177. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  178. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  179. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  180. package/esm5/lib/igc-data-grid-column-component.js +380 -229
  181. package/esm5/lib/igc-data-grid-component.js +191 -0
  182. package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
  183. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  184. package/esm5/lib/igc-date-time-column-component.js +23 -23
  185. package/esm5/lib/igc-date-time-column-module.js +2 -0
  186. package/esm5/lib/igc-definition-base-component.js +12 -12
  187. package/esm5/lib/igc-editor-cell-info.js +23 -23
  188. package/esm5/lib/igc-filter-cell-info.js +26 -26
  189. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  190. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  191. package/esm5/lib/igc-header-component.js +24 -24
  192. package/esm5/lib/igc-image-cell-info.js +6 -6
  193. package/esm5/lib/igc-image-column-component.js +12 -12
  194. package/esm5/lib/igc-image-column-module.js +2 -0
  195. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  196. package/esm5/lib/igc-numeric-column-component.js +50 -35
  197. package/esm5/lib/igc-numeric-column-module.js +2 -0
  198. package/esm5/lib/igc-row-separator-module.js +2 -0
  199. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  200. package/esm5/lib/igc-section-header-component.js +46 -24
  201. package/esm5/lib/igc-section-header-module.js +2 -0
  202. package/esm5/lib/igc-summary-cell-info.js +9 -9
  203. package/esm5/lib/igc-summary-row-component.js +24 -24
  204. package/esm5/lib/igc-template-cell-info.js +2 -2
  205. package/esm5/lib/igc-template-column-module.js +2 -0
  206. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  207. package/esm5/lib/igc-template-header-module.js +2 -0
  208. package/esm5/lib/igc-template-section-header-module.js +4 -0
  209. package/esm5/lib/igc-text-cell-info.js +2 -2
  210. package/esm5/lib/igc-text-column-component.js +9 -9
  211. package/esm5/lib/igc-text-column-module.js +2 -0
  212. package/esm5/lib/igc-text-header-cell-info.js +98 -24
  213. package/esm5/lib/igc-text-header-module.js +2 -0
  214. package/esm5/public_api.js +2 -0
  215. package/fesm2015/igniteui-webcomponents-data-grids.js +39274 -37487
  216. package/fesm5/igniteui-webcomponents-data-grids.js +45073 -42902
  217. package/lib/CheckboxListView_combined.d.ts +104 -104
  218. package/lib/ColumnFilterCondition_combined.d.ts +1768 -1659
  219. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  220. package/lib/DataGridLocaleEn.d.ts +3 -0
  221. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  222. package/lib/GridIconRepository.d.ts +44 -0
  223. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  224. package/lib/GridStyleRepository.d.ts +3 -2
  225. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  226. package/lib/ICheckboxListView.d.ts +38 -0
  227. package/lib/TemplateHeader.d.ts +1 -1
  228. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  229. package/lib/TemplateSectionHeader.d.ts +1 -1
  230. package/lib/igc-cell-info.d.ts +9 -0
  231. package/lib/igc-data-grid-column-component.d.ts +33 -0
  232. package/lib/igc-data-grid-component.d.ts +48 -0
  233. package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
  234. package/lib/igc-numeric-column-component.d.ts +6 -0
  235. package/lib/igc-section-header-component.d.ts +4 -0
  236. package/lib/igc-text-header-cell-info.d.ts +15 -0
  237. package/package.json +4 -4
  238. package/public_api.d.ts +2 -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.oe;
25
25
  }
26
26
  set numericValue(v) {
27
- this.i.n9 = +v;
27
+ this.i.oe = +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.oa;
34
34
  }
35
35
  set hasDecimalValue(v) {
36
- this.i.n5 = ensureBool(v);
36
+ this.i.oa = 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.o8;
43
43
  }
44
44
  set formatStringOverride(v) {
45
- this.i.o3 = v;
45
+ this.i.o8 = v;
46
46
  }
47
47
  get formatSpecifiers() {
48
- return this.i.n1;
48
+ return this.i.n6;
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.n6 = 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.o0;
62
62
  }
63
63
  set formatOverride(v) {
64
- this.i.ov = v;
64
+ this.i.o0 = 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.pe;
71
71
  }
72
72
  set negativePrefix(v) {
73
- this.i.o9 = v;
73
+ this.i.pe = 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.pj;
80
80
  }
81
81
  set positivePrefix(v) {
82
- this.i.pe = v;
82
+ this.i.pj = 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.pg;
89
89
  }
90
90
  set negativeSuffix(v) {
91
- this.i.pb = v;
91
+ this.i.pg = 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.pl;
98
98
  }
99
99
  set positiveSuffix(v) {
100
- this.i.pg = v;
100
+ this.i.pl = 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.om;
107
107
  }
108
108
  set maxFractionDigits(v) {
109
- this.i.oh = +v;
109
+ this.i.om = +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.oo;
116
116
  }
117
117
  set minFractionDigits(v) {
118
- this.i.oj = +v;
118
+ this.i.oo = +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.oq;
125
125
  }
126
126
  set minIntegerDigits(v) {
127
- this.i.ol = +v;
127
+ this.i.oq = +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.oc;
134
134
  }
135
135
  set showGroupingSeparator(v) {
136
- this.i.n7 = ensureBool(v);
136
+ this.i.oc = ensureBool(v);
137
137
  }
138
138
  findByName(name) {
139
139
  var baseResult = super.findByName(name);
@@ -66,142 +66,153 @@ 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.rl;
69
+ return this.i.s2;
70
70
  }
71
71
  set negativePrefix(v) {
72
- this.i.rl = v;
72
+ this.i.s2 = 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.rp;
78
+ return this.i.s6;
79
79
  }
80
80
  set positivePrefix(v) {
81
- this.i.rp = v;
81
+ this.i.s6 = 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.rn;
87
+ return this.i.s4;
88
88
  }
89
89
  set negativeSuffix(v) {
90
- this.i.rn = v;
90
+ this.i.s4 = 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.rr;
96
+ return this.i.s8;
97
97
  }
98
98
  set positiveSuffix(v) {
99
- this.i.rr = v;
99
+ this.i.s8 = 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.q0;
105
+ return this.i.sg;
106
106
  }
107
107
  set maxFractionDigits(v) {
108
- this.i.q0 = +v;
109
- this._a("maxFractionDigits", this.i.q0);
108
+ this.i.sg = +v;
109
+ this._a("maxFractionDigits", this.i.sg);
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.q1;
115
+ return this.i.sh;
116
116
  }
117
117
  set minFractionDigits(v) {
118
- this.i.q1 = +v;
119
- this._a("minFractionDigits", this.i.q1);
118
+ this.i.sh = +v;
119
+ this._a("minFractionDigits", this.i.sh);
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.q2;
125
+ return this.i.si;
126
126
  }
127
127
  set minIntegerDigits(v) {
128
- this.i.q2 = +v;
129
- this._a("minIntegerDigits", this.i.q2);
128
+ this.i.si = +v;
129
+ this._a("minIntegerDigits", this.i.si);
130
+ }
131
+ /**
132
+ * Gets or sets whether the column's values are displayed as percentages.
133
+ * When true, the raw numeric value is multiplied by 100 before it is formatted for display.
134
+ */
135
+ get isPercent() {
136
+ return this.i.sa;
137
+ }
138
+ set isPercent(v) {
139
+ this.i.sa = ensureBool(v);
140
+ this._a("isPercent", this.i.sa);
130
141
  }
131
142
  /**
132
143
  * Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
133
144
  */
134
145
  get showGroupingSeparator() {
135
- return this.i.qv;
146
+ return this.i.sb;
136
147
  }
137
148
  set showGroupingSeparator(v) {
138
- this.i.qv = ensureBool(v);
139
- this._a("showGroupingSeparator", this.i.qv);
149
+ this.i.sb = ensureBool(v);
150
+ this._a("showGroupingSeparator", this.i.sb);
140
151
  }
141
152
  /**
142
153
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
143
154
  */
144
155
  get formatString() {
145
- return this.i.rg;
156
+ return this.i.sw;
146
157
  }
147
158
  set formatString(v) {
148
- this.i.rg = v;
159
+ this.i.sw = v;
149
160
  }
150
161
  get formatSpecifiers() {
151
- return this.i.qr;
162
+ return this.i.r5;
152
163
  }
153
164
  set formatSpecifiers(v) {
154
165
  if (v && !Array.isArray(v) && typeof (v) == "string") {
155
166
  const re = /\s*(?:,|\s|$)\s*/gm;
156
167
  v = v.split(re);
157
168
  }
158
- this.i.qr = v;
169
+ this.i.r5 = v;
159
170
  }
160
171
  /**
161
172
  * Gets or sets the INTL NumericFormat object to use for formatting the date values.
162
173
  */
163
174
  get formatOverride() {
164
- return this.i.q5;
175
+ return this.i.sl;
165
176
  }
166
177
  set formatOverride(v) {
167
- this.i.q5 = v;
178
+ this.i.sl = v;
168
179
  }
169
180
  /**
170
181
  * Gets or sets the editor type used for editing cells in this column.
171
182
  */
172
183
  get editorType() {
173
- return this.i.qt;
184
+ return this.i.r7;
174
185
  }
175
186
  set editorType(v) {
176
- this.i.qt = ensureEnum(EditorType_$type, v);
177
- this._a("editorType", enumToString(EditorType_$type, this.i.qt));
187
+ this.i.r7 = ensureEnum(EditorType_$type, v);
188
+ this._a("editorType", enumToString(EditorType_$type, this.i.r7));
178
189
  }
179
190
  /**
180
191
  * Gets or sets the ComboBox data source.
181
192
  */
182
193
  get editorDataSource() {
183
- return this.i.q4;
194
+ return this.i.sk;
184
195
  }
185
196
  set editorDataSource(v) {
186
- this.i.q4 = v;
197
+ this.i.sk = v;
187
198
  }
188
199
  /**
189
200
  * Gets or sets the ComboBox text field.
190
201
  */
191
202
  get editorTextField() {
192
- return this.i.rb;
203
+ return this.i.sr;
193
204
  }
194
205
  set editorTextField(v) {
195
- this.i.rb = v;
206
+ this.i.sr = v;
196
207
  }
197
208
  /**
198
209
  * Gets or sets the ComboBox value field.
199
210
  */
200
211
  get editorValueField() {
201
- return this.i.rc;
212
+ return this.i.ss;
202
213
  }
203
214
  set editorValueField(v) {
204
- this.i.rc = v;
215
+ this.i.ss = v;
205
216
  }
206
217
  findByName(name) {
207
218
  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.ol;
26
26
  }
27
27
  set resolvedText(v) {
28
- this.i.og = v;
28
+ this.i.ol = 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.oj;
35
35
  }
36
36
  set resolvedSummaryText(v) {
37
- this.i.oe = v;
37
+ this.i.oj = 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.oa;
44
44
  }
45
45
  set summaryDisplayMode(v) {
46
- this.i.n5 = ensureEnum(GroupSummaryDisplayMode_$type, v);
46
+ this.i.oa = ensureEnum(GroupSummaryDisplayMode_$type, v);
47
47
  }
48
48
  }
@@ -63,72 +63,86 @@ let IgcSectionHeaderComponent = /*@__PURE__*/ (() => {
63
63
  }
64
64
  }
65
65
  get selectedBackground() {
66
- return brushToString(this.i.hv);
66
+ return brushToString(this.i.h2);
67
67
  }
68
68
  set selectedBackground(v) {
69
- this.i.hv = stringToBrush(v);
70
- this._a("selectedBackground", brushToString(this.i.hv));
69
+ this.i.h2 = stringToBrush(v);
70
+ this._a("selectedBackground", brushToString(this.i.h2));
71
71
  }
72
72
  get actualSelectedBackground() {
73
- return brushToString(this.i.hu);
73
+ return brushToString(this.i.h0);
74
74
  }
75
75
  set actualSelectedBackground(v) {
76
- this.i.hu = stringToBrush(v);
77
- this._a("actualSelectedBackground", brushToString(this.i.hu));
76
+ this.i.h0 = stringToBrush(v);
77
+ this._a("actualSelectedBackground", brushToString(this.i.h0));
78
+ }
79
+ get selectedTextColor() {
80
+ return brushToString(this.i.h3);
81
+ }
82
+ set selectedTextColor(v) {
83
+ this.i.h3 = stringToBrush(v);
84
+ this._a("selectedTextColor", brushToString(this.i.h3));
85
+ }
86
+ get actualSelectedTextColor() {
87
+ return brushToString(this.i.h1);
88
+ }
89
+ set actualSelectedTextColor(v) {
90
+ this.i.h1 = stringToBrush(v);
91
+ this._a("actualSelectedTextColor", brushToString(this.i.h1));
78
92
  }
79
93
  /**
80
94
  * Gets or sets the amount of left padding to use for the cell content for this column.
81
95
  */
82
96
  get paddingLeft() {
83
- return this.i.hd;
97
+ return this.i.he;
84
98
  }
85
99
  set paddingLeft(v) {
86
- this.i.hd = +v;
87
- this._a("paddingLeft", this.i.hd);
100
+ this.i.he = +v;
101
+ this._a("paddingLeft", this.i.he);
88
102
  }
89
103
  /**
90
104
  * Gets or sets the amount of top padding to use for the cell content for this column.
91
105
  */
92
106
  get paddingTop() {
93
- return this.i.hf;
107
+ return this.i.hg;
94
108
  }
95
109
  set paddingTop(v) {
96
- this.i.hf = +v;
97
- this._a("paddingTop", this.i.hf);
110
+ this.i.hg = +v;
111
+ this._a("paddingTop", this.i.hg);
98
112
  }
99
113
  /**
100
114
  * Gets or sets the amount of right padding to use for the cell content of this column.
101
115
  */
102
116
  get paddingRight() {
103
- return this.i.he;
117
+ return this.i.hf;
104
118
  }
105
119
  set paddingRight(v) {
106
- this.i.he = +v;
107
- this._a("paddingRight", this.i.he);
120
+ this.i.hf = +v;
121
+ this._a("paddingRight", this.i.hf);
108
122
  }
109
123
  /**
110
124
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
111
125
  */
112
126
  get paddingBottom() {
113
- return this.i.hc;
127
+ return this.i.hd;
114
128
  }
115
129
  set paddingBottom(v) {
116
- this.i.hc = +v;
117
- this._a("paddingBottom", this.i.hc);
130
+ this.i.hd = +v;
131
+ this._a("paddingBottom", this.i.hd);
118
132
  }
119
133
  get isCollapsable() {
120
- return this.i.g6;
134
+ return this.i.g7;
121
135
  }
122
136
  set isCollapsable(v) {
123
- this.i.g6 = ensureBool(v);
124
- this._a("isCollapsable", this.i.g6);
137
+ this.i.g7 = ensureBool(v);
138
+ this._a("isCollapsable", this.i.g7);
125
139
  }
126
140
  get summaryDisplayMode() {
127
- return this.i.g3;
141
+ return this.i.g4;
128
142
  }
129
143
  set summaryDisplayMode(v) {
130
- this.i.g3 = ensureEnum(GroupSummaryDisplayMode_$type, v);
131
- this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.g3));
144
+ this.i.g4 = ensureEnum(GroupSummaryDisplayMode_$type, v);
145
+ this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.g4));
132
146
  }
133
147
  }
134
148
  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.od;
26
26
  }
27
27
  set resolvedSummaryLabel(v) {
28
- this.i.n8 = v;
28
+ this.i.od = 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.of;
35
35
  }
36
36
  set resolvedSummaryValue(v) {
37
- this.i.oa = v;
37
+ this.i.of = 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.ok);
44
44
  }
45
45
  set summaryLabelTextColor(v) {
46
- this.i.of = stringToBrush(v);
46
+ this.i.ok = stringToBrush(v);
47
47
  }
48
48
  get font() {
49
- if (this.i.n1 == null) {
49
+ if (this.i.n6 == null) {
50
50
  return null;
51
51
  }
52
- return this.i.n1.fontString;
52
+ return this.i.n6.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.n6 = fi;
58
58
  }
59
59
  }