igniteui-webcomponents-data-grids 7.1.0-alpha.2 → 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 (173) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +5951 -5689
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +3 -3
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +4 -4
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +1 -1
  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/CanvasSummaryCellPresenter.js +3 -3
  11. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  12. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  14. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  15. package/esm2015/lib/CellPresenterBase.js +20 -20
  16. package/esm2015/lib/CheckboxListView_combined.js +22 -22
  17. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  18. package/esm2015/lib/ColumnFilterCondition_combined.js +4875 -4738
  19. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  20. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  21. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  22. package/esm2015/lib/ContentCellModelHelper.js +4 -4
  23. package/esm2015/lib/DataGridCellLayoutPanel.js +9 -9
  24. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  25. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  26. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  27. package/esm2015/lib/EditorCellPresenter.js +19 -19
  28. package/esm2015/lib/FilterCellPresenter.js +11 -11
  29. package/esm2015/lib/GridCellBase.js +1 -1
  30. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  31. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  32. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  33. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  34. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  35. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  36. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  37. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  38. package/esm2015/lib/GridExternalWrapper.js +6 -6
  39. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  40. package/esm2015/lib/GridStyleRepository.js +118 -113
  41. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  42. package/esm2015/lib/ImageCellPresenter.js +7 -7
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  44. package/esm2015/lib/NumericCellPresenter.js +8 -8
  45. package/esm2015/lib/PropertyEditorView_combined.js +17 -17
  46. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  47. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  48. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  49. package/esm2015/lib/TemplateHeader.js +4 -4
  50. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  51. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  52. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  53. package/esm2015/lib/TextCellPresenter.js +9 -9
  54. package/esm2015/lib/TextHeaderCellPresenter.js +38 -38
  55. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  56. package/esm2015/lib/igc-cell-info.js +76 -67
  57. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  58. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  59. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  60. package/esm2015/lib/igc-data-grid-column-component.js +281 -261
  61. package/esm2015/lib/igc-data-grid-component.js +10 -0
  62. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  63. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  64. package/esm2015/lib/igc-definition-base-component.js +12 -12
  65. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  66. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  67. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  68. package/esm2015/lib/igc-header-component.js +24 -24
  69. package/esm2015/lib/igc-image-cell-info.js +6 -6
  70. package/esm2015/lib/igc-image-column-component.js +12 -12
  71. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  72. package/esm2015/lib/igc-numeric-column-component.js +46 -35
  73. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  74. package/esm2015/lib/igc-section-header-component.js +38 -24
  75. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  76. package/esm2015/lib/igc-summary-row-component.js +24 -24
  77. package/esm2015/lib/igc-template-cell-info.js +2 -2
  78. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  79. package/esm2015/lib/igc-text-cell-info.js +2 -2
  80. package/esm2015/lib/igc-text-column-component.js +9 -9
  81. package/esm2015/lib/igc-text-header-cell-info.js +38 -38
  82. package/esm5/lib/CanvasCellPresenterBase.js +3 -3
  83. package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
  84. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  85. package/esm5/lib/CanvasGridCellBase.js +1 -1
  86. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  87. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  88. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  89. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  90. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  91. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  92. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  93. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  94. package/esm5/lib/CellPresenterBase.js +20 -20
  95. package/esm5/lib/CheckboxListView_combined.js +22 -22
  96. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  97. package/esm5/lib/ColumnFilterCondition_combined.js +4693 -4528
  98. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  99. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  100. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  101. package/esm5/lib/ContentCellModelHelper.js +4 -4
  102. package/esm5/lib/DataGridCellLayoutPanel.js +9 -9
  103. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  104. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  105. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  106. package/esm5/lib/EditorCellPresenter.js +19 -19
  107. package/esm5/lib/FilterCellPresenter.js +11 -11
  108. package/esm5/lib/GridCellBase.js +1 -1
  109. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  110. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  111. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  112. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  113. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  114. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  115. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  116. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  117. package/esm5/lib/GridExternalWrapper.js +6 -6
  118. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  119. package/esm5/lib/GridStyleRepository.js +118 -113
  120. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  121. package/esm5/lib/ImageCellPresenter.js +7 -7
  122. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  123. package/esm5/lib/NumericCellPresenter.js +8 -8
  124. package/esm5/lib/PropertyEditorView_combined.js +17 -17
  125. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  126. package/esm5/lib/SummaryCellPresenter.js +6 -6
  127. package/esm5/lib/TemplateCellPresenter.js +2 -2
  128. package/esm5/lib/TemplateHeader.js +4 -4
  129. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  130. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  131. package/esm5/lib/TemplateSectionHeader.js +1 -1
  132. package/esm5/lib/TextCellPresenter.js +9 -9
  133. package/esm5/lib/TextHeaderCellPresenter.js +38 -38
  134. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  135. package/esm5/lib/igc-cell-info.js +80 -67
  136. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  137. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  138. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  139. package/esm5/lib/igc-data-grid-column-component.js +289 -261
  140. package/esm5/lib/igc-data-grid-component.js +14 -0
  141. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  142. package/esm5/lib/igc-date-time-column-component.js +23 -23
  143. package/esm5/lib/igc-definition-base-component.js +12 -12
  144. package/esm5/lib/igc-editor-cell-info.js +23 -23
  145. package/esm5/lib/igc-filter-cell-info.js +26 -26
  146. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  147. package/esm5/lib/igc-header-component.js +24 -24
  148. package/esm5/lib/igc-image-cell-info.js +6 -6
  149. package/esm5/lib/igc-image-column-component.js +12 -12
  150. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  151. package/esm5/lib/igc-numeric-column-component.js +50 -35
  152. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  153. package/esm5/lib/igc-section-header-component.js +46 -24
  154. package/esm5/lib/igc-summary-cell-info.js +9 -9
  155. package/esm5/lib/igc-summary-row-component.js +24 -24
  156. package/esm5/lib/igc-template-cell-info.js +2 -2
  157. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  158. package/esm5/lib/igc-text-cell-info.js +2 -2
  159. package/esm5/lib/igc-text-column-component.js +9 -9
  160. package/esm5/lib/igc-text-header-cell-info.js +38 -38
  161. package/fesm2015/igniteui-webcomponents-data-grids.js +6090 -5884
  162. package/fesm5/igniteui-webcomponents-data-grids.js +5951 -5689
  163. package/lib/ColumnFilterCondition_combined.d.ts +1223 -1198
  164. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  165. package/lib/TemplateHeader.d.ts +1 -1
  166. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  167. package/lib/TemplateSectionHeader.d.ts +1 -1
  168. package/lib/igc-cell-info.d.ts +5 -0
  169. package/lib/igc-data-grid-column-component.d.ts +10 -0
  170. package/lib/igc-data-grid-component.d.ts +5 -0
  171. package/lib/igc-numeric-column-component.d.ts +6 -0
  172. package/lib/igc-section-header-component.d.ts +4 -0
  173. package/package.json +4 -4
