@realsee/dnalogel 2.20.0-dev.2 → 2.20.0-dev.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/PanoTagPlugin/controller/TagRender.d.ts +11 -1
- package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +4 -1
- package/dist/index.cjs.js +43 -43
- package/dist/index.js +3268 -3228
- package/dist/index.umd.js +31 -31
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +31 -30
- package/docs/classes/CruisePluginController.html +26 -25
- package/docs/classes/GuideLineItem.GuideLineItem.html +20 -19
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +31 -30
- package/docs/classes/Magnifier.html +20 -19
- package/docs/classes/ModelRoomLabelController.html +11 -10
- package/docs/classes/Object3DHelperController.html +25 -24
- package/docs/classes/PaintBrush.html +15 -14
- package/docs/classes/PanoMeasurePluginLine.html +23 -22
- package/docs/classes/PanoMeasurePluginModel.html +22 -21
- package/docs/classes/PanoMeasurePluginPoint.html +14 -13
- package/docs/classes/PanoMeasurePluginPolyline.html +26 -25
- package/docs/classes/PanoTagPluginController.html +72 -45
- package/docs/classes/Util.BetterTween.html +9 -8
- package/docs/classes/Util.FivePointSelector.html +12 -11
- package/docs/classes/Util.Interval.html +12 -11
- package/docs/classes/Util.Magnifier.html +17 -16
- package/docs/classes/Util.PointDomHelper.html +11 -10
- package/docs/classes/Util.PointHelper.html +11 -10
- package/docs/classes/Util.Rectangle.html +13 -12
- package/docs/enums/CameraMovementEffect.html +7 -6
- package/docs/enums/ContentType.html +20 -19
- package/docs/enums/DIRECTION.html +9 -8
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -8
- package/docs/enums/DimensionType.html +7 -6
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -7
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -8
- package/docs/enums/PaintBrushTypeEnum.html +8 -7
- package/docs/enums/PointType.html +7 -6
- package/docs/enums/Rotation.html +8 -7
- package/docs/functions/CSS3DRenderPlugin.html +4 -3
- package/docs/functions/CameraMovementPlugin.html +4 -3
- package/docs/functions/CruisePlugin.html +4 -3
- package/docs/functions/GuideLinePlugin.html +5 -4
- package/docs/functions/ItemLabelPlugin.html +4 -3
- package/docs/functions/MapviewFloorplanPlugin.html +4 -3
- package/docs/functions/ModelChassisCompassPlugin.html +4 -3
- package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -3
- package/docs/functions/ModelFloorplanPlugin.html +4 -3
- package/docs/functions/ModelItemLabelPlugin.html +4 -3
- package/docs/functions/ModelRoomLabelPlugin.html +4 -3
- package/docs/functions/ModelTVVideoPlugin.html +4 -3
- package/docs/functions/ModelViewPlugin.html +4 -3
- package/docs/functions/Object3DHelperPlugin.html +4 -3
- package/docs/functions/PanoCompassPlugin.html +4 -3
- package/docs/functions/PanoCursorRaycasterPlugin.html +4 -3
- package/docs/functions/PanoDoorLabelPlugin.html +4 -3
- package/docs/functions/PanoFloorplanRadarPlugin.html +4 -3
- package/docs/functions/PanoMeasurePlugin.html +4 -3
- package/docs/functions/PanoRulerPlugin.html +4 -3
- package/docs/functions/PanoRulerProPlugin.html +4 -3
- package/docs/functions/PanoSpatialTagPlugin.html +4 -3
- package/docs/functions/PanoTagPlugin.html +4 -3
- package/docs/functions/PanoVideoPlugin.html +4 -3
- package/docs/functions/TopviewFloorplanPlugin.html +4 -3
- package/docs/functions/Util.getCoordsFromClient.html +5 -4
- package/docs/functions/Util.getCoordsFromElement.html +5 -4
- package/docs/functions/Util.getFrameTime.html +5 -4
- package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -4
- package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -4
- package/docs/functions/Util.isAbsoluteURL.html +5 -4
- package/docs/functions/Util.isModelLike.html +5 -4
- package/docs/functions/Util.isNil.html +5 -4
- package/docs/functions/Util.isPanoramaLike.html +5 -4
- package/docs/functions/Util.nextFrame.html +5 -4
- package/docs/functions/Util.notNil.html +5 -4
- package/docs/functions/Util.requestAnimationFrameInterval.html +5 -4
- package/docs/functions/Util.tweenProgress.html +5 -4
- package/docs/functions/Util.uuid.html +5 -4
- package/docs/functions/pluginFlag.html +5 -4
- package/docs/index.html +5 -4
- package/docs/interfaces/AddTagConfig.html +6 -5
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -10
- package/docs/interfaces/CSS3DRenderPluginState.html +8 -7
- package/docs/interfaces/CameraMovementPluginExportType.html +7 -6
- package/docs/interfaces/CruisePluginTypes.Config.html +8 -7
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +12 -11
- package/docs/interfaces/CruisePluginTypes.EventMap.html +20 -19
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +12 -11
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +14 -13
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +14 -13
- package/docs/interfaces/CruisePluginTypes.PluginData.html +9 -8
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +7 -6
- package/docs/interfaces/CruisePluginTypes.PluginState.html +11 -10
- package/docs/interfaces/EventMap.html +15 -14
- package/docs/interfaces/FloorplanBounding.html +8 -7
- package/docs/interfaces/FloorplanData.html +10 -9
- package/docs/interfaces/FloorplanEntrance.html +11 -10
- package/docs/interfaces/FloorplanExtraObject.html +10 -9
- package/docs/interfaces/FloorplanExtraObject3D.html +8 -7
- package/docs/interfaces/FloorplanFloorData.html +9 -8
- package/docs/interfaces/FloorplanImagePosition.html +7 -6
- package/docs/interfaces/FloorplanObserver.html +9 -8
- package/docs/interfaces/FloorplanOutlineItem.html +9 -8
- package/docs/interfaces/FloorplanPosition.html +7 -6
- package/docs/interfaces/FloorplanRoomItem.html +13 -12
- package/docs/interfaces/FloorplanRoomLabelItem.html +7 -6
- package/docs/interfaces/FloorplanServerBounding.html +8 -7
- package/docs/interfaces/FloorplanServerComputedData.html +10 -9
- package/docs/interfaces/FloorplanServerData.html +7 -6
- package/docs/interfaces/FloorplanServerDoorItem.html +10 -9
- package/docs/interfaces/FloorplanServerDoorPosition.html +8 -7
- package/docs/interfaces/FloorplanServerEntrance.html +11 -10
- package/docs/interfaces/FloorplanServerFloorData.html +9 -8
- package/docs/interfaces/FloorplanServerImagePosition.html +7 -6
- package/docs/interfaces/FloorplanServerObserver.html +9 -8
- package/docs/interfaces/FloorplanServerOutlineItem.html +9 -8
- package/docs/interfaces/FloorplanServerPosition.html +7 -6
- package/docs/interfaces/FloorplanServerRoomItem.html +14 -13
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -6
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +8 -7
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +10 -9
- package/docs/interfaces/GuideLinePluginType.EventMap.html +13 -12
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +8 -7
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +6 -5
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +13 -12
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +8 -7
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +18 -17
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +7 -6
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +18 -17
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +5 -4
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +7 -6
- package/docs/interfaces/GuideLinePluginType.PluginState.html +8 -7
- package/docs/interfaces/GuideLinePluginType.Route.html +11 -10
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +9 -8
- package/docs/interfaces/HelperOffset.html +8 -7
- package/docs/interfaces/ImagePlaneGroup.html +6 -5
- package/docs/interfaces/ItemLabelPluginData.html +6 -5
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -10
- package/docs/interfaces/ItemLabelPluginParametersType.html +9 -8
- package/docs/interfaces/MinMax.html +7 -6
- package/docs/interfaces/ModelChassisCompassPluginData.html +7 -6
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -7
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -6
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -7
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -7
- package/docs/interfaces/ModelItemLabelPluginData.html +6 -5
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -10
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -6
- package/docs/interfaces/ModelRoomLabelPluginData.html +6 -5
- package/docs/interfaces/ModelTVVideoPluginData.html +9 -8
- package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -7
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -5
- package/docs/interfaces/ModelViewPluginExportType.html +11 -10
- package/docs/interfaces/Object3DHelperState.html +8 -7
- package/docs/interfaces/ObjectHelperControllers.html +9 -8
- package/docs/interfaces/PaintBrushAction.html +12 -11
- package/docs/interfaces/PaintBrushConfigs.html +12 -11
- package/docs/interfaces/PaintBrushState.html +10 -9
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -9
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -4
- package/docs/interfaces/PanoMeasureParameterType.html +14 -13
- package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -7
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -6
- package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -6
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -7
- package/docs/interfaces/PanoRulerPluginExportType.html +10 -9
- package/docs/interfaces/PanoRulerPluginOptions.html +7 -6
- package/docs/interfaces/PanoRulerPluginParameterType.html +8 -7
- package/docs/interfaces/PanoRulerProPluginExportType.html +9 -8
- package/docs/interfaces/PanoRulerProPluginOptions.html +7 -6
- package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -6
- package/docs/interfaces/PanoRulerProPluginState.html +8 -7
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -4
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -4
- package/docs/interfaces/PanoSpatialTagPluginData.html +11 -10
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -9
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -12
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -9
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -12
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -10
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -9
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +6 -5
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +8 -7
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +6 -5
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +9 -8
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +6 -5
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +8 -7
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +10 -9
- package/docs/interfaces/Point.html +8 -7
- package/docs/interfaces/Room.html +9 -8
- package/docs/interfaces/RoomInfo.html +7 -6
- package/docs/interfaces/RoomLabel.html +14 -13
- package/docs/interfaces/RoomRules.html +5 -4
- package/docs/interfaces/Rooms.html +5 -4
- package/docs/interfaces/Scissor.html +9 -8
- package/docs/interfaces/State.html +8 -7
- package/docs/interfaces/TagCacheInterface.html +12 -11
- package/docs/interfaces/TagConfig.html +13 -12
- package/docs/interfaces/TagGLTFObjectGroup.html +6 -5
- package/docs/interfaces/TagIconUrl.html +12 -11
- package/docs/interfaces/TagObjectGroup.html +6 -5
- package/docs/interfaces/TagStyle.html +6 -5
- package/docs/interfaces/Tags.html +9 -8
- package/docs/interfaces/TemporaryState.html +6 -5
- package/docs/interfaces/Util.MagnifierParameter.html +11 -10
- package/docs/interfaces/Util.MouseGroupParameter.html +8 -7
- package/docs/modules/CruisePluginTypes.html +5 -4
- package/docs/modules/GuideLineItem.html +5 -4
- package/docs/modules/GuideLineModeItem.html +5 -4
- package/docs/modules/GuideLinePluginType.html +5 -4
- package/docs/modules/PanoVideoPluginType.html +5 -4
- package/docs/modules/Util.html +5 -4
- package/docs/modules.html +6 -4
- package/docs/types/ArrayPosition.html +5 -4
- package/docs/types/AudioAppearance.html +5 -4
- package/docs/types/AudioTagTypeConfigKey.html +5 -4
- package/docs/types/CSS3DRenderExportType.html +5 -4
- package/docs/types/CSS3DRenderPluginExportType.html +5 -4
- package/docs/types/CSS3DRenderPluginParameterType.html +5 -4
- package/docs/types/ClassFunctionParameters.html +5 -4
- package/docs/types/Color.html +5 -4
- package/docs/types/ContentTypeConfigKey.html +5 -4
- package/docs/types/ContentTypeConfigKeySplit.html +5 -4
- package/docs/types/ContentTypeMap.html +5 -4
- package/docs/types/Create3DDomContainerReturnType.html +5 -4
- package/docs/types/Create3DElementReturnType.html +5 -4
- package/docs/types/CruisePluginExportType.html +5 -4
- package/docs/types/CruisePluginTypes.CruiseData.html +5 -4
- package/docs/types/CruisePluginTypes.MoveEffect.html +5 -4
- package/docs/types/DeprecatedMediaPlaneProperty.html +5 -4
- package/docs/types/DeprecatedTagProperty.html +5 -4
- package/docs/types/Direction-1.html +5 -4
- package/docs/types/Direction4.html +5 -4
- package/docs/types/ElementRenderer.html +10 -7
- package/docs/types/FloorplanRuleLabels.html +5 -4
- package/docs/types/FloorplanServerRuleLabels.html +5 -4
- package/docs/types/GuideLinePluginExportType.html +5 -4
- package/docs/types/GuideLinePluginType.GuideLineItem.html +5 -4
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +5 -4
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +5 -4
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +5 -4
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +5 -4
- package/docs/types/GuideLinePluginType.PathItem.html +5 -4
- package/docs/types/GuideLinePluginType.PluginData.html +5 -4
- package/docs/types/HelperEventMap.html +5 -4
- package/docs/types/LoadTagConfig.html +5 -4
- package/docs/types/MapviewFloorplanPluginParameterType.html +5 -4
- package/docs/types/MapviewFloorplanPluginReturnType.html +5 -4
- package/docs/types/MediaData.html +5 -4
- package/docs/types/MediaStore.html +5 -4
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -4
- package/docs/types/ModelFloorplanPluginParameterType.html +5 -4
- package/docs/types/ModelFloorplanPluginReturnType.html +5 -4
- package/docs/types/ModelRoomLabelPluginParameters.html +5 -4
- package/docs/types/ModelRoomLabelPluginReturnType.html +5 -4
- package/docs/types/MoveArgs.html +5 -4
- package/docs/types/MoveOpts.html +5 -4
- package/docs/types/Object3DHelperEventMap.html +5 -4
- package/docs/types/ObjectFit.html +5 -4
- package/docs/types/PaintBrushEventMap.html +5 -4
- package/docs/types/PanoCompassPluginData.html +5 -4
- package/docs/types/PanoCompassPluginExportType.html +5 -4
- package/docs/types/PanoCompassPluginParameterType.html +5 -4
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -4
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -4
- package/docs/types/PanoIndex.html +5 -4
- package/docs/types/PanoMeasurePluginEvent.html +5 -4
- package/docs/types/PanoMeasureReturnType.html +5 -4
- package/docs/types/PanoSpatialTagPluginId.html +5 -4
- package/docs/types/PanoTagPluginExportInterface.html +5 -4
- package/docs/types/PanoTagPluginParamsInterface.html +5 -4
- package/docs/types/PanoVideoPluginParameterType.html +5 -4
- package/docs/types/PanoVideoPluginReturnType.html +5 -4
- package/docs/types/PartialObjectDeep.html +5 -4
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +5 -4
- package/docs/types/PlaneTag.html +5 -4
- package/docs/types/Point2DTag.html +5 -4
- package/docs/types/Point3DTag.html +5 -4
- package/docs/types/PointTag.html +5 -4
- package/docs/types/PointTagInstance.html +5 -4
- package/docs/types/Position.html +5 -4
- package/docs/types/RotateArgs.html +5 -4
- package/docs/types/RotateOpts.html +5 -4
- package/docs/types/RuleLabelsKey.html +5 -4
- package/docs/types/RuleLabelsValue.html +5 -4
- package/docs/types/StickType.html +5 -4
- package/docs/types/Tag.html +5 -4
- package/docs/types/Tag2D.html +5 -4
- package/docs/types/Tag3D.html +5 -4
- package/docs/types/TagContentType.html +5 -4
- package/docs/types/TagDimensionType.html +5 -4
- package/docs/types/TagElement.html +5 -4
- package/docs/types/TagEvents.html +5 -4
- package/docs/types/TagGLTFObject.html +5 -4
- package/docs/types/TagHooks.html +5 -4
- package/docs/types/TagIconSize.html +5 -4
- package/docs/types/TagId.html +5 -4
- package/docs/types/TagInstance.html +5 -4
- package/docs/types/TagPointType.html +5 -4
- package/docs/types/TagRendererMap.html +355 -0
- package/docs/types/TopviewFloorplanPluginParameterType.html +5 -4
- package/docs/types/TopviewFloorplanPluginReturnType.html +5 -4
- package/docs/types/WorkCode.html +5 -4
- package/docs/variables/FLOOR_TYPE_MAP.html +5 -4
- package/docs/variables/PLUGIN.html +5 -4
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -4
- package/docs/variables/ROOM_TYPE_MAP.html +5 -4
- package/docs/variables/itemLabelPluginServerParams.html +5 -4
- package/docs/variables/modelItemLabelPluginServerParams.html +5 -4
- package/docs/variables/modelRoomLabelPluginServerParams.html +5 -4
- package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +48 -55
- package/libs/PanoTagPlugin/Components/Tag/index.js +279 -266
- package/libs/PanoTagPlugin/Components/TagContainer.js +90 -83
- package/libs/PanoTagPlugin/Components/TagItem.js +156 -148
- package/libs/PanoTagPlugin/controller/TagRender.d.ts +11 -1
- package/libs/PanoTagPlugin/controller/TagRender.js +35 -16
- package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +4 -1
- package/libs/base/BasePlugin.js +1 -1
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +1 -1
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { SvelteComponent as
|
|
1
|
+
import { SvelteComponent as $, init as AA, safe_not_equal as eA, append_styles as tA, empty as iA, insert as H, transition_out as v, check_outros as K, transition_in as w, detach as P, setContext as L, group_outros as N, element as T, attr as B, noop as V, toggle_class as u, null_to_empty as Y, set_style as I, append as Z, listen as z, stop_propagation as nA, create_component as k, mount_component as b, destroy_component as D } from "../../../vendor/svelte/internal/index.js";
|
|
2
2
|
import oA from "./TextTag/index.js";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
3
|
+
import rA from "./ImageTextTag.js";
|
|
4
|
+
import aA from "./MarketingTag.js";
|
|
5
5
|
import "three";
|
|
6
|
-
import { noTypecheck as
|
|
7
|
-
import { isMediaModelTag as
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
6
|
+
import { noTypecheck as d } from "../../utils/noTypecheck.js";
|
|
7
|
+
import { isMediaModelTag as lA } from "../../utils/tag/tagCheck.js";
|
|
8
|
+
import fA from "./AudioTag/index.js";
|
|
9
|
+
import sA from "./MediaPlane.js";
|
|
10
|
+
import gA from "./LinkTag.js";
|
|
11
|
+
import mA from "./CustomTag.js";
|
|
12
12
|
import { classnames as J } from "../../../vendor/classnames/index.js";
|
|
13
13
|
import "./TextTag/TextTag.js";
|
|
14
14
|
import "../Common/Line/Straight.js";
|
|
@@ -88,15 +88,15 @@ import "../Common/Icon/audioIcon.js";
|
|
|
88
88
|
import "./AudioTag/AudioPlaneTag.js";
|
|
89
89
|
import "../Common/Icon/Icon.js";
|
|
90
90
|
import "../../utils/getImageInfo.js";
|
|
91
|
-
function
|
|
92
|
-
|
|
91
|
+
function cA(n) {
|
|
92
|
+
tA(n, "svelte-1r4fqvg", '@font-face{font-family:"TG-TYPE";font-style:normal;font-weight:400;src:local("TG-TYPE-Bold"), url(data:application/font-woff2;charset=utf-8;base64,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) format("woff2")}*{-webkit-tap-highlight-color:transparent}.content__container.svelte-1r4fqvg{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif}.content__container.withAnimation.svelte-1r4fqvg{transition:opacity 0.3s linear}.content__container.unClickable.svelte-1r4fqvg{pointer-events:none !important}.content__container.unClickable.svelte-1r4fqvg *{pointer-events:none !important}.content__wrapper.svelte-1r4fqvg{pointer-events:none;width:100%;height:100%}.content__container.hide.svelte-1r4fqvg{opacity:0;pointer-events:none}.content__container.hide.svelte-1r4fqvg *{pointer-events:none !important}.content__container.disable.svelte-1r4fqvg{display:none}.content.svelte-1r4fqvg{position:relative;width:100%;height:100%;font-size:0.75rem;color:#fff}.content.svelte-1r4fqvg:not(.unfolded){pointer-events:none}.content.svelte-1r4fqvg:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-1r4fqvg{pointer-events:auto}');
|
|
93
93
|
}
|
|
94
|
-
function
|
|
94
|
+
function pA(n) {
|
|
95
95
|
let A, t;
|
|
96
96
|
return {
|
|
97
97
|
c() {
|
|
98
|
-
A =
|
|
99
|
-
|
|
98
|
+
A = T("div"), B(A, "data-info", "tag content is keep folded"), B(A, "data-id", t = /*tag*/
|
|
99
|
+
n[1].id);
|
|
100
100
|
},
|
|
101
101
|
m(e, i) {
|
|
102
102
|
H(e, A, i);
|
|
@@ -113,36 +113,36 @@ function cA(o) {
|
|
|
113
113
|
}
|
|
114
114
|
};
|
|
115
115
|
}
|
|
116
|
-
function
|
|
117
|
-
let A, t, e, i,
|
|
118
|
-
const
|
|
116
|
+
function uA(n) {
|
|
117
|
+
let A, t, e, i, o, c, g, f, l, a;
|
|
118
|
+
const p = [
|
|
119
|
+
_A,
|
|
119
120
|
CA,
|
|
120
121
|
wA,
|
|
121
122
|
vA,
|
|
122
123
|
QA,
|
|
123
|
-
BA
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
function D(a, m) {
|
|
124
|
+
BA
|
|
125
|
+
], Q = [];
|
|
126
|
+
function C(r, m) {
|
|
127
127
|
return (
|
|
128
128
|
/*tag*/
|
|
129
|
-
|
|
129
|
+
r[1].contentType === "Text" ? 0 : (
|
|
130
130
|
/*tag*/
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
131
|
+
r[1].contentType === "ImageText" || /*tag*/
|
|
132
|
+
r[1].contentType === "Image" || /*tag*/
|
|
133
|
+
r[1].contentType === "Video" ? 1 : (
|
|
134
134
|
/*tag*/
|
|
135
|
-
|
|
135
|
+
r[1].contentType === "Audio" ? 2 : (
|
|
136
136
|
/*tag*/
|
|
137
|
-
|
|
137
|
+
r[1].contentType === "Marketing" ? 3 : (
|
|
138
138
|
/*tag*/
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
139
|
+
r[1].contentType === "Link" || /*tag*/
|
|
140
|
+
r[1].contentType === "VRLink" || /*tag*/
|
|
141
|
+
r[1].contentType === "PanoLink" || /*tag*/
|
|
142
|
+
r[1].contentType === "Sticker" ? 4 : (
|
|
143
143
|
/*tag*/
|
|
144
|
-
|
|
145
|
-
|
|
144
|
+
r[1].contentType === "MediaPlane" || /*tag*/
|
|
145
|
+
r[1].contentType === "MediaModel" ? 5 : -1
|
|
146
146
|
)
|
|
147
147
|
)
|
|
148
148
|
)
|
|
@@ -150,497 +150,510 @@ function pA(o) {
|
|
|
150
150
|
)
|
|
151
151
|
);
|
|
152
152
|
}
|
|
153
|
-
return ~(i =
|
|
153
|
+
return ~(i = C(n)) && (o = Q[i] = p[i](n)), {
|
|
154
154
|
c() {
|
|
155
|
-
var
|
|
156
|
-
A =
|
|
155
|
+
var r;
|
|
156
|
+
A = T("div"), t = T("div"), e = T("div"), o && o.c(), B(e, "class", "content svelte-1r4fqvg"), u(
|
|
157
157
|
e,
|
|
158
158
|
"unfolded",
|
|
159
159
|
/*tag*/
|
|
160
|
-
(
|
|
161
|
-
), B(t, "class", "content__wrapper svelte-1r4fqvg"), B(A, "class",
|
|
160
|
+
(r = n[1].state) == null ? void 0 : r.unfolded
|
|
161
|
+
), B(t, "class", "content__wrapper svelte-1r4fqvg"), B(A, "class", c = Y(J(
|
|
162
162
|
"content__container",
|
|
163
163
|
/*tag*/
|
|
164
|
-
|
|
165
|
-
)) + " svelte-1r4fqvg"), B(A, "data-id",
|
|
166
|
-
|
|
164
|
+
n[1].className
|
|
165
|
+
)) + " svelte-1r4fqvg"), B(A, "data-id", g = /*tag*/
|
|
166
|
+
n[1].id), u(
|
|
167
167
|
A,
|
|
168
168
|
"disable",
|
|
169
169
|
/*tag*/
|
|
170
|
-
|
|
171
|
-
),
|
|
170
|
+
n[1].enabled === !1
|
|
171
|
+
), u(
|
|
172
172
|
A,
|
|
173
173
|
"hide",
|
|
174
174
|
/*isHide*/
|
|
175
|
-
|
|
176
|
-
),
|
|
175
|
+
n[5]
|
|
176
|
+
), u(
|
|
177
177
|
A,
|
|
178
178
|
"withAnimation",
|
|
179
179
|
/*withAnimation*/
|
|
180
|
-
|
|
181
|
-
),
|
|
180
|
+
n[0]
|
|
181
|
+
), u(
|
|
182
182
|
A,
|
|
183
183
|
"unClickable",
|
|
184
184
|
/*tag*/
|
|
185
|
-
|
|
185
|
+
n[1].config.clickable === !1
|
|
186
186
|
), I(
|
|
187
187
|
A,
|
|
188
188
|
"width",
|
|
189
189
|
/*tag*/
|
|
190
|
-
|
|
191
|
-
|
|
190
|
+
n[1].stickType === "Plane" || /*tag*/
|
|
191
|
+
n[1].contentType === "MediaModel" ? "100%" : 0
|
|
192
192
|
), I(
|
|
193
193
|
A,
|
|
194
194
|
"height",
|
|
195
195
|
/*tag*/
|
|
196
|
-
|
|
197
|
-
|
|
196
|
+
n[1].stickType === "Plane" || /*tag*/
|
|
197
|
+
n[1].contentType === "MediaModel" ? "100%" : 0
|
|
198
198
|
);
|
|
199
199
|
},
|
|
200
|
-
m(
|
|
201
|
-
H(
|
|
200
|
+
m(r, m) {
|
|
201
|
+
H(r, A, m), Z(A, t), Z(t, e), ~i && Q[i].m(e, null), f = !0, l || (a = z(A, "click", nA(
|
|
202
202
|
/*click_handler_1*/
|
|
203
|
-
|
|
204
|
-
)),
|
|
205
|
-
},
|
|
206
|
-
p(
|
|
207
|
-
var
|
|
208
|
-
let
|
|
209
|
-
i =
|
|
210
|
-
|
|
211
|
-
}), K()), ~i ? (
|
|
212
|
-
2) &&
|
|
203
|
+
n[15]
|
|
204
|
+
)), l = !0);
|
|
205
|
+
},
|
|
206
|
+
p(r, m) {
|
|
207
|
+
var h;
|
|
208
|
+
let _ = i;
|
|
209
|
+
i = C(r), i === _ ? ~i && Q[i].p(r, m) : (o && (N(), v(Q[_], 1, 1, () => {
|
|
210
|
+
Q[_] = null;
|
|
211
|
+
}), K()), ~i ? (o = Q[i], o ? o.p(r, m) : (o = Q[i] = p[i](r), o.c()), w(o, 1), o.m(e, null)) : o = null), (!f || m & /*tag*/
|
|
212
|
+
2) && u(
|
|
213
213
|
e,
|
|
214
214
|
"unfolded",
|
|
215
215
|
/*tag*/
|
|
216
|
-
(
|
|
217
|
-
), (!
|
|
218
|
-
2 &&
|
|
216
|
+
(h = r[1].state) == null ? void 0 : h.unfolded
|
|
217
|
+
), (!f || m & /*tag*/
|
|
218
|
+
2 && c !== (c = Y(J(
|
|
219
219
|
"content__container",
|
|
220
220
|
/*tag*/
|
|
221
|
-
|
|
222
|
-
)) + " svelte-1r4fqvg")) && B(A, "class",
|
|
223
|
-
2 &&
|
|
224
|
-
|
|
225
|
-
2) &&
|
|
221
|
+
r[1].className
|
|
222
|
+
)) + " svelte-1r4fqvg")) && B(A, "class", c), (!f || m & /*tag*/
|
|
223
|
+
2 && g !== (g = /*tag*/
|
|
224
|
+
r[1].id)) && B(A, "data-id", g), (!f || m & /*tag, tag*/
|
|
225
|
+
2) && u(
|
|
226
226
|
A,
|
|
227
227
|
"disable",
|
|
228
228
|
/*tag*/
|
|
229
|
-
|
|
230
|
-
), (!
|
|
231
|
-
|
|
229
|
+
r[1].enabled === !1
|
|
230
|
+
), (!f || m & /*tag, isHide*/
|
|
231
|
+
34) && u(
|
|
232
232
|
A,
|
|
233
233
|
"hide",
|
|
234
234
|
/*isHide*/
|
|
235
|
-
|
|
236
|
-
), (!
|
|
237
|
-
3) &&
|
|
235
|
+
r[5]
|
|
236
|
+
), (!f || m & /*tag, withAnimation*/
|
|
237
|
+
3) && u(
|
|
238
238
|
A,
|
|
239
239
|
"withAnimation",
|
|
240
240
|
/*withAnimation*/
|
|
241
|
-
|
|
242
|
-
), (!
|
|
243
|
-
2) &&
|
|
241
|
+
r[0]
|
|
242
|
+
), (!f || m & /*tag, tag*/
|
|
243
|
+
2) && u(
|
|
244
244
|
A,
|
|
245
245
|
"unClickable",
|
|
246
246
|
/*tag*/
|
|
247
|
-
|
|
247
|
+
r[1].config.clickable === !1
|
|
248
248
|
), m & /*tag*/
|
|
249
249
|
2 && I(
|
|
250
250
|
A,
|
|
251
251
|
"width",
|
|
252
252
|
/*tag*/
|
|
253
|
-
|
|
254
|
-
|
|
253
|
+
r[1].stickType === "Plane" || /*tag*/
|
|
254
|
+
r[1].contentType === "MediaModel" ? "100%" : 0
|
|
255
255
|
), m & /*tag*/
|
|
256
256
|
2 && I(
|
|
257
257
|
A,
|
|
258
258
|
"height",
|
|
259
259
|
/*tag*/
|
|
260
|
-
|
|
261
|
-
|
|
260
|
+
r[1].stickType === "Plane" || /*tag*/
|
|
261
|
+
r[1].contentType === "MediaModel" ? "100%" : 0
|
|
262
262
|
);
|
|
263
263
|
},
|
|
264
|
-
i(
|
|
265
|
-
|
|
264
|
+
i(r) {
|
|
265
|
+
f || (w(o), f = !0);
|
|
266
266
|
},
|
|
267
|
-
o(
|
|
268
|
-
|
|
267
|
+
o(r) {
|
|
268
|
+
v(o), f = !1;
|
|
269
269
|
},
|
|
270
|
-
d(
|
|
271
|
-
|
|
270
|
+
d(r) {
|
|
271
|
+
r && P(A), ~i && Q[i].d(), l = !1, a();
|
|
272
272
|
}
|
|
273
273
|
};
|
|
274
274
|
}
|
|
275
|
-
function
|
|
276
|
-
let A, t, e, i,
|
|
277
|
-
return t = new
|
|
278
|
-
props: {
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
275
|
+
function dA(n) {
|
|
276
|
+
let A, t, e, i, o, c, g;
|
|
277
|
+
return t = new mA({
|
|
278
|
+
props: {
|
|
279
|
+
tag: d(
|
|
280
|
+
/*tag*/
|
|
281
|
+
n[1]
|
|
282
|
+
),
|
|
283
|
+
renderMap: (
|
|
284
|
+
/*renderMap*/
|
|
285
|
+
n[3]
|
|
286
|
+
)
|
|
287
|
+
}
|
|
282
288
|
}), {
|
|
283
289
|
c() {
|
|
284
|
-
A =
|
|
290
|
+
A = T("div"), k(t.$$.fragment), B(A, "class", e = Y(J(
|
|
285
291
|
"content__container",
|
|
286
292
|
/*tag*/
|
|
287
|
-
|
|
293
|
+
n[1].className
|
|
288
294
|
)) + " svelte-1r4fqvg"), B(A, "data-id", i = /*tag*/
|
|
289
|
-
|
|
295
|
+
n[1].id), u(
|
|
290
296
|
A,
|
|
291
297
|
"custom-tag-disable",
|
|
292
298
|
/*tag*/
|
|
293
|
-
|
|
294
|
-
),
|
|
299
|
+
n[1].enabled === !1
|
|
300
|
+
), u(
|
|
295
301
|
A,
|
|
296
302
|
"custom-tag-hide",
|
|
297
303
|
/*isHide*/
|
|
298
|
-
|
|
304
|
+
n[5]
|
|
299
305
|
);
|
|
300
306
|
},
|
|
301
|
-
m(
|
|
302
|
-
H(
|
|
307
|
+
m(f, l) {
|
|
308
|
+
H(f, A, l), b(t, A, null), o = !0, c || (g = z(
|
|
303
309
|
A,
|
|
304
310
|
"click",
|
|
305
311
|
/*click_handler*/
|
|
306
|
-
|
|
307
|
-
),
|
|
312
|
+
n[14]
|
|
313
|
+
), c = !0);
|
|
308
314
|
},
|
|
309
|
-
p(
|
|
310
|
-
const
|
|
311
|
-
|
|
312
|
-
2 && (
|
|
315
|
+
p(f, l) {
|
|
316
|
+
const a = {};
|
|
317
|
+
l & /*tag*/
|
|
318
|
+
2 && (a.tag = d(
|
|
313
319
|
/*tag*/
|
|
314
|
-
|
|
315
|
-
)),
|
|
320
|
+
f[1]
|
|
321
|
+
)), l & /*renderMap*/
|
|
322
|
+
8 && (a.renderMap = /*renderMap*/
|
|
323
|
+
f[3]), t.$set(a), (!o || l & /*tag*/
|
|
316
324
|
2 && e !== (e = Y(J(
|
|
317
325
|
"content__container",
|
|
318
326
|
/*tag*/
|
|
319
|
-
|
|
320
|
-
)) + " svelte-1r4fqvg")) && B(A, "class", e), (!
|
|
327
|
+
f[1].className
|
|
328
|
+
)) + " svelte-1r4fqvg")) && B(A, "class", e), (!o || l & /*tag*/
|
|
321
329
|
2 && i !== (i = /*tag*/
|
|
322
|
-
|
|
323
|
-
2) &&
|
|
330
|
+
f[1].id)) && B(A, "data-id", i), (!o || l & /*tag, tag*/
|
|
331
|
+
2) && u(
|
|
324
332
|
A,
|
|
325
333
|
"custom-tag-disable",
|
|
326
334
|
/*tag*/
|
|
327
|
-
|
|
328
|
-
), (!
|
|
329
|
-
|
|
335
|
+
f[1].enabled === !1
|
|
336
|
+
), (!o || l & /*tag, isHide*/
|
|
337
|
+
34) && u(
|
|
330
338
|
A,
|
|
331
339
|
"custom-tag-hide",
|
|
332
340
|
/*isHide*/
|
|
333
|
-
|
|
341
|
+
f[5]
|
|
334
342
|
);
|
|
335
343
|
},
|
|
336
|
-
i(
|
|
337
|
-
|
|
344
|
+
i(f) {
|
|
345
|
+
o || (w(t.$$.fragment, f), o = !0);
|
|
338
346
|
},
|
|
339
|
-
o(
|
|
340
|
-
|
|
347
|
+
o(f) {
|
|
348
|
+
v(t.$$.fragment, f), o = !1;
|
|
341
349
|
},
|
|
342
|
-
d(
|
|
343
|
-
|
|
350
|
+
d(f) {
|
|
351
|
+
f && P(A), D(t), c = !1, g();
|
|
344
352
|
}
|
|
345
353
|
};
|
|
346
354
|
}
|
|
347
|
-
function
|
|
355
|
+
function BA(n) {
|
|
348
356
|
let A, t;
|
|
349
|
-
return A = new
|
|
350
|
-
props: { tag:
|
|
357
|
+
return A = new sA({
|
|
358
|
+
props: { tag: d(
|
|
351
359
|
/*tag*/
|
|
352
|
-
|
|
360
|
+
n[1]
|
|
353
361
|
) }
|
|
354
362
|
}), {
|
|
355
363
|
c() {
|
|
356
|
-
|
|
364
|
+
k(A.$$.fragment);
|
|
357
365
|
},
|
|
358
366
|
m(e, i) {
|
|
359
|
-
|
|
367
|
+
b(A, e, i), t = !0;
|
|
360
368
|
},
|
|
361
369
|
p(e, i) {
|
|
362
|
-
const
|
|
370
|
+
const o = {};
|
|
363
371
|
i & /*tag*/
|
|
364
|
-
2 && (
|
|
372
|
+
2 && (o.tag = d(
|
|
365
373
|
/*tag*/
|
|
366
374
|
e[1]
|
|
367
|
-
)), A.$set(
|
|
375
|
+
)), A.$set(o);
|
|
368
376
|
},
|
|
369
377
|
i(e) {
|
|
370
|
-
t || (
|
|
378
|
+
t || (w(A.$$.fragment, e), t = !0);
|
|
371
379
|
},
|
|
372
380
|
o(e) {
|
|
373
|
-
|
|
381
|
+
v(A.$$.fragment, e), t = !1;
|
|
374
382
|
},
|
|
375
383
|
d(e) {
|
|
376
|
-
|
|
384
|
+
D(A, e);
|
|
377
385
|
}
|
|
378
386
|
};
|
|
379
387
|
}
|
|
380
|
-
function
|
|
388
|
+
function QA(n) {
|
|
381
389
|
let A, t;
|
|
382
|
-
return A = new
|
|
383
|
-
props: { tag:
|
|
390
|
+
return A = new gA({
|
|
391
|
+
props: { tag: d(
|
|
384
392
|
/*tag*/
|
|
385
|
-
|
|
393
|
+
n[1]
|
|
386
394
|
) }
|
|
387
395
|
}), {
|
|
388
396
|
c() {
|
|
389
|
-
|
|
397
|
+
k(A.$$.fragment);
|
|
390
398
|
},
|
|
391
399
|
m(e, i) {
|
|
392
|
-
|
|
400
|
+
b(A, e, i), t = !0;
|
|
393
401
|
},
|
|
394
402
|
p(e, i) {
|
|
395
|
-
const
|
|
403
|
+
const o = {};
|
|
396
404
|
i & /*tag*/
|
|
397
|
-
2 && (
|
|
405
|
+
2 && (o.tag = d(
|
|
398
406
|
/*tag*/
|
|
399
407
|
e[1]
|
|
400
|
-
)), A.$set(
|
|
408
|
+
)), A.$set(o);
|
|
401
409
|
},
|
|
402
410
|
i(e) {
|
|
403
|
-
t || (
|
|
411
|
+
t || (w(A.$$.fragment, e), t = !0);
|
|
404
412
|
},
|
|
405
413
|
o(e) {
|
|
406
|
-
|
|
414
|
+
v(A.$$.fragment, e), t = !1;
|
|
407
415
|
},
|
|
408
416
|
d(e) {
|
|
409
|
-
|
|
417
|
+
D(A, e);
|
|
410
418
|
}
|
|
411
419
|
};
|
|
412
420
|
}
|
|
413
|
-
function
|
|
421
|
+
function vA(n) {
|
|
414
422
|
let A, t;
|
|
415
|
-
return A = new
|
|
416
|
-
props: { tag:
|
|
423
|
+
return A = new aA({
|
|
424
|
+
props: { tag: d(
|
|
417
425
|
/*tag*/
|
|
418
|
-
|
|
426
|
+
n[1]
|
|
419
427
|
) }
|
|
420
428
|
}), {
|
|
421
429
|
c() {
|
|
422
|
-
|
|
430
|
+
k(A.$$.fragment);
|
|
423
431
|
},
|
|
424
432
|
m(e, i) {
|
|
425
|
-
|
|
433
|
+
b(A, e, i), t = !0;
|
|
426
434
|
},
|
|
427
435
|
p(e, i) {
|
|
428
|
-
const
|
|
436
|
+
const o = {};
|
|
429
437
|
i & /*tag*/
|
|
430
|
-
2 && (
|
|
438
|
+
2 && (o.tag = d(
|
|
431
439
|
/*tag*/
|
|
432
440
|
e[1]
|
|
433
|
-
)), A.$set(
|
|
441
|
+
)), A.$set(o);
|
|
434
442
|
},
|
|
435
443
|
i(e) {
|
|
436
|
-
t || (
|
|
444
|
+
t || (w(A.$$.fragment, e), t = !0);
|
|
437
445
|
},
|
|
438
446
|
o(e) {
|
|
439
|
-
|
|
447
|
+
v(A.$$.fragment, e), t = !1;
|
|
440
448
|
},
|
|
441
449
|
d(e) {
|
|
442
|
-
|
|
450
|
+
D(A, e);
|
|
443
451
|
}
|
|
444
452
|
};
|
|
445
453
|
}
|
|
446
|
-
function
|
|
454
|
+
function wA(n) {
|
|
447
455
|
let A, t;
|
|
448
|
-
return A = new
|
|
449
|
-
props: { tag:
|
|
456
|
+
return A = new fA({
|
|
457
|
+
props: { tag: d(
|
|
450
458
|
/*tag*/
|
|
451
|
-
|
|
459
|
+
n[1]
|
|
452
460
|
) }
|
|
453
461
|
}), {
|
|
454
462
|
c() {
|
|
455
|
-
|
|
463
|
+
k(A.$$.fragment);
|
|
456
464
|
},
|
|
457
465
|
m(e, i) {
|
|
458
|
-
|
|
466
|
+
b(A, e, i), t = !0;
|
|
459
467
|
},
|
|
460
468
|
p(e, i) {
|
|
461
|
-
const
|
|
469
|
+
const o = {};
|
|
462
470
|
i & /*tag*/
|
|
463
|
-
2 && (
|
|
471
|
+
2 && (o.tag = d(
|
|
464
472
|
/*tag*/
|
|
465
473
|
e[1]
|
|
466
|
-
)), A.$set(
|
|
474
|
+
)), A.$set(o);
|
|
467
475
|
},
|
|
468
476
|
i(e) {
|
|
469
|
-
t || (
|
|
477
|
+
t || (w(A.$$.fragment, e), t = !0);
|
|
470
478
|
},
|
|
471
479
|
o(e) {
|
|
472
|
-
|
|
480
|
+
v(A.$$.fragment, e), t = !1;
|
|
473
481
|
},
|
|
474
482
|
d(e) {
|
|
475
|
-
|
|
483
|
+
D(A, e);
|
|
476
484
|
}
|
|
477
485
|
};
|
|
478
486
|
}
|
|
479
|
-
function
|
|
487
|
+
function CA(n) {
|
|
480
488
|
let A, t;
|
|
481
|
-
return A = new
|
|
482
|
-
props: { tag:
|
|
489
|
+
return A = new rA({
|
|
490
|
+
props: { tag: d(
|
|
483
491
|
/*tag*/
|
|
484
|
-
|
|
492
|
+
n[1]
|
|
485
493
|
) }
|
|
486
494
|
}), {
|
|
487
495
|
c() {
|
|
488
|
-
|
|
496
|
+
k(A.$$.fragment);
|
|
489
497
|
},
|
|
490
498
|
m(e, i) {
|
|
491
|
-
|
|
499
|
+
b(A, e, i), t = !0;
|
|
492
500
|
},
|
|
493
501
|
p(e, i) {
|
|
494
|
-
const
|
|
502
|
+
const o = {};
|
|
495
503
|
i & /*tag*/
|
|
496
|
-
2 && (
|
|
504
|
+
2 && (o.tag = d(
|
|
497
505
|
/*tag*/
|
|
498
506
|
e[1]
|
|
499
|
-
)), A.$set(
|
|
507
|
+
)), A.$set(o);
|
|
500
508
|
},
|
|
501
509
|
i(e) {
|
|
502
|
-
t || (
|
|
510
|
+
t || (w(A.$$.fragment, e), t = !0);
|
|
503
511
|
},
|
|
504
512
|
o(e) {
|
|
505
|
-
|
|
513
|
+
v(A.$$.fragment, e), t = !1;
|
|
506
514
|
},
|
|
507
515
|
d(e) {
|
|
508
|
-
|
|
516
|
+
D(A, e);
|
|
509
517
|
}
|
|
510
518
|
};
|
|
511
519
|
}
|
|
512
|
-
function
|
|
520
|
+
function _A(n) {
|
|
513
521
|
let A, t;
|
|
514
522
|
return A = new oA({
|
|
515
|
-
props: { tag:
|
|
523
|
+
props: { tag: d(
|
|
516
524
|
/*tag*/
|
|
517
|
-
|
|
525
|
+
n[1]
|
|
518
526
|
) }
|
|
519
527
|
}), {
|
|
520
528
|
c() {
|
|
521
|
-
|
|
529
|
+
k(A.$$.fragment);
|
|
522
530
|
},
|
|
523
531
|
m(e, i) {
|
|
524
|
-
|
|
532
|
+
b(A, e, i), t = !0;
|
|
525
533
|
},
|
|
526
534
|
p(e, i) {
|
|
527
|
-
const
|
|
535
|
+
const o = {};
|
|
528
536
|
i & /*tag*/
|
|
529
|
-
2 && (
|
|
537
|
+
2 && (o.tag = d(
|
|
530
538
|
/*tag*/
|
|
531
539
|
e[1]
|
|
532
|
-
)), A.$set(
|
|
540
|
+
)), A.$set(o);
|
|
533
541
|
},
|
|
534
542
|
i(e) {
|
|
535
|
-
t || (
|
|
543
|
+
t || (w(A.$$.fragment, e), t = !0);
|
|
536
544
|
},
|
|
537
545
|
o(e) {
|
|
538
|
-
|
|
546
|
+
v(A.$$.fragment, e), t = !1;
|
|
539
547
|
},
|
|
540
548
|
d(e) {
|
|
541
|
-
|
|
549
|
+
D(A, e);
|
|
542
550
|
}
|
|
543
551
|
};
|
|
544
552
|
}
|
|
545
|
-
function
|
|
546
|
-
let A, t, e, i;
|
|
547
|
-
const
|
|
548
|
-
function
|
|
549
|
-
return
|
|
553
|
+
function kA(n) {
|
|
554
|
+
let A, t, e, i, o;
|
|
555
|
+
const c = [dA, uA, pA], g = [];
|
|
556
|
+
function f(l, a) {
|
|
557
|
+
return a & /*tag, renderMap*/
|
|
558
|
+
10 && (A = null), A == null && (A = !!/*tag*/
|
|
559
|
+
(l[1].element || /*renderMap*/
|
|
560
|
+
l[3].has(
|
|
550
561
|
/*tag*/
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
562
|
+
l[1].contentType
|
|
563
|
+
))), A ? 0 : (
|
|
564
|
+
/*haveContent*/
|
|
565
|
+
l[4] ? 1 : 2
|
|
555
566
|
);
|
|
556
567
|
}
|
|
557
|
-
return
|
|
568
|
+
return t = f(n, -1), e = g[t] = c[t](n), {
|
|
558
569
|
c() {
|
|
559
|
-
|
|
570
|
+
e.c(), i = iA();
|
|
560
571
|
},
|
|
561
|
-
m(
|
|
562
|
-
|
|
572
|
+
m(l, a) {
|
|
573
|
+
g[t].m(l, a), H(l, i, a), o = !0;
|
|
563
574
|
},
|
|
564
|
-
p(
|
|
565
|
-
let
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
}), K(),
|
|
575
|
+
p(l, [a]) {
|
|
576
|
+
let p = t;
|
|
577
|
+
t = f(l, a), t === p ? g[t].p(l, a) : (N(), v(g[p], 1, 1, () => {
|
|
578
|
+
g[p] = null;
|
|
579
|
+
}), K(), e = g[t], e ? e.p(l, a) : (e = g[t] = c[t](l), e.c()), w(e, 1), e.m(i.parentNode, i));
|
|
569
580
|
},
|
|
570
|
-
i(
|
|
571
|
-
|
|
581
|
+
i(l) {
|
|
582
|
+
o || (w(e), o = !0);
|
|
572
583
|
},
|
|
573
|
-
o(
|
|
574
|
-
|
|
584
|
+
o(l) {
|
|
585
|
+
v(e), o = !1;
|
|
575
586
|
},
|
|
576
|
-
d(
|
|
577
|
-
|
|
587
|
+
d(l) {
|
|
588
|
+
g[t].d(l), l && P(i);
|
|
578
589
|
}
|
|
579
590
|
};
|
|
580
591
|
}
|
|
581
|
-
function
|
|
582
|
-
let e, i,
|
|
583
|
-
L("hooks",
|
|
584
|
-
let
|
|
585
|
-
function
|
|
586
|
-
|
|
592
|
+
function bA(n, A, t) {
|
|
593
|
+
let e, i, o, c, g, f, { withAnimation: l = !1 } = A, { tag: a } = A, { hooks: p } = A, { renderMap: Q = /* @__PURE__ */ new Map() } = A, { state: C } = A, { mediaStore: r } = A, { temporaryState: m } = A;
|
|
594
|
+
L("hooks", p), L("mediaStore", r);
|
|
595
|
+
let _, h;
|
|
596
|
+
function R(s) {
|
|
597
|
+
s ? p.emit("exposure", { id: c, type: "start" }) : p.emit("exposure", { id: c, type: "end" });
|
|
587
598
|
}
|
|
588
|
-
function
|
|
589
|
-
var
|
|
590
|
-
return !(!E.visible || !E.enabled || !G.visible || !((
|
|
599
|
+
function X(s, E, G) {
|
|
600
|
+
var M, y;
|
|
601
|
+
return !(!E.visible || !E.enabled || !G.visible || !((M = s.state) != null && M.visible) || ((y = s.temporaryState) == null ? void 0 : y.visible) === !1 || lA(s) && !s.mediaVisible);
|
|
591
602
|
}
|
|
592
|
-
const
|
|
593
|
-
return
|
|
594
|
-
"withAnimation" in
|
|
595
|
-
},
|
|
596
|
-
var
|
|
597
|
-
|
|
598
|
-
2 && t(
|
|
599
|
-
2 && t(
|
|
600
|
-
|
|
601
|
-
2 && (
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
2 && t(
|
|
603
|
+
const j = (s) => p.emit("click", { event: s, target: "TagContent", tag: a }), x = (s) => p.emit("click", { event: s, target: "TagContent", tag: a });
|
|
604
|
+
return n.$$set = (s) => {
|
|
605
|
+
"withAnimation" in s && t(0, l = s.withAnimation), "tag" in s && t(1, a = s.tag), "hooks" in s && t(2, p = s.hooks), "renderMap" in s && t(3, Q = s.renderMap), "state" in s && t(6, C = s.state), "mediaStore" in s && t(7, r = s.mediaStore), "temporaryState" in s && t(8, m = s.temporaryState);
|
|
606
|
+
}, n.$$.update = () => {
|
|
607
|
+
var s, E, G, M, y, U, W, S, F, O, q;
|
|
608
|
+
n.$$.dirty & /*tag*/
|
|
609
|
+
2 && t(12, e = (s = a.state) == null ? void 0 : s.unfolded), n.$$.dirty & /*tag*/
|
|
610
|
+
2 && t(11, i = (E = a.state) == null ? void 0 : E.visible), n.$$.dirty & /*state, temporaryState, tag*/
|
|
611
|
+
322 && t(13, o = C.visible && m.visible && ((G = a.state) == null ? void 0 : G.visible)), n.$$.dirty & /*tag*/
|
|
612
|
+
2 && (c = a.id), n.$$.dirty & /*tag, state, temporaryState*/
|
|
613
|
+
322 && t(5, g = !X(a, C, m)), n.$$.dirty & /*isVisible*/
|
|
614
|
+
8192 && R(o), n.$$.dirty & /*tag, unfolded, lastUnfoldedState, visible, lastVisibleState*/
|
|
615
|
+
7682 && a.hooks && (e !== void 0 && e !== h && (t(10, h = e), e ? (y = (M = a.hooks).emit) == null || y.call(M, "unfolded") : (W = a == null ? void 0 : (U = a.hooks).emit) == null || W.call(U, "folded")), i !== void 0 && i !== _ && (t(9, _ = i), i ? (F = (S = a.hooks).emit) == null || F.call(S, "show") : (q = (O = a.hooks).emit) == null || q.call(O, "hide"))), n.$$.dirty & /*tag*/
|
|
616
|
+
2 && t(4, f = (() => !(typeof a.config.unfoldedConfig == "object" && a.config.unfoldedConfig.keep === "folded"))());
|
|
606
617
|
}, [
|
|
607
|
-
g,
|
|
608
618
|
l,
|
|
609
|
-
w,
|
|
610
|
-
r,
|
|
611
|
-
u,
|
|
612
|
-
d,
|
|
613
|
-
D,
|
|
614
619
|
a,
|
|
615
|
-
|
|
620
|
+
p,
|
|
621
|
+
Q,
|
|
622
|
+
f,
|
|
623
|
+
g,
|
|
616
624
|
C,
|
|
625
|
+
r,
|
|
626
|
+
m,
|
|
627
|
+
_,
|
|
628
|
+
h,
|
|
617
629
|
i,
|
|
618
630
|
e,
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
631
|
+
o,
|
|
632
|
+
j,
|
|
633
|
+
x
|
|
622
634
|
];
|
|
623
635
|
}
|
|
624
|
-
class
|
|
636
|
+
class at extends $ {
|
|
625
637
|
constructor(A) {
|
|
626
|
-
super(),
|
|
638
|
+
super(), AA(
|
|
627
639
|
this,
|
|
628
640
|
A,
|
|
641
|
+
bA,
|
|
629
642
|
kA,
|
|
630
|
-
|
|
631
|
-
AA,
|
|
643
|
+
eA,
|
|
632
644
|
{
|
|
633
645
|
withAnimation: 0,
|
|
634
646
|
tag: 1,
|
|
635
647
|
hooks: 2,
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
648
|
+
renderMap: 3,
|
|
649
|
+
state: 6,
|
|
650
|
+
mediaStore: 7,
|
|
651
|
+
temporaryState: 8
|
|
639
652
|
},
|
|
640
|
-
|
|
653
|
+
cA
|
|
641
654
|
);
|
|
642
655
|
}
|
|
643
656
|
}
|
|
644
657
|
export {
|
|
645
|
-
|
|
658
|
+
at as default
|
|
646
659
|
};
|