@roomle/embedding-lib 4.44.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 (231) 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 -17
  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 -1504
  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 -65
  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/data/wall-dimensions.d.ts +0 -41
  136. package/types/tests/helpers/dom.d.ts +0 -1
  137. package/types/tests/helpers/mocks/analytics.d.ts +0 -7
  138. package/types/tests/helpers/mocks/data/biohort-parameter.d.ts +0 -32
  139. package/types/tests/helpers/mocks/data/koinor-formia.d.ts +0 -289
  140. package/types/tests/helpers/mocks/embedding-callbacks.d.ts +0 -4
  141. package/types/tests/helpers/mocks/icon.d.ts +0 -3
  142. package/types/tests/helpers/mocks/localize.d.ts +0 -8
  143. package/types/tests/helpers/mocks/message.d.ts +0 -11
  144. package/types/tests/helpers/mocks/parameters.d.ts +0 -47
  145. package/types/tests/helpers/mocks/possible-children.d.ts +0 -596
  146. package/types/tests/helpers/mocks/roomle-sdk-wrapper.d.ts +0 -177
  147. package/types/tests/helpers/mocks/sdk-connector-configurator.d.ts +0 -13
  148. package/types/tests/helpers/mocks/sdk-connector-planner.d.ts +0 -13
  149. package/types/tests/helpers/mocks/sdk-connector.d.ts +0 -35
  150. package/types/tests/helpers/mocks/store.d.ts +0 -11
  151. package/types/tests/helpers/mocks/tag.d.ts +0 -148
  152. package/types/tests/helpers/utils.d.ts +0 -13
  153. package/types/tests/integration/common/components/ActionButtons.spec.d.ts +0 -1
  154. package/types/tests/integration/common/components/BottomBar.spec.d.ts +0 -1
  155. package/types/tests/integration/common/components/BottomButtons.spec.d.ts +0 -1
  156. package/types/tests/integration/common/components/IconButton.spec.d.ts +0 -1
  157. package/types/tests/integration/common/components/SelectionButtons.spec.d.ts +0 -1
  158. package/types/tests/integration/common/components/part-list/part-list/PartListPrint.spec.d.ts +0 -1
  159. package/types/tests/integration/common/components/part-list/part-list/PartListRow.spec.d.ts +0 -1
  160. package/types/tests/integration/configurator/App.spec.d.ts +0 -1
  161. package/types/tests/integration/configurator/components/ARButton.spec.d.ts +0 -1
  162. package/types/tests/integration/configurator/components/ConfiguratorMain.spec.d.ts +0 -9
  163. package/types/tests/integration/configurator/components/CookieBanner.spec.d.ts +0 -1
  164. package/types/tests/integration/configurator/components/Overlays.spec.d.ts +0 -1
  165. package/types/tests/integration/configurator/components/TopBar.spec.d.ts +0 -1
  166. package/types/tests/integration/configurator/components/ViewerMain.spec.d.ts +0 -1
  167. package/types/tests/integration/configurator/components/addons/AddonsTrigger.spec.d.ts +0 -1
  168. package/types/tests/integration/configurator/components/addons/PossibleChildren.spec.d.ts +0 -1
  169. package/types/tests/integration/configurator/components/collection-view/-utils/TabbedNav.spec.d.ts +0 -1
  170. package/types/tests/integration/configurator/components/collection-view/CollectionView.spec.d.ts +0 -1
  171. package/types/tests/integration/configurator/components/grid-view/-utils/CollapsedView.spec.d.ts +0 -1
  172. package/types/tests/integration/configurator/components/grid-view/-utils/ExpandedView.spec.d.ts +0 -1
  173. package/types/tests/integration/configurator/components/grid-view/-utils/GridViewElement.spec.d.ts +0 -1
  174. package/types/tests/integration/configurator/components/grid-view/-utils/GridViewHelper.spec.d.ts +0 -1
  175. package/types/tests/integration/configurator/components/grid-view/GridView.spec.d.ts +0 -1
  176. package/types/tests/integration/configurator/components/overlays/Export3D.spec.d.ts +0 -1
  177. package/types/tests/integration/configurator/components/overlays/NoDocking.spec.d.ts +0 -1
  178. package/types/tests/integration/configurator/components/overlays/PartList.spec.d.ts +0 -1
  179. package/types/tests/integration/configurator/components/overlays/SaveDraft.spec.d.ts +0 -1
  180. package/types/tests/integration/configurator/components/overlays/VariantWarning.spec.d.ts +0 -1
  181. package/types/tests/integration/configurator/components/overlays/ar/OpenARView.spec.d.ts +0 -1
  182. package/types/tests/integration/configurator/components/parameters/BackParameterGroupButton.spec.d.ts +0 -1
  183. package/types/tests/integration/configurator/components/parameters/NextParameterGroupButton.spec.d.ts +0 -1
  184. package/types/tests/integration/configurator/components/parameters/ParameterGroupButton.spec.d.ts +0 -1
  185. package/types/tests/integration/configurator/components/parameters/ParameterGroups.spec.d.ts +0 -1
  186. package/types/tests/integration/configurator/components/parameters/types/MaterialParameter.spec.d.ts +0 -1
  187. package/types/tests/integration/configurator/components/parameters/types/OptionsParameter.spec.d.ts +0 -1
  188. package/types/tests/integration/configurator/components/parameters/types/OptionsParameterValue.spec.d.ts +0 -1
  189. package/types/tests/integration/configurator/components/parameters/types/ProductVariant.spec.d.ts +0 -1
  190. package/types/tests/integration/configurator/components/parameters/types/RangeParameter.spec.d.ts +0 -1
  191. package/types/tests/integration/configurator/components/parameters/types/ThumbnailsParameter.spec.d.ts +0 -1
  192. package/types/tests/integration/configurator/components/utils/BackToWebsite.spec.d.ts +0 -1
  193. package/types/tests/integration/configurator/components/utils/CheckBox.spec.d.ts +0 -1
  194. package/types/tests/integration/configurator/components/utils/FullscreenContainer.spec.d.ts +0 -1
  195. package/types/tests/integration/configurator/components/utils/GdprEmailInput.spec.d.ts +0 -1
  196. package/types/tests/integration/configurator/components/utils/HeightToggle.spec.d.ts +0 -1
  197. package/types/tests/integration/configurator/components/utils/ImageWithFallback.spec.d.ts +0 -1
  198. package/types/tests/integration/configurator/components/utils/InteractionContainer.spec.d.ts +0 -1
  199. package/types/tests/integration/configurator/components/utils/PopUp.spec.d.ts +0 -1
  200. package/types/tests/integration/configurator/components/utils/ScrollHint.spec.d.ts +0 -1
  201. package/types/tests/integration/helper.spec.d.ts +0 -1
  202. package/types/tests/integration/planner/components/CatalogTrigger.spec.d.ts +0 -1
  203. package/types/tests/integration/planner/components/PlannerMain.spec.d.ts +0 -1
  204. package/types/tests/integration/planner/components/PlannerSidebar.spec.d.ts +0 -1
  205. package/types/tests/integration/planner/components/ProductListButton.spec.d.ts +0 -1
  206. package/types/tests/integration/planner/components/SampleRooms.spec.d.ts +0 -1
  207. package/types/tests/integration/planner/components/ShowWallMeasurements.spec.d.ts +0 -1
  208. package/types/tests/integration/planner/components/overlays/product-list/ProductListEntry.spec.d.ts +0 -1
  209. package/types/tests/integration/planner/components/overlays/rooms/RoomGeneralSettings.spec.d.ts +0 -1
  210. package/types/tests/integration/planner/components/overlays/rooms/RoomRangeParameter.spec.d.ts +0 -1
  211. package/types/tests/integration/planner/components/utils/InteractionHeader.spec.d.ts +0 -1
  212. package/types/tests/integration/planner/components/utils/sidebar-nav/SidebarNav.spec.d.ts +0 -1
  213. package/types/tests/unit/common/business-logic/event-bus.spec.d.ts +0 -1
  214. package/types/tests/unit/common/helper.spec.d.ts +0 -1
  215. package/types/tests/unit/common/translations/local-translation-source.spec.d.ts +0 -1
  216. package/types/tests/unit/common/utils/ar-service.spec.d.ts +0 -1
  217. package/types/tests/unit/common/utils/bezier.spec.d.ts +0 -1
  218. package/types/tests/unit/common/utils/color.spec.d.ts +0 -1
  219. package/types/tests/unit/common/utils/dom.spec.d.ts +0 -1
  220. package/types/tests/unit/common/utils/helper.spec.d.ts +0 -1
  221. package/types/tests/unit/common/utils/init-data.spec.d.ts +0 -1
  222. package/types/tests/unit/common/utils/parameters.spec.d.ts +0 -1
  223. package/types/tests/unit/common/utils/touch-drag.spec.d.ts +0 -1
  224. package/types/tests/unit/configurator/business-logic/sdk-connector-configurator.spec.d.ts +0 -1
  225. package/types/tests/unit/configurator/business-logic/sdk-connector.spec.d.ts +0 -1
  226. package/types/tests/unit/configurator/components/utils/-utils/ConfiguratorResizer.spec.d.ts +0 -1
  227. package/types/tests/unit/configurator/components/utils/WordWrap.spec.d.ts +0 -1
  228. package/types/tests/unit/configurator/embedding/exposed-api.spec.d.ts +0 -1
  229. package/types/tests/unit/configurator/embedding/utils.spec.d.ts +0 -1
  230. package/types/tests/unit/configurator/store/index.spec.d.ts +0 -1
  231. package/types/tests/unit/planner/business-logic/sdk-connector-planner.spec.d.ts +0 -1
