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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (238) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +45073 -42900
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +24 -24
  17. package/esm2015/lib/CheckboxListBridge.js +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +417 -412
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8014 -6939
  21. package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +5 -5
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/EditorCellPresenter.js +21 -21
  33. package/esm2015/lib/FilterCellPresenter.js +12 -12
  34. package/esm2015/lib/GridCellBase.js +6 -6
  35. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
  36. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  37. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  38. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  40. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  42. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  43. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  44. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  45. package/esm2015/lib/GridExternalWrapper.js +6 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
  47. package/esm2015/lib/GridIconRepository.js +92 -0
  48. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  49. package/esm2015/lib/GridStyleRepository.js +123 -115
  50. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  51. package/esm2015/lib/ICheckboxListView.js +11 -0
  52. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  53. package/esm2015/lib/ImageCellPresenter.js +7 -7
  54. package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
  55. package/esm2015/lib/NumericCellPresenter.js +8 -8
  56. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  57. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  58. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  59. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  60. package/esm2015/lib/TemplateHeader.js +5 -5
  61. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  62. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  63. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  64. package/esm2015/lib/TextCellPresenter.js +9 -9
  65. package/esm2015/lib/TextHeaderCell.js +62 -27
  66. package/esm2015/lib/TextHeaderCellPresenter.js +45 -26
  67. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  68. package/esm2015/lib/igc-cell-info.js +106 -91
  69. package/esm2015/lib/igc-checkbox-list-component.js +57 -58
  70. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  71. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  72. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  73. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  74. package/esm2015/lib/igc-data-grid-column-component.js +332 -229
  75. package/esm2015/lib/igc-data-grid-component.js +145 -0
  76. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
  77. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  78. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  79. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  80. package/esm2015/lib/igc-definition-base-component.js +12 -12
  81. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  82. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  83. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  84. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  85. package/esm2015/lib/igc-header-component.js +24 -24
  86. package/esm2015/lib/igc-image-cell-info.js +6 -6
  87. package/esm2015/lib/igc-image-column-component.js +12 -12
  88. package/esm2015/lib/igc-image-column-module.js +2 -0
  89. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  90. package/esm2015/lib/igc-numeric-column-component.js +46 -35
  91. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  92. package/esm2015/lib/igc-row-separator-module.js +2 -0
  93. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  94. package/esm2015/lib/igc-section-header-component.js +38 -24
  95. package/esm2015/lib/igc-section-header-module.js +2 -0
  96. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  97. package/esm2015/lib/igc-summary-row-component.js +24 -24
  98. package/esm2015/lib/igc-template-cell-info.js +2 -2
  99. package/esm2015/lib/igc-template-column-module.js +2 -0
  100. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  101. package/esm2015/lib/igc-template-header-module.js +2 -0
  102. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  103. package/esm2015/lib/igc-text-cell-info.js +2 -2
  104. package/esm2015/lib/igc-text-column-component.js +9 -9
  105. package/esm2015/lib/igc-text-column-module.js +2 -0
  106. package/esm2015/lib/igc-text-header-cell-info.js +74 -24
  107. package/esm2015/lib/igc-text-header-module.js +2 -0
  108. package/esm2015/public_api.js +2 -0
  109. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  110. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  111. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  112. package/esm5/lib/CanvasGridCellBase.js +13 -13
  113. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  114. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  115. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  116. package/esm5/lib/CanvasSummaryCell.js +2 -2
  117. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  118. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  119. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  120. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  121. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  122. package/esm5/lib/CellPresenterBase.js +24 -24
  123. package/esm5/lib/CheckboxListBridge.js +36 -36
  124. package/esm5/lib/CheckboxListView_combined.js +400 -395
  125. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  126. package/esm5/lib/ColumnFilterCondition_combined.js +8053 -6793
  127. package/esm5/lib/ColumnGroupingView_combined.js +13 -13
  128. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  129. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  130. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  131. package/esm5/lib/ContentCellModelHelper.js +5 -5
  132. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  133. package/esm5/lib/DataGridLocaleEn.js +3 -0
  134. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  135. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  136. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  137. package/esm5/lib/Dragger.js +4 -4
  138. package/esm5/lib/EditorCellPresenter.js +21 -21
  139. package/esm5/lib/FilterCellPresenter.js +12 -12
  140. package/esm5/lib/GridCellBase.js +6 -6
  141. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  142. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  143. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  144. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  146. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  147. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  148. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  149. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  150. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  151. package/esm5/lib/GridExternalWrapper.js +6 -6
  152. package/esm5/lib/GridFilterDialogView_combined.js +377 -244
  153. package/esm5/lib/GridIconRepository.js +97 -0
  154. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  155. package/esm5/lib/GridStyleRepository.js +127 -115
  156. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  157. package/esm5/lib/ICheckboxListView.js +11 -0
  158. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  159. package/esm5/lib/ImageCellPresenter.js +7 -7
  160. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  161. package/esm5/lib/NumericCellPresenter.js +8 -8
  162. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  163. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  164. package/esm5/lib/SummaryCellPresenter.js +6 -6
  165. package/esm5/lib/TemplateCellPresenter.js +2 -2
  166. package/esm5/lib/TemplateHeader.js +5 -5
  167. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  168. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  169. package/esm5/lib/TemplateSectionHeader.js +1 -1
  170. package/esm5/lib/TextCellPresenter.js +9 -9
  171. package/esm5/lib/TextHeaderCell.js +62 -27
  172. package/esm5/lib/TextHeaderCellPresenter.js +45 -26
  173. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  174. package/esm5/lib/igc-cell-info.js +114 -91
  175. package/esm5/lib/igc-checkbox-list-component.js +57 -58
  176. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  177. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  178. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  179. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  180. package/esm5/lib/igc-data-grid-column-component.js +380 -229
  181. package/esm5/lib/igc-data-grid-component.js +191 -0
  182. package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
  183. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  184. package/esm5/lib/igc-date-time-column-component.js +23 -23
  185. package/esm5/lib/igc-date-time-column-module.js +2 -0
  186. package/esm5/lib/igc-definition-base-component.js +12 -12
  187. package/esm5/lib/igc-editor-cell-info.js +23 -23
  188. package/esm5/lib/igc-filter-cell-info.js +26 -26
  189. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  190. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  191. package/esm5/lib/igc-header-component.js +24 -24
  192. package/esm5/lib/igc-image-cell-info.js +6 -6
  193. package/esm5/lib/igc-image-column-component.js +12 -12
  194. package/esm5/lib/igc-image-column-module.js +2 -0
  195. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  196. package/esm5/lib/igc-numeric-column-component.js +50 -35
  197. package/esm5/lib/igc-numeric-column-module.js +2 -0
  198. package/esm5/lib/igc-row-separator-module.js +2 -0
  199. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  200. package/esm5/lib/igc-section-header-component.js +46 -24
  201. package/esm5/lib/igc-section-header-module.js +2 -0
  202. package/esm5/lib/igc-summary-cell-info.js +9 -9
  203. package/esm5/lib/igc-summary-row-component.js +24 -24
  204. package/esm5/lib/igc-template-cell-info.js +2 -2
  205. package/esm5/lib/igc-template-column-module.js +2 -0
  206. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  207. package/esm5/lib/igc-template-header-module.js +2 -0
  208. package/esm5/lib/igc-template-section-header-module.js +4 -0
  209. package/esm5/lib/igc-text-cell-info.js +2 -2
  210. package/esm5/lib/igc-text-column-component.js +9 -9
  211. package/esm5/lib/igc-text-column-module.js +2 -0
  212. package/esm5/lib/igc-text-header-cell-info.js +98 -24
  213. package/esm5/lib/igc-text-header-module.js +2 -0
  214. package/esm5/public_api.js +2 -0
  215. package/fesm2015/igniteui-webcomponents-data-grids.js +39274 -37487
  216. package/fesm5/igniteui-webcomponents-data-grids.js +45073 -42902
  217. package/lib/CheckboxListView_combined.d.ts +104 -104
  218. package/lib/ColumnFilterCondition_combined.d.ts +1768 -1659
  219. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  220. package/lib/DataGridLocaleEn.d.ts +3 -0
  221. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  222. package/lib/GridIconRepository.d.ts +44 -0
  223. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  224. package/lib/GridStyleRepository.d.ts +3 -2
  225. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  226. package/lib/ICheckboxListView.d.ts +38 -0
  227. package/lib/TemplateHeader.d.ts +1 -1
  228. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  229. package/lib/TemplateSectionHeader.d.ts +1 -1
  230. package/lib/igc-cell-info.d.ts +9 -0
  231. package/lib/igc-data-grid-column-component.d.ts +33 -0
  232. package/lib/igc-data-grid-component.d.ts +48 -0
  233. package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
  234. package/lib/igc-numeric-column-component.d.ts +6 -0
  235. package/lib/igc-section-header-component.d.ts +4 -0
  236. package/lib/igc-text-header-cell-info.d.ts +15 -0
  237. package/package.json +4 -4
  238. package/public_api.d.ts +2 -0
