@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,16 +1,26 @@
|
|
|
1
|
-
import { SvelteComponent as S, init as T, safe_not_equal as C, append_styles as M, space as Y, empty as q, insert as
|
|
1
|
+
import { SvelteComponent as S, init as T, safe_not_equal as C, append_styles as M, space as Y, empty as q, insert as h, group_outros as b, update_keyed_each as A, outro_and_destroy_block as B, check_outros as k, transition_in as _, transition_out as p, detach as g, element as H, create_component as D, attr as U, set_style as v, mount_component as x, destroy_component as I, binding_callbacks as L } from "svelte/internal";
|
|
2
2
|
import j from "./Text.js";
|
|
3
3
|
import F from "./Arrow.js";
|
|
4
|
-
import G from "../../utils/doUtil.js";
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
import { doUtil as G } from "../../utils/doUtil.js";
|
|
5
|
+
import "animejs";
|
|
6
|
+
import "svelte";
|
|
7
|
+
import "../../../shared-utils/isNil.js";
|
|
8
|
+
import "three";
|
|
9
|
+
import "../../utils/search.js";
|
|
10
|
+
import "../../utils/constants.js";
|
|
11
|
+
import "svelte/transition";
|
|
12
|
+
import "../../Assets/Icon.js";
|
|
13
|
+
import "svelte/easing";
|
|
14
|
+
import "./Shadow.js";
|
|
15
|
+
function J(l) {
|
|
16
|
+
M(l, "svelte-1fuzm7v", ".text.svelte-1fuzm7v{pointer-events:auto;box-sizing:border-box;display:inline-block;max-width:7.5rem;transition:transform 400ms ease-in-out;font-size:0.75rem;line-height:1.125rem;white-space:initial;cursor:pointer}.arrow.svelte-1fuzm7v{pointer-events:auto;display:inline-block;vertical-align:top;width:0.875rem;height:0.875rem;margin-left:0.125rem;margin-top:0.125rem}");
|
|
7
17
|
}
|
|
8
|
-
function y(
|
|
9
|
-
const o =
|
|
10
|
-
return o[11] = t[
|
|
18
|
+
function y(l, t, i) {
|
|
19
|
+
const o = l.slice();
|
|
20
|
+
return o[11] = t[i].id, o[12] = t[i].content, o;
|
|
11
21
|
}
|
|
12
|
-
function w(
|
|
13
|
-
let
|
|
22
|
+
function w(l, t) {
|
|
23
|
+
let i, o, r;
|
|
14
24
|
return o = new j({
|
|
15
25
|
props: {
|
|
16
26
|
unfolded: t[0],
|
|
@@ -19,136 +29,136 @@ function w(r, t) {
|
|
|
19
29
|
outDelay: t[5]
|
|
20
30
|
}
|
|
21
31
|
}), {
|
|
22
|
-
key:
|
|
32
|
+
key: l,
|
|
23
33
|
first: null,
|
|
24
34
|
c() {
|
|
25
|
-
|
|
35
|
+
i = H("div"), D(o.$$.fragment), U(i, "class", "text svelte-1fuzm7v"), v(i, "transform", t[7], !1), this.first = i;
|
|
26
36
|
},
|
|
27
|
-
m(f,
|
|
28
|
-
|
|
37
|
+
m(f, m) {
|
|
38
|
+
h(f, i, m), x(o, i, null), t[10](i), r = !0;
|
|
29
39
|
},
|
|
30
|
-
p(f,
|
|
40
|
+
p(f, m) {
|
|
31
41
|
t = f;
|
|
32
|
-
const
|
|
33
|
-
|
|
42
|
+
const u = {};
|
|
43
|
+
m & 1 && (u.unfolded = t[0]), m & 2 && (u.content = t[12]), m & 32 && (u.outDelay = t[5]), o.$set(u), m & 128 && v(i, "transform", t[7], !1);
|
|
34
44
|
},
|
|
35
45
|
i(f) {
|
|
36
|
-
|
|
46
|
+
r || (_(o.$$.fragment, f), r = !0);
|
|
37
47
|
},
|
|
38
48
|
o(f) {
|
|
39
|
-
|
|
49
|
+
p(o.$$.fragment, f), r = !1;
|
|
40
50
|
},
|
|
41
51
|
d(f) {
|
|
42
|
-
f &&
|
|
52
|
+
f && g(i), I(o), t[10](null);
|
|
43
53
|
}
|
|
44
54
|
};
|
|
45
55
|
}
|
|
46
|
-
function z(
|
|
47
|
-
let t,
|
|
48
|
-
return
|
|
56
|
+
function z(l) {
|
|
57
|
+
let t, i, o;
|
|
58
|
+
return i = new F({
|
|
49
59
|
props: {
|
|
50
|
-
direction:
|
|
51
|
-
visible:
|
|
60
|
+
direction: l[6],
|
|
61
|
+
visible: l[0],
|
|
52
62
|
inDelay: 600,
|
|
53
63
|
duration: 1e3
|
|
54
64
|
}
|
|
55
65
|
}), {
|
|
56
66
|
c() {
|
|
57
|
-
t = H("div"), D(
|
|
67
|
+
t = H("div"), D(i.$$.fragment), U(t, "class", "arrow svelte-1fuzm7v");
|
|
58
68
|
},
|
|
59
|
-
m(
|
|
60
|
-
|
|
69
|
+
m(r, f) {
|
|
70
|
+
h(r, t, f), x(i, t, null), o = !0;
|
|
61
71
|
},
|
|
62
|
-
p(
|
|
63
|
-
const
|
|
64
|
-
f & 64 && (
|
|
72
|
+
p(r, f) {
|
|
73
|
+
const m = {};
|
|
74
|
+
f & 64 && (m.direction = r[6]), f & 1 && (m.visible = r[0]), i.$set(m);
|
|
65
75
|
},
|
|
66
|
-
i(
|
|
67
|
-
o || (_(
|
|
76
|
+
i(r) {
|
|
77
|
+
o || (_(i.$$.fragment, r), o = !0);
|
|
68
78
|
},
|
|
69
|
-
o(
|
|
70
|
-
|
|
79
|
+
o(r) {
|
|
80
|
+
p(i.$$.fragment, r), o = !1;
|
|
71
81
|
},
|
|
72
|
-
d(
|
|
73
|
-
|
|
82
|
+
d(r) {
|
|
83
|
+
r && g(t), I(i);
|
|
74
84
|
}
|
|
75
85
|
};
|
|
76
86
|
}
|
|
77
|
-
function K(
|
|
78
|
-
let t = [],
|
|
79
|
-
const
|
|
80
|
-
for (let e = 0; e <
|
|
81
|
-
let
|
|
82
|
-
|
|
87
|
+
function K(l) {
|
|
88
|
+
let t = [], i = /* @__PURE__ */ new Map(), o, r, f, m = l[1];
|
|
89
|
+
const u = (e) => e[11];
|
|
90
|
+
for (let e = 0; e < m.length; e += 1) {
|
|
91
|
+
let n = y(l, m, e), c = u(n);
|
|
92
|
+
i.set(c, t[e] = w(c, n));
|
|
83
93
|
}
|
|
84
|
-
let s =
|
|
94
|
+
let s = l[3] < l[4] && z(l);
|
|
85
95
|
return {
|
|
86
96
|
c() {
|
|
87
97
|
for (let e = 0; e < t.length; e += 1)
|
|
88
98
|
t[e].c();
|
|
89
|
-
o = Y(), s && s.c(),
|
|
99
|
+
o = Y(), s && s.c(), r = q();
|
|
90
100
|
},
|
|
91
|
-
m(e,
|
|
101
|
+
m(e, n) {
|
|
92
102
|
for (let c = 0; c < t.length; c += 1)
|
|
93
|
-
t[c].m(e,
|
|
94
|
-
|
|
103
|
+
t[c].m(e, n);
|
|
104
|
+
h(e, o, n), s && s.m(e, n), h(e, r, n), f = !0;
|
|
95
105
|
},
|
|
96
|
-
p(e, [
|
|
97
|
-
|
|
106
|
+
p(e, [n]) {
|
|
107
|
+
n & 167 && (m = e[1], b(), t = A(t, n, u, 1, e, m, i, o.parentNode, B, w, o, y), k()), e[3] < e[4] ? s ? (s.p(e, n), n & 24 && _(s, 1)) : (s = z(e), s.c(), _(s, 1), s.m(r.parentNode, r)) : s && (b(), p(s, 1, 1, () => {
|
|
98
108
|
s = null;
|
|
99
109
|
}), k());
|
|
100
110
|
},
|
|
101
111
|
i(e) {
|
|
102
112
|
if (!f) {
|
|
103
|
-
for (let
|
|
104
|
-
_(t[
|
|
113
|
+
for (let n = 0; n < m.length; n += 1)
|
|
114
|
+
_(t[n]);
|
|
105
115
|
_(s), f = !0;
|
|
106
116
|
}
|
|
107
117
|
},
|
|
108
118
|
o(e) {
|
|
109
|
-
for (let
|
|
110
|
-
|
|
111
|
-
|
|
119
|
+
for (let n = 0; n < t.length; n += 1)
|
|
120
|
+
p(t[n]);
|
|
121
|
+
p(s), f = !1;
|
|
112
122
|
},
|
|
113
123
|
d(e) {
|
|
114
|
-
for (let
|
|
115
|
-
t[
|
|
116
|
-
e &&
|
|
124
|
+
for (let n = 0; n < t.length; n += 1)
|
|
125
|
+
t[n].d(e);
|
|
126
|
+
e && g(o), s && s.d(e), e && g(r);
|
|
117
127
|
}
|
|
118
128
|
};
|
|
119
129
|
}
|
|
120
|
-
function O(
|
|
121
|
-
let o,
|
|
122
|
-
function N(
|
|
123
|
-
L[
|
|
124
|
-
e =
|
|
130
|
+
function O(l, t, i) {
|
|
131
|
+
let o, r, f, { visible: m = !1 } = t, { textUnfolded: u = !1 } = t, { textItems: s } = t, e, n = 0, c = 0, d = 0;
|
|
132
|
+
function N(a) {
|
|
133
|
+
L[a ? "unshift" : "push"](() => {
|
|
134
|
+
e = a, i(2, e);
|
|
125
135
|
});
|
|
126
136
|
}
|
|
127
|
-
return
|
|
128
|
-
"visible" in
|
|
129
|
-
},
|
|
130
|
-
if (
|
|
131
|
-
const { lineHeight:
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
}),
|
|
137
|
+
return l.$$set = (a) => {
|
|
138
|
+
"visible" in a && i(0, m = a.visible), "textUnfolded" in a && i(8, u = a.textUnfolded), "textItems" in a && i(1, s = a.textItems);
|
|
139
|
+
}, l.$$.update = () => {
|
|
140
|
+
if (l.$$.dirty & 5 && e && m) {
|
|
141
|
+
const { lineHeight: a } = getComputedStyle(e);
|
|
142
|
+
i(4, d = e.offsetHeight), G(() => e == null ? void 0 : e.offsetHeight, Boolean).then(() => {
|
|
143
|
+
i(4, d = e.offsetHeight);
|
|
144
|
+
}), i(3, c = Number(a.replace("px", "")));
|
|
135
145
|
}
|
|
136
|
-
|
|
146
|
+
l.$$.dirty & 280 && i(9, n = u ? c - d : 0), l.$$.dirty & 512 && i(7, o = `translateY(${n}px)`), l.$$.dirty & 256 && i(6, r = u ? "left" : "right"), l.$$.dirty & 256 && i(5, f = u ? 450 : 0);
|
|
137
147
|
}, [
|
|
138
|
-
|
|
148
|
+
m,
|
|
139
149
|
s,
|
|
140
150
|
e,
|
|
141
151
|
c,
|
|
142
|
-
|
|
152
|
+
d,
|
|
143
153
|
f,
|
|
144
|
-
|
|
154
|
+
r,
|
|
145
155
|
o,
|
|
146
|
-
|
|
147
|
-
|
|
156
|
+
u,
|
|
157
|
+
n,
|
|
148
158
|
N
|
|
149
159
|
];
|
|
150
160
|
}
|
|
151
|
-
class
|
|
161
|
+
class re extends S {
|
|
152
162
|
constructor(t) {
|
|
153
163
|
super(), T(
|
|
154
164
|
this,
|
|
@@ -166,5 +176,5 @@ class W extends S {
|
|
|
166
176
|
}
|
|
167
177
|
}
|
|
168
178
|
export {
|
|
169
|
-
|
|
179
|
+
re as default
|
|
170
180
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { SvelteComponent as
|
|
1
|
+
import { SvelteComponent as p, init as g, safe_not_equal as b, append_styles as h, element as w, create_component as A, space as v, attr as c, set_style as f, toggle_class as m, insert as y, mount_component as k, append as d, transition_in as U, transition_out as z, detach as N, destroy_component as R } from "svelte/internal";
|
|
2
2
|
import "svelte/easing";
|
|
3
3
|
import B from "../Shadow.js";
|
|
4
|
+
import "svelte/transition";
|
|
4
5
|
function I(t) {
|
|
5
6
|
h(t, "svelte-fuismw", ".point.svelte-fuismw.svelte-fuismw{pointer-events:none;width:1.5rem;height:1.5rem}.small-point.svelte-fuismw.svelte-fuismw,.big-point.svelte-fuismw.svelte-fuismw{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 500ms}.big-point.svelte-fuismw.svelte-fuismw{background-color:rgba(0, 0, 0, 0.1)}.folded.point.svelte-fuismw.svelte-fuismw{animation:svelte-fuismw-breathing 2s linear infinite}.big-point.svelte-fuismw.svelte-fuismw::before,.big-point.svelte-fuismw.svelte-fuismw::after{content:'';display:block;position:absolute;background-size:contain;background-repeat:no-repeat;pointer-events:none}.big-point.svelte-fuismw.svelte-fuismw::before{width:100%;height:100%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAAqFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8j1z1tAAAAOHRSTlMABgoNFBsYIhEmHyksMoJ6RZ5aXzpnU03AtqaZjLuGN+zcifnW0cjEqnA+lOZzbWLhkH6i8rGuagnOwPMAAAQOSURBVFjDrZiHctpAEIYXYzvGOvXeUe+IYuD93ywrJAIhFJX8M8zoBHzz757utHvwTETJHJPfGQZfWJXILWCMPuqNbuu6vj+khrHjed40TWvFfQ2jvCl8nGha6lQCl7s07UqcUlfOZrOxVtKsN2a+0uJYK+ScEIqiFifhBSGSsnJ8f8u99cLMVnEUHTKXIOMX6vuk5gpphFYyhmHzHpzcDqNUJGgEER+oz5OaK8ShNcIdt+zx1ys7lhdqiDlRkPF+JaSdWIhasaz6lLPQ1qFDIwYpDeTr62veCS8bGLIQRSsVK78/5nDeOlYIYhovHeOtU0dDXw2KSGiKesQRyjJ10Q66QcyZMTvpTEMUumpMieyWvs9ZLZcmodAOYlorsysBflpjiEJTFBEY5+7sicul34T1iak5U25momN9Ya4wPCT57r8cteW0dk4YuKMTqjXVkgjciFr+8B3ngnmM6kii5X/efB0F+jUHnuiatLJY+Et84EnUNacfiaKZjQhX4oJAwPlqOB3mJaoh4dxxG5Nc3Q8DkywunP6kBalN53J7G3g0JqiNC3qpjQ7TRPvmn2U3L3/kU4JaTn/SKU0qb76dDf0kGNjHJbD+wX1gcMxO6fZVrzXUcQaROkvt3+pljIYugQ0LDi1ZBgeN9JK9MjTCkmgwgPou19I5QzBI5yy5RvqOw6xMMbKzoeGWmnQfBBwa6woj6wyNsYSx7R0chWuOwsjOqR6aboyNyvcpgOsl3ZzNhoNm3bztdAK1x5NuzmCwunkjjq4AEzKXFI1NUmVnwIfydJBoW7CPVAR1uR6XbVwlmgF2xF1yPTbbubYHLZamgyTNhiSmp4PoJIEk+R+gOAFb+x+hxRoctHw6iItsMLT/Mf3RHixbnP5AyhEPmZ1NB+E6A0V3pi9aPqyB6Pz0bSTxXID0kE/d2DgvxBFzEKdutdXawJGSMlM3/3Sd4fA93bnTXkfSuvwGFGOI016QbKm3VdbOn/bKjpd1e6Pg1SlFhPzjdXWNwjNTyprkhz33i4Wpji600FA5h05q4Ywv/bxge7mNRe7YYtQMwqt/kMLixpXHQhBwcCXBYukxBbvkBTv4S5V/HNNC6EF089tPxxGHNzV8sKTgRhSzVYa2Wf5yeadHphlWGdb4IUeEO5K2SHrUiqJuW9GiLFdwVzRbCXTf5tg11mvhYdufZbLUr11XEi/k4KHexUxWSY8DBCby7AU8E3eUhfzVkYZgR6H/agF8C3KNqCeHLIIRR7oEr0XXsixy9P1jH/doJLF2nPXbIlw5y1aC6t4eROW1pduaLs/7b6NEqFiWrWpBzaXuaOy4Nfe6bRfqGwzSXBJZhnF8y9oUhcnzOyM9pI7wCWP0LSkyy1iFWWwsFp8LeKLfd4doRyTLRacAAAAASUVORK5CYII=)}.folded.svelte-fuismw .big-point.svelte-fuismw::before{animation:svelte-fuismw-rotate 2s linear infinite}.big-point.svelte-fuismw.svelte-fuismw::after{position:absolute;width:1rem;height:1rem;background-image:var(--iconUrl)}.small-point.svelte-fuismw.svelte-fuismw::before{content:'';display:block;position:absolute;pointer-events:none;width:0.25rem;height:0.25rem;border-radius:100%;background-color:white}.folded.svelte-fuismw .big-point.svelte-fuismw{opacity:1;scale:1}.unfolded.svelte-fuismw .big-point.svelte-fuismw{opacity:0;scale:0}.folded.svelte-fuismw .small-point.svelte-fuismw{opacity:0;scale:6}.unfolded.svelte-fuismw .small-point.svelte-fuismw{opacity:1;scale:1}@keyframes svelte-fuismw-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes svelte-fuismw-breathing{0%{transform:scale(1)}25%{transform:scale(0.9)}50%{transform:scale(1)}}");
|
|
6
7
|
}
|
|
@@ -41,11 +42,11 @@ function F(t, e, n) {
|
|
|
41
42
|
t.$$.dirty & 1 && n(3, u = !o);
|
|
42
43
|
}, [o, r, l, u];
|
|
43
44
|
}
|
|
44
|
-
class
|
|
45
|
+
class H extends p {
|
|
45
46
|
constructor(e) {
|
|
46
|
-
super(),
|
|
47
|
+
super(), g(this, e, F, E, b, { unfolded: 0, iconUrl: 1, foldDelay: 2 }, I);
|
|
47
48
|
}
|
|
48
49
|
}
|
|
49
50
|
export {
|
|
50
|
-
|
|
51
|
+
H as default
|
|
51
52
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { SvelteComponent as z, init as b, safe_not_equal as g, append_styles as j, element as u, create_component as A, space as m, attr as p, set_style as c, toggle_class as v, insert as h, mount_component as y, append as f, transition_in as w, transition_out as k, detach as N, destroy_component as R } from "svelte/internal";
|
|
2
2
|
import "svelte/easing";
|
|
3
3
|
import B from "../Shadow.js";
|
|
4
|
+
import "svelte/transition";
|
|
4
5
|
function I(n) {
|
|
5
6
|
j(n, "svelte-jzvcn0", ".point.svelte-jzvcn0.svelte-jzvcn0{pointer-events:none;width:1rem;height:1rem}.small-point.svelte-jzvcn0.svelte-jzvcn0,.big-point.svelte-jzvcn0.svelte-jzvcn0{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 500ms}.big-point.svelte-jzvcn0.svelte-jzvcn0::before,.big-point.svelte-jzvcn0.svelte-jzvcn0::after{content:'';display:block;position:absolute;background-size:contain;background-repeat:no-repeat;pointer-events:none}.big-point.svelte-jzvcn0.svelte-jzvcn0::before{width:100%;height:100%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAAqFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8j1z1tAAAAOHRSTlMABgoNFBsYIhEmHyksMoJ6RZ5aXzpnU03AtqaZjLuGN+zcifnW0cjEqnA+lOZzbWLhkH6i8rGuagnOwPMAAAQOSURBVFjDrZiHctpAEIYXYzvGOvXeUe+IYuD93ywrJAIhFJX8M8zoBHzz757utHvwTETJHJPfGQZfWJXILWCMPuqNbuu6vj+khrHjed40TWvFfQ2jvCl8nGha6lQCl7s07UqcUlfOZrOxVtKsN2a+0uJYK+ScEIqiFifhBSGSsnJ8f8u99cLMVnEUHTKXIOMX6vuk5gpphFYyhmHzHpzcDqNUJGgEER+oz5OaK8ShNcIdt+zx1ys7lhdqiDlRkPF+JaSdWIhasaz6lLPQ1qFDIwYpDeTr62veCS8bGLIQRSsVK78/5nDeOlYIYhovHeOtU0dDXw2KSGiKesQRyjJ10Q66QcyZMTvpTEMUumpMieyWvs9ZLZcmodAOYlorsysBflpjiEJTFBEY5+7sicul34T1iak5U25momN9Ya4wPCT57r8cteW0dk4YuKMTqjXVkgjciFr+8B3ngnmM6kii5X/efB0F+jUHnuiatLJY+Et84EnUNacfiaKZjQhX4oJAwPlqOB3mJaoh4dxxG5Nc3Q8DkywunP6kBalN53J7G3g0JqiNC3qpjQ7TRPvmn2U3L3/kU4JaTn/SKU0qb76dDf0kGNjHJbD+wX1gcMxO6fZVrzXUcQaROkvt3+pljIYugQ0LDi1ZBgeN9JK9MjTCkmgwgPou19I5QzBI5yy5RvqOw6xMMbKzoeGWmnQfBBwa6woj6wyNsYSx7R0chWuOwsjOqR6aboyNyvcpgOsl3ZzNhoNm3bztdAK1x5NuzmCwunkjjq4AEzKXFI1NUmVnwIfydJBoW7CPVAR1uR6XbVwlmgF2xF1yPTbbubYHLZamgyTNhiSmp4PoJIEk+R+gOAFb+x+hxRoctHw6iItsMLT/Mf3RHixbnP5AyhEPmZ1NB+E6A0V3pi9aPqyB6Pz0bSTxXID0kE/d2DgvxBFzEKdutdXawJGSMlM3/3Sd4fA93bnTXkfSuvwGFGOI016QbKm3VdbOn/bKjpd1e6Pg1SlFhPzjdXWNwjNTyprkhz33i4Wpji600FA5h05q4Ywv/bxge7mNRe7YYtQMwqt/kMLixpXHQhBwcCXBYukxBbvkBTv4S5V/HNNC6EF089tPxxGHNzV8sKTgRhSzVYa2Wf5yeadHphlWGdb4IUeEO5K2SHrUiqJuW9GiLFdwVzRbCXTf5tg11mvhYdufZbLUr11XEi/k4KHexUxWSY8DBCby7AU8E3eUhfzVkYZgR6H/agF8C3KNqCeHLIIRR7oEr0XXsixy9P1jH/doJLF2nPXbIlw5y1aC6t4eROW1pduaLs/7b6NEqFiWrWpBzaXuaOy4Nfe6bRfqGwzSXBJZhnF8y9oUhcnzOyM9pI7wCWP0LSkyy1iFWWwsFp8LeKLfd4doRyTLRacAAAAASUVORK5CYII=);background-size:contain;background-repeat:no-repeat}.small-point.svelte-jzvcn0.svelte-jzvcn0::before{content:'';display:block;position:absolute;pointer-events:none;width:0.375rem;height:0.375rem;border-radius:100%;background-color:white}.unfolded.svelte-jzvcn0 .big-point.svelte-jzvcn0{opacity:0;transform:scale(0)}.folded.svelte-jzvcn0 .big-point.svelte-jzvcn0{opacity:1;transform:scale(1)}.unfolded.svelte-jzvcn0 .small-point.svelte-jzvcn0{transform:scale(0.6)}.folded.svelte-jzvcn0 .small-point.svelte-jzvcn0{transform:scale(1)}");
|
|
6
7
|
}
|
|
@@ -41,11 +42,11 @@ function F(n, e, i) {
|
|
|
41
42
|
n.$$.dirty & 1 && i(2, a = !l);
|
|
42
43
|
}, [l, d, a];
|
|
43
44
|
}
|
|
44
|
-
class
|
|
45
|
+
class H extends z {
|
|
45
46
|
constructor(e) {
|
|
46
47
|
super(), b(this, e, F, E, g, { unfolded: 0, foldDelay: 1 }, I);
|
|
47
48
|
}
|
|
48
49
|
}
|
|
49
50
|
export {
|
|
50
|
-
|
|
51
|
+
H as default
|
|
51
52
|
};
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
import { SvelteComponent as C, init as j, safe_not_equal as N, append_styles as L, empty as b, insert as
|
|
1
|
+
import { SvelteComponent as C, init as j, safe_not_equal as N, append_styles as L, empty as b, insert as _, transition_in as p, group_outros as $, transition_out as c, check_outros as g, detach as y, element as q, space as I, attr as M, create_component as U, mount_component as h, destroy_component as w } from "svelte/internal";
|
|
2
2
|
import { ContentType as k } from "../../../typings/tag.js";
|
|
3
3
|
import z from "./CustomPoint.js";
|
|
4
4
|
import A from "./DefaultPoint.js";
|
|
5
|
+
import "svelte/easing";
|
|
6
|
+
import "../Shadow.js";
|
|
7
|
+
import "svelte/transition";
|
|
5
8
|
function B(o) {
|
|
6
9
|
L(o, "svelte-8en2lj", ".point-click-helper.svelte-8en2lj{position:absolute;width:2.5rem;height:2.5rem;left:50%;top:50%;transform:translate(-50%, -50%)}");
|
|
7
10
|
}
|
|
@@ -12,18 +15,18 @@ function T(o) {
|
|
|
12
15
|
e && e.c(), n = b();
|
|
13
16
|
},
|
|
14
17
|
m(t, l) {
|
|
15
|
-
e && e.m(t, l),
|
|
18
|
+
e && e.m(t, l), _(t, n, l), i = !0;
|
|
16
19
|
},
|
|
17
20
|
p(t, l) {
|
|
18
|
-
t[0].contentType !== k.Link ? e ? (e.p(t, l), l & 1 &&
|
|
21
|
+
t[0].contentType !== k.Link ? e ? (e.p(t, l), l & 1 && p(e, 1)) : (e = D(t), e.c(), p(e, 1), e.m(n.parentNode, n)) : e && ($(), c(e, 1, 1, () => {
|
|
19
22
|
e = null;
|
|
20
23
|
}), g());
|
|
21
24
|
},
|
|
22
25
|
i(t) {
|
|
23
|
-
i || (
|
|
26
|
+
i || (p(e), i = !0);
|
|
24
27
|
},
|
|
25
28
|
o(t) {
|
|
26
|
-
|
|
29
|
+
c(e), i = !1;
|
|
27
30
|
},
|
|
28
31
|
d(t) {
|
|
29
32
|
e && e.d(t), t && y(n);
|
|
@@ -33,28 +36,28 @@ function T(o) {
|
|
|
33
36
|
function D(o) {
|
|
34
37
|
let n, i, e, t, l, u;
|
|
35
38
|
const f = [F, E], s = [];
|
|
36
|
-
function
|
|
37
|
-
var
|
|
38
|
-
return ((v = (
|
|
39
|
+
function d(r, a) {
|
|
40
|
+
var m, v, P, S;
|
|
41
|
+
return ((v = (m = r[0].style) == null ? void 0 : m.point) == null ? void 0 : v.style) === "CustomIcon" && ((S = (P = r[0].style) == null ? void 0 : P.point) == null ? void 0 : S.iconUrl) ? 0 : 1;
|
|
39
42
|
}
|
|
40
|
-
return e =
|
|
43
|
+
return e = d(o), t = s[e] = f[e](o), {
|
|
41
44
|
c() {
|
|
42
45
|
n = q("div"), i = I(), t.c(), l = b(), M(n, "class", "point-click-helper svelte-8en2lj");
|
|
43
46
|
},
|
|
44
47
|
m(r, a) {
|
|
45
|
-
|
|
48
|
+
_(r, n, a), _(r, i, a), s[e].m(r, a), _(r, l, a), u = !0;
|
|
46
49
|
},
|
|
47
50
|
p(r, a) {
|
|
48
|
-
let
|
|
49
|
-
e =
|
|
50
|
-
s[
|
|
51
|
-
}), g(), t = s[e], t ? t.p(r, a) : (t = s[e] = f[e](r), t.c()),
|
|
51
|
+
let m = e;
|
|
52
|
+
e = d(r), e === m ? s[e].p(r, a) : ($(), c(s[m], 1, 1, () => {
|
|
53
|
+
s[m] = null;
|
|
54
|
+
}), g(), t = s[e], t ? t.p(r, a) : (t = s[e] = f[e](r), t.c()), p(t, 1), t.m(l.parentNode, l));
|
|
52
55
|
},
|
|
53
56
|
i(r) {
|
|
54
|
-
u || (
|
|
57
|
+
u || (p(t), u = !0);
|
|
55
58
|
},
|
|
56
59
|
o(r) {
|
|
57
|
-
|
|
60
|
+
c(t), u = !1;
|
|
58
61
|
},
|
|
59
62
|
d(r) {
|
|
60
63
|
r && y(n), r && y(i), s[e].d(r), r && y(l);
|
|
@@ -80,10 +83,10 @@ function E(o) {
|
|
|
80
83
|
t & 1 && (l.unfolded = e[0].state.unfolded), t & 2 && (l.foldDelay = e[1]), n.$set(l);
|
|
81
84
|
},
|
|
82
85
|
i(e) {
|
|
83
|
-
i || (
|
|
86
|
+
i || (p(n.$$.fragment, e), i = !0);
|
|
84
87
|
},
|
|
85
88
|
o(e) {
|
|
86
|
-
|
|
89
|
+
c(n.$$.fragment, e), i = !1;
|
|
87
90
|
},
|
|
88
91
|
d(e) {
|
|
89
92
|
w(n, e);
|
|
@@ -110,10 +113,10 @@ function F(o) {
|
|
|
110
113
|
t & 1 && (l.iconUrl = e[0].style.point.iconUrl), t & 1 && (l.unfolded = e[0].state.unfolded), t & 2 && (l.foldDelay = e[1]), n.$set(l);
|
|
111
114
|
},
|
|
112
115
|
i(e) {
|
|
113
|
-
i || (
|
|
116
|
+
i || (p(n.$$.fragment, e), i = !0);
|
|
114
117
|
},
|
|
115
118
|
o(e) {
|
|
116
|
-
|
|
119
|
+
c(n.$$.fragment, e), i = !1;
|
|
117
120
|
},
|
|
118
121
|
d(e) {
|
|
119
122
|
w(n, e);
|
|
@@ -128,19 +131,19 @@ function G(o) {
|
|
|
128
131
|
e && e.c(), n = b();
|
|
129
132
|
},
|
|
130
133
|
m(f, s) {
|
|
131
|
-
e && e.m(f, s),
|
|
134
|
+
e && e.m(f, s), _(f, n, s), i = !0;
|
|
132
135
|
},
|
|
133
136
|
p(f, [s]) {
|
|
134
|
-
var
|
|
135
|
-
((
|
|
137
|
+
var d, r, a;
|
|
138
|
+
((d = f[0].pointTagStyle) == null ? void 0 : d.leftPercent) && ((r = f[0].pointTagStyle) == null ? void 0 : r.topPercent) && f[0].enabled !== !1 && f[0].state && ((a = f[0].temporaryState) == null ? void 0 : a.visible) !== !1 ? e ? (e.p(f, s), s & 1 && p(e, 1)) : (e = T(f), e.c(), p(e, 1), e.m(n.parentNode, n)) : e && ($(), c(e, 1, 1, () => {
|
|
136
139
|
e = null;
|
|
137
140
|
}), g());
|
|
138
141
|
},
|
|
139
142
|
i(f) {
|
|
140
|
-
i || (
|
|
143
|
+
i || (p(e), i = !0);
|
|
141
144
|
},
|
|
142
145
|
o(f) {
|
|
143
|
-
|
|
146
|
+
c(e), i = !1;
|
|
144
147
|
},
|
|
145
148
|
d(f) {
|
|
146
149
|
e && e.d(f), f && y(n);
|
|
@@ -156,11 +159,11 @@ function H(o, n, i) {
|
|
|
156
159
|
o.$$.dirty & 1 && i(1, e = (u = (l = t.style) == null ? void 0 : l.foldedPointDelay) != null ? u : t.contentType === k.Marketing ? 600 : void 0);
|
|
157
160
|
}, [t, e];
|
|
158
161
|
}
|
|
159
|
-
class
|
|
162
|
+
class X extends C {
|
|
160
163
|
constructor(n) {
|
|
161
164
|
super(), j(this, n, H, G, N, { tag: 0 }, B);
|
|
162
165
|
}
|
|
163
166
|
}
|
|
164
167
|
export {
|
|
165
|
-
|
|
168
|
+
X as default
|
|
166
169
|
};
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { SvelteComponent as h, init as p, safe_not_equal as k, append_styles as I, empty as g, insert as b, transition_in as d, group_outros as q, transition_out as _, check_outros as w, detach as v, element as O, text as C, attr as N, append as S, set_data as T, add_render_callback as j, create_in_transition as z, create_out_transition as A } from "svelte/internal";
|
|
2
|
+
import { cubicInOut as m } from "svelte/easing";
|
|
3
|
+
function B(a) {
|
|
4
|
+
I(a, "svelte-1sfwqvc", ".text-char.svelte-1sfwqvc{opacity:1;display:inline-block;transform:translate(0, 0) scale(1) rotate(0)}");
|
|
5
|
+
}
|
|
6
|
+
function x(a) {
|
|
7
|
+
let e, t, n, i, o;
|
|
8
|
+
return {
|
|
9
|
+
c() {
|
|
10
|
+
e = O("span"), t = C(a[1]), N(e, "class", "text-char svelte-1sfwqvc");
|
|
11
|
+
},
|
|
12
|
+
m(r, c) {
|
|
13
|
+
b(r, e, c), S(e, t), o = !0;
|
|
14
|
+
},
|
|
15
|
+
p(r, c) {
|
|
16
|
+
(!o || c & 2) && T(t, r[1]);
|
|
17
|
+
},
|
|
18
|
+
i(r) {
|
|
19
|
+
o || (r && j(() => {
|
|
20
|
+
i && i.end(1), n = z(e, a[2], { duration: 400 }), n.start();
|
|
21
|
+
}), o = !0);
|
|
22
|
+
},
|
|
23
|
+
o(r) {
|
|
24
|
+
n && n.invalidate(), r && (i = A(e, a[3], { duration: 400 })), o = !1;
|
|
25
|
+
},
|
|
26
|
+
d(r) {
|
|
27
|
+
r && v(e), r && i && i.end();
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
function D(a) {
|
|
32
|
+
let e, t = a[0] && x(a);
|
|
33
|
+
return {
|
|
34
|
+
c() {
|
|
35
|
+
t && t.c(), e = g();
|
|
36
|
+
},
|
|
37
|
+
m(n, i) {
|
|
38
|
+
t && t.m(n, i), b(n, e, i);
|
|
39
|
+
},
|
|
40
|
+
p(n, [i]) {
|
|
41
|
+
n[0] ? t ? (t.p(n, i), i & 1 && d(t, 1)) : (t = x(n), t.c(), d(t, 1), t.m(e.parentNode, e)) : t && (q(), _(t, 1, 1, () => {
|
|
42
|
+
t = null;
|
|
43
|
+
}), w());
|
|
44
|
+
},
|
|
45
|
+
i(n) {
|
|
46
|
+
d(t);
|
|
47
|
+
},
|
|
48
|
+
o(n) {
|
|
49
|
+
_(t);
|
|
50
|
+
},
|
|
51
|
+
d(n) {
|
|
52
|
+
t && t.d(n), n && v(e);
|
|
53
|
+
}
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
function E(a, e, t) {
|
|
57
|
+
let { index: n } = e, { rightIndex: i } = e, { visible: o } = e, { content: r } = e;
|
|
58
|
+
function c(s, { duration: f }) {
|
|
59
|
+
return {
|
|
60
|
+
duration: f,
|
|
61
|
+
delay: n * 40,
|
|
62
|
+
css: (u) => {
|
|
63
|
+
const l = m(u);
|
|
64
|
+
return `
|
|
65
|
+
transform: translate(${4 * (1 - l)}px, ${10 * (1 - l)}px) scale(${0.7 + l * 0.3}) rotate(${20 * (1 - l)}deg);
|
|
66
|
+
opacity: ${l};`;
|
|
67
|
+
}
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
function y(s, { duration: f }) {
|
|
71
|
+
return {
|
|
72
|
+
duration: f,
|
|
73
|
+
delay: i * 40,
|
|
74
|
+
css: (u) => {
|
|
75
|
+
const l = m(u);
|
|
76
|
+
return `
|
|
77
|
+
transform: translate(${4 * (1 - l)}px, ${10 * (1 - l)}px) scale(${0.7 + l * 0.3}) rotate(${20 * (1 - l)}deg);
|
|
78
|
+
opacity: ${l};`;
|
|
79
|
+
}
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
return a.$$set = (s) => {
|
|
83
|
+
"index" in s && t(4, n = s.index), "rightIndex" in s && t(5, i = s.rightIndex), "visible" in s && t(0, o = s.visible), "content" in s && t(1, r = s.content);
|
|
84
|
+
}, [o, r, c, y, n, i];
|
|
85
|
+
}
|
|
86
|
+
class H extends h {
|
|
87
|
+
constructor(e) {
|
|
88
|
+
super(), p(
|
|
89
|
+
this,
|
|
90
|
+
e,
|
|
91
|
+
E,
|
|
92
|
+
D,
|
|
93
|
+
k,
|
|
94
|
+
{
|
|
95
|
+
index: 4,
|
|
96
|
+
rightIndex: 5,
|
|
97
|
+
visible: 0,
|
|
98
|
+
content: 1
|
|
99
|
+
},
|
|
100
|
+
B
|
|
101
|
+
);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
export {
|
|
105
|
+
H as default
|
|
106
|
+
};
|