@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,5 +1,5 @@
|
|
|
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
|
|
2
|
-
import ie from "../../../shared-utils/uuid.js";
|
|
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 u, add_resize_listener as ee, listen as te, destroy_component as M } from "svelte/internal";
|
|
2
|
+
import { uuid as ie } from "../../../shared-utils/uuid.js";
|
|
3
3
|
import "animejs";
|
|
4
4
|
import "svelte";
|
|
5
5
|
import "three";
|
|
@@ -10,12 +10,18 @@ import ne from "../Common/Shadow.js";
|
|
|
10
10
|
import oe from "../Common/Audio.js";
|
|
11
11
|
import le from "../Common/Line/Straight.js";
|
|
12
12
|
import se from "../Common/MultiLineText.js";
|
|
13
|
+
import "../Common/Text.js";
|
|
14
|
+
import "../../../shared-utils/isNil.js";
|
|
15
|
+
import "../../utils/search.js";
|
|
16
|
+
import "../Common/Arrow.js";
|
|
17
|
+
import "../../Assets/Icon.js";
|
|
18
|
+
import "../../utils/doUtil.js";
|
|
13
19
|
function re(e) {
|
|
14
20
|
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}");
|
|
15
21
|
}
|
|
16
22
|
function H(e) {
|
|
17
23
|
var W, q, L, N;
|
|
18
|
-
let o, l, i, n, s, p, a, f, h,
|
|
24
|
+
let o, l, i, n, s, p, a, f, h, m, $, d, g, C, k, U, R;
|
|
19
25
|
return l = new ne({
|
|
20
26
|
props: {
|
|
21
27
|
visible: e[5],
|
|
@@ -31,7 +37,7 @@ function H(e) {
|
|
|
31
37
|
duration: 1e3,
|
|
32
38
|
outDelay: e[4] + 20 * Math.min((q = (W = e[3][0]) == null ? void 0 : W.content.length) != null ? q : 10, 15)
|
|
33
39
|
}
|
|
34
|
-
}),
|
|
40
|
+
}), m = new oe({
|
|
35
41
|
props: {
|
|
36
42
|
unfolded: e[5],
|
|
37
43
|
url: e[0].data.audioUrl,
|
|
@@ -47,10 +53,10 @@ function H(e) {
|
|
|
47
53
|
}
|
|
48
54
|
}), {
|
|
49
55
|
c() {
|
|
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(
|
|
56
|
+
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(m.$$.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]);
|
|
51
57
|
},
|
|
52
58
|
m(t, r) {
|
|
53
|
-
J(t, o, r), I(l, o, null),
|
|
59
|
+
J(t, o, r), I(l, o, null), u(o, i), u(o, n), I(s, n, null), u(o, p), u(o, a), u(a, f), u(f, h), I(m, h, null), u(f, $), u(f, d), I(g, d, null), C = ee(a, e[8].bind(a)), k = !0, U || (R = te(d, "click", e[6]), U = !0);
|
|
54
60
|
},
|
|
55
61
|
p(t, r) {
|
|
56
62
|
var j, B, E, F;
|
|
@@ -59,18 +65,18 @@ function H(e) {
|
|
|
59
65
|
const S = {};
|
|
60
66
|
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
67
|
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] }),
|
|
68
|
+
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] }), m.$set(w);
|
|
63
69
|
const z = {};
|
|
64
70
|
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]);
|
|
65
71
|
},
|
|
66
72
|
i(t) {
|
|
67
|
-
k || (v(l.$$.fragment, t), v(s.$$.fragment, t), v(
|
|
73
|
+
k || (v(l.$$.fragment, t), v(s.$$.fragment, t), v(m.$$.fragment, t), v(g.$$.fragment, t), k = !0);
|
|
68
74
|
},
|
|
69
75
|
o(t) {
|
|
70
|
-
_(l.$$.fragment, t), _(s.$$.fragment, t), _(
|
|
76
|
+
_(l.$$.fragment, t), _(s.$$.fragment, t), _(m.$$.fragment, t), _(g.$$.fragment, t), k = !1;
|
|
71
77
|
},
|
|
72
78
|
d(t) {
|
|
73
|
-
t && K(o), M(l), M(s), M(
|
|
79
|
+
t && K(o), M(l), M(s), M(m), M(g), C(), U = !1, R();
|
|
74
80
|
}
|
|
75
81
|
};
|
|
76
82
|
}
|
|
@@ -101,7 +107,7 @@ function ae(e) {
|
|
|
101
107
|
}
|
|
102
108
|
function de(e, o, l) {
|
|
103
109
|
let i, n, s, { tag: p } = o, a = !1, f, h = [];
|
|
104
|
-
function
|
|
110
|
+
function m() {
|
|
105
111
|
l(1, a = !a);
|
|
106
112
|
}
|
|
107
113
|
function $() {
|
|
@@ -119,16 +125,16 @@ function de(e, o, l) {
|
|
|
119
125
|
h,
|
|
120
126
|
s,
|
|
121
127
|
i,
|
|
122
|
-
|
|
128
|
+
m,
|
|
123
129
|
n,
|
|
124
130
|
$
|
|
125
131
|
];
|
|
126
132
|
}
|
|
127
|
-
class
|
|
133
|
+
class ye extends O {
|
|
128
134
|
constructor(o) {
|
|
129
135
|
super(), P(this, o, de, ae, Q, { tag: 0 }, re);
|
|
130
136
|
}
|
|
131
137
|
}
|
|
132
138
|
export {
|
|
133
|
-
|
|
139
|
+
ye as default
|
|
134
140
|
};
|
|
@@ -1,19 +1,41 @@
|
|
|
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
|
|
2
|
-
import G from "../../../shared-utils/uuid.js";
|
|
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 u, 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
|
+
import { uuid as 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
|
+
import "animejs";
|
|
8
|
+
import "svelte";
|
|
9
|
+
import "../../../shared-utils/isNil.js";
|
|
10
|
+
import "three";
|
|
11
|
+
import "../../utils/search.js";
|
|
12
|
+
import "../../utils/constants.js";
|
|
13
|
+
import "svelte/transition";
|
|
14
|
+
import "svelte/easing";
|
|
15
|
+
import "../../../vendor/swiper/svelte/swiper.js";
|
|
16
|
+
import "swiper";
|
|
17
|
+
import "../../../vendor/swiper/components-shared/get-params.js";
|
|
18
|
+
import "../../../vendor/swiper/components-shared/utils.js";
|
|
19
|
+
import "../../../vendor/swiper/components-shared/params-list.js";
|
|
20
|
+
import "../../../vendor/swiper/components-shared/mount-swiper.js";
|
|
21
|
+
import "../../../vendor/swiper/components-shared/get-changed-params.js";
|
|
22
|
+
import "../../../vendor/swiper/components-shared/update-swiper.js";
|
|
23
|
+
import "../../../vendor/swiper/svelte/swiper-slide.js";
|
|
24
|
+
import "swiper/css";
|
|
25
|
+
import "swiper/css/autoplay";
|
|
26
|
+
import "../../utils/noTypecheck.js";
|
|
27
|
+
import "../Common/MediaItem.js";
|
|
28
|
+
import "../../Assets/Icon.js";
|
|
7
29
|
function O(a) {
|
|
8
30
|
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}");
|
|
9
31
|
}
|
|
10
|
-
function M(a,
|
|
32
|
+
function M(a, i, l) {
|
|
11
33
|
const e = a.slice();
|
|
12
|
-
return e[5] =
|
|
34
|
+
return e[5] = i[l].id, e[1] = i[l].content, e;
|
|
13
35
|
}
|
|
14
36
|
function P(a) {
|
|
15
|
-
let
|
|
16
|
-
|
|
37
|
+
let i, l, e, o, f, r = [], p = /* @__PURE__ */ new Map(), s, c, $;
|
|
38
|
+
i = new L({
|
|
17
39
|
props: {
|
|
18
40
|
visible: a[4],
|
|
19
41
|
left: 61,
|
|
@@ -22,7 +44,7 @@ function P(a) {
|
|
|
22
44
|
blurRadius: 150,
|
|
23
45
|
spreadRadius: 75
|
|
24
46
|
}
|
|
25
|
-
}),
|
|
47
|
+
}), o = new J({
|
|
26
48
|
props: {
|
|
27
49
|
unfolded: a[4],
|
|
28
50
|
duration: 1e3,
|
|
@@ -32,89 +54,89 @@ function P(a) {
|
|
|
32
54
|
let b = a[2];
|
|
33
55
|
const I = (t) => t[5];
|
|
34
56
|
for (let t = 0; t < b.length; t += 1) {
|
|
35
|
-
let
|
|
36
|
-
|
|
57
|
+
let n = M(a, b, t), d = I(n);
|
|
58
|
+
p.set(d, r[t] = R(d, n));
|
|
37
59
|
}
|
|
38
|
-
let
|
|
60
|
+
let m = a[3] && S(a);
|
|
39
61
|
return {
|
|
40
62
|
c() {
|
|
41
|
-
w(
|
|
42
|
-
for (let t = 0; t <
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
},
|
|
46
|
-
m(t,
|
|
47
|
-
k(
|
|
48
|
-
for (let
|
|
49
|
-
|
|
50
|
-
g(t,
|
|
51
|
-
},
|
|
52
|
-
p(t,
|
|
53
|
-
const
|
|
54
|
-
|
|
63
|
+
w(i.$$.fragment), l = y(), e = N("div"), w(o.$$.fragment), f = y();
|
|
64
|
+
for (let t = 0; t < r.length; t += 1)
|
|
65
|
+
r[t].c();
|
|
66
|
+
s = y(), m && m.c(), c = q(), C(e, "class", "line svelte-1f7m1lj");
|
|
67
|
+
},
|
|
68
|
+
m(t, n) {
|
|
69
|
+
k(i, t, n), g(t, l, n), g(t, e, n), k(o, e, null), g(t, f, n);
|
|
70
|
+
for (let d = 0; d < r.length; d += 1)
|
|
71
|
+
r[d].m(t, n);
|
|
72
|
+
g(t, s, n), m && m.m(t, n), g(t, c, n), $ = !0;
|
|
73
|
+
},
|
|
74
|
+
p(t, n) {
|
|
75
|
+
const d = {};
|
|
76
|
+
n & 16 && (d.visible = t[4]), i.$set(d);
|
|
55
77
|
const T = {};
|
|
56
|
-
|
|
57
|
-
|
|
78
|
+
n & 16 && (T.unfolded = t[4]), o.$set(T), n & 20 && (b = t[2], j(), r = E(r, n, I, 1, t, b, p, s.parentNode, F, R, s, M), D()), t[3] ? m ? (m.p(t, n), n & 8 && u(m, 1)) : (m = S(t), m.c(), u(m, 1), m.m(c.parentNode, c)) : m && (j(), _(m, 1, 1, () => {
|
|
79
|
+
m = null;
|
|
58
80
|
}), D());
|
|
59
81
|
},
|
|
60
82
|
i(t) {
|
|
61
83
|
if (!$) {
|
|
62
|
-
|
|
63
|
-
for (let
|
|
64
|
-
|
|
65
|
-
m
|
|
84
|
+
u(i.$$.fragment, t), u(o.$$.fragment, t);
|
|
85
|
+
for (let n = 0; n < b.length; n += 1)
|
|
86
|
+
u(r[n]);
|
|
87
|
+
u(m), $ = !0;
|
|
66
88
|
}
|
|
67
89
|
},
|
|
68
90
|
o(t) {
|
|
69
|
-
_(
|
|
70
|
-
for (let
|
|
71
|
-
_(
|
|
72
|
-
_(
|
|
91
|
+
_(i.$$.fragment, t), _(o.$$.fragment, t);
|
|
92
|
+
for (let n = 0; n < r.length; n += 1)
|
|
93
|
+
_(r[n]);
|
|
94
|
+
_(m), $ = !1;
|
|
73
95
|
},
|
|
74
96
|
d(t) {
|
|
75
|
-
v(
|
|
76
|
-
for (let
|
|
77
|
-
|
|
78
|
-
t && h(
|
|
97
|
+
v(i, t), t && h(l), t && h(e), v(o), t && h(f);
|
|
98
|
+
for (let n = 0; n < r.length; n += 1)
|
|
99
|
+
r[n].d(t);
|
|
100
|
+
t && h(s), m && m.d(t), t && h(c);
|
|
79
101
|
}
|
|
80
102
|
};
|
|
81
103
|
}
|
|
82
|
-
function R(a,
|
|
83
|
-
let
|
|
104
|
+
function R(a, i) {
|
|
105
|
+
let l, e, o;
|
|
84
106
|
return e = new H({
|
|
85
107
|
props: {
|
|
86
|
-
unfolded:
|
|
87
|
-
content:
|
|
108
|
+
unfolded: i[4],
|
|
109
|
+
content: i[1],
|
|
88
110
|
inDelay: 500
|
|
89
111
|
}
|
|
90
112
|
}), {
|
|
91
113
|
key: a,
|
|
92
114
|
first: null,
|
|
93
115
|
c() {
|
|
94
|
-
|
|
116
|
+
l = N("div"), w(e.$$.fragment), C(l, "class", "text svelte-1f7m1lj"), this.first = l;
|
|
95
117
|
},
|
|
96
|
-
m(
|
|
97
|
-
g(
|
|
118
|
+
m(f, r) {
|
|
119
|
+
g(f, l, r), k(e, l, null), o = !0;
|
|
98
120
|
},
|
|
99
|
-
p(
|
|
100
|
-
|
|
101
|
-
const
|
|
102
|
-
|
|
121
|
+
p(f, r) {
|
|
122
|
+
i = f;
|
|
123
|
+
const p = {};
|
|
124
|
+
r & 16 && (p.unfolded = i[4]), r & 4 && (p.content = i[1]), e.$set(p);
|
|
103
125
|
},
|
|
104
|
-
i(
|
|
105
|
-
|
|
126
|
+
i(f) {
|
|
127
|
+
o || (u(e.$$.fragment, f), o = !0);
|
|
106
128
|
},
|
|
107
|
-
o(
|
|
108
|
-
_(e.$$.fragment,
|
|
129
|
+
o(f) {
|
|
130
|
+
_(e.$$.fragment, f), o = !1;
|
|
109
131
|
},
|
|
110
|
-
d(
|
|
111
|
-
|
|
132
|
+
d(f) {
|
|
133
|
+
f && h(l), v(e);
|
|
112
134
|
}
|
|
113
135
|
};
|
|
114
136
|
}
|
|
115
137
|
function S(a) {
|
|
116
|
-
let
|
|
117
|
-
return
|
|
138
|
+
let i, l, e;
|
|
139
|
+
return l = new K({
|
|
118
140
|
props: {
|
|
119
141
|
autoplayConfig: { autoplay: !1 },
|
|
120
142
|
unfolded: a[4],
|
|
@@ -128,65 +150,65 @@ function S(a) {
|
|
|
128
150
|
}
|
|
129
151
|
}), {
|
|
130
152
|
c() {
|
|
131
|
-
|
|
153
|
+
i = N("div"), w(l.$$.fragment), C(i, "class", "media-wrapper svelte-1f7m1lj");
|
|
132
154
|
},
|
|
133
|
-
m(
|
|
134
|
-
g(
|
|
155
|
+
m(o, f) {
|
|
156
|
+
g(o, i, f), k(l, i, null), e = !0;
|
|
135
157
|
},
|
|
136
|
-
p(
|
|
137
|
-
const
|
|
138
|
-
|
|
158
|
+
p(o, f) {
|
|
159
|
+
const r = {};
|
|
160
|
+
f & 16 && (r.unfolded = o[4]), f & 8 && (r.mediaData = o[3]), f & 1 && (r.tag = o[0]), l.$set(r);
|
|
139
161
|
},
|
|
140
|
-
i(
|
|
141
|
-
e || (
|
|
162
|
+
i(o) {
|
|
163
|
+
e || (u(l.$$.fragment, o), e = !0);
|
|
142
164
|
},
|
|
143
|
-
o(
|
|
144
|
-
_(
|
|
165
|
+
o(o) {
|
|
166
|
+
_(l.$$.fragment, o), e = !1;
|
|
145
167
|
},
|
|
146
|
-
d(
|
|
147
|
-
|
|
168
|
+
d(o) {
|
|
169
|
+
o && h(i), v(l);
|
|
148
170
|
}
|
|
149
171
|
};
|
|
150
172
|
}
|
|
151
173
|
function Q(a) {
|
|
152
|
-
let
|
|
174
|
+
let i, l, e = a[0].state && P(a);
|
|
153
175
|
return {
|
|
154
176
|
c() {
|
|
155
|
-
e && e.c(),
|
|
177
|
+
e && e.c(), i = q();
|
|
156
178
|
},
|
|
157
|
-
m(
|
|
158
|
-
e && e.m(
|
|
179
|
+
m(o, f) {
|
|
180
|
+
e && e.m(o, f), g(o, i, f), l = !0;
|
|
159
181
|
},
|
|
160
|
-
p(
|
|
161
|
-
|
|
182
|
+
p(o, [f]) {
|
|
183
|
+
o[0].state ? e ? (e.p(o, f), f & 1 && u(e, 1)) : (e = P(o), e.c(), u(e, 1), e.m(i.parentNode, i)) : e && (j(), _(e, 1, 1, () => {
|
|
162
184
|
e = null;
|
|
163
185
|
}), D());
|
|
164
186
|
},
|
|
165
|
-
i(
|
|
166
|
-
|
|
187
|
+
i(o) {
|
|
188
|
+
l || (u(e), l = !0);
|
|
167
189
|
},
|
|
168
|
-
o(
|
|
169
|
-
_(e),
|
|
190
|
+
o(o) {
|
|
191
|
+
_(e), l = !1;
|
|
170
192
|
},
|
|
171
|
-
d(
|
|
172
|
-
e && e.d(
|
|
193
|
+
d(o) {
|
|
194
|
+
e && e.d(o), o && h(i);
|
|
173
195
|
}
|
|
174
196
|
};
|
|
175
197
|
}
|
|
176
|
-
function U(a,
|
|
177
|
-
let e,
|
|
178
|
-
return a.$$set = (
|
|
179
|
-
"tag" in
|
|
198
|
+
function U(a, i, l) {
|
|
199
|
+
let e, o, f, { tag: r } = i, p;
|
|
200
|
+
return a.$$set = (s) => {
|
|
201
|
+
"tag" in s && l(0, r = s.tag);
|
|
180
202
|
}, a.$$.update = () => {
|
|
181
|
-
var
|
|
182
|
-
a.$$.dirty & 1 &&
|
|
183
|
-
}, [
|
|
203
|
+
var s, c, $;
|
|
204
|
+
a.$$.dirty & 1 && l(4, e = r.state ? r.state.unfolded : !1), a.$$.dirty & 1 && l(1, o = ((c = (s = r.data.text) == null ? void 0 : s.length) != null ? c : 0) > 7 ? (($ = r.data.text) == null ? void 0 : $.substring(0, 6)) + "..." : r.data.text), a.$$.dirty & 1 && l(3, f = r.data.mediaData), a.$$.dirty & 2 && l(2, p = o ? [{ id: G(), content: o }] : []);
|
|
205
|
+
}, [r, o, p, f, e];
|
|
184
206
|
}
|
|
185
|
-
class
|
|
186
|
-
constructor(
|
|
187
|
-
super(), Y(this,
|
|
207
|
+
class ye extends B {
|
|
208
|
+
constructor(i) {
|
|
209
|
+
super(), Y(this, i, U, Q, z, { tag: 0 }, O);
|
|
188
210
|
}
|
|
189
211
|
}
|
|
190
212
|
export {
|
|
191
|
-
|
|
213
|
+
ye as default
|
|
192
214
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { SvelteComponent as H, init as L, safe_not_equal as q, append_styles as Z, element as f, space as w, create_component as E, text as G, attr as d, insert as c, append as x, mount_component as R, group_outros as M, transition_out as y, check_outros as C, transition_in as b, set_data as B, detach as m, destroy_component as I } from "svelte/internal";
|
|
2
2
|
import { LinkType as D } from "../../typings/tag.js";
|
|
3
3
|
import T from "../Common/Shadow.js";
|
|
4
|
+
import "svelte/transition";
|
|
4
5
|
function O(A) {
|
|
5
6
|
Z(A, "svelte-7x7u86", ".wrapper.svelte-7x7u86{font-weight:600;cursor:pointer;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:auto}.text-wrapper.svelte-7x7u86{position:relative;display:flex;align-items:center;justify-content:center}.icon.svelte-7x7u86{position:relative;margin-bottom:0.6875rem}.arrow0.svelte-7x7u86,.arrow1.svelte-7x7u86,.arrow2.svelte-7x7u86{position:absolute;width:1.625rem;height:0.75rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAAAkCAYAAAAnxQwhAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAATqADAAQAAAABAAAAJAAAAABrx2urAAAGm0lEQVRoBd2ZXbCVUxjH26QSfSCS0JwoFNEZ0cc45iSmUUaqC+KCwUUXxYUZw4yrLhozLlDDRWa6oW5yOFTT0IcyKn1JnIjDKelLPipJcXT8fttaZ95qd+yzv+uZ+e211rvfd61n/ddaz1rv3qkOFWgtLS3n4Vb34NqhVCr1d6W5mao0hxBNwfrCOcG346S7Ee9gKFdEUjHCIZi+XA69E8p4rQVM98EeBLRcdqsI4RCtI0r0h4uCIvo1BZx1b4GzTjsA3yFec7pUxo+yC4doXen/IDg/6GB5GlSH8mbSWXA4lI+SNiDekVAuS1JW4RCtF72+EWI8c6k+A6ZJc5m+BHvCxX9ItyLe/lAueVIW4UI8u4beDkj02FnnTOuUuJbM/kVhNjQkLjaSbyxH3Cu5cIjmUWMoOKti+2PIT4JsrI6blkKMe87GTYhX0iNLdDwbh/O+B9G6UclIMNWcXQ/CrRbaYRu5dz44C7XfYTXimZbESiYconk2GwGdwSOF4j0JV0AuZrybA4plfYq4BvF2kRbdSiIcog2hJ+6StmcnFesJ6AL52DEefgOiWNa/EfG25FNpNs8WVbgQz+7EEc9o0RRxYiwUKDXuJcVqovxRMeNe0YRDtB44Pw4uAc0jx2gYZqEItoE63TSc0fILLEa8oryqFUU4ROuH04oWl6I76WQwzhXTXLILIO6wLuVFiLedtKBWcOEQ7XY8rE146ZvAwxDfDBJfFSX7J7XOgz8Sta9AvE8T5byzBRMuxLP78Mg3Ac3l0gcmWCiD1dPmboh9/JL8+4WKe7HSvPqFaL6cTwGF0jyc3gTOvnLaehr/HOIrnUeYeYj3W75O5S0covnq9AhcEJxpJr0Lrgrlcic7cWAZ+AuM5o8DbyJeY7qU40dewiFaDe26FOOIKppl41olmWK9C1E8V0Q94q3M1cmchAvx7CEaHZ5oWKfGJ8qVmF2EU75hxH67YcxHQK+1y2IFWT+EaBdz81SoCg+59fvCXuh4tjnUf0tIC5WsoyJjnUckbTu8hni/WsjW2iUcog2k4unQPTTglm/HPLcVwpqoZCu4lOLxxeOFocCfneJgkc3LfuDpzyDG5UPkZyHetmxrzVo4RLubSh+FGM8OkHcTuBDyMUfaTihQHJBYn0cafTTVfKFX0KHgzM/HDvPwcugZKnGw5iLeh6HcZvK/woV45gu5wkVTtLGxkEN6jGc2gaJ5lDkXtCjUXvIrQf9qoDckzU56pFC8augMudoSHoziWcdSmIOA8e3Da6dYm8Ihmu+Zz8H14ckYWHONZ19Qz4+go53A9qNYLvtPYBlON5C2Gn4MpuDsHgVxecXvHQQH8krw7JiLuUnohz5pX8NM/PB9N6OdVjicNaa8AHFJROeqMtZ0+ovGk2/AI0o3iGKRTcey9aSO8locbXN3wyc75k4+BoaBYSNZ3yHKHj2ug6uhPdbEzQ6qK0ARXQ0z8MmYe4plFA4Hx3Hn0xB3Hiv0V9qTYxCXMpoie2LX+vyXnPDpiH4Ay3HMe9tt+NiTh0bDPRBXRLIed07tZvDebEzhN4CzV3O5voyPi9KlxMcJwuGMQj0FE8M9Ku9I1MIJ94bvk4mNGORdcr41GLd8xjpM94HxZAmO7CAtmOF3Pyoz5srJ8bCZaw68M95NJU4GshlNf1dAf4i+15F/Bb9b416rGDRuPHsRHCHN2PEz3GahDXMq/wR9wfgTGyObFnE56ULwDxW/K5rRB/tTDa4YY2Imf3Zx/TIwFLVl6/iyF8SNxxX0LH1Ix720cDRoTJgNcbT2hwdUPZPZeCNYsc9EQazPEV4NTm9/zjlKWnKjT11otBYUcRS4AuKgmjrYToxrwUHPZN9z0Ql0afhyL+k0+rQtRQOu/3qIAhjIB0IPSJrrvwEcARvTko44896DhXFUvKESjD66msbD/eBMSw60eQVygAfDyXH8INe2gZPLiaF4ExTucTLPg2aMGg7uVpqzZwu4tm8Ad7UoFtn0q4ti1SHWt16odKO/A/DxAZgAcYVFt+3nV2AcHAIdQTsOa6Ea7P9MhZtB5jHQmsDltwMM8qrszFPpaEfILIYF4H+ZVnrGGf12coyEyXAvdIU4KUydaa4+r/cDl3UVaHMVzun7erp4+g/FWQWK5a6oeGeNoYHijAVFrIG44shmtKkK52x6FSZluMW4pVjvIJbHibPe0MPl61JWxEEZOvw216a3LkEeGMGFO0D1d8KqMyVu4WtRDE2Mh85Az6Wuso/RZA1ph38BBMvNbHuq7kAAAAAASUVORK5CYII=);background-repeat:no-repeat;background-size:contain;animation-fill-mode:backwards;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:1.2s}.arrow1.svelte-7x7u86{position:relative}.arrow0.svelte-7x7u86{top:-0.75rem;animation-name:svelte-7x7u86-up0}.arrow1.svelte-7x7u86{animation-name:svelte-7x7u86-up1}.arrow2.svelte-7x7u86{top:0.75rem;animation-name:svelte-7x7u86-up2}.text.svelte-7x7u86{position:absolute;top:0;font-size:0.875rem;color:#ffffff;letter-spacing:0;text-align:center;max-width:8.75rem;width:-moz-max-content;width:max-content;word-break:break-all;line-height:1.125rem;text-shadow:0.125rem 0rem 0.5rem rgba(0, 0, 0, 0.15)}@keyframes svelte-7x7u86-up0{0%{opacity:0.8;transform:translate3d(0, 0, 0) scale(0.84)}33.33%,100%{opacity:0;transform:translate3d(0, -0.75rem, 0) scale(0.84)}}@keyframes svelte-7x7u86-up1{0%{opacity:1;transform:translate3d(0, 0, 0) scale(1)}33.33%,100%{opacity:0.8;transform:translate3d(0, -0.75rem, 0) scale(0.84)}}@keyframes svelte-7x7u86-up2{0%{opacity:0}33.33%,100%{opacity:1;transform:translate3d(0, -0.75rem, 0)}}.link.svelte-7x7u86{position:relative;width:1.75rem;height:0.75rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAkCAMAAAAgl+0yAAAAnFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+TINBkAAAAM3RSTlMAjLy6ILM2Fi+Zng3BrPvao4VC9ceneQfKkmNdV1AbEeLOsHA77ujUtn5JLnRraSUUjVLj/+RVAAABhElEQVRIx63V2W6CQBiGYUBUQGDYdwTZQZZa7v/eimik/ket/7yZ4yeTTCYf8+dOX8etxGVoxAvCVbguR3g0uRTMA0w4odGi+CbzFnGKosCqrmHc5rdEwzCwqtGFJlC7DqtOcTxANY67BHnVKOpVoEZRjFPdLgxbqIZhhFTjINChGgThF06NhpGd35OGMcCppyDPfajm+YhUR8cRoeo4+RGlJnnbalBt2x6nHh1dt4Gq6bqDU886y2ZQZVn9jFJ51vcbqPo+Up18UeSgKoo3nHqVJEkGqi1JPk49aLZmQdW2xXf1zP+vUFHsC1QVReK33xdk+w9SaqAq+732UvvdZ2UEqrud8lR5Wc4a7pO8GaoL9VBjy7rMlMosq1lV43LhZlrtF+yuJlbtEXpqXXP3NYwI8VJqakOIziw5aepV1FQuTdfhvlWVZdJCrao6MPe0spRpqV5ZFivqNqYpq3RQ2TST5/h4quoRCmwqq6rymol6plV53IZSomTKE/MroWfxDevL/wAEdPq1eGDh4AAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:contain;animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:1.2s;animation-name:svelte-7x7u86-left-right}@keyframes svelte-7x7u86-left-right{0%,100%{opacity:0.8;transform:translateX(-0.3125rem)}50%{opacity:1;transform:translateX(0)}}");
|
|
6
7
|
}
|
|
@@ -116,11 +117,11 @@ function K(A, i, r) {
|
|
|
116
117
|
A.$$.dirty & 2 && r(0, e = t.data);
|
|
117
118
|
}, [e, t];
|
|
118
119
|
}
|
|
119
|
-
class
|
|
120
|
+
class j extends H {
|
|
120
121
|
constructor(i) {
|
|
121
122
|
super(), L(this, i, K, J, q, { tag: 1 }, O);
|
|
122
123
|
}
|
|
123
124
|
}
|
|
124
125
|
export {
|
|
125
|
-
|
|
126
|
+
j as default
|
|
126
127
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { SvelteComponent as fe, init as de, safe_not_equal as ce, append_styles as ge, element as p, create_component as ue, space as w, text as D, attr as g, set_style as R, src_url_equal as W, toggle_class as Y, insert as A, mount_component as be, append as f, set_data as E, transition_in as he, transition_out as ve, detach as S, destroy_component as pe, destroy_each as j, empty as me } from "svelte/internal";
|
|
2
2
|
import ke from "../Common/Shadow.js";
|
|
3
|
+
import "svelte/transition";
|
|
3
4
|
function ye(i) {
|
|
4
5
|
ge(i, "svelte-8mby9k", ".svelte-8mby9k.svelte-8mby9k{box-sizing:border-box}.marketing.svelte-8mby9k.svelte-8mby9k{transform:translateY(-100%)}.content.svelte-8mby9k .headerImage.svelte-8mby9k{position:absolute;width:100%;top:0.25rem;transform:translateY(-100%);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.line.svelte-8mby9k.svelte-8mby9k{position:absolute;height:2.0625rem;width:0.0625rem;left:50%;transform:translateX(-50%);background-color:white;bottom:0;transform-origin:bottom;transition:all 500ms}.content.svelte-8mby9k.svelte-8mby9k{background-color:white;position:relative;display:flex;flex-direction:column;min-width:11.125rem;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;border-radius:0.25rem;top:-1.875rem;left:-1rem;padding:0.5rem 0rem 0.5625rem;transition:all 500ms}.title.svelte-8mby9k.svelte-8mby9k{position:absolute;background-color:white;border-radius:0.25rem;width:100%;top:0.5rem;padding-left:0.75rem;padding-right:0.75rem}.title.svelte-8mby9k .text.svelte-8mby9k{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:0.75rem;font-weight:bold;line-height:1.125rem;color:#000}.footer.svelte-8mby9k.svelte-8mby9k{position:relative;padding-left:0.75rem;padding-right:0.75rem;width:100%;height:1.375rem;display:flex;align-items:center}.footer.svelte-8mby9k .goto-button.svelte-8mby9k{flex-shrink:0;white-space:nowrap;background-image:linear-gradient(to right, rgba(87, 144, 253, 1) 0, rgba(42, 114, 254, 1) 100%);color:#fff;font-size:0.625rem;border-radius:0.875rem;font-weight:bold;padding-left:0.5rem;padding-right:0.5rem;height:1.25rem;margin-left:auto;display:flex;align-items:center}.footer.svelte-8mby9k .goto-icon.svelte-8mby9k::after{content:'';display:inline-block;width:0.75rem;height:0.75rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMAFNO2pYt4bErz8uP6ysawgVtBPDcR5C4s2L6ZmJBzZGJXUyEeDws/0G2zAAAAkklEQVQ4y+3TRw6DMBAF0OAeJ3QCpCe0uf8NwRILLBYfiS1/aT3JoymnI+sERZ5VCH0iVto3QDfBLmeSSMUTogRV9bBEpJAKaYpGijn13aTSLeraeG9D0NZFZv4/rRL5FDHnITlllqjv6tykWsmX4JHr05y7j6oFKq2P8He48B0tAM0EY0EDxquClw6vLz6EI35GmwwSZpe+WOgAAAAASUVORK5CYII=);background-size:100% auto;background-repeat:no-repeat}.price.svelte-8mby9k.svelte-8mby9k{flex-shrink:0;margin-right:0.75rem;white-space:nowrap;color:#ff6600;display:flex;align-items:baseline}.price.svelte-8mby9k .value.svelte-8mby9k{position:relative;top:0.0625rem;font-size:1.125rem;line-height:1.375rem;font-family:TG-TYPE, PingFangSC, Segoe UI, Rototo, sans-serif;letter-spacing:0rem}.price.svelte-8mby9k .unit.svelte-8mby9k{padding-left:0.125rem;font-size:0.625rem}.tag.svelte-8mby9k.svelte-8mby9k{position:relative;background-color:white;display:flex;width:-moz-max-content;width:max-content;padding-left:0.75rem;padding-right:0.75rem;min-height:1.75rem}.tag.svelte-8mby9k .base-tag.svelte-8mby9k{height:1rem;margin-top:1.375rem;margin-bottom:0.5rem;margin-right:0.25rem;font-size:0.625rem;line-height:0.875rem;padding:0.0625rem 0.25rem;border-radius:0.125rem;overflow:hidden}.tag.svelte-8mby9k .primary-tag.svelte-8mby9k{background:#e5eefe;color:#0055ff}.tag.svelte-8mby9k .secondary-tag.svelte-8mby9k{background:rgba(255, 102, 0, 0.08);color:rgba(255, 102, 0, 1)}.unfolded.svelte-8mby9k .line.svelte-8mby9k{transform:translateX(-50%) scale(1, 1)}.folded.svelte-8mby9k .line.svelte-8mby9k{transform:translateX(-50%) scale(1, 0);transition-timing-function:ease-in}.unfolded.svelte-8mby9k .content.svelte-8mby9k{opacity:1}.folded.svelte-8mby9k .content.svelte-8mby9k{opacity:0;transform:translateY(0.425rem);transition-timing-function:ease-in}");
|
|
5
6
|
}
|
|
@@ -248,11 +249,11 @@ function we(i, t, e) {
|
|
|
248
249
|
i.$$.dirty & 1 && e(1, l = (k = (m = a.state) == null ? void 0 : m.unfolded) != null ? k : !1), i.$$.dirty & 2 && e(3, n = !l), i.$$.dirty & 1 && e(2, s = a.data);
|
|
249
250
|
}, [a, l, s, n];
|
|
250
251
|
}
|
|
251
|
-
class
|
|
252
|
+
class ze extends fe {
|
|
252
253
|
constructor(t) {
|
|
253
254
|
super(), de(this, t, we, _e, ce, { tag: 0 }, ye);
|
|
254
255
|
}
|
|
255
256
|
}
|
|
256
257
|
export {
|
|
257
|
-
|
|
258
|
+
ze as default
|
|
258
259
|
};
|
|
@@ -1,18 +1,37 @@
|
|
|
1
|
-
import { SvelteComponent as g, init as y, safe_not_equal as b, append_styles as h, empty as w, insert as
|
|
1
|
+
import { SvelteComponent as g, init as y, safe_not_equal as b, append_styles as h, empty as w, insert as c, transition_in as u, group_outros as C, transition_out as f, check_outros as D, detach as _, element as j, create_component as k, attr as F, mount_component as M, destroy_component as v } from "svelte/internal";
|
|
2
2
|
import N from "../Common/Media.js";
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
import "svelte/transition";
|
|
4
|
+
import "svelte/easing";
|
|
5
|
+
import "../../../vendor/swiper/svelte/swiper.js";
|
|
6
|
+
import "svelte";
|
|
7
|
+
import "swiper";
|
|
8
|
+
import "../../../vendor/swiper/components-shared/get-params.js";
|
|
9
|
+
import "../../../vendor/swiper/components-shared/utils.js";
|
|
10
|
+
import "../../../vendor/swiper/components-shared/params-list.js";
|
|
11
|
+
import "../../../vendor/swiper/components-shared/mount-swiper.js";
|
|
12
|
+
import "../../../vendor/swiper/components-shared/get-changed-params.js";
|
|
13
|
+
import "../../../vendor/swiper/components-shared/update-swiper.js";
|
|
14
|
+
import "../../../vendor/swiper/svelte/swiper-slide.js";
|
|
15
|
+
import "swiper/css";
|
|
16
|
+
import "swiper/css/autoplay";
|
|
17
|
+
import "three";
|
|
18
|
+
import "../../utils/noTypecheck.js";
|
|
19
|
+
import "../Common/MediaItem.js";
|
|
20
|
+
import "../../Assets/Icon.js";
|
|
21
|
+
import "../../../shared-utils/isNil.js";
|
|
22
|
+
function P(o) {
|
|
23
|
+
h(o, "svelte-10cw0el", ".media-wrapper.svelte-10cw0el{position:absolute;width:100%;height:100%}");
|
|
5
24
|
}
|
|
6
|
-
function
|
|
7
|
-
let
|
|
8
|
-
return
|
|
25
|
+
function s(o) {
|
|
26
|
+
let r, i, e;
|
|
27
|
+
return i = new N({
|
|
9
28
|
props: {
|
|
10
|
-
unfolded:
|
|
11
|
-
mediaData:
|
|
12
|
-
objectFit:
|
|
13
|
-
enableCarousel:
|
|
14
|
-
autoplayConfig:
|
|
15
|
-
tag:
|
|
29
|
+
unfolded: o[5],
|
|
30
|
+
mediaData: o[4],
|
|
31
|
+
objectFit: o[2],
|
|
32
|
+
enableCarousel: o[1],
|
|
33
|
+
autoplayConfig: o[3],
|
|
34
|
+
tag: o[0],
|
|
16
35
|
canPlay: !0,
|
|
17
36
|
playButtonIfNeed: "large",
|
|
18
37
|
inDelay: 500,
|
|
@@ -20,68 +39,68 @@ function c(a) {
|
|
|
20
39
|
}
|
|
21
40
|
}), {
|
|
22
41
|
c() {
|
|
23
|
-
|
|
42
|
+
r = j("div"), k(i.$$.fragment), F(r, "class", "media-wrapper svelte-10cw0el");
|
|
24
43
|
},
|
|
25
|
-
m(
|
|
26
|
-
|
|
44
|
+
m(t, a) {
|
|
45
|
+
c(t, r, a), M(i, r, null), e = !0;
|
|
27
46
|
},
|
|
28
|
-
p(
|
|
29
|
-
const
|
|
30
|
-
|
|
47
|
+
p(t, a) {
|
|
48
|
+
const n = {};
|
|
49
|
+
a & 32 && (n.unfolded = t[5]), a & 16 && (n.mediaData = t[4]), a & 4 && (n.objectFit = t[2]), a & 2 && (n.enableCarousel = t[1]), a & 8 && (n.autoplayConfig = t[3]), a & 1 && (n.tag = t[0]), i.$set(n);
|
|
31
50
|
},
|
|
32
|
-
i(
|
|
33
|
-
|
|
51
|
+
i(t) {
|
|
52
|
+
e || (u(i.$$.fragment, t), e = !0);
|
|
34
53
|
},
|
|
35
|
-
o(
|
|
36
|
-
|
|
54
|
+
o(t) {
|
|
55
|
+
f(i.$$.fragment, t), e = !1;
|
|
37
56
|
},
|
|
38
|
-
d(
|
|
39
|
-
|
|
57
|
+
d(t) {
|
|
58
|
+
t && _(r), v(i);
|
|
40
59
|
}
|
|
41
60
|
};
|
|
42
61
|
}
|
|
43
|
-
function q(
|
|
44
|
-
let
|
|
62
|
+
function q(o) {
|
|
63
|
+
let r, i, e = o[0].state && o[4] && s(o);
|
|
45
64
|
return {
|
|
46
65
|
c() {
|
|
47
|
-
|
|
66
|
+
e && e.c(), r = w();
|
|
48
67
|
},
|
|
49
|
-
m(
|
|
50
|
-
|
|
68
|
+
m(t, a) {
|
|
69
|
+
e && e.m(t, a), c(t, r, a), i = !0;
|
|
51
70
|
},
|
|
52
|
-
p(
|
|
53
|
-
|
|
54
|
-
|
|
71
|
+
p(t, [a]) {
|
|
72
|
+
t[0].state && t[4] ? e ? (e.p(t, a), a & 17 && u(e, 1)) : (e = s(t), e.c(), u(e, 1), e.m(r.parentNode, r)) : e && (C(), f(e, 1, 1, () => {
|
|
73
|
+
e = null;
|
|
55
74
|
}), D());
|
|
56
75
|
},
|
|
57
|
-
i(
|
|
58
|
-
|
|
76
|
+
i(t) {
|
|
77
|
+
i || (u(e), i = !0);
|
|
59
78
|
},
|
|
60
|
-
o(
|
|
61
|
-
|
|
79
|
+
o(t) {
|
|
80
|
+
f(e), i = !1;
|
|
62
81
|
},
|
|
63
|
-
d(
|
|
64
|
-
|
|
82
|
+
d(t) {
|
|
83
|
+
e && e.d(t), t && _(r);
|
|
65
84
|
}
|
|
66
85
|
};
|
|
67
86
|
}
|
|
68
|
-
function B(
|
|
69
|
-
let
|
|
70
|
-
return
|
|
71
|
-
"tag" in
|
|
72
|
-
},
|
|
73
|
-
var
|
|
74
|
-
|
|
75
|
-
autoplay:
|
|
87
|
+
function B(o, r, i) {
|
|
88
|
+
let e, t, a, n, m, { tag: l } = r;
|
|
89
|
+
return o.$$set = (p) => {
|
|
90
|
+
"tag" in p && i(0, l = p.tag);
|
|
91
|
+
}, o.$$.update = () => {
|
|
92
|
+
var p, d;
|
|
93
|
+
o.$$.dirty & 1 && i(5, e = l.state ? l.state.unfolded : !1), o.$$.dirty & 1 && i(4, t = l.data.mediaData), o.$$.dirty & 1 && i(1, a = l.data.enableCarousel), o.$$.dirty & 3 && i(3, n = (p = l.data.autoplayConfig) != null ? p : {
|
|
94
|
+
autoplay: a != null ? a : !0,
|
|
76
95
|
autoplayVideo: !0
|
|
77
|
-
}),
|
|
78
|
-
}, [l,
|
|
96
|
+
}), o.$$.dirty & 1 && i(2, m = (d = l.data.objectFit) != null ? d : (() => l.data.adaptationMode === "stretch" ? "cover" : l.data.adaptationMode === "proportional" ? "contain" : void 0)());
|
|
97
|
+
}, [l, a, m, n, t, e];
|
|
79
98
|
}
|
|
80
|
-
class
|
|
81
|
-
constructor(
|
|
82
|
-
super(), y(this,
|
|
99
|
+
class x extends g {
|
|
100
|
+
constructor(r) {
|
|
101
|
+
super(), y(this, r, B, q, b, { tag: 0 }, P);
|
|
83
102
|
}
|
|
84
103
|
}
|
|
85
104
|
export {
|
|
86
|
-
|
|
105
|
+
x as default
|
|
87
106
|
};
|