@roomle/embedding-lib 4.43.0 → 5.0.1-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 (228) hide show
  1. package/.releaserc.json +4 -7
  2. package/README.md +5 -6
  3. package/docs/md/web/embedding/CHANGELOG.md +8 -0
  4. package/{types/src/configurator/embedding/roomle-configurator-api.d.ts → index.d.ts} +26 -18
  5. package/package.json +27 -13
  6. package/roomle-embedding-lib.es.js +431 -0
  7. package/roomle-embedding-lib.es.min.js +8 -0
  8. package/roomle-embedding-lib.umd.js +8 -0
  9. package/roomle-embedding-lib.umd.min.js +8 -0
  10. package/docs/__sidebar__.json +0 -14
  11. package/docs/api/.nojekyll +0 -1
  12. package/docs/api/README.md +0 -9
  13. package/docs/api/classes/exposed_analytics_callbacks.ExposedAnalyticsCallbacks.md +0 -47
  14. package/docs/api/classes/exposed_api.ExposedApi.md +0 -255
  15. package/docs/api/classes/exposed_callbacks.ExposedCallbacks.md +0 -195
  16. package/docs/api/classes/roomle_configurator_api.default.md +0 -211
  17. package/docs/api/enums/types.UI_BUTTON.md +0 -263
  18. package/docs/api/interfaces/exposed_callbacks.Labels.md +0 -32
  19. package/docs/api/interfaces/exposed_callbacks.Price.md +0 -32
  20. package/docs/api/interfaces/roomle_configurator_api.RoomleEmbeddingApiKeys.md +0 -58
  21. package/docs/api/interfaces/types.ConfiguratorSettings.md +0 -150
  22. package/docs/api/interfaces/types.EmbeddingSkin.md +0 -65
  23. package/docs/api/interfaces/types.UiInitData.md +0 -1199
  24. package/docs/api/interfaces/types.VariantsMap.md +0 -9
  25. package/docs/api/modules/exposed_analytics_callbacks.md +0 -9
  26. package/docs/api/modules/exposed_api.md +0 -9
  27. package/docs/api/modules/exposed_callbacks.md +0 -14
  28. package/docs/api/modules/roomle_configurator_api.md +0 -49
  29. package/docs/api/modules/types.md +0 -16
  30. package/docs/api/modules.md +0 -13
  31. package/docs/examples/00_init.html +0 -38
  32. package/docs/examples/01_small_screen.html +0 -37
  33. package/docs/examples/02_resize_callback.html +0 -46
  34. package/docs/examples/03_instant_start.html +0 -38
  35. package/docs/examples/04_price.html +0 -48
  36. package/docs/examples/05_analytics.html +0 -38
  37. package/docs/examples/06_skinning.html +0 -39
  38. package/docs/examples/07_request_product.html +0 -41
  39. package/docs/examples/08_variants.html +0 -36
  40. package/docs/examples/09_different_products.html +0 -63
  41. package/docs/examples/10_landing_page.html +0 -38
  42. package/docs/examples/11_light_settings.html +0 -126
  43. package/docs/examples/12_email.html +0 -36
  44. package/docs/examples/13_parameters.html +0 -67
  45. package/docs/examples/14_ga_consent.html +0 -39
  46. package/docs/examples/roomle-configurator-api.es.min.js +0 -586
  47. package/docs/hsp.md +0 -61
  48. package/docs/images/parts.png +0 -0
  49. package/docs/images/usm-frames.png +0 -0
  50. package/docs/integration.md +0 -1101
  51. package/docs/md/web/ui/EMBEDDING-CHANGELOG.md +0 -63
  52. package/docs/migration-guides/v2-to-v3.md +0 -135
  53. package/docs/moc/index.md +0 -86
  54. package/docs/simple.md +0 -25
  55. package/roomle-configurator-api.cjs.js +0 -585
  56. package/roomle-configurator-api.cjs.min.js +0 -1
  57. package/roomle-configurator-api.es.js +0 -583
  58. package/roomle-configurator-api.es.min.js +0 -1
  59. package/roomle-configurator-api.js +0 -583
  60. package/types/index.d.ts +0 -1500
  61. package/types/src/common/business-logic/connector.d.ts +0 -8
  62. package/types/src/common/business-logic/event-bus.d.ts +0 -5
  63. package/types/src/common/components/collection-view/-utils/types.d.ts +0 -10
  64. package/types/src/common/plugins/analytics.d.ts +0 -11
  65. package/types/src/common/plugins/localize.d.ts +0 -8
  66. package/types/src/common/store/collection-view-state.d.ts +0 -40
  67. package/types/src/common/store/common-ui-state.d.ts +0 -16
  68. package/types/src/common/store/index.d.ts +0 -111
  69. package/types/src/common/translations/local-translation-source.d.ts +0 -8
  70. package/types/src/common/utils/access-restriction.d.ts +0 -7
  71. package/types/src/common/utils/ar-service.d.ts +0 -14
  72. package/types/src/common/utils/bezier.d.ts +0 -2
  73. package/types/src/common/utils/browser.d.ts +0 -3
  74. package/types/src/common/utils/color.d.ts +0 -2
  75. package/types/src/common/utils/compatibility.d.ts +0 -3
  76. package/types/src/common/utils/dom.d.ts +0 -15
  77. package/types/src/common/utils/font-size-detector.d.ts +0 -1
  78. package/types/src/common/utils/google-analytics.d.ts +0 -67
  79. package/types/src/common/utils/helper.d.ts +0 -43
  80. package/types/src/common/utils/iframe.d.ts +0 -3
  81. package/types/src/common/utils/init-data.d.ts +0 -34
  82. package/types/src/common/utils/merge.d.ts +0 -16
  83. package/types/src/common/utils/parameters.d.ts +0 -18
  84. package/types/src/common/utils/performance.d.ts +0 -2
  85. package/types/src/common/utils/plan.d.ts +0 -1
  86. package/types/src/common/utils/script-loader.d.ts +0 -5
  87. package/types/src/common/utils/share.d.ts +0 -1
  88. package/types/src/common/utils/touch-drag.d.ts +0 -24
  89. package/types/src/common/utils/types.d.ts +0 -19
  90. package/types/src/common/utils/user-agent.d.ts +0 -6
  91. package/types/src/common/utils/variants.d.ts +0 -3
  92. package/types/src/configurator/ar/main.d.ts +0 -1
  93. package/types/src/configurator/business-logic/roomle-sdk-wrapper.d.ts +0 -27
  94. package/types/src/configurator/business-logic/sdk-connector-configurator.d.ts +0 -29
  95. package/types/src/configurator/business-logic/sdk-connector.d.ts +0 -119
  96. package/types/src/configurator/business-logic/ui-callback.d.ts +0 -5
  97. package/types/src/configurator/components/-utils/overlays.d.ts +0 -43
  98. package/types/src/configurator/components/grid-view/-utils/GridViewHelper.d.ts +0 -16
  99. package/types/src/configurator/components/utils/-utils/SceneOffsetResizer.d.ts +0 -23
  100. package/types/src/configurator/embedding/example/main.d.ts +0 -1
  101. package/types/src/configurator/embedding/exposed-analytics-callbacks.d.ts +0 -10
  102. package/types/src/configurator/embedding/exposed-api.d.ts +0 -90
  103. package/types/src/configurator/embedding/exposed-callbacks.d.ts +0 -46
  104. package/types/src/configurator/embedding/helper.d.ts +0 -8
  105. package/types/src/configurator/embedding/message-handler.d.ts +0 -31
  106. package/types/src/configurator/embedding/types.d.ts +0 -159
  107. package/types/src/configurator/embedding/utils.d.ts +0 -15
  108. package/types/src/configurator/plugins/embedding-callbacks-plugin.d.ts +0 -4
  109. package/types/src/configurator/plugins/libs-plugin.d.ts +0 -11
  110. package/types/src/configurator/plugins/sdk-connector-plugin.d.ts +0 -14
  111. package/types/src/configurator/store/core-data.d.ts +0 -34
  112. package/types/src/configurator/store/core-state.d.ts +0 -26
  113. package/types/src/configurator/store/ui-state.d.ts +0 -118
  114. package/types/src/main.d.ts +0 -14
  115. package/types/src/planner/business-logic/general-room-parameters.d.ts +0 -17
  116. package/types/src/planner/business-logic/pre-defined-rooms.d.ts +0 -2
  117. package/types/src/planner/business-logic/rooms.d.ts +0 -37
  118. package/types/src/planner/business-logic/sdk-connector-planner.d.ts +0 -28
  119. package/types/src/planner/store/planner-core-data.d.ts +0 -21
  120. package/types/src/planner/store/planner-ui-state.d.ts +0 -61
  121. package/types/src/planner/utils/interaction.d.ts +0 -3
  122. package/types/src/planner/utils/planner-sidebar.d.ts +0 -19
  123. package/types/src/viewer/business-logic/sdk-connector-viewer.d.ts +0 -18
  124. package/types/tests/helpers/data/base-64-images.d.ts +0 -1
  125. package/types/tests/helpers/data/configurator.d.ts +0 -7
  126. package/types/tests/helpers/data/items.d.ts +0 -208
  127. package/types/tests/helpers/data/materials.d.ts +0 -32
  128. package/types/tests/helpers/data/parameter-groups.d.ts +0 -242
  129. package/types/tests/helpers/data/parameters.d.ts +0 -399
  130. package/types/tests/helpers/data/part-list.d.ts +0 -126
  131. package/types/tests/helpers/data/plan.d.ts +0 -224
  132. package/types/tests/helpers/data/planObject.d.ts +0 -134
  133. package/types/tests/helpers/data/possible-children-tags.d.ts +0 -208
  134. package/types/tests/helpers/data/variants.d.ts +0 -60
  135. package/types/tests/helpers/dom.d.ts +0 -1
  136. package/types/tests/helpers/mocks/analytics.d.ts +0 -7
  137. package/types/tests/helpers/mocks/data/biohort-parameter.d.ts +0 -32
  138. package/types/tests/helpers/mocks/data/koinor-formia.d.ts +0 -289
  139. package/types/tests/helpers/mocks/embedding-callbacks.d.ts +0 -4
  140. package/types/tests/helpers/mocks/icon.d.ts +0 -3
  141. package/types/tests/helpers/mocks/localize.d.ts +0 -8
  142. package/types/tests/helpers/mocks/message.d.ts +0 -11
  143. package/types/tests/helpers/mocks/parameters.d.ts +0 -47
  144. package/types/tests/helpers/mocks/possible-children.d.ts +0 -596
  145. package/types/tests/helpers/mocks/roomle-sdk-wrapper.d.ts +0 -177
  146. package/types/tests/helpers/mocks/sdk-connector-configurator.d.ts +0 -13
  147. package/types/tests/helpers/mocks/sdk-connector-planner.d.ts +0 -13
  148. package/types/tests/helpers/mocks/sdk-connector.d.ts +0 -35
  149. package/types/tests/helpers/mocks/store.d.ts +0 -11
  150. package/types/tests/helpers/mocks/tag.d.ts +0 -148
  151. package/types/tests/helpers/utils.d.ts +0 -13
  152. package/types/tests/integration/common/components/ActionButtons.spec.d.ts +0 -1
  153. package/types/tests/integration/common/components/BottomBar.spec.d.ts +0 -1
  154. package/types/tests/integration/common/components/BottomButtons.spec.d.ts +0 -1
  155. package/types/tests/integration/common/components/IconButton.spec.d.ts +0 -1
  156. package/types/tests/integration/common/components/SelectionButtons.spec.d.ts +0 -1
  157. package/types/tests/integration/common/components/part-list/part-list/PartListPrint.spec.d.ts +0 -1
  158. package/types/tests/integration/common/components/part-list/part-list/PartListRow.spec.d.ts +0 -1
  159. package/types/tests/integration/configurator/App.spec.d.ts +0 -1
  160. package/types/tests/integration/configurator/components/ARButton.spec.d.ts +0 -1
  161. package/types/tests/integration/configurator/components/ConfiguratorMain.spec.d.ts +0 -9
  162. package/types/tests/integration/configurator/components/CookieBanner.spec.d.ts +0 -1
  163. package/types/tests/integration/configurator/components/Overlays.spec.d.ts +0 -1
  164. package/types/tests/integration/configurator/components/TopBar.spec.d.ts +0 -1
  165. package/types/tests/integration/configurator/components/ViewerMain.spec.d.ts +0 -1
  166. package/types/tests/integration/configurator/components/addons/AddonsTrigger.spec.d.ts +0 -1
  167. package/types/tests/integration/configurator/components/addons/PossibleChildren.spec.d.ts +0 -1
  168. package/types/tests/integration/configurator/components/collection-view/-utils/TabbedNav.spec.d.ts +0 -1
  169. package/types/tests/integration/configurator/components/collection-view/CollectionView.spec.d.ts +0 -1
  170. package/types/tests/integration/configurator/components/grid-view/-utils/CollapsedView.spec.d.ts +0 -1
  171. package/types/tests/integration/configurator/components/grid-view/-utils/ExpandedView.spec.d.ts +0 -1
  172. package/types/tests/integration/configurator/components/grid-view/-utils/GridViewElement.spec.d.ts +0 -1
  173. package/types/tests/integration/configurator/components/grid-view/-utils/GridViewHelper.spec.d.ts +0 -1
  174. package/types/tests/integration/configurator/components/grid-view/GridView.spec.d.ts +0 -1
  175. package/types/tests/integration/configurator/components/overlays/Export3D.spec.d.ts +0 -1
  176. package/types/tests/integration/configurator/components/overlays/NoDocking.spec.d.ts +0 -1
  177. package/types/tests/integration/configurator/components/overlays/PartList.spec.d.ts +0 -1
  178. package/types/tests/integration/configurator/components/overlays/SaveDraft.spec.d.ts +0 -1
  179. package/types/tests/integration/configurator/components/overlays/VariantWarning.spec.d.ts +0 -1
  180. package/types/tests/integration/configurator/components/overlays/ar/OpenARView.spec.d.ts +0 -1
  181. package/types/tests/integration/configurator/components/parameters/BackParameterGroupButton.spec.d.ts +0 -1
  182. package/types/tests/integration/configurator/components/parameters/NextParameterGroupButton.spec.d.ts +0 -1
  183. package/types/tests/integration/configurator/components/parameters/ParameterGroupButton.spec.d.ts +0 -1
  184. package/types/tests/integration/configurator/components/parameters/ParameterGroups.spec.d.ts +0 -1
  185. package/types/tests/integration/configurator/components/parameters/types/MaterialParameter.spec.d.ts +0 -1
  186. package/types/tests/integration/configurator/components/parameters/types/OptionsParameter.spec.d.ts +0 -1
  187. package/types/tests/integration/configurator/components/parameters/types/OptionsParameterValue.spec.d.ts +0 -1
  188. package/types/tests/integration/configurator/components/parameters/types/ProductVariant.spec.d.ts +0 -1
  189. package/types/tests/integration/configurator/components/parameters/types/RangeParameter.spec.d.ts +0 -1
  190. package/types/tests/integration/configurator/components/parameters/types/ThumbnailsParameter.spec.d.ts +0 -1
  191. package/types/tests/integration/configurator/components/utils/BackToWebsite.spec.d.ts +0 -1
  192. package/types/tests/integration/configurator/components/utils/CheckBox.spec.d.ts +0 -1
  193. package/types/tests/integration/configurator/components/utils/FullscreenContainer.spec.d.ts +0 -1
  194. package/types/tests/integration/configurator/components/utils/GdprEmailInput.spec.d.ts +0 -1
  195. package/types/tests/integration/configurator/components/utils/HeightToggle.spec.d.ts +0 -1
  196. package/types/tests/integration/configurator/components/utils/ImageWithFallback.spec.d.ts +0 -1
  197. package/types/tests/integration/configurator/components/utils/InteractionContainer.spec.d.ts +0 -1
  198. package/types/tests/integration/configurator/components/utils/PopUp.spec.d.ts +0 -1
  199. package/types/tests/integration/configurator/components/utils/ScrollHint.spec.d.ts +0 -1
  200. package/types/tests/integration/helper.spec.d.ts +0 -1
  201. package/types/tests/integration/planner/components/CatalogTrigger.spec.d.ts +0 -1
  202. package/types/tests/integration/planner/components/PlannerMain.spec.d.ts +0 -1
  203. package/types/tests/integration/planner/components/PlannerSidebar.spec.d.ts +0 -1
  204. package/types/tests/integration/planner/components/ProductListButton.spec.d.ts +0 -1
  205. package/types/tests/integration/planner/components/SampleRooms.spec.d.ts +0 -1
  206. package/types/tests/integration/planner/components/overlays/product-list/ProductListEntry.spec.d.ts +0 -1
  207. package/types/tests/integration/planner/components/overlays/rooms/RoomGeneralSettings.spec.d.ts +0 -1
  208. package/types/tests/integration/planner/components/overlays/rooms/RoomRangeParameter.spec.d.ts +0 -1
  209. package/types/tests/integration/planner/components/utils/sidebar-nav/SidebarNav.spec.d.ts +0 -1
  210. package/types/tests/unit/common/business-logic/event-bus.spec.d.ts +0 -1
  211. package/types/tests/unit/common/helper.spec.d.ts +0 -1
  212. package/types/tests/unit/common/translations/local-translation-source.spec.d.ts +0 -1
  213. package/types/tests/unit/common/utils/ar-service.spec.d.ts +0 -1
  214. package/types/tests/unit/common/utils/bezier.spec.d.ts +0 -1
  215. package/types/tests/unit/common/utils/color.spec.d.ts +0 -1
  216. package/types/tests/unit/common/utils/dom.spec.d.ts +0 -1
  217. package/types/tests/unit/common/utils/helper.spec.d.ts +0 -1
  218. package/types/tests/unit/common/utils/init-data.spec.d.ts +0 -1
  219. package/types/tests/unit/common/utils/parameters.spec.d.ts +0 -1
  220. package/types/tests/unit/common/utils/touch-drag.spec.d.ts +0 -1
  221. package/types/tests/unit/configurator/business-logic/sdk-connector-configurator.spec.d.ts +0 -1
  222. package/types/tests/unit/configurator/business-logic/sdk-connector.spec.d.ts +0 -1
  223. package/types/tests/unit/configurator/components/utils/-utils/ConfiguratorResizer.spec.d.ts +0 -1
  224. package/types/tests/unit/configurator/components/utils/WordWrap.spec.d.ts +0 -1
  225. package/types/tests/unit/configurator/embedding/exposed-api.spec.d.ts +0 -1
  226. package/types/tests/unit/configurator/embedding/utils.spec.d.ts +0 -1
  227. package/types/tests/unit/configurator/store/index.spec.d.ts +0 -1
  228. package/types/tests/unit/planner/business-logic/sdk-connector-planner.spec.d.ts +0 -1
