@realsee/dnalogel 2.1.0 → 2.1.2-alpha.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/components/index.js +242 -569
- package/dist/index.cjs.js +58 -73
- package/dist/index.es.js +7846 -12962
- package/dist/index.js +7846 -12962
- package/dist/index.umd.js +46 -61
- package/docs/assets/highlight.css +3 -3
- package/docs/assets/main.js +4 -2
- package/docs/assets/search.js +1 -1
- package/docs/assets/style.css +462 -619
- package/docs/classes/CruisePluginController.html +397 -23
- package/docs/classes/Magnifier.html +187 -9
- package/docs/classes/ModelRoomLabelController.html +149 -11
- package/docs/classes/Object3DHelperController.html +356 -0
- package/docs/classes/PaintBrush.html +260 -0
- package/docs/classes/PanoTagPluginController.html +940 -0
- package/docs/classes/Util.BetterTween.html +134 -0
- package/docs/classes/Util.FivePointSelector.html +144 -0
- package/docs/classes/Util.Interval.html +158 -0
- package/docs/classes/Util.Magnifier.html +196 -0
- package/docs/classes/Util.PointDomHelper.html +135 -0
- package/docs/classes/Util.PointHelper.html +127 -0
- package/docs/classes/Util.Rectangle.html +181 -0
- package/docs/enums/CameraMovementEffect.html +70 -3
- package/docs/enums/ContentType.html +116 -0
- package/docs/enums/DIRECTION.html +81 -1
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +81 -1
- package/docs/enums/DimensionType.html +67 -0
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +74 -1
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +81 -1
- package/docs/enums/LinkType.html +67 -0
- package/docs/enums/PaintBrushTypeEnum.html +74 -0
- package/docs/enums/PointType.html +67 -0
- package/docs/enums/Rotation.html +77 -3
- package/docs/functions/CSS3DRenderPlugin.html +233 -0
- package/docs/functions/CameraMovementPlugin.html +237 -0
- package/docs/functions/CruisePlugin.html +233 -0
- package/docs/functions/GuideLinePlugin.html +235 -0
- package/docs/functions/ItemLabelPlugin.html +235 -0
- package/docs/functions/MapviewFloorplanPlugin.html +235 -0
- package/docs/functions/ModelChassisCompassPlugin.html +237 -0
- package/docs/functions/ModelEntryDoorGuidePlugin.html +237 -0
- package/docs/functions/ModelFloorplanPlugin.html +235 -0
- package/docs/functions/ModelItemLabelPlugin.html +235 -0
- package/docs/functions/ModelRoomLabelPlugin.html +233 -0
- package/docs/functions/ModelTVVideoPlugin.html +235 -0
- package/docs/functions/ModelViewPlugin.html +237 -0
- package/docs/functions/Object3DHelperPlugin.html +233 -0
- package/docs/functions/PanoCompassPlugin.html +235 -0
- package/docs/functions/PanoCursorRaycasterPlugin.html +238 -0
- package/docs/functions/PanoDoorLabelPlugin.html +235 -0
- package/docs/functions/PanoFloorplanRadarPlugin.html +235 -0
- package/docs/functions/PanoMeasurePlugin.html +235 -0
- package/docs/functions/PanoRulerPlugin.html +237 -0
- package/docs/functions/PanoRulerProPlugin.html +237 -0
- package/docs/functions/PanoSpatialTagPlugin.html +237 -0
- package/docs/functions/PanoTagPlugin.html +249 -0
- package/docs/functions/TopviewFloorplanPlugin.html +235 -0
- package/docs/functions/Util.getCoordsFromClient.html +78 -0
- package/docs/functions/Util.getCoordsFromElement.html +78 -0
- package/docs/functions/Util.getFrameTime.html +70 -0
- package/docs/functions/Util.getIntersectFromRelativePosition.html +78 -0
- package/docs/functions/Util.getRaycasterFromFivePointer.html +78 -0
- package/docs/functions/Util.isNil.html +79 -0
- package/docs/functions/Util.nextFrame.html +73 -0
- package/docs/functions/Util.notNil.html +78 -0
- package/docs/functions/Util.requestAnimationFrameInterval.html +98 -0
- package/docs/functions/Util.tweenProgress.html +84 -0
- package/docs/functions/pluginFlag.html +233 -0
- package/docs/index.html +220 -2
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +205 -0
- package/docs/interfaces/CSS3DRenderPluginState.html +85 -0
- package/docs/interfaces/CameraMovementPluginExportType.html +111 -17
- package/docs/interfaces/ContentTypeMap.html +212 -0
- package/docs/interfaces/FloorplanBounding.html +89 -10
- package/docs/interfaces/FloorplanData.html +95 -3
- package/docs/interfaces/FloorplanEntrance.html +114 -15
- package/docs/interfaces/FloorplanExtraObject.html +108 -7
- package/docs/interfaces/FloorplanExtraObject3D.html +99 -3
- package/docs/interfaces/FloorplanFloorData.html +88 -3
- package/docs/interfaces/FloorplanImagePosition.html +74 -3
- package/docs/interfaces/FloorplanObserver.html +92 -5
- package/docs/interfaces/FloorplanOutlineItem.html +88 -3
- package/docs/interfaces/FloorplanPosition.html +74 -3
- package/docs/interfaces/FloorplanRoomItem.html +134 -17
- package/docs/interfaces/FloorplanRoomLabelItem.html +78 -7
- package/docs/interfaces/FloorplanServerBounding.html +89 -10
- package/docs/interfaces/FloorplanServerComputedData.html +92 -1
- package/docs/interfaces/FloorplanServerData.html +74 -3
- package/docs/interfaces/FloorplanServerDoorItem.html +92 -1
- package/docs/interfaces/FloorplanServerDoorPosition.html +78 -1
- package/docs/interfaces/FloorplanServerEntrance.html +114 -15
- package/docs/interfaces/FloorplanServerFloorData.html +88 -3
- package/docs/interfaces/FloorplanServerImagePosition.html +74 -3
- package/docs/interfaces/FloorplanServerObserver.html +92 -5
- package/docs/interfaces/FloorplanServerOutlineItem.html +88 -3
- package/docs/interfaces/FloorplanServerPosition.html +74 -3
- package/docs/interfaces/FloorplanServerRoomItem.html +145 -20
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +78 -7
- package/docs/interfaces/ItemLabelPluginData.html +64 -1
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +149 -1
- package/docs/interfaces/ItemLabelPluginParametersType.html +85 -1
- package/docs/interfaces/LineJson.html +71 -1
- package/docs/interfaces/ModelChassisCompassPluginData.html +71 -1
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +107 -1
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +71 -1
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +78 -1
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +115 -1
- package/docs/interfaces/ModelItemLabelPluginData.html +64 -1
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +149 -1
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +71 -1
- package/docs/interfaces/ModelRoomLabelPluginData.html +64 -1
- package/docs/interfaces/ModelTVVideoPluginData.html +85 -1
- package/docs/interfaces/ModelTVVideoPluginExportType.html +109 -1
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +64 -1
- package/docs/interfaces/ModelViewPluginExportType.html +129 -1
- package/docs/interfaces/Object3DHelperState.html +78 -0
- package/docs/interfaces/OpenParameter.html +74 -3
- package/docs/interfaces/PaintBrushAction.html +118 -0
- package/docs/interfaces/PaintBrushConfigs.html +122 -0
- package/docs/interfaces/PaintBrushState.html +99 -0
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +186 -11
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +227 -1
- package/docs/interfaces/PanoMeasureParameterType.html +128 -5
- package/docs/interfaces/PanoRulerPluginExportType.html +138 -1
- package/docs/interfaces/PanoRulerPluginOptions.html +87 -1
- package/docs/interfaces/PanoRulerPluginParameterType.html +78 -1
- package/docs/interfaces/PanoRulerProPluginExportType.html +114 -1
- package/docs/interfaces/PanoRulerProPluginOptions.html +84 -1
- package/docs/interfaces/PanoRulerProPluginParameterType.html +71 -1
- package/docs/interfaces/PanoRulerProPluginState.html +78 -1
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +241 -1
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +230 -1
- package/docs/interfaces/PanoSpatialTagPluginData.html +114 -1
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +96 -1
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +192 -1
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +92 -1
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +113 -1
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +99 -1
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +92 -1
- package/docs/interfaces/Point.html +78 -1
- package/docs/interfaces/PointJson.html +78 -1
- package/docs/interfaces/Room.html +85 -1
- package/docs/interfaces/RoomInfo.html +71 -1
- package/docs/interfaces/RoomLabel.html +141 -13
- package/docs/interfaces/RoomRules.html +230 -1
- package/docs/interfaces/Rooms.html +230 -1
- package/docs/interfaces/Scissor.html +100 -0
- package/docs/interfaces/TagConfig.html +120 -0
- package/docs/interfaces/Tags.html +89 -0
- package/docs/interfaces/Util.MagnifierParameter.html +116 -0
- package/docs/interfaces/Util.MouseGroupParameter.html +79 -0
- package/docs/modules/Util.html +91 -0
- package/docs/modules.html +425 -36
- package/docs/types/ArrayPosition.html +224 -0
- package/docs/types/CSS3DRenderExportType.html +224 -0
- package/docs/types/CSS3DRenderPluginExportType.html +224 -0
- package/docs/types/CSS3DRenderPluginParameterType.html +224 -0
- package/docs/types/Color.html +224 -0
- package/docs/types/ContentTypeConfigKey.html +224 -0
- package/docs/types/ContentTypeConfigKeyArray.html +224 -0
- package/docs/types/Create3DDomContainerReturnType.html +224 -0
- package/docs/types/Create3DElementReturnType.html +224 -0
- package/docs/types/CruisePluginExportType.html +224 -0
- package/docs/types/Direction-1.html +224 -0
- package/docs/types/Direction4.html +224 -0
- package/docs/types/FloorplanRuleLabels.html +226 -0
- package/docs/types/FloorplanServerRuleLabels.html +224 -0
- package/docs/types/GuideLinePluginExportType.html +224 -0
- package/docs/types/HelperEventMap.html +314 -0
- package/docs/types/MapviewFloorplanPluginParameterType.html +224 -0
- package/docs/types/MapviewFloorplanPluginReturnType.html +224 -0
- package/docs/types/MediaData.html +224 -0
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +224 -0
- package/docs/types/ModelFloorplanPluginParameterType.html +224 -0
- package/docs/types/ModelFloorplanPluginReturnType.html +224 -0
- package/docs/types/ModelRoomLabelPluginParameters.html +224 -0
- package/docs/types/ModelRoomLabelPluginReturnType.html +224 -0
- package/docs/types/MoveArgs.html +226 -0
- package/docs/types/MoveOpts.html +226 -0
- package/docs/types/Object3DHelperEventMap.html +317 -0
- package/docs/types/ObjectFit.html +224 -0
- package/docs/types/PaintBrushEventMap.html +255 -0
- package/docs/types/PanoCompassPluginData.html +224 -0
- package/docs/types/PanoCompassPluginExportType.html +224 -0
- package/docs/types/PanoCompassPluginParameterType.html +224 -0
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +224 -0
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +224 -0
- package/docs/types/PanoMeasurePluginEvent.html +224 -0
- package/docs/types/PanoMeasureReturnType.html +224 -0
- package/docs/types/PanoSpatialTagPluginId.html +224 -0
- package/docs/types/PanoTagPluginExportInterface.html +224 -0
- package/docs/types/PanoTagPluginParamsInterface.html +224 -0
- package/docs/types/PlaneTag.html +233 -0
- package/docs/types/PointTag.html +235 -0
- package/docs/types/Position.html +224 -0
- package/docs/types/RotateArgs.html +226 -0
- package/docs/types/RotateOpts.html +226 -0
- package/docs/types/RuleLabelsKey.html +224 -0
- package/docs/types/RuleLabelsValue.html +224 -0
- package/docs/types/Tag.html +235 -0
- package/docs/types/Tag2D.html +233 -0
- package/docs/types/Tag3D.html +233 -0
- package/docs/types/TagId.html +224 -0
- package/docs/types/TopviewFloorplanPluginParameterType.html +224 -0
- package/docs/types/TopviewFloorplanPluginReturnType.html +224 -0
- package/docs/variables/FLOOR_TYPE_MAP.html +226 -0
- package/docs/variables/PLUGIN.html +224 -0
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +226 -0
- package/docs/variables/ROOM_TYPE_MAP.html +226 -0
- package/docs/variables/VERSION.html +224 -0
- package/docs/variables/itemLabelPluginServerParams.html +231 -0
- package/docs/variables/modelItemLabelPluginServerParams.html +231 -0
- package/docs/variables/modelRoomLabelPluginServerParams.html +231 -0
- package/libs/CSS3DRenderPlugin/CSS3DRender.d.ts +2 -2
- package/libs/CSS3DRenderPlugin/CSS3DRender.js +150 -119
- package/libs/CSS3DRenderPlugin/Controller.d.ts +3 -3
- package/libs/CSS3DRenderPlugin/Controller.js +45 -42
- package/libs/CSS3DRenderPlugin/index.js +4 -12
- package/libs/CameraMovementPlugin/CameraMovementPlugin.js +71 -54
- package/libs/CruisePlugin/Controller.js +331 -287
- package/libs/CruisePlugin/index.js +6 -25
- package/libs/CruisePlugin/utils/coordinatesAngle.js +2 -3
- package/libs/CruisePlugin/utils/safeCall.js +21 -5
- package/libs/GuideLinePlugin/Controller.js +94 -62
- package/libs/GuideLinePlugin/index.js +4 -13
- package/libs/GuideLinePlugin/utils/getLineGeometries.js +49 -103
- package/libs/GuideLinePlugin/utils/polyline-normals.d.ts +3 -0
- package/libs/ItemLabelPlugin/ItemLabelComponent.js +200 -183
- package/libs/ItemLabelPlugin/ItemLabelItem.js +27 -27
- package/libs/ItemLabelPlugin/Plugin.js +20 -29
- package/libs/ItemLabelPlugin/index.js +5 -18
- package/libs/ItemLabelPlugin/utils/parseData.js +15 -4
- package/libs/ItemLabelPlugin/utils/transform2RenderData.js +16 -6
- package/libs/ModelChassisCompassPlugin/Plugin.js +54 -38
- package/libs/ModelEntryDoorGuidePlugin/Plugin.js +58 -46
- package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +145 -129
- package/libs/ModelItemLabelPlugin/ItemLabelItem.js +18 -18
- package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +19 -24
- package/libs/ModelItemLabelPlugin/index.js +5 -14
- package/libs/ModelItemLabelPlugin/utils/parseData.js +16 -6
- package/libs/ModelRoomLabelPlugin/Controller.js +2 -6
- package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +22 -22
- package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +105 -94
- package/libs/ModelRoomLabelPlugin/index.js +4 -10
- package/libs/ModelTVVideoPlugin/Plugin.js +101 -94
- package/libs/ModelViewPlugin/Plugin.js +71 -60
- package/libs/Object3DHelperPlugin/Controller.d.ts +1 -1
- package/libs/Object3DHelperPlugin/Controller.js +79 -71
- package/libs/Object3DHelperPlugin/FiveControllerWrapper.d.ts +1 -1
- package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +8 -11
- package/libs/Object3DHelperPlugin/index.js +8 -40
- package/libs/PanoCompassPlugin/Controller.js +91 -72
- package/libs/PanoCompassPlugin/index.js +4 -22
- package/libs/PanoCursorRaycasterPlugin/index.js +8 -9
- package/libs/PanoDoorLabelPlugin/BaseController.js +42 -33
- package/libs/PanoDoorLabelPlugin/Controller.js +84 -80
- package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +16 -16
- package/libs/PanoDoorLabelPlugin/index.d.ts +1 -1
- package/libs/PanoDoorLabelPlugin/index.js +3 -12
- package/libs/PanoDoorLabelPlugin/utils.d.ts +2 -2
- package/libs/PanoMeasurePlugin/Controller/BaseController.js +14 -24
- package/libs/PanoMeasurePlugin/Controller/EditController.js +8 -20
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +15 -28
- package/libs/PanoMeasurePlugin/Controller/ViewController.js +15 -26
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +28 -43
- package/libs/PanoMeasurePlugin/Controller/index.d.ts +1 -1
- package/libs/PanoMeasurePlugin/Controller/index.js +43 -70
- package/libs/PanoMeasurePlugin/Model/index.d.ts +4 -4
- package/libs/PanoMeasurePlugin/Model/index.js +38 -45
- package/libs/PanoMeasurePlugin/Model/line.d.ts +1 -1
- package/libs/PanoMeasurePlugin/Model/line.js +10 -14
- package/libs/PanoMeasurePlugin/Model/polyline.d.ts +2 -2
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +3 -3
- package/libs/PanoMeasurePlugin/Modules/UIController/style.js +16 -24
- package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +35 -28
- package/libs/PanoMeasurePlugin/index.js +6 -55
- package/libs/PanoMeasurePlugin/utils/constants.js +29 -16
- package/libs/PanoMeasurePlugin/utils/findClosestPoint.d.ts +1 -1
- package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +4 -5
- package/libs/PanoRulerPlugin/Plugin.js +180 -157
- package/libs/PanoRulerProPlugin/Controller.js +70 -51
- package/libs/PanoRulerProPlugin/RulerItem.js +55 -45
- package/libs/PanoRulerProPlugin/RulerItems.js +124 -125
- package/libs/PanoRulerProPlugin/index.js +4 -15
- package/libs/PanoSpatialTagPlugin/Components/origins.js +24 -25
- package/libs/PanoSpatialTagPlugin/Components/tag.js +23 -23
- package/libs/PanoSpatialTagPlugin/Plugin.js +61 -72
- package/libs/PanoSpatialTagPlugin/store.d.ts +1 -1
- package/libs/PanoSpatialTagPlugin/store.js +1 -2
- package/libs/PanoTagPlugin/Components/Common/Arrow.js +47 -47
- package/libs/PanoTagPlugin/Components/Common/Audio.js +95 -92
- package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +48 -48
- package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +40 -41
- package/libs/PanoTagPlugin/Components/Common/Media.js +258 -3303
- package/libs/PanoTagPlugin/Components/Common/MediaItem.js +60 -60
- package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +96 -107
- package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +15 -16
- package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +22 -23
- package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +78 -82
- package/libs/PanoTagPlugin/Components/Common/Shadow.js +51 -52
- package/libs/PanoTagPlugin/Components/Common/Text.js +84 -937
- package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +58 -64
- package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +35 -34
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +101 -111
- package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +43 -45
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +123 -96
- package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +36 -44
- package/libs/PanoTagPlugin/Components/Tag/TextTag.js +71 -83
- package/libs/PanoTagPlugin/Components/Tag/index.js +130 -149
- package/libs/PanoTagPlugin/Components/TagContainer.js +69 -100
- package/libs/PanoTagPlugin/Components/TagWrapper.js +86 -116
- package/libs/PanoTagPlugin/controller/TagCacheController.js +2 -3
- package/libs/PanoTagPlugin/controller/TagComputer.d.ts +5 -5
- package/libs/PanoTagPlugin/controller/TagComputer.js +262 -13
- package/libs/PanoTagPlugin/controller/index.js +177 -186
- package/libs/PanoTagPlugin/index.js +7 -69
- package/libs/PanoTagPlugin/utils/checkRange.d.ts +1 -1
- package/libs/PanoTagPlugin/utils/resizeObserver.js +1 -1
- package/libs/PanoTagPlugin/utils/search.js +9 -27
- package/libs/base/BasePluginWithData.js +0 -1
- package/libs/components/PaintBrush/Controller.d.ts +2 -2
- package/libs/components/PaintBrush/Controller.js +3 -4
- package/libs/components/PaintBrush/index.js +2 -9
- package/libs/components/PaintBrush/tween.js +7 -11
- package/libs/components/PaintBrush/utils.d.ts +1 -1
- package/libs/env.d.ts +1 -0
- package/libs/floorplan/Components/BaseImage.js +29 -30
- package/libs/floorplan/Components/Camera.js +24 -24
- package/libs/floorplan/Components/Compass.js +36 -36
- package/libs/floorplan/Components/CurrentFloor.js +65 -74
- package/libs/floorplan/Components/Main.js +94 -112
- package/libs/floorplan/Components/Normalmage.js +21 -21
- package/libs/floorplan/Components/RoomHighlight/Room.js +20 -20
- package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +43 -44
- package/libs/floorplan/Components/RoomLabels/RoomLabel.js +60 -59
- package/libs/floorplan/Components/RoomLabels/RoomLabels.js +61 -61
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +136 -124
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +21 -21
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +20 -20
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +22 -22
- package/libs/floorplan/Components/RuleLabels/RuleItem.js +68 -68
- package/libs/floorplan/Components/RuleLabels/RuleLabels.js +40 -40
- package/libs/floorplan/Components/SvgImage.js +19 -19
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.d.ts +1 -1
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +145 -146
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +4 -47
- package/libs/floorplan/ModelFloorplanPlugin/Controller.d.ts +1 -1
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +187 -189
- package/libs/floorplan/ModelFloorplanPlugin/index.js +4 -47
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +32 -31
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +56 -60
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +29 -29
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +75 -83
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +92 -74
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +4 -24
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.d.ts +1 -1
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +181 -173
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +4 -44
- package/libs/floorplan/utils/constant.js +1 -2
- package/libs/floorplan/utils/correctFiveState.js +48 -30
- package/libs/floorplan/utils/formatData.js +58 -36
- package/libs/index.js +90 -328
- package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/get-changed-params.js +29 -0
- package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/get-params.js +23 -0
- package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/mount-swiper.js +14 -0
- package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/params-list.js +120 -0
- package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/update-swiper.js +36 -0
- package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/utils.js +32 -0
- package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/svelte/swiper-slide.js +182 -0
- package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/svelte/swiper.js +254 -0
- package/libs/shared-utils/Object3DHelper/Base/BaseController.js +2 -5
- package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.js +5 -16
- package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +16 -24
- package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.d.ts +1 -1
- package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +15 -23
- package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +2 -10
- package/libs/shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js +27 -29
- package/libs/shared-utils/Object3DHelper/Helper/HTML/tipsDom.js +19 -9
- package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +4 -5
- package/libs/shared-utils/Object3DHelper/Helper/OutlineHelper.js +1 -102
- package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +8 -14
- package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +2 -3
- package/libs/shared-utils/Object3DHelper/index.js +72 -43
- package/libs/shared-utils/Object3DHelper/utils/direction.js +14 -22
- package/libs/shared-utils/Object3DHelper/utils/getMouseRaycaster.d.ts +1 -1
- package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.d.ts +34 -0
- package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.js +1 -1
- package/libs/shared-utils/Subscribe.js +1 -1
- package/libs/shared-utils/animationFrame/BetterTween.js +24 -4
- package/libs/shared-utils/animationFrame/calculateProgress.js +3 -9
- package/libs/shared-utils/animationFrame/formatRad.js +1 -3
- package/libs/shared-utils/animationFrame/index.js +19 -39
- package/libs/shared-utils/animationFrame/tween.js +17 -17
- package/libs/shared-utils/filter.js +6 -26
- package/libs/shared-utils/five/changeMode.js +34 -16
- package/libs/shared-utils/index.js +29 -43
- package/libs/shared-utils/math/planimetry.d.ts +5 -5
- package/libs/shared-utils/math/planimetry.js +34 -121
- package/libs/shared-utils/removeArrayItem.d.ts +1 -1
- package/libs/shared-utils/three/Assets/index.js +1 -2
- package/libs/shared-utils/three/FivePointSelector.d.ts +1 -1
- package/libs/shared-utils/three/FivePointSelector.js +12 -26
- package/libs/shared-utils/three/Magnifier.d.ts +2 -2
- package/libs/shared-utils/three/Magnifier.js +3 -3
- package/libs/shared-utils/three/PointDomHelper.js +27 -35
- package/libs/shared-utils/three/PointHelper.js +1 -1
- package/libs/shared-utils/three/getIntersect.d.ts +1 -1
- package/libs/shared-utils/three/getRaycaster.d.ts +1 -1
- package/libs/shared-utils/three/loadTexture.js +25 -7
- package/libs/shared-utils/three/transfromToMeshBasicMaterial.js +18 -7
- package/libs/shared-utils/to.js +26 -8
- package/package.json +45 -28
- package/dist/style.css +0 -1
- package/docs/assets/icons.css +0 -1043
- package/docs/assets/icons.png +0 -0
- package/docs/assets/icons@2x.png +0 -0
- package/docs/assets/widgets.png +0 -0
- package/docs/assets/widgets@2x.png +0 -0
- package/docs/interfaces/CSS3DRenderPluginExportType.html +0 -4
- package/libs/CSS3DRenderPlugin/typing.js +0 -1
- package/libs/CSS3DRenderPlugin/utils/index.js +0 -13
- package/libs/CSS3DRenderPlugin/utils/random.js +0 -6
- package/libs/CameraMovementPlugin/index.js +0 -15
- package/libs/CruisePlugin/typing.js +0 -1
- package/libs/GuideLinePlugin/typing.js +0 -1
- package/libs/GuideLinePlugin/utils/getPoint.d.ts +0 -3
- package/libs/GuideLinePlugin/utils/getPoint.js +0 -18
- package/libs/GuideLinePlugin/utils/polyline-normals.d.js +0 -1
- package/libs/ItemLabelPlugin/events.type.js +0 -1
- package/libs/ModelChassisCompassPlugin/index.js +0 -10
- package/libs/ModelEntryDoorGuidePlugin/index.js +0 -11
- package/libs/ModelItemLabelPlugin/events.type.js +0 -1
- package/libs/ModelRoomLabelPlugin/typings.js +0 -1
- package/libs/ModelTVVideoPlugin/index.js +0 -19
- package/libs/ModelViewPlugin/index.js +0 -8
- package/libs/Object3DHelperPlugin/mocks/addObject3D.d.ts +0 -2
- package/libs/Object3DHelperPlugin/mocks/addObject3D.js +0 -1377
- package/libs/Object3DHelperPlugin/mocks/objects.d.ts +0 -7
- package/libs/Object3DHelperPlugin/mocks/objects.js +0 -47
- package/libs/Object3DHelperPlugin/typings.js +0 -1
- package/libs/PanoCompassPlugin/typings.js +0 -1
- package/libs/PanoDoorLabelPlugin/typings.js +0 -1
- package/libs/PanoMeasurePlugin/typings/data.js +0 -1
- package/libs/PanoMeasurePlugin/typings/event.type.js +0 -1
- package/libs/PanoMeasurePlugin/typings/index.js +0 -1
- package/libs/PanoMeasurePlugin/typings/utils.type.d.ts +0 -1
- package/libs/PanoMeasurePlugin/typings/utils.type.js +0 -1
- package/libs/PanoMeasurePlugin/utils/clearGroup.d.ts +0 -2
- package/libs/PanoMeasurePlugin/utils/clearGroup.js +0 -6
- package/libs/PanoRulerPlugin/index.js +0 -11
- package/libs/PanoRulerPlugin/typings.js +0 -1
- package/libs/PanoRulerProPlugin/typings.js +0 -1
- package/libs/PanoSpatialTagPlugin/index.js +0 -24
- package/libs/PanoSpatialTagPlugin/typings.js +0 -1
- package/libs/PanoTagPlugin/Components/Common/TextItem.js +0 -106
- package/libs/PanoTagPlugin/typings/controller.js +0 -1
- package/libs/PanoTagPlugin/typings/index.js +0 -7
- package/libs/PanoTagPlugin/utils/index.js +0 -36
- package/libs/TagComputer.2bc444dc.js +0 -315
- package/libs/components/index.js +0 -13
- package/libs/floorplan/MapviewFloorplanPlugin/typing.js +0 -1
- package/libs/floorplan/ModelFloorplanPlugin/typing.js +0 -1
- package/libs/floorplan/PanoFloorplanRadarPlugin/typing.js +0 -1
- package/libs/floorplan/TopviewFloorplanPlugin/style.d.ts +0 -1
- package/libs/floorplan/TopviewFloorplanPlugin/style.js +0 -11
- package/libs/floorplan/TopviewFloorplanPlugin/typing.js +0 -1
- package/libs/floorplan/index.js +0 -67
- package/libs/floorplan/typings/floorplanData.js +0 -1
- package/libs/floorplan/typings/index.js +0 -1
- package/libs/floorplan/typings/utility.js +0 -1
- package/libs/hammer.b5b6115e.js +0 -882
- package/libs/index.164f1850.js +0 -641
- package/libs/index.6a0eead1.js +0 -12
- package/libs/index.ad783a2f.js +0 -31
- package/libs/index.dca207cb.js +0 -37
- package/libs/index.f2f85d71.js +0 -40
- package/libs/index.fd12d787.js +0 -34
- package/libs/shared-utils/Object3DHelper/Helper/index.js +0 -30
- package/libs/shared-utils/Object3DHelper/typings/Direction.js +0 -1
- package/libs/shared-utils/Object3DHelper/typings/Hooks.js +0 -1
- package/libs/shared-utils/Object3DHelper/typings/Scissor.js +0 -1
- package/libs/shared-utils/Object3DHelper/typings/index.js +0 -1
- package/libs/shared-utils/Object3DHelper/utils/filterNotColinearPoints.js +0 -18
- package/libs/shared-utils/Object3DHelper/utils/finiteNumber.d.ts +0 -1
- package/libs/shared-utils/Object3DHelper/utils/finiteNumber.js +0 -6
- package/libs/shared-utils/Object3DHelper/utils/getPoint.js +0 -18
- package/libs/shared-utils/Object3DHelper/utils/index.js +0 -29
- package/libs/shared-utils/Object3DHelper/utils/negateScale.d.ts +0 -2
- package/libs/shared-utils/Object3DHelper/utils/negateScale.js +0 -7
- package/libs/shared-utils/Object3DHelper/utils/normalPositionToPositions.js +0 -13
- package/libs/shared-utils/Object3DHelper/utils/object3DBoundingPosition.js +0 -5
- package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.d.js +0 -4
- package/libs/shared-utils/Preloader.d.ts +0 -6
- package/libs/shared-utils/Preloader.js +0 -18
- package/libs/shared-utils/formatRad.d.ts +0 -7
- package/libs/shared-utils/formatRad.js +0 -7
- package/libs/shared-utils/getRandomColor.d.ts +0 -1
- package/libs/shared-utils/getRandomColor.js +0 -6
- package/libs/shared-utils/logger.d.ts +0 -16
- package/libs/shared-utils/logger.js +0 -27
- package/libs/shared-utils/math/evenNumber.d.ts +0 -3
- package/libs/shared-utils/math/evenNumber.js +0 -7
- package/libs/shared-utils/math/index.js +0 -6
- package/libs/shared-utils/px2rem.d.ts +0 -1
- package/libs/shared-utils/px2rem.js +0 -6
- package/libs/shared-utils/three/getExtraModelLoader.d.ts +0 -6
- package/libs/shared-utils/three/getExtraModelLoader.js +0 -18
- package/libs/shared-utils/three/getNormal.d.ts +0 -2
- package/libs/shared-utils/three/getNormal.js +0 -7
- package/libs/shared-utils/three/getTextureLoader.d.ts +0 -6
- package/libs/shared-utils/three/getTextureLoader.js +0 -16
- package/libs/shared-utils/three/index.js +0 -33
- package/libs/shared-utils/three/loadFbxObj.d.ts +0 -2
- package/libs/shared-utils/three/loadFbxObj.js +0 -16
- package/libs/shared-utils/vectorTocoordinates.d.ts +0 -7
- package/libs/shared-utils/vectorTocoordinates.js +0 -10
- package/libs/style.css +0 -1
- package/libs/tween.esm.bad2b2b4.js +0 -340
- package/libs/typings/math.type.js +0 -1
- package/libs/typings/utils.type.d.ts +0 -2
- package/libs/typings/utils.type.js +0 -1
|
@@ -1,26 +1,22 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent as O, init as P, safe_not_equal as Q, append_styles as V, empty as X, insert as J, transition_in as v, group_outros as Y, transition_out as _, check_outros as Z, detach as K, element as c, create_component as D, space as T, attr as b, set_style as A, add_render_callback as x, toggle_class as G, mount_component as I, append as m, add_resize_listener as ee, listen as te, destroy_component as M } from "svelte/internal";
|
|
2
2
|
import ie from "../../../shared-utils/uuid.js";
|
|
3
|
-
import "
|
|
3
|
+
import "animejs";
|
|
4
|
+
import "svelte";
|
|
4
5
|
import "three";
|
|
5
6
|
import "../../utils/constants.js";
|
|
7
|
+
import "svelte/transition";
|
|
8
|
+
import "svelte/easing";
|
|
6
9
|
import ne from "../Common/Shadow.js";
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import "../../../shared-utils/isNil.js";
|
|
11
|
-
import "../../utils/search.js";
|
|
12
|
-
import "../../../index.dca207cb.js";
|
|
13
|
-
import "../../../index.6a0eead1.js";
|
|
14
|
-
import "../Common/Arrow.js";
|
|
15
|
-
import "../../Assets/Icon.js";
|
|
16
|
-
import "../../utils/doUtil.js";
|
|
10
|
+
import oe from "../Common/Audio.js";
|
|
11
|
+
import le from "../Common/Line/Straight.js";
|
|
12
|
+
import se from "../Common/MultiLineText.js";
|
|
17
13
|
function re(e) {
|
|
18
14
|
V(e, "svelte-4r8s18", ".audio-tag.svelte-4r8s18.svelte-4r8s18{position:absolute;left:0;top:0;width:0;height:0;overflow:visible}.line.svelte-4r8s18.svelte-4r8s18{display:flex;position:absolute;top:0;left:0;width:10.125rem;height:0.0625rem;transform:translate3d(0, -50%, 0.625rem)}.content.svelte-4r8s18.svelte-4r8s18{width:-moz-max-content;width:max-content;height:3.375rem;padding:2.25rem 0.25rem 0 1rem;position:absolute;left:0;bottom:0.125rem;overflow:hidden;box-sizing:border-box;font-size:0;white-space:nowrap;font-weight:600}.wrapper.svelte-4r8s18.svelte-4r8s18{position:relative;width:100%;height:100%}.audio-icon.svelte-4r8s18.svelte-4r8s18{vertical-align:top;display:inline-block;width:1rem;height:1rem;margin-right:0.25rem;margin-top:0.0625rem}.unfolded.svelte-4r8s18 .audio-icon.svelte-4r8s18{pointer-events:auto}");
|
|
19
15
|
}
|
|
20
|
-
function
|
|
21
|
-
var
|
|
22
|
-
let
|
|
23
|
-
return
|
|
16
|
+
function H(e) {
|
|
17
|
+
var W, q, L, N;
|
|
18
|
+
let o, l, i, n, s, p, a, f, h, u, $, d, g, C, k, U, R;
|
|
19
|
+
return l = new ne({
|
|
24
20
|
props: {
|
|
25
21
|
visible: e[5],
|
|
26
22
|
left: e[2] / 2 + "px",
|
|
@@ -29,21 +25,21 @@ function G(e) {
|
|
|
29
25
|
blurRadius: 120,
|
|
30
26
|
spreadRadius: 60
|
|
31
27
|
}
|
|
32
|
-
}),
|
|
28
|
+
}), s = new le({
|
|
33
29
|
props: {
|
|
34
30
|
unfolded: e[5],
|
|
35
31
|
duration: 1e3,
|
|
36
|
-
outDelay: e[4] + 20 * Math.min((
|
|
32
|
+
outDelay: e[4] + 20 * Math.min((q = (W = e[3][0]) == null ? void 0 : W.content.length) != null ? q : 10, 15)
|
|
37
33
|
}
|
|
38
|
-
}),
|
|
34
|
+
}), u = new oe({
|
|
39
35
|
props: {
|
|
40
36
|
unfolded: e[5],
|
|
41
37
|
url: e[0].data.audioUrl,
|
|
42
38
|
duration: 1e3,
|
|
43
|
-
outDelay: 20 * Math.min((
|
|
39
|
+
outDelay: 20 * Math.min((N = (L = e[3][0]) == null ? void 0 : L.content.length) != null ? N : 10, 15),
|
|
44
40
|
hooksInfo: { tag: e[0] }
|
|
45
41
|
}
|
|
46
|
-
}),
|
|
42
|
+
}), g = new se({
|
|
47
43
|
props: {
|
|
48
44
|
visible: e[5],
|
|
49
45
|
textUnfolded: e[1],
|
|
@@ -51,90 +47,88 @@ function G(e) {
|
|
|
51
47
|
}
|
|
52
48
|
}), {
|
|
53
49
|
c() {
|
|
54
|
-
|
|
50
|
+
o = c("div"), D(l.$$.fragment), i = T(), n = c("div"), D(s.$$.fragment), p = T(), a = c("div"), f = c("div"), h = c("div"), D(u.$$.fragment), $ = T(), d = c("div"), D(g.$$.fragment), b(n, "class", "line svelte-4r8s18"), A(n, "width", e[2] + "px", !1), b(h, "class", "audio-icon svelte-4r8s18"), A(d, "display", "inline-block", !1), b(f, "class", "wrapper svelte-4r8s18"), b(a, "class", "content svelte-4r8s18"), x(() => e[8].call(a)), b(o, "class", "audio-tag svelte-4r8s18"), G(o, "unfolded", e[5]);
|
|
55
51
|
},
|
|
56
52
|
m(t, r) {
|
|
57
|
-
|
|
53
|
+
J(t, o, r), I(l, o, null), m(o, i), m(o, n), I(s, n, null), m(o, p), m(o, a), m(a, f), m(f, h), I(u, h, null), m(f, $), m(f, d), I(g, d, null), C = ee(a, e[8].bind(a)), k = !0, U || (R = te(d, "click", e[6]), U = !0);
|
|
58
54
|
},
|
|
59
55
|
p(t, r) {
|
|
60
|
-
var
|
|
61
|
-
const S = {};
|
|
62
|
-
r & 32 && (S.visible = t[5]), r & 4 && (S.left = t[2] / 2 + "px"), o.$set(S);
|
|
56
|
+
var j, B, E, F;
|
|
63
57
|
const y = {};
|
|
64
|
-
r & 32 && (y.
|
|
65
|
-
const
|
|
66
|
-
r & 32 && (
|
|
58
|
+
r & 32 && (y.visible = t[5]), r & 4 && (y.left = t[2] / 2 + "px"), l.$set(y);
|
|
59
|
+
const S = {};
|
|
60
|
+
r & 32 && (S.unfolded = t[5]), r & 24 && (S.outDelay = t[4] + 20 * Math.min((B = (j = t[3][0]) == null ? void 0 : j.content.length) != null ? B : 10, 15)), s.$set(S), r & 4 && A(n, "width", t[2] + "px", !1);
|
|
61
|
+
const w = {};
|
|
62
|
+
r & 32 && (w.unfolded = t[5]), r & 1 && (w.url = t[0].data.audioUrl), r & 8 && (w.outDelay = 20 * Math.min((F = (E = t[3][0]) == null ? void 0 : E.content.length) != null ? F : 10, 15)), r & 1 && (w.hooksInfo = { tag: t[0] }), u.$set(w);
|
|
67
63
|
const z = {};
|
|
68
|
-
r & 32 && (z.visible = t[5]), r & 2 && (z.textUnfolded = t[1]), r & 8 && (z.textItems = t[3]),
|
|
64
|
+
r & 32 && (z.visible = t[5]), r & 2 && (z.textUnfolded = t[1]), r & 8 && (z.textItems = t[3]), g.$set(z), r & 32 && G(o, "unfolded", t[5]);
|
|
69
65
|
},
|
|
70
66
|
i(t) {
|
|
71
|
-
|
|
67
|
+
k || (v(l.$$.fragment, t), v(s.$$.fragment, t), v(u.$$.fragment, t), v(g.$$.fragment, t), k = !0);
|
|
72
68
|
},
|
|
73
69
|
o(t) {
|
|
74
|
-
_(
|
|
70
|
+
_(l.$$.fragment, t), _(s.$$.fragment, t), _(u.$$.fragment, t), _(g.$$.fragment, t), k = !1;
|
|
75
71
|
},
|
|
76
72
|
d(t) {
|
|
77
|
-
t &&
|
|
73
|
+
t && K(o), M(l), M(s), M(u), M(g), C(), U = !1, R();
|
|
78
74
|
}
|
|
79
75
|
};
|
|
80
76
|
}
|
|
81
77
|
function ae(e) {
|
|
82
|
-
let
|
|
78
|
+
let o, l, i = e[0].state && H(e);
|
|
83
79
|
return {
|
|
84
80
|
c() {
|
|
85
|
-
i && i.c(),
|
|
81
|
+
i && i.c(), o = X();
|
|
86
82
|
},
|
|
87
|
-
m(n,
|
|
88
|
-
i && i.m(n,
|
|
83
|
+
m(n, s) {
|
|
84
|
+
i && i.m(n, s), J(n, o, s), l = !0;
|
|
89
85
|
},
|
|
90
|
-
p(n, [
|
|
91
|
-
n[0].state ? i ? (i.p(n,
|
|
86
|
+
p(n, [s]) {
|
|
87
|
+
n[0].state ? i ? (i.p(n, s), s & 1 && v(i, 1)) : (i = H(n), i.c(), v(i, 1), i.m(o.parentNode, o)) : i && (Y(), _(i, 1, 1, () => {
|
|
92
88
|
i = null;
|
|
93
|
-
}),
|
|
89
|
+
}), Z());
|
|
94
90
|
},
|
|
95
91
|
i(n) {
|
|
96
|
-
|
|
92
|
+
l || (v(i), l = !0);
|
|
97
93
|
},
|
|
98
94
|
o(n) {
|
|
99
|
-
_(i),
|
|
95
|
+
_(i), l = !1;
|
|
100
96
|
},
|
|
101
97
|
d(n) {
|
|
102
|
-
i && i.d(n), n &&
|
|
98
|
+
i && i.d(n), n && K(o);
|
|
103
99
|
}
|
|
104
100
|
};
|
|
105
101
|
}
|
|
106
|
-
function de(e,
|
|
107
|
-
let i, n,
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
function k() {
|
|
111
|
-
o(1, d = !d);
|
|
102
|
+
function de(e, o, l) {
|
|
103
|
+
let i, n, s, { tag: p } = o, a = !1, f, h = [];
|
|
104
|
+
function u() {
|
|
105
|
+
l(1, a = !a);
|
|
112
106
|
}
|
|
113
|
-
function
|
|
114
|
-
|
|
107
|
+
function $() {
|
|
108
|
+
f = this.clientWidth, l(2, f);
|
|
115
109
|
}
|
|
116
|
-
return e.$$set = (
|
|
117
|
-
"tag" in
|
|
110
|
+
return e.$$set = (d) => {
|
|
111
|
+
"tag" in d && l(0, p = d.tag);
|
|
118
112
|
}, e.$$.update = () => {
|
|
119
|
-
|
|
113
|
+
var d;
|
|
114
|
+
e.$$.dirty & 1 && l(5, i = !!((d = p.state) != null && d.unfolded)), e.$$.dirty & 1 && l(7, n = p.data.text), e.$$.dirty & 128 && l(3, h = [{ id: ie(), content: n }]), e.$$.dirty & 2 && l(4, s = a ? 450 : 0);
|
|
120
115
|
}, [
|
|
116
|
+
p,
|
|
121
117
|
a,
|
|
122
|
-
d,
|
|
123
|
-
u,
|
|
124
118
|
f,
|
|
125
|
-
l,
|
|
126
|
-
i,
|
|
127
|
-
k,
|
|
128
119
|
h,
|
|
120
|
+
s,
|
|
121
|
+
i,
|
|
122
|
+
u,
|
|
129
123
|
n,
|
|
130
|
-
|
|
124
|
+
$
|
|
131
125
|
];
|
|
132
126
|
}
|
|
133
|
-
class
|
|
134
|
-
constructor(
|
|
135
|
-
super(), P(this,
|
|
127
|
+
class ke extends O {
|
|
128
|
+
constructor(o) {
|
|
129
|
+
super(), P(this, o, de, ae, Q, { tag: 0 }, re);
|
|
136
130
|
}
|
|
137
131
|
}
|
|
138
132
|
export {
|
|
139
|
-
|
|
133
|
+
ke as default
|
|
140
134
|
};
|
|
@@ -1,72 +1,73 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { SvelteComponent as u, init as d, safe_not_equal as p, append_styles as _, element as g, attr as v, insert as a, noop as f, detach as r, HtmlTag as h, empty as k, binding_callbacks as b } from "svelte/internal";
|
|
2
|
+
import { onMount as y, onDestroy as C } from "svelte";
|
|
3
|
+
function j(i) {
|
|
4
|
+
_(i, "svelte-kzl2aj", ".customElement__container.svelte-kzl2aj{position:relative}");
|
|
4
5
|
}
|
|
5
|
-
function
|
|
6
|
-
let l, e =
|
|
6
|
+
function m(i) {
|
|
7
|
+
let l, e = i[0].element + "", n;
|
|
7
8
|
return {
|
|
8
9
|
c() {
|
|
9
|
-
l = new
|
|
10
|
+
l = new h(!1), n = k(), l.a = n;
|
|
10
11
|
},
|
|
11
|
-
m(t,
|
|
12
|
-
l.m(e, t,
|
|
12
|
+
m(t, o) {
|
|
13
|
+
l.m(e, t, o), a(t, n, o);
|
|
13
14
|
},
|
|
14
|
-
p(t,
|
|
15
|
-
|
|
15
|
+
p(t, o) {
|
|
16
|
+
o & 1 && e !== (e = t[0].element + "") && l.p(e);
|
|
16
17
|
},
|
|
17
18
|
d(t) {
|
|
18
19
|
t && r(n), t && l.d();
|
|
19
20
|
}
|
|
20
21
|
};
|
|
21
22
|
}
|
|
22
|
-
function z(
|
|
23
|
-
let l, e = typeof
|
|
23
|
+
function z(i) {
|
|
24
|
+
let l, e = typeof i[0].element == "string" && m(i);
|
|
24
25
|
return {
|
|
25
26
|
c() {
|
|
26
|
-
l =
|
|
27
|
+
l = g("div"), e && e.c(), v(l, "class", "customElement__container svelte-kzl2aj");
|
|
27
28
|
},
|
|
28
29
|
m(n, t) {
|
|
29
|
-
|
|
30
|
+
a(n, l, t), e && e.m(l, null), i[2](l);
|
|
30
31
|
},
|
|
31
32
|
p(n, [t]) {
|
|
32
|
-
typeof n[0].element == "string" ? e ? e.p(n, t) : (e =
|
|
33
|
+
typeof n[0].element == "string" ? e ? e.p(n, t) : (e = m(n), e.c(), e.m(l, null)) : e && (e.d(1), e = null);
|
|
33
34
|
},
|
|
34
|
-
i:
|
|
35
|
-
o,
|
|
35
|
+
i: f,
|
|
36
|
+
o: f,
|
|
36
37
|
d(n) {
|
|
37
|
-
n && r(l), e && e.d(),
|
|
38
|
+
n && r(l), e && e.d(), i[2](null);
|
|
38
39
|
}
|
|
39
40
|
};
|
|
40
41
|
}
|
|
41
|
-
function E(
|
|
42
|
-
let { tag: n } = l, t,
|
|
43
|
-
|
|
42
|
+
function E(i, l, e) {
|
|
43
|
+
let { tag: n } = l, t, o;
|
|
44
|
+
y(() => {
|
|
44
45
|
if (t) {
|
|
45
46
|
if (n.element instanceof Element) {
|
|
46
|
-
const
|
|
47
|
-
t.appendChild(
|
|
47
|
+
const s = n.element;
|
|
48
|
+
t.appendChild(s), o = () => t == null ? void 0 : t.removeChild(s);
|
|
48
49
|
} else if (typeof n.element == "function") {
|
|
49
|
-
const
|
|
50
|
-
|
|
50
|
+
const s = n.element;
|
|
51
|
+
o = s(t);
|
|
51
52
|
}
|
|
52
53
|
}
|
|
53
|
-
}),
|
|
54
|
-
|
|
54
|
+
}), C(() => {
|
|
55
|
+
o == null || o();
|
|
55
56
|
});
|
|
56
|
-
function c(
|
|
57
|
-
|
|
58
|
-
t =
|
|
57
|
+
function c(s) {
|
|
58
|
+
b[s ? "unshift" : "push"](() => {
|
|
59
|
+
t = s, e(1, t);
|
|
59
60
|
});
|
|
60
61
|
}
|
|
61
|
-
return
|
|
62
|
-
"tag" in
|
|
62
|
+
return i.$$set = (s) => {
|
|
63
|
+
"tag" in s && e(0, n = s.tag);
|
|
63
64
|
}, [n, t, c];
|
|
64
65
|
}
|
|
65
|
-
class
|
|
66
|
+
class D extends u {
|
|
66
67
|
constructor(l) {
|
|
67
68
|
super(), d(this, l, E, z, p, { tag: 0 }, j);
|
|
68
69
|
}
|
|
69
70
|
}
|
|
70
71
|
export {
|
|
71
|
-
|
|
72
|
+
D as default
|
|
72
73
|
};
|
|
@@ -1,30 +1,21 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent as B, init as Y, safe_not_equal as z, append_styles as A, empty as q, insert as g, transition_in as m, group_outros as j, transition_out as _, check_outros as D, detach as h, create_component as w, space as y, element as N, attr as C, mount_component as k, update_keyed_each as E, outro_and_destroy_block as F, destroy_component as v } from "svelte/internal";
|
|
2
2
|
import G from "../../../shared-utils/uuid.js";
|
|
3
3
|
import H from "../Common/Text.js";
|
|
4
4
|
import J from "../Common/Line/Polyline.js";
|
|
5
5
|
import K from "../Common/Media.js";
|
|
6
6
|
import L from "../Common/Shadow.js";
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
import "../../utils/search.js";
|
|
10
|
-
import "../../utils/constants.js";
|
|
11
|
-
import "../../../index.dca207cb.js";
|
|
12
|
-
import "../../../index.6a0eead1.js";
|
|
13
|
-
import "../../utils/noTypecheck.js";
|
|
14
|
-
import "../Common/MediaItem.js";
|
|
15
|
-
import "../../Assets/Icon.js";
|
|
16
|
-
function O(f) {
|
|
17
|
-
A(f, "svelte-1f7m1lj", ".line.svelte-1f7m1lj{position:absolute;width:6.5625rem;height:1.3125rem;transform:translateY(-100%)}.text.svelte-1f7m1lj{position:absolute;width:6.25rem;left:1rem;bottom:0.0625rem;font-weight:600}.media-wrapper.svelte-1f7m1lj{position:absolute;left:0.875rem;top:-5.3125rem;width:5.625rem;height:3.75rem;font-weight:600}");
|
|
7
|
+
function O(a) {
|
|
8
|
+
A(a, "svelte-1f7m1lj", ".line.svelte-1f7m1lj{position:absolute;width:6.5625rem;height:1.3125rem;transform:translateY(-100%)}.text.svelte-1f7m1lj{position:absolute;width:6.25rem;left:1rem;bottom:0.0625rem;font-weight:600}.media-wrapper.svelte-1f7m1lj{position:absolute;left:0.875rem;top:-5.3125rem;width:5.625rem;height:3.75rem;font-weight:600}");
|
|
18
9
|
}
|
|
19
|
-
function
|
|
20
|
-
const e =
|
|
21
|
-
return e[
|
|
10
|
+
function M(a, n, o) {
|
|
11
|
+
const e = a.slice();
|
|
12
|
+
return e[5] = n[o].id, e[1] = n[o].content, e;
|
|
22
13
|
}
|
|
23
|
-
function
|
|
24
|
-
let
|
|
25
|
-
|
|
14
|
+
function P(a) {
|
|
15
|
+
let n, o, e, l, r, i = [], d = /* @__PURE__ */ new Map(), u, c, $;
|
|
16
|
+
n = new L({
|
|
26
17
|
props: {
|
|
27
|
-
visible:
|
|
18
|
+
visible: a[4],
|
|
28
19
|
left: 61,
|
|
29
20
|
bottom: 57,
|
|
30
21
|
width: 2,
|
|
@@ -33,102 +24,102 @@ function B(f) {
|
|
|
33
24
|
}
|
|
34
25
|
}), l = new J({
|
|
35
26
|
props: {
|
|
36
|
-
unfolded:
|
|
27
|
+
unfolded: a[4],
|
|
37
28
|
duration: 1e3,
|
|
38
29
|
outDelay: 400
|
|
39
30
|
}
|
|
40
31
|
});
|
|
41
|
-
let
|
|
42
|
-
const I = (t) => t[
|
|
43
|
-
for (let t = 0; t <
|
|
44
|
-
let
|
|
45
|
-
|
|
32
|
+
let b = a[2];
|
|
33
|
+
const I = (t) => t[5];
|
|
34
|
+
for (let t = 0; t < b.length; t += 1) {
|
|
35
|
+
let f = M(a, b, t), p = I(f);
|
|
36
|
+
d.set(p, i[t] = R(p, f));
|
|
46
37
|
}
|
|
47
|
-
let s =
|
|
38
|
+
let s = a[3] && S(a);
|
|
48
39
|
return {
|
|
49
40
|
c() {
|
|
50
|
-
|
|
51
|
-
for (let t = 0; t <
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
},
|
|
55
|
-
m(t,
|
|
56
|
-
|
|
57
|
-
for (let
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
},
|
|
61
|
-
p(t,
|
|
62
|
-
const
|
|
63
|
-
|
|
64
|
-
const
|
|
65
|
-
|
|
41
|
+
w(n.$$.fragment), o = y(), e = N("div"), w(l.$$.fragment), r = y();
|
|
42
|
+
for (let t = 0; t < i.length; t += 1)
|
|
43
|
+
i[t].c();
|
|
44
|
+
u = y(), s && s.c(), c = q(), C(e, "class", "line svelte-1f7m1lj");
|
|
45
|
+
},
|
|
46
|
+
m(t, f) {
|
|
47
|
+
k(n, t, f), g(t, o, f), g(t, e, f), k(l, e, null), g(t, r, f);
|
|
48
|
+
for (let p = 0; p < i.length; p += 1)
|
|
49
|
+
i[p].m(t, f);
|
|
50
|
+
g(t, u, f), s && s.m(t, f), g(t, c, f), $ = !0;
|
|
51
|
+
},
|
|
52
|
+
p(t, f) {
|
|
53
|
+
const p = {};
|
|
54
|
+
f & 16 && (p.visible = t[4]), n.$set(p);
|
|
55
|
+
const T = {};
|
|
56
|
+
f & 16 && (T.unfolded = t[4]), l.$set(T), f & 20 && (b = t[2], j(), i = E(i, f, I, 1, t, b, d, u.parentNode, F, R, u, M), D()), t[3] ? s ? (s.p(t, f), f & 8 && m(s, 1)) : (s = S(t), s.c(), m(s, 1), s.m(c.parentNode, c)) : s && (j(), _(s, 1, 1, () => {
|
|
66
57
|
s = null;
|
|
67
|
-
}),
|
|
58
|
+
}), D());
|
|
68
59
|
},
|
|
69
60
|
i(t) {
|
|
70
|
-
if (
|
|
71
|
-
|
|
72
|
-
for (let
|
|
73
|
-
|
|
74
|
-
|
|
61
|
+
if (!$) {
|
|
62
|
+
m(n.$$.fragment, t), m(l.$$.fragment, t);
|
|
63
|
+
for (let f = 0; f < b.length; f += 1)
|
|
64
|
+
m(i[f]);
|
|
65
|
+
m(s), $ = !0;
|
|
75
66
|
}
|
|
76
67
|
},
|
|
77
68
|
o(t) {
|
|
78
|
-
|
|
79
|
-
for (let
|
|
80
|
-
|
|
81
|
-
|
|
69
|
+
_(n.$$.fragment, t), _(l.$$.fragment, t);
|
|
70
|
+
for (let f = 0; f < i.length; f += 1)
|
|
71
|
+
_(i[f]);
|
|
72
|
+
_(s), $ = !1;
|
|
82
73
|
},
|
|
83
74
|
d(t) {
|
|
84
|
-
|
|
85
|
-
for (let
|
|
86
|
-
|
|
87
|
-
t &&
|
|
75
|
+
v(n, t), t && h(o), t && h(e), v(l), t && h(r);
|
|
76
|
+
for (let f = 0; f < i.length; f += 1)
|
|
77
|
+
i[f].d(t);
|
|
78
|
+
t && h(u), s && s.d(t), t && h(c);
|
|
88
79
|
}
|
|
89
80
|
};
|
|
90
81
|
}
|
|
91
|
-
function
|
|
82
|
+
function R(a, n) {
|
|
92
83
|
let o, e, l;
|
|
93
84
|
return e = new H({
|
|
94
85
|
props: {
|
|
95
|
-
unfolded:
|
|
96
|
-
content:
|
|
86
|
+
unfolded: n[4],
|
|
87
|
+
content: n[1],
|
|
97
88
|
inDelay: 500
|
|
98
89
|
}
|
|
99
90
|
}), {
|
|
100
|
-
key:
|
|
91
|
+
key: a,
|
|
101
92
|
first: null,
|
|
102
93
|
c() {
|
|
103
|
-
o =
|
|
94
|
+
o = N("div"), w(e.$$.fragment), C(o, "class", "text svelte-1f7m1lj"), this.first = o;
|
|
104
95
|
},
|
|
105
|
-
m(
|
|
106
|
-
|
|
96
|
+
m(r, i) {
|
|
97
|
+
g(r, o, i), k(e, o, null), l = !0;
|
|
107
98
|
},
|
|
108
|
-
p(
|
|
109
|
-
|
|
110
|
-
const
|
|
111
|
-
|
|
99
|
+
p(r, i) {
|
|
100
|
+
n = r;
|
|
101
|
+
const d = {};
|
|
102
|
+
i & 16 && (d.unfolded = n[4]), i & 4 && (d.content = n[1]), e.$set(d);
|
|
112
103
|
},
|
|
113
|
-
i(
|
|
114
|
-
l || (
|
|
104
|
+
i(r) {
|
|
105
|
+
l || (m(e.$$.fragment, r), l = !0);
|
|
115
106
|
},
|
|
116
|
-
o(
|
|
117
|
-
|
|
107
|
+
o(r) {
|
|
108
|
+
_(e.$$.fragment, r), l = !1;
|
|
118
109
|
},
|
|
119
|
-
d(
|
|
120
|
-
|
|
110
|
+
d(r) {
|
|
111
|
+
r && h(o), v(e);
|
|
121
112
|
}
|
|
122
113
|
};
|
|
123
114
|
}
|
|
124
|
-
function
|
|
125
|
-
let
|
|
115
|
+
function S(a) {
|
|
116
|
+
let n, o, e;
|
|
126
117
|
return o = new K({
|
|
127
118
|
props: {
|
|
128
119
|
autoplayConfig: { autoplay: !1 },
|
|
129
|
-
unfolded:
|
|
130
|
-
mediaData:
|
|
131
|
-
tag:
|
|
120
|
+
unfolded: a[4],
|
|
121
|
+
mediaData: a[3],
|
|
122
|
+
tag: a[0],
|
|
132
123
|
enableCarousel: !1,
|
|
133
124
|
canPlay: !1,
|
|
134
125
|
playButtonIfNeed: "small",
|
|
@@ -137,66 +128,65 @@ function P(f) {
|
|
|
137
128
|
}
|
|
138
129
|
}), {
|
|
139
130
|
c() {
|
|
140
|
-
|
|
131
|
+
n = N("div"), w(o.$$.fragment), C(n, "class", "media-wrapper svelte-1f7m1lj");
|
|
141
132
|
},
|
|
142
|
-
m(l,
|
|
143
|
-
|
|
133
|
+
m(l, r) {
|
|
134
|
+
g(l, n, r), k(o, n, null), e = !0;
|
|
144
135
|
},
|
|
145
|
-
p(l,
|
|
146
|
-
const
|
|
147
|
-
|
|
136
|
+
p(l, r) {
|
|
137
|
+
const i = {};
|
|
138
|
+
r & 16 && (i.unfolded = l[4]), r & 8 && (i.mediaData = l[3]), r & 1 && (i.tag = l[0]), o.$set(i);
|
|
148
139
|
},
|
|
149
140
|
i(l) {
|
|
150
|
-
e || (
|
|
141
|
+
e || (m(o.$$.fragment, l), e = !0);
|
|
151
142
|
},
|
|
152
143
|
o(l) {
|
|
153
|
-
|
|
144
|
+
_(o.$$.fragment, l), e = !1;
|
|
154
145
|
},
|
|
155
146
|
d(l) {
|
|
156
|
-
l &&
|
|
147
|
+
l && h(n), v(o);
|
|
157
148
|
}
|
|
158
149
|
};
|
|
159
150
|
}
|
|
160
|
-
function Q(
|
|
161
|
-
let
|
|
151
|
+
function Q(a) {
|
|
152
|
+
let n, o, e = a[0].state && P(a);
|
|
162
153
|
return {
|
|
163
154
|
c() {
|
|
164
|
-
e && e.c(),
|
|
155
|
+
e && e.c(), n = q();
|
|
165
156
|
},
|
|
166
|
-
m(l,
|
|
167
|
-
e && e.m(l,
|
|
157
|
+
m(l, r) {
|
|
158
|
+
e && e.m(l, r), g(l, n, r), o = !0;
|
|
168
159
|
},
|
|
169
|
-
p(l, [
|
|
170
|
-
l[0].state ? e ? (e.p(l,
|
|
160
|
+
p(l, [r]) {
|
|
161
|
+
l[0].state ? e ? (e.p(l, r), r & 1 && m(e, 1)) : (e = P(l), e.c(), m(e, 1), e.m(n.parentNode, n)) : e && (j(), _(e, 1, 1, () => {
|
|
171
162
|
e = null;
|
|
172
|
-
}),
|
|
163
|
+
}), D());
|
|
173
164
|
},
|
|
174
165
|
i(l) {
|
|
175
|
-
o || (
|
|
166
|
+
o || (m(e), o = !0);
|
|
176
167
|
},
|
|
177
168
|
o(l) {
|
|
178
|
-
|
|
169
|
+
_(e), o = !1;
|
|
179
170
|
},
|
|
180
171
|
d(l) {
|
|
181
|
-
e && e.d(l), l &&
|
|
172
|
+
e && e.d(l), l && h(n);
|
|
182
173
|
}
|
|
183
174
|
};
|
|
184
175
|
}
|
|
185
|
-
function U(
|
|
186
|
-
let e, l,
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
}, [m, l, k, a, e, r, u, p];
|
|
176
|
+
function U(a, n, o) {
|
|
177
|
+
let e, l, r, { tag: i } = n, d;
|
|
178
|
+
return a.$$set = (u) => {
|
|
179
|
+
"tag" in u && o(0, i = u.tag);
|
|
180
|
+
}, a.$$.update = () => {
|
|
181
|
+
var u, c, $;
|
|
182
|
+
a.$$.dirty & 1 && o(4, e = i.state ? i.state.unfolded : !1), a.$$.dirty & 1 && o(1, l = ((c = (u = i.data.text) == null ? void 0 : u.length) != null ? c : 0) > 7 ? (($ = i.data.text) == null ? void 0 : $.substring(0, 6)) + "..." : i.data.text), a.$$.dirty & 1 && o(3, r = i.data.mediaData), a.$$.dirty & 2 && o(2, d = l ? [{ id: G(), content: l }] : []);
|
|
183
|
+
}, [i, l, d, r, e];
|
|
194
184
|
}
|
|
195
|
-
class
|
|
196
|
-
constructor(
|
|
197
|
-
super(), Y(this,
|
|
185
|
+
class te extends B {
|
|
186
|
+
constructor(n) {
|
|
187
|
+
super(), Y(this, n, U, Q, z, { tag: 0 }, O);
|
|
198
188
|
}
|
|
199
189
|
}
|
|
200
190
|
export {
|
|
201
|
-
|
|
191
|
+
te as default
|
|
202
192
|
};
|