@roomle/web-sdk 2.93.0 → 2.94.0-alpha.2

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 (285) hide show
  1. package/.releaserc.json +7 -5
  2. package/lib/TextGeometry-259292ec.nomodule.js +2 -0
  3. package/lib/TextGeometry-259292ec.nomodule.js.map +1 -0
  4. package/lib/TextGeometry-dc304c0e.js +2 -0
  5. package/lib/TextGeometry-dc304c0e.js.map +1 -0
  6. package/lib/{banana-for-scale-82698f0d.nomodule.js → banana-for-scale-7d77113f.nomodule.js} +2 -2
  7. package/lib/{banana-for-scale-82698f0d.nomodule.js.map → banana-for-scale-7d77113f.nomodule.js.map} +1 -1
  8. package/lib/{banana-for-scale-97867f4b.js → banana-for-scale-a6cfb03f.js} +2 -2
  9. package/lib/{banana-for-scale-97867f4b.js.map → banana-for-scale-a6cfb03f.js.map} +1 -1
  10. package/lib/{budgeteer-measure-f6505461.js → budgeteer-measure-7662ae7e.js} +2 -2
  11. package/lib/{budgeteer-measure-f6505461.js.map → budgeteer-measure-7662ae7e.js.map} +1 -1
  12. package/lib/budgeteer-measure.nomodule.js +1 -1
  13. package/lib/{camera-behaviour-030b51c2.js → camera-behaviour-05fc5ef1.js} +2 -2
  14. package/lib/camera-behaviour-05fc5ef1.js.map +1 -0
  15. package/lib/{camera-behaviour-ca49ab38.nomodule.js → camera-behaviour-55f86fa4.nomodule.js} +2 -2
  16. package/lib/camera-behaviour-55f86fa4.nomodule.js.map +1 -0
  17. package/lib/{component-dimensioning-1f0b49db.js → component-dimensioning-a9ea8349.js} +2 -2
  18. package/lib/component-dimensioning-a9ea8349.js.map +1 -0
  19. package/lib/{component-dimensioning-23833567.nomodule.js → component-dimensioning-d2271998.nomodule.js} +2 -2
  20. package/lib/component-dimensioning-d2271998.nomodule.js.map +1 -0
  21. package/lib/{component-raycast-helper-3897a2ff.js → component-raycast-helper-80394a4e.js} +2 -2
  22. package/lib/component-raycast-helper-80394a4e.js.map +1 -0
  23. package/lib/{component-raycast-helper-6ca8533f.nomodule.js → component-raycast-helper-e910b27c.nomodule.js} +2 -2
  24. package/lib/component-raycast-helper-e910b27c.nomodule.js.map +1 -0
  25. package/lib/{configurator-c12782f6.nomodule.js → configurator-79cf93dd.nomodule.js} +2 -2
  26. package/lib/configurator-79cf93dd.nomodule.js.map +1 -0
  27. package/lib/{configurator-8bd32915.js → configurator-a35cc80c.js} +2 -2
  28. package/lib/configurator-a35cc80c.js.map +1 -0
  29. package/lib/configurator-main-94e1c5d0.js +2 -0
  30. package/lib/configurator-main-94e1c5d0.js.map +1 -0
  31. package/lib/configurator-main.nomodule.js +1 -1
  32. package/lib/{continuous-drawing-helper-cb4aacc1.js → continuous-drawing-helper-be34f1ca.js} +2 -2
  33. package/lib/continuous-drawing-helper-be34f1ca.js.map +1 -0
  34. package/lib/{continuous-drawing-helper-f0db09d7.nomodule.js → continuous-drawing-helper-d10bf8bc.nomodule.js} +2 -2
  35. package/lib/continuous-drawing-helper-d10bf8bc.nomodule.js.map +1 -0
  36. package/lib/{default-light-setting-dc41f88c.nomodule.js → default-light-setting-31cbd6d3.nomodule.js} +2 -2
  37. package/lib/default-light-setting-31cbd6d3.nomodule.js.map +1 -0
  38. package/lib/{default-light-setting-59bf1477.js → default-light-setting-f7470fe4.js} +2 -2
  39. package/lib/default-light-setting-f7470fe4.js.map +1 -0
  40. package/lib/definitions/common-core/src/utils/init-data.d.ts +2 -0
  41. package/lib/definitions/common-core/src/utils/shims.d.ts +10 -0
  42. package/lib/definitions/common-core/src/webgl/renderer/scene-renderer.d.ts +2 -1
  43. package/lib/definitions/common-core/src/webgl/roomle-webgl-renderer.d.ts +1 -1
  44. package/lib/definitions/configurator-core/src/roomle-configurator.d.ts +4 -1
  45. package/lib/definitions/configurator-core/src/utils/imos-ix-poc-export-helper.d.ts +43 -0
  46. package/lib/definitions/configurator-core/src/webgl/configurator-scene-manager.d.ts +1 -0
  47. package/lib/definitions/packages/common-core/src/utils/init-data.d.ts +2 -0
  48. package/lib/definitions/packages/common-core/src/utils/shims.d.ts +10 -0
  49. package/lib/definitions/packages/common-core/src/webgl/renderer/scene-renderer.d.ts +2 -1
  50. package/lib/definitions/packages/common-core/src/webgl/roomle-webgl-renderer.d.ts +1 -1
  51. package/lib/definitions/packages/configurator-core/src/roomle-configurator.d.ts +4 -1
  52. package/lib/definitions/packages/configurator-core/src/utils/imos-ix-poc-export-helper.d.ts +43 -0
  53. package/lib/definitions/packages/configurator-core/src/webgl/configurator-scene-manager.d.ts +1 -0
  54. package/lib/definitions/packages/planner-core/src/external-object-api-callbacks.d.ts +26 -13
  55. package/lib/definitions/packages/planner-core/src/external-object-api.d.ts +2 -1
  56. package/lib/definitions/packages/planner-core/src/roomle-planner-ui-callback.d.ts +9 -5
  57. package/lib/definitions/packages/planner-core/src/roomle-planner.d.ts +6 -3
  58. package/lib/definitions/packages/planner-core/src/services/planner-kernel-access.d.ts +11 -11
  59. package/lib/definitions/packages/planner-core/src/utils/planner-scene-manager.d.ts +1 -1
  60. package/lib/definitions/packages/planner-core/src/view-model/plan-view-model.d.ts +1 -0
  61. package/lib/definitions/packages/planner-core/src/webgl/planner-scene-manager.d.ts +5 -0
  62. package/lib/definitions/packages/typings/planner.d.ts +20 -1
  63. package/lib/definitions/planner-core/src/external-object-api-callbacks.d.ts +26 -13
  64. package/lib/definitions/planner-core/src/external-object-api.d.ts +2 -1
  65. package/lib/definitions/planner-core/src/roomle-planner-ui-callback.d.ts +9 -5
  66. package/lib/definitions/planner-core/src/roomle-planner.d.ts +6 -3
  67. package/lib/definitions/planner-core/src/services/planner-kernel-access.d.ts +11 -11
  68. package/lib/definitions/planner-core/src/utils/planner-scene-manager.d.ts +1 -1
  69. package/lib/definitions/planner-core/src/view-model/plan-view-model.d.ts +1 -0
  70. package/lib/definitions/planner-core/src/webgl/planner-scene-manager.d.ts +5 -0
  71. package/lib/definitions/typings/planner.d.ts +20 -1
  72. package/lib/dimensioning-helper-940e213e.js +2 -0
  73. package/lib/{dimensioning-helper-b578c929.js.map → dimensioning-helper-940e213e.js.map} +1 -1
  74. package/lib/dimensioning-helper-c90a2e59.nomodule.js +2 -0
  75. package/lib/dimensioning-helper-c90a2e59.nomodule.js.map +1 -0
  76. package/lib/{glb-viewer-27827d4c.nomodule.js → glb-viewer-447927c4.nomodule.js} +2 -2
  77. package/lib/{glb-viewer-27827d4c.nomodule.js.map → glb-viewer-447927c4.nomodule.js.map} +1 -1
  78. package/lib/{glb-viewer-camera-behaviour-1f71cb62.js → glb-viewer-camera-behaviour-141567b1.js} +2 -2
  79. package/lib/glb-viewer-camera-behaviour-141567b1.js.map +1 -0
  80. package/lib/{glb-viewer-camera-behaviour-3d4a8906.nomodule.js → glb-viewer-camera-behaviour-2608e844.nomodule.js} +2 -2
  81. package/lib/glb-viewer-camera-behaviour-2608e844.nomodule.js.map +1 -0
  82. package/lib/{glb-viewer-175715eb.js → glb-viewer-fd67ff04.js} +2 -2
  83. package/lib/{glb-viewer-175715eb.js.map → glb-viewer-fd67ff04.js.map} +1 -1
  84. package/lib/glb-viewer-main-3c69bc92.js +2 -0
  85. package/lib/glb-viewer-main-3c69bc92.js.map +1 -0
  86. package/lib/glb-viewer-main.nomodule.js +1 -1
  87. package/lib/imos-ix-poc-export-helper-dee4f3a1.js +2 -0
  88. package/lib/imos-ix-poc-export-helper-dee4f3a1.js.map +1 -0
  89. package/lib/imos-ix-poc-export-helper-e4c914df.nomodule.js +2 -0
  90. package/lib/imos-ix-poc-export-helper-e4c914df.nomodule.js.map +1 -0
  91. package/lib/legacy/TextGeometry-5fb8e830.legacy.js +2 -0
  92. package/lib/legacy/TextGeometry-5fb8e830.legacy.js.map +1 -0
  93. package/lib/legacy/{banana-for-scale-c5474706.legacy.js → banana-for-scale-d076a131.legacy.js} +2 -2
  94. package/lib/legacy/{banana-for-scale-c5474706.legacy.js.map → banana-for-scale-d076a131.legacy.js.map} +1 -1
  95. package/lib/legacy/budgeteer-measure.legacy.js +1 -1
  96. package/lib/legacy/camera-behaviour-b583d9da.legacy.js +2 -0
  97. package/lib/legacy/camera-behaviour-b583d9da.legacy.js.map +1 -0
  98. package/lib/legacy/{component-dimensioning-6564c623.legacy.js → component-dimensioning-2f39ca2d.legacy.js} +2 -2
  99. package/lib/legacy/component-dimensioning-2f39ca2d.legacy.js.map +1 -0
  100. package/lib/legacy/{component-raycast-helper-bd3bf7e5.legacy.js → component-raycast-helper-d8951895.legacy.js} +2 -2
  101. package/lib/legacy/component-raycast-helper-d8951895.legacy.js.map +1 -0
  102. package/lib/legacy/configurator-254d3ebf.legacy.js +2 -0
  103. package/lib/legacy/configurator-254d3ebf.legacy.js.map +1 -0
  104. package/lib/legacy/configurator-main.legacy.js +1 -1
  105. package/lib/legacy/{continuous-drawing-helper-d02d4a86.legacy.js → continuous-drawing-helper-6d3c0faf.legacy.js} +2 -2
  106. package/lib/legacy/continuous-drawing-helper-6d3c0faf.legacy.js.map +1 -0
  107. package/lib/legacy/{default-light-setting-eaedd022.legacy.js → default-light-setting-e60bff1b.legacy.js} +2 -2
  108. package/lib/legacy/default-light-setting-e60bff1b.legacy.js.map +1 -0
  109. package/lib/legacy/dimensioning-helper-216dab16.legacy.js +2 -0
  110. package/lib/legacy/dimensioning-helper-216dab16.legacy.js.map +1 -0
  111. package/lib/legacy/{glb-viewer-0a5e5b7f.legacy.js → glb-viewer-14374774.legacy.js} +2 -2
  112. package/lib/legacy/{glb-viewer-0a5e5b7f.legacy.js.map → glb-viewer-14374774.legacy.js.map} +1 -1
  113. package/lib/legacy/{glb-viewer-camera-behaviour-890268c6.legacy.js → glb-viewer-camera-behaviour-7ffdea3d.legacy.js} +2 -2
  114. package/lib/legacy/glb-viewer-camera-behaviour-7ffdea3d.legacy.js.map +1 -0
  115. package/lib/legacy/glb-viewer-main.legacy.js +1 -1
  116. package/lib/legacy/imos-ix-poc-export-helper-2426ab25.legacy.js +2 -0
  117. package/lib/legacy/imos-ix-poc-export-helper-2426ab25.legacy.js.map +1 -0
  118. package/lib/legacy/main-thread-to-worker-1ffd1d44.legacy.js +7 -0
  119. package/lib/legacy/main-thread-to-worker-1ffd1d44.legacy.js.map +1 -0
  120. package/lib/legacy/{material-viewer-f194ab6e.legacy.js → material-viewer-12b157a5.legacy.js} +2 -2
  121. package/lib/legacy/material-viewer-12b157a5.legacy.js.map +1 -0
  122. package/lib/legacy/material-viewer-main.legacy.js +1 -1
  123. package/lib/legacy/planner-ac0c0581.legacy.js +2 -0
  124. package/lib/legacy/planner-ac0c0581.legacy.js.map +1 -0
  125. package/lib/legacy/planner-main.legacy.js +1 -1
  126. package/lib/legacy/{query-params-helper-aca6a1b1.legacy.js → query-params-helper-9bc9aa02.legacy.js} +2 -2
  127. package/lib/legacy/query-params-helper-9bc9aa02.legacy.js.map +1 -0
  128. package/lib/legacy/roomle-configurator-f918de16.legacy.js +2 -0
  129. package/lib/legacy/roomle-configurator-f918de16.legacy.js.map +1 -0
  130. package/lib/legacy/roomle-dependency-injection-eb7a606c.legacy.js +9 -0
  131. package/lib/legacy/roomle-dependency-injection-eb7a606c.legacy.js.map +1 -0
  132. package/lib/legacy/roomle-sdk.legacy.js +1 -1
  133. package/lib/legacy/{script-loader-c892cabd.legacy.js → script-loader-ee55f933.legacy.js} +2 -2
  134. package/lib/legacy/script-loader-ee55f933.legacy.js.map +1 -0
  135. package/lib/legacy/static/ConfiguratorKernel-6f3c0f674deeab31.wasm +0 -0
  136. package/lib/legacy/static/RoomleCore-3d2f18d8ad3a0176.wasm +0 -0
  137. package/lib/legacy/static/{RoomleCore-f2d7b1b87640ef15.js → RoomleCore-ed8b449f8ddfd032.js} +5 -5
  138. package/lib/legacy/static/RoomleToolsCore-b75693bfe1271a75.wasm +0 -0
  139. package/lib/legacy/static/default-external-object-api-configuration-c4294f96099e0d09.json +70 -0
  140. package/lib/legacy/{stats-helper-2050f9c2.legacy.js → stats-helper-d995ff14.legacy.js} +2 -2
  141. package/lib/legacy/stats-helper-d995ff14.legacy.js.map +1 -0
  142. package/lib/legacy/{tools-core-3732bba5.legacy.js → tools-core-3c0d3832.legacy.js} +2 -2
  143. package/lib/legacy/tools-core-3c0d3832.legacy.js.map +1 -0
  144. package/lib/main-thread-to-worker-352ff4b1.js +8 -0
  145. package/lib/main-thread-to-worker-352ff4b1.js.map +1 -0
  146. package/lib/main-thread-to-worker-7f1cb5ea.nomodule.js +8 -0
  147. package/lib/main-thread-to-worker-7f1cb5ea.nomodule.js.map +1 -0
  148. package/lib/{material-viewer-974f49f8.js → material-viewer-0638640d.js} +2 -2
  149. package/lib/material-viewer-0638640d.js.map +1 -0
  150. package/lib/{material-viewer-51ea0a5b.nomodule.js → material-viewer-1fa1935f.nomodule.js} +2 -2
  151. package/lib/material-viewer-1fa1935f.nomodule.js.map +1 -0
  152. package/lib/material-viewer-main-e1bec764.js +2 -0
  153. package/lib/material-viewer-main-e1bec764.js.map +1 -0
  154. package/lib/material-viewer-main.nomodule.js +1 -1
  155. package/lib/planner-81669c73.js +2 -0
  156. package/lib/planner-81669c73.js.map +1 -0
  157. package/lib/planner-d40da883.nomodule.js +2 -0
  158. package/lib/planner-d40da883.nomodule.js.map +1 -0
  159. package/lib/planner-main-758a4f15.js +2 -0
  160. package/lib/planner-main-758a4f15.js.map +1 -0
  161. package/lib/planner-main.nomodule.js +1 -1
  162. package/lib/{query-params-helper-c9492f35.js → query-params-helper-28405b8d.js} +2 -2
  163. package/lib/query-params-helper-28405b8d.js.map +1 -0
  164. package/lib/{query-params-helper-51a53f8c.nomodule.js → query-params-helper-4f855064.nomodule.js} +2 -2
  165. package/lib/query-params-helper-4f855064.nomodule.js.map +1 -0
  166. package/lib/roomle-configurator-53e99bd9.nomodule.js +2 -0
  167. package/lib/roomle-configurator-53e99bd9.nomodule.js.map +1 -0
  168. package/lib/roomle-configurator-cceb45ae.js +2 -0
  169. package/lib/roomle-configurator-cceb45ae.js.map +1 -0
  170. package/lib/roomle-dependency-injection-0758cad6.nomodule.js +9 -0
  171. package/lib/roomle-dependency-injection-0758cad6.nomodule.js.map +1 -0
  172. package/lib/roomle-dependency-injection-91bf1e95.js +9 -0
  173. package/lib/roomle-dependency-injection-91bf1e95.js.map +1 -0
  174. package/lib/{roomle-sdk-33253a52.js → roomle-sdk-dfd10423.js} +2 -2
  175. package/lib/roomle-sdk-dfd10423.js.map +1 -0
  176. package/lib/roomle-sdk.nomodule.js +1 -1
  177. package/lib/{script-loader-184e3f9c.nomodule.js → script-loader-1491eb6e.nomodule.js} +2 -2
  178. package/lib/script-loader-1491eb6e.nomodule.js.map +1 -0
  179. package/lib/{script-loader-a610d57a.js → script-loader-be245e2c.js} +2 -2
  180. package/lib/script-loader-be245e2c.js.map +1 -0
  181. package/lib/static/ConfiguratorKernel-6f3c0f674deeab31.wasm +0 -0
  182. package/lib/static/RoomleCore-3d2f18d8ad3a0176.wasm +0 -0
  183. package/lib/static/{RoomleCore-f2d7b1b87640ef15.js → RoomleCore-ed8b449f8ddfd032.js} +1 -1
  184. package/lib/static/{RoomleCore-f2d7b1b87640ef15.js.map → RoomleCore-ed8b449f8ddfd032.js.map} +1 -1
  185. package/lib/static/RoomleToolsCore-b75693bfe1271a75.wasm +0 -0
  186. package/lib/static/default-external-object-api-configuration-c4294f96099e0d09.json +70 -0
  187. package/lib/{stats-helper-3203697b.js → stats-helper-31f64ecd.js} +2 -2
  188. package/lib/stats-helper-31f64ecd.js.map +1 -0
  189. package/lib/{stats-helper-cd71292f.nomodule.js → stats-helper-89db8c48.nomodule.js} +2 -2
  190. package/lib/stats-helper-89db8c48.nomodule.js.map +1 -0
  191. package/lib/{tools-core-96051b9f.js → tools-core-531ed8dc.js} +2 -2
  192. package/lib/tools-core-531ed8dc.js.map +1 -0
  193. package/lib/{tools-core-4bb0ae02.nomodule.js → tools-core-dd55a366.nomodule.js} +2 -2
  194. package/lib/tools-core-dd55a366.nomodule.js.map +1 -0
  195. package/package.json +3 -3
  196. package/lib/TextGeometry-ab643210.js +0 -2
  197. package/lib/TextGeometry-ab643210.js.map +0 -1
  198. package/lib/TextGeometry-cd81779b.nomodule.js +0 -2
  199. package/lib/TextGeometry-cd81779b.nomodule.js.map +0 -1
  200. package/lib/camera-behaviour-030b51c2.js.map +0 -1
  201. package/lib/camera-behaviour-ca49ab38.nomodule.js.map +0 -1
  202. package/lib/component-dimensioning-1f0b49db.js.map +0 -1
  203. package/lib/component-dimensioning-23833567.nomodule.js.map +0 -1
  204. package/lib/component-raycast-helper-3897a2ff.js.map +0 -1
  205. package/lib/component-raycast-helper-6ca8533f.nomodule.js.map +0 -1
  206. package/lib/configurator-8bd32915.js.map +0 -1
  207. package/lib/configurator-c12782f6.nomodule.js.map +0 -1
  208. package/lib/configurator-main-af9fe823.js +0 -2
  209. package/lib/configurator-main-af9fe823.js.map +0 -1
  210. package/lib/continuous-drawing-helper-cb4aacc1.js.map +0 -1
  211. package/lib/continuous-drawing-helper-f0db09d7.nomodule.js.map +0 -1
  212. package/lib/default-light-setting-59bf1477.js.map +0 -1
  213. package/lib/default-light-setting-dc41f88c.nomodule.js.map +0 -1
  214. package/lib/dimensioning-helper-b2e15337.nomodule.js +0 -2
  215. package/lib/dimensioning-helper-b2e15337.nomodule.js.map +0 -1
  216. package/lib/dimensioning-helper-b578c929.js +0 -2
  217. package/lib/glb-viewer-camera-behaviour-1f71cb62.js.map +0 -1
  218. package/lib/glb-viewer-camera-behaviour-3d4a8906.nomodule.js.map +0 -1
  219. package/lib/glb-viewer-main-75d66b65.js +0 -2
  220. package/lib/glb-viewer-main-75d66b65.js.map +0 -1
  221. package/lib/legacy/TextGeometry-f4299b59.legacy.js +0 -2
  222. package/lib/legacy/TextGeometry-f4299b59.legacy.js.map +0 -1
  223. package/lib/legacy/camera-behaviour-ad25f6ef.legacy.js +0 -2
  224. package/lib/legacy/camera-behaviour-ad25f6ef.legacy.js.map +0 -1
  225. package/lib/legacy/component-dimensioning-6564c623.legacy.js.map +0 -1
  226. package/lib/legacy/component-raycast-helper-bd3bf7e5.legacy.js.map +0 -1
  227. package/lib/legacy/configurator-e1b5002c.legacy.js +0 -2
  228. package/lib/legacy/configurator-e1b5002c.legacy.js.map +0 -1
  229. package/lib/legacy/continuous-drawing-helper-d02d4a86.legacy.js.map +0 -1
  230. package/lib/legacy/default-light-setting-eaedd022.legacy.js.map +0 -1
  231. package/lib/legacy/dimensioning-helper-a275a8bb.legacy.js +0 -2
  232. package/lib/legacy/dimensioning-helper-a275a8bb.legacy.js.map +0 -1
  233. package/lib/legacy/glb-viewer-camera-behaviour-890268c6.legacy.js.map +0 -1
  234. package/lib/legacy/main-thread-to-worker-7c2b8bc9.legacy.js +0 -7
  235. package/lib/legacy/main-thread-to-worker-7c2b8bc9.legacy.js.map +0 -1
  236. package/lib/legacy/material-viewer-f194ab6e.legacy.js.map +0 -1
  237. package/lib/legacy/planner-0ab7ddd9.legacy.js +0 -2
  238. package/lib/legacy/planner-0ab7ddd9.legacy.js.map +0 -1
  239. package/lib/legacy/query-params-helper-aca6a1b1.legacy.js.map +0 -1
  240. package/lib/legacy/roomle-configurator-252480e3.legacy.js +0 -2
  241. package/lib/legacy/roomle-configurator-252480e3.legacy.js.map +0 -1
  242. package/lib/legacy/roomle-dependency-injection-6311d19a.legacy.js +0 -9
  243. package/lib/legacy/roomle-dependency-injection-6311d19a.legacy.js.map +0 -1
  244. package/lib/legacy/script-loader-c892cabd.legacy.js.map +0 -1
  245. package/lib/legacy/static/ConfiguratorKernel-e1942929e3172878.wasm +0 -0
  246. package/lib/legacy/static/RoomleCore-9cf7a78a45f7e539.wasm +0 -0
  247. package/lib/legacy/static/RoomleToolsCore-4f5855738685f5c2.wasm +0 -0
  248. package/lib/legacy/static/default-external-object-api-configuration-1e7103889f664a3f.json +0 -16
  249. package/lib/legacy/stats-helper-2050f9c2.legacy.js.map +0 -1
  250. package/lib/legacy/tools-core-3732bba5.legacy.js.map +0 -1
  251. package/lib/main-thread-to-worker-2529fa31.nomodule.js +0 -2
  252. package/lib/main-thread-to-worker-2529fa31.nomodule.js.map +0 -1
  253. package/lib/main-thread-to-worker-ee3036b3.js +0 -2
  254. package/lib/main-thread-to-worker-ee3036b3.js.map +0 -1
  255. package/lib/material-viewer-51ea0a5b.nomodule.js.map +0 -1
  256. package/lib/material-viewer-974f49f8.js.map +0 -1
  257. package/lib/material-viewer-main-8dec693f.js +0 -2
  258. package/lib/material-viewer-main-8dec693f.js.map +0 -1
  259. package/lib/planner-147d2638.nomodule.js +0 -2
  260. package/lib/planner-147d2638.nomodule.js.map +0 -1
  261. package/lib/planner-f7cb4600.js +0 -2
  262. package/lib/planner-f7cb4600.js.map +0 -1
  263. package/lib/planner-main-f1934878.js +0 -2
  264. package/lib/planner-main-f1934878.js.map +0 -1
  265. package/lib/query-params-helper-51a53f8c.nomodule.js.map +0 -1
  266. package/lib/query-params-helper-c9492f35.js.map +0 -1
  267. package/lib/roomle-configurator-993ecc38.js +0 -2
  268. package/lib/roomle-configurator-993ecc38.js.map +0 -1
  269. package/lib/roomle-configurator-bc0c5cc0.nomodule.js +0 -2
  270. package/lib/roomle-configurator-bc0c5cc0.nomodule.js.map +0 -1
  271. package/lib/roomle-dependency-injection-18c33055.nomodule.js +0 -9
  272. package/lib/roomle-dependency-injection-18c33055.nomodule.js.map +0 -1
  273. package/lib/roomle-dependency-injection-bf1bdb72.js +0 -9
  274. package/lib/roomle-dependency-injection-bf1bdb72.js.map +0 -1
  275. package/lib/roomle-sdk-33253a52.js.map +0 -1
  276. package/lib/script-loader-184e3f9c.nomodule.js.map +0 -1
  277. package/lib/script-loader-a610d57a.js.map +0 -1
  278. package/lib/static/ConfiguratorKernel-e1942929e3172878.wasm +0 -0
  279. package/lib/static/RoomleCore-9cf7a78a45f7e539.wasm +0 -0
  280. package/lib/static/RoomleToolsCore-4f5855738685f5c2.wasm +0 -0
  281. package/lib/static/default-external-object-api-configuration-1e7103889f664a3f.json +0 -16
  282. package/lib/stats-helper-3203697b.js.map +0 -1
  283. package/lib/stats-helper-cd71292f.nomodule.js.map +0 -1
  284. package/lib/tools-core-4bb0ae02.nomodule.js.map +0 -1
  285. package/lib/tools-core-96051b9f.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"configurator-main-94e1c5d0.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +1,2 @@
