@realsee/dnalogel 3.52.3 → 3.53.1

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.
Files changed (109) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/index.cjs.js +40 -40
  3. package/dist/index.d.ts +1 -79
  4. package/dist/index.js +1605 -1567
  5. package/dist/index.umd.js +34 -34
  6. package/dist/shared-utils/exports.d.ts +2 -0
  7. package/dist/shared-utils/five/FivePuppet.d.ts +64 -0
  8. package/dist/shared-utils/index.d.ts +1 -0
  9. package/dist/shared-utils/math/planimetry.d.ts +1 -1
  10. package/libs/AreaMakerPlugin/Controller.js +14 -12
  11. package/libs/AreaMakerPlugin/index.js +4 -2
  12. package/libs/AreaMakerPlugin/utils/Item.js +4 -2
  13. package/libs/CSS3DRenderPlugin/Controller.js +4 -2
  14. package/libs/CSS3DRenderPlugin/index.js +7 -5
  15. package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +4 -2
  16. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +4 -2
  17. package/libs/CruisePlugin/BaseController.js +6 -4
  18. package/libs/CruisePlugin/Move.js +4 -3
  19. package/libs/CruisePlugin/Work.js +3 -2
  20. package/libs/CruisePlugin/index.js +8 -7
  21. package/libs/CurrentPanoImagePlugin/Controller.js +4 -2
  22. package/libs/CurrentPanoImagePlugin/index.js +5 -3
  23. package/libs/GuideLinePlugin/Controller.js +6 -5
  24. package/libs/GuideLinePlugin/GuideLineItem.js +4 -3
  25. package/libs/GuideLinePlugin/GuideLineModeItem/index.js +3 -2
  26. package/libs/GuideLinePlugin/GuideLineModeItem.js +4 -3
  27. package/libs/GuideLinePlugin/index.js +8 -7
  28. package/libs/ModelMakerPlugin/Controller.js +4 -2
  29. package/libs/ModelMakerPlugin/index.js +4 -2
  30. package/libs/ModelTVVideoPlugin/Plugin.js +5 -3
  31. package/libs/ModelTVVideoPlugin/index.js +4 -2
  32. package/libs/Object3DHelperPlugin/Controller.js +4 -2
  33. package/libs/Object3DHelperPlugin/index.js +7 -5
  34. package/libs/PanoCompassPlugin/Controller.js +3 -2
  35. package/libs/PanoCompassPlugin/index.js +4 -3
  36. package/libs/PanoDoorLabelPlugin/BaseController.js +3 -2
  37. package/libs/PanoDoorLabelPlugin/Controller.js +3 -2
  38. package/libs/PanoDoorLabelPlugin/index.js +4 -3
  39. package/libs/PanoMeasurePlugin/Components/Controller0.js +3 -2
  40. package/libs/PanoMeasurePlugin/Components/Controller1.js +3 -2
  41. package/libs/PanoMeasurePlugin/Controller/EditController.js +3 -2
  42. package/libs/PanoMeasurePlugin/Controller/WatchController.js +3 -2
  43. package/libs/PanoMeasurePlugin/Controller/index.js +3 -2
  44. package/libs/PanoMeasurePlugin/Model/area.js +3 -2
  45. package/libs/PanoMeasurePlugin/Modules/Magnifier.js +2 -0
  46. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +3 -2
  47. package/libs/PanoMeasurePlugin/index.js +14 -13
  48. package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +4 -2
  49. package/libs/PanoRulerProPlugin/Controller.js +11 -10
  50. package/libs/PanoRulerProPlugin/RulerItems.js +3 -2
  51. package/libs/PanoRulerProPlugin/index.js +4 -3
  52. package/libs/PanoSpatialTagPlugin/Plugin.js +4 -3
  53. package/libs/PanoSpatialTagPlugin/index.js +1 -0
  54. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +4 -2
  55. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +4 -2
  56. package/libs/PanoTagPlugin/Components/Tag/index.js +4 -3
  57. package/libs/PanoTagPlugin/Components/TagContainer.js +43 -42
  58. package/libs/PanoTagPlugin/Components/TagItem.js +4 -3
  59. package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +3 -2
  60. package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +3 -2
  61. package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +3 -2
  62. package/libs/PanoTagPlugin/controller/Tag/PointTag.js +3 -2
  63. package/libs/PanoTagPlugin/controller/TagRender.js +4 -3
  64. package/libs/PanoTagPlugin/controller/TagUtil.js +4 -2
  65. package/libs/PanoTagPlugin/controller/index.js +7 -6
  66. package/libs/PanoTagPlugin/index.js +13 -12
  67. package/libs/PanoTagPlugin/utils/tag/calculateTagConfig.js +3 -2
  68. package/libs/PanoVideoPlugin/Controller.js +4 -2
  69. package/libs/PanoVideoPlugin/VideoMeshController.js +52 -50
  70. package/libs/PanoVideoPlugin/index.js +7 -5
  71. package/libs/PipelinePlugin/Controller.js +4 -2
  72. package/libs/PipelinePlugin/index.js +5 -3
  73. package/libs/PipelinePlugin/utils/Objects/FlowPipe.js +4 -2
  74. package/libs/PipelinePlugin/utils/Objects/HighlightPipe.js +4 -2
  75. package/libs/PipelinePlugin/utils/Objects/Pipe.js +20 -18
  76. package/libs/Sculpt/Meshes/Cylinder.js +6 -5
  77. package/libs/Sculpt/Meshes/Line.js +3 -2
  78. package/libs/Sculpt/Meshes/LineWithDots.js +3 -2
  79. package/libs/Sculpt/Meshes/Point.js +6 -5
  80. package/libs/Sculpt/Meshes/Polygon.js +11 -10
  81. package/libs/Sculpt/Meshes/Rectangle.js +4 -3
  82. package/libs/Sculpt/Objects/Line/Editor.js +7 -6
  83. package/libs/Sculpt/index.js +18 -17
  84. package/libs/Sculpt/utils/export.js +5 -5
  85. package/libs/Sculpt/utils/three/ColoredMesh.js +3 -2
  86. package/libs/base/BasePlugin.js +4 -3
  87. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +4 -2
  88. package/libs/floorplan/MapviewFloorplanPlugin/index.js +5 -3
  89. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +4 -2
  90. package/libs/floorplan/ModelFloorplanPlugin/index.js +5 -3
  91. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +19 -17
  92. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +5 -3
  93. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +4 -2
  94. package/libs/floorplan/TopviewFloorplanPlugin/index.js +5 -3
  95. package/libs/floorplan/index.js +1 -0
  96. package/libs/index.d.ts +1 -79
  97. package/libs/index.js +156 -170
  98. package/libs/shared-utils/exports.d.ts +2 -0
  99. package/libs/shared-utils/exports.js +82 -0
  100. package/libs/shared-utils/five/FivePuppet.d.ts +64 -0
  101. package/libs/shared-utils/five/FivePuppet.js +47 -0
  102. package/libs/shared-utils/five/index.js +3 -2
  103. package/libs/shared-utils/five/lookObject.js +3 -2
  104. package/libs/shared-utils/index.d.ts +1 -0
  105. package/libs/shared-utils/index.js +10 -78
  106. package/libs/shared-utils/logger.js +1 -1
  107. package/libs/shared-utils/math/planimetry.d.ts +1 -1
  108. package/libs/shared-utils/three/index.js +1 -0
  109. 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
- import * as _Util from './shared-utils';
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';