@roomle/embedding-lib 4.24.1-alpha.2 → 4.25.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/docs/api/README.md +1 -1
  2. package/docs/api/classes/exposed_analytics_callbacks.ExposedAnalyticsCallbacks.md +1 -1
  3. package/docs/api/classes/exposed_api.ExposedApi.md +38 -10
  4. package/docs/api/classes/exposed_callbacks.ExposedCallbacks.md +7 -7
  5. package/docs/api/classes/roomle_configurator_api.default.md +9 -9
  6. package/docs/api/enums/types.UI_BUTTON.md +48 -15
  7. package/docs/api/interfaces/exposed_callbacks.Labels.md +2 -2
  8. package/docs/api/interfaces/exposed_callbacks.Price.md +2 -2
  9. package/docs/api/interfaces/roomle_configurator_api.RoomleEmbeddingApiKeys.md +4 -4
  10. package/docs/api/interfaces/types.ConfiguratorSettings.md +5 -5
  11. package/docs/api/interfaces/types.EmbeddingSkin.md +5 -5
  12. package/docs/api/interfaces/types.UiInitData.md +58 -37
  13. package/docs/api/modules/roomle_configurator_api.md +3 -3
  14. package/docs/index.md +31 -0
  15. package/docs/md/web/ui/EMBEDDING-CHANGELOG.md +6 -9
  16. package/package.json +28 -1
  17. package/roomle-configurator-api.cjs.js +48 -4
  18. package/roomle-configurator-api.cjs.min.js +1 -1
  19. package/roomle-configurator-api.es.js +48 -4
  20. package/roomle-configurator-api.es.min.js +1 -1
  21. package/roomle-configurator-api.js +48 -4
  22. package/types/index.d.ts +190 -129
  23. package/types/src/common/store/collection-view-state.d.ts +2 -2
  24. package/types/src/common/store/index.d.ts +6 -0
  25. package/types/src/common/utils/helper.d.ts +3 -0
  26. package/types/src/common/utils/types.d.ts +3 -2
  27. package/types/src/configurator/business-logic/sdk-connector.d.ts +1 -0
  28. package/types/src/configurator/components/-utils/overlays.d.ts +8 -8
  29. package/types/src/configurator/components/grid-view/-utils/GridViewHelper.d.ts +3 -0
  30. package/types/src/configurator/embedding/exposed-api.d.ts +10 -0
  31. package/types/src/configurator/embedding/types.d.ts +7 -1
  32. package/types/src/configurator/store/ui-state.d.ts +19 -3
  33. package/types/tests/helpers/data/variants.d.ts +60 -0
  34. package/types/tests/helpers/mocks/sdk-connector-planner.d.ts +13 -0
  35. package/types/tests/helpers/mocks/sdk-connector.d.ts +5 -0
  36. package/types/tests/integration/configurator/components/{overlays/PartList.spec.d.ts → parameters/types/ProductVariant.spec.d.ts} +0 -0
  37. package/types/tests/integration/planner/components/BottomBar.spec.d.ts +1 -0
@@ -6,4 +6,4 @@ The Embedding API reference does not contain every file/class used, but the inte
6
6
 
7
7
  ## Init Data / Settings
8
8
 
9
- You can find all possible settings (init data) for the Embedding API in the [UiInitData](interfaces/types.uiinitdata.md)
9
+ You can find all possible settings (init data) for the Embedding API in the [UiInitData](interfaces/types.UiInitData.md)
@@ -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/5c482b70/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/1918307b/src/configurator/embedding/exposed-analytics-callbacks.ts#L9)
@@ -17,6 +17,7 @@
17
17
  ### Methods
18
18
 
