igniteui-webcomponents-data-grids 7.1.0-beta.1 → 7.1.0-beta.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 (233) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +11002 -9831
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +290 -290
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igc-cell-info.js +195 -186
  71. package/esm2015/lib/igc-checkbox-list-component.js +42 -22
  72. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  73. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  74. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  75. package/esm2015/lib/igc-data-binding-event-args.js +3 -0
  76. package/esm2015/lib/igc-data-grid-column-component.js +336 -276
  77. package/esm2015/lib/igc-data-grid-component.js +220 -32
  78. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +67 -37
  79. package/esm2015/lib/igc-data-grid-toolbar-component.js +40 -8
  80. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  81. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  82. package/esm2015/lib/igc-definition-base-component.js +64 -64
  83. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  84. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  85. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  86. package/esm2015/lib/igc-header-component.js +24 -24
  87. package/esm2015/lib/igc-image-cell-info.js +6 -6
  88. package/esm2015/lib/igc-image-column-component.js +12 -12
  89. package/esm2015/lib/igc-multi-column-combo-box-component.js +160 -32
  90. package/esm2015/lib/igc-numeric-cell-info.js +28 -28
  91. package/esm2015/lib/igc-numeric-column-component.js +38 -38
  92. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  93. package/esm2015/lib/igc-section-header-component.js +36 -36
  94. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  95. package/esm2015/lib/igc-summary-row-component.js +30 -30
  96. package/esm2015/lib/igc-summary-row-root-module.js +2 -0
  97. package/esm2015/lib/igc-summary-row-section-module.js +2 -0
  98. package/esm2015/lib/igc-template-cell-info.js +2 -2
  99. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  100. package/esm2015/lib/igc-text-cell-info.js +2 -2
  101. package/esm2015/lib/igc-text-column-component.js +9 -9
  102. package/esm2015/lib/igc-text-header-cell-info.js +67 -40
  103. package/esm5/lib/AccessibilityRow.js +10 -10
  104. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  105. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  106. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  107. package/esm5/lib/CanvasGridCellBase.js +2 -2
  108. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  109. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  111. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  112. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  113. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  114. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  115. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  116. package/esm5/lib/CellPath.js +79 -65
  117. package/esm5/lib/CellPresenterBase.js +46 -46
  118. package/esm5/lib/CheckboxListBridge.js +12 -0
  119. package/esm5/lib/CheckboxListView_combined.js +332 -278
  120. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  121. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  122. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  123. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  124. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  125. package/esm5/lib/ContentCellModelHelper.js +16 -16
  126. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  127. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  128. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  129. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  130. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  131. package/esm5/lib/DraggerView.js +1 -7
  132. package/esm5/lib/EditorCell.js +276 -276
  133. package/esm5/lib/EditorCellPresenter.js +27 -27
  134. package/esm5/lib/FilterCell.js +257 -257
  135. package/esm5/lib/FilterCellPresenter.js +17 -17
  136. package/esm5/lib/GridCellBase.js +205 -193
  137. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  138. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  139. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  140. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  141. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  142. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  143. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  144. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  145. package/esm5/lib/GridExternalWrapper.js +12 -6
  146. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  147. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  148. package/esm5/lib/ImageCell.js +57 -57
  149. package/esm5/lib/ImageCellPresenter.js +17 -17
  150. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  151. package/esm5/lib/NumericCell.js +8 -8
  152. package/esm5/lib/NumericCellPresenter.js +9 -9
  153. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  154. package/esm5/lib/SectionHeaderCell.js +30 -20
  155. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  156. package/esm5/lib/SummaryCell.js +44 -44
  157. package/esm5/lib/SummaryCellPresenter.js +9 -9
  158. package/esm5/lib/TemplateCell.js +15 -15
  159. package/esm5/lib/TemplateCellPresenter.js +6 -6
  160. package/esm5/lib/TemplateHeader.js +8 -8
  161. package/esm5/lib/TemplateHeaderCell.js +5 -5
  162. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  163. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  164. package/esm5/lib/TemplateSectionHeader.js +2 -2
  165. package/esm5/lib/TextCell.js +31 -30
  166. package/esm5/lib/TextCellPresenter.js +10 -10
  167. package/esm5/lib/TextHeaderCell.js +185 -179
  168. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  169. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  170. package/esm5/lib/igc-cell-info.js +207 -186
  171. package/esm5/lib/igc-checkbox-list-component.js +50 -22
  172. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  173. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  174. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  175. package/esm5/lib/igc-data-binding-event-args.js +3 -0
  176. package/esm5/lib/igc-data-grid-column-component.js +360 -276
  177. package/esm5/lib/igc-data-grid-component.js +240 -32
  178. package/esm5/lib/igc-data-grid-filter-dialog-component.js +79 -37
  179. package/esm5/lib/igc-data-grid-toolbar-component.js +40 -8
  180. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  181. package/esm5/lib/igc-date-time-column-component.js +23 -23
  182. package/esm5/lib/igc-definition-base-component.js +64 -64
  183. package/esm5/lib/igc-editor-cell-info.js +23 -23
  184. package/esm5/lib/igc-filter-cell-info.js +26 -26
  185. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  186. package/esm5/lib/igc-header-component.js +24 -24
  187. package/esm5/lib/igc-image-cell-info.js +6 -6
  188. package/esm5/lib/igc-image-column-component.js +12 -12
  189. package/esm5/lib/igc-multi-column-combo-box-component.js +160 -32
  190. package/esm5/lib/igc-numeric-cell-info.js +28 -28
  191. package/esm5/lib/igc-numeric-column-component.js +38 -38
  192. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  193. package/esm5/lib/igc-section-header-component.js +36 -36
  194. package/esm5/lib/igc-summary-cell-info.js +9 -9
  195. package/esm5/lib/igc-summary-row-component.js +29 -29
  196. package/esm5/lib/igc-summary-row-root-module.js +2 -0
  197. package/esm5/lib/igc-summary-row-section-module.js +2 -0
  198. package/esm5/lib/igc-template-cell-info.js +2 -2
  199. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  200. package/esm5/lib/igc-text-cell-info.js +2 -2
  201. package/esm5/lib/igc-text-column-component.js +9 -9
  202. package/esm5/lib/igc-text-header-cell-info.js +79 -40
  203. package/fesm2015/igniteui-webcomponents-data-grids.js +10931 -9949
  204. package/fesm5/igniteui-webcomponents-data-grids.js +11002 -9831
  205. package/lib/CellPath.d.ts +21 -20
  206. package/lib/CheckboxListExternal.d.ts +3 -0
  207. package/lib/CheckboxListView_combined.d.ts +77 -71
  208. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  209. package/lib/EditorCell.d.ts +63 -63
  210. package/lib/FilterCell.d.ts +55 -55
  211. package/lib/GridCellBase.d.ts +82 -80
  212. package/lib/GridExternalWrapper.d.ts +2 -0
  213. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  214. package/lib/ImageCell.d.ts +15 -15
  215. package/lib/NumericCell.d.ts +2 -2
  216. package/lib/SectionHeaderCell.d.ts +6 -4
  217. package/lib/SummaryCell.d.ts +10 -10
  218. package/lib/TemplateCell.d.ts +5 -5
  219. package/lib/TemplateHeader.d.ts +3 -3
  220. package/lib/TemplateHeaderCell.d.ts +2 -2
  221. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  222. package/lib/TemplateSectionHeader.d.ts +2 -2
  223. package/lib/TextCell.d.ts +7 -7
  224. package/lib/TextHeaderCell.d.ts +30 -30
  225. package/lib/VerticalSeparatorCell.d.ts +8 -8
  226. package/lib/igc-cell-info.d.ts +3 -0
  227. package/lib/igc-checkbox-list-component.d.ts +10 -0
  228. package/lib/igc-data-grid-column-component.d.ts +30 -0
  229. package/lib/igc-data-grid-component.d.ts +27 -0
  230. package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
  231. package/lib/igc-summary-row-component.d.ts +2 -2
  232. package/lib/igc-text-header-cell-info.d.ts +15 -0
  233. package/package.json +4 -4
