@vtx/modals2 5.0.2 → 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/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 -0
- package/lib/resources/jessibuca/decoder.js +3839 -0
- package/lib/resources/jessibuca/decoder.wasm +0 -0
- package/lib/resources/jessibuca/jessibuca.js +5350 -0
- package/lib/style/index.less +262 -0
- package/lib/vtx-area-modal/api.js +165 -0
- package/lib/vtx-area-modal/components/BaseInfo/Lcfx.js +103 -0
- package/lib/vtx-area-modal/components/BaseInfo/ListZymx.js +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 +202 -0
- package/lib/vtx-base-modal/service.js +39 -0
- package/lib/vtx-base-modal/style/index.js +1 -0
- package/lib/vtx-base-modal/style/index.less +78 -0
- package/lib/vtx-car-modal/api.js +1019 -0
- package/lib/vtx-car-modal/components/Info/index.js +110 -0
- package/lib/vtx-car-modal/components/Info/index.less +6 -0
- package/lib/vtx-car-modal/content/Cc/AlarmInfo/List.js +111 -0
- package/lib/vtx-car-modal/content/Cc/AlarmInfo/StaticInfo.js +77 -0
- package/lib/vtx-car-modal/content/Cc/AlarmInfo/index.js +69 -0
- package/lib/vtx-car-modal/content/Cc/BaseInfo/index.js +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/warn.png +0 -0
- package/lib/vtx-car-modal/imgs/weight.png +0 -0
- package/lib/vtx-car-modal/imgs/weight_bg.png +0 -0
- package/lib/vtx-car-modal/imgs/ws_point.png +0 -0
- package/lib/vtx-car-modal/imgs/ys_point.png +0 -0
- package/lib/vtx-car-modal/index.js +258 -0
- package/lib/vtx-car-modal/style/index.js +3 -0
- package/lib/vtx-car-modal/style/index.less +35 -0
- package/lib/vtx-cp-modal/api.js +357 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +172 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +39 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +84 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/index.js +41 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/index.less +34 -0
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +116 -0
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +72 -0
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +154 -0
- package/lib/vtx-cp-modal/components/BaseInfo/index.js +96 -0
- package/lib/vtx-cp-modal/components/BaseInfo/index.less +140 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/AlarmRecord.js +200 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +35 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +84 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +41 -0
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +62 -0
- package/lib/vtx-cp-modal/components/SyInfo/index.js +306 -0
- package/lib/vtx-cp-modal/components/SyInfo/index.less +18 -0
- package/lib/vtx-cp-modal/components/index.js +5 -0
- package/lib/vtx-cp-modal/imgs/alarm.png +0 -0
- package/lib/vtx-cp-modal/imgs/allRate.png +0 -0
- package/lib/vtx-cp-modal/imgs/allRate_dark.png +0 -0
- package/lib/vtx-cp-modal/imgs/bucket.png +0 -0
- package/lib/vtx-cp-modal/imgs/bucket_dark.png +0 -0
- package/lib/vtx-cp-modal/imgs/collect.png +0 -0
- package/lib/vtx-cp-modal/imgs/collect_dark.png +0 -0
- package/lib/vtx-cp-modal/imgs/corner_cy.png +0 -0
- package/lib/vtx-cp-modal/imgs/corner_khs.png +0 -0
- package/lib/vtx-cp-modal/imgs/corner_qt.png +0 -0
- package/lib/vtx-cp-modal/imgs/corner_yh.png +0 -0
- package/lib/vtx-cp-modal/imgs/cy.png +0 -0
- package/lib/vtx-cp-modal/imgs/default.png +0 -0
- package/lib/vtx-cp-modal/imgs/jhsj.png +0 -0
- package/lib/vtx-cp-modal/imgs/jhsj_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/khs.png +0 -0
- package/lib/vtx-cp-modal/imgs/plan.png +0 -0
- package/lib/vtx-cp-modal/imgs/plan_dark.png +0 -0
- package/lib/vtx-cp-modal/imgs/qt.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjl.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjl_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjsj.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjsj_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjts.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjts_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjzl.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjzl_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/track.png +0 -0
- package/lib/vtx-cp-modal/imgs/weight.png +0 -0
- package/lib/vtx-cp-modal/imgs/weight_dark.png +0 -0
- package/lib/vtx-cp-modal/imgs/yh.png +0 -0
- package/lib/vtx-cp-modal/index.js +121 -0
- package/lib/vtx-cp-modal/style/index.js +3 -0
- package/lib/vtx-cp-modal/style/index.less +1 -0
- package/lib/vtx-default-modal/api.js +170 -0
- package/lib/vtx-default-modal/components/BaseInfo/index.js +109 -0
- package/lib/vtx-default-modal/components/BaseInfo/index.less +26 -0
- package/lib/vtx-default-modal/components/index.js +2 -0
- package/lib/vtx-default-modal/index.js +126 -0
- package/lib/vtx-default-modal/style/index.js +4 -0
- package/lib/vtx-default-modal/style/index.less +1 -0
- package/lib/vtx-df-modal/api.js +267 -0
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +62 -0
- package/lib/vtx-df-modal/components/BaseInfo/Jczbqs.js +96 -0
- package/lib/vtx-df-modal/components/BaseInfo/Qyjcl.js +43 -0
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +146 -0
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js +47 -0
- package/lib/vtx-df-modal/components/BaseInfo/index.js +140 -0
- package/lib/vtx-df-modal/components/BaseInfo/index.less +161 -0
- package/lib/vtx-df-modal/components/Calendar/index.js +142 -0
- package/lib/vtx-df-modal/components/Calendar/index.less +81 -0
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js +65 -0
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +77 -0
- package/lib/vtx-df-modal/components/Metering/List.js +125 -0
- package/lib/vtx-df-modal/components/Metering/index.js +187 -0
- package/lib/vtx-df-modal/components/Metering/index.less +68 -0
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +179 -0
- package/lib/vtx-df-modal/components/WorkCondition/Table.js +84 -0
- package/lib/vtx-df-modal/components/WorkCondition/index.js +167 -0
- package/lib/vtx-df-modal/components/WorkCondition/index.less +113 -0
- package/lib/vtx-df-modal/components/index.js +5 -0
- package/lib/vtx-df-modal/imgs/alarm.png +0 -0
- package/lib/vtx-df-modal/imgs/alarm_light.png +0 -0
- package/lib/vtx-df-modal/imgs/c_car.png +0 -0
- package/lib/vtx-df-modal/imgs/c_jcl.png +0 -0
- package/lib/vtx-df-modal/imgs/down.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc_dark.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl_dark.png +0 -0
- package/lib/vtx-df-modal/imgs/normal.png +0 -0
- package/lib/vtx-df-modal/imgs/normal_light.png +0 -0
- package/lib/vtx-df-modal/imgs/rjjcl.svg +55 -0
- package/lib/vtx-df-modal/imgs/rjjcl_dark.svg +94 -0
- package/lib/vtx-df-modal/imgs/situation_parent.png +0 -0
- package/lib/vtx-df-modal/imgs/situation_parent_bg.png +0 -0
- package/lib/vtx-df-modal/imgs/sjnl.svg +39 -0
- package/lib/vtx-df-modal/imgs/sjnl_dark.svg +78 -0
- package/lib/vtx-df-modal/imgs/tab_more.png +0 -0
- package/lib/vtx-df-modal/imgs/tab_more_light.png +0 -0
- package/lib/vtx-df-modal/imgs/up.png +0 -0
- package/lib/vtx-df-modal/imgs/zjccc.svg +44 -0
- package/lib/vtx-df-modal/imgs/zjccc_dark.svg +84 -0
- package/lib/vtx-df-modal/imgs/zjcl.svg +55 -0
- package/lib/vtx-df-modal/imgs/zjcl_dark.svg +94 -0
- package/lib/vtx-df-modal/index.js +135 -0
- package/lib/vtx-df-modal/style/index.js +4 -0
- package/lib/vtx-df-modal/style/index.less +1 -0
- package/lib/vtx-qyry-modal/api.js +129 -0
- package/lib/vtx-qyry-modal/index.js +119 -0
- package/lib/vtx-qyry-modal/style/index.js +1 -0
- package/lib/vtx-road-modal/api.js +219 -0
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js +48 -0
- package/lib/vtx-road-modal/components/BaseInfo/Work.js +322 -0
- package/lib/vtx-road-modal/components/BaseInfo/index.js +91 -0
- package/lib/vtx-road-modal/components/BaseInfo/index.less +218 -0
- package/lib/vtx-road-modal/components/Calendar/index.js +155 -0
- package/lib/vtx-road-modal/components/Statistical/index.js +244 -0
- package/lib/vtx-road-modal/components/Statistical/index.less +32 -0
- package/lib/vtx-road-modal/components/index.js +4 -0
- package/lib/vtx-road-modal/imgs/calendar/dark_green_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/calendar/dark_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/calendar/green_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/calendar/mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/dark_real.png +0 -0
- package/lib/vtx-road-modal/imgs/dark_valid.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/dark_over_rate.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/dark_plan_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/dark_valid_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/over_rate.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/plan_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/valid_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/real.png +0 -0
- package/lib/vtx-road-modal/imgs/valid.png +0 -0
- package/lib/vtx-road-modal/index.js +102 -0
- package/lib/vtx-road-modal/style/index.js +3 -0
- package/lib/vtx-road-modal/style/index.less +26 -0
- package/lib/vtx-shxq-modal/api.js +337 -0
- package/lib/vtx-shxq-modal/components/AlarmRecord/List.js +115 -0
- package/lib/vtx-shxq-modal/components/AlarmRecord/index.js +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 +427 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +67 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/List.js +111 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js +95 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/index.less +9 -0
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js +58 -0
- package/lib/vtx-staff-modal/components/Attendance/Record.js +154 -0
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +129 -0
- package/lib/vtx-staff-modal/components/Attendance/index.js +49 -0
- package/lib/vtx-staff-modal/components/Attendance/index.less +38 -0
- package/lib/vtx-staff-modal/components/BaseInfo/ListZymx.js +115 -0
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +42 -0
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStaticDay.js +48 -0
- package/lib/vtx-staff-modal/components/BaseInfo/index.js +183 -0
- package/lib/vtx-staff-modal/components/BaseInfo/index.less +94 -0
- package/lib/vtx-staff-modal/components/Calendar/index.js +237 -0
- package/lib/vtx-staff-modal/components/Calendar/index.less +82 -0
- package/lib/vtx-staff-modal/components/Equipment/index.js +147 -0
- package/lib/vtx-staff-modal/components/Equipment/index.less +29 -0
- package/lib/vtx-staff-modal/components/index.js +6 -0
- package/lib/vtx-staff-modal/imgs/all_time.png +0 -0
- package/lib/vtx-staff-modal/imgs/all_time_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/avg.png +0 -0
- package/lib/vtx-staff-modal/imgs/avg_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/mileage.png +0 -0
- package/lib/vtx-staff-modal/imgs/mileage_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/online.png +0 -0
- package/lib/vtx-staff-modal/imgs/online_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_alarm.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_alarm_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_level.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_level_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_over.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_over_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_sum.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_sum_dark.png +0 -0
- package/lib/vtx-staff-modal/index.js +116 -0
- package/lib/vtx-staff-modal/style/index.js +5 -0
- package/lib/vtx-staff-modal/style/index.less +1 -0
- package/lib/vtx-tfd-modal/api.js +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 +4 -4
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Group 460">
|
|
3
|
+
<circle id="Ellipse 39" cx="22" cy="22" r="22" fill="#0FB964" fill-opacity="0.1"/>
|
|
4
|
+
<g id="Group 438">
|
|
5
|
+
<g id="Frame">
|
|
6
|
+
<g id="Vector" filter="url(#filter0_i_163_1761)">
|
|
7
|
+
<path d="M10.0296 12.2734H23.0197C23.5973 12.2734 24.0307 12.7177 24.0307 13.3094V27.6638C24.0307 28.2554 23.5973 28.6997 23.0197 28.6997H18.9779C18.6897 26.9226 17.2463 25.5919 15.5147 25.5919C13.7821 25.5919 12.1946 26.9237 12.0505 28.6997H10.0296C9.45199 28.6997 9.01855 28.2554 9.01855 27.6638V13.3094C9.01855 12.7177 9.45199 12.2734 10.0296 12.2734ZM26.0505 16.4171H30.5258C31.2475 16.4171 31.5357 16.8614 31.9692 17.453L34.1331 20.5608C34.1331 20.5608 35 21.5967 35 22.6326V27.8122C35 28.4028 34.5665 28.8471 33.9901 28.8471H32.9791C32.6908 26.9237 31.2475 25.5919 29.5148 25.5919C27.7832 25.5919 26.1957 26.9237 26.0505 28.6997C25.4741 28.6997 25.0406 28.2554 25.0406 27.6638V17.453C25.0406 16.8614 25.4741 16.4171 26.0505 16.4171ZM33.2684 22.6326C33.2684 22.3357 33.1232 22.0399 32.835 21.7441L30.6699 18.7848C30.6699 18.7848 30.3806 18.489 30.2365 18.489H27.7832V22.6326H33.2684Z" fill="#0FB964"/>
|
|
8
|
+
<path d="M29.582 25.9734C29.9628 25.9683 30.3408 26.0395 30.6937 26.1829C31.0465 26.3262 31.3671 26.5388 31.6365 26.8081C31.9058 27.0773 32.1185 27.3978 32.262 27.7506C32.4055 28.1034 32.4769 28.4814 32.4719 28.8622C32.4719 30.4876 31.2074 31.7522 29.582 31.7522C27.9566 31.7522 26.692 30.4876 26.692 28.8622C26.692 27.2368 27.9566 25.9734 29.582 25.9734ZM15.4595 25.9734C15.8402 25.9686 16.218 26.04 16.5706 26.1835C16.9233 26.327 17.2437 26.5396 17.5129 26.8088C17.7821 27.078 17.9947 27.3984 18.1382 27.7511C18.2817 28.1037 18.3531 28.4815 18.3483 28.8622C18.3483 30.4876 17.0838 31.7522 15.4595 31.7522C13.8341 31.7522 12.5695 30.4876 12.5695 28.8622C12.5695 27.2368 13.8341 25.9734 15.4595 25.9734Z" fill="#0FB964"/>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
<foreignObject x="5" y="7" width="23.043" height="21"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(2px);clip-path:url(#bgblur_0_163_1761_clip_path);height:100%;width:100%"></div></foreignObject><rect id="Rectangle 227" data-figma-bg-blur-radius="4" x="9.3" y="11.3" width="14.4429" height="12.4" rx="1.7" fill="#A7FFD3" fill-opacity="0.5" stroke="url(#paint0_linear_163_1761)" stroke-width="0.6"/>
|
|
12
|
+
<g id="Vector_2" filter="url(#filter2_d_163_1761)">
|
|
13
|
+
<path d="M16.819 15.1711L18.5771 17.1761C18.6086 17.2121 18.636 17.2521 18.6585 17.2951L18.6666 17.3121C18.6779 17.3321 18.6868 17.3521 18.6948 17.3741L18.7053 17.4041C18.7526 17.5483 18.7583 17.7083 18.7215 17.8571C18.6902 17.9781 18.6307 18.085 18.5505 18.1641L16.8174 20.1291C16.7142 20.2401 16.5801 20.2967 16.4437 20.2869C16.3073 20.2771 16.1794 20.2016 16.0872 20.0766C15.995 19.9516 15.9458 19.7869 15.9501 19.6176C15.9544 19.4482 16.0118 19.2877 16.1102 19.1701L16.8698 18.3071H11.9529C11.8139 18.3071 11.6805 18.2386 11.5822 18.1167C11.4839 17.9948 11.4287 17.8295 11.4287 17.6571C11.4287 17.4847 11.4839 17.3194 11.5822 17.1975C11.6805 17.0756 11.8139 17.0071 11.9529 17.0071H16.8803L16.1094 16.1281C16.0178 16.0238 15.9591 15.8826 15.9438 15.7297C15.9284 15.5767 15.9574 15.422 16.0255 15.2931L16.0779 15.2101C16.1719 15.0833 16.3027 15.0079 16.4416 15.0006C16.5804 14.9933 16.7167 15.0546 16.819 15.1711Z" fill="white"/>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
<defs>
|
|
18
|
+
<filter id="filter0_i_163_1761" x="9.01855" y="12.2734" width="25.9814" height="21.4785" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
19
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
20
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
21
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
22
|
+
<feOffset dy="2"/>
|
|
23
|
+
<feGaussianBlur stdDeviation="2"/>
|
|
24
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
25
|
+
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0"/>
|
|
26
|
+
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_163_1761"/>
|
|
27
|
+
</filter>
|
|
28
|
+
<clipPath id="bgblur_0_163_1761_clip_path" transform="translate(-5 -7)"><rect x="9.3" y="11.3" width="14.4429" height="12.4" rx="1.7"/>
|
|
29
|
+
</clipPath><filter id="filter2_d_163_1761" x="7.42871" y="13" width="15.3164" height="13.2881" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
30
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
31
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
32
|
+
<feOffset dy="2"/>
|
|
33
|
+
<feGaussianBlur stdDeviation="2"/>
|
|
34
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
35
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.0588235 0 0 0 0 0.72549 0 0 0 0 0.392157 0 0 0 0.7 0"/>
|
|
36
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_163_1761"/>
|
|
37
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_163_1761" result="shape"/>
|
|
38
|
+
</filter>
|
|
39
|
+
<linearGradient id="paint0_linear_163_1761" x1="16.5214" y1="11" x2="16.5214" y2="24" gradientUnits="userSpaceOnUse">
|
|
40
|
+
<stop stop-color="white"/>
|
|
41
|
+
<stop offset="1" stop-color="white" stop-opacity="0.3"/>
|
|
42
|
+
</linearGradient>
|
|
43
|
+
</defs>
|
|
44
|
+
</svg>
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Group 460">
|
|
3
|
+
<g id="Ellipse 39">
|
|
4
|
+
<g filter="url(#filter0_ii_180_10035)">
|
|
5
|
+
<circle cx="22" cy="22" r="22" fill="url(#paint0_linear_180_10035)" fill-opacity="0.5"/>
|
|
6
|
+
</g>
|
|
7
|
+
<circle cx="22" cy="22" r="21.5" stroke="url(#paint1_linear_180_10035)"/>
|
|
8
|
+
</g>
|
|
9
|
+
<g id="Group 438">
|
|
10
|
+
<g id="Frame" clip-path="url(#clip0_180_10035)">
|
|
11
|
+
<g id="Vector" filter="url(#filter1_i_180_10035)">
|
|
12
|
+
<path d="M10.0305 14.2734H23.0207C23.5983 14.2734 24.0317 14.7177 24.0317 15.3094V29.6638C24.0317 30.2554 23.5983 30.6997 23.0207 30.6997H18.9789C18.6906 28.9226 17.2473 27.5919 15.5157 27.5919C13.783 27.5919 12.1956 28.9237 12.0514 30.6997H10.0305C9.45297 30.6997 9.01953 30.2554 9.01953 29.6638V15.3094C9.01953 14.7177 9.45297 14.2734 10.0305 14.2734ZM26.0515 18.4171H30.5268C31.2485 18.4171 31.5367 18.8614 31.9701 19.453L34.1341 22.5608C34.1341 22.5608 35.001 23.5967 35.001 24.6326V29.8122C35.001 30.4028 34.5675 30.8471 33.991 30.8471H32.98C32.6918 28.9237 31.2485 27.5919 29.5158 27.5919C27.7842 27.5919 26.1967 28.9237 26.0515 30.6997C25.475 30.6997 25.0416 30.2554 25.0416 29.6638V19.453C25.0416 18.8614 25.475 18.4171 26.0515 18.4171ZM33.2694 24.6326C33.2694 24.3357 33.1242 24.0399 32.8359 23.7441L30.6709 20.7848C30.6709 20.7848 30.3816 20.489 30.2375 20.489H27.7842V24.6326H33.2694Z" fill="url(#paint2_linear_180_10035)"/>
|
|
13
|
+
<path d="M29.583 27.9734C29.9638 27.9683 30.3418 28.0395 30.6947 28.1829C31.0475 28.3262 31.3681 28.5388 31.6374 28.8081C31.9068 29.0773 32.1195 29.3978 32.263 29.7506C32.4065 30.1034 32.4779 30.4814 32.4729 30.8622C32.4729 32.4876 31.2084 33.7522 29.583 33.7522C27.9576 33.7522 26.693 32.4876 26.693 30.8622C26.693 29.2368 27.9576 27.9734 29.583 27.9734ZM15.4604 27.9734C15.8411 27.9686 16.219 28.04 16.5716 28.1835C16.9243 28.327 17.2447 28.5396 17.5139 28.8088C17.7831 29.078 17.9957 29.3984 18.1392 29.7511C18.2827 30.1037 18.3541 30.4815 18.3493 30.8622C18.3493 32.4876 17.0848 33.7522 15.4604 33.7522C13.835 33.7522 12.5705 32.4876 12.5705 30.8622C12.5705 29.2368 13.835 27.9734 15.4604 27.9734Z" fill="url(#paint3_linear_180_10035)"/>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
<foreignObject x="5" y="9" width="23.043" height="21"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(2px);clip-path:url(#bgblur_1_180_10035_clip_path);height:100%;width:100%"></div></foreignObject><path id="Rectangle 227" data-figma-bg-blur-radius="4" d="M11 13.2998H22.043C22.9818 13.2999 23.7432 14.0612 23.7432 15V24C23.7432 24.9388 22.9818 25.7001 22.043 25.7002H11C10.0611 25.7002 9.2998 24.9389 9.2998 24V15C9.2998 14.0611 10.0611 13.2998 11 13.2998Z" fill="#49DC93" fill-opacity="0.5" stroke="url(#paint4_linear_180_10035)" stroke-width="0.6"/>
|
|
17
|
+
<g id="Vector_2" filter="url(#filter3_d_180_10035)">
|
|
18
|
+
<path d="M16.8181 17.1711L18.5761 19.1761C18.6076 19.2121 18.635 19.2521 18.6576 19.2951L18.6656 19.3121C18.6769 19.3321 18.6858 19.3521 18.6939 19.3741L18.7043 19.4041C18.7516 19.5483 18.7573 19.7083 18.7205 19.8571C18.6892 19.9781 18.6297 20.085 18.5495 20.1641L16.8164 22.1291C16.7132 22.2401 16.5791 22.2967 16.4427 22.2869C16.3064 22.2771 16.1784 22.2016 16.0862 22.0766C15.9941 21.9516 15.9449 21.7869 15.9491 21.6176C15.9534 21.4482 16.0109 21.2877 16.1092 21.1701L16.8689 20.3071H11.9519C11.8129 20.3071 11.6796 20.2386 11.5813 20.1167C11.483 19.9948 11.4277 19.8295 11.4277 19.6571C11.4277 19.4847 11.483 19.3194 11.5813 19.1975C11.6796 19.0756 11.8129 19.0071 11.9519 19.0071H16.8793L16.1084 18.1281C16.0168 18.0238 15.9581 17.8826 15.9428 17.7297C15.9274 17.5767 15.9564 17.422 16.0245 17.2931L16.0769 17.2101C16.171 17.0833 16.3018 17.0079 16.4406 17.0006C16.5794 16.9933 16.7157 17.0546 16.8181 17.1711Z" fill="white"/>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
<defs>
|
|
23
|
+
<filter id="filter0_ii_180_10035" x="0" y="0" width="44" height="46" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
24
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
25
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
26
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
27
|
+
<feOffset dy="2"/>
|
|
28
|
+
<feGaussianBlur stdDeviation="3"/>
|
|
29
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
30
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.794565 0 0 0 0 0.65249 0 0 0 0.8 0"/>
|
|
31
|
+
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_180_10035"/>
|
|
32
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
33
|
+
<feOffset/>
|
|
34
|
+
<feGaussianBlur stdDeviation="5"/>
|
|
35
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
36
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.0209731 0 0 0 0 0.842849 0 0 0 0 0.596286 0 0 0 0.3 0"/>
|
|
37
|
+
<feBlend mode="normal" in2="effect1_innerShadow_180_10035" result="effect2_innerShadow_180_10035"/>
|
|
38
|
+
</filter>
|
|
39
|
+
<filter id="filter1_i_180_10035" x="9.01953" y="14.2734" width="25.9805" height="21.4785" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
40
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
41
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
42
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
43
|
+
<feOffset dy="2"/>
|
|
44
|
+
<feGaussianBlur stdDeviation="2"/>
|
|
45
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
46
|
+
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0"/>
|
|
47
|
+
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_180_10035"/>
|
|
48
|
+
</filter>
|
|
49
|
+
<clipPath id="bgblur_1_180_10035_clip_path" transform="translate(-5 -9)"><path d="M11 13.2998H22.043C22.9818 13.2999 23.7432 14.0612 23.7432 15V24C23.7432 24.9388 22.9818 25.7001 22.043 25.7002H11C10.0611 25.7002 9.2998 24.9389 9.2998 24V15C9.2998 14.0611 10.0611 13.2998 11 13.2998Z"/>
|
|
50
|
+
</clipPath><filter id="filter3_d_180_10035" x="7.42773" y="15" width="15.3164" height="13.2881" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
51
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
52
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
53
|
+
<feOffset dy="2"/>
|
|
54
|
+
<feGaussianBlur stdDeviation="2"/>
|
|
55
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
56
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.787635 0 0 0 0 0.353218 0 0 0 0.5 0"/>
|
|
57
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_180_10035"/>
|
|
58
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_180_10035" result="shape"/>
|
|
59
|
+
</filter>
|
|
60
|
+
<linearGradient id="paint0_linear_180_10035" x1="22" y1="0" x2="22" y2="44" gradientUnits="userSpaceOnUse">
|
|
61
|
+
<stop stop-color="#00B484" stop-opacity="0"/>
|
|
62
|
+
<stop offset="1" stop-color="#0BC191"/>
|
|
63
|
+
</linearGradient>
|
|
64
|
+
<linearGradient id="paint1_linear_180_10035" x1="39.05" y1="3.85" x2="5.5" y2="37.4" gradientUnits="userSpaceOnUse">
|
|
65
|
+
<stop stop-color="white"/>
|
|
66
|
+
<stop offset="1" stop-color="#3DEB8B"/>
|
|
67
|
+
</linearGradient>
|
|
68
|
+
<linearGradient id="paint2_linear_180_10035" x1="22.0102" y1="33.7522" x2="22.0102" y2="14.2734" gradientUnits="userSpaceOnUse">
|
|
69
|
+
<stop stop-color="#15FF7E"/>
|
|
70
|
+
<stop offset="1" stop-color="white"/>
|
|
71
|
+
</linearGradient>
|
|
72
|
+
<linearGradient id="paint3_linear_180_10035" x1="22.0102" y1="33.7522" x2="22.0102" y2="14.2734" gradientUnits="userSpaceOnUse">
|
|
73
|
+
<stop stop-color="#15FF7E"/>
|
|
74
|
+
<stop offset="1" stop-color="white"/>
|
|
75
|
+
</linearGradient>
|
|
76
|
+
<linearGradient id="paint4_linear_180_10035" x1="16.5214" y1="13" x2="16.5214" y2="26" gradientUnits="userSpaceOnUse">
|
|
77
|
+
<stop stop-color="white"/>
|
|
78
|
+
<stop offset="1" stop-color="white" stop-opacity="0.7"/>
|
|
79
|
+
</linearGradient>
|
|
80
|
+
<clipPath id="clip0_180_10035">
|
|
81
|
+
<rect width="26" height="26" fill="white" transform="matrix(-1 0 0 1 35 11)"/>
|
|
82
|
+
</clipPath>
|
|
83
|
+
</defs>
|
|
84
|
+
</svg>
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Group 438">
|
|
3
|
+
<g id="Group 461">
|
|
4
|
+
<circle id="Ellipse 38" cx="22" cy="22" r="22" fill="#1677FF" fill-opacity="0.1"/>
|
|
5
|
+
</g>
|
|
6
|
+
<g id="Group 528">
|
|
7
|
+
<g id="Frame">
|
|
8
|
+
<g id="Frame_2" clip-path="url(#clip0_163_1744)">
|
|
9
|
+
<g id="Vector" filter="url(#filter0_i_163_1744)">
|
|
10
|
+
<path d="M9.47559 32.618V31.0052H11.1652V21.294H17.8891V17.9599L22.2068 21.294V17.9599L26.5293 21.294V17.9599L30.847 21.294V31.0052H32.5289V32.618H9.47559ZM11.9913 20.7705L13.3053 12.818H15.6702L16.9842 20.7695L11.9913 20.7705ZM21.3778 12.4559C20.3016 11.9437 19.1247 11.6779 17.9328 11.6779C16.7409 11.6779 15.564 11.9437 14.4878 12.4559C17.6605 9.74331 20.5614 10.6222 20.5614 10.6222C22.8482 11.8025 25.4813 12.1275 27.9864 11.5386C26.7781 12.3828 25.3294 12.814 23.8561 12.7681C23.0204 12.771 22.1866 12.6653 21.3778 12.455V12.4559Z" fill="#1677FF"/>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
<g id="Frame_3" clip-path="url(#clip1_163_1744)">
|
|
15
|
+
<foreignObject x="17.667" y="16.667" width="22.667" height="22.667"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(2px);clip-path:url(#bgblur_2_163_1744_clip_path);height:100%;width:100%"></div></foreignObject><path id="Vector_2" data-figma-bg-blur-radius="4" d="M29 20.9668C30.8654 20.9668 32.6546 21.7083 33.9736 23.0273C35.2925 24.3463 36.0331 26.1348 36.0332 28C36.0332 28.9235 35.8514 29.8382 35.498 30.6914C35.1446 31.5447 34.6267 32.3205 33.9736 32.9736C33.3205 33.6267 32.5447 34.1446 31.6914 34.498C30.8382 34.8514 29.9235 35.0332 29 35.0332C28.0765 35.0332 27.1618 34.8515 26.3086 34.498C25.4554 34.1446 24.6804 33.6266 24.0273 32.9736C23.3742 32.3205 22.8554 31.5447 22.502 30.6914C22.1486 29.8382 21.9668 28.9234 21.9668 28C21.9669 26.1348 22.7084 24.3463 24.0273 23.0273C25.3463 21.7084 27.1348 20.9669 29 20.9668Z" fill="#C5DFFF" fill-opacity="0.5" stroke="url(#paint0_linear_163_1744)" stroke-width="0.6"/>
|
|
16
|
+
</g>
|
|
17
|
+
<g id="Vector_3" filter="url(#filter2_d_163_1744)">
|
|
18
|
+
<path d="M27.0228 25.1711L25.1768 27.1761C25.1438 27.2121 25.115 27.2521 25.0913 27.2951L25.0828 27.3121C25.071 27.3321 25.0616 27.3521 25.0532 27.3741L25.0422 27.4041C24.9925 27.5483 24.9866 27.7083 25.0252 27.8571C25.0581 27.9781 25.1205 28.085 25.2048 28.1641L27.0245 30.1291C27.1329 30.2401 27.2736 30.2967 27.4169 30.2869C27.5601 30.2771 27.6944 30.2016 27.7912 30.0766C27.888 29.9516 27.9396 29.7869 27.9351 29.6176C27.9306 29.4482 27.8703 29.2877 27.7671 29.1701L26.9694 28.3071H32.1322C32.2782 28.3071 32.4182 28.2386 32.5214 28.1167C32.6246 27.9948 32.6826 27.8295 32.6826 27.6571C32.6826 27.4847 32.6246 27.3194 32.5214 27.1975C32.4182 27.0756 32.2782 27.0071 32.1322 27.0071H26.9584L27.7679 26.1281C27.8641 26.0238 27.9257 25.8826 27.9418 25.7297C27.958 25.5767 27.9275 25.422 27.856 25.2931L27.801 25.2101C27.7022 25.0833 27.5649 25.0079 27.4191 25.0006C27.2734 24.9933 27.1303 25.0546 27.0228 25.1711Z" fill="white"/>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
<defs>
|
|
23
|
+
<filter id="filter0_i_163_1744" x="9.47559" y="10.4863" width="23.0537" height="24.1318" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
24
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
25
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
26
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
27
|
+
<feOffset dy="2"/>
|
|
28
|
+
<feGaussianBlur stdDeviation="2"/>
|
|
29
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
30
|
+
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0"/>
|
|
31
|
+
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_163_1744"/>
|
|
32
|
+
</filter>
|
|
33
|
+
<clipPath id="bgblur_2_163_1744_clip_path" transform="translate(-17.667 -16.667)"><path d="M29 20.9668C30.8654 20.9668 32.6546 21.7083 33.9736 23.0273C35.2925 24.3463 36.0331 26.1348 36.0332 28C36.0332 28.9235 35.8514 29.8382 35.498 30.6914C35.1446 31.5447 34.6267 32.3205 33.9736 32.9736C33.3205 33.6267 32.5447 34.1446 31.6914 34.498C30.8382 34.8514 29.9235 35.0332 29 35.0332C28.0765 35.0332 27.1618 34.8515 26.3086 34.498C25.4554 34.1446 24.6804 33.6266 24.0273 32.9736C23.3742 32.3205 22.8554 31.5447 22.502 30.6914C22.1486 29.8382 21.9668 28.9234 21.9668 28C21.9669 26.1348 22.7084 24.3463 24.0273 23.0273C25.3463 21.7084 27.1348 20.9669 29 20.9668Z"/>
|
|
34
|
+
</clipPath><filter id="filter2_d_163_1744" x="21" y="23" width="15.6826" height="13.2881" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
35
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
36
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
37
|
+
<feOffset dy="2"/>
|
|
38
|
+
<feGaussianBlur stdDeviation="2"/>
|
|
39
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
40
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.0862745 0 0 0 0 0.466667 0 0 0 0 1 0 0 0 0.7 0"/>
|
|
41
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_163_1744"/>
|
|
42
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_163_1744" result="shape"/>
|
|
43
|
+
</filter>
|
|
44
|
+
<linearGradient id="paint0_linear_163_1744" x1="29.0003" y1="20.667" x2="29.0003" y2="35.3337" gradientUnits="userSpaceOnUse">
|
|
45
|
+
<stop stop-color="white"/>
|
|
46
|
+
<stop offset="1" stop-color="white" stop-opacity="0.7"/>
|
|
47
|
+
</linearGradient>
|
|
48
|
+
<clipPath id="clip0_163_1744">
|
|
49
|
+
<rect width="24" height="24" fill="white" transform="translate(9.00977 10.0127)"/>
|
|
50
|
+
</clipPath>
|
|
51
|
+
<clipPath id="clip1_163_1744">
|
|
52
|
+
<rect width="16" height="16" fill="white" transform="translate(21 20)"/>
|
|
53
|
+
</clipPath>
|
|
54
|
+
</defs>
|
|
55
|
+
</svg>
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Group 438">
|
|
3
|
+
<g id="Group 461">
|
|
4
|
+
<g id="Ellipse 38">
|
|
5
|
+
<g filter="url(#filter0_ii_180_10019)">
|
|
6
|
+
<circle cx="22" cy="22" r="22" fill="url(#paint0_linear_180_10019)" fill-opacity="0.5"/>
|
|
7
|
+
</g>
|
|
8
|
+
<circle cx="22" cy="22" r="21.5" stroke="url(#paint1_linear_180_10019)"/>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
<g id="Group 528">
|
|
12
|
+
<g id="Frame">
|
|
13
|
+
<g id="Frame_2" clip-path="url(#clip0_180_10019)">
|
|
14
|
+
<g id="Vector" filter="url(#filter1_di_180_10019)">
|
|
15
|
+
<path d="M9.47656 32.618V31.0052H11.1662V21.294H17.8901V17.9599L22.2078 21.294V17.9599L26.5303 21.294V17.9599L30.848 21.294V31.0052H32.5299V32.618H9.47656ZM11.9923 20.7705L13.3063 12.818H15.6712L16.9852 20.7695L11.9923 20.7705ZM21.3788 12.4559C20.3026 11.9437 19.1257 11.6779 17.9338 11.6779C16.7419 11.6779 15.565 11.9437 14.4887 12.4559C17.6615 9.74331 20.5623 10.6222 20.5623 10.6222C22.8491 11.8025 25.4823 12.1275 27.9874 11.5386C26.7791 12.3828 25.3303 12.814 23.857 12.7681C23.0213 12.771 22.1876 12.6653 21.3788 12.455V12.4559Z" fill="url(#paint2_linear_180_10019)"/>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
<g id="Frame_3" clip-path="url(#clip1_180_10019)">
|
|
20
|
+
<foreignObject x="17.666" y="16.667" width="22.666" height="22.667"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(2px);clip-path:url(#bgblur_2_180_10019_clip_path);height:100%;width:100%"></div></foreignObject><path id="Vector_2" data-figma-bg-blur-radius="4" d="M28.999 20.9668C30.8644 20.9668 32.6537 21.7083 33.9727 23.0273C35.2915 24.3463 36.0321 26.1348 36.0322 28C36.0322 28.9235 35.8504 29.8382 35.4971 30.6914C35.1436 31.5447 34.6258 32.3205 33.9727 32.9736C33.3196 33.6267 32.5438 34.1446 31.6904 34.498C30.8372 34.8514 29.9225 35.0332 28.999 35.0332C28.0755 35.0332 27.1608 34.8515 26.3076 34.498C25.4545 34.1446 24.6794 33.6266 24.0264 32.9736C23.3733 32.3205 22.8544 31.5447 22.501 30.6914C22.1477 29.8382 21.9658 28.9234 21.9658 28C21.9659 26.1348 22.7074 24.3463 24.0264 23.0273C25.3453 21.7084 27.1338 20.9669 28.999 20.9668Z" fill="#52A5FF" fill-opacity="0.5" stroke="url(#paint3_linear_180_10019)" stroke-width="0.6"/>
|
|
21
|
+
</g>
|
|
22
|
+
<g id="Vector_3" filter="url(#filter3_d_180_10019)">
|
|
23
|
+
<path d="M27.0218 25.1711L25.1758 27.1761C25.1428 27.2121 25.114 27.2521 25.0903 27.2951L25.0818 27.3121C25.07 27.3321 25.0607 27.3521 25.0522 27.3741L25.0412 27.4041C24.9916 27.5483 24.9856 27.7083 25.0243 27.8571C25.0571 27.9781 25.1196 28.085 25.2038 28.1641L27.0235 30.1291C27.1319 30.2401 27.2727 30.2967 27.4159 30.2869C27.5591 30.2771 27.6934 30.2016 27.7902 30.0766C27.887 29.9516 27.9387 29.7869 27.9342 29.6176C27.9297 29.4482 27.8694 29.2877 27.7661 29.1701L26.9685 28.3071H32.1312C32.2772 28.3071 32.4172 28.2386 32.5204 28.1167C32.6237 27.9948 32.6816 27.8295 32.6816 27.6571C32.6816 27.4847 32.6237 27.3194 32.5204 27.1975C32.4172 27.0756 32.2772 27.0071 32.1312 27.0071H26.9574L27.767 26.1281C27.8631 26.0238 27.9247 25.8826 27.9408 25.7297C27.957 25.5767 27.9266 25.422 27.855 25.2931L27.8 25.2101C27.7013 25.0833 27.5639 25.0079 27.4182 25.0006C27.2724 24.9933 27.1293 25.0546 27.0218 25.1711Z" fill="white"/>
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
</g>
|
|
27
|
+
<defs>
|
|
28
|
+
<filter id="filter0_ii_180_10019" x="0" y="-4" width="44" height="50" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
29
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
30
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
31
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
32
|
+
<feOffset dy="2"/>
|
|
33
|
+
<feGaussianBlur stdDeviation="3"/>
|
|
34
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
35
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.211765 0 0 0 0 0.631373 0 0 0 0 1 0 0 0 0.8 0"/>
|
|
36
|
+
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_180_10019"/>
|
|
37
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
38
|
+
<feOffset dy="-4"/>
|
|
39
|
+
<feGaussianBlur stdDeviation="2"/>
|
|
40
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
41
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.0206956 0 0 0 0 0.657243 0 0 0 0 1 0 0 0 0.3 0"/>
|
|
42
|
+
<feBlend mode="normal" in2="effect1_innerShadow_180_10019" result="effect2_innerShadow_180_10019"/>
|
|
43
|
+
</filter>
|
|
44
|
+
<filter id="filter1_di_180_10019" x="5.47656" y="6.48633" width="31.0527" height="30.1318" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
45
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
46
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
47
|
+
<feOffset/>
|
|
48
|
+
<feGaussianBlur stdDeviation="2"/>
|
|
49
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
50
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
|
|
51
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_180_10019"/>
|
|
52
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_180_10019" result="shape"/>
|
|
53
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
54
|
+
<feOffset dy="2"/>
|
|
55
|
+
<feGaussianBlur stdDeviation="2"/>
|
|
56
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
57
|
+
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0"/>
|
|
58
|
+
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_180_10019"/>
|
|
59
|
+
</filter>
|
|
60
|
+
<clipPath id="bgblur_2_180_10019_clip_path" transform="translate(-17.666 -16.667)"><path d="M28.999 20.9668C30.8644 20.9668 32.6537 21.7083 33.9727 23.0273C35.2915 24.3463 36.0321 26.1348 36.0322 28C36.0322 28.9235 35.8504 29.8382 35.4971 30.6914C35.1436 31.5447 34.6258 32.3205 33.9727 32.9736C33.3196 33.6267 32.5438 34.1446 31.6904 34.498C30.8372 34.8514 29.9225 35.0332 28.999 35.0332C28.0755 35.0332 27.1608 34.8515 26.3076 34.498C25.4545 34.1446 24.6794 33.6266 24.0264 32.9736C23.3733 32.3205 22.8544 31.5447 22.501 30.6914C22.1477 29.8382 21.9658 28.9234 21.9658 28C21.9659 26.1348 22.7074 24.3463 24.0264 23.0273C25.3453 21.7084 27.1338 20.9669 28.999 20.9668Z"/>
|
|
61
|
+
</clipPath><filter id="filter3_d_180_10019" x="21" y="23" width="15.6816" height="13.2881" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
62
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
63
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
64
|
+
<feOffset dy="2"/>
|
|
65
|
+
<feGaussianBlur stdDeviation="2"/>
|
|
66
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
67
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.0862745 0 0 0 0 0.466667 0 0 0 0 1 0 0 0 0.7 0"/>
|
|
68
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_180_10019"/>
|
|
69
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_180_10019" result="shape"/>
|
|
70
|
+
</filter>
|
|
71
|
+
<linearGradient id="paint0_linear_180_10019" x1="22" y1="0" x2="22" y2="44" gradientUnits="userSpaceOnUse">
|
|
72
|
+
<stop stop-color="#2B9CFF" stop-opacity="0"/>
|
|
73
|
+
<stop offset="1" stop-color="#0088FF"/>
|
|
74
|
+
</linearGradient>
|
|
75
|
+
<linearGradient id="paint1_linear_180_10019" x1="39.05" y1="3.85" x2="5.5" y2="37.4" gradientUnits="userSpaceOnUse">
|
|
76
|
+
<stop stop-color="white"/>
|
|
77
|
+
<stop offset="1" stop-color="#2088FF"/>
|
|
78
|
+
</linearGradient>
|
|
79
|
+
<linearGradient id="paint2_linear_180_10019" x1="21.0032" y1="32.618" x2="21.0032" y2="10.4863" gradientUnits="userSpaceOnUse">
|
|
80
|
+
<stop stop-color="#008CFF"/>
|
|
81
|
+
<stop offset="1" stop-color="white"/>
|
|
82
|
+
</linearGradient>
|
|
83
|
+
<linearGradient id="paint3_linear_180_10019" x1="28.9993" y1="20.667" x2="28.9993" y2="35.3337" gradientUnits="userSpaceOnUse">
|
|
84
|
+
<stop stop-color="white"/>
|
|
85
|
+
<stop offset="1" stop-color="white" stop-opacity="0.7"/>
|
|
86
|
+
</linearGradient>
|
|
87
|
+
<clipPath id="clip0_180_10019">
|
|
88
|
+
<rect width="24" height="24" fill="white" transform="translate(9.00977 10.0127)"/>
|
|
89
|
+
</clipPath>
|
|
90
|
+
<clipPath id="clip1_180_10019">
|
|
91
|
+
<rect width="16" height="16" fill="white" transform="translate(21 20)"/>
|
|
92
|
+
</clipPath>
|
|
93
|
+
</defs>
|
|
94
|
+
</svg>
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
3
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
4
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
5
|
+
import { useMemo } from 'react';
|
|
6
|
+
import { BaseInfo as DefaultBaseInfo } from "../vtx-default-modal/components";
|
|
7
|
+
import { BaseInfo, Calendar, Metering, WorkCondition } from "./components";
|
|
8
|
+
// import Appraisal from '../vm-appraisal-info';
|
|
9
|
+
// import RepaireMaintain from '../vm-repair-maintain';
|
|
10
|
+
// import VmVideo from '../vm-video';
|
|
11
|
+
import { CommonService } from "../_service";
|
|
12
|
+
import { BaseService } from "./api";
|
|
13
|
+
// import VideoService from '../vm-video/api';
|
|
14
|
+
import VmCustom from "../_components/vm-custom";
|
|
15
|
+
import useGetConfig from "../_hooks/useGetConfig";
|
|
16
|
+
import VtxBaseModal from "../vtx-base-modal";
|
|
17
|
+
import "./style";
|
|
18
|
+
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
19
|
+
var TABS_BASE = 'df-base';
|
|
20
|
+
var TABS_METERING = 'df-metering';
|
|
21
|
+
var TABS_WC = 'df-workCondition';
|
|
22
|
+
var TABS_VIDEO = 'df-video';
|
|
23
|
+
var TABS_APPRAISAL = 'default-appraisal';
|
|
24
|
+
var TABS_RM = 'default-rm';
|
|
25
|
+
var TABS_Calendar = 'calendar';
|
|
26
|
+
var VtxDfModal = function VtxDfModal(props) {
|
|
27
|
+
var id = props.id,
|
|
28
|
+
title = props.title,
|
|
29
|
+
subTitle = props.subTitle,
|
|
30
|
+
theme = props.theme,
|
|
31
|
+
startDate = props.startDate,
|
|
32
|
+
endDate = props.endDate,
|
|
33
|
+
visible = props.visible,
|
|
34
|
+
onCancel = props.onCancel,
|
|
35
|
+
mapCenter = props.mapCenter,
|
|
36
|
+
source = props.source,
|
|
37
|
+
customMapInfo = props.customMapInfo,
|
|
38
|
+
tabChose = props.tabChose,
|
|
39
|
+
_props$showCollect = props.showCollect,
|
|
40
|
+
showCollect = _props$showCollect === void 0 ? true : _props$showCollect;
|
|
41
|
+
var _CommonService$useBas = CommonService.useBaseInfo(id),
|
|
42
|
+
info = _CommonService$useBas.info,
|
|
43
|
+
photos = _CommonService$useBas.photos;
|
|
44
|
+
var tabs = [{
|
|
45
|
+
key: TABS_BASE,
|
|
46
|
+
title: '总览信息'
|
|
47
|
+
}, {
|
|
48
|
+
key: TABS_METERING,
|
|
49
|
+
title: '计量信息'
|
|
50
|
+
}, {
|
|
51
|
+
key: TABS_WC,
|
|
52
|
+
title: '工况信息'
|
|
53
|
+
}];
|
|
54
|
+
var _useGetConfig = useGetConfig(info === null || info === void 0 ? void 0 : info.typeCode, tabs),
|
|
55
|
+
tabsData = _useGetConfig.tabsData;
|
|
56
|
+
var _CommonService$useLmD = CommonService.useLmDetail(id),
|
|
57
|
+
detail = _CommonService$useLmD.detail;
|
|
58
|
+
var _BaseService$useRealt = BaseService.useRealtimeMonitor(info === null || info === void 0 ? void 0 : info.code),
|
|
59
|
+
realtimeMonitor = _BaseService$useRealt.realtimeMonitor;
|
|
60
|
+
// const { channels } = VideoService.getChannels(
|
|
61
|
+
// `${info?.typeCode}_${info?.code}`,
|
|
62
|
+
// !!info?.typeCode,
|
|
63
|
+
// );
|
|
64
|
+
var channels = [];
|
|
65
|
+
// realtimeRes为空则无工况,beenWeigh为false则无计量
|
|
66
|
+
|
|
67
|
+
var tabsList = useMemo(function () {
|
|
68
|
+
var tabsList = tabsData;
|
|
69
|
+
if (!(detail !== null && detail !== void 0 && detail.beenWeigh)) {
|
|
70
|
+
tabsList = tabsList.filter(function (ele) {
|
|
71
|
+
return ele.key !== 'df-metering';
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
if (tabsList.findIndex(function (ele) {
|
|
75
|
+
return ele.key === 'df-video';
|
|
76
|
+
}) > -1) {
|
|
77
|
+
if ((channels === null || channels === void 0 ? void 0 : channels.length) < 1) {
|
|
78
|
+
tabsList = tabsList.filter(function (ele) {
|
|
79
|
+
return ele.key !== 'df-video';
|
|
80
|
+
});
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
return tabsList;
|
|
84
|
+
}, [JSON.stringify(tabsData), JSON.stringify(channels), JSON.stringify(detail)]);
|
|
85
|
+
var contents = _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, TABS_BASE, !(detail !== null && detail !== void 0 && detail.beenWeigh) && !(realtimeMonitor !== null && realtimeMonitor !== void 0 && realtimeMonitor.length) ? /*#__PURE__*/_jsx(DefaultBaseInfo, {
|
|
86
|
+
id: id,
|
|
87
|
+
info: info,
|
|
88
|
+
photos: photos,
|
|
89
|
+
mapCenter: mapCenter,
|
|
90
|
+
customMapInfo: customMapInfo
|
|
91
|
+
}) : /*#__PURE__*/_jsx(BaseInfo, {
|
|
92
|
+
code: info === null || info === void 0 ? void 0 : info.code,
|
|
93
|
+
hasLm: detail === null || detail === void 0 ? void 0 : detail.beenWeigh,
|
|
94
|
+
realtimeMonitor: realtimeMonitor,
|
|
95
|
+
info: info,
|
|
96
|
+
photos: photos
|
|
97
|
+
})), TABS_METERING, /*#__PURE__*/_jsx(Metering, {
|
|
98
|
+
id: id
|
|
99
|
+
})), TABS_WC, /*#__PURE__*/_jsx(WorkCondition, {
|
|
100
|
+
id: id,
|
|
101
|
+
code: info === null || info === void 0 ? void 0 : info.code
|
|
102
|
+
})), TABS_Calendar, /*#__PURE__*/_jsx(Calendar, {
|
|
103
|
+
code: info === null || info === void 0 ? void 0 : info.code
|
|
104
|
+
}));
|
|
105
|
+
// 自定义页签可配置多个,
|
|
106
|
+
if (tabsData !== null && tabsData !== void 0 && tabsData.length) {
|
|
107
|
+
tabsData.forEach(function (ele) {
|
|
108
|
+
if (ele.url) {
|
|
109
|
+
contents[ele.key] = /*#__PURE__*/_jsx(VmCustom, {
|
|
110
|
+
id: id,
|
|
111
|
+
url: ele === null || ele === void 0 ? void 0 : ele.url
|
|
112
|
+
});
|
|
113
|
+
}
|
|
114
|
+
});
|
|
115
|
+
}
|
|
116
|
+
return /*#__PURE__*/_jsx(_Fragment, {
|
|
117
|
+
children: visible && /*#__PURE__*/_jsx(VtxBaseModal, {
|
|
118
|
+
id: id,
|
|
119
|
+
type: "facility",
|
|
120
|
+
title: title,
|
|
121
|
+
subTitle: subTitle,
|
|
122
|
+
theme: theme,
|
|
123
|
+
source: source,
|
|
124
|
+
startDate: startDate,
|
|
125
|
+
endDate: endDate,
|
|
126
|
+
visible: visible,
|
|
127
|
+
onCancel: onCancel,
|
|
128
|
+
tabs: tabsList,
|
|
129
|
+
tabChose: tabChose,
|
|
130
|
+
showCollect: showCollect,
|
|
131
|
+
contents: contents
|
|
132
|
+
})
|
|
133
|
+
});
|
|
134
|
+
};
|
|
135
|
+
export default VtxDfModal;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
import { MapIcon } from '@vtx/map-icon';
|
|
8
|
+
import { getVtxToken, request } from '@vtx/utils';
|
|
9
|
+
import { useRequest } from 'ahooks';
|
|
10
|
+
var BaseService = {
|
|
11
|
+
useBaseInfo: function useBaseInfo(id) {
|
|
12
|
+
var _useRequest = useRequest(function () {
|
|
13
|
+
return request.get('/cloud/rygl/api/v101/cleaner/get', {
|
|
14
|
+
data: {
|
|
15
|
+
id: id,
|
|
16
|
+
desensitization: true
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}, {
|
|
20
|
+
ready: !!id,
|
|
21
|
+
refreshDeps: [id]
|
|
22
|
+
}),
|
|
23
|
+
baseInfoRes = _useRequest.data;
|
|
24
|
+
var info = baseInfoRes ? baseInfoRes.data : {};
|
|
25
|
+
var baseInfo = [{
|
|
26
|
+
label: '编号',
|
|
27
|
+
key: 'staffCode',
|
|
28
|
+
value: info === null || info === void 0 ? void 0 : info.staffCode
|
|
29
|
+
}, {
|
|
30
|
+
label: '所属单位',
|
|
31
|
+
key: 'unitName',
|
|
32
|
+
value: info === null || info === void 0 ? void 0 : info.unitName
|
|
33
|
+
}, {
|
|
34
|
+
label: '性别',
|
|
35
|
+
key: 'genderName',
|
|
36
|
+
value: info === null || info === void 0 ? void 0 : info.genderName
|
|
37
|
+
}, {
|
|
38
|
+
label: '入职日期',
|
|
39
|
+
key: 'entryDay',
|
|
40
|
+
value: info === null || info === void 0 ? void 0 : info.entryDay
|
|
41
|
+
}, {
|
|
42
|
+
label: '在职状态',
|
|
43
|
+
key: 'jobStatusName',
|
|
44
|
+
value: info === null || info === void 0 ? void 0 : info.jobStatusName
|
|
45
|
+
}, {
|
|
46
|
+
label: '所属标段',
|
|
47
|
+
key: 'tenderName',
|
|
48
|
+
value: info === null || info === void 0 ? void 0 : info.tenderName
|
|
49
|
+
}, {
|
|
50
|
+
label: '行政区划',
|
|
51
|
+
key: 'divisionName',
|
|
52
|
+
value: info === null || info === void 0 ? void 0 : info.divisionName
|
|
53
|
+
}];
|
|
54
|
+
return {
|
|
55
|
+
baseInfo: baseInfo,
|
|
56
|
+
detail: info || {}
|
|
57
|
+
};
|
|
58
|
+
},
|
|
59
|
+
// 实时信息
|
|
60
|
+
useMapInfo: function useMapInfo(id, coordType) {
|
|
61
|
+
var _mapInfoRes$data, _mapInfoRes$data2, _mapInfoRes$data3, _mapInfoRes$data4, _mapInfoRes$data5, _mapInfoRes$data6, _areas$data, _areas$data2;
|
|
62
|
+
var _useRequest2 = useRequest(function () {
|
|
63
|
+
return request.get('/cloud/rykq/api/v101/realtime/getStaffDetail', {
|
|
64
|
+
data: {
|
|
65
|
+
staffId: id,
|
|
66
|
+
coordType: coordType || 'wgs84'
|
|
67
|
+
}
|
|
68
|
+
});
|
|
69
|
+
}, {
|
|
70
|
+
ready: !!id,
|
|
71
|
+
refreshDeps: [id]
|
|
72
|
+
}),
|
|
73
|
+
mapInfoRes = _useRequest2.data;
|
|
74
|
+
var _useRequest3 = useRequest(function () {
|
|
75
|
+
return request.get('/cloud/rygl/workElementCleaner/getByStaffId', {
|
|
76
|
+
data: {
|
|
77
|
+
staffId: id,
|
|
78
|
+
coordType: coordType || 'wgs84'
|
|
79
|
+
}
|
|
80
|
+
});
|
|
81
|
+
}, {
|
|
82
|
+
ready: !!id,
|
|
83
|
+
refreshDeps: [id]
|
|
84
|
+
}),
|
|
85
|
+
areas = _useRequest3.data;
|
|
86
|
+
return {
|
|
87
|
+
info: mapInfoRes === null || mapInfoRes === void 0 ? void 0 : mapInfoRes.data,
|
|
88
|
+
mapPoints: mapInfoRes !== null && mapInfoRes !== void 0 && (_mapInfoRes$data = mapInfoRes.data) !== null && _mapInfoRes$data !== void 0 && _mapInfoRes$data.lngDone ? [{
|
|
89
|
+
id: 'reaiPoint',
|
|
90
|
+
name: mapInfoRes.data.staffName,
|
|
91
|
+
canShowLabel: true,
|
|
92
|
+
config: {
|
|
93
|
+
labelContent: mapInfoRes.data.staffName
|
|
94
|
+
},
|
|
95
|
+
lng: mapInfoRes.data.lngDone,
|
|
96
|
+
lat: mapInfoRes.data.latDone,
|
|
97
|
+
labelClass: 'vtx-map-carCode',
|
|
98
|
+
url: mapInfoRes !== null && mapInfoRes !== void 0 && (_mapInfoRes$data2 = mapInfoRes.data) !== null && _mapInfoRes$data2 !== void 0 && _mapInfoRes$data2.icon ? "/cloudFile/common/downloadFile?id=".concat(mapInfoRes === null || mapInfoRes === void 0 || (_mapInfoRes$data3 = mapInfoRes.data) === null || _mapInfoRes$data3 === void 0 ? void 0 : _mapInfoRes$data3.icon, "&token=").concat(getVtxToken('token')) : isDark ? new MapIcon.CommonIcon2({
|
|
99
|
+
canvasIcon: 'PERSONNEL',
|
|
100
|
+
color: (mapInfoRes === null || mapInfoRes === void 0 || (_mapInfoRes$data4 = mapInfoRes.data) === null || _mapInfoRes$data4 === void 0 ? void 0 : _mapInfoRes$data4.statusCode) === 'Normal' ? '#119FFB' : '#999999'
|
|
101
|
+
}).getImgUrl() : new MapIcon.CommonIcon({
|
|
102
|
+
canvasIcon: 'PERSONNEL',
|
|
103
|
+
color: (mapInfoRes === null || mapInfoRes === void 0 || (_mapInfoRes$data5 = mapInfoRes.data) === null || _mapInfoRes$data5 === void 0 ? void 0 : _mapInfoRes$data5.statusCode) === 'Normal' ? '#119FFB' : '#999999'
|
|
104
|
+
}).getImgUrl()
|
|
105
|
+
}] : [],
|
|
106
|
+
pointLngLat: mapInfoRes !== null && mapInfoRes !== void 0 && (_mapInfoRes$data6 = mapInfoRes.data) !== null && _mapInfoRes$data6 !== void 0 && _mapInfoRes$data6.lngDone ? [mapInfoRes.data.lngDone, mapInfoRes.data.latDone] : [],
|
|
107
|
+
mapPolygons: areas !== null && areas !== void 0 && areas.data ? (_areas$data = areas.data) === null || _areas$data === void 0 || (_areas$data = _areas$data.filter(function (ele) {
|
|
108
|
+
return ele.shape !== 'circle';
|
|
109
|
+
})) === null || _areas$data === void 0 ? void 0 : _areas$data.map(function (item) {
|
|
110
|
+
return _objectSpread(_objectSpread({}, item), {}, {
|
|
111
|
+
rings: item.paramsDone,
|
|
112
|
+
type: item.shape
|
|
113
|
+
});
|
|
114
|
+
}) : [],
|
|
115
|
+
mapCircles: areas === null || areas === void 0 || (_areas$data2 = areas.data) === null || _areas$data2 === void 0 || (_areas$data2 = _areas$data2.filter(function (ele) {
|
|
116
|
+
return ele.shape === 'circle';
|
|
117
|
+
})) === null || _areas$data2 === void 0 ? void 0 : _areas$data2.map(function (item) {
|
|
118
|
+
return {
|
|
119
|
+
id: item.id,
|
|
120
|
+
data: item.paramsDone.split(',').map(function (ele) {
|
|
121
|
+
return Number(ele);
|
|
122
|
+
}).concat([item.radius]),
|
|
123
|
+
type: item.shape
|
|
124
|
+
};
|
|
125
|
+
})
|
|
126
|
+
};
|
|
127
|
+
}
|
|
128
|
+
};
|
|
129
|
+
export { BaseService };
|