@realsee/dnalogel 3.47.3 → 3.47.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/CHANGELOG.md +6 -0
- package/dist/Sculpt/Meshes/Polygon.d.ts +1 -1
- package/dist/Sculpt/Meshes/PolygonWithEdge.d.ts +1 -1
- package/dist/Sculpt/utils/Meshes/getLengthHTML.d.ts +1 -0
- package/dist/Sculpt/utils/three/ColoredMesh.d.ts +2 -2
- package/dist/index.cjs.js +79 -55
- package/dist/index.js +5073 -5050
- package/dist/index.umd.js +74 -50
- package/dist/shared-utils/five/vector3ToScreen.d.ts +4 -4
- package/dist/shared-utils/tag.d.ts +1 -3
- package/dist/shared-utils/three/Magnifier.d.ts +1 -0
- package/dist/shared-utils/three/index.d.ts +0 -2
- package/dist/shared-utils/three/raycaster.d.ts +2 -0
- package/libs/AreaMakerPlugin/Controller.js +16 -14
- package/libs/AreaMakerPlugin/index.js +18 -16
- package/libs/AreaMakerPlugin/utils/Item.js +55 -53
- package/libs/CSS3DRenderPlugin/Controller.js +14 -12
- package/libs/CSS3DRenderPlugin/index.js +21 -19
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +15 -13
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +16 -14
- package/libs/CruisePlugin/BaseController.js +29 -27
- package/libs/CruisePlugin/Move.js +21 -19
- package/libs/CruisePlugin/Work.js +16 -14
- package/libs/CruisePlugin/index.js +22 -20
- package/libs/CurrentPanoImagePlugin/Controller.js +25 -23
- package/libs/CurrentPanoImagePlugin/index.js +19 -17
- package/libs/GuideLinePlugin/Controller.js +18 -16
- package/libs/GuideLinePlugin/GuideLineItem.js +18 -16
- package/libs/GuideLinePlugin/GuideLineModeItem/index.js +3 -4
- package/libs/GuideLinePlugin/GuideLineModeItem.js +18 -16
- package/libs/GuideLinePlugin/index.js +22 -20
- package/libs/ModelMakerPlugin/Controller.js +22 -20
- package/libs/ModelMakerPlugin/index.js +18 -16
- package/libs/ModelMakerPlugin/item/baseItem.js +14 -13
- package/libs/ModelMakerPlugin/item/boxItem.js +3 -2
- package/libs/ModelMakerPlugin/item/polygonItem.js +6 -5
- package/libs/ModelMakerPlugin/item/prismItem.js +3 -2
- package/libs/ModelTVVideoPlugin/Plugin.js +17 -15
- package/libs/ModelTVVideoPlugin/index.js +16 -14
- package/libs/Object3DHelperPlugin/Controller.js +17 -15
- package/libs/Object3DHelperPlugin/index.js +21 -19
- package/libs/PanoCompassPlugin/Controller.js +18 -16
- package/libs/PanoCompassPlugin/index.js +19 -17
- package/libs/PanoDoorLabelPlugin/BaseController.js +18 -16
- package/libs/PanoDoorLabelPlugin/Controller.js +38 -36
- package/libs/PanoDoorLabelPlugin/index.js +19 -17
- package/libs/PanoMeasurePlugin/Components/Controller0.js +15 -13
- package/libs/PanoMeasurePlugin/Components/Controller1.js +15 -13
- package/libs/PanoMeasurePlugin/Controller/EditController.js +14 -12
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +15 -13
- package/libs/PanoMeasurePlugin/Controller/index.js +13 -11
- package/libs/PanoMeasurePlugin/Model/area.js +15 -13
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +15 -13
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +15 -13
- package/libs/PanoMeasurePlugin/index.js +24 -22
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +15 -13
- package/libs/PanoSpatialTagPlugin/Plugin.js +17 -15
- package/libs/PanoSpatialTagPlugin/index.js +14 -12
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +17 -15
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +16 -14
- package/libs/PanoTagPlugin/Components/Tag/index.js +16 -14
- package/libs/PanoTagPlugin/Components/TagContainer.js +16 -14
- package/libs/PanoTagPlugin/Components/TagItem.js +16 -14
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +60 -60
- package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +16 -14
- package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +16 -14
- package/libs/PanoTagPlugin/controller/Tag/PointTag.js +18 -16
- package/libs/PanoTagPlugin/controller/TagRender.js +15 -13
- package/libs/PanoTagPlugin/controller/TagUtil.js +16 -14
- package/libs/PanoTagPlugin/controller/index.js +18 -16
- package/libs/PanoTagPlugin/index.js +24 -22
- package/libs/PanoTagPlugin/utils/tag/calculateTagConfig.js +17 -15
- package/libs/PanoVideoPlugin/Controller.js +18 -16
- package/libs/PanoVideoPlugin/VideoMeshController.js +18 -16
- package/libs/PanoVideoPlugin/index.js +21 -19
- package/libs/PipelinePlugin/Controller.js +17 -15
- package/libs/PipelinePlugin/index.js +19 -17
- package/libs/PipelinePlugin/utils/Objects/FlowPipe.js +18 -16
- package/libs/PipelinePlugin/utils/Objects/HighlightPipe.js +18 -16
- package/libs/PipelinePlugin/utils/Objects/Pipe.js +35 -33
- package/libs/Sculpt/Meshes/Box.js +6 -7
- package/libs/Sculpt/Meshes/Cylinder.js +15 -16
- package/libs/Sculpt/Meshes/Line.js +61 -55
- package/libs/Sculpt/Meshes/Point.js +6 -7
- package/libs/Sculpt/Meshes/Polygon.d.ts +1 -1
- package/libs/Sculpt/Meshes/PolygonWithEdge.d.ts +1 -1
- package/libs/Sculpt/Meshes/Polyline.js +5 -6
- package/libs/Sculpt/Meshes/Rectangle.js +3 -4
- package/libs/Sculpt/Objects/Line/Editor.js +15 -16
- package/libs/Sculpt/Objects/Line/index.js +35 -35
- package/libs/Sculpt/Objects/Polygon/index.js +55 -61
- package/libs/Sculpt/Objects/Polyline/index.js +45 -45
- package/libs/Sculpt/index.js +1 -1
- package/libs/Sculpt/utils/Meshes/getLengthHTML.d.ts +1 -0
- package/libs/Sculpt/utils/Meshes/getLengthHTML.js +34 -0
- package/libs/Sculpt/utils/three/ColoredMesh.d.ts +2 -2
- package/libs/Sculpt/utils/three/ColoredMesh.js +3 -4
- package/libs/base/BasePlugin.js +14 -15
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +15 -13
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +19 -17
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +15 -13
- package/libs/floorplan/ModelFloorplanPlugin/index.js +19 -17
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +18 -16
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +19 -17
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +15 -13
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +19 -17
- package/libs/floorplan/index.js +1 -2
- package/libs/index.js +15 -15
- package/libs/shared-utils/Object3DHelper/utils/getMouseRaycaster.js +7 -7
- package/libs/shared-utils/five/index.js +3 -4
- package/libs/shared-utils/five/lookObject.js +3 -4
- package/libs/shared-utils/five/vector3ToScreen.d.ts +4 -4
- package/libs/shared-utils/five/vector3ToScreen.js +9 -4
- package/libs/shared-utils/index.js +45 -49
- package/libs/shared-utils/logger.js +1 -1
- package/libs/shared-utils/tag.d.ts +1 -3
- package/libs/shared-utils/tag.js +37 -29
- package/libs/shared-utils/three/Magnifier.d.ts +1 -0
- package/libs/shared-utils/three/Magnifier.js +23 -24
- package/libs/shared-utils/three/index.d.ts +0 -2
- package/libs/shared-utils/three/index.js +1 -2
- package/libs/shared-utils/three/raycaster.d.ts +2 -0
- package/libs/shared-utils/three/raycaster.js +6 -0
- package/package.json +2 -2
- package/dist/shared-utils/three/getIntersect.d.ts +0 -21
- package/dist/shared-utils/three/getRaycaster.d.ts +0 -6
- package/libs/shared-utils/three/getIntersect.d.ts +0 -21
- package/libs/shared-utils/three/getIntersect.js +0 -24
- package/libs/shared-utils/three/getRaycaster.d.ts +0 -6
- package/libs/shared-utils/three/getRaycaster.js +0 -12
|
@@ -5,12 +5,24 @@ import { vertexShader as M, fragmentShader as P } from "./utils/shader.js";
|
|
|
5
5
|
import { VideoTexture as F, LinearFilter as c, ShaderMaterial as y, Vector4 as x, SphereBufferGeometry as L, Mesh as V, Vector3 as m, Quaternion as b } from "three";
|
|
6
6
|
import "hammerjs";
|
|
7
7
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
8
|
-
import "
|
|
9
|
-
import "../Sculpt/utils/Modules/Global.js";
|
|
8
|
+
import "../Sculpt/Meshes/Line.js";
|
|
10
9
|
import "../shared-utils/three/THREESphere.js";
|
|
11
10
|
import A from "animejs";
|
|
12
11
|
import { requestAnimationFrameInterval as D } from "../shared-utils/animationFrame/index.js";
|
|
13
12
|
import E from "./utils/index.js";
|
|
13
|
+
import "../Sculpt/typings/style.js";
|
|
14
|
+
import "../shared-utils/five/FiveLine.js";
|
|
15
|
+
import "@realsee/five/line";
|
|
16
|
+
import "../shared-utils/positionToVector3.js";
|
|
17
|
+
import "../shared-utils/three/IObject3D.js";
|
|
18
|
+
import "../shared-utils/three/centerPoint.js";
|
|
19
|
+
import "../shared-utils/isNil.js";
|
|
20
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
21
|
+
import "../shared-utils/tag.js";
|
|
22
|
+
import "../shared-utils/five/vector3ToScreen.js";
|
|
23
|
+
import "../shared-utils/five/getFiveModel.js";
|
|
24
|
+
import "../shared-utils/three/raycaster.js";
|
|
25
|
+
import "../Sculpt/utils/Modules/Global.js";
|
|
14
26
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
15
27
|
import "../Object3DHelperPlugin/Controller.js";
|
|
16
28
|
import "../base/BasePlugin.js";
|
|
@@ -19,29 +31,23 @@ import "../shared-utils/Utils/FiveUtil.js";
|
|
|
19
31
|
import "../shared-utils/Utils/BaseUtil.js";
|
|
20
32
|
import "../shared-utils/Utils/WorkUtil.js";
|
|
21
33
|
import "../shared-utils/five/transformPosition.js";
|
|
22
|
-
import "../shared-utils/five/getFiveModel.js";
|
|
23
34
|
import "../shared-utils/url/absoluteUrl.js";
|
|
24
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
25
35
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
26
36
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
27
37
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
28
|
-
import "../shared-utils/three/IObject3D.js";
|
|
29
38
|
import "../shared-utils/three/boundingBox.js";
|
|
30
39
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
31
40
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
32
41
|
import "../shared-utils/Object3DHelper/Constants/color.js";
|
|
33
42
|
import "../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
34
43
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
35
|
-
import "../shared-utils/positionToVector3.js";
|
|
36
44
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
37
45
|
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
38
46
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
39
47
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
40
48
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
41
49
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
42
|
-
import "../shared-utils/three/centerPoint.js";
|
|
43
50
|
import "../shared-utils/three/getObjectVisible.js";
|
|
44
|
-
import "../shared-utils/isNil.js";
|
|
45
51
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
46
52
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
47
53
|
import "../shared-utils/util.js";
|
|
@@ -82,17 +88,13 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
82
88
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
83
89
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
84
90
|
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
85
|
-
import "../Sculpt/Meshes/Line.js";
|
|
86
|
-
import "../Sculpt/typings/style.js";
|
|
87
|
-
import "../shared-utils/five/FiveLine.js";
|
|
88
|
-
import "../shared-utils/tag.js";
|
|
89
|
-
import "../shared-utils/five/vector3ToScreen.js";
|
|
90
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
91
91
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
92
92
|
import "../shared-utils/isTouchDevice.js";
|
|
93
93
|
import "../shared-utils/five/getPosition.js";
|
|
94
94
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
95
|
-
|
|
95
|
+
import "../Sculpt/utils/removeAllTag.js";
|
|
96
|
+
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
97
|
+
class ce {
|
|
96
98
|
/** 初始化视频、模型以及相关事件监听。 */
|
|
97
99
|
constructor(i, e) {
|
|
98
100
|
t(this, "video");
|
|
@@ -368,5 +370,5 @@ class le {
|
|
|
368
370
|
}
|
|
369
371
|
}
|
|
370
372
|
export {
|
|
371
|
-
|
|
373
|
+
ce as VideoMeshController
|
|
372
374
|
};
|
|
@@ -1,45 +1,51 @@
|
|
|
1
1
|
import { PanoVideoPluginController as r } from "./Controller.js";
|
|
2
|
-
import { typings as
|
|
2
|
+
import { typings as Uo } from "./typings/index.js";
|
|
3
3
|
import "./VideoMeshController.js";
|
|
4
4
|
import "./utils/shader.js";
|
|
5
5
|
import "three";
|
|
6
6
|
import "hammerjs";
|
|
7
7
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
8
|
+
import "../Sculpt/Meshes/Line.js";
|
|
9
|
+
import "../Sculpt/typings/style.js";
|
|
10
|
+
import "../shared-utils/five/FiveLine.js";
|
|
8
11
|
import "@realsee/five/line";
|
|
12
|
+
import "../shared-utils/positionToVector3.js";
|
|
13
|
+
import "../shared-utils/three/IObject3D.js";
|
|
14
|
+
import "../shared-utils/three/centerPoint.js";
|
|
15
|
+
import "../shared-utils/three/THREESphere.js";
|
|
16
|
+
import "animejs";
|
|
17
|
+
import "../shared-utils/isNil.js";
|
|
18
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
19
|
+
import "../shared-utils/tag.js";
|
|
20
|
+
import "../shared-utils/five/vector3ToScreen.js";
|
|
21
|
+
import "../shared-utils/five/getFiveModel.js";
|
|
22
|
+
import "../shared-utils/three/raycaster.js";
|
|
9
23
|
import "../Sculpt/utils/Modules/Global.js";
|
|
10
24
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
11
25
|
import "../Object3DHelperPlugin/Controller.js";
|
|
12
26
|
import "../base/BasePlugin.js";
|
|
13
27
|
import "../shared-utils/Subscribe.js";
|
|
14
|
-
import "../shared-utils/three/THREESphere.js";
|
|
15
|
-
import "animejs";
|
|
16
28
|
import "../shared-utils/Utils/FiveUtil.js";
|
|
17
29
|
import "../shared-utils/Utils/BaseUtil.js";
|
|
18
30
|
import "../shared-utils/Utils/WorkUtil.js";
|
|
19
31
|
import "../shared-utils/five/transformPosition.js";
|
|
20
|
-
import "../shared-utils/five/getFiveModel.js";
|
|
21
32
|
import "../shared-utils/url/absoluteUrl.js";
|
|
22
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
23
33
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
24
34
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
25
35
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
26
|
-
import "../shared-utils/three/IObject3D.js";
|
|
27
36
|
import "../shared-utils/three/boundingBox.js";
|
|
28
37
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
29
38
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
30
39
|
import "../shared-utils/Object3DHelper/Constants/color.js";
|
|
31
40
|
import "../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
32
41
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
33
|
-
import "../shared-utils/positionToVector3.js";
|
|
34
42
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
35
43
|
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
36
44
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
37
45
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
38
46
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
39
47
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
40
|
-
import "../shared-utils/three/centerPoint.js";
|
|
41
48
|
import "../shared-utils/three/getObjectVisible.js";
|
|
42
|
-
import "../shared-utils/isNil.js";
|
|
43
49
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
44
50
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
45
51
|
import "../shared-utils/util.js";
|
|
@@ -80,21 +86,17 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
80
86
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
81
87
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
82
88
|
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
83
|
-
import "../Sculpt/Meshes/Line.js";
|
|
84
|
-
import "../Sculpt/typings/style.js";
|
|
85
|
-
import "../shared-utils/five/FiveLine.js";
|
|
86
|
-
import "../shared-utils/tag.js";
|
|
87
|
-
import "../shared-utils/five/vector3ToScreen.js";
|
|
88
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
89
89
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
90
90
|
import "../shared-utils/isTouchDevice.js";
|
|
91
91
|
import "../shared-utils/five/getPosition.js";
|
|
92
92
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
93
|
+
import "../Sculpt/utils/removeAllTag.js";
|
|
94
|
+
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
93
95
|
import "../shared-utils/animationFrame/index.js";
|
|
94
96
|
import "./utils/index.js";
|
|
95
|
-
const
|
|
97
|
+
const Qo = (o) => new r(o);
|
|
96
98
|
export {
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
99
|
+
Qo as PanoVideoPlugin,
|
|
100
|
+
Uo as PanoVideoPluginType,
|
|
101
|
+
Qo as default
|
|
100
102
|
};
|
|
@@ -37,37 +37,43 @@ import "../base/BasePlugin.js";
|
|
|
37
37
|
import "../shared-utils/Subscribe.js";
|
|
38
38
|
import "hammerjs";
|
|
39
39
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
40
|
+
import "../Sculpt/Meshes/Line.js";
|
|
41
|
+
import "../Sculpt/typings/style.js";
|
|
42
|
+
import "../shared-utils/five/FiveLine.js";
|
|
40
43
|
import "@realsee/five/line";
|
|
44
|
+
import "../shared-utils/positionToVector3.js";
|
|
45
|
+
import "../shared-utils/three/IObject3D.js";
|
|
46
|
+
import "../shared-utils/three/centerPoint.js";
|
|
47
|
+
import "../shared-utils/three/THREESphere.js";
|
|
48
|
+
import "animejs";
|
|
49
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
50
|
+
import "../shared-utils/tag.js";
|
|
51
|
+
import "../shared-utils/five/vector3ToScreen.js";
|
|
52
|
+
import "../shared-utils/five/getFiveModel.js";
|
|
53
|
+
import "../shared-utils/three/raycaster.js";
|
|
41
54
|
import "../Sculpt/utils/Modules/Global.js";
|
|
42
55
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
43
56
|
import "../Object3DHelperPlugin/Controller.js";
|
|
44
|
-
import "../shared-utils/three/THREESphere.js";
|
|
45
57
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
46
58
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
47
59
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
48
|
-
import "../shared-utils/three/IObject3D.js";
|
|
49
60
|
import "../shared-utils/three/boundingBox.js";
|
|
50
61
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
51
62
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
52
63
|
import "../shared-utils/Object3DHelper/Constants/color.js";
|
|
53
64
|
import "../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
54
65
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
55
|
-
import "../shared-utils/positionToVector3.js";
|
|
56
66
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
57
67
|
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
58
68
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
59
69
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
60
70
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
61
71
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
62
|
-
import "../shared-utils/three/centerPoint.js";
|
|
63
72
|
import "../shared-utils/three/getObjectVisible.js";
|
|
64
|
-
import "animejs";
|
|
65
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
66
73
|
import "../shared-utils/Utils/FiveUtil.js";
|
|
67
74
|
import "../shared-utils/Utils/BaseUtil.js";
|
|
68
75
|
import "../shared-utils/Utils/WorkUtil.js";
|
|
69
76
|
import "../shared-utils/five/transformPosition.js";
|
|
70
|
-
import "../shared-utils/five/getFiveModel.js";
|
|
71
77
|
import "../shared-utils/url/absoluteUrl.js";
|
|
72
78
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
73
79
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -109,16 +115,12 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
109
115
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
110
116
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
111
117
|
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
112
|
-
import "../Sculpt/Meshes/Line.js";
|
|
113
|
-
import "../Sculpt/typings/style.js";
|
|
114
|
-
import "../shared-utils/five/FiveLine.js";
|
|
115
|
-
import "../shared-utils/tag.js";
|
|
116
|
-
import "../shared-utils/five/vector3ToScreen.js";
|
|
117
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
118
118
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
119
119
|
import "../shared-utils/isTouchDevice.js";
|
|
120
120
|
import "../shared-utils/five/getPosition.js";
|
|
121
121
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
122
|
+
import "../Sculpt/utils/removeAllTag.js";
|
|
123
|
+
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
122
124
|
import "../shared-utils/isTruelyObject.js";
|
|
123
125
|
import "../shared-utils/animationFrame/index.js";
|
|
124
126
|
import "./utils/Objects/Pipe.js";
|
|
@@ -127,7 +129,7 @@ import "../shared-utils/three/Extras/Curves/BezierCurve3.js";
|
|
|
127
129
|
import "../shared-utils/three/Extras/Core/Interpolations.js";
|
|
128
130
|
import "../shared-utils/three/Extras/Core/Interpolations2.js";
|
|
129
131
|
const g = { flowSpeed: 0.6, rotateSpeed: 0 };
|
|
130
|
-
class
|
|
132
|
+
class Se extends S {
|
|
131
133
|
constructor(t) {
|
|
132
134
|
super(t);
|
|
133
135
|
// ==================== public properties ====================
|
|
@@ -407,5 +409,5 @@ class _e extends S {
|
|
|
407
409
|
}
|
|
408
410
|
}
|
|
409
411
|
export {
|
|
410
|
-
|
|
412
|
+
Se as Controller
|
|
411
413
|
};
|
|
@@ -5,38 +5,44 @@ import "../base/BasePlugin.js";
|
|
|
5
5
|
import "../shared-utils/Subscribe.js";
|
|
6
6
|
import "hammerjs";
|
|
7
7
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
8
|
+
import "../Sculpt/Meshes/Line.js";
|
|
9
|
+
import "../Sculpt/typings/style.js";
|
|
10
|
+
import "../shared-utils/five/FiveLine.js";
|
|
8
11
|
import "@realsee/five/line";
|
|
12
|
+
import "../shared-utils/positionToVector3.js";
|
|
13
|
+
import "../shared-utils/three/IObject3D.js";
|
|
14
|
+
import "../shared-utils/three/centerPoint.js";
|
|
15
|
+
import "../shared-utils/three/THREESphere.js";
|
|
16
|
+
import "animejs";
|
|
17
|
+
import "../shared-utils/isNil.js";
|
|
18
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
19
|
+
import "../shared-utils/tag.js";
|
|
20
|
+
import "../shared-utils/five/vector3ToScreen.js";
|
|
21
|
+
import "../shared-utils/five/getFiveModel.js";
|
|
22
|
+
import "../shared-utils/three/raycaster.js";
|
|
9
23
|
import "../Sculpt/utils/Modules/Global.js";
|
|
10
24
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
11
25
|
import "../Object3DHelperPlugin/Controller.js";
|
|
12
|
-
import "../shared-utils/three/THREESphere.js";
|
|
13
26
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
14
27
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
15
28
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
16
|
-
import "../shared-utils/three/IObject3D.js";
|
|
17
29
|
import "../shared-utils/three/boundingBox.js";
|
|
18
30
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
19
31
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
20
32
|
import "../shared-utils/Object3DHelper/Constants/color.js";
|
|
21
33
|
import "../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
22
34
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
23
|
-
import "../shared-utils/positionToVector3.js";
|
|
24
35
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
25
36
|
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
26
37
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
27
38
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
28
39
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
29
40
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
30
|
-
import "../shared-utils/three/centerPoint.js";
|
|
31
41
|
import "../shared-utils/three/getObjectVisible.js";
|
|
32
|
-
import "animejs";
|
|
33
|
-
import "../shared-utils/isNil.js";
|
|
34
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
35
42
|
import "../shared-utils/Utils/FiveUtil.js";
|
|
36
43
|
import "../shared-utils/Utils/BaseUtil.js";
|
|
37
44
|
import "../shared-utils/Utils/WorkUtil.js";
|
|
38
45
|
import "../shared-utils/five/transformPosition.js";
|
|
39
|
-
import "../shared-utils/five/getFiveModel.js";
|
|
40
46
|
import "../shared-utils/url/absoluteUrl.js";
|
|
41
47
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
42
48
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -78,16 +84,12 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
78
84
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
79
85
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
80
86
|
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
81
|
-
import "../Sculpt/Meshes/Line.js";
|
|
82
|
-
import "../Sculpt/typings/style.js";
|
|
83
|
-
import "../shared-utils/five/FiveLine.js";
|
|
84
|
-
import "../shared-utils/tag.js";
|
|
85
|
-
import "../shared-utils/five/vector3ToScreen.js";
|
|
86
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
87
87
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
88
88
|
import "../shared-utils/isTouchDevice.js";
|
|
89
89
|
import "../shared-utils/five/getPosition.js";
|
|
90
90
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
91
|
+
import "../Sculpt/utils/removeAllTag.js";
|
|
92
|
+
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
91
93
|
import "../shared-utils/equal.js";
|
|
92
94
|
import "../shared-utils/isTruelyObject.js";
|
|
93
95
|
import "../shared-utils/three/loadTexture.js";
|
|
@@ -99,8 +101,8 @@ import "../shared-utils/animationFrame/BetterTween.js";
|
|
|
99
101
|
import "../shared-utils/three/Extras/Curves/BezierCurve3.js";
|
|
100
102
|
import "../shared-utils/three/Extras/Core/Interpolations.js";
|
|
101
103
|
import "../shared-utils/three/Extras/Core/Interpolations2.js";
|
|
102
|
-
const
|
|
104
|
+
const Zr = (r) => new o(r);
|
|
103
105
|
export {
|
|
104
|
-
|
|
105
|
-
|
|
106
|
+
Zr as PipelinePlugin,
|
|
107
|
+
Zr as default
|
|
106
108
|
};
|
|
@@ -4,12 +4,24 @@ var m = (r, o, t) => (u(r, typeof o != "symbol" ? o + "" : o, t), t);
|
|
|
4
4
|
import "three";
|
|
5
5
|
import "hammerjs";
|
|
6
6
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
7
|
-
import "
|
|
8
|
-
import "../../../Sculpt/utils/Modules/Global.js";
|
|
7
|
+
import "../../../Sculpt/Meshes/Line.js";
|
|
9
8
|
import "../../../shared-utils/three/THREESphere.js";
|
|
10
9
|
import "animejs";
|
|
11
10
|
import { requestAnimationFrameInterval as c } from "../../../shared-utils/animationFrame/index.js";
|
|
12
11
|
import { ObjectPipe as h } from "./Pipe.js";
|
|
12
|
+
import "../../../Sculpt/typings/style.js";
|
|
13
|
+
import "../../../shared-utils/five/FiveLine.js";
|
|
14
|
+
import "@realsee/five/line";
|
|
15
|
+
import "../../../shared-utils/positionToVector3.js";
|
|
16
|
+
import "../../../shared-utils/three/IObject3D.js";
|
|
17
|
+
import "../../../shared-utils/three/centerPoint.js";
|
|
18
|
+
import "../../../shared-utils/isNil.js";
|
|
19
|
+
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
20
|
+
import "../../../shared-utils/tag.js";
|
|
21
|
+
import "../../../shared-utils/five/vector3ToScreen.js";
|
|
22
|
+
import "../../../shared-utils/five/getFiveModel.js";
|
|
23
|
+
import "../../../shared-utils/three/raycaster.js";
|
|
24
|
+
import "../../../Sculpt/utils/Modules/Global.js";
|
|
13
25
|
import "../../../Sculpt/utils/Modules/Cursor.js";
|
|
14
26
|
import "../../../Object3DHelperPlugin/Controller.js";
|
|
15
27
|
import "../../../base/BasePlugin.js";
|
|
@@ -18,29 +30,23 @@ import "../../../shared-utils/Utils/FiveUtil.js";
|
|
|
18
30
|
import "../../../shared-utils/Utils/BaseUtil.js";
|
|
19
31
|
import "../../../shared-utils/Utils/WorkUtil.js";
|
|
20
32
|
import "../../../shared-utils/five/transformPosition.js";
|
|
21
|
-
import "../../../shared-utils/five/getFiveModel.js";
|
|
22
33
|
import "../../../shared-utils/url/absoluteUrl.js";
|
|
23
|
-
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
24
34
|
import "../../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
25
35
|
import "../../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
26
36
|
import "../../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
27
|
-
import "../../../shared-utils/three/IObject3D.js";
|
|
28
37
|
import "../../../shared-utils/three/boundingBox.js";
|
|
29
38
|
import "../../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
30
39
|
import "../../../shared-utils/Object3DHelper/utils/direction.js";
|
|
31
40
|
import "../../../shared-utils/Object3DHelper/Constants/color.js";
|
|
32
41
|
import "../../../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
33
42
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
34
|
-
import "../../../shared-utils/positionToVector3.js";
|
|
35
43
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
36
44
|
import "../../../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
37
45
|
import "../../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
38
46
|
import "../../../CSS3DRenderPlugin/utils/even.js";
|
|
39
47
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
40
48
|
import "../../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
41
|
-
import "../../../shared-utils/three/centerPoint.js";
|
|
42
49
|
import "../../../shared-utils/three/getObjectVisible.js";
|
|
43
|
-
import "../../../shared-utils/isNil.js";
|
|
44
50
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
45
51
|
import "../../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
46
52
|
import "../../../shared-utils/util.js";
|
|
@@ -81,16 +87,12 @@ import "../../../shared-utils/three/Assets/index.js";
|
|
|
81
87
|
import "../../../shared-utils/three/PointSelector/utils/html.js";
|
|
82
88
|
import "../../../shared-utils/five/initialCSS3DRender.js";
|
|
83
89
|
import "../../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
84
|
-
import "../../../Sculpt/Meshes/Line.js";
|
|
85
|
-
import "../../../Sculpt/typings/style.js";
|
|
86
|
-
import "../../../shared-utils/five/FiveLine.js";
|
|
87
|
-
import "../../../shared-utils/tag.js";
|
|
88
|
-
import "../../../shared-utils/five/vector3ToScreen.js";
|
|
89
|
-
import "../../../Sculpt/utils/removeAllTag.js";
|
|
90
90
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
91
91
|
import "../../../shared-utils/isTouchDevice.js";
|
|
92
92
|
import "../../../shared-utils/five/getPosition.js";
|
|
93
93
|
import "../../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
94
|
+
import "../../../Sculpt/utils/removeAllTag.js";
|
|
95
|
+
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
94
96
|
import "../../../shared-utils/animationFrame/BetterTween.js";
|
|
95
97
|
import "../../../shared-utils/three/Extras/Curves/BezierCurve3.js";
|
|
96
98
|
import "../../../shared-utils/three/Extras/Core/Interpolations.js";
|
|
@@ -114,7 +116,7 @@ const d = (
|
|
|
114
116
|
}
|
|
115
117
|
`
|
|
116
118
|
);
|
|
117
|
-
class
|
|
119
|
+
class pi extends h {
|
|
118
120
|
constructor(t) {
|
|
119
121
|
super(t, d);
|
|
120
122
|
/** 初始状态下,当前水管内的水流在整体管道上的位移
|
|
@@ -172,5 +174,5 @@ class mi extends h {
|
|
|
172
174
|
}
|
|
173
175
|
}
|
|
174
176
|
export {
|
|
175
|
-
|
|
177
|
+
pi as ObjectFlowPipe
|
|
176
178
|
};
|
|
@@ -4,12 +4,24 @@ var p = (r, t, i) => (n(r, typeof t != "symbol" ? t + "" : t, i), i);
|
|
|
4
4
|
import "three";
|
|
5
5
|
import "hammerjs";
|
|
6
6
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
7
|
-
import "
|
|
8
|
-
import "../../../Sculpt/utils/Modules/Global.js";
|
|
7
|
+
import "../../../Sculpt/Meshes/Line.js";
|
|
9
8
|
import "../../../shared-utils/three/THREESphere.js";
|
|
10
9
|
import "animejs";
|
|
11
10
|
import { tweenProgress as h } from "../../../shared-utils/animationFrame/BetterTween.js";
|
|
12
11
|
import { ObjectPipe as a } from "./Pipe.js";
|
|
12
|
+
import "../../../Sculpt/typings/style.js";
|
|
13
|
+
import "../../../shared-utils/five/FiveLine.js";
|
|
14
|
+
import "@realsee/five/line";
|
|
15
|
+
import "../../../shared-utils/positionToVector3.js";
|
|
16
|
+
import "../../../shared-utils/three/IObject3D.js";
|
|
17
|
+
import "../../../shared-utils/three/centerPoint.js";
|
|
18
|
+
import "../../../shared-utils/isNil.js";
|
|
19
|
+
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
20
|
+
import "../../../shared-utils/tag.js";
|
|
21
|
+
import "../../../shared-utils/five/vector3ToScreen.js";
|
|
22
|
+
import "../../../shared-utils/five/getFiveModel.js";
|
|
23
|
+
import "../../../shared-utils/three/raycaster.js";
|
|
24
|
+
import "../../../Sculpt/utils/Modules/Global.js";
|
|
13
25
|
import "../../../Sculpt/utils/Modules/Cursor.js";
|
|
14
26
|
import "../../../Object3DHelperPlugin/Controller.js";
|
|
15
27
|
import "../../../base/BasePlugin.js";
|
|
@@ -18,29 +30,23 @@ import "../../../shared-utils/Utils/FiveUtil.js";
|
|
|
18
30
|
import "../../../shared-utils/Utils/BaseUtil.js";
|
|
19
31
|
import "../../../shared-utils/Utils/WorkUtil.js";
|
|
20
32
|
import "../../../shared-utils/five/transformPosition.js";
|
|
21
|
-
import "../../../shared-utils/five/getFiveModel.js";
|
|
22
33
|
import "../../../shared-utils/url/absoluteUrl.js";
|
|
23
|
-
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
24
34
|
import "../../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
25
35
|
import "../../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
26
36
|
import "../../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
27
|
-
import "../../../shared-utils/three/IObject3D.js";
|
|
28
37
|
import "../../../shared-utils/three/boundingBox.js";
|
|
29
38
|
import "../../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
30
39
|
import "../../../shared-utils/Object3DHelper/utils/direction.js";
|
|
31
40
|
import "../../../shared-utils/Object3DHelper/Constants/color.js";
|
|
32
41
|
import "../../../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
33
42
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
34
|
-
import "../../../shared-utils/positionToVector3.js";
|
|
35
43
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
36
44
|
import "../../../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
37
45
|
import "../../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
38
46
|
import "../../../CSS3DRenderPlugin/utils/even.js";
|
|
39
47
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
40
48
|
import "../../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
41
|
-
import "../../../shared-utils/three/centerPoint.js";
|
|
42
49
|
import "../../../shared-utils/three/getObjectVisible.js";
|
|
43
|
-
import "../../../shared-utils/isNil.js";
|
|
44
50
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
45
51
|
import "../../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
46
52
|
import "../../../shared-utils/util.js";
|
|
@@ -81,21 +87,17 @@ import "../../../shared-utils/three/Assets/index.js";
|
|
|
81
87
|
import "../../../shared-utils/three/PointSelector/utils/html.js";
|
|
82
88
|
import "../../../shared-utils/five/initialCSS3DRender.js";
|
|
83
89
|
import "../../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
84
|
-
import "../../../Sculpt/Meshes/Line.js";
|
|
85
|
-
import "../../../Sculpt/typings/style.js";
|
|
86
|
-
import "../../../shared-utils/five/FiveLine.js";
|
|
87
|
-
import "../../../shared-utils/tag.js";
|
|
88
|
-
import "../../../shared-utils/five/vector3ToScreen.js";
|
|
89
|
-
import "../../../Sculpt/utils/removeAllTag.js";
|
|
90
90
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
91
91
|
import "../../../shared-utils/isTouchDevice.js";
|
|
92
92
|
import "../../../shared-utils/five/getPosition.js";
|
|
93
93
|
import "../../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
94
|
+
import "../../../Sculpt/utils/removeAllTag.js";
|
|
95
|
+
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
94
96
|
import "../../../shared-utils/animationFrame/index.js";
|
|
95
97
|
import "../../../shared-utils/three/Extras/Curves/BezierCurve3.js";
|
|
96
98
|
import "../../../shared-utils/three/Extras/Core/Interpolations.js";
|
|
97
99
|
import "../../../shared-utils/three/Extras/Core/Interpolations2.js";
|
|
98
|
-
class
|
|
100
|
+
class tt extends a {
|
|
99
101
|
constructor(i) {
|
|
100
102
|
super(i);
|
|
101
103
|
p(this, "imageCount", 64);
|
|
@@ -118,5 +120,5 @@ class $i extends a {
|
|
|
118
120
|
}
|
|
119
121
|
}
|
|
120
122
|
export {
|
|
121
|
-
|
|
123
|
+
tt as ObjectHighlightPipe
|
|
122
124
|
};
|