@roomle/embedding-lib 5.28.0-alpha.7 → 5.29.0-alpha.1
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.
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
## [5.
|
|
1
|
+
## [5.29.0-alpha.1](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.28.0...embedding-lib-v5.29.0-alpha.1) (2025-09-24)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* core api - external object update ([2dea816](https://github.com/roomle-dev/roomle-ui/commit/2dea81694e0257b6b2fb742d25cd5b0190ed3c23))
|
|
7
|
+
* **core:** upgrade to version 2.61.0-alpha.1 ([540c602](https://github.com/roomle-dev/roomle-ui/commit/540c6025f6834a34b5167a6ed01e59a8ca8bdcfa))
|
|
8
|
+
* **core:** upgrade to version 2.61.0-alpha.2 ([d364aff](https://github.com/roomle-dev/roomle-ui/commit/d364aff10df8e67b47900be7a7ef249546200a10))
|
package/package.json
CHANGED
|
@@ -161,6 +161,7 @@ export interface ExternalObjectLoadConfiguration {
|
|
|
161
161
|
correctArrangement: boolean;
|
|
162
162
|
findFreeSpaceInPlan: boolean;
|
|
163
163
|
isVisible: boolean;
|
|
164
|
+
respondWithPositionInPlan: boolean;
|
|
164
165
|
}
|
|
165
166
|
export interface PlanInteractionHandler {
|
|
166
167
|
init(reference: PlanInteractionHandler, zoomFactor: number, viewSnapDist: number, wallSnapMode: any, objectSnapMode: any, shouldSnap: boolean, drawingType: any): PlanInteractionHandler;
|