@@ -21,128 +21,128 @@ 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.ok;
24
+ return this.i.on;
25
25
  }
26
26
  set numericValue(v) {
27
- this.i.ok = +v;
27
+ this.i.on = +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.of;
33
+ return this.i.oi;
34
34
  }
35
35
  set hasDecimalValue(v) {
36
- this.i.of = ensureBool(v);
36
+ this.i.oi = 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.pf;
42
+ return this.i.pi;
43
43
  }
44
44
  set formatStringOverride(v) {
45
- this.i.pf = v;
45
+ this.i.pi = v;
46
46
  }
47
47
  get formatSpecifiers() {
48
- return this.i.oa;
48
+ return this.i.od;
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.oa = v;
55
+ this.i.od = 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.o7;
61
+ return this.i.pa;
62
62
  }
63
63
  set formatOverride(v) {
64
- this.i.o7 = v;
64
+ this.i.pa = 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.pm;
70
+ return this.i.pp;
71
71
  }
72
72
  set negativePrefix(v) {
73
- this.i.pm = v;
73
+ this.i.pp = 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.pr;
79
+ return this.i.pu;
80
80
  }
81
81
  set positivePrefix(v) {
82
- this.i.pr = v;
82
+ this.i.pu = 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.po;
88
+ return this.i.pr;
89
89
  }