1
- System.register(["./configurator-c12782f6.nomodule.js","./script-loader-184e3f9c.nomodule.js","./query-params-helper-51a53f8c.nomodule.js","./main-thread-to-worker-2529fa31.nomodule.js","./roomle-dependency-injection-18c33055.nomodule.js","./camera-behaviour-ca49ab38.nomodule.js","./component-raycast-helper-6ca8533f.nomodule.js","./roomle-configurator-bc0c5cc0.nomodule.js","./default-light-setting-dc41f88c.nomodule.js"],(function(){var e;return{setters:[function(o){e=o.Configurator},function(){},function(){},function(){},function(){},function(){},function(){},function(){},function(){}],execute:function(){(new e).boot(),window.requestIdleCallback||(window.requestIdleCallback=e=>setTimeout(()=>{let o=Date.now();e({didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-o))})},1)),window.cancelIdleCallback||(window.cancelIdleCallback=window.cancelIdleCallback||function(e){clearTimeout(e)})}}}));
1
+ System.register(["./configurator-79cf93dd.nomodule.js","./script-loader-1491eb6e.nomodule.js","./query-params-helper-4f855064.nomodule.js","./main-thread-to-worker-7f1cb5ea.nomodule.js","./roomle-dependency-injection-0758cad6.nomodule.js","./camera-behaviour-55f86fa4.nomodule.js","./component-raycast-helper-e910b27c.nomodule.js","./roomle-configurator-53e99bd9.nomodule.js","./default-light-setting-31cbd6d3.nomodule.js"],(function(){var e;return{setters:[function(o){e=o.Configurator},function(){},function(){},function(){},function(){},function(){},function(){},function(){},function(){}],execute:function(){(new e).boot(),window.requestIdleCallback||(window.requestIdleCallback=e=>setTimeout(()=>{let o=Date.now();e({didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-o))})},1)),window.cancelIdleCallback||(window.cancelIdleCallback=window.cancelIdleCallback||function(e){clearTimeout(e)})}}}));
2
2
  //# sourceMappingURL=configurator-main.nomodule.js.map
