@roomle/embedding-lib 4.24.0-alpha.1 → 4.24.0-alpha.5

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.
@@ -0,0 +1,175 @@
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/5c482b70/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/5c482b70/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/5c482b70/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/5c482b70/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/5c482b70/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/5c482b70/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/5c482b70/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/5c482b70/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/5c482b70/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/5c482b70/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/5c482b70/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/5c482b70/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/5c482b70/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/5c482b70/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/5c482b70/src/configurator/embedding/types.ts#L19)
@@ -0,0 +1,32 @@
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/5c482b70/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/5c482b70/src/configurator/embedding/exposed-callbacks.ts#L15)
@@ -0,0 +1,32 @@
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/5c482b70/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/5c482b70/src/configurator/embedding/exposed-callbacks.ts#L10)
@@ -0,0 +1,58 @@
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/5c482b70/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/5c482b70/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/5c482b70/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/5c482b70/src/configurator/embedding/roomle-configurator-api.ts#L64)
@@ -0,0 +1,150 @@
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/5c482b70/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/5c482b70/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/5c482b70/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/5c482b70/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/5c482b70/src/configurator/embedding/types.ts#L142)
@@ -0,0 +1,65 @@
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/5c482b70/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/5c482b70/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/5c482b70/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/5c482b70/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/5c482b70/src/configurator/embedding/types.ts#L132)