@roomle/embedding-lib 4.42.0 → 4.43.0-debug.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/.releaserc.json +2 -2
  2. package/docs/md/web/ui/EMBEDDING-CHANGELOG.md +119 -8
  3. package/package.json +1 -28
  4. package/types/index.d.ts +32 -10
  5. package/types/src/common/components/collection-view/-utils/types.d.ts +2 -2
  6. package/types/src/common/store/index.d.ts +4 -0
  7. package/types/src/common/utils/types.d.ts +4 -0
  8. package/types/src/configurator/business-logic/sdk-connector.d.ts +2 -1
  9. package/types/src/configurator/embedding/types.d.ts +5 -0
  10. package/types/src/configurator/store/ui-state.d.ts +3 -1
  11. package/types/src/planner/business-logic/general-room-parameters.d.ts +17 -0
  12. package/types/src/planner/business-logic/rooms.d.ts +27 -2
  13. package/types/src/planner/store/planner-core-data.d.ts +2 -2
  14. package/types/src/planner/store/planner-ui-state.d.ts +9 -2
  15. package/types/src/planner/utils/planner-sidebar.d.ts +1 -2
  16. package/types/tests/helpers/data/planObject.d.ts +134 -0
  17. package/types/tests/helpers/mocks/roomle-sdk-wrapper.d.ts +135 -0
  18. package/types/tests/integration/planner/components/{SelectionPreview.spec.d.ts → overlays/rooms/RoomGeneralSettings.spec.d.ts} +0 -0
  19. package/types/tests/integration/planner/components/overlays/rooms/RoomRangeParameter.spec.d.ts +1 -0
  20. package/docs/api/.nojekyll +0 -1
  21. package/docs/api/README.md +0 -9
  22. package/docs/api/classes/exposed_analytics_callbacks.ExposedAnalyticsCallbacks.md +0 -47
  23. package/docs/api/classes/exposed_api.ExposedApi.md +0 -255
  24. package/docs/api/classes/exposed_callbacks.ExposedCallbacks.md +0 -195
  25. package/docs/api/classes/roomle_configurator_api.default.md +0 -211
  26. package/docs/api/enums/types.UI_BUTTON.md +0 -263
  27. package/docs/api/interfaces/exposed_callbacks.Labels.md +0 -32
  28. package/docs/api/interfaces/exposed_callbacks.Price.md +0 -32
  29. package/docs/api/interfaces/roomle_configurator_api.RoomleEmbeddingApiKeys.md +0 -58
  30. package/docs/api/interfaces/types.ConfiguratorSettings.md +0 -150
  31. package/docs/api/interfaces/types.EmbeddingSkin.md +0 -65
  32. package/docs/api/interfaces/types.UiInitData.md +0 -1185
  33. package/docs/api/interfaces/types.VariantsMap.md +0 -9
  34. package/docs/api/modules/exposed_analytics_callbacks.md +0 -9
  35. package/docs/api/modules/exposed_api.md +0 -9
  36. package/docs/api/modules/exposed_callbacks.md +0 -14
  37. package/docs/api/modules/roomle_configurator_api.md +0 -49
  38. package/docs/api/modules/types.md +0 -16
  39. package/docs/api/modules.md +0 -13
@@ -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/e86e4e35/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/e86e4e35/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:66](https://gitlab.com/roomle/web/roomle-ui/-/blob/e86e4e35/src/configurator/embedding/roomle-configurator-api.ts#L66)
29
-
30
- ___
31
-
32
- ### extended
33
-
34
- • **extended**: `any`
35
-
36
- #### Defined in
37
-
38
- [src/configurator/embedding/roomle-configurator-api.ts:64](https://gitlab.com/roomle/web/roomle-ui/-/blob/e86e4e35/src/configurator/embedding/roomle-configurator-api.ts#L64)
39
-
40
- ___
41
-
42
- ### global
43
-
44
- • **global**: `any`
45
-
46
- #### Defined in
47
-
48
- [src/configurator/embedding/roomle-configurator-api.ts:67](https://gitlab.com/roomle/web/roomle-ui/-/blob/e86e4e35/src/configurator/embedding/roomle-configurator-api.ts#L67)
49
-
50
- ___
51
-
52
- ### ui
53
-
54
- • **ui**: `any`
55
-
56
- #### Defined in
57
-
58
- [src/configurator/embedding/roomle-configurator-api.ts:65](https://gitlab.com/roomle/web/roomle-ui/-/blob/e86e4e35/src/configurator/embedding/roomle-configurator-api.ts#L65)
@@ -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:157](https://gitlab.com/roomle/web/roomle-ui/-/blob/e86e4e35/src/configurator/embedding/types.ts#L157)
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:156](https://gitlab.com/roomle/web/roomle-ui/-/blob/e86e4e35/src/configurator/embedding/types.ts#L156)
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:160](https://gitlab.com/roomle/web/roomle-ui/-/blob/e86e4e35/src/configurator/embedding/types.ts#L160)
117
-
118
- ___
119
-
120
- ### tenant
121
-
122
- • **tenant**: `number`
123
-
124
- #### Defined in
125
-
126
- [src/configurator/embedding/types.ts:158](https://gitlab.com/roomle/web/roomle-ui/-/blob/e86e4e35/src/configurator/embedding/types.ts#L158)
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:159](https://gitlab.com/roomle/web/roomle-ui/-/blob/e86e4e35/src/configurator/embedding/types.ts#L159)
@@ -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:152](https://gitlab.com/roomle/web/roomle-ui/-/blob/e86e4e35/src/configurator/embedding/types.ts#L152)
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:150](https://gitlab.com/roomle/web/roomle-ui/-/blob/e86e4e35/src/configurator/embedding/types.ts#L150)
36
-
37
- ___
38
-
39
- ### cta-color
40
-
41
- • `Optional` **cta-color**: `string`
42
-
43
- #### Defined in
44
-
45
- [src/configurator/embedding/types.ts:151](https://gitlab.com/roomle/web/roomle-ui/-/blob/e86e4e35/src/configurator/embedding/types.ts#L151)
46
-
47
- ___
48
-
49
- ### primary-color
50
-
51
- • `Optional` **primary-color**: `string`
52
-
53
- #### Defined in
54
-
55
- [src/configurator/embedding/types.ts:148](https://gitlab.com/roomle/web/roomle-ui/-/blob/e86e4e35/src/configurator/embedding/types.ts#L148)
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:149](https://gitlab.com/roomle/web/roomle-ui/-/blob/e86e4e35/src/configurator/embedding/types.ts#L149)