@roomle/embedding-lib 4.44.0 → 5.1.0-debug.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (234) hide show
  1. package/.releaserc.json +4 -7
  2. package/README.md +5 -6
  3. package/docs/md/web/embedding/CHANGELOG.md +6 -0
  4. package/drag-in-C2fEQF9W.mjs +7 -0
  5. package/drag-in-CAakt8yw.mjs +250 -0
  6. package/index.d.ts +102 -0
  7. package/package.json +27 -13
  8. package/roomle-embedding-lib.es.js +453 -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,208 +0,0 @@
1
- export declare const MOCK_RAPI_ITEM: {
2
- item: {
3
- height: number;
4
- width: number;
5
- depth: number;
6
- displayedHeight: number;
7
- displayedWidth: number;
8
- displayedDepth: number;
9
- perspectiveImage: string;
10
- perspectiveImageHD: string;
11
- topImage: string;
12
- threeDimensionalAssetWeb: string;
13
- threeDimensionalAssetIOS: string;
14
- threeDimensionalAsset: string;
15
- assets: {
16
- 'unity-13-web': {
17
- format: string;
18
- url: string;
19
- };
20
- usdz: {
21
- format: string;
22
- url: string;
23
- };
24
- 'glb2_draft-ios': {
25
- format: string;
26
- url: string;
27
- };
28
- 'unity-13-mac': {
29
- format: string;
30
- url: string;
31
- };
32
- 'glb2_draft-and': {
33
- format: string;
34
- url: string;
35
- };
36
- src: {
37
- format: string;
38
- url: string;
39
- };
40
- 'unity-13-ios': {
41
- format: string;
42
- url: string;
43
- };
44
- blend: {
45
- format: string;
46
- url: string;
47
- };
48
- 'glb2_draft-web': {
49
- format: string;
50
- url: string;
51
- };
52
- 'unity-13-and': {
53
- format: string;
54
- url: string;
55
- };
56
- glb: {
57
- format: string;
58
- url: string;
59
- };
60
- };
61
- externalIdentifier: string;
62
- manufacturerSKU: string;
63
- hidden: boolean;
64
- visibilityStatus: number;
65
- created: string;
66
- updated: string;
67
- flipable: boolean;
68
- scaleable: boolean;
69
- colorable: boolean;
70
- layer: number;
71
- sort: number;
72
- basecolor: string;
73
- orderable: boolean;
74
- requestable: boolean;
75
- retailPriceAllowed: boolean;
76
- label: string;
77
- language: string;
78
- catalog: string;
79
- id: string;
80
- links: {
81
- tags: string;
82
- similarItems: string;
83
- perfectFit: string;
84
- additionalContents: string;
85
- };
86
- attributes: never[];
87
- version: number;
88
- };
89
- };
90
- export declare const MOCK_RAPI_ITEM_CONFIGURATION: {
91
- item: {
92
- height: number;
93
- width: number;
94
- depth: number;
95
- displayedHeight: number;
96
- displayedWidth: number;
97
- displayedDepth: number;
98
- perspectiveImage: string;
99
- perspectiveImageHD: string;
100
- topImage: string;
101
- threeDimensionalAssetWeb: string;
102
- threeDimensionalAssetIOS: string;
103
- threeDimensionalAsset: string;
104
- configuration: string;
105
- assets: {
106
- 'unity-13-web': {
107
- format: string;
108
- url: string;
109
- };
110
- usdz: {
111
- format: string;
112
- url: string;
113
- };
114
- 'glb2_draft-ios': {
115
- format: string;
116
- url: string;
117
- };
118
- 'unity-13-mac': {
119
- format: string;
120
- url: string;
121
- };
122
- 'glb2_draft-and': {
123
- format: string;
124
- url: string;
125
- };
126
- src: {
127
- format: string;
128
- url: string;
129
- };
130
- 'unity-13-ios': {
131
- format: string;
132
- url: string;
133
- };
134
- blend: {
135
- format: string;
136
- url: string;
137
- };
138
- 'glb2_draft-web': {
139
- format: string;
140
- url: string;
141
- };
142
- 'unity-13-and': {
143
- format: string;
144
- url: string;
145
- };
146
- glb: {
147
- format: string;
148
- url: string;
149
- };
150
- };
151
- externalIdentifier: string;
152
- manufacturerSKU: string;
153
- hidden: boolean;
154
- visibilityStatus: number;
155
- created: string;
156
- updated: string;
157
- flipable: boolean;
158
- scaleable: boolean;
159
- colorable: boolean;
160
- layer: number;
161
- sort: number;
162
- basecolor: string;
163
- orderable: boolean;
164
- requestable: boolean;
165
- retailPriceAllowed: boolean;
166
- label: string;
167
- language: string;
168
- catalog: string;
169
- id: string;
170
- links: {
171
- tags: string;
172
- similarItems: string;
173
- perfectFit: string;
174
- additionalContents: string;
175
- };
176
- attributes: never[];
177
- version: number;
178
- };
179
- };
180
- export declare const MOCK_RAPI_CONFIGURATION: {
181
- configuration: {
182
- assets: {
183
- usdz: {
184
- format: string;
185
- url: string;
186
- };
187
- glTF: {
188
- format: string;
189
- url: string;
190
- };
191
- };
192
- id: string;
193
- created: string;
194
- lastAccess: string;
195
- configurationHash: string;
196
- parts: string;
197
- perspectiveImage: string;
198
- topImage: string;
199
- configuration: string;
200
- catalog: string;
201
- rootComponentId: string;
202
- orderable: boolean;
203
- requestable: boolean;
204
- height: number;
205
- width: number;
206
- depth: number;
207
- };
208
- };
@@ -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
- }[];