@colijnit/configurator 261.1.0 → 261.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (553) hide show
  1. package/bundles/colijnit-configurator.umd.js +18012 -1838
  2. package/bundles/colijnit-configurator.umd.js.map +1 -1
  3. package/colijnit-configurator.d.ts +2 -6
  4. package/esm2015/colijnit-configurator.js +2 -7
  5. package/esm2015/lib/builder.js +795 -0
  6. package/esm2015/lib/components/answer-card/answer-card.component.js +313 -0
  7. package/esm2015/lib/components/answer-card/answer-card.module.js +50 -0
  8. package/esm2015/lib/components/answer-info-dialog/answer-info-dialog.component.js +182 -0
  9. package/esm2015/lib/components/answer-info-dialog/answer-info-dialog.module.js +34 -0
  10. package/esm2015/lib/components/answers-slideout/answers-slideout.component.js +490 -0
  11. package/esm2015/lib/components/answers-slideout/answers-slideout.module.js +61 -0
  12. package/esm2015/lib/components/color-filter/color-filter.component.js +59 -0
  13. package/esm2015/lib/components/color-filter/color-filter.module.js +26 -0
  14. package/esm2015/lib/components/configurator/configurator.component.js +133 -0
  15. package/esm2015/lib/components/configurator/configurator.module.js +42 -0
  16. package/esm2015/lib/components/configurator-dialog/configurator-camera-settings.component.js +222 -0
  17. package/esm2015/lib/components/configurator-dialog/configurator-dialog.module.js +48 -0
  18. package/esm2015/lib/components/configurator-dialog/configurator-error-dialog.component.js +82 -0
  19. package/esm2015/lib/components/configurator-dialog/configurator-export-dialog.component.js +163 -0
  20. package/esm2015/lib/components/configurator-loader/configurator-loader.component.js +49 -0
  21. package/esm2015/lib/components/configurator-loader/configurator-loader.module.js +33 -0
  22. package/esm2015/lib/components/configurator-scene/configurator-scene.component.js +60 -0
  23. package/esm2015/lib/components/configurator-scene/configurator-scene.module.js +17 -0
  24. package/esm2015/lib/components/configurator-scene-loader/configurator-scene-loader.component.js +46 -0
  25. package/esm2015/lib/components/configurator-scene-loader/configurator-scene-loader.module.js +26 -0
  26. package/esm2015/lib/components/element-buttons/element-buttons.component.js +168 -0
  27. package/esm2015/lib/components/element-buttons/element-buttons.module.js +30 -0
  28. package/esm2015/lib/components/element-toolbar/element-toolbar.component.js +186 -0
  29. package/esm2015/lib/components/element-toolbar/element-toolbar.module.js +34 -0
  30. package/esm2015/lib/components/image-zoom/image-zoom.component.js +61 -0
  31. package/esm2015/lib/components/image-zoom/image-zoom.module.js +30 -0
  32. package/esm2015/lib/components/lite-selector/lite-selector.component.js +206 -0
  33. package/esm2015/lib/components/lite-selector/lite-selector.module.js +34 -0
  34. package/esm2015/lib/components/product-configurator/product-configurator.component.js +184 -0
  35. package/esm2015/lib/components/product-configurator/product-configurator.module.js +72 -0
  36. package/esm2015/lib/components/product-configurator-selector/product-configurator-selector.component.js +237 -0
  37. package/esm2015/lib/components/product-configurator-selector/product-configurator-selector.module.js +38 -0
  38. package/esm2015/lib/components/product-configurator-selector-option/product-configurator-selector-option.component.js +284 -0
  39. package/esm2015/lib/components/product-configurator-selector-option/product-configurator-selector-option.module.js +42 -0
  40. package/esm2015/lib/components/product-configurator-selector-option-button/product-configurator-selector-option-button.component.js +72 -0
  41. package/esm2015/lib/components/product-configurator-selector-option-button/product-configurator-selector-option-button.module.js +34 -0
  42. package/esm2015/lib/components/product-configurator-selector-option-checkbox/product-configurator-selector-option-checkbox.component.js +82 -0
  43. package/esm2015/lib/components/product-configurator-selector-option-checkbox/product-configurator-selector-option-checkbox.module.js +30 -0
  44. package/esm2015/lib/components/product-configurator-selector-option-dropdown/product-configurator-selector-option-dropdown.component.js +80 -0
  45. package/esm2015/lib/components/product-configurator-selector-option-dropdown/product-configurator-selector-option-dropdown.module.js +34 -0
  46. package/esm2015/lib/components/product-configurator-selector-option-tile/product-configurator-selector-option-tile.component.js +93 -0
  47. package/esm2015/lib/components/product-configurator-selector-option-tile/product-configurator-selector-option-tile.module.js +34 -0
  48. package/esm2015/lib/components/progress-bar/progress-bar.component.js +55 -0
  49. package/esm2015/lib/components/progress-bar/progress-bar.module.js +29 -0
  50. package/esm2015/lib/components/scene-options/scene-options.component.js +164 -0
  51. package/esm2015/lib/components/scene-options/scene-options.module.js +38 -0
  52. package/esm2015/lib/components/selections-summary/selections-summary.component.js +163 -0
  53. package/esm2015/lib/components/selections-summary/selections-summary.module.js +45 -0
  54. package/esm2015/lib/components/selections-summary-line/selections-summary-line.component.js +171 -0
  55. package/esm2015/lib/components/selections-summary-line/selections-summary-line.module.js +34 -0
  56. package/esm2015/lib/components/slideout/slideout.component.js +83 -0
  57. package/esm2015/lib/components/slideout/slideout.module.js +17 -0
  58. package/esm2015/lib/components/summary-line/summary-line.component.js +273 -0
  59. package/esm2015/lib/components/summary-line/summary-line.module.js +44 -0
  60. package/esm2015/lib/components/tag-filter/tag-filter.component.js +39 -0
  61. package/esm2015/lib/components/tag-filter/tag-filter.module.js +21 -0
  62. package/esm2015/lib/components/threedselector/threedselector.component.js +155 -0
  63. package/esm2015/lib/components/threedselector/threedselector.module.js +34 -0
  64. package/esm2015/lib/core/helper/variation-helper.js +553 -0
  65. package/esm2015/lib/core/shader/floor-fade.shader.js +33 -0
  66. package/esm2015/lib/core/textures/depth-data-texture.js +19 -0
  67. package/esm2015/lib/directives/directives.module.js +26 -0
  68. package/esm2015/lib/directives/visibility-observer-master.directive.js +53 -0
  69. package/esm2015/lib/directives/visibility-observer.directive.js +54 -0
  70. package/esm2015/lib/enum/ar-feature.enum.js +14 -0
  71. package/esm2015/lib/enum/configuration-key.enum.js +41 -0
  72. package/esm2015/lib/enum/configuration-template.enum.js +6 -0
  73. package/esm2015/lib/enum/device-size-type.js +7 -0
  74. package/esm2015/lib/enum/device-tier.enum.js +7 -0
  75. package/esm2015/lib/enum/icon.enum.js +113 -0
  76. package/esm2015/lib/enum/item-type.enum.js +23 -0
  77. package/esm2015/lib/enum/light.enum.js +9 -0
  78. package/esm2015/lib/enum/navigator-type.enum.js +6 -0
  79. package/esm2015/lib/enum/output-encoding.enum.js +9 -0
  80. package/esm2015/lib/enum/result-type.enum.js +21 -0
  81. package/esm2015/lib/enum/scene-event.enum.js +12 -0
  82. package/esm2015/lib/enum/shadow-map-type.enum.js +8 -0
  83. package/esm2015/lib/enum/texture-type.js +9 -0
  84. package/esm2015/lib/enum/tone-mapping-local.enum.js +12 -0
  85. package/esm2015/lib/enum/view-mode.enum.js +7 -0
  86. package/esm2015/lib/enum/xr-mode.enum.js +6 -0
  87. package/esm2015/lib/environments/environment.js +8 -0
  88. package/esm2015/lib/interfaces/aa-options.interface.js +2 -0
  89. package/esm2015/lib/interfaces/adjustable-element.interface.js +2 -0
  90. package/esm2015/lib/interfaces/ao-options.interface.js +2 -0
  91. package/esm2015/lib/interfaces/changes.interface.js +2 -0
  92. package/esm2015/lib/interfaces/configuration-data.interface.js +2 -0
  93. package/esm2015/lib/interfaces/light-preset.interface.js +2 -0
  94. package/esm2015/lib/interfaces/post-processing-setting.interface.js +2 -0
  95. package/esm2015/lib/interfaces/scene-option-button.interface.js +6 -0
  96. package/esm2015/lib/interfaces/screen-size-info.js +2 -0
  97. package/esm2015/lib/interfaces/setting.interface.js +2 -0
  98. package/esm2015/lib/interfaces/texture.interface.js +2 -0
  99. package/esm2015/lib/interfaces/vignette-options.interface.js +2 -0
  100. package/esm2015/lib/model/ar-position-indicator.js +18 -0
  101. package/esm2015/lib/model/camera-settings.js +14 -0
  102. package/esm2015/lib/model/configuration-result-object.js +6 -0
  103. package/esm2015/lib/model/configurator-error-message.js +9 -0
  104. package/esm2015/lib/model/configurator-settings.js +25 -0
  105. package/esm2015/lib/model/custom-button.js +16 -0
  106. package/esm2015/lib/model/factory.js +28 -0
  107. package/esm2015/lib/model/icon.js +112 -0
  108. package/esm2015/lib/model/intersected-objects.js +7 -0
  109. package/esm2015/lib/model/light-preset.js +73 -0
  110. package/esm2015/lib/model/light-properties.js +45 -0
  111. package/esm2015/lib/model/material.js +11 -0
  112. package/esm2015/lib/model/metadata.js +2 -0
  113. package/esm2015/lib/model/render-parameters.js +16 -0
  114. package/esm2015/lib/model/setting-options.js +71 -0
  115. package/esm2015/lib/model/settings.js +16 -0
  116. package/esm2015/lib/model/shadow-properties.js +10 -0
  117. package/esm2015/lib/model/skin.js +3 -0
  118. package/esm2015/lib/model/texture.js +76 -0
  119. package/esm2015/lib/model/variation-settings.js +54 -0
  120. package/esm2015/lib/model/variation.js +3 -0
  121. package/esm2015/lib/model/xr-reticle.js +79 -0
  122. package/esm2015/lib/modules/render/enum/scene-type.enum.js +6 -0
  123. package/esm2015/lib/modules/render/model/ar-parameters.js +12 -0
  124. package/esm2015/lib/modules/render/model/scene-setting.js +6 -0
  125. package/esm2015/lib/modules/render/model/scene-settings.js +3 -0
  126. package/esm2015/lib/pipes/append.pipe.js +21 -0
  127. package/esm2015/lib/pipes/google-translate.pipe.js +21 -0
  128. package/esm2015/lib/pipes/localize.pipe.js +28 -0
  129. package/esm2015/lib/pipes/pipes.module.js +41 -0
  130. package/esm2015/lib/pipes/prepend.pipe.js +21 -0
  131. package/esm2015/lib/pipes/strip-html.pipe.js +17 -0
  132. package/esm2015/lib/services/app-event.service.js +36 -0
  133. package/esm2015/lib/services/app-initializer.service.js +27 -0
  134. package/esm2015/lib/services/ar.service.js +844 -0
  135. package/esm2015/lib/services/build-furniture-base.service.js +1181 -0
  136. package/esm2015/lib/services/build-furniture-without-scene.service.js +86 -0
  137. package/esm2015/lib/services/build-furniture.service.js +169 -0
  138. package/esm2015/lib/services/bundle-initialzer.service.js +113 -0
  139. package/esm2015/lib/services/camera.service.js +123 -0
  140. package/esm2015/lib/services/configuration.service.js +79 -0
  141. package/esm2015/lib/services/configurator-connector.service.js +830 -0
  142. package/esm2015/lib/services/configurator.service.js +285 -0
  143. package/esm2015/lib/services/configuring.service.js +119 -0
  144. package/esm2015/lib/services/controls.js +799 -0
  145. package/esm2015/lib/services/debug.service.js +43 -0
  146. package/esm2015/lib/services/dictionary.service.js +65 -0
  147. package/esm2015/lib/services/dynamic-camera.service.js +96 -0
  148. package/esm2015/lib/services/floor-plane.service.js +252 -0
  149. package/esm2015/lib/services/font.service.js +27 -0
  150. package/esm2015/lib/services/google-translate.service.js +79 -0
  151. package/esm2015/lib/services/icon-cache.service.js +44 -0
  152. package/esm2015/lib/services/intersection.service.js +47 -0
  153. package/esm2015/lib/services/item.service.js +75 -0
  154. package/esm2015/lib/services/json-utils.service.js +48 -0
  155. package/esm2015/lib/services/light-creation.service.js +35 -0
  156. package/esm2015/lib/services/light-presets.service.js +157 -0
  157. package/esm2015/lib/services/lights.service.js +146 -0
  158. package/esm2015/lib/services/load-furniture-base.service.js +164 -0
  159. package/esm2015/lib/services/load-furniture-without-scene.service.js +45 -0
  160. package/esm2015/lib/services/load-furniture.service.js +72 -0
  161. package/esm2015/lib/services/loader.service.js +32 -0
  162. package/esm2015/lib/services/locator.service.js +11 -0
  163. package/esm2015/lib/services/message-board.service.js +50 -0
  164. package/esm2015/lib/services/post-processing.service.js +378 -0
  165. package/esm2015/lib/services/product-configurator.service.js +16 -0
  166. package/esm2015/lib/services/progress.service.js +20 -0
  167. package/esm2015/lib/services/scene-event.service.js +246 -0
  168. package/esm2015/lib/services/scene-options.service.js +24 -0
  169. package/esm2015/lib/services/scene.service.js +313 -0
  170. package/esm2015/lib/services/screen-size-analysis.service.js +97 -0
  171. package/esm2015/lib/services/settings.service.js +142 -0
  172. package/esm2015/lib/services/switch-build-furniture.service.js +37 -0
  173. package/esm2015/lib/services/switch-load-furniture.service.js +35 -0
  174. package/esm2015/lib/services/threedselector.service.js +72 -0
  175. package/esm2015/lib/services/utils.service.js +207 -0
  176. package/esm2015/lib/services/variation-cache.service.js +143 -0
  177. package/esm2015/lib/services/variation.service.js +490 -0
  178. package/esm2015/lib/services/view-mode.service.js +37 -0
  179. package/esm2015/lib/services/vr.service.js +191 -0
  180. package/esm2015/lib/services/xr.service.js +294 -0
  181. package/esm2015/lib/utils/asset.utils.js +120 -0
  182. package/esm2015/lib/utils/base-utils.js +9 -0
  183. package/esm2015/lib/utils/color.utils.js +30 -0
  184. package/esm2015/lib/utils/debug.utils.js +9 -0
  185. package/esm2015/lib/utils/device.utils.js +25 -0
  186. package/esm2015/lib/utils/file.utils.js +167 -0
  187. package/esm2015/lib/utils/image.utils.js +61 -0
  188. package/esm2015/lib/utils/json-parser.utils.js +180 -0
  189. package/esm2015/lib/utils/material.utils.js +433 -0
  190. package/esm2015/lib/utils/object.utils.js +360 -0
  191. package/esm2015/lib/utils/relative-position.utils.js +75 -0
  192. package/esm2015/lib/utils/rotation-helper.utils.js +15 -0
  193. package/esm2015/lib/utils/scene-3d.utils.js +213 -0
  194. package/esm2015/lib/utils/scene-utils.js +191 -0
  195. package/esm2015/lib/utils/text-utils.js +68 -0
  196. package/esm2015/lib/utils/threed.utils.js +281 -0
  197. package/esm2015/lib/utils/variation-utils.js +459 -0
  198. package/esm2015/public-api.js +65 -0
  199. package/fesm2015/colijnit-configurator.js +17512 -1451
  200. package/fesm2015/colijnit-configurator.js.map +1 -1
  201. package/{app → lib}/builder.d.ts +9 -1
  202. package/lib/components/answer-card/answer-card.component.d.ts +58 -0
  203. package/lib/components/answer-card/answer-card.module.d.ts +11 -0
  204. package/lib/components/answer-card/style/_layout.scss +88 -0
  205. package/lib/components/answer-card/style/_material-definition.scss +3 -0
  206. package/lib/components/answer-card/style/_theme.scss +67 -0
  207. package/lib/components/answer-card/style/material.scss +2 -0
  208. package/lib/components/answer-info-dialog/answer-info-dialog.component.d.ts +38 -0
  209. package/lib/components/answer-info-dialog/answer-info-dialog.module.d.ts +10 -0
  210. package/lib/components/answer-info-dialog/style/_layout.scss +88 -0
  211. package/lib/components/answer-info-dialog/style/_material-definition.scss +3 -0
  212. package/lib/components/answer-info-dialog/style/_theme.scss +44 -0
  213. package/lib/components/answer-info-dialog/style/material.scss +3 -0
  214. package/lib/components/answers-slideout/answers-slideout.component.d.ts +86 -0
  215. package/lib/components/answers-slideout/answers-slideout.module.d.ts +16 -0
  216. package/lib/components/answers-slideout/style/_layout.scss +198 -0
  217. package/lib/components/answers-slideout/style/_material-definition.scss +3 -0
  218. package/lib/components/answers-slideout/style/_theme.scss +54 -0
  219. package/lib/components/answers-slideout/style/material.scss +3 -0
  220. package/lib/components/color-filter/color-filter.component.d.ts +20 -0
  221. package/lib/components/color-filter/color-filter.module.d.ts +8 -0
  222. package/lib/components/color-filter/style/_layout.scss +41 -0
  223. package/lib/components/color-filter/style/_material-definition.scss +3 -0
  224. package/lib/components/color-filter/style/_theme.scss +7 -0
  225. package/lib/components/color-filter/style/material.scss +3 -0
  226. package/lib/components/configurator/configurator.component.d.ts +37 -0
  227. package/lib/components/configurator/configurator.module.d.ts +12 -0
  228. package/lib/components/configurator/style/_layout.scss +7 -0
  229. package/lib/components/configurator/style/_material-definition.scss +3 -0
  230. package/lib/components/configurator/style/_theme.scss +7 -0
  231. package/lib/components/configurator/style/material.scss +3 -0
  232. package/lib/components/configurator-dialog/configurator-camera-settings.component.d.ts +30 -0
  233. package/lib/components/configurator-dialog/configurator-dialog.module.d.ts +13 -0
  234. package/lib/components/configurator-dialog/configurator-error-dialog.component.d.ts +16 -0
  235. package/lib/components/configurator-dialog/configurator-export-dialog.component.d.ts +26 -0
  236. package/lib/components/configurator-dialog/style/_layout.scss +129 -0
  237. package/lib/components/configurator-dialog/style/_material-definition.scss +4 -0
  238. package/lib/components/configurator-dialog/style/_theme.scss +89 -0
  239. package/lib/components/configurator-dialog/style/material.scss +3 -0
  240. package/lib/components/configurator-loader/configurator-loader.component.d.ts +7 -0
  241. package/lib/components/configurator-loader/configurator-loader.module.d.ts +9 -0
  242. package/lib/components/configurator-loader/style/_layout.scss +72 -0
  243. package/lib/components/configurator-loader/style/_material-definition.scss +5 -0
  244. package/lib/components/configurator-loader/style/_theme.scss +26 -0
  245. package/lib/components/configurator-loader/style/material.scss +14 -0
  246. package/lib/components/configurator-scene/configurator-scene.component.d.ts +24 -0
  247. package/lib/components/configurator-scene/configurator-scene.module.d.ts +7 -0
  248. package/lib/components/configurator-scene/style/_layout.scss +22 -0
  249. package/lib/components/configurator-scene/style/_material-definition.scss +3 -0
  250. package/lib/components/configurator-scene/style/_theme.scss +7 -0
  251. package/lib/components/configurator-scene/style/material.scss +3 -0
  252. package/lib/components/configurator-scene-loader/configurator-scene-loader.component.d.ts +7 -0
  253. package/lib/components/configurator-scene-loader/configurator-scene-loader.module.d.ts +8 -0
  254. package/lib/components/configurator-scene-loader/style/_layout.scss +72 -0
  255. package/lib/components/configurator-scene-loader/style/_material-definition.scss +5 -0
  256. package/lib/components/configurator-scene-loader/style/_theme.scss +26 -0
  257. package/lib/components/configurator-scene-loader/style/material.scss +14 -0
  258. package/lib/components/element-buttons/element-buttons.component.d.ts +32 -0
  259. package/lib/components/element-buttons/element-buttons.module.d.ts +9 -0
  260. package/lib/components/element-buttons/style/_layout.scss +52 -0
  261. package/lib/components/element-buttons/style/_material-definition.scss +3 -0
  262. package/lib/components/element-buttons/style/_theme.scss +23 -0
  263. package/lib/components/element-buttons/style/material.scss +3 -0
  264. package/lib/components/element-toolbar/element-toolbar.component.d.ts +27 -0
  265. package/lib/components/element-toolbar/element-toolbar.component.scss +59 -0
  266. package/lib/components/element-toolbar/element-toolbar.module.d.ts +10 -0
  267. package/lib/components/element-toolbar/style/_layout.scss +107 -0
  268. package/lib/components/element-toolbar/style/_material-definition.scss +3 -0
  269. package/lib/components/element-toolbar/style/_theme.scss +47 -0
  270. package/lib/components/element-toolbar/style/material.scss +3 -0
  271. package/lib/components/image-zoom/image-zoom.component.d.ts +15 -0
  272. package/lib/components/image-zoom/image-zoom.module.d.ts +9 -0
  273. package/lib/components/image-zoom/style/_layout.scss +51 -0
  274. package/lib/components/image-zoom/style/_material-definition.scss +3 -0
  275. package/lib/components/image-zoom/style/_theme.scss +17 -0
  276. package/lib/components/image-zoom/style/material.scss +3 -0
  277. package/lib/components/lite-selector/lite-selector.component.d.ts +40 -0
  278. package/lib/components/lite-selector/lite-selector.module.d.ts +10 -0
  279. package/lib/components/lite-selector/style/_layout.scss +21 -0
  280. package/lib/components/lite-selector/style/_material-definition.scss +3 -0
  281. package/lib/components/lite-selector/style/_theme.scss +7 -0
  282. package/lib/components/lite-selector/style/material.scss +3 -0
  283. package/lib/components/product-configurator/product-configurator.component.d.ts +50 -0
  284. package/lib/components/product-configurator/product-configurator.module.d.ts +15 -0
  285. package/lib/components/product-configurator/style/_layout.scss +46 -0
  286. package/lib/components/product-configurator/style/_material-definition.scss +3 -0
  287. package/lib/components/product-configurator/style/_theme.scss +22 -0
  288. package/lib/components/product-configurator/style/material.scss +3 -0
  289. package/lib/components/product-configurator-selector/product-configurator-selector.component.d.ts +35 -0
  290. package/lib/components/product-configurator-selector/product-configurator-selector.module.d.ts +11 -0
  291. package/lib/components/product-configurator-selector/style/_layout.scss +145 -0
  292. package/lib/components/product-configurator-selector/style/_material-definition.scss +3 -0
  293. package/lib/components/product-configurator-selector/style/_theme.scss +57 -0
  294. package/lib/components/product-configurator-selector/style/material.scss +3 -0
  295. package/lib/components/product-configurator-selector-option/product-configurator-selector-option.component.d.ts +31 -0
  296. package/lib/components/product-configurator-selector-option/product-configurator-selector-option.module.d.ts +13 -0
  297. package/lib/components/product-configurator-selector-option/style/_layout.scss +7 -0
  298. package/lib/components/product-configurator-selector-option/style/_material-definition.scss +3 -0
  299. package/lib/components/product-configurator-selector-option/style/_theme.scss +7 -0
  300. package/lib/components/product-configurator-selector-option/style/material.scss +3 -0
  301. package/lib/components/product-configurator-selector-option-button/product-configurator-selector-option-button.component.d.ts +20 -0
  302. package/lib/components/product-configurator-selector-option-button/product-configurator-selector-option-button.module.d.ts +10 -0
  303. package/lib/components/product-configurator-selector-option-button/style/_layout.scss +28 -0
  304. package/lib/components/product-configurator-selector-option-button/style/_material-definition.scss +3 -0
  305. package/lib/components/product-configurator-selector-option-button/style/_theme.scss +33 -0
  306. package/lib/components/product-configurator-selector-option-button/style/material.scss +3 -0
  307. package/lib/components/product-configurator-selector-option-checkbox/product-configurator-selector-option-checkbox.component.d.ts +20 -0
  308. package/lib/components/product-configurator-selector-option-checkbox/product-configurator-selector-option-checkbox.module.d.ts +10 -0
  309. package/lib/components/product-configurator-selector-option-checkbox/style/_layout.scss +28 -0
  310. package/lib/components/product-configurator-selector-option-checkbox/style/_material-definition.scss +3 -0
  311. package/lib/components/product-configurator-selector-option-checkbox/style/_theme.scss +27 -0
  312. package/lib/components/product-configurator-selector-option-checkbox/style/material.scss +3 -0
  313. package/lib/components/product-configurator-selector-option-dropdown/product-configurator-selector-option-dropdown.component.d.ts +21 -0
  314. package/lib/components/product-configurator-selector-option-dropdown/product-configurator-selector-option-dropdown.module.d.ts +10 -0
  315. package/lib/components/product-configurator-selector-option-dropdown/style/_layout.scss +34 -0
  316. package/lib/components/product-configurator-selector-option-dropdown/style/_material-definition.scss +3 -0
  317. package/lib/components/product-configurator-selector-option-dropdown/style/_theme.scss +28 -0
  318. package/lib/components/product-configurator-selector-option-dropdown/style/material.scss +3 -0
  319. package/lib/components/product-configurator-selector-option-tile/product-configurator-selector-option-tile.component.d.ts +21 -0
  320. package/lib/components/product-configurator-selector-option-tile/product-configurator-selector-option-tile.module.d.ts +10 -0
  321. package/lib/components/product-configurator-selector-option-tile/style/_layout.scss +58 -0
  322. package/lib/components/product-configurator-selector-option-tile/style/_material-definition.scss +3 -0
  323. package/lib/components/product-configurator-selector-option-tile/style/_theme.scss +56 -0
  324. package/lib/components/product-configurator-selector-option-tile/style/material.scss +3 -0
  325. package/lib/components/progress-bar/progress-bar.component.d.ts +10 -0
  326. package/lib/components/progress-bar/progress-bar.component.scss +14 -0
  327. package/lib/components/progress-bar/progress-bar.module.d.ts +8 -0
  328. package/lib/components/progress-bar/style/_layout.scss +18 -0
  329. package/lib/components/progress-bar/style/_material-definition.scss +3 -0
  330. package/lib/components/progress-bar/style/_theme.scss +10 -0
  331. package/lib/components/progress-bar/style/material.scss +3 -0
  332. package/lib/components/scene-options/scene-options.component.d.ts +24 -0
  333. package/lib/components/scene-options/scene-options.module.d.ts +11 -0
  334. package/lib/components/scene-options/style/_layout.scss +52 -0
  335. package/lib/components/scene-options/style/_material-definition.scss +3 -0
  336. package/lib/components/scene-options/style/_theme.scss +7 -0
  337. package/lib/components/scene-options/style/material.scss +3 -0
  338. package/lib/components/selections-summary/selections-summary.component.d.ts +38 -0
  339. package/lib/components/selections-summary/selections-summary.module.d.ts +12 -0
  340. package/lib/components/selections-summary/style/_layout.scss +87 -0
  341. package/lib/components/selections-summary/style/_material-definition.scss +5 -0
  342. package/lib/components/selections-summary/style/_theme.scss +13 -0
  343. package/lib/components/selections-summary/style/material.scss +3 -0
  344. package/lib/components/selections-summary-line/selections-summary-line.component.d.ts +27 -0
  345. package/lib/components/selections-summary-line/selections-summary-line.module.d.ts +10 -0
  346. package/lib/components/selections-summary-line/style/_layout.scss +12 -0
  347. package/lib/components/selections-summary-line/style/_material-definition.scss +4 -0
  348. package/lib/components/selections-summary-line/style/_theme.scss +12 -0
  349. package/lib/components/selections-summary-line/style/material.scss +3 -0
  350. package/lib/components/slideout/slideout.component.d.ts +22 -0
  351. package/lib/components/slideout/slideout.module.d.ts +7 -0
  352. package/lib/components/slideout/style/_layout.scss +27 -0
  353. package/lib/components/slideout/style/_material-definition.scss +3 -0
  354. package/lib/components/slideout/style/_theme.scss +5 -0
  355. package/lib/components/slideout/style/material.scss +3 -0
  356. package/lib/components/summary-line/style/_layout.scss +137 -0
  357. package/lib/components/summary-line/style/_material-definition.scss +4 -0
  358. package/lib/components/summary-line/style/_theme.scss +56 -0
  359. package/lib/components/summary-line/style/material.scss +3 -0
  360. package/lib/components/summary-line/summary-line.component.d.ts +50 -0
  361. package/lib/components/summary-line/summary-line.module.d.ts +11 -0
  362. package/lib/components/tag-filter/style/_layout.scss +14 -0
  363. package/lib/components/tag-filter/style/_material-definition.scss +3 -0
  364. package/lib/components/tag-filter/style/_theme.scss +7 -0
  365. package/lib/components/tag-filter/style/material.scss +3 -0
  366. package/lib/components/tag-filter/tag-filter.component.d.ts +9 -0
  367. package/lib/components/tag-filter/tag-filter.module.d.ts +7 -0
  368. package/lib/components/threedselector/style/_layout.scss +32 -0
  369. package/lib/components/threedselector/style/_material-definition.scss +3 -0
  370. package/lib/components/threedselector/style/_theme.scss +7 -0
  371. package/lib/components/threedselector/style/material.scss +9 -0
  372. package/lib/components/threedselector/threedselector.component.d.ts +38 -0
  373. package/lib/components/threedselector/threedselector.module.d.ts +10 -0
  374. package/{helper → lib/core/helper}/variation-helper.d.ts +2 -2
  375. package/lib/core/shader/floor-fade.shader.d.ts +5 -0
  376. package/lib/core/textures/depth-data-texture.d.ts +5 -0
  377. package/lib/directives/directives.module.d.ts +8 -0
  378. package/{app → lib}/directives/visibility-observer-master.directive.d.ts +3 -0
  379. package/{app → lib}/directives/visibility-observer.directive.d.ts +3 -0
  380. package/lib/enum/ar-feature.enum.d.ts +12 -0
  381. package/lib/enum/configuration-key.enum.d.ts +39 -0
  382. package/lib/enum/configuration-template.enum.d.ts +4 -0
  383. package/lib/enum/device-size-type.d.ts +5 -0
  384. package/lib/enum/device-tier.enum.d.ts +5 -0
  385. package/lib/enum/icon.enum.d.ts +111 -0
  386. package/lib/enum/item-type.enum.d.ts +21 -0
  387. package/lib/enum/light.enum.d.ts +7 -0
  388. package/lib/enum/navigator-type.enum.d.ts +4 -0
  389. package/lib/enum/output-encoding.enum.d.ts +7 -0
  390. package/lib/enum/result-type.enum.d.ts +19 -0
  391. package/lib/enum/scene-event.enum.d.ts +10 -0
  392. package/lib/enum/shadow-map-type.enum.d.ts +6 -0
  393. package/lib/enum/texture-type.d.ts +7 -0
  394. package/lib/enum/tone-mapping-local.enum.d.ts +10 -0
  395. package/lib/enum/view-mode.enum.d.ts +5 -0
  396. package/lib/enum/xr-mode.enum.d.ts +4 -0
  397. package/lib/environments/environment.d.ts +4 -0
  398. package/lib/interfaces/aa-options.interface.d.ts +4 -0
  399. package/lib/interfaces/adjustable-element.interface.d.ts +5 -0
  400. package/lib/interfaces/ao-options.interface.d.ts +18 -0
  401. package/lib/interfaces/changes.interface.d.ts +9 -0
  402. package/lib/interfaces/configuration-data.interface.d.ts +40 -0
  403. package/lib/interfaces/light-preset.interface.d.ts +22 -0
  404. package/lib/interfaces/post-processing-setting.interface.d.ts +11 -0
  405. package/lib/interfaces/scene-option-button.interface.d.ts +19 -0
  406. package/lib/interfaces/screen-size-info.d.ts +10 -0
  407. package/lib/interfaces/setting.interface.d.ts +8 -0
  408. package/lib/interfaces/texture.interface.d.ts +44 -0
  409. package/lib/interfaces/vignette-options.interface.d.ts +4 -0
  410. package/lib/model/ar-position-indicator.d.ts +4 -0
  411. package/lib/model/camera-settings.d.ts +12 -0
  412. package/lib/model/configuration-result-object.d.ts +30 -0
  413. package/lib/model/configurator-error-message.d.ts +8 -0
  414. package/lib/model/configurator-settings.d.ts +62 -0
  415. package/lib/model/custom-button.d.ts +10 -0
  416. package/lib/model/factory.d.ts +5 -0
  417. package/lib/model/icon.d.ts +4 -0
  418. package/lib/model/intersected-objects.d.ts +6 -0
  419. package/lib/model/light-preset.d.ts +33 -0
  420. package/lib/model/light-properties.d.ts +25 -0
  421. package/lib/model/material.d.ts +41 -0
  422. package/lib/model/metadata.d.ts +78 -0
  423. package/lib/model/render-parameters.d.ts +12 -0
  424. package/lib/model/setting-options.d.ts +67 -0
  425. package/lib/model/settings.d.ts +10 -0
  426. package/lib/model/shadow-properties.d.ts +7 -0
  427. package/lib/model/skin.d.ts +15 -0
  428. package/lib/model/texture.d.ts +52 -0
  429. package/{model → lib/model}/variation-settings.d.ts +9 -8
  430. package/{model → lib/model}/variation.d.ts +2 -1
  431. package/lib/model/xr-reticle.d.ts +17 -0
  432. package/lib/modules/render/enum/scene-type.enum.d.ts +4 -0
  433. package/lib/modules/render/model/ar-parameters.d.ts +9 -0
  434. package/lib/modules/render/model/scene-setting.d.ts +13 -0
  435. package/lib/modules/render/model/scene-settings.d.ts +4 -0
  436. package/lib/pipes/append.pipe.d.ts +7 -0
  437. package/lib/pipes/google-translate.pipe.d.ts +11 -0
  438. package/lib/pipes/localize.pipe.d.ts +10 -0
  439. package/lib/pipes/pipes.module.d.ts +11 -0
  440. package/lib/pipes/prepend.pipe.d.ts +7 -0
  441. package/lib/pipes/strip-html.pipe.d.ts +7 -0
  442. package/lib/services/app-event.service.d.ts +32 -0
  443. package/lib/services/app-initializer.service.d.ts +14 -0
  444. package/lib/services/ar.service.d.ts +120 -0
  445. package/lib/services/build-furniture-base.service.d.ts +117 -0
  446. package/lib/services/build-furniture-without-scene.service.d.ts +14 -0
  447. package/lib/services/build-furniture.service.d.ts +14 -0
  448. package/lib/services/bundle-initialzer.service.d.ts +45 -0
  449. package/lib/services/camera.service.d.ts +44 -0
  450. package/lib/services/configuration.service.d.ts +18 -0
  451. package/lib/services/configurator-connector.service.d.ts +140 -0
  452. package/lib/services/configurator.service.d.ts +62 -0
  453. package/lib/services/configuring.service.d.ts +46 -0
  454. package/lib/services/controls.d.ts +11 -0
  455. package/lib/services/debug.service.d.ts +16 -0
  456. package/lib/services/dictionary.service.d.ts +15 -0
  457. package/lib/services/dynamic-camera.service.d.ts +21 -0
  458. package/lib/services/floor-plane.service.d.ts +47 -0
  459. package/lib/services/font.service.d.ts +10 -0
  460. package/lib/services/google-translate.service.d.ts +26 -0
  461. package/lib/services/icon-cache.service.d.ts +21 -0
  462. package/lib/services/intersection.service.d.ts +11 -0
  463. package/lib/services/item.service.d.ts +18 -0
  464. package/lib/services/json-utils.service.d.ts +7 -0
  465. package/lib/services/light-creation.service.d.ts +9 -0
  466. package/lib/services/light-presets.service.d.ts +34 -0
  467. package/lib/services/lights.service.d.ts +34 -0
  468. package/lib/services/load-furniture-base.service.d.ts +37 -0
  469. package/lib/services/load-furniture-without-scene.service.d.ts +9 -0
  470. package/lib/services/load-furniture.service.d.ts +9 -0
  471. package/lib/services/loader.service.d.ts +11 -0
  472. package/lib/services/locator.service.d.ts +7 -0
  473. package/lib/services/message-board.service.d.ts +18 -0
  474. package/lib/services/post-processing.service.d.ts +74 -0
  475. package/lib/services/product-configurator.service.d.ts +11 -0
  476. package/lib/services/progress.service.d.ts +9 -0
  477. package/lib/services/scene-event.service.d.ts +72 -0
  478. package/lib/services/scene-options.service.d.ts +11 -0
  479. package/lib/services/scene.service.d.ts +71 -0
  480. package/lib/services/screen-size-analysis.service.d.ts +32 -0
  481. package/lib/services/settings.service.d.ts +24 -0
  482. package/lib/services/switch-build-furniture.service.d.ts +21 -0
  483. package/lib/services/switch-load-furniture.service.d.ts +21 -0
  484. package/lib/services/threedselector.service.d.ts +17 -0
  485. package/lib/services/utils.service.d.ts +24 -0
  486. package/lib/services/variation-cache.service.d.ts +23 -0
  487. package/lib/services/variation.service.d.ts +26 -0
  488. package/lib/services/view-mode.service.d.ts +17 -0
  489. package/lib/services/vr.service.d.ts +42 -0
  490. package/lib/services/xr.service.d.ts +56 -0
  491. package/lib/style/_mixin.scss +9 -0
  492. package/lib/style/configurator-globals.scss +21 -0
  493. package/lib/style/template_variables.scss +37 -0
  494. package/lib/utils/color.utils.d.ts +8 -0
  495. package/lib/utils/debug.utils.d.ts +3 -0
  496. package/lib/utils/device.utils.d.ts +7 -0
  497. package/{utils → lib/utils}/file.utils.d.ts +3 -0
  498. package/{utils → lib/utils}/image.utils.d.ts +2 -3
  499. package/lib/utils/json-parser.utils.d.ts +9 -0
  500. package/lib/utils/material.utils.d.ts +34 -0
  501. package/lib/utils/object.utils.d.ts +32 -0
  502. package/lib/utils/relative-position.utils.d.ts +12 -0
  503. package/lib/utils/rotation-helper.utils.d.ts +6 -0
  504. package/lib/utils/scene-3d.utils.d.ts +8 -0
  505. package/lib/utils/text-utils.d.ts +4 -0
  506. package/{utils → lib/utils}/threed.utils.d.ts +7 -3
  507. package/{utils → lib/utils}/variation-utils.d.ts +4 -2
  508. package/package.json +17 -30
  509. package/public-api.d.ts +60 -0
  510. package/README.md +0 -28
  511. package/app/components/answers/answer/answer.component.d.ts +0 -11
  512. package/app/components/answers/answers.component.d.ts +0 -8
  513. package/app/components/answers/answers.module.d.ts +0 -2
  514. package/app/components/selections/selections.component.d.ts +0 -21
  515. package/app/components/selections/selections.module.d.ts +0 -2
  516. package/app/components/shared/loader/loader.component.d.ts +0 -2
  517. package/app/components/shared/shared.module.d.ts +0 -2
  518. package/app/services/configurator.service.d.ts +0 -19
  519. package/app/services/image-cache.service.d.ts +0 -10
  520. package/app/utils/object.utils.d.ts +0 -7
  521. package/colijnit-configurator.metadata.json +0 -1
  522. package/esm2015/app/builder.js +0 -710
  523. package/esm2015/app/components/answers/answer/answer.component.js +0 -66
  524. package/esm2015/app/components/answers/answers.component.js +0 -38
  525. package/esm2015/app/components/answers/answers.module.js +0 -27
  526. package/esm2015/app/components/selections/selections.component.js +0 -129
  527. package/esm2015/app/components/selections/selections.module.js +0 -21
  528. package/esm2015/app/components/shared/loader/loader.component.js +0 -22
  529. package/esm2015/app/components/shared/shared.module.js +0 -19
  530. package/esm2015/app/directives/visibility-observer-master.directive.js +0 -50
  531. package/esm2015/app/directives/visibility-observer.directive.js +0 -55
  532. package/esm2015/app/services/configurator.service.js +0 -79
  533. package/esm2015/app/services/image-cache.service.js +0 -63
  534. package/esm2015/app/utils/object.utils.js +0 -51
  535. package/esm2015/helper/variation-helper.js +0 -549
  536. package/esm2015/model/material.js +0 -11
  537. package/esm2015/model/variation-settings.js +0 -54
  538. package/esm2015/model/variation.js +0 -3
  539. package/esm2015/public_api.js +0 -7
  540. package/esm2015/utils/asset.utils.js +0 -124
  541. package/esm2015/utils/base-utils.js +0 -9
  542. package/esm2015/utils/file.utils.js +0 -142
  543. package/esm2015/utils/image.utils.js +0 -66
  544. package/esm2015/utils/object.utils.js +0 -49
  545. package/esm2015/utils/scene-utils.js +0 -187
  546. package/esm2015/utils/threed.utils.js +0 -226
  547. package/esm2015/utils/variation-utils.js +0 -388
  548. package/model/material.d.ts +0 -40
  549. package/public_api.d.ts +0 -6
  550. package/utils/object.utils.d.ts +0 -7
  551. /package/{utils → lib/utils}/asset.utils.d.ts +0 -0
  552. /package/{utils → lib/utils}/base-utils.d.ts +0 -0
  553. /package/{utils → lib/utils}/scene-utils.d.ts +0 -0