90
90
  set negativeSuffix(v) {
91
- this.i.po = v;
91
+ this.i.pr = 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.pt;
97
+ return this.i.pw;
98
98
  }
99
99
  set positiveSuffix(v) {
100
- this.i.pt = v;
100
+ this.i.pw = 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.ot;
106
+ return this.i.ow;
107
107
  }
108
108
  set maxFractionDigits(v) {
109
- this.i.ot = +v;
109
+ this.i.ow = +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.ov;
115
+ return this.i.oy;
116
116
  }
117
117
  set minFractionDigits(v) {
118
- this.i.ov = +v;
118
+ this.i.oy = +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.ox;
124
+ return this.i.o0;
125
125
  }
126
126
  set minIntegerDigits(v) {
127
- this.i.ox = +v;
127
+ this.i.o0 = +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.oi;
133
+ return this.i.ol;
134
134
  }
135
135
  set showGroupingSeparator(v) {
136
- this.i.oi = ensureBool(v);
136
+ this.i.ol = ensureBool(v);
137
137
  }
138
138
  /**
139
139
  * Sets or gets if the value is treated as a percent and multiplied by 100 when formatted.
140
140
  */
141
141
  get isPercent() {
142
- return this.i.oh;
142
+ return this.i.ok;
143
143
  }
144
144
  set isPercent(v) {
145
- this.i.oh = ensureBool(v);
145
+ this.i.ok = ensureBool(v);
146
146
  }
147
147
  findByName(name) {
148
148
  var baseResult = super.findByName(name);
@@ -66,153 +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.tc;
69
+ return this.i.tz;
70
70
  }
71
71
  set negativePrefix(v) {
72
- this.i.tc = v;
72
+ this.i.tz = 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.tg;
78
+ return this.i.t3;
79
79
  }
80
80
  set positivePrefix(v) {
81
- this.i.tg = v;
81
+ this.i.t3 = 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.te;
87
+ return this.i.t1;
88
88
  }
89
89
  set negativeSuffix(v) {
90
- this.i.te = v;
90
+ this.i.t1 = 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.ti;
96
+ return this.i.t5;
97
97
  }
98
98
  set positiveSuffix(v) {
99
- this.i.ti = v;
99
+ this.i.t5 = 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.sq;
105
+ return this.i.td;
106
106
  }
107
107
  set maxFractionDigits(v) {
108
- this.i.sq = +v;
109
- this._a("maxFractionDigits", this.i.sq);
108
+ this.i.td = +v;
109
+ this._a("maxFractionDigits", this.i.td);
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.sr;
115
+ return this.i.te;
116
116
  }