19
19
  - [giveGaConsent](exposed_api.ExposedApi.md#givegaconsent)
20
+ - [insertObject](exposed_api.ExposedApi.md#insertobject)
20
21
  - [loadConfigurationString](exposed_api.ExposedApi.md#loadconfigurationstring)
21
22
  - [loadObject](exposed_api.ExposedApi.md#loadobject)
22
23
  - [pauseConfiguring](exposed_api.ExposedApi.md#pauseconfiguring)
@@ -45,7 +46,7 @@
45
46
 
46
47
  #### Defined in
47
48
 
48
- [src/configurator/embedding/exposed-api.ts:29](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/exposed-api.ts#L29)
49
+ [src/configurator/embedding/exposed-api.ts:30](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/exposed-api.ts#L30)
49
50
 
50
51
  ## Accessors
51
52
 
@@ -59,7 +60,7 @@
59
60
 
60
61
  #### Defined in
61
62
 
62
- [src/configurator/embedding/exposed-api.ts:117](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/exposed-api.ts#L117)
63
+ [src/configurator/embedding/exposed-api.ts:118](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/exposed-api.ts#L118)
63
64
 
64
65
  ## Methods
65
66
 
@@ -75,7 +76,32 @@ call this method if consent of Google Analytics is given later and not already i
75
76
 
76
77
  #### Defined in
77
78
 
78
- [src/configurator/embedding/exposed-api.ts:205](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/exposed-api.ts#L205)
79
+ [src/configurator/embedding/exposed-api.ts:207](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/exposed-api.ts#L207)
80
+
81
+ ___
82
+
83
+ ### insertObject
84
+
85
+ ▸ **insertObject**(`id`, `position?`, `rotation?`): `Promise`<`void`\>
86
+
87
+ Insert an object into the current MOC/planner scene
88
+ If no position or rotation is set then it will be placed automatically (without overlapping other objects) with rotation 0
89
+
90
+ #### Parameters
91
+
92
+ | Name | Type | Description |
93
+ | :------ | :------ | :------ |
94
+ | `id` | `string` | |
95
+ | `position?` | `Position3` | as x (left/right), y (up/down) and z (front/back) |
96
+ | `rotation?` | `number` | in radians |
97
+
98
+ #### Returns
99
+
100
+ `Promise`<`void`\>
101
+
102
+ #### Defined in
103
+
104
+ [src/configurator/embedding/exposed-api.ts:222](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/exposed-api.ts#L222)
79
105
 
80
106
  ___
81
107
 
@@ -95,9 +121,11 @@ call this method to load the configuration string you want into the 3d Scene
95
121
 
96
122
  `Promise`<`Nullable`<`LoadResponse`\>\>
97
123
 
124
+ null if configuration can not be loaded
125
+
98
126
  #### Defined in
99
127
 
100
- [src/configurator/embedding/exposed-api.ts:136](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/exposed-api.ts#L136)
128
+ [src/configurator/embedding/exposed-api.ts:138](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/exposed-api.ts#L138)
101
129
 
102
130
  ___
103
131
 
@@ -119,7 +147,7 @@ call this method to load the object you want into the 3d Scene
119
147
 
120
148
  #### Defined in
121
149
 
122
- [src/configurator/embedding/exposed-api.ts:125](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/exposed-api.ts#L125)
150
+ [src/configurator/embedding/exposed-api.ts:126](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/exposed-api.ts#L126)
123
151
 
124
152
  ___
125
153
 
@@ -139,7 +167,7 @@ description of the startConfiguring method
139
167
 
140
168
  #### Defined in
141
169
 
142
- [src/configurator/embedding/exposed-api.ts:173](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/exposed-api.ts#L173)
170
+ [src/configurator/embedding/exposed-api.ts:175](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/exposed-api.ts#L175)
143
171
 
144
172
  ___
145
173
 
@@ -163,7 +191,7 @@ most likely needed when implementing your own price service
163
191
 
164
192
  #### Defined in
165
193
 
166
- [src/configurator/embedding/exposed-api.ts:150](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/exposed-api.ts#L150)
194
+ [src/configurator/embedding/exposed-api.ts:152](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/exposed-api.ts#L152)
167
195
 
168
196
  ___
169
197
 
@@ -184,7 +212,7 @@ so do not rely on this exact pixel setting
184
212
 
185
213
  #### Defined in
186
214
 
187
- [src/configurator/embedding/exposed-api.ts:162](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/exposed-api.ts#L162)
215
+ [src/configurator/embedding/exposed-api.ts:164](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/exposed-api.ts#L164)
188
216
 
189
217
  ___
190
218
 
@@ -204,7 +232,7 @@ to react on the response
204
232
 
205
233
  #### Defined in
206
234
 
207
- [src/configurator/embedding/exposed-api.ts:198](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/exposed-api.ts#L198)
235
+ [src/configurator/embedding/exposed-api.ts:200](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/exposed-api.ts#L200)
208
236
 
209
237
  ___
210
238
 
@@ -224,4 +252,4 @@ to react on the response
224
252
 
225
253
  #### Defined in
226
254
 
227
- [src/configurator/embedding/exposed-api.ts:187](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/exposed-api.ts#L187)
255
+ [src/configurator/embedding/exposed-api.ts:189](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/exposed-api.ts#L189)
@@ -38,7 +38,7 @@
38
38
 
39
39
  #### Defined in
40
40
 
41
- [src/configurator/embedding/exposed-callbacks.ts:40](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/exposed-callbacks.ts#L40)
41
+ [src/configurator/embedding/exposed-callbacks.ts:40](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/exposed-callbacks.ts#L40)
42
42
 
43
43
  ___
44
44
 
@@ -62,7 +62,7 @@ overrideEventBehaviour true if the event has been consumed and it should not tri
62
62
 
63
63
  #### Defined in
64
64
 
65
- [src/configurator/embedding/exposed-callbacks.ts:47](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/exposed-callbacks.ts#L47)
65
+ [src/configurator/embedding/exposed-callbacks.ts:47](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/exposed-callbacks.ts#L47)
66
66
 
67
67
  ___
68
68
 
@@ -85,7 +85,7 @@ fullList fullList (needed for price calculation) of the current configuration
85
85
 
86
86
  #### Defined in
87
87
 
88
- [src/configurator/embedding/exposed-callbacks.ts:34](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/exposed-callbacks.ts#L34)
88
+ [src/configurator/embedding/exposed-callbacks.ts:34](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/exposed-callbacks.ts#L34)
89
89
 
90
90
  ___
91
91
 
@@ -107,7 +107,7 @@ ___
107
107
 
108
108
  #### Defined in
109
109
 
110
- [src/configurator/embedding/exposed-callbacks.ts:49](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/exposed-callbacks.ts#L49)
110
+ [src/configurator/embedding/exposed-callbacks.ts:49](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/exposed-callbacks.ts#L49)
111
111
 
112
112
  ___
113
113
 
@@ -134,7 +134,7 @@ Returns all necessary params when 'Request Product'/'Checkout' button has presse
134
134
 
135
135
  #### Defined in
136
136
 
137
- [src/configurator/embedding/exposed-callbacks.ts:28](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/exposed-callbacks.ts#L28)
137
+ [src/configurator/embedding/exposed-callbacks.ts:28](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/exposed-callbacks.ts#L28)
138
138
 
139
139
  ___
140
140
 
@@ -154,7 +154,7 @@ ___
154
154
 
155
155
  #### Defined in
156
156
 
157
- [src/configurator/embedding/exposed-callbacks.ts:36](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/exposed-callbacks.ts#L36)
157
+ [src/configurator/embedding/exposed-callbacks.ts:36](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/exposed-callbacks.ts#L36)
158
158
 
159
159
  ___
160
160
 
@@ -168,4 +168,4 @@ ___
168
168
 
169
169
  #### Defined in
170
170
 
171
- [src/configurator/embedding/exposed-callbacks.ts:38](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/exposed-callbacks.ts#L38)
171
+ [src/configurator/embedding/exposed-callbacks.ts:38](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/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:140](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/roomle-configurator-api.ts#L140)
53
+ [src/configurator/embedding/roomle-configurator-api.ts:140](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/roomle-configurator-api.ts#L140)
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:136](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/roomle-configurator-api.ts#L136)
67
+ [src/configurator/embedding/roomle-configurator-api.ts:136](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/roomle-configurator-api.ts#L136)
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:144](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/roomle-configurator-api.ts#L144)
87
+ [src/configurator/embedding/roomle-configurator-api.ts:144](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/roomle-configurator-api.ts#L144)
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:132](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/roomle-configurator-api.ts#L132)
101
+ [src/configurator/embedding/roomle-configurator-api.ts:132](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/roomle-configurator-api.ts#L132)
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:206](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/roomle-configurator-api.ts#L206)
115
+ [src/configurator/embedding/roomle-configurator-api.ts:206](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/roomle-configurator-api.ts#L206)
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:96](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/roomle-configurator-api.ts#L96)
141
+ [src/configurator/embedding/roomle-configurator-api.ts:96](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/roomle-configurator-api.ts#L96)
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:85](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/roomle-configurator-api.ts#L85)
165
+ [src/configurator/embedding/roomle-configurator-api.ts:85](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/roomle-configurator-api.ts#L85)
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:75](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/roomle-configurator-api.ts#L75)
187
+ [src/configurator/embedding/roomle-configurator-api.ts:75](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/roomle-configurator-api.ts#L75)
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:106](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/roomle-configurator-api.ts#L106)
211
+ [src/configurator/embedding/roomle-configurator-api.ts:106](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/roomle-configurator-api.ts#L106)
@@ -16,13 +16,16 @@
16
16
  - [MULTISELECT](types.UI_BUTTON.md#multiselect)
17
17
  - [PARTLIST](types.UI_BUTTON.md#partlist)
18
18
  - [PAUSECONFIGURE](types.UI_BUTTON.md#pauseconfigure)
19
+ - [REDO](types.UI_BUTTON.md#redo)
19
20
  - [RENDERIMAGE](types.UI_BUTTON.md#renderimage)
20
21
  - [REQUESTPLAN](types.UI_BUTTON.md#requestplan)
21
22
  - [REQUESTPRODUCT](types.UI_BUTTON.md#requestproduct)
22
23
  - [RESETCAMERA](types.UI_BUTTON.md#resetcamera)
23
24
  - [ROTATE](types.UI_BUTTON.md#rotate)
24
25
  - [SAVEDRAFT](types.UI_BUTTON.md#savedraft)
26
+ - [SNAPPING](types.UI_BUTTON.md#snapping)
25
27
  - [STARTCONFIGURE](types.UI_BUTTON.md#startconfigure)
28
+ - [UNDO](types.UI_BUTTON.md#undo)
26
29
 
27
30
  ## Enumeration members
28
31
 
@@ -32,7 +35,7 @@
32
35
 
33
36
  #### Defined in
34
37
 
35
- [src/configurator/embedding/types.ts:15](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L15)
38
+ [src/configurator/embedding/types.ts:15](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L15)
36
39
 
37
40
  ___
38
41
 
@@ -42,7 +45,7 @@ ___
42
45
 
43
46
  #### Defined in
44
47
 
45
- [src/configurator/embedding/types.ts:8](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L8)
48
+ [src/configurator/embedding/types.ts:8](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L8)
46
49
 
47
50
  ___
48
51
 
@@ -52,7 +55,7 @@ ___
52
55
 
53
56
  #### Defined in
54
57
 
55
- [src/configurator/embedding/types.ts:11](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L11)
58
+ [src/configurator/embedding/types.ts:11](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L11)
56
59
 
57
60
  ___
58
61
 
@@ -62,7 +65,7 @@ ___
62
65
 
63
66
  #### Defined in
64
67
 
65
- [src/configurator/embedding/types.ts:21](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L21)
68
+ [src/configurator/embedding/types.ts:21](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L21)
66
69
 
67
70
  ___
68
71
 
@@ -72,7 +75,7 @@ ___
72
75
 
73
76
  #### Defined in
74
77
 
75
- [src/configurator/embedding/types.ts:12](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L12)
78
+ [src/configurator/embedding/types.ts:12](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L12)
76
79
 
77
80
  ___
78
81
 
@@ -82,7 +85,7 @@ ___
82
85
 
83
86
  #### Defined in
84
87
 
85
- [src/configurator/embedding/types.ts:10](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L10)
88
+ [src/configurator/embedding/types.ts:10](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L10)
86
89
 
87
90
  ___
88
91
 
@@ -92,7 +95,7 @@ ___
92
95
 
93
96
  #### Defined in
94
97
 
95
- [src/configurator/embedding/types.ts:9](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L9)
98
+ [src/configurator/embedding/types.ts:9](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L9)
96
99
 
97
100
  ___
98
101
 
@@ -102,7 +105,17 @@ ___
102
105
 
103
106
  #### Defined in
104
107
 
105
- [src/configurator/embedding/types.ts:20](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L20)
108
+ [src/configurator/embedding/types.ts:20](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L20)
109
+
110
+ ___
111
+
112
+ ### REDO
113
+
114
+ • **REDO** = `"redo"`
115
+
116
+ #### Defined in
117
+
118
+ [src/configurator/embedding/types.ts:25](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L25)
106
119
 
107
120
  ___
108
121
 
@@ -112,7 +125,7 @@ ___
112
125
 
113
126
  #### Defined in
114
127
 
115
- [src/configurator/embedding/types.ts:14](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L14)
128
+ [src/configurator/embedding/types.ts:14](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L14)
116
129
 
117
130
  ___
118
131
 
@@ -122,7 +135,7 @@ ___
122
135
 
123
136
  #### Defined in
124
137
 
125
- [src/configurator/embedding/types.ts:17](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L17)
138
+ [src/configurator/embedding/types.ts:17](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L17)
126
139
 
127
140
  ___
128
141
 
@@ -132,7 +145,7 @@ ___
132
145
 
133
146
  #### Defined in
134
147
 
135
- [src/configurator/embedding/types.ts:16](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L16)
148
+ [src/configurator/embedding/types.ts:16](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L16)
136
149
 
137
150
  ___
138
151
 
@@ -142,7 +155,7 @@ ___
142
155
 
143
156
  #### Defined in
144
157
 
145
- [src/configurator/embedding/types.ts:13](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L13)
158
+ [src/configurator/embedding/types.ts:13](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L13)
146
159
 
147
160
  ___
148
161
 
@@ -152,7 +165,7 @@ ___
152
165
 
153
166
  #### Defined in
154
167
 
155
- [src/configurator/embedding/types.ts:22](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L22)
168
+ [src/configurator/embedding/types.ts:22](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L22)
156
169
 
157
170
  ___
158
171
 
@@ -162,7 +175,17 @@ ___
162
175
 
163
176
  #### Defined in
164
177
 
165
- [src/configurator/embedding/types.ts:18](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L18)
178
+ [src/configurator/embedding/types.ts:18](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L18)
179
+
180
+ ___
181
+
182
+ ### SNAPPING
183
+
184
+ • **SNAPPING** = `"snapping"`
185
+
186
+ #### Defined in
187
+
188
+ [src/configurator/embedding/types.ts:23](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L23)
166
189
 
167
190
  ___
168
191
 
@@ -172,4 +195,14 @@ ___
172
195
 
173
196
  #### Defined in
174
197
 
175
- [src/configurator/embedding/types.ts:19](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L19)
198
+ [src/configurator/embedding/types.ts:19](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L19)
199
+
200
+ ___
201
+
202
+ ### UNDO
203
+
204
+ • **UNDO** = `"undo"`
205
+
206
+ #### Defined in
207
+
208
+ [src/configurator/embedding/types.ts:24](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L24)
@@ -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/5c482b70/src/configurator/embedding/exposed-callbacks.ts#L14)
22
+ [src/configurator/embedding/exposed-callbacks.ts:14](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/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/5c482b70/src/configurator/embedding/exposed-callbacks.ts#L15)
32
+ [src/configurator/embedding/exposed-callbacks.ts:15](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/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/5c482b70/src/configurator/embedding/exposed-callbacks.ts#L9)
22
+ [src/configurator/embedding/exposed-callbacks.ts:9](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/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/5c482b70/src/configurator/embedding/exposed-callbacks.ts#L10)
32
+ [src/configurator/embedding/exposed-callbacks.ts:10](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/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:65](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/roomle-configurator-api.ts#L65)
28
+ [src/configurator/embedding/roomle-configurator-api.ts:65](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/roomle-configurator-api.ts#L65)
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:63](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/roomle-configurator-api.ts#L63)
38
+ [src/configurator/embedding/roomle-configurator-api.ts:63](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/roomle-configurator-api.ts#L63)
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:66](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/roomle-configurator-api.ts#L66)
48
+ [src/configurator/embedding/roomle-configurator-api.ts:66](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/roomle-configurator-api.ts#L66)
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:64](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/roomle-configurator-api.ts#L64)
58
+ [src/configurator/embedding/roomle-configurator-api.ts:64](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/roomle-configurator-api.ts#L64)
@@ -47,7 +47,7 @@ ___
47
47
 
48
48
  #### Defined in
49
49
 
50
- [src/configurator/embedding/types.ts:140](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L140)
50
+ [src/configurator/embedding/types.ts:146](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L146)
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:139](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L139)
78
+ [src/configurator/embedding/types.ts:145](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L145)
79
79
 
80
80
  ___
81
81
 
@@ -113,7 +113,7 @@ ___
113
113
 
114
114
  #### Defined in
115
115
 
116
- [src/configurator/embedding/types.ts:143](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L143)
116
+ [src/configurator/embedding/types.ts:149](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L149)
117
117
 
118
118
  ___
119
119
 
@@ -123,7 +123,7 @@ ___
123
123
 
124
124
  #### Defined in
125
125
 
126
- [src/configurator/embedding/types.ts:141](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L141)
126
+ [src/configurator/embedding/types.ts:147](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L147)
127
127
 
128
128
  ___
129
129
 
@@ -147,4 +147,4 @@ ___
147
147
 
148
148
  #### Defined in
149
149
 
150
- [src/configurator/embedding/types.ts:142](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L142)
150
+ [src/configurator/embedding/types.ts:148](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L148)
@@ -22,7 +22,7 @@
22
22
 
23
23
  #### Defined in
24
24
 
25
- [src/configurator/embedding/types.ts:135](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L135)
25
+ [src/configurator/embedding/types.ts:141](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L141)
26
26
 
27
27
  ___
28
28
 
@@ -32,7 +32,7 @@ ___
32
32
 
33
33
  #### Defined in
34
34
 
35
- [src/configurator/embedding/types.ts:133](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L133)
35
+ [src/configurator/embedding/types.ts:139](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L139)
36
36
 
37
37
  ___
38
38
 
@@ -42,7 +42,7 @@ ___
42
42
 
43
43
  #### Defined in
44
44
 
45
- [src/configurator/embedding/types.ts:134](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L134)
45
+ [src/configurator/embedding/types.ts:140](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L140)
46
46
 
47
47
  ___
48
48
 
@@ -52,7 +52,7 @@ ___
52
52
 
53
53
  #### Defined in
54
54
 
55
- [src/configurator/embedding/types.ts:131](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L131)
55
+ [src/configurator/embedding/types.ts:137](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L137)
56
56
 
57
57
  ___
58
58
 
@@ -62,4 +62,4 @@ ___
62
62
 
63
63
  #### Defined in
64
64
 
65
- [src/configurator/embedding/types.ts:132](https://gitlab.com/roomle/web/roomle-ui/-/blob/5c482b70/src/configurator/embedding/types.ts#L132)
65
+ [src/configurator/embedding/types.ts:138](https://gitlab.com/roomle/web/roomle-ui/-/blob/1918307b/src/configurator/embedding/types.ts#L138)