@@ -1,596 +0,0 @@
1
- export declare const usmPossibleChildren: ({
2
- id: string;
3
- global: boolean;
4
- created: string;
5
- updated: string;
6
- sort: number;
7
- links: {
8
- items: string;
9
- materials: string;
10
- };
11
- catalog: string;
12
- label: string;
13
- language: string;
14
- items: never[];
15
- hidden: boolean;
16
- __rapi_path__: string;
17
- possibleChildren: ({
18
- height: number;
19
- width: number;
20
- depth: number;
21
- displayedHeight: number;
22
- displayedWidth: number;
23
- displayedDepth: number;
24
- perspectiveImage: string;
25
- topImage: string;
26
- externalIdentifier: string;
27
- manufacturerSKU: string;
28
- configuration: string;
29
- rootComponentId: string;
30
- hidden: boolean;
31
- created: string;
32
- updated: string;
33
- type: string;
34
- detailType: string;
35
- flipable: boolean;
36
- scaleable: boolean;
37
- colorable: boolean;
38
- layer: number;
39
- basecolor: string;
40
- orderable: boolean;
41
- requestable: boolean;
42
- retailPriceAllowed: boolean;
43
- label: string;
44
- language: string;
45
- catalog: string;
46
- id: string;
47
- tags: string[];
48
- links: {
49
- tags: string;
50
- similarItems: string;
51
- perfectFit: string;
52
- additionalContents: string;
53
- };
54
- attributes: {
55
- key: string;
56
- value: string;
57
- id: string;
58
- label: string;
59
- }[];
60
- version: number;
61
- __rapi_path__: string;
62
- isItem: boolean;
63
- isComponent: boolean;
64
- sort?: undefined;
65
- description?: undefined;
66
- perspectiveImageHD?: undefined;
67
- isDefault?: undefined;
68
- } | {
69
- height: number;
70
- width: number;
71
- depth: number;
72
- displayedHeight: number;
73
- displayedWidth: number;
74
- displayedDepth: number;
75
- perspectiveImage: string;
76
- topImage: string;
77
- externalIdentifier: string;
78
- manufacturerSKU: string;
79
- configuration: string;
80
- rootComponentId: string;
81
- hidden: boolean;
82
- created: string;
83
- updated: string;
84
- type: string;
85
- detailType: string;
86
- flipable: boolean;
87
- scaleable: boolean;
88
- colorable: boolean;
89
- layer: number;
90
- sort: number;
91
- basecolor: string;
92
- orderable: boolean;
93
- requestable: boolean;
94
- retailPriceAllowed: boolean;
95
- label: string;
96
- description: string;
97
- language: string;
98
- catalog: string;
99
- id: string;
100
- tags: string[];
101
- links: {
102
- tags: string;
103
- similarItems: string;
104
- perfectFit: string;
105
- additionalContents: string;
106
- };
107
- attributes: {
108
- key: string;
109
- value: string;
110
- id: string;
111
- label: string;
112
- }[];
113
- version: number;
114
- __rapi_path__: string;
115
- isItem: boolean;
116
- isComponent: boolean;
117
- perspectiveImageHD?: undefined;
118
- isDefault?: undefined;
119
- } | {
120
- height: number;
121
- width: number;
122
- depth: number;
123
- displayedHeight: number;
124
- displayedWidth: number;
125
- displayedDepth: number;
126
- perspectiveImage: string;
127
- topImage: string;
128
- externalIdentifier: string;
129
- manufacturerSKU: string;
130
- configuration: string;
131
- rootComponentId: string;
132
- hidden: boolean;
133
- created: string;
134
- updated: string;
135
- type: string;
136
- detailType: string;
137
- flipable: boolean;
138
- scaleable: boolean;
139
- colorable: boolean;
140
- layer: number;
141
- sort: number;
142
- basecolor: string;
143
- orderable: boolean;
144
- requestable: boolean;
145
- retailPriceAllowed: boolean;
146
- label: string;
147
- language: string;
148
- catalog: string;
149
- id: string;
150
- tags: string[];
151
- links: {
152
- tags: string;
153
- similarItems: string;
154
- perfectFit: string;
155
- additionalContents: string;
156
- };
157
- attributes: {
158
- key: string;
159
- value: string;
160
- id: string;
161
- label: string;
162
- }[];
163
- version: number;
164
- __rapi_path__: string;
165
- isItem: boolean;
166
- isComponent: boolean;
167
- description?: undefined;
168
- perspectiveImageHD?: undefined;
169
- isDefault?: undefined;
170
- } | {
171
- height: number;
172
- width: number;
173
- depth: number;
174
- displayedHeight: number;
175
- displayedWidth: number;
176
- displayedDepth: number;
177
- perspectiveImage: string;
178
- perspectiveImageHD: string;
179
- topImage: string;
180
- externalIdentifier: string;
181
- manufacturerSKU: string;
182
- configuration: string;
183
- rootComponentId: string;
184
- hidden: boolean;
185
- created: string;
186
- updated: string;
187
- type: string;
188
- detailType: string;
189
- flipable: boolean;
190
- scaleable: boolean;
191
- colorable: boolean;
192
- layer: number;
193
- sort: number;
194
- basecolor: string;
195
- orderable: boolean;
196
- requestable: boolean;
197
- retailPriceAllowed: boolean;
198
- label: string;
199
- description: string;
200
- language: string;
201
- catalog: string;
202
- id: string;
203
- tags: string[];
204
- links: {
205
- tags: string;
206
- similarItems: string;
207
- perfectFit: string;
208
- additionalContents: string;
209
- };
210
- attributes: {
211
- key: string;
212
- value: string;
213
- id: string;
214
- label: string;
215
- }[];
216
- version: number;
217
- __rapi_path__: string;
218
- isItem: boolean;
219
- isComponent: boolean;
220
- isDefault: boolean;
221
- })[];
222
- key: string;
223
- } | {
224
- id: string;
225
- global: boolean;
226
- created: string;
227
- updated: string;
228
- sort: number;
229
- links: {
230
- items: string;
231
- materials: string;
232
- };
233
- catalog: string;
234
- label: string;
235
- language: string;
236
- items: never[];
237
- hidden: boolean;
238
- __rapi_path__: string;
239
- possibleChildren: ({
240
- externalIdentifier: string;
241
- catalog: string;
242
- id: string;
243
- type: string;
244
- detailType: string;
245
- configuration: string;
246
- active: boolean;
247
- updated: string;
248
- created: string;
249
- perspectiveImage: string;
250
- labels: never[];
251
- tags: string[];
252
- orderable: boolean;
253
- label: string;
254
- language: string;
255
- links: {
256
- tags: string;
257
- };
258
- version: number;
259
- __rapi_path__: string;
260
- isItem: boolean;
261
- isComponent: boolean;
262
- neededComponents?: undefined;
263
- } | {
264
- externalIdentifier: string;
265
- catalog: string;
266
- id: string;
267
- type: string;
268
- detailType: string;
269
- configuration: string;
270
- active: boolean;
271
- updated: string;
272
- created: string;
273
- perspectiveImage: string;
274
- labels: never[];
275
- tags: string[];
276
- orderable: boolean;
277
- label: string;
278
- language: string;
279
- links: {
280
- tags: string;
281
- };
282
- neededComponents: string;
283
- version: number;
284
- __rapi_path__: string;
285
- isItem: boolean;
286
- isComponent: boolean;
287
- })[];
288
- key: string;
289
- })[];
290
- export declare const USM_UI_POSSIBLE_CHILDREN_TAG: {
291
- id: string;
292
- global: boolean;
293
- created: string;
294
- updated: string;
295
- sort: number;
296
- links: {
297
- items: string;
298
- materials: string;
299
- };
300
- catalog: string;
301
- label: string;
302
- language: string;
303
- items: never[];
304
- hidden: boolean;
305
- __rapi_path__: string;
306
- possibleChildren: ({
307
- id: string;
308
- global: boolean;
309
- created: string;
310
- updated: string;
311
- sort: number;
312
- links: {
313
- items: string;
314
- materials: string;
315
- };
316
- catalog: string;
317
- label: string;
318
- language: string;
319
- items: never[];
320
- hidden: boolean;
321
- __rapi_path__: string;
322
- possibleChildren: ({
323
- height: number;
324
- width: number;
325
- depth: number;
326
- displayedHeight: number;
327
- displayedWidth: number;
328
- displayedDepth: number;
329
- perspectiveImage: string;
330
- topImage: string;
331
- externalIdentifier: string;
332
- manufacturerSKU: string;
333
- configuration: string;
334
- rootComponentId: string;
335
- hidden: boolean;
336
- created: string;
337
- updated: string;
338
- type: string;
339
- detailType: string;
340
- flipable: boolean;
341
- scaleable: boolean;
342
- colorable: boolean;
343
- layer: number;
344
- basecolor: string;
345
- orderable: boolean;
346
- requestable: boolean;
347
- retailPriceAllowed: boolean;
348
- label: string;
349
- language: string;
350
- catalog: string;
351
- id: string;
352
- tags: string[];
353
- links: {
354
- tags: string;
355
- similarItems: string;
356
- perfectFit: string;
357
- additionalContents: string;
358
- };
359
- attributes: {
360
- key: string;
361
- value: string;
362
- id: string;
363
- label: string;
364
- }[];
365
- version: number;
366
- __rapi_path__: string;
367
- isItem: boolean;
368
- isComponent: boolean;
369
- sort?: undefined;
370
- description?: undefined;
371
- perspectiveImageHD?: undefined;
372
- isDefault?: undefined;
373
- } | {
374
- height: number;
375
- width: number;
376
- depth: number;
377
- displayedHeight: number;
378
- displayedWidth: number;
379
- displayedDepth: number;
380
- perspectiveImage: string;
381
- topImage: string;
382
- externalIdentifier: string;
383
- manufacturerSKU: string;
384
- configuration: string;
385
- rootComponentId: string;
386
- hidden: boolean;
387
- created: string;
388
- updated: string;
389
- type: string;
390
- detailType: string;
391
- flipable: boolean;
392
- scaleable: boolean;
393
- colorable: boolean;
394
- layer: number;
395
- sort: number;
396
- basecolor: string;
397
- orderable: boolean;
398
- requestable: boolean;
399
- retailPriceAllowed: boolean;
400
- label: string;
401
- description: string;
402
- language: string;
403
- catalog: string;
404
- id: string;
405
- tags: string[];
406
- links: {
407
- tags: string;
408
- similarItems: string;
409
- perfectFit: string;
410
- additionalContents: string;
411
- };
412
- attributes: {
413
- key: string;
414
- value: string;
415
- id: string;
416
- label: string;
417
- }[];
418
- version: number;
419
- __rapi_path__: string;
420
- isItem: boolean;
421
- isComponent: boolean;
422
- perspectiveImageHD?: undefined;
423
- isDefault?: undefined;
424
- } | {
425
- height: number;
426
- width: number;
427
- depth: number;
428
- displayedHeight: number;
429
- displayedWidth: number;
430
- displayedDepth: number;
431
- perspectiveImage: string;
432
- topImage: string;
433
- externalIdentifier: string;
434
- manufacturerSKU: string;
435
- configuration: string;
436
- rootComponentId: string;
437
- hidden: boolean;
438
- created: string;
439
- updated: string;
440
- type: string;
441
- detailType: string;
442
- flipable: boolean;
443
- scaleable: boolean;
444
- colorable: boolean;
445
- layer: number;
446
- sort: number;
447
- basecolor: string;
448
- orderable: boolean;
449
- requestable: boolean;
450
- retailPriceAllowed: boolean;
451
- label: string;
452
- language: string;
453
- catalog: string;
454
- id: string;
455
- tags: string[];
456
- links: {
457
- tags: string;
458
- similarItems: string;
459
- perfectFit: string;
460
- additionalContents: string;
461
- };
462
- attributes: {
463
- key: string;
464
- value: string;
465
- id: string;
466
- label: string;
467
- }[];
468
- version: number;
469
- __rapi_path__: string;
470
- isItem: boolean;
471
- isComponent: boolean;
472
- description?: undefined;
473
- perspectiveImageHD?: undefined;
474
- isDefault?: undefined;
475
- } | {
476
- height: number;
477
- width: number;
478
- depth: number;
479
- displayedHeight: number;
480
- displayedWidth: number;
481
- displayedDepth: number;
482
- perspectiveImage: string;
483
- perspectiveImageHD: string;
484
- topImage: string;
485
- externalIdentifier: string;
486
- manufacturerSKU: string;
487
- configuration: string;
488
- rootComponentId: string;
489
- hidden: boolean;
490
- created: string;
491
- updated: string;
492
- type: string;
493
- detailType: string;
494
- flipable: boolean;
495
- scaleable: boolean;
496
- colorable: boolean;
497
- layer: number;
498
- sort: number;
499
- basecolor: string;
500
- orderable: boolean;
501
- requestable: boolean;
502
- retailPriceAllowed: boolean;
503
- label: string;
504
- description: string;
505
- language: string;
506
- catalog: string;
507
- id: string;
508
- tags: string[];
509
- links: {
510
- tags: string;
511
- similarItems: string;
512
- perfectFit: string;
513
- additionalContents: string;
514
- };
515
- attributes: {
516
- key: string;
517
- value: string;
518
- id: string;
519
- label: string;
520
- }[];
521
- version: number;
522
- __rapi_path__: string;
523
- isItem: boolean;
524
- isComponent: boolean;
525
- isDefault: boolean;
526
- })[];
527
- key: string;
528
- } | {
529
- id: string;
530
- global: boolean;
531
- created: string;
532
- updated: string;
533
- sort: number;
534
- links: {
535
- items: string;
536
- materials: string;
537
- };
538
- catalog: string;
539
- label: string;
540
- language: string;
541
- items: never[];
542
- hidden: boolean;
543
- __rapi_path__: string;
544
- possibleChildren: ({
545
- externalIdentifier: string;
546
- catalog: string;
547
- id: string;
548
- type: string;
549
- detailType: string;
550
- configuration: string;
551
- active: boolean;
552
- updated: string;
553
- created: string;
554
- perspectiveImage: string;
555
- labels: never[];
556
- tags: string[];
557
- orderable: boolean;
558
- label: string;
559
- language: string;
560
- links: {
561
- tags: string;
562
- };
563
- version: number;
564
- __rapi_path__: string;
565
- isItem: boolean;
566
- isComponent: boolean;
567
- neededComponents?: undefined;
568
- } | {
569
- externalIdentifier: string;
570
- catalog: string;
571
- id: string;
572
- type: string;
573
- detailType: string;
574
- configuration: string;
575
- active: boolean;
576
- updated: string;
577
- created: string;
578
- perspectiveImage: string;
579
- labels: never[];
580
- tags: string[];
581
- orderable: boolean;
582
- label: string;
583
- language: string;
584
- links: {
585
- tags: string;
586
- };
587
- neededComponents: string;
588
- version: number;
589
- __rapi_path__: string;
590
- isItem: boolean;
591
- isComponent: boolean;
592
- })[];
593
- key: string;
594
- })[];
595
- key: string;
596
- };