@realsee/dnalogel 2.3.5-dev.1 → 2.3.5-dev.3
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/PanoTagPlugin/controller/index.d.ts +1 -0
- package/dist/index.cjs.js +16 -16
- package/dist/index.js +28 -17
- package/dist/index.umd.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +31 -31
- package/docs/classes/CruisePluginController.html +24 -24
- package/docs/classes/Magnifier.html +16 -16
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +24 -24
- package/docs/classes/PaintBrush.html +15 -15
- package/docs/classes/PanoTagPluginController.html +57 -40
- package/docs/classes/Util.BetterTween.html +8 -8
- package/docs/classes/Util.FivePointSelector.html +12 -12
- package/docs/classes/Util.Interval.html +12 -12
- package/docs/classes/Util.Magnifier.html +17 -17
- package/docs/classes/Util.PointDomHelper.html +11 -11
- package/docs/classes/Util.PointHelper.html +11 -11
- package/docs/classes/Util.Rectangle.html +13 -13
- package/docs/enums/CameraMovementEffect.html +7 -7
- package/docs/enums/ContentType.html +16 -16
- package/docs/enums/DIRECTION.html +9 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/DimensionType.html +7 -7
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/PaintBrushTypeEnum.html +8 -8
- package/docs/enums/PointType.html +7 -7
- package/docs/enums/Rotation.html +8 -8
- package/docs/functions/CSS3DRenderPlugin.html +4 -4
- package/docs/functions/CameraMovementPlugin.html +4 -4
- package/docs/functions/CruisePlugin.html +4 -4
- package/docs/functions/GuideLinePlugin.html +5 -5
- package/docs/functions/ItemLabelPlugin.html +4 -4
- package/docs/functions/MapviewFloorplanPlugin.html +4 -4
- package/docs/functions/ModelChassisCompassPlugin.html +4 -4
- package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -4
- package/docs/functions/ModelFloorplanPlugin.html +4 -4
- package/docs/functions/ModelItemLabelPlugin.html +4 -4
- package/docs/functions/ModelRoomLabelPlugin.html +4 -4
- package/docs/functions/ModelTVVideoPlugin.html +4 -4
- package/docs/functions/ModelViewPlugin.html +4 -4
- package/docs/functions/Object3DHelperPlugin.html +4 -4
- package/docs/functions/PanoCompassPlugin.html +4 -4
- package/docs/functions/PanoCursorRaycasterPlugin.html +4 -4
- package/docs/functions/PanoDoorLabelPlugin.html +4 -4
- package/docs/functions/PanoFloorplanRadarPlugin.html +4 -4
- package/docs/functions/PanoMeasurePlugin.html +4 -4
- package/docs/functions/PanoRulerPlugin.html +4 -4
- package/docs/functions/PanoRulerProPlugin.html +4 -4
- package/docs/functions/PanoSpatialTagPlugin.html +4 -4
- package/docs/functions/PanoTagPlugin.html +4 -4
- package/docs/functions/TopviewFloorplanPlugin.html +4 -4
- package/docs/functions/Util.getCoordsFromClient.html +5 -5
- package/docs/functions/Util.getCoordsFromElement.html +5 -5
- package/docs/functions/Util.getFrameTime.html +5 -5
- package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
- package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
- package/docs/functions/Util.isNil.html +5 -5
- package/docs/functions/Util.nextFrame.html +5 -5
- package/docs/functions/Util.notNil.html +5 -5
- package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
- package/docs/functions/Util.tweenProgress.html +5 -5
- package/docs/functions/pluginFlag.html +5 -5
- package/docs/index.html +4 -4
- package/docs/interfaces/AddTagConfig.html +6 -6
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
- package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
- package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
- package/docs/interfaces/EventMap.html +15 -15
- package/docs/interfaces/FloorplanBounding.html +8 -8
- package/docs/interfaces/FloorplanData.html +10 -10
- package/docs/interfaces/FloorplanEntrance.html +11 -11
- package/docs/interfaces/FloorplanExtraObject.html +10 -10
- package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
- package/docs/interfaces/FloorplanFloorData.html +9 -9
- package/docs/interfaces/FloorplanImagePosition.html +7 -7
- package/docs/interfaces/FloorplanObserver.html +9 -9
- package/docs/interfaces/FloorplanOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanPosition.html +7 -7
- package/docs/interfaces/FloorplanRoomItem.html +13 -13
- package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
- package/docs/interfaces/FloorplanServerBounding.html +8 -8
- package/docs/interfaces/FloorplanServerComputedData.html +10 -10
- package/docs/interfaces/FloorplanServerData.html +7 -7
- package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
- package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
- package/docs/interfaces/FloorplanServerEntrance.html +11 -11
- package/docs/interfaces/FloorplanServerFloorData.html +9 -9
- package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
- package/docs/interfaces/FloorplanServerObserver.html +9 -9
- package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanServerPosition.html +7 -7
- package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
- package/docs/interfaces/ItemLabelPluginData.html +6 -6
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
- package/docs/interfaces/LineJson.html +7 -7
- package/docs/interfaces/MinMax.html +7 -7
- package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
- package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
- package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
- package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
- package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
- package/docs/interfaces/ModelViewPluginExportType.html +11 -11
- package/docs/interfaces/Object3DHelperState.html +8 -8
- package/docs/interfaces/OpenParameter.html +7 -7
- package/docs/interfaces/PaintBrushAction.html +12 -12
- package/docs/interfaces/PaintBrushConfigs.html +12 -12
- package/docs/interfaces/PaintBrushState.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -5
- package/docs/interfaces/PanoMeasureParameterType.html +11 -11
- package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
- package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
- package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
- package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
- package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
- package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
- package/docs/interfaces/PanoRulerProPluginState.html +8 -8
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -5
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
- package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
- package/docs/interfaces/Point.html +8 -8
- package/docs/interfaces/PointJson.html +8 -8
- package/docs/interfaces/Room.html +9 -9
- package/docs/interfaces/RoomInfo.html +7 -7
- package/docs/interfaces/RoomLabel.html +14 -14
- package/docs/interfaces/RoomRules.html +5 -5
- package/docs/interfaces/Rooms.html +5 -5
- package/docs/interfaces/Scissor.html +9 -9
- package/docs/interfaces/State.html +8 -8
- package/docs/interfaces/TagCache.html +10 -10
- package/docs/interfaces/TagConfig.html +10 -10
- package/docs/interfaces/TagIconUrl.html +9 -9
- package/docs/interfaces/Tags.html +9 -9
- package/docs/interfaces/TemporaryState.html +6 -6
- package/docs/interfaces/Util.MagnifierParameter.html +11 -11
- package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
- package/docs/modules/Util.html +5 -5
- package/docs/modules.html +4 -4
- package/docs/types/ArrayPosition.html +5 -5
- package/docs/types/CSS3DRenderExportType.html +5 -5
- package/docs/types/CSS3DRenderPluginExportType.html +5 -5
- package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
- package/docs/types/Color.html +5 -5
- package/docs/types/ContentTypeConfigKey.html +5 -5
- package/docs/types/ContentTypeMap.html +5 -5
- package/docs/types/Create3DDomContainerReturnType.html +5 -5
- package/docs/types/Create3DElementReturnType.html +5 -5
- package/docs/types/CruisePluginExportType.html +5 -5
- package/docs/types/Direction-1.html +5 -5
- package/docs/types/Direction4.html +5 -5
- package/docs/types/FloorplanRuleLabels.html +5 -5
- package/docs/types/FloorplanServerRuleLabels.html +5 -5
- package/docs/types/GuideLinePluginExportType.html +5 -5
- package/docs/types/HelperEventMap.html +5 -5
- package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
- package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
- package/docs/types/MediaData.html +5 -5
- package/docs/types/MediaStore.html +5 -5
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
- package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
- package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
- package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
- package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
- package/docs/types/MoveArgs.html +5 -5
- package/docs/types/MoveOpts.html +5 -5
- package/docs/types/Object3DHelperEventMap.html +5 -5
- package/docs/types/ObjectFit.html +5 -5
- package/docs/types/PaintBrushEventMap.html +5 -5
- package/docs/types/PanoCompassPluginData.html +5 -5
- package/docs/types/PanoCompassPluginExportType.html +5 -5
- package/docs/types/PanoCompassPluginParameterType.html +5 -5
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
- package/docs/types/PanoIndex.html +5 -5
- package/docs/types/PanoMeasurePluginEvent.html +5 -5
- package/docs/types/PanoMeasureReturnType.html +5 -5
- package/docs/types/PanoSpatialTagPluginId.html +5 -5
- package/docs/types/PanoTagPluginExportInterface.html +5 -5
- package/docs/types/PanoTagPluginParamsInterface.html +5 -5
- package/docs/types/PlaneTag.html +5 -5
- package/docs/types/PlaneTagElement.html +5 -5
- package/docs/types/Point2DElement.html +5 -5
- package/docs/types/Point2DTag.html +5 -5
- package/docs/types/Point3DElement.html +5 -5
- package/docs/types/Point3DTag.html +5 -5
- package/docs/types/PointTag.html +5 -5
- package/docs/types/PointTagElement.html +5 -5
- package/docs/types/Position.html +5 -5
- package/docs/types/RotateArgs.html +5 -5
- package/docs/types/RotateOpts.html +5 -5
- package/docs/types/RuleLabelsKey.html +5 -5
- package/docs/types/RuleLabelsValue.html +5 -5
- package/docs/types/StickType.html +5 -5
- package/docs/types/Tag.html +5 -5
- package/docs/types/Tag2D.html +5 -5
- package/docs/types/Tag3D.html +5 -5
- package/docs/types/TagContentType.html +5 -5
- package/docs/types/TagDimensionType.html +5 -5
- package/docs/types/TagElement.html +5 -5
- package/docs/types/TagEvents.html +5 -5
- package/docs/types/TagHooks.html +5 -5
- package/docs/types/TagIconSize.html +5 -5
- package/docs/types/TagId.html +5 -5
- package/docs/types/TagPointType.html +5 -5
- package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
- package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
- package/docs/types/WorkCode.html +5 -5
- package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
- package/docs/variables/PLUGIN.html +5 -5
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
- package/docs/variables/ROOM_TYPE_MAP.html +5 -5
- package/docs/variables/VERSION.html +5 -5
- package/docs/variables/itemLabelPluginServerParams.html +5 -5
- package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
- package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
- package/libs/PanoTagPlugin/Components/TagItem.js +44 -43
- package/libs/PanoTagPlugin/controller/index.d.ts +1 -0
- package/libs/PanoTagPlugin/controller/index.js +29 -20
- package/libs/PanoTagPlugin/utils/tag/format.js +4 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15703,7 +15703,7 @@ function _r(i) {
|
|
|
15703
15703
|
mediaStore: i[2],
|
|
15704
15704
|
withAnimation: i[0],
|
|
15705
15705
|
tag: ke(i[1]),
|
|
15706
|
-
hooks: i[
|
|
15706
|
+
hooks: i[14],
|
|
15707
15707
|
state: i[3],
|
|
15708
15708
|
temporaryState: i[4]
|
|
15709
15709
|
}
|
|
@@ -15754,7 +15754,7 @@ function Ur(i) {
|
|
|
15754
15754
|
};
|
|
15755
15755
|
}
|
|
15756
15756
|
function P0(i) {
|
|
15757
|
-
let t, e, n, o, s = i[
|
|
15757
|
+
let t, e, n, o, s = i[12] && _r(i), r = i[13] && Ur(i);
|
|
15758
15758
|
return {
|
|
15759
15759
|
c() {
|
|
15760
15760
|
t = j("div"), e = j("div"), s && s.c(), n = J(), r && r.c(), y(e, "class", "wrapper svelte-bdubcv"), y(e, "data-tag-id", i[11]), T(e, "left", i[7]), T(e, "top", i[6]), T(e, "z-index", i[5]), y(t, "class", "tag svelte-bdubcv"), y(t, "data-tag-id", i[11]), y(t, "data-tag-unfolded", i[8]), te(t, "disable", i[10]), te(t, "hide", i[9]), te(t, "withAnimation", i[0]);
|
|
@@ -15763,9 +15763,9 @@ function P0(i) {
|
|
|
15763
15763
|
B(a, t, l), Q(t, e), s && s.m(e, null), Q(e, n), r && r.m(e, null), o = !0;
|
|
15764
15764
|
},
|
|
15765
15765
|
p(a, [l]) {
|
|
15766
|
-
a[
|
|
15766
|
+
a[12] ? s ? (s.p(a, l), l & 4096 && E(s, 1)) : (s = _r(a), s.c(), E(s, 1), s.m(e, n)) : s && (ae(), S(s, 1, 1, () => {
|
|
15767
15767
|
s = null;
|
|
15768
|
-
}), le()), a[
|
|
15768
|
+
}), le()), a[13] ? r ? (r.p(a, l), l & 8192 && E(r, 1)) : (r = Ur(a), r.c(), E(r, 1), r.m(e, null)) : r && (ae(), S(r, 1, 1, () => {
|
|
15769
15769
|
r = null;
|
|
15770
15770
|
}), le()), (!o || l & 2048) && y(e, "data-tag-id", a[11]), l & 128 && T(e, "left", a[7]), l & 64 && T(e, "top", a[6]), l & 32 && T(e, "z-index", a[5]), (!o || l & 2048) && y(t, "data-tag-id", a[11]), (!o || l & 256) && y(t, "data-tag-unfolded", a[8]), (!o || l & 1024) && te(t, "disable", a[10]), (!o || l & 512) && te(t, "hide", a[9]), (!o || l & 1) && te(t, "withAnimation", a[0]);
|
|
15771
15771
|
},
|
|
@@ -15781,19 +15781,20 @@ function P0(i) {
|
|
|
15781
15781
|
};
|
|
15782
15782
|
}
|
|
15783
15783
|
function I0(i, t, e) {
|
|
15784
|
-
let n, o, s, r, a, l, c, d, { withAnimation:
|
|
15785
|
-
const
|
|
15786
|
-
return i.$$set = (
|
|
15787
|
-
"withAnimation" in
|
|
15784
|
+
let n, o, s, r, a, l, c, d, f, { withAnimation: u = !1 } = t, { tag: h } = t, { mediaStore: p } = t, { state: A } = t, { temporaryState: v } = t;
|
|
15785
|
+
const g = dt("hooks");
|
|
15786
|
+
return i.$$set = (w) => {
|
|
15787
|
+
"withAnimation" in w && e(0, u = w.withAnimation), "tag" in w && e(1, h = w.tag), "mediaStore" in w && e(2, p = w.mediaStore), "state" in w && e(3, A = w.state), "temporaryState" in w && e(4, v = w.temporaryState);
|
|
15788
15788
|
}, i.$$.update = () => {
|
|
15789
|
-
var
|
|
15790
|
-
i.$$.dirty & 2 && e(
|
|
15789
|
+
var w, b, I, x, C, z, D, R;
|
|
15790
|
+
i.$$.dirty & 2 && e(13, n = (() => !(h.contentType === "Link" || h.contentType === "Audio" && h.data.appearance === "plane"))()), i.$$.dirty & 2 && e(12, o = (() => h.contentType === "2DPoint")()), i.$$.dirty & 2 && e(11, s = h.id), i.$$.dirty & 2 && e(10, r = !((w = h.pointTagStyle) != null && w.leftPercent) || !((b = h.pointTagStyle) != null && b.topPercent) || h.enabled === !1 || !h.state), i.$$.dirty & 2 && e(9, a = !((I = h.state) != null && I.visible) || ((x = h.temporaryState) == null ? void 0 : x.visible) === !1), i.$$.dirty & 2 && e(8, l = (C = h.state) == null ? void 0 : C.unfolded), i.$$.dirty & 2 && e(7, c = ((z = h.pointTagStyle) == null ? void 0 : z.leftPercent) + "%"), i.$$.dirty & 2 && e(6, d = ((D = h.pointTagStyle) == null ? void 0 : D.topPercent) + "%"), i.$$.dirty & 2 && e(5, f = (R = h.state) != null && R.unfolded ? 1 : 0);
|
|
15791
15791
|
}, [
|
|
15792
|
-
f,
|
|
15793
15792
|
u,
|
|
15794
15793
|
h,
|
|
15795
15794
|
p,
|
|
15796
15795
|
A,
|
|
15796
|
+
v,
|
|
15797
|
+
f,
|
|
15797
15798
|
d,
|
|
15798
15799
|
c,
|
|
15799
15800
|
l,
|
|
@@ -15802,7 +15803,7 @@ function I0(i, t, e) {
|
|
|
15802
15803
|
s,
|
|
15803
15804
|
o,
|
|
15804
15805
|
n,
|
|
15805
|
-
|
|
15806
|
+
g
|
|
15806
15807
|
];
|
|
15807
15808
|
}
|
|
15808
15809
|
class k0 extends se {
|
|
@@ -16293,20 +16294,21 @@ class j0 extends B0 {
|
|
|
16293
16294
|
}
|
|
16294
16295
|
}
|
|
16295
16296
|
function Q0(i) {
|
|
16297
|
+
var t, e;
|
|
16296
16298
|
if (!i.stickType) {
|
|
16297
|
-
const
|
|
16298
|
-
i.stickType =
|
|
16299
|
+
const n = (() => i.pointType === "PointTag" && i.dimensionType === "3D" ? "3DPoint" : i.pointType === "PlaneTag" ? "Plane" : "2DPoint")();
|
|
16300
|
+
i.stickType = n;
|
|
16299
16301
|
}
|
|
16300
16302
|
if (i.contentType === "VRLink" || i.contentType === "PanoLink" || i.contentType === "Link") {
|
|
16301
|
-
const
|
|
16302
|
-
!t.data.icon && !
|
|
16303
|
+
const n = i;
|
|
16304
|
+
!((t = n.data) != null && t.icon) && !((e = n.style) != null && e.point) && (n.data.icon = {
|
|
16303
16305
|
url: "//vrlab-static.ljcdn.com/release/web/test.09dee741.png",
|
|
16304
16306
|
steps: 28
|
|
16305
16307
|
});
|
|
16306
16308
|
}
|
|
16307
16309
|
return i;
|
|
16308
16310
|
}
|
|
16309
|
-
const dl = "2.0.0-dev.
|
|
16311
|
+
const dl = "2.0.0-dev.8", _i = `DnalogelPlugin-PanoTagPlugin@${dl}`, R0 = !1, gv = (i) => `${_i}--${i}`;
|
|
16310
16312
|
class O0 extends j0 {
|
|
16311
16313
|
constructor(e, n) {
|
|
16312
16314
|
super(e);
|
|
@@ -16402,6 +16404,15 @@ class O0 extends j0 {
|
|
|
16402
16404
|
const { userAction: o = !0, visibleWithAnimation: s = !1 } = n, r = F({}, this.state);
|
|
16403
16405
|
this.state = Object.assign(this.state, e), this.store.visibleWithAnimation = s, r.visible !== this.state.visible && (e.visible ? this.handleShow() : this.handleHide()), r.enabled !== this.state.enabled && (e.enabled ? this.handleEnable() : this.handleDisable()), this.hooks.emit("stateChange", { state: this.state, prevState: r, userAction: o });
|
|
16404
16406
|
}
|
|
16407
|
+
changeUnfoldedById(e, n) {
|
|
16408
|
+
var r;
|
|
16409
|
+
const o = this.getTagById(e);
|
|
16410
|
+
if (!o)
|
|
16411
|
+
return;
|
|
16412
|
+
o.state.unfolded = n;
|
|
16413
|
+
const s = this.filterPointTag();
|
|
16414
|
+
(r = this.TagContainerSvelte) == null || r.$set({ tags: s });
|
|
16415
|
+
}
|
|
16405
16416
|
changeTagNormalById(e, n) {
|
|
16406
16417
|
const o = this.getTagById(e);
|
|
16407
16418
|
!o || !o.tag3DContentSvelte || (o.tag3DContentSvelte.currentNormal = at(n), this.updateRenderPlaneTag());
|