@@ -1,2 +1,2 @@
1
- import{ac as convertToTHREE}from"./roomle-dependency-injection-bf1bdb72.js";import{aT as RingGeometry,h as MeshBasicMaterial,w as DoubleSide,z as Mesh}from"./main-thread-to-worker-ee3036b3.js";class ContinuousDrawingHelper{constructor(){this._currentInnerRadius=0}init(e,i,r){this._drawingGroup=e,this._continuousDrawingManager=i,this._kernelZoomFactor=r,this.update()}update(){this._initCircle(),this._updateCircle()}_initCircle(){if(this._circleMesh)return;const e=70/this._kernelZoomFactor/1e3,i=new RingGeometry(e,e+e/50,32),r=new MeshBasicMaterial({color:10066329,side:DoubleSide});this._circleMesh=new Mesh(i,r),this._circleMesh.name="Circle",this._circleMesh.rotation.set(Math.PI/2,0,0),this._circleMesh.visible=this._continuousDrawingManager.shouldShowCircle(),this._drawingGroup.add(this._circleMesh)}_updateCircle(){if(!this._circleMesh)return;const e=70/this._kernelZoomFactor/1e3;if(e!==this._currentInnerRadius){const i=e+e/50;this._circleMesh.geometry=new RingGeometry(e,i,32)}const i=convertToTHREE(this._continuousDrawingManager.getStartPoint());i.y=5,this._circleMesh.position.copy(i),this._circleMesh.visible=this._continuousDrawingManager.shouldShowCircle(),this._currentInnerRadius=e}setKernelZoomFactor(e){this._kernelZoomFactor=e}endDrawing(){this._drawingGroup.remove(this._circleMesh),this._circleMesh=null}}export{ContinuousDrawingHelper as default};
2
- //# sourceMappingURL=continuous-drawing-helper-cb4aacc1.js.map
1
+ import{ac as convertToTHREE}from"./roomle-dependency-injection-91bf1e95.js";import{aT as RingGeometry,h as MeshBasicMaterial,w as DoubleSide,z as Mesh}from"./main-thread-to-worker-352ff4b1.js";class ContinuousDrawingHelper{constructor(){this._currentInnerRadius=0}init(e,i,r){this._drawingGroup=e,this._continuousDrawingManager=i,this._kernelZoomFactor=r,this.update()}update(){this._initCircle(),this._updateCircle()}_initCircle(){if(this._circleMesh)return;const e=70/this._kernelZoomFactor/1e3,i=new RingGeometry(e,e+e/50,32),r=new MeshBasicMaterial({color:10066329,side:DoubleSide});this._circleMesh=new Mesh(i,r),this._circleMesh.name="Circle",this._circleMesh.rotation.set(Math.PI/2,0,0),this._circleMesh.visible=this._continuousDrawingManager.shouldShowCircle(),this._drawingGroup.add(this._circleMesh)}_updateCircle(){if(!this._circleMesh)return;const e=70/this._kernelZoomFactor/1e3;if(e!==this._currentInnerRadius){const i=e+e/50;this._circleMesh.geometry=new RingGeometry(e,i,32)}const i=convertToTHREE(this._continuousDrawingManager.getStartPoint());i.y=5,this._circleMesh.position.copy(i),this._circleMesh.visible=this._continuousDrawingManager.shouldShowCircle(),this._currentInnerRadius=e}setKernelZoomFactor(e){this._kernelZoomFactor=e}endDrawing(){this._drawingGroup.remove(this._circleMesh),this._circleMesh=null}}export{ContinuousDrawingHelper as default};
2
+ //# sourceMappingURL=continuous-drawing-helper-be34f1ca.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"continuous-drawing-helper-be34f1ca.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +1,2 @@
1
- System.register(["./roomle-dependency-injection-18c33055.nomodule.js","./main-thread-to-worker-2529fa31.nomodule.js"],(function(e){var i,t,r,n,s;return{setters:[function(e){i=e.ac},function(e){t=e.aT,r=e.h,n=e.w,s=e.z}],execute:function(){e("default",class{constructor(){this._currentInnerRadius=0}init(e,i,t){this._drawingGroup=e,this._continuousDrawingManager=i,this._kernelZoomFactor=t,this.update()}update(){this._initCircle(),this._updateCircle()}_initCircle(){if(this._circleMesh)return;const e=70/this._kernelZoomFactor/1e3,i=new t(e,e+e/50,32),c=new r({color:10066329,side:n});this._circleMesh=new s(i,c),this._circleMesh.name="Circle",this._circleMesh.rotation.set(Math.PI/2,0,0),this._circleMesh.visible=this._continuousDrawingManager.shouldShowCircle(),this._drawingGroup.add(this._circleMesh)}_updateCircle(){if(!this._circleMesh)return;const e=70/this._kernelZoomFactor/1e3;if(e!==this._currentInnerRadius){const i=e+e/50;this._circleMesh.geometry=new t(e,i,32)}const r=i(this._continuousDrawingManager.getStartPoint());r.y=5,this._circleMesh.position.copy(r),this._circleMesh.visible=this._continuousDrawingManager.shouldShowCircle(),this._currentInnerRadius=e}setKernelZoomFactor(e){this._kernelZoomFactor=e}endDrawing(){this._drawingGroup.remove(this._circleMesh),this._circleMesh=null}})}}}));
2
- //# sourceMappingURL=continuous-drawing-helper-f0db09d7.nomodule.js.map
1
+ System.register(["./roomle-dependency-injection-0758cad6.nomodule.js","./main-thread-to-worker-7f1cb5ea.nomodule.js"],(function(e){var i,t,r,n,s;return{setters:[function(e){i=e.ac},function(e){t=e.aT,r=e.h,n=e.w,s=e.z}],execute:function(){e("default",class{constructor(){this._currentInnerRadius=0}init(e,i,t){this._drawingGroup=e,this._continuousDrawingManager=i,this._kernelZoomFactor=t,this.update()}update(){this._initCircle(),this._updateCircle()}_initCircle(){if(this._circleMesh)return;const e=70/this._kernelZoomFactor/1e3,i=new t(e,e+e/50,32),c=new r({color:10066329,side:n});this._circleMesh=new s(i,c),this._circleMesh.name="Circle",this._circleMesh.rotation.set(Math.PI/2,0,0),this._circleMesh.visible=this._continuousDrawingManager.shouldShowCircle(),this._drawingGroup.add(this._circleMesh)}_updateCircle(){if(!this._circleMesh)return;const e=70/this._kernelZoomFactor/1e3;if(e!==this._currentInnerRadius){const i=e+e/50;this._circleMesh.geometry=new t(e,i,32)}const r=i(this._continuousDrawingManager.getStartPoint());r.y=5,this._circleMesh.position.copy(r),this._circleMesh.visible=this._continuousDrawingManager.shouldShowCircle(),this._currentInnerRadius=e}setKernelZoomFactor(e){this._kernelZoomFactor=e}endDrawing(){this._drawingGroup.remove(this._circleMesh),this._circleMesh=null}})}}}));
2
+ //# sourceMappingURL=continuous-drawing-helper-d10bf8bc.nomodule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"continuous-drawing-helper-d10bf8bc.nomodule.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +1,2 @@
1
- System.register(["./camera-behaviour-ca49ab38.nomodule.js","./roomle-dependency-injection-18c33055.nomodule.js","./main-thread-to-worker-2529fa31.nomodule.js"],(function(i){var t,a,e,n,o,s,h;return{setters:[function(i){t=i.L},function(i){a=i.ag},function(i){e=i.D,n=i.C,o=i.V,s=i.a,h=i.A}],execute:function(){i("D",class extends t{constructor(i,t){super(i,t),this._params={ambientLight:{color:"#ffffff"},mainDirLight:{position:{x:-3,y:4,z:4},color:"#ffffff"},secondDirLight:{position:{x:3,y:4,z:3},color:"#ffffff"}},this._mainDirectionalLight=new e(new n(this._params.mainDirLight.color),.8),this._mainDirectionalLight.position.set(this._params.mainDirLight.position.x,this._params.mainDirLight.position.y,this._params.mainDirLight.position.z),this._mainDirectionalLight.layers.set(1),this._mainDirectionalLight.castShadow=!0,this._mainDirectionalLight.shadow.camera.near=.1,this._mainDirectionalLight.shadow.camera.far=100,this._mainDirectionalLight.shadow.mapSize=new o(1024,1024),this._mainDirectionalLight.visible=!0,this._mainDirectionalLight.lookAt(new s(0,0,0)),this._secondDirectionalLight=new e(new n(this._params.secondDirLight.color),.2),this._secondDirectionalLight.position.set(this._params.secondDirLight.position.x,this._params.secondDirLight.position.y,this._params.secondDirLight.position.z),this._secondDirectionalLight.layers.set(1),this._secondDirectionalLight.castShadow=!1,this._secondDirectionalLight.shadow.camera.near=.1,this._secondDirectionalLight.shadow.camera.far=100,this._secondDirectionalLight.shadow.mapSize=new o(1024,1024),this._secondDirectionalLight.visible=!0,this._secondDirectionalLight.lookAt(new s(0,0,0)),this._ambientLight=new h(new n(this._params.ambientLight.color),.5),this._ambientLight.layers.set(1),this.addToScene()}needsBounds(){return!0}updateBounds(i){const t=i.getSize(new s),a=Math.max(Math.max(t.x,t.y),t.z)+1,e=a/2;this._mainDirectionalLight.shadow.camera.top=e,this._mainDirectionalLight.shadow.camera.bottom=-e,this._mainDirectionalLight.shadow.camera.left=-e,this._mainDirectionalLight.shadow.camera.right=e,this._mainDirectionalLight.shadow.camera.near=.01,this._mainDirectionalLight.shadow.camera.far=4*a,this._mainDirectionalLight.shadow.camera.updateProjectionMatrix(),this._secondDirectionalLight.shadow.camera.top=e,this._secondDirectionalLight.shadow.camera.bottom=-e,this._secondDirectionalLight.shadow.camera.left=-e,this._secondDirectionalLight.shadow.camera.right=e,this._secondDirectionalLight.shadow.camera.near=.01,this._secondDirectionalLight.shadow.camera.far=4*a,this._secondDirectionalLight.shadow.camera.updateProjectionMatrix()}addToScene(){this._scene.add(this._mainDirectionalLight),this._scene.add(this._secondDirectionalLight),this._scene.add(this._ambientLight)}removeFromScene(){this._scene.remove(this._mainDirectionalLight),this._scene.remove(this._secondDirectionalLight),this._scene.remove(this._ambientLight)}reload(){this.removeFromScene(),this.addToScene()}showGUI(){let i=a();if(i){if(this._ambientLight){let t=i.addFolder("Ambient Light");t.add(this._ambientLight,"visible"),t.add(this._ambientLight,"intensity").min(0).max(5).step(.1),t.addColor(this._params.ambientLight,"color").onChange(i=>this._ambientLight.color=new n(i))}if(this._mainDirectionalLight){let t=i.addFolder("Main Directional Light");t.add(this._mainDirectionalLight,"visible"),t.add(this._mainDirectionalLight,"intensity").min(0).max(10).step(.1),t.add(this._mainDirectionalLight,"castShadow"),t.addColor(this._params.mainDirLight,"color").onChange(i=>this._mainDirectionalLight.color=new n(i)),t.add(this._mainDirectionalLight.position,"x").min(-10).max(10).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new s(0,0,0))),t.add(this._mainDirectionalLight.position,"y").min(-10).max(50).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new s(0,0,0))),t.add(this._mainDirectionalLight.position,"z").min(-10).max(10).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new s(0,0,0)))}if(this._secondDirectionalLight){let t=i.addFolder("Second Directional Light");t.add(this._secondDirectionalLight,"visible"),t.add(this._secondDirectionalLight,"intensity").min(0).max(10).step(.1),t.add(this._secondDirectionalLight,"castShadow"),t.addColor(this._params.mainDirLight,"color").onChange(i=>this._mainDirectionalLight.color=new n(i)),t.add(this._secondDirectionalLight.position,"x").min(-10).max(10).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new s(0,0,0))),t.add(this._secondDirectionalLight.position,"y").min(-10).max(50).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new s(0,0,0))),t.add(this._secondDirectionalLight.position,"z").min(-10).max(10).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new s(0,0,0)))}}}})}}}));
2
- //# sourceMappingURL=default-light-setting-dc41f88c.nomodule.js.map
1
+ System.register(["./camera-behaviour-55f86fa4.nomodule.js","./roomle-dependency-injection-0758cad6.nomodule.js","./main-thread-to-worker-7f1cb5ea.nomodule.js"],(function(i){var t,a,e,n,o,s,h;return{setters:[function(i){t=i.L},function(i){a=i.ag},function(i){e=i.D,n=i.C,o=i.V,s=i.a,h=i.A}],execute:function(){i("D",class extends t{constructor(i,t){super(i,t),this._params={ambientLight:{color:"#ffffff"},mainDirLight:{position:{x:-3,y:4,z:4},color:"#ffffff"},secondDirLight:{position:{x:3,y:4,z:3},color:"#ffffff"}},this._mainDirectionalLight=new e(new n(this._params.mainDirLight.color),.8),this._mainDirectionalLight.position.set(this._params.mainDirLight.position.x,this._params.mainDirLight.position.y,this._params.mainDirLight.position.z),this._mainDirectionalLight.layers.set(1),this._mainDirectionalLight.castShadow=!0,this._mainDirectionalLight.shadow.camera.near=.1,this._mainDirectionalLight.shadow.camera.far=100,this._mainDirectionalLight.shadow.mapSize=new o(1024,1024),this._mainDirectionalLight.visible=!0,this._mainDirectionalLight.lookAt(new s(0,0,0)),this._secondDirectionalLight=new e(new n(this._params.secondDirLight.color),.2),this._secondDirectionalLight.position.set(this._params.secondDirLight.position.x,this._params.secondDirLight.position.y,this._params.secondDirLight.position.z),this._secondDirectionalLight.layers.set(1),this._secondDirectionalLight.castShadow=!1,this._secondDirectionalLight.shadow.camera.near=.1,this._secondDirectionalLight.shadow.camera.far=100,this._secondDirectionalLight.shadow.mapSize=new o(1024,1024),this._secondDirectionalLight.visible=!0,this._secondDirectionalLight.lookAt(new s(0,0,0)),this._ambientLight=new h(new n(this._params.ambientLight.color),.5),this._ambientLight.layers.set(1),this.addToScene()}needsBounds(){return!0}updateBounds(i){const t=i.getSize(new s),a=Math.max(Math.max(t.x,t.y),t.z)+1,e=a/2;this._mainDirectionalLight.shadow.camera.top=e,this._mainDirectionalLight.shadow.camera.bottom=-e,this._mainDirectionalLight.shadow.camera.left=-e,this._mainDirectionalLight.shadow.camera.right=e,this._mainDirectionalLight.shadow.camera.near=.01,this._mainDirectionalLight.shadow.camera.far=4*a,this._mainDirectionalLight.shadow.camera.updateProjectionMatrix(),this._secondDirectionalLight.shadow.camera.top=e,this._secondDirectionalLight.shadow.camera.bottom=-e,this._secondDirectionalLight.shadow.camera.left=-e,this._secondDirectionalLight.shadow.camera.right=e,this._secondDirectionalLight.shadow.camera.near=.01,this._secondDirectionalLight.shadow.camera.far=4*a,this._secondDirectionalLight.shadow.camera.updateProjectionMatrix()}addToScene(){this._scene.add(this._mainDirectionalLight),this._scene.add(this._secondDirectionalLight),this._scene.add(this._ambientLight)}removeFromScene(){this._scene.remove(this._mainDirectionalLight),this._scene.remove(this._secondDirectionalLight),this._scene.remove(this._ambientLight)}reload(){this.removeFromScene(),this.addToScene()}showGUI(){let i=a();if(i){if(this._ambientLight){let t=i.addFolder("Ambient Light");t.add(this._ambientLight,"visible"),t.add(this._ambientLight,"intensity").min(0).max(5).step(.1),t.addColor(this._params.ambientLight,"color").onChange(i=>this._ambientLight.color=new n(i))}if(this._mainDirectionalLight){let t=i.addFolder("Main Directional Light");t.add(this._mainDirectionalLight,"visible"),t.add(this._mainDirectionalLight,"intensity").min(0).max(10).step(.1),t.add(this._mainDirectionalLight,"castShadow"),t.addColor(this._params.mainDirLight,"color").onChange(i=>this._mainDirectionalLight.color=new n(i)),t.add(this._mainDirectionalLight.position,"x").min(-10).max(10).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new s(0,0,0))),t.add(this._mainDirectionalLight.position,"y").min(-10).max(50).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new s(0,0,0))),t.add(this._mainDirectionalLight.position,"z").min(-10).max(10).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new s(0,0,0)))}if(this._secondDirectionalLight){let t=i.addFolder("Second Directional Light");t.add(this._secondDirectionalLight,"visible"),t.add(this._secondDirectionalLight,"intensity").min(0).max(10).step(.1),t.add(this._secondDirectionalLight,"castShadow"),t.addColor(this._params.mainDirLight,"color").onChange(i=>this._mainDirectionalLight.color=new n(i)),t.add(this._secondDirectionalLight.position,"x").min(-10).max(10).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new s(0,0,0))),t.add(this._secondDirectionalLight.position,"y").min(-10).max(50).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new s(0,0,0))),t.add(this._secondDirectionalLight.position,"z").min(-10).max(10).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new s(0,0,0)))}}}})}}}));
2
+ //# sourceMappingURL=default-light-setting-31cbd6d3.nomodule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"default-light-setting-31cbd6d3.nomodule.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +1,2 @@
1
- import{L as LightSetting}from"./camera-behaviour-030b51c2.js";import{ag as getGUI}from"./roomle-dependency-injection-bf1bdb72.js";import{D as DirectionalLight,C as Color,V as Vector2,a as Vector3,A as AmbientLight}from"./main-thread-to-worker-ee3036b3.js";class DefaultLightSetting extends LightSetting{constructor(i,t){super(i,t),this._params={ambientLight:{color:"#ffffff"},mainDirLight:{position:{x:-3,y:4,z:4},color:"#ffffff"},secondDirLight:{position:{x:3,y:4,z:3},color:"#ffffff"}},this._mainDirectionalLight=new DirectionalLight(new Color(this._params.mainDirLight.color),.8),this._mainDirectionalLight.position.set(this._params.mainDirLight.position.x,this._params.mainDirLight.position.y,this._params.mainDirLight.position.z),this._mainDirectionalLight.layers.set(1),this._mainDirectionalLight.castShadow=!0,this._mainDirectionalLight.shadow.camera.near=.1,this._mainDirectionalLight.shadow.camera.far=100,this._mainDirectionalLight.shadow.mapSize=new Vector2(1024,1024),this._mainDirectionalLight.visible=!0,this._mainDirectionalLight.lookAt(new Vector3(0,0,0)),this._secondDirectionalLight=new DirectionalLight(new Color(this._params.secondDirLight.color),.2),this._secondDirectionalLight.position.set(this._params.secondDirLight.position.x,this._params.secondDirLight.position.y,this._params.secondDirLight.position.z),this._secondDirectionalLight.layers.set(1),this._secondDirectionalLight.castShadow=!1,this._secondDirectionalLight.shadow.camera.near=.1,this._secondDirectionalLight.shadow.camera.far=100,this._secondDirectionalLight.shadow.mapSize=new Vector2(1024,1024),this._secondDirectionalLight.visible=!0,this._secondDirectionalLight.lookAt(new Vector3(0,0,0)),this._ambientLight=new AmbientLight(new Color(this._params.ambientLight.color),.5),this._ambientLight.layers.set(1),this.addToScene()}needsBounds(){return!0}updateBounds(i){const t=i.getSize(new Vector3),a=Math.max(Math.max(t.x,t.y),t.z)+1,o=a/2;this._mainDirectionalLight.shadow.camera.top=o,this._mainDirectionalLight.shadow.camera.bottom=-o,this._mainDirectionalLight.shadow.camera.left=-o,this._mainDirectionalLight.shadow.camera.right=o,this._mainDirectionalLight.shadow.camera.near=.01,this._mainDirectionalLight.shadow.camera.far=4*a,this._mainDirectionalLight.shadow.camera.updateProjectionMatrix(),this._secondDirectionalLight.shadow.camera.top=o,this._secondDirectionalLight.shadow.camera.bottom=-o,this._secondDirectionalLight.shadow.camera.left=-o,this._secondDirectionalLight.shadow.camera.right=o,this._secondDirectionalLight.shadow.camera.near=.01,this._secondDirectionalLight.shadow.camera.far=4*a,this._secondDirectionalLight.shadow.camera.updateProjectionMatrix()}addToScene(){this._scene.add(this._mainDirectionalLight),this._scene.add(this._secondDirectionalLight),this._scene.add(this._ambientLight)}removeFromScene(){this._scene.remove(this._mainDirectionalLight),this._scene.remove(this._secondDirectionalLight),this._scene.remove(this._ambientLight)}reload(){this.removeFromScene(),this.addToScene()}showGUI(){let i=getGUI();if(i){if(this._ambientLight){let t=i.addFolder("Ambient Light");t.add(this._ambientLight,"visible"),t.add(this._ambientLight,"intensity").min(0).max(5).step(.1),t.addColor(this._params.ambientLight,"color").onChange(i=>this._ambientLight.color=new Color(i))}if(this._mainDirectionalLight){let t=i.addFolder("Main Directional Light");t.add(this._mainDirectionalLight,"visible"),t.add(this._mainDirectionalLight,"intensity").min(0).max(10).step(.1),t.add(this._mainDirectionalLight,"castShadow"),t.addColor(this._params.mainDirLight,"color").onChange(i=>this._mainDirectionalLight.color=new Color(i)),t.add(this._mainDirectionalLight.position,"x").min(-10).max(10).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new Vector3(0,0,0))),t.add(this._mainDirectionalLight.position,"y").min(-10).max(50).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new Vector3(0,0,0))),t.add(this._mainDirectionalLight.position,"z").min(-10).max(10).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new Vector3(0,0,0)))}if(this._secondDirectionalLight){let t=i.addFolder("Second Directional Light");t.add(this._secondDirectionalLight,"visible"),t.add(this._secondDirectionalLight,"intensity").min(0).max(10).step(.1),t.add(this._secondDirectionalLight,"castShadow"),t.addColor(this._params.mainDirLight,"color").onChange(i=>this._mainDirectionalLight.color=new Color(i)),t.add(this._secondDirectionalLight.position,"x").min(-10).max(10).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new Vector3(0,0,0))),t.add(this._secondDirectionalLight.position,"y").min(-10).max(50).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new Vector3(0,0,0))),t.add(this._secondDirectionalLight.position,"z").min(-10).max(10).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new Vector3(0,0,0)))}}}}export{DefaultLightSetting as D};
2
- //# sourceMappingURL=default-light-setting-59bf1477.js.map
1
+ import{L as LightSetting}from"./camera-behaviour-05fc5ef1.js";import{ag as getGUI}from"./roomle-dependency-injection-91bf1e95.js";import{D as DirectionalLight,C as Color,V as Vector2,a as Vector3,A as AmbientLight}from"./main-thread-to-worker-352ff4b1.js";class DefaultLightSetting extends LightSetting{constructor(i,t){super(i,t),this._params={ambientLight:{color:"#ffffff"},mainDirLight:{position:{x:-3,y:4,z:4},color:"#ffffff"},secondDirLight:{position:{x:3,y:4,z:3},color:"#ffffff"}},this._mainDirectionalLight=new DirectionalLight(new Color(this._params.mainDirLight.color),.8),this._mainDirectionalLight.position.set(this._params.mainDirLight.position.x,this._params.mainDirLight.position.y,this._params.mainDirLight.position.z),this._mainDirectionalLight.layers.set(1),this._mainDirectionalLight.castShadow=!0,this._mainDirectionalLight.shadow.camera.near=.1,this._mainDirectionalLight.shadow.camera.far=100,this._mainDirectionalLight.shadow.mapSize=new Vector2(1024,1024),this._mainDirectionalLight.visible=!0,this._mainDirectionalLight.lookAt(new Vector3(0,0,0)),this._secondDirectionalLight=new DirectionalLight(new Color(this._params.secondDirLight.color),.2),this._secondDirectionalLight.position.set(this._params.secondDirLight.position.x,this._params.secondDirLight.position.y,this._params.secondDirLight.position.z),this._secondDirectionalLight.layers.set(1),this._secondDirectionalLight.castShadow=!1,this._secondDirectionalLight.shadow.camera.near=.1,this._secondDirectionalLight.shadow.camera.far=100,this._secondDirectionalLight.shadow.mapSize=new Vector2(1024,1024),this._secondDirectionalLight.visible=!0,this._secondDirectionalLight.lookAt(new Vector3(0,0,0)),this._ambientLight=new AmbientLight(new Color(this._params.ambientLight.color),.5),this._ambientLight.layers.set(1),this.addToScene()}needsBounds(){return!0}updateBounds(i){const t=i.getSize(new Vector3),a=Math.max(Math.max(t.x,t.y),t.z)+1,o=a/2;this._mainDirectionalLight.shadow.camera.top=o,this._mainDirectionalLight.shadow.camera.bottom=-o,this._mainDirectionalLight.shadow.camera.left=-o,this._mainDirectionalLight.shadow.camera.right=o,this._mainDirectionalLight.shadow.camera.near=.01,this._mainDirectionalLight.shadow.camera.far=4*a,this._mainDirectionalLight.shadow.camera.updateProjectionMatrix(),this._secondDirectionalLight.shadow.camera.top=o,this._secondDirectionalLight.shadow.camera.bottom=-o,this._secondDirectionalLight.shadow.camera.left=-o,this._secondDirectionalLight.shadow.camera.right=o,this._secondDirectionalLight.shadow.camera.near=.01,this._secondDirectionalLight.shadow.camera.far=4*a,this._secondDirectionalLight.shadow.camera.updateProjectionMatrix()}addToScene(){this._scene.add(this._mainDirectionalLight),this._scene.add(this._secondDirectionalLight),this._scene.add(this._ambientLight)}removeFromScene(){this._scene.remove(this._mainDirectionalLight),this._scene.remove(this._secondDirectionalLight),this._scene.remove(this._ambientLight)}reload(){this.removeFromScene(),this.addToScene()}showGUI(){let i=getGUI();if(i){if(this._ambientLight){let t=i.addFolder("Ambient Light");t.add(this._ambientLight,"visible"),t.add(this._ambientLight,"intensity").min(0).max(5).step(.1),t.addColor(this._params.ambientLight,"color").onChange(i=>this._ambientLight.color=new Color(i))}if(this._mainDirectionalLight){let t=i.addFolder("Main Directional Light");t.add(this._mainDirectionalLight,"visible"),t.add(this._mainDirectionalLight,"intensity").min(0).max(10).step(.1),t.add(this._mainDirectionalLight,"castShadow"),t.addColor(this._params.mainDirLight,"color").onChange(i=>this._mainDirectionalLight.color=new Color(i)),t.add(this._mainDirectionalLight.position,"x").min(-10).max(10).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new Vector3(0,0,0))),t.add(this._mainDirectionalLight.position,"y").min(-10).max(50).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new Vector3(0,0,0))),t.add(this._mainDirectionalLight.position,"z").min(-10).max(10).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new Vector3(0,0,0)))}if(this._secondDirectionalLight){let t=i.addFolder("Second Directional Light");t.add(this._secondDirectionalLight,"visible"),t.add(this._secondDirectionalLight,"intensity").min(0).max(10).step(.1),t.add(this._secondDirectionalLight,"castShadow"),t.addColor(this._params.mainDirLight,"color").onChange(i=>this._mainDirectionalLight.color=new Color(i)),t.add(this._secondDirectionalLight.position,"x").min(-10).max(10).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new Vector3(0,0,0))),t.add(this._secondDirectionalLight.position,"y").min(-10).max(50).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new Vector3(0,0,0))),t.add(this._secondDirectionalLight.position,"z").min(-10).max(10).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new Vector3(0,0,0)))}}}}export{DefaultLightSetting as D};
2
+ //# sourceMappingURL=default-light-setting-f7470fe4.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"default-light-setting-f7470fe4.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -30,6 +30,7 @@ export default class InitData implements Context, Omit<InitDataDefinition, 'colo
30
30
  stats?: boolean;
