@sis-cc/dotstatsuite-components 9.2.1 → 9.3.2

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.
@@ -3006,5 +3006,6 @@
3006
3006
  "header": [
3007
3007
  []
3008
3008
  ],
3009
- "truncated": true
3009
+ "truncated": true,
3010
+ "totalCells": 7503
3010
3011
  }
@@ -118,6 +118,7 @@ describe('refineLayoutSize tests', () => {
118
118
 
119
119
  const expected = {
120
120
  truncated: false,
121
+ totalCells: 57,
121
122
  header: [[0], [1], [2]],
122
123
  sections: [
123
124
  [[0], [[0], [1], [2]]],
@@ -179,6 +180,7 @@ describe('refineLayoutSize tests', () => {
179
180
  };
180
181
 
181
182
  const expected = {
183
+ totalCells: 140,
182
184
  truncated: true,
183
185
  header: [[]],
184
186
  sections: [
@@ -260,6 +262,7 @@ describe('refineLayoutSize tests', () => {
260
262
  };
261
263
 
262
264
  const expected = {
265
+ totalCells: 140,
263
266
  truncated: true,
264
267
  header: [
265
268
  [0, 0, 0],
@@ -310,6 +313,7 @@ describe('refineLayoutSize tests', () => {
310
313
  };
311
314
 
312
315
  const expected = {
316
+ totalCells: 57,
313
317
  truncated: true,
314
318
  header: [[0],[2]],
315
319
  sections: [
@@ -349,6 +353,7 @@ describe('refineLayoutSize tests', () => {
349
353
  };
350
354
 
351
355
  const expected = {
356
+ totalCells: 64,
352
357
  truncated:true,
353
358
  header: [
354
359
  [0, 0],
@@ -392,6 +397,7 @@ describe('refineLayoutSize tests', () => {
392
397
  };
393
398
 
394
399
  const expected = {
400
+ totalCells: 64,
395
401
  truncated: true,
396
402
  header: [
397
403
  [0, 0],