@roomle/embedding-lib 4.43.0 → 4.44.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 +8 -8
- package/docs/api/classes/roomle_configurator_api.default.md +9 -9
- package/docs/api/enums/types.UI_BUTTON.md +23 -23
- 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 +18 -18
- package/docs/api/modules/roomle_configurator_api.md +3 -3
- package/docs/md/web/ui/EMBEDDING-CHANGELOG.md +9 -55
- package/package.json +2 -2
- package/types/index.d.ts +8 -4
- package/types/src/common/store/index.d.ts +1 -1
- package/types/src/configurator/components/utils/-utils/SceneOffsetResizer.d.ts +1 -1
- package/types/src/planner/store/planner-ui-state.d.ts +7 -3
- package/types/tests/helpers/data/wall-dimensions.d.ts +41 -0
- package/types/tests/integration/planner/components/ShowWallMeasurements.spec.d.ts +1 -0
- package/types/tests/integration/planner/components/utils/InteractionHeader.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://github.com/roomle-dev/roomle-ui/blob/
|
|
47
|
+
[src/configurator/embedding/exposed-analytics-callbacks.ts:9](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/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://github.com/roomle-dev/roomle-ui/blob/
|
|
49
|
+
[src/configurator/embedding/exposed-api.ts:30](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/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:127](https://github.com/roomle-dev/roomle-ui/blob/
|
|
63
|
+
[src/configurator/embedding/exposed-api.ts:127](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/exposed-api.ts#L127)
|
|
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:216](https://github.com/roomle-dev/roomle-ui/blob/
|
|
79
|
+
[src/configurator/embedding/exposed-api.ts:216](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/exposed-api.ts#L216)
|
|
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:231](https://github.com/roomle-dev/roomle-ui/blob/
|
|
104
|
+
[src/configurator/embedding/exposed-api.ts:231](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/exposed-api.ts#L231)
|
|
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:147](https://github.com/roomle-dev/roomle-ui/blob/
|
|
128
|
+
[src/configurator/embedding/exposed-api.ts:147](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/exposed-api.ts#L147)
|
|
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:135](https://github.com/roomle-dev/roomle-ui/blob/
|
|
150
|
+
[src/configurator/embedding/exposed-api.ts:135](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/exposed-api.ts#L135)
|
|
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:184](https://github.com/roomle-dev/roomle-ui/blob/
|
|
170
|
+
[src/configurator/embedding/exposed-api.ts:184](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/exposed-api.ts#L184)
|
|
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:161](https://github.com/roomle-dev/roomle-ui/blob/
|
|
194
|
+
[src/configurator/embedding/exposed-api.ts:161](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/exposed-api.ts#L161)
|
|
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:173](https://github.com/roomle-dev/roomle-ui/blob/
|
|
215
|
+
[src/configurator/embedding/exposed-api.ts:173](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/exposed-api.ts#L173)
|
|
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:209](https://github.com/roomle-dev/roomle-ui/blob/
|
|
235
|
+
[src/configurator/embedding/exposed-api.ts:209](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/exposed-api.ts#L209)
|
|
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:198](https://github.com/roomle-dev/roomle-ui/blob/
|
|
255
|
+
[src/configurator/embedding/exposed-api.ts:198](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/exposed-api.ts#L198)
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
#### Defined in
|
|
41
41
|
|
|
42
|
-
[src/configurator/embedding/exposed-callbacks.ts:40](https://github.com/roomle-dev/roomle-ui/blob/
|
|
42
|
+
[src/configurator/embedding/exposed-callbacks.ts:40](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/exposed-callbacks.ts#L40)
|
|
43
43
|
|
|
44
44
|
___
|
|
45
45
|
|
|
@@ -63,7 +63,7 @@ overrideEventBehaviour true if the event has been consumed and it should not tri
|
|
|
63
63
|
|
|
64
64
|
#### Defined in
|
|
65
65
|
|
|
66
|
-
[src/configurator/embedding/exposed-callbacks.ts:47](https://github.com/roomle-dev/roomle-ui/blob/
|
|
66
|
+
[src/configurator/embedding/exposed-callbacks.ts:47](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/exposed-callbacks.ts#L47)
|
|
67
67
|
|
|
68
68
|
___
|
|
69
69
|
|
|
@@ -86,7 +86,7 @@ fullList fullList (needed for price calculation) of the current configuration
|
|
|
86
86
|
|
|
87
87
|
#### Defined in
|
|
88
88
|
|
|
89
|
-
[src/configurator/embedding/exposed-callbacks.ts:34](https://github.com/roomle-dev/roomle-ui/blob/
|
|
89
|
+
[src/configurator/embedding/exposed-callbacks.ts:34](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/exposed-callbacks.ts#L34)
|
|
90
90
|
|
|
91
91
|
___
|
|
92
92
|
|
|
@@ -109,7 +109,7 @@ Only the move of plan object does NOT trigger this function
|
|
|
109
109
|
|
|
110
110
|
#### Defined in
|
|
111
111
|
|
|
112
|
-
[src/configurator/embedding/exposed-callbacks.ts:56](https://github.com/roomle-dev/roomle-ui/blob/
|
|
112
|
+
[src/configurator/embedding/exposed-callbacks.ts:56](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/exposed-callbacks.ts#L56)
|
|
113
113
|
|
|
114
114
|
___
|
|
115
115
|
|
|
@@ -131,7 +131,7 @@ ___
|
|
|
131
131
|
|
|
132
132
|
#### Defined in
|
|
133
133
|
|
|
134
|
-
[src/configurator/embedding/exposed-callbacks.ts:49](https://github.com/roomle-dev/roomle-ui/blob/
|
|
134
|
+
[src/configurator/embedding/exposed-callbacks.ts:49](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/exposed-callbacks.ts#L49)
|
|
135
135
|
|
|
136
136
|
___
|
|
137
137
|
|
|
@@ -158,7 +158,7 @@ Returns all necessary params when 'Request Product'/'Checkout' button has presse
|
|
|
158
158
|
|
|
159
159
|
#### Defined in
|
|
160
160
|
|
|
161
|
-
[src/configurator/embedding/exposed-callbacks.ts:28](https://github.com/roomle-dev/roomle-ui/blob/
|
|
161
|
+
[src/configurator/embedding/exposed-callbacks.ts:28](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/exposed-callbacks.ts#L28)
|
|
162
162
|
|
|
163
163
|
___
|
|
164
164
|
|
|
@@ -178,7 +178,7 @@ ___
|
|
|
178
178
|
|
|
179
179
|
#### Defined in
|
|
180
180
|
|
|
181
|
-
[src/configurator/embedding/exposed-callbacks.ts:36](https://github.com/roomle-dev/roomle-ui/blob/
|
|
181
|
+
[src/configurator/embedding/exposed-callbacks.ts:36](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/exposed-callbacks.ts#L36)
|
|
182
182
|
|
|
183
183
|
___
|
|
184
184
|
|
|
@@ -192,4 +192,4 @@ ___
|
|
|
192
192
|
|
|
193
193
|
#### Defined in
|
|
194
194
|
|
|
195
|
-
[src/configurator/embedding/exposed-callbacks.ts:38](https://github.com/roomle-dev/roomle-ui/blob/
|
|
195
|
+
[src/configurator/embedding/exposed-callbacks.ts:38](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/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://github.com/roomle-dev/roomle-ui/blob/
|
|
53
|
+
[src/configurator/embedding/roomle-configurator-api.ts:141](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/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://github.com/roomle-dev/roomle-ui/blob/
|
|
67
|
+
[src/configurator/embedding/roomle-configurator-api.ts:137](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/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://github.com/roomle-dev/roomle-ui/blob/
|
|
87
|
+
[src/configurator/embedding/roomle-configurator-api.ts:145](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/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://github.com/roomle-dev/roomle-ui/blob/
|
|
101
|
+
[src/configurator/embedding/roomle-configurator-api.ts:133](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/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://github.com/roomle-dev/roomle-ui/blob/
|
|
115
|
+
[src/configurator/embedding/roomle-configurator-api.ts:207](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/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://github.com/roomle-dev/roomle-ui/blob/
|
|
141
|
+
[src/configurator/embedding/roomle-configurator-api.ts:97](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/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://github.com/roomle-dev/roomle-ui/blob/
|
|
165
|
+
[src/configurator/embedding/roomle-configurator-api.ts:86](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/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://github.com/roomle-dev/roomle-ui/blob/
|
|
187
|
+
[src/configurator/embedding/roomle-configurator-api.ts:76](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/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://github.com/roomle-dev/roomle-ui/blob/
|
|
211
|
+
[src/configurator/embedding/roomle-configurator-api.ts:107](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/roomle-configurator-api.ts#L107)
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
|
|
41
41
|
#### Defined in
|
|
42
42
|
|
|
43
|
-
[src/configurator/embedding/types.ts:12](https://github.com/roomle-dev/roomle-ui/blob/
|
|
43
|
+
[src/configurator/embedding/types.ts:12](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L12)
|
|
44
44
|
|
|
45
45
|
___
|
|
46
46
|
|
|
@@ -50,7 +50,7 @@ ___
|
|
|
50
50
|
|
|
51
51
|
#### Defined in
|
|
52
52
|
|
|
53
|
-
[src/configurator/embedding/types.ts:26](https://github.com/roomle-dev/roomle-ui/blob/
|
|
53
|
+
[src/configurator/embedding/types.ts:26](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L26)
|
|
54
54
|
|
|
55
55
|
___
|
|
56
56
|
|
|
@@ -60,7 +60,7 @@ ___
|
|
|
60
60
|
|
|
61
61
|
#### Defined in
|
|
62
62
|
|
|
63
|
-
[src/configurator/embedding/types.ts:5](https://github.com/roomle-dev/roomle-ui/blob/
|
|
63
|
+
[src/configurator/embedding/types.ts:5](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L5)
|
|
64
64
|
|
|
65
65
|
___
|
|
66
66
|
|
|
@@ -70,7 +70,7 @@ ___
|
|
|
70
70
|
|
|
71
71
|
#### Defined in
|
|
72
72
|
|
|
73
|
-
[src/configurator/embedding/types.ts:8](https://github.com/roomle-dev/roomle-ui/blob/
|
|
73
|
+
[src/configurator/embedding/types.ts:8](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L8)
|
|
74
74
|
|
|
75
75
|
___
|
|
76
76
|
|
|
@@ -80,7 +80,7 @@ ___
|
|
|
80
80
|
|
|
81
81
|
#### Defined in
|
|
82
82
|
|
|
83
|
-
[src/configurator/embedding/types.ts:18](https://github.com/roomle-dev/roomle-ui/blob/
|
|
83
|
+
[src/configurator/embedding/types.ts:18](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L18)
|
|
84
84
|
|
|
85
85
|
___
|
|
86
86
|
|
|
@@ -90,7 +90,7 @@ ___
|
|
|
90
90
|
|
|
91
91
|
#### Defined in
|
|
92
92
|
|
|
93
|
-
[src/configurator/embedding/types.ts:9](https://github.com/roomle-dev/roomle-ui/blob/
|
|
93
|
+
[src/configurator/embedding/types.ts:9](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L9)
|
|
94
94
|
|
|
95
95
|
___
|
|
96
96
|
|
|
@@ -100,7 +100,7 @@ ___
|
|
|
100
100
|
|
|
101
101
|
#### Defined in
|
|
102
102
|
|
|
103
|
-
[src/configurator/embedding/types.ts:7](https://github.com/roomle-dev/roomle-ui/blob/
|
|
103
|
+
[src/configurator/embedding/types.ts:7](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L7)
|
|
104
104
|
|
|
105
105
|
___
|
|
106
106
|
|
|
@@ -110,7 +110,7 @@ ___
|
|
|
110
110
|
|
|
111
111
|
#### Defined in
|
|
112
112
|
|
|
113
|
-
[src/configurator/embedding/types.ts:6](https://github.com/roomle-dev/roomle-ui/blob/
|
|
113
|
+
[src/configurator/embedding/types.ts:6](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L6)
|
|
114
114
|
|
|
115
115
|
___
|
|
116
116
|
|
|
@@ -120,7 +120,7 @@ ___
|
|
|
120
120
|
|
|
121
121
|
#### Defined in
|
|
122
122
|
|
|
123
|
-
[src/configurator/embedding/types.ts:23](https://github.com/roomle-dev/roomle-ui/blob/
|
|
123
|
+
[src/configurator/embedding/types.ts:23](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L23)
|
|
124
124
|
|
|
125
125
|
___
|
|
126
126
|
|
|
@@ -130,7 +130,7 @@ ___
|
|
|
130
130
|
|
|
131
131
|
#### Defined in
|
|
132
132
|
|
|
133
|
-
[src/configurator/embedding/types.ts:17](https://github.com/roomle-dev/roomle-ui/blob/
|
|
133
|
+
[src/configurator/embedding/types.ts:17](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L17)
|
|
134
134
|
|
|
135
135
|
___
|
|
136
136
|
|
|
@@ -140,7 +140,7 @@ ___
|
|
|
140
140
|
|
|
141
141
|
#### Defined in
|
|
142
142
|
|
|
143
|
-
[src/configurator/embedding/types.ts:24](https://github.com/roomle-dev/roomle-ui/blob/
|
|
143
|
+
[src/configurator/embedding/types.ts:24](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L24)
|
|
144
144
|
|
|
145
145
|
___
|
|
146
146
|
|
|
@@ -150,7 +150,7 @@ ___
|
|
|
150
150
|
|
|
151
151
|
#### Defined in
|
|
152
152
|
|
|
153
|
-
[src/configurator/embedding/types.ts:22](https://github.com/roomle-dev/roomle-ui/blob/
|
|
153
|
+
[src/configurator/embedding/types.ts:22](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L22)
|
|
154
154
|
|
|
155
155
|
___
|
|
156
156
|
|
|
@@ -160,7 +160,7 @@ ___
|
|
|
160
160
|
|
|
161
161
|
#### Defined in
|
|
162
162
|
|
|
163
|
-
[src/configurator/embedding/types.ts:11](https://github.com/roomle-dev/roomle-ui/blob/
|
|
163
|
+
[src/configurator/embedding/types.ts:11](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L11)
|
|
164
164
|
|
|
165
165
|
___
|
|
166
166
|
|
|
@@ -170,7 +170,7 @@ ___
|
|
|
170
170
|
|
|
171
171
|
#### Defined in
|
|
172
172
|
|
|
173
|
-
[src/configurator/embedding/types.ts:14](https://github.com/roomle-dev/roomle-ui/blob/
|
|
173
|
+
[src/configurator/embedding/types.ts:14](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L14)
|
|
174
174
|
|
|
175
175
|
___
|
|
176
176
|
|
|
@@ -180,7 +180,7 @@ ___
|
|
|
180
180
|
|
|
181
181
|
#### Defined in
|
|
182
182
|
|
|
183
|
-
[src/configurator/embedding/types.ts:13](https://github.com/roomle-dev/roomle-ui/blob/
|
|
183
|
+
[src/configurator/embedding/types.ts:13](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L13)
|
|
184
184
|
|
|
185
185
|
___
|
|
186
186
|
|
|
@@ -190,7 +190,7 @@ ___
|
|
|
190
190
|
|
|
191
191
|
#### Defined in
|
|
192
192
|
|
|
193
|
-
[src/configurator/embedding/types.ts:10](https://github.com/roomle-dev/roomle-ui/blob/
|
|
193
|
+
[src/configurator/embedding/types.ts:10](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L10)
|
|
194
194
|
|
|
195
195
|
___
|
|
196
196
|
|
|
@@ -200,7 +200,7 @@ ___
|
|
|
200
200
|
|
|
201
201
|
#### Defined in
|
|
202
202
|
|
|
203
|
-
[src/configurator/embedding/types.ts:19](https://github.com/roomle-dev/roomle-ui/blob/
|
|
203
|
+
[src/configurator/embedding/types.ts:19](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L19)
|
|
204
204
|
|
|
205
205
|
___
|
|
206
206
|
|
|
@@ -210,7 +210,7 @@ ___
|
|
|
210
210
|
|
|
211
211
|
#### Defined in
|
|
212
212
|
|
|
213
|
-
[src/configurator/embedding/types.ts:15](https://github.com/roomle-dev/roomle-ui/blob/
|
|
213
|
+
[src/configurator/embedding/types.ts:15](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L15)
|
|
214
214
|
|
|
215
215
|
___
|
|
216
216
|
|
|
@@ -220,7 +220,7 @@ ___
|
|
|
220
220
|
|
|
221
221
|
#### Defined in
|
|
222
222
|
|
|
223
|
-
[src/configurator/embedding/types.ts:20](https://github.com/roomle-dev/roomle-ui/blob/
|
|
223
|
+
[src/configurator/embedding/types.ts:20](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L20)
|
|
224
224
|
|
|
225
225
|
___
|
|
226
226
|
|
|
@@ -230,7 +230,7 @@ ___
|
|
|
230
230
|
|
|
231
231
|
#### Defined in
|
|
232
232
|
|
|
233
|
-
[src/configurator/embedding/types.ts:16](https://github.com/roomle-dev/roomle-ui/blob/
|
|
233
|
+
[src/configurator/embedding/types.ts:16](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L16)
|
|
234
234
|
|
|
235
235
|
___
|
|
236
236
|
|
|
@@ -240,7 +240,7 @@ ___
|
|
|
240
240
|
|
|
241
241
|
#### Defined in
|
|
242
242
|
|
|
243
|
-
[src/configurator/embedding/types.ts:27](https://github.com/roomle-dev/roomle-ui/blob/
|
|
243
|
+
[src/configurator/embedding/types.ts:27](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L27)
|
|
244
244
|
|
|
245
245
|
___
|
|
246
246
|
|
|
@@ -250,7 +250,7 @@ ___
|
|
|
250
250
|
|
|
251
251
|
#### Defined in
|
|
252
252
|
|
|
253
|
-
[src/configurator/embedding/types.ts:25](https://github.com/roomle-dev/roomle-ui/blob/
|
|
253
|
+
[src/configurator/embedding/types.ts:25](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L25)
|
|
254
254
|
|
|
255
255
|
___
|
|
256
256
|
|
|
@@ -260,4 +260,4 @@ ___
|
|
|
260
260
|
|
|
261
261
|
#### Defined in
|
|
262
262
|
|
|
263
|
-
[src/configurator/embedding/types.ts:21](https://github.com/roomle-dev/roomle-ui/blob/
|
|
263
|
+
[src/configurator/embedding/types.ts:21](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/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://github.com/roomle-dev/roomle-ui/blob/
|
|
22
|
+
[src/configurator/embedding/exposed-callbacks.ts:14](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/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://github.com/roomle-dev/roomle-ui/blob/
|
|
32
|
+
[src/configurator/embedding/exposed-callbacks.ts:15](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/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://github.com/roomle-dev/roomle-ui/blob/
|
|
22
|
+
[src/configurator/embedding/exposed-callbacks.ts:9](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/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://github.com/roomle-dev/roomle-ui/blob/
|
|
32
|
+
[src/configurator/embedding/exposed-callbacks.ts:10](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/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://github.com/roomle-dev/roomle-ui/blob/
|
|
28
|
+
[src/configurator/embedding/roomle-configurator-api.ts:66](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/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://github.com/roomle-dev/roomle-ui/blob/
|
|
38
|
+
[src/configurator/embedding/roomle-configurator-api.ts:64](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/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://github.com/roomle-dev/roomle-ui/blob/
|
|
48
|
+
[src/configurator/embedding/roomle-configurator-api.ts:67](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/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://github.com/roomle-dev/roomle-ui/blob/
|
|
58
|
+
[src/configurator/embedding/roomle-configurator-api.ts:65](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/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:162](https://github.com/roomle-dev/roomle-ui/blob/
|
|
50
|
+
[src/configurator/embedding/types.ts:162](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L162)
|
|
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:161](https://github.com/roomle-dev/roomle-ui/blob/
|
|
78
|
+
[src/configurator/embedding/types.ts:161](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L161)
|
|
79
79
|
|
|
80
80
|
___
|
|
81
81
|
|
|
@@ -113,7 +113,7 @@ ___
|
|
|
113
113
|
|
|
114
114
|
#### Defined in
|
|
115
115
|
|
|
116
|
-
[src/configurator/embedding/types.ts:165](https://github.com/roomle-dev/roomle-ui/blob/
|
|
116
|
+
[src/configurator/embedding/types.ts:165](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L165)
|
|
117
117
|
|
|
118
118
|
___
|
|
119
119
|
|
|
@@ -123,7 +123,7 @@ ___
|
|
|
123
123
|
|
|
124
124
|
#### Defined in
|
|
125
125
|
|
|
126
|
-
[src/configurator/embedding/types.ts:163](https://github.com/roomle-dev/roomle-ui/blob/
|
|
126
|
+
[src/configurator/embedding/types.ts:163](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L163)
|
|
127
127
|
|
|
128
128
|
___
|
|
129
129
|
|
|
@@ -147,4 +147,4 @@ ___
|
|
|
147
147
|
|
|
148
148
|
#### Defined in
|
|
149
149
|
|
|
150
|
-
[src/configurator/embedding/types.ts:164](https://github.com/roomle-dev/roomle-ui/blob/
|
|
150
|
+
[src/configurator/embedding/types.ts:164](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L164)
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
#### Defined in
|
|
24
24
|
|
|
25
|
-
[src/configurator/embedding/types.ts:157](https://github.com/roomle-dev/roomle-ui/blob/
|
|
25
|
+
[src/configurator/embedding/types.ts:157](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L157)
|
|
26
26
|
|
|
27
27
|
___
|
|
28
28
|
|
|
@@ -32,7 +32,7 @@ ___
|
|
|
32
32
|
|
|
33
33
|
#### Defined in
|
|
34
34
|
|
|
35
|
-
[src/configurator/embedding/types.ts:155](https://github.com/roomle-dev/roomle-ui/blob/
|
|
35
|
+
[src/configurator/embedding/types.ts:155](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L155)
|
|
36
36
|
|
|
37
37
|
___
|
|
38
38
|
|
|
@@ -42,7 +42,7 @@ ___
|
|
|
42
42
|
|
|
43
43
|
#### Defined in
|
|
44
44
|
|
|
45
|
-
[src/configurator/embedding/types.ts:156](https://github.com/roomle-dev/roomle-ui/blob/
|
|
45
|
+
[src/configurator/embedding/types.ts:156](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L156)
|
|
46
46
|
|
|
47
47
|
___
|
|
48
48
|
|
|
@@ -52,7 +52,7 @@ ___
|
|
|
52
52
|
|
|
53
53
|
#### Defined in
|
|
54
54
|
|
|
55
|
-
[src/configurator/embedding/types.ts:153](https://github.com/roomle-dev/roomle-ui/blob/
|
|
55
|
+
[src/configurator/embedding/types.ts:153](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L153)
|
|
56
56
|
|
|
57
57
|
___
|
|
58
58
|
|
|
@@ -62,4 +62,4 @@ ___
|
|
|
62
62
|
|
|
63
63
|
#### Defined in
|
|
64
64
|
|
|
65
|
-
[src/configurator/embedding/types.ts:154](https://github.com/roomle-dev/roomle-ui/blob/
|
|
65
|
+
[src/configurator/embedding/types.ts:154](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L154)
|
|
@@ -129,7 +129,7 @@ to view 3d content. Imagine it then as a <img> tag for 3d content
|
|
|
129
129
|
|
|
130
130
|
#### Defined in
|
|
131
131
|
|
|
132
|
-
[src/configurator/embedding/types.ts:92](https://github.com/roomle-dev/roomle-ui/blob/
|
|
132
|
+
[src/configurator/embedding/types.ts:92](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L92)
|
|
133
133
|
|
|
134
134
|
___
|
|
135
135
|
|
|
@@ -146,7 +146,7 @@ InitDataDefinition.applyCurrentGlobalParameters
|
|
|
146
146
|
|
|
147
147
|
#### Defined in
|
|
148
148
|
|
|
149
|
-
[src/configurator/embedding/types.ts:139](https://github.com/roomle-dev/roomle-ui/blob/
|
|
149
|
+
[src/configurator/embedding/types.ts:139](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L139)
|
|
150
150
|
|
|
151
151
|
___
|
|
152
152
|
|
|
@@ -217,7 +217,7 @@ ___
|
|
|
217
217
|
|
|
218
218
|
#### Defined in
|
|
219
219
|
|
|
220
|
-
[src/configurator/embedding/types.ts:40](https://github.com/roomle-dev/roomle-ui/blob/
|
|
220
|
+
[src/configurator/embedding/types.ts:40](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L40)
|
|
221
221
|
|
|
222
222
|
___
|
|
223
223
|
|
|
@@ -348,7 +348,7 @@ usage: http://www.example.com/configurator?id=#CONFIGURATIONID#
|
|
|
348
348
|
|
|
349
349
|
#### Defined in
|
|
350
350
|
|
|
351
|
-
[src/configurator/embedding/types.ts:79](https://github.com/roomle-dev/roomle-ui/blob/
|
|
351
|
+
[src/configurator/embedding/types.ts:79](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L79)
|
|
352
352
|
|
|
353
353
|
___
|
|
354
354
|
|
|
@@ -413,7 +413,7 @@ an e-mail
|
|
|
413
413
|
|
|
414
414
|
#### Defined in
|
|
415
415
|
|
|
416
|
-
[src/configurator/embedding/types.ts:97](https://github.com/roomle-dev/roomle-ui/blob/
|
|
416
|
+
[src/configurator/embedding/types.ts:97](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L97)
|
|
417
417
|
|
|
418
418
|
___
|
|
419
419
|
|
|
@@ -427,7 +427,7 @@ so that we can ensure a smooth transition between different versions of our conf
|
|
|
427
427
|
|
|
428
428
|
#### Defined in
|
|
429
429
|
|
|
430
|
-
[src/configurator/embedding/types.ts:113](https://github.com/roomle-dev/roomle-ui/blob/
|
|
430
|
+
[src/configurator/embedding/types.ts:113](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L113)
|
|
431
431
|
|
|
432
432
|
___
|
|
433
433
|
|
|
@@ -455,7 +455,7 @@ set this flag to false if the user did not give the consent to Analytics
|
|
|
455
455
|
|
|
456
456
|
#### Defined in
|
|
457
457
|
|
|
458
|
-
[src/configurator/embedding/types.ts:117](https://github.com/roomle-dev/roomle-ui/blob/
|
|
458
|
+
[src/configurator/embedding/types.ts:117](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L117)
|
|
459
459
|
|
|
460
460
|
___
|
|
461
461
|
|
|
@@ -467,7 +467,7 @@ set this flag to true if you want to group the part list by main components
|
|
|
467
467
|
|
|
468
468
|
#### Defined in
|
|
469
469
|
|
|
470
|
-
[src/configurator/embedding/types.ts:107](https://github.com/roomle-dev/roomle-ui/blob/
|
|
470
|
+
[src/configurator/embedding/types.ts:107](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L107)
|
|
471
471
|
|
|
472
472
|
___
|
|
473
473
|
|
|
@@ -499,7 +499,7 @@ default: true
|
|
|
499
499
|
|
|
500
500
|
#### Defined in
|
|
501
501
|
|
|
502
|
-
[src/configurator/embedding/types.ts:149](https://github.com/roomle-dev/roomle-ui/blob/
|
|
502
|
+
[src/configurator/embedding/types.ts:149](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L149)
|
|
503
503
|
|
|
504
504
|
___
|
|
505
505
|
|
|
@@ -577,7 +577,7 @@ default: false
|
|
|
577
577
|
|
|
578
578
|
#### Defined in
|
|
579
579
|
|
|
580
|
-
[src/configurator/embedding/types.ts:144](https://github.com/roomle-dev/roomle-ui/blob/
|
|
580
|
+
[src/configurator/embedding/types.ts:144](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L144)
|
|
581
581
|
|
|
582
582
|
___
|
|
583
583
|
|
|
@@ -680,7 +680,7 @@ small div
|
|
|
680
680
|
|
|
681
681
|
#### Defined in
|
|
682
682
|
|
|
683
|
-
[src/configurator/embedding/types.ts:103](https://github.com/roomle-dev/roomle-ui/blob/
|
|
683
|
+
[src/configurator/embedding/types.ts:103](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L103)
|
|
684
684
|
|
|
685
685
|
___
|
|
686
686
|
|
|
@@ -801,7 +801,7 @@ ___
|
|
|
801
801
|
|
|
802
802
|
#### Defined in
|
|
803
803
|
|
|
804
|
-
[src/configurator/embedding/types.ts:65](https://github.com/roomle-dev/roomle-ui/blob/
|
|
804
|
+
[src/configurator/embedding/types.ts:65](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L65)
|
|
805
805
|
|
|
806
806
|
___
|
|
807
807
|
|
|
@@ -916,7 +916,7 @@ for details see deeplink, the only change is that the placeholder is <CONF_ID> h
|
|
|
916
916
|
|
|
917
917
|
#### Defined in
|
|
918
918
|
|
|
919
|
-
[src/configurator/embedding/types.ts:70](https://github.com/roomle-dev/roomle-ui/blob/
|
|
919
|
+
[src/configurator/embedding/types.ts:70](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L70)
|
|
920
920
|
|
|
921
921
|
___
|
|
922
922
|
|
|
@@ -978,7 +978,7 @@ ___
|
|
|
978
978
|
|
|
979
979
|
#### Defined in
|
|
980
980
|
|
|
981
|
-
[src/configurator/embedding/types.ts:62](https://github.com/roomle-dev/roomle-ui/blob/
|
|
981
|
+
[src/configurator/embedding/types.ts:62](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L62)
|
|
982
982
|
|
|
983
983
|
___
|
|
984
984
|
|
|
@@ -1036,7 +1036,7 @@ You can find all labels here: [Base.json](../../../ui/base.json)
|
|
|
1036
1036
|
|
|
1037
1037
|
#### Defined in
|
|
1038
1038
|
|
|
1039
|
-
[src/configurator/embedding/types.ts:134](https://github.com/roomle-dev/roomle-ui/blob/
|
|
1039
|
+
[src/configurator/embedding/types.ts:134](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L134)
|
|
1040
1040
|
|
|
1041
1041
|
___
|
|
1042
1042
|
|
|
@@ -1117,7 +1117,7 @@ ___
|
|
|
1117
1117
|
|
|
1118
1118
|
#### Defined in
|
|
1119
1119
|
|
|
1120
|
-
[src/configurator/embedding/types.ts:64](https://github.com/roomle-dev/roomle-ui/blob/
|
|
1120
|
+
[src/configurator/embedding/types.ts:64](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L64)
|
|
1121
1121
|
|
|
1122
1122
|
___
|
|
1123
1123
|
|
|
@@ -1168,7 +1168,7 @@ usm:frame is loaded all the items from the tag "DB_Start_ohne_Element" are now s
|
|
|
1168
1168
|
|
|
1169
1169
|
#### Defined in
|
|
1170
1170
|
|
|
1171
|
-
[src/configurator/embedding/types.ts:86](https://github.com/roomle-dev/roomle-ui/blob/
|
|
1171
|
+
[src/configurator/embedding/types.ts:86](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L86)
|
|
1172
1172
|
|
|
1173
1173
|
___
|
|
1174
1174
|
|
|
@@ -1178,7 +1178,7 @@ ___
|
|
|
1178
1178
|
|
|
1179
1179
|
#### Defined in
|
|
1180
1180
|
|
|
1181
|
-
[src/configurator/embedding/types.ts:63](https://github.com/roomle-dev/roomle-ui/blob/
|
|
1181
|
+
[src/configurator/embedding/types.ts:63](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/types.ts#L63)
|
|
1182
1182
|
|
|
1183
1183
|
___
|
|
1184
1184
|
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
#### Defined in
|
|
28
28
|
|
|
29
|
-
[src/configurator/embedding/roomle-configurator-api.ts:70](https://github.com/roomle-dev/roomle-ui/blob/
|
|
29
|
+
[src/configurator/embedding/roomle-configurator-api.ts:70](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/roomle-configurator-api.ts#L70)
|
|
30
30
|
|
|
31
31
|
___
|
|
32
32
|
|
|
@@ -36,7 +36,7 @@ ___
|
|
|
36
36
|
|
|
37
37
|
#### Defined in
|
|
38
38
|
|
|
39
|
-
[src/configurator/embedding/roomle-configurator-api.ts:72](https://github.com/roomle-dev/roomle-ui/blob/
|
|
39
|
+
[src/configurator/embedding/roomle-configurator-api.ts:72](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/roomle-configurator-api.ts#L72)
|
|
40
40
|
|
|
41
41
|
___
|
|
42
42
|
|
|
@@ -46,4 +46,4 @@ ___
|
|
|
46
46
|
|
|
47
47
|
#### Defined in
|
|
48
48
|
|
|
49
|
-
[src/configurator/embedding/roomle-configurator-api.ts:71](https://github.com/roomle-dev/roomle-ui/blob/
|
|
49
|
+
[src/configurator/embedding/roomle-configurator-api.ts:71](https://github.com/roomle-dev/roomle-ui/blob/8222e2cc/src/configurator/embedding/roomle-configurator-api.ts#L71)
|
|
@@ -1,63 +1,17 @@
|
|
|
1
|
-
## [4.
|
|
1
|
+
## [4.44.0](https://github.com/roomle-dev/roomle-ui/compare/embedding-v4.43.0...embedding-v4.44.0) (2022-10-25)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* add
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* add room parameters on mobile ([e8b14ed](https://github.com/roomle-dev/roomle-ui/commit/e8b14edae98824a5b6b65c8cc9db427c60562f65))
|
|
12
|
-
* add switch button for sidebar ([67c155e](https://github.com/roomle-dev/roomle-ui/commit/67c155ecff77029fa4f44903c427253a4ab2befd))
|
|
13
|
-
* add unit formatter for displaying cm and inch correctly ([5a0e020](https://github.com/roomle-dev/roomle-ui/commit/5a0e02087b7aab57b121d233ed64af0fc49e45e3))
|
|
14
|
-
* cancel drawing on click Escape button ([0c7bd6b](https://github.com/roomle-dev/roomle-ui/commit/0c7bd6baf6ea96bc80e7693ad073e25f1b9ea126))
|
|
15
|
-
* change draw section design on desktop ([97c6e3f](https://github.com/roomle-dev/roomle-ui/commit/97c6e3f7c4986640ffdfd5d16631a1570d762216))
|
|
16
|
-
* Enable drawing mode when in room mode and 2d ([3ad533a](https://github.com/roomle-dev/roomle-ui/commit/3ad533a93638b81a690ae03962e2c6ed0e5d8b54))
|
|
17
|
-
* enable wall drawing in MOC ([26afd29](https://github.com/roomle-dev/roomle-ui/commit/26afd29a930838bf5ae9083906c6a3f8ce7765e1))
|
|
18
|
-
* enable wall drawing on mobile RML-5095 ([7ed0e52](https://github.com/roomle-dev/roomle-ui/commit/7ed0e52fc04d20bc286f28bd9ad12c28213a4f9f))
|
|
19
|
-
* refactor rangparameter to generic component and add component for general room range parameters ([988f840](https://github.com/roomle-dev/roomle-ui/commit/988f840befe51648f174c749686c7770aa491615))
|
|
20
|
-
* tell SDK to ignore certain UI elements ([be1a4d4](https://github.com/roomle-dev/roomle-ui/commit/be1a4d4adbdc91f0a47e19acc6f01f9d74521d23))
|
|
21
|
-
* unify the interaction headers in MOC ([6ffea9a](https://github.com/roomle-dev/roomle-ui/commit/6ffea9a6e995419d96239ef86c58bc2194fb000a))
|
|
22
|
-
* **SDK:** upgrade SDK to version 2.40.0 ([beaeafa](https://github.com/roomle-dev/roomle-ui/commit/beaeafae237caeb272f7da72b35b44f838ae2538))
|
|
23
|
-
* **SDK:** upgrade to version 2.39.0 ([e13eba3](https://github.com/roomle-dev/roomle-ui/commit/e13eba3c87068bccd6aca69bad6e0d0c8e7163a6))
|
|
24
|
-
* **SDK:** upgrade to version 2.39.0-alpha.1 ([a1dca3e](https://github.com/roomle-dev/roomle-ui/commit/a1dca3ed1cc4f8ee4bc888a6fc1da14266d03102))
|
|
25
|
-
* **SDK:** upgrade to version 2.39.0-alpha.2 ([9d32d1b](https://github.com/roomle-dev/roomle-ui/commit/9d32d1b10c95d59a11b951a0aefc80a3e1a24634))
|
|
26
|
-
* **SDK:** upgrade to version 2.39.0-alpha.3 ([7c812cf](https://github.com/roomle-dev/roomle-ui/commit/7c812cfbec49d87af1f13ca6bde983a649850637))
|
|
27
|
-
* **SDK:** upgrade to version 2.40.0-alpha.1 ([f6be2d6](https://github.com/roomle-dev/roomle-ui/commit/f6be2d61896f2223811aa86dca112e4d0921eec5))
|
|
28
|
-
* **SDK:** upgrade to version 2.40.0-alpha.2 ([8a9a3f9](https://github.com/roomle-dev/roomle-ui/commit/8a9a3f9bc7af1b3900f8760b1ec56fe51fc1b729))
|
|
29
|
-
* **SDK:** upgrade to version 2.40.0-alpha.3 ([8833fc5](https://github.com/roomle-dev/roomle-ui/commit/8833fc519f4983409212ead36eb38a8c1a93aef1))
|
|
30
|
-
* **SDK:** upgrade to version 2.40.0-alpha.4 ([c0940c1](https://github.com/roomle-dev/roomle-ui/commit/c0940c13b40b10c3fe779c28571e5a96c67acd48))
|
|
31
|
-
* **SDK:** upgrade to version 2.40.0-alpha.5 ([579a79a](https://github.com/roomle-dev/roomle-ui/commit/579a79af6358eb13e9a3b3efd5e857a3d558ba23))
|
|
32
|
-
* **SDK:** upgrade to version 2.40.0-alpha.6 ([e1323da](https://github.com/roomle-dev/roomle-ui/commit/e1323dada1fca1a61a09e2ad79530d8f3d325a05))
|
|
33
|
-
* **SDK:** upgrade to version 2.40.0-alpha.7 ([6aa4032](https://github.com/roomle-dev/roomle-ui/commit/6aa40325dcc514b490ed6ca41206ea29f63461f4))
|
|
34
|
-
* **SDK:** upgrade to version 2.40.0-alpha.8 ([c721d2e](https://github.com/roomle-dev/roomle-ui/commit/c721d2ee71c09fa5452f36d078be4415aa6c4a4e))
|
|
6
|
+
* add second drawer level indicator ([756312a](https://github.com/roomle-dev/roomle-ui/commit/756312a62fe1b4ca1a1b0c8ffa445030827db677))
|
|
7
|
+
* remove interactions header if it is a second level drawer ([5d87fda](https://github.com/roomle-dev/roomle-ui/commit/5d87fda58d47f471a247e0c593422a103dae9c6b))
|
|
8
|
+
* **SDK:** upgrade SDK to version 2.41.0-alpha.3 ([6c9b58b](https://github.com/roomle-dev/roomle-ui/commit/6c9b58bd6578eedb51fd1cdc2b2ceaf4b51803f2))
|
|
9
|
+
* **SDK:** upgrade to SDK version 2.41.0-alpha.1 ([09efc56](https://github.com/roomle-dev/roomle-ui/commit/09efc560538b4373a9a53464228a4a4cb80886b1))
|
|
10
|
+
* **SDK:** upgrade to version 2.41.0-alpha.2 ([afdd6e4](https://github.com/roomle-dev/roomle-ui/commit/afdd6e447dcc2c3e9606bb31e7d808c661e70072))
|
|
35
11
|
|
|
36
12
|
|
|
37
13
|
### Bug Fixes
|
|
38
14
|
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
* broken icons ([0b0b937](https://github.com/roomle-dev/roomle-ui/commit/0b0b937a12f92a1a998fbf07d56513e070cc5f2e))
|
|
43
|
-
* change bottom bar label as in the designs ([5157813](https://github.com/roomle-dev/roomle-ui/commit/51578131c49095cc97429d5cc619c0a971a7d810))
|
|
44
|
-
* change incorrect german spelling ([10f6e6a](https://github.com/roomle-dev/roomle-ui/commit/10f6e6ad7311b3020e5560a99cb18e677d8f2638))
|
|
45
|
-
* change the wrong header for room sidebar ([3e94e1c](https://github.com/roomle-dev/roomle-ui/commit/3e94e1c99653c215ffb779e8d2ca8c6d62c2af55))
|
|
46
|
-
* cropped inch ([f884757](https://github.com/roomle-dev/roomle-ui/commit/f88475763e6e61e370b296f950b5bfd78114bd9d))
|
|
47
|
-
* fix design issue of action button and refactor css to component intern ([63f5555](https://github.com/roomle-dev/roomle-ui/commit/63f555518de306b77002f1f890162035dd7bbe58))
|
|
48
|
-
* handle genImageUrl exception ([4aa223a](https://github.com/roomle-dev/roomle-ui/commit/4aa223a36acef40490fbdd70b867d183c6eddcda))
|
|
49
|
-
* hide measurements when switching between configurator to planner ([3c9335b](https://github.com/roomle-dev/roomle-ui/commit/3c9335badfabdef116d79fa01bda9da3333e3355))
|
|
50
|
-
* implement correct mobile design of room icons ([f2b8f57](https://github.com/roomle-dev/roomle-ui/commit/f2b8f577029439b5c4d5064389c40dab90b955c6))
|
|
51
|
-
* incorrect function should also check if value is undefined or null ([b06386d](https://github.com/roomle-dev/roomle-ui/commit/b06386df3b714703a95599d2171c8e7888dceed5))
|
|
52
|
-
* incorrect icons ([a530d65](https://github.com/roomle-dev/roomle-ui/commit/a530d65da0393eccb01e18696ada619c5168a781))
|
|
53
|
-
* MOC partlist print ([6a9dcde](https://github.com/roomle-dev/roomle-ui/commit/6a9dcde11f1f972d63174729460aa293333ffb39))
|
|
54
|
-
* MOC: the room header not exact like the design ([639ff5e](https://github.com/roomle-dev/roomle-ui/commit/639ff5ed326e38d31899b444fb853b112c50c606))
|
|
55
|
-
* MOC(Mobile): disable 2D view toggle if we are in drawing mode ([052aa1a](https://github.com/roomle-dev/roomle-ui/commit/052aa1abcd794064a1934ec84b91ddfe76cb248f))
|
|
56
|
-
* only show icon without text as request button, only 2 lines for main label RML-5021 ([05d050a](https://github.com/roomle-dev/roomle-ui/commit/05d050a4ec31338a6b2f1afdb0896a7fc2e470b9))
|
|
57
|
-
* range slider bugs and refactor functions into room general settings component ([9e2edc4](https://github.com/roomle-dev/roomle-ui/commit/9e2edc4538f87046499bdf5a47eb58782e48db79))
|
|
58
|
-
* remove code smell and make dependency on plannerUiState.measurementUnit explicit ([d589ff7](https://github.com/roomle-dev/roomle-ui/commit/d589ff7eb88916b13f62798d984a00e8c8d54977))
|
|
59
|
-
* remove the wired callback registration from embedding example RML-4804 RML-4806 ([5ffb735](https://github.com/roomle-dev/roomle-ui/commit/5ffb735357447d355b3d616938394b9ea00436d9))
|
|
60
|
-
* should show error message if input is too great or low ([36ea24b](https://github.com/roomle-dev/roomle-ui/commit/36ea24bc5981f729c901e925322a287e25a8bc59))
|
|
61
|
-
* update wall measurements on update walls ([94acb6d](https://github.com/roomle-dev/roomle-ui/commit/94acb6d35a01dbf4f4b25b6aedf67d49bc53038d))
|
|
62
|
-
* wall general param state on undo/redo ([c75eda2](https://github.com/roomle-dev/roomle-ui/commit/c75eda22fcb4a4397829d724414667f79d6074a3))
|
|
63
|
-
* wrong name of class ([41e8a6b](https://github.com/roomle-dev/roomle-ui/commit/41e8a6b10bdac6af7962028a8e4d7f0352f75256))
|
|
15
|
+
* format length value to length with unit string in ui so it gets called on unit change ([c2ec290](https://github.com/roomle-dev/roomle-ui/commit/c2ec290cd20e847a934b0726944ceb2a0ec7897a))
|
|
16
|
+
* print should displayed in the bottom of the sidebar and second level indicator should pop sidebar view ([f16d262](https://github.com/roomle-dev/roomle-ui/commit/f16d2620845d05d941180470a4c035cb2a7a3d2e))
|
|
17
|
+
* resizing should work if mobileLandscape configuring is possible ([e448f66](https://github.com/roomle-dev/roomle-ui/commit/e448f6631d54be08619651def30e77d5f9602803))
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.44.0",
|
|
4
4
|
"main": "roomle-configurator-api.es.min.js",
|
|
5
5
|
"types": "types/index.d.ts",
|
|
6
6
|
"author": "Roomle Development",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@roomle/web-sdk": "2.
|
|
8
|
+
"@roomle/web-sdk": "2.41.0-alpha.3"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@semantic-release/changelog": "^5.0.1",
|
package/types/index.d.ts
CHANGED
|
@@ -511,6 +511,7 @@ declare module "planner/store/planner-ui-state" {
|
|
|
511
511
|
measurementUnit: MEASUREMENT_UNIT;
|
|
512
512
|
isDrawing: boolean;
|
|
513
513
|
hasWalls: boolean;
|
|
514
|
+
secondSidebarLevelActive: boolean;
|
|
514
515
|
}
|
|
515
516
|
export enum PLANNER_UI_STATE_MUTATIONS {
|
|
516
517
|
SET_SELECTION = "PLANNER_UI_STATE_setSelection",
|
|
@@ -528,18 +529,21 @@ declare module "planner/store/planner-ui-state" {
|
|
|
528
529
|
SET_TOPBAR_ACTION_DESELECTED = "SET_TOPBAR_ACTION_DESELECTED",
|
|
529
530
|
PUSH_SIDEBAR_VIEW = "PUSH_SIDEBAR_VIEW",
|
|
530
531
|
POP_SIDEBAR_VIEW = "POP_SIDEBAR_VIEW",
|
|
531
|
-
CLEAR_SIDEBAR = "CLEAR_SIDEBAR",
|
|
532
532
|
SET_LAST_WALLS = "SET_LAST_WALLS",
|
|
533
533
|
SET_MEASUREMENT_UNIT = "SET_MEASUREMENT_UNIT",
|
|
534
534
|
SET_IS_DRAWING = "SET_IS_DRAWING",
|
|
535
|
-
SET_HAS_WALLS = "SET_HAS_WALLS"
|
|
535
|
+
SET_HAS_WALLS = "SET_HAS_WALLS",
|
|
536
|
+
SET_SECOND_SIDEBAR_LEVEL_ACTIVE = "SET_SECOND_SIDEBAR_LEVEL_ACTIVE"
|
|
536
537
|
}
|
|
537
538
|
export enum PLANNER_UI_STATE_ACTIONS {
|
|
538
539
|
SELECT_VIEW_MODE = "PLANNER_UI_STATE_SELECT_VIEW_MODE",
|
|
539
540
|
SET_INTERACTIONS_EXPANDED = "PLANNER_UI_STATE_SET_INTERACTIONS_EXPANDED",
|
|
540
541
|
DESELECT_SIDEBAR_ACTION_BUTTONS = "DESELECT_SIDEBAR_ACTION_BUTTONS",
|
|
541
542
|
CLEAR_AND_CLOSE_SIDEBAR = "CLEAR_AND_CLOSE_SIDEBAR",
|
|
542
|
-
SET_SELECTION_PAYLOAD = "PLANNER_UI_STATE_setSelectionPayload"
|
|
543
|
+
SET_SELECTION_PAYLOAD = "PLANNER_UI_STATE_setSelectionPayload",
|
|
544
|
+
ADD_SIDEBAR_VIEW = "ADD_SIDEBAR_VIEW",
|
|
545
|
+
REMOVE_SIDEBAR_VIEW = "REMOVE_SIDEBAR_VIEW",
|
|
546
|
+
CLEAR_SIDEBAR = "CLEAR_SIDEBAR"
|
|
543
547
|
}
|
|
544
548
|
export enum PLANNER_UI_STATE_GETTERS {
|
|
545
549
|
CATALOG_ROOT_TAG = "PLANNER_UI_STATE_CATALOG_ROOT_TAG",
|
|
@@ -797,11 +801,11 @@ declare module "common/store/index" {
|
|
|
797
801
|
SET_TOPBAR_ACTION_DESELECTED: PLANNER_UI_STATE_MUTATIONS.SET_TOPBAR_ACTION_DESELECTED;
|
|
798
802
|
PUSH_SIDEBAR_VIEW: PLANNER_UI_STATE_MUTATIONS.PUSH_SIDEBAR_VIEW;
|
|
799
803
|
POP_SIDEBAR_VIEW: PLANNER_UI_STATE_MUTATIONS.POP_SIDEBAR_VIEW;
|
|
800
|
-
CLEAR_SIDEBAR: PLANNER_UI_STATE_MUTATIONS.CLEAR_SIDEBAR;
|
|
801
804
|
SET_LAST_WALLS: PLANNER_UI_STATE_MUTATIONS.SET_LAST_WALLS;
|
|
802
805
|
SET_MEASUREMENT_UNIT: PLANNER_UI_STATE_MUTATIONS.SET_MEASUREMENT_UNIT;
|
|
803
806
|
SET_IS_DRAWING: PLANNER_UI_STATE_MUTATIONS.SET_IS_DRAWING;
|
|
804
807
|
SET_HAS_WALLS: PLANNER_UI_STATE_MUTATIONS.SET_HAS_WALLS;
|
|
808
|
+
SET_SECOND_SIDEBAR_LEVEL_ACTIVE: PLANNER_UI_STATE_MUTATIONS.SET_SECOND_SIDEBAR_LEVEL_ACTIVE;
|
|
805
809
|
SET_SELECTED_GROUP: UI_STATE_MUTATIONS.SET_SELECTED_GROUP;
|
|
806
810
|
SET_IS_PART_LIST_SHOWN: UI_STATE_MUTATIONS.SET_IS_PART_LIST_SHOWN;
|
|
807
811
|
SHOW_ONLY_ADDONS: UI_STATE_MUTATIONS.SHOW_ONLY_ADDONS;
|
|
@@ -41,11 +41,11 @@ export declare const MUTATIONS: {
|
|
|
41
41
|
SET_TOPBAR_ACTION_DESELECTED: PLANNER_UI_STATE_MUTATIONS.SET_TOPBAR_ACTION_DESELECTED;
|
|
42
42
|
PUSH_SIDEBAR_VIEW: PLANNER_UI_STATE_MUTATIONS.PUSH_SIDEBAR_VIEW;
|
|
43
43
|
POP_SIDEBAR_VIEW: PLANNER_UI_STATE_MUTATIONS.POP_SIDEBAR_VIEW;
|
|
44
|
-
CLEAR_SIDEBAR: PLANNER_UI_STATE_MUTATIONS.CLEAR_SIDEBAR;
|
|
45
44
|
SET_LAST_WALLS: PLANNER_UI_STATE_MUTATIONS.SET_LAST_WALLS;
|
|
46
45
|
SET_MEASUREMENT_UNIT: PLANNER_UI_STATE_MUTATIONS.SET_MEASUREMENT_UNIT;
|
|
47
46
|
SET_IS_DRAWING: PLANNER_UI_STATE_MUTATIONS.SET_IS_DRAWING;
|
|
48
47
|
SET_HAS_WALLS: PLANNER_UI_STATE_MUTATIONS.SET_HAS_WALLS;
|
|
48
|
+
SET_SECOND_SIDEBAR_LEVEL_ACTIVE: PLANNER_UI_STATE_MUTATIONS.SET_SECOND_SIDEBAR_LEVEL_ACTIVE;
|
|
49
49
|
SET_SELECTED_GROUP: UI_STATE_MUTATIONS.SET_SELECTED_GROUP;
|
|
50
50
|
SET_IS_PART_LIST_SHOWN: UI_STATE_MUTATIONS.SET_IS_PART_LIST_SHOWN;
|
|
51
51
|
SHOW_ONLY_ADDONS: UI_STATE_MUTATIONS.SHOW_ONLY_ADDONS;
|
|
@@ -6,7 +6,7 @@ export interface SceneOffsetResizerCallback {
|
|
|
6
6
|
onFinished: () => void;
|
|
7
7
|
}
|
|
8
8
|
export declare class SceneOffsetResizer {
|
|
9
|
-
static getCameraOffset(parentWidth: number, width: number, parentHeight: number, height: number,
|
|
9
|
+
static getCameraOffset(parentWidth: number, width: number, parentHeight: number, height: number, isFullscreenOrMobileLandscape: boolean, isExpanded: boolean, isDesktop: boolean, hasGroups: boolean): CanvasOffset;
|
|
10
10
|
private _api;
|
|
11
11
|
private _targetOffset;
|
|
12
12
|
private _startOffset;
|
|
@@ -19,6 +19,7 @@ export interface PlannerUiState extends SharedUiState {
|
|
|
19
19
|
measurementUnit: MEASUREMENT_UNIT;
|
|
20
20
|
isDrawing: boolean;
|
|
21
21
|
hasWalls: boolean;
|
|
22
|
+
secondSidebarLevelActive: boolean;
|
|
22
23
|
}
|
|
23
24
|
export declare enum PLANNER_UI_STATE_MUTATIONS {
|
|
24
25
|
SET_SELECTION = "PLANNER_UI_STATE_setSelection",
|
|
@@ -36,18 +37,21 @@ export declare enum PLANNER_UI_STATE_MUTATIONS {
|
|
|
36
37
|
SET_TOPBAR_ACTION_DESELECTED = "SET_TOPBAR_ACTION_DESELECTED",
|
|
37
38
|
PUSH_SIDEBAR_VIEW = "PUSH_SIDEBAR_VIEW",
|
|
38
39
|
POP_SIDEBAR_VIEW = "POP_SIDEBAR_VIEW",
|
|
39
|
-
CLEAR_SIDEBAR = "CLEAR_SIDEBAR",
|
|
40
40
|
SET_LAST_WALLS = "SET_LAST_WALLS",
|
|
41
41
|
SET_MEASUREMENT_UNIT = "SET_MEASUREMENT_UNIT",
|
|
42
42
|
SET_IS_DRAWING = "SET_IS_DRAWING",
|
|
43
|
-
SET_HAS_WALLS = "SET_HAS_WALLS"
|
|
43
|
+
SET_HAS_WALLS = "SET_HAS_WALLS",
|
|
44
|
+
SET_SECOND_SIDEBAR_LEVEL_ACTIVE = "SET_SECOND_SIDEBAR_LEVEL_ACTIVE"
|
|
44
45
|
}
|
|
45
46
|
export declare enum PLANNER_UI_STATE_ACTIONS {
|
|
46
47
|
SELECT_VIEW_MODE = "PLANNER_UI_STATE_SELECT_VIEW_MODE",
|
|
47
48
|
SET_INTERACTIONS_EXPANDED = "PLANNER_UI_STATE_SET_INTERACTIONS_EXPANDED",
|
|
48
49
|
DESELECT_SIDEBAR_ACTION_BUTTONS = "DESELECT_SIDEBAR_ACTION_BUTTONS",
|
|
49
50
|
CLEAR_AND_CLOSE_SIDEBAR = "CLEAR_AND_CLOSE_SIDEBAR",
|
|
50
|
-
SET_SELECTION_PAYLOAD = "PLANNER_UI_STATE_setSelectionPayload"
|
|
51
|
+
SET_SELECTION_PAYLOAD = "PLANNER_UI_STATE_setSelectionPayload",
|
|
52
|
+
ADD_SIDEBAR_VIEW = "ADD_SIDEBAR_VIEW",
|
|
53
|
+
REMOVE_SIDEBAR_VIEW = "REMOVE_SIDEBAR_VIEW",
|
|
54
|
+
CLEAR_SIDEBAR = "CLEAR_SIDEBAR"
|
|
51
55
|
}
|
|
52
56
|
export declare enum PLANNER_UI_STATE_GETTERS {
|
|
53
57
|
CATALOG_ROOT_TAG = "PLANNER_UI_STATE_CATALOG_ROOT_TAG",
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export declare const WALL_DIMENSIONS_ARRAY: {
|
|
2
|
+
id: number;
|
|
3
|
+
fromPosition3d: {
|
|
4
|
+
x: number;
|
|
5
|
+
y: number;
|
|
6
|
+
z: number;
|
|
7
|
+
};
|
|
8
|
+
toPosition3d: {
|
|
9
|
+
x: number;
|
|
10
|
+
y: number;
|
|
11
|
+
z: number;
|
|
12
|
+
};
|
|
13
|
+
textPosition3d: {
|
|
14
|
+
x: number;
|
|
15
|
+
y: number;
|
|
16
|
+
z: number;
|
|
17
|
+
};
|
|
18
|
+
textDirection: {
|
|
19
|
+
x: number;
|
|
20
|
+
y: number;
|
|
21
|
+
z: number;
|
|
22
|
+
};
|
|
23
|
+
textRotation: number;
|
|
24
|
+
length: number;
|
|
25
|
+
fromPosition2d: {
|
|
26
|
+
x: number;
|
|
27
|
+
y: number;
|
|
28
|
+
z: number;
|
|
29
|
+
};
|
|
30
|
+
toPosition2d: {
|
|
31
|
+
x: number;
|
|
32
|
+
y: number;
|
|
33
|
+
z: number;
|
|
34
|
+
};
|
|
35
|
+
textPosition2d: {
|
|
36
|
+
x: number;
|
|
37
|
+
y: number;
|
|
38
|
+
z: number;
|
|
39
|
+
};
|
|
40
|
+
lengthFormatted: string;
|
|
41
|
+
}[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|