@roomle/embedding-lib 5.33.0 → 5.34.0-alpha.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 (295) hide show
  1. package/docs/md/web/embedding/CHANGELOG.md +38 -48
  2. package/index.d.ts +0 -1
  3. package/package.json +1 -1
  4. package/packages/common/src/utils/configurations.d.ts +1 -1
  5. package/packages/common/src/utils/domain.d.ts +17 -0
  6. package/packages/common/src/utils/id-inferrer.d.ts +1 -1
  7. package/packages/common/src/utils/init-data.d.ts +3 -2
  8. package/packages/common/src/utils/noop.d.ts +1 -0
  9. package/packages/embedding-lib/src/connector.d.ts +1 -0
  10. package/packages/embedding-lib/src/embedding-lib.d.ts +2 -95
  11. package/packages/embedding-lib/src/examples/utils/drag-listeners.d.ts +1 -3
  12. package/packages/embedding-lib/src/examples/utils/homag-intelligence/create-catalog.d.ts +1 -0
  13. package/packages/embedding-lib/src/examples/utils/homag-intelligence/default-api-options.d.ts +2 -2
  14. package/packages/embedding-lib/src/examples/utils/homag-intelligence/nobilia-api-options.d.ts +2 -6
  15. package/packages/embedding-lib/src/examples/utils/homag-intelligence/state.d.ts +5 -5
  16. package/packages/embedding-lib/src/examples/utils/homag-intelligence/{util.d.ts → utils.d.ts} +0 -7
  17. package/packages/embedding-lib/src/homag-intelligence/hi-callbacks.d.ts +4 -0
  18. package/packages/embedding-lib/src/homag-intelligence/hi-requests.d.ts +8 -0
  19. package/packages/embedding-lib/src/plugins/drag-in.d.ts +1 -1
  20. package/packages/embedding-lib/src/plugins/strategy/from-custom-view.d.ts +1 -2
  21. package/packages/embedding-lib/src/plugins/strategy/from-website.d.ts +1 -2
  22. package/packages/embedding-lib/src/plugins/strategy/types.d.ts +1 -1
  23. package/packages/embedding-lib/src/types.d.ts +92 -0
  24. package/packages/web-sdk/packages/common-core/mock/mock-utils.d.ts +2 -2
  25. package/packages/web-sdk/packages/common-core/src/cameracontrol/camera-control-3d.d.ts +2 -1
  26. package/packages/web-sdk/packages/common-core/src/cameracontrol/planner-3d-camera-behaviour.d.ts +0 -1
  27. package/packages/web-sdk/packages/common-core/src/configurator-kernel-access.d.ts +3 -4
  28. package/packages/web-sdk/packages/common-core/src/main.d.ts +3 -3
  29. package/packages/web-sdk/packages/common-core/src/rapi-access.d.ts +2 -2
  30. package/packages/web-sdk/packages/common-core/src/roomle-sdk.d.ts +2 -2
  31. package/packages/web-sdk/packages/common-core/src/services/cache-holder.d.ts +1 -2
  32. package/packages/web-sdk/packages/common-core/src/services/common-kernel-access.d.ts +2 -2
  33. package/packages/web-sdk/packages/common-core/src/services/hdr-environment-loader.d.ts +1 -1
  34. package/packages/web-sdk/packages/common-core/src/services/idb-manager.d.ts +1 -1
  35. package/packages/web-sdk/packages/common-core/src/utils/browser-helper.d.ts +1 -1
  36. package/packages/web-sdk/packages/common-core/src/utils/common-utils.d.ts +3 -3
  37. package/packages/web-sdk/packages/common-core/src/utils/external-objects.d.ts +1 -1
  38. package/packages/web-sdk/packages/common-core/src/utils/init-data.d.ts +1 -1
  39. package/packages/web-sdk/packages/common-core/src/utils/shims.d.ts +1 -4
  40. package/packages/web-sdk/packages/common-core/src/utils/threejs-utils.d.ts +2 -2
  41. package/packages/web-sdk/packages/common-core/src/view-model/configurator-plan-object-view-model.d.ts +2 -1
  42. package/packages/web-sdk/packages/common-core/src/view-model/configurator-view-model.d.ts +4 -4
  43. package/packages/web-sdk/packages/common-core/src/view-model/plan-element-view-model.d.ts +1 -1
  44. package/packages/web-sdk/packages/common-core/src/view-model/plan-object-view-model.d.ts +2 -2
  45. package/packages/web-sdk/packages/common-core/src/webgl/mesh-generator.d.ts +1 -1
  46. package/packages/web-sdk/packages/common-core/src/webgl/renderer/environment-definition.d.ts +1 -1
  47. package/packages/web-sdk/packages/common-core/src/webgl/renderer/light-source-detection.d.ts +1 -1
  48. package/packages/web-sdk/packages/common-core/src/webgl/renderer/outline-renderer.d.ts +1 -1
  49. package/packages/web-sdk/packages/common-core/src/webgl/renderer/pass/baked-ground-contact-shadow-pass.d.ts +1 -1
  50. package/packages/web-sdk/packages/common-core/src/webgl/renderer/pass/gbuffer-render-pass.d.ts +1 -1
  51. package/packages/web-sdk/packages/common-core/src/webgl/renderer/pass/ground-reflection-pass.d.ts +1 -1
  52. package/packages/web-sdk/packages/common-core/src/webgl/renderer/pass/outline-pass.d.ts +1 -1
  53. package/packages/web-sdk/packages/common-core/src/webgl/renderer/pass/render-pass.d.ts +2 -2
  54. package/packages/web-sdk/packages/common-core/src/webgl/renderer/pass/scene-render-pass.d.ts +1 -1
  55. package/packages/web-sdk/packages/common-core/src/webgl/renderer/pass/screen-space-shadow-map-pass.d.ts +1 -1
  56. package/packages/web-sdk/packages/common-core/src/webgl/renderer/pass/shadow-and-ao-pass.d.ts +1 -1
  57. package/packages/web-sdk/packages/common-core/src/webgl/renderer/render-pass-manager.d.ts +1 -1
  58. package/packages/web-sdk/packages/common-core/src/webgl/renderer/render-utility.d.ts +1 -1
  59. package/packages/web-sdk/packages/common-core/src/webgl/renderer/scene-renderer.d.ts +1 -1
  60. package/packages/web-sdk/packages/common-core/src/webgl/renderer/shader-utility.d.ts +5 -5
  61. package/packages/web-sdk/packages/common-core/src/webgl/renderer/shaders/ao-shader.d.ts +5 -5
  62. package/packages/web-sdk/packages/common-core/src/webgl/renderer/shaders/poisson-denoise-shader.d.ts +4 -4
  63. package/packages/web-sdk/packages/common-core/src/webgl/roomle-webgl-renderer.d.ts +1 -1
  64. package/packages/web-sdk/packages/common-core/src/webgl/scene-manager.d.ts +161 -0
  65. package/packages/web-sdk/packages/configurator-core/src/configurator-main.d.ts +2 -1
  66. package/packages/web-sdk/packages/configurator-core/src/configurator.d.ts +2 -2
  67. package/packages/web-sdk/packages/configurator-core/src/roomle-configurator.d.ts +5 -5
  68. package/packages/web-sdk/packages/configurator-core/src/services/configurator-ui-callback.d.ts +1 -1
  69. package/packages/web-sdk/packages/configurator-core/src/utils/component-dimensioning.d.ts +1 -10
  70. package/packages/web-sdk/packages/configurator-core/src/utils/dimensioning-helper.d.ts +0 -1
  71. package/packages/web-sdk/packages/configurator-core/src/utils/global-definitions.d.ts +1 -1
  72. package/packages/web-sdk/packages/configurator-core/src/utils/raycast-helper.d.ts +4 -1
  73. package/packages/web-sdk/packages/configurator-core/src/webgl/configurator-scene-manager.d.ts +10 -4
  74. package/packages/web-sdk/packages/glb-viewer-core/src/glb-viewer-main.d.ts +1 -1
  75. package/packages/web-sdk/packages/glb-viewer-core/src/glb-viewer.d.ts +2 -2
  76. package/packages/web-sdk/packages/glb-viewer-core/src/roomle-glb-viewer.d.ts +3 -3
  77. package/packages/web-sdk/packages/glb-viewer-core/src/utils/global-definitions.d.ts +1 -1
  78. package/packages/web-sdk/packages/homag-intelligence/src/api.d.ts +1 -1
  79. package/packages/web-sdk/packages/homag-intelligence/src/callbacks.d.ts +1 -1
  80. package/packages/web-sdk/packages/homag-intelligence/src/debug-logging.d.ts +1 -1
  81. package/packages/web-sdk/packages/homag-intelligence/src/external-object-api.d.ts +1 -1
  82. package/packages/web-sdk/packages/homag-intelligence/src/glue-logic.d.ts +1 -1
  83. package/packages/web-sdk/packages/homag-intelligence/src/{loader.d.ts → hi-api-types.d.ts} +7 -9
  84. package/packages/web-sdk/packages/homag-intelligence/src/hi-object-selection.d.ts +2 -2
  85. package/packages/web-sdk/packages/homag-intelligence/src/hi-tag-catalog-callbacks.d.ts +0 -1
  86. package/packages/web-sdk/packages/homag-intelligence/src/homag-intelligence.d.ts +3 -3
  87. package/packages/web-sdk/packages/homag-intelligence/src/model/oc-scripts-domain.model.d.ts +2 -1
  88. package/packages/web-sdk/packages/homag-intelligence/src/orders.d.ts +1 -1
  89. package/packages/web-sdk/packages/index.d.ts +36 -0
  90. package/packages/web-sdk/packages/material-viewer/src/material-viewer-main.d.ts +2 -1
  91. package/packages/web-sdk/packages/material-viewer/src/material-viewer.d.ts +1 -1
  92. package/packages/web-sdk/packages/material-viewer/src/roomle-material-viewer.d.ts +2 -2
  93. package/packages/web-sdk/packages/planner-core/mock/planner-mock-helper.d.ts +6 -6
  94. package/packages/web-sdk/packages/planner-core/src/lights/lamp-light.d.ts +1 -1
  95. package/packages/web-sdk/packages/planner-core/src/lights/point-lamp-light.d.ts +1 -1
  96. package/packages/web-sdk/packages/planner-core/src/lights/rect-area-light.d.ts +1 -1
  97. package/packages/web-sdk/packages/planner-core/src/planner-main.d.ts +2 -1
  98. package/packages/web-sdk/packages/planner-core/src/planner.d.ts +2 -2
  99. package/packages/web-sdk/packages/planner-core/src/roomle-planner-ui-callback.d.ts +5 -3
  100. package/packages/web-sdk/packages/planner-core/src/roomle-planner.d.ts +9 -10
  101. package/packages/web-sdk/packages/planner-core/src/services/planner-kernel-access.d.ts +4 -5
  102. package/packages/web-sdk/packages/planner-core/src/utils/dimensions-helper.d.ts +1 -1
  103. package/packages/web-sdk/packages/planner-core/src/utils/global-definitions.d.ts +3 -3
  104. package/packages/web-sdk/packages/planner-core/src/utils/map-to-ui-plan-objects.d.ts +1 -1
  105. package/packages/web-sdk/packages/planner-core/src/utils/planner-scene-utils.d.ts +4 -4
  106. package/packages/web-sdk/packages/planner-core/src/utils/planner-selection-handler.d.ts +4 -2
  107. package/packages/web-sdk/packages/planner-core/src/view-model/ceiling-plan-element-view-model.d.ts +1 -1
  108. package/packages/web-sdk/packages/planner-core/src/view-model/construction-plan-object-view-model.d.ts +1 -1
  109. package/packages/web-sdk/packages/planner-core/src/view-model/floor-plan-element-view-model.d.ts +2 -2
  110. package/packages/web-sdk/packages/planner-core/src/view-model/measurement-line-plan-element-view-model.d.ts +2 -2
  111. package/packages/web-sdk/packages/planner-core/src/view-model/node-plan-element-view-model.d.ts +1 -1
  112. package/packages/web-sdk/packages/planner-core/src/view-model/plan-view-model.d.ts +5 -5
  113. package/packages/web-sdk/packages/planner-core/src/view-model/static-plan-object-view-model.d.ts +2 -2
  114. package/packages/web-sdk/packages/planner-core/src/view-model/wall-attic-plan-element-view-model.d.ts +1 -1
  115. package/packages/web-sdk/packages/planner-core/src/view-model/wall-plan-element-view-model.d.ts +2 -2
  116. package/packages/web-sdk/packages/planner-core/src/webgl/planner-element-highlighter.d.ts +1 -1
  117. package/packages/web-sdk/packages/planner-core/src/webgl/planner-scene-event-handler.d.ts +4 -3
  118. package/packages/web-sdk/packages/planner-core/src/webgl/planner-scene-manager.d.ts +6 -6
  119. package/packages/web-sdk/packages/tools-core/src/tools-core.d.ts +1 -1
  120. package/packages/web-sdk/packages/typings/configurator-kernel-container.d.ts +1 -2
  121. package/packages/web-sdk/packages/typings/external-objects.d.ts +3 -3
  122. package/packages/web-sdk/packages/typings/global-definitions.d.ts +6 -2
  123. package/packages/web-sdk/packages/typings/kernel.d.ts +5 -8
  124. package/packages/web-sdk/packages/typings/planner-kernel-container.d.ts +1 -2
  125. package/packages/web-sdk/packages/typings/planner.d.ts +2 -2
  126. package/packages/web-sdk/packages/typings/shims.d.ts +0 -5
  127. package/roomle-embedding-lib.es.js +49 -54
  128. package/roomle-embedding-lib.es.min.js +1 -1
  129. package/roomle-embedding-lib.umd.js +7 -7
  130. package/roomle-embedding-lib.umd.min.js +1 -1
  131. package/src/common/components/EmbeddedAdditionalInfo.vue.d.ts +3 -3
  132. package/src/common/components/EmbeddedExternalCatalog.vue.d.ts +5 -5
  133. package/src/common/components/EmbeddedInfoWrapper.vue.d.ts +14 -11
  134. package/src/common/components/ExpandableIcons.vue.d.ts +9 -7
  135. package/src/common/components/IconButton.vue.d.ts +1 -1
  136. package/src/common/components/Layer.vue.d.ts +4 -2
  137. package/src/common/components/Layout.vue.d.ts +8 -6
  138. package/src/common/components/SelectionButton.vue.d.ts +6 -4
  139. package/src/common/components/ShowCustomView.vue.d.ts +12 -10
  140. package/src/common/components/SwitchButton.vue.d.ts +11 -9
  141. package/src/common/components/Tooltip.vue.d.ts +26 -24
  142. package/src/common/components/action-buttons/-utils/ActionButton.vue.d.ts +6 -4
  143. package/src/common/components/flying-menu/FlyingMenu.vue.d.ts +2 -2
  144. package/src/common/components/helpers.d.ts +1 -0
  145. package/src/common/components/inputs/NumericInputWrapper.vue.d.ts +6 -4
  146. package/src/common/components/inputs/SelectDropdown.vue.d.ts +2 -2
  147. package/src/common/components/notifications/LoadSavedPlanNotification.vue.d.ts +2 -0
  148. package/src/common/components/notifications/NotificationCard.vue.d.ts +6 -4
  149. package/src/common/components/overlays/PartList.vue.d.ts +66 -65
  150. package/src/common/components/overlays/part-list/PartListEntry.vue.d.ts +9 -9
  151. package/src/common/components/overlays/part-list/PartListHeader.vue.d.ts +3 -2
  152. package/src/common/components/overlays/part-list/PartListPrint.vue.d.ts +7 -4
  153. package/src/common/components/overlays/part-list/PartListRow.vue.d.ts +2 -2
  154. package/src/common/components/overlays/part-list/partlist-setup.d.ts +2 -4
  155. package/src/common/components/parameters/ColorParameter.vue.d.ts +10 -2208
  156. package/src/common/components/side-bar/NavigationButtonsWrapper.vue.d.ts +4 -2
  157. package/src/common/components/side-bar/ResponsiveSidebarWrapper.vue.d.ts +9 -6
  158. package/src/common/components/side-bar/SidebarItem.vue.d.ts +18 -9
  159. package/src/common/components/side-bar/SidebarItemLabel.vue.d.ts +8 -2
  160. package/src/common/components/side-bar/TabbedNav.vue.d.ts +7 -6
  161. package/src/common/components/side-bar/TabbedNavMenu.vue.d.ts +3 -2
  162. package/src/common/components/side-bar/utils/configurator-sidebar-components.d.ts +72 -2310
  163. package/src/common/components/side-bar/utils/types.d.ts +1 -2
  164. package/src/common/components/tool-tip/MoreInfoTooltipContent.vue.d.ts +9 -4
  165. package/src/common/components/tool-tip/ParameterTooltip.vue.d.ts +6 -4
  166. package/src/common/components/utils/-utils/notifications.d.ts +1 -1
  167. package/src/common/components/utils/CollapsibleButtonsContainer.vue.d.ts +3 -1
  168. package/src/common/components/utils/HeightToggle.vue.d.ts +3 -1
  169. package/src/common/composables/use-configurator-actions-visibility.d.ts +1 -1
  170. package/src/common/composables/use-fetch-root-tag.d.ts +1 -1
  171. package/src/common/composables/use-item-variants.d.ts +1 -1
  172. package/src/common/composables/use-keyboard-resize.d.ts +1 -0
  173. package/src/common/composables/use-materials-and-ral-colors.d.ts +3 -2
  174. package/src/common/composables/use-materials-grouped.d.ts +1 -1
  175. package/src/common/composables/use-measurement-styles.d.ts +1 -2
  176. package/src/common/composables/use-planner-actions-visibility.d.ts +1 -2
  177. package/src/common/composables/use-product-price.d.ts +1 -1
  178. package/src/common/composables/use-sdk-event-emitter-listener.d.ts +1 -7
  179. package/src/common/composables/use-selected-object-center.d.ts +2 -1
  180. package/src/common/composables/use-selected-plan-element.d.ts +1 -0
  181. package/src/common/composables/use-shared-sidebar-setup.d.ts +20 -28
  182. package/src/common/composables/use-static-item-parameters.d.ts +1 -0
  183. package/src/common/composables/use-wall-dimensions-cache.d.ts +1 -1
  184. package/src/common/store/common-ui-store.d.ts +10 -9
  185. package/src/common/store/index.d.ts +1 -1
  186. package/src/common/utils/catalog-builder.d.ts +2 -3
  187. package/src/common/utils/color.d.ts +1 -0
  188. package/src/common/utils/helper.d.ts +5 -5
  189. package/src/common/utils/parameters.d.ts +1 -3
  190. package/src/common/utils/root-tags.d.ts +1 -1
  191. package/src/common/utils/types.d.ts +1 -3
  192. package/src/common/utils/ui-actions.d.ts +2 -3
  193. package/src/configurator/business-logic/roomle-sdk-wrapper.d.ts +1 -8
  194. package/src/configurator/business-logic/sdk-connector-configurator.d.ts +1 -3
  195. package/src/configurator/business-logic/sdk-connector.d.ts +1 -10
  196. package/src/configurator/business-logic/ui-callback.d.ts +1 -1
  197. package/src/configurator/components/addons/PossibleChildren.vue.d.ts +2 -0
  198. package/src/configurator/components/grid-view/-utils/CollapsedView.vue.d.ts +25 -22
  199. package/src/configurator/components/grid-view/-utils/ExpandedHeader.vue.d.ts +8 -6
  200. package/src/configurator/components/grid-view/-utils/ExpandedView.vue.d.ts +21 -20
  201. package/src/configurator/components/grid-view/-utils/GridViewElement.vue.d.ts +3 -2
  202. package/src/configurator/components/grid-view/-utils/GridViewHelper.d.ts +1 -2
  203. package/src/configurator/components/grid-view/-utils/GridViewMaterialElement.vue.d.ts +4 -2
  204. package/src/configurator/components/grid-view/-utils/GridViewThumbnailsElement.vue.d.ts +4 -2
  205. package/src/configurator/components/grid-view/-utils/GridViewTooltipElement.vue.d.ts +4 -2
  206. package/src/configurator/components/grid-view/GridView.vue.d.ts +15 -13
  207. package/src/configurator/components/overlays/LoadProduct.vue.d.ts +6 -4
  208. package/src/configurator/components/overlays/SaveDraft.vue.d.ts +6 -4
  209. package/src/configurator/components/overlays/ar/OpenARView.vue.d.ts +15 -12
  210. package/src/configurator/components/parameters/ParameterGroupButton.vue.d.ts +7 -5
  211. package/src/configurator/components/parameters/ParameterGroups.vue.d.ts +6 -4
  212. package/src/configurator/components/parameters/types/DisabledParameters.vue.d.ts +2 -2
  213. package/src/configurator/components/parameters/types/MaterialParameter.vue.d.ts +2 -0
  214. package/src/configurator/components/parameters/types/OptionsParameter.vue.d.ts +2 -0
  215. package/src/configurator/components/parameters/types/OptionsParameterValue.vue.d.ts +8 -6
  216. package/src/configurator/components/parameters/types/ParameterGroupPills.vue.d.ts +9 -7
  217. package/src/configurator/components/parameters/types/ProductVariant.vue.d.ts +13 -12
  218. package/src/configurator/components/parameters/types/RangeParameter.vue.d.ts +1 -0
  219. package/src/configurator/components/parameters/types/ThumbnailsParameter.vue.d.ts +13 -12
  220. package/src/configurator/components/utils/-utils/SceneOffsetResizer.d.ts +1 -2
  221. package/src/configurator/components/utils/AspectRatioBox.vue.d.ts +4 -2
  222. package/src/configurator/components/utils/HeightContainer.vue.d.ts +9 -7
  223. package/src/configurator/components/utils/InteractionsContainer.vue.d.ts +11 -9
  224. package/src/configurator/components/utils/PopUp.vue.d.ts +8 -6
  225. package/src/configurator/components/utils/SearchInput.vue.d.ts +8 -6
  226. package/src/configurator/components/utils/WordWrap.vue.d.ts +3 -2
  227. package/src/configurator/embedding/drag-handler.d.ts +1 -1
  228. package/src/configurator/embedding/example/Embedding.vue.d.ts +5 -4
  229. package/src/configurator/embedding/example/GlbConfSwitch.vue.d.ts +3 -2
  230. package/src/configurator/embedding/example/GlbConfSwitchSecret.vue.d.ts +2 -1
  231. package/src/configurator/embedding/exposed-api.d.ts +1 -9
  232. package/src/configurator/embedding/exposed-callbacks.d.ts +1 -3
  233. package/src/configurator/embedding/helper.d.ts +2 -4
  234. package/src/configurator/embedding/roomle-configurator-api.d.ts +1 -4
  235. package/src/configurator/embedding/types.d.ts +1 -3
  236. package/src/configurator/plugins/libs-plugin.d.ts +0 -1
  237. package/src/configurator/store/core-data-store.d.ts +23 -22
  238. package/src/configurator/store/ui-state.d.ts +1 -5
  239. package/src/planner/business-logic/general-room-parameters.d.ts +2 -0
  240. package/src/planner/business-logic/rooms.d.ts +1 -4
  241. package/src/planner/business-logic/sdk-connector-planner.d.ts +2 -7
  242. package/src/planner/components/DraggableButton.vue.d.ts +12 -10
  243. package/src/planner/components/ObjectList.vue.d.ts +3 -2
  244. package/src/planner/components/RotationIndicator.vue.d.ts +10 -5
  245. package/src/planner/components/catalog/CatalogLevels.vue.d.ts +4 -2
  246. package/src/planner/components/catalog/CatalogNavigation.vue.d.ts +2 -2
  247. package/src/planner/components/catalog/ProductCard.vue.d.ts +4 -2
  248. package/src/planner/components/catalog/ProductGrid.vue.d.ts +2 -2
  249. package/src/planner/components/measurements/MeasurementDisplayComponent.vue.d.ts +25 -20
  250. package/src/planner/components/measurements/ShowConstructionMeasurements.vue.d.ts +2 -0
  251. package/src/planner/components/measurements/ShowFloorsAreasData.vue.d.ts +2 -0
  252. package/src/planner/components/measurements/ShowMeasurementLineDimension.vue.d.ts +2 -0
  253. package/src/planner/components/measurements/ShowObjectMeasurements.vue.d.ts +7 -4
  254. package/src/planner/components/measurements/ShowWallAtticMeasurements.vue.d.ts +2 -0
  255. package/src/planner/components/measurements/ShowWallMeasurements.vue.d.ts +5 -2
  256. package/src/planner/components/measurements/utils/AtticLine.vue.d.ts +2 -2
  257. package/src/planner/components/measurements/utils/MeasurementText.vue.d.ts +6 -4
  258. package/src/planner/components/overlays/ProductList.vue.d.ts +6 -5
  259. package/src/planner/components/overlays/ProductSettings.vue.d.ts +4 -3
  260. package/src/planner/components/overlays/RoomSidebar.vue.d.ts +3 -3
  261. package/src/planner/components/overlays/product-list/ProductListEntry.vue.d.ts +6 -4
  262. package/src/planner/components/overlays/product-list/ProductListType.vue.d.ts +6 -4
  263. package/src/planner/components/overlays/product-list/ProductsTotalPrice.vue.d.ts +1 -0
  264. package/src/planner/components/overlays/product-settings/ProductPositions.vue.d.ts +2 -0
  265. package/src/planner/components/overlays/product-settings/ProductRangeControl.vue.d.ts +22 -48
  266. package/src/planner/components/overlays/product-settings/ProductRotation.vue.d.ts +2 -0
  267. package/src/planner/components/overlays/product-settings/ProductSettingsInfos.vue.d.ts +9 -6
  268. package/src/planner/components/overlays/product-settings/ProductSize.vue.d.ts +2 -0
  269. package/src/planner/components/overlays/product-settings/ProductXYZChanger.vue.d.ts +2 -0
  270. package/src/planner/components/overlays/rooms/ConstructionVariants.vue.d.ts +5 -2
  271. package/src/planner/components/overlays/rooms/DoorParametersSetting.vue.d.ts +4 -3
  272. package/src/planner/components/overlays/rooms/ElementLengthScaling.vue.d.ts +22 -57
  273. package/src/planner/components/overlays/rooms/RoomFloorAndWallSettings.vue.d.ts +8 -7
  274. package/src/planner/components/overlays/rooms/RoomGeneralSettings.vue.d.ts +4 -3
  275. package/src/planner/components/overlays/rooms/RoomRangeParameter.vue.d.ts +1 -0
  276. package/src/planner/components/overlays/rooms/RoomsList.vue.d.ts +5 -4
  277. package/src/planner/components/overlays/rooms/SampleRooms.vue.d.ts +3 -3
  278. package/src/planner/components/overlays/rooms/SlopingRoof.vue.d.ts +5 -2
  279. package/src/planner/components/overlays/rooms/SlopingRoofDirection.vue.d.ts +7 -4
  280. package/src/planner/components/overlays/rooms/WallGeneralSettings.vue.d.ts +6 -4
  281. package/src/planner/components/overlays/rooms/WindowParametersSetting.vue.d.ts +4 -3
  282. package/src/planner/components/utils/ConfiguratorParameter.vue.d.ts +23 -0
  283. package/src/planner/components/utils/InteractionHeader.vue.d.ts +4 -2
  284. package/src/planner/components/utils/MeasurementsString.vue.d.ts +10 -6
  285. package/src/planner/store/planner-core-data.d.ts +1 -1
  286. package/src/planner/store/planner-ui-state.d.ts +1 -4
  287. package/src/planner/utils/interaction.d.ts +4 -1
  288. package/src/planner/utils/planner-sidebar.d.ts +1 -2
  289. package/src/viewer/business-logic/sdk-connector-viewer.d.ts +1 -1
  290. package/src/viewer/components/ViewerMain.vue.d.ts +4 -4
  291. package/src/viewer/components/ViewerSidebar.vue.d.ts +2 -2
  292. package/packages/web-sdk/packages/benchmark/budgeteer-measure.d.ts +0 -1
  293. package/packages/web-sdk/packages/configurator-core/src/static-files/fonts.d.ts +0 -4
  294. package/src/common/components/flying-menu/FlyingMenuToggles.vue.d.ts +0 -16
  295. package/src/common/components/flying-menu/MergeProductButtons.vue.d.ts +0 -2
