igniteui-webcomponents-grids 1.4.2 → 3.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (217) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +16049 -15259
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/BrowserExecutionContext.js +3 -1
  4. package/esm2015/lib/CanvasGridCellBase.js +6 -6
  5. package/esm2015/lib/CanvasSummaryCell.js +4 -4
  6. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  7. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +1 -1
  8. package/esm2015/lib/CellPresenterBase.js +1 -1
  9. package/esm2015/lib/CheckboxListView_combined.js +31 -31
  10. package/esm2015/lib/ColumnChooserView_combined.js +10 -10
  11. package/esm2015/lib/ColumnFilterCondition_combined.js +5546 -4404
  12. package/esm2015/lib/ColumnGroupingView_combined.js +186 -168
  13. package/esm2015/lib/ColumnPinningView_combined.js +6 -6
  14. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +13 -13
  15. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  16. package/esm2015/lib/DataGridCellLayoutPanel.js +25 -25
  17. package/esm2015/lib/DataGridLocaleEn.js +1 -0
  18. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  19. package/esm2015/lib/DataGridToolbarView_combined.js +294 -223
  20. package/esm2015/lib/DraggerView.js +8 -8
  21. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +45 -26
  22. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  23. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  24. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +5 -5
  25. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  26. package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
  27. package/esm2015/lib/GridColumnPinOptionsView_combined.js +2 -2
  28. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +8 -11
  29. package/esm2015/lib/GridExternalWrapper.js +6 -6
  30. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  31. package/esm2015/lib/GridStyleRepository.js +5 -5
  32. package/esm2015/lib/HorizontalPropertyEditorDataSource.js +2 -2
  33. package/esm2015/lib/{PropertyEditorDescriptionObjectCollection.js → IDataGridComponent.js} +5 -1
  34. package/esm2015/lib/IToolbarVisualModelExport.js +11 -0
  35. package/esm2015/lib/MultiColumnComboBoxView_combined.js +314 -302
  36. package/esm2015/lib/MultiColumnComboVisualModelExport.js +2 -2
  37. package/esm2015/lib/PageChangedEventArgs.js +33 -0
  38. package/esm2015/lib/{PropertyEditorDataSource.js → PagedDataProvider.js} +1 -1
  39. package/{esm5/lib/PropertyEditorDataSource.js → esm2015/lib/Pager.js} +1 -1
  40. package/esm2015/lib/{PropertyEditorDescriptionObject.js → PagerDataSourceNotificationBridge.js} +1 -1
  41. package/{esm5/lib/PropertyEditorDescriptionObject.js → esm2015/lib/PagerGridDataSourceNotificationBridge.js} +1 -1
  42. package/esm2015/lib/PagerView.js +7 -0
  43. package/esm2015/lib/PagerVisualModelExport.js +82 -0
  44. package/esm2015/lib/PropertyEditorView_combined.js +145 -145
  45. package/esm2015/lib/TemplateCell.js +1 -1
  46. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  47. package/esm2015/lib/TemplateHeader.js +2 -2
  48. package/esm2015/lib/{PropertyEditorPropertyDescriptionChangedEventArgs.js → ToolbarVisualModelExport.js} +9 -5
  49. package/esm2015/lib/VisualModelExport.js +77 -69
  50. package/esm2015/lib/igc-column-component.js +133 -113
  51. package/esm2015/lib/igc-column-grouping-component.js +33 -23
  52. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  53. package/esm2015/lib/igc-data-grid-component.js +588 -413
  54. package/esm2015/lib/igc-data-grid-module.js +4 -0
  55. package/esm2015/lib/igc-data-grid-pager-component.js +368 -0
  56. package/esm2015/lib/{igc-property-editor-property-description-module.js → igc-data-grid-pager-module.js} +6 -6
  57. package/esm2015/lib/igc-data-grid-toolbar-component.js +94 -35
  58. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  59. package/esm2015/lib/igc-horizontal-property-editor-data-source.js +2 -2
  60. package/esm2015/lib/igc-image-column-component.js +12 -12
  61. package/esm2015/lib/igc-multi-column-combo-box-component.js +146 -140
  62. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  63. package/esm2015/lib/igc-page-changed-event-args.js +46 -0
  64. package/esm2015/lib/igc-property-editor-component.js +7 -7
  65. package/esm2015/lib/igc-property-editor-module.js +1 -1
  66. package/esm2015/lib/igc-text-column-component.js +9 -9
  67. package/esm2015/public_api.js +14 -20
  68. package/esm5/lib/BrowserExecutionContext.js +3 -1
  69. package/esm5/lib/CanvasGridCellBase.js +6 -6
  70. package/esm5/lib/CanvasSummaryCell.js +4 -4
  71. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  72. package/esm5/lib/CanvasTextHeaderCellPresenter.js +1 -1
  73. package/esm5/lib/CellPresenterBase.js +1 -1
  74. package/esm5/lib/CheckboxListView_combined.js +31 -31
  75. package/esm5/lib/ColumnChooserView_combined.js +10 -10
  76. package/esm5/lib/ColumnFilterCondition_combined.js +5514 -4226
  77. package/esm5/lib/ColumnGroupingView_combined.js +188 -162
  78. package/esm5/lib/ColumnPinningView_combined.js +6 -6
  79. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +13 -13
  80. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  81. package/esm5/lib/DataGridCellLayoutPanel.js +25 -25
  82. package/esm5/lib/DataGridLocaleEn.js +1 -0
  83. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  84. package/esm5/lib/DataGridToolbarView_combined.js +295 -220
  85. package/esm5/lib/DraggerView.js +8 -8
  86. package/esm5/lib/GridColumnFilterOptionsView_combined.js +45 -26
  87. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  88. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  89. package/esm5/lib/GridColumnMoveOptionsView_combined.js +5 -5
  90. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  91. package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
  92. package/esm5/lib/GridColumnPinOptionsView_combined.js +2 -2
  93. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +8 -11
  94. package/esm5/lib/GridExternalWrapper.js +6 -6
  95. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  96. package/esm5/lib/GridStyleRepository.js +5 -5
  97. package/esm5/lib/HorizontalPropertyEditorDataSource.js +2 -2
  98. package/{esm2015/lib/PropertyEditorPropertyDescription.js → esm5/lib/IDataGridComponent.js} +5 -1
  99. package/esm5/lib/IToolbarVisualModelExport.js +11 -0
  100. package/esm5/lib/MultiColumnComboBoxView_combined.js +297 -285
  101. package/esm5/lib/MultiColumnComboVisualModelExport.js +2 -2
  102. package/esm5/lib/PageChangedEventArgs.js +43 -0
  103. package/esm5/lib/PagedDataProvider.js +7 -0
  104. package/esm5/lib/Pager.js +7 -0
  105. package/esm5/lib/PagerDataSourceNotificationBridge.js +7 -0
  106. package/esm5/lib/PagerGridDataSourceNotificationBridge.js +7 -0
  107. package/esm5/lib/PagerView.js +7 -0
  108. package/esm5/lib/PagerVisualModelExport.js +84 -0
  109. package/esm5/lib/PropertyEditorView_combined.js +144 -144
  110. package/esm5/lib/TemplateCell.js +1 -1
  111. package/esm5/lib/TemplateCellPresenter.js +1 -1
  112. package/esm5/lib/TemplateHeader.js +2 -2
  113. package/esm5/lib/ToolbarVisualModelExport.js +24 -0
  114. package/esm5/lib/VisualModelExport.js +77 -69
  115. package/esm5/lib/igc-column-component.js +141 -113
  116. package/esm5/lib/igc-column-grouping-component.js +35 -21
  117. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  118. package/esm5/lib/igc-data-grid-component.js +636 -413
  119. package/esm5/lib/igc-data-grid-module.js +4 -0
  120. package/esm5/lib/igc-data-grid-pager-component.js +435 -0
  121. package/esm5/lib/igc-data-grid-pager-module.js +20 -0
  122. package/esm5/lib/igc-data-grid-toolbar-component.js +110 -35
  123. package/esm5/lib/igc-date-time-column-component.js +23 -23
  124. package/esm5/lib/igc-horizontal-property-editor-data-source.js +2 -2
  125. package/esm5/lib/igc-image-column-component.js +12 -12
  126. package/esm5/lib/igc-multi-column-combo-box-component.js +147 -141
  127. package/esm5/lib/igc-numeric-column-component.js +35 -35
  128. package/esm5/lib/igc-page-changed-event-args.js +60 -0
  129. package/esm5/lib/igc-property-editor-component.js +7 -7
  130. package/esm5/lib/igc-property-editor-module.js +1 -1
  131. package/esm5/lib/igc-text-column-component.js +9 -9
  132. package/esm5/public_api.js +14 -20
  133. package/fesm2015/igniteui-webcomponents-grids.js +17478 -16796
  134. package/fesm5/igniteui-webcomponents-grids.js +16939 -16142
  135. package/lib/ColumnFilterCondition_combined.d.ts +1025 -824
  136. package/lib/ColumnGroupingView_combined.d.ts +44 -41
  137. package/lib/DataGridLocaleEn.d.ts +1 -0
  138. package/lib/DataGridToolbarView_combined.d.ts +50 -41
  139. package/lib/GridColumnGroupOptionsView_combined.d.ts +1 -1
  140. package/lib/HorizontalPropertyEditorDataSource.d.ts +1 -1
  141. package/lib/IDataGridComponent.d.ts +12 -0
  142. package/lib/IToolbarVisualModelExport.d.ts +11 -0
  143. package/lib/MultiColumnComboBoxView_combined.d.ts +78 -76
  144. package/lib/PageChangedEventArgs.d.ts +11 -0
  145. package/lib/PagedDataProvider.d.ts +1 -0
  146. package/lib/Pager.d.ts +1 -0
  147. package/lib/PagerDataSourceNotificationBridge.d.ts +1 -0
  148. package/lib/PagerGridDataSourceNotificationBridge.d.ts +1 -0
  149. package/lib/PagerView.d.ts +1 -0
  150. package/lib/PagerVisualModelExport.d.ts +25 -0
  151. package/lib/PropertyEditorView_combined.d.ts +10 -10
  152. package/lib/ToolbarVisualModelExport.d.ts +9 -0
  153. package/lib/VisualModelExport.d.ts +21 -17
  154. package/lib/igc-column-component.d.ts +9 -1
  155. package/lib/igc-column-grouping-component.d.ts +8 -4
  156. package/lib/igc-data-grid-component.d.ts +56 -0
  157. package/lib/igc-data-grid-pager-component.d.ts +101 -0
  158. package/lib/igc-data-grid-pager-module.d.ts +3 -0
  159. package/lib/igc-data-grid-toolbar-component.d.ts +15 -0
  160. package/lib/igc-horizontal-property-editor-data-source.d.ts +2 -2
  161. package/lib/igc-multi-column-combo-box-component.d.ts +1 -0
  162. package/lib/igc-page-changed-event-args.d.ts +20 -0
  163. package/lib/igc-property-editor-component.d.ts +2 -2
  164. package/package.json +5 -5
  165. package/public_api.d.ts +14 -20
  166. package/esm2015/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -16
  167. package/esm2015/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
  168. package/esm2015/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -40
  169. package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +0 -463
  170. package/esm2015/lib/PropertyEditorTreeTransformer.js +0 -207
  171. package/esm2015/lib/PropertyEditorValueType.js +0 -35
  172. package/esm2015/lib/igc-property-editor-data-source.js +0 -39
  173. package/esm2015/lib/igc-property-editor-description-object-collection.js +0 -48
  174. package/esm2015/lib/igc-property-editor-description-object.js +0 -70
  175. package/esm2015/lib/igc-property-editor-property-description-button-click-event-args.js +0 -24
  176. package/esm2015/lib/igc-property-editor-property-description-changed-event-args.js +0 -24
  177. package/esm2015/lib/igc-property-editor-property-description-collection.js +0 -48
  178. package/esm2015/lib/igc-property-editor-property-description-component.js +0 -372
  179. package/esm2015/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -42
  180. package/esm5/lib/PropertyEditorDescriptionObjectCollection.js +0 -7
  181. package/esm5/lib/PropertyEditorPropertyDescription.js +0 -7
  182. package/esm5/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -20
  183. package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +0 -20
  184. package/esm5/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
  185. package/esm5/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -54
  186. package/esm5/lib/PropertyEditorPropertyDescription_combined.js +0 -525
  187. package/esm5/lib/PropertyEditorTreeTransformer.js +0 -209
  188. package/esm5/lib/PropertyEditorValueType.js +0 -35
  189. package/esm5/lib/igc-property-editor-data-source.js +0 -53
  190. package/esm5/lib/igc-property-editor-description-object-collection.js +0 -53
  191. package/esm5/lib/igc-property-editor-description-object.js +0 -84
  192. package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +0 -30
  193. package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +0 -30
  194. package/esm5/lib/igc-property-editor-property-description-collection.js +0 -53
  195. package/esm5/lib/igc-property-editor-property-description-component.js +0 -445
  196. package/esm5/lib/igc-property-editor-property-description-module.js +0 -20
  197. package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -60
  198. package/lib/PropertyEditorDataSource.d.ts +0 -1
  199. package/lib/PropertyEditorDescriptionObject.d.ts +0 -1
  200. package/lib/PropertyEditorDescriptionObjectCollection.d.ts +0 -1
  201. package/lib/PropertyEditorPropertyDescription.d.ts +0 -1
  202. package/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +0 -7
  203. package/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +0 -7
  204. package/lib/PropertyEditorPropertyDescriptionCollection.d.ts +0 -1
  205. package/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +0 -13
  206. package/lib/PropertyEditorPropertyDescription_combined.d.ts +0 -88
  207. package/lib/PropertyEditorTreeTransformer.d.ts +0 -17
  208. package/lib/PropertyEditorValueType.d.ts +0 -28
  209. package/lib/igc-property-editor-data-source.d.ts +0 -16
  210. package/lib/igc-property-editor-description-object-collection.d.ts +0 -8
  211. package/lib/igc-property-editor-description-object.d.ts +0 -17
  212. package/lib/igc-property-editor-property-description-button-click-event-args.d.ts +0 -12
  213. package/lib/igc-property-editor-property-description-changed-event-args.d.ts +0 -12
  214. package/lib/igc-property-editor-property-description-collection.d.ts +0 -8
  215. package/lib/igc-property-editor-property-description-component.d.ts +0 -65
  216. package/lib/igc-property-editor-property-description-module.d.ts +0 -3
  217. package/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +0 -15
