@ecan-bi/tools 1.0.27 → 1.0.29

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/indicator.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/tools",
3
- "version": "1.0.27",
3
+ "version": "1.0.29",
4
4
  "description": "General tools",
5
5
  "main": "lib/index.es.js",
6
6
  "module": "lib/index.es.js",
package/src/indicator.ts CHANGED
@@ -886,6 +886,8 @@ export const formatIndicatorParams = (props: any, otherParams: any = {}) => {
886
886
  if (otherParams?.pivotTableCal) {
887
887
  // 透视表全设计模式,替换设计态拖拽的指标
888
888
  indicatorsData = otherParams.pivotTableCal?.indicators || []
889
+ // @ts-ignore
890
+ window.logFunc && window.logFunc(indicatorsData)
889
891
  }
890
892
  indicatorsData?.forEach((indicator: { [key:string]: any }) => {
891
893
  indicator.location = 'LEFT'