@vtx/modals2 5.0.1 → 5.0.3
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/LICENSE +21 -0
- package/README.md +43 -33
- package/lib/_components/index.js +21 -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 +139 -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 +85 -0
- package/lib/_components/vm-factor/style/index.js +2 -0
- package/lib/_components/vm-factor/style/index.less +42 -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 +237 -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 +174 -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-table/index.js +223 -0
- package/lib/_components/vm-table/style/index.js +1 -0
- package/lib/_components/vm-table/style/index.less +242 -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 +62 -0
- package/lib/_components/vm-theme-provider/index.js +18 -0
- package/lib/_components/vm-title/index.js +34 -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 +161 -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 +81 -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 +12 -126
- 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 +262 -8
- 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 +108 -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 +159 -383
- package/lib/vtx-base-modal/service.js +39 -0
- package/lib/vtx-base-modal/style/index.js +1 -4
- package/lib/vtx-base-modal/style/index.less +78 -1075
- package/lib/vtx-car-modal/api.js +721 -545
- 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 +179 -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 +139 -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 +191 -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 +231 -0
- package/lib/vtx-car-modal/content/Common/WaterConsumption/index.js +196 -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 +122 -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 +161 -0
- package/lib/vtx-car-modal/content/JXH/StaticInfo/index.js +307 -0
- package/lib/vtx-car-modal/content/JXH/WorkRecord/index.js +327 -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 +358 -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 +139 -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 +205 -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 +109 -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/fsdf/durationqq.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/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 +227 -168
- package/lib/vtx-car-modal/style/index.js +3 -12
- package/lib/vtx-car-modal/style/index.less +35 -8
- package/lib/vtx-cp-modal/api.js +83 -100
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +76 -76
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +30 -107
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +50 -148
- package/lib/vtx-cp-modal/components/AlarmInfo/index.js +37 -41
- package/lib/vtx-cp-modal/components/AlarmInfo/index.less +34 -109
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +39 -36
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +67 -92
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +128 -116
- package/lib/vtx-cp-modal/components/BaseInfo/index.js +87 -80
- package/lib/vtx-cp-modal/components/BaseInfo/index.less +140 -156
- package/lib/vtx-cp-modal/components/ExeceptionInfo/AlarmRecord.js +200 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +29 -110
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +50 -148
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +38 -42
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +50 -126
- package/lib/vtx-cp-modal/components/SyInfo/index.js +169 -212
- package/lib/vtx-cp-modal/components/SyInfo/index.less +18 -47
- package/lib/vtx-cp-modal/components/index.js +5 -35
- 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/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 +80 -92
- package/lib/vtx-cp-modal/style/index.js +3 -5
- package/lib/vtx-cp-modal/style/index.less +1 -1
- package/lib/vtx-default-modal/api.js +37 -157
- package/lib/vtx-default-modal/components/BaseInfo/index.js +86 -71
- package/lib/vtx-default-modal/components/BaseInfo/index.less +26 -38
- package/lib/vtx-default-modal/components/index.js +2 -14
- package/lib/vtx-default-modal/index.js +93 -119
- package/lib/vtx-default-modal/style/index.js +4 -5
- package/lib/vtx-default-modal/style/index.less +1 -1
- package/lib/vtx-df-modal/api.js +124 -147
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +57 -153
- 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 +122 -97
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js +46 -59
- package/lib/vtx-df-modal/components/BaseInfo/index.js +130 -135
- package/lib/vtx-df-modal/components/BaseInfo/index.less +161 -173
- 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 +51 -109
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +66 -127
- package/lib/vtx-df-modal/components/Metering/List.js +49 -48
- package/lib/vtx-df-modal/components/Metering/index.js +158 -146
- package/lib/vtx-df-modal/components/Metering/index.less +68 -83
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +173 -108
- package/lib/vtx-df-modal/components/WorkCondition/Table.js +84 -0
- package/lib/vtx-df-modal/components/WorkCondition/index.js +155 -78
- package/lib/vtx-df-modal/components/WorkCondition/index.less +113 -136
- package/lib/vtx-df-modal/components/index.js +5 -28
- 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/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 +98 -105
- package/lib/vtx-df-modal/style/index.js +4 -7
- package/lib/vtx-df-modal/style/index.less +1 -1
- 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-road-modal/api.js +131 -124
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js +48 -57
- package/lib/vtx-road-modal/components/BaseInfo/Work.js +322 -0
- package/lib/vtx-road-modal/components/BaseInfo/index.js +78 -72
- package/lib/vtx-road-modal/components/BaseInfo/index.less +205 -133
- package/lib/vtx-road-modal/components/Calendar/index.js +155 -0
- package/lib/vtx-road-modal/components/Statistical/index.js +237 -177
- package/lib/vtx-road-modal/components/Statistical/index.less +31 -111
- package/lib/vtx-road-modal/components/index.js +4 -21
- 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 +68 -129
- package/lib/vtx-road-modal/style/index.js +3 -6
- package/lib/vtx-road-modal/style/index.less +26 -1
- 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 +148 -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 +133 -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 +165 -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 +195 -101
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +49 -171
- package/lib/vtx-staff-modal/components/AlarmInfo/List.js +30 -42
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js +78 -91
- package/lib/vtx-staff-modal/components/AlarmInfo/index.less +9 -23
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js +54 -101
- package/lib/vtx-staff-modal/components/Attendance/Record.js +58 -50
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +124 -115
- package/lib/vtx-staff-modal/components/Attendance/index.js +46 -48
- package/lib/vtx-staff-modal/components/Attendance/index.less +38 -22
- package/lib/vtx-staff-modal/components/BaseInfo/ListZymx.js +115 -0
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +32 -122
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStaticDay.js +48 -0
- package/lib/vtx-staff-modal/components/BaseInfo/index.js +168 -195
- package/lib/vtx-staff-modal/components/BaseInfo/index.less +94 -150
- 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 +81 -58
- package/lib/vtx-staff-modal/components/Equipment/index.less +29 -28
- package/lib/vtx-staff-modal/components/index.js +6 -35
- 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 +78 -53
- package/lib/vtx-staff-modal/style/index.js +5 -8
- package/lib/vtx-staff-modal/style/index.less +1 -1
- package/lib/vtx-tfd-modal/api.js +119 -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 +211 -0
- package/lib/vtx-tfd-modal/components/BaseInfo/index.less +85 -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-zzz-modal/index.js +135 -0
- package/package.json +76 -122
- package/lib/index.js.map +0 -1
- package/lib/style/css.js +0 -16
- package/lib/style/css.js.map +0 -1
- package/lib/style/index.css +0 -133
- package/lib/style/index.js +0 -16
- package/lib/style/index.js.map +0 -1
- package/lib/style/themes/dark.css +0 -133
- package/lib/style/themes/dark.less +0 -115
- package/lib/style/themes/default.css +0 -35
- package/lib/style/themes/default.less +0 -38
- package/lib/style/themes/index.css +0 -133
- package/lib/style/themes/index.less +0 -1
- package/lib/typings.d.ts +0 -17
- package/lib/util/index.js +0 -317
- package/lib/util/index.js.map +0 -1
- package/lib/vm-alarm-info/Components/AlarmRecord.js +0 -118
- package/lib/vm-alarm-info/Components/AlarmRecord.js.map +0 -1
- package/lib/vm-alarm-info/Components/AlarmStatistics.js +0 -166
- package/lib/vm-alarm-info/Components/AlarmStatistics.js.map +0 -1
- package/lib/vm-alarm-info/Components/AlarmTrend.js +0 -228
- package/lib/vm-alarm-info/Components/AlarmTrend.js.map +0 -1
- package/lib/vm-alarm-info/Components/CurrentAlarm.js +0 -110
- package/lib/vm-alarm-info/Components/CurrentAlarm.js.map +0 -1
- package/lib/vm-alarm-info/Components/CurrentAlarmNew.js +0 -88
- package/lib/vm-alarm-info/Components/CurrentAlarmNew.js.map +0 -1
- package/lib/vm-alarm-info/Components/index.css +0 -42
- package/lib/vm-alarm-info/Components/index.less +0 -43
- package/lib/vm-alarm-info/api.js +0 -171
- package/lib/vm-alarm-info/api.js.map +0 -1
- package/lib/vm-alarm-info/index.js +0 -88
- package/lib/vm-alarm-info/index.js.map +0 -1
- package/lib/vm-alarm-info/style/css.js +0 -4
- package/lib/vm-alarm-info/style/css.js.map +0 -1
- package/lib/vm-alarm-info/style/index.css +0 -19
- package/lib/vm-alarm-info/style/index.js +0 -4
- package/lib/vm-alarm-info/style/index.js.map +0 -1
- package/lib/vm-alarm-info/style/index.less +0 -16
- package/lib/vm-alarm-situation/api.js +0 -86
- package/lib/vm-alarm-situation/api.js.map +0 -1
- package/lib/vm-alarm-situation/index.js +0 -212
- package/lib/vm-alarm-situation/index.js.map +0 -1
- package/lib/vm-alarm-situation/style/css.js +0 -4
- package/lib/vm-alarm-situation/style/css.js.map +0 -1
- package/lib/vm-alarm-situation/style/index.css +0 -78
- package/lib/vm-alarm-situation/style/index.js +0 -4
- package/lib/vm-alarm-situation/style/index.js.map +0 -1
- package/lib/vm-alarm-situation/style/index.less +0 -67
- package/lib/vm-alarm-situation-pt/api.js +0 -73
- package/lib/vm-alarm-situation-pt/api.js.map +0 -1
- package/lib/vm-alarm-situation-pt/index.js +0 -145
- package/lib/vm-alarm-situation-pt/index.js.map +0 -1
- package/lib/vm-alarm-situation-pt/style/css.js +0 -4
- package/lib/vm-alarm-situation-pt/style/css.js.map +0 -1
- package/lib/vm-alarm-situation-pt/style/index.css +0 -79
- package/lib/vm-alarm-situation-pt/style/index.js +0 -4
- package/lib/vm-alarm-situation-pt/style/index.js.map +0 -1
- package/lib/vm-alarm-situation-pt/style/index.less +0 -65
- package/lib/vm-analysis-comparison/api.js +0 -177
- package/lib/vm-analysis-comparison/api.js.map +0 -1
- package/lib/vm-analysis-comparison/index.js +0 -368
- package/lib/vm-analysis-comparison/index.js.map +0 -1
- package/lib/vm-analysis-comparison/style/css.js +0 -4
- package/lib/vm-analysis-comparison/style/css.js.map +0 -1
- package/lib/vm-analysis-comparison/style/index.css +0 -13
- package/lib/vm-analysis-comparison/style/index.js +0 -4
- package/lib/vm-analysis-comparison/style/index.js.map +0 -1
- package/lib/vm-analysis-comparison/style/index.less +0 -12
- package/lib/vm-appraisal-info/AppraisalBase.js +0 -56
- package/lib/vm-appraisal-info/AppraisalBase.js.map +0 -1
- package/lib/vm-appraisal-info/AppraisalTop5.js +0 -68
- package/lib/vm-appraisal-info/AppraisalTop5.js.map +0 -1
- package/lib/vm-appraisal-info/List.js +0 -58
- package/lib/vm-appraisal-info/List.js.map +0 -1
- package/lib/vm-appraisal-info/ListKh.js +0 -174
- package/lib/vm-appraisal-info/ListKh.js.map +0 -1
- package/lib/vm-appraisal-info/ListZg.js +0 -177
- package/lib/vm-appraisal-info/ListZg.js.map +0 -1
- package/lib/vm-appraisal-info/Wtlx.js +0 -97
- package/lib/vm-appraisal-info/Wtlx.js.map +0 -1
- package/lib/vm-appraisal-info/Zgxxhz.js +0 -46
- package/lib/vm-appraisal-info/Zgxxhz.js.map +0 -1
- package/lib/vm-appraisal-info/api.js +0 -163
- package/lib/vm-appraisal-info/api.js.map +0 -1
- package/lib/vm-appraisal-info/imgs/1.png +0 -0
- package/lib/vm-appraisal-info/imgs/2.png +0 -0
- package/lib/vm-appraisal-info/imgs/3.png +0 -0
- package/lib/vm-appraisal-info/imgs/4.png +0 -0
- package/lib/vm-appraisal-info/imgs/5.png +0 -0
- package/lib/vm-appraisal-info/imgs/chart.png +0 -0
- package/lib/vm-appraisal-info/imgs/chart_active.png +0 -0
- package/lib/vm-appraisal-info/imgs/chart_active_light.png +0 -0
- package/lib/vm-appraisal-info/imgs/kfyz.png +0 -0
- package/lib/vm-appraisal-info/imgs/kfyz_light.png +0 -0
- package/lib/vm-appraisal-info/imgs/khcs.png +0 -0
- package/lib/vm-appraisal-info/imgs/khcs_light.png +0 -0
- package/lib/vm-appraisal-info/imgs/list.png +0 -0
- package/lib/vm-appraisal-info/imgs/list_active.png +0 -0
- package/lib/vm-appraisal-info/imgs/list_active_light.png +0 -0
- package/lib/vm-appraisal-info/imgs/ljkf.png +0 -0
- package/lib/vm-appraisal-info/imgs/ljkf_light.png +0 -0
- package/lib/vm-appraisal-info/imgs/wtlx.png +0 -0
- package/lib/vm-appraisal-info/imgs/wtlx_light.png +0 -0
- package/lib/vm-appraisal-info/imgs/zggd.png +0 -0
- package/lib/vm-appraisal-info/imgs/zggd_light.png +0 -0
- package/lib/vm-appraisal-info/index.js +0 -135
- package/lib/vm-appraisal-info/index.js.map +0 -1
- package/lib/vm-appraisal-info/style/css.js +0 -4
- package/lib/vm-appraisal-info/style/css.js.map +0 -1
- package/lib/vm-appraisal-info/style/index.css +0 -156
- package/lib/vm-appraisal-info/style/index.js +0 -4
- package/lib/vm-appraisal-info/style/index.js.map +0 -1
- package/lib/vm-appraisal-info/style/index.less +0 -136
- package/lib/vm-base-list/OpenArrow.js +0 -41
- package/lib/vm-base-list/OpenArrow.js.map +0 -1
- package/lib/vm-base-list/index.js +0 -85
- package/lib/vm-base-list/index.js.map +0 -1
- package/lib/vm-base-list/style/css.js +0 -4
- package/lib/vm-base-list/style/css.js.map +0 -1
- package/lib/vm-base-list/style/index.css +0 -41
- package/lib/vm-base-list/style/index.js +0 -4
- package/lib/vm-base-list/style/index.js.map +0 -1
- package/lib/vm-base-list/style/index.less +0 -39
- package/lib/vm-button/index.js +0 -26
- package/lib/vm-button/index.js.map +0 -1
- package/lib/vm-button/style/css.js +0 -4
- package/lib/vm-button/style/css.js.map +0 -1
- package/lib/vm-button/style/index.css +0 -26
- package/lib/vm-button/style/index.js +0 -4
- package/lib/vm-button/style/index.js.map +0 -1
- package/lib/vm-button/style/index.less +0 -20
- package/lib/vm-charts/Distribute1.js +0 -136
- package/lib/vm-charts/Distribute1.js.map +0 -1
- package/lib/vm-charts/Gauge1.js +0 -148
- package/lib/vm-charts/Gauge1.js.map +0 -1
- package/lib/vm-charts/Line.js +0 -211
- package/lib/vm-charts/Line.js.map +0 -1
- package/lib/vm-charts/Line1.js +0 -113
- package/lib/vm-charts/Line1.js.map +0 -1
- package/lib/vm-charts/Pie.js +0 -115
- package/lib/vm-charts/Pie.js.map +0 -1
- package/lib/vm-charts/index.css +0 -20
- package/lib/vm-charts/index.js +0 -42
- package/lib/vm-charts/index.js.map +0 -1
- package/lib/vm-charts/index.less +0 -30
- package/lib/vm-checkbox/index.js +0 -32
- package/lib/vm-checkbox/index.js.map +0 -1
- package/lib/vm-checkbox/style/css.js +0 -4
- package/lib/vm-checkbox/style/css.js.map +0 -1
- package/lib/vm-checkbox/style/index.css +0 -25
- package/lib/vm-checkbox/style/index.js +0 -4
- package/lib/vm-checkbox/style/index.js.map +0 -1
- package/lib/vm-checkbox/style/index.less +0 -25
- package/lib/vm-container/index.js +0 -33
- package/lib/vm-container/index.js.map +0 -1
- package/lib/vm-container/style/css.js +0 -4
- package/lib/vm-container/style/css.js.map +0 -1
- package/lib/vm-container/style/index.css +0 -31
- package/lib/vm-container/style/index.js +0 -4
- package/lib/vm-container/style/index.js.map +0 -1
- package/lib/vm-container/style/index.less +0 -30
- package/lib/vm-correlation-comparison/api.js +0 -236
- package/lib/vm-correlation-comparison/api.js.map +0 -1
- package/lib/vm-correlation-comparison/index.js +0 -308
- package/lib/vm-correlation-comparison/index.js.map +0 -1
- package/lib/vm-correlation-comparison/style/css.js +0 -4
- package/lib/vm-correlation-comparison/style/css.js.map +0 -1
- package/lib/vm-correlation-comparison/style/index.css +0 -19
- package/lib/vm-correlation-comparison/style/index.js +0 -4
- package/lib/vm-correlation-comparison/style/index.js.map +0 -1
- package/lib/vm-correlation-comparison/style/index.less +0 -13
- package/lib/vm-empty/index.js +0 -44
- package/lib/vm-empty/index.js.map +0 -1
- package/lib/vm-empty/style/css.js +0 -4
- package/lib/vm-empty/style/css.js.map +0 -1
- package/lib/vm-empty/style/index.css +0 -30
- package/lib/vm-empty/style/index.js +0 -4
- package/lib/vm-empty/style/index.js.map +0 -1
- package/lib/vm-empty/style/index.less +0 -23
- package/lib/vm-filter/index.js +0 -156
- package/lib/vm-filter/index.js.map +0 -1
- package/lib/vm-filter/style/css.js +0 -4
- package/lib/vm-filter/style/css.js.map +0 -1
- package/lib/vm-filter/style/index.css +0 -248
- package/lib/vm-filter/style/index.js +0 -4
- package/lib/vm-filter/style/index.js.map +0 -1
- package/lib/vm-filter/style/index.less +0 -293
- package/lib/vm-hooks/useSettings.js +0 -35
- package/lib/vm-hooks/useSettings.js.map +0 -1
- package/lib/vm-iframe-modal/index.js +0 -41
- package/lib/vm-iframe-modal/index.js.map +0 -1
- package/lib/vm-iframe-modal/style/css.js +0 -4
- package/lib/vm-iframe-modal/style/css.js.map +0 -1
- package/lib/vm-iframe-modal/style/index.css +0 -11
- package/lib/vm-iframe-modal/style/index.js +0 -4
- package/lib/vm-iframe-modal/style/index.js.map +0 -1
- package/lib/vm-iframe-modal/style/index.less +0 -9
- package/lib/vm-image-text/index.js +0 -42
- package/lib/vm-image-text/index.js.map +0 -1
- package/lib/vm-image-text/style/css.js +0 -4
- package/lib/vm-image-text/style/css.js.map +0 -1
- package/lib/vm-image-text/style/index.css +0 -35
- package/lib/vm-image-text/style/index.js +0 -4
- package/lib/vm-image-text/style/index.js.map +0 -1
- package/lib/vm-image-text/style/index.less +0 -32
- package/lib/vm-info-collection/index.js +0 -149
- package/lib/vm-info-collection/index.js.map +0 -1
- package/lib/vm-info-collection/style/css.js +0 -4
- package/lib/vm-info-collection/style/css.js.map +0 -1
- package/lib/vm-info-collection/style/index.css +0 -67
- package/lib/vm-info-collection/style/index.js +0 -4
- package/lib/vm-info-collection/style/index.js.map +0 -1
- package/lib/vm-info-collection/style/index.less +0 -47
- package/lib/vm-map/imgs/defaultMarker.png +0 -0
- package/lib/vm-map/index.js +0 -337
- package/lib/vm-map/index.js.map +0 -1
- package/lib/vm-map/mapStyle.js +0 -4723
- package/lib/vm-map/mapStyle.js.map +0 -1
- package/lib/vm-map/style/css.js +0 -4
- package/lib/vm-map/style/css.js.map +0 -1
- package/lib/vm-map/style/index.css +0 -3
- package/lib/vm-map/style/index.js +0 -4
- package/lib/vm-map/style/index.js.map +0 -1
- package/lib/vm-map/style/index.less +0 -3
- package/lib/vm-modal-table/index.js +0 -34
- package/lib/vm-modal-table/index.js.map +0 -1
- package/lib/vm-modal-table/style/css.js +0 -4
- package/lib/vm-modal-table/style/css.js.map +0 -1
- package/lib/vm-modal-table/style/index.css +0 -20
- package/lib/vm-modal-table/style/index.js +0 -4
- package/lib/vm-modal-table/style/index.js.map +0 -1
- package/lib/vm-modal-table/style/index.less +0 -23
- package/lib/vm-nodata/imgs/chart.png +0 -0
- package/lib/vm-nodata/imgs/default.png +0 -0
- package/lib/vm-nodata/index.js +0 -26
- package/lib/vm-nodata/index.js.map +0 -1
- package/lib/vm-radio/index.js +0 -27
- package/lib/vm-radio/index.js.map +0 -1
- package/lib/vm-radio/style/css.js +0 -4
- package/lib/vm-radio/style/css.js.map +0 -1
- package/lib/vm-radio/style/index.css +0 -21
- package/lib/vm-radio/style/index.js +0 -4
- package/lib/vm-radio/style/index.js.map +0 -1
- package/lib/vm-radio/style/index.less +0 -26
- package/lib/vm-real-time-monitor/api.js +0 -193
- package/lib/vm-real-time-monitor/api.js.map +0 -1
- package/lib/vm-real-time-monitor/index.js +0 -367
- package/lib/vm-real-time-monitor/index.js.map +0 -1
- package/lib/vm-real-time-monitor/style/css.js +0 -4
- package/lib/vm-real-time-monitor/style/css.js.map +0 -1
- package/lib/vm-real-time-monitor/style/index.css +0 -12
- package/lib/vm-real-time-monitor/style/index.js +0 -4
- package/lib/vm-real-time-monitor/style/index.js.map +0 -1
- package/lib/vm-real-time-monitor/style/index.less +0 -12
- package/lib/vm-repair-maintain/RmInfoSummary.js +0 -61
- package/lib/vm-repair-maintain/RmInfoSummary.js.map +0 -1
- package/lib/vm-repair-maintain/RmMonthTrend.js +0 -105
- package/lib/vm-repair-maintain/RmMonthTrend.js.map +0 -1
- package/lib/vm-repair-maintain/RmRecord.js +0 -156
- package/lib/vm-repair-maintain/RmRecord.js.map +0 -1
- package/lib/vm-repair-maintain/RmType.js +0 -105
- package/lib/vm-repair-maintain/RmType.js.map +0 -1
- package/lib/vm-repair-maintain/api.js +0 -94
- package/lib/vm-repair-maintain/api.js.map +0 -1
- package/lib/vm-repair-maintain/imgs/amount.png +0 -0
- package/lib/vm-repair-maintain/imgs/amount_light.png +0 -0
- package/lib/vm-repair-maintain/imgs/count.png +0 -0
- package/lib/vm-repair-maintain/imgs/count_light.png +0 -0
- package/lib/vm-repair-maintain/index.js +0 -55
- package/lib/vm-repair-maintain/index.js.map +0 -1
- package/lib/vm-repair-maintain/style/css.js +0 -4
- package/lib/vm-repair-maintain/style/css.js.map +0 -1
- package/lib/vm-repair-maintain/style/index.css +0 -123
- package/lib/vm-repair-maintain/style/index.js +0 -4
- package/lib/vm-repair-maintain/style/index.js.map +0 -1
- package/lib/vm-repair-maintain/style/index.less +0 -115
- package/lib/vm-round-content/index.js +0 -68
- package/lib/vm-round-content/index.js.map +0 -1
- package/lib/vm-round-content/style/css.js +0 -4
- package/lib/vm-round-content/style/css.js.map +0 -1
- package/lib/vm-round-content/style/index.css +0 -38
- package/lib/vm-round-content/style/index.js +0 -4
- package/lib/vm-round-content/style/index.js.map +0 -1
- package/lib/vm-round-content/style/index.less +0 -33
- package/lib/vm-row-col/index.js +0 -26
- package/lib/vm-row-col/index.js.map +0 -1
- package/lib/vm-row-col/style/css.js +0 -4
- package/lib/vm-row-col/style/css.js.map +0 -1
- package/lib/vm-row-col/style/index.css +0 -0
- package/lib/vm-row-col/style/index.js +0 -4
- package/lib/vm-row-col/style/index.js.map +0 -1
- package/lib/vm-row-col/style/index.less +0 -0
- package/lib/vm-select-device/index.js +0 -90
- package/lib/vm-select-device/index.js.map +0 -1
- package/lib/vm-select-device/style/css.js +0 -4
- package/lib/vm-select-device/style/css.js.map +0 -1
- package/lib/vm-select-device/style/index.css +0 -16
- package/lib/vm-select-device/style/index.js +0 -4
- package/lib/vm-select-device/style/index.js.map +0 -1
- package/lib/vm-select-device/style/index.less +0 -16
- package/lib/vm-sub-tabs/index.js +0 -40
- package/lib/vm-sub-tabs/index.js.map +0 -1
- package/lib/vm-sub-tabs/style/css.js +0 -4
- package/lib/vm-sub-tabs/style/css.js.map +0 -1
- package/lib/vm-sub-tabs/style/index.css +0 -137
- package/lib/vm-sub-tabs/style/index.js +0 -4
- package/lib/vm-sub-tabs/style/index.js.map +0 -1
- package/lib/vm-sub-tabs/style/index.less +0 -179
- package/lib/vm-sub-title/imgs/bg.png +0 -0
- package/lib/vm-sub-title/imgs/bg_blue.png +0 -0
- package/lib/vm-sub-title/imgs/bg_light.png +0 -0
- package/lib/vm-sub-title/index.js +0 -43
- package/lib/vm-sub-title/index.js.map +0 -1
- package/lib/vm-sub-title/style/css.js +0 -4
- package/lib/vm-sub-title/style/css.js.map +0 -1
- package/lib/vm-sub-title/style/index.css +0 -66
- package/lib/vm-sub-title/style/index.js +0 -4
- package/lib/vm-sub-title/style/index.js.map +0 -1
- package/lib/vm-sub-title/style/index.less +0 -68
- package/lib/vm-table/index.js +0 -194
- package/lib/vm-table/index.js.map +0 -1
- package/lib/vm-table/style/css.js +0 -4
- package/lib/vm-table/style/css.js.map +0 -1
- package/lib/vm-table/style/index.css +0 -255
- package/lib/vm-table/style/index.js +0 -4
- package/lib/vm-table/style/index.js.map +0 -1
- package/lib/vm-table/style/index.less +0 -315
- package/lib/vm-time-line/index.js +0 -25
- package/lib/vm-time-line/index.js.map +0 -1
- package/lib/vm-time-line/style/css.js +0 -4
- package/lib/vm-time-line/style/css.js.map +0 -1
- package/lib/vm-time-line/style/index.css +0 -0
- package/lib/vm-time-line/style/index.js +0 -4
- package/lib/vm-time-line/style/index.js.map +0 -1
- package/lib/vm-time-line/style/index.less +0 -0
- package/lib/vm-video/api.js +0 -29
- package/lib/vm-video/api.js.map +0 -1
- package/lib/vm-video/index.css +0 -165
- package/lib/vm-video/index.js +0 -37
- package/lib/vm-video/index.js.map +0 -1
- package/lib/vm-video/index.less +0 -36
- package/lib/vtx-base-info/imgs/tab_bg_light.png +0 -0
- package/lib/vtx-base-info/index.js +0 -62
- package/lib/vtx-base-info/index.js.map +0 -1
- package/lib/vtx-base-info/style/css.js +0 -4
- package/lib/vtx-base-info/style/css.js.map +0 -1
- package/lib/vtx-base-info/style/index.css +0 -73
- package/lib/vtx-base-info/style/index.js +0 -4
- package/lib/vtx-base-info/style/index.js.map +0 -1
- package/lib/vtx-base-info/style/index.less +0 -66
- package/lib/vtx-base-modal/api.js +0 -48
- package/lib/vtx-base-modal/api.js.map +0 -1
- package/lib/vtx-base-modal/config.js +0 -307
- package/lib/vtx-base-modal/config.js.map +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/alarm.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/alarm_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/alarm_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/base.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/base_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/base_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/cut_in.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/cut_in_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/cut_in_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/default.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/default_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/default_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/fenxi.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/fenxi_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/fenxi_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/gongdan.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/gongdan_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/gongdan_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/gongkuang.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/gongshi.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/gongshi_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/gongshi_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/jiliang.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/jiliang_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/jiliang_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/kaohe.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/kaohe_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/kaohe_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/kaoqin.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/maintenance.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/maintenance_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/maintenance_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/monitor.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/monitor_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/monitor_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/oil.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/oil_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/oil_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/paiban.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/paiban_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/paiban_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/pingjia.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/pingjia_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/pingjia_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/shebei.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/shebei_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/shebei_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/shouyun.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/shouyun_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/shouyun_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/sum.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/sum_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/sum_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/video.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/video_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/video_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/water.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/water_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/water_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/weigui.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/weigui_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/weigui_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/yichang.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/yichang_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/yichang_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/yunwei.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/yunwei_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/yunwei_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/zijian.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/zijian_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/zijian_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/alarm_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/alarm_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/base_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/base_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/cut_in_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/cut_in_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/default_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/default_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/fenxi_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/fenxi_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/gongdan_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/gongdan_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/gongkuang_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/gongkuang_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/gongshi_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/gongshi_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/jiliang_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/jiliang_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/kaohe_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/kaohe_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/kaoqin_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/kaoqin_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/maintenance_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/maintenance_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/monitor_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/monitor_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/oil_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/oil_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/paiban_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/paiban_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/pingjia_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/pingjia_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/shebei_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/shebei_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/shouyun_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/shouyun_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/sum_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/sum_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/video_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/video_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/water_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/water_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/weigui_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/weigui_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/yichang_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/yichang_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/yunwei_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/yunwei_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/zijian_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/zijian_light.svg +0 -1
- 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/close-dark.png +0 -0
- package/lib/vtx-base-modal/imgs/close.png +0 -0
- package/lib/vtx-base-modal/imgs/collect-blue.png +0 -0
- package/lib/vtx-base-modal/imgs/collect.png +0 -0
- package/lib/vtx-base-modal/imgs/collect_light.png +0 -0
- package/lib/vtx-base-modal/imgs/modal_bg.png +0 -0
- package/lib/vtx-base-modal/imgs/panoramaLink.png +0 -0
- package/lib/vtx-base-modal/imgs/tab_bg.png +0 -0
- package/lib/vtx-base-modal/imgs/tab_bg_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/tab_bg_light.png +0 -0
- package/lib/vtx-base-modal/imgs/title_bg.png +0 -0
- package/lib/vtx-base-modal/imgs/title_bg_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/track.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.map +0 -1
- package/lib/vtx-base-modal/style/css.js +0 -4
- package/lib/vtx-base-modal/style/css.js.map +0 -1
- package/lib/vtx-base-modal/style/index.css +0 -1264
- package/lib/vtx-base-modal/style/index.js.map +0 -1
- package/lib/vtx-car-modal/api.js.map +0 -1
- package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +0 -213
- package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +0 -1
- package/lib/vtx-car-modal/components/AlarmInfo/List.js +0 -187
- package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +0 -1
- package/lib/vtx-car-modal/components/AlarmInfo/index.css +0 -47
- package/lib/vtx-car-modal/components/AlarmInfo/index.js +0 -141
- package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +0 -1
- package/lib/vtx-car-modal/components/AlarmInfo/index.less +0 -40
- package/lib/vtx-car-modal/components/BaseInfo/Chain.js +0 -100
- package/lib/vtx-car-modal/components/BaseInfo/Chain.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/Charts.js +0 -95
- package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +0 -85
- package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js +0 -53
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js +0 -68
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +0 -127
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +0 -133
- package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js +0 -56
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +0 -117
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js +0 -138
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +0 -136
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +0 -147
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/index.css +0 -347
- package/lib/vtx-car-modal/components/BaseInfo/index.js +0 -289
- package/lib/vtx-car-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/index.less +0 -290
- package/lib/vtx-car-modal/components/Collection/index.css +0 -28
- package/lib/vtx-car-modal/components/Collection/index.js +0 -193
- package/lib/vtx-car-modal/components/Collection/index.js.map +0 -1
- package/lib/vtx-car-modal/components/Collection/index.less +0 -18
- package/lib/vtx-car-modal/components/DetailInfo/index.css +0 -19
- package/lib/vtx-car-modal/components/DetailInfo/index.js +0 -174
- package/lib/vtx-car-modal/components/DetailInfo/index.js.map +0 -1
- package/lib/vtx-car-modal/components/DetailInfo/index.less +0 -21
- package/lib/vtx-car-modal/components/Maintenance/index.css +0 -40
- package/lib/vtx-car-modal/components/Maintenance/index.js +0 -133
- package/lib/vtx-car-modal/components/Maintenance/index.js.map +0 -1
- package/lib/vtx-car-modal/components/Maintenance/index.less +0 -35
- package/lib/vtx-car-modal/components/OilConsumption/List.js +0 -89
- package/lib/vtx-car-modal/components/OilConsumption/List.js.map +0 -1
- package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +0 -119
- package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +0 -1
- package/lib/vtx-car-modal/components/OilConsumption/index.css +0 -36
- package/lib/vtx-car-modal/components/OilConsumption/index.js +0 -141
- package/lib/vtx-car-modal/components/OilConsumption/index.js.map +0 -1
- package/lib/vtx-car-modal/components/OilConsumption/index.less +0 -39
- package/lib/vtx-car-modal/components/StaticInfo/Charts.js +0 -83
- package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +0 -1
- package/lib/vtx-car-modal/components/StaticInfo/List.js +0 -91
- package/lib/vtx-car-modal/components/StaticInfo/List.js.map +0 -1
- package/lib/vtx-car-modal/components/StaticInfo/index.css +0 -103
- package/lib/vtx-car-modal/components/StaticInfo/index.js +0 -113
- package/lib/vtx-car-modal/components/StaticInfo/index.js.map +0 -1
- package/lib/vtx-car-modal/components/StaticInfo/index.less +0 -82
- package/lib/vtx-car-modal/components/WaterConsumption/index.css +0 -31
- package/lib/vtx-car-modal/components/WaterConsumption/index.js +0 -119
- package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +0 -1
- package/lib/vtx-car-modal/components/WaterConsumption/index.less +0 -25
- package/lib/vtx-car-modal/components/WorkInfo/CarJobExe.js +0 -120
- package/lib/vtx-car-modal/components/WorkInfo/CarJobExe.js.map +0 -1
- package/lib/vtx-car-modal/components/WorkInfo/CollectItem.js +0 -100
- package/lib/vtx-car-modal/components/WorkInfo/CollectItem.js.map +0 -1
- package/lib/vtx-car-modal/components/WorkInfo/SingleCollectItem.js +0 -88
- package/lib/vtx-car-modal/components/WorkInfo/SingleCollectItem.js.map +0 -1
- package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +0 -131
- package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +0 -1
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +0 -322
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +0 -1
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +0 -291
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +0 -1
- package/lib/vtx-car-modal/components/WorkInfo/index.css +0 -294
- package/lib/vtx-car-modal/components/WorkInfo/index.js +0 -34
- package/lib/vtx-car-modal/components/WorkInfo/index.js.map +0 -1
- package/lib/vtx-car-modal/components/WorkInfo/index.less +0 -286
- package/lib/vtx-car-modal/components/index.js +0 -70
- package/lib/vtx-car-modal/components/index.js.map +0 -1
- package/lib/vtx-car-modal/imgs/bglyh.png +0 -0
- package/lib/vtx-car-modal/imgs/bglyh_light.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar-hour.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar-mile.png +0 -0
- package/lib/vtx-car-modal/imgs/car.png +0 -0
- package/lib/vtx-car-modal/imgs/ccc.png +0 -0
- package/lib/vtx-car-modal/imgs/ccts.png +0 -0
- package/lib/vtx-car-modal/imgs/ccts_light.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.png +0 -0
- package/lib/vtx-car-modal/imgs/dqsd_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/dqsd_light.png +0 -0
- package/lib/vtx-car-modal/imgs/jrxs.png +0 -0
- package/lib/vtx-car-modal/imgs/jrxs_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/jrxs_light.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjdw.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjdw_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjdw_light.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjts.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjts_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjts_light.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjzl.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjzl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjzl_light.png +0 -0
- package/lib/vtx-car-modal/imgs/ljwgsc.png +0 -0
- package/lib/vtx-car-modal/imgs/ljwgsc_light.png +0 -0
- package/lib/vtx-car-modal/imgs/ljwgts.png +0 -0
- package/lib/vtx-car-modal/imgs/ljwgts_light.png +0 -0
- package/lib/vtx-car-modal/imgs/outTime.png +0 -0
- package/lib/vtx-car-modal/imgs/outTime_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/outTime_light.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.png +0 -0
- package/lib/vtx-car-modal/imgs/pjwcl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/pjwcl_light.png +0 -0
- package/lib/vtx-car-modal/imgs/position.png +0 -0
- package/lib/vtx-car-modal/imgs/position_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/position_light.png +0 -0
- package/lib/vtx-car-modal/imgs/refresh.png +0 -0
- package/lib/vtx-car-modal/imgs/refresh_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/refresh_light.png +0 -0
- package/lib/vtx-car-modal/imgs/runTime.png +0 -0
- package/lib/vtx-car-modal/imgs/runTime_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/runTime_light.png +0 -0
- package/lib/vtx-car-modal/imgs/syyl.png +0 -0
- package/lib/vtx-car-modal/imgs/syyl_light.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.png +0 -0
- package/lib/vtx-car-modal/imgs/wcl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/wcl_light.png +0 -0
- package/lib/vtx-car-modal/imgs/wgcs.png +0 -0
- package/lib/vtx-car-modal/imgs/wgcs_light.png +0 -0
- package/lib/vtx-car-modal/imgs/xslc.png +0 -0
- package/lib/vtx-car-modal/imgs/xslc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/xslc_light.png +0 -0
- package/lib/vtx-car-modal/imgs/ysdw.png +0 -0
- package/lib/vtx-car-modal/imgs/ysdw_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ysdw_light.png +0 -0
- package/lib/vtx-car-modal/imgs/ywcdw.png +0 -0
- package/lib/vtx-car-modal/imgs/ywcdw_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ywcdw_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zlc.png +0 -0
- package/lib/vtx-car-modal/imgs/zlc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zlc_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zld.png +0 -0
- package/lib/vtx-car-modal/imgs/zld_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zld_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zsh.png +0 -0
- package/lib/vtx-car-modal/imgs/zsh_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zycs.png +0 -0
- package/lib/vtx-car-modal/imgs/zycs_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zycs_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zycssc.png +0 -0
- package/lib/vtx-car-modal/imgs/zycssc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zycssc_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zyh.png +0 -0
- package/lib/vtx-car-modal/imgs/zyh_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zyl.png +0 -0
- package/lib/vtx-car-modal/imgs/zyl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zyl_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zylc.png +0 -0
- package/lib/vtx-car-modal/imgs/zylc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zylc_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zysc.png +0 -0
- package/lib/vtx-car-modal/imgs/zysc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zysc_light.png +0 -0
- package/lib/vtx-car-modal/index.js.map +0 -1
- package/lib/vtx-car-modal/style/css.js +0 -12
- package/lib/vtx-car-modal/style/css.js.map +0 -1
- package/lib/vtx-car-modal/style/index.css +0 -143
- package/lib/vtx-car-modal/style/index.js.map +0 -1
- package/lib/vtx-cc-cp-modal/api.js +0 -402
- package/lib/vtx-cc-cp-modal/api.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js +0 -152
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js +0 -122
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js +0 -151
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.css +0 -119
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js +0 -34
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.less +0 -108
- package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js +0 -76
- package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js +0 -44
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js +0 -48
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js +0 -125
- package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.css +0 -106
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js +0 -66
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +0 -95
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js +0 -130
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js +0 -122
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js +0 -151
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.css +0 -119
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js +0 -34
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.less +0 -108
- package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js +0 -118
- package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js +0 -123
- package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js +0 -147
- package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.css +0 -119
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js +0 -55
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.less +0 -108
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.css +0 -8
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +0 -124
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.less +0 -8
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +0 -129
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js +0 -117
- package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.css +0 -51
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.js +0 -83
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.less +0 -46
- package/lib/vtx-cc-cp-modal/components/index.js +0 -42
- package/lib/vtx-cc-cp-modal/components/index.js.map +0 -1
- package/lib/vtx-cc-cp-modal/index.js +0 -76
- package/lib/vtx-cc-cp-modal/index.js.map +0 -1
- package/lib/vtx-cc-cp-modal/style/css.js +0 -5
- package/lib/vtx-cc-cp-modal/style/css.js.map +0 -1
- package/lib/vtx-cc-cp-modal/style/index.css +0 -133
- package/lib/vtx-cc-cp-modal/style/index.js +0 -5
- package/lib/vtx-cc-cp-modal/style/index.js.map +0 -1
- package/lib/vtx-cc-cp-modal/style/index.less +0 -1
- package/lib/vtx-cc-cp-modal/type.js +0 -6
- package/lib/vtx-cc-cp-modal/type.js.map +0 -1
- package/lib/vtx-cp-modal/api.js.map +0 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +0 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +0 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +0 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/index.css +0 -119
- package/lib/vtx-cp-modal/components/AlarmInfo/index.js.map +0 -1
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +0 -1
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +0 -1
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +0 -1
- package/lib/vtx-cp-modal/components/BaseInfo/index.css +0 -166
- package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js +0 -198
- package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js.map +0 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +0 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +0 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.css +0 -119
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js.map +0 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.less +0 -109
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +0 -1
- package/lib/vtx-cp-modal/components/SyInfo/index.css +0 -54
- package/lib/vtx-cp-modal/components/SyInfo/index.js.map +0 -1
- package/lib/vtx-cp-modal/components/index.js.map +0 -1
- package/lib/vtx-cp-modal/imgs/all_rate.png +0 -0
- package/lib/vtx-cp-modal/imgs/all_rate_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/cy_car.png +0 -0
- package/lib/vtx-cp-modal/imgs/cy_rate.png +0 -0
- package/lib/vtx-cp-modal/imgs/cy_rate_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/khsw.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/qt_rate.png +0 -0
- package/lib/vtx-cp-modal/imgs/qt_rate_light.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/imgs/yh_rate.png +0 -0
- package/lib/vtx-cp-modal/imgs/yh_rate_light.png +0 -0
- package/lib/vtx-cp-modal/index.js.map +0 -1
- package/lib/vtx-cp-modal/style/css.js +0 -5
- package/lib/vtx-cp-modal/style/css.js.map +0 -1
- package/lib/vtx-cp-modal/style/index.css +0 -133
- package/lib/vtx-cp-modal/style/index.js.map +0 -1
- package/lib/vtx-default-modal/api.js.map +0 -1
- package/lib/vtx-default-modal/components/BaseInfo/index.css +0 -38
- package/lib/vtx-default-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-default-modal/components/index.js.map +0 -1
- package/lib/vtx-default-modal/index.js.map +0 -1
- package/lib/vtx-default-modal/style/css.js +0 -5
- package/lib/vtx-default-modal/style/css.js.map +0 -1
- package/lib/vtx-default-modal/style/index.css +0 -133
- package/lib/vtx-default-modal/style/index.js.map +0 -1
- package/lib/vtx-device-modal/api.js +0 -211
- package/lib/vtx-device-modal/api.js.map +0 -1
- package/lib/vtx-device-modal/components/BaseInfo/index.js +0 -50
- package/lib/vtx-device-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-device-modal/components/DataAnalysis/index.js +0 -84
- package/lib/vtx-device-modal/components/DataAnalysis/index.js.map +0 -1
- package/lib/vtx-device-modal/components/FacilityFile/index.js +0 -47
- package/lib/vtx-device-modal/components/FacilityFile/index.js.map +0 -1
- package/lib/vtx-device-modal/components/LiftInfo/index.js +0 -31
- package/lib/vtx-device-modal/components/LiftInfo/index.js.map +0 -1
- package/lib/vtx-device-modal/components/OverViewInfo/Left.js +0 -28
- package/lib/vtx-device-modal/components/OverViewInfo/Left.js.map +0 -1
- package/lib/vtx-device-modal/components/OverViewInfo/index.js +0 -102
- package/lib/vtx-device-modal/components/OverViewInfo/index.js.map +0 -1
- package/lib/vtx-device-modal/components/VideoInfo/index.js +0 -35
- package/lib/vtx-device-modal/components/VideoInfo/index.js.map +0 -1
- package/lib/vtx-device-modal/config.js +0 -48
- package/lib/vtx-device-modal/config.js.map +0 -1
- package/lib/vtx-device-modal/imgs/car.png +0 -0
- package/lib/vtx-device-modal/imgs/user.png +0 -0
- package/lib/vtx-device-modal/index.js +0 -75
- package/lib/vtx-device-modal/index.js.map +0 -1
- package/lib/vtx-device-modal/style/css.js +0 -4
- package/lib/vtx-device-modal/style/css.js.map +0 -1
- package/lib/vtx-device-modal/style/index.css +0 -11
- package/lib/vtx-device-modal/style/index.js +0 -4
- package/lib/vtx-device-modal/style/index.js.map +0 -1
- package/lib/vtx-device-modal/style/index.less +0 -7
- package/lib/vtx-device-modal/types.js +0 -6
- package/lib/vtx-device-modal/types.js.map +0 -1
- package/lib/vtx-df-modal/api.js.map +0 -1
- package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +0 -142
- package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +0 -1
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +0 -1
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +0 -1
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +0 -1
- package/lib/vtx-df-modal/components/BaseInfo/index.css +0 -171
- package/lib/vtx-df-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +0 -1
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +0 -1
- package/lib/vtx-df-modal/components/Metering/List.js.map +0 -1
- package/lib/vtx-df-modal/components/Metering/index.css +0 -96
- package/lib/vtx-df-modal/components/Metering/index.js.map +0 -1
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +0 -1
- package/lib/vtx-df-modal/components/WorkCondition/Situation.js +0 -108
- package/lib/vtx-df-modal/components/WorkCondition/Situation.js.map +0 -1
- package/lib/vtx-df-modal/components/WorkCondition/index.css +0 -151
- package/lib/vtx-df-modal/components/WorkCondition/index.js.map +0 -1
- package/lib/vtx-df-modal/components/index.js.map +0 -1
- package/lib/vtx-df-modal/imgs/cljcbj.png +0 -0
- package/lib/vtx-df-modal/imgs/jcbj.png +0 -0
- package/lib/vtx-df-modal/imgs/jcbj_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/jcbj_light.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc_light.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl_light.png +0 -0
- package/lib/vtx-df-modal/imgs/rjjcl.png +0 -0
- package/lib/vtx-df-modal/imgs/rjjcl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/rjjcl_light.png +0 -0
- package/lib/vtx-df-modal/imgs/sjnl.png +0 -0
- package/lib/vtx-df-modal/imgs/sjnl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/sjnl_light.png +0 -0
- package/lib/vtx-df-modal/imgs/yxzbbj.png +0 -0
- package/lib/vtx-df-modal/imgs/zbbj.png +0 -0
- package/lib/vtx-df-modal/imgs/zbbj_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/zbbj_light.png +0 -0
- package/lib/vtx-df-modal/imgs/zjccc.png +0 -0
- package/lib/vtx-df-modal/imgs/zjccc_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/zjccc_light.png +0 -0
- package/lib/vtx-df-modal/imgs/zjcl.png +0 -0
- package/lib/vtx-df-modal/imgs/zjcl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/zjcl_light.png +0 -0
- package/lib/vtx-df-modal/index.js.map +0 -1
- package/lib/vtx-df-modal/style/css.js +0 -7
- package/lib/vtx-df-modal/style/css.js.map +0 -1
- package/lib/vtx-df-modal/style/index.css +0 -133
- package/lib/vtx-df-modal/style/index.js.map +0 -1
- package/lib/vtx-facility-modal/api.js +0 -117
- package/lib/vtx-facility-modal/api.js.map +0 -1
- package/lib/vtx-facility-modal/components/OverView/Left.js +0 -52
- package/lib/vtx-facility-modal/components/OverView/Left.js.map +0 -1
- package/lib/vtx-facility-modal/components/OverView/index.css +0 -136
- package/lib/vtx-facility-modal/components/OverView/index.js +0 -312
- package/lib/vtx-facility-modal/components/OverView/index.js.map +0 -1
- package/lib/vtx-facility-modal/components/OverView/index.less +0 -120
- package/lib/vtx-facility-modal/components/index.js +0 -14
- package/lib/vtx-facility-modal/components/index.js.map +0 -1
- package/lib/vtx-facility-modal/config.js +0 -65
- package/lib/vtx-facility-modal/config.js.map +0 -1
- package/lib/vtx-facility-modal/imgs/car.png +0 -0
- package/lib/vtx-facility-modal/imgs/default.png +0 -0
- package/lib/vtx-facility-modal/imgs/user.png +0 -0
- package/lib/vtx-facility-modal/index.js +0 -51
- package/lib/vtx-facility-modal/index.js.map +0 -1
- package/lib/vtx-facility-modal/style/css.js +0 -5
- package/lib/vtx-facility-modal/style/css.js.map +0 -1
- package/lib/vtx-facility-modal/style/index.css +0 -0
- package/lib/vtx-facility-modal/style/index.js +0 -5
- package/lib/vtx-facility-modal/style/index.js.map +0 -1
- package/lib/vtx-facility-modal/style/index.less +0 -1
- package/lib/vtx-facility-modal/types.js +0 -6
- package/lib/vtx-facility-modal/types.js.map +0 -1
- package/lib/vtx-housing-estate-modal/api.js +0 -538
- package/lib/vtx-housing-estate-modal/api.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +0 -406
- package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js +0 -208
- package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/MY.js +0 -289
- package/lib/vtx-housing-estate-modal/components/Alarm/MY.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js +0 -33
- package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/index.css +0 -81
- package/lib/vtx-housing-estate-modal/components/Alarm/index.js +0 -102
- package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/index.less +0 -66
- package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +0 -323
- package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Left.js +0 -90
- package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +0 -120
- package/lib/vtx-housing-estate-modal/components/OverView/Manage.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +0 -238
- package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Trend.js +0 -59
- package/lib/vtx-housing-estate-modal/components/OverView/Trend.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/OverView/index.css +0 -329
- package/lib/vtx-housing-estate-modal/components/OverView/index.js +0 -45
- package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/OverView/index.less +0 -256
- package/lib/vtx-housing-estate-modal/components/SPJK/index.css +0 -4
- package/lib/vtx-housing-estate-modal/components/SPJK/index.js +0 -57
- package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/SPJK/index.less +0 -6
- package/lib/vtx-housing-estate-modal/components/TFRD/index.css +0 -21
- package/lib/vtx-housing-estate-modal/components/TFRD/index.js +0 -138
- package/lib/vtx-housing-estate-modal/components/TFRD/index.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/TFRD/index.less +0 -15
- package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +0 -59
- package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/WGGS/index.css +0 -43
- package/lib/vtx-housing-estate-modal/components/WGGS/index.js +0 -103
- package/lib/vtx-housing-estate-modal/components/WGGS/index.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/WGGS/index.less +0 -38
- package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +0 -68
- package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/index.css +0 -114
- package/lib/vtx-housing-estate-modal/components/WGXW/index.js +0 -146
- package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/index.less +0 -102
- package/lib/vtx-housing-estate-modal/components/index.js +0 -49
- package/lib/vtx-housing-estate-modal/components/index.js.map +0 -1
- package/lib/vtx-housing-estate-modal/config.js +0 -85
- package/lib/vtx-housing-estate-modal/config.js.map +0 -1
- package/lib/vtx-housing-estate-modal/imgs/BOTTLE.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/CAN.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/NAPKIN.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/PLASTIC_BAG.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/avatar_empty.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/black-rank.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/bucket-cylj.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/bucket-khsw.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/bucket-qtlj.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/bucket-yhlj.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/cylj-bg.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/cylj.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/cywpd.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/garbage_default.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/ht.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/khsw-bg.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/khsw.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/left-ddypz.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/left-tfdmd.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-bg-1.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-bg-2.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-gzcx.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-hjgl.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-hmd.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-wgmsr.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-yyxj.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/my.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/pie-chart-bg.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/qtlj-bg.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/qtlj.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/rank-bg.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/tfd.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/twtf.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/wstf.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/yhlj-bg.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/yhlj.png +0 -0
- package/lib/vtx-housing-estate-modal/index.js +0 -105
- package/lib/vtx-housing-estate-modal/index.js.map +0 -1
- package/lib/vtx-housing-estate-modal/style/css.js +0 -7
- package/lib/vtx-housing-estate-modal/style/css.js.map +0 -1
- package/lib/vtx-housing-estate-modal/style/index.css +0 -0
- package/lib/vtx-housing-estate-modal/style/index.js +0 -7
- package/lib/vtx-housing-estate-modal/style/index.js.map +0 -1
- package/lib/vtx-housing-estate-modal/style/index.less +0 -1
- package/lib/vtx-housing-estate-modal/types.js +0 -6
- package/lib/vtx-housing-estate-modal/types.js.map +0 -1
- package/lib/vtx-kh-modal/api.js +0 -73
- package/lib/vtx-kh-modal/api.js.map +0 -1
- package/lib/vtx-kh-modal/components/BaseInfo/index.css +0 -69
- package/lib/vtx-kh-modal/components/BaseInfo/index.js +0 -95
- package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-kh-modal/components/BaseInfo/index.less +0 -66
- package/lib/vtx-kh-modal/components/index.js +0 -14
- package/lib/vtx-kh-modal/components/index.js.map +0 -1
- package/lib/vtx-kh-modal/index.js +0 -95
- package/lib/vtx-kh-modal/index.js.map +0 -1
- package/lib/vtx-kh-modal/style/css.js +0 -5
- package/lib/vtx-kh-modal/style/css.js.map +0 -1
- package/lib/vtx-kh-modal/style/index.css +0 -133
- package/lib/vtx-kh-modal/style/index.js +0 -5
- package/lib/vtx-kh-modal/style/index.js.map +0 -1
- package/lib/vtx-kh-modal/style/index.less +0 -1
- package/lib/vtx-pump-modal/api.js +0 -331
- package/lib/vtx-pump-modal/api.js.map +0 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js +0 -160
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js.map +0 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js +0 -241
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js.map +0 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/index.css +0 -98
- package/lib/vtx-pump-modal/components/AlarmRecord/index.js +0 -152
- package/lib/vtx-pump-modal/components/AlarmRecord/index.js.map +0 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/index.less +0 -96
- package/lib/vtx-pump-modal/components/Basic/JyqInfo.js +0 -252
- package/lib/vtx-pump-modal/components/Basic/JyqInfo.js.map +0 -1
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js +0 -173
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js.map +0 -1
- package/lib/vtx-pump-modal/components/Basic/SxInfo.js +0 -92
- package/lib/vtx-pump-modal/components/Basic/SxInfo.js.map +0 -1
- package/lib/vtx-pump-modal/components/Basic/XqInfo.js +0 -75
- package/lib/vtx-pump-modal/components/Basic/XqInfo.js.map +0 -1
- package/lib/vtx-pump-modal/components/Basic/index.css +0 -90
- package/lib/vtx-pump-modal/components/Basic/index.js +0 -79
- package/lib/vtx-pump-modal/components/Basic/index.js.map +0 -1
- package/lib/vtx-pump-modal/components/Basic/index.less +0 -74
- package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js +0 -185
- package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js.map +0 -1
- package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js +0 -187
- package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js.map +0 -1
- package/lib/vtx-pump-modal/components/Sbxl/index.css +0 -88
- package/lib/vtx-pump-modal/components/Sbxl/index.js +0 -163
- package/lib/vtx-pump-modal/components/Sbxl/index.js.map +0 -1
- package/lib/vtx-pump-modal/components/Sbxl/index.less +0 -90
- package/lib/vtx-pump-modal/components/Sjfx/index.css +0 -63
- package/lib/vtx-pump-modal/components/Sjfx/index.js +0 -698
- package/lib/vtx-pump-modal/components/Sjfx/index.js.map +0 -1
- package/lib/vtx-pump-modal/components/Sjfx/index.less +0 -60
- package/lib/vtx-pump-modal/components/Sxyx/index.css +0 -169
- package/lib/vtx-pump-modal/components/Sxyx/index.js +0 -285
- package/lib/vtx-pump-modal/components/Sxyx/index.js.map +0 -1
- package/lib/vtx-pump-modal/components/Sxyx/index.less +0 -161
- package/lib/vtx-pump-modal/components/index.js +0 -42
- package/lib/vtx-pump-modal/components/index.js.map +0 -1
- package/lib/vtx-pump-modal/config.js +0 -103
- package/lib/vtx-pump-modal/config.js.map +0 -1
- package/lib/vtx-pump-modal/imgs/bucket.png +0 -0
- package/lib/vtx-pump-modal/imgs/carNum.png +0 -0
- package/lib/vtx-pump-modal/imgs/historyIcon.png +0 -0
- package/lib/vtx-pump-modal/imgs/lineIcon.png +0 -0
- package/lib/vtx-pump-modal/imgs/weigh.png +0 -0
- package/lib/vtx-pump-modal/index.js +0 -99
- package/lib/vtx-pump-modal/index.js.map +0 -1
- package/lib/vtx-pump-modal/style/css.js +0 -5
- package/lib/vtx-pump-modal/style/css.js.map +0 -1
- package/lib/vtx-pump-modal/style/index.css +0 -0
- package/lib/vtx-pump-modal/style/index.js +0 -5
- package/lib/vtx-pump-modal/style/index.js.map +0 -1
- package/lib/vtx-pump-modal/style/index.less +0 -1
- package/lib/vtx-pump-modal/type.js +0 -6
- package/lib/vtx-pump-modal/type.js.map +0 -1
- package/lib/vtx-restaurant-modal/api.js +0 -170
- package/lib/vtx-restaurant-modal/api.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +0 -49
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +0 -78
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +0 -92
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Alarm/index.css +0 -48
- package/lib/vtx-restaurant-modal/components/Alarm/index.js +0 -73
- package/lib/vtx-restaurant-modal/components/Alarm/index.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Alarm/index.less +0 -35
- package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +0 -61
- package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Basic/Info.js +0 -56
- package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js +0 -66
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Basic/index.css +0 -80
- package/lib/vtx-restaurant-modal/components/Basic/index.js +0 -47
- package/lib/vtx-restaurant-modal/components/Basic/index.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Basic/index.less +0 -59
- package/lib/vtx-restaurant-modal/components/Collection/Charts.js +0 -154
- package/lib/vtx-restaurant-modal/components/Collection/Charts.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Collection/List.js +0 -37
- package/lib/vtx-restaurant-modal/components/Collection/List.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Collection/index.css +0 -40
- package/lib/vtx-restaurant-modal/components/Collection/index.js +0 -88
- package/lib/vtx-restaurant-modal/components/Collection/index.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Collection/index.less +0 -29
- package/lib/vtx-restaurant-modal/components/index.js +0 -28
- package/lib/vtx-restaurant-modal/components/index.js.map +0 -1
- package/lib/vtx-restaurant-modal/config.js +0 -56
- package/lib/vtx-restaurant-modal/config.js.map +0 -1
- package/lib/vtx-restaurant-modal/imgs/bucket.png +0 -0
- package/lib/vtx-restaurant-modal/imgs/carNum.png +0 -0
- package/lib/vtx-restaurant-modal/imgs/weigh.png +0 -0
- package/lib/vtx-restaurant-modal/index.js +0 -64
- package/lib/vtx-restaurant-modal/index.js.map +0 -1
- package/lib/vtx-restaurant-modal/style/css.js +0 -5
- package/lib/vtx-restaurant-modal/style/css.js.map +0 -1
- package/lib/vtx-restaurant-modal/style/index.css +0 -0
- package/lib/vtx-restaurant-modal/style/index.js +0 -5
- package/lib/vtx-restaurant-modal/style/index.js.map +0 -1
- package/lib/vtx-restaurant-modal/style/index.less +0 -1
- package/lib/vtx-restaurant-modal/type.js +0 -6
- package/lib/vtx-restaurant-modal/type.js.map +0 -1
- package/lib/vtx-road-modal/api.js.map +0 -1
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +0 -1
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +0 -162
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +0 -1
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +0 -98
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +0 -1
- package/lib/vtx-road-modal/components/BaseInfo/index.css +0 -176
- package/lib/vtx-road-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-road-modal/components/Statistical/Zylc.js +0 -152
- package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +0 -1
- package/lib/vtx-road-modal/components/Statistical/Zywcl.js +0 -119
- package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +0 -1
- package/lib/vtx-road-modal/components/Statistical/index.css +0 -130
- package/lib/vtx-road-modal/components/Statistical/index.js.map +0 -1
- package/lib/vtx-road-modal/components/index.js.map +0 -1
- package/lib/vtx-road-modal/imgs/actual.png +0 -0
- package/lib/vtx-road-modal/imgs/actual_light.png +0 -0
- package/lib/vtx-road-modal/imgs/all_rate.png +0 -0
- package/lib/vtx-road-modal/imgs/all_rate_light.png +0 -0
- package/lib/vtx-road-modal/imgs/cx_rate.png +0 -0
- package/lib/vtx-road-modal/imgs/cx_rate_light.png +0 -0
- package/lib/vtx-road-modal/imgs/js.png +0 -0
- package/lib/vtx-road-modal/imgs/plan.png +0 -0
- package/lib/vtx-road-modal/imgs/plan_light.png +0 -0
- package/lib/vtx-road-modal/imgs/ss.png +0 -0
- package/lib/vtx-road-modal/imgs/ss_rate.png +0 -0
- package/lib/vtx-road-modal/imgs/ss_rate_light.png +0 -0
- package/lib/vtx-road-modal/imgs/track.png +0 -0
- package/lib/vtx-road-modal/imgs/wp.png +0 -0
- package/lib/vtx-road-modal/imgs/xs.png +0 -0
- package/lib/vtx-road-modal/imgs/xs_rate.png +0 -0
- package/lib/vtx-road-modal/imgs/xs_rate_light.png +0 -0
- package/lib/vtx-road-modal/index.js.map +0 -1
- package/lib/vtx-road-modal/style/css.js +0 -6
- package/lib/vtx-road-modal/style/css.js.map +0 -1
- package/lib/vtx-road-modal/style/index.css +0 -133
- package/lib/vtx-road-modal/style/index.js.map +0 -1
- package/lib/vtx-staff-modal/api.js.map +0 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +0 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/List.js.map +0 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/index.css +0 -27
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +0 -1
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +0 -1
- package/lib/vtx-staff-modal/components/Attendance/Record.js.map +0 -1
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +0 -1
- package/lib/vtx-staff-modal/components/Attendance/index.css +0 -21
- package/lib/vtx-staff-modal/components/Attendance/index.js.map +0 -1
- package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +0 -116
- package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +0 -1
- package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js +0 -40
- package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js.map +0 -1
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +0 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.css +0 -162
- package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-staff-modal/components/Equipment/index.css +0 -28
- package/lib/vtx-staff-modal/components/Equipment/index.js.map +0 -1
- package/lib/vtx-staff-modal/components/index.js.map +0 -1
- package/lib/vtx-staff-modal/imgs/position.png +0 -0
- package/lib/vtx-staff-modal/imgs/refresh.png +0 -0
- package/lib/vtx-staff-modal/imgs/rjzx.png +0 -0
- package/lib/vtx-staff-modal/imgs/rjzx_light.png +0 -0
- package/lib/vtx-staff-modal/imgs/staff.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayOnline.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayOnline_light.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayWork.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayWork_light.png +0 -0
- package/lib/vtx-staff-modal/imgs/zzx.png +0 -0
- package/lib/vtx-staff-modal/imgs/zzx_light.png +0 -0
- package/lib/vtx-staff-modal/index.js.map +0 -1
- package/lib/vtx-staff-modal/style/css.js +0 -8
- package/lib/vtx-staff-modal/style/css.js.map +0 -1
- package/lib/vtx-staff-modal/style/index.css +0 -133
- package/lib/vtx-staff-modal/style/index.js.map +0 -1
- package/lib/vtx-theme-provider/index.js +0 -24
- package/lib/vtx-theme-provider/index.js.map +0 -1
- package/lib/vtx-throw-point-modal/api.js +0 -572
- package/lib/vtx-throw-point-modal/api.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js +0 -389
- package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/Alarm/LDB.js +0 -208
- package/lib/vtx-throw-point-modal/components/Alarm/LDB.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/Alarm/MY.js +0 -290
- package/lib/vtx-throw-point-modal/components/Alarm/MY.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/Alarm/Rank.js +0 -33
- package/lib/vtx-throw-point-modal/components/Alarm/Rank.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/Alarm/index.css +0 -83
- package/lib/vtx-throw-point-modal/components/Alarm/index.js +0 -102
- package/lib/vtx-throw-point-modal/components/Alarm/index.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/Alarm/index.less +0 -69
- package/lib/vtx-throw-point-modal/components/OverView/Hot.js +0 -311
- package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/OverView/Left.js +0 -121
- package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/OverView/Manage.js +0 -117
- package/lib/vtx-throw-point-modal/components/OverView/Manage.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +0 -220
- package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/OverView/Trend.js +0 -59
- package/lib/vtx-throw-point-modal/components/OverView/Trend.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/OverView/index.css +0 -409
- package/lib/vtx-throw-point-modal/components/OverView/index.js +0 -43
- package/lib/vtx-throw-point-modal/components/OverView/index.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/OverView/index.less +0 -331
- package/lib/vtx-throw-point-modal/components/SBZJ/Content.js +0 -83
- package/lib/vtx-throw-point-modal/components/SBZJ/Content.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/SBZJ/index.css +0 -106
- package/lib/vtx-throw-point-modal/components/SBZJ/index.js +0 -331
- package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/SBZJ/index.less +0 -92
- package/lib/vtx-throw-point-modal/components/TFRD/index.css +0 -21
- package/lib/vtx-throw-point-modal/components/TFRD/index.js +0 -135
- package/lib/vtx-throw-point-modal/components/TFRD/index.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/TFRD/index.less +0 -15
- package/lib/vtx-throw-point-modal/components/WGGS/Content.js +0 -56
- package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/WGGS/index.css +0 -43
- package/lib/vtx-throw-point-modal/components/WGGS/index.js +0 -89
- package/lib/vtx-throw-point-modal/components/WGGS/index.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/WGGS/index.less +0 -38
- package/lib/vtx-throw-point-modal/components/WGXW/Content.js +0 -66
- package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/WGXW/index.css +0 -114
- package/lib/vtx-throw-point-modal/components/WGXW/index.js +0 -132
- package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/WGXW/index.less +0 -102
- package/lib/vtx-throw-point-modal/components/index.js +0 -49
- package/lib/vtx-throw-point-modal/components/index.js.map +0 -1
- package/lib/vtx-throw-point-modal/config.js +0 -64
- package/lib/vtx-throw-point-modal/config.js.map +0 -1
- package/lib/vtx-throw-point-modal/imgs/BOTTLE.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/CAN.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/NAPKIN.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/PLASTIC_BAG.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/avatar_empty.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/black-rank.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/bucket-cylj.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/bucket-khsw.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/bucket-qtlj.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/bucket-yhlj.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/camera.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/cylj-bg.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/cylj.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/cywpd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/disconnect.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/error.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/fangzi.gif +0 -0
- package/lib/vtx-throw-point-modal/imgs/garbage_default.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/getway.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/getwayBox.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/host.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/ht-tfd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/ht.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/khsw-bg.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/khsw.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/lamp.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/left-ddypz.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/left-tfdmd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/manage-bg-1.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/manage-bg-2.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/manage-gzcx.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/manage-hjgl.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/manage-hmd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/manage-wgmsr.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/manage-yyxj.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/my-tfd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/my.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/pie-chart-bg.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/point.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/qtlj-bg.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/qtlj.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/rank-bg.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/screen.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/tfd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/throwPoint.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/tingzi.gif +0 -0
- package/lib/vtx-throw-point-modal/imgs/toukou.gif +0 -0
- package/lib/vtx-throw-point-modal/imgs/twtf-tfd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/twtf.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/window.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/wpd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/wstf-tfd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/wstf.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/yhlj-bg.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/yhlj.png +0 -0
- package/lib/vtx-throw-point-modal/index.js +0 -136
- package/lib/vtx-throw-point-modal/index.js.map +0 -1
- package/lib/vtx-throw-point-modal/style/css.js +0 -7
- package/lib/vtx-throw-point-modal/style/css.js.map +0 -1
- package/lib/vtx-throw-point-modal/style/index.css +0 -0
- package/lib/vtx-throw-point-modal/style/index.js +0 -7
- package/lib/vtx-throw-point-modal/style/index.js.map +0 -1
- package/lib/vtx-throw-point-modal/style/index.less +0 -1
- package/lib/vtx-throw-point-modal/types.js +0 -6
- package/lib/vtx-throw-point-modal/types.js.map +0 -1
- package/lib/vtx-wr-modal/api.js +0 -415
- package/lib/vtx-wr-modal/api.js.map +0 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js +0 -251
- package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js.map +0 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +0 -112
- package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +0 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +0 -181
- package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +0 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/index.css +0 -117
- package/lib/vtx-wr-modal/components/AlarmInfo/index.js +0 -45
- package/lib/vtx-wr-modal/components/AlarmInfo/index.js.map +0 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/index.less +0 -106
- package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +0 -125
- package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +0 -49
- package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +0 -117
- package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfo/index.css +0 -162
- package/lib/vtx-wr-modal/components/BaseInfo/index.js +0 -330
- package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfo/index.less +0 -142
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js +0 -80
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js +0 -182
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js +0 -321
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js +0 -139
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js +0 -49
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js +0 -32
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js +0 -123
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.css +0 -672
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.js +0 -127
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.less +0 -570
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js +0 -119
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js +0 -286
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js +0 -54
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js +0 -364
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js +0 -159
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js +0 -220
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.css +0 -319
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js +0 -112
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.less +0 -320
- package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js +0 -103
- package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js.map +0 -1
- package/lib/vtx-wr-modal/components/Evaluate/Radar.js +0 -69
- package/lib/vtx-wr-modal/components/Evaluate/Radar.js.map +0 -1
- package/lib/vtx-wr-modal/components/Evaluate/Summary.js +0 -143
- package/lib/vtx-wr-modal/components/Evaluate/Summary.js.map +0 -1
- package/lib/vtx-wr-modal/components/Evaluate/index.css +0 -124
- package/lib/vtx-wr-modal/components/Evaluate/index.js +0 -48
- package/lib/vtx-wr-modal/components/Evaluate/index.js.map +0 -1
- package/lib/vtx-wr-modal/components/Evaluate/index.less +0 -124
- package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +0 -158
- package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +0 -1
- package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +0 -164
- package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +0 -1
- package/lib/vtx-wr-modal/components/Monitor/index.css +0 -106
- package/lib/vtx-wr-modal/components/Monitor/index.js +0 -27
- package/lib/vtx-wr-modal/components/Monitor/index.js.map +0 -1
- package/lib/vtx-wr-modal/components/Monitor/index.less +0 -82
- package/lib/vtx-wr-modal/components/Score/index.css +0 -133
- package/lib/vtx-wr-modal/components/Score/index.js +0 -248
- package/lib/vtx-wr-modal/components/Score/index.js.map +0 -1
- package/lib/vtx-wr-modal/components/Score/index.less +0 -134
- package/lib/vtx-wr-modal/components/Ztt/index.js +0 -27
- package/lib/vtx-wr-modal/components/Ztt/index.js.map +0 -1
- package/lib/vtx-wr-modal/components/index.js +0 -63
- package/lib/vtx-wr-modal/components/index.js.map +0 -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/address.png +0 -0
- package/lib/vtx-wr-modal/imgs/alarm.png +0 -0
- package/lib/vtx-wr-modal/imgs/bad.png +0 -0
- package/lib/vtx-wr-modal/imgs/chart_bg.png +0 -0
- package/lib/vtx-wr-modal/imgs/cqzf.png +0 -0
- package/lib/vtx-wr-modal/imgs/cqzm.png +0 -0
- package/lib/vtx-wr-modal/imgs/daMen.png +0 -0
- package/lib/vtx-wr-modal/imgs/dswsj.png +0 -0
- package/lib/vtx-wr-modal/imgs/dwm.png +0 -0
- package/lib/vtx-wr-modal/imgs/dww.png +0 -0
- package/lib/vtx-wr-modal/imgs/electric.png +0 -0
- package/lib/vtx-wr-modal/imgs/electric_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/female.png +0 -0
- package/lib/vtx-wr-modal/imgs/femaleB.png +0 -0
- package/lib/vtx-wr-modal/imgs/female_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/good.png +0 -0
- package/lib/vtx-wr-modal/imgs/humidity.png +0 -0
- package/lib/vtx-wr-modal/imgs/humidity_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/level1.png +0 -0
- package/lib/vtx-wr-modal/imgs/level2.png +0 -0
- package/lib/vtx-wr-modal/imgs/level3.png +0 -0
- package/lib/vtx-wr-modal/imgs/level4.png +0 -0
- package/lib/vtx-wr-modal/imgs/level5.png +0 -0
- package/lib/vtx-wr-modal/imgs/lhqf.png +0 -0
- package/lib/vtx-wr-modal/imgs/lhqm.png +0 -0
- package/lib/vtx-wr-modal/imgs/male.png +0 -0
- package/lib/vtx-wr-modal/imgs/maleB.png +0 -0
- package/lib/vtx-wr-modal/imgs/male_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/man.png +0 -0
- package/lib/vtx-wr-modal/imgs/mys.png +0 -0
- package/lib/vtx-wr-modal/imgs/pmf.png +0 -0
- package/lib/vtx-wr-modal/imgs/pmm.png +0 -0
- package/lib/vtx-wr-modal/imgs/point.png +0 -0
- package/lib/vtx-wr-modal/imgs/qf.png +0 -0
- package/lib/vtx-wr-modal/imgs/qm.png +0 -0
- package/lib/vtx-wr-modal/imgs/realtime_bg.png +0 -0
- package/lib/vtx-wr-modal/imgs/realtime_bg_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/rllf.png +0 -0
- package/lib/vtx-wr-modal/imgs/rllm.png +0 -0
- package/lib/vtx-wr-modal/imgs/score_avg.png +0 -0
- package/lib/vtx-wr-modal/imgs/score_avg_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/sdf.png +0 -0
- package/lib/vtx-wr-modal/imgs/sdm.png +0 -0
- package/lib/vtx-wr-modal/imgs/stench.png +0 -0
- package/lib/vtx-wr-modal/imgs/stench_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/temperature.png +0 -0
- package/lib/vtx-wr-modal/imgs/temperature_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/time.png +0 -0
- package/lib/vtx-wr-modal/imgs/titleBg.png +0 -0
- package/lib/vtx-wr-modal/imgs/traffic.png +0 -0
- package/lib/vtx-wr-modal/imgs/traffic_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/water.png +0 -0
- package/lib/vtx-wr-modal/imgs/water_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/wdf.png +0 -0
- package/lib/vtx-wr-modal/imgs/wdm.png +0 -0
- package/lib/vtx-wr-modal/imgs/woman.png +0 -0
- package/lib/vtx-wr-modal/imgs/women.png +0 -0
- package/lib/vtx-wr-modal/imgs/xbd.png +0 -0
- package/lib/vtx-wr-modal/imgs/ydlf.png +0 -0
- package/lib/vtx-wr-modal/imgs/ydlm.png +0 -0
- package/lib/vtx-wr-modal/imgs/yingYe.png +0 -0
- package/lib/vtx-wr-modal/imgs/yslf.png +0 -0
- package/lib/vtx-wr-modal/imgs/yslm.png +0 -0
- package/lib/vtx-wr-modal/imgs/zsp.png +0 -0
- package/lib/vtx-wr-modal/imgs/zwm.png +0 -0
- package/lib/vtx-wr-modal/imgs/zww.png +0 -0
- package/lib/vtx-wr-modal/index.js +0 -250
- package/lib/vtx-wr-modal/index.js.map +0 -1
- package/lib/vtx-wr-modal/style/css.js +0 -9
- package/lib/vtx-wr-modal/style/css.js.map +0 -1
- package/lib/vtx-wr-modal/style/index.css +0 -133
- package/lib/vtx-wr-modal/style/index.js +0 -9
- package/lib/vtx-wr-modal/style/index.js.map +0 -1
- package/lib/vtx-wr-modal/style/index.less +0 -1
- package/lib/vtx-zg-modal/api.js +0 -68
- package/lib/vtx-zg-modal/api.js.map +0 -1
- package/lib/vtx-zg-modal/components/BaseInfo/index.css +0 -95
- package/lib/vtx-zg-modal/components/BaseInfo/index.js +0 -180
- package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-zg-modal/components/BaseInfo/index.less +0 -88
- package/lib/vtx-zg-modal/components/index.js +0 -14
- package/lib/vtx-zg-modal/components/index.js.map +0 -1
- package/lib/vtx-zg-modal/index.js +0 -100
- package/lib/vtx-zg-modal/index.js.map +0 -1
- package/lib/vtx-zg-modal/style/css.js +0 -5
- package/lib/vtx-zg-modal/style/css.js.map +0 -1
- package/lib/vtx-zg-modal/style/index.css +0 -133
- package/lib/vtx-zg-modal/style/index.js +0 -5
- package/lib/vtx-zg-modal/style/index.js.map +0 -1
- package/lib/vtx-zg-modal/style/index.less +0 -1
|
@@ -1,312 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
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); }
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports["default"] = void 0;
|
|
8
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
9
|
-
var _ahooks = require("ahooks");
|
|
10
|
-
var _Left = _interopRequireDefault(require("./Left"));
|
|
11
|
-
var _vmTable = _interopRequireDefault(require("../../../vm-table"));
|
|
12
|
-
var _config = require("../../config");
|
|
13
|
-
var _vmSubTabs = require("../../../vm-sub-tabs");
|
|
14
|
-
var _vmInfoCollection = _interopRequireDefault(require("../../../vm-info-collection"));
|
|
15
|
-
var _vmSubTitle = _interopRequireDefault(require("../../../vm-sub-title"));
|
|
16
|
-
var _mapIcon = require("@vtx/map-icon");
|
|
17
|
-
var _api = require("../../api");
|
|
18
|
-
require("./index.less");
|
|
19
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
20
|
-
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); }
|
|
21
|
-
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; }
|
|
22
|
-
function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
|
|
23
|
-
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."); }
|
|
24
|
-
function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
|
|
25
|
-
function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
|
|
26
|
-
function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
|
|
27
|
-
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."); }
|
|
28
|
-
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; } }
|
|
29
|
-
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
30
|
-
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; } }
|
|
31
|
-
function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
|
|
32
|
-
var OverView = function OverView(_ref) {
|
|
33
|
-
var _ref$classPrefix = _ref.classPrefix,
|
|
34
|
-
classPrefix = _ref$classPrefix === void 0 ? '' : _ref$classPrefix,
|
|
35
|
-
id = _ref.id,
|
|
36
|
-
basicInfo = _ref.basicInfo,
|
|
37
|
-
customMapInfo = _ref.customMapInfo;
|
|
38
|
-
var _a, _b;
|
|
39
|
-
var _useSetState = (0, _ahooks.useSetState)({
|
|
40
|
-
tabKey: 'all',
|
|
41
|
-
rows: [],
|
|
42
|
-
mapLayers: [],
|
|
43
|
-
currentLayer: {},
|
|
44
|
-
layer: [],
|
|
45
|
-
mapPoints: []
|
|
46
|
-
}),
|
|
47
|
-
_useSetState2 = _slicedToArray(_useSetState, 2),
|
|
48
|
-
state = _useSetState2[0],
|
|
49
|
-
setState = _useSetState2[1];
|
|
50
|
-
var tabKey = state.tabKey,
|
|
51
|
-
rows = state.rows;
|
|
52
|
-
var prefix = "".concat(classPrefix, "-overview");
|
|
53
|
-
var common = {
|
|
54
|
-
classPrefix: prefix,
|
|
55
|
-
id: id
|
|
56
|
-
};
|
|
57
|
-
// 关联对象
|
|
58
|
-
var linkedObject = _api.overViewService.getChildWorkInfo({
|
|
59
|
-
id: id
|
|
60
|
-
}) || {};
|
|
61
|
-
(0, _react.useEffect)(function () {
|
|
62
|
-
var _a, _b;
|
|
63
|
-
if (!(linkedObject === null || linkedObject === void 0 ? void 0 : linkedObject.count)) return;
|
|
64
|
-
var result = [];
|
|
65
|
-
var layerData = [];
|
|
66
|
-
// 获取所有图层数据
|
|
67
|
-
linkedObject.count.forEach(function (item) {
|
|
68
|
-
var _a, _b;
|
|
69
|
-
layerData.push.apply(layerData, _toConsumableArray(((_b = (_a = item === null || item === void 0 ? void 0 : item.data) === null || _a === void 0 ? void 0 : _a.rows) === null || _b === void 0 ? void 0 : _b.map(function (ele) {
|
|
70
|
-
return Object.assign(Object.assign({}, ele), {
|
|
71
|
-
typeCode: item.typeCode
|
|
72
|
-
});
|
|
73
|
-
})) || []));
|
|
74
|
-
});
|
|
75
|
-
var list = [],
|
|
76
|
-
layers = [];
|
|
77
|
-
layerData.forEach(function (item) {
|
|
78
|
-
var _a, _b, _c, _d;
|
|
79
|
-
if (item.geometryInfo.type === 'point') {
|
|
80
|
-
var _ref2 = (_a = item.geometryInfo.lngLats) === null || _a === void 0 ? void 0 : _a.split(','),
|
|
81
|
-
_ref3 = _slicedToArray(_ref2, 2),
|
|
82
|
-
lng = _ref3[0],
|
|
83
|
-
lat = _ref3[1];
|
|
84
|
-
list.push({
|
|
85
|
-
id: item.id,
|
|
86
|
-
name: item.name,
|
|
87
|
-
lng: lng,
|
|
88
|
-
lat: lat,
|
|
89
|
-
url: ((_c = (_b = _mapIcon.MapIcon === null || _mapIcon.MapIcon === void 0 ? void 0 : _mapIcon.MapIcon.icon) === null || _b === void 0 ? void 0 : _b[item === null || item === void 0 ? void 0 : item.typeIcon]) === null || _c === void 0 ? void 0 : _c.type) && (item === null || item === void 0 ? void 0 : item.icon) ? new _mapIcon.MapIcon.Icon({
|
|
90
|
-
canvasIcon: item.icon,
|
|
91
|
-
color: item.iconColor
|
|
92
|
-
}).getImgUrl() : require('../../imgs/default.png'),
|
|
93
|
-
width: 32,
|
|
94
|
-
height: 45
|
|
95
|
-
});
|
|
96
|
-
} else {
|
|
97
|
-
layers.push(Object.assign(Object.assign({}, item), {
|
|
98
|
-
rings: (_d = item === null || item === void 0 ? void 0 : item.geometryInfo) === null || _d === void 0 ? void 0 : _d.lngLats,
|
|
99
|
-
config: {
|
|
100
|
-
color: (0, _config.getColor)((item === null || item === void 0 ? void 0 : item.typeCode) || ''),
|
|
101
|
-
lineColor: '#fff',
|
|
102
|
-
lineWidth: 1
|
|
103
|
-
}
|
|
104
|
-
}));
|
|
105
|
-
}
|
|
106
|
-
});
|
|
107
|
-
setState({
|
|
108
|
-
mapLayers: layers,
|
|
109
|
-
mapPoints: list
|
|
110
|
-
});
|
|
111
|
-
// 区分页签
|
|
112
|
-
if (tabKey === 'all') {
|
|
113
|
-
var _layer = [];
|
|
114
|
-
linkedObject.count.forEach(function (item) {
|
|
115
|
-
var _result;
|
|
116
|
-
var _a;
|
|
117
|
-
(_result = result).push.apply(_result, _toConsumableArray(((_a = item === null || item === void 0 ? void 0 : item.data) === null || _a === void 0 ? void 0 : _a.rows) || []));
|
|
118
|
-
_layer.push({
|
|
119
|
-
typeCode: item.typeCode,
|
|
120
|
-
typeName: item.typeName
|
|
121
|
-
});
|
|
122
|
-
});
|
|
123
|
-
setState({
|
|
124
|
-
rows: result,
|
|
125
|
-
layer: _layer
|
|
126
|
-
});
|
|
127
|
-
} else {
|
|
128
|
-
result = linkedObject.count.filter(function (item) {
|
|
129
|
-
return item.typeCode === tabKey;
|
|
130
|
-
});
|
|
131
|
-
setState({
|
|
132
|
-
rows: (_b = (_a = result[0]) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.rows
|
|
133
|
-
});
|
|
134
|
-
}
|
|
135
|
-
}, [JSON.stringify(linkedObject), tabKey]);
|
|
136
|
-
// 若当前设施为主次干道(TR)或为绿化带/河道(LHDorHD)
|
|
137
|
-
// 基本信息数据
|
|
138
|
-
var fieldsData = _toConsumableArray((basicInfo === null || basicInfo === void 0 ? void 0 : basicInfo.typeCode) === 'tr' ? _config.OverViewTRFields : _config.OverViewLHDorHDFields).map(function (item) {
|
|
139
|
-
var _a;
|
|
140
|
-
return Object.assign(Object.assign({}, item), {
|
|
141
|
-
value: item.key === 'facilityLength' || item.key === 'facilityWidth' || item.key === 'facilityArea' ? (_a = basicInfo === null || basicInfo === void 0 ? void 0 : basicInfo.dataJson) === null || _a === void 0 ? void 0 : _a[item.key] : basicInfo === null || basicInfo === void 0 ? void 0 : basicInfo[item.key]
|
|
142
|
-
});
|
|
143
|
-
});
|
|
144
|
-
// 作业对象
|
|
145
|
-
var workObjectData = [];
|
|
146
|
-
// 资源投入
|
|
147
|
-
var resourceInput = [];
|
|
148
|
-
var planNumOfCar = 0;
|
|
149
|
-
var actualNumOfCar = 0;
|
|
150
|
-
var planNumOfPeople = 0;
|
|
151
|
-
var actualNumOfPeople = 0;
|
|
152
|
-
// 存在作业对象时,获取相关数据
|
|
153
|
-
workObjectData = ((_a = _api.overViewService.workObject({
|
|
154
|
-
id: id
|
|
155
|
-
})) === null || _a === void 0 ? void 0 : _a.filter(function (item) {
|
|
156
|
-
return (item === null || item === void 0 ? void 0 : item.details) && item.details.length > 0;
|
|
157
|
-
}).map(function (ele) {
|
|
158
|
-
return {
|
|
159
|
-
label: "".concat(ele === null || ele === void 0 ? void 0 : ele.workTypeStr, "(").concat(ele.unitStr, ")"),
|
|
160
|
-
value: ele === null || ele === void 0 ? void 0 : ele.dataValue
|
|
161
|
-
};
|
|
162
|
-
})) || [];
|
|
163
|
-
resourceInput = _api.overViewService.resourceInput({
|
|
164
|
-
id: id
|
|
165
|
-
}) || [];
|
|
166
|
-
planNumOfCar = resourceInput === null || resourceInput === void 0 ? void 0 : resourceInput.reduce(function (pre, next) {
|
|
167
|
-
return pre + (next.planNumOfCar || 0);
|
|
168
|
-
}, 0);
|
|
169
|
-
actualNumOfCar = resourceInput === null || resourceInput === void 0 ? void 0 : resourceInput.reduce(function (pre, next) {
|
|
170
|
-
return pre + (next.actualNumOfCar || 0);
|
|
171
|
-
}, 0);
|
|
172
|
-
planNumOfPeople = resourceInput === null || resourceInput === void 0 ? void 0 : resourceInput.reduce(function (pre, next) {
|
|
173
|
-
return pre + (next.planNumOfPeople || 0);
|
|
174
|
-
}, 0);
|
|
175
|
-
actualNumOfPeople = resourceInput === null || resourceInput === void 0 ? void 0 : resourceInput.reduce(function (pre, next) {
|
|
176
|
-
return pre + (next.actualNumOfPeople || 0);
|
|
177
|
-
}, 0);
|
|
178
|
-
var columns = [{
|
|
179
|
-
title: '名称',
|
|
180
|
-
dataIndex: 'name',
|
|
181
|
-
key: 'name'
|
|
182
|
-
}, {
|
|
183
|
-
title: '长度(m)',
|
|
184
|
-
dataIndex: 'facilityLength',
|
|
185
|
-
key: 'facilityLength'
|
|
186
|
-
}, {
|
|
187
|
-
title: '宽度(m)',
|
|
188
|
-
dataIndex: 'facilityWidth',
|
|
189
|
-
key: 'facilityWidth'
|
|
190
|
-
}, {
|
|
191
|
-
title: '面积(k㎡)',
|
|
192
|
-
dataIndex: 'facilityArea',
|
|
193
|
-
key: 'facilityArea'
|
|
194
|
-
}];
|
|
195
|
-
var tableProps = {
|
|
196
|
-
height: 320,
|
|
197
|
-
dataSource: rows || [],
|
|
198
|
-
isIndex: false,
|
|
199
|
-
currentLayer: state.currentLayer,
|
|
200
|
-
onRowCallBack: function onRowCallBack(record) {
|
|
201
|
-
setState({
|
|
202
|
-
currentLayer: record
|
|
203
|
-
});
|
|
204
|
-
}
|
|
205
|
-
};
|
|
206
|
-
// 地图点击事件
|
|
207
|
-
var clickGraphic = function clickGraphic(obj) {
|
|
208
|
-
setState({
|
|
209
|
-
currentLayer: obj.item,
|
|
210
|
-
tabKey: obj.item.typeCode
|
|
211
|
-
});
|
|
212
|
-
};
|
|
213
|
-
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
214
|
-
className: prefix
|
|
215
|
-
}, /*#__PURE__*/_react["default"].createElement(_Left["default"], Object.assign({}, common, {
|
|
216
|
-
mapPoints: state.mapPoints,
|
|
217
|
-
mapLayers: state.mapLayers,
|
|
218
|
-
currentLayer: state.currentLayer,
|
|
219
|
-
legend: state.layer,
|
|
220
|
-
clickGraphic: clickGraphic,
|
|
221
|
-
customMapInfo: customMapInfo
|
|
222
|
-
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
223
|
-
className: "".concat(prefix, "-right")
|
|
224
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
225
|
-
className: "".concat(prefix, "-right-base")
|
|
226
|
-
}, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
|
|
227
|
-
title: "\u57FA\u672C\u4FE1\u606F"
|
|
228
|
-
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
229
|
-
className: "".concat(prefix, "-right-basic")
|
|
230
|
-
}, /*#__PURE__*/_react["default"].createElement(_vmInfoCollection["default"], {
|
|
231
|
-
data: fieldsData,
|
|
232
|
-
gap: 16,
|
|
233
|
-
horizontal: true
|
|
234
|
-
}))), (basicInfo === null || basicInfo === void 0 ? void 0 : basicInfo.workTypeId) && ( /*#__PURE__*/_react["default"].createElement("div", {
|
|
235
|
-
className: "".concat(prefix, "-right-work")
|
|
236
|
-
}, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
|
|
237
|
-
title: "\u4F5C\u4E1A\u91CF"
|
|
238
|
-
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
239
|
-
className: "".concat(prefix, "-right-item")
|
|
240
|
-
}, (workObjectData === null || workObjectData === void 0 ? void 0 : workObjectData.length) ? ( /*#__PURE__*/_react["default"].createElement(_vmInfoCollection["default"], {
|
|
241
|
-
data: workObjectData,
|
|
242
|
-
gap: 16,
|
|
243
|
-
horizontal: true
|
|
244
|
-
})) : null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
245
|
-
className: "label"
|
|
246
|
-
}, "\u8D44\u6E90\u6295\u5165\uFF1A"), /*#__PURE__*/_react["default"].createElement("div", {
|
|
247
|
-
className: "".concat(prefix, "-right-list")
|
|
248
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
249
|
-
className: "".concat(prefix, "-right-listItem")
|
|
250
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
251
|
-
className: "".concat(prefix, "-right-bottom")
|
|
252
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
253
|
-
className: "".concat(prefix, "-right-bottomItem")
|
|
254
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
255
|
-
className: "".concat(prefix, "-right-img")
|
|
256
|
-
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
257
|
-
src: require('../../imgs/car.png')
|
|
258
|
-
})), /*#__PURE__*/_react["default"].createElement("span", {
|
|
259
|
-
className: "".concat(prefix, "-right-title")
|
|
260
|
-
}, "\u5EFA\u8BAE\u914D\u5907(\u8F86)\uFF1A"), /*#__PURE__*/_react["default"].createElement("span", {
|
|
261
|
-
className: "".concat(prefix, "-right-num")
|
|
262
|
-
}, planNumOfCar || '--')), /*#__PURE__*/_react["default"].createElement("div", {
|
|
263
|
-
className: "".concat(prefix, "-right-bottomItem")
|
|
264
|
-
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
265
|
-
className: "".concat(prefix, "-right-title")
|
|
266
|
-
}, "\u5B9E\u9645\u6295\u5165(\u8F86)\uFF1A"), /*#__PURE__*/_react["default"].createElement("span", {
|
|
267
|
-
className: "".concat(prefix, "-right-num")
|
|
268
|
-
}, actualNumOfCar || '--'))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
269
|
-
className: "".concat(prefix, "-right-bottom")
|
|
270
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
271
|
-
className: "".concat(prefix, "-right-bottomItem")
|
|
272
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
273
|
-
className: "".concat(prefix, "-right-img")
|
|
274
|
-
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
275
|
-
src: require('../../imgs/user.png')
|
|
276
|
-
})), /*#__PURE__*/_react["default"].createElement("span", {
|
|
277
|
-
className: "".concat(prefix, "-right-title")
|
|
278
|
-
}, "\u5EFA\u8BAE\u914D\u5907(\u4EBA)\uFF1A"), /*#__PURE__*/_react["default"].createElement("span", {
|
|
279
|
-
className: "".concat(prefix, "-right-num")
|
|
280
|
-
}, planNumOfPeople || '--')), /*#__PURE__*/_react["default"].createElement("div", {
|
|
281
|
-
className: "".concat(prefix, "-right-bottomItem")
|
|
282
|
-
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
283
|
-
className: "".concat(prefix, "-right-title")
|
|
284
|
-
}, "\u5B9E\u9645\u6295\u5165(\u4EBA)\uFF1A"), /*#__PURE__*/_react["default"].createElement("span", {
|
|
285
|
-
className: "".concat(prefix, "-right-num")
|
|
286
|
-
}, actualNumOfPeople || '--')))))))), ((_b = linkedObject === null || linkedObject === void 0 ? void 0 : linkedObject.count) === null || _b === void 0 ? void 0 : _b.length) ? ( /*#__PURE__*/_react["default"].createElement("div", {
|
|
287
|
-
className: "".concat(prefix, "-right-table")
|
|
288
|
-
}, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
|
|
289
|
-
title: "\u4F5C\u4E1A\u5BF9\u8C61"
|
|
290
|
-
}), /*#__PURE__*/_react["default"].createElement(_vmSubTabs.SubTabsLine, {
|
|
291
|
-
items: [{
|
|
292
|
-
key: 'all',
|
|
293
|
-
label: "\u5168\u90E8(".concat((linkedObject === null || linkedObject === void 0 ? void 0 : linkedObject.allNums) || 0, ")")
|
|
294
|
-
}].concat(_toConsumableArray(linkedObject.count.map(function (item) {
|
|
295
|
-
return {
|
|
296
|
-
key: item.typeCode,
|
|
297
|
-
label: "".concat(item.typeName, "(").concat(item.count, ")")
|
|
298
|
-
};
|
|
299
|
-
}))),
|
|
300
|
-
activeKey: tabKey,
|
|
301
|
-
onChange: function onChange(key) {
|
|
302
|
-
setState({
|
|
303
|
-
tabKey: key
|
|
304
|
-
});
|
|
305
|
-
}
|
|
306
|
-
}), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_vmTable["default"], Object.assign({
|
|
307
|
-
columns: columns,
|
|
308
|
-
rowKey: "id"
|
|
309
|
-
}, tableProps))))) : null));
|
|
310
|
-
};
|
|
311
|
-
var _default = exports["default"] = OverView;
|
|
312
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["_react","_interopRequireWildcard","require","_ahooks","_Left","_interopRequireDefault","_vmTable","_config","_vmSubTabs","_vmInfoCollection","_vmSubTitle","_mapIcon","_api","e","__esModule","_getRequireWildcardCache","WeakMap","r","t","_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","OverView","_ref","_ref$classPrefix","classPrefix","id","basicInfo","customMapInfo","_a","_b","_useSetState","useSetState","tabKey","rows","mapLayers","currentLayer","layer","mapPoints","_useSetState2","state","setState","prefix","concat","common","linkedObject","overViewService","getChildWorkInfo","useEffect","count","result","layerData","forEach","item","apply","data","map","ele","assign","typeCode","list","layers","_c","_d","geometryInfo","type","_ref2","lngLats","split","_ref3","lng","lat","url","MapIcon","icon","typeIcon","Icon","canvasIcon","color","iconColor","getImgUrl","width","height","rings","config","getColor","lineColor","lineWidth","_layer","_result","typeName","filter","JSON","stringify","fieldsData","OverViewTRFields","OverViewLHDorHDFields","key","dataJson","workObjectData","resourceInput","planNumOfCar","actualNumOfCar","planNumOfPeople","actualNumOfPeople","workObject","details","label","workTypeStr","unitStr","dataValue","reduce","pre","columns","title","dataIndex","tableProps","dataSource","isIndex","onRowCallBack","record","clickGraphic","obj","React","createElement","className","Left","legend","VmSubTitle","VmInfoCollection","gap","horizontal","workTypeId","src","SubTabsLine","items","allNums","activeKey","onChange","VMTable","rowKey","_default","exports"],"sources":["vtx-facility-modal/components/OverView/index.js"],"sourcesContent":["import React, { useEffect } from 'react';\nimport { useSetState } from 'ahooks';\nimport Left from './Left';\nimport VMTable from '../../../vm-table';\nimport { getColor, OverViewLHDorHDFields, OverViewTRFields } from '../../config';\nimport { SubTabsLine } from '../../../vm-sub-tabs';\nimport VmInfoCollection from '../../../vm-info-collection';\nimport VmSubTitle from '../../../vm-sub-title';\nimport { MapIcon } from '@vtx/map-icon';\nimport { overViewService } from '../../api';\nimport './index.less';\nconst OverView = ({ classPrefix = '', id, basicInfo, customMapInfo }) => {\n var _a, _b;\n const [state, setState] = useSetState({\n tabKey: 'all',\n rows: [],\n mapLayers: [],\n currentLayer: {},\n layer: [],\n mapPoints: [],\n });\n const { tabKey, rows } = state;\n const prefix = `${classPrefix}-overview`;\n const common = {\n classPrefix: prefix,\n id,\n };\n // 关联对象\n const linkedObject = overViewService.getChildWorkInfo({ id }) || {};\n useEffect(() => {\n var _a, _b;\n if (!(linkedObject === null || linkedObject === void 0 ? void 0 : linkedObject.count))\n return;\n let result = [];\n let layerData = [];\n // 获取所有图层数据\n linkedObject.count.forEach((item) => {\n var _a, _b;\n layerData.push(...(((_b = (_a = item === null || item === void 0 ? void 0 : item.data) === null || _a === void 0 ? void 0 : _a.rows) === null || _b === void 0 ? void 0 : _b.map((ele) => (Object.assign(Object.assign({}, ele), { typeCode: item.typeCode })))) || []));\n });\n const list = [], layers = [];\n layerData.forEach((item) => {\n var _a, _b, _c, _d;\n if (item.geometryInfo.type === 'point') {\n const [lng, lat] = (_a = item.geometryInfo.lngLats) === null || _a === void 0 ? void 0 : _a.split(',');\n list.push({\n id: item.id,\n name: item.name,\n lng,\n lat,\n url: ((_c = (_b = MapIcon === null || MapIcon === void 0 ? void 0 : MapIcon.icon) === null || _b === void 0 ? void 0 : _b[item === null || item === void 0 ? void 0 : item.typeIcon]) === null || _c === void 0 ? void 0 : _c.type) && (item === null || item === void 0 ? void 0 : item.icon)\n ? new MapIcon.Icon({\n canvasIcon: item.icon,\n color: item.iconColor,\n }).getImgUrl()\n : require('../../imgs/default.png'),\n width: 32,\n height: 45,\n });\n }\n else {\n layers.push(Object.assign(Object.assign({}, item), { rings: (_d = item === null || item === void 0 ? void 0 : item.geometryInfo) === null || _d === void 0 ? void 0 : _d.lngLats, config: {\n color: getColor((item === null || item === void 0 ? void 0 : item.typeCode) || ''),\n lineColor: '#fff',\n lineWidth: 1,\n } }));\n }\n });\n setState({\n mapLayers: layers,\n mapPoints: list,\n });\n // 区分页签\n if (tabKey === 'all') {\n let _layer = [];\n linkedObject.count.forEach((item) => {\n var _a;\n result.push(...(((_a = item === null || item === void 0 ? void 0 : item.data) === null || _a === void 0 ? void 0 : _a.rows) || []));\n _layer.push({ typeCode: item.typeCode, typeName: item.typeName });\n });\n setState({\n rows: result,\n layer: _layer,\n });\n }\n else {\n result = linkedObject.count.filter((item) => item.typeCode === tabKey);\n setState({\n rows: (_b = (_a = result[0]) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.rows,\n });\n }\n }, [JSON.stringify(linkedObject), tabKey]);\n // 若当前设施为主次干道(TR)或为绿化带/河道(LHDorHD)\n // 基本信息数据\n const fieldsData = [\n ...((basicInfo === null || basicInfo === void 0 ? void 0 : basicInfo.typeCode) === 'tr' ? OverViewTRFields : OverViewLHDorHDFields),\n ].map((item) => {\n var _a;\n return (Object.assign(Object.assign({}, item), { value: item.key === 'facilityLength' ||\n item.key === 'facilityWidth' ||\n item.key === 'facilityArea'\n ? (_a = basicInfo === null || basicInfo === void 0 ? void 0 : basicInfo.dataJson) === null || _a === void 0 ? void 0 : _a[item.key]\n : basicInfo === null || basicInfo === void 0 ? void 0 : basicInfo[item.key] }));\n });\n // 作业对象\n let workObjectData = [];\n // 资源投入\n let resourceInput = [];\n let planNumOfCar = 0;\n let actualNumOfCar = 0;\n let planNumOfPeople = 0;\n let actualNumOfPeople = 0;\n // 存在作业对象时,获取相关数据\n workObjectData =\n ((_a = overViewService\n .workObject({\n id,\n })) === null || _a === void 0 ? void 0 : _a.filter((item) => (item === null || item === void 0 ? void 0 : item.details) && item.details.length > 0).map((ele) => ({\n label: `${ele === null || ele === void 0 ? void 0 : ele.workTypeStr}(${ele.unitStr})`,\n value: ele === null || ele === void 0 ? void 0 : ele.dataValue,\n }))) || [];\n resourceInput = overViewService.resourceInput({ id }) || [];\n planNumOfCar = resourceInput === null || resourceInput === void 0 ? void 0 : resourceInput.reduce((pre, next) => pre + (next.planNumOfCar || 0), 0);\n actualNumOfCar = resourceInput === null || resourceInput === void 0 ? void 0 : resourceInput.reduce((pre, next) => pre + (next.actualNumOfCar || 0), 0);\n planNumOfPeople = resourceInput === null || resourceInput === void 0 ? void 0 : resourceInput.reduce((pre, next) => pre + (next.planNumOfPeople || 0), 0);\n actualNumOfPeople = resourceInput === null || resourceInput === void 0 ? void 0 : resourceInput.reduce((pre, next) => pre + (next.actualNumOfPeople || 0), 0);\n const columns = [\n {\n title: '名称',\n dataIndex: 'name',\n key: 'name',\n },\n {\n title: '长度(m)',\n dataIndex: 'facilityLength',\n key: 'facilityLength',\n },\n {\n title: '宽度(m)',\n dataIndex: 'facilityWidth',\n key: 'facilityWidth',\n },\n {\n title: '面积(k㎡)',\n dataIndex: 'facilityArea',\n key: 'facilityArea',\n },\n ];\n const tableProps = {\n height: 320,\n dataSource: rows || [],\n isIndex: false,\n currentLayer: state.currentLayer,\n onRowCallBack: (record) => {\n setState({\n currentLayer: record,\n });\n },\n };\n // 地图点击事件\n const clickGraphic = (obj) => {\n setState({\n currentLayer: obj.item,\n tabKey: obj.item.typeCode,\n });\n };\n return (React.createElement(\"div\", { className: prefix },\n React.createElement(Left, Object.assign({}, common, { mapPoints: state.mapPoints, mapLayers: state.mapLayers, currentLayer: state.currentLayer, legend: state.layer, clickGraphic: clickGraphic, customMapInfo: customMapInfo })),\n React.createElement(\"div\", { className: `${prefix}-right` },\n React.createElement(\"div\", { className: `${prefix}-right-base` },\n React.createElement(VmSubTitle, { title: \"\\u57FA\\u672C\\u4FE1\\u606F\" }),\n React.createElement(\"div\", { className: `${prefix}-right-basic` },\n React.createElement(VmInfoCollection, { data: fieldsData, gap: 16, horizontal: true }))),\n (basicInfo === null || basicInfo === void 0 ? void 0 : basicInfo.workTypeId) && (React.createElement(\"div\", { className: `${prefix}-right-work` },\n React.createElement(VmSubTitle, { title: \"\\u4F5C\\u4E1A\\u91CF\" }),\n React.createElement(\"div\", { className: `${prefix}-right-item` },\n (workObjectData === null || workObjectData === void 0 ? void 0 : workObjectData.length) ? (React.createElement(VmInfoCollection, { data: workObjectData, gap: 16, horizontal: true })) : null,\n React.createElement(\"span\", { className: \"label\" }, \"\\u8D44\\u6E90\\u6295\\u5165\\uFF1A\"),\n React.createElement(\"div\", { className: `${prefix}-right-list` },\n React.createElement(\"div\", { className: `${prefix}-right-listItem` },\n React.createElement(\"div\", { className: `${prefix}-right-bottom` },\n React.createElement(\"div\", { className: `${prefix}-right-bottomItem` },\n React.createElement(\"div\", { className: `${prefix}-right-img` },\n React.createElement(\"img\", { src: require('../../imgs/car.png') })),\n React.createElement(\"span\", { className: `${prefix}-right-title` }, \"\\u5EFA\\u8BAE\\u914D\\u5907(\\u8F86)\\uFF1A\"),\n React.createElement(\"span\", { className: `${prefix}-right-num` }, planNumOfCar || '--')),\n React.createElement(\"div\", { className: `${prefix}-right-bottomItem` },\n React.createElement(\"span\", { className: `${prefix}-right-title` }, \"\\u5B9E\\u9645\\u6295\\u5165(\\u8F86)\\uFF1A\"),\n React.createElement(\"span\", { className: `${prefix}-right-num` }, actualNumOfCar || '--'))),\n React.createElement(\"div\", { className: `${prefix}-right-bottom` },\n React.createElement(\"div\", { className: `${prefix}-right-bottomItem` },\n React.createElement(\"div\", { className: `${prefix}-right-img` },\n React.createElement(\"img\", { src: require('../../imgs/user.png') })),\n React.createElement(\"span\", { className: `${prefix}-right-title` }, \"\\u5EFA\\u8BAE\\u914D\\u5907(\\u4EBA)\\uFF1A\"),\n React.createElement(\"span\", { className: `${prefix}-right-num` }, planNumOfPeople || '--')),\n React.createElement(\"div\", { className: `${prefix}-right-bottomItem` },\n React.createElement(\"span\", { className: `${prefix}-right-title` }, \"\\u5B9E\\u9645\\u6295\\u5165(\\u4EBA)\\uFF1A\"),\n React.createElement(\"span\", { className: `${prefix}-right-num` }, actualNumOfPeople || '--')))))))),\n ((_b = linkedObject === null || linkedObject === void 0 ? void 0 : linkedObject.count) === null || _b === void 0 ? void 0 : _b.length) ? (React.createElement(\"div\", { className: `${prefix}-right-table` },\n React.createElement(VmSubTitle, { title: \"\\u4F5C\\u4E1A\\u5BF9\\u8C61\" }),\n React.createElement(SubTabsLine, { items: [\n { key: 'all', label: `全部(${(linkedObject === null || linkedObject === void 0 ? void 0 : linkedObject.allNums) || 0})` },\n ...linkedObject.count.map((item) => ({\n key: item.typeCode,\n label: `${item.typeName}(${item.count})`,\n })),\n ], activeKey: tabKey, onChange: key => {\n setState({\n tabKey: key,\n });\n } }),\n React.createElement(\"div\", null,\n React.createElement(VMTable, Object.assign({ columns: columns, rowKey: \"id\" }, tableProps))))) : null)));\n};\nexport default OverView;\n"],"mappings":";;;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AACA,IAAAE,KAAA,GAAAC,sBAAA,CAAAH,OAAA;AACA,IAAAI,QAAA,GAAAD,sBAAA,CAAAH,OAAA;AACA,IAAAK,OAAA,GAAAL,OAAA;AACA,IAAAM,UAAA,GAAAN,OAAA;AACA,IAAAO,iBAAA,GAAAJ,sBAAA,CAAAH,OAAA;AACA,IAAAQ,WAAA,GAAAL,sBAAA,CAAAH,OAAA;AACA,IAAAS,QAAA,GAAAT,OAAA;AACA,IAAAU,IAAA,GAAAV,OAAA;AACAA,OAAA;AAAsB,SAAAG,uBAAAQ,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA;AAAA,SAAAE,yBAAAF,CAAA,6BAAAG,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAD,wBAAA,YAAAA,yBAAAF,CAAA,WAAAA,CAAA,GAAAK,CAAA,GAAAD,CAAA,KAAAJ,CAAA;AAAA,SAAAZ,wBAAAY,CAAA,EAAAI,CAAA,SAAAA,CAAA,IAAAJ,CAAA,IAAAA,CAAA,CAAAC,UAAA,SAAAD,CAAA,eAAAA,CAAA,gBAAAM,OAAA,CAAAN,CAAA,0BAAAA,CAAA,sBAAAA,CAAA,QAAAK,CAAA,GAAAH,wBAAA,CAAAE,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAE,GAAA,CAAAP,CAAA,UAAAK,CAAA,CAAAG,GAAA,CAAAR,CAAA,OAAAS,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAf,CAAA,oBAAAe,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAjB,CAAA,EAAAe,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAd,CAAA,EAAAe,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,IAAAf,CAAA,CAAAe,CAAA,YAAAN,CAAA,cAAAT,CAAA,EAAAK,CAAA,IAAAA,CAAA,CAAAc,GAAA,CAAAnB,CAAA,EAAAS,CAAA,GAAAA,CAAA;AAAA,SAAAW,mBAAAhB,CAAA,WAAAiB,kBAAA,CAAAjB,CAAA,KAAAkB,gBAAA,CAAAlB,CAAA,KAAAmB,2BAAA,CAAAnB,CAAA,KAAAoB,kBAAA;AAAA,SAAAA,mBAAA,cAAAC,SAAA;AAAA,SAAAH,iBAAAlB,CAAA,8BAAAsB,MAAA,YAAAtB,CAAA,CAAAsB,MAAA,CAAAC,QAAA,aAAAvB,CAAA,uBAAAwB,KAAA,CAAAC,IAAA,CAAAzB,CAAA;AAAA,SAAAiB,mBAAAjB,CAAA,QAAAwB,KAAA,CAAAE,OAAA,CAAA1B,CAAA,UAAA2B,iBAAA,CAAA3B,CAAA;AAAA,SAAA4B,eAAA5B,CAAA,EAAAJ,CAAA,WAAAiC,eAAA,CAAA7B,CAAA,KAAA8B,qBAAA,CAAA9B,CAAA,EAAAJ,CAAA,KAAAuB,2BAAA,CAAAnB,CAAA,EAAAJ,CAAA,KAAAmC,gBAAA;AAAA,SAAAA,iBAAA,cAAAV,SAAA;AAAA,SAAAF,4BAAAnB,CAAA,EAAAO,CAAA,QAAAP,CAAA,2BAAAA,CAAA,SAAA2B,iBAAA,CAAA3B,CAAA,EAAAO,CAAA,OAAAN,CAAA,MAAA+B,QAAA,CAAAnB,IAAA,CAAAb,CAAA,EAAAiC,KAAA,6BAAAhC,CAAA,IAAAD,CAAA,CAAAkC,WAAA,KAAAjC,CAAA,GAAAD,CAAA,CAAAkC,WAAA,CAAAC,IAAA,aAAAlC,CAAA,cAAAA,CAAA,GAAAuB,KAAA,CAAAC,IAAA,CAAAzB,CAAA,oBAAAC,CAAA,+CAAAmC,IAAA,CAAAnC,CAAA,IAAA0B,iBAAA,CAAA3B,CAAA,EAAAO,CAAA;AAAA,SAAAoB,kBAAA3B,CAAA,EAAAO,CAAA,aAAAA,CAAA,IAAAA,CAAA,GAAAP,CAAA,CAAAqC,MAAA,MAAA9B,CAAA,GAAAP,CAAA,CAAAqC,MAAA,YAAAzC,CAAA,MAAAS,CAAA,GAAAmB,KAAA,CAAAjB,CAAA,GAAAX,CAAA,GAAAW,CAAA,EAAAX,CAAA,IAAAS,CAAA,CAAAT,CAAA,IAAAI,CAAA,CAAAJ,CAAA,UAAAS,CAAA;AAAA,SAAAyB,sBAAA9B,CAAA,EAAAsC,CAAA,QAAArC,CAAA,WAAAD,CAAA,gCAAAsB,MAAA,IAAAtB,CAAA,CAAAsB,MAAA,CAAAC,QAAA,KAAAvB,CAAA,4BAAAC,CAAA,QAAAL,CAAA,EAAAS,CAAA,EAAAS,CAAA,EAAAH,CAAA,EAAAJ,CAAA,OAAAgC,CAAA,OAAAC,CAAA,iBAAA1B,CAAA,IAAAb,CAAA,GAAAA,CAAA,CAAAY,IAAA,CAAAb,CAAA,GAAAyC,IAAA,QAAAH,CAAA,QAAA9B,MAAA,CAAAP,CAAA,MAAAA,CAAA,UAAAsC,CAAA,uBAAAA,CAAA,IAAA3C,CAAA,GAAAkB,CAAA,CAAAD,IAAA,CAAAZ,CAAA,GAAAyC,IAAA,MAAAnC,CAAA,CAAAoC,IAAA,CAAA/C,CAAA,CAAAgD,KAAA,GAAArC,CAAA,CAAA8B,MAAA,KAAAC,CAAA,GAAAC,CAAA,iBAAAvC,CAAA,IAAAwC,CAAA,OAAAnC,CAAA,GAAAL,CAAA,yBAAAuC,CAAA,YAAAtC,CAAA,eAAAU,CAAA,GAAAV,CAAA,cAAAO,MAAA,CAAAG,CAAA,MAAAA,CAAA,2BAAA6B,CAAA,QAAAnC,CAAA,aAAAE,CAAA;AAAA,SAAAsB,gBAAA7B,CAAA,QAAAwB,KAAA,CAAAE,OAAA,CAAA1B,CAAA,UAAAA,CAAA;AACtB,IAAM6C,QAAQ,GAAG,SAAXA,QAAQA,CAAAC,IAAA,EAA2D;EAAA,IAAAC,gBAAA,GAAAD,IAAA,CAArDE,WAAW;IAAXA,WAAW,GAAAD,gBAAA,cAAG,EAAE,GAAAA,gBAAA;IAAEE,EAAE,GAAAH,IAAA,CAAFG,EAAE;IAAEC,SAAS,GAAAJ,IAAA,CAATI,SAAS;IAAEC,aAAa,GAAAL,IAAA,CAAbK,aAAa;EAC9D,IAAIC,EAAE,EAAEC,EAAE;EACV,IAAAC,YAAA,GAA0B,IAAAC,mBAAW,EAAC;MAClCC,MAAM,EAAE,KAAK;MACbC,IAAI,EAAE,EAAE;MACRC,SAAS,EAAE,EAAE;MACbC,YAAY,EAAE,CAAC,CAAC;MAChBC,KAAK,EAAE,EAAE;MACTC,SAAS,EAAE;IACf,CAAC,CAAC;IAAAC,aAAA,GAAAlC,cAAA,CAAA0B,YAAA;IAPKS,KAAK,GAAAD,aAAA;IAAEE,QAAQ,GAAAF,aAAA;EAQtB,IAAQN,MAAM,GAAWO,KAAK,CAAtBP,MAAM;IAAEC,IAAI,GAAKM,KAAK,CAAdN,IAAI;EACpB,IAAMQ,MAAM,MAAAC,MAAA,CAAMlB,WAAW,cAAW;EACxC,IAAMmB,MAAM,GAAG;IACXnB,WAAW,EAAEiB,MAAM;IACnBhB,EAAE,EAAFA;EACJ,CAAC;EACD;EACA,IAAMmB,YAAY,GAAGC,oBAAe,CAACC,gBAAgB,CAAC;IAAErB,EAAE,EAAFA;EAAG,CAAC,CAAC,IAAI,CAAC,CAAC;EACnE,IAAAsB,gBAAS,EAAC,YAAM;IACZ,IAAInB,EAAE,EAAEC,EAAE;IACV,IAAI,EAAEe,YAAY,KAAK,IAAI,IAAIA,YAAY,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,YAAY,CAACI,KAAK,CAAC,EACjF;IACJ,IAAIC,MAAM,GAAG,EAAE;IACf,IAAIC,SAAS,GAAG,EAAE;IAClB;IACAN,YAAY,CAACI,KAAK,CAACG,OAAO,CAAC,UAACC,IAAI,EAAK;MACjC,IAAIxB,EAAE,EAAEC,EAAE;MACVqB,SAAS,CAAC/B,IAAI,CAAAkC,KAAA,CAAdH,SAAS,EAAA1D,kBAAA,CAAU,CAAC,CAACqC,EAAE,GAAG,CAACD,EAAE,GAAGwB,IAAI,KAAK,IAAI,IAAIA,IAAI,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,IAAI,CAACE,IAAI,MAAM,IAAI,IAAI1B,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAACK,IAAI,MAAM,IAAI,IAAIJ,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAAC0B,GAAG,CAAC,UAACC,GAAG;QAAA,OAAMxE,MAAM,CAACyE,MAAM,CAACzE,MAAM,CAACyE,MAAM,CAAC,CAAC,CAAC,EAAED,GAAG,CAAC,EAAE;UAAEE,QAAQ,EAAEN,IAAI,CAACM;QAAS,CAAC,CAAC;MAAA,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC;IAC5Q,CAAC,CAAC;IACF,IAAMC,IAAI,GAAG,EAAE;MAAEC,MAAM,GAAG,EAAE;IAC5BV,SAAS,CAACC,OAAO,CAAC,UAACC,IAAI,EAAK;MACxB,IAAIxB,EAAE,EAAEC,EAAE,EAAEgC,EAAE,EAAEC,EAAE;MAClB,IAAIV,IAAI,CAACW,YAAY,CAACC,IAAI,KAAK,OAAO,EAAE;QACpC,IAAAC,KAAA,GAAmB,CAACrC,EAAE,GAAGwB,IAAI,CAACW,YAAY,CAACG,OAAO,MAAM,IAAI,IAAItC,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAACuC,KAAK,CAAC,GAAG,CAAC;UAAAC,KAAA,GAAAhE,cAAA,CAAA6D,KAAA;UAA/FI,GAAG,GAAAD,KAAA;UAAEE,GAAG,GAAAF,KAAA;QACfT,IAAI,CAACxC,IAAI,CAAC;UACNM,EAAE,EAAE2B,IAAI,CAAC3B,EAAE;UACXd,IAAI,EAAEyC,IAAI,CAACzC,IAAI;UACf0D,GAAG,EAAHA,GAAG;UACHC,GAAG,EAAHA,GAAG;UACHC,GAAG,EAAE,CAAC,CAACV,EAAE,GAAG,CAAChC,EAAE,GAAG2C,gBAAO,KAAK,IAAI,IAAIA,gBAAO,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,gBAAO,CAACC,IAAI,MAAM,IAAI,IAAI5C,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAACuB,IAAI,KAAK,IAAI,IAAIA,IAAI,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,IAAI,CAACsB,QAAQ,CAAC,MAAM,IAAI,IAAIb,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAACG,IAAI,MAAMZ,IAAI,KAAK,IAAI,IAAIA,IAAI,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,IAAI,CAACqB,IAAI,CAAC,GACxR,IAAID,gBAAO,CAACG,IAAI,CAAC;YACfC,UAAU,EAAExB,IAAI,CAACqB,IAAI;YACrBI,KAAK,EAAEzB,IAAI,CAAC0B;UAChB,CAAC,CAAC,CAACC,SAAS,CAAC,CAAC,GACZtH,OAAO,CAAC,wBAAwB,CAAC;UACvCuH,KAAK,EAAE,EAAE;UACTC,MAAM,EAAE;QACZ,CAAC,CAAC;MACN,CAAC,MACI;QACDrB,MAAM,CAACzC,IAAI,CAACnC,MAAM,CAACyE,MAAM,CAACzE,MAAM,CAACyE,MAAM,CAAC,CAAC,CAAC,EAAEL,IAAI,CAAC,EAAE;UAAE8B,KAAK,EAAE,CAACpB,EAAE,GAAGV,IAAI,KAAK,IAAI,IAAIA,IAAI,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,IAAI,CAACW,YAAY,MAAM,IAAI,IAAID,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAACI,OAAO;UAAEiB,MAAM,EAAE;YAClLN,KAAK,EAAE,IAAAO,gBAAQ,EAAC,CAAChC,IAAI,KAAK,IAAI,IAAIA,IAAI,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,IAAI,CAACM,QAAQ,KAAK,EAAE,CAAC;YAClF2B,SAAS,EAAE,MAAM;YACjBC,SAAS,EAAE;UACf;QAAE,CAAC,CAAC,CAAC;MACb;IACJ,CAAC,CAAC;IACF9C,QAAQ,CAAC;MACLN,SAAS,EAAE0B,MAAM;MACjBvB,SAAS,EAAEsB;IACf,CAAC,CAAC;IACF;IACA,IAAI3B,MAAM,KAAK,KAAK,EAAE;MAClB,IAAIuD,MAAM,GAAG,EAAE;MACf3C,YAAY,CAACI,KAAK,CAACG,OAAO,CAAC,UAACC,IAAI,EAAK;QAAA,IAAAoC,OAAA;QACjC,IAAI5D,EAAE;QACN,CAAA4D,OAAA,GAAAvC,MAAM,EAAC9B,IAAI,CAAAkC,KAAA,CAAAmC,OAAA,EAAAhG,kBAAA,CAAK,CAAC,CAACoC,EAAE,GAAGwB,IAAI,KAAK,IAAI,IAAIA,IAAI,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,IAAI,CAACE,IAAI,MAAM,IAAI,IAAI1B,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAACK,IAAI,KAAK,EAAE,CAAC,CAAC;QACnIsD,MAAM,CAACpE,IAAI,CAAC;UAAEuC,QAAQ,EAAEN,IAAI,CAACM,QAAQ;UAAE+B,QAAQ,EAAErC,IAAI,CAACqC;QAAS,CAAC,CAAC;MACrE,CAAC,CAAC;MACFjD,QAAQ,CAAC;QACLP,IAAI,EAAEgB,MAAM;QACZb,KAAK,EAAEmD;MACX,CAAC,CAAC;IACN,CAAC,MACI;MACDtC,MAAM,GAAGL,YAAY,CAACI,KAAK,CAAC0C,MAAM,CAAC,UAACtC,IAAI;QAAA,OAAKA,IAAI,CAACM,QAAQ,KAAK1B,MAAM;MAAA,EAAC;MACtEQ,QAAQ,CAAC;QACLP,IAAI,EAAE,CAACJ,EAAE,GAAG,CAACD,EAAE,GAAGqB,MAAM,CAAC,CAAC,CAAC,MAAM,IAAI,IAAIrB,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAAC0B,IAAI,MAAM,IAAI,IAAIzB,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAACI;MACvH,CAAC,CAAC;IACN;EACJ,CAAC,EAAE,CAAC0D,IAAI,CAACC,SAAS,CAAChD,YAAY,CAAC,EAAEZ,MAAM,CAAC,CAAC;EAC1C;EACA;EACA,IAAM6D,UAAU,GAAGrG,kBAAA,CACX,CAACkC,SAAS,KAAK,IAAI,IAAIA,SAAS,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,SAAS,CAACgC,QAAQ,MAAM,IAAI,GAAGoC,wBAAgB,GAAGC,6BAAqB,EACpIxC,GAAG,CAAC,UAACH,IAAI,EAAK;IACZ,IAAIxB,EAAE;IACN,OAAQ5C,MAAM,CAACyE,MAAM,CAACzE,MAAM,CAACyE,MAAM,CAAC,CAAC,CAAC,EAAEL,IAAI,CAAC,EAAE;MAAEhC,KAAK,EAAEgC,IAAI,CAAC4C,GAAG,KAAK,gBAAgB,IAC7E5C,IAAI,CAAC4C,GAAG,KAAK,eAAe,IAC5B5C,IAAI,CAAC4C,GAAG,KAAK,cAAc,GACzB,CAACpE,EAAE,GAAGF,SAAS,KAAK,IAAI,IAAIA,SAAS,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,SAAS,CAACuE,QAAQ,MAAM,IAAI,IAAIrE,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAACwB,IAAI,CAAC4C,GAAG,CAAC,GACjItE,SAAS,KAAK,IAAI,IAAIA,SAAS,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,SAAS,CAAC0B,IAAI,CAAC4C,GAAG;IAAE,CAAC,CAAC;EAC1F,CAAC,CAAC;EACF;EACA,IAAIE,cAAc,GAAG,EAAE;EACvB;EACA,IAAIC,aAAa,GAAG,EAAE;EACtB,IAAIC,YAAY,GAAG,CAAC;EACpB,IAAIC,cAAc,GAAG,CAAC;EACtB,IAAIC,eAAe,GAAG,CAAC;EACvB,IAAIC,iBAAiB,GAAG,CAAC;EACzB;EACAL,cAAc,GACV,CAAC,CAACtE,EAAE,GAAGiB,oBAAe,CACjB2D,UAAU,CAAC;IACZ/E,EAAE,EAAFA;EACJ,CAAC,CAAC,MAAM,IAAI,IAAIG,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAAC8D,MAAM,CAAC,UAACtC,IAAI;IAAA,OAAK,CAACA,IAAI,KAAK,IAAI,IAAIA,IAAI,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,IAAI,CAACqD,OAAO,KAAKrD,IAAI,CAACqD,OAAO,CAAC5F,MAAM,GAAG,CAAC;EAAA,EAAC,CAAC0C,GAAG,CAAC,UAACC,GAAG;IAAA,OAAM;MAC9JkD,KAAK,KAAAhE,MAAA,CAAKc,GAAG,KAAK,IAAI,IAAIA,GAAG,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,GAAG,CAACmD,WAAW,OAAAjE,MAAA,CAAIc,GAAG,CAACoD,OAAO,MAAG;MACrFxF,KAAK,EAAEoC,GAAG,KAAK,IAAI,IAAIA,GAAG,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,GAAG,CAACqD;IACzD,CAAC;EAAA,CAAC,CAAC,KAAK,EAAE;EACdV,aAAa,GAAGtD,oBAAe,CAACsD,aAAa,CAAC;IAAE1E,EAAE,EAAFA;EAAG,CAAC,CAAC,IAAI,EAAE;EAC3D2E,YAAY,GAAGD,aAAa,KAAK,IAAI,IAAIA,aAAa,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,aAAa,CAACW,MAAM,CAAC,UAACC,GAAG,EAAE9F,IAAI;IAAA,OAAK8F,GAAG,IAAI9F,IAAI,CAACmF,YAAY,IAAI,CAAC,CAAC;EAAA,GAAE,CAAC,CAAC;EACnJC,cAAc,GAAGF,aAAa,KAAK,IAAI,IAAIA,aAAa,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,aAAa,CAACW,MAAM,CAAC,UAACC,GAAG,EAAE9F,IAAI;IAAA,OAAK8F,GAAG,IAAI9F,IAAI,CAACoF,cAAc,IAAI,CAAC,CAAC;EAAA,GAAE,CAAC,CAAC;EACvJC,eAAe,GAAGH,aAAa,KAAK,IAAI,IAAIA,aAAa,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,aAAa,CAACW,MAAM,CAAC,UAACC,GAAG,EAAE9F,IAAI;IAAA,OAAK8F,GAAG,IAAI9F,IAAI,CAACqF,eAAe,IAAI,CAAC,CAAC;EAAA,GAAE,CAAC,CAAC;EACzJC,iBAAiB,GAAGJ,aAAa,KAAK,IAAI,IAAIA,aAAa,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,aAAa,CAACW,MAAM,CAAC,UAACC,GAAG,EAAE9F,IAAI;IAAA,OAAK8F,GAAG,IAAI9F,IAAI,CAACsF,iBAAiB,IAAI,CAAC,CAAC;EAAA,GAAE,CAAC,CAAC;EAC7J,IAAMS,OAAO,GAAG,CACZ;IACIC,KAAK,EAAE,IAAI;IACXC,SAAS,EAAE,MAAM;IACjBlB,GAAG,EAAE;EACT,CAAC,EACD;IACIiB,KAAK,EAAE,OAAO;IACdC,SAAS,EAAE,gBAAgB;IAC3BlB,GAAG,EAAE;EACT,CAAC,EACD;IACIiB,KAAK,EAAE,OAAO;IACdC,SAAS,EAAE,eAAe;IAC1BlB,GAAG,EAAE;EACT,CAAC,EACD;IACIiB,KAAK,EAAE,QAAQ;IACfC,SAAS,EAAE,cAAc;IACzBlB,GAAG,EAAE;EACT,CAAC,CACJ;EACD,IAAMmB,UAAU,GAAG;IACflC,MAAM,EAAE,GAAG;IACXmC,UAAU,EAAEnF,IAAI,IAAI,EAAE;IACtBoF,OAAO,EAAE,KAAK;IACdlF,YAAY,EAAEI,KAAK,CAACJ,YAAY;IAChCmF,aAAa,EAAE,SAAfA,aAAaA,CAAGC,MAAM,EAAK;MACvB/E,QAAQ,CAAC;QACLL,YAAY,EAAEoF;MAClB,CAAC,CAAC;IACN;EACJ,CAAC;EACD;EACA,IAAMC,YAAY,GAAG,SAAfA,YAAYA,CAAIC,GAAG,EAAK;IAC1BjF,QAAQ,CAAC;MACLL,YAAY,EAAEsF,GAAG,CAACrE,IAAI;MACtBpB,MAAM,EAAEyF,GAAG,CAACrE,IAAI,CAACM;IACrB,CAAC,CAAC;EACN,CAAC;EACD,oBAAQgE,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAEnF;EAAO,CAAC,eACpDiF,iBAAK,CAACC,aAAa,CAACE,gBAAI,EAAE7I,MAAM,CAACyE,MAAM,CAAC,CAAC,CAAC,EAAEd,MAAM,EAAE;IAAEN,SAAS,EAAEE,KAAK,CAACF,SAAS;IAAEH,SAAS,EAAEK,KAAK,CAACL,SAAS;IAAEC,YAAY,EAAEI,KAAK,CAACJ,YAAY;IAAE2F,MAAM,EAAEvF,KAAK,CAACH,KAAK;IAAEoF,YAAY,EAAEA,YAAY;IAAE7F,aAAa,EAAEA;EAAc,CAAC,CAAC,CAAC,eACjO+F,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAS,CAAC,eACvDiF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAc,CAAC,eAC5DiF,iBAAK,CAACC,aAAa,CAACI,sBAAU,EAAE;IAAEd,KAAK,EAAE;EAA2B,CAAC,CAAC,eACtES,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAe,CAAC,eAC7DiF,iBAAK,CAACC,aAAa,CAACK,4BAAgB,EAAE;IAAE1E,IAAI,EAAEuC,UAAU;IAAEoC,GAAG,EAAE,EAAE;IAAEC,UAAU,EAAE;EAAK,CAAC,CAAC,CAAC,CAAC,EAChG,CAACxG,SAAS,KAAK,IAAI,IAAIA,SAAS,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,SAAS,CAACyG,UAAU,oBAAMT,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAc,CAAC,eAC7IiF,iBAAK,CAACC,aAAa,CAACI,sBAAU,EAAE;IAAEd,KAAK,EAAE;EAAqB,CAAC,CAAC,eAChES,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAc,CAAC,EAC5D,CAACyD,cAAc,KAAK,IAAI,IAAIA,cAAc,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,cAAc,CAACrF,MAAM,mBAAK6G,iBAAK,CAACC,aAAa,CAACK,4BAAgB,EAAE;IAAE1E,IAAI,EAAE4C,cAAc;IAAE+B,GAAG,EAAE,EAAE;IAAEC,UAAU,EAAE;EAAK,CAAC,CAAC,IAAI,IAAI,eAC7LR,iBAAK,CAACC,aAAa,CAAC,MAAM,EAAE;IAAEC,SAAS,EAAE;EAAQ,CAAC,EAAE,gCAAgC,CAAC,eACrFF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAc,CAAC,eAC5DiF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAkB,CAAC,eAChEiF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAgB,CAAC,eAC9DiF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAoB,CAAC,eAClEiF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAa,CAAC,eAC3DiF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAES,GAAG,EAAE3K,OAAO,CAAC,oBAAoB;EAAE,CAAC,CAAC,CAAC,eACvEiK,iBAAK,CAACC,aAAa,CAAC,MAAM,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAe,CAAC,EAAE,wCAAwC,CAAC,eAC7GiF,iBAAK,CAACC,aAAa,CAAC,MAAM,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAa,CAAC,EAAE2D,YAAY,IAAI,IAAI,CAAC,CAAC,eAC5FsB,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAoB,CAAC,eAClEiF,iBAAK,CAACC,aAAa,CAAC,MAAM,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAe,CAAC,EAAE,wCAAwC,CAAC,eAC7GiF,iBAAK,CAACC,aAAa,CAAC,MAAM,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAa,CAAC,EAAE4D,cAAc,IAAI,IAAI,CAAC,CAAC,CAAC,eACnGqB,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAgB,CAAC,eAC9DiF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAoB,CAAC,eAClEiF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAa,CAAC,eAC3DiF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAES,GAAG,EAAE3K,OAAO,CAAC,qBAAqB;EAAE,CAAC,CAAC,CAAC,eACxEiK,iBAAK,CAACC,aAAa,CAAC,MAAM,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAe,CAAC,EAAE,wCAAwC,CAAC,eAC7GiF,iBAAK,CAACC,aAAa,CAAC,MAAM,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAa,CAAC,EAAE6D,eAAe,IAAI,IAAI,CAAC,CAAC,eAC/FoB,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAoB,CAAC,eAClEiF,iBAAK,CAACC,aAAa,CAAC,MAAM,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAe,CAAC,EAAE,wCAAwC,CAAC,eAC7GiF,iBAAK,CAACC,aAAa,CAAC,MAAM,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAa,CAAC,EAAE8D,iBAAiB,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAC3H,CAAC,CAAC1E,EAAE,GAAGe,YAAY,KAAK,IAAI,IAAIA,YAAY,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,YAAY,CAACI,KAAK,MAAM,IAAI,IAAInB,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAAChB,MAAM,mBAAK6G,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,KAAAlF,MAAA,CAAKD,MAAM;EAAe,CAAC,eACvMiF,iBAAK,CAACC,aAAa,CAACI,sBAAU,EAAE;IAAEd,KAAK,EAAE;EAA2B,CAAC,CAAC,eACtES,iBAAK,CAACC,aAAa,CAACU,sBAAW,EAAE;IAAEC,KAAK,GAChC;MAAEtC,GAAG,EAAE,KAAK;MAAEU,KAAK,kBAAAhE,MAAA,CAAQ,CAACE,YAAY,KAAK,IAAI,IAAIA,YAAY,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,YAAY,CAAC2F,OAAO,KAAK,CAAC;IAAI,CAAC,EAAA7F,MAAA,CAAAlD,kBAAA,CACpHoD,YAAY,CAACI,KAAK,CAACO,GAAG,CAAC,UAACH,IAAI;MAAA,OAAM;QACjC4C,GAAG,EAAE5C,IAAI,CAACM,QAAQ;QAClBgD,KAAK,KAAAhE,MAAA,CAAKU,IAAI,CAACqC,QAAQ,OAAA/C,MAAA,CAAIU,IAAI,CAACJ,KAAK;MACzC,CAAC;IAAA,CAAC,CAAC,EACN;IAAEwF,SAAS,EAAExG,MAAM;IAAEyG,QAAQ,EAAE,SAAVA,QAAQA,CAAEzC,GAAG,EAAI;MACnCxD,QAAQ,CAAC;QACLR,MAAM,EAAEgE;MACZ,CAAC,CAAC;IACN;EAAE,CAAC,CAAC,eACR0B,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE,IAAI,eAC3BD,iBAAK,CAACC,aAAa,CAACe,mBAAO,EAAE1J,MAAM,CAACyE,MAAM,CAAC;IAAEuD,OAAO,EAAEA,OAAO;IAAE2B,MAAM,EAAE;EAAK,CAAC,EAAExB,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,CAAC;AAC3H,CAAC;AAAC,IAAAyB,QAAA,GAAAC,OAAA,cACaxH,QAAQ","ignoreList":[]}
|
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
@import '../../style/index';
|
|
2
|
-
|
|
3
|
-
.@{prefix-cls}-overview {
|
|
4
|
-
display: flex;
|
|
5
|
-
gap: 10px;
|
|
6
|
-
height: 716px;
|
|
7
|
-
&-left {
|
|
8
|
-
position: relative;
|
|
9
|
-
height: 716px;
|
|
10
|
-
width: 470px;
|
|
11
|
-
padding: 10px;
|
|
12
|
-
&-map {
|
|
13
|
-
height: 690px;
|
|
14
|
-
}
|
|
15
|
-
&-legend {
|
|
16
|
-
position: absolute;
|
|
17
|
-
left: 10px;
|
|
18
|
-
bottom: 10px;
|
|
19
|
-
max-width: 120px;
|
|
20
|
-
min-height: 32px;
|
|
21
|
-
overflow-y: auto;
|
|
22
|
-
z-index: 99;
|
|
23
|
-
background: linear-gradient(0deg, #0a3a62, #03213f);
|
|
24
|
-
border: 1px solid #516176;
|
|
25
|
-
border-radius: 6px;
|
|
26
|
-
color: #fff;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
&-legendItem {
|
|
30
|
-
width: 100%;
|
|
31
|
-
display: inline-flex;
|
|
32
|
-
align-items: center;
|
|
33
|
-
padding: 4px 8px;
|
|
34
|
-
}
|
|
35
|
-
&-icon {
|
|
36
|
-
width: 16px;
|
|
37
|
-
height: 16px;
|
|
38
|
-
display: flex;
|
|
39
|
-
align-items: center;
|
|
40
|
-
}
|
|
41
|
-
&-iconColor {
|
|
42
|
-
width: 100%;
|
|
43
|
-
height: 100%;
|
|
44
|
-
}
|
|
45
|
-
&-name {
|
|
46
|
-
margin-left: 4px;
|
|
47
|
-
}
|
|
48
|
-
&-right {
|
|
49
|
-
flex: 1;
|
|
50
|
-
overflow-y: auto;
|
|
51
|
-
&-base {
|
|
52
|
-
margin: 10px 10px 10px 0;
|
|
53
|
-
padding: 10px 0 10px 10px;
|
|
54
|
-
background: var(--bg-color2);
|
|
55
|
-
border: 1px solid var(--bg-border-color2);
|
|
56
|
-
}
|
|
57
|
-
&-basic {
|
|
58
|
-
height: 140px;
|
|
59
|
-
overflow-y: auto;
|
|
60
|
-
.info-line {
|
|
61
|
-
width: 45% !important;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
&-work {
|
|
65
|
-
margin: 10px 10px 10px 0;
|
|
66
|
-
padding: 10px 0 10px 10px;
|
|
67
|
-
background: var(--bg-color2);
|
|
68
|
-
border: 1px solid var(--bg-border-color2);
|
|
69
|
-
|
|
70
|
-
.label {
|
|
71
|
-
color: var(--label-color);
|
|
72
|
-
white-space: nowrap;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
&-item {
|
|
76
|
-
min-height: 36px;
|
|
77
|
-
overflow-y: auto;
|
|
78
|
-
.info-line {
|
|
79
|
-
width: 45% !important;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
&-list {
|
|
84
|
-
display: flex;
|
|
85
|
-
flex-wrap: wrap;
|
|
86
|
-
}
|
|
87
|
-
&-listItem {
|
|
88
|
-
width: 100%;
|
|
89
|
-
}
|
|
90
|
-
&-bottom {
|
|
91
|
-
display: flex;
|
|
92
|
-
display: flex;
|
|
93
|
-
flex-wrap: wrap;
|
|
94
|
-
height: 30px;
|
|
95
|
-
line-height: 30px;
|
|
96
|
-
}
|
|
97
|
-
&-bottomItem {
|
|
98
|
-
width: 50%;
|
|
99
|
-
display: flex;
|
|
100
|
-
}
|
|
101
|
-
&-title {
|
|
102
|
-
color: var(--label-color);
|
|
103
|
-
white-space: nowrap;
|
|
104
|
-
}
|
|
105
|
-
&-num {
|
|
106
|
-
color: var(--info-color);
|
|
107
|
-
font-weight: 400;
|
|
108
|
-
min-width: 98px;
|
|
109
|
-
}
|
|
110
|
-
&-img {
|
|
111
|
-
width: 30px;
|
|
112
|
-
}
|
|
113
|
-
&-table {
|
|
114
|
-
margin: 10px 10px 10px 0;
|
|
115
|
-
padding: 10px 0 10px 10px;
|
|
116
|
-
background: var(--bg-color2);
|
|
117
|
-
border: 1px solid var(--bg-border-color2);
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "OverView", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _OverView["default"];
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
var _OverView = _interopRequireDefault(require("./OverView"));
|
|
13
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
14
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["_OverView","_interopRequireDefault","require","e","__esModule"],"sources":["vtx-facility-modal/components/index.js"],"sourcesContent":["export { default as OverView } from './OverView';\n"],"mappings":";;;;;;;;;;;AAAA,IAAAA,SAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAiD,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA","ignoreList":[]}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.getColor = exports.OverViewTRFields = exports.OverViewLHDorHDFields = void 0;
|
|
7
|
-
var OverViewLHDorHDFields = exports.OverViewLHDorHDFields = [
|
|
8
|
-
// 绿化或河道的基本信息
|
|
9
|
-
{
|
|
10
|
-
key: 'tenderName',
|
|
11
|
-
label: '所属标段'
|
|
12
|
-
}, {
|
|
13
|
-
key: 'manageUnitName',
|
|
14
|
-
label: '作业单位'
|
|
15
|
-
}, {
|
|
16
|
-
key: 'typeName',
|
|
17
|
-
label: '作业类型'
|
|
18
|
-
}, {
|
|
19
|
-
key: 'facilityLength',
|
|
20
|
-
label: '长度(m)'
|
|
21
|
-
}, {
|
|
22
|
-
key: 'facilityWidth',
|
|
23
|
-
label: '宽度(m)'
|
|
24
|
-
}, {
|
|
25
|
-
key: 'facilityArea',
|
|
26
|
-
label: '面积(㎡)'
|
|
27
|
-
}];
|
|
28
|
-
var OverViewTRFields = exports.OverViewTRFields = [
|
|
29
|
-
// 主要干道
|
|
30
|
-
{
|
|
31
|
-
key: 'facilityClassName',
|
|
32
|
-
label: '道路等级'
|
|
33
|
-
}, {
|
|
34
|
-
key: 'typeName',
|
|
35
|
-
label: '作业类型'
|
|
36
|
-
}, {
|
|
37
|
-
key: 'tenderName',
|
|
38
|
-
label: '所属标段'
|
|
39
|
-
}, {
|
|
40
|
-
key: 'manageUnitName',
|
|
41
|
-
label: '作业单位'
|
|
42
|
-
}, {
|
|
43
|
-
key: 'facilityLength',
|
|
44
|
-
label: '长度(m)'
|
|
45
|
-
}, {
|
|
46
|
-
key: 'facilityWidth',
|
|
47
|
-
label: '宽度(m)'
|
|
48
|
-
}, {
|
|
49
|
-
key: 'facilityArea',
|
|
50
|
-
label: '面积(㎡)'
|
|
51
|
-
}];
|
|
52
|
-
var getColor = exports.getColor = function getColor(bh) {
|
|
53
|
-
if (!bh) return;
|
|
54
|
-
// 不同设施类型颜色区分
|
|
55
|
-
var colors = ['#FFDCB8', '#E95439', '#FFF700', '#3D27F6', '#1CD64E', '#00CBFF', '#BE9860', 'green'];
|
|
56
|
-
if (bh.search('tr') !== -1) return colors[0];
|
|
57
|
-
if (bh.search('rxd') !== -1) return colors[1];
|
|
58
|
-
if (bh.search('jdcd') !== -1) return colors[2];
|
|
59
|
-
if (bh.search('fjdcd') !== -1) return colors[3];
|
|
60
|
-
if (bh.search('glss') !== -1) return colors[4];
|
|
61
|
-
if (bh.search('hd') !== -1) return colors[5];
|
|
62
|
-
if (bh.search('hp') !== -1) return colors[6];
|
|
63
|
-
if (bh.search('lh') !== -1) return colors[7];
|
|
64
|
-
};
|
|
65
|
-
//# sourceMappingURL=config.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","names":["OverViewLHDorHDFields","exports","key","label","OverViewTRFields","getColor","bh","colors","search"],"sources":["vtx-facility-modal/config.js"],"sourcesContent":["export const OverViewLHDorHDFields = [\n // 绿化或河道的基本信息\n {\n key: 'tenderName',\n label: '所属标段',\n },\n {\n key: 'manageUnitName',\n label: '作业单位',\n },\n {\n key: 'typeName',\n label: '作业类型',\n },\n {\n key: 'facilityLength',\n label: '长度(m)',\n },\n {\n key: 'facilityWidth',\n label: '宽度(m)',\n },\n {\n key: 'facilityArea',\n label: '面积(㎡)',\n },\n];\nexport const OverViewTRFields = [\n // 主要干道\n {\n key: 'facilityClassName',\n label: '道路等级',\n },\n {\n key: 'typeName',\n label: '作业类型',\n },\n {\n key: 'tenderName',\n label: '所属标段',\n },\n {\n key: 'manageUnitName',\n label: '作业单位',\n },\n {\n key: 'facilityLength',\n label: '长度(m)',\n },\n {\n key: 'facilityWidth',\n label: '宽度(m)',\n },\n {\n key: 'facilityArea',\n label: '面积(㎡)',\n },\n];\nexport const getColor = (bh) => {\n if (!bh)\n return;\n // 不同设施类型颜色区分\n const colors = [\n '#FFDCB8',\n '#E95439',\n '#FFF700',\n '#3D27F6',\n '#1CD64E',\n '#00CBFF',\n '#BE9860',\n 'green',\n ];\n if (bh.search('tr') !== -1)\n return colors[0];\n if (bh.search('rxd') !== -1)\n return colors[1];\n if (bh.search('jdcd') !== -1)\n return colors[2];\n if (bh.search('fjdcd') !== -1)\n return colors[3];\n if (bh.search('glss') !== -1)\n return colors[4];\n if (bh.search('hd') !== -1)\n return colors[5];\n if (bh.search('hp') !== -1)\n return colors[6];\n if (bh.search('lh') !== -1)\n return colors[7];\n};\n"],"mappings":";;;;;;AAAO,IAAMA,qBAAqB,GAAAC,OAAA,CAAAD,qBAAA,GAAG;AACjC;AACA;EACIE,GAAG,EAAE,YAAY;EACjBC,KAAK,EAAE;AACX,CAAC,EACD;EACID,GAAG,EAAE,gBAAgB;EACrBC,KAAK,EAAE;AACX,CAAC,EACD;EACID,GAAG,EAAE,UAAU;EACfC,KAAK,EAAE;AACX,CAAC,EACD;EACID,GAAG,EAAE,gBAAgB;EACrBC,KAAK,EAAE;AACX,CAAC,EACD;EACID,GAAG,EAAE,eAAe;EACpBC,KAAK,EAAE;AACX,CAAC,EACD;EACID,GAAG,EAAE,cAAc;EACnBC,KAAK,EAAE;AACX,CAAC,CACJ;AACM,IAAMC,gBAAgB,GAAAH,OAAA,CAAAG,gBAAA,GAAG;AAC5B;AACA;EACIF,GAAG,EAAE,mBAAmB;EACxBC,KAAK,EAAE;AACX,CAAC,EACD;EACID,GAAG,EAAE,UAAU;EACfC,KAAK,EAAE;AACX,CAAC,EACD;EACID,GAAG,EAAE,YAAY;EACjBC,KAAK,EAAE;AACX,CAAC,EACD;EACID,GAAG,EAAE,gBAAgB;EACrBC,KAAK,EAAE;AACX,CAAC,EACD;EACID,GAAG,EAAE,gBAAgB;EACrBC,KAAK,EAAE;AACX,CAAC,EACD;EACID,GAAG,EAAE,eAAe;EACpBC,KAAK,EAAE;AACX,CAAC,EACD;EACID,GAAG,EAAE,cAAc;EACnBC,KAAK,EAAE;AACX,CAAC,CACJ;AACM,IAAME,QAAQ,GAAAJ,OAAA,CAAAI,QAAA,GAAG,SAAXA,QAAQA,CAAIC,EAAE,EAAK;EAC5B,IAAI,CAACA,EAAE,EACH;EACJ;EACA,IAAMC,MAAM,GAAG,CACX,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,OAAO,CACV;EACD,IAAID,EAAE,CAACE,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,EACtB,OAAOD,MAAM,CAAC,CAAC,CAAC;EACpB,IAAID,EAAE,CAACE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,EACvB,OAAOD,MAAM,CAAC,CAAC,CAAC;EACpB,IAAID,EAAE,CAACE,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EACxB,OAAOD,MAAM,CAAC,CAAC,CAAC;EACpB,IAAID,EAAE,CAACE,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,EACzB,OAAOD,MAAM,CAAC,CAAC,CAAC;EACpB,IAAID,EAAE,CAACE,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EACxB,OAAOD,MAAM,CAAC,CAAC,CAAC;EACpB,IAAID,EAAE,CAACE,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,EACtB,OAAOD,MAAM,CAAC,CAAC,CAAC;EACpB,IAAID,EAAE,CAACE,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,EACtB,OAAOD,MAAM,CAAC,CAAC,CAAC;EACpB,IAAID,EAAE,CAACE,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,EACtB,OAAOD,MAAM,CAAC,CAAC,CAAC;AACxB,CAAC","ignoreList":[]}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|