@@ -58,137 +58,137 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
58
58
  * Gets or sets the amount of left padding to use for the cell content for this column.
59
59
  */
60
60
  get paddingLeft() {
61
- return this.i.hx;
61
+ return this.i.h1;
62
62
  }
63
63
  set paddingLeft(v) {
64
- this.i.hx = +v;
65
- this._a("paddingLeft", this.i.hx);
64
+ this.i.h1 = +v;
65
+ this._a("paddingLeft", this.i.h1);
66
66
  }
67
67
  /**
68
68
  * Gets or sets the amount of top padding to use for the cell content for this column.
69
69
  */
70
70
  get paddingTop() {
71
- return this.i.hz;
71
+ return this.i.h3;
72
72
  }
73
73
  set paddingTop(v) {
74
- this.i.hz = +v;
75
- this._a("paddingTop", this.i.hz);
74
+ this.i.h3 = +v;
75
+ this._a("paddingTop", this.i.h3);
76
76
  }
77
77
  /**
78
78
  * Gets or sets the amount of right padding to use for the cell content of this column.
79
79
  */
80
80
  get paddingRight() {
81
- return this.i.hy;
81
+ return this.i.h2;
82
82
  }
83
83
  set paddingRight(v) {
84
- this.i.hy = +v;
85
- this._a("paddingRight", this.i.hy);
84
+ this.i.h2 = +v;
85
+ this._a("paddingRight", this.i.h2);
86
86
  }
