coolcare-lite-scada-component 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -0
- package/es/app.js +52 -0
- package/es/componentIndex.js +7 -0
- package/es/components/BoxShadowPicker/index.css +22 -0
- package/es/components/BoxShadowPicker/index.js +114 -0
- package/es/components/BoxShadowPicker/index.less.d.ts +9 -0
- package/es/components/Button/index.js +6 -0
- package/es/components/ColorPalette/index.js +12 -0
- package/es/components/ColorPicker/index.css +38 -0
- package/es/components/ColorPicker/index.js +103 -0
- package/es/components/ColorPicker/util.js +31 -0
- package/es/components/DeviceSelect/DeviceTable.js +320 -0
- package/es/components/DeviceSelect/index.css +6 -0
- package/es/components/DeviceSelect/index.js +112 -0
- package/es/components/DialogExpression/ImagePicker/index.css +13 -0
- package/es/components/DialogExpression/ImagePicker/index.js +44 -0
- package/es/components/DialogExpression/index.css +9 -0
- package/es/components/DialogExpression/index.js +270 -0
- package/es/components/DialogHistory/index.css +10 -0
- package/es/components/DialogHistory/index.js +383 -0
- package/es/components/DialogIconPicker/data.js +179 -0
- package/es/components/DialogIconPicker/index.css +30 -0
- package/es/components/DialogIconPicker/index.js +101 -0
- package/es/components/DialogImagePicker/Gallery/index.css +0 -0
- package/es/components/DialogImagePicker/Gallery/index.js +96 -0
- package/es/components/DialogImagePicker/GroupPanel/index.css +3 -0
- package/es/components/DialogImagePicker/GroupPanel/index.js +89 -0
- package/es/components/DialogImagePicker/index.css +25 -0
- package/es/components/DialogImagePicker/index.js +85 -0
- package/es/components/DialogPointWrite/PointItem.js +91 -0
- package/es/components/DialogPointWrite/index.js +124 -0
- package/es/components/ECharts/index.css +5 -0
- package/es/components/ECharts/index.js +94 -0
- package/es/components/ExpressionFormat/index.css +22 -0
- package/es/components/ExpressionFormat/index.js +50 -0
- package/es/components/FontFamilySelect/index.js +25 -0
- package/es/components/FontFamilySelect/list.js +2194 -0
- package/es/components/FontStyleForm/index.css +3 -0
- package/es/components/FontStyleForm/index.js +170 -0
- package/es/components/FormBindPoint/FreedomScene.js +207 -0
- package/es/components/FormBindPoint/ProductionOrDeviceScene.js +172 -0
- package/es/components/FormBindPoint/index.css +0 -0
- package/es/components/FormBindPoint/index.js +17 -0
- package/es/components/FormIconSelect/index.js +62 -0
- package/es/components/FormNodeData/index.js +82 -0
- package/es/components/FormNodeData/utils/valueUtil.js +8 -0
- package/es/components/Icon/index.js +6 -0
- package/es/components/ImageUploader/index.js +172 -0
- package/es/components/LockBtn/index.css +4 -0
- package/es/components/LockBtn/index.js +45 -0
- package/es/components/Margin_Padding/index.css +3 -0
- package/es/components/Margin_Padding/index.js +155 -0
- package/es/components/MouseTooltip/index.css +7 -0
- package/es/components/MouseTooltip/index.js +57 -0
- package/es/components/NeedBindPointHint/index.css +12 -0
- package/es/components/NeedBindPointHint/index.js +15 -0
- package/es/components/PaddingPicker/index.css +22 -0
- package/es/components/PaddingPicker/index.js +95 -0
- package/es/components/PageLoading/index.css +29 -0
- package/es/components/PageLoading/index.js +30 -0
- package/es/components/PointEnumNameFormat/index.css +4 -0
- package/es/components/PointEnumNameFormat/index.js +9 -0
- package/es/components/PointInfoTip/index.css +3 -0
- package/es/components/PointInfoTip/index.js +193 -0
- package/es/components/PointSelect/DevicePointTable.js +128 -0
- package/es/components/PointSelect/ProductPointTable.js +98 -0
- package/es/components/PointSelect/index.css +9 -0
- package/es/components/PointSelect/index.js +278 -0
- package/es/components/Prompt/index.js +126 -0
- package/es/components/SliderWithInput/index.css +11 -0
- package/es/components/SliderWithInput/index.js +67 -0
- package/es/components/Switch/index.js +69 -0
- package/es/components/TranslateButton/index.js +26 -0
- package/es/constant.js +16 -0
- package/es/edge/EdgeLinePort/PropsSet/Flow.js +173 -0
- package/es/edge/EdgeLinePort/PropsSet/Line.js +73 -0
- package/es/edge/EdgeLinePort/PropsSet/Marker.js +81 -0
- package/es/edge/EdgeLinePort/PropsSet/index.js +25 -0
- package/es/edge/EdgeLinePort/index.js +91 -0
- package/es/edge/EdgePipe/PropsSet/Flow.js +173 -0
- package/es/edge/EdgePipe/PropsSet/Pipe.js +73 -0
- package/es/edge/EdgePipe/PropsSet/index.js +34 -0
- package/es/edge/EdgePipe/index.css +10 -0
- package/es/edge/EdgePipe/index.js +181 -0
- package/es/edge/register.js +6 -0
- package/es/element/BasicShape/Circle/index.js +81 -0
- package/es/element/BasicShape/CommentBox/index.js +77 -0
- package/es/element/BasicShape/CommentBox2/index.js +78 -0
- package/es/element/BasicShape/Ellipse/index.js +80 -0
- package/es/element/BasicShape/Heart/index.js +75 -0
- package/es/element/BasicShape/Lightning/index.js +75 -0
- package/es/element/BasicShape/PropsForm/index.css +0 -0
- package/es/element/BasicShape/PropsForm/index.js +80 -0
- package/es/element/BasicShape/Rectangle/index.js +78 -0
- package/es/element/BasicShape/Star/index.js +75 -0
- package/es/element/BorderBox/BorderBox1/Component.js +74 -0
- package/es/element/BorderBox/BorderBox1/index.css +27 -0
- package/es/element/BorderBox/BorderBox1/index.js +51 -0
- package/es/element/BorderBox/BorderBox10/Component.js +61 -0
- package/es/element/BorderBox/BorderBox10/index.css +28 -0
- package/es/element/BorderBox/BorderBox10/index.js +51 -0
- package/es/element/BorderBox/BorderBox12/Component.js +109 -0
- package/es/element/BorderBox/BorderBox12/index.css +17 -0
- package/es/element/BorderBox/BorderBox12/index.js +51 -0
- package/es/element/BorderBox/BorderBox13/Component.js +55 -0
- package/es/element/BorderBox/BorderBox13/index.css +17 -0
- package/es/element/BorderBox/BorderBox13/index.js +51 -0
- package/es/element/BorderBox/BorderBox2/Component.js +65 -0
- package/es/element/BorderBox/BorderBox2/index.css +21 -0
- package/es/element/BorderBox/BorderBox2/index.js +51 -0
- package/es/element/BorderBox/BorderBox3/Component.js +55 -0
- package/es/element/BorderBox/BorderBox3/index.css +26 -0
- package/es/element/BorderBox/BorderBox3/index.js +51 -0
- package/es/element/BorderBox/BorderBox4/Component.js +81 -0
- package/es/element/BorderBox/BorderBox4/index.css +66 -0
- package/es/element/BorderBox/BorderBox4/index.js +51 -0
- package/es/element/BorderBox/BorderBox5/Component.js +65 -0
- package/es/element/BorderBox/BorderBox5/index.css +35 -0
- package/es/element/BorderBox/BorderBox5/index.js +51 -0
- package/es/element/BorderBox/BorderBox6/Component.js +95 -0
- package/es/element/BorderBox/BorderBox6/index.css +21 -0
- package/es/element/BorderBox/BorderBox6/index.js +51 -0
- package/es/element/BorderBox/BorderBox7/Component.js +70 -0
- package/es/element/BorderBox/BorderBox7/index.css +27 -0
- package/es/element/BorderBox/BorderBox7/index.js +51 -0
- package/es/element/BorderBox/BorderBox8/Component.js +113 -0
- package/es/element/BorderBox/BorderBox8/index.css +17 -0
- package/es/element/BorderBox/BorderBox8/index.js +51 -0
- package/es/element/BorderBox/BorderBox9/Component.js +137 -0
- package/es/element/BorderBox/BorderBox9/index.css +17 -0
- package/es/element/BorderBox/BorderBox9/index.js +51 -0
- package/es/element/BorderBox/PropsSet/ColorSet.js +60 -0
- package/es/element/BorderBox/PropsSet/index.js +21 -0
- package/es/element/BorderBox/util/index.js +7 -0
- package/es/element/BorderBox/util/typings.d.ts +9 -0
- package/es/element/Decoration/Decoration1/Component.js +126 -0
- package/es/element/Decoration/Decoration1/index.css +7 -0
- package/es/element/Decoration/Decoration1/index.js +51 -0
- package/es/element/Decoration/Decoration10/Component.js +171 -0
- package/es/element/Decoration/Decoration10/index.css +5 -0
- package/es/element/Decoration/Decoration10/index.js +51 -0
- package/es/element/Decoration/Decoration2/Component.js +81 -0
- package/es/element/Decoration/Decoration2/index.css +10 -0
- package/es/element/Decoration/Decoration2/index.js +51 -0
- package/es/element/Decoration/Decoration3/Component.js +81 -0
- package/es/element/Decoration/Decoration3/index.css +7 -0
- package/es/element/Decoration/Decoration3/index.js +51 -0
- package/es/element/Decoration/Decoration4/Component.js +54 -0
- package/es/element/Decoration/Decoration4/index.css +43 -0
- package/es/element/Decoration/Decoration4/index.js +51 -0
- package/es/element/Decoration/Decoration5/Component.js +86 -0
- package/es/element/Decoration/Decoration5/index.css +4 -0
- package/es/element/Decoration/Decoration5/index.js +51 -0
- package/es/element/Decoration/Decoration6/Component.js +120 -0
- package/es/element/Decoration/Decoration6/index.css +7 -0
- package/es/element/Decoration/Decoration6/index.js +51 -0
- package/es/element/Decoration/Decoration8/Component.js +62 -0
- package/es/element/Decoration/Decoration8/index.css +5 -0
- package/es/element/Decoration/Decoration8/index.js +51 -0
- package/es/element/Decoration/PropsSet/ColorSet.js +60 -0
- package/es/element/Decoration/PropsSet/index.js +21 -0
- package/es/element/Decoration/util/index.js +33 -0
- package/es/element/Decoration/util/typings.d.ts +9 -0
- package/es/element/EleButton/Component.js +49 -0
- package/es/element/EleButton/PropsSet/TextPropsSet/index.js +27 -0
- package/es/element/EleButton/PropsSet/index.js +25 -0
- package/es/element/EleButton/index.css +15 -0
- package/es/element/EleButton/index.js +66 -0
- package/es/element/EleClock/Component.js +60 -0
- package/es/element/EleClock/PropsSet/index.js +46 -0
- package/es/element/EleClock/index.css +7 -0
- package/es/element/EleClock/index.js +55 -0
- package/es/element/EleContainer/Component.js +22 -0
- package/es/element/EleContainer/PropsSet/OtherPropsSet/index.js +63 -0
- package/es/element/EleContainer/PropsSet/index.js +29 -0
- package/es/element/EleContainer/index.css +4 -0
- package/es/element/EleContainer/index.js +54 -0
- package/es/element/EleDeviceName/Component.js +81 -0
- package/es/element/EleDeviceName/PropsSet/FormBindDevice/index.js +52 -0
- package/es/element/EleDeviceName/PropsSet/index.js +26 -0
- package/es/element/EleDeviceName/index.css +11 -0
- package/es/element/EleDeviceName/index.js +57 -0
- package/es/element/EleDeviceState/Component.js +103 -0
- package/es/element/EleDeviceState/PropsSet/FormBindDevice/index.js +53 -0
- package/es/element/EleDeviceState/PropsSet/index.js +26 -0
- package/es/element/EleDeviceState/index.css +13 -0
- package/es/element/EleDeviceState/index.js +62 -0
- package/es/element/EleDeviceUpdateTime/Component.js +94 -0
- package/es/element/EleDeviceUpdateTime/PropsSet/FormBindDateFormat/index.js +32 -0
- package/es/element/EleDeviceUpdateTime/PropsSet/FormBindDevice/index.js +52 -0
- package/es/element/EleDeviceUpdateTime/PropsSet/index.js +27 -0
- package/es/element/EleDeviceUpdateTime/index.css +9 -0
- package/es/element/EleDeviceUpdateTime/index.js +57 -0
- package/es/element/EleFan/Component.js +74 -0
- package/es/element/EleFan/PropsSet/FormBindDevice/index.js +46 -0
- package/es/element/EleFan/PropsSet/FormBindPoint/FaultQuestion.js +18 -0
- package/es/element/EleFan/PropsSet/FormBindPoint/FrostQuestion.js +18 -0
- package/es/element/EleFan/PropsSet/FormBindPoint/RefrigerationQuestion.js +18 -0
- package/es/element/EleFan/PropsSet/FormBindPoint/SwitchQuestion.js +12 -0
- package/es/element/EleFan/PropsSet/FormBindPoint/index.js +519 -0
- package/es/element/EleFan/PropsSet/index.js +66 -0
- package/es/element/EleFan/Tooltip.js +8 -0
- package/es/element/EleFan/index.css +25 -0
- package/es/element/EleFan/index.js +113 -0
- package/es/element/EleFanBySvg/PropsSet/FormBindPoint/FaultQuestion.js +18 -0
- package/es/element/EleFanBySvg/PropsSet/FormBindPoint/FrostQuestion.js +18 -0
- package/es/element/EleFanBySvg/PropsSet/FormBindPoint/RefrigerationQuestion.js +18 -0
- package/es/element/EleFanBySvg/PropsSet/FormBindPoint/SwitchQuestion.js +12 -0
- package/es/element/EleFanBySvg/PropsSet/FormBindPoint/index.js +473 -0
- package/es/element/EleFanBySvg/PropsSet/index.js +25 -0
- package/es/element/EleFanBySvg/Tooltip.js +8 -0
- package/es/element/EleFanBySvg/index.js +320 -0
- package/es/element/EleGauge/Component.js +128 -0
- package/es/element/EleGauge/PropsSet/OtherPropsSet/index.js +92 -0
- package/es/element/EleGauge/PropsSet/index.js +29 -0
- package/es/element/EleGauge/index.css +7 -0
- package/es/element/EleGauge/index.js +66 -0
- package/es/element/EleIcon/Component.js +53 -0
- package/es/element/EleIcon/PropsSet/IconPropsSet/index.js +105 -0
- package/es/element/EleIcon/PropsSet/index.js +29 -0
- package/es/element/EleIcon/index.css +13 -0
- package/es/element/EleIcon/index.js +58 -0
- package/es/element/EleImage/PropsSet/ImagePropsSet/index.js +56 -0
- package/es/element/EleImage/PropsSet/index.js +21 -0
- package/es/element/EleImage/index.js +61 -0
- package/es/element/EleIndicatorLight/Component.js +57 -0
- package/es/element/EleIndicatorLight/PropsSet/ColorPropsSet/index.js +63 -0
- package/es/element/EleIndicatorLight/PropsSet/index.js +29 -0
- package/es/element/EleIndicatorLight/index.css +4 -0
- package/es/element/EleIndicatorLight/index.js +66 -0
- package/es/element/ElePointImage/Component.js +60 -0
- package/es/element/ElePointImage/PropsSet/ImagePropsSet/index.js +84 -0
- package/es/element/ElePointImage/PropsSet/index.js +29 -0
- package/es/element/ElePointImage/index.css +9 -0
- package/es/element/ElePointImage/index.js +58 -0
- package/es/element/ElePointList/Component.js +142 -0
- package/es/element/ElePointList/PropsSet/index.js +25 -0
- package/es/element/ElePointList/index.css +22 -0
- package/es/element/ElePointList/index.js +67 -0
- package/es/element/ElePointState/Component.js +71 -0
- package/es/element/ElePointState/PropsSet/IconPropsSet/index.js +140 -0
- package/es/element/ElePointState/PropsSet/index.js +29 -0
- package/es/element/ElePointState/index.css +10 -0
- package/es/element/ElePointState/index.js +60 -0
- package/es/element/ElePointValue/Component.js +79 -0
- package/es/element/ElePointValue/PropsSet/GlobalPropSet/index.js +60 -0
- package/es/element/ElePointValue/PropsSet/TitlePropsSet/index.js +42 -0
- package/es/element/ElePointValue/PropsSet/UnitPropsSet/index.js +54 -0
- package/es/element/ElePointValue/PropsSet/ValuePropsSet/index.js +119 -0
- package/es/element/ElePointValue/PropsSet/index.js +41 -0
- package/es/element/ElePointValue/index.css +30 -0
- package/es/element/ElePointValue/index.js +63 -0
- package/es/element/EleShine/Component.js +61 -0
- package/es/element/EleShine/PropsSet/OtherPropsSet/index.js +63 -0
- package/es/element/EleShine/PropsSet/index.js +29 -0
- package/es/element/EleShine/index.css +15 -0
- package/es/element/EleShine/index.js +70 -0
- package/es/element/EleState/Tooltip.js +8 -0
- package/es/element/EleState/index.js +115 -0
- package/es/element/EleSvg/index.js +35 -0
- package/es/element/EleSwitch/Component.js +66 -0
- package/es/element/EleSwitch/PropsSet/OtherPropsSet/index.js +49 -0
- package/es/element/EleSwitch/PropsSet/index.js +25 -0
- package/es/element/EleSwitch/index.css +6 -0
- package/es/element/EleSwitch/index.js +62 -0
- package/es/element/EleText/Component.js +19 -0
- package/es/element/EleText/index.css +6 -0
- package/es/element/EleText/index.js +69 -0
- package/es/element/PipeNodes/NodeBL/index.js +74 -0
- package/es/element/PipeNodes/NodeBR/index.js +75 -0
- package/es/element/PipeNodes/NodeBottom/index.js +82 -0
- package/es/element/PipeNodes/NodeCenter/index.js +89 -0
- package/es/element/PipeNodes/NodeHorizontal/index.js +72 -0
- package/es/element/PipeNodes/NodeLeft/index.js +81 -0
- package/es/element/PipeNodes/NodeRight/index.js +81 -0
- package/es/element/PipeNodes/NodeTL/index.js +74 -0
- package/es/element/PipeNodes/NodeTL.TEMP/index.js +151 -0
- package/es/element/PipeNodes/NodeTR/index.js +74 -0
- package/es/element/PipeNodes/NodeTop/index.js +81 -0
- package/es/element/PipeNodes/NodeVertical/index.js +72 -0
- package/es/element/PipeNodes/portStyle.js +18 -0
- package/es/element/PointCard/PointCard1/Component.js +97 -0
- package/es/element/PointCard/PointCard1/PropsSet/IconPropsSet/index.js +147 -0
- package/es/element/PointCard/PointCard1/PropsSet/PointValuePropsSet/index.js +120 -0
- package/es/element/PointCard/PointCard1/PropsSet/TitlePropsSet/index.js +43 -0
- package/es/element/PointCard/PointCard1/PropsSet/index.js +37 -0
- package/es/element/PointCard/PointCard1/index.css +44 -0
- package/es/element/PointCard/PointCard1/index.js +88 -0
- package/es/element/PointCard/PointCard2/Component/PointItem.js +87 -0
- package/es/element/PointCard/PointCard2/Component/PointItemPlaceholder.js +33 -0
- package/es/element/PointCard/PointCard2/Component/index.css +30 -0
- package/es/element/PointCard/PointCard2/Component/index.js +53 -0
- package/es/element/PointCard/PointCard2/PropsSet/GlobalPropSet/index.js +14 -0
- package/es/element/PointCard/PointCard2/PropsSet/IconPropsSet/index.js +32 -0
- package/es/element/PointCard/PointCard2/PropsSet/PointItemSetDrawer/index.css +7 -0
- package/es/element/PointCard/PointCard2/PropsSet/PointItemSetDrawer/index.js +175 -0
- package/es/element/PointCard/PointCard2/PropsSet/TitlePropsSet/index.js +31 -0
- package/es/element/PointCard/PointCard2/PropsSet/index.js +52 -0
- package/es/element/PointCard/PointCard2/index.js +79 -0
- package/es/element/PointCard/PointCard3/Component.js +107 -0
- package/es/element/PointCard/PointCard3/PropsSet/IconPropsSet/index.js +178 -0
- package/es/element/PointCard/PointCard3/PropsSet/TitlePropsSet/index.js +43 -0
- package/es/element/PointCard/PointCard3/PropsSet/index.js +33 -0
- package/es/element/PointCard/PointCard3/index.css +26 -0
- package/es/element/PointCard/PointCard3/index.js +79 -0
- package/es/element/PointCard/PointListCard/Component.js +169 -0
- package/es/element/PointCard/PointListCard/PropsSet/GlobalPropSet/index.js +14 -0
- package/es/element/PointCard/PointListCard/PropsSet/LabelPropsSet/index.js +31 -0
- package/es/element/PointCard/PointListCard/PropsSet/TitlePropsSet/index.js +43 -0
- package/es/element/PointCard/PointListCard/PropsSet/ValuePropsSet/index.js +31 -0
- package/es/element/PointCard/PointListCard/PropsSet/index.js +41 -0
- package/es/element/PointCard/PointListCard/index.css +24 -0
- package/es/element/PointCard/PointListCard/index.js +87 -0
- package/es/element/PointControl/PointControl1/Component.js +110 -0
- package/es/element/PointControl/PointControl1/PropsSet/GlobalPropsSet/index.js +16 -0
- package/es/element/PointControl/PointControl1/PropsSet/PointValuePropsSet/index.js +31 -0
- package/es/element/PointControl/PointControl1/PropsSet/TitlePropsSet/index.js +43 -0
- package/es/element/PointControl/PointControl1/PropsSet/index.js +33 -0
- package/es/element/PointControl/PointControl1/index.css +21 -0
- package/es/element/PointControl/PointControl1/index.js +83 -0
- package/es/element/PointControl/PointControl3/Component.js +123 -0
- package/es/element/PointControl/PointControl3/PropsSet/IconPropsSet/index.js +147 -0
- package/es/element/PointControl/PointControl3/PropsSet/SubTitlePropsSet/index.js +53 -0
- package/es/element/PointControl/PointControl3/PropsSet/SwitchPropsSet/index.js +49 -0
- package/es/element/PointControl/PointControl3/PropsSet/TitlePropsSet/index.js +43 -0
- package/es/element/PointControl/PointControl3/PropsSet/index.js +41 -0
- package/es/element/PointControl/PointControl3/index.css +8 -0
- package/es/element/PointControl/PointControl3/index.js +94 -0
- package/es/element/nodeBase.js +48 -0
- package/es/element/reactShapeBase.js +47 -0
- package/es/element/register.js +131 -0
- package/es/element/type.d.ts +143 -0
- package/es/element/utils/getValueByExpression.js +22 -0
- package/es/element/utils/handleEleEvent.js +60 -0
- package/es/element/utils/index.js +4 -0
- package/es/element/utils/pointWrite.js +197 -0
- package/es/element/utils/shapeReactComponentShouldUpdate.js +7 -0
- package/es/global.css +162 -0
- package/es/graph/graphCore.js +501 -0
- package/es/graph/tools/ToolTipTool.js +139 -0
- package/es/graph/tools/registerX6Tool.js +1 -0
- package/es/hooks/index.js +7 -0
- package/es/hooks/useCMDKey.js +19 -0
- package/es/hooks/useEleEventHandle.js +36 -0
- package/es/hooks/useFirstMountState.js +9 -0
- package/es/hooks/useForceUpdate.js +23 -0
- package/es/hooks/useMittNamespace.js +7 -0
- package/es/hooks/usePointWatch.js +30 -0
- package/es/hooks/useQuery.js +6 -0
- package/es/models/useEditor.js +185 -0
- package/es/models/useElePanel.js +23 -0
- package/es/pages/display/Player/index.css +15 -0
- package/es/pages/display/Player/index.js +434 -0
- package/es/pages/display/components/Empty/index.css +9 -0
- package/es/pages/display/components/Empty/index.js +22 -0
- package/es/pages/display/components/Tools/index.js +86 -0
- package/es/pages/display/index.css +4 -0
- package/es/pages/display/index.js +231 -0
- package/es/pages/document.ejs +77 -0
- package/es/pages/editor/Palette/PaletteDropdown/index.css +9 -0
- package/es/pages/editor/Palette/PaletteDropdown/index.js +178 -0
- package/es/pages/editor/Palette/index.css +13 -0
- package/es/pages/editor/Palette/index.js +86 -0
- package/es/pages/editor/PanelLeft/BasicShapeList/index.js +32 -0
- package/es/pages/editor/PanelLeft/BasicShapeList/listData.js +63 -0
- package/es/pages/editor/PanelLeft/BorderBoxEleList/index.css +9 -0
- package/es/pages/editor/PanelLeft/BorderBoxEleList/index.js +19 -0
- package/es/pages/editor/PanelLeft/BorderBoxEleList/index.less.d.ts +7 -0
- package/es/pages/editor/PanelLeft/BorderBoxEleList/listData.js +49 -0
- package/es/pages/editor/PanelLeft/DecorationEleList/index.css +12 -0
- package/es/pages/editor/PanelLeft/DecorationEleList/index.js +21 -0
- package/es/pages/editor/PanelLeft/DecorationEleList/index.less.d.ts +7 -0
- package/es/pages/editor/PanelLeft/DecorationEleList/listData.js +65 -0
- package/es/pages/editor/PanelLeft/GroupManageDialog/index.css +32 -0
- package/es/pages/editor/PanelLeft/GroupManageDialog/index.js +300 -0
- package/es/pages/editor/PanelLeft/ImgConfigDialog/index.css +0 -0
- package/es/pages/editor/PanelLeft/ImgConfigDialog/index.js +220 -0
- package/es/pages/editor/PanelLeft/ImgGroup/index.css +62 -0
- package/es/pages/editor/PanelLeft/ImgGroup/index.js +317 -0
- package/es/pages/editor/PanelLeft/MetaEleList/index.js +37 -0
- package/es/pages/editor/PanelLeft/MetaEleList/listData.js +88 -0
- package/es/pages/editor/PanelLeft/MineImgGroup/index.css +0 -0
- package/es/pages/editor/PanelLeft/MineImgGroup/index.js +163 -0
- package/es/pages/editor/PanelLeft/PipeEleList/index.css +0 -0
- package/es/pages/editor/PanelLeft/PipeEleList/index.js +33 -0
- package/es/pages/editor/PanelLeft/PipeEleList/listData.js +69 -0
- package/es/pages/editor/PanelLeft/PointCardEleList/index.js +31 -0
- package/es/pages/editor/PanelLeft/PointCardEleList/listData.js +37 -0
- package/es/pages/editor/PanelLeft/RecommendEleList/index.js +37 -0
- package/es/pages/editor/PanelLeft/RecommendEleList/listData.js +27 -0
- package/es/pages/editor/PanelLeft/SystemImgGroupList/index.css +6 -0
- package/es/pages/editor/PanelLeft/SystemImgGroupList/index.js +119 -0
- package/es/pages/editor/PanelLeft/index.css +100 -0
- package/es/pages/editor/PanelLeft/index.js +200 -0
- package/es/pages/editor/PanelLeft/index.less.d.ts +11 -0
- package/es/pages/editor/PanelRight/components/FormBindEvent/index.js +202 -0
- package/es/pages/editor/PanelRight/components/FormEleBorderStyle/index.js +145 -0
- package/es/pages/editor/PanelRight/components/FormEleLayout/index.css +8 -0
- package/es/pages/editor/PanelRight/components/FormEleLayout/index.js +214 -0
- package/es/pages/editor/PanelRight/components/FormElePadding/index.js +11 -0
- package/es/pages/editor/PanelRight/components/FormFillStyle/index.js +92 -0
- package/es/pages/editor/PanelRight/components/FormFontStyle/index.js +186 -0
- package/es/pages/editor/PanelRight/components/FormLayer/index.js +222 -0
- package/es/pages/editor/PanelRight/index.css +26 -0
- package/es/pages/editor/PanelRight/index.js +164 -0
- package/es/pages/editor/PanelRight/index.less.d.ts +7 -0
- package/es/pages/editor/PanelTop/FullScreen/index.js +31 -0
- package/es/pages/editor/PanelTop/HistoryControl/index.js +78 -0
- package/es/pages/editor/PanelTop/HotKeyDescribe/index.css +35 -0
- package/es/pages/editor/PanelTop/HotKeyDescribe/index.js +114 -0
- package/es/pages/editor/PanelTop/HotKeyDescribe/index.less.d.ts +10 -0
- package/es/pages/editor/PanelTop/Save/index.js +179 -0
- package/es/pages/editor/PanelTop/ZoomControl/index.css +0 -0
- package/es/pages/editor/PanelTop/ZoomControl/index.js +100 -0
- package/es/pages/editor/PanelTop/index.css +57 -0
- package/es/pages/editor/PanelTop/index.js +321 -0
- package/es/pages/editor/index.css +39 -0
- package/es/pages/editor/index.js +298 -0
- package/es/provider/index.js +2 -0
- package/es/provider/mittMeat.js +4 -0
- package/es/services/common/Uploader.js +45 -0
- package/es/services/common/index.js +8 -0
- package/es/services/common/typings.d.ts +15 -0
- package/es/services/gateway/CompanyConfiguration.js +87 -0
- package/es/services/gateway/Device.js +437 -0
- package/es/services/gateway/DeviceAuthorizationApply.js +111 -0
- package/es/services/gateway/DeviceGroup.js +137 -0
- package/es/services/gateway/Gateway.js +442 -0
- package/es/services/gateway/GatewayGroup.js +112 -0
- package/es/services/gateway/Point.js +137 -0
- package/es/services/gateway/UserDevice.js +112 -0
- package/es/services/gateway/index.js +22 -0
- package/es/services/gateway/typings.d.ts +1674 -0
- package/es/services/master/Func.js +33 -0
- package/es/services/master/Role.js +153 -0
- package/es/services/master/User.js +244 -0
- package/es/services/master/index.js +12 -0
- package/es/services/master/typings.d.ts +362 -0
- package/es/services/product/ConfigurationImg.js +87 -0
- package/es/services/product/ConfigurationImgGroup.js +87 -0
- package/es/services/product/DeviceType.js +37 -0
- package/es/services/product/Identifier.js +33 -0
- package/es/services/product/PointEnum.js +87 -0
- package/es/services/product/PointGroup.js +112 -0
- package/es/services/product/Product.js +351 -0
- package/es/services/product/ProductCompany.js +183 -0
- package/es/services/product/index.js +22 -0
- package/es/services/product/typings.d.ts +1045 -0
- package/es/services/project/ProjectGateway.js +62 -0
- package/es/services/project/ProjectResource.js +205 -0
- package/es/services/project/ProjectRole.js +302 -0
- package/es/services/project/ProjectUserPermission.js +217 -0
- package/es/services/project/Subarea.js +236 -0
- package/es/services/project/UserSubarea.js +62 -0
- package/es/services/project/index.js +18 -0
- package/es/services/project/typings.d.ts +1609 -0
- package/es/services/request.js +196 -0
- package/es/shims.x6.d.ts +15 -0
- package/es/typings.d.ts +182 -0
- package/es/utils/auth.js +90 -0
- package/es/utils/cssStyle.js +11 -0
- package/es/utils/decomposeMatrix.js +46 -0
- package/es/utils/events.js +7 -0
- package/es/utils/getMittMeta.js +14 -0
- package/es/utils/index.js +163 -0
- package/es/utils/isInIframe.js +8 -0
- package/es/utils/queryToObject.js +19 -0
- package/es/utils/svg.js +46 -0
- package/es/utils/type.js +3 -0
- package/es/x6Reset.css +36 -0
- package/package.json +84 -0
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
2
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
3
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
4
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
5
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
6
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
7
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
8
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
9
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
10
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
11
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
12
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
13
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
14
|
+
import React from "react";
|
|
15
|
+
import { Graph } from '@antv/x6';
|
|
16
|
+
import EleBorderBox3Component from "./Component";
|
|
17
|
+
import { ReactShapeBase } from "../../reactShapeBase";
|
|
18
|
+
export var shapeName = 'ele-border-box3';
|
|
19
|
+
var EleBorderBox3 = /*#__PURE__*/function (_ReactShapeBase) {
|
|
20
|
+
_inherits(EleBorderBox3, _ReactShapeBase);
|
|
21
|
+
var _super = _createSuper(EleBorderBox3);
|
|
22
|
+
function EleBorderBox3() {
|
|
23
|
+
var _this;
|
|
24
|
+
_classCallCheck(this, EleBorderBox3);
|
|
25
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
26
|
+
args[_key] = arguments[_key];
|
|
27
|
+
}
|
|
28
|
+
_this = _super.call.apply(_super, [this].concat(args));
|
|
29
|
+
_this.shapeName = shapeName;
|
|
30
|
+
return _this;
|
|
31
|
+
}
|
|
32
|
+
return _createClass(EleBorderBox3);
|
|
33
|
+
}(ReactShapeBase);
|
|
34
|
+
EleBorderBox3.shapeName = shapeName;
|
|
35
|
+
/** 注册的 react 组件名称 */
|
|
36
|
+
var registerComponentName = "".concat(EleBorderBox3.shapeName, "-component");
|
|
37
|
+
export var defaultConfig = {
|
|
38
|
+
shape: EleBorderBox3.shapeName,
|
|
39
|
+
width: 250,
|
|
40
|
+
height: 150,
|
|
41
|
+
data: {
|
|
42
|
+
colors: ['#2862b7', '#2862b7']
|
|
43
|
+
},
|
|
44
|
+
component: registerComponentName
|
|
45
|
+
};
|
|
46
|
+
EleBorderBox3.config(defaultConfig);
|
|
47
|
+
|
|
48
|
+
// 注册 react 组件
|
|
49
|
+
Graph.registerReactComponent(registerComponentName, /*#__PURE__*/React.createElement(EleBorderBox3Component, null));
|
|
50
|
+
export { EleBorderBox3Component };
|
|
51
|
+
export default EleBorderBox3;
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useRef, memo } from 'react';
|
|
3
|
+
import { useSize } from 'ahooks';
|
|
4
|
+
import { reactShapeNodeAreEqual } from "../../utils";
|
|
5
|
+
import { isValidColors } from "../util";
|
|
6
|
+
import "./index.css";
|
|
7
|
+
var defaultColor = ['red', 'rgba(0,0,255,0.8)'];
|
|
8
|
+
var BorderBox = function BorderBox(_ref) {
|
|
9
|
+
var _payload$fillStyles, _payload$fillStyles$o, _payload$fillStyles2;
|
|
10
|
+
var _ref$reverse = _ref.reverse,
|
|
11
|
+
reverse = _ref$reverse === void 0 ? false : _ref$reverse,
|
|
12
|
+
node = _ref.node;
|
|
13
|
+
var domRef = useRef(null);
|
|
14
|
+
var _ref2 = useSize(domRef) || {},
|
|
15
|
+
_ref2$height = _ref2.height,
|
|
16
|
+
height = _ref2$height === void 0 ? 0 : _ref2$height,
|
|
17
|
+
_ref2$width = _ref2.width,
|
|
18
|
+
width = _ref2$width === void 0 ? 0 : _ref2$width;
|
|
19
|
+
var payload = node === null || node === void 0 ? void 0 : node.getData();
|
|
20
|
+
var backgroundColor = (payload === null || payload === void 0 ? void 0 : (_payload$fillStyles = payload.fillStyles) === null || _payload$fillStyles === void 0 ? void 0 : _payload$fillStyles.backgroundColor) || 'transparent';
|
|
21
|
+
var mergedColor = defaultColor;
|
|
22
|
+
var colors = (payload === null || payload === void 0 ? void 0 : payload.colors) || [];
|
|
23
|
+
if (colors && isValidColors(colors)) {
|
|
24
|
+
mergedColor = colors;
|
|
25
|
+
}
|
|
26
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
27
|
+
className: "dv-border-box-4",
|
|
28
|
+
ref: domRef,
|
|
29
|
+
style: {
|
|
30
|
+
opacity: (_payload$fillStyles$o = payload === null || payload === void 0 ? void 0 : (_payload$fillStyles2 = payload.fillStyles) === null || _payload$fillStyles2 === void 0 ? void 0 : _payload$fillStyles2.opacity) !== null && _payload$fillStyles$o !== void 0 ? _payload$fillStyles$o : 1
|
|
31
|
+
}
|
|
32
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
33
|
+
className: "dv-border-svg-container ".concat(reverse && 'dv-reverse'),
|
|
34
|
+
width: width,
|
|
35
|
+
height: height
|
|
36
|
+
}, /*#__PURE__*/React.createElement("polygon", {
|
|
37
|
+
fill: backgroundColor,
|
|
38
|
+
points: "\n ".concat(width - 15, ", 22 170, 22 150, 7 40, 7 28, 21 32, 24\n 16, 42 16, ").concat(height - 32, " 41, ").concat(height - 7, " ").concat(width - 15, ", ").concat(height - 7, "\n ")
|
|
39
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
40
|
+
className: "dv-bb4-line-1",
|
|
41
|
+
stroke: mergedColor[0],
|
|
42
|
+
points: "145, ".concat(height - 5, " 40, ").concat(height - 5, " 10, ").concat(height - 35, "\n 10, 40 40, 5 150, 5 170, 20 ").concat(width - 15, ", 20")
|
|
43
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
44
|
+
className: "dv-bb4-line-2",
|
|
45
|
+
stroke: mergedColor[1],
|
|
46
|
+
points: "245, ".concat(height - 1, " 36, ").concat(height - 1, " 14, ").concat(height - 23, "\n 14, ").concat(height - 100)
|
|
47
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
48
|
+
className: "dv-bb4-line-3",
|
|
49
|
+
stroke: mergedColor[0],
|
|
50
|
+
points: "7, ".concat(height - 40, " 7, ").concat(height - 75)
|
|
51
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
52
|
+
className: "dv-bb4-line-4",
|
|
53
|
+
stroke: mergedColor[0],
|
|
54
|
+
points: "28, 24 13, 41 13, 64"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
56
|
+
className: "dv-bb4-line-5",
|
|
57
|
+
stroke: mergedColor[0],
|
|
58
|
+
points: "5, 45 5, 140"
|
|
59
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
60
|
+
className: "dv-bb4-line-6",
|
|
61
|
+
stroke: mergedColor[1],
|
|
62
|
+
points: "14, 75 14, 180"
|
|
63
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
64
|
+
className: "dv-bb4-line-7",
|
|
65
|
+
stroke: mergedColor[1],
|
|
66
|
+
points: "55, 11 147, 11 167, 26 250, 26"
|
|
67
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
68
|
+
className: "dv-bb4-line-8",
|
|
69
|
+
stroke: mergedColor[1],
|
|
70
|
+
points: "158, 5 173, 16"
|
|
71
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
72
|
+
className: "dv-bb4-line-9",
|
|
73
|
+
stroke: mergedColor[0],
|
|
74
|
+
points: "200, 17 ".concat(width - 10, ", 17")
|
|
75
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
76
|
+
className: "dv-bb4-line-10",
|
|
77
|
+
stroke: mergedColor[1],
|
|
78
|
+
points: "385, 17 ".concat(width - 10, ", 17")
|
|
79
|
+
})));
|
|
80
|
+
};
|
|
81
|
+
export default /*#__PURE__*/memo(BorderBox, reactShapeNodeAreEqual);
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
.dv-border-box-4 {
|
|
2
|
+
position: relative;
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 100%;
|
|
5
|
+
}
|
|
6
|
+
.dv-border-box-4 .dv-reverse {
|
|
7
|
+
transform: rotate(180deg);
|
|
8
|
+
}
|
|
9
|
+
.dv-border-box-4 .dv-border-svg-container {
|
|
10
|
+
position: absolute;
|
|
11
|
+
top: 0px;
|
|
12
|
+
left: 0px;
|
|
13
|
+
width: 100%;
|
|
14
|
+
height: 100%;
|
|
15
|
+
}
|
|
16
|
+
.dv-border-box-4 .dv-border-svg-container > polyline {
|
|
17
|
+
fill: none;
|
|
18
|
+
}
|
|
19
|
+
.dv-border-box-4 .sw1 {
|
|
20
|
+
stroke-width: 1;
|
|
21
|
+
}
|
|
22
|
+
.dv-border-box-4 .sw3 {
|
|
23
|
+
stroke-width: 3px;
|
|
24
|
+
stroke-linecap: round;
|
|
25
|
+
}
|
|
26
|
+
.dv-border-box-4 .dv-bb4-line-1 {
|
|
27
|
+
stroke-width: 1;
|
|
28
|
+
}
|
|
29
|
+
.dv-border-box-4 .dv-bb4-line-2 {
|
|
30
|
+
stroke-width: 1;
|
|
31
|
+
}
|
|
32
|
+
.dv-border-box-4 .dv-bb4-line-3 {
|
|
33
|
+
stroke-width: 3px;
|
|
34
|
+
stroke-linecap: round;
|
|
35
|
+
}
|
|
36
|
+
.dv-border-box-4 .dv-bb4-line-4 {
|
|
37
|
+
stroke-width: 3px;
|
|
38
|
+
stroke-linecap: round;
|
|
39
|
+
}
|
|
40
|
+
.dv-border-box-4 .dv-bb4-line-5 {
|
|
41
|
+
stroke-width: 1;
|
|
42
|
+
}
|
|
43
|
+
.dv-border-box-4 .dv-bb4-line-6 {
|
|
44
|
+
stroke-width: 1;
|
|
45
|
+
}
|
|
46
|
+
.dv-border-box-4 .dv-bb4-line-7 {
|
|
47
|
+
stroke-width: 1;
|
|
48
|
+
}
|
|
49
|
+
.dv-border-box-4 .dv-bb4-line-8 {
|
|
50
|
+
stroke-width: 3px;
|
|
51
|
+
stroke-linecap: round;
|
|
52
|
+
}
|
|
53
|
+
.dv-border-box-4 .dv-bb4-line-9 {
|
|
54
|
+
stroke-width: 3px;
|
|
55
|
+
stroke-linecap: round;
|
|
56
|
+
stroke-dasharray: 100 250;
|
|
57
|
+
}
|
|
58
|
+
.dv-border-box-4 .dv-bb4-line-10 {
|
|
59
|
+
stroke-width: 1;
|
|
60
|
+
stroke-dasharray: 80 270;
|
|
61
|
+
}
|
|
62
|
+
.dv-border-box-4 .border-box-content {
|
|
63
|
+
position: relative;
|
|
64
|
+
width: 100%;
|
|
65
|
+
height: 100%;
|
|
66
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
2
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
3
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
4
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
5
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
6
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
7
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
8
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
9
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
10
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
11
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
12
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
13
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
14
|
+
import React from "react";
|
|
15
|
+
import { Graph } from '@antv/x6';
|
|
16
|
+
import EleBorderBox4Component from "./Component";
|
|
17
|
+
import { ReactShapeBase } from "../../reactShapeBase";
|
|
18
|
+
export var shapeName = 'ele-border-box4';
|
|
19
|
+
var EleBorderBox4 = /*#__PURE__*/function (_ReactShapeBase) {
|
|
20
|
+
_inherits(EleBorderBox4, _ReactShapeBase);
|
|
21
|
+
var _super = _createSuper(EleBorderBox4);
|
|
22
|
+
function EleBorderBox4() {
|
|
23
|
+
var _this;
|
|
24
|
+
_classCallCheck(this, EleBorderBox4);
|
|
25
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
26
|
+
args[_key] = arguments[_key];
|
|
27
|
+
}
|
|
28
|
+
_this = _super.call.apply(_super, [this].concat(args));
|
|
29
|
+
_this.shapeName = shapeName;
|
|
30
|
+
return _this;
|
|
31
|
+
}
|
|
32
|
+
return _createClass(EleBorderBox4);
|
|
33
|
+
}(ReactShapeBase);
|
|
34
|
+
EleBorderBox4.shapeName = shapeName;
|
|
35
|
+
/** 注册的 react 组件名称 */
|
|
36
|
+
var registerComponentName = "".concat(EleBorderBox4.shapeName, "-component");
|
|
37
|
+
export var defaultConfig = {
|
|
38
|
+
shape: EleBorderBox4.shapeName,
|
|
39
|
+
width: 250,
|
|
40
|
+
height: 150,
|
|
41
|
+
data: {
|
|
42
|
+
colors: ['red', 'rgba(0,0,255,0.8)']
|
|
43
|
+
},
|
|
44
|
+
component: registerComponentName
|
|
45
|
+
};
|
|
46
|
+
EleBorderBox4.config(defaultConfig);
|
|
47
|
+
|
|
48
|
+
// 注册 react 组件
|
|
49
|
+
Graph.registerReactComponent(registerComponentName, /*#__PURE__*/React.createElement(EleBorderBox4Component, null));
|
|
50
|
+
export { EleBorderBox4Component };
|
|
51
|
+
export default EleBorderBox4;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useRef, memo } from 'react';
|
|
3
|
+
import { useSize } from 'ahooks';
|
|
4
|
+
import { reactShapeNodeAreEqual } from "../../utils";
|
|
5
|
+
import { isValidColors } from "../util";
|
|
6
|
+
import "./index.css";
|
|
7
|
+
var defaultColor = ['rgba(255, 255, 255, 0.35)', 'rgba(255, 255, 255, 0.20)'];
|
|
8
|
+
var BorderBox = function BorderBox(_ref) {
|
|
9
|
+
var _payload$fillStyles, _payload$fillStyles$o, _payload$fillStyles2;
|
|
10
|
+
var _ref$reverse = _ref.reverse,
|
|
11
|
+
reverse = _ref$reverse === void 0 ? false : _ref$reverse,
|
|
12
|
+
node = _ref.node;
|
|
13
|
+
var domRef = useRef(null);
|
|
14
|
+
var _ref2 = useSize(domRef) || {},
|
|
15
|
+
_ref2$height = _ref2.height,
|
|
16
|
+
height = _ref2$height === void 0 ? 0 : _ref2$height,
|
|
17
|
+
_ref2$width = _ref2.width,
|
|
18
|
+
width = _ref2$width === void 0 ? 0 : _ref2$width;
|
|
19
|
+
var payload = node === null || node === void 0 ? void 0 : node.getData();
|
|
20
|
+
var backgroundColor = (payload === null || payload === void 0 ? void 0 : (_payload$fillStyles = payload.fillStyles) === null || _payload$fillStyles === void 0 ? void 0 : _payload$fillStyles.backgroundColor) || 'transparent';
|
|
21
|
+
var mergedColor = defaultColor;
|
|
22
|
+
var colors = (payload === null || payload === void 0 ? void 0 : payload.colors) || [];
|
|
23
|
+
if (colors && isValidColors(colors)) {
|
|
24
|
+
mergedColor = colors;
|
|
25
|
+
}
|
|
26
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
27
|
+
className: "dv-border-box-5",
|
|
28
|
+
ref: domRef,
|
|
29
|
+
style: {
|
|
30
|
+
opacity: (_payload$fillStyles$o = payload === null || payload === void 0 ? void 0 : (_payload$fillStyles2 = payload.fillStyles) === null || _payload$fillStyles2 === void 0 ? void 0 : _payload$fillStyles2.opacity) !== null && _payload$fillStyles$o !== void 0 ? _payload$fillStyles$o : 1
|
|
31
|
+
}
|
|
32
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
33
|
+
className: "dv-border-svg-container ".concat(reverse && 'dv-reverse'),
|
|
34
|
+
width: width,
|
|
35
|
+
height: height
|
|
36
|
+
}, /*#__PURE__*/React.createElement("polygon", {
|
|
37
|
+
fill: backgroundColor,
|
|
38
|
+
points: "\n 10, 22 ".concat(width - 22, ", 22 ").concat(width - 22, ", ").concat(height - 86, " ").concat(width - 84, ", ").concat(height - 24, " 10, ").concat(height - 24, "\n ")
|
|
39
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
40
|
+
className: "dv-bb5-line-1",
|
|
41
|
+
stroke: mergedColor[0],
|
|
42
|
+
points: "8, 5 ".concat(width - 5, ", 5 ").concat(width - 5, ", ").concat(height - 100, "\n ").concat(width - 100, ", ").concat(height - 5, " 8, ").concat(height - 5, " 8, 5")
|
|
43
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
44
|
+
className: "dv-bb5-line-2",
|
|
45
|
+
stroke: mergedColor[1],
|
|
46
|
+
points: "3, 5 ".concat(width - 20, ", 5 ").concat(width - 20, ", ").concat(height - 60, "\n ").concat(width - 74, ", ").concat(height - 5, " 3, ").concat(height - 5, " 3, 5")
|
|
47
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
48
|
+
className: "dv-bb5-line-3",
|
|
49
|
+
stroke: mergedColor[1],
|
|
50
|
+
points: "50, 13 ".concat(width - 35, ", 13")
|
|
51
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
52
|
+
className: "dv-bb5-line-4",
|
|
53
|
+
stroke: mergedColor[1],
|
|
54
|
+
points: "15, 20 ".concat(width - 35, ", 20")
|
|
55
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
56
|
+
className: "dv-bb5-line-5",
|
|
57
|
+
stroke: mergedColor[1],
|
|
58
|
+
points: "15, ".concat(height - 20, " ").concat(width - 110, ", ").concat(height - 20)
|
|
59
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
60
|
+
className: "dv-bb5-line-6",
|
|
61
|
+
stroke: mergedColor[1],
|
|
62
|
+
points: "15, ".concat(height - 13, " ").concat(width - 110, ", ").concat(height - 13)
|
|
63
|
+
})));
|
|
64
|
+
};
|
|
65
|
+
export default /*#__PURE__*/memo(BorderBox, reactShapeNodeAreEqual);
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
.dv-border-box-5 {
|
|
2
|
+
position: relative;
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 100%;
|
|
5
|
+
}
|
|
6
|
+
.dv-border-box-5 .dv-reverse {
|
|
7
|
+
transform: rotate(180deg);
|
|
8
|
+
}
|
|
9
|
+
.dv-border-box-5 .dv-border-svg-container {
|
|
10
|
+
position: absolute;
|
|
11
|
+
top: 0px;
|
|
12
|
+
left: 0px;
|
|
13
|
+
width: 100%;
|
|
14
|
+
height: 100%;
|
|
15
|
+
}
|
|
16
|
+
.dv-border-box-5 .dv-border-svg-container > polyline {
|
|
17
|
+
fill: none;
|
|
18
|
+
}
|
|
19
|
+
.dv-border-box-5 .dv-bb5-line-1,
|
|
20
|
+
.dv-border-box-5 .dv-bb5-line-2 {
|
|
21
|
+
stroke-width: 1;
|
|
22
|
+
}
|
|
23
|
+
.dv-border-box-5 .dv-bb5-line-3,
|
|
24
|
+
.dv-border-box-5 .dv-bb5-line-6 {
|
|
25
|
+
stroke-width: 5;
|
|
26
|
+
}
|
|
27
|
+
.dv-border-box-5 .dv-bb5-line-4,
|
|
28
|
+
.dv-border-box-5 .dv-bb5-line-5 {
|
|
29
|
+
stroke-width: 2;
|
|
30
|
+
}
|
|
31
|
+
.dv-border-box-5 .border-box-content {
|
|
32
|
+
position: relative;
|
|
33
|
+
width: 100%;
|
|
34
|
+
height: 100%;
|
|
35
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
2
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
3
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
4
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
5
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
6
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
7
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
8
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
9
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
10
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
11
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
12
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
13
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
14
|
+
import React from "react";
|
|
15
|
+
import { Graph } from '@antv/x6';
|
|
16
|
+
import EleBorderBox5Component from "./Component";
|
|
17
|
+
import { ReactShapeBase } from "../../reactShapeBase";
|
|
18
|
+
export var shapeName = 'ele-border-box5';
|
|
19
|
+
var EleBorderBox5 = /*#__PURE__*/function (_ReactShapeBase) {
|
|
20
|
+
_inherits(EleBorderBox5, _ReactShapeBase);
|
|
21
|
+
var _super = _createSuper(EleBorderBox5);
|
|
22
|
+
function EleBorderBox5() {
|
|
23
|
+
var _this;
|
|
24
|
+
_classCallCheck(this, EleBorderBox5);
|
|
25
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
26
|
+
args[_key] = arguments[_key];
|
|
27
|
+
}
|
|
28
|
+
_this = _super.call.apply(_super, [this].concat(args));
|
|
29
|
+
_this.shapeName = shapeName;
|
|
30
|
+
return _this;
|
|
31
|
+
}
|
|
32
|
+
return _createClass(EleBorderBox5);
|
|
33
|
+
}(ReactShapeBase);
|
|
34
|
+
EleBorderBox5.shapeName = shapeName;
|
|
35
|
+
/** 注册的 react 组件名称 */
|
|
36
|
+
var registerComponentName = "".concat(EleBorderBox5.shapeName, "-component");
|
|
37
|
+
export var defaultConfig = {
|
|
38
|
+
shape: EleBorderBox5.shapeName,
|
|
39
|
+
width: 250,
|
|
40
|
+
height: 150,
|
|
41
|
+
data: {
|
|
42
|
+
colors: ['rgba(255, 255, 255, 0.35)', 'rgba(255, 255, 255, 0.20)']
|
|
43
|
+
},
|
|
44
|
+
component: registerComponentName
|
|
45
|
+
};
|
|
46
|
+
EleBorderBox5.config(defaultConfig);
|
|
47
|
+
|
|
48
|
+
// 注册 react 组件
|
|
49
|
+
Graph.registerReactComponent(registerComponentName, /*#__PURE__*/React.createElement(EleBorderBox5Component, null));
|
|
50
|
+
export { EleBorderBox5Component };
|
|
51
|
+
export default EleBorderBox5;
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { useRef, memo } from 'react';
|
|
3
|
+
import { useSize } from 'ahooks';
|
|
4
|
+
import { reactShapeNodeAreEqual } from "../../utils";
|
|
5
|
+
import { isValidColors } from "../util";
|
|
6
|
+
import "./index.css";
|
|
7
|
+
var defaultColor = ['#fff', 'rgba(255, 255, 255, 0.6)'];
|
|
8
|
+
var BorderBox = function BorderBox(_ref) {
|
|
9
|
+
var _payload$fillStyles, _payload$fillStyles$o, _payload$fillStyles2;
|
|
10
|
+
var node = _ref.node;
|
|
11
|
+
var domRef = useRef(null);
|
|
12
|
+
var _ref2 = useSize(domRef) || {},
|
|
13
|
+
_ref2$height = _ref2.height,
|
|
14
|
+
height = _ref2$height === void 0 ? 0 : _ref2$height,
|
|
15
|
+
_ref2$width = _ref2.width,
|
|
16
|
+
width = _ref2$width === void 0 ? 0 : _ref2$width;
|
|
17
|
+
var payload = node === null || node === void 0 ? void 0 : node.getData();
|
|
18
|
+
var backgroundColor = (payload === null || payload === void 0 ? void 0 : (_payload$fillStyles = payload.fillStyles) === null || _payload$fillStyles === void 0 ? void 0 : _payload$fillStyles.backgroundColor) || 'transparent';
|
|
19
|
+
var mergedColor = defaultColor;
|
|
20
|
+
var colors = (payload === null || payload === void 0 ? void 0 : payload.colors) || [];
|
|
21
|
+
if (colors && isValidColors(colors)) {
|
|
22
|
+
mergedColor = colors;
|
|
23
|
+
}
|
|
24
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
25
|
+
className: "dv-border-box-6",
|
|
26
|
+
ref: domRef,
|
|
27
|
+
style: {
|
|
28
|
+
opacity: (_payload$fillStyles$o = payload === null || payload === void 0 ? void 0 : (_payload$fillStyles2 = payload.fillStyles) === null || _payload$fillStyles2 === void 0 ? void 0 : _payload$fillStyles2.opacity) !== null && _payload$fillStyles$o !== void 0 ? _payload$fillStyles$o : 1
|
|
29
|
+
}
|
|
30
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
31
|
+
className: "dv-border-svg-container",
|
|
32
|
+
width: width,
|
|
33
|
+
height: height
|
|
34
|
+
}, /*#__PURE__*/React.createElement("polygon", {
|
|
35
|
+
fill: backgroundColor,
|
|
36
|
+
points: "\n 9, 7 ".concat(width - 9, ", 7 ").concat(width - 9, ", ").concat(height - 7, " 9, ").concat(height - 7, "\n ")
|
|
37
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
38
|
+
fill: mergedColor[1],
|
|
39
|
+
cx: "5",
|
|
40
|
+
cy: "5",
|
|
41
|
+
r: "2"
|
|
42
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
43
|
+
fill: mergedColor[1],
|
|
44
|
+
cx: width - 5,
|
|
45
|
+
cy: "5",
|
|
46
|
+
r: "2"
|
|
47
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
48
|
+
fill: mergedColor[1],
|
|
49
|
+
cx: width - 5,
|
|
50
|
+
cy: height - 5,
|
|
51
|
+
r: "2"
|
|
52
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
53
|
+
fill: mergedColor[1],
|
|
54
|
+
cx: "5",
|
|
55
|
+
cy: height - 5,
|
|
56
|
+
r: "2"
|
|
57
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
58
|
+
stroke: mergedColor[0],
|
|
59
|
+
points: "10, 4 ".concat(width - 10, ", 4")
|
|
60
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
61
|
+
stroke: mergedColor[0],
|
|
62
|
+
points: "10, ".concat(height - 4, " ").concat(width - 10, ", ").concat(height - 4)
|
|
63
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
64
|
+
stroke: mergedColor[0],
|
|
65
|
+
points: "5, 70 5, ".concat(height - 70)
|
|
66
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
67
|
+
stroke: mergedColor[0],
|
|
68
|
+
points: "".concat(width - 5, ", 70 ").concat(width - 5, ", ").concat(height - 70)
|
|
69
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
70
|
+
stroke: mergedColor[0],
|
|
71
|
+
points: "3, 10, 3, 50"
|
|
72
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
73
|
+
stroke: mergedColor[0],
|
|
74
|
+
points: "7, 30 7, 80"
|
|
75
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
76
|
+
stroke: mergedColor[0],
|
|
77
|
+
points: "".concat(width - 3, ", 10 ").concat(width - 3, ", 50")
|
|
78
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
79
|
+
stroke: mergedColor[0],
|
|
80
|
+
points: "".concat(width - 7, ", 30 ").concat(width - 7, ", 80")
|
|
81
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
82
|
+
stroke: mergedColor[0],
|
|
83
|
+
points: "3, ".concat(height - 10, " 3, ").concat(height - 50)
|
|
84
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
85
|
+
stroke: mergedColor[0],
|
|
86
|
+
points: "7, ".concat(height - 30, " 7, ").concat(height - 80)
|
|
87
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
88
|
+
stroke: mergedColor[0],
|
|
89
|
+
points: "".concat(width - 3, ", ").concat(height - 10, " ").concat(width - 3, ", ").concat(height - 50)
|
|
90
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
91
|
+
stroke: mergedColor[0],
|
|
92
|
+
points: "".concat(width - 7, ", ").concat(height - 30, " ").concat(width - 7, ", ").concat(height - 80)
|
|
93
|
+
})));
|
|
94
|
+
};
|
|
95
|
+
export default /*#__PURE__*/memo(BorderBox, reactShapeNodeAreEqual);
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
.dv-border-box-6 {
|
|
2
|
+
position: relative;
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 100%;
|
|
5
|
+
}
|
|
6
|
+
.dv-border-box-6 .dv-border-svg-container {
|
|
7
|
+
position: absolute;
|
|
8
|
+
top: 0px;
|
|
9
|
+
left: 0px;
|
|
10
|
+
width: 100%;
|
|
11
|
+
height: 100%;
|
|
12
|
+
}
|
|
13
|
+
.dv-border-box-6 .dv-border-svg-container > polyline {
|
|
14
|
+
fill: none;
|
|
15
|
+
stroke-width: 1;
|
|
16
|
+
}
|
|
17
|
+
.dv-border-box-6 .border-box-content {
|
|
18
|
+
position: relative;
|
|
19
|
+
width: 100%;
|
|
20
|
+
height: 100%;
|
|
21
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
2
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
3
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
4
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
5
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
6
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
7
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
8
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
9
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
10
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
11
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
12
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
13
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
14
|
+
import React from "react";
|
|
15
|
+
import { Graph } from '@antv/x6';
|
|
16
|
+
import EleBorderBox6Component from "./Component";
|
|
17
|
+
import { ReactShapeBase } from "../../reactShapeBase";
|
|
18
|
+
export var shapeName = 'ele-border-box6';
|
|
19
|
+
var EleBorderBox6 = /*#__PURE__*/function (_ReactShapeBase) {
|
|
20
|
+
_inherits(EleBorderBox6, _ReactShapeBase);
|
|
21
|
+
var _super = _createSuper(EleBorderBox6);
|
|
22
|
+
function EleBorderBox6() {
|
|
23
|
+
var _this;
|
|
24
|
+
_classCallCheck(this, EleBorderBox6);
|
|
25
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
26
|
+
args[_key] = arguments[_key];
|
|
27
|
+
}
|
|
28
|
+
_this = _super.call.apply(_super, [this].concat(args));
|
|
29
|
+
_this.shapeName = shapeName;
|
|
30
|
+
return _this;
|
|
31
|
+
}
|
|
32
|
+
return _createClass(EleBorderBox6);
|
|
33
|
+
}(ReactShapeBase);
|
|
34
|
+
EleBorderBox6.shapeName = shapeName;
|
|
35
|
+
/** 注册的 react 组件名称 */
|
|
36
|
+
var registerComponentName = "".concat(EleBorderBox6.shapeName, "-component");
|
|
37
|
+
export var defaultConfig = {
|
|
38
|
+
shape: EleBorderBox6.shapeName,
|
|
39
|
+
width: 250,
|
|
40
|
+
height: 150,
|
|
41
|
+
data: {
|
|
42
|
+
colors: ['#fff', 'rgba(255, 255, 255, 0.6)']
|
|
43
|
+
},
|
|
44
|
+
component: registerComponentName
|
|
45
|
+
};
|
|
46
|
+
EleBorderBox6.config(defaultConfig);
|
|
47
|
+
|
|
48
|
+
// 注册 react 组件
|
|
49
|
+
Graph.registerReactComponent(registerComponentName, /*#__PURE__*/React.createElement(EleBorderBox6Component, null));
|
|
50
|
+
export { EleBorderBox6Component };
|
|
51
|
+
export default EleBorderBox6;
|