ag-grid-enterprise 32.3.2 → 32.3.4

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.
@@ -569,7 +569,7 @@ var _LicenseManager = class _LicenseManager {
569
569
  this.watermarkMessage = "License Expired";
570
570
  }
571
571
  };
572
- _LicenseManager.RELEASE_INFORMATION = "MTczMDI4MjY0MzYwNg==";
572
+ _LicenseManager.RELEASE_INFORMATION = "MTczMTQzMDQwMzMxOQ==";
573
573
  var LicenseManager = _LicenseManager;
574
574
 
575
575
  // enterprise-modules/core/src/license/watermark.ts
@@ -639,7 +639,7 @@ var GridLicenseManager = class extends import_core3.BeanStub {
639
639
  };
640
640
 
641
641
  // enterprise-modules/core/src/version.ts
642
- var VERSION = "32.3.2";
642
+ var VERSION = "32.3.4";
643
643
 
644
644
  // enterprise-modules/core/src/widgets/agMenuItemRenderer.ts
645
645
  var import_core4 = require("ag-grid-community");
@@ -9006,7 +9006,7 @@ var AdvancedFilterService = class extends import_core28.BeanStub {
9006
9006
  });
9007
9007
  }
9008
9008
  };
9009
- var VERSION2 = "32.3.2";
9009
+ var VERSION2 = "32.3.4";
9010
9010
  var AdvancedFilterCoreModule = (0, import_core25._defineModule)({
9011
9011
  version: VERSION2,
9012
9012
  moduleName: `${import_core25.ModuleNames.AdvancedFilterModule}-core`,
@@ -10510,7 +10510,7 @@ var SelectionHandleFactory = class extends import_core54.BeanStub {
10510
10510
  return this.createBean(type === import_core54.SelectionHandleType.RANGE ? new AgRangeHandle() : new AgFillHandle());
10511
10511
  }
10512
10512
  };
10513
- var VERSION3 = "32.3.2";
10513
+ var VERSION3 = "32.3.4";
10514
10514
  var RangeSelectionCoreModule = (0, import_core51._defineModule)({
10515
10515
  version: VERSION3,
10516
10516
  moduleName: `${import_core51.ModuleNames.RangeSelectionModule}-core`,
@@ -12434,7 +12434,7 @@ _ChartTranslationService.DEFAULT_TRANSLATIONS = {
12434
12434
  avg: "Average"
12435
12435
  };
12436
12436
  var ChartTranslationService = _ChartTranslationService;
12437
- var VERSION4 = "32.3.2";
12437
+ var VERSION4 = "32.3.4";
12438
12438
  var ALL_AXIS_TYPES = ["number", "category", "grouped-category", "log", "time"];
12439
12439
  function getLegacyAxisType(chartType) {
12440
12440
  switch (chartType) {
@@ -23530,7 +23530,7 @@ ${apiError("writeText")}`);
23530
23530
  return startRangeIndex - endRangeIndex + 1;
23531
23531
  }
23532
23532
  };
23533
- var VERSION5 = "32.3.2";
23533
+ var VERSION5 = "32.3.4";
23534
23534
  var ClipboardCoreModule = (0, import_core161._defineModule)({
23535
23535
  version: VERSION5,
23536
23536
  moduleName: `${import_core161.ModuleNames.ClipboardModule}-core`,
@@ -26639,8 +26639,10 @@ var PivotColDefService = class extends import_core184.BeanStub {
26639
26639
  def.children.forEach((grp) => {
26640
26640
  recursivelyAddSubTotals(grp, currentPivotColumnDefs, childAcc);
26641
26641
  });
26642
+ const valueCols = this.funcColsService.getValueColumns();
26642
26643
  const leafGroup = !def.children.some((child) => child.children);
26643
- this.funcColsService.getValueColumns().forEach((valueColumn) => {
26644
+ const hasCollapsedLeafGroup = leafGroup && valueCols.length === 1 && this.gos.get("removePivotHeaderRowWhenSingleValueColumn");
26645
+ valueCols.forEach((valueColumn) => {
26644
26646
  const columnName = this.columnNameService.getDisplayNameForColumn(
26645
26647
  valueColumn,
26646
26648
  "header"
@@ -26649,7 +26651,7 @@ var PivotColDefService = class extends import_core184.BeanStub {
26649
26651
  totalColDef.pivotTotalColumnIds = childAcc.get(valueColumn.getColId());
26650
26652
  totalColDef.columnGroupShow = !isSuppressExpand ? "closed" : "open";
26651
26653
  totalColDef.aggFunc = valueColumn.getAggFunc();
26652
- if (!leafGroup) {
26654
+ if (!leafGroup || hasCollapsedLeafGroup) {
26653
26655
  const children = def.children;
26654
26656
  children.push(totalColDef);
26655
26657
  currentPivotColumnDefs.push(totalColDef);
@@ -27170,7 +27172,7 @@ var ShowRowGroupColsService = class extends import_core186.BeanStub {
27170
27172
  return this.showRowGroupColsMap[id];
27171
27173
  }
27172
27174
  };
27173
- var VERSION6 = "32.3.2";
27175
+ var VERSION6 = "32.3.4";
27174
27176
  var RowGroupingCoreModule = (0, import_core164._defineModule)({
27175
27177
  version: VERSION6,
27176
27178
  moduleName: `${import_core164.ModuleNames.RowGroupingModule}-core`,
@@ -28204,7 +28206,7 @@ var SideBarService = class extends import_core197.BeanStub {
28204
28206
  };
28205
28207
 
28206
28208
  // enterprise-modules/side-bar/src/version.ts
28207
- var VERSION7 = "32.3.2";
28209
+ var VERSION7 = "32.3.4";
28208
28210
 
28209
28211
  // enterprise-modules/side-bar/src/sideBarModule.ts
28210
28212
  var SideBarCoreModule = (0, import_core198._defineModule)({
@@ -30133,7 +30135,7 @@ var ModelItemUtils = class extends import_core215.BeanStub {
30133
30135
  };
30134
30136
  }
30135
30137
  };
30136
- var VERSION8 = "32.3.2";
30138
+ var VERSION8 = "32.3.4";
30137
30139
  var ColumnsToolPanelModule = (0, import_core200._defineModule)({
30138
30140
  version: VERSION8,
30139
30141
  moduleName: import_core200.ModuleNames.ColumnsToolPanelModule,
@@ -34140,7 +34142,7 @@ function getMultipleSheetsAsExcel2(beans, params) {
34140
34142
  function exportMultipleSheetsAsExcel2(beans, params) {
34141
34143
  beans.excelCreator?.exportMultipleSheetsAsExcel(params);
34142
34144
  }
34143
- var VERSION9 = "32.3.2";
34145
+ var VERSION9 = "32.3.4";
34144
34146
  var ExcelExportCoreModule = (0, import_core216._defineModule)({
34145
34147
  version: VERSION9,
34146
34148
  moduleName: `${import_core216.ModuleNames.ExcelExportModule}-core`,
@@ -35119,7 +35121,7 @@ var FiltersToolPanel = class extends import_core228.Component {
35119
35121
  super.destroy();
35120
35122
  }
35121
35123
  };
35122
- var VERSION10 = "32.3.2";
35124
+ var VERSION10 = "32.3.4";
35123
35125
  var FiltersToolPanelModule = (0, import_core226._defineModule)({
35124
35126
  version: VERSION10,
35125
35127
  moduleName: import_core226.ModuleNames.FiltersToolPanelModule,
@@ -35413,7 +35415,7 @@ function getDetailGridInfo(beans, id) {
35413
35415
  function forEachDetailGridInfo(beans, callback) {
35414
35416
  beans.detailGridApiService?.forEachDetailGridInfo(callback);
35415
35417
  }
35416
- var VERSION11 = "32.3.2";
35418
+ var VERSION11 = "32.3.4";
35417
35419
  var MasterDetailCoreModule = (0, import_core234._defineModule)({
35418
35420
  version: VERSION11,
35419
35421
  moduleName: `${import_core234.ModuleNames.MasterDetailModule}-core`,
@@ -37251,7 +37253,7 @@ var MenuUtils = class extends import_core251.BeanStub {
37251
37253
  }
37252
37254
  }
37253
37255
  };
37254
- var VERSION12 = "32.3.2";
37256
+ var VERSION12 = "32.3.4";
37255
37257
  var MenuCoreModule = (0, import_core239._defineModule)({
37256
37258
  version: VERSION12,
37257
37259
  moduleName: `${import_core239.ModuleNames.MenuModule}-core`,
@@ -37831,7 +37833,7 @@ var MultiFloatingFilterComp = class extends import_core256.Component {
37831
37833
  });
37832
37834
  }
37833
37835
  };
37834
- var VERSION13 = "32.3.2";
37836
+ var VERSION13 = "32.3.4";
37835
37837
  var MultiFilterCoreModule = (0, import_core252._defineModule)({
37836
37838
  version: VERSION13,
37837
37839
  moduleName: `${import_core252.ModuleNames.MultiFilterModule}-core`,
@@ -38008,7 +38010,7 @@ var RichSelectCellEditor = class extends import_core259.PopupComponent {
38008
38010
  return false;
38009
38011
  }
38010
38012
  };
38011
- var VERSION14 = "32.3.2";
38013
+ var VERSION14 = "32.3.4";
38012
38014
  var RichSelectModule = (0, import_core257._defineModule)({
38013
38015
  version: VERSION14,
38014
38016
  moduleName: import_core257.ModuleNames.RichSelectModule,
@@ -42604,7 +42606,7 @@ var TransactionManager = class extends import_core281.BeanStub {
42604
42606
  }
42605
42607
  }
42606
42608
  };
42607
- var VERSION15 = "32.3.2";
42609
+ var VERSION15 = "32.3.4";
42608
42610
  var ServerSideRowModelCoreModule = (0, import_core261._defineModule)({
42609
42611
  version: VERSION15,
42610
42612
  moduleName: `${import_core261.ModuleNames.ServerSideRowModelModule}-core`,
@@ -45129,7 +45131,7 @@ var SetFloatingFilterComp = class extends import_core291.Component {
45129
45131
  });
45130
45132
  }
45131
45133
  };
45132
- var VERSION16 = "32.3.2";
45134
+ var VERSION16 = "32.3.4";
45133
45135
  var SetFilterCoreModule = (0, import_core282._defineModule)({
45134
45136
  version: VERSION16,
45135
45137
  moduleName: `${import_core282.ModuleNames.SetFilterModule}-core`,
@@ -47230,7 +47232,7 @@ var SparklineTooltipSingleton = class extends import_core298.BeanStub {
47230
47232
  super.destroy();
47231
47233
  }
47232
47234
  };
47233
- var VERSION17 = "32.3.2";
47235
+ var VERSION17 = "32.3.4";
47234
47236
  var SparklinesModule = (0, import_core292._defineModule)({
47235
47237
  version: VERSION17,
47236
47238
  moduleName: import_core292.ModuleNames.SparklinesModule,
@@ -47820,7 +47822,7 @@ var StatusBarService = class extends import_core307.BeanStub {
47820
47822
  };
47821
47823
 
47822
47824
  // enterprise-modules/status-bar/src/version.ts
47823
- var VERSION18 = "32.3.2";
47825
+ var VERSION18 = "32.3.4";
47824
47826
 
47825
47827
  // enterprise-modules/status-bar/src/statusBarModule.ts
47826
47828
  var StatusBarCoreModule = (0, import_core308._defineModule)({
@@ -47853,7 +47855,7 @@ var StatusBarModule = (0, import_core308._defineModule)({
47853
47855
  // enterprise-modules/viewport-row-model/dist/package/main.esm.mjs
47854
47856
  var import_core310 = require("ag-grid-community");
47855
47857
  var import_core312 = require("ag-grid-community");
47856
- var VERSION19 = "32.3.2";
47858
+ var VERSION19 = "32.3.4";
47857
47859
  var ViewportRowModel = class extends import_core312.BeanStub {
47858
47860
  constructor() {
47859
47861
  super(...arguments);