@roomle/web-sdk 2.91.0-alpha.1 → 2.91.0-alpha.3

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.
Files changed (587) hide show
  1. package/lib/{banana-for-scale-e4d75eac.js → banana-for-scale-b58e4a0e.js} +2 -2
  2. package/lib/{banana-for-scale-e4d75eac.js.map → banana-for-scale-b58e4a0e.js.map} +1 -1
  3. package/lib/{banana-for-scale-feb40956.nomodule.js → banana-for-scale-f41ca31e.nomodule.js} +2 -2
  4. package/lib/{banana-for-scale-feb40956.nomodule.js.map → banana-for-scale-f41ca31e.nomodule.js.map} +1 -1
  5. package/lib/{camera-behaviour-ad80f446.js → camera-behaviour-8c72e240.js} +2 -2
  6. package/lib/{camera-behaviour-ad80f446.js.map → camera-behaviour-8c72e240.js.map} +1 -1
  7. package/lib/{camera-behaviour-c12c4352.nomodule.js → camera-behaviour-bd9ccbc9.nomodule.js} +2 -2
  8. package/lib/{camera-behaviour-c12c4352.nomodule.js.map → camera-behaviour-bd9ccbc9.nomodule.js.map} +1 -1
  9. package/lib/{component-dimensioning-9ff33293.nomodule.js → component-dimensioning-a78cbeed.nomodule.js} +2 -2
  10. package/lib/component-dimensioning-a78cbeed.nomodule.js.map +1 -0
  11. package/lib/{component-dimensioning-4aca065a.js → component-dimensioning-d280333c.js} +2 -2
  12. package/lib/component-dimensioning-d280333c.js.map +1 -0
  13. package/lib/{component-raycast-helper-ad3cc50d.js → component-raycast-helper-828e2f08.js} +2 -2
  14. package/lib/component-raycast-helper-828e2f08.js.map +1 -0
  15. package/lib/{component-raycast-helper-d5ddab65.nomodule.js → component-raycast-helper-c9cad866.nomodule.js} +2 -2
  16. package/lib/component-raycast-helper-c9cad866.nomodule.js.map +1 -0
  17. package/lib/{configurator-79c102cc.js → configurator-1e9c2009.js} +2 -2
  18. package/lib/configurator-1e9c2009.js.map +1 -0
  19. package/lib/{configurator-0ac7c962.nomodule.js → configurator-52b50723.nomodule.js} +2 -2
  20. package/lib/configurator-52b50723.nomodule.js.map +1 -0
  21. package/lib/configurator-dummy-app.js +1 -1
  22. package/lib/configurator-dummy-app.js.map +1 -1
  23. package/lib/configurator-dummy.html +23 -15
  24. package/lib/configurator-main-a48aa6d7.js +2 -0
  25. package/lib/configurator-main-a48aa6d7.js.map +1 -0
  26. package/lib/configurator-main.nomodule.js +1 -1
  27. package/lib/{continuous-drawing-helper-85fa88c5.js → continuous-drawing-helper-7a8f6ef2.js} +2 -2
  28. package/lib/continuous-drawing-helper-7a8f6ef2.js.map +1 -0
  29. package/lib/{continuous-drawing-helper-4fa1eb65.nomodule.js → continuous-drawing-helper-9f5ada52.nomodule.js} +2 -2
  30. package/lib/continuous-drawing-helper-9f5ada52.nomodule.js.map +1 -0
  31. package/lib/{default-light-setting-23ff4500.js → default-light-setting-2429e980.js} +2 -2
  32. package/lib/default-light-setting-2429e980.js.map +1 -0
  33. package/lib/{default-light-setting-d4c4c06d.nomodule.js → default-light-setting-eb626622.nomodule.js} +2 -2
  34. package/lib/default-light-setting-eb626622.nomodule.js.map +1 -0
  35. package/lib/definitions/common-core/mock/kernel-instances.d.ts +2 -2
  36. package/lib/definitions/common-core/src/static-files/environment-maps.d.ts +7 -7
  37. package/lib/definitions/common-core/src/static-files/libs.d.ts +1 -1
  38. package/lib/definitions/common-core/src/static-files/light-settings.d.ts +6 -6
  39. package/lib/definitions/common-core/src/static-files/roomle-core.d.ts +7 -7
  40. package/lib/definitions/common-core/src/webgl/renderer/pass/ao-pass.d.ts +1 -1
  41. package/lib/definitions/common-core/src/webgl/renderer/scene-renderer.d.ts +5 -5
  42. package/lib/definitions/configurator-core/src/static-files/geometries.d.ts +1 -1
  43. package/lib/definitions/packages/acceptance-tests/src/utils/async-acceptance-test.d.ts +2 -0
  44. package/lib/definitions/packages/common-core/config/base.environment.d.ts +2 -0
  45. package/lib/definitions/packages/common-core/config/environment.d.ts +2 -0
  46. package/lib/definitions/packages/common-core/mock/common-kernel-access-mock.d.ts +9 -0
  47. package/lib/definitions/packages/common-core/mock/console-handler.d.ts +7 -0
  48. package/lib/definitions/packages/common-core/mock/constants.d.ts +1 -0
  49. package/lib/definitions/packages/common-core/mock/kernel-instances.d.ts +222 -0
  50. package/lib/definitions/packages/common-core/mock/mock-camera-parameters.d.ts +16 -0
  51. package/lib/definitions/packages/common-core/mock/mock-draco-loader.d.ts +6 -0
  52. package/lib/definitions/packages/common-core/mock/mock-gltf-loader.d.ts +9 -0
  53. package/lib/definitions/packages/common-core/mock/mock-idb-manager.d.ts +19 -0
  54. package/lib/definitions/packages/common-core/mock/mock-image-renderer.d.ts +18 -0
  55. package/lib/definitions/packages/common-core/mock/mock-input-event-dispatcher.d.ts +11 -0
  56. package/lib/definitions/packages/common-core/mock/mock-rapi-types.d.ts +94 -0
  57. package/lib/definitions/packages/common-core/mock/mock-utils.d.ts +25 -0
  58. package/lib/definitions/packages/common-core/mock/rapi-globals.d.ts +6 -0
  59. package/lib/definitions/packages/common-core/mock/three-mock.d.ts +45 -0
  60. package/lib/definitions/packages/common-core/mock/tween-mock.d.ts +4 -0
  61. package/lib/definitions/packages/common-core/src/async-guard.d.ts +12 -0
  62. package/lib/definitions/packages/common-core/src/cameracontrol/camera-behaviour-3d.d.ts +5 -0
  63. package/lib/definitions/packages/common-core/src/cameracontrol/camera-behaviour-state.d.ts +8 -0
  64. package/lib/definitions/packages/common-core/src/cameracontrol/camera-behaviour.d.ts +13 -0
  65. package/lib/definitions/packages/common-core/src/cameracontrol/camera-control-2d.d.ts +27 -0
  66. package/lib/definitions/packages/common-core/src/cameracontrol/camera-control-3d.d.ts +81 -0
  67. package/lib/definitions/packages/common-core/src/cameracontrol/camera-control.d.ts +128 -0
  68. package/lib/definitions/packages/common-core/src/cameracontrol/camera-type.d.ts +7 -0
  69. package/lib/definitions/packages/common-core/src/cameracontrol/configurator-camera-behaviour.d.ts +21 -0
  70. package/lib/definitions/packages/common-core/src/cameracontrol/glb-viewer-camera-behaviour.d.ts +9 -0
  71. package/lib/definitions/packages/common-core/src/cameracontrol/material-viewer-camera-behaviour.d.ts +5 -0
  72. package/lib/definitions/packages/common-core/src/cameracontrol/planner-2d-camera-behaviour.d.ts +16 -0
  73. package/lib/definitions/packages/common-core/src/cameracontrol/planner-3d-camera-behaviour.d.ts +20 -0
  74. package/lib/definitions/packages/common-core/src/cameracontrol/planner-camera-behaviour.d.ts +15 -0
  75. package/lib/definitions/packages/common-core/src/cameracontrol/planner-fp-camera-behaviour.d.ts +15 -0
  76. package/lib/definitions/packages/common-core/src/common-configurator-kernel-callback.d.ts +16 -0
  77. package/lib/definitions/packages/common-core/src/common-interfaces.d.ts +37 -0
  78. package/lib/definitions/packages/common-core/src/configurator-kernel-access.d.ts +145 -0
  79. package/lib/definitions/packages/common-core/src/di/container.d.ts +20 -0
  80. package/lib/definitions/packages/common-core/src/di/context.d.ts +3 -0
  81. package/lib/definitions/packages/common-core/src/di/global-definitions.d.ts +6 -0
  82. package/lib/definitions/packages/common-core/src/di/inject.d.ts +2 -0
  83. package/lib/definitions/packages/common-core/src/di/injectables.d.ts +2 -0
  84. package/lib/definitions/packages/common-core/src/di/roomle-dependency-injection.d.ts +9 -0
  85. package/lib/definitions/packages/common-core/src/environment/background-environment.d.ts +15 -0
  86. package/lib/definitions/packages/common-core/src/environment/dynamic-environment-setting-loader.d.ts +82 -0
  87. package/lib/definitions/packages/common-core/src/environment/environment.d.ts +15 -0
  88. package/lib/definitions/packages/common-core/src/environment/ground-projected-environment.d.ts +14 -0
  89. package/lib/definitions/packages/common-core/src/error-handler.d.ts +18 -0
  90. package/lib/definitions/packages/common-core/src/form-data-util.d.ts +15 -0
  91. package/lib/definitions/packages/common-core/src/input/input-manager.d.ts +105 -0
  92. package/lib/definitions/packages/common-core/src/kernel-access-callback.d.ts +14 -0
  93. package/lib/definitions/packages/common-core/src/kernel-io.d.ts +27 -0
  94. package/lib/definitions/packages/common-core/src/life-cycle-manager.d.ts +13 -0
  95. package/lib/definitions/packages/common-core/src/lightsetting/dynamic-light-setting-loader.d.ts +60 -0
  96. package/lib/definitions/packages/common-core/src/lightsetting/dynamic-light-setting.d.ts +26 -0
  97. package/lib/definitions/packages/common-core/src/lightsetting/light-setting.d.ts +14 -0
  98. package/lib/definitions/packages/common-core/src/logger.d.ts +6 -0
  99. package/lib/definitions/packages/common-core/src/main.d.ts +107 -0
  100. package/lib/definitions/packages/common-core/src/network-layer.d.ts +15 -0
  101. package/lib/definitions/packages/common-core/src/rapi-access.d.ts +184 -0
  102. package/lib/definitions/packages/common-core/src/roomle-sdk.d.ts +45 -0
  103. package/lib/definitions/packages/common-core/src/scene-settings-loader.d.ts +8 -0
  104. package/lib/definitions/packages/common-core/src/script-loader.d.ts +15 -0
  105. package/lib/definitions/packages/common-core/src/services/cache-holder.d.ts +11 -0
  106. package/lib/definitions/packages/common-core/src/services/common-kernel-access.d.ts +131 -0
  107. package/lib/definitions/packages/common-core/src/services/data-syncer.d.ts +41 -0
  108. package/lib/definitions/packages/common-core/src/services/global-callback.d.ts +35 -0
  109. package/lib/definitions/packages/common-core/src/services/hdr-environment-loader.d.ts +18 -0
  110. package/lib/definitions/packages/common-core/src/services/idb-manager.d.ts +19 -0
  111. package/lib/definitions/packages/common-core/src/services/memory-manager.d.ts +10 -0
  112. package/lib/definitions/packages/common-core/src/static-files/environment-maps.d.ts +7 -0
  113. package/lib/definitions/packages/common-core/src/static-files/libs.d.ts +1 -0
  114. package/lib/definitions/packages/common-core/src/static-files/light-settings.d.ts +6 -0
  115. package/lib/definitions/packages/common-core/src/static-files/roomle-core.d.ts +7 -0
  116. package/lib/definitions/packages/common-core/src/static-files/three.d.ts +5 -0
  117. package/lib/definitions/packages/common-core/src/types.d.ts +8 -0
  118. package/lib/definitions/packages/common-core/src/utils/app-context.d.ts +14 -0
  119. package/lib/definitions/packages/common-core/src/utils/benchmark.d.ts +24 -0
  120. package/lib/definitions/packages/common-core/src/utils/browser-helper.d.ts +6 -0
  121. package/lib/definitions/packages/common-core/src/utils/common-utils.d.ts +111 -0
  122. package/lib/definitions/packages/common-core/src/utils/dom-helper.d.ts +25 -0
  123. package/lib/definitions/packages/common-core/src/utils/enumerable.d.ts +3 -0
  124. package/lib/definitions/packages/common-core/src/utils/feature-detection.d.ts +6 -0
  125. package/lib/definitions/packages/common-core/src/utils/fps-couter.d.ts +12 -0
  126. package/lib/definitions/packages/common-core/src/utils/global-init-data.d.ts +18 -0
  127. package/lib/definitions/packages/common-core/src/utils/init-data.d.ts +82 -0
  128. package/lib/definitions/packages/common-core/src/utils/kernel-utils.d.ts +13 -0
  129. package/lib/definitions/packages/common-core/src/utils/local-storage-helper.d.ts +22 -0
  130. package/lib/definitions/packages/common-core/src/utils/local-storage.d.ts +9 -0
  131. package/lib/definitions/packages/common-core/src/utils/material-creator.d.ts +9 -0
  132. package/lib/definitions/packages/common-core/src/utils/math-helper.d.ts +9 -0
  133. package/lib/definitions/packages/common-core/src/utils/parameter-types.d.ts +15 -0
  134. package/lib/definitions/packages/common-core/src/utils/promise-queue.d.ts +21 -0
  135. package/lib/definitions/packages/common-core/src/utils/query-params-helper.d.ts +3 -0
  136. package/lib/definitions/packages/common-core/src/utils/rapi-utils.d.ts +10 -0
  137. package/lib/definitions/packages/common-core/src/utils/shims.d.ts +459 -0
  138. package/lib/definitions/packages/common-core/src/utils/single-promise-factory.d.ts +16 -0
  139. package/lib/definitions/packages/common-core/src/utils/stats-helper.d.ts +15 -0
  140. package/lib/definitions/packages/common-core/src/utils/string-utils.d.ts +1 -0
  141. package/lib/definitions/packages/common-core/src/utils/threejs-utils.d.ts +135 -0
  142. package/lib/definitions/packages/common-core/src/utils/ui-callback.d.ts +16 -0
  143. package/lib/definitions/packages/common-core/src/utils/url-shortener.d.ts +6 -0
  144. package/lib/definitions/packages/common-core/src/utils/waiter.d.ts +10 -0
  145. package/lib/definitions/packages/common-core/src/view-model/configurable-construction-plan-object-view-model.d.ts +21 -0
  146. package/lib/definitions/packages/common-core/src/view-model/configurator-plan-object-view-model.d.ts +19 -0
  147. package/lib/definitions/packages/common-core/src/view-model/configurator-view-model.d.ts +122 -0
  148. package/lib/definitions/packages/common-core/src/view-model/helpers/constants.d.ts +2 -0
  149. package/lib/definitions/packages/common-core/src/view-model/kernel-view-model.d.ts +7 -0
  150. package/lib/definitions/packages/common-core/src/view-model/plan-element-view-model.d.ts +46 -0
  151. package/lib/definitions/packages/common-core/src/view-model/plan-object-view-model.d.ts +33 -0
  152. package/lib/definitions/packages/common-core/src/wasm-loader.d.ts +1 -0
  153. package/lib/definitions/packages/common-core/src/webgl/EnvMapReader.d.ts +18 -0
  154. package/lib/definitions/packages/common-core/src/webgl/baked-shadow-plane.d.ts +14 -0
  155. package/lib/definitions/packages/common-core/src/webgl/configurator-context.d.ts +19 -0
  156. package/lib/definitions/packages/common-core/src/webgl/hdr-env-map-reader.d.ts +18 -0
  157. package/lib/definitions/packages/common-core/src/webgl/image-renderer.d.ts +36 -0
  158. package/lib/definitions/packages/common-core/src/webgl/layer.d.ts +14 -0
  159. package/lib/definitions/packages/common-core/src/webgl/mesh-generator.d.ts +49 -0
  160. package/lib/definitions/packages/common-core/src/webgl/renderer/environment-definition.d.ts +44 -0
  161. package/lib/definitions/packages/common-core/src/webgl/renderer/environment-scene.d.ts +40 -0
  162. package/lib/definitions/packages/common-core/src/webgl/renderer/light-source-detection-debug.d.ts +15 -0
  163. package/lib/definitions/packages/common-core/src/webgl/renderer/light-source-detection.d.ts +87 -0
  164. package/lib/definitions/packages/common-core/src/webgl/renderer/materials/blend-ao-and-shadow-material.d.ts +14 -0
  165. package/lib/definitions/packages/common-core/src/webgl/renderer/materials/blend-ao-pass-depth-material.d.ts +12 -0
  166. package/lib/definitions/packages/common-core/src/webgl/renderer/materials/illumination-buffer-material.d.ts +14 -0
  167. package/lib/definitions/packages/common-core/src/webgl/renderer/materials/normal-depth-material.d.ts +14 -0
  168. package/lib/definitions/packages/common-core/src/webgl/renderer/materials/postprocessing-material-plugin.d.ts +25 -0
  169. package/lib/definitions/packages/common-core/src/webgl/renderer/objects/shadow-ground-plane.d.ts +16 -0
  170. package/lib/definitions/packages/common-core/src/webgl/renderer/outline-renderer.d.ts +39 -0
  171. package/lib/definitions/packages/common-core/src/webgl/renderer/pass/ao-pass.d.ts +61 -0
  172. package/lib/definitions/packages/common-core/src/webgl/renderer/pass/baked-ground-contact-shadow-pass.d.ts +78 -0
  173. package/lib/definitions/packages/common-core/src/webgl/renderer/pass/debug-pass.d.ts +23 -0
  174. package/lib/definitions/packages/common-core/src/webgl/renderer/pass/gbuffer-render-pass.d.ts +69 -0
  175. package/lib/definitions/packages/common-core/src/webgl/renderer/pass/ground-reflection-pass.d.ts +74 -0
  176. package/lib/definitions/packages/common-core/src/webgl/renderer/pass/outline-pass.d.ts +64 -0
  177. package/lib/definitions/packages/common-core/src/webgl/renderer/pass/pass-utility.d.ts +12 -0
  178. package/lib/definitions/packages/common-core/src/webgl/renderer/pass/poisson-denoise-pass.d.ts +68 -0
  179. package/lib/definitions/packages/common-core/src/webgl/renderer/pass/render-pass.d.ts +18 -0
  180. package/lib/definitions/packages/common-core/src/webgl/renderer/pass/scene-render-pass.d.ts +12 -0
  181. package/lib/definitions/packages/common-core/src/webgl/renderer/pass/screen-space-shadow-map-pass.d.ts +208 -0
  182. package/lib/definitions/packages/common-core/src/webgl/renderer/pass/shadow-and-ao-pass.d.ts +109 -0
  183. package/lib/definitions/packages/common-core/src/webgl/renderer/pmrem-environment.d.ts +11 -0
  184. package/lib/definitions/packages/common-core/src/webgl/renderer/render-cache.d.ts +69 -0
  185. package/lib/definitions/packages/common-core/src/webgl/renderer/render-pass-manager.d.ts +73 -0
  186. package/lib/definitions/packages/common-core/src/webgl/renderer/render-utility.d.ts +84 -0
  187. package/lib/definitions/packages/common-core/src/webgl/renderer/scene-renderer-gui.d.ts +16 -0
  188. package/lib/definitions/packages/common-core/src/webgl/renderer/scene-renderer.d.ts +117 -0
  189. package/lib/definitions/packages/common-core/src/webgl/renderer/shader-utility.d.ts +112 -0
  190. package/lib/definitions/packages/common-core/src/webgl/renderer/shaders/ao-shader.d.ts +84 -0
  191. package/lib/definitions/packages/common-core/src/webgl/renderer/shaders/poisson-denoise-shader.d.ts +74 -0
  192. package/lib/definitions/packages/common-core/src/webgl/renderer/shading-settings.d.ts +49 -0
  193. package/lib/definitions/packages/common-core/src/webgl/roomle-component-factory.d.ts +103 -0
  194. package/lib/definitions/packages/common-core/src/webgl/roomle-webgl-renderer-quality-levels.d.ts +5 -0
  195. package/lib/definitions/packages/common-core/src/webgl/roomle-webgl-renderer.d.ts +67 -0
  196. package/lib/definitions/packages/common-core/src/webgl/scene-event-handler.d.ts +16 -0
  197. package/lib/definitions/packages/common-core/src/webgl/scene-manager.d.ts +140 -0
  198. package/lib/definitions/packages/common-core/src/webgl/static-item-loader.d.ts +21 -0
  199. package/lib/definitions/packages/configurator-core/__acceptance__/boot.d.ts +1 -0
  200. package/lib/definitions/packages/configurator-core/mock/configurator-mock-data.d.ts +200 -0
  201. package/lib/definitions/packages/configurator-core/mock/kernel-mock.d.ts +29 -0
  202. package/lib/definitions/packages/configurator-core/src/configurator-debug-api.d.ts +7 -0
  203. package/lib/definitions/packages/configurator-core/src/configurator.d.ts +14 -0
  204. package/lib/definitions/packages/configurator-core/src/input/configurator-input-manager.d.ts +3 -0
  205. package/lib/definitions/packages/configurator-core/src/roomle-configurator.d.ts +684 -0
  206. package/lib/definitions/packages/configurator-core/src/services/configurator-kernel-access-callback.d.ts +19 -0
  207. package/lib/definitions/packages/configurator-core/src/services/configurator-ui-callback.d.ts +294 -0
  208. package/lib/definitions/packages/configurator-core/src/services/unit-formatter.d.ts +46 -0
  209. package/lib/definitions/packages/configurator-core/src/static-files/fonts.d.ts +2 -0
  210. package/lib/definitions/packages/configurator-core/src/static-files/geometries.d.ts +1 -0
  211. package/lib/definitions/packages/configurator-core/src/static-files/settings.d.ts +1 -0
  212. package/lib/definitions/packages/configurator-core/src/static-files/textures.d.ts +1 -0
  213. package/lib/definitions/packages/configurator-core/src/utils/async-dependency-loader.d.ts +5 -0
  214. package/lib/definitions/packages/configurator-core/src/utils/async-helper.d.ts +12 -0
  215. package/lib/definitions/packages/configurator-core/src/utils/component-dimensioning-helper.d.ts +17 -0
  216. package/lib/definitions/packages/configurator-core/src/utils/component-dimensioning.d.ts +35 -0
  217. package/lib/definitions/packages/configurator-core/src/utils/component-raycast-helper.d.ts +22 -0
  218. package/lib/definitions/packages/configurator-core/src/utils/configurator-history.d.ts +47 -0
  219. package/lib/definitions/packages/configurator-core/src/utils/dimensioning-helper.d.ts +61 -0
  220. package/lib/definitions/packages/configurator-core/src/utils/error-messages.d.ts +4 -0
  221. package/lib/definitions/packages/configurator-core/src/utils/event-dispatcher.d.ts +16 -0
  222. package/lib/definitions/packages/configurator-core/src/utils/global-definitions.d.ts +8 -0
  223. package/lib/definitions/packages/configurator-core/src/utils/indexeddb-adapter.d.ts +9 -0
  224. package/lib/definitions/packages/configurator-core/src/utils/injectables.d.ts +2 -0
  225. package/lib/definitions/packages/configurator-core/src/utils/parameter-helper.d.ts +14 -0
  226. package/lib/definitions/packages/configurator-core/src/utils/raycast-helper.d.ts +83 -0
  227. package/lib/definitions/packages/configurator-core/src/utils/selection-handler.d.ts +33 -0
  228. package/lib/definitions/packages/configurator-core/src/utils/sort-helper.d.ts +3 -0
  229. package/lib/definitions/packages/configurator-core/src/utils/test-helpers/animation-helper.d.ts +1 -0
  230. package/lib/definitions/packages/configurator-core/src/utils/test-helpers/async-test-helper.d.ts +1 -0
  231. package/lib/definitions/packages/configurator-core/src/utils/test-helpers/fetch-helper.d.ts +7 -0
  232. package/lib/definitions/packages/configurator-core/src/utils/test-helpers/globals-helper.d.ts +4 -0
  233. package/lib/definitions/packages/configurator-core/src/utils/test-helpers/image-diff.d.ts +10 -0
  234. package/lib/definitions/packages/configurator-core/src/utils/test-helpers/mock-data/materials.d.ts +11 -0
  235. package/lib/definitions/packages/configurator-core/src/utils/test-helpers/mock-data/partlists.d.ts +2 -0
  236. package/lib/definitions/packages/configurator-core/src/utils/test-helpers/preview-helper.d.ts +4 -0
  237. package/lib/definitions/packages/configurator-core/src/utils/test-helpers/ui-mock.d.ts +17 -0
  238. package/lib/definitions/packages/configurator-core/src/utils/test-helpers/utils.d.ts +4 -0
  239. package/lib/definitions/packages/configurator-core/src/utils/test-helpers/webgl-mock.d.ts +10 -0
  240. package/lib/definitions/packages/configurator-core/src/utils/text-with-background.d.ts +23 -0
  241. package/lib/definitions/packages/configurator-core/src/utils/ui-intersection-helper.d.ts +24 -0
  242. package/lib/definitions/packages/configurator-core/src/webgl/banana-for-scale.d.ts +13 -0
  243. package/lib/definitions/packages/configurator-core/src/webgl/configurator-mesh-generator.d.ts +11 -0
  244. package/lib/definitions/packages/configurator-core/src/webgl/configurator-scene-event-handler.d.ts +93 -0
  245. package/lib/definitions/packages/configurator-core/src/webgl/configurator-scene-manager.d.ts +154 -0
  246. package/lib/definitions/packages/configurator-core/src/webgl/environment/floor-environment.d.ts +34 -0
  247. package/lib/definitions/packages/configurator-core/src/webgl/lightsetting/default-light-setting.d.ts +15 -0
  248. package/lib/definitions/packages/configurator-core/src/webgl/lightsetting/hd-light-setting.d.ts +15 -0
  249. package/lib/definitions/packages/configurator-core/src/webgl/lightsetting/top-image-light-setting.d.ts +12 -0
  250. package/lib/definitions/packages/configurator-core/src/webgl/plugin-system.d.ts +43 -0
  251. package/lib/definitions/packages/glb-viewer-core/mock/mock-scene-settings.d.ts +1 -0
  252. package/lib/definitions/packages/glb-viewer-core/src/camera-control/adjustable-camera-control-3d.d.ts +8 -0
  253. package/lib/definitions/packages/glb-viewer-core/src/glb-viewer.d.ts +13 -0
  254. package/lib/definitions/packages/glb-viewer-core/src/input/glb-input-manager.d.ts +3 -0
  255. package/lib/definitions/packages/glb-viewer-core/src/roomle-glb-viewer.d.ts +108 -0
  256. package/lib/definitions/packages/glb-viewer-core/src/services/glb-render-worker.d.ts +27 -0
  257. package/lib/definitions/packages/glb-viewer-core/src/utils/global-definitions.d.ts +7 -0
  258. package/lib/definitions/packages/glb-viewer-core/src/utils/injectables.d.ts +2 -0
  259. package/lib/definitions/packages/glb-viewer-core/src/webgl/glb-viewer-light-setting.d.ts +11 -0
  260. package/lib/definitions/packages/glb-viewer-core/src/webgl/glb-viewer-scene-manager.d.ts +35 -0
  261. package/lib/definitions/packages/material-viewer/src/material-viewer.d.ts +13 -0
  262. package/lib/definitions/packages/material-viewer/src/roomle-material-viewer-ui-callback.d.ts +10 -0
  263. package/lib/definitions/packages/material-viewer/src/roomle-material-viewer.d.ts +126 -0
  264. package/lib/definitions/packages/material-viewer/src/utils/global-definitions.d.ts +7 -0
  265. package/lib/definitions/packages/material-viewer/src/utils/injectables.d.ts +2 -0
  266. package/lib/definitions/packages/material-viewer/src/webgl/material-viewer-scene-manager.d.ts +47 -0
  267. package/lib/definitions/packages/planner-core/__tests__/webgl/lightsetting/planner-light-setting.d.ts +1 -0
  268. package/lib/definitions/packages/planner-core/mock/planner-kernel-access-mock.d.ts +22 -0
  269. package/lib/definitions/packages/planner-core/mock/planner-mock-helper.d.ts +39 -0
  270. package/lib/definitions/packages/planner-core/src/camera-control/camera-control-first-person.d.ts +42 -0
  271. package/lib/definitions/packages/planner-core/src/external-object-api-callbacks.d.ts +123 -0
  272. package/lib/definitions/packages/planner-core/src/external-object-api.d.ts +91 -0
  273. package/lib/definitions/packages/planner-core/src/input/planner-input-manager.d.ts +5 -0
  274. package/lib/definitions/packages/planner-core/src/plan-xml.d.ts +1 -0
  275. package/lib/definitions/packages/planner-core/src/planner-main.d.ts +1 -0
  276. package/lib/definitions/packages/planner-core/src/planner.d.ts +13 -0
  277. package/lib/definitions/packages/planner-core/src/roomle-planner-ui-callback.d.ts +229 -0
  278. package/lib/definitions/packages/planner-core/src/roomle-planner.d.ts +381 -0
  279. package/lib/definitions/packages/planner-core/src/services/planner-kernel-access.d.ts +107 -0
  280. package/lib/definitions/packages/planner-core/src/utils/global-definitions.d.ts +13 -0
  281. package/lib/definitions/packages/planner-core/src/utils/injectables.d.ts +2 -0
  282. package/lib/definitions/packages/planner-core/src/utils/map-to-ui-plan-objects.d.ts +4 -0
  283. package/lib/definitions/packages/planner-core/src/utils/measurements.d.ts +68 -0
  284. package/lib/definitions/packages/planner-core/src/utils/planner-scene-manager.d.ts +7 -0
  285. package/lib/definitions/packages/planner-core/src/utils/planner-selection-handler.d.ts +39 -0
  286. package/lib/definitions/packages/planner-core/src/view-model/ceiling-plan-element-view-model.d.ts +7 -0
  287. package/lib/definitions/packages/planner-core/src/view-model/construction-plan-object-view-model.d.ts +19 -0
  288. package/lib/definitions/packages/planner-core/src/view-model/floor-plan-element-view-model.d.ts +21 -0
  289. package/lib/definitions/packages/planner-core/src/view-model/measurement-line-plan-element-view-model.d.ts +82 -0
  290. package/lib/definitions/packages/planner-core/src/view-model/node-plan-element-view-model.d.ts +19 -0
  291. package/lib/definitions/packages/planner-core/src/view-model/plan-view-model.d.ts +130 -0
  292. package/lib/definitions/packages/planner-core/src/view-model/static-plan-object-view-model.d.ts +16 -0
  293. package/lib/definitions/packages/planner-core/src/view-model/wall-plan-element-view-model.d.ts +29 -0
  294. package/lib/definitions/packages/planner-core/src/webgl/construction-top-view.d.ts +29 -0
  295. package/lib/definitions/packages/planner-core/src/webgl/continuous-drawing-helper.d.ts +15 -0
  296. package/lib/definitions/packages/planner-core/src/webgl/draggable-node.d.ts +17 -0
  297. package/lib/definitions/packages/planner-core/src/webgl/lightsetting/planner-light-setting.d.ts +17 -0
  298. package/lib/definitions/packages/planner-core/src/webgl/paper-background.d.ts +4 -0
  299. package/lib/definitions/packages/planner-core/src/webgl/planner-mesh-generator.d.ts +22 -0
  300. package/lib/definitions/packages/planner-core/src/webgl/planner-scene-event-handler.d.ts +165 -0
  301. package/lib/definitions/packages/planner-core/src/webgl/planner-scene-manager.d.ts +203 -0
  302. package/lib/definitions/packages/test-helpers/unit/global-setup.d.ts +1 -0
  303. package/lib/definitions/packages/test-helpers/unit/modules-setup.d.ts +1 -0
  304. package/lib/definitions/packages/tools-core/src/roomle-tools-core.d.ts +37 -0
  305. package/lib/definitions/packages/tools-core/src/tools-core.d.ts +13 -0
  306. package/lib/definitions/packages/tools-core/src/utils/global-definitions.d.ts +7 -0
  307. package/lib/definitions/packages/tools-core/src/utils/injectables.d.ts +2 -0
  308. package/lib/definitions/packages/typings/configurator-kernel-container.d.ts +102 -0
  309. package/lib/definitions/packages/typings/ems.d.ts +27 -0
  310. package/lib/definitions/packages/typings/global-definitions.d.ts +33 -0
  311. package/lib/definitions/packages/typings/helper.d.ts +2 -0
  312. package/lib/definitions/packages/typings/kernel.d.ts +549 -0
  313. package/lib/definitions/packages/typings/planner-kernel-container.d.ts +378 -0
  314. package/lib/definitions/packages/typings/planner.d.ts +312 -0
  315. package/lib/definitions/packages/typings/rapi-types.d.ts +507 -0
  316. package/lib/definitions/packages/typings/shims.d.ts +11 -0
  317. package/lib/definitions/packages/typings/stats.d.ts +4 -0
  318. package/lib/definitions/packages/workers/__tests__/asset-loader.d.ts +1 -0
  319. package/lib/definitions/packages/workers/__tests__/budgeteer.sw.d.ts +1 -0
  320. package/lib/definitions/packages/workers/__tests__/communication-interface.d.ts +1 -0
  321. package/lib/definitions/packages/workers/src/asset-loader.d.ts +8 -0
  322. package/lib/definitions/packages/workers/src/asset-loader.worker.d.ts +1 -0
  323. package/lib/definitions/packages/workers/src/budgeteer/constants.d.ts +41 -0
  324. package/lib/definitions/packages/workers/src/budgeteer.sw.d.ts +17 -0
  325. package/lib/definitions/packages/workers/src/communication-interface.d.ts +29 -0
  326. package/lib/definitions/packages/workers/src/main-thread-to-worker.d.ts +8 -0
  327. package/lib/definitions/packages/workers/src/static-files/workers.d.ts +2 -0
  328. package/lib/definitions/packages/workers/src/worker-to-main-thread.d.ts +6 -0
  329. package/lib/definitions/workers/src/static-files/workers.d.ts +2 -2
  330. package/lib/{dimensioning-helper-3791540c.js → dimensioning-helper-8fada061.js} +2 -2
  331. package/lib/{dimensioning-helper-3791540c.js.map → dimensioning-helper-8fada061.js.map} +1 -1
  332. package/lib/{dimensioning-helper-b53817df.nomodule.js → dimensioning-helper-d47c9edf.nomodule.js} +2 -2
  333. package/lib/{dimensioning-helper-b53817df.nomodule.js.map → dimensioning-helper-d47c9edf.nomodule.js.map} +1 -1
  334. package/lib/{glb-viewer-aea6535d.nomodule.js → glb-viewer-a25b0873.nomodule.js} +2 -2
  335. package/lib/{glb-viewer-aea6535d.nomodule.js.map → glb-viewer-a25b0873.nomodule.js.map} +1 -1
  336. package/lib/{glb-viewer-camera-behaviour-d658f34e.js → glb-viewer-camera-behaviour-52886e1f.js} +2 -2
  337. package/lib/glb-viewer-camera-behaviour-52886e1f.js.map +1 -0
  338. package/lib/{glb-viewer-camera-behaviour-9325772d.nomodule.js → glb-viewer-camera-behaviour-8a296b6a.nomodule.js} +2 -2
  339. package/lib/glb-viewer-camera-behaviour-8a296b6a.nomodule.js.map +1 -0
  340. package/lib/glb-viewer-dummy-app.js +1 -1
  341. package/lib/glb-viewer-dummy-app.js.map +1 -1
  342. package/lib/glb-viewer-dummy.html +21 -8
  343. package/lib/{glb-viewer-b330b54a.js → glb-viewer-e32127db.js} +2 -2
  344. package/lib/{glb-viewer-b330b54a.js.map → glb-viewer-e32127db.js.map} +1 -1
  345. package/lib/glb-viewer-main-97edab3e.js +2 -0
  346. package/lib/glb-viewer-main-97edab3e.js.map +1 -0
  347. package/lib/glb-viewer-main.nomodule.js +1 -1
  348. package/lib/legacy/{banana-for-scale-593ea694.legacy.js → banana-for-scale-e4f59983.legacy.js} +2 -2
  349. package/lib/legacy/{banana-for-scale-593ea694.legacy.js.map → banana-for-scale-e4f59983.legacy.js.map} +1 -1
  350. package/lib/legacy/{camera-behaviour-51fc4c82.legacy.js → camera-behaviour-9b61a95f.legacy.js} +2 -2
  351. package/lib/legacy/{camera-behaviour-51fc4c82.legacy.js.map → camera-behaviour-9b61a95f.legacy.js.map} +1 -1
  352. package/lib/legacy/{component-dimensioning-ab232080.legacy.js → component-dimensioning-ba0543e5.legacy.js} +2 -2
  353. package/lib/legacy/component-dimensioning-ba0543e5.legacy.js.map +1 -0
  354. package/lib/legacy/{component-raycast-helper-de3471f1.legacy.js → component-raycast-helper-7fd4ecbd.legacy.js} +2 -2
  355. package/lib/legacy/component-raycast-helper-7fd4ecbd.legacy.js.map +1 -0
  356. package/lib/legacy/{configurator-864151ae.legacy.js → configurator-bf37ef4f.legacy.js} +2 -2
  357. package/lib/legacy/configurator-bf37ef4f.legacy.js.map +1 -0
  358. package/lib/legacy/configurator-main.legacy.js +1 -1
  359. package/lib/legacy/{continuous-drawing-helper-2556f222.legacy.js → continuous-drawing-helper-a31548e4.legacy.js} +2 -2
  360. package/lib/legacy/continuous-drawing-helper-a31548e4.legacy.js.map +1 -0
  361. package/lib/legacy/{default-light-setting-a6fedb74.legacy.js → default-light-setting-22cacd7f.legacy.js} +2 -2
  362. package/lib/legacy/default-light-setting-22cacd7f.legacy.js.map +1 -0
  363. package/lib/legacy/{dimensioning-helper-278d13e8.legacy.js → dimensioning-helper-ad7b5c7d.legacy.js} +2 -2
  364. package/lib/legacy/{dimensioning-helper-278d13e8.legacy.js.map → dimensioning-helper-ad7b5c7d.legacy.js.map} +1 -1
  365. package/lib/legacy/{glb-viewer-4710bb8c.legacy.js → glb-viewer-277e9923.legacy.js} +2 -2
  366. package/lib/legacy/{glb-viewer-4710bb8c.legacy.js.map → glb-viewer-277e9923.legacy.js.map} +1 -1
  367. package/lib/legacy/{glb-viewer-camera-behaviour-597a4cfb.legacy.js → glb-viewer-camera-behaviour-412fbe86.legacy.js} +2 -2
  368. package/lib/legacy/glb-viewer-camera-behaviour-412fbe86.legacy.js.map +1 -0
  369. package/lib/legacy/glb-viewer-main.legacy.js +1 -1
  370. package/lib/legacy/{material-viewer-e5257a79.legacy.js → material-viewer-52e8295c.legacy.js} +2 -2
  371. package/lib/legacy/material-viewer-52e8295c.legacy.js.map +1 -0
  372. package/lib/legacy/material-viewer-main.legacy.js +1 -1
  373. package/lib/legacy/{planner-155235c4.legacy.js → planner-044479b3.legacy.js} +2 -2
  374. package/lib/legacy/{planner-155235c4.legacy.js.map → planner-044479b3.legacy.js.map} +1 -1
  375. package/lib/legacy/planner-main.legacy.js +1 -1
  376. package/lib/legacy/{roomle-configurator-00b7dfe6.legacy.js → roomle-configurator-5ac0340f.legacy.js} +2 -2
  377. package/lib/legacy/roomle-configurator-5ac0340f.legacy.js.map +1 -0
  378. package/lib/legacy/{roomle-dependency-injection-4b96176b.legacy.js → roomle-dependency-injection-d48c04ad.legacy.js} +3 -3
  379. package/lib/legacy/{roomle-dependency-injection-4b96176b.legacy.js.map → roomle-dependency-injection-d48c04ad.legacy.js.map} +1 -1
  380. package/lib/legacy/roomle-sdk.legacy.js +1 -1
  381. package/lib/legacy/{script-loader-ea8d221c.legacy.js → script-loader-7ad66700.legacy.js} +2 -2
  382. package/lib/legacy/script-loader-7ad66700.legacy.js.map +1 -0
  383. package/lib/legacy/static/{ConfiguratorKernel-cb6bcbc8263848c0.wasm → ConfiguratorKernel-732bdd63f6c11dc1.wasm} +0 -0
  384. package/lib/legacy/static/{RoomleCore-e33e61707a73ca08.wasm → RoomleCore-35e23065d11c19d3.wasm} +0 -0
  385. package/lib/{static/RoomleToolsCore-8cb2e530bd437bbf.wasm → legacy/static/RoomleToolsCore-775a48881eb11aa7.wasm} +0 -0
  386. package/lib/legacy/{stats-helper-fcada6da.legacy.js → stats-helper-196061d5.legacy.js} +2 -2
  387. package/lib/legacy/stats-helper-196061d5.legacy.js.map +1 -0
  388. package/lib/legacy/{tools-core-775b3812.legacy.js → tools-core-5102655f.legacy.js} +2 -2
  389. package/lib/legacy/tools-core-5102655f.legacy.js.map +1 -0
  390. package/lib/{material-viewer-041cb500.nomodule.js → material-viewer-56fc73f4.nomodule.js} +2 -2
  391. package/lib/material-viewer-56fc73f4.nomodule.js.map +1 -0
  392. package/lib/{material-viewer-1c46ac45.js → material-viewer-c29ae4b2.js} +2 -2
  393. package/lib/material-viewer-c29ae4b2.js.map +1 -0
  394. package/lib/material-viewer-dummy-app.js +1 -1
  395. package/lib/material-viewer-dummy-app.js.map +1 -1
  396. package/lib/material-viewer-dummy.html +21 -8
  397. package/lib/material-viewer-main-378d1293.js +2 -0
  398. package/lib/material-viewer-main-378d1293.js.map +1 -0
  399. package/lib/material-viewer-main.nomodule.js +1 -1
  400. package/lib/measure.html +1 -1
  401. package/lib/{planner-2afe2262.js → planner-bba8dcd2.js} +2 -2
  402. package/lib/{planner-2afe2262.js.map → planner-bba8dcd2.js.map} +1 -1
  403. package/lib/planner-dummy-app.js +1 -1
  404. package/lib/planner-dummy-app.js.map +1 -1
  405. package/lib/planner-dummy.html +21 -8
  406. package/lib/{planner-48aaf396.nomodule.js → planner-e02db37f.nomodule.js} +2 -2
  407. package/lib/{planner-48aaf396.nomodule.js.map → planner-e02db37f.nomodule.js.map} +1 -1
  408. package/lib/planner-main-fbab2ff0.js +2 -0
  409. package/lib/planner-main-fbab2ff0.js.map +1 -0
  410. package/lib/planner-main.nomodule.js +1 -1
  411. package/lib/{roomle-configurator-65bdca7b.nomodule.js → roomle-configurator-187c177e.nomodule.js} +2 -2
  412. package/lib/roomle-configurator-187c177e.nomodule.js.map +1 -0
  413. package/lib/{roomle-configurator-b94bf934.js → roomle-configurator-62ae03f5.js} +2 -2
  414. package/lib/roomle-configurator-62ae03f5.js.map +1 -0
  415. package/lib/{roomle-dependency-injection-491a348c.nomodule.js → roomle-dependency-injection-4a8b1ad1.nomodule.js} +3 -3
  416. package/lib/{roomle-dependency-injection-491a348c.nomodule.js.map → roomle-dependency-injection-4a8b1ad1.nomodule.js.map} +1 -1
  417. package/lib/{roomle-dependency-injection-043be118.js → roomle-dependency-injection-6de5766a.js} +3 -3
  418. package/lib/{roomle-dependency-injection-043be118.js.map → roomle-dependency-injection-6de5766a.js.map} +1 -1
  419. package/lib/{roomle-sdk-ebc300ad.js → roomle-sdk-bac3fd49.js} +2 -2
  420. package/lib/roomle-sdk-bac3fd49.js.map +1 -0
  421. package/lib/roomle-sdk.nomodule.js +1 -1
  422. package/lib/{script-loader-a6b1634c.js → script-loader-3fdcb546.js} +2 -2
  423. package/lib/script-loader-3fdcb546.js.map +1 -0
  424. package/lib/{script-loader-fc96beb7.nomodule.js → script-loader-a1b573de.nomodule.js} +2 -2
  425. package/lib/script-loader-a1b573de.nomodule.js.map +1 -0
  426. package/lib/static/ConfiguratorKernel-44357cf7219395c9.js +1 -86
  427. package/lib/static/ConfiguratorKernel-44357cf7219395c9.js.map +1 -0
  428. package/lib/static/{ConfiguratorKernel-cb6bcbc8263848c0.wasm → ConfiguratorKernel-732bdd63f6c11dc1.wasm} +0 -0
  429. package/lib/static/RoomleCore-077080ce4dd282d0.js +1 -90
  430. package/lib/static/RoomleCore-077080ce4dd282d0.js.map +1 -0
  431. package/lib/static/{RoomleCore-e33e61707a73ca08.wasm → RoomleCore-35e23065d11c19d3.wasm} +0 -0
  432. package/lib/static/RoomleToolsCore-5dffa0f3345223bd.js +1 -86
  433. package/lib/static/RoomleToolsCore-5dffa0f3345223bd.js.map +1 -0
  434. package/lib/{legacy/static/RoomleToolsCore-8cb2e530bd437bbf.wasm → static/RoomleToolsCore-775a48881eb11aa7.wasm} +0 -0
  435. package/lib/static/Tween-d57ee5d181fce582.js +1 -767
  436. package/lib/static/Tween-d57ee5d181fce582.js.map +1 -0
  437. package/lib/static/asset-loader.worker-1735a5fb1e401244.js +1 -2
  438. package/lib/static/asset-loader.worker-1735a5fb1e401244.js.map +1 -0
  439. package/lib/static/asset-loader.worker.js +1 -1
  440. package/lib/static/asset-loader.worker.js.map +1 -1
  441. package/lib/static/budgeteer.sw-a4a226d2fc19672e.js +1 -2
  442. package/lib/static/budgeteer.sw-a4a226d2fc19672e.js.map +1 -0
  443. package/lib/static/budgeteer.sw.js +1 -1
  444. package/lib/static/budgeteer.sw.js.map +1 -1
  445. package/lib/static/jszip.min-c96375d50e72b199.js +1 -2
  446. package/lib/static/jszip.min-c96375d50e72b199.js.map +1 -0
  447. package/lib/static/worker-to-main-thread-3ad1cee7.js +1 -1
  448. package/lib/static/worker-to-main-thread-3ad1cee7.js.map +1 -1
  449. package/lib/{stats-helper-7a40c853.js → stats-helper-1d140605.js} +2 -2
  450. package/lib/stats-helper-1d140605.js.map +1 -0
  451. package/lib/{stats-helper-483cd12f.nomodule.js → stats-helper-3bb6f7e7.nomodule.js} +2 -2
  452. package/lib/stats-helper-3bb6f7e7.nomodule.js.map +1 -0
  453. package/lib/system/s.min.js +1 -1
  454. package/lib/system/s.min.js.map +1 -1
  455. package/lib/{tools-core-a3043617.nomodule.js → tools-core-8a7b9b4c.nomodule.js} +2 -2
  456. package/lib/tools-core-8a7b9b4c.nomodule.js.map +1 -0
  457. package/lib/{tools-core-f258f30f.js → tools-core-a1803081.js} +2 -2
  458. package/lib/tools-core-a1803081.js.map +1 -0
  459. package/lib/transparency.html +22 -8
  460. package/package.json +2 -2
  461. package/lib/component-dimensioning-4aca065a.js.map +0 -1
  462. package/lib/component-dimensioning-9ff33293.nomodule.js.map +0 -1
  463. package/lib/component-raycast-helper-ad3cc50d.js.map +0 -1
  464. package/lib/component-raycast-helper-d5ddab65.nomodule.js.map +0 -1
  465. package/lib/configurator-0ac7c962.nomodule.js.map +0 -1
  466. package/lib/configurator-79c102cc.js.map +0 -1
  467. package/lib/configurator-main-56a1b42c.js +0 -2
  468. package/lib/configurator-main-56a1b42c.js.map +0 -1
  469. package/lib/continuous-drawing-helper-4fa1eb65.nomodule.js.map +0 -1
  470. package/lib/continuous-drawing-helper-85fa88c5.js.map +0 -1
  471. package/lib/default-light-setting-23ff4500.js.map +0 -1
  472. package/lib/default-light-setting-d4c4c06d.nomodule.js.map +0 -1
  473. package/lib/embedding-dummy-app.js +0 -0
  474. package/lib/embedding-dummy-app.js.map +0 -1
  475. package/lib/embedding-dummy.html +0 -141
  476. package/lib/glb-viewer-camera-behaviour-9325772d.nomodule.js.map +0 -1
  477. package/lib/glb-viewer-camera-behaviour-d658f34e.js.map +0 -1
  478. package/lib/glb-viewer-main-1f625ba1.js +0 -2
  479. package/lib/glb-viewer-main-1f625ba1.js.map +0 -1
  480. package/lib/legacy/component-dimensioning-ab232080.legacy.js.map +0 -1
  481. package/lib/legacy/component-raycast-helper-de3471f1.legacy.js.map +0 -1
  482. package/lib/legacy/configurator-864151ae.legacy.js.map +0 -1
  483. package/lib/legacy/continuous-drawing-helper-2556f222.legacy.js.map +0 -1
  484. package/lib/legacy/default-light-setting-a6fedb74.legacy.js.map +0 -1
  485. package/lib/legacy/glb-viewer-camera-behaviour-597a4cfb.legacy.js.map +0 -1
  486. package/lib/legacy/material-viewer-e5257a79.legacy.js.map +0 -1
  487. package/lib/legacy/roomle-configurator-00b7dfe6.legacy.js.map +0 -1
  488. package/lib/legacy/script-loader-ea8d221c.legacy.js.map +0 -1
  489. package/lib/legacy/stats-helper-fcada6da.legacy.js.map +0 -1
  490. package/lib/legacy/tools-core-775b3812.legacy.js.map +0 -1
  491. package/lib/material-viewer-041cb500.nomodule.js.map +0 -1
  492. package/lib/material-viewer-1c46ac45.js.map +0 -1
  493. package/lib/material-viewer-main-4e01b15a.js +0 -2
  494. package/lib/material-viewer-main-4e01b15a.js.map +0 -1
  495. package/lib/planner-main-0a80cac5.js +0 -2
  496. package/lib/planner-main-0a80cac5.js.map +0 -1
  497. package/lib/roomle-configurator-65bdca7b.nomodule.js.map +0 -1
  498. package/lib/roomle-configurator-b94bf934.js.map +0 -1
  499. package/lib/roomle-sdk-ebc300ad.js.map +0 -1
  500. package/lib/script-loader-a6b1634c.js.map +0 -1
  501. package/lib/script-loader-fc96beb7.nomodule.js.map +0 -1
  502. package/lib/stats-helper-483cd12f.nomodule.js.map +0 -1
  503. package/lib/stats-helper-7a40c853.js.map +0 -1
  504. package/lib/tools-core-a3043617.nomodule.js.map +0 -1
  505. package/lib/tools-core-f258f30f.js.map +0 -1
  506. /package/lib/definitions/{common-core/__tests__/async-guard.d.ts → packages/benchmark/budgeteer-measure.d.ts} +0 -0
  507. /package/lib/definitions/{common-core/__tests__/camera-control-2d.d.ts → packages/common-core/__tests__/async-guard.d.ts} +0 -0
  508. /package/lib/definitions/{common-core/__tests__/camera-control-3d.d.ts → packages/common-core/__tests__/camera-control-2d.d.ts} +0 -0
  509. /package/lib/definitions/{common-core/__tests__/camera-mode-helper.d.ts → packages/common-core/__tests__/camera-control-3d.d.ts} +0 -0
  510. /package/lib/definitions/{common-core/__tests__/common-kernel-access.d.ts → packages/common-core/__tests__/camera-mode-helper.d.ts} +0 -0
  511. /package/lib/definitions/{common-core/__tests__/configurator-kernel-access.d.ts → packages/common-core/__tests__/common-kernel-access.d.ts} +0 -0
  512. /package/lib/definitions/{common-core/__tests__/data-syncer.d.ts → packages/common-core/__tests__/configurator-kernel-access.d.ts} +0 -0
  513. /package/lib/definitions/{common-core/__tests__/dependency-injection.d.ts → packages/common-core/__tests__/data-syncer.d.ts} +0 -0
  514. /package/lib/definitions/{common-core/__tests__/dom-helper.d.ts → packages/common-core/__tests__/dependency-injection.d.ts} +0 -0
  515. /package/lib/definitions/{common-core/__tests__/dynamic-environment-setting-loader.d.ts → packages/common-core/__tests__/dom-helper.d.ts} +0 -0
  516. /package/lib/definitions/{common-core/__tests__/dynamic-light-setting-loader.d.ts → packages/common-core/__tests__/dynamic-environment-setting-loader.d.ts} +0 -0
  517. /package/lib/definitions/{common-core/__tests__/input-manager.d.ts → packages/common-core/__tests__/dynamic-light-setting-loader.d.ts} +0 -0
  518. /package/lib/definitions/{common-core → packages/common-core}/__tests__/image-renderer.d.ts +0 -0
  519. /package/lib/definitions/{common-core/__tests__/life-cycle-manager.d.ts → packages/common-core/__tests__/input-manager.d.ts} +0 -0
  520. /package/lib/definitions/{common-core/__tests__/main.d.ts → packages/common-core/__tests__/life-cycle-manager.d.ts} +0 -0
  521. /package/lib/definitions/{common-core/__tests__/rapi-access.d.ts → packages/common-core/__tests__/main.d.ts} +0 -0
  522. /package/lib/definitions/{common-core/__tests__/raycast-helper.d.ts → packages/common-core/__tests__/rapi-access.d.ts} +0 -0
  523. /package/lib/definitions/{common-core/__tests__/roomle-component-factory.d.ts → packages/common-core/__tests__/raycast-helper.d.ts} +0 -0
  524. /package/lib/definitions/{common-core/__tests__/script-loader.d.ts → packages/common-core/__tests__/roomle-component-factory.d.ts} +0 -0
  525. /package/lib/definitions/{common-core/__tests__/static-item-loader.d.ts → packages/common-core/__tests__/script-loader.d.ts} +0 -0
  526. /package/lib/definitions/{common-core/__tests__/ui-callback.d.ts → packages/common-core/__tests__/static-item-loader.d.ts} +0 -0
  527. /package/lib/definitions/{common-core/__tests__/utils/app-context.d.ts → packages/common-core/__tests__/ui-callback.d.ts} +0 -0
  528. /package/lib/definitions/{common-core/__tests__/utils/benchmark.d.ts → packages/common-core/__tests__/utils/app-context.d.ts} +0 -0
  529. /package/lib/definitions/{common-core/__tests__/utils/browser-helper.d.ts → packages/common-core/__tests__/utils/benchmark.d.ts} +0 -0
  530. /package/lib/definitions/{common-core/__tests__/utils/common-utils.d.ts → packages/common-core/__tests__/utils/browser-helper.d.ts} +0 -0
  531. /package/lib/definitions/{common-core/__tests__/utils/enumerable.d.ts → packages/common-core/__tests__/utils/common-utils.d.ts} +0 -0
  532. /package/lib/definitions/{common-core → packages/common-core}/__tests__/utils/dom-helper.d.ts +0 -0
  533. /package/lib/definitions/{common-core/__tests__/utils/kernel-utils.d.ts → packages/common-core/__tests__/utils/enumerable.d.ts} +0 -0
  534. /package/lib/definitions/{common-core → packages/common-core}/__tests__/utils/exposable.d.ts +0 -0
  535. /package/lib/definitions/{common-core → packages/common-core}/__tests__/utils/expose-for.d.ts +0 -0
  536. /package/lib/definitions/{common-core/__tests__/utils/local-storage-helper.d.ts → packages/common-core/__tests__/utils/kernel-utils.d.ts} +0 -0
  537. /package/lib/definitions/{common-core/__tests__/utils/map-to-ui-plan-objects.d.ts → packages/common-core/__tests__/utils/local-storage-helper.d.ts} +0 -0
  538. /package/lib/definitions/{common-core/__tests__/utils/math-helper.d.ts → packages/common-core/__tests__/utils/map-to-ui-plan-objects.d.ts} +0 -0
  539. /package/lib/definitions/{common-core/__tests__/utils/measurements.d.ts → packages/common-core/__tests__/utils/math-helper.d.ts} +0 -0
  540. /package/lib/definitions/{common-core/__tests__/utils/promise-queue.d.ts → packages/common-core/__tests__/utils/measurements.d.ts} +0 -0
  541. /package/lib/definitions/{common-core/__tests__/utils/query-params-helper.d.ts → packages/common-core/__tests__/utils/promise-queue.d.ts} +0 -0
  542. /package/lib/definitions/{common-core/__tests__/utils/rapi-utils.d.ts → packages/common-core/__tests__/utils/query-params-helper.d.ts} +0 -0
  543. /package/lib/definitions/{common-core/__tests__/utils/threejs-utils.d.ts → packages/common-core/__tests__/utils/rapi-utils.d.ts} +0 -0
  544. /package/lib/definitions/{common-core/__tests__/utils/validate-params.d.ts → packages/common-core/__tests__/utils/threejs-utils.d.ts} +0 -0
  545. /package/lib/definitions/{common-core/__tests__/utils/waiter.d.ts → packages/common-core/__tests__/utils/validate-params.d.ts} +0 -0
  546. /package/lib/definitions/{common-core/__tests__/view-model/configurator-view-model.d.ts → packages/common-core/__tests__/utils/waiter.d.ts} +0 -0
  547. /package/lib/definitions/{common-core/__tests__/view-model/construction-plan-object-view-model.d.ts → packages/common-core/__tests__/view-model/configurator-view-model.d.ts} +0 -0
  548. /package/lib/definitions/{common-core/__tests__/view-model/measurement-line-plan-element-view-model.d.ts → packages/common-core/__tests__/view-model/construction-plan-object-view-model.d.ts} +0 -0
  549. /package/lib/definitions/{common-core/__tests__/view-model/plan-element-view-model.d.ts → packages/common-core/__tests__/view-model/measurement-line-plan-element-view-model.d.ts} +0 -0
  550. /package/lib/definitions/{common-core/__tests__/view-model/wall-plan-element-view-model.d.ts → packages/common-core/__tests__/view-model/plan-element-view-model.d.ts} +0 -0
  551. /package/lib/definitions/{configurator-core/__tests__/configurator-mesh-generator.d.ts → packages/common-core/__tests__/view-model/wall-plan-element-view-model.d.ts} +0 -0
  552. /package/lib/definitions/{configurator-core/__tests__/configurator-scene-event-handler.d.ts → packages/configurator-core/__tests__/configurator-mesh-generator.d.ts} +0 -0
  553. /package/lib/definitions/{configurator-core/__tests__/configurator-scene-manager.d.ts → packages/configurator-core/__tests__/configurator-scene-event-handler.d.ts} +0 -0
  554. /package/lib/definitions/{configurator-core/__tests__/configurator.d.ts → packages/configurator-core/__tests__/configurator-scene-manager.d.ts} +0 -0
  555. /package/lib/definitions/{configurator-core/__tests__/environment/floor-environment.d.ts → packages/configurator-core/__tests__/configurator.d.ts} +0 -0
  556. /package/lib/definitions/{configurator-core/__tests__/plugin-system.d.ts → packages/configurator-core/__tests__/environment/floor-environment.d.ts} +0 -0
  557. /package/lib/definitions/{configurator-core/__tests__/roomle-configurator.d.ts → packages/configurator-core/__tests__/plugin-system.d.ts} +0 -0
  558. /package/lib/definitions/{configurator-core/__tests__/scene-event-handler.d.ts → packages/configurator-core/__tests__/roomle-configurator.d.ts} +0 -0
  559. /package/lib/definitions/{configurator-core/__tests__/services/unit-formatter.d.ts → packages/configurator-core/__tests__/scene-event-handler.d.ts} +0 -0
  560. /package/lib/definitions/{configurator-core/__tests__/utils/component-dimensioning-helper.d.ts → packages/configurator-core/__tests__/services/unit-formatter.d.ts} +0 -0
  561. /package/lib/definitions/{configurator-core/__tests__/utils/component-dimensioning.d.ts → packages/configurator-core/__tests__/utils/component-dimensioning-helper.d.ts} +0 -0
  562. /package/lib/definitions/{configurator-core/__tests__/utils/component-raycast-helper.d.ts → packages/configurator-core/__tests__/utils/component-dimensioning.d.ts} +0 -0
  563. /package/lib/definitions/{configurator-core/__tests__/utils/configurator-history.d.ts → packages/configurator-core/__tests__/utils/component-raycast-helper.d.ts} +0 -0
  564. /package/lib/definitions/{configurator-core/__tests__/utils/dimensioning-helper.d.ts → packages/configurator-core/__tests__/utils/configurator-history.d.ts} +0 -0
  565. /package/lib/definitions/{glb-viewer-core/__tests__/adjujstable-camera-control-3d.d.ts → packages/configurator-core/__tests__/utils/dimensioning-helper.d.ts} +0 -0
  566. /package/lib/definitions/{glb-viewer-core/__tests__/glb-viewer-scene-manager.d.ts → packages/configurator-core/src/configurator-main.d.ts} +0 -0
  567. /package/lib/definitions/{glb-viewer-core/__tests__/roomle-glb-viewer.d.ts → packages/glb-viewer-core/__tests__/adjujstable-camera-control-3d.d.ts} +0 -0
  568. /package/lib/definitions/{material-viewer/__tests__/roomle-material-viewer.d.ts → packages/glb-viewer-core/__tests__/glb-viewer-scene-manager.d.ts} +0 -0
  569. /package/lib/definitions/{planner-core/__tests__/Roomle-tool-cores.d.ts → packages/glb-viewer-core/__tests__/roomle-glb-viewer.d.ts} +0 -0
  570. /package/lib/definitions/{planner-core/__tests__/camera-control-first-person.d.ts → packages/glb-viewer-core/src/glb-viewer-main.d.ts} +0 -0
  571. /package/lib/definitions/{planner-core/__tests__/configurable-configurator-plan-object-view-model.d.ts → packages/material-viewer/__tests__/roomle-material-viewer.d.ts} +0 -0
  572. /package/lib/definitions/{planner-core/__tests__/configurator-plan-object-view-model.d.ts → packages/material-viewer/src/material-viewer-main.d.ts} +0 -0
  573. /package/lib/definitions/{planner-core/__tests__/plan-object-view-model.d.ts → packages/planner-core/__tests__/Roomle-tool-cores.d.ts} +0 -0
  574. /package/lib/definitions/{planner-core/__tests__/plan-view-model.d.ts → packages/planner-core/__tests__/camera-control-first-person.d.ts} +0 -0
  575. /package/lib/definitions/{planner-core/__tests__/planner-input-manager.d.ts → packages/planner-core/__tests__/configurable-configurator-plan-object-view-model.d.ts} +0 -0
  576. /package/lib/definitions/{planner-core/__tests__/planner-kernel-access.d.ts → packages/planner-core/__tests__/configurator-plan-object-view-model.d.ts} +0 -0
  577. /package/lib/definitions/{planner-core/__tests__/planner-mesh-generator.d.ts → packages/planner-core/__tests__/plan-object-view-model.d.ts} +0 -0
  578. /package/lib/definitions/{planner-core/__tests__/planner-scene-event-handler.d.ts → packages/planner-core/__tests__/plan-view-model.d.ts} +0 -0
  579. /package/lib/definitions/{planner-core/__tests__/planner-scene-manager.d.ts → packages/planner-core/__tests__/planner-input-manager.d.ts} +0 -0
  580. /package/lib/definitions/{planner-core/__tests__/planner-selection-handler.d.ts → packages/planner-core/__tests__/planner-kernel-access.d.ts} +0 -0
  581. /package/lib/definitions/{planner-core/__tests__/planner.d.ts → packages/planner-core/__tests__/planner-mesh-generator.d.ts} +0 -0
  582. /package/lib/definitions/{planner-core/__tests__/roomle-planner.d.ts → packages/planner-core/__tests__/planner-scene-event-handler.d.ts} +0 -0
  583. /package/lib/definitions/{planner-core/__tests__/static-plan-object-view-model.d.ts → packages/planner-core/__tests__/planner-scene-manager.d.ts} +0 -0
  584. /package/lib/definitions/{planner-core/__tests__/webgl/lightsetting/planner-light-setting.d.ts → packages/planner-core/__tests__/planner-selection-handler.d.ts} +0 -0
  585. /package/lib/definitions/{workers/__tests__/asset-loader.d.ts → packages/planner-core/__tests__/planner.d.ts} +0 -0
  586. /package/lib/definitions/{workers/__tests__/budgeteer.sw.d.ts → packages/planner-core/__tests__/roomle-planner.d.ts} +0 -0
  587. /package/lib/definitions/{workers/__tests__/communication-interface.d.ts → packages/planner-core/__tests__/static-plan-object-view-model.d.ts} +0 -0
