@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
|
@@ -65,7 +65,7 @@ class PivotHeaderLayoutMap {
|
|
|
65
65
|
})), this._extensionRowDimensionKeys.push(rowKeys), this.fullRowDimensionKeys = this.fullRowDimensionKeys.concat(rowKeys);
|
|
66
66
|
}))), this.sharedVar.seqId = Math.max(this.sharedVar.seqId, this._headerObjects.length);
|
|
67
67
|
let rowDimensionKeys, colDimensionKeys = this.columnDimensionTree.dimensionKeysIncludeVirtual.valueArr();
|
|
68
|
-
!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 ||
|
|
68
|
+
!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)),
|
|
69
69
|
this.indicatorsAsCol && colDimensionKeys.push(this.indicatorDimensionKey)), colDimensionKeys = this.columnHeaderTitle ? [ "" ].concat(colDimensionKeys) : colDimensionKeys;
|
|
70
70
|
let extensionRowDimensions = [];
|
|
71
71
|
if ("tree" === this.rowHierarchyType && (null === (_q = this.extensionRows) || void 0 === _q ? void 0 : _q.length) >= 1) {
|
|
@@ -75,7 +75,7 @@ class PivotHeaderLayoutMap {
|
|
|
75
75
|
})), extensionRowDimensions = this.extensionRows.reduce(((dimensions, cur) => dimensions.concat(cur.rows)), []),
|
|
76
76
|
rowDimensionKeys = this.rowHeaderTitle ? [ "" ].concat(rowTreeFirstKey) : rowTreeFirstKey;
|
|
77
77
|
} else rowDimensionKeys = this.rowDimensionTree.dimensionKeysIncludeVirtual.valueArr(),
|
|
78
|
-
!this.dataset || 0 !== (null !== (_s = null === (_r = this.dataset.records) || void 0 === _r ? void 0 : _r.length) && void 0 !== _s ? _s : 0) || this.dataset.
|
|
78
|
+
!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)),
|
|
79
79
|
this.indicatorsAsCol || rowDimensionKeys.push(this.indicatorDimensionKey)), rowDimensionKeys = this.rowHeaderTitle ? [ "" ].concat(rowDimensionKeys) : rowDimensionKeys;
|
|
80
80
|
this.cornerHeaderObjs = this._addCornerHeaders(colDimensionKeys, rowDimensionKeys, this.columnsDefine.concat(...this.rowsDefine, ...extensionRowDimensions)),
|
|
81
81
|
this.colIndex = 0, this._headerObjectMap = this._headerObjects.reduce(((o, e) => (o[e.id] = e,
|
|
@@ -130,7 +130,7 @@ class PivotHeaderLayoutMap {
|
|
|
130
130
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
131
131
|
if ((null === (_a = this.columnDimensionTree.tree.children) || void 0 === _a ? void 0 : _a.length) >= 1) {
|
|
132
132
|
let startRow = 0;
|
|
133
|
-
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) {
|
|
133
|
+
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) {
|
|
134
134
|
startRow = this.columnHeaderLevelCount - this.columnDimensionTree.totalLevel;
|
|
135
135
|
for (let i = 0; i < startRow; i++) this._columnHeaderCellFullPathIds.unshift([]);
|
|
136
136
|
}
|
|
@@ -159,7 +159,7 @@ class PivotHeaderLayoutMap {
|
|
|
159
159
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
160
160
|
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 {
|
|
161
161
|
let startRow = 0;
|
|
162
|
-
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) {
|
|
162
|
+
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) {
|
|
163
163
|
startRow = this.rowHeaderLevelCount - this.rowDimensionTree.totalLevel;
|
|
164
164
|
for (let i = 0; i < startRow; i++) this._rowHeaderCellFullPathIds_FULL.unshift([]);
|
|
165
165
|
}
|
|
@@ -452,15 +452,17 @@ class PivotHeaderLayoutMap {
|
|
|
452
452
|
});
|
|
453
453
|
}
|
|
454
454
|
}));
|
|
455
|
-
} else
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
455
|
+
} else {
|
|
456
|
+
this.rowDimensionTree.dimensionKeysIncludeVirtual.valueArr().forEach(((objKey, index) => {
|
|
457
|
+
var _a;
|
|
458
|
+
const dimension = null === (_a = this.rowsDefine) || void 0 === _a ? void 0 : _a.find((dimension => "string" != typeof dimension && dimension.dimensionKey === objKey));
|
|
459
|
+
dimension && (returnWidths[index + (this.rowHeaderTitle ? 1 : 0) + this.leftRowSeriesNumberColumnCount] = {
|
|
460
|
+
width: dimension.width,
|
|
461
|
+
minWidth: dimension.minWidth,
|
|
462
|
+
maxWidth: dimension.maxWidth
|
|
463
|
+
});
|
|
464
|
+
}));
|
|
465
|
+
}
|
|
464
466
|
if (this.indicatorsAsCol) for (let i = this.rowHeaderLevelCount + this.leftRowSeriesNumberColumnCount; i < this.colCount; i++) {
|
|
465
467
|
const cellDefine = this.getBody(i, this.columnHeaderLevelCount);
|
|
466
468
|
returnWidths[i] = {
|
|
@@ -634,10 +636,11 @@ class PivotHeaderLayoutMap {
|
|
|
634
636
|
if (this.showHeader && this.showColumnHeader) {
|
|
635
637
|
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);
|
|
636
638
|
let count = this.indicatorsAsCol && this.hideIndicatorName && this.colDimensionKeys[this.colDimensionKeys.length - 1] === this.indicatorDimensionKey ? this.columnDimensionTree.totalLevel - 1 : this.columnDimensionTree.totalLevel;
|
|
637
|
-
return this.
|
|
639
|
+
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,
|
|
640
|
+
!this.hideIndicatorName && this.indicatorsAsCol && count++), this.columnHeaderTitle && (count += 1),
|
|
641
|
+
this._table.isPivotChart() && this.indicatorsAsCol && !this.hasTwoIndicatorAxes && (0,
|
|
638
642
|
get_chart_spec_1.checkHasCartesianChart)(this.indicatorsDefine) && (count -= 1),
|
|
639
|
-
|
|
640
|
-
!this.hideIndicatorName && this.indicatorsAsCol && count++), void (this.columnHeaderLevelCount = count);
|
|
643
|
+
void (this.columnHeaderLevelCount = count);
|
|
641
644
|
}
|
|
642
645
|
this.columnHeaderLevelCount = this.indicatorsAsCol ? this.hideIndicatorName ? 0 : 1 : 0;
|
|
643
646
|
}
|
|
@@ -650,9 +653,9 @@ class PivotHeaderLayoutMap {
|
|
|
650
653
|
}
|
|
651
654
|
const rowLevelCount = this.rowDimensionTree.totalLevel;
|
|
652
655
|
let count = rowLevelCount;
|
|
653
|
-
return this.
|
|
654
|
-
this.
|
|
655
|
-
this.
|
|
656
|
+
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,
|
|
657
|
+
this.hideIndicatorName || this.indicatorsAsCol || count++), !this.indicatorsAsCol && this.hideIndicatorName && this.rowDimensionKeys[this.rowDimensionKeys.length - 1] === this.indicatorDimensionKey && (count = rowLevelCount - 1),
|
|
658
|
+
this.rowHeaderTitle && (count += 1), void (this.rowHeaderLevelCount = count);
|
|
656
659
|
}
|
|
657
660
|
this.rowHeaderLevelCount = this.indicatorsAsCol || this.hideIndicatorName ? 0 : 1;
|
|
658
661
|
}
|
|
@@ -963,6 +966,7 @@ class PivotHeaderLayoutMap {
|
|
|
963
966
|
}
|
|
964
967
|
toggleHierarchyState(col, row) {
|
|
965
968
|
var _a, _b, _c, _d, _e, _f;
|
|
969
|
+
this.colIndex = 0;
|
|
966
970
|
const oldRowHeaderCellIds = this._rowHeaderCellFullPathIds_FULL.slice(0), oldRowHeaderCellPositons = oldRowHeaderCellIds.map(((id, row) => ({
|
|
967
971
|
col: col,
|
|
968
972
|
row: row + this.columnHeaderLevelCount
|
|
@@ -1011,7 +1015,7 @@ class PivotHeaderLayoutMap {
|
|
|
1011
1015
|
let rowDimension, colDimension, rowArr = this.rowTree, colArr = this.columnTree;
|
|
1012
1016
|
for (let i = 0; i < dimensions.length; i++) {
|
|
1013
1017
|
const highlightDimension = dimensions[i];
|
|
1014
|
-
if ((highlightDimension.isPivotCorner || !highlightDimension.value) && i === dimensions.length - 1) {
|
|
1018
|
+
if ((highlightDimension.isPivotCorner || !(0, vutils_1.isValid)(highlightDimension.value)) && i === dimensions.length - 1) {
|
|
1015
1019
|
if ("row" === (null === (_a = null == this ? void 0 : this.cornerSetting) || void 0 === _a ? void 0 : _a.titleOnDimension)) {
|
|
1016
1020
|
let col = 0;
|
|
1017
1021
|
return "grid" === this.rowHierarchyType && (col = this.rowDimensionKeys.indexOf(highlightDimension.dimensionKey)),
|
|
@@ -1248,7 +1252,8 @@ class PivotHeaderLayoutMap {
|
|
|
1248
1252
|
for (let j = 0; j < rowArr.length; j++) {
|
|
1249
1253
|
const dimension = rowArr[j];
|
|
1250
1254
|
if (!(0, vutils_1.isValid)(rowDimension.indicatorKey) && dimension.dimensionKey === rowDimension.dimensionKey && dimension.value === rowDimension.value || (0,
|
|
1251
|
-
vutils_1.isValid)(rowDimension.indicatorKey) && dimension.indicatorKey === rowDimension.indicatorKey && (!
|
|
1255
|
+
vutils_1.isValid)(rowDimension.indicatorKey) && dimension.indicatorKey === rowDimension.indicatorKey && (!(0,
|
|
1256
|
+
vutils_1.isValid)(rowDimension.value) || dimension.value === rowDimension.value)) {
|
|
1252
1257
|
rowArr = dimension.children, (!needLowestLevel || rowArr && !rowArr.some((row => "axis" === row.dimensionKey))) && needLowestLevel || (rowDimensionFinded = dimension);
|
|
1253
1258
|
break;
|
|
1254
1259
|
}
|
|
@@ -1381,7 +1386,7 @@ class PivotHeaderLayoutMap {
|
|
|
1381
1386
|
}
|
|
1382
1387
|
for (let i = 0; i < dimensions.length; i++) {
|
|
1383
1388
|
const highlightDimension = dimensions[i];
|
|
1384
|
-
if ((highlightDimension.isPivotCorner || !highlightDimension.value) && i === dimensions.length - 1) return;
|
|
1389
|
+
if ((highlightDimension.isPivotCorner || !(0, vutils_1.isValid)(highlightDimension.value)) && i === dimensions.length - 1) return;
|
|
1385
1390
|
let isCol = !1;
|
|
1386
1391
|
for (let j = 0; j < colArr.length; j++) {
|
|
1387
1392
|
const dimension = colArr[j];
|
|
@@ -1568,12 +1573,17 @@ class PivotHeaderLayoutMap {
|
|
|
1568
1573
|
})), totalCount;
|
|
1569
1574
|
}
|
|
1570
1575
|
resetHeaderTree() {
|
|
1571
|
-
var _a, _b;
|
|
1576
|
+
var _a, _b, _c;
|
|
1572
1577
|
this.colIndex = 0, this._rowHeaderCellFullPathIds_FULL = [], this._columnHeaderCellFullPathIds = [],
|
|
1573
1578
|
this._columnHeaderCellIds = [];
|
|
1574
1579
|
const dataset = this.dataset;
|
|
1575
|
-
this.rowTree = dataset.rowHeaderTree, this.columnTree = dataset.colHeaderTree
|
|
1576
|
-
|
|
1580
|
+
this.rowTree = dataset.rowHeaderTree, this.columnTree = dataset.colHeaderTree;
|
|
1581
|
+
const beforeRowDimensions = this.rowDimensionTree.tree.children;
|
|
1582
|
+
null === (_a = this.rowTree) || void 0 === _a || _a.forEach(((node, index) => {
|
|
1583
|
+
const beforeRowDimension = beforeRowDimensions.find((item => item.dimensionKey === node.dimensionKey && item.value === node.value));
|
|
1584
|
+
beforeRowDimension && this._table._syncHierarchyState(beforeRowDimension, node);
|
|
1585
|
+
})), this.columnDimensionTree = new tree_helper_1.DimensionTree(null !== (_b = this.columnTree) && void 0 !== _b ? _b : [], this.sharedVar),
|
|
1586
|
+
this.rowDimensionTree = new tree_helper_1.DimensionTree(null !== (_c = this.rowTree) && void 0 !== _c ? _c : [], this.sharedVar, this.rowHierarchyType, "tree" === this.rowHierarchyType ? this.rowExpandLevel : void 0),
|
|
1577
1587
|
this.resetColumnHeaderLevelCount(), this._generateColHeaderIds(), this.colIndex = 0,
|
|
1578
1588
|
this._generateRowHeaderIds(), this._rowHeaderCellFullPathIds_FULL = (0, util_1.transpose)(this._rowHeaderCellFullPathIds_FULL),
|
|
1579
1589
|
this._headerObjectMap = this._headerObjects.reduce(((o, e) => (o[e.id] = e, o)), {}),
|