File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/s2-core/__tests__/spreadsheet Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 "vue:build" : " yarn workspace @antv/s2-vue build" ,
3434 "vue:test" : " yarn workspace @antv/s2-vue test" ,
3535 "vue:watch" : " yarn workspace @antv/s2-vue watch" ,
36- "build" : " lerna run build --include-dependencies --stream --concurrency 1 " ,
37- "build:esm" : " lerna run build:esm --include-dependencies --stream --concurrency 1 " ,
38- "build:umd" : " lerna run build:umd --include-dependencies --stream --concurrency 1 " ,
36+ "build" : " lerna run build --include-dependencies --stream" ,
37+ "build:esm" : " lerna run build:esm --include-dependencies --stream" ,
38+ "build:umd" : " lerna run build:umd --include-dependencies --stream" ,
3939 "bundle:size" : " lerna run bundle:size --stream" ,
4040 "release" : " lerna exec --concurrency 1 -- npx --no-install semantic-release" ,
4141 "prepublish:manual" : " yarn build" ,
Original file line number Diff line number Diff line change 22import { createPivotSheet } from 'tests/util/helpers' ;
33import { get } from 'lodash' ;
44import { ShapeAttrs } from '@antv/g-canvas' ;
5- import { S2DataConfig } from './../../esm/common/interface/s2DataConfig.d' ;
65import { TextTheme } from '@/common/interface/theme' ;
76import { PivotSheet } from '@/sheet-type' ;
87import {
98 CellTypes ,
109 EXTRA_COLUMN_FIELD ,
1110 EXTRA_FIELD ,
11+ S2DataConfig ,
1212 TextAlign ,
1313} from '@/common' ;
1414import { RowCell } from '@/cell' ;
You can’t perform that action at this time.
0 commit comments