@roomle/embedding-lib 4.36.0 → 4.39.0

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 (35) hide show
  1. package/docs/api/classes/exposed_analytics_callbacks.ExposedAnalyticsCallbacks.md +1 -1
  2. package/docs/api/classes/exposed_api.ExposedApi.md +11 -11
  3. package/docs/api/classes/exposed_callbacks.ExposedCallbacks.md +31 -7
  4. package/docs/api/classes/roomle_configurator_api.default.md +9 -9
  5. package/docs/api/enums/types.UI_BUTTON.md +22 -22
  6. package/docs/api/interfaces/exposed_callbacks.Labels.md +2 -2
  7. package/docs/api/interfaces/exposed_callbacks.Price.md +2 -2
  8. package/docs/api/interfaces/roomle_configurator_api.RoomleEmbeddingApiKeys.md +4 -4
  9. package/docs/api/interfaces/types.ConfiguratorSettings.md +5 -5
  10. package/docs/api/interfaces/types.EmbeddingSkin.md +5 -5
  11. package/docs/api/interfaces/types.UiInitData.md +16 -16
  12. package/docs/api/modules/roomle_configurator_api.md +3 -3
  13. package/docs/examples/11_light_settings.html +90 -62
  14. package/docs/examples/roomle-configurator-api.es.min.js +254 -58
  15. package/docs/index.md +2 -1
  16. package/docs/md/web/ui/EMBEDDING-CHANGELOG.md +21 -12
  17. package/package.json +2 -2
  18. package/types/index.d.ts +43 -26
  19. package/types/src/common/business-logic/connector.d.ts +8 -0
  20. package/types/src/common/store/collection-view-state.d.ts +7 -3
  21. package/types/src/common/store/index.d.ts +0 -1
  22. package/types/src/common/utils/touch-drag.d.ts +6 -1
  23. package/types/src/configurator/business-logic/roomle-sdk-wrapper.d.ts +2 -0
  24. package/types/src/configurator/business-logic/sdk-connector-configurator.d.ts +3 -5
  25. package/types/src/configurator/business-logic/sdk-connector.d.ts +4 -7
  26. package/types/src/configurator/embedding/exposed-api.d.ts +2 -1
  27. package/types/src/configurator/embedding/exposed-callbacks.d.ts +7 -1
  28. package/types/src/planner/business-logic/sdk-connector-planner.d.ts +3 -3
  29. package/types/src/planner/store/planner-ui-state.d.ts +3 -2
  30. package/types/src/planner/utils/planner-sidebar.d.ts +0 -1
  31. package/types/src/viewer/business-logic/sdk-connector-viewer.d.ts +2 -2
  32. package/types/tests/helpers/data/part-list.d.ts +16 -0
  33. package/types/tests/helpers/mocks/sdk-connector.d.ts +1 -0
  34. /package/types/tests/integration/{configurator → common}/components/BottomBar.spec.d.ts +0 -0
  35. /package/types/tests/integration/planner/components/{BottomBar.spec.d.ts → PlannerSidebar.spec.d.ts} +0 -0
@@ -44,4 +44,4 @@ you can intercept events and send them to your own analytics tool
44
44
 
45
45
  #### Defined in
46
46
 
