@realsee/dnalogel 2.3.4 → 2.3.5-dev.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/dist/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
- package/dist/ModelViewPlugin/Plugin.d.ts +8 -0
- package/dist/PanoTagPlugin/Assets/Icon.d.ts +3 -2
- package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +1 -2
- package/dist/PanoTagPlugin/controller/TagComputer.d.ts +15 -14
- package/dist/PanoTagPlugin/controller/index.d.ts +14 -12
- package/dist/PanoTagPlugin/index.d.ts +1 -1
- package/dist/PanoTagPlugin/typings/controller.d.ts +12 -11
- package/dist/PanoTagPlugin/typings/index.d.ts +5 -1
- package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +53 -0
- package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +88 -0
- package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +155 -0
- package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +50 -0
- package/dist/PanoTagPlugin/utils/color.d.ts +7 -0
- package/dist/PanoTagPlugin/utils/getImageInfo.d.ts +16 -0
- package/dist/PanoTagPlugin/utils/px2rem.d.ts +1 -0
- package/dist/PanoTagPlugin/utils/tag/format.d.ts +2 -0
- package/dist/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -0
- package/dist/PanoTagPlugin/utils/timeToString.d.ts +1 -0
- package/dist/index.cjs.js +51 -51
- package/dist/index.js +7181 -6311
- package/dist/index.umd.js +43 -43
- 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 +196 -164
- 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 +75 -35
- package/docs/enums/DIRECTION.html +9 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/DimensionType.html +19 -15
- 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 +19 -15
- package/docs/enums/Rotation.html +8 -8
- package/docs/functions/CSS3DRenderPlugin.html +35 -13
- package/docs/functions/CameraMovementPlugin.html +35 -13
- package/docs/functions/CruisePlugin.html +35 -13
- package/docs/functions/GuideLinePlugin.html +36 -14
- package/docs/functions/ItemLabelPlugin.html +35 -13
- package/docs/functions/MapviewFloorplanPlugin.html +35 -13
- package/docs/functions/ModelChassisCompassPlugin.html +35 -13
- package/docs/functions/ModelEntryDoorGuidePlugin.html +35 -13
- package/docs/functions/ModelFloorplanPlugin.html +35 -13
- package/docs/functions/ModelItemLabelPlugin.html +35 -13
- package/docs/functions/ModelRoomLabelPlugin.html +35 -13
- package/docs/functions/ModelTVVideoPlugin.html +35 -13
- package/docs/functions/ModelViewPlugin.html +35 -13
- package/docs/functions/Object3DHelperPlugin.html +35 -13
- package/docs/functions/PanoCompassPlugin.html +35 -13
- package/docs/functions/PanoCursorRaycasterPlugin.html +35 -13
- package/docs/functions/PanoDoorLabelPlugin.html +35 -13
- package/docs/functions/PanoFloorplanRadarPlugin.html +35 -13
- package/docs/functions/PanoMeasurePlugin.html +35 -13
- package/docs/functions/PanoRulerPlugin.html +35 -13
- package/docs/functions/PanoRulerProPlugin.html +35 -13
- package/docs/functions/PanoSpatialTagPlugin.html +35 -13
- package/docs/functions/PanoTagPlugin.html +41 -23
- package/docs/functions/TopviewFloorplanPlugin.html +35 -13
- 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 +36 -14
- package/docs/index.html +35 -13
- package/docs/interfaces/AddTagConfig.html +64 -0
- 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 +298 -0
- 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 +71 -0
- 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 +57 -9
- 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 +36 -14
- 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 +36 -14
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +36 -14
- 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 +36 -14
- package/docs/interfaces/Rooms.html +36 -14
- package/docs/interfaces/Scissor.html +9 -9
- package/docs/interfaces/State.html +89 -0
- package/docs/interfaces/TagCache.html +92 -0
- package/docs/interfaces/TagConfig.html +15 -19
- package/docs/interfaces/TagIconUrl.html +91 -0
- package/docs/interfaces/Tags.html +14 -12
- package/docs/interfaces/TemporaryState.html +64 -0
- 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 +65 -21
- package/docs/types/ArrayPosition.html +37 -15
- package/docs/types/CSS3DRenderExportType.html +36 -14
- package/docs/types/CSS3DRenderPluginExportType.html +36 -14
- package/docs/types/CSS3DRenderPluginParameterType.html +36 -14
- package/docs/types/Color.html +36 -14
- package/docs/types/ContentTypeConfigKey.html +37 -15
- package/docs/types/ContentTypeMap.html +247 -0
- package/docs/types/Create3DDomContainerReturnType.html +36 -14
- package/docs/types/Create3DElementReturnType.html +36 -14
- package/docs/types/CruisePluginExportType.html +36 -14
- package/docs/types/Direction-1.html +36 -14
- package/docs/types/Direction4.html +36 -14
- package/docs/types/FloorplanRuleLabels.html +36 -14
- package/docs/types/FloorplanServerRuleLabels.html +36 -14
- package/docs/types/GuideLinePluginExportType.html +36 -14
- package/docs/types/HelperEventMap.html +36 -14
- package/docs/types/MapviewFloorplanPluginParameterType.html +36 -14
- package/docs/types/MapviewFloorplanPluginReturnType.html +36 -14
- package/docs/types/MediaData.html +36 -14
- package/docs/types/MediaStore.html +247 -0
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +36 -14
- package/docs/types/ModelFloorplanPluginParameterType.html +36 -14
- package/docs/types/ModelFloorplanPluginReturnType.html +36 -14
- package/docs/types/ModelRoomLabelPluginParameters.html +36 -14
- package/docs/types/ModelRoomLabelPluginReturnType.html +36 -14
- package/docs/types/MoveArgs.html +36 -14
- package/docs/types/MoveOpts.html +36 -14
- package/docs/types/Object3DHelperEventMap.html +36 -14
- package/docs/types/ObjectFit.html +36 -14
- package/docs/types/PaintBrushEventMap.html +36 -14
- package/docs/types/PanoCompassPluginData.html +36 -14
- package/docs/types/PanoCompassPluginExportType.html +36 -14
- package/docs/types/PanoCompassPluginParameterType.html +36 -14
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +36 -14
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +36 -14
- package/docs/types/PanoIndex.html +247 -0
- package/docs/types/PanoMeasurePluginEvent.html +36 -14
- package/docs/types/PanoMeasureReturnType.html +36 -14
- package/docs/types/PanoSpatialTagPluginId.html +36 -14
- package/docs/types/PanoTagPluginExportInterface.html +36 -14
- package/docs/types/PanoTagPluginParamsInterface.html +36 -14
- package/docs/types/PlaneTag.html +39 -19
- package/docs/types/PlaneTagElement.html +252 -0
- package/docs/types/Point2DElement.html +252 -0
- package/docs/types/Point2DTag.html +254 -0
- package/docs/types/Point3DElement.html +252 -0
- package/docs/types/Point3DTag.html +254 -0
- package/docs/types/PointTag.html +39 -23
- package/docs/types/PointTagElement.html +252 -0
- package/docs/types/Position.html +36 -14
- package/docs/types/RotateArgs.html +36 -14
- package/docs/types/RotateOpts.html +36 -14
- package/docs/types/RuleLabelsKey.html +36 -14
- package/docs/types/RuleLabelsValue.html +36 -14
- package/docs/types/StickType.html +247 -0
- package/docs/types/Tag.html +40 -22
- package/docs/types/Tag2D.html +41 -20
- package/docs/types/Tag3D.html +41 -20
- package/docs/types/TagContentType.html +247 -0
- package/docs/types/TagDimensionType.html +247 -0
- package/docs/types/TagElement.html +254 -0
- package/docs/types/TagEvents.html +282 -0
- package/docs/types/TagHooks.html +247 -0
- package/docs/types/TagIconSize.html +250 -0
- package/docs/types/TagId.html +36 -14
- package/docs/types/TagPointType.html +250 -0
- package/docs/types/TopviewFloorplanPluginParameterType.html +36 -14
- package/docs/types/TopviewFloorplanPluginReturnType.html +36 -14
- package/docs/types/{ContentTypeConfigKeyArray.html → WorkCode.html} +39 -17
- package/docs/variables/FLOOR_TYPE_MAP.html +36 -14
- package/docs/variables/PLUGIN.html +36 -14
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +36 -14
- package/docs/variables/ROOM_TYPE_MAP.html +36 -14
- package/docs/variables/VERSION.html +36 -14
- package/docs/variables/itemLabelPluginServerParams.html +36 -14
- package/docs/variables/modelItemLabelPluginServerParams.html +36 -14
- package/docs/variables/modelRoomLabelPluginServerParams.html +36 -14
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +2 -2
- package/libs/ModelViewPlugin/Plugin.d.ts +8 -0
- package/libs/ModelViewPlugin/Plugin.js +83 -73
- package/libs/PanoTagPlugin/Assets/Icon.d.ts +3 -2
- package/libs/PanoTagPlugin/Assets/Icon.js +4 -3
- package/libs/PanoTagPlugin/Components/Common/Audio.js +138 -133
- package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +173 -0
- package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +108 -0
- package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +32 -32
- package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +79 -57
- package/libs/PanoTagPlugin/Components/Common/Media.js +212 -194
- package/libs/PanoTagPlugin/Components/Common/MediaItem.js +109 -80
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +78 -0
- package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +135 -0
- package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +147 -0
- package/libs/PanoTagPlugin/Components/Common/Text/MText.js +166 -0
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +209 -0
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +204 -0
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +98 -0
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +100 -130
- package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +49 -98
- package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +47 -44
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +98 -0
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +122 -0
- package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +98 -0
- package/libs/PanoTagPlugin/Components/Tag/index.js +130 -133
- package/libs/PanoTagPlugin/Components/TagContainer.js +89 -105
- package/libs/PanoTagPlugin/Components/TagItem.js +139 -0
- package/libs/PanoTagPlugin/controller/TagCacheController.d.ts +1 -2
- package/libs/PanoTagPlugin/controller/TagComputer.d.ts +15 -14
- package/libs/PanoTagPlugin/controller/TagComputer.js +168 -151
- package/libs/PanoTagPlugin/controller/index.d.ts +14 -12
- package/libs/PanoTagPlugin/controller/index.js +128 -133
- package/libs/PanoTagPlugin/index.d.ts +1 -1
- package/libs/PanoTagPlugin/index.js +31 -20
- package/libs/PanoTagPlugin/tag.config.js +23 -16
- package/libs/PanoTagPlugin/typings/controller.d.ts +12 -11
- package/libs/PanoTagPlugin/typings/index.d.ts +5 -1
- package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +53 -0
- package/libs/PanoTagPlugin/typings/tag/Tag.js +1 -0
- package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +88 -0
- package/libs/PanoTagPlugin/typings/tag/TagConfig.js +1 -0
- package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +155 -0
- package/libs/PanoTagPlugin/typings/tag/TagData.js +4 -0
- package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +50 -0
- package/libs/PanoTagPlugin/typings/tag/Utils.js +5 -0
- package/libs/PanoTagPlugin/utils/color.d.ts +7 -0
- package/libs/PanoTagPlugin/utils/color.js +17 -0
- package/libs/PanoTagPlugin/utils/getImageInfo.d.ts +16 -0
- package/libs/PanoTagPlugin/utils/getImageInfo.js +50 -0
- package/libs/PanoTagPlugin/utils/px2rem.d.ts +1 -0
- package/libs/PanoTagPlugin/utils/px2rem.js +6 -0
- package/libs/PanoTagPlugin/utils/tag/format.d.ts +2 -0
- package/libs/PanoTagPlugin/utils/tag/format.js +10 -0
- package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -0
- package/libs/PanoTagPlugin/utils/tag/tagCheck.js +10 -0
- package/libs/PanoTagPlugin/utils/tagPosition.js +2 -2
- package/libs/PanoTagPlugin/utils/timeToString.d.ts +1 -0
- package/libs/PanoTagPlugin/utils/timeToString.js +7 -0
- package/libs/index.js +112 -101
- package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +17 -20
- package/libs/vendor/svelte/internal/index.js +381 -341
- package/package.json +3 -3
- package/dist/PanoTagPlugin/typings/tag.d.ts +0 -247
- package/docs/enums/LinkType.html +0 -67
- package/docs/interfaces/ContentTypeMap.html +0 -212
- package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +0 -170
- package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +0 -50
- package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +0 -50
- package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +0 -166
- package/libs/PanoTagPlugin/Components/Common/Text.js +0 -130
- package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +0 -131
- package/libs/PanoTagPlugin/Components/Tag/TextTag.js +0 -122
- package/libs/PanoTagPlugin/Components/TagWrapper.js +0 -152
- package/libs/PanoTagPlugin/typings/tag.d.ts +0 -247
- package/libs/PanoTagPlugin/typings/tag.js +0 -7
|
@@ -1,156 +1,140 @@
|
|
|
1
|
-
import { SvelteComponent as
|
|
2
|
-
import {
|
|
3
|
-
function
|
|
4
|
-
q(s, "svelte-
|
|
1
|
+
import { SvelteComponent as v, init as y, safe_not_equal as A, append_styles as q, empty as d, insert as h, transition_in as m, transition_out as u, check_outros as w, detach as _, setContext as p, element as C, attr as z, toggle_class as c, group_outros as S, update_keyed_each as T, outro_and_destroy_block as I, create_component as M, mount_component as N, destroy_component as j } from "../../vendor/svelte/internal/index.js";
|
|
2
|
+
import { TagItem as B } from "./TagItem.js";
|
|
3
|
+
function D(s) {
|
|
4
|
+
q(s, "svelte-wqbk81", ".tag--container.svelte-wqbk81{box-sizing:border-box;position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;opacity:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.withAnimation.svelte-wqbk81{transition:opacity 0.3s linear}.tag--container.hide.svelte-wqbk81{opacity:0;pointer-events:none}.tag--container.hide.svelte-wqbk81 *{pointer-events:none}");
|
|
5
5
|
}
|
|
6
|
-
function
|
|
7
|
-
const
|
|
8
|
-
return
|
|
6
|
+
function g(s, e, n) {
|
|
7
|
+
const t = s.slice();
|
|
8
|
+
return t[6] = e[n], t;
|
|
9
9
|
}
|
|
10
|
-
function
|
|
11
|
-
let e,
|
|
12
|
-
const f = (
|
|
13
|
-
for (let
|
|
14
|
-
let
|
|
15
|
-
|
|
10
|
+
function k(s) {
|
|
11
|
+
let e, n = [], t = /* @__PURE__ */ new Map(), a, o = s[1];
|
|
12
|
+
const f = (i) => i[6].id;
|
|
13
|
+
for (let i = 0; i < o.length; i += 1) {
|
|
14
|
+
let l = g(s, o, i), r = f(l);
|
|
15
|
+
t.set(r, n[i] = b(r, l));
|
|
16
16
|
}
|
|
17
17
|
return {
|
|
18
18
|
c() {
|
|
19
|
-
e =
|
|
20
|
-
for (let
|
|
21
|
-
i
|
|
22
|
-
|
|
19
|
+
e = C("div");
|
|
20
|
+
for (let i = 0; i < n.length; i += 1)
|
|
21
|
+
n[i].c();
|
|
22
|
+
z(e, "class", "tag--container svelte-wqbk81"), c(e, "hide", !s[3].visible || !s[4].visible), c(e, "withAnimation", s[0]);
|
|
23
23
|
},
|
|
24
|
-
m(
|
|
25
|
-
|
|
26
|
-
for (let
|
|
27
|
-
|
|
28
|
-
|
|
24
|
+
m(i, l) {
|
|
25
|
+
h(i, e, l);
|
|
26
|
+
for (let r = 0; r < n.length; r += 1)
|
|
27
|
+
n[r].m(e, null);
|
|
28
|
+
a = !0;
|
|
29
29
|
},
|
|
30
|
-
p(
|
|
31
|
-
|
|
30
|
+
p(i, l) {
|
|
31
|
+
l & 31 && (o = i[1], S(), n = T(n, l, f, 1, i, o, t, e, I, b, null, g), w()), (!a || l & 24) && c(e, "hide", !i[3].visible || !i[4].visible), (!a || l & 1) && c(e, "withAnimation", i[0]);
|
|
32
32
|
},
|
|
33
|
-
i(
|
|
34
|
-
if (!
|
|
35
|
-
for (let
|
|
36
|
-
m(
|
|
37
|
-
|
|
33
|
+
i(i) {
|
|
34
|
+
if (!a) {
|
|
35
|
+
for (let l = 0; l < o.length; l += 1)
|
|
36
|
+
m(n[l]);
|
|
37
|
+
a = !0;
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
|
-
o(
|
|
41
|
-
for (let
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
o(i) {
|
|
41
|
+
for (let l = 0; l < n.length; l += 1)
|
|
42
|
+
u(n[l]);
|
|
43
|
+
a = !1;
|
|
44
44
|
},
|
|
45
|
-
d(
|
|
46
|
-
|
|
47
|
-
for (let
|
|
48
|
-
|
|
45
|
+
d(i) {
|
|
46
|
+
i && _(e);
|
|
47
|
+
for (let l = 0; l < n.length; l += 1)
|
|
48
|
+
n[l].d();
|
|
49
49
|
}
|
|
50
50
|
};
|
|
51
51
|
}
|
|
52
|
-
function
|
|
53
|
-
let
|
|
54
|
-
|
|
55
|
-
{
|
|
56
|
-
tag: e[6],
|
|
57
|
-
hooks: e[2],
|
|
52
|
+
function b(s, e) {
|
|
53
|
+
let n, t, a;
|
|
54
|
+
return t = new B({
|
|
55
|
+
props: {
|
|
58
56
|
state: e[3],
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
57
|
+
temporaryState: e[4],
|
|
58
|
+
withAnimation: e[0],
|
|
59
|
+
tag: e[6],
|
|
60
|
+
mediaStore: e[2]
|
|
62
61
|
}
|
|
63
|
-
|
|
64
|
-
let a = {};
|
|
65
|
-
for (let t = 0; t < f.length; t += 1)
|
|
66
|
-
a = j(a, f[t]);
|
|
67
|
-
return n = new I({ props: a }), {
|
|
62
|
+
}), {
|
|
68
63
|
key: s,
|
|
69
64
|
first: null,
|
|
70
65
|
c() {
|
|
71
|
-
|
|
72
|
-
i = w("div"), B(n.$$.fragment), l = D(), A(i, "class", "tag svelte-1eci49s"), c(i, "hide", !((t = e[6].pointTagStyle) != null && t.leftPercent) || !((o = e[6].pointTagStyle) != null && o.topPercent) || e[6].enabled === !1 || !e[6].state || ((u = e[6].temporaryState) == null ? void 0 : u.visible) === !1), this.first = i;
|
|
66
|
+
n = d(), M(t.$$.fragment), this.first = n;
|
|
73
67
|
},
|
|
74
|
-
m(
|
|
75
|
-
|
|
68
|
+
m(o, f) {
|
|
69
|
+
h(o, n, f), N(t, o, f), a = !0;
|
|
76
70
|
},
|
|
77
|
-
p(
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
{
|
|
82
|
-
tag: e[6],
|
|
83
|
-
hooks: e[2],
|
|
84
|
-
state: e[3],
|
|
85
|
-
mediaStore: e[4],
|
|
86
|
-
temporaryState: e[5],
|
|
87
|
-
withAnimation: e[0]
|
|
88
|
-
}
|
|
89
|
-
]) : {};
|
|
90
|
-
n.$set(u), (!r || o & 2) && c(i, "hide", !((d = e[6].pointTagStyle) != null && d.leftPercent) || !((p = e[6].pointTagStyle) != null && p.topPercent) || e[6].enabled === !1 || !e[6].state || ((b = e[6].temporaryState) == null ? void 0 : b.visible) === !1);
|
|
71
|
+
p(o, f) {
|
|
72
|
+
e = o;
|
|
73
|
+
const i = {};
|
|
74
|
+
f & 8 && (i.state = e[3]), f & 16 && (i.temporaryState = e[4]), f & 1 && (i.withAnimation = e[0]), f & 2 && (i.tag = e[6]), f & 4 && (i.mediaStore = e[2]), t.$set(i);
|
|
91
75
|
},
|
|
92
|
-
i(
|
|
93
|
-
|
|
76
|
+
i(o) {
|
|
77
|
+
a || (m(t.$$.fragment, o), a = !0);
|
|
94
78
|
},
|
|
95
|
-
o(
|
|
96
|
-
|
|
79
|
+
o(o) {
|
|
80
|
+
u(t.$$.fragment, o), a = !1;
|
|
97
81
|
},
|
|
98
|
-
d(
|
|
99
|
-
|
|
82
|
+
d(o) {
|
|
83
|
+
o && _(n), j(t, o);
|
|
100
84
|
}
|
|
101
85
|
};
|
|
102
86
|
}
|
|
103
|
-
function
|
|
104
|
-
let e,
|
|
87
|
+
function E(s) {
|
|
88
|
+
let e, n, t = s[3].enabled && k(s);
|
|
105
89
|
return {
|
|
106
90
|
c() {
|
|
107
|
-
|
|
91
|
+
t && t.c(), e = d();
|
|
108
92
|
},
|
|
109
|
-
m(
|
|
110
|
-
|
|
93
|
+
m(a, o) {
|
|
94
|
+
t && t.m(a, o), h(a, e, o), n = !0;
|
|
111
95
|
},
|
|
112
|
-
p(
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
}),
|
|
96
|
+
p(a, [o]) {
|
|
97
|
+
a[3].enabled ? t ? (t.p(a, o), o & 8 && m(t, 1)) : (t = k(a), t.c(), m(t, 1), t.m(e.parentNode, e)) : t && (S(), u(t, 1, 1, () => {
|
|
98
|
+
t = null;
|
|
99
|
+
}), w());
|
|
116
100
|
},
|
|
117
|
-
i(
|
|
118
|
-
|
|
101
|
+
i(a) {
|
|
102
|
+
n || (m(t), n = !0);
|
|
119
103
|
},
|
|
120
|
-
o(
|
|
121
|
-
|
|
104
|
+
o(a) {
|
|
105
|
+
u(t), n = !1;
|
|
122
106
|
},
|
|
123
|
-
d(
|
|
124
|
-
|
|
107
|
+
d(a) {
|
|
108
|
+
t && t.d(a), a && _(e);
|
|
125
109
|
}
|
|
126
110
|
};
|
|
127
111
|
}
|
|
128
|
-
function
|
|
129
|
-
let { withAnimation:
|
|
130
|
-
return s.$$set = (
|
|
131
|
-
"withAnimation" in
|
|
132
|
-
}, [
|
|
112
|
+
function F(s, e, n) {
|
|
113
|
+
let { withAnimation: t = !1 } = e, { tags: a = [] } = e, { hooks: o } = e, { mediaStore: f } = e, { state: i } = e, { temporaryState: l } = e;
|
|
114
|
+
return p("hooks", o), s.$$set = (r) => {
|
|
115
|
+
"withAnimation" in r && n(0, t = r.withAnimation), "tags" in r && n(1, a = r.tags), "hooks" in r && n(5, o = r.hooks), "mediaStore" in r && n(2, f = r.mediaStore), "state" in r && n(3, i = r.state), "temporaryState" in r && n(4, l = r.temporaryState);
|
|
116
|
+
}, [t, a, f, i, l, o];
|
|
133
117
|
}
|
|
134
|
-
class
|
|
118
|
+
class J extends v {
|
|
135
119
|
constructor(e) {
|
|
136
|
-
super(),
|
|
120
|
+
super(), y(
|
|
137
121
|
this,
|
|
138
122
|
e,
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
123
|
+
F,
|
|
124
|
+
E,
|
|
125
|
+
A,
|
|
142
126
|
{
|
|
143
127
|
withAnimation: 0,
|
|
144
128
|
tags: 1,
|
|
145
|
-
hooks:
|
|
129
|
+
hooks: 5,
|
|
130
|
+
mediaStore: 2,
|
|
146
131
|
state: 3,
|
|
147
|
-
|
|
148
|
-
temporaryState: 5
|
|
132
|
+
temporaryState: 4
|
|
149
133
|
},
|
|
150
|
-
|
|
134
|
+
D
|
|
151
135
|
);
|
|
152
136
|
}
|
|
153
137
|
}
|
|
154
138
|
export {
|
|
155
|
-
|
|
139
|
+
J as TagContainer
|
|
156
140
|
};
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import { SvelteComponent as K, init as M, safe_not_equal as N, append_styles as O, element as D, space as Q, attr as u, set_style as g, toggle_class as p, insert as R, append as I, transition_in as d, group_outros as q, transition_out as c, check_outros as L, detach as U, getContext as V, create_component as F, mount_component as G, destroy_component as H } from "../../vendor/svelte/internal/index.js";
|
|
2
|
+
import { Tag as W } from "./Tag/index.js";
|
|
3
|
+
import "three";
|
|
4
|
+
import { noTypecheck as j } from "../utils/noTypecheck.js";
|
|
5
|
+
import { TagPoint as X } from "./Common/TagPoint.js";
|
|
6
|
+
function Y(i) {
|
|
7
|
+
O(i, "svelte-bdubcv", ".tag.hide.svelte-bdubcv{opacity:0;pointer-events:none}.tag.disable.svelte-bdubcv{display:none}.tag.withAnimation.svelte-bdubcv{transition:opacity 0.3s linear}.wrapper.svelte-bdubcv{position:absolute;width:0rem;height:0rem;overflow:visible;pointer-events:auto}");
|
|
8
|
+
}
|
|
9
|
+
function B(i) {
|
|
10
|
+
let t, e;
|
|
11
|
+
return t = new W({
|
|
12
|
+
props: {
|
|
13
|
+
mediaStore: i[2],
|
|
14
|
+
withAnimation: i[0],
|
|
15
|
+
tag: j(i[1]),
|
|
16
|
+
hooks: i[13],
|
|
17
|
+
state: i[3],
|
|
18
|
+
temporaryState: i[4]
|
|
19
|
+
}
|
|
20
|
+
}), {
|
|
21
|
+
c() {
|
|
22
|
+
F(t.$$.fragment);
|
|
23
|
+
},
|
|
24
|
+
m(a, o) {
|
|
25
|
+
G(t, a, o), e = !0;
|
|
26
|
+
},
|
|
27
|
+
p(a, o) {
|
|
28
|
+
const n = {};
|
|
29
|
+
o & 4 && (n.mediaStore = a[2]), o & 1 && (n.withAnimation = a[0]), o & 2 && (n.tag = j(a[1])), o & 8 && (n.state = a[3]), o & 16 && (n.temporaryState = a[4]), t.$set(n);
|
|
30
|
+
},
|
|
31
|
+
i(a) {
|
|
32
|
+
e || (d(t.$$.fragment, a), e = !0);
|
|
33
|
+
},
|
|
34
|
+
o(a) {
|
|
35
|
+
c(t.$$.fragment, a), e = !1;
|
|
36
|
+
},
|
|
37
|
+
d(a) {
|
|
38
|
+
H(t, a);
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
function E(i) {
|
|
43
|
+
let t, e;
|
|
44
|
+
return t = new X({ props: { tag: i[1] } }), {
|
|
45
|
+
c() {
|
|
46
|
+
F(t.$$.fragment);
|
|
47
|
+
},
|
|
48
|
+
m(a, o) {
|
|
49
|
+
G(t, a, o), e = !0;
|
|
50
|
+
},
|
|
51
|
+
p(a, o) {
|
|
52
|
+
const n = {};
|
|
53
|
+
o & 2 && (n.tag = a[1]), t.$set(n);
|
|
54
|
+
},
|
|
55
|
+
i(a) {
|
|
56
|
+
e || (d(t.$$.fragment, a), e = !0);
|
|
57
|
+
},
|
|
58
|
+
o(a) {
|
|
59
|
+
c(t.$$.fragment, a), e = !1;
|
|
60
|
+
},
|
|
61
|
+
d(a) {
|
|
62
|
+
H(t, a);
|
|
63
|
+
}
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
function Z(i) {
|
|
67
|
+
let t, e, a, o, n = i[1].stickType === "2DPoint" && B(i), f = i[12] && E(i);
|
|
68
|
+
return {
|
|
69
|
+
c() {
|
|
70
|
+
t = D("div"), e = D("div"), n && n.c(), a = Q(), f && f.c(), u(e, "class", "wrapper svelte-bdubcv"), u(e, "data-tag-id", i[11]), g(e, "left", i[7]), g(e, "top", i[6]), g(e, "z-index", i[5]), u(t, "class", "tag svelte-bdubcv"), u(t, "data-tag-id", i[11]), u(t, "data-tag-unfolded", i[8]), p(t, "disable", i[10]), p(t, "hide", i[9]), p(t, "withAnimation", i[0]);
|
|
71
|
+
},
|
|
72
|
+
m(r, l) {
|
|
73
|
+
R(r, t, l), I(t, e), n && n.m(e, null), I(e, a), f && f.m(e, null), o = !0;
|
|
74
|
+
},
|
|
75
|
+
p(r, [l]) {
|
|
76
|
+
r[1].stickType === "2DPoint" ? n ? (n.p(r, l), l & 2 && d(n, 1)) : (n = B(r), n.c(), d(n, 1), n.m(e, a)) : n && (q(), c(n, 1, 1, () => {
|
|
77
|
+
n = null;
|
|
78
|
+
}), L()), r[12] ? f ? (f.p(r, l), l & 4096 && d(f, 1)) : (f = E(r), f.c(), d(f, 1), f.m(e, null)) : f && (q(), c(f, 1, 1, () => {
|
|
79
|
+
f = null;
|
|
80
|
+
}), L()), (!o || l & 2048) && u(e, "data-tag-id", r[11]), l & 128 && g(e, "left", r[7]), l & 64 && g(e, "top", r[6]), l & 32 && g(e, "z-index", r[5]), (!o || l & 2048) && u(t, "data-tag-id", r[11]), (!o || l & 256) && u(t, "data-tag-unfolded", r[8]), (!o || l & 1024) && p(t, "disable", r[10]), (!o || l & 512) && p(t, "hide", r[9]), (!o || l & 1) && p(t, "withAnimation", r[0]);
|
|
81
|
+
},
|
|
82
|
+
i(r) {
|
|
83
|
+
o || (d(n), d(f), o = !0);
|
|
84
|
+
},
|
|
85
|
+
o(r) {
|
|
86
|
+
c(n), c(f), o = !1;
|
|
87
|
+
},
|
|
88
|
+
d(r) {
|
|
89
|
+
r && U(t), n && n.d(), f && f.d();
|
|
90
|
+
}
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
function x(i, t, e) {
|
|
94
|
+
let a, o, n, f, r, l, b, h, { withAnimation: _ = !1 } = t, { tag: s } = t, { mediaStore: S } = t, { state: w } = t, { temporaryState: v } = t;
|
|
95
|
+
const J = V("hooks");
|
|
96
|
+
return i.$$set = (m) => {
|
|
97
|
+
"withAnimation" in m && e(0, _ = m.withAnimation), "tag" in m && e(1, s = m.tag), "mediaStore" in m && e(2, S = m.mediaStore), "state" in m && e(3, w = m.state), "temporaryState" in m && e(4, v = m.temporaryState);
|
|
98
|
+
}, i.$$.update = () => {
|
|
99
|
+
var m, y, k, T, A, P, z, C;
|
|
100
|
+
i.$$.dirty & 2 && e(12, a = (() => !(s.contentType === "Link" || s.contentType === "Audio" && s.data.appearance === "plane"))()), i.$$.dirty & 2 && e(11, o = s.id), i.$$.dirty & 2 && e(10, n = !((m = s.pointTagStyle) != null && m.leftPercent) || !((y = s.pointTagStyle) != null && y.topPercent) || s.enabled === !1 || !s.state), i.$$.dirty & 2 && e(9, f = !((k = s.state) != null && k.visible) || !!((T = s.temporaryState) != null && T.visible)), i.$$.dirty & 2 && e(8, r = (A = s.state) == null ? void 0 : A.unfolded), i.$$.dirty & 2 && e(7, l = ((P = s.pointTagStyle) == null ? void 0 : P.leftPercent) + "%"), i.$$.dirty & 2 && e(6, b = ((z = s.pointTagStyle) == null ? void 0 : z.topPercent) + "%"), i.$$.dirty & 2 && e(5, h = (C = s.state) != null && C.unfolded ? 1 : 0);
|
|
101
|
+
}, [
|
|
102
|
+
_,
|
|
103
|
+
s,
|
|
104
|
+
S,
|
|
105
|
+
w,
|
|
106
|
+
v,
|
|
107
|
+
h,
|
|
108
|
+
b,
|
|
109
|
+
l,
|
|
110
|
+
r,
|
|
111
|
+
f,
|
|
112
|
+
n,
|
|
113
|
+
o,
|
|
114
|
+
a,
|
|
115
|
+
J
|
|
116
|
+
];
|
|
117
|
+
}
|
|
118
|
+
class ae extends K {
|
|
119
|
+
constructor(t) {
|
|
120
|
+
super(), M(
|
|
121
|
+
this,
|
|
122
|
+
t,
|
|
123
|
+
x,
|
|
124
|
+
Z,
|
|
125
|
+
N,
|
|
126
|
+
{
|
|
127
|
+
withAnimation: 0,
|
|
128
|
+
tag: 1,
|
|
129
|
+
mediaStore: 2,
|
|
130
|
+
state: 3,
|
|
131
|
+
temporaryState: 4
|
|
132
|
+
},
|
|
133
|
+
Y
|
|
134
|
+
);
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
export {
|
|
138
|
+
ae as TagItem
|
|
139
|
+
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { Five } from '@realsee/five';
|
|
2
2
|
import type { ValueOf } from 'type-fest';
|
|
3
|
-
import type { TagId } from '../typings
|
|
4
|
-
import type { TagCache, State, EventMap } from '../typings';
|
|
3
|
+
import type { TagId, TagCache, State, EventMap } from '../typings';
|
|
5
4
|
import * as BasePlugin from '../../base/BasePlugin';
|
|
6
5
|
export declare abstract class TagCacheController extends BasePlugin.Controller<State, EventMap> {
|
|
7
6
|
private tagCacheByPanoIndex;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Five } from '@realsee/five';
|
|
2
|
-
import { Tag, Tags, TagConfig,
|
|
2
|
+
import type { Tag, Tags, TagConfig, ContentTypeConfigKey, PlaneTag, TagElement, Point2DElement, Point3DElement, PlaneTagElement, PointTagElement, Point3DTag, TagId, StickType, TagContentType } from '../typings';
|
|
3
3
|
import { TagCacheController } from './TagCacheController';
|
|
4
4
|
export declare abstract class TagComputer extends TagCacheController {
|
|
5
5
|
tags: TagElement[];
|
|
@@ -9,7 +9,7 @@ export declare abstract class TagComputer extends TagCacheController {
|
|
|
9
9
|
};
|
|
10
10
|
private raycaster;
|
|
11
11
|
protected constructor(five: Five);
|
|
12
|
-
getTagById(id: TagId): TagElement<
|
|
12
|
+
getTagById(id: TagId): TagElement<TagContentType, StickType>;
|
|
13
13
|
/**
|
|
14
14
|
* @description: 改变配置
|
|
15
15
|
*/
|
|
@@ -25,28 +25,29 @@ export declare abstract class TagComputer extends TagCacheController {
|
|
|
25
25
|
/**
|
|
26
26
|
* @description: 获取是否可见
|
|
27
27
|
*/
|
|
28
|
-
getVisibleByPanoIndex(tag: Tag, panoIndex?: number): boolean;
|
|
28
|
+
getVisibleByPanoIndex(tag: Tag<any, any>, panoIndex?: number): boolean;
|
|
29
29
|
/**
|
|
30
30
|
* @description: 获取是否展开
|
|
31
31
|
*/
|
|
32
|
-
getUnfoldedByPanoIndex(tag: Tag
|
|
32
|
+
getUnfoldedByPanoIndex(tag: Tag<any>, panoIndex?: number): boolean;
|
|
33
33
|
/**
|
|
34
34
|
* @description: 获取是否展开
|
|
35
35
|
*/
|
|
36
|
-
getUnfoldedByCamera(tag: Tag): boolean;
|
|
36
|
+
getUnfoldedByCamera(tag: Tag<any, any>): boolean;
|
|
37
37
|
/**
|
|
38
38
|
* @description: 获取距离
|
|
39
39
|
*/
|
|
40
|
-
getDistance(tag: Tag, panoIndex?: number): number;
|
|
40
|
+
getDistance(tag: Tag<any, any>, panoIndex?: number): number;
|
|
41
41
|
/**
|
|
42
42
|
* @description: 获取角度
|
|
43
43
|
*/
|
|
44
|
-
getAngle(tag:
|
|
44
|
+
getAngle(tag: Point3DTag | PlaneTag, panoIndex?: number): number;
|
|
45
45
|
/**
|
|
46
46
|
* @description: 获取merge后的配置
|
|
47
47
|
*/
|
|
48
|
-
getTagConfig(tag: Tag): TagConfig<
|
|
49
|
-
protected
|
|
48
|
+
getTagConfig(tag: Tag<any, any>): TagConfig<TagContentType, StickType>;
|
|
49
|
+
protected can(action: 'show' | 'hide' | 'fold' | 'unfold', tag: Tag<any, any>): boolean;
|
|
50
|
+
protected sort<T extends Tag<any, any>>(tags: T[]): T[];
|
|
50
51
|
/**
|
|
51
52
|
* @description: 一个点的标签
|
|
52
53
|
*/
|
|
@@ -56,14 +57,14 @@ export declare abstract class TagComputer extends TagCacheController {
|
|
|
56
57
|
/**
|
|
57
58
|
* @description: 一个点的标签
|
|
58
59
|
*/
|
|
59
|
-
protected getTagProject(tag: Tag): {
|
|
60
|
+
protected getTagProject(tag: Tag<any, any>): {
|
|
60
61
|
x: number;
|
|
61
62
|
y: number;
|
|
62
63
|
z: number;
|
|
63
64
|
};
|
|
64
|
-
protected filterPointTag(): PointTagElement[];
|
|
65
|
-
protected
|
|
66
|
-
protected filter3DPointTag():
|
|
67
|
-
protected filter3DTag(): TagElement<any,
|
|
65
|
+
protected filterPointTag(): PointTagElement<TagContentType>[];
|
|
66
|
+
protected filter2DPointTag(): Point2DElement<TagContentType>[];
|
|
67
|
+
protected filter3DPointTag(): Point3DElement<TagContentType>[];
|
|
68
|
+
protected filter3DTag(): TagElement<any, "3DPoint" | "Plane">[];
|
|
68
69
|
protected filterPlaneTag(): PlaneTagElement[];
|
|
69
70
|
}
|