87
87
  /**
88
88
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
89
89
  */
90
90
  get paddingBottom() {
91
- return this.i.hw;
91
+ return this.i.h0;
92
92
  }
93
93
  set paddingBottom(v) {
94
- this.i.hw = +v;
95
- this._a("paddingBottom", this.i.hw);
94
+ this.i.h0 = +v;
95
+ this._a("paddingBottom", this.i.h0);
96
96
  }
97
97
  /**
98
98
  * Gets or sets an unique name of the Column
99
99
  */
100
100
  get name() {
101
- return this.i.js;
101
+ return this.i.jy;
102
102
  }
103
103
  set name(v) {
104
- this.i.js = v;
104
+ this.i.jy = v;
105
105
  }
106
106
  /**
107
107
  * Gets or sets the key used for the column binding
108
108
  */
109
109
  get field() {
110
- return this.i.i2;
110
+ return this.i.i7;
111
111
  }
112
112
  set field(v) {
113
- this.i.i2 = v;
113
+ this.i.i7 = v;
114
114
  }
115
115
  /**
116
116
  * Gets or sets the text displayed in the header of the column
117
117
  */
118
118
  get headerText() {
119
- return this.i.i9;
119
+ return this.i.je;
120
120
  }
121
121
  set headerText(v) {
122
- this.i.i9 = v;
122
+ this.i.je = v;
123
123
  }
