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,320 @@
|
|
|
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 _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
3
|
+
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); } }
|
|
4
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
5
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
6
|
+
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); }
|
|
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 { NodeBase } from "../nodeBase";
|
|
15
|
+
import emitter from "../../utils/events";
|
|
16
|
+
import { handleEleEvent } from "../utils";
|
|
17
|
+
import { getValueByExpression } from "../utils";
|
|
18
|
+
import Tooltip from "./Tooltip";
|
|
19
|
+
export var shapeName = 'ele-fan';
|
|
20
|
+
|
|
21
|
+
// TODO 重构
|
|
22
|
+
var EleFan = /*#__PURE__*/function (_NodeBase) {
|
|
23
|
+
_inherits(EleFan, _NodeBase);
|
|
24
|
+
var _super = _createSuper(EleFan);
|
|
25
|
+
/** 化霜是否开启 */
|
|
26
|
+
|
|
27
|
+
/** 制冷是否开启 */
|
|
28
|
+
|
|
29
|
+
/** 是否存在故障 */
|
|
30
|
+
|
|
31
|
+
function EleFan(metadata) {
|
|
32
|
+
var _this;
|
|
33
|
+
_classCallCheck(this, EleFan);
|
|
34
|
+
_this = _super.call(this, metadata);
|
|
35
|
+
_this.shapeName = shapeName;
|
|
36
|
+
_this.refrigerationIsOn = false;
|
|
37
|
+
_this.frostIsOn = false;
|
|
38
|
+
_this.faultIsOn = false;
|
|
39
|
+
_this.customEventHandlerList = [];
|
|
40
|
+
_this.tooltipContent = Tooltip;
|
|
41
|
+
_this.listenPointDataUpdate();
|
|
42
|
+
_this.listenSelfRemoved();
|
|
43
|
+
return _this;
|
|
44
|
+
}
|
|
45
|
+
_createClass(EleFan, [{
|
|
46
|
+
key: "handleClick",
|
|
47
|
+
value: function handleClick() {
|
|
48
|
+
var _data$mittMeta$namesp, _data$mittMeta;
|
|
49
|
+
var data = this.getData();
|
|
50
|
+
var points = [];
|
|
51
|
+
Object.keys(data).forEach(function (key) {
|
|
52
|
+
if (['refrigerationPoint', 'frostPoint', 'faultPoint', 'switchPoint'].includes(key) && data[key]) {
|
|
53
|
+
points.push(data[key]);
|
|
54
|
+
}
|
|
55
|
+
});
|
|
56
|
+
handleEleEvent(data.events || [], 'click', null, {
|
|
57
|
+
points: points,
|
|
58
|
+
namespace: (_data$mittMeta$namesp = data === null || data === void 0 ? void 0 : (_data$mittMeta = data.mittMeta) === null || _data$mittMeta === void 0 ? void 0 : _data$mittMeta.namespace) !== null && _data$mittMeta$namesp !== void 0 ? _data$mittMeta$namesp : 0
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
}, {
|
|
62
|
+
key: "handleContextmenu",
|
|
63
|
+
value: function handleContextmenu() {
|
|
64
|
+
var _data$mittMeta$namesp2, _data$mittMeta2;
|
|
65
|
+
var data = this.getData();
|
|
66
|
+
var points = [];
|
|
67
|
+
Object.keys(data).forEach(function (key) {
|
|
68
|
+
if (['refrigerationPoint', 'frostPoint', 'faultPoint', 'switchPoint'].includes(key) && data[key]) {
|
|
69
|
+
points.push(data[key]);
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
handleEleEvent(data.events || [], 'contextmenu', null, {
|
|
73
|
+
points: points,
|
|
74
|
+
namespace: (_data$mittMeta$namesp2 = data === null || data === void 0 ? void 0 : (_data$mittMeta2 = data.mittMeta) === null || _data$mittMeta2 === void 0 ? void 0 : _data$mittMeta2.namespace) !== null && _data$mittMeta$namesp2 !== void 0 ? _data$mittMeta$namesp2 : 0
|
|
75
|
+
});
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
/** 监听点位值变更,并更新 UI */
|
|
79
|
+
}, {
|
|
80
|
+
key: "listenPointDataUpdate",
|
|
81
|
+
value: function listenPointDataUpdate() {
|
|
82
|
+
var _this2 = this;
|
|
83
|
+
if (window.scadaMode === 'edit') {
|
|
84
|
+
return;
|
|
85
|
+
}
|
|
86
|
+
var data = this.getData();
|
|
87
|
+
Object.keys(data).forEach(function (key) {
|
|
88
|
+
if (key === 'refrigerationPoint') {
|
|
89
|
+
var _data$key2;
|
|
90
|
+
// 化霜点位
|
|
91
|
+
var eventHandler = function eventHandler(pointData) {
|
|
92
|
+
var _data$key;
|
|
93
|
+
_this2.refrigerationIsOn = false;
|
|
94
|
+
if (getValueByExpression(pointData.value, (_data$key = data[key]) === null || _data$key === void 0 ? void 0 : _data$key.expressions) === '化霜开') {
|
|
95
|
+
_this2.refrigerationIsOn = true;
|
|
96
|
+
}
|
|
97
|
+
_this2.setStatusColor();
|
|
98
|
+
};
|
|
99
|
+
if ((_data$key2 = data[key]) === null || _data$key2 === void 0 ? void 0 : _data$key2.identifierName) {
|
|
100
|
+
emitter.on("point-update-".concat(data[key].identifierName), eventHandler);
|
|
101
|
+
_this2.customEventHandlerList.push({
|
|
102
|
+
eventName: "point-update-".concat(data[key].identifierName),
|
|
103
|
+
eventHandler: eventHandler
|
|
104
|
+
});
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
if (key === 'frostPoint') {
|
|
108
|
+
var _data$key4;
|
|
109
|
+
_this2.frostIsOn = false;
|
|
110
|
+
// 制冷点位
|
|
111
|
+
var _eventHandler = function _eventHandler(pointData) {
|
|
112
|
+
var _data$key3;
|
|
113
|
+
_this2.frostIsOn = false;
|
|
114
|
+
if (getValueByExpression(pointData.value, (_data$key3 = data[key]) === null || _data$key3 === void 0 ? void 0 : _data$key3.expressions) === '制冷开') {
|
|
115
|
+
_this2.frostIsOn = true;
|
|
116
|
+
}
|
|
117
|
+
_this2.setStatusColor();
|
|
118
|
+
};
|
|
119
|
+
if ((_data$key4 = data[key]) === null || _data$key4 === void 0 ? void 0 : _data$key4.identifierName) {
|
|
120
|
+
emitter.on("point-update-".concat(data[key].identifierName), _eventHandler);
|
|
121
|
+
_this2.customEventHandlerList.push({
|
|
122
|
+
eventName: "point-update-".concat(data[key].identifierName),
|
|
123
|
+
eventHandler: _eventHandler
|
|
124
|
+
});
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
if (key === 'faultPoint') {
|
|
128
|
+
var _data$key6;
|
|
129
|
+
_this2.faultIsOn = false;
|
|
130
|
+
// 故障点位
|
|
131
|
+
var _eventHandler2 = function _eventHandler2(pointData) {
|
|
132
|
+
var _data$key5;
|
|
133
|
+
_this2.faultIsOn = false;
|
|
134
|
+
if (getValueByExpression(pointData.value, (_data$key5 = data[key]) === null || _data$key5 === void 0 ? void 0 : _data$key5.expressions) === '故障') {
|
|
135
|
+
_this2.faultIsOn = true;
|
|
136
|
+
}
|
|
137
|
+
_this2.setStatusColor();
|
|
138
|
+
};
|
|
139
|
+
if ((_data$key6 = data[key]) === null || _data$key6 === void 0 ? void 0 : _data$key6.identifierName) {
|
|
140
|
+
emitter.on("point-update-".concat(data[key].identifierName), _eventHandler2);
|
|
141
|
+
_this2.customEventHandlerList.push({
|
|
142
|
+
eventName: "point-update-".concat(data[key].identifierName),
|
|
143
|
+
eventHandler: _eventHandler2
|
|
144
|
+
});
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
if (key === 'switchPoint') {
|
|
148
|
+
var _data$key8;
|
|
149
|
+
// 开关点位
|
|
150
|
+
var _eventHandler3 = function _eventHandler3(pointData) {
|
|
151
|
+
var _data$key7;
|
|
152
|
+
var imgUrl = 'https://cdn.sinocold.net/configuration/elements/fan-off.jpg';
|
|
153
|
+
if (getValueByExpression(pointData.value, (_data$key7 = data[key]) === null || _data$key7 === void 0 ? void 0 : _data$key7.expressions) === '风机开') {
|
|
154
|
+
imgUrl = 'https://cdn.sinocold.net/configuration/elements/fan.gif';
|
|
155
|
+
}
|
|
156
|
+
_this2.attr('image/xlinkHref', imgUrl);
|
|
157
|
+
};
|
|
158
|
+
if ((_data$key8 = data[key]) === null || _data$key8 === void 0 ? void 0 : _data$key8.identifierName) {
|
|
159
|
+
emitter.on("point-update-".concat(data[key].identifierName), _eventHandler3);
|
|
160
|
+
_this2.customEventHandlerList.push({
|
|
161
|
+
eventName: "point-update-".concat(data[key].identifierName),
|
|
162
|
+
eventHandler: _eventHandler3
|
|
163
|
+
});
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
});
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
/** 节点被删除时触发 */
|
|
170
|
+
}, {
|
|
171
|
+
key: "listenSelfRemoved",
|
|
172
|
+
value: function listenSelfRemoved() {
|
|
173
|
+
var _this3 = this;
|
|
174
|
+
this.on('removed', function () {
|
|
175
|
+
_this3.offCustomEventListener();
|
|
176
|
+
});
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
/** 通过化霜、制冷和故障状态设置风机颜色 */
|
|
180
|
+
}, {
|
|
181
|
+
key: "setStatusColor",
|
|
182
|
+
value: function setStatusColor() {
|
|
183
|
+
var color = '#8FADC7';
|
|
184
|
+
if (this.frostIsOn) {
|
|
185
|
+
color = '#1890FF';
|
|
186
|
+
}
|
|
187
|
+
if (this.refrigerationIsOn) {
|
|
188
|
+
color = '#FF9E00';
|
|
189
|
+
}
|
|
190
|
+
if (this.faultIsOn) {
|
|
191
|
+
color = '#ff4d4f';
|
|
192
|
+
}
|
|
193
|
+
this.attr('body/fill', color);
|
|
194
|
+
}
|
|
195
|
+
/** 删除自定义的事件监听 */
|
|
196
|
+
}, {
|
|
197
|
+
key: "offCustomEventListener",
|
|
198
|
+
value: function offCustomEventListener() {
|
|
199
|
+
this.customEventHandlerList.forEach(function (item) {
|
|
200
|
+
emitter.off(item.eventName, item.eventHandler);
|
|
201
|
+
});
|
|
202
|
+
}
|
|
203
|
+
}, {
|
|
204
|
+
key: "isEleFan",
|
|
205
|
+
value: function isEleFan(instance) {
|
|
206
|
+
return instance instanceof EleFan;
|
|
207
|
+
}
|
|
208
|
+
}]);
|
|
209
|
+
return EleFan;
|
|
210
|
+
}(NodeBase);
|
|
211
|
+
EleFan.shapeName = shapeName;
|
|
212
|
+
export { EleFan as default };
|
|
213
|
+
export function typeGuard(instance) {
|
|
214
|
+
return instance instanceof EleFan;
|
|
215
|
+
}
|
|
216
|
+
export var defaultConfig = {
|
|
217
|
+
shape: EleFan.shapeName,
|
|
218
|
+
width: 32,
|
|
219
|
+
height: 32,
|
|
220
|
+
markup: [{
|
|
221
|
+
tagName: 'rect',
|
|
222
|
+
selector: 'body'
|
|
223
|
+
}, {
|
|
224
|
+
tagName: 'circle',
|
|
225
|
+
selector: 'circle'
|
|
226
|
+
}, {
|
|
227
|
+
tagName: 'image',
|
|
228
|
+
selector: 'blade'
|
|
229
|
+
}],
|
|
230
|
+
attrs: {
|
|
231
|
+
body: {
|
|
232
|
+
fill: 'rgb(143, 173, 199)',
|
|
233
|
+
refWidth: '100%',
|
|
234
|
+
refHeight: '100%',
|
|
235
|
+
rx: 4,
|
|
236
|
+
ry: 4
|
|
237
|
+
},
|
|
238
|
+
circle: {
|
|
239
|
+
fill: '#fff',
|
|
240
|
+
refR: '40%',
|
|
241
|
+
refCX: '50%',
|
|
242
|
+
refCY: '50%'
|
|
243
|
+
},
|
|
244
|
+
image: {
|
|
245
|
+
refX: '20%',
|
|
246
|
+
refY: '20%',
|
|
247
|
+
refWidth: '60%',
|
|
248
|
+
refHeight: '60%',
|
|
249
|
+
xlinkHref: 'https://cdn.sinocold.net/configuration/elements/fan.gif'
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
tools: [{
|
|
253
|
+
name: 'tooltip'
|
|
254
|
+
}],
|
|
255
|
+
data: {
|
|
256
|
+
events: [{
|
|
257
|
+
type: 'click',
|
|
258
|
+
action: 'show-point-history'
|
|
259
|
+
}],
|
|
260
|
+
refrigerationPoint: {
|
|
261
|
+
identifierName: '',
|
|
262
|
+
expressions: [{
|
|
263
|
+
symbolValue1: 1,
|
|
264
|
+
symbol1: '<=',
|
|
265
|
+
symbolValue2: 1,
|
|
266
|
+
symbol2: '<=',
|
|
267
|
+
value: '化霜开',
|
|
268
|
+
valueDisabledEdit: true
|
|
269
|
+
}]
|
|
270
|
+
},
|
|
271
|
+
frostPoint: {
|
|
272
|
+
identifierName: '',
|
|
273
|
+
expressions: [{
|
|
274
|
+
symbolValue1: 1,
|
|
275
|
+
symbol1: '<=',
|
|
276
|
+
symbolValue2: 1,
|
|
277
|
+
symbol2: '<=',
|
|
278
|
+
value: '制冷开',
|
|
279
|
+
valueDisabledEdit: true
|
|
280
|
+
}]
|
|
281
|
+
},
|
|
282
|
+
faultPoint: {
|
|
283
|
+
identifierName: '',
|
|
284
|
+
expressions: [{
|
|
285
|
+
symbolValue1: 1,
|
|
286
|
+
symbol1: '<=',
|
|
287
|
+
symbolValue2: 1,
|
|
288
|
+
symbol2: '<=',
|
|
289
|
+
value: '正常',
|
|
290
|
+
valueDisabledEdit: true
|
|
291
|
+
}, {
|
|
292
|
+
symbolValue1: 0,
|
|
293
|
+
symbol1: '<=',
|
|
294
|
+
symbolValue2: 0,
|
|
295
|
+
symbol2: '<=',
|
|
296
|
+
value: '故障',
|
|
297
|
+
valueDisabledEdit: true
|
|
298
|
+
}]
|
|
299
|
+
},
|
|
300
|
+
switchPoint: {
|
|
301
|
+
identifierName: '',
|
|
302
|
+
expressions: [{
|
|
303
|
+
symbolValue1: 1,
|
|
304
|
+
symbol1: '<=',
|
|
305
|
+
symbolValue2: 1,
|
|
306
|
+
symbol2: '<=',
|
|
307
|
+
value: '风机开',
|
|
308
|
+
valueDisabledEdit: true
|
|
309
|
+
}, {
|
|
310
|
+
symbolValue1: 0,
|
|
311
|
+
symbol1: '<=',
|
|
312
|
+
symbolValue2: 0,
|
|
313
|
+
symbol2: '<=',
|
|
314
|
+
value: '风机关',
|
|
315
|
+
valueDisabledEdit: true
|
|
316
|
+
}]
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
};
|
|
320
|
+
EleFan.config(defaultConfig);
|
|
@@ -0,0 +1,128 @@
|
|
|
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 ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
6
|
+
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); }
|
|
7
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
8
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
9
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
10
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
11
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
12
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
13
|
+
import React from "react";
|
|
14
|
+
import { memo, useEffect, useState } from 'react';
|
|
15
|
+
import { Tooltip } from 'antd';
|
|
16
|
+
import { usePointWatch, useEleEventHandle } from "../../hooks";
|
|
17
|
+
import { reactShapeNodeAreEqual } from "../utils";
|
|
18
|
+
import ECharts from "../../components/ECharts";
|
|
19
|
+
import styles from "./index.css";
|
|
20
|
+
var EleGaugeComponent = function EleGaugeComponent(_ref) {
|
|
21
|
+
var _payload$pointList, _payload$mittMeta, _payload$mittMeta$nam, _payload$mittMeta2;
|
|
22
|
+
var node = _ref.node;
|
|
23
|
+
var _useState = useState({
|
|
24
|
+
grid: {
|
|
25
|
+
top: 0,
|
|
26
|
+
right: 0,
|
|
27
|
+
bottom: 0,
|
|
28
|
+
left: 0
|
|
29
|
+
},
|
|
30
|
+
series: {
|
|
31
|
+
max: 100,
|
|
32
|
+
min: 0,
|
|
33
|
+
name: 'gauge',
|
|
34
|
+
radius: '95%',
|
|
35
|
+
type: 'gauge',
|
|
36
|
+
axisLine: {
|
|
37
|
+
lineStyle: {
|
|
38
|
+
width: 6
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
splitLine: {
|
|
42
|
+
length: 3,
|
|
43
|
+
distance: 0,
|
|
44
|
+
lineStyle: {
|
|
45
|
+
width: 0.5,
|
|
46
|
+
color: '#999'
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
axisTick: {
|
|
50
|
+
show: false
|
|
51
|
+
},
|
|
52
|
+
axisLabel: {
|
|
53
|
+
distance: 10,
|
|
54
|
+
color: '#999',
|
|
55
|
+
fontSize: 10
|
|
56
|
+
},
|
|
57
|
+
title: {
|
|
58
|
+
fontSize: 14,
|
|
59
|
+
offsetCenter: [0, '95%']
|
|
60
|
+
},
|
|
61
|
+
detail: {
|
|
62
|
+
width: 35,
|
|
63
|
+
height: 14,
|
|
64
|
+
fontSize: 12,
|
|
65
|
+
offsetCenter: [0, '65%'],
|
|
66
|
+
color: '#fff',
|
|
67
|
+
backgroundColor: 'inherit',
|
|
68
|
+
borderRadius: 3,
|
|
69
|
+
formatter: '{value}℃'
|
|
70
|
+
},
|
|
71
|
+
data: [{
|
|
72
|
+
value: 10,
|
|
73
|
+
name: '温度'
|
|
74
|
+
}]
|
|
75
|
+
}
|
|
76
|
+
}),
|
|
77
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
78
|
+
chartOptions = _useState2[0],
|
|
79
|
+
setChartOptions = _useState2[1];
|
|
80
|
+
var payload = node === null || node === void 0 ? void 0 : node.getData();
|
|
81
|
+
var configPoint = payload === null || payload === void 0 ? void 0 : (_payload$pointList = payload.pointList) === null || _payload$pointList === void 0 ? void 0 : _payload$pointList[0];
|
|
82
|
+
var pointData = usePointWatch(configPoint, payload === null || payload === void 0 ? void 0 : (_payload$mittMeta = payload.mittMeta) === null || _payload$mittMeta === void 0 ? void 0 : _payload$mittMeta.namespace);
|
|
83
|
+
var eventHandles = useEleEventHandle({
|
|
84
|
+
events: payload === null || payload === void 0 ? void 0 : payload.events,
|
|
85
|
+
payload: {
|
|
86
|
+
points: [{
|
|
87
|
+
identifierName: configPoint === null || configPoint === void 0 ? void 0 : configPoint.identifierName,
|
|
88
|
+
deviceId: configPoint && 'deviceId' in configPoint ? configPoint.deviceId : undefined
|
|
89
|
+
}],
|
|
90
|
+
namespace: (_payload$mittMeta$nam = payload === null || payload === void 0 ? void 0 : (_payload$mittMeta2 = payload.mittMeta) === null || _payload$mittMeta2 === void 0 ? void 0 : _payload$mittMeta2.namespace) !== null && _payload$mittMeta$nam !== void 0 ? _payload$mittMeta$nam : 0
|
|
91
|
+
}
|
|
92
|
+
});
|
|
93
|
+
useEffect(function () {
|
|
94
|
+
if (pointData) {
|
|
95
|
+
setChartOptions(function (prev) {
|
|
96
|
+
var _extraData$maxValue, _extraData$minValue;
|
|
97
|
+
var extraData = node === null || node === void 0 ? void 0 : node.getData();
|
|
98
|
+
var optionsCopy = _objectSpread({}, prev);
|
|
99
|
+
optionsCopy.series.max = (_extraData$maxValue = extraData === null || extraData === void 0 ? void 0 : extraData.maxValue) !== null && _extraData$maxValue !== void 0 ? _extraData$maxValue : 100;
|
|
100
|
+
optionsCopy.series.min = (_extraData$minValue = extraData === null || extraData === void 0 ? void 0 : extraData.minValue) !== null && _extraData$minValue !== void 0 ? _extraData$minValue : 0;
|
|
101
|
+
optionsCopy.series.data[0].value = pointData.value;
|
|
102
|
+
optionsCopy.series.data[0].name = (extraData === null || extraData === void 0 ? void 0 : extraData.label) || '';
|
|
103
|
+
if (extraData === null || extraData === void 0 ? void 0 : extraData.isShowUnit) {
|
|
104
|
+
optionsCopy.series.detail.formatter = "{value}".concat(pointData.unit);
|
|
105
|
+
} else {
|
|
106
|
+
optionsCopy.series.detail.formatter = "{value}";
|
|
107
|
+
}
|
|
108
|
+
return optionsCopy;
|
|
109
|
+
});
|
|
110
|
+
}
|
|
111
|
+
}, [pointData, node]);
|
|
112
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
113
|
+
className: styles.wrap,
|
|
114
|
+
onClick: eventHandles.onClick,
|
|
115
|
+
onContextMenu: eventHandles.onContextMenu,
|
|
116
|
+
onMouseEnter: eventHandles.onMouseEnter,
|
|
117
|
+
onMouseLeave: eventHandles.onMouseLeave,
|
|
118
|
+
style: _objectSpread(_objectSpread({}, payload === null || payload === void 0 ? void 0 : payload.borderStyles), payload === null || payload === void 0 ? void 0 : payload.fillStyles)
|
|
119
|
+
}, /*#__PURE__*/React.createElement(Tooltip, {
|
|
120
|
+
title: false
|
|
121
|
+
}, /*#__PURE__*/React.createElement(ECharts, {
|
|
122
|
+
option: chartOptions,
|
|
123
|
+
style: {
|
|
124
|
+
height: '100%'
|
|
125
|
+
}
|
|
126
|
+
})));
|
|
127
|
+
};
|
|
128
|
+
export default /*#__PURE__*/memo(EleGaugeComponent, reactShapeNodeAreEqual);
|
|
@@ -0,0 +1,92 @@
|
|
|
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 ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
6
|
+
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); }
|
|
7
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
8
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
9
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
10
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
11
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
12
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
13
|
+
import React from "react";
|
|
14
|
+
import { Form, Input, Switch, InputNumber } from 'antd';
|
|
15
|
+
import { useEffect } from 'react';
|
|
16
|
+
import { CheckOutlined, CloseOutlined } from '@ant-design/icons';
|
|
17
|
+
import { useModel } from 'umi';
|
|
18
|
+
import NeedBindPointHint from "../../../../components/NeedBindPointHint";
|
|
19
|
+
var OtherDataSet = function OtherDataSet() {
|
|
20
|
+
var _payload$pointList;
|
|
21
|
+
var _Form$useForm = Form.useForm(),
|
|
22
|
+
_Form$useForm2 = _slicedToArray(_Form$useForm, 1),
|
|
23
|
+
form = _Form$useForm2[0];
|
|
24
|
+
var _useModel = useModel('useEditor', function (model) {
|
|
25
|
+
return {
|
|
26
|
+
activeNode: model.activeNode
|
|
27
|
+
};
|
|
28
|
+
}),
|
|
29
|
+
activeNode = _useModel.activeNode;
|
|
30
|
+
var payload = activeNode === null || activeNode === void 0 ? void 0 : activeNode.getData();
|
|
31
|
+
var bindPoint = payload === null || payload === void 0 ? void 0 : (_payload$pointList = payload.pointList) === null || _payload$pointList === void 0 ? void 0 : _payload$pointList[0];
|
|
32
|
+
useEffect(function () {
|
|
33
|
+
if (activeNode) {
|
|
34
|
+
var data = activeNode.getData();
|
|
35
|
+
var label = data.label,
|
|
36
|
+
isShowUnit = data.isShowUnit,
|
|
37
|
+
maxValue = data.maxValue,
|
|
38
|
+
minValue = data.minValue;
|
|
39
|
+
form.setFieldsValue({
|
|
40
|
+
isShowUnit: !!isShowUnit,
|
|
41
|
+
label: label,
|
|
42
|
+
maxValue: maxValue,
|
|
43
|
+
minValue: minValue
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
}, [activeNode, form]);
|
|
47
|
+
var onFormChange = function onFormChange(changedValues, values) {
|
|
48
|
+
activeNode === null || activeNode === void 0 ? void 0 : activeNode.setData(_objectSpread({}, values), {
|
|
49
|
+
deep: false
|
|
50
|
+
});
|
|
51
|
+
};
|
|
52
|
+
if (!bindPoint) {
|
|
53
|
+
return /*#__PURE__*/React.createElement(NeedBindPointHint, null);
|
|
54
|
+
}
|
|
55
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Form, {
|
|
56
|
+
form: form,
|
|
57
|
+
size: "small",
|
|
58
|
+
labelCol: {
|
|
59
|
+
span: 8
|
|
60
|
+
},
|
|
61
|
+
wrapperCol: {
|
|
62
|
+
span: 15
|
|
63
|
+
},
|
|
64
|
+
autoComplete: "off",
|
|
65
|
+
onValuesChange: onFormChange
|
|
66
|
+
}, /*#__PURE__*/React.createElement(Form.Item, {
|
|
67
|
+
name: "minValue",
|
|
68
|
+
label: "\u6700\u5C0F\u503C"
|
|
69
|
+
}, /*#__PURE__*/React.createElement(InputNumber, {
|
|
70
|
+
className: "!w-full"
|
|
71
|
+
})), /*#__PURE__*/React.createElement(Form.Item, {
|
|
72
|
+
name: "maxValue",
|
|
73
|
+
label: "\u6700\u5927\u503C"
|
|
74
|
+
}, /*#__PURE__*/React.createElement(InputNumber, {
|
|
75
|
+
className: "!w-full"
|
|
76
|
+
})), /*#__PURE__*/React.createElement(Form.Item, {
|
|
77
|
+
name: "label",
|
|
78
|
+
label: "\u663E\u793A\u63CF\u8FF0"
|
|
79
|
+
}, /*#__PURE__*/React.createElement(Input, {
|
|
80
|
+
allowClear: true
|
|
81
|
+
})), /*#__PURE__*/React.createElement(Form.Item, {
|
|
82
|
+
valuePropName: "checked",
|
|
83
|
+
name: "isShowUnit",
|
|
84
|
+
label: "\u663E\u793A\u5355\u4F4D"
|
|
85
|
+
}, /*#__PURE__*/React.createElement(Switch, {
|
|
86
|
+
size: "small",
|
|
87
|
+
checkedChildren: /*#__PURE__*/React.createElement(CheckOutlined, null),
|
|
88
|
+
unCheckedChildren: /*#__PURE__*/React.createElement(CloseOutlined, null),
|
|
89
|
+
defaultChecked: true
|
|
90
|
+
}))));
|
|
91
|
+
};
|
|
92
|
+
export default OtherDataSet;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Collapse } from 'antd';
|
|
3
|
+
import { CaretRightOutlined } from '@ant-design/icons';
|
|
4
|
+
import FormBindPoint from "../../../components/FormBindPoint";
|
|
5
|
+
import OtherPropsSet from "./OtherPropsSet";
|
|
6
|
+
import { useForceUpdate } from "../../../hooks";
|
|
7
|
+
var Panel = Collapse.Panel;
|
|
8
|
+
var PropsSet = function PropsSet() {
|
|
9
|
+
var forceUpdate = useForceUpdate();
|
|
10
|
+
return /*#__PURE__*/React.createElement(Collapse, {
|
|
11
|
+
defaultActiveKey: ['1', '2'],
|
|
12
|
+
ghost: true,
|
|
13
|
+
expandIcon: function expandIcon(_ref) {
|
|
14
|
+
var isActive = _ref.isActive;
|
|
15
|
+
return /*#__PURE__*/React.createElement(CaretRightOutlined, {
|
|
16
|
+
rotate: isActive ? 90 : 0
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
}, /*#__PURE__*/React.createElement(Panel, {
|
|
20
|
+
header: "\u7ED1\u5B9A\u70B9\u4F4D",
|
|
21
|
+
key: "1"
|
|
22
|
+
}, /*#__PURE__*/React.createElement(FormBindPoint, {
|
|
23
|
+
onChange: forceUpdate
|
|
24
|
+
})), /*#__PURE__*/React.createElement(Panel, {
|
|
25
|
+
header: "\u5176\u4ED6",
|
|
26
|
+
key: "2"
|
|
27
|
+
}, /*#__PURE__*/React.createElement(OtherPropsSet, null)));
|
|
28
|
+
};
|
|
29
|
+
export default PropsSet;
|
|
@@ -0,0 +1,66 @@
|
|
|
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 EleGaugeComponent from "./Component";
|
|
17
|
+
import { ReactShapeBase } from "../reactShapeBase";
|
|
18
|
+
export var shapeName = 'ele-gauge';
|
|
19
|
+
var EleGauge = /*#__PURE__*/function (_ReactShapeBase) {
|
|
20
|
+
_inherits(EleGauge, _ReactShapeBase);
|
|
21
|
+
var _super = _createSuper(EleGauge);
|
|
22
|
+
function EleGauge() {
|
|
23
|
+
var _this;
|
|
24
|
+
_classCallCheck(this, EleGauge);
|
|
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(EleGauge);
|
|
33
|
+
}(ReactShapeBase);
|
|
34
|
+
EleGauge.shapeName = shapeName;
|
|
35
|
+
/** 注册的 react 组件名称 */
|
|
36
|
+
var registerComponentName = "".concat(EleGauge.shapeName, "-component");
|
|
37
|
+
export var defaultConfig = {
|
|
38
|
+
shape: EleGauge.shapeName,
|
|
39
|
+
width: 170,
|
|
40
|
+
height: 170,
|
|
41
|
+
data: {
|
|
42
|
+
pointListLimit: 1,
|
|
43
|
+
label: '温度',
|
|
44
|
+
isShowUnit: true,
|
|
45
|
+
maxValue: 100,
|
|
46
|
+
minValue: 0,
|
|
47
|
+
borderStyles: {
|
|
48
|
+
borderRadius: 8,
|
|
49
|
+
boxShadow: '2px 2px 6px 0px rgba(0,0,0,0.2)'
|
|
50
|
+
},
|
|
51
|
+
fillStyles: {
|
|
52
|
+
backgroundColor: '#ffffff'
|
|
53
|
+
},
|
|
54
|
+
events: [{
|
|
55
|
+
type: 'click',
|
|
56
|
+
action: 'show-point-history'
|
|
57
|
+
}]
|
|
58
|
+
},
|
|
59
|
+
component: registerComponentName
|
|
60
|
+
};
|
|
61
|
+
EleGauge.config(defaultConfig);
|
|
62
|
+
|
|
63
|
+
// 注册 react 组件
|
|
64
|
+
Graph.registerReactComponent(registerComponentName, /*#__PURE__*/React.createElement(EleGaugeComponent, null));
|
|
65
|
+
export { EleGaugeComponent };
|
|
66
|
+
export default EleGauge;
|