@@ -35,9 +35,9 @@ declare const dynamicComponents: {
35
35
  type: import('vue').PropType<(_payload: MouseEvent) => void>;
36
36
  };
37
37
  }>, {}, {}, {
38
- allElements(): import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>[];
39
- selectedElement(): import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>;
40
- normalizedGroups(): import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<any>[];
38
+ allElements(): import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement[];
39
+ selectedElement(): import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement;
40
+ normalizedGroups(): import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup[];
41
41
  }, {
42
42
  onSelect({ key }: {
43
43
  key: string;
@@ -57,12 +57,12 @@ declare const dynamicComponents: {
57
57
  GridView: import('vue').DefineComponent<{
58
58
  isExpanded?: boolean;
59
59
  onExpand?: (event: MouseEvent) => void;
60
- onSelect: ((...args: any[]) => any)[] | ((possibleChild: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>, event?: Event) => Promise<void>);
61
- onDragStart?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>, event: TouchEvent | DragEvent) => Promise<void>;
62
- onDragEnd?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>, event: TouchEvent | DragEvent) => void;
63
- elements: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>[];
64
- selectedElement?: any;
65
- groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<any>[];
60
+ onSelect: ((possibleChild: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement, event?: Event) => Promise<void>) | Array<(...args: any[]) => any>;
61
+ onDragStart?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement, event: DragEvent | TouchEvent) => Promise<void>;
62
+ onDragEnd?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement, event: DragEvent | TouchEvent) => void;
63
+ elements: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement[];
64
+ selectedElement?: import('../../../utils/types').Nullable<UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement>;
65
+ groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup[];
66
66
  onCollapse?: (mouseEvent: MouseEvent) => void;
67
67
  label?: string;
68
68
  originalPayload?: any;
@@ -72,12 +72,12 @@ declare const dynamicComponents: {
72
72
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
73
73
  isExpanded?: boolean;
74
74
  onExpand?: (event: MouseEvent) => void;
75
- onSelect: ((...args: any[]) => any)[] | ((possibleChild: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>, event?: Event) => Promise<void>);
76
- onDragStart?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>, event: TouchEvent | DragEvent) => Promise<void>;
77
- onDragEnd?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>, event: TouchEvent | DragEvent) => void;
78
- elements: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>[];
79
- selectedElement?: any;
80
- groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<any>[];
75
+ onSelect: ((possibleChild: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement, event?: Event) => Promise<void>) | Array<(...args: any[]) => any>;
76
+ onDragStart?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement, event: DragEvent | TouchEvent) => Promise<void>;
77
+ onDragEnd?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement, event: DragEvent | TouchEvent) => void;
78
+ elements: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement[];
79
+ selectedElement?: import('../../../utils/types').Nullable<UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement>;
80
+ groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup[];
81
81
  onCollapse?: (mouseEvent: MouseEvent) => void;
82
82
  label?: string;
83
83
  originalPayload?: any;
@@ -134,10 +134,10 @@ declare const dynamicComponents: {
134
134
  }>, {}, {
135
135
  groups: RapiTagForUi[];
136
136
  }, {
137
- allElements(): import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>[];
138
- normalizedGroups(): import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<any>[];
137
+ allElements(): import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement[];
138
+ normalizedGroups(): import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup[];
139
139
  }, {
140
- onSelect(variant: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>): Promise<void>;
140
+ onSelect(variant: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement): Promise<void>;
141
141
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
142
142
  variants: {
143
143
  type: import('vue').PropType<RapiTagForUi>;
@@ -158,12 +158,12 @@ declare const dynamicComponents: {
158
158
  GridView: import('vue').DefineComponent<{
159
159
  isExpanded?: boolean;
160
160
  onExpand?: (event: MouseEvent) => void;
161
- onSelect: ((...args: any[]) => any)[] | ((possibleChild: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>, event?: Event) => Promise<void>);
162
- onDragStart?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>, event: TouchEvent | DragEvent) => Promise<void>;
163
- onDragEnd?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>, event: TouchEvent | DragEvent) => void;
164
- elements: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>[];
165
- selectedElement?: any;
166
- groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<any>[];
161
+ onSelect: ((possibleChild: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement, event?: Event) => Promise<void>) | Array<(...args: any[]) => any>;
162
+ onDragStart?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement, event: DragEvent | TouchEvent) => Promise<void>;
163
+ onDragEnd?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement, event: DragEvent | TouchEvent) => void;
164
+ elements: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement[];
165
+ selectedElement?: import('../../../utils/types').Nullable<UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement>;
166
+ groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup[];
167
167
  onCollapse?: (mouseEvent: MouseEvent) => void;
168
168
  label?: string;
169
169
  originalPayload?: any;
