@realsee/dnalogel 2.1.1 → 2.1.2-alpha.1
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/components/index.js +242 -569
- package/dist/index.cjs.js +58 -73
- package/dist/index.es.js +7842 -12958
- package/dist/index.js +7842 -12958
- package/dist/index.umd.js +46 -61
- package/docs/assets/highlight.css +3 -3
- package/docs/assets/main.js +4 -2
- package/docs/assets/search.js +1 -1
- package/docs/assets/style.css +462 -619
- package/docs/classes/CruisePluginController.html +397 -23
- package/docs/classes/Magnifier.html +187 -9
- package/docs/classes/ModelRoomLabelController.html +149 -11
- package/docs/classes/Object3DHelperController.html +356 -0
- package/docs/classes/PaintBrush.html +260 -0
- package/docs/classes/PanoTagPluginController.html +940 -0
- package/docs/classes/Util.BetterTween.html +134 -0
- package/docs/classes/Util.FivePointSelector.html +144 -0
- package/docs/classes/Util.Interval.html +158 -0
- package/docs/classes/Util.Magnifier.html +196 -0
- package/docs/classes/Util.PointDomHelper.html +135 -0
- package/docs/classes/Util.PointHelper.html +127 -0
- package/docs/classes/Util.Rectangle.html +181 -0
- package/docs/enums/CameraMovementEffect.html +70 -3
- package/docs/enums/ContentType.html +116 -0
- package/docs/enums/DIRECTION.html +81 -1
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +81 -1
- package/docs/enums/DimensionType.html +67 -0
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +74 -1
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +81 -1
- package/docs/enums/LinkType.html +67 -0
- package/docs/enums/PaintBrushTypeEnum.html +74 -0
- package/docs/enums/PointType.html +67 -0
- package/docs/enums/Rotation.html +77 -3
- package/docs/functions/CSS3DRenderPlugin.html +233 -0
- package/docs/functions/CameraMovementPlugin.html +237 -0
- package/docs/functions/CruisePlugin.html +233 -0
- package/docs/functions/GuideLinePlugin.html +235 -0
- package/docs/functions/ItemLabelPlugin.html +235 -0
- package/docs/functions/MapviewFloorplanPlugin.html +235 -0
- package/docs/functions/ModelChassisCompassPlugin.html +237 -0
- package/docs/functions/ModelEntryDoorGuidePlugin.html +237 -0
- package/docs/functions/ModelFloorplanPlugin.html +235 -0
- package/docs/functions/ModelItemLabelPlugin.html +235 -0
- package/docs/functions/ModelRoomLabelPlugin.html +233 -0
- package/docs/functions/ModelTVVideoPlugin.html +235 -0
- package/docs/functions/ModelViewPlugin.html +237 -0
- package/docs/functions/Object3DHelperPlugin.html +233 -0
- package/docs/functions/PanoCompassPlugin.html +235 -0
- package/docs/functions/PanoCursorRaycasterPlugin.html +238 -0
- package/docs/functions/PanoDoorLabelPlugin.html +235 -0
- package/docs/functions/PanoFloorplanRadarPlugin.html +235 -0
- package/docs/functions/PanoMeasurePlugin.html +235 -0
- package/docs/functions/PanoRulerPlugin.html +237 -0
- package/docs/functions/PanoRulerProPlugin.html +237 -0
- package/docs/functions/PanoSpatialTagPlugin.html +237 -0
- package/docs/functions/PanoTagPlugin.html +249 -0
- package/docs/functions/TopviewFloorplanPlugin.html +235 -0
- package/docs/functions/Util.getCoordsFromClient.html +78 -0
- package/docs/functions/Util.getCoordsFromElement.html +78 -0
- package/docs/functions/Util.getFrameTime.html +70 -0
- package/docs/functions/Util.getIntersectFromRelativePosition.html +78 -0
- package/docs/functions/Util.getRaycasterFromFivePointer.html +78 -0
- package/docs/functions/Util.isNil.html +79 -0
- package/docs/functions/Util.nextFrame.html +73 -0
- package/docs/functions/Util.notNil.html +78 -0
- package/docs/functions/Util.requestAnimationFrameInterval.html +98 -0
- package/docs/functions/Util.tweenProgress.html +84 -0
- package/docs/functions/pluginFlag.html +233 -0
- package/docs/index.html +222 -9
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +205 -0
- package/docs/interfaces/CSS3DRenderPluginState.html +85 -0
- package/docs/interfaces/CameraMovementPluginExportType.html +111 -17
- package/docs/interfaces/ContentTypeMap.html +212 -0
- package/docs/interfaces/FloorplanBounding.html +89 -10
- package/docs/interfaces/FloorplanData.html +95 -3
- package/docs/interfaces/FloorplanEntrance.html +114 -15
- package/docs/interfaces/FloorplanExtraObject.html +108 -7
- package/docs/interfaces/FloorplanExtraObject3D.html +99 -3
- package/docs/interfaces/FloorplanFloorData.html +88 -3
- package/docs/interfaces/FloorplanImagePosition.html +74 -3
- package/docs/interfaces/FloorplanObserver.html +92 -5
- package/docs/interfaces/FloorplanOutlineItem.html +88 -3
- package/docs/interfaces/FloorplanPosition.html +74 -3
- package/docs/interfaces/FloorplanRoomItem.html +134 -17
- package/docs/interfaces/FloorplanRoomLabelItem.html +78 -7
- package/docs/interfaces/FloorplanServerBounding.html +89 -10
- package/docs/interfaces/FloorplanServerComputedData.html +92 -1
- package/docs/interfaces/FloorplanServerData.html +74 -3
- package/docs/interfaces/FloorplanServerDoorItem.html +92 -1
- package/docs/interfaces/FloorplanServerDoorPosition.html +78 -1
- package/docs/interfaces/FloorplanServerEntrance.html +114 -15
- package/docs/interfaces/FloorplanServerFloorData.html +88 -3
- package/docs/interfaces/FloorplanServerImagePosition.html +74 -3
- package/docs/interfaces/FloorplanServerObserver.html +92 -5
- package/docs/interfaces/FloorplanServerOutlineItem.html +88 -3
- package/docs/interfaces/FloorplanServerPosition.html +74 -3
- package/docs/interfaces/FloorplanServerRoomItem.html +145 -20
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +78 -7
- package/docs/interfaces/ItemLabelPluginData.html +64 -1
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +149 -1
- package/docs/interfaces/ItemLabelPluginParametersType.html +85 -1
- package/docs/interfaces/LineJson.html +71 -1
- package/docs/interfaces/ModelChassisCompassPluginData.html +71 -1
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +107 -1
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +71 -1
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +78 -1
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +115 -1
- package/docs/interfaces/ModelItemLabelPluginData.html +64 -1
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +149 -1
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +71 -1
- package/docs/interfaces/ModelRoomLabelPluginData.html +64 -1
- package/docs/interfaces/ModelTVVideoPluginData.html +85 -1
- package/docs/interfaces/ModelTVVideoPluginExportType.html +109 -1
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +64 -1
- package/docs/interfaces/ModelViewPluginExportType.html +129 -1
- package/docs/interfaces/Object3DHelperState.html +78 -0
- package/docs/interfaces/OpenParameter.html +74 -3
- package/docs/interfaces/PaintBrushAction.html +118 -0
- package/docs/interfaces/PaintBrushConfigs.html +122 -0
- package/docs/interfaces/PaintBrushState.html +99 -0
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +186 -11
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +227 -1
- package/docs/interfaces/PanoMeasureParameterType.html +128 -5
- package/docs/interfaces/PanoRulerPluginExportType.html +138 -1
- package/docs/interfaces/PanoRulerPluginOptions.html +87 -1
- package/docs/interfaces/PanoRulerPluginParameterType.html +78 -1
- package/docs/interfaces/PanoRulerProPluginExportType.html +114 -1
- package/docs/interfaces/PanoRulerProPluginOptions.html +84 -1
- package/docs/interfaces/PanoRulerProPluginParameterType.html +71 -1
- package/docs/interfaces/PanoRulerProPluginState.html +78 -1
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +241 -1
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +230 -1
- package/docs/interfaces/PanoSpatialTagPluginData.html +114 -1
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +96 -1
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +192 -1
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +92 -1
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +113 -1
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +99 -1
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +92 -1
- package/docs/interfaces/Point.html +78 -1
- package/docs/interfaces/PointJson.html +78 -1
- package/docs/interfaces/Room.html +85 -1
- package/docs/interfaces/RoomInfo.html +71 -1
- package/docs/interfaces/RoomLabel.html +141 -13
- package/docs/interfaces/RoomRules.html +230 -1
- package/docs/interfaces/Rooms.html +230 -1
- package/docs/interfaces/Scissor.html +100 -0
- package/docs/interfaces/TagConfig.html +120 -0
- package/docs/interfaces/Tags.html +89 -0
- package/docs/interfaces/Util.MagnifierParameter.html +116 -0
- package/docs/interfaces/Util.MouseGroupParameter.html +79 -0
- package/docs/modules/Util.html +91 -0
- package/docs/modules.html +425 -36
- package/docs/types/ArrayPosition.html +224 -0
- package/docs/types/CSS3DRenderExportType.html +224 -0
- package/docs/types/CSS3DRenderPluginExportType.html +224 -0
- package/docs/types/CSS3DRenderPluginParameterType.html +224 -0
- package/docs/types/Color.html +224 -0
- package/docs/types/ContentTypeConfigKey.html +224 -0
- package/docs/types/ContentTypeConfigKeyArray.html +224 -0
- package/docs/types/Create3DDomContainerReturnType.html +224 -0
- package/docs/types/Create3DElementReturnType.html +224 -0
- package/docs/types/CruisePluginExportType.html +224 -0
- package/docs/types/Direction-1.html +224 -0
- package/docs/types/Direction4.html +224 -0
- package/docs/types/FloorplanRuleLabels.html +226 -0
- package/docs/types/FloorplanServerRuleLabels.html +224 -0
- package/docs/types/GuideLinePluginExportType.html +224 -0
- package/docs/types/HelperEventMap.html +314 -0
- package/docs/types/MapviewFloorplanPluginParameterType.html +224 -0
- package/docs/types/MapviewFloorplanPluginReturnType.html +224 -0
- package/docs/types/MediaData.html +224 -0
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +224 -0
- package/docs/types/ModelFloorplanPluginParameterType.html +224 -0
- package/docs/types/ModelFloorplanPluginReturnType.html +224 -0
- package/docs/types/ModelRoomLabelPluginParameters.html +224 -0
- package/docs/types/ModelRoomLabelPluginReturnType.html +224 -0
- package/docs/types/MoveArgs.html +226 -0
- package/docs/types/MoveOpts.html +226 -0
- package/docs/types/Object3DHelperEventMap.html +317 -0
- package/docs/types/ObjectFit.html +224 -0
- package/docs/types/PaintBrushEventMap.html +255 -0
- package/docs/types/PanoCompassPluginData.html +224 -0
- package/docs/types/PanoCompassPluginExportType.html +224 -0
- package/docs/types/PanoCompassPluginParameterType.html +224 -0
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +224 -0
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +224 -0
- package/docs/types/PanoMeasurePluginEvent.html +224 -0
- package/docs/types/PanoMeasureReturnType.html +224 -0
- package/docs/types/PanoSpatialTagPluginId.html +224 -0
- package/docs/types/PanoTagPluginExportInterface.html +224 -0
- package/docs/types/PanoTagPluginParamsInterface.html +224 -0
- package/docs/types/PlaneTag.html +233 -0
- package/docs/types/PointTag.html +235 -0
- package/docs/types/Position.html +224 -0
- package/docs/types/RotateArgs.html +226 -0
- package/docs/types/RotateOpts.html +226 -0
- package/docs/types/RuleLabelsKey.html +224 -0
- package/docs/types/RuleLabelsValue.html +224 -0
- package/docs/types/Tag.html +235 -0
- package/docs/types/Tag2D.html +233 -0
- package/docs/types/Tag3D.html +233 -0
- package/docs/types/TagId.html +224 -0
- package/docs/types/TopviewFloorplanPluginParameterType.html +224 -0
- package/docs/types/TopviewFloorplanPluginReturnType.html +224 -0
- package/docs/variables/FLOOR_TYPE_MAP.html +226 -0
- package/docs/variables/PLUGIN.html +224 -0
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +226 -0
- package/docs/variables/ROOM_TYPE_MAP.html +226 -0
- package/docs/variables/VERSION.html +224 -0
- package/docs/variables/itemLabelPluginServerParams.html +231 -0
- package/docs/variables/modelItemLabelPluginServerParams.html +231 -0
- package/docs/variables/modelRoomLabelPluginServerParams.html +231 -0
- package/libs/CSS3DRenderPlugin/CSS3DRender.d.ts +2 -2
- package/libs/CSS3DRenderPlugin/CSS3DRender.js +1 -300
- package/libs/CSS3DRenderPlugin/Controller.d.ts +3 -3
- package/libs/CSS3DRenderPlugin/Controller.js +1 -81
- package/libs/CSS3DRenderPlugin/index.js +1 -14
- package/libs/CSS3DRenderPlugin/typing.js +1 -1
- package/libs/CSS3DRenderPlugin/utils/CSS3DObjectPlus.js +1 -67
- package/libs/CSS3DRenderPlugin/utils/centerPoint.js +1 -10
- package/libs/CSS3DRenderPlugin/utils/evenNumber.js +1 -7
- package/libs/CSS3DRenderPlugin/utils/index.js +1 -13
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +1 -7
- package/libs/CSS3DRenderPlugin/utils/random.js +1 -6
- package/libs/CameraMovementPlugin/CameraMovementPlugin.js +1 -71
- package/libs/CameraMovementPlugin/index.js +1 -15
- package/libs/CameraMovementPlugin/typing.js +1 -5
- package/libs/CruisePlugin/Controller.js +1 -440
- package/libs/CruisePlugin/index.js +1 -27
- package/libs/CruisePlugin/utils/coordinatesAngle.js +1 -9
- package/libs/CruisePlugin/utils/coordinatesToVector.js +1 -12
- package/libs/CruisePlugin/utils/formatRad.js +1 -7
- package/libs/CruisePlugin/utils/linerValue.js +1 -7
- package/libs/CruisePlugin/utils/safeCall.js +1 -12
- package/libs/CruisePlugin/utils/sleep.js +1 -10
- package/libs/CruisePlugin/utils/vectorToCoordinates.js +1 -10
- package/libs/GuideLinePlugin/Controller.js +1 -112
- package/libs/GuideLinePlugin/index.js +1 -15
- package/libs/GuideLinePlugin/utils/getArrowMaterial.js +1 -13
- package/libs/GuideLinePlugin/utils/getLineGeometries.js +1 -118
- package/libs/GuideLinePlugin/utils/polyline-normals.d.ts +3 -0
- package/libs/ItemLabelPlugin/ItemLabelComponent.js +1 -254
- package/libs/ItemLabelPlugin/ItemLabelItem.js +2 -133
- package/libs/ItemLabelPlugin/Plugin.js +2 -85
- package/libs/ItemLabelPlugin/index.js +1 -25
- package/libs/ItemLabelPlugin/typings.js +1 -4
- package/libs/ItemLabelPlugin/utils/getLabelTransform.js +1 -4
- package/libs/ItemLabelPlugin/utils/getStrokeLength.js +1 -16
- package/libs/ItemLabelPlugin/utils/isImpacted.js +1 -10
- package/libs/ItemLabelPlugin/utils/parseData.js +1 -10
- package/libs/ItemLabelPlugin/utils/transform2RenderData.js +1 -11
- package/libs/ModelChassisCompassPlugin/Plugin.js +1 -55
- package/libs/ModelChassisCompassPlugin/index.js +1 -10
- package/libs/ModelEntryDoorGuidePlugin/Plugin.js +1 -66
- package/libs/ModelEntryDoorGuidePlugin/index.js +1 -11
- package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +1 -196
- package/libs/ModelItemLabelPlugin/ItemLabelItem.js +2 -42
- package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +2 -79
- package/libs/ModelItemLabelPlugin/events.type.js +1 -1
- package/libs/ModelItemLabelPlugin/index.js +1 -21
- package/libs/ModelItemLabelPlugin/typings.js +1 -4
- package/libs/ModelItemLabelPlugin/utils/parseData.js +1 -9
- package/libs/ModelRoomLabelPlugin/Assets/roomLabelBg.js +1 -4
- package/libs/ModelRoomLabelPlugin/Controller.js +1 -64
- package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +1 -45
- package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +1 -151
- package/libs/ModelRoomLabelPlugin/index.js +1 -16
- package/libs/ModelRoomLabelPlugin/utils/parseData.js +1 -16
- package/libs/ModelTVVideoPlugin/Plugin.js +1 -157
- package/libs/ModelTVVideoPlugin/index.js +1 -19
- package/libs/ModelTVVideoPlugin/typings.js +1 -4
- package/libs/ModelTVVideoPlugin/utils/parseData.js +1 -20
- package/libs/ModelViewPlugin/Plugin.js +1 -96
- package/libs/ModelViewPlugin/index.js +1 -8
- package/libs/Object3DHelperPlugin/Controller.d.ts +1 -1
- package/libs/Object3DHelperPlugin/Controller.js +1 -137
- package/libs/Object3DHelperPlugin/FiveControllerWrapper.d.ts +1 -1
- package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +1 -35
- package/libs/Object3DHelperPlugin/index.js +1 -42
- package/libs/PanoCompassPlugin/Assets/roomInfoIcon.js +1 -4
- package/libs/PanoCompassPlugin/Controller.js +1 -205
- package/libs/PanoCompassPlugin/getRoomInfoInstance.js +1 -24
- package/libs/PanoCompassPlugin/index.js +1 -24
- package/libs/PanoCursorRaycasterPlugin/index.js +1 -60
- package/libs/PanoDoorLabelPlugin/BaseController.js +1 -50
- package/libs/PanoDoorLabelPlugin/Controller.js +1 -215
- package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +1 -65
- package/libs/PanoDoorLabelPlugin/index.d.ts +1 -1
- package/libs/PanoDoorLabelPlugin/index.js +1 -15
- package/libs/PanoDoorLabelPlugin/utils.d.ts +2 -2
- package/libs/PanoDoorLabelPlugin/utils.js +1 -23
- package/libs/PanoMeasurePlugin/Controller/BaseController.js +1 -63
- package/libs/PanoMeasurePlugin/Controller/EditController.js +1 -114
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +1 -138
- package/libs/PanoMeasurePlugin/Controller/ShortcutKeyController.js +1 -33
- package/libs/PanoMeasurePlugin/Controller/ViewController.js +1 -101
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +1 -169
- package/libs/PanoMeasurePlugin/Controller/index.d.ts +1 -1
- package/libs/PanoMeasurePlugin/Controller/index.js +1 -167
- package/libs/PanoMeasurePlugin/Model/index.d.ts +4 -4
- package/libs/PanoMeasurePlugin/Model/index.js +1 -99
- package/libs/PanoMeasurePlugin/Model/line.d.ts +1 -1
- package/libs/PanoMeasurePlugin/Model/line.js +1 -60
- package/libs/PanoMeasurePlugin/Model/point.js +1 -30
- package/libs/PanoMeasurePlugin/Model/polyline.d.ts +2 -2
- package/libs/PanoMeasurePlugin/Model/polyline.js +1 -47
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js +2 -5
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js +1 -4
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.js +1 -4
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +3 -67
- package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +1 -28
- package/libs/PanoMeasurePlugin/Modules/GuideController.js +1 -41
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +1 -103
- package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +8 -12
- package/libs/PanoMeasurePlugin/Modules/UIController/MainBtnController.js +1 -50
- package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +1 -36
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +1 -48
- package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +3 -8
- package/libs/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.js +1 -39
- package/libs/PanoMeasurePlugin/Modules/UIController/style.js +1 -70
- package/libs/PanoMeasurePlugin/Modules/rangePiece/html.js +2 -7
- package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +1 -123
- package/libs/PanoMeasurePlugin/index.js +1 -60
- package/libs/PanoMeasurePlugin/utils/calculateThreeMouse.js +1 -12
- package/libs/PanoMeasurePlugin/utils/constants.js +1 -23
- package/libs/PanoMeasurePlugin/utils/distanceDom.js +1 -62
- package/libs/PanoMeasurePlugin/utils/findAssociatedLines.js +1 -13
- package/libs/PanoMeasurePlugin/utils/findClosestPoint.d.ts +1 -1
- package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +1 -16
- package/libs/PanoMeasurePlugin/utils/getIntersectionFromEvent.js +1 -9
- package/libs/PanoMeasurePlugin/utils/getPointFromHammerEvent.js +1 -8
- package/libs/PanoMeasurePlugin/utils/ironbox.js +1 -4
- package/libs/PanoMeasurePlugin/utils/isNDCPointInScreen.js +1 -7
- package/libs/PanoMeasurePlugin/utils/line.js +1 -18
- package/libs/PanoMeasurePlugin/utils/math.js +1 -13
- package/libs/PanoMeasurePlugin/utils/mouseGroup.js +3 -33
- package/libs/PanoMeasurePlugin/utils/ndc2Screen.js +1 -8
- package/libs/PanoRulerPlugin/Plugin.js +3 -241
- package/libs/PanoRulerPlugin/index.js +1 -11
- package/libs/PanoRulerPlugin/style.js +2 -5
- package/libs/PanoRulerProPlugin/Controller.js +1 -74
- package/libs/PanoRulerProPlugin/RulerItem.js +1 -118
- package/libs/PanoRulerProPlugin/RulerItems.js +1 -181
- package/libs/PanoRulerProPlugin/index.js +1 -17
- package/libs/PanoSpatialTagPlugin/Components/origins.js +1 -82
- package/libs/PanoSpatialTagPlugin/Components/tag.js +1 -124
- package/libs/PanoSpatialTagPlugin/Plugin.js +1 -258
- package/libs/PanoSpatialTagPlugin/index.js +1 -24
- package/libs/PanoSpatialTagPlugin/store.d.ts +1 -1
- package/libs/PanoSpatialTagPlugin/store.js +1 -6
- package/libs/PanoSpatialTagPlugin/style.js +1 -11
- package/libs/PanoSpatialTagPlugin/typings.js +1 -1
- package/libs/PanoTagPlugin/Assets/Icon.js +1 -6
- package/libs/PanoTagPlugin/Components/Common/Arrow.js +1 -103
- package/libs/PanoTagPlugin/Components/Common/Audio.js +1 -163
- package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +1 -93
- package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +1 -91
- package/libs/PanoTagPlugin/Components/Common/Media.js +1 -3438
- package/libs/PanoTagPlugin/Components/Common/MediaItem.js +1 -139
- package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +1 -181
- package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +1 -52
- package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +1 -52
- package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +1 -170
- package/libs/PanoTagPlugin/Components/Common/Shadow.js +15 -125
- package/libs/PanoTagPlugin/Components/Common/Text.js +1 -984
- package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +1 -140
- package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +1 -72
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +1 -202
- package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +1 -128
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +1 -231
- package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +1 -95
- package/libs/PanoTagPlugin/Components/Tag/TextTag.js +1 -134
- package/libs/PanoTagPlugin/Components/Tag/index.js +2 -308
- package/libs/PanoTagPlugin/Components/TagContainer.js +1 -187
- package/libs/PanoTagPlugin/Components/TagWrapper.js +1 -183
- package/libs/PanoTagPlugin/controller/TagCacheController.js +1 -32
- package/libs/PanoTagPlugin/controller/TagComputer.d.ts +5 -5
- package/libs/PanoTagPlugin/controller/TagComputer.js +1 -15
- package/libs/PanoTagPlugin/controller/index.js +1 -386
- package/libs/PanoTagPlugin/index.js +1 -71
- package/libs/PanoTagPlugin/tag.config.js +1 -44
- package/libs/PanoTagPlugin/typings/controller.js +1 -1
- package/libs/PanoTagPlugin/typings/index.js +1 -7
- package/libs/PanoTagPlugin/typings/tag.js +1 -7
- package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.js +1 -6
- package/libs/PanoTagPlugin/utils/addDebugPoints.js +1 -27
- package/libs/PanoTagPlugin/utils/checkRange.d.ts +1 -1
- package/libs/PanoTagPlugin/utils/checkRange.js +1 -10
- package/libs/PanoTagPlugin/utils/constants.js +1 -8
- package/libs/PanoTagPlugin/utils/debounce.js +1 -12
- package/libs/PanoTagPlugin/utils/doUtil.js +1 -12
- package/libs/PanoTagPlugin/utils/index.js +1 -36
- package/libs/PanoTagPlugin/utils/noTypecheck.js +1 -4
- package/libs/PanoTagPlugin/utils/normalPositionToPositions.js +1 -13
- package/libs/PanoTagPlugin/utils/planeNormal.js +1 -11
- package/libs/PanoTagPlugin/utils/resizeObserver.js +1 -17
- package/libs/PanoTagPlugin/utils/search.js +1 -33
- package/libs/PanoTagPlugin/utils/tagPosition.js +1 -13
- package/libs/PanoTagPlugin/utils/throttle.js +1 -11
- package/libs/base/BasePlugin.js +1 -18
- package/libs/base/BasePluginWithData.js +1 -7
- package/libs/components/PaintBrush/Controller.d.ts +2 -2
- package/libs/components/PaintBrush/Controller.js +1 -309
- package/libs/components/PaintBrush/Subscribe.js +1 -47
- package/libs/components/PaintBrush/index.js +1 -52
- package/libs/components/PaintBrush/style.js +2 -5
- package/libs/components/PaintBrush/tween.js +1 -15
- package/libs/components/PaintBrush/typings.js +1 -4
- package/libs/components/PaintBrush/utils.d.ts +1 -1
- package/libs/components/PaintBrush/utils.js +1 -45
- package/libs/components/index.js +1 -13
- package/libs/env.d.ts +1 -0
- package/libs/floorplan/Assets/camera.js +1 -4
- package/libs/floorplan/Assets/compass.js +1 -4
- package/libs/floorplan/Assets/floorplanExtraObject.js +1 -4
- package/libs/floorplan/Components/BaseImage.js +1 -104
- package/libs/floorplan/Components/Camera.js +1 -62
- package/libs/floorplan/Components/Compass.js +1 -60
- package/libs/floorplan/Components/CurrentFloor.js +1 -255
- package/libs/floorplan/Components/Main.js +1 -282
- package/libs/floorplan/Components/Normalmage.js +1 -37
- package/libs/floorplan/Components/RoomHighlight/Room.js +1 -61
- package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +1 -122
- package/libs/floorplan/Components/RoomLabels/RoomLabel.js +1 -152
- package/libs/floorplan/Components/RoomLabels/RoomLabels.js +1 -174
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +1 -184
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +1 -37
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +1 -39
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +1 -37
- package/libs/floorplan/Components/RuleLabels/RuleItem.js +1 -134
- package/libs/floorplan/Components/RuleLabels/RuleLabels.js +1 -139
- package/libs/floorplan/Components/SvgImage.js +2 -39
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.d.ts +1 -1
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +1 -322
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +1 -49
- package/libs/floorplan/ModelFloorplanPlugin/Controller.d.ts +1 -1
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +1 -318
- package/libs/floorplan/ModelFloorplanPlugin/index.js +1 -49
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +1 -84
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +1 -133
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +1 -72
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +1 -191
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +1 -146
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +1 -26
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.d.ts +1 -1
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +1 -265
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +1 -46
- package/libs/floorplan/constant.js +1 -4
- package/libs/floorplan/index.js +1 -67
- package/libs/floorplan/typings/floorplanData.js +1 -1
- package/libs/floorplan/typings/floorplanServerData.js +1 -101
- package/libs/floorplan/utils/constant.js +1 -8
- package/libs/floorplan/utils/correctFiveState.js +1 -36
- package/libs/floorplan/utils/formatData.js +1 -82
- package/libs/floorplan/utils/formatPosition.js +1 -35
- package/libs/index.js +1 -330
- package/libs/shared-utils/Object3DHelper/Base/BaseController.js +1 -155
- package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +1 -53
- package/libs/shared-utils/Object3DHelper/Constants/color.js +1 -21
- package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.js +1 -29
- package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +1 -74
- package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.d.ts +1 -1
- package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +1 -117
- package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +1 -142
- package/libs/shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js +1 -81
- package/libs/shared-utils/Object3DHelper/Helper/HTML/tipsDom.js +1 -31
- package/libs/shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js +1 -14
- package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +1 -31
- package/libs/shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js +1 -35
- package/libs/shared-utils/Object3DHelper/Helper/OutlineHelper.js +1 -103
- package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +1 -143
- package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +1 -137
- package/libs/shared-utils/Object3DHelper/Helper/index.js +1 -30
- package/libs/shared-utils/Object3DHelper/index.js +1 -140
- package/libs/shared-utils/Object3DHelper/typings/Direction.js +1 -1
- package/libs/shared-utils/Object3DHelper/typings/Hooks.js +1 -1
- package/libs/shared-utils/Object3DHelper/typings/Scissor.js +1 -1
- package/libs/shared-utils/Object3DHelper/typings/index.js +1 -1
- package/libs/shared-utils/Object3DHelper/utils/calculateThreeMouse.js +1 -11
- package/libs/shared-utils/Object3DHelper/utils/direction.js +1 -30
- package/libs/shared-utils/Object3DHelper/utils/filterNotColinearPoints.js +1 -18
- package/libs/shared-utils/Object3DHelper/utils/getMouseRaycaster.d.ts +1 -1
- package/libs/shared-utils/Object3DHelper/utils/getMouseRaycaster.js +1 -14
- package/libs/shared-utils/Object3DHelper/utils/getPoint.js +1 -18
- package/libs/shared-utils/Object3DHelper/utils/index.js +1 -29
- package/libs/shared-utils/Object3DHelper/utils/normalPositionToPositions.js +1 -13
- package/libs/shared-utils/Object3DHelper/utils/object3DBoundingPosition.js +1 -5
- package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.d.ts +34 -0
- package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.js +1 -191
- package/libs/shared-utils/Object3DHelper/utils/vectorIsEqual.js +1 -6
- package/libs/shared-utils/Subscribe.js +1 -50
- package/libs/shared-utils/animationFrame/BetterTween.js +1 -6
- package/libs/shared-utils/animationFrame/calculateProgress.js +1 -12
- package/libs/shared-utils/animationFrame/formatRad.js +1 -13
- package/libs/shared-utils/animationFrame/index.js +1 -51
- package/libs/shared-utils/animationFrame/tween.js +1 -30
- package/libs/shared-utils/changeModelCanvasOpacity.js +1 -12
- package/libs/shared-utils/createCanvasTextTexture.js +1 -11
- package/libs/shared-utils/createLine/index.js +1 -9
- package/libs/shared-utils/debounce.js +1 -11
- package/libs/shared-utils/equal.js +1 -54
- package/libs/shared-utils/filter.js +1 -30
- package/libs/shared-utils/five/changeMode.js +1 -21
- package/libs/shared-utils/getPxmm.js +1 -21
- package/libs/shared-utils/index.js +1 -45
- package/libs/shared-utils/isNil.js +1 -10
- package/libs/shared-utils/isTruelyObject.js +1 -6
- package/libs/shared-utils/math/Interval.js +1 -23
- package/libs/shared-utils/math/Rectangle.js +1 -23
- package/libs/shared-utils/math/index.js +1 -6
- package/libs/shared-utils/math/planimetry.d.ts +5 -5
- package/libs/shared-utils/math/planimetry.js +1 -135
- package/libs/shared-utils/math/rad2Deg.js +1 -6
- package/libs/shared-utils/nearlyEqual.js +1 -6
- package/libs/shared-utils/nextFrame.js +1 -6
- package/libs/shared-utils/noop.js +1 -5
- package/libs/shared-utils/object3d2LocalMatrix.js +1 -19
- package/libs/shared-utils/removeArrayItem.d.ts +1 -1
- package/libs/shared-utils/removeArrayItem.js +1 -8
- package/libs/shared-utils/tap.js +1 -6
- package/libs/shared-utils/three/Assets/index.js +1 -5
- package/libs/shared-utils/three/FivePointSelector.d.ts +1 -1
- package/libs/shared-utils/three/FivePointSelector.js +1 -63
- package/libs/shared-utils/three/Magnifier.d.ts +2 -2
- package/libs/shared-utils/three/Magnifier.js +1 -104
- package/libs/shared-utils/three/PointDomHelper.js +1 -68
- package/libs/shared-utils/three/PointHelper.js +3 -60
- package/libs/shared-utils/three/getCoords.js +1 -13
- package/libs/shared-utils/three/getIntersect.d.ts +1 -1
- package/libs/shared-utils/three/getIntersect.js +1 -8
- package/libs/shared-utils/three/getRaycaster.d.ts +1 -1
- package/libs/shared-utils/three/getRaycaster.js +1 -12
- package/libs/shared-utils/three/index.js +1 -33
- package/libs/shared-utils/three/loadTexture.js +1 -10
- package/libs/shared-utils/three/transformPositionToVector3.js +1 -5
- package/libs/shared-utils/three/transfromToMeshBasicMaterial.js +1 -13
- package/libs/shared-utils/throttle.js +1 -11
- package/libs/shared-utils/tinyEJSrender.js +14 -138
- package/libs/shared-utils/to.js +1 -11
- package/libs/shared-utils/uuid.js +1 -10
- package/libs/vendor/swiper/components-shared/get-changed-params.js +1 -0
- package/libs/vendor/swiper/components-shared/get-params.js +1 -0
- package/libs/vendor/swiper/components-shared/mount-swiper.js +1 -0
- package/libs/vendor/swiper/components-shared/params-list.js +1 -0
- package/libs/vendor/swiper/components-shared/update-swiper.js +1 -0
- package/libs/vendor/swiper/components-shared/utils.js +1 -0
- package/libs/vendor/swiper/svelte/swiper-slide.js +1 -0
- package/libs/vendor/swiper/svelte/swiper-svelte.js +1 -0
- package/libs/vendor/swiper/svelte/swiper.js +1 -0
- package/package.json +218 -31
- package/dist/style.css +0 -1
- package/docs/assets/icons.css +0 -1043
- package/docs/assets/icons.png +0 -0
- package/docs/assets/icons@2x.png +0 -0
- package/docs/assets/widgets.png +0 -0
- package/docs/assets/widgets@2x.png +0 -0
- package/docs/interfaces/CSS3DRenderPluginExportType.html +0 -4
- package/libs/CruisePlugin/typing.js +0 -1
- package/libs/GuideLinePlugin/typing.js +0 -1
- package/libs/GuideLinePlugin/utils/getPoint.d.ts +0 -3
- package/libs/GuideLinePlugin/utils/getPoint.js +0 -18
- package/libs/GuideLinePlugin/utils/polyline-normals.d.js +0 -1
- package/libs/ItemLabelPlugin/events.type.js +0 -1
- package/libs/ModelRoomLabelPlugin/typings.js +0 -1
- package/libs/Object3DHelperPlugin/mocks/addObject3D.d.ts +0 -2
- package/libs/Object3DHelperPlugin/mocks/addObject3D.js +0 -1377
- package/libs/Object3DHelperPlugin/mocks/objects.d.ts +0 -7
- package/libs/Object3DHelperPlugin/mocks/objects.js +0 -47
- package/libs/Object3DHelperPlugin/typings.js +0 -1
- package/libs/PanoCompassPlugin/typings.js +0 -1
- package/libs/PanoDoorLabelPlugin/typings.js +0 -1
- package/libs/PanoMeasurePlugin/typings/data.js +0 -1
- package/libs/PanoMeasurePlugin/typings/event.type.js +0 -1
- package/libs/PanoMeasurePlugin/typings/index.js +0 -1
- package/libs/PanoMeasurePlugin/typings/utils.type.d.ts +0 -1
- package/libs/PanoMeasurePlugin/typings/utils.type.js +0 -1
- package/libs/PanoMeasurePlugin/utils/clearGroup.d.ts +0 -2
- package/libs/PanoMeasurePlugin/utils/clearGroup.js +0 -6
- package/libs/PanoRulerPlugin/typings.js +0 -1
- package/libs/PanoRulerProPlugin/typings.js +0 -1
- package/libs/PanoTagPlugin/Components/Common/TextItem.js +0 -106
- package/libs/TagComputer.2bc444dc.js +0 -315
- package/libs/floorplan/MapviewFloorplanPlugin/typing.js +0 -1
- package/libs/floorplan/ModelFloorplanPlugin/typing.js +0 -1
- package/libs/floorplan/PanoFloorplanRadarPlugin/typing.js +0 -1
- package/libs/floorplan/TopviewFloorplanPlugin/style.d.ts +0 -1
- package/libs/floorplan/TopviewFloorplanPlugin/style.js +0 -11
- package/libs/floorplan/TopviewFloorplanPlugin/typing.js +0 -1
- package/libs/floorplan/typings/index.js +0 -1
- package/libs/floorplan/typings/utility.js +0 -1
- package/libs/hammer.b5b6115e.js +0 -882
- package/libs/index.164f1850.js +0 -641
- package/libs/index.5d5d1089.js +0 -34
- package/libs/index.6a0eead1.js +0 -12
- package/libs/index.ad783a2f.js +0 -31
- package/libs/index.dca207cb.js +0 -37
- package/libs/index.f2f85d71.js +0 -40
- package/libs/shared-utils/Object3DHelper/utils/finiteNumber.d.ts +0 -1
- package/libs/shared-utils/Object3DHelper/utils/finiteNumber.js +0 -6
- package/libs/shared-utils/Object3DHelper/utils/negateScale.d.ts +0 -2
- package/libs/shared-utils/Object3DHelper/utils/negateScale.js +0 -7
- package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.d.js +0 -4
- package/libs/shared-utils/Preloader.d.ts +0 -6
- package/libs/shared-utils/Preloader.js +0 -18
- package/libs/shared-utils/formatRad.d.ts +0 -7
- package/libs/shared-utils/formatRad.js +0 -7
- package/libs/shared-utils/getRandomColor.d.ts +0 -1
- package/libs/shared-utils/getRandomColor.js +0 -6
- package/libs/shared-utils/logger.d.ts +0 -16
- package/libs/shared-utils/logger.js +0 -27
- package/libs/shared-utils/math/evenNumber.d.ts +0 -3
- package/libs/shared-utils/math/evenNumber.js +0 -7
- package/libs/shared-utils/px2rem.d.ts +0 -1
- package/libs/shared-utils/px2rem.js +0 -6
- package/libs/shared-utils/three/getExtraModelLoader.d.ts +0 -6
- package/libs/shared-utils/three/getExtraModelLoader.js +0 -18
- package/libs/shared-utils/three/getNormal.d.ts +0 -2
- package/libs/shared-utils/three/getNormal.js +0 -7
- package/libs/shared-utils/three/getTextureLoader.d.ts +0 -6
- package/libs/shared-utils/three/getTextureLoader.js +0 -16
- package/libs/shared-utils/three/loadFbxObj.d.ts +0 -2
- package/libs/shared-utils/three/loadFbxObj.js +0 -16
- package/libs/shared-utils/vectorTocoordinates.d.ts +0 -7
- package/libs/shared-utils/vectorTocoordinates.js +0 -10
- package/libs/style.css +0 -1
- package/libs/tween.esm.bad2b2b4.js +0 -340
- package/libs/typings/math.type.js +0 -1
- package/libs/typings/utils.type.d.ts +0 -2
- package/libs/typings/utils.type.js +0 -1
|
@@ -1,11 +1 @@
|
|
|
1
|
-
function
|
|
2
|
-
let t;
|
|
3
|
-
return function(...u) {
|
|
4
|
-
t || (n(...u), t = setTimeout(function() {
|
|
5
|
-
t = null;
|
|
6
|
-
}, e));
|
|
7
|
-
};
|
|
8
|
-
}
|
|
9
|
-
export {
|
|
10
|
-
l as default
|
|
11
|
-
};
|
|
1
|
+
"use strict";function r(n,e=200){let t;return function(...u){t||(n(...u),t=setTimeout(function(){t=null},e))}}exports.throttle=r;
|
|
@@ -1,140 +1,16 @@
|
|
|
1
|
-
var f =
|
|
2
|
-
var m = (n, e, t) => e in n ? f(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t;
|
|
3
|
-
var o = (n, e, t) => (m(n, typeof e != "symbol" ? e + "" : e, t), t);
|
|
4
|
-
const i = "<", h = ">", _ = "%", d = "locals", l = "(<%%|%%>|<%=|<%-|<%_|<%#|<%|%>|-%>|_%>)", L = {
|
|
5
|
-
"&": "&",
|
|
6
|
-
"<": "<",
|
|
7
|
-
">": ">",
|
|
8
|
-
'"': """,
|
|
9
|
-
"'": "'"
|
|
10
|
-
}, a = {
|
|
11
|
-
EVAL: "eval",
|
|
12
|
-
ESCAPED: "escaped",
|
|
13
|
-
RAW: "raw",
|
|
14
|
-
COMMENT: "comment",
|
|
15
|
-
LITERAL: "literal"
|
|
16
|
-
};
|
|
17
|
-
function E(n) {
|
|
18
|
-
return n.replace(/;(\s*$)/, "$1");
|
|
19
|
-
}
|
|
20
|
-
function g(n, e) {
|
|
21
|
-
return new T(n).compileFunction()(e);
|
|
22
|
-
}
|
|
23
|
-
class T {
|
|
24
|
-
constructor(e) {
|
|
25
|
-
o(this, "templateText");
|
|
26
|
-
o(this, "mode", null);
|
|
27
|
-
o(this, "truncate", !1);
|
|
28
|
-
o(this, "currentLine", 1);
|
|
29
|
-
o(this, "source", "");
|
|
30
|
-
o(this, "regex", new RegExp(l));
|
|
31
|
-
this.templateText = e;
|
|
32
|
-
}
|
|
33
|
-
compileFunction() {
|
|
34
|
-
let e;
|
|
35
|
-
const t = ` var __output = "";
|
|
1
|
+
"use strict";var m=Object.defineProperty;var f=(n,e,t)=>e in n?m(n,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):n[e]=t;var o=(n,e,t)=>(f(n,typeof e!="symbol"?e+"":e,t),t);const i="<",h=">",_="%",d="locals",L="(<%%|%%>|<%=|<%-|<%_|<%#|<%|%>|-%>|_%>)",l={"&":"&","<":"<",">":">",'"':""","'":"'"},a={EVAL:"eval",ESCAPED:"escaped",RAW:"raw",COMMENT:"comment",LITERAL:"literal"};function E(n){return n.replace(/;(\s*$)/,"$1")}function T(n,e){return new A(n).compileFunction()(e)}class A{constructor(e){o(this,"templateText");o(this,"mode",null);o(this,"truncate",!1);o(this,"currentLine",1);o(this,"source","");o(this,"regex",new RegExp(L));this.templateText=e}compileFunction(){let e;const t=` var __output = "";
|
|
36
2
|
function __append(s) { if (s !== undefined && s !== null) __output += s }
|
|
37
|
-
with (
|
|
38
|
-
`,
|
|
3
|
+
with (`+d+` || {}) {
|
|
4
|
+
`,s=` }
|
|
39
5
|
return __output;
|
|
40
|
-
`,
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
`
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
e && e.length && e.forEach((r, p) => {
|
|
52
|
-
let u;
|
|
53
|
-
if (r.indexOf(s + t) === 0 && r.indexOf(s + t + t) !== 0 && (u = e[p + 2], !(u == t + c || u == "-" + t + c || u == "_" + t + c)))
|
|
54
|
-
throw new Error('Could not find matching close tag for "' + r + '".');
|
|
55
|
-
this._scanLine(r);
|
|
56
|
-
});
|
|
57
|
-
}
|
|
58
|
-
_parseTemplateText() {
|
|
59
|
-
let e = this.templateText;
|
|
60
|
-
const t = this.regex;
|
|
61
|
-
let s = t.exec(e);
|
|
62
|
-
const c = [];
|
|
63
|
-
let r;
|
|
64
|
-
for (; s; )
|
|
65
|
-
r = s.index, r !== 0 && (c.push(e.substring(0, r)), e = e.slice(r)), c.push(s[0]), e = e.slice(s[0].length), s = t.exec(e);
|
|
66
|
-
return e && c.push(e), c;
|
|
67
|
-
}
|
|
68
|
-
_addOutput(e) {
|
|
69
|
-
if (this.truncate && (e = e.replace(/^(?:\r\n|\r|\n)/, ""), this.truncate = !1), !e)
|
|
70
|
-
return e;
|
|
71
|
-
e = e.replace(/\\/g, "\\\\"), e = e.replace(/\n/g, "\\n"), e = e.replace(/\r/g, "\\r"), e = e.replace(/"/g, '\\"'), this.source += ' ; __append("' + e + `")
|
|
72
|
-
`;
|
|
73
|
-
}
|
|
74
|
-
_scanLine(e) {
|
|
75
|
-
const t = _, s = i, c = h;
|
|
76
|
-
switch (e.split(`
|
|
77
|
-
`).length - 1, e) {
|
|
78
|
-
case s + t:
|
|
79
|
-
case s + t + "_":
|
|
80
|
-
this.mode = a.EVAL;
|
|
81
|
-
break;
|
|
82
|
-
case s + t + "=":
|
|
83
|
-
this.mode = a.ESCAPED;
|
|
84
|
-
break;
|
|
85
|
-
case s + t + "-":
|
|
86
|
-
this.mode = a.RAW;
|
|
87
|
-
break;
|
|
88
|
-
case s + t + "#":
|
|
89
|
-
this.mode = a.COMMENT;
|
|
90
|
-
break;
|
|
91
|
-
case s + t + t:
|
|
92
|
-
this.mode = a.LITERAL, this.source += ' ; __append("' + e.replace(s + t + t, s + t) + `")
|
|
93
|
-
`;
|
|
94
|
-
break;
|
|
95
|
-
case t + t + c:
|
|
96
|
-
this.mode = a.LITERAL, this.source += ' ; __append("' + e.replace(t + t + c, t + c) + `")
|
|
97
|
-
`;
|
|
98
|
-
break;
|
|
99
|
-
case t + c:
|
|
100
|
-
case "-" + t + c:
|
|
101
|
-
case "_" + t + c:
|
|
102
|
-
this.mode == a.LITERAL && this._addOutput(e), this.mode = null, this.truncate = e.indexOf("-") === 0 || e.indexOf("_") === 0;
|
|
103
|
-
break;
|
|
104
|
-
default:
|
|
105
|
-
if (this.mode) {
|
|
106
|
-
switch (this.mode) {
|
|
107
|
-
case a.EVAL:
|
|
108
|
-
case a.ESCAPED:
|
|
109
|
-
case a.RAW:
|
|
110
|
-
e.lastIndexOf("//") > e.lastIndexOf(`
|
|
111
|
-
`) && (e += `
|
|
112
|
-
`);
|
|
113
|
-
}
|
|
114
|
-
switch (this.mode) {
|
|
115
|
-
case a.EVAL:
|
|
116
|
-
this.source += " ; " + e + `
|
|
117
|
-
`;
|
|
118
|
-
break;
|
|
119
|
-
case a.ESCAPED:
|
|
120
|
-
this.source += " ; __append(escapeFn(" + E(e) + `))
|
|
121
|
-
`;
|
|
122
|
-
break;
|
|
123
|
-
case a.RAW:
|
|
124
|
-
this.source += " ; __append(" + E(e) + `)
|
|
125
|
-
`;
|
|
126
|
-
break;
|
|
127
|
-
case a.COMMENT:
|
|
128
|
-
break;
|
|
129
|
-
case a.LITERAL:
|
|
130
|
-
this._addOutput(e);
|
|
131
|
-
break;
|
|
132
|
-
}
|
|
133
|
-
} else
|
|
134
|
-
this._addOutput(e);
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
export {
|
|
139
|
-
g as default
|
|
140
|
-
};
|
|
6
|
+
`,c=function(r){return r==null?"":String(r).replace(/[&<>'"]/g,function(p){return l[p]||p})};return this._generateSource(),this.source=t+this.source+s,e=this.source,e="escapeFn = escapeFn || "+c.toString()+`;
|
|
7
|
+
`+e,new Function(d+", escapeFn",e)}_generateSource(){this.templateText=this.templateText.replace(/[ \t]*<%_/gm,"<%_").replace(/_%>[ \t]*/gm,"_%>");const e=this._parseTemplateText(),t=_,s=i,c=h;e&&e.length&&e.forEach((r,p)=>{let u;if(r.indexOf(s+t)===0&&r.indexOf(s+t+t)!==0&&(u=e[p+2],!(u==t+c||u=="-"+t+c||u=="_"+t+c)))throw new Error('Could not find matching close tag for "'+r+'".');this._scanLine(r)})}_parseTemplateText(){let e=this.templateText;const t=this.regex;let s=t.exec(e);const c=[];let r;for(;s;)r=s.index,r!==0&&(c.push(e.substring(0,r)),e=e.slice(r)),c.push(s[0]),e=e.slice(s[0].length),s=t.exec(e);return e&&c.push(e),c}_addOutput(e){if(this.truncate&&(e=e.replace(/^(?:\r\n|\r|\n)/,""),this.truncate=!1),!e)return e;e=e.replace(/\\/g,"\\\\"),e=e.replace(/\n/g,"\\n"),e=e.replace(/\r/g,"\\r"),e=e.replace(/"/g,'\\"'),this.source+=' ; __append("'+e+`")
|
|
8
|
+
`}_scanLine(e){const t=_,s=i,c=h;switch(e.split(`
|
|
9
|
+
`).length-1,e){case s+t:case s+t+"_":this.mode=a.EVAL;break;case s+t+"=":this.mode=a.ESCAPED;break;case s+t+"-":this.mode=a.RAW;break;case s+t+"#":this.mode=a.COMMENT;break;case s+t+t:this.mode=a.LITERAL,this.source+=' ; __append("'+e.replace(s+t+t,s+t)+`")
|
|
10
|
+
`;break;case t+t+c:this.mode=a.LITERAL,this.source+=' ; __append("'+e.replace(t+t+c,t+c)+`")
|
|
11
|
+
`;break;case t+c:case"-"+t+c:case"_"+t+c:this.mode==a.LITERAL&&this._addOutput(e),this.mode=null,this.truncate=e.indexOf("-")===0||e.indexOf("_")===0;break;default:if(this.mode){switch(this.mode){case a.EVAL:case a.ESCAPED:case a.RAW:e.lastIndexOf("//")>e.lastIndexOf(`
|
|
12
|
+
`)&&(e+=`
|
|
13
|
+
`)}switch(this.mode){case a.EVAL:this.source+=" ; "+e+`
|
|
14
|
+
`;break;case a.ESCAPED:this.source+=" ; __append(escapeFn("+E(e)+`))
|
|
15
|
+
`;break;case a.RAW:this.source+=" ; __append("+E(e)+`)
|
|
16
|
+
`;break;case a.COMMENT:break;case a.LITERAL:this._addOutput(e);break}}else this._addOutput(e)}}}exports.render=T;
|
package/libs/shared-utils/to.js
CHANGED
|
@@ -1,11 +1 @@
|
|
|
1
|
-
|
|
2
|
-
try {
|
|
3
|
-
return [null, await t];
|
|
4
|
-
} catch (r) {
|
|
5
|
-
return r instanceof Error ? [r, null] : [new Error(""), null];
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
export {
|
|
9
|
-
n as default,
|
|
10
|
-
n as to
|
|
11
|
-
};
|
|
1
|
+
"use strict";var e=(a,t,n)=>new Promise((l,c)=>{var i=r=>{try{o(n.next(r))}catch(u){c(u)}},s=r=>{try{o(n.throw(r))}catch(u){c(u)}},o=r=>r.done?l(r.value):Promise.resolve(r.value).then(i,s);o((n=n.apply(a,t)).next())});function f(a){return e(this,null,function*(){try{return[null,yield a]}catch(t){return t instanceof Error?[t,null]:[new Error(""),null]}})}exports.to=f;
|
|
@@ -1,10 +1 @@
|
|
|
1
|
-
function t() {
|
|
2
|
-
return ((1 + Math.random()) * 65536 | 0).toString(16).substring(1);
|
|
3
|
-
}
|
|
4
|
-
function r() {
|
|
5
|
-
return (t() + t() + "-" + t() + "-4" + t().substr(0, 3) + "-" + t() + "-" + t() + t() + t()).toLowerCase();
|
|
6
|
-
}
|
|
7
|
-
export {
|
|
8
|
-
r as default,
|
|
9
|
-
r as uuid
|
|
10
|
-
};
|
|
1
|
+
"use strict";function t(){return((1+Math.random())*65536|0).toString(16).substring(1)}function u(){return(t()+t()+"-"+t()+"-4"+t().substr(0,3)+"-"+t()+"-"+t()+t()+t()).toLowerCase()}exports.uuid=u;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const _=require("./params-list.js"),j=require("./utils.js");function g(i,n,h,o,r){const e=[];if(!n)return e;const s=t=>{e.indexOf(t)<0&&e.push(t)};if(h&&o){const t=o.map(r),f=h.map(r);t.join("")!==f.join("")&&s("children"),o.length!==h.length&&s("children")}return _.paramsList.filter(t=>t[0]==="_").map(t=>t.replace(/_/,"")).forEach(t=>{if(t in i&&t in n)if(j.isObject(i[t])&&j.isObject(n[t])){const f=Object.keys(i[t]),u=Object.keys(n[t]);f.length!==u.length?s(t):(f.forEach(c=>{i[t][c]!==n[t][c]&&s(t)}),u.forEach(c=>{i[t][c]!==n[t][c]&&s(t)}))}else i[t]!==n[t]&&s(t)}),e}exports.getChangedParams=g;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const u=require("swiper"),a=require("./utils.js"),d=require("./params-list.js"),p=s=>s&&typeof s=="object"&&"default"in s?s:{default:s},o=p(u);function m(s={},c=!0){const e={on:{}},r={},n={};a.extend(e,o.default.defaults),a.extend(e,o.default.extendedDefaults),e._emitClasses=!0,e.init=!1;const i={},f=d.paramsList.map(t=>t.replace(/_/,"")),l=Object.assign({},s);return Object.keys(l).forEach(t=>{typeof s[t]!="undefined"&&(f.indexOf(t)>=0?a.isObject(s[t])?(e[t]={},n[t]={},a.extend(e[t],s[t]),a.extend(n[t],s[t])):(e[t]=s[t],n[t]=s[t]):t.search(/on[A-Z]/)===0&&typeof s[t]=="function"?c?r[`${t[2].toLowerCase()}${t.substr(3)}`]=s[t]:e.on[`${t[2].toLowerCase()}${t.substr(3)}`]=s[t]:i[t]=s[t])}),["navigation","pagination","scrollbar"].forEach(t=>{e[t]===!0&&(e[t]={}),e[t]===!1&&delete e[t]}),{params:e,passedParams:n,rest:i,events:r}}exports.getParams=m;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const r=require("./utils.js");function m({el:e,nextEl:n,prevEl:i,paginationEl:o,scrollbarEl:t,swiper:a},g){r.needsNavigation(g)&&n&&i&&(a.params.navigation.nextEl=n,a.originalParams.navigation.nextEl=n,a.params.navigation.prevEl=i,a.originalParams.navigation.prevEl=i),r.needsPagination(g)&&o&&(a.params.pagination.el=o,a.originalParams.pagination.el=o),r.needsScrollbar(g)&&t&&(a.params.scrollbar.el=t,a.originalParams.scrollbar.el=t),a.init(e)}exports.mountSwiper=m;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=["modules","init","_direction","touchEventsTarget","initialSlide","_speed","cssMode","updateOnWindowResize","resizeObserver","nested","focusableElements","_enabled","_width","_height","preventInteractionOnTransition","userAgent","url","_edgeSwipeDetection","_edgeSwipeThreshold","_freeMode","_autoHeight","setWrapperSize","virtualTranslate","_effect","breakpoints","_spaceBetween","_slidesPerView","maxBackfaceHiddenSlides","_grid","_slidesPerGroup","_slidesPerGroupSkip","_slidesPerGroupAuto","_centeredSlides","_centeredSlidesBounds","_slidesOffsetBefore","_slidesOffsetAfter","normalizeSlideIndex","_centerInsufficientSlides","_watchOverflow","roundLengths","touchRatio","touchAngle","simulateTouch","_shortSwipes","_longSwipes","longSwipesRatio","longSwipesMs","_followFinger","allowTouchMove","_threshold","touchMoveStopPropagation","touchStartPreventDefault","touchStartForcePreventDefault","touchReleaseOnEdges","uniqueNavElements","_resistance","_resistanceRatio","_watchSlidesProgress","_grabCursor","preventClicks","preventClicksPropagation","_slideToClickedSlide","_preloadImages","updateOnImagesReady","_loop","_loopAdditionalSlides","_loopedSlides","_loopedSlidesLimit","_loopFillGroupWithBlank","loopPreventsSlide","_rewind","_allowSlidePrev","_allowSlideNext","_swipeHandler","_noSwiping","noSwipingClass","noSwipingSelector","passiveListeners","containerModifierClass","slideClass","slideBlankClass","slideActiveClass","slideDuplicateActiveClass","slideVisibleClass","slideDuplicateClass","slideNextClass","slideDuplicateNextClass","slidePrevClass","slideDuplicatePrevClass","wrapperClass","runCallbacksOnInit","observer","observeParents","observeSlideChildren","a11y","_autoplay","_controller","coverflowEffect","cubeEffect","fadeEffect","flipEffect","creativeEffect","cardsEffect","hashNavigation","history","keyboard","lazy","mousewheel","_navigation","_pagination","parallax","_scrollbar","_thumbs","virtual","zoom"];exports.paramsList=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const a=require("./utils.js");function O({swiper:t,slides:x,passedParams:n,changedParams:e,nextEl:c,prevEl:f,scrollbarEl:d,paginationEl:v}){const z=e.filter(i=>i!=="children"&&i!=="direction"),{params:l,pagination:o,navigation:r,scrollbar:u,virtual:b,thumbs:I}=t;let N,S,h,j,E;e.includes("thumbs")&&n.thumbs&&n.thumbs.swiper&&l.thumbs&&!l.thumbs.swiper&&(N=!0),e.includes("controller")&&n.controller&&n.controller.control&&l.controller&&!l.controller.control&&(S=!0),e.includes("pagination")&&n.pagination&&(n.pagination.el||v)&&(l.pagination||l.pagination===!1)&&o&&!o.el&&(h=!0),e.includes("scrollbar")&&n.scrollbar&&(n.scrollbar.el||d)&&(l.scrollbar||l.scrollbar===!1)&&u&&!u.el&&(j=!0),e.includes("navigation")&&n.navigation&&(n.navigation.prevEl||f)&&(n.navigation.nextEl||c)&&(l.navigation||l.navigation===!1)&&r&&!r.prevEl&&!r.nextEl&&(E=!0);const _=i=>{!t[i]||(t[i].destroy(),i==="navigation"?(l[i].prevEl=void 0,l[i].nextEl=void 0,t[i].prevEl=void 0,t[i].nextEl=void 0):(l[i].el=void 0,t[i].el=void 0))};z.forEach(i=>{if(a.isObject(l[i])&&a.isObject(n[i]))a.extend(l[i],n[i]);else{const g=n[i];(g===!0||g===!1)&&(i==="navigation"||i==="pagination"||i==="scrollbar")?g===!1&&_(i):l[i]=n[i]}}),z.includes("controller")&&!S&&t.controller&&t.controller.control&&l.controller&&l.controller.control&&(t.controller.control=l.controller.control),e.includes("children")&&x&&b&&l.virtual.enabled?(b.slides=x,b.update(!0)):e.includes("children")&&t.lazy&&t.params.lazy.enabled&&t.lazy.load(),N&&I.init()&&I.update(!0),S&&(t.controller.control=l.controller.control),h&&(v&&(l.pagination.el=v),o.init(),o.render(),o.update()),j&&(d&&(l.scrollbar.el=d),u.init(),u.updateSize(),u.setTranslate()),E&&(c&&(l.navigation.nextEl=c),f&&(l.navigation.prevEl=f),r.init(),r.update()),e.includes("allowSlideNext")&&(t.allowSlideNext=n.allowSlideNext),e.includes("allowSlidePrev")&&(t.allowSlidePrev=n.allowSlidePrev),e.includes("direction")&&t.changeDirection(n.direction,!1),t.update()}exports.updateSwiper=O;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";function o(n){return typeof n=="object"&&n!==null&&n.constructor&&Object.prototype.toString.call(n).slice(8,-1)==="Object"}function f(n,i){const t=["__proto__","constructor","prototype"];Object.keys(i).filter(e=>t.indexOf(e)<0).forEach(e=>{typeof n[e]=="undefined"?n[e]=i[e]:o(i[e])&&o(n[e])&&Object.keys(i[e]).length>0?i[e].__swiper__?n[e]=i[e]:f(n[e],i[e]):n[e]=i[e]})}function l(n={}){return n.navigation&&typeof n.navigation.nextEl=="undefined"&&typeof n.navigation.prevEl=="undefined"}function u(n={}){return n.pagination&&typeof n.pagination.el=="undefined"}function s(n={}){return n.scrollbar&&typeof n.scrollbar.el=="undefined"}function c(n=""){const i=n.split(" ").map(e=>e.trim()).filter(e=>!!e),t=[];return i.forEach(e=>{t.indexOf(e)<0&&t.push(e)}),t.join(" ")}exports.extend=f;exports.isObject=o;exports.needsNavigation=l;exports.needsPagination=u;exports.needsScrollbar=s;exports.uniqueClasses=c;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("svelte/internal"),v=require("svelte"),w=require("../components-shared/utils.js"),S=i=>({data:i&32}),k=i=>({data:i[5]}),y=i=>({data:i&32}),z=i=>({data:i[5]});function D(i){let t;const l=i[8].default,s=e.create_slot(l,i,i[7],k);return{c(){s&&s.c()},m(o,r){s&&s.m(o,r),t=!0},p(o,r){s&&s.p&&(!t||r&160)&&e.update_slot_base(s,l,o,o[7],t?e.get_slot_changes(l,o[7],r,S):e.get_all_dirty_from_scope(o[7]),k)},i(o){t||(e.transition_in(s,o),t=!0)},o(o){e.transition_out(s,o),t=!1},d(o){s&&s.d(o)}}}function E(i){let t,l,s;const o=i[8].default,r=e.create_slot(o,i,i[7],z);return{c(){t=e.element("div"),r&&r.c(),e.attr(t,"class","swiper-zoom-container"),e.attr(t,"data-swiper-zoom",l=typeof i[0]=="number"?i[0]:void 0)},m(u,d){e.insert(u,t,d),r&&r.m(t,null),s=!0},p(u,d){r&&r.p&&(!s||d&160)&&e.update_slot_base(r,o,u,u[7],s?e.get_slot_changes(o,u[7],d,y):e.get_all_dirty_from_scope(u[7]),z),(!s||d&1&&l!==(l=typeof u[0]=="number"?u[0]:void 0))&&e.attr(t,"data-swiper-zoom",l)},i(u){s||(e.transition_in(r,u),s=!0)},o(u){e.transition_out(r,u),s=!1},d(u){u&&e.detach(t),r&&r.d(u)}}}function A(i){let t,l,s,o,r;const u=[E,D],d=[];function m(n,a){return n[0]?0:1}l=m(i),s=d[l]=u[l](i);let c=[{class:o=w.uniqueClasses(`${i[3]}${i[2]?` ${i[2]}`:""}`)},{"data-swiper-slide-index":i[1]},i[6]],p={};for(let n=0;n<c.length;n+=1)p=e.assign(p,c[n]);return{c(){t=e.element("div"),s.c(),e.set_attributes(t,p)},m(n,a){e.insert(n,t,a),d[l].m(t,null),i[9](t),r=!0},p(n,[a]){let f=l;l=m(n),l===f?d[l].p(n,a):(e.group_outros(),e.transition_out(d[f],1,1,()=>{d[f]=null}),e.check_outros(),s=d[l],s?s.p(n,a):(s=d[l]=u[l](n),s.c()),e.transition_in(s,1),s.m(t,null)),e.set_attributes(t,p=e.get_spread_update(c,[(!r||a&12&&o!==(o=w.uniqueClasses(`${n[3]}${n[2]?` ${n[2]}`:""}`)))&&{class:o},(!r||a&2)&&{"data-swiper-slide-index":n[1]},a&64&&n[6]]))},i(n){r||(e.transition_in(s),r=!0)},o(n){e.transition_out(s),r=!1},d(n){n&&e.detach(t),d[l].d(),i[9](null)}}}function N(i,t,l){let s;const o=["zoom","virtualIndex","class"];let r=e.compute_rest_props(t,o),{$$slots:u={},$$scope:d}=t,{zoom:m=void 0}=t,{virtualIndex:c=void 0}=t,{class:p=void 0}=t,n=null,a="swiper-slide",f=v.getContext("swiper"),b=!1;const h=(_,q,I)=>{q===n&&l(3,a=I)},g=()=>{!f||b||(f.on("_slideClass",h),b=!0)},C=()=>{!f||(f.off("_slideClass",h),b=!1)};v.onMount(()=>{typeof c!="undefined"&&(l(4,n.onSwiper=_=>{f=_,g()},n),g())}),v.afterUpdate(()=>{if(!(!n||!f)){if(f.destroyed){a!=="swiper-slide"&&l(3,a="swiper-slide");return}g()}}),v.beforeUpdate(()=>{g()}),v.onDestroy(()=>{!f||C()});function O(_){e.binding_callbacks[_?"unshift":"push"](()=>{n=_,l(4,n)})}return i.$$set=_=>{t=e.assign(e.assign({},t),e.exclude_internal_props(_)),l(6,r=e.compute_rest_props(t,o)),"zoom"in _&&l(0,m=_.zoom),"virtualIndex"in _&&l(1,c=_.virtualIndex),"class"in _&&l(2,p=_.class),"$$scope"in _&&l(7,d=_.$$scope)},i.$$.update=()=>{i.$$.dirty&8&&l(5,s={isActive:a.indexOf("swiper-slide-active")>=0||a.indexOf("swiper-slide-duplicate-active")>=0,isVisible:a.indexOf("swiper-slide-visible")>=0,isDuplicate:a.indexOf("swiper-slide-duplicate")>=0,isPrev:a.indexOf("swiper-slide-prev")>=0||a.indexOf("swiper-slide-duplicate-prev")>=0,isNext:a.indexOf("swiper-slide-next")>=0||a.indexOf("swiper-slide-duplicate-next")>=0})},[m,c,p,a,n,s,r,d,u,O]}class P extends e.SvelteComponent{constructor(t){super(),e.init(this,t,N,A,e.safe_not_equal,{zoom:0,virtualIndex:1,class:2})}}exports.Swiper_slide=P;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";require("svelte/internal");require("svelte");require("swiper");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("svelte/internal"),A=require("svelte"),Q=require("swiper"),R=require("../components-shared/get-params.js"),T=require("../components-shared/mount-swiper.js"),b=require("../components-shared/utils.js"),X=require("../components-shared/get-changed-params.js"),Y=require("../components-shared/update-swiper.js"),Z=t=>t&&typeof t=="object"&&"default"in t?t:{default:t},y=Z(Q),$=t=>({virtualData:t&512}),O=t=>({virtualData:t[9]}),x=t=>({virtualData:t&512}),V=t=>({virtualData:t[9]}),ee=t=>({virtualData:t&512}),W=t=>({virtualData:t[9]}),te=t=>({virtualData:t&512}),F=t=>({virtualData:t[9]}),se=t=>({virtualData:t&512}),G=t=>({virtualData:t[9]});function H(t){let n,r,_;return{c(){n=e.element("div"),r=e.space(),_=e.element("div"),e.attr(n,"class","swiper-button-prev"),e.attr(_,"class","swiper-button-next")},m(w,E){e.insert(w,n,E),t[13](n),e.insert(w,r,E),e.insert(w,_,E),t[14](_)},p:e.noop,d(w){w&&e.detach(n),t[13](null),w&&e.detach(r),w&&e.detach(_),t[14](null)}}}function J(t){let n;return{c(){n=e.element("div"),e.attr(n,"class","swiper-scrollbar")},m(r,_){e.insert(r,n,_),t[15](n)},p:e.noop,d(r){r&&e.detach(n),t[15](null)}}}function K(t){let n;return{c(){n=e.element("div"),e.attr(n,"class","swiper-pagination")},m(r,_){e.insert(r,n,_),t[16](n)},p:e.noop,d(r){r&&e.detach(n),t[16](null)}}}function ne(t){let n,r,_,w,E,I,z=b.needsNavigation(t[2]),B,N=b.needsScrollbar(t[2]),C,i=b.needsPagination(t[2]),j,v,l;const S=t[12]["container-start"],m=e.create_slot(S,t,t[11],G),P=t[12]["wrapper-start"],p=e.create_slot(P,t,t[11],F),D=t[12].default,u=e.create_slot(D,t,t[11],W),k=t[12]["wrapper-end"],g=e.create_slot(k,t,t[11],V);let f=z&&H(t),c=N&&J(t),d=i&&K(t);const L=t[12]["container-end"],h=e.create_slot(L,t,t[11],O);let M=[{class:v=b.uniqueClasses(`${t[1]}${t[0]?` ${t[0]}`:""}`)},t[3]],U={};for(let s=0;s<M.length;s+=1)U=e.assign(U,M[s]);return{c(){n=e.element("div"),m&&m.c(),r=e.space(),_=e.element("div"),p&&p.c(),w=e.space(),u&&u.c(),E=e.space(),g&&g.c(),I=e.space(),f&&f.c(),B=e.space(),c&&c.c(),C=e.space(),d&&d.c(),j=e.space(),h&&h.c(),e.attr(_,"class","swiper-wrapper"),e.set_attributes(n,U)},m(s,o){e.insert(s,n,o),m&&m.m(n,null),e.append(n,r),e.append(n,_),p&&p.m(_,null),e.append(_,w),u&&u.m(_,null),e.append(_,E),g&&g.m(_,null),e.append(n,I),f&&f.m(n,null),e.append(n,B),c&&c.m(n,null),e.append(n,C),d&&d.m(n,null),e.append(n,j),h&&h.m(n,null),t[17](n),l=!0},p(s,[o]){m&&m.p&&(!l||o&2560)&&e.update_slot_base(m,S,s,s[11],l?e.get_slot_changes(S,s[11],o,se):e.get_all_dirty_from_scope(s[11]),G),p&&p.p&&(!l||o&2560)&&e.update_slot_base(p,P,s,s[11],l?e.get_slot_changes(P,s[11],o,te):e.get_all_dirty_from_scope(s[11]),F),u&&u.p&&(!l||o&2560)&&e.update_slot_base(u,D,s,s[11],l?e.get_slot_changes(D,s[11],o,ee):e.get_all_dirty_from_scope(s[11]),W),g&&g.p&&(!l||o&2560)&&e.update_slot_base(g,k,s,s[11],l?e.get_slot_changes(k,s[11],o,x):e.get_all_dirty_from_scope(s[11]),V),o&4&&(z=b.needsNavigation(s[2])),z?f?f.p(s,o):(f=H(s),f.c(),f.m(n,B)):f&&(f.d(1),f=null),o&4&&(N=b.needsScrollbar(s[2])),N?c?c.p(s,o):(c=J(s),c.c(),c.m(n,C)):c&&(c.d(1),c=null),o&4&&(i=b.needsPagination(s[2])),i?d?d.p(s,o):(d=K(s),d.c(),d.m(n,j)):d&&(d.d(1),d=null),h&&h.p&&(!l||o&2560)&&e.update_slot_base(h,L,s,s[11],l?e.get_slot_changes(L,s[11],o,$):e.get_all_dirty_from_scope(s[11]),O),e.set_attributes(n,U=e.get_spread_update(M,[(!l||o&3&&v!==(v=b.uniqueClasses(`${s[1]}${s[0]?` ${s[0]}`:""}`)))&&{class:v},o&8&&s[3]]))},i(s){l||(e.transition_in(m,s),e.transition_in(p,s),e.transition_in(u,s),e.transition_in(g,s),e.transition_in(h,s),l=!0)},o(s){e.transition_out(m,s),e.transition_out(p,s),e.transition_out(u,s),e.transition_out(g,s),e.transition_out(h,s),l=!1},d(s){s&&e.detach(n),m&&m.d(s),p&&p.d(s),u&&u.d(s),g&&g.d(s),f&&f.d(),c&&c.d(),d&&d.d(),h&&h.d(s),t[17](null)}}}function ae(t,n,r){const _=["class","swiper"];let w=e.compute_rest_props(n,_),{$$slots:E={},$$scope:I}=n;const z=A.createEventDispatcher();let{class:B=void 0}=n,N="swiper",C=!1,i=null,j=null,v,l,S,m,P=null,p=null,D=null,u=null,k=null,g={slides:[]};function f(){return i}const c=a=>{r(9,g=a),A.tick().then(()=>{i.$wrapperEl.children(".swiper-slide").each(q=>{q.onSwiper&&q.onSwiper(i)}),i.updateSlides(),i.updateProgress(),i.updateSlidesClasses(),i.lazy&&i.params.lazy.enabled&&i.lazy.load()})},d=()=>{v=R.getParams(w),r(2,l=v.params),S=v.passedParams,r(3,m=v.rest)};d(),j=S;const L=()=>{C=!0};if(l.onAny=(a,...q)=>{z(a,q)},Object.assign(l.on,{_beforeBreakpoint:L,_containerClasses(a,q){r(1,N=q)}}),i=new y.default(l),A.setContext("swiper",i),i.virtual&&i.params.virtual.enabled){const a={cache:!1,renderExternal:q=>{c(q),l.virtual&&l.virtual.renderExternal&&l.virtual.renderExternal(q)},renderExternalUpdate:!1};b.extend(i.params.virtual,a),b.extend(i.originalParams.virtual,a)}A.onMount(()=>{!P||(T.mountSwiper({el:P,nextEl:D,prevEl:p,paginationEl:k,scrollbarEl:u,swiper:i},l),z("swiper",[i]),!l.virtual&&i.slides.each(a=>{a.onSwiper&&a.onSwiper(i)}))}),A.afterUpdate(()=>{if(!i)return;d();const a=X.getChangedParams(S,j);(a.length||C)&&i&&!i.destroyed&&Y.updateSwiper({swiper:i,passedParams:S,changedParams:a,nextEl:D,prevEl:p,scrollbarEl:u,paginationEl:k}),C=!1,j=S}),A.onDestroy(()=>{typeof window!="undefined"&&i&&!i.destroyed&&i.destroy(!0,!1)});function h(a){e.binding_callbacks[a?"unshift":"push"](()=>{p=a,r(5,p)})}function M(a){e.binding_callbacks[a?"unshift":"push"](()=>{D=a,r(6,D)})}function U(a){e.binding_callbacks[a?"unshift":"push"](()=>{u=a,r(7,u)})}function s(a){e.binding_callbacks[a?"unshift":"push"](()=>{k=a,r(8,k)})}function o(a){e.binding_callbacks[a?"unshift":"push"](()=>{P=a,r(4,P)})}return t.$$set=a=>{n=e.assign(e.assign({},n),e.exclude_internal_props(a)),r(27,w=e.compute_rest_props(n,_)),"class"in a&&r(0,B=a.class),"$$scope"in a&&r(11,I=a.$$scope)},[B,N,l,m,P,p,D,u,k,g,f,I,E,h,M,U,s,o]}class ie extends e.SvelteComponent{constructor(n){super(),e.init(this,n,ae,ne,e.safe_not_equal,{class:0,swiper:10})}get swiper(){return this.$$.ctx[10]}}exports.Swiper_1=ie;
|
package/package.json
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@realsee/dnalogel",
|
|
3
|
-
"main": "dist/index.
|
|
4
|
-
"
|
|
3
|
+
"main": "./dist/index.js",
|
|
4
|
+
"module": "./esm/index.js",
|
|
5
|
+
"types": "./esm/index.d.ts",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"author": "REALSEE-DEVELOPER",
|
|
7
8
|
"repository": "https://github.com/realsee-developer/dnalogel.git",
|
|
8
9
|
"description": "如视 VR 看房插件合集",
|
|
9
10
|
"private": false,
|
|
10
|
-
"version": "2.1.1",
|
|
11
|
+
"version": "2.1.2-alpha.1",
|
|
11
12
|
"license": "SEE LICENSE IN TERMS.txt",
|
|
12
|
-
"scripts": {
|
|
13
|
-
"build": "sh bin/build-production.sh",
|
|
14
|
-
"docs": "typedoc --options ./typedoc.json"
|
|
15
|
-
},
|
|
16
13
|
"files": [
|
|
17
14
|
"libs",
|
|
18
15
|
"dist",
|
|
@@ -20,52 +17,242 @@
|
|
|
20
17
|
"docs",
|
|
21
18
|
"TERMS.txt"
|
|
22
19
|
],
|
|
20
|
+
"publishConfig": {
|
|
21
|
+
"registry": "https://registry.npmjs.org/"
|
|
22
|
+
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@babel/core": "^7.17.5",
|
|
25
|
-
"@realsee/five": "5.0.0-alpha.
|
|
26
|
-
"@sveltejs/vite-plugin-svelte": "1.0
|
|
27
|
-
"@tsconfig/svelte": "^
|
|
25
|
+
"@realsee/five": "5.0.0-alpha.162",
|
|
26
|
+
"@sveltejs/vite-plugin-svelte": "^1.1.0",
|
|
27
|
+
"@tsconfig/svelte": "^3.0.0",
|
|
28
|
+
"@types/animejs": "^3.1.6",
|
|
28
29
|
"@types/glob": "^8.0.0",
|
|
29
30
|
"@types/hammerjs": "2.0.41",
|
|
30
|
-
"@types/
|
|
31
|
+
"@types/node": "^18.11.9",
|
|
31
32
|
"@types/object-assign-deep": "0.4.0",
|
|
32
|
-
"@types/node": "^18.11.3",
|
|
33
33
|
"@typescript-eslint/eslint-plugin": "^5.40.1",
|
|
34
34
|
"@typescript-eslint/parser": "^5.40.1",
|
|
35
|
-
"autoprefixer": "^10.4.
|
|
36
|
-
"classnames": "^2.3.1",
|
|
35
|
+
"autoprefixer": "^10.4.13",
|
|
37
36
|
"eslint": "8.26.0",
|
|
38
37
|
"eslint-config-alloy": "^4.7.0",
|
|
39
38
|
"eslint-config-prettier": "^8.5.0",
|
|
40
39
|
"eslint-plugin-prettier": "^4.2.1",
|
|
41
40
|
"eslint-plugin-svelte": "^2.10.0",
|
|
42
41
|
"glob": "^8.0.1",
|
|
43
|
-
"
|
|
42
|
+
"npm-run-all": "^4.1.5",
|
|
43
|
+
"postcss": "^8.4.18",
|
|
44
|
+
"postcss-load-config": "^4.0.1",
|
|
44
45
|
"postcss-plugin-px2rem": "^0.8.1",
|
|
45
46
|
"prettier": "^2.7.1",
|
|
46
47
|
"prettier-plugin-svelte": "^2.8.0",
|
|
47
|
-
"replace": "^1.2.1",
|
|
48
48
|
"sass": "^1.54.5",
|
|
49
49
|
"stylelint": "^14.14.0",
|
|
50
50
|
"stylelint-config-prettier": "^9.0.3",
|
|
51
|
-
"svelte
|
|
52
|
-
"svelte-
|
|
53
|
-
"svelte-
|
|
51
|
+
"svelte": "3.49.0",
|
|
52
|
+
"svelte-dts": "^0.3.7",
|
|
53
|
+
"svelte-preprocess": "^4.10.7",
|
|
54
54
|
"three": "0.117.1",
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"vite": "
|
|
60
|
-
"@tweenjs/tween.js": "^18.6.4"
|
|
55
|
+
"typedoc": "^0.23.20",
|
|
56
|
+
"typescript": "^4.8.4",
|
|
57
|
+
"vite": "^3.2.3",
|
|
58
|
+
"vite-plugin-cp": "^1.0.0",
|
|
59
|
+
"vite-plugin-dts": "^1.7.0"
|
|
61
60
|
},
|
|
62
61
|
"dependencies": {
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"svelte": "^3.49.0",
|
|
62
|
+
"@tweenjs/tween.js": "^18.6.4",
|
|
63
|
+
"animejs": "^3.2.1",
|
|
66
64
|
"classnames": "^2.3.1",
|
|
65
|
+
"hammerjs": "^2.0.8",
|
|
67
66
|
"object-assign-deep": "0.4.0",
|
|
68
|
-
"
|
|
69
|
-
"
|
|
67
|
+
"polyline-normals": "^2.0.2",
|
|
68
|
+
"swiper": "8.4.4",
|
|
69
|
+
"tslib": "^2.4.1",
|
|
70
|
+
"type-fest": "3.2.0"
|
|
71
|
+
},
|
|
72
|
+
"peerDependencies": {
|
|
73
|
+
"@realsee/five": ">=5.0.0",
|
|
74
|
+
"three": ">=0.115.0 <=0.117.1"
|
|
75
|
+
},
|
|
76
|
+
"exports": {
|
|
77
|
+
".": {
|
|
78
|
+
"import": "./esm/index.js",
|
|
79
|
+
"require": "./libs/index.js",
|
|
80
|
+
"default": "./esm/index.js"
|
|
81
|
+
},
|
|
82
|
+
"./floorplan": {
|
|
83
|
+
"import": "./esm/floorplan/index.js",
|
|
84
|
+
"require": "./libs/floorplan/index.js",
|
|
85
|
+
"default": "./esm/floorplan/index.js"
|
|
86
|
+
},
|
|
87
|
+
"./floorplan/TopviewFloorplanPlugin": {
|
|
88
|
+
"import": "./esm/floorplan/TopviewFloorplanPlugin/index.js",
|
|
89
|
+
"require": "./libs/floorplan/TopviewFloorplanPlugin/index.js",
|
|
90
|
+
"default": "./esm/floorplan/TopviewFloorplanPlugin/index.js"
|
|
91
|
+
},
|
|
92
|
+
"./TopviewFloorplanPlugin": {
|
|
93
|
+
"import": "./esm/floorplan/TopviewFloorplanPlugin/index.js",
|
|
94
|
+
"require": "./libs/floorplan/TopviewFloorplanPlugin/index.js",
|
|
95
|
+
"default": "./esm/floorplan/TopviewFloorplanPlugin/index.js"
|
|
96
|
+
},
|
|
97
|
+
"./floorplan/PanoFloorplanRadarPlugin": {
|
|
98
|
+
"import": "./esm/floorplan/PanoFloorplanRadarPlugin/index.js",
|
|
99
|
+
"require": "./libs/floorplan/PanoFloorplanRadarPlugin/index.js",
|
|
100
|
+
"default": "./esm/floorplan/PanoFloorplanRadarPlugin/index.js"
|
|
101
|
+
},
|
|
102
|
+
"./PanoFloorplanRadarPlugin": {
|
|
103
|
+
"import": "./esm/floorplan/PanoFloorplanRadarPlugin/index.js",
|
|
104
|
+
"require": "./libs/floorplan/PanoFloorplanRadarPlugin/index.js",
|
|
105
|
+
"default": "./esm/floorplan/PanoFloorplanRadarPlugin/index.js"
|
|
106
|
+
},
|
|
107
|
+
"./floorplan/ModelFloorplanPlugin": {
|
|
108
|
+
"import": "./esm/floorplan/ModelFloorplanPlugin/index.js",
|
|
109
|
+
"require": "./libs/floorplan/ModelFloorplanPlugin/index.js",
|
|
110
|
+
"default": "./esm/floorplan/ModelFloorplanPlugin/index.js"
|
|
111
|
+
},
|
|
112
|
+
"./ModelFloorplanPlugin": {
|
|
113
|
+
"import": "./esm/floorplan/ModelFloorplanPlugin/index.js",
|
|
114
|
+
"require": "./libs/floorplan/ModelFloorplanPlugin/index.js",
|
|
115
|
+
"default": "./esm/floorplan/ModelFloorplanPlugin/index.js"
|
|
116
|
+
},
|
|
117
|
+
"./floorplan/MapviewFloorplanPlugin": {
|
|
118
|
+
"import": "./esm/floorplan/MapviewFloorplanPlugin/index.js",
|
|
119
|
+
"require": "./libs/floorplan/MapviewFloorplanPlugin/index.js",
|
|
120
|
+
"default": "./esm/floorplan/MapviewFloorplanPlugin/index.js"
|
|
121
|
+
},
|
|
122
|
+
"./MapviewFloorplanPlugin": {
|
|
123
|
+
"import": "./esm/floorplan/MapviewFloorplanPlugin/index.js",
|
|
124
|
+
"require": "./libs/floorplan/MapviewFloorplanPlugin/index.js",
|
|
125
|
+
"default": "./esm/floorplan/MapviewFloorplanPlugin/index.js"
|
|
126
|
+
},
|
|
127
|
+
"./components": {
|
|
128
|
+
"import": "./esm/components/index.js",
|
|
129
|
+
"require": "./libs/components/index.js",
|
|
130
|
+
"default": "./esm/components/index.js"
|
|
131
|
+
},
|
|
132
|
+
"./components/PaintBrush": {
|
|
133
|
+
"import": "./esm/components/PaintBrush/index.js",
|
|
134
|
+
"require": "./libs/components/PaintBrush/index.js",
|
|
135
|
+
"default": "./esm/components/PaintBrush/index.js"
|
|
136
|
+
},
|
|
137
|
+
"./PaintBrush": {
|
|
138
|
+
"import": "./esm/components/PaintBrush/index.js",
|
|
139
|
+
"require": "./libs/components/PaintBrush/index.js",
|
|
140
|
+
"default": "./esm/components/PaintBrush/index.js"
|
|
141
|
+
},
|
|
142
|
+
"./PanoTagPlugin": {
|
|
143
|
+
"import": "./esm/PanoTagPlugin/index.js",
|
|
144
|
+
"require": "./libs/PanoTagPlugin/index.js",
|
|
145
|
+
"default": "./esm/PanoTagPlugin/index.js"
|
|
146
|
+
},
|
|
147
|
+
"./PanoSpatialTagPlugin": {
|
|
148
|
+
"import": "./esm/PanoSpatialTagPlugin/index.js",
|
|
149
|
+
"require": "./libs/PanoSpatialTagPlugin/index.js",
|
|
150
|
+
"default": "./esm/PanoSpatialTagPlugin/index.js"
|
|
151
|
+
},
|
|
152
|
+
"./PanoRulerProPlugin": {
|
|
153
|
+
"import": "./esm/PanoRulerProPlugin/index.js",
|
|
154
|
+
"require": "./libs/PanoRulerProPlugin/index.js",
|
|
155
|
+
"default": "./esm/PanoRulerProPlugin/index.js"
|
|
156
|
+
},
|
|
157
|
+
"./PanoRulerPlugin": {
|
|
158
|
+
"import": "./esm/PanoRulerPlugin/index.js",
|
|
159
|
+
"require": "./libs/PanoRulerPlugin/index.js",
|
|
160
|
+
"default": "./esm/PanoRulerPlugin/index.js"
|
|
161
|
+
},
|
|
162
|
+
"./PanoMeasurePlugin": {
|
|
163
|
+
"import": "./esm/PanoMeasurePlugin/index.js",
|
|
164
|
+
"require": "./libs/PanoMeasurePlugin/index.js",
|
|
165
|
+
"default": "./esm/PanoMeasurePlugin/index.js"
|
|
166
|
+
},
|
|
167
|
+
"./PanoDoorLabelPlugin": {
|
|
168
|
+
"import": "./esm/PanoDoorLabelPlugin/index.js",
|
|
169
|
+
"require": "./libs/PanoDoorLabelPlugin/index.js",
|
|
170
|
+
"default": "./esm/PanoDoorLabelPlugin/index.js"
|
|
171
|
+
},
|
|
172
|
+
"./PanoCursorRaycasterPlugin": {
|
|
173
|
+
"import": "./esm/PanoCursorRaycasterPlugin/index.js",
|
|
174
|
+
"require": "./libs/PanoCursorRaycasterPlugin/index.js",
|
|
175
|
+
"default": "./esm/PanoCursorRaycasterPlugin/index.js"
|
|
176
|
+
},
|
|
177
|
+
"./PanoCompassPlugin": {
|
|
178
|
+
"import": "./esm/PanoCompassPlugin/index.js",
|
|
179
|
+
"require": "./libs/PanoCompassPlugin/index.js",
|
|
180
|
+
"default": "./esm/PanoCompassPlugin/index.js"
|
|
181
|
+
},
|
|
182
|
+
"./Object3DHelperPlugin": {
|
|
183
|
+
"import": "./esm/Object3DHelperPlugin/index.js",
|
|
184
|
+
"require": "./libs/Object3DHelperPlugin/index.js",
|
|
185
|
+
"default": "./esm/Object3DHelperPlugin/index.js"
|
|
186
|
+
},
|
|
187
|
+
"./ModelViewPlugin": {
|
|
188
|
+
"import": "./esm/ModelViewPlugin/index.js",
|
|
189
|
+
"require": "./libs/ModelViewPlugin/index.js",
|
|
190
|
+
"default": "./esm/ModelViewPlugin/index.js"
|
|
191
|
+
},
|
|
192
|
+
"./ModelTVVideoPlugin": {
|
|
193
|
+
"import": "./esm/ModelTVVideoPlugin/index.js",
|
|
194
|
+
"require": "./libs/ModelTVVideoPlugin/index.js",
|
|
195
|
+
"default": "./esm/ModelTVVideoPlugin/index.js"
|
|
196
|
+
},
|
|
197
|
+
"./ModelRoomLabelPlugin": {
|
|
198
|
+
"import": "./esm/ModelRoomLabelPlugin/index.js",
|
|
199
|
+
"require": "./libs/ModelRoomLabelPlugin/index.js",
|
|
200
|
+
"default": "./esm/ModelRoomLabelPlugin/index.js"
|
|
201
|
+
},
|
|
202
|
+
"./ModelItemLabelPlugin": {
|
|
203
|
+
"import": "./esm/ModelItemLabelPlugin/index.js",
|
|
204
|
+
"require": "./libs/ModelItemLabelPlugin/index.js",
|
|
205
|
+
"default": "./esm/ModelItemLabelPlugin/index.js"
|
|
206
|
+
},
|
|
207
|
+
"./ModelEntryDoorGuidePlugin": {
|
|
208
|
+
"import": "./esm/ModelEntryDoorGuidePlugin/index.js",
|
|
209
|
+
"require": "./libs/ModelEntryDoorGuidePlugin/index.js",
|
|
210
|
+
"default": "./esm/ModelEntryDoorGuidePlugin/index.js"
|
|
211
|
+
},
|
|
212
|
+
"./ModelChassisCompassPlugin": {
|
|
213
|
+
"import": "./esm/ModelChassisCompassPlugin/index.js",
|
|
214
|
+
"require": "./libs/ModelChassisCompassPlugin/index.js",
|
|
215
|
+
"default": "./esm/ModelChassisCompassPlugin/index.js"
|
|
216
|
+
},
|
|
217
|
+
"./ItemLabelPlugin": {
|
|
218
|
+
"import": "./esm/ItemLabelPlugin/index.js",
|
|
219
|
+
"require": "./libs/ItemLabelPlugin/index.js",
|
|
220
|
+
"default": "./esm/ItemLabelPlugin/index.js"
|
|
221
|
+
},
|
|
222
|
+
"./GuideLinePlugin": {
|
|
223
|
+
"import": "./esm/GuideLinePlugin/index.js",
|
|
224
|
+
"require": "./libs/GuideLinePlugin/index.js",
|
|
225
|
+
"default": "./esm/GuideLinePlugin/index.js"
|
|
226
|
+
},
|
|
227
|
+
"./CruisePlugin": {
|
|
228
|
+
"import": "./esm/CruisePlugin/index.js",
|
|
229
|
+
"require": "./libs/CruisePlugin/index.js",
|
|
230
|
+
"default": "./esm/CruisePlugin/index.js"
|
|
231
|
+
},
|
|
232
|
+
"./CameraMovementPlugin": {
|
|
233
|
+
"import": "./esm/CameraMovementPlugin/index.js",
|
|
234
|
+
"require": "./libs/CameraMovementPlugin/index.js",
|
|
235
|
+
"default": "./esm/CameraMovementPlugin/index.js"
|
|
236
|
+
},
|
|
237
|
+
"./CSS3DRenderPlugin": {
|
|
238
|
+
"import": "./esm/CSS3DRenderPlugin/index.js",
|
|
239
|
+
"require": "./libs/CSS3DRenderPlugin/index.js",
|
|
240
|
+
"default": "./esm/CSS3DRenderPlugin/index.js"
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
"scripts": {
|
|
244
|
+
"clean": "rm -rf components dist docs esm libs types",
|
|
245
|
+
"dev": "run-p dev:* generateExports",
|
|
246
|
+
"dev:main": "NODE_ENV=development BUILD_MODULE=main vite build -m development",
|
|
247
|
+
"dev:libs": "NODE_ENV=development BUILD_MODULE=libs vite build -m development",
|
|
248
|
+
"dev:dist": "NODE_ENV=development BUILD_MODULE=dist vite build -m development",
|
|
249
|
+
"dev:components": "NODE_ENV=development BUILD_MODULE=components vite build -m development",
|
|
250
|
+
"build": "run-p build:* generateExports",
|
|
251
|
+
"build:main": "NODE_ENV=production BUILD_MODULE=main vite build -m production",
|
|
252
|
+
"build:libs": "NODE_ENV=production BUILD_MODULE=libs vite build -m production",
|
|
253
|
+
"build:dist": "NODE_ENV=production BUILD_MODULE=dist vite build -m production",
|
|
254
|
+
"build:components": "NODE_ENV=production BUILD_MODULE=components vite build -m production",
|
|
255
|
+
"docs": "typedoc --options ./typedoc.json",
|
|
256
|
+
"generateExports": "node ./bin/generateExports.cjs"
|
|
70
257
|
}
|
|
71
|
-
}
|
|
258
|
+
}
|
package/dist/style.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}
|