ag-grid-enterprise 35.3.0 → 35.3.1
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 +12 -5
- package/dist/ag-grid-enterprise.min.js +4 -4
- package/dist/ag-grid-enterprise.min.noStyle.js +4 -4
- package/dist/ag-grid-enterprise.noStyle.js +12 -5
- package/dist/package/main.cjs.js +2 -2
- package/dist/package/main.cjs.min.js +2 -2
- package/dist/package/main.esm.min.mjs +17 -17
- package/dist/package/main.esm.mjs +2 -2
- package/dist/package/package.json +6 -6
- package/dist/package.json +6 -6
- package/dist/types/package.json +6 -6
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +6 -6
|
@@ -14551,7 +14551,7 @@ function _findEnterpriseCoreModule(modules) {
|
|
|
14551
14551
|
}
|
|
14552
14552
|
return void 0;
|
|
14553
14553
|
}
|
|
14554
|
-
var VERSION = "35.3.
|
|
14554
|
+
var VERSION = "35.3.1";
|
|
14555
14555
|
var MAX_URL_LENGTH = 2e3;
|
|
14556
14556
|
var MIN_PARAM_LENGTH = 100;
|
|
14557
14557
|
var VERSION_PARAM_NAME = "_version_";
|
|
@@ -19583,7 +19583,7 @@ var RowNode = class {
|
|
|
19583
19583
|
}
|
|
19584
19584
|
this.destroyed = true;
|
|
19585
19585
|
const pinnedSibling = this.pinnedSibling;
|
|
19586
|
-
if (pinnedSibling?.rowPinned
|
|
19586
|
+
if (pinnedSibling?.rowPinned) {
|
|
19587
19587
|
this.beans.pinnedRowModel?.pinRow(pinnedSibling, null);
|
|
19588
19588
|
}
|
|
19589
19589
|
if (fadeOut === true) {
|
|
@@ -19627,8 +19627,11 @@ var IGNORED_SIBLING_PROPERTIES = /* @__PURE__ */ new Set([
|
|
|
19627
19627
|
"_groupData",
|
|
19628
19628
|
"_leafs",
|
|
19629
19629
|
"childStore",
|
|
19630
|
+
"destroyed",
|
|
19630
19631
|
"groupValue",
|
|
19631
19632
|
"oldRowTop",
|
|
19633
|
+
"pinnedSibling",
|
|
19634
|
+
"rowPinned",
|
|
19632
19635
|
"sticky",
|
|
19633
19636
|
"treeNodeFlags",
|
|
19634
19637
|
"treeParent"
|
|
@@ -19866,7 +19869,8 @@ var ManualPinnedRowModel = class extends BeanStub {
|
|
|
19866
19869
|
if (level > -1) {
|
|
19867
19870
|
return;
|
|
19868
19871
|
}
|
|
19869
|
-
|
|
19872
|
+
const unpinningExistingClone = float == null && rowNode.rowPinned != null;
|
|
19873
|
+
if (level === -1 && !unpinningExistingClone) {
|
|
19870
19874
|
this._grandTotalPinned = float;
|
|
19871
19875
|
const csrm = this.csrm;
|
|
19872
19876
|
if (csrm) {
|
|
@@ -35213,6 +35217,9 @@ var ColumnViewportService = class extends BeanStub {
|
|
|
35213
35217
|
this.rowsOfHeadersToRenderLeft = {};
|
|
35214
35218
|
this.rowsOfHeadersToRenderRight = {};
|
|
35215
35219
|
this.rowsOfHeadersToRenderCenter = {};
|
|
35220
|
+
this.columnsToRenderLeft = [];
|
|
35221
|
+
this.columnsToRenderRight = [];
|
|
35222
|
+
this.columnsToRenderCenter = [];
|
|
35216
35223
|
this.colsWithinViewportHash = "";
|
|
35217
35224
|
}
|
|
35218
35225
|
isColumnInHeaderViewport(col) {
|
|
@@ -74649,7 +74656,7 @@ var _LicenseManager = class _LicenseManager {
|
|
|
74649
74656
|
}
|
|
74650
74657
|
};
|
|
74651
74658
|
// eslint-disable-next-line no-restricted-syntax
|
|
74652
|
-
_LicenseManager.RELEASE_INFORMATION = "
|
|
74659
|
+
_LicenseManager.RELEASE_INFORMATION = "MTc4MDM5NjMzMjUzMg==";
|
|
74653
74660
|
var LicenseManager = _LicenseManager;
|
|
74654
74661
|
|
|
74655
74662
|
// packages/ag-grid-enterprise/src/license/watermark.css
|
|
@@ -83355,7 +83362,7 @@ var AgGroupComponentSelector = {
|
|
|
83355
83362
|
};
|
|
83356
83363
|
|
|
83357
83364
|
// packages/ag-grid-enterprise/src/version.ts
|
|
83358
|
-
var VERSION2 = "35.3.
|
|
83365
|
+
var VERSION2 = "35.3.1";
|
|
83359
83366
|
|
|
83360
83367
|
// packages/ag-grid-enterprise/src/agGridEnterpriseModule.ts
|
|
83361
83368
|
var EnterpriseCoreModule = {
|