@roomle/embedding-lib 4.33.0 → 4.34.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.
- package/docs/api/classes/exposed_analytics_callbacks.ExposedAnalyticsCallbacks.md +1 -1
- package/docs/api/classes/exposed_api.ExposedApi.md +11 -11
- package/docs/api/classes/exposed_callbacks.ExposedCallbacks.md +7 -7
- package/docs/api/classes/roomle_configurator_api.default.md +9 -9
- package/docs/api/enums/types.UI_BUTTON.md +51 -18
- package/docs/api/interfaces/exposed_callbacks.Labels.md +2 -2
- package/docs/api/interfaces/exposed_callbacks.Price.md +2 -2
- package/docs/api/interfaces/roomle_configurator_api.RoomleEmbeddingApiKeys.md +4 -4
- package/docs/api/interfaces/types.ConfiguratorSettings.md +5 -5
- package/docs/api/interfaces/types.EmbeddingSkin.md +5 -5
- package/docs/api/interfaces/types.UiInitData.md +36 -71
- package/docs/api/modules/roomle_configurator_api.md +3 -3
- package/docs/md/web/ui/EMBEDDING-CHANGELOG.md +31 -24
- package/package.json +2 -2
- package/roomle-configurator-api.cjs.js +33 -76
- package/roomle-configurator-api.cjs.min.js +1 -1
- package/roomle-configurator-api.es.js +33 -76
- package/roomle-configurator-api.es.min.js +1 -1
- package/roomle-configurator-api.js +33 -76
- package/types/index.d.ts +305 -245
- package/types/src/common/store/index.d.ts +11 -4
- package/types/src/common/utils/helper.d.ts +0 -20
- package/types/src/common/utils/merge.d.ts +16 -0
- package/types/src/common/utils/share.d.ts +1 -0
- package/types/src/common/utils/variants.d.ts +3 -0
- package/types/src/configurator/components/collection-view/-utils/types.d.ts +3 -3
- package/types/src/configurator/components/grid-view/-utils/GridViewHelper.d.ts +3 -3
- package/types/src/configurator/embedding/roomle-configurator-api.d.ts +6 -6
- package/types/src/configurator/embedding/types.d.ts +6 -1
- package/types/src/configurator/store/ui-state.d.ts +14 -6
- package/types/src/planner/business-logic/pre-defined-rooms.d.ts +2 -0
- package/types/src/planner/business-logic/rooms.d.ts +12 -0
- package/types/src/planner/store/planner-core-data.d.ts +21 -0
- package/types/src/planner/store/planner-ui-state.d.ts +11 -4
- package/types/src/planner/utils/product-list.d.ts +10 -0
- package/types/tests/integration/common/components/IconButton.spec.d.ts +1 -0
- package/types/tests/integration/common/components/ProductButtons.spec.d.ts +1 -0
- package/types/tests/integration/planner/components/CatalogTrigger.spec.d.ts +1 -0
- package/types/tests/integration/planner/components/ProductListButton.spec.d.ts +1 -0
- package/types/tests/integration/planner/components/SampleRooms.spec.d.ts +1 -0
- package/types/tests/integration/planner/components/overlays/product-list/ProductListEntry.spec.d.ts +1 -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/
|
|
47
|
+
[src/configurator/embedding/exposed-analytics-callbacks.ts:9](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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/
|
|
49
|
+
[src/configurator/embedding/exposed-api.ts:30](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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/
|
|
63
|
+
[src/configurator/embedding/exposed-api.ts:118](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/exposed-api.ts#L118)
|
|
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/
|
|
79
|
+
[src/configurator/embedding/exposed-api.ts:207](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/exposed-api.ts#L207)
|
|
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/
|
|
104
|
+
[src/configurator/embedding/exposed-api.ts:222](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/exposed-api.ts#L222)
|
|
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/
|
|
128
|
+
[src/configurator/embedding/exposed-api.ts:138](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/exposed-api.ts#L138)
|
|
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/
|
|
150
|
+
[src/configurator/embedding/exposed-api.ts:126](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/exposed-api.ts#L126)
|
|
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/
|
|
170
|
+
[src/configurator/embedding/exposed-api.ts:175](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/exposed-api.ts#L175)
|
|
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/
|
|
194
|
+
[src/configurator/embedding/exposed-api.ts:152](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/exposed-api.ts#L152)
|
|
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/
|
|
215
|
+
[src/configurator/embedding/exposed-api.ts:164](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/exposed-api.ts#L164)
|
|
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/
|
|
235
|
+
[src/configurator/embedding/exposed-api.ts:200](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/exposed-api.ts#L200)
|
|
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/
|
|
255
|
+
[src/configurator/embedding/exposed-api.ts:189](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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/
|
|
41
|
+
[src/configurator/embedding/exposed-callbacks.ts:40](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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/
|
|
65
|
+
[src/configurator/embedding/exposed-callbacks.ts:47](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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/
|
|
88
|
+
[src/configurator/embedding/exposed-callbacks.ts:34](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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/
|
|
110
|
+
[src/configurator/embedding/exposed-callbacks.ts:49](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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/
|
|
137
|
+
[src/configurator/embedding/exposed-callbacks.ts:28](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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/
|
|
157
|
+
[src/configurator/embedding/exposed-callbacks.ts:36](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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/
|
|
171
|
+
[src/configurator/embedding/exposed-callbacks.ts:38](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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:
|
|
53
|
+
[src/configurator/embedding/roomle-configurator-api.ts:141](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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:
|
|
67
|
+
[src/configurator/embedding/roomle-configurator-api.ts:137](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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:
|
|
87
|
+
[src/configurator/embedding/roomle-configurator-api.ts:145](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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:
|
|
101
|
+
[src/configurator/embedding/roomle-configurator-api.ts:133](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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:
|
|
115
|
+
[src/configurator/embedding/roomle-configurator-api.ts:207](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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:
|
|
141
|
+
[src/configurator/embedding/roomle-configurator-api.ts:97](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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:
|
|
165
|
+
[src/configurator/embedding/roomle-configurator-api.ts:86](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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:
|
|
187
|
+
[src/configurator/embedding/roomle-configurator-api.ts:76](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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:
|
|
211
|
+
[src/configurator/embedding/roomle-configurator-api.ts:107](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/roomle-configurator-api.ts#L107)
|
|
@@ -15,7 +15,9 @@
|
|
|
15
15
|
- [FULLSCREEN](types.UI_BUTTON.md#fullscreen)
|
|
16
16
|
- [MULTISELECT](types.UI_BUTTON.md#multiselect)
|
|
17
17
|
- [PARTLIST](types.UI_BUTTON.md#partlist)
|
|
18
|
+
- [PARTLIST\_PLANNER](types.UI_BUTTON.md#partlist_planner)
|
|
18
19
|
- [PAUSECONFIGURE](types.UI_BUTTON.md#pauseconfigure)
|
|
20
|
+
- [PRODUCTLIST](types.UI_BUTTON.md#productlist)
|
|
19
21
|
- [REDO](types.UI_BUTTON.md#redo)
|
|
20
22
|
- [RENDERIMAGE](types.UI_BUTTON.md#renderimage)
|
|
21
23
|
- [REQUESTPLAN](types.UI_BUTTON.md#requestplan)
|
|
@@ -25,6 +27,7 @@
|
|
|
25
27
|
- [SAVEDRAFT](types.UI_BUTTON.md#savedraft)
|
|
26
28
|
- [SNAPPING](types.UI_BUTTON.md#snapping)
|
|
27
29
|
- [STARTCONFIGURE](types.UI_BUTTON.md#startconfigure)
|
|
30
|
+
- [TWO\_D\_VIEW](types.UI_BUTTON.md#two_d_view)
|
|
28
31
|
- [UNDO](types.UI_BUTTON.md#undo)
|
|
29
32
|
|
|
30
33
|
## Enumeration members
|
|
@@ -35,7 +38,7 @@
|
|
|
35
38
|
|
|
36
39
|
#### Defined in
|
|
37
40
|
|
|
38
|
-
[src/configurator/embedding/types.ts:15](https://gitlab.com/roomle/web/roomle-ui/-/blob/
|
|
41
|
+
[src/configurator/embedding/types.ts:15](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L15)
|
|
39
42
|
|
|
40
43
|
___
|
|
41
44
|
|
|
@@ -45,7 +48,7 @@ ___
|
|
|
45
48
|
|
|
46
49
|
#### Defined in
|
|
47
50
|
|
|
48
|
-
[src/configurator/embedding/types.ts:8](https://gitlab.com/roomle/web/roomle-ui/-/blob/
|
|
51
|
+
[src/configurator/embedding/types.ts:8](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L8)
|
|
49
52
|
|
|
50
53
|
___
|
|
51
54
|
|
|
@@ -55,7 +58,7 @@ ___
|
|
|
55
58
|
|
|
56
59
|
#### Defined in
|
|
57
60
|
|
|
58
|
-
[src/configurator/embedding/types.ts:11](https://gitlab.com/roomle/web/roomle-ui/-/blob/
|
|
61
|
+
[src/configurator/embedding/types.ts:11](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L11)
|
|
59
62
|
|
|
60
63
|
___
|
|
61
64
|
|
|
@@ -65,7 +68,7 @@ ___
|
|
|
65
68
|
|
|
66
69
|
#### Defined in
|
|
67
70
|
|
|
68
|
-
[src/configurator/embedding/types.ts:21](https://gitlab.com/roomle/web/roomle-ui/-/blob/
|
|
71
|
+
[src/configurator/embedding/types.ts:21](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L21)
|
|
69
72
|
|
|
70
73
|
___
|
|
71
74
|
|
|
@@ -75,7 +78,7 @@ ___
|
|
|
75
78
|
|
|
76
79
|
#### Defined in
|
|
77
80
|
|
|
78
|
-
[src/configurator/embedding/types.ts:12](https://gitlab.com/roomle/web/roomle-ui/-/blob/
|
|
81
|
+
[src/configurator/embedding/types.ts:12](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L12)
|
|
79
82
|
|
|
80
83
|
___
|
|
81
84
|
|
|
@@ -85,7 +88,7 @@ ___
|
|
|
85
88
|
|
|
86
89
|
#### Defined in
|
|
87
90
|
|
|
88
|
-
[src/configurator/embedding/types.ts:10](https://gitlab.com/roomle/web/roomle-ui/-/blob/
|
|
91
|
+
[src/configurator/embedding/types.ts:10](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L10)
|
|
89
92
|
|
|
90
93
|
___
|
|
91
94
|
|
|
@@ -95,7 +98,17 @@ ___
|
|
|
95
98
|
|
|
96
99
|
#### Defined in
|
|
97
100
|
|
|
98
|
-
[src/configurator/embedding/types.ts:9](https://gitlab.com/roomle/web/roomle-ui/-/blob/
|
|
101
|
+
[src/configurator/embedding/types.ts:9](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L9)
|
|
102
|
+
|
|
103
|
+
___
|
|
104
|
+
|
|
105
|
+
### PARTLIST\_PLANNER
|
|
106
|
+
|
|
107
|
+
• **PARTLIST\_PLANNER** = `"partlist_planner"`
|
|
108
|
+
|
|
109
|
+
#### Defined in
|
|
110
|
+
|
|
111
|
+
[src/configurator/embedding/types.ts:26](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L26)
|
|
99
112
|
|
|
100
113
|
___
|
|
101
114
|
|
|
@@ -105,7 +118,17 @@ ___
|
|
|
105
118
|
|
|
106
119
|
#### Defined in
|
|
107
120
|
|
|
108
|
-
[src/configurator/embedding/types.ts:20](https://gitlab.com/roomle/web/roomle-ui/-/blob/
|
|
121
|
+
[src/configurator/embedding/types.ts:20](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L20)
|
|
122
|
+
|
|
123
|
+
___
|
|
124
|
+
|
|
125
|
+
### PRODUCTLIST
|
|
126
|
+
|
|
127
|
+
• **PRODUCTLIST** = `"productlist"`
|
|
128
|
+
|
|
129
|
+
#### Defined in
|
|
130
|
+
|
|
131
|
+
[src/configurator/embedding/types.ts:27](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L27)
|
|
109
132
|
|
|
110
133
|
___
|
|
111
134
|
|
|
@@ -115,7 +138,7 @@ ___
|
|
|
115
138
|
|
|
116
139
|
#### Defined in
|
|
117
140
|
|
|
118
|
-
[src/configurator/embedding/types.ts:25](https://gitlab.com/roomle/web/roomle-ui/-/blob/
|
|
141
|
+
[src/configurator/embedding/types.ts:25](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L25)
|
|
119
142
|
|
|
120
143
|
___
|
|
121
144
|
|
|
@@ -125,7 +148,7 @@ ___
|
|
|
125
148
|
|
|
126
149
|
#### Defined in
|
|
127
150
|
|
|
128
|
-
[src/configurator/embedding/types.ts:14](https://gitlab.com/roomle/web/roomle-ui/-/blob/
|
|
151
|
+
[src/configurator/embedding/types.ts:14](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L14)
|
|
129
152
|
|
|
130
153
|
___
|
|
131
154
|
|
|
@@ -135,7 +158,7 @@ ___
|
|
|
135
158
|
|
|
136
159
|
#### Defined in
|
|
137
160
|
|
|
138
|
-
[src/configurator/embedding/types.ts:17](https://gitlab.com/roomle/web/roomle-ui/-/blob/
|
|
161
|
+
[src/configurator/embedding/types.ts:17](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L17)
|
|
139
162
|
|
|
140
163
|
___
|
|
141
164
|
|
|
@@ -145,7 +168,7 @@ ___
|
|
|
145
168
|
|
|
146
169
|
#### Defined in
|
|
147
170
|
|
|
148
|
-
[src/configurator/embedding/types.ts:16](https://gitlab.com/roomle/web/roomle-ui/-/blob/
|
|
171
|
+
[src/configurator/embedding/types.ts:16](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L16)
|
|
149
172
|
|
|
150
173
|
___
|
|
151
174
|
|
|
@@ -155,7 +178,7 @@ ___
|
|
|
155
178
|
|
|
156
179
|
#### Defined in
|
|
157
180
|
|
|
158
|
-
[src/configurator/embedding/types.ts:13](https://gitlab.com/roomle/web/roomle-ui/-/blob/
|
|
181
|
+
[src/configurator/embedding/types.ts:13](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L13)
|
|
159
182
|
|
|
160
183
|
___
|
|
161
184
|
|
|
@@ -165,7 +188,7 @@ ___
|
|
|
165
188
|
|
|
166
189
|
#### Defined in
|
|
167
190
|
|
|
168
|
-
[src/configurator/embedding/types.ts:22](https://gitlab.com/roomle/web/roomle-ui/-/blob/
|
|
191
|
+
[src/configurator/embedding/types.ts:22](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L22)
|
|
169
192
|
|
|
170
193
|
___
|
|
171
194
|
|
|
@@ -175,7 +198,7 @@ ___
|
|
|
175
198
|
|
|
176
199
|
#### Defined in
|
|
177
200
|
|
|
178
|
-
[src/configurator/embedding/types.ts:18](https://gitlab.com/roomle/web/roomle-ui/-/blob/
|
|
201
|
+
[src/configurator/embedding/types.ts:18](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L18)
|
|
179
202
|
|
|
180
203
|
___
|
|
181
204
|
|
|
@@ -185,7 +208,7 @@ ___
|
|
|
185
208
|
|
|
186
209
|
#### Defined in
|
|
187
210
|
|
|
188
|
-
[src/configurator/embedding/types.ts:23](https://gitlab.com/roomle/web/roomle-ui/-/blob/
|
|
211
|
+
[src/configurator/embedding/types.ts:23](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L23)
|
|
189
212
|
|
|
190
213
|
___
|
|
191
214
|
|
|
@@ -195,7 +218,17 @@ ___
|
|
|
195
218
|
|
|
196
219
|
#### Defined in
|
|
197
220
|
|
|
198
|
-
[src/configurator/embedding/types.ts:19](https://gitlab.com/roomle/web/roomle-ui/-/blob/
|
|
221
|
+
[src/configurator/embedding/types.ts:19](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L19)
|
|
222
|
+
|
|
223
|
+
___
|
|
224
|
+
|
|
225
|
+
### TWO\_D\_VIEW
|
|
226
|
+
|
|
227
|
+
• **TWO\_D\_VIEW** = `"2dview"`
|
|
228
|
+
|
|
229
|
+
#### Defined in
|
|
230
|
+
|
|
231
|
+
[src/configurator/embedding/types.ts:28](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L28)
|
|
199
232
|
|
|
200
233
|
___
|
|
201
234
|
|
|
@@ -205,4 +238,4 @@ ___
|
|
|
205
238
|
|
|
206
239
|
#### Defined in
|
|
207
240
|
|
|
208
|
-
[src/configurator/embedding/types.ts:24](https://gitlab.com/roomle/web/roomle-ui/-/blob/
|
|
241
|
+
[src/configurator/embedding/types.ts:24](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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/
|
|
22
|
+
[src/configurator/embedding/exposed-callbacks.ts:14](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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/
|
|
32
|
+
[src/configurator/embedding/exposed-callbacks.ts:15](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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/
|
|
22
|
+
[src/configurator/embedding/exposed-callbacks.ts:9](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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/
|
|
32
|
+
[src/configurator/embedding/exposed-callbacks.ts:10](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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:
|
|
28
|
+
[src/configurator/embedding/roomle-configurator-api.ts:66](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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:
|
|
38
|
+
[src/configurator/embedding/roomle-configurator-api.ts:64](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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:
|
|
48
|
+
[src/configurator/embedding/roomle-configurator-api.ts:67](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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:
|
|
58
|
+
[src/configurator/embedding/roomle-configurator-api.ts:65](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/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:
|
|
50
|
+
[src/configurator/embedding/types.ts:151](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L151)
|
|
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:
|
|
78
|
+
[src/configurator/embedding/types.ts:150](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L150)
|
|
79
79
|
|
|
80
80
|
___
|
|
81
81
|
|
|
@@ -113,7 +113,7 @@ ___
|
|
|
113
113
|
|
|
114
114
|
#### Defined in
|
|
115
115
|
|
|
116
|
-
[src/configurator/embedding/types.ts:
|
|
116
|
+
[src/configurator/embedding/types.ts:154](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L154)
|
|
117
117
|
|
|
118
118
|
___
|
|
119
119
|
|
|
@@ -123,7 +123,7 @@ ___
|
|
|
123
123
|
|
|
124
124
|
#### Defined in
|
|
125
125
|
|
|
126
|
-
[src/configurator/embedding/types.ts:
|
|
126
|
+
[src/configurator/embedding/types.ts:152](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L152)
|
|
127
127
|
|
|
128
128
|
___
|
|
129
129
|
|
|
@@ -147,4 +147,4 @@ ___
|
|
|
147
147
|
|
|
148
148
|
#### Defined in
|
|
149
149
|
|
|
150
|
-
[src/configurator/embedding/types.ts:
|
|
150
|
+
[src/configurator/embedding/types.ts:153](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L153)
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
#### Defined in
|
|
24
24
|
|
|
25
|
-
[src/configurator/embedding/types.ts:
|
|
25
|
+
[src/configurator/embedding/types.ts:146](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L146)
|
|
26
26
|
|
|
27
27
|
___
|
|
28
28
|
|
|
@@ -32,7 +32,7 @@ ___
|
|
|
32
32
|
|
|
33
33
|
#### Defined in
|
|
34
34
|
|
|
35
|
-
[src/configurator/embedding/types.ts:
|
|
35
|
+
[src/configurator/embedding/types.ts:144](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L144)
|
|
36
36
|
|
|
37
37
|
___
|
|
38
38
|
|
|
@@ -42,7 +42,7 @@ ___
|
|
|
42
42
|
|
|
43
43
|
#### Defined in
|
|
44
44
|
|
|
45
|
-
[src/configurator/embedding/types.ts:
|
|
45
|
+
[src/configurator/embedding/types.ts:145](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L145)
|
|
46
46
|
|
|
47
47
|
___
|
|
48
48
|
|
|
@@ -52,7 +52,7 @@ ___
|
|
|
52
52
|
|
|
53
53
|
#### Defined in
|
|
54
54
|
|
|
55
|
-
[src/configurator/embedding/types.ts:
|
|
55
|
+
[src/configurator/embedding/types.ts:142](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L142)
|
|
56
56
|
|
|
57
57
|
___
|
|
58
58
|
|
|
@@ -62,4 +62,4 @@ ___
|
|
|
62
62
|
|
|
63
63
|
#### Defined in
|
|
64
64
|
|
|
65
|
-
[src/configurator/embedding/types.ts:
|
|
65
|
+
[src/configurator/embedding/types.ts:143](https://gitlab.com/roomle/web/roomle-ui/-/blob/ec13a00b/src/configurator/embedding/types.ts#L143)
|