117
117
  set minFractionDigits(v) {
118
- this.i.sr = +v;
119
- this._a("minFractionDigits", this.i.sr);
118
+ this.i.te = +v;
119
+ this._a("minFractionDigits", this.i.te);
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.ss;
125
+ return this.i.tf;
126
126
  }
127
127
  set minIntegerDigits(v) {
128
- this.i.ss = +v;
129
- this._a("minIntegerDigits", this.i.ss);
128
+ this.i.tf = +v;
129
+ this._a("minIntegerDigits", this.i.tf);
130
130
  }
131
131
  /**
132
132
  * Gets or sets whether the column's values are displayed as percentages.
133
133
  * When true, the raw numeric value is multiplied by 100 before it is formatted for display.
134
134
  */
135
135
  get isPercent() {
136
- return this.i.sk;
136
+ return this.i.s7;
137
137
  }
138
138
  set isPercent(v) {
139
- this.i.sk = ensureBool(v);
140
- this._a("isPercent", this.i.sk);
139
+ this.i.s7 = ensureBool(v);
140
+ this._a("isPercent", this.i.s7);
141
141
  }
142
142
  /**
143
143
  * Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
144
144
  */
145
145
  get showGroupingSeparator() {
146
- return this.i.sl;
146
+ return this.i.s8;
147
147
  }
148
148
  set showGroupingSeparator(v) {
149
- this.i.sl = ensureBool(v);
150
- this._a("showGroupingSeparator", this.i.sl);
149
+ this.i.s8 = ensureBool(v);
150
+ this._a("showGroupingSeparator", this.i.s8);
151
151
  }
152
152
  /**
153
153
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
154
154
  */
155
155
  get formatString() {
156
- return this.i.s6;
156
+ return this.i.tt;
157
157
  }
158
158
  set formatString(v) {
159
- this.i.s6 = v;
159
+ this.i.tt = v;
160
160
  }
161
161
  get formatSpecifiers() {
162
- return this.i.sf;
162
+ return this.i.s1;
163
163
  }
164
164
  set formatSpecifiers(v) {
165
165
  if (v && !Array.isArray(v) && typeof (v) == "string") {
166
166
  const re = /\s*(?:,|\s|$)\s*/gm;
167
167
  v = v.split(re);
168
168
  }
169
- this.i.sf = v;
169
+ this.i.s1 = v;
170
170
  }
171
171
  /**
172
172
  * Gets or sets the INTL NumericFormat object to use for formatting the date values.
173
173
  */
174
174
  get formatOverride() {
175
- return this.i.sv;
175
+ return this.i.ti;
176
176
  }
177
177
  set formatOverride(v) {
178
- this.i.sv = v;
178
+ this.i.ti = v;
179
179
  }
180
180
  /**
181
181
  * Gets or sets the editor type used for editing cells in this column.
182
182
  */
183
183
  get editorType() {
184
- return this.i.sh;
184
+ return this.i.s3;
185
185
  }
186
186
  set editorType(v) {
187
- this.i.sh = ensureEnum(EditorType_$type, v);
188
- this._a("editorType", enumToString(EditorType_$type, this.i.sh));
187
+ this.i.s3 = ensureEnum(EditorType_$type, v);
188
+ this._a("editorType", enumToString(EditorType_$type, this.i.s3));
189
189
  }
190
190
  /**
191
191
  * Gets or sets the ComboBox data source.
192
192
  */
193
193
  get editorDataSource() {
194
- return this.i.su;
194
+ return this.i.th;
195
195
  }
196
196
  set editorDataSource(v) {
197
- this.i.su = v;
197
+ this.i.th = v;
198
198
  }
199
199
  /**
200
200
  * Gets or sets the ComboBox text field.
201
201
  */
202
202
  get editorTextField() {
203
- return this.i.s1;
203
+ return this.i.to;
204
204
  }
205
205
  set editorTextField(v) {
206
- this.i.s1 = v;
206
+ this.i.to = v;
207
207
  }
208
208
  /**
209
209
  * Gets or sets the ComboBox value field.
210
210
  */
211
211
  get editorValueField() {
212
- return this.i.s2;
212
+ return this.i.tp;
213
213
  }