@@ -173,12 +173,12 @@ declare const dynamicComponents: {
173
173
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
174
174
  isExpanded?: boolean;
175
175
  onExpand?: (event: MouseEvent) => void;
176
- onSelect: ((...args: any[]) => any)[] | ((possibleChild: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>, event?: Event) => Promise<void>);
177
- onDragStart?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>, event: TouchEvent | DragEvent) => Promise<void>;
178
- onDragEnd?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>, event: TouchEvent | DragEvent) => void;
179
- elements: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>[];
180
- selectedElement?: any;
181
- groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<any>[];
176
+ onSelect: ((possibleChild: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement, event?: Event) => Promise<void>) | Array<(...args: any[]) => any>;
177
+ onDragStart?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement, event: DragEvent | TouchEvent) => Promise<void>;
178
+ onDragEnd?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement, event: DragEvent | TouchEvent) => void;
179
+ elements: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement[];
180
+ selectedElement?: import('../../../utils/types').Nullable<UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement>;
181
+ groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup[];
182
182
  onCollapse?: (mouseEvent: MouseEvent) => void;
183
183
  label?: string;
184
184
  originalPayload?: any;
@@ -186,13 +186,13 @@ declare const dynamicComponents: {
186
186
  }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
187
187
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
188
188
  readonly ObjectList: import('vue').DefineComponent<{
189
- element: import('./types').ParameterData<any>;
189
+ element: import('./types').ParameterData<UiPossibleChildTag | RapiTagForUi>;
190
190
  isExpanded?: boolean;
191
191
  onExpand?: () => void;
192
192
  onCollapse?: (_payload: MouseEvent) => void;
193
193
  label?: string;
194
194
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
195
- element: import('./types').ParameterData<any>;
195
+ element: import('./types').ParameterData<UiPossibleChildTag | RapiTagForUi>;
196
196
  isExpanded?: boolean;
197
197
  onExpand?: () => void;
198
198
  onCollapse?: (_payload: MouseEvent) => void;
@@ -203,23 +203,23 @@ declare const dynamicComponents: {
203
203
  isExpanded?: boolean;
204
204
  onExpand: () => void;
205
205
  onCollapse?: (_payload: MouseEvent) => void;
206
- onSelect: (_sampleRoom: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>) => Promise<void>;
207
- selectedElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../planner/business-logic/rooms').SampleRoom>;
206
+ onSelect: (_sampleRoom: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement) => Promise<void>;
207
+ selectedElement: import('../../../utils/types').Nullable<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../planner/business-logic/rooms').SampleRoom>>;
208
208
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
209
209
  objects: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../planner/business-logic/rooms').SampleRoom>[];
210
210
  isExpanded?: boolean;
211
211
  onExpand: () => void;
212
212
  onCollapse?: (_payload: MouseEvent) => void;
213
- onSelect: (_sampleRoom: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>) => Promise<void>;
214
- selectedElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../planner/business-logic/rooms').SampleRoom>;
213
+ onSelect: (_sampleRoom: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement) => Promise<void>;
214
+ selectedElement: import('../../../utils/types').Nullable<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../planner/business-logic/rooms').SampleRoom>>;
215
215
  }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
216
216
  readonly InteractionHeader: import('vue').DefineComponent<{
217
217
  onClick?: (_payload: MouseEvent) => void;
218
- heading?: string;
218
+ heading?: import('../../../utils/types').Nullable<string>;
219
219
  hideCloseButton?: boolean;
220
220
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
221
221
  onClick?: (_payload: MouseEvent) => void;
222
- heading?: string;
222
+ heading?: import('../../../utils/types').Nullable<string>;
223
223
  hideCloseButton?: boolean;
224
224
  }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
225
225
  readonly RoomRangeParameter: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -275,2223 +275,21 @@ declare const dynamicComponents: {
275
275
  onChangeUnit: (activeSwitch: number) => void;
276
276
  }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
277
277
  readonly ColorParameter: import('vue').DefineComponent<{
278
- groups: RapiMaterialGroup[] | readonly [{
279
- readonly id: "ral_9000";
280
- readonly label: "colors-groups.ral_9000";
281
- readonly materials: readonly [{
282
- readonly id: 199;
283
- readonly label: "RAL 9001";
284
- readonly color: "#FDF4E3";
285
- readonly __IS_SAMPLE_COLOR__: 1;
286
- }, {
287
- readonly id: 200;
288
- readonly label: "RAL 9002";
289
- readonly color: "#E7EBDA";
290
- readonly __IS_SAMPLE_COLOR__: 1;
291
- }, {
292
- readonly id: 201;
293
- readonly label: "RAL 9003";
294
- readonly color: "#F4F4F4";
295
- readonly __IS_SAMPLE_COLOR__: 1;
296
- }, {
297
- readonly id: 202;
298
- readonly label: "RAL 9004";
299
- readonly color: "#282828";
300
- readonly __IS_SAMPLE_COLOR__: 1;
301
- }, {
302
- readonly id: 203;
303
- readonly label: "RAL 9005";
304
- readonly color: "#0A0A0A";
305
- readonly __IS_SAMPLE_COLOR__: 1;
306
- }, {
307
- readonly id: 204;
308
- readonly label: "RAL 9006";
309
- readonly color: "#A5A5A5";
310
- readonly __IS_SAMPLE_COLOR__: 1;
311
- }, {
312
- readonly id: 205;
313
- readonly label: "RAL 9007";
314
- readonly color: "#8F8F8F";
315
- readonly __IS_SAMPLE_COLOR__: 1;
316
- }, {
317
- readonly id: 206;
318
- readonly label: "RAL 9010";
319
- readonly color: "#FFFFFF";
320
- readonly __IS_SAMPLE_COLOR__: 1;
321
- }, {
322
- readonly id: 207;
323
- readonly label: "RAL 9011";
324
- readonly color: "#1C1C1C";
325
- readonly __IS_SAMPLE_COLOR__: 1;
326
- }, {
327
- readonly id: 208;
328
- readonly label: "RAL 9016";
329
- readonly color: "#F6F6F6";
330
- readonly __IS_SAMPLE_COLOR__: 1;
331
- }, {
332
- readonly id: 209;
333
- readonly label: "RAL 9017";
334
- readonly color: "#1E1E1E";
335
- readonly __IS_SAMPLE_COLOR__: 1;
336
- }, {
337
- readonly id: 210;
338
- readonly label: "RAL 9018";
339
- readonly color: "#D7D7D7";
340
- readonly __IS_SAMPLE_COLOR__: 1;
341
- }, {
342
- readonly id: 211;
343
- readonly label: "RAL 9022";
344
- readonly color: "#9C9C9C";
345
- readonly __IS_SAMPLE_COLOR__: 1;
346
- }, {
347
- readonly id: 212;
348
- readonly label: "RAL 9023";
349
- readonly color: "#828282";
350
- readonly __IS_SAMPLE_COLOR__: 1;
351
- }];
352
- }, {
353
- readonly id: "ral_7000";
354
- readonly label: "colors-groups.ral_7000";
355
- readonly materials: readonly [{
356
- readonly id: 141;
357
- readonly label: "RAL 7000";
358
- readonly color: "#78858B";
359
- readonly __IS_SAMPLE_COLOR__: 1;
360
- }, {
361
- readonly id: 142;
362
- readonly label: "RAL 7001";
363
- readonly color: "#8A9597";
364
- readonly __IS_SAMPLE_COLOR__: 1;
365
- }, {
366
- readonly id: 143;
367
- readonly label: "RAL 7002";
368
- readonly color: "#7E7B52";
369
- readonly __IS_SAMPLE_COLOR__: 1;
370
- }, {
371
- readonly id: 144;
372
- readonly label: "RAL 7003";
373
- readonly color: "#6C7059";
374
- readonly __IS_SAMPLE_COLOR__: 1;
375
- }, {
376
- readonly id: 145;
377
- readonly label: "RAL 7004";
378
- readonly color: "#969992";
379
- readonly __IS_SAMPLE_COLOR__: 1;
380
- }, {
381
- readonly id: 146;
382
- readonly label: "RAL 7005";
383
- readonly color: "#646B63";
384
- readonly __IS_SAMPLE_COLOR__: 1;
385
- }, {
386
- readonly id: 147;
387
- readonly label: "RAL 7006";
388
- readonly color: "#6D6552";
389
- readonly __IS_SAMPLE_COLOR__: 1;
390
- }, {
391
- readonly id: 148;
392
- readonly label: "RAL 7008";
393
- readonly color: "#6A5F31";
394
- readonly __IS_SAMPLE_COLOR__: 1;
395
- }, {
396
- readonly id: 149;
397
- readonly label: "RAL 7009";
398
- readonly color: "#4D5645";
399
- readonly __IS_SAMPLE_COLOR__: 1;
400
- }, {
401
- readonly id: 150;
402
- readonly label: "RAL 7010";
403
- readonly color: "#4C514A";
404
- readonly __IS_SAMPLE_COLOR__: 1;
405
- }, {
406
- readonly id: 151;
407
- readonly label: "RAL 7011";
408
- readonly color: "#434B4D";
409
- readonly __IS_SAMPLE_COLOR__: 1;
410
- }, {
411
- readonly id: 152;
412
- readonly label: "RAL 7012";
413
- readonly color: "#4E5754";
414
- readonly __IS_SAMPLE_COLOR__: 1;
415
- }, {
416
- readonly id: 153;
417
- readonly label: "RAL 7013";
418
- readonly color: "#464531";
419
- readonly __IS_SAMPLE_COLOR__: 1;
420
- }, {
421
- readonly id: 154;
422
- readonly label: "RAL 7015";
423
- readonly color: "#434750";
424
- readonly __IS_SAMPLE_COLOR__: 1;
425
- }, {
426
- readonly id: 155;
427
- readonly label: "RAL 7016";
428
- readonly color: "#293133";
429
- readonly __IS_SAMPLE_COLOR__: 1;
430
- }, {
431
- readonly id: 156;
432
- readonly label: "RAL 7021";
433
- readonly color: "#23282B";
434
- readonly __IS_SAMPLE_COLOR__: 1;
435
- }, {
436
- readonly id: 157;
437
- readonly label: "RAL 7022";
438
- readonly color: "#332F2C";
439
- readonly __IS_SAMPLE_COLOR__: 1;
440
- }, {
441
- readonly id: 158;
442
- readonly label: "RAL 7023";
443
- readonly color: "#686C5E";
444
- readonly __IS_SAMPLE_COLOR__: 1;
445
- }, {
446
- readonly id: 159;
447
- readonly label: "RAL 7024";
448
- readonly color: "#474A51";
449
- readonly __IS_SAMPLE_COLOR__: 1;
450
- }, {
451
- readonly id: 160;
452
- readonly label: "RAL 7026";
453
- readonly color: "#2F353B";
454
- readonly __IS_SAMPLE_COLOR__: 1;
455
- }, {
456
- readonly id: 161;
457
- readonly label: "RAL 7030";
458
- readonly color: "#8B8C7A";
459
- readonly __IS_SAMPLE_COLOR__: 1;
460
- }, {
461
- readonly id: 162;
462
- readonly label: "RAL 7031";
463
- readonly color: "#474B4E";
464
- readonly __IS_SAMPLE_COLOR__: 1;
465
- }, {
466
- readonly id: 163;
467
- readonly label: "RAL 7032";
468
- readonly color: "#B8B799";
469
- readonly __IS_SAMPLE_COLOR__: 1;
470
- }, {
471
- readonly id: 164;
472
- readonly label: "RAL 7033";
473
- readonly color: "#7D8471";
474
- readonly __IS_SAMPLE_COLOR__: 1;
475
- }, {
476
- readonly id: 165;
477
- readonly label: "RAL 7034";
478
- readonly color: "#8F8B66";
479
- readonly __IS_SAMPLE_COLOR__: 1;
480
- }, {
481
- readonly id: 166;
482
- readonly label: "RAL 7035";
483
- readonly color: "#D7D7D7";
484
- readonly __IS_SAMPLE_COLOR__: 1;
485
- }, {
486
- readonly id: 167;
487
- readonly label: "RAL 7036";
488
- readonly color: "#7F7679";
489
- readonly __IS_SAMPLE_COLOR__: 1;
490
- }, {
491
- readonly id: 168;
492
- readonly label: "RAL 7037";
493
- readonly color: "#7D7F7D";
494
- readonly __IS_SAMPLE_COLOR__: 1;
495
- }, {
496
- readonly id: 169;
497
- readonly label: "RAL 7038";
498
- readonly color: "#B5B8B1";
499
- readonly __IS_SAMPLE_COLOR__: 1;
500
- }, {
501
- readonly id: 170;
502
- readonly label: "RAL 7039";
503
- readonly color: "#6C6960";
504
- readonly __IS_SAMPLE_COLOR__: 1;
505
- }, {
506
- readonly id: 171;
507
- readonly label: "RAL 7040";
508
- readonly color: "#9DA1AA";
509
- readonly __IS_SAMPLE_COLOR__: 1;
510
- }, {
511
- readonly id: 172;
512
- readonly label: "RAL 7042";
513
- readonly color: "#8D948D";
514
- readonly __IS_SAMPLE_COLOR__: 1;
515
- }, {
516
- readonly id: 173;
517
- readonly label: "RAL 7043";
518
- readonly color: "#4E5452";
519
- readonly __IS_SAMPLE_COLOR__: 1;
520
- }, {
521
- readonly id: 174;
522
- readonly label: "RAL 7044";
523
- readonly color: "#CAC4B0";
524
- readonly __IS_SAMPLE_COLOR__: 1;
525
- }, {
526
- readonly id: 175;
527
- readonly label: "RAL 7045";
528
- readonly color: "#909090";
529
- readonly __IS_SAMPLE_COLOR__: 1;
530
- }, {
531
- readonly id: 176;
532
- readonly label: "RAL 7046";
533
- readonly color: "#82898F";
534
- readonly __IS_SAMPLE_COLOR__: 1;
535
- }, {
536
- readonly id: 177;
537
- readonly label: "RAL 7047";
538
- readonly color: "#D0D0D0";
539
- readonly __IS_SAMPLE_COLOR__: 1;
540
- }, {
541
- readonly id: 178;
542
- readonly label: "RAL 7048";
543
- readonly color: "#898176";
544
- readonly __IS_SAMPLE_COLOR__: 1;
545
- }];
546
- }, {
547
- readonly id: "ral_1000";
548
- readonly label: "colors-groups.ral_1000";
549
- readonly materials: readonly [{
550
- readonly id: 0;
551
- readonly label: "RAL 1000";
552
- readonly color: "#BEBD7F";
553
- readonly __IS_SAMPLE_COLOR__: 1;
554
- }, {
555
- readonly id: 1;
556
- readonly label: "RAL 1001";
557
- readonly color: "#C2B078";
558
- readonly __IS_SAMPLE_COLOR__: 1;
559
- }, {
560
- readonly id: 2;
561
- readonly label: "RAL 1002";
562
- readonly color: "#C6A664";
563
- readonly __IS_SAMPLE_COLOR__: 1;
564
- }, {
565
- readonly id: 3;
566
- readonly label: "RAL 1003";
567
- readonly color: "#E5BE01";
568
- readonly __IS_SAMPLE_COLOR__: 1;
569
- }, {
570
- readonly id: 4;
571
- readonly label: "RAL 1004";
572
- readonly color: "#CDA434";
573
- readonly __IS_SAMPLE_COLOR__: 1;
574
- }, {
575
- readonly id: 5;
576
- readonly label: "RAL 1005";
577
- readonly color: "#A98307";
578
- readonly __IS_SAMPLE_COLOR__: 1;
579
- }, {
580
- readonly id: 6;
581
- readonly label: "RAL 1006";
582
- readonly color: "#E4A010";
583
- readonly __IS_SAMPLE_COLOR__: 1;
584
- }, {
585
- readonly id: 7;
586
- readonly label: "RAL 1007";
587
- readonly color: "#DC9D00";
588
- readonly __IS_SAMPLE_COLOR__: 1;
589
- }, {
590
- readonly id: 8;
591
- readonly label: "RAL 1011";
592
- readonly color: "#8A6642";
593
- readonly __IS_SAMPLE_COLOR__: 1;
594
- }, {
595
- readonly id: 9;
596
- readonly label: "RAL 1012";
597
- readonly color: "#C7B446";
598
- readonly __IS_SAMPLE_COLOR__: 1;
599
- }, {
600
- readonly id: 10;
601
- readonly label: "RAL 1013";
602
- readonly color: "#EAE6CA";
603
- readonly __IS_SAMPLE_COLOR__: 1;
604
- }, {
605
- readonly id: 11;
606
- readonly label: "RAL 1014";
607
- readonly color: "#E1CC4F";
608
- readonly __IS_SAMPLE_COLOR__: 1;
609
- }, {
610
- readonly id: 12;
611
- readonly label: "RAL 1015";
612
- readonly color: "#E6D690";
613
- readonly __IS_SAMPLE_COLOR__: 1;
614
- }, {
615
- readonly id: 13;
616
- readonly label: "RAL 1016";
617
- readonly color: "#EDFF21";
618
- readonly __IS_SAMPLE_COLOR__: 1;
619
- }, {
620
- readonly id: 14;
621
- readonly label: "RAL 1017";
622
- readonly color: "#F5D033";
623
- readonly __IS_SAMPLE_COLOR__: 1;
624
- }, {
625
- readonly id: 15;
626
- readonly label: "RAL 1018";
627
- readonly color: "#F8F32B";
628
- readonly __IS_SAMPLE_COLOR__: 1;
629
- }, {
630
- readonly id: 16;
631
- readonly label: "RAL 1019";
632
- readonly color: "#9E9764";
633
- readonly __IS_SAMPLE_COLOR__: 1;
634
- }, {
635
- readonly id: 17;
636
- readonly label: "RAL 1020";
637
- readonly color: "#999950";
638
- readonly __IS_SAMPLE_COLOR__: 1;
639
- }, {
640
- readonly id: 18;
641
- readonly label: "RAL 1021";
642
- readonly color: "#F3DA0B";
643
- readonly __IS_SAMPLE_COLOR__: 1;
644
- }, {
645
- readonly id: 19;
646
- readonly label: "RAL 1023";
647
- readonly color: "#FAD201";
648
- readonly __IS_SAMPLE_COLOR__: 1;
649
- }, {
650
- readonly id: 20;
651
- readonly label: "RAL 1024";
652
- readonly color: "#AEA04B";
653
- readonly __IS_SAMPLE_COLOR__: 1;
654
- }, {
655
- readonly id: 21;
656
- readonly label: "RAL 1026";
657
- readonly color: "#FFFF00";
658
- readonly __IS_SAMPLE_COLOR__: 1;
659
- }, {
660
- readonly id: 22;
661
- readonly label: "RAL 1027";
662
- readonly color: "#9D9101";
663
- readonly __IS_SAMPLE_COLOR__: 1;
664
- }, {
665
- readonly id: 23;
666
- readonly label: "RAL 1028";
667
- readonly color: "#F4A900";
668
- readonly __IS_SAMPLE_COLOR__: 1;
669
- }, {
670
- readonly id: 24;
671
- readonly label: "RAL 1032";
672
- readonly color: "#D6AE01";
673
- readonly __IS_SAMPLE_COLOR__: 1;
674
- }, {
675
- readonly id: 25;
676
- readonly label: "RAL 1033";
677
- readonly color: "#F3A505";
678
- readonly __IS_SAMPLE_COLOR__: 1;
679
- }, {
680
- readonly id: 26;
681
- readonly label: "RAL 1034";
682
- readonly color: "#EFA94A";
683
- readonly __IS_SAMPLE_COLOR__: 1;
684
- }, {
685
- readonly id: 27;
686
- readonly label: "RAL 1035";
687
- readonly color: "#6A5D4D";
688
- readonly __IS_SAMPLE_COLOR__: 1;
689
- }, {
690
- readonly id: 28;
691
- readonly label: "RAL 1036";
692
- readonly color: "#705335";
693
- readonly __IS_SAMPLE_COLOR__: 1;
694
- }, {
695
- readonly id: 29;
696
- readonly label: "RAL 1037";
697
- readonly color: "#F39F18";
698
- readonly __IS_SAMPLE_COLOR__: 1;
699
- }];
700
- }, {
701
- readonly id: "ral_2000";
702
- readonly label: "colors-groups.ral_2000";
703
- readonly materials: readonly [{
704
- readonly id: 30;
705
- readonly label: "RAL 2000";
706
- readonly color: "#ED760E";
707
- readonly __IS_SAMPLE_COLOR__: 1;
708
- }, {
709
- readonly id: 31;
710
- readonly label: "RAL 2001";
711
- readonly color: "#C93C20";
712
- readonly __IS_SAMPLE_COLOR__: 1;
713
- }, {
714
- readonly id: 32;
715
- readonly label: "RAL 2002";
716
- readonly color: "#CB2821";
717
- readonly __IS_SAMPLE_COLOR__: 1;
718
- }, {
719
- readonly id: 33;
720
- readonly label: "RAL 2003";
721
- readonly color: "#FF7514";
722
- readonly __IS_SAMPLE_COLOR__: 1;
723
- }, {
724
- readonly id: 34;
725
- readonly label: "RAL 2004";
726
- readonly color: "#F44611";
727
- readonly __IS_SAMPLE_COLOR__: 1;
728
- }, {
729
- readonly id: 35;
730
- readonly label: "RAL 2005";
731
- readonly color: "#FF2301";
732
- readonly __IS_SAMPLE_COLOR__: 1;
733
- }, {
734
- readonly id: 36;
735
- readonly label: "RAL 2007";
736
- readonly color: "#FFA420";
737
- readonly __IS_SAMPLE_COLOR__: 1;
738
- }, {
739
- readonly id: 37;
740
- readonly label: "RAL 2008";
741
- readonly color: "#F75E25";
742
- readonly __IS_SAMPLE_COLOR__: 1;
743
- }, {
744
- readonly id: 38;
745
- readonly label: "RAL 2009";
746
- readonly color: "#F54021";
747
- readonly __IS_SAMPLE_COLOR__: 1;
748
- }, {
749
- readonly id: 39;
750
- readonly label: "RAL 2010";
751
- readonly color: "#D84B20";
752
- readonly __IS_SAMPLE_COLOR__: 1;
753
- }, {
754
- readonly id: 40;
755
- readonly label: "RAL 2011";
756
- readonly color: "#EC7C26";
757
- readonly __IS_SAMPLE_COLOR__: 1;
758
- }, {
759
- readonly id: 41;
760
- readonly label: "RAL 2012";
761
- readonly color: "#E55137";
762
- readonly __IS_SAMPLE_COLOR__: 1;
763
- }, {
764
- readonly id: 42;
765
- readonly label: "RAL 2013";
766
- readonly color: "#C35831";
767
- readonly __IS_SAMPLE_COLOR__: 1;
768
- }];
769
- }, {
770
- readonly id: "ral_3000";
771
- readonly label: "colors-groups.ral_3000";
772
- readonly materials: readonly [{
773
- readonly id: 43;
774
- readonly label: "RAL 3000";
775
- readonly color: "#AF2B1E";
776
- readonly __IS_SAMPLE_COLOR__: 1;
777
- }, {
778
- readonly id: 44;
779
- readonly label: "RAL 3001";
780
- readonly color: "#A52019";
781
- readonly __IS_SAMPLE_COLOR__: 1;
782
- }, {
783
- readonly id: 45;
784
- readonly label: "RAL 3002";
785
- readonly color: "#A2231D";
786
- readonly __IS_SAMPLE_COLOR__: 1;
787
- }, {
788
- readonly id: 46;
789
- readonly label: "RAL 3003";
790
- readonly color: "#9B111E";
791
- readonly __IS_SAMPLE_COLOR__: 1;
792
- }, {
793
- readonly id: 47;
794
- readonly label: "RAL 3004";
795
- readonly color: "#75151E";
796
- readonly __IS_SAMPLE_COLOR__: 1;
797
- }, {
798
- readonly id: 48;
799
- readonly label: "RAL 3005";
800
- readonly color: "#5E2129";
801
- readonly __IS_SAMPLE_COLOR__: 1;
802
- }, {
803
- readonly id: 49;
804
- readonly label: "RAL 3007";
805
- readonly color: "#412227";
806
- readonly __IS_SAMPLE_COLOR__: 1;
807
- }, {
808
- readonly id: 50;
809
- readonly label: "RAL 3009";
810
- readonly color: "#642424";
811
- readonly __IS_SAMPLE_COLOR__: 1;
812
- }, {
813
- readonly id: 51;
814
- readonly label: "RAL 3011";
815
- readonly color: "#781F19";
816
- readonly __IS_SAMPLE_COLOR__: 1;
817
- }, {
818
- readonly id: 52;
819
- readonly label: "RAL 3012";
820
- readonly color: "#C1876B";
821
- readonly __IS_SAMPLE_COLOR__: 1;
822
- }, {
823
- readonly id: 53;
824
- readonly label: "RAL 3013";
825
- readonly color: "#A12312";
826
- readonly __IS_SAMPLE_COLOR__: 1;
827
- }, {
828
- readonly id: 54;
829
- readonly label: "RAL 3014";
830
- readonly color: "#D36E70";
831
- readonly __IS_SAMPLE_COLOR__: 1;
832
- }, {
833
- readonly id: 55;
834
- readonly label: "RAL 3015";
835
- readonly color: "#EA899A";
836
- readonly __IS_SAMPLE_COLOR__: 1;
837
- }, {
838
- readonly id: 56;
839
- readonly label: "RAL 3016";
840
- readonly color: "#B32821";
841
- readonly __IS_SAMPLE_COLOR__: 1;
842
- }, {
843
- readonly id: 57;
844
- readonly label: "RAL 3017";
845
- readonly color: "#E63244";
846
- readonly __IS_SAMPLE_COLOR__: 1;
847
- }, {
848
- readonly id: 58;
849
- readonly label: "RAL 3018";
850
- readonly color: "#D53032";
851
- readonly __IS_SAMPLE_COLOR__: 1;
852
- }, {
853
- readonly id: 59;
854
- readonly label: "RAL 3020";
855
- readonly color: "#CC0605";
856
- readonly __IS_SAMPLE_COLOR__: 1;
857
- }, {
858
- readonly id: 60;
859
- readonly label: "RAL 3022";
860
- readonly color: "#D95030";
861
- readonly __IS_SAMPLE_COLOR__: 1;
862
- }, {
863
- readonly id: 61;
864
- readonly label: "RAL 3024";
865
- readonly color: "#F80000";
866
- readonly __IS_SAMPLE_COLOR__: 1;
867
- }, {
868
- readonly id: 62;
869
- readonly label: "RAL 3026";
870
- readonly color: "#FE0000";
871
- readonly __IS_SAMPLE_COLOR__: 1;
872
- }, {
873
- readonly id: 63;
874
- readonly label: "RAL 3027";
875
- readonly color: "#C51D34";
876
- readonly __IS_SAMPLE_COLOR__: 1;
877
- }, {
878
- readonly id: 64;
879
- readonly label: "RAL 3028";
880
- readonly color: "#CB3234";
881
- readonly __IS_SAMPLE_COLOR__: 1;
882
- }, {
883
- readonly id: 65;
884
- readonly label: "RAL 3031";
885
- readonly color: "#B32428";
886
- readonly __IS_SAMPLE_COLOR__: 1;
887
- }, {
888
- readonly id: 66;
889
- readonly label: "RAL 3032";
890
- readonly color: "#721422";
891
- readonly __IS_SAMPLE_COLOR__: 1;
892
- }, {
893
- readonly id: 67;
894
- readonly label: "RAL 3033";
895
- readonly color: "#B44C43";
896
- readonly __IS_SAMPLE_COLOR__: 1;
897
- }];
898
- }, {
899
- readonly id: "ral_4000";
900
- readonly label: "colors-groups.ral_4000";
901
- readonly materials: readonly [{
902
- readonly id: 68;
903
- readonly label: "RAL 4001";
904
- readonly color: "#6D3F5B";
905
- readonly __IS_SAMPLE_COLOR__: 1;
906
- }, {
907
- readonly id: 69;
908
- readonly label: "RAL 4002";
909
- readonly color: "#922B3E";
910
- readonly __IS_SAMPLE_COLOR__: 1;
911
- }, {
912
- readonly id: 70;
913
- readonly label: "RAL 4003";
914
- readonly color: "#DE4C8A";
915
- readonly __IS_SAMPLE_COLOR__: 1;
916
- }, {
917
- readonly id: 71;
918
- readonly label: "RAL 4004";
919
- readonly color: "#641C34";
920
- readonly __IS_SAMPLE_COLOR__: 1;
921
- }, {
922
- readonly id: 72;
923
- readonly label: "RAL 4005";
924
- readonly color: "#6C4675";
925
- readonly __IS_SAMPLE_COLOR__: 1;
926
- }, {
927
- readonly id: 73;
928
- readonly label: "RAL 4006";
929
- readonly color: "#A03472";
930
- readonly __IS_SAMPLE_COLOR__: 1;
931
- }, {
932
- readonly id: 74;
933
- readonly label: "RAL 4007";
934
- readonly color: "#4A192C";
935
- readonly __IS_SAMPLE_COLOR__: 1;
936
- }, {
937
- readonly id: 75;
938
- readonly label: "RAL 4008";
939
- readonly color: "#924E7D";
940
- readonly __IS_SAMPLE_COLOR__: 1;
941
- }, {
942
- readonly id: 76;
943
- readonly label: "RAL 4009";
944
- readonly color: "#A18594";
945
- readonly __IS_SAMPLE_COLOR__: 1;
946
- }, {
947
- readonly id: 77;
948
- readonly label: "RAL 4010";
949
- readonly color: "#CF3476";
950
- readonly __IS_SAMPLE_COLOR__: 1;
951
- }, {
952
- readonly id: 78;
953
- readonly label: "RAL 4011";
954
- readonly color: "#8673A1";
955
- readonly __IS_SAMPLE_COLOR__: 1;
956
- }, {
957
- readonly id: 79;
958
- readonly label: "RAL 4012";
959
- readonly color: "#6C6874";
960
- readonly __IS_SAMPLE_COLOR__: 1;
961
- }];
962
- }, {
963
- readonly id: "ral_5000";
964
- readonly label: "colors-groups.ral_5000";
965
- readonly materials: readonly [{
966
- readonly id: 80;
967
- readonly label: "RAL 5000";
968
- readonly color: "#354D73";
969
- readonly __IS_SAMPLE_COLOR__: 1;
970
- }, {
971
- readonly id: 81;
972
- readonly label: "RAL 5001";
973
- readonly color: "#1F3438";
974
- readonly __IS_SAMPLE_COLOR__: 1;
975
- }, {
976
- readonly id: 82;
977
- readonly label: "RAL 5002";
978
- readonly color: "#20214F";
979
- readonly __IS_SAMPLE_COLOR__: 1;
980
- }, {
981
- readonly id: 83;
982
- readonly label: "RAL 5003";
983
- readonly color: "#1D1E33";
984
- readonly __IS_SAMPLE_COLOR__: 1;
985
- }, {
986
- readonly id: 84;
987
- readonly label: "RAL 5004";
988
- readonly color: "#18171C";
989
- readonly __IS_SAMPLE_COLOR__: 1;
990
- }, {
991
- readonly id: 85;
992
- readonly label: "RAL 5005";
993
- readonly color: "#1E2460";
994
- readonly __IS_SAMPLE_COLOR__: 1;
995
- }, {
996
- readonly id: 86;
997
- readonly label: "RAL 5007";
998
- readonly color: "#3E5F8A";
999
- readonly __IS_SAMPLE_COLOR__: 1;
1000
- }, {
1001
- readonly id: 87;
1002
- readonly label: "RAL 5008";
1003
- readonly color: "#26252D";
1004
- readonly __IS_SAMPLE_COLOR__: 1;
1005
- }, {
1006
- readonly id: 88;
1007
- readonly label: "RAL 5009";
1008
- readonly color: "#025669";
1009
- readonly __IS_SAMPLE_COLOR__: 1;
1010
- }, {
1011
- readonly id: 89;
1012
- readonly label: "RAL 5010";
1013
- readonly color: "#0E294B";
1014
- readonly __IS_SAMPLE_COLOR__: 1;
1015
- }, {
1016
- readonly id: 90;
1017
- readonly label: "RAL 5011";
1018
- readonly color: "#231A24";
1019
- readonly __IS_SAMPLE_COLOR__: 1;
1020
- }, {
1021
- readonly id: 91;
1022
- readonly label: "RAL 5012";
1023
- readonly color: "#3B83BD";
1024
- readonly __IS_SAMPLE_COLOR__: 1;
1025
- }, {
1026
- readonly id: 92;
1027
- readonly label: "RAL 5013";
1028
- readonly color: "#1E213D";
1029
- readonly __IS_SAMPLE_COLOR__: 1;
1030
- }, {
1031
- readonly id: 93;
1032
- readonly label: "RAL 5014";
1033
- readonly color: "#606E8C";
1034
- readonly __IS_SAMPLE_COLOR__: 1;
1035
- }, {
1036
- readonly id: 94;
1037
- readonly label: "RAL 5015";
1038
- readonly color: "#2271B3";
1039
- readonly __IS_SAMPLE_COLOR__: 1;
1040
- }, {
1041
- readonly id: 95;
1042
- readonly label: "RAL 5017";
1043
- readonly color: "#063971";
1044
- readonly __IS_SAMPLE_COLOR__: 1;
1045
- }, {
1046
- readonly id: 96;
1047
- readonly label: "RAL 5018";
1048
- readonly color: "#3F888F";
1049
- readonly __IS_SAMPLE_COLOR__: 1;
1050
- }, {
1051
- readonly id: 97;
1052
- readonly label: "RAL 5019";
1053
- readonly color: "#1B5583";
1054
- readonly __IS_SAMPLE_COLOR__: 1;
1055
- }, {
1056
- readonly id: 98;
1057
- readonly label: "RAL 5020";
1058
- readonly color: "#1D334A";
1059
- readonly __IS_SAMPLE_COLOR__: 1;
1060
- }, {
1061
- readonly id: 99;
1062
- readonly label: "RAL 5021";
1063
- readonly color: "#256D7B";
1064
- readonly __IS_SAMPLE_COLOR__: 1;
1065
- }, {
1066
- readonly id: 100;
1067
- readonly label: "RAL 5022";
1068
- readonly color: "#252850";
1069
- readonly __IS_SAMPLE_COLOR__: 1;
1070
- }, {
1071
- readonly id: 101;
1072
- readonly label: "RAL 5023";
1073
- readonly color: "#49678D";
1074
- readonly __IS_SAMPLE_COLOR__: 1;
1075
- }, {
1076
- readonly id: 102;
1077
- readonly label: "RAL 5024";
1078
- readonly color: "#5D9B9B";
1079
- readonly __IS_SAMPLE_COLOR__: 1;
1080
- }, {
1081
- readonly id: 103;
1082
- readonly label: "RAL 5025";
1083
- readonly color: "#2A6478";
1084
- readonly __IS_SAMPLE_COLOR__: 1;
1085
- }, {
1086
- readonly id: 104;
1087
- readonly label: "RAL 5026";
1088
- readonly color: "#102C54";
1089
- readonly __IS_SAMPLE_COLOR__: 1;
1090
- }];
1091
- }, {
1092
- readonly id: "ral_6000";
1093
- readonly label: "colors-groups.ral_6000";
1094
- readonly materials: readonly [{
1095
- readonly id: 105;
1096
- readonly label: "RAL 6000";
1097
- readonly color: "#316650";
1098
- readonly __IS_SAMPLE_COLOR__: 1;
1099
- }, {
1100
- readonly id: 106;
1101
- readonly label: "RAL 6001";
1102
- readonly color: "#287233";
1103
- readonly __IS_SAMPLE_COLOR__: 1;
1104
- }, {
1105
- readonly id: 107;
1106
- readonly label: "RAL 6002";
1107
- readonly color: "#2D572C";
1108
- readonly __IS_SAMPLE_COLOR__: 1;
1109
- }, {
1110
- readonly id: 108;
1111
- readonly label: "RAL 6003";
1112
- readonly color: "#424632";
1113
- readonly __IS_SAMPLE_COLOR__: 1;
1114
- }, {
1115
- readonly id: 109;
1116
- readonly label: "RAL 6004";
1117
- readonly color: "#1F3A3D";
1118
- readonly __IS_SAMPLE_COLOR__: 1;
1119
- }, {
1120
- readonly id: 110;
1121
- readonly label: "RAL 6005";
1122
- readonly color: "#2F4538";
1123
- readonly __IS_SAMPLE_COLOR__: 1;
1124
- }, {
1125
- readonly id: 111;
1126
- readonly label: "RAL 6006";
1127
- readonly color: "#3E3B32";
1128
- readonly __IS_SAMPLE_COLOR__: 1;
1129
- }, {
1130
- readonly id: 112;
1131
- readonly label: "RAL 6007";
1132
- readonly color: "#343B29";
1133
- readonly __IS_SAMPLE_COLOR__: 1;
1134
- }, {
1135
- readonly id: 113;
1136
- readonly label: "RAL 6008";
1137
- readonly color: "#39352A";
1138
- readonly __IS_SAMPLE_COLOR__: 1;
1139
- }, {
1140
- readonly id: 114;
1141
- readonly label: "RAL 6009";
1142
- readonly color: "#31372B";
1143
- readonly __IS_SAMPLE_COLOR__: 1;
1144
- }, {
1145
- readonly id: 115;
1146
- readonly label: "RAL 6010";
1147
- readonly color: "#35682D";
1148
- readonly __IS_SAMPLE_COLOR__: 1;
1149
- }, {
1150
- readonly id: 116;
1151
- readonly label: "RAL 6011";
1152
- readonly color: "#587246";
1153
- readonly __IS_SAMPLE_COLOR__: 1;
1154
- }, {
1155
- readonly id: 117;
1156
- readonly label: "RAL 6012";
1157
- readonly color: "#343E40";
1158
- readonly __IS_SAMPLE_COLOR__: 1;
1159
- }, {
1160
- readonly id: 118;
1161
- readonly label: "RAL 6013";
1162
- readonly color: "#6C7156";
1163
- readonly __IS_SAMPLE_COLOR__: 1;
1164
- }, {
1165
- readonly id: 119;
1166
- readonly label: "RAL 6014";
1167
- readonly color: "#47402E";
1168
- readonly __IS_SAMPLE_COLOR__: 1;
1169
- }, {
1170
- readonly id: 120;
1171
- readonly label: "RAL 6015";
1172
- readonly color: "#3B3C36";
1173
- readonly __IS_SAMPLE_COLOR__: 1;
1174
- }, {
1175
- readonly id: 121;
1176
- readonly label: "RAL 6016";
1177
- readonly color: "#1E5945";
1178
- readonly __IS_SAMPLE_COLOR__: 1;
1179
- }, {
1180
- readonly id: 122;
1181
- readonly label: "RAL 6017";
1182
- readonly color: "#4C9141";
1183
- readonly __IS_SAMPLE_COLOR__: 1;
1184
- }, {
1185
- readonly id: 123;
1186
- readonly label: "RAL 6018";
1187
- readonly color: "#57A639";
1188
- readonly __IS_SAMPLE_COLOR__: 1;
1189
- }, {
1190
- readonly id: 124;
1191
- readonly label: "RAL 6019";
1192
- readonly color: "#BDECB6";
1193
- readonly __IS_SAMPLE_COLOR__: 1;
1194
- }, {
1195
- readonly id: 125;
1196
- readonly label: "RAL 6020";
1197
- readonly color: "#2E3A23";
1198
- readonly __IS_SAMPLE_COLOR__: 1;
1199
- }, {
1200
- readonly id: 126;
1201
- readonly label: "RAL 6021";
1202
- readonly color: "#89AC76";
1203
- readonly __IS_SAMPLE_COLOR__: 1;
1204
- }, {
1205
- readonly id: 127;
1206
- readonly label: "RAL 6022";
1207
- readonly color: "#25221B";
1208
- readonly __IS_SAMPLE_COLOR__: 1;
1209
- }, {
1210
- readonly id: 128;
1211
- readonly label: "RAL 6024";
1212
- readonly color: "#308446";
1213
- readonly __IS_SAMPLE_COLOR__: 1;
1214
- }, {
1215
- readonly id: 129;
1216
- readonly label: "RAL 6025";
1217
- readonly color: "#3D642D";
1218
- readonly __IS_SAMPLE_COLOR__: 1;
1219
- }, {
1220
- readonly id: 130;
1221
- readonly label: "RAL 6026";
1222
- readonly color: "#015D52";
1223
- readonly __IS_SAMPLE_COLOR__: 1;
1224
- }, {
1225
- readonly id: 131;
1226
- readonly label: "RAL 6027";
1227
- readonly color: "#84C3BE";
1228
- readonly __IS_SAMPLE_COLOR__: 1;
1229
- }, {
1230
- readonly id: 132;
1231
- readonly label: "RAL 6028";
1232
- readonly color: "#2C5545";
1233
- readonly __IS_SAMPLE_COLOR__: 1;
1234
- }, {
1235
- readonly id: 133;
1236
- readonly label: "RAL 6029";
1237
- readonly color: "#20603D";
1238
- readonly __IS_SAMPLE_COLOR__: 1;
1239
- }, {
1240
- readonly id: 134;
1241
- readonly label: "RAL 6032";
1242
- readonly color: "#317F43";
1243
- readonly __IS_SAMPLE_COLOR__: 1;
1244
- }, {
1245
- readonly id: 135;
1246
- readonly label: "RAL 6033";
1247
- readonly color: "#497E76";
1248
- readonly __IS_SAMPLE_COLOR__: 1;
1249
- }, {
1250
- readonly id: 136;
1251
- readonly label: "RAL 6034";
1252
- readonly color: "#7FB5B5";
1253
- readonly __IS_SAMPLE_COLOR__: 1;
1254
- }, {
1255
- readonly id: 137;
1256
- readonly label: "RAL 6035";
1257
- readonly color: "#1C542D";
1258
- readonly __IS_SAMPLE_COLOR__: 1;
1259
- }, {
1260
- readonly id: 138;
1261
- readonly label: "RAL 6036";
1262
- readonly color: "#193737";
1263
- readonly __IS_SAMPLE_COLOR__: 1;
1264
- }, {
1265
- readonly id: 139;
1266
- readonly label: "RAL 6037";
1267
- readonly color: "#008F39";
1268
- readonly __IS_SAMPLE_COLOR__: 1;
1269
- }, {
1270
- readonly id: 140;
1271
- readonly label: "RAL 6038";
1272
- readonly color: "#00BB2D";
1273
- readonly __IS_SAMPLE_COLOR__: 1;
1274
- }];
1275
- }, {
1276
- readonly id: "ral_8000";
1277
- readonly label: "colors-groups.ral_8000";
1278
- readonly materials: readonly [{
1279
- readonly id: 179;
1280
- readonly label: "RAL 8000";
1281
- readonly color: "#826C34";
1282
- readonly __IS_SAMPLE_COLOR__: 1;
1283
- }, {
1284
- readonly id: 180;
1285
- readonly label: "RAL 8001";
1286
- readonly color: "#955F20";
1287
- readonly __IS_SAMPLE_COLOR__: 1;
1288
- }, {
1289
- readonly id: 181;
1290
- readonly label: "RAL 8002";
1291
- readonly color: "#6C3B2A";
1292
- readonly __IS_SAMPLE_COLOR__: 1;
1293
- }, {
1294
- readonly id: 182;
1295
- readonly label: "RAL 8003";
1296
- readonly color: "#734222";
1297
- readonly __IS_SAMPLE_COLOR__: 1;
1298
- }, {
1299
- readonly id: 183;
1300
- readonly label: "RAL 8004";
1301
- readonly color: "#8E402A";
1302
- readonly __IS_SAMPLE_COLOR__: 1;
1303
- }, {
1304
- readonly id: 184;
1305
- readonly label: "RAL 8007";
1306
- readonly color: "#59351F";
1307
- readonly __IS_SAMPLE_COLOR__: 1;
1308
- }, {
1309
- readonly id: 185;
1310
- readonly label: "RAL 8008";
1311
- readonly color: "#6F4F28";
1312
- readonly __IS_SAMPLE_COLOR__: 1;
1313
- }, {
1314
- readonly id: 186;
1315
- readonly label: "RAL 8011";
1316
- readonly color: "#5B3A29";
1317
- readonly __IS_SAMPLE_COLOR__: 1;
1318
- }, {
1319
- readonly id: 187;
1320
- readonly label: "RAL 8012";
1321
- readonly color: "#592321";
1322
- readonly __IS_SAMPLE_COLOR__: 1;
1323
- }, {
1324
- readonly id: 188;
1325
- readonly label: "RAL 8014";
1326
- readonly color: "#382C1E";
1327
- readonly __IS_SAMPLE_COLOR__: 1;
1328
- }, {
1329
- readonly id: 189;
1330
- readonly label: "RAL 8015";
1331
- readonly color: "#633A34";
1332
- readonly __IS_SAMPLE_COLOR__: 1;
1333
- }, {
1334
- readonly id: 190;
1335
- readonly label: "RAL 8016";
1336
- readonly color: "#4C2F27";
1337
- readonly __IS_SAMPLE_COLOR__: 1;
1338
- }, {
1339
- readonly id: 191;
1340
- readonly label: "RAL 8017";
1341
- readonly color: "#45322E";
1342
- readonly __IS_SAMPLE_COLOR__: 1;
1343
- }, {
1344
- readonly id: 192;
1345
- readonly label: "RAL 8019";
1346
- readonly color: "#403A3A";
1347
- readonly __IS_SAMPLE_COLOR__: 1;
1348
- }, {
1349
- readonly id: 193;
1350
- readonly label: "RAL 8022";
1351
- readonly color: "#212121";
1352
- readonly __IS_SAMPLE_COLOR__: 1;
1353
- }, {
1354
- readonly id: 194;
1355
- readonly label: "RAL 8023";
1356
- readonly color: "#A65E2E";
1357
- readonly __IS_SAMPLE_COLOR__: 1;
1358
- }, {
1359
- readonly id: 195;
1360
- readonly label: "RAL 8024";
1361
- readonly color: "#79553D";
1362
- readonly __IS_SAMPLE_COLOR__: 1;
1363
- }, {
1364
- readonly id: 196;
1365
- readonly label: "RAL 8025";
1366
- readonly color: "#755C48";
1367
- readonly __IS_SAMPLE_COLOR__: 1;
1368
- }, {
1369
- readonly id: 197;
1370
- readonly label: "RAL 8028";
1371
- readonly color: "#4E3B31";
1372
- readonly __IS_SAMPLE_COLOR__: 1;
1373
- }, {
1374
- readonly id: 198;
1375
- readonly label: "RAL 8029";
1376
- readonly color: "#763C28";
1377
- readonly __IS_SAMPLE_COLOR__: 1;
1378
- }];
1379
- }];
278
+ groups: Array<RapiMaterialGroup> | import('../../../../planner/components/overlays/rooms/utils/ral-colors').AllSampleMaterials;
1380
279
  isExpanded?: boolean;
1381
280
  onExpand?: () => void;
1382
281
  onCollapse?: (_payload: MouseEvent) => void;
1383
- onSetColor?: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>, key?: string, isCustomColor?: boolean) => void | Promise<void>;
1384
- value?: import('../../../composables/use-core-bound-value').MinimalBoundValue<any>;
282
+ onSetColor?: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../planner/business-logic/rooms').MaterialsForObjects>, key?: string, isCustomColor?: boolean) => void | Promise<void>;
283
+ value?: import('../../../composables/use-core-bound-value').MinimalBoundValue<import('../../../utils/types').Nullable<import('../../../../planner/business-logic/rooms').MaterialsForObjects | KernelWallMaterial | KernelFloorMaterial>>;
1385
284
  label?: string;
1386
285
  originalPayload?: any;
1387
286
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
1388
- groups: RapiMaterialGroup[] | readonly [{
1389
- readonly id: "ral_9000";
1390
- readonly label: "colors-groups.ral_9000";
1391
- readonly materials: readonly [{
1392
- readonly id: 199;
1393
- readonly label: "RAL 9001";
1394
- readonly color: "#FDF4E3";
1395
- readonly __IS_SAMPLE_COLOR__: 1;
1396
- }, {
1397
- readonly id: 200;
1398
- readonly label: "RAL 9002";
1399
- readonly color: "#E7EBDA";
1400
- readonly __IS_SAMPLE_COLOR__: 1;
1401
- }, {
1402
- readonly id: 201;
1403
- readonly label: "RAL 9003";
1404
- readonly color: "#F4F4F4";
1405
- readonly __IS_SAMPLE_COLOR__: 1;
1406
- }, {
1407
- readonly id: 202;
1408
- readonly label: "RAL 9004";
1409
- readonly color: "#282828";
1410
- readonly __IS_SAMPLE_COLOR__: 1;
1411
- }, {
1412
- readonly id: 203;
1413
- readonly label: "RAL 9005";
1414
- readonly color: "#0A0A0A";
1415
- readonly __IS_SAMPLE_COLOR__: 1;
1416
- }, {
1417
- readonly id: 204;
1418
- readonly label: "RAL 9006";
1419
- readonly color: "#A5A5A5";
1420
- readonly __IS_SAMPLE_COLOR__: 1;
1421
- }, {
1422
- readonly id: 205;
1423
- readonly label: "RAL 9007";
1424
- readonly color: "#8F8F8F";
1425
- readonly __IS_SAMPLE_COLOR__: 1;
1426
- }, {
1427
- readonly id: 206;
1428
- readonly label: "RAL 9010";
1429
- readonly color: "#FFFFFF";
1430
- readonly __IS_SAMPLE_COLOR__: 1;
1431
- }, {
1432
- readonly id: 207;
1433
- readonly label: "RAL 9011";
1434
- readonly color: "#1C1C1C";
1435
- readonly __IS_SAMPLE_COLOR__: 1;
1436
- }, {
1437
- readonly id: 208;
1438
- readonly label: "RAL 9016";
1439
- readonly color: "#F6F6F6";
1440
- readonly __IS_SAMPLE_COLOR__: 1;
1441
- }, {
1442
- readonly id: 209;
1443
- readonly label: "RAL 9017";
1444
- readonly color: "#1E1E1E";
1445
- readonly __IS_SAMPLE_COLOR__: 1;
1446
- }, {
1447
- readonly id: 210;
1448
- readonly label: "RAL 9018";
1449
- readonly color: "#D7D7D7";
1450
- readonly __IS_SAMPLE_COLOR__: 1;
1451
- }, {
1452
- readonly id: 211;
1453
- readonly label: "RAL 9022";
1454
- readonly color: "#9C9C9C";
1455
- readonly __IS_SAMPLE_COLOR__: 1;
1456
- }, {
1457
- readonly id: 212;
1458
- readonly label: "RAL 9023";
1459
- readonly color: "#828282";
1460
- readonly __IS_SAMPLE_COLOR__: 1;
1461
- }];
1462
- }, {
1463
- readonly id: "ral_7000";
1464
- readonly label: "colors-groups.ral_7000";
1465
- readonly materials: readonly [{
1466
- readonly id: 141;
1467
- readonly label: "RAL 7000";
1468
- readonly color: "#78858B";
1469
- readonly __IS_SAMPLE_COLOR__: 1;
1470
- }, {
1471
- readonly id: 142;
1472
- readonly label: "RAL 7001";
1473
- readonly color: "#8A9597";
1474
- readonly __IS_SAMPLE_COLOR__: 1;
1475
- }, {
1476
- readonly id: 143;
1477
- readonly label: "RAL 7002";
1478
- readonly color: "#7E7B52";
1479
- readonly __IS_SAMPLE_COLOR__: 1;
1480
- }, {
1481
- readonly id: 144;
1482
- readonly label: "RAL 7003";
1483
- readonly color: "#6C7059";
1484
- readonly __IS_SAMPLE_COLOR__: 1;
1485
- }, {
1486
- readonly id: 145;
1487
- readonly label: "RAL 7004";
1488
- readonly color: "#969992";
1489
- readonly __IS_SAMPLE_COLOR__: 1;
1490
- }, {
1491
- readonly id: 146;
1492
- readonly label: "RAL 7005";
1493
- readonly color: "#646B63";
1494
- readonly __IS_SAMPLE_COLOR__: 1;
1495
- }, {
1496
- readonly id: 147;
1497
- readonly label: "RAL 7006";
1498
- readonly color: "#6D6552";
1499
- readonly __IS_SAMPLE_COLOR__: 1;
1500
- }, {
1501
- readonly id: 148;
1502
- readonly label: "RAL 7008";
1503
- readonly color: "#6A5F31";
1504
- readonly __IS_SAMPLE_COLOR__: 1;
1505
- }, {
1506
- readonly id: 149;
1507
- readonly label: "RAL 7009";
1508
- readonly color: "#4D5645";
1509
- readonly __IS_SAMPLE_COLOR__: 1;
1510
- }, {
1511
- readonly id: 150;
1512
- readonly label: "RAL 7010";
1513
- readonly color: "#4C514A";
1514
- readonly __IS_SAMPLE_COLOR__: 1;
1515
- }, {
1516
- readonly id: 151;
1517
- readonly label: "RAL 7011";
1518
- readonly color: "#434B4D";
1519
- readonly __IS_SAMPLE_COLOR__: 1;
1520
- }, {
1521
- readonly id: 152;
1522
- readonly label: "RAL 7012";
1523
- readonly color: "#4E5754";
1524
- readonly __IS_SAMPLE_COLOR__: 1;
1525
- }, {
1526
- readonly id: 153;
1527
- readonly label: "RAL 7013";
1528
- readonly color: "#464531";
1529
- readonly __IS_SAMPLE_COLOR__: 1;
1530
- }, {
1531
- readonly id: 154;
1532
- readonly label: "RAL 7015";
1533
- readonly color: "#434750";
1534
- readonly __IS_SAMPLE_COLOR__: 1;
1535
- }, {
1536
- readonly id: 155;
1537
- readonly label: "RAL 7016";
1538
- readonly color: "#293133";
1539
- readonly __IS_SAMPLE_COLOR__: 1;
1540
- }, {
1541
- readonly id: 156;
1542
- readonly label: "RAL 7021";
1543
- readonly color: "#23282B";
1544
- readonly __IS_SAMPLE_COLOR__: 1;
1545
- }, {
1546
- readonly id: 157;
1547
- readonly label: "RAL 7022";
1548
- readonly color: "#332F2C";
1549
- readonly __IS_SAMPLE_COLOR__: 1;
1550
- }, {
1551
- readonly id: 158;
1552
- readonly label: "RAL 7023";
1553
- readonly color: "#686C5E";
1554
- readonly __IS_SAMPLE_COLOR__: 1;
1555
- }, {
1556
- readonly id: 159;
1557
- readonly label: "RAL 7024";
1558
- readonly color: "#474A51";
1559
- readonly __IS_SAMPLE_COLOR__: 1;
1560
- }, {
1561
- readonly id: 160;
1562
- readonly label: "RAL 7026";
1563
- readonly color: "#2F353B";
1564
- readonly __IS_SAMPLE_COLOR__: 1;
1565
- }, {
1566
- readonly id: 161;
1567
- readonly label: "RAL 7030";
1568
- readonly color: "#8B8C7A";
1569
- readonly __IS_SAMPLE_COLOR__: 1;
1570
- }, {
1571
- readonly id: 162;
1572
- readonly label: "RAL 7031";
1573
- readonly color: "#474B4E";
1574
- readonly __IS_SAMPLE_COLOR__: 1;
1575
- }, {
1576
- readonly id: 163;
1577
- readonly label: "RAL 7032";
1578
- readonly color: "#B8B799";
1579
- readonly __IS_SAMPLE_COLOR__: 1;
1580
- }, {
1581
- readonly id: 164;
1582
- readonly label: "RAL 7033";
1583
- readonly color: "#7D8471";
1584
- readonly __IS_SAMPLE_COLOR__: 1;
1585
- }, {
1586
- readonly id: 165;
1587
- readonly label: "RAL 7034";
1588
- readonly color: "#8F8B66";
1589
- readonly __IS_SAMPLE_COLOR__: 1;
1590
- }, {
1591
- readonly id: 166;
1592
- readonly label: "RAL 7035";
1593
- readonly color: "#D7D7D7";
1594
- readonly __IS_SAMPLE_COLOR__: 1;
1595
- }, {
1596
- readonly id: 167;
1597
- readonly label: "RAL 7036";
1598
- readonly color: "#7F7679";
1599
- readonly __IS_SAMPLE_COLOR__: 1;
1600
- }, {
1601
- readonly id: 168;
1602
- readonly label: "RAL 7037";
1603
- readonly color: "#7D7F7D";
1604
- readonly __IS_SAMPLE_COLOR__: 1;
1605
- }, {
1606
- readonly id: 169;
1607
- readonly label: "RAL 7038";
1608
- readonly color: "#B5B8B1";
1609
- readonly __IS_SAMPLE_COLOR__: 1;
1610
- }, {
1611
- readonly id: 170;
1612
- readonly label: "RAL 7039";
1613
- readonly color: "#6C6960";
1614
- readonly __IS_SAMPLE_COLOR__: 1;
1615
- }, {
1616
- readonly id: 171;
1617
- readonly label: "RAL 7040";
1618
- readonly color: "#9DA1AA";
1619
- readonly __IS_SAMPLE_COLOR__: 1;
1620
- }, {
1621
- readonly id: 172;
1622
- readonly label: "RAL 7042";
1623
- readonly color: "#8D948D";
1624
- readonly __IS_SAMPLE_COLOR__: 1;
1625
- }, {
1626
- readonly id: 173;
1627
- readonly label: "RAL 7043";
1628
- readonly color: "#4E5452";
1629
- readonly __IS_SAMPLE_COLOR__: 1;
1630
- }, {
1631
- readonly id: 174;
1632
- readonly label: "RAL 7044";
1633
- readonly color: "#CAC4B0";
1634
- readonly __IS_SAMPLE_COLOR__: 1;
1635
- }, {
1636
- readonly id: 175;
1637
- readonly label: "RAL 7045";
1638
- readonly color: "#909090";
1639
- readonly __IS_SAMPLE_COLOR__: 1;
1640
- }, {
1641
- readonly id: 176;
1642
- readonly label: "RAL 7046";
1643
- readonly color: "#82898F";
1644
- readonly __IS_SAMPLE_COLOR__: 1;
1645
- }, {
1646
- readonly id: 177;
1647
- readonly label: "RAL 7047";
1648
- readonly color: "#D0D0D0";
1649
- readonly __IS_SAMPLE_COLOR__: 1;
1650
- }, {
1651
- readonly id: 178;
1652
- readonly label: "RAL 7048";
1653
- readonly color: "#898176";
1654
- readonly __IS_SAMPLE_COLOR__: 1;
1655
- }];
1656
- }, {
1657
- readonly id: "ral_1000";
1658
- readonly label: "colors-groups.ral_1000";
1659
- readonly materials: readonly [{
1660
- readonly id: 0;
1661
- readonly label: "RAL 1000";
1662
- readonly color: "#BEBD7F";
1663
- readonly __IS_SAMPLE_COLOR__: 1;
1664
- }, {
1665
- readonly id: 1;
1666
- readonly label: "RAL 1001";
1667
- readonly color: "#C2B078";
1668
- readonly __IS_SAMPLE_COLOR__: 1;
1669
- }, {
1670
- readonly id: 2;
1671
- readonly label: "RAL 1002";
1672
- readonly color: "#C6A664";
1673
- readonly __IS_SAMPLE_COLOR__: 1;
1674
- }, {
1675
- readonly id: 3;
1676
- readonly label: "RAL 1003";
1677
- readonly color: "#E5BE01";
1678
- readonly __IS_SAMPLE_COLOR__: 1;
1679
- }, {
1680
- readonly id: 4;
1681
- readonly label: "RAL 1004";
1682
- readonly color: "#CDA434";
1683
- readonly __IS_SAMPLE_COLOR__: 1;
1684
- }, {
1685
- readonly id: 5;
1686
- readonly label: "RAL 1005";
1687
- readonly color: "#A98307";
1688
- readonly __IS_SAMPLE_COLOR__: 1;
1689
- }, {
1690
- readonly id: 6;
1691
- readonly label: "RAL 1006";
1692
- readonly color: "#E4A010";
1693
- readonly __IS_SAMPLE_COLOR__: 1;
1694
- }, {
1695
- readonly id: 7;
1696
- readonly label: "RAL 1007";
1697
- readonly color: "#DC9D00";
1698
- readonly __IS_SAMPLE_COLOR__: 1;
1699
- }, {
1700
- readonly id: 8;
1701
- readonly label: "RAL 1011";
1702
- readonly color: "#8A6642";
1703
- readonly __IS_SAMPLE_COLOR__: 1;
1704
- }, {
1705
- readonly id: 9;
1706
- readonly label: "RAL 1012";
1707
- readonly color: "#C7B446";
1708
- readonly __IS_SAMPLE_COLOR__: 1;
1709
- }, {
1710
- readonly id: 10;
1711
- readonly label: "RAL 1013";
1712
- readonly color: "#EAE6CA";
1713
- readonly __IS_SAMPLE_COLOR__: 1;
1714
- }, {
1715
- readonly id: 11;
1716
- readonly label: "RAL 1014";
1717
- readonly color: "#E1CC4F";
1718
- readonly __IS_SAMPLE_COLOR__: 1;
1719
- }, {
1720
- readonly id: 12;
1721
- readonly label: "RAL 1015";
1722
- readonly color: "#E6D690";
1723
- readonly __IS_SAMPLE_COLOR__: 1;
1724
- }, {
1725
- readonly id: 13;
1726
- readonly label: "RAL 1016";
1727
- readonly color: "#EDFF21";
1728
- readonly __IS_SAMPLE_COLOR__: 1;
1729
- }, {
1730
- readonly id: 14;
1731
- readonly label: "RAL 1017";
1732
- readonly color: "#F5D033";
1733
- readonly __IS_SAMPLE_COLOR__: 1;
1734
- }, {
1735
- readonly id: 15;
1736
- readonly label: "RAL 1018";
1737
- readonly color: "#F8F32B";
1738
- readonly __IS_SAMPLE_COLOR__: 1;
1739
- }, {
1740
- readonly id: 16;
1741
- readonly label: "RAL 1019";
1742
- readonly color: "#9E9764";
1743
- readonly __IS_SAMPLE_COLOR__: 1;
1744
- }, {
1745
- readonly id: 17;
1746
- readonly label: "RAL 1020";
1747
- readonly color: "#999950";
1748
- readonly __IS_SAMPLE_COLOR__: 1;
1749
- }, {
1750
- readonly id: 18;
1751
- readonly label: "RAL 1021";
1752
- readonly color: "#F3DA0B";
1753
- readonly __IS_SAMPLE_COLOR__: 1;
1754
- }, {
1755
- readonly id: 19;
1756
- readonly label: "RAL 1023";
1757
- readonly color: "#FAD201";
1758
- readonly __IS_SAMPLE_COLOR__: 1;
1759
- }, {
1760
- readonly id: 20;
1761
- readonly label: "RAL 1024";
1762
- readonly color: "#AEA04B";
1763
- readonly __IS_SAMPLE_COLOR__: 1;
1764
- }, {
1765
- readonly id: 21;
1766
- readonly label: "RAL 1026";
1767
- readonly color: "#FFFF00";
1768
- readonly __IS_SAMPLE_COLOR__: 1;
1769
- }, {
1770
- readonly id: 22;
1771
- readonly label: "RAL 1027";
1772
- readonly color: "#9D9101";
1773
- readonly __IS_SAMPLE_COLOR__: 1;
1774
- }, {
1775
- readonly id: 23;
1776
- readonly label: "RAL 1028";
1777
- readonly color: "#F4A900";
1778
- readonly __IS_SAMPLE_COLOR__: 1;
1779
- }, {
1780
- readonly id: 24;
1781
- readonly label: "RAL 1032";
1782
- readonly color: "#D6AE01";
1783
- readonly __IS_SAMPLE_COLOR__: 1;
1784
- }, {
1785
- readonly id: 25;
1786
- readonly label: "RAL 1033";
1787
- readonly color: "#F3A505";
1788
- readonly __IS_SAMPLE_COLOR__: 1;
1789
- }, {
1790
- readonly id: 26;
1791
- readonly label: "RAL 1034";
1792
- readonly color: "#EFA94A";
1793
- readonly __IS_SAMPLE_COLOR__: 1;
1794
- }, {
1795
- readonly id: 27;
1796
- readonly label: "RAL 1035";
1797
- readonly color: "#6A5D4D";
1798
- readonly __IS_SAMPLE_COLOR__: 1;
1799
- }, {
1800
- readonly id: 28;
1801
- readonly label: "RAL 1036";
1802
- readonly color: "#705335";
1803
- readonly __IS_SAMPLE_COLOR__: 1;
1804
- }, {
1805
- readonly id: 29;
1806
- readonly label: "RAL 1037";
1807
- readonly color: "#F39F18";
1808
- readonly __IS_SAMPLE_COLOR__: 1;
1809
- }];
1810
- }, {
1811
- readonly id: "ral_2000";
1812
- readonly label: "colors-groups.ral_2000";
1813
- readonly materials: readonly [{
1814
- readonly id: 30;
1815
- readonly label: "RAL 2000";
1816
- readonly color: "#ED760E";
1817
- readonly __IS_SAMPLE_COLOR__: 1;
1818
- }, {
1819
- readonly id: 31;
1820
- readonly label: "RAL 2001";
1821
- readonly color: "#C93C20";
1822
- readonly __IS_SAMPLE_COLOR__: 1;
1823
- }, {
1824
- readonly id: 32;
1825
- readonly label: "RAL 2002";
1826
- readonly color: "#CB2821";
1827
- readonly __IS_SAMPLE_COLOR__: 1;
1828
- }, {
1829
- readonly id: 33;
1830
- readonly label: "RAL 2003";
1831
- readonly color: "#FF7514";
1832
- readonly __IS_SAMPLE_COLOR__: 1;
1833
- }, {
1834
- readonly id: 34;
1835
- readonly label: "RAL 2004";
1836
- readonly color: "#F44611";
1837
- readonly __IS_SAMPLE_COLOR__: 1;
1838
- }, {
1839
- readonly id: 35;
1840
- readonly label: "RAL 2005";
1841
- readonly color: "#FF2301";
1842
- readonly __IS_SAMPLE_COLOR__: 1;
1843
- }, {
1844
- readonly id: 36;
1845
- readonly label: "RAL 2007";
1846
- readonly color: "#FFA420";
1847
- readonly __IS_SAMPLE_COLOR__: 1;
1848
- }, {
1849
- readonly id: 37;
1850
- readonly label: "RAL 2008";
1851
- readonly color: "#F75E25";
1852
- readonly __IS_SAMPLE_COLOR__: 1;
1853
- }, {
1854
- readonly id: 38;
1855
- readonly label: "RAL 2009";
1856
- readonly color: "#F54021";
1857
- readonly __IS_SAMPLE_COLOR__: 1;
1858
- }, {
1859
- readonly id: 39;
1860
- readonly label: "RAL 2010";
1861
- readonly color: "#D84B20";
1862
- readonly __IS_SAMPLE_COLOR__: 1;
1863
- }, {
1864
- readonly id: 40;
1865
- readonly label: "RAL 2011";
1866
- readonly color: "#EC7C26";
1867
- readonly __IS_SAMPLE_COLOR__: 1;
1868
- }, {
1869
- readonly id: 41;
1870
- readonly label: "RAL 2012";
1871
- readonly color: "#E55137";
1872
- readonly __IS_SAMPLE_COLOR__: 1;
1873
- }, {
1874
- readonly id: 42;
1875
- readonly label: "RAL 2013";
1876
- readonly color: "#C35831";
1877
- readonly __IS_SAMPLE_COLOR__: 1;
1878
- }];
1879
- }, {
1880
- readonly id: "ral_3000";
1881
- readonly label: "colors-groups.ral_3000";
1882
- readonly materials: readonly [{
1883
- readonly id: 43;
1884
- readonly label: "RAL 3000";
1885
- readonly color: "#AF2B1E";
1886
- readonly __IS_SAMPLE_COLOR__: 1;
1887
- }, {
1888
- readonly id: 44;
1889
- readonly label: "RAL 3001";
1890
- readonly color: "#A52019";
1891
- readonly __IS_SAMPLE_COLOR__: 1;
1892
- }, {
1893
- readonly id: 45;
1894
- readonly label: "RAL 3002";
1895
- readonly color: "#A2231D";
1896
- readonly __IS_SAMPLE_COLOR__: 1;
1897
- }, {
1898
- readonly id: 46;
1899
- readonly label: "RAL 3003";
1900
- readonly color: "#9B111E";
1901
- readonly __IS_SAMPLE_COLOR__: 1;
1902
- }, {
1903
- readonly id: 47;
1904
- readonly label: "RAL 3004";
1905
- readonly color: "#75151E";
1906
- readonly __IS_SAMPLE_COLOR__: 1;
1907
- }, {
1908
- readonly id: 48;
1909
- readonly label: "RAL 3005";
1910
- readonly color: "#5E2129";
1911
- readonly __IS_SAMPLE_COLOR__: 1;
1912
- }, {
1913
- readonly id: 49;
1914
- readonly label: "RAL 3007";
1915
- readonly color: "#412227";
1916
- readonly __IS_SAMPLE_COLOR__: 1;
1917
- }, {
1918
- readonly id: 50;
1919
- readonly label: "RAL 3009";
1920
- readonly color: "#642424";
1921
- readonly __IS_SAMPLE_COLOR__: 1;
1922
- }, {
1923
- readonly id: 51;
1924
- readonly label: "RAL 3011";
1925
- readonly color: "#781F19";
1926
- readonly __IS_SAMPLE_COLOR__: 1;
1927
- }, {
1928
- readonly id: 52;
1929
- readonly label: "RAL 3012";
1930
- readonly color: "#C1876B";
1931
- readonly __IS_SAMPLE_COLOR__: 1;
1932
- }, {
1933
- readonly id: 53;
1934
- readonly label: "RAL 3013";
1935
- readonly color: "#A12312";
1936
- readonly __IS_SAMPLE_COLOR__: 1;
1937
- }, {
1938
- readonly id: 54;
1939
- readonly label: "RAL 3014";
1940
- readonly color: "#D36E70";
1941
- readonly __IS_SAMPLE_COLOR__: 1;
1942
- }, {
1943
- readonly id: 55;
1944
- readonly label: "RAL 3015";
1945
- readonly color: "#EA899A";
1946
- readonly __IS_SAMPLE_COLOR__: 1;
1947
- }, {
1948
- readonly id: 56;
1949
- readonly label: "RAL 3016";
1950
- readonly color: "#B32821";
1951
- readonly __IS_SAMPLE_COLOR__: 1;
1952
- }, {
1953
- readonly id: 57;
1954
- readonly label: "RAL 3017";
1955
- readonly color: "#E63244";
1956
- readonly __IS_SAMPLE_COLOR__: 1;
1957
- }, {
1958
- readonly id: 58;
1959
- readonly label: "RAL 3018";
1960
- readonly color: "#D53032";
1961
- readonly __IS_SAMPLE_COLOR__: 1;
1962
- }, {
1963
- readonly id: 59;
1964
- readonly label: "RAL 3020";
1965
- readonly color: "#CC0605";
1966
- readonly __IS_SAMPLE_COLOR__: 1;
1967
- }, {
1968
- readonly id: 60;
1969
- readonly label: "RAL 3022";
1970
- readonly color: "#D95030";
1971
- readonly __IS_SAMPLE_COLOR__: 1;
1972
- }, {
1973
- readonly id: 61;
1974
- readonly label: "RAL 3024";
1975
- readonly color: "#F80000";
1976
- readonly __IS_SAMPLE_COLOR__: 1;
1977
- }, {
1978
- readonly id: 62;
1979
- readonly label: "RAL 3026";
1980
- readonly color: "#FE0000";
1981
- readonly __IS_SAMPLE_COLOR__: 1;
1982
- }, {
1983
- readonly id: 63;
1984
- readonly label: "RAL 3027";
1985
- readonly color: "#C51D34";
1986
- readonly __IS_SAMPLE_COLOR__: 1;
1987
- }, {
1988
- readonly id: 64;
1989
- readonly label: "RAL 3028";
1990
- readonly color: "#CB3234";
1991
- readonly __IS_SAMPLE_COLOR__: 1;
1992
- }, {
1993
- readonly id: 65;
1994
- readonly label: "RAL 3031";
1995
- readonly color: "#B32428";
1996
- readonly __IS_SAMPLE_COLOR__: 1;
1997
- }, {
1998
- readonly id: 66;
1999
- readonly label: "RAL 3032";
2000
- readonly color: "#721422";
2001
- readonly __IS_SAMPLE_COLOR__: 1;
2002
- }, {
2003
- readonly id: 67;
2004
- readonly label: "RAL 3033";
2005
- readonly color: "#B44C43";
2006
- readonly __IS_SAMPLE_COLOR__: 1;
2007
- }];
2008
- }, {
2009
- readonly id: "ral_4000";
2010
- readonly label: "colors-groups.ral_4000";
2011
- readonly materials: readonly [{
2012
- readonly id: 68;
2013
- readonly label: "RAL 4001";
2014
- readonly color: "#6D3F5B";
2015
- readonly __IS_SAMPLE_COLOR__: 1;
2016
- }, {
2017
- readonly id: 69;
2018
- readonly label: "RAL 4002";
2019
- readonly color: "#922B3E";
2020
- readonly __IS_SAMPLE_COLOR__: 1;
2021
- }, {
2022
- readonly id: 70;
2023
- readonly label: "RAL 4003";
2024
- readonly color: "#DE4C8A";
2025
- readonly __IS_SAMPLE_COLOR__: 1;
2026
- }, {
2027
- readonly id: 71;
2028
- readonly label: "RAL 4004";
2029
- readonly color: "#641C34";
2030
- readonly __IS_SAMPLE_COLOR__: 1;
2031
- }, {
2032
- readonly id: 72;
2033
- readonly label: "RAL 4005";
2034
- readonly color: "#6C4675";
2035
- readonly __IS_SAMPLE_COLOR__: 1;
2036
- }, {
2037
- readonly id: 73;
2038
- readonly label: "RAL 4006";
2039
- readonly color: "#A03472";
2040
- readonly __IS_SAMPLE_COLOR__: 1;
2041
- }, {
2042
- readonly id: 74;
2043
- readonly label: "RAL 4007";
2044
- readonly color: "#4A192C";
2045
- readonly __IS_SAMPLE_COLOR__: 1;
2046
- }, {
2047
- readonly id: 75;
2048
- readonly label: "RAL 4008";
2049
- readonly color: "#924E7D";
2050
- readonly __IS_SAMPLE_COLOR__: 1;
2051
- }, {
2052
- readonly id: 76;
2053
- readonly label: "RAL 4009";
2054
- readonly color: "#A18594";
2055
- readonly __IS_SAMPLE_COLOR__: 1;
2056
- }, {
2057
- readonly id: 77;
2058
- readonly label: "RAL 4010";
2059
- readonly color: "#CF3476";
2060
- readonly __IS_SAMPLE_COLOR__: 1;
2061
- }, {
2062
- readonly id: 78;
2063
- readonly label: "RAL 4011";
2064
- readonly color: "#8673A1";
2065
- readonly __IS_SAMPLE_COLOR__: 1;
2066
- }, {
2067
- readonly id: 79;
2068
- readonly label: "RAL 4012";
2069
- readonly color: "#6C6874";
2070
- readonly __IS_SAMPLE_COLOR__: 1;
2071
- }];
2072
- }, {
2073
- readonly id: "ral_5000";
2074
- readonly label: "colors-groups.ral_5000";
2075
- readonly materials: readonly [{
2076
- readonly id: 80;
2077
- readonly label: "RAL 5000";
2078
- readonly color: "#354D73";
2079
- readonly __IS_SAMPLE_COLOR__: 1;
2080
- }, {
2081
- readonly id: 81;
2082
- readonly label: "RAL 5001";
2083
- readonly color: "#1F3438";
2084
- readonly __IS_SAMPLE_COLOR__: 1;
2085
- }, {
2086
- readonly id: 82;
2087
- readonly label: "RAL 5002";
2088
- readonly color: "#20214F";
2089
- readonly __IS_SAMPLE_COLOR__: 1;
2090
- }, {
2091
- readonly id: 83;
2092
- readonly label: "RAL 5003";
2093
- readonly color: "#1D1E33";
2094
- readonly __IS_SAMPLE_COLOR__: 1;
2095
- }, {
2096
- readonly id: 84;
2097
- readonly label: "RAL 5004";
2098
- readonly color: "#18171C";
2099
- readonly __IS_SAMPLE_COLOR__: 1;
2100
- }, {
2101
- readonly id: 85;
2102
- readonly label: "RAL 5005";
2103
- readonly color: "#1E2460";
2104
- readonly __IS_SAMPLE_COLOR__: 1;
2105
- }, {
2106
- readonly id: 86;
2107
- readonly label: "RAL 5007";
2108
- readonly color: "#3E5F8A";
2109
- readonly __IS_SAMPLE_COLOR__: 1;
2110
- }, {
2111
- readonly id: 87;
2112
- readonly label: "RAL 5008";
2113
- readonly color: "#26252D";
2114
- readonly __IS_SAMPLE_COLOR__: 1;
2115
- }, {
2116
- readonly id: 88;
2117
- readonly label: "RAL 5009";
2118
- readonly color: "#025669";
2119
- readonly __IS_SAMPLE_COLOR__: 1;
2120
- }, {
2121
- readonly id: 89;
2122
- readonly label: "RAL 5010";
2123
- readonly color: "#0E294B";
2124
- readonly __IS_SAMPLE_COLOR__: 1;
2125
- }, {
2126
- readonly id: 90;
2127
- readonly label: "RAL 5011";
2128
- readonly color: "#231A24";
2129
- readonly __IS_SAMPLE_COLOR__: 1;
2130
- }, {
2131
- readonly id: 91;
2132
- readonly label: "RAL 5012";
2133
- readonly color: "#3B83BD";
2134
- readonly __IS_SAMPLE_COLOR__: 1;
2135
- }, {
2136
- readonly id: 92;
2137
- readonly label: "RAL 5013";
2138
- readonly color: "#1E213D";
2139
- readonly __IS_SAMPLE_COLOR__: 1;
2140
- }, {
2141
- readonly id: 93;
2142
- readonly label: "RAL 5014";
2143
- readonly color: "#606E8C";
2144
- readonly __IS_SAMPLE_COLOR__: 1;
2145
- }, {
2146
- readonly id: 94;
2147
- readonly label: "RAL 5015";
2148
- readonly color: "#2271B3";
2149
- readonly __IS_SAMPLE_COLOR__: 1;
2150
- }, {
2151
- readonly id: 95;
2152
- readonly label: "RAL 5017";
2153
- readonly color: "#063971";
2154
- readonly __IS_SAMPLE_COLOR__: 1;
2155
- }, {
2156
- readonly id: 96;
2157
- readonly label: "RAL 5018";
2158
- readonly color: "#3F888F";
2159
- readonly __IS_SAMPLE_COLOR__: 1;
2160
- }, {
2161
- readonly id: 97;
2162
- readonly label: "RAL 5019";
2163
- readonly color: "#1B5583";
2164
- readonly __IS_SAMPLE_COLOR__: 1;
2165
- }, {
2166
- readonly id: 98;
2167
- readonly label: "RAL 5020";
2168
- readonly color: "#1D334A";
2169
- readonly __IS_SAMPLE_COLOR__: 1;
2170
- }, {
2171
- readonly id: 99;
2172
- readonly label: "RAL 5021";
2173
- readonly color: "#256D7B";
2174
- readonly __IS_SAMPLE_COLOR__: 1;
2175
- }, {
2176
- readonly id: 100;
2177
- readonly label: "RAL 5022";
2178
- readonly color: "#252850";
2179
- readonly __IS_SAMPLE_COLOR__: 1;
2180
- }, {
2181
- readonly id: 101;
2182
- readonly label: "RAL 5023";
2183
- readonly color: "#49678D";
2184
- readonly __IS_SAMPLE_COLOR__: 1;
2185
- }, {
2186
- readonly id: 102;
2187
- readonly label: "RAL 5024";
2188
- readonly color: "#5D9B9B";
2189
- readonly __IS_SAMPLE_COLOR__: 1;
2190
- }, {
2191
- readonly id: 103;
2192
- readonly label: "RAL 5025";
2193
- readonly color: "#2A6478";
2194
- readonly __IS_SAMPLE_COLOR__: 1;
2195
- }, {
2196
- readonly id: 104;
2197
- readonly label: "RAL 5026";
2198
- readonly color: "#102C54";
2199
- readonly __IS_SAMPLE_COLOR__: 1;
2200
- }];
2201
- }, {
2202
- readonly id: "ral_6000";
2203
- readonly label: "colors-groups.ral_6000";
2204
- readonly materials: readonly [{
2205
- readonly id: 105;
2206
- readonly label: "RAL 6000";
2207
- readonly color: "#316650";
2208
- readonly __IS_SAMPLE_COLOR__: 1;
2209
- }, {
2210
- readonly id: 106;
2211
- readonly label: "RAL 6001";
2212
- readonly color: "#287233";
2213
- readonly __IS_SAMPLE_COLOR__: 1;
2214
- }, {
2215
- readonly id: 107;
2216
- readonly label: "RAL 6002";
2217
- readonly color: "#2D572C";
2218
- readonly __IS_SAMPLE_COLOR__: 1;
2219
- }, {
2220
- readonly id: 108;
2221
- readonly label: "RAL 6003";
2222
- readonly color: "#424632";
2223
- readonly __IS_SAMPLE_COLOR__: 1;
2224
- }, {
2225
- readonly id: 109;
2226
- readonly label: "RAL 6004";
2227
- readonly color: "#1F3A3D";
2228
- readonly __IS_SAMPLE_COLOR__: 1;
2229
- }, {
2230
- readonly id: 110;
2231
- readonly label: "RAL 6005";
2232
- readonly color: "#2F4538";
2233
- readonly __IS_SAMPLE_COLOR__: 1;
2234
- }, {
2235
- readonly id: 111;
2236
- readonly label: "RAL 6006";
2237
- readonly color: "#3E3B32";
2238
- readonly __IS_SAMPLE_COLOR__: 1;
2239
- }, {
2240
- readonly id: 112;
2241
- readonly label: "RAL 6007";
2242
- readonly color: "#343B29";
2243
- readonly __IS_SAMPLE_COLOR__: 1;
2244
- }, {
2245
- readonly id: 113;
2246
- readonly label: "RAL 6008";
2247
- readonly color: "#39352A";
2248
- readonly __IS_SAMPLE_COLOR__: 1;
2249
- }, {
2250
- readonly id: 114;
2251
- readonly label: "RAL 6009";
2252
- readonly color: "#31372B";
2253
- readonly __IS_SAMPLE_COLOR__: 1;
2254
- }, {
2255
- readonly id: 115;
2256
- readonly label: "RAL 6010";
2257
- readonly color: "#35682D";
2258
- readonly __IS_SAMPLE_COLOR__: 1;
2259
- }, {
2260
- readonly id: 116;
2261
- readonly label: "RAL 6011";
2262
- readonly color: "#587246";
2263
- readonly __IS_SAMPLE_COLOR__: 1;
2264
- }, {
2265
- readonly id: 117;
2266
- readonly label: "RAL 6012";
2267
- readonly color: "#343E40";
2268
- readonly __IS_SAMPLE_COLOR__: 1;
2269
- }, {
2270
- readonly id: 118;
2271
- readonly label: "RAL 6013";
2272
- readonly color: "#6C7156";
2273
- readonly __IS_SAMPLE_COLOR__: 1;
2274
- }, {
2275
- readonly id: 119;
2276
- readonly label: "RAL 6014";
2277
- readonly color: "#47402E";
2278
- readonly __IS_SAMPLE_COLOR__: 1;
2279
- }, {
2280
- readonly id: 120;
2281
- readonly label: "RAL 6015";
2282
- readonly color: "#3B3C36";
2283
- readonly __IS_SAMPLE_COLOR__: 1;
2284
- }, {
2285
- readonly id: 121;
2286
- readonly label: "RAL 6016";
2287
- readonly color: "#1E5945";
2288
- readonly __IS_SAMPLE_COLOR__: 1;
2289
- }, {
2290
- readonly id: 122;
2291
- readonly label: "RAL 6017";
2292
- readonly color: "#4C9141";
2293
- readonly __IS_SAMPLE_COLOR__: 1;
2294
- }, {
2295
- readonly id: 123;
2296
- readonly label: "RAL 6018";
2297
- readonly color: "#57A639";
2298
- readonly __IS_SAMPLE_COLOR__: 1;
2299
- }, {
2300
- readonly id: 124;
2301
- readonly label: "RAL 6019";
2302
- readonly color: "#BDECB6";
2303
- readonly __IS_SAMPLE_COLOR__: 1;
2304
- }, {
2305
- readonly id: 125;
2306
- readonly label: "RAL 6020";
2307
- readonly color: "#2E3A23";
2308
- readonly __IS_SAMPLE_COLOR__: 1;
2309
- }, {
2310
- readonly id: 126;
2311
- readonly label: "RAL 6021";
2312
- readonly color: "#89AC76";
2313
- readonly __IS_SAMPLE_COLOR__: 1;
2314
- }, {
2315
- readonly id: 127;
2316
- readonly label: "RAL 6022";
2317
- readonly color: "#25221B";
2318
- readonly __IS_SAMPLE_COLOR__: 1;
2319
- }, {
2320
- readonly id: 128;
2321
- readonly label: "RAL 6024";
2322
- readonly color: "#308446";
2323
- readonly __IS_SAMPLE_COLOR__: 1;
2324
- }, {
2325
- readonly id: 129;
2326
- readonly label: "RAL 6025";
2327
- readonly color: "#3D642D";
2328
- readonly __IS_SAMPLE_COLOR__: 1;
2329
- }, {
2330
- readonly id: 130;
2331
- readonly label: "RAL 6026";
2332
- readonly color: "#015D52";
2333
- readonly __IS_SAMPLE_COLOR__: 1;
2334
- }, {
2335
- readonly id: 131;
2336
- readonly label: "RAL 6027";
2337
- readonly color: "#84C3BE";
2338
- readonly __IS_SAMPLE_COLOR__: 1;
2339
- }, {
2340
- readonly id: 132;
2341
- readonly label: "RAL 6028";
2342
- readonly color: "#2C5545";
2343
- readonly __IS_SAMPLE_COLOR__: 1;
2344
- }, {
2345
- readonly id: 133;
2346
- readonly label: "RAL 6029";
2347
- readonly color: "#20603D";
2348
- readonly __IS_SAMPLE_COLOR__: 1;
2349
- }, {
2350
- readonly id: 134;
2351
- readonly label: "RAL 6032";
2352
- readonly color: "#317F43";
2353
- readonly __IS_SAMPLE_COLOR__: 1;
2354
- }, {
2355
- readonly id: 135;
2356
- readonly label: "RAL 6033";
2357
- readonly color: "#497E76";
2358
- readonly __IS_SAMPLE_COLOR__: 1;
2359
- }, {
2360
- readonly id: 136;
2361
- readonly label: "RAL 6034";
2362
- readonly color: "#7FB5B5";
2363
- readonly __IS_SAMPLE_COLOR__: 1;
2364
- }, {
2365
- readonly id: 137;
2366
- readonly label: "RAL 6035";
2367
- readonly color: "#1C542D";
2368
- readonly __IS_SAMPLE_COLOR__: 1;
2369
- }, {
2370
- readonly id: 138;
2371
- readonly label: "RAL 6036";
2372
- readonly color: "#193737";
2373
- readonly __IS_SAMPLE_COLOR__: 1;
2374
- }, {
2375
- readonly id: 139;
2376
- readonly label: "RAL 6037";
2377
- readonly color: "#008F39";
2378
- readonly __IS_SAMPLE_COLOR__: 1;
2379
- }, {
2380
- readonly id: 140;
2381
- readonly label: "RAL 6038";
2382
- readonly color: "#00BB2D";
2383
- readonly __IS_SAMPLE_COLOR__: 1;
2384
- }];
2385
- }, {
2386
- readonly id: "ral_8000";
2387
- readonly label: "colors-groups.ral_8000";
2388
- readonly materials: readonly [{
2389
- readonly id: 179;
2390
- readonly label: "RAL 8000";
2391
- readonly color: "#826C34";
2392
- readonly __IS_SAMPLE_COLOR__: 1;
2393
- }, {
2394
- readonly id: 180;
2395
- readonly label: "RAL 8001";
2396
- readonly color: "#955F20";
2397
- readonly __IS_SAMPLE_COLOR__: 1;
2398
- }, {
2399
- readonly id: 181;
2400
- readonly label: "RAL 8002";
2401
- readonly color: "#6C3B2A";
2402
- readonly __IS_SAMPLE_COLOR__: 1;
2403
- }, {
2404
- readonly id: 182;
2405
- readonly label: "RAL 8003";
2406
- readonly color: "#734222";
2407
- readonly __IS_SAMPLE_COLOR__: 1;
2408
- }, {
2409
- readonly id: 183;
2410
- readonly label: "RAL 8004";
2411
- readonly color: "#8E402A";
2412
- readonly __IS_SAMPLE_COLOR__: 1;
2413
- }, {
2414
- readonly id: 184;
2415
- readonly label: "RAL 8007";
2416
- readonly color: "#59351F";
2417
- readonly __IS_SAMPLE_COLOR__: 1;
2418
- }, {
2419
- readonly id: 185;
2420
- readonly label: "RAL 8008";
2421
- readonly color: "#6F4F28";
2422
- readonly __IS_SAMPLE_COLOR__: 1;
2423
- }, {
2424
- readonly id: 186;
2425
- readonly label: "RAL 8011";
2426
- readonly color: "#5B3A29";
2427
- readonly __IS_SAMPLE_COLOR__: 1;
2428
- }, {
2429
- readonly id: 187;
2430
- readonly label: "RAL 8012";
2431
- readonly color: "#592321";
2432
- readonly __IS_SAMPLE_COLOR__: 1;
2433
- }, {
2434
- readonly id: 188;
2435
- readonly label: "RAL 8014";
2436
- readonly color: "#382C1E";
2437
- readonly __IS_SAMPLE_COLOR__: 1;
2438
- }, {
2439
- readonly id: 189;
2440
- readonly label: "RAL 8015";
2441
- readonly color: "#633A34";
2442
- readonly __IS_SAMPLE_COLOR__: 1;
2443
- }, {
2444
- readonly id: 190;
2445
- readonly label: "RAL 8016";
2446
- readonly color: "#4C2F27";
2447
- readonly __IS_SAMPLE_COLOR__: 1;
2448
- }, {
2449
- readonly id: 191;
2450
- readonly label: "RAL 8017";
2451
- readonly color: "#45322E";
2452
- readonly __IS_SAMPLE_COLOR__: 1;
2453
- }, {
2454
- readonly id: 192;
2455
- readonly label: "RAL 8019";
2456
- readonly color: "#403A3A";
2457
- readonly __IS_SAMPLE_COLOR__: 1;
2458
- }, {
2459
- readonly id: 193;
2460
- readonly label: "RAL 8022";
2461
- readonly color: "#212121";
2462
- readonly __IS_SAMPLE_COLOR__: 1;
2463
- }, {
2464
- readonly id: 194;
2465
- readonly label: "RAL 8023";
2466
- readonly color: "#A65E2E";
2467
- readonly __IS_SAMPLE_COLOR__: 1;
2468
- }, {
2469
- readonly id: 195;
2470
- readonly label: "RAL 8024";
2471
- readonly color: "#79553D";
2472
- readonly __IS_SAMPLE_COLOR__: 1;
2473
- }, {
2474
- readonly id: 196;
2475
- readonly label: "RAL 8025";
2476
- readonly color: "#755C48";
2477
- readonly __IS_SAMPLE_COLOR__: 1;
2478
- }, {
2479
- readonly id: 197;
2480
- readonly label: "RAL 8028";
2481
- readonly color: "#4E3B31";
2482
- readonly __IS_SAMPLE_COLOR__: 1;
2483
- }, {
2484
- readonly id: 198;
2485
- readonly label: "RAL 8029";
2486
- readonly color: "#763C28";
2487
- readonly __IS_SAMPLE_COLOR__: 1;
2488
- }];
2489
- }];
287
+ groups: Array<RapiMaterialGroup> | import('../../../../planner/components/overlays/rooms/utils/ral-colors').AllSampleMaterials;
2490
288
  isExpanded?: boolean;
2491
289
  onExpand?: () => void;
2492
290
  onCollapse?: (_payload: MouseEvent) => void;
2493
- onSetColor?: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>, key?: string, isCustomColor?: boolean) => void | Promise<void>;
2494
- value?: import('../../../composables/use-core-bound-value').MinimalBoundValue<any>;
291
+ onSetColor?: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../planner/business-logic/rooms').MaterialsForObjects>, key?: string, isCustomColor?: boolean) => void | Promise<void>;
292
+ value?: import('../../../composables/use-core-bound-value').MinimalBoundValue<import('../../../utils/types').Nullable<import('../../../../planner/business-logic/rooms').MaterialsForObjects | KernelWallMaterial | KernelFloorMaterial>>;
2495
293
  label?: string;
