kitchen-simulator 5.0.0-test.1 → 5.0.0-test.12

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 (1627) hide show
  1. package/README.md +1 -1
  2. package/package.json +47 -55
  3. package/src/CrossSignOn.jsx +94 -0
  4. package/src/KitchenConfigurator.jsx +1 -1
  5. package/src/_renderer.jsx +42 -0
  6. package/src/catalog/areas/area/planner-element.jsx +1 -1
  7. package/src/catalog/lines/wall/planner-element.jsx +1 -1
  8. package/src/catalog/mycatalog.js +26 -0
  9. package/src/components/_export.js +29 -0
  10. package/src/components/viewer3d/scene-creator.js +23 -26
  11. package/src/components/viewer3d/viewer3d.js +18 -18
  12. package/src/index.js +1 -4
  13. package/src/renderer.jsx +466 -0
  14. package/es/@history.js +0 -3
  15. package/es/@history.js.map +0 -1
  16. package/es/AppContext.js +0 -4
  17. package/es/AppContext.js.map +0 -1
  18. package/es/KitchenConfigurator.js +0 -1345
  19. package/es/KitchenConfigurator.js.map +0 -1
  20. package/es/KitchenConfiguratorApp.js +0 -532
  21. package/es/KitchenConfiguratorApp.js.map +0 -1
  22. package/es/actions/area-actions.js +0 -15
  23. package/es/actions/area-actions.js.map +0 -1
  24. package/es/actions/export.js +0 -26
  25. package/es/actions/export.js.map +0 -1
  26. package/es/actions/groups-actions.js +0 -90
  27. package/es/actions/groups-actions.js.map +0 -1
  28. package/es/actions/holes-actions.js +0 -120
  29. package/es/actions/holes-actions.js.map +0 -1
  30. package/es/actions/items-actions.js +0 -314
  31. package/es/actions/items-actions.js.map +0 -1
  32. package/es/actions/lines-actions.js +0 -83
  33. package/es/actions/lines-actions.js.map +0 -1
  34. package/es/actions/project-actions.js +0 -282
  35. package/es/actions/project-actions.js.map +0 -1
  36. package/es/actions/scene-actions.js +0 -34
  37. package/es/actions/scene-actions.js.map +0 -1
  38. package/es/actions/user-actions.js +0 -59
  39. package/es/actions/user-actions.js.map +0 -1
  40. package/es/actions/vertices-actions.js +0 -28
  41. package/es/actions/vertices-actions.js.map +0 -1
  42. package/es/actions/viewer2d-actions.js +0 -59
  43. package/es/actions/viewer2d-actions.js.map +0 -1
  44. package/es/actions/viewer3d-actions.js +0 -24
  45. package/es/actions/viewer3d-actions.js.map +0 -1
  46. package/es/catalog/areas/area/planner-element.js +0 -41
  47. package/es/catalog/areas/area/planner-element.js.map +0 -1
  48. package/es/catalog/areas/area/textures/ceramic-tile.jpg +0 -0
  49. package/es/catalog/areas/area/textures/grass.jpg +0 -0
  50. package/es/catalog/areas/area/textures/parquet.jpg +0 -0
  51. package/es/catalog/areas/area/textures/strand-porcelain.jpg +0 -0
  52. package/es/catalog/areas/area/textures/tile1.jpg +0 -0
  53. package/es/catalog/back.png +0 -0
  54. package/es/catalog/catalog.js +0 -278
  55. package/es/catalog/catalog.js.map +0 -1
  56. package/es/catalog/doors.png +0 -0
  57. package/es/catalog/doorways.png +0 -0
  58. package/es/catalog/envMap/nx.hdr +0 -0
  59. package/es/catalog/envMap/ny.hdr +0 -0
  60. package/es/catalog/envMap/nz.hdr +0 -0
  61. package/es/catalog/envMap/px.hdr +0 -0
  62. package/es/catalog/envMap/py.hdr +0 -0
  63. package/es/catalog/envMap/pz.hdr +0 -0
  64. package/es/catalog/factories/area-factory-3d.js +0 -183
  65. package/es/catalog/factories/area-factory-3d.js.map +0 -1
  66. package/es/catalog/factories/area-factory.js +0 -82
  67. package/es/catalog/factories/area-factory.js.map +0 -1
  68. package/es/catalog/factories/export.js +0 -8
  69. package/es/catalog/factories/export.js.map +0 -1
  70. package/es/catalog/factories/wall-factory-3d.js +0 -203
  71. package/es/catalog/factories/wall-factory-3d.js.map +0 -1
  72. package/es/catalog/factories/wall-factory.js +0 -269
  73. package/es/catalog/factories/wall-factory.js.map +0 -1
  74. package/es/catalog/holes/door-closet/planner-element.js +0 -223
  75. package/es/catalog/holes/door-closet/planner-element.js.map +0 -1
  76. package/es/catalog/holes/door-double/door_double.png +0 -0
  77. package/es/catalog/holes/door-double/planner-element.js +0 -316
  78. package/es/catalog/holes/door-double/planner-element.js.map +0 -1
  79. package/es/catalog/holes/door-exterior/planner-element.js +0 -216
  80. package/es/catalog/holes/door-exterior/planner-element.js.map +0 -1
  81. package/es/catalog/holes/door-interior/planner-element.js +0 -228
  82. package/es/catalog/holes/door-interior/planner-element.js.map +0 -1
  83. package/es/catalog/holes/door-panic/panicDoor.png +0 -0
  84. package/es/catalog/holes/door-panic/planner-element.js +0 -504
  85. package/es/catalog/holes/door-panic/planner-element.js.map +0 -1
  86. package/es/catalog/holes/door-panic-double/panicDoorDouble.png +0 -0
  87. package/es/catalog/holes/door-panic-double/planner-element.js +0 -464
  88. package/es/catalog/holes/door-panic-double/planner-element.js.map +0 -1
  89. package/es/catalog/holes/door-sliding/planner-element.js +0 -226
  90. package/es/catalog/holes/door-sliding/planner-element.js.map +0 -1
  91. package/es/catalog/holes/doorway-framed/planner-element.js +0 -146
  92. package/es/catalog/holes/doorway-framed/planner-element.js.map +0 -1
  93. package/es/catalog/holes/doorway-frameless/planner-element.js +0 -105
  94. package/es/catalog/holes/doorway-frameless/planner-element.js.map +0 -1
  95. package/es/catalog/holes/gate/gate.jpg +0 -0
  96. package/es/catalog/holes/window-clear/planner-element.js +0 -167
  97. package/es/catalog/holes/window-clear/planner-element.js.map +0 -1
  98. package/es/catalog/holes/window-clear/texture.png +0 -0
  99. package/es/catalog/holes/window-cross/planner-element.js +0 -166
  100. package/es/catalog/holes/window-cross/planner-element.js.map +0 -1
  101. package/es/catalog/holes/window-cross/texture.png +0 -0
  102. package/es/catalog/holes/window-double-hung/planner-element.js +0 -304
  103. package/es/catalog/holes/window-double-hung/planner-element.js.map +0 -1
  104. package/es/catalog/holes/window-double-hung/texture.png +0 -0
  105. package/es/catalog/holes/window-vertical/planner-element.js +0 -277
  106. package/es/catalog/holes/window-vertical/planner-element.js.map +0 -1
  107. package/es/catalog/holes/window-vertical/texture.png +0 -0
  108. package/es/catalog/lines/wall/planner-element.js +0 -71
  109. package/es/catalog/lines/wall/planner-element.js.map +0 -1
  110. package/es/catalog/lines/wall/textures/bricks-normal.jpg +0 -0
  111. package/es/catalog/lines/wall/textures/bricks-normal2.jpg +0 -0
  112. package/es/catalog/lines/wall/textures/bricks.jpg +0 -0
  113. package/es/catalog/lines/wall/textures/bricks2.jpg +0 -0
  114. package/es/catalog/lines/wall/textures/bricks3.jpg +0 -0
  115. package/es/catalog/lines/wall/textures/morden-normal.jpg +0 -0
  116. package/es/catalog/lines/wall/textures/morden.jpg +0 -0
  117. package/es/catalog/lines/wall/textures/painted-normal.jpg +0 -0
  118. package/es/catalog/lines/wall/textures/painted.jpg +0 -0
  119. package/es/catalog/lines/wall/textures/plaster-normal.jpg +0 -0
  120. package/es/catalog/lines/wall/textures/plaster.jpg +0 -0
  121. package/es/catalog/lines/wall/wall.png +0 -0
  122. package/es/catalog/molding/molding-dcm/planner-element.js +0 -30
  123. package/es/catalog/molding/molding-dcm/planner-element.js.map +0 -1
  124. package/es/catalog/molding/molding-dcm/texture.png +0 -0
  125. package/es/catalog/molding/molding-fbm/planner-element.js +0 -30
  126. package/es/catalog/molding/molding-fbm/planner-element.js.map +0 -1
  127. package/es/catalog/molding/molding-fbm/texture.png +0 -0
  128. package/es/catalog/molding/molding-lrm/planner-element.js +0 -30
  129. package/es/catalog/molding/molding-lrm/planner-element.js.map +0 -1
  130. package/es/catalog/molding/molding-lrm/texture.png +0 -0
  131. package/es/catalog/properties/export.js +0 -22
  132. package/es/catalog/properties/export.js.map +0 -1
  133. package/es/catalog/properties/property-checkbox.js +0 -72
  134. package/es/catalog/properties/property-checkbox.js.map +0 -1
  135. package/es/catalog/properties/property-color.js +0 -40
  136. package/es/catalog/properties/property-color.js.map +0 -1
  137. package/es/catalog/properties/property-enum.js +0 -56
  138. package/es/catalog/properties/property-enum.js.map +0 -1
  139. package/es/catalog/properties/property-hidden.js +0 -20
  140. package/es/catalog/properties/property-hidden.js.map +0 -1
  141. package/es/catalog/properties/property-lenght-measure.js +0 -102
  142. package/es/catalog/properties/property-lenght-measure.js.map +0 -1
  143. package/es/catalog/properties/property-length-measure.js +0 -86
  144. package/es/catalog/properties/property-length-measure.js.map +0 -1
  145. package/es/catalog/properties/property-length-measure_hole.js +0 -102
  146. package/es/catalog/properties/property-length-measure_hole.js.map +0 -1
  147. package/es/catalog/properties/property-number.js +0 -49
  148. package/es/catalog/properties/property-number.js.map +0 -1
  149. package/es/catalog/properties/property-read-only.js +0 -27
  150. package/es/catalog/properties/property-read-only.js.map +0 -1
  151. package/es/catalog/properties/property-string.js +0 -49
  152. package/es/catalog/properties/property-string.js.map +0 -1
  153. package/es/catalog/properties/property-toggle.js +0 -40
  154. package/es/catalog/properties/property-toggle.js.map +0 -1
  155. package/es/catalog/properties/shared-property-style.js +0 -15
  156. package/es/catalog/properties/shared-property-style.js.map +0 -1
  157. package/es/catalog/utils/FuseUtils.js +0 -83
  158. package/es/catalog/utils/FuseUtils.js.map +0 -1
  159. package/es/catalog/utils/exporter.js +0 -149
  160. package/es/catalog/utils/exporter.js.map +0 -1
  161. package/es/catalog/utils/geom-utils.js +0 -190
  162. package/es/catalog/utils/geom-utils.js.map +0 -1
  163. package/es/catalog/utils/item-loader.js +0 -1522
  164. package/es/catalog/utils/item-loader.js.map +0 -1
  165. package/es/catalog/utils/load-obj.js +0 -92
  166. package/es/catalog/utils/load-obj.js.map +0 -1
  167. package/es/catalog/utils/mtl-loader.js +0 -358
  168. package/es/catalog/utils/mtl-loader.js.map +0 -1
  169. package/es/catalog/utils/obj-loader.js +0 -477
  170. package/es/catalog/utils/obj-loader.js.map +0 -1
  171. package/es/catalog/windows.png +0 -0
  172. package/es/class/FuseUtils.js +0 -83
  173. package/es/class/FuseUtils.js.map +0 -1
  174. package/es/class/area.js +0 -146
  175. package/es/class/area.js.map +0 -1
  176. package/es/class/export.js +0 -25
  177. package/es/class/export.js.map +0 -1
  178. package/es/class/group.js +0 -441
  179. package/es/class/group.js.map +0 -1
  180. package/es/class/guide.js +0 -63
  181. package/es/class/guide.js.map +0 -1
  182. package/es/class/hole.js +0 -931
  183. package/es/class/hole.js.map +0 -1
  184. package/es/class/item.js +0 -1888
  185. package/es/class/item.js.map +0 -1
  186. package/es/class/layer.js +0 -668
  187. package/es/class/layer.js.map +0 -1
  188. package/es/class/line.js +0 -1290
  189. package/es/class/line.js.map +0 -1
  190. package/es/class/project.js +0 -823
  191. package/es/class/project.js.map +0 -1
  192. package/es/class/vertex.js +0 -267
  193. package/es/class/vertex.js.map +0 -1
  194. package/es/components/atoms/Snackbar/index.js +0 -50
  195. package/es/components/atoms/Snackbar/index.js.map +0 -1
  196. package/es/components/atoms/radio-button/index.js +0 -26
  197. package/es/components/atoms/radio-button/index.js.map +0 -1
  198. package/es/components/atoms/radio-button/styles.js +0 -5
  199. package/es/components/atoms/radio-button/styles.js.map +0 -1
  200. package/es/components/button/MainButton.js +0 -92
  201. package/es/components/button/MainButton.js.map +0 -1
  202. package/es/components/button/ToggleMeasureButton.js +0 -56
  203. package/es/components/button/ToggleMeasureButton.js.map +0 -1
  204. package/es/components/catalog-view/catalog-breadcrumb.js +0 -53
  205. package/es/components/catalog-view/catalog-breadcrumb.js.map +0 -1
  206. package/es/components/catalog-view/catalog-item.js +0 -226
  207. package/es/components/catalog-view/catalog-item.js.map +0 -1
  208. package/es/components/catalog-view/catalog-list.js +0 -182
  209. package/es/components/catalog-view/catalog-list.js.map +0 -1
  210. package/es/components/catalog-view/catalog-page-item.js +0 -130
  211. package/es/components/catalog-view/catalog-page-item.js.map +0 -1
  212. package/es/components/catalog-view/catalog-turn-back-page-item.js +0 -106
  213. package/es/components/catalog-view/catalog-turn-back-page-item.js.map +0 -1
  214. package/es/components/configurator/custom-configurator.js +0 -94
  215. package/es/components/configurator/custom-configurator.js.map +0 -1
  216. package/es/components/configurator/project-configurator.js +0 -131
  217. package/es/components/configurator/project-configurator.js.map +0 -1
  218. package/es/components/content.js +0 -123
  219. package/es/components/content.js.map +0 -1
  220. package/es/components/export.js +0 -24
  221. package/es/components/export.js.map +0 -1
  222. package/es/components/firstsetting/button/styles.js +0 -27
  223. package/es/components/firstsetting/button/styles.js.map +0 -1
  224. package/es/components/firstsetting/export.js +0 -9
  225. package/es/components/firstsetting/export.js.map +0 -1
  226. package/es/components/firstsetting/firstsetting-content-button.js +0 -217
  227. package/es/components/firstsetting/firstsetting-content-button.js.map +0 -1
  228. package/es/components/firstsetting/firstsetting-toggle-button.js +0 -126
  229. package/es/components/firstsetting/firstsetting-toggle-button.js.map +0 -1
  230. package/es/components/firstsetting/firstsetting.js +0 -626
  231. package/es/components/firstsetting/firstsetting.js.map +0 -1
  232. package/es/components/footerbar/button/ControlButton.js +0 -72
  233. package/es/components/footerbar/button/ControlButton.js.map +0 -1
  234. package/es/components/footerbar/button/DirectionButton.js +0 -69
  235. package/es/components/footerbar/button/DirectionButton.js.map +0 -1
  236. package/es/components/footerbar/button/DirectionPanSpinButton.js +0 -50
  237. package/es/components/footerbar/button/DirectionPanSpinButton.js.map +0 -1
  238. package/es/components/footerbar/button/ToggleButton.js +0 -76
  239. package/es/components/footerbar/button/ToggleButton.js.map +0 -1
  240. package/es/components/footerbar/button/ToggleConvertButton.js +0 -73
  241. package/es/components/footerbar/button/ToggleConvertButton.js.map +0 -1
  242. package/es/components/footerbar/button/ToggleMeasureButton.js +0 -52
  243. package/es/components/footerbar/button/ToggleMeasureButton.js.map +0 -1
  244. package/es/components/footerbar/button/styles.js +0 -22
  245. package/es/components/footerbar/button/styles.js.map +0 -1
  246. package/es/components/footerbar/export.js +0 -9
  247. package/es/components/footerbar/export.js.map +0 -1
  248. package/es/components/footerbar/footer-content-button.js +0 -217
  249. package/es/components/footerbar/footer-content-button.js.map +0 -1
  250. package/es/components/footerbar/footer-toggle-button.js +0 -126
  251. package/es/components/footerbar/footer-toggle-button.js.map +0 -1
  252. package/es/components/footerbar/footerbar.js +0 -801
  253. package/es/components/footerbar/footerbar.js.map +0 -1
  254. package/es/components/footerbar/styles.js +0 -34
  255. package/es/components/footerbar/styles.js.map +0 -1
  256. package/es/components/header/button/MenuButton.js +0 -70
  257. package/es/components/header/button/MenuButton.js.map +0 -1
  258. package/es/components/header/button/SaveButton.js +0 -48
  259. package/es/components/header/button/SaveButton.js.map +0 -1
  260. package/es/components/header/button/styles.js +0 -59
  261. package/es/components/header/button/styles.js.map +0 -1
  262. package/es/components/header/export.js +0 -5
  263. package/es/components/header/export.js.map +0 -1
  264. package/es/components/header/header.js +0 -550
  265. package/es/components/header/header.js.map +0 -1
  266. package/es/components/header/header.style.css +0 -47
  267. package/es/components/header/styles.js +0 -41
  268. package/es/components/header/styles.js.map +0 -1
  269. package/es/components/login/Login.js +0 -86
  270. package/es/components/login/Login.js.map +0 -1
  271. package/es/components/login/LoginForm/index.js +0 -132
  272. package/es/components/login/LoginForm/index.js.map +0 -1
  273. package/es/components/login/Register.js +0 -96
  274. package/es/components/login/Register.js.map +0 -1
  275. package/es/components/login/RegisterForm/index.js +0 -230
  276. package/es/components/login/RegisterForm/index.js.map +0 -1
  277. package/es/components/login/jwtService.js +0 -232
  278. package/es/components/login/jwtService.js.map +0 -1
  279. package/es/components/login/style.css +0 -158
  280. package/es/components/login/style.scss +0 -260
  281. package/es/components/molecules/slider/index.js +0 -13
  282. package/es/components/molecules/slider/index.js.map +0 -1
  283. package/es/components/molecules/slider/styles.js +0 -2
  284. package/es/components/molecules/slider/styles.js.map +0 -1
  285. package/es/components/molecules/slider/styles.scss +0 -3
  286. package/es/components/myprojects/export.js +0 -5
  287. package/es/components/myprojects/export.js.map +0 -1
  288. package/es/components/myprojects/index.js +0 -446
  289. package/es/components/myprojects/index.js.map +0 -1
  290. package/es/components/myprojects/styles.js +0 -24
  291. package/es/components/myprojects/styles.js.map +0 -1
  292. package/es/components/sidebar/custom-accordion.js +0 -38
  293. package/es/components/sidebar/custom-accordion.js.map +0 -1
  294. package/es/components/sidebar/export.js +0 -14
  295. package/es/components/sidebar/export.js.map +0 -1
  296. package/es/components/sidebar/panel-element-editor/attributes-editor/attributes-editor.js +0 -65
  297. package/es/components/sidebar/panel-element-editor/attributes-editor/attributes-editor.js.map +0 -1
  298. package/es/components/sidebar/panel-element-editor/attributes-editor/confirm-popup.js +0 -116
  299. package/es/components/sidebar/panel-element-editor/attributes-editor/confirm-popup.js.map +0 -1
  300. package/es/components/sidebar/panel-element-editor/attributes-editor/hole-attributes-editor.js +0 -126
  301. package/es/components/sidebar/panel-element-editor/attributes-editor/hole-attributes-editor.js.map +0 -1
  302. package/es/components/sidebar/panel-element-editor/attributes-editor/item-attributes-editor.js +0 -251
  303. package/es/components/sidebar/panel-element-editor/attributes-editor/item-attributes-editor.js.map +0 -1
  304. package/es/components/sidebar/panel-element-editor/attributes-editor/line-attributes-editor.js +0 -75
  305. package/es/components/sidebar/panel-element-editor/attributes-editor/line-attributes-editor.js.map +0 -1
  306. package/es/components/sidebar/panel-element-editor/element-editor.js +0 -878
  307. package/es/components/sidebar/panel-element-editor/element-editor.js.map +0 -1
  308. package/es/components/sidebar/panel-element-editor/multi-elements-editor.js +0 -2
  309. package/es/components/sidebar/panel-element-editor/multi-elements-editor.js.map +0 -1
  310. package/es/components/sidebar/panel-element-editor/panel-element-editor.js +0 -49
  311. package/es/components/sidebar/panel-element-editor/panel-element-editor.js.map +0 -1
  312. package/es/components/sidebar/panel-element-editor/panel-multi-elements-editor.js +0 -118
  313. package/es/components/sidebar/panel-element-editor/panel-multi-elements-editor.js.map +0 -1
  314. package/es/components/sidebar/panel-group-editor.js +0 -211
  315. package/es/components/sidebar/panel-group-editor.js.map +0 -1
  316. package/es/components/sidebar/panel-groups.js +0 -267
  317. package/es/components/sidebar/panel-groups.js.map +0 -1
  318. package/es/components/sidebar/panel-guides.js +0 -185
  319. package/es/components/sidebar/panel-guides.js.map +0 -1
  320. package/es/components/sidebar/panel-layer-elements.js +0 -251
  321. package/es/components/sidebar/panel-layer-elements.js.map +0 -1
  322. package/es/components/sidebar/panel-layers.js +0 -340
  323. package/es/components/sidebar/panel-layers.js.map +0 -1
  324. package/es/components/sidebar/panel.js +0 -103
  325. package/es/components/sidebar/panel.js.map +0 -1
  326. package/es/components/sidebar/sidebar.js +0 -109
  327. package/es/components/sidebar/sidebar.js.map +0 -1
  328. package/es/components/sidebar/toolbar-panel.js +0 -164
  329. package/es/components/sidebar/toolbar-panel.js.map +0 -1
  330. package/es/components/sign/export.js +0 -6
  331. package/es/components/sign/export.js.map +0 -1
  332. package/es/components/sign/main/index.js +0 -560
  333. package/es/components/sign/main/index.js.map +0 -1
  334. package/es/components/sign/main/styles.js +0 -20
  335. package/es/components/sign/main/styles.js.map +0 -1
  336. package/es/components/style/button.js +0 -114
  337. package/es/components/style/button.js.map +0 -1
  338. package/es/components/style/cancel-button.js +0 -23
  339. package/es/components/style/cancel-button.js.map +0 -1
  340. package/es/components/style/content-container.js +0 -34
  341. package/es/components/style/content-container.js.map +0 -1
  342. package/es/components/style/content-title.js +0 -30
  343. package/es/components/style/content-title.js.map +0 -1
  344. package/es/components/style/delete-button.js +0 -26
  345. package/es/components/style/delete-button.js.map +0 -1
  346. package/es/components/style/export.js +0 -32
  347. package/es/components/style/export.js.map +0 -1
  348. package/es/components/style/form-block.js +0 -25
  349. package/es/components/style/form-block.js.map +0 -1
  350. package/es/components/style/form-color-input.js +0 -28
  351. package/es/components/style/form-color-input.js.map +0 -1
  352. package/es/components/style/form-label.js +0 -27
  353. package/es/components/style/form-label.js.map +0 -1
  354. package/es/components/style/form-number-input.js +0 -190
  355. package/es/components/style/form-number-input.js.map +0 -1
  356. package/es/components/style/form-number-input_2.js +0 -207
  357. package/es/components/style/form-number-input_2.js.map +0 -1
  358. package/es/components/style/form-select.js +0 -21
  359. package/es/components/style/form-select.js.map +0 -1
  360. package/es/components/style/form-slider.js +0 -46
  361. package/es/components/style/form-slider.js.map +0 -1
  362. package/es/components/style/form-submit-button.js +0 -27
  363. package/es/components/style/form-submit-button.js.map +0 -1
  364. package/es/components/style/form-text-input.js +0 -77
  365. package/es/components/style/form-text-input.js.map +0 -1
  366. package/es/components/toolbar/button/ControlButton.js +0 -69
  367. package/es/components/toolbar/button/ControlButton.js.map +0 -1
  368. package/es/components/toolbar/button/DirectionButton.js +0 -50
  369. package/es/components/toolbar/button/DirectionButton.js.map +0 -1
  370. package/es/components/toolbar/button/RightButton.js +0 -133
  371. package/es/components/toolbar/button/RightButton.js.map +0 -1
  372. package/es/components/toolbar/button/ToggleButton.js +0 -59
  373. package/es/components/toolbar/button/ToggleButton.js.map +0 -1
  374. package/es/components/toolbar/button/index.js +0 -88
  375. package/es/components/toolbar/button/index.js.map +0 -1
  376. package/es/components/toolbar/button/styles.js +0 -14
  377. package/es/components/toolbar/button/styles.js.map +0 -1
  378. package/es/components/toolbar/components/DoorStyleMenu.js +0 -105
  379. package/es/components/toolbar/components/DoorStyleMenu.js.map +0 -1
  380. package/es/components/toolbar/components/Pricing.js +0 -101
  381. package/es/components/toolbar/components/Pricing.js.map +0 -1
  382. package/es/components/toolbar/components/ReviewForQuote.js +0 -476
  383. package/es/components/toolbar/components/ReviewForQuote.js.map +0 -1
  384. package/es/components/toolbar/export.js +0 -14
  385. package/es/components/toolbar/export.js.map +0 -1
  386. package/es/components/toolbar/main/Alert.js +0 -125
  387. package/es/components/toolbar/main/Alert.js.map +0 -1
  388. package/es/components/toolbar/main/TakePictureModal.js +0 -100
  389. package/es/components/toolbar/main/TakePictureModal.js.map +0 -1
  390. package/es/components/toolbar/main/confirm-popup.js +0 -88
  391. package/es/components/toolbar/main/confirm-popup.js.map +0 -1
  392. package/es/components/toolbar/main/index.js +0 -4612
  393. package/es/components/toolbar/main/index.js.map +0 -1
  394. package/es/components/toolbar/main/lShaped.json +0 -311
  395. package/es/components/toolbar/main/longNarrow.json +0 -238
  396. package/es/components/toolbar/main/myComponents.js +0 -118
  397. package/es/components/toolbar/main/myComponents.js.map +0 -1
  398. package/es/components/toolbar/main/oRectangle.json +0 -220
  399. package/es/components/toolbar/main/rectangle.json +0 -238
  400. package/es/components/toolbar/main/style.css +0 -107
  401. package/es/components/toolbar/main/styles.js +0 -64
  402. package/es/components/toolbar/main/styles.js.map +0 -1
  403. package/es/components/toolbar/plugin-item.js +0 -150
  404. package/es/components/toolbar/plugin-item.js.map +0 -1
  405. package/es/components/toolbar/popup/appliance/appliance-category/index.js +0 -77
  406. package/es/components/toolbar/popup/appliance/appliance-category/index.js.map +0 -1
  407. package/es/components/toolbar/popup/appliance/choose-appliance/index.js +0 -76
  408. package/es/components/toolbar/popup/appliance/choose-appliance/index.js.map +0 -1
  409. package/es/components/toolbar/popup/appliance/index.js +0 -81
  410. package/es/components/toolbar/popup/appliance/index.js.map +0 -1
  411. package/es/components/toolbar/popup/autosaveprompt/index.js +0 -91
  412. package/es/components/toolbar/popup/autosaveprompt/index.js.map +0 -1
  413. package/es/components/toolbar/popup/autosaveprompt/styles.css +0 -64
  414. package/es/components/toolbar/popup/autosaveprompt/styles.js +0 -9
  415. package/es/components/toolbar/popup/autosaveprompt/styles.js.map +0 -1
  416. package/es/components/toolbar/popup/cabinet/cabinet-category/index.js +0 -77
  417. package/es/components/toolbar/popup/cabinet/cabinet-category/index.js.map +0 -1
  418. package/es/components/toolbar/popup/cabinet/choose-product/index.js +0 -98
  419. package/es/components/toolbar/popup/cabinet/choose-product/index.js.map +0 -1
  420. package/es/components/toolbar/popup/cabinet/index.js +0 -83
  421. package/es/components/toolbar/popup/cabinet/index.js.map +0 -1
  422. package/es/components/toolbar/popup/doorStyle/choose-style/index.js +0 -50
  423. package/es/components/toolbar/popup/doorStyle/choose-style/index.js.map +0 -1
  424. package/es/components/toolbar/popup/doorStyle/index.js +0 -61
  425. package/es/components/toolbar/popup/doorStyle/index.js.map +0 -1
  426. package/es/components/toolbar/popup/doorStyle/style-category/index.js +0 -143
  427. package/es/components/toolbar/popup/doorStyle/style-category/index.js.map +0 -1
  428. package/es/components/toolbar/popup/downloadsummary/downloadSummaryContext.js +0 -3
  429. package/es/components/toolbar/popup/downloadsummary/downloadSummaryContext.js.map +0 -1
  430. package/es/components/toolbar/popup/downloadsummary/downloadSummaryTemp.js +0 -119
  431. package/es/components/toolbar/popup/downloadsummary/downloadSummaryTemp.js.map +0 -1
  432. package/es/components/toolbar/popup/downloadsummary/index.js +0 -564
  433. package/es/components/toolbar/popup/downloadsummary/index.js.map +0 -1
  434. package/es/components/toolbar/popup/downloadsummary/show2D/show2DView.js +0 -51
  435. package/es/components/toolbar/popup/downloadsummary/show2D/show2DView.js.map +0 -1
  436. package/es/components/toolbar/popup/downloadsummary/show2D/viewer2DDownLoad.js +0 -191
  437. package/es/components/toolbar/popup/downloadsummary/show2D/viewer2DDownLoad.js.map +0 -1
  438. package/es/components/toolbar/popup/downloadsummary/show3D/show3DView.js +0 -245
  439. package/es/components/toolbar/popup/downloadsummary/show3D/show3DView.js.map +0 -1
  440. package/es/components/toolbar/popup/downloadsummary/show3D/viewer3DDownLoad.js +0 -1758
  441. package/es/components/toolbar/popup/downloadsummary/show3D/viewer3DDownLoad.js.map +0 -1
  442. package/es/components/toolbar/popup/downloadsummary/showCabinetInfo.js +0 -87
  443. package/es/components/toolbar/popup/downloadsummary/showCabinetInfo.js.map +0 -1
  444. package/es/components/toolbar/popup/downloadsummary/showElevation/showElevationView.js +0 -116
  445. package/es/components/toolbar/popup/downloadsummary/showElevation/showElevationView.js.map +0 -1
  446. package/es/components/toolbar/popup/downloadsummary/showElevation/viewer3DElevationDownload.js +0 -1710
  447. package/es/components/toolbar/popup/downloadsummary/showElevation/viewer3DElevationDownload.js.map +0 -1
  448. package/es/components/toolbar/popup/downloadsummary/showElevation/viewerElevationDownload.js +0 -175
  449. package/es/components/toolbar/popup/downloadsummary/showElevation/viewerElevationDownload.js.map +0 -1
  450. package/es/components/toolbar/popup/downloadsummary/showWarranty.js +0 -106
  451. package/es/components/toolbar/popup/downloadsummary/showWarranty.js.map +0 -1
  452. package/es/components/toolbar/popup/downloadsummary/styles.css +0 -177
  453. package/es/components/toolbar/popup/downloadsummary/styles.js +0 -40
  454. package/es/components/toolbar/popup/downloadsummary/styles.js.map +0 -1
  455. package/es/components/toolbar/popup/finishingtouch/category/index.js +0 -35
  456. package/es/components/toolbar/popup/finishingtouch/category/index.js.map +0 -1
  457. package/es/components/toolbar/popup/finishingtouch/index.js +0 -47
  458. package/es/components/toolbar/popup/finishingtouch/index.js.map +0 -1
  459. package/es/components/toolbar/popup/finishingtouch/material-edit.js +0 -156
  460. package/es/components/toolbar/popup/finishingtouch/material-edit.js.map +0 -1
  461. package/es/components/toolbar/popup/finishingtouch/product/index.js +0 -56
  462. package/es/components/toolbar/popup/finishingtouch/product/index.js.map +0 -1
  463. package/es/components/toolbar/popup/floorplan/choose-floor/confirm-popup.js +0 -116
  464. package/es/components/toolbar/popup/floorplan/choose-floor/confirm-popup.js.map +0 -1
  465. package/es/components/toolbar/popup/floorplan/choose-floor/index.js +0 -246
  466. package/es/components/toolbar/popup/floorplan/choose-floor/index.js.map +0 -1
  467. package/es/components/toolbar/popup/floorplan/choose-floor/lShaped.json +0 -311
  468. package/es/components/toolbar/popup/floorplan/choose-floor/longNarrow.json +0 -238
  469. package/es/components/toolbar/popup/floorplan/choose-floor/oRectangle.json +0 -220
  470. package/es/components/toolbar/popup/floorplan/choose-floor/rectangle.json +0 -238
  471. package/es/components/toolbar/popup/floorplan/choose-floor/styles.js +0 -11
  472. package/es/components/toolbar/popup/floorplan/choose-floor/styles.js.map +0 -1
  473. package/es/components/toolbar/popup/floorplan/floor-category/index.js +0 -90
  474. package/es/components/toolbar/popup/floorplan/floor-category/index.js.map +0 -1
  475. package/es/components/toolbar/popup/floorplan/index.js +0 -49
  476. package/es/components/toolbar/popup/floorplan/index.js.map +0 -1
  477. package/es/components/toolbar/popup/index.js +0 -188
  478. package/es/components/toolbar/popup/index.js.map +0 -1
  479. package/es/components/toolbar/popup/newproject/index.js +0 -67
  480. package/es/components/toolbar/popup/newproject/index.js.map +0 -1
  481. package/es/components/toolbar/popup/newproject/styles.css +0 -64
  482. package/es/components/toolbar/popup/newproject/styles.js +0 -9
  483. package/es/components/toolbar/popup/newproject/styles.js.map +0 -1
  484. package/es/components/toolbar/popup/product/appliance.js +0 -65
  485. package/es/components/toolbar/popup/product/appliance.js.map +0 -1
  486. package/es/components/toolbar/popup/product/cabinetproduct.js +0 -25
  487. package/es/components/toolbar/popup/product/cabinetproduct.js.map +0 -1
  488. package/es/components/toolbar/popup/product/doorstyle.js +0 -50
  489. package/es/components/toolbar/popup/product/doorstyle.js.map +0 -1
  490. package/es/components/toolbar/popup/product/doorstyleproduct.js +0 -51
  491. package/es/components/toolbar/popup/product/doorstyleproduct.js.map +0 -1
  492. package/es/components/toolbar/popup/product/floor.js +0 -52
  493. package/es/components/toolbar/popup/product/floor.js.map +0 -1
  494. package/es/components/toolbar/popup/product/floorproduct.js +0 -61
  495. package/es/components/toolbar/popup/product/floorproduct.js.map +0 -1
  496. package/es/components/toolbar/popup/product/index.js +0 -52
  497. package/es/components/toolbar/popup/product/index.js.map +0 -1
  498. package/es/components/toolbar/popup/product/primary.js +0 -63
  499. package/es/components/toolbar/popup/product/primary.js.map +0 -1
  500. package/es/components/toolbar/popup/product/productline.js +0 -120
  501. package/es/components/toolbar/popup/product/productline.js.map +0 -1
  502. package/es/components/toolbar/popup/product/reviewItem.js +0 -338
  503. package/es/components/toolbar/popup/product/reviewItem.js.map +0 -1
  504. package/es/components/toolbar/popup/product/reviewMolding.js +0 -282
  505. package/es/components/toolbar/popup/product/reviewMolding.js.map +0 -1
  506. package/es/components/toolbar/popup/product/style.css +0 -54
  507. package/es/components/toolbar/popup/product/styles.js +0 -71
  508. package/es/components/toolbar/popup/product/styles.js.map +0 -1
  509. package/es/components/toolbar/popup/savedesign/FullPictureForm.js +0 -161
  510. package/es/components/toolbar/popup/savedesign/FullPictureForm.js.map +0 -1
  511. package/es/components/toolbar/popup/savedesign/index.js +0 -508
  512. package/es/components/toolbar/popup/savedesign/index.js.map +0 -1
  513. package/es/components/toolbar/popup/savedesign/savedesign.style.css +0 -16
  514. package/es/components/toolbar/popup/savedesign/styles.js +0 -19
  515. package/es/components/toolbar/popup/savedesign/styles.js.map +0 -1
  516. package/es/components/toolbar/popup/setDoorStyleOption/index.js +0 -57
  517. package/es/components/toolbar/popup/setDoorStyleOption/index.js.map +0 -1
  518. package/es/components/toolbar/popup/styles.js +0 -98
  519. package/es/components/toolbar/popup/styles.js.map +0 -1
  520. package/es/components/toolbar/popup/submitforquote/AddToCartOptions.js +0 -157
  521. package/es/components/toolbar/popup/submitforquote/AddToCartOptions.js.map +0 -1
  522. package/es/components/toolbar/popup/submitforquote/CustomerRequestsForm.js +0 -85
  523. package/es/components/toolbar/popup/submitforquote/CustomerRequestsForm.js.map +0 -1
  524. package/es/components/toolbar/popup/submitforquote/SkipDesignerReview.js +0 -36
  525. package/es/components/toolbar/popup/submitforquote/SkipDesignerReview.js.map +0 -1
  526. package/es/components/toolbar/popup/submitforquote/StepDots.js +0 -33
  527. package/es/components/toolbar/popup/submitforquote/StepDots.js.map +0 -1
  528. package/es/components/toolbar/popup/submitforquote/cart-choice.js +0 -132
  529. package/es/components/toolbar/popup/submitforquote/cart-choice.js.map +0 -1
  530. package/es/components/toolbar/popup/submitforquote/doorstyle-menus.js +0 -43
  531. package/es/components/toolbar/popup/submitforquote/doorstyle-menus.js.map +0 -1
  532. package/es/components/toolbar/popup/submitforquote/index.js +0 -690
  533. package/es/components/toolbar/popup/submitforquote/index.js.map +0 -1
  534. package/es/components/toolbar/popup/submitforquote/styles.css +0 -105
  535. package/es/components/toolbar/popup/submitforquote/styles.js +0 -31
  536. package/es/components/toolbar/popup/submitforquote/styles.js.map +0 -1
  537. package/es/components/toolbar/popup/submitprompt/index.js +0 -71
  538. package/es/components/toolbar/popup/submitprompt/index.js.map +0 -1
  539. package/es/components/toolbar/popup/submitprompt/styles.css +0 -64
  540. package/es/components/toolbar/popup/submitprompt/styles.js +0 -9
  541. package/es/components/toolbar/popup/submitprompt/styles.js.map +0 -1
  542. package/es/components/toolbar/toolbar-button.js +0 -105
  543. package/es/components/toolbar/toolbar-button.js.map +0 -1
  544. package/es/components/toolbar/toolbar-load-button.js +0 -29
  545. package/es/components/toolbar/toolbar-load-button.js.map +0 -1
  546. package/es/components/toolbar/toolbar-save-button.js +0 -27
  547. package/es/components/toolbar/toolbar-save-button.js.map +0 -1
  548. package/es/components/tutorial-view/Modal.js +0 -498
  549. package/es/components/tutorial-view/Modal.js.map +0 -1
  550. package/es/components/tutorial-view/style.css +0 -111
  551. package/es/components/tutorial-view/styles.js +0 -6
  552. package/es/components/tutorial-view/styles.js.map +0 -1
  553. package/es/components/viewer2d/area.js +0 -83
  554. package/es/components/viewer2d/area.js.map +0 -1
  555. package/es/components/viewer2d/export.js +0 -32
  556. package/es/components/viewer2d/export.js.map +0 -1
  557. package/es/components/viewer2d/grids/grid-horizontal-streak.js +0 -38
  558. package/es/components/viewer2d/grids/grid-horizontal-streak.js.map +0 -1
  559. package/es/components/viewer2d/grids/grid-streak.js +0 -38
  560. package/es/components/viewer2d/grids/grid-streak.js.map +0 -1
  561. package/es/components/viewer2d/grids/grid-vertical-streak.js +0 -38
  562. package/es/components/viewer2d/grids/grid-vertical-streak.js.map +0 -1
  563. package/es/components/viewer2d/grids/grids.js +0 -36
  564. package/es/components/viewer2d/grids/grids.js.map +0 -1
  565. package/es/components/viewer2d/group.js +0 -54
  566. package/es/components/viewer2d/group.js.map +0 -1
  567. package/es/components/viewer2d/item.js +0 -514
  568. package/es/components/viewer2d/item.js.map +0 -1
  569. package/es/components/viewer2d/layer.js +0 -165
  570. package/es/components/viewer2d/layer.js.map +0 -1
  571. package/es/components/viewer2d/line.js +0 -889
  572. package/es/components/viewer2d/line.js.map +0 -1
  573. package/es/components/viewer2d/ruler.js +0 -101
  574. package/es/components/viewer2d/ruler.js.map +0 -1
  575. package/es/components/viewer2d/rulerDist.js +0 -147
  576. package/es/components/viewer2d/rulerDist.js.map +0 -1
  577. package/es/components/viewer2d/rulerX.js +0 -152
  578. package/es/components/viewer2d/rulerX.js.map +0 -1
  579. package/es/components/viewer2d/rulerY.js +0 -154
  580. package/es/components/viewer2d/rulerY.js.map +0 -1
  581. package/es/components/viewer2d/scene.js +0 -141
  582. package/es/components/viewer2d/scene.js.map +0 -1
  583. package/es/components/viewer2d/snap.js +0 -75
  584. package/es/components/viewer2d/snap.js.map +0 -1
  585. package/es/components/viewer2d/state.js +0 -79
  586. package/es/components/viewer2d/state.js.map +0 -1
  587. package/es/components/viewer2d/utils.js +0 -163
  588. package/es/components/viewer2d/utils.js.map +0 -1
  589. package/es/components/viewer2d/vertex.js +0 -67
  590. package/es/components/viewer2d/vertex.js.map +0 -1
  591. package/es/components/viewer2d/viewer2d.js +0 -1402
  592. package/es/components/viewer2d/viewer2d.js.map +0 -1
  593. package/es/components/viewer3d/camera-controls-module/camera-controls.module.js +0 -2593
  594. package/es/components/viewer3d/camera-controls-module/camera-controls.module.js.map +0 -1
  595. package/es/components/viewer3d/dcm.js +0 -402
  596. package/es/components/viewer3d/dcm.js.map +0 -1
  597. package/es/components/viewer3d/fbm.js +0 -415
  598. package/es/components/viewer3d/fbm.js.map +0 -1
  599. package/es/components/viewer3d/front3D.js +0 -67
  600. package/es/components/viewer3d/front3D.js.map +0 -1
  601. package/es/components/viewer3d/grid-creator.js +0 -26
  602. package/es/components/viewer3d/grid-creator.js.map +0 -1
  603. package/es/components/viewer3d/grids/grid-horizontal-streak.js +0 -37
  604. package/es/components/viewer3d/grids/grid-horizontal-streak.js.map +0 -1
  605. package/es/components/viewer3d/grids/grid-streak.js +0 -28
  606. package/es/components/viewer3d/grids/grid-streak.js.map +0 -1
  607. package/es/components/viewer3d/grids/grid-vertical-streak.js +0 -37
  608. package/es/components/viewer3d/grids/grid-vertical-streak.js.map +0 -1
  609. package/es/components/viewer3d/libs/first-person-controls.js +0 -68
  610. package/es/components/viewer3d/libs/first-person-controls.js.map +0 -1
  611. package/es/components/viewer3d/libs/helvetiker_regular.typeface.js +0 -1282
  612. package/es/components/viewer3d/libs/helvetiker_regular.typeface.js.map +0 -1
  613. package/es/components/viewer3d/libs/mtl-loader.js +0 -358
  614. package/es/components/viewer3d/libs/mtl-loader.js.map +0 -1
  615. package/es/components/viewer3d/libs/obj-loader.js +0 -463
  616. package/es/components/viewer3d/libs/obj-loader.js.map +0 -1
  617. package/es/components/viewer3d/libs/orbit-controls.js +0 -699
  618. package/es/components/viewer3d/libs/orbit-controls.js.map +0 -1
  619. package/es/components/viewer3d/libs/pointer-lock-controls.js +0 -46
  620. package/es/components/viewer3d/libs/pointer-lock-controls.js.map +0 -1
  621. package/es/components/viewer3d/lrm.js +0 -306
  622. package/es/components/viewer3d/lrm.js.map +0 -1
  623. package/es/components/viewer3d/model.js +0 -709
  624. package/es/components/viewer3d/model.js.map +0 -1
  625. package/es/components/viewer3d/pointer-lock-navigation.js +0 -116
  626. package/es/components/viewer3d/pointer-lock-navigation.js.map +0 -1
  627. package/es/components/viewer3d/ruler-utils/itemRect.js +0 -62
  628. package/es/components/viewer3d/ruler-utils/itemRect.js.map +0 -1
  629. package/es/components/viewer3d/ruler-utils/layer3D.js +0 -496
  630. package/es/components/viewer3d/ruler-utils/layer3D.js.map +0 -1
  631. package/es/components/viewer3d/ruler-utils/ruler3D.js +0 -228
  632. package/es/components/viewer3d/ruler-utils/ruler3D.js.map +0 -1
  633. package/es/components/viewer3d/ruler-utils/scene3D.js +0 -62
  634. package/es/components/viewer3d/ruler-utils/scene3D.js.map +0 -1
  635. package/es/components/viewer3d/ruler-utils/state3D.js +0 -19
  636. package/es/components/viewer3d/ruler-utils/state3D.js.map +0 -1
  637. package/es/components/viewer3d/scene-creator.js +0 -3607
  638. package/es/components/viewer3d/scene-creator.js.map +0 -1
  639. package/es/components/viewer3d/three-memory-cleaner.js +0 -52
  640. package/es/components/viewer3d/three-memory-cleaner.js.map +0 -1
  641. package/es/components/viewer3d/viewer3d-first-person.js +0 -316
  642. package/es/components/viewer3d/viewer3d-first-person.js.map +0 -1
  643. package/es/components/viewer3d/viewer3d.js +0 -2504
  644. package/es/components/viewer3d/viewer3d.js.map +0 -1
  645. package/es/components/wizardstep/button/styles.js +0 -60
  646. package/es/components/wizardstep/button/styles.js.map +0 -1
  647. package/es/components/wizardstep/export.js +0 -5
  648. package/es/components/wizardstep/export.js.map +0 -1
  649. package/es/components/wizardstep/index.js +0 -971
  650. package/es/components/wizardstep/index.js.map +0 -1
  651. package/es/components/wizardstep/styles.js +0 -61
  652. package/es/components/wizardstep/styles.js.map +0 -1
  653. package/es/components/wizardstep/wizardstep-content-button.js +0 -217
  654. package/es/components/wizardstep/wizardstep-content-button.js.map +0 -1
  655. package/es/components/wizardstep/wizardstep-toggle-button.js +0 -126
  656. package/es/components/wizardstep/wizardstep-toggle-button.js.map +0 -1
  657. package/es/constants.js +0 -637
  658. package/es/constants.js.map +0 -1
  659. package/es/hooks/useCheckCart.js +0 -53
  660. package/es/hooks/useCheckCart.js.map +0 -1
  661. package/es/hooks/useGetPricesBySku.js +0 -74
  662. package/es/hooks/useGetPricesBySku.js.map +0 -1
  663. package/es/hooks/useValidateToken.js +0 -201
  664. package/es/hooks/useValidateToken.js.map +0 -1
  665. package/es/index.js +0 -18
  666. package/es/index.js.map +0 -1
  667. package/es/models.js +0 -511
  668. package/es/models.js.map +0 -1
  669. package/es/plugins/SVGLoader.js +0 -1413
  670. package/es/plugins/SVGLoader.js.map +0 -1
  671. package/es/plugins/autosave.js +0 -34
  672. package/es/plugins/autosave.js.map +0 -1
  673. package/es/plugins/console-debugger.js +0 -38
  674. package/es/plugins/console-debugger.js.map +0 -1
  675. package/es/plugins/export.js +0 -10
  676. package/es/plugins/export.js.map +0 -1
  677. package/es/plugins/keyboard.js +0 -102
  678. package/es/plugins/keyboard.js.map +0 -1
  679. package/es/reducers/areas-reducer.js +0 -13
  680. package/es/reducers/areas-reducer.js.map +0 -1
  681. package/es/reducers/export.js +0 -26
  682. package/es/reducers/export.js.map +0 -1
  683. package/es/reducers/groups-reducer.js +0 -39
  684. package/es/reducers/groups-reducer.js.map +0 -1
  685. package/es/reducers/holes-reducer.js +0 -63
  686. package/es/reducers/holes-reducer.js.map +0 -1
  687. package/es/reducers/items-reducer.js +0 -144
  688. package/es/reducers/items-reducer.js.map +0 -1
  689. package/es/reducers/lines-reducer.js +0 -46
  690. package/es/reducers/lines-reducer.js.map +0 -1
  691. package/es/reducers/project-reducer.js +0 -130
  692. package/es/reducers/project-reducer.js.map +0 -1
  693. package/es/reducers/reducer.js +0 -20
  694. package/es/reducers/reducer.js.map +0 -1
  695. package/es/reducers/scene-reducer.js +0 -29
  696. package/es/reducers/scene-reducer.js.map +0 -1
  697. package/es/reducers/user-reducer.js +0 -42
  698. package/es/reducers/user-reducer.js.map +0 -1
  699. package/es/reducers/vertices-reducer.js +0 -20
  700. package/es/reducers/vertices-reducer.js.map +0 -1
  701. package/es/reducers/viewer2d-reducer.js +0 -76
  702. package/es/reducers/viewer2d-reducer.js.map +0 -1
  703. package/es/reducers/viewer3d-reducer.js +0 -57
  704. package/es/reducers/viewer3d-reducer.js.map +0 -1
  705. package/es/shared-style.js +0 -67
  706. package/es/shared-style.js.map +0 -1
  707. package/es/styles/export.js +0 -6
  708. package/es/styles/export.js.map +0 -1
  709. package/es/styles/tabs.css +0 -40
  710. package/es/translator/en.js +0 -105
  711. package/es/translator/en.js.map +0 -1
  712. package/es/translator/it.js +0 -80
  713. package/es/translator/it.js.map +0 -1
  714. package/es/translator/ru.js +0 -80
  715. package/es/translator/ru.js.map +0 -1
  716. package/es/translator/translator.js +0 -85
  717. package/es/translator/translator.js.map +0 -1
  718. package/es/utils/browser.js +0 -34
  719. package/es/utils/browser.js.map +0 -1
  720. package/es/utils/email-validator.js +0 -5
  721. package/es/utils/email-validator.js.map +0 -1
  722. package/es/utils/export.js +0 -26
  723. package/es/utils/export.js.map +0 -1
  724. package/es/utils/geometry.js +0 -2237
  725. package/es/utils/geometry.js.map +0 -1
  726. package/es/utils/get-edges-of-subgraphs.js +0 -27
  727. package/es/utils/get-edges-of-subgraphs.js.map +0 -1
  728. package/es/utils/graph-cycles.js +0 -239
  729. package/es/utils/graph-cycles.js.map +0 -1
  730. package/es/utils/graph-inner-cycles.js +0 -47
  731. package/es/utils/graph-inner-cycles.js.map +0 -1
  732. package/es/utils/graph.js +0 -150
  733. package/es/utils/graph.js.map +0 -1
  734. package/es/utils/helper.js +0 -337
  735. package/es/utils/helper.js.map +0 -1
  736. package/es/utils/history.js +0 -30
  737. package/es/utils/history.js.map +0 -1
  738. package/es/utils/id-broker.js +0 -20
  739. package/es/utils/id-broker.js.map +0 -1
  740. package/es/utils/logger.js +0 -9
  741. package/es/utils/logger.js.map +0 -1
  742. package/es/utils/math.js +0 -51
  743. package/es/utils/math.js.map +0 -1
  744. package/es/utils/molding.js +0 -840
  745. package/es/utils/molding.js.map +0 -1
  746. package/es/utils/name-generator.js +0 -19
  747. package/es/utils/name-generator.js.map +0 -1
  748. package/es/utils/objects-utils.js +0 -51
  749. package/es/utils/objects-utils.js.map +0 -1
  750. package/es/utils/phone-validator.js +0 -5
  751. package/es/utils/phone-validator.js.map +0 -1
  752. package/es/utils/process-black-list.js +0 -19
  753. package/es/utils/process-black-list.js.map +0 -1
  754. package/es/utils/react-if.js +0 -19
  755. package/es/utils/react-if.js.map +0 -1
  756. package/es/utils/snap-scene.js +0 -100
  757. package/es/utils/snap-scene.js.map +0 -1
  758. package/es/utils/snap.js +0 -238
  759. package/es/utils/snap.js.map +0 -1
  760. package/es/utils/threeCSG.es6.js +0 -499
  761. package/es/utils/threeCSG.es6.js.map +0 -1
  762. package/es/version.js +0 -2
  763. package/es/version.js.map +0 -1
  764. package/lib/@history.js +0 -11
  765. package/lib/@history.js.map +0 -1
  766. package/lib/AppContext.js +0 -11
  767. package/lib/AppContext.js.map +0 -1
  768. package/lib/KitchenConfigurator.js +0 -1353
  769. package/lib/KitchenConfigurator.js.map +0 -1
  770. package/lib/KitchenConfiguratorApp.js +0 -539
  771. package/lib/KitchenConfiguratorApp.js.map +0 -1
  772. package/lib/actions/area-actions.js +0 -22
  773. package/lib/actions/area-actions.js.map +0 -1
  774. package/lib/actions/export.js +0 -44
  775. package/lib/actions/export.js.map +0 -1
  776. package/lib/actions/groups-actions.js +0 -108
  777. package/lib/actions/groups-actions.js.map +0 -1
  778. package/lib/actions/holes-actions.js +0 -141
  779. package/lib/actions/holes-actions.js.map +0 -1
  780. package/lib/actions/items-actions.js +0 -365
  781. package/lib/actions/items-actions.js.map +0 -1
  782. package/lib/actions/lines-actions.js +0 -98
  783. package/lib/actions/lines-actions.js.map +0 -1
  784. package/lib/actions/project-actions.js +0 -333
  785. package/lib/actions/project-actions.js.map +0 -1
  786. package/lib/actions/scene-actions.js +0 -44
  787. package/lib/actions/scene-actions.js.map +0 -1
  788. package/lib/actions/user-actions.js +0 -69
  789. package/lib/actions/user-actions.js.map +0 -1
  790. package/lib/actions/vertices-actions.js +0 -36
  791. package/lib/actions/vertices-actions.js.map +0 -1
  792. package/lib/actions/viewer2d-actions.js +0 -74
  793. package/lib/actions/viewer2d-actions.js.map +0 -1
  794. package/lib/actions/viewer3d-actions.js +0 -33
  795. package/lib/actions/viewer3d-actions.js.map +0 -1
  796. package/lib/catalog/areas/area/planner-element.js +0 -47
  797. package/lib/catalog/areas/area/planner-element.js.map +0 -1
  798. package/lib/catalog/catalog.js +0 -283
  799. package/lib/catalog/catalog.js.map +0 -1
  800. package/lib/catalog/factories/area-factory-3d.js +0 -192
  801. package/lib/catalog/factories/area-factory-3d.js.map +0 -1
  802. package/lib/catalog/factories/area-factory.js +0 -90
  803. package/lib/catalog/factories/area-factory.js.map +0 -1
  804. package/lib/catalog/factories/export.js +0 -26
  805. package/lib/catalog/factories/export.js.map +0 -1
  806. package/lib/catalog/factories/wall-factory-3d.js +0 -213
  807. package/lib/catalog/factories/wall-factory-3d.js.map +0 -1
  808. package/lib/catalog/factories/wall-factory.js +0 -279
  809. package/lib/catalog/factories/wall-factory.js.map +0 -1
  810. package/lib/catalog/holes/door-closet/planner-element.js +0 -232
  811. package/lib/catalog/holes/door-closet/planner-element.js.map +0 -1
  812. package/lib/catalog/holes/door-double/planner-element.js +0 -325
  813. package/lib/catalog/holes/door-double/planner-element.js.map +0 -1
  814. package/lib/catalog/holes/door-exterior/planner-element.js +0 -225
  815. package/lib/catalog/holes/door-exterior/planner-element.js.map +0 -1
  816. package/lib/catalog/holes/door-interior/planner-element.js +0 -237
  817. package/lib/catalog/holes/door-interior/planner-element.js.map +0 -1
  818. package/lib/catalog/holes/door-panic/planner-element.js +0 -513
  819. package/lib/catalog/holes/door-panic/planner-element.js.map +0 -1
  820. package/lib/catalog/holes/door-panic-double/planner-element.js +0 -473
  821. package/lib/catalog/holes/door-panic-double/planner-element.js.map +0 -1
  822. package/lib/catalog/holes/door-sliding/planner-element.js +0 -235
  823. package/lib/catalog/holes/door-sliding/planner-element.js.map +0 -1
  824. package/lib/catalog/holes/doorway-framed/planner-element.js +0 -155
  825. package/lib/catalog/holes/doorway-framed/planner-element.js.map +0 -1
  826. package/lib/catalog/holes/doorway-frameless/planner-element.js +0 -114
  827. package/lib/catalog/holes/doorway-frameless/planner-element.js.map +0 -1
  828. package/lib/catalog/holes/window-clear/planner-element.js +0 -176
  829. package/lib/catalog/holes/window-clear/planner-element.js.map +0 -1
  830. package/lib/catalog/holes/window-cross/planner-element.js +0 -175
  831. package/lib/catalog/holes/window-cross/planner-element.js.map +0 -1
  832. package/lib/catalog/holes/window-double-hung/planner-element.js +0 -313
  833. package/lib/catalog/holes/window-double-hung/planner-element.js.map +0 -1
  834. package/lib/catalog/holes/window-vertical/planner-element.js +0 -286
  835. package/lib/catalog/holes/window-vertical/planner-element.js.map +0 -1
  836. package/lib/catalog/lines/wall/planner-element.js +0 -77
  837. package/lib/catalog/lines/wall/planner-element.js.map +0 -1
  838. package/lib/catalog/molding/molding-dcm/planner-element.js +0 -39
  839. package/lib/catalog/molding/molding-dcm/planner-element.js.map +0 -1
  840. package/lib/catalog/molding/molding-fbm/planner-element.js +0 -39
  841. package/lib/catalog/molding/molding-fbm/planner-element.js.map +0 -1
  842. package/lib/catalog/molding/molding-lrm/planner-element.js +0 -39
  843. package/lib/catalog/molding/molding-lrm/planner-element.js.map +0 -1
  844. package/lib/catalog/properties/export.js +0 -82
  845. package/lib/catalog/properties/export.js.map +0 -1
  846. package/lib/catalog/properties/property-checkbox.js +0 -79
  847. package/lib/catalog/properties/property-checkbox.js.map +0 -1
  848. package/lib/catalog/properties/property-color.js +0 -47
  849. package/lib/catalog/properties/property-color.js.map +0 -1
  850. package/lib/catalog/properties/property-enum.js +0 -63
  851. package/lib/catalog/properties/property-enum.js.map +0 -1
  852. package/lib/catalog/properties/property-hidden.js +0 -27
  853. package/lib/catalog/properties/property-hidden.js.map +0 -1
  854. package/lib/catalog/properties/property-lenght-measure.js +0 -109
  855. package/lib/catalog/properties/property-lenght-measure.js.map +0 -1
  856. package/lib/catalog/properties/property-length-measure.js +0 -93
  857. package/lib/catalog/properties/property-length-measure.js.map +0 -1
  858. package/lib/catalog/properties/property-length-measure_hole.js +0 -109
  859. package/lib/catalog/properties/property-length-measure_hole.js.map +0 -1
  860. package/lib/catalog/properties/property-number.js +0 -56
  861. package/lib/catalog/properties/property-number.js.map +0 -1
  862. package/lib/catalog/properties/property-read-only.js +0 -34
  863. package/lib/catalog/properties/property-read-only.js.map +0 -1
  864. package/lib/catalog/properties/property-string.js +0 -56
  865. package/lib/catalog/properties/property-string.js.map +0 -1
  866. package/lib/catalog/properties/property-toggle.js +0 -47
  867. package/lib/catalog/properties/property-toggle.js.map +0 -1
  868. package/lib/catalog/properties/shared-property-style.js +0 -21
  869. package/lib/catalog/properties/shared-property-style.js.map +0 -1
  870. package/lib/catalog/utils/FuseUtils.js +0 -89
  871. package/lib/catalog/utils/FuseUtils.js.map +0 -1
  872. package/lib/catalog/utils/exporter.js +0 -156
  873. package/lib/catalog/utils/exporter.js.map +0 -1
  874. package/lib/catalog/utils/geom-utils.js +0 -206
  875. package/lib/catalog/utils/geom-utils.js.map +0 -1
  876. package/lib/catalog/utils/item-loader.js +0 -1534
  877. package/lib/catalog/utils/item-loader.js.map +0 -1
  878. package/lib/catalog/utils/load-obj.js +0 -100
  879. package/lib/catalog/utils/load-obj.js.map +0 -1
  880. package/lib/catalog/utils/mtl-loader.js +0 -360
  881. package/lib/catalog/utils/mtl-loader.js.map +0 -1
  882. package/lib/catalog/utils/obj-loader.js +0 -479
  883. package/lib/catalog/utils/obj-loader.js.map +0 -1
  884. package/lib/class/FuseUtils.js +0 -89
  885. package/lib/class/FuseUtils.js.map +0 -1
  886. package/lib/class/area.js +0 -151
  887. package/lib/class/area.js.map +0 -1
  888. package/lib/class/export.js +0 -97
  889. package/lib/class/export.js.map +0 -1
  890. package/lib/class/group.js +0 -446
  891. package/lib/class/group.js.map +0 -1
  892. package/lib/class/guide.js +0 -68
  893. package/lib/class/guide.js.map +0 -1
  894. package/lib/class/hole.js +0 -935
  895. package/lib/class/hole.js.map +0 -1
  896. package/lib/class/item.js +0 -1894
  897. package/lib/class/item.js.map +0 -1
  898. package/lib/class/layer.js +0 -673
  899. package/lib/class/layer.js.map +0 -1
  900. package/lib/class/line.js +0 -1296
  901. package/lib/class/line.js.map +0 -1
  902. package/lib/class/project.js +0 -829
  903. package/lib/class/project.js.map +0 -1
  904. package/lib/class/vertex.js +0 -272
  905. package/lib/class/vertex.js.map +0 -1
  906. package/lib/components/atoms/Snackbar/index.js +0 -57
  907. package/lib/components/atoms/Snackbar/index.js.map +0 -1
  908. package/lib/components/atoms/radio-button/index.js +0 -33
  909. package/lib/components/atoms/radio-button/index.js.map +0 -1
  910. package/lib/components/atoms/radio-button/styles.js +0 -12
  911. package/lib/components/atoms/radio-button/styles.js.map +0 -1
  912. package/lib/components/button/MainButton.js +0 -98
  913. package/lib/components/button/MainButton.js.map +0 -1
  914. package/lib/components/button/ToggleMeasureButton.js +0 -63
  915. package/lib/components/button/ToggleMeasureButton.js.map +0 -1
  916. package/lib/components/catalog-view/catalog-breadcrumb.js +0 -61
  917. package/lib/components/catalog-view/catalog-breadcrumb.js.map +0 -1
  918. package/lib/components/catalog-view/catalog-item.js +0 -233
  919. package/lib/components/catalog-view/catalog-item.js.map +0 -1
  920. package/lib/components/catalog-view/catalog-list.js +0 -189
  921. package/lib/components/catalog-view/catalog-list.js.map +0 -1
  922. package/lib/components/catalog-view/catalog-page-item.js +0 -137
  923. package/lib/components/catalog-view/catalog-page-item.js.map +0 -1
  924. package/lib/components/catalog-view/catalog-turn-back-page-item.js +0 -113
  925. package/lib/components/catalog-view/catalog-turn-back-page-item.js.map +0 -1
  926. package/lib/components/configurator/custom-configurator.js +0 -101
  927. package/lib/components/configurator/custom-configurator.js.map +0 -1
  928. package/lib/components/configurator/project-configurator.js +0 -138
  929. package/lib/components/configurator/project-configurator.js.map +0 -1
  930. package/lib/components/content.js +0 -132
  931. package/lib/components/content.js.map +0 -1
  932. package/lib/components/export.js +0 -90
  933. package/lib/components/export.js.map +0 -1
  934. package/lib/components/firstsetting/button/styles.js +0 -34
  935. package/lib/components/firstsetting/button/styles.js.map +0 -1
  936. package/lib/components/firstsetting/export.js +0 -16
  937. package/lib/components/firstsetting/export.js.map +0 -1
  938. package/lib/components/firstsetting/firstsetting-content-button.js +0 -224
  939. package/lib/components/firstsetting/firstsetting-content-button.js.map +0 -1
  940. package/lib/components/firstsetting/firstsetting-toggle-button.js +0 -133
  941. package/lib/components/firstsetting/firstsetting-toggle-button.js.map +0 -1
  942. package/lib/components/firstsetting/firstsetting.js +0 -633
  943. package/lib/components/firstsetting/firstsetting.js.map +0 -1
  944. package/lib/components/footerbar/button/ControlButton.js +0 -79
  945. package/lib/components/footerbar/button/ControlButton.js.map +0 -1
  946. package/lib/components/footerbar/button/DirectionButton.js +0 -76
  947. package/lib/components/footerbar/button/DirectionButton.js.map +0 -1
  948. package/lib/components/footerbar/button/DirectionPanSpinButton.js +0 -57
  949. package/lib/components/footerbar/button/DirectionPanSpinButton.js.map +0 -1
  950. package/lib/components/footerbar/button/ToggleButton.js +0 -83
  951. package/lib/components/footerbar/button/ToggleButton.js.map +0 -1
  952. package/lib/components/footerbar/button/ToggleConvertButton.js +0 -80
  953. package/lib/components/footerbar/button/ToggleConvertButton.js.map +0 -1
  954. package/lib/components/footerbar/button/ToggleMeasureButton.js +0 -59
  955. package/lib/components/footerbar/button/ToggleMeasureButton.js.map +0 -1
  956. package/lib/components/footerbar/button/styles.js +0 -29
  957. package/lib/components/footerbar/button/styles.js.map +0 -1
  958. package/lib/components/footerbar/export.js +0 -16
  959. package/lib/components/footerbar/export.js.map +0 -1
  960. package/lib/components/footerbar/footer-content-button.js +0 -224
  961. package/lib/components/footerbar/footer-content-button.js.map +0 -1
  962. package/lib/components/footerbar/footer-toggle-button.js +0 -133
  963. package/lib/components/footerbar/footer-toggle-button.js.map +0 -1
  964. package/lib/components/footerbar/footerbar.js +0 -808
  965. package/lib/components/footerbar/footerbar.js.map +0 -1
  966. package/lib/components/footerbar/styles.js +0 -41
  967. package/lib/components/footerbar/styles.js.map +0 -1
  968. package/lib/components/header/button/MenuButton.js +0 -77
  969. package/lib/components/header/button/MenuButton.js.map +0 -1
  970. package/lib/components/header/button/SaveButton.js +0 -57
  971. package/lib/components/header/button/SaveButton.js.map +0 -1
  972. package/lib/components/header/button/styles.js +0 -68
  973. package/lib/components/header/button/styles.js.map +0 -1
  974. package/lib/components/header/export.js +0 -12
  975. package/lib/components/header/export.js.map +0 -1
  976. package/lib/components/header/header.js +0 -556
  977. package/lib/components/header/header.js.map +0 -1
  978. package/lib/components/header/styles.js +0 -47
  979. package/lib/components/header/styles.js.map +0 -1
  980. package/lib/components/login/Login.js +0 -94
  981. package/lib/components/login/Login.js.map +0 -1
  982. package/lib/components/login/LoginForm/index.js +0 -140
  983. package/lib/components/login/LoginForm/index.js.map +0 -1
  984. package/lib/components/login/Register.js +0 -104
  985. package/lib/components/login/Register.js.map +0 -1
  986. package/lib/components/login/RegisterForm/index.js +0 -237
  987. package/lib/components/login/RegisterForm/index.js.map +0 -1
  988. package/lib/components/login/jwtService.js +0 -239
  989. package/lib/components/login/jwtService.js.map +0 -1
  990. package/lib/components/molecules/slider/index.js +0 -22
  991. package/lib/components/molecules/slider/index.js.map +0 -1
  992. package/lib/components/molecules/slider/styles.js +0 -2
  993. package/lib/components/molecules/slider/styles.js.map +0 -1
  994. package/lib/components/myprojects/export.js +0 -12
  995. package/lib/components/myprojects/export.js.map +0 -1
  996. package/lib/components/myprojects/index.js +0 -453
  997. package/lib/components/myprojects/index.js.map +0 -1
  998. package/lib/components/myprojects/styles.js +0 -31
  999. package/lib/components/myprojects/styles.js.map +0 -1
  1000. package/lib/components/sidebar/custom-accordion.js +0 -45
  1001. package/lib/components/sidebar/custom-accordion.js.map +0 -1
  1002. package/lib/components/sidebar/export.js +0 -50
  1003. package/lib/components/sidebar/export.js.map +0 -1
  1004. package/lib/components/sidebar/panel-element-editor/attributes-editor/attributes-editor.js +0 -74
  1005. package/lib/components/sidebar/panel-element-editor/attributes-editor/attributes-editor.js.map +0 -1
  1006. package/lib/components/sidebar/panel-element-editor/attributes-editor/confirm-popup.js +0 -124
  1007. package/lib/components/sidebar/panel-element-editor/attributes-editor/confirm-popup.js.map +0 -1
  1008. package/lib/components/sidebar/panel-element-editor/attributes-editor/hole-attributes-editor.js +0 -135
  1009. package/lib/components/sidebar/panel-element-editor/attributes-editor/hole-attributes-editor.js.map +0 -1
  1010. package/lib/components/sidebar/panel-element-editor/attributes-editor/item-attributes-editor.js +0 -260
  1011. package/lib/components/sidebar/panel-element-editor/attributes-editor/item-attributes-editor.js.map +0 -1
  1012. package/lib/components/sidebar/panel-element-editor/attributes-editor/line-attributes-editor.js +0 -84
  1013. package/lib/components/sidebar/panel-element-editor/attributes-editor/line-attributes-editor.js.map +0 -1
  1014. package/lib/components/sidebar/panel-element-editor/element-editor.js +0 -884
  1015. package/lib/components/sidebar/panel-element-editor/element-editor.js.map +0 -1
  1016. package/lib/components/sidebar/panel-element-editor/multi-elements-editor.js +0 -2
  1017. package/lib/components/sidebar/panel-element-editor/multi-elements-editor.js.map +0 -1
  1018. package/lib/components/sidebar/panel-element-editor/panel-element-editor.js +0 -56
  1019. package/lib/components/sidebar/panel-element-editor/panel-element-editor.js.map +0 -1
  1020. package/lib/components/sidebar/panel-element-editor/panel-multi-elements-editor.js +0 -125
  1021. package/lib/components/sidebar/panel-element-editor/panel-multi-elements-editor.js.map +0 -1
  1022. package/lib/components/sidebar/panel-group-editor.js +0 -218
  1023. package/lib/components/sidebar/panel-group-editor.js.map +0 -1
  1024. package/lib/components/sidebar/panel-groups.js +0 -274
  1025. package/lib/components/sidebar/panel-groups.js.map +0 -1
  1026. package/lib/components/sidebar/panel-guides.js +0 -192
  1027. package/lib/components/sidebar/panel-guides.js.map +0 -1
  1028. package/lib/components/sidebar/panel-layer-elements.js +0 -258
  1029. package/lib/components/sidebar/panel-layer-elements.js.map +0 -1
  1030. package/lib/components/sidebar/panel-layers.js +0 -347
  1031. package/lib/components/sidebar/panel-layers.js.map +0 -1
  1032. package/lib/components/sidebar/panel.js +0 -110
  1033. package/lib/components/sidebar/panel.js.map +0 -1
  1034. package/lib/components/sidebar/sidebar.js +0 -117
  1035. package/lib/components/sidebar/sidebar.js.map +0 -1
  1036. package/lib/components/sidebar/toolbar-panel.js +0 -171
  1037. package/lib/components/sidebar/toolbar-panel.js.map +0 -1
  1038. package/lib/components/sign/export.js +0 -18
  1039. package/lib/components/sign/export.js.map +0 -1
  1040. package/lib/components/sign/main/index.js +0 -567
  1041. package/lib/components/sign/main/index.js.map +0 -1
  1042. package/lib/components/sign/main/styles.js +0 -27
  1043. package/lib/components/sign/main/styles.js.map +0 -1
  1044. package/lib/components/style/button.js +0 -121
  1045. package/lib/components/style/button.js.map +0 -1
  1046. package/lib/components/style/cancel-button.js +0 -30
  1047. package/lib/components/style/cancel-button.js.map +0 -1
  1048. package/lib/components/style/content-container.js +0 -41
  1049. package/lib/components/style/content-container.js.map +0 -1
  1050. package/lib/components/style/content-title.js +0 -38
  1051. package/lib/components/style/content-title.js.map +0 -1
  1052. package/lib/components/style/delete-button.js +0 -35
  1053. package/lib/components/style/delete-button.js.map +0 -1
  1054. package/lib/components/style/export.js +0 -122
  1055. package/lib/components/style/export.js.map +0 -1
  1056. package/lib/components/style/form-block.js +0 -32
  1057. package/lib/components/style/form-block.js.map +0 -1
  1058. package/lib/components/style/form-color-input.js +0 -35
  1059. package/lib/components/style/form-color-input.js.map +0 -1
  1060. package/lib/components/style/form-label.js +0 -34
  1061. package/lib/components/style/form-label.js.map +0 -1
  1062. package/lib/components/style/form-number-input.js +0 -197
  1063. package/lib/components/style/form-number-input.js.map +0 -1
  1064. package/lib/components/style/form-number-input_2.js +0 -214
  1065. package/lib/components/style/form-number-input_2.js.map +0 -1
  1066. package/lib/components/style/form-select.js +0 -30
  1067. package/lib/components/style/form-select.js.map +0 -1
  1068. package/lib/components/style/form-slider.js +0 -53
  1069. package/lib/components/style/form-slider.js.map +0 -1
  1070. package/lib/components/style/form-submit-button.js +0 -36
  1071. package/lib/components/style/form-submit-button.js.map +0 -1
  1072. package/lib/components/style/form-text-input.js +0 -84
  1073. package/lib/components/style/form-text-input.js.map +0 -1
  1074. package/lib/components/toolbar/button/ControlButton.js +0 -76
  1075. package/lib/components/toolbar/button/ControlButton.js.map +0 -1
  1076. package/lib/components/toolbar/button/DirectionButton.js +0 -57
  1077. package/lib/components/toolbar/button/DirectionButton.js.map +0 -1
  1078. package/lib/components/toolbar/button/RightButton.js +0 -140
  1079. package/lib/components/toolbar/button/RightButton.js.map +0 -1
  1080. package/lib/components/toolbar/button/ToggleButton.js +0 -66
  1081. package/lib/components/toolbar/button/ToggleButton.js.map +0 -1
  1082. package/lib/components/toolbar/button/index.js +0 -94
  1083. package/lib/components/toolbar/button/index.js.map +0 -1
  1084. package/lib/components/toolbar/button/styles.js +0 -21
  1085. package/lib/components/toolbar/button/styles.js.map +0 -1
  1086. package/lib/components/toolbar/components/DoorStyleMenu.js +0 -112
  1087. package/lib/components/toolbar/components/DoorStyleMenu.js.map +0 -1
  1088. package/lib/components/toolbar/components/Pricing.js +0 -110
  1089. package/lib/components/toolbar/components/Pricing.js.map +0 -1
  1090. package/lib/components/toolbar/components/ReviewForQuote.js +0 -485
  1091. package/lib/components/toolbar/components/ReviewForQuote.js.map +0 -1
  1092. package/lib/components/toolbar/export.js +0 -50
  1093. package/lib/components/toolbar/export.js.map +0 -1
  1094. package/lib/components/toolbar/main/Alert.js +0 -132
  1095. package/lib/components/toolbar/main/Alert.js.map +0 -1
  1096. package/lib/components/toolbar/main/TakePictureModal.js +0 -109
  1097. package/lib/components/toolbar/main/TakePictureModal.js.map +0 -1
  1098. package/lib/components/toolbar/main/confirm-popup.js +0 -95
  1099. package/lib/components/toolbar/main/confirm-popup.js.map +0 -1
  1100. package/lib/components/toolbar/main/index.js +0 -4619
  1101. package/lib/components/toolbar/main/index.js.map +0 -1
  1102. package/lib/components/toolbar/main/myComponents.js +0 -125
  1103. package/lib/components/toolbar/main/myComponents.js.map +0 -1
  1104. package/lib/components/toolbar/main/styles.js +0 -73
  1105. package/lib/components/toolbar/main/styles.js.map +0 -1
  1106. package/lib/components/toolbar/plugin-item.js +0 -156
  1107. package/lib/components/toolbar/plugin-item.js.map +0 -1
  1108. package/lib/components/toolbar/popup/appliance/appliance-category/index.js +0 -86
  1109. package/lib/components/toolbar/popup/appliance/appliance-category/index.js.map +0 -1
  1110. package/lib/components/toolbar/popup/appliance/choose-appliance/index.js +0 -85
  1111. package/lib/components/toolbar/popup/appliance/choose-appliance/index.js.map +0 -1
  1112. package/lib/components/toolbar/popup/appliance/index.js +0 -89
  1113. package/lib/components/toolbar/popup/appliance/index.js.map +0 -1
  1114. package/lib/components/toolbar/popup/autosaveprompt/index.js +0 -99
  1115. package/lib/components/toolbar/popup/autosaveprompt/index.js.map +0 -1
  1116. package/lib/components/toolbar/popup/autosaveprompt/styles.js +0 -16
  1117. package/lib/components/toolbar/popup/autosaveprompt/styles.js.map +0 -1
  1118. package/lib/components/toolbar/popup/cabinet/cabinet-category/index.js +0 -86
  1119. package/lib/components/toolbar/popup/cabinet/cabinet-category/index.js.map +0 -1
  1120. package/lib/components/toolbar/popup/cabinet/choose-product/index.js +0 -107
  1121. package/lib/components/toolbar/popup/cabinet/choose-product/index.js.map +0 -1
  1122. package/lib/components/toolbar/popup/cabinet/index.js +0 -91
  1123. package/lib/components/toolbar/popup/cabinet/index.js.map +0 -1
  1124. package/lib/components/toolbar/popup/doorStyle/choose-style/index.js +0 -59
  1125. package/lib/components/toolbar/popup/doorStyle/choose-style/index.js.map +0 -1
  1126. package/lib/components/toolbar/popup/doorStyle/index.js +0 -68
  1127. package/lib/components/toolbar/popup/doorStyle/index.js.map +0 -1
  1128. package/lib/components/toolbar/popup/doorStyle/style-category/index.js +0 -152
  1129. package/lib/components/toolbar/popup/doorStyle/style-category/index.js.map +0 -1
  1130. package/lib/components/toolbar/popup/downloadsummary/downloadSummaryContext.js +0 -9
  1131. package/lib/components/toolbar/popup/downloadsummary/downloadSummaryContext.js.map +0 -1
  1132. package/lib/components/toolbar/popup/downloadsummary/downloadSummaryTemp.js +0 -128
  1133. package/lib/components/toolbar/popup/downloadsummary/downloadSummaryTemp.js.map +0 -1
  1134. package/lib/components/toolbar/popup/downloadsummary/index.js +0 -572
  1135. package/lib/components/toolbar/popup/downloadsummary/index.js.map +0 -1
  1136. package/lib/components/toolbar/popup/downloadsummary/show2D/show2DView.js +0 -60
  1137. package/lib/components/toolbar/popup/downloadsummary/show2D/show2DView.js.map +0 -1
  1138. package/lib/components/toolbar/popup/downloadsummary/show2D/viewer2DDownLoad.js +0 -200
  1139. package/lib/components/toolbar/popup/downloadsummary/show2D/viewer2DDownLoad.js.map +0 -1
  1140. package/lib/components/toolbar/popup/downloadsummary/show3D/show3DView.js +0 -254
  1141. package/lib/components/toolbar/popup/downloadsummary/show3D/show3DView.js.map +0 -1
  1142. package/lib/components/toolbar/popup/downloadsummary/show3D/viewer3DDownLoad.js +0 -1762
  1143. package/lib/components/toolbar/popup/downloadsummary/show3D/viewer3DDownLoad.js.map +0 -1
  1144. package/lib/components/toolbar/popup/downloadsummary/showCabinetInfo.js +0 -96
  1145. package/lib/components/toolbar/popup/downloadsummary/showCabinetInfo.js.map +0 -1
  1146. package/lib/components/toolbar/popup/downloadsummary/showElevation/showElevationView.js +0 -125
  1147. package/lib/components/toolbar/popup/downloadsummary/showElevation/showElevationView.js.map +0 -1
  1148. package/lib/components/toolbar/popup/downloadsummary/showElevation/viewer3DElevationDownload.js +0 -1713
  1149. package/lib/components/toolbar/popup/downloadsummary/showElevation/viewer3DElevationDownload.js.map +0 -1
  1150. package/lib/components/toolbar/popup/downloadsummary/showElevation/viewerElevationDownload.js +0 -184
  1151. package/lib/components/toolbar/popup/downloadsummary/showElevation/viewerElevationDownload.js.map +0 -1
  1152. package/lib/components/toolbar/popup/downloadsummary/showWarranty.js +0 -115
  1153. package/lib/components/toolbar/popup/downloadsummary/showWarranty.js.map +0 -1
  1154. package/lib/components/toolbar/popup/downloadsummary/styles.js +0 -47
  1155. package/lib/components/toolbar/popup/downloadsummary/styles.js.map +0 -1
  1156. package/lib/components/toolbar/popup/finishingtouch/category/index.js +0 -44
  1157. package/lib/components/toolbar/popup/finishingtouch/category/index.js.map +0 -1
  1158. package/lib/components/toolbar/popup/finishingtouch/index.js +0 -54
  1159. package/lib/components/toolbar/popup/finishingtouch/index.js.map +0 -1
  1160. package/lib/components/toolbar/popup/finishingtouch/material-edit.js +0 -163
  1161. package/lib/components/toolbar/popup/finishingtouch/material-edit.js.map +0 -1
  1162. package/lib/components/toolbar/popup/finishingtouch/product/index.js +0 -65
  1163. package/lib/components/toolbar/popup/finishingtouch/product/index.js.map +0 -1
  1164. package/lib/components/toolbar/popup/floorplan/choose-floor/confirm-popup.js +0 -124
  1165. package/lib/components/toolbar/popup/floorplan/choose-floor/confirm-popup.js.map +0 -1
  1166. package/lib/components/toolbar/popup/floorplan/choose-floor/index.js +0 -255
  1167. package/lib/components/toolbar/popup/floorplan/choose-floor/index.js.map +0 -1
  1168. package/lib/components/toolbar/popup/floorplan/choose-floor/styles.js +0 -20
  1169. package/lib/components/toolbar/popup/floorplan/choose-floor/styles.js.map +0 -1
  1170. package/lib/components/toolbar/popup/floorplan/floor-category/index.js +0 -99
  1171. package/lib/components/toolbar/popup/floorplan/floor-category/index.js.map +0 -1
  1172. package/lib/components/toolbar/popup/floorplan/index.js +0 -56
  1173. package/lib/components/toolbar/popup/floorplan/index.js.map +0 -1
  1174. package/lib/components/toolbar/popup/index.js +0 -195
  1175. package/lib/components/toolbar/popup/index.js.map +0 -1
  1176. package/lib/components/toolbar/popup/newproject/index.js +0 -75
  1177. package/lib/components/toolbar/popup/newproject/index.js.map +0 -1
  1178. package/lib/components/toolbar/popup/newproject/styles.js +0 -16
  1179. package/lib/components/toolbar/popup/newproject/styles.js.map +0 -1
  1180. package/lib/components/toolbar/popup/product/appliance.js +0 -73
  1181. package/lib/components/toolbar/popup/product/appliance.js.map +0 -1
  1182. package/lib/components/toolbar/popup/product/cabinetproduct.js +0 -33
  1183. package/lib/components/toolbar/popup/product/cabinetproduct.js.map +0 -1
  1184. package/lib/components/toolbar/popup/product/doorstyle.js +0 -59
  1185. package/lib/components/toolbar/popup/product/doorstyle.js.map +0 -1
  1186. package/lib/components/toolbar/popup/product/doorstyleproduct.js +0 -59
  1187. package/lib/components/toolbar/popup/product/doorstyleproduct.js.map +0 -1
  1188. package/lib/components/toolbar/popup/product/floor.js +0 -59
  1189. package/lib/components/toolbar/popup/product/floor.js.map +0 -1
  1190. package/lib/components/toolbar/popup/product/floorproduct.js +0 -68
  1191. package/lib/components/toolbar/popup/product/floorproduct.js.map +0 -1
  1192. package/lib/components/toolbar/popup/product/index.js +0 -59
  1193. package/lib/components/toolbar/popup/product/index.js.map +0 -1
  1194. package/lib/components/toolbar/popup/product/primary.js +0 -71
  1195. package/lib/components/toolbar/popup/product/primary.js.map +0 -1
  1196. package/lib/components/toolbar/popup/product/productline.js +0 -128
  1197. package/lib/components/toolbar/popup/product/productline.js.map +0 -1
  1198. package/lib/components/toolbar/popup/product/reviewItem.js +0 -346
  1199. package/lib/components/toolbar/popup/product/reviewItem.js.map +0 -1
  1200. package/lib/components/toolbar/popup/product/reviewMolding.js +0 -291
  1201. package/lib/components/toolbar/popup/product/reviewMolding.js.map +0 -1
  1202. package/lib/components/toolbar/popup/product/styles.js +0 -79
  1203. package/lib/components/toolbar/popup/product/styles.js.map +0 -1
  1204. package/lib/components/toolbar/popup/savedesign/FullPictureForm.js +0 -169
  1205. package/lib/components/toolbar/popup/savedesign/FullPictureForm.js.map +0 -1
  1206. package/lib/components/toolbar/popup/savedesign/index.js +0 -516
  1207. package/lib/components/toolbar/popup/savedesign/index.js.map +0 -1
  1208. package/lib/components/toolbar/popup/savedesign/styles.js +0 -26
  1209. package/lib/components/toolbar/popup/savedesign/styles.js.map +0 -1
  1210. package/lib/components/toolbar/popup/setDoorStyleOption/index.js +0 -64
  1211. package/lib/components/toolbar/popup/setDoorStyleOption/index.js.map +0 -1
  1212. package/lib/components/toolbar/popup/styles.js +0 -104
  1213. package/lib/components/toolbar/popup/styles.js.map +0 -1
  1214. package/lib/components/toolbar/popup/submitforquote/AddToCartOptions.js +0 -166
  1215. package/lib/components/toolbar/popup/submitforquote/AddToCartOptions.js.map +0 -1
  1216. package/lib/components/toolbar/popup/submitforquote/CustomerRequestsForm.js +0 -93
  1217. package/lib/components/toolbar/popup/submitforquote/CustomerRequestsForm.js.map +0 -1
  1218. package/lib/components/toolbar/popup/submitforquote/SkipDesignerReview.js +0 -45
  1219. package/lib/components/toolbar/popup/submitforquote/SkipDesignerReview.js.map +0 -1
  1220. package/lib/components/toolbar/popup/submitforquote/StepDots.js +0 -40
  1221. package/lib/components/toolbar/popup/submitforquote/StepDots.js.map +0 -1
  1222. package/lib/components/toolbar/popup/submitforquote/cart-choice.js +0 -141
  1223. package/lib/components/toolbar/popup/submitforquote/cart-choice.js.map +0 -1
  1224. package/lib/components/toolbar/popup/submitforquote/doorstyle-menus.js +0 -50
  1225. package/lib/components/toolbar/popup/submitforquote/doorstyle-menus.js.map +0 -1
  1226. package/lib/components/toolbar/popup/submitforquote/index.js +0 -698
  1227. package/lib/components/toolbar/popup/submitforquote/index.js.map +0 -1
  1228. package/lib/components/toolbar/popup/submitforquote/styles.js +0 -38
  1229. package/lib/components/toolbar/popup/submitforquote/styles.js.map +0 -1
  1230. package/lib/components/toolbar/popup/submitprompt/index.js +0 -79
  1231. package/lib/components/toolbar/popup/submitprompt/index.js.map +0 -1
  1232. package/lib/components/toolbar/popup/submitprompt/styles.js +0 -16
  1233. package/lib/components/toolbar/popup/submitprompt/styles.js.map +0 -1
  1234. package/lib/components/toolbar/toolbar-button.js +0 -111
  1235. package/lib/components/toolbar/toolbar-button.js.map +0 -1
  1236. package/lib/components/toolbar/toolbar-load-button.js +0 -36
  1237. package/lib/components/toolbar/toolbar-load-button.js.map +0 -1
  1238. package/lib/components/toolbar/toolbar-save-button.js +0 -34
  1239. package/lib/components/toolbar/toolbar-save-button.js.map +0 -1
  1240. package/lib/components/tutorial-view/Modal.js +0 -503
  1241. package/lib/components/tutorial-view/Modal.js.map +0 -1
  1242. package/lib/components/tutorial-view/styles.js +0 -13
  1243. package/lib/components/tutorial-view/styles.js.map +0 -1
  1244. package/lib/components/viewer2d/area.js +0 -90
  1245. package/lib/components/viewer2d/area.js.map +0 -1
  1246. package/lib/components/viewer2d/export.js +0 -122
  1247. package/lib/components/viewer2d/export.js.map +0 -1
  1248. package/lib/components/viewer2d/grids/grid-horizontal-streak.js +0 -45
  1249. package/lib/components/viewer2d/grids/grid-horizontal-streak.js.map +0 -1
  1250. package/lib/components/viewer2d/grids/grid-streak.js +0 -45
  1251. package/lib/components/viewer2d/grids/grid-streak.js.map +0 -1
  1252. package/lib/components/viewer2d/grids/grid-vertical-streak.js +0 -45
  1253. package/lib/components/viewer2d/grids/grid-vertical-streak.js.map +0 -1
  1254. package/lib/components/viewer2d/grids/grids.js +0 -45
  1255. package/lib/components/viewer2d/grids/grids.js.map +0 -1
  1256. package/lib/components/viewer2d/group.js +0 -63
  1257. package/lib/components/viewer2d/group.js.map +0 -1
  1258. package/lib/components/viewer2d/item.js +0 -522
  1259. package/lib/components/viewer2d/item.js.map +0 -1
  1260. package/lib/components/viewer2d/layer.js +0 -172
  1261. package/lib/components/viewer2d/layer.js.map +0 -1
  1262. package/lib/components/viewer2d/line.js +0 -899
  1263. package/lib/components/viewer2d/line.js.map +0 -1
  1264. package/lib/components/viewer2d/ruler.js +0 -108
  1265. package/lib/components/viewer2d/ruler.js.map +0 -1
  1266. package/lib/components/viewer2d/rulerDist.js +0 -154
  1267. package/lib/components/viewer2d/rulerDist.js.map +0 -1
  1268. package/lib/components/viewer2d/rulerX.js +0 -159
  1269. package/lib/components/viewer2d/rulerX.js.map +0 -1
  1270. package/lib/components/viewer2d/rulerY.js +0 -161
  1271. package/lib/components/viewer2d/rulerY.js.map +0 -1
  1272. package/lib/components/viewer2d/scene.js +0 -148
  1273. package/lib/components/viewer2d/scene.js.map +0 -1
  1274. package/lib/components/viewer2d/snap.js +0 -84
  1275. package/lib/components/viewer2d/snap.js.map +0 -1
  1276. package/lib/components/viewer2d/state.js +0 -88
  1277. package/lib/components/viewer2d/state.js.map +0 -1
  1278. package/lib/components/viewer2d/utils.js +0 -174
  1279. package/lib/components/viewer2d/utils.js.map +0 -1
  1280. package/lib/components/viewer2d/vertex.js +0 -76
  1281. package/lib/components/viewer2d/vertex.js.map +0 -1
  1282. package/lib/components/viewer2d/viewer2d.js +0 -1409
  1283. package/lib/components/viewer2d/viewer2d.js.map +0 -1
  1284. package/lib/components/viewer3d/camera-controls-module/camera-controls.module.js +0 -2598
  1285. package/lib/components/viewer3d/camera-controls-module/camera-controls.module.js.map +0 -1
  1286. package/lib/components/viewer3d/dcm.js +0 -408
  1287. package/lib/components/viewer3d/dcm.js.map +0 -1
  1288. package/lib/components/viewer3d/fbm.js +0 -421
  1289. package/lib/components/viewer3d/fbm.js.map +0 -1
  1290. package/lib/components/viewer3d/front3D.js +0 -76
  1291. package/lib/components/viewer3d/front3D.js.map +0 -1
  1292. package/lib/components/viewer3d/grid-creator.js +0 -35
  1293. package/lib/components/viewer3d/grid-creator.js.map +0 -1
  1294. package/lib/components/viewer3d/grids/grid-horizontal-streak.js +0 -45
  1295. package/lib/components/viewer3d/grids/grid-horizontal-streak.js.map +0 -1
  1296. package/lib/components/viewer3d/grids/grid-streak.js +0 -36
  1297. package/lib/components/viewer3d/grids/grid-streak.js.map +0 -1
  1298. package/lib/components/viewer3d/grids/grid-vertical-streak.js +0 -45
  1299. package/lib/components/viewer3d/grids/grid-vertical-streak.js.map +0 -1
  1300. package/lib/components/viewer3d/libs/first-person-controls.js +0 -75
  1301. package/lib/components/viewer3d/libs/first-person-controls.js.map +0 -1
  1302. package/lib/components/viewer3d/libs/helvetiker_regular.typeface.js +0 -1288
  1303. package/lib/components/viewer3d/libs/helvetiker_regular.typeface.js.map +0 -1
  1304. package/lib/components/viewer3d/libs/mtl-loader.js +0 -360
  1305. package/lib/components/viewer3d/libs/mtl-loader.js.map +0 -1
  1306. package/lib/components/viewer3d/libs/obj-loader.js +0 -465
  1307. package/lib/components/viewer3d/libs/obj-loader.js.map +0 -1
  1308. package/lib/components/viewer3d/libs/orbit-controls.js +0 -701
  1309. package/lib/components/viewer3d/libs/orbit-controls.js.map +0 -1
  1310. package/lib/components/viewer3d/libs/pointer-lock-controls.js +0 -48
  1311. package/lib/components/viewer3d/libs/pointer-lock-controls.js.map +0 -1
  1312. package/lib/components/viewer3d/lrm.js +0 -312
  1313. package/lib/components/viewer3d/lrm.js.map +0 -1
  1314. package/lib/components/viewer3d/model.js +0 -715
  1315. package/lib/components/viewer3d/model.js.map +0 -1
  1316. package/lib/components/viewer3d/pointer-lock-navigation.js +0 -123
  1317. package/lib/components/viewer3d/pointer-lock-navigation.js.map +0 -1
  1318. package/lib/components/viewer3d/ruler-utils/itemRect.js +0 -69
  1319. package/lib/components/viewer3d/ruler-utils/itemRect.js.map +0 -1
  1320. package/lib/components/viewer3d/ruler-utils/layer3D.js +0 -503
  1321. package/lib/components/viewer3d/ruler-utils/layer3D.js.map +0 -1
  1322. package/lib/components/viewer3d/ruler-utils/ruler3D.js +0 -235
  1323. package/lib/components/viewer3d/ruler-utils/ruler3D.js.map +0 -1
  1324. package/lib/components/viewer3d/ruler-utils/scene3D.js +0 -70
  1325. package/lib/components/viewer3d/ruler-utils/scene3D.js.map +0 -1
  1326. package/lib/components/viewer3d/ruler-utils/state3D.js +0 -26
  1327. package/lib/components/viewer3d/ruler-utils/state3D.js.map +0 -1
  1328. package/lib/components/viewer3d/scene-creator.js +0 -3641
  1329. package/lib/components/viewer3d/scene-creator.js.map +0 -1
  1330. package/lib/components/viewer3d/three-memory-cleaner.js +0 -61
  1331. package/lib/components/viewer3d/three-memory-cleaner.js.map +0 -1
  1332. package/lib/components/viewer3d/viewer3d-first-person.js +0 -321
  1333. package/lib/components/viewer3d/viewer3d-first-person.js.map +0 -1
  1334. package/lib/components/viewer3d/viewer3d.js +0 -2508
  1335. package/lib/components/viewer3d/viewer3d.js.map +0 -1
  1336. package/lib/components/wizardstep/button/styles.js +0 -67
  1337. package/lib/components/wizardstep/button/styles.js.map +0 -1
  1338. package/lib/components/wizardstep/export.js +0 -12
  1339. package/lib/components/wizardstep/export.js.map +0 -1
  1340. package/lib/components/wizardstep/index.js +0 -978
  1341. package/lib/components/wizardstep/index.js.map +0 -1
  1342. package/lib/components/wizardstep/styles.js +0 -68
  1343. package/lib/components/wizardstep/styles.js.map +0 -1
  1344. package/lib/components/wizardstep/wizardstep-content-button.js +0 -224
  1345. package/lib/components/wizardstep/wizardstep-content-button.js.map +0 -1
  1346. package/lib/components/wizardstep/wizardstep-toggle-button.js +0 -133
  1347. package/lib/components/wizardstep/wizardstep-toggle-button.js.map +0 -1
  1348. package/lib/constants.js +0 -646
  1349. package/lib/constants.js.map +0 -1
  1350. package/lib/hooks/useCheckCart.js +0 -60
  1351. package/lib/hooks/useCheckCart.js.map +0 -1
  1352. package/lib/hooks/useGetPricesBySku.js +0 -81
  1353. package/lib/hooks/useGetPricesBySku.js.map +0 -1
  1354. package/lib/hooks/useValidateToken.js +0 -207
  1355. package/lib/hooks/useValidateToken.js.map +0 -1
  1356. package/lib/index.js +0 -108
  1357. package/lib/index.js.map +0 -1
  1358. package/lib/models.js +0 -518
  1359. package/lib/models.js.map +0 -1
  1360. package/lib/plugins/SVGLoader.js +0 -1418
  1361. package/lib/plugins/SVGLoader.js.map +0 -1
  1362. package/lib/plugins/autosave.js +0 -40
  1363. package/lib/plugins/autosave.js.map +0 -1
  1364. package/lib/plugins/console-debugger.js +0 -45
  1365. package/lib/plugins/console-debugger.js.map +0 -1
  1366. package/lib/plugins/export.js +0 -34
  1367. package/lib/plugins/export.js.map +0 -1
  1368. package/lib/plugins/keyboard.js +0 -108
  1369. package/lib/plugins/keyboard.js.map +0 -1
  1370. package/lib/reducers/areas-reducer.js +0 -19
  1371. package/lib/reducers/areas-reducer.js.map +0 -1
  1372. package/lib/reducers/export.js +0 -98
  1373. package/lib/reducers/export.js.map +0 -1
  1374. package/lib/reducers/groups-reducer.js +0 -45
  1375. package/lib/reducers/groups-reducer.js.map +0 -1
  1376. package/lib/reducers/holes-reducer.js +0 -69
  1377. package/lib/reducers/holes-reducer.js.map +0 -1
  1378. package/lib/reducers/items-reducer.js +0 -147
  1379. package/lib/reducers/items-reducer.js.map +0 -1
  1380. package/lib/reducers/lines-reducer.js +0 -52
  1381. package/lib/reducers/lines-reducer.js.map +0 -1
  1382. package/lib/reducers/project-reducer.js +0 -136
  1383. package/lib/reducers/project-reducer.js.map +0 -1
  1384. package/lib/reducers/reducer.js +0 -27
  1385. package/lib/reducers/reducer.js.map +0 -1
  1386. package/lib/reducers/scene-reducer.js +0 -35
  1387. package/lib/reducers/scene-reducer.js.map +0 -1
  1388. package/lib/reducers/user-reducer.js +0 -48
  1389. package/lib/reducers/user-reducer.js.map +0 -1
  1390. package/lib/reducers/vertices-reducer.js +0 -26
  1391. package/lib/reducers/vertices-reducer.js.map +0 -1
  1392. package/lib/reducers/viewer2d-reducer.js +0 -83
  1393. package/lib/reducers/viewer2d-reducer.js.map +0 -1
  1394. package/lib/reducers/viewer3d-reducer.js +0 -64
  1395. package/lib/reducers/viewer3d-reducer.js.map +0 -1
  1396. package/lib/shared-style.js +0 -73
  1397. package/lib/shared-style.js.map +0 -1
  1398. package/lib/styles/export.js +0 -14
  1399. package/lib/styles/export.js.map +0 -1
  1400. package/lib/translator/en.js +0 -111
  1401. package/lib/translator/en.js.map +0 -1
  1402. package/lib/translator/it.js +0 -86
  1403. package/lib/translator/it.js.map +0 -1
  1404. package/lib/translator/ru.js +0 -86
  1405. package/lib/translator/ru.js.map +0 -1
  1406. package/lib/translator/translator.js +0 -91
  1407. package/lib/translator/translator.js.map +0 -1
  1408. package/lib/utils/browser.js +0 -41
  1409. package/lib/utils/browser.js.map +0 -1
  1410. package/lib/utils/email-validator.js +0 -11
  1411. package/lib/utils/email-validator.js.map +0 -1
  1412. package/lib/utils/export.js +0 -57
  1413. package/lib/utils/export.js.map +0 -1
  1414. package/lib/utils/geometry.js +0 -2329
  1415. package/lib/utils/geometry.js.map +0 -1
  1416. package/lib/utils/get-edges-of-subgraphs.js +0 -29
  1417. package/lib/utils/get-edges-of-subgraphs.js.map +0 -1
  1418. package/lib/utils/graph-cycles.js +0 -241
  1419. package/lib/utils/graph-cycles.js.map +0 -1
  1420. package/lib/utils/graph-inner-cycles.js +0 -55
  1421. package/lib/utils/graph-inner-cycles.js.map +0 -1
  1422. package/lib/utils/graph.js +0 -152
  1423. package/lib/utils/graph.js.map +0 -1
  1424. package/lib/utils/helper.js +0 -360
  1425. package/lib/utils/helper.js.map +0 -1
  1426. package/lib/utils/history.js +0 -37
  1427. package/lib/utils/history.js.map +0 -1
  1428. package/lib/utils/id-broker.js +0 -26
  1429. package/lib/utils/id-broker.js.map +0 -1
  1430. package/lib/utils/logger.js +0 -15
  1431. package/lib/utils/logger.js.map +0 -1
  1432. package/lib/utils/math.js +0 -58
  1433. package/lib/utils/math.js.map +0 -1
  1434. package/lib/utils/molding.js +0 -864
  1435. package/lib/utils/molding.js.map +0 -1
  1436. package/lib/utils/name-generator.js +0 -24
  1437. package/lib/utils/name-generator.js.map +0 -1
  1438. package/lib/utils/objects-utils.js +0 -61
  1439. package/lib/utils/objects-utils.js.map +0 -1
  1440. package/lib/utils/phone-validator.js +0 -11
  1441. package/lib/utils/phone-validator.js.map +0 -1
  1442. package/lib/utils/process-black-list.js +0 -25
  1443. package/lib/utils/process-black-list.js.map +0 -1
  1444. package/lib/utils/react-if.js +0 -25
  1445. package/lib/utils/react-if.js.map +0 -1
  1446. package/lib/utils/snap-scene.js +0 -106
  1447. package/lib/utils/snap-scene.js.map +0 -1
  1448. package/lib/utils/snap.js +0 -250
  1449. package/lib/utils/snap.js.map +0 -1
  1450. package/lib/utils/threeCSG.es6.js +0 -504
  1451. package/lib/utils/threeCSG.es6.js.map +0 -1
  1452. package/lib/version.js +0 -8
  1453. package/lib/version.js.map +0 -1
  1454. package/src/components/catalog-view/catalog-breadcrumb.jsx +0 -53
  1455. package/src/components/catalog-view/catalog-item.jsx +0 -229
  1456. package/src/components/catalog-view/catalog-list.jsx +0 -173
  1457. package/src/components/catalog-view/catalog-page-item.jsx +0 -110
  1458. package/src/components/catalog-view/catalog-turn-back-page-item.jsx +0 -80
  1459. package/src/components/configurator/custom-configurator.jsx +0 -77
  1460. package/src/components/configurator/project-configurator.jsx +0 -120
  1461. package/src/components/export.js +0 -36
  1462. package/src/components/firstsetting/button/styles.js +0 -223
  1463. package/src/components/firstsetting/export.js +0 -9
  1464. package/src/components/firstsetting/firstsetting-content-button.jsx +0 -198
  1465. package/src/components/firstsetting/firstsetting-toggle-button.jsx +0 -101
  1466. package/src/components/firstsetting/firstsetting.jsx +0 -814
  1467. package/src/components/footerbar/button/ControlButton.jsx +0 -43
  1468. package/src/components/footerbar/button/DirectionButton.jsx +0 -54
  1469. package/src/components/footerbar/button/DirectionPanSpinButton.jsx +0 -36
  1470. package/src/components/footerbar/button/ToggleButton.jsx +0 -58
  1471. package/src/components/footerbar/button/ToggleConvertButton.jsx +0 -48
  1472. package/src/components/footerbar/button/ToggleMeasureButton.jsx +0 -33
  1473. package/src/components/footerbar/button/styles.js +0 -217
  1474. package/src/components/footerbar/export.js +0 -9
  1475. package/src/components/footerbar/footer-content-button.jsx +0 -198
  1476. package/src/components/footerbar/footer-toggle-button.jsx +0 -101
  1477. package/src/components/footerbar/footerbar.jsx +0 -1103
  1478. package/src/components/footerbar/styles.js +0 -263
  1479. package/src/components/header/button/MenuButton.jsx +0 -46
  1480. package/src/components/header/button/SaveButton.jsx +0 -54
  1481. package/src/components/header/button/styles.js +0 -181
  1482. package/src/components/header/export.js +0 -5
  1483. package/src/components/header/header.jsx +0 -631
  1484. package/src/components/header/header.style.css +0 -47
  1485. package/src/components/header/styles.js +0 -320
  1486. package/src/components/login/Login.js +0 -77
  1487. package/src/components/login/LoginForm/index.js +0 -108
  1488. package/src/components/login/Register.js +0 -83
  1489. package/src/components/login/RegisterForm/index.js +0 -171
  1490. package/src/components/login/jwtService.js +0 -201
  1491. package/src/components/login/style.css +0 -158
  1492. package/src/components/login/style.scss +0 -260
  1493. package/src/components/myprojects/export.js +0 -5
  1494. package/src/components/myprojects/index.jsx +0 -445
  1495. package/src/components/myprojects/styles.js +0 -241
  1496. package/src/components/sidebar/custom-accordion.jsx +0 -48
  1497. package/src/components/sidebar/export.js +0 -15
  1498. package/src/components/sidebar/panel-element-editor/attributes-editor/attributes-editor.jsx +0 -73
  1499. package/src/components/sidebar/panel-element-editor/attributes-editor/confirm-popup.jsx +0 -101
  1500. package/src/components/sidebar/panel-element-editor/attributes-editor/hole-attributes-editor.jsx +0 -149
  1501. package/src/components/sidebar/panel-element-editor/attributes-editor/item-attributes-editor.jsx +0 -316
  1502. package/src/components/sidebar/panel-element-editor/attributes-editor/line-attributes-editor.jsx +0 -108
  1503. package/src/components/sidebar/panel-element-editor/element-editor.jsx +0 -1070
  1504. package/src/components/sidebar/panel-element-editor/multi-elements-editor.jsx +0 -0
  1505. package/src/components/sidebar/panel-element-editor/panel-element-editor.jsx +0 -104
  1506. package/src/components/sidebar/panel-element-editor/panel-multi-elements-editor.jsx +0 -155
  1507. package/src/components/sidebar/panel-group-editor.jsx +0 -272
  1508. package/src/components/sidebar/panel-groups.jsx +0 -310
  1509. package/src/components/sidebar/panel-guides.jsx +0 -192
  1510. package/src/components/sidebar/panel-layer-elements.jsx +0 -298
  1511. package/src/components/sidebar/panel-layers.jsx +0 -381
  1512. package/src/components/sidebar/panel.jsx +0 -71
  1513. package/src/components/sidebar/sidebar.jsx +0 -106
  1514. package/src/components/sidebar/toolbar-panel.jsx +0 -139
  1515. package/src/components/sign/export.js +0 -7
  1516. package/src/components/sign/main/index.jsx +0 -523
  1517. package/src/components/sign/main/styles.js +0 -163
  1518. package/src/components/toolbar/button/ControlButton.jsx +0 -41
  1519. package/src/components/toolbar/button/DirectionButton.jsx +0 -34
  1520. package/src/components/toolbar/button/RightButton.jsx +0 -103
  1521. package/src/components/toolbar/button/ToggleButton.jsx +0 -41
  1522. package/src/components/toolbar/button/index.jsx +0 -55
  1523. package/src/components/toolbar/button/styles.js +0 -127
  1524. package/src/components/toolbar/components/DoorStyleMenu.jsx +0 -103
  1525. package/src/components/toolbar/components/Pricing.jsx +0 -126
  1526. package/src/components/toolbar/components/ReviewForQuote.jsx +0 -635
  1527. package/src/components/toolbar/export.js +0 -21
  1528. package/src/components/toolbar/main/Alert.js +0 -122
  1529. package/src/components/toolbar/main/TakePictureModal.jsx +0 -104
  1530. package/src/components/toolbar/main/confirm-popup.jsx +0 -99
  1531. package/src/components/toolbar/main/index.jsx +0 -5687
  1532. package/src/components/toolbar/main/lShaped.json +0 -311
  1533. package/src/components/toolbar/main/longNarrow.json +0 -238
  1534. package/src/components/toolbar/main/myComponents.js +0 -123
  1535. package/src/components/toolbar/main/oRectangle.json +0 -220
  1536. package/src/components/toolbar/main/rectangle.json +0 -238
  1537. package/src/components/toolbar/main/style.css +0 -107
  1538. package/src/components/toolbar/main/styles.js +0 -696
  1539. package/src/components/toolbar/plugin-item.jsx +0 -123
  1540. package/src/components/toolbar/popup/appliance/appliance-category/index.jsx +0 -73
  1541. package/src/components/toolbar/popup/appliance/choose-appliance/index.jsx +0 -102
  1542. package/src/components/toolbar/popup/appliance/index.jsx +0 -83
  1543. package/src/components/toolbar/popup/autosaveprompt/index.jsx +0 -150
  1544. package/src/components/toolbar/popup/autosaveprompt/styles.css +0 -64
  1545. package/src/components/toolbar/popup/autosaveprompt/styles.js +0 -40
  1546. package/src/components/toolbar/popup/cabinet/cabinet-category/index.jsx +0 -73
  1547. package/src/components/toolbar/popup/cabinet/choose-product/index.jsx +0 -119
  1548. package/src/components/toolbar/popup/cabinet/index.jsx +0 -85
  1549. package/src/components/toolbar/popup/doorStyle/choose-style/index.jsx +0 -63
  1550. package/src/components/toolbar/popup/doorStyle/index.jsx +0 -71
  1551. package/src/components/toolbar/popup/doorStyle/style-category/index.jsx +0 -139
  1552. package/src/components/toolbar/popup/downloadsummary/downloadSummaryContext.js +0 -2
  1553. package/src/components/toolbar/popup/downloadsummary/downloadSummaryTemp.jsx +0 -157
  1554. package/src/components/toolbar/popup/downloadsummary/index.jsx +0 -643
  1555. package/src/components/toolbar/popup/downloadsummary/show2D/show2DView.jsx +0 -51
  1556. package/src/components/toolbar/popup/downloadsummary/show2D/viewer2DDownLoad.jsx +0 -175
  1557. package/src/components/toolbar/popup/downloadsummary/show3D/show3DView.jsx +0 -283
  1558. package/src/components/toolbar/popup/downloadsummary/show3D/viewer3DDownLoad.jsx +0 -2257
  1559. package/src/components/toolbar/popup/downloadsummary/showCabinetInfo.js +0 -93
  1560. package/src/components/toolbar/popup/downloadsummary/showElevation/showElevationView.jsx +0 -132
  1561. package/src/components/toolbar/popup/downloadsummary/showElevation/viewer3DElevationDownload.jsx +0 -2198
  1562. package/src/components/toolbar/popup/downloadsummary/showElevation/viewerElevationDownload.jsx +0 -152
  1563. package/src/components/toolbar/popup/downloadsummary/showWarranty.jsx +0 -149
  1564. package/src/components/toolbar/popup/downloadsummary/styles.css +0 -177
  1565. package/src/components/toolbar/popup/downloadsummary/styles.js +0 -453
  1566. package/src/components/toolbar/popup/finishingtouch/category/index.jsx +0 -34
  1567. package/src/components/toolbar/popup/finishingtouch/index.jsx +0 -58
  1568. package/src/components/toolbar/popup/finishingtouch/material-edit.jsx +0 -112
  1569. package/src/components/toolbar/popup/finishingtouch/product/index.jsx +0 -116
  1570. package/src/components/toolbar/popup/floorplan/choose-floor/confirm-popup.jsx +0 -101
  1571. package/src/components/toolbar/popup/floorplan/choose-floor/index.jsx +0 -254
  1572. package/src/components/toolbar/popup/floorplan/choose-floor/lShaped.json +0 -311
  1573. package/src/components/toolbar/popup/floorplan/choose-floor/longNarrow.json +0 -238
  1574. package/src/components/toolbar/popup/floorplan/choose-floor/oRectangle.json +0 -220
  1575. package/src/components/toolbar/popup/floorplan/choose-floor/rectangle.json +0 -238
  1576. package/src/components/toolbar/popup/floorplan/choose-floor/styles.js +0 -86
  1577. package/src/components/toolbar/popup/floorplan/floor-category/index.jsx +0 -109
  1578. package/src/components/toolbar/popup/floorplan/index.jsx +0 -60
  1579. package/src/components/toolbar/popup/index.jsx +0 -241
  1580. package/src/components/toolbar/popup/newproject/index.jsx +0 -59
  1581. package/src/components/toolbar/popup/newproject/styles.css +0 -64
  1582. package/src/components/toolbar/popup/newproject/styles.js +0 -41
  1583. package/src/components/toolbar/popup/product/appliance.jsx +0 -54
  1584. package/src/components/toolbar/popup/product/cabinetproduct.jsx +0 -15
  1585. package/src/components/toolbar/popup/product/doorstyle.jsx +0 -58
  1586. package/src/components/toolbar/popup/product/doorstyleproduct.jsx +0 -47
  1587. package/src/components/toolbar/popup/product/floor.jsx +0 -36
  1588. package/src/components/toolbar/popup/product/floorproduct.jsx +0 -42
  1589. package/src/components/toolbar/popup/product/index.jsx +0 -36
  1590. package/src/components/toolbar/popup/product/primary.jsx +0 -77
  1591. package/src/components/toolbar/popup/product/productline.jsx +0 -93
  1592. package/src/components/toolbar/popup/product/reviewItem.jsx +0 -427
  1593. package/src/components/toolbar/popup/product/reviewMolding.jsx +0 -310
  1594. package/src/components/toolbar/popup/product/style.css +0 -54
  1595. package/src/components/toolbar/popup/product/styles.js +0 -260
  1596. package/src/components/toolbar/popup/savedesign/FullPictureForm.jsx +0 -146
  1597. package/src/components/toolbar/popup/savedesign/index.jsx +0 -495
  1598. package/src/components/toolbar/popup/savedesign/savedesign.style.css +0 -16
  1599. package/src/components/toolbar/popup/savedesign/styles.js +0 -151
  1600. package/src/components/toolbar/popup/setDoorStyleOption/index.jsx +0 -87
  1601. package/src/components/toolbar/popup/styles.js +0 -909
  1602. package/src/components/toolbar/popup/submitforquote/AddToCartOptions.jsx +0 -192
  1603. package/src/components/toolbar/popup/submitforquote/CustomerRequestsForm.jsx +0 -96
  1604. package/src/components/toolbar/popup/submitforquote/SkipDesignerReview.jsx +0 -54
  1605. package/src/components/toolbar/popup/submitforquote/StepDots.jsx +0 -25
  1606. package/src/components/toolbar/popup/submitforquote/cart-choice.jsx +0 -116
  1607. package/src/components/toolbar/popup/submitforquote/doorstyle-menus.js +0 -38
  1608. package/src/components/toolbar/popup/submitforquote/index.jsx +0 -698
  1609. package/src/components/toolbar/popup/submitforquote/styles.css +0 -105
  1610. package/src/components/toolbar/popup/submitforquote/styles.js +0 -294
  1611. package/src/components/toolbar/popup/submitprompt/index.jsx +0 -89
  1612. package/src/components/toolbar/popup/submitprompt/styles.css +0 -64
  1613. package/src/components/toolbar/popup/submitprompt/styles.js +0 -42
  1614. package/src/components/toolbar/toolbar-button.jsx +0 -90
  1615. package/src/components/toolbar/toolbar-load-button.jsx +0 -36
  1616. package/src/components/toolbar/toolbar-save-button.jsx +0 -32
  1617. package/src/components/wizardstep/button/styles.js +0 -677
  1618. package/src/components/wizardstep/export.js +0 -5
  1619. package/src/components/wizardstep/index.jsx +0 -1372
  1620. package/src/components/wizardstep/styles.js +0 -688
  1621. package/src/components/wizardstep/wizardstep-content-button.jsx +0 -198
  1622. package/src/components/wizardstep/wizardstep-toggle-button.jsx +0 -101
  1623. package/src/hooks/useCheckCart.js +0 -38
  1624. package/src/hooks/useGetPricesBySku.js +0 -59
  1625. package/src/hooks/useValidateToken.js +0 -181
  1626. package/src/styles/export.js +0 -7
  1627. package/src/styles/tabs.css +0 -40