@@ -0,0 +1,123 @@
1
+ export interface ExternalObjectGroupPosition {
2
+ pos: number[];
3
+ rotation?: number;
4
+ }
5
+ export interface ExternalObjectGroup {
6
+ groupId: string;
7
+ pos: number[];
8
+ rotation?: number;
9
+ }
10
+ export interface ExternalObjectRootModule {
11
+ moduleId: string;
12
+ pos: number[];
13
+ rotation?: number;
14
+ }
15
+ export interface ExternalObjectGroupAndModules {
16
+ groupId?: string;
17
+ pos: number[];
18
+ rotation?: number;
19
+ rootModules: ExternalObjectRootModule[];
20
+ }
21
+ export interface ExternalObjectUiCallback {
22
+ /** "onMergeExternalObjectGroup" is invoked when a group of root modules is merged into another group of root modules.
23
+ * The group with the ID "sourceGroupId" is merged into the group with the ID "targetGroup.id".
24
+ * The root modules of the source group are added to the target group and the soured group does no longer exist.
25
+ * "targetGroup" contains information about all root modules of the target group (both present and new)
26
+ * and their relative position and orientation.
27
+ * @param targetGroup The target group of root modules.
28
+ * @param sourceGroupId The ID of the source group of root modules.
29
+ */
30
+ onMergeExternalObjectGroup(targetGroup: ExternalObjectGroupAndModules, sourceGroupId: string): void;
31
+ /**
32
+ * "onSplitExternalObjectGroup" is invoked when one or more root modules are split from a group of root modules.
33
+ * The split root modules form a new group, which must be assigned a new ID.
34
+ * "originalGroup" contains the information about the original group and the remaining root modules.
35
+ * "newGroupedRootModules" contains the location and orientation of the new groups and root modules that have been split off.
36
+ * @param splitGroup The original group of root modules.
37
+ * @param newGroupedRootModules The new group of root modules.
38
+ */
39
+ onSplitExternalObjectGroup(splitGroup: ExternalObjectGroupAndModules, newGroupedRootModules: ExternalObjectGroupAndModules | ExternalObjectGroupAndModules[]): void;
40
+ /**
41
+ * "onDeleteExternalObjectGroup" is invoked when a group of root modules and all the root modules it contains are deleted.
42
+ * The group with the ID "groupIdToDelete" is removed from the plan and is completely deleted.
43
+ * @param groupIdToDelete The ID of the group of root modules.
44
+ */
45
+ onDeleteExternalObjectGroup(groupIdToDelete: string): void;
46
+ /**
47
+ * "onDeleteExternalObjectRootModule" is invoked when a root module is deleted from a group of root modules.
48
+ * The root module with the ID "rootModuleIdToDelete" is removed from the group with the ID "group.id" and is completely deleted.
49
+ * "group" contains the information about the group and the remaining root modules.
50
+ * If removing the root module results in a group of root modules being split into two or more groups,
51
+ * "splitGroups" contains the information about the new groups and root modules.
52
+ * This callback is not be called when the solely remaining root module of a group is deleted.
53
+ * In this case, "onDeleteExternalObjectGroup" is called.
54
+ * @param group The group of root modules.
55
+ * @param rootModuleIdToDelete The ID of the root module.
56
+ * @param splitGroups The new groups of root modules that have been split off.
57
+ */
58
+ onDeleteExternalObjectRootModule(remainingGroup: ExternalObjectGroupAndModules, rootModuleIdToDelete: string, splitOffGroups?: ExternalObjectGroupAndModules[]): void;
59
+ /**
60
+ * "onDeleteExternalObjectSubModule" is invoked when a sub module is deleted from a root module.
61
+ * The sub module with the ID "subModuleIdToDelete" is removed from the root module with the ID "rootModuleId"
62
+ * and is completely deleted.
63
+ * @param rootModuleId The ID of the root module.
64
+ * @param subModuleIdToDelete The ID of the sub module.
65
+ */
66
+ onDeleteExternalObjectSubModule(rootModuleId: string, subModuleIdToDelete: string): void;
67
+ /**
68
+ * "onDuplicateExternalObjectGroup" is invoked when a group of root modules is duplicated.
69
+ * This event request generating a completely new group with the an new root modules
70
+ * with exactly the same structure as the group wih the ID "sourceGroupId".
71
+ * The new group is placed at the position and orientation defined in "newGroupPosition".
72
+ * @param sourceGroupId The ID of the source group of root modules.
73
+ * @param newGroupPosition The position and orientation of the new group.
74
+ */
75
+ onDuplicateExternalObjectGroup(sourceGroupId: string, newGroupPosition: ExternalObjectGroupPosition): void;
76
+ /**
77
+ * “onMovedExternalObjectGroup” is invoked when a group of root modules is moved or rotated to a new position.
78
+ * The group with the ID "group.id" is moved to the new position and orientation defined in "group".
79
+ * @param group The group of root modules.
80
+ */
81
+ onMovedExternalObjectGroup(group: ExternalObjectGroup): void;
82
+ /**
83
+ * "onExternalObjectEnvironmentChanged" is invoked when the plan (walls, doors, windows, etc.) has changed.
84
+ * "affectedGroupIds" contains the IDs of all groups of root modules that are affected by the change.
85
+ * @param affectedGroupIds The IDs of the groups of root modules that are affected by the change.
86
+ */
87
+ onExternalObjectEnvironmentChanged(affectedGroupIds: string[]): void;
88
+ /**
89
+ * "onExternalObjectGroupChanged" is invoked when the modules of a group itself have changed.
90
+ * This can be the case in relation with undo/redo operations.
91
+ * "stringifiedGroupData" contains the complete information about the group and the root modules.
92
+ * @param stringifiedGroupData The group data as string.
93
+ */
94
+ onExternalObjectGroupChanged(stringifiedGroupData: string): void;
95
+ /**
96
+ * `onExternalObjectGroupLoaded` is invoked when an external object is loaded from a plan.
97
+ * @param stringifiedGroupData The group data as string.
98
+ */
99
+ onExternalObjectGroupLoaded(stringifiedGroupData: string): void;
100
+ /**
101
+ * "oneExternalObjectAttributeChanged" is invoked when an attribute of a root module or sub module has changed.
102
+ * The attribute with the ID "attributeId" of the sub module with the ID "subModuleId"
103
+ * of the root module with the ID "rootModuleId" has the new value "value".
104
+ * If "subModuleId" is "null", an attribute of the root module has changed.
105
+ * @param rootModuleId The ID of the root module.
106
+ * @param subModuleId The ID of the sub module or "null".
107
+ * @param attributeId The ID of the attribute.
108
+ * @param value The new value of the attribute.
109
+ */
110
+ onExternalObjectAttributeChanged(rootModuleId: string, subModuleId: string | null, attributeId: string, value: string): void;
111
+ /**
112
+ * "onExternalObjectModuleSelected" is invoked when the selection has been changed
113
+ * by and user interaction and a group, a root module or a sub module is selected.
114
+ * @param groupId The ID of the group of root modules.
115
+ * @param rootModuleId The ID of the root modules. Is `null` if a group is selected.
116
+ * @param subModuleId The ID of the sub module. Is `null` if a group or a root module is selected.
117
+ */
118
+ onExternalObjectModuleSelected(groupId: string, rootModuleId: string | null, subModuleId: string | null): void;
119
+ /**
120
+ * "onExternalObjectSelectionCancel" is invoked when the selection of a group, root module or sub module is canceled.
121
+ */
122
+ onExternalObjectSelectionCancel(): void;
123
+ }
@@ -0,0 +1,91 @@
1
+ export interface ExternalObjectUiConfiguration {
2
+ attributeGroupsVisibleInPlanner?: string | string[];
3
+ showPossibleSubModules?: boolean;
4
+ animatedOpenClose?: boolean;
5
+ }
6
+ export interface ExternalObjectMaterialConfiguration {
7
+ defaultMaterial?: string;
8
+ replaceUnmappedMaterialsWithDefault?: boolean;
9
+ materialMapping?: Array<{
10
+ materialName: string;
11
+ materialId: string;
12
+ }>;
13
+ }
14
+ export interface ExternalObjectDebugConfiguration {
15
+ createDebugGeometry?: boolean;
16
+ }
17
+ export interface ExternalObjectApiConfiguration {
18
+ legacyApi?: boolean;
19
+ loadExternalObjectsFromPlan?: boolean;
20
+ uiConfiguration?: ExternalObjectUiConfiguration;
21
+ materialConfiguration?: ExternalObjectMaterialConfiguration;
22
+ debugConfiguration?: ExternalObjectDebugConfiguration;
23
+ }
24
+ export interface ExternalObjectAPI {
25
+ /**
26
+ * With "configureExternalObjectApi" the default representation of the objects and UI and
27
+ * the default behavior when interacting with external objects can be completely or partially overwritten.
28
+ * This configuration should be set prior to loading plans or objects.
29
+ * @param configurationJson The configuration JSON as string or object.
30
+ */
31
+ configureExternalObjectApi(configurationJson: string | ExternalObjectApiConfiguration): Promise<void>;
32
+ /**
33
+ * "loadExternalObjectLibrary" loads the master data of a library.
34
+ * If master data has already been loaded for the library, it is completely replaced by the new master data.
35
+ * @param libraryJson The library JSON as string or object.
36
+ */
37
+ loadExternalObjectLibrary(libraryJson: string | object): void;
38
+ /**
39
+ * "loadExternalObjectGroup" loads a group of modules and places them in the plan.
40
+ * If the group has already been loaded, it is completely replaced by the new group.
41
+ * This function therefore has 2 use cases:
42
+ * 1. Load a new group of modules
43
+ * 2. Update or modify an existing group of modules
44
+ * The initial location of the group and the IDs of the modules are defined in the group JSON.
45
+ * @param groupJson The group JSON as string or object.
46
+ * @param findFreeSpaceInPlan A free space is automatically searched for in the plane.
47
+ */
48
+ loadExternalObjectGroup(groupJson: string | object, findFreeSpaceInPlan: boolean): Promise<void>;
49
+ /**
50
+ * "removeExternalObjectGroup" removes a group and all its modules from the plan.
51
+ * @param groupId The ID of the group of modules.
52
+ */
53
+ removeExternalObjectGroup(groupId: string): Promise<void>;
54
+ /**
55
+ * "removeExternalObjectRootModule" removes a root module from a group and splits the remaining group if the removed root module is located between other root modules.
56
+ * If the group consists of only one root module, the group is removed.
57
+ * @param groupId The ID of the root module.
58
+ */
59
+ removeExternalObjectRootModule(rootModuleId: string): void;
60
+ /**
61
+ * "selectExternalObjectGroup" changes the selected object in the scene.
62
+ * The function selects a complete group of root modules and always switches to planning mode.
63
+ * If the group consists of only one root module, this is equivalent to selecting a single root module.
64
+ * @param groupId The ID of the group of modules.
65
+ */
66
+ selectExternalObjectGroup(groupId: string): Promise<void>;
67
+ /**
68
+ * "selectExternalObjectRootModule" changes the selected object in the scene.
69
+ * The function selects a root module within a group and always switches to planning mode.
70
+ * @param rootModuleId The ID of the root module.
71
+ */
72
+ selectExternalObjectRootModule(rootModuleId: string): Promise<void>;
73
+ /**
74
+ * "selectExternalObjectSubModule" changes the selected object in the scene.
75
+ * The function selects a sub module a root module and always switches to configuration mode.
76
+ * @param rootModuleId The ID of the root module.
77
+ * @param subModuleId The ID of the sub module.
78
+ */
79
+ selectExternalObjectSubModule(rootModuleId: string, subModuleId: string): Promise<void>;
80
+ /**
81
+ * "openOrCloseGeometryOfExternalObject" switches the geometry of the modules between closed and open representation.
82
+ * The function can switch the geometry of the group or the singe root module with the ID "groupIdOrRootModuleId".
83
+ * If "groupIdOrRootModuleId" is the ID of a root module and the "subModuleId" is also specified, only this one sub-module is opened or closed.
84
+ * @param groupIdOrRootModuleId The ID of the group of modules or the ID of the root module.
85
+ * @param subModuleId The ID of the sub module.
86
+ * @param open If true, the modules are opened, if false, they are closed, if the geometry is already in the desired state, nothing happens.
87
+ * @param animate If true the opening or closing is animated else the geometry is switched instantly.
88
+ */
89
+ openOrCloseGeometryOfExternalObject(groupIdOrRootModuleId: string, subModuleId: string | null, open: boolean, animate: boolean): Promise<void>;
90
+ }
91
+ export declare const getDefaultExternalObjectApiConfiguration: () => Promise<ExternalObjectApiConfiguration>;
@@ -0,0 +1,5 @@
1
+ import type { INPUT_EVENT_TYPE } from '../../../common-core/src/input/input-manager';
2
+ import InputManager from '../../../common-core/src/input/input-manager';
3
+ export default class PlannerInputManager extends InputManager {
4
+ protected _canDrag(_type: INPUT_EVENT_TYPE): boolean;
5
+ }
@@ -0,0 +1 @@
1
+ export declare const PLAN_XML_BIG = "<plan version=\"2\"><walls><nodes><node rights=\"0\" id=\"11\" x=\"299\" y=\"-5128\" z=\"0\"/><node rights=\"0\" id=\"23\" x=\"299\" y=\"-8368\" z=\"0\"/><node rights=\"0\" id=\"52\" x=\"-2146\" y=\"-5128\" z=\"0\"/><node rights=\"0\" id=\"99\" x=\"-76\" y=\"-10081\" z=\"0\"/><node rights=\"0\" id=\"103\" x=\"-76\" y=\"-10648\" z=\"0\"/><node rights=\"0\" id=\"115\" x=\"-76\" y=\"-10348\" z=\"0\"/><node rights=\"0\" id=\"116\" x=\"299\" y=\"-10648\" z=\"0\"/><node rights=\"0\" id=\"126\" x=\"299\" y=\"-10078\" z=\"0\"/><node rights=\"0\" id=\"129\" x=\"-2146\" y=\"-6802\" z=\"0\"/><node rights=\"0\" id=\"130\" x=\"-3534\" y=\"-6802\" z=\"0\"/><node rights=\"0\" id=\"146\" x=\"-6923\" y=\"-33598\" z=\"0\"/><node rights=\"0\" id=\"152\" x=\"3354\" y=\"-10078\" z=\"0\"/><node rights=\"0\" id=\"153\" x=\"-6376\" y=\"-5128\" z=\"0\"/><node rights=\"0\" id=\"166\" x=\"299\" y=\"-15854\" z=\"0\"/><node rights=\"0\" id=\"191\" x=\"4393\" y=\"-22772\" z=\"0\"/><node rights=\"0\" id=\"204\" x=\"-6376\" y=\"-24870\" z=\"0\"/><node rights=\"0\" id=\"213\" x=\"299\" y=\"-10081\" z=\"0\"/><node rights=\"0\" id=\"215\" x=\"-6923\" y=\"-1649\" z=\"0\"/><node rights=\"0\" id=\"221\" x=\"3354\" y=\"-1649\" z=\"0\"/><node rights=\"0\" id=\"226\" x=\"3354\" y=\"-3154\" z=\"0\"/><node rights=\"0\" id=\"230\" x=\"4967\" y=\"-33598\" z=\"0\"/><node rights=\"0\" id=\"233\" x=\"-6376\" y=\"-15693\" z=\"0\"/><node rights=\"0\" id=\"239\" x=\"-2146\" y=\"-9037\" z=\"0\"/><node rights=\"0\" id=\"252\" x=\"3643\" y=\"-24870\" z=\"0\"/><node rights=\"0\" id=\"257\" x=\"3354\" y=\"-15854\" z=\"0\"/><node rights=\"0\" id=\"262\" x=\"2273\" y=\"-15854\" z=\"0\"/><node rights=\"0\" id=\"266\" x=\"-3662\" y=\"-21779\" z=\"0\"/><node rights=\"0\" id=\"269\" x=\"-6376\" y=\"-20318\" z=\"0\"/><node rights=\"0\" id=\"274\" x=\"-3662\" y=\"-17354\" z=\"0\"/><node rights=\"0\" id=\"281\" x=\"-6376\" y=\"-15854\" z=\"0\"/><node rights=\"0\" id=\"282\" x=\"-5526\" y=\"-15854\" z=\"0\"/><node rights=\"0\" id=\"283\" x=\"-6923\" y=\"-15693\" z=\"0\"/><node rights=\"0\" id=\"287\" x=\"-6376\" y=\"-17354\" z=\"0\"/><node rights=\"0\" id=\"288\" x=\"-5526\" y=\"-17354\" z=\"0\"/><node rights=\"0\" id=\"289\" x=\"3643\" y=\"-21379\" z=\"0\"/><node rights=\"0\" id=\"291\" x=\"2273\" y=\"-21779\" z=\"0\"/><node rights=\"0\" id=\"292\" x=\"3875\" y=\"-15854\" z=\"0\"/><node rights=\"0\" id=\"293\" x=\"4280\" y=\"-20638\" z=\"0\"/><node rights=\"0\" id=\"294\" x=\"2273\" y=\"-21379\" z=\"0\"/><node rights=\"0\" id=\"300\" x=\"299\" y=\"-15693\" z=\"0\"/><node rights=\"0\" id=\"302\" x=\"-5128\" y=\"-8438\" z=\"0\"/><node rights=\"0\" id=\"303\" x=\"-3271\" y=\"-8368\" z=\"0\"/><node rights=\"0\" id=\"305\" x=\"-6376\" y=\"-8208\" z=\"0\"/><node rights=\"0\" id=\"307\" x=\"-2146\" y=\"-8368\" z=\"0\"/><node rights=\"0\" id=\"308\" x=\"-2146\" y=\"-8180\" z=\"0\"/><node rights=\"0\" id=\"310\" x=\"-6376\" y=\"-8438\" z=\"0\"/><node rights=\"0\" id=\"311\" x=\"-1086\" y=\"-15693\" z=\"0\"/><node rights=\"0\" id=\"315\" x=\"-3534\" y=\"-5128\" z=\"0\"/><node rights=\"0\" id=\"318\" x=\"-3271\" y=\"-13124\" z=\"0\"/><node rights=\"0\" id=\"319\" x=\"-545\" y=\"-15854\" z=\"0\"/></nodes><edges><edge rights=\"0\" from=\"310\" to=\"302\" color=\"#000000\" height=\"2500\" thickness=\"240\"/><edge rights=\"0\" from=\"116\" to=\"213\" color=\"#000000\" height=\"2500\" thickness=\"380\"/><edge rights=\"0\" from=\"191\" to=\"230\" color=\"#000000\" height=\"100\" thickness=\"100\"/><edge rights=\"0\" from=\"293\" to=\"191\" color=\"#000000\" height=\"100\" thickness=\"100\"/><edge rights=\"0\" from=\"103\" to=\"116\" color=\"#000000\" height=\"2500\" thickness=\"250\"/><edge rights=\"0\" from=\"292\" to=\"293\" color=\"#000000\" height=\"100\" thickness=\"100\"/><edge rights=\"0\" from=\"99\" to=\"213\" color=\"#000000\" height=\"2500\" thickness=\"250\"/><edge rights=\"0\" from=\"115\" to=\"103\" color=\"#000000\" height=\"2500\" thickness=\"250\"/><edge rights=\"0\" from=\"310\" to=\"233\" color=\"#000000\" height=\"2500\" thickness=\"240\"><materials><material catalogName=\"\" side=\"right\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_color_065</entry></map><itemId>roomle_wall:MAT_wall_color_065</itemId></idMap></material></materials></edge><edge rights=\"0\" from=\"166\" to=\"262\" color=\"#000000\" height=\"2800\" thickness=\"250\"/><edge rights=\"0\" from=\"262\" to=\"257\" color=\"#000000\" height=\"2800\" thickness=\"250\"/><edge rights=\"0\" from=\"146\" to=\"283\" color=\"#000000\" height=\"100\" thickness=\"100\"/><edge rights=\"0\" from=\"283\" to=\"215\" color=\"#000000\" height=\"100\" thickness=\"100\"/><edge rights=\"1\" from=\"129\" to=\"52\" color=\"#000000\" height=\"2500\" thickness=\"240\"><materials><material catalogName=\"\" side=\"right\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_color_083</entry></map><itemId>roomle_wall:MAT_wall_color_083</itemId></idMap></material><material catalogName=\"\" side=\"left\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_white</entry></map><itemId>roomle_wall:MAT_wall_white</itemId></idMap></material></materials></edge><edge rights=\"0\" from=\"307\" to=\"239\" color=\"#000000\" height=\"2500\" thickness=\"100\"><materials><material catalogName=\"\" side=\"right\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_white</entry></map><itemId>roomle_wall:MAT_wall_white</itemId></idMap></material></materials></edge><edge rights=\"0\" from=\"11\" to=\"52\" color=\"#000000\" height=\"2500\" thickness=\"240\"><materials><material catalogName=\"\" side=\"right\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_color_065</entry></map><itemId>roomle_wall:MAT_wall_color_065</itemId></idMap></material></materials></edge><edge rights=\"0\" from=\"221\" to=\"226\" color=\"#000000\" height=\"100\" thickness=\"100\"/><edge rights=\"0\" from=\"146\" to=\"230\" color=\"#000000\" height=\"100\" thickness=\"100\"/><edge rights=\"0\" from=\"215\" to=\"221\" color=\"#000000\" height=\"100\" thickness=\"100\"/><edge rights=\"0\" from=\"282\" to=\"281\" color=\"#000000\" height=\"2500\" thickness=\"250\"><materials><material catalogName=\"\" side=\"right\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_white</entry></map><itemId>roomle_wall:MAT_wall_white</itemId></idMap></material><material catalogName=\"\" side=\"left\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_white</entry></map><itemId>roomle_wall:MAT_wall_white</itemId></idMap></material></materials></edge><edge rights=\"0\" from=\"257\" to=\"152\" color=\"#000000\" height=\"2500\" thickness=\"300\"><materials><material catalogName=\"\" side=\"right\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_color_065</entry></map><itemId>roomle_wall:MAT_wall_color_065</itemId></idMap></material></materials></edge><edge rights=\"0\" from=\"226\" to=\"292\" color=\"#000000\" height=\"100\" thickness=\"100\"/><edge rights=\"0\" from=\"204\" to=\"269\" color=\"#000000\" height=\"200\" thickness=\"50\"/><edge rights=\"0\" from=\"252\" to=\"204\" color=\"#000000\" height=\"200\" thickness=\"50\"/><edge rights=\"1\" from=\"266\" to=\"274\" color=\"#000000\" height=\"2800\" thickness=\"390\"/><edge rights=\"0\" from=\"213\" to=\"126\" color=\"#000000\" height=\"2800\" thickness=\"380\"/><edge rights=\"1\" from=\"266\" to=\"291\" color=\"#000000\" height=\"2800\" thickness=\"390\"/><edge rights=\"0\" from=\"129\" to=\"130\" color=\"#000000\" height=\"2500\" thickness=\"100\"/><edge rights=\"0\" from=\"23\" to=\"307\" color=\"#000000\" height=\"2500\" thickness=\"240\"><materials><material catalogName=\"\" side=\"right\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_white</entry></map><itemId>roomle_wall:MAT_wall_white</itemId></idMap></material><material catalogName=\"\" side=\"left\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_white</entry></map><itemId>roomle_wall:MAT_wall_white</itemId></idMap></material></materials></edge><edge rights=\"0\" from=\"152\" to=\"126\" color=\"#000000\" height=\"2500\" thickness=\"300\"><materials><material catalogName=\"\" side=\"right\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_color_065</entry></map><itemId>roomle_wall:MAT_wall_color_065</itemId></idMap></material></materials></edge><edge rights=\"0\" from=\"126\" to=\"23\" color=\"#000000\" height=\"2500\" thickness=\"240\"><materials><material catalogName=\"\" side=\"right\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_color_065</entry></map><itemId>roomle_wall:MAT_wall_color_065</itemId></idMap></material></materials></edge><edge rights=\"0\" from=\"99\" to=\"115\" color=\"#000000\" height=\"2500\" thickness=\"250\"/><edge rights=\"0\" from=\"23\" to=\"11\" color=\"#000000\" height=\"2500\" thickness=\"240\"><materials><material catalogName=\"\" side=\"right\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_color_065</entry></map><itemId>roomle_wall:MAT_wall_color_065</itemId></idMap></material></materials></edge><edge rights=\"0\" from=\"233\" to=\"283\" color=\"#000000\" height=\"2800\" thickness=\"250\"/><edge rights=\"0\" from=\"233\" to=\"281\" color=\"#000000\" height=\"1850\" thickness=\"300\"><materials><material catalogName=\"\" side=\"right\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_white</entry></map><itemId>roomle_wall:MAT_wall_white</itemId></idMap></material><material catalogName=\"\" side=\"left\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_white</entry></map><itemId>roomle_wall:MAT_wall_white</itemId></idMap></material></materials></edge><edge rights=\"0\" from=\"281\" to=\"287\" color=\"#000000\" height=\"1850\" thickness=\"300\"><materials><material catalogName=\"\" side=\"right\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_white</entry></map><itemId>roomle_wall:MAT_wall_white</itemId></idMap></material><material catalogName=\"\" side=\"left\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_white</entry></map><itemId>roomle_wall:MAT_wall_white</itemId></idMap></material></materials></edge><edge rights=\"0\" from=\"287\" to=\"269\" color=\"#000000\" height=\"1850\" thickness=\"50\"><materials><material catalogName=\"\" side=\"right\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_white</entry></map><itemId>roomle_wall:MAT_wall_white</itemId></idMap></material><material catalogName=\"\" side=\"left\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_white</entry></map><itemId>roomle_wall:MAT_wall_white</itemId></idMap></material></materials></edge><edge rights=\"0\" from=\"287\" to=\"288\" color=\"#000000\" height=\"2800\" thickness=\"300\"/><edge rights=\"0\" from=\"288\" to=\"274\" color=\"#000000\" height=\"2800\" thickness=\"300\"/><edge rights=\"0\" from=\"252\" to=\"289\" color=\"#000000\" height=\"200\" thickness=\"50\"/><edge rights=\"0\" from=\"257\" to=\"292\" color=\"#000000\" height=\"200\" thickness=\"200\"><materials><material catalogName=\"\" side=\"right\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_color_065</entry></map><itemId>roomle_wall:MAT_wall_color_065</itemId></idMap></material><material catalogName=\"\" side=\"left\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_color_065</entry></map><itemId>roomle_wall:MAT_wall_color_065</itemId></idMap></material></materials></edge><edge rights=\"1\" from=\"291\" to=\"294\" color=\"#000000\" height=\"2800\" thickness=\"390\"/><edge rights=\"1\" from=\"294\" to=\"262\" color=\"#000000\" height=\"2800\" thickness=\"390\"/><edge rights=\"0\" from=\"289\" to=\"294\" color=\"#000000\" height=\"200\" thickness=\"50\"/><edge rights=\"0\" from=\"307\" to=\"303\" color=\"#000000\" height=\"2500\" thickness=\"240\"/><edge rights=\"0\" from=\"166\" to=\"300\" color=\"#000000\" height=\"2500\" thickness=\"380\"/><edge rights=\"0\" from=\"300\" to=\"116\" color=\"#000000\" height=\"2500\" thickness=\"380\"><materials><material catalogName=\"\" side=\"left\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_color_005</entry></map><itemId>roomle_wall:MAT_wall_color_005</itemId></idMap></material></materials></edge><edge rights=\"1\" from=\"153\" to=\"305\" color=\"#000000\" height=\"2800\" thickness=\"250\"/><edge rights=\"1\" from=\"305\" to=\"310\" color=\"#000000\" height=\"2800\" thickness=\"250\"/><edge rights=\"0\" from=\"307\" to=\"308\" color=\"#000000\" height=\"2500\" thickness=\"250\"><materials><material catalogName=\"\" side=\"right\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_color_083</entry></map><itemId>roomle_wall:MAT_wall_color_083</itemId></idMap></material><material catalogName=\"\" side=\"left\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_white</entry></map><itemId>roomle_wall:MAT_wall_white</itemId></idMap></material></materials></edge><edge rights=\"1\" from=\"308\" to=\"129\" color=\"#000000\" height=\"2500\" thickness=\"250\"><materials><material catalogName=\"\" side=\"right\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_color_083</entry></map><itemId>roomle_wall:MAT_wall_color_083</itemId></idMap></material><material catalogName=\"\" side=\"left\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_white</entry></map><itemId>roomle_wall:MAT_wall_white</itemId></idMap></material></materials></edge><edge rights=\"0\" from=\"303\" to=\"310\" color=\"#000000\" height=\"100\" thickness=\"50\"/><edge rights=\"0\" from=\"311\" to=\"300\" color=\"#000000\" height=\"50\" thickness=\"50\"/><edge rights=\"0\" from=\"303\" to=\"318\" color=\"#000000\" height=\"50\" thickness=\"50\"/><edge rights=\"0\" from=\"311\" to=\"318\" color=\"#000000\" height=\"50\" thickness=\"50\"/><edge rights=\"0\" from=\"52\" to=\"315\" color=\"#000000\" height=\"2500\" thickness=\"240\"><materials><material catalogName=\"\" side=\"right\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_color_065</entry></map><itemId>roomle_wall:MAT_wall_color_065</itemId></idMap></material></materials></edge><edge rights=\"0\" from=\"315\" to=\"153\" color=\"#000000\" height=\"2500\" thickness=\"240\"><materials><material catalogName=\"\" side=\"right\"><idMap><map><entry key=\"id\">roomle_wall:MAT_wall_color_065</entry></map><itemId>roomle_wall:MAT_wall_color_065</itemId></idMap></material></materials></edge><edge rights=\"0\" from=\"130\" to=\"315\" color=\"#000000\" height=\"2500\" thickness=\"100\"/><edge rights=\"0\" from=\"166\" to=\"319\" color=\"#000000\" height=\"2800\" thickness=\"250\"/></edges></walls><planobjects><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"storage\" layerId=\"0\" x=\"-6065\" y=\"-6011\" z=\"0\" width=\"1569\" depth=\"350\" height=\"880\" rotation=\"270\" flipX=\"1\" flipY=\"1\" customcolor=\"#cbb79f\"><idMap><map><entry key=\"id\">roomle_white_furniture:kitchen_cabinet02</entry></map><itemId>roomle_white_furniture:kitchen_cabinet02</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"window\" layerId=\"0\" x=\"-4875\" y=\"-5128\" z=\"900\" width=\"2000\" depth=\"240\" height=\"1400\" rotation=\"180\" flipX=\"1\" flipY=\"-1\" customcolor=\"#282224\"><idMap><map><entry key=\"id\">roomle_white_furniture:window_double</entry></map><itemId>roomle_white_furniture:window_double</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"door\" layerId=\"0\" x=\"-2901\" y=\"-6802\" z=\"0\" width=\"800\" depth=\"100\" height=\"2000\" rotation=\"180\" flipX=\"1\" flipY=\"1\" customcolor=\"#67686c\"><idMap><map><entry key=\"id\">roomle_white_furniture:door_internal</entry></map><itemId>roomle_white_furniture:door_internal</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"door\" layerId=\"0\" x=\"-1243\" y=\"-21779\" z=\"0\" width=\"4503\" depth=\"390\" height=\"2200\" rotation=\"0\" flipX=\"1\" flipY=\"-1\" customcolor=\"#282224\"><idMap><map><entry key=\"id\">roomle_white_furniture:Construction_Double_French_Window2</entry></map><itemId>roomle_white_furniture:Construction_Double_French_Window2</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"door\" layerId=\"0\" x=\"299\" y=\"-7749\" z=\"0\" width=\"950\" depth=\"240\" height=\"2000\" rotation=\"90\" flipX=\"1\" flipY=\"-1\"><idMap><map><entry key=\"id\">roomle_white_furniture:door_external</entry></map><itemId>roomle_white_furniture:door_external</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"door\" layerId=\"0\" x=\"1860\" y=\"-10079\" z=\"0\" width=\"2500\" depth=\"300\" height=\"2250\" rotation=\"180\" flipX=\"1\" flipY=\"-1\" customcolor=\"#67686c\"><idMap><map><entry key=\"id\">roomle_white_furniture:door_garage</entry></map><itemId>roomle_white_furniture:door_garage</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"window\" layerId=\"0\" x=\"-1043\" y=\"-5128\" z=\"900\" width=\"1850\" depth=\"240\" height=\"4000\" rotation=\"180\" flipX=\"1\" flipY=\"1\"><idMap><map><entry key=\"id\">roomle_white_furniture:window_double</entry></map><itemId>roomle_white_furniture:window_double</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"door\" layerId=\"0\" x=\"-2146\" y=\"-7735\" z=\"0\" width=\"800\" depth=\"250\" height=\"2000\" rotation=\"90\" flipX=\"1\" flipY=\"-1\" customcolor=\"#67686c\"><idMap><map><entry key=\"id\">roomle_white_furniture:door_internal</entry></map><itemId>roomle_white_furniture:door_internal</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"door\" layerId=\"0\" x=\"-2920\" y=\"-5128\" z=\"1500\" width=\"770\" depth=\"240\" height=\"720\" rotation=\"180\" flipX=\"1\" flipY=\"1\" customcolor=\"#282224\"><idMap><map><entry key=\"id\">roomle_white_furniture:french_window_1</entry></map><itemId>roomle_white_furniture:french_window_1</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"stair\" layerId=\"0\" x=\"-925\" y=\"-6262\" z=\"0\" width=\"2248\" depth=\"2064\" height=\"2600\" rotation=\"0\" flipX=\"1\" flipY=\"-1\" customcolor=\"#ab9681\"><idMap><map><entry key=\"id\">roomle_white_furniture:stairs_full_U</entry></map><itemId>roomle_white_furniture:stairs_full_U</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"door\" layerId=\"0\" x=\"-4606\" y=\"-17354\" z=\"0\" width=\"1000\" depth=\"300\" height=\"2200\" rotation=\"0\" flipX=\"1\" flipY=\"-1\" customcolor=\"#282224\"><idMap><map><entry key=\"id\">roomle_white_furniture:french_window_1</entry></map><itemId>roomle_white_furniture:french_window_1</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"stair\" layerId=\"0\" x=\"-5856\" y=\"-18847\" z=\"0\" width=\"1020\" depth=\"550\" height=\"380\" rotation=\"0\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;roomle_white_furniture:stairs_1&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;a&quot;:&quot;270.00&quot;,&quot;depth&quot;:&quot;800.00&quot;,&quot;form&quot;:&quot;I&quot;,&quot;height&quot;:&quot;380.00&quot;,&quot;ideal&quot;:&quot;650.00&quot;,&quot;orientation&quot;:&quot;LH&quot;,&quot;panelSurface&quot;:&quot;roomle_white_furniture:roomle_color_black&quot;,&quot;rotation&quot;:&quot;180&quot;,&quot;s&quot;:&quot;190.00&quot;,&quot;stairType&quot;:&quot;Normal&quot;,&quot;tread&quot;:&quot;Yes&quot;,&quot;width&quot;:&quot;1000.00&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"window\" layerId=\"0\" x=\"1283\" y=\"-15854\" z=\"2300\" width=\"1587\" depth=\"250\" height=\"500\" rotation=\"0\" flipX=\"1\" flipY=\"-1\" customcolor=\"#67686c\"><idMap><map><entry key=\"id\">roomle_white_furniture:window_regular</entry></map><itemId>roomle_white_furniture:window_regular</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"stair\" layerId=\"0\" x=\"-5111\" y=\"-11891\" z=\"0\" width=\"2273\" depth=\"2278\" height=\"3550\" rotation=\"90\" flipX=\"-1\" flipY=\"1\"><idMap><map><entry key=\"id\">roomle_white_furniture:stairs_circular</entry></map><itemId>roomle_white_furniture:stairs_circular</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"door\" layerId=\"0\" x=\"2842\" y=\"-15854\" z=\"0\" width=\"730\" depth=\"250\" height=\"2000\" rotation=\"0\" flipX=\"-1\" flipY=\"1\" customcolor=\"#67686c\"><idMap><map><entry key=\"id\">roomle_white_furniture:door_internal</entry></map><itemId>roomle_white_furniture:door_internal</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"stair\" layerId=\"0\" x=\"-5865\" y=\"-19940\" z=\"0\" width=\"1020\" depth=\"550\" height=\"380\" rotation=\"0\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;roomle_white_furniture:stairs_1&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;a&quot;:&quot;270.00&quot;,&quot;depth&quot;:&quot;800.00&quot;,&quot;form&quot;:&quot;I&quot;,&quot;height&quot;:&quot;380.00&quot;,&quot;ideal&quot;:&quot;650.00&quot;,&quot;orientation&quot;:&quot;LH&quot;,&quot;panelSurface&quot;:&quot;roomle_white_furniture:roomle_color_black&quot;,&quot;rotation&quot;:&quot;180&quot;,&quot;s&quot;:&quot;190.00&quot;,&quot;stairType&quot;:&quot;Normal&quot;,&quot;tread&quot;:&quot;Yes&quot;,&quot;width&quot;:&quot;1000.00&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"stair\" layerId=\"0\" x=\"-5865\" y=\"-19389\" z=\"0\" width=\"1020\" depth=\"550\" height=\"380\" rotation=\"0\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;roomle_white_furniture:stairs_1&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;a&quot;:&quot;270.00&quot;,&quot;depth&quot;:&quot;800.00&quot;,&quot;form&quot;:&quot;I&quot;,&quot;height&quot;:&quot;380.00&quot;,&quot;ideal&quot;:&quot;650.00&quot;,&quot;orientation&quot;:&quot;LH&quot;,&quot;panelSurface&quot;:&quot;roomle_white_furniture:roomle_color_black&quot;,&quot;rotation&quot;:&quot;180&quot;,&quot;s&quot;:&quot;190.00&quot;,&quot;stairType&quot;:&quot;Normal&quot;,&quot;tread&quot;:&quot;Yes&quot;,&quot;width&quot;:&quot;1000.00&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"stair\" layerId=\"0\" x=\"-5852\" y=\"-20052\" z=\"0\" width=\"1020\" depth=\"550\" height=\"380\" rotation=\"0\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;roomle_white_furniture:stairs_1&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;a&quot;:&quot;270.00&quot;,&quot;depth&quot;:&quot;800.00&quot;,&quot;form&quot;:&quot;I&quot;,&quot;height&quot;:&quot;380.00&quot;,&quot;ideal&quot;:&quot;650.00&quot;,&quot;orientation&quot;:&quot;LH&quot;,&quot;panelSurface&quot;:&quot;roomle_white_furniture:roomle_color_black&quot;,&quot;rotation&quot;:&quot;180&quot;,&quot;s&quot;:&quot;190.00&quot;,&quot;stairType&quot;:&quot;Normal&quot;,&quot;tread&quot;:&quot;Yes&quot;,&quot;width&quot;:&quot;1000.00&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"stair\" layerId=\"0\" x=\"-5856\" y=\"-18306\" z=\"0\" width=\"1020\" depth=\"550\" height=\"380\" rotation=\"0\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;roomle_white_furniture:stairs_1&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;a&quot;:&quot;270.00&quot;,&quot;depth&quot;:&quot;800.00&quot;,&quot;form&quot;:&quot;I&quot;,&quot;height&quot;:&quot;380.00&quot;,&quot;ideal&quot;:&quot;650.00&quot;,&quot;orientation&quot;:&quot;LH&quot;,&quot;panelSurface&quot;:&quot;roomle_white_furniture:roomle_color_black&quot;,&quot;rotation&quot;:&quot;180&quot;,&quot;s&quot;:&quot;190.00&quot;,&quot;stairType&quot;:&quot;Normal&quot;,&quot;tread&quot;:&quot;Yes&quot;,&quot;width&quot;:&quot;1000.00&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"stair\" layerId=\"0\" x=\"-5848\" y=\"-17755\" z=\"0\" width=\"1020\" depth=\"550\" height=\"380\" rotation=\"0\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;roomle_white_furniture:stairs_1&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;a&quot;:&quot;270.00&quot;,&quot;depth&quot;:&quot;800.00&quot;,&quot;form&quot;:&quot;I&quot;,&quot;height&quot;:&quot;380.00&quot;,&quot;ideal&quot;:&quot;650.00&quot;,&quot;orientation&quot;:&quot;LH&quot;,&quot;panelSurface&quot;:&quot;roomle_white_furniture:roomle_color_black&quot;,&quot;rotation&quot;:&quot;180&quot;,&quot;s&quot;:&quot;190.00&quot;,&quot;stairType&quot;:&quot;Normal&quot;,&quot;tread&quot;:&quot;Yes&quot;,&quot;width&quot;:&quot;1000.00&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"window\" layerId=\"0\" x=\"2273\" y=\"-16802\" z=\"2300\" width=\"1640\" depth=\"390\" height=\"500\" rotation=\"90\" flipX=\"1\" flipY=\"1\" customcolor=\"#282224\"><idMap><map><entry key=\"id\">roomle_white_furniture:window_regular</entry></map><itemId>roomle_white_furniture:window_regular</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"door\" layerId=\"0\" x=\"-3662\" y=\"-21074\" z=\"0\" width=\"1000\" depth=\"390\" height=\"2200\" rotation=\"90\" flipX=\"1\" flipY=\"1\" customcolor=\"#282224\"><idMap><map><entry key=\"id\">roomle_white_furniture:french_window_1</entry></map><itemId>roomle_white_furniture:french_window_1</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"sofa\" layerId=\"0\" x=\"-77\" y=\"-16551\" z=\"0\" width=\"2509\" depth=\"968\" height=\"820\" rotation=\"180\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Nockeby_3_seat_sofa&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;cover&quot;:&quot;ikea:IKEA_Tallmyra_white_black&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"brands_21\" type=\"table\" layerId=\"0\" x=\"-206\" y=\"-18665\" z=\"0\" width=\"1000\" depth=\"1000\" height=\"440\" rotation=\"0\" flipX=\"1\" flipY=\"1\"><idMap><map><entry key=\"id\">brands_21:cappellini_smoke02</entry></map><itemId>brands_21:cappellini_smoke02</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"brands_2\" type=\"table\" layerId=\"0\" x=\"1602\" y=\"-16801\" z=\"0\" width=\"400\" depth=\"400\" height=\"440\" rotation=\"0\" flipX=\"1\" flipY=\"1\"><idMap><map><entry key=\"id\">brands_2:TrayTableMedium</entry></map><itemId>brands_2:TrayTableMedium</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"decoration\" layerId=\"0\" x=\"-275\" y=\"-18623\" z=\"0\" width=\"2338\" depth=\"2947\" height=\"4\" rotation=\"0\" flipX=\"1\" flipY=\"1\"><idMap><map><entry key=\"id\">roomle_white_furniture:accessory_carpet_sqare</entry></map><itemId>roomle_white_furniture:accessory_carpet_sqare</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"sofa\" layerId=\"0\" x=\"1561\" y=\"-18791\" z=\"0\" width=\"2509\" depth=\"968\" height=\"820\" rotation=\"90\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Nockeby_3_seat_sofa&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;cover&quot;:&quot;ikea:IKEA_Tallmyra_white_black&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"electric\" layerId=\"0\" x=\"-3428\" y=\"-19296\" z=\"900\" width=\"1445\" depth=\"300\" height=\"875\" rotation=\"270\" flipX=\"1\" flipY=\"1\"><idMap><map><entry key=\"id\">roomle_white_furniture:tv_65</entry></map><itemId>roomle_white_furniture:tv_65</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"brands_28\" type=\"table\" layerId=\"0\" x=\"-4913\" y=\"-14356\" z=\"0\" width=\"2300\" depth=\"920\" height=\"750\" rotation=\"0\" flipX=\"1\" flipY=\"1\"><idMap><map><entry key=\"id\">brands_28:e15_bigfoot</entry></map><itemId>brands_28:e15_bigfoot</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"brands_8\" type=\"seating\" layerId=\"0\" x=\"-5783\" y=\"-15209\" z=\"0\" width=\"650\" depth=\"620\" height=\"820\" rotation=\"0\" flipX=\"1\" flipY=\"1\"><idMap><map><entry key=\"id\">brands_8:minotti_manet</entry></map><itemId>brands_8:minotti_manet</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"brands_8\" type=\"seating\" layerId=\"0\" x=\"-4946\" y=\"-15197\" z=\"0\" width=\"650\" depth=\"620\" height=\"820\" rotation=\"0\" flipX=\"1\" flipY=\"1\"><idMap><map><entry key=\"id\">brands_8:minotti_manet</entry></map><itemId>brands_8:minotti_manet</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"brands_8\" type=\"seating\" layerId=\"0\" x=\"-4080\" y=\"-15209\" z=\"0\" width=\"650\" depth=\"620\" height=\"820\" rotation=\"0\" flipX=\"1\" flipY=\"1\"><idMap><map><entry key=\"id\">brands_8:minotti_manet</entry></map><itemId>brands_8:minotti_manet</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"brands_8\" type=\"seating\" layerId=\"0\" x=\"-5747\" y=\"-13445\" z=\"0\" width=\"650\" depth=\"620\" height=\"820\" rotation=\"180\" flipX=\"1\" flipY=\"1\"><idMap><map><entry key=\"id\">brands_8:minotti_manet</entry></map><itemId>brands_8:minotti_manet</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"brands_8\" type=\"seating\" layerId=\"0\" x=\"-4918\" y=\"-13451\" z=\"0\" width=\"650\" depth=\"620\" height=\"820\" rotation=\"180\" flipX=\"1\" flipY=\"1\"><idMap><map><entry key=\"id\">brands_8:minotti_manet</entry></map><itemId>brands_8:minotti_manet</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"brands_8\" type=\"seating\" layerId=\"0\" x=\"-4094\" y=\"-13424\" z=\"0\" width=\"650\" depth=\"620\" height=\"820\" rotation=\"180\" flipX=\"1\" flipY=\"1\"><idMap><map><entry key=\"id\">brands_8:minotti_manet</entry></map><itemId>brands_8:minotti_manet</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"sofa\" layerId=\"0\" x=\"-168\" y=\"-20728\" z=\"0\" width=\"2509\" depth=\"968\" height=\"820\" rotation=\"0\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Nockeby_3_seat_sofa&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;cover&quot;:&quot;ikea:IKEA_Tallmyra_white_black&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"brands_2\" type=\"table\" layerId=\"0\" x=\"1654\" y=\"-20560\" z=\"0\" width=\"400\" depth=\"400\" height=\"440\" rotation=\"0\" flipX=\"1\" flipY=\"1\"><idMap><map><entry key=\"id\">brands_2:TrayTableMedium</entry></map><itemId>brands_2:TrayTableMedium</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"storage\" layerId=\"0\" x=\"-5862\" y=\"-16593\" z=\"0\" width=\"1230\" depth=\"740\" height=\"2300\" rotation=\"270\" flipX=\"1\" flipY=\"1\"><idMap><map><entry key=\"id\">roomle_white_furniture:bedroom_cabinet_1</entry></map><itemId>roomle_white_furniture:bedroom_cabinet_1</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"storage\" layerId=\"0\" x=\"-5944\" y=\"-7562\" z=\"0\" width=\"1500\" depth=\"596\" height=\"2364\" rotation=\"270\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[{&quot;children&quot;:[{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:PAX_Wardrobe_door&quot;,&quot;dockChild&quot;:&quot;{0.00,0.00,0.00}&quot;,&quot;dockParent&quot;:&quot;[{(-(Width)/2.00),(Depth/2.00),100.00}]&quot;,&quot;dockPosition&quot;:&quot;{-500.00,290.00,100.00}&quot;,&quot;parameters&quot;:{&quot;Depth&quot;:&quot;580.00&quot;,&quot;Door&quot;:&quot;first_type&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_mirror&quot;,&quot;Height&quot;:&quot;2364.00&quot;,&quot;Width&quot;:&quot;1000.00&quot;,&quot;hasDoorKnob&quot;:&quot;0.00&quot;}},{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:PAX_Wardrobe_shelf&quot;,&quot;dockChild&quot;:&quot;{0.00,0.00,0.00}&quot;,&quot;dockParent&quot;:&quot;[{(-(((Width/2.00)-16.00))+0.00),(-(((Depth/2.00)-16.00))+0.00),(150.00+270.00)}]&quot;,&quot;dockPosition&quot;:&quot;{-484.00,-274.00,420.00}&quot;,&quot;parameters&quot;:{&quot;Depth&quot;:&quot;580.00&quot;,&quot;Material&quot;:&quot;ikea:IKEA_PAX_black-brown&quot;,&quot;ShelfType&quot;:&quot;normal&quot;,&quot;Width&quot;:&quot;1000.00&quot;}},{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:PAX_Wardrobe_shelf&quot;,&quot;dockChild&quot;:&quot;{0.00,0.00,0.00}&quot;,&quot;dockParent&quot;:&quot;[{(-(((Width/2.00)-16.00))+0.00),(-(((Depth/2.00)-16.00))+0.00),(150.00+540.00)}]&quot;,&quot;dockPosition&quot;:&quot;{-484.00,-274.00,690.00}&quot;,&quot;parameters&quot;:{&quot;Depth&quot;:&quot;580.00&quot;,&quot;Material&quot;:&quot;ikea:IKEA_PAX_black-brown&quot;,&quot;ShelfType&quot;:&quot;normal&quot;,&quot;Width&quot;:&quot;1000.00&quot;}}],&quot;componentId&quot;:&quot;ikea:PAX_Wardrobe&quot;,&quot;dockChild&quot;:&quot;{(-(Width)/2.00),(Depth/2.00),0.00}&quot;,&quot;dockParent&quot;:&quot;[{(Width/2.00),(Depth/2.00),0.00}]&quot;,&quot;dockPosition&quot;:&quot;{250.00,290.00,0.00}&quot;,&quot;parameters&quot;:{&quot;Depth&quot;:&quot;580.00&quot;,&quot;Height&quot;:&quot;2364.00&quot;,&quot;Material&quot;:&quot;ikea:IKEA_white_stained_oak_effect&quot;,&quot;Width&quot;:&quot;1000.00&quot;,&quot;dockedLeftAsChild&quot;:&quot;1&quot;,&quot;dockedLeftAsParent&quot;:&quot;0&quot;,&quot;dockedRightAsChild&quot;:&quot;0&quot;,&quot;dockedRightAsParent&quot;:&quot;0&quot;,&quot;hasSlideDoor&quot;:&quot;0&quot;,&quot;leftNeighborsWidth&quot;:&quot;0&quot;}},{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:PAX_Wardrobe_door&quot;,&quot;dockChild&quot;:&quot;{0.00,0.00,0.00}&quot;,&quot;dockParent&quot;:&quot;[{(-(Width)/2.00),(Depth/2.00),100.00}]&quot;,&quot;dockPosition&quot;:&quot;{-250.00,290.00,100.00}&quot;,&quot;parameters&quot;:{&quot;Depth&quot;:&quot;580.00&quot;,&quot;Door&quot;:&quot;first_type&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_mirror&quot;,&quot;Height&quot;:&quot;2364.00&quot;,&quot;Width&quot;:&quot;500.00&quot;,&quot;hasDoorKnob&quot;:&quot;0.00&quot;}},{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:PAX_Wardrobe_drawer&quot;,&quot;dockChild&quot;:&quot;{0.00,0.00,0.00}&quot;,&quot;dockParent&quot;:&quot;[{(-((Width/2.00))+0.00),(-(((Depth/2.00)-16.00))+0.00),(150.00+180.00)}]&quot;,&quot;dockPosition&quot;:&quot;{-250.00,-274.00,330.00}&quot;,&quot;parameters&quot;:{&quot;Depth&quot;:&quot;580.00&quot;,&quot;Material&quot;:&quot;ikea:IKEA_PAX_black-brown&quot;,&quot;Width&quot;:&quot;500.00&quot;}},{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:PAX_Wardrobe_drawer&quot;,&quot;dockChild&quot;:&quot;{0.00,0.00,0.00}&quot;,&quot;dockParent&quot;:&quot;[{(-((Width/2.00))+0.00),(-(((Depth/2.00)-16.00))+0.00),(150.00+360.00)}]&quot;,&quot;dockPosition&quot;:&quot;{-250.00,-274.00,510.00}&quot;,&quot;parameters&quot;:{&quot;Depth&quot;:&quot;580.00&quot;,&quot;Material&quot;:&quot;ikea:IKEA_PAX_black-brown&quot;,&quot;Width&quot;:&quot;500.00&quot;}},{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:PAX_Wardrobe_shelf&quot;,&quot;dockChild&quot;:&quot;{0.00,0.00,0.00}&quot;,&quot;dockParent&quot;:&quot;[{(-(((Width/2.00)-16.00))+0.00),(-(((Depth/2.00)-16.00))+0.00),(150.00+540.00)}]&quot;,&quot;dockPosition&quot;:&quot;{-234.00,-274.00,690.00}&quot;,&quot;parameters&quot;:{&quot;Depth&quot;:&quot;580.00&quot;,&quot;Material&quot;:&quot;ikea:IKEA_PAX_black-brown&quot;,&quot;ShelfType&quot;:&quot;normal&quot;,&quot;Width&quot;:&quot;500.00&quot;}}],&quot;componentId&quot;:&quot;ikea:PAX_Wardrobe&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;Depth&quot;:&quot;580.00&quot;,&quot;Height&quot;:&quot;2364.00&quot;,&quot;Material&quot;:&quot;ikea:IKEA_white_stained_oak_effect&quot;,&quot;Width&quot;:&quot;500.00&quot;,&quot;dockedLeftAsChild&quot;:&quot;0&quot;,&quot;dockedLeftAsParent&quot;:&quot;0&quot;,&quot;dockedRightAsChild&quot;:&quot;0&quot;,&quot;dockedRightAsParent&quot;:&quot;1&quot;,&quot;hasSlideDoor&quot;:&quot;0&quot;,&quot;leftNeighborsWidth&quot;:&quot;1000.00&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"roomle_white_furniture\" type=\"other\" layerId=\"0\" x=\"-3610\" y=\"-17766\" z=\"200\" width=\"800\" depth=\"350\" height=\"1000\" rotation=\"270\" flipX=\"1\" flipY=\"1\" customcolor=\"#c5beac\"><idMap><map><entry key=\"id\">roomle_white_furniture:Pets_Aquarium</entry></map><itemId>roomle_white_furniture:Pets_Aquarium</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"storage\" layerId=\"0\" x=\"-1841\" y=\"-12223\" z=\"0\" width=\"600\" depth=\"650\" height=\"912\" rotation=\"270\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Kitchen_Cupboard_60_with_3_drawers_stove&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;CountertopMaterial&quot;:&quot;ikea:IKEA_Ekbacken_black_stone_effect&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_Ringhult_high_gloss_white&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"storage\" layerId=\"0\" x=\"-1875\" y=\"-10611\" z=\"0\" width=\"600\" depth=\"650\" height=\"908\" rotation=\"270\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Kitchen_Cupboard_60_with_4_drawers&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;CountertopMaterial&quot;:&quot;ikea:IKEA_Ekbacken_black_stone_effect&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_Grevsta_stainless_steel&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"storage\" layerId=\"0\" x=\"-1867\" y=\"-11206\" z=\"0\" width=\"600\" depth=\"650\" height=\"1351\" rotation=\"270\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Kitchen_Cupboard_60_with_1_door_and_sink&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;CountertopMaterial&quot;:&quot;ikea:IKEA_Ekbacken_black_stone_effect&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_Grevsta_stainless_steel&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"storage\" layerId=\"0\" x=\"-123\" y=\"-9062\" z=\"0\" width=\"600\" depth=\"651\" height=\"2280\" rotation=\"90\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Kitchen_Cupboard_220_with_oven&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;CountertopMaterial&quot;:&quot;ikea:IKEA_Karbly_oak&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_Grevsta_stainless_steel&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"storage\" layerId=\"0\" x=\"-220\" y=\"-14065\" z=\"0\" width=\"600\" depth=\"651\" height=\"2280\" rotation=\"90\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Kitchen_Cupboard_220_with_oven&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;CountertopMaterial&quot;:&quot;ikea:IKEA_Karbly_oak&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_Grevsta_stainless_steel&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"storage\" layerId=\"0\" x=\"-211\" y=\"-14663\" z=\"0\" width=\"600\" depth=\"651\" height=\"2280\" rotation=\"90\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Kitchen_Cupboard_220_with_oven&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;CountertopMaterial&quot;:&quot;ikea:IKEA_Karbly_oak&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_Grevsta_stainless_steel&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"storage\" layerId=\"0\" x=\"-211\" y=\"-15252\" z=\"0\" width=\"600\" depth=\"651\" height=\"2280\" rotation=\"90\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Kitchen_Cupboard_220_with_oven&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;CountertopMaterial&quot;:&quot;ikea:IKEA_Karbly_oak&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_Grevsta_stainless_steel&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"storage\" layerId=\"0\" x=\"-126\" y=\"-9658\" z=\"0\" width=\"600\" depth=\"651\" height=\"2280\" rotation=\"90\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Kitchen_Cupboard_220_with_oven&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;CountertopMaterial&quot;:&quot;ikea:IKEA_Karbly_oak&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_Grevsta_stainless_steel&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"brands_23\" type=\"seating\" layerId=\"0\" x=\"-2061\" y=\"-10053\" z=\"0\" width=\"440\" depth=\"390\" height=\"800\" rotation=\"0\" flipX=\"1\" flipY=\"1\"><idMap><map><entry key=\"id\">brands_23:artek_pirkkabarstool</entry></map><itemId>brands_23:artek_pirkkabarstool</itemId></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"storage\" layerId=\"0\" x=\"-2270\" y=\"-10624\" z=\"0\" width=\"600\" depth=\"650\" height=\"908\" rotation=\"270\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Kitchen_Cupboard_60_with_4_drawers&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;CountertopMaterial&quot;:&quot;ikea:IKEA_Ekbacken_black_stone_effect&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_Ringhult_high_gloss_white&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"storage\" layerId=\"0\" x=\"-1844\" y=\"-12814\" z=\"0\" width=\"600\" depth=\"650\" height=\"908\" rotation=\"270\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Kitchen_Cupboard_60_with_4_drawers&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;CountertopMaterial&quot;:&quot;ikea:IKEA_Ekbacken_black_stone_effect&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_Ringhult_high_gloss_white&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"storage\" layerId=\"0\" x=\"-2280\" y=\"-11175\" z=\"0\" width=\"600\" depth=\"650\" height=\"908\" rotation=\"270\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Kitchen_Cupboard_60_with_4_drawers&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;CountertopMaterial&quot;:&quot;ikea:IKEA_Ekbacken_black_stone_effect&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_Ringhult_high_gloss_white&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"storage\" layerId=\"0\" x=\"-2283\" y=\"-11764\" z=\"0\" width=\"600\" depth=\"650\" height=\"908\" rotation=\"270\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Kitchen_Cupboard_60_with_4_drawers&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;CountertopMaterial&quot;:&quot;ikea:IKEA_Ekbacken_black_stone_effect&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_Ringhult_high_gloss_white&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"storage\" layerId=\"0\" x=\"-1863\" y=\"-11796\" z=\"0\" width=\"600\" depth=\"650\" height=\"908\" rotation=\"270\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Kitchen_Cupboard_60_with_4_drawers&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;CountertopMaterial&quot;:&quot;ikea:IKEA_Ekbacken_black_stone_effect&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_Ringhult_high_gloss_white&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"storage\" layerId=\"0\" x=\"-2281\" y=\"-12379\" z=\"0\" width=\"600\" depth=\"650\" height=\"908\" rotation=\"270\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Kitchen_Cupboard_60_with_4_drawers&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;CountertopMaterial&quot;:&quot;ikea:IKEA_Ekbacken_black_stone_effect&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_Ringhult_high_gloss_white&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"storage\" layerId=\"0\" x=\"-2286\" y=\"-12819\" z=\"0\" width=\"600\" depth=\"650\" height=\"908\" rotation=\"270\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Kitchen_Cupboard_60_with_4_drawers&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;CountertopMaterial&quot;:&quot;ikea:IKEA_Ekbacken_black_stone_effect&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_Ringhult_high_gloss_white&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"storage\" layerId=\"0\" x=\"-214\" y=\"-13457\" z=\"0\" width=\"600\" depth=\"650\" height=\"908\" rotation=\"90\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Kitchen_Cupboard_60_with_4_drawers&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;CountertopMaterial&quot;:&quot;ikea:IKEA_Ekbacken_black_stone_effect&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_Grevsta_stainless_steel&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"storage\" layerId=\"0\" x=\"-207\" y=\"-12858\" z=\"0\" width=\"600\" depth=\"650\" height=\"908\" rotation=\"90\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Kitchen_Cupboard_60_with_4_drawers&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;CountertopMaterial&quot;:&quot;ikea:IKEA_Ekbacken_black_stone_effect&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_Grevsta_stainless_steel&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"storage\" layerId=\"0\" x=\"-211\" y=\"-12258\" z=\"0\" width=\"600\" depth=\"650\" height=\"908\" rotation=\"90\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Kitchen_Cupboard_60_with_4_drawers&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;CountertopMaterial&quot;:&quot;ikea:IKEA_Ekbacken_black_stone_effect&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_Grevsta_stainless_steel&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"storage\" layerId=\"0\" x=\"-215\" y=\"-11665\" z=\"0\" width=\"600\" depth=\"650\" height=\"908\" rotation=\"90\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Kitchen_Cupboard_60_with_4_drawers&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;CountertopMaterial&quot;:&quot;ikea:IKEA_Ekbacken_black_stone_effect&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_Grevsta_stainless_steel&quot;}}</configuration></idMap></planobject><planobject rights=\"0\" catalogName=\"ikea\" type=\"storage\" layerId=\"0\" x=\"-214\" y=\"-11071\" z=\"0\" width=\"600\" depth=\"650\" height=\"908\" rotation=\"90\" flipX=\"1\" flipY=\"1\"><idMap><configuration>{&quot;children&quot;:[],&quot;componentId&quot;:&quot;ikea:Kitchen_Cupboard_60_with_4_drawers&quot;,&quot;dockChild&quot;:&quot;&quot;,&quot;dockParent&quot;:&quot;&quot;,&quot;dockPosition&quot;:&quot;&quot;,&quot;parameters&quot;:{&quot;CountertopMaterial&quot;:&quot;ikea:IKEA_Ekbacken_black_stone_effect&quot;,&quot;DoorMaterial&quot;:&quot;ikea:IKEA_Grevsta_stainless_steel&quot;}}</configuration></idMap></planobject></planobjects><texters/><measures><measure rights=\"0\" x1=\"-6250\" y1=\"-8038\" x2=\"-5735\" y2=\"-8030\"/><measure rights=\"0\" x1=\"-6858\" y1=\"-20596\" x2=\"-3853\" y2=\"-20607\"/><measure rights=\"0\" x1=\"-3446\" y1=\"-21366\" x2=\"2066\" y2=\"-21371\"/><measure rights=\"0\" x1=\"-3539\" y1=\"-22508\" x2=\"-3552\" y2=\"-17479\"/><measure rights=\"0\" x1=\"-5342\" y1=\"-15824\" x2=\"22\" y2=\"-15869\"/><measure rights=\"0\" x1=\"1844\" y1=\"-21569\" x2=\"1855\" y2=\"-15996\"/><measure rights=\"0\" x1=\"2484\" y1=\"-16101\" x2=\"3832\" y2=\"-16101\"/><measure rights=\"0\" x1=\"1515\" y1=\"-22201\" x2=\"2097\" y2=\"-22197\"/><measure rights=\"0\" x1=\"459\" y1=\"-4801\" x2=\"-144\" y2=\"-4794\"/><measure rights=\"0\" x1=\"-6498\" y1=\"-4766\" x2=\"-5881\" y2=\"-4773\"/><measure rights=\"0\" x1=\"-6505\" y1=\"-4520\" x2=\"508\" y2=\"-4513\"/><measure rights=\"0\" x1=\"-3868\" y1=\"-4710\" x2=\"-1967\" y2=\"-4717\"/><measure rights=\"0\" x1=\"-2549\" y1=\"-12777\" x2=\"-1549\" y2=\"-12802\"/><measure rights=\"0\" x1=\"-1545\" y1=\"-13093\" x2=\"-1539\" y2=\"-10297\"/><measure rights=\"0\" x1=\"-1536\" y1=\"-12783\" x2=\"-531\" y2=\"-12809\"/><measure rights=\"0\" x1=\"-502\" y1=\"-13508\" x2=\"102\" y2=\"-13514\"/><measure rights=\"0\" x1=\"-2779\" y1=\"-11805\" x2=\"-3958\" y2=\"-11799\"/><measure rights=\"0\" x1=\"-553\" y1=\"-12411\" x2=\"-1354\" y2=\"-12405\"/><measure rights=\"0\" x1=\"-782\" y1=\"-13739\" x2=\"-772\" y2=\"-10776\"/></measures><floors><floor rights=\"0\" type=\"\"><material catalogName=\"\" scaleX=\"1\" scaleY=\"1\" rotation=\"0\"><idMap><map><entry key=\"id\">roomle_floor:MAT_floor_color_093</entry></map><itemId>roomle_floor:MAT_floor_color_093</itemId></idMap></material><nodes><node sortId=\"1\">166</node><node sortId=\"2\">300</node><node sortId=\"3\">116</node><node sortId=\"4\">213</node><node sortId=\"5\">126</node><node sortId=\"6\">152</node><node sortId=\"7\">257</node><node sortId=\"8\">262</node></nodes></floor><floor rights=\"0\" type=\"\"><material scaleX=\"1\" scaleY=\"1\" rotation=\"0\"><idMap/></material><nodes><node sortId=\"1\">103</node><node sortId=\"2\">115</node><node sortId=\"3\">99</node><node sortId=\"4\">213</node><node sortId=\"5\">116</node></nodes></floor><floor rights=\"0\" type=\"\"><material catalogName=\"\" scaleX=\"1\" scaleY=\"1\" rotation=\"0\"><idMap><map><entry key=\"id\">roomle_floor:MAT_floor_color_102</entry></map><itemId>roomle_floor:MAT_floor_color_102</itemId></idMap></material><nodes><node sortId=\"1\">307</node><node sortId=\"2\">308</node><node sortId=\"3\">129</node><node sortId=\"4\">52</node><node sortId=\"5\">11</node><node sortId=\"6\">23</node></nodes></floor><floor rights=\"0\" type=\"\"><material catalogName=\"\" scaleX=\"1\" scaleY=\"1\" rotation=\"0\"><idMap><map><entry key=\"id\">roomle_floor:MAT_floor_color_112</entry></map><itemId>roomle_floor:MAT_floor_color_112</itemId></idMap></material><nodes><node sortId=\"1\">233</node><node sortId=\"2\">283</node><node sortId=\"3\">215</node><node sortId=\"4\">221</node><node sortId=\"5\">226</node><node sortId=\"6\">292</node><node sortId=\"7\">257</node><node sortId=\"8\">152</node><node sortId=\"9\">126</node><node sortId=\"10\">23</node><node sortId=\"11\">11</node><node sortId=\"12\">52</node><node sortId=\"13\">315</node><node sortId=\"14\">153</node><node sortId=\"15\">305</node><node sortId=\"16\">310</node></nodes></floor><floor rights=\"0\" type=\"\"><material catalogName=\"\" scaleX=\"1\" scaleY=\"1\" rotation=\"0\"><idMap><map><entry key=\"id\">roomle_floor:MAT_floor_gras</entry></map><itemId>roomle_floor:MAT_floor_gras</itemId></idMap></material><nodes><node sortId=\"1\">294</node><node sortId=\"2\">262</node><node sortId=\"3\">257</node><node sortId=\"4\">292</node><node sortId=\"5\">293</node><node sortId=\"6\">191</node><node sortId=\"7\">230</node><node sortId=\"8\">146</node><node sortId=\"9\">283</node><node sortId=\"10\">233</node><node sortId=\"11\">281</node><node sortId=\"12\">287</node><node sortId=\"13\">269</node><node sortId=\"14\">204</node><node sortId=\"15\">252</node><node sortId=\"16\">289</node></nodes></floor><floor rights=\"0\" type=\"\"><material catalogName=\"\" scaleX=\"1\" scaleY=\"1\" rotation=\"0\"><idMap><map><entry key=\"id\">roomle_floor:MAT_floor_parkett_dunkel</entry></map><itemId>roomle_floor:MAT_floor_parkett_dunkel</itemId></idMap></material><nodes><node sortId=\"1\">289</node><node sortId=\"2\">252</node><node sortId=\"3\">204</node><node sortId=\"4\">269</node><node sortId=\"5\">287</node><node sortId=\"6\">288</node><node sortId=\"7\">274</node><node sortId=\"8\">266</node><node sortId=\"9\">291</node><node sortId=\"10\">294</node></nodes></floor><floor rights=\"0\" type=\"\"><material catalogName=\"\" scaleX=\"1\" scaleY=\"1\" rotation=\"0\"><idMap><map><entry key=\"id\">roomle_floor:MAT_floor_color_112</entry></map><itemId>roomle_floor:MAT_floor_color_112</itemId></idMap></material><nodes><node sortId=\"1\">303</node><node sortId=\"2\">307</node><node sortId=\"3\">239</node><node sortId=\"4\">307</node><node sortId=\"5\">23</node><node sortId=\"6\">126</node><node sortId=\"7\">213</node><node sortId=\"8\">99</node><node sortId=\"9\">115</node><node sortId=\"10\">103</node><node sortId=\"11\">116</node><node sortId=\"12\">300</node><node sortId=\"13\">311</node><node sortId=\"14\">318</node></nodes></floor><floor rights=\"0\" type=\"\"><material catalogName=\"\" scaleX=\"1\" scaleY=\"1\" rotation=\"0\"><idMap><map><entry key=\"id\">roomle_floor:MAT_floor_marmorfliesen_dunkel</entry></map><itemId>roomle_floor:MAT_floor_marmorfliesen_dunkel</itemId></idMap></material><nodes><node sortId=\"1\">315</node><node sortId=\"2\">52</node><node sortId=\"3\">129</node><node sortId=\"4\">130</node></nodes></floor><floor rights=\"0\" type=\"\"><material catalogName=\"\" scaleX=\"1\" scaleY=\"1\" rotation=\"0\"><idMap><map><entry key=\"id\">roomle_floor:MAT_floor_color_112</entry></map><itemId>roomle_floor:MAT_floor_color_112</itemId></idMap></material><nodes><node sortId=\"1\">130</node><node sortId=\"2\">129</node><node sortId=\"3\">308</node><node sortId=\"4\">307</node><node sortId=\"5\">303</node><node sortId=\"6\">310</node><node sortId=\"7\">305</node><node sortId=\"8\">153</node><node sortId=\"9\">315</node></nodes></floor><floor rights=\"0\" type=\"\"><material catalogName=\"\" scaleX=\"1\" scaleY=\"1\" rotation=\"0\"><idMap><map><entry key=\"id\">roomle_floor:MAT_floor_laminat_hell</entry></map><itemId>roomle_floor:MAT_floor_laminat_hell</itemId></idMap></material><nodes><node sortId=\"1\">319</node><node sortId=\"2\">166</node><node sortId=\"3\">262</node><node sortId=\"4\">294</node><node sortId=\"5\">291</node><node sortId=\"6\">266</node><node sortId=\"7\">274</node><node sortId=\"8\">288</node><node sortId=\"9\">287</node><node sortId=\"10\">281</node><node sortId=\"11\">282</node><node sortId=\"12\">281</node><node sortId=\"13\">233</node><node sortId=\"14\">310</node><node sortId=\"15\">302</node><node sortId=\"16\">310</node><node sortId=\"17\">303</node><node sortId=\"18\">318</node><node sortId=\"19\">311</node><node sortId=\"20\">300</node><node sortId=\"21\">166</node></nodes></floor></floors><transparency><layers/></transparency></plan>";
@@ -0,0 +1,13 @@
1
+ import './utils/global-definitions';
2
+ import Main from '../../common-core/src/main';
3
+ import RoomlePlanner from './roomle-planner';
4
+ export declare class Planner extends Main {
5
+ private _planner;
6
+ protected setupGlobals(): void;
7
+ protected setupDependencies(): void;
8
+ protected cleanUpGlobals(): void;
9
+ protected cleanUpDependencies(): void;
10
+ protected bootFinished(): void;
11
+ getApi(): RoomlePlanner;
12
+ protected getContextName(): string;
13
+ }