ag-grid-enterprise 32.3.4 → 32.3.5
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.
- package/dist/ag-grid-enterprise.js +36 -36
- package/dist/ag-grid-enterprise.min.js +1 -1
- package/dist/ag-grid-enterprise.min.noStyle.js +1 -1
- package/dist/ag-grid-enterprise.noStyle.js +36 -36
- package/dist/package/main.cjs.js +19 -19
- package/dist/package/main.cjs.min.js +15 -15
- package/dist/package/main.esm.min.mjs +15 -15
- package/dist/package/main.esm.mjs +19 -19
- package/dist/package/package.json +23 -23
- package/dist/types/advanced-filter/version.d.ts +1 -1
- package/dist/types/charts/version.d.ts +1 -1
- package/dist/types/clipboard/version.d.ts +1 -1
- package/dist/types/column-tool-panel/version.d.ts +1 -1
- package/dist/types/enterprise-core/version.d.ts +1 -1
- package/dist/types/excel-export/version.d.ts +1 -1
- package/dist/types/filter-tool-panel/version.d.ts +1 -1
- package/dist/types/master-detail/version.d.ts +1 -1
- package/dist/types/menu/version.d.ts +1 -1
- package/dist/types/multi-filter/version.d.ts +1 -1
- package/dist/types/range-selection/version.d.ts +1 -1
- package/dist/types/rich-select/version.d.ts +1 -1
- package/dist/types/row-grouping/version.d.ts +1 -1
- package/dist/types/server-side-row-model/version.d.ts +1 -1
- package/dist/types/set-filter/version.d.ts +1 -1
- package/dist/types/side-bar/version.d.ts +1 -1
- package/dist/types/sparklines/version.d.ts +1 -1
- package/dist/types/status-bar/version.d.ts +1 -1
- package/dist/types/viewport-row-model/version.d.ts +1 -1
- package/package.json +23 -23
|
@@ -1929,7 +1929,7 @@ var SortStage = class extends import_core8.BeanStub {
|
|
|
1929
1929
|
};
|
|
1930
1930
|
|
|
1931
1931
|
// community-modules/client-side-row-model/src/version.ts
|
|
1932
|
-
var VERSION = "32.3.
|
|
1932
|
+
var VERSION = "32.3.5";
|
|
1933
1933
|
|
|
1934
1934
|
// community-modules/client-side-row-model/src/clientSideRowModelModule.ts
|
|
1935
1935
|
var ClientSideRowModelCoreModule = (0, import_core9._defineModule)({
|
|
@@ -9409,14 +9409,14 @@ function _isRtlNegativeScroll() {
|
|
|
9409
9409
|
}
|
|
9410
9410
|
const template = document.createElement("div");
|
|
9411
9411
|
template.style.direction = "rtl";
|
|
9412
|
-
template.style.width = "
|
|
9413
|
-
template.style.height = "
|
|
9412
|
+
template.style.width = "10px";
|
|
9413
|
+
template.style.height = "5px";
|
|
9414
9414
|
template.style.position = "fixed";
|
|
9415
9415
|
template.style.top = "0px";
|
|
9416
9416
|
template.style.overflow = "hidden";
|
|
9417
9417
|
template.dir = "rtl";
|
|
9418
9418
|
template.innerHTML = /* html */
|
|
9419
|
-
`<div style="width:
|
|
9419
|
+
`<div style="width: 20px">
|
|
9420
9420
|
<span style="display: inline-block; width: 1px"></span>
|
|
9421
9421
|
<span style="display: inline-block; width: 1px"></span>
|
|
9422
9422
|
</div>`;
|
|
@@ -19853,7 +19853,7 @@ function _defineModule(definition) {
|
|
|
19853
19853
|
}
|
|
19854
19854
|
|
|
19855
19855
|
// community-modules/core/src/version.ts
|
|
19856
|
-
var VERSION = "32.3.
|
|
19856
|
+
var VERSION = "32.3.5";
|
|
19857
19857
|
|
|
19858
19858
|
// community-modules/core/src/filter/columnFilterApi.ts
|
|
19859
19859
|
function isColumnFilterPresent(beans) {
|
|
@@ -48015,7 +48015,7 @@ var GridSerializer = class extends import_core6.BeanStub {
|
|
|
48015
48015
|
};
|
|
48016
48016
|
|
|
48017
48017
|
// community-modules/csv-export/src/version.ts
|
|
48018
|
-
var VERSION = "32.3.
|
|
48018
|
+
var VERSION = "32.3.5";
|
|
48019
48019
|
|
|
48020
48020
|
// community-modules/csv-export/src/csvExportModule.ts
|
|
48021
48021
|
var CsvExportCoreModule = (0, import_core7._defineModule)({
|
|
@@ -49272,7 +49272,7 @@ function getInfiniteRowCount(beans) {
|
|
|
49272
49272
|
}
|
|
49273
49273
|
|
|
49274
49274
|
// community-modules/infinite-row-model/src/version.ts
|
|
49275
|
-
var VERSION = "32.3.
|
|
49275
|
+
var VERSION = "32.3.5";
|
|
49276
49276
|
|
|
49277
49277
|
// community-modules/infinite-row-model/src/infiniteRowModelModule.ts
|
|
49278
49278
|
var InfiniteRowModelCoreModule = (0, import_core4._defineModule)({
|
|
@@ -54733,7 +54733,7 @@ var AdvancedFilterService = class extends import_core24.BeanStub {
|
|
|
54733
54733
|
};
|
|
54734
54734
|
|
|
54735
54735
|
// enterprise-modules/advanced-filter/src/version.ts
|
|
54736
|
-
var VERSION = "32.3.
|
|
54736
|
+
var VERSION = "32.3.5";
|
|
54737
54737
|
|
|
54738
54738
|
// enterprise-modules/advanced-filter/src/advancedFilterModule.ts
|
|
54739
54739
|
var AdvancedFilterCoreModule = (0, import_core25._defineModule)({
|
|
@@ -56680,7 +56680,7 @@ var import_core101 = __webpack_require__(3423);
|
|
|
56680
56680
|
var import_ag_charts_community33 = __webpack_require__(4933);
|
|
56681
56681
|
|
|
56682
56682
|
// enterprise-modules/charts/src/version.ts
|
|
56683
|
-
var VERSION = "32.3.
|
|
56683
|
+
var VERSION = "32.3.5";
|
|
56684
56684
|
|
|
56685
56685
|
// enterprise-modules/charts/src/charts/chartComp/gridChartComp.ts
|
|
56686
56686
|
var import_core99 = __webpack_require__(3423);
|
|
@@ -68190,7 +68190,7 @@ ${apiError("writeText")}`);
|
|
|
68190
68190
|
};
|
|
68191
68191
|
|
|
68192
68192
|
// enterprise-modules/clipboard/src/version.ts
|
|
68193
|
-
var VERSION = "32.3.
|
|
68193
|
+
var VERSION = "32.3.5";
|
|
68194
68194
|
|
|
68195
68195
|
// enterprise-modules/clipboard/src/clipboardModule.ts
|
|
68196
68196
|
var ClipboardCoreModule = (0, import_core2._defineModule)({
|
|
@@ -70174,7 +70174,7 @@ var ModelItemUtils = class extends import_core14.BeanStub {
|
|
|
70174
70174
|
};
|
|
70175
70175
|
|
|
70176
70176
|
// enterprise-modules/column-tool-panel/src/version.ts
|
|
70177
|
-
var VERSION = "32.3.
|
|
70177
|
+
var VERSION = "32.3.5";
|
|
70178
70178
|
|
|
70179
70179
|
// enterprise-modules/column-tool-panel/src/columnsToolPanelModule.ts
|
|
70180
70180
|
var ColumnsToolPanelModule = (0, import_core15._defineModule)({
|
|
@@ -70802,7 +70802,7 @@ var GridLicenseManager = class extends import_core3.BeanStub {
|
|
|
70802
70802
|
};
|
|
70803
70803
|
|
|
70804
70804
|
// enterprise-modules/core/src/version.ts
|
|
70805
|
-
var VERSION = "32.3.
|
|
70805
|
+
var VERSION = "32.3.5";
|
|
70806
70806
|
|
|
70807
70807
|
// enterprise-modules/core/src/widgets/agMenuItemRenderer.ts
|
|
70808
70808
|
var import_core4 = __webpack_require__(3423);
|
|
@@ -79266,7 +79266,7 @@ function exportMultipleSheetsAsExcel2(beans, params) {
|
|
|
79266
79266
|
}
|
|
79267
79267
|
|
|
79268
79268
|
// enterprise-modules/excel-export/src/version.ts
|
|
79269
|
-
var VERSION = "32.3.
|
|
79269
|
+
var VERSION = "32.3.5";
|
|
79270
79270
|
|
|
79271
79271
|
// enterprise-modules/excel-export/src/excelExportModule.ts
|
|
79272
79272
|
var ExcelExportCoreModule = (0, import_core10._defineModule)({
|
|
@@ -80283,7 +80283,7 @@ var FiltersToolPanel = class extends import_core6.Component {
|
|
|
80283
80283
|
};
|
|
80284
80284
|
|
|
80285
80285
|
// enterprise-modules/filter-tool-panel/src/version.ts
|
|
80286
|
-
var VERSION = "32.3.
|
|
80286
|
+
var VERSION = "32.3.5";
|
|
80287
80287
|
|
|
80288
80288
|
// enterprise-modules/filter-tool-panel/src/filtersToolPanelModule.ts
|
|
80289
80289
|
var FiltersToolPanelModule = (0, import_core7._defineModule)({
|
|
@@ -80625,7 +80625,7 @@ function forEachDetailGridInfo(beans, callback) {
|
|
|
80625
80625
|
}
|
|
80626
80626
|
|
|
80627
80627
|
// enterprise-modules/master-detail/src/version.ts
|
|
80628
|
-
var VERSION = "32.3.
|
|
80628
|
+
var VERSION = "32.3.5";
|
|
80629
80629
|
|
|
80630
80630
|
// enterprise-modules/master-detail/src/masterDetailModule.ts
|
|
80631
80631
|
var MasterDetailCoreModule = (0, import_core4._defineModule)({
|
|
@@ -82520,7 +82520,7 @@ var MenuUtils = class extends import_core11.BeanStub {
|
|
|
82520
82520
|
};
|
|
82521
82521
|
|
|
82522
82522
|
// enterprise-modules/menu/src/version.ts
|
|
82523
|
-
var VERSION = "32.3.
|
|
82523
|
+
var VERSION = "32.3.5";
|
|
82524
82524
|
|
|
82525
82525
|
// enterprise-modules/menu/src/menuModule.ts
|
|
82526
82526
|
var MenuCoreModule = (0, import_core12._defineModule)({
|
|
@@ -83143,7 +83143,7 @@ var MultiFloatingFilterComp = class extends import_core3.Component {
|
|
|
83143
83143
|
};
|
|
83144
83144
|
|
|
83145
83145
|
// enterprise-modules/multi-filter/src/version.ts
|
|
83146
|
-
var VERSION = "32.3.
|
|
83146
|
+
var VERSION = "32.3.5";
|
|
83147
83147
|
|
|
83148
83148
|
// enterprise-modules/multi-filter/src/multiFilterModule.ts
|
|
83149
83149
|
var MultiFilterCoreModule = (0, import_core4._defineModule)({
|
|
@@ -84693,7 +84693,7 @@ var SelectionHandleFactory = class extends import_core5.BeanStub {
|
|
|
84693
84693
|
};
|
|
84694
84694
|
|
|
84695
84695
|
// enterprise-modules/range-selection/src/version.ts
|
|
84696
|
-
var VERSION = "32.3.
|
|
84696
|
+
var VERSION = "32.3.5";
|
|
84697
84697
|
|
|
84698
84698
|
// enterprise-modules/range-selection/src/rangeSelectionModule.ts
|
|
84699
84699
|
var RangeSelectionCoreModule = (0, import_core6._defineModule)({
|
|
@@ -84908,7 +84908,7 @@ var RichSelectCellEditor = class extends import_core.PopupComponent {
|
|
|
84908
84908
|
};
|
|
84909
84909
|
|
|
84910
84910
|
// enterprise-modules/rich-select/src/version.ts
|
|
84911
|
-
var VERSION = "32.3.
|
|
84911
|
+
var VERSION = "32.3.5";
|
|
84912
84912
|
|
|
84913
84913
|
// enterprise-modules/rich-select/src/richSelectModule.ts
|
|
84914
84914
|
var RichSelectModule = (0, import_core3._defineModule)({
|
|
@@ -88664,7 +88664,7 @@ var ShowRowGroupColsService = class extends import_core21.BeanStub {
|
|
|
88664
88664
|
};
|
|
88665
88665
|
|
|
88666
88666
|
// enterprise-modules/row-grouping/src/version.ts
|
|
88667
|
-
var VERSION = "32.3.
|
|
88667
|
+
var VERSION = "32.3.5";
|
|
88668
88668
|
|
|
88669
88669
|
// enterprise-modules/row-grouping/src/rowGroupingModule.ts
|
|
88670
88670
|
var RowGroupingCoreModule = (0, import_core22._defineModule)({
|
|
@@ -93476,7 +93476,7 @@ var TransactionManager = class extends import_core19.BeanStub {
|
|
|
93476
93476
|
};
|
|
93477
93477
|
|
|
93478
93478
|
// enterprise-modules/server-side-row-model/src/version.ts
|
|
93479
|
-
var VERSION = "32.3.
|
|
93479
|
+
var VERSION = "32.3.5";
|
|
93480
93480
|
|
|
93481
93481
|
// enterprise-modules/server-side-row-model/src/serverSideRowModelModule.ts
|
|
93482
93482
|
var ServerSideRowModelCoreModule = (0, import_core20._defineModule)({
|
|
@@ -96077,7 +96077,7 @@ var SetFloatingFilterComp = class extends import_core8.Component {
|
|
|
96077
96077
|
};
|
|
96078
96078
|
|
|
96079
96079
|
// enterprise-modules/set-filter/src/version.ts
|
|
96080
|
-
var VERSION = "32.3.
|
|
96080
|
+
var VERSION = "32.3.5";
|
|
96081
96081
|
|
|
96082
96082
|
// enterprise-modules/set-filter/src/setFilterModule.ts
|
|
96083
96083
|
var SetFilterCoreModule = (0, import_core9._defineModule)({
|
|
@@ -97044,7 +97044,7 @@ var SideBarService = class extends import_core10.BeanStub {
|
|
|
97044
97044
|
};
|
|
97045
97045
|
|
|
97046
97046
|
// enterprise-modules/side-bar/src/version.ts
|
|
97047
|
-
var VERSION = "32.3.
|
|
97047
|
+
var VERSION = "32.3.5";
|
|
97048
97048
|
|
|
97049
97049
|
// enterprise-modules/side-bar/src/sideBarModule.ts
|
|
97050
97050
|
var SideBarCoreModule = (0, import_core11._defineModule)({
|
|
@@ -99234,7 +99234,7 @@ var SparklineTooltipSingleton = class extends import_core5.BeanStub {
|
|
|
99234
99234
|
};
|
|
99235
99235
|
|
|
99236
99236
|
// enterprise-modules/sparklines/src/version.ts
|
|
99237
|
-
var VERSION = "32.3.
|
|
99237
|
+
var VERSION = "32.3.5";
|
|
99238
99238
|
|
|
99239
99239
|
// enterprise-modules/sparklines/src/sparklinesModule.ts
|
|
99240
99240
|
var SparklinesModule = (0, import_core6._defineModule)({
|
|
@@ -99858,7 +99858,7 @@ var StatusBarService = class extends import_core9.BeanStub {
|
|
|
99858
99858
|
};
|
|
99859
99859
|
|
|
99860
99860
|
// enterprise-modules/status-bar/src/version.ts
|
|
99861
|
-
var VERSION = "32.3.
|
|
99861
|
+
var VERSION = "32.3.5";
|
|
99862
99862
|
|
|
99863
99863
|
// enterprise-modules/status-bar/src/statusBarModule.ts
|
|
99864
99864
|
var StatusBarCoreModule = (0, import_core10._defineModule)({
|
|
@@ -99924,7 +99924,7 @@ var import_core2 = __webpack_require__(3423);
|
|
|
99924
99924
|
var import_core3 = __webpack_require__(8299);
|
|
99925
99925
|
|
|
99926
99926
|
// enterprise-modules/viewport-row-model/src/version.ts
|
|
99927
|
-
var VERSION = "32.3.
|
|
99927
|
+
var VERSION = "32.3.5";
|
|
99928
99928
|
|
|
99929
99929
|
// enterprise-modules/viewport-row-model/src/viewportRowModel/viewportRowModel.ts
|
|
99930
99930
|
var import_core = __webpack_require__(3423);
|
|
@@ -111558,7 +111558,7 @@ var DestroyFns = class {
|
|
|
111558
111558
|
};
|
|
111559
111559
|
|
|
111560
111560
|
// packages/ag-charts-community/src/version.ts
|
|
111561
|
-
var VERSION = "10.3.
|
|
111561
|
+
var VERSION = "10.3.5";
|
|
111562
111562
|
|
|
111563
111563
|
// packages/ag-charts-community/src/api/state/historyManager.ts
|
|
111564
111564
|
var NOT_FOUND = Symbol("previous-memento-not-found");
|
|
@@ -124233,7 +124233,7 @@ var Legend = class extends BaseProperties {
|
|
|
124233
124233
|
});
|
|
124234
124234
|
}
|
|
124235
124235
|
updatePaginationProxyButtons(oldPages) {
|
|
124236
|
-
this.proxyLegendPagination.style.display = this.pagination.visible ? "
|
|
124236
|
+
this.proxyLegendPagination.style.display = this.pagination.visible ? "block" : "none";
|
|
124237
124237
|
const oldNeedsButtons = (oldPages?.length ?? this.pages.length) > 1;
|
|
124238
124238
|
const newNeedsButtons = this.pages.length > 1;
|
|
124239
124239
|
if (oldNeedsButtons !== newNeedsButtons) {
|
|
@@ -138328,10 +138328,10 @@ var PRESETS = {
|
|
|
138328
138328
|
function removeUsedEnterpriseOptions(options, silent) {
|
|
138329
138329
|
let usedOptions = [];
|
|
138330
138330
|
const isGaugeChart = isAgGaugeChartOptions(options);
|
|
138331
|
-
const
|
|
138332
|
-
const optionsChartType =
|
|
138331
|
+
const optsType = optionsType(options);
|
|
138332
|
+
const optionsChartType = optsType ? chartTypes.get(optsType) : "unknown";
|
|
138333
138333
|
for (const {
|
|
138334
|
-
type
|
|
138334
|
+
type,
|
|
138335
138335
|
chartTypes: moduleChartTypes,
|
|
138336
138336
|
optionsKey,
|
|
138337
138337
|
optionsInnerKey,
|
|
@@ -138339,7 +138339,7 @@ function removeUsedEnterpriseOptions(options, silent) {
|
|
|
138339
138339
|
} of EXPECTED_ENTERPRISE_MODULES) {
|
|
138340
138340
|
if (optionsChartType !== "unknown" && !moduleChartTypes.includes(optionsChartType))
|
|
138341
138341
|
continue;
|
|
138342
|
-
if (
|
|
138342
|
+
if (type === "root" || type === "legend") {
|
|
138343
138343
|
const optionValue = options[optionsKey];
|
|
138344
138344
|
if (optionValue == null)
|
|
138345
138345
|
continue;
|
|
@@ -138350,12 +138350,12 @@ function removeUsedEnterpriseOptions(options, silent) {
|
|
|
138350
138350
|
usedOptions.push(`${optionsKey}.${optionsInnerKey}`);
|
|
138351
138351
|
delete optionValue[optionsInnerKey];
|
|
138352
138352
|
}
|
|
138353
|
-
} else if (
|
|
138353
|
+
} else if (type === "axis") {
|
|
138354
138354
|
if (!("axes" in options) || !options.axes?.some((axis) => axis.type === identifier))
|
|
138355
138355
|
continue;
|
|
138356
138356
|
usedOptions.push(`axis[type=${identifier}]`);
|
|
138357
138357
|
options.axes = options.axes.filter((axis) => axis.type !== identifier);
|
|
138358
|
-
} else if (
|
|
138358
|
+
} else if (type === "axis-option") {
|
|
138359
138359
|
if (!("axes" in options) || !options.axes?.some((axis) => axis[optionsKey]))
|
|
138360
138360
|
continue;
|
|
138361
138361
|
usedOptions.push(`axis.${optionsKey}`);
|
|
@@ -138364,12 +138364,12 @@ function removeUsedEnterpriseOptions(options, silent) {
|
|
|
138364
138364
|
delete axis[optionsKey];
|
|
138365
138365
|
}
|
|
138366
138366
|
});
|
|
138367
|
-
} else if (
|
|
138367
|
+
} else if (type === "series") {
|
|
138368
138368
|
if (!options.series?.some((series) => series.type === identifier))
|
|
138369
138369
|
continue;
|
|
138370
138370
|
usedOptions.push(`series[type=${identifier}]`);
|
|
138371
138371
|
options.series = options.series.filter((series) => series.type !== identifier);
|
|
138372
|
-
} else if (
|
|
138372
|
+
} else if (type === "series-option") {
|
|
138373
138373
|
if (!options.series?.some((series) => series[optionsKey]))
|
|
138374
138374
|
continue;
|
|
138375
138375
|
usedOptions.push(`series.${optionsKey}`);
|