214
214
  set editorValueField(v) {
215
- this.i.s2 = v;
215
+ this.i.tp = v;
216
216
  }
217
217
  findByName(name) {
218
218
  var baseResult = super.findByName(name);
@@ -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.op;
25
+ return this.i.os;
26
26
  }
27
27
  set resolvedText(v) {
28
- this.i.op = v;
28
+ this.i.os = 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.on;
34
+ return this.i.oq;
35
35
  }
36
36
  set resolvedSummaryText(v) {
37
- this.i.on = v;
37
+ this.i.oq = 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.oe;
43
+ return this.i.oh;
44
44
  }
45
45
  set summaryDisplayMode(v) {
46
- this.i.oe = ensureEnum(GroupSummaryDisplayMode_$type, v);
46
+ this.i.oh = ensureEnum(GroupSummaryDisplayMode_$type, v);
47
47
  }
48
48
  }
@@ -63,106 +63,106 @@ let IgcSectionHeaderComponent = /*@__PURE__*/ (() => {
63
63
  }
64
64
  }
65
65
  get selectedBackground() {
66
- return brushToString(this.i.h9);
66
+ return brushToString(this.i.ib);
67
67
  }
68
68
  set selectedBackground(v) {
69
- this.i.h9 = stringToBrush(v);
70
- this._a("selectedBackground", brushToString(this.i.h9));
69
+ this.i.ib = stringToBrush(v);
70
+ this._a("selectedBackground", brushToString(this.i.ib));
71
71
  }
72
72
  get actualSelectedBackground() {
73
- return brushToString(this.i.h6);
73
+ return brushToString(this.i.h8);
74
74
  }
75
75
  set actualSelectedBackground(v) {
76
- this.i.h6 = stringToBrush(v);
77
- this._a("actualSelectedBackground", brushToString(this.i.h6));
76
+ this.i.h8 = stringToBrush(v);
77
+ this._a("actualSelectedBackground", brushToString(this.i.h8));
78
78
  }
79
79
  get selectedTextColor() {
80
- return brushToString(this.i.ia);
80
+ return brushToString(this.i.ic);
81
81
  }
82
82
  set selectedTextColor(v) {
83
- this.i.ia = stringToBrush(v);
84
- this._a("selectedTextColor", brushToString(this.i.ia));
83
+ this.i.ic = stringToBrush(v);
84
+ this._a("selectedTextColor", brushToString(this.i.ic));
85
85
  }
86
86
  get actualSelectedTextColor() {
87
- return brushToString(this.i.h7);
87
+ return brushToString(this.i.h9);
88
88
  }
89
89
  set actualSelectedTextColor(v) {
90
- this.i.h7 = stringToBrush(v);
91
- this._a("actualSelectedTextColor", brushToString(this.i.h7));
90
+ this.i.h9 = stringToBrush(v);
91
+ this._a("actualSelectedTextColor", brushToString(this.i.h9));
92
92
  }
93
93
  /**
94
94
  * Gets or sets the color of the section header's expansion indicator icon. When unset, the icon defers to the grid-level color or the resolved section header text color.
95
95
  */
96
96
  get expansionIndicatorIconColor() {
97
- return brushToString(this.i.h8);
97
+ return brushToString(this.i.ia);
98
98
  }
99
99
  set expansionIndicatorIconColor(v) {
100
- this.i.h8 = stringToBrush(v);
101
- this._a("expansionIndicatorIconColor", brushToString(this.i.h8));
100
+ this.i.ia = stringToBrush(v);
101
+ this._a("expansionIndicatorIconColor", brushToString(this.i.ia));
102
102
  }
103
103
  /**
104
104
  * Gets the resolved color of the section header's expansion indicator icon.
105
105
  */
106
106
  get actualExpansionIndicatorIconColor() {
107
- return brushToString(this.i.h5);
107
+ return brushToString(this.i.h7);
108
108
  }