@@ -108,8 +108,8 @@ let PropertyEditorView = /*@__PURE__*/ (() => {
108
108
  }
109
109
  let b = a.rootWrapper;
110
110
  if (null != b) {
111
- NativeUI.q(b, this.b.ec);
112
- NativeUI.m(b, this.b.d8);
111
+ NativeUI.r(b, this.b.ec);
112
+ NativeUI.n(b, this.b.d8);
113
113
  }
114
114
  }
115
115
  e() {
@@ -736,15 +736,15 @@ let PropertyEditor = /*@__PURE__*/ (() => {
736
736
  }
737
737
  else {
738
738
  let a = new TextColumn();
739
- a.k7 = 10;
740
- a.k8 = 5;
741
- a.mr = "PropertyPath";
739
+ a.lk = 10;
740
+ a.ll = 5;
741
+ a.nh = "PropertyPath";
742
742
  a.dataBinding = delegateCombine(a.dataBinding, runOn(this, this.dp));
743
743
  this.l.columns.add(a);
744
744
  let b = new TemplateColumn();
745
- b.mr = "ValueType";
746
- b.k7 = 5;
747
- b.k8 = 5;
745
+ b.nh = "ValueType";
746
+ b.lk = 5;
747
+ b.ll = 5;
748
748
  b.dataBinding = delegateCombine(b.dataBinding, runOn(this, this.cu));
749
749
  b.cellStyleKeyRequested = delegateCombine(b.cellStyleKeyRequested, runOn(this, this.cs));
750
750
  b.cellUpdating = delegateCombine(b.cellUpdating, runOn(this, this.ct));
@@ -824,8 +824,8 @@ let PropertyEditor = /*@__PURE__*/ (() => {
824
824
  let r = this.cc(l);
825
825
  if (c.count <= g) {
826
826
  let s = new TextColumn();
827
- s.k7 = 10;
828
- s.k8 = 5;
827
+ s.lk = 10;
828
+ s.ll = 5;
829
829
  s.width = ((() => {
830
830
  let $ret = new ColumnWidth();
831
831
  $ret.c = false;
@@ -833,8 +833,8 @@ let PropertyEditor = /*@__PURE__*/ (() => {
833
833
  return $ret;
834
834
  })());
835
835
  s.dataBinding = delegateCombine(s.dataBinding, runOn(this, this.dp));
836
- s.ni = "PropertyName_" + k;
837
- s.mr = "PropertyName";
836
+ s.n8 = "PropertyName_" + k;
837
+ s.nh = "PropertyName";
838
838
  c.add(s);
839
839
  this.au.item(s, c.count - 1);
840
840
  g++;
@@ -871,10 +871,10 @@ let PropertyEditor = /*@__PURE__*/ (() => {
871
871
  }
872
872
  if (c.count <= g) {
873
873
  let v = new TemplateColumn();
874
- v.ni = "ValueType_" + k;
875
- v.mr = "ValueType";
876
- v.k7 = 5;
877
- v.k8 = 5;
874
+ v.n8 = "ValueType_" + k;
875
+ v.nh = "ValueType";
876
+ v.lk = 5;
877
+ v.ll = 5;
878
878
  v.dataBinding = delegateCombine(v.dataBinding, runOn(this, this.cu));
879
879
  v.width = ((() => {
880
880
  let $ret = new ColumnWidth();
@@ -945,12 +945,12 @@ let PropertyEditor = /*@__PURE__*/ (() => {
945
945
  }
946
946
  cu(a, b) {
947
947
  let c = a;
948
- let d = this.s(c, b.cellInfo.fp, b.rowObject);
948
+ let d = this.s(c, b.cellInfo.fq, b.rowObject);
949
949
  b.resolvedValue = enumGetBox(PropertyEditorValueType_$type, d != null ? d.w : 0);
950
950
  }
951
951
  dp(a, b) {
952
952
  let c = a;
953
- let d = this.s(c, b.cellInfo.fp, b.rowObject);
953
+ let d = this.s(c, b.cellInfo.fq, b.rowObject);
954
954
  if (d == null) {
955
955
  b.resolvedValue = null;
956
956
  return;
@@ -1067,7 +1067,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
1067
1067
  }
1068
1068
  ct(a, b) {
1069
1069
  let c = a;
1070
- let d = this.s(c, b.cellInfo.fp, b.cellInfo.ig);
1070
+ let d = this.s(c, b.cellInfo.fq, b.cellInfo.ii);
1071
1071
  let e = d != null ? d.w : 0;
1072
1072
  switch (e) {
1073
1073
  case 10:
@@ -1164,7 +1164,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
1164
1164
  if (c.t != 3) {
1165
1165
  c.t = 3;
1166
1166
  }
1167
- let e = this.s(a, b.cellInfo.fp, b.cellInfo.ig);
1167
+ let e = this.s(a, b.cellInfo.fq, b.cellInfo.ii);
1168
1168
  let f = c.inputs._inner[0];
1169
1169
  f.bh = e;
1170
1170
  f.cq = (e.ar != null ? e.ar.toString() : "");
@@ -1178,7 +1178,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
1178
1178
  if (c.s != 3) {
1179
1179
  c.s = 3;
1180
1180
  }
1181
- let e = this.s(a, b.cellInfo.fp, b.cellInfo.ig);
1181
+ let e = this.s(a, b.cellInfo.fq, b.cellInfo.ii);
1182
1182
  c.ee = e;
1183
1183
  let f = e.ar;
1184
1184
  if (typeof e.ar === 'number' || typeof e.ar === 'number') {
@@ -1195,7 +1195,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
1195
1195
  if (c.density != 3) {
1196
1196
  c.density = 3;
1197
1197
  }
1198
- let e = this.s(a, b.cellInfo.fp, b.cellInfo.ig);
1198
+ let e = this.s(a, b.cellInfo.fq, b.cellInfo.ii);
1199
1199
  if (c.dd != e) {
1200
1200
  if (!d) {
1201
1201
  c.selectedValueChanged = delegateRemove(c.selectedValueChanged, runOn(this, this.cq));
@@ -1459,7 +1459,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
1459
1459
  if (!c.y) {
1460
1460
  c.y = true;
1461
1461
  }
1462
- let e = this.s(a, b.cellInfo.fp, b.cellInfo.ig);
1462
+ let e = this.s(a, b.cellInfo.fq, b.cellInfo.ii);
1463
1463
  let f = e.ar;
1464
1464
  if (f == null) {
1465
1465
  f = false;
@@ -20,24 +20,24 @@ let SectionHeaderCellPresenter = /*@__PURE__*/ (() => {
20
20
  super.b(a);
21
21
  let b = a;
22
22
  if (a.a7) {
23
- if (a.bc(SectionHeaderCellModel.n6) || a.bc(SectionHeaderCellModel.n8) || a.bc(SectionHeaderCellModel.n7) || a.bc(SectionHeaderCellModel.oa)) {
24
- if (b.n2 == null || (b.n2.length == 0 && b.og == null)) {
25
- if (b.ie == null) {
26
- b.kx = "";
23
+ if (a.bc(SectionHeaderCellModel.ob) || a.bc(SectionHeaderCellModel.od) || a.bc(SectionHeaderCellModel.oc) || a.bc(SectionHeaderCellModel.of)) {
24
+ if (b.n7 == null || (b.n7.length == 0 && b.ol == null)) {
25
+ if (b.ih == null) {
26
+ b.kz = "";
27
27
  }
28
28
  else {
29
- b.kx = b.ie.toString();
29
+ b.kz = b.ih.toString();
30
30
  }
31
31
  }
32
32
  else {
33
- if (b.oe != null && b.n5 == 0) {
34
- b.kx = b.og + "    " + b.oe;
33
+ if (b.oj != null && b.oa == 0) {
34
+ b.kz = b.ol + "    " + b.oj;
35
35
  }
36
36
  else {
37
- b.kx = b.og;
37
+ b.kz = b.ol;
38
38
  }
39
39
  }
40
- this.d.c8(this.d.dx, b.kx);
40
+ this.d.c8(this.d.dx, b.kz);
41
41
  }
42
42
  ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
43
43
  }
@@ -23,18 +23,18 @@ let SummaryCellPresenter = /*@__PURE__*/ (() => {
23
23
  ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dz, this.a);
24
24
  ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
25
25
  if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
26
- if (b.n8 != null) {
27
- this.d.c8(this.d.dz, b.n8);
26
+ if (b.od != null) {
27
+ this.d.c8(this.d.dz, b.od);
28
28
  }
29
- if (b.oa != null) {
30
- this.d.c8(this.d.d0, b.oa);
29
+ if (b.of != null) {
30
+ this.d.c8(this.d.d0, b.of);
31
31
  }
32
32
  }
33
33
  if (a.bb("SummaryLabelTextColor")) {
34
- this.d.dz.setRawStyleProperty("color", b.of._fill);
34
+ this.d.dz.setRawStyleProperty("color", b.ok._fill);
35
35
  }
36
36
  if (a.bb("SummaryLabelFontInfo")) {
37
- let c = b.n1;
37
+ let c = b.n6;
38
38
  if (c == null) {
39
39
  c = FontUtil.getDefaultFont(this.a.am);
40
40
  }
@@ -21,12 +21,12 @@ let TemplateCellPresenter = /*@__PURE__*/ (() => {
21
21
  super.b(a);
22
22
  let b = a;
23
23
  let c = this.d.actualColumns._inner[a.l.a5];
24
- if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
24
+ if (a.bc(CellModel.fp) || a.bc(CellModel.h6)) {
25
25
  let d = Math.min(1, Math.max(0, a.c7));
26
26
  let e = a.cs * (1 - d);
27
27
  this.e.dx.element.setRawStyleProperty("opacity", e.toString());
28
28
  }
29
- c.qr(a, this.e.dx);
29
+ c.r5(a, this.e.dx);
30
30
  }
31
31
  }
32
32
  TemplateCellPresenter.$t = /*@__PURE__*/ markType(TemplateCellPresenter, 'TemplateCellPresenter', CellPresenterBase.$);
@@ -24,12 +24,12 @@ let TemplateHeader = /*@__PURE__*/ (() => {
24
24
  eq(a, b, c, d) {
25
25
  super.eq(a, b, c, d);
26
26
  let e = a;
27
- let f = b.cg(a.l);
28
- e.n2 = f.l0;
29
- e.n = f.hu;
30
- e.n5 = f.jn;
27
+ let f = b.ci(a.l);
28
+ e.n7 = f.mj;
29
+ e.n = f.hv;
30
+ e.oa = f.jw;
31
31
  }
32
- ht(a, b) {
32
+ hu(a, b) {
33
33
  if (this.cellUpdating != null) {
34
34
  this.cellUpdating(this, ((() => {
35
35
  let $ret = new TemplateHeaderCellUpdatingEventArgs();
@@ -12,35 +12,35 @@ let TemplateHeaderCellModel = /*@__PURE__*/ (() => {
12
12
  class TemplateHeaderCellModel extends TemplateCellModel {
13
13
  constructor() {
14
14
  super(...arguments);
15
- this.n4 = false;
15
+ this.n9 = false;
16
16
  }
17
- get n5() {
18
- return this.n4;
17
+ get oa() {
18
+ return this.n9;
19
19
  }
20
- set n5(a) {
21
- let b = this.n4;
22
- this.n4 = a;
23
- if (this.n4 != b) {
24
- this.mf("IsFilterUIVisible", TemplateHeaderCellModel.n6, b, this.n4);
20
+ set oa(a) {
21
+ let b = this.n9;
22
+ this.n9 = a;
23
+ if (this.n9 != b) {
24
+ this.mi("IsFilterUIVisible", TemplateHeaderCellModel.ob, b, this.n9);
25
25
  }
26
26
  }
27
- mo(a, b) {
28
- super.mo(a, b);
27
+ mr(a, b) {
28
+ super.mr(a, b);
29
29
  if (a == "IsFilterUIVisible") {
30
- this.n5 = b;
30
+ this.oa = b;
31
31
  }
32
32
  }
33
- l0(a) {
33
+ l3(a) {
34
34
  switch (a) {
35
35
  case "IsFilterUIVisible": return Boolean_$type;
36
36
  }
37
- return super.l0(a);
37
+ return super.l3(a);
38
38
  }
39
- id(a) {
39
+ ig(a) {
40
40
  if (a == "IsFilterUIVisible") {
41
- return this.n5;
41
+ return this.oa;
42
42
  }
43
- return super.id(a);
43
+ return super.ig(a);
44
44
  }
45
45
  b(a) {
46
46
  if (a == null) {
@@ -48,12 +48,12 @@ let TemplateHeaderCellModel = /*@__PURE__*/ (() => {
48
48
  }
49
49
  a = super.b(a);
50
50
  let b = a;
51
- b.ae = this.n2;
51
+ b.ae = this.n7;
52
52
  return b;
53
53
  }
54
54
  }
55
55
  TemplateHeaderCellModel.$t = /*@__PURE__*/ markType(TemplateHeaderCellModel, 'TemplateHeaderCellModel', TemplateCellModel.$);
56
- TemplateHeaderCellModel.n6 = /*@__PURE__*/ CellModel.f7("IsFilterUIVisible");
56
+ TemplateHeaderCellModel.ob = /*@__PURE__*/ CellModel.f8("IsFilterUIVisible");
57
57
  return TemplateHeaderCellModel;
58
58
  })();
59
59
  export { TemplateHeaderCellModel };
@@ -21,13 +21,13 @@ let TemplateHeaderCellPresenter = /*@__PURE__*/ (() => {
21
21
  super.b(a);
22
22
  let b = this.d.actualColumns._inner[a.l.a5];
23
23
  let c = b.header;
24
- if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
24
+ if (a.bc(CellModel.fp) || a.bc(CellModel.h6)) {
25
25
  let d = Math.min(1, Math.max(0, a.c7));
26
26
  let e = a.cs * (1 - d);
27
27
  this.e.dx.element.setRawStyleProperty("opacity", e.toString());
28
28
  }
29
29
  let f = a;
30
- c.ht(f, this.e.dx);
30
+ c.hu(f, this.e.dx);
31
31
  }
32
32
  }
33
33
  TemplateHeaderCellPresenter.$t = /*@__PURE__*/ markType(TemplateHeaderCellPresenter, 'TemplateHeaderCellPresenter', CellPresenterBase.$);
@@ -20,7 +20,7 @@ let TemplateSectionHeader = /*@__PURE__*/ (() => {
20
20
  n(a) {
21
21
  return new TemplateSectionHeaderCellModel();
22
22
  }
23
- hx(a, b) {
23
+ h5(a, b) {
24
24
  if (this.cellUpdating != null) {
25
25
  this.cellUpdating(this, ((() => {
26
26
  let $ret = new TemplateSectionHeaderCellUpdatingEventArgs();
@@ -20,26 +20,26 @@ let TextCellPresenter = /*@__PURE__*/ (() => {
20
20
  super.b(a);
21
21
  let b = a;
22
22
  if (a.a7) {
23
- if (a.bc(TextCellModel.n0) || a.bc(TextCellModel.h2) || a.bc(TextCellModel.gx)) {
24
- b.kx = this.e(b);
25
- this.d.c8(this.d.dx, b.kx);
23
+ if (a.bc(TextCellModel.n5) || a.bc(TextCellModel.h4) || a.bc(TextCellModel.gy)) {
24
+ b.kz = this.e(b);
25
+ this.d.c8(this.d.dx, b.kz);
26
26
  }
27
27
  ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
28
28
  }
29
29
  }
30
30
  e(a) {
31
- if (a.lt != null) {
32
- return a.lt;
31
+ if (a.lw != null) {
32
+ return a.lw;
33
33
  }
34
- if (a.n2 != null) {
35
- return a.n2;
34
+ if (a.n7 != null) {
35
+ return a.n7;
36
36
  }
37
37
  else {
38
- if (a.ie == null) {
38
+ if (a.ih == null) {
39
39
  return "";
40
40
  }
41
41
  else {
42
- return a.ie.toString();
42
+ return a.ih.toString();
43
43
  }
44
44
  }
45
45
  }
@@ -68,7 +68,7 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
68
68
  }
69
69
  }
70
70
  dd(a, b, c, d) {
71
- this.d1.bn();
71
+ this.d1.b0();
72
72
  }
73
73
  constructor(a) {
74
74
  super(a);
@@ -105,14 +105,14 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
105
105
  this.d8 = d;
106
106
  let e = a.getSubRenderer(d);
107
107
  this.d1 = new GridFilterDialog();
108
- this.d1.bx(e, this.ar, a);
108
+ this.d1.ca(e, this.ar, a);
109
109
  this.ar.append(d);
110
- this.d1.bo(b, c);
111
- this.d1.am = 24;
112
- let f = this.d1.ad;
113
- this.d1.ad = false;
114
- this.d1.bl();
115
- this.d1.ad = f;
110
+ this.d1.b1(b, c);
111
+ this.d1.ar = 24;
112
+ let f = this.d1.ai;
113
+ this.d1.ai = false;
114
+ this.d1.by();
115
+ this.d1.ai = f;
116
116
  let g = 18;
117
117
  let h = 18;
118
118
  d = a.createElement("div");
@@ -164,11 +164,10 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
164
164
  if (this.b.isGridDragging) {
165
165
  return;
166
166
  }
167
- this.d1.bk();
168
167
  switch (this.d0) {
169
168
  case 2:
170
169
  case 3:
171
- this.d1.b1();
170
+ this.d1.ce();
172
171
  break;
173
172
  }
174
173
  }
@@ -176,7 +175,7 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
176
175
  switch (this.d0) {
177
176
  case 2:
178
177
  case 3:
179
- this.d1.bl();
178
+ this.d1.by();
180
179
  break;
181
180
  }
182
181
  }
@@ -197,29 +196,55 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
197
196
  this.dw = c;
198
197
  this.d1.k = c;
199
198
  if (c == 2) {
200
- this.ar.removeChild(this.d9);
201
- this.ar.removeChild(this.d8);
202
- this.d7.before(this.d8);
203
- this.d8.before(this.d9);
204
199
  if (this.dy == 1) {
200
+ this.ar.removeChild(this.d9);
201
+ this.ar.removeChild(this.d8);
202
+ this.d7.before(this.d8);
203
+ this.d8.before(this.d9);
205
204
  this.d8.setRawStyleProperty("margin", "0 5px 0 0");
206
205
  this.d1.l = this.dw;
207
206
  }
207
+ else if (this.dy == 4) {
208
+ this.ar.removeChild(this.d9);
209
+ this.ar.removeChild(this.d8);
210
+ this.ar.append(this.d8);
211
+ this.d7.before(this.d9);
212
+ this.d8.setRawStyleProperty("margin", "0 0 0 5px");
213
+ this.d1.l = 2;
214
+ }
208
215
  else {
216
+ this.ar.removeChild(this.d9);
217
+ this.ar.removeChild(this.d8);
218
+ this.d7.before(this.d8);
219
+ this.d8.before(this.d9);
209
220
  this.d8.setRawStyleProperty("margin", "0");
210
221
  this.d1.l = 0;
211
222
  }
212
223
  }
213
224
  else {
214
- this.ar.removeChild(this.d9);
215
- this.ar.removeChild(this.d7);
216
- this.d8.before(this.d7);
217
- this.d8.before(this.d9);
218
225
  if (this.dy == 1) {
226
+ this.ar.removeChild(this.d9);
227
+ this.ar.removeChild(this.d7);
228
+ this.d8.before(this.d7);
229
+ this.d8.before(this.d9);
219
230
  this.d8.setRawStyleProperty("margin", "0 0 0 5px");
220
231
  this.d1.l = this.dw;
221
232
  }
233
+ else if (this.dy == 3) {
234
+ this.ar.removeChild(this.d9);
235
+ this.ar.removeChild(this.d7);
236
+ this.ar.removeChild(this.d8);
237
+ this.ar.append(this.d8);
238
+ this.ar.append(this.d7);
239
+ this.ar.append(this.d9);
240
+ this.d8.setRawStyleProperty("margin", "0 5px 0 0");
241
+ this.d1.l = 0;
242
+ }
222
243
  else {
244
+ this.ar.removeChild(this.d9);
245
+ this.ar.removeChild(this.d7);
246
+ this.d8.before(this.d7);
247
+ this.d8.before(this.d9);
223
248
  this.d8.setRawStyleProperty("margin", "0");
224
249
  this.d1.l = 2;
225
250
  }
@@ -227,17 +252,26 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
227
252
  }
228
253
  c6(a, b, c, d) {
229
254
  super.c6(a, b, c, d);
230
- this.d1.ap = a;
231
- this.d1.aq = c;
255
+ this.d1.av = a;
256
+ this.d1.aw = c;
232
257
  }
233
258
  ek() {
234
- if (this.dy == 2 || this.dy == 0) {
259
+ if (this.dy == 3) {
260
+ this.d1.l = 0;
261
+ this.d8.setRawStyleProperty("margin", "0");
262
+ }
263
+ else if (this.dy == 4) {
264
+ this.d1.l = 2;
265
+ this.d8.setRawStyleProperty("margin", "0");
266
+ }
267
+ else if (this.dy == 2 || this.dy == 0) {
235
268
  if (this.dw == 2) {
236
269
  this.d1.l = 0;
237
270
  }
238
271
  else {
239
272
  this.d1.l = 2;
240
273
  }
274
+ this.d8.setRawStyleProperty("margin", "0");
241
275
  }
242
276
  else {
243
277
  this.d1.l = this.dw;
@@ -248,18 +282,19 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
248
282
  this.d8.setRawStyleProperty("margin", "0 0 0 5px");
249
283
  }
250
284
  }
285
+ this.ci(this.ar, this.d7, this.dw);
251
286
  }
252
287
  ej() {
253
288
  switch (this.d0) {
254
289
  case 1:
255
- this.d1.ad = false;
256
- this.d1.b1();
290
+ this.d1.ai = false;
291
+ this.d1.ce();
257
292
  break;
258
293
  case 2:
259
- this.d1.ad = false;
294
+ this.d1.ai = false;
260
295
  break;
261
296
  case 3:
262
- this.d1.ad = true;
297
+ this.d1.ai = true;
263
298
  break;
264
299
  }
265
300
  }
@@ -278,7 +313,7 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
278
313
  if (e_.button == 2) {
279
314
  return;
280
315
  }
281
- let b = this.d1.af(e_);
316
+ let b = this.d1.ak(e_);
282
317
  if (b) {
283
318
  this.d5 = true;
284
319
  return;
@@ -22,11 +22,11 @@ let TextHeaderCellPresenter = /*@__PURE__*/ (() => {
22
22
  super.b(a);
23
23
  let b = a;
24
24
  if (a.a7) {
25
- if (a.bc(TextCellModel.n0)) {
26
- b.kx = b.n2;
27
- this.d.c8(this.d.ea, b.kx);
25
+ if (a.bc(TextCellModel.n5)) {
26
+ b.kz = b.n7;
27
+ this.d.c8(this.d.ea, b.kz);
28
28
  }
29
- if (a.bc(CellModel.hi)) {
29
+ if (a.bc(CellModel.hk)) {
30
30
  let c = this.d.d4.m;
31
31
  if (a.bt) {
32
32
  this.d.d4.m = false;
@@ -36,63 +36,82 @@ let TextHeaderCellPresenter = /*@__PURE__*/ (() => {
36
36
  this.d.d4.m = c;
37
37
  }
38
38
  }
39
- if (a.bc(CellModel.hj)) {
39
+ if (a.bc(CellModel.hl)) {
40
40
  let d = this.d.d4.m;
41
41
  if (a.bt) {
42
42
  this.d.d4.m = false;
43
43
  }
44
- this.d.d4.a3 = a.ns;
44
+ this.d.d4.a3 = a.nx;
45
45
  if (a.bt) {
46
46
  this.d.d4.m = d;
47
47
  }
48
48
  }
49
49
  if (a.bb("IsColumnOptionsEnabled")) {
50
- let e = b.od;
50
+ let e = b.om;
51
51
  if (e) {
52
52
  e = this.e();
53
53
  }
54
54
  this.d.d6 = e;
55
55
  this.d.d8.setRawStyleProperty("display", e ? "inline-block" : "none");
56
- this.a.dc(a.h5, (a.g0 + a.g2 + a.fg + a.fj));
56
+ this.a.dc(a.h7, (a.g1 + a.g3 + a.fg + a.fj));
57
57
  }
58
58
  if (a.bb("SortIndicatorStyle")) {
59
- this.d.d4.f = b.n9;
59
+ this.d.d4.f = b.oe;
60
60
  }
61
61
  if (a.bb("ColumnOptionsIconAlignment")) {
62
- this.d.dy = b.n5;
62
+ this.d.dy = b.oa;
63
63
  }
64
64
  if (a.bb("ColumnOptionsIconBehavior")) {
65
- this.d.d0 = b.n7;
65
+ this.d.d0 = b.oc;
66
66
  }
67
67
  if (a.bb("ColumnOptionsIconColor")) {
68
- this.d.d2.ci = b.pd;
68
+ this.d.d2.c1 = b.p5;
69
69
  }
70
70
  if (a.bb("Path") || (this.d.d2.n != null && this.d.d2.n.grid == null)) {
71
71
  let f = a.e.getColumn();
72
72
  if (f != this.d.d2.n) {
73
73
  this.d.d2.n = f;
74
+ this.d.d2.bx();
74
75
  }
75
76
  }
76
- if (a.bc(TextHeaderCellModel.on)) {
77
- this.d.da(b.ob);
77
+ if (a.bc(TextHeaderCellModel.o3)) {
78
+ this.d.da(b.og);
78
79
  }
79
- if (a.bc(TextHeaderCellModel.of)) {
80
- this.d.d2.cd = b.pa;
80
+ if (a.bc(TextHeaderCellModel.op)) {
81
+ this.d.d2.ct = b.p0;
81
82
  }
82
- if (a.bc(TextHeaderCellModel.om)) {
83
- this.d.d2.ch = b.pf;
83
+ if (a.bc(TextHeaderCellModel.o1)) {
84
+ this.d.d2.cz = b.p7;
84
85
  }
85
- if (a.bc(TextHeaderCellModel.ol)) {
86
- this.d.d2.cg = b.pe;
86
+ if (a.bc(TextHeaderCellModel.o2)) {
87
+ this.d.d2.ab = b.ok;
87
88
  }
88
- if (a.bc(TextHeaderCellModel.og)) {
89
- this.d.d2.ce = b.pb;
89
+ if (a.bc(TextHeaderCellModel.ou)) {
90
+ this.d.d2.cx = b.p4;
90
91
  }
91
- if (a.bc(TextHeaderCellModel.oh)) {
92
- this.d.d2.cf = b.pc;
92
+ if (a.bc(TextHeaderCellModel.o4)) {
93
+ this.d.d2.c0 = b.p8;
93
94
  }
94
- if (a.bc(TextHeaderCellModel.oe)) {
95
- this.d.d2.cc = b.o9;
95
+ if (a.bc(TextHeaderCellModel.ot)) {
96
+ this.d.d2.cw = b.p3;
97
+ }
98
+ if (a.bc(TextHeaderCellModel.o0)) {
99
+ this.d.d2.cy = b.p6;
100
+ }
101
+ if (a.bc(TextHeaderCellModel.oq)) {
102
+ this.d.d2.cu = b.p1;
103
+ }
104
+ if (a.bc(TextHeaderCellModel.or)) {
105
+ this.d.d2.cv = b.p2;
106
+ }
107
+ if (a.bc(TextHeaderCellModel.os)) {
108
+ this.d.d2.aa = b.oj;
109
+ }
110
+ if (a.bc(TextHeaderCellModel.oo)) {
111
+ this.d.d2.cs = b.pz;
112
+ }
113
+ if (a.bc(TextHeaderCellModel.oz)) {
114
+ this.d.d2.ax = b.oy;
96
115
  }
97
116
  ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.ea, this.a);
98
117
  }
@@ -87,7 +87,7 @@ let TextIconSetConditionalStyle = /*@__PURE__*/ (() => {
87
87
  i.cs = "FontInfo";
88
88
  i.aj = ((() => {
89
89
  let $ret = new GridConditionalStyleFontInfo();
90
- $ret.textStyle = GridStyleRepository.d(this.g.grid.theme, 33);
90
+ $ret.textStyle = GridStyleRepository.d(this.g.grid.theme, 34);
91
91
  return $ret;
92
92
  })());
93
93
  h.properties.add(i);