2496
294
  originalPayload?: any;
2497
295
  }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -2569,83 +367,47 @@ declare const dynamicComponents: {
2569
367
  required: true;
2570
368
  };
2571
369
  }>> & Readonly<{}>, {}, {}, {
2572
- RadioToggle: <T>(__VLS_props: {
2573
- size?: string;
2574
- circle?: boolean;
2575
- value: T;
2576
- onChange?: (value: T) => void;
2577
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
2578
- slots: {
370
+ RadioToggle: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
371
+ slots: ReturnType<() => {
2579
372
  default?(_: {}): any;
2580
- };
373
+ }>;
2581
374
  attrs: any;
2582
375
  emit: {};
2583
- }, __VLS_expose?: (exposed: import('vue').ShallowUnwrapRef<{}>) => void, __VLS_setup?: Promise<{
376
+ }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2584
377
  props: {
2585
378
  size?: string;
2586
379
  circle?: boolean;
2587
380
  value: T;
2588
381
  onChange?: (value: T) => void;
2589
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
382
+ } & import('vue').PublicProps;
2590
383
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
2591
384
  attrs: any;
2592
- slots: {
385
+ slots: ReturnType<() => {
2593
386
  default?(_: {}): any;
2594
- };
387
+ }>;
2595
388
  emit: {};
2596
- }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2597
- [key: string]: any;
2598
- }> & {
2599
- __ctx?: {
2600
- props: {
2601
- size?: string;
2602
- circle?: boolean;
2603
- value: T;
2604
- onChange?: (value: T) => void;
2605
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
2606
- expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
2607
- attrs: any;
2608
- slots: {
2609
- default?(_: {}): any;
2610
- };
2611
- emit: {};
2612
- };
389
+ }>) => import('vue').VNode & {
390
+ __ctx?: Awaited<typeof __VLS_setup>;
2613
391
  };