124
124
  /**
125
125
  * Gets the actual text displayed in the header of the column
126
126
  */
127
127
  get actualHeaderText() {
128
- return this.i.ih;
128
+ return this.i.il;
129
129
  }
130
130
  set actualHeaderText(v) {
131
- this.i.ih = v;
131
+ this.i.il = v;
132
132
  }
133
133
  /**
134
134
  * Gets or sets the background color to use for the cells when they are selected
135
135
  */
136
136
  get selectedBackground() {
137
- return brushToString(this.i.lc);
137
+ return brushToString(this.i.lj);
138
138
  }
139
139
  set selectedBackground(v) {
140
- this.i.lc = stringToBrush(v);
141
- this._a("selectedBackground", brushToString(this.i.lc));
140
+ this.i.lj = stringToBrush(v);
141
+ this._a("selectedBackground", brushToString(this.i.lj));
142
142
  }
143
143
  /**
144
144
  * Gets the actual background color that is used for the cells when they are selected
145
145
  */
146
146
  get actualSelectedBackground() {
147
- return brushToString(this.i.k5);
147
+ return brushToString(this.i.lc);
148
148
  }
149
149
  set actualSelectedBackground(v) {
150
- this.i.k5 = stringToBrush(v);
151
- this._a("actualSelectedBackground", brushToString(this.i.k5));
150
+ this.i.lc = stringToBrush(v);
151
+ this._a("actualSelectedBackground", brushToString(this.i.lc));
152
152
  }
153
153
  /**
154
154
  * Gets or sets the background color to use for the cells when the row is hovered.
155
155
  */
156
156
  get rowHoverBackground() {
157
- return brushToString(this.i.la);
157
+ return brushToString(this.i.lh);
158
158
  }
159
159
  set rowHoverBackground(v) {
160
- this.i.la = stringToBrush(v);
161
- this._a("rowHoverBackground", brushToString(this.i.la));
160
+ this.i.lh = stringToBrush(v);
161
+ this._a("rowHoverBackground", brushToString(this.i.lh));
162
162
  }
163
163
  /**
164
164
  * Gets the actual background color that is used for the cells when they are hovered.
165
165
  */
166
166
  get actualHoverBackground() {
167
- return brushToString(this.i.k3);
167
+ return brushToString(this.i.la);
168
168
  }
169
169
  set actualHoverBackground(v) {
170
- this.i.k3 = stringToBrush(v);
171
- this._a("actualHoverBackground", brushToString(this.i.k3));
170
+ this.i.la = stringToBrush(v);
171
+ this._a("actualHoverBackground", brushToString(this.i.la));
172
172
  }
173
173
  /**
174
174
  * Gets or sets the text color to use for the cells when the row is hovered.
175
175
  */
176
176
  get rowHoverTextColor() {
177
- return brushToString(this.i.lb);
177
+ return brushToString(this.i.li);
178
178
  }
