@roomle/embedding-lib 4.44.0 → 5.1.0-alpha.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 (234) hide show
  1. package/.releaserc.json +4 -7
  2. package/README.md +5 -6
  3. package/docs/md/web/embedding/CHANGELOG.md +28 -0
  4. package/drag-in-CXLxdfa-.mjs +265 -0
  5. package/drag-in-gOPgOymI.mjs +7 -0
  6. package/index.d.ts +114 -0
  7. package/package.json +27 -13
  8. package/roomle-embedding-lib.es.js +472 -0
  9. package/roomle-embedding-lib.es.min.js +8 -0
  10. package/roomle-embedding-lib.umd.js +14 -0
  11. package/roomle-embedding-lib.umd.min.js +14 -0
  12. package/docs/__sidebar__.json +0 -14
  13. package/docs/api/.nojekyll +0 -1
  14. package/docs/api/README.md +0 -9
  15. package/docs/api/classes/exposed_analytics_callbacks.ExposedAnalyticsCallbacks.md +0 -47
  16. package/docs/api/classes/exposed_api.ExposedApi.md +0 -255
  17. package/docs/api/classes/exposed_callbacks.ExposedCallbacks.md +0 -195
  18. package/docs/api/classes/roomle_configurator_api.default.md +0 -211
  19. package/docs/api/enums/types.UI_BUTTON.md +0 -263
  20. package/docs/api/interfaces/exposed_callbacks.Labels.md +0 -32
  21. package/docs/api/interfaces/exposed_callbacks.Price.md +0 -32
  22. package/docs/api/interfaces/roomle_configurator_api.RoomleEmbeddingApiKeys.md +0 -58
  23. package/docs/api/interfaces/types.ConfiguratorSettings.md +0 -150
  24. package/docs/api/interfaces/types.EmbeddingSkin.md +0 -65
  25. package/docs/api/interfaces/types.UiInitData.md +0 -1199
  26. package/docs/api/interfaces/types.VariantsMap.md +0 -9
  27. package/docs/api/modules/exposed_analytics_callbacks.md +0 -9
  28. package/docs/api/modules/exposed_api.md +0 -9
  29. package/docs/api/modules/exposed_callbacks.md +0 -14
  30. package/docs/api/modules/roomle_configurator_api.md +0 -49
  31. package/docs/api/modules/types.md +0 -16
  32. package/docs/api/modules.md +0 -13
  33. package/docs/examples/00_init.html +0 -38
  34. package/docs/examples/01_small_screen.html +0 -37
  35. package/docs/examples/02_resize_callback.html +0 -46
  36. package/docs/examples/03_instant_start.html +0 -38
  37. package/docs/examples/04_price.html +0 -48
  38. package/docs/examples/05_analytics.html +0 -38
  39. package/docs/examples/06_skinning.html +0 -39
  40. package/docs/examples/07_request_product.html +0 -41
  41. package/docs/examples/08_variants.html +0 -36
  42. package/docs/examples/09_different_products.html +0 -63
  43. package/docs/examples/10_landing_page.html +0 -38
  44. package/docs/examples/11_light_settings.html +0 -126
  45. package/docs/examples/12_email.html +0 -36
  46. package/docs/examples/13_parameters.html +0 -67
  47. package/docs/examples/14_ga_consent.html +0 -39
  48. package/docs/examples/roomle-configurator-api.es.min.js +0 -586
  49. package/docs/hsp.md +0 -61
  50. package/docs/images/parts.png +0 -0
  51. package/docs/images/usm-frames.png +0 -0
  52. package/docs/integration.md +0 -1101
  53. package/docs/md/web/ui/EMBEDDING-CHANGELOG.md +0 -17
  54. package/docs/migration-guides/v2-to-v3.md +0 -135
  55. package/docs/moc/index.md +0 -86
  56. package/docs/simple.md +0 -25
  57. package/roomle-configurator-api.cjs.js +0 -585
  58. package/roomle-configurator-api.cjs.min.js +0 -1
  59. package/roomle-configurator-api.es.js +0 -583
  60. package/roomle-configurator-api.es.min.js +0 -1
  61. package/roomle-configurator-api.js +0 -583
  62. package/types/index.d.ts +0 -1504
  63. package/types/src/common/business-logic/connector.d.ts +0 -8
  64. package/types/src/common/business-logic/event-bus.d.ts +0 -5
  65. package/types/src/common/components/collection-view/-utils/types.d.ts +0 -10
  66. package/types/src/common/plugins/analytics.d.ts +0 -11
  67. package/types/src/common/plugins/localize.d.ts +0 -8
  68. package/types/src/common/store/collection-view-state.d.ts +0 -40
  69. package/types/src/common/store/common-ui-state.d.ts +0 -16
  70. package/types/src/common/store/index.d.ts +0 -111
  71. package/types/src/common/translations/local-translation-source.d.ts +0 -8
  72. package/types/src/common/utils/access-restriction.d.ts +0 -7
  73. package/types/src/common/utils/ar-service.d.ts +0 -14
  74. package/types/src/common/utils/bezier.d.ts +0 -2
  75. package/types/src/common/utils/browser.d.ts +0 -3
  76. package/types/src/common/utils/color.d.ts +0 -2
  77. package/types/src/common/utils/compatibility.d.ts +0 -3
  78. package/types/src/common/utils/dom.d.ts +0 -15
  79. package/types/src/common/utils/font-size-detector.d.ts +0 -1
  80. package/types/src/common/utils/google-analytics.d.ts +0 -67
  81. package/types/src/common/utils/helper.d.ts +0 -43
  82. package/types/src/common/utils/iframe.d.ts +0 -3
  83. package/types/src/common/utils/init-data.d.ts +0 -34
  84. package/types/src/common/utils/merge.d.ts +0 -16
  85. package/types/src/common/utils/parameters.d.ts +0 -18
  86. package/types/src/common/utils/performance.d.ts +0 -2
  87. package/types/src/common/utils/plan.d.ts +0 -1
  88. package/types/src/common/utils/script-loader.d.ts +0 -5
  89. package/types/src/common/utils/share.d.ts +0 -1
  90. package/types/src/common/utils/touch-drag.d.ts +0 -24
  91. package/types/src/common/utils/types.d.ts +0 -19
  92. package/types/src/common/utils/user-agent.d.ts +0 -6
  93. package/types/src/common/utils/variants.d.ts +0 -3
  94. package/types/src/configurator/ar/main.d.ts +0 -1
  95. package/types/src/configurator/business-logic/roomle-sdk-wrapper.d.ts +0 -27
  96. package/types/src/configurator/business-logic/sdk-connector-configurator.d.ts +0 -29
  97. package/types/src/configurator/business-logic/sdk-connector.d.ts +0 -119
  98. package/types/src/configurator/business-logic/ui-callback.d.ts +0 -5
  99. package/types/src/configurator/components/-utils/overlays.d.ts +0 -43
  100. package/types/src/configurator/components/grid-view/-utils/GridViewHelper.d.ts +0 -16
  101. package/types/src/configurator/components/utils/-utils/SceneOffsetResizer.d.ts +0 -23
  102. package/types/src/configurator/embedding/example/main.d.ts +0 -1
  103. package/types/src/configurator/embedding/exposed-analytics-callbacks.d.ts +0 -10
  104. package/types/src/configurator/embedding/exposed-api.d.ts +0 -90
  105. package/types/src/configurator/embedding/exposed-callbacks.d.ts +0 -46
  106. package/types/src/configurator/embedding/helper.d.ts +0 -8
  107. package/types/src/configurator/embedding/message-handler.d.ts +0 -31
  108. package/types/src/configurator/embedding/roomle-configurator-api.d.ts +0 -64
  109. package/types/src/configurator/embedding/types.d.ts +0 -159
  110. package/types/src/configurator/embedding/utils.d.ts +0 -15
  111. package/types/src/configurator/plugins/embedding-callbacks-plugin.d.ts +0 -4
  112. package/types/src/configurator/plugins/libs-plugin.d.ts +0 -11
  113. package/types/src/configurator/plugins/sdk-connector-plugin.d.ts +0 -14
  114. package/types/src/configurator/store/core-data.d.ts +0 -34
  115. package/types/src/configurator/store/core-state.d.ts +0 -26
  116. package/types/src/configurator/store/ui-state.d.ts +0 -118
  117. package/types/src/main.d.ts +0 -14
  118. package/types/src/planner/business-logic/general-room-parameters.d.ts +0 -17
  119. package/types/src/planner/business-logic/pre-defined-rooms.d.ts +0 -2
  120. package/types/src/planner/business-logic/rooms.d.ts +0 -37
  121. package/types/src/planner/business-logic/sdk-connector-planner.d.ts +0 -28
  122. package/types/src/planner/store/planner-core-data.d.ts +0 -21
  123. package/types/src/planner/store/planner-ui-state.d.ts +0 -65
  124. package/types/src/planner/utils/interaction.d.ts +0 -3
  125. package/types/src/planner/utils/planner-sidebar.d.ts +0 -19
  126. package/types/src/viewer/business-logic/sdk-connector-viewer.d.ts +0 -18
  127. package/types/tests/helpers/data/base-64-images.d.ts +0 -1
  128. package/types/tests/helpers/data/configurator.d.ts +0 -7
  129. package/types/tests/helpers/data/items.d.ts +0 -208
  130. package/types/tests/helpers/data/materials.d.ts +0 -32
  131. package/types/tests/helpers/data/parameter-groups.d.ts +0 -242
  132. package/types/tests/helpers/data/parameters.d.ts +0 -399
  133. package/types/tests/helpers/data/part-list.d.ts +0 -126
  134. package/types/tests/helpers/data/plan.d.ts +0 -224
  135. package/types/tests/helpers/data/planObject.d.ts +0 -134
  136. package/types/tests/helpers/data/possible-children-tags.d.ts +0 -208
  137. package/types/tests/helpers/data/variants.d.ts +0 -60
  138. package/types/tests/helpers/data/wall-dimensions.d.ts +0 -41
  139. package/types/tests/helpers/dom.d.ts +0 -1
  140. package/types/tests/helpers/mocks/analytics.d.ts +0 -7
  141. package/types/tests/helpers/mocks/data/biohort-parameter.d.ts +0 -32
  142. package/types/tests/helpers/mocks/data/koinor-formia.d.ts +0 -289
  143. package/types/tests/helpers/mocks/embedding-callbacks.d.ts +0 -4
  144. package/types/tests/helpers/mocks/icon.d.ts +0 -3
  145. package/types/tests/helpers/mocks/localize.d.ts +0 -8
  146. package/types/tests/helpers/mocks/message.d.ts +0 -11
  147. package/types/tests/helpers/mocks/parameters.d.ts +0 -47
  148. package/types/tests/helpers/mocks/possible-children.d.ts +0 -596
  149. package/types/tests/helpers/mocks/roomle-sdk-wrapper.d.ts +0 -177
  150. package/types/tests/helpers/mocks/sdk-connector-configurator.d.ts +0 -13
  151. package/types/tests/helpers/mocks/sdk-connector-planner.d.ts +0 -13
  152. package/types/tests/helpers/mocks/sdk-connector.d.ts +0 -35
  153. package/types/tests/helpers/mocks/store.d.ts +0 -11
  154. package/types/tests/helpers/mocks/tag.d.ts +0 -148
  155. package/types/tests/helpers/utils.d.ts +0 -13
  156. package/types/tests/integration/common/components/ActionButtons.spec.d.ts +0 -1
  157. package/types/tests/integration/common/components/BottomBar.spec.d.ts +0 -1
  158. package/types/tests/integration/common/components/BottomButtons.spec.d.ts +0 -1
  159. package/types/tests/integration/common/components/IconButton.spec.d.ts +0 -1
  160. package/types/tests/integration/common/components/SelectionButtons.spec.d.ts +0 -1
  161. package/types/tests/integration/common/components/part-list/part-list/PartListPrint.spec.d.ts +0 -1
  162. package/types/tests/integration/common/components/part-list/part-list/PartListRow.spec.d.ts +0 -1
  163. package/types/tests/integration/configurator/App.spec.d.ts +0 -1
  164. package/types/tests/integration/configurator/components/ARButton.spec.d.ts +0 -1
  165. package/types/tests/integration/configurator/components/ConfiguratorMain.spec.d.ts +0 -9
  166. package/types/tests/integration/configurator/components/CookieBanner.spec.d.ts +0 -1
  167. package/types/tests/integration/configurator/components/Overlays.spec.d.ts +0 -1
  168. package/types/tests/integration/configurator/components/TopBar.spec.d.ts +0 -1
  169. package/types/tests/integration/configurator/components/ViewerMain.spec.d.ts +0 -1
  170. package/types/tests/integration/configurator/components/addons/AddonsTrigger.spec.d.ts +0 -1
  171. package/types/tests/integration/configurator/components/addons/PossibleChildren.spec.d.ts +0 -1
  172. package/types/tests/integration/configurator/components/collection-view/-utils/TabbedNav.spec.d.ts +0 -1
  173. package/types/tests/integration/configurator/components/collection-view/CollectionView.spec.d.ts +0 -1
  174. package/types/tests/integration/configurator/components/grid-view/-utils/CollapsedView.spec.d.ts +0 -1
  175. package/types/tests/integration/configurator/components/grid-view/-utils/ExpandedView.spec.d.ts +0 -1
  176. package/types/tests/integration/configurator/components/grid-view/-utils/GridViewElement.spec.d.ts +0 -1
  177. package/types/tests/integration/configurator/components/grid-view/-utils/GridViewHelper.spec.d.ts +0 -1
  178. package/types/tests/integration/configurator/components/grid-view/GridView.spec.d.ts +0 -1
  179. package/types/tests/integration/configurator/components/overlays/Export3D.spec.d.ts +0 -1
  180. package/types/tests/integration/configurator/components/overlays/NoDocking.spec.d.ts +0 -1
  181. package/types/tests/integration/configurator/components/overlays/PartList.spec.d.ts +0 -1
  182. package/types/tests/integration/configurator/components/overlays/SaveDraft.spec.d.ts +0 -1
  183. package/types/tests/integration/configurator/components/overlays/VariantWarning.spec.d.ts +0 -1
  184. package/types/tests/integration/configurator/components/overlays/ar/OpenARView.spec.d.ts +0 -1
  185. package/types/tests/integration/configurator/components/parameters/BackParameterGroupButton.spec.d.ts +0 -1
  186. package/types/tests/integration/configurator/components/parameters/NextParameterGroupButton.spec.d.ts +0 -1
  187. package/types/tests/integration/configurator/components/parameters/ParameterGroupButton.spec.d.ts +0 -1
  188. package/types/tests/integration/configurator/components/parameters/ParameterGroups.spec.d.ts +0 -1
  189. package/types/tests/integration/configurator/components/parameters/types/MaterialParameter.spec.d.ts +0 -1
  190. package/types/tests/integration/configurator/components/parameters/types/OptionsParameter.spec.d.ts +0 -1
  191. package/types/tests/integration/configurator/components/parameters/types/OptionsParameterValue.spec.d.ts +0 -1
  192. package/types/tests/integration/configurator/components/parameters/types/ProductVariant.spec.d.ts +0 -1
  193. package/types/tests/integration/configurator/components/parameters/types/RangeParameter.spec.d.ts +0 -1
  194. package/types/tests/integration/configurator/components/parameters/types/ThumbnailsParameter.spec.d.ts +0 -1
  195. package/types/tests/integration/configurator/components/utils/BackToWebsite.spec.d.ts +0 -1
  196. package/types/tests/integration/configurator/components/utils/CheckBox.spec.d.ts +0 -1
  197. package/types/tests/integration/configurator/components/utils/FullscreenContainer.spec.d.ts +0 -1
  198. package/types/tests/integration/configurator/components/utils/GdprEmailInput.spec.d.ts +0 -1
  199. package/types/tests/integration/configurator/components/utils/HeightToggle.spec.d.ts +0 -1
  200. package/types/tests/integration/configurator/components/utils/ImageWithFallback.spec.d.ts +0 -1
  201. package/types/tests/integration/configurator/components/utils/InteractionContainer.spec.d.ts +0 -1
  202. package/types/tests/integration/configurator/components/utils/PopUp.spec.d.ts +0 -1
  203. package/types/tests/integration/configurator/components/utils/ScrollHint.spec.d.ts +0 -1
  204. package/types/tests/integration/helper.spec.d.ts +0 -1
  205. package/types/tests/integration/planner/components/CatalogTrigger.spec.d.ts +0 -1
  206. package/types/tests/integration/planner/components/PlannerMain.spec.d.ts +0 -1
  207. package/types/tests/integration/planner/components/PlannerSidebar.spec.d.ts +0 -1
  208. package/types/tests/integration/planner/components/ProductListButton.spec.d.ts +0 -1
  209. package/types/tests/integration/planner/components/SampleRooms.spec.d.ts +0 -1
  210. package/types/tests/integration/planner/components/ShowWallMeasurements.spec.d.ts +0 -1
  211. package/types/tests/integration/planner/components/overlays/product-list/ProductListEntry.spec.d.ts +0 -1
  212. package/types/tests/integration/planner/components/overlays/rooms/RoomGeneralSettings.spec.d.ts +0 -1
  213. package/types/tests/integration/planner/components/overlays/rooms/RoomRangeParameter.spec.d.ts +0 -1
  214. package/types/tests/integration/planner/components/utils/InteractionHeader.spec.d.ts +0 -1
  215. package/types/tests/integration/planner/components/utils/sidebar-nav/SidebarNav.spec.d.ts +0 -1
  216. package/types/tests/unit/common/business-logic/event-bus.spec.d.ts +0 -1
  217. package/types/tests/unit/common/helper.spec.d.ts +0 -1
  218. package/types/tests/unit/common/translations/local-translation-source.spec.d.ts +0 -1
  219. package/types/tests/unit/common/utils/ar-service.spec.d.ts +0 -1
  220. package/types/tests/unit/common/utils/bezier.spec.d.ts +0 -1
  221. package/types/tests/unit/common/utils/color.spec.d.ts +0 -1
  222. package/types/tests/unit/common/utils/dom.spec.d.ts +0 -1
  223. package/types/tests/unit/common/utils/helper.spec.d.ts +0 -1
  224. package/types/tests/unit/common/utils/init-data.spec.d.ts +0 -1
  225. package/types/tests/unit/common/utils/parameters.spec.d.ts +0 -1
  226. package/types/tests/unit/common/utils/touch-drag.spec.d.ts +0 -1
  227. package/types/tests/unit/configurator/business-logic/sdk-connector-configurator.spec.d.ts +0 -1
  228. package/types/tests/unit/configurator/business-logic/sdk-connector.spec.d.ts +0 -1
  229. package/types/tests/unit/configurator/components/utils/-utils/ConfiguratorResizer.spec.d.ts +0 -1
  230. package/types/tests/unit/configurator/components/utils/WordWrap.spec.d.ts +0 -1
  231. package/types/tests/unit/configurator/embedding/exposed-api.spec.d.ts +0 -1
  232. package/types/tests/unit/configurator/embedding/utils.spec.d.ts +0 -1
  233. package/types/tests/unit/configurator/store/index.spec.d.ts +0 -1
  234. package/types/tests/unit/planner/business-logic/sdk-connector-planner.spec.d.ts +0 -1
