@roomle/embedding-lib 4.44.0 → 5.1.0-debug.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (234) hide show
  1. package/.releaserc.json +4 -7
  2. package/README.md +5 -6
  3. package/docs/md/web/embedding/CHANGELOG.md +6 -0
  4. package/drag-in-C2fEQF9W.mjs +7 -0
  5. package/drag-in-CAakt8yw.mjs +250 -0
  6. package/index.d.ts +102 -0
  7. package/package.json +27 -13
  8. package/roomle-embedding-lib.es.js +453 -0
  9. package/roomle-embedding-lib.es.min.js +8 -0
  10. package/roomle-embedding-lib.umd.js +14 -0
  11. package/roomle-embedding-lib.umd.min.js +14 -0
  12. package/docs/__sidebar__.json +0 -14
  13. package/docs/api/.nojekyll +0 -1
  14. package/docs/api/README.md +0 -9
  15. package/docs/api/classes/exposed_analytics_callbacks.ExposedAnalyticsCallbacks.md +0 -47
  16. package/docs/api/classes/exposed_api.ExposedApi.md +0 -255
  17. package/docs/api/classes/exposed_callbacks.ExposedCallbacks.md +0 -195
  18. package/docs/api/classes/roomle_configurator_api.default.md +0 -211
  19. package/docs/api/enums/types.UI_BUTTON.md +0 -263
  20. package/docs/api/interfaces/exposed_callbacks.Labels.md +0 -32
  21. package/docs/api/interfaces/exposed_callbacks.Price.md +0 -32
  22. package/docs/api/interfaces/roomle_configurator_api.RoomleEmbeddingApiKeys.md +0 -58
  23. package/docs/api/interfaces/types.ConfiguratorSettings.md +0 -150
  24. package/docs/api/interfaces/types.EmbeddingSkin.md +0 -65
  25. package/docs/api/interfaces/types.UiInitData.md +0 -1199
  26. package/docs/api/interfaces/types.VariantsMap.md +0 -9
  27. package/docs/api/modules/exposed_analytics_callbacks.md +0 -9
  28. package/docs/api/modules/exposed_api.md +0 -9
  29. package/docs/api/modules/exposed_callbacks.md +0 -14
  30. package/docs/api/modules/roomle_configurator_api.md +0 -49
  31. package/docs/api/modules/types.md +0 -16
  32. package/docs/api/modules.md +0 -13
  33. package/docs/examples/00_init.html +0 -38
  34. package/docs/examples/01_small_screen.html +0 -37
  35. package/docs/examples/02_resize_callback.html +0 -46
  36. package/docs/examples/03_instant_start.html +0 -38
  37. package/docs/examples/04_price.html +0 -48
  38. package/docs/examples/05_analytics.html +0 -38
  39. package/docs/examples/06_skinning.html +0 -39
  40. package/docs/examples/07_request_product.html +0 -41
  41. package/docs/examples/08_variants.html +0 -36
  42. package/docs/examples/09_different_products.html +0 -63
  43. package/docs/examples/10_landing_page.html +0 -38
  44. package/docs/examples/11_light_settings.html +0 -126
  45. package/docs/examples/12_email.html +0 -36
  46. package/docs/examples/13_parameters.html +0 -67
  47. package/docs/examples/14_ga_consent.html +0 -39
  48. package/docs/examples/roomle-configurator-api.es.min.js +0 -586
  49. package/docs/hsp.md +0 -61
  50. package/docs/images/parts.png +0 -0
  51. package/docs/images/usm-frames.png +0 -0
  52. package/docs/integration.md +0 -1101
  53. package/docs/md/web/ui/EMBEDDING-CHANGELOG.md +0 -17
  54. package/docs/migration-guides/v2-to-v3.md +0 -135
  55. package/docs/moc/index.md +0 -86
  56. package/docs/simple.md +0 -25
  57. package/roomle-configurator-api.cjs.js +0 -585
  58. package/roomle-configurator-api.cjs.min.js +0 -1
  59. package/roomle-configurator-api.es.js +0 -583
  60. package/roomle-configurator-api.es.min.js +0 -1
  61. package/roomle-configurator-api.js +0 -583
  62. package/types/index.d.ts +0 -1504
  63. package/types/src/common/business-logic/connector.d.ts +0 -8
  64. package/types/src/common/business-logic/event-bus.d.ts +0 -5
  65. package/types/src/common/components/collection-view/-utils/types.d.ts +0 -10
  66. package/types/src/common/plugins/analytics.d.ts +0 -11
  67. package/types/src/common/plugins/localize.d.ts +0 -8
  68. package/types/src/common/store/collection-view-state.d.ts +0 -40
  69. package/types/src/common/store/common-ui-state.d.ts +0 -16
  70. package/types/src/common/store/index.d.ts +0 -111
  71. package/types/src/common/translations/local-translation-source.d.ts +0 -8
  72. package/types/src/common/utils/access-restriction.d.ts +0 -7
  73. package/types/src/common/utils/ar-service.d.ts +0 -14
  74. package/types/src/common/utils/bezier.d.ts +0 -2
  75. package/types/src/common/utils/browser.d.ts +0 -3
  76. package/types/src/common/utils/color.d.ts +0 -2
  77. package/types/src/common/utils/compatibility.d.ts +0 -3
  78. package/types/src/common/utils/dom.d.ts +0 -15
  79. package/types/src/common/utils/font-size-detector.d.ts +0 -1
  80. package/types/src/common/utils/google-analytics.d.ts +0 -67
  81. package/types/src/common/utils/helper.d.ts +0 -43
  82. package/types/src/common/utils/iframe.d.ts +0 -3
  83. package/types/src/common/utils/init-data.d.ts +0 -34
  84. package/types/src/common/utils/merge.d.ts +0 -16
  85. package/types/src/common/utils/parameters.d.ts +0 -18
  86. package/types/src/common/utils/performance.d.ts +0 -2
  87. package/types/src/common/utils/plan.d.ts +0 -1
  88. package/types/src/common/utils/script-loader.d.ts +0 -5
  89. package/types/src/common/utils/share.d.ts +0 -1
  90. package/types/src/common/utils/touch-drag.d.ts +0 -24
  91. package/types/src/common/utils/types.d.ts +0 -19
  92. package/types/src/common/utils/user-agent.d.ts +0 -6
  93. package/types/src/common/utils/variants.d.ts +0 -3
  94. package/types/src/configurator/ar/main.d.ts +0 -1
  95. package/types/src/configurator/business-logic/roomle-sdk-wrapper.d.ts +0 -27
  96. package/types/src/configurator/business-logic/sdk-connector-configurator.d.ts +0 -29
  97. package/types/src/configurator/business-logic/sdk-connector.d.ts +0 -119
  98. package/types/src/configurator/business-logic/ui-callback.d.ts +0 -5
  99. package/types/src/configurator/components/-utils/overlays.d.ts +0 -43
  100. package/types/src/configurator/components/grid-view/-utils/GridViewHelper.d.ts +0 -16
  101. package/types/src/configurator/components/utils/-utils/SceneOffsetResizer.d.ts +0 -23
  102. package/types/src/configurator/embedding/example/main.d.ts +0 -1
  103. package/types/src/configurator/embedding/exposed-analytics-callbacks.d.ts +0 -10
  104. package/types/src/configurator/embedding/exposed-api.d.ts +0 -90
  105. package/types/src/configurator/embedding/exposed-callbacks.d.ts +0 -46
  106. package/types/src/configurator/embedding/helper.d.ts +0 -8
  107. package/types/src/configurator/embedding/message-handler.d.ts +0 -31
  108. package/types/src/configurator/embedding/roomle-configurator-api.d.ts +0 -64
  109. package/types/src/configurator/embedding/types.d.ts +0 -159
  110. package/types/src/configurator/embedding/utils.d.ts +0 -15
  111. package/types/src/configurator/plugins/embedding-callbacks-plugin.d.ts +0 -4
  112. package/types/src/configurator/plugins/libs-plugin.d.ts +0 -11
  113. package/types/src/configurator/plugins/sdk-connector-plugin.d.ts +0 -14
  114. package/types/src/configurator/store/core-data.d.ts +0 -34
  115. package/types/src/configurator/store/core-state.d.ts +0 -26
  116. package/types/src/configurator/store/ui-state.d.ts +0 -118
  117. package/types/src/main.d.ts +0 -14
  118. package/types/src/planner/business-logic/general-room-parameters.d.ts +0 -17
  119. package/types/src/planner/business-logic/pre-defined-rooms.d.ts +0 -2
  120. package/types/src/planner/business-logic/rooms.d.ts +0 -37
  121. package/types/src/planner/business-logic/sdk-connector-planner.d.ts +0 -28
  122. package/types/src/planner/store/planner-core-data.d.ts +0 -21
  123. package/types/src/planner/store/planner-ui-state.d.ts +0 -65
  124. package/types/src/planner/utils/interaction.d.ts +0 -3
  125. package/types/src/planner/utils/planner-sidebar.d.ts +0 -19
  126. package/types/src/viewer/business-logic/sdk-connector-viewer.d.ts +0 -18
  127. package/types/tests/helpers/data/base-64-images.d.ts +0 -1
  128. package/types/tests/helpers/data/configurator.d.ts +0 -7
  129. package/types/tests/helpers/data/items.d.ts +0 -208
  130. package/types/tests/helpers/data/materials.d.ts +0 -32
  131. package/types/tests/helpers/data/parameter-groups.d.ts +0 -242
  132. package/types/tests/helpers/data/parameters.d.ts +0 -399
  133. package/types/tests/helpers/data/part-list.d.ts +0 -126
  134. package/types/tests/helpers/data/plan.d.ts +0 -224
  135. package/types/tests/helpers/data/planObject.d.ts +0 -134
  136. package/types/tests/helpers/data/possible-children-tags.d.ts +0 -208
  137. package/types/tests/helpers/data/variants.d.ts +0 -60
  138. package/types/tests/helpers/data/wall-dimensions.d.ts +0 -41
  139. package/types/tests/helpers/dom.d.ts +0 -1
  140. package/types/tests/helpers/mocks/analytics.d.ts +0 -7
  141. package/types/tests/helpers/mocks/data/biohort-parameter.d.ts +0 -32
  142. package/types/tests/helpers/mocks/data/koinor-formia.d.ts +0 -289
  143. package/types/tests/helpers/mocks/embedding-callbacks.d.ts +0 -4
  144. package/types/tests/helpers/mocks/icon.d.ts +0 -3
  145. package/types/tests/helpers/mocks/localize.d.ts +0 -8
  146. package/types/tests/helpers/mocks/message.d.ts +0 -11
  147. package/types/tests/helpers/mocks/parameters.d.ts +0 -47
  148. package/types/tests/helpers/mocks/possible-children.d.ts +0 -596
  149. package/types/tests/helpers/mocks/roomle-sdk-wrapper.d.ts +0 -177
  150. package/types/tests/helpers/mocks/sdk-connector-configurator.d.ts +0 -13
  151. package/types/tests/helpers/mocks/sdk-connector-planner.d.ts +0 -13
  152. package/types/tests/helpers/mocks/sdk-connector.d.ts +0 -35
  153. package/types/tests/helpers/mocks/store.d.ts +0 -11
  154. package/types/tests/helpers/mocks/tag.d.ts +0 -148
  155. package/types/tests/helpers/utils.d.ts +0 -13
  156. package/types/tests/integration/common/components/ActionButtons.spec.d.ts +0 -1
  157. package/types/tests/integration/common/components/BottomBar.spec.d.ts +0 -1
  158. package/types/tests/integration/common/components/BottomButtons.spec.d.ts +0 -1
  159. package/types/tests/integration/common/components/IconButton.spec.d.ts +0 -1
  160. package/types/tests/integration/common/components/SelectionButtons.spec.d.ts +0 -1
  161. package/types/tests/integration/common/components/part-list/part-list/PartListPrint.spec.d.ts +0 -1
  162. package/types/tests/integration/common/components/part-list/part-list/PartListRow.spec.d.ts +0 -1
  163. package/types/tests/integration/configurator/App.spec.d.ts +0 -1
  164. package/types/tests/integration/configurator/components/ARButton.spec.d.ts +0 -1
  165. package/types/tests/integration/configurator/components/ConfiguratorMain.spec.d.ts +0 -9
  166. package/types/tests/integration/configurator/components/CookieBanner.spec.d.ts +0 -1
  167. package/types/tests/integration/configurator/components/Overlays.spec.d.ts +0 -1
  168. package/types/tests/integration/configurator/components/TopBar.spec.d.ts +0 -1
  169. package/types/tests/integration/configurator/components/ViewerMain.spec.d.ts +0 -1
  170. package/types/tests/integration/configurator/components/addons/AddonsTrigger.spec.d.ts +0 -1
  171. package/types/tests/integration/configurator/components/addons/PossibleChildren.spec.d.ts +0 -1
  172. package/types/tests/integration/configurator/components/collection-view/-utils/TabbedNav.spec.d.ts +0 -1
  173. package/types/tests/integration/configurator/components/collection-view/CollectionView.spec.d.ts +0 -1
  174. package/types/tests/integration/configurator/components/grid-view/-utils/CollapsedView.spec.d.ts +0 -1
  175. package/types/tests/integration/configurator/components/grid-view/-utils/ExpandedView.spec.d.ts +0 -1
  176. package/types/tests/integration/configurator/components/grid-view/-utils/GridViewElement.spec.d.ts +0 -1
  177. package/types/tests/integration/configurator/components/grid-view/-utils/GridViewHelper.spec.d.ts +0 -1
  178. package/types/tests/integration/configurator/components/grid-view/GridView.spec.d.ts +0 -1
  179. package/types/tests/integration/configurator/components/overlays/Export3D.spec.d.ts +0 -1
  180. package/types/tests/integration/configurator/components/overlays/NoDocking.spec.d.ts +0 -1
  181. package/types/tests/integration/configurator/components/overlays/PartList.spec.d.ts +0 -1
  182. package/types/tests/integration/configurator/components/overlays/SaveDraft.spec.d.ts +0 -1
  183. package/types/tests/integration/configurator/components/overlays/VariantWarning.spec.d.ts +0 -1
  184. package/types/tests/integration/configurator/components/overlays/ar/OpenARView.spec.d.ts +0 -1
  185. package/types/tests/integration/configurator/components/parameters/BackParameterGroupButton.spec.d.ts +0 -1
  186. package/types/tests/integration/configurator/components/parameters/NextParameterGroupButton.spec.d.ts +0 -1
  187. package/types/tests/integration/configurator/components/parameters/ParameterGroupButton.spec.d.ts +0 -1
  188. package/types/tests/integration/configurator/components/parameters/ParameterGroups.spec.d.ts +0 -1
  189. package/types/tests/integration/configurator/components/parameters/types/MaterialParameter.spec.d.ts +0 -1
  190. package/types/tests/integration/configurator/components/parameters/types/OptionsParameter.spec.d.ts +0 -1
  191. package/types/tests/integration/configurator/components/parameters/types/OptionsParameterValue.spec.d.ts +0 -1
  192. package/types/tests/integration/configurator/components/parameters/types/ProductVariant.spec.d.ts +0 -1
  193. package/types/tests/integration/configurator/components/parameters/types/RangeParameter.spec.d.ts +0 -1
  194. package/types/tests/integration/configurator/components/parameters/types/ThumbnailsParameter.spec.d.ts +0 -1
  195. package/types/tests/integration/configurator/components/utils/BackToWebsite.spec.d.ts +0 -1
  196. package/types/tests/integration/configurator/components/utils/CheckBox.spec.d.ts +0 -1
  197. package/types/tests/integration/configurator/components/utils/FullscreenContainer.spec.d.ts +0 -1
  198. package/types/tests/integration/configurator/components/utils/GdprEmailInput.spec.d.ts +0 -1
  199. package/types/tests/integration/configurator/components/utils/HeightToggle.spec.d.ts +0 -1
  200. package/types/tests/integration/configurator/components/utils/ImageWithFallback.spec.d.ts +0 -1
  201. package/types/tests/integration/configurator/components/utils/InteractionContainer.spec.d.ts +0 -1
  202. package/types/tests/integration/configurator/components/utils/PopUp.spec.d.ts +0 -1
  203. package/types/tests/integration/configurator/components/utils/ScrollHint.spec.d.ts +0 -1
  204. package/types/tests/integration/helper.spec.d.ts +0 -1
  205. package/types/tests/integration/planner/components/CatalogTrigger.spec.d.ts +0 -1
  206. package/types/tests/integration/planner/components/PlannerMain.spec.d.ts +0 -1
  207. package/types/tests/integration/planner/components/PlannerSidebar.spec.d.ts +0 -1
  208. package/types/tests/integration/planner/components/ProductListButton.spec.d.ts +0 -1
  209. package/types/tests/integration/planner/components/SampleRooms.spec.d.ts +0 -1
  210. package/types/tests/integration/planner/components/ShowWallMeasurements.spec.d.ts +0 -1
  211. package/types/tests/integration/planner/components/overlays/product-list/ProductListEntry.spec.d.ts +0 -1
  212. package/types/tests/integration/planner/components/overlays/rooms/RoomGeneralSettings.spec.d.ts +0 -1
  213. package/types/tests/integration/planner/components/overlays/rooms/RoomRangeParameter.spec.d.ts +0 -1
  214. package/types/tests/integration/planner/components/utils/InteractionHeader.spec.d.ts +0 -1
  215. package/types/tests/integration/planner/components/utils/sidebar-nav/SidebarNav.spec.d.ts +0 -1
  216. package/types/tests/unit/common/business-logic/event-bus.spec.d.ts +0 -1
  217. package/types/tests/unit/common/helper.spec.d.ts +0 -1
  218. package/types/tests/unit/common/translations/local-translation-source.spec.d.ts +0 -1
  219. package/types/tests/unit/common/utils/ar-service.spec.d.ts +0 -1
  220. package/types/tests/unit/common/utils/bezier.spec.d.ts +0 -1
  221. package/types/tests/unit/common/utils/color.spec.d.ts +0 -1
  222. package/types/tests/unit/common/utils/dom.spec.d.ts +0 -1
  223. package/types/tests/unit/common/utils/helper.spec.d.ts +0 -1
  224. package/types/tests/unit/common/utils/init-data.spec.d.ts +0 -1
  225. package/types/tests/unit/common/utils/parameters.spec.d.ts +0 -1
  226. package/types/tests/unit/common/utils/touch-drag.spec.d.ts +0 -1
  227. package/types/tests/unit/configurator/business-logic/sdk-connector-configurator.spec.d.ts +0 -1
  228. package/types/tests/unit/configurator/business-logic/sdk-connector.spec.d.ts +0 -1
  229. package/types/tests/unit/configurator/components/utils/-utils/ConfiguratorResizer.spec.d.ts +0 -1
  230. package/types/tests/unit/configurator/components/utils/WordWrap.spec.d.ts +0 -1
  231. package/types/tests/unit/configurator/embedding/exposed-api.spec.d.ts +0 -1
  232. package/types/tests/unit/configurator/embedding/utils.spec.d.ts +0 -1
  233. package/types/tests/unit/configurator/store/index.spec.d.ts +0 -1
  234. package/types/tests/unit/planner/business-logic/sdk-connector-planner.spec.d.ts +0 -1
