kitchen-simulator 5.0.0-test.4 → 5.0.0-test.5
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/package.json +1 -2
- package/src/@history.js +0 -3
- package/src/AppContext.js +0 -5
- package/src/KitchenConfigurator.jsx +0 -1517
- package/src/KitchenConfiguratorApp.jsx +0 -443
- package/src/actions/area-actions.js +0 -15
- package/src/actions/export.js +0 -38
- package/src/actions/groups-actions.js +0 -102
- package/src/actions/holes-actions.js +0 -152
- package/src/actions/items-actions.js +0 -393
- package/src/actions/lines-actions.js +0 -103
- package/src/actions/project-actions.js +0 -391
- package/src/actions/scene-actions.js +0 -44
- package/src/actions/user-actions.js +0 -75
- package/src/actions/vertices-actions.js +0 -34
- package/src/actions/viewer2d-actions.js +0 -79
- package/src/actions/viewer3d-actions.js +0 -32
- package/src/catalog/areas/area/planner-element.jsx +0 -43
- package/src/catalog/areas/area/textures/ceramic-tile.jpg +0 -0
- package/src/catalog/areas/area/textures/grass.jpg +0 -0
- package/src/catalog/areas/area/textures/parquet.jpg +0 -0
- package/src/catalog/areas/area/textures/strand-porcelain.jpg +0 -0
- package/src/catalog/areas/area/textures/tile1.jpg +0 -0
- package/src/catalog/back.png +0 -0
- package/src/catalog/catalog.js +0 -258
- package/src/catalog/doors.png +0 -0
- package/src/catalog/doorways.png +0 -0
- package/src/catalog/envMap/nx.hdr +0 -0
- package/src/catalog/envMap/ny.hdr +0 -0
- package/src/catalog/envMap/nz.hdr +0 -0
- package/src/catalog/envMap/px.hdr +0 -0
- package/src/catalog/envMap/py.hdr +0 -0
- package/src/catalog/envMap/pz.hdr +0 -0
- package/src/catalog/factories/area-factory-3d.js +0 -252
- package/src/catalog/factories/area-factory.jsx +0 -102
- package/src/catalog/factories/export.js +0 -9
- package/src/catalog/factories/wall-factory-3d.js +0 -296
- package/src/catalog/factories/wall-factory.jsx +0 -321
- package/src/catalog/holes/door-closet/planner-element.jsx +0 -251
- package/src/catalog/holes/door-double/door_double.png +0 -0
- package/src/catalog/holes/door-double/planner-element.jsx +0 -391
- package/src/catalog/holes/door-exterior/planner-element.jsx +0 -245
- package/src/catalog/holes/door-interior/planner-element.jsx +0 -256
- package/src/catalog/holes/door-panic/panicDoor.png +0 -0
- package/src/catalog/holes/door-panic/planner-element.jsx +0 -594
- package/src/catalog/holes/door-panic-double/panicDoorDouble.png +0 -0
- package/src/catalog/holes/door-panic-double/planner-element.jsx +0 -574
- package/src/catalog/holes/door-sliding/planner-element.jsx +0 -256
- package/src/catalog/holes/doorway-framed/planner-element.jsx +0 -169
- package/src/catalog/holes/doorway-frameless/planner-element.jsx +0 -116
- package/src/catalog/holes/gate/gate.jpg +0 -0
- package/src/catalog/holes/window-clear/planner-element.jsx +0 -181
- package/src/catalog/holes/window-clear/texture.png +0 -0
- package/src/catalog/holes/window-cross/planner-element.jsx +0 -180
- package/src/catalog/holes/window-cross/texture.png +0 -0
- package/src/catalog/holes/window-double-hung/planner-element.jsx +0 -366
- package/src/catalog/holes/window-double-hung/texture.png +0 -0
- package/src/catalog/holes/window-vertical/planner-element.jsx +0 -290
- package/src/catalog/holes/window-vertical/texture.png +0 -0
- package/src/catalog/lines/wall/planner-element.jsx +0 -73
- package/src/catalog/lines/wall/textures/bricks-normal.jpg +0 -0
- package/src/catalog/lines/wall/textures/bricks-normal2.jpg +0 -0
- package/src/catalog/lines/wall/textures/bricks.jpg +0 -0
- package/src/catalog/lines/wall/textures/bricks2.jpg +0 -0
- package/src/catalog/lines/wall/textures/bricks3.jpg +0 -0
- package/src/catalog/lines/wall/textures/morden-normal.jpg +0 -0
- package/src/catalog/lines/wall/textures/morden.jpg +0 -0
- package/src/catalog/lines/wall/textures/painted-normal.jpg +0 -0
- package/src/catalog/lines/wall/textures/painted.jpg +0 -0
- package/src/catalog/lines/wall/textures/plaster-normal.jpg +0 -0
- package/src/catalog/lines/wall/textures/plaster.jpg +0 -0
- package/src/catalog/lines/wall/wall.png +0 -0
- package/src/catalog/molding/molding-dcm/planner-element.jsx +0 -35
- package/src/catalog/molding/molding-dcm/texture.png +0 -0
- package/src/catalog/molding/molding-fbm/planner-element.jsx +0 -35
- package/src/catalog/molding/molding-fbm/texture.png +0 -0
- package/src/catalog/molding/molding-lrm/planner-element.jsx +0 -35
- package/src/catalog/molding/molding-lrm/texture.png +0 -0
- package/src/catalog/properties/export.js +0 -33
- package/src/catalog/properties/property-checkbox.jsx +0 -123
- package/src/catalog/properties/property-color.jsx +0 -52
- package/src/catalog/properties/property-enum.jsx +0 -87
- package/src/catalog/properties/property-hidden.jsx +0 -22
- package/src/catalog/properties/property-lenght-measure.jsx +0 -113
- package/src/catalog/properties/property-length-measure.jsx +0 -129
- package/src/catalog/properties/property-length-measure_hole.jsx +0 -110
- package/src/catalog/properties/property-number.jsx +0 -63
- package/src/catalog/properties/property-read-only.jsx +0 -37
- package/src/catalog/properties/property-string.jsx +0 -59
- package/src/catalog/properties/property-toggle.jsx +0 -51
- package/src/catalog/properties/shared-property-style.js +0 -13
- package/src/catalog/utils/FuseUtils.js +0 -61
- package/src/catalog/utils/exporter.js +0 -173
- package/src/catalog/utils/geom-utils.js +0 -301
- package/src/catalog/utils/item-loader.jsx +0 -2122
- package/src/catalog/utils/load-obj.js +0 -113
- package/src/catalog/utils/mtl-loader.js +0 -462
- package/src/catalog/utils/obj-loader.js +0 -544
- package/src/catalog/windows.png +0 -0
- package/src/class/FuseUtils.js +0 -61
- package/src/class/area.js +0 -159
- package/src/class/export.js +0 -37
- package/src/class/group.js +0 -565
- package/src/class/guide.js +0 -44
- package/src/class/hole.js +0 -1359
- package/src/class/item.js +0 -2050
- package/src/class/layer.js +0 -926
- package/src/class/line.js +0 -1780
- package/src/class/project.js +0 -875
- package/src/class/vertex.js +0 -409
- 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/content.jsx +0 -136
- package/src/components/export.js +0 -36
- 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/button.jsx +0 -95
- 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-color-input.jsx +0 -27
- package/src/components/style/form-label.jsx +0 -15
- package/src/components/style/form-number-input.jsx +0 -196
- package/src/components/style/form-number-input_2.jsx +0 -191
- package/src/components/style/form-select.jsx +0 -38
- package/src/components/style/form-slider.jsx +0 -36
- package/src/components/style/form-submit-button.jsx +0 -23
- package/src/components/style/form-text-input.jsx +0 -65
- 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/viewer2d/area.jsx +0 -98
- package/src/components/viewer2d/export.js +0 -48
- package/src/components/viewer2d/grids/grid-horizontal-streak.jsx +0 -40
- package/src/components/viewer2d/grids/grid-streak.jsx +0 -32
- package/src/components/viewer2d/grids/grid-vertical-streak.jsx +0 -41
- package/src/components/viewer2d/grids/grids.jsx +0 -30
- package/src/components/viewer2d/group.jsx +0 -57
- package/src/components/viewer2d/item.jsx +0 -618
- package/src/components/viewer2d/layer.jsx +0 -214
- package/src/components/viewer2d/line.jsx +0 -1358
- package/src/components/viewer2d/ruler.jsx +0 -136
- package/src/components/viewer2d/rulerDist.jsx +0 -192
- package/src/components/viewer2d/rulerX.jsx +0 -141
- package/src/components/viewer2d/rulerY.jsx +0 -138
- package/src/components/viewer2d/scene.jsx +0 -94
- package/src/components/viewer2d/snap.jsx +0 -118
- package/src/components/viewer2d/state.jsx +0 -77
- package/src/components/viewer2d/utils.js +0 -195
- package/src/components/viewer2d/vertex.jsx +0 -76
- package/src/components/viewer2d/viewer2d.jsx +0 -1830
- package/src/components/viewer3d/camera-controls-module/camera-controls.module.js +0 -3078
- package/src/components/viewer3d/dcm.js +0 -226
- package/src/components/viewer3d/fbm.js +0 -383
- package/src/components/viewer3d/front3D.jsx +0 -63
- package/src/components/viewer3d/grid-creator.js +0 -25
- package/src/components/viewer3d/grids/grid-horizontal-streak.js +0 -41
- package/src/components/viewer3d/grids/grid-streak.js +0 -34
- package/src/components/viewer3d/grids/grid-vertical-streak.js +0 -42
- package/src/components/viewer3d/libs/first-person-controls.js +0 -70
- package/src/components/viewer3d/libs/helvetiker_regular.typeface.js +0 -1265
- package/src/components/viewer3d/libs/mtl-loader.js +0 -462
- package/src/components/viewer3d/libs/obj-loader.js +0 -653
- package/src/components/viewer3d/libs/orbit-controls.js +0 -945
- package/src/components/viewer3d/libs/pointer-lock-controls.js +0 -67
- package/src/components/viewer3d/lrm.js +0 -358
- package/src/components/viewer3d/model.js +0 -830
- package/src/components/viewer3d/pointer-lock-navigation.js +0 -140
- package/src/components/viewer3d/ruler-utils/itemRect.jsx +0 -91
- package/src/components/viewer3d/ruler-utils/layer3D.jsx +0 -528
- package/src/components/viewer3d/ruler-utils/ruler3D.jsx +0 -218
- package/src/components/viewer3d/ruler-utils/scene3D.jsx +0 -87
- package/src/components/viewer3d/ruler-utils/state3D.jsx +0 -25
- package/src/components/viewer3d/scene-creator.js +0 -5172
- package/src/components/viewer3d/three-memory-cleaner.js +0 -65
- package/src/components/viewer3d/viewer3d-first-person.js +0 -395
- package/src/components/viewer3d/viewer3d.js +0 -3376
- 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/constants.js +0 -731
- package/src/hooks/useCheckCart.js +0 -38
- package/src/hooks/useGetPricesBySku.js +0 -59
- package/src/hooks/useValidateToken.js +0 -181
- package/src/index.js +0 -32
- package/src/models.js +0 -541
- package/src/plugins/SVGLoader.js +0 -1991
- package/src/plugins/autosave.js +0 -39
- package/src/plugins/console-debugger.js +0 -36
- package/src/plugins/export.js +0 -11
- package/src/plugins/keyboard.js +0 -194
- package/src/reducers/areas-reducer.js +0 -13
- package/src/reducers/export.js +0 -39
- package/src/reducers/groups-reducer.js +0 -73
- package/src/reducers/holes-reducer.js +0 -125
- package/src/reducers/items-reducer.js +0 -286
- package/src/reducers/lines-reducer.js +0 -96
- package/src/reducers/project-reducer.js +0 -239
- package/src/reducers/reducer.js +0 -59
- package/src/reducers/scene-reducer.js +0 -41
- package/src/reducers/user-reducer.js +0 -30
- package/src/reducers/vertices-reducer.js +0 -34
- package/src/reducers/viewer2d-reducer.js +0 -81
- package/src/reducers/viewer3d-reducer.js +0 -65
- package/src/shared-style.js +0 -72
- package/src/styles/export.js +0 -7
- package/src/styles/tabs.css +0 -40
- package/src/translator/en.js +0 -106
- package/src/translator/it.js +0 -80
- package/src/translator/ru.js +0 -80
- package/src/translator/translator.js +0 -81
- package/src/utils/browser.js +0 -36
- package/src/utils/email-validator.js +0 -5
- package/src/utils/export.js +0 -39
- package/src/utils/geometry.js +0 -2572
- package/src/utils/get-edges-of-subgraphs.js +0 -29
- package/src/utils/graph-cycles.js +0 -259
- package/src/utils/graph-inner-cycles.js +0 -49
- package/src/utils/graph.js +0 -147
- package/src/utils/helper.js +0 -431
- package/src/utils/history.js +0 -37
- package/src/utils/id-broker.js +0 -9
- package/src/utils/logger.js +0 -8
- package/src/utils/math.js +0 -51
- package/src/utils/molding.js +0 -973
- package/src/utils/name-generator.js +0 -5
- package/src/utils/objects-utils.js +0 -56
- package/src/utils/phone-validator.js +0 -4
- package/src/utils/process-black-list.js +0 -10
- package/src/utils/react-if.jsx +0 -20
- package/src/utils/snap-scene.js +0 -102
- package/src/utils/snap.js +0 -184
- package/src/utils/threeCSG.es6.js +0 -578
- package/src/version.js +0 -1
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { Layer } from '../class/export';
|
|
2
|
-
import { history } from '../utils/export';
|
|
3
|
-
import {
|
|
4
|
-
ADD_LAYER,
|
|
5
|
-
SELECT_LAYER,
|
|
6
|
-
SET_LAYER_PROPERTIES,
|
|
7
|
-
REMOVE_LAYER,
|
|
8
|
-
UPDATE_MOVING_STATE
|
|
9
|
-
} from '../constants';
|
|
10
|
-
|
|
11
|
-
export default function (state, action) {
|
|
12
|
-
const saveHistory = () =>
|
|
13
|
-
(state = state.merge({
|
|
14
|
-
sceneHistory: history.historyPush(state.sceneHistory, state.scene)
|
|
15
|
-
}));
|
|
16
|
-
|
|
17
|
-
switch (action.type) {
|
|
18
|
-
case ADD_LAYER:
|
|
19
|
-
saveHistory();
|
|
20
|
-
return Layer.create(state, action.name, action.altitude).updatedState;
|
|
21
|
-
|
|
22
|
-
case SELECT_LAYER:
|
|
23
|
-
saveHistory();
|
|
24
|
-
return Layer.select(state, action.layerID).updatedState;
|
|
25
|
-
|
|
26
|
-
case SET_LAYER_PROPERTIES:
|
|
27
|
-
saveHistory();
|
|
28
|
-
return Layer.setProperties(state, action.layerID, action.properties)
|
|
29
|
-
.updatedState;
|
|
30
|
-
|
|
31
|
-
case REMOVE_LAYER:
|
|
32
|
-
saveHistory();
|
|
33
|
-
return Layer.remove(state, action.layerID).updatedState;
|
|
34
|
-
|
|
35
|
-
case UPDATE_MOVING_STATE:
|
|
36
|
-
return Layer.updateMovingState(state, action.showflag).updatedState;
|
|
37
|
-
|
|
38
|
-
default:
|
|
39
|
-
return state;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { object } from 'prop-types';
|
|
2
|
-
import { LOGIN_SUCCESS, LOGIN_ERROR, LOGOUT } from '../constants';
|
|
3
|
-
|
|
4
|
-
const initialState = {
|
|
5
|
-
success: false,
|
|
6
|
-
error: {
|
|
7
|
-
username: null,
|
|
8
|
-
password: null
|
|
9
|
-
}
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
export default function (state, action) {
|
|
13
|
-
switch (action.type) {
|
|
14
|
-
case LOGIN_SUCCESS: {
|
|
15
|
-
return state.merge({ login: true, userId: action.userid });
|
|
16
|
-
}
|
|
17
|
-
case LOGIN_ERROR: {
|
|
18
|
-
return state.merge({ login: false, userId: 0 });
|
|
19
|
-
}
|
|
20
|
-
case LOGOUT: {
|
|
21
|
-
state = state.merge({
|
|
22
|
-
scene: state.scene.merge({ title: '', currentProjectID: null })
|
|
23
|
-
});
|
|
24
|
-
return state;
|
|
25
|
-
}
|
|
26
|
-
default: {
|
|
27
|
-
return state;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
BEGIN_DRAGGING_VERTEX,
|
|
3
|
-
UPDATE_DRAGGING_VERTEX,
|
|
4
|
-
END_DRAGGING_VERTEX
|
|
5
|
-
} from '../constants';
|
|
6
|
-
import { history } from '../utils/export';
|
|
7
|
-
import { Vertex } from '../class/export';
|
|
8
|
-
|
|
9
|
-
export default function (state, action) {
|
|
10
|
-
switch (action.type) {
|
|
11
|
-
case BEGIN_DRAGGING_VERTEX:
|
|
12
|
-
return Vertex.beginDraggingVertex(
|
|
13
|
-
state,
|
|
14
|
-
action.layerID,
|
|
15
|
-
action.vertexID,
|
|
16
|
-
action.x,
|
|
17
|
-
action.y
|
|
18
|
-
).updatedState;
|
|
19
|
-
|
|
20
|
-
case UPDATE_DRAGGING_VERTEX:
|
|
21
|
-
return Vertex.updateDraggingVertex(state, action.x, action.y)
|
|
22
|
-
.updatedState;
|
|
23
|
-
|
|
24
|
-
case END_DRAGGING_VERTEX:
|
|
25
|
-
// Code that saving the scene history (26 ~ 28)
|
|
26
|
-
state = state.merge({
|
|
27
|
-
sceneHistory: history.historyPush(state.sceneHistory, state.scene)
|
|
28
|
-
});
|
|
29
|
-
return Vertex.endDraggingVertex(state, action.x, action.y).updatedState;
|
|
30
|
-
|
|
31
|
-
default:
|
|
32
|
-
return state;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
UPDATE_2D_CAMERA,
|
|
3
|
-
SELECT_TOOL_PAN,
|
|
4
|
-
SELECT_TOOL_ZOOM_IN,
|
|
5
|
-
SELECT_TOOL_ZOOM_OUT,
|
|
6
|
-
MODE_2D_PAN,
|
|
7
|
-
MODE_2D_ZOOM_IN,
|
|
8
|
-
MODE_2D_ZOOM_OUT,
|
|
9
|
-
CHANGE_WALL_LENGTH_MEASURE,
|
|
10
|
-
CHANGE_BASE_CABINET_MEASURE,
|
|
11
|
-
CHANGE_WALL_CABINET_MEASURE,
|
|
12
|
-
CHANGE_WINDOW_DOOR_MEASURE,
|
|
13
|
-
UPDATE_CEIL_HEIGHT,
|
|
14
|
-
UPDATE_CEIL_HEIGHT_UNIT
|
|
15
|
-
} from '../constants';
|
|
16
|
-
import convert from 'convert-units';
|
|
17
|
-
|
|
18
|
-
export default function (state, action) {
|
|
19
|
-
let { scene } = state;
|
|
20
|
-
switch (action.type) {
|
|
21
|
-
case UPDATE_CEIL_HEIGHT_UNIT: {
|
|
22
|
-
let { scene } = state;
|
|
23
|
-
let selectedLayer = scene.selectedLayer;
|
|
24
|
-
let layer = scene.layers.get(selectedLayer);
|
|
25
|
-
let newLayer = layer.merge({ unit: action.value });
|
|
26
|
-
state = state.mergeIn(['scene', 'layers', selectedLayer], newLayer);
|
|
27
|
-
return state;
|
|
28
|
-
}
|
|
29
|
-
case UPDATE_CEIL_HEIGHT: {
|
|
30
|
-
let selectedLayer = scene.selectedLayer;
|
|
31
|
-
let layer = scene.layers.get(selectedLayer);
|
|
32
|
-
let newLayer = layer.merge({ ceilHeight: action.value });
|
|
33
|
-
state = state.mergeIn(['scene', 'layers', selectedLayer], newLayer);
|
|
34
|
-
let items = state.scene.layers.get(state.scene.selectedLayer).items;
|
|
35
|
-
let newItems = items.map(item => {
|
|
36
|
-
if (item.type.includes('Light')) {
|
|
37
|
-
let height = item.properties.getIn(['height', '_length']);
|
|
38
|
-
let heightUnit = item.properties.getIn(['height', '_unit']);
|
|
39
|
-
let newAltitude =
|
|
40
|
-
action.value - convert(height).from(heightUnit).to('in');
|
|
41
|
-
item = item.setIn(
|
|
42
|
-
['properties', 'altitude', '_length'],
|
|
43
|
-
convert(newAltitude).from('in').to(layer.unit)
|
|
44
|
-
);
|
|
45
|
-
}
|
|
46
|
-
return item;
|
|
47
|
-
});
|
|
48
|
-
state = state.mergeIn(
|
|
49
|
-
['scene', 'layers', selectedLayer, 'items'],
|
|
50
|
-
newItems
|
|
51
|
-
);
|
|
52
|
-
return state;
|
|
53
|
-
}
|
|
54
|
-
case UPDATE_2D_CAMERA:
|
|
55
|
-
return state.merge({ viewer2D: action.value });
|
|
56
|
-
case CHANGE_WALL_LENGTH_MEASURE:
|
|
57
|
-
return state.merge({
|
|
58
|
-
scene: scene.merge({ showWallLengthMeasure: action.value })
|
|
59
|
-
});
|
|
60
|
-
case CHANGE_BASE_CABINET_MEASURE:
|
|
61
|
-
return state.merge({
|
|
62
|
-
scene: scene.merge({ showBaseCabinetMeasure: action.value })
|
|
63
|
-
});
|
|
64
|
-
case CHANGE_WALL_CABINET_MEASURE:
|
|
65
|
-
return state.merge({
|
|
66
|
-
scene: scene.merge({ showWallCabinetMeasure: action.value })
|
|
67
|
-
});
|
|
68
|
-
case CHANGE_WINDOW_DOOR_MEASURE:
|
|
69
|
-
return state.merge({
|
|
70
|
-
scene: scene.merge({ showWindowDoorMeasure: action.value })
|
|
71
|
-
});
|
|
72
|
-
case SELECT_TOOL_PAN:
|
|
73
|
-
return state.set('mode', MODE_2D_PAN);
|
|
74
|
-
|
|
75
|
-
case SELECT_TOOL_ZOOM_IN:
|
|
76
|
-
return state.set('mode', MODE_2D_ZOOM_IN);
|
|
77
|
-
|
|
78
|
-
case SELECT_TOOL_ZOOM_OUT:
|
|
79
|
-
return state.set('mode', MODE_2D_ZOOM_OUT);
|
|
80
|
-
}
|
|
81
|
-
}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
MODE_3D_VIEW,
|
|
3
|
-
MODE_3D_FIRST_PERSON,
|
|
4
|
-
SELECT_TOOL_3D_VIEW,
|
|
5
|
-
SELECT_TOOL_3D_FIRST_PERSON,
|
|
6
|
-
UPDATE_3D_CEIL_HEIGHT,
|
|
7
|
-
UPDATE_3D_CEIL_HEIGHT_UNIT
|
|
8
|
-
} from '../constants';
|
|
9
|
-
import { Project } from '../class/export';
|
|
10
|
-
import { history } from '../utils/export';
|
|
11
|
-
import convert from 'convert-units';
|
|
12
|
-
|
|
13
|
-
export default function (state, action) {
|
|
14
|
-
state = state.merge({
|
|
15
|
-
sceneHistory: history.historyPush(state.sceneHistory, state.scene)
|
|
16
|
-
});
|
|
17
|
-
switch (action.type) {
|
|
18
|
-
case UPDATE_3D_CEIL_HEIGHT_UNIT: {
|
|
19
|
-
let { scene } = state;
|
|
20
|
-
let selectedLayer = scene.selectedLayer;
|
|
21
|
-
let layer = scene.layers.get(selectedLayer);
|
|
22
|
-
let newLayer = layer.merge({ unit: action.value });
|
|
23
|
-
state = state.mergeIn(['scene', 'layers', selectedLayer], newLayer);
|
|
24
|
-
return state;
|
|
25
|
-
}
|
|
26
|
-
case UPDATE_3D_CEIL_HEIGHT: {
|
|
27
|
-
let { scene } = state;
|
|
28
|
-
let selectedLayer = scene.selectedLayer;
|
|
29
|
-
let layer = scene.layers.get(selectedLayer);
|
|
30
|
-
let newLayer = layer.merge({ ceilHeight: action.value });
|
|
31
|
-
state = state.mergeIn(['scene', 'layers', selectedLayer], newLayer);
|
|
32
|
-
let items = state.scene.layers.get(state.scene.selectedLayer).items;
|
|
33
|
-
let newItems = items.map(item => {
|
|
34
|
-
if (item.type.includes('Light')) {
|
|
35
|
-
let height = item.properties.getIn(['height', '_length']);
|
|
36
|
-
let heightUnit = item.properties.getIn(['height', '_unit']);
|
|
37
|
-
let newAltitude =
|
|
38
|
-
action.value - convert(height).from(heightUnit).to('in');
|
|
39
|
-
item = item.setIn(
|
|
40
|
-
['properties', 'altitude', '_length'],
|
|
41
|
-
convert(newAltitude).from('in').to(layer.unit)
|
|
42
|
-
);
|
|
43
|
-
}
|
|
44
|
-
return item;
|
|
45
|
-
});
|
|
46
|
-
state = state.mergeIn(
|
|
47
|
-
['scene', 'layers', selectedLayer, 'items'],
|
|
48
|
-
newItems
|
|
49
|
-
);
|
|
50
|
-
return state;
|
|
51
|
-
}
|
|
52
|
-
case SELECT_TOOL_3D_VIEW:
|
|
53
|
-
state = Project.rollback(state).updatedState;
|
|
54
|
-
state = Project.setMode(state, MODE_3D_VIEW).updatedState;
|
|
55
|
-
return state;
|
|
56
|
-
|
|
57
|
-
case SELECT_TOOL_3D_FIRST_PERSON:
|
|
58
|
-
state = Project.rollback(state).updatedState;
|
|
59
|
-
state = Project.setMode(state, MODE_3D_FIRST_PERSON).updatedState;
|
|
60
|
-
return state;
|
|
61
|
-
|
|
62
|
-
default:
|
|
63
|
-
return state;
|
|
64
|
-
}
|
|
65
|
-
}
|
package/src/shared-style.js
DELETED
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
// COLORS
|
|
2
|
-
export const COLORS = {
|
|
3
|
-
white: '#FFF',
|
|
4
|
-
lightgrey: '#d3d3d3',
|
|
5
|
-
black: '#000'
|
|
6
|
-
};
|
|
7
|
-
|
|
8
|
-
export const MATERIAL_COLORS = {
|
|
9
|
-
500: {
|
|
10
|
-
amber: '#FFC107',
|
|
11
|
-
blue_grey: '#607D8B',
|
|
12
|
-
blue: '#2196F3',
|
|
13
|
-
brown: '#795548',
|
|
14
|
-
cyan: '#00BCD4',
|
|
15
|
-
deep_orange: '#FF5722',
|
|
16
|
-
deep_purple: '#673AB7',
|
|
17
|
-
green: '#4CAF50',
|
|
18
|
-
grey: '#9E9E9E',
|
|
19
|
-
indigo: '#3F51B5',
|
|
20
|
-
light_blue: '#03A9F4',
|
|
21
|
-
light_green: '#8BC34A',
|
|
22
|
-
lime: '#CDDC39',
|
|
23
|
-
orange: '#FF9800',
|
|
24
|
-
pink: '#E91E63',
|
|
25
|
-
purple: '#9C27B0',
|
|
26
|
-
red: '#F44336',
|
|
27
|
-
teal: '#009688',
|
|
28
|
-
yellow: '#FFEB3B'
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
export const PRIMARY_COLOR = {
|
|
33
|
-
main: '#DEDEDE',
|
|
34
|
-
alt: '#DEDEDE',
|
|
35
|
-
icon: '#A2A2A2',
|
|
36
|
-
border: '1px solid #555',
|
|
37
|
-
text_main: COLORS.black,
|
|
38
|
-
text_alt: '#232323',
|
|
39
|
-
input: '#55595C'
|
|
40
|
-
};
|
|
41
|
-
|
|
42
|
-
export const SECONDARY_COLOR = {
|
|
43
|
-
main: '#1CA6FC',
|
|
44
|
-
alt: '#005FAF',
|
|
45
|
-
icon: '#1CA6FC',
|
|
46
|
-
border: '1px solid #FFF'
|
|
47
|
-
};
|
|
48
|
-
|
|
49
|
-
export const TOOLBAR_COLOR = {
|
|
50
|
-
normal: 'rgb(211,230,228)',
|
|
51
|
-
focus: 'rgba(71, 71, 71,0.9)',
|
|
52
|
-
active: 'rgba(17, 131, 187, 0.8)'
|
|
53
|
-
// active: 'rgba(34,144,107, 0.8)',
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
export const MESH_SELECTED = 'rgba(71, 71, 71,0.9)';
|
|
57
|
-
|
|
58
|
-
export const AREA_MESH_COLOR = {
|
|
59
|
-
selected: 'rgb(234,234,255)',
|
|
60
|
-
unselected: 'rgb(221,221,255)'
|
|
61
|
-
};
|
|
62
|
-
export const INTERIOR_LINE = {
|
|
63
|
-
unselected: ' #0a0a10',
|
|
64
|
-
selected: '#4C12A1'
|
|
65
|
-
};
|
|
66
|
-
export const LINE_MESH_COLOR = {
|
|
67
|
-
selected: '#4C12A1',
|
|
68
|
-
unselected: 'rgb(135,145,171)'
|
|
69
|
-
};
|
|
70
|
-
export const LINE_MESH = {
|
|
71
|
-
selected: '#4C12A1'
|
|
72
|
-
};
|
package/src/styles/export.js
DELETED
package/src/styles/tabs.css
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
.react-tabs__tab-list {
|
|
2
|
-
border-bottom: 1px solid #aaa;
|
|
3
|
-
margin: 0 0 10px;
|
|
4
|
-
padding: 0;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.react-tabs__tab {
|
|
8
|
-
display: inline-block;
|
|
9
|
-
border: 1px solid transparent;
|
|
10
|
-
border-bottom: none;
|
|
11
|
-
bottom: -1px;
|
|
12
|
-
position: relative;
|
|
13
|
-
list-style: none;
|
|
14
|
-
padding: 6px 12px;
|
|
15
|
-
cursor: pointer;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.react-tabs__tab--selected,
|
|
19
|
-
.react-tabs__tab:focus {
|
|
20
|
-
border-color: #aaa;
|
|
21
|
-
color: #1ca6fc;
|
|
22
|
-
outline: none;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.react-tabs__tab-panel {
|
|
26
|
-
display: none;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.react-tabs__tab-panel--selected {
|
|
30
|
-
display: block;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
@keyframes spin {
|
|
34
|
-
from {
|
|
35
|
-
transform: rotate(0deg);
|
|
36
|
-
}
|
|
37
|
-
to {
|
|
38
|
-
transform: rotate(360deg);
|
|
39
|
-
}
|
|
40
|
-
}
|
package/src/translator/en.js
DELETED
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
'+ Add Horizontal Giude': '+ Add Horizontal Giude',
|
|
3
|
-
'+ Add Vertical Giude': '+ Add Vertical Giude',
|
|
4
|
-
'2D View': '2D View',
|
|
5
|
-
'3D First Person': '3D First Person',
|
|
6
|
-
'3D View': '3D View',
|
|
7
|
-
'Floor Plan': 'Floor Plan',
|
|
8
|
-
Cabinets: 'Cabinets',
|
|
9
|
-
'Door Style': 'Door Style',
|
|
10
|
-
Appliances: 'Appliances',
|
|
11
|
-
Styles: 'Styles',
|
|
12
|
-
'Room Shape': 'Room Shape',
|
|
13
|
-
Settings: 'Settings',
|
|
14
|
-
altitude: 'altitude',
|
|
15
|
-
Altitude: 'Altitude',
|
|
16
|
-
Areas: 'Areas',
|
|
17
|
-
Cancel: 'Cancel',
|
|
18
|
-
Catalog: 'Catalog',
|
|
19
|
-
'Chain selected Elements to Group': 'Chain selected Elements to Group',
|
|
20
|
-
Circular: 'Circular',
|
|
21
|
-
color: 'color',
|
|
22
|
-
'Configure layer': 'Configure layer',
|
|
23
|
-
'Configure project': 'Configure project',
|
|
24
|
-
Confirm: 'Confirm',
|
|
25
|
-
Copy: 'Copy',
|
|
26
|
-
'Delete group and all Elements': 'Delete group and all Elements',
|
|
27
|
-
'Delete layer': 'Delete layer',
|
|
28
|
-
Delete: 'Delete',
|
|
29
|
-
'Elements on layer {0}': 'Elements on layer {0}',
|
|
30
|
-
Elements: 'Elements',
|
|
31
|
-
'Get Screenshot': 'Get Screenshot',
|
|
32
|
-
'Group [{0}]': 'Group [{0}]',
|
|
33
|
-
"Group's Barycenter": "Group's Barycenter",
|
|
34
|
-
"Group's Elements": "Group's Elements",
|
|
35
|
-
Groups: 'Groups',
|
|
36
|
-
Guides: 'Guides',
|
|
37
|
-
height: 'height',
|
|
38
|
-
Holes: 'Holes',
|
|
39
|
-
Horizontal: 'Horizontal',
|
|
40
|
-
Items: 'Items',
|
|
41
|
-
'Last Selected': 'Last Selected',
|
|
42
|
-
'Layer config': 'Layer config',
|
|
43
|
-
Layer: 'Layer',
|
|
44
|
-
Layers: 'Layers',
|
|
45
|
-
Length: 'Length',
|
|
46
|
-
Lines: 'Lines',
|
|
47
|
-
'Load project': 'Load project',
|
|
48
|
-
'Mouse X Coordinate': 'Mouse X Coordinate',
|
|
49
|
-
'Mouse Y Coordinate': 'Mouse Y Coordinate',
|
|
50
|
-
Name: 'Name',
|
|
51
|
-
'New Empty Group': 'New Empty Group',
|
|
52
|
-
'New Group from selected': 'New Group from selected',
|
|
53
|
-
'New layer': 'New layer',
|
|
54
|
-
'New project': 'New project',
|
|
55
|
-
opacity: 'opacity',
|
|
56
|
-
'Open catalog': 'Open catalog',
|
|
57
|
-
order: 'order',
|
|
58
|
-
Pan: 'Pan',
|
|
59
|
-
Paste: 'Paste',
|
|
60
|
-
'Project config': 'Project config',
|
|
61
|
-
'Properties: [{0}] {1}': 'Properties: [{0}] {1}',
|
|
62
|
-
Prototype: 'Prototype',
|
|
63
|
-
Reset: 'Reset',
|
|
64
|
-
Rotation: 'Rotation',
|
|
65
|
-
'Save project': 'Save project',
|
|
66
|
-
Save: 'Save',
|
|
67
|
-
'Scene Zoom Level': 'Scene Zoom Level',
|
|
68
|
-
'Search Project': 'Search Project',
|
|
69
|
-
'Snap to Grid': 'Snap to Grid',
|
|
70
|
-
'Snap to Guide': 'Snap to Guide',
|
|
71
|
-
'Snap to Line': 'Snap to Line',
|
|
72
|
-
'Snap to Point': 'Snap to Point',
|
|
73
|
-
'Snap to Segment': 'Snap to Segment',
|
|
74
|
-
texture: 'texture',
|
|
75
|
-
thickness: 'thickness',
|
|
76
|
-
'Toggle Group Visibility': 'Toggle Group Visibility',
|
|
77
|
-
"Un-chain all Group's Elements and remove Group":
|
|
78
|
-
"Un-chain all Group's Elements and remove Group",
|
|
79
|
-
'Un-chain Element from Group': 'Un-chain Element from Group',
|
|
80
|
-
'Undo (CTRL-Z)': 'Undo (CTRL-Z)',
|
|
81
|
-
Unselect: 'Unselect',
|
|
82
|
-
Vertical: 'Vertical',
|
|
83
|
-
width: 'width',
|
|
84
|
-
'Would you want to start a new Project?':
|
|
85
|
-
'Would you want to start a new Project?',
|
|
86
|
-
'Zoom in': 'Zoom in',
|
|
87
|
-
'Zoom out': 'Zoom out',
|
|
88
|
-
'Overall Style': 'Overall Style',
|
|
89
|
-
'Make Floor Plan': 'Make Floor Plan',
|
|
90
|
-
'Add Cabinets': 'Add Cabinets',
|
|
91
|
-
'Add Appliances': 'Add Appliances',
|
|
92
|
-
'Finishing Touch': 'Finishing Touch',
|
|
93
|
-
'Select Door Style': 'Select Door Style',
|
|
94
|
-
'Review & Quote': 'Review & Quote',
|
|
95
|
-
'Select All': 'Select All',
|
|
96
|
-
Edit: 'Edit',
|
|
97
|
-
UNDO: 'UNDO',
|
|
98
|
-
REDO: 'REDO',
|
|
99
|
-
'Take Picture': 'Take Picture',
|
|
100
|
-
Duplicate: 'Duplicate',
|
|
101
|
-
Remove: 'Remove',
|
|
102
|
-
'New Project': 'New Project',
|
|
103
|
-
Width: 'Width',
|
|
104
|
-
Depth: 'Depth',
|
|
105
|
-
Height: 'Height'
|
|
106
|
-
};
|
package/src/translator/it.js
DELETED
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
'+ Add Horizontal Giude': '+ Aggiungi Guida Orizzontale',
|
|
3
|
-
'+ Add Vertical Giude': '+ Aggiungi Guida Verticale',
|
|
4
|
-
'2D View': 'Vista 2D',
|
|
5
|
-
'3D First Person': '3D Prima persona',
|
|
6
|
-
'3D View': 'Vista 3D',
|
|
7
|
-
Altitude: 'Quota',
|
|
8
|
-
altitude: 'Quota',
|
|
9
|
-
Areas: 'Aree',
|
|
10
|
-
Cancel: 'Annulla',
|
|
11
|
-
Catalog: 'Catalogo',
|
|
12
|
-
'Chain selected Elements to Group': "Collega l'Elemento selzionato al Gruppo",
|
|
13
|
-
Circular: 'Circolare',
|
|
14
|
-
color: 'colore',
|
|
15
|
-
'Configure layer': 'Configura livello',
|
|
16
|
-
'Configure project': 'Configura progetto',
|
|
17
|
-
Confirm: 'Conferma',
|
|
18
|
-
Copy: 'Copia',
|
|
19
|
-
'Delete group and all Elements': 'Elimina Gruppo e tutti i suoi Elementi',
|
|
20
|
-
'Delete layer': 'Elimina livello',
|
|
21
|
-
Delete: 'Elimina',
|
|
22
|
-
'Elements on layer {0}': 'Elementi nel livello {0}',
|
|
23
|
-
Elements: 'Elementi',
|
|
24
|
-
'Get Screenshot': 'Cattura uno screenshot',
|
|
25
|
-
'Group [{0}]': 'Gruppo [{0}]',
|
|
26
|
-
"Group's Barycenter": 'Baricentro del Gruppo',
|
|
27
|
-
"Group's Elements": 'Elementi del Gruppo',
|
|
28
|
-
Groups: 'Gruppi',
|
|
29
|
-
Guides: 'Guide',
|
|
30
|
-
height: 'Altezza',
|
|
31
|
-
Holes: 'Buchi',
|
|
32
|
-
Horizontal: 'Orizzontale',
|
|
33
|
-
Items: 'Oggetti',
|
|
34
|
-
'Last Selected': 'Ultimi Selezionati',
|
|
35
|
-
'Layer config': 'Configurazione livello',
|
|
36
|
-
Layer: 'Livello',
|
|
37
|
-
Layers: 'Livelli',
|
|
38
|
-
Length: 'Lunghezza',
|
|
39
|
-
Lines: 'Linee',
|
|
40
|
-
'Load project': 'Carica progetto',
|
|
41
|
-
'Mouse X Coordinate': 'Coordinata X del Mouse',
|
|
42
|
-
'Mouse Y Coordinate': 'Coordinata Y del Mouse',
|
|
43
|
-
Name: 'Name',
|
|
44
|
-
'New Empty Group': 'Crea Gruppo Vuoto',
|
|
45
|
-
'New Group from selected': 'Crea Gruppo dai selezionati',
|
|
46
|
-
'New layer': 'Nuovo livello',
|
|
47
|
-
'New project': 'Nuovo progetto',
|
|
48
|
-
opacity: 'Opacità',
|
|
49
|
-
'Open catalog': 'Apri catalogo',
|
|
50
|
-
order: 'Ordine',
|
|
51
|
-
Pan: 'Muovi',
|
|
52
|
-
Paste: 'Incolla',
|
|
53
|
-
'Project config': 'Configurazione progetto',
|
|
54
|
-
'Properties: [{0}] {1}': 'Proprietà: [{0}] {1}',
|
|
55
|
-
Prototype: 'Prototipo',
|
|
56
|
-
Reset: 'Annulla',
|
|
57
|
-
Rotation: 'Rotazione',
|
|
58
|
-
'Save project': 'Salva progetto',
|
|
59
|
-
Save: 'Salva',
|
|
60
|
-
'Scene Zoom Level': 'Livello di Zoom della Scena',
|
|
61
|
-
'Search Element': 'Cerca Elemento',
|
|
62
|
-
'Snap to Grid': 'Snap alla Griglia',
|
|
63
|
-
'Snap to Guide': 'Snap alla Guida',
|
|
64
|
-
'Snap to Line': 'Snap alla Linea',
|
|
65
|
-
'Snap to Point': 'Snap al Punto',
|
|
66
|
-
'Snap to Segment': 'Snap al Segmento',
|
|
67
|
-
texture: 'texture',
|
|
68
|
-
thickness: 'spessore',
|
|
69
|
-
'Toggle Group Visibility': 'Varia la visibilità del Gruppo',
|
|
70
|
-
"Un-chain all Group's Elements and remove Group":
|
|
71
|
-
'Elimina il Gruppo e scollega tutti gli Elementi appartenenti',
|
|
72
|
-
'Un-chain Element from Group': "Scollega l'Elemento dal Gruppo",
|
|
73
|
-
'Undo (CTRL-Z)': 'Annulla (CTRL-Z)',
|
|
74
|
-
Unselect: 'Deseleziona',
|
|
75
|
-
Vertical: 'Verticale',
|
|
76
|
-
width: 'Larghezza',
|
|
77
|
-
'Would you want to start a new Project?': 'Vuoi iniziare un nuovo progetto?',
|
|
78
|
-
'Zoom in': 'Ingrandisci',
|
|
79
|
-
'Zoom out': 'Riduci'
|
|
80
|
-
};
|
package/src/translator/ru.js
DELETED
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
'+ Add Horizontal Giude': '+ Добавить горизонтальное руководство',
|
|
3
|
-
'+ Add Vertical Giude': '+ Добавить вертикальное руководство',
|
|
4
|
-
'2D View': 'Плоский вид',
|
|
5
|
-
'3D First Person': '3D от первого лица',
|
|
6
|
-
'3D View': 'Объёмный вид',
|
|
7
|
-
altitude: 'высота',
|
|
8
|
-
Altitude: 'Высота',
|
|
9
|
-
Areas: 'Поверхности',
|
|
10
|
-
Cancel: 'Отмена',
|
|
11
|
-
Catalog: 'Каталог',
|
|
12
|
-
'Chain selected Elements to Group': 'Цепочка выбранных элементов в группу',
|
|
13
|
-
Circular: 'круговой',
|
|
14
|
-
color: 'цвет',
|
|
15
|
-
'Configure layer': 'Настроить слой',
|
|
16
|
-
'Configure project': 'Настроить проект',
|
|
17
|
-
Confirm: 'подтвердить',
|
|
18
|
-
Copy: 'Копировать',
|
|
19
|
-
'Delete group and all Elements': 'Удалить группу и все элементы',
|
|
20
|
-
'Delete layer': 'Удалить слой',
|
|
21
|
-
Delete: 'Удалить',
|
|
22
|
-
'Elements on layer {0}': 'Элементов на слое {0}',
|
|
23
|
-
Elements: 'элементы',
|
|
24
|
-
'Get Screenshot': 'Сделать снимок экрана',
|
|
25
|
-
'Group [{0}]': 'группа [{0}]',
|
|
26
|
-
"Group's Barycenter": 'Барицентр группы',
|
|
27
|
-
"Group's Elements": 'Элементы группы',
|
|
28
|
-
Groups: 'группы',
|
|
29
|
-
Guides: 'руководства',
|
|
30
|
-
height: 'высота',
|
|
31
|
-
Holes: 'Проёмы',
|
|
32
|
-
Horizontal: 'горизонтальный',
|
|
33
|
-
Items: 'Предметы',
|
|
34
|
-
'Last Selected': 'Последний выбраный',
|
|
35
|
-
'Layer config': 'Настройка слоя',
|
|
36
|
-
Layer: 'Слой',
|
|
37
|
-
Layers: 'Слои',
|
|
38
|
-
Length: 'Длинна',
|
|
39
|
-
Lines: 'Линии',
|
|
40
|
-
'Load project': 'Загрузить проект',
|
|
41
|
-
'Mouse X Coordinate': 'X-координата курсора',
|
|
42
|
-
'Mouse Y Coordinate': 'Y-координата курсора',
|
|
43
|
-
Name: 'Название',
|
|
44
|
-
'New Empty Group': 'Новая пустая группа',
|
|
45
|
-
'New Group from selected': 'Новая группа из выбранных',
|
|
46
|
-
'New layer': 'Новый слой',
|
|
47
|
-
'New project': 'Новый проект',
|
|
48
|
-
opacity: 'непрозрачность',
|
|
49
|
-
'Open catalog': 'Открыть каталог',
|
|
50
|
-
order: 'порядок',
|
|
51
|
-
Pan: 'Двигать',
|
|
52
|
-
Paste: 'Вставить',
|
|
53
|
-
'Project config': 'Настройка проекта',
|
|
54
|
-
'Properties: [{0}] {1}': 'Свойства: [{0}] {1}',
|
|
55
|
-
Prototype: 'Опытный образец',
|
|
56
|
-
Reset: 'Сброс',
|
|
57
|
-
Rotation: 'Вращение',
|
|
58
|
-
'Save project': 'Сохранить проект',
|
|
59
|
-
Save: 'Сохранить',
|
|
60
|
-
'Scene Zoom Level': 'Уровень приближениия сцены',
|
|
61
|
-
'Search Element': 'Поиск',
|
|
62
|
-
'Snap to Grid': 'Привязка к сетке',
|
|
63
|
-
'Snap to Guide': 'Привязать к руководству',
|
|
64
|
-
'Snap to Line': 'Привязка к линии',
|
|
65
|
-
'Snap to Point': 'Привязка к точке',
|
|
66
|
-
'Snap to Segment': 'Привязка к сегменту',
|
|
67
|
-
texture: 'текстура',
|
|
68
|
-
thickness: 'толщина',
|
|
69
|
-
'Toggle Group Visibility': 'Переключить видимость группы',
|
|
70
|
-
"Un-chain all Group's Elements and remove Group":
|
|
71
|
-
'Удалить цепочку элементов группы и удалить группу',
|
|
72
|
-
'Un-chain Element from Group': 'Unchain Element из группы',
|
|
73
|
-
'Undo (CTRL-Z)': 'Отменить действие (CTRL-Z)',
|
|
74
|
-
Unselect: 'Снять выделене',
|
|
75
|
-
Vertical: 'вертикальный',
|
|
76
|
-
width: 'ширина',
|
|
77
|
-
'Would you want to start a new Project?': 'Начать новый проект?',
|
|
78
|
-
'Zoom in': 'Приблизить',
|
|
79
|
-
'Zoom out': 'Отдалить'
|
|
80
|
-
};
|