2614
- RadioOption: <T_1>(__VLS_props: {
2615
- value: T_1;
2616
- circle?: boolean;
2617
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
2618
- slots: {
392
+ RadioOption: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
393
+ slots: ReturnType<() => {
2619
394
  default?(_: {}): any;
2620
- };
395
+ }>;
2621
396
  attrs: any;
2622
397
  emit: {};
2623
- }, __VLS_expose?: (exposed: import('vue').ShallowUnwrapRef<{}>) => void, __VLS_setup?: Promise<{
398
+ }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2624
399
  props: {
2625
- value: T_1;
400
+ value: T;
2626
401
  circle?: boolean;
2627
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
402
+ } & import('vue').PublicProps;
2628
403
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
2629
404
  attrs: any;
2630
- slots: {
405
+ slots: ReturnType<() => {
2631
406
  default?(_: {}): any;
2632
- };
407
+ }>;
2633
408
  emit: {};
2634
- }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2635
- [key: string]: any;
2636
- }> & {
2637
- __ctx?: {
2638
- props: {
2639
- value: T_1;
2640
- circle?: boolean;
2641
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
2642
- expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
2643
- attrs: any;
2644
- slots: {
2645
- default?(_: {}): any;
2646
- };
2647
- emit: {};
2648
- };
409
+ }>) => import('vue').VNode & {
410
+ __ctx?: Awaited<typeof __VLS_setup>;
2649
411
  };
