vue2-client 0.1.1 → 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/.editorconfig +9 -0
- package/.env +14 -0
- package/.env.development +1 -0
- package/.eslintrc.js +81 -0
- package/.eslintrc.json +5 -0
- package/README.md +46 -36
- package/babel.config.js +11 -2
- package/docs/index.md +29 -0
- package/jest.config.js +3 -0
- package/package.json +68 -22
- package/public/index.html +13 -3
- package/src/App.vue +93 -0
- package/src/assets/img/alipay.png +0 -0
- package/src/assets/img/defect.png +0 -0
- package/src/assets/img/error.png +0 -0
- package/src/assets/img/logo.png +0 -0
- package/src/assets/img/preview-nine.png +0 -0
- package/src/assets/img/preview.png +0 -0
- package/src/assets/img/success.png +0 -0
- package/src/assets/img/success1.png +0 -0
- package/src/assets/img/wechatpay.png +0 -0
- package/src/base-client/all.js +57 -0
- package/src/base-client/components/common/CreateQuery/CreateQuery.vue +1159 -0
- package/src/base-client/components/common/CreateQuery/index.js +3 -0
- package/src/base-client/components/common/CreateQuery/index.md +42 -0
- package/src/base-client/components/common/CreateSimpleFormQuery/CreateSimpleFormQuery.vue +540 -0
- package/src/base-client/components/common/CreateSimpleFormQuery/index.js +3 -0
- package/src/base-client/components/common/CreateSimpleFormQuery/index.md +42 -0
- package/src/{components → base-client/components/common}/CustomColumnsDrawer/CustomColumnsDrawer.vue +21 -15
- package/src/{components → base-client/components/common}/CustomColumnsDrawer/index.js +0 -0
- package/src/{components → base-client/components/common}/CustomColumnsDrawer/index.md +0 -0
- package/src/base-client/components/common/FormGroupEdit/FormGroupEdit.vue +150 -0
- package/src/base-client/components/common/FormGroupEdit/index.js +3 -0
- package/src/base-client/components/common/FormGroupEdit/index.md +43 -0
- package/src/base-client/components/common/FormGroupQuery/FormGroupQuery.vue +163 -0
- package/src/base-client/components/common/FormGroupQuery/index.js +3 -0
- package/src/base-client/components/common/FormGroupQuery/index.md +43 -0
- package/src/base-client/components/common/JSONToTree/index.js +3 -0
- package/src/base-client/components/common/JSONToTree/jsontotree.vue +275 -0
- package/src/base-client/components/common/XAddForm/XAddForm.vue +323 -0
- package/src/base-client/components/common/XAddForm/index.js +3 -0
- package/src/base-client/components/common/XAddForm/index.md +60 -0
- package/src/base-client/components/common/XBadge/XBadge.vue +61 -0
- package/src/base-client/components/common/XBadge/index.js +3 -0
- package/src/base-client/components/common/XBadge/index.md +39 -0
- package/src/base-client/components/common/XCard/XCard.vue +59 -0
- package/src/base-client/components/common/XCard/index.js +3 -0
- package/src/base-client/components/common/XCard/index.md +43 -0
- package/src/base-client/components/common/XForm/XForm.vue +275 -0
- package/src/base-client/components/common/XForm/XFormItem.vue +217 -0
- package/src/base-client/components/common/XForm/index.js +3 -0
- package/src/base-client/components/common/XForm/index.md +196 -0
- package/src/{components/FormItem/FormItem.vue → base-client/components/common/XFormCol/XFormCol.vue} +16 -14
- package/src/base-client/components/common/XFormCol/index.js +3 -0
- package/src/{components/FormItem → base-client/components/common/XFormCol}/index.md +2 -2
- package/src/base-client/components/common/XFormTable/XFormTable.vue +405 -0
- package/src/base-client/components/common/XFormTable/index.js +3 -0
- package/src/base-client/components/common/XFormTable/index.md +89 -0
- package/src/base-client/components/common/XTable/XTable.vue +262 -0
- package/src/base-client/components/common/XTable/index.js +3 -0
- package/src/base-client/components/common/XTable/index.md +255 -0
- package/src/base-client/components/common/XTreeOne/XTreeOne.vue +105 -0
- package/src/base-client/components/common/XTreeOne/index.js +3 -0
- package/src/base-client/components/iot/CustomerDetailsView/CustomerDetailsView.vue +226 -0
- package/src/base-client/components/iot/CustomerDetailsView/index.js +3 -0
- package/src/base-client/components/iot/CustomerDetailsView/index.md +41 -0
- package/src/base-client/components/iot/DataAnalysisUser/DataAnalysisUser.vue +127 -0
- package/src/base-client/components/iot/DataAnalysisUser/index.js +3 -0
- package/src/base-client/components/iot/DataAnalysisView/DataAnalysisView.vue +250 -0
- package/src/base-client/components/iot/DataAnalysisView/index.js +3 -0
- package/src/base-client/components/iot/DataAnalysisViewGD/DataAnalysisViewGD.vue +548 -0
- package/src/base-client/components/iot/DataAnalysisViewGD/WindowTemplate/WindowInfotemp.vue +99 -0
- package/src/base-client/components/iot/DataAnalysisViewGD/WindowTemplate/index.js +3 -0
- package/src/base-client/components/iot/DataAnalysisViewGD/index.js +3 -0
- package/src/base-client/components/iot/DeviceBrandDetailsView/DeviceBrandDetailsView.vue +453 -0
- package/src/base-client/components/iot/DeviceBrandDetailsView/index.js +3 -0
- package/src/base-client/components/iot/DeviceDetailsView/DeviceDetailsView.vue +231 -0
- package/src/base-client/components/iot/DeviceDetailsView/index.js +3 -0
- package/src/base-client/components/iot/DeviceDetailsView/index.md +43 -0
- package/src/base-client/components/iot/DeviceDetailsView/part/DeviceDetailsCount.vue +330 -0
- package/src/base-client/components/iot/DeviceDetailsView/part/DeviceDetailsException.vue +57 -0
- package/src/base-client/components/iot/DeviceDetailsView/part/DeviceDetailsInstruct.vue +122 -0
- package/src/base-client/components/iot/DeviceDetailsView/part/DeviceDetailsInstructOperate.vue +122 -0
- package/src/base-client/components/iot/DeviceDetailsView/part/DeviceDetailsMain.vue +225 -0
- package/src/base-client/components/iot/DeviceDetailsView/part/DeviceDetailsRead.vue +135 -0
- package/src/base-client/components/iot/DeviceDetailsView/part/index.js +8 -0
- package/src/base-client/components/iot/DeviceTypeDetailsView/DeviceTypeDetailsView.vue +277 -0
- package/src/base-client/components/iot/DeviceTypeDetailsView/index.js +3 -0
- package/src/base-client/components/iot/InstructDetailsView/InstructDetailsView.vue +472 -0
- package/src/{components → base-client/components/iot}/InstructDetailsView/index.js +0 -0
- package/src/base-client/components/iot/InstructDetailsView/index.md +45 -0
- package/src/base-client/components/iot/LogDetailsView/LogDetailsView.vue +380 -0
- package/src/base-client/components/iot/LogDetailsView/index.js +3 -0
- package/src/base-client/components/iot/LogDetailsView/index.md +43 -0
- package/src/base-client/components/iot/MeterDetailsView/MeterDetailsView.vue +360 -0
- package/src/{components → base-client/components/iot}/MeterDetailsView/index.js +0 -0
- package/src/base-client/components/iot/MeterDetailsView/index.md +43 -0
- package/src/{components → base-client/components/iot}/MeterDetailsView/part/MeterDetailsCount.vue +335 -381
- package/src/{components → base-client/components/iot}/MeterDetailsView/part/MeterDetailsException.vue +185 -204
- package/src/{components → base-client/components/iot}/MeterDetailsView/part/MeterDetailsHandPlan.vue +292 -320
- package/src/{components → base-client/components/iot}/MeterDetailsView/part/MeterDetailsInstruct.vue +237 -278
- package/src/{components → base-client/components/iot}/MeterDetailsView/part/MeterDetailsMain.vue +257 -247
- package/src/{components → base-client/components/iot}/MeterDetailsView/part/MeterDetailsSellGas.vue +190 -211
- package/src/base-client/components/iot/MeterDetailsView/part/index.js +9 -0
- package/src/base-client/components/iot/WebmeterAnalysisView/WebmeterAnalysisView.vue +723 -0
- package/src/base-client/components/iot/WebmeterAnalysisView/index.js +3 -0
- package/src/base-client/components/iot/WebmeterAnalysisView/index.md +48 -0
- package/src/base-client/components/system/DictionaryDetailsView/DictionaryDetailsView.vue +232 -0
- package/src/base-client/components/system/DictionaryDetailsView/index.js +3 -0
- package/src/base-client/components/system/DictionaryDetailsView/index.md +41 -0
- package/src/base-client/components/system/QueryParamsDetailsView/QueryParamsDetailsView.vue +248 -0
- package/src/base-client/components/system/QueryParamsDetailsView/index.js +3 -0
- package/src/base-client/components/ticket/EmployeeDetailsView/EmployeeDetailsView.vue +406 -0
- package/src/base-client/components/ticket/EmployeeDetailsView/index.js +3 -0
- package/src/base-client/components/ticket/EmployeeDetailsView/index.md +28 -0
- package/src/base-client/components/ticket/TicketDetailsView/TicketDetailsView.vue +486 -0
- package/src/base-client/components/ticket/TicketDetailsView/index.js +3 -0
- package/src/base-client/components/ticket/TicketDetailsView/index.md +29 -0
- package/src/base-client/components/ticket/TicketDetailsView/part/TicketDetailsFlow.vue +184 -0
- package/src/base-client/components/ticket/TicketDetailsView/part/index.js +3 -0
- package/src/base-client/components/ticket/TicketSubmitSuccessView/TicketSubmitSuccessView.vue +303 -0
- package/src/base-client/components/ticket/TicketSubmitSuccessView/index.js +3 -0
- package/src/base-client/components/ticket/TicketSubmitSuccessView/index.md +29 -0
- package/src/base-client/plugins/AppData.js +69 -0
- package/src/{plugins → base-client/plugins}/Config.js +1 -1
- package/src/base-client/plugins/GetLoginInfoService.js +222 -0
- package/src/{plugins → base-client/plugins}/PagedList.js +0 -0
- package/src/base-client/plugins/authority-plugin.js +167 -0
- package/src/base-client/plugins/i18n-extend.js +32 -0
- package/src/base-client/plugins/index.js +21 -0
- package/src/{plugins → base-client/plugins}/moment.js +8 -8
- package/src/base-client/plugins/tabs-page-plugin.js +38 -0
- package/src/bootstrap.js +25 -0
- package/src/components/Charts/Bar.vue +62 -0
- package/src/components/Charts/ChartCard.vue +120 -0
- package/src/components/Charts/DataUserOrderSituation.vue +77 -0
- package/src/components/Charts/DataUserReporting.vue +74 -0
- package/src/components/Charts/DataUserSituation.vue +107 -0
- package/src/components/Charts/Liquid.vue +67 -0
- package/src/components/Charts/MiniArea.vue +39 -0
- package/src/components/Charts/MiniBar.vue +39 -0
- package/src/components/Charts/MiniProgress.vue +75 -0
- package/src/components/Charts/MiniSmoothArea.vue +40 -0
- package/src/components/Charts/Radar.vue +68 -0
- package/src/components/Charts/RankList.vue +77 -0
- package/src/components/Charts/TagCloud.vue +113 -0
- package/src/components/Charts/TransferBar.vue +64 -0
- package/src/components/Charts/Trend.vue +82 -0
- package/src/components/Charts/chart.less +13 -0
- package/src/components/Charts/smooth.area.less +14 -0
- package/src/components/Ellipsis/Ellipsis.vue +64 -0
- package/src/components/Ellipsis/index.js +3 -0
- package/src/components/Ellipsis/index.md +38 -0
- package/src/components/NumberInfo/NumberInfo.vue +54 -0
- package/src/components/NumberInfo/index.js +3 -0
- package/src/components/NumberInfo/index.less +55 -0
- package/src/components/NumberInfo/index.md +43 -0
- package/src/components/STable/README.md +341 -0
- package/src/components/STable/index.js +316 -0
- package/src/components/Trend/Trend.vue +41 -0
- package/src/components/Trend/index.js +3 -0
- package/src/components/Trend/index.less +42 -0
- package/src/components/Trend/index.md +45 -0
- package/src/components/_util/util.js +46 -0
- package/src/components/cache/AKeepAlive.js +172 -0
- package/src/components/card/ChartCard.vue +79 -0
- package/src/components/chart/Bar.vue +60 -0
- package/src/components/chart/MiniArea.vue +67 -0
- package/src/components/chart/MiniBar.vue +59 -0
- package/src/components/chart/MiniProgress.vue +57 -0
- package/src/components/chart/Radar.vue +80 -0
- package/src/components/chart/RankingList.vue +60 -0
- package/src/components/chart/Trend.vue +79 -0
- package/src/components/chart/index.less +9 -0
- package/src/components/checkbox/ColorCheckbox.vue +157 -0
- package/src/components/checkbox/ImgCheckbox.vue +163 -0
- package/src/components/checkbox/index.js +7 -0
- package/src/components/dataAnalysisView/UserData.vue +61 -0
- package/src/components/exception/ExceptionPage.vue +70 -0
- package/src/components/exception/typeConfig.js +19 -0
- package/src/components/form/FormRow.vue +52 -0
- package/src/components/index.js +36 -0
- package/src/components/index.less +6 -0
- package/src/components/input/IInput.vue +66 -0
- package/src/components/menu/Contextmenu.vue +84 -0
- package/src/components/menu/SideMenu.vue +62 -0
- package/src/components/menu/index.less +38 -0
- package/src/components/menu/menu.js +273 -0
- package/src/components/page/header/PageHeader.vue +64 -0
- package/src/components/page/header/index.less +40 -0
- package/src/components/result/Result.vue +77 -0
- package/src/components/setting/Setting.vue +237 -0
- package/src/components/setting/SettingItem.vue +26 -0
- package/src/components/setting/i18n.js +117 -0
- package/src/components/table/StandardTable.vue +142 -0
- package/src/components/table/advance/ActionColumns.vue +158 -0
- package/src/components/table/advance/ActionSize.vue +45 -0
- package/src/components/table/advance/AdvanceTable.vue +275 -0
- package/src/components/table/advance/SearchArea.vue +355 -0
- package/src/components/table/advance/index.js +2 -0
- package/src/components/table/api/ApiTable.vue +50 -0
- package/src/components/task/TaskGroup.vue +80 -0
- package/src/components/task/TaskItem.vue +26 -0
- package/src/components/tool/AStepItem.vue +60 -0
- package/src/components/tool/AvatarList.vue +69 -0
- package/src/components/tool/DetailList.vue +157 -0
- package/src/components/tool/Drawer.vue +142 -0
- package/src/components/tool/FooterToolBar.vue +30 -0
- package/src/components/tool/HeadInfo.vue +35 -0
- package/src/components/tool/TagSelect.vue +83 -0
- package/src/components/tool/TagSelectOption.vue +33 -0
- package/src/components/transition/PageToggleTransition.vue +97 -0
- package/src/config/config.js +13 -0
- package/src/config/default/admin.config.js +18 -0
- package/src/config/default/animate.config.js +21 -0
- package/src/config/default/antd.config.js +84 -0
- package/src/config/default/index.js +6 -0
- package/src/config/default/setting.config.js +33 -0
- package/src/config/index.js +6 -0
- package/src/config/replacer/index.js +10 -0
- package/src/config/replacer/resolve.config.js +67 -0
- package/src/index.js +29 -0
- package/src/layouts/AdminLayout.vue +174 -0
- package/src/layouts/BlankView.vue +22 -0
- package/src/layouts/CommonLayout.vue +42 -0
- package/src/layouts/ComponentLayoutOne.vue +47 -0
- package/src/layouts/PageLayout.vue +151 -0
- package/src/layouts/PageView.vue +55 -0
- package/src/layouts/SinglePageView.vue +74 -0
- package/src/layouts/footer/PageFooter.vue +46 -0
- package/src/layouts/header/AdminHeader.vue +109 -0
- package/src/layouts/header/HeaderAvatar.vue +60 -0
- package/src/layouts/header/HeaderNotice.vue +97 -0
- package/src/layouts/header/HeaderSearch.vue +67 -0
- package/src/layouts/header/index.less +92 -0
- package/src/layouts/tabs/TabsHead.vue +190 -0
- package/src/layouts/tabs/TabsView.vue +355 -0
- package/src/layouts/tabs/i18n.js +25 -0
- package/src/layouts/tabs/index.js +2 -0
- package/src/main.js +8 -8
- package/src/mock/common/activityData.js +32 -0
- package/src/mock/common/index.js +89 -0
- package/src/mock/common/reportData.js +20 -0
- package/src/mock/common/tableData.js +118 -0
- package/src/mock/extend/index.js +83 -0
- package/src/mock/goods/index.js +108 -0
- package/src/mock/index.js +12 -0
- package/src/mock/project/index.js +17 -0
- package/src/mock/user/current.js +13 -0
- package/src/mock/user/login.js +39 -0
- package/src/mock/user/routes.js +61 -0
- package/src/mock/workplace/index.js +15 -0
- package/src/pages/exception/403.vue +25 -0
- package/src/pages/exception/404.vue +25 -0
- package/src/pages/exception/500.vue +25 -0
- package/src/pages/login/Login.vue +194 -0
- package/src/pages/login/index.js +2 -0
- package/src/pages/report/ReportTable.js +125 -0
- package/src/pages/report/ReportTableHome.vue +28 -0
- package/src/pages/resourceManage/resourceManageMain.vue +55 -0
- package/src/pages/system/applyInstallView/Core.vue +570 -0
- package/src/pages/system/applyInstallView/LFComponents/AddPanel.vue +52 -0
- package/src/pages/system/applyInstallView/LFComponents/Control.vue +78 -0
- package/src/pages/system/applyInstallView/LFComponents/DataDialog.vue +24 -0
- package/src/pages/system/applyInstallView/LFComponents/NodePanel.vue +103 -0
- package/src/pages/system/applyInstallView/PropertySetting/Base.vue +124 -0
- package/src/pages/system/applyInstallView/PropertySetting/CommonProperty.vue +104 -0
- package/src/pages/system/applyInstallView/PropertySetting/PropertyDialog.vue +43 -0
- package/src/pages/system/applyInstallView/background/base.png +0 -0
- package/src/pages/system/applyInstallView/background/click.png +0 -0
- package/src/pages/system/applyInstallView/background/download.png +0 -0
- package/src/pages/system/applyInstallView/background/end.png +0 -0
- package/src/pages/system/applyInstallView/background/push.png +0 -0
- package/src/pages/system/applyInstallView/background/start.png +0 -0
- package/src/pages/system/applyInstallView/background/step.png +0 -0
- package/src/pages/system/applyInstallView/background/time.png +0 -0
- package/src/pages/system/applyInstallView/config.js +22 -0
- package/src/pages/system/applyInstallView/data.json +1284 -0
- package/src/pages/system/applyInstallView/index.vue +34 -0
- package/src/pages/system/applyInstallView/registerNode/Connect.vue +43 -0
- package/src/pages/system/applyInstallView/registerNode/index.js +16 -0
- package/src/pages/system/applyInstallView/registerNode/registerBackEdge.js +44 -0
- package/src/pages/system/applyInstallView/registerNode/registerBase.js +139 -0
- package/src/pages/system/applyInstallView/registerNode/registerConnect.js +60 -0
- package/src/pages/system/applyInstallView/registerNode/registerDownload.js +92 -0
- package/src/pages/system/applyInstallView/registerNode/registerEnd.js +110 -0
- package/src/pages/system/applyInstallView/registerNode/registerPolyline.js +14 -0
- package/src/pages/system/applyInstallView/registerNode/registerPush.js +127 -0
- package/src/pages/system/applyInstallView/registerNode/registerStart.js +105 -0
- package/src/pages/system/applyInstallView/registerNode/registerStep.js +209 -0
- package/src/pages/system/applyInstallView/registerNode/registerTask.js +29 -0
- package/src/pages/system/dictionary/index.vue +41 -0
- package/src/pages/system/queryParams/index.vue +41 -0
- package/src/router/async/config.async.js +25 -0
- package/src/router/async/router.map.js +59 -0
- package/src/router/config.js +23 -0
- package/src/router/guards.js +104 -0
- package/src/router/i18n.js +57 -0
- package/src/router/index.js +31 -0
- package/src/services/api/CustomerDetailsViewApi.js +6 -0
- package/src/services/api/DeviceBrandDetailsViewApi.js +14 -0
- package/src/services/api/DeviceDetailsViewApi.js +10 -0
- package/src/services/api/DeviceTypeDetailsViewApi.js +6 -0
- package/src/services/api/DictionaryDetailsViewApi.js +6 -0
- package/src/services/api/EmployeeDetailsViewApi.js +16 -0
- package/src/services/api/FormGroupEditApi.js +6 -0
- package/src/services/api/InstructDetailsViewApi.js +12 -0
- package/src/services/api/LogDetailsViewApi.js +10 -0
- package/src/services/api/MeterDetailsViewApi.js +24 -0
- package/src/services/api/QueryParamsDetailsViewApi.js +6 -0
- package/src/services/api/TicketDetailsViewApi.js +30 -0
- package/src/services/api/WebmeterAnalysisViewApi.js +30 -0
- package/src/services/api/common.js +39 -0
- package/src/services/api/iot.js +7 -0
- package/src/services/api/manage.js +12 -0
- package/src/services/api/restTools.js +23 -0
- package/src/services/api/service.js +12 -0
- package/src/services/api.js +11 -0
- package/src/services/dataSource.js +12 -0
- package/src/services/index.js +7 -0
- package/src/services/user.js +34 -0
- package/src/store/index.js +8 -0
- package/src/store/modules/account.js +103 -0
- package/src/store/modules/index.js +4 -0
- package/src/store/modules/setting.js +114 -0
- package/src/store/mutation-types.js +1 -0
- package/src/theme/antd/ant-menu.less +3 -0
- package/src/theme/antd/ant-message.less +3 -0
- package/src/theme/antd/ant-table.less +22 -0
- package/src/theme/antd/ant-time-picker.less +3 -0
- package/src/theme/antd/index.less +4 -0
- package/src/theme/default/color.less +43 -0
- package/src/theme/default/index.less +3 -0
- package/src/theme/default/nprogress.less +76 -0
- package/src/theme/default/style.less +33 -0
- package/src/theme/global.less +130 -0
- package/src/theme/index.less +5 -0
- package/src/theme/reportTable.less +58 -0
- package/src/theme/theme.less +1 -0
- package/src/utils/Objects.js +25 -0
- package/src/utils/authority-utils.js +85 -0
- package/src/utils/axios-interceptors.js +82 -0
- package/src/utils/colors.js +103 -0
- package/src/utils/excel/Blob.js +181 -0
- package/src/utils/excel/Export2Excel.js +142 -0
- package/src/utils/filter.js +21 -0
- package/src/utils/formatter.js +68 -0
- package/src/utils/i18n.js +80 -0
- package/src/utils/indexedDB.js +146 -0
- package/src/utils/request.js +197 -0
- package/src/utils/routerUtil.js +353 -0
- package/src/utils/theme-color-replacer-extend.js +92 -0
- package/src/utils/themeUtil.js +102 -0
- package/src/utils/util.js +134 -0
- package/tests/unit/ReportTable.spec.js +15 -0
- package/vue.config.js +152 -0
- package/index.js +0 -35
- package/src/api/business.js +0 -30
- package/src/api/common.js +0 -6
- package/src/assets/logo.png +0 -0
- package/src/components/Criteria/Criteria.vue +0 -191
- package/src/components/Criteria/CriteriaPaged.vue +0 -50
- package/src/components/Criteria/index.js +0 -7
- package/src/components/Criteria/index.md +0 -120
- package/src/components/DataGrid/DataGrid.vue +0 -206
- package/src/components/DataGrid/index.js +0 -3
- package/src/components/DataGrid/index.md +0 -195
- package/src/components/ExportExcel/ExportExcel.vue +0 -246
- package/src/components/ExportExcel/index.js +0 -3
- package/src/components/ExportExcel/index.md +0 -76
- package/src/components/FormItem/index.js +0 -3
- package/src/components/InstructDetailsView/InstructDetailsView.vue +0 -518
- package/src/components/InstructDetailsView/index.md +0 -40
- package/src/components/MetaAnalysis/MetaAnalysis.vue +0 -183
- package/src/components/MetaAnalysis/demo/A.vue +0 -31
- package/src/components/MetaAnalysis/demo/B.vue +0 -31
- package/src/components/MetaAnalysis/demo/C.vue +0 -31
- package/src/components/MetaAnalysis/demo/MetaTest.vue +0 -44
- package/src/components/MetaAnalysis/index.js +0 -3
- package/src/components/MetaAnalysis/index.md +0 -255
- package/src/components/MeterDetailsView/MeterDetailsView.vue +0 -317
- package/src/components/MeterDetailsView/index.md +0 -40
- package/src/components/MeterDetailsView/part/index.js +0 -9
- package/src/components/ModalView/Modal.vue +0 -100
- package/src/components/ModalView/index.js +0 -3
- package/src/components/WCriteria/WCriteria.vue +0 -191
- package/src/components/WCriteria/WCriteriaPaged.vue +0 -95
- package/src/components/WCriteria/index.js +0 -7
- package/src/components/WCriteria/index.md +0 -120
- package/src/components/WTable/WTable.vue +0 -216
- package/src/components/WTable/index.js +0 -3
- package/src/components/WTable/index.md +0 -195
- package/src/plugins/AppData.js +0 -39
- package/src/plugins/GetLoginInfoService.js +0 -475
- package/src/plugins/MessageBox.js +0 -15
|
@@ -0,0 +1,1284 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nodes": [
|
|
3
|
+
{
|
|
4
|
+
"id": "70a16bd5-da3f-4cc3-bfd3-5013c225cdb3",
|
|
5
|
+
"type": "step",
|
|
6
|
+
"x": 300,
|
|
7
|
+
"y": 340,
|
|
8
|
+
"properties": {
|
|
9
|
+
"id": 1,
|
|
10
|
+
"text": "用户受理",
|
|
11
|
+
"name": [
|
|
12
|
+
"市场开发员"
|
|
13
|
+
],
|
|
14
|
+
"timeout": 0,
|
|
15
|
+
"formData": {
|
|
16
|
+
"group": "预埋管报建流程",
|
|
17
|
+
"describe": "用户受理",
|
|
18
|
+
"column": [
|
|
19
|
+
{
|
|
20
|
+
"key": "f_entry_name",
|
|
21
|
+
"title": "项目名称",
|
|
22
|
+
"rule": {
|
|
23
|
+
"type": "string",
|
|
24
|
+
"required": "true"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"key": "f_user_name",
|
|
29
|
+
"title": "客户名称",
|
|
30
|
+
"rule": {
|
|
31
|
+
"type": "string",
|
|
32
|
+
"required": true
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"key": "f_contact",
|
|
37
|
+
"title": "联系人",
|
|
38
|
+
"rule": {
|
|
39
|
+
"type": "string",
|
|
40
|
+
"required": true
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"key": "f_phone",
|
|
45
|
+
"title": "联系人电话",
|
|
46
|
+
"rule": {
|
|
47
|
+
"type": "string",
|
|
48
|
+
"required": true
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"text": {
|
|
55
|
+
"x": 300,
|
|
56
|
+
"y": 390,
|
|
57
|
+
"value": "用户受理"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"id": "e7e87059-7baa-4b34-b899-139e2fb5aab2",
|
|
62
|
+
"type": "step",
|
|
63
|
+
"x": 430,
|
|
64
|
+
"y": 340,
|
|
65
|
+
"properties": {
|
|
66
|
+
"id": 2,
|
|
67
|
+
"text": "方案确定",
|
|
68
|
+
"name": [
|
|
69
|
+
"市场开发员",
|
|
70
|
+
"工程技术员"
|
|
71
|
+
],
|
|
72
|
+
"timeout": 48,
|
|
73
|
+
"formData": {
|
|
74
|
+
"group": "预埋管报建流程",
|
|
75
|
+
"describe": "方案确定",
|
|
76
|
+
"column": [
|
|
77
|
+
{
|
|
78
|
+
"key": "f_beta",
|
|
79
|
+
"title": "测试"
|
|
80
|
+
}
|
|
81
|
+
]
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"text": {
|
|
85
|
+
"x": 430,
|
|
86
|
+
"y": 390,
|
|
87
|
+
"value": "方案确定"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"id": "8da3e9d9-d8a4-4d6c-9387-a8e3c47d3fb3",
|
|
92
|
+
"type": "step",
|
|
93
|
+
"x": 570,
|
|
94
|
+
"y": 340,
|
|
95
|
+
"properties": {
|
|
96
|
+
"id": 3,
|
|
97
|
+
"text": "出具预算",
|
|
98
|
+
"name": [
|
|
99
|
+
"大区工程技术员"
|
|
100
|
+
],
|
|
101
|
+
"timeout": 48
|
|
102
|
+
},
|
|
103
|
+
"text": {
|
|
104
|
+
"x": 570,
|
|
105
|
+
"y": 390,
|
|
106
|
+
"value": "出具预算"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"id": "37a8705e-dffb-478f-8eb5-58d156c516ca",
|
|
111
|
+
"type": "step",
|
|
112
|
+
"x": 700,
|
|
113
|
+
"y": 340,
|
|
114
|
+
"properties": {
|
|
115
|
+
"id": 4,
|
|
116
|
+
"text": "发起施工",
|
|
117
|
+
"name": [
|
|
118
|
+
"市场开发员"
|
|
119
|
+
],
|
|
120
|
+
"timeout": 0
|
|
121
|
+
},
|
|
122
|
+
"text": {
|
|
123
|
+
"x": 700,
|
|
124
|
+
"y": 390,
|
|
125
|
+
"value": "合同签订"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"id": "5591ef1f-2913-4f19-b730-cb0903777e2d",
|
|
130
|
+
"type": "step",
|
|
131
|
+
"x": 830,
|
|
132
|
+
"y": 340,
|
|
133
|
+
"properties": {
|
|
134
|
+
"id": 5,
|
|
135
|
+
"text": "收费",
|
|
136
|
+
"name": [
|
|
137
|
+
"财务出纳员"
|
|
138
|
+
],
|
|
139
|
+
"timeout": 0
|
|
140
|
+
},
|
|
141
|
+
"text": {
|
|
142
|
+
"x": 830,
|
|
143
|
+
"y": 390,
|
|
144
|
+
"value": "收费"
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"id": "f12d8a17-dd15-4b9f-9727-86843421c4c5",
|
|
149
|
+
"type": "step",
|
|
150
|
+
"x": 960,
|
|
151
|
+
"y": 340,
|
|
152
|
+
"properties": {
|
|
153
|
+
"id": 6,
|
|
154
|
+
"text": "发起施工",
|
|
155
|
+
"name": [
|
|
156
|
+
"市场开发员"
|
|
157
|
+
],
|
|
158
|
+
"timeout": 8
|
|
159
|
+
},
|
|
160
|
+
"text": {
|
|
161
|
+
"x": 960,
|
|
162
|
+
"y": 390,
|
|
163
|
+
"value": "发起施工"
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"id": "4e8cafec-a0d5-4e44-a1bf-15bed190c0df",
|
|
168
|
+
"type": "step",
|
|
169
|
+
"x": 1090,
|
|
170
|
+
"y": 340,
|
|
171
|
+
"properties": {
|
|
172
|
+
"id": 7,
|
|
173
|
+
"text": "图纸下发",
|
|
174
|
+
"name": [
|
|
175
|
+
"大区工程技术员"
|
|
176
|
+
],
|
|
177
|
+
"timeout": 24
|
|
178
|
+
},
|
|
179
|
+
"text": {
|
|
180
|
+
"x": 1090,
|
|
181
|
+
"y": 390,
|
|
182
|
+
"value": "图纸下发"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"id": "a4801ba1-d178-4796-ab39-dce33d9ad3b9",
|
|
187
|
+
"type": "step",
|
|
188
|
+
"x": 1210,
|
|
189
|
+
"y": 340,
|
|
190
|
+
"properties": {
|
|
191
|
+
"id": 8,
|
|
192
|
+
"text": "设计出图",
|
|
193
|
+
"name": [
|
|
194
|
+
"设计员"
|
|
195
|
+
],
|
|
196
|
+
"timeout": 72
|
|
197
|
+
},
|
|
198
|
+
"text": {
|
|
199
|
+
"x": 1210,
|
|
200
|
+
"y": 390,
|
|
201
|
+
"value": "设计出图"
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"id": "74bca038-0cb1-45bf-a61e-64ed16132903",
|
|
206
|
+
"type": "step",
|
|
207
|
+
"x": 1330,
|
|
208
|
+
"y": 340,
|
|
209
|
+
"properties": {
|
|
210
|
+
"id": 9,
|
|
211
|
+
"text": "备料",
|
|
212
|
+
"name": [
|
|
213
|
+
"物资管理员"
|
|
214
|
+
],
|
|
215
|
+
"timeout": 168
|
|
216
|
+
},
|
|
217
|
+
"text": {
|
|
218
|
+
"x": 1330,
|
|
219
|
+
"y": 390,
|
|
220
|
+
"value": "备料"
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"id": "a2c0a5a6-28e5-4c00-a902-d10860df397f",
|
|
225
|
+
"type": "step",
|
|
226
|
+
"x": 1450,
|
|
227
|
+
"y": 340,
|
|
228
|
+
"properties": {
|
|
229
|
+
"id": 10,
|
|
230
|
+
"text": "施工",
|
|
231
|
+
"name": [
|
|
232
|
+
"现场管理员"
|
|
233
|
+
],
|
|
234
|
+
"timeout": 48
|
|
235
|
+
},
|
|
236
|
+
"text": {
|
|
237
|
+
"x": 1450,
|
|
238
|
+
"y": 390,
|
|
239
|
+
"value": "施工"
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"id": "efa84fb3-78e2-4c5f-bc39-5a57c8db019e",
|
|
244
|
+
"type": "step",
|
|
245
|
+
"x": 1570,
|
|
246
|
+
"y": 340,
|
|
247
|
+
"properties": {
|
|
248
|
+
"id": 11,
|
|
249
|
+
"text": "完工确认",
|
|
250
|
+
"name": [
|
|
251
|
+
"市场开发员"
|
|
252
|
+
],
|
|
253
|
+
"timeout": 4
|
|
254
|
+
},
|
|
255
|
+
"text": {
|
|
256
|
+
"x": 1570,
|
|
257
|
+
"y": 390,
|
|
258
|
+
"value": "完工确认"
|
|
259
|
+
}
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"id": "5a06d093-f29b-4119-814c-338500f4d4fc",
|
|
263
|
+
"type": "step",
|
|
264
|
+
"x": 1690,
|
|
265
|
+
"y": 340,
|
|
266
|
+
"properties": {
|
|
267
|
+
"id": 12,
|
|
268
|
+
"text": "回访",
|
|
269
|
+
"name": [
|
|
270
|
+
"客户服务员"
|
|
271
|
+
],
|
|
272
|
+
"timeout": 0
|
|
273
|
+
},
|
|
274
|
+
"text": {
|
|
275
|
+
"x": 1690,
|
|
276
|
+
"y": 390,
|
|
277
|
+
"value": "回访"
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"id": "ef0deac3-8b29-4320-bdc8-32b18200effb",
|
|
282
|
+
"type": "end",
|
|
283
|
+
"x": 1920,
|
|
284
|
+
"y": 340,
|
|
285
|
+
"properties": {}
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"id": "a3dcc51e-dd5f-4cad-9ba9-1c6c37addde7",
|
|
289
|
+
"type": "start",
|
|
290
|
+
"x": 180,
|
|
291
|
+
"y": 340,
|
|
292
|
+
"properties": {}
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"id": "531aebdf-296f-4c5e-875f-b84186232b01",
|
|
296
|
+
"type": "step",
|
|
297
|
+
"x": 1810,
|
|
298
|
+
"y": 340,
|
|
299
|
+
"properties": {
|
|
300
|
+
"id": 13,
|
|
301
|
+
"text": "完工",
|
|
302
|
+
"name": [],
|
|
303
|
+
"timeout": 0
|
|
304
|
+
},
|
|
305
|
+
"text": {
|
|
306
|
+
"x": 1810,
|
|
307
|
+
"y": 390,
|
|
308
|
+
"value": "完工"
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"id": "e513489b-4a30-49c9-88a4-4139314f7bfd",
|
|
313
|
+
"type": "base",
|
|
314
|
+
"x": 210,
|
|
315
|
+
"y": 140,
|
|
316
|
+
"properties": {
|
|
317
|
+
"id": 1004,
|
|
318
|
+
"text": "预埋管报建流程",
|
|
319
|
+
"personId": 2004,
|
|
320
|
+
"personName": "执行者",
|
|
321
|
+
"propArray": [
|
|
322
|
+
{
|
|
323
|
+
"name": "subdep",
|
|
324
|
+
"id": "var1",
|
|
325
|
+
"description": "转下级部门"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"name": "man",
|
|
329
|
+
"id": "var2",
|
|
330
|
+
"description": "部门下人员"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"name": "userid",
|
|
334
|
+
"id": "var3",
|
|
335
|
+
"description": "登陆人"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"name": "organization",
|
|
339
|
+
"id": "var4",
|
|
340
|
+
"description": "公司"
|
|
341
|
+
}
|
|
342
|
+
]
|
|
343
|
+
},
|
|
344
|
+
"text": {
|
|
345
|
+
"x": 210,
|
|
346
|
+
"y": 190,
|
|
347
|
+
"value": "预埋管报建流程"
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"edges": [
|
|
352
|
+
{
|
|
353
|
+
"id": "8ceb9b14-ceb5-469f-be93-29c87bcf63dd",
|
|
354
|
+
"type": "polyline",
|
|
355
|
+
"sourceNodeId": "a3dcc51e-dd5f-4cad-9ba9-1c6c37addde7",
|
|
356
|
+
"targetNodeId": "70a16bd5-da3f-4cc3-bfd3-5013c225cdb3",
|
|
357
|
+
"startPoint": {
|
|
358
|
+
"x": 200,
|
|
359
|
+
"y": 340
|
|
360
|
+
},
|
|
361
|
+
"endPoint": {
|
|
362
|
+
"x": 265,
|
|
363
|
+
"y": 340
|
|
364
|
+
},
|
|
365
|
+
"properties": {},
|
|
366
|
+
"pointsList": [
|
|
367
|
+
{
|
|
368
|
+
"x": 200,
|
|
369
|
+
"y": 340
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"x": 265,
|
|
373
|
+
"y": 340
|
|
374
|
+
}
|
|
375
|
+
]
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"id": "a2d74857-7831-4009-83ae-709efa362b77",
|
|
379
|
+
"type": "polyline",
|
|
380
|
+
"sourceNodeId": "5591ef1f-2913-4f19-b730-cb0903777e2d",
|
|
381
|
+
"targetNodeId": "f12d8a17-dd15-4b9f-9727-86843421c4c5",
|
|
382
|
+
"startPoint": {
|
|
383
|
+
"x": 865,
|
|
384
|
+
"y": 340
|
|
385
|
+
},
|
|
386
|
+
"endPoint": {
|
|
387
|
+
"x": 925,
|
|
388
|
+
"y": 340
|
|
389
|
+
},
|
|
390
|
+
"properties": {},
|
|
391
|
+
"pointsList": [
|
|
392
|
+
{
|
|
393
|
+
"x": 865,
|
|
394
|
+
"y": 340
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"x": 925,
|
|
398
|
+
"y": 340
|
|
399
|
+
}
|
|
400
|
+
]
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"id": "4c8f2668-bdf5-45dc-8b9b-6b11198229d8",
|
|
404
|
+
"type": "polyline",
|
|
405
|
+
"sourceNodeId": "531aebdf-296f-4c5e-875f-b84186232b01",
|
|
406
|
+
"targetNodeId": "ef0deac3-8b29-4320-bdc8-32b18200effb",
|
|
407
|
+
"startPoint": {
|
|
408
|
+
"x": 1845,
|
|
409
|
+
"y": 340
|
|
410
|
+
},
|
|
411
|
+
"endPoint": {
|
|
412
|
+
"x": 1900,
|
|
413
|
+
"y": 340
|
|
414
|
+
},
|
|
415
|
+
"properties": {},
|
|
416
|
+
"pointsList": [
|
|
417
|
+
{
|
|
418
|
+
"x": 1845,
|
|
419
|
+
"y": 340
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"x": 1875,
|
|
423
|
+
"y": 340
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"x": 1875,
|
|
427
|
+
"y": 340
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"x": 1870,
|
|
431
|
+
"y": 340
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"x": 1870,
|
|
435
|
+
"y": 340
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"x": 1900,
|
|
439
|
+
"y": 340
|
|
440
|
+
}
|
|
441
|
+
]
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"id": "d897b236-e8bf-4be9-9b85-42f70c66cddb",
|
|
445
|
+
"type": "polyline",
|
|
446
|
+
"sourceNodeId": "e7e87059-7baa-4b34-b899-139e2fb5aab2",
|
|
447
|
+
"targetNodeId": "8da3e9d9-d8a4-4d6c-9387-a8e3c47d3fb3",
|
|
448
|
+
"startPoint": {
|
|
449
|
+
"x": 465,
|
|
450
|
+
"y": 340
|
|
451
|
+
},
|
|
452
|
+
"endPoint": {
|
|
453
|
+
"x": 535,
|
|
454
|
+
"y": 340
|
|
455
|
+
},
|
|
456
|
+
"properties": {},
|
|
457
|
+
"pointsList": [
|
|
458
|
+
{
|
|
459
|
+
"x": 465,
|
|
460
|
+
"y": 340
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"x": 535,
|
|
464
|
+
"y": 340
|
|
465
|
+
}
|
|
466
|
+
]
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"id": "f087af04-1ea5-4fb6-891b-98072fb9ec4b",
|
|
470
|
+
"type": "polyline",
|
|
471
|
+
"sourceNodeId": "37a8705e-dffb-478f-8eb5-58d156c516ca",
|
|
472
|
+
"targetNodeId": "5591ef1f-2913-4f19-b730-cb0903777e2d",
|
|
473
|
+
"startPoint": {
|
|
474
|
+
"x": 735,
|
|
475
|
+
"y": 341.25
|
|
476
|
+
},
|
|
477
|
+
"endPoint": {
|
|
478
|
+
"x": 795,
|
|
479
|
+
"y": 341.25
|
|
480
|
+
},
|
|
481
|
+
"properties": {},
|
|
482
|
+
"pointsList": [
|
|
483
|
+
{
|
|
484
|
+
"x": 735,
|
|
485
|
+
"y": 341.25
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"x": 795,
|
|
489
|
+
"y": 341.25
|
|
490
|
+
}
|
|
491
|
+
]
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"id": "06bf715e-081a-4165-a975-b5544549785a",
|
|
495
|
+
"type": "polyline",
|
|
496
|
+
"sourceNodeId": "8da3e9d9-d8a4-4d6c-9387-a8e3c47d3fb3",
|
|
497
|
+
"targetNodeId": "37a8705e-dffb-478f-8eb5-58d156c516ca",
|
|
498
|
+
"startPoint": {
|
|
499
|
+
"x": 605,
|
|
500
|
+
"y": 340
|
|
501
|
+
},
|
|
502
|
+
"endPoint": {
|
|
503
|
+
"x": 665,
|
|
504
|
+
"y": 340
|
|
505
|
+
},
|
|
506
|
+
"properties": {},
|
|
507
|
+
"pointsList": [
|
|
508
|
+
{
|
|
509
|
+
"x": 605,
|
|
510
|
+
"y": 340
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"x": 665,
|
|
514
|
+
"y": 340
|
|
515
|
+
}
|
|
516
|
+
]
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"id": "318d5acd-4c46-4531-925a-0d5b0ac5daf8",
|
|
520
|
+
"type": "polyline",
|
|
521
|
+
"sourceNodeId": "e7e87059-7baa-4b34-b899-139e2fb5aab2",
|
|
522
|
+
"targetNodeId": "37a8705e-dffb-478f-8eb5-58d156c516ca",
|
|
523
|
+
"startPoint": {
|
|
524
|
+
"x": 430,
|
|
525
|
+
"y": 305
|
|
526
|
+
},
|
|
527
|
+
"endPoint": {
|
|
528
|
+
"x": 682.5,
|
|
529
|
+
"y": 305
|
|
530
|
+
},
|
|
531
|
+
"properties": {},
|
|
532
|
+
"pointsList": [
|
|
533
|
+
{
|
|
534
|
+
"x": 430,
|
|
535
|
+
"y": 305
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"x": 430,
|
|
539
|
+
"y": 266.25
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"x": 682.5,
|
|
543
|
+
"y": 266.25
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"x": 682.5,
|
|
547
|
+
"y": 305
|
|
548
|
+
}
|
|
549
|
+
]
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"id": "46da394e-fa30-4aa5-a5f1-86ea73437516",
|
|
553
|
+
"type": "polyline",
|
|
554
|
+
"sourceNodeId": "f12d8a17-dd15-4b9f-9727-86843421c4c5",
|
|
555
|
+
"targetNodeId": "4e8cafec-a0d5-4e44-a1bf-15bed190c0df",
|
|
556
|
+
"startPoint": {
|
|
557
|
+
"x": 995,
|
|
558
|
+
"y": 340
|
|
559
|
+
},
|
|
560
|
+
"endPoint": {
|
|
561
|
+
"x": 1055,
|
|
562
|
+
"y": 340
|
|
563
|
+
},
|
|
564
|
+
"properties": {},
|
|
565
|
+
"pointsList": [
|
|
566
|
+
{
|
|
567
|
+
"x": 995,
|
|
568
|
+
"y": 340
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"x": 1055,
|
|
572
|
+
"y": 340
|
|
573
|
+
}
|
|
574
|
+
]
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"id": "56c4fcf0-af65-4083-8f23-fdb4d0ff5c82",
|
|
578
|
+
"type": "polyline",
|
|
579
|
+
"sourceNodeId": "4e8cafec-a0d5-4e44-a1bf-15bed190c0df",
|
|
580
|
+
"targetNodeId": "a4801ba1-d178-4796-ab39-dce33d9ad3b9",
|
|
581
|
+
"startPoint": {
|
|
582
|
+
"x": 1125,
|
|
583
|
+
"y": 340
|
|
584
|
+
},
|
|
585
|
+
"endPoint": {
|
|
586
|
+
"x": 1175,
|
|
587
|
+
"y": 340
|
|
588
|
+
},
|
|
589
|
+
"properties": {},
|
|
590
|
+
"pointsList": [
|
|
591
|
+
{
|
|
592
|
+
"x": 1125,
|
|
593
|
+
"y": 340
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"x": 1155,
|
|
597
|
+
"y": 340
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"x": 1155,
|
|
601
|
+
"y": 340
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"x": 1145,
|
|
605
|
+
"y": 340
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"x": 1145,
|
|
609
|
+
"y": 340
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"x": 1175,
|
|
613
|
+
"y": 340
|
|
614
|
+
}
|
|
615
|
+
]
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"id": "e712a9fb-b867-4c2a-a58a-25e6dec503bf",
|
|
619
|
+
"type": "polyline",
|
|
620
|
+
"sourceNodeId": "a4801ba1-d178-4796-ab39-dce33d9ad3b9",
|
|
621
|
+
"targetNodeId": "74bca038-0cb1-45bf-a61e-64ed16132903",
|
|
622
|
+
"startPoint": {
|
|
623
|
+
"x": 1245,
|
|
624
|
+
"y": 340
|
|
625
|
+
},
|
|
626
|
+
"endPoint": {
|
|
627
|
+
"x": 1295,
|
|
628
|
+
"y": 340
|
|
629
|
+
},
|
|
630
|
+
"properties": {},
|
|
631
|
+
"pointsList": [
|
|
632
|
+
{
|
|
633
|
+
"x": 1245,
|
|
634
|
+
"y": 340
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"x": 1275,
|
|
638
|
+
"y": 340
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"x": 1275,
|
|
642
|
+
"y": 340
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"x": 1265,
|
|
646
|
+
"y": 340
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"x": 1265,
|
|
650
|
+
"y": 340
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"x": 1295,
|
|
654
|
+
"y": 340
|
|
655
|
+
}
|
|
656
|
+
]
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"id": "62730439-0792-4e96-a618-45ae9d14661d",
|
|
660
|
+
"type": "polyline",
|
|
661
|
+
"sourceNodeId": "f12d8a17-dd15-4b9f-9727-86843421c4c5",
|
|
662
|
+
"targetNodeId": "5591ef1f-2913-4f19-b730-cb0903777e2d",
|
|
663
|
+
"startPoint": {
|
|
664
|
+
"x": 960,
|
|
665
|
+
"y": 375
|
|
666
|
+
},
|
|
667
|
+
"endPoint": {
|
|
668
|
+
"x": 865,
|
|
669
|
+
"y": 355
|
|
670
|
+
},
|
|
671
|
+
"properties": {},
|
|
672
|
+
"pointsList": [
|
|
673
|
+
{
|
|
674
|
+
"x": 960,
|
|
675
|
+
"y": 375
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"x": 960,
|
|
679
|
+
"y": 417.5
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"x": 895,
|
|
683
|
+
"y": 417.5
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"x": 895,
|
|
687
|
+
"y": 355
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"x": 865,
|
|
691
|
+
"y": 355
|
|
692
|
+
}
|
|
693
|
+
]
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"id": "80ba74c4-b93d-4350-a9b0-225be8df8886",
|
|
697
|
+
"type": "polyline",
|
|
698
|
+
"sourceNodeId": "5591ef1f-2913-4f19-b730-cb0903777e2d",
|
|
699
|
+
"targetNodeId": "37a8705e-dffb-478f-8eb5-58d156c516ca",
|
|
700
|
+
"startPoint": {
|
|
701
|
+
"x": 830,
|
|
702
|
+
"y": 375
|
|
703
|
+
},
|
|
704
|
+
"endPoint": {
|
|
705
|
+
"x": 735,
|
|
706
|
+
"y": 356.25
|
|
707
|
+
},
|
|
708
|
+
"properties": {},
|
|
709
|
+
"pointsList": [
|
|
710
|
+
{
|
|
711
|
+
"x": 830,
|
|
712
|
+
"y": 375
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"x": 830,
|
|
716
|
+
"y": 417.5
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"x": 765,
|
|
720
|
+
"y": 417.5
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"x": 765,
|
|
724
|
+
"y": 356.25
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"x": 735,
|
|
728
|
+
"y": 356.25
|
|
729
|
+
}
|
|
730
|
+
]
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"id": "4c2a240e-634d-4da2-805c-2f8ef36c5cc0",
|
|
734
|
+
"type": "polyline",
|
|
735
|
+
"sourceNodeId": "37a8705e-dffb-478f-8eb5-58d156c516ca",
|
|
736
|
+
"targetNodeId": "8da3e9d9-d8a4-4d6c-9387-a8e3c47d3fb3",
|
|
737
|
+
"startPoint": {
|
|
738
|
+
"x": 700,
|
|
739
|
+
"y": 375
|
|
740
|
+
},
|
|
741
|
+
"endPoint": {
|
|
742
|
+
"x": 605,
|
|
743
|
+
"y": 355
|
|
744
|
+
},
|
|
745
|
+
"properties": {},
|
|
746
|
+
"pointsList": [
|
|
747
|
+
{
|
|
748
|
+
"x": 700,
|
|
749
|
+
"y": 375
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"x": 700,
|
|
753
|
+
"y": 417.5
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"x": 635,
|
|
757
|
+
"y": 417.5
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"x": 635,
|
|
761
|
+
"y": 355
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"x": 605,
|
|
765
|
+
"y": 355
|
|
766
|
+
}
|
|
767
|
+
]
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"id": "80340519-ddba-4f6b-989e-163bd99415bf",
|
|
771
|
+
"type": "polyline",
|
|
772
|
+
"sourceNodeId": "8da3e9d9-d8a4-4d6c-9387-a8e3c47d3fb3",
|
|
773
|
+
"targetNodeId": "e7e87059-7baa-4b34-b899-139e2fb5aab2",
|
|
774
|
+
"startPoint": {
|
|
775
|
+
"x": 570,
|
|
776
|
+
"y": 375
|
|
777
|
+
},
|
|
778
|
+
"endPoint": {
|
|
779
|
+
"x": 465,
|
|
780
|
+
"y": 357.5
|
|
781
|
+
},
|
|
782
|
+
"properties": {},
|
|
783
|
+
"pointsList": [
|
|
784
|
+
{
|
|
785
|
+
"x": 570,
|
|
786
|
+
"y": 375
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"x": 570,
|
|
790
|
+
"y": 420
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"x": 495,
|
|
794
|
+
"y": 420
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"x": 495,
|
|
798
|
+
"y": 357.5
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"x": 465,
|
|
802
|
+
"y": 357.5
|
|
803
|
+
}
|
|
804
|
+
]
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"id": "c47e0085-2ce2-4154-93cd-d6aabdd5e0ee",
|
|
808
|
+
"type": "polyline",
|
|
809
|
+
"sourceNodeId": "4e8cafec-a0d5-4e44-a1bf-15bed190c0df",
|
|
810
|
+
"targetNodeId": "f12d8a17-dd15-4b9f-9727-86843421c4c5",
|
|
811
|
+
"startPoint": {
|
|
812
|
+
"x": 1090,
|
|
813
|
+
"y": 375
|
|
814
|
+
},
|
|
815
|
+
"endPoint": {
|
|
816
|
+
"x": 995,
|
|
817
|
+
"y": 355
|
|
818
|
+
},
|
|
819
|
+
"properties": {},
|
|
820
|
+
"pointsList": [
|
|
821
|
+
{
|
|
822
|
+
"x": 1090,
|
|
823
|
+
"y": 375
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"x": 1090,
|
|
827
|
+
"y": 417.5
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"x": 1025,
|
|
831
|
+
"y": 417.5
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"x": 1025,
|
|
835
|
+
"y": 355
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"x": 995,
|
|
839
|
+
"y": 355
|
|
840
|
+
}
|
|
841
|
+
]
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"id": "36157cc8-e9f9-46b3-af25-bdad07bf5416",
|
|
845
|
+
"type": "polyline",
|
|
846
|
+
"sourceNodeId": "a4801ba1-d178-4796-ab39-dce33d9ad3b9",
|
|
847
|
+
"targetNodeId": "4e8cafec-a0d5-4e44-a1bf-15bed190c0df",
|
|
848
|
+
"startPoint": {
|
|
849
|
+
"x": 1210,
|
|
850
|
+
"y": 375
|
|
851
|
+
},
|
|
852
|
+
"endPoint": {
|
|
853
|
+
"x": 1125,
|
|
854
|
+
"y": 357.5
|
|
855
|
+
},
|
|
856
|
+
"properties": {},
|
|
857
|
+
"pointsList": [
|
|
858
|
+
{
|
|
859
|
+
"x": 1210,
|
|
860
|
+
"y": 375
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"x": 1210,
|
|
864
|
+
"y": 417.5
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"x": 1155,
|
|
868
|
+
"y": 417.5
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"x": 1155,
|
|
872
|
+
"y": 357.5
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"x": 1125,
|
|
876
|
+
"y": 357.5
|
|
877
|
+
}
|
|
878
|
+
]
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"id": "e206f1f0-b096-4f36-a77e-cf1722a9f58d",
|
|
882
|
+
"type": "polyline",
|
|
883
|
+
"sourceNodeId": "74bca038-0cb1-45bf-a61e-64ed16132903",
|
|
884
|
+
"targetNodeId": "a4801ba1-d178-4796-ab39-dce33d9ad3b9",
|
|
885
|
+
"startPoint": {
|
|
886
|
+
"x": 1330,
|
|
887
|
+
"y": 375
|
|
888
|
+
},
|
|
889
|
+
"endPoint": {
|
|
890
|
+
"x": 1245,
|
|
891
|
+
"y": 357.5
|
|
892
|
+
},
|
|
893
|
+
"properties": {},
|
|
894
|
+
"pointsList": [
|
|
895
|
+
{
|
|
896
|
+
"x": 1330,
|
|
897
|
+
"y": 375
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"x": 1330,
|
|
901
|
+
"y": 417.5
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"x": 1275,
|
|
905
|
+
"y": 417.5
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"x": 1275,
|
|
909
|
+
"y": 357.5
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"x": 1245,
|
|
913
|
+
"y": 357.5
|
|
914
|
+
}
|
|
915
|
+
]
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"id": "78db8aed-057a-4d80-b485-499df442017b",
|
|
919
|
+
"type": "polyline",
|
|
920
|
+
"sourceNodeId": "a2c0a5a6-28e5-4c00-a902-d10860df397f",
|
|
921
|
+
"targetNodeId": "74bca038-0cb1-45bf-a61e-64ed16132903",
|
|
922
|
+
"startPoint": {
|
|
923
|
+
"x": 1450,
|
|
924
|
+
"y": 375
|
|
925
|
+
},
|
|
926
|
+
"endPoint": {
|
|
927
|
+
"x": 1365,
|
|
928
|
+
"y": 358.75
|
|
929
|
+
},
|
|
930
|
+
"properties": {},
|
|
931
|
+
"pointsList": [
|
|
932
|
+
{
|
|
933
|
+
"x": 1450,
|
|
934
|
+
"y": 375
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"x": 1450,
|
|
938
|
+
"y": 415
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"x": 1395,
|
|
942
|
+
"y": 415
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"x": 1395,
|
|
946
|
+
"y": 358.75
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"x": 1365,
|
|
950
|
+
"y": 358.75
|
|
951
|
+
}
|
|
952
|
+
]
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"id": "dfa0833a-ce0d-4462-a8bd-c001d0a76bc1",
|
|
956
|
+
"type": "polyline",
|
|
957
|
+
"sourceNodeId": "74bca038-0cb1-45bf-a61e-64ed16132903",
|
|
958
|
+
"targetNodeId": "a2c0a5a6-28e5-4c00-a902-d10860df397f",
|
|
959
|
+
"startPoint": {
|
|
960
|
+
"x": 1365,
|
|
961
|
+
"y": 340
|
|
962
|
+
},
|
|
963
|
+
"endPoint": {
|
|
964
|
+
"x": 1415,
|
|
965
|
+
"y": 340
|
|
966
|
+
},
|
|
967
|
+
"properties": {},
|
|
968
|
+
"pointsList": [
|
|
969
|
+
{
|
|
970
|
+
"x": 1365,
|
|
971
|
+
"y": 340
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"x": 1395,
|
|
975
|
+
"y": 340
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"x": 1395,
|
|
979
|
+
"y": 340
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"x": 1385,
|
|
983
|
+
"y": 340
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"x": 1385,
|
|
987
|
+
"y": 340
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"x": 1415,
|
|
991
|
+
"y": 340
|
|
992
|
+
}
|
|
993
|
+
]
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"id": "1f9f0174-712d-4e53-b1d8-0e8dc7d714f4",
|
|
997
|
+
"type": "polyline",
|
|
998
|
+
"sourceNodeId": "a2c0a5a6-28e5-4c00-a902-d10860df397f",
|
|
999
|
+
"targetNodeId": "efa84fb3-78e2-4c5f-bc39-5a57c8db019e",
|
|
1000
|
+
"startPoint": {
|
|
1001
|
+
"x": 1485,
|
|
1002
|
+
"y": 340
|
|
1003
|
+
},
|
|
1004
|
+
"endPoint": {
|
|
1005
|
+
"x": 1535,
|
|
1006
|
+
"y": 340
|
|
1007
|
+
},
|
|
1008
|
+
"properties": {},
|
|
1009
|
+
"pointsList": [
|
|
1010
|
+
{
|
|
1011
|
+
"x": 1485,
|
|
1012
|
+
"y": 340
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"x": 1515,
|
|
1016
|
+
"y": 340
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"x": 1515,
|
|
1020
|
+
"y": 340
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"x": 1505,
|
|
1024
|
+
"y": 340
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"x": 1505,
|
|
1028
|
+
"y": 340
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"x": 1535,
|
|
1032
|
+
"y": 340
|
|
1033
|
+
}
|
|
1034
|
+
]
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"id": "1d76ceba-b011-46d8-ab1b-f4c7890e67b2",
|
|
1038
|
+
"type": "polyline",
|
|
1039
|
+
"sourceNodeId": "efa84fb3-78e2-4c5f-bc39-5a57c8db019e",
|
|
1040
|
+
"targetNodeId": "5a06d093-f29b-4119-814c-338500f4d4fc",
|
|
1041
|
+
"startPoint": {
|
|
1042
|
+
"x": 1605,
|
|
1043
|
+
"y": 340
|
|
1044
|
+
},
|
|
1045
|
+
"endPoint": {
|
|
1046
|
+
"x": 1655,
|
|
1047
|
+
"y": 340
|
|
1048
|
+
},
|
|
1049
|
+
"properties": {},
|
|
1050
|
+
"pointsList": [
|
|
1051
|
+
{
|
|
1052
|
+
"x": 1605,
|
|
1053
|
+
"y": 340
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"x": 1635,
|
|
1057
|
+
"y": 340
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"x": 1635,
|
|
1061
|
+
"y": 340
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"x": 1625,
|
|
1065
|
+
"y": 340
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"x": 1625,
|
|
1069
|
+
"y": 340
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"x": 1655,
|
|
1073
|
+
"y": 340
|
|
1074
|
+
}
|
|
1075
|
+
]
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"id": "9213b102-91b8-49a1-a51c-94d66c4dc2ec",
|
|
1079
|
+
"type": "polyline",
|
|
1080
|
+
"sourceNodeId": "5a06d093-f29b-4119-814c-338500f4d4fc",
|
|
1081
|
+
"targetNodeId": "531aebdf-296f-4c5e-875f-b84186232b01",
|
|
1082
|
+
"startPoint": {
|
|
1083
|
+
"x": 1725,
|
|
1084
|
+
"y": 340
|
|
1085
|
+
},
|
|
1086
|
+
"endPoint": {
|
|
1087
|
+
"x": 1775,
|
|
1088
|
+
"y": 340
|
|
1089
|
+
},
|
|
1090
|
+
"properties": {},
|
|
1091
|
+
"pointsList": [
|
|
1092
|
+
{
|
|
1093
|
+
"x": 1725,
|
|
1094
|
+
"y": 340
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"x": 1755,
|
|
1098
|
+
"y": 340
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"x": 1755,
|
|
1102
|
+
"y": 340
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"x": 1745,
|
|
1106
|
+
"y": 340
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"x": 1745,
|
|
1110
|
+
"y": 340
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"x": 1775,
|
|
1114
|
+
"y": 340
|
|
1115
|
+
}
|
|
1116
|
+
]
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"id": "39854b0f-e8bf-4d3c-b884-953993527090",
|
|
1120
|
+
"type": "polyline",
|
|
1121
|
+
"sourceNodeId": "efa84fb3-78e2-4c5f-bc39-5a57c8db019e",
|
|
1122
|
+
"targetNodeId": "a2c0a5a6-28e5-4c00-a902-d10860df397f",
|
|
1123
|
+
"startPoint": {
|
|
1124
|
+
"x": 1570,
|
|
1125
|
+
"y": 375
|
|
1126
|
+
},
|
|
1127
|
+
"endPoint": {
|
|
1128
|
+
"x": 1485,
|
|
1129
|
+
"y": 358.75
|
|
1130
|
+
},
|
|
1131
|
+
"properties": {},
|
|
1132
|
+
"pointsList": [
|
|
1133
|
+
{
|
|
1134
|
+
"x": 1570,
|
|
1135
|
+
"y": 375
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"x": 1570,
|
|
1139
|
+
"y": 415
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"x": 1515,
|
|
1143
|
+
"y": 415
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"x": 1515,
|
|
1147
|
+
"y": 358.75
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"x": 1485,
|
|
1151
|
+
"y": 358.75
|
|
1152
|
+
}
|
|
1153
|
+
]
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"id": "749c794f-2b9c-4b7b-9abd-64f589f29a61",
|
|
1157
|
+
"type": "polyline",
|
|
1158
|
+
"sourceNodeId": "5a06d093-f29b-4119-814c-338500f4d4fc",
|
|
1159
|
+
"targetNodeId": "efa84fb3-78e2-4c5f-bc39-5a57c8db019e",
|
|
1160
|
+
"startPoint": {
|
|
1161
|
+
"x": 1690,
|
|
1162
|
+
"y": 375
|
|
1163
|
+
},
|
|
1164
|
+
"endPoint": {
|
|
1165
|
+
"x": 1605,
|
|
1166
|
+
"y": 355
|
|
1167
|
+
},
|
|
1168
|
+
"properties": {},
|
|
1169
|
+
"pointsList": [
|
|
1170
|
+
{
|
|
1171
|
+
"x": 1690,
|
|
1172
|
+
"y": 375
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"x": 1690,
|
|
1176
|
+
"y": 415
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"x": 1635,
|
|
1180
|
+
"y": 415
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"x": 1635,
|
|
1184
|
+
"y": 355
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"x": 1605,
|
|
1188
|
+
"y": 355
|
|
1189
|
+
}
|
|
1190
|
+
]
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"id": "d232104d-610c-4ff8-8bd7-9f72b5d8bba2",
|
|
1194
|
+
"type": "polyline",
|
|
1195
|
+
"sourceNodeId": "37a8705e-dffb-478f-8eb5-58d156c516ca",
|
|
1196
|
+
"targetNodeId": "f12d8a17-dd15-4b9f-9727-86843421c4c5",
|
|
1197
|
+
"startPoint": {
|
|
1198
|
+
"x": 700,
|
|
1199
|
+
"y": 305
|
|
1200
|
+
},
|
|
1201
|
+
"endPoint": {
|
|
1202
|
+
"x": 945,
|
|
1203
|
+
"y": 305
|
|
1204
|
+
},
|
|
1205
|
+
"properties": {},
|
|
1206
|
+
"pointsList": [
|
|
1207
|
+
{
|
|
1208
|
+
"x": 700,
|
|
1209
|
+
"y": 305
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"x": 700,
|
|
1213
|
+
"y": 266.25
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"x": 945,
|
|
1217
|
+
"y": 266.25
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"x": 945,
|
|
1221
|
+
"y": 305
|
|
1222
|
+
}
|
|
1223
|
+
]
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"id": "7fe6c62c-f55c-4f15-b016-dc6c7f025195",
|
|
1227
|
+
"type": "polyline",
|
|
1228
|
+
"sourceNodeId": "f12d8a17-dd15-4b9f-9727-86843421c4c5",
|
|
1229
|
+
"targetNodeId": "74bca038-0cb1-45bf-a61e-64ed16132903",
|
|
1230
|
+
"startPoint": {
|
|
1231
|
+
"x": 960,
|
|
1232
|
+
"y": 305
|
|
1233
|
+
},
|
|
1234
|
+
"endPoint": {
|
|
1235
|
+
"x": 1330,
|
|
1236
|
+
"y": 305
|
|
1237
|
+
},
|
|
1238
|
+
"properties": {},
|
|
1239
|
+
"pointsList": [
|
|
1240
|
+
{
|
|
1241
|
+
"x": 960,
|
|
1242
|
+
"y": 305
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"x": 960,
|
|
1246
|
+
"y": 266.25
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"x": 1330,
|
|
1250
|
+
"y": 266.25
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"x": 1330,
|
|
1254
|
+
"y": 305
|
|
1255
|
+
}
|
|
1256
|
+
]
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"id": "4b912020-d2f8-40b7-8571-1b080de33629",
|
|
1260
|
+
"type": "polyline",
|
|
1261
|
+
"sourceNodeId": "70a16bd5-da3f-4cc3-bfd3-5013c225cdb3",
|
|
1262
|
+
"targetNodeId": "e7e87059-7baa-4b34-b899-139e2fb5aab2",
|
|
1263
|
+
"startPoint": {
|
|
1264
|
+
"x": 335,
|
|
1265
|
+
"y": 340
|
|
1266
|
+
},
|
|
1267
|
+
"endPoint": {
|
|
1268
|
+
"x": 395,
|
|
1269
|
+
"y": 340
|
|
1270
|
+
},
|
|
1271
|
+
"properties": {},
|
|
1272
|
+
"pointsList": [
|
|
1273
|
+
{
|
|
1274
|
+
"x": 335,
|
|
1275
|
+
"y": 340
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"x": 395,
|
|
1279
|
+
"y": 340
|
|
1280
|
+
}
|
|
1281
|
+
]
|
|
1282
|
+
}
|
|
1283
|
+
]
|
|
1284
|
+
}
|