@vtx/modals2 5.0.2 → 5.0.4
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/lib/_components/index.js +22 -0
- package/lib/_components/vm-bar-charts/index.js +181 -0
- package/lib/_components/vm-calendar/index.js +117 -0
- package/lib/_components/vm-calendar/style/index.js +1 -0
- package/lib/_components/vm-calendar/style/index.less +136 -0
- package/lib/_components/vm-card-statistics/index.js +33 -0
- package/lib/_components/vm-card-statistics/index.less +27 -0
- package/lib/_components/vm-custom/index.js +25 -0
- package/lib/_components/vm-custom/style/index.js +1 -0
- package/lib/_components/vm-custom/style/index.less +20 -0
- package/lib/_components/vm-empty/assets/no_chart.png +0 -0
- package/lib/_components/vm-empty/assets/no_data.png +0 -0
- package/lib/_components/vm-empty/assets/no_data_2.png +0 -0
- package/lib/_components/vm-empty/assets/no_news.png +0 -0
- package/lib/_components/vm-empty/assets/no_permission.png +0 -0
- package/lib/_components/vm-empty/assets/no_picture.png +0 -0
- package/lib/_components/vm-empty/assets/no_result.png +0 -0
- package/lib/_components/vm-empty/assets/no_video.png +0 -0
- package/lib/_components/vm-empty/assets/page_error.png +0 -0
- package/lib/_components/vm-empty/index.js +83 -0
- package/lib/_components/vm-empty/style/index.js +1 -0
- package/lib/_components/vm-empty/style/index.less +22 -0
- package/lib/_components/vm-extra-tab/index.js +44 -0
- package/lib/_components/vm-extra-tab/style/index.js +2 -0
- package/lib/_components/vm-extra-tab/style/index.less +43 -0
- package/lib/_components/vm-factor/index.js +90 -0
- package/lib/_components/vm-factor/style/index.js +2 -0
- package/lib/_components/vm-factor/style/index.less +46 -0
- package/lib/_components/vm-factor-list/index.js +29 -0
- package/lib/_components/vm-factor-list/index.less +11 -0
- package/lib/_components/vm-filter/index.js +148 -0
- package/lib/_components/vm-filter/style/index.js +1 -0
- package/lib/_components/vm-filter/style/index.less +238 -0
- package/lib/_components/vm-iframe-modal/index.js +43 -0
- package/lib/_components/vm-iframe-modal/index.less +9 -0
- package/lib/_components/vm-info-collection/index.js +185 -0
- package/lib/_components/vm-info-collection/style/index.js +1 -0
- package/lib/_components/vm-info-collection/style/index.less +45 -0
- package/lib/_components/vm-line-charts/index.js +151 -0
- package/lib/_components/vm-map/index.js +277 -0
- package/lib/_components/vm-map/index.less +46 -0
- package/lib/_components/vm-pie-charts/index.js +176 -0
- package/lib/_components/vm-pie-charts/index.less +26 -0
- package/lib/_components/vm-progress/index.js +83 -0
- package/lib/_components/vm-progress/style/index.js +1 -0
- package/lib/_components/vm-progress/style/index.less +28 -0
- package/lib/_components/vm-repair-maintain/RmInfoSummary.js +46 -0
- package/lib/_components/vm-repair-maintain/RmMonthTrend.js +44 -0
- package/lib/_components/vm-repair-maintain/RmRecord.js +157 -0
- package/lib/_components/vm-repair-maintain/RmType.js +32 -0
- package/lib/_components/vm-repair-maintain/api.js +92 -0
- package/lib/_components/vm-repair-maintain/imgs/amount.png +0 -0
- package/lib/_components/vm-repair-maintain/imgs/amount_light.png +0 -0
- package/lib/_components/vm-repair-maintain/imgs/count.png +0 -0
- package/lib/_components/vm-repair-maintain/imgs/count_light.png +0 -0
- package/lib/_components/vm-repair-maintain/index.js +56 -0
- package/lib/_components/vm-repair-maintain/style/index.js +1 -0
- package/lib/_components/vm-repair-maintain/style/index.less +25 -0
- package/lib/_components/vm-table/index.js +226 -0
- package/lib/_components/vm-table/style/index.js +1 -0
- package/lib/_components/vm-table/style/index.less +243 -0
- package/lib/_components/vm-tabs/index.js +27 -0
- package/lib/_components/vm-tabs/style/index.js +1 -0
- package/lib/_components/vm-tabs/style/index.less +22 -0
- package/lib/_components/vm-tag/index.js +25 -0
- package/lib/_components/vm-tag/style/index.js +1 -0
- package/lib/_components/vm-tag/style/index.less +71 -0
- package/lib/_components/vm-theme-provider/index.js +18 -0
- package/lib/_components/vm-title/index.js +35 -0
- package/lib/_components/vm-title/style/index.js +1 -0
- package/lib/_components/vm-title/style/index.less +53 -0
- package/lib/_components/vm-tooltip/index.js +15 -0
- package/lib/_components/vm-tooltip/style/index.js +2 -0
- package/lib/_components/vm-tooltip/style/index.less +7 -0
- package/lib/_components/vm-video/RealtimeGrid.js +48 -0
- package/lib/_components/vm-video/index.js +227 -0
- package/lib/_components/vm-video/index.less +168 -0
- package/lib/_components/vm-wrapper/imgs/chart.svg +6 -0
- package/lib/_components/vm-wrapper/imgs/list.svg +8 -0
- package/lib/_components/vm-wrapper/index.js +183 -0
- package/lib/_components/vm-wrapper/resource/ICON_CONFIG.js +127 -0
- package/lib/_components/vm-wrapper/style/index.js +1 -0
- package/lib/_components/vm-wrapper/style/index.less +109 -0
- package/lib/_hooks/useGetChannels.js +19 -0
- package/lib/_hooks/useGetConfig.js +52 -0
- package/lib/_hooks/useSettings.js +31 -0
- package/lib/_imgs/block_alarm.png +0 -0
- package/lib/_imgs/block_normal.png +0 -0
- package/lib/_service/index.js +99 -0
- package/lib/_util/http.js +277 -0
- package/lib/_util/iconSvgHtml.js +1303 -0
- package/lib/_util/index.js +203 -0
- package/lib/index.js +17 -0
- package/lib/resources/jessibuca/decoder.js +3839 -0
- package/lib/resources/jessibuca/decoder.wasm +0 -0
- package/lib/resources/jessibuca/jessibuca.js +5350 -0
- package/lib/style/index.less +258 -0
- package/lib/vtx-area-modal/api.js +165 -0
- package/lib/vtx-area-modal/components/BaseInfo/Lcfx.js +103 -0
- package/lib/vtx-area-modal/components/BaseInfo/ListZymx.js +109 -0
- package/lib/vtx-area-modal/components/BaseInfo/index.js +161 -0
- package/lib/vtx-area-modal/components/BaseInfo/index.less +133 -0
- package/lib/vtx-area-modal/components/index.js +2 -0
- package/lib/vtx-area-modal/imgs/onlinePerson.png +0 -0
- package/lib/vtx-area-modal/imgs/onlinePerson_dark.png +0 -0
- package/lib/vtx-area-modal/imgs/schdulePerson.png +0 -0
- package/lib/vtx-area-modal/imgs/schdulePerson_dark.png +0 -0
- package/lib/vtx-area-modal/imgs/todayOnline.png +0 -0
- package/lib/vtx-area-modal/imgs/todayOnline_dark.png +0 -0
- package/lib/vtx-area-modal/imgs/todayWork.png +0 -0
- package/lib/vtx-area-modal/imgs/todayWorkRate.png +0 -0
- package/lib/vtx-area-modal/imgs/todayWorkRate_dark.png +0 -0
- package/lib/vtx-area-modal/imgs/todayWork_dark.png +0 -0
- package/lib/vtx-area-modal/index.js +51 -0
- package/lib/vtx-area-modal/style/index.js +1 -0
- package/lib/vtx-area-modal/style/index.less +1 -0
- package/lib/vtx-base-modal/Header/assets/dark_star.png +0 -0
- package/lib/vtx-base-modal/Header/assets/light_star.png +0 -0
- package/lib/vtx-base-modal/Header/index.js +149 -0
- package/lib/vtx-base-modal/Header/index.less +98 -0
- package/lib/vtx-base-modal/Tabs/index.js +83 -0
- package/lib/vtx-base-modal/Tabs/index.less +31 -0
- package/lib/vtx-base-modal/index.js +205 -0
- package/lib/vtx-base-modal/service.js +39 -0
- package/lib/vtx-base-modal/style/index.js +1 -0
- package/lib/vtx-base-modal/style/index.less +78 -0
- package/lib/vtx-car-modal/api.js +1020 -0
- package/lib/vtx-car-modal/components/Info/index.js +110 -0
- package/lib/vtx-car-modal/components/Info/index.less +6 -0
- package/lib/vtx-car-modal/content/Cc/AlarmInfo/List.js +111 -0
- package/lib/vtx-car-modal/content/Cc/AlarmInfo/StaticInfo.js +77 -0
- package/lib/vtx-car-modal/content/Cc/AlarmInfo/index.js +69 -0
- package/lib/vtx-car-modal/content/Cc/BaseInfo/index.js +182 -0
- package/lib/vtx-car-modal/content/Cc/BaseInfo/index.less +24 -0
- package/lib/vtx-car-modal/content/Cc/OrderInfo/Detail.js +187 -0
- package/lib/vtx-car-modal/content/Cc/OrderInfo/index.js +200 -0
- package/lib/vtx-car-modal/content/Cc/OrderInfo/index.less +13 -0
- package/lib/vtx-car-modal/content/Cc/StaticInfo/index.js +395 -0
- package/lib/vtx-car-modal/content/Cc/WorkRecord/Detail.js +237 -0
- package/lib/vtx-car-modal/content/Cc/WorkRecord/Summary.js +140 -0
- package/lib/vtx-car-modal/content/Cc/WorkRecord/index.js +69 -0
- package/lib/vtx-car-modal/content/Cc/index.js +12 -0
- package/lib/vtx-car-modal/content/Common/AlarmInfo/List.js +160 -0
- package/lib/vtx-car-modal/content/Common/AlarmInfo/StaticInfo.js +76 -0
- package/lib/vtx-car-modal/content/Common/AlarmInfo/index.js +71 -0
- package/lib/vtx-car-modal/content/Common/BaseInfo/index.js +195 -0
- package/lib/vtx-car-modal/content/Common/DetailInfo/index.js +173 -0
- package/lib/vtx-car-modal/content/Common/DeviceInfo/index.js +92 -0
- package/lib/vtx-car-modal/content/Common/Maintenance/index.js +137 -0
- package/lib/vtx-car-modal/content/Common/Maintenance/index.less +16 -0
- package/lib/vtx-car-modal/content/Common/OilConsumption/List.js +94 -0
- package/lib/vtx-car-modal/content/Common/OilConsumption/index.js +151 -0
- package/lib/vtx-car-modal/content/Common/OilConsumption/index.less +6 -0
- package/lib/vtx-car-modal/content/Common/StaticInfo/index.js +232 -0
- package/lib/vtx-car-modal/content/Common/WaterConsumption/index.js +197 -0
- package/lib/vtx-car-modal/content/Common/WaterConsumption/index.less +6 -0
- package/lib/vtx-car-modal/content/Common/index.js +18 -0
- package/lib/vtx-car-modal/content/JXH/AlarmInfo/List.js +128 -0
- package/lib/vtx-car-modal/content/JXH/AlarmInfo/StaticInfo.js +79 -0
- package/lib/vtx-car-modal/content/JXH/AlarmInfo/index.js +71 -0
- package/lib/vtx-car-modal/content/JXH/BaseInfo/index.js +165 -0
- package/lib/vtx-car-modal/content/JXH/StaticInfo/index.js +308 -0
- package/lib/vtx-car-modal/content/JXH/WorkRecord/index.js +335 -0
- package/lib/vtx-car-modal/content/JXH/index.js +10 -0
- package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/List.js +105 -0
- package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/StaticInfo.js +78 -0
- package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/index.js +71 -0
- package/lib/vtx-car-modal/content/Ljsy/BaseInfo/index.js +361 -0
- package/lib/vtx-car-modal/content/Ljsy/BaseInfo/index.less +24 -0
- package/lib/vtx-car-modal/content/Ljsy/StaticInfo/index.js +405 -0
- package/lib/vtx-car-modal/content/Ljsy/WorkRecord/Detail.js +128 -0
- package/lib/vtx-car-modal/content/Ljsy/WorkRecord/Summary.js +140 -0
- package/lib/vtx-car-modal/content/Ljsy/WorkRecord/index.js +69 -0
- package/lib/vtx-car-modal/content/Ljsy/index.js +10 -0
- package/lib/vtx-car-modal/content/Ljzy/BaseInfo/index.js +208 -0
- package/lib/vtx-car-modal/content/Ljzy/BaseInfo/index.less +24 -0
- package/lib/vtx-car-modal/content/Ljzy/StaticInfo/index.js +193 -0
- package/lib/vtx-car-modal/content/Ljzy/WorkRecord/Detail.js +122 -0
- package/lib/vtx-car-modal/content/Ljzy/WorkRecord/Summary.js +110 -0
- package/lib/vtx-car-modal/content/Ljzy/WorkRecord/index.js +69 -0
- package/lib/vtx-car-modal/content/Ljzy/index.js +8 -0
- package/lib/vtx-car-modal/content/index.js +6 -0
- package/lib/vtx-car-modal/imgs/calendar/alarm.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/blue_duration.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/blue_mileage.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/car_num.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/cyan_duration.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/dark_alarm.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/dark_car_num.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/dark_duration.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/dark_green_mileage.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/dark_jcl.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/dark_mileage.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/dark_point.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/duration.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/green_mileage.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/jcl.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/mileage.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/point.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_point.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_trash.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_trash_bg.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_unplanned_point.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_weight.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_weight_bg.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_ws_point.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_ys_point.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/car_num.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_car_num.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_duration.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_jcl.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_mileage.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_oil.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_percent.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_point.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_run.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_speed.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_trash.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_water.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_weight.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_ys_point.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/duration.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/jcl.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/mileage.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/oil.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/percent.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/point.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/run.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/speed.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/trash.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/water.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/weight.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/ys_point.png +0 -0
- package/lib/vtx-car-modal/imgs/point.png +0 -0
- package/lib/vtx-car-modal/imgs/trash.png +0 -0
- package/lib/vtx-car-modal/imgs/trash_bg.png +0 -0
- package/lib/vtx-car-modal/imgs/unplanned_point.png +0 -0
- package/lib/vtx-car-modal/imgs/warn.png +0 -0
- package/lib/vtx-car-modal/imgs/weight.png +0 -0
- package/lib/vtx-car-modal/imgs/weight_bg.png +0 -0
- package/lib/vtx-car-modal/imgs/ws_point.png +0 -0
- package/lib/vtx-car-modal/imgs/ys_point.png +0 -0
- package/lib/vtx-car-modal/index.js +272 -0
- package/lib/vtx-car-modal/style/index.js +3 -0
- package/lib/vtx-car-modal/style/index.less +35 -0
- package/lib/vtx-cc-cp-modal/api.js +381 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js +120 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmTrend.js +27 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmTypeAnalysis.js +32 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/StaticInfo.js +41 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js +69 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js +103 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js +75 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js +58 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js +142 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js +63 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +16 -0
- package/lib/vtx-cc-cp-modal/components/Calendar/index.js +168 -0
- package/lib/vtx-cc-cp-modal/components/Calendar/index.less +93 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionTrend.js +27 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionTypeAnalysis.js +32 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExeceptionRecord.js +118 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/StaticInfo.js +41 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js +69 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +111 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.less +3 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +46 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js +81 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.js +78 -0
- package/lib/vtx-cc-cp-modal/components/index.js +7 -0
- package/lib/vtx-cc-cp-modal/imgs/rwnsjts.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/rwnsjts_dark.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/rwnsjzl.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/rwnsjzl_dark.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/rwnsscs.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/rwnsscs_dark.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/zsjts.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/zsjts_dark.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/zsjzl.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/zsjzl_dark.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/zsscs.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/zsscs_dark.png +0 -0
- package/lib/vtx-cc-cp-modal/index.js +119 -0
- package/lib/vtx-cc-cp-modal/style/index.js +1 -0
- package/lib/vtx-cc-cp-modal/style/index.less +13 -0
- package/lib/vtx-cc-unit-modal/api.js +361 -0
- package/lib/vtx-cc-unit-modal/components/BaseInfo/CollectRecord.js +69 -0
- package/lib/vtx-cc-unit-modal/components/BaseInfo/DetailList.js +66 -0
- package/lib/vtx-cc-unit-modal/components/BaseInfo/Factory.js +60 -0
- package/lib/vtx-cc-unit-modal/components/BaseInfo/Statistics.js +91 -0
- package/lib/vtx-cc-unit-modal/components/BaseInfo/index.js +118 -0
- package/lib/vtx-cc-unit-modal/components/BaseInfo/index.less +6 -0
- package/lib/vtx-cc-unit-modal/components/CarList/index.js +129 -0
- package/lib/vtx-cc-unit-modal/components/Collection/index.js +95 -0
- package/lib/vtx-cc-unit-modal/components/DetailInfo/index.js +126 -0
- package/lib/vtx-cc-unit-modal/components/Factory/index.js +149 -0
- package/lib/vtx-cc-unit-modal/components/RestaurantList/index.js +127 -0
- package/lib/vtx-cc-unit-modal/components/index.js +7 -0
- package/lib/vtx-cc-unit-modal/imgs/jccc.png +0 -0
- package/lib/vtx-cc-unit-modal/imgs/jccc_dark.png +0 -0
- package/lib/vtx-cc-unit-modal/imgs/jcl.png +0 -0
- package/lib/vtx-cc-unit-modal/imgs/jcl_dark.png +0 -0
- package/lib/vtx-cc-unit-modal/imgs/syts.png +0 -0
- package/lib/vtx-cc-unit-modal/imgs/syts_dark.png +0 -0
- package/lib/vtx-cc-unit-modal/imgs/syzl.png +0 -0
- package/lib/vtx-cc-unit-modal/imgs/syzl_dark.png +0 -0
- package/lib/vtx-cc-unit-modal/index.js +137 -0
- package/lib/vtx-cc-unit-modal/style/index.js +1 -0
- package/lib/vtx-cc-unit-modal/style/index.less +14 -0
- package/lib/vtx-cp-modal/api.js +357 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +172 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +39 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +84 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/index.js +41 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/index.less +34 -0
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +116 -0
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +72 -0
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +154 -0
- package/lib/vtx-cp-modal/components/BaseInfo/index.js +96 -0
- package/lib/vtx-cp-modal/components/BaseInfo/index.less +140 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/AlarmRecord.js +200 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +35 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +84 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +41 -0
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +62 -0
- package/lib/vtx-cp-modal/components/SyInfo/index.js +306 -0
- package/lib/vtx-cp-modal/components/SyInfo/index.less +18 -0
- package/lib/vtx-cp-modal/components/index.js +5 -0
- package/lib/vtx-cp-modal/imgs/alarm.png +0 -0
- package/lib/vtx-cp-modal/imgs/allRate.png +0 -0
- package/lib/vtx-cp-modal/imgs/allRate_dark.png +0 -0
- package/lib/vtx-cp-modal/imgs/bucket.png +0 -0
- package/lib/vtx-cp-modal/imgs/bucket_dark.png +0 -0
- package/lib/vtx-cp-modal/imgs/collect.png +0 -0
- package/lib/vtx-cp-modal/imgs/collect_dark.png +0 -0
- package/lib/vtx-cp-modal/imgs/corner_cy.png +0 -0
- package/lib/vtx-cp-modal/imgs/corner_khs.png +0 -0
- package/lib/vtx-cp-modal/imgs/corner_qt.png +0 -0
- package/lib/vtx-cp-modal/imgs/corner_yh.png +0 -0
- package/lib/vtx-cp-modal/imgs/cy.png +0 -0
- package/lib/vtx-cp-modal/imgs/default.png +0 -0
- package/lib/vtx-cp-modal/imgs/jhsj.png +0 -0
- package/lib/vtx-cp-modal/imgs/jhsj_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/khs.png +0 -0
- package/lib/vtx-cp-modal/imgs/plan.png +0 -0
- package/lib/vtx-cp-modal/imgs/plan_dark.png +0 -0
- package/lib/vtx-cp-modal/imgs/qt.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjl.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjl_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjsj.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjsj_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjts.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjts_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjzl.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjzl_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/track.png +0 -0
- package/lib/vtx-cp-modal/imgs/weight.png +0 -0
- package/lib/vtx-cp-modal/imgs/weight_dark.png +0 -0
- package/lib/vtx-cp-modal/imgs/yh.png +0 -0
- package/lib/vtx-cp-modal/index.js +124 -0
- package/lib/vtx-cp-modal/style/index.js +3 -0
- package/lib/vtx-cp-modal/style/index.less +1 -0
- package/lib/vtx-default-modal/api.js +170 -0
- package/lib/vtx-default-modal/components/BaseInfo/index.js +109 -0
- package/lib/vtx-default-modal/components/BaseInfo/index.less +26 -0
- package/lib/vtx-default-modal/components/index.js +2 -0
- package/lib/vtx-default-modal/index.js +129 -0
- package/lib/vtx-default-modal/style/index.js +4 -0
- package/lib/vtx-default-modal/style/index.less +1 -0
- package/lib/vtx-device-modal/api.js +531 -0
- package/lib/vtx-device-modal/components/BaseInfo/index.js +140 -0
- package/lib/vtx-device-modal/components/DataAnalysis/AlarmAnalysis.js +279 -0
- package/lib/vtx-device-modal/components/DataAnalysis/MonitorAnalysis.js +611 -0
- package/lib/vtx-device-modal/components/DataAnalysis/TabsList.js +23 -0
- package/lib/vtx-device-modal/components/DataAnalysis/index.js +24 -0
- package/lib/vtx-device-modal/components/DataAnalysis/index.less +66 -0
- package/lib/vtx-device-modal/components/index.js +3 -0
- package/lib/vtx-device-modal/config.js +21 -0
- package/lib/vtx-device-modal/imgs/current.png +0 -0
- package/lib/vtx-device-modal/imgs/current_dark.png +0 -0
- package/lib/vtx-device-modal/imgs/history.png +0 -0
- package/lib/vtx-device-modal/imgs/history_dark.png +0 -0
- package/lib/vtx-device-modal/index.js +96 -0
- package/lib/vtx-device-modal/style/index.js +1 -0
- package/lib/vtx-device-modal/style/index.less +1 -0
- package/lib/vtx-df-modal/api.js +267 -0
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +62 -0
- package/lib/vtx-df-modal/components/BaseInfo/Jczbqs.js +96 -0
- package/lib/vtx-df-modal/components/BaseInfo/Qyjcl.js +43 -0
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +146 -0
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js +47 -0
- package/lib/vtx-df-modal/components/BaseInfo/index.js +140 -0
- package/lib/vtx-df-modal/components/BaseInfo/index.less +161 -0
- package/lib/vtx-df-modal/components/Calendar/index.js +142 -0
- package/lib/vtx-df-modal/components/Calendar/index.less +81 -0
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js +65 -0
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +77 -0
- package/lib/vtx-df-modal/components/Metering/List.js +125 -0
- package/lib/vtx-df-modal/components/Metering/index.js +187 -0
- package/lib/vtx-df-modal/components/Metering/index.less +68 -0
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +179 -0
- package/lib/vtx-df-modal/components/WorkCondition/Table.js +84 -0
- package/lib/vtx-df-modal/components/WorkCondition/index.js +167 -0
- package/lib/vtx-df-modal/components/WorkCondition/index.less +113 -0
- package/lib/vtx-df-modal/components/index.js +5 -0
- package/lib/vtx-df-modal/imgs/alarm.png +0 -0
- package/lib/vtx-df-modal/imgs/alarm_light.png +0 -0
- package/lib/vtx-df-modal/imgs/c_car.png +0 -0
- package/lib/vtx-df-modal/imgs/c_jcl.png +0 -0
- package/lib/vtx-df-modal/imgs/down.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc_dark.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl_dark.png +0 -0
- package/lib/vtx-df-modal/imgs/normal.png +0 -0
- package/lib/vtx-df-modal/imgs/normal_light.png +0 -0
- package/lib/vtx-df-modal/imgs/rjjcl.svg +55 -0
- package/lib/vtx-df-modal/imgs/rjjcl_dark.svg +94 -0
- package/lib/vtx-df-modal/imgs/situation_parent.png +0 -0
- package/lib/vtx-df-modal/imgs/situation_parent_bg.png +0 -0
- package/lib/vtx-df-modal/imgs/sjnl.svg +39 -0
- package/lib/vtx-df-modal/imgs/sjnl_dark.svg +78 -0
- package/lib/vtx-df-modal/imgs/tab_more.png +0 -0
- package/lib/vtx-df-modal/imgs/tab_more_light.png +0 -0
- package/lib/vtx-df-modal/imgs/up.png +0 -0
- package/lib/vtx-df-modal/imgs/zjccc.svg +44 -0
- package/lib/vtx-df-modal/imgs/zjccc_dark.svg +84 -0
- package/lib/vtx-df-modal/imgs/zjcl.svg +55 -0
- package/lib/vtx-df-modal/imgs/zjcl_dark.svg +94 -0
- package/lib/vtx-df-modal/index.js +137 -0
- package/lib/vtx-df-modal/style/index.js +4 -0
- package/lib/vtx-df-modal/style/index.less +1 -0
- package/lib/vtx-kh-modal/api2.js +178 -0
- package/lib/vtx-kh-modal/components/BaseInfo/index.js +197 -0
- package/lib/vtx-kh-modal/components/BaseInfo/index.less +101 -0
- package/lib/vtx-kh-modal/components/Record/index.js +204 -0
- package/lib/vtx-kh-modal/components/Record/index.less +7 -0
- package/lib/vtx-kh-modal/components/index.js +3 -0
- package/lib/vtx-kh-modal/imgs/count.png +0 -0
- package/lib/vtx-kh-modal/imgs/count_light.png +0 -0
- package/lib/vtx-kh-modal/imgs/question_bg.png +0 -0
- package/lib/vtx-kh-modal/imgs/question_bg_light.png +0 -0
- package/lib/vtx-kh-modal/imgs/score.png +0 -0
- package/lib/vtx-kh-modal/imgs/score_light.png +0 -0
- package/lib/vtx-kh-modal/imgs/subtract.png +0 -0
- package/lib/vtx-kh-modal/imgs/subtract_light.png +0 -0
- package/lib/vtx-kh-modal/index.js +46 -0
- package/lib/vtx-kh-modal/style/index.js +4 -0
- package/lib/vtx-kh-modal/style/index.less +1 -0
- package/lib/vtx-qyry-modal/api.js +129 -0
- package/lib/vtx-qyry-modal/index.js +119 -0
- package/lib/vtx-qyry-modal/style/index.js +1 -0
- package/lib/vtx-restaurant-modal/api.js +297 -0
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +47 -0
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +31 -0
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +36 -0
- package/lib/vtx-restaurant-modal/components/Alarm/StaticInfo.js +41 -0
- package/lib/vtx-restaurant-modal/components/Alarm/index.js +69 -0
- package/lib/vtx-restaurant-modal/components/Basic/CollectRule.js +64 -0
- package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +68 -0
- package/lib/vtx-restaurant-modal/components/Basic/Info.js +87 -0
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js +61 -0
- package/lib/vtx-restaurant-modal/components/Basic/SummaryStatistics.js +60 -0
- package/lib/vtx-restaurant-modal/components/Basic/index.js +74 -0
- package/lib/vtx-restaurant-modal/components/Basic/index.less +16 -0
- package/lib/vtx-restaurant-modal/components/Calendar/index.js +171 -0
- package/lib/vtx-restaurant-modal/components/Calendar/index.less +93 -0
- package/lib/vtx-restaurant-modal/components/Collection/index.js +86 -0
- package/lib/vtx-restaurant-modal/components/DetailInfo/index.js +111 -0
- package/lib/vtx-restaurant-modal/components/SignAndContract/ContactDetail.js +299 -0
- package/lib/vtx-restaurant-modal/components/SignAndContract/index.js +198 -0
- package/lib/vtx-restaurant-modal/components/index.js +7 -0
- package/lib/vtx-restaurant-modal/config.js +283 -0
- package/lib/vtx-restaurant-modal/imgs/csl.png +0 -0
- package/lib/vtx-restaurant-modal/imgs/csl_dark.png +0 -0
- package/lib/vtx-restaurant-modal/imgs/sycs.png +0 -0
- package/lib/vtx-restaurant-modal/imgs/sycs_dark.png +0 -0
- package/lib/vtx-restaurant-modal/imgs/syts.png +0 -0
- package/lib/vtx-restaurant-modal/imgs/syts_dark.png +0 -0
- package/lib/vtx-restaurant-modal/index.js +168 -0
- package/lib/vtx-restaurant-modal/style/index.js +1 -0
- package/lib/vtx-restaurant-modal/style/index.less +13 -0
- package/lib/vtx-road-modal/api.js +219 -0
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js +48 -0
- package/lib/vtx-road-modal/components/BaseInfo/Work.js +322 -0
- package/lib/vtx-road-modal/components/BaseInfo/index.js +91 -0
- package/lib/vtx-road-modal/components/BaseInfo/index.less +218 -0
- package/lib/vtx-road-modal/components/Calendar/index.js +155 -0
- package/lib/vtx-road-modal/components/Statistical/index.js +244 -0
- package/lib/vtx-road-modal/components/Statistical/index.less +32 -0
- package/lib/vtx-road-modal/components/index.js +4 -0
- package/lib/vtx-road-modal/imgs/calendar/dark_green_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/calendar/dark_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/calendar/green_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/calendar/mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/dark_real.png +0 -0
- package/lib/vtx-road-modal/imgs/dark_valid.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/dark_over_rate.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/dark_plan_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/dark_valid_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/over_rate.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/plan_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/valid_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/real.png +0 -0
- package/lib/vtx-road-modal/imgs/valid.png +0 -0
- package/lib/vtx-road-modal/index.js +102 -0
- package/lib/vtx-road-modal/style/index.js +3 -0
- package/lib/vtx-road-modal/style/index.less +26 -0
- package/lib/vtx-shxq-modal/api.js +337 -0
- package/lib/vtx-shxq-modal/components/AlarmRecord/List.js +115 -0
- package/lib/vtx-shxq-modal/components/AlarmRecord/index.js +151 -0
- package/lib/vtx-shxq-modal/components/AlarmRecord/index.less +10 -0
- package/lib/vtx-shxq-modal/components/BaseInfo/index.js +190 -0
- package/lib/vtx-shxq-modal/components/BaseInfo/index.less +25 -0
- package/lib/vtx-shxq-modal/components/Tfd/index.js +132 -0
- package/lib/vtx-shxq-modal/components/Tfd/index.less +59 -0
- package/lib/vtx-shxq-modal/components/ThrowCalendar/Chart.js +64 -0
- package/lib/vtx-shxq-modal/components/ThrowCalendar/List.js +72 -0
- package/lib/vtx-shxq-modal/components/ThrowCalendar/index.js +158 -0
- package/lib/vtx-shxq-modal/components/ThrowCalendar/index.less +24 -0
- package/lib/vtx-shxq-modal/components/ThrowRecord/List.js +133 -0
- package/lib/vtx-shxq-modal/components/ThrowRecord/index.js +168 -0
- package/lib/vtx-shxq-modal/components/ThrowRecord/index.less +10 -0
- package/lib/vtx-shxq-modal/components/index.js +6 -0
- package/lib/vtx-shxq-modal/imgs/cy.png +0 -0
- package/lib/vtx-shxq-modal/imgs/khs.png +0 -0
- package/lib/vtx-shxq-modal/imgs/ljht.png +0 -0
- package/lib/vtx-shxq-modal/imgs/ljht_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/qt.png +0 -0
- package/lib/vtx-shxq-modal/imgs/tf_cy_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/tf_khs_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/tf_qt_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/tf_total.png +0 -0
- package/lib/vtx-shxq-modal/imgs/tf_total_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/tf_yh_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/twtf.png +0 -0
- package/lib/vtx-shxq-modal/imgs/twtf_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/wgzs.png +0 -0
- package/lib/vtx-shxq-modal/imgs/wgzs_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/wpd.png +0 -0
- package/lib/vtx-shxq-modal/imgs/wpd_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/wstf.png +0 -0
- package/lib/vtx-shxq-modal/imgs/wstf_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/yh.png +0 -0
- package/lib/vtx-shxq-modal/index.js +108 -0
- package/lib/vtx-shxq-modal/style/index.js +1 -0
- package/lib/vtx-staff-modal/api.js +427 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +67 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/List.js +111 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js +95 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/index.less +9 -0
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js +58 -0
- package/lib/vtx-staff-modal/components/Attendance/Record.js +154 -0
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +129 -0
- package/lib/vtx-staff-modal/components/Attendance/index.js +49 -0
- package/lib/vtx-staff-modal/components/Attendance/index.less +38 -0
- package/lib/vtx-staff-modal/components/BaseInfo/ListZymx.js +119 -0
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +42 -0
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStaticDay.js +48 -0
- package/lib/vtx-staff-modal/components/BaseInfo/index.js +183 -0
- package/lib/vtx-staff-modal/components/BaseInfo/index.less +94 -0
- package/lib/vtx-staff-modal/components/Calendar/index.js +237 -0
- package/lib/vtx-staff-modal/components/Calendar/index.less +82 -0
- package/lib/vtx-staff-modal/components/Equipment/index.js +147 -0
- package/lib/vtx-staff-modal/components/Equipment/index.less +29 -0
- package/lib/vtx-staff-modal/components/index.js +6 -0
- package/lib/vtx-staff-modal/imgs/all_time.png +0 -0
- package/lib/vtx-staff-modal/imgs/all_time_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/avg.png +0 -0
- package/lib/vtx-staff-modal/imgs/avg_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/mileage.png +0 -0
- package/lib/vtx-staff-modal/imgs/mileage_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/online.png +0 -0
- package/lib/vtx-staff-modal/imgs/online_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_alarm.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_alarm_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_level.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_level_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_over.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_over_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_sum.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_sum_dark.png +0 -0
- package/lib/vtx-staff-modal/index.js +116 -0
- package/lib/vtx-staff-modal/style/index.js +5 -0
- package/lib/vtx-staff-modal/style/index.less +1 -0
- package/lib/vtx-tfd-modal/api.js +114 -0
- package/lib/vtx-tfd-modal/components/BaseInfo/Jczbqs.js +96 -0
- package/lib/vtx-tfd-modal/components/BaseInfo/Qyjcl.js +43 -0
- package/lib/vtx-tfd-modal/components/BaseInfo/index.js +259 -0
- package/lib/vtx-tfd-modal/components/BaseInfo/index.less +90 -0
- package/lib/vtx-tfd-modal/components/index.js +2 -0
- package/lib/vtx-tfd-modal/imgs/dzc.png +0 -0
- package/lib/vtx-tfd-modal/imgs/dzc_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/dzc_light_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/dzc_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/fdj.png +0 -0
- package/lib/vtx-tfd-modal/imgs/fdj_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/fdj_light_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/fdj_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/hjtfl.png +0 -0
- package/lib/vtx-tfd-modal/imgs/hjtfl_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/jfdhj.png +0 -0
- package/lib/vtx-tfd-modal/imgs/jfdhj_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/jfdhj_light_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/jfdhj_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/khsl.png +0 -0
- package/lib/vtx-tfd-modal/imgs/khsl_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/sxt.png +0 -0
- package/lib/vtx-tfd-modal/imgs/sxt_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/sxt_light_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/sxt_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/xdb.png +0 -0
- package/lib/vtx-tfd-modal/imgs/xdb_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/xdb_light_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/xdb_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/zntfj.png +0 -0
- package/lib/vtx-tfd-modal/imgs/zntfj_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/zntfj_light_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/zntfj_online.png +0 -0
- package/lib/vtx-tfd-modal/index.js +106 -0
- package/lib/vtx-tfd-modal/style/index.js +1 -0
- package/lib/vtx-zg-modal/api.js +107 -0
- package/lib/vtx-zg-modal/components/BaseInfo/index.js +287 -0
- package/lib/vtx-zg-modal/components/BaseInfo/index.less +124 -0
- package/lib/vtx-zg-modal/components/index.js +1 -0
- package/lib/vtx-zg-modal/imgs/dot.png +0 -0
- package/lib/vtx-zg-modal/imgs/dot_done.png +0 -0
- package/lib/vtx-zg-modal/index.js +42 -0
- package/lib/vtx-zg-modal/style/index.js +3 -0
- package/lib/vtx-zg-modal/style/index.less +1 -0
- package/lib/vtx-zzz-modal/index.js +135 -0
- package/package.json +4 -4
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
8
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
9
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
10
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
11
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
12
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
13
|
+
import { Circle, Dom, FeatureLayer, Map } from '@vtx/ol-map';
|
|
14
|
+
import { useUpdateEffect } from 'ahooks';
|
|
15
|
+
import { Tooltip } from 'antd';
|
|
16
|
+
import classNames from 'classnames';
|
|
17
|
+
import { useEffect, useRef, useState } from 'react';
|
|
18
|
+
import useSettings from "../../_hooks/useSettings";
|
|
19
|
+
import "./index.less";
|
|
20
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
21
|
+
export default function VmOlMap(_ref) {
|
|
22
|
+
var _mapInfo$olProps, _points$data2, _polygons$data2, _newPoints$data3;
|
|
23
|
+
var mapCenter = _ref.mapCenter,
|
|
24
|
+
_ref$mapType = _ref.mapType,
|
|
25
|
+
mapType = _ref$mapType === void 0 ? 'bmap' : _ref$mapType,
|
|
26
|
+
_ref$mapPoints = _ref.mapPoints,
|
|
27
|
+
mapPoints = _ref$mapPoints === void 0 ? [] : _ref$mapPoints,
|
|
28
|
+
_ref$newMapPoints = _ref.newMapPoints,
|
|
29
|
+
newMapPoints = _ref$newMapPoints === void 0 ? [] : _ref$newMapPoints,
|
|
30
|
+
_ref$mapPolygons = _ref.mapPolygons,
|
|
31
|
+
mapPolygons = _ref$mapPolygons === void 0 ? [] : _ref$mapPolygons,
|
|
32
|
+
_ref$mapCircles = _ref.mapCircles,
|
|
33
|
+
mapCircles = _ref$mapCircles === void 0 ? [] : _ref$mapCircles,
|
|
34
|
+
geometryType = _ref.geometryType,
|
|
35
|
+
address = _ref.address;
|
|
36
|
+
var mapRef = useRef({});
|
|
37
|
+
var _useState = useState([]),
|
|
38
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
39
|
+
defaultCenter = _useState2[0],
|
|
40
|
+
setDefaultCenter = _useState2[1];
|
|
41
|
+
var _useSettings = useSettings(),
|
|
42
|
+
isDark = _useSettings.isDark,
|
|
43
|
+
theme = _useSettings.theme,
|
|
44
|
+
mapInfo = _useSettings.mapInfo;
|
|
45
|
+
var _useState3 = useState({
|
|
46
|
+
data: [],
|
|
47
|
+
style: {}
|
|
48
|
+
}),
|
|
49
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
50
|
+
newPoints = _useState4[0],
|
|
51
|
+
setNewPoints = _useState4[1];
|
|
52
|
+
useEffect(function () {
|
|
53
|
+
if (mapInfo !== null && mapInfo !== void 0 && mapInfo.longitude) {
|
|
54
|
+
setDefaultCenter([mapInfo.longitude, mapInfo.latitude]);
|
|
55
|
+
}
|
|
56
|
+
}, [mapInfo]);
|
|
57
|
+
|
|
58
|
+
// 处理VtxMap数据为@vtx/ol-map
|
|
59
|
+
function formatData(arr, type) {
|
|
60
|
+
var data = [],
|
|
61
|
+
style = {},
|
|
62
|
+
coordType = 'wgs84';
|
|
63
|
+
arr.forEach(function (item) {
|
|
64
|
+
if (type === 'polygon' || type === 'polyline') {
|
|
65
|
+
data.push(_objectSpread(_objectSpread({}, item), {}, {
|
|
66
|
+
geometryInfo: {
|
|
67
|
+
type: type,
|
|
68
|
+
lngLats: item.rings,
|
|
69
|
+
coordType: coordType
|
|
70
|
+
}
|
|
71
|
+
}));
|
|
72
|
+
style = type === 'polygon' ? {
|
|
73
|
+
type: 'Polygon',
|
|
74
|
+
style: {
|
|
75
|
+
stroke: {
|
|
76
|
+
color: '#1899ff',
|
|
77
|
+
opacity: 1,
|
|
78
|
+
width: 2
|
|
79
|
+
},
|
|
80
|
+
fill: {
|
|
81
|
+
color: '#1899ff',
|
|
82
|
+
opacity: 0.4
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
} : {
|
|
86
|
+
type: 'Polyline',
|
|
87
|
+
style: {
|
|
88
|
+
stroke: {
|
|
89
|
+
color: '#1899ff',
|
|
90
|
+
opacity: 1,
|
|
91
|
+
width: 6
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
};
|
|
95
|
+
} else {
|
|
96
|
+
data.push(_objectSpread(_objectSpread({}, item), {}, {
|
|
97
|
+
geometryInfo: {
|
|
98
|
+
type: 'point',
|
|
99
|
+
lngLats: "".concat(item.lng, ",").concat(item.lat),
|
|
100
|
+
coordType: coordType
|
|
101
|
+
}
|
|
102
|
+
}));
|
|
103
|
+
style = {
|
|
104
|
+
type: 'Marker',
|
|
105
|
+
style: item.url ? {
|
|
106
|
+
image: item.url,
|
|
107
|
+
scale: 0.8
|
|
108
|
+
} : {
|
|
109
|
+
icon: item.icon || 'MRSS',
|
|
110
|
+
color: item.color || '#1899ff'
|
|
111
|
+
}
|
|
112
|
+
};
|
|
113
|
+
}
|
|
114
|
+
});
|
|
115
|
+
return {
|
|
116
|
+
data: data,
|
|
117
|
+
style: style
|
|
118
|
+
};
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
// 处理不同的点位图标
|
|
122
|
+
function newFormData(arr) {
|
|
123
|
+
var data = [];
|
|
124
|
+
arr.forEach(function (item) {
|
|
125
|
+
data.push(_objectSpread(_objectSpread({}, item), {}, {
|
|
126
|
+
geometryInfo: {
|
|
127
|
+
type: 'point',
|
|
128
|
+
lngLats: "".concat(item.lng, ",").concat(item.lat),
|
|
129
|
+
coordType: 'wgs84'
|
|
130
|
+
}
|
|
131
|
+
}));
|
|
132
|
+
});
|
|
133
|
+
return {
|
|
134
|
+
data: data
|
|
135
|
+
};
|
|
136
|
+
}
|
|
137
|
+
var points = formatData(mapPoints);
|
|
138
|
+
var polygons = formatData(mapPolygons, geometryType);
|
|
139
|
+
function fitView() {
|
|
140
|
+
if (mapRef.current && ((mapPoints === null || mapPoints === void 0 ? void 0 : mapPoints.length) > 0 || (mapPolygons === null || mapPolygons === void 0 ? void 0 : mapPolygons.length) > 0)) {
|
|
141
|
+
var _mapRef$current, _polygons$data, _points$data;
|
|
142
|
+
(_mapRef$current = mapRef.current) === null || _mapRef$current === void 0 || _mapRef$current.fitView({
|
|
143
|
+
geometryInfo: ((polygons === null || polygons === void 0 || (_polygons$data = polygons.data) === null || _polygons$data === void 0 ? void 0 : _polygons$data[0]) || (points === null || points === void 0 || (_points$data = points.data) === null || _points$data === void 0 ? void 0 : _points$data[0])).geometryInfo
|
|
144
|
+
}, {
|
|
145
|
+
maxZoom: 16,
|
|
146
|
+
padding: [10, 10, 10, 10]
|
|
147
|
+
});
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
useUpdateEffect(function () {
|
|
151
|
+
var _newPoints$data, _mapRef$current2, _newPoints$data2;
|
|
152
|
+
var _newPoints = newFormData(newMapPoints);
|
|
153
|
+
setNewPoints(_newPoints);
|
|
154
|
+
(newMapPoints === null || newMapPoints === void 0 ? void 0 : newMapPoints.length) === 1 && mapRef.current && ((_newPoints$data = _newPoints.data) === null || _newPoints$data === void 0 ? void 0 : _newPoints$data.length) > 0 && ((_mapRef$current2 = mapRef.current) === null || _mapRef$current2 === void 0 ? void 0 : _mapRef$current2.fitView({
|
|
155
|
+
geometryInfo: (_newPoints$data2 = _newPoints.data) === null || _newPoints$data2 === void 0 || (_newPoints$data2 = _newPoints$data2[0]) === null || _newPoints$data2 === void 0 ? void 0 : _newPoints$data2.geometryInfo
|
|
156
|
+
}, {
|
|
157
|
+
maxZoom: 16,
|
|
158
|
+
padding: [0, 0, 0, 0]
|
|
159
|
+
}));
|
|
160
|
+
}, [JSON.stringify(newMapPoints)]);
|
|
161
|
+
useUpdateEffect(function () {
|
|
162
|
+
fitView();
|
|
163
|
+
}, [JSON.stringify(mapPoints), JSON.stringify(mapPolygons), JSON.stringify(newMapPoints)]);
|
|
164
|
+
|
|
165
|
+
// 自定义图层逻辑
|
|
166
|
+
/**
|
|
167
|
+
* 需要引入ol.js和olScreen.js
|
|
168
|
+
*/
|
|
169
|
+
var layers = [];
|
|
170
|
+
mapInfo === null || mapInfo === void 0 || (_mapInfo$olProps = mapInfo.olProps) === null || _mapInfo$olProps === void 0 || _mapInfo$olProps.olCoverage.forEach(function (item) {
|
|
171
|
+
var _window;
|
|
172
|
+
if (item.coverage && (_window = window) !== null && _window !== void 0 && _window.ol) {
|
|
173
|
+
var _window2;
|
|
174
|
+
var temp = null;
|
|
175
|
+
if (item.type === 'superMap') {
|
|
176
|
+
temp = new window.ol.layer.Tile({
|
|
177
|
+
source: new window.ol.source.TileSuperMapRest({
|
|
178
|
+
url: item.coverage
|
|
179
|
+
})
|
|
180
|
+
});
|
|
181
|
+
} else if ((_window2 = window) !== null && _window2 !== void 0 && _window2.OL_SCREEN) {
|
|
182
|
+
// eslint-disable-next-line no-eval
|
|
183
|
+
temp = eval(window.OL_SCREEN[item.coverage].initLayer);
|
|
184
|
+
}
|
|
185
|
+
if (temp) {
|
|
186
|
+
layers = layers.concat(temp);
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
});
|
|
190
|
+
//mapCenter未传参情况下,要监听defaultCenter有值
|
|
191
|
+
if (!(defaultCenter !== null && defaultCenter !== void 0 && defaultCenter.length)) return null;
|
|
192
|
+
return /*#__PURE__*/_jsx("div", {
|
|
193
|
+
className: classNames('vm-map-wrap', {
|
|
194
|
+
dark: isDark
|
|
195
|
+
}),
|
|
196
|
+
children: /*#__PURE__*/_jsxs(Map, {
|
|
197
|
+
createdMap: function createdMap(viewer) {
|
|
198
|
+
mapRef.current = viewer;
|
|
199
|
+
fitView();
|
|
200
|
+
},
|
|
201
|
+
center: (mapCenter !== null && mapCenter !== void 0 && mapCenter.length ? mapCenter : defaultCenter).map(function (v) {
|
|
202
|
+
return Number(v);
|
|
203
|
+
}),
|
|
204
|
+
zoom: 16,
|
|
205
|
+
dark: isDark || theme === 'blue',
|
|
206
|
+
tk: "1adbb6e47668cb33757cd799548bf1f4",
|
|
207
|
+
customBaseLayers: layers.length > 0 ? function () {
|
|
208
|
+
return layers;
|
|
209
|
+
} : null,
|
|
210
|
+
children: [((_points$data2 = points.data) === null || _points$data2 === void 0 ? void 0 : _points$data2.length) > 0 ? /*#__PURE__*/_jsx(FeatureLayer, _objectSpread({
|
|
211
|
+
id: "vm_ol_map_points",
|
|
212
|
+
zIndex: 8
|
|
213
|
+
}, points)) : null, ((_polygons$data2 = polygons.data) === null || _polygons$data2 === void 0 ? void 0 : _polygons$data2.length) > 0 ? /*#__PURE__*/_jsx(FeatureLayer, _objectSpread({
|
|
214
|
+
id: "vm_ol_map_polygons",
|
|
215
|
+
zIndex: 7
|
|
216
|
+
}, polygons)) : null, (mapCircles === null || mapCircles === void 0 ? void 0 : mapCircles.length) > 0 ? /*#__PURE__*/_jsx(FeatureLayer, {
|
|
217
|
+
children: mapCircles.map(function (item) {
|
|
218
|
+
return /*#__PURE__*/_jsx(Circle, {
|
|
219
|
+
data: item.data,
|
|
220
|
+
radius: item.radius,
|
|
221
|
+
style: {
|
|
222
|
+
stroke: {
|
|
223
|
+
color: '#ff0000',
|
|
224
|
+
opacity: 1,
|
|
225
|
+
width: 3
|
|
226
|
+
},
|
|
227
|
+
fill: {
|
|
228
|
+
color: '#ff0000',
|
|
229
|
+
opacity: 0.4
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}, item.id);
|
|
233
|
+
})
|
|
234
|
+
}) : null, (newPoints === null || newPoints === void 0 || (_newPoints$data3 = newPoints.data) === null || _newPoints$data3 === void 0 ? void 0 : _newPoints$data3.length) > 0 ? newPoints.data.map(function (ele, index) {
|
|
235
|
+
return /*#__PURE__*/_jsx(Dom, {
|
|
236
|
+
data: [ele.lng, ele.lat],
|
|
237
|
+
offset: [0, 20],
|
|
238
|
+
children: /*#__PURE__*/_jsxs("div", {
|
|
239
|
+
style: {
|
|
240
|
+
display: 'flex',
|
|
241
|
+
flexDirection: 'column',
|
|
242
|
+
justifyContent: 'center',
|
|
243
|
+
alignItems: 'center',
|
|
244
|
+
minWidth: 30
|
|
245
|
+
},
|
|
246
|
+
children: [/*#__PURE__*/_jsx("img", {
|
|
247
|
+
src: ele.url,
|
|
248
|
+
style: {
|
|
249
|
+
width: 30,
|
|
250
|
+
height: 30
|
|
251
|
+
}
|
|
252
|
+
}), !!ele.staffName && /*#__PURE__*/_jsx("div", {
|
|
253
|
+
style: {
|
|
254
|
+
padding: '0 6px',
|
|
255
|
+
color: '#096dd9',
|
|
256
|
+
fontSize: 12,
|
|
257
|
+
border: '1px solid #096dd9',
|
|
258
|
+
background: '#fff',
|
|
259
|
+
borderRadius: 4
|
|
260
|
+
},
|
|
261
|
+
children: ele.staffName
|
|
262
|
+
})]
|
|
263
|
+
})
|
|
264
|
+
}, index);
|
|
265
|
+
}) : null, address && /*#__PURE__*/_jsx("div", {
|
|
266
|
+
className: 'vm-map-address-wrap',
|
|
267
|
+
children: /*#__PURE__*/_jsx(Tooltip, {
|
|
268
|
+
title: address,
|
|
269
|
+
children: /*#__PURE__*/_jsx("div", {
|
|
270
|
+
className: 'vm-map-address',
|
|
271
|
+
children: address
|
|
272
|
+
})
|
|
273
|
+
})
|
|
274
|
+
})]
|
|
275
|
+
})
|
|
276
|
+
});
|
|
277
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
.vm-map-wrap {
|
|
2
|
+
width: 100%;
|
|
3
|
+
height: 100%;
|
|
4
|
+
border-radius: 8px;
|
|
5
|
+
--text-color: #1F1F1F;
|
|
6
|
+
--bg-color: rgba(22, 119, 255, 0.1);
|
|
7
|
+
|
|
8
|
+
&.dark {
|
|
9
|
+
--text-color: #FFFFFF;
|
|
10
|
+
--bg-color: rgba(179, 210, 255, 0.20);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.ol-map-container {
|
|
14
|
+
border-radius: 8px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.ol-viewport {
|
|
18
|
+
border-radius: 8px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.vm-map-address-wrap {
|
|
22
|
+
display: flex;
|
|
23
|
+
align-items: center;
|
|
24
|
+
justify-content: center;
|
|
25
|
+
width: 100%;
|
|
26
|
+
position: absolute;
|
|
27
|
+
bottom: 0;
|
|
28
|
+
height: 36px;
|
|
29
|
+
background: var(--bg-color);
|
|
30
|
+
border-radius: 8px;
|
|
31
|
+
padding: 0 16px;
|
|
32
|
+
backdrop-filter: blur(4px);
|
|
33
|
+
color: var(--text-color);
|
|
34
|
+
|
|
35
|
+
.vm-map-address {
|
|
36
|
+
width: 100%;
|
|
37
|
+
overflow: hidden;
|
|
38
|
+
text-overflow: ellipsis;
|
|
39
|
+
white-space: nowrap;
|
|
40
|
+
font-size: 14px;
|
|
41
|
+
text-align: center;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
import { Spin } from 'antd';
|
|
8
|
+
import ReactEcharts from 'echarts-for-react';
|
|
9
|
+
import _ from 'lodash';
|
|
10
|
+
import useSettings from "../../_hooks/useSettings";
|
|
11
|
+
import { getPercentValue } from "../../_util";
|
|
12
|
+
import "./index.less";
|
|
13
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
14
|
+
var PieCharts = function PieCharts(_ref) {
|
|
15
|
+
var dataList = _ref.dataList,
|
|
16
|
+
title = _ref.title,
|
|
17
|
+
total = _ref.total,
|
|
18
|
+
name = _ref.name,
|
|
19
|
+
loading = _ref.loading,
|
|
20
|
+
unit = _ref.unit,
|
|
21
|
+
_ref$isError = _ref.isError,
|
|
22
|
+
isError = _ref$isError === void 0 ? false : _ref$isError,
|
|
23
|
+
_ref$height = _ref.height,
|
|
24
|
+
height = _ref$height === void 0 ? '100%' : _ref$height,
|
|
25
|
+
_ref$legendConfig = _ref.legendConfig,
|
|
26
|
+
legendConfig = _ref$legendConfig === void 0 ? {} : _ref$legendConfig,
|
|
27
|
+
_ref$nameLength = _ref.nameLength,
|
|
28
|
+
nameLength = _ref$nameLength === void 0 ? 6 : _ref$nameLength,
|
|
29
|
+
_ref$innerRadius = _ref.innerRadius,
|
|
30
|
+
innerRadius = _ref$innerRadius === void 0 ? ['30%', '45%'] : _ref$innerRadius,
|
|
31
|
+
_ref$outerRadius = _ref.outerRadius,
|
|
32
|
+
outerRadius = _ref$outerRadius === void 0 ? ['45%', '50%'] : _ref$outerRadius,
|
|
33
|
+
_ref$center = _ref.center,
|
|
34
|
+
center = _ref$center === void 0 ? null : _ref$center;
|
|
35
|
+
var _useSettings = useSettings(),
|
|
36
|
+
chartFontColor = _useSettings.chartFontColor,
|
|
37
|
+
isDark = _useSettings.isDark;
|
|
38
|
+
var colorList = ['#36A1FF', '#53CB74', '#FABB43', '#FF8746', '#31C5E9', '#6FD7C7', '#B894F9', '#fc4f66', '#5d75ff'];
|
|
39
|
+
var colorList2 = ['#e1f1ff', '#e5f7ea', '#fef5e3', '#ffede3', '#e0f6fc', '#e9f9f7', '#f4effe', '#ffe5e8', '#e7eaff'];
|
|
40
|
+
if (isDark) {
|
|
41
|
+
colorList2 = ['#0d4e7e', '#115368', '#2b505d', '#2b465c', '#0c5176', '#155472', '#214a7a', '#2b4166', '#14487d'];
|
|
42
|
+
}
|
|
43
|
+
var option = {
|
|
44
|
+
tooltip: {
|
|
45
|
+
trigger: 'item',
|
|
46
|
+
formatter: "{a} <br/>{b}: {c}".concat(unit, " ({d}%)"),
|
|
47
|
+
position: function position(point, _params, _dom, _rect, size) {
|
|
48
|
+
// 固定在顶部
|
|
49
|
+
var leftSize = point[0] - size.contentSize[0];
|
|
50
|
+
return [point[0] + size.contentSize[0] > size.viewSize[0] ? leftSize < 0 ? '35%' : leftSize : point[0], '0%'];
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
legend: _objectSpread({
|
|
54
|
+
top: 'center',
|
|
55
|
+
right: 50,
|
|
56
|
+
orient: 'vertical',
|
|
57
|
+
type: 'scroll',
|
|
58
|
+
icon: 'circle',
|
|
59
|
+
itemWidth: 10,
|
|
60
|
+
itemHeight: 10,
|
|
61
|
+
textStyle: {
|
|
62
|
+
fontSize: 14,
|
|
63
|
+
color: chartFontColor,
|
|
64
|
+
rich: {
|
|
65
|
+
name: {
|
|
66
|
+
width: 100,
|
|
67
|
+
fontSize: 14
|
|
68
|
+
},
|
|
69
|
+
space: {
|
|
70
|
+
width: 20
|
|
71
|
+
},
|
|
72
|
+
number: {
|
|
73
|
+
width: 50,
|
|
74
|
+
align: 'right',
|
|
75
|
+
fontSize: 14,
|
|
76
|
+
color: chartFontColor
|
|
77
|
+
},
|
|
78
|
+
percent: {
|
|
79
|
+
width: 50,
|
|
80
|
+
align: 'right',
|
|
81
|
+
fontSize: 14,
|
|
82
|
+
color: isDark ? '#fff' : '#8C8C8C'
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
pageIconColor: chartFontColor,
|
|
87
|
+
pageIconInactiveColor: chartFontColor,
|
|
88
|
+
pageTextStyle: {
|
|
89
|
+
color: chartFontColor
|
|
90
|
+
},
|
|
91
|
+
formatter: function formatter(name) {
|
|
92
|
+
var index = dataList.findIndex(function (item) {
|
|
93
|
+
return item.name === name;
|
|
94
|
+
});
|
|
95
|
+
var info = dataList[index] || {};
|
|
96
|
+
var value = info.value;
|
|
97
|
+
var percent = getPercentValue(_.map(dataList, 'value'), index, 2);
|
|
98
|
+
return "{name|".concat(name.slice(0, nameLength)).concat(name.length > nameLength ? '...' : '', "}{number|").concat(value || 0).concat(unit || '', "}{space|}{percent|").concat(percent, "%}");
|
|
99
|
+
},
|
|
100
|
+
tooltip: {
|
|
101
|
+
show: true
|
|
102
|
+
}
|
|
103
|
+
}, legendConfig),
|
|
104
|
+
series: [{
|
|
105
|
+
name: name,
|
|
106
|
+
type: 'pie',
|
|
107
|
+
radius: innerRadius,
|
|
108
|
+
center: center || ['25%', '50%'],
|
|
109
|
+
labelLine: {
|
|
110
|
+
show: false // 去除从圆心指向数据块的线条
|
|
111
|
+
},
|
|
112
|
+
label: {
|
|
113
|
+
show: false
|
|
114
|
+
},
|
|
115
|
+
data: dataList.map(function (item, index) {
|
|
116
|
+
return _objectSpread(_objectSpread({}, item), {}, {
|
|
117
|
+
itemStyle: {
|
|
118
|
+
color: colorList[index % colorList.length]
|
|
119
|
+
}
|
|
120
|
+
});
|
|
121
|
+
})
|
|
122
|
+
}, {
|
|
123
|
+
name: name,
|
|
124
|
+
type: 'pie',
|
|
125
|
+
radius: outerRadius,
|
|
126
|
+
hoverAnimation: false,
|
|
127
|
+
legendHoverLink: false,
|
|
128
|
+
labelLine: {
|
|
129
|
+
show: false // 去除从圆心指向数据块的线条
|
|
130
|
+
},
|
|
131
|
+
label: {
|
|
132
|
+
show: false
|
|
133
|
+
},
|
|
134
|
+
center: center || ['25%', '50%'],
|
|
135
|
+
data: dataList.map(function (item, index) {
|
|
136
|
+
return _objectSpread(_objectSpread({}, item), {}, {
|
|
137
|
+
itemStyle: {
|
|
138
|
+
color: colorList2[index % colorList2.length]
|
|
139
|
+
}
|
|
140
|
+
});
|
|
141
|
+
})
|
|
142
|
+
}]
|
|
143
|
+
};
|
|
144
|
+
return /*#__PURE__*/_jsx("div", {
|
|
145
|
+
className: 'vtx-car-pie-charts',
|
|
146
|
+
style: {
|
|
147
|
+
height: height
|
|
148
|
+
},
|
|
149
|
+
children: loading ? /*#__PURE__*/_jsx(Spin, {}) : /*#__PURE__*/_jsxs(_Fragment, {
|
|
150
|
+
children: [/*#__PURE__*/_jsxs("div", {
|
|
151
|
+
className: 'vtx-car-pie-charts-title-wrap',
|
|
152
|
+
children: [/*#__PURE__*/_jsx("div", {
|
|
153
|
+
className: 'vtx-car-pie-charts-total',
|
|
154
|
+
style: {
|
|
155
|
+
color: isDark ? isError ? '#FF5861' : '#009DFF' : isError ? '#F5222D' : '#1677FF'
|
|
156
|
+
},
|
|
157
|
+
children: total
|
|
158
|
+
}), /*#__PURE__*/_jsx("div", {
|
|
159
|
+
style: {
|
|
160
|
+
color: chartFontColor
|
|
161
|
+
},
|
|
162
|
+
children: title
|
|
163
|
+
})]
|
|
164
|
+
}), /*#__PURE__*/_jsx(ReactEcharts, {
|
|
165
|
+
option: option,
|
|
166
|
+
notMerge: true,
|
|
167
|
+
lazyUpdate: true,
|
|
168
|
+
style: {
|
|
169
|
+
height: '100%',
|
|
170
|
+
width: '100%'
|
|
171
|
+
}
|
|
172
|
+
})]
|
|
173
|
+
})
|
|
174
|
+
});
|
|
175
|
+
};
|
|
176
|
+
export default PieCharts;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
.vtx-car-pie-charts {
|
|
2
|
+
height: 100%;
|
|
3
|
+
width: 100%;
|
|
4
|
+
position: relative;
|
|
5
|
+
display: flex;
|
|
6
|
+
align-items: center;
|
|
7
|
+
justify-content: center;
|
|
8
|
+
|
|
9
|
+
&-title-wrap {
|
|
10
|
+
display: flex;
|
|
11
|
+
align-items: center;
|
|
12
|
+
justify-content: center;
|
|
13
|
+
flex-direction: column;
|
|
14
|
+
position: absolute;
|
|
15
|
+
left: 25%;
|
|
16
|
+
top: 50%;
|
|
17
|
+
transform: translate(-50%, -50%);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&-total {
|
|
21
|
+
font-weight: bold;
|
|
22
|
+
font-size: 20px;
|
|
23
|
+
line-height: 20px;
|
|
24
|
+
height: 20px;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
var _excluded = ["rate", "type", "strokeWidth", "trailColor", "strokeColor", "width", "name", "unit", "info"];
|
|
3
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
6
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
7
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
8
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
9
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
10
|
+
import { Progress } from 'antd';
|
|
11
|
+
import useSettings from "../../_hooks/useSettings";
|
|
12
|
+
import "./style";
|
|
13
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
14
|
+
export function Line(props) {
|
|
15
|
+
var _useSettings = useSettings(),
|
|
16
|
+
isDark = _useSettings.isDark;
|
|
17
|
+
var _props$rate = props.rate,
|
|
18
|
+
rate = _props$rate === void 0 ? 0 : _props$rate,
|
|
19
|
+
trailColor = props.trailColor,
|
|
20
|
+
strokeColor = props.strokeColor,
|
|
21
|
+
_props$width = props.width,
|
|
22
|
+
width = _props$width === void 0 ? 120 : _props$width;
|
|
23
|
+
return /*#__PURE__*/_jsx(Progress, {
|
|
24
|
+
percent: rate,
|
|
25
|
+
width: width,
|
|
26
|
+
strokeColor: strokeColor ? strokeColor : rate > 100 ? {
|
|
27
|
+
from: '#FF5861',
|
|
28
|
+
to: '#FF000E'
|
|
29
|
+
} : isDark ? {
|
|
30
|
+
from: '#139DFF',
|
|
31
|
+
to: '#00FFF6'
|
|
32
|
+
} : '#1677FF',
|
|
33
|
+
trailColor: trailColor ? trailColor : isDark ? 'rgba(255,255,255,0.05)' : 'rgba(0,0,0,0.05)',
|
|
34
|
+
showInfo: false
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
var Circle = function Circle(props) {
|
|
38
|
+
var _useSettings2 = useSettings(),
|
|
39
|
+
isDark = _useSettings2.isDark;
|
|
40
|
+
var _props$rate2 = props.rate,
|
|
41
|
+
rate = _props$rate2 === void 0 ? 0 : _props$rate2,
|
|
42
|
+
_props$type = props.type,
|
|
43
|
+
type = _props$type === void 0 ? 'circle' : _props$type,
|
|
44
|
+
_props$strokeWidth = props.strokeWidth,
|
|
45
|
+
strokeWidth = _props$strokeWidth === void 0 ? 8 : _props$strokeWidth,
|
|
46
|
+
trailColor = props.trailColor,
|
|
47
|
+
strokeColor = props.strokeColor,
|
|
48
|
+
_props$width2 = props.width,
|
|
49
|
+
width = _props$width2 === void 0 ? 120 : _props$width2,
|
|
50
|
+
_props$name = props.name,
|
|
51
|
+
name = _props$name === void 0 ? '有效作业率' : _props$name,
|
|
52
|
+
_props$unit = props.unit,
|
|
53
|
+
unit = _props$unit === void 0 ? '%' : _props$unit,
|
|
54
|
+
info = props.info,
|
|
55
|
+
restProps = _objectWithoutProperties(props, _excluded);
|
|
56
|
+
return /*#__PURE__*/_jsx(Progress, _objectSpread({
|
|
57
|
+
percent: rate,
|
|
58
|
+
type: type,
|
|
59
|
+
width: width,
|
|
60
|
+
strokeWidth: strokeWidth,
|
|
61
|
+
strokeLinecap: "round",
|
|
62
|
+
strokeColor: strokeColor || (isDark ? {
|
|
63
|
+
'0%': '#009DFF',
|
|
64
|
+
'100%': '#44FF98'
|
|
65
|
+
} : '#1677FF'),
|
|
66
|
+
trailColor: trailColor ? trailColor : isDark ? 'rgba(0, 157, 255, 0.68)' : '#e1ecfd',
|
|
67
|
+
format: function format(percent) {
|
|
68
|
+
return /*#__PURE__*/_jsxs("div", {
|
|
69
|
+
className: "vm-progress-text ".concat(isDark ? 'dark' : ''),
|
|
70
|
+
children: [info !== null && info !== void 0 ? info : percent, /*#__PURE__*/_jsx("span", {
|
|
71
|
+
children: unit
|
|
72
|
+
}), /*#__PURE__*/_jsx("div", {
|
|
73
|
+
className: "vm-progress-text-name",
|
|
74
|
+
children: name
|
|
75
|
+
})]
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
}, restProps));
|
|
79
|
+
};
|
|
80
|
+
export default {
|
|
81
|
+
Line: Line,
|
|
82
|
+
Circle: Circle
|
|
83
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "./index.less";
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
.vm-progress-text {
|
|
2
|
+
--color: #009dff;
|
|
3
|
+
--text-color: #595959;
|
|
4
|
+
|
|
5
|
+
&.dark {
|
|
6
|
+
--color: #baddff;
|
|
7
|
+
--text-color: #baddff;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
font-family: D-DIN Exp-DINExp, D-DIN Exp-DINExp;
|
|
11
|
+
font-weight: bold;
|
|
12
|
+
font-size: 22px;
|
|
13
|
+
color: var(--color);
|
|
14
|
+
line-height: 22px;
|
|
15
|
+
|
|
16
|
+
span {
|
|
17
|
+
font-size: 14px;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&-name {
|
|
21
|
+
font-family: PingFang SC, PingFang SC;
|
|
22
|
+
font-weight: 400;
|
|
23
|
+
font-size: 12px;
|
|
24
|
+
color: var(--text-color);
|
|
25
|
+
line-height: 14px;
|
|
26
|
+
text-align: center;
|
|
27
|
+
}
|
|
28
|
+
}
|