@realsee/dnalogel 3.77.4 → 3.77.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 +5 -0
- package/dist/DigitalPerformancePlugin/controller/index.d.ts +224 -0
- package/dist/DigitalPerformancePlugin/core/DigitalHuman.d.ts +55 -0
- package/dist/DigitalPerformancePlugin/core/DigitalPlayground.d.ts +40 -0
- package/dist/DigitalPerformancePlugin/core/DigitalStateMachine.d.ts +150 -0
- package/dist/DigitalPerformancePlugin/core/Trace.d.ts +9 -0
- package/dist/DigitalPerformancePlugin/index.d.ts +11 -0
- package/dist/DigitalPerformancePlugin/mock.d.ts +76 -0
- package/dist/DigitalPerformancePlugin/typings/index.d.ts +79 -0
- package/dist/index.cjs.js +86 -73
- package/dist/index.d.ts +1 -0
- package/dist/index.js +12895 -11194
- package/dist/index.umd.js +88 -75
- package/libs/DigitalPerformancePlugin/controller/index.d.ts +2 -2
- package/libs/DigitalPerformancePlugin/controller/index.js +164 -173
- package/libs/DigitalPerformancePlugin/core/DigitalHuman.d.ts +16 -6
- package/libs/DigitalPerformancePlugin/core/DigitalHuman.js +128 -102
- package/libs/DigitalPerformancePlugin/core/DigitalPlayground.d.ts +11 -5
- package/libs/DigitalPerformancePlugin/core/DigitalPlayground.js +84 -74
- package/libs/DigitalPerformancePlugin/core/DigitalStateMachine.d.ts +7 -0
- package/libs/DigitalPerformancePlugin/mock.d.ts +6 -0
- package/libs/DigitalPerformancePlugin/mock.js +272 -274
- package/libs/base/BasePlugin.js +1 -1
- package/libs/index.d.ts +1 -0
- package/libs/index.js +161 -150
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +2 -2
package/libs/base/BasePlugin.js
CHANGED
package/libs/index.d.ts
CHANGED
package/libs/index.js
CHANGED
|
@@ -1,74 +1,78 @@
|
|
|
1
1
|
import { consoleVersion as o } from "./shared-utils/logger.js";
|
|
2
2
|
import { autoFixOffscreenCanvas as r } from "./shared-utils/offscreenCanvas.js";
|
|
3
|
-
import { PaintBrush as
|
|
4
|
-
import { PaintBrushTypeEnum as
|
|
5
|
-
import { ModelViewPlugin as
|
|
6
|
-
import { CSS3DRenderPlugin as
|
|
7
|
-
import { PanoCursorRaycasterPlugin as
|
|
8
|
-
import { ModelRoomLabelPlugin as
|
|
9
|
-
import { FLOOR_PLAN_ATTACHED_TO as
|
|
10
|
-
import { ModelFloorplanPlugin as
|
|
11
|
-
import { MapviewFloorplanPlugin as
|
|
12
|
-
import { TopviewFloorplanPlugin as
|
|
13
|
-
import { PanoFloorplanRadarPlugin as
|
|
14
|
-
import { FloorplanGuidePlugin as
|
|
15
|
-
import { FLOOR_TYPE_MAP as
|
|
16
|
-
import { ModelChassisCompassPlugin as
|
|
17
|
-
import { ModelEntryDoorGuidePlugin as
|
|
18
|
-
import { CameraMovementPlugin as
|
|
19
|
-
import { CameraMovementEffect as
|
|
20
|
-
import { PanoRulerPlugin as
|
|
21
|
-
import { PanoRulerProPlugin as
|
|
22
|
-
import { PanoCompassPlugin as
|
|
23
|
-
import { PanoMeasurePlugin as
|
|
24
|
-
import { MeasurePlugin as
|
|
25
|
-
import { PanoSpatialTagPlugin as
|
|
26
|
-
import { modelItemLabelPluginServerParams as
|
|
27
|
-
import { ModelTVVideoPlugin as
|
|
28
|
-
import { DIRECTION as
|
|
29
|
-
import { itemLabelPluginServerParams as
|
|
30
|
-
import { PanoDoorLabelPlugin as
|
|
31
|
-
import { GuideLinePlugin as
|
|
32
|
-
import { CruisePlugin as
|
|
33
|
-
import { PanoTagPlugin as
|
|
34
|
-
import { Object3DHelperPlugin as
|
|
35
|
-
import { PanoVideoPlugin as
|
|
36
|
-
import { PipelinePlugin as
|
|
37
|
-
import { AreaMakerPlugin as
|
|
38
|
-
import { CurrentPanoImagePlugin as
|
|
39
|
-
import { Sculpt as
|
|
40
|
-
import { ModelMakerPlugin as
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import { default as
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import { default as
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
3
|
+
import { PaintBrush as Gn } from "./components/PaintBrush/index.js";
|
|
4
|
+
import { PaintBrushTypeEnum as Yn } from "./components/PaintBrush/typings.js";
|
|
5
|
+
import { ModelViewPlugin as hn } from "./ModelViewPlugin/Plugin.js";
|
|
6
|
+
import { CSS3DRenderPlugin as Hn } from "./CSS3DRenderPlugin/index.js";
|
|
7
|
+
import { PanoCursorRaycasterPlugin as kn } from "./PanoCursorRaycasterPlugin/index.js";
|
|
8
|
+
import { ModelRoomLabelPlugin as Un, modelRoomLabelPluginServerParams as jn } from "./ModelRoomLabelPlugin/index.js";
|
|
9
|
+
import { FLOOR_PLAN_ATTACHED_TO as Wn } from "./floorplan/constant.js";
|
|
10
|
+
import { ModelFloorplanPlugin as zn } from "./floorplan/ModelFloorplanPlugin/index.js";
|
|
11
|
+
import { MapviewFloorplanPlugin as Kn } from "./floorplan/MapviewFloorplanPlugin/index.js";
|
|
12
|
+
import { TopviewFloorplanPlugin as Xn } from "./floorplan/TopviewFloorplanPlugin/index.js";
|
|
13
|
+
import { PanoFloorplanRadarPlugin as oa } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
|
|
14
|
+
import { FloorplanGuidePlugin as ta } from "./floorplan/FloorplanGuidePlugin/index.js";
|
|
15
|
+
import { FLOOR_TYPE_MAP as ma, ROOM_FETILE_TYPE_MAP as pa, ROOM_TYPE_MAP as ea } from "./floorplan/typings/floorplanServerData.js";
|
|
16
|
+
import { ModelChassisCompassPlugin as na } from "./ModelChassisCompassPlugin/Plugin.js";
|
|
17
|
+
import { ModelEntryDoorGuidePlugin as Pa } from "./ModelEntryDoorGuidePlugin/Plugin.js";
|
|
18
|
+
import { CameraMovementPlugin as ua } from "./CameraMovementPlugin/CameraMovementPlugin.js";
|
|
19
|
+
import { CameraMovementEffect as ga, Rotation as sa } from "./CameraMovementPlugin/typing.js";
|
|
20
|
+
import { PanoRulerPlugin as Ma } from "./PanoRulerPlugin/Plugin.js";
|
|
21
|
+
import { PanoRulerProPlugin as Ca } from "./PanoRulerProPlugin/index.js";
|
|
22
|
+
import { PanoCompassPlugin as ca } from "./PanoCompassPlugin/index.js";
|
|
23
|
+
import { PanoMeasurePlugin as Ra } from "./PanoMeasurePlugin/index.js";
|
|
24
|
+
import { MeasurePlugin as Ea } from "./MeasurePlugin/index.js";
|
|
25
|
+
import { PanoSpatialTagPlugin as Sa } from "./PanoSpatialTagPlugin/Plugin.js";
|
|
26
|
+
import { modelItemLabelPluginServerParams as Oa } from "./ModelItemLabelPlugin/index.js";
|
|
27
|
+
import { ModelTVVideoPlugin as Aa } from "./ModelTVVideoPlugin/Plugin.js";
|
|
28
|
+
import { DIRECTION as Ga } from "./ModelTVVideoPlugin/typings.js";
|
|
29
|
+
import { itemLabelPluginServerParams as Ya } from "./ItemLabelPlugin/index.js";
|
|
30
|
+
import { PanoDoorLabelPlugin as ha } from "./PanoDoorLabelPlugin/index.js";
|
|
31
|
+
import { GuideLinePlugin as Ha } from "./GuideLinePlugin/index.js";
|
|
32
|
+
import { CruisePlugin as ka, MovePlugin as wa } from "./CruisePlugin/index.js";
|
|
33
|
+
import { PanoTagPlugin as ja } from "./PanoTagPlugin/index.js";
|
|
34
|
+
import { Object3DHelperPlugin as Wa } from "./Object3DHelperPlugin/index.js";
|
|
35
|
+
import { PanoVideoPlugin as za } from "./PanoVideoPlugin/index.js";
|
|
36
|
+
import { PipelinePlugin as Ka } from "./PipelinePlugin/index.js";
|
|
37
|
+
import { AreaMakerPlugin as Xa } from "./AreaMakerPlugin/index.js";
|
|
38
|
+
import { CurrentPanoImagePlugin as oP } from "./CurrentPanoImagePlugin/index.js";
|
|
39
|
+
import { Sculpt as tP, SculptPlugin as iP, SculptPluginForFive as mP } from "./Sculpt/index.js";
|
|
40
|
+
import { ModelMakerPlugin as eP } from "./ModelMakerPlugin/index.js";
|
|
41
|
+
import { DigitalPerformancePlugin as nP } from "./DigitalPerformancePlugin/index.js";
|
|
42
|
+
import { exports as PP } from "./shared-utils/exports.js";
|
|
43
|
+
import { CSS3DRender as uP } from "./CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
44
|
+
import { Model as gP } from "./PanoMeasurePlugin/Model/index.js";
|
|
45
|
+
import { default as dP } from "./PanoMeasurePlugin/Model/point.js";
|
|
46
|
+
import { default as TP } from "./PanoMeasurePlugin/Model/line.js";
|
|
47
|
+
import { Polyline as LP } from "./PanoMeasurePlugin/Model/polyline.js";
|
|
48
|
+
import { Magnifier as yP } from "./shared-utils/three/Magnifier.js";
|
|
49
|
+
import { validatePolygon as _P } from "./MeasurePlugin/utils/validatePolygon.js";
|
|
50
|
+
import { DISPLAY_STRATEGY_TYPE as IP } from "./ModelItemLabelPlugin/typings.js";
|
|
51
|
+
import { ModelItemLabelPlugin as DP } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
|
|
52
|
+
import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as vP } from "./ItemLabelPlugin/typings.js";
|
|
53
|
+
import { Plugin as FP } from "./ItemLabelPlugin/Plugin.js";
|
|
54
|
+
import { GuideLineItem$1 as bP } from "./GuideLinePlugin/GuideLineItem/index.js";
|
|
55
|
+
import { GuideLineModeItem$1 as VP } from "./GuideLinePlugin/GuideLineModeItem/index.js";
|
|
56
|
+
import { default as BP, default as HP } from "./CruisePlugin/Work.js";
|
|
57
|
+
import { default as kP } from "./CruisePlugin/Move.js";
|
|
58
|
+
import { typing as UP } from "./CruisePlugin/typing/index.js";
|
|
59
|
+
import { default as $P, pluginFlag as WP } from "./PanoTagPlugin/controller/index.js";
|
|
60
|
+
import { defaultGlobalConfig as zP } from "./PanoTagPlugin/typings/tag/TagConfig.js";
|
|
61
|
+
import { ContentType as KP, DimensionType as QP, PointType as XP } from "./PanoTagPlugin/Archive/deprecated.js";
|
|
62
|
+
import { Object3DHelperController as of, PLUGIN as rf } from "./Object3DHelperPlugin/Controller.js";
|
|
63
|
+
import { typings as mf } from "./PanoVideoPlugin/typings/index.js";
|
|
64
|
+
import { createPoint as ef } from "./Sculpt/Objects/Point/index.js";
|
|
65
|
+
import { createLine as nf } from "./Sculpt/Objects/Line/index.js";
|
|
66
|
+
import { createPolyline as Pf } from "./Sculpt/Objects/Polyline/index.js";
|
|
67
|
+
import { createPolygon as uf } from "./Sculpt/Objects/Polygon/index.js";
|
|
68
|
+
import { createPrism as gf } from "./Sculpt/Objects/Prism/index.js";
|
|
69
|
+
import { createRectangle as df } from "./Sculpt/Objects/Rectangle/index.js";
|
|
70
|
+
import { createCircle as Tf } from "./Sculpt/Objects/Circle/index.js";
|
|
71
|
+
import { createCylinder as Lf } from "./Sculpt/Objects/Cylinder/index.js";
|
|
72
|
+
import { createBox as yf } from "./Sculpt/Objects/Box/index.js";
|
|
73
|
+
import { DigitalHuman as _f } from "./DigitalPerformancePlugin/core/DigitalHuman.js";
|
|
74
|
+
import { DigitalPlayground as If } from "./DigitalPerformancePlugin/core/DigitalPlayground.js";
|
|
75
|
+
import { DigitalStateMachine as Df } from "./DigitalPerformancePlugin/core/DigitalStateMachine.js";
|
|
72
76
|
import "./components/PaintBrush/Controller.js";
|
|
73
77
|
import "./components/PaintBrush/utils.js";
|
|
74
78
|
import "./components/PaintBrush/tween.js";
|
|
@@ -564,6 +568,9 @@ import "./ModelMakerPlugin/utils/tagRenderer.js";
|
|
|
564
568
|
import "./ModelMakerPlugin/utils/Text.js";
|
|
565
569
|
import "./ModelMakerPlugin/item/prismItem.js";
|
|
566
570
|
import "./ModelMakerPlugin/item/polygonItem.js";
|
|
571
|
+
import "./DigitalPerformancePlugin/controller/index.js";
|
|
572
|
+
import "./DigitalPerformancePlugin/mock.js";
|
|
573
|
+
import "./DigitalPerformancePlugin/core/Trace.js";
|
|
567
574
|
import "./Sculpt/utils/export.js";
|
|
568
575
|
import "./shared-utils/math/Interval.js";
|
|
569
576
|
import "./shared-utils/math/Rectangle.js";
|
|
@@ -580,85 +587,89 @@ import "./shared-utils/five/lookObject.js";
|
|
|
580
587
|
r();
|
|
581
588
|
o();
|
|
582
589
|
export {
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
590
|
+
Xa as AreaMakerPlugin,
|
|
591
|
+
uP as CSS3DRender,
|
|
592
|
+
Hn as CSS3DRenderPlugin,
|
|
593
|
+
ga as CameraMovementEffect,
|
|
594
|
+
ua as CameraMovementPlugin,
|
|
595
|
+
KP as ContentType,
|
|
596
|
+
ka as CruisePlugin,
|
|
597
|
+
BP as CruisePluginController,
|
|
598
|
+
UP as CruisePluginTypes,
|
|
599
|
+
oP as CurrentPanoImagePlugin,
|
|
600
|
+
Ga as DIRECTION,
|
|
601
|
+
IP as DISPLAY_STRATEGY_TYPE,
|
|
602
|
+
_f as DigitalHuman,
|
|
603
|
+
nP as DigitalPerformancePlugin,
|
|
604
|
+
If as DigitalPlayground,
|
|
605
|
+
Df as DigitalStateMachine,
|
|
606
|
+
QP as DimensionType,
|
|
607
|
+
Wn as FLOOR_PLAN_ATTACHED_TO,
|
|
608
|
+
ma as FLOOR_TYPE_MAP,
|
|
609
|
+
ta as FloorplanGuidePlugin,
|
|
610
|
+
bP as GuideLineItem,
|
|
611
|
+
VP as GuideLineModeItem,
|
|
612
|
+
Ha as GuideLinePlugin,
|
|
613
|
+
vP as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
|
|
614
|
+
FP as ItemLabelPlugin,
|
|
615
|
+
yP as Magnifier,
|
|
616
|
+
Kn as MapviewFloorplanPlugin,
|
|
617
|
+
Ea as MeasurePlugin,
|
|
618
|
+
na as ModelChassisCompassPlugin,
|
|
619
|
+
Pa as ModelEntryDoorGuidePlugin,
|
|
620
|
+
zn as ModelFloorplanPlugin,
|
|
621
|
+
DP as ModelItemLabelPlugin,
|
|
622
|
+
eP as ModelMakerPlugin,
|
|
623
|
+
Un as ModelRoomLabelPlugin,
|
|
624
|
+
Aa as ModelTVVideoPlugin,
|
|
625
|
+
hn as ModelViewPlugin,
|
|
626
|
+
kP as MoveController,
|
|
627
|
+
wa as MovePlugin,
|
|
628
|
+
of as Object3DHelperController,
|
|
629
|
+
Wa as Object3DHelperPlugin,
|
|
630
|
+
rf as PLUGIN,
|
|
631
|
+
Gn as PaintBrush,
|
|
632
|
+
Yn as PaintBrushTypeEnum,
|
|
633
|
+
ca as PanoCompassPlugin,
|
|
634
|
+
kn as PanoCursorRaycasterPlugin,
|
|
635
|
+
ha as PanoDoorLabelPlugin,
|
|
636
|
+
oa as PanoFloorplanRadarPlugin,
|
|
637
|
+
Ra as PanoMeasurePlugin,
|
|
638
|
+
TP as PanoMeasurePluginLine,
|
|
639
|
+
gP as PanoMeasurePluginModel,
|
|
640
|
+
dP as PanoMeasurePluginPoint,
|
|
641
|
+
LP as PanoMeasurePluginPolyline,
|
|
642
|
+
Ma as PanoRulerPlugin,
|
|
643
|
+
Ca as PanoRulerProPlugin,
|
|
644
|
+
Sa as PanoSpatialTagPlugin,
|
|
645
|
+
ja as PanoTagPlugin,
|
|
646
|
+
$P as PanoTagPluginController,
|
|
647
|
+
za as PanoVideoPlugin,
|
|
648
|
+
mf as PanoVideoPluginType,
|
|
649
|
+
Ka as PipelinePlugin,
|
|
650
|
+
XP as PointType,
|
|
651
|
+
pa as ROOM_FETILE_TYPE_MAP,
|
|
652
|
+
ea as ROOM_TYPE_MAP,
|
|
653
|
+
sa as Rotation,
|
|
654
|
+
tP as Sculpt,
|
|
655
|
+
iP as SculptPlugin,
|
|
656
|
+
mP as SculptPluginForFive,
|
|
657
|
+
Xn as TopviewFloorplanPlugin,
|
|
658
|
+
PP as Util,
|
|
659
|
+
HP as WalkController,
|
|
660
|
+
yf as createBox,
|
|
661
|
+
Tf as createCircle,
|
|
662
|
+
Lf as createCylinder,
|
|
663
|
+
nf as createLine,
|
|
664
|
+
ef as createPoint,
|
|
665
|
+
uf as createPolygon,
|
|
666
|
+
Pf as createPolyline,
|
|
667
|
+
gf as createPrism,
|
|
668
|
+
df as createRectangle,
|
|
669
|
+
zP as defaultGlobalConfig,
|
|
670
|
+
Ya as itemLabelPluginServerParams,
|
|
671
|
+
Oa as modelItemLabelPluginServerParams,
|
|
672
|
+
jn as modelRoomLabelPluginServerParams,
|
|
673
|
+
WP as pluginFlag,
|
|
674
|
+
_P as validatePolygon
|
|
664
675
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function A() {
|
|
2
2
|
console.debug(
|
|
3
|
-
"%c %c@realsee/dnalogel %cv3.77.
|
|
3
|
+
"%c %c@realsee/dnalogel %cv3.77.5",
|
|
4
4
|
[
|
|
5
5
|
"background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAMAAACHgmeRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEUAAAAapPoap/oaqvkbrfkbr/gZnfwZoPsaqfnD4v/E4/8Ylv0clPm93/+/4P/B4f8Yj/683/8Wif+33P8Uhv+x2f8ShP+s1v8Pgf+n0/8Nf/+h0f8Lff8Lff8Nf/9dl/+czv8KfP8KfP+Lxf+Uyv+Xy/+Hwv+Jw/+Mxf+Oxv+RyP8aovsapfoap/oZmfwZm/wZnvsYnPsYkf4YlP0NePsDYfgYcfi43f+63v8Xiv8Xjf4EWfwCV/sWZ/qz2v+02/8Vh/8WiP8EUf8CTf4WXv2u1/+v2P8Thf8Thv8ETf8CR/8VV/+o1f+q1f8Qgv8Rg/8DSv8BRf8UVP+j0v+k0v8OgP8Pgf8DR/8DQv9Nhf+dzv+fz/+Kv/+Vyv+Xy/+azf+Oxv+Qx/+SyP////8MUhLdAAAAK3RSTlMACEWQ2bd98uQECPXxqO7c+Pb49vj2+Pb49vj23Oul8fMHA+TwerXXjEIG2P+bHgAAAAFiS0dEY1y+LaoAAAB+SURBVAjXY2BgZGJmYWVgYGBgY9fW0eVg4ORi4NbTNzDk4eXjZxAwMjYxNTO3EGQQsrSytrG1sxdmEHFwdHJ2cXUTZRBz9/D08vbxFWeQ8PMPCAwKDpFkkAoNC4+IjIqWZpCRlZOPiY2LV2BQVGJQTkhMUlEFWaOmrqGpxQAAyg0S9Dq+VPYAAAAASUVORK5CYII=')",
|
|
6
6
|
"background-repeat: no-repeat",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@realsee/dnalogel",
|
|
3
|
-
"version": "3.77.
|
|
3
|
+
"version": "3.77.5",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./libs/index.js",
|
|
6
6
|
"types": "./libs/index.d.ts",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@babel/core": "^7.22.9",
|
|
49
|
-
"@realsee/five": "6.6.
|
|
49
|
+
"@realsee/five": "6.6.18",
|
|
50
50
|
"@sveltejs/vite-plugin-svelte": "^2.4.2",
|
|
51
51
|
"@tsconfig/svelte": "^4.0.1",
|
|
52
52
|
"@tweenjs/tween.js": "^23.1.1",
|