109
109
  set actualExpansionIndicatorIconColor(v) {
110
- this.i.h5 = stringToBrush(v);
111
- this._a("actualExpansionIndicatorIconColor", brushToString(this.i.h5));
110
+ this.i.h7 = stringToBrush(v);
111
+ this._a("actualExpansionIndicatorIconColor", brushToString(this.i.h7));
112
112
  }
113
113
  /**
114
114
  * Gets or sets the amount of left padding to use for the cell content for this column.
115
115
  */
116
116
  get paddingLeft() {
117
- return this.i.he;
117
+ return this.i.hg;
118
118
  }
119
119
  set paddingLeft(v) {
120
- this.i.he = +v;
121
- this._a("paddingLeft", this.i.he);
120
+ this.i.hg = +v;
121
+ this._a("paddingLeft", this.i.hg);
122
122
  }
123
123
  /**
124
124
  * Gets or sets the amount of top padding to use for the cell content for this column.
125
125
  */
126
126
  get paddingTop() {
127
- return this.i.hg;
127
+ return this.i.hi;
128
128
  }
129
129
  set paddingTop(v) {
130
- this.i.hg = +v;
131
- this._a("paddingTop", this.i.hg);
130
+ this.i.hi = +v;
131
+ this._a("paddingTop", this.i.hi);
132
132
  }
133
133
  /**
134
134
  * Gets or sets the amount of right padding to use for the cell content of this column.
135
135
  */
136
136
  get paddingRight() {
137
- return this.i.hf;
137
+ return this.i.hh;
138
138
  }
139
139
  set paddingRight(v) {
140
- this.i.hf = +v;
141
- this._a("paddingRight", this.i.hf);
140
+ this.i.hh = +v;
141
+ this._a("paddingRight", this.i.hh);
142
142
  }
143
143
  /**
144
144
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
145
145
  */
146
146
  get paddingBottom() {
147
- return this.i.hd;
147
+ return this.i.hf;
148
148
  }
149
149
  set paddingBottom(v) {
150
- this.i.hd = +v;
151
- this._a("paddingBottom", this.i.hd);
150
+ this.i.hf = +v;
151
+ this._a("paddingBottom", this.i.hf);
152
152
  }
153
153
  get isCollapsable() {
154
- return this.i.g7;
154
+ return this.i.g8;
155
155
  }
156
156
  set isCollapsable(v) {
157
- this.i.g7 = ensureBool(v);
158
- this._a("isCollapsable", this.i.g7);
157
+ this.i.g8 = ensureBool(v);
158
+ this._a("isCollapsable", this.i.g8);
159
159
  }
160
160
  get summaryDisplayMode() {
161
- return this.i.g4;
161
+ return this.i.g5;
162
162
  }
163
163
  set summaryDisplayMode(v) {
164
- this.i.g4 = ensureEnum(GroupSummaryDisplayMode_$type, v);
165
- this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.g4));
164
+ this.i.g5 = ensureEnum(GroupSummaryDisplayMode_$type, v);
165
+ this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.g5));
166
166
  }
167
167
  }
168
168
  IgcSectionHeaderComponent._observedAttributesIgcSectionHeaderComponent = null;
@@ -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.oh;
25
+ return this.i.ok;
26
26
  }
27
27
  set resolvedSummaryLabel(v) {
28
- this.i.oh = v;
28
+ this.i.ok = 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.oj;
34
+ return this.i.om;
35
35
  }
36
36
  set resolvedSummaryValue(v) {
37
- this.i.oj = v;
37
+ this.i.om = 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.oo);
43
+ return brushToString(this.i.or);
44
44
  }
45
45
  set summaryLabelTextColor(v) {
46
- this.i.oo = stringToBrush(v);
46
+ this.i.or = stringToBrush(v);
47
47
  }
48
48
  get font() {
49
- if (this.i.oa == null) {
49
+ if (this.i.od == null) {
50
50
  return null;
51
51
  }
52
- return this.i.oa.fontString;
52
+ return this.i.od.fontString;
53
53
  }
54
54
  set font(v) {
55
55
  let fi = new FontInfo();
56
56
  fi.fontString = v;
57
- this.i.oa = fi;
57
+ this.i.od = fi;
58
58
  }
59
59
  }