@@ -55,75 +55,75 @@ let IgcHeaderComponent = /*@__PURE__*/ (() => {
55
55
  * Gets or sets the color to use for the sort indicator icon
56
56
  */
57
57
  get sortIndicatorColor() {
58
- return brushToString(this.i.hr);
58
+ return brushToString(this.i.hs);
59
59
  }
60
60
  set sortIndicatorColor(v) {
61
- this.i.hr = stringToBrush(v);
62
- this._a("sortIndicatorColor", brushToString(this.i.hr));
61
+ this.i.hs = stringToBrush(v);
62
+ this._a("sortIndicatorColor", brushToString(this.i.hs));
63
63
  }
64
64
  /**
65
65
  * Gets the actual background color that is used for the cells when they are selected
66
66
  */
67
67
  get actualSortIndicatorColor() {
68
- return brushToString(this.i.hp);
68
+ return brushToString(this.i.hq);
69
69
  }
70
70
  set actualSortIndicatorColor(v) {
71
- this.i.hp = stringToBrush(v);
72
- this._a("actualSortIndicatorColor", brushToString(this.i.hp));
71
+ this.i.hq = stringToBrush(v);
72
+ this._a("actualSortIndicatorColor", brushToString(this.i.hq));
73
73
  }
74
74
  get sortIndicatorStyle() {
75
- return this.i.g4;
75
+ return this.i.g5;
76
76
  }
77
77
  set sortIndicatorStyle(v) {
78
- this.i.g4 = ensureEnum(SortIndicatorStyle_$type, v);
79
- this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g4));
78
+ this.i.g5 = ensureEnum(SortIndicatorStyle_$type, v);
79
+ this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g5));
80
80
  }
