@roomle/embedding-lib 4.24.0-alpha.2 → 4.24.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 → exposed_analytics_callbacks.exposedanalyticscallbacks.md} +9 -11
- package/docs/api/classes/exposed_api.exposedapi.md +191 -0
- package/docs/api/classes/exposed_callbacks.exposedcallbacks.md +145 -0
- package/docs/api/classes/roomle_configurator_api.default.md +42 -78
- package/docs/api/enums/types.ui_button.md +145 -0
- package/docs/api/interfaces/exposed_callbacks.labels.md +28 -0
- package/docs/api/interfaces/exposed_callbacks.price.md +28 -0
- package/docs/api/interfaces/roomle_configurator_api.roomleembeddingapikeys.md +50 -0
- package/docs/api/interfaces/types.configuratorsettings.md +118 -0
- package/docs/api/interfaces/types.embeddingskin.md +55 -0
- package/docs/api/interfaces/types.uiinitdata.md +957 -0
- package/docs/api/interfaces/{types.VariantsMap.md → types.variantsmap.md} +1 -1
- package/docs/api/modules/exposed_analytics_callbacks.md +1 -1
- package/docs/api/modules/exposed_api.md +1 -1
- package/docs/api/modules/exposed_callbacks.md +3 -3
- package/docs/api/modules/roomle_configurator_api.md +7 -13
- package/docs/api/modules/types.md +5 -5
- package/docs/index.md +3 -3
- package/docs/md/web/ui/EMBEDDING-CHANGELOG.md +6 -1
- package/package.json +1 -1
- package/roomle-configurator-api.cjs.js +1 -1
- package/roomle-configurator-api.cjs.min.js +1 -1
- package/roomle-configurator-api.es.js +1 -1
- package/roomle-configurator-api.es.min.js +1 -1
- package/roomle-configurator-api.js +1 -1
- package/docs/api/.nojekyll +0 -1
- package/docs/api/classes/exposed_api.ExposedApi.md +0 -227
- package/docs/api/classes/exposed_callbacks.ExposedCallbacks.md +0 -171
- package/docs/api/enums/types.UI_BUTTON.md +0 -175
- package/docs/api/interfaces/exposed_callbacks.Labels.md +0 -32
- package/docs/api/interfaces/exposed_callbacks.Price.md +0 -32
- package/docs/api/interfaces/roomle_configurator_api.RoomleEmbeddingApiKeys.md +0 -58
- package/docs/api/interfaces/types.ConfiguratorSettings.md +0 -150
- package/docs/api/interfaces/types.EmbeddingSkin.md +0 -65
- package/docs/api/interfaces/types.UiInitData.md +0 -1183
|
@@ -1,171 +0,0 @@
|
|
|
1
|
-
[Embedding API Reference](../README.md) / [Modules](../modules.md) / [exposed-callbacks](../modules/exposed_callbacks.md) / ExposedCallbacks
|
|
2
|
-
|
|
3
|
-
# Class: ExposedCallbacks
|
|
4
|
-
|
|
5
|
-
[exposed-callbacks](../modules/exposed_callbacks.md).ExposedCallbacks
|
|
6
|
-
|
|
7
|
-
## Table of contents
|
|
8
|
-
|
|
9
|
-
### Constructors
|
|
10
|
-
|
|
11
|
-
- [constructor](exposed_callbacks.ExposedCallbacks.md#constructor)
|
|
12
|
-
|
|
13
|
-
### Methods
|
|
14
|
-
|
|
15
|
-
- [onBackToWebsite](exposed_callbacks.ExposedCallbacks.md#onbacktowebsite)
|
|
16
|
-
- [onButtonClicked](exposed_callbacks.ExposedCallbacks.md#onbuttonclicked)
|
|
17
|
-
- [onPartListUpdate](exposed_callbacks.ExposedCallbacks.md#onpartlistupdate)
|
|
18
|
-
- [onRequestPlan](exposed_callbacks.ExposedCallbacks.md#onrequestplan)
|
|
19
|
-
- [onRequestProduct](exposed_callbacks.ExposedCallbacks.md#onrequestproduct)
|
|
20
|
-
- [onResize](exposed_callbacks.ExposedCallbacks.md#onresize)
|
|
21
|
-
- [onUseFullPage](exposed_callbacks.ExposedCallbacks.md#onusefullpage)
|
|
22
|
-
|
|
23
|
-
## Constructors
|
|
24
|
-
|
|
25
|
-
### constructor
|
|
26
|
-
|
|
27
|
-
• **new ExposedCallbacks**()
|
|
28
|
-
|
|
29
|
-
## Methods
|
|
30
|
-
|
|
31
|
-
### onBackToWebsite
|
|
32
|
-
|
|
33
|
-
▸ **onBackToWebsite**(): `void`
|
|
34
|
-
|
|
35
|
-
#### Returns
|
|
36
|
-
|
|
37
|
-
`void`
|
|
38
|
-
|
|
39
|
-
#### Defined in
|
|
40
|
-
|
|
41
|
-
[src/configurator/embedding/exposed-callbacks.ts:40](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/exposed-callbacks.ts#L40)
|
|
42
|
-
|
|
43
|
-
___
|
|
44
|
-
|
|
45
|
-
### onButtonClicked
|
|
46
|
-
|
|
47
|
-
▸ **onButtonClicked**(`name`): false \| true \| `void` \| `Promise`<`boolean`\>
|
|
48
|
-
|
|
49
|
-
Gets called when a button in the UI is clicked
|
|
50
|
-
|
|
51
|
-
#### Parameters
|
|
52
|
-
|
|
53
|
-
| Name | Type |
|
|
54
|
-
| :------ | :------ |
|
|
55
|
-
| `name` | [`UI_BUTTON`](../enums/types.UI_BUTTON.md) |
|
|
56
|
-
|
|
57
|
-
#### Returns
|
|
58
|
-
|
|
59
|
-
false \| true \| `void` \| `Promise`<`boolean`\>
|
|
60
|
-
|
|
61
|
-
overrideEventBehaviour true if the event has been consumed and it should not trigger default behaviour, undefined or false otherwise
|
|
62
|
-
|
|
63
|
-
#### Defined in
|
|
64
|
-
|
|
65
|
-
[src/configurator/embedding/exposed-callbacks.ts:47](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/exposed-callbacks.ts#L47)
|
|
66
|
-
|
|
67
|
-
___
|
|
68
|
-
|
|
69
|
-
### onPartListUpdate
|
|
70
|
-
|
|
71
|
-
▸ **onPartListUpdate**(`partList`, `hash`): `void`
|
|
72
|
-
|
|
73
|
-
fullList fullList (needed for price calculation) of the current configuration
|
|
74
|
-
|
|
75
|
-
#### Parameters
|
|
76
|
-
|
|
77
|
-
| Name | Type | Description |
|
|
78
|
-
| :------ | :------ | :------ |
|
|
79
|
-
| `partList` | `KernelPartList` | the part list with all details, grouped, etc |
|
|
80
|
-
| `hash` | `string` | - |
|
|
81
|
-
|
|
82
|
-
#### Returns
|
|
83
|
-
|
|
84
|
-
`void`
|
|
85
|
-
|
|
86
|
-
#### Defined in
|
|
87
|
-
|
|
88
|
-
[src/configurator/embedding/exposed-callbacks.ts:34](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/exposed-callbacks.ts#L34)
|
|
89
|
-
|
|
90
|
-
___
|
|
91
|
-
|
|
92
|
-
### onRequestPlan
|
|
93
|
-
|
|
94
|
-
▸ **onRequestPlan**(`planId`, `image`, `items`): `void`
|
|
95
|
-
|
|
96
|
-
#### Parameters
|
|
97
|
-
|
|
98
|
-
| Name | Type |
|
|
99
|
-
| :------ | :------ |
|
|
100
|
-
| `planId` | `string` |
|
|
101
|
-
| `image` | `Base64Image` |
|
|
102
|
-
| `items` | `any`[] |
|
|
103
|
-
|
|
104
|
-
#### Returns
|
|
105
|
-
|
|
106
|
-
`void`
|
|
107
|
-
|
|
108
|
-
#### Defined in
|
|
109
|
-
|
|
110
|
-
[src/configurator/embedding/exposed-callbacks.ts:49](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/exposed-callbacks.ts#L49)
|
|
111
|
-
|
|
112
|
-
___
|
|
113
|
-
|
|
114
|
-
### onRequestProduct
|
|
115
|
-
|
|
116
|
-
▸ **onRequestProduct**(`configurationId`, `image`, `partList`, `price`, `labels`, `configuration`): `void`
|
|
117
|
-
|
|
118
|
-
Returns all necessary params when 'Request Product'/'Checkout' button has pressed
|
|
119
|
-
|
|
120
|
-
#### Parameters
|
|
121
|
-
|
|
122
|
-
| Name | Type | Description |
|
|
123
|
-
| :------ | :------ | :------ |
|
|
124
|
-
| `configurationId` | `string` | id of the current configuration |
|
|
125
|
-
| `image` | `Base64Image` | image of the current configuration |
|
|
126
|
-
| `partList` | `KernelPartList` | the part list with all details, grouped, etc |
|
|
127
|
-
| `price` | [`Price`](../interfaces/exposed_callbacks.Price.md) | price of the current configuration, either set via setPrice or from Roomle price service |
|
|
128
|
-
| `labels` | [`Labels`](../interfaces/exposed_callbacks.Labels.md) | the label of the catalog and the furniture system |
|
|
129
|
-
| `configuration` | `RapiConfigurationEnhanced` | the data returned from the Roomle backend |
|
|
130
|
-
|
|
131
|
-
#### Returns
|
|
132
|
-
|
|
133
|
-
`void`
|
|
134
|
-
|
|
135
|
-
#### Defined in
|
|
136
|
-
|
|
137
|
-
[src/configurator/embedding/exposed-callbacks.ts:28](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/exposed-callbacks.ts#L28)
|
|
138
|
-
|
|
139
|
-
___
|
|
140
|
-
|
|
141
|
-
### onResize
|
|
142
|
-
|
|
143
|
-
▸ **onResize**(`isDesktop`): `void`
|
|
144
|
-
|
|
145
|
-
#### Parameters
|
|
146
|
-
|
|
147
|
-
| Name | Type |
|
|
148
|
-
| :------ | :------ |
|
|
149
|
-
| `isDesktop` | `boolean` |
|
|
150
|
-
|
|
151
|
-
#### Returns
|
|
152
|
-
|
|
153
|
-
`void`
|
|
154
|
-
|
|
155
|
-
#### Defined in
|
|
156
|
-
|
|
157
|
-
[src/configurator/embedding/exposed-callbacks.ts:36](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/exposed-callbacks.ts#L36)
|
|
158
|
-
|
|
159
|
-
___
|
|
160
|
-
|
|
161
|
-
### onUseFullPage
|
|
162
|
-
|
|
163
|
-
▸ **onUseFullPage**(): `void`
|
|
164
|
-
|
|
165
|
-
#### Returns
|
|
166
|
-
|
|
167
|
-
`void`
|
|
168
|
-
|
|
169
|
-
#### Defined in
|
|
170
|
-
|
|
171
|
-
[src/configurator/embedding/exposed-callbacks.ts:38](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/exposed-callbacks.ts#L38)
|
|
@@ -1,175 +0,0 @@
|
|
|
1
|
-
[Embedding API Reference](../README.md) / [Modules](../modules.md) / [types](../modules/types.md) / UI\_BUTTON
|
|
2
|
-
|
|
3
|
-
# Enumeration: UI\_BUTTON
|
|
4
|
-
|
|
5
|
-
[types](../modules/types.md).UI_BUTTON
|
|
6
|
-
|
|
7
|
-
## Table of contents
|
|
8
|
-
|
|
9
|
-
### Enumeration members
|
|
10
|
-
|
|
11
|
-
- [ADDONS](types.UI_BUTTON.md#addons)
|
|
12
|
-
- [AR](types.UI_BUTTON.md#ar)
|
|
13
|
-
- [DIMENSIONS](types.UI_BUTTON.md#dimensions)
|
|
14
|
-
- [EXPORT\_3D](types.UI_BUTTON.md#export_3d)
|
|
15
|
-
- [FULLSCREEN](types.UI_BUTTON.md#fullscreen)
|
|
16
|
-
- [MULTISELECT](types.UI_BUTTON.md#multiselect)
|
|
17
|
-
- [PARTLIST](types.UI_BUTTON.md#partlist)
|
|
18
|
-
- [PAUSECONFIGURE](types.UI_BUTTON.md#pauseconfigure)
|
|
19
|
-
- [RENDERIMAGE](types.UI_BUTTON.md#renderimage)
|
|
20
|
-
- [REQUESTPLAN](types.UI_BUTTON.md#requestplan)
|
|
21
|
-
- [REQUESTPRODUCT](types.UI_BUTTON.md#requestproduct)
|
|
22
|
-
- [RESETCAMERA](types.UI_BUTTON.md#resetcamera)
|
|
23
|
-
- [ROTATE](types.UI_BUTTON.md#rotate)
|
|
24
|
-
- [SAVEDRAFT](types.UI_BUTTON.md#savedraft)
|
|
25
|
-
- [STARTCONFIGURE](types.UI_BUTTON.md#startconfigure)
|
|
26
|
-
|
|
27
|
-
## Enumeration members
|
|
28
|
-
|
|
29
|
-
### ADDONS
|
|
30
|
-
|
|
31
|
-
• **ADDONS** = `"addons"`
|
|
32
|
-
|
|
33
|
-
#### Defined in
|
|
34
|
-
|
|
35
|
-
[src/configurator/embedding/types.ts:15](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L15)
|
|
36
|
-
|
|
37
|
-
___
|
|
38
|
-
|
|
39
|
-
### AR
|
|
40
|
-
|
|
41
|
-
• **AR** = `"ar"`
|
|
42
|
-
|
|
43
|
-
#### Defined in
|
|
44
|
-
|
|
45
|
-
[src/configurator/embedding/types.ts:8](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L8)
|
|
46
|
-
|
|
47
|
-
___
|
|
48
|
-
|
|
49
|
-
### DIMENSIONS
|
|
50
|
-
|
|
51
|
-
• **DIMENSIONS** = `"dimensions"`
|
|
52
|
-
|
|
53
|
-
#### Defined in
|
|
54
|
-
|
|
55
|
-
[src/configurator/embedding/types.ts:11](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L11)
|
|
56
|
-
|
|
57
|
-
___
|
|
58
|
-
|
|
59
|
-
### EXPORT\_3D
|
|
60
|
-
|
|
61
|
-
• **EXPORT\_3D** = `"export3d"`
|
|
62
|
-
|
|
63
|
-
#### Defined in
|
|
64
|
-
|
|
65
|
-
[src/configurator/embedding/types.ts:21](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L21)
|
|
66
|
-
|
|
67
|
-
___
|
|
68
|
-
|
|
69
|
-
### FULLSCREEN
|
|
70
|
-
|
|
71
|
-
• **FULLSCREEN** = `"fullscreen"`
|
|
72
|
-
|
|
73
|
-
#### Defined in
|
|
74
|
-
|
|
75
|
-
[src/configurator/embedding/types.ts:12](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L12)
|
|
76
|
-
|
|
77
|
-
___
|
|
78
|
-
|
|
79
|
-
### MULTISELECT
|
|
80
|
-
|
|
81
|
-
• **MULTISELECT** = `"multiselect"`
|
|
82
|
-
|
|
83
|
-
#### Defined in
|
|
84
|
-
|
|
85
|
-
[src/configurator/embedding/types.ts:10](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L10)
|
|
86
|
-
|
|
87
|
-
___
|
|
88
|
-
|
|
89
|
-
### PARTLIST
|
|
90
|
-
|
|
91
|
-
• **PARTLIST** = `"partlist"`
|
|
92
|
-
|
|
93
|
-
#### Defined in
|
|
94
|
-
|
|
95
|
-
[src/configurator/embedding/types.ts:9](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L9)
|
|
96
|
-
|
|
97
|
-
___
|
|
98
|
-
|
|
99
|
-
### PAUSECONFIGURE
|
|
100
|
-
|
|
101
|
-
• **PAUSECONFIGURE** = `"pauseconfigure"`
|
|
102
|
-
|
|
103
|
-
#### Defined in
|
|
104
|
-
|
|
105
|
-
[src/configurator/embedding/types.ts:20](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L20)
|
|
106
|
-
|
|
107
|
-
___
|
|
108
|
-
|
|
109
|
-
### RENDERIMAGE
|
|
110
|
-
|
|
111
|
-
• **RENDERIMAGE** = `"renderimage"`
|
|
112
|
-
|
|
113
|
-
#### Defined in
|
|
114
|
-
|
|
115
|
-
[src/configurator/embedding/types.ts:14](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L14)
|
|
116
|
-
|
|
117
|
-
___
|
|
118
|
-
|
|
119
|
-
### REQUESTPLAN
|
|
120
|
-
|
|
121
|
-
• **REQUESTPLAN** = `"requestplan"`
|
|
122
|
-
|
|
123
|
-
#### Defined in
|
|
124
|
-
|
|
125
|
-
[src/configurator/embedding/types.ts:17](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L17)
|
|
126
|
-
|
|
127
|
-
___
|
|
128
|
-
|
|
129
|
-
### REQUESTPRODUCT
|
|
130
|
-
|
|
131
|
-
• **REQUESTPRODUCT** = `"requestproduct"`
|
|
132
|
-
|
|
133
|
-
#### Defined in
|
|
134
|
-
|
|
135
|
-
[src/configurator/embedding/types.ts:16](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L16)
|
|
136
|
-
|
|
137
|
-
___
|
|
138
|
-
|
|
139
|
-
### RESETCAMERA
|
|
140
|
-
|
|
141
|
-
• **RESETCAMERA** = `"resetcamera"`
|
|
142
|
-
|
|
143
|
-
#### Defined in
|
|
144
|
-
|
|
145
|
-
[src/configurator/embedding/types.ts:13](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L13)
|
|
146
|
-
|
|
147
|
-
___
|
|
148
|
-
|
|
149
|
-
### ROTATE
|
|
150
|
-
|
|
151
|
-
• **ROTATE** = `"rotate"`
|
|
152
|
-
|
|
153
|
-
#### Defined in
|
|
154
|
-
|
|
155
|
-
[src/configurator/embedding/types.ts:22](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L22)
|
|
156
|
-
|
|
157
|
-
___
|
|
158
|
-
|
|
159
|
-
### SAVEDRAFT
|
|
160
|
-
|
|
161
|
-
• **SAVEDRAFT** = `"savedraft"`
|
|
162
|
-
|
|
163
|
-
#### Defined in
|
|
164
|
-
|
|
165
|
-
[src/configurator/embedding/types.ts:18](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L18)
|
|
166
|
-
|
|
167
|
-
___
|
|
168
|
-
|
|
169
|
-
### STARTCONFIGURE
|
|
170
|
-
|
|
171
|
-
• **STARTCONFIGURE** = `"startconfigure"`
|
|
172
|
-
|
|
173
|
-
#### Defined in
|
|
174
|
-
|
|
175
|
-
[src/configurator/embedding/types.ts:19](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L19)
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
[Embedding API Reference](../README.md) / [Modules](../modules.md) / [exposed-callbacks](../modules/exposed_callbacks.md) / Labels
|
|
2
|
-
|
|
3
|
-
# Interface: Labels
|
|
4
|
-
|
|
5
|
-
[exposed-callbacks](../modules/exposed_callbacks.md).Labels
|
|
6
|
-
|
|
7
|
-
## Table of contents
|
|
8
|
-
|
|
9
|
-
### Properties
|
|
10
|
-
|
|
11
|
-
- [catalogLabel](exposed_callbacks.Labels.md#cataloglabel)
|
|
12
|
-
- [label](exposed_callbacks.Labels.md#label)
|
|
13
|
-
|
|
14
|
-
## Properties
|
|
15
|
-
|
|
16
|
-
### catalogLabel
|
|
17
|
-
|
|
18
|
-
• **catalogLabel**: `Nullable`<`string`\>
|
|
19
|
-
|
|
20
|
-
#### Defined in
|
|
21
|
-
|
|
22
|
-
[src/configurator/embedding/exposed-callbacks.ts:14](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/exposed-callbacks.ts#L14)
|
|
23
|
-
|
|
24
|
-
___
|
|
25
|
-
|
|
26
|
-
### label
|
|
27
|
-
|
|
28
|
-
• **label**: `Nullable`<`string`\>
|
|
29
|
-
|
|
30
|
-
#### Defined in
|
|
31
|
-
|
|
32
|
-
[src/configurator/embedding/exposed-callbacks.ts:15](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/exposed-callbacks.ts#L15)
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
[Embedding API Reference](../README.md) / [Modules](../modules.md) / [exposed-callbacks](../modules/exposed_callbacks.md) / Price
|
|
2
|
-
|
|
3
|
-
# Interface: Price
|
|
4
|
-
|
|
5
|
-
[exposed-callbacks](../modules/exposed_callbacks.md).Price
|
|
6
|
-
|
|
7
|
-
## Table of contents
|
|
8
|
-
|
|
9
|
-
### Properties
|
|
10
|
-
|
|
11
|
-
- [currencySymbol](exposed_callbacks.Price.md#currencysymbol)
|
|
12
|
-
- [price](exposed_callbacks.Price.md#price)
|
|
13
|
-
|
|
14
|
-
## Properties
|
|
15
|
-
|
|
16
|
-
### currencySymbol
|
|
17
|
-
|
|
18
|
-
• **currencySymbol**: `Nullable`<`string`\>
|
|
19
|
-
|
|
20
|
-
#### Defined in
|
|
21
|
-
|
|
22
|
-
[src/configurator/embedding/exposed-callbacks.ts:9](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/exposed-callbacks.ts#L9)
|
|
23
|
-
|
|
24
|
-
___
|
|
25
|
-
|
|
26
|
-
### price
|
|
27
|
-
|
|
28
|
-
• **price**: `Nullable`<`number`\>
|
|
29
|
-
|
|
30
|
-
#### Defined in
|
|
31
|
-
|
|
32
|
-
[src/configurator/embedding/exposed-callbacks.ts:10](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/exposed-callbacks.ts#L10)
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
[Embedding API Reference](../README.md) / [Modules](../modules.md) / [roomle-configurator-api](../modules/roomle_configurator_api.md) / RoomleEmbeddingApiKeys
|
|
2
|
-
|
|
3
|
-
# Interface: RoomleEmbeddingApiKeys
|
|
4
|
-
|
|
5
|
-
[roomle-configurator-api](../modules/roomle_configurator_api.md).RoomleEmbeddingApiKeys
|
|
6
|
-
|
|
7
|
-
## Implemented by
|
|
8
|
-
|
|
9
|
-
- [`default`](../classes/roomle_configurator_api.default.md)
|
|
10
|
-
|
|
11
|
-
## Table of contents
|
|
12
|
-
|
|
13
|
-
### Properties
|
|
14
|
-
|
|
15
|
-
- [analytics](roomle_configurator_api.RoomleEmbeddingApiKeys.md#analytics)
|
|
16
|
-
- [extended](roomle_configurator_api.RoomleEmbeddingApiKeys.md#extended)
|
|
17
|
-
- [global](roomle_configurator_api.RoomleEmbeddingApiKeys.md#global)
|
|
18
|
-
- [ui](roomle_configurator_api.RoomleEmbeddingApiKeys.md#ui)
|
|
19
|
-
|
|
20
|
-
## Properties
|
|
21
|
-
|
|
22
|
-
### analytics
|
|
23
|
-
|
|
24
|
-
• **analytics**: `any`
|
|
25
|
-
|
|
26
|
-
#### Defined in
|
|
27
|
-
|
|
28
|
-
[src/configurator/embedding/roomle-configurator-api.ts:65](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/roomle-configurator-api.ts#L65)
|
|
29
|
-
|
|
30
|
-
___
|
|
31
|
-
|
|
32
|
-
### extended
|
|
33
|
-
|
|
34
|
-
• **extended**: `any`
|
|
35
|
-
|
|
36
|
-
#### Defined in
|
|
37
|
-
|
|
38
|
-
[src/configurator/embedding/roomle-configurator-api.ts:63](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/roomle-configurator-api.ts#L63)
|
|
39
|
-
|
|
40
|
-
___
|
|
41
|
-
|
|
42
|
-
### global
|
|
43
|
-
|
|
44
|
-
• **global**: `any`
|
|
45
|
-
|
|
46
|
-
#### Defined in
|
|
47
|
-
|
|
48
|
-
[src/configurator/embedding/roomle-configurator-api.ts:66](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/roomle-configurator-api.ts#L66)
|
|
49
|
-
|
|
50
|
-
___
|
|
51
|
-
|
|
52
|
-
### ui
|
|
53
|
-
|
|
54
|
-
• **ui**: `any`
|
|
55
|
-
|
|
56
|
-
#### Defined in
|
|
57
|
-
|
|
58
|
-
[src/configurator/embedding/roomle-configurator-api.ts:64](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/roomle-configurator-api.ts#L64)
|
|
@@ -1,150 +0,0 @@
|
|
|
1
|
-
[Embedding API Reference](../README.md) / [Modules](../modules.md) / [types](../modules/types.md) / ConfiguratorSettings
|
|
2
|
-
|
|
3
|
-
# Interface: ConfiguratorSettings
|
|
4
|
-
|
|
5
|
-
[types](../modules/types.md).ConfiguratorSettings
|
|
6
|
-
|
|
7
|
-
## Hierarchy
|
|
8
|
-
|
|
9
|
-
- `RapiConfiguratorSettings`
|
|
10
|
-
|
|
11
|
-
↳ **`ConfiguratorSettings`**
|
|
12
|
-
|
|
13
|
-
## Table of contents
|
|
14
|
-
|
|
15
|
-
### Properties
|
|
16
|
-
|
|
17
|
-
- [\_\_rapi\_path\_\_](types.ConfiguratorSettings.md#__rapi_path__)
|
|
18
|
-
- [allowedHost](types.ConfiguratorSettings.md#allowedhost)
|
|
19
|
-
- [allowedHosts](types.ConfiguratorSettings.md#allowedhosts)
|
|
20
|
-
- [id](types.ConfiguratorSettings.md#id)
|
|
21
|
-
- [isLocally](types.ConfiguratorSettings.md#islocally)
|
|
22
|
-
- [links](types.ConfiguratorSettings.md#links)
|
|
23
|
-
- [settings](types.ConfiguratorSettings.md#settings)
|
|
24
|
-
- [tenant](types.ConfiguratorSettings.md#tenant)
|
|
25
|
-
- [tenant\_id](types.ConfiguratorSettings.md#tenant_id)
|
|
26
|
-
- [url](types.ConfiguratorSettings.md#url)
|
|
27
|
-
|
|
28
|
-
## Properties
|
|
29
|
-
|
|
30
|
-
### \_\_rapi\_path\_\_
|
|
31
|
-
|
|
32
|
-
• `Optional` **\_\_rapi\_path\_\_**: `string`
|
|
33
|
-
|
|
34
|
-
#### Inherited from
|
|
35
|
-
|
|
36
|
-
RapiConfiguratorSettings.\_\_rapi\_path\_\_
|
|
37
|
-
|
|
38
|
-
#### Defined in
|
|
39
|
-
|
|
40
|
-
node_modules/@roomle/web-sdk/lib/definitions/typings/rapi-types.d.ts:28
|
|
41
|
-
|
|
42
|
-
___
|
|
43
|
-
|
|
44
|
-
### allowedHost
|
|
45
|
-
|
|
46
|
-
• **allowedHost**: `string`
|
|
47
|
-
|
|
48
|
-
#### Defined in
|
|
49
|
-
|
|
50
|
-
[src/configurator/embedding/types.ts:140](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L140)
|
|
51
|
-
|
|
52
|
-
___
|
|
53
|
-
|
|
54
|
-
### allowedHosts
|
|
55
|
-
|
|
56
|
-
• **allowedHosts**: `string`[]
|
|
57
|
-
|
|
58
|
-
#### Inherited from
|
|
59
|
-
|
|
60
|
-
RapiConfiguratorSettings.allowedHosts
|
|
61
|
-
|
|
62
|
-
#### Defined in
|
|
63
|
-
|
|
64
|
-
node_modules/@roomle/web-sdk/lib/definitions/typings/rapi-types.d.ts:422
|
|
65
|
-
|
|
66
|
-
___
|
|
67
|
-
|
|
68
|
-
### id
|
|
69
|
-
|
|
70
|
-
• **id**: `string`
|
|
71
|
-
|
|
72
|
-
#### Overrides
|
|
73
|
-
|
|
74
|
-
RapiConfiguratorSettings.id
|
|
75
|
-
|
|
76
|
-
#### Defined in
|
|
77
|
-
|
|
78
|
-
[src/configurator/embedding/types.ts:139](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L139)
|
|
79
|
-
|
|
80
|
-
___
|
|
81
|
-
|
|
82
|
-
### isLocally
|
|
83
|
-
|
|
84
|
-
• `Optional` **isLocally**: false \| true
|
|
85
|
-
|
|
86
|
-
#### Inherited from
|
|
87
|
-
|
|
88
|
-
RapiConfiguratorSettings.isLocally
|
|
89
|
-
|
|
90
|
-
#### Defined in
|
|
91
|
-
|
|
92
|
-
node_modules/@roomle/web-sdk/lib/definitions/typings/rapi-types.d.ts:27
|
|
93
|
-
|
|
94
|
-
___
|
|
95
|
-
|
|
96
|
-
### links
|
|
97
|
-
|
|
98
|
-
• `Optional` **links**: `LinksCollection`
|
|
99
|
-
|
|
100
|
-
#### Inherited from
|
|
101
|
-
|
|
102
|
-
RapiConfiguratorSettings.links
|
|
103
|
-
|
|
104
|
-
#### Defined in
|
|
105
|
-
|
|
106
|
-
node_modules/@roomle/web-sdk/lib/definitions/typings/rapi-types.d.ts:30
|
|
107
|
-
|
|
108
|
-
___
|
|
109
|
-
|
|
110
|
-
### settings
|
|
111
|
-
|
|
112
|
-
• **settings**: [`UiInitData`](types.UiInitData.md)
|
|
113
|
-
|
|
114
|
-
#### Defined in
|
|
115
|
-
|
|
116
|
-
[src/configurator/embedding/types.ts:143](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L143)
|
|
117
|
-
|
|
118
|
-
___
|
|
119
|
-
|
|
120
|
-
### tenant
|
|
121
|
-
|
|
122
|
-
• **tenant**: `number`
|
|
123
|
-
|
|
124
|
-
#### Defined in
|
|
125
|
-
|
|
126
|
-
[src/configurator/embedding/types.ts:141](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L141)
|
|
127
|
-
|
|
128
|
-
___
|
|
129
|
-
|
|
130
|
-
### tenant\_id
|
|
131
|
-
|
|
132
|
-
• **tenant\_id**: `string`
|
|
133
|
-
|
|
134
|
-
#### Inherited from
|
|
135
|
-
|
|
136
|
-
RapiConfiguratorSettings.tenant\_id
|
|
137
|
-
|
|
138
|
-
#### Defined in
|
|
139
|
-
|
|
140
|
-
node_modules/@roomle/web-sdk/lib/definitions/typings/rapi-types.d.ts:423
|
|
141
|
-
|
|
142
|
-
___
|
|
143
|
-
|
|
144
|
-
### url
|
|
145
|
-
|
|
146
|
-
• **url**: `string`
|
|
147
|
-
|
|
148
|
-
#### Defined in
|
|
149
|
-
|
|
150
|
-
[src/configurator/embedding/types.ts:142](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L142)
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
[Embedding API Reference](../README.md) / [Modules](../modules.md) / [types](../modules/types.md) / EmbeddingSkin
|
|
2
|
-
|
|
3
|
-
# Interface: EmbeddingSkin
|
|
4
|
-
|
|
5
|
-
[types](../modules/types.md).EmbeddingSkin
|
|
6
|
-
|
|
7
|
-
## Table of contents
|
|
8
|
-
|
|
9
|
-
### Properties
|
|
10
|
-
|
|
11
|
-
- [color-on-cta](types.EmbeddingSkin.md#color-on-cta)
|
|
12
|
-
- [color-on-primary](types.EmbeddingSkin.md#color-on-primary)
|
|
13
|
-
- [cta-color](types.EmbeddingSkin.md#cta-color)
|
|
14
|
-
- [primary-color](types.EmbeddingSkin.md#primary-color)
|
|
15
|
-
- [primary-color-in-rgb](types.EmbeddingSkin.md#primary-color-in-rgb)
|
|
16
|
-
|
|
17
|
-
## Properties
|
|
18
|
-
|
|
19
|
-
### color-on-cta
|
|
20
|
-
|
|
21
|
-
• `Optional` **color-on-cta**: `string`
|
|
22
|
-
|
|
23
|
-
#### Defined in
|
|
24
|
-
|
|
25
|
-
[src/configurator/embedding/types.ts:135](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L135)
|
|
26
|
-
|
|
27
|
-
___
|
|
28
|
-
|
|
29
|
-
### color-on-primary
|
|
30
|
-
|
|
31
|
-
• `Optional` **color-on-primary**: `string`
|
|
32
|
-
|
|
33
|
-
#### Defined in
|
|
34
|
-
|
|
35
|
-
[src/configurator/embedding/types.ts:133](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L133)
|
|
36
|
-
|
|
37
|
-
___
|
|
38
|
-
|
|
39
|
-
### cta-color
|
|
40
|
-
|
|
41
|
-
• `Optional` **cta-color**: `string`
|
|
42
|
-
|
|
43
|
-
#### Defined in
|
|
44
|
-
|
|
45
|
-
[src/configurator/embedding/types.ts:134](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L134)
|
|
46
|
-
|
|
47
|
-
___
|
|
48
|
-
|
|
49
|
-
### primary-color
|
|
50
|
-
|
|
51
|
-
• `Optional` **primary-color**: `string`
|
|
52
|
-
|
|
53
|
-
#### Defined in
|
|
54
|
-
|
|
55
|
-
[src/configurator/embedding/types.ts:131](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L131)
|
|
56
|
-
|
|
57
|
-
___
|
|
58
|
-
|
|
59
|
-
### primary-color-in-rgb
|
|
60
|
-
|
|
61
|
-
• `Optional` **primary-color-in-rgb**: `string`
|
|
62
|
-
|
|
63
|
-
#### Defined in
|
|
64
|
-
|
|
65
|
-
[src/configurator/embedding/types.ts:132](https://gitlab.com/roomle/web/roomle-ui/-/blob/fb7c6a6b/src/configurator/embedding/types.ts#L132)
|