@realsee/dnalogel 3.79.3 → 3.79.4
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/dist/Sculpt/utils/isIntersecting.d.ts +17 -0
- package/dist/index.cjs.js +74 -74
- package/dist/index.js +4979 -4914
- package/dist/index.umd.js +67 -67
- package/libs/CruisePlugin/Move.js +3 -2
- package/libs/CruisePlugin/Work.js +3 -2
- package/libs/CruisePlugin/index.js +7 -6
- package/libs/GuideLinePlugin/Controller.js +5 -4
- package/libs/GuideLinePlugin/GuideLineItem.js +3 -2
- package/libs/GuideLinePlugin/GuideLineModeItem.js +3 -2
- package/libs/GuideLinePlugin/index.js +7 -6
- package/libs/PanoTagPlugin/controller/Tag/BoxTag.js +21 -20
- package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +3 -2
- package/libs/PanoTagPlugin/controller/Tag/PolygonTag.js +3 -2
- package/libs/PanoTagPlugin/controller/index.js +6 -5
- package/libs/PanoTagPlugin/index.js +12 -11
- package/libs/Sculpt/Objects/Polygon/index.js +100 -99
- package/libs/Sculpt/utils/isIntersecting.d.ts +17 -0
- package/libs/Sculpt/utils/isIntersecting.js +68 -0
- package/libs/base/BasePlugin.js +1 -1
- package/libs/index.js +159 -158
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +1 -1
package/libs/index.js
CHANGED
|
@@ -1,78 +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 { DigitalPerformancePlugin as
|
|
42
|
-
import { exports as
|
|
43
|
-
import { CSS3DRender as
|
|
44
|
-
import { Model as
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { Polyline as
|
|
48
|
-
import { Magnifier as
|
|
49
|
-
import { validatePolygon as
|
|
50
|
-
import { DISPLAY_STRATEGY_TYPE as
|
|
51
|
-
import { ModelItemLabelPlugin as
|
|
52
|
-
import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as
|
|
53
|
-
import { Plugin as
|
|
54
|
-
import { GuideLineItem$1 as
|
|
55
|
-
import { GuideLineModeItem$1 as
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { typing as
|
|
59
|
-
import { default as
|
|
60
|
-
import { defaultGlobalConfig as
|
|
61
|
-
import { ContentType as
|
|
62
|
-
import { Object3DHelperController as
|
|
63
|
-
import { typings as
|
|
64
|
-
import { createPoint as
|
|
65
|
-
import { createLine as
|
|
66
|
-
import { createPolyline as
|
|
67
|
-
import { createPolygon as
|
|
68
|
-
import { createPrism as
|
|
69
|
-
import { createRectangle as
|
|
70
|
-
import { createCircle as
|
|
71
|
-
import { createCylinder as
|
|
72
|
-
import { createBox as
|
|
73
|
-
import { DigitalHuman as
|
|
74
|
-
import { DigitalPlayground as
|
|
75
|
-
import { DigitalStateMachine as
|
|
3
|
+
import { PaintBrush as Nn } from "./components/PaintBrush/index.js";
|
|
4
|
+
import { PaintBrushTypeEnum as wn } from "./components/PaintBrush/typings.js";
|
|
5
|
+
import { ModelViewPlugin as jn } from "./ModelViewPlugin/Plugin.js";
|
|
6
|
+
import { CSS3DRenderPlugin as Wn } from "./CSS3DRenderPlugin/index.js";
|
|
7
|
+
import { PanoCursorRaycasterPlugin as zn } from "./PanoCursorRaycasterPlugin/index.js";
|
|
8
|
+
import { ModelRoomLabelPlugin as Kn, modelRoomLabelPluginServerParams as Qn } from "./ModelRoomLabelPlugin/index.js";
|
|
9
|
+
import { FLOOR_PLAN_ATTACHED_TO as Zn } from "./floorplan/constant.js";
|
|
10
|
+
import { ModelFloorplanPlugin as ra } from "./floorplan/ModelFloorplanPlugin/index.js";
|
|
11
|
+
import { MapviewFloorplanPlugin as ia } from "./floorplan/MapviewFloorplanPlugin/index.js";
|
|
12
|
+
import { TopviewFloorplanPlugin as pa } from "./floorplan/TopviewFloorplanPlugin/index.js";
|
|
13
|
+
import { PanoFloorplanRadarPlugin as la } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
|
|
14
|
+
import { FloorplanGuidePlugin as aa } from "./floorplan/FloorplanGuidePlugin/index.js";
|
|
15
|
+
import { FLOOR_TYPE_MAP as fa, ROOM_FETILE_TYPE_MAP as ua, ROOM_TYPE_MAP as xa } from "./floorplan/typings/floorplanServerData.js";
|
|
16
|
+
import { ModelChassisCompassPlugin as sa } from "./ModelChassisCompassPlugin/Plugin.js";
|
|
17
|
+
import { ModelEntryDoorGuidePlugin as Ma } from "./ModelEntryDoorGuidePlugin/Plugin.js";
|
|
18
|
+
import { CameraMovementPlugin as Ca } from "./CameraMovementPlugin/CameraMovementPlugin.js";
|
|
19
|
+
import { CameraMovementEffect as ca, Rotation as ya } from "./CameraMovementPlugin/typing.js";
|
|
20
|
+
import { PanoRulerPlugin as _a } from "./PanoRulerPlugin/Plugin.js";
|
|
21
|
+
import { PanoRulerProPlugin as Ia } from "./PanoRulerProPlugin/index.js";
|
|
22
|
+
import { PanoCompassPlugin as Da } from "./PanoCompassPlugin/index.js";
|
|
23
|
+
import { PanoMeasurePlugin as va } from "./PanoMeasurePlugin/index.js";
|
|
24
|
+
import { MeasurePlugin as Fa } from "./MeasurePlugin/index.js";
|
|
25
|
+
import { PanoSpatialTagPlugin as ba } from "./PanoSpatialTagPlugin/Plugin.js";
|
|
26
|
+
import { modelItemLabelPluginServerParams as Va } from "./ModelItemLabelPlugin/index.js";
|
|
27
|
+
import { ModelTVVideoPlugin as Ba } from "./ModelTVVideoPlugin/Plugin.js";
|
|
28
|
+
import { DIRECTION as Na } from "./ModelTVVideoPlugin/typings.js";
|
|
29
|
+
import { itemLabelPluginServerParams as wa } from "./ItemLabelPlugin/index.js";
|
|
30
|
+
import { PanoDoorLabelPlugin as ja } from "./PanoDoorLabelPlugin/index.js";
|
|
31
|
+
import { GuideLinePlugin as Wa } from "./GuideLinePlugin/index.js";
|
|
32
|
+
import { CruisePlugin as za, MovePlugin as Ja } from "./CruisePlugin/index.js";
|
|
33
|
+
import { PanoTagPlugin as Qa } from "./PanoTagPlugin/index.js";
|
|
34
|
+
import { Object3DHelperPlugin as Za } from "./Object3DHelperPlugin/index.js";
|
|
35
|
+
import { PanoVideoPlugin as rP } from "./PanoVideoPlugin/index.js";
|
|
36
|
+
import { PipelinePlugin as iP } from "./PipelinePlugin/index.js";
|
|
37
|
+
import { AreaMakerPlugin as pP } from "./AreaMakerPlugin/index.js";
|
|
38
|
+
import { CurrentPanoImagePlugin as lP } from "./CurrentPanoImagePlugin/index.js";
|
|
39
|
+
import { Sculpt as aP, SculptPlugin as PP, SculptPluginForFive as fP } from "./Sculpt/index.js";
|
|
40
|
+
import { ModelMakerPlugin as xP } from "./ModelMakerPlugin/index.js";
|
|
41
|
+
import { DigitalPerformancePlugin as sP } from "./DigitalPerformancePlugin/index.js";
|
|
42
|
+
import { exports as MP } from "./shared-utils/exports.js";
|
|
43
|
+
import { CSS3DRender as CP } from "./CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
44
|
+
import { Model as cP } from "./PanoMeasurePlugin/Model/index.js";
|
|
45
|
+
import { default as RP } from "./PanoMeasurePlugin/Model/point.js";
|
|
46
|
+
import { default as EP } from "./PanoMeasurePlugin/Model/line.js";
|
|
47
|
+
import { Polyline as SP } from "./PanoMeasurePlugin/Model/polyline.js";
|
|
48
|
+
import { Magnifier as OP } from "./shared-utils/three/Magnifier.js";
|
|
49
|
+
import { validatePolygon as AP } from "./MeasurePlugin/utils/validatePolygon.js";
|
|
50
|
+
import { DISPLAY_STRATEGY_TYPE as GP } from "./ModelItemLabelPlugin/typings.js";
|
|
51
|
+
import { ModelItemLabelPlugin as YP } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
|
|
52
|
+
import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as hP } from "./ItemLabelPlugin/typings.js";
|
|
53
|
+
import { Plugin as HP } from "./ItemLabelPlugin/Plugin.js";
|
|
54
|
+
import { GuideLineItem$1 as kP } from "./GuideLinePlugin/GuideLineItem/index.js";
|
|
55
|
+
import { GuideLineModeItem$1 as UP } from "./GuideLinePlugin/GuideLineModeItem/index.js";
|
|
56
|
+
import { default as $P, default as WP } from "./CruisePlugin/Work.js";
|
|
57
|
+
import { default as zP } from "./CruisePlugin/Move.js";
|
|
58
|
+
import { typing as KP } from "./CruisePlugin/typing/index.js";
|
|
59
|
+
import { default as XP, pluginFlag as ZP } from "./PanoTagPlugin/controller/index.js";
|
|
60
|
+
import { defaultGlobalConfig as rf } from "./PanoTagPlugin/typings/tag/TagConfig.js";
|
|
61
|
+
import { ContentType as mf, DimensionType as pf, PointType as ef } from "./PanoTagPlugin/Archive/deprecated.js";
|
|
62
|
+
import { Object3DHelperController as nf, PLUGIN as af } from "./Object3DHelperPlugin/Controller.js";
|
|
63
|
+
import { typings as ff } from "./PanoVideoPlugin/typings/index.js";
|
|
64
|
+
import { createPoint as xf } from "./Sculpt/Objects/Point/index.js";
|
|
65
|
+
import { createLine as sf } from "./Sculpt/Objects/Line/index.js";
|
|
66
|
+
import { createPolyline as Mf } from "./Sculpt/Objects/Polyline/index.js";
|
|
67
|
+
import { createPolygon as Cf } from "./Sculpt/Objects/Polygon/index.js";
|
|
68
|
+
import { createPrism as cf } from "./Sculpt/Objects/Prism/index.js";
|
|
69
|
+
import { createRectangle as Rf } from "./Sculpt/Objects/Rectangle/index.js";
|
|
70
|
+
import { createCircle as Ef } from "./Sculpt/Objects/Circle/index.js";
|
|
71
|
+
import { createCylinder as Sf } from "./Sculpt/Objects/Cylinder/index.js";
|
|
72
|
+
import { createBox as Of } from "./Sculpt/Objects/Box/index.js";
|
|
73
|
+
import { DigitalHuman as Af } from "./DigitalPerformancePlugin/core/DigitalHuman.js";
|
|
74
|
+
import { DigitalPlayground as Gf } from "./DigitalPerformancePlugin/core/DigitalPlayground.js";
|
|
75
|
+
import { DigitalStateMachine as Yf } from "./DigitalPerformancePlugin/core/DigitalStateMachine.js";
|
|
76
76
|
import "./components/PaintBrush/Controller.js";
|
|
77
77
|
import "./components/PaintBrush/utils.js";
|
|
78
78
|
import "./components/PaintBrush/tween.js";
|
|
@@ -496,6 +496,7 @@ import "./Sculpt/Objects/Point/Editor.js";
|
|
|
496
496
|
import "./Sculpt/Meshes/Area.js";
|
|
497
497
|
import "./Sculpt/Meshes/PolygonWithEdge.js";
|
|
498
498
|
import "./Sculpt/Objects/Polygon/Editor.js";
|
|
499
|
+
import "./Sculpt/utils/isIntersecting.js";
|
|
499
500
|
import "./Sculpt/Meshes/Prism.js";
|
|
500
501
|
import "./shared-utils/three/core/PrismGeometry.js";
|
|
501
502
|
import "./shared-utils/three/core/polygonVertex.js";
|
|
@@ -593,89 +594,89 @@ import "./shared-utils/five/lookObject.js";
|
|
|
593
594
|
r();
|
|
594
595
|
o();
|
|
595
596
|
export {
|
|
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
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
597
|
+
pP as AreaMakerPlugin,
|
|
598
|
+
CP as CSS3DRender,
|
|
599
|
+
Wn as CSS3DRenderPlugin,
|
|
600
|
+
ca as CameraMovementEffect,
|
|
601
|
+
Ca as CameraMovementPlugin,
|
|
602
|
+
mf as ContentType,
|
|
603
|
+
za as CruisePlugin,
|
|
604
|
+
$P as CruisePluginController,
|
|
605
|
+
KP as CruisePluginTypes,
|
|
606
|
+
lP as CurrentPanoImagePlugin,
|
|
607
|
+
Na as DIRECTION,
|
|
608
|
+
GP as DISPLAY_STRATEGY_TYPE,
|
|
609
|
+
Af as DigitalHuman,
|
|
610
|
+
sP as DigitalPerformancePlugin,
|
|
611
|
+
Gf as DigitalPlayground,
|
|
612
|
+
Yf as DigitalStateMachine,
|
|
613
|
+
pf as DimensionType,
|
|
614
|
+
Zn as FLOOR_PLAN_ATTACHED_TO,
|
|
615
|
+
fa as FLOOR_TYPE_MAP,
|
|
616
|
+
aa as FloorplanGuidePlugin,
|
|
617
|
+
kP as GuideLineItem,
|
|
618
|
+
UP as GuideLineModeItem,
|
|
619
|
+
Wa as GuideLinePlugin,
|
|
620
|
+
hP as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
|
|
621
|
+
HP as ItemLabelPlugin,
|
|
622
|
+
OP as Magnifier,
|
|
623
|
+
ia as MapviewFloorplanPlugin,
|
|
624
|
+
Fa as MeasurePlugin,
|
|
625
|
+
sa as ModelChassisCompassPlugin,
|
|
626
|
+
Ma as ModelEntryDoorGuidePlugin,
|
|
627
|
+
ra as ModelFloorplanPlugin,
|
|
628
|
+
YP as ModelItemLabelPlugin,
|
|
629
|
+
xP as ModelMakerPlugin,
|
|
630
|
+
Kn as ModelRoomLabelPlugin,
|
|
631
|
+
Ba as ModelTVVideoPlugin,
|
|
632
|
+
jn as ModelViewPlugin,
|
|
633
|
+
zP as MoveController,
|
|
634
|
+
Ja as MovePlugin,
|
|
635
|
+
nf as Object3DHelperController,
|
|
636
|
+
Za as Object3DHelperPlugin,
|
|
637
|
+
af as PLUGIN,
|
|
638
|
+
Nn as PaintBrush,
|
|
639
|
+
wn as PaintBrushTypeEnum,
|
|
640
|
+
Da as PanoCompassPlugin,
|
|
641
|
+
zn as PanoCursorRaycasterPlugin,
|
|
642
|
+
ja as PanoDoorLabelPlugin,
|
|
643
|
+
la as PanoFloorplanRadarPlugin,
|
|
644
|
+
va as PanoMeasurePlugin,
|
|
645
|
+
EP as PanoMeasurePluginLine,
|
|
646
|
+
cP as PanoMeasurePluginModel,
|
|
647
|
+
RP as PanoMeasurePluginPoint,
|
|
648
|
+
SP as PanoMeasurePluginPolyline,
|
|
649
|
+
_a as PanoRulerPlugin,
|
|
650
|
+
Ia as PanoRulerProPlugin,
|
|
651
|
+
ba as PanoSpatialTagPlugin,
|
|
652
|
+
Qa as PanoTagPlugin,
|
|
653
|
+
XP as PanoTagPluginController,
|
|
654
|
+
rP as PanoVideoPlugin,
|
|
655
|
+
ff as PanoVideoPluginType,
|
|
656
|
+
iP as PipelinePlugin,
|
|
657
|
+
ef as PointType,
|
|
658
|
+
ua as ROOM_FETILE_TYPE_MAP,
|
|
659
|
+
xa as ROOM_TYPE_MAP,
|
|
660
|
+
ya as Rotation,
|
|
661
|
+
aP as Sculpt,
|
|
662
|
+
PP as SculptPlugin,
|
|
663
|
+
fP as SculptPluginForFive,
|
|
664
|
+
pa as TopviewFloorplanPlugin,
|
|
665
|
+
MP as Util,
|
|
666
|
+
WP as WalkController,
|
|
667
|
+
Of as createBox,
|
|
668
|
+
Ef as createCircle,
|
|
669
|
+
Sf as createCylinder,
|
|
670
|
+
sf as createLine,
|
|
671
|
+
xf as createPoint,
|
|
672
|
+
Cf as createPolygon,
|
|
673
|
+
Mf as createPolyline,
|
|
674
|
+
cf as createPrism,
|
|
675
|
+
Rf as createRectangle,
|
|
676
|
+
rf as defaultGlobalConfig,
|
|
677
|
+
wa as itemLabelPluginServerParams,
|
|
678
|
+
Va as modelItemLabelPluginServerParams,
|
|
679
|
+
Qn as modelRoomLabelPluginServerParams,
|
|
680
|
+
ZP as pluginFlag,
|
|
681
|
+
AP as validatePolygon
|
|
681
682
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function A() {
|
|
2
2
|
console.debug(
|
|
3
|
-
"%c %c@realsee/dnalogel %cv3.79.
|
|
3
|
+
"%c %c@realsee/dnalogel %cv3.79.4",
|
|
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",
|