81
81
  get actualSortIndicatorStyle() {
82
- return this.i.g3;
82
+ return this.i.g4;
83
83
  }
84
84
  set actualSortIndicatorStyle(v) {
85
- this.i.g3 = ensureEnum(SortIndicatorStyle_$type, v);
86
- this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g3));
85
+ this.i.g4 = ensureEnum(SortIndicatorStyle_$type, v);
86
+ this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g4));
87
87
  }
88
88
  /**
89
89
  * Gets or sets the amount of left padding to use for the cell content.
90
90
  */
91
91
  get paddingLeft() {
92
- return this.i.ha;
92
+ return this.i.hb;
93
93
  }
94
94
  set paddingLeft(v) {
95
- this.i.ha = +v;
96
- this._a("paddingLeft", this.i.ha);
95
+ this.i.hb = +v;
96
+ this._a("paddingLeft", this.i.hb);
97
97
  }
98
98
  /**
99
99
  * Gets or sets the amount of top padding to use for the cell content.
100
100
  */
101
101
  get paddingTop() {
102
- return this.i.hc;
102
+ return this.i.hd;
103
103
  }
104
104
  set paddingTop(v) {
105
- this.i.hc = +v;
106
- this._a("paddingTop", this.i.hc);
105
+ this.i.hd = +v;
106
+ this._a("paddingTop", this.i.hd);
107
107
  }
108
108
  /**
109
109
  * Gets or sets the amount of right padding to use for the cell content.
110
110
  */
111
111
  get paddingRight() {
112
- return this.i.hb;
112
+ return this.i.hc;
113
113
  }
114
114
  set paddingRight(v) {
115
- this.i.hb = +v;
116
- this._a("paddingRight", this.i.hb);
115
+ this.i.hc = +v;
116
+ this._a("paddingRight", this.i.hc);
117
117
  }
118
118
  /**
119
119
  * Gets or sets the amount of bottom padding to use for the cell content.
120
120
  */
121
121
  get paddingBottom() {
122
- return this.i.g9;
122
+ return this.i.ha;
123
123
  }
124
124
  set paddingBottom(v) {
125
- this.i.g9 = +v;
126
- this._a("paddingBottom", this.i.g9);
125
+ this.i.ha = +v;
126
+ this._a("paddingBottom", this.i.ha);
127
127
  }
128
128
  }
129
129
  IgcHeaderComponent._observedAttributesIgcHeaderComponent = null;
