@archilogic/editor-plugin-boma
Advanced tools
Comparing version 0.8.2 to 0.8.3
# @archilogic/editor-plugin-boma | ||
## 0.8.3 | ||
### Patch Changes | ||
- refactor(editor-plugin-boma): ams export file (#122) | ||
- chore(editor-plugin-boma): add clipper (#125) | ||
- 5d6c846: chore(editor-plugin-boma): add clipper | ||
## 0.8.2 | ||
@@ -4,0 +12,0 @@ |
@@ -1,2 +0,1 @@ | ||
import { type SpaceGraphLayout } from '@archilogic/space-graph-core'; | ||
import { type Polygon } from '@archilogic/clipper'; | ||
@@ -14,3 +13,3 @@ import { type BomaRecord } from '../../boma-polygons'; | ||
export declare function addSvgBomaGrossAreasToGroup(mainSvgGroup: any, grossAreaPolygons: GrossAreaRecord[], id: string): void; | ||
export declare function addSvgBomaPolygonsIdentitiesToGroup(mainSvgGroup: any, layout: SpaceGraphLayout, nodes: BomaRecord[]): void; | ||
export declare function addSvgBomaPolygonsIdentitiesToGroup(mainSvgGroup: any, nodes: BomaRecord[]): void; | ||
export declare function getAmsSvg(): any; |
{ | ||
"name": "@archilogic/editor-plugin-boma", | ||
"description": "generate boma polygons", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"publishConfig": { | ||
@@ -38,3 +38,4 @@ "access": "public" | ||
"devDependencies": { | ||
"@archilogic/editor-connection": "0.10.2", | ||
"@archilogic/clipper": "^1.2.1", | ||
"@archilogic/editor-connection": "^0.10.2", | ||
"@archilogic/floor-plan-core": "5.0.0-beta.17", | ||
@@ -41,0 +42,0 @@ "@archilogic/floor-plan-io": "5.0.0-beta.17", |
Sorry, the diff of this file is too big to display
2077245
58992
6