@roomle/embedding-lib 5.34.0-alpha.2 → 5.34.0-debug.2

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 (838) hide show
  1. package/comlink-BAiXCcU9.mjs +258 -0
  2. package/comlink-CmT64Qi3.mjs +1 -0
  3. package/docs/md/web/embedding/CHANGELOG.md +28 -45
  4. package/{drag-in-BEjBh6zz.mjs → embedding-plugins-CjNos83d.mjs} +15 -14
  5. package/embedding-plugins-DePKqSKW.mjs +1 -0
  6. package/embedding-plugins.d.ts +2 -0
  7. package/embedding-plugins.js +13 -0
  8. package/embedding-plugins.min.js +1 -0
  9. package/{from-custom-view-CobBUshK.mjs → from-custom-view-BAiOXktb.mjs} +9 -8
  10. package/from-custom-view-Ch3rb-JF.mjs +1 -0
  11. package/from-website-B-Vh-DVX.mjs +1 -0
  12. package/{from-website-C2cG-X9g.mjs → from-website-BicmMNsE.mjs} +11 -10
  13. package/hi.d.ts +2 -0
  14. package/hi.js +106 -0
  15. package/hi.min.js +1 -0
  16. package/package.json +21 -10
  17. package/packages/embedding-lib/src/connector.d.ts +3 -4
  18. package/packages/embedding-lib/src/embedding-plugins.d.ts +9 -0
  19. package/packages/embedding-lib/src/hi.d.ts +16 -0
  20. package/packages/embedding-lib/src/homag-intelligence/hi-callbacks.d.ts +1 -2
  21. package/packages/embedding-lib/src/homag-intelligence/hi-order-manager.d.ts +3 -0
  22. package/packages/embedding-lib/src/homag-intelligence/hi-requests.d.ts +1 -5
  23. package/packages/embedding-lib/src/homag-intelligence/hi-setup.d.ts +4 -0
  24. package/packages/embedding-lib/src/homag-intelligence/hi-utils.d.ts +1 -0
  25. package/packages/embedding-lib/src/plugins/drag-in.d.ts +2 -3
  26. package/packages/embedding-lib/src/plugins/strategy/from-custom-view.d.ts +2 -3
  27. package/packages/embedding-lib/src/plugins/strategy/from-website.d.ts +1 -2
  28. package/packages/embedding-lib/src/plugins/strategy/types.d.ts +1 -2
  29. package/packages/embedding-lib/src/plugins/types.d.ts +1 -2
  30. package/packages/embedding-lib/src/{embedding-lib.d.ts → roomle-embedding-lib.d.ts} +25 -5
  31. package/packages/embedding-lib/src/types.d.ts +0 -1
  32. package/packages/embedding-lib/src/utils.d.ts +2 -2
  33. package/roomle-embedding-lib.d.ts +6 -0
  34. package/roomle-embedding-lib.js +587 -0
  35. package/roomle-embedding-lib.min.js +1 -0
  36. package/touch-drag-BzREygxc.mjs +1 -0
  37. package/touch-drag-DWISKgWm.mjs +57 -0
  38. package/utils-D--vltCL.mjs +113 -0
  39. package/utils-uEcN1DUR.mjs +1 -0
  40. package/drag-in-BmoiEqfA.mjs +0 -1
  41. package/from-custom-view-fYea37BE.mjs +0 -1
  42. package/from-website-CDEUbvDF.mjs +0 -1
  43. package/index.d.ts +0 -2
  44. package/packages/build-tools/src/vite-file-size-check.d.ts +0 -8
  45. package/packages/build-tools/src/vite-minify.d.ts +0 -3
  46. package/packages/build-tools/src/vite-translations-plugin.d.ts +0 -6
  47. package/packages/common/src/utils/browser.d.ts +0 -4
  48. package/packages/common/src/utils/configurations.d.ts +0 -4
  49. package/packages/common/src/utils/custom-drag.d.ts +0 -26
  50. package/packages/common/src/utils/custom-view.d.ts +0 -2
  51. package/packages/common/src/utils/domain.d.ts +0 -20
  52. package/packages/common/src/utils/drag.d.ts +0 -17
  53. package/packages/common/src/utils/embedding.d.ts +0 -23
  54. package/packages/common/src/utils/get-computed-style-cached.d.ts +0 -8
  55. package/packages/common/src/utils/id-inferrer.d.ts +0 -7
  56. package/packages/common/src/utils/iframe.d.ts +0 -3
  57. package/packages/common/src/utils/init-data.d.ts +0 -41
  58. package/packages/common/src/utils/json.d.ts +0 -1
  59. package/packages/common/src/utils/merge.d.ts +0 -16
  60. package/packages/common/src/utils/message-handler-creator.d.ts +0 -3
  61. package/packages/common/src/utils/message-handler.d.ts +0 -35
  62. package/packages/common/src/utils/noop.d.ts +0 -1
  63. package/packages/common/src/utils/promise.d.ts +0 -5
  64. package/packages/common/src/utils/timing.d.ts +0 -1
  65. package/packages/common/src/utils/touch-drag.d.ts +0 -30
  66. package/packages/common/src/utils/touch.d.ts +0 -1
  67. package/packages/design-system/build-webcomponents.d.ts +0 -5
  68. package/packages/design-system/src/utils/shadow-dom.d.ts +0 -6
  69. package/packages/design-system/src/utils/toggle.d.ts +0 -19
  70. package/packages/embedding-lib/src/example.d.ts +0 -5
  71. package/packages/embedding-lib/src/examples/activate-deactivate-rd.d.ts +0 -8
  72. package/packages/embedding-lib/src/examples/api-false.d.ts +0 -10
  73. package/packages/embedding-lib/src/examples/configurator-only.d.ts +0 -7
  74. package/packages/embedding-lib/src/examples/download-partlist.d.ts +0 -7
  75. package/packages/embedding-lib/src/examples/drag-in.d.ts +0 -8
  76. package/packages/embedding-lib/src/examples/ext-catalog/ext-catalog-connection.d.ts +0 -1
  77. package/packages/embedding-lib/src/examples/ext-catalog.d.ts +0 -7
  78. package/packages/embedding-lib/src/examples/ext-selection-overlay.d.ts +0 -8
  79. package/packages/embedding-lib/src/examples/hi-single-object-configurator.d.ts +0 -12
  80. package/packages/embedding-lib/src/examples/homag-intelligence-catalog-example.d.ts +0 -12
  81. package/packages/embedding-lib/src/examples/homag-intelligence-catalog-load-async.d.ts +0 -14
  82. package/packages/embedding-lib/src/examples/homag-intelligence-example.d.ts +0 -20
  83. package/packages/embedding-lib/src/examples/planner-and-configurator.d.ts +0 -7
  84. package/packages/embedding-lib/src/examples/start-and-end-configurator.d.ts +0 -7
  85. package/packages/embedding-lib/src/examples/utils/drag-listeners.d.ts +0 -4
  86. package/packages/embedding-lib/src/examples/utils/homag-intelligence/create-catalog.d.ts +0 -3
  87. package/packages/embedding-lib/src/examples/utils/homag-intelligence/default-api-options.d.ts +0 -24
  88. package/packages/embedding-lib/src/examples/utils/homag-intelligence/dom-helper.d.ts +0 -13
  89. package/packages/embedding-lib/src/examples/utils/homag-intelligence/drag-in.d.ts +0 -4
  90. package/packages/embedding-lib/src/examples/utils/homag-intelligence/nobilia-api-options.d.ts +0 -40
  91. package/packages/embedding-lib/src/examples/utils/homag-intelligence/overlay.d.ts +0 -2
  92. package/packages/embedding-lib/src/examples/utils/homag-intelligence/state.d.ts +0 -20
  93. package/packages/embedding-lib/src/examples/utils/homag-intelligence/utils.d.ts +0 -19
  94. package/packages/embedding-lib/src/overview.d.ts +0 -1
  95. package/packages/web-sdk/packages/common-core/__tests__/async-guard.d.ts +0 -1
  96. package/packages/web-sdk/packages/common-core/__tests__/camera-control-2d.d.ts +0 -1
  97. package/packages/web-sdk/packages/common-core/__tests__/camera-control-3d.d.ts +0 -1
  98. package/packages/web-sdk/packages/common-core/__tests__/camera-mode-helper.d.ts +0 -1
  99. package/packages/web-sdk/packages/common-core/__tests__/common-kernel-access.d.ts +0 -1
  100. package/packages/web-sdk/packages/common-core/__tests__/configurator-kernel-access.d.ts +0 -1
  101. package/packages/web-sdk/packages/common-core/__tests__/data-syncer.d.ts +0 -1
  102. package/packages/web-sdk/packages/common-core/__tests__/dependency-injection.d.ts +0 -1
  103. package/packages/web-sdk/packages/common-core/__tests__/dom-helper.d.ts +0 -1
  104. package/packages/web-sdk/packages/common-core/__tests__/dynamic-environment-setting-loader.d.ts +0 -1
  105. package/packages/web-sdk/packages/common-core/__tests__/dynamic-light-setting-loader.d.ts +0 -1
  106. package/packages/web-sdk/packages/common-core/__tests__/image-renderer.d.ts +0 -12
  107. package/packages/web-sdk/packages/common-core/__tests__/input-manager.d.ts +0 -1
  108. package/packages/web-sdk/packages/common-core/__tests__/life-cycle-manager.d.ts +0 -1
  109. package/packages/web-sdk/packages/common-core/__tests__/main.d.ts +0 -1
  110. package/packages/web-sdk/packages/common-core/__tests__/rapi-access.d.ts +0 -1
  111. package/packages/web-sdk/packages/common-core/__tests__/raycast-helper.d.ts +0 -1
  112. package/packages/web-sdk/packages/common-core/__tests__/roomle-component-factory.d.ts +0 -1
  113. package/packages/web-sdk/packages/common-core/__tests__/script-loader.d.ts +0 -1
  114. package/packages/web-sdk/packages/common-core/__tests__/static-item-loader.d.ts +0 -1
  115. package/packages/web-sdk/packages/common-core/__tests__/ui-callback.d.ts +0 -1
  116. package/packages/web-sdk/packages/common-core/__tests__/utils/app-context.d.ts +0 -1
  117. package/packages/web-sdk/packages/common-core/__tests__/utils/benchmark.d.ts +0 -1
  118. package/packages/web-sdk/packages/common-core/__tests__/utils/browser-helper.d.ts +0 -1
  119. package/packages/web-sdk/packages/common-core/__tests__/utils/common-utils.d.ts +0 -1
  120. package/packages/web-sdk/packages/common-core/__tests__/utils/dom-helper.d.ts +0 -1
  121. package/packages/web-sdk/packages/common-core/__tests__/utils/enumerable.d.ts +0 -1
  122. package/packages/web-sdk/packages/common-core/__tests__/utils/exposable.d.ts +0 -1
  123. package/packages/web-sdk/packages/common-core/__tests__/utils/expose-for.d.ts +0 -1
  124. package/packages/web-sdk/packages/common-core/__tests__/utils/external-objects.d.ts +0 -1
  125. package/packages/web-sdk/packages/common-core/__tests__/utils/kernel-utils.d.ts +0 -1
  126. package/packages/web-sdk/packages/common-core/__tests__/utils/local-storage-helper.d.ts +0 -1
  127. package/packages/web-sdk/packages/common-core/__tests__/utils/map-to-ui-plan-objects.d.ts +0 -1
  128. package/packages/web-sdk/packages/common-core/__tests__/utils/math-helper.d.ts +0 -1
  129. package/packages/web-sdk/packages/common-core/__tests__/utils/measurements.d.ts +0 -1
  130. package/packages/web-sdk/packages/common-core/__tests__/utils/promise-queue.d.ts +0 -1
  131. package/packages/web-sdk/packages/common-core/__tests__/utils/query-params-helper.d.ts +0 -1
  132. package/packages/web-sdk/packages/common-core/__tests__/utils/rapi-utils.d.ts +0 -1
  133. package/packages/web-sdk/packages/common-core/__tests__/utils/threejs-utils.d.ts +0 -1
  134. package/packages/web-sdk/packages/common-core/__tests__/utils/validate-params.d.ts +0 -1
  135. package/packages/web-sdk/packages/common-core/__tests__/utils/waiter.d.ts +0 -1
  136. package/packages/web-sdk/packages/common-core/__tests__/view-model/configurator-view-model.d.ts +0 -1
  137. package/packages/web-sdk/packages/common-core/__tests__/view-model/construction-plan-object-view-model.d.ts +0 -1
  138. package/packages/web-sdk/packages/common-core/__tests__/view-model/measurement-line-plan-element-view-model.d.ts +0 -1
  139. package/packages/web-sdk/packages/common-core/__tests__/view-model/plan-element-view-model.d.ts +0 -1
  140. package/packages/web-sdk/packages/common-core/__tests__/view-model/wall-plan-element-view-model.d.ts +0 -1
  141. package/packages/web-sdk/packages/common-core/config/base.environment.d.ts +0 -2
  142. package/packages/web-sdk/packages/common-core/config/environment.d.ts +0 -2
  143. package/packages/web-sdk/packages/common-core/mock/common-kernel-access-mock.d.ts +0 -10
  144. package/packages/web-sdk/packages/common-core/mock/console-handler.d.ts +0 -7
  145. package/packages/web-sdk/packages/common-core/mock/constants.d.ts +0 -1
  146. package/packages/web-sdk/packages/common-core/mock/kernel-instances.d.ts +0 -324
  147. package/packages/web-sdk/packages/common-core/mock/mock-camera-parameters.d.ts +0 -16
  148. package/packages/web-sdk/packages/common-core/mock/mock-draco-loader.d.ts +0 -7
  149. package/packages/web-sdk/packages/common-core/mock/mock-gltf-loader.d.ts +0 -10
  150. package/packages/web-sdk/packages/common-core/mock/mock-idb-manager.d.ts +0 -20
  151. package/packages/web-sdk/packages/common-core/mock/mock-image-renderer.d.ts +0 -19
  152. package/packages/web-sdk/packages/common-core/mock/mock-input-event-dispatcher.d.ts +0 -12
  153. package/packages/web-sdk/packages/common-core/mock/mock-rapi-types.d.ts +0 -94
  154. package/packages/web-sdk/packages/common-core/mock/mock-utils.d.ts +0 -26
  155. package/packages/web-sdk/packages/common-core/mock/rapi-globals.d.ts +0 -6
  156. package/packages/web-sdk/packages/common-core/mock/three-mock.d.ts +0 -47
  157. package/packages/web-sdk/packages/common-core/mock/tween-mock.d.ts +0 -5
  158. package/packages/web-sdk/packages/common-core/src/async-guard.d.ts +0 -12
  159. package/packages/web-sdk/packages/common-core/src/cameracontrol/camera-behaviour-3d.d.ts +0 -6
  160. package/packages/web-sdk/packages/common-core/src/cameracontrol/camera-behaviour-state.d.ts +0 -9
  161. package/packages/web-sdk/packages/common-core/src/cameracontrol/camera-behaviour.d.ts +0 -14
  162. package/packages/web-sdk/packages/common-core/src/cameracontrol/camera-control-2d.d.ts +0 -28
  163. package/packages/web-sdk/packages/common-core/src/cameracontrol/camera-control-3d.d.ts +0 -84
  164. package/packages/web-sdk/packages/common-core/src/cameracontrol/camera-control.d.ts +0 -127
  165. package/packages/web-sdk/packages/common-core/src/cameracontrol/camera-type.d.ts +0 -8
  166. package/packages/web-sdk/packages/common-core/src/cameracontrol/configurator-camera-behaviour.d.ts +0 -22
  167. package/packages/web-sdk/packages/common-core/src/cameracontrol/glb-viewer-camera-behaviour.d.ts +0 -10
  168. package/packages/web-sdk/packages/common-core/src/cameracontrol/material-viewer-camera-behaviour.d.ts +0 -6
  169. package/packages/web-sdk/packages/common-core/src/cameracontrol/planner-2d-camera-behaviour.d.ts +0 -18
  170. package/packages/web-sdk/packages/common-core/src/cameracontrol/planner-3d-camera-behaviour.d.ts +0 -20
  171. package/packages/web-sdk/packages/common-core/src/cameracontrol/planner-camera-behaviour.d.ts +0 -16
  172. package/packages/web-sdk/packages/common-core/src/cameracontrol/planner-fp-camera-behaviour.d.ts +0 -18
  173. package/packages/web-sdk/packages/common-core/src/common-configurator-kernel-callback.d.ts +0 -20
  174. package/packages/web-sdk/packages/common-core/src/common-interfaces.d.ts +0 -38
  175. package/packages/web-sdk/packages/common-core/src/configurator-kernel-access.d.ts +0 -146
  176. package/packages/web-sdk/packages/common-core/src/di/container.d.ts +0 -20
  177. package/packages/web-sdk/packages/common-core/src/di/context.d.ts +0 -3
  178. package/packages/web-sdk/packages/common-core/src/di/global-definitions.d.ts +0 -9
  179. package/packages/web-sdk/packages/common-core/src/di/inject.d.ts +0 -2
  180. package/packages/web-sdk/packages/common-core/src/di/injectables.d.ts +0 -3
  181. package/packages/web-sdk/packages/common-core/src/di/roomle-dependency-injection.d.ts +0 -10
  182. package/packages/web-sdk/packages/common-core/src/environment/background-environment.d.ts +0 -16
  183. package/packages/web-sdk/packages/common-core/src/environment/dynamic-environment-setting-loader.d.ts +0 -83
  184. package/packages/web-sdk/packages/common-core/src/environment/environment.d.ts +0 -16
  185. package/packages/web-sdk/packages/common-core/src/environment/ground-projected-environment.d.ts +0 -15
  186. package/packages/web-sdk/packages/common-core/src/error-handler.d.ts +0 -18
  187. package/packages/web-sdk/packages/common-core/src/form-data-util.d.ts +0 -16
  188. package/packages/web-sdk/packages/common-core/src/input/input-manager.d.ts +0 -118
  189. package/packages/web-sdk/packages/common-core/src/kernel-access-callback.d.ts +0 -15
  190. package/packages/web-sdk/packages/common-core/src/kernel-io.d.ts +0 -28
  191. package/packages/web-sdk/packages/common-core/src/life-cycle-manager.d.ts +0 -13
  192. package/packages/web-sdk/packages/common-core/src/light/light-source.d.ts +0 -19
  193. package/packages/web-sdk/packages/common-core/src/lightsetting/dynamic-light-setting-loader.d.ts +0 -60
  194. package/packages/web-sdk/packages/common-core/src/lightsetting/dynamic-light-setting.d.ts +0 -26
  195. package/packages/web-sdk/packages/common-core/src/lightsetting/light-setting.d.ts +0 -14
  196. package/packages/web-sdk/packages/common-core/src/logger.d.ts +0 -6
  197. package/packages/web-sdk/packages/common-core/src/main.d.ts +0 -109
  198. package/packages/web-sdk/packages/common-core/src/network-layer.d.ts +0 -16
  199. package/packages/web-sdk/packages/common-core/src/rapi-access.d.ts +0 -214
  200. package/packages/web-sdk/packages/common-core/src/roomle-sdk.d.ts +0 -51
  201. package/packages/web-sdk/packages/common-core/src/scene-settings-loader.d.ts +0 -9
  202. package/packages/web-sdk/packages/common-core/src/script-loader.d.ts +0 -16
  203. package/packages/web-sdk/packages/common-core/src/services/cache-holder.d.ts +0 -30
  204. package/packages/web-sdk/packages/common-core/src/services/common-kernel-access.d.ts +0 -135
  205. package/packages/web-sdk/packages/common-core/src/services/data-syncer.d.ts +0 -41
  206. package/packages/web-sdk/packages/common-core/src/services/global-callback.d.ts +0 -38
  207. package/packages/web-sdk/packages/common-core/src/services/hdr-environment-loader.d.ts +0 -20
  208. package/packages/web-sdk/packages/common-core/src/services/idb-manager.d.ts +0 -20
  209. package/packages/web-sdk/packages/common-core/src/services/memory-manager.d.ts +0 -11
  210. package/packages/web-sdk/packages/common-core/src/static-files/environment-maps.d.ts +0 -6
  211. package/packages/web-sdk/packages/common-core/src/static-files/libs.d.ts +0 -3
  212. package/packages/web-sdk/packages/common-core/src/static-files/light-settings.d.ts +0 -8
  213. package/packages/web-sdk/packages/common-core/src/static-files/luts.d.ts +0 -11
  214. package/packages/web-sdk/packages/common-core/src/static-files/roomle-core.d.ts +0 -8
  215. package/packages/web-sdk/packages/common-core/src/static-files/three.d.ts +0 -5
  216. package/packages/web-sdk/packages/common-core/src/types.d.ts +0 -8
  217. package/packages/web-sdk/packages/common-core/src/utils/app-context.d.ts +0 -14
  218. package/packages/web-sdk/packages/common-core/src/utils/benchmark.d.ts +0 -24
  219. package/packages/web-sdk/packages/common-core/src/utils/browser-helper.d.ts +0 -6
  220. package/packages/web-sdk/packages/common-core/src/utils/clipboard-manager.d.ts +0 -40
  221. package/packages/web-sdk/packages/common-core/src/utils/common-utils.d.ts +0 -156
  222. package/packages/web-sdk/packages/common-core/src/utils/dom-helper.d.ts +0 -28
  223. package/packages/web-sdk/packages/common-core/src/utils/enumerable.d.ts +0 -3
  224. package/packages/web-sdk/packages/common-core/src/utils/export-helpers.d.ts +0 -4
  225. package/packages/web-sdk/packages/common-core/src/utils/external-objects.d.ts +0 -7
  226. package/packages/web-sdk/packages/common-core/src/utils/feature-detection.d.ts +0 -6
  227. package/packages/web-sdk/packages/common-core/src/utils/fps-couter.d.ts +0 -12
  228. package/packages/web-sdk/packages/common-core/src/utils/global-init-data.d.ts +0 -19
  229. package/packages/web-sdk/packages/common-core/src/utils/init-data.d.ts +0 -92
  230. package/packages/web-sdk/packages/common-core/src/utils/kernel-utils.d.ts +0 -15
  231. package/packages/web-sdk/packages/common-core/src/utils/local-storage-helper.d.ts +0 -23
  232. package/packages/web-sdk/packages/common-core/src/utils/local-storage.d.ts +0 -10
  233. package/packages/web-sdk/packages/common-core/src/utils/material-creator.d.ts +0 -10
  234. package/packages/web-sdk/packages/common-core/src/utils/math-helper.d.ts +0 -10
  235. package/packages/web-sdk/packages/common-core/src/utils/parameter-types.d.ts +0 -16
  236. package/packages/web-sdk/packages/common-core/src/utils/promise-queue.d.ts +0 -21
  237. package/packages/web-sdk/packages/common-core/src/utils/query-params-helper.d.ts +0 -3
  238. package/packages/web-sdk/packages/common-core/src/utils/rapi-utils.d.ts +0 -11
  239. package/packages/web-sdk/packages/common-core/src/utils/shims.d.ts +0 -501
  240. package/packages/web-sdk/packages/common-core/src/utils/single-promise-factory.d.ts +0 -17
  241. package/packages/web-sdk/packages/common-core/src/utils/stats-helper.d.ts +0 -18
  242. package/packages/web-sdk/packages/common-core/src/utils/string-utils.d.ts +0 -1
  243. package/packages/web-sdk/packages/common-core/src/utils/threejs-utils.d.ts +0 -142
  244. package/packages/web-sdk/packages/common-core/src/utils/ui-callback.d.ts +0 -17
  245. package/packages/web-sdk/packages/common-core/src/utils/url-shortener.d.ts +0 -6
  246. package/packages/web-sdk/packages/common-core/src/utils/waiter.d.ts +0 -10
  247. package/packages/web-sdk/packages/common-core/src/view-model/configurable-construction-plan-object-view-model.d.ts +0 -22
  248. package/packages/web-sdk/packages/common-core/src/view-model/configurator-plan-object-view-model.d.ts +0 -22
  249. package/packages/web-sdk/packages/common-core/src/view-model/configurator-view-model.d.ts +0 -126
  250. package/packages/web-sdk/packages/common-core/src/view-model/helpers/constants.d.ts +0 -2
  251. package/packages/web-sdk/packages/common-core/src/view-model/helpers/docking-preview.d.ts +0 -24
  252. package/packages/web-sdk/packages/common-core/src/view-model/kernel-view-model.d.ts +0 -8
  253. package/packages/web-sdk/packages/common-core/src/view-model/plan-element-view-model.d.ts +0 -45
  254. package/packages/web-sdk/packages/common-core/src/view-model/plan-object-view-model.d.ts +0 -34
  255. package/packages/web-sdk/packages/common-core/src/wasm-loader.d.ts +0 -1
  256. package/packages/web-sdk/packages/common-core/src/webgl/EnvMapReader.d.ts +0 -18
  257. package/packages/web-sdk/packages/common-core/src/webgl/baked-shadow-plane.d.ts +0 -15
  258. package/packages/web-sdk/packages/common-core/src/webgl/configurator-context.d.ts +0 -20
  259. package/packages/web-sdk/packages/common-core/src/webgl/hdr-env-map-reader.d.ts +0 -18
  260. package/packages/web-sdk/packages/common-core/src/webgl/image-renderer.d.ts +0 -39
  261. package/packages/web-sdk/packages/common-core/src/webgl/layer.d.ts +0 -14
  262. package/packages/web-sdk/packages/common-core/src/webgl/mesh-generator.d.ts +0 -49
  263. package/packages/web-sdk/packages/common-core/src/webgl/renderer/environment-definition.d.ts +0 -46
  264. package/packages/web-sdk/packages/common-core/src/webgl/renderer/environment-scene.d.ts +0 -41
  265. package/packages/web-sdk/packages/common-core/src/webgl/renderer/light-source-detection-debug.d.ts +0 -15
  266. package/packages/web-sdk/packages/common-core/src/webgl/renderer/light-source-detection.d.ts +0 -88
  267. package/packages/web-sdk/packages/common-core/src/webgl/renderer/materials/blend-ao-and-shadow-material.d.ts +0 -14
  268. package/packages/web-sdk/packages/common-core/src/webgl/renderer/materials/blend-ao-pass-depth-material.d.ts +0 -12
  269. package/packages/web-sdk/packages/common-core/src/webgl/renderer/materials/illumination-buffer-material.d.ts +0 -14
  270. package/packages/web-sdk/packages/common-core/src/webgl/renderer/materials/normal-depth-material.d.ts +0 -14
  271. package/packages/web-sdk/packages/common-core/src/webgl/renderer/materials/postprocessing-material-plugin.d.ts +0 -26
  272. package/packages/web-sdk/packages/common-core/src/webgl/renderer/objects/shadow-ground-plane.d.ts +0 -16
  273. package/packages/web-sdk/packages/common-core/src/webgl/renderer/outline-renderer.d.ts +0 -40
  274. package/packages/web-sdk/packages/common-core/src/webgl/renderer/pass/ao-pass.d.ts +0 -61
  275. package/packages/web-sdk/packages/common-core/src/webgl/renderer/pass/baked-ground-contact-shadow-pass.d.ts +0 -79
  276. package/packages/web-sdk/packages/common-core/src/webgl/renderer/pass/debug-pass.d.ts +0 -24
  277. package/packages/web-sdk/packages/common-core/src/webgl/renderer/pass/gbuffer-render-pass.d.ts +0 -70
  278. package/packages/web-sdk/packages/common-core/src/webgl/renderer/pass/ground-reflection-pass.d.ts +0 -75
  279. package/packages/web-sdk/packages/common-core/src/webgl/renderer/pass/outline-pass.d.ts +0 -65
  280. package/packages/web-sdk/packages/common-core/src/webgl/renderer/pass/pass-utility.d.ts +0 -13
  281. package/packages/web-sdk/packages/common-core/src/webgl/renderer/pass/poisson-denoise-pass.d.ts +0 -68
  282. package/packages/web-sdk/packages/common-core/src/webgl/renderer/pass/render-pass.d.ts +0 -20
  283. package/packages/web-sdk/packages/common-core/src/webgl/renderer/pass/scene-render-pass.d.ts +0 -13
  284. package/packages/web-sdk/packages/common-core/src/webgl/renderer/pass/screen-space-shadow-map-pass.d.ts +0 -209
  285. package/packages/web-sdk/packages/common-core/src/webgl/renderer/pass/shadow-and-ao-pass.d.ts +0 -108
  286. package/packages/web-sdk/packages/common-core/src/webgl/renderer/pmrem-environment.d.ts +0 -11
  287. package/packages/web-sdk/packages/common-core/src/webgl/renderer/render-cache.d.ts +0 -71
  288. package/packages/web-sdk/packages/common-core/src/webgl/renderer/render-pass-manager.d.ts +0 -99
  289. package/packages/web-sdk/packages/common-core/src/webgl/renderer/render-utility.d.ts +0 -85
  290. package/packages/web-sdk/packages/common-core/src/webgl/renderer/scene-renderer-gui.d.ts +0 -18
  291. package/packages/web-sdk/packages/common-core/src/webgl/renderer/scene-renderer.d.ts +0 -125
  292. package/packages/web-sdk/packages/common-core/src/webgl/renderer/shader-utility.d.ts +0 -112
  293. package/packages/web-sdk/packages/common-core/src/webgl/renderer/shaders/ao-shader.d.ts +0 -84
  294. package/packages/web-sdk/packages/common-core/src/webgl/renderer/shaders/poisson-denoise-shader.d.ts +0 -74
  295. package/packages/web-sdk/packages/common-core/src/webgl/renderer/shading-settings.d.ts +0 -50
  296. package/packages/web-sdk/packages/common-core/src/webgl/roomle-component-factory.d.ts +0 -119
  297. package/packages/web-sdk/packages/common-core/src/webgl/roomle-webgl-renderer-quality-levels.d.ts +0 -6
  298. package/packages/web-sdk/packages/common-core/src/webgl/roomle-webgl-renderer.d.ts +0 -74
  299. package/packages/web-sdk/packages/common-core/src/webgl/scene-event-handler.d.ts +0 -17
  300. package/packages/web-sdk/packages/common-core/src/webgl/scene-manager.d.ts +0 -161
  301. package/packages/web-sdk/packages/common-core/src/webgl/static-item-loader.d.ts +0 -22
  302. package/packages/web-sdk/packages/configurator-core/__tests__/configurator-mesh-generator.d.ts +0 -1
  303. package/packages/web-sdk/packages/configurator-core/__tests__/configurator-scene-event-handler.d.ts +0 -1
  304. package/packages/web-sdk/packages/configurator-core/__tests__/configurator-scene-manager.d.ts +0 -1
  305. package/packages/web-sdk/packages/configurator-core/__tests__/configurator.d.ts +0 -1
  306. package/packages/web-sdk/packages/configurator-core/__tests__/environment/floor-environment.d.ts +0 -1
  307. package/packages/web-sdk/packages/configurator-core/__tests__/plugin-system.d.ts +0 -1
  308. package/packages/web-sdk/packages/configurator-core/__tests__/roomle-configurator.d.ts +0 -1
  309. package/packages/web-sdk/packages/configurator-core/__tests__/scene-event-handler.d.ts +0 -1
  310. package/packages/web-sdk/packages/configurator-core/__tests__/services/unit-formatter.d.ts +0 -1
  311. package/packages/web-sdk/packages/configurator-core/__tests__/utils/component-dimensioning-helper.d.ts +0 -1
  312. package/packages/web-sdk/packages/configurator-core/__tests__/utils/component-dimensioning.d.ts +0 -1
  313. package/packages/web-sdk/packages/configurator-core/__tests__/utils/component-raycast-helper.d.ts +0 -1
  314. package/packages/web-sdk/packages/configurator-core/__tests__/utils/configurator-history.d.ts +0 -1
  315. package/packages/web-sdk/packages/configurator-core/__tests__/utils/dimensioning-helper.d.ts +0 -1
  316. package/packages/web-sdk/packages/configurator-core/mock/configurator-mock-data.d.ts +0 -201
  317. package/packages/web-sdk/packages/configurator-core/mock/kernel-mock.d.ts +0 -29
  318. package/packages/web-sdk/packages/configurator-core/src/configurator-debug-api.d.ts +0 -8
  319. package/packages/web-sdk/packages/configurator-core/src/configurator-main.d.ts +0 -2
  320. package/packages/web-sdk/packages/configurator-core/src/configurator.d.ts +0 -14
  321. package/packages/web-sdk/packages/configurator-core/src/input/configurator-input-manager.d.ts +0 -4
  322. package/packages/web-sdk/packages/configurator-core/src/roomle-configurator.d.ts +0 -732
  323. package/packages/web-sdk/packages/configurator-core/src/services/configurator-kernel-access-callback.d.ts +0 -20
  324. package/packages/web-sdk/packages/configurator-core/src/services/configurator-ui-callback.d.ts +0 -307
  325. package/packages/web-sdk/packages/configurator-core/src/services/unit-formatter.d.ts +0 -47
  326. package/packages/web-sdk/packages/configurator-core/src/static-files/geometries.d.ts +0 -3
  327. package/packages/web-sdk/packages/configurator-core/src/static-files/settings.d.ts +0 -3
  328. package/packages/web-sdk/packages/configurator-core/src/static-files/textures.d.ts +0 -3
  329. package/packages/web-sdk/packages/configurator-core/src/utils/animation/animation-helper.d.ts +0 -19
  330. package/packages/web-sdk/packages/configurator-core/src/utils/animation/animation-value-map.d.ts +0 -20
  331. package/packages/web-sdk/packages/configurator-core/src/utils/animation/drag-insert-animation.d.ts +0 -18
  332. package/packages/web-sdk/packages/configurator-core/src/utils/animation/object-animations.d.ts +0 -23
  333. package/packages/web-sdk/packages/configurator-core/src/utils/async-dependency-loader.d.ts +0 -9
  334. package/packages/web-sdk/packages/configurator-core/src/utils/async-helper.d.ts +0 -12
  335. package/packages/web-sdk/packages/configurator-core/src/utils/component-dimensioning-helper.d.ts +0 -67
  336. package/packages/web-sdk/packages/configurator-core/src/utils/component-dimensioning.d.ts +0 -22
  337. package/packages/web-sdk/packages/configurator-core/src/utils/component-raycast-helper.d.ts +0 -28
  338. package/packages/web-sdk/packages/configurator-core/src/utils/configurator-history.d.ts +0 -48
  339. package/packages/web-sdk/packages/configurator-core/src/utils/dimensioning-helper.d.ts +0 -74
  340. package/packages/web-sdk/packages/configurator-core/src/utils/error-messages.d.ts +0 -4
  341. package/packages/web-sdk/packages/configurator-core/src/utils/event-dispatcher.d.ts +0 -17
  342. package/packages/web-sdk/packages/configurator-core/src/utils/global-definitions.d.ts +0 -8
  343. package/packages/web-sdk/packages/configurator-core/src/utils/imos-ix-poc-export-helper.d.ts +0 -44
  344. package/packages/web-sdk/packages/configurator-core/src/utils/indexeddb-adapter.d.ts +0 -10
  345. package/packages/web-sdk/packages/configurator-core/src/utils/injectables.d.ts +0 -3
  346. package/packages/web-sdk/packages/configurator-core/src/utils/parameter-helper.d.ts +0 -17
  347. package/packages/web-sdk/packages/configurator-core/src/utils/plugin-types.d.ts +0 -10
  348. package/packages/web-sdk/packages/configurator-core/src/utils/raycast-helper.d.ts +0 -87
  349. package/packages/web-sdk/packages/configurator-core/src/utils/selection-handler.d.ts +0 -37
  350. package/packages/web-sdk/packages/configurator-core/src/utils/sort-helper.d.ts +0 -4
  351. package/packages/web-sdk/packages/configurator-core/src/utils/test-helpers/animation-helper.d.ts +0 -1
  352. package/packages/web-sdk/packages/configurator-core/src/utils/test-helpers/fetch-helper.d.ts +0 -8
  353. package/packages/web-sdk/packages/configurator-core/src/utils/test-helpers/globals-helper.d.ts +0 -4
  354. package/packages/web-sdk/packages/configurator-core/src/utils/test-helpers/image-diff.d.ts +0 -11
  355. package/packages/web-sdk/packages/configurator-core/src/utils/test-helpers/mock-data/materials.d.ts +0 -12
  356. package/packages/web-sdk/packages/configurator-core/src/utils/test-helpers/mock-data/partlists.d.ts +0 -2
  357. package/packages/web-sdk/packages/configurator-core/src/utils/test-helpers/preview-helper.d.ts +0 -4
  358. package/packages/web-sdk/packages/configurator-core/src/utils/test-helpers/ui-mock.d.ts +0 -18
  359. package/packages/web-sdk/packages/configurator-core/src/utils/test-helpers/utils.d.ts +0 -4
  360. package/packages/web-sdk/packages/configurator-core/src/utils/test-helpers/webgl-mock.d.ts +0 -10
  361. package/packages/web-sdk/packages/configurator-core/src/utils/text-with-background.d.ts +0 -24
  362. package/packages/web-sdk/packages/configurator-core/src/utils/ui-intersection-helper.d.ts +0 -24
  363. package/packages/web-sdk/packages/configurator-core/src/webgl/banana-for-scale.d.ts +0 -14
  364. package/packages/web-sdk/packages/configurator-core/src/webgl/configurator-mesh-generator.d.ts +0 -12
  365. package/packages/web-sdk/packages/configurator-core/src/webgl/configurator-scene-event-handler.d.ts +0 -98
  366. package/packages/web-sdk/packages/configurator-core/src/webgl/configurator-scene-manager.d.ts +0 -186
  367. package/packages/web-sdk/packages/configurator-core/src/webgl/environment/floor-environment.d.ts +0 -34
  368. package/packages/web-sdk/packages/configurator-core/src/webgl/lightsetting/default-light-setting.d.ts +0 -16
  369. package/packages/web-sdk/packages/configurator-core/src/webgl/lightsetting/hd-light-setting.d.ts +0 -16
  370. package/packages/web-sdk/packages/configurator-core/src/webgl/lightsetting/top-image-light-setting.d.ts +0 -13
  371. package/packages/web-sdk/packages/configurator-core/src/webgl/plugin-system.d.ts +0 -44
  372. package/packages/web-sdk/packages/glb-viewer-core/__tests__/adjujstable-camera-control-3d.d.ts +0 -1
  373. package/packages/web-sdk/packages/glb-viewer-core/__tests__/glb-viewer-scene-manager.d.ts +0 -1
  374. package/packages/web-sdk/packages/glb-viewer-core/__tests__/roomle-glb-viewer.d.ts +0 -1
  375. package/packages/web-sdk/packages/glb-viewer-core/mock/mock-scene-settings.d.ts +0 -1
  376. package/packages/web-sdk/packages/glb-viewer-core/src/camera-control/adjustable-camera-control-3d.d.ts +0 -9
  377. package/packages/web-sdk/packages/glb-viewer-core/src/glb-viewer-main.d.ts +0 -1
  378. package/packages/web-sdk/packages/glb-viewer-core/src/glb-viewer.d.ts +0 -13
  379. package/packages/web-sdk/packages/glb-viewer-core/src/input/glb-input-manager.d.ts +0 -4
  380. package/packages/web-sdk/packages/glb-viewer-core/src/roomle-glb-viewer.d.ts +0 -108
  381. package/packages/web-sdk/packages/glb-viewer-core/src/services/glb-render-worker.d.ts +0 -28
  382. package/packages/web-sdk/packages/glb-viewer-core/src/utils/global-definitions.d.ts +0 -7
  383. package/packages/web-sdk/packages/glb-viewer-core/src/utils/injectables.d.ts +0 -3
  384. package/packages/web-sdk/packages/glb-viewer-core/src/webgl/glb-viewer-light-setting.d.ts +0 -12
  385. package/packages/web-sdk/packages/glb-viewer-core/src/webgl/glb-viewer-scene-manager.d.ts +0 -36
  386. package/packages/web-sdk/packages/homag-intelligence/__tests__/glue-logic-test.d.ts +0 -1
  387. package/packages/web-sdk/packages/homag-intelligence/__tests__/hi-object-selection-test.d.ts +0 -1
  388. package/packages/web-sdk/packages/homag-intelligence/src/api.d.ts +0 -26
  389. package/packages/web-sdk/packages/homag-intelligence/src/callbacks.d.ts +0 -4
  390. package/packages/web-sdk/packages/homag-intelligence/src/debug-logging.d.ts +0 -63
  391. package/packages/web-sdk/packages/homag-intelligence/src/external-object-api-callbacks.d.ts +0 -163
  392. package/packages/web-sdk/packages/homag-intelligence/src/external-object-api.d.ts +0 -238
  393. package/packages/web-sdk/packages/homag-intelligence/src/glue-logic.d.ts +0 -163
  394. package/packages/web-sdk/packages/homag-intelligence/src/hi-api-types.d.ts +0 -16
  395. package/packages/web-sdk/packages/homag-intelligence/src/hi-object-selection.d.ts +0 -47
  396. package/packages/web-sdk/packages/homag-intelligence/src/hi-tag-catalog-callbacks.d.ts +0 -19
  397. package/packages/web-sdk/packages/homag-intelligence/src/homag-intelligence.d.ts +0 -41
  398. package/packages/web-sdk/packages/homag-intelligence/src/model/oc-scripts-domain.model.d.ts +0 -325
  399. package/packages/web-sdk/packages/homag-intelligence/src/orders.d.ts +0 -35
  400. package/packages/web-sdk/packages/homag-intelligence/src/rml-plugin.d.ts +0 -3
  401. package/packages/web-sdk/packages/homag-intelligence/src/util.d.ts +0 -5
  402. package/packages/web-sdk/packages/index.d.ts +0 -36
  403. package/packages/web-sdk/packages/material-viewer/__tests__/roomle-material-viewer.d.ts +0 -1
  404. package/packages/web-sdk/packages/material-viewer/src/material-viewer-main.d.ts +0 -2
  405. package/packages/web-sdk/packages/material-viewer/src/material-viewer.d.ts +0 -13
  406. package/packages/web-sdk/packages/material-viewer/src/roomle-material-viewer-ui-callback.d.ts +0 -11
  407. package/packages/web-sdk/packages/material-viewer/src/roomle-material-viewer.d.ts +0 -126
  408. package/packages/web-sdk/packages/material-viewer/src/utils/global-definitions.d.ts +0 -7
  409. package/packages/web-sdk/packages/material-viewer/src/utils/injectables.d.ts +0 -3
  410. package/packages/web-sdk/packages/material-viewer/src/webgl/material-viewer-scene-manager.d.ts +0 -49
  411. package/packages/web-sdk/packages/planner-core/__tests__/Roomle-tool-cores.d.ts +0 -1
  412. package/packages/web-sdk/packages/planner-core/__tests__/camera-control-first-person.d.ts +0 -1
  413. package/packages/web-sdk/packages/planner-core/__tests__/configurable-configurator-plan-object-view-model.d.ts +0 -1
  414. package/packages/web-sdk/packages/planner-core/__tests__/configurator-plan-object-view-model.d.ts +0 -1
  415. package/packages/web-sdk/packages/planner-core/__tests__/plan-object-view-model.d.ts +0 -1
  416. package/packages/web-sdk/packages/planner-core/__tests__/plan-view-model.d.ts +0 -1
  417. package/packages/web-sdk/packages/planner-core/__tests__/planner-input-manager.d.ts +0 -1
  418. package/packages/web-sdk/packages/planner-core/__tests__/planner-kernel-access.d.ts +0 -1
  419. package/packages/web-sdk/packages/planner-core/__tests__/planner-mesh-generator.d.ts +0 -1
  420. package/packages/web-sdk/packages/planner-core/__tests__/planner-scene-event-handler.d.ts +0 -1
  421. package/packages/web-sdk/packages/planner-core/__tests__/planner-scene-manager.d.ts +0 -1
  422. package/packages/web-sdk/packages/planner-core/__tests__/planner-selection-handler.d.ts +0 -1
  423. package/packages/web-sdk/packages/planner-core/__tests__/planner.d.ts +0 -1
  424. package/packages/web-sdk/packages/planner-core/__tests__/roomle-planner.d.ts +0 -1
  425. package/packages/web-sdk/packages/planner-core/__tests__/static-plan-object-view-model.d.ts +0 -1
  426. package/packages/web-sdk/packages/planner-core/__tests__/webgl/lightsetting/planner-light-setting.d.ts +0 -1
  427. package/packages/web-sdk/packages/planner-core/mock/planner-kernel-access-mock.d.ts +0 -23
  428. package/packages/web-sdk/packages/planner-core/mock/planner-mock-helper.d.ts +0 -51
  429. package/packages/web-sdk/packages/planner-core/src/camera-control/camera-control-first-person.d.ts +0 -43
  430. package/packages/web-sdk/packages/planner-core/src/input/planner-input-manager.d.ts +0 -5
  431. package/packages/web-sdk/packages/planner-core/src/lights/ceiling-light.d.ts +0 -20
  432. package/packages/web-sdk/packages/planner-core/src/lights/lamp-light.d.ts +0 -25
  433. package/packages/web-sdk/packages/planner-core/src/lights/light-group.d.ts +0 -11
  434. package/packages/web-sdk/packages/planner-core/src/lights/point-lamp-light.d.ts +0 -22
  435. package/packages/web-sdk/packages/planner-core/src/lights/rect-area-light.d.ts +0 -22
  436. package/packages/web-sdk/packages/planner-core/src/plan-xml.d.ts +0 -1
  437. package/packages/web-sdk/packages/planner-core/src/planner-main.d.ts +0 -2
  438. package/packages/web-sdk/packages/planner-core/src/planner.d.ts +0 -16
  439. package/packages/web-sdk/packages/planner-core/src/roomle-planner-ui-callback.d.ts +0 -249
  440. package/packages/web-sdk/packages/planner-core/src/roomle-planner.d.ts +0 -590
  441. package/packages/web-sdk/packages/planner-core/src/services/planner-kernel-access.d.ts +0 -124
  442. package/packages/web-sdk/packages/planner-core/src/utils/dimensions-helper.d.ts +0 -13
  443. package/packages/web-sdk/packages/planner-core/src/utils/global-definitions.d.ts +0 -14
  444. package/packages/web-sdk/packages/planner-core/src/utils/injectables.d.ts +0 -3
  445. package/packages/web-sdk/packages/planner-core/src/utils/map-to-ui-plan-objects.d.ts +0 -5
  446. package/packages/web-sdk/packages/planner-core/src/utils/measurements.d.ts +0 -158
  447. package/packages/web-sdk/packages/planner-core/src/utils/planner-scene-utils.d.ts +0 -11
  448. package/packages/web-sdk/packages/planner-core/src/utils/planner-selection-handler.d.ts +0 -43
  449. package/packages/web-sdk/packages/planner-core/src/view-model/ceiling-plan-element-view-model.d.ts +0 -8
  450. package/packages/web-sdk/packages/planner-core/src/view-model/construction-plan-object-view-model.d.ts +0 -20
  451. package/packages/web-sdk/packages/planner-core/src/view-model/floor-plan-element-view-model.d.ts +0 -22
  452. package/packages/web-sdk/packages/planner-core/src/view-model/measurement-line-plan-element-view-model.d.ts +0 -83
  453. package/packages/web-sdk/packages/planner-core/src/view-model/node-plan-element-view-model.d.ts +0 -20
  454. package/packages/web-sdk/packages/planner-core/src/view-model/plan-view-model.d.ts +0 -175
  455. package/packages/web-sdk/packages/planner-core/src/view-model/static-plan-object-view-model.d.ts +0 -17
  456. package/packages/web-sdk/packages/planner-core/src/view-model/wall-attic-plan-element-view-model.d.ts +0 -10
  457. package/packages/web-sdk/packages/planner-core/src/view-model/wall-plan-element-view-model.d.ts +0 -48
  458. package/packages/web-sdk/packages/planner-core/src/webgl/construction-top-view.d.ts +0 -30
  459. package/packages/web-sdk/packages/planner-core/src/webgl/continuous-drawing-helper.d.ts +0 -16
  460. package/packages/web-sdk/packages/planner-core/src/webgl/draggable-node.d.ts +0 -18
  461. package/packages/web-sdk/packages/planner-core/src/webgl/lightsetting/planner-light-setting.d.ts +0 -18
  462. package/packages/web-sdk/packages/planner-core/src/webgl/paper-background.d.ts +0 -5
  463. package/packages/web-sdk/packages/planner-core/src/webgl/planner-element-highlighter.d.ts +0 -18
  464. package/packages/web-sdk/packages/planner-core/src/webgl/planner-mesh-generator.d.ts +0 -23
  465. package/packages/web-sdk/packages/planner-core/src/webgl/planner-scene-event-handler.d.ts +0 -173
  466. package/packages/web-sdk/packages/planner-core/src/webgl/planner-scene-manager.d.ts +0 -244
  467. package/packages/web-sdk/packages/test-helpers/unit/global-setup.d.ts +0 -1
  468. package/packages/web-sdk/packages/test-helpers/unit/modules-setup.d.ts +0 -1
  469. package/packages/web-sdk/packages/tools-core/src/roomle-tools-core.d.ts +0 -38
  470. package/packages/web-sdk/packages/tools-core/src/tools-core.d.ts +0 -13
  471. package/packages/web-sdk/packages/tools-core/src/utils/global-definitions.d.ts +0 -7
  472. package/packages/web-sdk/packages/tools-core/src/utils/injectables.d.ts +0 -3
  473. package/packages/web-sdk/packages/typings/configurator-kernel-container.d.ts +0 -99
  474. package/packages/web-sdk/packages/typings/ems.d.ts +0 -27
  475. package/packages/web-sdk/packages/typings/external-objects.d.ts +0 -37
  476. package/packages/web-sdk/packages/typings/global-definitions.d.ts +0 -37
  477. package/packages/web-sdk/packages/typings/helper.d.ts +0 -2
  478. package/packages/web-sdk/packages/typings/kernel.d.ts +0 -682
  479. package/packages/web-sdk/packages/typings/planner-kernel-container.d.ts +0 -376
  480. package/packages/web-sdk/packages/typings/planner.d.ts +0 -430
  481. package/packages/web-sdk/packages/typings/rapi-types.d.ts +0 -507
  482. package/packages/web-sdk/packages/typings/shims.d.ts +0 -7
  483. package/packages/web-sdk/packages/typings/stats.d.ts +0 -4
  484. package/packages/web-sdk/packages/workers/__tests__/asset-loader.d.ts +0 -1
  485. package/packages/web-sdk/packages/workers/__tests__/budgeteer.sw.d.ts +0 -1
  486. package/packages/web-sdk/packages/workers/__tests__/communication-interface.d.ts +0 -1
  487. package/packages/web-sdk/packages/workers/src/asset-loader.d.ts +0 -8
  488. package/packages/web-sdk/packages/workers/src/asset-loader.worker.d.ts +0 -1
  489. package/packages/web-sdk/packages/workers/src/budgeteer/constants.d.ts +0 -41
  490. package/packages/web-sdk/packages/workers/src/budgeteer.sw.d.ts +0 -16
  491. package/packages/web-sdk/packages/workers/src/communication-interface.d.ts +0 -29
  492. package/packages/web-sdk/packages/workers/src/main-thread-to-worker.d.ts +0 -8
  493. package/packages/web-sdk/packages/workers/src/static-files/workers.d.ts +0 -4
  494. package/packages/web-sdk/packages/workers/src/worker-to-main-thread.d.ts +0 -6
  495. package/roomle-embedding-lib.es.js +0 -833
  496. package/roomle-embedding-lib.es.min.js +0 -1
  497. package/roomle-embedding-lib.umd.js +0 -21
  498. package/roomle-embedding-lib.umd.min.js +0 -1
  499. package/src/App.vue.d.ts +0 -127
  500. package/src/common/business-logic/connector.d.ts +0 -9
  501. package/src/common/business-logic/event-bus.d.ts +0 -7
  502. package/src/common/business-logic/event-emitter.d.ts +0 -14
  503. package/src/common/components/BottomBar.vue.d.ts +0 -2
  504. package/src/common/components/BottomButtons.vue.d.ts +0 -9
  505. package/src/common/components/CounterDot.vue.d.ts +0 -6
  506. package/src/common/components/EmbeddedAdditionalInfo.vue.d.ts +0 -12
  507. package/src/common/components/EmbeddedExternalCatalog.vue.d.ts +0 -16
  508. package/src/common/components/EmbeddedInfoWrapper.vue.d.ts +0 -30
  509. package/src/common/components/ExpandableIcons.vue.d.ts +0 -24
  510. package/src/common/components/IconButton.vue.d.ts +0 -15
  511. package/src/common/components/Layer.vue.d.ts +0 -11
  512. package/src/common/components/Layout.vue.d.ts +0 -17
  513. package/src/common/components/LeftHeaderContainer.vue.d.ts +0 -2
  514. package/src/common/components/Loading.vue.d.ts +0 -2
  515. package/src/common/components/LoadingSpinner.vue.d.ts +0 -2
  516. package/src/common/components/MainComponent.vue.d.ts +0 -2
  517. package/src/common/components/SelectionButton.vue.d.ts +0 -23
  518. package/src/common/components/SelectionButtons.vue.d.ts +0 -13
  519. package/src/common/components/ShowCustomView.vue.d.ts +0 -24
  520. package/src/common/components/SwitchButton.vue.d.ts +0 -24
  521. package/src/common/components/ToggleButtons.vue.d.ts +0 -16
  522. package/src/common/components/Tooltip.vue.d.ts +0 -65
  523. package/src/common/components/action-buttons/-utils/ActionButton.vue.d.ts +0 -23
  524. package/src/common/components/flying-menu/FlyingMenu.vue.d.ts +0 -11
  525. package/src/common/components/flying-menu/StartConfiguringButton.vue.d.ts +0 -2
  526. package/src/common/components/helpers.d.ts +0 -7
  527. package/src/common/components/inputs/BaseInput.vue.d.ts +0 -88
  528. package/src/common/components/inputs/GenericInput.vue.d.ts +0 -18
  529. package/src/common/components/inputs/NumericInput.vue.d.ts +0 -22
  530. package/src/common/components/inputs/NumericInputWrapper.vue.d.ts +0 -17
  531. package/src/common/components/inputs/RangeSlider.vue.d.ts +0 -34
  532. package/src/common/components/inputs/SelectDropdown.vue.d.ts +0 -20
  533. package/src/common/components/notifications/FirstPersonControlsNotification.vue.d.ts +0 -6
  534. package/src/common/components/notifications/InteractionNotes.vue.d.ts +0 -10
  535. package/src/common/components/notifications/LoadSavedPlanNotification.vue.d.ts +0 -10
  536. package/src/common/components/notifications/MaximumLightNotification.vue.d.ts +0 -8
  537. package/src/common/components/notifications/NotificationCard.vue.d.ts +0 -21
  538. package/src/common/components/notifications/Notifications.vue.d.ts +0 -2
  539. package/src/common/components/notifications/RenderingLightNotification.vue.d.ts +0 -6
  540. package/src/common/components/overlays/PartList.vue.d.ts +0 -316
  541. package/src/common/components/overlays/bottom-bar/ControlButtonsWrapper.vue.d.ts +0 -2
  542. package/src/common/components/overlays/bottom-bar/GoBack.vue.d.ts +0 -53
  543. package/src/common/components/overlays/bottom-bar/cart/AddToBasket.vue.d.ts +0 -6
  544. package/src/common/components/overlays/bottom-bar/cart/CartIconWithBadge.vue.d.ts +0 -12
  545. package/src/common/components/overlays/bottom-bar/cart/ExitBtn.vue.d.ts +0 -44
  546. package/src/common/components/overlays/bottom-bar/cart/GoToCartBtn.vue.d.ts +0 -53
  547. package/src/common/components/overlays/bottom-bar/cart/SaveCartBtn.vue.d.ts +0 -54
  548. package/src/common/components/overlays/part-list/PartListEntry.vue.d.ts +0 -114
  549. package/src/common/components/overlays/part-list/PartListHeader.vue.d.ts +0 -11
  550. package/src/common/components/overlays/part-list/PartListPrint.vue.d.ts +0 -17
  551. package/src/common/components/overlays/part-list/PartListRow.vue.d.ts +0 -60
  552. package/src/common/components/overlays/part-list/partlist-setup.d.ts +0 -15
  553. package/src/common/components/overlays/tutorials/SupaDemoEmbed.vue.d.ts +0 -10
  554. package/src/common/components/overlays/tutorials/Tutorials.vue.d.ts +0 -6
  555. package/src/common/components/overlays/tutorials/YouTubeEmbed.vue.d.ts +0 -10
  556. package/src/common/components/parameters/ColorParameter.vue.d.ts +0 -34
  557. package/src/common/components/parameters/CustomColorPicker.vue.d.ts +0 -14
  558. package/src/common/components/parameters/VisibilityParameter.vue.d.ts +0 -8
  559. package/src/common/components/side-bar/BackAction.vue.d.ts +0 -10
  560. package/src/common/components/side-bar/BackButton.vue.d.ts +0 -6
  561. package/src/common/components/side-bar/NavigationButtonsWrapper.vue.d.ts +0 -11
  562. package/src/common/components/side-bar/NextAction.vue.d.ts +0 -10
  563. package/src/common/components/side-bar/ResponsiveSidebarWrapper.vue.d.ts +0 -40
  564. package/src/common/components/side-bar/SidebarHintText.vue.d.ts +0 -10
  565. package/src/common/components/side-bar/SidebarItem.vue.d.ts +0 -29
  566. package/src/common/components/side-bar/SidebarItemLabel.vue.d.ts +0 -16
  567. package/src/common/components/side-bar/SidebarRouterLayer.vue.d.ts +0 -6
  568. package/src/common/components/side-bar/TabbedNav.vue.d.ts +0 -23
  569. package/src/common/components/side-bar/TabbedNavMenu.vue.d.ts +0 -31
  570. package/src/common/components/side-bar/TabbedNavStatic.vue.d.ts +0 -6
  571. package/src/common/components/side-bar/utils/configurator-sidebar-components.d.ts +0 -664
  572. package/src/common/components/side-bar/utils/helper.d.ts +0 -3
  573. package/src/common/components/side-bar/utils/types.d.ts +0 -31
  574. package/src/common/components/tool-bar/ToolBar.vue.d.ts +0 -2
  575. package/src/common/components/tool-bar/ToolBarWrapper.vue.d.ts +0 -4
  576. package/src/common/components/tool-tip/MoreInfoTooltipContent.vue.d.ts +0 -19
  577. package/src/common/components/tool-tip/ParameterTooltip.vue.d.ts +0 -14
  578. package/src/common/components/top-bar/TopBar.vue.d.ts +0 -2
  579. package/src/common/components/utils/-utils/notifications.d.ts +0 -54
  580. package/src/common/components/utils/-utils/overlays.d.ts +0 -65
  581. package/src/common/components/utils/CollapsibleButtonsContainer.vue.d.ts +0 -28
  582. package/src/common/components/utils/HeightToggle.vue.d.ts +0 -36
  583. package/src/common/components/utils/QRCode.vue.d.ts +0 -19
  584. package/src/common/components/utils/ShadowOnStage.vue.d.ts +0 -8
  585. package/src/common/components/utils/StageActivityIndicator.vue.d.ts +0 -2
  586. package/src/common/components/utils/collapsible-buttons-container/CollapsibleButton.vue.d.ts +0 -14
  587. package/src/common/components/utils/collapsible-buttons-container/CollapsibleTrigger.vue.d.ts +0 -45
  588. package/src/common/components/utils/collapsible-buttons-container/collapsible-button-types.d.ts +0 -1
  589. package/src/common/composables/use-analytics.d.ts +0 -3
  590. package/src/common/composables/use-ar-service.d.ts +0 -3
  591. package/src/common/composables/use-async-function.d.ts +0 -8
  592. package/src/common/composables/use-configurator-actions-visibility.d.ts +0 -9
  593. package/src/common/composables/use-configurator-api.d.ts +0 -5
  594. package/src/common/composables/use-core-bound-value.d.ts +0 -8
  595. package/src/common/composables/use-core-instances.d.ts +0 -6
  596. package/src/common/composables/use-embedding-callbacks.d.ts +0 -3
  597. package/src/common/composables/use-event-emitter-listener.d.ts +0 -72
  598. package/src/common/composables/use-fetch-root-tag.d.ts +0 -8
  599. package/src/common/composables/use-intersection-observer.d.ts +0 -8
  600. package/src/common/composables/use-intl.d.ts +0 -14
  601. package/src/common/composables/use-item-variants.d.ts +0 -7
  602. package/src/common/composables/use-keyboard-resize.d.ts +0 -1
  603. package/src/common/composables/use-libs.d.ts +0 -3
  604. package/src/common/composables/use-local-storage.d.ts +0 -3
  605. package/src/common/composables/use-materials-and-ral-colors.d.ts +0 -9
  606. package/src/common/composables/use-materials-grouped.d.ts +0 -10
  607. package/src/common/composables/use-measurement-styles.d.ts +0 -9
  608. package/src/common/composables/use-on-click-outside.d.ts +0 -7
  609. package/src/common/composables/use-open-close-anim.d.ts +0 -14
  610. package/src/common/composables/use-pausable-computed.d.ts +0 -15
  611. package/src/common/composables/use-planner-actions-visibility.d.ts +0 -17
  612. package/src/common/composables/use-pointer-pos.d.ts +0 -16
  613. package/src/common/composables/use-product-price.d.ts +0 -11
  614. package/src/common/composables/use-purchasable-count.d.ts +0 -3
  615. package/src/common/composables/use-sdk-connector.d.ts +0 -3
  616. package/src/common/composables/use-sdk-event-emitter-listener.d.ts +0 -30
  617. package/src/common/composables/use-selected-object-center.d.ts +0 -6
  618. package/src/common/composables/use-selected-plan-element.d.ts +0 -8
  619. package/src/common/composables/use-shared-sidebar-setup.d.ts +0 -96
  620. package/src/common/composables/use-sidebar-layer-router.d.ts +0 -12
  621. package/src/common/composables/use-stage-activity-indicator.d.ts +0 -9
  622. package/src/common/composables/use-static-item-parameters.d.ts +0 -1114
  623. package/src/common/composables/use-ui-actions.d.ts +0 -3
  624. package/src/common/composables/use-wall-dimensions-cache.d.ts +0 -8
  625. package/src/common/config/tutorial-data.d.ts +0 -3
  626. package/src/common/plugins/analytics.d.ts +0 -12
  627. package/src/common/plugins/event-emitter.d.ts +0 -4
  628. package/src/common/plugins/local-storage.d.ts +0 -10
  629. package/src/common/plugins/localize.d.ts +0 -2
  630. package/src/common/plugins/ui-actions.d.ts +0 -13
  631. package/src/common/router/router.d.ts +0 -2
  632. package/src/common/store/common-ui-store.d.ts +0 -191
  633. package/src/common/store/index.d.ts +0 -27
  634. package/src/common/translations/local-translation-source.d.ts +0 -8
  635. package/src/common/utils/access-restriction.d.ts +0 -8
  636. package/src/common/utils/ar-service.d.ts +0 -14
  637. package/src/common/utils/async-guard.d.ts +0 -12
  638. package/src/common/utils/bezier.d.ts +0 -2
  639. package/src/common/utils/catalog-builder.d.ts +0 -34
  640. package/src/common/utils/color.d.ts +0 -26
  641. package/src/common/utils/compatibility.d.ts +0 -4
  642. package/src/common/utils/composable-helpers.d.ts +0 -10
  643. package/src/common/utils/dom.d.ts +0 -20
  644. package/src/common/utils/font-size-detector.d.ts +0 -1
  645. package/src/common/utils/fonts.d.ts +0 -3
  646. package/src/common/utils/google-analytics.d.ts +0 -68
  647. package/src/common/utils/helper.d.ts +0 -84
  648. package/src/common/utils/init-data-helper.d.ts +0 -3
  649. package/src/common/utils/log-canvas-coords.d.ts +0 -3
  650. package/src/common/utils/parameters.d.ts +0 -21
  651. package/src/common/utils/performance.d.ts +0 -2
  652. package/src/common/utils/plan.d.ts +0 -1
  653. package/src/common/utils/playwright-handler.d.ts +0 -5
  654. package/src/common/utils/playwright-response-checker.d.ts +0 -3
  655. package/src/common/utils/root-tags.d.ts +0 -4
  656. package/src/common/utils/script-loader.d.ts +0 -6
  657. package/src/common/utils/share.d.ts +0 -1
  658. package/src/common/utils/tutorials.d.ts +0 -6
  659. package/src/common/utils/types.d.ts +0 -144
  660. package/src/common/utils/ui-actions.d.ts +0 -36
  661. package/src/common/utils/user-agent.d.ts +0 -7
  662. package/src/common/utils/variants.d.ts +0 -4
  663. package/src/configurator/ar/AppAR.vue.d.ts +0 -11
  664. package/src/configurator/ar/main.d.ts +0 -1
  665. package/src/configurator/business-logic/roomle-sdk-wrapper.d.ts +0 -23
  666. package/src/configurator/business-logic/sdk-connector-configurator.d.ts +0 -38
  667. package/src/configurator/business-logic/sdk-connector.d.ts +0 -137
  668. package/src/configurator/business-logic/ui-callback.d.ts +0 -6
  669. package/src/configurator/components/ConfiguratorMain.vue.d.ts +0 -2
  670. package/src/configurator/components/ConfiguratorSidebar.vue.d.ts +0 -15
  671. package/src/configurator/components/CookieBanner.vue.d.ts +0 -6
  672. package/src/configurator/components/DimensionLabels.vue.d.ts +0 -2
  673. package/src/configurator/components/PoweredBy.vue.d.ts +0 -10
  674. package/src/configurator/components/SceneContainer.vue.d.ts +0 -2
  675. package/src/configurator/components/StopConfiguringButton.vue.d.ts +0 -2
  676. package/src/configurator/components/addons/AddonsTrigger.vue.d.ts +0 -6
  677. package/src/configurator/components/addons/PossibleChildren.vue.d.ts +0 -14
  678. package/src/configurator/components/grid-view/-utils/CollapsedView.vue.d.ts +0 -46
  679. package/src/configurator/components/grid-view/-utils/ExpandedHeader.vue.d.ts +0 -16
  680. package/src/configurator/components/grid-view/-utils/ExpandedView.vue.d.ts +0 -36
  681. package/src/configurator/components/grid-view/-utils/GridViewElement.vue.d.ts +0 -25
  682. package/src/configurator/components/grid-view/-utils/GridViewHelper.d.ts +0 -43
  683. package/src/configurator/components/grid-view/-utils/GridViewMaterialElement.vue.d.ts +0 -12
  684. package/src/configurator/components/grid-view/-utils/GridViewThumbnailsElement.vue.d.ts +0 -12
  685. package/src/configurator/components/grid-view/-utils/GridViewTooltipElement.vue.d.ts +0 -8
  686. package/src/configurator/components/grid-view/GridView.vue.d.ts +0 -35
  687. package/src/configurator/components/overlays/Export3D.vue.d.ts +0 -6
  688. package/src/configurator/components/overlays/LoadProduct.vue.d.ts +0 -15
  689. package/src/configurator/components/overlays/SaveDraft.vue.d.ts +0 -15
  690. package/src/configurator/components/overlays/ar/OpenAR.vue.d.ts +0 -12
  691. package/src/configurator/components/overlays/ar/OpenARView.vue.d.ts +0 -27
  692. package/src/configurator/components/parameters/BackParameterGroupButton.vue.d.ts +0 -6
  693. package/src/configurator/components/parameters/NextParameterGroupButton.vue.d.ts +0 -6
  694. package/src/configurator/components/parameters/OverflowIndicator.vue.d.ts +0 -12
  695. package/src/configurator/components/parameters/ParameterGroupButton.vue.d.ts +0 -33
  696. package/src/configurator/components/parameters/ParameterGroups.vue.d.ts +0 -15
  697. package/src/configurator/components/parameters/types/DisabledParameters.vue.d.ts +0 -8
  698. package/src/configurator/components/parameters/types/MaterialParameter.vue.d.ts +0 -14
  699. package/src/configurator/components/parameters/types/OptionsParameter.vue.d.ts +0 -18
  700. package/src/configurator/components/parameters/types/OptionsParameterValue.vue.d.ts +0 -16
  701. package/src/configurator/components/parameters/types/ParameterGroupPills.vue.d.ts +0 -33
  702. package/src/configurator/components/parameters/types/ProductVariant.vue.d.ts +0 -73
  703. package/src/configurator/components/parameters/types/RangeParameter.vue.d.ts +0 -15
  704. package/src/configurator/components/parameters/types/ThumbnailsParameter.vue.d.ts +0 -64
  705. package/src/configurator/components/parameters/types/UnknownParameter.vue.d.ts +0 -12
  706. package/src/configurator/components/top-bar/ARButton.vue.d.ts +0 -9
  707. package/src/configurator/components/utils/-utils/SceneOffsetResizer.d.ts +0 -24
  708. package/src/configurator/components/utils/-utils/popup-types.d.ts +0 -1
  709. package/src/configurator/components/utils/-utils/side-bar-types.d.ts +0 -13
  710. package/src/configurator/components/utils/ArrowButton.vue.d.ts +0 -8
  711. package/src/configurator/components/utils/AspectRatioBox.vue.d.ts +0 -11
  712. package/src/configurator/components/utils/CheckBox.vue.d.ts +0 -10
  713. package/src/configurator/components/utils/FullscreenContainer.vue.d.ts +0 -15
  714. package/src/configurator/components/utils/GdprEmailInput.vue.d.ts +0 -12
  715. package/src/configurator/components/utils/HeightContainer.vue.d.ts +0 -22
  716. package/src/configurator/components/utils/ImageWithFallback.vue.d.ts +0 -23
  717. package/src/configurator/components/utils/InteractionsContainer.vue.d.ts +0 -26
  718. package/src/configurator/components/utils/PopUp.vue.d.ts +0 -28
  719. package/src/configurator/components/utils/PrimaryButton.vue.d.ts +0 -40
  720. package/src/configurator/components/utils/RadioButton.vue.d.ts +0 -19
  721. package/src/configurator/components/utils/SearchInput.vue.d.ts +0 -16
  722. package/src/configurator/components/utils/Spinner.vue.d.ts +0 -6
  723. package/src/configurator/components/utils/StartConfiguringButton.vue.d.ts +0 -49
  724. package/src/configurator/components/utils/SvgIcon.vue.d.ts +0 -8
  725. package/src/configurator/components/utils/WordWrap.vue.d.ts +0 -45
  726. package/src/configurator/components/utils/transitions/SlideTransitionWrapper.vue.d.ts +0 -10
  727. package/src/configurator/embedding/drag-ghost.d.ts +0 -11
  728. package/src/configurator/embedding/drag-handler.d.ts +0 -12
  729. package/src/configurator/embedding/example/Embedding.vue.d.ts +0 -68
  730. package/src/configurator/embedding/example/GlbConfSwitch.vue.d.ts +0 -22
  731. package/src/configurator/embedding/example/GlbConfSwitchSecret.vue.d.ts +0 -18
  732. package/src/configurator/embedding/example/main.d.ts +0 -1
  733. package/src/configurator/embedding/exposed-analytics-callbacks.d.ts +0 -10
  734. package/src/configurator/embedding/exposed-api.d.ts +0 -204
  735. package/src/configurator/embedding/exposed-callbacks.d.ts +0 -89
  736. package/src/configurator/embedding/helper.d.ts +0 -29
  737. package/src/configurator/embedding/roomle-configurator-api.d.ts +0 -61
  738. package/src/configurator/embedding/types.d.ts +0 -548
  739. package/src/configurator/plugins/ar-service-plugin.d.ts +0 -6
  740. package/src/configurator/plugins/embedding-callbacks-plugin.d.ts +0 -4
  741. package/src/configurator/plugins/libs-plugin.d.ts +0 -10
  742. package/src/configurator/plugins/sdk-connector-plugin.d.ts +0 -21
  743. package/src/configurator/store/core-data-store.d.ts +0 -142
  744. package/src/configurator/store/ui-state.d.ts +0 -78
  745. package/src/main.d.ts +0 -24
  746. package/src/planner/business-logic/general-room-parameters.d.ts +0 -36
  747. package/src/planner/business-logic/pre-defined-rooms.d.ts +0 -4
  748. package/src/planner/business-logic/rooms.d.ts +0 -52
  749. package/src/planner/business-logic/sdk-connector-planner.d.ts +0 -69
  750. package/src/planner/business-logic/selected-door-parameters.d.ts +0 -10
  751. package/src/planner/business-logic/selected-wall-parameters.d.ts +0 -11
  752. package/src/planner/business-logic/selected-window-parameters.d.ts +0 -10
  753. package/src/planner/components/DraggableButton.vue.d.ts +0 -32
  754. package/src/planner/components/ObjectList.vue.d.ts +0 -17
  755. package/src/planner/components/PlannerMain.vue.d.ts +0 -2
  756. package/src/planner/components/PlannerSidebar.vue.d.ts +0 -19
  757. package/src/planner/components/RotateButton.vue.d.ts +0 -14
  758. package/src/planner/components/RotationButtonWrapper.vue.d.ts +0 -6
  759. package/src/planner/components/RotationIndicator.vue.d.ts +0 -37
  760. package/src/planner/components/StartPlannerButton.vue.d.ts +0 -2
  761. package/src/planner/components/catalog/CatalogBreadcrumb.vue.d.ts +0 -18
  762. package/src/planner/components/catalog/CatalogEmptyState.vue.d.ts +0 -10
  763. package/src/planner/components/catalog/CatalogLevels.vue.d.ts +0 -22
  764. package/src/planner/components/catalog/CatalogNavigation.vue.d.ts +0 -46
  765. package/src/planner/components/catalog/CatalogProducts.vue.d.ts +0 -24
  766. package/src/planner/components/catalog/CatalogTrigger.vue.d.ts +0 -2
  767. package/src/planner/components/catalog/ProductCard.vue.d.ts +0 -16
  768. package/src/planner/components/catalog/ProductGrid.vue.d.ts +0 -14
  769. package/src/planner/components/measurements/MeasurementDisplayComponent.vue.d.ts +0 -50
  770. package/src/planner/components/measurements/ShowConstructionMeasurements.vue.d.ts +0 -8
  771. package/src/planner/components/measurements/ShowFloorsAreasData.vue.d.ts +0 -8
  772. package/src/planner/components/measurements/ShowMeasurementLineDimension.vue.d.ts +0 -8
  773. package/src/planner/components/measurements/ShowObjectMeasurements.vue.d.ts +0 -11
  774. package/src/planner/components/measurements/ShowWallAtticMeasurements.vue.d.ts +0 -8
  775. package/src/planner/components/measurements/ShowWallMeasurements.vue.d.ts +0 -9
  776. package/src/planner/components/measurements/utils/AtticLabel.vue.d.ts +0 -24
  777. package/src/planner/components/measurements/utils/AtticLine.vue.d.ts +0 -26
  778. package/src/planner/components/measurements/utils/IndicatorArrow.vue.d.ts +0 -14
  779. package/src/planner/components/measurements/utils/IndicatorLine.vue.d.ts +0 -21
  780. package/src/planner/components/measurements/utils/MeasurementText.vue.d.ts +0 -21
  781. package/src/planner/components/overlays/ProductList.vue.d.ts +0 -24
  782. package/src/planner/components/overlays/ProductListButton.vue.d.ts +0 -6
  783. package/src/planner/components/overlays/ProductSettings.vue.d.ts +0 -14
  784. package/src/planner/components/overlays/RoomSidebar.vue.d.ts +0 -18
  785. package/src/planner/components/overlays/product-list/LoadProductButton.vue.d.ts +0 -2
  786. package/src/planner/components/overlays/product-list/ProductEntry.vue.d.ts +0 -42
  787. package/src/planner/components/overlays/product-list/ProductListEntry.vue.d.ts +0 -20
  788. package/src/planner/components/overlays/product-list/ProductListType.vue.d.ts +0 -24
  789. package/src/planner/components/overlays/product-list/ProductsTotalPrice.vue.d.ts +0 -13
  790. package/src/planner/components/overlays/product-settings/ProductLabelButton.vue.d.ts +0 -12
  791. package/src/planner/components/overlays/product-settings/ProductPositions.vue.d.ts +0 -10
  792. package/src/planner/components/overlays/product-settings/ProductRangeControl.vue.d.ts +0 -245
  793. package/src/planner/components/overlays/product-settings/ProductRotation.vue.d.ts +0 -8
  794. package/src/planner/components/overlays/product-settings/ProductSettingsControls.vue.d.ts +0 -2
  795. package/src/planner/components/overlays/product-settings/ProductSettingsInfos.vue.d.ts +0 -13
  796. package/src/planner/components/overlays/product-settings/ProductSize.vue.d.ts +0 -8
  797. package/src/planner/components/overlays/product-settings/ProductXYZChanger.vue.d.ts +0 -32
  798. package/src/planner/components/overlays/rooms/ConstructionVariants.vue.d.ts +0 -21
  799. package/src/planner/components/overlays/rooms/DoorParametersSetting.vue.d.ts +0 -20
  800. package/src/planner/components/overlays/rooms/ElementLengthScaling.vue.d.ts +0 -138
  801. package/src/planner/components/overlays/rooms/IconSwitch.vue.d.ts +0 -65
  802. package/src/planner/components/overlays/rooms/ParameterSwitch.vue.d.ts +0 -20
  803. package/src/planner/components/overlays/rooms/RoomDrawControl.vue.d.ts +0 -36
  804. package/src/planner/components/overlays/rooms/RoomDrawControlsDesc.vue.d.ts +0 -2
  805. package/src/planner/components/overlays/rooms/RoomFloorAndWallSettings.vue.d.ts +0 -14
  806. package/src/planner/components/overlays/rooms/RoomGeneralSettings.vue.d.ts +0 -20
  807. package/src/planner/components/overlays/rooms/RoomRangeParameter.vue.d.ts +0 -47
  808. package/src/planner/components/overlays/rooms/RoomUnitSwitch.vue.d.ts +0 -12
  809. package/src/planner/components/overlays/rooms/RoomsList.vue.d.ts +0 -20
  810. package/src/planner/components/overlays/rooms/SampleRooms.vue.d.ts +0 -14
  811. package/src/planner/components/overlays/rooms/SlopingRoof.vue.d.ts +0 -13
  812. package/src/planner/components/overlays/rooms/SlopingRoofDirection.vue.d.ts +0 -15
  813. package/src/planner/components/overlays/rooms/SlopingRoofDirectionTooltip.vue.d.ts +0 -5
  814. package/src/planner/components/overlays/rooms/SlopingRoofTooltip.vue.d.ts +0 -5
  815. package/src/planner/components/overlays/rooms/WallGeneralSettings.vue.d.ts +0 -18
  816. package/src/planner/components/overlays/rooms/WindowParametersSetting.vue.d.ts +0 -20
  817. package/src/planner/components/overlays/rooms/utils/ral-colors.d.ts +0 -1113
  818. package/src/planner/components/utils/AddRoomButton.vue.d.ts +0 -6
  819. package/src/planner/components/utils/AssureConfiguratorHandlers.vue.d.ts +0 -6
  820. package/src/planner/components/utils/AssureSdkHandlers.vue.d.ts +0 -7
  821. package/src/planner/components/utils/ConfiguratorParameter.vue.d.ts +0 -23
  822. package/src/planner/components/utils/InteractionHeader.vue.d.ts +0 -12
  823. package/src/planner/components/utils/MeasurementsString.vue.d.ts +0 -18
  824. package/src/planner/components/utils/WallSideIcon.vue.d.ts +0 -33
  825. package/src/planner/components/utils/sidebar-nav/NavIndicatorLine.vue.d.ts +0 -14
  826. package/src/planner/components/utils/sidebar-nav/RoomNavOptionElement.vue.d.ts +0 -49
  827. package/src/planner/components/utils/sidebar-nav/SidebarNav.vue.d.ts +0 -50
  828. package/src/planner/store/planner-core-data.d.ts +0 -19
  829. package/src/planner/store/planner-ui-state.d.ts +0 -51
  830. package/src/planner/utils/interaction.d.ts +0 -5
  831. package/src/planner/utils/planner-sidebar.d.ts +0 -17
  832. package/src/planner/utils/rotation-calculation.d.ts +0 -7
  833. package/src/viewer/business-logic/sdk-connector-viewer.d.ts +0 -19
  834. package/src/viewer/components/ARButtonViewer.vue.d.ts +0 -2
  835. package/src/viewer/components/ViewerMain.vue.d.ts +0 -186
  836. package/src/viewer/components/ViewerSidebar.vue.d.ts +0 -33
  837. package/touch-drag-B5zCf87J.mjs +0 -1
  838. package/touch-drag-DXJTOrk5.mjs +0 -146
