@realsee/dnalogel 2.3.9-alpha.2 → 2.3.9-alpha.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/index.cjs.js +54 -54
- package/dist/index.js +4546 -4501
- package/dist/index.umd.js +47 -47
- package/dist/shared-utils/audio.d.ts +19 -0
- 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 +41 -41
- 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/AudioAppearance.html +5 -5
- package/docs/types/AudioTagTypeConfigKey.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/ContentTypeConfigKeySplit.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/LoadTagConfig.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/CruisePlugin/Controller.js +1 -1
- package/libs/PanoTagPlugin/Components/Common/Audio.js +131 -132
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +3 -2
- package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +1 -1
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +66 -64
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +17 -16
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +3 -2
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +46 -46
- package/libs/PanoTagPlugin/Components/Tag/index.js +3 -2
- package/libs/PanoTagPlugin/Components/TagContainer.js +3 -2
- package/libs/PanoTagPlugin/Components/TagItem.js +3 -2
- package/libs/PanoTagPlugin/controller/index.js +12 -11
- package/libs/PanoTagPlugin/index.js +12 -11
- package/libs/index.js +93 -92
- package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +25 -32
- package/libs/shared-utils/audio.d.ts +19 -0
- package/libs/shared-utils/audio.js +75 -0
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SvelteComponent as
|
|
1
|
+
import { SvelteComponent as de, init as ce, safe_not_equal as ge, append_styles as pe, element as h, create_component as be, space as A, text as D, attr as c, set_style as R, src_url_equal as j, toggle_class as Y, insert as S, mount_component as ue, append as d, set_data as E, transition_in as he, transition_out as ve, detach as T, destroy_component as ke, destroy_each as $, empty as fe } from "../../../vendor/svelte/internal/index.js";
|
|
2
2
|
import "hammerjs";
|
|
3
3
|
import "three";
|
|
4
4
|
import "@realsee/five";
|
|
@@ -7,7 +7,7 @@ import "../../../CSS3DRenderPlugin/CSS3DRender.js";
|
|
|
7
7
|
import "../../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
8
8
|
import { notNil as L } from "../../../shared-utils/isNil.js";
|
|
9
9
|
import "../../../shared-utils/animationFrame/BetterTween.js";
|
|
10
|
-
import
|
|
10
|
+
import ye from "../Common/Shadow.js";
|
|
11
11
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
12
12
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
13
13
|
import "../../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -23,18 +23,18 @@ import "../../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
|
23
23
|
import "../../../shared-utils/animationFrame/index.js";
|
|
24
24
|
import "../../../vendor/svelte/transition/index.js";
|
|
25
25
|
import "../../../vendor/svelte/easing/index.js";
|
|
26
|
-
function
|
|
27
|
-
|
|
26
|
+
function _e(l) {
|
|
27
|
+
pe(l, "svelte-8mby9k", ".svelte-8mby9k.svelte-8mby9k{box-sizing:border-box}.marketing.svelte-8mby9k.svelte-8mby9k{transform:translateY(-100%)}.content.svelte-8mby9k .headerImage.svelte-8mby9k{position:absolute;width:100%;top:0.25rem;transform:translateY(-100%);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.line.svelte-8mby9k.svelte-8mby9k{position:absolute;height:2.0625rem;width:0.0625rem;left:50%;transform:translateX(-50%);background-color:white;bottom:0;transform-origin:bottom;transition:all 500ms}.content.svelte-8mby9k.svelte-8mby9k{background-color:white;position:relative;display:flex;flex-direction:column;min-width:11.125rem;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;border-radius:0.25rem;top:-1.875rem;left:-1rem;padding:0.5rem 0rem 0.5625rem;transition:all 500ms}.title.svelte-8mby9k.svelte-8mby9k{position:absolute;background-color:white;border-radius:0.25rem;width:100%;top:0.5rem;padding-left:0.75rem;padding-right:0.75rem}.title.svelte-8mby9k .text.svelte-8mby9k{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:0.75rem;font-weight:bold;line-height:1.125rem;color:#000}.footer.svelte-8mby9k.svelte-8mby9k{position:relative;padding-left:0.75rem;padding-right:0.75rem;width:100%;height:1.375rem;display:flex;align-items:center}.footer.svelte-8mby9k .goto-button.svelte-8mby9k{flex-shrink:0;white-space:nowrap;background-image:linear-gradient(to right, rgba(87, 144, 253, 1) 0, rgba(42, 114, 254, 1) 100%);color:#fff;font-size:0.625rem;border-radius:0.875rem;font-weight:bold;padding-left:0.5rem;padding-right:0.5rem;height:1.25rem;margin-left:auto;display:flex;align-items:center}.footer.svelte-8mby9k .goto-icon.svelte-8mby9k::after{content:'';display:inline-block;width:0.75rem;height:0.75rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMAFNO2pYt4bErz8uP6ysawgVtBPDcR5C4s2L6ZmJBzZGJXUyEeDws/0G2zAAAAkklEQVQ4y+3TRw6DMBAF0OAeJ3QCpCe0uf8NwRILLBYfiS1/aT3JoymnI+sERZ5VCH0iVto3QDfBLmeSSMUTogRV9bBEpJAKaYpGijn13aTSLeraeG9D0NZFZv4/rRL5FDHnITlllqjv6tykWsmX4JHr05y7j6oFKq2P8He48B0tAM0EY0EDxquClw6vLz6EI35GmwwSZpe+WOgAAAAASUVORK5CYII=);background-size:100% auto;background-repeat:no-repeat}.price.svelte-8mby9k.svelte-8mby9k{flex-shrink:0;margin-right:0.75rem;white-space:nowrap;color:#ff6600;display:flex;align-items:baseline}.price.svelte-8mby9k .value.svelte-8mby9k{position:relative;top:0.0625rem;font-size:1.125rem;line-height:1.375rem;font-family:TG-TYPE, PingFangSC, Segoe UI, Rototo, sans-serif;letter-spacing:0rem}.price.svelte-8mby9k .unit.svelte-8mby9k{padding-left:0.125rem;font-size:0.625rem}.tag.svelte-8mby9k.svelte-8mby9k{position:relative;background-color:white;display:flex;width:-moz-max-content;width:max-content;padding-left:0.75rem;padding-right:0.75rem;min-height:1.75rem}.tag.svelte-8mby9k .base-tag.svelte-8mby9k{height:1rem;margin-top:1.375rem;margin-bottom:0.5rem;margin-right:0.25rem;font-size:0.625rem;line-height:0.875rem;padding:0.0625rem 0.25rem;border-radius:0.125rem;overflow:hidden}.tag.svelte-8mby9k .primary-tag.svelte-8mby9k{background:#e5eefe;color:#0055ff}.tag.svelte-8mby9k .secondary-tag.svelte-8mby9k{background:rgba(255, 102, 0, 0.08);color:rgba(255, 102, 0, 1)}.unfolded.svelte-8mby9k .line.svelte-8mby9k{transform:translateX(-50%) scale(1, 1)}.folded.svelte-8mby9k .line.svelte-8mby9k{transform:translateX(-50%) scale(1, 0);transition-timing-function:ease-in}.unfolded.svelte-8mby9k .content.svelte-8mby9k{opacity:1}.folded.svelte-8mby9k .content.svelte-8mby9k{opacity:0;transform:translateY(0.425rem);transition-timing-function:ease-in}");
|
|
28
28
|
}
|
|
29
|
-
function
|
|
29
|
+
function x(l, t, e) {
|
|
30
30
|
const i = l.slice();
|
|
31
31
|
return i[0] = t[e], i;
|
|
32
32
|
}
|
|
33
|
-
function
|
|
33
|
+
function ee(l, t, e) {
|
|
34
34
|
const i = l.slice();
|
|
35
35
|
return i[0] = t[e], i;
|
|
36
36
|
}
|
|
37
|
-
function
|
|
37
|
+
function te(l) {
|
|
38
38
|
let t, e = l[0] + "", i;
|
|
39
39
|
return {
|
|
40
40
|
c() {
|
|
@@ -51,24 +51,24 @@ function x(l) {
|
|
|
51
51
|
}
|
|
52
52
|
};
|
|
53
53
|
}
|
|
54
|
-
function
|
|
55
|
-
let t, e = l[0] &&
|
|
54
|
+
function ie(l) {
|
|
55
|
+
let t, e = l[0] && te(l);
|
|
56
56
|
return {
|
|
57
57
|
c() {
|
|
58
|
-
e && e.c(), t =
|
|
58
|
+
e && e.c(), t = fe();
|
|
59
59
|
},
|
|
60
60
|
m(i, r) {
|
|
61
61
|
e && e.m(i, r), S(i, t, r);
|
|
62
62
|
},
|
|
63
63
|
p(i, r) {
|
|
64
|
-
i[0] ? e ? e.p(i, r) : (e =
|
|
64
|
+
i[0] ? e ? e.p(i, r) : (e = te(i), e.c(), e.m(t.parentNode, t)) : e && (e.d(1), e = null);
|
|
65
65
|
},
|
|
66
66
|
d(i) {
|
|
67
67
|
e && e.d(i), i && T(t);
|
|
68
68
|
}
|
|
69
69
|
};
|
|
70
70
|
}
|
|
71
|
-
function
|
|
71
|
+
function le(l) {
|
|
72
72
|
let t, e = l[0] + "", i;
|
|
73
73
|
return {
|
|
74
74
|
c() {
|
|
@@ -85,25 +85,25 @@ function te(l) {
|
|
|
85
85
|
}
|
|
86
86
|
};
|
|
87
87
|
}
|
|
88
|
-
function
|
|
89
|
-
let t, e = l[0] &&
|
|
88
|
+
function re(l) {
|
|
89
|
+
let t, e = l[0] && le(l);
|
|
90
90
|
return {
|
|
91
91
|
c() {
|
|
92
|
-
e && e.c(), t =
|
|
92
|
+
e && e.c(), t = fe();
|
|
93
93
|
},
|
|
94
94
|
m(i, r) {
|
|
95
95
|
e && e.m(i, r), S(i, t, r);
|
|
96
96
|
},
|
|
97
97
|
p(i, r) {
|
|
98
|
-
i[0] ? e ? e.p(i, r) : (e =
|
|
98
|
+
i[0] ? e ? e.p(i, r) : (e = le(i), e.c(), e.m(t.parentNode, t)) : e && (e.d(1), e = null);
|
|
99
99
|
},
|
|
100
100
|
d(i) {
|
|
101
101
|
e && e.d(i), i && T(t);
|
|
102
102
|
}
|
|
103
103
|
};
|
|
104
104
|
}
|
|
105
|
-
function
|
|
106
|
-
let t, e, i = l[2].price.value + "", r, m, n = l[2].price.unit &&
|
|
105
|
+
function oe(l) {
|
|
106
|
+
let t, e, i = l[2].price.value + "", r, m, n = l[2].price.unit && ne(l);
|
|
107
107
|
return {
|
|
108
108
|
c() {
|
|
109
109
|
t = h("div"), e = h("span"), r = D(i), m = A(), n && n.c(), c(e, "class", "value svelte-8mby9k"), c(t, "class", "price svelte-8mby9k");
|
|
@@ -112,14 +112,14 @@ function le(l) {
|
|
|
112
112
|
S(f, t, v), d(t, e), d(e, r), d(t, m), n && n.m(t, null);
|
|
113
113
|
},
|
|
114
114
|
p(f, v) {
|
|
115
|
-
v & 4 && i !== (i = f[2].price.value + "") && E(r, i), f[2].price.unit ? n ? n.p(f, v) : (n =
|
|
115
|
+
v & 4 && i !== (i = f[2].price.value + "") && E(r, i), f[2].price.unit ? n ? n.p(f, v) : (n = ne(f), n.c(), n.m(t, null)) : n && (n.d(1), n = null);
|
|
116
116
|
},
|
|
117
117
|
d(f) {
|
|
118
118
|
f && T(t), n && n.d();
|
|
119
119
|
}
|
|
120
120
|
};
|
|
121
121
|
}
|
|
122
|
-
function
|
|
122
|
+
function ne(l) {
|
|
123
123
|
let t, e = l[2].price.unit + "", i;
|
|
124
124
|
return {
|
|
125
125
|
c() {
|
|
@@ -136,7 +136,7 @@ function re(l) {
|
|
|
136
136
|
}
|
|
137
137
|
};
|
|
138
138
|
}
|
|
139
|
-
function
|
|
139
|
+
function ae(l) {
|
|
140
140
|
let t, e = l[2].highlightText + "", i;
|
|
141
141
|
return {
|
|
142
142
|
c() {
|
|
@@ -153,10 +153,10 @@ function oe(l) {
|
|
|
153
153
|
}
|
|
154
154
|
};
|
|
155
155
|
}
|
|
156
|
-
function
|
|
157
|
-
var Q;
|
|
158
|
-
let t, e, i, r, m, n, f, v, P, _, F, O, B, I, U = l[2].title + "", J, Z, k, M = L((Q = l[2].price) == null ? void 0 : Q.value), N, w;
|
|
159
|
-
e = new
|
|
156
|
+
function we(l) {
|
|
157
|
+
var Q, X;
|
|
158
|
+
let t, e, i, r, m, n, f, v, P, _, F, O, B, I, U = l[2].title + "", J, Z, k, M = L((Q = l[2].price) == null ? void 0 : Q.value) && ((X = l[2].price) == null ? void 0 : X.value) !== "", N, w;
|
|
159
|
+
e = new ye({
|
|
160
160
|
props: {
|
|
161
161
|
visible: l[1],
|
|
162
162
|
outDelay: 500,
|
|
@@ -168,24 +168,24 @@ function ye(l) {
|
|
|
168
168
|
});
|
|
169
169
|
let z = l[2].brandTags || [], g = [];
|
|
170
170
|
for (let o = 0; o < z.length; o += 1)
|
|
171
|
-
g[o] = ee(
|
|
171
|
+
g[o] = ie(ee(l, z, o));
|
|
172
172
|
let C = l[2].tags || [], p = [];
|
|
173
173
|
for (let o = 0; o < C.length; o += 1)
|
|
174
|
-
p[o] =
|
|
175
|
-
let b = M &&
|
|
174
|
+
p[o] = re(x(l, C, o));
|
|
175
|
+
let b = M && oe(l), u = l[2].highlightText && ae(l);
|
|
176
176
|
return {
|
|
177
177
|
c() {
|
|
178
178
|
var o;
|
|
179
|
-
t = h("div"),
|
|
179
|
+
t = h("div"), be(e.$$.fragment), i = A(), r = h("div"), m = A(), n = h("div"), f = h("img"), P = A(), _ = h("div");
|
|
180
180
|
for (let a = 0; a < g.length; a += 1)
|
|
181
181
|
g[a].c();
|
|
182
182
|
F = A();
|
|
183
183
|
for (let a = 0; a < p.length; a += 1)
|
|
184
184
|
p[a].c();
|
|
185
|
-
O = A(), B = h("div"), I = h("div"), J = D(U), Z = A(), k = h("div"), b && b.c(), N = A(), u && u.c(), c(r, "class", "line svelte-8mby9k"), R(r, "transition-delay", l[1] ? V + "ms" : q +
|
|
185
|
+
O = A(), B = h("div"), I = h("div"), J = D(U), Z = A(), k = h("div"), b && b.c(), N = A(), u && u.c(), c(r, "class", "line svelte-8mby9k"), R(r, "transition-delay", l[1] ? V + "ms" : q + me - se - 40 + "ms"), c(f, "class", "headerImage svelte-8mby9k"), j(f.src, v = l[2].headerPictureUrl) || c(f, "src", v), c(f, "alt", ""), c(_, "class", "tag svelte-8mby9k"), c(I, "class", "text svelte-8mby9k"), c(B, "class", "title svelte-8mby9k"), c(k, "class", "footer svelte-8mby9k"), R(k, "height", L((o = l[2].price) == null ? void 0 : o.value) && l[2].highlightText ? void 0 : "1rem"), c(n, "class", "content svelte-8mby9k"), R(n, "transition-delay", l[1] ? V + q + "ms" : "0ms"), c(t, "class", "marketing svelte-8mby9k"), Y(t, "unfolded", l[1]), Y(t, "folded", l[3]);
|
|
186
186
|
},
|
|
187
187
|
m(o, a) {
|
|
188
|
-
S(o, t, a),
|
|
188
|
+
S(o, t, a), ue(e, t, null), d(t, i), d(t, r), d(t, m), d(t, n), d(n, f), d(n, P), d(n, _);
|
|
189
189
|
for (let y = 0; y < g.length; y += 1)
|
|
190
190
|
g[y].m(_, null);
|
|
191
191
|
d(_, F);
|
|
@@ -194,14 +194,14 @@ function ye(l) {
|
|
|
194
194
|
d(n, O), d(n, B), d(B, I), d(I, J), d(n, Z), d(n, k), b && b.m(k, null), d(k, N), u && u.m(k, null), w = !0;
|
|
195
195
|
},
|
|
196
196
|
p(o, [a]) {
|
|
197
|
-
var
|
|
197
|
+
var H, K, W;
|
|
198
198
|
const y = {};
|
|
199
|
-
if (a & 2 && (y.visible = o[1]), e.$set(y), a & 2 && R(r, "transition-delay", o[1] ? V + "ms" : q +
|
|
199
|
+
if (a & 2 && (y.visible = o[1]), e.$set(y), a & 2 && R(r, "transition-delay", o[1] ? V + "ms" : q + me - se - 40 + "ms"), (!w || a & 4 && !j(f.src, v = o[2].headerPictureUrl)) && c(f, "src", v), a & 4) {
|
|
200
200
|
z = o[2].brandTags || [];
|
|
201
201
|
let s;
|
|
202
202
|
for (s = 0; s < z.length; s += 1) {
|
|
203
|
-
const G =
|
|
204
|
-
g[s] ? g[s].p(G, a) : (g[s] =
|
|
203
|
+
const G = ee(o, z, s);
|
|
204
|
+
g[s] ? g[s].p(G, a) : (g[s] = ie(G), g[s].c(), g[s].m(_, F));
|
|
205
205
|
}
|
|
206
206
|
for (; s < g.length; s += 1)
|
|
207
207
|
g[s].d(1);
|
|
@@ -211,28 +211,28 @@ function ye(l) {
|
|
|
211
211
|
C = o[2].tags || [];
|
|
212
212
|
let s;
|
|
213
213
|
for (s = 0; s < C.length; s += 1) {
|
|
214
|
-
const G =
|
|
215
|
-
p[s] ? p[s].p(G, a) : (p[s] =
|
|
214
|
+
const G = x(o, C, s);
|
|
215
|
+
p[s] ? p[s].p(G, a) : (p[s] = re(G), p[s].c(), p[s].m(_, null));
|
|
216
216
|
}
|
|
217
217
|
for (; s < p.length; s += 1)
|
|
218
218
|
p[s].d(1);
|
|
219
219
|
p.length = C.length;
|
|
220
220
|
}
|
|
221
|
-
(!w || a & 4) && U !== (U = o[2].title + "") && E(J, U), a & 4 && (M = L((
|
|
221
|
+
(!w || a & 4) && U !== (U = o[2].title + "") && E(J, U), a & 4 && (M = L((H = o[2].price) == null ? void 0 : H.value) && ((K = o[2].price) == null ? void 0 : K.value) !== ""), M ? b ? b.p(o, a) : (b = oe(o), b.c(), b.m(k, N)) : b && (b.d(1), b = null), o[2].highlightText ? u ? u.p(o, a) : (u = ae(o), u.c(), u.m(k, null)) : u && (u.d(1), u = null), a & 4 && R(k, "height", L((W = o[2].price) == null ? void 0 : W.value) && o[2].highlightText ? void 0 : "1rem"), a & 2 && R(n, "transition-delay", o[1] ? V + q + "ms" : "0ms"), (!w || a & 2) && Y(t, "unfolded", o[1]), (!w || a & 8) && Y(t, "folded", o[3]);
|
|
222
222
|
},
|
|
223
223
|
i(o) {
|
|
224
|
-
w || (
|
|
224
|
+
w || (he(e.$$.fragment, o), w = !0);
|
|
225
225
|
},
|
|
226
226
|
o(o) {
|
|
227
|
-
|
|
227
|
+
ve(e.$$.fragment, o), w = !1;
|
|
228
228
|
},
|
|
229
229
|
d(o) {
|
|
230
|
-
o && T(t),
|
|
230
|
+
o && T(t), ke(e), $(g, o), $(p, o), b && b.d(), u && u.d();
|
|
231
231
|
}
|
|
232
232
|
};
|
|
233
233
|
}
|
|
234
|
-
const V = 400,
|
|
235
|
-
function
|
|
234
|
+
const V = 400, se = 500, q = 180, me = 500;
|
|
235
|
+
function Ae(l, t, e) {
|
|
236
236
|
let i, r, m, { tag: n } = t;
|
|
237
237
|
return l.$$set = (f) => {
|
|
238
238
|
"tag" in f && e(0, n = f.tag);
|
|
@@ -241,11 +241,11 @@ function _e(l, t, e) {
|
|
|
241
241
|
l.$$.dirty & 1 && e(1, i = (v = (f = n.state) == null ? void 0 : f.unfolded) != null ? v : !1), l.$$.dirty & 2 && e(3, r = !i), l.$$.dirty & 1 && e(2, m = n.data);
|
|
242
242
|
}, [n, i, m, r];
|
|
243
243
|
}
|
|
244
|
-
class
|
|
244
|
+
class Ke extends de {
|
|
245
245
|
constructor(t) {
|
|
246
|
-
super(),
|
|
246
|
+
super(), ce(this, t, Ae, we, ge, { tag: 0 }, _e);
|
|
247
247
|
}
|
|
248
248
|
}
|
|
249
249
|
export {
|
|
250
|
-
|
|
250
|
+
Ke as default
|
|
251
251
|
};
|
|
@@ -61,6 +61,7 @@ import "../../../shared-utils/animationFrame/BetterTween.js";
|
|
|
61
61
|
import "../../../shared-utils/animationFrame/index.js";
|
|
62
62
|
import "./AudioTag/AudioTag.js";
|
|
63
63
|
import "../Common/Audio.js";
|
|
64
|
+
import "../../../shared-utils/audio.js";
|
|
64
65
|
import "../Common/Icon/audioIcon.js";
|
|
65
66
|
import "./AudioTag/AudioPlaneTag.js";
|
|
66
67
|
import "../../utils/timeToString.js";
|
|
@@ -370,7 +371,7 @@ function BA(o, A, t) {
|
|
|
370
371
|
E
|
|
371
372
|
];
|
|
372
373
|
}
|
|
373
|
-
class
|
|
374
|
+
class Je extends V {
|
|
374
375
|
constructor(A) {
|
|
375
376
|
super(), N(
|
|
376
377
|
this,
|
|
@@ -391,5 +392,5 @@ class Te extends V {
|
|
|
391
392
|
}
|
|
392
393
|
}
|
|
393
394
|
export {
|
|
394
|
-
|
|
395
|
+
Je as default
|
|
395
396
|
};
|
|
@@ -60,6 +60,7 @@ import "../../shared-utils/animationFrame/index.js";
|
|
|
60
60
|
import "./Tag/AudioTag/index.js";
|
|
61
61
|
import "./Tag/AudioTag/AudioTag.js";
|
|
62
62
|
import "./Common/Audio.js";
|
|
63
|
+
import "../../shared-utils/audio.js";
|
|
63
64
|
import "./Common/Icon/audioIcon.js";
|
|
64
65
|
import "./Tag/AudioTag/AudioPlaneTag.js";
|
|
65
66
|
import "../utils/timeToString.js";
|
|
@@ -185,7 +186,7 @@ function F(l, t, o) {
|
|
|
185
186
|
"withAnimation" in a && o(0, e = a.withAnimation), "tags" in a && o(1, n = a.tags), "hooks" in a && o(5, r = a.hooks), "mediaStore" in a && o(2, p = a.mediaStore), "state" in a && o(3, i = a.state), "temporaryState" in a && o(4, m = a.temporaryState);
|
|
186
187
|
}, [e, n, p, i, m, r];
|
|
187
188
|
}
|
|
188
|
-
class
|
|
189
|
+
class ie extends S {
|
|
189
190
|
constructor(t) {
|
|
190
191
|
super(), v(
|
|
191
192
|
this,
|
|
@@ -206,5 +207,5 @@ class ee extends S {
|
|
|
206
207
|
}
|
|
207
208
|
}
|
|
208
209
|
export {
|
|
209
|
-
|
|
210
|
+
ie as default
|
|
210
211
|
};
|
|
@@ -60,6 +60,7 @@ import "../../shared-utils/animationFrame/index.js";
|
|
|
60
60
|
import "./Tag/AudioTag/index.js";
|
|
61
61
|
import "./Tag/AudioTag/AudioTag.js";
|
|
62
62
|
import "./Common/Audio.js";
|
|
63
|
+
import "../../shared-utils/audio.js";
|
|
63
64
|
import "./Common/Icon/audioIcon.js";
|
|
64
65
|
import "./Tag/AudioTag/AudioPlaneTag.js";
|
|
65
66
|
import "../utils/timeToString.js";
|
|
@@ -228,7 +229,7 @@ function it(o, e, t) {
|
|
|
228
229
|
m
|
|
229
230
|
];
|
|
230
231
|
}
|
|
231
|
-
class
|
|
232
|
+
class ve extends K {
|
|
232
233
|
constructor(e) {
|
|
233
234
|
super(), M(
|
|
234
235
|
this,
|
|
@@ -248,5 +249,5 @@ class ke extends K {
|
|
|
248
249
|
}
|
|
249
250
|
}
|
|
250
251
|
export {
|
|
251
|
-
|
|
252
|
+
ve as default
|
|
252
253
|
};
|
|
@@ -28,9 +28,9 @@ var m = (h, a, e) => new Promise((t, i) => {
|
|
|
28
28
|
n((e = e.apply(h, a)).next());
|
|
29
29
|
});
|
|
30
30
|
import { Subscribe as R } from "@realsee/five";
|
|
31
|
-
import { Quaternion as
|
|
31
|
+
import { Quaternion as k } from "three";
|
|
32
32
|
import c from "object-assign-deep";
|
|
33
|
-
import { writable as
|
|
33
|
+
import { writable as F } from "../../vendor/svelte/store/index.js";
|
|
34
34
|
import U from "../Components/TagContainer.js";
|
|
35
35
|
import L from "../Components/Tag/index.js";
|
|
36
36
|
import { arrayPositionToVector3 as g } from "../../CSS3DRenderPlugin/utils/positionToVector3.js";
|
|
@@ -44,6 +44,7 @@ import { resizeObserver as D } from "../utils/resizeObserver.js";
|
|
|
44
44
|
import { TagComputer as N } from "./TagComputer.js";
|
|
45
45
|
import { CSS3DRenderPlugin as z } from "../../CSS3DRenderPlugin/index.js";
|
|
46
46
|
import W from "../utils/tag/format.js";
|
|
47
|
+
import { generateBlankAudio as _ } from "../../shared-utils/audio.js";
|
|
47
48
|
import "../../vendor/svelte/internal/index.js";
|
|
48
49
|
import "../Components/TagItem.js";
|
|
49
50
|
import "../utils/noTypecheck.js";
|
|
@@ -120,8 +121,8 @@ import "./TagCacheController.js";
|
|
|
120
121
|
import "../../base/BasePlugin.js";
|
|
121
122
|
import "../../CSS3DRenderPlugin/Controller.js";
|
|
122
123
|
import "../../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
|
|
123
|
-
const A = "2.0.
|
|
124
|
-
class
|
|
124
|
+
const A = "2.0.2", v = `DnalogelPlugin-PanoTagPlugin@${A}`, $ = !1, Ut = (h) => `${v}--${h}`;
|
|
125
|
+
class Lt extends N {
|
|
125
126
|
constructor(e, t) {
|
|
126
127
|
super(e);
|
|
127
128
|
d(this, "version", A);
|
|
@@ -131,7 +132,7 @@ class kt extends N {
|
|
|
131
132
|
d(this, "css3DRenderPlugin");
|
|
132
133
|
d(this, "TagContainerSvelte");
|
|
133
134
|
d(this, "temporaryState", { visible: !0 });
|
|
134
|
-
d(this, "mediaStore",
|
|
135
|
+
d(this, "mediaStore", F({
|
|
135
136
|
currentMediaElement: null
|
|
136
137
|
}));
|
|
137
138
|
d(this, "isIOSWX", navigator.userAgent.toLowerCase().indexOf("micromessenger") !== -1 && navigator.userAgent.toLowerCase().indexOf("iphone") !== -1);
|
|
@@ -144,7 +145,7 @@ class kt extends N {
|
|
|
144
145
|
d(this, "disposedErrorLog", () => {
|
|
145
146
|
console.error(`${v} is disposed`);
|
|
146
147
|
});
|
|
147
|
-
this.params = p({ debug: !1, config: this.config }, t), this.debug = this.params.debug, this.config = this.params.config, Object.assign(window, { [`__PANOTAGPLUGIN_DEBUG_${Date.now()}__`]: this }), Object.assign(window, { __PANOTAGPLUGIN_DEBUG__: this });
|
|
148
|
+
this.params = p({ debug: !1, config: this.config }, t), this.debug = this.params.debug, this.config = this.params.config, _(1), Object.assign(window, { [`__PANOTAGPLUGIN_DEBUG_${Date.now()}__`]: this }), Object.assign(window, { __PANOTAGPLUGIN_DEBUG__: this });
|
|
148
149
|
}
|
|
149
150
|
load(e, t) {
|
|
150
151
|
return m(this, null, function* () {
|
|
@@ -166,7 +167,7 @@ class kt extends N {
|
|
|
166
167
|
const s = (Array.isArray(e) ? e : [e]).map((o) => {
|
|
167
168
|
const n = this.getTagConfig(o);
|
|
168
169
|
return f(p({}, o), {
|
|
169
|
-
state: p({ visible: void 0, unfolded:
|
|
170
|
+
state: p({ visible: void 0, unfolded: $ }, n.initialState),
|
|
170
171
|
hooks: new R(),
|
|
171
172
|
clickable: n.clickable,
|
|
172
173
|
mergedConfig: n
|
|
@@ -418,7 +419,7 @@ class kt extends N {
|
|
|
418
419
|
state: this.state,
|
|
419
420
|
temporaryState: this.temporaryState
|
|
420
421
|
}), !n.equals(r)) {
|
|
421
|
-
const l = new
|
|
422
|
+
const l = new k().setFromUnitVectors(n, r);
|
|
422
423
|
o.css3DObject.setRotationFromQuaternion(l);
|
|
423
424
|
}
|
|
424
425
|
} else {
|
|
@@ -464,7 +465,7 @@ class kt extends N {
|
|
|
464
465
|
}
|
|
465
466
|
}
|
|
466
467
|
export {
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
468
|
+
Lt as PanoTagPluginController,
|
|
469
|
+
Lt as default,
|
|
470
|
+
Ut as pluginFlag
|
|
470
471
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import t from "./controller/index.js";
|
|
2
|
-
import { default as
|
|
3
|
-
import { ContentType as
|
|
4
|
-
import { DimensionType as
|
|
2
|
+
import { default as Wo, pluginFlag as Xo } from "./controller/index.js";
|
|
3
|
+
import { ContentType as Zo } from "./typings/tag/TagData.js";
|
|
4
|
+
import { DimensionType as $o, PointType as or } from "./typings/tag/Utils.js";
|
|
5
5
|
import "@realsee/five";
|
|
6
6
|
import "three";
|
|
7
7
|
import "object-assign-deep";
|
|
@@ -67,6 +67,7 @@ import "../shared-utils/animationFrame/index.js";
|
|
|
67
67
|
import "./Components/Tag/AudioTag/index.js";
|
|
68
68
|
import "./Components/Tag/AudioTag/AudioTag.js";
|
|
69
69
|
import "./Components/Common/Audio.js";
|
|
70
|
+
import "../shared-utils/audio.js";
|
|
70
71
|
import "./Components/Common/Icon/audioIcon.js";
|
|
71
72
|
import "./Components/Tag/AudioTag/AudioPlaneTag.js";
|
|
72
73
|
import "./utils/timeToString.js";
|
|
@@ -95,13 +96,13 @@ import "../CSS3DRenderPlugin/index.js";
|
|
|
95
96
|
import "../CSS3DRenderPlugin/Controller.js";
|
|
96
97
|
import "../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
|
|
97
98
|
import "./utils/tag/format.js";
|
|
98
|
-
const
|
|
99
|
+
const So = (o, r) => new t(o, r);
|
|
99
100
|
export {
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
101
|
+
Zo as ContentType,
|
|
102
|
+
$o as DimensionType,
|
|
103
|
+
So as PanoTagPlugin,
|
|
104
|
+
Wo as PanoTagPluginController,
|
|
105
|
+
or as PointType,
|
|
106
|
+
So as default,
|
|
107
|
+
Xo as pluginFlag
|
|
107
108
|
};
|