@roomle/web-sdk 2.93.0-alpha.5 → 2.93.0-bo-mvp.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.
- package/.releaserc.json +5 -0
- package/lib/{TextGeometry-ab643210.js → TextGeometry-8993e971.js} +2 -2
- package/lib/{TextGeometry-ab643210.js.map → TextGeometry-8993e971.js.map} +1 -1
- package/lib/{TextGeometry-cd81779b.nomodule.js → TextGeometry-ca6aef04.nomodule.js} +2 -2
- package/lib/{TextGeometry-cd81779b.nomodule.js.map → TextGeometry-ca6aef04.nomodule.js.map} +1 -1
- package/lib/{banana-for-scale-82698f0d.nomodule.js → banana-for-scale-2ec0edd9.nomodule.js} +2 -2
- package/lib/{banana-for-scale-82698f0d.nomodule.js.map → banana-for-scale-2ec0edd9.nomodule.js.map} +1 -1
- package/lib/{banana-for-scale-97867f4b.js → banana-for-scale-b934c1d5.js} +2 -2
- package/lib/{banana-for-scale-97867f4b.js.map → banana-for-scale-b934c1d5.js.map} +1 -1
- package/lib/{budgeteer-measure-f6505461.js → budgeteer-measure-196e37c3.js} +2 -2
- package/lib/{budgeteer-measure-f6505461.js.map → budgeteer-measure-196e37c3.js.map} +1 -1
- package/lib/budgeteer-measure.nomodule.js +1 -1
- package/lib/{camera-behaviour-ca49ab38.nomodule.js → camera-behaviour-48e32978.nomodule.js} +2 -2
- package/lib/{camera-behaviour-ca49ab38.nomodule.js.map → camera-behaviour-48e32978.nomodule.js.map} +1 -1
- package/lib/{camera-behaviour-030b51c2.js → camera-behaviour-f48e76c0.js} +2 -2
- package/lib/{camera-behaviour-030b51c2.js.map → camera-behaviour-f48e76c0.js.map} +1 -1
- package/lib/{component-dimensioning-1f0b49db.js → component-dimensioning-128724e1.js} +2 -2
- package/lib/component-dimensioning-128724e1.js.map +1 -0
- package/lib/{component-dimensioning-23833567.nomodule.js → component-dimensioning-1a122508.nomodule.js} +2 -2
- package/lib/component-dimensioning-1a122508.nomodule.js.map +1 -0
- package/lib/{component-raycast-helper-6ca8533f.nomodule.js → component-raycast-helper-3f8caa28.nomodule.js} +2 -2
- package/lib/component-raycast-helper-3f8caa28.nomodule.js.map +1 -0
- package/lib/{component-raycast-helper-3897a2ff.js → component-raycast-helper-fbe68181.js} +2 -2
- package/lib/component-raycast-helper-fbe68181.js.map +1 -0
- package/lib/configurator-311e7541.nomodule.js +2 -0
- package/lib/configurator-311e7541.nomodule.js.map +1 -0
- package/lib/configurator-7e3be7c0.js +2 -0
- package/lib/configurator-7e3be7c0.js.map +1 -0
- package/lib/configurator-main-760e7b6c.js +2 -0
- package/lib/configurator-main-760e7b6c.js.map +1 -0
- package/lib/configurator-main.nomodule.js +1 -1
- package/lib/{continuous-drawing-helper-cb4aacc1.js → continuous-drawing-helper-1a34adb7.js} +2 -2
- package/lib/continuous-drawing-helper-1a34adb7.js.map +1 -0
- package/lib/{continuous-drawing-helper-f0db09d7.nomodule.js → continuous-drawing-helper-91ed175d.nomodule.js} +2 -2
- package/lib/continuous-drawing-helper-91ed175d.nomodule.js.map +1 -0
- package/lib/definitions/common-core/mock/mock-rapi-types.d.ts +2 -2
- package/lib/definitions/common-core/src/rapi-access.d.ts +1 -12
- package/lib/definitions/common-core/src/roomle-sdk.d.ts +1 -1
- package/lib/definitions/common-core/src/utils/init-data.d.ts +1 -0
- package/lib/definitions/common-core/src/utils/shims.d.ts +12 -3
- package/lib/definitions/configurator-core/src/export/production-manager-export.d.ts +35 -0
- package/lib/definitions/configurator-core/src/roomle-configurator.d.ts +8 -1
- package/lib/definitions/configurator-core/src/utils/export-helper.d.ts +38 -0
- package/lib/definitions/configurator-core/src/webgl/configurator-scene-manager.d.ts +2 -2
- package/lib/definitions/packages/common-core/mock/mock-rapi-types.d.ts +2 -2
- package/lib/definitions/packages/common-core/src/rapi-access.d.ts +1 -12
- package/lib/definitions/packages/common-core/src/roomle-sdk.d.ts +1 -1
- package/lib/definitions/packages/common-core/src/utils/init-data.d.ts +1 -0
- package/lib/definitions/packages/common-core/src/utils/shims.d.ts +12 -3
- package/lib/definitions/packages/configurator-core/src/export/production-manager-export.d.ts +35 -0
- package/lib/definitions/packages/configurator-core/src/roomle-configurator.d.ts +8 -1
- package/lib/definitions/packages/configurator-core/src/utils/export-helper.d.ts +38 -0
- package/lib/definitions/packages/configurator-core/src/webgl/configurator-scene-manager.d.ts +2 -2
- package/lib/definitions/packages/planner-core/src/external-object-api-callbacks.d.ts +1 -3
- package/lib/definitions/packages/planner-core/src/roomle-planner-ui-callback.d.ts +1 -3
- package/lib/definitions/packages/planner-core/src/roomle-planner.d.ts +5 -9
- package/lib/definitions/packages/planner-core/src/services/planner-kernel-access.d.ts +2 -2
- package/lib/definitions/packages/planner-core/src/utils/planner-selection-handler.d.ts +1 -2
- package/lib/definitions/packages/planner-core/src/view-model/plan-view-model.d.ts +2 -1
- package/lib/definitions/packages/planner-core/src/webgl/planner-scene-manager.d.ts +6 -6
- package/lib/definitions/packages/typings/planner.d.ts +1 -2
- package/lib/definitions/packages/typings/rapi-types.d.ts +7 -6
- package/lib/definitions/planner-core/src/external-object-api-callbacks.d.ts +1 -3
- package/lib/definitions/planner-core/src/roomle-planner-ui-callback.d.ts +1 -3
- package/lib/definitions/planner-core/src/roomle-planner.d.ts +5 -9
- package/lib/definitions/planner-core/src/services/planner-kernel-access.d.ts +2 -2
- package/lib/definitions/planner-core/src/utils/planner-selection-handler.d.ts +1 -2
- package/lib/definitions/planner-core/src/view-model/plan-view-model.d.ts +1 -0
- package/lib/definitions/planner-core/src/webgl/planner-scene-manager.d.ts +6 -6
- package/lib/definitions/typings/planner.d.ts +1 -2
- package/lib/definitions/typings/rapi-types.d.ts +7 -6
- package/lib/{dimensioning-helper-b578c929.js → dimensioning-helper-20845075.js} +2 -2
- package/lib/{dimensioning-helper-b578c929.js.map → dimensioning-helper-20845075.js.map} +1 -1
- package/lib/{dimensioning-helper-b2e15337.nomodule.js → dimensioning-helper-f61fdd06.nomodule.js} +2 -2
- package/lib/{dimensioning-helper-b2e15337.nomodule.js.map → dimensioning-helper-f61fdd06.nomodule.js.map} +1 -1
- package/lib/glb-viewer-679beb3b.nomodule.js +2 -0
- package/lib/glb-viewer-679beb3b.nomodule.js.map +1 -0
- package/lib/glb-viewer-b3abf3a0.js +2 -0
- package/lib/glb-viewer-b3abf3a0.js.map +1 -0
- package/lib/{glb-viewer-camera-behaviour-1f71cb62.js → glb-viewer-camera-behaviour-4ac19d93.js} +2 -2
- package/lib/glb-viewer-camera-behaviour-4ac19d93.js.map +1 -0
- package/lib/{glb-viewer-camera-behaviour-3d4a8906.nomodule.js → glb-viewer-camera-behaviour-bfed778f.nomodule.js} +2 -2
- package/lib/glb-viewer-camera-behaviour-bfed778f.nomodule.js.map +1 -0
- package/lib/glb-viewer-main-686013c2.js +2 -0
- package/lib/glb-viewer-main-686013c2.js.map +1 -0
- package/lib/glb-viewer-main.nomodule.js +1 -1
- package/lib/{default-light-setting-dc41f88c.nomodule.js → jszip.min-11d8093e.nomodule.js} +2 -2
- package/lib/jszip.min-11d8093e.nomodule.js.map +1 -0
- package/lib/{default-light-setting-59bf1477.js → jszip.min-176b84b6.js} +2 -2
- package/lib/jszip.min-176b84b6.js.map +1 -0
- package/lib/legacy/{TextGeometry-f4299b59.legacy.js → TextGeometry-e55daee4.legacy.js} +2 -2
- package/lib/legacy/{TextGeometry-f4299b59.legacy.js.map → TextGeometry-e55daee4.legacy.js.map} +1 -1
- package/lib/legacy/{banana-for-scale-c5474706.legacy.js → banana-for-scale-ae4d78cf.legacy.js} +2 -2
- package/lib/legacy/{banana-for-scale-c5474706.legacy.js.map → banana-for-scale-ae4d78cf.legacy.js.map} +1 -1
- package/lib/legacy/budgeteer-measure.legacy.js +1 -1
- package/lib/legacy/{camera-behaviour-ad25f6ef.legacy.js → camera-behaviour-7b773121.legacy.js} +2 -2
- package/lib/legacy/{camera-behaviour-ad25f6ef.legacy.js.map → camera-behaviour-7b773121.legacy.js.map} +1 -1
- package/lib/legacy/{component-dimensioning-6564c623.legacy.js → component-dimensioning-c383e126.legacy.js} +2 -2
- package/lib/legacy/component-dimensioning-c383e126.legacy.js.map +1 -0
- package/lib/legacy/{component-raycast-helper-bd3bf7e5.legacy.js → component-raycast-helper-340e1593.legacy.js} +2 -2
- package/lib/legacy/component-raycast-helper-340e1593.legacy.js.map +1 -0
- package/lib/legacy/configurator-201f661f.legacy.js +2 -0
- package/lib/legacy/configurator-201f661f.legacy.js.map +1 -0
- package/lib/legacy/configurator-main.legacy.js +1 -1
- package/lib/legacy/{continuous-drawing-helper-d02d4a86.legacy.js → continuous-drawing-helper-29837345.legacy.js} +2 -2
- package/lib/legacy/continuous-drawing-helper-29837345.legacy.js.map +1 -0
- package/lib/legacy/{dimensioning-helper-a275a8bb.legacy.js → dimensioning-helper-98478d1c.legacy.js} +2 -2
- package/lib/legacy/{dimensioning-helper-a275a8bb.legacy.js.map → dimensioning-helper-98478d1c.legacy.js.map} +1 -1
- package/lib/legacy/{glb-viewer-camera-behaviour-890268c6.legacy.js → glb-viewer-camera-behaviour-8e319446.legacy.js} +2 -2
- package/lib/legacy/glb-viewer-camera-behaviour-8e319446.legacy.js.map +1 -0
- package/lib/legacy/glb-viewer-e51f675a.legacy.js +2 -0
- package/lib/legacy/glb-viewer-e51f675a.legacy.js.map +1 -0
- package/lib/legacy/glb-viewer-main.legacy.js +1 -1
- package/lib/legacy/{default-light-setting-eaedd022.legacy.js → jszip.min-75ea58ad.legacy.js} +2 -2
- package/lib/legacy/jszip.min-75ea58ad.legacy.js.map +1 -0
- package/lib/legacy/{main-thread-to-worker-7c2b8bc9.legacy.js → main-thread-to-worker-88f0947e.legacy.js} +3 -3
- package/lib/legacy/{main-thread-to-worker-7c2b8bc9.legacy.js.map → main-thread-to-worker-88f0947e.legacy.js.map} +1 -1
- package/lib/legacy/{material-viewer-f194ab6e.legacy.js → material-viewer-2e5dcf26.legacy.js} +2 -2
- package/lib/legacy/material-viewer-2e5dcf26.legacy.js.map +1 -0
- package/lib/legacy/material-viewer-main.legacy.js +1 -1
- package/lib/legacy/planner-ab70e4b8.legacy.js +2 -0
- package/lib/legacy/planner-ab70e4b8.legacy.js.map +1 -0
- package/lib/legacy/planner-main.legacy.js +1 -1
- package/lib/legacy/{query-params-helper-aca6a1b1.legacy.js → query-params-helper-06b6ab82.legacy.js} +2 -2
- package/lib/legacy/query-params-helper-06b6ab82.legacy.js.map +1 -0
- package/lib/legacy/roomle-configurator-0bb0d91d.legacy.js +2 -0
- package/lib/legacy/roomle-configurator-0bb0d91d.legacy.js.map +1 -0
- package/lib/legacy/{roomle-dependency-injection-6311d19a.legacy.js → roomle-dependency-injection-967438df.legacy.js} +3 -3
- package/lib/legacy/roomle-dependency-injection-967438df.legacy.js.map +1 -0
- package/lib/legacy/roomle-sdk.legacy.js +1 -1
- package/lib/legacy/{script-loader-c892cabd.legacy.js → script-loader-998b0a62.legacy.js} +2 -2
- package/lib/legacy/script-loader-998b0a62.legacy.js.map +1 -0
- package/lib/legacy/static/ConfiguratorKernel-106d74e3cf540e4f.wasm +0 -0
- package/lib/legacy/static/RoomleCore-592c38aa7008d421.wasm +0 -0
- package/lib/legacy/static/RoomleToolsCore-3e547eb833c0c5bf.wasm +0 -0
- package/lib/legacy/static/default-external-object-api-configuration-c4294f96099e0d09.json +70 -0
- package/lib/legacy/{stats-helper-2050f9c2.legacy.js → stats-helper-26db6cbc.legacy.js} +2 -2
- package/lib/legacy/stats-helper-26db6cbc.legacy.js.map +1 -0
- package/lib/legacy/{tools-core-3732bba5.legacy.js → tools-core-1c1adde6.legacy.js} +2 -2
- package/lib/legacy/tools-core-1c1adde6.legacy.js.map +1 -0
- package/lib/{main-thread-to-worker-ee3036b3.js → main-thread-to-worker-b9299c65.js} +2 -2
- package/lib/{main-thread-to-worker-ee3036b3.js.map → main-thread-to-worker-b9299c65.js.map} +1 -1
- package/lib/{main-thread-to-worker-2529fa31.nomodule.js → main-thread-to-worker-cdc86ed6.nomodule.js} +2 -2
- package/lib/{main-thread-to-worker-2529fa31.nomodule.js.map → main-thread-to-worker-cdc86ed6.nomodule.js.map} +1 -1
- package/lib/{material-viewer-974f49f8.js → material-viewer-9c123ce6.js} +2 -2
- package/lib/material-viewer-9c123ce6.js.map +1 -0
- package/lib/{material-viewer-51ea0a5b.nomodule.js → material-viewer-e9ddbec2.nomodule.js} +2 -2
- package/lib/material-viewer-e9ddbec2.nomodule.js.map +1 -0
- package/lib/material-viewer-main-889b54f9.js +2 -0
- package/lib/material-viewer-main-889b54f9.js.map +1 -0
- package/lib/material-viewer-main.nomodule.js +1 -1
- package/lib/planner-43a53f3c.js +2 -0
- package/lib/planner-43a53f3c.js.map +1 -0
- package/lib/planner-87a5ac02.nomodule.js +2 -0
- package/lib/planner-87a5ac02.nomodule.js.map +1 -0
- package/lib/planner-main-8a7b4533.js +2 -0
- package/lib/planner-main-8a7b4533.js.map +1 -0
- package/lib/planner-main.nomodule.js +1 -1
- package/lib/{query-params-helper-c9492f35.js → query-params-helper-45cc26ae.js} +2 -2
- package/lib/query-params-helper-45cc26ae.js.map +1 -0
- package/lib/{query-params-helper-51a53f8c.nomodule.js → query-params-helper-6eaaca17.nomodule.js} +2 -2
- package/lib/query-params-helper-6eaaca17.nomodule.js.map +1 -0
- package/lib/roomle-configurator-98a8a059.js +2 -0
- package/lib/roomle-configurator-98a8a059.js.map +1 -0
- package/lib/roomle-configurator-d293de15.nomodule.js +2 -0
- package/lib/roomle-configurator-d293de15.nomodule.js.map +1 -0
- package/lib/{roomle-dependency-injection-bf1bdb72.js → roomle-dependency-injection-70c5ace3.js} +3 -3
- package/lib/roomle-dependency-injection-70c5ace3.js.map +1 -0
- package/lib/{roomle-dependency-injection-18c33055.nomodule.js → roomle-dependency-injection-c8c2f76e.nomodule.js} +3 -3
- package/lib/roomle-dependency-injection-c8c2f76e.nomodule.js.map +1 -0
- package/lib/roomle-sdk-52ad382f.js +2 -0
- package/lib/roomle-sdk-52ad382f.js.map +1 -0
- package/lib/roomle-sdk.nomodule.js +1 -1
- package/lib/{script-loader-a610d57a.js → script-loader-b3c90a92.js} +2 -2
- package/lib/script-loader-b3c90a92.js.map +1 -0
- package/lib/{script-loader-184e3f9c.nomodule.js → script-loader-f89b0cf3.nomodule.js} +2 -2
- package/lib/script-loader-f89b0cf3.nomodule.js.map +1 -0
- package/lib/static/ConfiguratorKernel-106d74e3cf540e4f.wasm +0 -0
- package/lib/static/RoomleCore-592c38aa7008d421.wasm +0 -0
- package/lib/static/RoomleToolsCore-3e547eb833c0c5bf.wasm +0 -0
- package/lib/static/default-external-object-api-configuration-c4294f96099e0d09.json +70 -0
- package/lib/{stats-helper-3203697b.js → stats-helper-65f0bfb3.js} +2 -2
- package/lib/stats-helper-65f0bfb3.js.map +1 -0
- package/lib/{stats-helper-cd71292f.nomodule.js → stats-helper-e55278f4.nomodule.js} +2 -2
- package/lib/stats-helper-e55278f4.nomodule.js.map +1 -0
- package/lib/{tools-core-96051b9f.js → tools-core-bd9ce393.js} +2 -2
- package/lib/tools-core-bd9ce393.js.map +1 -0
- package/lib/{tools-core-4bb0ae02.nomodule.js → tools-core-feea8238.nomodule.js} +2 -2
- package/lib/tools-core-feea8238.nomodule.js.map +1 -0
- package/package.json +2 -2
- package/lib/component-dimensioning-1f0b49db.js.map +0 -1
- package/lib/component-dimensioning-23833567.nomodule.js.map +0 -1
- package/lib/component-raycast-helper-3897a2ff.js.map +0 -1
- package/lib/component-raycast-helper-6ca8533f.nomodule.js.map +0 -1
- package/lib/configurator-8bd32915.js +0 -2
- package/lib/configurator-8bd32915.js.map +0 -1
- package/lib/configurator-c12782f6.nomodule.js +0 -2
- package/lib/configurator-c12782f6.nomodule.js.map +0 -1
- package/lib/configurator-main-af9fe823.js +0 -2
- package/lib/configurator-main-af9fe823.js.map +0 -1
- package/lib/continuous-drawing-helper-cb4aacc1.js.map +0 -1
- package/lib/continuous-drawing-helper-f0db09d7.nomodule.js.map +0 -1
- package/lib/default-light-setting-59bf1477.js.map +0 -1
- package/lib/default-light-setting-dc41f88c.nomodule.js.map +0 -1
- package/lib/definitions/packages/planner-core/src/webgl/planner-element-highlighter.d.ts +0 -16
- package/lib/definitions/packages/vite-plugins/vite-plugin-bundle-sw.d.ts +0 -10
- package/lib/definitions/planner-core/src/webgl/planner-element-highlighter.d.ts +0 -16
- package/lib/definitions/vite-plugins/vite-plugin-bundle-sw.d.ts +0 -10
- package/lib/glb-viewer-175715eb.js +0 -2
- package/lib/glb-viewer-175715eb.js.map +0 -1
- package/lib/glb-viewer-27827d4c.nomodule.js +0 -2
- package/lib/glb-viewer-27827d4c.nomodule.js.map +0 -1
- package/lib/glb-viewer-camera-behaviour-1f71cb62.js.map +0 -1
- package/lib/glb-viewer-camera-behaviour-3d4a8906.nomodule.js.map +0 -1
- package/lib/glb-viewer-main-75d66b65.js +0 -2
- package/lib/glb-viewer-main-75d66b65.js.map +0 -1
- package/lib/legacy/component-dimensioning-6564c623.legacy.js.map +0 -1
- package/lib/legacy/component-raycast-helper-bd3bf7e5.legacy.js.map +0 -1
- package/lib/legacy/configurator-e1b5002c.legacy.js +0 -2
- package/lib/legacy/configurator-e1b5002c.legacy.js.map +0 -1
- package/lib/legacy/continuous-drawing-helper-d02d4a86.legacy.js.map +0 -1
- package/lib/legacy/default-light-setting-eaedd022.legacy.js.map +0 -1
- package/lib/legacy/glb-viewer-0a5e5b7f.legacy.js +0 -2
- package/lib/legacy/glb-viewer-0a5e5b7f.legacy.js.map +0 -1
- package/lib/legacy/glb-viewer-camera-behaviour-890268c6.legacy.js.map +0 -1
- package/lib/legacy/material-viewer-f194ab6e.legacy.js.map +0 -1
- package/lib/legacy/planner-0ab7ddd9.legacy.js +0 -2
- package/lib/legacy/planner-0ab7ddd9.legacy.js.map +0 -1
- package/lib/legacy/query-params-helper-aca6a1b1.legacy.js.map +0 -1
- package/lib/legacy/roomle-configurator-252480e3.legacy.js +0 -2
- package/lib/legacy/roomle-configurator-252480e3.legacy.js.map +0 -1
- package/lib/legacy/roomle-dependency-injection-6311d19a.legacy.js.map +0 -1
- package/lib/legacy/script-loader-c892cabd.legacy.js.map +0 -1
- package/lib/legacy/static/ConfiguratorKernel-e1942929e3172878.wasm +0 -0
- package/lib/legacy/static/RoomleCore-9cf7a78a45f7e539.wasm +0 -0
- package/lib/legacy/static/RoomleToolsCore-4f5855738685f5c2.wasm +0 -0
- package/lib/legacy/static/default-external-object-api-configuration-1e7103889f664a3f.json +0 -16
- package/lib/legacy/stats-helper-2050f9c2.legacy.js.map +0 -1
- package/lib/legacy/tools-core-3732bba5.legacy.js.map +0 -1
- package/lib/material-viewer-51ea0a5b.nomodule.js.map +0 -1
- package/lib/material-viewer-974f49f8.js.map +0 -1
- package/lib/material-viewer-main-8dec693f.js +0 -2
- package/lib/material-viewer-main-8dec693f.js.map +0 -1
- package/lib/planner-147d2638.nomodule.js +0 -2
- package/lib/planner-147d2638.nomodule.js.map +0 -1
- package/lib/planner-f7cb4600.js +0 -2
- package/lib/planner-f7cb4600.js.map +0 -1
- package/lib/planner-main-f1934878.js +0 -2
- package/lib/planner-main-f1934878.js.map +0 -1
- package/lib/query-params-helper-51a53f8c.nomodule.js.map +0 -1
- package/lib/query-params-helper-c9492f35.js.map +0 -1
- package/lib/roomle-configurator-993ecc38.js +0 -2
- package/lib/roomle-configurator-993ecc38.js.map +0 -1
- package/lib/roomle-configurator-bc0c5cc0.nomodule.js +0 -2
- package/lib/roomle-configurator-bc0c5cc0.nomodule.js.map +0 -1
- package/lib/roomle-dependency-injection-18c33055.nomodule.js.map +0 -1
- package/lib/roomle-dependency-injection-bf1bdb72.js.map +0 -1
- package/lib/roomle-sdk-33253a52.js +0 -2
- package/lib/roomle-sdk-33253a52.js.map +0 -1
- package/lib/script-loader-184e3f9c.nomodule.js.map +0 -1
- package/lib/script-loader-a610d57a.js.map +0 -1
- package/lib/static/ConfiguratorKernel-e1942929e3172878.wasm +0 -0
- package/lib/static/RoomleCore-9cf7a78a45f7e539.wasm +0 -0
- package/lib/static/RoomleToolsCore-4f5855738685f5c2.wasm +0 -0
- package/lib/static/default-external-object-api-configuration-1e7103889f664a3f.json +0 -16
- package/lib/stats-helper-3203697b.js.map +0 -1
- package/lib/stats-helper-cd71292f.nomodule.js.map +0 -1
- package/lib/tools-core-4bb0ae02.nomodule.js.map +0 -1
- package/lib/tools-core-96051b9f.js.map +0 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{S as ScriptLoader,M as Main}from"./script-loader-b3c90a92.js";import{D as DependencyInjectionAssignment,L as Logger,R as RapiAccess,a as DataSyncer,b as RoomleDependencyInjection,A as AppContext}from"./roomle-dependency-injection-70c5ace3.js";import{C as CameraControl3D,a as CameraControl}from"./camera-behaviour-f48e76c0.js";import ComponentRaycastHelper from"./component-raycast-helper-fbe68181.js";import{C as ConfiguratorSceneManager,a as ConfiguratorViewModel,R as RoomleConfigurator}from"./roomle-configurator-98a8a059.js";import"./query-params-helper-45cc26ae.js";import"./main-thread-to-worker-b9299c65.js";import"./jszip.min-176b84b6.js";const INJECTABLES=[new DependencyInjectionAssignment("logger",Logger),new DependencyInjectionAssignment("rapi-access",RapiAccess),new DependencyInjectionAssignment("script-loader",ScriptLoader),new DependencyInjectionAssignment("camera-control-3d",CameraControl3D),new DependencyInjectionAssignment("camera-control",CameraControl),new DependencyInjectionAssignment("data-syncer",DataSyncer),new DependencyInjectionAssignment("configurator-scene-manager",ConfiguratorSceneManager,1),new DependencyInjectionAssignment("configurator-view-model",ConfiguratorViewModel,1),new DependencyInjectionAssignment("component-raycast-helper",ComponentRaycastHelper,0)];class Configurator extends Main{setupDependencies(){RoomleDependencyInjection.setup(INJECTABLES),this.lookup("planner-kernel-access",this._context).init(1),this.lookup("rapi-access",this._context),this.lookup("script-loader",this._context),this.lookup("logger",this._context)}cleanUpGlobals(){delete window.RoomleConfigurator}cleanUpDependencies(){const e=this.lookup("script-loader"),n=this.lookup("rapi-access");this.lookup("dom-helper");const o=this.lookup("configurator-scene-manager");e&&e.cleanUp(),n&&n.cleanUp(),o&&o.cleanUp()}setupGlobals(e){const{kernelInstance:n,kernelContainer:o,planObjectId:t}=e||{};AppContext.init({kernelInstance:n,kernelContainer:o,planObjectId:t})}getApi(){return this._configurator}bootFinished(){this._configurator=new RoomleConfigurator(this._context),this._configurator.getMain=()=>this,window.RoomleConfigurator||(window.RoomleConfigurator=this._configurator)}getContextName(){return"configurator"}}export{Configurator};
|
|
2
|
+
//# sourceMappingURL=configurator-7e3be7c0.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configurator-7e3be7c0.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{Configurator}from"./configurator-7e3be7c0.js";import"./script-loader-b3c90a92.js";import"./query-params-helper-45cc26ae.js";import"./main-thread-to-worker-b9299c65.js";import"./roomle-dependency-injection-70c5ace3.js";import"./camera-behaviour-f48e76c0.js";import"./component-raycast-helper-fbe68181.js";import"./roomle-configurator-98a8a059.js";import"./jszip.min-176b84b6.js";(new Configurator).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
|
+
//# sourceMappingURL=configurator-main-760e7b6c.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configurator-main-760e7b6c.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
System.register(["./configurator-
|
|
1
|
+
System.register(["./configurator-311e7541.nomodule.js","./script-loader-f89b0cf3.nomodule.js","./query-params-helper-6eaaca17.nomodule.js","./main-thread-to-worker-cdc86ed6.nomodule.js","./roomle-dependency-injection-c8c2f76e.nomodule.js","./camera-behaviour-48e32978.nomodule.js","./component-raycast-helper-3f8caa28.nomodule.js","./roomle-configurator-d293de15.nomodule.js","./jszip.min-11d8093e.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-
|
|
2
|
-
//# sourceMappingURL=continuous-drawing-helper-
|
|
1
|
+
import{ac as convertToTHREE}from"./roomle-dependency-injection-70c5ace3.js";import{aT as RingGeometry,h as MeshBasicMaterial,w as DoubleSide,z as Mesh}from"./main-thread-to-worker-b9299c65.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-1a34adb7.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"continuous-drawing-helper-1a34adb7.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
System.register(["./roomle-dependency-injection-
|
|
2
|
-
//# sourceMappingURL=continuous-drawing-helper-
|
|
1
|
+
System.register(["./roomle-dependency-injection-c8c2f76e.nomodule.js","./main-thread-to-worker-cdc86ed6.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-91ed175d.nomodule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"continuous-drawing-helper-91ed175d.nomodule.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { RapiBaseColor,
|
|
1
|
+
import type { RapiBaseColor, RapiItem, RapiJson, RapiMaterial, RapiPrice, RapiSkin, RapiTenant, UnNormalizedRapiConfiguratorSettings } from '../../typings/rapi-types';
|
|
2
2
|
import { RAPI_TEXTURE_TYPE } from '../../typings/rapi-types';
|
|
3
3
|
export declare const cloneMockObject: (object: any) => any;
|
|
4
4
|
export declare const MOCK_RAPI_BASE_COLOR: RapiBaseColor;
|
|
@@ -38,7 +38,7 @@ export declare const MOCK_RAPI_NORMAL_TEXTURE: {
|
|
|
38
38
|
mapping: RAPI_TEXTURE_TYPE;
|
|
39
39
|
};
|
|
40
40
|
export declare const MOCK_RAPI_PRICES: RapiPrice;
|
|
41
|
-
export declare const MOCK_RAPI_CONFIGURATOR:
|
|
41
|
+
export declare const MOCK_RAPI_CONFIGURATOR: UnNormalizedRapiConfiguratorSettings;
|
|
42
42
|
export declare const MOCK_RAPI_USER_ACTION: {
|
|
43
43
|
id: string;
|
|
44
44
|
date: string;
|
|
@@ -3,7 +3,6 @@ import type { RoomleError } from './error-handler';
|
|
|
3
3
|
import type { SHORT_TYPES } from './utils/url-shortener';
|
|
4
4
|
import type { Base64String, MAIL_TYPE, PriceId, RapiAdditionalContent, RapiAuth, RapiCatalog, RapiComponent, RapiConfiguration, RapiConfiguratorSettings, RapiId, RapiItem, RapiJson, RapiMaterial, RapiMaterialGroup, RapiMesh, RapiMeshData, RapiPackage, RapiPlan, RapiPlanSnapshotGetData, RapiPlanSnapshotId, RapiPlanSnapshotPostData, RapiPrice, RapiShortId, RapiSkin, RapiTag, RapiTenant, RapiTexture, UserAction } from '../../typings/rapi-types';
|
|
5
5
|
import type { Context } from './di/context';
|
|
6
|
-
import type InitData from './utils/init-data';
|
|
7
6
|
export declare const MAX_URL_LENGTH = 1500;
|
|
8
7
|
export declare const MESH_DEFAULT_FORMAT = "crt";
|
|
9
8
|
export declare const MESH_DEFAULT_QUALITY = 50;
|
|
@@ -56,13 +55,6 @@ export declare const enum RAPI_PATHS {
|
|
|
56
55
|
PLAN_SNAPSHOTS = "planSnapshots"
|
|
57
56
|
}
|
|
58
57
|
export declare const validateParams: (params?: Record<string, string | string[]>) => Record<string, string | string[]> | boolean;
|
|
59
|
-
export interface ConfiguratorObject {
|
|
60
|
-
id: string;
|
|
61
|
-
SDK_access: boolean;
|
|
62
|
-
allowedHosts: string;
|
|
63
|
-
settings: InitData;
|
|
64
|
-
tenant: number;
|
|
65
|
-
}
|
|
66
58
|
export default class RapiAccess implements Context {
|
|
67
59
|
_creator_: string;
|
|
68
60
|
private _formDataUtil;
|
|
@@ -74,10 +66,7 @@ export default class RapiAccess implements Context {
|
|
|
74
66
|
private _globalCallback;
|
|
75
67
|
private _itemLoaded;
|
|
76
68
|
private _currentToken;
|
|
77
|
-
private _configurator;
|
|
78
69
|
constructor(creator: string);
|
|
79
|
-
setConfiguratorSettings(): Promise<void>;
|
|
80
|
-
getTenantId(): Promise<number>;
|
|
81
70
|
getPreloadForItem(id: RapiId): Promise<void>;
|
|
82
71
|
getPreloadForConfiguration(id: RapiId): Promise<void>;
|
|
83
72
|
private _getPreload;
|
|
@@ -152,7 +141,7 @@ export default class RapiAccess implements Context {
|
|
|
152
141
|
getTenant(tenantId?: number): Promise<RapiTenant>;
|
|
153
142
|
getCurrentSkin(): Promise<RapiSkin>;
|
|
154
143
|
getPrices(pricesIds: PriceId[]): Promise<RapiPrice[]>;
|
|
155
|
-
getConfiguratorSettings(): Promise<RapiConfiguratorSettings>;
|
|
144
|
+
getConfiguratorSettings(id: RapiId): Promise<RapiConfiguratorSettings>;
|
|
156
145
|
sendUserAction(userAction: UserAction): Promise<RapiJson>;
|
|
157
146
|
private _share;
|
|
158
147
|
/**
|
|
@@ -27,7 +27,7 @@ export default class RoomleSdk {
|
|
|
27
27
|
* Set global init data params like locale or tenant
|
|
28
28
|
* @param initData
|
|
29
29
|
*/
|
|
30
|
-
static setGlobalInitData(globalInitData: GlobalInitDataDefinition):
|
|
30
|
+
static setGlobalInitData(globalInitData: GlobalInitDataDefinition): void;
|
|
31
31
|
/**
|
|
32
32
|
* Pass in the desired context name and you'll get back a unique context name which does not exist yet.
|
|
33
33
|
* @param contextName
|
|
@@ -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;
|
|
@@ -94,10 +94,14 @@ export interface FeatureFlags {
|
|
|
94
94
|
drawPreviewMode?: Enumify<typeof DRAW_PREVIEW_MODES>;
|
|
95
95
|
/**
|
|
96
96
|
* @internal
|
|
97
|
-
* @description
|
|
98
|
-
* Forces new thumbnails to be generated on configuration save
|
|
97
|
+
* @description Enables special behavior for the BO-PoC
|
|
99
98
|
*/
|
|
100
|
-
|
|
99
|
+
boPoC?: boolean;
|
|
100
|
+
/**
|
|
101
|
+
* @internal
|
|
102
|
+
* @description Enables special debug behavior for the BO-PoC
|
|
103
|
+
*/
|
|
104
|
+
boPoCDebug?: boolean;
|
|
101
105
|
}
|
|
102
106
|
export type RoomleColors = keyof typeof ROOMLE_COLORS;
|
|
103
107
|
export type ColorsIn3dScene = Record<RoomleColors, HexColorString | HexColorNumber>;
|
|
@@ -227,6 +231,11 @@ export interface CommonInitData {
|
|
|
227
231
|
* - Free camera movement (no restrictions, camera stays after reload, panning using Shift key)
|
|
228
232
|
*/
|
|
229
233
|
debug?: boolean;
|
|
234
|
+
/**
|
|
235
|
+
* @description This flag enables:
|
|
236
|
+
* - External object docking vector debug geometry
|
|
237
|
+
*/
|
|
238
|
+
debugGeometry?: boolean;
|
|
230
239
|
/**
|
|
231
240
|
* @description If set to true, prices are calculated using the Roomle price service.
|
|
232
241
|
* For more information ask your Roomle contact.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
interface PmEntityDefinition {
|
|
2
|
+
attributes: Record<string, any>;
|
|
3
|
+
modules: PmEntityDefinition[];
|
|
4
|
+
}
|
|
5
|
+
interface PmDefinition {
|
|
6
|
+
entities: PmEntityDefinition[];
|
|
7
|
+
materialIds: Set<string>;
|
|
8
|
+
materials?: Record<string, any>;
|
|
9
|
+
textures?: Record<string, any>;
|
|
10
|
+
}
|
|
11
|
+
export declare class ProductionManagerExport {
|
|
12
|
+
private getMaterials?;
|
|
13
|
+
private exportImages?;
|
|
14
|
+
private date?;
|
|
15
|
+
imageFolderName: string;
|
|
16
|
+
private materialAttributes;
|
|
17
|
+
constructor(parameter?: any, getMaterials?: (materialIds: string[]) => Promise<any[]>);
|
|
18
|
+
convertTcExportData(tcExportData: any): Promise<PmDefinition>;
|
|
19
|
+
addMaterialsToDefinition(pmDefinition: PmDefinition): Promise<void>;
|
|
20
|
+
addTexturesToDefinition(pmDefinition: PmDefinition): void;
|
|
21
|
+
convertMaterialIdToImageName(materialId: string, url: string): string;
|
|
22
|
+
private getDiffuseMap;
|
|
23
|
+
private convertTcArticle;
|
|
24
|
+
createExportXml(pmDefinition: PmDefinition, customerData?: string): string;
|
|
25
|
+
private getDummyCustomerData;
|
|
26
|
+
private getDummyEntityData;
|
|
27
|
+
private createXMLDocument;
|
|
28
|
+
private createExportXMLDocument;
|
|
29
|
+
private createEntities;
|
|
30
|
+
private createEntity;
|
|
31
|
+
private createParameter;
|
|
32
|
+
private createImages;
|
|
33
|
+
private createImage;
|
|
34
|
+
}
|
|
35
|
+
export {};
|
|
@@ -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/export-helper';
|
|
24
25
|
import type { ConfiguratorDebugAPI } from './configurator-debug-api';
|
|
25
26
|
interface ConfigurationLoadedResponse {
|
|
26
27
|
partList: KernelPartList;
|
|
@@ -574,7 +575,7 @@ export default class RoomleConfigurator implements GlobalAPI, Context, KernelUti
|
|
|
574
575
|
/**
|
|
575
576
|
* Get the data which is assigned to the configurator object, especially things like allowed hosts
|
|
576
577
|
*/
|
|
577
|
-
getConfiguratorSettings(): Promise<RapiConfiguratorSettings>;
|
|
578
|
+
getConfiguratorSettings(id: RapiId): Promise<RapiConfiguratorSettings>;
|
|
578
579
|
moveCamera(cameraParameter: CameraParameter): Promise<void>;
|
|
579
580
|
/**
|
|
580
581
|
* Select a component by runtime id. You can retrieve this ID from partlist etc
|
|
@@ -670,6 +671,8 @@ 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>;
|
|
674
|
+
generateHOMAGiXExport(defaultExportDefinition?: string, homagIxOrderData?: HomagIxOrderParams, homagIxHeaderParams?: HomagIxHeaderParams, homagIxArticleParams?: HomagIxArticleParams): Promise<string>;
|
|
675
|
+
downloadHomagIxExportPoC(): Promise<any>;
|
|
673
676
|
generateExport(exportType: ExportType, defaultExportDefinition?: string): Promise<any>;
|
|
674
677
|
setEnvironmentMap(params: {
|
|
675
678
|
url?: string;
|
|
@@ -679,6 +682,10 @@ export default class RoomleConfigurator implements GlobalAPI, Context, KernelUti
|
|
|
679
682
|
}): void;
|
|
680
683
|
enableEvents(): void;
|
|
681
684
|
disableEvents(): void;
|
|
685
|
+
createProductManagerExportPoC(defaultExportDefinition?: string, send?: (content: any) => void | null): Promise<any>;
|
|
686
|
+
getFileFromUrl(url: string, fileNmame: string, defaultType: string): Promise<File>;
|
|
687
|
+
downloadProductManagerExportPoC(defaultExportDefinition?: string): Promise<any>;
|
|
688
|
+
postProductManagerExportPoC(defaultExportDefinition?: string, requestData?: Record<string, string>): Promise<any>;
|
|
682
689
|
enableDebugging(): void;
|
|
683
690
|
}
|
|
684
691
|
export {};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export interface HomagIxOrderParams {
|
|
2
|
+
orderNumber?: string;
|
|
3
|
+
dispatchDate?: string;
|
|
4
|
+
basketNumber?: string;
|
|
5
|
+
}
|
|
6
|
+
export interface HomagIxHeaderParams {
|
|
7
|
+
comm?: string;
|
|
8
|
+
articleno?: string;
|
|
9
|
+
customer?: string;
|
|
10
|
+
retailer?: string;
|
|
11
|
+
client?: string;
|
|
12
|
+
program?: string;
|
|
13
|
+
employee?: string;
|
|
14
|
+
textLong?: string;
|
|
15
|
+
textShort?: string;
|
|
16
|
+
colour?: string[];
|
|
17
|
+
info?: string[];
|
|
18
|
+
address?: string[];
|
|
19
|
+
billingAddress?: string[];
|
|
20
|
+
shippingAddress?: string[];
|
|
21
|
+
orderPriceInfo?: string[];
|
|
22
|
+
customInfo?: string[];
|
|
23
|
+
}
|
|
24
|
+
export interface HomagIxArticleParams {
|
|
25
|
+
articleTextInfo1?: string;
|
|
26
|
+
articleTextInfo2?: string;
|
|
27
|
+
articlePriceInfo1?: string;
|
|
28
|
+
articlePriceInfo2?: string;
|
|
29
|
+
articlePriceInfo3?: string;
|
|
30
|
+
deliveryPeriod?: string;
|
|
31
|
+
supplier?: string;
|
|
32
|
+
discount?: number;
|
|
33
|
+
discountAbs?: number;
|
|
34
|
+
}
|
|
35
|
+
export declare const createHomagIxXml: (orderData: HomagIxOrderParams, headerData: HomagIxHeaderParams, articleShopData: HomagIxArticleParams, articleCoreData: any) => string;
|
|
36
|
+
export declare const getFakeOrderParams: () => HomagIxOrderParams;
|
|
37
|
+
export declare const getFakeHeaderParams: () => HomagIxHeaderParams;
|
|
38
|
+
export declare const getFakeArticleParams: () => HomagIxArticleParams;
|
|
@@ -22,7 +22,6 @@ import ConfiguratorCameraBehaviour from '../../../common-core/src/cameracontrol/
|
|
|
22
22
|
import type CameraBehaviour from '../../../common-core/src/cameracontrol/camera-behaviour';
|
|
23
23
|
import type CameraBehaviour3d from '../../../common-core/src/cameracontrol/camera-behaviour-3d';
|
|
24
24
|
import type GlobalInitData from '../../../common-core/src/utils/global-init-data';
|
|
25
|
-
import type { CancelSelectionReasons } from '../../../typings/planner';
|
|
26
25
|
export default class ConfiguratorSceneManager extends SceneManager implements ConfiguratorViewModelCallbackI {
|
|
27
26
|
_creator_: string;
|
|
28
27
|
private _configuratorInputManager;
|
|
@@ -58,6 +57,7 @@ export default class ConfiguratorSceneManager extends SceneManager implements Co
|
|
|
58
57
|
protected shouldClearShadowsAndAO(): boolean;
|
|
59
58
|
resume(): void;
|
|
60
59
|
private _materialLoaded;
|
|
60
|
+
waitForMaterialQueue(): Promise<void>;
|
|
61
61
|
pause(): void;
|
|
62
62
|
protected _setupScene(offset?: CanvasOffset, transparent?: boolean, skipLightSetup?: boolean): void;
|
|
63
63
|
sceneCleared(shouldHardReset: boolean): void;
|
|
@@ -99,7 +99,7 @@ export default class ConfiguratorSceneManager extends SceneManager implements Co
|
|
|
99
99
|
protected disablePanning(): void;
|
|
100
100
|
cancelPreviousDockings(): void;
|
|
101
101
|
cancelComponentSelection(resetCamera?: boolean): void;
|
|
102
|
-
protected notifyPlannerOnComponentSelectionCancel(_isExternalObject: boolean
|
|
102
|
+
protected notifyPlannerOnComponentSelectionCancel(_isExternalObject: boolean): void;
|
|
103
103
|
private _cancelSelection;
|
|
104
104
|
private _selectComponent;
|
|
105
105
|
private _deselectComponent;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { RapiBaseColor,
|
|
1
|
+
import type { RapiBaseColor, RapiItem, RapiJson, RapiMaterial, RapiPrice, RapiSkin, RapiTenant, UnNormalizedRapiConfiguratorSettings } from '../../typings/rapi-types';
|
|
2
2
|
import { RAPI_TEXTURE_TYPE } from '../../typings/rapi-types';
|
|
3
3
|
export declare const cloneMockObject: (object: any) => any;
|
|
4
4
|
export declare const MOCK_RAPI_BASE_COLOR: RapiBaseColor;
|
|
@@ -38,7 +38,7 @@ export declare const MOCK_RAPI_NORMAL_TEXTURE: {
|
|
|
38
38
|
mapping: RAPI_TEXTURE_TYPE;
|
|
39
39
|
};
|
|
40
40
|
export declare const MOCK_RAPI_PRICES: RapiPrice;
|
|
41
|
-
export declare const MOCK_RAPI_CONFIGURATOR:
|
|
41
|
+
export declare const MOCK_RAPI_CONFIGURATOR: UnNormalizedRapiConfiguratorSettings;
|
|
42
42
|
export declare const MOCK_RAPI_USER_ACTION: {
|
|
43
43
|
id: string;
|
|
44
44
|
date: string;
|
|
@@ -3,7 +3,6 @@ import type { RoomleError } from './error-handler';
|
|
|
3
3
|
import type { SHORT_TYPES } from './utils/url-shortener';
|
|
4
4
|
import type { Base64String, MAIL_TYPE, PriceId, RapiAdditionalContent, RapiAuth, RapiCatalog, RapiComponent, RapiConfiguration, RapiConfiguratorSettings, RapiId, RapiItem, RapiJson, RapiMaterial, RapiMaterialGroup, RapiMesh, RapiMeshData, RapiPackage, RapiPlan, RapiPlanSnapshotGetData, RapiPlanSnapshotId, RapiPlanSnapshotPostData, RapiPrice, RapiShortId, RapiSkin, RapiTag, RapiTenant, RapiTexture, UserAction } from '../../typings/rapi-types';
|
|
5
5
|
import type { Context } from './di/context';
|
|
6
|
-
import type InitData from './utils/init-data';
|
|
7
6
|
export declare const MAX_URL_LENGTH = 1500;
|
|
8
7
|
export declare const MESH_DEFAULT_FORMAT = "crt";
|
|
9
8
|
export declare const MESH_DEFAULT_QUALITY = 50;
|
|
@@ -56,13 +55,6 @@ export declare const enum RAPI_PATHS {
|
|
|
56
55
|
PLAN_SNAPSHOTS = "planSnapshots"
|
|
57
56
|
}
|
|
58
57
|
export declare const validateParams: (params?: Record<string, string | string[]>) => Record<string, string | string[]> | boolean;
|
|
59
|
-
export interface ConfiguratorObject {
|
|
60
|
-
id: string;
|
|
61
|
-
SDK_access: boolean;
|
|
62
|
-
allowedHosts: string;
|
|
63
|
-
settings: InitData;
|
|
64
|
-
tenant: number;
|
|
65
|
-
}
|
|
66
58
|
export default class RapiAccess implements Context {
|
|
67
59
|
_creator_: string;
|
|
68
60
|
private _formDataUtil;
|
|
@@ -74,10 +66,7 @@ export default class RapiAccess implements Context {
|
|
|
74
66
|
private _globalCallback;
|
|
75
67
|
private _itemLoaded;
|
|
76
68
|
private _currentToken;
|
|
77
|
-
private _configurator;
|
|
78
69
|
constructor(creator: string);
|
|
79
|
-
setConfiguratorSettings(): Promise<void>;
|
|
80
|
-
getTenantId(): Promise<number>;
|
|
81
70
|
getPreloadForItem(id: RapiId): Promise<void>;
|
|
82
71
|
getPreloadForConfiguration(id: RapiId): Promise<void>;
|
|
83
72
|
private _getPreload;
|
|
@@ -152,7 +141,7 @@ export default class RapiAccess implements Context {
|
|
|
152
141
|
getTenant(tenantId?: number): Promise<RapiTenant>;
|
|
153
142
|
getCurrentSkin(): Promise<RapiSkin>;
|
|
154
143
|
getPrices(pricesIds: PriceId[]): Promise<RapiPrice[]>;
|
|
155
|
-
getConfiguratorSettings(): Promise<RapiConfiguratorSettings>;
|
|
144
|
+
getConfiguratorSettings(id: RapiId): Promise<RapiConfiguratorSettings>;
|
|
156
145
|
sendUserAction(userAction: UserAction): Promise<RapiJson>;
|
|
157
146
|
private _share;
|
|
158
147
|
/**
|
|
@@ -27,7 +27,7 @@ export default class RoomleSdk {
|
|
|
27
27
|
* Set global init data params like locale or tenant
|
|
28
28
|
* @param initData
|
|
29
29
|
*/
|
|
30
|
-
static setGlobalInitData(globalInitData: GlobalInitDataDefinition):
|
|
30
|
+
static setGlobalInitData(globalInitData: GlobalInitDataDefinition): void;
|
|
31
31
|
/**
|
|
32
32
|
* Pass in the desired context name and you'll get back a unique context name which does not exist yet.
|
|
33
33
|
* @param contextName
|
|
@@ -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;
|
|
@@ -94,10 +94,14 @@ export interface FeatureFlags {
|
|
|
94
94
|
drawPreviewMode?: Enumify<typeof DRAW_PREVIEW_MODES>;
|
|
95
95
|
/**
|
|
96
96
|
* @internal
|
|
97
|
-
* @description
|
|
98
|
-
* Forces new thumbnails to be generated on configuration save
|
|
97
|
+
* @description Enables special behavior for the BO-PoC
|
|
99
98
|
*/
|
|
100
|
-
|
|
99
|
+
boPoC?: boolean;
|
|
100
|
+
/**
|
|
101
|
+
* @internal
|
|
102
|
+
* @description Enables special debug behavior for the BO-PoC
|
|
103
|
+
*/
|
|
104
|
+
boPoCDebug?: boolean;
|
|
101
105
|
}
|
|
102
106
|
export type RoomleColors = keyof typeof ROOMLE_COLORS;
|
|
103
107
|
export type ColorsIn3dScene = Record<RoomleColors, HexColorString | HexColorNumber>;
|
|
@@ -227,6 +231,11 @@ export interface CommonInitData {
|
|
|
227
231
|
* - Free camera movement (no restrictions, camera stays after reload, panning using Shift key)
|
|
228
232
|
*/
|
|
229
233
|
debug?: boolean;
|
|
234
|
+
/**
|
|
235
|
+
* @description This flag enables:
|
|
236
|
+
* - External object docking vector debug geometry
|
|
237
|
+
*/
|
|
238
|
+
debugGeometry?: boolean;
|
|
230
239
|
/**
|
|
231
240
|
* @description If set to true, prices are calculated using the Roomle price service.
|
|
232
241
|
* For more information ask your Roomle contact.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
interface PmEntityDefinition {
|
|
2
|
+
attributes: Record<string, any>;
|
|
3
|
+
modules: PmEntityDefinition[];
|
|
4
|
+
}
|
|
5
|
+
interface PmDefinition {
|
|
6
|
+
entities: PmEntityDefinition[];
|
|
7
|
+
materialIds: Set<string>;
|
|
8
|
+
materials?: Record<string, any>;
|
|
9
|
+
textures?: Record<string, any>;
|
|
10
|
+
}
|
|
11
|
+
export declare class ProductionManagerExport {
|
|
12
|
+
private getMaterials?;
|
|
13
|
+
private exportImages?;
|
|
14
|
+
private date?;
|
|
15
|
+
imageFolderName: string;
|
|
16
|
+
private materialAttributes;
|
|
17
|
+
constructor(parameter?: any, getMaterials?: (materialIds: string[]) => Promise<any[]>);
|
|
18
|
+
convertTcExportData(tcExportData: any): Promise<PmDefinition>;
|
|
19
|
+
addMaterialsToDefinition(pmDefinition: PmDefinition): Promise<void>;
|
|
20
|
+
addTexturesToDefinition(pmDefinition: PmDefinition): void;
|
|
21
|
+
convertMaterialIdToImageName(materialId: string, url: string): string;
|
|
22
|
+
private getDiffuseMap;
|
|
23
|
+
private convertTcArticle;
|
|
24
|
+
createExportXml(pmDefinition: PmDefinition, customerData?: string): string;
|
|
25
|
+
private getDummyCustomerData;
|
|
26
|
+
private getDummyEntityData;
|
|
27
|
+
private createXMLDocument;
|
|
28
|
+
private createExportXMLDocument;
|
|
29
|
+
private createEntities;
|
|
30
|
+
private createEntity;
|
|
31
|
+
private createParameter;
|
|
32
|
+
private createImages;
|
|
33
|
+
private createImage;
|
|
34
|
+
}
|
|
35
|
+
export {};
|
|
@@ -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/export-helper';
|
|
24
25
|
import type { ConfiguratorDebugAPI } from './configurator-debug-api';
|
|
25
26
|
interface ConfigurationLoadedResponse {
|
|
26
27
|
partList: KernelPartList;
|
|
@@ -574,7 +575,7 @@ export default class RoomleConfigurator implements GlobalAPI, Context, KernelUti
|
|
|
574
575
|
/**
|
|
575
576
|
* Get the data which is assigned to the configurator object, especially things like allowed hosts
|
|
576
577
|
*/
|
|
577
|
-
getConfiguratorSettings(): Promise<RapiConfiguratorSettings>;
|
|
578
|
+
getConfiguratorSettings(id: RapiId): Promise<RapiConfiguratorSettings>;
|
|
578
579
|
moveCamera(cameraParameter: CameraParameter): Promise<void>;
|
|
579
580
|
/**
|
|
580
581
|
* Select a component by runtime id. You can retrieve this ID from partlist etc
|
|
@@ -670,6 +671,8 @@ 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>;
|
|
674
|
+
generateHOMAGiXExport(defaultExportDefinition?: string, homagIxOrderData?: HomagIxOrderParams, homagIxHeaderParams?: HomagIxHeaderParams, homagIxArticleParams?: HomagIxArticleParams): Promise<string>;
|
|
675
|
+
downloadHomagIxExportPoC(): Promise<any>;
|
|
673
676
|
generateExport(exportType: ExportType, defaultExportDefinition?: string): Promise<any>;
|
|
674
677
|
setEnvironmentMap(params: {
|
|
675
678
|
url?: string;
|
|
@@ -679,6 +682,10 @@ export default class RoomleConfigurator implements GlobalAPI, Context, KernelUti
|
|
|
679
682
|
}): void;
|
|
680
683
|
enableEvents(): void;
|
|
681
684
|
disableEvents(): void;
|
|
685
|
+
createProductManagerExportPoC(defaultExportDefinition?: string, send?: (content: any) => void | null): Promise<any>;
|
|
686
|
+
getFileFromUrl(url: string, fileNmame: string, defaultType: string): Promise<File>;
|
|
687
|
+
downloadProductManagerExportPoC(defaultExportDefinition?: string): Promise<any>;
|
|
688
|
+
postProductManagerExportPoC(defaultExportDefinition?: string, requestData?: Record<string, string>): Promise<any>;
|
|
682
689
|
enableDebugging(): void;
|
|
683
690
|
}
|
|
684
691
|
export {};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export interface HomagIxOrderParams {
|
|
2
|
+
orderNumber?: string;
|
|
3
|
+
dispatchDate?: string;
|
|
4
|
+
basketNumber?: string;
|
|
5
|
+
}
|
|
6
|
+
export interface HomagIxHeaderParams {
|
|
7
|
+
comm?: string;
|
|
8
|
+
articleno?: string;
|
|
9
|
+
customer?: string;
|
|
10
|
+
retailer?: string;
|
|
11
|
+
client?: string;
|
|
12
|
+
program?: string;
|
|
13
|
+
employee?: string;
|
|
14
|
+
textLong?: string;
|
|
15
|
+
textShort?: string;
|
|
16
|
+
colour?: string[];
|
|
17
|
+
info?: string[];
|
|
18
|
+
address?: string[];
|
|
19
|
+
billingAddress?: string[];
|
|
20
|
+
shippingAddress?: string[];
|
|
21
|
+
orderPriceInfo?: string[];
|
|
22
|
+
customInfo?: string[];
|
|
23
|
+
}
|
|
24
|
+
export interface HomagIxArticleParams {
|
|
25
|
+
articleTextInfo1?: string;
|
|
26
|
+
articleTextInfo2?: string;
|
|
27
|
+
articlePriceInfo1?: string;
|
|
28
|
+
articlePriceInfo2?: string;
|
|
29
|
+
articlePriceInfo3?: string;
|
|
30
|
+
deliveryPeriod?: string;
|
|
31
|
+
supplier?: string;
|
|
32
|
+
discount?: number;
|
|
33
|
+
discountAbs?: number;
|
|
34
|
+
}
|
|
35
|
+
export declare const createHomagIxXml: (orderData: HomagIxOrderParams, headerData: HomagIxHeaderParams, articleShopData: HomagIxArticleParams, articleCoreData: any) => string;
|
|
36
|
+
export declare const getFakeOrderParams: () => HomagIxOrderParams;
|
|
37
|
+
export declare const getFakeHeaderParams: () => HomagIxHeaderParams;
|
|
38
|
+
export declare const getFakeArticleParams: () => HomagIxArticleParams;
|
package/lib/definitions/packages/configurator-core/src/webgl/configurator-scene-manager.d.ts
CHANGED
|
@@ -22,7 +22,6 @@ import ConfiguratorCameraBehaviour from '../../../common-core/src/cameracontrol/
|
|
|
22
22
|
import type CameraBehaviour from '../../../common-core/src/cameracontrol/camera-behaviour';
|
|
23
23
|
import type CameraBehaviour3d from '../../../common-core/src/cameracontrol/camera-behaviour-3d';
|
|
24
24
|
import type GlobalInitData from '../../../common-core/src/utils/global-init-data';
|
|
25
|
-
import type { CancelSelectionReasons } from '../../../typings/planner';
|
|
26
25
|
export default class ConfiguratorSceneManager extends SceneManager implements ConfiguratorViewModelCallbackI {
|
|
27
26
|
_creator_: string;
|
|
28
27
|
private _configuratorInputManager;
|
|
@@ -58,6 +57,7 @@ export default class ConfiguratorSceneManager extends SceneManager implements Co
|
|
|
58
57
|
protected shouldClearShadowsAndAO(): boolean;
|
|
59
58
|
resume(): void;
|
|
60
59
|
private _materialLoaded;
|
|
60
|
+
waitForMaterialQueue(): Promise<void>;
|
|
61
61
|
pause(): void;
|
|
62
62
|
protected _setupScene(offset?: CanvasOffset, transparent?: boolean, skipLightSetup?: boolean): void;
|
|
63
63
|
sceneCleared(shouldHardReset: boolean): void;
|
|
@@ -99,7 +99,7 @@ export default class ConfiguratorSceneManager extends SceneManager implements Co
|
|
|
99
99
|
protected disablePanning(): void;
|
|
100
100
|
cancelPreviousDockings(): void;
|
|
101
101
|
cancelComponentSelection(resetCamera?: boolean): void;
|
|
102
|
-
protected notifyPlannerOnComponentSelectionCancel(_isExternalObject: boolean
|
|
102
|
+
protected notifyPlannerOnComponentSelectionCancel(_isExternalObject: boolean): void;
|
|
103
103
|
private _cancelSelection;
|
|
104
104
|
private _selectComponent;
|
|
105
105
|
private _deselectComponent;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { CancelSelectionReasons } from '../../typings/planner';
|
|
2
1
|
export interface ExternalObjectGroupPosition {
|
|
3
2
|
pos: number[];
|
|
4
3
|
rotation?: number;
|
|
@@ -125,7 +124,6 @@ export interface ExternalObjectUiCallback {
|
|
|
125
124
|
onExternalObjectModuleSelected(groupId: string, rootModuleId: string | null, subModuleId: string | null): void;
|
|
126
125
|
/**
|
|
127
126
|
* "onExternalObjectSelectionCancel" is invoked when the selection of a group, root module or sub module is canceled.
|
|
128
|
-
* @param reason why the selection was canceled
|
|
129
127
|
*/
|
|
130
|
-
onExternalObjectSelectionCancel(
|
|
128
|
+
onExternalObjectSelectionCancel(): void;
|
|
131
129
|
}
|
|
@@ -60,7 +60,6 @@ export default class RoomlePlannerUiCallback extends UiCallback implements Exter
|
|
|
60
60
|
onSelectionChange: (selectionMode: SELECTION_MODE, objectType: CallbackObjectType, payload: SelectionPayload, payloadPromise: Promise<SelectionPayload>, planElementViewModel: PlanElementViewModel) => void;
|
|
61
61
|
/**
|
|
62
62
|
* When an item selection has been canceled
|
|
63
|
-
* @param reason why the selection was canceled
|
|
64
63
|
*/
|
|
65
64
|
onSelectionCancel: (reason: CancelSelectionReasons) => void;
|
|
66
65
|
/**
|
|
@@ -230,7 +229,6 @@ export default class RoomlePlannerUiCallback extends UiCallback implements Exter
|
|
|
230
229
|
onExternalObjectModuleSelected: (groupId: string, rootModuleId: string | null, subModuleId: string | null) => void;
|
|
231
230
|
/**
|
|
232
231
|
* documented in interface ExternalObjectUiCallback
|
|
233
|
-
* @param reason why the selection was canceled
|
|
234
232
|
*/
|
|
235
|
-
onExternalObjectSelectionCancel: (
|
|
233
|
+
onExternalObjectSelectionCancel: () => void;
|
|
236
234
|
}
|
|
@@ -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
|
|
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';
|
|
@@ -135,13 +135,6 @@ export default class RoomlePlanner implements KernelAccessCallbackI, RoomlePlann
|
|
|
135
135
|
* @param runtimeId
|
|
136
136
|
*/
|
|
137
137
|
selectPlanObjectById(runtimeId: RuntimeId): Promise<void>;
|
|
138
|
-
/**
|
|
139
|
-
* Highlights one or more objects in the scene based on their runtime IDs.
|
|
140
|
-
* If `runtimeIds` is `null`, all highlighted objects will be unhighlighted.
|
|
141
|
-
*
|
|
142
|
-
* @param runtimeIds A single runtime ID, an array of runtime IDs, or null.
|
|
143
|
-
*/
|
|
144
|
-
highlightPlanElements(runtimeIds: number | number[] | null): void;
|
|
145
138
|
backToPlanner(): void;
|
|
146
139
|
showGUI(): void;
|
|
147
140
|
switchToConfigurator(): Promise<Configurator>;
|
|
@@ -376,6 +369,7 @@ export default class RoomlePlanner implements KernelAccessCallbackI, RoomlePlann
|
|
|
376
369
|
resolveShortUrl(shortUrl: string): Promise<string>;
|
|
377
370
|
enableEvents(): void;
|
|
378
371
|
disableEvents(): void;
|
|
372
|
+
downloadHomagIxExportPoC(): Promise<any>;
|
|
379
373
|
configureExternalObjectApi(configurationJson: string | ExternalObjectApiConfiguration): Promise<void>;
|
|
380
374
|
loadExternalObjectLibrary(libraryJson: string | object): void;
|
|
381
375
|
loadExternalObjectGroup(groupJson: string | object, findFreeSpaceInPlan: boolean, verifyArrangement?: boolean): Promise<void>;
|
|
@@ -391,7 +385,9 @@ export default class RoomlePlanner implements KernelAccessCallbackI, RoomlePlann
|
|
|
391
385
|
openOrCloseGeometryOfExternalObject(groupIdOrRootModuleId: string, subModuleId: string | null, open: boolean, animate: boolean): Promise<void>;
|
|
392
386
|
private _selectKernelComponent;
|
|
393
387
|
_selectExternalObjectGroup(groupId: string, switchToPlanner: boolean): Promise<void>;
|
|
394
|
-
_selectExternalObjectModule(rootModuleId: string, subModuleId: string | null, selectPlanObject: boolean, switchToConfigurator: boolean, selectComponent: boolean): Promise<void>;
|
|
388
|
+
_selectExternalObjectModule(rootModuleId: string, subModuleId: string | null, selectPlanObject: boolean, switchToConfigurator: boolean, selectComponent: boolean, highlightSelection: boolean): Promise<void>;
|
|
389
|
+
private _selectPlanObject;
|
|
390
|
+
private _getSelectedPlanObjectComponent;
|
|
395
391
|
/**
|
|
396
392
|
* @internal
|
|
397
393
|
* Use this callbacks to hook in your functionality
|