Skip to content

Commit d04fe39

Browse files
修改 three Transform 导出方式 review by luox
1 parent bf3c06a commit d04fe39

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/common/index.all.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,4 @@ export { DateExt } from './commontypes/Date';
8181
export { FileConfig, FileTypes } from './components/CommonTypes';
8282
export { FileModel } from './components/openfile/FileModel';
8383
export { LevelRenderer } from './overlay/levelRenderer/LevelRenderer';
84-
export { Transform } from './overlay/threejs/Transform';
8584
export { inheritExt, mixinExt, StringExt, NumberExt, FunctionExt, ArrayExt } from './commontypes/BaseTypes';
86-
export { KnowledgeGraph } from './overlay/KnowledgeGraph'

src/common/index.common.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,8 @@ import {
332332
ShapeParametersPolygon,
333333
ShapeParametersRectangle,
334334
ShapeParametersSector,
335-
FeatureTheme
335+
FeatureTheme,
336+
Transform
336337
} from './overlay';
337338
import {
338339
MessageBox,
@@ -697,7 +698,8 @@ export {
697698
ShapeParametersPolygon,
698699
ShapeParametersRectangle,
699700
ShapeParametersSector,
700-
FeatureTheme
701+
FeatureTheme,
702+
Transform
701703
};
702704
export { KeyServiceParameter, SecurityManager, ServerInfo, TokenServiceParameter };
703705
export { CartoCSS, ThemeStyle };

src/common/overlay/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import {
2525
FeatureTheme
2626
} from './feature';
2727
import {LevelRenderer} from './levelRenderer';
28-
import * as Transfrom from './threejs/Transform'
28+
import { Transform } from './threejs/Transform'
2929

3030
export { FeatureThemeBar };
3131
export { FeatureThemeBar3D };
@@ -51,4 +51,4 @@ export {
5151
FeatureTheme
5252
};
5353
export { LevelRenderer };
54-
export { Transfrom };
54+
export { Transform };

0 commit comments

Comments
 (0)