@@ -1,224 +0,0 @@
1
- export declare const PLAN_OVERVIEW: {
2
- area: number;
3
- bounds: {
4
- origin: {
5
- x: number;
6
- y: number;
7
- z: number;
8
- };
9
- size: {
10
- x: number;
11
- y: number;
12
- z: number;
13
- };
14
- };
15
- outsideWalls: never[];
16
- rooms: never[];
17
- objects: {
18
- dimensions: {
19
- x: number;
20
- y: number;
21
- z: number;
22
- };
23
- center: {
24
- x: number;
25
- y: number;
26
- z: number;
27
- };
28
- customColor: number;
29
- rotation: number;
30
- customLabel: null;
31
- catalogItemId: string;
32
- configuration: string;
33
- configurationHash: string;
34
- parts: {
35
- fullList: ({
36
- articleNr: string;
37
- componentId: string;
38
- componentRuntimeIds: number[];
39
- subpartId: number;
40
- hasGeometry: boolean;
41
- label: string;
42
- labelIsCalculated: boolean;
43
- count: number;
44
- packageSize: number;
45
- valid: boolean;
46
- price: number;
47
- retailerPrice: number;
48
- currencySymbol: string;
49
- parameters: ({
50
- key: string;
51
- label: string;
52
- type: string;
53
- unitType: string;
54
- value: string;
55
- valueLabel: string;
56
- valueThumbnail: null;
57
- sort: number;
58
- } | {
59
- key: string;
60
- label: string;
61
- type: string;
62
- unitType: null;
63
- value: string;
64
- valueLabel: null;
65
- valueThumbnail: null;
66
- sort: number;
67
- } | {
68
- key: string;
69
- label: null;
70
- type: string;
71
- unitType: null;
72
- value: string;
73
- valueLabel: null;
74
- valueThumbnail: null;
75
- sort: number;
76
- })[];
77
- } | {
78
- articleNr: string;
79
- componentId: string;
80
- componentRuntimeIds: number[];
81
- subpartId: number;
82
- hasGeometry: boolean;
83
- label: string;
84
- labelIsCalculated: boolean;
85
- count: number;
86
- packageSize: number;
87
- valid: boolean;
88
- price: number;
89
- retailerPrice: number;
90
- currencySymbol: null;
91
- parameters: never[];
92
- })[];
93
- perMainComponent: {
94
- fullList: ({
95
- articleNr: string;
96
- componentId: string;
97
- componentRuntimeIds: number[];
98
- subpartId: number;
99
- hasGeometry: boolean;
100
- label: string;
101
- labelIsCalculated: boolean;
102
- count: number;
103
- packageSize: number;
104
- valid: boolean;
105
- price: number;
106
- retailerPrice: number;
107
- currencySymbol: string;
108
- parameters: ({
109
- key: string;
110
- label: string;
111
- type: string;
112
- unitType: string;
113
- value: string;
114
- valueLabel: string;
115
- valueThumbnail: null;
116
- sort: number;
117
- } | {
118
- key: string;
119
- label: string;
120
- type: string;
121
- unitType: null;
122
- value: string;
123
- valueLabel: null;
124
- valueThumbnail: null;
125
- sort: number;
126
- } | {
127
- key: string;
128
- label: null;
129
- type: string;
130
- unitType: null;
131
- value: string;
132
- valueLabel: null;
133
- valueThumbnail: null;
134
- sort: number;
135
- })[];
136
- } | {
137
- articleNr: string;
138
- componentId: string;
139
- componentRuntimeIds: number[];
140
- subpartId: number;
141
- hasGeometry: boolean;
142
- label: string;
143
- labelIsCalculated: boolean;
144
- count: number;
145
- packageSize: number;
146
- valid: boolean;
147
- price: number;
148
- retailerPrice: number;
149
- currencySymbol: null;
150
- parameters: never[];
151
- })[];
152
- perMainComponent: never[];
153
- originPart: {
154
- articleNr: null;
155
- componentId: string;
156
- componentRuntimeIds: number[];
157
- subpartId: number;
158
- hasGeometry: boolean;
159
- label: string;
160
- labelIsCalculated: boolean;
161
- count: number;
162
- packageSize: number;
163
- valid: boolean;
164
- price: number;
165
- retailerPrice: number;
166
- currencySymbol: null;
167
- parameters: ({
168
- key: string;
169
- label: string;
170
- type: string;
171
- unitType: null;
172
- value: string;
173
- valueLabel: string;
174
- valueThumbnail: string;
175
- sort: number;
176
- } | {
177
- key: string;
178
- label: string;
179
- type: string;
180
- unitType: string;
181
- value: string;
182
- valueLabel: string;
183
- valueThumbnail: null;
184
- sort: number;
185
- } | {
186
- key: string;
187
- label: string;
188
- type: string;
189
- unitType: null;
190
- value: string;
191
- valueLabel: string;
192
- valueThumbnail: null;
193
- sort: number;
194
- } | {
195
- key: string;
196
- label: string;
197
- type: string;
198
- unitType: null;
199
- value: string;
200
- valueLabel: null;
201
- valueThumbnail: null;
202
- sort: number;
203
- })[];
204
- };
205
- }[];
206
- originPart: {
207
- articleNr: null;
208
- componentId: null;
209
- componentRuntimeIds: never[];
210
- subpartId: number;
211
- hasGeometry: boolean;
212
- label: null;
213
- labelIsCalculated: boolean;
214
- count: number;
215
- packageSize: number;
216
- valid: boolean;
217
- price: number;
218
- retailerPrice: number;
219
- currencySymbol: null;
220
- parameters: never[];
221
- };
222
- };
223
- }[];
224
- };
@@ -1,134 +0,0 @@
1
- export declare const MOCK_PLAN_OBJECT: {
2
- catalogItemId: null;
3
- center: {
4
- x: number;
5
- y: number;
6
- z: number;
7
- };
8
- configuration: string;
9
- configurationHash: string;
10
- customColor: number;
11
- customLabel: null;
12
- data: {
13
- item: {
14
- height: number;
15
- width: number;
16
- depth: number;
17
- displayedHeight: number;
18
- displayedWidth: number;
19
- displayedDepth: number;
20
- perspectiveImage: string;
21
- perspectiveImageHD: string;
22
- topImage: string;
23
- threeDimensionalAssetWeb: string;
24
- threeDimensionalAssetIOS: string;
25
- threeDimensionalAsset: string;
26
- assets: {
27
- 'unity-13-web': {
28
- format: string;
29
- url: string;
30
- };
31
- usdz: {
32
- format: string;
33
- url: string;
34
- };
35
- 'glb2_draft-ios': {
36
- format: string;
37
- url: string;
38
- };
39
- 'unity-13-mac': {
40
- format: string;
41
- url: string;
42
- };
43
- 'glb2_draft-and': {
44
- format: string;
45
- url: string;
46
- };
47
- src: {
48
- format: string;
49
- url: string;
50
- };
51
- 'unity-13-ios': {
52
- format: string;
53
- url: string;
54
- };
55
- blend: {
56
- format: string;
57
- url: string;
58
- };
59
- 'glb2_draft-web': {
60
- format: string;
61
- url: string;
62
- };
63
- 'unity-13-and': {
64
- format: string;
65
- url: string;
66
- };
67
- glb: {
68
- format: string;
69
- url: string;
70
- };
71
- };
72
- externalIdentifier: string;
73
- manufacturerSKU: string;
74
- hidden: boolean;
75
- visibilityStatus: number;
76
- created: string;
77
- updated: string;
78
- flipable: boolean;
79
- scaleable: boolean;
80
- colorable: boolean;
81
- layer: number;
82
- sort: number;
83
- basecolor: string;
84
- orderable: boolean;
85
- requestable: boolean;
86
- retailPriceAllowed: boolean;
87
- label: string;
88
- language: string;
89
- catalog: string;
90
- id: string;
91
- links: {
92
- tags: string;
93
- similarItems: string;
94
- perfectFit: string;
95
- additionalContents: string;
96
- };
97
- attributes: never[];
98
- version: number;
99
- };
100
- };
101
- dimensions: {
102
- x: number;
103
- y: number;
104
- z: number;
105
- };
106
- rotation: number;
107
- runtimeId: number;
108
- parts: {
109
- assets: null;
110
- catalog: string;
111
- configuration: {
112
- componentId: string;
113
- parameters: {
114
- level: number;
115
- door: string;
116
- width: number;
117
- };
118
- };
119
- configurationHash: string;
120
- created: string;
121
- depth: number;
122
- height: number;
123
- id: string;
124
- label: string;
125
- lastAccess: string;
126
- orderable: boolean;
127
- parts: null;
128
- perspectiveImage: string;
129
- requestable: boolean;
130
- rootComponentId: string;
131
- topImage: string;
132
- width: number;
133
- };
134
- };
@@ -1,208 +0,0 @@
1
- export declare const FES_ALL_IN_GROUP_POSSIBLE_CHILDREN_TAGS: {
2
- id: string;
3
- externalIdentifier: string;
4
- global: boolean;
5
- created: string;
6
- updated: string;
7
- language: string;
8
- catalog: null;
9
- tags: never[];
10
- parents: never[];
11
- materials: never[];
12
- items: never[];
13
- possibleChildren: {
14
- externalIdentifier: string;
15
- catalog: string;
16
- id: string;
17
- configuration: string;
18
- active: boolean;
19
- updated: string;
20
- created: string;
21
- perspectiveImage: string;
22
- labels: never[];
23
- orderable: boolean;
24
- label: string;
25
- language: string;
26
- translations: {
27
- id: string;
28
- language: string;
29
- label: string;
30
- created: string;
31
- updated: string;
32
- }[];
33
- links: {
34
- tags: string;
35
- };
36
- version: number;
37
- __rapi_path__: string;
38
- isItem: boolean;
39
- isComponent: boolean;
40
- group: string;
41
- }[];
42
- key: string;
43
- }[];
44
- export declare const KOINOR_NO_GROUP_POSSIBLE_CHILDREN_TAGS: {
45
- id: string;
46
- global: boolean;
47
- created: string;
48
- updated: string;
49
- links: {
50
- items: string;
51
- materials: string;
52
- };
53
- catalog: string;
54
- label: string;
55
- language: string;
56
- items: string[];
57
- hidden: boolean;
58
- __rapi_path__: string;
59
- possibleChildren: ({
60
- height: number;
61
- width: number;
62
- depth: number;
63
- displayedHeight: number;
64
- displayedWidth: number;
65
- displayedDepth: number;
66
- perspectiveImage: string;
67
- perspectiveImageHD: string;
68
- topImage: string;
69
- externalIdentifier: string;
70
- configuration: string;
71
- rootComponentId: string;
72
- hidden: boolean;
73
- created: string;
74
- updated: string;
75
- type: string;
76
- detailType: string;
77
- flipable: boolean;
78
- scaleable: boolean;
79
- colorable: boolean;
80
- layer: number;
81
- sort: number;
82
- basecolor: string;
83
- orderable: boolean;
84
- requestable: boolean;
85
- retailPriceAllowed: boolean;
86
- label: string;
87
- language: string;
88
- catalog: string;
89
- id: string;
90
- tags: string[];
91
- links: {
92
- tags: string;
93
- similarItems: string;
94
- perfectFit: string;
95
- additionalContents: string;
96
- };
97
- attributes: never[];
98
- version: number;
99
- __rapi_path__: string;
100
- isItem: boolean;
101
- isComponent: boolean;
102
- group: null;
103
- active?: undefined;
104
- labels?: undefined;
105
- translations?: undefined;
106
- } | {
107
- externalIdentifier: string;
108
- catalog: string;
109
- id: string;
110
- type: string;
111
- detailType: string;
112
- configuration: string;
113
- active: boolean;
114
- updated: string;
115
- created: string;
116
- perspectiveImage: string;
117
- labels: never[];
118
- tags: string[];
119
- orderable: boolean;
120
- label: string;
121
- language: string;
122
- translations: {
123
- id: string;
124
- language: string;
125
- label: string;
126
- created: string;
127
- updated: string;
128
- }[];
129
- links: {
130
- tags: string;
131
- similarItems?: undefined;
132
- perfectFit?: undefined;
133
- additionalContents?: undefined;
134
- };
135
- version: number;
136
- __rapi_path__: string;
137
- isItem: boolean;
138
- isComponent: boolean;
139
- group: null;
140
- height?: undefined;
141
- width?: undefined;
142
- depth?: undefined;
143
- displayedHeight?: undefined;
144
- displayedWidth?: undefined;
145
- displayedDepth?: undefined;
146
- perspectiveImageHD?: undefined;
147
- topImage?: undefined;
148
- rootComponentId?: undefined;
149
- hidden?: undefined;
150
- flipable?: undefined;
151
- scaleable?: undefined;
152
- colorable?: undefined;
153
- layer?: undefined;
154
- sort?: undefined;
155
- basecolor?: undefined;
156
- requestable?: undefined;
157
- retailPriceAllowed?: undefined;
158
- attributes?: undefined;
159
- } | {
160
- height: number;
161
- width: number;
162
- depth: number;
163
- displayedHeight: number;
164
- displayedWidth: number;
165
- displayedDepth: number;
166
- perspectiveImage: string;
167
- perspectiveImageHD: string;
168
- topImage: string;
169
- externalIdentifier: string;
170
- configuration: string;
171
- rootComponentId: string;
172
- hidden: boolean;
173
- created: string;
174
- updated: string;
175
- type: string;
176
- detailType: string;
177
- flipable: boolean;
178
- scaleable: boolean;
179
- colorable: boolean;
180
- layer: number;
181
- basecolor: string;
182
- orderable: boolean;
183
- requestable: boolean;
184
- retailPriceAllowed: boolean;
185
- label: string;
186
- language: string;
187
- catalog: string;
188
- id: string;
189
- tags: string[];
190
- links: {
191
- tags: string;
192
- similarItems: string;
193
- perfectFit: string;
194
- additionalContents: string;
195
- };
196
- attributes: never[];
197
- version: number;
198
- __rapi_path__: string;
199
- isItem: boolean;
200
- isComponent: boolean;
201
- group: null;
202
- sort?: undefined;
203
- active?: undefined;
204
- labels?: undefined;
205
- translations?: undefined;
206
- })[];
207
- key: string;
208
- }[];
@@ -1,60 +0,0 @@
1
- export declare const ROLF_BENZ_VARIANTS: {
2
- id: string;
3
- global: boolean;
4
- created: string;
5
- updated: string;
6
- links: {
7
- items: string;
8
- materials: string;
9
- };
10
- catalog: string;
11
- label: string;
12
- language: string;
13
- items: {
14
- height: number;
15
- width: number;
16
- depth: number;
17
- displayedHeight: number;
18
- displayedWidth: number;
19
- displayedDepth: number;
20
- perspectiveImage: string;
21
- topImage: string;
22
- assets: {};
23
- externalIdentifier: string;
24
- manufacturerSKU: string;
25
- configuration: string;
26
- rootComponentId: string;
27
- hidden: boolean;
28
- visibilityStatus: number;
29
- created: string;
30
- updated: string;
31
- flipable: boolean;
32
- scaleable: boolean;
33
- colorable: boolean;
34
- layer: number;
35
- sort: number;
36
- basecolor: string;
37
- orderable: boolean;
38
- requestable: boolean;
39
- retailPriceAllowed: boolean;
40
- label: string;
41
- language: string;
42
- catalog: string;
43
- id: string;
44
- tags: string[];
45
- links: {
46
- tags: string;
47
- similarItems: string;
48
- perfectFit: string;
49
- additionalContents: string;
50
- };
51
- attributes: never[];
52
- version: number;
53
- __rapi_path__: string;
54
- sketch: string;
55
- }[];
56
- parents: string[];
57
- hidden: boolean;
58
- __rapi_path__: string;
59
- materials: never[];
60
- };
@@ -1,41 +0,0 @@
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
- }[];
@@ -1 +0,0 @@
1
- export declare const SAFARI_HACK: RegExp;
@@ -1,7 +0,0 @@
1
- declare class GoogleAnalyticsMock {
2
- trackEvent: () => undefined;
3
- }
4
- export declare class AnalyticsMock {
5
- ga: GoogleAnalyticsMock;
6
- }
7
- export {};
@@ -1,32 +0,0 @@
1
- export declare const BIOHORT_PARAMETERS: {
2
- key: string;
3
- label: string;
4
- type: string;
5
- unitType: null;
6
- value: string;
7
- group: string;
8
- enabled: boolean;
9
- validRange: {
10
- type: null;
11
- valueFrom: number;
12
- valueTo: number;
13
- step: number;
14
- };
15
- validGroups: never[];
16
- validValues: {
17
- value: string;
18
- label: string;
19
- thumbnail: null;
20
- }[];
21
- sort: number;
22
- highlighted: boolean;
23
- valuesAreEqual: boolean;
24
- grouping: {
25
- key: string;
26
- label: string;
27
- sort: number;
28
- collapsed: boolean;
29
- };
30
- valueLabel: string;
31
- uiType: string;
32
- }[];