179
179
  set rowHoverTextColor(v) {
180
- this.i.lb = stringToBrush(v);
181
- this._a("rowHoverTextColor", brushToString(this.i.lb));
180
+ this.i.li = stringToBrush(v);
181
+ this._a("rowHoverTextColor", brushToString(this.i.li));
182
182
  }
183
183
  /**
184
184
  * Gets the actual text color that is used for the cells when they are hovered.
185
185
  */
186
186
  get actualRowHoverTextColor() {
187
- return brushToString(this.i.k4);
187
+ return brushToString(this.i.lb);
188
188
  }
189
189
  set actualRowHoverTextColor(v) {
190
- this.i.k4 = stringToBrush(v);
191
- this._a("actualRowHoverTextColor", brushToString(this.i.k4));
190
+ this.i.lb = stringToBrush(v);
191
+ this._a("actualRowHoverTextColor", brushToString(this.i.lb));
192
192
  }
193
193
  /**
194
194
  * Gets or sets the animation settings to use for this column.
@@ -234,31 +234,31 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
234
234
  * Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
235
235
  */
236
236
  get minWidth() {
237
- return this.i.hd;
237
+ return this.i.hh;
238
238
  }
239
239
  set minWidth(v) {
240
- this.i.hd = +v;
241
- this._a("minWidth", this.i.hd);
240
+ this.i.hh = +v;
241
+ this._a("minWidth", this.i.hh);
242
242
  }
243
243
  /**
244
244
  * Gets whether this column was projected from markup/templates and is constrained.
245
245
  */
246
246
  get isFromMarkup() {
247
- return this.i.g1;
247
+ return this.i.g5;
248
248
  }
249
249
  set isFromMarkup(v) {
250
- this.i.g1 = ensureBool(v);
251
- this._a("isFromMarkup", this.i.g1);
250
+ this.i.g5 = ensureBool(v);
251
+ this._a("isFromMarkup", this.i.g5);
252
252
  }
253
253
  /**
254
254
  * Gets whether this column was auto generated.
255
255
  */
256
256
  get isAutoGenerated() {
257
- return this.i.gw;
257
+ return this.i.gz;
258
258
  }
259
259
  set isAutoGenerated(v) {
260
- this.i.gw = ensureBool(v);
261
- this._a("isAutoGenerated", this.i.gw);
260
+ this.i.gz = ensureBool(v);
261
+ this._a("isAutoGenerated", this.i.gz);
262
262
  }
263
263
  /**
264
264
  * Gets or sets a filter to apply on the values of this column
@@ -303,41 +303,41 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
303
303
  * Gets or sets whether filtering is enabled for this column.
304
304
  */
305
305
  get isFilteringEnabled() {
306
- return this.i.g0;
306
+ return this.i.g4;
307
307
  }
308
308
  set isFilteringEnabled(v) {
309
- this.i.g0 = ensureBool(v);
310
- this._a("isFilteringEnabled", this.i.g0);
309
+ this.i.g4 = ensureBool(v);
310
+ this._a("isFilteringEnabled", this.i.g4);
311
311
  }
312
312
  /**
313
313
  * Gets or sets whether resizing is enabled for this column.
314
314
  */
315
315
  get isResizingEnabled() {
316
- return this.i.g3;
316
+ return this.i.g7;
317
317
  }
318
318
  set isResizingEnabled(v) {
319
- this.i.g3 = ensureBool(v);
320
- this._a("isResizingEnabled", this.i.g3);
319
+ this.i.g7 = ensureBool(v);
320
+ this._a("isResizingEnabled", this.i.g7);
321
321
  }
322
322
  /**
323
323
  * Gets or sets whether or not a column is hidden from the grid
324
324
  */
325
325
  get isHidden() {
326
- return this.i.g2;
326
+ return this.i.g6;
327
327
  }
328
328
  set isHidden(v) {
329
- this.i.g2 = ensureBool(v);
330
- this._a("isHidden", this.i.g2);
329
+ this.i.g6 = ensureBool(v);
330
+ this._a("isHidden", this.i.g6);
331
331
  }
332
332
  /**
333
333
  * Gets or sets if a column should be removed from the grid when it is fully hidden
334
334
  */
335
335
  get shouldRemoveWhenHidden() {
336
- return this.i.g6;
336
+ return this.i.ha;
337
337
  }
338
338
  set shouldRemoveWhenHidden(v) {
339
- this.i.g6 = ensureBool(v);
340
- this._a("shouldRemoveWhenHidden", this.i.g6);
339
+ this.i.ha = ensureBool(v);
340
+ this._a("shouldRemoveWhenHidden", this.i.ha);
341
341
  }
342
342
  /**
343
343
  * Gets the current sort direction (None, Ascending, Descending) for this column.
@@ -383,21 +383,21 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
383
383
  * Gets the actual column options icon color for this column.
384
384
  */
385
385
  get actualColumnOptionsIconColor() {
386
- return brushToString(this.i.k1);
386
+ return brushToString(this.i.k8);
387
387
  }
388
388
  set actualColumnOptionsIconColor(v) {
389
- this.i.k1 = stringToBrush(v);
390
- this._a("actualColumnOptionsIconColor", brushToString(this.i.k1));
389
+ this.i.k8 = stringToBrush(v);
390
+ this._a("actualColumnOptionsIconColor", brushToString(this.i.k8));
391
391
  }
