@realsee/dnalogel 0.1.7-alpha.8 → 2.0.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -89
- package/dist/dnalogel.cjs.js +2 -0
- package/dist/dnalogel.es.js +37145 -0
- package/dist/dnalogel.umd.js +2 -0
- package/dist/style.css +1 -0
- package/{plugins → libs}/CSS3DRenderPlugin/index.d.ts +1 -1
- package/libs/CSS3DRenderPlugin/index.js +181 -0
- package/{plugins → libs}/CSS3DRenderPlugin/utils/createResizeObserver.d.ts +0 -0
- package/libs/CSS3DRenderPlugin/utils/createResizeObserver.js +18 -0
- package/{plugins → libs}/CameraMovementPlugin/index.d.ts +0 -0
- package/libs/CameraMovementPlugin/index.js +159 -0
- package/{plugins → libs}/CameraMovementPlugin/typing.d.ts +0 -0
- package/libs/CameraMovementPlugin/typing.js +17 -0
- package/{plugins → libs}/ModelChassisCompassPlugin/index.d.ts +0 -0
- package/libs/ModelChassisCompassPlugin/index.js +75 -0
- package/{plugins → libs}/ModelEntryDoorGuidePlugin/index.d.ts +2 -2
- package/libs/ModelEntryDoorGuidePlugin/index.js +136 -0
- package/libs/ModelRoomLabelPlugin/Assets/roomLabelBg.d.ts +1 -0
- package/libs/ModelRoomLabelPlugin/Assets/roomLabelBg.js +1 -0
- package/{plugins → libs}/ModelRoomLabelPlugin/Controller.d.ts +3 -2
- package/libs/ModelRoomLabelPlugin/Controller.js +100 -0
- package/libs/ModelRoomLabelPlugin/RoomLabelItem.svelte +63 -0
- package/libs/ModelRoomLabelPlugin/RoomLabelItem.svelte.map +1 -0
- package/libs/ModelRoomLabelPlugin/RoomLabelItems.svelte +80 -0
- package/libs/ModelRoomLabelPlugin/RoomLabelItems.svelte.map +1 -0
- package/{plugins → libs}/ModelRoomLabelPlugin/index.d.ts +4 -4
- package/libs/ModelRoomLabelPlugin/index.js +9 -0
- package/{plugins → libs}/ModelRoomLabelPlugin/typings.d.ts +2 -2
- package/libs/ModelRoomLabelPlugin/typings.js +1 -0
- package/{plugins → libs}/ModelRoomLabelPlugin/utils/parseData.d.ts +0 -0
- package/libs/ModelRoomLabelPlugin/utils/parseData.js +14 -0
- package/{plugins → libs}/ModelViewPlugin/index.d.ts +0 -0
- package/libs/ModelViewPlugin/index.js +160 -0
- package/{plugins → libs}/PanoCursorRaycasterPlugin/index.d.ts +2 -3
- package/libs/PanoCursorRaycasterPlugin/index.js +74 -0
- package/libs/floorplan/Assets/camera.d.ts +1 -0
- package/libs/floorplan/Assets/camera.js +1 -0
- package/{plugins → libs}/floorplan/Assets/floorplanExtraObject.d.ts +0 -0
- package/libs/floorplan/Assets/floorplanExtraObject.js +1 -0
- package/libs/floorplan/Components/BaseImage.svelte +25 -0
- package/libs/floorplan/Components/BaseImage.svelte.map +1 -0
- package/libs/floorplan/Components/Normalmage.svelte +11 -0
- package/libs/floorplan/Components/Normalmage.svelte.map +1 -0
- package/libs/floorplan/Components/RoomHighlight/Room.svelte +21 -0
- package/libs/floorplan/Components/RoomHighlight/Room.svelte.map +1 -0
- package/libs/floorplan/Components/RoomHighlight/RoomHighlight.svelte +60 -0
- package/libs/floorplan/Components/RoomHighlight/RoomHighlight.svelte.map +1 -0
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial.svelte +35 -0
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial.svelte.map +1 -0
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.svelte +7 -0
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.svelte.map +1 -0
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.svelte +16 -0
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.svelte.map +1 -0
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.svelte +17 -0
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.svelte.map +1 -0
- package/libs/floorplan/Components/SvgImage.svelte +25 -0
- package/libs/floorplan/Components/SvgImage.svelte.map +1 -0
- package/libs/floorplan/ModelFloorplanPlugin/Assets/compass.d.ts +1 -0
- package/libs/floorplan/ModelFloorplanPlugin/Assets/compass.js +1 -0
- package/libs/floorplan/ModelFloorplanPlugin/Components/Camera.svelte +46 -0
- package/libs/floorplan/ModelFloorplanPlugin/Components/Camera.svelte.map +1 -0
- package/libs/floorplan/ModelFloorplanPlugin/Components/Compass.svelte +48 -0
- package/libs/floorplan/ModelFloorplanPlugin/Components/Compass.svelte.map +1 -0
- package/libs/floorplan/ModelFloorplanPlugin/Components/CurrentFloor/CurrentFloor.svelte +37 -0
- package/libs/floorplan/ModelFloorplanPlugin/Components/CurrentFloor/CurrentFloor.svelte.map +1 -0
- package/libs/floorplan/ModelFloorplanPlugin/Components/Main.svelte +50 -0
- package/libs/floorplan/ModelFloorplanPlugin/Components/Main.svelte.map +1 -0
- package/libs/floorplan/ModelFloorplanPlugin/Components/RoomLabels/RoomLabel.svelte +41 -0
- package/libs/floorplan/ModelFloorplanPlugin/Components/RoomLabels/RoomLabel.svelte.map +1 -0
- package/libs/floorplan/ModelFloorplanPlugin/Components/RoomLabels/RoomLabels.svelte +25 -0
- package/libs/floorplan/ModelFloorplanPlugin/Components/RoomLabels/RoomLabels.svelte.map +1 -0
- package/libs/floorplan/ModelFloorplanPlugin/Components/RuleLabels/RuleItem.svelte +148 -0
- package/libs/floorplan/ModelFloorplanPlugin/Components/RuleLabels/RuleItem.svelte.map +1 -0
- package/libs/floorplan/ModelFloorplanPlugin/Components/RuleLabels/RuleLabels.svelte +15 -0
- package/libs/floorplan/ModelFloorplanPlugin/Components/RuleLabels/RuleLabels.svelte.map +1 -0
- package/{plugins → libs}/floorplan/ModelFloorplanPlugin/Controller.d.ts +11 -12
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +357 -0
- package/{plugins → libs}/floorplan/ModelFloorplanPlugin/index.d.ts +1 -1
- package/libs/floorplan/ModelFloorplanPlugin/index.js +5 -0
- package/{plugins → libs}/floorplan/ModelFloorplanPlugin/typings/events.type.d.ts +0 -0
- package/libs/floorplan/ModelFloorplanPlugin/typings/events.type.js +1 -0
- package/{plugins → libs}/floorplan/ModelFloorplanPlugin/utils/constant.d.ts +0 -0
- package/libs/floorplan/ModelFloorplanPlugin/utils/constant.js +16 -0
- package/{plugins → libs}/floorplan/ModelFloorplanPlugin/utils/correctFiveState.d.ts +0 -0
- package/libs/floorplan/ModelFloorplanPlugin/utils/correctFiveState.js +46 -0
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.svelte +84 -0
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.svelte.map +1 -0
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.svelte +18 -0
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.svelte.map +1 -0
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.svelte +40 -0
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.svelte.map +1 -0
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.svelte +61 -0
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.svelte.map +1 -0
- package/{plugins → libs}/floorplan/PanoFloorplanRadarPlugin/Controller.d.ts +5 -10
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +88 -0
- package/{plugins → libs}/floorplan/PanoFloorplanRadarPlugin/index.d.ts +0 -0
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +5 -0
- package/{plugins → libs}/floorplan/TopviewFloorplanPlugin/Controller.d.ts +13 -12
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +189 -0
- package/{plugins → libs}/floorplan/TopviewFloorplanPlugin/index.d.ts +0 -0
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +5 -0
- package/{plugins → libs}/floorplan/TopviewFloorplanPlugin/style.d.ts +0 -0
- package/libs/floorplan/TopviewFloorplanPlugin/style.js +8 -0
- package/{plugins → libs}/floorplan/typings/floorplanData.d.ts +6 -2
- package/libs/floorplan/typings/floorplanData.js +6 -0
- package/{plugins → libs}/floorplan/typings/floorplanServerData.d.ts +1 -1
- package/libs/floorplan/typings/floorplanServerData.js +101 -0
- package/{plugins/floorplan/ModelFloorplanPlugin → libs/floorplan}/typings/utility.d.ts +0 -0
- package/libs/floorplan/typings/utility.js +1 -0
- package/{plugins → libs}/floorplan/utils/formatData.d.ts +3 -3
- package/libs/floorplan/utils/formatData.js +94 -0
- package/{plugins → libs}/floorplan/utils/formatPosition.d.ts +3 -4
- package/libs/floorplan/utils/formatPosition.js +50 -0
- package/libs/index.d.ts +17 -0
- package/libs/index.js +10 -0
- package/{shared-utils → libs/shared-utils}/Preloader.d.ts +0 -0
- package/libs/shared-utils/Preloader.js +38 -0
- package/{shared-utils → libs/shared-utils}/Subscribe.d.ts +3 -3
- package/libs/shared-utils/Subscribe.js +101 -0
- package/{shared-utils → libs/shared-utils}/animationFrame/BetterTween.d.ts +0 -0
- package/libs/shared-utils/animationFrame/BetterTween.js +30 -0
- package/{shared-utils → libs/shared-utils}/animationFrame/calculateProgress.d.ts +0 -0
- package/libs/shared-utils/animationFrame/calculateProgress.js +23 -0
- package/{shared-utils → libs/shared-utils}/animationFrame/formatRad.d.ts +0 -0
- package/libs/shared-utils/animationFrame/formatRad.js +20 -0
- package/{shared-utils → libs/shared-utils}/animationFrame/index.d.ts +0 -0
- package/libs/shared-utils/animationFrame/index.js +48 -0
- package/{shared-utils → libs/shared-utils}/animationFrame/tween.d.ts +0 -0
- package/libs/shared-utils/animationFrame/tween.js +44 -0
- package/{shared-utils → libs/shared-utils}/changeModelCanvasOpacity.d.ts +0 -0
- package/libs/shared-utils/changeModelCanvasOpacity.js +15 -0
- package/{shared-utils → libs/shared-utils}/createCanvasTextTexture.d.ts +0 -0
- package/libs/shared-utils/createCanvasTextTexture.js +19 -0
- package/{shared-utils → libs/shared-utils}/createLine/index.d.ts +1 -1
- package/libs/shared-utils/createLine/index.js +8 -0
- package/{shared-utils → libs/shared-utils}/debounce.d.ts +1 -1
- package/libs/shared-utils/debounce.js +14 -0
- package/{shared-utils → libs/shared-utils}/equal.d.ts +0 -0
- package/libs/shared-utils/equal.js +84 -0
- package/{shared-utils → libs/shared-utils}/filter.d.ts +0 -0
- package/libs/shared-utils/filter.js +53 -0
- package/{shared-utils → libs/shared-utils}/five/changeMode.d.ts +0 -0
- package/libs/shared-utils/five/changeMode.js +15 -0
- package/{shared-utils → libs/shared-utils}/five/useFivePlugin.d.ts +0 -0
- package/libs/shared-utils/five/useFivePlugin.js +8 -0
- package/{shared-utils → libs/shared-utils}/formatRad.d.ts +0 -0
- package/libs/shared-utils/formatRad.js +10 -0
- package/{shared-utils → libs/shared-utils}/getPxmm.d.ts +0 -0
- package/libs/shared-utils/getPxmm.js +20 -0
- package/{shared-utils → libs/shared-utils}/getRandomColor.d.ts +0 -0
- package/libs/shared-utils/getRandomColor.js +10 -0
- package/{shared-utils → libs/shared-utils}/isNil.d.ts +0 -0
- package/libs/shared-utils/isNil.js +14 -0
- package/{shared-utils → libs/shared-utils}/isTruelyObject.d.ts +0 -0
- package/libs/shared-utils/isTruelyObject.js +20 -0
- package/{shared-utils → libs/shared-utils}/math/evenNumber.d.ts +0 -0
- package/libs/shared-utils/math/evenNumber.js +4 -0
- package/{shared-utils → libs/shared-utils}/math/planimetry.d.ts +4 -4
- package/libs/shared-utils/math/planimetry.js +288 -0
- package/{shared-utils → libs/shared-utils}/math/rad2Deg.d.ts +0 -0
- package/libs/shared-utils/math/rad2Deg.js +3 -0
- package/{shared-utils → libs/shared-utils}/nearlyEqual.d.ts +0 -0
- package/libs/shared-utils/nearlyEqual.js +9 -0
- package/{shared-utils → libs/shared-utils}/nextFrame.d.ts +0 -0
- package/libs/shared-utils/nextFrame.js +6 -0
- package/{shared-utils → libs/shared-utils}/noop.d.ts +0 -0
- package/libs/shared-utils/noop.js +7 -0
- package/{shared-utils → libs/shared-utils}/object3d2LocalMatrix.d.ts +0 -0
- package/libs/shared-utils/object3d2LocalMatrix.js +29 -0
- package/{shared-utils → libs/shared-utils}/px2rem.d.ts +0 -0
- package/libs/shared-utils/px2rem.js +4 -0
- package/{shared-utils → libs/shared-utils}/removeArrayItem.d.ts +1 -1
- package/libs/shared-utils/removeArrayItem.js +12 -0
- package/{shared-utils → libs/shared-utils}/tap.d.ts +0 -0
- package/{shared-utils → libs/shared-utils}/tap.js +4 -13
- package/{shared-utils → libs/shared-utils}/three/centerPoint.d.ts +0 -0
- package/libs/shared-utils/three/centerPoint.js +4 -0
- package/{shared-utils → libs/shared-utils}/three/getExtraModelLoader.d.ts +0 -0
- package/libs/shared-utils/three/getExtraModelLoader.js +18 -0
- package/{shared-utils → libs/shared-utils}/three/getNormal.d.ts +0 -0
- package/libs/shared-utils/three/getNormal.js +6 -0
- package/{shared-utils → libs/shared-utils}/three/getTextureLoader.d.ts +0 -0
- package/libs/shared-utils/three/getTextureLoader.js +17 -0
- package/{shared-utils → libs/shared-utils}/three/loadFbxObj.d.ts +0 -0
- package/libs/shared-utils/three/loadFbxObj.js +13 -0
- package/{shared-utils → libs/shared-utils}/three/loadTexture.d.ts +0 -0
- package/libs/shared-utils/three/loadTexture.js +10 -0
- package/{shared-utils → libs/shared-utils}/three/transformPositionToVector3.d.ts +0 -0
- package/libs/shared-utils/three/transformPositionToVector3.js +3 -0
- package/{shared-utils → libs/shared-utils}/three/transfromToMeshBasicMaterial.d.ts +0 -0
- package/libs/shared-utils/three/transfromToMeshBasicMaterial.js +14 -0
- package/{shared-utils → libs/shared-utils}/throttle.d.ts +1 -1
- package/libs/shared-utils/throttle.js +18 -0
- package/{shared-utils → libs/shared-utils}/to.d.ts +0 -0
- package/libs/shared-utils/to.js +18 -0
- package/{shared-utils → libs/shared-utils}/useDebounce.d.ts +0 -0
- package/libs/shared-utils/useDebounce.js +22 -0
- package/{shared-utils → libs/shared-utils}/useThrottle.d.ts +0 -0
- package/libs/shared-utils/useThrottle.js +25 -0
- package/libs/{gltf-viewer → shared-utils}/uuid.d.ts +0 -0
- package/libs/shared-utils/uuid.js +11 -0
- package/{shared-utils → libs/shared-utils}/vectorTocoordinates.d.ts +0 -0
- package/libs/shared-utils/vectorTocoordinates.js +9 -0
- package/{typings → libs/typings}/math.type.d.ts +0 -0
- package/libs/typings/math.type.js +1 -0
- package/{typings → libs/typings}/utils.type.d.ts +0 -0
- package/libs/typings/utils.type.js +1 -0
- package/package.json +45 -17
- package/TERMS.txt +0 -56
- package/components/ARVideoFigure/ARVideoFigureMesh.d.ts +0 -44
- package/components/ARVideoFigure/ARVideoFigureMesh.js +0 -371
- package/components/ARVideoFigure/ARVideoFigureScene.d.ts +0 -11
- package/components/ARVideoFigure/ARVideoFigureScene.js +0 -85
- package/components/ARVideoFigure/ImgBgTransparent.d.ts +0 -16
- package/components/ARVideoFigure/ImgBgTransparent.js +0 -65
- package/components/ARVideoFigure/ImgBgTransparentMesh.d.ts +0 -30
- package/components/ARVideoFigure/ImgBgTransparentMesh.js +0 -183
- package/components/ARVideoFigure/fragmentShader.d.ts +0 -5
- package/components/ARVideoFigure/fragmentShader.js +0 -18
- package/components/ARVideoFigure/index.d.ts +0 -15
- package/components/ARVideoFigure/index.js +0 -80
- package/components/ARVideoFigure/vertexShader.d.ts +0 -1
- package/components/ARVideoFigure/vertexShader.js +0 -10
- package/components/GLTFView/index.d.ts +0 -110
- package/components/GLTFView/index.js +0 -187
- package/components/GlassFilters/index.d.ts +0 -32
- package/components/GlassFilters/index.js +0 -78
- package/components/ModelView/ModelViewController.d.ts +0 -18
- package/components/ModelView/ModelViewController.js +0 -157
- package/components/ModelView/index.d.ts +0 -10
- package/components/ModelView/index.js +0 -24
- package/components/PaintBrush/index.d.ts +0 -16
- package/components/PaintBrush/index.js +0 -47
- package/components/PanoTag/index.d.ts +0 -4
- package/components/PanoTag/index.js +0 -13
- package/custom.d.js +0 -3
- package/data/1aGKl9JmrlXMXx8d.d.ts +0 -104
- package/data/1aGKl9JmrlXMXx8d.js +0 -537
- package/data/54djM0oR6ky3Ey8e.d.ts +0 -55
- package/data/54djM0oR6ky3Ey8e.js +0 -350
- package/data/6gyq3v1verxD7JO1.d.ts +0 -104
- package/data/6gyq3v1verxD7JO1.js +0 -462
- package/data/8054djM0oR6ky3Ey8e.d.ts +0 -55
- package/data/8054djM0oR6ky3Ey8e.js +0 -350
- package/data/81zxMaeVKLQU93OZMG.d.ts +0 -49
- package/data/81zxMaeVKLQU93OZMG.js +0 -633
- package/data/KpokNd82rwjhackhQTBEoYKHg8zGbPXe.d.ts +0 -84
- package/data/KpokNd82rwjhackhQTBEoYKHg8zGbPXe.js +0 -600
- package/data/PrXel3aqGbp34JQn.d.ts +0 -389
- package/data/PrXel3aqGbp34JQn.js +0 -4787
- package/data/XJ6NMLWnkAY3Rdx8.d.ts +0 -843
- package/data/XJ6NMLWnkAY3Rdx8.js +0 -7989
- package/data/YdoNP9K4rwQDwjJr.d.ts +0 -83
- package/data/YdoNP9K4rwQDwjJr.js +0 -1453
- package/data/ZLvK29zj4L29Jowd.d.ts +0 -55
- package/data/ZLvK29zj4L29Jowd.js +0 -372
- package/data/_vLykj3NWrllMrG06.d.ts +0 -95
- package/data/_vLykj3NWrllMrG06.js +0 -1
- package/data/auto3d-njL5J99VwCmnjtQElOmXQr.d.ts +0 -86
- package/data/auto3d-njL5J99VwCmnjtQElOmXQr.js +0 -711
- package/data/extrude-walls/ZLvK29zj4L29Jowd.d.ts +0 -5
- package/data/extrude-walls/ZLvK29zj4L29Jowd.js +0 -14
- package/data/extrude-walls/lo024DEgzanMj5BE.d.ts +0 -5
- package/data/extrude-walls/lo024DEgzanMj5BE.js +0 -14
- package/data/jd6oMOzPxnQ3BvxY_B7yw51J9rXlhYhjhGTOgRVqu6WeEqjNX.d.ts +0 -85
- package/data/jd6oMOzPxnQ3BvxY_B7yw51J9rXlhYhjhGTOgRVqu6WeEqjNX.js +0 -511
- package/data/lo024DEgzanMj5BE.d.ts +0 -55
- package/data/lo024DEgzanMj5BE.js +0 -966
- package/data/oPzy3ApbjjpD8YdR.d.ts +0 -83
- package/data/oPzy3ApbjjpD8YdR.js +0 -283
- package/data/qjAxMG4XbPn96wKG.d.ts +0 -104
- package/data/qjAxMG4XbPn96wKG.js +0 -637
- package/data/rXel3aPQRRBD4JQn.d.ts +0 -86
- package/data/rXel3aPQRRBD4JQn.js +0 -622
- package/data/vLykj3NWrllMrG06.d.ts +0 -91
- package/data/vLykj3NWrllMrG06.js +0 -2993
- package/data/wz0QV9KA4ugyo9ME.d.ts +0 -39
- package/data/wz0QV9KA4ugyo9ME.js +0 -136
- package/data/zxMawr9raSg8LYjG.d.ts +0 -53
- package/data/zxMawr9raSg8LYjG.js +0 -590
- package/examples/FiveStateController/index.js +0 -134
- package/examples/VRHouse/Mobile.js +0 -36
- package/examples/VRHouse/PC.js +0 -36
- package/examples/VRHouse/index.js +0 -36
- package/index.d.ts +0 -15
- package/index.js +0 -45
- package/libs/gltf-viewer/Subscribe.d.ts +0 -76
- package/libs/gltf-viewer/Subscribe.js +0 -231
- package/libs/gltf-viewer/coordsMoveByOffset.d.ts +0 -13
- package/libs/gltf-viewer/coordsMoveByOffset.js +0 -22
- package/libs/gltf-viewer/coordsToDirection.d.ts +0 -5
- package/libs/gltf-viewer/coordsToDirection.js +0 -41
- package/libs/gltf-viewer/formatRad.d.ts +0 -1
- package/libs/gltf-viewer/formatRad.js +0 -13
- package/libs/gltf-viewer/getFrameTime.d.ts +0 -1
- package/libs/gltf-viewer/getFrameTime.js +0 -28
- package/libs/gltf-viewer/index.d.ts +0 -78
- package/libs/gltf-viewer/index.js +0 -763
- package/libs/gltf-viewer/mouseWheel.d.ts +0 -2
- package/libs/gltf-viewer/mouseWheel.js +0 -59
- package/libs/gltf-viewer/requestAnimationFrame.d.ts +0 -1
- package/libs/gltf-viewer/requestAnimationFrame.js +0 -18
- package/libs/gltf-viewer/requestAnimationFrameInterval.d.ts +0 -1
- package/libs/gltf-viewer/requestAnimationFrameInterval.js +0 -31
- package/libs/gltf-viewer/uuid.js +0 -28
- package/plugins/AutoPreloadPlugin/index.d.ts +0 -23
- package/plugins/AutoPreloadPlugin/index.js +0 -111
- package/plugins/CSS3DRenderPlugin/components/Marker/index.d.ts +0 -12
- package/plugins/CSS3DRenderPlugin/components/Marker/index.js +0 -121
- package/plugins/CSS3DRenderPlugin/index.js +0 -303
- package/plugins/CSS3DRenderPlugin/utils/createResizeObserver.js +0 -34
- package/plugins/CameraMovementPlugin/index.js +0 -362
- package/plugins/CameraMovementPlugin/typing.js +0 -37
- package/plugins/ModelChassisCompassPlugin/index.js +0 -158
- package/plugins/ModelEntryDoorGuidePlugin/index.js +0 -252
- package/plugins/ModelExtrudeWallsPlugin/index.d.ts +0 -16
- package/plugins/ModelExtrudeWallsPlugin/index.js +0 -252
- package/plugins/ModelRoomLabelPlugin/Controller.js +0 -154
- package/plugins/ModelRoomLabelPlugin/RoomLabelItem.d.ts +0 -8
- package/plugins/ModelRoomLabelPlugin/RoomLabelItem.js +0 -66
- package/plugins/ModelRoomLabelPlugin/RoomLabelItems.d.ts +0 -7
- package/plugins/ModelRoomLabelPlugin/RoomLabelItems.js +0 -159
- package/plugins/ModelRoomLabelPlugin/index.js +0 -23
- package/plugins/ModelRoomLabelPlugin/typings.js +0 -7
- package/plugins/ModelRoomLabelPlugin/utils/parseData.js +0 -35
- package/plugins/ModelTVVideoPlugin/index.d.ts +0 -21
- package/plugins/ModelTVVideoPlugin/index.js +0 -397
- package/plugins/ModelViewPlugin/index.js +0 -223
- package/plugins/PanoCursorRaycasterPlugin/PanoCursorRaycasterPluginUsage.d.ts +0 -48
- package/plugins/PanoCursorRaycasterPlugin/components/MovePointTowardsCamera.d.ts +0 -9
- package/plugins/PanoCursorRaycasterPlugin/components/MovePointTowardsCamera.js +0 -117
- package/plugins/PanoCursorRaycasterPlugin/components/PointAxesHelper.d.ts +0 -11
- package/plugins/PanoCursorRaycasterPlugin/components/PointAxesHelper.js +0 -39
- package/plugins/PanoCursorRaycasterPlugin/index.js +0 -126
- package/plugins/PanoCursorRaycasterPlugin/utils/addLineToFive.d.ts +0 -5
- package/plugins/PanoCursorRaycasterPlugin/utils/addLineToFive.js +0 -27
- package/plugins/PanoCursorRaycasterPlugin/utils/createLine.d.ts +0 -3
- package/plugins/PanoCursorRaycasterPlugin/utils/createLine.js +0 -48
- package/plugins/PanoDoorLabelPlugin/index.d.ts +0 -4
- package/plugins/PanoDoorLabelPlugin/index.js +0 -14
- package/plugins/PanoIRobotPlugin/index.d.ts +0 -10
- package/plugins/PanoIRobotPlugin/index.js +0 -18
- package/plugins/PanoMaskSelectorPlugin/compare.d.ts +0 -1
- package/plugins/PanoMaskSelectorPlugin/compare.js +0 -17
- package/plugins/PanoMaskSelectorPlugin/createBox.d.ts +0 -7
- package/plugins/PanoMaskSelectorPlugin/createBox.js +0 -82
- package/plugins/PanoMaskSelectorPlugin/createTextures.d.ts +0 -3
- package/plugins/PanoMaskSelectorPlugin/createTextures.js +0 -45
- package/plugins/PanoMaskSelectorPlugin/fragmentShader.d.ts +0 -1
- package/plugins/PanoMaskSelectorPlugin/fragmentShader.js +0 -10
- package/plugins/PanoMaskSelectorPlugin/index.d.ts +0 -49
- package/plugins/PanoMaskSelectorPlugin/index.js +0 -350
- package/plugins/PanoMaskSelectorPlugin/vertexShader.d.ts +0 -1
- package/plugins/PanoMaskSelectorPlugin/vertexShader.js +0 -10
- package/plugins/PanoMeasurePlugin/Controller/BaseController.d.ts +0 -36
- package/plugins/PanoMeasurePlugin/Controller/BaseController.js +0 -103
- package/plugins/PanoMeasurePlugin/Controller/EditController.d.ts +0 -52
- package/plugins/PanoMeasurePlugin/Controller/EditController.js +0 -341
- package/plugins/PanoMeasurePlugin/Controller/ShortcutKeyController.d.ts +0 -12
- package/plugins/PanoMeasurePlugin/Controller/ShortcutKeyController.js +0 -69
- package/plugins/PanoMeasurePlugin/Controller/WatchController.d.ts +0 -25
- package/plugins/PanoMeasurePlugin/Controller/WatchController.js +0 -371
- package/plugins/PanoMeasurePlugin/Controller/index.d.ts +0 -61
- package/plugins/PanoMeasurePlugin/Controller/index.js +0 -230
- package/plugins/PanoMeasurePlugin/Model/index.d.ts +0 -38
- package/plugins/PanoMeasurePlugin/Model/index.js +0 -235
- package/plugins/PanoMeasurePlugin/Model/line.d.ts +0 -30
- package/plugins/PanoMeasurePlugin/Model/line.js +0 -121
- package/plugins/PanoMeasurePlugin/Model/point.d.ts +0 -16
- package/plugins/PanoMeasurePlugin/Model/point.js +0 -68
- package/plugins/PanoMeasurePlugin/Model/polyline.d.ts +0 -16
- package/plugins/PanoMeasurePlugin/Model/polyline.js +0 -109
- package/plugins/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.d.ts +0 -2
- package/plugins/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js +0 -11
- package/plugins/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.d.ts +0 -2
- package/plugins/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js +0 -11
- package/plugins/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.d.ts +0 -2
- package/plugins/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.js +0 -11
- package/plugins/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +0 -22
- package/plugins/PanoMeasurePlugin/Modules/DeleteDom/index.js +0 -182
- package/plugins/PanoMeasurePlugin/Modules/FiveHelper.d.ts +0 -11
- package/plugins/PanoMeasurePlugin/Modules/FiveHelper.js +0 -66
- package/plugins/PanoMeasurePlugin/Modules/GuideController.d.ts +0 -18
- package/plugins/PanoMeasurePlugin/Modules/GuideController.js +0 -107
- package/plugins/PanoMeasurePlugin/Modules/Magnifier.d.ts +0 -24
- package/plugins/PanoMeasurePlugin/Modules/Magnifier.js +0 -139
- package/plugins/PanoMeasurePlugin/Modules/UIController/HTML.d.ts +0 -6
- package/plugins/PanoMeasurePlugin/Modules/UIController/HTML.js +0 -26
- package/plugins/PanoMeasurePlugin/Modules/UIController/MainBtnController.d.ts +0 -18
- package/plugins/PanoMeasurePlugin/Modules/UIController/MainBtnController.js +0 -169
- package/plugins/PanoMeasurePlugin/Modules/UIController/Revoke/index.d.ts +0 -12
- package/plugins/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +0 -59
- package/plugins/PanoMeasurePlugin/Modules/UIController/index.d.ts +0 -16
- package/plugins/PanoMeasurePlugin/Modules/UIController/index.js +0 -123
- package/plugins/PanoMeasurePlugin/Modules/UIController/style.d.ts +0 -17
- package/plugins/PanoMeasurePlugin/Modules/UIController/style.js +0 -103
- package/plugins/PanoMeasurePlugin/index.d.ts +0 -7
- package/plugins/PanoMeasurePlugin/index.js +0 -20
- package/plugins/PanoMeasurePlugin/typings/data.d.ts +0 -28
- package/plugins/PanoMeasurePlugin/typings/data.js +0 -7
- package/plugins/PanoMeasurePlugin/typings/event.type.d.ts +0 -28
- package/plugins/PanoMeasurePlugin/typings/event.type.js +0 -7
- package/plugins/PanoMeasurePlugin/typings/utils.type.d.ts +0 -1
- package/plugins/PanoMeasurePlugin/typings/utils.type.js +0 -7
- package/plugins/PanoMeasurePlugin/utils/clearGroup.d.ts +0 -2
- package/plugins/PanoMeasurePlugin/utils/clearGroup.js +0 -16
- package/plugins/PanoMeasurePlugin/utils/constants.d.ts +0 -4
- package/plugins/PanoMeasurePlugin/utils/constants.js +0 -47
- package/plugins/PanoMeasurePlugin/utils/distanceDom.d.ts +0 -28
- package/plugins/PanoMeasurePlugin/utils/distanceDom.js +0 -147
- package/plugins/PanoMeasurePlugin/utils/findAssociatedLines.d.ts +0 -2
- package/plugins/PanoMeasurePlugin/utils/findAssociatedLines.js +0 -37
- package/plugins/PanoMeasurePlugin/utils/findClosestPoint.d.ts +0 -10
- package/plugins/PanoMeasurePlugin/utils/findClosestPoint.js +0 -49
- package/plugins/PanoMeasurePlugin/utils/getIntersectionFromEvent.d.ts +0 -4
- package/plugins/PanoMeasurePlugin/utils/getIntersectionFromEvent.js +0 -20
- package/plugins/PanoMeasurePlugin/utils/getPointFromHammerEvent.d.ts +0 -10
- package/plugins/PanoMeasurePlugin/utils/getPointFromHammerEvent.js +0 -33
- package/plugins/PanoMeasurePlugin/utils/ironbox.d.ts +0 -1
- package/plugins/PanoMeasurePlugin/utils/ironbox.js +0 -14
- package/plugins/PanoMeasurePlugin/utils/isNDCPointInScreen.d.ts +0 -2
- package/plugins/PanoMeasurePlugin/utils/isNDCPointInScreen.js +0 -16
- package/plugins/PanoMeasurePlugin/utils/line.d.ts +0 -17
- package/plugins/PanoMeasurePlugin/utils/line.js +0 -61
- package/plugins/PanoMeasurePlugin/utils/math.d.ts +0 -17
- package/plugins/PanoMeasurePlugin/utils/math.js +0 -57
- package/plugins/PanoMeasurePlugin/utils/mouseGroup.d.ts +0 -2
- package/plugins/PanoMeasurePlugin/utils/mouseGroup.js +0 -42
- package/plugins/PanoMeasurePlugin/utils/ndc2Screen.d.ts +0 -5
- package/plugins/PanoMeasurePlugin/utils/ndc2Screen.js +0 -16
- package/plugins/PanoRulerPlugin/data/roomInfo.d.ts +0 -3
- package/plugins/PanoRulerPlugin/data/roomInfo.js +0 -51
- package/plugins/PanoRulerPlugin/data/roomRules.d.ts +0 -3
- package/plugins/PanoRulerPlugin/data/roomRules.js +0 -235
- package/plugins/PanoRulerPlugin/index.d.ts +0 -31
- package/plugins/PanoRulerPlugin/index.js +0 -642
- package/plugins/PanoRulerPlugin/typings.d.ts +0 -21
- package/plugins/PanoRulerPlugin/typings.js +0 -7
- package/plugins/PanoTVVideoPlugin/index.d.ts +0 -26
- package/plugins/PanoTVVideoPlugin/index.js +0 -433
- package/plugins/TreasurePlugin/Controller.d.ts +0 -73
- package/plugins/TreasurePlugin/Controller.js +0 -250
- package/plugins/TreasurePlugin/TreasureFaceAnime.d.ts +0 -25
- package/plugins/TreasurePlugin/TreasureFaceAnime.js +0 -143
- package/plugins/TreasurePlugin/TreasureObject.d.ts +0 -53
- package/plugins/TreasurePlugin/TreasureObject.js +0 -406
- package/plugins/TreasurePlugin/TreasureOpenAnime.d.ts +0 -25
- package/plugins/TreasurePlugin/TreasureOpenAnime.js +0 -127
- package/plugins/TreasurePlugin/constants.d.ts +0 -33
- package/plugins/TreasurePlugin/constants.js +0 -67
- package/plugins/TreasurePlugin/index.d.ts +0 -11
- package/plugins/TreasurePlugin/index.js +0 -26
- package/plugins/TreasurePlugin/typings.d.ts +0 -2
- package/plugins/TreasurePlugin/typings.js +0 -7
- package/plugins/floorplan/Assets/floorplanExtraObject.js +0 -10
- package/plugins/floorplan/ModelFloorplanPlugin/Controller.js +0 -637
- package/plugins/floorplan/ModelFloorplanPlugin/components/Camera.d.ts +0 -13
- package/plugins/floorplan/ModelFloorplanPlugin/components/Camera.js +0 -78
- package/plugins/floorplan/ModelFloorplanPlugin/components/Compass.d.ts +0 -5
- package/plugins/floorplan/ModelFloorplanPlugin/components/Compass.js +0 -84
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomHighlight.d.ts +0 -10
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomHighlight.js +0 -129
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomLabels.d.ts +0 -13
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomLabels.js +0 -118
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomMaterial.d.ts +0 -11
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomMaterial.js +0 -174
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RuleLabels.d.ts +0 -8
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RuleLabels.js +0 -178
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/index.d.ts +0 -15
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/index.js +0 -74
- package/plugins/floorplan/ModelFloorplanPlugin/components/index.d.ts +0 -23
- package/plugins/floorplan/ModelFloorplanPlugin/components/index.js +0 -88
- package/plugins/floorplan/ModelFloorplanPlugin/controller.style.d.ts +0 -1
- package/plugins/floorplan/ModelFloorplanPlugin/controller.style.js +0 -16
- package/plugins/floorplan/ModelFloorplanPlugin/index.js +0 -20
- package/plugins/floorplan/ModelFloorplanPlugin/typings/events.type.js +0 -7
- package/plugins/floorplan/ModelFloorplanPlugin/typings/utility.js +0 -7
- package/plugins/floorplan/ModelFloorplanPlugin/utils/constant.js +0 -33
- package/plugins/floorplan/ModelFloorplanPlugin/utils/correctFiveState.js +0 -154
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.d.ts +0 -13
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.js +0 -114
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.style.d.ts +0 -3
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.style.js +0 -39
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/ExtraObjects.d.ts +0 -5
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/ExtraObjects.js +0 -66
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/RoomHighlight.d.ts +0 -9
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/RoomHighlight.js +0 -126
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/index.d.ts +0 -11
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/index.js +0 -58
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.d.ts +0 -17
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.js +0 -85
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.style.d.ts +0 -2
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.style.js +0 -15
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Controller.js +0 -211
- package/plugins/floorplan/PanoFloorplanRadarPlugin/index.js +0 -20
- package/plugins/floorplan/TopviewFloorplanPlugin/Controller.js +0 -272
- package/plugins/floorplan/TopviewFloorplanPlugin/index.js +0 -18
- package/plugins/floorplan/TopviewFloorplanPlugin/style.js +0 -16
- package/plugins/floorplan/components/FloorplanImage.d.ts +0 -7
- package/plugins/floorplan/components/FloorplanImage.js +0 -90
- package/plugins/floorplan/index.d.ts +0 -4
- package/plugins/floorplan/index.js +0 -13
- package/plugins/floorplan/typings/floorplanData.js +0 -7
- package/plugins/floorplan/typings/floorplanServerData.js +0 -382
- package/plugins/floorplan/utils/formatData.js +0 -218
- package/plugins/floorplan/utils/formatPosition.js +0 -89
- package/shared-utils/Preloader.js +0 -57
- package/shared-utils/Subscribe.js +0 -230
- package/shared-utils/animationFrame/BetterTween.js +0 -103
- package/shared-utils/animationFrame/calculateProgress.js +0 -40
- package/shared-utils/animationFrame/formatRad.js +0 -36
- package/shared-utils/animationFrame/index.js +0 -81
- package/shared-utils/animationFrame/tween.js +0 -92
- package/shared-utils/changeModelCanvasOpacity.js +0 -38
- package/shared-utils/createCanvasTextTexture.js +0 -31
- package/shared-utils/createFiveContainer.d.ts +0 -10
- package/shared-utils/createFiveContainer.js +0 -171
- package/shared-utils/createLine/index.js +0 -43
- package/shared-utils/debounce.js +0 -30
- package/shared-utils/equal.js +0 -107
- package/shared-utils/filter.js +0 -127
- package/shared-utils/five/changeMode.js +0 -82
- package/shared-utils/five/useFivePlugin.js +0 -17
- package/shared-utils/formatRad.js +0 -18
- package/shared-utils/getPxmm.js +0 -51
- package/shared-utils/getRandomColor.js +0 -23
- package/shared-utils/isNil.js +0 -26
- package/shared-utils/isTruelyObject.js +0 -31
- package/shared-utils/math/evenNumber.js +0 -15
- package/shared-utils/math/planimetry.js +0 -352
- package/shared-utils/math/rad2Deg.js +0 -12
- package/shared-utils/nearlyEqual.js +0 -19
- package/shared-utils/nextFrame.js +0 -15
- package/shared-utils/noop.js +0 -19
- package/shared-utils/object3d2LocalMatrix.js +0 -79
- package/shared-utils/px2rem.js +0 -22
- package/shared-utils/removeArrayItem.js +0 -22
- package/shared-utils/three/centerPoint.js +0 -14
- package/shared-utils/three/getExtraModelLoader.js +0 -45
- package/shared-utils/three/getNormal.js +0 -17
- package/shared-utils/three/getTextureLoader.js +0 -50
- package/shared-utils/three/loadFbxObj.js +0 -54
- package/shared-utils/three/loadTexture.js +0 -65
- package/shared-utils/three/transformPositionToVector3.js +0 -20
- package/shared-utils/three/transfromToMeshBasicMaterial.js +0 -33
- package/shared-utils/throttle.js +0 -29
- package/shared-utils/to.js +0 -67
- package/shared-utils/useDebounce.js +0 -49
- package/shared-utils/useThrottle.js +0 -47
- package/shared-utils/uuid.d.ts +0 -4
- package/shared-utils/uuid.js +0 -28
- package/shared-utils/vectorTocoordinates.js +0 -18
- package/typedoc/components.d.ts +0 -6
- package/typedoc/components.js +0 -7
- package/typedoc/libs.d.ts +0 -1
- package/typedoc/libs.js +0 -7
- package/typedoc/plugins.d.ts +0 -19
- package/typedoc/plugins.js +0 -165
- package/typedoc/shared-utils.d.ts +0 -3
- package/typedoc/shared-utils.js +0 -7
- package/typedoc/typings.d.ts +0 -3
- package/typedoc/typings.js +0 -7
- package/typings/math.type.js +0 -7
- package/typings/utils.type.js +0 -7
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
require("core-js/modules/es.object.define-property.js");
|
|
4
|
-
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports["default"] = exports.MAIN_NORMAL_PATH = exports.MAIN_MOUSE_LEAVE_FILL = exports.MAIN_MOUSE_ENTER_FILL = exports.MAIN_DONE_PATH = void 0;
|
|
9
|
-
|
|
10
|
-
require("core-js/modules/es.array.concat.js");
|
|
11
|
-
|
|
12
|
-
var MAIN_NORMAL_PATH = 'M31.379 15.466a1.045 1.045 0 0 1-.92 1.076l-11.276.607a1.6 1.6 0 0 0-1.512 1.511l-.599 11.113a1.045 1.045 0 0 1-.92 1.075l-.164.008a1.183 1.183 0 0 1-1.123-.975l-.016-.164-.221-10.768a1.6 1.6 0 0 0-1.567-1.567l-11.3-.231-.165-.016a1.187 1.187 0 0 1-.964-.996l-.01-.127.007-.164c.061-.496.455-.876.958-.917l.118-.003 11.112-.599a1.6 1.6 0 0 0 1.498-1.37l.014-.142.607-11.276a1.045 1.045 0 0 1 1.076-.92c.573.015 1.055.46 1.13 1.019l.009.121.221 10.766a1.6 1.6 0 0 0 1.567 1.566l11.3.234a1.181 1.181 0 0 1 1.14 1.139z';
|
|
13
|
-
exports.MAIN_NORMAL_PATH = MAIN_NORMAL_PATH;
|
|
14
|
-
var MAIN_DONE_PATH = 'M27.1772552,8.15828895 C27.8664561,7.48070421 28.5574369,7.81156875 28.8336646,8.04968716 C29.1098924,8.28780557 29.3990219,9.110014 28.8256559,9.79263351 L28.7110903,9.9165024 L13.9697229,25.1399531 C13.3288458,25.7700285 12.3239388,25.8070917 11.6402346,25.2511429 L11.5159715,25.1399531 L3.7056151,18.0063788 C3.01641417,17.3287941 3.00699739,16.2207954 3.68458213,15.5315945 C4.32230894,14.8829348 5.3413021,14.8364368 6.03356826,15.3981178 L6.15936649,15.5105615 L12.6856594,21.9049888 L27.1772552,8.15828895 Z';
|
|
15
|
-
exports.MAIN_DONE_PATH = MAIN_DONE_PATH;
|
|
16
|
-
var MAIN_MOUSE_ENTER_FILL = 'url(#fpm__main-b)';
|
|
17
|
-
exports.MAIN_MOUSE_ENTER_FILL = MAIN_MOUSE_ENTER_FILL;
|
|
18
|
-
var MAIN_MOUSE_LEAVE_FILL = 'url(#fpm__main-c)';
|
|
19
|
-
exports.MAIN_MOUSE_LEAVE_FILL = MAIN_MOUSE_LEAVE_FILL;
|
|
20
|
-
var revokeSvg = "\n <svg class=\"fpm__revoke-icon\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\">\n <defs>\n <linearGradient x1=\"47.631%\" y1=\"55.183%\" x2=\"2.967%\" y2=\"86.323%\" id=\"fpm__revoke-a\">\n <stop stop-color=\"#FFF\" offset=\"0%\" />\n <stop stop-color=\"#FFF\" stop-opacity=\".5\" offset=\"100%\" />\n </linearGradient>\n <linearGradient x1=\"5.297%\" y1=\"43.016%\" x2=\"38.238%\" y2=\"79.932%\" id=\"fpm__revoke-b\">\n <stop stop-color=\"#FFF\" offset=\"0%\" />\n <stop stop-color=\"#FFF\" stop-opacity=\"0\" offset=\"100%\" />\n </linearGradient>\n </defs>\n <path\n d=\"M13.388 7.108c.552 0 1.005.42 1.06.957l.006.11v1.224c0 .921.745 1.667 1.666 1.667h7.184c5.804 0 10.509 4.616 10.509 10.309 0 5.595-4.544 10.15-10.21 10.305l-.3.004H8.924c-.917 0-1.66-.729-1.66-1.628 0-.846.658-1.541 1.5-1.62l.16-.008h14.38c3.972 0 7.191-3.158 7.191-7.053 0-3.81-3.08-6.916-6.933-7.049l-.257-.004H10.029l-.109-.005H8.212c-.245 0-.482-.085-.67-.237l-.09-.082a1.066 1.066 0 0 1-.065-1.422l.079-.086 5.175-5.077c.2-.195.468-.305.747-.305z\"\n fill=\"url(#fpm__revoke-a)\"\n fill-rule=\"nonzero\"\n stroke=\"url(#fpm__revoke-b)\"\n stroke-width=\".5\"\n />\n </svg>\n";
|
|
21
|
-
var exitSvg = "\n <svg class=\"fpm__exit-icon width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\">\n <defs>\n <linearGradient x1=\"36.288%\" y1=\"73.736%\" x2=\"54.242%\" y2=\"97.166%\" id=\"fpm__exit-a\">\n <stop stop-color=\"#FFF\" offset=\"0%\" />\n <stop stop-color=\"#FFF\" stop-opacity=\".5\" offset=\"100%\" />\n </linearGradient>\n <linearGradient x1=\"100%\" y1=\"47.234%\" x2=\"24.047%\" y2=\"47.234%\" id=\"fpm__exit-b\">\n <stop stop-color=\"#FFF\" offset=\"0%\" />\n <stop stop-color=\"#FFF\" stop-opacity=\".005\" offset=\"99.535%\" />\n <stop stop-color=\"#FFF\" stop-opacity=\"0\" offset=\"100%\" />\n </linearGradient>\n </defs>\n <path\n d=\"M22 7a1.5 1.5 0 0 1 .144 2.993L22 10h-9a1.5 1.5 0 0 0-1.493 1.356l-.007.144v17a1.5 1.5 0 0 0 1.356 1.493L13 30h9a1.5 1.5 0 0 1 .144 2.993L22 33h-9a4.5 4.5 0 0 1-4.495-4.288L8.5 28.5v-17a4.5 4.5 0 0 1 4.288-4.495L13 7h9zm6.317 7.755a1 1 0 0 1 .7.286l4.856 4.764a1 1 0 0 1-.7 1.713h-5.856V21.5h-8.032a1.5 1.5 0 1 1 0-3h6.365c.92 0 1.666-.746 1.667-1.667v-1.078a1 1 0 0 1 1-1z\"\n fill=\"url(#fpm__exit-a)\"\n fill-rule=\"nonzero\"\n stroke=\"url(#fpm__exit-b)\"\n stroke-width=\".5\"\n />\n </svg>\n";
|
|
22
|
-
var mainSvg = "\n <svg class=\"fpm__main-icon\" width=\"60\" height=\"60\" viewBox=\"0 0 60 60\" xmlns=\"http://www.w3.org/2000/svg\">\n <defs>\n <mask id=\"fpm__main-icon-mask\">\n <rect id=\"fpm__main-icon-mask-black\" x=\"0\" y=\"0\" width=\"30\" height=\"30\" fill=\"black\"></rect>\n <rect id=\"fpm__main-icon-mask-white\" x=\"0\" y=\"0\" width=\"0\" height=\"30\" fill=\"white\"></rect>\n </mask>\n <linearGradient id=\"fpm__main-a\" x1=\"25.371%\" y1=\"0%\" x2=\"109.587%\" y2=\"172.268%\">\n <stop stop-color=\"#FFF\" offset=\"0%\" />\n <stop stop-color=\"#FFF\" stop-opacity=\".77\" offset=\"44.051%\" />\n <stop stop-color=\"#FFF\" stop-opacity=\".201\" offset=\"100%\" />\n </linearGradient>\n <radialGradient id=\"fpm__main-b\" fx=\"50%\" fy=\"50%\" r=\"50.864%\" gradientTransform=\"matrix(-.98302 0 0 -1 .992 1)\">\n <stop stop-color=\"#2D7CFF\" offset=\"0%\" />\n <stop stop-color=\"#2D7CFF\" stop-opacity=\".3\" offset=\"100%\" />\n </radialGradient>\n <radialGradient id=\"fpm__main-c\" fx=\"50%\" fy=\"50%\" r=\"50.864%\" gradientTransform=\"matrix(-.98302 0 0 -1 .992 1)\">\n <stop stop-opacity=\".4\" offset=\"0%\" />\n <stop stop-opacity=\".12\" offset=\"100%\" />\n </radialGradient>\n </defs>\n <g fill=\"none\" fill-rule=\"evenodd\">\n <circle fill=\"url(#fpm__main-a)\" cx=\"30\" cy=\"30\" r=\"30\" />\n <path\n class=\"fpm__main-icon-path\"\n d=\"".concat(MAIN_NORMAL_PATH, "\"\n fill=\"").concat(MAIN_MOUSE_LEAVE_FILL, "\"\n fill-rule=\"nonzero\"\n transform=\"translate(14 14)\"\n />\n </g>\n </svg>\n");
|
|
23
|
-
|
|
24
|
-
var _default = "\n <style>\n .fpm__revoke {\n opacity: 0.3;\n }\n \n .fpm__revoke.enabled {\n opacity: 0.7;\n }\n \n .fpm__revoke.enabled:hover {\n opacity: 1;\n }\n \n .fpm__revoke-icon {\n width: 40px;\n height: 40px;\n margin-top: 10px;\n cursor: pointer;\n } \n </style>\n <div class=\"fpm_ui-bg\"></div>\n <div class=\"fpm_operating-space\">\n <div class=\"fpm__ui-item fpm__revoke\">\n ".concat(revokeSvg, "\n <span class=\"fpm__text fpm__revoke-text\">\u64A4\u9500</span>\n </div>\n <div class=\"fpm__ui-item fpm__main\">\n ").concat(mainSvg, "\n <span class=\"fpm__text fpm__main-text\">\u6DFB\u52A0</span>\n </div>\n <div class=\"fpm__ui-item fpm__exit\">\n ").concat(exitSvg, "\n <span class=\"fpm__text fpm__exit-text\">\u9000\u51FA</span>\n </div>\n </div>\n");
|
|
25
|
-
|
|
26
|
-
exports["default"] = _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import MeasureController from '../../Controller';
|
|
2
|
-
export declare class MainBtnController {
|
|
3
|
-
private container;
|
|
4
|
-
private measureController;
|
|
5
|
-
private mainIconMaskTween?;
|
|
6
|
-
private mainElement;
|
|
7
|
-
constructor(measureController: MeasureController, container: Element);
|
|
8
|
-
dispose(): void;
|
|
9
|
-
private getMainElement;
|
|
10
|
-
private change2Add;
|
|
11
|
-
private change2Cancel;
|
|
12
|
-
private change2Done;
|
|
13
|
-
private onMouseEnter;
|
|
14
|
-
private onMouseLeave;
|
|
15
|
-
private onClick;
|
|
16
|
-
private editedLineChangeHandler;
|
|
17
|
-
private modeChangeHandler;
|
|
18
|
-
}
|
|
@@ -1,169 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
require("core-js/modules/es.object.define-property.js");
|
|
4
|
-
|
|
5
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
6
|
-
|
|
7
|
-
Object.defineProperty(exports, "__esModule", {
|
|
8
|
-
value: true
|
|
9
|
-
});
|
|
10
|
-
exports.MainBtnController = void 0;
|
|
11
|
-
|
|
12
|
-
require("core-js/modules/es.object.assign.js");
|
|
13
|
-
|
|
14
|
-
require("core-js/modules/es.date.to-string.js");
|
|
15
|
-
|
|
16
|
-
require("core-js/modules/es.object.to-string.js");
|
|
17
|
-
|
|
18
|
-
require("core-js/modules/es.regexp.to-string.js");
|
|
19
|
-
|
|
20
|
-
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
|
21
|
-
|
|
22
|
-
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
|
23
|
-
|
|
24
|
-
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
25
|
-
|
|
26
|
-
var _tween = _interopRequireDefault(require("@tweenjs/tween.js"));
|
|
27
|
-
|
|
28
|
-
var _style = require("./style");
|
|
29
|
-
|
|
30
|
-
var _BetterTween = require("../../../../shared-utils/animationFrame/BetterTween");
|
|
31
|
-
|
|
32
|
-
var _HTML = require("./HTML");
|
|
33
|
-
|
|
34
|
-
var MainBtnController = /*#__PURE__*/function () {
|
|
35
|
-
function MainBtnController(measureController, container) {
|
|
36
|
-
var _this = this;
|
|
37
|
-
|
|
38
|
-
(0, _classCallCheck2["default"])(this, MainBtnController);
|
|
39
|
-
(0, _defineProperty2["default"])(this, "onMouseEnter", function () {
|
|
40
|
-
var _this$mainElement = _this.mainElement,
|
|
41
|
-
mainItem = _this$mainElement.mainItem,
|
|
42
|
-
pathDom = _this$mainElement.pathDom;
|
|
43
|
-
mainItem.style.opacity = '1';
|
|
44
|
-
pathDom.setAttribute('fill', _HTML.MAIN_MOUSE_ENTER_FILL);
|
|
45
|
-
});
|
|
46
|
-
(0, _defineProperty2["default"])(this, "onMouseLeave", function () {
|
|
47
|
-
var _this$mainElement2 = _this.mainElement,
|
|
48
|
-
mainItem = _this$mainElement2.mainItem,
|
|
49
|
-
pathDom = _this$mainElement2.pathDom;
|
|
50
|
-
mainItem.style.opacity = '0.7';
|
|
51
|
-
pathDom.setAttribute('fill', _HTML.MAIN_MOUSE_LEAVE_FILL);
|
|
52
|
-
});
|
|
53
|
-
(0, _defineProperty2["default"])(this, "onClick", function () {
|
|
54
|
-
var mode = _this.measureController.getCurrentMode();
|
|
55
|
-
|
|
56
|
-
mode === 'Watch' ? _this.measureController.changeMode('Edit') : _this.measureController.save().changeMode('Watch');
|
|
57
|
-
});
|
|
58
|
-
(0, _defineProperty2["default"])(this, "editedLineChangeHandler", function (lines) {
|
|
59
|
-
// 线的数量大于 1 时,没有状态的变化
|
|
60
|
-
if (lines.length > 1) return; // 因为撤销导致的状态变更 -> 取消
|
|
61
|
-
|
|
62
|
-
if (lines.length === 0) return _this.change2Cancel(false);
|
|
63
|
-
|
|
64
|
-
_this.change2Done();
|
|
65
|
-
});
|
|
66
|
-
(0, _defineProperty2["default"])(this, "modeChangeHandler", function (mode) {
|
|
67
|
-
mode === 'Watch' ? _this.change2Add() : _this.change2Cancel();
|
|
68
|
-
});
|
|
69
|
-
this.measureController = measureController;
|
|
70
|
-
this.container = container;
|
|
71
|
-
this.mainElement = this.getMainElement();
|
|
72
|
-
Object.assign(this.mainElement.mainIcon.style, _style.mainIconStyle);
|
|
73
|
-
Object.assign(this.mainElement.mainItem.style, _style.mainItemStyle);
|
|
74
|
-
this.change2Add();
|
|
75
|
-
this.measureController.hook.on('modeChange', this.modeChangeHandler);
|
|
76
|
-
this.mainElement.mainIcon.addEventListener('click', this.onClick);
|
|
77
|
-
this.mainElement.mainIcon.addEventListener('mouseenter', this.onMouseEnter);
|
|
78
|
-
this.mainElement.mainIcon.addEventListener('mouseleave', this.onMouseLeave);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
(0, _createClass2["default"])(MainBtnController, [{
|
|
82
|
-
key: "dispose",
|
|
83
|
-
value: function dispose() {
|
|
84
|
-
this.measureController.hook.off('modeChange', this.modeChangeHandler);
|
|
85
|
-
this.measureController.hook.off('editedLineChange', this.editedLineChangeHandler);
|
|
86
|
-
this.mainElement.mainIcon.removeEventListener('click', this.onClick);
|
|
87
|
-
this.mainElement.mainIcon.removeEventListener('mouseenter', this.onMouseEnter);
|
|
88
|
-
this.mainElement.mainIcon.removeEventListener('mouseleave', this.onMouseLeave);
|
|
89
|
-
}
|
|
90
|
-
}, {
|
|
91
|
-
key: "getMainElement",
|
|
92
|
-
value: function getMainElement() {
|
|
93
|
-
var mainTextDom = this.container.querySelector('.fpm__main-text');
|
|
94
|
-
var mainItem = this.container.querySelector('.fpm__main');
|
|
95
|
-
var mainIcon = this.container.querySelector('.fpm__main-icon');
|
|
96
|
-
var pathDom = mainItem === null || mainItem === void 0 ? void 0 : mainItem.querySelector('.fpm__main-icon-path');
|
|
97
|
-
var maskWhiteRect = mainIcon === null || mainIcon === void 0 ? void 0 : mainIcon.querySelector('#fpm__main-icon-mask-white');
|
|
98
|
-
if (!mainItem || !mainTextDom || !mainIcon || !pathDom || !maskWhiteRect) throw new Error('cannot find dom');
|
|
99
|
-
return {
|
|
100
|
-
mainTextDom: mainTextDom,
|
|
101
|
-
mainItem: mainItem,
|
|
102
|
-
mainIcon: mainIcon,
|
|
103
|
-
pathDom: pathDom,
|
|
104
|
-
maskWhiteRect: maskWhiteRect
|
|
105
|
-
};
|
|
106
|
-
}
|
|
107
|
-
}, {
|
|
108
|
-
key: "change2Add",
|
|
109
|
-
value: function change2Add() {
|
|
110
|
-
this.measureController.hook.off('editedLineChange', this.editedLineChangeHandler);
|
|
111
|
-
var _this$mainElement3 = this.mainElement,
|
|
112
|
-
mainIcon = _this$mainElement3.mainIcon,
|
|
113
|
-
mainTextDom = _this$mainElement3.mainTextDom,
|
|
114
|
-
pathDom = _this$mainElement3.pathDom;
|
|
115
|
-
mainIcon.style.transition = mainTextDom.innerText === '完成' ? 'none' : 'transform 300ms ease-in-out';
|
|
116
|
-
mainIcon.style.transform = 'rotate(0deg)';
|
|
117
|
-
mainTextDom.innerText = '添加';
|
|
118
|
-
pathDom === null || pathDom === void 0 ? void 0 : pathDom.setAttribute('d', _HTML.MAIN_NORMAL_PATH);
|
|
119
|
-
}
|
|
120
|
-
}, {
|
|
121
|
-
key: "change2Cancel",
|
|
122
|
-
value: function change2Cancel() {
|
|
123
|
-
var withAnime = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
|
|
124
|
-
var _this$mainElement4 = this.mainElement,
|
|
125
|
-
mainIcon = _this$mainElement4.mainIcon,
|
|
126
|
-
mainTextDom = _this$mainElement4.mainTextDom,
|
|
127
|
-
pathDom = _this$mainElement4.pathDom;
|
|
128
|
-
pathDom.setAttribute('d', _HTML.MAIN_NORMAL_PATH);
|
|
129
|
-
pathDom.setAttribute('mask', '');
|
|
130
|
-
mainIcon.style.transition = withAnime ? 'transform 300ms ease-in-out' : 'none';
|
|
131
|
-
mainIcon.style.transform = 'rotate(45deg)';
|
|
132
|
-
mainTextDom && (mainTextDom.innerText = '取消');
|
|
133
|
-
this.measureController.hook.on('editedLineChange', this.editedLineChangeHandler);
|
|
134
|
-
}
|
|
135
|
-
}, {
|
|
136
|
-
key: "change2Done",
|
|
137
|
-
value: function change2Done() {
|
|
138
|
-
var _this$mainIconMaskTwe,
|
|
139
|
-
_this2 = this;
|
|
140
|
-
|
|
141
|
-
var _this$getMainElement = this.getMainElement(),
|
|
142
|
-
mainTextDom = _this$getMainElement.mainTextDom,
|
|
143
|
-
mainIcon = _this$getMainElement.mainIcon,
|
|
144
|
-
pathDom = _this$getMainElement.pathDom,
|
|
145
|
-
maskWhiteRect = _this$getMainElement.maskWhiteRect;
|
|
146
|
-
|
|
147
|
-
if (mainTextDom.innerText === '完成') return;
|
|
148
|
-
mainIcon.style.transition = 'none';
|
|
149
|
-
mainIcon.style.transform = 'rotate(0deg)';
|
|
150
|
-
mainTextDom.innerText = '完成';
|
|
151
|
-
pathDom.setAttribute('d', _HTML.MAIN_DONE_PATH);
|
|
152
|
-
pathDom.setAttribute('mask', "url(#fpm__main-icon-mask)");
|
|
153
|
-
(_this$mainIconMaskTwe = this.mainIconMaskTween) === null || _this$mainIconMaskTwe === void 0 ? void 0 : _this$mainIconMaskTwe.dispose();
|
|
154
|
-
this.mainIconMaskTween = (0, _BetterTween.tweenProgress)().easing(_tween["default"].Easing.Quartic.InOut).onUpdate(function (_ref) {
|
|
155
|
-
var progress = _ref.progress;
|
|
156
|
-
maskWhiteRect.setAttribute('width', (progress * 30).toString());
|
|
157
|
-
}).onComplete(function () {
|
|
158
|
-
var _this2$mainIconMaskTw;
|
|
159
|
-
|
|
160
|
-
return (_this2$mainIconMaskTw = _this2.mainIconMaskTween) === null || _this2$mainIconMaskTw === void 0 ? void 0 : _this2$mainIconMaskTw.dispose();
|
|
161
|
-
}).play();
|
|
162
|
-
}
|
|
163
|
-
/* 鼠标移入时变成蓝色 */
|
|
164
|
-
|
|
165
|
-
}]);
|
|
166
|
-
return MainBtnController;
|
|
167
|
-
}();
|
|
168
|
-
|
|
169
|
-
exports.MainBtnController = MainBtnController;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import MeasureController, { Mode } from '../../../Controller';
|
|
2
|
-
export default class Revoke {
|
|
3
|
-
private container;
|
|
4
|
-
private revokeIcon;
|
|
5
|
-
private revokeItem;
|
|
6
|
-
private measureController;
|
|
7
|
-
constructor(measureController: MeasureController, container: Element);
|
|
8
|
-
dispose(): void;
|
|
9
|
-
onClick: () => void;
|
|
10
|
-
onModeChange: (mode: Mode) => void;
|
|
11
|
-
handleRevoke: () => () => void;
|
|
12
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
require("core-js/modules/es.object.define-property.js");
|
|
4
|
-
|
|
5
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
6
|
-
|
|
7
|
-
Object.defineProperty(exports, "__esModule", {
|
|
8
|
-
value: true
|
|
9
|
-
});
|
|
10
|
-
exports["default"] = void 0;
|
|
11
|
-
|
|
12
|
-
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
|
13
|
-
|
|
14
|
-
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
|
15
|
-
|
|
16
|
-
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
17
|
-
|
|
18
|
-
var Revoke = /*#__PURE__*/function () {
|
|
19
|
-
function Revoke(measureController, container) {
|
|
20
|
-
var _this = this;
|
|
21
|
-
|
|
22
|
-
(0, _classCallCheck2["default"])(this, Revoke);
|
|
23
|
-
(0, _defineProperty2["default"])(this, "onClick", function () {
|
|
24
|
-
_this.measureController.revoke();
|
|
25
|
-
});
|
|
26
|
-
(0, _defineProperty2["default"])(this, "onModeChange", function (mode) {
|
|
27
|
-
if (mode !== 'Edit') {
|
|
28
|
-
_this.revokeItem.classList.remove('enabled');
|
|
29
|
-
|
|
30
|
-
return;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
_this.revokeItem.classList.add('enabled');
|
|
34
|
-
});
|
|
35
|
-
(0, _defineProperty2["default"])(this, "handleRevoke", function () {
|
|
36
|
-
return function () {};
|
|
37
|
-
});
|
|
38
|
-
this.measureController = measureController;
|
|
39
|
-
this.container = container;
|
|
40
|
-
var revokeIcon = this.container.querySelector('.fpm__revoke-icon');
|
|
41
|
-
var revokeItem = this.container.querySelector('.fpm__revoke');
|
|
42
|
-
if (!revokeIcon || !revokeItem) throw new Error('不正确的选择器');
|
|
43
|
-
this.revokeIcon = revokeIcon;
|
|
44
|
-
this.revokeItem = revokeItem;
|
|
45
|
-
this.revokeIcon.addEventListener('click', this.onClick);
|
|
46
|
-
measureController.hook.on('modeChange', this.onModeChange);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
(0, _createClass2["default"])(Revoke, [{
|
|
50
|
-
key: "dispose",
|
|
51
|
-
value: function dispose() {
|
|
52
|
-
this.revokeIcon.removeEventListener('click', this.onClick);
|
|
53
|
-
this.measureController.hook.off('modeChange', this.onModeChange);
|
|
54
|
-
}
|
|
55
|
-
}]);
|
|
56
|
-
return Revoke;
|
|
57
|
-
}();
|
|
58
|
-
|
|
59
|
-
exports["default"] = Revoke;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import MeasureController from '../../Controller';
|
|
2
|
-
export interface UIControllerParams {
|
|
3
|
-
container: Element;
|
|
4
|
-
}
|
|
5
|
-
export declare class UIController {
|
|
6
|
-
private revoke?;
|
|
7
|
-
private container;
|
|
8
|
-
private mainController?;
|
|
9
|
-
private disposers;
|
|
10
|
-
private measureController;
|
|
11
|
-
constructor(measureController: MeasureController, params: UIControllerParams);
|
|
12
|
-
dispose(): void;
|
|
13
|
-
show(): this;
|
|
14
|
-
hide(): this;
|
|
15
|
-
private handleExit;
|
|
16
|
-
}
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
require("core-js/modules/es.object.define-property.js");
|
|
4
|
-
|
|
5
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
6
|
-
|
|
7
|
-
Object.defineProperty(exports, "__esModule", {
|
|
8
|
-
value: true
|
|
9
|
-
});
|
|
10
|
-
exports.UIController = void 0;
|
|
11
|
-
|
|
12
|
-
require("core-js/modules/es.object.assign.js");
|
|
13
|
-
|
|
14
|
-
require("core-js/modules/es.array.for-each.js");
|
|
15
|
-
|
|
16
|
-
require("core-js/modules/web.dom-collections.for-each.js");
|
|
17
|
-
|
|
18
|
-
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
|
19
|
-
|
|
20
|
-
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
|
21
|
-
|
|
22
|
-
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
23
|
-
|
|
24
|
-
var _HTML = _interopRequireDefault(require("./HTML"));
|
|
25
|
-
|
|
26
|
-
var _style = require("./style");
|
|
27
|
-
|
|
28
|
-
var _MainBtnController = require("./MainBtnController");
|
|
29
|
-
|
|
30
|
-
var _Revoke = _interopRequireDefault(require("./Revoke"));
|
|
31
|
-
|
|
32
|
-
var UIController = /*#__PURE__*/function () {
|
|
33
|
-
function UIController(measureController, params) {
|
|
34
|
-
var _this = this;
|
|
35
|
-
|
|
36
|
-
(0, _classCallCheck2["default"])(this, UIController);
|
|
37
|
-
(0, _defineProperty2["default"])(this, "disposers", []);
|
|
38
|
-
(0, _defineProperty2["default"])(this, "handleExit", function () {
|
|
39
|
-
var exitIcon = _this.container.querySelector('.fpm__exit-icon');
|
|
40
|
-
|
|
41
|
-
var exitItem = _this.container.querySelector('.fpm__exit');
|
|
42
|
-
|
|
43
|
-
if (!exitItem || !exitIcon) throw new Error('cannot find dom');
|
|
44
|
-
Object.assign(exitItem.style, _style.exitItemStyle);
|
|
45
|
-
Object.assign(exitIcon === null || exitIcon === void 0 ? void 0 : exitIcon.style, _style.exitIconStyle);
|
|
46
|
-
|
|
47
|
-
var onMouseEnter = function onMouseEnter() {
|
|
48
|
-
return exitItem.style.opacity = '1';
|
|
49
|
-
};
|
|
50
|
-
|
|
51
|
-
var onMouseLeave = function onMouseLeave() {
|
|
52
|
-
return exitItem.style.opacity = '0.7';
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
var handleClick = function handleClick() {
|
|
56
|
-
_this.measureController.close();
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
exitIcon.addEventListener('click', handleClick);
|
|
60
|
-
exitIcon.addEventListener('mouseenter', onMouseEnter);
|
|
61
|
-
exitIcon.addEventListener('mouseleave', onMouseLeave);
|
|
62
|
-
return function () {
|
|
63
|
-
exitIcon.removeEventListener('click', handleClick);
|
|
64
|
-
exitIcon.removeEventListener('mouseenter', onMouseEnter);
|
|
65
|
-
exitIcon.removeEventListener('mouseleave', onMouseLeave);
|
|
66
|
-
};
|
|
67
|
-
});
|
|
68
|
-
this.measureController = measureController;
|
|
69
|
-
this.container = document.createElement('div');
|
|
70
|
-
this.container.innerHTML = _HTML["default"];
|
|
71
|
-
this.container.classList.add('fpm__ui-controller');
|
|
72
|
-
params.container.appendChild(this.container);
|
|
73
|
-
var textDoms = this.container.querySelectorAll('.fpm__text');
|
|
74
|
-
var UIItems = this.container.querySelectorAll('.fpm__ui-item');
|
|
75
|
-
var bgDom = this.container.querySelector('.fpm_ui-bg');
|
|
76
|
-
var operatingSpaceDom = this.container.querySelector('.fpm_operating-space');
|
|
77
|
-
Object.assign(bgDom === null || bgDom === void 0 ? void 0 : bgDom.style, _style.controllerBackgroundStyle);
|
|
78
|
-
Object.assign(operatingSpaceDom === null || operatingSpaceDom === void 0 ? void 0 : operatingSpaceDom.style, _style.operatingSpaceStyle);
|
|
79
|
-
Object.assign(this.container.style, _style.uiWrapperStyle);
|
|
80
|
-
UIItems.forEach(function (item) {
|
|
81
|
-
return Object.assign(item.style, _style.buttonGroupStyle);
|
|
82
|
-
});
|
|
83
|
-
textDoms.forEach(function (item) {
|
|
84
|
-
return Object.assign(item.style, _style.textStyle);
|
|
85
|
-
});
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
(0, _createClass2["default"])(UIController, [{
|
|
89
|
-
key: "dispose",
|
|
90
|
-
value: function dispose() {
|
|
91
|
-
this.hide();
|
|
92
|
-
this.container.remove();
|
|
93
|
-
}
|
|
94
|
-
}, {
|
|
95
|
-
key: "show",
|
|
96
|
-
value: function show() {
|
|
97
|
-
this.container.style.opacity = '1';
|
|
98
|
-
this.container.style.transform = 'translate(0, 0)';
|
|
99
|
-
this.revoke = new _Revoke["default"](this.measureController, this.container);
|
|
100
|
-
this.mainController = new _MainBtnController.MainBtnController(this.measureController, this.container);
|
|
101
|
-
this.disposers.push(this.handleExit());
|
|
102
|
-
return this;
|
|
103
|
-
}
|
|
104
|
-
}, {
|
|
105
|
-
key: "hide",
|
|
106
|
-
value: function hide() {
|
|
107
|
-
var _this$revoke, _this$mainController;
|
|
108
|
-
|
|
109
|
-
this.container.style.opacity = '0';
|
|
110
|
-
this.container.style.transform = 'translate(0, 10px)';
|
|
111
|
-
(_this$revoke = this.revoke) === null || _this$revoke === void 0 ? void 0 : _this$revoke.dispose();
|
|
112
|
-
(_this$mainController = this.mainController) === null || _this$mainController === void 0 ? void 0 : _this$mainController.dispose();
|
|
113
|
-
this.disposers.forEach(function (disposer) {
|
|
114
|
-
return disposer();
|
|
115
|
-
});
|
|
116
|
-
this.disposers = [];
|
|
117
|
-
return this;
|
|
118
|
-
}
|
|
119
|
-
}]);
|
|
120
|
-
return UIController;
|
|
121
|
-
}();
|
|
122
|
-
|
|
123
|
-
exports.UIController = UIController;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare const addHoverImage = "//vrlab-static.ljcdn.com/release/web/measure/add-hover.944fffad.png";
|
|
2
|
-
export declare const addNormalImage = "//vrlab-static.ljcdn.com/release/web/measure/add-normal.39e967e9.png";
|
|
3
|
-
export declare const cancelHoverImage = "//vrlab-static.ljcdn.com/release/web/measure/canale-hover.74b37e24.png";
|
|
4
|
-
export declare const cancelNormalImage = "//vrlab-static.ljcdn.com/release/web/measure/cancle-normal.77bb326c.png";
|
|
5
|
-
export declare const doneHoverImage = "//vrlab-static.ljcdn.com/release/web/measure/done-hover.9e09438b.png";
|
|
6
|
-
export declare const doneNormalImage = "//vrlab-static.ljcdn.com/release/web/measure/done-normal.4fcddd73.png";
|
|
7
|
-
export declare const exitImage = "//vrlab-static.ljcdn.com/release/web/measure/exit.6693ad51.png";
|
|
8
|
-
export declare const revokeImage = "//vrlab-static.ljcdn.com/release/web/measure/revoke.3e424843.png";
|
|
9
|
-
export declare const uiWrapperStyle: Partial<CSSStyleDeclaration>;
|
|
10
|
-
export declare const operatingSpaceStyle: Partial<CSSStyleDeclaration>;
|
|
11
|
-
export declare const buttonGroupStyle: Partial<CSSStyleDeclaration>;
|
|
12
|
-
export declare const controllerBackgroundStyle: Partial<CSSStyleDeclaration>;
|
|
13
|
-
export declare const mainItemStyle: Partial<CSSStyleDeclaration>;
|
|
14
|
-
export declare const exitItemStyle: Partial<CSSStyleDeclaration>;
|
|
15
|
-
export declare const mainIconStyle: Partial<CSSStyleDeclaration>;
|
|
16
|
-
export declare const exitIconStyle: Partial<CSSStyleDeclaration>;
|
|
17
|
-
export declare const textStyle: Partial<CSSStyleDeclaration>;
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
require("core-js/modules/es.object.define-property.js");
|
|
4
|
-
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports.uiWrapperStyle = exports.textStyle = exports.revokeImage = exports.operatingSpaceStyle = exports.mainItemStyle = exports.mainIconStyle = exports.exitItemStyle = exports.exitImage = exports.exitIconStyle = exports.doneNormalImage = exports.doneHoverImage = exports.controllerBackgroundStyle = exports.cancelNormalImage = exports.cancelHoverImage = exports.buttonGroupStyle = exports.addNormalImage = exports.addHoverImage = void 0;
|
|
9
|
-
var addHoverImage = '//vrlab-static.ljcdn.com/release/web/measure/add-hover.944fffad.png';
|
|
10
|
-
exports.addHoverImage = addHoverImage;
|
|
11
|
-
var addNormalImage = '//vrlab-static.ljcdn.com/release/web/measure/add-normal.39e967e9.png';
|
|
12
|
-
exports.addNormalImage = addNormalImage;
|
|
13
|
-
var cancelHoverImage = '//vrlab-static.ljcdn.com/release/web/measure/canale-hover.74b37e24.png';
|
|
14
|
-
exports.cancelHoverImage = cancelHoverImage;
|
|
15
|
-
var cancelNormalImage = '//vrlab-static.ljcdn.com/release/web/measure/cancle-normal.77bb326c.png';
|
|
16
|
-
exports.cancelNormalImage = cancelNormalImage;
|
|
17
|
-
var doneHoverImage = '//vrlab-static.ljcdn.com/release/web/measure/done-hover.9e09438b.png';
|
|
18
|
-
exports.doneHoverImage = doneHoverImage;
|
|
19
|
-
var doneNormalImage = '//vrlab-static.ljcdn.com/release/web/measure/done-normal.4fcddd73.png';
|
|
20
|
-
exports.doneNormalImage = doneNormalImage;
|
|
21
|
-
var exitImage = '//vrlab-static.ljcdn.com/release/web/measure/exit.6693ad51.png';
|
|
22
|
-
exports.exitImage = exitImage;
|
|
23
|
-
var revokeImage = '//vrlab-static.ljcdn.com/release/web/measure/revoke.3e424843.png';
|
|
24
|
-
exports.revokeImage = revokeImage;
|
|
25
|
-
var uiWrapperStyle = {
|
|
26
|
-
position: 'absolute',
|
|
27
|
-
top: '0',
|
|
28
|
-
left: '0',
|
|
29
|
-
width: '100%',
|
|
30
|
-
height: '100%',
|
|
31
|
-
opacity: '0',
|
|
32
|
-
transform: 'translate(0, 10px)',
|
|
33
|
-
transition: 'opacity 500ms ease-in-out, transform 500ms ease-in-out'
|
|
34
|
-
};
|
|
35
|
-
exports.uiWrapperStyle = uiWrapperStyle;
|
|
36
|
-
var operatingSpaceStyle = {
|
|
37
|
-
position: 'absolute',
|
|
38
|
-
left: '50%',
|
|
39
|
-
bottom: '32px',
|
|
40
|
-
transform: 'translateX(-50%)',
|
|
41
|
-
width: '300px',
|
|
42
|
-
height: '89px',
|
|
43
|
-
display: 'flex',
|
|
44
|
-
justifyContent: 'space-between',
|
|
45
|
-
fontSize: '16px',
|
|
46
|
-
pointerEvents: 'all',
|
|
47
|
-
color: '#fff',
|
|
48
|
-
zIndex: '10'
|
|
49
|
-
};
|
|
50
|
-
exports.operatingSpaceStyle = operatingSpaceStyle;
|
|
51
|
-
var buttonGroupStyle = {
|
|
52
|
-
height: '100%',
|
|
53
|
-
width: 'max-content',
|
|
54
|
-
display: 'flex',
|
|
55
|
-
flexDirection: 'column',
|
|
56
|
-
justifyContent: 'space-between',
|
|
57
|
-
alignItems: 'center'
|
|
58
|
-
}; // 操作区下方的背景
|
|
59
|
-
|
|
60
|
-
exports.buttonGroupStyle = buttonGroupStyle;
|
|
61
|
-
var controllerBackgroundStyle = {
|
|
62
|
-
position: 'absolute',
|
|
63
|
-
bottom: '0',
|
|
64
|
-
left: '0',
|
|
65
|
-
opacity: '0.5',
|
|
66
|
-
width: '100%',
|
|
67
|
-
height: '184px',
|
|
68
|
-
background: "linear-gradient(180deg, rgba(0,0,0,0.00) 0%, #000000 100%)",
|
|
69
|
-
zIndex: '0'
|
|
70
|
-
}; // item
|
|
71
|
-
|
|
72
|
-
exports.controllerBackgroundStyle = controllerBackgroundStyle;
|
|
73
|
-
var mainItemStyle = {
|
|
74
|
-
margin: '0 80px',
|
|
75
|
-
opacity: '0.7'
|
|
76
|
-
};
|
|
77
|
-
exports.mainItemStyle = mainItemStyle;
|
|
78
|
-
var exitItemStyle = {
|
|
79
|
-
opacity: '0.7'
|
|
80
|
-
}; // icon
|
|
81
|
-
|
|
82
|
-
exports.exitItemStyle = exitItemStyle;
|
|
83
|
-
var mainIconStyle = {
|
|
84
|
-
width: '60px',
|
|
85
|
-
height: '60px',
|
|
86
|
-
backgroundSize: '100%',
|
|
87
|
-
cursor: 'pointer'
|
|
88
|
-
};
|
|
89
|
-
exports.mainIconStyle = mainIconStyle;
|
|
90
|
-
var exitIconStyle = {
|
|
91
|
-
width: '40px',
|
|
92
|
-
height: '40px',
|
|
93
|
-
marginTop: '10px',
|
|
94
|
-
backgroundSize: '100%',
|
|
95
|
-
cursor: 'pointer'
|
|
96
|
-
}; // text
|
|
97
|
-
|
|
98
|
-
exports.exitIconStyle = exitIconStyle;
|
|
99
|
-
var textStyle = {
|
|
100
|
-
cursor: 'default',
|
|
101
|
-
userSelect: 'none'
|
|
102
|
-
};
|
|
103
|
-
exports.textStyle = textStyle;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { FivePlugin } from '@realsee/five';
|
|
2
|
-
import MeasureController, { MeasurePluginParameter } from './Controller';
|
|
3
|
-
declare const MeasurePlugin: FivePlugin<MeasurePluginParameter, PluginReturns>;
|
|
4
|
-
export default MeasurePlugin;
|
|
5
|
-
export declare type PluginReturns = MeasureController;
|
|
6
|
-
export type { PluginEvent } from './typings/event.type';
|
|
7
|
-
export type { LineJson, PointJson } from './typings/data';
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
require("core-js/modules/es.object.define-property.js");
|
|
4
|
-
|
|
5
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
6
|
-
|
|
7
|
-
Object.defineProperty(exports, "__esModule", {
|
|
8
|
-
value: true
|
|
9
|
-
});
|
|
10
|
-
exports["default"] = void 0;
|
|
11
|
-
|
|
12
|
-
var _Controller = _interopRequireDefault(require("./Controller"));
|
|
13
|
-
|
|
14
|
-
var MeasurePlugin = function MeasurePlugin(five, params) {
|
|
15
|
-
return new _Controller["default"](five, params);
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
var _default = MeasurePlugin; // 类型导出
|
|
19
|
-
|
|
20
|
-
exports["default"] = _default;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
export interface LineCompletelyJson {
|
|
2
|
-
id: string;
|
|
3
|
-
points: PointJson[];
|
|
4
|
-
}
|
|
5
|
-
export interface PolylineCompletelyJson {
|
|
6
|
-
id: string;
|
|
7
|
-
points: PointJson[];
|
|
8
|
-
lines: LineCompletelyJson[];
|
|
9
|
-
}
|
|
10
|
-
export interface LineJson {
|
|
11
|
-
id: string;
|
|
12
|
-
points: string[];
|
|
13
|
-
}
|
|
14
|
-
export interface PolylineJson {
|
|
15
|
-
id: string;
|
|
16
|
-
points: string[];
|
|
17
|
-
lines: string[];
|
|
18
|
-
}
|
|
19
|
-
export interface PointJson {
|
|
20
|
-
id: string;
|
|
21
|
-
lines: string[];
|
|
22
|
-
position: number[];
|
|
23
|
-
}
|
|
24
|
-
export interface PluginData {
|
|
25
|
-
lines: LineJson[];
|
|
26
|
-
points: PointJson[];
|
|
27
|
-
polylines: PolylineJson[];
|
|
28
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { SubscribeEventMap } from '@realsee/five';
|
|
2
|
-
import { Vector3 } from 'three';
|
|
3
|
-
import { Mode } from '../Controller';
|
|
4
|
-
import { LineCompletelyJson } from './data';
|
|
5
|
-
interface ControllerEvent extends SubscribeEventMap {
|
|
6
|
-
/**
|
|
7
|
-
* Mode 变更
|
|
8
|
-
*/
|
|
9
|
-
modeChange: (mode: Mode) => void;
|
|
10
|
-
}
|
|
11
|
-
interface WatchEvent extends SubscribeEventMap {
|
|
12
|
-
selectedChange: (lines: LineCompletelyJson[]) => void;
|
|
13
|
-
}
|
|
14
|
-
interface EditEvent {
|
|
15
|
-
/**
|
|
16
|
-
* 编辑线条变更
|
|
17
|
-
*/
|
|
18
|
-
editedLineChange: (lines: LineCompletelyJson[]) => void;
|
|
19
|
-
anchorChange: (anchor: Vector3 | null) => void;
|
|
20
|
-
}
|
|
21
|
-
interface DragEvent extends SubscribeEventMap {
|
|
22
|
-
wantsDragLine: (event: {
|
|
23
|
-
point: string;
|
|
24
|
-
lines: string[];
|
|
25
|
-
}) => boolean;
|
|
26
|
-
}
|
|
27
|
-
export declare type PluginEvent = ControllerEvent & EditEvent & WatchEvent & DragEvent;
|
|
28
|
-
export {};
|