@@ -23,27 +23,27 @@ export class IgcImageCellInfo extends IgcCellInfo {
23
23
  * Sets or gets the resource path to use to get the image for the cell.
24
24
  */
25
25
  get imagePath() {
26
- return this.i.n9;
26
+ return this.i.od;
27
27
  }
28
28
  set imagePath(v) {
29
- this.i.n9 = v;
29
+ this.i.od = v;
30
30
  }
31
31
  /**
32
32
  * Sets or gets the image stretching behavior for the image.
33
33
  */
34
34
  get imageStretchOption() {
35
- return this.i.n4;
35
+ return this.i.n8;
36
36
  }
37
37
  set imageStretchOption(v) {
38
- this.i.n4 = ensureEnum(ImageStretchOptions_$type, v);
38
+ this.i.n8 = ensureEnum(ImageStretchOptions_$type, v);
39
39
  }
40
40
  /**
41
41
  * Sets or gets the image resource type. Indicates which type of resource should be fetched and how ImagePath should be interpreted.
42
42
  */
43
43
  get imageResourceType() {
44
- return this.i.n2;
44
+ return this.i.n6;
45
45
  }
46
46
  set imageResourceType(v) {
47
- this.i.n2 = ensureEnum(ImageResourceType_$type, v);
47
+ this.i.n6 = ensureEnum(ImageResourceType_$type, v);
48
48
  }
49
49
  }
@@ -67,48 +67,48 @@ let IgcImageColumnComponent = /*@__PURE__*/ (() => {
67
67
  * Gets or sets the stretch option to use when rendering images
68
68
  */
69
69
  get imageStretchOption() {
70
- return this.i.r0;
70
+ return this.i.r8;
71
71
  }
72
72
  set imageStretchOption(v) {
73
- this.i.r0 = ensureEnum(ImageStretchOptions_$type, v);
74
- this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.r0));
73
+ this.i.r8 = ensureEnum(ImageStretchOptions_$type, v);
74
+ this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.r8));
75
75
  }
76
76
  /**
77
77
  * Gets or sets the editor type used for editing cells in this column.
78
78
  */
79
79
  get editorType() {
80
- return this.i.rw;
80
+ return this.i.r4;
81
81
  }
82
82
  set editorType(v) {
83
- this.i.rw = ensureEnum(EditorType_$type, v);
84
- this._a("editorType", enumToString(EditorType_$type, this.i.rw));
83
+ this.i.r4 = ensureEnum(EditorType_$type, v);
84
+ this._a("editorType", enumToString(EditorType_$type, this.i.r4));
85
85
  }
86
86
  /**
87
87
  * Gets or sets the ComboBox data source.
88
88
  */
89
89
  get editorDataSource() {
90
- return this.i.r1;
90
+ return this.i.r9;
91
91
  }
92
92
  set editorDataSource(v) {
93
- this.i.r1 = v;
93
+ this.i.r9 = v;
94
94
  }
95
95
  /**
96
96
  * Gets or sets the ComboBox text field.
97
97
  */
98
98
  get editorTextField() {
99
- return this.i.r2;
99
+ return this.i.sa;
100
100
  }
101
101
  set editorTextField(v) {
102
- this.i.r2 = v;
102
+ this.i.sa = v;
103
103
  }
104
104
  /**
105
105
  * Gets or sets the ComboBox value field.
106
106
  */
107
107
  get editorValueField() {
108
- return this.i.r3;
108
+ return this.i.sb;
109
109
  }
110
110
  set editorValueField(v) {
111
- this.i.r3 = v;
111
+ this.i.sb = v;
112
112
  }
113
113
  }
114
114
  IgcImageColumnComponent._observedAttributesIgcImageColumnComponent = null;
@@ -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.oa;
24
+ return this.i.oe;
25
25
  }
26
26
  set numericValue(v) {
27
- this.i.oa = +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.n6;
33
+ return this.i.oa;
34
34
  }
35
35
  set hasDecimalValue(v) {
36
- this.i.n6 = 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.o4;
42
+ return this.i.o8;
43
43
  }
44
44
  set formatStringOverride(v) {
45
- this.i.o4 = v;
45
+ this.i.o8 = v;
46
46
  }
47
47
  get formatSpecifiers() {
48
- return this.i.n2;
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.n2 = 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.ow;
61
+ return this.i.o0;
62
62
  }
63
63
  set formatOverride(v) {
64
- this.i.ow = 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.pa;
70
+ return this.i.pe;
71
71
  }
72
72
  set negativePrefix(v) {
73
- this.i.pa = 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.pf;
79
+ return this.i.pj;
80
80
  }
