@realsee/dnalogel 3.52.3 → 3.53.0
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 +3 -0
- package/dist/index.cjs.js +40 -40
- package/dist/index.d.ts +1 -79
- package/dist/index.js +1606 -1567
- package/dist/index.umd.js +34 -34
- package/dist/shared-utils/exports.d.ts +2 -0
- package/dist/shared-utils/five/FivePuppet.d.ts +63 -0
- package/dist/shared-utils/index.d.ts +1 -0
- package/dist/shared-utils/math/planimetry.d.ts +1 -1
- package/libs/AreaMakerPlugin/Controller.js +14 -12
- package/libs/AreaMakerPlugin/index.js +4 -2
- package/libs/AreaMakerPlugin/utils/Item.js +4 -2
- package/libs/CSS3DRenderPlugin/Controller.js +4 -2
- package/libs/CSS3DRenderPlugin/index.js +7 -5
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +4 -2
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +4 -2
- package/libs/CruisePlugin/BaseController.js +6 -4
- package/libs/CruisePlugin/Move.js +4 -3
- package/libs/CruisePlugin/Work.js +3 -2
- package/libs/CruisePlugin/index.js +8 -7
- package/libs/CurrentPanoImagePlugin/Controller.js +4 -2
- package/libs/CurrentPanoImagePlugin/index.js +5 -3
- package/libs/GuideLinePlugin/Controller.js +6 -5
- package/libs/GuideLinePlugin/GuideLineItem.js +4 -3
- package/libs/GuideLinePlugin/GuideLineModeItem/index.js +3 -2
- package/libs/GuideLinePlugin/GuideLineModeItem.js +4 -3
- package/libs/GuideLinePlugin/index.js +8 -7
- package/libs/ModelMakerPlugin/Controller.js +4 -2
- package/libs/ModelMakerPlugin/index.js +4 -2
- package/libs/ModelTVVideoPlugin/Plugin.js +5 -3
- package/libs/ModelTVVideoPlugin/index.js +4 -2
- package/libs/Object3DHelperPlugin/Controller.js +4 -2
- package/libs/Object3DHelperPlugin/index.js +7 -5
- package/libs/PanoCompassPlugin/Controller.js +3 -2
- package/libs/PanoCompassPlugin/index.js +4 -3
- package/libs/PanoDoorLabelPlugin/BaseController.js +3 -2
- package/libs/PanoDoorLabelPlugin/Controller.js +3 -2
- package/libs/PanoDoorLabelPlugin/index.js +4 -3
- package/libs/PanoMeasurePlugin/Components/Controller0.js +3 -2
- package/libs/PanoMeasurePlugin/Components/Controller1.js +3 -2
- package/libs/PanoMeasurePlugin/Controller/EditController.js +3 -2
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +3 -2
- package/libs/PanoMeasurePlugin/Controller/index.js +3 -2
- package/libs/PanoMeasurePlugin/Model/area.js +3 -2
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +2 -0
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +3 -2
- package/libs/PanoMeasurePlugin/index.js +14 -13
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +4 -2
- package/libs/PanoRulerProPlugin/Controller.js +11 -10
- package/libs/PanoRulerProPlugin/RulerItems.js +3 -2
- package/libs/PanoRulerProPlugin/index.js +4 -3
- package/libs/PanoSpatialTagPlugin/Plugin.js +4 -3
- package/libs/PanoSpatialTagPlugin/index.js +1 -0
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +4 -2
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +4 -2
- package/libs/PanoTagPlugin/Components/Tag/index.js +4 -3
- package/libs/PanoTagPlugin/Components/TagContainer.js +43 -42
- package/libs/PanoTagPlugin/Components/TagItem.js +4 -3
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +3 -2
- package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +3 -2
- package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +3 -2
- package/libs/PanoTagPlugin/controller/Tag/PointTag.js +3 -2
- package/libs/PanoTagPlugin/controller/TagRender.js +4 -3
- package/libs/PanoTagPlugin/controller/TagUtil.js +4 -2
- package/libs/PanoTagPlugin/controller/index.js +7 -6
- package/libs/PanoTagPlugin/index.js +13 -12
- package/libs/PanoTagPlugin/utils/tag/calculateTagConfig.js +3 -2
- package/libs/PanoVideoPlugin/Controller.js +4 -2
- package/libs/PanoVideoPlugin/VideoMeshController.js +52 -50
- package/libs/PanoVideoPlugin/index.js +7 -5
- package/libs/PipelinePlugin/Controller.js +4 -2
- package/libs/PipelinePlugin/index.js +5 -3
- package/libs/PipelinePlugin/utils/Objects/FlowPipe.js +4 -2
- package/libs/PipelinePlugin/utils/Objects/HighlightPipe.js +4 -2
- package/libs/PipelinePlugin/utils/Objects/Pipe.js +20 -18
- package/libs/Sculpt/Meshes/Cylinder.js +6 -5
- package/libs/Sculpt/Meshes/Line.js +3 -2
- package/libs/Sculpt/Meshes/LineWithDots.js +3 -2
- package/libs/Sculpt/Meshes/Point.js +6 -5
- package/libs/Sculpt/Meshes/Polygon.js +11 -10
- package/libs/Sculpt/Meshes/Rectangle.js +4 -3
- package/libs/Sculpt/Objects/Line/Editor.js +7 -6
- package/libs/Sculpt/index.js +18 -17
- package/libs/Sculpt/utils/export.js +5 -5
- package/libs/Sculpt/utils/three/ColoredMesh.js +3 -2
- package/libs/base/BasePlugin.js +4 -3
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +4 -2
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +5 -3
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +4 -2
- package/libs/floorplan/ModelFloorplanPlugin/index.js +5 -3
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +19 -17
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +5 -3
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +4 -2
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +5 -3
- package/libs/floorplan/index.js +1 -0
- package/libs/index.d.ts +1 -79
- package/libs/index.js +156 -170
- package/libs/shared-utils/exports.d.ts +2 -0
- package/libs/shared-utils/exports.js +82 -0
- package/libs/shared-utils/five/FivePuppet.d.ts +63 -0
- package/libs/shared-utils/five/FivePuppet.js +48 -0
- package/libs/shared-utils/five/index.js +3 -2
- package/libs/shared-utils/five/lookObject.js +3 -2
- package/libs/shared-utils/index.d.ts +1 -0
- package/libs/shared-utils/index.js +10 -78
- package/libs/shared-utils/logger.js +1 -1
- package/libs/shared-utils/math/planimetry.d.ts +1 -1
- package/libs/shared-utils/three/index.js +1 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -26,82 +26,4 @@ export * from './AreaMakerPlugin';
|
|
|
26
26
|
export * from './CurrentPanoImagePlugin';
|
|
27
27
|
export * from './Sculpt';
|
|
28
28
|
export * from './ModelMakerPlugin';
|
|
29
|
-
|
|
30
|
-
import * as sculpt from './Sculpt/utils/export';
|
|
31
|
-
declare const Util: {
|
|
32
|
-
sculpt: typeof sculpt;
|
|
33
|
-
Interval: typeof _Util.Interval;
|
|
34
|
-
Rectangle: typeof _Util.Rectangle;
|
|
35
|
-
convexHull(points: import("./typings/math.type").Vector2Position[]): import("./typings/math.type").Vector2Position[];
|
|
36
|
-
inside: typeof _Util.inside;
|
|
37
|
-
pointInPolygon: typeof _Util.inside;
|
|
38
|
-
tag(five: import("@realsee/five").Five, position?: import("./shared-utils/positionToVector3").AnyPosition, config?: {
|
|
39
|
-
wrapper?: HTMLElement;
|
|
40
|
-
positionsForRotate?: import("./shared-utils/positionToVector3").AnyPosition[];
|
|
41
|
-
namespace?: string;
|
|
42
|
-
}): _Util.LightTag;
|
|
43
|
-
LightTag: typeof _Util.LightTag;
|
|
44
|
-
checkFiveModelLoaded(five: import("@realsee/five").Five): {
|
|
45
|
-
result: boolean;
|
|
46
|
-
msg: string;
|
|
47
|
-
};
|
|
48
|
-
isPanoramaLike(mode: import("@realsee/five").Mode): boolean;
|
|
49
|
-
isModelLike(mode: import("@realsee/five").Mode): boolean;
|
|
50
|
-
lookObject(five: import("@realsee/five").Five, object: import("three").Object3D, config?: {
|
|
51
|
-
scale?: number;
|
|
52
|
-
}): Promise<void>;
|
|
53
|
-
lookPoint(five: import("@realsee/five").Five, point: import("three").Vector3, config?: {
|
|
54
|
-
distance?: number;
|
|
55
|
-
}): Promise<void>;
|
|
56
|
-
waitFiveModelLoaded(five: import("@realsee/five").Five): Promise<void>;
|
|
57
|
-
fiveModelIsLoaded(five: import("@realsee/five").Five): boolean;
|
|
58
|
-
FiveDomEvents: typeof _Util.FiveDomEvents;
|
|
59
|
-
Magnifier: typeof _Util.Magnifier;
|
|
60
|
-
getCoordsFromClient(position: {
|
|
61
|
-
x: number;
|
|
62
|
-
y: number;
|
|
63
|
-
}, element: HTMLElement): import("three").Vector2;
|
|
64
|
-
getCoordsFromElement(position: {
|
|
65
|
-
x: number;
|
|
66
|
-
y: number;
|
|
67
|
-
}, element: HTMLElement): import("three").Vector2;
|
|
68
|
-
PointSelector: typeof _Util.PointSelector;
|
|
69
|
-
PointHelper: typeof _Util.PointHelper;
|
|
70
|
-
PointSelectorHelper: typeof _Util.PointSelectorHelper;
|
|
71
|
-
Object3D: typeof _Util.Object3D;
|
|
72
|
-
LineSegments: typeof _Util.LineSegments;
|
|
73
|
-
boxVertexes(box: {
|
|
74
|
-
max: import("./typings/math.type").Vector3Position;
|
|
75
|
-
min: import("./typings/math.type").Vector3Position;
|
|
76
|
-
}): import("three").Vector3[];
|
|
77
|
-
boxVertex(box: {
|
|
78
|
-
max: import("./typings/math.type").Vector3Position;
|
|
79
|
-
min: import("./typings/math.type").Vector3Position;
|
|
80
|
-
}, index: number): import("three").Vector3;
|
|
81
|
-
boundingBox(object3D: import("three").Object3D): import("three").Box3;
|
|
82
|
-
boundingSphere(object3D: import("three").Object3D): import("three").Sphere;
|
|
83
|
-
worldBoundingBox(object3D: import("three").Object3D): import("three").Box3;
|
|
84
|
-
worldBoundingSphere(object3D: import("three").Object3D): import("three").Sphere;
|
|
85
|
-
worldBounding<T extends "sphere" | "box3">(object3D: import("three").Object3D, boxOrSphereType: T): T extends "box3" ? import("three").Box3 : import("three").Sphere;
|
|
86
|
-
bounding<T_1 extends "sphere" | "box3">(object3D: import("three").Object3D, boxOrSphereType: T_1): T_1 extends "box3" ? import("three").Box3 : import("three").Sphere;
|
|
87
|
-
blink: typeof _Util.blink;
|
|
88
|
-
reblink: typeof _Util.reblink;
|
|
89
|
-
animeMap: Map<(HTMLElement | import("three").Object3D) | (HTMLElement | import("three").Object3D)[], _Util.AnimeInstance>;
|
|
90
|
-
isNil<T_2>(value: T_2): value is Extract<T_2, null>;
|
|
91
|
-
notNil<T_3>(value: T_3): value is T_3;
|
|
92
|
-
uuid: typeof _Util.uuid;
|
|
93
|
-
isAbsoluteURL(url: string): boolean;
|
|
94
|
-
absoluteUrl(baseUrl: string, url: string): string;
|
|
95
|
-
nextFrame(fn: (time: number) => void, delay?: number): void;
|
|
96
|
-
awaitNextFrame(): Promise<void>;
|
|
97
|
-
requestAnimationFrameInterval(callback?: (time: number) => any, frame?: number): () => void;
|
|
98
|
-
getFrameTime(): Promise<unknown>;
|
|
99
|
-
tweenProgress(duration?: number, easing?: (amount: number) => number): _Util.BetterTween<{
|
|
100
|
-
progress: number;
|
|
101
|
-
}>;
|
|
102
|
-
BetterTween: typeof _Util.BetterTween;
|
|
103
|
-
equal(value: any, other: any, opt?: {
|
|
104
|
-
deep: boolean;
|
|
105
|
-
}): boolean;
|
|
106
|
-
};
|
|
107
|
-
export { Util };
|
|
29
|
+
export * as Util from './shared-utils/exports';
|