dtable-statistic 5.0.42-alpha.0 → 5.0.42-alpha.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.
|
@@ -48,6 +48,7 @@ const exportOneDimensionToTable = _ref => {
|
|
|
48
48
|
let {
|
|
49
49
|
statisticalResult
|
|
50
50
|
} = _ref;
|
|
51
|
+
console.log('exportOneDimensionToTable');
|
|
51
52
|
const {
|
|
52
53
|
pivotResult,
|
|
53
54
|
groupbyColumn,
|
|
@@ -232,6 +233,7 @@ const exportTwoDimensionToTable = _ref2 => {
|
|
|
232
233
|
let {
|
|
233
234
|
statisticalResult
|
|
234
235
|
} = _ref2;
|
|
236
|
+
console.log('exportTwoDimensionToTable');
|
|
235
237
|
const {
|
|
236
238
|
pivotResult,
|
|
237
239
|
groupbyColumn,
|
|
@@ -455,6 +457,7 @@ const exportTwoDimensionWithSummaryColumnsToTable = _ref4 => {
|
|
|
455
457
|
let {
|
|
456
458
|
statisticalResult
|
|
457
459
|
} = _ref4;
|
|
460
|
+
console.log('exportTwoDimensionWithSummaryColumnsToTable');
|
|
458
461
|
return getTwoDimensionWithSummaryColumns({
|
|
459
462
|
statisticalResult
|
|
460
463
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dtable-statistic",
|
|
3
|
-
"version": "5.0.42-alpha.
|
|
3
|
+
"version": "5.0.42-alpha.1",
|
|
4
4
|
"description": "statistics",
|
|
5
5
|
"main": "dist/dtable-statistic.js",
|
|
6
6
|
"author": "seafile",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"react-grid-layout": "^1.2.5",
|
|
19
19
|
"react-intl-universal": "^2.4.8",
|
|
20
20
|
"reactstrap": "8.9.0",
|
|
21
|
-
"sea-chart": "~0.0.88
|
|
21
|
+
"sea-chart": "~0.0.88"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"dtable-ui-component": "~5.0.*",
|