@@ -0,0 +1,453 @@
1
+ var M = Object.defineProperty;
2
+ var v = (t, e, s) => e in t ? M(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s;
3
+ var l = (t, e, s) => v(t, typeof e != "symbol" ? e + "" : e, s);
4
+ class P {
5
+ constructor(e, s, r, o) {
6
+ l(this, "_side");
7
+ // for better debugging (who handles message? iframe or website?)
8
+ l(this, "_incomingMessageBus");
9
+ l(this, "_outgoingMessageBus", null);
10
+ l(this, "_execMessage", null);
11
+ this._side = e, this._incomingMessageBus = s, this._outgoingMessageBus = r, this._execMessage = o, this._incomingMessageBus.addEventListener(
12
+ "message",
13
+ this._handleMessage.bind(this)
14
+ );
15
+ }
16
+ setOutgoingMessageBus(e) {
17
+ this._outgoingMessageBus = e;
18
+ }
19
+ setMessageExecution(e) {
20
+ this._execMessage = e;
21
+ }
22
+ sendMessage(e, s = []) {
23
+ return new Promise((r, o) => {
24
+ const i = new MessageChannel();
25
+ i.port1.onmessage = (n) => {
26
+ if (!n || !n.data)
27
+ return i.port1.close(), i.port2.close(), o(
28
+ new Error(
29
+ this._side + " received message but response can not be interpreted"
30
+ )
31
+ );
32
+ let c;
33
+ try {
34
+ c = JSON.parse(n.data);
35
+ } catch (a) {
36
+ return i.port1.close(), i.port2.close(), this._prepareError(a), o(a);
37
+ }
38
+ c.error ? o(c.error) : c.result !== void 0 ? r(c.result) : r(void 0), i.port1.close(), i.port2.close();
39
+ };
40
+ let d = "";
41
+ try {
42
+ d = JSON.stringify({ message: e, args: s });
43
+ } catch {
44
+ return o(
45
+ new Error(
46
+ this._side + ": can not create command because it is not JSON.stringify able"
47
+ )
48
+ );
49
+ }
50
+ if (!this._outgoingMessageBus)
51
+ return o(new Error(this._side + ": outgoing bus not set yet"));
52
+ this._outgoingMessageBus.postMessage(d, "*", [
53
+ i.port2
54
+ ]);
55
+ });
56
+ }
57
+ _handleMessage(e) {
58
+ const s = e.ports && Array.isArray(e.ports) && e.ports.length > 0 ? e.ports[0] : null;
59
+ if (e.data && s)
60
+ try {
61
+ const r = JSON.parse(e.data);
62
+ if (!this._execMessage)
63
+ return s.postMessage(
64
+ JSON.stringify({
65
+ error: this._side + " is not ready to handle messages"
66
+ })
67
+ );
68
+ Array.isArray(r.args) || (r.args = [r.args]);
69
+ const o = this._execMessage(r, e);
70
+ if (o === void 0)
71
+ return;
72
+ o.then(
73
+ (i = {}) => {
74
+ let d, n;
75
+ typeof i == "object" && i !== null && (d = i.error, n = i.result), d ? s.postMessage(
76
+ JSON.stringify({ error: d })
77
+ ) : n !== void 0 ? s.postMessage(
78
+ JSON.stringify({ result: n })
79
+ ) : s.postMessage(
80
+ JSON.stringify({ result: i })
81
+ );
82
+ },
83
+ (i) => {
84
+ s.postMessage(
85
+ JSON.stringify({
86
+ error: this._prepareError(i)
87
+ })
88
+ );
89
+ }
90
+ );
91
+ } catch (r) {
92
+ s.postMessage(
93
+ JSON.stringify({
94
+ error: this._prepareError(r)
95
+ })
96
+ );
97
+ }
98
+ }
99
+ _prepareError(e) {
100
+ if (typeof e == "string") {
101
+ const s = this._side + ": " + e;
102
+ return console.error(s), s;
103
+ }
104
+ return e.message = this._side + ": " + e.message, console.error(e), e.message;
105
+ }
106
+ }
107
+ const p = ".", E = {
108
+ REQUEST_BOOT: "requestBoot",
109
+ SETUP: "setup",
110
+ WEBSITE_READY: "websiteReady"
111
+ }, D = async (t, e) => {
112
+ if (typeof t != "string")
113
+ throw new Error(
114
+ 'Configurator ID is not a string type: "' + typeof t + '"'
115
+ );
116
+ const s = e.customApiUrl ? e.customApiUrl : "https://api.roomle.com/v2", r = e.overrideTenant || 9, o = s + "/configurators/" + t, i = "roomle_portal_v2", d = "03-" + window.btoa((/* @__PURE__ */ new Date()).toISOString() + ";anonymous;" + i), n = () => {
117
+ const h = {
118
+ apiKey: i,
119
+ currentTenant: r,
120
+ locale: "en",
121
+ language: "en",
122
+ device: 1,
123
+ token: d,
124
+ platform: "web"
125
+ };
126
+ return new Headers(h);
127
+ }, c = new Request(o, {
128
+ method: "GET",
129
+ headers: n(),
130
+ mode: "cors",
131
+ cache: "default"
132
+ }), a = await fetch(c), { configurator: g } = await a.json();
133
+ return g;
134
+ }, H = () => {
135
+ try {
136
+ return window.self !== window.top;
137
+ } catch {
138
+ return !0;
139
+ }
140
+ }, F = ["127.0.0.1", "localhost", "0.0.0.0"], C = () => {
141
+ const t = H();
142
+ let e = window.location.href;
143
+ if (t) {
144
+ if (!document.referrer)
145
+ return null;
146
+ e = document.referrer;
147
+ }
148
+ const { hostname: s } = new URL(e);
149
+ return s;
150
+ }, B = (t) => !!(F.includes(t) || t.endsWith("roomle.com") || t.endsWith("gitlab.io") || t.endsWith("gitlab.com")), A = [
151
+ "language",
152
+ "browserLanguage",
153
+ "userLanguage",
154
+ "systemLanguage"
155
+ ], U = (t = null) => {
156
+ const e = window.navigator;
157
+ if (t)
158
+ return t.substr(0, 2);
159
+ if (Array.isArray(e.languages) && e.languages.length > 0)
160
+ return e.languages[0].substr(0, 2);
161
+ for (let s = 0, r = A.length; s < r; s++) {
162
+ const o = e[A[s]];
163
+ if (o)
164
+ return o.substr(0, 2);
165
+ }
166
+ return "en";
167
+ }, k = (t, e) => {
168
+ const s = JSON.parse(JSON.stringify(t));
169
+ return y(s, e);
170
+ }, y = (t, e) => {
171
+ for (const s in e)
172
+ try {
173
+ e[s].constructor === Object ? t[s] = y(t[s], e[s]) : t[s] = e[s];
174
+ } catch {
175
+ t[s] = e[s];
176
+ }
177
+ return t;
178
+ };
179
+ var x = { BASE_URL: "/", DEV: !1, MODE: "production", PROD: !0, SSR: !1 };
180
+ const W = {
181
+ mobileLandscape: !0,
182
+ floorMaterialRootTag: "materials_root",
183
+ buttons: {
184
+ renderimage: !0,
185
+ requestproduct: !0,
186
+ requestplan: !0,
187
+ load_product: !0,
188
+ partlist_print: !0
189
+ },
190
+ helpcenter: {
191
+ roomdesigner: !0,
192
+ configurator: !1,
193
+ disable: !1
194
+ },
195
+ firstPersonView: !0,
196
+ saveToIdb: !0,
197
+ featureFlags: {
198
+ mocAr: !0
199
+ }
200
+ }, G = "(idle)", J = (t) => (O(t), t != null && t.customApiUrl && (t.customApiUrl = decodeURIComponent(t.customApiUrl)), t.shareUrl && (t.deeplink = t.shareUrl.replace(
201
+ z,
202
+ Y
203
+ )), t), O = (t) => {
204
+ if (!t)
205
+ return;
206
+ const e = Object.keys(t);
207
+ for (const s of e) {
208
+ const r = t[s];
209
+ if (!Array.isArray(r) && typeof r == "object" && r !== null && O(r), Array.isArray(r))
210
+ for (const o of r)
211
+ O(o);
212
+ (r === "true" || r === "false") && (t[s] = r === "true");
213
+ }
214
+ }, V = (t, e) => {
215
+ e.configuratorId = t.id;
216
+ const s = t.settings || {};
217
+ return !e.overrideTenant && t.tenant && (e.overrideTenant = t.tenant), k(s, e);
218
+ }, $ = () => {
219
+ const t = {
220
+ ...W
221
+ };
222
+ t.locale || (t.locale = U()), t.id === G && delete t.id;
223
+ const e = C();
224
+ return e && B(e) && (t.configuratorId = "demoConfigurator"), t.customApiUrl = x.VITE_RAPI_URL, t.emails = !1, t;
225
+ }, z = "<CONF_ID>", Y = "#CONFIGURATIONID#", R = () => /(android)/i.test(navigator.userAgent), L = (t, e, s) => {
226
+ let r = null;
227
+ Object.defineProperty(t, e, {
228
+ get() {
229
+ return r || s;
230
+ },
231
+ set(o) {
232
+ o != null && o.mute ? r = o.value : (console.warn(
233
+ "You override Roomle defined behaviour. To disalbe this warning pass in an object with the following properties"
234
+ ), console.warn("{ mute: true, value: () => void }"), r = o);
235
+ }
236
+ });
237
+ }, T = () => window.innerHeight * 0.01 + "px", b = (t) => {
238
+ t && setTimeout(
239
+ () => t.style.setProperty(w, T()),
240
+ 0
241
+ );
242
+ }, S = "rml-styles", q = 450, w = "--rml-full-height", u = {
243
+ CONTAINER: "rml-container",
244
+ FILL: "rml-fill",
245
+ POSITION: "rml-pos",
246
+ TRANSITION: "rml-transition",
247
+ ANDROID_HEIGHT: "rml-android-height",
248
+ OVERFLOW_HIDDEN: "rml-overflow-hidden"
249
+ }, I = /* @__PURE__ */ new Map();
250
+ class Q {
251
+ constructor(e, s, r, o, i) {
252
+ l(this, "ui", {
253
+ callbacks: null
254
+ });
255
+ l(this, "extended", {
256
+ callbacks: null
257
+ });
258
+ l(this, "analytics", {
259
+ callbacks: {}
260
+ });
261
+ l(this, "global", {
262
+ callbacks: {}
263
+ });
264
+ l(this, "plugins", {});
265
+ l(this, "_waitForIframe");
266
+ l(this, "_container");
267
+ l(this, "_messageHandler");
268
+ l(this, "_configuratorSettings");
269
+ l(this, "_initData", {});
270
+ l(this, "_iframe");
271
+ l(this, "pluginsLoaded", []);
272
+ if (!e || typeof e.id != "string")
273
+ throw new Error(
274
+ "Please provide a correct configuratorId, you get the correct ID from your Roomle Contact Person"
275
+ );
276
+ if (I.has(s))
277
+ throw new Error("There is already an instance on this DOM element");
278
+ if (!!!document.getElementById(S)) {
279
+ const c = r.zIndex || 9999999, a = document.createElement("style");
280
+ a.type = "text/css", a.id = S;
281
+ const g = "transition:all ease-in-out " + q + "ms;", h = ["-webkit-", "-o-"].reduce(
282
+ (f, _) => f += _ + g,
283
+ ""
284
+ ) + g, m = T();
285
+ a.innerHTML = `
286
+ .${u.CONTAINER}{${w}:${m};}
287
+ .${u.POSITION}{position:fixed;top:0;left:0;z-index:${c};opacity:0}
288
+ .${u.TRANSITION}{${h}}
289
+ .${u.FILL}{width:100%;height:100%;opacity:1}
290
+ .${u.ANDROID_HEIGHT}{height:calc(var(${w},1vh)*100)}
291
+ .${u.OVERFLOW_HIDDEN}{overflow:hidden}
292
+ `, document.head.appendChild(a);
293
+ }
294
+ this._onResize = this._onResize.bind(this), R() && window.addEventListener("resize", this._onResize), this._container = s, this._initData = r, this._configuratorSettings = e;
295
+ const n = this._createIframe();
296
+ this._onUseFullPage = this._onUseFullPage.bind(this), this._executeMessage = this._executeMessage.bind(this), this._onBackToWebsite = this._onBackToWebsite.bind(this), this._messageHandler = new P(
297
+ "website",
298
+ window,
299
+ null,
300
+ this._executeMessage
301
+ ), this._waitForIframe = i, this._container.appendChild(n), this._iframe = n, o.includes("dragIn") && this.pluginsLoaded.push(
302
+ new Promise((c, a) => {
303
+ try {
304
+ import("./drag-in-CAakt8yw.mjs").then(({ DragIn: g }) => {
305
+ const h = new g(this._iframe);
306
+ h.setInstance(this.ui), c(), this.plugins.dragIn = h;
307
+ });
308
+ } catch (g) {
309
+ a(g);
310
+ }
311
+ })
312
+ ), I.set(s, !0);
313
+ }
314
+ static createPlanner(e, s, r, o = []) {
315
+ return this._create(
316
+ e,
317
+ s,
318
+ r,
319
+ o
320
+ );
321
+ }
322
+ /**
323
+ * Method to create a new instance of a Roomle Configurator
324
+ * @param configuratorId the id which identifies your configurator, you will get this ID from your Roomle Contact Person
325
+ * @param container DOM container in which the configurator should be placed
326
+ * @param initData settings with which the configurator should be started
327
+ */
328
+ static createConfigurator(e, s, r, o = []) {
329
+ return this._create(
330
+ e,
331
+ s,
332
+ r,
333
+ o
334
+ );
335
+ }
336
+ /**
337
+ * Method to create a new instance of a Roomle Configurator
338
+ * @deprecated please use "createConfigurator"
339
+ * @param configuratorId the id which identifies your configurator, you will get this ID from your Roomle Contact Person
340
+ * @param container DOM container in which the configurator should be placed
341
+ * @param initData settings with which the configurator should be started
342
+ */
343
+ static create(e, s, r, o) {
344
+ return this._create(
345
+ e,
346
+ s,
347
+ r,
348
+ o
349
+ );
350
+ }
351
+ /**
352
+ * Method to create a new instance of a Roomle Viewer
353
+ * @param configuratorId the id which identifies your configurator, you will get this ID from your Roomle Contact Person
354
+ * @param container DOM container in which the configurator should be placed
355
+ * @param initData settings with which the configurator should be started
356
+ */
357
+ static createViewer(e, s, r, o = []) {
358
+ return this._create(
359
+ e,
360
+ s,
361
+ r,
362
+ o
363
+ );
364
+ }
365
+ static async _create(e, s, r, o) {
366
+ return new Promise(async (i, d) => {
367
+ try {
368
+ const n = y(
369
+ $(),
370
+ J(r)
371
+ );
372
+ n.featureFlags || (n.featureFlags = {}), typeof n.featureFlags.realPartList != "boolean" && (n.featureFlags.realPartList = !0), typeof n.featureFlags.globalCallbacks != "boolean" && (n.featureFlags.globalCallbacks = !0), typeof n.featureFlags.mocAr != "boolean" && (n.featureFlags.mocAr = !1);
373
+ const c = await D(
374
+ e,
375
+ n
376
+ );
377
+ r = V(c, n);
378
+ const a = new this(
379
+ c,
380
+ s,
381
+ r,
382
+ o,
383
+ i
384
+ );
385
+ return await Promise.allSettled(a.pluginsLoaded), a;
386
+ } catch (n) {
387
+ return d(n);
388
+ }
389
+ });
390
+ }
391
+ teardown() {
392
+ this._container && I.delete(this._container);
393
+ const e = this._container.querySelector("iframe");
394
+ e && this._container.removeChild(e), window.removeEventListener("resize", this._onResize);
395
+ }
396
+ _createIframe() {
397
+ var r;
398
+ const e = document.createElement("iframe");
399
+ let s = ((r = this._configuratorSettings) == null ? void 0 : r.url) || "https://www.roomle.com/t/cp/";
400
+ return this._initData.useLocalRoomle && (s = location.href.replace("embedding.html", "")), location.href.includes("roomle.gitlab.io") && (s = location.href.replace("embedding.html", "index.html")), this._initData.overrideServerUrl && (s = this._initData.overrideServerUrl), e.src = s, e.classList.add(u.CONTAINER), e.classList.add(u.FILL), e;
401
+ }
402
+ _onResize() {
403
+ b(this._iframe);
404
+ }
405
+ _onUseFullPage() {
406
+ this._iframe.classList.add(u.POSITION), document.documentElement.classList.add(u.OVERFLOW_HIDDEN), window.document.body.classList.add(u.OVERFLOW_HIDDEN), R() && (b(this._iframe), this._iframe.classList.add(u.ANDROID_HEIGHT));
407
+ }
408
+ _onBackToWebsite() {
409
+ this._iframe.classList.remove(u.POSITION), this._iframe.classList.remove(u.ANDROID_HEIGHT), document.documentElement.classList.remove(u.OVERFLOW_HIDDEN), window.document.body.classList.remove(u.OVERFLOW_HIDDEN);
410
+ }
411
+ _executeMessage({ message: e, args: s }, r) {
412
+ var c;
413
+ if (!r.source || r.source !== ((c = this._iframe) == null ? void 0 : c.contentWindow))
414
+ return;
415
+ if (e === E.REQUEST_BOOT)
416
+ return this._messageHandler.setOutgoingMessageBus(r.source), Promise.resolve({ result: this._initData });
417
+ if (e === E.SETUP) {
418
+ const { methods: a, callbacks: g } = s[0];
419
+ return a.forEach((h) => {
420
+ const m = h.split(p), f = m[0], _ = m[1];
421
+ this[f] || (this[f] = {}), this[f][_] = (function() {
422
+ return this._messageHandler.sendMessage(h, [...arguments]);
423
+ }).bind(this);
424
+ }), g.forEach((h) => {
425
+ const m = h.split(p), f = m[0], _ = m[1], N = m[2];
426
+ this[f] || (this[f] = {}), this[f][_] || (this[f][_] = {}), this[f][_][N] = () => {
427
+ };
428
+ }), L(
429
+ this.ui.callbacks,
430
+ "onUseFullPage",
431
+ this._onUseFullPage
432
+ ), L(
433
+ this.ui.callbacks,
434
+ "onBackToWebsite",
435
+ this._onBackToWebsite
436
+ ), this._waitForIframe(this), setTimeout(
437
+ () => this._messageHandler.sendMessage(E.WEBSITE_READY),
438
+ 0
439
+ ), Promise.resolve({ result: null });
440
+ }
441
+ const o = e.split(p), i = o[0], d = o[1], n = o.length === 3 ? o[2] : null;
442
+ if (n && this[i][d][n]) {
443
+ const a = this[i][d][n](
444
+ ...s
445
+ );
446
+ return a instanceof Promise ? a.then((g) => ({ result: g })) : a !== void 0 ? Promise.resolve({ result: a }) : Promise.resolve({ result: null });
447
+ }
448
+ return Promise.reject('Message "' + e + '" is unkown');
449
+ }
450
+ }
451
+ export {
452
+ Q as default
453
+ };
@@ -0,0 +1,8 @@
1
+ var R=Object.defineProperty,S=(s,e,t)=>e in s?R(s,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):s[e]=t,u=(s,e,t)=>S(s,typeof e!="symbol"?e+"":e,t);class A{constructor(e,t,r,i){u(this,"_side"),u(this,"_incomingMessageBus"),u(this,"_outgoingMessageBus",null),u(this,"_execMessage",null),this._side=e,this._incomingMessageBus=t,this._outgoingMessageBus=r,this._execMessage=i,this._incomingMessageBus.addEventListener("message",this._handleMessage.bind(this))}setOutgoingMessageBus(e){this._outgoingMessageBus=e}setMessageExecution(e){this._execMessage=e}sendMessage(e,t=[]){return new Promise((r,i)=>{const n=new MessageChannel;n.port1.onmessage=o=>{if(!o||!o.data)return n.port1.close(),n.port2.close(),i(new Error(this._side+" received message but response can not be interpreted"));let a;try{a=JSON.parse(o.data)}catch(l){return n.port1.close(),n.port2.close(),this._prepareError(l),i(l)}a.error?i(a.error):a.result!==void 0?r(a.result):r(void 0),n.port1.close(),n.port2.close()};let c="";try{c=JSON.stringify({message:e,args:t})}catch{return i(new Error(this._side+": can not create command because it is not JSON.stringify able"))}if(!this._outgoingMessageBus)return i(new Error(this._side+": outgoing bus not set yet"));this._outgoingMessageBus.postMessage(c,"*",[n.port2])})}_handleMessage(e){const t=e.ports&&Array.isArray(e.ports)&&e.ports.length>0?e.ports[0]:null;if(e.data&&t)try{const r=JSON.parse(e.data);if(!this._execMessage)return t.postMessage(JSON.stringify({error:this._side+" is not ready to handle messages"}));Array.isArray(r.args)||(r.args=[r.args]);const i=this._execMessage(r,e);if(i===void 0)return;i.then((n={})=>{let c,o;typeof n=="object"&&n!==null&&(c=n.error,o=n.result),c?t.postMessage(JSON.stringify({error:c})):o!==void 0?t.postMessage(JSON.stringify({result:o})):t.postMessage(JSON.stringify({result:n}))},n=>{t.postMessage(JSON.stringify({error:this._prepareError(n)}))})}catch(r){t.postMessage(JSON.stringify({error:this._prepareError(r)}))}}_prepareError(e){if(typeof e=="string"){const t=this._side+": "+e;return console.error(t),t}return e.message=this._side+": "+e.message,console.error(e),e.message}}const p=".",w={REQUEST_BOOT:"requestBoot",SETUP:"setup",WEBSITE_READY:"websiteReady"},P=async(s,e)=>{if(typeof s!="string")throw new Error('Configurator ID is not a string type: "'+typeof s+'"');const t=e.customApiUrl?e.customApiUrl:"https://api.roomle.com/v2",r=e.overrideTenant||9,i=t+"/configurators/"+s,n="roomle_portal_v2",c="03-"+window.btoa(new Date().toISOString()+";anonymous;"+n),o=()=>{const m={apiKey:n,currentTenant:r,locale:"en",language:"en",device:1,token:c,platform:"web"};return new Headers(m)},a=new Request(i,{method:"GET",headers:o(),mode:"cors",cache:"default"}),l=await fetch(a),{configurator:g}=await l.json();return g},F=()=>{try{return window.self!==window.top}catch{return!0}},U=["127.0.0.1","localhost","0.0.0.0"],B=()=>{const s=F();let e=window.location.href;if(s){if(!document.referrer)return null;e=document.referrer}const{hostname:t}=new URL(e);return t},H=s=>!!(U.includes(s)||s.endsWith("roomle.com")||s.endsWith("gitlab.io")||s.endsWith("gitlab.com")),E=["language","browserLanguage","userLanguage","systemLanguage"],k=(s=null)=>{const e=window.navigator;if(s)return s.substr(0,2);if(Array.isArray(e.languages)&&e.languages.length>0)return e.languages[0].substr(0,2);for(let t=0,r=E.length;t<r;t++){const i=e[E[t]];if(i)return i.substr(0,2)}return"en"},x=(s,e)=>{const t=JSON.parse(JSON.stringify(s));return y(t,e)},y=(s,e)=>{for(const t in e)try{e[t].constructor===Object?s[t]=y(s[t],e[t]):s[t]=e[t]}catch{s[t]=e[t]}return s};var W={BASE_URL:"/",DEV:!1,MODE:"production",PROD:!0,SSR:!1};const C={mobileLandscape:!0,floorMaterialRootTag:"materials_root",buttons:{renderimage:!0,requestproduct:!0,requestplan:!0,load_product:!0,partlist_print:!0},helpcenter:{roomdesigner:!0,configurator:!1,disable:!1},firstPersonView:!0,saveToIdb:!0,featureFlags:{mocAr:!0}},J="(idle)",$=s=>(b(s),s!=null&&s.customApiUrl&&(s.customApiUrl=decodeURIComponent(s.customApiUrl)),s.shareUrl&&(s.deeplink=s.shareUrl.replace(j,G)),s),b=s=>{if(!s)return;const e=Object.keys(s);for(const t of e){const r=s[t];if(!Array.isArray(r)&&typeof r=="object"&&r!==null&&b(r),Array.isArray(r))for(const i of r)b(i);(r==="true"||r==="false")&&(s[t]=r==="true")}},V=(s,e)=>{e.configuratorId=s.id;const t=s.settings||{};return!e.overrideTenant&&s.tenant&&(e.overrideTenant=s.tenant),x(t,e)},z=()=>{const s={...C};s.locale||(s.locale=k()),s.id===J&&delete s.id;const e=B();return e&&H(e)&&(s.configuratorId="demoConfigurator"),s.customApiUrl=W.VITE_RAPI_URL,s.emails=!1,s},j="<CONF_ID>",G="#CONFIGURATIONID#",v=()=>/(android)/i.test(navigator.userAgent),T=(s,e,t)=>{let r=null;Object.defineProperty(s,e,{get(){return r||t},set(i){i!=null&&i.mute?r=i.value:(console.warn("You override Roomle defined behaviour. To disalbe this warning pass in an object with the following properties"),console.warn("{ mute: true, value: () => void }"),r=i)}})},L=()=>window.innerHeight*.01+"px",M=s=>{s&&setTimeout(()=>s.style.setProperty(I,L()),0)},N="rml-styles",q=450,I="--rml-full-height",h={CONTAINER:"rml-container",FILL:"rml-fill",POSITION:"rml-pos",TRANSITION:"rml-transition",ANDROID_HEIGHT:"rml-android-height",OVERFLOW_HIDDEN:"rml-overflow-hidden"},O=new Map;class Y{constructor(e,t,r,i,n){if(u(this,"ui",{callbacks:null}),u(this,"extended",{callbacks:null}),u(this,"analytics",{callbacks:{}}),u(this,"global",{callbacks:{}}),u(this,"plugins",{}),u(this,"_waitForIframe"),u(this,"_container"),u(this,"_messageHandler"),u(this,"_configuratorSettings"),u(this,"_initData",{}),u(this,"_iframe"),u(this,"pluginsLoaded",[]),!e||typeof e.id!="string")throw new Error("Please provide a correct configuratorId, you get the correct ID from your Roomle Contact Person");if(O.has(t))throw new Error("There is already an instance on this DOM element");if(!document.getElementById(N)){const o=r.zIndex||9999999,a=document.createElement("style");a.type="text/css",a.id=N;const l="transition:all ease-in-out "+q+"ms;",g=["-webkit-","-o-"].reduce((f,d)=>f+=d+l,"")+l,m=L();a.innerHTML=`
2
+ .${h.CONTAINER}{${I}:${m};}
3
+ .${h.POSITION}{position:fixed;top:0;left:0;z-index:${o};opacity:0}
4
+ .${h.TRANSITION}{${g}}
5
+ .${h.FILL}{width:100%;height:100%;opacity:1}
6
+ .${h.ANDROID_HEIGHT}{height:calc(var(${I},1vh)*100)}
7
+ .${h.OVERFLOW_HIDDEN}{overflow:hidden}
8
+ `,document.head.appendChild(a)}this._onResize=this._onResize.bind(this),v()&&window.addEventListener("resize",this._onResize),this._container=t,this._initData=r,this._configuratorSettings=e;const c=this._createIframe();this._onUseFullPage=this._onUseFullPage.bind(this),this._executeMessage=this._executeMessage.bind(this),this._onBackToWebsite=this._onBackToWebsite.bind(this),this._messageHandler=new A("website",window,null,this._executeMessage),this._waitForIframe=n,this._container.appendChild(c),this._iframe=c,i.includes("dragIn")&&this.pluginsLoaded.push(new Promise((o,a)=>{try{import("./drag-in-C2fEQF9W.mjs").then(({DragIn:l})=>{const g=new l(this._iframe);g.setInstance(this.ui),o(),this.plugins.dragIn=g})}catch(l){a(l)}})),O.set(t,!0)}static createPlanner(e,t,r,i=[]){return this._create(e,t,r,i)}static createConfigurator(e,t,r,i=[]){return this._create(e,t,r,i)}static create(e,t,r,i){return this._create(e,t,r,i)}static createViewer(e,t,r,i=[]){return this._create(e,t,r,i)}static async _create(e,t,r,i){return new Promise(async(n,c)=>{try{const o=y(z(),$(r));o.featureFlags||(o.featureFlags={}),typeof o.featureFlags.realPartList!="boolean"&&(o.featureFlags.realPartList=!0),typeof o.featureFlags.globalCallbacks!="boolean"&&(o.featureFlags.globalCallbacks=!0),typeof o.featureFlags.mocAr!="boolean"&&(o.featureFlags.mocAr=!1);const a=await P(e,o);r=V(a,o);const l=new this(a,t,r,i,n);return await Promise.allSettled(l.pluginsLoaded),l}catch(o){return c(o)}})}teardown(){this._container&&O.delete(this._container);const e=this._container.querySelector("iframe");e&&this._container.removeChild(e),window.removeEventListener("resize",this._onResize)}_createIframe(){var e;const t=document.createElement("iframe");let r=((e=this._configuratorSettings)==null?void 0:e.url)||"https://www.roomle.com/t/cp/";return this._initData.useLocalRoomle&&(r=location.href.replace("embedding.html","")),location.href.includes("roomle.gitlab.io")&&(r=location.href.replace("embedding.html","index.html")),this._initData.overrideServerUrl&&(r=this._initData.overrideServerUrl),t.src=r,t.classList.add(h.CONTAINER),t.classList.add(h.FILL),t}_onResize(){M(this._iframe)}_onUseFullPage(){this._iframe.classList.add(h.POSITION),document.documentElement.classList.add(h.OVERFLOW_HIDDEN),window.document.body.classList.add(h.OVERFLOW_HIDDEN),v()&&(M(this._iframe),this._iframe.classList.add(h.ANDROID_HEIGHT))}_onBackToWebsite(){this._iframe.classList.remove(h.POSITION),this._iframe.classList.remove(h.ANDROID_HEIGHT),document.documentElement.classList.remove(h.OVERFLOW_HIDDEN),window.document.body.classList.remove(h.OVERFLOW_HIDDEN)}_executeMessage({message:e,args:t},r){var i;if(!r.source||r.source!==((i=this._iframe)==null?void 0:i.contentWindow))return;if(e===w.REQUEST_BOOT)return this._messageHandler.setOutgoingMessageBus(r.source),Promise.resolve({result:this._initData});if(e===w.SETUP){const{methods:l,callbacks:g}=t[0];return l.forEach(m=>{const f=m.split(p),d=f[0],_=f[1];this[d]||(this[d]={}),this[d][_]=function(){return this._messageHandler.sendMessage(m,[...arguments])}.bind(this)}),g.forEach(m=>{const f=m.split(p),d=f[0],_=f[1],D=f[2];this[d]||(this[d]={}),this[d][_]||(this[d][_]={}),this[d][_][D]=()=>{}}),T(this.ui.callbacks,"onUseFullPage",this._onUseFullPage),T(this.ui.callbacks,"onBackToWebsite",this._onBackToWebsite),this._waitForIframe(this),setTimeout(()=>this._messageHandler.sendMessage(w.WEBSITE_READY),0),Promise.resolve({result:null})}const n=e.split(p),c=n[0],o=n[1],a=n.length===3?n[2]:null;if(a&&this[c][o][a]){const l=this[c][o][a](...t);return l instanceof Promise?l.then(g=>({result:g})):l!==void 0?Promise.resolve({result:l}):Promise.resolve({result:null})}return Promise.reject('Message "'+e+'" is unkown')}}export{Y as default};
@@ -0,0 +1,14 @@
1
+ (function(m,p){typeof exports=="object"&&typeof module<"u"?module.exports=p():typeof define=="function"&&define.amd?define(p):(m=typeof globalThis<"u"?globalThis:m||self,m["roomle-embedding-lib"]=m["roomle-embedding-lib"]||{},m["roomle-embedding-lib"].umd=m["roomle-embedding-lib"].umd||{},m["roomle-embedding-lib"].umd.js=p())})(this,function(){"use strict";var pe=Object.defineProperty;var ye=(m,p,T)=>p in m?pe(m,p,{enumerable:!0,configurable:!0,writable:!0,value:T}):m[p]=T;var c=(m,p,T)=>ye(m,typeof p!="symbol"?p+"":p,T);class m{constructor(e,t,s,n){c(this,"_side");c(this,"_incomingMessageBus");c(this,"_outgoingMessageBus",null);c(this,"_execMessage",null);this._side=e,this._incomingMessageBus=t,this._outgoingMessageBus=s,this._execMessage=n,this._incomingMessageBus.addEventListener("message",this._handleMessage.bind(this))}setOutgoingMessageBus(e){this._outgoingMessageBus=e}setMessageExecution(e){this._execMessage=e}sendMessage(e,t=[]){return new Promise((s,n)=>{const o=new MessageChannel;o.port1.onmessage=i=>{if(!i||!i.data)return o.port1.close(),o.port2.close(),n(new Error(this._side+" received message but response can not be interpreted"));let u;try{u=JSON.parse(i.data)}catch(l){return o.port1.close(),o.port2.close(),this._prepareError(l),n(l)}u.error?n(u.error):u.result!==void 0?s(u.result):s(void 0),o.port1.close(),o.port2.close()};let a="";try{a=JSON.stringify({message:e,args:t})}catch{return n(new Error(this._side+": can not create command because it is not JSON.stringify able"))}if(!this._outgoingMessageBus)return n(new Error(this._side+": outgoing bus not set yet"));this._outgoingMessageBus.postMessage(a,"*",[o.port2])})}_handleMessage(e){const t=e.ports&&Array.isArray(e.ports)&&e.ports.length>0?e.ports[0]:null;if(e.data&&t)try{const s=JSON.parse(e.data);if(!this._execMessage)return t.postMessage(JSON.stringify({error:this._side+" is not ready to handle messages"}));Array.isArray(s.args)||(s.args=[s.args]);const n=this._execMessage(s,e);if(n===void 0)return;n.then((o={})=>{let a,i;typeof o=="object"&&o!==null&&(a=o.error,i=o.result),a?t.postMessage(JSON.stringify({error:a})):i!==void 0?t.postMessage(JSON.stringify({result:i})):t.postMessage(JSON.stringify({result:o}))},o=>{t.postMessage(JSON.stringify({error:this._prepareError(o)}))})}catch(s){t.postMessage(JSON.stringify({error:this._prepareError(s)}))}}_prepareError(e){if(typeof e=="string"){const t=this._side+": "+e;return console.error(t),t}return e.message=this._side+": "+e.message,console.error(e),e.message}}const p=".",T={REQUEST_BOOT:"requestBoot",SETUP:"setup",WEBSITE_READY:"websiteReady"},z=async(r,e)=>{if(typeof r!="string")throw new Error('Configurator ID is not a string type: "'+typeof r+'"');const t=e.customApiUrl?e.customApiUrl:"https://api.roomle.com/v2",s=e.overrideTenant||9,n=t+"/configurators/"+r,o="roomle_portal_v2",a="03-"+window.btoa(new Date().toISOString()+";anonymous;"+o),i=()=>{const _={apiKey:o,currentTenant:s,locale:"en",language:"en",device:1,token:a,platform:"web"};return new Headers(_)},u=new Request(n,{method:"GET",headers:i(),mode:"cors",cache:"default"}),l=await fetch(u),{configurator:f}=await l.json();return f},V=()=>{try{return window.self!==window.top}catch{return!0}},J=["127.0.0.1","localhost","0.0.0.0"],q=()=>{const r=V();let e=window.location.href;if(r){if(!document.referrer)return null;e=document.referrer}const{hostname:t}=new URL(e);return t},K=r=>!!(J.includes(r)||r.endsWith("roomle.com")||r.endsWith("gitlab.io")||r.endsWith("gitlab.com")),P=["language","browserLanguage","userLanguage","systemLanguage"],j=(r=null)=>{const e=window.navigator;if(r)return r.substr(0,2);if(Array.isArray(e.languages)&&e.languages.length>0)return e.languages[0].substr(0,2);for(let t=0,s=P.length;t<s;t++){const n=e[P[t]];if(n)return n.substr(0,2)}return"en"},Q=(r,e)=>{const t=JSON.parse(JSON.stringify(r));return D(t,e)},D=(r,e)=>{for(const t in e)try{e[t].constructor===Object?r[t]=D(r[t],e[t]):r[t]=e[t]}catch{r[t]=e[t]}return r};var Z={BASE_URL:"/",DEV:!1,MODE:"production",PROD:!0,SSR:!1};const ee={mobileLandscape:!0,floorMaterialRootTag:"materials_root",buttons:{renderimage:!0,requestproduct:!0,requestplan:!0,load_product:!0,partlist_print:!0},helpcenter:{roomdesigner:!0,configurator:!1,disable:!1},firstPersonView:!0,saveToIdb:!0,featureFlags:{mocAr:!0}},te="(idle)",se=r=>(A(r),r!=null&&r.customApiUrl&&(r.customApiUrl=decodeURIComponent(r.customApiUrl)),r.shareUrl&&(r.deeplink=r.shareUrl.replace(oe,ie)),r),A=r=>{if(!r)return;const e=Object.keys(r);for(const t of e){const s=r[t];if(!Array.isArray(s)&&typeof s=="object"&&s!==null&&A(s),Array.isArray(s))for(const n of s)A(n);(s==="true"||s==="false")&&(r[t]=s==="true")}},re=(r,e)=>{e.configuratorId=r.id;const t=r.settings||{};return!e.overrideTenant&&r.tenant&&(e.overrideTenant=r.tenant),Q(t,e)},ne=()=>{const r={...ee};r.locale||(r.locale=j()),r.id===te&&delete r.id;const e=q();return e&&K(e)&&(r.configuratorId="demoConfigurator"),r.customApiUrl=Z.VITE_RAPI_URL,r.emails=!1,r},oe="<CONF_ID>",ie="#CONFIGURATIONID#",F=()=>/(android)/i.test(navigator.userAgent),H=(r,e,t)=>{let s=null;Object.defineProperty(r,e,{get(){return s||t},set(n){n!=null&&n.mute?s=n.value:(console.warn("You override Roomle defined behaviour. To disalbe this warning pass in an object with the following properties"),console.warn("{ mute: true, value: () => void }"),s=n)}})},U=()=>window.innerHeight*.01+"px",Y=r=>{r&&setTimeout(()=>r.style.setProperty(O,U()),0)},k="rml-styles",ae=450,O="--rml-full-height",g={CONTAINER:"rml-container",FILL:"rml-fill",POSITION:"rml-pos",TRANSITION:"rml-transition",ANDROID_HEIGHT:"rml-android-height",OVERFLOW_HIDDEN:"rml-overflow-hidden"},b=new Map;class ce{constructor(e,t,s,n,o){c(this,"ui",{callbacks:null});c(this,"extended",{callbacks:null});c(this,"analytics",{callbacks:{}});c(this,"global",{callbacks:{}});c(this,"plugins",{});c(this,"_waitForIframe");c(this,"_container");c(this,"_messageHandler");c(this,"_configuratorSettings");c(this,"_initData",{});c(this,"_iframe");c(this,"pluginsLoaded",[]);if(!e||typeof e.id!="string")throw new Error("Please provide a correct configuratorId, you get the correct ID from your Roomle Contact Person");if(b.has(t))throw new Error("There is already an instance on this DOM element");if(!!!document.getElementById(k)){const u=s.zIndex||9999999,l=document.createElement("style");l.type="text/css",l.id=k;const f="transition:all ease-in-out "+ae+"ms;",_=["-webkit-","-o-"].reduce((d,y)=>d+=y+f,"")+f,h=U();l.innerHTML=`
2
+ .${g.CONTAINER}{${O}:${h};}
3
+ .${g.POSITION}{position:fixed;top:0;left:0;z-index:${u};opacity:0}
4
+ .${g.TRANSITION}{${_}}
5
+ .${g.FILL}{width:100%;height:100%;opacity:1}
6
+ .${g.ANDROID_HEIGHT}{height:calc(var(${O},1vh)*100)}
7
+ .${g.OVERFLOW_HIDDEN}{overflow:hidden}
8
+ `,document.head.appendChild(l)}this._onResize=this._onResize.bind(this),F()&&window.addEventListener("resize",this._onResize),this._container=t,this._initData=s,this._configuratorSettings=e;const i=this._createIframe();this._onUseFullPage=this._onUseFullPage.bind(this),this._executeMessage=this._executeMessage.bind(this),this._onBackToWebsite=this._onBackToWebsite.bind(this),this._messageHandler=new m("website",window,null,this._executeMessage),this._waitForIframe=o,this._container.appendChild(i),this._iframe=i,n.includes("dragIn")&&this.pluginsLoaded.push(new Promise((u,l)=>{try{Promise.resolve().then(()=>me).then(({DragIn:f})=>{const _=new f(this._iframe);_.setInstance(this.ui),u(),this.plugins.dragIn=_})}catch(f){l(f)}})),b.set(t,!0)}static createPlanner(e,t,s,n=[]){return this._create(e,t,s,n)}static createConfigurator(e,t,s,n=[]){return this._create(e,t,s,n)}static create(e,t,s,n){return this._create(e,t,s,n)}static createViewer(e,t,s,n=[]){return this._create(e,t,s,n)}static async _create(e,t,s,n){return new Promise(async(o,a)=>{try{const i=D(ne(),se(s));i.featureFlags||(i.featureFlags={}),typeof i.featureFlags.realPartList!="boolean"&&(i.featureFlags.realPartList=!0),typeof i.featureFlags.globalCallbacks!="boolean"&&(i.featureFlags.globalCallbacks=!0),typeof i.featureFlags.mocAr!="boolean"&&(i.featureFlags.mocAr=!1);const u=await z(e,i);s=re(u,i);const l=new this(u,t,s,n,o);return await Promise.allSettled(l.pluginsLoaded),l}catch(i){return a(i)}})}teardown(){this._container&&b.delete(this._container);const e=this._container.querySelector("iframe");e&&this._container.removeChild(e),window.removeEventListener("resize",this._onResize)}_createIframe(){var s;const e=document.createElement("iframe");let t=((s=this._configuratorSettings)==null?void 0:s.url)||"https://www.roomle.com/t/cp/";return this._initData.useLocalRoomle&&(t=location.href.replace("embedding.html","")),location.href.includes("roomle.gitlab.io")&&(t=location.href.replace("embedding.html","index.html")),this._initData.overrideServerUrl&&(t=this._initData.overrideServerUrl),e.src=t,e.classList.add(g.CONTAINER),e.classList.add(g.FILL),e}_onResize(){Y(this._iframe)}_onUseFullPage(){this._iframe.classList.add(g.POSITION),document.documentElement.classList.add(g.OVERFLOW_HIDDEN),window.document.body.classList.add(g.OVERFLOW_HIDDEN),F()&&(Y(this._iframe),this._iframe.classList.add(g.ANDROID_HEIGHT))}_onBackToWebsite(){this._iframe.classList.remove(g.POSITION),this._iframe.classList.remove(g.ANDROID_HEIGHT),document.documentElement.classList.remove(g.OVERFLOW_HIDDEN),window.document.body.classList.remove(g.OVERFLOW_HIDDEN)}_executeMessage({message:e,args:t},s){var u;if(!s.source||s.source!==((u=this._iframe)==null?void 0:u.contentWindow))return;if(e===T.REQUEST_BOOT)return this._messageHandler.setOutgoingMessageBus(s.source),Promise.resolve({result:this._initData});if(e===T.SETUP){const{methods:l,callbacks:f}=t[0];return l.forEach(_=>{const h=_.split(p),d=h[0],y=h[1];this[d]||(this[d]={}),this[d][y]=(function(){return this._messageHandler.sendMessage(_,[...arguments])}).bind(this)}),f.forEach(_=>{const h=_.split(p),d=h[0],y=h[1],w=h[2];this[d]||(this[d]={}),this[d][y]||(this[d][y]={}),this[d][y][w]=()=>{}}),H(this.ui.callbacks,"onUseFullPage",this._onUseFullPage),H(this.ui.callbacks,"onBackToWebsite",this._onBackToWebsite),this._waitForIframe(this),setTimeout(()=>this._messageHandler.sendMessage(T.WEBSITE_READY),0),Promise.resolve({result:null})}const n=e.split(p),o=n[0],a=n[1],i=n.length===3?n[2]:null;if(i&&this[o][a][i]){const l=this[o][a][i](...t);return l instanceof Promise?l.then(f=>({result:f})):l!==void 0?Promise.resolve({result:l}):Promise.resolve({result:null})}return Promise.reject('Message "'+e+'" is unkown')}}class le{constructor(e=16){c(this,"_computedStyleCache",new Map);c(this,"_maxLifetime",16);c(this,"_cacheCleanInterval",null);this._maxLifetime=e}get(e){const t=this._computedStyleCache.get(e),s=Date.now();if(t&&s-t.updated<this._maxLifetime)return t.style;const n=getComputedStyle(e);return this._computedStyleCache.set(e,{style:n,updated:s}),this._cacheCleanInterval||(this._cacheCleanInterval=setInterval(()=>this._cleanUpCache,Math.max(this._maxLifetime*1e3,5e3))),n}_cleanUpCache(){const e=Date.now();for(const[t,{updated:s}]of this._computedStyleCache.entries())e-s>=this._maxLifetime&&this._computedStyleCache.delete(t);this._computedStyleCache.size===0&&this._cacheCleanInterval&&(clearInterval(this._cacheCleanInterval),this._cacheCleanInterval=null)}}let L;const I=r=>(L||(L=new le),L.get(r)),B=(r,e,t)=>{const s=parseFloat(r),n=window.devicePixelRatio||1;if(e==="px")return s;if(e==="%"){const a=t===document.documentElement?window.innerWidth:t.offsetWidth;return s/100*a}if(e==="rem"){const a=parseFloat(I(document.documentElement).fontSize);return s*a}if(e==="em"){const a=parseFloat(I(t).fontSize);return s*a}if(e==="vh"||e==="vw"||e==="vmin"||e==="vmax"){const a={vh:window.innerHeight,vw:window.innerWidth,vmin:Math.min(window.innerWidth,window.innerHeight),vmax:Math.max(window.innerWidth,window.innerHeight)};return s/100*a[e]}const o={cm:37.7952755906,mm:3.77952755906,in:96};return e in o?s*o[e]*n:0},$=(r,e,t={x:0,y:0})=>{const s=r.getBoundingClientRect(),o=I(r).transform;let a=0,i=0;if(o!=="none"){const h=/translate\(\s*([-+]?\d*\.?\d+|\d+)(px|%)?,?\s*([-+]?\d*\.?\d+|\d+)?(px|%)?\s*\)/,d=o.match(h);d&&(a=B(d[1],d[2],r),i=B(d[3],d[4],r))}const{clientX:u,clientY:l}=N(e,t),f=u-s.left-a+r.scrollLeft,_=l-s.top-i+r.scrollTop;return{x:f,y:_}},N=(r,e)=>{const{clientX:t,clientY:s}=window.TouchEvent&&r instanceof TouchEvent?ue(r):r,n=t||e.x,o=s||e.y;return{clientX:n,clientY:o}},ue=r=>{if(r.touches.length){let{clientX:t,clientY:s}=r.touches[0];if(r.touches.length>1){const n=r.touches[1],o=n.clientX,a=n.clientY;t=(t+o)/2,s=(s+a)/2}return{clientX:t,clientY:s}}const e=r.changedTouches[0];return{clientX:e.clientX,clientY:e.clientY}},he=500,de=10;class fe{constructor(e,{onTouchDragStart:t},s={}){c(this,"_touchDragTimeOut");c(this,"_onTouchDragStart");c(this,"_payload",null);c(this,"_delay");c(this,"_firstTouch",null);c(this,"_lastTouch",null);this._payload=e,this._onTouchDragStart=t,this._delay=s.delay||he}onTouchStart(e){var t;!e||!((t=e==null?void 0:e.touches)!=null&&t.length)||this._touchDragTimeOut||(this._firstTouch=e.touches[e.touches.length-1],this._touchDragTimeOut=setTimeout(()=>{this._clearTimeout(),this._lastTouch||(this._lastTouch=e.touches[0]),this._checkXDistance(e)()},this._delay))}onTouchEnd(){this._resetTouches()}onTouchMove(e){var t;!e||!((t=e==null?void 0:e.touches)!=null&&t.length)||(this._lastTouch=e.touches[0])}_clearTimeout(){this._touchDragTimeOut&&(clearTimeout(this._touchDragTimeOut),this._touchDragTimeOut=null)}_resetTouches(){this._clearTimeout(),this._lastTouch=null,this._firstTouch=null,this._payload=null}_checkXDistance(e){return()=>{if(!this._firstTouch||!this._lastTouch)return;let t=!1;t=Math.abs(this._firstTouch.clientX-this._lastTouch.clientX)<de,t&&(this._onTouchDragStart(this._payload,e),this._resetTouches())}}}const G="rml-drag-in-styles",_e="rml-drag-in-drag-element",E="rml-drag-in-overlay",S="rml-drag-in-drag-ghost",R="rml-drag-in-fade-in",X="rml-drag-in-fade-out",x={DISPLAY_NONE:"rml-display-none"},W=.5,M="250ms",v="forwards",C=r=>r?!0:(console.warn("No instance set, cancel drag-in"),!1);class ge{constructor(e){c(this,"_iframe");c(this,"_currentDrag",{});c(this,"_currentTouch",null);c(this,"_firefoxDragPosition",{x:0,y:0});c(this,"_instance",null);c(this,"options",{});c(this,"_firefoxFallback",e=>{if(!this._currentDrag.event)return;const t=e||window.event;this._firefoxDragPosition.x=t.pageX||0,this._firefoxDragPosition.y=t.pageY||0});if(this._iframe=e,!!!document.getElementById(G)){const o=document.createElement("style");o.type="text/css",o.id=G,o.innerHTML=`
9
+ .${x.DISPLAY_NONE}{display:none}
10
+ .${E}{position:absolute;top:0;left:0;width:100%;height:100%;z-index:999;}
11
+ .${S}{position:absolute;top:0;left:0;width:1px;height:1px;z-index:999;pointer-events:none;background-color:transparent;}
12
+ @keyframes ${R} {from{opacity: 0;}to {opacity: ${W};}}
13
+ @keyframes ${X} {from{opacity: ${W};}to {opacity: 0;}}
14
+ `,document.head.appendChild(o)}const s=this._iframe.parentNode;let n=s.querySelector("."+S);n||(n=document.createElement("div"),n.classList.add(S),n.innerText=" ",s.appendChild(n)),this._firefoxFallback=this._firefoxFallback.bind(this),document.addEventListener("dragover",this._firefoxFallback)}setInstance(e){this._instance=e}dragStart(e,t){const s=this._iframe.parentNode;if(I(s).position!=="relative"){console.warn("Parent of iframe should have position relative, otherwise drag-in can not detect the x/y coordinates correctly");return}this._iframe.style.pointerEvents="none";let o=s.querySelector("."+E);if(o||(o=document.createElement("div"),o.classList.add(E),s.appendChild(o)),o.classList.remove(x.DISPLAY_NONE),t instanceof DragEvent){t.target.getAttribute("draggable")||console.warn(`Draggable not detected correctly! Did you add draggable="true" to the element? In Sarafi only 'draggable' is too less`);const _=s.querySelector("."+S);this._currentDrag.event=t;const h=t.target.cloneNode();h.style.position="fixed",h.style.pointerEvents="none",h.style.opacity="0",h.style.animation=`${R} ${M} ${v}`,h.id=_e,h.style.zIndex="9999",document.body.appendChild(h),this._currentDrag.element=h;const d=t.target.getBoundingClientRect();this._currentDrag.offset||(this._currentDrag.offset={x:0,y:0});const{clientX:y,clientY:w}=N(t,this._firefoxDragPosition);this._currentDrag.offset.x=y-d.left,this._currentDrag.offset.y=w-d.top,h.style.top=w+"px",h.style.left=y+"px",t.dataTransfer&&t.dataTransfer.setDragImage&&t.dataTransfer.setDragImage(_,0,0)}const{x:a,y:i}=$(s,this._currentDrag.event||t,this._firefoxDragPosition),u=Math.max(1,a),l=Math.max(1,i);C(this._instance)&&this._instance.dragInObject(e,u,l)}dragUpdate(e){var i,u;const t=this._iframe.parentNode,{x:s,y:n}=$(t,e,this._firefoxDragPosition);if(s===0&&n===0)return;const o=Math.max(1,s),a=Math.max(1,n);if(this._currentDrag.element){const{clientX:l,clientY:f}=N(e,this._firefoxDragPosition),_=((i=this._currentDrag.offset)==null?void 0:i.x)||0,h=((u=this._currentDrag.offset)==null?void 0:u.y)||0;this._currentDrag.element.style.left=`${l-_}px`,this._currentDrag.element.style.top=`${f-h}px`;const d=(this.options.dragInOverlapX||0)+1,y=(this.options.dragInOverlapY||0)+1;o>d&&a>y?this._currentDrag.element.style.animation=`${X} ${M} ${v}`:this._currentDrag.element.style.animation=`${R} ${M} ${v}`}o===1&&a===1||C(this._instance)&&this._instance.updateDrag(o,a)}dragEnd(){this._iframe.style.pointerEvents="all";const e=this._iframe.parentNode;C(this._instance)&&this._instance.dragInObjectEnd(),this._currentDrag.element&&document.body.removeChild(this._currentDrag.element),this._currentDrag={},this._firefoxDragPosition={x:0,y:0};const t=e.querySelector("."+E);t&&t.classList.add(x.DISPLAY_NONE)}touchStart(e,t){t.preventDefault();const s=(n,o)=>{this.dragStart(e,o)};this._currentTouch=new fe(void 0,{onTouchDragStart:s}),this._currentTouch.onTouchStart(t)}touchMove(e){this._currentTouch&&this._currentTouch.onTouchMove(e),this._currentDrag.event&&this.dragUpdate(e)}touchEnd(){this._currentTouch&&this._currentTouch.onTouchEnd(),this._currentTouch=null,this.dragEnd()}dispose(){document.removeEventListener("dragover",this._firefoxFallback)}}const me=Object.freeze(Object.defineProperty({__proto__:null,DragIn:ge},Symbol.toStringTag,{value:"Module"}));return ce});
@@ -0,0 +1,14 @@
1
+ (function(f,y){typeof exports=="object"&&typeof module<"u"?module.exports=y():typeof define=="function"&&define.amd?define(y):(f=typeof globalThis<"u"?globalThis:f||self,f["roomle-embedding-lib"]=f["roomle-embedding-lib"]||{},f["roomle-embedding-lib"].umd=f["roomle-embedding-lib"].umd||{},f["roomle-embedding-lib"].umd.min=f["roomle-embedding-lib"].umd.min||{},f["roomle-embedding-lib"].umd.min.js=y())})(this,function(){"use strict";var f=Object.defineProperty,y=(i,e,t)=>e in i?f(i,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):i[e]=t,l=(i,e,t)=>y(i,typeof e!="symbol"?e+"":e,t);class j{constructor(e,t,s,n){l(this,"_side"),l(this,"_incomingMessageBus"),l(this,"_outgoingMessageBus",null),l(this,"_execMessage",null),this._side=e,this._incomingMessageBus=t,this._outgoingMessageBus=s,this._execMessage=n,this._incomingMessageBus.addEventListener("message",this._handleMessage.bind(this))}setOutgoingMessageBus(e){this._outgoingMessageBus=e}setMessageExecution(e){this._execMessage=e}sendMessage(e,t=[]){return new Promise((s,n)=>{const r=new MessageChannel;r.port1.onmessage=o=>{if(!o||!o.data)return r.port1.close(),r.port2.close(),n(new Error(this._side+" received message but response can not be interpreted"));let c;try{c=JSON.parse(o.data)}catch(h){return r.port1.close(),r.port2.close(),this._prepareError(h),n(h)}c.error?n(c.error):c.result!==void 0?s(c.result):s(void 0),r.port1.close(),r.port2.close()};let a="";try{a=JSON.stringify({message:e,args:t})}catch{return n(new Error(this._side+": can not create command because it is not JSON.stringify able"))}if(!this._outgoingMessageBus)return n(new Error(this._side+": outgoing bus not set yet"));this._outgoingMessageBus.postMessage(a,"*",[r.port2])})}_handleMessage(e){const t=e.ports&&Array.isArray(e.ports)&&e.ports.length>0?e.ports[0]:null;if(e.data&&t)try{const s=JSON.parse(e.data);if(!this._execMessage)return t.postMessage(JSON.stringify({error:this._side+" is not ready to handle messages"}));Array.isArray(s.args)||(s.args=[s.args]);const n=this._execMessage(s,e);if(n===void 0)return;n.then((r={})=>{let a,o;typeof r=="object"&&r!==null&&(a=r.error,o=r.result),a?t.postMessage(JSON.stringify({error:a})):o!==void 0?t.postMessage(JSON.stringify({result:o})):t.postMessage(JSON.stringify({result:r}))},r=>{t.postMessage(JSON.stringify({error:this._prepareError(r)}))})}catch(s){t.postMessage(JSON.stringify({error:this._prepareError(s)}))}}_prepareError(e){if(typeof e=="string"){const t=this._side+": "+e;return console.error(t),t}return e.message=this._side+": "+e.message,console.error(e),e.message}}const T=".",D={REQUEST_BOOT:"requestBoot",SETUP:"setup",WEBSITE_READY:"websiteReady"},J=async(i,e)=>{if(typeof i!="string")throw new Error('Configurator ID is not a string type: "'+typeof i+'"');const t=e.customApiUrl?e.customApiUrl:"https://api.roomle.com/v2",s=e.overrideTenant||9,n=t+"/configurators/"+i,r="roomle_portal_v2",a="03-"+window.btoa(new Date().toISOString()+";anonymous;"+r),o=()=>{const _={apiKey:r,currentTenant:s,locale:"en",language:"en",device:1,token:a,platform:"web"};return new Headers(_)},c=new Request(n,{method:"GET",headers:o(),mode:"cors",cache:"default"}),h=await fetch(c),{configurator:u}=await h.json();return u},V=()=>{try{return window.self!==window.top}catch{return!0}},q=["127.0.0.1","localhost","0.0.0.0"],G=()=>{const i=V();let e=window.location.href;if(i){if(!document.referrer)return null;e=document.referrer}const{hostname:t}=new URL(e);return t},Q=i=>!!(q.includes(i)||i.endsWith("roomle.com")||i.endsWith("gitlab.io")||i.endsWith("gitlab.com")),C=["language","browserLanguage","userLanguage","systemLanguage"],K=(i=null)=>{const e=window.navigator;if(i)return i.substr(0,2);if(Array.isArray(e.languages)&&e.languages.length>0)return e.languages[0].substr(0,2);for(let t=0,s=C.length;t<s;t++){const n=e[C[t]];if(n)return n.substr(0,2)}return"en"},Z=(i,e)=>{const t=JSON.parse(JSON.stringify(i));return I(t,e)},I=(i,e)=>{for(const t in e)try{e[t].constructor===Object?i[t]=I(i[t],e[t]):i[t]=e[t]}catch{i[t]=e[t]}return i};var ee={BASE_URL:"/",DEV:!1,MODE:"production",PROD:!0,SSR:!1};const te={mobileLandscape:!0,floorMaterialRootTag:"materials_root",buttons:{renderimage:!0,requestproduct:!0,requestplan:!0,load_product:!0,partlist_print:!0},helpcenter:{roomdesigner:!0,configurator:!1,disable:!1},firstPersonView:!0,saveToIdb:!0,featureFlags:{mocAr:!0}},se="(idle)",ie=i=>(E(i),i!=null&&i.customApiUrl&&(i.customApiUrl=decodeURIComponent(i.customApiUrl)),i.shareUrl&&(i.deeplink=i.shareUrl.replace(oe,ae)),i),E=i=>{if(!i)return;const e=Object.keys(i);for(const t of e){const s=i[t];if(!Array.isArray(s)&&typeof s=="object"&&s!==null&&E(s),Array.isArray(s))for(const n of s)E(n);(s==="true"||s==="false")&&(i[t]=s==="true")}},ne=(i,e)=>{e.configuratorId=i.id;const t=i.settings||{};return!e.overrideTenant&&i.tenant&&(e.overrideTenant=i.tenant),Z(t,e)},re=()=>{const i={...te};i.locale||(i.locale=K()),i.id===se&&delete i.id;const e=G();return e&&Q(e)&&(i.configuratorId="demoConfigurator"),i.customApiUrl=ee.VITE_RAPI_URL,i.emails=!1,i},oe="<CONF_ID>",ae="#CONFIGURATIONID#",F=()=>/(android)/i.test(navigator.userAgent),k=(i,e,t)=>{let s=null;Object.defineProperty(i,e,{get(){return s||t},set(n){n!=null&&n.mute?s=n.value:(console.warn("You override Roomle defined behaviour. To disalbe this warning pass in an object with the following properties"),console.warn("{ mute: true, value: () => void }"),s=n)}})},$=()=>window.innerHeight*.01+"px",U=i=>{i&&setTimeout(()=>i.style.setProperty(O,$()),0)},H="rml-styles",le=450,O="--rml-full-height",g={CONTAINER:"rml-container",FILL:"rml-fill",POSITION:"rml-pos",TRANSITION:"rml-transition",ANDROID_HEIGHT:"rml-android-height",OVERFLOW_HIDDEN:"rml-overflow-hidden"},x=new Map;class ce{constructor(e,t,s,n,r){if(l(this,"ui",{callbacks:null}),l(this,"extended",{callbacks:null}),l(this,"analytics",{callbacks:{}}),l(this,"global",{callbacks:{}}),l(this,"plugins",{}),l(this,"_waitForIframe"),l(this,"_container"),l(this,"_messageHandler"),l(this,"_configuratorSettings"),l(this,"_initData",{}),l(this,"_iframe"),l(this,"pluginsLoaded",[]),!e||typeof e.id!="string")throw new Error("Please provide a correct configuratorId, you get the correct ID from your Roomle Contact Person");if(x.has(t))throw new Error("There is already an instance on this DOM element");if(!document.getElementById(H)){const o=s.zIndex||9999999,c=document.createElement("style");c.type="text/css",c.id=H;const h="transition:all ease-in-out "+le+"ms;",u=["-webkit-","-o-"].reduce((d,m)=>d+=m+h,"")+h,_=$();c.innerHTML=`
2
+ .${g.CONTAINER}{${O}:${_};}
3
+ .${g.POSITION}{position:fixed;top:0;left:0;z-index:${o};opacity:0}
4
+ .${g.TRANSITION}{${u}}
5
+ .${g.FILL}{width:100%;height:100%;opacity:1}
6
+ .${g.ANDROID_HEIGHT}{height:calc(var(${O},1vh)*100)}
7
+ .${g.OVERFLOW_HIDDEN}{overflow:hidden}
8
+ `,document.head.appendChild(c)}this._onResize=this._onResize.bind(this),F()&&window.addEventListener("resize",this._onResize),this._container=t,this._initData=s,this._configuratorSettings=e;const a=this._createIframe();this._onUseFullPage=this._onUseFullPage.bind(this),this._executeMessage=this._executeMessage.bind(this),this._onBackToWebsite=this._onBackToWebsite.bind(this),this._messageHandler=new j("website",window,null,this._executeMessage),this._waitForIframe=r,this._container.appendChild(a),this._iframe=a,n.includes("dragIn")&&this.pluginsLoaded.push(new Promise((o,c)=>{try{Promise.resolve().then(()=>pe).then(({DragIn:h})=>{const u=new h(this._iframe);u.setInstance(this.ui),o(),this.plugins.dragIn=u})}catch(h){c(h)}})),x.set(t,!0)}static createPlanner(e,t,s,n=[]){return this._create(e,t,s,n)}static createConfigurator(e,t,s,n=[]){return this._create(e,t,s,n)}static create(e,t,s,n){return this._create(e,t,s,n)}static createViewer(e,t,s,n=[]){return this._create(e,t,s,n)}static async _create(e,t,s,n){return new Promise(async(r,a)=>{try{const o=I(re(),ie(s));o.featureFlags||(o.featureFlags={}),typeof o.featureFlags.realPartList!="boolean"&&(o.featureFlags.realPartList=!0),typeof o.featureFlags.globalCallbacks!="boolean"&&(o.featureFlags.globalCallbacks=!0),typeof o.featureFlags.mocAr!="boolean"&&(o.featureFlags.mocAr=!1);const c=await J(e,o);s=ne(c,o);const h=new this(c,t,s,n,r);return await Promise.allSettled(h.pluginsLoaded),h}catch(o){return a(o)}})}teardown(){this._container&&x.delete(this._container);const e=this._container.querySelector("iframe");e&&this._container.removeChild(e),window.removeEventListener("resize",this._onResize)}_createIframe(){var e;const t=document.createElement("iframe");let s=((e=this._configuratorSettings)==null?void 0:e.url)||"https://www.roomle.com/t/cp/";return this._initData.useLocalRoomle&&(s=location.href.replace("embedding.html","")),location.href.includes("roomle.gitlab.io")&&(s=location.href.replace("embedding.html","index.html")),this._initData.overrideServerUrl&&(s=this._initData.overrideServerUrl),t.src=s,t.classList.add(g.CONTAINER),t.classList.add(g.FILL),t}_onResize(){U(this._iframe)}_onUseFullPage(){this._iframe.classList.add(g.POSITION),document.documentElement.classList.add(g.OVERFLOW_HIDDEN),window.document.body.classList.add(g.OVERFLOW_HIDDEN),F()&&(U(this._iframe),this._iframe.classList.add(g.ANDROID_HEIGHT))}_onBackToWebsite(){this._iframe.classList.remove(g.POSITION),this._iframe.classList.remove(g.ANDROID_HEIGHT),document.documentElement.classList.remove(g.OVERFLOW_HIDDEN),window.document.body.classList.remove(g.OVERFLOW_HIDDEN)}_executeMessage({message:e,args:t},s){var n;if(!s.source||s.source!==((n=this._iframe)==null?void 0:n.contentWindow))return;if(e===D.REQUEST_BOOT)return this._messageHandler.setOutgoingMessageBus(s.source),Promise.resolve({result:this._initData});if(e===D.SETUP){const{methods:h,callbacks:u}=t[0];return h.forEach(_=>{const d=_.split(T),m=d[0],p=d[1];this[m]||(this[m]={}),this[m][p]=function(){return this._messageHandler.sendMessage(_,[...arguments])}.bind(this)}),u.forEach(_=>{const d=_.split(T),m=d[0],p=d[1],ye=d[2];this[m]||(this[m]={}),this[m][p]||(this[m][p]={}),this[m][p][ye]=()=>{}}),k(this.ui.callbacks,"onUseFullPage",this._onUseFullPage),k(this.ui.callbacks,"onBackToWebsite",this._onBackToWebsite),this._waitForIframe(this),setTimeout(()=>this._messageHandler.sendMessage(D.WEBSITE_READY),0),Promise.resolve({result:null})}const r=e.split(T),a=r[0],o=r[1],c=r.length===3?r[2]:null;if(c&&this[a][o][c]){const h=this[a][o][c](...t);return h instanceof Promise?h.then(u=>({result:u})):h!==void 0?Promise.resolve({result:h}):Promise.resolve({result:null})}return Promise.reject('Message "'+e+'" is unkown')}}class he{constructor(e=16){l(this,"_computedStyleCache",new Map),l(this,"_maxLifetime",16),l(this,"_cacheCleanInterval",null),this._maxLifetime=e}get(e){const t=this._computedStyleCache.get(e),s=Date.now();if(t&&s-t.updated<this._maxLifetime)return t.style;const n=getComputedStyle(e);return this._computedStyleCache.set(e,{style:n,updated:s}),this._cacheCleanInterval||(this._cacheCleanInterval=setInterval(()=>this._cleanUpCache,Math.max(this._maxLifetime*1e3,5e3))),n}_cleanUpCache(){const e=Date.now();for(const[t,{updated:s}]of this._computedStyleCache.entries())e-s>=this._maxLifetime&&this._computedStyleCache.delete(t);this._computedStyleCache.size===0&&this._cacheCleanInterval&&(clearInterval(this._cacheCleanInterval),this._cacheCleanInterval=null)}}let S;const v=i=>(S||(S=new he),S.get(i)),B=(i,e,t)=>{const s=parseFloat(i),n=window.devicePixelRatio||1;if(e==="px")return s;if(e==="%"){const a=t===document.documentElement?window.innerWidth:t.offsetWidth;return s/100*a}if(e==="rem"){const a=parseFloat(v(document.documentElement).fontSize);return s*a}if(e==="em"){const a=parseFloat(v(t).fontSize);return s*a}if(e==="vh"||e==="vw"||e==="vmin"||e==="vmax"){const a={vh:window.innerHeight,vw:window.innerWidth,vmin:Math.min(window.innerWidth,window.innerHeight),vmax:Math.max(window.innerWidth,window.innerHeight)};return s/100*a[e]}const r={cm:37.7952755906,mm:3.77952755906,in:96};return e in r?s*r[e]*n:0},W=(i,e,t={x:0,y:0})=>{const s=i.getBoundingClientRect(),n=v(i).transform;let r=0,a=0;if(n!=="none"){const _=/translate\(\s*([-+]?\d*\.?\d+|\d+)(px|%)?,?\s*([-+]?\d*\.?\d+|\d+)?(px|%)?\s*\)/,d=n.match(_);d&&(r=B(d[1],d[2],i),a=B(d[3],d[4],i))}const{clientX:o,clientY:c}=L(e,t),h=o-s.left-r+i.scrollLeft,u=c-s.top-a+i.scrollTop;return{x:h,y:u}},L=(i,e)=>{const{clientX:t,clientY:s}=window.TouchEvent&&i instanceof TouchEvent?ue(i):i,n=t||e.x,r=s||e.y;return{clientX:n,clientY:r}},ue=i=>{if(i.touches.length){let{clientX:t,clientY:s}=i.touches[0];if(i.touches.length>1){const n=i.touches[1],r=n.clientX,a=n.clientY;t=(t+r)/2,s=(s+a)/2}return{clientX:t,clientY:s}}const e=i.changedTouches[0];return{clientX:e.clientX,clientY:e.clientY}},de=500,ge=10;class me{constructor(e,{onTouchDragStart:t},s={}){l(this,"_touchDragTimeOut"),l(this,"_onTouchDragStart"),l(this,"_payload",null),l(this,"_delay"),l(this,"_firstTouch",null),l(this,"_lastTouch",null),this._payload=e,this._onTouchDragStart=t,this._delay=s.delay||de}onTouchStart(e){var t;!e||!((t=e?.touches)!=null&&t.length)||this._touchDragTimeOut||(this._firstTouch=e.touches[e.touches.length-1],this._touchDragTimeOut=setTimeout(()=>{this._clearTimeout(),this._lastTouch||(this._lastTouch=e.touches[0]),this._checkXDistance(e)()},this._delay))}onTouchEnd(){this._resetTouches()}onTouchMove(e){var t;!e||!((t=e?.touches)!=null&&t.length)||(this._lastTouch=e.touches[0])}_clearTimeout(){this._touchDragTimeOut&&(clearTimeout(this._touchDragTimeOut),this._touchDragTimeOut=null)}_resetTouches(){this._clearTimeout(),this._lastTouch=null,this._firstTouch=null,this._payload=null}_checkXDistance(e){return()=>{if(!this._firstTouch||!this._lastTouch)return;let t=!1;t=Math.abs(this._firstTouch.clientX-this._lastTouch.clientX)<ge,t&&(this._onTouchDragStart(this._payload,e),this._resetTouches())}}}const Y="rml-drag-in-styles",_e="rml-drag-in-drag-element",w="rml-drag-in-overlay",b="rml-drag-in-drag-ghost",M="rml-drag-in-fade-in",z="rml-drag-in-fade-out",N={DISPLAY_NONE:"rml-display-none"},X=.5,P="250ms",R="forwards",A=i=>i?!0:(console.warn("No instance set, cancel drag-in"),!1);class fe{constructor(e){if(l(this,"_iframe"),l(this,"_currentDrag",{}),l(this,"_currentTouch",null),l(this,"_firefoxDragPosition",{x:0,y:0}),l(this,"_instance",null),l(this,"options",{}),l(this,"_firefoxFallback",n=>{if(!this._currentDrag.event)return;const r=n||window.event;this._firefoxDragPosition.x=r.pageX||0,this._firefoxDragPosition.y=r.pageY||0}),this._iframe=e,!document.getElementById(Y)){const n=document.createElement("style");n.type="text/css",n.id=Y,n.innerHTML=`
9
+ .${N.DISPLAY_NONE}{display:none}
10
+ .${w}{position:absolute;top:0;left:0;width:100%;height:100%;z-index:999;}
11
+ .${b}{position:absolute;top:0;left:0;width:1px;height:1px;z-index:999;pointer-events:none;background-color:transparent;}
12
+ @keyframes ${M} {from{opacity: 0;}to {opacity: ${X};}}
13
+ @keyframes ${z} {from{opacity: ${X};}to {opacity: 0;}}
14
+ `,document.head.appendChild(n)}const t=this._iframe.parentNode;let s=t.querySelector("."+b);s||(s=document.createElement("div"),s.classList.add(b),s.innerText=" ",t.appendChild(s)),this._firefoxFallback=this._firefoxFallback.bind(this),document.addEventListener("dragover",this._firefoxFallback)}setInstance(e){this._instance=e}dragStart(e,t){const s=this._iframe.parentNode;if(v(s).position!=="relative"){console.warn("Parent of iframe should have position relative, otherwise drag-in can not detect the x/y coordinates correctly");return}this._iframe.style.pointerEvents="none";let n=s.querySelector("."+w);if(n||(n=document.createElement("div"),n.classList.add(w),s.appendChild(n)),n.classList.remove(N.DISPLAY_NONE),t instanceof DragEvent){t.target.getAttribute("draggable")||console.warn(`Draggable not detected correctly! Did you add draggable="true" to the element? In Sarafi only 'draggable' is too less`);const h=s.querySelector("."+b);this._currentDrag.event=t;const u=t.target.cloneNode();u.style.position="fixed",u.style.pointerEvents="none",u.style.opacity="0",u.style.animation=`${M} ${P} ${R}`,u.id=_e,u.style.zIndex="9999",document.body.appendChild(u),this._currentDrag.element=u;const _=t.target.getBoundingClientRect();this._currentDrag.offset||(this._currentDrag.offset={x:0,y:0});const{clientX:d,clientY:m}=L(t,this._firefoxDragPosition);this._currentDrag.offset.x=d-_.left,this._currentDrag.offset.y=m-_.top,u.style.top=m+"px",u.style.left=d+"px",t.dataTransfer&&t.dataTransfer.setDragImage&&t.dataTransfer.setDragImage(h,0,0)}const{x:r,y:a}=W(s,this._currentDrag.event||t,this._firefoxDragPosition),o=Math.max(1,r),c=Math.max(1,a);A(this._instance)&&this._instance.dragInObject(e,o,c)}dragUpdate(e){var t,s;const n=this._iframe.parentNode,{x:r,y:a}=W(n,e,this._firefoxDragPosition);if(r===0&&a===0)return;const o=Math.max(1,r),c=Math.max(1,a);if(this._currentDrag.element){const{clientX:h,clientY:u}=L(e,this._firefoxDragPosition),_=((t=this._currentDrag.offset)==null?void 0:t.x)||0,d=((s=this._currentDrag.offset)==null?void 0:s.y)||0;this._currentDrag.element.style.left=`${h-_}px`,this._currentDrag.element.style.top=`${u-d}px`;const m=(this.options.dragInOverlapX||0)+1,p=(this.options.dragInOverlapY||0)+1;o>m&&c>p?this._currentDrag.element.style.animation=`${z} ${P} ${R}`:this._currentDrag.element.style.animation=`${M} ${P} ${R}`}o===1&&c===1||A(this._instance)&&this._instance.updateDrag(o,c)}dragEnd(){this._iframe.style.pointerEvents="all";const e=this._iframe.parentNode;A(this._instance)&&this._instance.dragInObjectEnd(),this._currentDrag.element&&document.body.removeChild(this._currentDrag.element),this._currentDrag={},this._firefoxDragPosition={x:0,y:0};const t=e.querySelector("."+w);t&&t.classList.add(N.DISPLAY_NONE)}touchStart(e,t){t.preventDefault();const s=(n,r)=>{this.dragStart(e,r)};this._currentTouch=new me(void 0,{onTouchDragStart:s}),this._currentTouch.onTouchStart(t)}touchMove(e){this._currentTouch&&this._currentTouch.onTouchMove(e),this._currentDrag.event&&this.dragUpdate(e)}touchEnd(){this._currentTouch&&this._currentTouch.onTouchEnd(),this._currentTouch=null,this.dragEnd()}dispose(){document.removeEventListener("dragover",this._firefoxFallback)}}const pe=Object.freeze(Object.defineProperty({__proto__:null,DragIn:fe},Symbol.toStringTag,{value:"Module"}));return ce});
@@ -1,14 +0,0 @@
1
- [
2
- [
3
- "integration",
4
- "Configurator"
5
- ],
6
- [
7
- "moc/",
8
- "Multi-object configurator"
9
- ],
10
- [
11
- "simple",
12
- "Simple embedding"
13
- ]
14
- ]
@@ -1 +0,0 @@
1
- TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
@@ -1,9 +0,0 @@
1
- Embedding API Reference / [Modules](modules.md)
2
-
3
- # Overview
4
-
5
- The Embedding API reference does not contain every file/class used, but the interfaces used to communicate with the modules.
6
-
7
- ## Init Data / Settings
8
-
9
- You can find all possible settings (init data) for the Embedding API in the [UiInitData](interfaces/types.UiInitData.md)