@@ -1,32 +0,0 @@
1
- export declare const MATERIAL_GROUPS: {
2
- id: string;
3
- label: string;
4
- materials: {
5
- externalIdentifier: string;
6
- id: string;
7
- color: string;
8
- shading: {
9
- basecolor: {
10
- r: number;
11
- g: number;
12
- b: number;
13
- };
14
- metallic: number;
15
- roughness: number;
16
- alpha: number;
17
- };
18
- label: string;
19
- language: string;
20
- catalog: string;
21
- group: string;
22
- groupLabel: string;
23
- links: {
24
- textures: string;
25
- };
26
- hidden: boolean;
27
- active: boolean;
28
- updated: string;
29
- created: string;
30
- __rapi_path__: string;
31
- }[];
32
- }[];
@@ -1,242 +0,0 @@
1
- export declare const FES_PARAMETER_GROUPS_STORE: ({
2
- key: string;
3
- collapsed: boolean;
4
- label: string;
5
- sort: number;
6
- parameters: ({
7
- key: string;
8
- label: string;
9
- type: string;
10
- unitType: string;
11
- value: string;
12
- group: string;
13
- enabled: boolean;
14
- validRange: {
15
- type: string;
16
- valueFrom: number;
17
- valueTo: number;
18
- step: number;
19
- };
20
- validGroups: never[];
21
- validValues: never[];
22
- sort: number;
23
- highlighted: boolean;
24
- valuesAreEqual: boolean;
25
- grouping: {
26
- key: string;
27
- label: string;
28
- sort: number;
29
- collapsed: boolean;
30
- };
31
- valueLabel: string;
32
- uiType: string;
33
- validRangeLabels: {
34
- valueFrom: string;
35
- valueTo: string;
36
- type: string;
37
- };
38
- } | {
39
- key: string;
40
- label: string;
41
- type: string;
42
- unitType: null;
43
- value: string;
44
- group: string;
45
- enabled: boolean;
46
- validRange: {
47
- type: string;
48
- valueFrom: number;
49
- valueTo: number;
50
- step: number;
51
- };
52
- validGroups: never[];
53
- validValues: never[];
54
- sort: number;
55
- highlighted: boolean;
56
- valuesAreEqual: boolean;
57
- grouping: {
58
- key: string;
59
- label: string;
60
- sort: number;
61
- collapsed: boolean;
62
- };
63
- valueLabel: string;
64
- uiType: string;
65
- validRangeLabels: {
66
- valueFrom: string;
67
- valueTo: string;
68
- type: string;
69
- };
70
- })[];
71
- } | {
72
- key: string;
73
- collapsed: boolean;
74
- label: string;
75
- sort: number;
76
- parameters: ({
77
- key: string;
78
- label: string;
79
- type: string;
80
- unitType: null;
81
- value: string;
82
- group: string;
83
- enabled: boolean;
84
- validRange: {
85
- type: null;
86
- valueFrom: number;
87
- valueTo: number;
88
- step: number;
89
- };
90
- validGroups: never[];
91
- validValues: {
92
- value: string;
93
- label: string;
94
- thumbnail: string;
95
- }[];
96
- sort: number;
97
- highlighted: boolean;
98
- valuesAreEqual: boolean;
99
- grouping: {
100
- key: string;
101
- label: string;
102
- sort: number;
103
- collapsed: boolean;
104
- };
105
- valueLabel: string;
106
- uiType: string;
107
- } | {
108
- key: string;
109
- label: string;
110
- type: string;
111
- unitType: null;
112
- value: string;
113
- group: string;
114
- enabled: boolean;
115
- validRange: {
116
- type: null;
117
- valueFrom: number;
118
- valueTo: number;
119
- step: number;
120
- };
121
- validGroups: never[];
122
- validValues: {
123
- value: string;
124
- label: string;
125
- thumbnail: null;
126
- }[];
127
- sort: number;
128
- highlighted: boolean;
129
- valuesAreEqual: boolean;
130
- grouping: {
131
- key: string;
132
- label: string;
133
- sort: number;
134
- collapsed: boolean;
135
- };
136
- valueLabel: string;
137
- uiType: string;
138
- })[];
139
- })[];
140
- export declare const FES_PARAMETER_GROUPS: ({
141
- key: string;
142
- label: string;
143
- type: string;
144
- unitType: string;
145
- value: string;
146
- group: string;
147
- enabled: boolean;
148
- validRange: {
149
- type: string;
150
- valueFrom: number;
151
- valueTo: number;
152
- step: number;
153
- };
154
- validGroups: never[];
155
- validValues: never[];
156
- sort: number;
157
- highlighted: boolean;
158
- valuesAreEqual: boolean;
159
- grouping: {
160
- key: string;
161
- label: string;
162
- sort: number;
163
- collapsed: boolean;
164
- };
165
- valueLabel: string;
166
- uiType: string;
167
- validRangeLabels: {
168
- valueFrom: string;
169
- valueTo: string;
170
- type: string;
171
- };
172
- } | {
173
- key: string;
174
- label: string;
175
- type: string;
176
- unitType: null;
177
- value: string;
178
- group: string;
179
- enabled: boolean;
180
- validRange: {
181
- type: null;
182
- valueFrom: number;
183
- valueTo: number;
184
- step: number;
185
- };
186
- validGroups: never[];
187
- validValues: {
188
- value: string;
189
- label: string;
190
- thumbnail: null;
191
- }[];
192
- sort: number;
193
- highlighted: boolean;
194
- valuesAreEqual: boolean;
195
- grouping: {
196
- key: string;
197
- label: string;
198
- sort: number;
199
- collapsed: boolean;
200
- };
201
- valueLabel: string;
202
- uiType: string;
203
- validRangeLabels?: undefined;
204
- } | {
205
- key: string;
206
- label: string;
207
- type: string;
208
- unitType: null;
209
- value: string;
210
- group: string;
211
- enabled: boolean;
212
- validRange: {
213
- type: null;
214
- valueFrom: number;
215
- valueTo: number;
216
- step: number;
217
- };
218
- validGroups: never[];
219
- validValues: {
220
- value: string;
221
- label: string;
222
- thumbnail: string;
223
- }[];
224
- sort: number;
225
- highlighted: boolean;
226
- valuesAreEqual: boolean;
227
- grouping: {
228
- key: string;
229
- label: string;
230
- sort: number;
231
- collapsed: boolean;
232
- };
233
- valueLabel: string;
234
- uiType: string;
235
- validRangeLabels?: undefined;
236
- })[];
237
- export declare const FES_ALL_PARAMETER_GROUPS: {
238
- key: string;
239
- label: string;
240
- sort: number;
241
- collapsed: boolean;
242
- }[];
@@ -1,399 +0,0 @@
1
- export declare const MATERIAL_PARAMETER: {
2
- key: string;
3
- label: string;
4
- type: string;
5
- unitType: null;
6
- value: string;
7
- group: string;
8
- grouping: {
9
- collapsed: boolean;
10
- key: string;
11
- label: string;
12
- sort: number;
13
- };
14
- enabled: boolean;
15
- validRange: {
16
- type: null;
17
- valueFrom: number;
18
- valueTo: number;
19
- };
20
- validGroups: string[];
21
- validValues: never[];
22
- sort: number;
23
- highlighted: boolean;
24
- valueLabel: string;
25
- uiType: string;
26
- groups: Promise<{
27
- id: string;
28
- label: string;
29
- materials: {
30
- externalIdentifier: string;
31
- id: string;
32
- color: string;
33
- shading: {
34
- basecolor: {
35
- r: number;
36
- g: number;
37
- b: number;
38
- };
39
- metallic: number;
40
- roughness: number;
41
- alpha: number;
42
- };
43
- label: string;
44
- language: string;
45
- catalog: string;
46
- group: string;
47
- groupLabel: string;
48
- links: {
49
- textures: string;
50
- };
51
- hidden: boolean;
52
- active: boolean;
53
- updated: string;
54
- created: string;
55
- __rapi_path__: string;
56
- }[];
57
- }[]>;
58
- };
59
- export declare const OPTIONS_PARAMETER_2: {
60
- enabled: boolean;
61
- group: null;
62
- grouping: null;
63
- highlighted: boolean;
64
- key: string;
65
- label: string;
66
- sort: number;
67
- type: string;
68
- uiType: string;
69
- unitType: null;
70
- validGroups: never[];
71
- validRange: {
72
- type: null;
73
- valueFrom: number;
74
- valueTo: number;
75
- };
76
- validValues: {
77
- label: string;
78
- thumbnail: string;
79
- value: string;
80
- }[];
81
- value: string;
82
- valueLabel: string;
83
- };
84
- export declare const EMPTY_OPTIONS_PARAMETER: {
85
- enabled: boolean;
86
- group: null;
87
- grouping: null;
88
- highlighted: boolean;
89
- key: string;
90
- label: string;
91
- sort: number;
92
- type: string;
93
- uiType: string;
94
- unitType: null;
95
- validGroups: never[];
96
- validRange: {
97
- type: null;
98
- valueFrom: number;
99
- valueTo: number;
100
- };
101
- validValues: never[];
102
- value: string;
103
- valueLabel: string;
104
- };
105
- export declare const THUMBNAIL_PARAMETER_1: {
106
- enabled: boolean;
107
- group: null;
108
- grouping: null;
109
- highlighted: boolean;
110
- key: string;
111
- label: string;
112
- sort: number;
113
- type: string;
114
- uiType: string;
115
- unitType: null;
116
- validGroups: never[];
117
- validRange: {
118
- type: null;
119
- valueFrom: number;
120
- valueTo: number;
121
- };
122
- validValues: {
123
- label: string;
124
- thumbnail: string;
125
- value: string;
126
- }[];
127
- value: string;
128
- valueLabel: string;
129
- };
130
- export declare const OPTIONS_PARAMETER_5: {
131
- enabled: boolean;
132
- group: null;
133
- grouping: null;
134
- highlighted: boolean;
135
- key: string;
136
- label: string;
137
- sort: number;
138
- type: string;
139
- uiType: string;
140
- unitType: string;
141
- validGroups: never[];
142
- validRange: {
143
- type: null;
144
- };
145
- validValues: {
146
- label: string;
147
- thumbnail: null;
148
- value: string;
149
- }[];
150
- value: string;
151
- valueLabel: string;
152
- };
153
- export declare const VALID_VALUE: {
154
- label: string;
155
- thumbnail: null;
156
- value: string;
157
- };
158
- export declare const PARAMETER_GROUP: {
159
- collapsed: boolean;
160
- key: string;
161
- label: string;
162
- sort: number;
163
- parameters: {
164
- key: string;
165
- label: string;
166
- type: string;
167
- unitType: null;
168
- value: string;
169
- group: string;
170
- grouping: {
171
- collapsed: boolean;
172
- key: string;
173
- label: string;
174
- sort: number;
175
- };
176
- enabled: boolean;
177
- validRange: {
178
- type: null;
179
- valueFrom: number;
180
- valueTo: number;
181
- };
182
- validGroups: string[];
183
- validValues: never[];
184
- sort: number;
185
- highlighted: boolean;
186
- valueLabel: string;
187
- uiType: string;
188
- groups: Promise<{
189
- id: string;
190
- label: string;
191
- materials: {
192
- externalIdentifier: string;
193
- id: string;
194
- color: string;
195
- shading: {
196
- basecolor: {
197
- r: number;
198
- g: number;
199
- b: number;
200
- };
201
- metallic: number;
202
- roughness: number;
203
- alpha: number;
204
- };
205
- label: string;
206
- language: string;
207
- catalog: string;
208
- group: string;
209
- groupLabel: string;
210
- links: {
211
- textures: string;
212
- };
213
- hidden: boolean;
214
- active: boolean;
215
- updated: string;
216
- created: string;
217
- __rapi_path__: string;
218
- }[];
219
- }[]>;
220
- }[];
221
- }[];
222
- export declare const RANGE_PARAMETER: {
223
- key: string;
224
- label: string;
225
- type: string;
226
- unitType: string;
227
- value: string;
228
- group: null;
229
- enabled: boolean;
230
- validRange: {
231
- type: string;
232
- valueFrom: number;
233
- valueTo: number;
234
- };
235
- validGroups: never[];
236
- validValues: never[];
237
- sort: number;
238
- highlighted: boolean;
239
- valuesAreEqual: boolean;
240
- grouping: null;
241
- valueLabel: string;
242
- uiType: string;
243
- validRangeLabels: {
244
- valueFrom: string;
245
- valueTo: string;
246
- type: string;
247
- };
248
- };
249
- export declare const RANGE_PARAMETER_INCH: {
250
- key: string;
251
- label: string;
252
- type: string;
253
- unitType: string;
254
- value: string;
255
- group: string;
256
- enabled: boolean;
257
- validRange: {
258
- type: string;
259
- valueFrom: number;
260
- valueTo: number;
261
- step: number;
262
- };
263
- validGroups: never[];
264
- validValues: never[];
265
- sort: number;
266
- highlighted: boolean;
267
- valuesAreEqual: boolean;
268
- grouping: {
269
- key: string;
270
- label: string;
271
- sort: number;
272
- collapsed: boolean;
273
- };
274
- valueLabel: string;
275
- uiType: string;
276
- validRangeLabels: {
277
- valueFrom: string;
278
- valueTo: string;
279
- type: string;
280
- };
281
- };
282
- export declare const BOOLEAN_PARAMETER: {
283
- key: string;
284
- label: string;
285
- type: string;
286
- unitType: null;
287
- value: string;
288
- group: null;
289
- enabled: boolean;
290
- validRange: {
291
- type: null;
292
- valueFrom: number;
293
- valueTo: number;
294
- };
295
- validGroups: never[];
296
- validValues: {
297
- value: string;
298
- label: string;
299
- thumbnail: null;
300
- }[];
301
- sort: number;
302
- highlighted: boolean;
303
- valuesAreEqual: boolean;
304
- grouping: null;
305
- valueLabel: string;
306
- uiType: string;
307
- };
308
- export declare const RANGE_PARAMETER_INCH_BELOW_ONE_FEET: {
309
- key: string;
310
- label: string;
311
- type: string;
312
- unitType: string;
313
- value: string;
314
- group: string;
315
- enabled: boolean;
316
- validRange: {
317
- type: string;
318
- valueFrom: number;
319
- valueTo: number;
320
- step: number;
321
- };
322
- validGroups: never[];
323
- validValues: never[];
324
- sort: number;
325
- highlighted: boolean;
326
- valuesAreEqual: boolean;
327
- grouping: {
328
- key: string;
329
- label: string;
330
- sort: number;
331
- collapsed: boolean;
332
- };
333
- valueLabel: string;
334
- uiType: string;
335
- validRangeLabels: {
336
- valueFrom: string;
337
- valueTo: string;
338
- type: string;
339
- };
340
- };
341
- export declare const BOOLEAN_PARAMETER_CUSTOM_LABEL: {
342
- key: string;
343
- label: string;
344
- type: string;
345
- unitType: null;
346
- value: string;
347
- group: null;
348
- enabled: boolean;
349
- validRange: {
350
- type: null;
351
- valueFrom: number;
352
- valueTo: number;
353
- };
354
- validGroups: never[];
355
- validValues: {
356
- value: string;
357
- label: string;
358
- thumbnail: null;
359
- }[];
360
- sort: number;
361
- highlighted: boolean;
362
- valuesAreEqual: boolean;
363
- grouping: null;
364
- valueLabel: string;
365
- uiType: string;
366
- };
367
- export declare const RANGE_PARAMETER_WITH_ZERO: {
368
- key: string;
369
- label: string;
370
- type: string;
371
- unitType: string;
372
- value: string;
373
- group: string;
374
- enabled: boolean;
375
- validRange: {
376
- type: string;
377
- valueFrom: number;
378
- valueTo: number;
379
- step: number;
380
- };
381
- validGroups: never[];
382
- validValues: never[];
383
- sort: number;
384
- highlighted: boolean;
385
- valuesAreEqual: boolean;
386
- grouping: {
387
- key: string;
388
- label: string;
389
- sort: number;
390
- collapsed: boolean;
391
- };
392
- valueLabel: string;
393
- uiType: string;
394
- validRangeLabels: {
395
- valueFrom: string;
396
- valueTo: string;
397
- type: string;
398
- };
399
- };