@vtx/modals2 4.0.9 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/style/index.css +52 -3
- package/lib/style/themes/dark.css +52 -3
- package/lib/style/themes/dark.less +47 -1
- package/lib/style/themes/default.css +5 -2
- package/lib/style/themes/default.less +6 -2
- package/lib/style/themes/index.css +52 -3
- package/lib/typings.d.ts +2 -0
- package/lib/util/index.js +267 -3
- package/lib/util/index.js.map +1 -1
- package/lib/vm-alarm-info/Components/index.css +3 -0
- package/lib/vm-alarm-info/Components/index.less +3 -0
- package/lib/vm-alarm-situation/index.js +1 -1
- package/lib/vm-alarm-situation/index.js.map +1 -1
- package/lib/vm-appraisal-info/ListKh.js +26 -8
- package/lib/vm-appraisal-info/ListKh.js.map +1 -1
- package/lib/vm-appraisal-info/ListZg.js +22 -6
- package/lib/vm-appraisal-info/ListZg.js.map +1 -1
- package/lib/vm-appraisal-info/Wtlx.js +6 -4
- package/lib/vm-appraisal-info/Wtlx.js.map +1 -1
- package/lib/vm-appraisal-info/index.js +4 -3
- package/lib/vm-appraisal-info/index.js.map +1 -1
- package/lib/vm-appraisal-info/style/index.css +9 -1
- package/lib/vm-appraisal-info/style/index.less +15 -1
- package/lib/vm-base-list/OpenArrow.js +2 -8
- package/lib/vm-base-list/OpenArrow.js.map +1 -1
- package/lib/vm-charts/Line.js +1 -3
- package/lib/vm-charts/Line.js.map +1 -1
- package/lib/vm-charts/Line1.js +19 -1
- package/lib/vm-charts/Line1.js.map +1 -1
- package/lib/vm-container/style/index.css +1 -0
- package/lib/vm-container/style/index.less +2 -0
- package/lib/vm-filter/index.js +0 -3
- package/lib/vm-filter/index.js.map +1 -1
- package/lib/vm-filter/style/index.css +109 -2
- package/lib/vm-filter/style/index.less +128 -1
- package/lib/vm-hooks/useSettings.js +1 -0
- package/lib/vm-hooks/useSettings.js.map +1 -1
- package/lib/vm-iframe-modal/style/index.css +2 -1
- package/lib/vm-iframe-modal/style/index.less +2 -1
- package/lib/vm-image-text/index.js +2 -1
- package/lib/vm-image-text/index.js.map +1 -1
- package/lib/vm-image-text/style/index.css +2 -0
- package/lib/vm-image-text/style/index.less +2 -0
- package/lib/vm-info-collection/index.js +110 -8
- package/lib/vm-info-collection/index.js.map +1 -1
- package/lib/vm-info-collection/style/index.css +19 -23
- package/lib/vm-info-collection/style/index.less +13 -23
- package/lib/vm-map/imgs/defaultMarker.png +0 -0
- package/lib/vm-map/index.js +71 -27
- package/lib/vm-map/index.js.map +1 -1
- package/lib/vm-map/style/css.js +4 -0
- package/lib/vm-map/style/css.js.map +1 -0
- package/lib/vm-map/style/index.css +3 -0
- package/lib/vm-map/style/index.js +4 -0
- package/lib/vm-map/style/index.js.map +1 -0
- package/lib/vm-map/style/index.less +3 -0
- package/lib/vm-repair-maintain/RmMonthTrend.js +12 -10
- package/lib/vm-repair-maintain/RmMonthTrend.js.map +1 -1
- package/lib/vm-repair-maintain/RmRecord.js +4 -6
- package/lib/vm-repair-maintain/RmRecord.js.map +1 -1
- package/lib/vm-repair-maintain/RmType.js +6 -4
- package/lib/vm-repair-maintain/RmType.js.map +1 -1
- package/lib/vm-repair-maintain/style/index.css +4 -0
- package/lib/vm-repair-maintain/style/index.less +7 -0
- package/lib/vm-sub-tabs/style/index.css +46 -0
- package/lib/vm-sub-tabs/style/index.less +61 -1
- package/lib/vm-sub-title/imgs/bg_blue.png +0 -0
- package/lib/vm-sub-title/index.js +18 -2
- package/lib/vm-sub-title/index.js.map +1 -1
- package/lib/vm-sub-title/style/index.css +44 -1
- package/lib/vm-sub-title/style/index.less +46 -1
- package/lib/vm-table/index.js +1 -7
- package/lib/vm-table/index.js.map +1 -1
- package/lib/vm-table/style/index.css +89 -10
- package/lib/vm-table/style/index.less +101 -10
- package/lib/vm-video/index.css +76 -3
- package/lib/vm-video/index.js +6 -4
- package/lib/vm-video/index.js.map +1 -1
- package/lib/vm-video/index.less +26 -0
- package/lib/vtx-base-info/index.js +11 -2
- package/lib/vtx-base-info/index.js.map +1 -1
- package/lib/vtx-base-info/style/index.css +4 -0
- package/lib/vtx-base-info/style/index.less +4 -0
- package/lib/vtx-base-modal/api.js +8 -1
- package/lib/vtx-base-modal/api.js.map +1 -1
- package/lib/vtx-base-modal/config.js +307 -0
- package/lib/vtx-base-modal/config.js.map +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/alarm.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/alarm_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/alarm_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/base.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/base_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/base_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/cut_in.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/cut_in_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/cut_in_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/default.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/default_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/default_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/fenxi.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/fenxi_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/fenxi_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongdan.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongdan_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongdan_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongkuang.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongshi.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongshi_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongshi_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/jiliang.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/jiliang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/jiliang_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaohe.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaohe_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaohe_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaoqin.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/maintenance.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/maintenance_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/maintenance_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/monitor.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/monitor_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/monitor_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/oil.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/oil_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/oil_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/paiban.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/paiban_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/paiban_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/pingjia.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/pingjia_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/pingjia_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shebei.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shebei_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shebei_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shouyun.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shouyun_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shouyun_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/sum.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/sum_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/sum_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/video.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/video_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/video_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/water.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/water_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/water_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/weigui.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/weigui_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/weigui_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yichang.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yichang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yichang_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yunwei.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yunwei_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yunwei_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/zijian.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/zijian_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/zijian_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/alarm_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/alarm_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/base_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/base_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/cut_in_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/cut_in_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/default_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/default_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/fenxi_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/fenxi_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongdan_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongdan_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongkuang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongkuang_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongshi_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongshi_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/jiliang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/jiliang_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/kaohe_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/kaohe_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/kaoqin_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/kaoqin_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/maintenance_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/maintenance_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/monitor_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/monitor_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/oil_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/oil_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/paiban_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/paiban_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/pingjia_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/pingjia_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/shebei_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/shebei_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/shouyun_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/shouyun_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/sum_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/sum_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/video_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/video_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/water_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/water_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/weigui_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/weigui_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/yichang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/yichang_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/yunwei_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/yunwei_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/zijian_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/zijian_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/bg_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/close-blue-new.png +0 -0
- package/lib/vtx-base-modal/imgs/close-blue.png +0 -0
- package/lib/vtx-base-modal/imgs/collect-blue.png +0 -0
- package/lib/vtx-base-modal/imgs/collect_light.png +0 -0
- package/lib/vtx-base-modal/imgs/tab_bg_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/title_bg_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/track_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/track_light.png +0 -0
- package/lib/vtx-base-modal/index.js +163 -36
- package/lib/vtx-base-modal/index.js.map +1 -1
- package/lib/vtx-base-modal/style/index.css +731 -4
- package/lib/vtx-base-modal/style/index.less +508 -5
- package/lib/vtx-car-modal/api.js +296 -172
- package/lib/vtx-car-modal/api.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +27 -11
- package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/List.js +3 -6
- package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/index.css +2 -0
- package/lib/vtx-car-modal/components/AlarmInfo/index.js +6 -5
- package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/index.less +2 -0
- package/lib/vtx-car-modal/components/BaseInfo/Chain.js +100 -0
- package/lib/vtx-car-modal/components/BaseInfo/Chain.js.map +1 -0
- package/lib/vtx-car-modal/components/BaseInfo/Charts.js +37 -8
- package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +5 -3
- package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js +5 -5
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +18 -9
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +25 -7
- package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +19 -4
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js +6 -5
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +20 -9
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +29 -18
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/index.css +70 -5
- package/lib/vtx-car-modal/components/BaseInfo/index.js +100 -41
- package/lib/vtx-car-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/index.less +57 -6
- package/lib/vtx-car-modal/components/{PowerConsumption → Collection}/index.css +14 -15
- package/lib/vtx-car-modal/components/Collection/index.js +193 -0
- package/lib/vtx-car-modal/components/Collection/index.js.map +1 -0
- package/lib/vtx-car-modal/components/Collection/index.less +18 -0
- package/lib/vtx-car-modal/components/DetailInfo/index.css +19 -0
- package/lib/vtx-car-modal/components/DetailInfo/index.js +174 -0
- package/lib/vtx-car-modal/components/DetailInfo/index.js.map +1 -0
- package/lib/vtx-car-modal/components/DetailInfo/index.less +21 -0
- package/lib/vtx-car-modal/components/Maintenance/index.css +1 -0
- package/lib/vtx-car-modal/components/Maintenance/index.less +1 -0
- package/lib/vtx-car-modal/components/OilConsumption/List.js +3 -6
- package/lib/vtx-car-modal/components/OilConsumption/List.js.map +1 -1
- package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +25 -6
- package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +1 -1
- package/lib/vtx-car-modal/components/OilConsumption/index.css +3 -0
- package/lib/vtx-car-modal/components/OilConsumption/index.less +3 -0
- package/lib/vtx-car-modal/components/StaticInfo/Charts.js +17 -3
- package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/List.js +0 -1
- package/lib/vtx-car-modal/components/StaticInfo/List.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/index.css +10 -0
- package/lib/vtx-car-modal/components/StaticInfo/index.js +24 -11
- package/lib/vtx-car-modal/components/StaticInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/index.less +11 -1
- package/lib/vtx-car-modal/components/WaterConsumption/index.css +2 -0
- package/lib/vtx-car-modal/components/WaterConsumption/index.js +14 -30
- package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +1 -1
- package/lib/vtx-car-modal/components/WaterConsumption/index.less +3 -0
- package/lib/vtx-car-modal/components/WorkInfo/CarJobExe.js +120 -0
- package/lib/vtx-car-modal/components/WorkInfo/CarJobExe.js.map +1 -0
- package/lib/vtx-car-modal/components/WorkInfo/CollectItem.js +100 -0
- package/lib/vtx-car-modal/components/WorkInfo/CollectItem.js.map +1 -0
- package/lib/vtx-car-modal/components/WorkInfo/SingleCollectItem.js +88 -0
- package/lib/vtx-car-modal/components/WorkInfo/SingleCollectItem.js.map +1 -0
- package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +17 -7
- package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +39 -47
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +52 -12
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/index.css +197 -2
- package/lib/vtx-car-modal/components/WorkInfo/index.less +226 -2
- package/lib/vtx-car-modal/components/index.js +12 -12
- package/lib/vtx-car-modal/components/index.js.map +1 -1
- package/lib/vtx-car-modal/imgs/ccc.png +0 -0
- package/lib/vtx-car-modal/imgs/daily_ws.png +0 -0
- package/lib/vtx-car-modal/imgs/daily_ys.png +0 -0
- package/lib/vtx-car-modal/imgs/dash.png +0 -0
- package/lib/vtx-car-modal/imgs/dqsd_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/jrxs_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjdw_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjts_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjzl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/outTime_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/out_ws.png +0 -0
- package/lib/vtx-car-modal/imgs/out_ys.png +0 -0
- package/lib/vtx-car-modal/imgs/pjwcl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/position_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/refresh_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/runTime_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/tab_bg.png +0 -0
- package/lib/vtx-car-modal/imgs/tab_bg_light.png +0 -0
- package/lib/vtx-car-modal/imgs/temp_ws.png +0 -0
- package/lib/vtx-car-modal/imgs/temp_ys.png +0 -0
- package/lib/vtx-car-modal/imgs/wcl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/xslc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ysdw_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ywcdw_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zlc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zld_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zycs_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zycssc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zyl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zylc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zysc_blue.png +0 -0
- package/lib/vtx-car-modal/index.js +107 -68
- package/lib/vtx-car-modal/index.js.map +1 -1
- package/lib/vtx-car-modal/style/index.css +58 -3
- package/lib/vtx-car-modal/style/index.less +2 -0
- package/lib/vtx-cc-cp-modal/api.js +150 -51
- package/lib/vtx-cc-cp-modal/api.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js +25 -6
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js +22 -5
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.css +3 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.less +4 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.css +4 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +6 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js +25 -6
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js +22 -5
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.css +3 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.less +4 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js +118 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js +123 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js +147 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.css +119 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js +55 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.less +108 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.css +1 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +1 -1
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.less +1 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +25 -6
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.css +5 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.less +7 -1
- package/lib/vtx-cc-cp-modal/index.js +14 -2
- package/lib/vtx-cc-cp-modal/index.js.map +1 -1
- package/lib/vtx-cc-cp-modal/style/index.css +52 -3
- package/lib/vtx-cp-modal/api.js +81 -51
- package/lib/vtx-cp-modal/api.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +2 -4
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +17 -6
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +22 -5
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/index.css +3 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/index.less +4 -0
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +16 -34
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +75 -152
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +11 -4
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/index.css +45 -203
- package/lib/vtx-cp-modal/components/BaseInfo/index.js +4 -41
- package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/index.less +40 -110
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +17 -6
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +22 -5
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +1 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.css +3 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.less +4 -0
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +20 -9
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -1
- package/lib/vtx-cp-modal/components/SyInfo/index.css +14 -0
- package/lib/vtx-cp-modal/components/SyInfo/index.js +7 -7
- package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -1
- package/lib/vtx-cp-modal/components/SyInfo/index.less +10 -1
- package/lib/vtx-cp-modal/imgs/cy_car.png +0 -0
- package/lib/vtx-cp-modal/imgs/khsw_car.png +0 -0
- package/lib/vtx-cp-modal/imgs/qt_car.png +0 -0
- package/lib/vtx-cp-modal/imgs/yf_car.png +0 -0
- package/lib/vtx-cp-modal/imgs/yh_car.png +0 -0
- package/lib/vtx-cp-modal/index.js +57 -15
- package/lib/vtx-cp-modal/index.js.map +1 -1
- package/lib/vtx-cp-modal/style/index.css +52 -3
- package/lib/vtx-default-modal/api.js +248 -23
- package/lib/vtx-default-modal/api.js.map +1 -1
- package/lib/vtx-default-modal/components/BaseInfo/index.css +12 -2
- package/lib/vtx-default-modal/components/BaseInfo/index.js +39 -11
- package/lib/vtx-default-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-default-modal/components/BaseInfo/index.less +16 -3
- package/lib/vtx-default-modal/index.js +67 -22
- package/lib/vtx-default-modal/index.js.map +1 -1
- package/lib/vtx-default-modal/style/index.css +52 -3
- package/lib/vtx-device-modal/components/OverViewInfo/Left.js +5 -3
- package/lib/vtx-device-modal/components/OverViewInfo/Left.js.map +1 -1
- package/lib/vtx-device-modal/config.js +8 -12
- package/lib/vtx-device-modal/config.js.map +1 -1
- package/lib/vtx-device-modal/index.js +4 -2
- package/lib/vtx-device-modal/index.js.map +1 -1
- package/lib/vtx-df-modal/api.js +97 -63
- package/lib/vtx-df-modal/api.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +48 -20
- package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +30 -18
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +5 -6
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js +31 -23
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/index.css +39 -174
- package/lib/vtx-df-modal/components/BaseInfo/index.js +74 -68
- package/lib/vtx-df-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/index.less +45 -63
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js +12 -9
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +19 -13
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/List.js +18 -17
- package/lib/vtx-df-modal/components/Metering/List.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/index.css +11 -4
- package/lib/vtx-df-modal/components/Metering/index.js +3 -2
- package/lib/vtx-df-modal/components/Metering/index.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/index.less +14 -6
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +1 -3
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +1 -1
- package/lib/vtx-df-modal/components/WorkCondition/index.css +18 -2
- package/lib/vtx-df-modal/components/WorkCondition/index.less +24 -1
- package/lib/vtx-df-modal/imgs/cljcbj.png +0 -0
- package/lib/vtx-df-modal/imgs/jcbj_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/rjjcl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/sjnl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/yxzbbj.png +0 -0
- package/lib/vtx-df-modal/imgs/zbbj_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/zjccc_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/zjcl_blue.png +0 -0
- package/lib/vtx-df-modal/index.js +66 -41
- package/lib/vtx-df-modal/index.js.map +1 -1
- package/lib/vtx-df-modal/style/index.css +52 -3
- package/lib/vtx-facility-modal/components/OverView/Left.js +7 -3
- package/lib/vtx-facility-modal/components/OverView/Left.js.map +1 -1
- package/lib/vtx-facility-modal/components/OverView/index.css +3 -0
- package/lib/vtx-facility-modal/components/OverView/index.js +41 -16
- package/lib/vtx-facility-modal/components/OverView/index.js.map +1 -1
- package/lib/vtx-facility-modal/components/OverView/index.less +4 -0
- package/lib/vtx-facility-modal/config.js +7 -10
- package/lib/vtx-facility-modal/config.js.map +1 -1
- package/lib/vtx-facility-modal/imgs/default.png +0 -0
- package/lib/vtx-facility-modal/index.js +9 -5
- package/lib/vtx-facility-modal/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/api.js +52 -40
- package/lib/vtx-housing-estate-modal/api.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +19 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/index.js +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +67 -33
- package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Left.js +5 -3
- package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +37 -10
- package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/index.css +5 -0
- package/lib/vtx-housing-estate-modal/components/OverView/index.js +8 -3
- package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/index.less +10 -0
- package/lib/vtx-housing-estate-modal/components/SPJK/index.js +3 -3
- package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +2 -1
- package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +2 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/index.css +21 -0
- package/lib/vtx-housing-estate-modal/components/WGXW/index.js +7 -2
- package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/index.less +26 -0
- package/lib/vtx-housing-estate-modal/config.js +2 -2
- package/lib/vtx-housing-estate-modal/config.js.map +1 -1
- package/lib/vtx-housing-estate-modal/index.js +9 -2
- package/lib/vtx-housing-estate-modal/index.js.map +1 -1
- package/lib/vtx-kh-modal/components/BaseInfo/index.css +3 -0
- package/lib/vtx-kh-modal/components/BaseInfo/index.js +6 -4
- package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-kh-modal/components/BaseInfo/index.less +4 -0
- package/lib/vtx-kh-modal/index.js +3 -1
- package/lib/vtx-kh-modal/index.js.map +1 -1
- package/lib/vtx-kh-modal/style/index.css +52 -3
- package/lib/vtx-pump-modal/api.js +71 -38
- package/lib/vtx-pump-modal/api.js.map +1 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js +22 -5
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js.map +1 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js +22 -4
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js.map +1 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/index.css +10 -9
- package/lib/vtx-pump-modal/components/AlarmRecord/index.js +4 -4
- package/lib/vtx-pump-modal/components/AlarmRecord/index.js.map +1 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/index.less +16 -11
- package/lib/vtx-pump-modal/components/Basic/JyqInfo.js +14 -16
- package/lib/vtx-pump-modal/components/Basic/JyqInfo.js.map +1 -1
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js +5 -6
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js.map +1 -1
- package/lib/vtx-pump-modal/components/Basic/SxInfo.js +3 -3
- package/lib/vtx-pump-modal/components/Basic/SxInfo.js.map +1 -1
- package/lib/vtx-pump-modal/components/Basic/XqInfo.js +3 -3
- package/lib/vtx-pump-modal/components/Basic/XqInfo.js.map +1 -1
- package/lib/vtx-pump-modal/components/Basic/index.css +4 -0
- package/lib/vtx-pump-modal/components/Basic/index.less +6 -1
- package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js +7 -7
- package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js.map +1 -1
- package/lib/vtx-pump-modal/components/Sbxl/index.css +10 -9
- package/lib/vtx-pump-modal/components/Sbxl/index.js +5 -9
- package/lib/vtx-pump-modal/components/Sbxl/index.js.map +1 -1
- package/lib/vtx-pump-modal/components/Sbxl/index.less +16 -17
- package/lib/vtx-pump-modal/components/Sjfx/index.css +3 -1
- package/lib/vtx-pump-modal/components/Sjfx/index.js +29 -29
- package/lib/vtx-pump-modal/components/Sjfx/index.js.map +1 -1
- package/lib/vtx-pump-modal/components/Sjfx/index.less +8 -6
- package/lib/vtx-pump-modal/components/Sxyx/index.css +7 -5
- package/lib/vtx-pump-modal/components/Sxyx/index.js +7 -4
- package/lib/vtx-pump-modal/components/Sxyx/index.js.map +1 -1
- package/lib/vtx-pump-modal/components/Sxyx/index.less +16 -11
- package/lib/vtx-pump-modal/config.js +3 -3
- package/lib/vtx-pump-modal/config.js.map +1 -1
- package/lib/vtx-pump-modal/index.js +21 -4
- package/lib/vtx-pump-modal/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/api.js +52 -34
- package/lib/vtx-restaurant-modal/api.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +6 -5
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +4 -3
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/index.css +3 -0
- package/lib/vtx-restaurant-modal/components/Alarm/index.less +3 -0
- package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +2 -4
- package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/Info.js +3 -3
- package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js +1 -3
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/index.css +3 -0
- package/lib/vtx-restaurant-modal/components/Basic/index.less +4 -0
- package/lib/vtx-restaurant-modal/components/Collection/Charts.js +154 -0
- package/lib/vtx-restaurant-modal/components/Collection/Charts.js.map +1 -0
- package/lib/vtx-restaurant-modal/components/Collection/List.js +37 -0
- package/lib/vtx-restaurant-modal/components/Collection/List.js.map +1 -0
- package/lib/vtx-restaurant-modal/components/Collection/index.css +12 -0
- package/lib/vtx-restaurant-modal/components/Collection/index.js +44 -19
- package/lib/vtx-restaurant-modal/components/Collection/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Collection/index.less +6 -0
- package/lib/vtx-restaurant-modal/index.js +9 -3
- package/lib/vtx-restaurant-modal/index.js.map +1 -1
- package/lib/vtx-road-modal/api.js +90 -31
- package/lib/vtx-road-modal/api.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js +3 -1
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +16 -6
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +19 -10
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/index.css +16 -9
- package/lib/vtx-road-modal/components/BaseInfo/index.js +22 -15
- package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/index.less +18 -9
- package/lib/vtx-road-modal/components/Statistical/Zylc.js +20 -9
- package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +1 -1
- package/lib/vtx-road-modal/components/Statistical/Zywcl.js +13 -4
- package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +1 -1
- package/lib/vtx-road-modal/components/Statistical/index.css +4 -0
- package/lib/vtx-road-modal/components/Statistical/index.less +2 -0
- package/lib/vtx-road-modal/index.js +87 -14
- package/lib/vtx-road-modal/index.js.map +1 -1
- package/lib/vtx-road-modal/style/index.css +52 -3
- package/lib/vtx-staff-modal/api.js +59 -35
- package/lib/vtx-staff-modal/api.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +24 -9
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/index.css +1 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js +5 -4
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/index.less +1 -0
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js +11 -4
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/Record.js +21 -36
- package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +7 -6
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/index.css +3 -0
- package/lib/vtx-staff-modal/components/Attendance/index.less +3 -0
- package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +16 -5
- package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +12 -4
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.css +6 -2
- package/lib/vtx-staff-modal/components/BaseInfo/index.js +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.less +8 -2
- package/lib/vtx-staff-modal/components/Equipment/index.css +1 -0
- package/lib/vtx-staff-modal/components/Equipment/index.less +1 -0
- package/lib/vtx-staff-modal/index.js +28 -14
- package/lib/vtx-staff-modal/index.js.map +1 -1
- package/lib/vtx-staff-modal/style/index.css +52 -3
- package/lib/vtx-theme-provider/index.js +1 -0
- package/lib/vtx-theme-provider/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/api.js +102 -47
- package/lib/vtx-throw-point-modal/api.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/Alarm/index.css +2 -0
- package/lib/vtx-throw-point-modal/components/Alarm/index.less +3 -0
- package/lib/vtx-throw-point-modal/components/OverView/Hot.js +67 -33
- package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/Left.js +6 -5
- package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +18 -9
- package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/index.css +6 -1
- package/lib/vtx-throw-point-modal/components/OverView/index.js +8 -3
- package/lib/vtx-throw-point-modal/components/OverView/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/index.less +11 -1
- package/lib/vtx-throw-point-modal/components/SBZJ/index.js +1 -2
- package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGGS/Content.js +2 -1
- package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGXW/Content.js +2 -1
- package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGXW/index.css +21 -0
- package/lib/vtx-throw-point-modal/components/WGXW/index.js +7 -2
- package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGXW/index.less +26 -0
- package/lib/vtx-throw-point-modal/index.js +66 -30
- package/lib/vtx-throw-point-modal/index.js.map +1 -1
- package/lib/vtx-wr-modal/api.js +89 -51
- package/lib/vtx-wr-modal/api.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +6 -5
- package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +22 -5
- package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/index.css +3 -0
- package/lib/vtx-wr-modal/components/AlarmInfo/index.less +3 -0
- package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +24 -8
- package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +8 -4
- package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +17 -8
- package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/index.css +8 -0
- package/lib/vtx-wr-modal/components/BaseInfo/index.js +3 -3
- package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/index.less +10 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js +9 -13
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js +53 -23
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js +2 -2
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.js +28 -12
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js +119 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js +286 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js +54 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js +364 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js +159 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js +220 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.css +319 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js +112 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.less +320 -0
- package/lib/vtx-wr-modal/components/Evaluate/index.css +3 -0
- package/lib/vtx-wr-modal/components/Evaluate/index.less +3 -0
- package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +6 -5
- package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +1 -1
- package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +34 -31
- package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +1 -1
- package/lib/vtx-wr-modal/components/Monitor/index.css +2 -0
- package/lib/vtx-wr-modal/components/Monitor/index.less +4 -0
- package/lib/vtx-wr-modal/components/Score/index.css +11 -0
- package/lib/vtx-wr-modal/components/Score/index.js +3 -2
- package/lib/vtx-wr-modal/components/Score/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/Score/index.less +33 -16
- package/lib/vtx-wr-modal/components/Ztt/index.js +27 -0
- package/lib/vtx-wr-modal/components/Ztt/index.js.map +1 -0
- package/lib/vtx-wr-modal/components/index.js +14 -0
- package/lib/vtx-wr-modal/components/index.js.map +1 -1
- package/lib/vtx-wr-modal/imgs/2/aq.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/cqz.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/dswsj.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/dswsjC.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/dws.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/female.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/lhq.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/male.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/mys.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/rll.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/sd.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/ty.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/tywsj.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/wd.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/xbd.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/ydl.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/ydlBg.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/ysl.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/yslBg.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/zsp.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/zws.png +0 -0
- package/lib/vtx-wr-modal/imgs/daMen.png +0 -0
- package/lib/vtx-wr-modal/imgs/yingYe.png +0 -0
- package/lib/vtx-wr-modal/index.js +163 -39
- package/lib/vtx-wr-modal/index.js.map +1 -1
- package/lib/vtx-wr-modal/style/index.css +52 -3
- package/lib/vtx-zg-modal/components/BaseInfo/index.css +3 -0
- package/lib/vtx-zg-modal/components/BaseInfo/index.js +6 -4
- package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-zg-modal/components/BaseInfo/index.less +6 -0
- package/lib/vtx-zg-modal/index.js +6 -2
- package/lib/vtx-zg-modal/index.js.map +1 -1
- package/lib/vtx-zg-modal/style/index.css +52 -3
- package/package.json +5 -4
- package/lib/vtx-car-modal/components/CanData/index.css +0 -41
- package/lib/vtx-car-modal/components/CanData/index.js +0 -181
- package/lib/vtx-car-modal/components/CanData/index.js.map +0 -1
- package/lib/vtx-car-modal/components/CanData/index.less +0 -36
- package/lib/vtx-car-modal/components/PowerConsumption/index.js +0 -134
- package/lib/vtx-car-modal/components/PowerConsumption/index.js.map +0 -1
- package/lib/vtx-car-modal/components/PowerConsumption/index.less +0 -22
- package/lib/vtx-car-modal/imgs/gx.png +0 -0
- package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js +0 -180
- package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js.map +0 -1
- package/lib/vtx-cp-modal/imgs/cylj.png +0 -0
- package/lib/vtx-cp-modal/imgs/qtlj.png +0 -0
- package/lib/vtx-cp-modal/imgs/shlj.png +0 -0
- package/lib/vtx-cp-modal/imgs/yhlj.png +0 -0
package/lib/vm-map/index.js
CHANGED
|
@@ -11,9 +11,14 @@ var _react = _interopRequireWildcard(require("react"));
|
|
|
11
11
|
var _map = require("@vtx/map");
|
|
12
12
|
var _useSettings2 = _interopRequireDefault(require("../vm-hooks/useSettings"));
|
|
13
13
|
var _mapStyle = require("./mapStyle");
|
|
14
|
+
require("./style");
|
|
14
15
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
15
16
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
16
17
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
18
|
+
function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
|
|
19
|
+
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
20
|
+
function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
|
|
21
|
+
function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
|
|
17
22
|
function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
|
|
18
23
|
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."); }
|
|
19
24
|
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
@@ -22,17 +27,20 @@ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" !=
|
|
|
22
27
|
function _arrayWithHoles(r) { if (Array.isArray(r)) return r; } /* eslint-disable no-undef */
|
|
23
28
|
var defaultCenter = [116.421516, 39.898331];
|
|
24
29
|
function VmMap(_a) {
|
|
25
|
-
var
|
|
30
|
+
var _b, _c;
|
|
31
|
+
var _a$key = _a.key,
|
|
32
|
+
key = _a$key === void 0 ? 1 : _a$key,
|
|
33
|
+
_a$mapType = _a.mapType,
|
|
26
34
|
mapType = _a$mapType === void 0 ? 'bmap' : _a$mapType,
|
|
27
|
-
mapCenter = _a.mapCenter,
|
|
28
35
|
_a$mapPoints = _a.mapPoints,
|
|
29
36
|
mapPoints = _a$mapPoints === void 0 ? [] : _a$mapPoints,
|
|
37
|
+
mapCenter = _a.mapCenter,
|
|
30
38
|
_a$mapPolygons = _a.mapPolygons,
|
|
31
39
|
mapPolygons = _a$mapPolygons === void 0 ? [] : _a$mapPolygons,
|
|
32
40
|
currentLayer = _a.currentLayer,
|
|
33
41
|
geometryType = _a.geometryType,
|
|
34
42
|
clickGraphic = _a.clickGraphic,
|
|
35
|
-
rest = (0, _tslib.__rest)(_a, ["
|
|
43
|
+
rest = (0, _tslib.__rest)(_a, ["key", "mapType", "mapPoints", "mapCenter", "mapPolygons", "currentLayer", "geometryType", "clickGraphic"]);
|
|
36
44
|
var mapRef = (0, _react.useRef)();
|
|
37
45
|
var markers = (0, _react.useRef)([]);
|
|
38
46
|
var mappolygons = (0, _react.useRef)([]);
|
|
@@ -44,14 +52,18 @@ function VmMap(_a) {
|
|
|
44
52
|
_useState2 = _slicedToArray(_useState, 2),
|
|
45
53
|
points = _useState2[0],
|
|
46
54
|
setPoints = _useState2[1];
|
|
47
|
-
var _useState3 = (0, _react.useState)(
|
|
55
|
+
var _useState3 = (0, _react.useState)(false),
|
|
48
56
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
49
|
-
|
|
50
|
-
|
|
57
|
+
center = _useState4[0],
|
|
58
|
+
setCenter = _useState4[1];
|
|
51
59
|
var _useState5 = (0, _react.useState)([]),
|
|
52
60
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
53
|
-
|
|
54
|
-
|
|
61
|
+
polygons = _useState6[0],
|
|
62
|
+
setPolygons = _useState6[1];
|
|
63
|
+
var _useState7 = (0, _react.useState)([]),
|
|
64
|
+
_useState8 = _slicedToArray(_useState7, 2),
|
|
65
|
+
lines = _useState8[0],
|
|
66
|
+
setLines = _useState8[1];
|
|
55
67
|
(0, _react.useEffect)(function () {
|
|
56
68
|
var wrapScroll = document.querySelector('.ant-modal-body');
|
|
57
69
|
wrapScroll && wrapScroll.addEventListener('scroll', function () {
|
|
@@ -65,13 +77,13 @@ function VmMap(_a) {
|
|
|
65
77
|
}, [theme]);
|
|
66
78
|
(0, _react.useEffect)(function () {
|
|
67
79
|
if ((mapPoints === null || mapPoints === void 0 ? void 0 : mapPoints.length) > 0) {
|
|
68
|
-
var
|
|
80
|
+
var _list = mapPoints.map(function (ele) {
|
|
69
81
|
return Object.assign(Object.assign({}, ele), {
|
|
70
82
|
longitude: ele.lng,
|
|
71
83
|
latitude: ele.lat
|
|
72
84
|
});
|
|
73
85
|
}) || [];
|
|
74
|
-
setPoints(
|
|
86
|
+
setPoints(_list);
|
|
75
87
|
}
|
|
76
88
|
}, [mapPoints]);
|
|
77
89
|
(0, _react.useEffect)(function () {
|
|
@@ -82,13 +94,15 @@ function VmMap(_a) {
|
|
|
82
94
|
if ((filterMapPolygons === null || filterMapPolygons === void 0 ? void 0 : filterMapPolygons.length) > 0) {
|
|
83
95
|
if (geometryType === 'polyline') {
|
|
84
96
|
setLines(filterMapPolygons.map(function (item) {
|
|
85
|
-
return
|
|
97
|
+
return {
|
|
98
|
+
id: item.id,
|
|
99
|
+
config: item.config,
|
|
86
100
|
paths: item.rings.split(';').map(function (v) {
|
|
87
101
|
return v.split(',').map(function (v) {
|
|
88
102
|
return Number(v);
|
|
89
103
|
});
|
|
90
104
|
})
|
|
91
|
-
}
|
|
105
|
+
};
|
|
92
106
|
}));
|
|
93
107
|
} else {
|
|
94
108
|
setPolygons(filterMapPolygons.map(function (item) {
|
|
@@ -128,7 +142,7 @@ function VmMap(_a) {
|
|
|
128
142
|
var center = mapCenter || defaultCenter;
|
|
129
143
|
mapRef.current = new window.BMapGL.Map('modalMap', {
|
|
130
144
|
style: {
|
|
131
|
-
styleJson: isDark ? _mapStyle.customStyle : _mapStyle.customLight
|
|
145
|
+
styleJson: isDark || theme == 'blue' ? _mapStyle.customStyle : _mapStyle.customLight
|
|
132
146
|
}
|
|
133
147
|
});
|
|
134
148
|
var point = new window.BMapGL.Point(center[0], center[1]);
|
|
@@ -151,8 +165,8 @@ function VmMap(_a) {
|
|
|
151
165
|
var points = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
|
|
152
166
|
removePoints();
|
|
153
167
|
if (!(points === null || points === void 0 ? void 0 : points.length)) {
|
|
154
|
-
var
|
|
155
|
-
var point = new window.BMapGL.Point(
|
|
168
|
+
var _center = mapCenter || defaultCenter;
|
|
169
|
+
var point = new window.BMapGL.Point(_center[0], _center[1]);
|
|
156
170
|
mapRef.current.addOverlay(new window.BMapGL.Marker(point));
|
|
157
171
|
return;
|
|
158
172
|
}
|
|
@@ -162,10 +176,10 @@ function VmMap(_a) {
|
|
|
162
176
|
var _a, _b;
|
|
163
177
|
var position = new window.BMapGL.Point(item.lng, item.lat);
|
|
164
178
|
positions.push(position);
|
|
165
|
-
var icon = new window.BMapGL.Icon(item.url, new window.BMapGL.Size(item.width || 32, item.height || 45));
|
|
179
|
+
var icon = new window.BMapGL.Icon(item.url || require('./imgs/defaultMarker.png'), new window.BMapGL.Size(item.width || 32, item.height || 45));
|
|
166
180
|
var marker = new window.BMapGL.Marker(position, {
|
|
167
181
|
icon: icon,
|
|
168
|
-
offset: new window.BMapGL.Size(((_a = item.offset) === null || _a === void 0 ? void 0 : _a.width) || -10, ((_b = item.offset) === null || _b === void 0 ? void 0 : _b.height) || -16),
|
|
182
|
+
offset: new window.BMapGL.Size(((_a = item === null || item === void 0 ? void 0 : item.offset) === null || _a === void 0 ? void 0 : _a.width) || -10, ((_b = item === null || item === void 0 ? void 0 : item.offset) === null || _b === void 0 ? void 0 : _b.height) || -16),
|
|
169
183
|
title: item.name || ''
|
|
170
184
|
});
|
|
171
185
|
markers.current.push(marker);
|
|
@@ -175,7 +189,8 @@ function VmMap(_a) {
|
|
|
175
189
|
};
|
|
176
190
|
// 清除地图点位
|
|
177
191
|
var removePoints = function removePoints() {
|
|
178
|
-
|
|
192
|
+
var _a;
|
|
193
|
+
((_a = markers.current) === null || _a === void 0 ? void 0 : _a.length) && markers.current.forEach(function (marker) {
|
|
179
194
|
mapRef.current.addOverlay(marker);
|
|
180
195
|
});
|
|
181
196
|
markers.current = [];
|
|
@@ -195,11 +210,13 @@ function VmMap(_a) {
|
|
|
195
210
|
var polygons = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
|
|
196
211
|
var type = arguments.length > 1 ? arguments[1] : undefined;
|
|
197
212
|
removePolygons();
|
|
198
|
-
|
|
213
|
+
var list = polygons === null || polygons === void 0 ? void 0 : polygons.filter(function (ele) {
|
|
214
|
+
return !!ele.rings;
|
|
215
|
+
});
|
|
216
|
+
if (!(list === null || list === void 0 ? void 0 : list.length)) return;
|
|
199
217
|
var points = [];
|
|
200
218
|
//遍历添加图层(图元)
|
|
201
219
|
polygons.map(function (item) {
|
|
202
|
-
var _a;
|
|
203
220
|
//初始化参数
|
|
204
221
|
var cg = {
|
|
205
222
|
lineType: 'solid',
|
|
@@ -222,7 +239,7 @@ function VmMap(_a) {
|
|
|
222
239
|
fillColor: cg.color,
|
|
223
240
|
fillOpacity: cg.pellucidity
|
|
224
241
|
},
|
|
225
|
-
polygonPath =
|
|
242
|
+
polygonPath = item.rings.split(';').map(function (item) {
|
|
226
243
|
var _ref2 = item === null || item === void 0 ? void 0 : item.split(','),
|
|
227
244
|
_ref3 = _slicedToArray(_ref2, 2),
|
|
228
245
|
lng = _ref3[0],
|
|
@@ -238,8 +255,7 @@ function VmMap(_a) {
|
|
|
238
255
|
clickPolygon(item, e);
|
|
239
256
|
// 居中显示
|
|
240
257
|
setTimeout(function () {
|
|
241
|
-
|
|
242
|
-
mapRef.current.setViewport((_a = item.rings) === null || _a === void 0 ? void 0 : _a.split(';').map(function (item) {
|
|
258
|
+
mapRef.current.setViewport(item.rings.split(';').map(function (item) {
|
|
243
259
|
var _ref4 = item === null || item === void 0 ? void 0 : item.split(','),
|
|
244
260
|
_ref5 = _slicedToArray(_ref4, 2),
|
|
245
261
|
lng = _ref5[0],
|
|
@@ -262,7 +278,8 @@ function VmMap(_a) {
|
|
|
262
278
|
};
|
|
263
279
|
// 清除地图图元
|
|
264
280
|
var removePolygons = function removePolygons() {
|
|
265
|
-
|
|
281
|
+
var _a;
|
|
282
|
+
((_a = mappolygons.current) === null || _a === void 0 ? void 0 : _a.length) && mappolygons.current.forEach(function (polygon) {
|
|
266
283
|
mapRef.current.removeOverlay(polygon);
|
|
267
284
|
});
|
|
268
285
|
mappolygons.current = [];
|
|
@@ -274,15 +291,42 @@ function VmMap(_a) {
|
|
|
274
291
|
});
|
|
275
292
|
highlightLayer.current = [];
|
|
276
293
|
};
|
|
294
|
+
var list = mapType !== 'olmap' ? [].concat(_toConsumableArray(polygons), _toConsumableArray(lines)) : [];
|
|
295
|
+
var pointCneter;
|
|
296
|
+
if ((points === null || points === void 0 ? void 0 : points.length) > 0) {
|
|
297
|
+
pointCneter = [(_b = points === null || points === void 0 ? void 0 : points[0]) === null || _b === void 0 ? void 0 : _b.lng, (_c = points === null || points === void 0 ? void 0 : points[0]) === null || _c === void 0 ? void 0 : _c.lat];
|
|
298
|
+
}
|
|
277
299
|
var mapProps = Object.assign({
|
|
300
|
+
key: key,
|
|
278
301
|
mapId: Date.now(),
|
|
279
|
-
mapCenter: mapCenter || defaultCenter,
|
|
302
|
+
mapCenter: pointCneter || mapCenter || defaultCenter,
|
|
280
303
|
mapType: mapType,
|
|
281
304
|
mapPoints: points || [],
|
|
282
305
|
mapPolygons: polygons || [],
|
|
283
|
-
mapLines: lines || []
|
|
306
|
+
mapLines: lines || [],
|
|
307
|
+
setCenter: center
|
|
284
308
|
}, rest);
|
|
285
|
-
|
|
309
|
+
// 点位层级固定显示16,可在customMapInfo传参修改
|
|
310
|
+
if (list.length) {
|
|
311
|
+
mapProps = Object.assign(Object.assign({}, mapProps), {
|
|
312
|
+
mapVisiblePoints: {
|
|
313
|
+
fitView: list.length ? list === null || list === void 0 ? void 0 : list.map(function (ele) {
|
|
314
|
+
return ele.id;
|
|
315
|
+
}) : [],
|
|
316
|
+
type: 'all'
|
|
317
|
+
},
|
|
318
|
+
setVisiblePoints: Math.random() * 1000
|
|
319
|
+
});
|
|
320
|
+
}
|
|
321
|
+
(0, _react.useEffect)(function () {
|
|
322
|
+
if (mapCenter && (mapCenter === null || mapCenter === void 0 ? void 0 : mapCenter.length) > 0) {
|
|
323
|
+
setCenter(true);
|
|
324
|
+
setTimeout(function () {
|
|
325
|
+
return setCenter(false);
|
|
326
|
+
}, 2500);
|
|
327
|
+
}
|
|
328
|
+
}, [JSON.stringify(mapCenter)]);
|
|
329
|
+
return theme == 'light' ? ( /*#__PURE__*/_react["default"].createElement(_map.VtxMap, Object.assign({}, mapProps))) : ( /*#__PURE__*/_react["default"].createElement("div", {
|
|
286
330
|
id: "modalMap",
|
|
287
331
|
style: {
|
|
288
332
|
width: '100%',
|
package/lib/vm-map/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["_tslib","require","_jquery","_interopRequireDefault","_react","_interopRequireWildcard","_map","_useSettings2","_mapStyle","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","length","l","Symbol","iterator","f","o","next","done","push","value","isArray","defaultCenter","VmMap","_a","_a$mapType","mapType","mapCenter","_a$mapPoints","mapPoints","_a$mapPolygons","mapPolygons","currentLayer","geometryType","clickGraphic","rest","__rest","mapRef","useRef","markers","mappolygons","highlightLayer","_useSettings","useSettings","isDark","theme","_useState","useState","_useState2","points","setPoints","_useState3","_useState4","polygons","setPolygons","_useState5","_useState6","lines","setLines","useEffect","wrapScroll","document","querySelector","addEventListener","window","scrollY","scrollTop","initMap","list","map","ele","assign","longitude","lng","latitude","lat","filterMapPolygons","filter","_ref","rings","item","paths","split","v","Number","current","addPoints","addPolygons","removeHighLightPolygons","id","geometryInfo","lngLats","config","lineWidth","lineOpacity","JSON","stringify","init","center","BMapGL","Map","style","styleJson","customStyle","customLight","point","Point","centerAndZoom","enableScrollWheelZoom","$","getScript","arguments","undefined","removePoints","addOverlay","Marker","positions","forEach","_b","position","icon","Icon","url","Size","width","height","marker","offset","title","setViewport","clickPolygon","obj","type","removePolygons","cg","lineType","lineColor","color","pellucidity","polygonOption","strokeColor","strokeOpacity","strokeWeight","strokeStyle","fillColor","fillOpacity","polygonPath","_ref2","_ref3","_point","polygon","Polyline","Polygon","on","setTimeout","_ref4","_ref5","removeOverlay","mapProps","mapId","Date","now","mapLines","React","createElement","VtxMap"],"sources":["vm-map/index.js"],"sourcesContent":["import { __rest } from \"tslib\";\n/* eslint-disable no-undef */\nimport $ from 'jquery';\nimport React, { useEffect, useRef, useState } from 'react';\nimport { VtxMap } from '@vtx/map';\nimport useSettings from '../vm-hooks/useSettings';\nimport { customStyle, customLight } from './mapStyle';\nconst defaultCenter = [116.421516, 39.898331];\nexport default function VmMap(_a) {\n var { mapType = 'bmap', mapCenter, mapPoints = [], mapPolygons = [], currentLayer, geometryType, clickGraphic } = _a, rest = __rest(_a, [\"mapType\", \"mapCenter\", \"mapPoints\", \"mapPolygons\", \"currentLayer\", \"geometryType\", \"clickGraphic\"]);\n const mapRef = useRef();\n const markers = useRef([]);\n const mappolygons = useRef([]);\n const highlightLayer = useRef([]);\n const { isDark, theme } = useSettings();\n const [points, setPoints] = useState([]);\n const [polygons, setPolygons] = useState([]);\n const [lines, setLines] = useState([]);\n useEffect(() => {\n let wrapScroll = document.querySelector('.ant-modal-body');\n wrapScroll &&\n wrapScroll.addEventListener('scroll', () => {\n window.scrollY = (wrapScroll === null || wrapScroll === void 0 ? void 0 : wrapScroll.scrollTop) || 0;\n });\n }, []);\n useEffect(() => {\n if (theme !== 'light') {\n initMap();\n }\n }, [theme]);\n useEffect(() => {\n if ((mapPoints === null || mapPoints === void 0 ? void 0 : mapPoints.length) > 0) {\n const list = mapPoints.map(ele => (Object.assign(Object.assign({}, ele), { longitude: ele.lng, latitude: ele.lat }))) || [];\n setPoints(list);\n }\n }, [mapPoints]);\n useEffect(() => {\n const filterMapPolygons = mapPolygons.filter(({ rings }) => !!rings);\n if ((filterMapPolygons === null || filterMapPolygons === void 0 ? void 0 : filterMapPolygons.length) > 0) {\n if (geometryType === 'polyline') {\n setLines(filterMapPolygons.map(item => (Object.assign(Object.assign({}, item), { paths: item.rings.split(';').map(v => v.split(',').map(v => Number(v))) }))));\n }\n else {\n setPolygons(filterMapPolygons.map(item => (Object.assign(Object.assign({}, item), { rings: item.rings.split(';').map(v => v.split(',').map(v => Number(v))) }))));\n }\n }\n }, [mapPolygons]);\n useEffect(() => {\n if (mapRef === null || mapRef === void 0 ? void 0 : mapRef.current) {\n addPoints(mapPoints);\n addPolygons(mapPolygons);\n }\n }, [mapPoints, mapPolygons, mapRef === null || mapRef === void 0 ? void 0 : mapRef.current]);\n useEffect(() => {\n var _a;\n if (theme !== 'light') {\n removeHighLightPolygons();\n // 清空高亮图层并绘制新图层\n if (currentLayer === null || currentLayer === void 0 ? void 0 : currentLayer.id)\n addPolygons([\n {\n id: currentLayer.id,\n rings: (_a = currentLayer === null || currentLayer === void 0 ? void 0 : currentLayer.geometryInfo) === null || _a === void 0 ? void 0 : _a.lngLats,\n config: {\n lineWidth: 2,\n lineOpacity: 0.5,\n },\n },\n ], 'highlight');\n }\n }, [theme, JSON.stringify(currentLayer)]);\n const init = () => {\n const center = mapCenter || defaultCenter;\n mapRef.current = new window.BMapGL.Map('modalMap', {\n style: { styleJson: isDark ? customStyle : customLight },\n });\n let point = new window.BMapGL.Point(center[0], center[1]);\n // 设置中心点和层级\n mapRef.current.centerAndZoom(point, 15);\n // mapRef.current.addOverlay(new window.BMapGL.Marker(point));\n mapRef.current.enableScrollWheelZoom(); // 滚轮放大缩小\n };\n const initMap = () => {\n if (window.BMapGL) {\n init();\n }\n else {\n $.getScript(`//api.map.baidu.com/getscript?type=webgl&v=1.0&ak=1XjLLEhZhQNUzd93EjU5nOGQ`, () => {\n init();\n });\n }\n };\n // 地图添加点位\n const addPoints = (points = []) => {\n removePoints();\n if (!(points === null || points === void 0 ? void 0 : points.length)) {\n const center = mapCenter || defaultCenter;\n let point = new window.BMapGL.Point(center[0], center[1]);\n mapRef.current.addOverlay(new window.BMapGL.Marker(point));\n return;\n }\n // 添加点位\n const positions = [];\n points.forEach((item) => {\n var _a, _b;\n const position = new window.BMapGL.Point(item.lng, item.lat);\n positions.push(position);\n const icon = new window.BMapGL.Icon(item.url, new window.BMapGL.Size(item.width || 32, item.height || 45));\n const marker = new window.BMapGL.Marker(position, {\n icon,\n offset: new window.BMapGL.Size(((_a = item.offset) === null || _a === void 0 ? void 0 : _a.width) || -10, ((_b = item.offset) === null || _b === void 0 ? void 0 : _b.height) || -16),\n title: item.name || '',\n });\n markers.current.push(marker);\n mapRef.current.addOverlay(marker);\n });\n mapRef.current.setViewport(positions);\n };\n // 清除地图点位\n const removePoints = () => {\n markers.current.forEach((marker) => {\n mapRef.current.addOverlay(marker);\n });\n markers.current = [];\n };\n //点击图元事件\n const clickPolygon = (item, e) => {\n if (typeof clickGraphic === 'function') {\n let obj = {\n item: item,\n e,\n };\n clickGraphic(obj);\n }\n };\n // 地图添加线\n const addPolygons = (polygons = [], type) => {\n removePolygons();\n if (!(polygons === null || polygons === void 0 ? void 0 : polygons.length))\n return;\n const points = [];\n //遍历添加图层(图元)\n polygons.map(item => {\n var _a;\n //初始化参数\n let cg = {\n lineType: 'solid',\n lineWidth: 5,\n lineColor: '#277ffa',\n lineOpacity: geometryType === 'polyline' ? 1 : 0.3,\n color: '#fff',\n pellucidity: 0.5,\n // isHidden: false //后期需要再加\n };\n if (item.config) {\n cg = Object.assign(Object.assign({}, cg), item.config);\n }\n //面的参数\n let polygonOption = {\n strokeColor: cg.lineColor,\n strokeOpacity: cg.lineOpacity,\n strokeWeight: cg.lineWidth,\n strokeStyle: cg.lineType,\n fillColor: cg.color,\n fillOpacity: cg.pellucidity,\n }, polygonPath = (_a = item.rings) === null || _a === void 0 ? void 0 : _a.split(';').map(item => {\n let [lng, lat] = item === null || item === void 0 ? void 0 : item.split(',');\n let _point = new window.BMapGL.Point(lng, lat);\n points.push(_point);\n return _point;\n });\n //创建面对象\n let polygon = geometryType === 'polyline'\n ? new window.BMapGL.Polyline(polygonPath, polygonOption)\n : new window.BMapGL.Polygon(polygonPath, polygonOption);\n //添加点击事件\n polygon.on('click', (e) => {\n clickPolygon(item, e);\n // 居中显示\n setTimeout(() => {\n var _a;\n mapRef.current.setViewport((_a = item.rings) === null || _a === void 0 ? void 0 : _a.split(';').map(item => {\n let [lng, lat] = item === null || item === void 0 ? void 0 : item.split(',');\n let _point = new window.BMapGL.Point(lng, lat);\n return _point;\n }));\n }, 300);\n });\n if (type) {\n // 若为高亮图层,单独保存,用于单独清除\n highlightLayer.current.push(polygon);\n mapRef.current.addOverlay(polygon);\n }\n else {\n mappolygons.current.push(polygon);\n mapRef.current.addOverlay(polygon);\n }\n });\n mapRef.current.setViewport(points);\n };\n // 清除地图图元\n const removePolygons = () => {\n mappolygons.current.forEach((polygon) => {\n mapRef.current.removeOverlay(polygon);\n });\n mappolygons.current = [];\n };\n // 清除高亮图元\n const removeHighLightPolygons = () => {\n highlightLayer.current.forEach((polygon) => {\n mapRef.current.removeOverlay(polygon);\n });\n highlightLayer.current = [];\n };\n const mapProps = Object.assign({ mapId: Date.now(), mapCenter: mapCenter || defaultCenter, mapType, mapPoints: points || [], mapPolygons: polygons || [], mapLines: lines || [] }, rest);\n return theme === 'light' ? (React.createElement(VtxMap, Object.assign({}, mapProps))) : (React.createElement(\"div\", { id: \"modalMap\", style: { width: '100%', height: '100%' } }));\n}\n"],"mappings":";;;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAEA,IAAAC,OAAA,GAAAC,sBAAA,CAAAF,OAAA;AACA,IAAAG,MAAA,GAAAC,uBAAA,CAAAJ,OAAA;AACA,IAAAK,IAAA,GAAAL,OAAA;AACA,IAAAM,aAAA,GAAAJ,sBAAA,CAAAF,OAAA;AACA,IAAAO,SAAA,GAAAP,OAAA;AAAsD,SAAAQ,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,yBAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAL,wBAAAK,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,gBAAAK,OAAA,CAAAL,CAAA,0BAAAA,CAAA,sBAAAA,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,cAAAR,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAf,uBAAAO,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,gBAAAA,CAAA;AAAA,SAAAmB,eAAAjB,CAAA,EAAAF,CAAA,WAAAoB,eAAA,CAAAlB,CAAA,KAAAmB,qBAAA,CAAAnB,CAAA,EAAAF,CAAA,KAAAsB,2BAAA,CAAApB,CAAA,EAAAF,CAAA,KAAAuB,gBAAA;AAAA,SAAAA,iBAAA,cAAAC,SAAA;AAAA,SAAAF,4BAAApB,CAAA,EAAAQ,CAAA,QAAAR,CAAA,2BAAAA,CAAA,SAAAuB,iBAAA,CAAAvB,CAAA,EAAAQ,CAAA,OAAAP,CAAA,MAAAuB,QAAA,CAAAV,IAAA,CAAAd,CAAA,EAAAyB,KAAA,6BAAAxB,CAAA,IAAAD,CAAA,CAAA0B,WAAA,KAAAzB,CAAA,GAAAD,CAAA,CAAA0B,WAAA,CAAAC,IAAA,aAAA1B,CAAA,cAAAA,CAAA,GAAA2B,KAAA,CAAAC,IAAA,CAAA7B,CAAA,oBAAAC,CAAA,+CAAA6B,IAAA,CAAA7B,CAAA,IAAAsB,iBAAA,CAAAvB,CAAA,EAAAQ,CAAA;AAAA,SAAAe,kBAAAvB,CAAA,EAAAQ,CAAA,aAAAA,CAAA,IAAAA,CAAA,GAAAR,CAAA,CAAA+B,MAAA,MAAAvB,CAAA,GAAAR,CAAA,CAAA+B,MAAA,YAAAjC,CAAA,MAAAQ,CAAA,GAAAsB,KAAA,CAAApB,CAAA,GAAAV,CAAA,GAAAU,CAAA,EAAAV,CAAA,IAAAQ,CAAA,CAAAR,CAAA,IAAAE,CAAA,CAAAF,CAAA,UAAAQ,CAAA;AAAA,SAAAa,sBAAAnB,CAAA,EAAAgC,CAAA,QAAA/B,CAAA,WAAAD,CAAA,gCAAAiC,MAAA,IAAAjC,CAAA,CAAAiC,MAAA,CAAAC,QAAA,KAAAlC,CAAA,4BAAAC,CAAA,QAAAH,CAAA,EAAAQ,CAAA,EAAAS,CAAA,EAAAH,CAAA,EAAAJ,CAAA,OAAA2B,CAAA,OAAAC,CAAA,iBAAArB,CAAA,IAAAd,CAAA,GAAAA,CAAA,CAAAa,IAAA,CAAAd,CAAA,GAAAqC,IAAA,QAAAL,CAAA,QAAAvB,MAAA,CAAAR,CAAA,MAAAA,CAAA,UAAAkC,CAAA,uBAAAA,CAAA,IAAArC,CAAA,GAAAiB,CAAA,CAAAD,IAAA,CAAAb,CAAA,GAAAqC,IAAA,MAAA9B,CAAA,CAAA+B,IAAA,CAAAzC,CAAA,CAAA0C,KAAA,GAAAhC,CAAA,CAAAuB,MAAA,KAAAC,CAAA,GAAAG,CAAA,iBAAAnC,CAAA,IAAAoC,CAAA,OAAA9B,CAAA,GAAAN,CAAA,yBAAAmC,CAAA,YAAAlC,CAAA,eAAAW,CAAA,GAAAX,CAAA,cAAAQ,MAAA,CAAAG,CAAA,MAAAA,CAAA,2BAAAwB,CAAA,QAAA9B,CAAA,aAAAE,CAAA;AAAA,SAAAU,gBAAAlB,CAAA,QAAA4B,KAAA,CAAAa,OAAA,CAAAzC,CAAA,UAAAA,CAAA,IALtD;AAMA,IAAM0C,aAAa,GAAG,CAAC,UAAU,EAAE,SAAS,CAAC;AAC9B,SAASC,KAAKA,CAACC,EAAE,EAAE;EAC9B,IAAAC,UAAA,GAAkHD,EAAE,CAA9GE,OAAO;IAAPA,OAAO,GAAAD,UAAA,cAAG,MAAM,GAAAA,UAAA;IAAEE,SAAS,GAAiFH,EAAE,CAA5FG,SAAS;IAAAC,YAAA,GAAiFJ,EAAE,CAAjFK,SAAS;IAATA,SAAS,GAAAD,YAAA,cAAG,EAAE,GAAAA,YAAA;IAAAE,cAAA,GAAiEN,EAAE,CAAjEO,WAAW;IAAXA,WAAW,GAAAD,cAAA,cAAG,EAAE,GAAAA,cAAA;IAAEE,YAAY,GAAiCR,EAAE,CAA/CQ,YAAY;IAAEC,YAAY,GAAmBT,EAAE,CAAjCS,YAAY;IAAEC,YAAY,GAAKV,EAAE,CAAnBU,YAAY;IAASC,IAAI,GAAG,IAAAC,aAAM,EAACZ,EAAE,EAAE,CAAC,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,aAAa,EAAE,cAAc,EAAE,cAAc,EAAE,cAAc,CAAC,CAAC;EAC7O,IAAMa,MAAM,GAAG,IAAAC,aAAM,EAAC,CAAC;EACvB,IAAMC,OAAO,GAAG,IAAAD,aAAM,EAAC,EAAE,CAAC;EAC1B,IAAME,WAAW,GAAG,IAAAF,aAAM,EAAC,EAAE,CAAC;EAC9B,IAAMG,cAAc,GAAG,IAAAH,aAAM,EAAC,EAAE,CAAC;EACjC,IAAAI,YAAA,GAA0B,IAAAC,wBAAW,EAAC,CAAC;IAA/BC,MAAM,GAAAF,YAAA,CAANE,MAAM;IAAEC,KAAK,GAAAH,YAAA,CAALG,KAAK;EACrB,IAAAC,SAAA,GAA4B,IAAAC,eAAQ,EAAC,EAAE,CAAC;IAAAC,UAAA,GAAAnD,cAAA,CAAAiD,SAAA;IAAjCG,MAAM,GAAAD,UAAA;IAAEE,SAAS,GAAAF,UAAA;EACxB,IAAAG,UAAA,GAAgC,IAAAJ,eAAQ,EAAC,EAAE,CAAC;IAAAK,UAAA,GAAAvD,cAAA,CAAAsD,UAAA;IAArCE,QAAQ,GAAAD,UAAA;IAAEE,WAAW,GAAAF,UAAA;EAC5B,IAAAG,UAAA,GAA0B,IAAAR,eAAQ,EAAC,EAAE,CAAC;IAAAS,UAAA,GAAA3D,cAAA,CAAA0D,UAAA;IAA/BE,KAAK,GAAAD,UAAA;IAAEE,QAAQ,GAAAF,UAAA;EACtB,IAAAG,gBAAS,EAAC,YAAM;IACZ,IAAIC,UAAU,GAAGC,QAAQ,CAACC,aAAa,CAAC,iBAAiB,CAAC;IAC1DF,UAAU,IACNA,UAAU,CAACG,gBAAgB,CAAC,QAAQ,EAAE,YAAM;MACxCC,MAAM,CAACC,OAAO,GAAG,CAACL,UAAU,KAAK,IAAI,IAAIA,UAAU,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,UAAU,CAACM,SAAS,KAAK,CAAC;IACxG,CAAC,CAAC;EACV,CAAC,EAAE,EAAE,CAAC;EACN,IAAAP,gBAAS,EAAC,YAAM;IACZ,IAAId,KAAK,KAAK,OAAO,EAAE;MACnBsB,OAAO,CAAC,CAAC;IACb;EACJ,CAAC,EAAE,CAACtB,KAAK,CAAC,CAAC;EACX,IAAAc,gBAAS,EAAC,YAAM;IACZ,IAAI,CAAC9B,SAAS,KAAK,IAAI,IAAIA,SAAS,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,SAAS,CAAClB,MAAM,IAAI,CAAC,EAAE;MAC9E,IAAMyD,IAAI,GAAGvC,SAAS,CAACwC,GAAG,CAAC,UAAAC,GAAG;QAAA,OAAKjF,MAAM,CAACkF,MAAM,CAAClF,MAAM,CAACkF,MAAM,CAAC,CAAC,CAAC,EAAED,GAAG,CAAC,EAAE;UAAEE,SAAS,EAAEF,GAAG,CAACG,GAAG;UAAEC,QAAQ,EAAEJ,GAAG,CAACK;QAAI,CAAC,CAAC;MAAA,CAAC,CAAC,IAAI,EAAE;MAC3HzB,SAAS,CAACkB,IAAI,CAAC;IACnB;EACJ,CAAC,EAAE,CAACvC,SAAS,CAAC,CAAC;EACf,IAAA8B,gBAAS,EAAC,YAAM;IACZ,IAAMiB,iBAAiB,GAAG7C,WAAW,CAAC8C,MAAM,CAAC,UAAAC,IAAA;MAAA,IAAGC,KAAK,GAAAD,IAAA,CAALC,KAAK;MAAA,OAAO,CAAC,CAACA,KAAK;IAAA,EAAC;IACpE,IAAI,CAACH,iBAAiB,KAAK,IAAI,IAAIA,iBAAiB,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,iBAAiB,CAACjE,MAAM,IAAI,CAAC,EAAE;MACtG,IAAIsB,YAAY,KAAK,UAAU,EAAE;QAC7ByB,QAAQ,CAACkB,iBAAiB,CAACP,GAAG,CAAC,UAAAW,IAAI;UAAA,OAAK3F,MAAM,CAACkF,MAAM,CAAClF,MAAM,CAACkF,MAAM,CAAC,CAAC,CAAC,EAAES,IAAI,CAAC,EAAE;YAAEC,KAAK,EAAED,IAAI,CAACD,KAAK,CAACG,KAAK,CAAC,GAAG,CAAC,CAACb,GAAG,CAAC,UAAAc,CAAC;cAAA,OAAIA,CAAC,CAACD,KAAK,CAAC,GAAG,CAAC,CAACb,GAAG,CAAC,UAAAc,CAAC;gBAAA,OAAIC,MAAM,CAACD,CAAC,CAAC;cAAA,EAAC;YAAA;UAAE,CAAC,CAAC;QAAA,CAAC,CAAC,CAAC;MAClK,CAAC,MACI;QACD7B,WAAW,CAACsB,iBAAiB,CAACP,GAAG,CAAC,UAAAW,IAAI;UAAA,OAAK3F,MAAM,CAACkF,MAAM,CAAClF,MAAM,CAACkF,MAAM,CAAC,CAAC,CAAC,EAAES,IAAI,CAAC,EAAE;YAAED,KAAK,EAAEC,IAAI,CAACD,KAAK,CAACG,KAAK,CAAC,GAAG,CAAC,CAACb,GAAG,CAAC,UAAAc,CAAC;cAAA,OAAIA,CAAC,CAACD,KAAK,CAAC,GAAG,CAAC,CAACb,GAAG,CAAC,UAAAc,CAAC;gBAAA,OAAIC,MAAM,CAACD,CAAC,CAAC;cAAA,EAAC;YAAA;UAAE,CAAC,CAAC;QAAA,CAAC,CAAC,CAAC;MACrK;IACJ;EACJ,CAAC,EAAE,CAACpD,WAAW,CAAC,CAAC;EACjB,IAAA4B,gBAAS,EAAC,YAAM;IACZ,IAAItB,MAAM,KAAK,IAAI,IAAIA,MAAM,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,MAAM,CAACgD,OAAO,EAAE;MAChEC,SAAS,CAACzD,SAAS,CAAC;MACpB0D,WAAW,CAACxD,WAAW,CAAC;IAC5B;EACJ,CAAC,EAAE,CAACF,SAAS,EAAEE,WAAW,EAAEM,MAAM,KAAK,IAAI,IAAIA,MAAM,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,MAAM,CAACgD,OAAO,CAAC,CAAC;EAC5F,IAAA1B,gBAAS,EAAC,YAAM;IACZ,IAAInC,EAAE;IACN,IAAIqB,KAAK,KAAK,OAAO,EAAE;MACnB2C,uBAAuB,CAAC,CAAC;MACzB;MACA,IAAIxD,YAAY,KAAK,IAAI,IAAIA,YAAY,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,YAAY,CAACyD,EAAE,EAC3EF,WAAW,CAAC,CACR;QACIE,EAAE,EAAEzD,YAAY,CAACyD,EAAE;QACnBV,KAAK,EAAE,CAACvD,EAAE,GAAGQ,YAAY,KAAK,IAAI,IAAIA,YAAY,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,YAAY,CAAC0D,YAAY,MAAM,IAAI,IAAIlE,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAACmE,OAAO;QACnJC,MAAM,EAAE;UACJC,SAAS,EAAE,CAAC;UACZC,WAAW,EAAE;QACjB;MACJ,CAAC,CACJ,EAAE,WAAW,CAAC;IACvB;EACJ,CAAC,EAAE,CAACjD,KAAK,EAAEkD,IAAI,CAACC,SAAS,CAAChE,YAAY,CAAC,CAAC,CAAC;EACzC,IAAMiE,IAAI,GAAG,SAAPA,IAAIA,CAAA,EAAS;IACf,IAAMC,MAAM,GAAGvE,SAAS,IAAIL,aAAa;IACzCe,MAAM,CAACgD,OAAO,GAAG,IAAIrB,MAAM,CAACmC,MAAM,CAACC,GAAG,CAAC,UAAU,EAAE;MAC/CC,KAAK,EAAE;QAAEC,SAAS,EAAE1D,MAAM,GAAG2D,qBAAW,GAAGC;MAAY;IAC3D,CAAC,CAAC;IACF,IAAIC,KAAK,GAAG,IAAIzC,MAAM,CAACmC,MAAM,CAACO,KAAK,CAACR,MAAM,CAAC,CAAC,CAAC,EAAEA,MAAM,CAAC,CAAC,CAAC,CAAC;IACzD;IACA7D,MAAM,CAACgD,OAAO,CAACsB,aAAa,CAACF,KAAK,EAAE,EAAE,CAAC;IACvC;IACApE,MAAM,CAACgD,OAAO,CAACuB,qBAAqB,CAAC,CAAC,CAAC,CAAC;EAC5C,CAAC;EACD,IAAMzC,OAAO,GAAG,SAAVA,OAAOA,CAAA,EAAS;IAClB,IAAIH,MAAM,CAACmC,MAAM,EAAE;MACfF,IAAI,CAAC,CAAC;IACV,CAAC,MACI;MACDY,kBAAC,CAACC,SAAS,+EAA+E,YAAM;QAC5Fb,IAAI,CAAC,CAAC;MACV,CAAC,CAAC;IACN;EACJ,CAAC;EACD;EACA,IAAMX,SAAS,GAAG,SAAZA,SAASA,CAAA,EAAoB;IAAA,IAAhBrC,MAAM,GAAA8D,SAAA,CAAApG,MAAA,QAAAoG,SAAA,QAAAC,SAAA,GAAAD,SAAA,MAAG,EAAE;IAC1BE,YAAY,CAAC,CAAC;IACd,IAAI,EAAEhE,MAAM,KAAK,IAAI,IAAIA,MAAM,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,MAAM,CAACtC,MAAM,CAAC,EAAE;MAClE,IAAMuF,MAAM,GAAGvE,SAAS,IAAIL,aAAa;MACzC,IAAImF,KAAK,GAAG,IAAIzC,MAAM,CAACmC,MAAM,CAACO,KAAK,CAACR,MAAM,CAAC,CAAC,CAAC,EAAEA,MAAM,CAAC,CAAC,CAAC,CAAC;MACzD7D,MAAM,CAACgD,OAAO,CAAC6B,UAAU,CAAC,IAAIlD,MAAM,CAACmC,MAAM,CAACgB,MAAM,CAACV,KAAK,CAAC,CAAC;MAC1D;IACJ;IACA;IACA,IAAMW,SAAS,GAAG,EAAE;IACpBnE,MAAM,CAACoE,OAAO,CAAC,UAACrC,IAAI,EAAK;MACrB,IAAIxD,EAAE,EAAE8F,EAAE;MACV,IAAMC,QAAQ,GAAG,IAAIvD,MAAM,CAACmC,MAAM,CAACO,KAAK,CAAC1B,IAAI,CAACP,GAAG,EAAEO,IAAI,CAACL,GAAG,CAAC;MAC5DyC,SAAS,CAACjG,IAAI,CAACoG,QAAQ,CAAC;MACxB,IAAMC,IAAI,GAAG,IAAIxD,MAAM,CAACmC,MAAM,CAACsB,IAAI,CAACzC,IAAI,CAAC0C,GAAG,EAAE,IAAI1D,MAAM,CAACmC,MAAM,CAACwB,IAAI,CAAC3C,IAAI,CAAC4C,KAAK,IAAI,EAAE,EAAE5C,IAAI,CAAC6C,MAAM,IAAI,EAAE,CAAC,CAAC;MAC1G,IAAMC,MAAM,GAAG,IAAI9D,MAAM,CAACmC,MAAM,CAACgB,MAAM,CAACI,QAAQ,EAAE;QAC9CC,IAAI,EAAJA,IAAI;QACJO,MAAM,EAAE,IAAI/D,MAAM,CAACmC,MAAM,CAACwB,IAAI,CAAC,CAAC,CAACnG,EAAE,GAAGwD,IAAI,CAAC+C,MAAM,MAAM,IAAI,IAAIvG,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAACoG,KAAK,KAAK,CAAC,EAAE,EAAE,CAAC,CAACN,EAAE,GAAGtC,IAAI,CAAC+C,MAAM,MAAM,IAAI,IAAIT,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAACO,MAAM,KAAK,CAAC,EAAE,CAAC;QACrLG,KAAK,EAAEhD,IAAI,CAACzE,IAAI,IAAI;MACxB,CAAC,CAAC;MACFgC,OAAO,CAAC8C,OAAO,CAAClE,IAAI,CAAC2G,MAAM,CAAC;MAC5BzF,MAAM,CAACgD,OAAO,CAAC6B,UAAU,CAACY,MAAM,CAAC;IACrC,CAAC,CAAC;IACFzF,MAAM,CAACgD,OAAO,CAAC4C,WAAW,CAACb,SAAS,CAAC;EACzC,CAAC;EACD;EACA,IAAMH,YAAY,GAAG,SAAfA,YAAYA,CAAA,EAAS;IACvB1E,OAAO,CAAC8C,OAAO,CAACgC,OAAO,CAAC,UAACS,MAAM,EAAK;MAChCzF,MAAM,CAACgD,OAAO,CAAC6B,UAAU,CAACY,MAAM,CAAC;IACrC,CAAC,CAAC;IACFvF,OAAO,CAAC8C,OAAO,GAAG,EAAE;EACxB,CAAC;EACD;EACA,IAAM6C,YAAY,GAAG,SAAfA,YAAYA,CAAIlD,IAAI,EAAEtG,CAAC,EAAK;IAC9B,IAAI,OAAOwD,YAAY,KAAK,UAAU,EAAE;MACpC,IAAIiG,GAAG,GAAG;QACNnD,IAAI,EAAEA,IAAI;QACVtG,CAAC,EAADA;MACJ,CAAC;MACDwD,YAAY,CAACiG,GAAG,CAAC;IACrB;EACJ,CAAC;EACD;EACA,IAAM5C,WAAW,GAAG,SAAdA,WAAWA,CAAA,EAA4B;IAAA,IAAxBlC,QAAQ,GAAA0D,SAAA,CAAApG,MAAA,QAAAoG,SAAA,QAAAC,SAAA,GAAAD,SAAA,MAAG,EAAE;IAAA,IAAEqB,IAAI,GAAArB,SAAA,CAAApG,MAAA,OAAAoG,SAAA,MAAAC,SAAA;IACpCqB,cAAc,CAAC,CAAC;IAChB,IAAI,EAAEhF,QAAQ,KAAK,IAAI,IAAIA,QAAQ,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,QAAQ,CAAC1C,MAAM,CAAC,EACtE;IACJ,IAAMsC,MAAM,GAAG,EAAE;IACjB;IACAI,QAAQ,CAACgB,GAAG,CAAC,UAAAW,IAAI,EAAI;MACjB,IAAIxD,EAAE;MACN;MACA,IAAI8G,EAAE,GAAG;QACLC,QAAQ,EAAE,OAAO;QACjB1C,SAAS,EAAE,CAAC;QACZ2C,SAAS,EAAE,SAAS;QACpB1C,WAAW,EAAE7D,YAAY,KAAK,UAAU,GAAG,CAAC,GAAG,GAAG;QAClDwG,KAAK,EAAE,MAAM;QACbC,WAAW,EAAE;QACb;MACJ,CAAC;MACD,IAAI1D,IAAI,CAACY,MAAM,EAAE;QACb0C,EAAE,GAAGjJ,MAAM,CAACkF,MAAM,CAAClF,MAAM,CAACkF,MAAM,CAAC,CAAC,CAAC,EAAE+D,EAAE,CAAC,EAAEtD,IAAI,CAACY,MAAM,CAAC;MAC1D;MACA;MACA,IAAI+C,aAAa,GAAG;UAChBC,WAAW,EAAEN,EAAE,CAACE,SAAS;UACzBK,aAAa,EAAEP,EAAE,CAACxC,WAAW;UAC7BgD,YAAY,EAAER,EAAE,CAACzC,SAAS;UAC1BkD,WAAW,EAAET,EAAE,CAACC,QAAQ;UACxBS,SAAS,EAAEV,EAAE,CAACG,KAAK;UACnBQ,WAAW,EAAEX,EAAE,CAACI;QACpB,CAAC;QAAEQ,WAAW,GAAG,CAAC1H,EAAE,GAAGwD,IAAI,CAACD,KAAK,MAAM,IAAI,IAAIvD,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAAC0D,KAAK,CAAC,GAAG,CAAC,CAACb,GAAG,CAAC,UAAAW,IAAI,EAAI;UAC9F,IAAAmE,KAAA,GAAiBnE,IAAI,KAAK,IAAI,IAAIA,IAAI,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,IAAI,CAACE,KAAK,CAAC,GAAG,CAAC;YAAAkE,KAAA,GAAAvJ,cAAA,CAAAsJ,KAAA;YAAvE1E,GAAG,GAAA2E,KAAA;YAAEzE,GAAG,GAAAyE,KAAA;UACb,IAAIC,MAAM,GAAG,IAAIrF,MAAM,CAACmC,MAAM,CAACO,KAAK,CAACjC,GAAG,EAAEE,GAAG,CAAC;UAC9C1B,MAAM,CAAC9B,IAAI,CAACkI,MAAM,CAAC;UACnB,OAAOA,MAAM;QACjB,CAAC,CAAC;MACF;MACA,IAAIC,OAAO,GAAGrH,YAAY,KAAK,UAAU,GACnC,IAAI+B,MAAM,CAACmC,MAAM,CAACoD,QAAQ,CAACL,WAAW,EAAEP,aAAa,CAAC,GACtD,IAAI3E,MAAM,CAACmC,MAAM,CAACqD,OAAO,CAACN,WAAW,EAAEP,aAAa,CAAC;MAC3D;MACAW,OAAO,CAACG,EAAE,CAAC,OAAO,EAAE,UAAC/K,CAAC,EAAK;QACvBwJ,YAAY,CAAClD,IAAI,EAAEtG,CAAC,CAAC;QACrB;QACAgL,UAAU,CAAC,YAAM;UACb,IAAIlI,EAAE;UACNa,MAAM,CAACgD,OAAO,CAAC4C,WAAW,CAAC,CAACzG,EAAE,GAAGwD,IAAI,CAACD,KAAK,MAAM,IAAI,IAAIvD,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAAC0D,KAAK,CAAC,GAAG,CAAC,CAACb,GAAG,CAAC,UAAAW,IAAI,EAAI;YACxG,IAAA2E,KAAA,GAAiB3E,IAAI,KAAK,IAAI,IAAIA,IAAI,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,IAAI,CAACE,KAAK,CAAC,GAAG,CAAC;cAAA0E,KAAA,GAAA/J,cAAA,CAAA8J,KAAA;cAAvElF,GAAG,GAAAmF,KAAA;cAAEjF,GAAG,GAAAiF,KAAA;YACb,IAAIP,MAAM,GAAG,IAAIrF,MAAM,CAACmC,MAAM,CAACO,KAAK,CAACjC,GAAG,EAAEE,GAAG,CAAC;YAC9C,OAAO0E,MAAM;UACjB,CAAC,CAAC,CAAC;QACP,CAAC,EAAE,GAAG,CAAC;MACX,CAAC,CAAC;MACF,IAAIjB,IAAI,EAAE;QACN;QACA3F,cAAc,CAAC4C,OAAO,CAAClE,IAAI,CAACmI,OAAO,CAAC;QACpCjH,MAAM,CAACgD,OAAO,CAAC6B,UAAU,CAACoC,OAAO,CAAC;MACtC,CAAC,MACI;QACD9G,WAAW,CAAC6C,OAAO,CAAClE,IAAI,CAACmI,OAAO,CAAC;QACjCjH,MAAM,CAACgD,OAAO,CAAC6B,UAAU,CAACoC,OAAO,CAAC;MACtC;IACJ,CAAC,CAAC;IACFjH,MAAM,CAACgD,OAAO,CAAC4C,WAAW,CAAChF,MAAM,CAAC;EACtC,CAAC;EACD;EACA,IAAMoF,cAAc,GAAG,SAAjBA,cAAcA,CAAA,EAAS;IACzB7F,WAAW,CAAC6C,OAAO,CAACgC,OAAO,CAAC,UAACiC,OAAO,EAAK;MACrCjH,MAAM,CAACgD,OAAO,CAACwE,aAAa,CAACP,OAAO,CAAC;IACzC,CAAC,CAAC;IACF9G,WAAW,CAAC6C,OAAO,GAAG,EAAE;EAC5B,CAAC;EACD;EACA,IAAMG,uBAAuB,GAAG,SAA1BA,uBAAuBA,CAAA,EAAS;IAClC/C,cAAc,CAAC4C,OAAO,CAACgC,OAAO,CAAC,UAACiC,OAAO,EAAK;MACxCjH,MAAM,CAACgD,OAAO,CAACwE,aAAa,CAACP,OAAO,CAAC;IACzC,CAAC,CAAC;IACF7G,cAAc,CAAC4C,OAAO,GAAG,EAAE;EAC/B,CAAC;EACD,IAAMyE,QAAQ,GAAGzK,MAAM,CAACkF,MAAM,CAAC;IAAEwF,KAAK,EAAEC,IAAI,CAACC,GAAG,CAAC,CAAC;IAAEtI,SAAS,EAAEA,SAAS,IAAIL,aAAa;IAAEI,OAAO,EAAPA,OAAO;IAAEG,SAAS,EAAEoB,MAAM,IAAI,EAAE;IAAElB,WAAW,EAAEsB,QAAQ,IAAI,EAAE;IAAE6G,QAAQ,EAAEzG,KAAK,IAAI;EAAG,CAAC,EAAEtB,IAAI,CAAC;EACxL,OAAOU,KAAK,KAAK,OAAO,kBAAIsH,iBAAK,CAACC,aAAa,CAACC,WAAM,EAAEhL,MAAM,CAACkF,MAAM,CAAC,CAAC,CAAC,EAAEuF,QAAQ,CAAC,CAAC,mBAAKK,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAE3E,EAAE,EAAE,UAAU;IAAEY,KAAK,EAAE;MAAEuB,KAAK,EAAE,MAAM;MAAEC,MAAM,EAAE;IAAO;EAAE,CAAC,CAAC,CAAC;AACtL","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"index.js","names":["_tslib","require","_jquery","_interopRequireDefault","_react","_interopRequireWildcard","_map","_useSettings2","_mapStyle","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","_toConsumableArray","_arrayWithoutHoles","_iterableToArray","_unsupportedIterableToArray","_nonIterableSpread","TypeError","Symbol","iterator","Array","from","isArray","_arrayLikeToArray","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_nonIterableRest","toString","slice","constructor","name","test","length","l","f","o","next","done","push","value","defaultCenter","VmMap","_a","_b","_c","_a$key","key","_a$mapType","mapType","_a$mapPoints","mapPoints","mapCenter","_a$mapPolygons","mapPolygons","currentLayer","geometryType","clickGraphic","rest","__rest","mapRef","useRef","markers","mappolygons","highlightLayer","_useSettings","useSettings","isDark","theme","_useState","useState","_useState2","points","setPoints","_useState3","_useState4","center","setCenter","_useState5","_useState6","polygons","setPolygons","_useState7","_useState8","lines","setLines","useEffect","wrapScroll","document","querySelector","addEventListener","window","scrollY","scrollTop","initMap","list","map","ele","assign","longitude","lng","latitude","lat","filterMapPolygons","filter","_ref","rings","item","id","config","paths","split","v","Number","current","addPoints","addPolygons","removeHighLightPolygons","geometryInfo","lngLats","lineWidth","lineOpacity","JSON","stringify","init","BMapGL","Map","style","styleJson","customStyle","customLight","point","Point","centerAndZoom","enableScrollWheelZoom","$","getScript","arguments","undefined","removePoints","addOverlay","Marker","positions","forEach","position","icon","Icon","url","Size","width","height","marker","offset","title","setViewport","clickPolygon","obj","type","removePolygons","cg","lineType","lineColor","color","pellucidity","polygonOption","strokeColor","strokeOpacity","strokeWeight","strokeStyle","fillColor","fillOpacity","polygonPath","_ref2","_ref3","_point","polygon","Polyline","Polygon","on","setTimeout","_ref4","_ref5","removeOverlay","concat","pointCneter","mapProps","mapId","Date","now","mapLines","mapVisiblePoints","fitView","setVisiblePoints","Math","random","React","createElement","VtxMap"],"sources":["vm-map/index.js"],"sourcesContent":["import { __rest } from \"tslib\";\n/* eslint-disable no-undef */\nimport $ from 'jquery';\nimport React, { useEffect, useRef, useState } from 'react';\nimport { VtxMap } from '@vtx/map';\nimport useSettings from '../vm-hooks/useSettings';\nimport { customStyle, customLight } from './mapStyle';\nimport './style';\nconst defaultCenter = [116.421516, 39.898331];\nexport default function VmMap(_a) {\n var _b, _c;\n var { key = 1, mapType = 'bmap', mapPoints = [], mapCenter, mapPolygons = [], currentLayer, geometryType, clickGraphic } = _a, rest = __rest(_a, [\"key\", \"mapType\", \"mapPoints\", \"mapCenter\", \"mapPolygons\", \"currentLayer\", \"geometryType\", \"clickGraphic\"]);\n const mapRef = useRef();\n const markers = useRef([]);\n const mappolygons = useRef([]);\n const highlightLayer = useRef([]);\n const { isDark, theme } = useSettings();\n const [points, setPoints] = useState([]);\n const [center, setCenter] = useState(false);\n const [polygons, setPolygons] = useState([]);\n const [lines, setLines] = useState([]);\n useEffect(() => {\n let wrapScroll = document.querySelector('.ant-modal-body');\n wrapScroll &&\n wrapScroll.addEventListener('scroll', () => {\n window.scrollY = (wrapScroll === null || wrapScroll === void 0 ? void 0 : wrapScroll.scrollTop) || 0;\n });\n }, []);\n useEffect(() => {\n if (theme !== 'light') {\n initMap();\n }\n }, [theme]);\n useEffect(() => {\n if ((mapPoints === null || mapPoints === void 0 ? void 0 : mapPoints.length) > 0) {\n const list = mapPoints.map(ele => (Object.assign(Object.assign({}, ele), { longitude: ele.lng, latitude: ele.lat }))) || [];\n setPoints(list);\n }\n }, [mapPoints]);\n useEffect(() => {\n const filterMapPolygons = mapPolygons.filter(({ rings }) => !!rings);\n if ((filterMapPolygons === null || filterMapPolygons === void 0 ? void 0 : filterMapPolygons.length) > 0) {\n if (geometryType === 'polyline') {\n setLines(filterMapPolygons.map(item => ({\n id: item.id,\n config: item.config,\n paths: item.rings.split(';').map(v => v.split(',').map(v => Number(v))),\n })));\n }\n else {\n setPolygons(filterMapPolygons.map(item => (Object.assign(Object.assign({}, item), { rings: item.rings.split(';').map(v => v.split(',').map(v => Number(v))) }))));\n }\n }\n }, [mapPolygons]);\n useEffect(() => {\n if (mapRef === null || mapRef === void 0 ? void 0 : mapRef.current) {\n addPoints(mapPoints);\n addPolygons(mapPolygons);\n }\n }, [mapPoints, mapPolygons, mapRef === null || mapRef === void 0 ? void 0 : mapRef.current]);\n useEffect(() => {\n var _a;\n if (theme !== 'light') {\n removeHighLightPolygons();\n // 清空高亮图层并绘制新图层\n if (currentLayer === null || currentLayer === void 0 ? void 0 : currentLayer.id)\n addPolygons([\n {\n id: currentLayer.id,\n rings: (_a = currentLayer === null || currentLayer === void 0 ? void 0 : currentLayer.geometryInfo) === null || _a === void 0 ? void 0 : _a.lngLats,\n config: {\n lineWidth: 2,\n lineOpacity: 0.5,\n },\n },\n ], 'highlight');\n }\n }, [theme, JSON.stringify(currentLayer)]);\n const init = () => {\n const center = mapCenter || defaultCenter;\n mapRef.current = new window.BMapGL.Map('modalMap', {\n style: { styleJson: isDark || theme == 'blue' ? customStyle : customLight },\n });\n let point = new window.BMapGL.Point(center[0], center[1]);\n // 设置中心点和层级\n mapRef.current.centerAndZoom(point, 15);\n // mapRef.current.addOverlay(new window.BMapGL.Marker(point));\n mapRef.current.enableScrollWheelZoom(); // 滚轮放大缩小\n };\n const initMap = () => {\n if (window.BMapGL) {\n init();\n }\n else {\n $.getScript(`//api.map.baidu.com/getscript?type=webgl&v=1.0&ak=1XjLLEhZhQNUzd93EjU5nOGQ`, () => {\n init();\n });\n }\n };\n // 地图添加点位\n const addPoints = (points = []) => {\n removePoints();\n if (!(points === null || points === void 0 ? void 0 : points.length)) {\n const center = mapCenter || defaultCenter;\n let point = new window.BMapGL.Point(center[0], center[1]);\n mapRef.current.addOverlay(new window.BMapGL.Marker(point));\n return;\n }\n // 添加点位\n const positions = [];\n points.forEach((item) => {\n var _a, _b;\n const position = new window.BMapGL.Point(item.lng, item.lat);\n positions.push(position);\n const icon = new window.BMapGL.Icon(item.url || require('./imgs/defaultMarker.png'), new window.BMapGL.Size(item.width || 32, item.height || 45));\n const marker = new window.BMapGL.Marker(position, {\n icon,\n offset: new window.BMapGL.Size(((_a = item === null || item === void 0 ? void 0 : item.offset) === null || _a === void 0 ? void 0 : _a.width) || -10, ((_b = item === null || item === void 0 ? void 0 : item.offset) === null || _b === void 0 ? void 0 : _b.height) || -16),\n title: item.name || '',\n });\n markers.current.push(marker);\n mapRef.current.addOverlay(marker);\n });\n mapRef.current.setViewport(positions);\n };\n // 清除地图点位\n const removePoints = () => {\n var _a;\n ((_a = markers.current) === null || _a === void 0 ? void 0 : _a.length) &&\n markers.current.forEach((marker) => {\n mapRef.current.addOverlay(marker);\n });\n markers.current = [];\n };\n //点击图元事件\n const clickPolygon = (item, e) => {\n if (typeof clickGraphic === 'function') {\n let obj = {\n item: item,\n e,\n };\n clickGraphic(obj);\n }\n };\n // 地图添加线\n const addPolygons = (polygons = [], type) => {\n removePolygons();\n const list = polygons === null || polygons === void 0 ? void 0 : polygons.filter(ele => !!ele.rings);\n if (!(list === null || list === void 0 ? void 0 : list.length))\n return;\n const points = [];\n //遍历添加图层(图元)\n polygons.map(item => {\n //初始化参数\n let cg = {\n lineType: 'solid',\n lineWidth: 5,\n lineColor: '#277ffa',\n lineOpacity: geometryType === 'polyline' ? 1 : 0.3,\n color: '#fff',\n pellucidity: 0.5,\n // isHidden: false //后期需要再加\n };\n if (item.config) {\n cg = Object.assign(Object.assign({}, cg), item.config);\n }\n //面的参数\n let polygonOption = {\n strokeColor: cg.lineColor,\n strokeOpacity: cg.lineOpacity,\n strokeWeight: cg.lineWidth,\n strokeStyle: cg.lineType,\n fillColor: cg.color,\n fillOpacity: cg.pellucidity,\n }, polygonPath = item.rings.split(';').map(item => {\n let [lng, lat] = item === null || item === void 0 ? void 0 : item.split(',');\n let _point = new window.BMapGL.Point(lng, lat);\n points.push(_point);\n return _point;\n });\n //创建面对象\n let polygon = geometryType === 'polyline'\n ? new window.BMapGL.Polyline(polygonPath, polygonOption)\n : new window.BMapGL.Polygon(polygonPath, polygonOption);\n //添加点击事件\n polygon.on('click', (e) => {\n clickPolygon(item, e);\n // 居中显示\n setTimeout(() => {\n mapRef.current.setViewport(item.rings.split(';').map(item => {\n let [lng, lat] = item === null || item === void 0 ? void 0 : item.split(',');\n let _point = new window.BMapGL.Point(lng, lat);\n return _point;\n }));\n }, 300);\n });\n if (type) {\n // 若为高亮图层,单独保存,用于单独清除\n highlightLayer.current.push(polygon);\n mapRef.current.addOverlay(polygon);\n }\n else {\n mappolygons.current.push(polygon);\n mapRef.current.addOverlay(polygon);\n }\n });\n mapRef.current.setViewport(points);\n };\n // 清除地图图元\n const removePolygons = () => {\n var _a;\n ((_a = mappolygons.current) === null || _a === void 0 ? void 0 : _a.length) &&\n mappolygons.current.forEach((polygon) => {\n mapRef.current.removeOverlay(polygon);\n });\n mappolygons.current = [];\n };\n // 清除高亮图元\n const removeHighLightPolygons = () => {\n highlightLayer.current.forEach((polygon) => {\n mapRef.current.removeOverlay(polygon);\n });\n highlightLayer.current = [];\n };\n const list = mapType !== 'olmap' ? [...polygons, ...lines] : [];\n let pointCneter;\n if ((points === null || points === void 0 ? void 0 : points.length) > 0) {\n pointCneter = [(_b = points === null || points === void 0 ? void 0 : points[0]) === null || _b === void 0 ? void 0 : _b.lng, (_c = points === null || points === void 0 ? void 0 : points[0]) === null || _c === void 0 ? void 0 : _c.lat];\n }\n let mapProps = Object.assign({ key, mapId: Date.now(), mapCenter: pointCneter || mapCenter || defaultCenter, mapType, mapPoints: points || [], mapPolygons: polygons || [], mapLines: lines || [], setCenter: center }, rest);\n // 点位层级固定显示16,可在customMapInfo传参修改\n if (list.length) {\n mapProps = Object.assign(Object.assign({}, mapProps), { mapVisiblePoints: {\n fitView: list.length ? list === null || list === void 0 ? void 0 : list.map(ele => ele.id) : [],\n type: 'all',\n }, setVisiblePoints: Math.random() * 1000 });\n }\n useEffect(() => {\n if (mapCenter && (mapCenter === null || mapCenter === void 0 ? void 0 : mapCenter.length) > 0) {\n setCenter(true);\n setTimeout(() => setCenter(false), 2500);\n }\n }, [JSON.stringify(mapCenter)]);\n return theme == 'light' ? (React.createElement(VtxMap, Object.assign({}, mapProps))) : (React.createElement(\"div\", { id: \"modalMap\", style: { width: '100%', height: '100%' } }));\n}\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"css.js","names":["require"],"sources":["vm-map/style/index.js"],"sourcesContent":["import './index.less';\n"],"mappings":";;AAAAA,OAAA","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","names":["require"],"sources":["vm-map/style/index.js"],"sourcesContent":["import './index.less';\n"],"mappings":";;AAAAA,OAAA","ignoreList":[]}
|
|
@@ -20,27 +20,29 @@ var RmMonthTrend = function RmMonthTrend(_ref) {
|
|
|
20
20
|
values = data.values;
|
|
21
21
|
var _useSettings = (0, _useSettings2["default"])(),
|
|
22
22
|
chartColor = _useSettings.chartColor,
|
|
23
|
-
chartFontColor = _useSettings.chartFontColor
|
|
23
|
+
chartFontColor = _useSettings.chartFontColor,
|
|
24
|
+
theme = _useSettings.theme;
|
|
24
25
|
var option = {
|
|
25
26
|
color: chartColor,
|
|
26
27
|
tooltip: {
|
|
27
|
-
trigger: 'axis'
|
|
28
|
+
trigger: 'axis',
|
|
29
|
+
formatter: '维保次数: {c0}次'
|
|
28
30
|
},
|
|
29
31
|
legend: {
|
|
30
32
|
show: true,
|
|
31
33
|
itemWith: 6,
|
|
32
34
|
itemHeight: 6,
|
|
33
35
|
textStyle: {
|
|
34
|
-
color: chartFontColor,
|
|
36
|
+
color: theme === 'blue' ? '#fff' : chartFontColor,
|
|
35
37
|
fontSize: 12
|
|
36
38
|
},
|
|
37
39
|
data: legends || []
|
|
38
40
|
},
|
|
39
41
|
grid: {
|
|
40
42
|
top: 28,
|
|
41
|
-
left:
|
|
42
|
-
bottom:
|
|
43
|
-
right:
|
|
43
|
+
left: 4,
|
|
44
|
+
bottom: 14,
|
|
45
|
+
right: 4,
|
|
44
46
|
containLabel: true
|
|
45
47
|
},
|
|
46
48
|
xAxis: {
|
|
@@ -50,7 +52,7 @@ var RmMonthTrend = function RmMonthTrend(_ref) {
|
|
|
50
52
|
show: false
|
|
51
53
|
},
|
|
52
54
|
axisLabel: {
|
|
53
|
-
color: chartFontColor
|
|
55
|
+
color: theme === 'blue' ? '#fff' : chartFontColor
|
|
54
56
|
},
|
|
55
57
|
data: names || []
|
|
56
58
|
},
|
|
@@ -58,13 +60,13 @@ var RmMonthTrend = function RmMonthTrend(_ref) {
|
|
|
58
60
|
name: '次数(次)',
|
|
59
61
|
type: 'value',
|
|
60
62
|
nameTextStyle: {
|
|
61
|
-
color: chartFontColor
|
|
63
|
+
color: theme === 'blue' ? '#fff' : chartFontColor
|
|
62
64
|
},
|
|
63
65
|
axisTick: {
|
|
64
66
|
show: false
|
|
65
67
|
},
|
|
66
68
|
axisLabel: {
|
|
67
|
-
color: chartFontColor
|
|
69
|
+
color: theme === 'blue' ? '#fff' : chartFontColor
|
|
68
70
|
},
|
|
69
71
|
axisLine: {
|
|
70
72
|
show: true
|
|
@@ -77,7 +79,7 @@ var RmMonthTrend = function RmMonthTrend(_ref) {
|
|
|
77
79
|
}
|
|
78
80
|
}],
|
|
79
81
|
series: [{
|
|
80
|
-
name: '维保次数',
|
|
82
|
+
// name: '维保次数',
|
|
81
83
|
type: 'line',
|
|
82
84
|
yAxisIndex: 0,
|
|
83
85
|
data: values[0] || []
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RmMonthTrend.js","names":["_react","_interopRequireDefault","require","_echartsForReact","_vmSubTitle","_useSettings2","e","__esModule","RmMonthTrend","_ref","data","legends","names","values","_useSettings","useSettings","chartColor","chartFontColor","option","color","tooltip","trigger","legend","show","itemWith","itemHeight","textStyle","fontSize","grid","top","left","bottom","right","containLabel","xAxis","type","boundaryGap","axisTick","axisLabel","yAxis","name","nameTextStyle","axisLine","splitLine","lineStyle","series","yAxisIndex","React","createElement","className","SubTitle","title","ReactEcharts","notMerge","lazyUpdate","style","height","width","_default","exports"],"sources":["vm-repair-maintain/RmMonthTrend.js"],"sourcesContent":["/**\n * 月度趋势分析\n */\nimport React from 'react';\nimport ReactEcharts from 'echarts-for-react';\nimport SubTitle from '../vm-sub-title';\nimport useSettings from '../vm-hooks/useSettings';\nconst RmMonthTrend = ({ data }) => {\n const { legends, names, values } = data;\n const { chartColor, chartFontColor } = useSettings();\n const option = {\n color: chartColor,\n tooltip: {\n trigger: 'axis',\n },\n legend: {\n show: true,\n itemWith: 6,\n itemHeight: 6,\n textStyle: {\n color: chartFontColor,\n fontSize: 12,\n },\n data: legends || [],\n },\n grid: {\n top: 28,\n left:
|
|
1
|
+
{"version":3,"file":"RmMonthTrend.js","names":["_react","_interopRequireDefault","require","_echartsForReact","_vmSubTitle","_useSettings2","e","__esModule","RmMonthTrend","_ref","data","legends","names","values","_useSettings","useSettings","chartColor","chartFontColor","theme","option","color","tooltip","trigger","formatter","legend","show","itemWith","itemHeight","textStyle","fontSize","grid","top","left","bottom","right","containLabel","xAxis","type","boundaryGap","axisTick","axisLabel","yAxis","name","nameTextStyle","axisLine","splitLine","lineStyle","series","yAxisIndex","React","createElement","className","SubTitle","title","ReactEcharts","notMerge","lazyUpdate","style","height","width","_default","exports"],"sources":["vm-repair-maintain/RmMonthTrend.js"],"sourcesContent":["/**\n * 月度趋势分析\n */\nimport React from 'react';\nimport ReactEcharts from 'echarts-for-react';\nimport SubTitle from '../vm-sub-title';\nimport useSettings from '../vm-hooks/useSettings';\nconst RmMonthTrend = ({ data }) => {\n const { legends, names, values } = data;\n const { chartColor, chartFontColor, theme } = useSettings();\n const option = {\n color: chartColor,\n tooltip: {\n trigger: 'axis',\n formatter: '维保次数: {c0}次',\n },\n legend: {\n show: true,\n itemWith: 6,\n itemHeight: 6,\n textStyle: {\n color: theme === 'blue' ? '#fff' : chartFontColor,\n fontSize: 12,\n },\n data: legends || [],\n },\n grid: {\n top: 28,\n left: 4,\n bottom: 14,\n right: 4,\n containLabel: true,\n },\n xAxis: {\n type: 'category',\n boundaryGap: false,\n axisTick: {\n show: false,\n },\n axisLabel: {\n color: theme === 'blue' ? '#fff' : chartFontColor,\n },\n data: names || [],\n },\n yAxis: [\n {\n name: '次数(次)',\n type: 'value',\n nameTextStyle: {\n color: theme === 'blue' ? '#fff' : chartFontColor,\n },\n axisTick: {\n show: false,\n },\n axisLabel: {\n color: theme === 'blue' ? '#fff' : chartFontColor,\n },\n axisLine: {\n show: true,\n },\n splitLine: {\n lineStyle: {\n type: 'dashed',\n color: 'rgba(151,151,151,0.28)',\n },\n },\n },\n ],\n series: [\n {\n // name: '维保次数',\n type: 'line',\n yAxisIndex: 0,\n data: values[0] || [],\n },\n ],\n };\n return (React.createElement(\"div\", { className: \"rm-month-trend\" },\n React.createElement(SubTitle, { title: \"\\u6708\\u5EA6\\u8D8B\\u52BF\\u5206\\u6790\" }),\n React.createElement(\"div\", { className: \"rm-month-trend-chart\" },\n React.createElement(ReactEcharts, { option: option, notMerge: true, lazyUpdate: true, style: { height: '100%', width: '100%' } }))));\n};\nexport default RmMonthTrend;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -80,14 +80,12 @@ function RmRecord(props) {
|
|
|
80
80
|
width: 100,
|
|
81
81
|
sorter: true,
|
|
82
82
|
render: function render(text) {
|
|
83
|
-
return /*#__PURE__*/_react["default"].createElement("
|
|
83
|
+
return /*#__PURE__*/_react["default"].createElement("span", {
|
|
84
84
|
style: {
|
|
85
|
-
color: '#FF7272'
|
|
86
|
-
textAlign: 'right'
|
|
85
|
+
color: '#FF7272'
|
|
87
86
|
}
|
|
88
|
-
}, text
|
|
89
|
-
}
|
|
90
|
-
align: 'right'
|
|
87
|
+
}, text);
|
|
88
|
+
}
|
|
91
89
|
}, {
|
|
92
90
|
title: '申请人',
|
|
93
91
|
dataIndex: 'applyUserName',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RmRecord.js","names":["_react","_interopRequireDefault","require","_moment","_vmTable","_vmSubTitle","_api","_ahooks","e","__esModule","_slicedToArray","r","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","a","_arrayLikeToArray","t","toString","call","slice","constructor","name","Array","from","test","length","n","l","Symbol","iterator","i","u","f","o","next","Object","done","push","value","isArray","RmRecord","props","id","_useSetState","useSetState","pagination","current","pageSize","total","sorter","_useSetState2","state","setState","startDate","moment","startOf","format","endDate","_BaseService$useRmRec","BaseService","useRmRecord","rmRecord","getColor","code","color","columns","title","dataIndex","key","width","ellipsis","render","text","React","createElement","style","textAlign","align","record","auditStatus","display","height","borderRadius","marginRight","background","handleTableChange","concat","columnKey","order","pageChange","page","assign","tableProps","defaultPageSize","onChange","dataSource","rows","Fragment","SubTitle","VMTable"],"sources":["vm-repair-maintain/RmRecord.js"],"sourcesContent":["/**\n * 维保记录\n */\nimport React from 'react';\nimport moment from 'moment';\nimport VMTable from '../vm-table';\nimport SubTitle from '../vm-sub-title';\nimport { BaseService } from './api';\nimport { useSetState } from 'ahooks';\nexport default function RmRecord(props) {\n const { id } = props;\n const [state, setState] = useSetState({\n pagination: {\n current: 1,\n pageSize: 10,\n total: 0,\n },\n sorter: '',\n });\n const { pagination, sorter } = state;\n const startDate = moment()\n .startOf('y')\n .format('YYYY-MM-DD HH:mm:ss');\n const endDate = moment().format('YYYY-MM-DD HH:mm:ss');\n const { rmRecord } = BaseService.useRmRecord(id, startDate, endDate, pagination.current - 1, sorter);\n const getColor = (code) => {\n let color = '#B4B4B4';\n switch (code) {\n case 'AUDIT_PASSED':\n color = '#1FEFA9';\n break;\n case 'AUDIT_FAILED':\n color = '#FF6A65';\n break;\n case 'TO_BE_AUDITED':\n color = '#FF6A65';\n break;\n case 'REVOKED':\n color = '#FA69FF';\n break;\n case 'AUDITING':\n color = '#FFBD1E';\n break;\n default:\n break;\n }\n return color;\n };\n const columns = [\n {\n title: '工单编号',\n dataIndex: 'workOrderNo',\n key: 'workOrderNo',\n width: 120,\n ellipsis: true,\n },\n {\n title: '维保类型',\n dataIndex: 'maintainTypeName',\n key: 'maintainTypeName',\n width: 120,\n ellipsis: true,\n },\n {\n title: '申请金额',\n dataIndex: 'fee',\n key: 'fee',\n width: 100,\n sorter: true,\n render: (text) => {\n return React.createElement(\"div\", { style: { color: '#FF7272', textAlign: 'right' } }, text || 0);\n },\n align: 'right',\n },\n {\n title: '申请人',\n dataIndex: 'applyUserName',\n key: 'applyUserName',\n width: 100,\n },\n {\n title: '申请时间',\n dataIndex: 'applyTime',\n key: 'applyTime',\n width: 150,\n sorter: true,\n },\n {\n title: '维保状态',\n dataIndex: 'auditStatusDesc',\n key: 'auditStatusDesc',\n width: 120,\n render: (text, record) => {\n return (React.createElement(\"div\", { style: { color: getColor(record.auditStatus) } },\n React.createElement(\"div\", { style: {\n display: 'inline-block',\n width: '8px',\n height: '8px',\n borderRadius: '50%',\n marginRight: '6px',\n background: getColor(record.auditStatus),\n } }),\n text));\n },\n },\n {\n title: '维保时间',\n dataIndex: 'lastAuditTime',\n key: 'lastAuditTime',\n width: 150,\n sorter: true,\n },\n ];\n const handleTableChange = (sorter) => {\n setState({\n sorter: `${sorter.columnKey || 'applyTime'},${sorter.order === 'ascend' ? 'ASC' : 'DESC'}`,\n });\n };\n const pageChange = (page) => {\n setState({\n pagination: Object.assign(Object.assign({}, pagination), { current: page }),\n });\n };\n const tableProps = {\n pagination: Object.assign(Object.assign({}, pagination), { total: rmRecord.total, defaultPageSize: 10, onChange: pageChange }),\n handleTableChange: handleTableChange,\n height: 180,\n dataSource: rmRecord.rows,\n };\n return (React.createElement(React.Fragment, null,\n React.createElement(SubTitle, { title: \"\\u7EF4\\u4FDD\\u8BB0\\u5F55\" }),\n React.createElement(VMTable, Object.assign({ columns: columns }, tableProps))));\n}\n"],"mappings":";;;;;;AAGA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,OAAA,GAAAF,sBAAA,CAAAC,OAAA;AACA,IAAAE,QAAA,GAAAH,sBAAA,CAAAC,OAAA;AACA,IAAAG,WAAA,GAAAJ,sBAAA,CAAAC,OAAA;AACA,IAAAI,IAAA,GAAAJ,OAAA;AACA,IAAAK,OAAA,GAAAL,OAAA;AAAqC,SAAAD,uBAAAO,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA;AAAA,SAAAE,eAAAC,CAAA,EAAAH,CAAA,WAAAI,eAAA,CAAAD,CAAA,KAAAE,qBAAA,CAAAF,CAAA,EAAAH,CAAA,KAAAM,2BAAA,CAAAH,CAAA,EAAAH,CAAA,KAAAO,gBAAA;AAAA,SAAAA,iBAAA,cAAAC,SAAA;AAAA,SAAAF,4BAAAH,CAAA,EAAAM,CAAA,QAAAN,CAAA,2BAAAA,CAAA,SAAAO,iBAAA,CAAAP,CAAA,EAAAM,CAAA,OAAAE,CAAA,MAAAC,QAAA,CAAAC,IAAA,CAAAV,CAAA,EAAAW,KAAA,6BAAAH,CAAA,IAAAR,CAAA,CAAAY,WAAA,KAAAJ,CAAA,GAAAR,CAAA,CAAAY,WAAA,CAAAC,IAAA,aAAAL,CAAA,cAAAA,CAAA,GAAAM,KAAA,CAAAC,IAAA,CAAAf,CAAA,oBAAAQ,CAAA,+CAAAQ,IAAA,CAAAR,CAAA,IAAAD,iBAAA,CAAAP,CAAA,EAAAM,CAAA;AAAA,SAAAC,kBAAAP,CAAA,EAAAM,CAAA,aAAAA,CAAA,IAAAA,CAAA,GAAAN,CAAA,CAAAiB,MAAA,MAAAX,CAAA,GAAAN,CAAA,CAAAiB,MAAA,YAAApB,CAAA,MAAAqB,CAAA,GAAAJ,KAAA,CAAAR,CAAA,GAAAT,CAAA,GAAAS,CAAA,EAAAT,CAAA,IAAAqB,CAAA,CAAArB,CAAA,IAAAG,CAAA,CAAAH,CAAA,UAAAqB,CAAA;AAAA,SAAAhB,sBAAAF,CAAA,EAAAmB,CAAA,QAAAX,CAAA,WAAAR,CAAA,gCAAAoB,MAAA,IAAApB,CAAA,CAAAoB,MAAA,CAAAC,QAAA,KAAArB,CAAA,4BAAAQ,CAAA,QAAAX,CAAA,EAAAqB,CAAA,EAAAI,CAAA,EAAAC,CAAA,EAAAjB,CAAA,OAAAkB,CAAA,OAAAC,CAAA,iBAAAH,CAAA,IAAAd,CAAA,GAAAA,CAAA,CAAAE,IAAA,CAAAV,CAAA,GAAA0B,IAAA,QAAAP,CAAA,QAAAQ,MAAA,CAAAnB,CAAA,MAAAA,CAAA,UAAAgB,CAAA,uBAAAA,CAAA,IAAA3B,CAAA,GAAAyB,CAAA,CAAAZ,IAAA,CAAAF,CAAA,GAAAoB,IAAA,MAAAtB,CAAA,CAAAuB,IAAA,CAAAhC,CAAA,CAAAiC,KAAA,GAAAxB,CAAA,CAAAW,MAAA,KAAAE,CAAA,GAAAK,CAAA,iBAAAxB,CAAA,IAAAyB,CAAA,OAAAP,CAAA,GAAAlB,CAAA,yBAAAwB,CAAA,YAAAhB,CAAA,eAAAe,CAAA,GAAAf,CAAA,cAAAmB,MAAA,CAAAJ,CAAA,MAAAA,CAAA,2BAAAE,CAAA,QAAAP,CAAA,aAAAZ,CAAA;AAAA,SAAAL,gBAAAD,CAAA,QAAAc,KAAA,CAAAiB,OAAA,CAAA/B,CAAA,UAAAA,CAAA,IARrC;AACA;AACA;AAOe,SAASgC,QAAQA,CAACC,KAAK,EAAE;EACpC,IAAQC,EAAE,GAAKD,KAAK,CAAZC,EAAE;EACV,IAAAC,YAAA,GAA0B,IAAAC,mBAAW,EAAC;MAClCC,UAAU,EAAE;QACRC,OAAO,EAAE,CAAC;QACVC,QAAQ,EAAE,EAAE;QACZC,KAAK,EAAE;MACX,CAAC;MACDC,MAAM,EAAE;IACZ,CAAC,CAAC;IAAAC,aAAA,GAAA3C,cAAA,CAAAoC,YAAA;IAPKQ,KAAK,GAAAD,aAAA;IAAEE,QAAQ,GAAAF,aAAA;EAQtB,IAAQL,UAAU,GAAaM,KAAK,CAA5BN,UAAU;IAAEI,MAAM,GAAKE,KAAK,CAAhBF,MAAM;EAC1B,IAAMI,SAAS,GAAG,IAAAC,kBAAM,EAAC,CAAC,CACrBC,OAAO,CAAC,GAAG,CAAC,CACZC,MAAM,CAAC,qBAAqB,CAAC;EAClC,IAAMC,OAAO,GAAG,IAAAH,kBAAM,EAAC,CAAC,CAACE,MAAM,CAAC,qBAAqB,CAAC;EACtD,IAAAE,qBAAA,GAAqBC,gBAAW,CAACC,WAAW,CAAClB,EAAE,EAAEW,SAAS,EAAEI,OAAO,EAAEZ,UAAU,CAACC,OAAO,GAAG,CAAC,EAAEG,MAAM,CAAC;IAA5FY,QAAQ,GAAAH,qBAAA,CAARG,QAAQ;EAChB,IAAMC,QAAQ,GAAG,SAAXA,QAAQA,CAAIC,IAAI,EAAK;IACvB,IAAIC,KAAK,GAAG,SAAS;IACrB,QAAQD,IAAI;MACR,KAAK,cAAc;QACfC,KAAK,GAAG,SAAS;QACjB;MACJ,KAAK,cAAc;QACfA,KAAK,GAAG,SAAS;QACjB;MACJ,KAAK,eAAe;QAChBA,KAAK,GAAG,SAAS;QACjB;MACJ,KAAK,SAAS;QACVA,KAAK,GAAG,SAAS;QACjB;MACJ,KAAK,UAAU;QACXA,KAAK,GAAG,SAAS;QACjB;MACJ;QACI;IACR;IACA,OAAOA,KAAK;EAChB,CAAC;EACD,IAAMC,OAAO,GAAG,CACZ;IACIC,KAAK,EAAE,MAAM;IACbC,SAAS,EAAE,aAAa;IACxBC,GAAG,EAAE,aAAa;IAClBC,KAAK,EAAE,GAAG;IACVC,QAAQ,EAAE;EACd,CAAC,EACD;IACIJ,KAAK,EAAE,MAAM;IACbC,SAAS,EAAE,kBAAkB;IAC7BC,GAAG,EAAE,kBAAkB;IACvBC,KAAK,EAAE,GAAG;IACVC,QAAQ,EAAE;EACd,CAAC,EACD;IACIJ,KAAK,EAAE,MAAM;IACbC,SAAS,EAAE,KAAK;IAChBC,GAAG,EAAE,KAAK;IACVC,KAAK,EAAE,GAAG;IACVpB,MAAM,EAAE,IAAI;IACZsB,MAAM,EAAE,SAARA,MAAMA,CAAGC,IAAI,EAAK;MACd,oBAAOC,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;QAAEC,KAAK,EAAE;UAAEX,KAAK,EAAE,SAAS;UAAEY,SAAS,EAAE;QAAQ;MAAE,CAAC,EAAEJ,IAAI,IAAI,CAAC,CAAC;IACrG,CAAC;IACDK,KAAK,EAAE;EACX,CAAC,EACD;IACIX,KAAK,EAAE,KAAK;IACZC,SAAS,EAAE,eAAe;IAC1BC,GAAG,EAAE,eAAe;IACpBC,KAAK,EAAE;EACX,CAAC,EACD;IACIH,KAAK,EAAE,MAAM;IACbC,SAAS,EAAE,WAAW;IACtBC,GAAG,EAAE,WAAW;IAChBC,KAAK,EAAE,GAAG;IACVpB,MAAM,EAAE;EACZ,CAAC,EACD;IACIiB,KAAK,EAAE,MAAM;IACbC,SAAS,EAAE,iBAAiB;IAC5BC,GAAG,EAAE,iBAAiB;IACtBC,KAAK,EAAE,GAAG;IACVE,MAAM,EAAE,SAARA,MAAMA,CAAGC,IAAI,EAAEM,MAAM,EAAK;MACtB,oBAAQL,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;QAAEC,KAAK,EAAE;UAAEX,KAAK,EAAEF,QAAQ,CAACgB,MAAM,CAACC,WAAW;QAAE;MAAE,CAAC,eACjFN,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;QAAEC,KAAK,EAAE;UAC5BK,OAAO,EAAE,cAAc;UACvBX,KAAK,EAAE,KAAK;UACZY,MAAM,EAAE,KAAK;UACbC,YAAY,EAAE,KAAK;UACnBC,WAAW,EAAE,KAAK;UAClBC,UAAU,EAAEtB,QAAQ,CAACgB,MAAM,CAACC,WAAW;QAC3C;MAAE,CAAC,CAAC,EACRP,IAAI,CAAC;IACb;EACJ,CAAC,EACD;IACIN,KAAK,EAAE,MAAM;IACbC,SAAS,EAAE,eAAe;IAC1BC,GAAG,EAAE,eAAe;IACpBC,KAAK,EAAE,GAAG;IACVpB,MAAM,EAAE;EACZ,CAAC,CACJ;EACD,IAAMoC,iBAAiB,GAAG,SAApBA,iBAAiBA,CAAIpC,MAAM,EAAK;IAClCG,QAAQ,CAAC;MACLH,MAAM,KAAAqC,MAAA,CAAKrC,MAAM,CAACsC,SAAS,IAAI,WAAW,OAAAD,MAAA,CAAIrC,MAAM,CAACuC,KAAK,KAAK,QAAQ,GAAG,KAAK,GAAG,MAAM;IAC5F,CAAC,CAAC;EACN,CAAC;EACD,IAAMC,UAAU,GAAG,SAAbA,UAAUA,CAAIC,IAAI,EAAK;IACzBtC,QAAQ,CAAC;MACLP,UAAU,EAAEV,MAAM,CAACwD,MAAM,CAACxD,MAAM,CAACwD,MAAM,CAAC,CAAC,CAAC,EAAE9C,UAAU,CAAC,EAAE;QAAEC,OAAO,EAAE4C;MAAK,CAAC;IAC9E,CAAC,CAAC;EACN,CAAC;EACD,IAAME,UAAU,GAAG;IACf/C,UAAU,EAAEV,MAAM,CAACwD,MAAM,CAACxD,MAAM,CAACwD,MAAM,CAAC,CAAC,CAAC,EAAE9C,UAAU,CAAC,EAAE;MAAEG,KAAK,EAAEa,QAAQ,CAACb,KAAK;MAAE6C,eAAe,EAAE,EAAE;MAAEC,QAAQ,EAAEL;IAAW,CAAC,CAAC;IAC9HJ,iBAAiB,EAAEA,iBAAiB;IACpCJ,MAAM,EAAE,GAAG;IACXc,UAAU,EAAElC,QAAQ,CAACmC;EACzB,CAAC;EACD,oBAAQvB,iBAAK,CAACC,aAAa,CAACD,iBAAK,CAACwB,QAAQ,EAAE,IAAI,eAC5CxB,iBAAK,CAACC,aAAa,CAACwB,sBAAQ,EAAE;IAAEhC,KAAK,EAAE;EAA2B,CAAC,CAAC,eACpEO,iBAAK,CAACC,aAAa,CAACyB,mBAAO,EAAEhE,MAAM,CAACwD,MAAM,CAAC;IAAE1B,OAAO,EAAEA;EAAQ,CAAC,EAAE2B,UAAU,CAAC,CAAC,CAAC;AACtF","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"RmRecord.js","names":["_react","_interopRequireDefault","require","_moment","_vmTable","_vmSubTitle","_api","_ahooks","e","__esModule","_slicedToArray","r","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","a","_arrayLikeToArray","t","toString","call","slice","constructor","name","Array","from","test","length","n","l","Symbol","iterator","i","u","f","o","next","Object","done","push","value","isArray","RmRecord","props","id","_useSetState","useSetState","pagination","current","pageSize","total","sorter","_useSetState2","state","setState","startDate","moment","startOf","format","endDate","_BaseService$useRmRec","BaseService","useRmRecord","rmRecord","getColor","code","color","columns","title","dataIndex","key","width","ellipsis","render","text","React","createElement","style","record","auditStatus","display","height","borderRadius","marginRight","background","handleTableChange","concat","columnKey","order","pageChange","page","assign","tableProps","defaultPageSize","onChange","dataSource","rows","Fragment","SubTitle","VMTable"],"sources":["vm-repair-maintain/RmRecord.js"],"sourcesContent":["/**\n * 维保记录\n */\nimport React from 'react';\nimport moment from 'moment';\nimport VMTable from '../vm-table';\nimport SubTitle from '../vm-sub-title';\nimport { BaseService } from './api';\nimport { useSetState } from 'ahooks';\nexport default function RmRecord(props) {\n const { id } = props;\n const [state, setState] = useSetState({\n pagination: {\n current: 1,\n pageSize: 10,\n total: 0,\n },\n sorter: '',\n });\n const { pagination, sorter } = state;\n const startDate = moment()\n .startOf('y')\n .format('YYYY-MM-DD HH:mm:ss');\n const endDate = moment().format('YYYY-MM-DD HH:mm:ss');\n const { rmRecord } = BaseService.useRmRecord(id, startDate, endDate, pagination.current - 1, sorter);\n const getColor = (code) => {\n let color = '#B4B4B4';\n switch (code) {\n case 'AUDIT_PASSED':\n color = '#1FEFA9';\n break;\n case 'AUDIT_FAILED':\n color = '#FF6A65';\n break;\n case 'TO_BE_AUDITED':\n color = '#FF6A65';\n break;\n case 'REVOKED':\n color = '#FA69FF';\n break;\n case 'AUDITING':\n color = '#FFBD1E';\n break;\n default:\n break;\n }\n return color;\n };\n const columns = [\n {\n title: '工单编号',\n dataIndex: 'workOrderNo',\n key: 'workOrderNo',\n width: 120,\n ellipsis: true,\n },\n {\n title: '维保类型',\n dataIndex: 'maintainTypeName',\n key: 'maintainTypeName',\n width: 120,\n ellipsis: true,\n },\n {\n title: '申请金额',\n dataIndex: 'fee',\n key: 'fee',\n width: 100,\n sorter: true,\n render: (text) => {\n return React.createElement(\"span\", { style: { color: '#FF7272' } }, text);\n },\n },\n {\n title: '申请人',\n dataIndex: 'applyUserName',\n key: 'applyUserName',\n width: 100,\n },\n {\n title: '申请时间',\n dataIndex: 'applyTime',\n key: 'applyTime',\n width: 150,\n sorter: true,\n },\n {\n title: '维保状态',\n dataIndex: 'auditStatusDesc',\n key: 'auditStatusDesc',\n width: 120,\n render: (text, record) => {\n return (React.createElement(\"div\", { style: { color: getColor(record.auditStatus) } },\n React.createElement(\"div\", { style: {\n display: 'inline-block',\n width: '8px',\n height: '8px',\n borderRadius: '50%',\n marginRight: '6px',\n background: getColor(record.auditStatus),\n } }),\n text));\n },\n },\n {\n title: '维保时间',\n dataIndex: 'lastAuditTime',\n key: 'lastAuditTime',\n width: 150,\n sorter: true,\n },\n ];\n const handleTableChange = (sorter) => {\n setState({\n sorter: `${sorter.columnKey || 'applyTime'},${sorter.order === 'ascend' ? 'ASC' : 'DESC'}`,\n });\n };\n const pageChange = (page) => {\n setState({\n pagination: Object.assign(Object.assign({}, pagination), { current: page }),\n });\n };\n const tableProps = {\n pagination: Object.assign(Object.assign({}, pagination), { total: rmRecord.total, defaultPageSize: 10, onChange: pageChange }),\n handleTableChange: handleTableChange,\n height: 180,\n dataSource: rmRecord.rows,\n };\n return (React.createElement(React.Fragment, null,\n React.createElement(SubTitle, { title: \"\\u7EF4\\u4FDD\\u8BB0\\u5F55\" }),\n React.createElement(VMTable, Object.assign({ columns: columns }, tableProps))));\n}\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -19,13 +19,15 @@ var RmType = function RmType(props) {
|
|
|
19
19
|
var _useSettings = (0, _useSettings2["default"])(),
|
|
20
20
|
isDark = _useSettings.isDark,
|
|
21
21
|
chartColor = _useSettings.chartColor,
|
|
22
|
-
chartFontColor = _useSettings.chartFontColor
|
|
22
|
+
chartFontColor = _useSettings.chartFontColor,
|
|
23
|
+
theme = _useSettings.theme;
|
|
23
24
|
var option = {
|
|
24
25
|
color: chartColor,
|
|
25
26
|
backgroundColor: 'transparent',
|
|
26
27
|
tooltip: {
|
|
27
28
|
show: true,
|
|
28
|
-
trigger: 'item'
|
|
29
|
+
trigger: 'item',
|
|
30
|
+
formatter: '{b}: {c0}次'
|
|
29
31
|
},
|
|
30
32
|
legend: {
|
|
31
33
|
orient: 'vertical',
|
|
@@ -48,12 +50,12 @@ var RmType = function RmType(props) {
|
|
|
48
50
|
},
|
|
49
51
|
textStyle: {
|
|
50
52
|
fontSize: 14,
|
|
51
|
-
color: chartFontColor
|
|
53
|
+
color: theme === 'blue' ? '#fff' : chartFontColor
|
|
52
54
|
},
|
|
53
55
|
pageIconColor: chartFontColor,
|
|
54
56
|
pageIconInactiveColor: chartFontColor,
|
|
55
57
|
pageTextStyle: {
|
|
56
|
-
color: chartFontColor
|
|
58
|
+
color: theme === 'blue' ? '#fff' : chartFontColor
|
|
57
59
|
}
|
|
58
60
|
},
|
|
59
61
|
series: [{
|