@@ -1,1372 +0,0 @@
1
- import React, { Component } from 'react';
2
- import PropTypes, { element, elementType } from 'prop-types';
3
- import convert from 'convert-units';
4
- import * as S from './styles';
5
- import * as rectangleData from '../toolbar/main/rectangle.json';
6
- import * as lShaped from '../toolbar/main/lShaped.json';
7
- import * as oRectangle from '../toolbar/main/oRectangle.json';
8
- import * as longNarrow from '../toolbar/main/longNarrow.json';
9
- import {
10
- TEXT_COLOR_NEUTRAL_5,
11
- TEXT_COLOR_NEUTRAL_0,
12
- TEXT_COLOR_NEUTRAL_2,
13
- STATUS_NEGATIVE_COLOR,
14
- BG_COLOR_HOVER,
15
- BG_COLOR_1,
16
- TEXT_COLOR_NEUTRAL_3,
17
- SECONDARY_PURPLE_COLOR,
18
- DEFAULT_FONT_FAMILY,
19
- SHADE_LIGHT_PURPLE_COLOR,
20
- TEXT_COLOR_NEUTRAL_1,
21
- TEXT_COLOR_NEUTRAL_4,
22
- DECIMAL_PLACES_2
23
- } from '../../constants';
24
- import Dialog from '@material-ui/core/Dialog';
25
- import styled from 'styled-components';
26
- import { formatNumber, toFixedFloat } from '../../utils/math';
27
-
28
- const StyledDialog = styled(Dialog)`
29
- .MuiDialog-paperWidthSm {
30
- border-radius: 10px;
31
- }
32
- `;
33
-
34
- let roomShapeData = [
35
- {
36
- type: 'square',
37
- name: 'Square',
38
- url: '/assets/img/svg/wizardstep/Square.svg',
39
- data: rectangleData,
40
- key: 1
41
- },
42
- {
43
- type: 'l-shape',
44
- name: 'L-Shaped',
45
- url: '/assets/img/svg/wizardstep/L.svg',
46
- data: lShaped,
47
- key: 2
48
- },
49
- {
50
- type: 'irregular',
51
- name: 'Irregular',
52
- url: '/assets/img/svg/wizardstep/L2.svg',
53
- data: longNarrow,
54
- key: 3
55
- },
56
- {
57
- type: 'open',
58
- name: 'Open',
59
- url: '/assets/img/svg/wizardstep/Open.svg',
60
- data: oRectangle,
61
- key: 4
62
- }
63
- ];
64
-
65
- let unitData = [
66
- {
67
- _name: 'inch',
68
- _unit: 'in'
69
- },
70
- {
71
- _name: 'centimeter',
72
- _unit: 'cm'
73
- },
74
- {
75
- _name: 'millimeter',
76
- _unit: 'mm'
77
- },
78
- {
79
- _name: 'meter',
80
- _unit: 'm'
81
- },
82
- {
83
- _name: 'feet',
84
- _unit: 'ft'
85
- }
86
- ];
87
-
88
- export default class WizardStep extends Component {
89
- constructor(props, context) {
90
- super(props, context);
91
-
92
- const getDoorStyle = items => {
93
- if (!items || items.length === 0) return undefined;
94
-
95
- const brilliantWhiteShaker = items.find(
96
- item => item.name === 'Brilliant White Shaker'
97
- );
98
-
99
- if (brilliantWhiteShaker) {
100
- return brilliantWhiteShaker;
101
- }
102
-
103
- return items[0];
104
- };
105
-
106
- this.state = {
107
- type: 1, //1: wizard, 2: retrieve
108
- step: 0,
109
- measurementUnit: {
110
- _name: 'inch',
111
- _unit: 'in'
112
- },
113
- ceilingHeight: 96,
114
- roomShape: {
115
- type: '',
116
- data: {}
117
- },
118
- colorFamily: {},
119
- installation: this.props.categoryData.data.doorStyles.items.filter(
120
- item =>
121
- item.items.filter(item1 => item1.items.length !== 0).length !== 0
122
- )[0],
123
- doorCategory: this.props.categoryData.data.doorStyles.items
124
- .filter(
125
- item =>
126
- item.items.filter(item1 => item1.items.length !== 0).length !== 0
127
- )[0]
128
- .items.filter(item => item.items.length !== 0)[0],
129
- doorStyle: getDoorStyle(
130
- this.props.categoryData.data.doorStyles.items
131
- .filter(
132
- item =>
133
- item.items.filter(item1 => item1.items.length !== 0).length !== 0
134
- )[0]
135
- .items.filter(item => item.items.length !== 0)[0].items
136
- ),
137
- cancelDialogVisible: false,
138
- hover: 0
139
- };
140
- }
141
-
142
- loadProject(data) {
143
- this.context.projectActions.loadProject(data, this.props.categoryData);
144
- }
145
-
146
- _confirm(type) {
147
- this.props.close();
148
- if (this.state.roomShape.type === 'custom')
149
- this.context.linesActions.selectToolDrawingLine('wall');
150
- else if (this.state.roomShape.type === '') {
151
- } else this.loadProject(this.state.roomShape.data, this.props.categoryData);
152
- this.context.viewer2DActions.updateCeilHeight(
153
- toFixedFloat(this.state.ceilingHeight)
154
- );
155
- this.context.viewer2DActions.updateCeilHeightUnit(
156
- this.state.measurementUnit._unit
157
- );
158
- this.context.viewer3DActions.update3DCeilHeight(
159
- toFixedFloat(this.state.ceilingHeight)
160
- );
161
- this.context.viewer3DActions.update3DCeilHeightUnit(
162
- this.state.measurementUnit._unit
163
- );
164
- let doorStyle = {
165
- ...this.state.doorStyle,
166
- install: this.state.installation.name
167
- };
168
- !!type && this.context.itemsActions.setDoorStyle(doorStyle);
169
- }
170
-
171
- _ok() {
172
- if (this.state.step === 1 && this.state.roomShape.type === '') {
173
- roomShapeData.map(item => {
174
- document.getElementById(
175
- `roomshape&${item.type}`
176
- ).style.backgroundColor = STATUS_NEGATIVE_COLOR;
177
- document.getElementById(`roomlabel&${item.type}`).style.color =
178
- TEXT_COLOR_NEUTRAL_0;
179
- });
180
- document.getElementById('roomshape&custom').style.backgroundColor =
181
- STATUS_NEGATIVE_COLOR;
182
- document.getElementById('roomshape&pencil').style.backgroundColor =
183
- STATUS_NEGATIVE_COLOR;
184
- document.getElementById('roomlabel&custom').style.color =
185
- TEXT_COLOR_NEUTRAL_0;
186
- document.getElementById('description').style.color =
187
- STATUS_NEGATIVE_COLOR;
188
- } else this.setState({ step: this.state.step + 1 });
189
- }
190
-
191
- onStepChange(e) {
192
- if (this.state.step === 1 && this.state.roomShape.type === '') {
193
- roomShapeData.map(item => {
194
- document.getElementById(
195
- `roomshape&${item.type}`
196
- ).style.backgroundColor = STATUS_NEGATIVE_COLOR;
197
- document.getElementById(`roomlabel&${item.type}`).style.color =
198
- TEXT_COLOR_NEUTRAL_0;
199
- });
200
- document.getElementById('roomshape&custom').style.backgroundColor =
201
- STATUS_NEGATIVE_COLOR;
202
- document.getElementById('roomshape&pencil').style.backgroundColor =
203
- STATUS_NEGATIVE_COLOR;
204
- document.getElementById('roomlabel&custom').style.color =
205
- TEXT_COLOR_NEUTRAL_0;
206
- document.getElementById('description').style.color =
207
- STATUS_NEGATIVE_COLOR;
208
- } else {
209
- this.setState({ step: e });
210
- }
211
- }
212
-
213
- componentDidUpdate(prevProps, prevState, snapshot) {
214
- const img = document.querySelector(
215
- 'img[src="/assets/img/svg/wizardstep/check-active.svg"]'
216
- );
217
- if (img) {
218
- img.scrollIntoView({ behavior: 'smooth', block: 'center' });
219
- }
220
- }
221
-
222
- render() {
223
- const {
224
- step,
225
- roomShape,
226
- installation,
227
- doorCategory,
228
- doorStyle,
229
- measurementUnit,
230
- ceilingHeight,
231
- cancelDialogVisible,
232
- colorFamily,
233
- hover,
234
- type
235
- } = this.state;
236
- let regexp = new RegExp(`^-?([0-9]+)?\\.?([0-9]{0,2})?$`);
237
-
238
- const stepBar = [
239
- {
240
- index: 1,
241
- title: 'ROOM SHAPE',
242
- description: (
243
- <div>
244
- Select units, add ceiling height and a predefined shape or draw your
245
- own.
246
- <br />
247
- To get professional help, click on the Help button.
248
- </div>
249
- ),
250
- content: (
251
- <S.ContentWrapper>
252
- <S.ContentWrapper1 style={{ marginBottom: 25 }}>
253
- <div
254
- style={{
255
- position: 'relative',
256
- display: 'flex',
257
- alignItems: 'center'
258
- }}
259
- >
260
- <S.MeasurementUnitLabel>
261
- Measurement Unit
262
- </S.MeasurementUnitLabel>
263
- <S.MeasurementUnitSelect
264
- id="measurement_select"
265
- onClick={() => {
266
- document.getElementById(
267
- 'measurement_option'
268
- ).style.display =
269
- document.getElementById('measurement_option').style
270
- .display === 'none'
271
- ? 'block'
272
- : 'none';
273
- document.getElementById(
274
- 'measurement_select'
275
- ).style.borderColor = SECONDARY_PURPLE_COLOR;
276
- document.getElementById('arrow-down').style.display =
277
- document.getElementById('arrow-down').style.display ===
278
- 'none'
279
- ? 'block'
280
- : 'none';
281
- document.getElementById('arrow-up').style.display =
282
- document.getElementById('arrow-up').style.display ===
283
- 'block'
284
- ? 'none'
285
- : 'block';
286
- }}
287
- >
288
- {`${measurementUnit._name}(${measurementUnit._unit})`}
289
- </S.MeasurementUnitSelect>
290
- <S.SelectArrow
291
- id="arrow-down"
292
- style={{ display: 'block' }}
293
- maskImage="/assets/img/svg/bottombar/arrow-down.svg"
294
- />
295
- <S.SelectArrow
296
- id="arrow-up"
297
- style={{ display: 'none' }}
298
- maskImage="/assets/img/svg/bottombar/arrow-up.svg"
299
- />
300
- <div
301
- id="measurement_option"
302
- style={{
303
- display: 'none',
304
- width: '100%',
305
- zIndex: 3,
306
- top: 55,
307
- position: 'absolute',
308
- borderRadius: 5,
309
- backgroundColor: 'white',
310
- boxShadow:
311
- '0px 3px 5px -1px rgba(156, 154, 154, 0.2), 0px 6px 10px 0px rgba(156, 154, 154, 0.39), 0px 1px 18px 0px rgba(156, 154, 154, 0.12)'
312
- }}
313
- >
314
- {unitData.map((unit, key) => {
315
- return (
316
- <S.MeasurementUnitOption
317
- onClick={() => {
318
- document.getElementById(
319
- 'measurement_option'
320
- ).style.display = 'none';
321
- document.getElementById('arrow-down').style.display =
322
- 'block';
323
- document.getElementById('arrow-up').style.display =
324
- 'none';
325
- this.setState({
326
- ceilingHeight: formatNumber(
327
- convert(ceilingHeight)
328
- .from(measurementUnit._unit)
329
- .to(unit._unit),
330
- DECIMAL_PLACES_2
331
- ),
332
- measurementUnit: unit
333
- });
334
- }}
335
- key={key}
336
- >
337
- {`${unit._name}(${unit._unit})`}
338
- </S.MeasurementUnitOption>
339
- );
340
- })}
341
- </div>
342
- </div>
343
- <div
344
- style={{
345
- position: 'relative',
346
- display: 'flex',
347
- alignItems: 'center',
348
- marginLeft: 40
349
- }}
350
- >
351
- <S.MeasurementUnitLabel>Ceiling Height</S.MeasurementUnitLabel>
352
- <input
353
- style={{
354
- width: 167,
355
- textAlign: 'left',
356
- padding: '15px 15px',
357
- color: '#000f33',
358
- fontSize: '13px',
359
- lineHeight: '18px',
360
- border: '2px solid #8791ab',
361
- borderRadius: '5px',
362
- outline: 0,
363
- fontWeight: 600,
364
- paddingRight: 90
365
- }}
366
- value={ceilingHeight}
367
- onChange={evt => {
368
- if (regexp.test(evt.target.value))
369
- this.setState({
370
- ceilingHeight: evt.target.value
371
- });
372
- else this.setState({ ceilingHeight: ceilingHeight });
373
- }}
374
- />
375
- <span
376
- style={{
377
- position: 'absolute',
378
- color: TEXT_COLOR_NEUTRAL_1,
379
- fontSize: 16,
380
- fontFamily: DEFAULT_FONT_FAMILY,
381
- fontWeight: 400,
382
- lineHeight: '22px',
383
- textAlign: 'right',
384
- right: 10
385
- }}
386
- >
387
- {measurementUnit._unit === 'in'
388
- ? `${measurementUnit._unit}(default)`
389
- : measurementUnit._unit}
390
- </span>
391
- </div>
392
- </S.ContentWrapper1>
393
- <S.ContentWrapper1>
394
- {roomShapeData.map((item, key) => {
395
- return (
396
- <S.ContentItem
397
- onClick={() => {
398
- this.setState({ roomShape: item });
399
- document.getElementById('description').style.color =
400
- TEXT_COLOR_NEUTRAL_0;
401
- }}
402
- key={item.key}
403
- >
404
- <S.MaskImageWrapper
405
- style={{
406
- backgroundColor:
407
- roomShape.type === item.type && BG_COLOR_HOVER
408
- }}
409
- >
410
- <S.RoomContentImage
411
- id={`roomshape&${item.type}`}
412
- maskImage={item.url}
413
- style={{
414
- backgroundColor:
415
- roomShape.type === item.type
416
- ? SECONDARY_PURPLE_COLOR
417
- : roomShape.type
418
- ? TEXT_COLOR_NEUTRAL_3
419
- : TEXT_COLOR_NEUTRAL_0
420
- }}
421
- />
422
- </S.MaskImageWrapper>
423
- <S.ContentCheckImage
424
- id="check"
425
- src="/assets/img/svg/wizardstep/check-normal.svg"
426
- />
427
- {roomShape.type === item.type && (
428
- <S.ContentCheckImage src="/assets/img/svg/wizardstep/check-active.svg" />
429
- )}
430
- <S.ContentItemLabel
431
- id={`roomlabel&${item.type}`}
432
- style={{
433
- fontWeight: roomShape.type === item.type && 400,
434
- color:
435
- roomShape.type === item.type
436
- ? SECONDARY_PURPLE_COLOR
437
- : roomShape.type
438
- ? TEXT_COLOR_NEUTRAL_3
439
- : TEXT_COLOR_NEUTRAL_0
440
- }}
441
- >
442
- {item.name}
443
- </S.ContentItemLabel>
444
- </S.ContentItem>
445
- );
446
- })}
447
- </S.ContentWrapper1>
448
- <S.ContentWrapper1>
449
- <S.ContentItem
450
- onClick={() => {
451
- this.setState({ roomShape: { type: 'custom', data: {} } });
452
- document.getElementById('description').style.color =
453
- TEXT_COLOR_NEUTRAL_0;
454
- }}
455
- >
456
- <S.MaskImageWrapper
457
- style={{
458
- backgroundColor:
459
- roomShape.type === 'custom' && BG_COLOR_HOVER
460
- }}
461
- >
462
- <S.RoomContentImage
463
- id="roomshape&custom"
464
- maskImage="/assets/img/svg/wizardstep/Custom.svg"
465
- style={{
466
- backgroundColor:
467
- roomShape.type === 'custom'
468
- ? SECONDARY_PURPLE_COLOR
469
- : roomShape.type
470
- ? TEXT_COLOR_NEUTRAL_3
471
- : TEXT_COLOR_NEUTRAL_0
472
- }}
473
- />
474
- <S.RoomContentImage
475
- id="roomshape&pencil"
476
- maskImage="/assets/img/svg/wizardstep/pencil.svg"
477
- style={{
478
- position: 'absolute',
479
- top: 10,
480
- right: 10,
481
- height: 25,
482
- width: 25,
483
- backgroundColor:
484
- roomShape.type === 'custom'
485
- ? SECONDARY_PURPLE_COLOR
486
- : roomShape.type
487
- ? TEXT_COLOR_NEUTRAL_3
488
- : TEXT_COLOR_NEUTRAL_0
489
- }}
490
- />
491
- </S.MaskImageWrapper>
492
- <S.ContentCheckImage
493
- id="check"
494
- src="/assets/img/svg/wizardstep/check-normal.svg"
495
- />
496
- {roomShape.type === 'custom' && (
497
- <S.ContentCheckImage src="/assets/img/svg/wizardstep/check-active.svg" />
498
- )}
499
- <S.ContentItemLabel
500
- id="roomlabel&custom"
501
- style={{
502
- fontWeight: roomShape.type === 'custom' && 600,
503
- color:
504
- roomShape.type === 'custom'
505
- ? SECONDARY_PURPLE_COLOR
506
- : roomShape.type
507
- ? TEXT_COLOR_NEUTRAL_3
508
- : TEXT_COLOR_NEUTRAL_0
509
- }}
510
- >
511
- Draw Custom
512
- </S.ContentItemLabel>
513
- <span
514
- id="hint"
515
- style={{
516
- position: 'absolute',
517
- fontFamily: DEFAULT_FONT_FAMILY,
518
- fontSize: 16,
519
- lineHeight: '20px',
520
- textAlign: 'left',
521
- backgroundColor: TEXT_COLOR_NEUTRAL_1,
522
- opacity: 0.8,
523
- color: BG_COLOR_1,
524
- borderRadius: 3,
525
- zIndex: 3,
526
- width: 'max-content',
527
- top: -30,
528
- left: -10,
529
- padding: '3px 8px'
530
- }}
531
- >
532
- You will be able to draw your own space
533
- </span>
534
- </S.ContentItem>
535
- </S.ContentWrapper1>
536
- </S.ContentWrapper>
537
- )
538
- },
539
- {
540
- index: 2,
541
- title: 'COLOR & STYLE',
542
- description:
543
- 'Customize your door style. To get professional help, click on the Help button.',
544
- content: (
545
- <S.ContentWrapper>
546
- <S.Title>Installation</S.Title>
547
- <S.ContentWrapper1>
548
- {this.props.categoryData.data.doorStyles.items.map(
549
- (item, key) => {
550
- return (
551
- <S.DoorStyleContentItem
552
- onClick={() =>
553
- this.setState({
554
- installation: item,
555
- doorCategory: item.items[0]
556
- })
557
- }
558
- key={key}
559
- >
560
- <S.DoorStyleContentImageWrapper
561
- id="item"
562
- style={{
563
- backgroundColor:
564
- installation.name === item.name &&
565
- TEXT_COLOR_NEUTRAL_5,
566
- borderColor:
567
- installation.name === item.name &&
568
- SECONDARY_PURPLE_COLOR
569
- }}
570
- >
571
- <S.DoorStyleContentImage
572
- id={`doorstyle&${item.name}&image`}
573
- maskImage={item.thumbnail}
574
- style={{
575
- backgroundColor:
576
- installation.name === item.name &&
577
- SECONDARY_PURPLE_COLOR
578
- }}
579
- />
580
- </S.DoorStyleContentImageWrapper>
581
- <S.ContentItemLabel
582
- style={{
583
- color:
584
- installation.name === item.name &&
585
- SECONDARY_PURPLE_COLOR,
586
- fontSize: 15,
587
- fontWeight: installation.name === item.name && 700
588
- }}
589
- >
590
- {item.name}
591
- </S.ContentItemLabel>
592
- </S.DoorStyleContentItem>
593
- );
594
- }
595
- )}
596
- </S.ContentWrapper1>
597
- <S.Title style={{ marginTop: 20 }}>Door Style</S.Title>
598
- <S.ContentWrapper1>
599
- {this.props.categoryData.data.doorStyles.items
600
- .filter(item => item.name === installation.name)[0]
601
- .items.map((element, key) => {
602
- return (
603
- <S.DoorStyleContentItem
604
- onClick={() => this.setState({ doorCategory: element })}
605
- key={key}
606
- >
607
- <S.DoorStyleContentImageWrapper
608
- id="item"
609
- style={{
610
- backgroundColor:
611
- doorCategory.name === element.name &&
612
- TEXT_COLOR_NEUTRAL_5,
613
- borderColor:
614
- doorCategory.name === element.name &&
615
- SECONDARY_PURPLE_COLOR
616
- }}
617
- >
618
- <S.DoorCategoryContentImage
619
- style={{
620
- margin:
621
- doorCategory.name === element.name && 'unset',
622
- backgroundColor:
623
- doorCategory.name === element.name &&
624
- SECONDARY_PURPLE_COLOR
625
- }}
626
- maskImage={element.thumbnail}
627
- />
628
- </S.DoorStyleContentImageWrapper>
629
- <S.ContentItemLabel
630
- id={`doorcategory&${element.name}&label`}
631
- style={{
632
- color:
633
- doorCategory.name === element.name
634
- ? SECONDARY_PURPLE_COLOR
635
- : TEXT_COLOR_NEUTRAL_0,
636
- fontSize: 15,
637
- fontWeight: doorCategory.name === element.name && 700
638
- }}
639
- >
640
- {element.name}
641
- </S.ContentItemLabel>
642
- </S.DoorStyleContentItem>
643
- );
644
- })}
645
- </S.ContentWrapper1>
646
- <div
647
- style={{
648
- display: 'flex',
649
- gap: '1rem',
650
- alignItems: 'center',
651
- marginTop: 20,
652
- height: 30
653
- }}
654
- >
655
- <S.Title>Color family</S.Title>
656
- {Object.keys(this.state.colorFamily).length !== 0 && (
657
- <S.Button
658
- style={{
659
- fontSize: 12,
660
- padding: '5px 10px',
661
- border: '1px solid'
662
- }}
663
- onClick={() => this.setState({ colorFamily: {} })}
664
- >
665
- Clear filter
666
- </S.Button>
667
- )}
668
- </div>
669
- <S.ContentWrapper1>
670
- <div
671
- style={{
672
- display: 'flex',
673
- flexWrap: 'wrap',
674
- gap: '0.5rem'
675
- }}
676
- >
677
- {this.props.categoryData.data.doorColorFamily &&
678
- this.props.categoryData.data.doorColorFamily.map(
679
- (element, key) => {
680
- return (
681
- <S.ColorContentItem
682
- onClick={() =>
683
- this.setState({ colorFamily: element })
684
- }
685
- key={key}
686
- >
687
- <S.ColorContentImage src={element.thumbnail} />
688
- <S.ContentCheckImage
689
- id="check"
690
- src="/assets/img/svg/wizardstep/check-normal.svg"
691
- style={{
692
- height: 70,
693
- width: 70,
694
- borderRadius: '50%',
695
- backgroundColor: 'unset',
696
- zIndex: 2,
697
- padding: 16
698
- }}
699
- />
700
- {colorFamily.id === element.id && (
701
- <S.ContentCheckImage
702
- src="/assets/img/svg/wizardstep/check-active.svg"
703
- style={{
704
- height: 70,
705
- width: 70,
706
- borderRadius: '50%',
707
- backgroundColor: 'unset',
708
- zIndex: 2,
709
- padding: 16,
710
- border: `2px solid ${SECONDARY_PURPLE_COLOR}`
711
- }}
712
- />
713
- )}
714
- </S.ColorContentItem>
715
- );
716
- }
717
- )}
718
- </div>
719
- </S.ContentWrapper1>
720
- </S.ContentWrapper>
721
- )
722
- },
723
- {
724
- index: 3,
725
- title: 'SUMMARY',
726
- description: (
727
- <div>
728
- <div>Select from the door collection for all cabinets.</div>
729
- <div>To get professional help, click on the Help button.</div>
730
- </div>
731
- ),
732
- content: (
733
- <S.ContentWrapper>
734
- <S.ContentWrapper1>
735
- <S.ContentWrapper2>
736
- <S.Title>Room Shape</S.Title>
737
- {roomShapeData.map((item, key) => {
738
- return (
739
- roomShape.type === item.type && (
740
- <S.ContentItem
741
- style={{ margin: 'unset', marginTop: 20 }}
742
- key={key}
743
- >
744
- <S.MaskImageWrapper>
745
- <S.RoomContentImage
746
- maskImage={item.url}
747
- style={{ backgroundColor: SECONDARY_PURPLE_COLOR }}
748
- />
749
- </S.MaskImageWrapper>
750
- <S.ContentCheckImage src="/assets/img/svg/wizardstep/check-active.svg" />
751
- <S.ContentItemLabel
752
- style={{ color: SECONDARY_PURPLE_COLOR }}
753
- >
754
- {item.name}
755
- </S.ContentItemLabel>
756
- </S.ContentItem>
757
- )
758
- );
759
- })}
760
- {roomShape.type === 'custom' && (
761
- <S.ContentItem style={{ margin: 'unset', marginTop: 20 }}>
762
- <S.MaskImageWrapper>
763
- <S.RoomContentImage
764
- maskImage="/assets/img/svg/wizardstep/Custom.svg"
765
- style={{ backgroundColor: SECONDARY_PURPLE_COLOR }}
766
- />
767
- <S.RoomContentImage
768
- maskImage="/assets/img/svg/wizardstep/pencil.svg"
769
- style={{
770
- position: 'absolute',
771
- top: 10,
772
- right: 25,
773
- height: 25,
774
- width: 25,
775
- backgroundColor: SECONDARY_PURPLE_COLOR
776
- }}
777
- />
778
- </S.MaskImageWrapper>
779
- <S.ContentCheckImage src="/assets/img/svg/wizardstep/check-active.svg" />
780
- <S.ContentItemLabel
781
- style={{ color: SECONDARY_PURPLE_COLOR }}
782
- >
783
- Draw Custom
784
- </S.ContentItemLabel>
785
- <span
786
- id="hint"
787
- style={{
788
- position: 'absolute',
789
- fontFamily: DEFAULT_FONT_FAMILY,
790
- fontSize: 16,
791
- lineHeight: '20px',
792
- textAlign: 'left',
793
- backgroundColor: TEXT_COLOR_NEUTRAL_1,
794
- opacity: 0.8,
795
- color: BG_COLOR_1,
796
- borderRadius: 3,
797
- zIndex: 3,
798
- width: 'max-content',
799
- top: -30,
800
- left: -10,
801
- padding: '3px 8px'
802
- }}
803
- >
804
- You will be able to draw your own space
805
- </span>
806
- </S.ContentItem>
807
- )}
808
- </S.ContentWrapper2>
809
- <S.ContentWrapper2>
810
- <S.Title>Installation</S.Title>
811
- <S.DoorStyleContentItem
812
- style={{ margin: 'unset', marginTop: 20 }}
813
- >
814
- <S.DoorStyleContentImageWrapper
815
- style={{
816
- borderColor: SECONDARY_PURPLE_COLOR,
817
- backgroundColor: TEXT_COLOR_NEUTRAL_5
818
- }}
819
- >
820
- <S.DoorStyleContentImage
821
- maskImage={installation.thumbnail}
822
- style={{ backgroundColor: SECONDARY_PURPLE_COLOR }}
823
- />
824
- </S.DoorStyleContentImageWrapper>
825
- <S.ContentItemLabel style={{ color: SECONDARY_PURPLE_COLOR }}>
826
- {installation.name}
827
- </S.ContentItemLabel>
828
- </S.DoorStyleContentItem>
829
- </S.ContentWrapper2>
830
- <S.ContentWrapper2>
831
- <S.Title>Color Family</S.Title>
832
- <S.ColorContentItem style={{ margin: 'unset', marginTop: 20 }}>
833
- {colorFamily.thumbnail && (
834
- <S.ColorContentImage
835
- src={colorFamily.thumbnail}
836
- style={{ height: 120, width: 120, borderRadius: '100%' }}
837
- />
838
- )}
839
- <S.ContentCheckImage
840
- src="/assets/img/svg/wizardstep/check-active.svg"
841
- style={{
842
- height: 120,
843
- width: 120,
844
- borderRadius: '50%',
845
- backgroundColor: 'unset',
846
- zIndex: 2,
847
- padding: 41,
848
- border: `2px solid ${SECONDARY_PURPLE_COLOR}`
849
- }}
850
- />
851
- <S.ContentItemLabel style={{ color: SECONDARY_PURPLE_COLOR }}>
852
- {colorFamily.name}
853
- </S.ContentItemLabel>
854
- </S.ColorContentItem>
855
- </S.ContentWrapper2>
856
- <S.ContentWrapper2>
857
- <S.Title>Style</S.Title>
858
- <S.DoorStyleContentItem
859
- style={{ margin: 'unset', marginTop: 20 }}
860
- >
861
- <S.DoorStyleContentImageWrapper
862
- style={{
863
- backgroundColor: TEXT_COLOR_NEUTRAL_5,
864
- borderColor: SECONDARY_PURPLE_COLOR
865
- }}
866
- >
867
- <S.DoorCategoryContentImage
868
- style={{
869
- margin: 'unset',
870
- backgroundColor: SECONDARY_PURPLE_COLOR
871
- }}
872
- maskImage={doorCategory.thumbnail}
873
- />
874
- </S.DoorStyleContentImageWrapper>
875
- <S.ContentItemLabel style={{ color: SECONDARY_PURPLE_COLOR }}>
876
- {doorCategory.name}
877
- </S.ContentItemLabel>
878
- </S.DoorStyleContentItem>
879
- </S.ContentWrapper2>
880
- <S.ContentWrapper2>
881
- <S.Title>Finish</S.Title>
882
- <S.DoorStyleContentItem
883
- style={{ margin: 'unset', marginTop: 20 }}
884
- >
885
- <S.FinishContentImageWrapper
886
- style={{
887
- border: `2px solid ${SECONDARY_PURPLE_COLOR}`,
888
- backgroundColor: 'unset',
889
- minHeight: 120,
890
- height: 120,
891
- width: 120
892
- }}
893
- >
894
- <S.FinishContentImage
895
- src={doorStyle.thumbnail}
896
- style={{
897
- height: '70%',
898
- width: '100%',
899
- objectFit: 'contain'
900
- }}
901
- />
902
- </S.FinishContentImageWrapper>
903
- <S.ContentItemLabel
904
- style={{
905
- color: SECONDARY_PURPLE_COLOR,
906
- marginBottom: 15,
907
- width: 120
908
- }}
909
- >
910
- {doorStyle.name}
911
- </S.ContentItemLabel>
912
- </S.DoorStyleContentItem>
913
- </S.ContentWrapper2>
914
- </S.ContentWrapper1>
915
- </S.ContentWrapper>
916
- )
917
- }
918
- ];
919
-
920
- return (
921
- <div>
922
- {step === 0 ? (
923
- <S.WizardIntro>
924
- <S.IntroPlane>
925
- <S.IntroMark>
926
- <img src="/assets/img/loading/loading_1.svg" width={80} />
927
- </S.IntroMark>
928
- <S.IntroTitle>Welcome to DIY Design Space</S.IntroTitle>
929
- <S.IntroDescription>
930
- Let's start designing your kitchen. Select the type of project
931
- you want to start.
932
- </S.IntroDescription>
933
- <S.IntroSelect>
934
- <S.IntroItem
935
- onClick={() => {
936
- this.setState({ step: 1 });
937
- }}
938
- >
939
- <img
940
- src={`/assets/img/svg/intro/1-start-with-floorplan${
941
- hover === 1 ? '-whole' : ''
942
- }.svg`}
943
- onMouseOut={() => {
944
- this.setState({ hover: 0 });
945
- }}
946
- onMouseOver={() => {
947
- this.setState({ hover: 1 });
948
- }}
949
- width={140}
950
- />
951
- <S.IntroItemText>Start with Floorplan</S.IntroItemText>
952
- </S.IntroItem>
953
- <S.IntroItem
954
- onClick={() => {
955
- this.props.close();
956
- this.context.viewer2DActions.updateCeilHeight(96);
957
- this.context.viewer2DActions.updateCeilHeightUnit('in');
958
- this.context.viewer3DActions.update3DCeilHeight(96);
959
- this.context.viewer3DActions.update3DCeilHeightUnit('in');
960
- }}
961
- >
962
- <img
963
- src={`/assets/img/svg/intro/2-start-from-scratch${
964
- hover === 2 ? '-whole' : ''
965
- }.svg`}
966
- onMouseOut={() => {
967
- this.setState({ hover: 0 });
968
- }}
969
- onMouseOver={() => {
970
- this.setState({ hover: 2 });
971
- }}
972
- width={140}
973
- />
974
- <S.IntroItemText>Start from Scratch</S.IntroItemText>
975
- </S.IntroItem>
976
- {/* <S.IntroItem
977
- style={{
978
- position: 'relative'
979
- }}
980
- onClick={() => {
981
- if (!this.props.match.params.token) {
982
- this.props.setSignOpen(true);
983
- this.props.setMyProjectsToLogin(true);
984
- } else {
985
- this.props.setMyProjectsOpen(true);
986
- }
987
- }}
988
- >
989
- <img
990
- src={`/assets/img/svg/intro/3-retrieve-project${
991
- hover === 3 ? '-whole' : ''
992
- }.svg`}
993
- onMouseOut={() => {
994
- this.setState({ hover: 0 });
995
- }}
996
- onMouseOver={() => {
997
- this.setState({ hover: 3 });
998
- }}
999
- width={140}
1000
- />
1001
- <S.IntroItemText>Retrieve a saved project</S.IntroItemText>
1002
- <div
1003
- id="scratch_hint"
1004
- style={{
1005
- position: 'absolute',
1006
- display: this.state.hover === 3 ? 'block' : 'none',
1007
- fontFamily: DEFAULT_FONT_FAMILY,
1008
- fontSize: 16,
1009
- lineHeight: '20px',
1010
- textAlign: 'left',
1011
- backgroundColor: TEXT_COLOR_NEUTRAL_1,
1012
- opacity: 0.8,
1013
- color: BG_COLOR_1,
1014
- borderRadius: 3,
1015
- zIndex: 3,
1016
- width: 'max-content',
1017
- top: -30,
1018
- left: -10,
1019
- padding: '3px 8px'
1020
- }}
1021
- >
1022
- We need to log you in to retrieve your saved projects.
1023
- </div>
1024
- </S.IntroItem> */}
1025
- </S.IntroSelect>
1026
- </S.IntroPlane>
1027
- </S.WizardIntro>
1028
- ) : (
1029
- <S.WizardStepWrapper>
1030
- <S.TitleBarWrapper>
1031
- <S.TitleBar>
1032
- {step === 1
1033
- ? 'Choose your room shape'
1034
- : step === 3
1035
- ? 'Summary'
1036
- : 'Choose your door style'}
1037
- </S.TitleBar>
1038
- <S.TitleBarButtonWrapper>
1039
- <S.TitleBarButton
1040
- style={{
1041
- border: `3px solid ${BG_COLOR_1}`,
1042
- cursor: step === 1 && 'no-drop',
1043
- backgroundColor: step === 1 && BG_COLOR_1,
1044
- color: step === 1 && TEXT_COLOR_NEUTRAL_4
1045
- }}
1046
- onClick={() =>
1047
- step !== 1 && this.setState({ cancelDialogVisible: true })
1048
- }
1049
- >
1050
- Cancel
1051
- </S.TitleBarButton>
1052
- {step > 1 && (
1053
- <S.TitleBarButton
1054
- onClick={() => {
1055
- this.setState({ step: step - 1 });
1056
- // switch (step) {
1057
- // case 5:
1058
- // this.setState({ doorStyle: '' });
1059
- // break;
1060
- // case 4:
1061
- // this.setState({ doorCategory: { name: '', url: '' }});
1062
- // break;
1063
- // case 3:
1064
- // this.setState({ installation: '', doorCategory: { name: '', url: '' } });
1065
- // break;
1066
- // case 2:
1067
- // this.setState({ installation: '' });
1068
- // this.setState({ doorColor: { name: '', url: '', color: '' } });
1069
- // default:
1070
- // break;
1071
- // }
1072
- }}
1073
- >
1074
- <img
1075
- style={{ paddingRight: 10 }}
1076
- height="10px"
1077
- src="/assets/img/svg/toolbar/undo_button.svg"
1078
- />
1079
- Back
1080
- </S.TitleBarButton>
1081
- )}
1082
- <S.ConfirmButton
1083
- style={{ minWidth: 89 }}
1084
- onClick={() => (step < 3 ? this._ok() : this._confirm(1))}
1085
- >
1086
- <img
1087
- style={{
1088
- marginRight: 10,
1089
- height: 18,
1090
- width: 18,
1091
- WebkitMaskImage:
1092
- 'url(/assets/img/svg/headerbar/check.svg)',
1093
- backgroundColor: BG_COLOR_1,
1094
- WebkitMaskSize: '100%',
1095
- WebkitMaskPosition: 'center'
1096
- }}
1097
- />
1098
- {step > 2 ? 'Confirm' : 'OK'}
1099
- </S.ConfirmButton>
1100
- </S.TitleBarButtonWrapper>
1101
- </S.TitleBarWrapper>
1102
- <div
1103
- style={{
1104
- display: 'flex',
1105
- gap: '2rem'
1106
- }}
1107
- >
1108
- <div style={{ display: 'flex', flexDirection: 'column' }}>
1109
- <S.StepBarWrapper>
1110
- {stepBar.map((element, key) => {
1111
- switch (element.index) {
1112
- case 1:
1113
- return (
1114
- <S.StepBullet key={key}>
1115
- <S.StepBulletLabel
1116
- style={{
1117
- color:
1118
- step === element.index &&
1119
- SHADE_LIGHT_PURPLE_COLOR,
1120
- fontWeight: step >= element.index && 700
1121
- }}
1122
- >
1123
- {element.title}
1124
- </S.StepBulletLabel>
1125
- <S.StepBulletIcon
1126
- src={
1127
- step === element.index
1128
- ? '/assets/img/svg/wizardstep/bullet-current.svg'
1129
- : '/assets/img/svg/wizardstep/bullet-done.svg'
1130
- }
1131
- onClick={() =>
1132
- this.setState({ step: element.index })
1133
- }
1134
- />
1135
- </S.StepBullet>
1136
- );
1137
- default:
1138
- return (
1139
- <S.StepBullet key={key}>
1140
- <S.StepBulletLabel
1141
- style={{
1142
- color:
1143
- step === element.index &&
1144
- SHADE_LIGHT_PURPLE_COLOR,
1145
- fontWeight: step >= element.index && 700
1146
- }}
1147
- >
1148
- {element.title}
1149
- </S.StepBulletLabel>
1150
- <div
1151
- style={{
1152
- display: 'flex',
1153
- position: 'relative',
1154
- width: '100%',
1155
- right: 'calc((100% - 10px) / 2)'
1156
- }}
1157
- >
1158
- <S.StepBarIcon
1159
- src={
1160
- step >= element.index - 1
1161
- ? '/assets/img/svg/wizardstep/bar-active.svg'
1162
- : '/assets/img/svg/wizardstep/bar-normal.svg'
1163
- }
1164
- />
1165
- <S.StepBulletIcon
1166
- src={
1167
- step === element.index
1168
- ? '/assets/img/svg/wizardstep/bullet-current.svg'
1169
- : step > element.index
1170
- ? '/assets/img/svg/wizardstep/bullet-done.svg'
1171
- : '/assets/img/svg/wizardstep/bullet-not-done.svg'
1172
- }
1173
- onClick={() => this.onStepChange(element.index)}
1174
- />
1175
- </div>
1176
- </S.StepBullet>
1177
- );
1178
- }
1179
- })}
1180
- </S.StepBarWrapper>
1181
- <div>
1182
- <S.Description>
1183
- <span id="description">
1184
- {stepBar[step - 1].description}
1185
- </span>
1186
- </S.Description>
1187
- </div>
1188
- {stepBar[step - 1].content}
1189
- </div>
1190
- {step === 2 && (
1191
- <div
1192
- style={{
1193
- display: 'flex',
1194
- flexDirection: 'column',
1195
- width: '100%'
1196
- }}
1197
- >
1198
- <S.DoorStyleWrapper>
1199
- {this.props.categoryData.data.doorStyles.items
1200
- .filter(item => item.name === installation.name)[0]
1201
- .items.filter(
1202
- item1 => item1.name === doorCategory.name
1203
- )[0].items.length === 0 ? (
1204
- <span
1205
- style={{
1206
- fontFamily: DEFAULT_FONT_FAMILY,
1207
- fontSize: 22,
1208
- lineHeight: '28px',
1209
- fontWeight: 700,
1210
- margin: 'auto',
1211
- marginTop: 50,
1212
- color: STATUS_NEGATIVE_COLOR,
1213
- padding: '2rem'
1214
- }}
1215
- >
1216
- There is no door style with current dealer
1217
- </span>
1218
- ) : colorFamily.id &&
1219
- this.props.categoryData.data.doorStyles.items
1220
- .filter(item => item.name === installation.name)[0]
1221
- .items.filter(
1222
- item1 => item1.name === doorCategory.name
1223
- )[0]
1224
- .items.filter(
1225
- element =>
1226
- element.color_family.search(
1227
- `,${colorFamily.id},`
1228
- ) === 0
1229
- ).length === 0 ? (
1230
- <span
1231
- style={{
1232
- fontFamily: DEFAULT_FONT_FAMILY,
1233
- fontSize: 22,
1234
- lineHeight: '28px',
1235
- fontWeight: 700,
1236
- margin: 'auto',
1237
- marginTop: 50,
1238
- color: STATUS_NEGATIVE_COLOR,
1239
- padding: '2rem'
1240
- }}
1241
- >
1242
- There is no door style with current door color family
1243
- </span>
1244
- ) : (
1245
- this.props.categoryData.data.doorStyles.items
1246
- .filter(item => item.name === installation.name)[0]
1247
- .items.filter(
1248
- item1 => item1.name === doorCategory.name
1249
- )[0]
1250
- .items.map((element, key) => {
1251
- return !colorFamily.id ||
1252
- element.color_family.search(
1253
- `,${colorFamily.id},`
1254
- ) === 0 ? (
1255
- <S.DoorStyleContentItem
1256
- style={{
1257
- margin: 0,
1258
- height: 340,
1259
- width: 160,
1260
- backgroundColor:
1261
- doorStyle.name === element.name && '#EDF1FB',
1262
- borderRadius: 6
1263
- }}
1264
- onClick={() =>
1265
- this.setState({ doorStyle: element })
1266
- }
1267
- key={key}
1268
- >
1269
- <S.FinishContentImageWrapper
1270
- id={`door&${element.name}&item`}
1271
- style={{
1272
- marginTop: 15,
1273
- border:
1274
- doorStyle.name === element.name &&
1275
- `2px solid ${SECONDARY_PURPLE_COLOR}`,
1276
- backgroundColor:
1277
- doorStyle.name === element.name &&
1278
- TEXT_COLOR_NEUTRAL_5
1279
- }}
1280
- >
1281
- <S.FinishContentImage
1282
- src={element.thumbnail}
1283
- style={{ width: '100%', height: '100%' }}
1284
- />
1285
- <S.ContentCheckImage
1286
- id="check"
1287
- src="/assets/img/svg/wizardstep/check-normal.svg"
1288
- style={{
1289
- height: 160,
1290
- width: 120,
1291
- borderRadius: 10,
1292
- backgroundColor: 'unset',
1293
- zIndex: 2
1294
- }}
1295
- />
1296
- {doorStyle.name === element.name && (
1297
- <S.ContentCheckImage
1298
- src="/assets/img/svg/wizardstep/check-active.svg"
1299
- style={{
1300
- height: 160,
1301
- width: 120,
1302
- borderRadius: 10,
1303
- backgroundColor: 'unset'
1304
- }}
1305
- />
1306
- )}
1307
- </S.FinishContentImageWrapper>
1308
- <S.ContentItemLabel
1309
- id={`door&${element.name}&label`}
1310
- style={{
1311
- fontWeight:
1312
- doorStyle.name === element.name && 700,
1313
- color:
1314
- doorStyle.name === element.name
1315
- ? SECONDARY_PURPLE_COLOR
1316
- : TEXT_COLOR_NEUTRAL_0,
1317
- maxWidth: '130px'
1318
- }}
1319
- >
1320
- {element.name}
1321
- </S.ContentItemLabel>
1322
- </S.DoorStyleContentItem>
1323
- ) : null;
1324
- })
1325
- )}
1326
- </S.DoorStyleWrapper>
1327
- </div>
1328
- )}
1329
- </div>
1330
- <StyledDialog
1331
- open={cancelDialogVisible}
1332
- onClose={() => this.setState({ cancelDialogVisible: false })}
1333
- >
1334
- <S.DialogContent>
1335
- Do you want to apply your current selections or start from
1336
- scratch?
1337
- </S.DialogContent>
1338
- <S.DialogAction>
1339
- <S.Button
1340
- onClick={() => {
1341
- this.props.close();
1342
- this.context.viewer2DActions.updateCeilHeight(96);
1343
- this.context.viewer2DActions.updateCeilHeightUnit('in');
1344
- this.context.viewer3DActions.update3DCeilHeight(96);
1345
- this.context.viewer3DActions.update3DCeilHeightUnit('in');
1346
- }}
1347
- >
1348
- Discard
1349
- </S.Button>
1350
- <S.Button onClick={() => this._confirm(0)}>Apply</S.Button>
1351
- </S.DialogAction>
1352
- </StyledDialog>
1353
- </S.WizardStepWrapper>
1354
- )}
1355
- </div>
1356
- );
1357
- }
1358
- }
1359
-
1360
- WizardStep.propTypes = {
1361
- state: PropTypes.object.isRequired,
1362
- content: PropTypes.number.isRequired
1363
- };
1364
-
1365
- WizardStep.contextTypes = {
1366
- projectActions: PropTypes.object.isRequired,
1367
- viewer2DActions: PropTypes.object.isRequired,
1368
- viewer3DActions: PropTypes.object.isRequired,
1369
- linesActions: PropTypes.object.isRequired,
1370
- itemsActions: PropTypes.object.isRequired,
1371
- catalog: PropTypes.object.isRequired
1372
- };