@roomle/web-sdk 2.108.0 → 2.109.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.
- package/lib/ConfiguratorKernel.wasm +0 -0
- package/lib/RoomleCore.wasm +0 -0
- package/lib/RoomleToolsCore.wasm +0 -0
- package/lib/definitions/web-sdk/packages/typings/planner.d.ts +1 -0
- package/lib/main-BWNZ7qEz.js.map +1 -1
- package/lib/main-Dv1fpIpy.mjs.map +1 -1
- package/lib/{planner-ol3gjqFY.js → planner-CTkUBoTH.js} +2 -2
- package/lib/{planner-ol3gjqFY.js.map → planner-CTkUBoTH.js.map} +1 -1
- package/lib/{planner-RcUe_egC.mjs → planner-iORwmIyR.mjs} +3 -2
- package/lib/{planner-RcUe_egC.mjs.map → planner-iORwmIyR.mjs.map} +1 -1
- package/lib/planner.js +1 -1
- package/lib/planner.nomodule.js +1 -1
- package/lib/roomle-sdk.js +1 -1
- package/lib/roomle-sdk.nomodule.js +1 -1
- package/lib/static/roomle-core-hsc/ConfiguratorKernel.wasm +0 -0
- package/lib/static/roomle-core-hsc/RoomleCore.wasm +0 -0
- package/lib/static/roomle-core-hsc/RoomleServiceCore.wasm +0 -0
- package/lib/static/roomle-core-hsc/RoomleToolsCore.wasm +0 -0
- package/lib/static/roomle-core-hsc/embind/plannerCoreInterface.d.ts +1 -0
- package/lib/static/roomle-core-hsc/package.json +1 -1
- package/lib/static/roomle-core-hsc/plannerCoreInterface.d.ts +1 -0
- package/lib/static/roomle-core-hsc/src/embind/plannerCoreInterface.d.ts +1 -0
- package/lib/static/roomle-core-hsc/wasm_modern/ConfiguratorKernel.wasm +0 -0
- package/lib/static/roomle-core-hsc/wasm_modern/RoomleCore.wasm +0 -0
- package/lib/static/roomle-core-hsc/wasm_modern/RoomleServiceCore.wasm +0 -0
- package/lib/static/roomle-core-hsc/wasm_modern/RoomleToolsCore.wasm +0 -0
- package/package.json +1 -1
|
Binary file
|
package/lib/RoomleCore.wasm
CHANGED
|
Binary file
|
package/lib/RoomleToolsCore.wasm
CHANGED
|
Binary file
|
|
@@ -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;
|