392
392
  /**
393
393
  * Gets or sets the column options icon color for this column.
394
394
  */
395
395
  get columnOptionsIconColor() {
396
- return brushToString(this.i.k6);
396
+ return brushToString(this.i.ld);
397
397
  }
398
398
  set columnOptionsIconColor(v) {
399
- this.i.k6 = stringToBrush(v);
400
- this._a("columnOptionsIconColor", brushToString(this.i.k6));
399
+ this.i.ld = stringToBrush(v);
400
+ this._a("columnOptionsIconColor", brushToString(this.i.ld));
401
401
  }
402
402
  /**
403
403
  * Gets or sets how the column option icon will behave in the column header.
@@ -423,92 +423,112 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
423
423
  * Gets the actual state of the column options for this column.
424
424
  */
425
425
  get actualIsColumnOptionsEnabled() {
426
- return this.i.gq;
426
+ return this.i.gs;
427
427
  }
428
428
  set actualIsColumnOptionsEnabled(v) {
429
- this.i.gq = ensureBool(v);
430
- this._a("actualIsColumnOptionsEnabled", this.i.gq);
429
+ this.i.gs = ensureBool(v);
430
+ this._a("actualIsColumnOptionsEnabled", this.i.gs);
431
431
  }
432
432
  /**
433
433
  * Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level
434
434
  * then it will be disabled for the column regardless of what this is set to.
435
435
  */
436
436
  get isColumnOptionsEnabled() {
437
- return this.i.gx;
437
+ return this.i.g0;
438
438
  }
439
439
  set isColumnOptionsEnabled(v) {
440
- this.i.gx = ensureBool(v);
441
- this._a("isColumnOptionsEnabled", this.i.gx);
440
+ this.i.g0 = ensureBool(v);
441
+ this._a("isColumnOptionsEnabled", this.i.g0);
442
442
  }
443
443
  /**
444
- * Gets the actual state of the column options for this column.
444
+ * Gets the actual state of summaries menu in the column options for this column.
445
445
  */
446
446
  get actualIsColumnOptionsSummariesEnabled() {
447
- return this.i.gr;
447
+ return this.i.gu;
448
448
  }
449
449
  set actualIsColumnOptionsSummariesEnabled(v) {
450
- this.i.gr = ensureBool(v);
451
- this._a("actualIsColumnOptionsSummariesEnabled", this.i.gr);
450
+ this.i.gu = ensureBool(v);
451
+ this._a("actualIsColumnOptionsSummariesEnabled", this.i.gu);
452
452
  }
453
453
  /**
454
454
  * Gets or sets whether to show the summaries option in the column options menu for this column.
455
455
  */
456
456
  get isColumnOptionsSummariesEnabled() {
457
- return this.i.gy;
457
+ return this.i.g2;
458
458
  }
459
459
  set isColumnOptionsSummariesEnabled(v) {
460
- this.i.gy = ensureBool(v);
461
- this._a("isColumnOptionsSummariesEnabled", this.i.gy);
460
+ this.i.g2 = ensureBool(v);
461
+ this._a("isColumnOptionsSummariesEnabled", this.i.g2);
462
+ }
463
+ /**
464
+ * Gets the actual state of grouping menu in the column options for this column.
465
+ */
466
+ get actualIsColumnOptionsGroupingEnabled() {
467
+ return this.i.gt;
468
+ }
469
+ set actualIsColumnOptionsGroupingEnabled(v) {
470
+ this.i.gt = ensureBool(v);
471
+ this._a("actualIsColumnOptionsGroupingEnabled", this.i.gt);
472
+ }
473
+ /**
474
+ * Gets or sets whether to show the grouping option in the column options menu for this column.
475
+ */
476
+ get isColumnOptionsGroupingEnabled() {
477
+ return this.i.g1;
478
+ }
479
+ set isColumnOptionsGroupingEnabled(v) {
480
+ this.i.g1 = ensureBool(v);
481
+ this._a("isColumnOptionsGroupingEnabled", this.i.g1);
462
482
  }
463
483
  /**
464
484
  * Gets or sets if the column is editable.
465
485
  */
466
486
  get isEditable() {
467
- return this.i.gz;
487
+ return this.i.g3;
468
488
  }
469
489
  set isEditable(v) {
470
- this.i.gz = ensureBool(v);
471
- this._a("isEditable", this.i.gz);
490
+ this.i.g3 = ensureBool(v);
491
+ this._a("isEditable", this.i.g3);
472
492
  }
473
493
  /**
474
494
  * Gets or sets the text color used for deleted rows.
475
495
  */
476
496
  get deletedTextColor() {
477
- return brushToString(this.i.k7);
497
+ return brushToString(this.i.le);
478
498
  }
479
499
  set deletedTextColor(v) {
480
- this.i.k7 = stringToBrush(v);
481
- this._a("deletedTextColor", brushToString(this.i.k7));
500
+ this.i.le = stringToBrush(v);
501
+ this._a("deletedTextColor", brushToString(this.i.le));
482
502
  }
483
503
  /**
484
504
  * Gets the actual text color used for deleted rows.
485
505
  */