@@ -0,0 +1,111 @@
1
+ /** AUTO GENERATED FILE. DO NOT CHANGE.. **/
2
+ export declare enum IconEnum {
3
+ AddButton = "add-button",
4
+ AddLight = "add_light",
5
+ Angle90 = "angle_90",
6
+ Aperture = "aperture",
7
+ ArrowUpRightAndArrowDownLeftFromCenter = "arrow-up-right-and-arrow-down-left-from-center",
8
+ ArrowsLeftRight = "arrows-left-right",
9
+ ArrowsUpDown = "arrows-up-down",
10
+ ArrowsToEye = "arrows_to_eye",
11
+ ArrowPointDown = "arrow_point_down",
12
+ ArrowPointRight = "arrow_point_right",
13
+ ArrowRotateLeft = "arrow_rotate_left",
14
+ ArrowRotateRight = "arrow_rotate_right",
15
+ ArrowTurnLeft = "arrow_turn_left",
16
+ ArrowTurnLeftRegular = "arrow_turn_left_regular",
17
+ ArrowTurnRight = "arrow_turn_right",
18
+ ArrowTurnRightRegular = "arrow_turn_right_regular",
19
+ ArCircle = "ar_circle",
20
+ Brush = "brush",
21
+ CameraSolid = "camera_solid",
22
+ CameraTopdown = "camera_topdown",
23
+ CameraViewfinder = "camera_viewfinder",
24
+ CartShoppingRegular = "cart-shopping-regular",
25
+ Check = "check",
26
+ CheckRegular = "check_regular",
27
+ CheckSolid = "check_solid",
28
+ CircleCheck = "circle_check",
29
+ CircleCheckRegular = "circle_check_regular",
30
+ CircleInfo = "circle_info",
31
+ CircleMinusLight = "circle_minus_light",
32
+ CirclePlusLight = "circle_plus_light",
33
+ CircleQuestion = "circle_question",
34
+ CircleRegular = "circle_regular",
35
+ CircleXmark = "circle_xmark",
36
+ CitPoweredWhite = "cit_powered_white",
37
+ CloudArrowDown = "cloud_arrow_down",
38
+ CloudArrowUp = "cloud_arrow_up",
39
+ Comment = "comment",
40
+ Compress = "compress",
41
+ ConfFrame = "conf_frame",
42
+ ConfPlane = "conf_plane",
43
+ CopyLight = "copy_light",
44
+ Couch = "couch",
45
+ Cross = "cross",
46
+ CubeOutline = "cube-outline",
47
+ CubeUnfolded = "cube-unfolded",
48
+ Cube = "cube",
49
+ DashButton = "dash-button",
50
+ DeleteButton = "delete-button",
51
+ Download = "download",
52
+ DrawSquare = "draw_square",
53
+ EditButton = "edit-button",
54
+ Expand = "expand",
55
+ FillDripLight = "fill_drip_light",
56
+ Flower = "flower",
57
+ GaugeHighSolidFull = "gauge_high_solid_full",
58
+ GaugeLowSolidFull = "gauge_low_solid_full",
59
+ GaugeMaxSolidFull = "gauge_max_solid_full",
60
+ GaugeMinSolidFull = "gauge_min_solid_full",
61
+ GoogleCardboardOrange = "google-cardboard-orange",
62
+ GoogleCardboard = "google-cardboard",
63
+ GridLight = "grid_light",
64
+ HandPointer = "hand-pointer",
65
+ HandLight = "hand_light",
66
+ HandPointerLight = "hand_pointer_light",
67
+ HeightAdjust = "height_adjust",
68
+ House = "house",
69
+ ImageLight = "image_light",
70
+ ImageSlashRegular = "image_slash_regular",
71
+ InfoSolidFull = "info_solid_full",
72
+ LinkLight = "link_light",
73
+ LinkSlashLight = "link_slash_light",
74
+ List = "list",
75
+ LockLight = "lock_light",
76
+ LockOpenLight = "lock_open_light",
77
+ MagicWand = "magic-wand",
78
+ Magnet = "magnet",
79
+ MagnetStrikethrough = "magnet_strikethrough",
80
+ Magnifier = "magnifier",
81
+ MagnifyingGlassMinus = "magnifying_glass_minus",
82
+ MagnifyingGlassPlus = "magnifying_glass_plus",
83
+ Measurements = "measurements",
84
+ MeasurementsInside = "measurements_inside",
85
+ MovePhoneAr = "move-phone-ar",
86
+ PaintRollerLight = "paint_roller_light",
87
+ PenRuler = "pen-ruler",
88
+ PencilLight = "pencil_light",
89
+ PlusRegular = "plus_regular",
90
+ Qrcode = "qrcode",
91
+ RetryButton = "retry-button",
92
+ RotateLight = "rotate_light",
93
+ Scale = "scale",
94
+ Settings = "settings",
95
+ SquareCheckRegular = "square_check_regular",
96
+ SquareChevronDownRegular = "square_chevron_down_regular",
97
+ SquareRegular = "square_regular",
98
+ StreetViewOrange = "street-view-orange",
99
+ StreetView = "street_view",
100
+ SwapButton = "swap-button",
101
+ TiltPhone = "tilt-phone",
102
+ TrashCanLight = "trash_can_light",
103
+ TriangleDown = "triangle_down",
104
+ TriangleExclamation = "triangle_exclamation",
105
+ TriangleUp = "triangle_up",
106
+ UploadLight = "upload_light",
107
+ WandMagicSparkles = "wand_magic_sparkles",
108
+ WifiSolidFull = "wifi_solid_full",
109
+ XmarkLight = "xmark_light",
110
+ XmarkRegular = "xmark_regular"
111
+ }
@@ -0,0 +1,21 @@
1
+ export declare enum ItemType {
2
+ Floor = 1,
3
+ Wall = 2,
4
+ InWall = 3,
5
+ InWallFloor = 7,
6
+ OnFloor = 8,
7
+ WallFloor = 9,
8
+ CustomFloorGroup = 10,
9
+ CustomShape = 11,
10
+ FloorGroup = 12,
11
+ ItemGroup = 13,
12
+ CustomCylinder = 14,
13
+ CustomCylinderWall = 15,
14
+ CustomShapeWall = 16,
15
+ CustomWall = 20,
16
+ CustomWallFloor = 21,
17
+ WallItemGroup = 22,
18
+ WallDecoration = 23,
19
+ WindowDecoration = 24,
20
+ FloorDecoration = 25
21
+ }
@@ -0,0 +1,7 @@
1
+ export declare enum LightEnum {
2
+ SpotLight = "SpotLight",
3
+ DirectionalLight = "DirectionalLight",
4
+ AmbientLight = "AmbientLight",
5
+ HemisphereLight = "HemisphereLight",
6
+ PointLight = "PointLight"
7
+ }
@@ -0,0 +1,4 @@
1
+ export declare enum NavigatorType {
2
+ IOsSafari = "IOsSafari",
3
+ Browser = "Browser"
4
+ }
@@ -0,0 +1,7 @@
1
+ export declare enum OutputEncoding {
2
+ NoColorSpace = "NoColorSpace",
3
+ SRGBColorSpace = "SRGBColorSpace",
4
+ LinearSRGBColorSpace = "LinearSRGBColorSpace",
5
+ DisplayP3ColorSpace = "DisplayP3ColorSpace",
6
+ LinearDisplayP3ColorSpace = "LinearDisplayP3ColorSpace"
7
+ }
@@ -0,0 +1,19 @@
1
+ export declare enum ResultType {
2
+ Unknown = "Unknown",
3
+ BuildFromScratch = "BuildFromScratch",
4
+ NeedsUserInput = "NeedsUserInput",
5
+ NoAdjustables = "NoAdjustables",
6
+ NoSelections = "NoSelections",
7
+ NoDecoNodes = "NoDecoNodes",
8
+ GameobjectNameMismatchInSource = "GameobjectNameMismatchInSource",
9
+ ArticleNotFound = "ArticleNotFound",
10
+ No3DModel = "No3DModel",
11
+ ErrorSettingInstance = "ErrorSettingInstance",
12
+ Timeout = "Timeout",
13
+ ConfigurationNotFixed = "ConfigurationNotFixed",
14
+ ConfigurationPartiallyFixed = "ConfigurationPartiallyFixed",
15
+ Obsolete = "Obsolete",
16
+ Loaded = "Loaded",
17
+ ConfigurationFixed = "ConfigurationFixed",
18
+ ExternalSourceNotAvailable = "ExternalSourceNotAvailable"
19
+ }
@@ -0,0 +1,10 @@
1
+ export declare enum SceneEventState {
2
+ UNSELECTED = 0,
3
+ SELECTED = 1,
4
+ DRAGGING = 2,
5
+ ROTATING = 3,
6
+ PANNING = 5,
7
+ DND = 6,
8
+ EXPLORE = 7,
9
+ DRAGGINGCONNECTOR = 8
10
+ }
@@ -0,0 +1,6 @@
1
+ export declare enum ShadowMapLocalType {
2
+ BasicShadowMap = "BasicShadowMap",
3
+ PCFShadowMap = "PCFShadowMap",
4
+ PCFSoftShadowMap = "PCFSoftShadowMap",
5
+ VSMShadowMap = "VSMShadowMap"
6
+ }
@@ -0,0 +1,7 @@
1
+ export declare enum TextureType {
2
+ Basic = 0,
3
+ Image = 1,
4
+ CustomPattern = 2,
5
+ PBR = 3,
6
+ SHADOW = 4
7
+ }
@@ -0,0 +1,10 @@
1
+ export declare enum ToneMappingLocal {
2
+ NoToneMapping = "NoToneMapping",
3
+ LinearToneMapping = "LinearToneMapping",
4
+ ReinhardToneMapping = "ReinhardToneMapping",
5
+ CineonToneMapping = "CineonToneMapping",
6
+ ACESFilmicToneMapping = "ACESFilmicToneMapping",
7
+ CustomToneMapping = "CustomToneMapping",
8
+ AgXToneMapping = "AgXToneMapping",
9
+ NeutralToneMapping = "NeutralToneMapping"
10
+ }
@@ -0,0 +1,5 @@
1
+ export declare enum ViewMode {
2
+ RoomPlan3D = "3D roomplan",
3
+ VR = "VR",
4
+ AR = "AR"
5
+ }
@@ -0,0 +1,4 @@
1
+ export declare enum XrMode {
2
+ ArMode = "Ar Mode",
3
+ VrMode = "Vr Mode"
4
+ }
@@ -0,0 +1,4 @@
1
+ export declare const environment: {
2
+ production: boolean;
3
+ useSettings: boolean;
4
+ };
@@ -0,0 +1,4 @@
1
+ export interface AaOptions {
2
+ sampleLevel: number;
3
+ unbiased: boolean;
4
+ }
@@ -0,0 +1,5 @@
1
+ export interface AdjustableElementInterface {
2
+ identifier: string;
3
+ connector: string;
4
+ connectedNodeId: number;
5
+ }
@@ -0,0 +1,18 @@
1
+ export interface AoOptions {
2
+ aoSamples: number;
3
+ denoiseSamples: number;
4
+ denoiseRadius: number;
5
+ aoRadius: number;
6
+ distanceFalloff: number;
7
+ screenSpaceRadius: boolean;
8
+ halfRes: boolean;
9
+ depthAwareUpsampling: boolean;
10
+ transparencyAware: boolean;
11
+ intensity: number;
12
+ renderMode: string;
13
+ color: string;
14
+ colorMultiply: boolean;
15
+ stencil: boolean;
16
+ accumulate: boolean;
17
+ gammaCorrection: boolean;
18
+ }
@@ -0,0 +1,9 @@
1
+ import { Material, Object3D, Vector3 } from 'three';
2
+ export interface ChangesInterface {
3
+ name: string;
4
+ object: Object3D;
5
+ oldPosition: Vector3;
6
+ newPosition: Vector3;
7
+ oldMaterial?: Material;
8
+ newMaterial?: Material;
9
+ }
@@ -0,0 +1,40 @@
1
+ import { ConfigurationKey } from '../enum/configuration-key.enum';
2
+ export interface ConfigurationData {
3
+ [ConfigurationKey.DimensioningUnit]?: string;
4
+ [ConfigurationKey.DimensioningSquareUnit]?: string;
5
+ [ConfigurationKey.AngleUnit]?: string;
6
+ [ConfigurationKey.CmStep]?: number;
7
+ [ConfigurationKey.MStep]?: number;
8
+ [ConfigurationKey.MmStep]?: number;
9
+ [ConfigurationKey.AngleLabelDistanceInCm]?: number;
10
+ [ConfigurationKey.WallHeight]?: number;
11
+ [ConfigurationKey.WallThickness]?: number;
12
+ [ConfigurationKey.MaxWallHeight]?: number;
13
+ [ConfigurationKey.MaxWallThickness]?: number;
14
+ [ConfigurationKey.MaxWallLength]?: number;
15
+ [ConfigurationKey.MinWallLength]?: number;
16
+ [ConfigurationKey.WallSnapping]?: boolean;
17
+ [ConfigurationKey.CornerSnapping]?: boolean;
18
+ [ConfigurationKey.ShowObjectDistances]?: boolean;
19
+ [ConfigurationKey.ShowObjectMeasurements]?: boolean;
20
+ [ConfigurationKey.ShowDetailedWallMeasurements]?: boolean;
21
+ [ConfigurationKey.ShowWallItemMeasurements]?: boolean;
22
+ [ConfigurationKey.ShowWallMeasurements]?: boolean;
23
+ [ConfigurationKey.ShowCornerAngles]?: boolean;
24
+ [ConfigurationKey.RotationSnappingEnabled]?: boolean;
25
+ [ConfigurationKey.DisplayCustomShapeNames]?: boolean;
26
+ [ConfigurationKey.ShowInteriorLights]?: boolean;
27
+ [ConfigurationKey.InteriorLightIntensity]?: number;
28
+ [ConfigurationKey.ShowWalkThroughCameraControls]?: boolean;
29
+ [ConfigurationKey.ShowLightingControls]?: boolean;
30
+ [ConfigurationKey.ShowLightplansDialog]?: boolean;
31
+ [ConfigurationKey.WalkThroughCameraFoV]?: number;
32
+ [ConfigurationKey.WalkThroughCameraAspectRatio]?: number;
33
+ [ConfigurationKey.WalkThroughCameraFocus]?: number;
34
+ [ConfigurationKey.ShowPostProcessingSettings]?: boolean;
35
+ [ConfigurationKey.ShowWalls]?: boolean;
36
+ [ConfigurationKey.ShowCeiling]?: boolean;
37
+ [ConfigurationKey.IsLimited]?: boolean;
38
+ [ConfigurationKey.EnableTouch]?: boolean;
39
+ [ConfigurationKey.CameraFOV]?: number;
40
+ }
@@ -0,0 +1,22 @@
1
+ import { NavigatorType } from '../enum/navigator-type.enum';
2
+ import { LightProperties } from '../model/light-properties';
3
+ import { ToneMappingLocal } from '../enum/tone-mapping-local.enum';
4
+ import { ShadowMapLocalType } from '../enum/shadow-map-type.enum';
5
+ import { OutputEncoding } from '../enum/output-encoding.enum';
6
+ export interface LightPresetInterface {
7
+ id: string;
8
+ name: string;
9
+ default: boolean;
10
+ standalone: boolean;
11
+ group: string;
12
+ navigatorType: NavigatorType;
13
+ shadowMapType: ShadowMapLocalType;
14
+ outputEncoding: OutputEncoding;
15
+ shadowRadius: number;
16
+ toneMapping: ToneMappingLocal;
17
+ toneMappingExposure: number;
18
+ physicallyCorrectLights: boolean;
19
+ lights: LightProperties[];
20
+ hdri: string;
21
+ hdriIntensity: number;
22
+ }
@@ -0,0 +1,11 @@
1
+ import { AoOptions } from './ao-options.interface';
2
+ import { AaOptions } from './aa-options.interface';
3
+ import { VignetteOptions } from './vignette-options.interface';
4
+ export interface PostProcessingSetting {
5
+ aoEnabled: boolean;
6
+ aoOptions: AoOptions;
7
+ aaEnabled: boolean;
8
+ aaOptions: AaOptions;
9
+ vignetteEnabled: boolean;
10
+ vignetteOptions: VignetteOptions;
11
+ }
@@ -0,0 +1,19 @@
1
+ import { SafeHtml } from '@angular/platform-browser';
2
+ import { IconEnum } from '../enum/icon.enum';
3
+ export declare class SceneOptionButtonInterface {
4
+ id: number;
5
+ elementId: string;
6
+ label?: string;
7
+ class?: string;
8
+ tooltip?: string;
9
+ image?: string | SafeHtml;
10
+ order?: number;
11
+ toggle?: boolean;
12
+ tooltipActive?: string;
13
+ active?: boolean;
14
+ object?: any;
15
+ click?: Function;
16
+ show?: boolean;
17
+ icon?: IconEnum;
18
+ children?: SceneOptionButtonInterface[];
19
+ }
@@ -0,0 +1,10 @@
1
+ import { DeviceSizeType } from '../enum/device-size-type';
2
+ export interface ScreenSizeInfo {
3
+ width: number;
4
+ height: number;
5
+ deviceSizeType: DeviceSizeType;
6
+ isDesktopSize: boolean;
7
+ isTabletSize: boolean;
8
+ isPhoneSize: boolean;
9
+ isPortraitMode: boolean;
10
+ }
@@ -0,0 +1,8 @@
1
+ import { PostProcessingSetting } from './post-processing-setting.interface';
2
+ import { NavigatorType } from '../enum/navigator-type.enum';
3
+ export interface SettingInterface {
4
+ default: boolean;
5
+ standalone: boolean;
6
+ navigatorType: NavigatorType;
7
+ postprocessing: PostProcessingSetting;
8
+ }
@@ -0,0 +1,44 @@
1
+ import * as THREE from 'three';
2
+ import { TextureType } from '../enum/texture-type';
3
+ export interface TextureInterface {
4
+ name?: string;
5
+ type?: string | TextureType;
6
+ url?: string;
7
+ materializeUrl?: string;
8
+ bumpMap?: string;
9
+ bumpScale?: number;
10
+ roughness?: number;
11
+ roughnessMap?: string;
12
+ normalMap?: string;
13
+ alphaMap?: string;
14
+ repeatX?: number;
15
+ repeatY?: number;
16
+ metalness?: number;
17
+ metalnessMap?: string;
18
+ aoMapIntensity?: number;
19
+ aoMap?: string;
20
+ data?: any;
21
+ color?: string;
22
+ emissive?: string;
23
+ show?: boolean;
24
+ default?: boolean;
25
+ surfaces?: string[];
26
+ offset?: THREE.Vector2;
27
+ scale?: number;
28
+ rotation?: number;
29
+ stretch?: boolean;
30
+ height?: number;
31
+ width?: number;
32
+ tileSize?: number;
33
+ tileRotation?: number;
34
+ useStandalone?: boolean;
35
+ defaultStandalone?: boolean;
36
+ mirror?: boolean;
37
+ simplePlane?: boolean;
38
+ toneMapped?: boolean;
39
+ transparent?: boolean;
40
+ opacity?: number;
41
+ side?: number;
42
+ depthWrite?: boolean;
43
+ depthTest?: boolean;
44
+ }
@@ -0,0 +1,4 @@
1
+ export interface VignetteOptions {
2
+ vignetteOffset: number;
3
+ vignetteDarkness: number;
4
+ }
@@ -0,0 +1,4 @@
1
+ import { Box3, Object3D } from 'three';
2
+ export declare class ArPositionIndicator extends Object3D {
3
+ constructor(boundingBox: Box3);
4
+ }
@@ -0,0 +1,12 @@
1
+ import { Vector3 } from 'three';
2
+ export declare class CameraSettings {
3
+ sku: string;
4
+ position: Vector3;
5
+ rotation: Vector3;
6
+ maxHorizontalOrbit: number;
7
+ minHorizontalOrbit: number;
8
+ maxVerticalOrbit: number;
9
+ minVerticalOrbit: number;
10
+ maxZoomDistance: number;
11
+ minZoomDistance: number;
12
+ }
@@ -0,0 +1,30 @@
1
+ import { Euler, Material, Object3D, Vector3 } from 'three';
2
+ import { ConfiguratorErrorMessage } from './configurator-error-message';
3
+ import { ResultType } from '../enum/result-type.enum';
4
+ import { DecoNode } from '@colijnit/configuratorapi/build/model/deco-node';
5
+ import { Selection } from '@colijnit/configuratorapi/build/model/selection';
6
+ export declare class ConfigurationResultObject {
7
+ sku: string;
8
+ articleName: string;
9
+ instanceId: string;
10
+ originalItemId: string;
11
+ goodId: string;
12
+ schema: string;
13
+ assetUrl: string;
14
+ assetPath: string;
15
+ cdnUrl: string;
16
+ placement: number;
17
+ object?: Object3D;
18
+ material?: Material;
19
+ resultType: ResultType;
20
+ errorMessages: ConfiguratorErrorMessage[];
21
+ selections: Selection[];
22
+ decos: DecoNode[];
23
+ obsolete: boolean;
24
+ configurable: boolean;
25
+ default180: boolean;
26
+ position?: Vector3;
27
+ rotation?: number | Euler;
28
+ itemType?: number;
29
+ hdecoType?: string;
30
+ }
@@ -0,0 +1,8 @@
1
+ import { SafeHtml } from '@angular/platform-browser';
2
+ export declare class ConfiguratorErrorMessage {
3
+ message: string;
4
+ safeMessage: SafeHtml;
5
+ description: string;
6
+ safeDescription: SafeHtml;
7
+ constructor(message: string, description?: string);
8
+ }
@@ -0,0 +1,62 @@
1
+ import { GetArticlesForCatalogRequest } from '@colijnit/configuratorapi/build/model/get-articles-for-catalog';
2
+ import { ArParameters } from '../modules/render/model/ar-parameters';
3
+ import { SettingOptions } from './setting-options';
4
+ import { RenderParameters } from './render-parameters';
5
+ import { SceneSettings } from '../modules/render/model/scene-settings';
6
+ export declare class ConfiguratorSettings {
7
+ url?: string;
8
+ schema?: string;
9
+ version?: string;
10
+ branch?: string;
11
+ currency?: number;
12
+ currencySymbol?: string;
13
+ username?: string;
14
+ password?: string;
15
+ session?: any;
16
+ useGroups?: boolean;
17
+ useRenders?: boolean;
18
+ useLoginEncryption?: boolean;
19
+ logoutWhenRefresh?: boolean;
20
+ useMatch?: boolean;
21
+ assetPath?: string;
22
+ threeDAssetPath?: string;
23
+ assetIndex?: string;
24
+ lightPresetsIndex?: string;
25
+ additionalTranslationFile?: string;
26
+ apiUrl?: string;
27
+ client?: string;
28
+ timeoutInMs?: number;
29
+ languageCode?: string;
30
+ secondaryLogo?: string;
31
+ jwtEnabled?: boolean;
32
+ gtm?: string;
33
+ dracoPath?: string;
34
+ options?: SettingOptions;
35
+ catalogParameters?: GetArticlesForCatalogRequest;
36
+ renderParameters?: RenderParameters;
37
+ arParameters?: ArParameters;
38
+ faqUrl?: string;
39
+ feedbackUrl?: string;
40
+ envMap?: string;
41
+ spreadsheetSheetKey?: string;
42
+ cameraConfig?: string;
43
+ sceneBackground?: string;
44
+ sceneBackgroundColor?: string;
45
+ standaloneSceneBackgroundColor?: string;
46
+ blendFilesRender?: boolean;
47
+ renderApiClientId?: string;
48
+ uploadEndpoint?: string;
49
+ renderEndpoint?: string;
50
+ productRenderSceneAssetId?: string;
51
+ defaultRenderType?: number;
52
+ user3DModelUploadEnabled?: boolean;
53
+ showConversionButtons?: boolean;
54
+ showUploadDiagram?: boolean;
55
+ isHomeDecoHub?: boolean;
56
+ standAloneRoomplanner?: boolean;
57
+ projectSettings?: ConfiguratorSettings;
58
+ showFloorProductTab?: boolean;
59
+ showAddToCart?: boolean;
60
+ blenderSceneSettings?: SceneSettings;
61
+ infoPublicationCode?: number;
62
+ }
@@ -0,0 +1,10 @@
1
+ export declare class CustomButton {
2
+ caption: string;
3
+ handler: Function;
4
+ data: any;
5
+ xPos: number;
6
+ yPos: number;
7
+ size: number;
8
+ opacity: number;
9
+ constructor(caption?: string, handler?: Function, data?: any);
10
+ }
@@ -0,0 +1,5 @@
1
+ import { HdecoPlacement } from '@colijnit/configuratorapi/build/enum/hdeco-placement.enum';
2
+ import { ItemType } from '../enum/item-type.enum';
3
+ export declare function isFloorDecoration(type: ItemType): boolean;
4
+ export declare function isWallDecoration(type: ItemType): boolean;
5
+ export declare function itemTypeFromPlacement(placement: HdecoPlacement): ItemType;
@@ -0,0 +1,4 @@
1
+ /** AUTO GENERATED FILE. DO NOT CHANGE.. **/
2
+ export declare const IconSvg: {
3
+ [iconName: string]: string;
4
+ };
@@ -0,0 +1,6 @@
1
+ import { Object3D } from 'three';
2
+ export declare class IntersectedObjects {
3
+ parent: Object3D;
4
+ child: Object3D;
5
+ constructor(parent?: any, child?: any);
6
+ }
@@ -0,0 +1,33 @@
1
+ import { ShadowMapLocalType } from '../enum/shadow-map-type.enum';
2
+ import { ShadowMapType, ToneMapping } from 'three';
3
+ import { OutputEncoding } from '../enum/output-encoding.enum';
4
+ import { LightProperties } from './light-properties';
5
+ import { ColorSpace } from 'three/src/constants';
6
+ import { ToneMappingLocal } from '../enum/tone-mapping-local.enum';
7
+ import { NavigatorType } from '../enum/navigator-type.enum';
8
+ import { LightPresetInterface } from '../interfaces/light-preset.interface';
9
+ export declare const toneMappingMap: Map<ToneMappingLocal, ToneMapping>;
10
+ export declare const shadowMapTypesMap: Map<ShadowMapLocalType, ShadowMapType>;
11
+ export declare const outputEncodingMap: Map<OutputEncoding, ColorSpace>;
12
+ export declare class LightPreset {
13
+ id: string;
14
+ name: string;
15
+ navigatorType: NavigatorType;
16
+ default: boolean;
17
+ standalone: boolean;
18
+ group: string;
19
+ shadowMapType: ShadowMapLocalType;
20
+ outputEncoding: OutputEncoding;
21
+ colorSpace: ColorSpace;
22
+ shadowRadius: number;
23
+ toneMapping: ToneMappingLocal;
24
+ toneMappingExposure: number;
25
+ physicallyCorrectLights: boolean;
26
+ lights: LightProperties[];
27
+ hdri: string;
28
+ hdriIntensity: number;
29
+ dirty: boolean;
30
+ constructor();
31
+ static CreateModelFromInterface(modelInterface: LightPresetInterface): LightPreset;
32
+ private _generateUniqueId;
33
+ }
@@ -0,0 +1,25 @@
1
+ import { Color, Vector3 } from 'three';
2
+ import { LightEnum } from '../enum/light.enum';
3
+ import { ShadowProperties } from './shadow-properties';
4
+ export declare class LightProperties {
5
+ type: LightEnum;
6
+ name: string;
7
+ visible: boolean;
8
+ position: Vector3;
9
+ color: Color;
10
+ groundColor: Color;
11
+ intensity: number;
12
+ angle: number;
13
+ power: number;
14
+ decay: number;
15
+ distance: number;
16
+ penumbra: number;
17
+ bias: number;
18
+ radius: number;
19
+ castShadow: boolean;
20
+ wallOffset: number;
21
+ rotationOffset: number;
22
+ topDownDirectional: boolean;
23
+ shadow: ShadowProperties;
24
+ static CreateNew(rawData: any): LightProperties;
25
+ }