2650
412
  SvgIcon: import('vue').DefineComponent<{
2651
413
  icon: string;
@@ -2808,13 +570,13 @@ declare const dynamicComponents: {
2808
570
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2809
571
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2810
572
  readonly DisabledParameters: import('vue').DefineComponent<{
2811
- parameter: import('./types').ParameterData<any>[];
573
+ parameter: import('./types').ParameterData[];
2812
574
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
2813
- parameter: import('./types').ParameterData<any>[];
575
+ parameter: import('./types').ParameterData[];
2814
576
  }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
2815
577
  readonly Tooltip: {
2816
578
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
2817
- placement?: "left" | "right" | "top" | "bottom";
579
+ placement?: "top" | "bottom" | "left" | "right";
2818
580
  offsetPx?: number;
2819
581
  axisOffsetPx?: number;
2820
582
  arrowPx?: number;
@@ -2838,7 +600,7 @@ declare const dynamicComponents: {
2838
600
  M: {};
2839
601
  Defaults: {};
2840
602
  }, Readonly<{
2841
- placement?: "left" | "right" | "top" | "bottom";
603
+ placement?: "top" | "bottom" | "left" | "right";
2842
604
  offsetPx?: number;
2843
605
  axisOffsetPx?: number;
2844
606
  arrowPx?: number;
@@ -2859,7 +621,7 @@ declare const dynamicComponents: {
2859
621
  __isTeleport?: never;
2860
622
  __isSuspense?: never;
2861
623
  } & import('vue').ComponentOptionsBase<Readonly<{
2862
- placement?: "left" | "right" | "top" | "bottom";
624
+ placement?: "top" | "bottom" | "left" | "right";
2863
625
  offsetPx?: number;
2864
626
  axisOffsetPx?: number;
2865
627
  arrowPx?: number;
@@ -2878,22 +640,22 @@ declare const dynamicComponents: {
2878
640
  }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
2879
641
  $slots: Readonly<{
2880
642
  target(_props: {
2881
- setTarget: (_el: Element | import('vue').ComponentPublicInstance) => void;
643
+ setTarget: (_el: import('vue').ComponentPublicInstance | Element) => void;
2882
644
  show: () => void;
2883
645
  toggle: () => void;
2884
646
  }): any;
2885
647
  content(_props: {
2886
- name?: string;
648
+ name?: string | undefined;
2887
649
  hide: (_immediate: boolean) => void;
2888
650
  }): any;
2889
651
  }> & {
2890
652
  target(_props: {
2891
- setTarget: (_el: Element | import('vue').ComponentPublicInstance) => void;
653
+ setTarget: (_el: import('vue').ComponentPublicInstance | Element) => void;
2892
654
  show: () => void;
2893
655
  toggle: () => void;
2894
656
  }): any;
2895
657
  content(_props: {
2896
- name?: string;
658
+ name?: string | undefined;
2897
659
  hide: (_immediate: boolean) => void;
2898
660
  }): any;
2899
661
  };