47
- [src/configurator/embedding/exposed-analytics-callbacks.ts:9](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-analytics-callbacks.ts#L9)
47
+ [src/configurator/embedding/exposed-analytics-callbacks.ts:9](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-analytics-callbacks.ts#L9)
@@ -46,7 +46,7 @@
46
46
 
47
47
  #### Defined in
48
48
 
49
- [src/configurator/embedding/exposed-api.ts:30](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-api.ts#L30)
49
+ [src/configurator/embedding/exposed-api.ts:30](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-api.ts#L30)
50
50
 
51
51
  ## Accessors
52
52
 
@@ -60,7 +60,7 @@
60
60
 
61
61
  #### Defined in
62
62
 
63
- [src/configurator/embedding/exposed-api.ts:118](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-api.ts#L118)
63
+ [src/configurator/embedding/exposed-api.ts:124](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-api.ts#L124)
64
64
 
65
65
  ## Methods
66
66
 
@@ -76,7 +76,7 @@ call this method if consent of Google Analytics is given later and not already i
76
76
 
77
77
  #### Defined in
78
78
 
79
- [src/configurator/embedding/exposed-api.ts:207](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-api.ts#L207)
79
+ [src/configurator/embedding/exposed-api.ts:213](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-api.ts#L213)
80
80
 
81
81
  ___
82
82
 
@@ -101,7 +101,7 @@ If no position or rotation is set then it will be placed automatically (without
101
101
 
102
102
  #### Defined in
103
103
 
104
- [src/configurator/embedding/exposed-api.ts:222](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-api.ts#L222)
104
+ [src/configurator/embedding/exposed-api.ts:228](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-api.ts#L228)
105
105
 
106
106
  ___
107
107
 
@@ -125,7 +125,7 @@ null if configuration can not be loaded
125
125
 
126
126
  #### Defined in
127
127
 
128
- [src/configurator/embedding/exposed-api.ts:138](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-api.ts#L138)
128
+ [src/configurator/embedding/exposed-api.ts:144](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-api.ts#L144)
129
129
 
130
130
  ___
131
131
 
@@ -147,7 +147,7 @@ call this method to load the object you want into the 3d Scene
147
147
 
148
148
  #### Defined in
149
149
 
150
- [src/configurator/embedding/exposed-api.ts:126](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-api.ts#L126)
150
+ [src/configurator/embedding/exposed-api.ts:132](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-api.ts#L132)
151
151
 
152
152
  ___
153
153
 
@@ -167,7 +167,7 @@ description of the startConfiguring method
167
167
 
168
168
  #### Defined in
169
169
 
170
- [src/configurator/embedding/exposed-api.ts:175](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-api.ts#L175)
170
+ [src/configurator/embedding/exposed-api.ts:181](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-api.ts#L181)
171
171
 
172
172
  ___
173
173
 
@@ -191,7 +191,7 @@ most likely needed when implementing your own price service
191
191
 
192
192
  #### Defined in
193
193
 
194
- [src/configurator/embedding/exposed-api.ts:152](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-api.ts#L152)
194
+ [src/configurator/embedding/exposed-api.ts:158](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-api.ts#L158)
195
195
 
196
196
  ___
197
197
 
@@ -212,7 +212,7 @@ so do not rely on this exact pixel setting
212
212
 
213
213
  #### Defined in
214
214
 
215
- [src/configurator/embedding/exposed-api.ts:164](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-api.ts#L164)
215
+ [src/configurator/embedding/exposed-api.ts:170](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-api.ts#L170)
216
216
 
217
217
  ___
218
218
 
@@ -232,7 +232,7 @@ to react on the response
232
232
 
233
233
  #### Defined in
234
234
 
235
- [src/configurator/embedding/exposed-api.ts:200](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-api.ts#L200)
235
+ [src/configurator/embedding/exposed-api.ts:206](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-api.ts#L206)
236
236
 
237
237
  ___
238
238
 
@@ -252,4 +252,4 @@ to react on the response
252
252
 
253
253
  #### Defined in
254
254
 
255
- [src/configurator/embedding/exposed-api.ts:189](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-api.ts#L189)
255
+ [src/configurator/embedding/exposed-api.ts:195](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-api.ts#L195)
@@ -15,6 +15,7 @@
15
15
  - [onBackToWebsite](exposed_callbacks.ExposedCallbacks.md#onbacktowebsite)
16
16
  - [onButtonClicked](exposed_callbacks.ExposedCallbacks.md#onbuttonclicked)
17
17
  - [onPartListUpdate](exposed_callbacks.ExposedCallbacks.md#onpartlistupdate)
18
+ - [onPlanUpdate](exposed_callbacks.ExposedCallbacks.md#onplanupdate)
18
19
  - [onRequestPlan](exposed_callbacks.ExposedCallbacks.md#onrequestplan)
19
20
  - [onRequestProduct](exposed_callbacks.ExposedCallbacks.md#onrequestproduct)
20
21
  - [onResize](exposed_callbacks.ExposedCallbacks.md#onresize)
@@ -38,7 +39,7 @@
38
39
 
39
40
  #### Defined in
40
41
 
41
- [src/configurator/embedding/exposed-callbacks.ts:40](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-callbacks.ts#L40)
42
+ [src/configurator/embedding/exposed-callbacks.ts:40](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-callbacks.ts#L40)
42
43
 
43
44
  ___
44
45
 
@@ -62,7 +63,7 @@ overrideEventBehaviour true if the event has been consumed and it should not tri
62
63
 
63
64
  #### Defined in
64
65
 
65
- [src/configurator/embedding/exposed-callbacks.ts:47](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-callbacks.ts#L47)
66
+ [src/configurator/embedding/exposed-callbacks.ts:47](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-callbacks.ts#L47)
66
67
 
67
68
  ___
68
69
 
@@ -85,7 +86,30 @@ fullList fullList (needed for price calculation) of the current configuration
85
86
 
86
87
  #### Defined in
87
88
 
88
- [src/configurator/embedding/exposed-callbacks.ts:34](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-callbacks.ts#L34)
89
+ [src/configurator/embedding/exposed-callbacks.ts:34](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-callbacks.ts#L34)
90
+
91
+ ___
92
+
93
+ ### onPlanUpdate
94
+
95
+ ▸ **onPlanUpdate**(`objects`): `void`
96
+
97
+ Gets called if a plan object gets added, changed or removed
98
+ Only the move of plan object does NOT trigger this function
99
+
100
+ #### Parameters
101
+
102
+ | Name | Type |
103
+ | :------ | :------ |
104
+ | `objects` | `UiPlanObject`[] |
105
+
106
+ #### Returns
107
+
108
+ `void`
109
+
110
+ #### Defined in
111
+
112
+ [src/configurator/embedding/exposed-callbacks.ts:56](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-callbacks.ts#L56)
89
113
 
90
114
  ___
91
115
 
@@ -107,7 +131,7 @@ ___
107
131
 
108
132
  #### Defined in
109
133
 
110
- [src/configurator/embedding/exposed-callbacks.ts:49](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-callbacks.ts#L49)
134
+ [src/configurator/embedding/exposed-callbacks.ts:49](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-callbacks.ts#L49)
111
135
 
112
136
  ___
113
137
 
@@ -134,7 +158,7 @@ Returns all necessary params when 'Request Product'/'Checkout' button has presse
134
158
 
135
159
  #### Defined in
136
160
 
137
- [src/configurator/embedding/exposed-callbacks.ts:28](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-callbacks.ts#L28)
161
+ [src/configurator/embedding/exposed-callbacks.ts:28](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-callbacks.ts#L28)
138
162
 
139
163
  ___
140
164
 
@@ -154,7 +178,7 @@ ___
154
178
 
155
179
  #### Defined in
156
180
 
157
- [src/configurator/embedding/exposed-callbacks.ts:36](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-callbacks.ts#L36)
181
+ [src/configurator/embedding/exposed-callbacks.ts:36](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-callbacks.ts#L36)
158
182
 
159
183
  ___
160
184
 
@@ -168,4 +192,4 @@ ___
168
192
 
169
193
  #### Defined in
170
194
 
171
- [src/configurator/embedding/exposed-callbacks.ts:38](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-callbacks.ts#L38)
195
+ [src/configurator/embedding/exposed-callbacks.ts:38](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-callbacks.ts#L38)
@@ -50,7 +50,7 @@
50
50
 
51
51
  #### Defined in
52
52
 
53
- [src/configurator/embedding/roomle-configurator-api.ts:141](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/roomle-configurator-api.ts#L141)
53
+ [src/configurator/embedding/roomle-configurator-api.ts:141](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/roomle-configurator-api.ts#L141)
54
54
 
55
55
  ___
56
56
 
@@ -64,7 +64,7 @@ ___
64
64
 
65
65
  #### Defined in
66
66
 
67
- [src/configurator/embedding/roomle-configurator-api.ts:137](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/roomle-configurator-api.ts#L137)
67
+ [src/configurator/embedding/roomle-configurator-api.ts:137](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/roomle-configurator-api.ts#L137)
68
68
 
69
69
  ___
70
70
 
@@ -84,7 +84,7 @@ ___
84
84
 
85
85
  #### Defined in
86
86
 
87
- [src/configurator/embedding/roomle-configurator-api.ts:145](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/roomle-configurator-api.ts#L145)
87
+ [src/configurator/embedding/roomle-configurator-api.ts:145](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/roomle-configurator-api.ts#L145)
88
88
 
89
89
  ___
90
90
 
@@ -98,7 +98,7 @@ ___
98
98
 
99
99
  #### Defined in
100
100
 
101
- [src/configurator/embedding/roomle-configurator-api.ts:133](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/roomle-configurator-api.ts#L133)
101
+ [src/configurator/embedding/roomle-configurator-api.ts:133](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/roomle-configurator-api.ts#L133)
102
102
 
103
103
  ## Methods
104
104
 
@@ -112,7 +112,7 @@ ___
112
112
 
113
113
  #### Defined in
114
114
 
115
- [src/configurator/embedding/roomle-configurator-api.ts:207](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/roomle-configurator-api.ts#L207)
115
+ [src/configurator/embedding/roomle-configurator-api.ts:207](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/roomle-configurator-api.ts#L207)
116
116
 
117
117
  ___
118
118
 
@@ -138,7 +138,7 @@ Method to create a new instance of a Roomle Configurator
138
138
 
139
139
  #### Defined in
140
140
 
141
- [src/configurator/embedding/roomle-configurator-api.ts:97](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/roomle-configurator-api.ts#L97)
141
+ [src/configurator/embedding/roomle-configurator-api.ts:97](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/roomle-configurator-api.ts#L97)
142
142
 
143
143
  ___
144
144
 
@@ -162,7 +162,7 @@ Method to create a new instance of a Roomle Configurator
162
162
 
163
163
  #### Defined in
164
164
 
165
- [src/configurator/embedding/roomle-configurator-api.ts:86](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/roomle-configurator-api.ts#L86)
165
+ [src/configurator/embedding/roomle-configurator-api.ts:86](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/roomle-configurator-api.ts#L86)
166
166
 
167
167
  ___
168
168
 
@@ -184,7 +184,7 @@ ___
184
184
 
185
185
  #### Defined in
186
186
 
187
- [src/configurator/embedding/roomle-configurator-api.ts:76](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/roomle-configurator-api.ts#L76)
187
+ [src/configurator/embedding/roomle-configurator-api.ts:76](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/roomle-configurator-api.ts#L76)
188
188
 
189
189
  ___
190
190
 
@@ -208,4 +208,4 @@ Method to create a new instance of a Roomle Viewer
208
208
 
209
209
  #### Defined in
210
210
 
211
- [src/configurator/embedding/roomle-configurator-api.ts:107](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/roomle-configurator-api.ts#L107)
211
+ [src/configurator/embedding/roomle-configurator-api.ts:107](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/roomle-configurator-api.ts#L107)
@@ -39,7 +39,7 @@
39
39
 
40
40
  #### Defined in
41
41
 
42
- [src/configurator/embedding/types.ts:12](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L12)
42
+ [src/configurator/embedding/types.ts:12](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L12)
43
43
 
44
44
  ___
45
45
 
@@ -49,7 +49,7 @@ ___
49
49
 
50
50
  #### Defined in
51
51
 
52
- [src/configurator/embedding/types.ts:26](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L26)
52
+ [src/configurator/embedding/types.ts:26](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L26)
53
53
 
54
54
  ___
55
55
 
@@ -59,7 +59,7 @@ ___
59
59
 
60
60
  #### Defined in
61
61
 
62
- [src/configurator/embedding/types.ts:5](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L5)
62
+ [src/configurator/embedding/types.ts:5](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L5)
63
63
 
64
64
  ___
65
65
 
@@ -69,7 +69,7 @@ ___
69
69
 
70
70
  #### Defined in
71
71
 
72
- [src/configurator/embedding/types.ts:8](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L8)
72
+ [src/configurator/embedding/types.ts:8](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L8)
73
73
 
74
74
  ___
75
75
 
@@ -79,7 +79,7 @@ ___
79
79
 
80
80
  #### Defined in
81
81
 
82
- [src/configurator/embedding/types.ts:18](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L18)
82
+ [src/configurator/embedding/types.ts:18](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L18)
83
83
 
84
84
  ___
85
85
 
@@ -89,7 +89,7 @@ ___
89
89
 
90
90
  #### Defined in
91
91
 
92
- [src/configurator/embedding/types.ts:9](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L9)
92
+ [src/configurator/embedding/types.ts:9](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L9)
93
93
 
94
94
  ___
95
95
 
@@ -99,7 +99,7 @@ ___
99
99
 
100
100
  #### Defined in
101
101
 
102
- [src/configurator/embedding/types.ts:7](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L7)
102
+ [src/configurator/embedding/types.ts:7](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L7)
103
103
 
104
104
  ___
105
105
 
@@ -109,7 +109,7 @@ ___
109
109
 
110
110
  #### Defined in
111
111
 
112
- [src/configurator/embedding/types.ts:6](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L6)
112
+ [src/configurator/embedding/types.ts:6](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L6)
113
113
 
114
114
  ___
115
115
 
@@ -119,7 +119,7 @@ ___
119
119
 
120
120
  #### Defined in
121
121
 
122
- [src/configurator/embedding/types.ts:23](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L23)
122
+ [src/configurator/embedding/types.ts:23](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L23)
123
123
 
124
124
  ___
125
125
 
@@ -129,7 +129,7 @@ ___
129
129
 
130
130
  #### Defined in
131
131
 
132
- [src/configurator/embedding/types.ts:17](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L17)
132
+ [src/configurator/embedding/types.ts:17](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L17)
133
133
 
134
134
  ___
135
135
 
@@ -139,7 +139,7 @@ ___
139
139
 
140
140
  #### Defined in
141
141
 
142
- [src/configurator/embedding/types.ts:24](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L24)
142
+ [src/configurator/embedding/types.ts:24](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L24)
143
143
 
144
144
  ___
145
145
 
@@ -149,7 +149,7 @@ ___
149
149
 
150
150
  #### Defined in
151
151
 
152
- [src/configurator/embedding/types.ts:22](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L22)
152
+ [src/configurator/embedding/types.ts:22](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L22)
153
153
 
154
154
  ___
155
155
 
@@ -159,7 +159,7 @@ ___
159
159
 
160
160
  #### Defined in
161
161
 
162
- [src/configurator/embedding/types.ts:11](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L11)
162
+ [src/configurator/embedding/types.ts:11](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L11)
163
163
 
164
164
  ___
165
165
 
@@ -169,7 +169,7 @@ ___
169
169
 
170
170
  #### Defined in
171
171
 
172
- [src/configurator/embedding/types.ts:14](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L14)
172
+ [src/configurator/embedding/types.ts:14](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L14)
173
173
 
174
174
  ___
175
175
 
@@ -179,7 +179,7 @@ ___
179
179
 
180
180
  #### Defined in
181
181
 
182
- [src/configurator/embedding/types.ts:13](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L13)
182
+ [src/configurator/embedding/types.ts:13](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L13)
183
183
 
184
184
  ___
185
185
 
@@ -189,7 +189,7 @@ ___
189
189
 
190
190
  #### Defined in
191
191
 
192
- [src/configurator/embedding/types.ts:10](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L10)
192
+ [src/configurator/embedding/types.ts:10](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L10)
193
193
 
194
194
  ___
195
195
 
@@ -199,7 +199,7 @@ ___
199
199
 
200
200
  #### Defined in
201
201
 
202
- [src/configurator/embedding/types.ts:19](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L19)
202
+ [src/configurator/embedding/types.ts:19](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L19)
203
203
 
204
204
  ___
205
205
 
@@ -209,7 +209,7 @@ ___
209
209
 
210
210
  #### Defined in
211
211
 
212
- [src/configurator/embedding/types.ts:15](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L15)
212
+ [src/configurator/embedding/types.ts:15](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L15)
213
213
 
214
214
  ___
215
215
 
@@ -219,7 +219,7 @@ ___
219
219
 
220
220
  #### Defined in
221
221
 
222
- [src/configurator/embedding/types.ts:20](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L20)
222
+ [src/configurator/embedding/types.ts:20](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L20)
223
223
 
224
224
  ___
225
225
 
@@ -229,7 +229,7 @@ ___
229
229
 
230
230
  #### Defined in
231
231
 
232
- [src/configurator/embedding/types.ts:16](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L16)
232
+ [src/configurator/embedding/types.ts:16](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L16)
233
233
 
234
234
  ___
235
235
 
@@ -239,7 +239,7 @@ ___
239
239
 
240
240
  #### Defined in
241
241
 
242
- [src/configurator/embedding/types.ts:25](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L25)
242
+ [src/configurator/embedding/types.ts:25](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L25)
243
243
 
244
244
  ___
245
245
 
@@ -249,4 +249,4 @@ ___
249
249
 
250
250
  #### Defined in
251
251
 
252
- [src/configurator/embedding/types.ts:21](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L21)
252
+ [src/configurator/embedding/types.ts:21](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L21)
@@ -19,7 +19,7 @@
19
19
 
20
20
  #### Defined in
21
21
 
22
- [src/configurator/embedding/exposed-callbacks.ts:14](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-callbacks.ts#L14)
22
+ [src/configurator/embedding/exposed-callbacks.ts:14](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-callbacks.ts#L14)
23
23
 
24
24
  ___
25
25
 
@@ -29,4 +29,4 @@ ___
29
29
 
30
30
  #### Defined in
31
31
 
32
- [src/configurator/embedding/exposed-callbacks.ts:15](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-callbacks.ts#L15)
32
+ [src/configurator/embedding/exposed-callbacks.ts:15](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-callbacks.ts#L15)
@@ -19,7 +19,7 @@
19
19
 
20
20
  #### Defined in
21
21
 
22
- [src/configurator/embedding/exposed-callbacks.ts:9](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-callbacks.ts#L9)
22
+ [src/configurator/embedding/exposed-callbacks.ts:9](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-callbacks.ts#L9)
23
23
 
24
24
  ___
25
25
 
@@ -29,4 +29,4 @@ ___
29
29
 
30
30
  #### Defined in
31
31
 
32
- [src/configurator/embedding/exposed-callbacks.ts:10](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/exposed-callbacks.ts#L10)
32
+ [src/configurator/embedding/exposed-callbacks.ts:10](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/exposed-callbacks.ts#L10)
@@ -25,7 +25,7 @@
25
25
 
26
26
  #### Defined in
27
27
 
28
- [src/configurator/embedding/roomle-configurator-api.ts:66](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/roomle-configurator-api.ts#L66)
28
+ [src/configurator/embedding/roomle-configurator-api.ts:66](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/roomle-configurator-api.ts#L66)
29
29
 
30
30
  ___
31
31
 
@@ -35,7 +35,7 @@ ___
35
35
 
36
36
  #### Defined in
37
37
 
38
- [src/configurator/embedding/roomle-configurator-api.ts:64](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/roomle-configurator-api.ts#L64)
38
+ [src/configurator/embedding/roomle-configurator-api.ts:64](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/roomle-configurator-api.ts#L64)
39
39
 
40
40
  ___
41
41
 
@@ -45,7 +45,7 @@ ___
45
45
 
46
46
  #### Defined in
47
47
 
48
- [src/configurator/embedding/roomle-configurator-api.ts:67](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/roomle-configurator-api.ts#L67)
48
+ [src/configurator/embedding/roomle-configurator-api.ts:67](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/roomle-configurator-api.ts#L67)
49
49
 
50
50
  ___
51
51
 
@@ -55,4 +55,4 @@ ___
55
55
 
56
56
  #### Defined in
57
57
 
58
- [src/configurator/embedding/roomle-configurator-api.ts:65](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/roomle-configurator-api.ts#L65)
58
+ [src/configurator/embedding/roomle-configurator-api.ts:65](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/roomle-configurator-api.ts#L65)
@@ -47,7 +47,7 @@ ___
47
47
 
48
48
  #### Defined in
49
49
 
50
- [src/configurator/embedding/types.ts:150](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L150)
50
+ [src/configurator/embedding/types.ts:150](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L150)
51
51
 
52
52
  ___
53
53
 
@@ -75,7 +75,7 @@ RapiConfiguratorSettings.id
75
75
 
76
76
  #### Defined in
77
77
 
78
- [src/configurator/embedding/types.ts:149](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L149)
78
+ [src/configurator/embedding/types.ts:149](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L149)
79
79
 
80
80
  ___
81
81
 
@@ -113,7 +113,7 @@ ___
113
113
 
114
114
  #### Defined in
115
115
 
116
- [src/configurator/embedding/types.ts:153](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L153)
116
+ [src/configurator/embedding/types.ts:153](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L153)
117
117
 
118
118
  ___
119
119
 
@@ -123,7 +123,7 @@ ___
123
123
 
124
124
  #### Defined in
125
125
 
126
- [src/configurator/embedding/types.ts:151](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L151)
126
+ [src/configurator/embedding/types.ts:151](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L151)
127
127
 
128
128
  ___
129
129
 
@@ -147,4 +147,4 @@ ___
147
147
 
148
148
  #### Defined in
149
149
 
150
- [src/configurator/embedding/types.ts:152](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L152)
150
+ [src/configurator/embedding/types.ts:152](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L152)
@@ -22,7 +22,7 @@
22
22
 
23
23
  #### Defined in
24
24
 
25
- [src/configurator/embedding/types.ts:145](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L145)
25
+ [src/configurator/embedding/types.ts:145](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L145)
26
26
 
27
27
  ___
28
28
 
@@ -32,7 +32,7 @@ ___
32
32
 
33
33
  #### Defined in
34
34
 
35
- [src/configurator/embedding/types.ts:143](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L143)
35
+ [src/configurator/embedding/types.ts:143](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L143)
36
36
 
37
37
  ___
38
38
 
@@ -42,7 +42,7 @@ ___
42
42
 
43
43
  #### Defined in
44
44
 
45
- [src/configurator/embedding/types.ts:144](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L144)
45
+ [src/configurator/embedding/types.ts:144](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L144)
46
46
 
47
47
  ___
48
48
 
@@ -52,7 +52,7 @@ ___
52
52
 
53
53
  #### Defined in
54
54
 
55
- [src/configurator/embedding/types.ts:141](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L141)
55
+ [src/configurator/embedding/types.ts:141](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L141)
56
56
 
57
57
  ___
58
58
 
@@ -62,4 +62,4 @@ ___
62
62
 
63
63
  #### Defined in
64
64
 
65
- [src/configurator/embedding/types.ts:142](https://gitlab.com/roomle/web/roomle-ui/-/blob/fdefa264/src/configurator/embedding/types.ts#L142)
65
+ [src/configurator/embedding/types.ts:142](https://gitlab.com/roomle/web/roomle-ui/-/blob/10155475/src/configurator/embedding/types.ts#L142)