@realsee/dnalogel 2.1.2-alpha.0 → 2.1.2-alpha.10
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/README.md +3 -12
- package/dist/CSS3DRenderPlugin/index..js +88 -0
- package/dist/CSS3DRenderPlugin/index.cjs.js +1 -0
- package/dist/CameraMovementPlugin/index..js +11 -0
- package/dist/CameraMovementPlugin/index.cjs.js +1 -0
- package/dist/CruisePlugin/index..js +527 -0
- package/dist/CruisePlugin/index.cjs.js +1 -0
- package/dist/GuideLinePlugin/index..js +214 -0
- package/dist/GuideLinePlugin/index.cjs.js +1 -0
- package/dist/ItemLabelPlugin/index..js +508 -0
- package/dist/ItemLabelPlugin/index.cjs.js +10 -0
- package/dist/ModelChassisCompassPlugin/index..js +9 -0
- package/dist/ModelChassisCompassPlugin/index.cjs.js +1 -0
- package/dist/ModelEntryDoorGuidePlugin/index..js +9 -0
- package/dist/ModelEntryDoorGuidePlugin/index.cjs.js +1 -0
- package/dist/ModelItemLabelPlugin/index..js +334 -0
- package/dist/ModelItemLabelPlugin/index.cjs.js +10 -0
- package/dist/ModelRoomLabelPlugin/index..js +274 -0
- package/dist/ModelRoomLabelPlugin/index.cjs.js +1 -0
- package/dist/ModelTVVideoPlugin/index..js +12 -0
- package/dist/ModelTVVideoPlugin/index.cjs.js +1 -0
- package/dist/ModelViewPlugin/index..js +8 -0
- package/dist/ModelViewPlugin/index.cjs.js +1 -0
- package/dist/Object3DHelperPlugin/index..js +1414 -0
- package/dist/Object3DHelperPlugin/index.cjs.js +1 -0
- package/dist/PanoCompassPlugin/index..js +258 -0
- package/dist/PanoCompassPlugin/index.cjs.js +1 -0
- package/dist/PanoCursorRaycasterPlugin/index..js +63 -0
- package/dist/PanoCursorRaycasterPlugin/index.cjs.js +1 -0
- package/dist/PanoDoorLabelPlugin/index..js +340 -0
- package/dist/PanoDoorLabelPlugin/index.cjs.js +1 -0
- package/dist/PanoMeasurePlugin/index..js +15 -0
- package/dist/PanoMeasurePlugin/index.cjs.js +1 -0
- package/dist/PanoRulerPlugin/index..js +9 -0
- package/dist/PanoRulerPlugin/index.cjs.js +1 -0
- package/dist/PanoRulerProPlugin/index..js +395 -0
- package/dist/PanoRulerProPlugin/index.cjs.js +1 -0
- package/dist/PanoSpatialTagPlugin/index..js +15 -0
- package/dist/PanoSpatialTagPlugin/index.cjs.js +1 -0
- package/dist/PanoTagPlugin/index..js +4522 -0
- package/dist/PanoTagPlugin/index.cjs.js +17 -0
- package/dist/chunks/cjs/BasePlugin.57e5204f.cjs.js +1 -0
- package/dist/chunks/cjs/BasePluginWithData.0a28882d.cjs.js +1 -0
- package/dist/chunks/cjs/CSS3DRender.15349564.cjs.js +1 -0
- package/dist/chunks/cjs/CameraMovementPlugin.2b342576.cjs.js +1 -0
- package/dist/chunks/cjs/Plugin.5f616fb3.cjs.js +1 -0
- package/dist/chunks/cjs/Plugin.609da4aa.cjs.js +94 -0
- package/dist/chunks/cjs/Plugin.67936d0e.cjs.js +16 -0
- package/dist/chunks/cjs/Plugin.8a110c53.cjs.js +1 -0
- package/dist/chunks/cjs/Plugin.9971108a.cjs.js +1 -0
- package/dist/chunks/cjs/Plugin.fd42bf8a.cjs.js +1 -0
- package/dist/chunks/cjs/Subscribe.5398d5c6.cjs.js +1 -0
- package/dist/chunks/cjs/changeModelCanvasOpacity.8d84f111.cjs.js +1 -0
- package/dist/chunks/cjs/correctFiveState.4c8472bd.cjs.js +1 -0
- package/dist/chunks/cjs/debounce.93dfb637.cjs.js +1 -0
- package/dist/chunks/cjs/equal.e9fcbd4e.cjs.js +1 -0
- package/dist/chunks/cjs/filter.cf9ebbb3.cjs.js +1 -0
- package/dist/chunks/cjs/formatData.81e95011.cjs.js +10 -0
- package/dist/chunks/cjs/index.30b7baeb.cjs.js +101 -0
- package/dist/chunks/cjs/index.686e84d1.cjs.js +290 -0
- package/dist/chunks/cjs/index.7d2010ce.cjs.js +1 -0
- package/dist/chunks/cjs/isNil.b3a58990.cjs.js +1 -0
- package/dist/chunks/cjs/planimetry.7fce816a.cjs.js +1 -0
- package/dist/chunks/cjs/throttle.86c209eb.cjs.js +1 -0
- package/dist/chunks/cjs/transfromToMeshBasicMaterial.9db6d46a.cjs.js +1 -0
- package/dist/chunks/cjs/uuid.29ed9c88.cjs.js +1 -0
- package/dist/chunks/es/BasePlugin.813e25f7.es.js +18 -0
- package/dist/chunks/es/BasePluginWithData.4bf4e649.es.js +6 -0
- package/dist/chunks/es/CSS3DRender.5652510e.es.js +393 -0
- package/dist/chunks/es/CameraMovementPlugin.4a7c3e46.es.js +120 -0
- package/dist/chunks/es/Plugin.26c2df05.es.js +106 -0
- package/dist/chunks/es/Plugin.435485ed.es.js +584 -0
- package/dist/chunks/es/Plugin.a98418f0.es.js +82 -0
- package/dist/chunks/es/Plugin.ae4ee6f8.es.js +82 -0
- package/dist/chunks/es/Plugin.dd11e0ad.es.js +180 -0
- package/dist/chunks/es/Plugin.f4cf895f.es.js +355 -0
- package/dist/chunks/es/Subscribe.c73e0f91.es.js +50 -0
- package/dist/chunks/es/changeModelCanvasOpacity.45ef9fd6.es.js +1551 -0
- package/dist/chunks/es/correctFiveState.e7feab9f.es.js +66 -0
- package/dist/chunks/es/debounce.ef83f417.es.js +11 -0
- package/dist/chunks/es/equal.7db4a6f7.es.js +56 -0
- package/dist/chunks/es/filter.97ec06c4.es.js +12 -0
- package/dist/chunks/es/formatData.a2b39ef9.es.js +483 -0
- package/dist/chunks/es/index.a273f06e.es.js +532 -0
- package/dist/chunks/es/index.b8fdb59b.es.js +50 -0
- package/dist/chunks/es/index.f74f4851.es.js +1787 -0
- package/dist/chunks/es/isNil.212842d9.es.js +10 -0
- package/dist/chunks/es/planimetry.b0b4a28d.es.js +43 -0
- package/dist/chunks/es/throttle.db66bac3.es.js +11 -0
- package/dist/chunks/es/transfromToMeshBasicMaterial.849ee069.es.js +24 -0
- package/dist/chunks/es/uuid.676cb2c8.es.js +9 -0
- package/dist/components/PaintBrush/index..js +6 -0
- package/dist/components/PaintBrush/index.cjs.js +1 -0
- package/dist/components/index..js +7 -0
- package/dist/components/index.cjs.js +1 -0
- package/dist/floorplan/MapviewFloorplanPlugin/index..js +324 -0
- package/dist/floorplan/MapviewFloorplanPlugin/index.cjs.js +1 -0
- package/dist/floorplan/ModelFloorplanPlugin/index..js +320 -0
- package/dist/floorplan/ModelFloorplanPlugin/index.cjs.js +1 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/index..js +613 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/index.cjs.js +1 -0
- package/dist/floorplan/TopviewFloorplanPlugin/index..js +277 -0
- package/dist/floorplan/TopviewFloorplanPlugin/index.cjs.js +1 -0
- package/dist/index..js +530 -0
- package/dist/index.cjs.js +3 -543
- package/docs/classes/CruisePluginController.html +24 -24
- package/docs/classes/Magnifier.html +16 -16
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +24 -24
- package/docs/classes/PaintBrush.html +15 -15
- package/docs/classes/PanoTagPluginController.html +39 -39
- package/docs/classes/Util.BetterTween.html +8 -8
- package/docs/classes/Util.FivePointSelector.html +12 -12
- package/docs/classes/Util.Interval.html +12 -12
- package/docs/classes/Util.Magnifier.html +17 -17
- package/docs/classes/Util.PointDomHelper.html +11 -11
- package/docs/classes/Util.PointHelper.html +11 -11
- package/docs/classes/Util.Rectangle.html +13 -13
- package/docs/enums/CameraMovementEffect.html +7 -7
- package/docs/enums/ContentType.html +12 -12
- package/docs/enums/DIRECTION.html +9 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/DimensionType.html +7 -7
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/LinkType.html +7 -7
- package/docs/enums/PaintBrushTypeEnum.html +8 -8
- package/docs/enums/PointType.html +7 -7
- package/docs/enums/Rotation.html +8 -8
- package/docs/functions/CSS3DRenderPlugin.html +4 -4
- package/docs/functions/CameraMovementPlugin.html +4 -4
- package/docs/functions/CruisePlugin.html +4 -4
- package/docs/functions/GuideLinePlugin.html +5 -5
- package/docs/functions/ItemLabelPlugin.html +4 -4
- package/docs/functions/MapviewFloorplanPlugin.html +4 -4
- package/docs/functions/ModelChassisCompassPlugin.html +4 -4
- package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -4
- package/docs/functions/ModelFloorplanPlugin.html +4 -4
- package/docs/functions/ModelItemLabelPlugin.html +4 -4
- package/docs/functions/ModelRoomLabelPlugin.html +4 -4
- package/docs/functions/ModelTVVideoPlugin.html +4 -4
- package/docs/functions/ModelViewPlugin.html +4 -4
- package/docs/functions/Object3DHelperPlugin.html +4 -4
- package/docs/functions/PanoCompassPlugin.html +4 -4
- package/docs/functions/PanoCursorRaycasterPlugin.html +4 -4
- package/docs/functions/PanoDoorLabelPlugin.html +4 -4
- package/docs/functions/PanoFloorplanRadarPlugin.html +4 -4
- package/docs/functions/PanoMeasurePlugin.html +4 -4
- package/docs/functions/PanoRulerPlugin.html +4 -4
- package/docs/functions/PanoRulerProPlugin.html +4 -4
- package/docs/functions/PanoSpatialTagPlugin.html +4 -4
- package/docs/functions/PanoTagPlugin.html +4 -4
- package/docs/functions/TopviewFloorplanPlugin.html +4 -4
- package/docs/functions/Util.getCoordsFromClient.html +5 -5
- package/docs/functions/Util.getCoordsFromElement.html +5 -5
- package/docs/functions/Util.getFrameTime.html +5 -5
- package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
- package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
- package/docs/functions/Util.isNil.html +5 -5
- package/docs/functions/Util.nextFrame.html +5 -5
- package/docs/functions/Util.notNil.html +5 -5
- package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
- package/docs/functions/Util.tweenProgress.html +5 -5
- package/docs/functions/pluginFlag.html +5 -5
- package/docs/index.html +6 -11
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
- package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
- package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
- package/docs/interfaces/ContentTypeMap.html +12 -12
- package/docs/interfaces/FloorplanBounding.html +8 -8
- package/docs/interfaces/FloorplanData.html +10 -10
- package/docs/interfaces/FloorplanEntrance.html +11 -11
- package/docs/interfaces/FloorplanExtraObject.html +10 -10
- package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
- package/docs/interfaces/FloorplanFloorData.html +9 -9
- package/docs/interfaces/FloorplanImagePosition.html +7 -7
- package/docs/interfaces/FloorplanObserver.html +9 -9
- package/docs/interfaces/FloorplanOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanPosition.html +7 -7
- package/docs/interfaces/FloorplanRoomItem.html +13 -13
- package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
- package/docs/interfaces/FloorplanServerBounding.html +8 -8
- package/docs/interfaces/FloorplanServerComputedData.html +10 -10
- package/docs/interfaces/FloorplanServerData.html +7 -7
- package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
- package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
- package/docs/interfaces/FloorplanServerEntrance.html +11 -11
- package/docs/interfaces/FloorplanServerFloorData.html +9 -9
- package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
- package/docs/interfaces/FloorplanServerObserver.html +9 -9
- package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanServerPosition.html +7 -7
- package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
- package/docs/interfaces/ItemLabelPluginData.html +6 -6
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
- package/docs/interfaces/LineJson.html +7 -7
- package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
- package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
- package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
- package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
- package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
- package/docs/interfaces/ModelViewPluginExportType.html +8 -8
- package/docs/interfaces/Object3DHelperState.html +8 -8
- package/docs/interfaces/OpenParameter.html +7 -7
- package/docs/interfaces/PaintBrushAction.html +12 -12
- package/docs/interfaces/PaintBrushConfigs.html +12 -12
- package/docs/interfaces/PaintBrushState.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -5
- package/docs/interfaces/PanoMeasureParameterType.html +11 -11
- package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
- package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
- package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
- package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
- package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
- package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
- package/docs/interfaces/PanoRulerProPluginState.html +8 -8
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -5
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
- package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
- package/docs/interfaces/Point.html +8 -8
- package/docs/interfaces/PointJson.html +8 -8
- package/docs/interfaces/Room.html +9 -9
- package/docs/interfaces/RoomInfo.html +7 -7
- package/docs/interfaces/RoomLabel.html +14 -14
- package/docs/interfaces/RoomRules.html +5 -5
- package/docs/interfaces/Rooms.html +5 -5
- package/docs/interfaces/Scissor.html +9 -9
- package/docs/interfaces/TagConfig.html +10 -10
- package/docs/interfaces/Tags.html +9 -9
- package/docs/interfaces/Util.MagnifierParameter.html +11 -11
- package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
- package/docs/modules/Util.html +5 -5
- package/docs/modules.html +4 -4
- package/docs/types/ArrayPosition.html +5 -5
- package/docs/types/CSS3DRenderExportType.html +5 -5
- package/docs/types/CSS3DRenderPluginExportType.html +5 -5
- package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
- package/docs/types/Color.html +5 -5
- package/docs/types/ContentTypeConfigKey.html +5 -5
- package/docs/types/ContentTypeConfigKeyArray.html +5 -5
- package/docs/types/Create3DDomContainerReturnType.html +5 -5
- package/docs/types/Create3DElementReturnType.html +5 -5
- package/docs/types/CruisePluginExportType.html +5 -5
- package/docs/types/Direction-1.html +5 -5
- package/docs/types/Direction4.html +5 -5
- package/docs/types/FloorplanRuleLabels.html +5 -5
- package/docs/types/FloorplanServerRuleLabels.html +5 -5
- package/docs/types/GuideLinePluginExportType.html +5 -5
- package/docs/types/HelperEventMap.html +5 -5
- package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
- package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
- package/docs/types/MediaData.html +5 -5
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
- package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
- package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
- package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
- package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
- package/docs/types/MoveArgs.html +5 -5
- package/docs/types/MoveOpts.html +5 -5
- package/docs/types/Object3DHelperEventMap.html +5 -5
- package/docs/types/ObjectFit.html +5 -5
- package/docs/types/PaintBrushEventMap.html +5 -5
- package/docs/types/PanoCompassPluginData.html +5 -5
- package/docs/types/PanoCompassPluginExportType.html +5 -5
- package/docs/types/PanoCompassPluginParameterType.html +5 -5
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
- package/docs/types/PanoMeasurePluginEvent.html +5 -5
- package/docs/types/PanoMeasureReturnType.html +5 -5
- package/docs/types/PanoSpatialTagPluginId.html +5 -5
- package/docs/types/PanoTagPluginExportInterface.html +5 -5
- package/docs/types/PanoTagPluginParamsInterface.html +5 -5
- package/docs/types/PlaneTag.html +5 -5
- package/docs/types/PointTag.html +5 -5
- package/docs/types/Position.html +5 -5
- package/docs/types/RotateArgs.html +5 -5
- package/docs/types/RotateOpts.html +5 -5
- package/docs/types/RuleLabelsKey.html +5 -5
- package/docs/types/RuleLabelsValue.html +5 -5
- package/docs/types/Tag.html +5 -5
- package/docs/types/Tag2D.html +5 -5
- package/docs/types/Tag3D.html +5 -5
- package/docs/types/TagId.html +5 -5
- package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
- package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
- package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
- package/docs/variables/PLUGIN.html +5 -5
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
- package/docs/variables/ROOM_TYPE_MAP.html +5 -5
- package/docs/variables/VERSION.html +5 -5
- package/docs/variables/itemLabelPluginServerParams.html +5 -5
- package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
- package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
- package/libs/CSS3DRenderPlugin/CSS3DRender.js +1 -5
- package/libs/CSS3DRenderPlugin/Controller.js +6 -7
- package/libs/CSS3DRenderPlugin/index.js +3 -4
- package/libs/CSS3DRenderPlugin/typing.js +1 -0
- package/libs/CSS3DRenderPlugin/utils/CSS3DObjectPlus.js +1 -3
- package/libs/CSS3DRenderPlugin/utils/index.js +1 -0
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +1 -2
- package/libs/CSS3DRenderPlugin/utils/random.js +1 -0
- package/libs/CameraMovementPlugin/CameraMovementPlugin.js +16 -17
- package/libs/CameraMovementPlugin/index.js +3 -0
- package/libs/CruisePlugin/Controller.js +4 -4
- package/libs/CruisePlugin/index.js +3 -6
- package/libs/CruisePlugin/utils/linerValue.js +4 -4
- package/libs/GuideLinePlugin/Controller.js +3 -4
- package/libs/GuideLinePlugin/index.js +3 -4
- package/libs/GuideLinePlugin/utils/getLineGeometries.js +1 -1
- package/libs/ItemLabelPlugin/ItemLabelComponent.js +34 -32
- package/libs/ItemLabelPlugin/Plugin.js +5 -6
- package/libs/ModelChassisCompassPlugin/Plugin.js +3 -4
- package/libs/ModelChassisCompassPlugin/index.js +2 -0
- package/libs/ModelEntryDoorGuidePlugin/Plugin.js +22 -23
- package/libs/ModelEntryDoorGuidePlugin/index.js +2 -0
- package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +4 -3
- package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +5 -6
- package/libs/ModelItemLabelPlugin/events.type.js +1 -0
- package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +11 -10
- package/libs/ModelRoomLabelPlugin/index.js +0 -1
- package/libs/ModelTVVideoPlugin/Plugin.js +1 -2
- package/libs/ModelTVVideoPlugin/index.js +2 -0
- package/libs/ModelViewPlugin/Plugin.js +1 -2
- package/libs/ModelViewPlugin/index.js +2 -0
- package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +6 -7
- package/libs/Object3DHelperPlugin/index.js +1 -6
- package/libs/PanoCompassPlugin/index.js +3 -4
- package/libs/PanoCursorRaycasterPlugin/index.js +7 -8
- package/libs/PanoDoorLabelPlugin/index.js +1 -2
- package/libs/PanoMeasurePlugin/Controller/BaseController.js +3 -3
- package/libs/PanoMeasurePlugin/Controller/EditController.js +5 -5
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +17 -17
- package/libs/PanoMeasurePlugin/Controller/ViewController.js +3 -3
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +9 -9
- package/libs/PanoMeasurePlugin/Controller/index.js +8 -8
- package/libs/PanoMeasurePlugin/Model/index.js +3 -3
- package/libs/PanoMeasurePlugin/Model/line.js +11 -11
- package/libs/PanoMeasurePlugin/Model/point.js +7 -7
- package/libs/PanoMeasurePlugin/Model/polyline.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +4 -4
- package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +3 -3
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +30 -30
- package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +2 -2
- package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +2 -2
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +3 -3
- package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/rangePiece/html.js +3 -4
- package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +5 -5
- package/libs/PanoMeasurePlugin/index.js +3 -4
- package/libs/PanoMeasurePlugin/utils/calculateThreeMouse.js +1 -1
- package/libs/PanoMeasurePlugin/utils/distanceDom.js +1 -1
- package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +2 -2
- package/libs/PanoMeasurePlugin/utils/isNDCPointInScreen.js +3 -3
- package/libs/PanoMeasurePlugin/utils/line.js +0 -1
- package/libs/PanoMeasurePlugin/utils/math.js +1 -2
- package/libs/PanoMeasurePlugin/utils/ndc2Screen.js +2 -2
- package/libs/PanoRulerPlugin/Plugin.js +2 -3
- package/libs/PanoRulerPlugin/index.js +2 -0
- package/libs/PanoRulerPlugin/style.js +1 -1
- package/libs/PanoRulerProPlugin/Controller.js +15 -15
- package/libs/PanoRulerProPlugin/RulerItems.js +7 -4
- package/libs/PanoRulerProPlugin/index.js +3 -4
- package/libs/PanoSpatialTagPlugin/Components/origins.js +3 -2
- package/libs/PanoSpatialTagPlugin/Components/tag.js +3 -2
- package/libs/PanoSpatialTagPlugin/Plugin.js +2 -3
- package/libs/PanoSpatialTagPlugin/index.js +6 -0
- package/libs/PanoSpatialTagPlugin/typings.js +1 -0
- package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +1 -1
- package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +1 -1
- package/libs/PanoTagPlugin/Components/Common/Media.js +43 -36
- package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +88 -78
- package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +5 -4
- package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +3 -2
- package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +30 -27
- package/libs/PanoTagPlugin/Components/Common/TextItem.js +106 -0
- package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +20 -14
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +114 -92
- package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +3 -2
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +3 -2
- package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +71 -52
- package/libs/PanoTagPlugin/Components/Tag/TextTag.js +62 -50
- package/libs/PanoTagPlugin/Components/Tag/index.js +92 -63
- package/libs/PanoTagPlugin/Components/TagContainer.js +108 -64
- package/libs/PanoTagPlugin/Components/TagWrapper.js +113 -75
- package/libs/PanoTagPlugin/controller/index.js +0 -1
- package/libs/PanoTagPlugin/index.js +3 -7
- package/libs/PanoTagPlugin/tag.config.js +1 -2
- package/libs/PanoTagPlugin/typings/controller.js +1 -0
- package/libs/PanoTagPlugin/typings/index.js +1 -0
- package/libs/PanoTagPlugin/utils/constants.js +1 -2
- package/libs/PanoTagPlugin/utils/doUtil.js +6 -6
- package/libs/PanoTagPlugin/utils/index.js +1 -0
- package/libs/components/PaintBrush/Controller.js +3 -3
- package/libs/components/PaintBrush/style.js +1 -1
- package/libs/components/PaintBrush/tween.js +4 -4
- package/libs/components/index.js +2 -0
- package/libs/floorplan/Components/Camera.js +1 -1
- package/libs/floorplan/Components/CurrentFloor.js +51 -41
- package/libs/floorplan/Components/Main.js +41 -22
- package/libs/floorplan/Components/RoomHighlight/Room.js +3 -3
- package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +3 -2
- package/libs/floorplan/Components/RoomLabels/RoomLabels.js +37 -36
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +1 -1
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +7 -7
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +3 -4
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +7 -7
- package/libs/floorplan/ModelFloorplanPlugin/index.js +2 -3
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +1 -1
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +6 -2
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +74 -65
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +2 -2
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +2 -3
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +5 -5
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +3 -4
- package/libs/floorplan/index.js +6 -0
- package/libs/floorplan/typings/floorplanData.js +1 -0
- package/libs/floorplan/utils/correctFiveState.js +19 -19
- package/libs/floorplan/utils/formatData.js +16 -16
- package/libs/floorplan/utils/formatPosition.js +7 -7
- package/libs/index.js +344 -90
- package/libs/shared-utils/Object3DHelper/Base/BaseController.js +2 -3
- package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +1 -3
- package/libs/shared-utils/Object3DHelper/Constants/color.js +0 -1
- package/libs/shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js +1 -2
- package/libs/shared-utils/Object3DHelper/Helper/index.js +3 -0
- package/libs/shared-utils/Object3DHelper/typings/Direction.js +1 -0
- package/libs/shared-utils/Object3DHelper/typings/Hooks.js +1 -0
- package/libs/shared-utils/Object3DHelper/typings/Scissor.js +1 -0
- package/libs/shared-utils/Object3DHelper/typings/index.js +1 -0
- package/libs/shared-utils/Object3DHelper/utils/filterNotColinearPoints.js +1 -0
- package/libs/shared-utils/Object3DHelper/utils/getPoint.js +1 -0
- package/libs/shared-utils/Object3DHelper/utils/index.js +1 -0
- package/libs/shared-utils/Object3DHelper/utils/normalPositionToPositions.js +1 -0
- package/libs/shared-utils/Object3DHelper/utils/object3DBoundingPosition.js +1 -0
- package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.js +1 -1
- package/libs/shared-utils/animationFrame/index.js +13 -16
- package/libs/shared-utils/animationFrame/tween.js +0 -2
- package/libs/shared-utils/changeModelCanvasOpacity.js +1 -1
- package/libs/shared-utils/createCanvasTextTexture.js +6 -6
- package/libs/shared-utils/createLine/index.js +3 -3
- package/libs/shared-utils/debounce.js +5 -5
- package/libs/shared-utils/equal.js +16 -16
- package/libs/shared-utils/filter.js +1 -1
- package/libs/shared-utils/five/changeMode.js +14 -14
- package/libs/shared-utils/getPxmm.js +7 -8
- package/libs/shared-utils/index.js +33 -29
- package/libs/shared-utils/isTruelyObject.js +1 -1
- package/libs/shared-utils/math/index.js +1 -0
- package/libs/shared-utils/math/planimetry.js +1 -6
- package/libs/shared-utils/math/rad2Deg.js +3 -3
- package/libs/shared-utils/nearlyEqual.js +3 -3
- package/libs/shared-utils/noop.js +1 -1
- package/libs/shared-utils/object3d2LocalMatrix.js +6 -7
- package/libs/shared-utils/removeArrayItem.js +5 -5
- package/libs/shared-utils/tap.js +3 -3
- package/libs/shared-utils/three/index.js +6 -0
- package/libs/shared-utils/three/transformPositionToVector3.js +2 -2
- package/libs/shared-utils/three/transfromToMeshBasicMaterial.js +12 -12
- package/libs/shared-utils/throttle.js +2 -2
- package/libs/shared-utils/tinyEJSrender.js +7 -7
- package/libs/shared-utils/to.js +14 -15
- package/libs/shared-utils/uuid.js +0 -1
- package/libs/{node_modules/.pnpm/swiper@8.4.4/node_modules → vendor}/swiper/components-shared/get-changed-params.js +0 -0
- package/libs/{node_modules/.pnpm/swiper@8.4.4/node_modules → vendor}/swiper/components-shared/get-params.js +0 -0
- package/libs/{node_modules/.pnpm/swiper@8.4.4/node_modules → vendor}/swiper/components-shared/mount-swiper.js +0 -0
- package/libs/{node_modules/.pnpm/swiper@8.4.4/node_modules → vendor}/swiper/components-shared/params-list.js +0 -0
- package/libs/{node_modules/.pnpm/swiper@8.4.4/node_modules → vendor}/swiper/components-shared/update-swiper.js +0 -0
- package/libs/{node_modules/.pnpm/swiper@8.4.4/node_modules → vendor}/swiper/components-shared/utils.js +0 -0
- package/libs/{node_modules/.pnpm/swiper@8.4.4/node_modules → vendor}/swiper/svelte/swiper-slide.js +1 -1
- package/libs/vendor/swiper/svelte/swiper-svelte.js +3 -0
- package/libs/{node_modules/.pnpm/swiper@8.4.4/node_modules → vendor}/swiper/svelte/swiper.js +1 -1
- package/package.json +19 -17
- package/dist/index.es.js +0 -16650
- package/dist/index.js +0 -16650
- package/dist/index.umd.js +0 -556
|
@@ -1,122 +1,134 @@
|
|
|
1
|
-
import { SvelteComponent as W, init as q, safe_not_equal as C, append_styles as L, empty as N, insert as h, transition_in as
|
|
1
|
+
import { SvelteComponent as W, init as q, safe_not_equal as C, append_styles as L, empty as N, insert as h, transition_in as a, group_outros as j, transition_out as g, check_outros as A, detach as c, create_component as x, space as D, element as I, attr as M, set_style as S, add_render_callback as B, mount_component as $, add_resize_listener as E, listen as F, destroy_component as k } from "svelte/internal";
|
|
2
2
|
import G from "../Common/Line/Straight.js";
|
|
3
|
-
import H from "../../../shared-utils/uuid.js";
|
|
3
|
+
import { uuid as H } from "../../../shared-utils/uuid.js";
|
|
4
4
|
import J from "../Common/Shadow.js";
|
|
5
5
|
import K from "../Common/MultiLineText.js";
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
import "svelte/transition";
|
|
7
|
+
import "../Common/Text.js";
|
|
8
|
+
import "animejs";
|
|
9
|
+
import "svelte";
|
|
10
|
+
import "../../../shared-utils/isNil.js";
|
|
11
|
+
import "three";
|
|
12
|
+
import "../../utils/search.js";
|
|
13
|
+
import "../../utils/constants.js";
|
|
14
|
+
import "../Common/Arrow.js";
|
|
15
|
+
import "../../Assets/Icon.js";
|
|
16
|
+
import "svelte/easing";
|
|
17
|
+
import "../../utils/doUtil.js";
|
|
18
|
+
function O(i) {
|
|
19
|
+
L(i, "svelte-18yy5x8", ".line.svelte-18yy5x8{position:absolute;top:0;left:0;width:10.125rem;height:0.0625rem;transform:translate3d(0, -50%, 0.625rem)}.content.svelte-18yy5x8{width:-moz-max-content;width:max-content;height:3.375rem;padding:2.25rem 0.25rem 0 1rem;position:absolute;left:0;bottom:0;overflow:hidden;box-sizing:border-box;font-size:0;pointer-events:none;white-space:nowrap;font-weight:600}");
|
|
8
20
|
}
|
|
9
|
-
function R(
|
|
10
|
-
var
|
|
11
|
-
let o, l, e,
|
|
21
|
+
function R(i) {
|
|
22
|
+
var p, z;
|
|
23
|
+
let o, l, e, n, f, r, m, d, u, _, b;
|
|
12
24
|
return o = new J({
|
|
13
25
|
props: {
|
|
14
|
-
visible:
|
|
15
|
-
left:
|
|
26
|
+
visible: i[2],
|
|
27
|
+
left: i[3] / 2 + "px",
|
|
16
28
|
bottom: 12,
|
|
17
29
|
width: 2,
|
|
18
30
|
blurRadius: 120,
|
|
19
31
|
spreadRadius: 60
|
|
20
32
|
}
|
|
21
|
-
}),
|
|
33
|
+
}), n = new G({
|
|
22
34
|
props: {
|
|
23
|
-
unfolded:
|
|
35
|
+
unfolded: i[2],
|
|
24
36
|
duration: 1e3,
|
|
25
|
-
outDelay:
|
|
37
|
+
outDelay: i[5] + 40 * Math.min((z = (p = i[4][0]) == null ? void 0 : p.content.length) != null ? z : 10, 15)
|
|
26
38
|
}
|
|
27
39
|
}), m = new K({
|
|
28
40
|
props: {
|
|
29
|
-
visible:
|
|
30
|
-
textUnfolded:
|
|
31
|
-
textItems:
|
|
41
|
+
visible: i[2],
|
|
42
|
+
textUnfolded: i[1],
|
|
43
|
+
textItems: i[4]
|
|
32
44
|
}
|
|
33
45
|
}), {
|
|
34
46
|
c() {
|
|
35
|
-
x(o.$$.fragment), l = D(), e = I("div"), x(
|
|
47
|
+
x(o.$$.fragment), l = D(), e = I("div"), x(n.$$.fragment), f = D(), r = I("div"), x(m.$$.fragment), M(e, "class", "line svelte-18yy5x8"), S(e, "width", i[3] + "px", !1), M(r, "class", "content svelte-18yy5x8"), B(() => i[8].call(r));
|
|
36
48
|
},
|
|
37
|
-
m(t,
|
|
38
|
-
$(o, t,
|
|
49
|
+
m(t, s) {
|
|
50
|
+
$(o, t, s), h(t, l, s), h(t, e, s), $(n, e, null), h(t, f, s), h(t, r, s), $(m, r, null), d = E(r, i[8].bind(r)), u = !0, _ || (b = F(r, "click", i[6]), _ = !0);
|
|
39
51
|
},
|
|
40
|
-
p(t,
|
|
52
|
+
p(t, s) {
|
|
41
53
|
var T, U;
|
|
42
54
|
const y = {};
|
|
43
|
-
|
|
55
|
+
s & 4 && (y.visible = t[2]), s & 8 && (y.left = t[3] / 2 + "px"), o.$set(y);
|
|
44
56
|
const v = {};
|
|
45
|
-
|
|
57
|
+
s & 4 && (v.unfolded = t[2]), s & 48 && (v.outDelay = t[5] + 40 * Math.min((U = (T = t[4][0]) == null ? void 0 : T.content.length) != null ? U : 10, 15)), n.$set(v), s & 8 && S(e, "width", t[3] + "px", !1);
|
|
46
58
|
const w = {};
|
|
47
|
-
|
|
59
|
+
s & 4 && (w.visible = t[2]), s & 2 && (w.textUnfolded = t[1]), s & 16 && (w.textItems = t[4]), m.$set(w);
|
|
48
60
|
},
|
|
49
61
|
i(t) {
|
|
50
|
-
|
|
62
|
+
u || (a(o.$$.fragment, t), a(n.$$.fragment, t), a(m.$$.fragment, t), u = !0);
|
|
51
63
|
},
|
|
52
64
|
o(t) {
|
|
53
|
-
g(o.$$.fragment, t), g(
|
|
65
|
+
g(o.$$.fragment, t), g(n.$$.fragment, t), g(m.$$.fragment, t), u = !1;
|
|
54
66
|
},
|
|
55
67
|
d(t) {
|
|
56
|
-
k(o, t), t && c(l), t && c(e), k(
|
|
68
|
+
k(o, t), t && c(l), t && c(e), k(n), t && c(f), t && c(r), k(m), d(), _ = !1, b();
|
|
57
69
|
}
|
|
58
70
|
};
|
|
59
71
|
}
|
|
60
|
-
function P(
|
|
61
|
-
let o, l, e =
|
|
72
|
+
function P(i) {
|
|
73
|
+
let o, l, e = i[0].state && R(i);
|
|
62
74
|
return {
|
|
63
75
|
c() {
|
|
64
76
|
e && e.c(), o = N();
|
|
65
77
|
},
|
|
66
|
-
m(
|
|
67
|
-
e && e.m(
|
|
78
|
+
m(n, f) {
|
|
79
|
+
e && e.m(n, f), h(n, o, f), l = !0;
|
|
68
80
|
},
|
|
69
|
-
p(
|
|
70
|
-
|
|
81
|
+
p(n, [f]) {
|
|
82
|
+
n[0].state ? e ? (e.p(n, f), f & 1 && a(e, 1)) : (e = R(n), e.c(), a(e, 1), e.m(o.parentNode, o)) : e && (j(), g(e, 1, 1, () => {
|
|
71
83
|
e = null;
|
|
72
84
|
}), A());
|
|
73
85
|
},
|
|
74
|
-
i(
|
|
75
|
-
l || (
|
|
86
|
+
i(n) {
|
|
87
|
+
l || (a(e), l = !0);
|
|
76
88
|
},
|
|
77
|
-
o(
|
|
89
|
+
o(n) {
|
|
78
90
|
g(e), l = !1;
|
|
79
91
|
},
|
|
80
|
-
d(
|
|
81
|
-
e && e.d(
|
|
92
|
+
d(n) {
|
|
93
|
+
e && e.d(n), n && c(o);
|
|
82
94
|
}
|
|
83
95
|
};
|
|
84
96
|
}
|
|
85
|
-
function Q(
|
|
86
|
-
let e,
|
|
97
|
+
function Q(i, o, l) {
|
|
98
|
+
let e, n, f, { tag: r } = o, m, d = !1, u = [];
|
|
87
99
|
function _() {
|
|
88
100
|
l(1, d = !d);
|
|
89
101
|
}
|
|
90
102
|
function b() {
|
|
91
103
|
m = this.clientWidth, l(3, m);
|
|
92
104
|
}
|
|
93
|
-
return
|
|
94
|
-
"tag" in
|
|
95
|
-
},
|
|
96
|
-
var
|
|
97
|
-
|
|
105
|
+
return i.$$set = (p) => {
|
|
106
|
+
"tag" in p && l(0, r = p.tag);
|
|
107
|
+
}, i.$$.update = () => {
|
|
108
|
+
var p;
|
|
109
|
+
i.$$.dirty & 1 && l(2, e = !!((p = r.state) != null && p.unfolded)), i.$$.dirty & 1 && l(7, n = r.data.text), i.$$.dirty & 128 && l(4, u = [{ id: H(), content: n }]), i.$$.dirty & 4 && (e || setTimeout(
|
|
98
110
|
() => {
|
|
99
111
|
l(1, d = !1);
|
|
100
112
|
},
|
|
101
113
|
20
|
|
102
|
-
)),
|
|
114
|
+
)), i.$$.dirty & 2 && l(5, f = d ? 450 : 0);
|
|
103
115
|
}, [
|
|
104
|
-
|
|
116
|
+
r,
|
|
105
117
|
d,
|
|
106
118
|
e,
|
|
107
119
|
m,
|
|
108
|
-
|
|
109
|
-
|
|
120
|
+
u,
|
|
121
|
+
f,
|
|
110
122
|
_,
|
|
111
|
-
|
|
123
|
+
n,
|
|
112
124
|
b
|
|
113
125
|
];
|
|
114
126
|
}
|
|
115
|
-
class
|
|
127
|
+
class ae extends W {
|
|
116
128
|
constructor(o) {
|
|
117
129
|
super(), q(this, o, Q, P, C, { tag: 0 }, O);
|
|
118
130
|
}
|
|
119
131
|
}
|
|
120
132
|
export {
|
|
121
|
-
|
|
133
|
+
ae as default
|
|
122
134
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SvelteComponent as T, init as Y, safe_not_equal as J, append_styles as U, element as G, attr as k, toggle_class as
|
|
1
|
+
import { SvelteComponent as T, init as Y, safe_not_equal as J, append_styles as U, element as G, attr as k, toggle_class as m, set_style as M, insert as W, append as y, listen as H, stop_propagation as P, group_outros as S, transition_out as c, check_outros as F, transition_in as B, detach as O, create_component as w, mount_component as C, destroy_component as D } from "svelte/internal";
|
|
2
2
|
import { ContentType as h } from "../../typings/tag.js";
|
|
3
3
|
import x from "./TextTag.js";
|
|
4
4
|
import L from "./ImageTextTag.js";
|
|
@@ -10,6 +10,35 @@ import K from "./AudioTag.js";
|
|
|
10
10
|
import V from "./MediaPlane.js";
|
|
11
11
|
import z from "./LinkTag.js";
|
|
12
12
|
import N from "./CustomTag.js";
|
|
13
|
+
import "../Common/Line/Straight.js";
|
|
14
|
+
import "svelte/transition";
|
|
15
|
+
import "../../../shared-utils/uuid.js";
|
|
16
|
+
import "../Common/Shadow.js";
|
|
17
|
+
import "../Common/MultiLineText.js";
|
|
18
|
+
import "../Common/Text.js";
|
|
19
|
+
import "animejs";
|
|
20
|
+
import "../../../shared-utils/isNil.js";
|
|
21
|
+
import "../../utils/search.js";
|
|
22
|
+
import "../../utils/constants.js";
|
|
23
|
+
import "../Common/Arrow.js";
|
|
24
|
+
import "../../Assets/Icon.js";
|
|
25
|
+
import "svelte/easing";
|
|
26
|
+
import "../../utils/doUtil.js";
|
|
27
|
+
import "../Common/Line/Polyline.js";
|
|
28
|
+
import "../Common/Media.js";
|
|
29
|
+
import "../../../vendor/swiper/svelte/swiper.js";
|
|
30
|
+
import "swiper";
|
|
31
|
+
import "../../../vendor/swiper/components-shared/get-params.js";
|
|
32
|
+
import "../../../vendor/swiper/components-shared/utils.js";
|
|
33
|
+
import "../../../vendor/swiper/components-shared/params-list.js";
|
|
34
|
+
import "../../../vendor/swiper/components-shared/mount-swiper.js";
|
|
35
|
+
import "../../../vendor/swiper/components-shared/get-changed-params.js";
|
|
36
|
+
import "../../../vendor/swiper/components-shared/update-swiper.js";
|
|
37
|
+
import "../../../vendor/swiper/svelte/swiper-slide.js";
|
|
38
|
+
import "swiper/css";
|
|
39
|
+
import "swiper/css/autoplay";
|
|
40
|
+
import "../Common/MediaItem.js";
|
|
41
|
+
import "../Common/Audio.js";
|
|
13
42
|
function R(i) {
|
|
14
43
|
U(i, "svelte-95x526", `@font-face{font-family:'TG-TYPE';font-style:normal;font-weight:400;src:local('TG-TYPE-Bold'),
|
|
15
44
|
url(data:application/font-woff2;charset=utf-8;base64,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)
|
|
@@ -21,20 +50,20 @@ function q(i) {
|
|
|
21
50
|
props: { tag: s(i[1]) }
|
|
22
51
|
}), {
|
|
23
52
|
c() {
|
|
24
|
-
|
|
53
|
+
w(A.$$.fragment);
|
|
25
54
|
},
|
|
26
55
|
m(e, t) {
|
|
27
|
-
|
|
56
|
+
C(A, e, t), n = !0;
|
|
28
57
|
},
|
|
29
58
|
p(e, t) {
|
|
30
59
|
const o = {};
|
|
31
60
|
t & 2 && (o.tag = s(e[1])), A.$set(o);
|
|
32
61
|
},
|
|
33
62
|
i(e) {
|
|
34
|
-
n || (
|
|
63
|
+
n || (B(A.$$.fragment, e), n = !0);
|
|
35
64
|
},
|
|
36
65
|
o(e) {
|
|
37
|
-
|
|
66
|
+
c(A.$$.fragment, e), n = !1;
|
|
38
67
|
},
|
|
39
68
|
d(e) {
|
|
40
69
|
D(A, e);
|
|
@@ -47,20 +76,20 @@ function X(i) {
|
|
|
47
76
|
props: { tag: s(i[1]) }
|
|
48
77
|
}), {
|
|
49
78
|
c() {
|
|
50
|
-
|
|
79
|
+
w(A.$$.fragment);
|
|
51
80
|
},
|
|
52
81
|
m(e, t) {
|
|
53
|
-
|
|
82
|
+
C(A, e, t), n = !0;
|
|
54
83
|
},
|
|
55
84
|
p(e, t) {
|
|
56
85
|
const o = {};
|
|
57
86
|
t & 2 && (o.tag = s(e[1])), A.$set(o);
|
|
58
87
|
},
|
|
59
88
|
i(e) {
|
|
60
|
-
n || (
|
|
89
|
+
n || (B(A.$$.fragment, e), n = !0);
|
|
61
90
|
},
|
|
62
91
|
o(e) {
|
|
63
|
-
|
|
92
|
+
c(A.$$.fragment, e), n = !1;
|
|
64
93
|
},
|
|
65
94
|
d(e) {
|
|
66
95
|
D(A, e);
|
|
@@ -73,20 +102,20 @@ function j(i) {
|
|
|
73
102
|
props: { tag: s(i[1]) }
|
|
74
103
|
}), {
|
|
75
104
|
c() {
|
|
76
|
-
|
|
105
|
+
w(A.$$.fragment);
|
|
77
106
|
},
|
|
78
107
|
m(e, t) {
|
|
79
|
-
|
|
108
|
+
C(A, e, t), n = !0;
|
|
80
109
|
},
|
|
81
110
|
p(e, t) {
|
|
82
111
|
const o = {};
|
|
83
112
|
t & 2 && (o.tag = s(e[1])), A.$set(o);
|
|
84
113
|
},
|
|
85
114
|
i(e) {
|
|
86
|
-
n || (
|
|
115
|
+
n || (B(A.$$.fragment, e), n = !0);
|
|
87
116
|
},
|
|
88
117
|
o(e) {
|
|
89
|
-
|
|
118
|
+
c(A.$$.fragment, e), n = !1;
|
|
90
119
|
},
|
|
91
120
|
d(e) {
|
|
92
121
|
D(A, e);
|
|
@@ -99,20 +128,20 @@ function $(i) {
|
|
|
99
128
|
props: { tag: s(i[1]) }
|
|
100
129
|
}), {
|
|
101
130
|
c() {
|
|
102
|
-
|
|
131
|
+
w(A.$$.fragment);
|
|
103
132
|
},
|
|
104
133
|
m(e, t) {
|
|
105
|
-
|
|
134
|
+
C(A, e, t), n = !0;
|
|
106
135
|
},
|
|
107
136
|
p(e, t) {
|
|
108
137
|
const o = {};
|
|
109
138
|
t & 2 && (o.tag = s(e[1])), A.$set(o);
|
|
110
139
|
},
|
|
111
140
|
i(e) {
|
|
112
|
-
n || (
|
|
141
|
+
n || (B(A.$$.fragment, e), n = !0);
|
|
113
142
|
},
|
|
114
143
|
o(e) {
|
|
115
|
-
|
|
144
|
+
c(A.$$.fragment, e), n = !1;
|
|
116
145
|
},
|
|
117
146
|
d(e) {
|
|
118
147
|
D(A, e);
|
|
@@ -125,20 +154,20 @@ function AA(i) {
|
|
|
125
154
|
props: { tag: s(i[1]) }
|
|
126
155
|
}), {
|
|
127
156
|
c() {
|
|
128
|
-
|
|
157
|
+
w(A.$$.fragment);
|
|
129
158
|
},
|
|
130
159
|
m(e, t) {
|
|
131
|
-
|
|
160
|
+
C(A, e, t), n = !0;
|
|
132
161
|
},
|
|
133
162
|
p(e, t) {
|
|
134
163
|
const o = {};
|
|
135
164
|
t & 2 && (o.tag = s(e[1])), A.$set(o);
|
|
136
165
|
},
|
|
137
166
|
i(e) {
|
|
138
|
-
n || (
|
|
167
|
+
n || (B(A.$$.fragment, e), n = !0);
|
|
139
168
|
},
|
|
140
169
|
o(e) {
|
|
141
|
-
|
|
170
|
+
c(A.$$.fragment, e), n = !1;
|
|
142
171
|
},
|
|
143
172
|
d(e) {
|
|
144
173
|
D(A, e);
|
|
@@ -151,20 +180,20 @@ function eA(i) {
|
|
|
151
180
|
props: { tag: s(i[1]) }
|
|
152
181
|
}), {
|
|
153
182
|
c() {
|
|
154
|
-
|
|
183
|
+
w(A.$$.fragment);
|
|
155
184
|
},
|
|
156
185
|
m(e, t) {
|
|
157
|
-
|
|
186
|
+
C(A, e, t), n = !0;
|
|
158
187
|
},
|
|
159
188
|
p(e, t) {
|
|
160
189
|
const o = {};
|
|
161
190
|
t & 2 && (o.tag = s(e[1])), A.$set(o);
|
|
162
191
|
},
|
|
163
192
|
i(e) {
|
|
164
|
-
n || (
|
|
193
|
+
n || (B(A.$$.fragment, e), n = !0);
|
|
165
194
|
},
|
|
166
195
|
o(e) {
|
|
167
|
-
|
|
196
|
+
c(A.$$.fragment, e), n = !1;
|
|
168
197
|
},
|
|
169
198
|
d(e) {
|
|
170
199
|
D(A, e);
|
|
@@ -177,20 +206,20 @@ function tA(i) {
|
|
|
177
206
|
props: { tag: s(i[1]) }
|
|
178
207
|
}), {
|
|
179
208
|
c() {
|
|
180
|
-
|
|
209
|
+
w(A.$$.fragment);
|
|
181
210
|
},
|
|
182
211
|
m(e, t) {
|
|
183
|
-
|
|
212
|
+
C(A, e, t), n = !0;
|
|
184
213
|
},
|
|
185
214
|
p(e, t) {
|
|
186
215
|
const o = {};
|
|
187
216
|
t & 2 && (o.tag = s(e[1])), A.$set(o);
|
|
188
217
|
},
|
|
189
218
|
i(e) {
|
|
190
|
-
n || (
|
|
219
|
+
n || (B(A.$$.fragment, e), n = !0);
|
|
191
220
|
},
|
|
192
221
|
o(e) {
|
|
193
|
-
|
|
222
|
+
c(A.$$.fragment, e), n = !1;
|
|
194
223
|
},
|
|
195
224
|
d(e) {
|
|
196
225
|
D(A, e);
|
|
@@ -198,7 +227,7 @@ function tA(i) {
|
|
|
198
227
|
};
|
|
199
228
|
}
|
|
200
229
|
function nA(i) {
|
|
201
|
-
let A, n, e, t, o,
|
|
230
|
+
let A, n, e, t, o, p, d, g, u;
|
|
202
231
|
const E = [
|
|
203
232
|
tA,
|
|
204
233
|
eA,
|
|
@@ -208,56 +237,56 @@ function nA(i) {
|
|
|
208
237
|
X,
|
|
209
238
|
q
|
|
210
239
|
], f = [];
|
|
211
|
-
function b(
|
|
212
|
-
return
|
|
240
|
+
function b(r, l) {
|
|
241
|
+
return r[1].element ? 0 : r[1].contentType === h.Text ? 1 : r[1].contentType === h.ImageText ? 2 : r[1].contentType === h.Audio ? 3 : r[1].contentType === h.Marketing ? 4 : r[1].contentType === h.Link ? 5 : r[1].contentType === h.MediaPlane ? 6 : -1;
|
|
213
242
|
}
|
|
214
243
|
return ~(t = b(i)) && (o = f[t] = E[t](i)), {
|
|
215
244
|
c() {
|
|
216
|
-
var
|
|
217
|
-
A = G("div"), n = G("div"), e = G("div"), o && o.c(), k(e, "class", "content svelte-95x526"),
|
|
245
|
+
var r, l, Q;
|
|
246
|
+
A = G("div"), n = G("div"), e = G("div"), o && o.c(), k(e, "class", "content svelte-95x526"), m(e, "unfolded", (r = i[1].state) == null ? void 0 : r.unfolded), k(n, "class", "content__wrapper svelte-95x526"), k(A, "class", "content__container svelte-95x526"), k(A, "data-id", p = i[1].id), m(A, "disable", i[1].enabled === !1 || ((l = i[1].temporaryState) == null ? void 0 : l.visible) === !1), m(A, "hide", !i[3].visible || !i[3].enabled || !i[4].visible || !((Q = i[1].state) != null && Q.visible)), m(A, "withAnimation", i[0]), m(A, "unClickable", i[1].clickable === !1), M(A, "width", i[1].pointType === "PointTag" ? 0 : "100%", !1), M(A, "height", i[1].pointType === "PointTag" ? 0 : "100%", !1);
|
|
218
247
|
},
|
|
219
|
-
m(
|
|
220
|
-
W(
|
|
248
|
+
m(r, l) {
|
|
249
|
+
W(r, A, l), y(A, n), y(n, e), ~t && f[t].m(e, null), d = !0, g || (u = H(A, "click", P(i[11])), g = !0);
|
|
221
250
|
},
|
|
222
|
-
p(
|
|
223
|
-
var _,
|
|
224
|
-
let
|
|
225
|
-
t = b(
|
|
226
|
-
f[
|
|
227
|
-
}), F()), ~t ? (o = f[t], o ? o.p(
|
|
251
|
+
p(r, [l]) {
|
|
252
|
+
var _, a, v;
|
|
253
|
+
let Q = t;
|
|
254
|
+
t = b(r), t === Q ? ~t && f[t].p(r, l) : (o && (S(), c(f[Q], 1, 1, () => {
|
|
255
|
+
f[Q] = null;
|
|
256
|
+
}), F()), ~t ? (o = f[t], o ? o.p(r, l) : (o = f[t] = E[t](r), o.c()), B(o, 1), o.m(e, null)) : o = null), l & 2 && m(e, "unfolded", (_ = r[1].state) == null ? void 0 : _.unfolded), (!d || l & 2 && p !== (p = r[1].id)) && k(A, "data-id", p), l & 2 && m(A, "disable", r[1].enabled === !1 || ((a = r[1].temporaryState) == null ? void 0 : a.visible) === !1), l & 26 && m(A, "hide", !r[3].visible || !r[3].enabled || !r[4].visible || !((v = r[1].state) != null && v.visible)), l & 1 && m(A, "withAnimation", r[0]), l & 2 && m(A, "unClickable", r[1].clickable === !1), l & 2 && M(A, "width", r[1].pointType === "PointTag" ? 0 : "100%", !1), l & 2 && M(A, "height", r[1].pointType === "PointTag" ? 0 : "100%", !1);
|
|
228
257
|
},
|
|
229
|
-
i(
|
|
230
|
-
|
|
258
|
+
i(r) {
|
|
259
|
+
d || (B(o), d = !0);
|
|
231
260
|
},
|
|
232
|
-
o(
|
|
233
|
-
|
|
261
|
+
o(r) {
|
|
262
|
+
c(o), d = !1;
|
|
234
263
|
},
|
|
235
|
-
d(
|
|
236
|
-
|
|
264
|
+
d(r) {
|
|
265
|
+
r && O(A), ~t && f[t].d(), g = !1, u();
|
|
237
266
|
}
|
|
238
267
|
};
|
|
239
268
|
}
|
|
240
269
|
function iA(i, A, n) {
|
|
241
|
-
let e, t, o,
|
|
242
|
-
I("hooks",
|
|
243
|
-
let
|
|
244
|
-
function
|
|
245
|
-
|
|
270
|
+
let e, t, o, p, { withAnimation: d = !1 } = A, { tag: g } = A, { hooks: u } = A, { state: E } = A, { mediaStore: f } = A, { temporaryState: b } = A;
|
|
271
|
+
I("hooks", u), I("mediaStore", f);
|
|
272
|
+
let r, l;
|
|
273
|
+
function Q(a) {
|
|
274
|
+
a ? u.emit("exposure", { id: p, type: "start" }) : u.emit("exposure", { id: p, type: "end" });
|
|
246
275
|
}
|
|
247
|
-
const _ = (
|
|
248
|
-
return i.$$set = (
|
|
249
|
-
"withAnimation" in
|
|
276
|
+
const _ = (a) => u.emit("click", { event: a, target: "TagContent", tag: g });
|
|
277
|
+
return i.$$set = (a) => {
|
|
278
|
+
"withAnimation" in a && n(0, d = a.withAnimation), "tag" in a && n(1, g = a.tag), "hooks" in a && n(2, u = a.hooks), "state" in a && n(3, E = a.state), "mediaStore" in a && n(5, f = a.mediaStore), "temporaryState" in a && n(4, b = a.temporaryState);
|
|
250
279
|
}, i.$$.update = () => {
|
|
251
|
-
var
|
|
252
|
-
i.$$.dirty & 2 && n(9, e = (
|
|
280
|
+
var a, v;
|
|
281
|
+
i.$$.dirty & 2 && n(9, e = (a = g.state) == null ? void 0 : a.unfolded), i.$$.dirty & 2 && n(8, t = (v = g.state) == null ? void 0 : v.visible), i.$$.dirty & 280 && n(10, o = E.visible && b.visible && t), i.$$.dirty & 2 && (p = g.id), i.$$.dirty & 1024 && Q(o), i.$$.dirty & 962 && g.hooks && (e !== void 0 && e !== l && (n(7, l = e), e ? g.hooks.emit("unfolded") : g.hooks.emit("folded")), t !== void 0 && t !== r && (n(6, r = t), t ? g.hooks.emit("show") : g.hooks.emit("hide")));
|
|
253
282
|
}, [
|
|
254
|
-
|
|
283
|
+
d,
|
|
255
284
|
g,
|
|
256
|
-
|
|
285
|
+
u,
|
|
257
286
|
E,
|
|
258
287
|
b,
|
|
259
288
|
f,
|
|
260
|
-
|
|
289
|
+
r,
|
|
261
290
|
l,
|
|
262
291
|
t,
|
|
263
292
|
e,
|
|
@@ -265,7 +294,7 @@ function iA(i, A, n) {
|
|
|
265
294
|
_
|
|
266
295
|
];
|
|
267
296
|
}
|
|
268
|
-
class
|
|
297
|
+
class VA extends T {
|
|
269
298
|
constructor(A) {
|
|
270
299
|
super(), Y(
|
|
271
300
|
this,
|
|
@@ -286,5 +315,5 @@ class QA extends T {
|
|
|
286
315
|
}
|
|
287
316
|
}
|
|
288
317
|
export {
|
|
289
|
-
|
|
318
|
+
VA as default
|
|
290
319
|
};
|