31
31
  _measureTraffic?: boolean;
32
32
  debug?: boolean;
33
+ debugGeometry?: boolean;
33
34
  usePriceService?: boolean;
34
35
  disableDebugGUI?: boolean;
35
36
  disableEnvMap?: boolean;
@@ -40,6 +41,7 @@ export default class InitData implements Context, Omit<InitDataDefinition, 'colo
40
41
  legacyLight?: boolean;
41
42
  sceneLight?: DefaultEnvironmentSceneType;
42
43
  shading?: SceneShadingType;
44
+ linearAoFilter?: boolean;
43
45
  customShading?: CustomShadingParameters;
44
46
  customShadingMoc?: CustomShadingParameters;
45
47
  restrictionLevel?: number;
@@ -227,6 +227,11 @@ export interface CommonInitData {
227
227
  * - Free camera movement (no restrictions, camera stays after reload, panning using Shift key)
228
228
  */
229
229
  debug?: boolean;
230
+ /**
231
+ * @description This flag enables:
232
+ * - External object docking vector debug geometry
233
+ */
234
+ debugGeometry?: boolean;
230
235
  /**
231
236
  * @description If set to true, prices are calculated using the Roomle price service.
232
237
  * For more information ask your Roomle contact.
@@ -281,6 +286,11 @@ export interface CommonInitData {
281
286
  * @groups scene-settings
282
287
  */
283
288
  customShading?: CustomShadingParameters;
289
+ /**
290
+ * @description Activates the linear AO filter mode to reduce AO anti-aliasing artifacts
291
+ * @groups scene-settings
292
+ */
293
+ linearAoFilter?: boolean;
284
294
  /**
285
295
  * @description Customized shading properties for the overall appearance in MOC
286
296
  * @groups scene-settings
@@ -62,6 +62,7 @@ export declare class SceneRenderer {
62
62
  debugOutput: string;
63
63
  outputColorSpace: string;
64
64
  toneMapping: string;
65
+ linearAoFilter: boolean;
65
66
  environmentLights: boolean;
66
67
  enableObjectSelection: boolean;
67
68
  groundLevel: number;
@@ -90,7 +91,7 @@ export declare class SceneRenderer {
90
91
  get shadowAndAoPass(): ShadowAndAoPass;
91
92
  get debugPass(): DebugPass;
92
93
  get shadowAndAoGroundPlane(): ShadowGroundPlane;
93
- constructor(renderer: WebGLRenderer, width: number, height: number);
94
+ constructor(renderer: WebGLRenderer, width: number, height: number, linearAoFilter?: boolean);
94
95
  private _addEventListeners;
95
96
  dispose(): void;
96
97
  setSize(width: number, height: number): void;
@@ -37,7 +37,7 @@ export declare class RoomleWebGLRenderer {
37
37
  get bakedGroundContactShadowParameters(): BakedGroundContactShadowParameters;
38
38
  get groundReflectionParameters(): GroundReflectionParameters;
39
39
  get outlineParameters(): OutlineParameters;
40
- constructor(renderer: WebGLRenderer, width: number, height: number);
40
+ constructor(renderer: WebGLRenderer, width: number, height: number, linearAoFilter?: boolean);
41
41
  dispose(): void;
42
42
  setSize(width: number, height: number): void;
43
43
  setCameraType(cameraType: Enumify<typeof CAMERA_TYPE>): void;
@@ -21,6 +21,7 @@ import type { GlobalCallback } from '../../common-core/src/services/global-callb
21
21
  import type RoomleToolsCore from '../../tools-core/src/roomle-tools-core';
22
22
  import type { Scene } from 'three';
23
23
  import type IdbManager from '../../common-core/src/services/idb-manager';
24
+ import type { HomagIxArticleParams, HomagIxHeaderParams, HomagIxOrderParams } from './utils/imos-ix-poc-export-helper';
24
25
  import type { ConfiguratorDebugAPI } from './configurator-debug-api';
25
26
  interface ConfigurationLoadedResponse {
26
27
  partList: KernelPartList;
@@ -670,7 +671,9 @@ export default class RoomleConfigurator implements GlobalAPI, Context, KernelUti
670
671
  generateProductionServiceExport(defaultExportDefinition?: string): Promise<any>;
671
672
  generateTCExport(defaultExportDefinition?: string): Promise<any>;
672
673
  generateIMOSiXExport(defaultExportDefinition?: string): Promise<any>;
673
- generateExport(exportType: ExportType, defaultExportDefinition?: string): Promise<any>;
674
+ generateHOMAGiXExport(defaultExportDefinition?: string, homagIxOrderData?: HomagIxOrderParams, homagIxHeaderParams?: HomagIxHeaderParams, homagIxArticleParams?: HomagIxArticleParams): Promise<string>;
675
+ downloadHomagIxExportPoC(): Promise<any>;
676
+ generateHomagIxExport(exportType: ExportType, defaultExportDefinition?: string): Promise<any>;
674
677
  setEnvironmentMap(params: {
675
678
  url?: string;
676
679
  intensity?: number;
@@ -0,0 +1,43 @@
1
+ import { type ConfigurationExporter, type ConfiguratorKernelClass, ExportType } from '../../../typings/kernel';
2
+ import type { PlanOverview } from '../../../typings/planner';
3
+ export interface HomagIxOrderParams {
4
+ orderNumber?: string;
5
+ dispatchDate?: string;
6
+ basketNumber?: string;
7
+ }
8
+ export interface HomagIxHeaderParams {
9
+ comm?: string;
10
+ articleno?: string;
11
+ customer?: string;
12
+ retailer?: string;
13
+ client?: string;
14
+ program?: string;
15
+ employee?: string;
16
+ textLong?: string;
17
+ textShort?: string;
18
+ colour?: string[];
19
+ info?: string[];
20
+ address?: string[];
21
+ billingAddress?: string[];
22
+ shippingAddress?: string[];
23
+ orderPriceInfo?: string[];
24
+ customInfo?: string[];
25
+ }
26
+ export interface HomagIxArticleParams {
27
+ articleTextInfo1?: string;
28
+ articleTextInfo2?: string;
29
+ articlePriceInfo1?: string;
30
+ articlePriceInfo2?: string;
31
+ articlePriceInfo3?: string;
32
+ deliveryPeriod?: string;
33
+ supplier?: string;
34
+ discount?: number;
35
+ discountAbs?: number;
36
+ }
37
+ export declare const createHomagIxXml: (orderData: HomagIxOrderParams, headerData: HomagIxHeaderParams, articleShopData: HomagIxArticleParams, articleCoreData: any) => string;
38
+ export declare const getFakeOrderParams: () => HomagIxOrderParams;
39
+ export declare const getFakeHeaderParams: () => HomagIxHeaderParams;
40
+ export declare const getFakeArticleParams: () => HomagIxArticleParams;
41
+ export declare const downloadHomagIxExportPoC: (planOverview: PlanOverview, exporter: ConfigurationExporter, kernelInstance: ConfiguratorKernelClass) => Promise<void>;
42
+ export declare const generateExportHomagIxConfiguration: (planObjectId: number, exportType: ExportType, exporter: ConfigurationExporter, kernelInstance: ConfiguratorKernelClass, defaultExportDefinition?: string) => Promise<any>;
43
+ export declare const homagIxMockUpData: (articles: any[], homagIxOrderData?: {}, homagIxHeaderParams?: {}, homagIxArticleParams?: {}) => string;
@@ -58,6 +58,7 @@ export default class ConfiguratorSceneManager extends SceneManager implements Co
58
58
  protected shouldClearShadowsAndAO(): boolean;
59
59
  resume(): void;
60
60
  private _materialLoaded;
61
+ waitForMaterialQueue(): Promise<void>;
61
62
  pause(): void;
62
63
  protected _setupScene(offset?: CanvasOffset, transparent?: boolean, skipLightSetup?: boolean): void;
63
64
  sceneCleared(shouldHardReset: boolean): void;
@@ -30,6 +30,7 @@ export default class InitData implements Context, Omit<InitDataDefinition, 'colo
30
30
  stats?: boolean;
31
31
  _measureTraffic?: boolean;
32
32
  debug?: boolean;
33
+ debugGeometry?: boolean;
33
34
  usePriceService?: boolean;
34
35
  disableDebugGUI?: boolean;
35
36
  disableEnvMap?: boolean;
@@ -40,6 +41,7 @@ export default class InitData implements Context, Omit<InitDataDefinition, 'colo
40
41
  legacyLight?: boolean;
41
42
  sceneLight?: DefaultEnvironmentSceneType;
42
43
  shading?: SceneShadingType;
44
+ linearAoFilter?: boolean;
43
45
  customShading?: CustomShadingParameters;
44
46
  customShadingMoc?: CustomShadingParameters;
45
47
  restrictionLevel?: number;
@@ -227,6 +227,11 @@ export interface CommonInitData {
227
227
  * - Free camera movement (no restrictions, camera stays after reload, panning using Shift key)
228
228
  */
229
229
  debug?: boolean;
230
+ /**
231
+ * @description This flag enables:
232
+ * - External object docking vector debug geometry
233
+ */
234
+ debugGeometry?: boolean;
230
235
  /**
231
236
  * @description If set to true, prices are calculated using the Roomle price service.
232
237
  * For more information ask your Roomle contact.
@@ -281,6 +286,11 @@ export interface CommonInitData {
281
286
  * @groups scene-settings
282
287
  */
283
288
  customShading?: CustomShadingParameters;
289
+ /**
290
+ * @description Activates the linear AO filter mode to reduce AO anti-aliasing artifacts
291
+ * @groups scene-settings
292
+ */
293
+ linearAoFilter?: boolean;
284
294
  /**
285
295
  * @description Customized shading properties for the overall appearance in MOC
286
296
  * @groups scene-settings
@@ -62,6 +62,7 @@ export declare class SceneRenderer {
62
62
  debugOutput: string;
63
63
  outputColorSpace: string;
64
64
  toneMapping: string;
65
+ linearAoFilter: boolean;
65
66
  environmentLights: boolean;
66
67
  enableObjectSelection: boolean;
67
68
  groundLevel: number;
@@ -90,7 +91,7 @@ export declare class SceneRenderer {
90
91
  get shadowAndAoPass(): ShadowAndAoPass;
91
92
  get debugPass(): DebugPass;
92
93
  get shadowAndAoGroundPlane(): ShadowGroundPlane;
93
- constructor(renderer: WebGLRenderer, width: number, height: number);
94
+ constructor(renderer: WebGLRenderer, width: number, height: number, linearAoFilter?: boolean);
94
95
  private _addEventListeners;
95
96
  dispose(): void;
96
97
  setSize(width: number, height: number): void;
@@ -37,7 +37,7 @@ export declare class RoomleWebGLRenderer {
37
37
  get bakedGroundContactShadowParameters(): BakedGroundContactShadowParameters;
38
38
  get groundReflectionParameters(): GroundReflectionParameters;
39
39
  get outlineParameters(): OutlineParameters;
40
- constructor(renderer: WebGLRenderer, width: number, height: number);
40
+ constructor(renderer: WebGLRenderer, width: number, height: number, linearAoFilter?: boolean);
41
41
  dispose(): void;
42
42
  setSize(width: number, height: number): void;
43
43
  setCameraType(cameraType: Enumify<typeof CAMERA_TYPE>): void;
@@ -21,6 +21,7 @@ import type { GlobalCallback } from '../../common-core/src/services/global-callb
21
21
  import type RoomleToolsCore from '../../tools-core/src/roomle-tools-core';
22
22
  import type { Scene } from 'three';
23
23
  import type IdbManager from '../../common-core/src/services/idb-manager';
24
+ import type { HomagIxArticleParams, HomagIxHeaderParams, HomagIxOrderParams } from './utils/imos-ix-poc-export-helper';
24
25
  import type { ConfiguratorDebugAPI } from './configurator-debug-api';
25
26
  interface ConfigurationLoadedResponse {
26
27
  partList: KernelPartList;
@@ -670,7 +671,9 @@ export default class RoomleConfigurator implements GlobalAPI, Context, KernelUti
670
671
  generateProductionServiceExport(defaultExportDefinition?: string): Promise<any>;
671
672
  generateTCExport(defaultExportDefinition?: string): Promise<any>;
672
673
  generateIMOSiXExport(defaultExportDefinition?: string): Promise<any>;
673
- generateExport(exportType: ExportType, defaultExportDefinition?: string): Promise<any>;
674
+ generateHOMAGiXExport(defaultExportDefinition?: string, homagIxOrderData?: HomagIxOrderParams, homagIxHeaderParams?: HomagIxHeaderParams, homagIxArticleParams?: HomagIxArticleParams): Promise<string>;
675
+ downloadHomagIxExportPoC(): Promise<any>;
676
+ generateHomagIxExport(exportType: ExportType, defaultExportDefinition?: string): Promise<any>;
674
677
  setEnvironmentMap(params: {
675
678
  url?: string;
676
679
  intensity?: number;
@@ -0,0 +1,43 @@
1
+ import { type ConfigurationExporter, type ConfiguratorKernelClass, ExportType } from '../../../typings/kernel';
2
+ import type { PlanOverview } from '../../../typings/planner';
3
+ export interface HomagIxOrderParams {
4
+ orderNumber?: string;
5
+ dispatchDate?: string;
6
+ basketNumber?: string;
7
+ }
8
+ export interface HomagIxHeaderParams {
9
+ comm?: string;
10
+ articleno?: string;
11
+ customer?: string;
12
+ retailer?: string;
13
+ client?: string;
14
+ program?: string;
15
+ employee?: string;
16
+ textLong?: string;
17
+ textShort?: string;
18
+ colour?: string[];
19
+ info?: string[];
20
+ address?: string[];
21
+ billingAddress?: string[];
22
+ shippingAddress?: string[];
23
+ orderPriceInfo?: string[];
24
+ customInfo?: string[];
25
+ }
26
+ export interface HomagIxArticleParams {
27
+ articleTextInfo1?: string;
28
+ articleTextInfo2?: string;
29
+ articlePriceInfo1?: string;
30
+ articlePriceInfo2?: string;
31
+ articlePriceInfo3?: string;
32
+ deliveryPeriod?: string;
33
+ supplier?: string;
34
+ discount?: number;
35
+ discountAbs?: number;
36
+ }
37
+ export declare const createHomagIxXml: (orderData: HomagIxOrderParams, headerData: HomagIxHeaderParams, articleShopData: HomagIxArticleParams, articleCoreData: any) => string;
38
+ export declare const getFakeOrderParams: () => HomagIxOrderParams;
39
+ export declare const getFakeHeaderParams: () => HomagIxHeaderParams;
40
+ export declare const getFakeArticleParams: () => HomagIxArticleParams;
41
+ export declare const downloadHomagIxExportPoC: (planOverview: PlanOverview, exporter: ConfigurationExporter, kernelInstance: ConfiguratorKernelClass) => Promise<void>;
42
+ export declare const generateExportHomagIxConfiguration: (planObjectId: number, exportType: ExportType, exporter: ConfigurationExporter, kernelInstance: ConfiguratorKernelClass, defaultExportDefinition?: string) => Promise<any>;
43
+ export declare const homagIxMockUpData: (articles: any[], homagIxOrderData?: {}, homagIxHeaderParams?: {}, homagIxArticleParams?: {}) => string;
@@ -58,6 +58,7 @@ export default class ConfiguratorSceneManager extends SceneManager implements Co
58
58
  protected shouldClearShadowsAndAO(): boolean;
59
59
  resume(): void;
60
60
  private _materialLoaded;
61
+ waitForMaterialQueue(): Promise<void>;
61
62
  pause(): void;
62
63
  protected _setupScene(offset?: CanvasOffset, transparent?: boolean, skipLightSetup?: boolean): void;
63
64
  sceneCleared(shouldHardReset: boolean): void;
@@ -1,23 +1,30 @@
1
1
  import type { CancelSelectionReasons } from '../../typings/planner';
2
- export interface ExternalObjectGroupPosition {
3
- pos: number[];
4
- rotation?: number;
2
+ export interface ExternalObjectSegment {
3
+ cmd: string;
4
+ x: number;
5
+ y: number;
6
+ type: string;
5
7
  }
6
- export interface ExternalObjectGroup {
7
- groupId: string;
8
+ export interface ExternalObjectContour {
9
+ level: number;
10
+ segments: ExternalObjectSegment[];
11
+ }
12
+ export interface ExternalObjectGroupPosition {
8
13
  pos: number[];
9
14
  rotation?: number;
15
+ contours?: ExternalObjectContour[];
10
16
  }
11
17
  export interface ExternalObjectRootModule {
12
18
  moduleId: string;
13
19
  pos: number[];
14
20
  rotation?: number;
15
21
  }
16
- export interface ExternalObjectGroupAndModules {
17
- groupId?: string;
22
+ export interface ExternalObjectGroup {
23
+ groupId: string;
18
24
  pos: number[];
19
25
  rotation?: number;
20
- rootModules: ExternalObjectRootModule[];
26
+ rootModules?: ExternalObjectRootModule[];
27
+ contours?: ExternalObjectContour[];
21
28
  }
22
29
  export interface ExternalObjectUiCallback {
23
30
  /** "onMergeExternalObjectGroup" is invoked when a group of root modules is merged into another group of root modules.
@@ -28,7 +35,7 @@ export interface ExternalObjectUiCallback {
28
35
  * @param targetGroup The target group of root modules.
29
36
  * @param idsOfGroupsMerged The IDs of the groups merged into the target group.
30
37
  */
31
- onMergeExternalObjectGroup(targetGroup: ExternalObjectGroupAndModules, idsOfGroupsMerged: string | string[]): void;
38
+ onMergeExternalObjectGroup(targetGroup: ExternalObjectGroup, idsOfGroupsMerged: string | string[]): void;
32
39
  /**
33
40
  * "onSplitExternalObjectGroup" is invoked when one or more root modules are split from a group of root modules.
34
41
  * The split root modules form a new group, which must be assigned a new ID.
@@ -37,13 +44,13 @@ export interface ExternalObjectUiCallback {
37
44
  * @param splitGroup The original group of root modules.
38
45
  * @param newGroupedRootModules The new group of root modules.
39
46
  */
40
- onSplitExternalObjectGroup(splitGroup: ExternalObjectGroupAndModules, newGroupedRootModules: ExternalObjectGroupAndModules | ExternalObjectGroupAndModules[]): void;
47
+ onSplitExternalObjectGroup(splitGroup: ExternalObjectGroup, newGroupedRootModules: ExternalObjectGroup | ExternalObjectGroup[]): void;
41
48
  /**
42
49
  * "onExternalObjectGroupArrangementChanged" is invoked when the arrangement (position and rotation) of the root modules of a group has changed .
43
50
  * "changedGroup" contains the information about the root modules of the group.
44
51
  * @param changedGroup The new arranged group and its root modules .
45
52
  */
46
- onExternalObjectGroupArrangementChanged(changedGroup: ExternalObjectGroupAndModules): void;
53
+ onExternalObjectGroupArrangementChanged(changedGroup: ExternalObjectGroup): void;
47
54
  /**
48
55
  * "onDeleteExternalObjectGroup" is invoked when a group of root modules and all the root modules it contains are deleted.
49
56
  * The group with the ID "groupIdToDelete" is removed from the plan and is completely deleted.
@@ -62,7 +69,7 @@ export interface ExternalObjectUiCallback {
62
69
  * @param rootModuleIdToDelete The ID of the root module.
63
70
  * @param splitGroups The new groups of root modules that have been split off.
64
71
  */
65
- onDeleteExternalObjectRootModule(remainingGroup: ExternalObjectGroupAndModules, rootModuleIdToDelete: string, splitOffGroups?: ExternalObjectGroupAndModules[]): void;
72
+ onDeleteExternalObjectRootModule(remainingGroup: ExternalObjectGroup, rootModuleIdToDelete: string, splitOffGroups?: ExternalObjectGroup[]): void;
66
73
  /**
67
74
  * "onDeleteExternalObjectSubModule" is invoked when a sub module is deleted from a root module.
68
75
  * The sub module with the ID "subModuleIdToDelete" is removed from the root module with the ID "rootModuleId"
@@ -81,10 +88,16 @@ export interface ExternalObjectUiCallback {
81
88
  */
82
89
  onDuplicateExternalObjectGroup(sourceGroupId: string, newGroupPosition: ExternalObjectGroupPosition): void;
83
90
  /**
84
- * “onMovedExternalObjectGroup” is invoked when a group of root modules is moved or rotated to a new position.
91
+ * “onChangedPlaningSituationForExternalObjectGroup” is invoked when a group of root modules is moved or rotated to a new position
92
+ * or when the plan itself is changed.
85
93
  * The group with the ID "group.id" is moved to the new position and orientation defined in "group".
86
94
  * @param group The group of root modules.
87
95
  */
96
+ onChangedPlaningSituationForExternalObjectGroup(group: ExternalObjectGroup): void;
97
+ /**
98
+ * @deprecated and replaced by “onChangedPlaningSituationForExternalObjectGroup”.
99
+ * @param group The group of root modules.
100
+ */
88
101
  onMovedExternalObjectGroup(group: ExternalObjectGroup): void;
89
102
  /**
90
103
  * "onExternalObjectEnvironmentChanged" is invoked when the plan (walls, doors, windows, etc.) has changed.
@@ -57,8 +57,9 @@ export interface ExternalObjectAPI {
57
57
  /**
58
58
  * "removeExternalObjectGroup" removes a group and all its modules from the plan.
59
59
  * @param groupId The ID of the group of modules.
60
+ * @param wasMerged Should be set to true if the group has been merged with another group (this is required to generate correct undo/redo steps).
60
61
  */
61
- removeExternalObjectGroup(groupId: string): Promise<void>;
62
+ removeExternalObjectGroup(groupId: string, wasMerged: boolean): Promise<void>;
62
63
  /**
63
64
  * "removeExternalObjectRootModule" removes a root module from a group and splits the remaining group if the removed root module is located between other root modules.
64
65
  * If the group consists of only one root module, the group is removed.
@@ -14,7 +14,7 @@ import type { MeasurementLineDimension, MeasurementLineDimensionTransferable } f
14
14
  import type { ConstructionMeasurementsTransferable } from './utils/measurements';
15
15
  import type { FloorAreaDataTransferable } from './view-model/floor-plan-element-view-model';
16
16
  import { type BASE_CONTEXT } from '../../common-core/src/main';
17
- import type { ExternalObjectGroup, ExternalObjectGroupAndModules, ExternalObjectGroupPosition, ExternalObjectUiCallback } from './external-object-api-callbacks';
17
+ import type { ExternalObjectGroup, ExternalObjectGroupPosition, ExternalObjectUiCallback } from './external-object-api-callbacks';
18
18
  export interface SelectionPayload {
19
19
  item?: RapiItem;
20
20
  configuration?: RapiConfiguration;
@@ -179,15 +179,15 @@ export default class RoomlePlannerUiCallback extends UiCallback implements Exter
179
179
  /**
180
180
  * documented in interface ExternalObjectUiCallback
181
181
  */
182
- onMergeExternalObjectGroup: (targetGroup: ExternalObjectGroupAndModules, idsOfGroupsMerged: string | string[]) => void;
182
+ onMergeExternalObjectGroup: (targetGroup: ExternalObjectGroup, idsOfGroupsMerged: string | string[]) => void;
183
183
  /**
184
184
  * documented in interface ExternalObjectUiCallback
185
185
  */
186
- onSplitExternalObjectGroup: (originalGroup: ExternalObjectGroupAndModules, newGroupedRootModules: ExternalObjectGroupAndModules | ExternalObjectGroupAndModules[]) => void;
186
+ onSplitExternalObjectGroup: (originalGroup: ExternalObjectGroup, newGroupedRootModules: ExternalObjectGroup | ExternalObjectGroup[]) => void;
187
187
  /**
188
188
  * documented in interface ExternalObjectUiCallback
189
189
  */
190
- onExternalObjectGroupArrangementChanged: (changedGroup: ExternalObjectGroupAndModules) => void;
190
+ onExternalObjectGroupArrangementChanged: (changedGroup: ExternalObjectGroup) => void;
191
191
  /**
192
192
  * documented in interface ExternalObjectUiCallback
193
193
  */
@@ -195,7 +195,7 @@ export default class RoomlePlannerUiCallback extends UiCallback implements Exter
195
195
  /**
196
196
  * documented in interface ExternalObjectUiCallback
197
197
  */
198
- onDeleteExternalObjectRootModule: (_remainingGroup: ExternalObjectGroupAndModules, _rootModuleIdToDelete: string, _splitOffGroups?: ExternalObjectGroupAndModules[]) => void;
198
+ onDeleteExternalObjectRootModule: (_remainingGroup: ExternalObjectGroup, _rootModuleIdToDelete: string, _splitOffGroups?: ExternalObjectGroup[]) => void;
199
199
  /**
200
200
  * documented in interface ExternalObjectUiCallback
201
201
  */
@@ -204,6 +204,10 @@ export default class RoomlePlannerUiCallback extends UiCallback implements Exter
204
204
  * documented in interface ExternalObjectUiCallback
205
205
  */
206
206
  onDuplicateExternalObjectGroup: (sourceGroupId: string, newGroupPosition: ExternalObjectGroupPosition) => void;
207
+ /**
208
+ * documented in interface ExternalObjectUiCallback
209
+ */
210
+ onChangedPlaningSituationForExternalObjectGroup: (group: ExternalObjectGroup) => void;
207
211
  /**
208
212
  * documented in interface ExternalObjectUiCallback
209
213
  */
@@ -6,7 +6,7 @@ import type { Configurator } from '../../configurator-core/src/configurator';
6
6
  import type { GlobalInitDataDefinition, InitDataDefinition } from '../../common-core/src/utils/shims';
7
7
  import type { ConfigurationString, RapiConfiguration, RapiId, RapiItem, RapiPlan, RapiPlanSnapshotGetData } from '../../typings/rapi-types';
8
8
  import type { Context } from '../../common-core/src/di/context';
9
- import type { CancelSelectionReasons, KernelObject, KernelWall, PlanInteractionHandler, PlanModelViewHelper, PlanOverview } from '../../typings/planner';
9
+ import { type CancelSelectionReasons, type KernelObject, type KernelWall, type PlanInteractionHandler, type PlanModelViewHelper, type PlanOverview } from '../../typings/planner';
10
10
  import type { KernelAccessCallbackI } from '../../common-core/src/kernel-access-callback';
11
11
  import type InitData from '../../common-core/src/utils/init-data';
12
12
  import type { CanvasOffset, Position3 } from '../../common-core/src/common-interfaces';
@@ -376,6 +376,7 @@ export default class RoomlePlanner implements KernelAccessCallbackI, RoomlePlann
376
376
  resolveShortUrl(shortUrl: string): Promise<string>;
377
377
  enableEvents(): void;
378
378
  disableEvents(): void;
379
+ downloadHomagIxExportPoC(): Promise<any>;
379
380
  configureExternalObjectApi(configurationJson: string | ExternalObjectApiConfiguration): Promise<void>;
380
381
  loadExternalObjectLibrary(libraryJson: string | object): void;
381
382
  loadExternalObjectGroup(groupJson: string | object, findFreeSpaceInPlan: boolean, verifyArrangement?: boolean): Promise<void>;
@@ -383,7 +384,7 @@ export default class RoomlePlanner implements KernelAccessCallbackI, RoomlePlann
383
384
  renderImagesOfExternalObjectGroup(groupsJson: string | object): Promise<{
384
385
  [key: string]: string;
385
386
  }>;
386
- removeExternalObjectGroup(groupId: string): Promise<void>;
387
+ removeExternalObjectGroup(groupId: string, wasMerged?: boolean): Promise<void>;
387
388
  removeExternalObjectRootModule(rootModuleId: string): void;
388
389
  selectExternalObjectGroup(groupId: string): Promise<void>;
389
390
  selectExternalObjectRootModule(rootModuleId: string): Promise<void>;
@@ -391,7 +392,9 @@ export default class RoomlePlanner implements KernelAccessCallbackI, RoomlePlann
391
392
  openOrCloseGeometryOfExternalObject(groupIdOrRootModuleId: string, subModuleId: string | null, open: boolean, animate: boolean): Promise<void>;
392
393
  private _selectKernelComponent;
393
394
  _selectExternalObjectGroup(groupId: string, switchToPlanner: boolean): Promise<void>;
394
- _selectExternalObjectModule(rootModuleId: string, subModuleId: string | null, selectPlanObject: boolean, switchToConfigurator: boolean, selectComponent: boolean): Promise<void>;
395
+ _selectExternalObjectModule(rootModuleId: string, subModuleId: string | null, selectPlanObject: boolean, switchToConfigurator: boolean, selectComponent: boolean, highlightSelection: boolean): Promise<void>;
396
+ private _selectPlanObject;
397
+ private _getSelectedPlanObjectComponent;
395
398
  /**
396
399
  * @internal
397
400
  * Use this callbacks to hook in your functionality