81
81
  set positivePrefix(v) {
82
- this.i.pf = 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.pc;
88
+ return this.i.pg;
89
89
  }
90
90
  set negativeSuffix(v) {
91
- this.i.pc = 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.ph;
97
+ return this.i.pl;
98
98
  }
99
99
  set positiveSuffix(v) {
100
- this.i.ph = 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.oi;
106
+ return this.i.om;
107
107
  }
108
108
  set maxFractionDigits(v) {
109
- this.i.oi = +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.ok;
115
+ return this.i.oo;
116
116
  }
117
117
  set minFractionDigits(v) {
118
- this.i.ok = +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.om;
124
+ return this.i.oq;
125
125
  }
126
126
  set minIntegerDigits(v) {
127
- this.i.om = +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.n8;
133
+ return this.i.oc;
134
134
  }
135
135
  set showGroupingSeparator(v) {
136
- this.i.n8 = 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.sr;
69
+ return this.i.s2;
70
70
  }
71
71
  set negativePrefix(v) {
72
- this.i.sr = 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.sv;
78
+ return this.i.s6;
79
79
  }
80
80
  set positivePrefix(v) {
81
- this.i.sv = 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.st;
87
+ return this.i.s4;
88
88
  }
89
89
  set negativeSuffix(v) {
90
- this.i.st = 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.sx;
96
+ return this.i.s8;
97
97
  }
98
98
  set positiveSuffix(v) {
99
- this.i.sx = 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.r6;
105
+ return this.i.sg;
106
106
  }
107
107
  set maxFractionDigits(v) {
108
- this.i.r6 = +v;
109
- this._a("maxFractionDigits", this.i.r6);
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.r7;
115
+ return this.i.sh;
116
116
  }
117
117
  set minFractionDigits(v) {
118
- this.i.r7 = +v;
119
- this._a("minFractionDigits", this.i.r7);
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.r8;
125
+ return this.i.si;
126
126
  }
127
127
  set minIntegerDigits(v) {
128
- this.i.r8 = +v;
129
- this._a("minIntegerDigits", this.i.r8);
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.r1;
146
+ return this.i.sb;
136
147
  }
137
148
  set showGroupingSeparator(v) {
138
- this.i.r1 = ensureBool(v);
139
- this._a("showGroupingSeparator", this.i.r1);
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.sm;
156
+ return this.i.sw;
146
157
  }
147
158
  set formatString(v) {
148
- this.i.sm = v;
159
+ this.i.sw = v;
149
160
  }
150
161
  get formatSpecifiers() {
151
- return this.i.rx;
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.rx = 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.sb;
175
+ return this.i.sl;
165
176
  }
166
177
  set formatOverride(v) {
167
- this.i.sb = 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.rz;
184
+ return this.i.r7;
174
185
  }
175
186
  set editorType(v) {
176
- this.i.rz = ensureEnum(EditorType_$type, v);
177
- this._a("editorType", enumToString(EditorType_$type, this.i.rz));
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.sa;
194
+ return this.i.sk;
184
195
  }
185
196
  set editorDataSource(v) {
186
- this.i.sa = 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.sh;
203
+ return this.i.sr;
193
204
  }
194
205
  set editorTextField(v) {
195
- this.i.sh = 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.si;
212
+ return this.i.ss;
202
213
  }
203
214
  set editorValueField(v) {
204
- this.i.si = v;
215
+ this.i.ss = v;
205
216
  }
206
217
  findByName(name) {
207
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.oh;
25
+ return this.i.ol;
26
26
  }
27
27
  set resolvedText(v) {
28
- this.i.oh = 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.of;
34
+ return this.i.oj;
35
35
  }
36
36
  set resolvedSummaryText(v) {
37
- this.i.of = 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.n6;
43
+ return this.i.oa;
44
44
  }
45
45
  set summaryDisplayMode(v) {
46
- this.i.n6 = 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;