@metagl/sdk-plotting 0.0.1 → 0.0.2
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/lacdt.plotting.d.ts +30265 -0
- package/lacdt.plotting.js +474 -0
- package/package.json +14 -12
- package/resources/image/Height.png +0 -0
- package/resources/image/JPlace/capital.png +0 -0
- package/resources/image/JPlace/chengzhen.png +0 -0
- package/resources/image/JPlace/shenghui.png +0 -0
- package/resources/image/Move.png +0 -0
- package/resources/image/Scale.png +0 -0
- package/resources/image/arrow-down.png +0 -0
- package/resources/image/arrow-left.png +0 -0
- package/resources/image/arrow-right.png +0 -0
- package/resources/image/arrow-up.png +0 -0
- package/resources/image/arrow.png +0 -0
- package/resources/image/cm_gray.png +0 -0
- package/resources/image/cm_viridis.png +0 -0
- package/resources/image/excavate_bottom_min.jpg +0 -0
- package/resources/image/excavate_side_min.jpg +0 -0
- package/resources/image/eye.png +0 -0
- package/resources/image/facility.gif +0 -0
- package/resources/image/fire.png +0 -0
- package/resources/image/fountain2.png +0 -0
- package/resources/image/globe.jpg +0 -0
- package/resources/image/gpoint.svg +1 -0
- package/resources/image/redflag.png +0 -0
- package/resources/image/smoke.png +0 -0
- package/resources/image/tuodong.png +0 -0
- package/resources/image//346/227/213/350/275/254.png +0 -0
- package/resources/images/circular_particle.png +0 -0
- package/resources/images/cloud.png +0 -0
- package/resources/images/dash.png +0 -0
- package/resources/images/daylight/Daylight_Box_Back.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_Bottom.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_Front.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_Left.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_Right.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_Top.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_mx.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_my.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_mz.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_px.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_py.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_pz.jpg +0 -0
- package/resources/images/earthclouds1k.jpg +0 -0
- package/resources/images/earthclouds1k.png +0 -0
- package/resources/images/night_1-2k.jpg +0 -0
- package/resources/images/scan.png +0 -0
- package/resources/images/smoke.png +0 -0
- package/resources/images/specialLine/ArrowOpacity.png +0 -0
- package/resources/images/specialLine/ArrowTransparent.png +0 -0
- package/resources/images/specialLine/DataTransLine.png +0 -0
- package/resources/images/specialLine/DotTransparent.png +0 -0
- package/resources/images/specialLine/LinkPulse.png +0 -0
- package/resources/images/specialLine/LinkTrail.png +0 -0
- package/resources/images/specialLine/Trail.png +0 -0
- package/resources/images/specialLine/Trail1.png +0 -0
- package/resources/images/specialLine/alpha.png +0 -0
- package/resources/images/starmap/starmap_2020_16k_mx.webp +0 -0
- package/resources/images/starmap/starmap_2020_16k_my.webp +0 -0
- package/resources/images/starmap/starmap_2020_16k_mz.webp +0 -0
- package/resources/images/starmap/starmap_2020_16k_px.webp +0 -0
- package/resources/images/starmap/starmap_2020_16k_py.webp +0 -0
- package/resources/images/starmap/starmap_2020_16k_pz.webp +0 -0
- package/resources/images/wx.png +0 -0
- package/resources/images/wx2.jpg +0 -0
- package/resources/readme.txt +1 -0
- package/resources/textures/grey.png +0 -0
- package/resources/textures/mesh.png +0 -0
- package/resources/textures/waterNormalsSmall.jpg +0 -0
- package/resources/thirdParty/html2canvas/0.5.0-beta4/html2canvas.js +3519 -0
- package/resources/thirdParty/html2canvas/0.5.0-beta4/html2canvas.min.js +8 -0
- package/resources/thirdParty/wangEditor/colorpicker.js +481 -0
- package/resources/thirdParty/wangEditor/wangEditor.js +50897 -0
- package/resources/thirdParty/wangEditor/wangeditor.css +945 -0
- package/resources/water/sea 50_1.json.json +578 -0
- package/resources/workers/satellite.worker.js +3175 -0
- package/types/Common/ArrayHelper.d.ts +8 -0
- package/types/Common/Guid.d.ts +4 -0
- package/types/Common/KeyValue.d.ts +5 -0
- package/types/Core/Common/Cesium/Core/xz_Color.d.ts +1545 -0
- package/types/Core/Common/Cesium/Core/xz_measureSize.d.ts +4 -0
- package/types/Core/Common/Cesium/Core/xz_writeTextToCanvas.d.ts +27 -0
- package/types/Core/Common/Cesium/ThirdParty/xz_measureText.d.ts +30 -0
- package/types/Core/Event.d.ts +72 -0
- package/types/Core/GvolLayer.d.ts +39 -0
- package/types/Core/GvolPoint.d.ts +206 -0
- package/types/Core/Music.d.ts +18 -0
- package/types/Core/Register.d.ts +36 -0
- package/types/Core/index.d.ts +46 -0
- package/types/Core/property-item-meta.d.ts +36 -0
- package/types/FixCesium/index.d.ts +0 -0
- package/types/Global/array.d.ts +21 -0
- package/types/Global/global.d.ts +9 -0
- package/types/Global/link.d.ts +32 -0
- package/types/Global/linq.d.ts +15 -0
- package/types/Global/math.d.ts +7 -0
- package/types/Global/number.d.ts +15 -0
- package/types/Global/object.d.ts +7 -0
- package/types/Global/regex.d.ts +6 -0
- package/types/Global/static.d.ts +6 -0
- package/types/Global/string.d.ts +14 -0
- package/types/LayerManager/DynamicLayer/DynamicLayer.d.ts +294 -0
- package/types/LayerManager/GpLayer/GpLayer.d.ts +56 -0
- package/types/LayerManager/GraphicLayer/GraphicLayer.d.ts +209 -0
- package/types/LayerManager/ImageLayer/BaiduImageryProvider.d.ts +33 -0
- package/types/LayerManager/LayerManager.d.ts +59 -0
- package/types/LayerManager/LayerTools.d.ts +3 -0
- package/types/LayerManager/MapBox/CesiumInstance.d.ts +78 -0
- package/types/LayerManager/MapBox/CesiumLayer.d.ts +54 -0
- package/types/LayerManager/MapBox/CesiumLayerOptions.d.ts +34 -0
- package/types/LayerManager/MapBox/MVTImageryProvider/mapboxVectorRender.d.ts +44 -0
- package/types/LayerManager/MapBox/MapboxPlaceName.d.ts +30 -0
- package/types/LayerManager/MapBox/index.d.ts +25 -0
- package/types/LayerManager/MapBox/shaders/colorscales.d.ts +123 -0
- package/types/LayerManager/MapBox/shaders/raster_frag.d.ts +2 -0
- package/types/LayerManager/MapBox/shaders/raster_rpg_frag.d.ts +2 -0
- package/types/LayerManager/MapBox/shaders/raster_rpg_vert.d.ts +2 -0
- package/types/LayerManager/MapBox/shaders/raster_vert.d.ts +2 -0
- package/types/LayerManager/MapBox/utils.d.ts +13 -0
- package/types/LayerManager/PlotLayer/PlotLayer.d.ts +77 -0
- package/types/LayerManager/SateLayer/Satellite.d.ts +98 -0
- package/types/LayerManager/SateLayer/SatelliteLayer.d.ts +46 -0
- package/types/LayerManager/SateLayer/SpaceDebris.d.ts +23 -0
- package/types/LayerManager/SateLayer/SpaceDebrisLayer.d.ts +40 -0
- package/types/LayerManager/TileLayer/TileLayer.d.ts +27 -0
- package/types/LayerManager/TileLayer/WMTSVectorProvider.d.ts +14 -0
- package/types/LayerManager/index.d.ts +21 -0
- package/types/Models/AnimationConfig.d.ts +29 -0
- package/types/Models/AnimationItem.d.ts +14 -0
- package/types/Models/FileNode.d.ts +24 -0
- package/types/Models/GeojsonPlotModel.d.ts +19 -0
- package/types/Models/GeojsonStyleBase.d.ts +104 -0
- package/types/Models/PlotItem.d.ts +17 -0
- package/types/Models/all.d.ts +268 -0
- package/types/PlottingTool/AnchorHelper.d.ts +50 -0
- package/types/PlottingTool/Animation/AnimationBase.d.ts +61 -0
- package/types/PlottingTool/Animation/AnimationGroup.d.ts +46 -0
- package/types/PlottingTool/Animation/AnimationManager.d.ts +72 -0
- package/types/PlottingTool/Animation/AnimationStartState.d.ts +5 -0
- package/types/PlottingTool/Animation/AnimationState.d.ts +5 -0
- package/types/PlottingTool/Animation/CalcTool.d.ts +6 -0
- package/types/PlottingTool/Animation/CssItems/AudioAnimation.d.ts +14 -0
- package/types/PlottingTool/Animation/CssItems/CssAnimationBase.d.ts +15 -0
- package/types/PlottingTool/Animation/CssItems/CssHideAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/CssMaskAnimation.d.ts +18 -0
- package/types/PlottingTool/Animation/CssItems/CssMoveHorizonAnimation.d.ts +5 -0
- package/types/PlottingTool/Animation/CssItems/CssMoveVerticalAnimation.d.ts +5 -0
- package/types/PlottingTool/Animation/CssItems/CssNumberAnimation.d.ts +4 -0
- package/types/PlottingTool/Animation/CssItems/CssPropChangeAnimation.d.ts +13 -0
- package/types/PlottingTool/Animation/CssItems/CssShowAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/CssShowDisplayAnimation.d.ts +10 -0
- package/types/PlottingTool/Animation/CssItems/CssValueAnimation.d.ts +27 -0
- package/types/PlottingTool/Animation/CssItems/SpeakManager.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/SpeakTool.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/SubtitleAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/VideoAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/XunFeiTool.d.ts +28 -0
- package/types/PlottingTool/Animation/Decorator.d.ts +11 -0
- package/types/PlottingTool/Animation/DefaultConfig.d.ts +5 -0
- package/types/PlottingTool/Animation/FillBehavior.d.ts +13 -0
- package/types/PlottingTool/Animation/GeojsonItems/GeojsonAnimation.d.ts +25 -0
- package/types/PlottingTool/Animation/GeojsonItems/GeojsonRepeatAnimation.d.ts +10 -0
- package/types/PlottingTool/Animation/GeojsonItems/GeojsonVisibleAnimation.d.ts +5 -0
- package/types/PlottingTool/Animation/IAnimation.d.ts +59 -0
- package/types/PlottingTool/Animation/Items/ArrowDirectAnimation.d.ts +11 -0
- package/types/PlottingTool/Animation/Items/AutoRotationAnimation.d.ts +16 -0
- package/types/PlottingTool/Animation/Items/CameraFlyAnimation.d.ts +15 -0
- package/types/PlottingTool/Animation/Items/CameraRoamAnimation.d.ts +29 -0
- package/types/PlottingTool/Animation/Items/CameraSetAnimation.d.ts +5 -0
- package/types/PlottingTool/Animation/Items/ColorAnimation.d.ts +6 -0
- package/types/PlottingTool/Animation/Items/DoubleArrowDirectAnimation.d.ts +10 -0
- package/types/PlottingTool/Animation/Items/FollowAnimation.d.ts +30 -0
- package/types/PlottingTool/Animation/Items/ForwardAnimation.d.ts +7 -0
- package/types/PlottingTool/Animation/Items/HideAnimation.d.ts +11 -0
- package/types/PlottingTool/Animation/Items/JBDirectAnimation.d.ts +20 -0
- package/types/PlottingTool/Animation/Items/ModelAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/Items/NumberAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/Items/PathAnimation.d.ts +44 -0
- package/types/PlottingTool/Animation/Items/PathMode.d.ts +18 -0
- package/types/PlottingTool/Animation/Items/PathShowAnimation.d.ts +25 -0
- package/types/PlottingTool/Animation/Items/PolygonMaskAnimation.d.ts +15 -0
- package/types/PlottingTool/Animation/Items/PopulationTimeAnimation.d.ts +7 -0
- package/types/PlottingTool/Animation/Items/RepeatAnimation.d.ts +13 -0
- package/types/PlottingTool/Animation/Items/ShowAnimation.d.ts +13 -0
- package/types/PlottingTool/Animation/Items/ShowTifAnimation.d.ts +10 -0
- package/types/PlottingTool/Animation/Items/SpiralAnimation.d.ts +30 -0
- package/types/PlottingTool/Animation/Items/StateChangeAnimation.d.ts +7 -0
- package/types/PlottingTool/Animation/Items/SurroundAnimation.d.ts +43 -0
- package/types/PlottingTool/Animation/Items/TargetFllowAniamtion.d.ts +20 -0
- package/types/PlottingTool/Animation/Items/ZoomToFlyAnimation.d.ts +16 -0
- package/types/PlottingTool/Animation/MaskBehavior.d.ts +13 -0
- package/types/PlottingTool/Animation/PageItems/PageShowAnimation.d.ts +10 -0
- package/types/PlottingTool/Animation/SingleAnimation.d.ts +32 -0
- package/types/PlottingTool/Arrow/EditorArrowBase.d.ts +10 -0
- package/types/PlottingTool/Arrow/EditorArrowLineBase.d.ts +10 -0
- package/types/PlottingTool/Arrow/EditorAssaultDirection.d.ts +4 -0
- package/types/PlottingTool/Arrow/EditorAttackArrow.d.ts +51 -0
- package/types/PlottingTool/Arrow/EditorDoubleArrow.d.ts +82 -0
- package/types/PlottingTool/Arrow/EditorFineArrow.d.ts +11 -0
- package/types/PlottingTool/Arrow/EditorGatheringPlace.d.ts +10 -0
- package/types/PlottingTool/Arrow/EditorSquadCombat.d.ts +9 -0
- package/types/PlottingTool/Arrow/EditorStraightLineArrow.d.ts +10 -0
- package/types/PlottingTool/Arrow/EditorTailedAttackArrow.d.ts +8 -0
- package/types/PlottingTool/Arrow/EditorTailedSquadCombat.d.ts +10 -0
- package/types/PlottingTool/Axis3Operator.d.ts +39 -0
- package/types/PlottingTool/Common/ICell.d.ts +9 -0
- package/types/PlottingTool/Common/IVectorTile.d.ts +16 -0
- package/types/PlottingTool/Common/PolygonHelper.d.ts +4 -0
- package/types/PlottingTool/Common/RenderGridTextV2.5.d.ts +36 -0
- package/types/PlottingTool/Common/geocode.d.ts +21 -0
- package/types/PlottingTool/Common.d.ts +26 -0
- package/types/PlottingTool/Cube/EditorCubeBase.d.ts +38 -0
- package/types/PlottingTool/Cube/EditorCubeBox.d.ts +20 -0
- package/types/PlottingTool/Cube/EditorCylinder.d.ts +25 -0
- package/types/PlottingTool/Cube/EditorEllipsoid.d.ts +20 -0
- package/types/PlottingTool/CurrentList.d.ts +14 -0
- package/types/PlottingTool/DataRgister.d.ts +6 -0
- package/types/PlottingTool/DataRgisterAudio.d.ts +5 -0
- package/types/PlottingTool/DataRgisterTif.d.ts +5 -0
- package/types/PlottingTool/DefaultPlottingAttribute.d.ts +1 -0
- package/types/PlottingTool/EditHelpLine.d.ts +8 -0
- package/types/PlottingTool/EditMode.d.ts +218 -0
- package/types/PlottingTool/GVEntityCollection.d.ts +11 -0
- package/types/PlottingTool/Graph.d.ts +340 -0
- package/types/PlottingTool/GraphFactory.d.ts +7 -0
- package/types/PlottingTool/GraphManager.d.ts +145 -0
- package/types/PlottingTool/GraphPropStorage.d.ts +10 -0
- package/types/PlottingTool/GraphProperty.d.ts +58 -0
- package/types/PlottingTool/GraphicRender/CesiumConeCommunicate.d.ts +40 -0
- package/types/PlottingTool/GraphicRender/CesiumRender.d.ts +31 -0
- package/types/PlottingTool/GraphicRender/Cloud/GxCloudItem.d.ts +82 -0
- package/types/PlottingTool/GraphicRender/DynamicProperty.d.ts +14 -0
- package/types/PlottingTool/GraphicRender/RenderPlotting.d.ts +20 -0
- package/types/PlottingTool/GraphicRender/radar/GxPrimitivePolyline.d.ts +29 -0
- package/types/PlottingTool/GraphicRender/radar/GxPrimitiveTriangles.d.ts +30 -0
- package/types/PlottingTool/GraphicRender/radar/GxRadarItem.d.ts +93 -0
- package/types/PlottingTool/GxClusterDataSource.d.ts +107 -0
- package/types/PlottingTool/HeightReferenceGraph.d.ts +7 -0
- package/types/PlottingTool/HeightReferencePrimtive.d.ts +8 -0
- package/types/PlottingTool/HtmlBox/BoxFactory.d.ts +4 -0
- package/types/PlottingTool/HtmlBox/CssProp.d.ts +61 -0
- package/types/PlottingTool/HtmlBox/HtmlBox.d.ts +6 -0
- package/types/PlottingTool/HtmlBox/HtmlBoxMulti.d.ts +38 -0
- package/types/PlottingTool/HtmlBox/WangEditor/fwbconfig.d.ts +3 -0
- package/types/PlottingTool/HtmlBox/WangEditor/parse-style-html.d.ts +7 -0
- package/types/PlottingTool/HtmlBox/WangEditor/render-style.d.ts +7 -0
- package/types/PlottingTool/HtmlBox/WangEditor/stroke-color-config.d.ts +1 -0
- package/types/PlottingTool/HtmlBox/WangEditor/style-to-html.d.ts +1 -0
- package/types/PlottingTool/HtmlBox/WangEditor/text-stroke-color.d.ts +13 -0
- package/types/PlottingTool/HtmlBox/WangEditor/text-stroke-width.d.ts +20 -0
- package/types/PlottingTool/HtmlBox/WangEditor/tools.d.ts +7 -0
- package/types/PlottingTool/HtmlBox/html-box-base.d.ts +34 -0
- package/types/PlottingTool/HtmlBox/html-css-prop.d.ts +3 -0
- package/types/PlottingTool/HtmlBox/new-rich-text.d.ts +6 -0
- package/types/PlottingTool/HtmlBox/pic-collection.d.ts +17 -0
- package/types/PlottingTool/HtmlBox/rich-text.d.ts +6 -0
- package/types/PlottingTool/HtmlBox/subtitle-box.d.ts +6 -0
- package/types/PlottingTool/HtmlBox/videoBox.d.ts +8 -0
- package/types/PlottingTool/Image/EditorHtml.d.ts +36 -0
- package/types/PlottingTool/Image/EditorImage.d.ts +10 -0
- package/types/PlottingTool/Image/EditorJBPointObject.d.ts +23 -0
- package/types/PlottingTool/Image/EditorRedFlag.d.ts +7 -0
- package/types/PlottingTool/Interface/LayerConfig.d.ts +22 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryMultiPolyBase.d.ts +17 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryMultiPolygon.d.ts +11 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryMultiPolyline.d.ts +14 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryPolygon.d.ts +41 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryPolyline.d.ts +28 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryWall.d.ts +18 -0
- package/types/PlottingTool/NoControlPrimitive/NoControlPrimitive.d.ts +26 -0
- package/types/PlottingTool/NoControlPrimitive/PercentPolyine.d.ts +17 -0
- package/types/PlottingTool/PlottingBaseNode.d.ts +40 -0
- package/types/PlottingTool/PlottingBehavior.d.ts +91 -0
- package/types/PlottingTool/PlottingCommon.d.ts +20 -0
- package/types/PlottingTool/Point/ConeCommunicateWave.d.ts +46 -0
- package/types/PlottingTool/Point/EditorBasePrimitive.d.ts +12 -0
- package/types/PlottingTool/Point/EditorCloud.d.ts +43 -0
- package/types/PlottingTool/Point/EditorCommunicateWave.d.ts +44 -0
- package/types/PlottingTool/Point/EditorJBPointScreen.d.ts +51 -0
- package/types/PlottingTool/Point/EditorModel.d.ts +59 -0
- package/types/PlottingTool/Point/EditorParticle.d.ts +37 -0
- package/types/PlottingTool/Point/EditorPin.d.ts +55 -0
- package/types/PlottingTool/Point/EditorPinCanvas.d.ts +94 -0
- package/types/PlottingTool/Point/EditorPinImage.d.ts +110 -0
- package/types/PlottingTool/Point/EditorPinMakiIcon.d.ts +13 -0
- package/types/PlottingTool/Point/EditorPinText.d.ts +14 -0
- package/types/PlottingTool/Point/EditorPlaneText.d.ts +79 -0
- package/types/PlottingTool/Point/EditorPoint.d.ts +28 -0
- package/types/PlottingTool/Point/EditorRadar.d.ts +80 -0
- package/types/PlottingTool/Point/EditorText.d.ts +93 -0
- package/types/PlottingTool/Point/EditorText_old.d.ts +58 -0
- package/types/PlottingTool/Point/PointJbStrokeSvgHelper.d.ts +28 -0
- package/types/PlottingTool/Point/PointJbSvgHelper.d.ts +31 -0
- package/types/PlottingTool/Point/UECamera.d.ts +49 -0
- package/types/PlottingTool/Polygon/EditorArrow1.d.ts +10 -0
- package/types/PlottingTool/Polygon/EditorCircle.d.ts +13 -0
- package/types/PlottingTool/Polygon/EditorEllipse.d.ts +12 -0
- package/types/PlottingTool/Polygon/EditorFrustum.d.ts +36 -0
- package/types/PlottingTool/Polygon/EditorPolygon.d.ts +102 -0
- package/types/PlottingTool/Polygon/EditorRectangle.d.ts +40 -0
- package/types/PlottingTool/Polygon/EditorRectangleExpand.d.ts +16 -0
- package/types/PlottingTool/Polygon/EditorSector.d.ts +16 -0
- package/types/PlottingTool/Polyline/EditorBezier1.d.ts +9 -0
- package/types/PlottingTool/Polyline/EditorBezier2.d.ts +9 -0
- package/types/PlottingTool/Polyline/EditorBezierN.d.ts +9 -0
- package/types/PlottingTool/Polyline/EditorBezierSpline.d.ts +9 -0
- package/types/PlottingTool/Polyline/EditorCircleArc.d.ts +10 -0
- package/types/PlottingTool/Polyline/EditorCurve.d.ts +7 -0
- package/types/PlottingTool/Polyline/EditorJBLine.d.ts +8 -0
- package/types/PlottingTool/Polyline/EditorPointArc.d.ts +21 -0
- package/types/PlottingTool/Polyline/EditorPointLine.d.ts +12 -0
- package/types/PlottingTool/Polyline/EditorPointSpline.d.ts +8 -0
- package/types/PlottingTool/Polyline/EditorPolyline.d.ts +109 -0
- package/types/PlottingTool/Polyline/EditorRoutePolyline.d.ts +16 -0
- package/types/PlottingTool/Polyline/plotsList.d.ts +6 -0
- package/types/PlottingTool/RegexHelper.d.ts +10 -0
- package/types/PlottingTool/Text/EditorAreaText.d.ts +44 -0
- package/types/PlottingTool/Text/EditorRouteText.d.ts +64 -0
- package/types/PlottingTool/Text/MedianLine.d.ts +22 -0
- package/types/PlottingTool/VideoElement/EditorVideo.d.ts +9 -0
- package/types/PlottingTool/drawToolExt/DrawAreaTextToolEx.d.ts +19 -0
- package/types/PlottingTool/drawToolExt/DrawBillboardToolEx.d.ts +21 -0
- package/types/PlottingTool/drawToolExt/DrawCtrlPointToolEx.d.ts +20 -0
- package/types/PlottingTool/drawToolExt/DrawHtmlToolEx.d.ts +31 -0
- package/types/PlottingTool/drawToolExt/DrawLineToolEx.d.ts +20 -0
- package/types/PlottingTool/drawToolExt/DrawMedianPointToolEx.d.ts +15 -0
- package/types/PlottingTool/drawToolExt/DrawModelToolEx.d.ts +21 -0
- package/types/PlottingTool/drawToolExt/DrawPointToolEx.d.ts +21 -0
- package/types/PlottingTool/drawToolExt/DrawPolygonToolEx.d.ts +20 -0
- package/types/PlottingTool/drawToolExt/DrawRouteTextToolEx.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/DrawTextToolEx.d.ts +21 -0
- package/types/PlottingTool/drawToolExt/DrawToolManager.d.ts +60 -0
- package/types/PlottingTool/drawToolExt/HitPointToolEx.d.ts +10 -0
- package/types/PlottingTool/drawToolExt/HitRectToolEx.d.ts +10 -0
- package/types/PlottingTool/drawToolExt/base/List.d.ts +22 -0
- package/types/PlottingTool/drawToolExt/calcuteShape.d.ts +3 -0
- package/types/PlottingTool/drawToolExt/entity/MaxRecTest.d.ts +21 -0
- package/types/PlottingTool/drawToolExt/entity/XZAreaTextEntity.d.ts +36 -0
- package/types/PlottingTool/drawToolExt/entity/XZBaseEntity.d.ts +17 -0
- package/types/PlottingTool/drawToolExt/entity/XZBillboardEntity.d.ts +17 -0
- package/types/PlottingTool/drawToolExt/entity/XZCtrlPointEntity.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/entity/XZHtmlEntity.d.ts +15 -0
- package/types/PlottingTool/drawToolExt/entity/XZLineEntity.d.ts +20 -0
- package/types/PlottingTool/drawToolExt/entity/XZMedianPointEntity.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/entity/XZModelEntity.d.ts +17 -0
- package/types/PlottingTool/drawToolExt/entity/XZPointEntity.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/entity/XZPolygonEntity.d.ts +19 -0
- package/types/PlottingTool/drawToolExt/entity/XZRouteTextEntity.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/entity/XZTextEntity.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/interface/IBase.d.ts +23 -0
- package/types/PlottingTool/drawToolExt/interface/ICesium.d.ts +99 -0
- package/types/PlottingTool/drawToolExt/interface/IData.d.ts +56 -0
- package/types/PlottingTool/drawToolExt/interface/IEntity.d.ts +80 -0
- package/types/PlottingTool/drawToolExt/interface/IStyle.d.ts +127 -0
- package/types/PlottingTool/drawToolExt/interface/ITool.d.ts +31 -0
- package/types/PlottingTool/drawToolExt/interface/geojson.d.ts +192 -0
- package/types/PlottingTool/drawToolExt/styles/XZAreaTextStyle.d.ts +14 -0
- package/types/PlottingTool/drawToolExt/styles/XZBaseStyle.d.ts +6 -0
- package/types/PlottingTool/drawToolExt/styles/XZBillboardStyle.d.ts +9 -0
- package/types/PlottingTool/drawToolExt/styles/XZHtmlStyle.d.ts +71 -0
- package/types/PlottingTool/drawToolExt/styles/XZLineStyle.d.ts +12 -0
- package/types/PlottingTool/drawToolExt/styles/XZModelStyle.d.ts +9 -0
- package/types/PlottingTool/drawToolExt/styles/XZPointStyle.d.ts +12 -0
- package/types/PlottingTool/drawToolExt/styles/XZPolygonStyle.d.ts +8 -0
- package/types/PlottingTool/drawToolExt/styles/XZRouteTextStyle.d.ts +11 -0
- package/types/PlottingTool/drawToolExt/styles/XZTextStyle.d.ts +14 -0
- package/types/PlottingTool/geojson/EditorGeojsonMultiPolyBase.d.ts +33 -0
- package/types/PlottingTool/geojson/EditorGeojsonMultiPolygon.d.ts +28 -0
- package/types/PlottingTool/geojson/EditorGeojsonMultiPolyline.d.ts +21 -0
- package/types/PlottingTool/geojson/EditorGeojsonPolygon.d.ts +13 -0
- package/types/PlottingTool/geojson/EditorGeojsonPolyline.d.ts +13 -0
- package/types/PlottingTool/geojson/GeojsonPercentPolyine.d.ts +18 -0
- package/types/PlottingTool/geojson/parsePolygon.d.ts +25 -0
- package/types/PlottingTool/shareGraph.d.ts +16 -0
- package/types/Scene/Analyzation/Measure.d.ts +120 -0
- package/types/Scene/EventSource/ContextSizeChanged.d.ts +13 -0
- package/types/Scene/GraticuleLayer/Graticule.d.ts +15 -0
- package/types/Scene/Sea/RenderSeaPolygon.d.ts +9 -0
- package/types/SceneObjects/CustomPrimitive/SharedTexturePool.d.ts +13 -0
- package/types/SceneObjects/CustomPrimitive/extrudePolyline.d.ts +1 -0
- package/types/SceneObjects/RenderObject/BindedCylinder.d.ts +40 -0
- package/types/SceneObjects/RenderObject/Bubble.d.ts +125 -0
- package/types/SceneObjects/RenderObject/CesiumBillboard.d.ts +20 -0
- package/types/SceneObjects/RenderObject/CesiumCylinder.d.ts +30 -0
- package/types/SceneObjects/RenderObject/CesiumEllipse.d.ts +29 -0
- package/types/SceneObjects/RenderObject/CesiumEllipsoid.d.ts +29 -0
- package/types/SceneObjects/RenderObject/CesiumLabel.d.ts +29 -0
- package/types/SceneObjects/RenderObject/CesiumLabelBillboard.d.ts +39 -0
- package/types/SceneObjects/RenderObject/CesiumLabelRect.d.ts +33 -0
- package/types/SceneObjects/RenderObject/CesiumModel.d.ts +20 -0
- package/types/SceneObjects/RenderObject/CesiumOblique.d.ts +33 -0
- package/types/SceneObjects/RenderObject/CesiumPoint.d.ts +22 -0
- package/types/SceneObjects/RenderObject/CesiumPolygon.d.ts +24 -0
- package/types/SceneObjects/RenderObject/CesiumPolyline.d.ts +24 -0
- package/types/SceneObjects/RenderObject/CesiumPopover.d.ts +30 -0
- package/types/SceneObjects/RenderObject/CesiumRectangle.d.ts +34 -0
- package/types/SceneObjects/RenderObject/CesiumSphere.d.ts +29 -0
- package/types/SceneObjects/RenderObject/CesiumVolumePolyline.d.ts +32 -0
- package/types/SceneObjects/RenderObject/CesiumWall.d.ts +29 -0
- package/types/SceneObjects/RenderObject/CircularRender.d.ts +24 -0
- package/types/SceneObjects/RenderObject/CustomLabelRender.d.ts +23 -0
- package/types/SceneObjects/RenderObject/CylinderSensor.d.ts +47 -0
- package/types/SceneObjects/RenderObject/DashBoardEffect.d.ts +39 -0
- package/types/SceneObjects/RenderObject/DynamicItem/DynamicItemFlame.d.ts +42 -0
- package/types/SceneObjects/RenderObject/DynamicItem/DynamicItemPath.d.ts +182 -0
- package/types/SceneObjects/RenderObject/DynamicItem/DynamicItemState.d.ts +7 -0
- package/types/SceneObjects/RenderObject/DynamicItem/DynamicItemStyle.d.ts +182 -0
- package/types/SceneObjects/RenderObject/DynamicItem/DynamicTimePositions.d.ts +102 -0
- package/types/SceneObjects/RenderObject/DynamicItem/HistoryTrack.d.ts +159 -0
- package/types/SceneObjects/RenderObject/DynamicItem/WarningTarget.d.ts +36 -0
- package/types/SceneObjects/RenderObject/DynamicRippleEffect.d.ts +23 -0
- package/types/SceneObjects/RenderObject/Flag.d.ts +43 -0
- package/types/SceneObjects/RenderObject/GradientSector.d.ts +46 -0
- package/types/SceneObjects/RenderObject/Graphics/GraphicGroup.d.ts +113 -0
- package/types/SceneObjects/RenderObject/RenderObject.d.ts +37 -0
- package/types/SceneObjects/RenderObject/RenderUtils.d.ts +35 -0
- package/types/SceneObjects/RenderObject/ScanEffect.d.ts +40 -0
- package/types/SceneObjects/RenderObject/SectorSensor.d.ts +42 -0
- package/types/SceneObjects/RenderObject/SensorRender.d.ts +15 -0
- package/types/SceneObjects/RenderObject/SpreadEffect.d.ts +47 -0
- package/types/SceneObjects/RenderObject/WaterEffect.d.ts +31 -0
- package/types/SceneObjects/RenderObject/WeatherParticle.d.ts +30 -0
- package/types/SceneObjects/ViewshedAnalysis.d.ts +98 -0
- package/types/SceneObjects/_shared/Destroyable.d.ts +9 -0
- package/types/SceneObjects/_shared/ResourceHandler.d.ts +14 -0
- package/types/SceneObjects/_shared/destroyObject.d.ts +18 -0
- package/types/Service/SceneOptions/Graticule.d.ts +15 -0
- package/types/Service/action.service.d.ts +92 -0
- package/types/Service/advance-html.service.d.ts +12 -0
- package/types/Service/animation.service.d.ts +84 -0
- package/types/Service/cesium.service.d.ts +85 -0
- package/types/Service/cluster.service.d.ts +7 -0
- package/types/Service/config.service.d.ts +24 -0
- package/types/Service/drawServices/VectorRender/renderModels.d.ts +13 -0
- package/types/Service/drawbigfile.service.d.ts +24 -0
- package/types/Service/fwbconfig.d.ts +3 -0
- package/types/Service/geojson-plot.service.d.ts +21 -0
- package/types/Service/html-draw.service.d.ts +134 -0
- package/types/Service/http.service.d.ts +15 -0
- package/types/Service/layers.service.d.ts +34 -0
- package/types/Service/logicService/point.service.d.ts +60 -0
- package/types/Service/message.service.d.ts +4 -0
- package/types/Service/music.service.d.ts +23 -0
- package/types/Service/parse-style-html.d.ts +7 -0
- package/types/Service/plot.service.d.ts +115 -0
- package/types/Service/property.service.d.ts +52 -0
- package/types/Service/render-style.d.ts +7 -0
- package/types/Service/richTextEdit.service.d.ts +35 -0
- package/types/Service/sceneServices/BigFileManager.d.ts +12 -0
- package/types/Service/sceneServices/CesiumManager.d.ts +18 -0
- package/types/Service/sceneServices/EagleManager.d.ts +35 -0
- package/types/Service/sceneServices/HtmlDrawManager.d.ts +12 -0
- package/types/Service/sceneServices/ImageEffectManager.d.ts +19 -0
- package/types/Service/sceneServices/LayerManage.d.ts +61 -0
- package/types/Service/sceneServices/MusicManager.d.ts +10 -0
- package/types/Service/sceneServices/PageAnimationManager.d.ts +39 -0
- package/types/Service/sceneServices/SubtitleManager.d.ts +6 -0
- package/types/Service/sceneServices/TerrainManager.d.ts +11 -0
- package/types/Service/sceneServices/sceneManager.d.ts +71 -0
- package/types/Service/sceneServices/snap.d.ts +33 -0
- package/types/Service/service.manager.d.ts +174 -0
- package/types/Service/stroke-color-config.d.ts +1 -0
- package/types/Service/style-to-html.d.ts +1 -0
- package/types/Service/terrain.service.d.ts +11 -0
- package/types/Service/text-stroke-color.d.ts +13 -0
- package/types/Service/text-stroke-width.d.ts +20 -0
- package/types/Service/tools.d.ts +7 -0
- package/types/Utils/Calculate.d.ts +212 -0
- package/types/Utils/Check.d.ts +98 -0
- package/types/Utils/DateHelper.d.ts +30 -0
- package/types/Utils/GxMath.d.ts +102 -0
- package/types/Utils/GxVector3.d.ts +7 -0
- package/types/Utils/HtmlUtil.d.ts +12 -0
- package/types/Utils/MilsymbolHelper.d.ts +20 -0
- package/types/Utils/TokenHelper.d.ts +36 -0
- package/types/Utils/Util.d.ts +204 -0
- package/types/Utils/d3Clock.d.ts +11 -0
- package/types/Utils/index.d.ts +17 -0
- package/types/Utils/pinyin.static.d.ts +375 -0
- package/types/Utils/pinyin.tool.d.ts +5 -0
- package/types/Utils/pinyin_all.d.ts +20 -0
- package/types/Utils/ready.d.ts +3 -0
- package/types/Utils/tools.d.ts +31 -0
- package/types/index.d.ts +98 -0
- package/types/index.html +35 -0
|
@@ -0,0 +1,945 @@
|
|
|
1
|
+
/* :root,
|
|
2
|
+
:host {
|
|
3
|
+
--w-e-textarea-bg-color: #fff;
|
|
4
|
+
--w-e-textarea-color: #333;
|
|
5
|
+
--w-e-textarea-border-color: #ccc;
|
|
6
|
+
--w-e-textarea-slight-border-color: #e8e8e8;
|
|
7
|
+
--w-e-textarea-slight-color: #d4d4d4;
|
|
8
|
+
--w-e-textarea-slight-bg-color: #f5f2f0;
|
|
9
|
+
--w-e-textarea-selected-border-color: #b4d5ff;
|
|
10
|
+
--w-e-textarea-handler-bg-color: #4290f7;
|
|
11
|
+
--w-e-toolbar-color: #595959;
|
|
12
|
+
--w-e-toolbar-bg-color: #fff;
|
|
13
|
+
--w-e-toolbar-active-color: #333;
|
|
14
|
+
--w-e-toolbar-active-bg-color: #f1f1f1;
|
|
15
|
+
--w-e-toolbar-disabled-color: #999;
|
|
16
|
+
--w-e-toolbar-border-color: #e8e8e8;
|
|
17
|
+
--w-e-modal-button-bg-color: #fafafa;
|
|
18
|
+
--w-e-modal-button-border-color: #d9d9d9;
|
|
19
|
+
} */
|
|
20
|
+
:root,
|
|
21
|
+
:host {
|
|
22
|
+
--w-e-textarea-bg-color: transparent;
|
|
23
|
+
--w-e-textarea-color: rgba(255, 255, 255, 1);
|
|
24
|
+
--w-e-textarea-border-color: transparent;
|
|
25
|
+
--w-e-textarea-slight-border-color: #e8e8e8;
|
|
26
|
+
--w-e-textarea-slight-color: #d4d4d4;
|
|
27
|
+
--w-e-textarea-slight-bg-color: #f5f2f0;
|
|
28
|
+
--w-e-textarea-selected-border-color: #b4d5ff;
|
|
29
|
+
--w-e-textarea-handler-bg-color: #4290f7;
|
|
30
|
+
--w-e-toolbar-color: rgba(255, 255, 255, .8);
|
|
31
|
+
--w-e-toolbar-bg-color: #2E2E2F;
|
|
32
|
+
--w-e-toolbar-active-color: rgba(255, 255, 255, .8);
|
|
33
|
+
--w-e-toolbar-active-bg-color: #3C3C3C;
|
|
34
|
+
--w-e-toolbar-disabled-color: #999;
|
|
35
|
+
--w-e-toolbar-border-color: #2E2E2F;
|
|
36
|
+
--w-e-modal-button-bg-color: #097EFF;
|
|
37
|
+
--w-e-modal-button-border-color: #097EFF;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.w-e-text-container *,
|
|
41
|
+
.w-e-toolbar * {
|
|
42
|
+
box-sizing: border-box;
|
|
43
|
+
margin: 0;
|
|
44
|
+
outline: none;
|
|
45
|
+
padding: 0;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.w-e-text-container blockquote,
|
|
49
|
+
.w-e-text-container li,
|
|
50
|
+
.w-e-text-container p,
|
|
51
|
+
.w-e-text-container td,
|
|
52
|
+
.w-e-text-container th,
|
|
53
|
+
.w-e-toolbar * {
|
|
54
|
+
line-height: 1.5;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.w-e-text-container {
|
|
58
|
+
background-color: var(--w-e-textarea-bg-color);
|
|
59
|
+
color: var(--w-e-textarea-color);
|
|
60
|
+
height: 100%;
|
|
61
|
+
position: relative;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.w-e-text-container .w-e-scroll {
|
|
65
|
+
-webkit-overflow-scrolling: touch;
|
|
66
|
+
height: 100%;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.w-e-text-container [data-slate-editor] {
|
|
70
|
+
word-wrap: break-word;
|
|
71
|
+
border-top: 1px solid transparent;
|
|
72
|
+
min-height: 100%;
|
|
73
|
+
outline: 0;
|
|
74
|
+
padding: 0 10px;
|
|
75
|
+
white-space: pre-wrap;
|
|
76
|
+
/**add*/
|
|
77
|
+
caret-color: white;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.w-e-text-container [data-slate-editor] p {
|
|
81
|
+
margin: 15px 0;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.w-e-text-container [data-slate-editor] h1,
|
|
85
|
+
.w-e-text-container [data-slate-editor] h2,
|
|
86
|
+
.w-e-text-container [data-slate-editor] h3,
|
|
87
|
+
.w-e-text-container [data-slate-editor] h4,
|
|
88
|
+
.w-e-text-container [data-slate-editor] h5 {
|
|
89
|
+
margin: 20px 0;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.w-e-text-container [data-slate-editor] img {
|
|
93
|
+
cursor: default;
|
|
94
|
+
display: inline !important;
|
|
95
|
+
max-width: 100%;
|
|
96
|
+
min-height: 20px;
|
|
97
|
+
min-width: 20px;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.w-e-text-container [data-slate-editor] [data-selected="true"] {
|
|
101
|
+
box-shadow: 0 0 0 2px var(--w-e-textarea-selected-border-color);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.w-e-text-placeholder {
|
|
105
|
+
font-style: italic;
|
|
106
|
+
left: 10px;
|
|
107
|
+
top: 17px;
|
|
108
|
+
width: 90%;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.w-e-max-length-info,
|
|
112
|
+
.w-e-text-placeholder {
|
|
113
|
+
color: var(--w-e-textarea-slight-color);
|
|
114
|
+
pointer-events: none;
|
|
115
|
+
position: absolute;
|
|
116
|
+
-webkit-user-select: none;
|
|
117
|
+
-moz-user-select: none;
|
|
118
|
+
user-select: none;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.w-e-max-length-info {
|
|
122
|
+
bottom: 0.5em;
|
|
123
|
+
right: 1em;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.w-e-bar {
|
|
127
|
+
background-color: var(--w-e-toolbar-bg-color);
|
|
128
|
+
color: var(--w-e-toolbar-color);
|
|
129
|
+
font-size: 14px;
|
|
130
|
+
padding: 0 5px;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.w-e-bar svg {
|
|
134
|
+
fill: var(--w-e-toolbar-color);
|
|
135
|
+
height: 14px;
|
|
136
|
+
width: 14px;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.w-e-bar-show {
|
|
140
|
+
display: flex;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.w-e-bar-hidden {
|
|
144
|
+
display: none;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.w-e-hover-bar {
|
|
148
|
+
border: 1px solid var(--w-e-toolbar-border-color);
|
|
149
|
+
border-radius: 3px;
|
|
150
|
+
box-shadow: 0 2px 5px #0000001f;
|
|
151
|
+
position: absolute;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.w-e-toolbar {
|
|
155
|
+
flex-wrap: wrap;
|
|
156
|
+
position: relative;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.w-e-bar-divider {
|
|
160
|
+
background-color: var(--w-e-toolbar-border-color);
|
|
161
|
+
display: inline-flex;
|
|
162
|
+
height: 40px;
|
|
163
|
+
margin: 0 5px;
|
|
164
|
+
width: 1px;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.w-e-bar-item {
|
|
168
|
+
display: flex;
|
|
169
|
+
height: 40px;
|
|
170
|
+
/* padding: 4px; */
|
|
171
|
+
/**add*/
|
|
172
|
+
padding: 2px;
|
|
173
|
+
position: relative;
|
|
174
|
+
text-align: center;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.w-e-bar-item,
|
|
178
|
+
.w-e-bar-item button {
|
|
179
|
+
align-items: center;
|
|
180
|
+
justify-content: center;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.w-e-bar-item button {
|
|
184
|
+
background: transparent;
|
|
185
|
+
border: none;
|
|
186
|
+
color: var(--w-e-toolbar-color);
|
|
187
|
+
cursor: pointer;
|
|
188
|
+
display: inline-flex;
|
|
189
|
+
height: 32px;
|
|
190
|
+
overflow: hidden;
|
|
191
|
+
padding: 0 5px;
|
|
192
|
+
/* padding: 0 8px; */
|
|
193
|
+
white-space: nowrap;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.w-e-bar-item button:hover {
|
|
197
|
+
background-color: var(--w-e-toolbar-active-bg-color);
|
|
198
|
+
color: var(--w-e-toolbar-active-color);
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.w-e-bar-item button .title {
|
|
202
|
+
margin-left: 5px;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.w-e-bar-item .active {
|
|
206
|
+
background-color: var(--w-e-toolbar-active-bg-color);
|
|
207
|
+
color: var(--w-e-toolbar-active-color);
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.w-e-bar-item .disabled {
|
|
211
|
+
color: var(--w-e-toolbar-disabled-color);
|
|
212
|
+
cursor: not-allowed;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.w-e-bar-item .disabled svg {
|
|
216
|
+
fill: var(--w-e-toolbar-disabled-color);
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.w-e-bar-item .disabled:hover {
|
|
220
|
+
background-color: var(--w-e-toolbar-bg-color);
|
|
221
|
+
color: var(--w-e-toolbar-disabled-color);
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.w-e-bar-item .disabled:hover svg {
|
|
225
|
+
fill: var(--w-e-toolbar-disabled-color);
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
/* 在以前代码上修改:tooltip向下展开 */
|
|
229
|
+
.w-e-menu-tooltip-v5.tooltip-bottom:before {
|
|
230
|
+
background-color: #2E2E2F;
|
|
231
|
+
/* background-color: var(--w-e-toolbar-active-color); */
|
|
232
|
+
border-radius: 5px;
|
|
233
|
+
color: rgba(255, 255, 255, .8);
|
|
234
|
+
/* color: var(--w-e-toolbar-bg-color); */
|
|
235
|
+
content: attr(data-tooltip);
|
|
236
|
+
font-size: 0.75em;
|
|
237
|
+
opacity: 0;
|
|
238
|
+
padding: 5px 10px;
|
|
239
|
+
position: absolute;
|
|
240
|
+
text-align: center;
|
|
241
|
+
top: 40px;
|
|
242
|
+
transition: opacity 0.6s;
|
|
243
|
+
visibility: hidden;
|
|
244
|
+
white-space: pre;
|
|
245
|
+
z-index: 1;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.w-e-menu-tooltip-v5.tooltip-bottom:after {
|
|
249
|
+
border: 5px solid transparent;
|
|
250
|
+
border-bottom: 5px solid var(--w-e-toolbar-active-color);
|
|
251
|
+
content: "";
|
|
252
|
+
opacity: 0;
|
|
253
|
+
position: absolute;
|
|
254
|
+
top: 30px;
|
|
255
|
+
transition: opacity 0.6s;
|
|
256
|
+
visibility: hidden;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
/* 在以前代码上修改:tooltip向下展开 */
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
.w-e-menu-tooltip-v5:hover:after,
|
|
263
|
+
.w-e-menu-tooltip-v5:hover:before {
|
|
264
|
+
opacity: 1;
|
|
265
|
+
visibility: visible;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.w-e-menu-tooltip-v5.tooltip-right:before {
|
|
269
|
+
left: 100%;
|
|
270
|
+
top: 10px;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.w-e-menu-tooltip-v5.tooltip-right:after {
|
|
274
|
+
border-bottom-color: transparent;
|
|
275
|
+
border-left-color: transparent;
|
|
276
|
+
border-right-color: var(--w-e-toolbar-active-color);
|
|
277
|
+
border-top-color: transparent;
|
|
278
|
+
left: 100%;
|
|
279
|
+
margin-left: -10px;
|
|
280
|
+
top: 16px;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
/* 新增tooltip向上展开 */
|
|
284
|
+
.w-e-menu-tooltip-v5:before {
|
|
285
|
+
background-color: #2E2E2F;
|
|
286
|
+
/* background-color: var(--w-e-toolbar-active-color); */
|
|
287
|
+
border-radius: 5px;
|
|
288
|
+
color: rgba(255, 255, 255, .8);
|
|
289
|
+
/* color: var(--w-e-toolbar-bg-color); */
|
|
290
|
+
content: attr(data-tooltip);
|
|
291
|
+
font-size: 0.75em;
|
|
292
|
+
opacity: 0;
|
|
293
|
+
padding: 5px 10px;
|
|
294
|
+
position: absolute;
|
|
295
|
+
text-align: center;
|
|
296
|
+
top: -7px;
|
|
297
|
+
transform: translateY(-100%);
|
|
298
|
+
transition: opacity 0.6s;
|
|
299
|
+
visibility: hidden;
|
|
300
|
+
white-space: pre;
|
|
301
|
+
z-index: 1;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.w-e-menu-tooltip-v5:after {
|
|
305
|
+
border: 5px solid transparent;
|
|
306
|
+
border-top: 5px solid #2E2E2F;
|
|
307
|
+
/* border-top: 5px solid var(--w-e-toolbar-active-color); */
|
|
308
|
+
content: "";
|
|
309
|
+
opacity: 0;
|
|
310
|
+
position: absolute;
|
|
311
|
+
top: -7px;
|
|
312
|
+
transition: opacity 0.6s;
|
|
313
|
+
visibility: hidden;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
/* 新增tooltip向上展开 */
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
.w-e-bar-item-group .w-e-bar-item-menus-container {
|
|
320
|
+
background-color: var(--w-e-toolbar-bg-color);
|
|
321
|
+
border: 1px solid var(--w-e-toolbar-border-color);
|
|
322
|
+
border-radius: 3px;
|
|
323
|
+
box-shadow: 0 2px 10px #0000001f;
|
|
324
|
+
display: none;
|
|
325
|
+
left: 0;
|
|
326
|
+
margin-top: 40px;
|
|
327
|
+
position: absolute;
|
|
328
|
+
top: 0;
|
|
329
|
+
z-index: 1;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.w-e-bar-item-group:hover .w-e-bar-item-menus-container {
|
|
333
|
+
display: block;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.w-e-select-list {
|
|
337
|
+
background-color: var(--w-e-toolbar-bg-color);
|
|
338
|
+
border: 1px solid var(--w-e-toolbar-border-color);
|
|
339
|
+
border-radius: 3px;
|
|
340
|
+
box-shadow: 0 2px 10px #0000001f;
|
|
341
|
+
left: 0;
|
|
342
|
+
margin-top: 40px;
|
|
343
|
+
max-height: 211px;
|
|
344
|
+
/* max-height: 350px; */
|
|
345
|
+
min-width: 100px;
|
|
346
|
+
overflow-y: auto;
|
|
347
|
+
position: absolute;
|
|
348
|
+
top: 0;
|
|
349
|
+
z-index: 1;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.w-e-select-list ul {
|
|
353
|
+
line-height: 1;
|
|
354
|
+
list-style: none;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
.w-e-select-list ul .selected {
|
|
358
|
+
background-color: var(--w-e-toolbar-active-bg-color);
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.w-e-select-list ul li {
|
|
362
|
+
cursor: pointer;
|
|
363
|
+
padding: 7px 0 7px 25px;
|
|
364
|
+
position: relative;
|
|
365
|
+
text-align: left;
|
|
366
|
+
white-space: nowrap;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.w-e-select-list ul li:hover {
|
|
370
|
+
background-color: var(--w-e-toolbar-active-bg-color);
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.w-e-select-list ul li svg {
|
|
374
|
+
left: 0;
|
|
375
|
+
margin-left: 5px;
|
|
376
|
+
margin-top: -7px;
|
|
377
|
+
position: absolute;
|
|
378
|
+
top: 50%;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
.w-e-bar-bottom .w-e-select-list {
|
|
382
|
+
bottom: 0;
|
|
383
|
+
margin-bottom: 40px;
|
|
384
|
+
margin-top: 0;
|
|
385
|
+
top: inherit;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.w-e-drop-panel {
|
|
389
|
+
background-color: var(--w-e-toolbar-bg-color);
|
|
390
|
+
border: 1px solid var(--w-e-toolbar-border-color);
|
|
391
|
+
border-radius: 3px;
|
|
392
|
+
box-shadow: 0 2px 10px #0000001f;
|
|
393
|
+
margin-top: 40px;
|
|
394
|
+
min-width: 200px;
|
|
395
|
+
padding: 10px;
|
|
396
|
+
position: absolute;
|
|
397
|
+
top: 0;
|
|
398
|
+
z-index: 1;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.w-e-bar-bottom .w-e-drop-panel {
|
|
402
|
+
bottom: 0;
|
|
403
|
+
margin-bottom: 40px;
|
|
404
|
+
margin-top: 0;
|
|
405
|
+
top: inherit;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.w-e-modal {
|
|
409
|
+
background-color: var(--w-e-toolbar-bg-color);
|
|
410
|
+
border: 1px solid var(--w-e-toolbar-border-color);
|
|
411
|
+
border-radius: 3px;
|
|
412
|
+
box-shadow: 0 2px 10px #0000001f;
|
|
413
|
+
color: var(--w-e-toolbar-color);
|
|
414
|
+
font-size: 14px;
|
|
415
|
+
min-height: 40px;
|
|
416
|
+
min-width: 100px;
|
|
417
|
+
padding: 20px 15px 0;
|
|
418
|
+
position: absolute;
|
|
419
|
+
text-align: left;
|
|
420
|
+
z-index: 1;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.w-e-modal .btn-close {
|
|
424
|
+
cursor: pointer;
|
|
425
|
+
line-height: 1;
|
|
426
|
+
padding: 15px;
|
|
427
|
+
/* padding: 5px; */
|
|
428
|
+
position: absolute;
|
|
429
|
+
right: 8px;
|
|
430
|
+
top: 7px;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.w-e-modal .btn-close svg {
|
|
434
|
+
fill: var(--w-e-toolbar-color);
|
|
435
|
+
height: 30px;
|
|
436
|
+
width: 30px;
|
|
437
|
+
/* height: 10px;
|
|
438
|
+
width: 10px; */
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.w-e-modal .babel-container {
|
|
442
|
+
display: block;
|
|
443
|
+
margin-bottom: 15px;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.w-e-modal .babel-container span {
|
|
447
|
+
/* display: block; */
|
|
448
|
+
margin-bottom: 10px;
|
|
449
|
+
/**add*/
|
|
450
|
+
/* width: 66.5px; */
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.w-e-modal .button-container {
|
|
454
|
+
margin-bottom: 15px;
|
|
455
|
+
/**add*/
|
|
456
|
+
display: flex;
|
|
457
|
+
justify-content: flex-end;
|
|
458
|
+
margin-right: 5px;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.w-e-modal button {
|
|
462
|
+
background-color: var(--w-e-modal-button-bg-color);
|
|
463
|
+
border: 1px solid var(--w-e-modal-button-border-color);
|
|
464
|
+
border-radius: 4px;
|
|
465
|
+
color: var(--w-e-toolbar-color);
|
|
466
|
+
cursor: pointer;
|
|
467
|
+
font-weight: 400;
|
|
468
|
+
/* height: 32px; */
|
|
469
|
+
padding: 4.5px 15px;
|
|
470
|
+
text-align: center;
|
|
471
|
+
touch-action: manipulation;
|
|
472
|
+
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
473
|
+
-webkit-user-select: none;
|
|
474
|
+
-moz-user-select: none;
|
|
475
|
+
user-select: none;
|
|
476
|
+
white-space: nowrap;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
.w-e-modal input[type="number"],
|
|
480
|
+
.w-e-modal input[type="text"],
|
|
481
|
+
.w-e-modal textarea {
|
|
482
|
+
font-feature-settings: "tnum";
|
|
483
|
+
/* background-color: var(--w-e-toolbar-bg-color); */
|
|
484
|
+
/* border: 1px solid var(--w-e-modal-button-border-color); */
|
|
485
|
+
border-radius: 4px;
|
|
486
|
+
color: var(--w-e-toolbar-color);
|
|
487
|
+
font-variant: tabular-nums;
|
|
488
|
+
padding: 4.5px 11px;
|
|
489
|
+
transition: all 0.3s;
|
|
490
|
+
/* width: 100%; */
|
|
491
|
+
/**add*/
|
|
492
|
+
background: #3C3C3C;
|
|
493
|
+
/* border: 1px solid #097EFF; */
|
|
494
|
+
border: none;
|
|
495
|
+
height: 60px;
|
|
496
|
+
width: 66%;
|
|
497
|
+
margin-left: 10px;
|
|
498
|
+
caret-color: white;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
.w-e-modal textarea {
|
|
502
|
+
min-height: 60px;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
body .w-e-modal,
|
|
506
|
+
body .w-e-modal * {
|
|
507
|
+
box-sizing: border-box;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
.w-e-progress-bar {
|
|
511
|
+
background-color: var(--w-e-textarea-handler-bg-color);
|
|
512
|
+
height: 1px;
|
|
513
|
+
position: absolute;
|
|
514
|
+
transition: width 0.3s;
|
|
515
|
+
width: 0;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
.w-e-full-screen-container {
|
|
519
|
+
bottom: 0 !important;
|
|
520
|
+
display: flex !important;
|
|
521
|
+
flex-direction: column !important;
|
|
522
|
+
height: 100% !important;
|
|
523
|
+
left: 0 !important;
|
|
524
|
+
margin: 0 !important;
|
|
525
|
+
padding: 0 !important;
|
|
526
|
+
position: fixed;
|
|
527
|
+
right: 0 !important;
|
|
528
|
+
top: 0 !important;
|
|
529
|
+
width: 100% !important;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
.w-e-full-screen-container [data-w-e-textarea="true"] {
|
|
533
|
+
flex: 1 !important;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
.w-e-text-container [data-slate-editor] code {
|
|
537
|
+
background-color: var(--w-e-textarea-slight-bg-color);
|
|
538
|
+
border-radius: 3px;
|
|
539
|
+
font-family: monospace;
|
|
540
|
+
padding: 3px;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
.w-e-panel-content-color {
|
|
544
|
+
list-style: none;
|
|
545
|
+
text-align: left;
|
|
546
|
+
width: 230px;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.w-e-panel-content-color li {
|
|
550
|
+
border: 1px solid var(--w-e-toolbar-bg-color);
|
|
551
|
+
border-radius: 3px 3px;
|
|
552
|
+
cursor: pointer;
|
|
553
|
+
display: inline-block;
|
|
554
|
+
padding: 2px;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
.w-e-panel-content-color li:hover {
|
|
558
|
+
border-color: var(--w-e-toolbar-color);
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
.w-e-panel-content-color li .color-block {
|
|
562
|
+
border: 1px solid var(--w-e-toolbar-border-color);
|
|
563
|
+
border-radius: 3px 3px;
|
|
564
|
+
height: 17px;
|
|
565
|
+
width: 17px;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
.w-e-panel-content-color .active {
|
|
569
|
+
border-color: var(--w-e-toolbar-color);
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
.w-e-panel-content-color .clear {
|
|
573
|
+
line-height: 1.5;
|
|
574
|
+
margin-bottom: 5px;
|
|
575
|
+
width: 100%;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
.w-e-panel-content-color .clear svg {
|
|
579
|
+
height: 16px;
|
|
580
|
+
margin-bottom: -4px;
|
|
581
|
+
width: 16px;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
.w-e-text-container [data-slate-editor] blockquote {
|
|
585
|
+
background-color: var(--w-e-textarea-slight-bg-color);
|
|
586
|
+
border-left: 8px solid var(--w-e-textarea-selected-border-color);
|
|
587
|
+
display: block;
|
|
588
|
+
font-size: 100%;
|
|
589
|
+
line-height: 1.5;
|
|
590
|
+
margin: 10px 0;
|
|
591
|
+
padding: 10px;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
.w-e-panel-content-emotion {
|
|
595
|
+
font-size: 20px;
|
|
596
|
+
list-style: none;
|
|
597
|
+
text-align: left;
|
|
598
|
+
width: 300px;
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
.w-e-panel-content-emotion li {
|
|
602
|
+
border-radius: 3px 3px;
|
|
603
|
+
cursor: pointer;
|
|
604
|
+
display: inline-block;
|
|
605
|
+
padding: 0 5px;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
.w-e-panel-content-emotion li:hover {
|
|
609
|
+
background-color: var(--w-e-textarea-slight-bg-color);
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
.w-e-textarea-divider {
|
|
613
|
+
border-radius: 3px;
|
|
614
|
+
margin: 20px auto;
|
|
615
|
+
padding: 20px;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
.w-e-textarea-divider hr {
|
|
619
|
+
/* background-color: var(--w-e-textarea-border-color); */
|
|
620
|
+
background-color: rgba(255, 255, 255, .8);
|
|
621
|
+
border: 0;
|
|
622
|
+
display: block;
|
|
623
|
+
height: 1px;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
.w-e-text-container [data-slate-editor] pre>code {
|
|
627
|
+
background-color: var(--w-e-textarea-slight-bg-color);
|
|
628
|
+
border: 1px solid var(--w-e-textarea-slight-border-color);
|
|
629
|
+
border-radius: 4px 4px;
|
|
630
|
+
display: block;
|
|
631
|
+
font-size: 14px;
|
|
632
|
+
padding: 10px;
|
|
633
|
+
text-indent: 0;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
.w-e-text-container [data-slate-editor] .w-e-image-container {
|
|
637
|
+
display: inline-block;
|
|
638
|
+
margin: 0 10px;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
.w-e-text-container [data-slate-editor] .w-e-image-container:hover {
|
|
642
|
+
box-shadow: 0 0 0 2px var(--w-e-textarea-selected-border-color);
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
.w-e-text-container [data-slate-editor] .w-e-selected-image-container {
|
|
646
|
+
overflow: hidden;
|
|
647
|
+
position: relative;
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
.w-e-text-container [data-slate-editor] .w-e-selected-image-container .w-e-image-dragger {
|
|
651
|
+
background-color: var(--w-e-textarea-handler-bg-color);
|
|
652
|
+
height: 7px;
|
|
653
|
+
position: absolute;
|
|
654
|
+
width: 7px;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-top {
|
|
658
|
+
cursor: nwse-resize;
|
|
659
|
+
left: 0;
|
|
660
|
+
top: 0;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-top {
|
|
664
|
+
cursor: nesw-resize;
|
|
665
|
+
right: 0;
|
|
666
|
+
top: 0;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-bottom {
|
|
670
|
+
bottom: 0;
|
|
671
|
+
cursor: nesw-resize;
|
|
672
|
+
left: 0;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-bottom {
|
|
676
|
+
bottom: 0;
|
|
677
|
+
cursor: nwse-resize;
|
|
678
|
+
right: 0;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
.w-e-text-container [data-slate-editor] .w-e-selected-image-container:hover {
|
|
682
|
+
box-shadow: none;
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
.w-e-text-container [contenteditable="false"] .w-e-image-container:hover {
|
|
686
|
+
box-shadow: none;
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
.w-e-text-container [data-slate-editor] ol,
|
|
690
|
+
.w-e-text-container [data-slate-editor] ul {
|
|
691
|
+
padding-left: 20px;
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
.w-e-text-container [data-slate-editor] li {
|
|
695
|
+
line-height: inherit;
|
|
696
|
+
margin: 10px 0;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
.w-e-text-container [data-slate-editor] table {
|
|
700
|
+
border-collapse: collapse;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
.w-e-text-container [data-slate-editor] table td,
|
|
704
|
+
.w-e-text-container [data-slate-editor] table th {
|
|
705
|
+
border: 1px solid var(--w-e-textarea-border-color);
|
|
706
|
+
line-height: 1.5;
|
|
707
|
+
min-width: 50px;
|
|
708
|
+
padding: 3px 5px;
|
|
709
|
+
text-align: left;
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
.w-e-text-container [data-slate-editor] table th {
|
|
713
|
+
background-color: var(--w-e-textarea-slight-bg-color);
|
|
714
|
+
font-weight: 700;
|
|
715
|
+
text-align: center;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
.w-e-text-container [data-slate-editor] table.full-width {
|
|
719
|
+
width: 100%;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
.w-e-text-container [data-slate-editor] table.full-width td.th {
|
|
723
|
+
min-width: 0;
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
.w-e-panel-content-table {
|
|
727
|
+
background-color: var(--w-e-toolbar-bg-color);
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
.w-e-panel-content-table table {
|
|
731
|
+
border-collapse: collapse;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
.w-e-panel-content-table td {
|
|
735
|
+
border: 1px solid var(--w-e-toolbar-border-color);
|
|
736
|
+
cursor: pointer;
|
|
737
|
+
height: 15px;
|
|
738
|
+
padding: 3px 5px;
|
|
739
|
+
width: 20px;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.w-e-panel-content-table td.active {
|
|
743
|
+
background-color: var(--w-e-toolbar-active-bg-color);
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
.w-e-textarea-video-container {
|
|
747
|
+
border: 1px solid var(--w-e-textarea-border-color);
|
|
748
|
+
margin: 0 auto;
|
|
749
|
+
padding: 10px 0;
|
|
750
|
+
text-align: center;
|
|
751
|
+
width: 480px;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
.w-e-textarea-video-container iframe {
|
|
755
|
+
height: 245px;
|
|
756
|
+
width: 450px;
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
.w-e-textarea-video-container video {
|
|
760
|
+
width: 450px;
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
.w-e-text-container [data-slate-editor] pre>code {
|
|
764
|
+
word-wrap: normal;
|
|
765
|
+
font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
|
|
766
|
+
-webkit-hyphens: none;
|
|
767
|
+
hyphens: none;
|
|
768
|
+
line-height: 1.5;
|
|
769
|
+
margin: 0.5em 0;
|
|
770
|
+
overflow: auto;
|
|
771
|
+
padding: 1em;
|
|
772
|
+
-moz-tab-size: 4;
|
|
773
|
+
-o-tab-size: 4;
|
|
774
|
+
tab-size: 4;
|
|
775
|
+
text-align: left;
|
|
776
|
+
text-shadow: 0 1px #fff;
|
|
777
|
+
white-space: pre;
|
|
778
|
+
word-break: normal;
|
|
779
|
+
word-spacing: normal;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
.w-e-text-container [data-slate-editor] pre>code .token.cdata,
|
|
783
|
+
.w-e-text-container [data-slate-editor] pre>code .token.comment,
|
|
784
|
+
.w-e-text-container [data-slate-editor] pre>code .token.doctype,
|
|
785
|
+
.w-e-text-container [data-slate-editor] pre>code .token.prolog {
|
|
786
|
+
color: #708090;
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
.w-e-text-container [data-slate-editor] pre>code .token.punctuation {
|
|
790
|
+
color: #999;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
.w-e-text-container [data-slate-editor] pre>code .token.namespace {
|
|
794
|
+
opacity: 0.7;
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
.w-e-text-container [data-slate-editor] pre>code .token.boolean,
|
|
798
|
+
.w-e-text-container [data-slate-editor] pre>code .token.constant,
|
|
799
|
+
.w-e-text-container [data-slate-editor] pre>code .token.deleted,
|
|
800
|
+
.w-e-text-container [data-slate-editor] pre>code .token.number,
|
|
801
|
+
.w-e-text-container [data-slate-editor] pre>code .token.property,
|
|
802
|
+
.w-e-text-container [data-slate-editor] pre>code .token.symbol,
|
|
803
|
+
.w-e-text-container [data-slate-editor] pre>code .token.tag {
|
|
804
|
+
color: #905;
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
.w-e-text-container [data-slate-editor] pre>code .token.attr-name,
|
|
808
|
+
.w-e-text-container [data-slate-editor] pre>code .token.builtin,
|
|
809
|
+
.w-e-text-container [data-slate-editor] pre>code .token.char,
|
|
810
|
+
.w-e-text-container [data-slate-editor] pre>code .token.inserted,
|
|
811
|
+
.w-e-text-container [data-slate-editor] pre>code .token.selector,
|
|
812
|
+
.w-e-text-container [data-slate-editor] pre>code .token.string {
|
|
813
|
+
color: #690;
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
.w-e-text-container [data-slate-editor] pre>code .language-css .token.string,
|
|
817
|
+
.w-e-text-container [data-slate-editor] pre>code .style .token.string,
|
|
818
|
+
.w-e-text-container [data-slate-editor] pre>code .token.entity,
|
|
819
|
+
.w-e-text-container [data-slate-editor] pre>code .token.operator,
|
|
820
|
+
.w-e-text-container [data-slate-editor] pre>code .token.url {
|
|
821
|
+
color: #9a6e3a;
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
.w-e-text-container [data-slate-editor] pre>code .token.atrule,
|
|
825
|
+
.w-e-text-container [data-slate-editor] pre>code .token.attr-value,
|
|
826
|
+
.w-e-text-container [data-slate-editor] pre>code .token.keyword {
|
|
827
|
+
color: #07a;
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
.w-e-text-container [data-slate-editor] pre>code .token.class-name,
|
|
831
|
+
.w-e-text-container [data-slate-editor] pre>code .token.function {
|
|
832
|
+
color: #dd4a68;
|
|
833
|
+
}
|
|
834
|
+
|
|
835
|
+
.w-e-text-container [data-slate-editor] pre>code .token.important,
|
|
836
|
+
.w-e-text-container [data-slate-editor] pre>code .token.regex,
|
|
837
|
+
.w-e-text-container [data-slate-editor] pre>code .token.variable {
|
|
838
|
+
color: #e90;
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
.w-e-text-container [data-slate-editor] pre>code .token.bold,
|
|
842
|
+
.w-e-text-container [data-slate-editor] pre>code .token.important {
|
|
843
|
+
font-weight: 700;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
.w-e-text-container [data-slate-editor] pre>code .token.italic {
|
|
847
|
+
font-style: italic;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
.w-e-text-container [data-slate-editor] pre>code .token.entity {
|
|
851
|
+
cursor: help;
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
/**add*/
|
|
855
|
+
.w-e-bar-item-group:hover .w-e-bar-item-menus-container {
|
|
856
|
+
display: none;
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
.w-e-bar-item-group.show-item-menus-dy .w-e-bar-item-menus-container {
|
|
860
|
+
display: block;
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
.w-e-bar[type="bottom"] .w-e-select-list {
|
|
864
|
+
transform: translateY(calc(-100% - 40px)) !important;
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
.w-e-bar[type="bottom"] .w-e-bar-item-menus-container {
|
|
868
|
+
transform: translateY(calc(-100% - 40px)) !important;
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
.w-e-bar[type="bottom"] .w-e-drop-panel {
|
|
872
|
+
transform: translateY(calc(-100% - 40px)) !important;
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
.w-e-hover-bar .w-e-bar-item .w-e-menu-tooltip-v5 svg {
|
|
876
|
+
height: 21px;
|
|
877
|
+
width: 21px;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
.w-e-hover-bar .w-e-bar-item button {
|
|
881
|
+
font-size: 20px;
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
.w-e-hover-bar .w-e-bar-item .w-e-menu-tooltip-v5:before {
|
|
885
|
+
font-size: 18px;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
.w-e-modal {
|
|
889
|
+
height: min-content;
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
.w-e-modal input[type="text"]:focus {
|
|
893
|
+
border: 1px solid #097EFF;
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
.w-e-modal textarea:focus {
|
|
897
|
+
border: 1px solid #097EFF;
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
.w-e-bar .w-e-bar-item .w-e-select-list ul li[class="selected"]>svg {
|
|
901
|
+
margin-left: 20px;
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
.w-e-select-list ul li span {
|
|
905
|
+
margin-left: 16px;
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
.w-e-bar .w-e-bar-item[data-tooltip="对齐方式"] .w-e-bar-item-menus-container .w-e-bar-item {
|
|
909
|
+
display: flex;
|
|
910
|
+
justify-content: left;
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
.w-e-modal button[disabled='true'] {
|
|
914
|
+
background-color: #686869;
|
|
915
|
+
border: none;
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
.w-e-modal button[disabled='true']:hover {
|
|
919
|
+
cursor: not-allowed;
|
|
920
|
+
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
.w-e-bar .w-e-bar-item .select-button[data-tooltip="行高"] {
|
|
924
|
+
width: 45px;
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
.w-e-bar-item button[data-tooltip="描边宽度"],
|
|
928
|
+
.w-e-bar-item button[data-tooltip="字体"],
|
|
929
|
+
.w-e-bar-item button[data-tooltip="字号"],
|
|
930
|
+
.w-e-bar-item button[data-tooltip="行高"] {
|
|
931
|
+
padding: 0;
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
.w-e-bar-item button[data-tooltip="超链接"] {
|
|
935
|
+
padding-right: 8px;
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
/* .w-e-bar-item button[data-tooltip="文字颜色"],
|
|
939
|
+
.w-e-bar-item button[data-tooltip="背景色"],
|
|
940
|
+
.w-e-bar-item button[data-tooltip="描边颜色"],
|
|
941
|
+
.w-e-bar-item button[data-tooltip="对齐方式"],
|
|
942
|
+
.w-e-bar-item button[data-tooltip="缩进设置"],
|
|
943
|
+
.w-e-bar-item button[data-tooltip="上传图片"] {
|
|
944
|
+
padding: 0 5px;
|
|
945
|
+
} */
|