@realsee/dnalogel 3.42.0-alpha-tag.45 → 3.43.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/CHANGELOG.md +12 -6
- package/dist/PanoTagPlugin/controller/Tag/BaseTag.d.ts +14 -0
- package/dist/PanoTagPlugin/controller/Tag/PointTag.d.ts +4 -0
- package/dist/PanoTagPlugin/controller/index.d.ts +4 -4
- package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +3 -2
- package/dist/index.cjs.js +50 -50
- package/dist/index.js +3307 -3270
- package/dist/index.umd.js +42 -42
- package/libs/CruisePlugin/Move.js +2 -3
- package/libs/CruisePlugin/Work.js +2 -3
- package/libs/CruisePlugin/index.js +6 -7
- package/libs/GuideLinePlugin/Controller.js +4 -5
- package/libs/GuideLinePlugin/GuideLineItem.js +2 -3
- package/libs/GuideLinePlugin/GuideLineModeItem.js +2 -3
- package/libs/GuideLinePlugin/index.js +6 -7
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +46 -51
- package/libs/PanoTagPlugin/Components/Tag/index.js +204 -200
- package/libs/PanoTagPlugin/Components/TagContainer.js +2 -3
- package/libs/PanoTagPlugin/Components/TagItem.js +25 -26
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.d.ts +14 -0
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +245 -213
- package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +2 -3
- package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +2 -3
- package/libs/PanoTagPlugin/controller/Tag/PointTag.d.ts +4 -0
- package/libs/PanoTagPlugin/controller/Tag/PointTag.js +24 -21
- package/libs/PanoTagPlugin/controller/TagRender.js +2 -3
- package/libs/PanoTagPlugin/controller/index.d.ts +4 -4
- package/libs/PanoTagPlugin/controller/index.js +21 -22
- package/libs/PanoTagPlugin/index.js +11 -12
- package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +3 -2
- package/libs/PanoTagPlugin/utils/tag/format.js +3 -3
- package/libs/PipelinePlugin/utils/formatData.js +16 -16
- package/libs/base/BasePlugin.js +1 -1
- package/libs/index.js +125 -126
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +3 -2
- package/README.md +0 -116
- package/dist/PanoTagPlugin/utils/tag/canVisibleInModel.d.ts +0 -2
- package/docs/.nojekyll +0 -1
- package/docs/assets/custom.css +0 -0
- package/docs/assets/highlight.css +0 -127
- package/docs/assets/main.js +0 -58
- package/docs/assets/search.js +0 -1
- package/docs/assets/style.css +0 -1367
- package/docs/classes/AreaMakerPluginType.AreaMakerController.html +0 -731
- package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +0 -694
- package/docs/classes/CSS3DRender.html +0 -778
- package/docs/classes/GuideLineItem.GuideLineItem.html +0 -481
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +0 -894
- package/docs/classes/Magnifier.html +0 -485
- package/docs/classes/ModelRoomLabelController.html +0 -403
- package/docs/classes/MoveController.html +0 -681
- package/docs/classes/Object3DHelperController.html +0 -645
- package/docs/classes/PaintBrush.html +0 -507
- package/docs/classes/PanoMeasurePluginLine.html +0 -527
- package/docs/classes/PanoMeasurePluginModel.html +0 -576
- package/docs/classes/PanoMeasurePluginPoint.html +0 -367
- package/docs/classes/PanoMeasurePluginPolyline.html +0 -572
- package/docs/classes/PanoTagPluginController.html +0 -1132
- package/docs/classes/Util.BetterTween.html +0 -421
- package/docs/classes/Util.Interval.html +0 -437
- package/docs/classes/Util.LineSegments.html +0 -389
- package/docs/classes/Util.Magnifier.html +0 -508
- package/docs/classes/Util.Object3D.html +0 -411
- package/docs/classes/Util.PointDomHelper.html +0 -412
- package/docs/classes/Util.PointHelper.html +0 -403
- package/docs/classes/Util.PointSelectorHelper.html +0 -459
- package/docs/classes/Util.Rectangle.html +0 -460
- package/docs/classes/WalkController.html +0 -700
- package/docs/enums/CameraMovementEffect.html +0 -315
- package/docs/enums/ContentType.html +0 -461
- package/docs/enums/DIRECTION.html +0 -325
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +0 -325
- package/docs/enums/DimensionType.html +0 -315
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +0 -318
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +0 -325
- package/docs/enums/PaintBrushTypeEnum.html +0 -318
- package/docs/enums/PointType.html +0 -315
- package/docs/enums/Rotation.html +0 -322
- package/docs/functions/AreaMakerPlugin.html +0 -295
- package/docs/functions/CSS3DRenderPlugin.html +0 -293
- package/docs/functions/CameraMovementPlugin.html +0 -298
- package/docs/functions/CruisePlugin.html +0 -295
- package/docs/functions/CurrentPanoImagePlugin.html +0 -295
- package/docs/functions/GuideLinePlugin.html +0 -295
- package/docs/functions/ItemLabelPlugin.html +0 -295
- package/docs/functions/MapviewFloorplanPlugin.html +0 -295
- package/docs/functions/ModelChassisCompassPlugin.html +0 -298
- package/docs/functions/ModelEntryDoorGuidePlugin.html +0 -298
- package/docs/functions/ModelFloorplanPlugin.html +0 -295
- package/docs/functions/ModelItemLabelPlugin.html +0 -295
- package/docs/functions/ModelRoomLabelPlugin.html +0 -293
- package/docs/functions/ModelTVVideoPlugin.html +0 -295
- package/docs/functions/ModelViewPlugin.html +0 -298
- package/docs/functions/MovePlugin.html +0 -295
- package/docs/functions/Object3DHelperPlugin.html +0 -293
- package/docs/functions/PanoCompassPlugin.html +0 -295
- package/docs/functions/PanoCursorRaycasterPlugin.html +0 -299
- package/docs/functions/PanoDoorLabelPlugin.html +0 -295
- package/docs/functions/PanoFloorplanRadarPlugin.html +0 -295
- package/docs/functions/PanoMeasurePlugin.html +0 -295
- package/docs/functions/PanoRulerPlugin.html +0 -298
- package/docs/functions/PanoRulerProPlugin.html +0 -298
- package/docs/functions/PanoSpatialTagPlugin.html +0 -298
- package/docs/functions/PanoTagPlugin.html +0 -300
- package/docs/functions/PanoVideoPlugin.html +0 -304
- package/docs/functions/PipelinePlugin.html +0 -293
- package/docs/functions/TopviewFloorplanPlugin.html +0 -295
- package/docs/functions/Util.absoluteUrl.html +0 -331
- package/docs/functions/Util.checkFiveModelLoaded.html +0 -334
- package/docs/functions/Util.equal.html +0 -343
- package/docs/functions/Util.getCoordsFromClient.html +0 -333
- package/docs/functions/Util.getCoordsFromElement.html +0 -333
- package/docs/functions/Util.getFrameTime.html +0 -325
- package/docs/functions/Util.getIntersectFromRelativePosition.html +0 -333
- package/docs/functions/Util.getRaycasterFromFivePointer.html +0 -333
- package/docs/functions/Util.isAbsoluteURL.html +0 -326
- package/docs/functions/Util.isModelLike.html +0 -326
- package/docs/functions/Util.isNil.html +0 -334
- package/docs/functions/Util.isPanoramaLike.html +0 -326
- package/docs/functions/Util.nextFrame.html +0 -339
- package/docs/functions/Util.notNil.html +0 -334
- package/docs/functions/Util.requestAnimationFrameInterval.html +0 -355
- package/docs/functions/Util.tweenProgress.html +0 -328
- package/docs/functions/Util.uuid.html +0 -324
- package/docs/functions/pluginFlag.html +0 -293
- package/docs/index.html +0 -358
- package/docs/interfaces/AddTagConfig.html +0 -308
- package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +0 -335
- package/docs/interfaces/AreaMakerPluginType.Config.html +0 -340
- package/docs/interfaces/AreaMakerPluginType.EventMap.html +0 -626
- package/docs/interfaces/AreaMakerPluginType.Params.html +0 -339
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +0 -397
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +0 -382
- package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +0 -339
- package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +0 -332
- package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +0 -331
- package/docs/interfaces/AreaMakerPluginType.State.html +0 -360
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +0 -454
- package/docs/interfaces/CSS3DRenderPluginState.html +0 -330
- package/docs/interfaces/CameraMovementPluginExportType.html +0 -363
- package/docs/interfaces/CruisePluginTypes.Config.html +0 -364
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +0 -366
- package/docs/interfaces/CruisePluginTypes.EventMap.html +0 -724
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +0 -390
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +0 -426
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +0 -416
- package/docs/interfaces/CruisePluginTypes.PluginData.html +0 -356
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +0 -324
- package/docs/interfaces/CruisePluginTypes.PluginState.html +0 -392
- package/docs/interfaces/CurrentPanoImagePluginType.Config.html +0 -387
- package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +0 -526
- package/docs/interfaces/CurrentPanoImagePluginType.Params.html +0 -328
- package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +0 -320
- package/docs/interfaces/CurrentPanoImagePluginType.State.html +0 -342
- package/docs/interfaces/EventMap.html +0 -547
- package/docs/interfaces/FloorplanBounding.html +0 -337
- package/docs/interfaces/FloorplanData.html +0 -340
- package/docs/interfaces/FloorplanEntrance.html +0 -365
- package/docs/interfaces/FloorplanExtraObject.html +0 -355
- package/docs/interfaces/FloorplanExtraObject3D.html +0 -344
- package/docs/interfaces/FloorplanFloorData.html +0 -333
- package/docs/interfaces/FloorplanImagePosition.html +0 -319
- package/docs/interfaces/FloorplanObserver.html +0 -337
- package/docs/interfaces/FloorplanOutlineItem.html +0 -333
- package/docs/interfaces/FloorplanPosition.html +0 -319
- package/docs/interfaces/FloorplanRoomItem.html +0 -407
- package/docs/interfaces/FloorplanRoomLabelItem.html +0 -325
- package/docs/interfaces/FloorplanServerBounding.html +0 -337
- package/docs/interfaces/FloorplanServerComputedData.html +0 -336
- package/docs/interfaces/FloorplanServerData.html +0 -319
- package/docs/interfaces/FloorplanServerDoorItem.html +0 -336
- package/docs/interfaces/FloorplanServerDoorPosition.html +0 -322
- package/docs/interfaces/FloorplanServerEntrance.html +0 -365
- package/docs/interfaces/FloorplanServerFloorData.html +0 -333
- package/docs/interfaces/FloorplanServerImagePosition.html +0 -319
- package/docs/interfaces/FloorplanServerObserver.html +0 -337
- package/docs/interfaces/FloorplanServerOutlineItem.html +0 -333
- package/docs/interfaces/FloorplanServerPosition.html +0 -319
- package/docs/interfaces/FloorplanServerRoomItem.html +0 -419
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +0 -325
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +0 -328
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +0 -367
- package/docs/interfaces/GuideLinePluginType.EventMap.html +0 -531
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +0 -362
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +0 -353
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +0 -452
- package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +0 -342
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +0 -352
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +0 -522
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +0 -349
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +0 -532
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +0 -314
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +0 -335
- package/docs/interfaces/GuideLinePluginType.PluginState.html +0 -360
- package/docs/interfaces/GuideLinePluginType.Route.html +0 -376
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +0 -358
- package/docs/interfaces/HelperOffset.html +0 -337
- package/docs/interfaces/ImagePlaneGroup.html +0 -311
- package/docs/interfaces/ItemLabelPluginData.html +0 -308
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +0 -393
- package/docs/interfaces/ItemLabelPluginParametersType.html +0 -329
- package/docs/interfaces/MinMax.html +0 -315
- package/docs/interfaces/ModelChassisCompassPluginData.html +0 -315
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +0 -351
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +0 -315
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +0 -322
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +0 -359
- package/docs/interfaces/ModelItemLabelPluginData.html +0 -308
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +0 -393
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +0 -315
- package/docs/interfaces/ModelRoomLabelPluginData.html +0 -308
- package/docs/interfaces/ModelTVVideoPluginData.html +0 -329
- package/docs/interfaces/ModelTVVideoPluginExportType.html +0 -353
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +0 -308
- package/docs/interfaces/ModelViewPluginExportType.html +0 -421
- package/docs/interfaces/Object3DHelperState.html +0 -322
- package/docs/interfaces/ObjectHelperControllers.html +0 -329
- package/docs/interfaces/PaintBrushAction.html +0 -368
- package/docs/interfaces/PaintBrushConfigs.html +0 -366
- package/docs/interfaces/PaintBrushState.html +0 -350
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +0 -430
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +0 -287
- package/docs/interfaces/PanoMeasureParameterType.html +0 -454
- package/docs/interfaces/PanoMeasurePluginLineJson.html +0 -322
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +0 -319
- package/docs/interfaces/PanoMeasurePluginPointJson.html +0 -315
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +0 -325
- package/docs/interfaces/PanoRulerPluginExportType.html +0 -382
- package/docs/interfaces/PanoRulerPluginOptions.html +0 -331
- package/docs/interfaces/PanoRulerPluginParameterType.html +0 -322
- package/docs/interfaces/PanoRulerProPluginExportType.html +0 -358
- package/docs/interfaces/PanoRulerProPluginOptions.html +0 -328
- package/docs/interfaces/PanoRulerProPluginParameterType.html +0 -315
- package/docs/interfaces/PanoRulerProPluginState.html +0 -322
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +0 -301
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +0 -290
- package/docs/interfaces/PanoSpatialTagPluginData.html +0 -358
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +0 -340
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +0 -436
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +0 -336
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +0 -357
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +0 -343
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +0 -336
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +0 -328
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +0 -346
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +0 -319
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +0 -425
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +0 -319
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +0 -354
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +0 -373
- package/docs/interfaces/Point.html +0 -322
- package/docs/interfaces/Room.html +0 -329
- package/docs/interfaces/RoomInfo.html +0 -315
- package/docs/interfaces/RoomLabel.html +0 -391
- package/docs/interfaces/RoomRules.html +0 -290
- package/docs/interfaces/Rooms.html +0 -290
- package/docs/interfaces/Scissor.html +0 -349
- package/docs/interfaces/State.html +0 -336
- package/docs/interfaces/TagCacheInterface.html +0 -367
- package/docs/interfaces/TagConfig.html +0 -570
- package/docs/interfaces/TagGLTFObjectGroup.html +0 -311
- package/docs/interfaces/TagIconUrl.html +0 -368
- package/docs/interfaces/TagObjectGroup.html +0 -311
- package/docs/interfaces/TagStyle.html +0 -321
- package/docs/interfaces/Tags.html +0 -2825
- package/docs/interfaces/TemporaryState.html +0 -308
- package/docs/interfaces/Util.MagnifierParameter.html +0 -396
- package/docs/interfaces/Util.MouseGroupParameter.html +0 -355
- package/docs/interfaces/Util.PointIntersection.html +0 -370
- package/docs/modules/AreaMakerPluginType.html +0 -330
- package/docs/modules/CruisePluginTypes.html +0 -333
- package/docs/modules/CurrentPanoImagePluginType.html +0 -302
- package/docs/modules/GuideLineItem.html +0 -294
- package/docs/modules/GuideLineModeItem.html +0 -299
- package/docs/modules/GuideLinePluginType.html +0 -355
- package/docs/modules/PanoVideoPluginType.html +0 -306
- package/docs/modules/Util.html +0 -356
- package/docs/modules.html +0 -564
- package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +0 -359
- package/docs/types/AreaMakerPluginType.ItemRenderer.html +0 -325
- package/docs/types/AreaMakerPluginType.PluginData.html +0 -307
- package/docs/types/AreaMakerPluginType.ServerData.html +0 -307
- package/docs/types/ArrayPosition.html +0 -284
- package/docs/types/AudioAppearance.html +0 -284
- package/docs/types/AudioTagTypeConfigKey.html +0 -284
- package/docs/types/CSS3DRenderExportType.html +0 -284
- package/docs/types/CSS3DRenderPluginExportType.html +0 -284
- package/docs/types/CSS3DRenderPluginParameterType.html +0 -284
- package/docs/types/ClassFunctionParameters.html +0 -291
- package/docs/types/Color.html +0 -284
- package/docs/types/ContentTypeConfigKey.html +0 -284
- package/docs/types/ContentTypeConfigKeySplit.html +0 -284
- package/docs/types/ContentTypeMap.html +0 -284
- package/docs/types/Create3DDomContainerReturnType.html +0 -284
- package/docs/types/Create3DElementReturnType.html +0 -284
- package/docs/types/CruisePluginExportType.html +0 -284
- package/docs/types/CruisePluginTypes.CruiseData.html +0 -323
- package/docs/types/CruisePluginTypes.MoveEffect.html +0 -300
- package/docs/types/CurrentPanoImagePluginExportType.html +0 -284
- package/docs/types/DeprecatedMediaPlaneProperty.html +0 -296
- package/docs/types/DeprecatedTagProperty.html +0 -299
- package/docs/types/Direction-1.html +0 -284
- package/docs/types/Direction4.html +0 -284
- package/docs/types/ElementRenderer.html +0 -308
- package/docs/types/FloorplanRuleLabels.html +0 -287
- package/docs/types/FloorplanServerRuleLabels.html +0 -284
- package/docs/types/GuideLinePluginExportType.html +0 -284
- package/docs/types/GuideLinePluginType.GuideLineItem.html +0 -357
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +0 -378
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +0 -311
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +0 -314
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +0 -314
- package/docs/types/GuideLinePluginType.PathItem.html +0 -314
- package/docs/types/GuideLinePluginType.PluginData.html +0 -323
- package/docs/types/HelperEventMap.html +0 -429
- package/docs/types/InternalHelperEventMap.html +0 -380
- package/docs/types/LoadTagConfig.html +0 -284
- package/docs/types/MapviewFloorplanPluginParameterType.html +0 -284
- package/docs/types/MapviewFloorplanPluginReturnType.html +0 -284
- package/docs/types/MediaData.html +0 -305
- package/docs/types/MediaStore.html +0 -289
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +0 -291
- package/docs/types/ModelFloorplanPluginParameterType.html +0 -284
- package/docs/types/ModelFloorplanPluginReturnType.html +0 -284
- package/docs/types/ModelId.html +0 -284
- package/docs/types/ModelRoomLabelPluginParameters.html +0 -284
- package/docs/types/ModelRoomLabelPluginReturnType.html +0 -284
- package/docs/types/MoveArgs.html +0 -294
- package/docs/types/MoveOpts.html +0 -292
- package/docs/types/Object3DHelperEventMap.html +0 -377
- package/docs/types/ObjectFit.html +0 -284
- package/docs/types/PaintBrushEventMap.html +0 -315
- package/docs/types/PanoCompassPluginData.html +0 -284
- package/docs/types/PanoCompassPluginExportType.html +0 -284
- package/docs/types/PanoCompassPluginParameterType.html +0 -284
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +0 -284
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +0 -284
- package/docs/types/PanoIndex.html +0 -284
- package/docs/types/PanoMeasurePluginEvent.html +0 -284
- package/docs/types/PanoMeasureReturnType.html +0 -284
- package/docs/types/PanoSpatialTagPluginId.html +0 -284
- package/docs/types/PanoTagPluginExportInterface.html +0 -284
- package/docs/types/PanoTagPluginParamsInterface.html +0 -284
- package/docs/types/PanoVideoPluginParameterType.html +0 -284
- package/docs/types/PanoVideoPluginReturnType.html +0 -284
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +0 -292
- package/docs/types/PipelinePluginParameterType.html +0 -284
- package/docs/types/PipelinePluginReturnType.html +0 -284
- package/docs/types/PlaneTag.html +0 -292
- package/docs/types/Point2DTag.html +0 -292
- package/docs/types/Point3DTag.html +0 -292
- package/docs/types/PointTag.html +0 -289
- package/docs/types/PointTagInstance.html +0 -289
- package/docs/types/Position.html +0 -284
- package/docs/types/RotateArgs.html +0 -296
- package/docs/types/RotateOpts.html +0 -292
- package/docs/types/RuleLabelsKey.html +0 -284
- package/docs/types/RuleLabelsValue.html +0 -284
- package/docs/types/StickType.html +0 -284
- package/docs/types/Tag.html +0 -350
- package/docs/types/Tag2D.html +0 -292
- package/docs/types/Tag3D.html +0 -292
- package/docs/types/TagConfigByKey.html +0 -289
- package/docs/types/TagContentType.html +0 -284
- package/docs/types/TagContentTypeMapping.html +0 -284
- package/docs/types/TagDimensionType.html +0 -286
- package/docs/types/TagElement.html +0 -294
- package/docs/types/TagEvents.html +0 -337
- package/docs/types/TagGLTFObject.html +0 -307
- package/docs/types/TagHooks.html +0 -284
- package/docs/types/TagId.html +0 -284
- package/docs/types/TagInstance.html +0 -362
- package/docs/types/TagPointType.html +0 -287
- package/docs/types/TagRendererMap.html +0 -291
- package/docs/types/TopviewFloorplanPluginParameterType.html +0 -284
- package/docs/types/TopviewFloorplanPluginReturnType.html +0 -284
- package/docs/types/WorkCode.html +0 -284
- package/docs/variables/FLOOR_TYPE_MAP.html +0 -294
- package/docs/variables/PLUGIN.html +0 -284
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +0 -287
- package/docs/variables/ROOM_TYPE_MAP.html +0 -294
- package/docs/variables/defaultGlobalConfig.html +0 -284
- package/docs/variables/itemLabelPluginServerParams.html +0 -291
- package/docs/variables/modelItemLabelPluginServerParams.html +0 -291
- package/docs/variables/modelRoomLabelPluginServerParams.html +0 -291
- package/libs/PanoTagPlugin/utils/tag/canVisibleInModel.d.ts +0 -2
- package/libs/PanoTagPlugin/utils/tag/canVisibleInModel.js +0 -30
|
@@ -1,16 +1,23 @@
|
|
|
1
|
-
import { SvelteComponent as tA, init as iA, safe_not_equal as nA, append_styles as oA, empty as rA, insert as
|
|
1
|
+
import { SvelteComponent as tA, init as iA, safe_not_equal as nA, append_styles as oA, empty as rA, insert as F, transition_out as w, check_outros as $, transition_in as k, detach as L, setContext as q, group_outros as AA, binding_callbacks as X, element as P, attr as _, noop as j, toggle_class as Q, null_to_empty as W, set_style as U, append as x, listen as eA, create_component as D, mount_component as M, destroy_component as v } from "../../../vendor/svelte/internal/index.js";
|
|
2
2
|
import lA from "./TextTag/index.js";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
3
|
+
import aA from "./ImageTextTag.js";
|
|
4
|
+
import sA from "./MarketingTag.js";
|
|
5
5
|
import "three";
|
|
6
6
|
import { noTypecheck as c } from "../../utils/noTypecheck.js";
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import { classnames as
|
|
13
|
-
import { ModelTag as
|
|
7
|
+
import fA from "./AudioTag/index.js";
|
|
8
|
+
import mA from "./MediaPlane.js";
|
|
9
|
+
import pA from "./LinkTag.js";
|
|
10
|
+
import gA from "./PanoramaTag.js";
|
|
11
|
+
import uA from "./CustomTag.js";
|
|
12
|
+
import { classnames as S } from "../../../vendor/classnames/index.js";
|
|
13
|
+
import { ModelTag as cA } from "../../controller/Tag/ModelTag.js";
|
|
14
|
+
import { isModelLike as dA } from "../../../shared-utils/five/mode.js";
|
|
15
|
+
import "hammerjs";
|
|
16
|
+
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
17
|
+
import "../../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
18
|
+
import "../../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
19
|
+
import "../../../shared-utils/three/THREESphere.js";
|
|
20
|
+
import "animejs";
|
|
14
21
|
import "./TextTag/TextTag.js";
|
|
15
22
|
import "../Common/Line/Straight.js";
|
|
16
23
|
import "../../../vendor/svelte/transition/index.js";
|
|
@@ -19,7 +26,6 @@ import "../../../shared-utils/uuid.js";
|
|
|
19
26
|
import "../Common/Shadow.js";
|
|
20
27
|
import "../Common/Text/FlyMText.js";
|
|
21
28
|
import "../Common/Text/FlyText.js";
|
|
22
|
-
import "animejs";
|
|
23
29
|
import "../../../shared-utils/isNil.js";
|
|
24
30
|
import "../../utils/search.js";
|
|
25
31
|
import "../../utils/constants.js";
|
|
@@ -64,9 +70,6 @@ import "../../../vendor/svelte-carousel/src/utils/lazy.js";
|
|
|
64
70
|
import "../../../vendor/svelte-carousel/src/utils/ProgressManager.js";
|
|
65
71
|
import "../../../vendor/svelte-carousel/src/utils/interval.js";
|
|
66
72
|
import "../Common/MediaItem.js";
|
|
67
|
-
import "hammerjs";
|
|
68
|
-
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
69
|
-
import "../../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
70
73
|
import "../../../shared-utils/positionToVector3.js";
|
|
71
74
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
72
75
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
@@ -81,8 +84,6 @@ import "../../../shared-utils/three/centerPoint.js";
|
|
|
81
84
|
import "../../../shared-utils/three/getObjectVisible.js";
|
|
82
85
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
83
86
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
84
|
-
import "../../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
85
|
-
import "../../../shared-utils/three/THREESphere.js";
|
|
86
87
|
import "./AudioTag/AudioTag.js";
|
|
87
88
|
import "../Common/Audio.js";
|
|
88
89
|
import "../../utils/audio/SharedAudio.js";
|
|
@@ -111,7 +112,6 @@ import "../../../shared-utils/typescript/entries.js";
|
|
|
111
112
|
import "../../utils/tag/adaptConfig.js";
|
|
112
113
|
import "../../typings/tag/TagConfig.js";
|
|
113
114
|
import "@realsee/five";
|
|
114
|
-
import "../../../shared-utils/five/mode.js";
|
|
115
115
|
import "../../utils/tag/format.js";
|
|
116
116
|
import "../../../shared-utils/three/blink.js";
|
|
117
117
|
import "../../../shared-utils/vectorToCoordinate.js";
|
|
@@ -129,52 +129,51 @@ import "../../../shared-utils/five/getFloorIndex.js";
|
|
|
129
129
|
import "../../../shared-utils/safeObj.js";
|
|
130
130
|
import "../../utils/Cache.js";
|
|
131
131
|
import "../../../CruisePlugin/utils/sleep.js";
|
|
132
|
-
import "../../utils/tag/canVisibleInModel.js";
|
|
133
132
|
function BA(i) {
|
|
134
|
-
oA(i, "svelte-
|
|
133
|
+
oA(i, "svelte-elzzn6", '@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,T1RUTwAKAIAAAwAgQ0ZGINFD4CEAAAaQAAAHC0dTVUIAAQAAAAANnAAAAApPUy8yaB5pEwAAAjQAAABgY21hcEItjGUAAAT0AAABfGhlYWQS1WWOAAAAtAAAADZoaGVhBfMBxwAAAhAAAAAkaG10eJ9gBO8AAADsAAABJG1heHAASVAAAAAArAAAAAZuYW1lqczkZQAAApQAAAJecG9zdP+4ADIAAAZwAAAAIAAAUAAASQAAAAEAAAABAADkeHeyXw889QADA+gAAAAA2NoRKwAAAADY2hErACn/OAHgAyAAAQADAAIAAAAAAAAB9ABdAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACCAA7AcwAdwIIADMCCAA0AhwAMwISADkCCAAuAfQANAH+ACsB/gApAggANAEeAFABHgBQAR4AUAIIADQCCAAuAR4AUAEeAFABfAAxAAEAAAPo/zgAAAIcACkAKQHgAAEAAAAAAAAAAAAAAAAAAABJAAMCLgGQAAUACAKKAlgAAABLAooCWAAAAV4AMgEsAAAAAAgAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAFVLV04AIAAg/xsDIP84AMgD6ADIAAAAAQAAAAAB9AK8AAAAIAAAAAAAEADGAAEAAAAAAAEADAAAAAEAAAAAAAIABAAMAAEAAAAAAAMAGwAQAAEAAAAAAAQAEQArAAEAAAAAAAUAPAA8AAEAAAAAAAYAEAB4AAEAAAAAAAgADAAAAAEAAAAAAAkADAAAAAMAAQQJAAEAGACIAAMAAQQJAAIACACgAAMAAQQJAAMANgCoAAMAAQQJAAQAIgDeAAMAAQQJAAUAeAEAAAMAAQQJAAYAIAF4AAMAAQQJAAgAGACIAAMAAQQJAAkAGACIQUxJQkFCQSBGb250Qm9sZDEuMDAwO1VLV047QUxJQkFCQUZvbnQtQm9sZEFMSUJBQkEgRm9udCBCb2xkVmVyc2lvbiAxLjAwMDtQUyAwMDEuMDAwO2hvdGNvbnYgMS4wLjg4O21ha2VvdGYubGliMi41LjY0Nzc1QUxJQkFCQUZvbnQtQm9sZABBAEwASQBCAEEAQgBBACAARgBvAG4AdABCAG8AbABkADEALgAwADAAMAA7AFUASwBXAE4AOwBBAEwASQBCAEEAQgBBAEYAbwBuAHQALQBCAG8AbABkAEEATABJAEIAQQBCAEEAIABGAG8AbgB0ACAAQgBvAGwAZABWAGUAcgBzAGkAbwBuACAAMQAuADAAMAAwADsAUABTACAAMAAwADEALgAwADAAMAA7AGgAbwB0AGMAbwBuAHYAIAAxAC4AMAAuADgAOAA7AG0AYQBrAGUAbwB0AGYALgBsAGkAYgAyAC4ANQAuADYANAA3ADcANQBBAEwASQBCAEEAQgBBAEYAbwBuAHQALQBCAG8AbABkAAAAAAADAAAAAwAAASIAAQAAAAAAHAADAAEAAAEiAAABBgAAAAAAAAAAAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAABCSEMANjc4OTo7PD0+PwAAAAAAAAACAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGwAAAAAAABwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAFoAAAAQABAAAwAAACAALgA5AFoAegCl/xv//wAAACAALAAwAEEAYQCl/xr////hAAAABv/B/7v/nwAAAAEAAAAOAAAAAAAAAAAACgAAAEIASABDAEYARwADAAAAAAAA/7UAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAQAEAgABAQERQUxJQkFCQUZvbnQtQm9sZAABAQEg+A8A+CAB+CEC+BgEtPtc+HT5tAX3KA/3UBGcHAZWEgAHAQENExoiKTpLbmluZS4wMDEuMDAxbW9uZXkudW5pRkYxQm5pbmUuMDAxdW5pRkYxQWNvcHlyaWdodCBtaXNzaW5nQUxJQkFCQSBGb250IEJvbGQAAAEAAQAAIhkAQhkAEQkBhwABigAADQAADwAAZAABiAABiwABiQAADgAASQIAAQCtAK4ArwCwALEAsgCzALQAtQC2ALcAuAC5ALoAuwC8AL0AvgC/AMAAwQDCAMMAxADFAMYAxwDIAMkAygDLAMwAzQDOAM8A0ADRANIA0wDUANUA1gDXANgA2QDaANsA3ADdAN4A3wDgAOEA4gFDAVoBqwIsAloCuAMcAzkDzwQ4BDoEPARRBFMEVQTNBOIE8QUEmPtc0Ky6rKKsuqzHrKPDoa2irLCspq2vraWssKzOAejVrKytrKzYA/gu+bQV+9H+fPfRBj76ORVqSWbNavs6rM2wSqwH7vsVFUXNafs68wfNaRVqZ6wG704VaklFJ6zNsEmsB/c6TxUn+zqt9xnNB6z7DhX7Bfs69wWsO++6anRpwwfv+0EV+wX7OvcFB/cZahUnXO8GrFMVamsHRVwF8Wr7OqwG0boFRawGDg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4OrIr5UQH3OPdUA/ebihVmaZSdbB9Mr2TL0xr3vgewlK2eqh7Kr86y1BuvrIJ5qh/HZrJIQhr7vgdngmp5bR5OZ0tkQxv46ARUX2FSH/u+B1a5YMDAs7TCHve+B8RjtVYeDnD4utkB93HzA/cL+QgVPfH8vPP5UgcOrIn5UgG++DYD+GmJFfw28wb3svfUBZ2glKSnGsNduFBWXF1UiB4ijgaMsJWsnqoIyLHMstYbsa6Ceawfy2ezSUAaVndXZ2Me+2/7jQX3pwYOrIvy92Tz90ryEr/zM/L3SvMu8hPy+B/3/xUT7LCwpMDDGq6CrHqoHsZnTK5DG2lrg3puH09pZk5EGobykAe4tba6vrViXFZiYlcedyOfBhPyxLpdUlJcW1JSXLvEH5ojfAdllGiebB5LsM5j1xuwrpSeqx/KsLPO1xrKcMNerx4OwPL1Affi8gP4dPdlFWD4fPshBvuJ/HkF+wH3ryPy87YH+8z1Ffc69+QF++QHDrb3ZNf3ZfAB9zX3YwP3nRZlaJSebB9LsGPO1xrzBlK6XMTEubrEHtcHxF26UlJcXFIeI/g0+BYh+677JAaorK2ZsBuwroJ4qx/LZrNHPxo/B2aCaHhrHktmR2NAGw6si/X3b/IBufX3b/ID95n4QBWAg4uKhh/3EfelBfsHBvtK/CMFfnCFbm0aZJVnnmoeSrLPYdobsq6Vnqwfy7K10dgasoGueKwey2RHtT4b+9YETlu7yMe8vcfHvVlPT1laTx8OmIr5UQG/+B8D93iKFfsIBvdo+OYF+6T2+B8oBg6iifL3bPX3QPEStvNB8vc/8jXxE/L4EvgHFRPss7Cnu78arYOreqgexWpNr0YbaWyDem4fUmlmTUcaXqBftGAeE/JWYmROSxpklWieax5Ksc9i2BuxrpWerB/LsbTP2BrHaMVath4T7PsN93QVu7FjXFtlZltcZbC7urGzuh8T8oX8ghVPW7zHx7q6yMa9W1BPWVpQHw6i96Tz92/0AbTz93DzA/hp+HkVsIGveKwezmNFtUAbZGeBeGofSmNiRT8aZJVnnmseSrHPYtoboAb7EvukBfcHBvdL+CEFmaySqaQa+9gWxry+yJ6dhoGcHq12oWZmGk5YW1BMXLnKHg4gCiEK+11L91IlCvdiyhWtb6hpJgoeJAoOIQogCqz3pe/3b/UBufX3bfQD+G74dxWyga94rB7NZEW0PhtlaIF4ah9KY2FFPxo7tkTPZh6MjIqKjB+TiJCIjYoIjgaCoKGHoRuanY6QoB+IgfsB+6QF9wcG9y/4IgWYppGnqhr7a/sCFVBbvMjHu7zGyLxbTk5aWk4fDvtd+AojCoz7jBUmCh8kCq1vqGkeDvtdi/cS94wjCvwKBCIKDiD3ru8BvPeuA7z4EhUn967vBw4eoDf/DAmLDAv47BT4exWcEwAHAQFBXW97ipCarPcv8+7yAfdl8gP4aPf6FfIjB+r3gwUiBi77gwWHBjH3gwUkBuP7gwUnJPcxKPsxI/cx+y/y9y/3MPP7MO4GDvtdi/cSJQr3JBZkcqOzsKSksrCkcWdlcnFmHw6up6eurm+naGhvb2hop2+uHwv3EiUK9yP4ChUiCgt3SgWxBrnmBZGVj5eZGgsB2/cSAwtobm5paqBzqoYLAAABAAAAAAAAAAAAAA==) format("woff2")}*{-webkit-tap-highlight-color:transparent}.content__container.svelte-elzzn6{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif;transition:opacity 0.2s linear}.content__container.unClickable.svelte-elzzn6{pointer-events:none !important}.content__container.unClickable.svelte-elzzn6 *{pointer-events:none !important}.content__wrapper.svelte-elzzn6{pointer-events:none;width:100%;height:100%}.content__container.hide.svelte-elzzn6{opacity:0;pointer-events:none}.content__container.hide.svelte-elzzn6 *{pointer-events:none !important}.content__container.disable.svelte-elzzn6{display:none}.content.svelte-elzzn6{position:relative;width:100%;height:100%;font-size:0.75rem;color:#fff}.content.svelte-elzzn6:not(.unfolded){pointer-events:none}.content.svelte-elzzn6:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-elzzn6{pointer-events:auto}');
|
|
135
134
|
}
|
|
136
135
|
function _A(i) {
|
|
137
136
|
let A, t;
|
|
138
137
|
return {
|
|
139
138
|
c() {
|
|
140
|
-
A =
|
|
139
|
+
A = P("div"), _(A, "data-info", "tag content is keep folded"), _(A, "data-id", t = /*tag*/
|
|
141
140
|
i[0].id);
|
|
142
141
|
},
|
|
143
|
-
m(e,
|
|
144
|
-
|
|
142
|
+
m(e, o) {
|
|
143
|
+
F(e, A, o);
|
|
145
144
|
},
|
|
146
|
-
p(e,
|
|
147
|
-
|
|
145
|
+
p(e, o) {
|
|
146
|
+
o & /*tag*/
|
|
148
147
|
1 && t !== (t = /*tag*/
|
|
149
148
|
e[0].id) && _(A, "data-id", t);
|
|
150
149
|
},
|
|
151
150
|
i: j,
|
|
152
151
|
o: j,
|
|
153
152
|
d(e) {
|
|
154
|
-
e &&
|
|
153
|
+
e && L(A);
|
|
155
154
|
}
|
|
156
155
|
};
|
|
157
156
|
}
|
|
158
157
|
function QA(i) {
|
|
159
|
-
let A, t, e,
|
|
160
|
-
const
|
|
161
|
-
MA,
|
|
158
|
+
let A, t, e, o, l, d, g, s, n, f, m, u, b, h, B, E, T;
|
|
159
|
+
const Y = [
|
|
162
160
|
vA,
|
|
161
|
+
MA,
|
|
163
162
|
DA,
|
|
164
163
|
hA,
|
|
165
164
|
bA,
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
],
|
|
169
|
-
function
|
|
165
|
+
CA,
|
|
166
|
+
kA
|
|
167
|
+
], C = [];
|
|
168
|
+
function J(r, p) {
|
|
170
169
|
return p & /*tag, contentTypeMap*/
|
|
171
|
-
9 && (
|
|
172
|
-
9 && (
|
|
170
|
+
9 && (o = null), p & /*tag, contentTypeMap*/
|
|
171
|
+
9 && (l = null), p & /*tag, contentTypeMap*/
|
|
173
172
|
9 && (d = null), p & /*tag, contentTypeMap*/
|
|
174
173
|
9 && (g = null), p & /*tag, contentTypeMap*/
|
|
175
174
|
9 && (s = null), p & /*tag, contentTypeMap*/
|
|
176
|
-
9 && (
|
|
177
|
-
9 && (f = null),
|
|
175
|
+
9 && (n = null), p & /*tag, contentTypeMap*/
|
|
176
|
+
9 && (f = null), o == null && (o = !!(["Text"].includes(
|
|
178
177
|
/*tag*/
|
|
179
178
|
r[0].contentType
|
|
180
179
|
) || ["Text"].includes(
|
|
@@ -183,7 +182,7 @@ function QA(i) {
|
|
|
183
182
|
/*tag*/
|
|
184
183
|
r[0].contentType
|
|
185
184
|
)
|
|
186
|
-
))),
|
|
185
|
+
))), o ? 0 : (l == null && (l = !!(["ImageText", "Image", "Video"].includes(
|
|
187
186
|
/*tag*/
|
|
188
187
|
r[0].contentType
|
|
189
188
|
) || ["ImageText", "Image", "Video"].includes(
|
|
@@ -192,7 +191,7 @@ function QA(i) {
|
|
|
192
191
|
/*tag*/
|
|
193
192
|
r[0].contentType
|
|
194
193
|
)
|
|
195
|
-
))),
|
|
194
|
+
))), l ? 1 : (d == null && (d = !!(["Audio"].includes(
|
|
196
195
|
/*tag*/
|
|
197
196
|
r[0].contentType
|
|
198
197
|
) || ["Audio"].includes(
|
|
@@ -219,7 +218,7 @@ function QA(i) {
|
|
|
219
218
|
/*tag*/
|
|
220
219
|
r[0].contentType
|
|
221
220
|
)
|
|
222
|
-
))), s ? 4 : (
|
|
221
|
+
))), s ? 4 : (n == null && (n = !!(["MediaPlane", "MediaModel"].includes(
|
|
223
222
|
/*tag*/
|
|
224
223
|
r[0].contentType
|
|
225
224
|
) || ["MediaPlane", "MediaModel"].includes(
|
|
@@ -228,7 +227,7 @@ function QA(i) {
|
|
|
228
227
|
/*tag*/
|
|
229
228
|
r[0].contentType
|
|
230
229
|
)
|
|
231
|
-
))),
|
|
230
|
+
))), n ? 5 : (f == null && (f = !!(["Panorama"].includes(
|
|
232
231
|
/*tag*/
|
|
233
232
|
r[0].contentType
|
|
234
233
|
) || ["Panorama"].includes(
|
|
@@ -239,19 +238,19 @@ function QA(i) {
|
|
|
239
238
|
)
|
|
240
239
|
))), f ? 6 : -1))))));
|
|
241
240
|
}
|
|
242
|
-
return ~(m =
|
|
241
|
+
return ~(m = J(i, -1)) && (u = C[m] = Y[m](i)), {
|
|
243
242
|
c() {
|
|
244
243
|
var r;
|
|
245
|
-
A =
|
|
244
|
+
A = P("div"), t = P("div"), e = P("div"), u && u.c(), _(e, "class", "content svelte-elzzn6"), Q(
|
|
246
245
|
e,
|
|
247
246
|
"unfolded",
|
|
248
247
|
/*tag*/
|
|
249
248
|
(r = i[0].state) == null ? void 0 : r.unfolded
|
|
250
|
-
), _(t, "class", "content__wrapper svelte-
|
|
249
|
+
), _(t, "class", "content__wrapper svelte-elzzn6"), _(A, "class", b = W(S(
|
|
251
250
|
"content__container",
|
|
252
251
|
/*tag*/
|
|
253
252
|
i[0].className
|
|
254
|
-
)) + " svelte-
|
|
253
|
+
)) + " svelte-elzzn6"), _(A, "data-id", h = /*tag*/
|
|
255
254
|
i[0].id), Q(
|
|
256
255
|
A,
|
|
257
256
|
"disable",
|
|
@@ -267,13 +266,13 @@ function QA(i) {
|
|
|
267
266
|
"unClickable",
|
|
268
267
|
/*tag*/
|
|
269
268
|
i[0].config.clickable === !1
|
|
270
|
-
),
|
|
269
|
+
), U(
|
|
271
270
|
A,
|
|
272
271
|
"width",
|
|
273
272
|
/*tag*/
|
|
274
273
|
i[0].stickType === "Plane" || /*tag*/
|
|
275
274
|
i[0].contentType === "MediaModel" ? "100%" : 0
|
|
276
|
-
),
|
|
275
|
+
), U(
|
|
277
276
|
A,
|
|
278
277
|
"height",
|
|
279
278
|
/*tag*/
|
|
@@ -282,28 +281,31 @@ function QA(i) {
|
|
|
282
281
|
);
|
|
283
282
|
},
|
|
284
283
|
m(r, p) {
|
|
285
|
-
|
|
284
|
+
F(r, A, p), x(A, t), x(t, e), ~m && C[m].m(e, null), i[16](A), B = !0, E || (T = eA(
|
|
285
|
+
A,
|
|
286
|
+
"click",
|
|
286
287
|
/*click_handler_1*/
|
|
287
|
-
i[17]
|
|
288
|
-
|
|
288
|
+
i[17],
|
|
289
|
+
!0
|
|
290
|
+
), E = !0);
|
|
289
291
|
},
|
|
290
292
|
p(r, p) {
|
|
291
|
-
var
|
|
293
|
+
var a;
|
|
292
294
|
let y = m;
|
|
293
|
-
m =
|
|
294
|
-
|
|
295
|
-
}), $()), ~m ? (u =
|
|
295
|
+
m = J(r, p), m === y ? ~m && C[m].p(r, p) : (u && (AA(), w(C[y], 1, 1, () => {
|
|
296
|
+
C[y] = null;
|
|
297
|
+
}), $()), ~m ? (u = C[m], u ? u.p(r, p) : (u = C[m] = Y[m](r), u.c()), k(u, 1), u.m(e, null)) : u = null), (!B || p & /*tag*/
|
|
296
298
|
1) && Q(
|
|
297
299
|
e,
|
|
298
300
|
"unfolded",
|
|
299
301
|
/*tag*/
|
|
300
|
-
(
|
|
302
|
+
(a = r[0].state) == null ? void 0 : a.unfolded
|
|
301
303
|
), (!B || p & /*tag*/
|
|
302
|
-
1 && b !== (b = S(
|
|
304
|
+
1 && b !== (b = W(S(
|
|
303
305
|
"content__container",
|
|
304
306
|
/*tag*/
|
|
305
307
|
r[0].className
|
|
306
|
-
)) + " svelte-
|
|
308
|
+
)) + " svelte-elzzn6")) && _(A, "class", b), (!B || p & /*tag*/
|
|
307
309
|
1 && h !== (h = /*tag*/
|
|
308
310
|
r[0].id)) && _(A, "data-id", h), (!B || p & /*tag, tag*/
|
|
309
311
|
1) && Q(
|
|
@@ -324,14 +326,14 @@ function QA(i) {
|
|
|
324
326
|
/*tag*/
|
|
325
327
|
r[0].config.clickable === !1
|
|
326
328
|
), p & /*tag*/
|
|
327
|
-
1 &&
|
|
329
|
+
1 && U(
|
|
328
330
|
A,
|
|
329
331
|
"width",
|
|
330
332
|
/*tag*/
|
|
331
333
|
r[0].stickType === "Plane" || /*tag*/
|
|
332
334
|
r[0].contentType === "MediaModel" ? "100%" : 0
|
|
333
335
|
), p & /*tag*/
|
|
334
|
-
1 &&
|
|
336
|
+
1 && U(
|
|
335
337
|
A,
|
|
336
338
|
"height",
|
|
337
339
|
/*tag*/
|
|
@@ -340,19 +342,19 @@ function QA(i) {
|
|
|
340
342
|
);
|
|
341
343
|
},
|
|
342
344
|
i(r) {
|
|
343
|
-
B || (
|
|
345
|
+
B || (k(u), B = !0);
|
|
344
346
|
},
|
|
345
347
|
o(r) {
|
|
346
348
|
w(u), B = !1;
|
|
347
349
|
},
|
|
348
350
|
d(r) {
|
|
349
|
-
r &&
|
|
351
|
+
r && L(A), ~m && C[m].d(), i[16](null), E = !1, T();
|
|
350
352
|
}
|
|
351
353
|
};
|
|
352
354
|
}
|
|
353
355
|
function wA(i) {
|
|
354
|
-
let A, t, e,
|
|
355
|
-
return t = new
|
|
356
|
+
let A, t, e, o, l, d, g;
|
|
357
|
+
return t = new uA({
|
|
356
358
|
props: {
|
|
357
359
|
tag: c(
|
|
358
360
|
/*tag*/
|
|
@@ -365,11 +367,11 @@ function wA(i) {
|
|
|
365
367
|
}
|
|
366
368
|
}), {
|
|
367
369
|
c() {
|
|
368
|
-
A =
|
|
370
|
+
A = P("div"), D(t.$$.fragment), _(A, "class", e = W(S(
|
|
369
371
|
"content__container",
|
|
370
372
|
/*tag*/
|
|
371
373
|
i[0].className
|
|
372
|
-
)) + " svelte-
|
|
374
|
+
)) + " svelte-elzzn6"), _(A, "data-id", o = /*tag*/
|
|
373
375
|
i[0].id), Q(
|
|
374
376
|
A,
|
|
375
377
|
"custom-tag-disable",
|
|
@@ -382,36 +384,36 @@ function wA(i) {
|
|
|
382
384
|
i[5]
|
|
383
385
|
);
|
|
384
386
|
},
|
|
385
|
-
m(s,
|
|
386
|
-
|
|
387
|
+
m(s, n) {
|
|
388
|
+
F(s, A, n), M(t, A, null), i[14](A), l = !0, d || (g = eA(
|
|
387
389
|
A,
|
|
388
390
|
"click",
|
|
389
391
|
/*click_handler*/
|
|
390
392
|
i[15]
|
|
391
393
|
), d = !0);
|
|
392
394
|
},
|
|
393
|
-
p(s,
|
|
395
|
+
p(s, n) {
|
|
394
396
|
const f = {};
|
|
395
|
-
|
|
397
|
+
n & /*tag*/
|
|
396
398
|
1 && (f.tag = c(
|
|
397
399
|
/*tag*/
|
|
398
400
|
s[0]
|
|
399
|
-
)),
|
|
401
|
+
)), n & /*rendererMap*/
|
|
400
402
|
4 && (f.rendererMap = /*rendererMap*/
|
|
401
|
-
s[2]), t.$set(f), (!
|
|
402
|
-
1 && e !== (e = S(
|
|
403
|
+
s[2]), t.$set(f), (!l || n & /*tag*/
|
|
404
|
+
1 && e !== (e = W(S(
|
|
403
405
|
"content__container",
|
|
404
406
|
/*tag*/
|
|
405
407
|
s[0].className
|
|
406
|
-
)) + " svelte-
|
|
407
|
-
1 &&
|
|
408
|
-
s[0].id)) && _(A, "data-id",
|
|
408
|
+
)) + " svelte-elzzn6")) && _(A, "class", e), (!l || n & /*tag*/
|
|
409
|
+
1 && o !== (o = /*tag*/
|
|
410
|
+
s[0].id)) && _(A, "data-id", o), (!l || n & /*tag, tag*/
|
|
409
411
|
1) && Q(
|
|
410
412
|
A,
|
|
411
413
|
"custom-tag-disable",
|
|
412
414
|
/*tag*/
|
|
413
415
|
s[0].enabled === !1
|
|
414
|
-
), (!
|
|
416
|
+
), (!l || n & /*tag, isHide*/
|
|
415
417
|
33) && Q(
|
|
416
418
|
A,
|
|
417
419
|
"custom-tag-hide",
|
|
@@ -420,19 +422,19 @@ function wA(i) {
|
|
|
420
422
|
);
|
|
421
423
|
},
|
|
422
424
|
i(s) {
|
|
423
|
-
|
|
425
|
+
l || (k(t.$$.fragment, s), l = !0);
|
|
424
426
|
},
|
|
425
427
|
o(s) {
|
|
426
|
-
w(t.$$.fragment, s),
|
|
428
|
+
w(t.$$.fragment, s), l = !1;
|
|
427
429
|
},
|
|
428
430
|
d(s) {
|
|
429
|
-
s &&
|
|
431
|
+
s && L(A), v(t), i[14](null), d = !1, g();
|
|
430
432
|
}
|
|
431
433
|
};
|
|
432
434
|
}
|
|
433
|
-
function
|
|
435
|
+
function kA(i) {
|
|
434
436
|
let A, t;
|
|
435
|
-
return A = new
|
|
437
|
+
return A = new gA({
|
|
436
438
|
props: { tag: c(
|
|
437
439
|
/*tag*/
|
|
438
440
|
i[0]
|
|
@@ -441,31 +443,31 @@ function CA(i) {
|
|
|
441
443
|
c() {
|
|
442
444
|
D(A.$$.fragment);
|
|
443
445
|
},
|
|
444
|
-
m(e,
|
|
445
|
-
|
|
446
|
+
m(e, o) {
|
|
447
|
+
M(A, e, o), t = !0;
|
|
446
448
|
},
|
|
447
|
-
p(e,
|
|
448
|
-
const
|
|
449
|
-
|
|
450
|
-
1 && (
|
|
449
|
+
p(e, o) {
|
|
450
|
+
const l = {};
|
|
451
|
+
o & /*tag*/
|
|
452
|
+
1 && (l.tag = c(
|
|
451
453
|
/*tag*/
|
|
452
454
|
e[0]
|
|
453
|
-
)), A.$set(
|
|
455
|
+
)), A.$set(l);
|
|
454
456
|
},
|
|
455
457
|
i(e) {
|
|
456
|
-
t || (
|
|
458
|
+
t || (k(A.$$.fragment, e), t = !0);
|
|
457
459
|
},
|
|
458
460
|
o(e) {
|
|
459
461
|
w(A.$$.fragment, e), t = !1;
|
|
460
462
|
},
|
|
461
463
|
d(e) {
|
|
462
|
-
|
|
464
|
+
v(A, e);
|
|
463
465
|
}
|
|
464
466
|
};
|
|
465
467
|
}
|
|
466
|
-
function
|
|
468
|
+
function CA(i) {
|
|
467
469
|
let A, t;
|
|
468
|
-
return A = new
|
|
470
|
+
return A = new mA({
|
|
469
471
|
props: { tag: c(
|
|
470
472
|
/*tag*/
|
|
471
473
|
i[0]
|
|
@@ -474,31 +476,31 @@ function kA(i) {
|
|
|
474
476
|
c() {
|
|
475
477
|
D(A.$$.fragment);
|
|
476
478
|
},
|
|
477
|
-
m(e,
|
|
478
|
-
|
|
479
|
+
m(e, o) {
|
|
480
|
+
M(A, e, o), t = !0;
|
|
479
481
|
},
|
|
480
|
-
p(e,
|
|
481
|
-
const
|
|
482
|
-
|
|
483
|
-
1 && (
|
|
482
|
+
p(e, o) {
|
|
483
|
+
const l = {};
|
|
484
|
+
o & /*tag*/
|
|
485
|
+
1 && (l.tag = c(
|
|
484
486
|
/*tag*/
|
|
485
487
|
e[0]
|
|
486
|
-
)), A.$set(
|
|
488
|
+
)), A.$set(l);
|
|
487
489
|
},
|
|
488
490
|
i(e) {
|
|
489
|
-
t || (
|
|
491
|
+
t || (k(A.$$.fragment, e), t = !0);
|
|
490
492
|
},
|
|
491
493
|
o(e) {
|
|
492
494
|
w(A.$$.fragment, e), t = !1;
|
|
493
495
|
},
|
|
494
496
|
d(e) {
|
|
495
|
-
|
|
497
|
+
v(A, e);
|
|
496
498
|
}
|
|
497
499
|
};
|
|
498
500
|
}
|
|
499
501
|
function bA(i) {
|
|
500
502
|
let A, t;
|
|
501
|
-
return A = new
|
|
503
|
+
return A = new pA({
|
|
502
504
|
props: { tag: c(
|
|
503
505
|
/*tag*/
|
|
504
506
|
i[0]
|
|
@@ -507,31 +509,31 @@ function bA(i) {
|
|
|
507
509
|
c() {
|
|
508
510
|
D(A.$$.fragment);
|
|
509
511
|
},
|
|
510
|
-
m(e,
|
|
511
|
-
|
|
512
|
+
m(e, o) {
|
|
513
|
+
M(A, e, o), t = !0;
|
|
512
514
|
},
|
|
513
|
-
p(e,
|
|
514
|
-
const
|
|
515
|
-
|
|
516
|
-
1 && (
|
|
515
|
+
p(e, o) {
|
|
516
|
+
const l = {};
|
|
517
|
+
o & /*tag*/
|
|
518
|
+
1 && (l.tag = c(
|
|
517
519
|
/*tag*/
|
|
518
520
|
e[0]
|
|
519
|
-
)), A.$set(
|
|
521
|
+
)), A.$set(l);
|
|
520
522
|
},
|
|
521
523
|
i(e) {
|
|
522
|
-
t || (
|
|
524
|
+
t || (k(A.$$.fragment, e), t = !0);
|
|
523
525
|
},
|
|
524
526
|
o(e) {
|
|
525
527
|
w(A.$$.fragment, e), t = !1;
|
|
526
528
|
},
|
|
527
529
|
d(e) {
|
|
528
|
-
|
|
530
|
+
v(A, e);
|
|
529
531
|
}
|
|
530
532
|
};
|
|
531
533
|
}
|
|
532
534
|
function hA(i) {
|
|
533
535
|
let A, t;
|
|
534
|
-
return A = new
|
|
536
|
+
return A = new sA({
|
|
535
537
|
props: { tag: c(
|
|
536
538
|
/*tag*/
|
|
537
539
|
i[0]
|
|
@@ -540,31 +542,31 @@ function hA(i) {
|
|
|
540
542
|
c() {
|
|
541
543
|
D(A.$$.fragment);
|
|
542
544
|
},
|
|
543
|
-
m(e,
|
|
544
|
-
|
|
545
|
+
m(e, o) {
|
|
546
|
+
M(A, e, o), t = !0;
|
|
545
547
|
},
|
|
546
|
-
p(e,
|
|
547
|
-
const
|
|
548
|
-
|
|
549
|
-
1 && (
|
|
548
|
+
p(e, o) {
|
|
549
|
+
const l = {};
|
|
550
|
+
o & /*tag*/
|
|
551
|
+
1 && (l.tag = c(
|
|
550
552
|
/*tag*/
|
|
551
553
|
e[0]
|
|
552
|
-
)), A.$set(
|
|
554
|
+
)), A.$set(l);
|
|
553
555
|
},
|
|
554
556
|
i(e) {
|
|
555
|
-
t || (
|
|
557
|
+
t || (k(A.$$.fragment, e), t = !0);
|
|
556
558
|
},
|
|
557
559
|
o(e) {
|
|
558
560
|
w(A.$$.fragment, e), t = !1;
|
|
559
561
|
},
|
|
560
562
|
d(e) {
|
|
561
|
-
|
|
563
|
+
v(A, e);
|
|
562
564
|
}
|
|
563
565
|
};
|
|
564
566
|
}
|
|
565
567
|
function DA(i) {
|
|
566
568
|
let A, t;
|
|
567
|
-
return A = new
|
|
569
|
+
return A = new fA({
|
|
568
570
|
props: { tag: c(
|
|
569
571
|
/*tag*/
|
|
570
572
|
i[0]
|
|
@@ -573,31 +575,31 @@ function DA(i) {
|
|
|
573
575
|
c() {
|
|
574
576
|
D(A.$$.fragment);
|
|
575
577
|
},
|
|
576
|
-
m(e,
|
|
577
|
-
|
|
578
|
+
m(e, o) {
|
|
579
|
+
M(A, e, o), t = !0;
|
|
578
580
|
},
|
|
579
|
-
p(e,
|
|
580
|
-
const
|
|
581
|
-
|
|
582
|
-
1 && (
|
|
581
|
+
p(e, o) {
|
|
582
|
+
const l = {};
|
|
583
|
+
o & /*tag*/
|
|
584
|
+
1 && (l.tag = c(
|
|
583
585
|
/*tag*/
|
|
584
586
|
e[0]
|
|
585
|
-
)), A.$set(
|
|
587
|
+
)), A.$set(l);
|
|
586
588
|
},
|
|
587
589
|
i(e) {
|
|
588
|
-
t || (
|
|
590
|
+
t || (k(A.$$.fragment, e), t = !0);
|
|
589
591
|
},
|
|
590
592
|
o(e) {
|
|
591
593
|
w(A.$$.fragment, e), t = !1;
|
|
592
594
|
},
|
|
593
595
|
d(e) {
|
|
594
|
-
|
|
596
|
+
v(A, e);
|
|
595
597
|
}
|
|
596
598
|
};
|
|
597
599
|
}
|
|
598
|
-
function
|
|
600
|
+
function MA(i) {
|
|
599
601
|
let A, t;
|
|
600
|
-
return A = new
|
|
602
|
+
return A = new aA({
|
|
601
603
|
props: { tag: c(
|
|
602
604
|
/*tag*/
|
|
603
605
|
i[0]
|
|
@@ -606,29 +608,29 @@ function vA(i) {
|
|
|
606
608
|
c() {
|
|
607
609
|
D(A.$$.fragment);
|
|
608
610
|
},
|
|
609
|
-
m(e,
|
|
610
|
-
|
|
611
|
+
m(e, o) {
|
|
612
|
+
M(A, e, o), t = !0;
|
|
611
613
|
},
|
|
612
|
-
p(e,
|
|
613
|
-
const
|
|
614
|
-
|
|
615
|
-
1 && (
|
|
614
|
+
p(e, o) {
|
|
615
|
+
const l = {};
|
|
616
|
+
o & /*tag*/
|
|
617
|
+
1 && (l.tag = c(
|
|
616
618
|
/*tag*/
|
|
617
619
|
e[0]
|
|
618
|
-
)), A.$set(
|
|
620
|
+
)), A.$set(l);
|
|
619
621
|
},
|
|
620
622
|
i(e) {
|
|
621
|
-
t || (
|
|
623
|
+
t || (k(A.$$.fragment, e), t = !0);
|
|
622
624
|
},
|
|
623
625
|
o(e) {
|
|
624
626
|
w(A.$$.fragment, e), t = !1;
|
|
625
627
|
},
|
|
626
628
|
d(e) {
|
|
627
|
-
|
|
629
|
+
v(A, e);
|
|
628
630
|
}
|
|
629
631
|
};
|
|
630
632
|
}
|
|
631
|
-
function
|
|
633
|
+
function vA(i) {
|
|
632
634
|
let A, t;
|
|
633
635
|
return A = new lA({
|
|
634
636
|
props: { tag: c(
|
|
@@ -639,105 +641,107 @@ function MA(i) {
|
|
|
639
641
|
c() {
|
|
640
642
|
D(A.$$.fragment);
|
|
641
643
|
},
|
|
642
|
-
m(e,
|
|
643
|
-
|
|
644
|
+
m(e, o) {
|
|
645
|
+
M(A, e, o), t = !0;
|
|
644
646
|
},
|
|
645
|
-
p(e,
|
|
646
|
-
const
|
|
647
|
-
|
|
648
|
-
1 && (
|
|
647
|
+
p(e, o) {
|
|
648
|
+
const l = {};
|
|
649
|
+
o & /*tag*/
|
|
650
|
+
1 && (l.tag = c(
|
|
649
651
|
/*tag*/
|
|
650
652
|
e[0]
|
|
651
|
-
)), A.$set(
|
|
653
|
+
)), A.$set(l);
|
|
652
654
|
},
|
|
653
655
|
i(e) {
|
|
654
|
-
t || (
|
|
656
|
+
t || (k(A.$$.fragment, e), t = !0);
|
|
655
657
|
},
|
|
656
658
|
o(e) {
|
|
657
659
|
w(A.$$.fragment, e), t = !1;
|
|
658
660
|
},
|
|
659
661
|
d(e) {
|
|
660
|
-
|
|
662
|
+
v(A, e);
|
|
661
663
|
}
|
|
662
664
|
};
|
|
663
665
|
}
|
|
664
666
|
function EA(i) {
|
|
665
|
-
let A, t, e,
|
|
667
|
+
let A, t, e, o, l;
|
|
666
668
|
const d = [wA, QA, _A], g = [];
|
|
667
|
-
function s(
|
|
669
|
+
function s(n, f) {
|
|
668
670
|
return f & /*tag, rendererMap*/
|
|
669
671
|
5 && (A = null), A == null && (A = !!/*tag*/
|
|
670
|
-
(
|
|
671
|
-
|
|
672
|
+
(n[0].element || /*rendererMap*/
|
|
673
|
+
n[2].has(
|
|
672
674
|
/*tag*/
|
|
673
|
-
|
|
675
|
+
n[0].contentType
|
|
674
676
|
))), A ? 0 : (
|
|
675
677
|
/*haveContent*/
|
|
676
|
-
|
|
678
|
+
n[4] ? 1 : 2
|
|
677
679
|
);
|
|
678
680
|
}
|
|
679
681
|
return t = s(i, -1), e = g[t] = d[t](i), {
|
|
680
682
|
c() {
|
|
681
|
-
e.c(),
|
|
683
|
+
e.c(), o = rA();
|
|
682
684
|
},
|
|
683
|
-
m(
|
|
684
|
-
g[t].m(
|
|
685
|
+
m(n, f) {
|
|
686
|
+
g[t].m(n, f), F(n, o, f), l = !0;
|
|
685
687
|
},
|
|
686
|
-
p(
|
|
688
|
+
p(n, [f]) {
|
|
687
689
|
let m = t;
|
|
688
|
-
t = s(
|
|
690
|
+
t = s(n, f), t === m ? g[t].p(n, f) : (AA(), w(g[m], 1, 1, () => {
|
|
689
691
|
g[m] = null;
|
|
690
|
-
}), $(), e = g[t], e ? e.p(
|
|
692
|
+
}), $(), e = g[t], e ? e.p(n, f) : (e = g[t] = d[t](n), e.c()), k(e, 1), e.m(o.parentNode, o));
|
|
691
693
|
},
|
|
692
|
-
i(
|
|
693
|
-
|
|
694
|
+
i(n) {
|
|
695
|
+
l || (k(e), l = !0);
|
|
694
696
|
},
|
|
695
|
-
o(
|
|
696
|
-
w(e),
|
|
697
|
+
o(n) {
|
|
698
|
+
w(e), l = !1;
|
|
697
699
|
},
|
|
698
|
-
d(
|
|
699
|
-
g[t].d(
|
|
700
|
+
d(n) {
|
|
701
|
+
g[t].d(n), n && L(o);
|
|
700
702
|
}
|
|
701
703
|
};
|
|
702
704
|
}
|
|
703
705
|
function TA(i, A, t) {
|
|
704
|
-
let e,
|
|
706
|
+
let e, o, l, d, g, s, { tag: n } = A, { hooks: f } = A, { rendererMap: m = /* @__PURE__ */ new Map() } = A, { contentTypeMap: u = /* @__PURE__ */ new Map() } = A, { state: b } = A, { mediaStore: h } = A, { temporaryState: B } = A;
|
|
705
707
|
q("hooks", f), q("mediaStore", h);
|
|
706
708
|
let E, T;
|
|
707
|
-
function
|
|
708
|
-
|
|
709
|
+
function Y(a) {
|
|
710
|
+
a ? f.emit("exposure", { id: d, type: "start" }) : f.emit("exposure", { id: d, type: "end" });
|
|
709
711
|
}
|
|
710
|
-
function
|
|
711
|
-
var
|
|
712
|
-
return !(!
|
|
712
|
+
function C(a, z, H) {
|
|
713
|
+
var G, I;
|
|
714
|
+
return !(!z.visible || !z.enabled || !H.visible || !((G = a.state) != null && G.visible) || ((I = a.temporaryState) == null ? void 0 : I.visible) === !1 || a instanceof cA && a.loading);
|
|
713
715
|
}
|
|
714
|
-
function
|
|
715
|
-
X[
|
|
716
|
-
|
|
716
|
+
function J(a) {
|
|
717
|
+
X[a ? "unshift" : "push"](() => {
|
|
718
|
+
n.contentDom = a, t(0, n);
|
|
717
719
|
});
|
|
718
720
|
}
|
|
719
|
-
const r = (
|
|
720
|
-
function p(
|
|
721
|
-
X[
|
|
722
|
-
|
|
721
|
+
const r = (a) => f.emit("click", { event: a, target: "TagContent", tag: n });
|
|
722
|
+
function p(a) {
|
|
723
|
+
X[a ? "unshift" : "push"](() => {
|
|
724
|
+
n.contentDom = a, t(0, n);
|
|
723
725
|
});
|
|
724
726
|
}
|
|
725
|
-
const y = (
|
|
726
|
-
|
|
727
|
-
|
|
727
|
+
const y = (a) => {
|
|
728
|
+
n.entryFromModel && dA(n.five.state.mode) ? (a.stopPropagation(), n.find({ targetMode: "Panorama" })) : f.emit("click", { event: a, target: "TagContent", tag: n });
|
|
729
|
+
};
|
|
730
|
+
return i.$$set = (a) => {
|
|
731
|
+
"tag" in a && t(0, n = a.tag), "hooks" in a && t(1, f = a.hooks), "rendererMap" in a && t(2, m = a.rendererMap), "contentTypeMap" in a && t(3, u = a.contentTypeMap), "state" in a && t(6, b = a.state), "mediaStore" in a && t(7, h = a.mediaStore), "temporaryState" in a && t(8, B = a.temporaryState);
|
|
728
732
|
}, i.$$.update = () => {
|
|
729
|
-
var
|
|
733
|
+
var a, z, H, G, I, O, V, Z, K, N, R;
|
|
730
734
|
i.$$.dirty & /*tag*/
|
|
731
|
-
1 && t(12, e = (
|
|
732
|
-
1 && t(11,
|
|
733
|
-
321 && t(13,
|
|
734
|
-
1 && (d =
|
|
735
|
-
321 && t(5, g = !
|
|
736
|
-
8192 &&
|
|
737
|
-
7681 &&
|
|
738
|
-
1 && t(4, s = (() => !(typeof
|
|
735
|
+
1 && t(12, e = (a = n.state) == null ? void 0 : a.unfolded), i.$$.dirty & /*tag*/
|
|
736
|
+
1 && t(11, o = (z = n.state) == null ? void 0 : z.visible), i.$$.dirty & /*state, temporaryState, tag*/
|
|
737
|
+
321 && t(13, l = b.visible && B.visible && ((H = n.state) == null ? void 0 : H.visible)), i.$$.dirty & /*tag*/
|
|
738
|
+
1 && (d = n.id), i.$$.dirty & /*tag, state, temporaryState*/
|
|
739
|
+
321 && t(5, g = !C(n, b, B)), i.$$.dirty & /*isVisible*/
|
|
740
|
+
8192 && Y(l), i.$$.dirty & /*tag, unfolded, lastUnfoldedState, visible, lastVisibleState*/
|
|
741
|
+
7681 && n.hooks && (e !== void 0 && e !== T && (t(10, T = e), e ? (I = (G = n.hooks).emit) == null || I.call(G, "unfolded") : (V = n == null ? void 0 : (O = n.hooks).emit) == null || V.call(O, "folded")), o !== void 0 && o !== E && (t(9, E = o), o ? (K = (Z = n.hooks).emit) == null || K.call(Z, "show") : (R = (N = n.hooks).emit) == null || R.call(N, "hide"))), i.$$.dirty & /*tag*/
|
|
742
|
+
1 && t(4, s = (() => !(typeof n.config.unfoldedConfig == "object" && n.config.unfoldedConfig.keep === "folded"))());
|
|
739
743
|
}, [
|
|
740
|
-
|
|
744
|
+
n,
|
|
741
745
|
f,
|
|
742
746
|
m,
|
|
743
747
|
u,
|
|
@@ -748,16 +752,16 @@ function TA(i, A, t) {
|
|
|
748
752
|
B,
|
|
749
753
|
E,
|
|
750
754
|
T,
|
|
751
|
-
|
|
755
|
+
o,
|
|
752
756
|
e,
|
|
753
|
-
|
|
754
|
-
|
|
757
|
+
l,
|
|
758
|
+
J,
|
|
755
759
|
r,
|
|
756
760
|
p,
|
|
757
761
|
y
|
|
758
762
|
];
|
|
759
763
|
}
|
|
760
|
-
class
|
|
764
|
+
class $t extends tA {
|
|
761
765
|
constructor(A) {
|
|
762
766
|
super(), iA(
|
|
763
767
|
this,
|
|
@@ -779,5 +783,5 @@ class Ai extends tA {
|
|
|
779
783
|
}
|
|
780
784
|
}
|
|
781
785
|
export {
|
|
782
|
-
|
|
786
|
+
$t as default
|
|
783
787
|
};
|