@visactor/vtable 1.7.3 → 1.7.5-alpha.0
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/cjs/ListTable.js +7 -2
- package/cjs/ListTable.js.map +1 -1
- package/cjs/PivotTable.d.ts +3 -2
- package/cjs/PivotTable.js +31 -28
- package/cjs/PivotTable.js.map +1 -1
- package/cjs/core/BaseTable.js +1 -1
- package/cjs/core/BaseTable.js.map +1 -1
- package/cjs/data/CachedDataSource.js +14 -10
- package/cjs/data/CachedDataSource.js.map +1 -1
- package/cjs/dataset/dataset-pivot-table.d.ts +2 -2
- package/cjs/dataset/dataset.d.ts +5 -4
- package/cjs/dataset/dataset.js +55 -84
- package/cjs/dataset/dataset.js.map +1 -1
- package/cjs/dataset/statistics-helper.d.ts +4 -3
- package/cjs/dataset/statistics-helper.js +39 -27
- package/cjs/dataset/statistics-helper.js.map +1 -1
- package/cjs/event/listener/table-group.js +28 -30
- package/cjs/event/listener/table-group.js.map +1 -1
- package/cjs/header-helper/header-helper.js +1 -1
- package/cjs/header-helper/header-helper.js.map +1 -1
- package/cjs/index.d.ts +1 -1
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/cjs/layout/pivot-header-layout.js +35 -25
- package/cjs/layout/pivot-header-layout.js.map +1 -1
- package/cjs/layout/tree-helper.js +10 -4
- package/cjs/layout/tree-helper.js.map +1 -1
- package/cjs/scenegraph/graphic/contributions/group-contribution-render.d.ts +1 -7
- package/cjs/scenegraph/graphic/contributions/group-contribution-render.js +18 -32
- package/cjs/scenegraph/graphic/contributions/group-contribution-render.js.map +1 -1
- package/cjs/scenegraph/graphic/contributions/index.js +0 -2
- package/cjs/scenegraph/graphic/contributions/index.js.map +1 -1
- package/cjs/scenegraph/group-creater/cell-type/spark-line-cell.js +15 -3
- package/cjs/scenegraph/group-creater/cell-type/spark-line-cell.js.map +1 -1
- package/cjs/scenegraph/layout/update-height.js +1 -1
- package/cjs/scenegraph/layout/update-height.js.map +1 -1
- package/cjs/scenegraph/layout/update-width.js +1 -1
- package/cjs/scenegraph/layout/update-width.js.map +1 -1
- package/cjs/state/checkbox/checkbox.d.ts +1 -0
- package/cjs/state/checkbox/checkbox.js +13 -2
- package/cjs/state/checkbox/checkbox.js.map +1 -1
- package/cjs/state/state.js +1 -1
- package/cjs/state/state.js.map +1 -1
- package/cjs/ts-types/new-data-set.d.ts +8 -2
- package/cjs/ts-types/new-data-set.js +2 -1
- package/cjs/ts-types/new-data-set.js.map +1 -1
- package/cjs/ts-types/table-engine.d.ts +4 -2
- package/cjs/ts-types/table-engine.js.map +1 -1
- package/cjs/vrender.js.map +1 -1
- package/dist/vtable.js +291 -225
- package/dist/vtable.min.js +2 -2
- package/es/ListTable.js +7 -3
- package/es/ListTable.js.map +1 -1
- package/es/PivotTable.d.ts +3 -2
- package/es/PivotTable.js +31 -28
- package/es/PivotTable.js.map +1 -1
- package/es/core/BaseTable.js +1 -1
- package/es/core/BaseTable.js.map +1 -1
- package/es/data/CachedDataSource.js +14 -10
- package/es/data/CachedDataSource.js.map +1 -1
- package/es/dataset/dataset-pivot-table.d.ts +2 -2
- package/es/dataset/dataset.d.ts +5 -4
- package/es/dataset/dataset.js +55 -84
- package/es/dataset/dataset.js.map +1 -1
- package/es/dataset/statistics-helper.d.ts +4 -3
- package/es/dataset/statistics-helper.js +41 -27
- package/es/dataset/statistics-helper.js.map +1 -1
- package/es/event/listener/table-group.js +28 -30
- package/es/event/listener/table-group.js.map +1 -1
- package/es/header-helper/header-helper.js +1 -1
- package/es/header-helper/header-helper.js.map +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/index.js.map +1 -1
- package/es/layout/pivot-header-layout.js +34 -25
- package/es/layout/pivot-header-layout.js.map +1 -1
- package/es/layout/tree-helper.js +10 -4
- package/es/layout/tree-helper.js.map +1 -1
- package/es/scenegraph/graphic/contributions/group-contribution-render.d.ts +1 -7
- package/es/scenegraph/graphic/contributions/group-contribution-render.js +16 -30
- package/es/scenegraph/graphic/contributions/group-contribution-render.js.map +1 -1
- package/es/scenegraph/graphic/contributions/index.js +1 -2
- package/es/scenegraph/graphic/contributions/index.js.map +1 -1
- package/es/scenegraph/group-creater/cell-type/spark-line-cell.js +14 -3
- package/es/scenegraph/group-creater/cell-type/spark-line-cell.js.map +1 -1
- package/es/scenegraph/layout/update-height.js +1 -1
- package/es/scenegraph/layout/update-height.js.map +1 -1
- package/es/scenegraph/layout/update-width.js +1 -1
- package/es/scenegraph/layout/update-width.js.map +1 -1
- package/es/state/checkbox/checkbox.d.ts +1 -0
- package/es/state/checkbox/checkbox.js +11 -1
- package/es/state/checkbox/checkbox.js.map +1 -1
- package/es/state/state.js +1 -1
- package/es/state/state.js.map +1 -1
- package/es/ts-types/new-data-set.d.ts +8 -2
- package/es/ts-types/new-data-set.js +2 -1
- package/es/ts-types/new-data-set.js.map +1 -1
- package/es/ts-types/table-engine.d.ts +4 -2
- package/es/ts-types/table-engine.js.map +1 -1
- package/es/vrender.js.map +1 -1
- package/package.json +3 -3
|
@@ -77,7 +77,7 @@ export class PivotHeaderLayoutMap {
|
|
|
77
77
|
})), this._extensionRowDimensionKeys.push(rowKeys), this.fullRowDimensionKeys = this.fullRowDimensionKeys.concat(rowKeys);
|
|
78
78
|
}))), this.sharedVar.seqId = Math.max(this.sharedVar.seqId, this._headerObjects.length);
|
|
79
79
|
let rowDimensionKeys, colDimensionKeys = this.columnDimensionTree.dimensionKeysIncludeVirtual.valueArr();
|
|
80
|
-
!this.dataset || 0 !== (null !== (_p = null === (_o = this.dataset.records) || void 0 === _o ? void 0 : _o.length) && void 0 !== _p ? _p : 0) || this.dataset.customColTree ||
|
|
80
|
+
!this.dataset || this._table.isPivotChart() || 0 !== (null !== (_p = null === (_o = this.dataset.records) || void 0 === _o ? void 0 : _o.length) && void 0 !== _p ? _p : 0) || this.dataset.customColTree || (colDimensionKeys = this.columnsDefine.map((define => "string" == typeof define ? define : define.dimensionKey)),
|
|
81
81
|
this.indicatorsAsCol && colDimensionKeys.push(this.indicatorDimensionKey)), colDimensionKeys = this.columnHeaderTitle ? [ "" ].concat(colDimensionKeys) : colDimensionKeys;
|
|
82
82
|
let extensionRowDimensions = [];
|
|
83
83
|
if ("tree" === this.rowHierarchyType && (null === (_q = this.extensionRows) || void 0 === _q ? void 0 : _q.length) >= 1) {
|
|
@@ -87,7 +87,7 @@ export class PivotHeaderLayoutMap {
|
|
|
87
87
|
})), extensionRowDimensions = this.extensionRows.reduce(((dimensions, cur) => dimensions.concat(cur.rows)), []),
|
|
88
88
|
rowDimensionKeys = this.rowHeaderTitle ? [ "" ].concat(rowTreeFirstKey) : rowTreeFirstKey;
|
|
89
89
|
} else rowDimensionKeys = this.rowDimensionTree.dimensionKeysIncludeVirtual.valueArr(),
|
|
90
|
-
!this.dataset || 0 !== (null !== (_s = null === (_r = this.dataset.records) || void 0 === _r ? void 0 : _r.length) && void 0 !== _s ? _s : 0) || this.dataset.
|
|
90
|
+
!this.dataset || this._table.isPivotChart() || 0 !== (null !== (_s = null === (_r = this.dataset.records) || void 0 === _r ? void 0 : _r.length) && void 0 !== _s ? _s : 0) || this.dataset.customRowTree || (rowDimensionKeys = this.rowsDefine.map((define => "string" == typeof define ? define : define.dimensionKey)),
|
|
91
91
|
this.indicatorsAsCol || rowDimensionKeys.push(this.indicatorDimensionKey)), rowDimensionKeys = this.rowHeaderTitle ? [ "" ].concat(rowDimensionKeys) : rowDimensionKeys;
|
|
92
92
|
this.cornerHeaderObjs = this._addCornerHeaders(colDimensionKeys, rowDimensionKeys, this.columnsDefine.concat(...this.rowsDefine, ...extensionRowDimensions)),
|
|
93
93
|
this.colIndex = 0, this._headerObjectMap = this._headerObjects.reduce(((o, e) => (o[e.id] = e,
|
|
@@ -142,7 +142,7 @@ export class PivotHeaderLayoutMap {
|
|
|
142
142
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
143
143
|
if ((null === (_a = this.columnDimensionTree.tree.children) || void 0 === _a ? void 0 : _a.length) >= 1) {
|
|
144
144
|
let startRow = 0;
|
|
145
|
-
if (this.dataset && 0 === (null !== (_c = null === (_b = this.dataset.records) || void 0 === _b ? void 0 : _b.length) && void 0 !== _c ? _c : 0) && !this.dataset.customColTree && !this.dataset.customRowTree && this.indicatorsAsCol && this.columnDimensionTree.totalLevel < this.columnHeaderLevelCount) {
|
|
145
|
+
if (this.dataset && !this._table.isPivotChart() && 0 === (null !== (_c = null === (_b = this.dataset.records) || void 0 === _b ? void 0 : _b.length) && void 0 !== _c ? _c : 0) && !this.dataset.customColTree && !this.dataset.customRowTree && this.indicatorsAsCol && this.columnDimensionTree.totalLevel < this.columnHeaderLevelCount) {
|
|
146
146
|
startRow = this.columnHeaderLevelCount - this.columnDimensionTree.totalLevel;
|
|
147
147
|
for (let i = 0; i < startRow; i++) this._columnHeaderCellFullPathIds.unshift([]);
|
|
148
148
|
}
|
|
@@ -171,7 +171,7 @@ export class PivotHeaderLayoutMap {
|
|
|
171
171
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
172
172
|
if ((null === (_a = this.rowDimensionTree.tree.children) || void 0 === _a ? void 0 : _a.length) >= 1) if ("tree" === this.rowHierarchyType) this._addHeadersForTreeMode(this._rowHeaderCellFullPathIds_FULL, 0, this.rowDimensionTree.tree.children, [], this.rowDimensionTree.totalLevel, !0, this.rowsDefine, this.rowHeaderObjs); else {
|
|
173
173
|
let startRow = 0;
|
|
174
|
-
if (this.dataset && 0 === (null !== (_c = null === (_b = this.dataset.records) || void 0 === _b ? void 0 : _b.length) && void 0 !== _c ? _c : 0) && !this.dataset.customColTree && !this.dataset.customRowTree && !this.indicatorsAsCol && this.rowDimensionTree.totalLevel < this.rowHeaderLevelCount) {
|
|
174
|
+
if (this.dataset && !this._table.isPivotChart() && 0 === (null !== (_c = null === (_b = this.dataset.records) || void 0 === _b ? void 0 : _b.length) && void 0 !== _c ? _c : 0) && !this.dataset.customColTree && !this.dataset.customRowTree && !this.indicatorsAsCol && this.rowDimensionTree.totalLevel < this.rowHeaderLevelCount) {
|
|
175
175
|
startRow = this.rowHeaderLevelCount - this.rowDimensionTree.totalLevel;
|
|
176
176
|
for (let i = 0; i < startRow; i++) this._rowHeaderCellFullPathIds_FULL.unshift([]);
|
|
177
177
|
}
|
|
@@ -464,15 +464,17 @@ export class PivotHeaderLayoutMap {
|
|
|
464
464
|
});
|
|
465
465
|
}
|
|
466
466
|
}));
|
|
467
|
-
} else
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
467
|
+
} else {
|
|
468
|
+
this.rowDimensionTree.dimensionKeysIncludeVirtual.valueArr().forEach(((objKey, index) => {
|
|
469
|
+
var _a;
|
|
470
|
+
const dimension = null === (_a = this.rowsDefine) || void 0 === _a ? void 0 : _a.find((dimension => "string" != typeof dimension && dimension.dimensionKey === objKey));
|
|
471
|
+
dimension && (returnWidths[index + (this.rowHeaderTitle ? 1 : 0) + this.leftRowSeriesNumberColumnCount] = {
|
|
472
|
+
width: dimension.width,
|
|
473
|
+
minWidth: dimension.minWidth,
|
|
474
|
+
maxWidth: dimension.maxWidth
|
|
475
|
+
});
|
|
476
|
+
}));
|
|
477
|
+
}
|
|
476
478
|
if (this.indicatorsAsCol) for (let i = this.rowHeaderLevelCount + this.leftRowSeriesNumberColumnCount; i < this.colCount; i++) {
|
|
477
479
|
const cellDefine = this.getBody(i, this.columnHeaderLevelCount);
|
|
478
480
|
returnWidths[i] = {
|
|
@@ -646,9 +648,10 @@ export class PivotHeaderLayoutMap {
|
|
|
646
648
|
if (this.showHeader && this.showColumnHeader) {
|
|
647
649
|
if (this._table.isPivotChart() && this.indicatorsAsCol && !(null === (_b = null === (_a = this.dataset) || void 0 === _a ? void 0 : _a.colKeys) || void 0 === _b ? void 0 : _b.length) && 0 === (null === (_d = null === (_c = this.columnDimensionTree) || void 0 === _c ? void 0 : _c.tree) || void 0 === _d ? void 0 : _d.level) && !this.hasTwoIndicatorAxes) return void (this.columnHeaderLevelCount = 0);
|
|
648
650
|
let count = this.indicatorsAsCol && this.hideIndicatorName && this.colDimensionKeys[this.colDimensionKeys.length - 1] === this.indicatorDimensionKey ? this.columnDimensionTree.totalLevel - 1 : this.columnDimensionTree.totalLevel;
|
|
649
|
-
return this.
|
|
650
|
-
|
|
651
|
-
|
|
651
|
+
return 0 === count && this.dataset && !(null === (_e = this.dataset.customColTree) || void 0 === _e ? void 0 : _e.length) ? "row" === this.cornerSetting.titleOnDimension && this.cornerSetting.forceShowHeader ? count = 1 : this._table.isPivotChart() || 0 !== (null !== (_g = null === (_f = this.dataset.records) || void 0 === _f ? void 0 : _f.length) && void 0 !== _g ? _g : 0) || "column" !== this.cornerSetting.titleOnDimension && "all" !== this.cornerSetting.titleOnDimension || (count = null !== (_h = this.columnsDefine.length) && void 0 !== _h ? _h : 0) : !this.dataset || this._table.isPivotChart() || 0 !== (null !== (_k = null === (_j = this.dataset.records) || void 0 === _j ? void 0 : _j.length) && void 0 !== _k ? _k : 0) || this.dataset.customColTree || "column" !== this.cornerSetting.titleOnDimension && "all" !== this.cornerSetting.titleOnDimension || (count = null !== (_l = this.columnsDefine.length) && void 0 !== _l ? _l : 0,
|
|
652
|
+
!this.hideIndicatorName && this.indicatorsAsCol && count++), this.columnHeaderTitle && (count += 1),
|
|
653
|
+
this._table.isPivotChart() && this.indicatorsAsCol && !this.hasTwoIndicatorAxes && checkHasCartesianChart(this.indicatorsDefine) && (count -= 1),
|
|
654
|
+
void (this.columnHeaderLevelCount = count);
|
|
652
655
|
}
|
|
653
656
|
this.columnHeaderLevelCount = this.indicatorsAsCol ? this.hideIndicatorName ? 0 : 1 : 0;
|
|
654
657
|
}
|
|
@@ -661,9 +664,9 @@ export class PivotHeaderLayoutMap {
|
|
|
661
664
|
}
|
|
662
665
|
const rowLevelCount = this.rowDimensionTree.totalLevel;
|
|
663
666
|
let count = rowLevelCount;
|
|
664
|
-
return this.
|
|
665
|
-
this.
|
|
666
|
-
this.
|
|
667
|
+
return 0 === count && this.dataset && !(null === (_c = this.dataset.customRowTree) || void 0 === _c ? void 0 : _c.length) ? "column" === this.cornerSetting.titleOnDimension && this.cornerSetting.forceShowHeader ? count = 1 : this._table.isPivotChart() || 0 !== (null !== (_e = null === (_d = this.dataset.records) || void 0 === _d ? void 0 : _d.length) && void 0 !== _e ? _e : 0) || "row" !== this.cornerSetting.titleOnDimension && "all" !== this.cornerSetting.titleOnDimension || (count = null !== (_f = this.rowsDefine.length) && void 0 !== _f ? _f : 0) : !this.dataset || this._table.isPivotChart() || 0 !== (null !== (_h = null === (_g = this.dataset.records) || void 0 === _g ? void 0 : _g.length) && void 0 !== _h ? _h : 0) || this.dataset.customRowTree || "row" !== this.cornerSetting.titleOnDimension && "all" !== this.cornerSetting.titleOnDimension || (count = this.rowsDefine.length,
|
|
668
|
+
this.hideIndicatorName || this.indicatorsAsCol || count++), !this.indicatorsAsCol && this.hideIndicatorName && this.rowDimensionKeys[this.rowDimensionKeys.length - 1] === this.indicatorDimensionKey && (count = rowLevelCount - 1),
|
|
669
|
+
this.rowHeaderTitle && (count += 1), void (this.rowHeaderLevelCount = count);
|
|
667
670
|
}
|
|
668
671
|
this.rowHeaderLevelCount = this.indicatorsAsCol || this.hideIndicatorName ? 0 : 1;
|
|
669
672
|
}
|
|
@@ -972,6 +975,7 @@ export class PivotHeaderLayoutMap {
|
|
|
972
975
|
}
|
|
973
976
|
toggleHierarchyState(col, row) {
|
|
974
977
|
var _a, _b, _c, _d, _e, _f;
|
|
978
|
+
this.colIndex = 0;
|
|
975
979
|
const oldRowHeaderCellIds = this._rowHeaderCellFullPathIds_FULL.slice(0), oldRowHeaderCellPositons = oldRowHeaderCellIds.map(((id, row) => ({
|
|
976
980
|
col: col,
|
|
977
981
|
row: row + this.columnHeaderLevelCount
|
|
@@ -1020,7 +1024,7 @@ export class PivotHeaderLayoutMap {
|
|
|
1020
1024
|
let rowDimension, colDimension, rowArr = this.rowTree, colArr = this.columnTree;
|
|
1021
1025
|
for (let i = 0; i < dimensions.length; i++) {
|
|
1022
1026
|
const highlightDimension = dimensions[i];
|
|
1023
|
-
if ((highlightDimension.isPivotCorner || !highlightDimension.value) && i === dimensions.length - 1) {
|
|
1027
|
+
if ((highlightDimension.isPivotCorner || !isValid(highlightDimension.value)) && i === dimensions.length - 1) {
|
|
1024
1028
|
if ("row" === (null === (_a = null == this ? void 0 : this.cornerSetting) || void 0 === _a ? void 0 : _a.titleOnDimension)) {
|
|
1025
1029
|
let col = 0;
|
|
1026
1030
|
return "grid" === this.rowHierarchyType && (col = this.rowDimensionKeys.indexOf(highlightDimension.dimensionKey)),
|
|
@@ -1252,7 +1256,7 @@ export class PivotHeaderLayoutMap {
|
|
|
1252
1256
|
const rowDimension = rowHeaderPaths[i];
|
|
1253
1257
|
for (let j = 0; j < rowArr.length; j++) {
|
|
1254
1258
|
const dimension = rowArr[j];
|
|
1255
|
-
if (!isValid(rowDimension.indicatorKey) && dimension.dimensionKey === rowDimension.dimensionKey && dimension.value === rowDimension.value || isValid(rowDimension.indicatorKey) && dimension.indicatorKey === rowDimension.indicatorKey && (!rowDimension.value || dimension.value === rowDimension.value)) {
|
|
1259
|
+
if (!isValid(rowDimension.indicatorKey) && dimension.dimensionKey === rowDimension.dimensionKey && dimension.value === rowDimension.value || isValid(rowDimension.indicatorKey) && dimension.indicatorKey === rowDimension.indicatorKey && (!isValid(rowDimension.value) || dimension.value === rowDimension.value)) {
|
|
1256
1260
|
rowArr = dimension.children, (!needLowestLevel || rowArr && !rowArr.some((row => "axis" === row.dimensionKey))) && needLowestLevel || (rowDimensionFinded = dimension);
|
|
1257
1261
|
break;
|
|
1258
1262
|
}
|
|
@@ -1379,7 +1383,7 @@ export class PivotHeaderLayoutMap {
|
|
|
1379
1383
|
}
|
|
1380
1384
|
for (let i = 0; i < dimensions.length; i++) {
|
|
1381
1385
|
const highlightDimension = dimensions[i];
|
|
1382
|
-
if ((highlightDimension.isPivotCorner || !highlightDimension.value) && i === dimensions.length - 1) return;
|
|
1386
|
+
if ((highlightDimension.isPivotCorner || !isValid(highlightDimension.value)) && i === dimensions.length - 1) return;
|
|
1383
1387
|
let isCol = !1;
|
|
1384
1388
|
for (let j = 0; j < colArr.length; j++) {
|
|
1385
1389
|
const dimension = colArr[j];
|
|
@@ -1562,12 +1566,17 @@ export class PivotHeaderLayoutMap {
|
|
|
1562
1566
|
})), totalCount;
|
|
1563
1567
|
}
|
|
1564
1568
|
resetHeaderTree() {
|
|
1565
|
-
var _a, _b;
|
|
1569
|
+
var _a, _b, _c;
|
|
1566
1570
|
this.colIndex = 0, this._rowHeaderCellFullPathIds_FULL = [], this._columnHeaderCellFullPathIds = [],
|
|
1567
1571
|
this._columnHeaderCellIds = [];
|
|
1568
1572
|
const dataset = this.dataset;
|
|
1569
|
-
this.rowTree = dataset.rowHeaderTree, this.columnTree = dataset.colHeaderTree
|
|
1570
|
-
|
|
1573
|
+
this.rowTree = dataset.rowHeaderTree, this.columnTree = dataset.colHeaderTree;
|
|
1574
|
+
const beforeRowDimensions = this.rowDimensionTree.tree.children;
|
|
1575
|
+
null === (_a = this.rowTree) || void 0 === _a || _a.forEach(((node, index) => {
|
|
1576
|
+
const beforeRowDimension = beforeRowDimensions.find((item => item.dimensionKey === node.dimensionKey && item.value === node.value));
|
|
1577
|
+
beforeRowDimension && this._table._syncHierarchyState(beforeRowDimension, node);
|
|
1578
|
+
})), this.columnDimensionTree = new DimensionTree(null !== (_b = this.columnTree) && void 0 !== _b ? _b : [], this.sharedVar),
|
|
1579
|
+
this.rowDimensionTree = new DimensionTree(null !== (_c = this.rowTree) && void 0 !== _c ? _c : [], this.sharedVar, this.rowHierarchyType, "tree" === this.rowHierarchyType ? this.rowExpandLevel : void 0),
|
|
1571
1580
|
this.resetColumnHeaderLevelCount(), this._generateColHeaderIds(), this.colIndex = 0,
|
|
1572
1581
|
this._generateRowHeaderIds(), this._rowHeaderCellFullPathIds_FULL = transpose(this._rowHeaderCellFullPathIds_FULL),
|
|
1573
1582
|
this._headerObjectMap = this._headerObjects.reduce(((o, e) => (o[e.id] = e, o)), {}),
|