486
506
  get actualDeletedTextColor() {
487
- return brushToString(this.i.k2);
507
+ return brushToString(this.i.k9);
488
508
  }
489
509
  set actualDeletedTextColor(v) {
490
- this.i.k2 = stringToBrush(v);
491
- this._a("actualDeletedTextColor", brushToString(this.i.k2));
510
+ this.i.k9 = stringToBrush(v);
511
+ this._a("actualDeletedTextColor", brushToString(this.i.k9));
492
512
  }
493
513
  /**
494
514
  * Gets or sets the opacity to use for unsaved edited cell values.
495
515
  */
496
516
  get editOpacity() {
497
- return this.i.hc;
517
+ return this.i.hg;
498
518
  }
499
519
  set editOpacity(v) {
500
- this.i.hc = +v;
501
- this._a("editOpacity", this.i.hc);
520
+ this.i.hg = +v;
521
+ this._a("editOpacity", this.i.hg);
502
522
  }
503
523
  /**
504
524
  * Gets the actual opacity for unsaved edited cell values.
505
525
  */
506
526
  get actualEditOpacity() {
507
- return this.i.hb;
527
+ return this.i.hf;
508
528
  }
509
529
  set actualEditOpacity(v) {
510
- this.i.hb = +v;
511
- this._a("actualEditOpacity", this.i.hb);
530
+ this.i.hf = +v;
531
+ this._a("actualEditOpacity", this.i.hf);
512
532
  }
513
533
  /**
514
534
  * Gets or sets the font style to use for unsaved cell edits.
@@ -574,41 +594,41 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
574
594
  * Gets or sets the amount of left padding to use for the cell content for this column.
575
595
  */
576
596
  get mergedCellPaddingLeft() {
577
- return this.i.hq;
597
+ return this.i.hu;
578
598
  }
579
599
  set mergedCellPaddingLeft(v) {
580
- this.i.hq = +v;
581
- this._a("mergedCellPaddingLeft", this.i.hq);
600
+ this.i.hu = +v;
601
+ this._a("mergedCellPaddingLeft", this.i.hu);
582
602
  }
583
603
  /**
584
604
  * Gets or sets the amount of top padding to use for the cell content for this column.
585
605
  */
586
606
  get mergedCellPaddingTop() {
587
- return this.i.hs;
607
+ return this.i.hw;
588
608
  }
589
609
  set mergedCellPaddingTop(v) {
590
- this.i.hs = +v;
591
- this._a("mergedCellPaddingTop", this.i.hs);
610
+ this.i.hw = +v;
611
+ this._a("mergedCellPaddingTop", this.i.hw);
592
612
  }
593
613
  /**
594
614
  * Gets or sets the amount of right padding to use for the cell content of this column.
595
615
  */
596
616
  get mergedCellPaddingRight() {
597
- return this.i.hr;
617
+ return this.i.hv;
598
618
  }
599
619
  set mergedCellPaddingRight(v) {
600
- this.i.hr = +v;
601
- this._a("mergedCellPaddingRight", this.i.hr);
620
+ this.i.hv = +v;
621
+ this._a("mergedCellPaddingRight", this.i.hv);
602
622
  }
603
623
  /**
604
624
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
605
625
  */
606
626
  get mergedCellPaddingBottom() {
607
- return this.i.hp;
627
+ return this.i.ht;
608
628
  }
609
629
  set mergedCellPaddingBottom(v) {
610
- this.i.hp = +v;
611
- this._a("mergedCellPaddingBottom", this.i.hp);
630
+ this.i.ht = +v;
631
+ this._a("mergedCellPaddingBottom", this.i.ht);
612
632
  }
613
633
  /**
614
634
  * Gets or sets whether UI filters are case sensitive or not.
@@ -682,18 +702,18 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
682
702
 
683
703
  */
684
704
  getUniqueKey() {
685
- let iv = this.i.i7();
705
+ let iv = this.i.jc();
686
706
  return (iv);
687
707
  }
688
708
  setNamedHeaderValue(valueName, animationType, value) {
689
- this.i.kd(valueName, (animationType == null ? null : animationType), value);
709
+ this.i.kj(valueName, (animationType == null ? null : animationType), value);
690
710
  }
691
711
  /**
692
712
  * Returns if the column has named header values.
693
713
 
694
714
  */
695
715
  hasNamedHeaderValues() {
696
- let iv = this.i.gu();
716
+ let iv = this.i.gx();
697
717
  return (iv);
698
718
  }
699
719
  /**
@@ -702,7 +722,7 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
702
722
  * @param valueName * The named value to check for.
703
723
  */
704
724
  hasNamedHeaderValue(valueName) {
705
- let iv = this.i.gt(valueName);
725
+ let iv = this.i.gw(valueName);
706
726
  return (iv);
707
727
  }
708
728
  /**
@@ -711,7 +731,7 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
711
731
  * @param valueName * The named header value to remove.
712
732
  */
713
733
  removeNamedHeaderValue(valueName) {
714
- this.i.kc(valueName);
734
+ this.i.ki(valueName);
715
735
  }
