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
@@ -46,15 +46,18 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
46
46
  this.q = null;
47
47
  this.m = null;
48
48
  }
49
- ah() {
49
+ ai() {
50
50
  }
51
51
  get o() {
52
52
  return this.n;
53
53
  }
54
54
  get u() {
55
- return this.r;
55
+ return this.n.rootWrapper;
56
56
  }
57
57
  get v() {
58
+ return this.r;
59
+ }
60
+ get w() {
58
61
  return this.t;
59
62
  }
60
63
  get l() {
@@ -66,20 +69,20 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
66
69
  get k() {
67
70
  return this.h;
68
71
  }
69
- ag(a) {
72
+ ah(a) {
70
73
  if (a == null) {
71
74
  this.n = null;
72
75
  return;
73
76
  }
74
77
  this.n = a;
75
78
  this.d = new CanvasGestureDOMEventProxy(this.o.rootWrapper, this.o, true);
76
- this.d.c7 = true;
79
+ this.d.c8 = true;
77
80
  let b = this.d;
78
- b.onMouseDown = delegateCombine(b.onMouseDown, runOn(this, this.y));
81
+ b.onMouseDown = delegateCombine(b.onMouseDown, runOn(this, this.z));
79
82
  let c = this.d;
80
- c.onMouseOver = delegateCombine(c.onMouseOver, runOn(this, this.z));
83
+ c.onMouseOver = delegateCombine(c.onMouseOver, runOn(this, this.aa));
81
84
  let d = this.d;
82
- d.onMouseUp = delegateCombine(d.onMouseUp, runOn(this, this.aa));
85
+ d.onMouseUp = delegateCombine(d.onMouseUp, runOn(this, this.ab));
83
86
  this.n.rootWrapper.setStyleProperty("position", "relative");
84
87
  this.n.rootWrapper.setStyleProperty("display", "flex");
85
88
  this.n.rootWrapper.setStyleProperty("justify-content", "space-between");
@@ -95,9 +98,10 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
95
98
  this.n.rootWrapper.setStyleProperty("box-sizing", "border-box");
96
99
  this.n.rootWrapper.setStyleProperty("border-color", "rgba(0, 0, 0, 0.2)");
97
100
  this.n.rootWrapper.setStyleProperty("border-radius", "3px 3px 0px 0px");
98
- this.x();
101
+ this.n.rootWrapper.setStyleProperty("background-color", this.e.bh._fill);
102
+ this.y();
99
103
  }
100
- am() {
104
+ an() {
101
105
  if (this.n != null) {
102
106
  if (this.e.o == true) {
103
107
  this.n.rootWrapper.setStyleProperty("border-width", "0px 0px 1px 0px");
@@ -107,7 +111,7 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
107
111
  }
108
112
  }
109
113
  }
110
- an() {
114
+ ao() {
111
115
  if (this.n != null) {
112
116
  switch (this.e.i) {
113
117
  case 1:
@@ -129,25 +133,25 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
129
133
  }
130
134
  }
131
135
  }
132
- x() {
136
+ y() {
133
137
  if (this.n != null) {
134
138
  this.r = this.n.rootWrapper.getChildAt(0);
135
139
  this.r.setStyleProperty("width", "100%");
136
- this.an();
140
+ this.ao();
137
141
  this.r.setStyleProperty("display", "flex");
138
142
  this.r.setStyleProperty("align-items", "center");
139
143
  this.r.setStyleProperty("flex-direction", "row");
140
144
  this.s = this.n.createElement("div");
141
- this.e.aq(this.s);
145
+ this.e.ar(this.s);
142
146
  this.s.setStyleProperty("height", "18px");
143
147
  this.s.setStyleProperty("width", "18px");
144
148
  this.s.setStyleProperty("margin-right", "5px");
145
- this.s.setStyleProperty("color", this.e.bh.color.colorString);
149
+ this.s.setStyleProperty("color", this.e.bi.color.colorString);
146
150
  this.r.append(this.s);
147
151
  this.g.add(this.s);
148
152
  this.t = this.n.createElement("span");
149
- this.ap();
150
153
  this.aq();
154
+ this.ar();
151
155
  this.r.append(this.t);
152
156
  let a = this.n.createElement("div");
153
157
  a.setStyleProperty("display", "flex");
@@ -161,25 +165,25 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
161
165
  this.p.setStyleProperty("padding-left", "10px");
162
166
  this.p.setStyleProperty("display", "flex");
163
167
  a.append(this.p);
164
- this.ab();
168
+ this.ac();
165
169
  }
166
170
  }
167
- aq() {
171
+ ar() {
168
172
  if (this.t != null) {
169
- this.t.setText(this.e.ak);
173
+ this.t.setText(this.e.al);
170
174
  }
171
175
  }
172
- ap() {
176
+ aq() {
173
177
  if (this.t != null) {
174
178
  if (this.e.k != null) {
175
179
  this.t.setStyleProperty("font", this.e.k.q);
176
180
  }
177
181
  else {
178
- this.t.setStyleProperty("font", "14px \"Segoe UI\", Verdana");
182
+ this.t.setStyleProperty("font", "14px Verdana");
179
183
  }
180
184
  }
181
185
  }
182
- ao() {
186
+ ap() {
183
187
  if (this.p != null) {
184
188
  let a = this.i.count;
185
189
  for (let b = 0; b < a; b++) {
@@ -188,7 +192,7 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
188
192
  }
189
193
  }
190
194
  }
191
- ar() {
195
+ as() {
192
196
  if (this.n != null) {
193
197
  let groupAreaElement_ = this.n.rootWrapper.getNativeElement();
194
198
  let a = (groupAreaElement_.getBoundingClientRect());
@@ -196,7 +200,7 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
196
200
  }
197
201
  return null;
198
202
  }
199
- ab() {
203
+ ac() {
200
204
  if (this.n != null) {
201
205
  if (this.e.targetGrid != null) {
202
206
  if (this.r != null) {
@@ -209,7 +213,7 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
209
213
  else {
210
214
  this.t.show();
211
215
  }
212
- this.e.ao();
216
+ this.e.ap();
213
217
  this.i.clear();
214
218
  this.g.clear();
215
219
  this.h.clear();
@@ -224,25 +228,25 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
224
228
  this.p.append(d);
225
229
  d.setAttribute("data-field", "NextMarker");
226
230
  let e = this.n.createElement("div");
227
- e.listen("click", runOn(this, this.w));
228
- this.e.ar(e);
231
+ e.listen("click", runOn(this, this.x));
232
+ this.e.as(e);
229
233
  e.setStyleProperty("height", "18px");
230
234
  e.setStyleProperty("width", "18px");
231
- e.setStyleProperty("color", this.e.bh.color.colorString);
235
+ e.setStyleProperty("color", this.e.bi.color.colorString);
232
236
  d.append(e);
233
237
  this.g.add(e);
234
238
  }
235
239
  let f = this.n.createElement("li");
236
- f.listen("mouseover", runOn(this, this.ad));
237
- f.listen("mouseout", runOn(this, this.ac));
238
- f.setStyleProperty("background-color", this.e.bf.color.colorString);
240
+ f.listen("mouseover", runOn(this, this.ae));
241
+ f.listen("mouseout", runOn(this, this.ad));
242
+ f.setStyleProperty("background-color", this.e.bj.color.colorString);
239
243
  f.setStyleProperty("border-radius", "3px 3px 3px 3px");
240
244
  f.setStyleProperty("padding", "2px 5px 2px 5px");
241
245
  f.setStyleProperty("margin", "2px");
242
246
  f.setStyleProperty("height", "18px");
243
247
  f.setStyleProperty("display", "flex");
244
248
  f.setStyleProperty("align-items", "center");
245
- f.listen("click", runOn(this, this.ae));
249
+ f.listen("click", runOn(this, this.af));
246
250
  this.p.append(f);
247
251
  this.h.add(f);
248
252
  f.setAttribute("data-field", a._inner[c].b.toString());
@@ -251,10 +255,10 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
251
255
  g.setStyleProperty("font", this.e.k.q);
252
256
  }
253
257
  else {
254
- g.setStyleProperty("font", "14px \"Segoe UI\", Verdana");
258
+ g.setStyleProperty("font", "14px Verdana");
255
259
  }
256
260
  g.setStyleProperty("user-select", "none");
257
- g.setStyleProperty("color", this.e.bi.color.colorString);
261
+ g.setStyleProperty("color", this.e.bl.color.colorString);
258
262
  g.setAttribute("data-field", a._inner[c].b.toString());
259
263
  g.setText(a._inner[c].c.toString());
260
264
  f.append(g);
@@ -264,18 +268,18 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
264
268
  if (a._inner[c].a == 1) {
265
269
  i = false;
266
270
  }
267
- this.e.as(h, i);
271
+ this.e.at(h, i);
268
272
  h.setStyleProperty("height", "18px");
269
273
  h.setStyleProperty("width", "18px");
270
- h.setStyleProperty("color", this.e.bh.color.colorString);
274
+ h.setStyleProperty("color", this.e.bi.color.colorString);
271
275
  f.append(h);
272
276
  this.g.add(h);
273
277
  let j = this.n.createElement("div");
274
- j.listen("click", runOn(this, this.w));
275
- this.e.ap(j);
278
+ j.listen("click", runOn(this, this.x));
279
+ this.e.aq(j);
276
280
  j.setStyleProperty("height", "18px");
277
281
  j.setStyleProperty("width", "18px");
278
- j.setStyleProperty("color", this.e.bh.color.colorString);
282
+ j.setStyleProperty("color", this.e.bi.color.colorString);
279
283
  f.append(j);
280
284
  this.g.add(j);
281
285
  }
@@ -283,32 +287,32 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
283
287
  }
284
288
  }
285
289
  }
286
- al(a, b) {
290
+ am(a, b) {
287
291
  if (this.n != null) {
288
292
  let c = this.n.getSubRenderer(b);
289
293
  a.provideContainer(c);
290
294
  }
291
295
  }
292
- w(e_) {
296
+ x(e_) {
293
297
  let a = (e_.originalEvent.currentTarget);
294
298
  let b = a.parentElement.getAttribute("data-field").toString();
295
- this.e.a0(b);
299
+ this.e.a1(b);
296
300
  }
297
- ae(e_) {
301
+ af(e_) {
298
302
  let a = (e_.originalEvent.currentTarget);
299
303
  let b = a.getAttribute("data-field").toString();
300
- this.e.an(b);
304
+ this.e.ao(b);
301
305
  }
302
- y(a) {
303
- this.ai(a);
304
- }
305
- z(a, b, c) {
306
+ z(a) {
306
307
  this.aj(a);
307
308
  }
308
- aa(a) {
309
+ aa(a, b, c) {
309
310
  this.ak(a);
310
311
  }
311
- ai(a) {
312
+ ab(a) {
313
+ this.al(a);
314
+ }
315
+ aj(a) {
312
316
  let b = this.h.count;
313
317
  for (let c = 0; c < b; c++) {
314
318
  let d = this.h._inner[c].getNativeElement();
@@ -324,7 +328,7 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
324
328
  }
325
329
  }
326
330
  }
327
- aj(a) {
331
+ ak(a) {
328
332
  if (this.q != null && this.f == false) {
329
333
  this.f = true;
330
334
  this.q = this.q.clone();
@@ -335,7 +339,7 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
335
339
  }
336
340
  if (this.f == true) {
337
341
  this.m.style.cursor = "grabbing";
338
- let b = this.ar();
342
+ let b = this.as();
339
343
  let c = b.left - (NativeUI.i(this.q) / 2);
340
344
  let d = b.top - (NativeUI.c(this.q) / 2);
341
345
  let e = this.c();
@@ -345,9 +349,9 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
345
349
  NativeUI.aa(this.q, a.y + d);
346
350
  }
347
351
  }
348
- ak(a) {
352
+ al(a) {
349
353
  if (this.f == true) {
350
- let b = this.ar();
354
+ let b = this.as();
351
355
  let c = b.width;
352
356
  let d = b.height;
353
357
  if (a.x > 0 && a.x < c) {
@@ -390,7 +394,7 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
390
394
  }
391
395
  }
392
396
  let n = this.m.getAttribute("data-field").toString();
393
- this.e.a1(n, e);
397
+ this.e.a2(n, e);
394
398
  }
395
399
  }
396
400
  if (this.q != null) {
@@ -402,24 +406,24 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
402
406
  }
403
407
  this.q = null;
404
408
  }
405
- ad(e_) {
409
+ ae(e_) {
406
410
  let a = (e_.originalEvent.target);
407
411
  let b = this.h.count;
408
412
  for (let c = 0; c < b; c++) {
409
413
  let d = this.h._inner[c].getNativeElement();
410
414
  if (d.contains(a)) {
411
- this.h._inner[c].setStyleProperty("background-color", this.e.bg.color.colorString);
415
+ this.h._inner[c].setStyleProperty("background-color", this.e.bk.color.colorString);
412
416
  break;
413
417
  }
414
418
  }
415
419
  }
416
- ac(e_) {
420
+ ad(e_) {
417
421
  let a = (e_.originalEvent.target);
418
422
  let b = this.h.count;
419
423
  for (let c = 0; c < b; c++) {
420
424
  let d = this.h._inner[c].getNativeElement();
421
425
  if (d.contains(a)) {
422
- this.h._inner[c].setStyleProperty("background-color", this.e.bf.color.colorString);
426
+ this.h._inner[c].setStyleProperty("background-color", this.e.bj.color.colorString);
423
427
  break;
424
428
  }
425
429
  }
@@ -450,7 +454,7 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
450
454
  c[1] = b;
451
455
  return c;
452
456
  }
453
- af() {
457
+ ag() {
454
458
  }
455
459
  }
456
460
  ColumnGroupingView.$t = /*@__PURE__*/ markType(ColumnGroupingView, 'ColumnGroupingView');
@@ -477,38 +481,39 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
477
481
  this.f = 1;
478
482
  this.h = 2;
479
483
  this.w = "Drag a Column Here";
480
- this.be = BrushUtil.g(158, 0, 0, 0);
484
+ this.bg = BrushUtil.g(158, 0, 0, 0);
481
485
  this.j = null;
482
- this.bd = BrushUtil.g(158, 0, 0, 0);
486
+ this.bf = BrushUtil.g(158, 0, 0, 0);
483
487
  this.bc = BrushUtil.g(158, 0, 0, 0);
484
- this.ba = BrushUtil.g(30, 0, 0, 0);
485
- this.bb = BrushUtil.g(66, 0, 0, 0);
488
+ this.bd = BrushUtil.g(30, 0, 0, 0);
489
+ this.be = BrushUtil.g(66, 0, 0, 0);
490
+ this.bb = BrushUtil.g(255, 248, 248, 248);
486
491
  this.v = 0;
487
492
  this.n = false;
488
493
  this.q = new ObservableCollection$1(XIcon.$, 0);
489
494
  let a = new ColumnGroupingView();
490
495
  a.e = this;
491
496
  this.d = a;
492
- this.d.ah();
497
+ this.d.ai();
493
498
  }
494
499
  notifySizeChanged() {
495
- this.d.af();
500
+ this.d.ag();
496
501
  }
497
502
  destroy() {
498
503
  this.provideContainer(null);
499
504
  if (this.targetGrid != null) {
500
505
  let a = this.targetGrid;
501
- a.groupDescriptionsChanged = delegateRemove(a.groupDescriptionsChanged, runOn(this, this.a6));
506
+ a.groupDescriptionsChanged = delegateRemove(a.groupDescriptionsChanged, runOn(this, this.a7));
502
507
  let b = this.targetGrid;
503
- b.actualColumnsChanged = delegateRemove(b.actualColumnsChanged, runOn(this, this.a5));
508
+ b.actualColumnsChanged = delegateRemove(b.actualColumnsChanged, runOn(this, this.a6));
504
509
  let c = this.targetGrid.dragger;
505
- c.onDrag = delegateRemove(c.onDrag, runOn(this, this.au));
510
+ c.onDrag = delegateRemove(c.onDrag, runOn(this, this.av));
506
511
  let d = this.targetGrid.dragger;
507
- d.onDragEnd = delegateRemove(d.onDragEnd, runOn(this, this.av));
512
+ d.onDragEnd = delegateRemove(d.onDragEnd, runOn(this, this.aw));
508
513
  }
509
514
  }
510
515
  provideContainer(a) {
511
- this.d.ag(a);
516
+ this.d.ah(a);
512
517
  }
513
518
  get m() {
514
519
  if (this.l == null) {
@@ -524,7 +529,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
524
529
  let b = this.b;
525
530
  this.b = a;
526
531
  if (b != this.b) {
527
- this.ax("TargetGrid", b, this.b);
532
+ this.ay("TargetGrid", b, this.b);
528
533
  }
529
534
  }
530
535
  get g() {
@@ -534,7 +539,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
534
539
  let b = this.f;
535
540
  this.f = a;
536
541
  if (b != this.f) {
537
- this.ax("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.f));
542
+ this.ay("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.f));
538
543
  }
539
544
  }
540
545
  get i() {
@@ -544,27 +549,27 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
544
549
  let b = this.h;
545
550
  this.h = a;
546
551
  if (b != this.h) {
547
- this.ax("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.h));
552
+ this.ay("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.h));
548
553
  }
549
554
  }
550
- get ak() {
555
+ get al() {
551
556
  return this.w;
552
557
  }
553
- set ak(a) {
558
+ set al(a) {
554
559
  let b = this.w;
555
560
  this.w = a;
556
561
  if (b != this.w) {
557
- this.ax("Title", b, this.w);
562
+ this.ay("Title", b, this.w);
558
563
  }
559
564
  }
560
- get bj() {
561
- return this.be;
565
+ get bm() {
566
+ return this.bg;
562
567
  }
563
- set bj(a) {
564
- let b = this.be;
565
- this.be = a;
566
- if (b != this.be) {
567
- this.ax("TitleColor", b, this.be);
568
+ set bm(a) {
569
+ let b = this.bg;
570
+ this.bg = a;
571
+ if (b != this.bg) {
572
+ this.ay("TitleColor", b, this.bg);
568
573
  }
569
574
  }
570
575
  get k() {
@@ -574,138 +579,151 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
574
579
  let b = this.j;
575
580
  this.j = a;
576
581
  if (b != this.j) {
577
- this.ax("TextStyle", b, this.j);
582
+ this.ay("TextStyle", b, this.j);
578
583
  }
579
584
  }
580
- get bi() {
581
- return this.bd;
585
+ get bl() {
586
+ return this.bf;
582
587
  }
583
- set bi(a) {
584
- let b = this.bd;
585
- this.bd = a;
586
- if (b != this.bd) {
587
- this.ax("TextColor", b, this.bd);
588
+ set bl(a) {
589
+ let b = this.bf;
590
+ this.bf = a;
591
+ if (b != this.bf) {
592
+ this.ay("TextColor", b, this.bf);
588
593
  }
589
594
  }
590
- get bh() {
595
+ get bi() {
591
596
  return this.bc;
592
597
  }
593
- set bh(a) {
598
+ set bi(a) {
594
599
  let b = this.bc;
595
600
  this.bc = a;
596
601
  if (b != this.bc) {
597
- this.ax("IconColor", b, this.bc);
602
+ this.ay("IconColor", b, this.bc);
598
603
  }
599
604
  }
600
- get bf() {
601
- return this.ba;
605
+ get bj() {
606
+ return this.bd;
602
607
  }
603
- set bf(a) {
604
- let b = this.ba;
605
- this.ba = a;
606
- if (b != this.ba) {
607
- this.ax("BackgroundColor", b, this.ba);
608
+ set bj(a) {
609
+ let b = this.bd;
610
+ this.bd = a;
611
+ if (b != this.bd) {
612
+ this.ay("ItemBackgroundColor", b, this.bd);
608
613
  }
609
614
  }
610
- get bg() {
615
+ get bk() {
616
+ return this.be;
617
+ }
618
+ set bk(a) {
619
+ let b = this.be;
620
+ this.be = a;
621
+ if (b != this.be) {
622
+ this.ay("ItemHoverBackgroundColor", b, this.be);
623
+ }
624
+ }
625
+ get bh() {
611
626
  return this.bb;
612
627
  }
613
- set bg(a) {
628
+ set bh(a) {
614
629
  let b = this.bb;
615
630
  this.bb = a;
616
631
  if (b != this.bb) {
617
- this.ax("HoverBackgroundColor", b, this.bb);
632
+ this.ay("BackgroundColor", b, this.bb);
618
633
  }
619
634
  }
620
- ax(a, b, c) {
635
+ ay(a, b, c) {
621
636
  if (this.propertyChanged != null) {
622
637
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
623
638
  }
624
- this.ay(a, b, c);
639
+ this.az(a, b, c);
625
640
  }
626
- ay(a, b, c) {
641
+ az(a, b, c) {
627
642
  switch (a) {
628
643
  case "TargetGrid":
629
- this.a4();
644
+ this.a5();
630
645
  break;
631
646
  case "BaseTheme":
632
- this.a3();
647
+ this.a4();
633
648
  break;
634
649
  case "Density":
635
- this.a2();
650
+ this.a3();
636
651
  break;
637
652
  case "Title":
638
- this.a8();
653
+ this.a9();
639
654
  break;
640
655
  case "TitleColor":
641
- this.a9();
656
+ this.ba();
642
657
  break;
643
658
  case "TextStyle":
644
- this.d.ao();
645
659
  this.d.ap();
660
+ this.d.aq();
646
661
  break;
647
662
  case "TextColor":
648
663
  case "IconColor":
664
+ case "ItemBackgroundColor":
665
+ this.a8();
666
+ break;
667
+ case "ItemHoverBackgroundColor": break;
649
668
  case "BackgroundColor":
650
- this.a7();
669
+ NativeUI.k(this.d.u, this.bh);
651
670
  break;
652
- case "HoverBackgroundColor": break;
653
671
  }
654
672
  }
655
- a3() {
673
+ a4() {
656
674
  }
657
- a9() {
658
- let a = this.d.v;
659
- if (this.bj != null) {
660
- NativeUI.o(a, this.bj);
675
+ ba() {
676
+ let a = this.d.w;
677
+ if (this.bm != null) {
678
+ NativeUI.o(a, this.bm);
661
679
  }
662
680
  }
663
- a8() {
664
- if (stringIsNullOrWhiteSpace(this.ak)) {
665
- this.ak = !stringIsNullOrWhiteSpace(this.m.b1("Title")) ? this.m.b1("Title") : "Drag a Column Here";
681
+ a9() {
682
+ if (stringIsNullOrWhiteSpace(this.al)) {
683
+ this.al = !stringIsNullOrWhiteSpace(this.m.b1("Title")) ? this.m.b1("Title") : "Drag a Column Here";
666
684
  }
667
- this.d.aq();
685
+ this.d.ar();
668
686
  }
669
- a7() {
687
+ a8() {
670
688
  let a = this.d.l;
671
689
  let b = this.d.j;
672
690
  let c = this.d.k;
673
691
  for (let d = 0; d < a.count; d++) {
674
- NativeUI.o(a._inner[d], this.bi);
692
+ NativeUI.o(a._inner[d], this.bl);
675
693
  }
676
694
  for (let e = 0; e < b.count; e++) {
677
- NativeUI.o(b._inner[e], this.bh);
695
+ NativeUI.o(b._inner[e], this.bi);
678
696
  }
679
697
  for (let f = 0; f < c.count; f++) {
680
- NativeUI.k(c._inner[f], this.bf);
698
+ NativeUI.k(c._inner[f], this.bj);
681
699
  }
682
700
  }
683
- a2() {
701
+ a3() {
684
702
  if (this.i == 0) {
685
703
  if (this.targetGrid != null) {
686
- this.i = this.targetGrid.gb;
704
+ this.i = this.targetGrid.gd;
687
705
  }
688
706
  }
689
- this.d.an();
707
+ this.d.ao();
690
708
  }
691
- a4() {
709
+ a5() {
692
710
  if (this.targetGrid != null) {
693
- this.a8();
711
+ this.a9();
694
712
  if (this.targetGrid.isGroupByAreaVisible) {
695
713
  this.o = true;
696
714
  }
697
- this.d.am();
715
+ this.d.an();
698
716
  let a = this.targetGrid;
699
- a.groupDescriptionsChanged = delegateCombine(a.groupDescriptionsChanged, runOn(this, this.a6));
717
+ a.groupDescriptionsChanged = delegateCombine(a.groupDescriptionsChanged, runOn(this, this.a7));
700
718
  let b = this.targetGrid;
701
- b.actualColumnsChanged = delegateCombine(b.actualColumnsChanged, runOn(this, this.a5));
719
+ b.actualColumnsChanged = delegateCombine(b.actualColumnsChanged, runOn(this, this.a6));
702
720
  if (this.targetGrid.dragger != null) {
703
721
  let c = this.targetGrid.dragger;
704
- c.onDrag = delegateCombine(c.onDrag, runOn(this, this.au));
722
+ c.onDrag = delegateCombine(c.onDrag, runOn(this, this.av));
705
723
  let d = this.targetGrid.dragger;
706
- d.onDragEnd = delegateCombine(d.onDragEnd, runOn(this, this.av));
724
+ d.onDragEnd = delegateCombine(d.onDragEnd, runOn(this, this.aw));
707
725
  }
708
- this.d.ab();
726
+ this.d.ac();
709
727
  }
710
728
  }
711
729
  p() {
@@ -715,10 +733,10 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
715
733
  let c = this.targetGrid.bb.i;
716
734
  for (let d = 0; d < c.count; d++) {
717
735
  let e = new GroupInfo();
718
- let f = b.i((g) => g.i2 == c.item(d).f);
736
+ let f = b.i((g) => g.i7 == c.item(d).f);
719
737
  if (f != -1) {
720
- if (!stringIsNullOrEmpty(b._inner[f].i9)) {
721
- e.c = b._inner[f].i9;
738
+ if (!stringIsNullOrEmpty(b._inner[f].je)) {
739
+ e.c = b._inner[f].je;
722
740
  }
723
741
  else {
724
742
  e.c = c.item(d).f;
@@ -737,9 +755,9 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
737
755
  }
738
756
  return a;
739
757
  }
740
- av(a, b) {
758
+ aw(a, b) {
741
759
  if (this.targetGrid.dragger.dragType == 2) {
742
- let c = this.d.ar();
760
+ let c = this.d.as();
743
761
  let d = c.height * -1;
744
762
  let e = 0;
745
763
  let f = 0;
@@ -749,7 +767,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
749
767
  let h = a;
750
768
  let i = this.targetGrid.actualColumns._inner[h.cellPath.a5];
751
769
  let j = new ColumnGroupDescription(0);
752
- j.f = i.i2;
770
+ j.f = i.i7;
753
771
  j.c = 1;
754
772
  let k = this.targetGrid.bb.i.contains(j);
755
773
  j.c = 0;
@@ -777,7 +795,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
777
795
  }
778
796
  }
779
797
  }
780
- au(a, b) {
798
+ av(a, b) {
781
799
  if (this.targetGrid.dragger == null) {
782
800
  return;
783
801
  }
@@ -787,21 +805,21 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
787
805
  this.u = b.currentY;
788
806
  if (this.u < 0) {
789
807
  if (this.n == false) {
790
- this.v = this.targetGrid.lb;
791
- this.targetGrid.lb = 0;
808
+ this.v = this.targetGrid.lq;
809
+ this.targetGrid.lq = 0;
792
810
  this.n = true;
793
811
  }
794
812
  }
795
813
  else {
796
814
  if (this.n == true) {
797
- this.targetGrid.lb = this.v;
815
+ this.targetGrid.lq = this.v;
798
816
  this.n = false;
799
817
  }
800
818
  }
801
819
  }
802
- as(a, b) {
820
+ at(a, b) {
803
821
  let c = new XIcon();
804
- this.d.al(c, a);
822
+ this.d.am(c, a);
805
823
  if (b) {
806
824
  c.svgPath = ColumnGrouping.x;
807
825
  }
@@ -811,35 +829,35 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
811
829
  c.fill = BrushUtil.g(255, 119, 119, 119);
812
830
  this.q.add(c);
813
831
  }
814
- ap(a) {
832
+ aq(a) {
815
833
  let b = new XIcon();
816
- this.d.al(b, a);
834
+ this.d.am(b, a);
817
835
  b.svgPath = ColumnGrouping.aa;
818
836
  b.fill = BrushUtil.g(255, 119, 119, 119);
819
837
  this.q.add(b);
820
838
  }
821
- ar(a) {
839
+ as(a) {
822
840
  let b = new XIcon();
823
- this.d.al(b, a);
824
- b.svgPath = ColumnGrouping.ag;
841
+ this.d.am(b, a);
842
+ b.svgPath = ColumnGrouping.ah;
825
843
  b.fill = BrushUtil.g(255, 119, 119, 119);
826
844
  this.q.add(b);
827
845
  }
828
- aq(a) {
846
+ ar(a) {
829
847
  let b = new XIcon();
830
- this.d.al(b, a);
848
+ this.d.am(b, a);
831
849
  b.svgPath = ColumnGrouping.ad;
832
850
  b.fill = BrushUtil.g(255, 119, 119, 119);
833
851
  this.e = b;
834
852
  this.q.add(this.e);
835
853
  }
836
- ao() {
854
+ ap() {
837
855
  this.q.clear();
838
856
  if (this.e != null) {
839
857
  this.q.add(this.e);
840
858
  }
841
859
  }
842
- an(a) {
860
+ ao(a) {
843
861
  let b = this.targetGrid.bb.i.count;
844
862
  for (let c = 0; c < b; c++) {
845
863
  let d = this.targetGrid.bb.i.item(c);
@@ -856,7 +874,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
856
874
  }
857
875
  }
858
876
  }
859
- a0(a) {
877
+ a1(a) {
860
878
  let b = this.targetGrid.bb.i.count;
861
879
  for (let c = 0; c < b; c++) {
862
880
  let d = this.targetGrid.bb.i.item(c);
@@ -866,7 +884,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
866
884
  }
867
885
  }
868
886
  }
869
- a1(a, b) {
887
+ a2(a, b) {
870
888
  let c = this.targetGrid.bb.i.count;
871
889
  let d = null;
872
890
  for (let e = 0; e < c; e++) {
@@ -878,11 +896,11 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
878
896
  }
879
897
  this.targetGrid.bb.i.insert(b, d);
880
898
  }
881
- a6(a, b) {
882
- this.d.ab();
899
+ a7(a, b) {
900
+ this.d.ac();
883
901
  }
884
- a5(a, b) {
885
- this.d.ab();
902
+ a6(a, b) {
903
+ this.d.ac();
886
904
  }
887
905
  exportVisualModel() {
888
906
  return this.a();
@@ -893,7 +911,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
893
911
  }
894
912
  a() {
895
913
  let a = new ColumnGroupingVisualModelExport();
896
- let b = this.d.u;
914
+ let b = this.d.v;
897
915
  a.d = new List$1(IconVisualModelExport.$, 0);
898
916
  a.c = new List$1(TextVisualModelExport.$, 0);
899
917
  a.b = this.i;
@@ -962,7 +980,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
962
980
  ColumnGrouping.x = "M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z";
963
981
  ColumnGrouping.ac = "M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z";
964
982
  ColumnGrouping.aa = "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z";
965
- ColumnGrouping.ag = "M15,5l-1.41,1.41L18.17,11H2V13h16.17l-4.59,4.59L15,19l7-7L15,5z";
983
+ ColumnGrouping.ah = "M15,5l-1.41,1.41L18.17,11H2V13h16.17l-4.59,4.59L15,19l7-7L15,5z";
966
984
  ColumnGrouping.ad = "M9,19v-2h11v2H9z M9,15v-2h11v2H9z M9,11V9h11v2H9z M7,7V5h13v2H7z M4,5h2v2H4V5z";
967
985
  return ColumnGrouping;
968
986
  })();