kitchen-simulator 5.0.0-test.6 → 5.0.0-test.61
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.
- package/README.md +1 -1
- package/package.json +22 -48
- package/src/KitchenConfiguratorApp.jsx +4 -4
- package/src/_KitchenConfigurator.jsx +578 -0
- package/src/_renderer.jsx +42 -0
- package/src/actions/export.js +2 -5
- package/src/assets/Window.hdr +2100 -0
- package/src/assets/brown_photostudio_02_1k.hdr +0 -0
- package/src/assets/fonts/Rene Bieder Milliard Black Italic.woff +0 -0
- package/src/assets/fonts/Rene Bieder Milliard Black.woff +0 -0
- package/src/assets/fonts/Rene Bieder Milliard Bold Italic.woff +0 -0
- package/src/assets/fonts/Rene Bieder Milliard Bold.woff +0 -0
- package/src/assets/fonts/Rene Bieder Milliard Book Italic.woff +0 -0
- package/src/assets/fonts/Rene Bieder Milliard Book.woff +0 -0
- package/src/assets/fonts/Rene Bieder Milliard ExtraBold Italic.woff +0 -0
- package/src/assets/fonts/Rene Bieder Milliard ExtraBold.woff +0 -0
- package/src/assets/fonts/Rene Bieder Milliard ExtraLight Italic.woff +0 -0
- package/src/assets/fonts/Rene Bieder Milliard ExtraLight.woff +0 -0
- package/src/assets/fonts/Rene Bieder Milliard Hairline Italic.woff +0 -0
- package/src/assets/fonts/Rene Bieder Milliard Hairline.woff +0 -0
- package/src/assets/fonts/Rene Bieder Milliard Heavy Italic.woff +0 -0
- package/src/assets/fonts/Rene Bieder Milliard Heavy.woff +0 -0
- package/src/assets/fonts/Rene Bieder Milliard Light Italic.woff +0 -0
- package/src/assets/fonts/Rene Bieder Milliard Light.woff +0 -0
- package/src/assets/fonts/Rene Bieder Milliard Medium Italic.woff +0 -0
- package/src/assets/fonts/Rene Bieder Milliard Medium.woff +0 -0
- package/src/assets/fonts/Rene Bieder Milliard SemiBold Italic.woff +0 -0
- package/src/assets/fonts/Rene Bieder Milliard SemiBold.woff +0 -0
- package/src/assets/fonts/Rene Bieder Milliard Thin Italic.woff +0 -0
- package/src/assets/fonts/Rene Bieder Milliard Thin.woff +0 -0
- package/src/assets/fonts/style.css +177 -0
- package/src/assets/gltf/door_closet.bin +0 -0
- package/src/assets/gltf/door_closet.fbx +0 -0
- package/src/assets/gltf/door_closet.gltf +1 -0
- package/src/assets/gltf/door_exterior.bin +0 -0
- package/src/assets/gltf/door_exterior.fbx +0 -0
- package/src/assets/gltf/door_exterior.gltf +1 -0
- package/src/assets/gltf/door_interior.bin +0 -0
- package/src/assets/gltf/door_interior.fbx +0 -0
- package/src/assets/gltf/door_interior.gltf +1 -0
- package/src/assets/gltf/door_sliding.bin +0 -0
- package/src/assets/gltf/door_sliding.fbx +0 -0
- package/src/assets/gltf/door_sliding.gltf +1 -0
- package/src/assets/gltf/doorway_framed.bin +0 -0
- package/src/assets/gltf/doorway_framed.fbx +0 -0
- package/src/assets/gltf/doorway_framed.gltf +1 -0
- package/src/assets/gltf/window_clear.bin +0 -0
- package/src/assets/gltf/window_clear.fbx +0 -0
- package/src/assets/gltf/window_clear.gltf +1 -0
- package/src/assets/gltf/window_cross.bin +0 -0
- package/src/assets/gltf/window_cross.fbx +0 -0
- package/src/assets/gltf/window_cross.gltf +1 -0
- package/src/assets/gltf/window_double_hung.bin +0 -0
- package/src/assets/gltf/window_double_hung.fbx +0 -0
- package/src/assets/gltf/window_double_hung.gltf +1 -0
- package/src/assets/gltf/window_vertical.bin +0 -0
- package/src/assets/gltf/window_vertical.fbx +0 -0
- package/src/assets/gltf/window_vertical.gltf +1 -0
- package/src/assets/img/1.jpg +0 -0
- package/src/assets/img/TKC_thumbnail.png +0 -0
- package/src/assets/img/Toggle.png +0 -0
- package/src/assets/img/loading/loading.gif +0 -0
- package/src/assets/img/loading/loading_1.svg +11 -0
- package/src/assets/img/loading_large.gif +0 -0
- package/src/assets/img/png/door/closet.png +0 -0
- package/src/assets/img/png/door/doorwaysframed.png +0 -0
- package/src/assets/img/png/door/doorwaysframeles.png +0 -0
- package/src/assets/img/png/door/doorwaysframeless.png +0 -0
- package/src/assets/img/png/door/exterior.png +0 -0
- package/src/assets/img/png/door/interior.png +0 -0
- package/src/assets/img/png/door/sliding.png +0 -0
- package/src/assets/img/png/helper/outcome.png +0 -0
- package/src/assets/img/png/helper/video_preview_3d.png +0 -0
- package/src/assets/img/png/helper/video_preview_start.png +0 -0
- package/src/assets/img/project_img.png +0 -0
- package/src/assets/img/rta/rta_logo_box_blue.jpg +0 -0
- package/src/assets/img/rta/rta_logo_box_blue_ico.jpg +0 -0
- package/src/assets/img/rta/rta_logo_box_blue_ico.svg +55 -0
- package/src/assets/img/rta/rta_logo_box_darkGray.jpg +0 -0
- package/src/assets/img/rta/rta_logo_box_lightblue.png +0 -0
- package/src/assets/img/rta/rta_logo_box_lightmaroon.png +0 -0
- package/src/assets/img/rta/rta_logo_box_maroon.png +0 -0
- package/src/assets/img/rta/rta_logo_box_white.png +0 -0
- package/src/assets/img/rta_menu.png +0 -0
- package/src/assets/img/step2.jpg +0 -0
- package/src/assets/img/step3.jpg +0 -0
- package/src/assets/img/step4.jpg +0 -0
- package/src/assets/img/step5.jpg +0 -0
- package/src/assets/img/step6.jpg +0 -0
- package/src/assets/img/step7.jpg +0 -0
- package/src/assets/img/step8.jpg +0 -0
- package/src/assets/img/svg/2d_delete_object.svg +33 -0
- package/src/assets/img/svg/2d_delete_object1.svg +33 -0
- package/src/assets/img/svg/2d_lock_object.svg +33 -0
- package/src/assets/img/svg/3d_item_move.svg +106 -0
- package/src/assets/img/svg/3d_item_rotation.svg +76 -0
- package/src/assets/img/svg/3d_item_warning_edit.svg +77 -0
- package/src/assets/img/svg/3d_item_warning_info.svg +81 -0
- package/src/assets/img/svg/accessories.svg +4 -0
- package/src/assets/img/svg/angle_icon.svg +39 -0
- package/src/assets/img/svg/blank_div.svg +14 -0
- package/src/assets/img/svg/bottombar/2d3d_button.svg +3 -0
- package/src/assets/img/svg/bottombar/2d3d_button_active.svg +3 -0
- package/src/assets/img/svg/bottombar/2d3d_toggle.svg +4 -0
- package/src/assets/img/svg/bottombar/2d3d_toggle_active.svg +4 -0
- package/src/assets/img/svg/bottombar/arrow-down.svg +3 -0
- package/src/assets/img/svg/bottombar/arrow-left.svg +3 -0
- package/src/assets/img/svg/bottombar/arrow-minus.svg +3 -0
- package/src/assets/img/svg/bottombar/arrow-plus.svg +11 -0
- package/src/assets/img/svg/bottombar/arrow-right.svg +3 -0
- package/src/assets/img/svg/bottombar/arrow-up.svg +3 -0
- package/src/assets/img/svg/bottombar/collapse.svg +3 -0
- package/src/assets/img/svg/bottombar/elevation-back.svg +6 -0
- package/src/assets/img/svg/bottombar/elevation-front.svg +6 -0
- package/src/assets/img/svg/bottombar/elevation-left.svg +6 -0
- package/src/assets/img/svg/bottombar/elevation-right.svg +7 -0
- package/src/assets/img/svg/bottombar/elevation.svg +6 -0
- package/src/assets/img/svg/bottombar/expand.svg +3 -0
- package/src/assets/img/svg/bottombar/help.svg +72 -0
- package/src/assets/img/svg/bottombar/incm_toggle.svg +39 -0
- package/src/assets/img/svg/bottombar/pan_1.svg +57 -0
- package/src/assets/img/svg/bottombar/pan_2.svg +27 -0
- package/src/assets/img/svg/bottombar/pan_3.svg +27 -0
- package/src/assets/img/svg/bottombar/pan_4.svg +27 -0
- package/src/assets/img/svg/bottombar/pan_5.svg +27 -0
- package/src/assets/img/svg/bottombar/settings.svg +23 -0
- package/src/assets/img/svg/bottombar/spin-down.svg +76 -0
- package/src/assets/img/svg/bottombar/spin-left.svg +75 -0
- package/src/assets/img/svg/bottombar/spin-right.svg +75 -0
- package/src/assets/img/svg/bottombar/spin-up.svg +76 -0
- package/src/assets/img/svg/bottombar/spin_1.svg +48 -0
- package/src/assets/img/svg/bottombar/spin_2.svg +31 -0
- package/src/assets/img/svg/bottombar/spin_3.svg +31 -0
- package/src/assets/img/svg/bottombar/spin_4.svg +31 -0
- package/src/assets/img/svg/bottombar/spin_5.svg +31 -0
- package/src/assets/img/svg/bottombar/zoomin.svg +29 -0
- package/src/assets/img/svg/bottombar/zoomout.svg +26 -0
- package/src/assets/img/svg/check.svg +10 -0
- package/src/assets/img/svg/close.svg +11 -0
- package/src/assets/img/svg/color/Black.svg +3 -0
- package/src/assets/img/svg/color/Blue.svg +3 -0
- package/src/assets/img/svg/color/Brown.svg +9 -0
- package/src/assets/img/svg/color/Cream.svg +3 -0
- package/src/assets/img/svg/color/Dark.svg +9 -0
- package/src/assets/img/svg/color/Gray.svg +3 -0
- package/src/assets/img/svg/color/Green.svg +3 -0
- package/src/assets/img/svg/color/Light.svg +9 -0
- package/src/assets/img/svg/color/Medium.svg +9 -0
- package/src/assets/img/svg/color/Unfinished.svg +9 -0
- package/src/assets/img/svg/color/White.svg +3 -0
- package/src/assets/img/svg/color/White.svg.bak +3 -0
- package/src/assets/img/svg/color/stone2.jpg +0 -0
- package/src/assets/img/svg/color/wood2.jpg +0 -0
- package/src/assets/img/svg/copy.svg +11 -0
- package/src/assets/img/svg/delete.svg +3 -0
- package/src/assets/img/svg/detail.svg +77 -0
- package/src/assets/img/svg/door/Closet.svg +11 -0
- package/src/assets/img/svg/door/Exterior.svg +5 -0
- package/src/assets/img/svg/door/Framed_dorway.svg +5 -0
- package/src/assets/img/svg/door/Frameless_dorway.svg +5 -0
- package/src/assets/img/svg/door/Interior.svg +7 -0
- package/src/assets/img/svg/door/Sliding.svg +5 -0
- package/src/assets/img/svg/doors_closet.svg +47 -0
- package/src/assets/img/svg/doors_exterior.svg +25 -0
- package/src/assets/img/svg/doors_interior.svg +29 -0
- package/src/assets/img/svg/doors_patio.svg +26 -0
- package/src/assets/img/svg/duplicate.svg +11 -0
- package/src/assets/img/svg/duplicate_object_left.svg +32 -0
- package/src/assets/img/svg/duplicate_object_right.svg +32 -0
- package/src/assets/img/svg/filtersActive.svg +19 -0
- package/src/assets/img/svg/firstsetting/L.svg +3 -0
- package/src/assets/img/svg/firstsetting/L2.svg +3 -0
- package/src/assets/img/svg/firstsetting/Open.svg +3 -0
- package/src/assets/img/svg/firstsetting/Square.svg +3 -0
- package/src/assets/img/svg/firstsetting/bar-active.svg +9 -0
- package/src/assets/img/svg/firstsetting/bar-normal.svg +3 -0
- package/src/assets/img/svg/firstsetting/bullet-current.svg +3 -0
- package/src/assets/img/svg/firstsetting/bullet-done.svg +3 -0
- package/src/assets/img/svg/firstsetting/bullet-not-done.svg +3 -0
- package/src/assets/img/svg/firstsetting/check-active.svg +3 -0
- package/src/assets/img/svg/firstsetting/check-normal.svg +3 -0
- package/src/assets/img/svg/firstsetting/pencil.svg +11 -0
- package/src/assets/img/svg/green_checkmark.svg +27 -0
- package/src/assets/img/svg/headerbar/assist.svg +3 -0
- package/src/assets/img/svg/headerbar/cart.svg +3 -0
- package/src/assets/img/svg/headerbar/check.svg +10 -0
- package/src/assets/img/svg/headerbar/consult_designer.svg +45 -0
- package/src/assets/img/svg/headerbar/edit_name.svg +26 -0
- package/src/assets/img/svg/headerbar/file-dollar.svg +13 -0
- package/src/assets/img/svg/headerbar/hamburger_menu.svg +32 -0
- package/src/assets/img/svg/headerbar/plus.svg +11 -0
- package/src/assets/img/svg/headerbar/review_quote.svg +44 -0
- package/src/assets/img/svg/headerbar/ruler-measure.svg +11 -0
- package/src/assets/img/svg/headerbar/save.svg +3 -0
- package/src/assets/img/svg/headerbar/setting.svg +75 -0
- package/src/assets/img/svg/help/check.svg +10 -0
- package/src/assets/img/svg/help/search.svg +76 -0
- package/src/assets/img/svg/intro/1-start-with-floorplan-whole.svg +27 -0
- package/src/assets/img/svg/intro/1-start-with-floorplan.svg +26 -0
- package/src/assets/img/svg/intro/2-start-from-scratch-whole.svg +28 -0
- package/src/assets/img/svg/intro/2-start-from-scratch.svg +27 -0
- package/src/assets/img/svg/intro/3-retrieve-project-whole.svg +19 -0
- package/src/assets/img/svg/intro/3-retrieve-project.svg +18 -0
- package/src/assets/img/svg/invert.svg +127 -0
- package/src/assets/img/svg/lefttoolbar/appliance-active.svg +13 -0
- package/src/assets/img/svg/lefttoolbar/appliance.svg +13 -0
- package/src/assets/img/svg/lefttoolbar/cabinet-active.svg +10 -0
- package/src/assets/img/svg/lefttoolbar/cabinet-category.svg +3 -0
- package/src/assets/img/svg/lefttoolbar/cabinet-one.svg +3 -0
- package/src/assets/img/svg/lefttoolbar/cabinet.svg +10 -0
- package/src/assets/img/svg/lefttoolbar/disigner_assistance.svg +89 -0
- package/src/assets/img/svg/lefttoolbar/door-style-active.svg +20 -0
- package/src/assets/img/svg/lefttoolbar/door-style.svg +20 -0
- package/src/assets/img/svg/lefttoolbar/door.svg +12 -0
- package/src/assets/img/svg/lefttoolbar/error_icon.svg +81 -0
- package/src/assets/img/svg/lefttoolbar/finishing-active.svg +13 -0
- package/src/assets/img/svg/lefttoolbar/finishing.svg +13 -0
- package/src/assets/img/svg/lefttoolbar/reviewforquote-active.svg +86 -0
- package/src/assets/img/svg/lefttoolbar/reviewforquote.svg +12 -0
- package/src/assets/img/svg/lefttoolbar/room-shape-L.svg +3 -0
- package/src/assets/img/svg/lefttoolbar/room-shape-active.svg +18 -0
- package/src/assets/img/svg/lefttoolbar/room-shape-custom.svg +12 -0
- package/src/assets/img/svg/lefttoolbar/room-shape-irregular.svg +3 -0
- package/src/assets/img/svg/lefttoolbar/room-shape-open.svg +3 -0
- package/src/assets/img/svg/lefttoolbar/room-shape-square.svg +3 -0
- package/src/assets/img/svg/lefttoolbar/room-shape.svg +18 -0
- package/src/assets/img/svg/lefttoolbar/search.svg +76 -0
- package/src/assets/img/svg/lefttoolbar/view_more.svg +86 -0
- package/src/assets/img/svg/lefttoolbar/warning_icon.svg +81 -0
- package/src/assets/img/svg/lefttoolbar/window.svg +12 -0
- package/src/assets/img/svg/menubar/login.svg +84 -0
- package/src/assets/img/svg/menubar/my_projects.svg +85 -0
- package/src/assets/img/svg/menubar/new_project.svg +110 -0
- package/src/assets/img/svg/menubar/save_project.svg +84 -0
- package/src/assets/img/svg/options.svg +3 -0
- package/src/assets/img/svg/positioning.svg +3 -0
- package/src/assets/img/svg/rotate.png +0 -0
- package/src/assets/img/svg/rotate.svg +17 -0
- package/src/assets/img/svg/rotate_object_clockwise.svg +26 -0
- package/src/assets/img/svg/rotate_object_counterclockwise.svg +26 -0
- package/src/assets/img/svg/toggleFilters.svg +19 -0
- package/src/assets/img/svg/toolbar/add_appliances_active.svg +64 -0
- package/src/assets/img/svg/toolbar/add_appliances_inactive.svg +52 -0
- package/src/assets/img/svg/toolbar/add_button.svg +36 -0
- package/src/assets/img/svg/toolbar/add_cabinets_active.svg +59 -0
- package/src/assets/img/svg/toolbar/add_cabinets_inactive.svg +49 -0
- package/src/assets/img/svg/toolbar/add_items_doors.svg +25 -0
- package/src/assets/img/svg/toolbar/add_items_doorways.svg +24 -0
- package/src/assets/img/svg/toolbar/add_items_refrigerator.svg +32 -0
- package/src/assets/img/svg/toolbar/add_items_windows.svg +28 -0
- package/src/assets/img/svg/toolbar/apply_button.svg +38 -0
- package/src/assets/img/svg/toolbar/arrow-plus.svg +11 -0
- package/src/assets/img/svg/toolbar/backsplash.svg +8 -0
- package/src/assets/img/svg/toolbar/cancel_button.svg +37 -0
- package/src/assets/img/svg/toolbar/consult_a_designer_button.svg +47 -0
- package/src/assets/img/svg/toolbar/countertop.svg +7 -0
- package/src/assets/img/svg/toolbar/dcm.png +0 -0
- package/src/assets/img/svg/toolbar/dcm_off.svg +12 -0
- package/src/assets/img/svg/toolbar/dcm_on.svg +474 -0
- package/src/assets/img/svg/toolbar/delete_button.svg +37 -0
- package/src/assets/img/svg/toolbar/download.svg +77 -0
- package/src/assets/img/svg/toolbar/draw_custom_floor.svg +31 -0
- package/src/assets/img/svg/toolbar/edit_button.svg +75 -0
- package/src/assets/img/svg/toolbar/email_quote_button.svg +44 -0
- package/src/assets/img/svg/toolbar/fbm.png +0 -0
- package/src/assets/img/svg/toolbar/finishing_touches_active.svg +54 -0
- package/src/assets/img/svg/toolbar/finishing_touches_inactive.svg +42 -0
- package/src/assets/img/svg/toolbar/floorstyle.svg +9 -0
- package/src/assets/img/svg/toolbar/fmb.png +0 -0
- package/src/assets/img/svg/toolbar/fmb_off.svg +12 -0
- package/src/assets/img/svg/toolbar/fmb_on.svg +489 -0
- package/src/assets/img/svg/toolbar/furnishings_icon.svg +6 -0
- package/src/assets/img/svg/toolbar/get_started_button.svg +41 -0
- package/src/assets/img/svg/toolbar/handles.svg +5 -0
- package/src/assets/img/svg/toolbar/lighting.svg +7 -0
- package/src/assets/img/svg/toolbar/lrm.png +0 -0
- package/src/assets/img/svg/toolbar/lrm_off.svg +12 -0
- package/src/assets/img/svg/toolbar/lrm_on.svg +470 -0
- package/src/assets/img/svg/toolbar/make_floorplan_active.svg +66 -0
- package/src/assets/img/svg/toolbar/make_floorplan_inactive.svg +52 -0
- package/src/assets/img/svg/toolbar/predefined_room_l_shaped.svg +20 -0
- package/src/assets/img/svg/toolbar/predefined_room_layout.svg +20 -0
- package/src/assets/img/svg/toolbar/predefined_room_long_narrow.svg +20 -0
- package/src/assets/img/svg/toolbar/predefined_room_open_l_shape.svg +20 -0
- package/src/assets/img/svg/toolbar/predefined_room_open_pentagon.svg +20 -0
- package/src/assets/img/svg/toolbar/predefined_room_open_rectangle.svg +20 -0
- package/src/assets/img/svg/toolbar/predefined_room_open_rectangle_2.svg +20 -0
- package/src/assets/img/svg/toolbar/predefined_room_pentagon.svg +20 -0
- package/src/assets/img/svg/toolbar/predefined_room_rectangle.svg +20 -0
- package/src/assets/img/svg/toolbar/predefined_room_rectangle_with_alcove.svg +20 -0
- package/src/assets/img/svg/toolbar/redo_button.svg +75 -0
- package/src/assets/img/svg/toolbar/redo_button1.svg +75 -0
- package/src/assets/img/svg/toolbar/review_quote_active.svg +14 -0
- package/src/assets/img/svg/toolbar/review_quote_inactive.svg +44 -0
- package/src/assets/img/svg/toolbar/save_project_button.svg +44 -0
- package/src/assets/img/svg/toolbar/select_doorstyle_active.svg +67 -0
- package/src/assets/img/svg/toolbar/select_doorstyle_inactive.svg +57 -0
- package/src/assets/img/svg/toolbar/shopping-cart.svg +13 -0
- package/src/assets/img/svg/toolbar/style_change_button.svg +47 -0
- package/src/assets/img/svg/toolbar/take_picture.svg +75 -0
- package/src/assets/img/svg/toolbar/undo_button.svg +76 -0
- package/src/assets/img/svg/toolbar/undo_button1.svg +76 -0
- package/src/assets/img/svg/toolbar/use_button.svg +37 -0
- package/src/assets/img/svg/toolbar/wall_color_icon.svg +6 -0
- package/src/assets/img/svg/topbar/edit_active.svg +10 -0
- package/src/assets/img/svg/topbar/edit_inactive.svg +10 -0
- package/src/assets/img/svg/topbar/redo_active.svg +42 -0
- package/src/assets/img/svg/topbar/redo_inactive.svg +23 -0
- package/src/assets/img/svg/topbar/select_all_active.svg +50 -0
- package/src/assets/img/svg/topbar/select_all_inactive.svg +32 -0
- package/src/assets/img/svg/topbar/take_picture_active.svg +51 -0
- package/src/assets/img/svg/topbar/take_picture_inactive.svg +26 -0
- package/src/assets/img/svg/topbar/undo_active.svg +42 -0
- package/src/assets/img/svg/topbar/undo_inactive.svg +23 -0
- package/src/assets/img/svg/warning_info_2d.svg +81 -0
- package/src/assets/img/svg/window/Clear.svg +3 -0
- package/src/assets/img/svg/window/Cross.svg +5 -0
- package/src/assets/img/svg/window/Double_hung.svg +4 -0
- package/src/assets/img/svg/window/Vertical.svg +4 -0
- package/src/assets/img/svg/windows_clear.svg +23 -0
- package/src/assets/img/svg/windows_cross.svg +28 -0
- package/src/assets/img/svg/windows_double_hung.svg +24 -0
- package/src/assets/img/svg/windows_vertical.svg +24 -0
- package/src/assets/img/svg/wizardstep/Custom.svg +3 -0
- package/src/assets/img/svg/wizardstep/Dashed_line.svg +3 -0
- package/src/assets/img/svg/wizardstep/L.svg +3 -0
- package/src/assets/img/svg/wizardstep/L2.svg +3 -0
- package/src/assets/img/svg/wizardstep/Open.svg +3 -0
- package/src/assets/img/svg/wizardstep/Square.svg +3 -0
- package/src/assets/img/svg/wizardstep/bar-active.svg +9 -0
- package/src/assets/img/svg/wizardstep/bar-normal.svg +3 -0
- package/src/assets/img/svg/wizardstep/bullet-current.svg +3 -0
- package/src/assets/img/svg/wizardstep/bullet-done.svg +3 -0
- package/src/assets/img/svg/wizardstep/bullet-not-done.svg +3 -0
- package/src/assets/img/svg/wizardstep/check-active.svg +3 -0
- package/src/assets/img/svg/wizardstep/check-normal.svg +3 -0
- package/src/assets/img/svg/wizardstep/detail_view.svg +87 -0
- package/src/assets/img/svg/wizardstep/pencil.svg +11 -0
- package/src/assets/img/svg/wizardstep/tile_view.svg +95 -0
- package/src/assets/img/texture/glass.jpg +0 -0
- package/src/assets/img/texture/steel.jpg +0 -0
- package/src/assets/img/texture/white1px.jpg +0 -0
- package/src/assets/img/texture/wood.jpg +0 -0
- package/src/assets/model/DCM.bin +0 -0
- package/src/assets/model/DCM.fbx +0 -0
- package/src/assets/model/DCM.gltf +1 -0
- package/src/assets/model/FBM.bin +0 -0
- package/src/assets/model/FBM.fbx +0 -0
- package/src/assets/model/FBM.gltf +1 -0
- package/src/assets/model/LRM.bin +0 -0
- package/src/assets/model/LRM.fbx +0 -0
- package/src/assets/model/LRM.gltf +1 -0
- package/src/assets/rtastore_logo.png +0 -0
- package/src/catalog/areas/area/planner-element.jsx +1 -1
- package/src/catalog/factories/wall-factory-3d.js +10 -17
- package/src/catalog/holes/index.js +13 -0
- package/src/catalog/lines/wall/planner-element.jsx +1 -1
- package/src/catalog/mycatalog.js +26 -0
- package/src/catalog/properties/property-checkbox.jsx +0 -2
- package/src/catalog/properties/property-enum.jsx +0 -1
- package/src/components/content.jsx +0 -18
- package/src/components/export.js +2 -29
- package/src/components/style/export.js +24 -0
- package/src/components/style/form-select.jsx +0 -1
- package/src/components/style/form-text-input.jsx +0 -1
- package/src/components/viewer2d/item.jsx +1 -9
- package/src/components/viewer2d/line.jsx +29 -32
- package/src/components/viewer2d/ruler.jsx +0 -1
- package/src/components/viewer2d/viewer2d.jsx +1 -1
- package/src/components/viewer3d/ruler-utils/scene3D.jsx +85 -87
- package/src/components/viewer3d/scene-creator.js +23 -26
- package/src/components/viewer3d/viewer3d.js +18 -18
- package/src/constants.js +3 -0
- package/src/index.js +0 -2
- package/src/KitchenConfigurator.jsx +0 -1517
- package/src/actions/user-actions.js +0 -75
- package/src/components/atoms/Snackbar/index.jsx +0 -43
- package/src/components/atoms/radio-button/index.jsx +0 -20
- package/src/components/atoms/radio-button/styles.js +0 -56
- package/src/components/button/MainButton.jsx +0 -157
- package/src/components/button/ToggleMeasureButton.jsx +0 -65
- package/src/components/catalog-view/catalog-breadcrumb.jsx +0 -53
- package/src/components/catalog-view/catalog-item.jsx +0 -229
- package/src/components/catalog-view/catalog-list.jsx +0 -173
- package/src/components/catalog-view/catalog-page-item.jsx +0 -110
- package/src/components/catalog-view/catalog-turn-back-page-item.jsx +0 -80
- package/src/components/configurator/custom-configurator.jsx +0 -77
- package/src/components/configurator/project-configurator.jsx +0 -120
- package/src/components/firstsetting/button/styles.js +0 -223
- package/src/components/firstsetting/export.js +0 -9
- package/src/components/firstsetting/firstsetting-content-button.jsx +0 -198
- package/src/components/firstsetting/firstsetting-toggle-button.jsx +0 -101
- package/src/components/firstsetting/firstsetting.jsx +0 -814
- package/src/components/footerbar/button/ControlButton.jsx +0 -43
- package/src/components/footerbar/button/DirectionButton.jsx +0 -54
- package/src/components/footerbar/button/DirectionPanSpinButton.jsx +0 -36
- package/src/components/footerbar/button/ToggleButton.jsx +0 -58
- package/src/components/footerbar/button/ToggleConvertButton.jsx +0 -48
- package/src/components/footerbar/button/ToggleMeasureButton.jsx +0 -33
- package/src/components/footerbar/button/styles.js +0 -217
- package/src/components/footerbar/export.js +0 -9
- package/src/components/footerbar/footer-content-button.jsx +0 -198
- package/src/components/footerbar/footer-toggle-button.jsx +0 -101
- package/src/components/footerbar/footerbar.jsx +0 -1103
- package/src/components/footerbar/styles.js +0 -263
- package/src/components/header/button/MenuButton.jsx +0 -46
- package/src/components/header/button/SaveButton.jsx +0 -54
- package/src/components/header/button/styles.js +0 -181
- package/src/components/header/export.js +0 -5
- package/src/components/header/header.jsx +0 -631
- package/src/components/header/header.style.css +0 -47
- package/src/components/header/styles.js +0 -320
- package/src/components/login/Login.js +0 -77
- package/src/components/login/LoginForm/index.js +0 -108
- package/src/components/login/Register.js +0 -83
- package/src/components/login/RegisterForm/index.js +0 -171
- package/src/components/login/jwtService.js +0 -201
- package/src/components/login/style.css +0 -158
- package/src/components/login/style.scss +0 -260
- package/src/components/molecules/slider/index.jsx +0 -15
- package/src/components/molecules/slider/styles.js +0 -0
- package/src/components/molecules/slider/styles.scss +0 -3
- package/src/components/myprojects/export.js +0 -5
- package/src/components/myprojects/index.jsx +0 -445
- package/src/components/myprojects/styles.js +0 -241
- package/src/components/sidebar/custom-accordion.jsx +0 -48
- package/src/components/sidebar/export.js +0 -15
- package/src/components/sidebar/panel-element-editor/attributes-editor/attributes-editor.jsx +0 -73
- package/src/components/sidebar/panel-element-editor/attributes-editor/confirm-popup.jsx +0 -101
- package/src/components/sidebar/panel-element-editor/attributes-editor/hole-attributes-editor.jsx +0 -149
- package/src/components/sidebar/panel-element-editor/attributes-editor/item-attributes-editor.jsx +0 -316
- package/src/components/sidebar/panel-element-editor/attributes-editor/line-attributes-editor.jsx +0 -108
- package/src/components/sidebar/panel-element-editor/element-editor.jsx +0 -1070
- package/src/components/sidebar/panel-element-editor/multi-elements-editor.jsx +0 -0
- package/src/components/sidebar/panel-element-editor/panel-element-editor.jsx +0 -104
- package/src/components/sidebar/panel-element-editor/panel-multi-elements-editor.jsx +0 -155
- package/src/components/sidebar/panel-group-editor.jsx +0 -272
- package/src/components/sidebar/panel-groups.jsx +0 -310
- package/src/components/sidebar/panel-guides.jsx +0 -192
- package/src/components/sidebar/panel-layer-elements.jsx +0 -298
- package/src/components/sidebar/panel-layers.jsx +0 -381
- package/src/components/sidebar/panel.jsx +0 -71
- package/src/components/sidebar/sidebar.jsx +0 -106
- package/src/components/sidebar/toolbar-panel.jsx +0 -139
- package/src/components/sign/export.js +0 -7
- package/src/components/sign/main/index.jsx +0 -523
- package/src/components/sign/main/styles.js +0 -163
- package/src/components/style/cancel-button.jsx +0 -20
- package/src/components/style/content-container.jsx +0 -29
- package/src/components/style/content-title.jsx +0 -20
- package/src/components/style/delete-button.jsx +0 -23
- package/src/components/style/export.jsx +0 -48
- package/src/components/style/form-block.jsx +0 -13
- package/src/components/style/form-number-input_2.jsx +0 -191
- package/src/components/style/form-slider.jsx +0 -36
- package/src/components/style/form-submit-button.jsx +0 -23
- package/src/components/toolbar/button/ControlButton.jsx +0 -41
- package/src/components/toolbar/button/DirectionButton.jsx +0 -34
- package/src/components/toolbar/button/RightButton.jsx +0 -103
- package/src/components/toolbar/button/ToggleButton.jsx +0 -41
- package/src/components/toolbar/button/index.jsx +0 -55
- package/src/components/toolbar/button/styles.js +0 -127
- package/src/components/toolbar/components/DoorStyleMenu.jsx +0 -103
- package/src/components/toolbar/components/Pricing.jsx +0 -126
- package/src/components/toolbar/components/ReviewForQuote.jsx +0 -635
- package/src/components/toolbar/export.js +0 -21
- package/src/components/toolbar/main/Alert.js +0 -122
- package/src/components/toolbar/main/TakePictureModal.jsx +0 -104
- package/src/components/toolbar/main/confirm-popup.jsx +0 -99
- package/src/components/toolbar/main/index.jsx +0 -5687
- package/src/components/toolbar/main/lShaped.json +0 -311
- package/src/components/toolbar/main/longNarrow.json +0 -238
- package/src/components/toolbar/main/myComponents.js +0 -123
- package/src/components/toolbar/main/oRectangle.json +0 -220
- package/src/components/toolbar/main/rectangle.json +0 -238
- package/src/components/toolbar/main/style.css +0 -107
- package/src/components/toolbar/main/styles.js +0 -696
- package/src/components/toolbar/plugin-item.jsx +0 -123
- package/src/components/toolbar/popup/appliance/appliance-category/index.jsx +0 -73
- package/src/components/toolbar/popup/appliance/choose-appliance/index.jsx +0 -102
- package/src/components/toolbar/popup/appliance/index.jsx +0 -83
- package/src/components/toolbar/popup/autosaveprompt/index.jsx +0 -150
- package/src/components/toolbar/popup/autosaveprompt/styles.css +0 -64
- package/src/components/toolbar/popup/autosaveprompt/styles.js +0 -40
- package/src/components/toolbar/popup/cabinet/cabinet-category/index.jsx +0 -73
- package/src/components/toolbar/popup/cabinet/choose-product/index.jsx +0 -119
- package/src/components/toolbar/popup/cabinet/index.jsx +0 -85
- package/src/components/toolbar/popup/doorStyle/choose-style/index.jsx +0 -63
- package/src/components/toolbar/popup/doorStyle/index.jsx +0 -71
- package/src/components/toolbar/popup/doorStyle/style-category/index.jsx +0 -139
- package/src/components/toolbar/popup/downloadsummary/downloadSummaryContext.js +0 -2
- package/src/components/toolbar/popup/downloadsummary/downloadSummaryTemp.jsx +0 -157
- package/src/components/toolbar/popup/downloadsummary/index.jsx +0 -643
- package/src/components/toolbar/popup/downloadsummary/show2D/show2DView.jsx +0 -51
- package/src/components/toolbar/popup/downloadsummary/show2D/viewer2DDownLoad.jsx +0 -175
- package/src/components/toolbar/popup/downloadsummary/show3D/show3DView.jsx +0 -283
- package/src/components/toolbar/popup/downloadsummary/show3D/viewer3DDownLoad.jsx +0 -2257
- package/src/components/toolbar/popup/downloadsummary/showCabinetInfo.js +0 -93
- package/src/components/toolbar/popup/downloadsummary/showElevation/showElevationView.jsx +0 -132
- package/src/components/toolbar/popup/downloadsummary/showElevation/viewer3DElevationDownload.jsx +0 -2198
- package/src/components/toolbar/popup/downloadsummary/showElevation/viewerElevationDownload.jsx +0 -152
- package/src/components/toolbar/popup/downloadsummary/showWarranty.jsx +0 -149
- package/src/components/toolbar/popup/downloadsummary/styles.css +0 -177
- package/src/components/toolbar/popup/downloadsummary/styles.js +0 -453
- package/src/components/toolbar/popup/finishingtouch/category/index.jsx +0 -34
- package/src/components/toolbar/popup/finishingtouch/index.jsx +0 -58
- package/src/components/toolbar/popup/finishingtouch/material-edit.jsx +0 -112
- package/src/components/toolbar/popup/finishingtouch/product/index.jsx +0 -116
- package/src/components/toolbar/popup/floorplan/choose-floor/confirm-popup.jsx +0 -101
- package/src/components/toolbar/popup/floorplan/choose-floor/index.jsx +0 -254
- package/src/components/toolbar/popup/floorplan/choose-floor/lShaped.json +0 -311
- package/src/components/toolbar/popup/floorplan/choose-floor/longNarrow.json +0 -238
- package/src/components/toolbar/popup/floorplan/choose-floor/oRectangle.json +0 -220
- package/src/components/toolbar/popup/floorplan/choose-floor/rectangle.json +0 -238
- package/src/components/toolbar/popup/floorplan/choose-floor/styles.js +0 -86
- package/src/components/toolbar/popup/floorplan/floor-category/index.jsx +0 -109
- package/src/components/toolbar/popup/floorplan/index.jsx +0 -60
- package/src/components/toolbar/popup/index.jsx +0 -241
- package/src/components/toolbar/popup/newproject/index.jsx +0 -59
- package/src/components/toolbar/popup/newproject/styles.css +0 -64
- package/src/components/toolbar/popup/newproject/styles.js +0 -41
- package/src/components/toolbar/popup/product/appliance.jsx +0 -54
- package/src/components/toolbar/popup/product/cabinetproduct.jsx +0 -15
- package/src/components/toolbar/popup/product/doorstyle.jsx +0 -58
- package/src/components/toolbar/popup/product/doorstyleproduct.jsx +0 -47
- package/src/components/toolbar/popup/product/floor.jsx +0 -36
- package/src/components/toolbar/popup/product/floorproduct.jsx +0 -42
- package/src/components/toolbar/popup/product/index.jsx +0 -36
- package/src/components/toolbar/popup/product/primary.jsx +0 -77
- package/src/components/toolbar/popup/product/productline.jsx +0 -93
- package/src/components/toolbar/popup/product/reviewItem.jsx +0 -427
- package/src/components/toolbar/popup/product/reviewMolding.jsx +0 -310
- package/src/components/toolbar/popup/product/style.css +0 -54
- package/src/components/toolbar/popup/product/styles.js +0 -260
- package/src/components/toolbar/popup/savedesign/FullPictureForm.jsx +0 -146
- package/src/components/toolbar/popup/savedesign/index.jsx +0 -495
- package/src/components/toolbar/popup/savedesign/savedesign.style.css +0 -16
- package/src/components/toolbar/popup/savedesign/styles.js +0 -151
- package/src/components/toolbar/popup/setDoorStyleOption/index.jsx +0 -87
- package/src/components/toolbar/popup/styles.js +0 -909
- package/src/components/toolbar/popup/submitforquote/AddToCartOptions.jsx +0 -192
- package/src/components/toolbar/popup/submitforquote/CustomerRequestsForm.jsx +0 -96
- package/src/components/toolbar/popup/submitforquote/SkipDesignerReview.jsx +0 -54
- package/src/components/toolbar/popup/submitforquote/StepDots.jsx +0 -25
- package/src/components/toolbar/popup/submitforquote/cart-choice.jsx +0 -116
- package/src/components/toolbar/popup/submitforquote/doorstyle-menus.js +0 -38
- package/src/components/toolbar/popup/submitforquote/index.jsx +0 -698
- package/src/components/toolbar/popup/submitforquote/styles.css +0 -105
- package/src/components/toolbar/popup/submitforquote/styles.js +0 -294
- package/src/components/toolbar/popup/submitprompt/index.jsx +0 -89
- package/src/components/toolbar/popup/submitprompt/styles.css +0 -64
- package/src/components/toolbar/popup/submitprompt/styles.js +0 -42
- package/src/components/toolbar/toolbar-button.jsx +0 -90
- package/src/components/toolbar/toolbar-load-button.jsx +0 -36
- package/src/components/toolbar/toolbar-save-button.jsx +0 -32
- package/src/components/tutorial-view/Modal.jsx +0 -584
- package/src/components/tutorial-view/style.css +0 -111
- package/src/components/tutorial-view/styles.js +0 -65
- package/src/components/wizardstep/button/styles.js +0 -677
- package/src/components/wizardstep/export.js +0 -5
- package/src/components/wizardstep/index.jsx +0 -1372
- package/src/components/wizardstep/styles.js +0 -688
- package/src/components/wizardstep/wizardstep-content-button.jsx +0 -198
- package/src/components/wizardstep/wizardstep-toggle-button.jsx +0 -101
- package/src/hooks/useCheckCart.js +0 -38
- package/src/hooks/useGetPricesBySku.js +0 -59
- package/src/hooks/useValidateToken.js +0 -181
|
@@ -1,27 +1,20 @@
|
|
|
1
|
+
import * as Three from 'three';
|
|
1
2
|
import {
|
|
2
|
-
TextureLoader,
|
|
3
|
-
Mesh,
|
|
4
|
-
RepeatWrapping,
|
|
5
|
-
Vector2,
|
|
6
3
|
BoxGeometry,
|
|
4
|
+
Group,
|
|
5
|
+
Mesh,
|
|
7
6
|
MeshBasicMaterial,
|
|
8
7
|
MeshStandardMaterial,
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
DoubleSide
|
|
8
|
+
RepeatWrapping,
|
|
9
|
+
TextureLoader,
|
|
10
|
+
Vector2
|
|
13
11
|
} from 'three';
|
|
14
12
|
|
|
15
13
|
import { verticesDistance } from '../../utils/geometry';
|
|
16
|
-
import
|
|
17
|
-
import { textureCube, isElevationView } from '../../../src/utils/helper';
|
|
14
|
+
import { isElevationView } from '../../../src/utils/helper';
|
|
18
15
|
|
|
19
16
|
import * as SharedStyle from '../../shared-style';
|
|
20
|
-
import {
|
|
21
|
-
MODE_ELEVATION_VIEW,
|
|
22
|
-
LINE_THICKNESS,
|
|
23
|
-
UNIT_CENTIMETER
|
|
24
|
-
} from '../../constants';
|
|
17
|
+
import { LINE_THICKNESS, UNIT_CENTIMETER } from '../../constants';
|
|
25
18
|
import convert from 'convert-units';
|
|
26
19
|
import ThreeBSP from '../../utils/threeCSG.es6';
|
|
27
20
|
|
|
@@ -46,8 +39,8 @@ const applyTexture = (material, texture, length, height) => {
|
|
|
46
39
|
|
|
47
40
|
if (texture) {
|
|
48
41
|
material.map = loader.load(texture.uri.default);
|
|
49
|
-
(material.map.colorSpace = Three.SRGBColorSpace),
|
|
50
|
-
(material.needsUpdate = true);
|
|
42
|
+
((material.map.colorSpace = Three.SRGBColorSpace),
|
|
43
|
+
(material.needsUpdate = true));
|
|
51
44
|
material.map.wrapS = RepeatWrapping;
|
|
52
45
|
material.map.wrapT = RepeatWrapping;
|
|
53
46
|
material.map.repeat.set(
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export { default as doorCloset } from './door-closet/planner-element.jsx';
|
|
2
|
+
export { default as doorDouble } from './door-double/planner-element.jsx';
|
|
3
|
+
export { default as doorExterior } from './door-exterior/planner-element.jsx';
|
|
4
|
+
export { default as doorInterior } from './door-interior/planner-element.jsx';
|
|
5
|
+
export { default as doorPanic } from './door-panic/planner-element.jsx';
|
|
6
|
+
export { default as doorPanicDouble } from './door-panic-double/planner-element.jsx';
|
|
7
|
+
export { default as doorSliding } from './door-sliding/planner-element.jsx';
|
|
8
|
+
export { default as doorwayFramed } from './doorway-framed/planner-element.jsx';
|
|
9
|
+
export { default as doorwayFrameless } from './doorway-frameless/planner-element.jsx';
|
|
10
|
+
export { default as windowClear } from './window-clear/planner-element.jsx';
|
|
11
|
+
export { default as windowCross } from './window-cross/planner-element.jsx';
|
|
12
|
+
export { default as windowDoubleHung } from './window-double-hung/planner-element.jsx';
|
|
13
|
+
export { default as windowVertical } from './window-vertical/planner-element.jsx';
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Catalog } from '../index';
|
|
2
|
+
import * as Areas from './areas/**/planner-element.jsx';
|
|
3
|
+
import * as Lines from './lines/**/planner-element.jsx';
|
|
4
|
+
import * as Holes from './holes/**/planner-element.jsx';
|
|
5
|
+
|
|
6
|
+
let catalog = new Catalog();
|
|
7
|
+
// import * as Items from './Items/**/*.jsx';
|
|
8
|
+
for (let x in Areas) catalog.registerElement(Areas[x]);
|
|
9
|
+
for (let x in Lines) catalog.registerElement(Lines[x]);
|
|
10
|
+
for (let x in Holes) catalog.registerElement(Holes[x]);
|
|
11
|
+
// for (let x in Items) catalog.registerElement(Items[x]);
|
|
12
|
+
catalog.registerCategory('Windows', 'Windows', [
|
|
13
|
+
Holes.windowClear,
|
|
14
|
+
Holes.windowCross,
|
|
15
|
+
Holes.windowDoubleHung,
|
|
16
|
+
Holes.windowVertical
|
|
17
|
+
]);
|
|
18
|
+
catalog.registerCategory('Doors', 'Doors', [
|
|
19
|
+
Holes.doorInterior,
|
|
20
|
+
Holes.doorExterior,
|
|
21
|
+
Holes.doorCloset,
|
|
22
|
+
Holes.doorSliding,
|
|
23
|
+
Holes.doorwayFramed,
|
|
24
|
+
Holes.doorwayFrameless
|
|
25
|
+
]);
|
|
26
|
+
export default catalog;
|
|
@@ -2,7 +2,6 @@ import React from 'react';
|
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import { Seq } from 'immutable';
|
|
4
4
|
import { FormLabel, FormSelect } from '../../components/style/export';
|
|
5
|
-
import PropertyStyle from './shared-property-style';
|
|
6
5
|
import styled from 'styled-components';
|
|
7
6
|
import { TEXT_COLOR_NEUTRAL_0, DEFAULT_FONT_FAMILY } from '../../constants';
|
|
8
7
|
|
|
@@ -3,8 +3,6 @@ import PropTypes from 'prop-types';
|
|
|
3
3
|
import Viewer2D from './viewer2d/viewer2d';
|
|
4
4
|
import Viewer3D from './viewer3d/viewer3d';
|
|
5
5
|
import Viewer3DFirstPerson from './viewer3d/viewer3d-first-person';
|
|
6
|
-
import CatalogList from './catalog-view/catalog-list';
|
|
7
|
-
import ProjectConfigurator from './configurator/project-configurator';
|
|
8
6
|
import * as constants from '../constants';
|
|
9
7
|
import Front3D from './viewer3d/front3D';
|
|
10
8
|
|
|
@@ -58,17 +56,6 @@ export default function Content(
|
|
|
58
56
|
<Viewer3DFirstPerson state={state} width={width} height={height} />
|
|
59
57
|
);
|
|
60
58
|
|
|
61
|
-
case constants.MODE_VIEWING_CATALOG:
|
|
62
|
-
return (
|
|
63
|
-
<CatalogList
|
|
64
|
-
state={state}
|
|
65
|
-
param={match}
|
|
66
|
-
width={width}
|
|
67
|
-
height={height}
|
|
68
|
-
categoryData={this.props.categoryData}
|
|
69
|
-
/>
|
|
70
|
-
);
|
|
71
|
-
|
|
72
59
|
case constants.MODE_IDLE:
|
|
73
60
|
case constants.MODE_2D_ZOOM_IN:
|
|
74
61
|
case constants.MODE_2D_ZOOM_OUT:
|
|
@@ -110,11 +97,6 @@ export default function Content(
|
|
|
110
97
|
/>
|
|
111
98
|
);
|
|
112
99
|
|
|
113
|
-
case constants.MODE_CONFIGURING_PROJECT:
|
|
114
|
-
return (
|
|
115
|
-
<ProjectConfigurator width={width} height={height} state={state} />
|
|
116
|
-
);
|
|
117
|
-
|
|
118
100
|
default:
|
|
119
101
|
if (customContents.hasOwnProperty(mode)) {
|
|
120
102
|
let CustomContent = customContents[mode];
|
package/src/components/export.js
CHANGED
|
@@ -1,36 +1,9 @@
|
|
|
1
|
-
import ToolbarComponents from './toolbar/export';
|
|
2
1
|
import Content from './content';
|
|
3
|
-
import SidebarComponents from './sidebar/export';
|
|
4
|
-
import FooterBarComponents from './footerbar/export';
|
|
5
2
|
import Viewer2DComponents from './viewer2d/export';
|
|
6
|
-
import StyleComponents from './style/export';
|
|
7
|
-
import HeaderComponents from './header/export';
|
|
8
|
-
import WizardStepComponents from './wizardstep/export';
|
|
9
|
-
import SignComponents from './sign/export';
|
|
10
|
-
import MyProjectsComonents from './myprojects/export';
|
|
11
3
|
|
|
12
|
-
export {
|
|
13
|
-
ToolbarComponents,
|
|
14
|
-
Content,
|
|
15
|
-
SidebarComponents,
|
|
16
|
-
FooterBarComponents,
|
|
17
|
-
Viewer2DComponents,
|
|
18
|
-
StyleComponents,
|
|
19
|
-
HeaderComponents,
|
|
20
|
-
WizardStepComponents,
|
|
21
|
-
SignComponents,
|
|
22
|
-
MyProjectsComonents
|
|
23
|
-
};
|
|
4
|
+
export { Content, Viewer2DComponents };
|
|
24
5
|
|
|
25
6
|
export default {
|
|
26
|
-
ToolbarComponents,
|
|
27
7
|
Content,
|
|
28
|
-
|
|
29
|
-
FooterBarComponents,
|
|
30
|
-
WizardStepComponents,
|
|
31
|
-
Viewer2DComponents,
|
|
32
|
-
StyleComponents,
|
|
33
|
-
HeaderComponents,
|
|
34
|
-
SignComponents,
|
|
35
|
-
MyProjectsComonents
|
|
8
|
+
Viewer2DComponents
|
|
36
9
|
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import Button from './button';
|
|
2
|
+
import FormColorInput from './form-color-input';
|
|
3
|
+
import FormSelect from './form-select';
|
|
4
|
+
import FormTextInput from './form-text-input';
|
|
5
|
+
import FormNumberInput from './form-number-input';
|
|
6
|
+
import FormLabel from './form-label';
|
|
7
|
+
|
|
8
|
+
export {
|
|
9
|
+
Button,
|
|
10
|
+
FormColorInput,
|
|
11
|
+
FormSelect,
|
|
12
|
+
FormTextInput,
|
|
13
|
+
FormNumberInput,
|
|
14
|
+
FormLabel
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export default {
|
|
18
|
+
Button,
|
|
19
|
+
FormColorInput,
|
|
20
|
+
FormSelect,
|
|
21
|
+
FormTextInput,
|
|
22
|
+
FormNumberInput,
|
|
23
|
+
FormLabel
|
|
24
|
+
};
|
|
@@ -1,18 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { useState } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
|
-
import If from '../../utils/react-if';
|
|
5
4
|
import RulerDist from './rulerDist';
|
|
6
5
|
import convert from 'convert-units';
|
|
7
6
|
import { GeometryUtils } from '../../utils/export';
|
|
8
|
-
import {
|
|
9
|
-
MODE_ROTATING_ITEM,
|
|
10
|
-
SECONDARY_PURPLE_COLOR,
|
|
11
|
-
STATUS_NEGATIVE_COLOR,
|
|
12
|
-
BG_COLOR_1,
|
|
13
|
-
STATUS_WARNING_COLOR,
|
|
14
|
-
WALL_CABINET_LAYOUTPOS
|
|
15
|
-
} from '../../constants';
|
|
7
|
+
import { MODE_ROTATING_ITEM, WALL_CABINET_LAYOUTPOS } from '../../constants';
|
|
16
8
|
import { returnReplaceableDeepSearchType } from './utils';
|
|
17
9
|
const STYLE_LINE = {
|
|
18
10
|
fill: '#0096fd',
|
|
@@ -9,7 +9,6 @@ import {
|
|
|
9
9
|
} from '../../../src/constants';
|
|
10
10
|
import * as Three from 'three';
|
|
11
11
|
import { isEmpty } from './utils';
|
|
12
|
-
import Tooltip from '@material-ui/core/Tooltip';
|
|
13
12
|
|
|
14
13
|
const STYLE = {
|
|
15
14
|
stroke: 'rgb(77, 77, 77)',
|
|
@@ -1263,37 +1262,35 @@ export default function Line({
|
|
|
1263
1262
|
</g>
|
|
1264
1263
|
</g>
|
|
1265
1264
|
{line.selected && (
|
|
1266
|
-
<
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
>
|
|
1273
|
-
<
|
|
1274
|
-
<
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
</g>
|
|
1296
|
-
</Tooltip>
|
|
1265
|
+
<g
|
|
1266
|
+
id={'elevation-button'}
|
|
1267
|
+
key={1}
|
|
1268
|
+
transform={`translate(${x1 + 35}, ${y1 - 15})`}
|
|
1269
|
+
style={{ cursor: 'pointer' }}
|
|
1270
|
+
>
|
|
1271
|
+
<defs>
|
|
1272
|
+
<filter id="shadow">
|
|
1273
|
+
<feDropShadow dx="0" dy="0" stdDeviation="0.6"></feDropShadow>
|
|
1274
|
+
</filter>
|
|
1275
|
+
</defs>
|
|
1276
|
+
<rect
|
|
1277
|
+
rx="4"
|
|
1278
|
+
ry="4"
|
|
1279
|
+
y="20"
|
|
1280
|
+
height="22"
|
|
1281
|
+
width="22"
|
|
1282
|
+
fill="white"
|
|
1283
|
+
filter="url(#shadow)"
|
|
1284
|
+
/>
|
|
1285
|
+
<image
|
|
1286
|
+
href="/assets/img/svg/bottombar/elevation.svg"
|
|
1287
|
+
x="5"
|
|
1288
|
+
y="-36"
|
|
1289
|
+
height="12"
|
|
1290
|
+
width="12"
|
|
1291
|
+
style={{ transform: 'rotateX(180deg)' }}
|
|
1292
|
+
/>
|
|
1293
|
+
</g>
|
|
1297
1294
|
)}
|
|
1298
1295
|
{line.selected && (
|
|
1299
1296
|
<g
|
|
@@ -22,7 +22,7 @@ import State from './state';
|
|
|
22
22
|
import * as SharedStyle from '../../shared-style';
|
|
23
23
|
import { RulerX, RulerY } from './export';
|
|
24
24
|
import { GeometryUtils } from '../../utils/export';
|
|
25
|
-
import FormNumberInput from '
|
|
25
|
+
import FormNumberInput from '../../components/style/form-number-input';
|
|
26
26
|
import convert from 'convert-units';
|
|
27
27
|
import { Map } from 'immutable';
|
|
28
28
|
import { formatNumber } from '../../../src/utils/math';
|
|
@@ -1,87 +1,85 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
let
|
|
21
|
-
let
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
);
|
|
26
|
-
|
|
27
|
-
let
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
let
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
)
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
);
|
|
87
|
-
}
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { verticesDistance } from '../../../utils/geometry';
|
|
3
|
+
import convert from 'convert-units';
|
|
4
|
+
import Layer3D from './layer3D';
|
|
5
|
+
|
|
6
|
+
export function compareVertices(v0, v1) {
|
|
7
|
+
return v0.x === v1.x ? v0.y - v1.y : v0.x - v1.x;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export default function Scene3D({
|
|
11
|
+
scene,
|
|
12
|
+
catalog,
|
|
13
|
+
width,
|
|
14
|
+
height,
|
|
15
|
+
mode,
|
|
16
|
+
downloadFlag
|
|
17
|
+
}) {
|
|
18
|
+
let { layers } = scene;
|
|
19
|
+
let selectedLayer = layers.get(scene.selectedLayer);
|
|
20
|
+
let ceilHeight = selectedLayer.ceilHeight;
|
|
21
|
+
let selectedLine = selectedLayer.lines.get(
|
|
22
|
+
selectedLayer.selected.lines.toJS()[0]
|
|
23
|
+
);
|
|
24
|
+
let vertex0 = selectedLayer.vertices.get(selectedLine.vertices.get(0));
|
|
25
|
+
let vertex1 = selectedLayer.vertices.get(selectedLine.vertices.get(1));
|
|
26
|
+
|
|
27
|
+
let lineLength = convert(verticesDistance(vertex0, vertex1))
|
|
28
|
+
.from(scene.unit)
|
|
29
|
+
.to(selectedLayer.unit);
|
|
30
|
+
let multi = downloadFlag ? 0.85 : 0.6;
|
|
31
|
+
let scale = Math.min(
|
|
32
|
+
(width * multi) / lineLength,
|
|
33
|
+
(height * multi) / ceilHeight
|
|
34
|
+
);
|
|
35
|
+
let frontRect = {
|
|
36
|
+
width: lineLength * scale,
|
|
37
|
+
height: ceilHeight * scale
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
let i = 0,
|
|
41
|
+
grids = [];
|
|
42
|
+
let viewScale = Math.min(
|
|
43
|
+
width / window.innerWidth,
|
|
44
|
+
height / window.innerHeight
|
|
45
|
+
);
|
|
46
|
+
|
|
47
|
+
for (let x = -width / 2; x <= width / 2; x = x + 30 * viewScale) {
|
|
48
|
+
for (let y = -height / 2; y <= height / 2; y = y + 30 * viewScale) {
|
|
49
|
+
if (
|
|
50
|
+
Math.abs(x) > frontRect.width / 2 ||
|
|
51
|
+
Math.abs(y) > frontRect.height / 2
|
|
52
|
+
) {
|
|
53
|
+
grids.push(
|
|
54
|
+
<circle
|
|
55
|
+
key={`grid_${i}`}
|
|
56
|
+
cx={x}
|
|
57
|
+
cy={y}
|
|
58
|
+
r={2 * viewScale}
|
|
59
|
+
fill="#bbb"
|
|
60
|
+
/>
|
|
61
|
+
);
|
|
62
|
+
i++;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
return (
|
|
67
|
+
<g>
|
|
68
|
+
{grids}
|
|
69
|
+
<Layer3D
|
|
70
|
+
key={selectedLayer.id}
|
|
71
|
+
layer={selectedLayer}
|
|
72
|
+
frontRect={frontRect}
|
|
73
|
+
lineLength={lineLength}
|
|
74
|
+
ceilHeight={ceilHeight.toFixed(0)}
|
|
75
|
+
catalog={catalog}
|
|
76
|
+
scene={scene}
|
|
77
|
+
scale={scale}
|
|
78
|
+
mode={mode}
|
|
79
|
+
line={selectedLine}
|
|
80
|
+
viewScale={viewScale}
|
|
81
|
+
downloadFlag={downloadFlag}
|
|
82
|
+
/>
|
|
83
|
+
</g>
|
|
84
|
+
);
|
|
85
|
+
}
|
|
@@ -1,49 +1,46 @@
|
|
|
1
1
|
import * as Three from 'three';
|
|
2
|
+
import { Color, Group } from 'three';
|
|
2
3
|
import createGrid from './grid-creator';
|
|
3
4
|
import { disposeObject } from './three-memory-cleaner';
|
|
4
|
-
import { Color, Group } from 'three';
|
|
5
|
-
import { isUndefined } from 'util';
|
|
6
5
|
import {
|
|
7
|
-
MODE_DRAWING_ITEM_3D,
|
|
8
|
-
EPSILON,
|
|
9
|
-
DISTANCE_EPSILON,
|
|
10
|
-
OBJTYPE_MESH,
|
|
11
|
-
ARROW_TEXT_FORECOLOR,
|
|
12
|
-
ARROW_TEXT_BACKCOLOR,
|
|
13
|
-
ARROW_TEXT_FONTFACE,
|
|
14
|
-
UNIT_CENTIMETER,
|
|
15
|
-
SHADE_DARK_PURPLE_COLOR,
|
|
16
|
-
MODE_DRAGGING_ITEM_3D,
|
|
17
|
-
MODE_ROTATING_ITEM_3D,
|
|
18
6
|
ANIMATE_STEP_MAX,
|
|
19
7
|
ANIMATE_STEP_MIN,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
8
|
+
ARRAY_3D_MODES,
|
|
9
|
+
ARROW_TEXT_BACKCOLOR,
|
|
10
|
+
ARROW_TEXT_FONTFACE,
|
|
11
|
+
ARROW_TEXT_FORECOLOR,
|
|
24
12
|
BASE_CABINET_LAYOUTPOS,
|
|
25
|
-
|
|
26
|
-
WALL_CABINET_LAYOUTPOS,
|
|
13
|
+
BOTTOM_MOLDING_LOCATION,
|
|
27
14
|
DECIMAL_PLACES_2,
|
|
28
15
|
DIFFERENT_VALUES_PATH_LENGTH,
|
|
16
|
+
DISTANCE_EPSILON,
|
|
17
|
+
EPSILON,
|
|
18
|
+
MIDDLE_MOLDING_LOCATION,
|
|
19
|
+
MODE_DRAGGING_ITEM_3D,
|
|
20
|
+
MODE_DRAWING_ITEM_3D,
|
|
21
|
+
MODE_IDLE,
|
|
29
22
|
MODE_IDLE_3D,
|
|
30
|
-
|
|
31
|
-
|
|
23
|
+
MODE_ROTATING_ITEM_3D,
|
|
24
|
+
OBJTYPE_MESH,
|
|
25
|
+
SHADE_DARK_PURPLE_COLOR,
|
|
26
|
+
TOP_MOLDING_LOCATION,
|
|
27
|
+
UNIT_CENTIMETER,
|
|
28
|
+
WALL_CABINET_LAYOUTPOS
|
|
32
29
|
} from '../../constants';
|
|
33
|
-
import {
|
|
30
|
+
import { GeometryUtils, IDBroker, MoldingUtils } from '../../utils/export';
|
|
34
31
|
import convert from 'convert-units';
|
|
35
32
|
import { verticesDistance } from '../../utils/geometry';
|
|
36
|
-
import * as GeomUtils from '../../../demo/src/catalog/utils/geom-utils';
|
|
37
|
-
import { loadTexture } from '../../../demo/src/catalog/utils/item-loader';
|
|
38
33
|
import { returnReplaceableDeepSearchType } from '../viewer2d/utils';
|
|
39
34
|
import {
|
|
40
|
-
|
|
35
|
+
animateDoor,
|
|
41
36
|
isElevationView,
|
|
42
37
|
isEmpty,
|
|
43
|
-
|
|
38
|
+
replaceMeshesWithLineSegments,
|
|
44
39
|
translateDrawer
|
|
45
40
|
} from '../../../src/utils/helper';
|
|
46
41
|
import { formatNumber } from '../../utils/math';
|
|
42
|
+
import * as GeomUtils from '../../../src/catalog/utils/geom-utils.js';
|
|
43
|
+
import { loadTexture } from '../../../src/catalog/utils/item-loader.jsx';
|
|
47
44
|
|
|
48
45
|
let transformBox;
|
|
49
46
|
export var fVLine = [];
|