|
@@ -1,13 +1,9 @@
|
|
-import { SAnchorItem } from "./items/topology/SAnchorItem";
|
|
|
|
import { SCompassItem } from "./items/floor/SCompassItem";
|
|
import { SCompassItem } from "./items/floor/SCompassItem";
|
|
import { SCurveRelation } from "./items/topology/SCurveRelation";
|
|
import { SCurveRelation } from "./items/topology/SCurveRelation";
|
|
import { SFloorItem } from "./items/floor/SFloorItem";
|
|
import { SFloorItem } from "./items/floor/SFloorItem";
|
|
-import { SImageItem } from "./items/SImageItem";
|
|
|
|
import { SLayerItem } from "./items/SLayerItem";
|
|
import { SLayerItem } from "./items/SLayerItem";
|
|
import { SLineRelation } from "./items/topology/SLineRelation";
|
|
import { SLineRelation } from "./items/topology/SLineRelation";
|
|
-import { SObjectItem } from "./items/SObjectItem";
|
|
|
|
import { SRelation } from "./items/topology/SRelation";
|
|
import { SRelation } from "./items/topology/SRelation";
|
|
-import { STextItem } from "./items/STextItem";
|
|
|
|
import { STooltipItem } from "./items/STooltipItem";
|
|
import { STooltipItem } from "./items/STooltipItem";
|
|
import { SVerticalRelation } from "./items/topology/SVerticalRelation";
|
|
import { SVerticalRelation } from "./items/topology/SVerticalRelation";
|
|
import { ItemColor } from "./config/ItemColor";
|
|
import { ItemColor } from "./config/ItemColor";
|
|
@@ -34,19 +30,15 @@ import { SLineMarkerItem } from "./items/topology/SLineMarkerItem";
|
|
import { STextMarkerItem } from "./items/topology/STextMarkerItem";
|
|
import { STextMarkerItem } from "./items/topology/STextMarkerItem";
|
|
|
|
|
|
export {
|
|
export {
|
|
- SAnchorItem,
|
|
|
|
SCompassItem,
|
|
SCompassItem,
|
|
SCurveRelation,
|
|
SCurveRelation,
|
|
SEntityItem,
|
|
SEntityItem,
|
|
SFloorItem,
|
|
SFloorItem,
|
|
- SImageItem,
|
|
|
|
SLayerItem,
|
|
SLayerItem,
|
|
SLineRelation,
|
|
SLineRelation,
|
|
SLineItem,
|
|
SLineItem,
|
|
SPolylineItem,
|
|
SPolylineItem,
|
|
- SObjectItem,
|
|
|
|
SRelation,
|
|
SRelation,
|
|
- STextItem,
|
|
|
|
STooltipItem,
|
|
STooltipItem,
|
|
SVerticalRelation,
|
|
SVerticalRelation,
|
|
ItemColor,
|
|
ItemColor,
|