@@ -1,1114 +0,0 @@
1
- import { GridViewElement } from '../../configurator/components/grid-view/-utils/GridViewHelper';
2
- import { MaterialsForObjects } from '../../planner/business-logic/rooms';
3
- import { RoomlePlannerWithExtObjs } from '../../../packages/web-sdk/packages';
4
-
5
- export declare const useStaticItemParameters: (api: RoomlePlannerWithExtObjs, materialRootTag?: string[] | string) => {
6
- show: {
7
- sizeControls: any;
8
- colorControls: any;
9
- };
10
- objectColor: import('./use-core-bound-value').CoreBoundValue<any>;
11
- materialGroups: import('../utils/composable-helpers').UseAsyncData<readonly [{
12
- readonly id: "ral_9000";
13
- readonly label: "colors-groups.ral_9000";
14
- readonly materials: readonly [{
15
- readonly id: 199;
16
- readonly label: "RAL 9001";
17
- readonly color: "#FDF4E3";
18
- readonly __IS_SAMPLE_COLOR__: 1;
19
- }, {
20
- readonly id: 200;
21
- readonly label: "RAL 9002";
22
- readonly color: "#E7EBDA";
23
- readonly __IS_SAMPLE_COLOR__: 1;
24
- }, {
25
- readonly id: 201;
26
- readonly label: "RAL 9003";
27
- readonly color: "#F4F4F4";
28
- readonly __IS_SAMPLE_COLOR__: 1;
29
- }, {
30
- readonly id: 202;
31
- readonly label: "RAL 9004";
32
- readonly color: "#282828";
33
- readonly __IS_SAMPLE_COLOR__: 1;
34
- }, {
35
- readonly id: 203;
36
- readonly label: "RAL 9005";
37
- readonly color: "#0A0A0A";
38
- readonly __IS_SAMPLE_COLOR__: 1;
39
- }, {
40
- readonly id: 204;
41
- readonly label: "RAL 9006";
42
- readonly color: "#A5A5A5";
43
- readonly __IS_SAMPLE_COLOR__: 1;
44
- }, {
45
- readonly id: 205;
46
- readonly label: "RAL 9007";
47
- readonly color: "#8F8F8F";
48
- readonly __IS_SAMPLE_COLOR__: 1;
49
- }, {
50
- readonly id: 206;
51
- readonly label: "RAL 9010";
52
- readonly color: "#FFFFFF";
53
- readonly __IS_SAMPLE_COLOR__: 1;
54
- }, {
55
- readonly id: 207;
56
- readonly label: "RAL 9011";
57
- readonly color: "#1C1C1C";
58
- readonly __IS_SAMPLE_COLOR__: 1;
59
- }, {
60
- readonly id: 208;
61
- readonly label: "RAL 9016";
62
- readonly color: "#F6F6F6";
63
- readonly __IS_SAMPLE_COLOR__: 1;
64
- }, {
65
- readonly id: 209;
66
- readonly label: "RAL 9017";
67
- readonly color: "#1E1E1E";
68
- readonly __IS_SAMPLE_COLOR__: 1;
69
- }, {
70
- readonly id: 210;
71
- readonly label: "RAL 9018";
72
- readonly color: "#D7D7D7";
73
- readonly __IS_SAMPLE_COLOR__: 1;
74
- }, {
75
- readonly id: 211;
76
- readonly label: "RAL 9022";
77
- readonly color: "#9C9C9C";
78
- readonly __IS_SAMPLE_COLOR__: 1;
79
- }, {
80
- readonly id: 212;
81
- readonly label: "RAL 9023";
82
- readonly color: "#828282";
83
- readonly __IS_SAMPLE_COLOR__: 1;
84
- }];
85
- }, {
86
- readonly id: "ral_7000";
87
- readonly label: "colors-groups.ral_7000";
88
- readonly materials: readonly [{
89
- readonly id: 141;
90
- readonly label: "RAL 7000";
91
- readonly color: "#78858B";
92
- readonly __IS_SAMPLE_COLOR__: 1;
93
- }, {
94
- readonly id: 142;
95
- readonly label: "RAL 7001";
96
- readonly color: "#8A9597";
97
- readonly __IS_SAMPLE_COLOR__: 1;
98
- }, {
99
- readonly id: 143;
100
- readonly label: "RAL 7002";
101
- readonly color: "#7E7B52";
102
- readonly __IS_SAMPLE_COLOR__: 1;
103
- }, {
104
- readonly id: 144;
105
- readonly label: "RAL 7003";
106
- readonly color: "#6C7059";
107
- readonly __IS_SAMPLE_COLOR__: 1;
108
- }, {
109
- readonly id: 145;
110
- readonly label: "RAL 7004";
111
- readonly color: "#969992";
112
- readonly __IS_SAMPLE_COLOR__: 1;
113
- }, {
114
- readonly id: 146;
115
- readonly label: "RAL 7005";
116
- readonly color: "#646B63";
117
- readonly __IS_SAMPLE_COLOR__: 1;
118
- }, {
119
- readonly id: 147;
120
- readonly label: "RAL 7006";
121
- readonly color: "#6D6552";
122
- readonly __IS_SAMPLE_COLOR__: 1;
123
- }, {
124
- readonly id: 148;
125
- readonly label: "RAL 7008";
126
- readonly color: "#6A5F31";
127
- readonly __IS_SAMPLE_COLOR__: 1;
128
- }, {
129
- readonly id: 149;
130
- readonly label: "RAL 7009";
131
- readonly color: "#4D5645";
132
- readonly __IS_SAMPLE_COLOR__: 1;
133
- }, {
134
- readonly id: 150;
135
- readonly label: "RAL 7010";
136
- readonly color: "#4C514A";
137
- readonly __IS_SAMPLE_COLOR__: 1;
138
- }, {
139
- readonly id: 151;
140
- readonly label: "RAL 7011";
141
- readonly color: "#434B4D";
142
- readonly __IS_SAMPLE_COLOR__: 1;
143
- }, {
144
- readonly id: 152;
145
- readonly label: "RAL 7012";
146
- readonly color: "#4E5754";
147
- readonly __IS_SAMPLE_COLOR__: 1;
148
- }, {
149
- readonly id: 153;
150
- readonly label: "RAL 7013";
151
- readonly color: "#464531";
152
- readonly __IS_SAMPLE_COLOR__: 1;
153
- }, {
154
- readonly id: 154;
155
- readonly label: "RAL 7015";
156
- readonly color: "#434750";
157
- readonly __IS_SAMPLE_COLOR__: 1;
158
- }, {
159
- readonly id: 155;
160
- readonly label: "RAL 7016";
161
- readonly color: "#293133";
162
- readonly __IS_SAMPLE_COLOR__: 1;
163
- }, {
164
- readonly id: 156;
165
- readonly label: "RAL 7021";
166
- readonly color: "#23282B";
167
- readonly __IS_SAMPLE_COLOR__: 1;
168
- }, {
169
- readonly id: 157;
170
- readonly label: "RAL 7022";
171
- readonly color: "#332F2C";
172
- readonly __IS_SAMPLE_COLOR__: 1;
173
- }, {
174
- readonly id: 158;
175
- readonly label: "RAL 7023";
176
- readonly color: "#686C5E";
177
- readonly __IS_SAMPLE_COLOR__: 1;
178
- }, {
179
- readonly id: 159;
180
- readonly label: "RAL 7024";
181
- readonly color: "#474A51";
182
- readonly __IS_SAMPLE_COLOR__: 1;
183
- }, {
184
- readonly id: 160;
185
- readonly label: "RAL 7026";
186
- readonly color: "#2F353B";
187
- readonly __IS_SAMPLE_COLOR__: 1;
188
- }, {
189
- readonly id: 161;
190
- readonly label: "RAL 7030";
191
- readonly color: "#8B8C7A";
192
- readonly __IS_SAMPLE_COLOR__: 1;
193
- }, {
194
- readonly id: 162;
195
- readonly label: "RAL 7031";
196
- readonly color: "#474B4E";
197
- readonly __IS_SAMPLE_COLOR__: 1;
198
- }, {
199
- readonly id: 163;
200
- readonly label: "RAL 7032";
201
- readonly color: "#B8B799";
202
- readonly __IS_SAMPLE_COLOR__: 1;
203
- }, {
204
- readonly id: 164;
205
- readonly label: "RAL 7033";
206
- readonly color: "#7D8471";
207
- readonly __IS_SAMPLE_COLOR__: 1;
208
- }, {
209
- readonly id: 165;
210
- readonly label: "RAL 7034";
211
- readonly color: "#8F8B66";
212
- readonly __IS_SAMPLE_COLOR__: 1;
213
- }, {
214
- readonly id: 166;
215
- readonly label: "RAL 7035";
216
- readonly color: "#D7D7D7";
217
- readonly __IS_SAMPLE_COLOR__: 1;
218
- }, {
219
- readonly id: 167;
220
- readonly label: "RAL 7036";
221
- readonly color: "#7F7679";
222
- readonly __IS_SAMPLE_COLOR__: 1;
223
- }, {
224
- readonly id: 168;
225
- readonly label: "RAL 7037";
226
- readonly color: "#7D7F7D";
227
- readonly __IS_SAMPLE_COLOR__: 1;
228
- }, {
229
- readonly id: 169;
230
- readonly label: "RAL 7038";
231
- readonly color: "#B5B8B1";
232
- readonly __IS_SAMPLE_COLOR__: 1;
233
- }, {
234
- readonly id: 170;
235
- readonly label: "RAL 7039";
236
- readonly color: "#6C6960";
237
- readonly __IS_SAMPLE_COLOR__: 1;
238
- }, {
239
- readonly id: 171;
240
- readonly label: "RAL 7040";
241
- readonly color: "#9DA1AA";
242
- readonly __IS_SAMPLE_COLOR__: 1;
243
- }, {
244
- readonly id: 172;
245
- readonly label: "RAL 7042";
246
- readonly color: "#8D948D";
247
- readonly __IS_SAMPLE_COLOR__: 1;
248
- }, {
249
- readonly id: 173;
250
- readonly label: "RAL 7043";
251
- readonly color: "#4E5452";
252
- readonly __IS_SAMPLE_COLOR__: 1;
253
- }, {
254
- readonly id: 174;
255
- readonly label: "RAL 7044";
256
- readonly color: "#CAC4B0";
257
- readonly __IS_SAMPLE_COLOR__: 1;
258
- }, {
259
- readonly id: 175;
260
- readonly label: "RAL 7045";
261
- readonly color: "#909090";
262
- readonly __IS_SAMPLE_COLOR__: 1;
263
- }, {
264
- readonly id: 176;
265
- readonly label: "RAL 7046";
266
- readonly color: "#82898F";
267
- readonly __IS_SAMPLE_COLOR__: 1;
268
- }, {
269
- readonly id: 177;
270
- readonly label: "RAL 7047";
271
- readonly color: "#D0D0D0";
272
- readonly __IS_SAMPLE_COLOR__: 1;
273
- }, {
274
- readonly id: 178;
275
- readonly label: "RAL 7048";
276
- readonly color: "#898176";
277
- readonly __IS_SAMPLE_COLOR__: 1;
278
- }];
279
- }, {
280
- readonly id: "ral_1000";
281
- readonly label: "colors-groups.ral_1000";
282
- readonly materials: readonly [{
283
- readonly id: 0;
284
- readonly label: "RAL 1000";
285
- readonly color: "#BEBD7F";
286
- readonly __IS_SAMPLE_COLOR__: 1;
287
- }, {
288
- readonly id: 1;
289
- readonly label: "RAL 1001";
290
- readonly color: "#C2B078";
291
- readonly __IS_SAMPLE_COLOR__: 1;
292
- }, {
293
- readonly id: 2;
294
- readonly label: "RAL 1002";
295
- readonly color: "#C6A664";
296
- readonly __IS_SAMPLE_COLOR__: 1;
297
- }, {
298
- readonly id: 3;
299
- readonly label: "RAL 1003";
300
- readonly color: "#E5BE01";
301
- readonly __IS_SAMPLE_COLOR__: 1;
302
- }, {
303
- readonly id: 4;
304
- readonly label: "RAL 1004";
305
- readonly color: "#CDA434";
306
- readonly __IS_SAMPLE_COLOR__: 1;
307
- }, {
308
- readonly id: 5;
309
- readonly label: "RAL 1005";
310
- readonly color: "#A98307";
311
- readonly __IS_SAMPLE_COLOR__: 1;
312
- }, {
313
- readonly id: 6;
314
- readonly label: "RAL 1006";
315
- readonly color: "#E4A010";
316
- readonly __IS_SAMPLE_COLOR__: 1;
317
- }, {
318
- readonly id: 7;
319
- readonly label: "RAL 1007";
320
- readonly color: "#DC9D00";
321
- readonly __IS_SAMPLE_COLOR__: 1;
322
- }, {
323
- readonly id: 8;
324
- readonly label: "RAL 1011";
325
- readonly color: "#8A6642";
326
- readonly __IS_SAMPLE_COLOR__: 1;
327
- }, {
328
- readonly id: 9;
329
- readonly label: "RAL 1012";
330
- readonly color: "#C7B446";
331
- readonly __IS_SAMPLE_COLOR__: 1;
332
- }, {
333
- readonly id: 10;
334
- readonly label: "RAL 1013";
335
- readonly color: "#EAE6CA";
336
- readonly __IS_SAMPLE_COLOR__: 1;
337
- }, {
338
- readonly id: 11;
339
- readonly label: "RAL 1014";
340
- readonly color: "#E1CC4F";
341
- readonly __IS_SAMPLE_COLOR__: 1;
342
- }, {
343
- readonly id: 12;
344
- readonly label: "RAL 1015";
345
- readonly color: "#E6D690";
346
- readonly __IS_SAMPLE_COLOR__: 1;
347
- }, {
348
- readonly id: 13;
349
- readonly label: "RAL 1016";
350
- readonly color: "#EDFF21";
351
- readonly __IS_SAMPLE_COLOR__: 1;
352
- }, {
353
- readonly id: 14;
354
- readonly label: "RAL 1017";
355
- readonly color: "#F5D033";
356
- readonly __IS_SAMPLE_COLOR__: 1;
357
- }, {
358
- readonly id: 15;
359
- readonly label: "RAL 1018";
360
- readonly color: "#F8F32B";
361
- readonly __IS_SAMPLE_COLOR__: 1;
362
- }, {
363
- readonly id: 16;
364
- readonly label: "RAL 1019";
365
- readonly color: "#9E9764";
366
- readonly __IS_SAMPLE_COLOR__: 1;
367
- }, {
368
- readonly id: 17;
369
- readonly label: "RAL 1020";
370
- readonly color: "#999950";
371
- readonly __IS_SAMPLE_COLOR__: 1;
372
- }, {
373
- readonly id: 18;
374
- readonly label: "RAL 1021";
375
- readonly color: "#F3DA0B";
376
- readonly __IS_SAMPLE_COLOR__: 1;
377
- }, {
378
- readonly id: 19;
379
- readonly label: "RAL 1023";
380
- readonly color: "#FAD201";
381
- readonly __IS_SAMPLE_COLOR__: 1;
382
- }, {
383
- readonly id: 20;
384
- readonly label: "RAL 1024";
385
- readonly color: "#AEA04B";
386
- readonly __IS_SAMPLE_COLOR__: 1;
387
- }, {
388
- readonly id: 21;
389
- readonly label: "RAL 1026";
390
- readonly color: "#FFFF00";
391
- readonly __IS_SAMPLE_COLOR__: 1;
392
- }, {
393
- readonly id: 22;
394
- readonly label: "RAL 1027";
395
- readonly color: "#9D9101";
396
- readonly __IS_SAMPLE_COLOR__: 1;
397
- }, {
398
- readonly id: 23;
399
- readonly label: "RAL 1028";
400
- readonly color: "#F4A900";
401
- readonly __IS_SAMPLE_COLOR__: 1;
402
- }, {
403
- readonly id: 24;
404
- readonly label: "RAL 1032";
405
- readonly color: "#D6AE01";
406
- readonly __IS_SAMPLE_COLOR__: 1;
407
- }, {
408
- readonly id: 25;
409
- readonly label: "RAL 1033";
410
- readonly color: "#F3A505";
411
- readonly __IS_SAMPLE_COLOR__: 1;
412
- }, {
413
- readonly id: 26;
414
- readonly label: "RAL 1034";
415
- readonly color: "#EFA94A";
416
- readonly __IS_SAMPLE_COLOR__: 1;
417
- }, {
418
- readonly id: 27;
419
- readonly label: "RAL 1035";
420
- readonly color: "#6A5D4D";
421
- readonly __IS_SAMPLE_COLOR__: 1;
422
- }, {
423
- readonly id: 28;
424
- readonly label: "RAL 1036";
425
- readonly color: "#705335";
426
- readonly __IS_SAMPLE_COLOR__: 1;
427
- }, {
428
- readonly id: 29;
429
- readonly label: "RAL 1037";
430
- readonly color: "#F39F18";
431
- readonly __IS_SAMPLE_COLOR__: 1;
432
- }];
433
- }, {
434
- readonly id: "ral_2000";
435
- readonly label: "colors-groups.ral_2000";
436
- readonly materials: readonly [{
437
- readonly id: 30;
438
- readonly label: "RAL 2000";
439
- readonly color: "#ED760E";
440
- readonly __IS_SAMPLE_COLOR__: 1;
441
- }, {
442
- readonly id: 31;
443
- readonly label: "RAL 2001";
444
- readonly color: "#C93C20";
445
- readonly __IS_SAMPLE_COLOR__: 1;
446
- }, {
447
- readonly id: 32;
448
- readonly label: "RAL 2002";
449
- readonly color: "#CB2821";
450
- readonly __IS_SAMPLE_COLOR__: 1;
451
- }, {
452
- readonly id: 33;
453
- readonly label: "RAL 2003";
454
- readonly color: "#FF7514";
455
- readonly __IS_SAMPLE_COLOR__: 1;
456
- }, {
457
- readonly id: 34;
458
- readonly label: "RAL 2004";
459
- readonly color: "#F44611";
460
- readonly __IS_SAMPLE_COLOR__: 1;
461
- }, {
462
- readonly id: 35;
463
- readonly label: "RAL 2005";
464
- readonly color: "#FF2301";
465
- readonly __IS_SAMPLE_COLOR__: 1;
466
- }, {
467
- readonly id: 36;
468
- readonly label: "RAL 2007";
469
- readonly color: "#FFA420";
470
- readonly __IS_SAMPLE_COLOR__: 1;
471
- }, {
472
- readonly id: 37;
473
- readonly label: "RAL 2008";
474
- readonly color: "#F75E25";
475
- readonly __IS_SAMPLE_COLOR__: 1;
476
- }, {
477
- readonly id: 38;
478
- readonly label: "RAL 2009";
479
- readonly color: "#F54021";
480
- readonly __IS_SAMPLE_COLOR__: 1;
481
- }, {
482
- readonly id: 39;
483
- readonly label: "RAL 2010";
484
- readonly color: "#D84B20";
485
- readonly __IS_SAMPLE_COLOR__: 1;
486
- }, {
487
- readonly id: 40;
488
- readonly label: "RAL 2011";
489
- readonly color: "#EC7C26";
490
- readonly __IS_SAMPLE_COLOR__: 1;
491
- }, {
492
- readonly id: 41;
493
- readonly label: "RAL 2012";
494
- readonly color: "#E55137";
495
- readonly __IS_SAMPLE_COLOR__: 1;
496
- }, {
497
- readonly id: 42;
498
- readonly label: "RAL 2013";
499
- readonly color: "#C35831";
500
- readonly __IS_SAMPLE_COLOR__: 1;
501
- }];
502
- }, {
503
- readonly id: "ral_3000";
504
- readonly label: "colors-groups.ral_3000";
505
- readonly materials: readonly [{
506
- readonly id: 43;
507
- readonly label: "RAL 3000";
508
- readonly color: "#AF2B1E";
509
- readonly __IS_SAMPLE_COLOR__: 1;
510
- }, {
511
- readonly id: 44;
512
- readonly label: "RAL 3001";
513
- readonly color: "#A52019";
514
- readonly __IS_SAMPLE_COLOR__: 1;
515
- }, {
516
- readonly id: 45;
517
- readonly label: "RAL 3002";
518
- readonly color: "#A2231D";
519
- readonly __IS_SAMPLE_COLOR__: 1;
520
- }, {
521
- readonly id: 46;
522
- readonly label: "RAL 3003";
523
- readonly color: "#9B111E";
524
- readonly __IS_SAMPLE_COLOR__: 1;
525
- }, {
526
- readonly id: 47;
527
- readonly label: "RAL 3004";
528
- readonly color: "#75151E";
529
- readonly __IS_SAMPLE_COLOR__: 1;
530
- }, {
531
- readonly id: 48;
532
- readonly label: "RAL 3005";
533
- readonly color: "#5E2129";
534
- readonly __IS_SAMPLE_COLOR__: 1;
535
- }, {
536
- readonly id: 49;
537
- readonly label: "RAL 3007";
538
- readonly color: "#412227";
539
- readonly __IS_SAMPLE_COLOR__: 1;
540
- }, {
541
- readonly id: 50;
542
- readonly label: "RAL 3009";
543
- readonly color: "#642424";
544
- readonly __IS_SAMPLE_COLOR__: 1;
545
- }, {
546
- readonly id: 51;
547
- readonly label: "RAL 3011";
548
- readonly color: "#781F19";
549
- readonly __IS_SAMPLE_COLOR__: 1;
550
- }, {
551
- readonly id: 52;
552
- readonly label: "RAL 3012";
553
- readonly color: "#C1876B";
554
- readonly __IS_SAMPLE_COLOR__: 1;
555
- }, {
556
- readonly id: 53;
557
- readonly label: "RAL 3013";
558
- readonly color: "#A12312";
559
- readonly __IS_SAMPLE_COLOR__: 1;
560
- }, {
561
- readonly id: 54;
562
- readonly label: "RAL 3014";
563
- readonly color: "#D36E70";
564
- readonly __IS_SAMPLE_COLOR__: 1;
565
- }, {
566
- readonly id: 55;
567
- readonly label: "RAL 3015";
568
- readonly color: "#EA899A";
569
- readonly __IS_SAMPLE_COLOR__: 1;
570
- }, {
571
- readonly id: 56;
572
- readonly label: "RAL 3016";
573
- readonly color: "#B32821";
574
- readonly __IS_SAMPLE_COLOR__: 1;
575
- }, {
576
- readonly id: 57;
577
- readonly label: "RAL 3017";
578
- readonly color: "#E63244";
579
- readonly __IS_SAMPLE_COLOR__: 1;
580
- }, {
581
- readonly id: 58;
582
- readonly label: "RAL 3018";
583
- readonly color: "#D53032";
584
- readonly __IS_SAMPLE_COLOR__: 1;
585
- }, {
586
- readonly id: 59;
587
- readonly label: "RAL 3020";
588
- readonly color: "#CC0605";
589
- readonly __IS_SAMPLE_COLOR__: 1;
590
- }, {
591
- readonly id: 60;
592
- readonly label: "RAL 3022";
593
- readonly color: "#D95030";
594
- readonly __IS_SAMPLE_COLOR__: 1;
595
- }, {
596
- readonly id: 61;
597
- readonly label: "RAL 3024";
598
- readonly color: "#F80000";
599
- readonly __IS_SAMPLE_COLOR__: 1;
600
- }, {
601
- readonly id: 62;
602
- readonly label: "RAL 3026";
603
- readonly color: "#FE0000";
604
- readonly __IS_SAMPLE_COLOR__: 1;
605
- }, {
606
- readonly id: 63;
607
- readonly label: "RAL 3027";
608
- readonly color: "#C51D34";
609
- readonly __IS_SAMPLE_COLOR__: 1;
610
- }, {
611
- readonly id: 64;
612
- readonly label: "RAL 3028";
613
- readonly color: "#CB3234";
614
- readonly __IS_SAMPLE_COLOR__: 1;
615
- }, {
616
- readonly id: 65;
617
- readonly label: "RAL 3031";
618
- readonly color: "#B32428";
619
- readonly __IS_SAMPLE_COLOR__: 1;
620
- }, {
621
- readonly id: 66;
622
- readonly label: "RAL 3032";
623
- readonly color: "#721422";
624
- readonly __IS_SAMPLE_COLOR__: 1;
625
- }, {
626
- readonly id: 67;
627
- readonly label: "RAL 3033";
628
- readonly color: "#B44C43";
629
- readonly __IS_SAMPLE_COLOR__: 1;
630
- }];
631
- }, {
632
- readonly id: "ral_4000";
633
- readonly label: "colors-groups.ral_4000";
634
- readonly materials: readonly [{
635
- readonly id: 68;
636
- readonly label: "RAL 4001";
637
- readonly color: "#6D3F5B";
638
- readonly __IS_SAMPLE_COLOR__: 1;
639
- }, {
640
- readonly id: 69;
641
- readonly label: "RAL 4002";
642
- readonly color: "#922B3E";
643
- readonly __IS_SAMPLE_COLOR__: 1;
644
- }, {
645
- readonly id: 70;
646
- readonly label: "RAL 4003";
647
- readonly color: "#DE4C8A";
648
- readonly __IS_SAMPLE_COLOR__: 1;
649
- }, {
650
- readonly id: 71;
651
- readonly label: "RAL 4004";
652
- readonly color: "#641C34";
653
- readonly __IS_SAMPLE_COLOR__: 1;
654
- }, {
655
- readonly id: 72;
656
- readonly label: "RAL 4005";
657
- readonly color: "#6C4675";
658
- readonly __IS_SAMPLE_COLOR__: 1;
659
- }, {
660
- readonly id: 73;
661
- readonly label: "RAL 4006";
662
- readonly color: "#A03472";
663
- readonly __IS_SAMPLE_COLOR__: 1;
664
- }, {
665
- readonly id: 74;
666
- readonly label: "RAL 4007";
667
- readonly color: "#4A192C";
668
- readonly __IS_SAMPLE_COLOR__: 1;
669
- }, {
670
- readonly id: 75;
671
- readonly label: "RAL 4008";
672
- readonly color: "#924E7D";
673
- readonly __IS_SAMPLE_COLOR__: 1;
674
- }, {
675
- readonly id: 76;
676
- readonly label: "RAL 4009";
677
- readonly color: "#A18594";
678
- readonly __IS_SAMPLE_COLOR__: 1;
679
- }, {
680
- readonly id: 77;
681
- readonly label: "RAL 4010";
682
- readonly color: "#CF3476";
683
- readonly __IS_SAMPLE_COLOR__: 1;
684
- }, {
685
- readonly id: 78;
686
- readonly label: "RAL 4011";
687
- readonly color: "#8673A1";
688
- readonly __IS_SAMPLE_COLOR__: 1;
689
- }, {
690
- readonly id: 79;
691
- readonly label: "RAL 4012";
692
- readonly color: "#6C6874";
693
- readonly __IS_SAMPLE_COLOR__: 1;
694
- }];
695
- }, {
696
- readonly id: "ral_5000";
697
- readonly label: "colors-groups.ral_5000";
698
- readonly materials: readonly [{
699
- readonly id: 80;
700
- readonly label: "RAL 5000";
701
- readonly color: "#354D73";
702
- readonly __IS_SAMPLE_COLOR__: 1;
703
- }, {
704
- readonly id: 81;
705
- readonly label: "RAL 5001";
706
- readonly color: "#1F3438";
707
- readonly __IS_SAMPLE_COLOR__: 1;
708
- }, {
709
- readonly id: 82;
710
- readonly label: "RAL 5002";
711
- readonly color: "#20214F";
712
- readonly __IS_SAMPLE_COLOR__: 1;
713
- }, {
714
- readonly id: 83;
715
- readonly label: "RAL 5003";
716
- readonly color: "#1D1E33";
717
- readonly __IS_SAMPLE_COLOR__: 1;
718
- }, {
719
- readonly id: 84;
720
- readonly label: "RAL 5004";
721
- readonly color: "#18171C";
722
- readonly __IS_SAMPLE_COLOR__: 1;
723
- }, {
724
- readonly id: 85;
725
- readonly label: "RAL 5005";
726
- readonly color: "#1E2460";
727
- readonly __IS_SAMPLE_COLOR__: 1;
728
- }, {
729
- readonly id: 86;
730
- readonly label: "RAL 5007";
731
- readonly color: "#3E5F8A";
732
- readonly __IS_SAMPLE_COLOR__: 1;
733
- }, {
734
- readonly id: 87;
735
- readonly label: "RAL 5008";
736
- readonly color: "#26252D";
737
- readonly __IS_SAMPLE_COLOR__: 1;
738
- }, {
739
- readonly id: 88;
740
- readonly label: "RAL 5009";
741
- readonly color: "#025669";
742
- readonly __IS_SAMPLE_COLOR__: 1;
743
- }, {
744
- readonly id: 89;
745
- readonly label: "RAL 5010";
746
- readonly color: "#0E294B";
747
- readonly __IS_SAMPLE_COLOR__: 1;
748
- }, {
749
- readonly id: 90;
750
- readonly label: "RAL 5011";
751
- readonly color: "#231A24";
752
- readonly __IS_SAMPLE_COLOR__: 1;
753
- }, {
754
- readonly id: 91;
755
- readonly label: "RAL 5012";
756
- readonly color: "#3B83BD";
757
- readonly __IS_SAMPLE_COLOR__: 1;
758
- }, {
759
- readonly id: 92;
760
- readonly label: "RAL 5013";
761
- readonly color: "#1E213D";
762
- readonly __IS_SAMPLE_COLOR__: 1;
763
- }, {
764
- readonly id: 93;
765
- readonly label: "RAL 5014";
766
- readonly color: "#606E8C";
767
- readonly __IS_SAMPLE_COLOR__: 1;
768
- }, {
769
- readonly id: 94;
770
- readonly label: "RAL 5015";
771
- readonly color: "#2271B3";
772
- readonly __IS_SAMPLE_COLOR__: 1;
773
- }, {
774
- readonly id: 95;
775
- readonly label: "RAL 5017";
776
- readonly color: "#063971";
777
- readonly __IS_SAMPLE_COLOR__: 1;
778
- }, {
779
- readonly id: 96;
780
- readonly label: "RAL 5018";
781
- readonly color: "#3F888F";
782
- readonly __IS_SAMPLE_COLOR__: 1;
783
- }, {
784
- readonly id: 97;
785
- readonly label: "RAL 5019";
786
- readonly color: "#1B5583";
787
- readonly __IS_SAMPLE_COLOR__: 1;
788
- }, {
789
- readonly id: 98;
790
- readonly label: "RAL 5020";
791
- readonly color: "#1D334A";
792
- readonly __IS_SAMPLE_COLOR__: 1;
793
- }, {
794
- readonly id: 99;
795
- readonly label: "RAL 5021";
796
- readonly color: "#256D7B";
797
- readonly __IS_SAMPLE_COLOR__: 1;
798
- }, {
799
- readonly id: 100;
800
- readonly label: "RAL 5022";
801
- readonly color: "#252850";
802
- readonly __IS_SAMPLE_COLOR__: 1;
803
- }, {
804
- readonly id: 101;
805
- readonly label: "RAL 5023";
806
- readonly color: "#49678D";
807
- readonly __IS_SAMPLE_COLOR__: 1;
808
- }, {
809
- readonly id: 102;
810
- readonly label: "RAL 5024";
811
- readonly color: "#5D9B9B";
812
- readonly __IS_SAMPLE_COLOR__: 1;
813
- }, {
814
- readonly id: 103;
815
- readonly label: "RAL 5025";
816
- readonly color: "#2A6478";
817
- readonly __IS_SAMPLE_COLOR__: 1;
818
- }, {
819
- readonly id: 104;
820
- readonly label: "RAL 5026";
821
- readonly color: "#102C54";
822
- readonly __IS_SAMPLE_COLOR__: 1;
823
- }];
824
- }, {
825
- readonly id: "ral_6000";
826
- readonly label: "colors-groups.ral_6000";
827
- readonly materials: readonly [{
828
- readonly id: 105;
829
- readonly label: "RAL 6000";
830
- readonly color: "#316650";
831
- readonly __IS_SAMPLE_COLOR__: 1;
832
- }, {
833
- readonly id: 106;
834
- readonly label: "RAL 6001";
835
- readonly color: "#287233";
836
- readonly __IS_SAMPLE_COLOR__: 1;
837
- }, {
838
- readonly id: 107;
839
- readonly label: "RAL 6002";
840
- readonly color: "#2D572C";
841
- readonly __IS_SAMPLE_COLOR__: 1;
842
- }, {
843
- readonly id: 108;
844
- readonly label: "RAL 6003";
845
- readonly color: "#424632";
846
- readonly __IS_SAMPLE_COLOR__: 1;
847
- }, {
848
- readonly id: 109;
849
- readonly label: "RAL 6004";
850
- readonly color: "#1F3A3D";
851
- readonly __IS_SAMPLE_COLOR__: 1;
852
- }, {
853
- readonly id: 110;
854
- readonly label: "RAL 6005";
855
- readonly color: "#2F4538";
856
- readonly __IS_SAMPLE_COLOR__: 1;
857
- }, {
858
- readonly id: 111;
859
- readonly label: "RAL 6006";
860
- readonly color: "#3E3B32";
861
- readonly __IS_SAMPLE_COLOR__: 1;
862
- }, {
863
- readonly id: 112;
864
- readonly label: "RAL 6007";
865
- readonly color: "#343B29";
866
- readonly __IS_SAMPLE_COLOR__: 1;
867
- }, {
868
- readonly id: 113;
869
- readonly label: "RAL 6008";
870
- readonly color: "#39352A";
871
- readonly __IS_SAMPLE_COLOR__: 1;
872
- }, {
873
- readonly id: 114;
874
- readonly label: "RAL 6009";
875
- readonly color: "#31372B";
876
- readonly __IS_SAMPLE_COLOR__: 1;
877
- }, {
878
- readonly id: 115;
879
- readonly label: "RAL 6010";
880
- readonly color: "#35682D";
881
- readonly __IS_SAMPLE_COLOR__: 1;
882
- }, {
883
- readonly id: 116;
884
- readonly label: "RAL 6011";
885
- readonly color: "#587246";
886
- readonly __IS_SAMPLE_COLOR__: 1;
887
- }, {
888
- readonly id: 117;
889
- readonly label: "RAL 6012";
890
- readonly color: "#343E40";
891
- readonly __IS_SAMPLE_COLOR__: 1;
892
- }, {
893
- readonly id: 118;
894
- readonly label: "RAL 6013";
895
- readonly color: "#6C7156";
896
- readonly __IS_SAMPLE_COLOR__: 1;
897
- }, {
898
- readonly id: 119;
899
- readonly label: "RAL 6014";
900
- readonly color: "#47402E";
901
- readonly __IS_SAMPLE_COLOR__: 1;
902
- }, {
903
- readonly id: 120;
904
- readonly label: "RAL 6015";
905
- readonly color: "#3B3C36";
906
- readonly __IS_SAMPLE_COLOR__: 1;
907
- }, {
908
- readonly id: 121;
909
- readonly label: "RAL 6016";
910
- readonly color: "#1E5945";
911
- readonly __IS_SAMPLE_COLOR__: 1;
912
- }, {
913
- readonly id: 122;
914
- readonly label: "RAL 6017";
915
- readonly color: "#4C9141";
916
- readonly __IS_SAMPLE_COLOR__: 1;
917
- }, {
918
- readonly id: 123;
919
- readonly label: "RAL 6018";
920
- readonly color: "#57A639";
921
- readonly __IS_SAMPLE_COLOR__: 1;
922
- }, {
923
- readonly id: 124;
924
- readonly label: "RAL 6019";
925
- readonly color: "#BDECB6";
926
- readonly __IS_SAMPLE_COLOR__: 1;
927
- }, {
928
- readonly id: 125;
929
- readonly label: "RAL 6020";
930
- readonly color: "#2E3A23";
931
- readonly __IS_SAMPLE_COLOR__: 1;
932
- }, {
933
- readonly id: 126;
934
- readonly label: "RAL 6021";
935
- readonly color: "#89AC76";
936
- readonly __IS_SAMPLE_COLOR__: 1;
937
- }, {
938
- readonly id: 127;
939
- readonly label: "RAL 6022";
940
- readonly color: "#25221B";
941
- readonly __IS_SAMPLE_COLOR__: 1;
942
- }, {
943
- readonly id: 128;
944
- readonly label: "RAL 6024";
945
- readonly color: "#308446";
946
- readonly __IS_SAMPLE_COLOR__: 1;
947
- }, {
948
- readonly id: 129;
949
- readonly label: "RAL 6025";
950
- readonly color: "#3D642D";
951
- readonly __IS_SAMPLE_COLOR__: 1;
952
- }, {
953
- readonly id: 130;
954
- readonly label: "RAL 6026";
955
- readonly color: "#015D52";
956
- readonly __IS_SAMPLE_COLOR__: 1;
957
- }, {
958
- readonly id: 131;
959
- readonly label: "RAL 6027";
960
- readonly color: "#84C3BE";
961
- readonly __IS_SAMPLE_COLOR__: 1;
962
- }, {
963
- readonly id: 132;
964
- readonly label: "RAL 6028";
965
- readonly color: "#2C5545";
966
- readonly __IS_SAMPLE_COLOR__: 1;
967
- }, {
968
- readonly id: 133;
969
- readonly label: "RAL 6029";
970
- readonly color: "#20603D";
971
- readonly __IS_SAMPLE_COLOR__: 1;
972
- }, {
973
- readonly id: 134;
974
- readonly label: "RAL 6032";
975
- readonly color: "#317F43";
976
- readonly __IS_SAMPLE_COLOR__: 1;
977
- }, {
978
- readonly id: 135;
979
- readonly label: "RAL 6033";
980
- readonly color: "#497E76";
981
- readonly __IS_SAMPLE_COLOR__: 1;
982
- }, {
983
- readonly id: 136;
984
- readonly label: "RAL 6034";
985
- readonly color: "#7FB5B5";
986
- readonly __IS_SAMPLE_COLOR__: 1;
987
- }, {
988
- readonly id: 137;
989
- readonly label: "RAL 6035";
990
- readonly color: "#1C542D";
991
- readonly __IS_SAMPLE_COLOR__: 1;
992
- }, {
993
- readonly id: 138;
994
- readonly label: "RAL 6036";
995
- readonly color: "#193737";
996
- readonly __IS_SAMPLE_COLOR__: 1;
997
- }, {
998
- readonly id: 139;
999
- readonly label: "RAL 6037";
1000
- readonly color: "#008F39";
1001
- readonly __IS_SAMPLE_COLOR__: 1;
1002
- }, {
1003
- readonly id: 140;
1004
- readonly label: "RAL 6038";
1005
- readonly color: "#00BB2D";
1006
- readonly __IS_SAMPLE_COLOR__: 1;
1007
- }];
1008
- }, {
1009
- readonly id: "ral_8000";
1010
- readonly label: "colors-groups.ral_8000";
1011
- readonly materials: readonly [{
1012
- readonly id: 179;
1013
- readonly label: "RAL 8000";
1014
- readonly color: "#826C34";
1015
- readonly __IS_SAMPLE_COLOR__: 1;
1016
- }, {
1017
- readonly id: 180;
1018
- readonly label: "RAL 8001";
1019
- readonly color: "#955F20";
1020
- readonly __IS_SAMPLE_COLOR__: 1;
1021
- }, {
1022
- readonly id: 181;
1023
- readonly label: "RAL 8002";
1024
- readonly color: "#6C3B2A";
1025
- readonly __IS_SAMPLE_COLOR__: 1;
1026
- }, {
1027
- readonly id: 182;
1028
- readonly label: "RAL 8003";
1029
- readonly color: "#734222";
1030
- readonly __IS_SAMPLE_COLOR__: 1;
1031
- }, {
1032
- readonly id: 183;
1033
- readonly label: "RAL 8004";
1034
- readonly color: "#8E402A";
1035
- readonly __IS_SAMPLE_COLOR__: 1;
1036
- }, {
1037
- readonly id: 184;
1038
- readonly label: "RAL 8007";
1039
- readonly color: "#59351F";
1040
- readonly __IS_SAMPLE_COLOR__: 1;
1041
- }, {
1042
- readonly id: 185;
1043
- readonly label: "RAL 8008";
1044
- readonly color: "#6F4F28";
1045
- readonly __IS_SAMPLE_COLOR__: 1;
1046
- }, {
1047
- readonly id: 186;
1048
- readonly label: "RAL 8011";
1049
- readonly color: "#5B3A29";
1050
- readonly __IS_SAMPLE_COLOR__: 1;
1051
- }, {
1052
- readonly id: 187;
1053
- readonly label: "RAL 8012";
1054
- readonly color: "#592321";
1055
- readonly __IS_SAMPLE_COLOR__: 1;
1056
- }, {
1057
- readonly id: 188;
1058
- readonly label: "RAL 8014";
1059
- readonly color: "#382C1E";
1060
- readonly __IS_SAMPLE_COLOR__: 1;
1061
- }, {
1062
- readonly id: 189;
1063
- readonly label: "RAL 8015";
1064
- readonly color: "#633A34";
1065
- readonly __IS_SAMPLE_COLOR__: 1;
1066
- }, {
1067
- readonly id: 190;
1068
- readonly label: "RAL 8016";
1069
- readonly color: "#4C2F27";
1070
- readonly __IS_SAMPLE_COLOR__: 1;
1071
- }, {
1072
- readonly id: 191;
1073
- readonly label: "RAL 8017";
1074
- readonly color: "#45322E";
1075
- readonly __IS_SAMPLE_COLOR__: 1;
1076
- }, {
1077
- readonly id: 192;
1078
- readonly label: "RAL 8019";
1079
- readonly color: "#403A3A";
1080
- readonly __IS_SAMPLE_COLOR__: 1;
1081
- }, {
1082
- readonly id: 193;
1083
- readonly label: "RAL 8022";
1084
- readonly color: "#212121";
1085
- readonly __IS_SAMPLE_COLOR__: 1;
1086
- }, {
1087
- readonly id: 194;
1088
- readonly label: "RAL 8023";
1089
- readonly color: "#A65E2E";
1090
- readonly __IS_SAMPLE_COLOR__: 1;
1091
- }, {
1092
- readonly id: 195;
1093
- readonly label: "RAL 8024";
1094
- readonly color: "#79553D";
1095
- readonly __IS_SAMPLE_COLOR__: 1;
1096
- }, {
1097
- readonly id: 196;
1098
- readonly label: "RAL 8025";
1099
- readonly color: "#755C48";
1100
- readonly __IS_SAMPLE_COLOR__: 1;
1101
- }, {
1102
- readonly id: 197;
1103
- readonly label: "RAL 8028";
1104
- readonly color: "#4E3B31";
1105
- readonly __IS_SAMPLE_COLOR__: 1;
1106
- }, {
1107
- readonly id: 198;
1108
- readonly label: "RAL 8029";
1109
- readonly color: "#763C28";
1110
- readonly __IS_SAMPLE_COLOR__: 1;
1111
- }];
1112
- }] | RapiMaterialGroup[]>;
1113
- onMaterialSelection: (element: GridViewElement<MaterialsForObjects>, _key?: string, isCustomColor?: boolean) => Promise<void>;
1114
- };