716
736
  /**
717
737
  * Gets the value of a named header value for this column by name.
@@ -719,11 +739,11 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
719
739
  * @param valueName * Name of the named header value to retrieve.
720
740
  */
721
741
  getNamedHeaderValue(valueName) {
722
- let iv = this.i.h4(valueName);
742
+ let iv = this.i.h8(valueName);
723
743
  return (iv);
724
744
  }
725
745
  applyCustomFilter(filterID, index, value) {
726
- this.i.j7(filterID, index, value);
746
+ this.i.kd(filterID, index, value);
727
747
  }
728
748
  get actualHeaderTextChange() {
729
749
  return this._actualHeaderTextChange;
@@ -737,7 +757,7 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
737
757
  this._actualHeaderTextChange = ev;
738
758
  this._actualHeaderTextChange_wrapped = (o, e) => {
739
759
  let ext = this.actualHeaderText;
740
- if (e.propertyName == 'Ih') {
760
+ if (e.propertyName == 'Il') {
741
761
  if (this.beforeActualHeaderTextChange) {
742
762
  this.beforeActualHeaderTextChange(this, ext);
743
763
  }
@@ -206,20 +206,20 @@ export let IgcColumnGroupingComponent = /*@__PURE__*/ (() => {
206
206
  * Gets or Sets the property name that contains the values.
207
207
  */
208
208
  get title() {
209
- return this.i.ak;
209
+ return this.i.al;
210
210
  }
211
211
  set title(v) {
212
- this.i.ak = v;
212
+ this.i.al = v;
213
213
  }
214
214
  /**
215
215
  * Gets or Sets the property name that contains the values.
216
216
  */
217
217
  get titleColor() {
218
- return brushToString(this.i.bj);
218
+ return brushToString(this.i.bm);
219
219
  }
220
220
  set titleColor(v) {
221
- this.i.bj = stringToBrush(v);
222
- this._a("titleColor", brushToString(this.i.bj));
221
+ this.i.bm = stringToBrush(v);
222
+ this._a("titleColor", brushToString(this.i.bm));
223
223
  }
224
224
  /**
225
225
  * Gets or Sets the property name that contains the values.
@@ -240,41 +240,51 @@ export let IgcColumnGroupingComponent = /*@__PURE__*/ (() => {
240
240
  * Gets or Sets the property name that contains the values.
241
241
  */
242
242
  get textColor() {
243
- return brushToString(this.i.bi);
243
+ return brushToString(this.i.bl);
244
244
  }
245
245
  set textColor(v) {
246
- this.i.bi = stringToBrush(v);
247
- this._a("textColor", brushToString(this.i.bi));
246
+ this.i.bl = stringToBrush(v);
247
+ this._a("textColor", brushToString(this.i.bl));
248
248
  }
249
249
  /**
250
250
  * Gets or Sets the property name that contains the values.
251
251
  */
252
252
  get iconColor() {
253
- return brushToString(this.i.bh);
253
+ return brushToString(this.i.bi);
254
254
  }
255
255
  set iconColor(v) {
256
- this.i.bh = stringToBrush(v);
257
- this._a("iconColor", brushToString(this.i.bh));
256
+ this.i.bi = stringToBrush(v);
257
+ this._a("iconColor", brushToString(this.i.bi));
258
258
  }
259
259
  /**
260
- * Gets or Sets the property name that contains the values.
260
+ * Gets or sets the background color of the column items in the group area.
261
261
  */
262
- get backgroundColor() {
263
- return brushToString(this.i.bf);
262
+ get itemBackgroundColor() {
263
+ return brushToString(this.i.bj);
264
264
  }
265
- set backgroundColor(v) {
266
- this.i.bf = stringToBrush(v);
267
- this._a("backgroundColor", brushToString(this.i.bf));
265
+ set itemBackgroundColor(v) {
266
+ this.i.bj = stringToBrush(v);
267
+ this._a("itemBackgroundColor", brushToString(this.i.bj));
268
268
  }
269
269
  /**
270
- * Gets or Sets the property name that contains the values.
270
+ * Gets or sets the background color of the column items when hovered by the mouse.
271
271
  */
272
- get hoverBackgroundColor() {
273
- return brushToString(this.i.bg);
272
+ get itemHoverBackgroundColor() {
273
+ return brushToString(this.i.bk);
274
274
  }
275
- set hoverBackgroundColor(v) {
276
- this.i.bg = stringToBrush(v);
277
- this._a("hoverBackgroundColor", brushToString(this.i.bg));
275
+ set itemHoverBackgroundColor(v) {
276
+ this.i.bk = stringToBrush(v);
277
+ this._a("itemHoverBackgroundColor", brushToString(this.i.bk));
278
+ }
279
+ /**
280
+ * Gets or sets the background of the group by area.
281
+ */
282
+ get backgroundColor() {
283
+ return brushToString(this.i.bh);
284
+ }
285
+ set backgroundColor(v) {
286
+ this.i.bh = stringToBrush(v);
287
+ this._a("backgroundColor", brushToString(this.i.bh));
278
288
  }
279
289
  findByName(name) {
280
290
  if (this.targetGrid && this.targetGrid.name && this.targetGrid.name == name) {