@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,167 @@
|
|
|
1
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
2
|
+
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."); }
|
|
3
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
4
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
5
|
+
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; } }
|
|
6
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
7
|
+
/**
|
|
8
|
+
* 计量-工况信息
|
|
9
|
+
*/
|
|
10
|
+
import { useSetState } from 'ahooks';
|
|
11
|
+
import { Space, Tabs } from 'antd';
|
|
12
|
+
import moment from 'moment';
|
|
13
|
+
import { useEffect, useState } from 'react';
|
|
14
|
+
import { VmFilter, VmWrapper } from "../../../_components";
|
|
15
|
+
import useSettings from "../../../_hooks/useSettings";
|
|
16
|
+
import { BaseService } from "../../api";
|
|
17
|
+
import Monitor from "./Monitor";
|
|
18
|
+
import Table from "./Table";
|
|
19
|
+
import "./index.less";
|
|
20
|
+
import alarm from "../../imgs/alarm.png";
|
|
21
|
+
import alarmLight from "../../imgs/alarm_light.png";
|
|
22
|
+
import normal from "../../imgs/normal.png";
|
|
23
|
+
import normalLight from "../../imgs/normal_light.png";
|
|
24
|
+
import more from "../../imgs/tab_more.png";
|
|
25
|
+
import moreLight from "../../imgs/tab_more_light.png";
|
|
26
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
27
|
+
var WorkCondition = function WorkCondition(props) {
|
|
28
|
+
var _realtimeMonitor$find;
|
|
29
|
+
var _useSettings = useSettings(),
|
|
30
|
+
isDark = _useSettings.isDark;
|
|
31
|
+
var code = props.code;
|
|
32
|
+
var _useSetState = useSetState({
|
|
33
|
+
startDate: moment().subtract(3, 'days'),
|
|
34
|
+
endDate: moment(),
|
|
35
|
+
tabKey: 'chart'
|
|
36
|
+
}),
|
|
37
|
+
_useSetState2 = _slicedToArray(_useSetState, 2),
|
|
38
|
+
state = _useSetState2[0],
|
|
39
|
+
setState = _useSetState2[1];
|
|
40
|
+
var _useState = useState(''),
|
|
41
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
42
|
+
active = _useState2[0],
|
|
43
|
+
setActive = _useState2[1];
|
|
44
|
+
var _useState3 = useState(''),
|
|
45
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
46
|
+
deviceId = _useState4[0],
|
|
47
|
+
setDeviceId = _useState4[1]; // 列表使用
|
|
48
|
+
var startDate = state.startDate,
|
|
49
|
+
endDate = state.endDate,
|
|
50
|
+
tabKey = state.tabKey;
|
|
51
|
+
var _BaseService$useRealt = BaseService.useRealtimeMonitor(code),
|
|
52
|
+
realtimeMonitor = _BaseService$useRealt.realtimeMonitor;
|
|
53
|
+
useEffect(function () {
|
|
54
|
+
if ((realtimeMonitor === null || realtimeMonitor === void 0 ? void 0 : realtimeMonitor.length) > 0) {
|
|
55
|
+
var _realtimeMonitor$;
|
|
56
|
+
setActive(realtimeMonitor[0].deviceId);
|
|
57
|
+
setDeviceId(realtimeMonitor === null || realtimeMonitor === void 0 || (_realtimeMonitor$ = realtimeMonitor[0]) === null || _realtimeMonitor$ === void 0 ? void 0 : _realtimeMonitor$.deviceId);
|
|
58
|
+
}
|
|
59
|
+
}, [realtimeMonitor]);
|
|
60
|
+
var _BaseService$useRealt2 = BaseService.useRealtime(active),
|
|
61
|
+
realtimeRes = _BaseService$useRealt2.realtimeRes;
|
|
62
|
+
var alarmImg = isDark ? alarm : alarmLight;
|
|
63
|
+
var normalImg = isDark ? normal : normalLight;
|
|
64
|
+
var disabledDate = function disabledDate(current) {
|
|
65
|
+
if (!startDate || !endDate) {
|
|
66
|
+
return false;
|
|
67
|
+
}
|
|
68
|
+
var tooLate = startDate && current.diff(startDate, 'days') > 7;
|
|
69
|
+
var tooEarly = endDate && endDate.diff(current, 'days') > 7;
|
|
70
|
+
return !!tooEarly || !!tooLate;
|
|
71
|
+
};
|
|
72
|
+
return /*#__PURE__*/_jsx("div", {
|
|
73
|
+
className: "df-condition",
|
|
74
|
+
children: /*#__PURE__*/_jsxs(VmWrapper, {
|
|
75
|
+
title: "\u8FD0\u884C\u603B\u89C8",
|
|
76
|
+
onChange: function onChange(key) {
|
|
77
|
+
setState({
|
|
78
|
+
tabKey: key
|
|
79
|
+
});
|
|
80
|
+
},
|
|
81
|
+
needChange: true,
|
|
82
|
+
extra: /*#__PURE__*/_jsxs(Space, {
|
|
83
|
+
children: [tabKey === 'list' && /*#__PURE__*/_jsx(VmFilter.VMSelect, {
|
|
84
|
+
value: deviceId,
|
|
85
|
+
onChange: function onChange(val) {
|
|
86
|
+
setDeviceId(val);
|
|
87
|
+
},
|
|
88
|
+
options: realtimeMonitor === null || realtimeMonitor === void 0 ? void 0 : realtimeMonitor.map(function (item) {
|
|
89
|
+
return {
|
|
90
|
+
value: item.deviceId,
|
|
91
|
+
label: item.deviceName
|
|
92
|
+
};
|
|
93
|
+
}),
|
|
94
|
+
style: {
|
|
95
|
+
width: 150
|
|
96
|
+
},
|
|
97
|
+
placeholder: "\u8BF7\u9009\u62E9",
|
|
98
|
+
allowClear: false
|
|
99
|
+
}), /*#__PURE__*/_jsx(VmFilter.VMRangePicker, {
|
|
100
|
+
value: [moment(startDate), moment(endDate)],
|
|
101
|
+
disabledDate: disabledDate,
|
|
102
|
+
onChange: function onChange(dates) {
|
|
103
|
+
return dates && setState({
|
|
104
|
+
startDate: moment(dates[0]),
|
|
105
|
+
endDate: moment(dates[1])
|
|
106
|
+
});
|
|
107
|
+
}
|
|
108
|
+
})]
|
|
109
|
+
}),
|
|
110
|
+
children: [tabKey === 'chart' && /*#__PURE__*/_jsxs(_Fragment, {
|
|
111
|
+
children: [/*#__PURE__*/_jsx("div", {
|
|
112
|
+
className: "df-condition-head",
|
|
113
|
+
children: /*#__PURE__*/_jsx(Tabs, {
|
|
114
|
+
centered: true,
|
|
115
|
+
moreIcon: /*#__PURE__*/_jsx("img", {
|
|
116
|
+
src: isDark ? more : moreLight
|
|
117
|
+
}),
|
|
118
|
+
popupClassName: "df-popup-className ".concat(isDark ? 'dark' : ''),
|
|
119
|
+
onChange: function onChange(key) {
|
|
120
|
+
setActive(key);
|
|
121
|
+
},
|
|
122
|
+
size: "small",
|
|
123
|
+
items: (realtimeMonitor === null || realtimeMonitor === void 0 ? void 0 : realtimeMonitor.map(function (item) {
|
|
124
|
+
var flag = item.beenNormal;
|
|
125
|
+
return {
|
|
126
|
+
label: /*#__PURE__*/_jsxs("div", {
|
|
127
|
+
className: "df-monitor-head-item",
|
|
128
|
+
children: [/*#__PURE__*/_jsx("img", {
|
|
129
|
+
src: flag ? normalImg : alarmImg
|
|
130
|
+
}), /*#__PURE__*/_jsxs("div", {
|
|
131
|
+
className: "df-monitor-head-item-right",
|
|
132
|
+
children: [/*#__PURE__*/_jsx("div", {
|
|
133
|
+
className: "df-monitor-head-item-right-name",
|
|
134
|
+
children: item.deviceName
|
|
135
|
+
}), /*#__PURE__*/_jsx("div", {
|
|
136
|
+
className: "df-monitor-head-item-right-".concat(flag ? 'valueNormal' : 'valueAlarm'),
|
|
137
|
+
children: /*#__PURE__*/_jsx("span", {
|
|
138
|
+
children: flag ? '正常' : '异常'
|
|
139
|
+
})
|
|
140
|
+
})]
|
|
141
|
+
})]
|
|
142
|
+
}),
|
|
143
|
+
key: item.deviceId
|
|
144
|
+
};
|
|
145
|
+
})) || []
|
|
146
|
+
})
|
|
147
|
+
}), /*#__PURE__*/_jsx(Monitor, {
|
|
148
|
+
deviceName: realtimeMonitor === null || realtimeMonitor === void 0 || (_realtimeMonitor$find = realtimeMonitor.find(function (ele) {
|
|
149
|
+
return ele.deviceId === active;
|
|
150
|
+
})) === null || _realtimeMonitor$find === void 0 ? void 0 : _realtimeMonitor$find.deviceName,
|
|
151
|
+
realtimeRes: realtimeRes,
|
|
152
|
+
startDate: startDate,
|
|
153
|
+
endDate: endDate,
|
|
154
|
+
deviceId: active
|
|
155
|
+
})]
|
|
156
|
+
}), tabKey === 'list' && /*#__PURE__*/_jsx("div", {
|
|
157
|
+
className: "df-condition-table",
|
|
158
|
+
children: /*#__PURE__*/_jsx(Table, {
|
|
159
|
+
startDate: moment(startDate).format('YYYY-MM-DD 00:00:00'),
|
|
160
|
+
endDate: moment(endDate).format('YYYY-MM-DD 00:00:00'),
|
|
161
|
+
deviceId: deviceId
|
|
162
|
+
})
|
|
163
|
+
})]
|
|
164
|
+
})
|
|
165
|
+
});
|
|
166
|
+
};
|
|
167
|
+
export default WorkCondition;
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
.df-condition {
|
|
2
|
+
padding: 10px;
|
|
3
|
+
&-head {
|
|
4
|
+
width: 100%;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
&-table {
|
|
8
|
+
height: 518px;
|
|
9
|
+
}
|
|
10
|
+
&-trend {
|
|
11
|
+
width: 100%;
|
|
12
|
+
&-head {
|
|
13
|
+
height: 32px;
|
|
14
|
+
display: flex;
|
|
15
|
+
justify-content: space-between;
|
|
16
|
+
align-items: center;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
.environment-monitor {
|
|
20
|
+
padding: 10px 16px;
|
|
21
|
+
border: 1px solid var(--bg-border-color2);
|
|
22
|
+
|
|
23
|
+
background-color: var(--content-bg-color);
|
|
24
|
+
text-align: center;
|
|
25
|
+
|
|
26
|
+
&-situation {
|
|
27
|
+
height: 100%;
|
|
28
|
+
min-height: 500px;
|
|
29
|
+
padding: 10px 16px;
|
|
30
|
+
background-color: var(--content-bg-color);
|
|
31
|
+
border: 1px solid var(--bg-border-color2);
|
|
32
|
+
|
|
33
|
+
&-noData {
|
|
34
|
+
text-align: center;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
.em-situation {
|
|
39
|
+
clear: both;
|
|
40
|
+
&-wrap {
|
|
41
|
+
width: 620px;
|
|
42
|
+
margin: 150px auto;
|
|
43
|
+
}
|
|
44
|
+
&-parent {
|
|
45
|
+
width: 324px;
|
|
46
|
+
height: 57px;
|
|
47
|
+
line-height: 50px;
|
|
48
|
+
margin: 0 auto;
|
|
49
|
+
background: url('../../imgs/situation_parent_bg.png') no-repeat 100% 100%;
|
|
50
|
+
color: var(--info-color);
|
|
51
|
+
img {
|
|
52
|
+
width: 46px;
|
|
53
|
+
height: 50px;
|
|
54
|
+
margin-left: 44px;
|
|
55
|
+
margin-right: 18px;
|
|
56
|
+
}
|
|
57
|
+
span {
|
|
58
|
+
font-size: 22px;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
&-verticaline {
|
|
62
|
+
width: 2px;
|
|
63
|
+
height: 28px;
|
|
64
|
+
margin: 0 auto;
|
|
65
|
+
background: #096e88;
|
|
66
|
+
}
|
|
67
|
+
&-horizontaline {
|
|
68
|
+
width: 540px;
|
|
69
|
+
height: 2px;
|
|
70
|
+
margin: 0 auto;
|
|
71
|
+
background: #096e88;
|
|
72
|
+
}
|
|
73
|
+
&-verticaline4 {
|
|
74
|
+
width: 540px;
|
|
75
|
+
margin: 0 auto;
|
|
76
|
+
display: flex;
|
|
77
|
+
justify-content: space-between;
|
|
78
|
+
align-items: start;
|
|
79
|
+
&-item {
|
|
80
|
+
width: 2px;
|
|
81
|
+
height: 16px;
|
|
82
|
+
background: #096e88;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
&-content {
|
|
86
|
+
width: 100%;
|
|
87
|
+
margin: 0 auto;
|
|
88
|
+
display: flex;
|
|
89
|
+
justify-content: space-between;
|
|
90
|
+
align-items: start;
|
|
91
|
+
&-item {
|
|
92
|
+
width: 80px;
|
|
93
|
+
text-align: center;
|
|
94
|
+
&--progress {
|
|
95
|
+
margin-top: 6px;
|
|
96
|
+
}
|
|
97
|
+
&--name {
|
|
98
|
+
margin-top: 12px;
|
|
99
|
+
color: var(--label-color);
|
|
100
|
+
}
|
|
101
|
+
&--value {
|
|
102
|
+
color: var(--info-color);
|
|
103
|
+
span {
|
|
104
|
+
font-size: 22px;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
.ant-progress-text {
|
|
111
|
+
color: var(--info-color) !important;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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="#119FFB" 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_1776)">
|
|
9
|
+
<g id="Vector" filter="url(#filter0_i_163_1776)">
|
|
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="#119FFB"/>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
<g id="Frame_3" clip-path="url(#clip1_163_1776)">
|
|
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_1776_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_1776)" stroke-width="0.6"/>
|
|
16
|
+
<g id="æ—¥" filter="url(#filter2_d_163_1776)">
|
|
17
|
+
<path d="M26.232 24.688H31.816V31.608H30.784V25.656H27.216V31.624H26.232V24.688ZM26.904 27.376H31.208V28.32H26.904V27.376ZM26.904 30.128H31.216V31.096H26.904V30.128Z" fill="white"/>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
<defs>
|
|
23
|
+
<filter id="filter0_i_163_1776" 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_1776"/>
|
|
32
|
+
</filter>
|
|
33
|
+
<clipPath id="bgblur_2_163_1776_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_1776" x="22.2324" y="22.6885" width="13.584" height="14.9355" 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_1776"/>
|
|
42
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_163_1776" result="shape"/>
|
|
43
|
+
</filter>
|
|
44
|
+
<linearGradient id="paint0_linear_163_1776" 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_1776">
|
|
49
|
+
<rect width="24" height="24" fill="white" transform="translate(9.00977 10.0127)"/>
|
|
50
|
+
</clipPath>
|
|
51
|
+
<clipPath id="clip1_163_1776">
|
|
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_10049)">
|
|
6
|
+
<circle cx="22" cy="22" r="22" fill="url(#paint0_linear_180_10049)" fill-opacity="0.5"/>
|
|
7
|
+
</g>
|
|
8
|
+
<circle cx="22" cy="22" r="21.5" stroke="url(#paint1_linear_180_10049)"/>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
<g id="Group 528">
|
|
12
|
+
<g id="Frame">
|
|
13
|
+
<g id="Frame_2" clip-path="url(#clip0_180_10049)">
|
|
14
|
+
<g id="Vector" filter="url(#filter1_di_180_10049)">
|
|
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_10049)"/>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
<g id="Frame_3" clip-path="url(#clip1_180_10049)">
|
|
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_10049_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="#6DFFEC" fill-opacity="0.5" stroke="url(#paint3_linear_180_10049)" stroke-width="0.6"/>
|
|
21
|
+
<g id="æ—¥" filter="url(#filter3_d_180_10049)">
|
|
22
|
+
<path d="M26.232 24.688H31.816V31.608H30.784V25.656H27.216V31.624H26.232V24.688ZM26.904 27.376H31.208V28.32H26.904V27.376ZM26.904 30.128H31.216V31.096H26.904V30.128Z" fill="white"/>
|
|
23
|
+
</g>
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
</g>
|
|
27
|
+
<defs>
|
|
28
|
+
<filter id="filter0_ii_180_10049" 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 0 0 0 0 0.988235 0 0 0 0 0.964706 0 0 0 0.8 0"/>
|
|
36
|
+
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_180_10049"/>
|
|
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 0 0 0 0 0.988235 0 0 0 0 0.964706 0 0 0 0.3 0"/>
|
|
42
|
+
<feBlend mode="normal" in2="effect1_innerShadow_180_10049" result="effect2_innerShadow_180_10049"/>
|
|
43
|
+
</filter>
|
|
44
|
+
<filter id="filter1_di_180_10049" 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_10049"/>
|
|
52
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_180_10049" 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_10049"/>
|
|
59
|
+
</filter>
|
|
60
|
+
<clipPath id="bgblur_2_180_10049_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_10049" x="22.2324" y="22.6885" width="13.584" height="14.9355" 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_10049"/>
|
|
69
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_180_10049" result="shape"/>
|
|
70
|
+
</filter>
|
|
71
|
+
<linearGradient id="paint0_linear_180_10049" x1="22" y1="0" x2="22" y2="44" gradientUnits="userSpaceOnUse">
|
|
72
|
+
<stop stop-color="#00FCF6" stop-opacity="0"/>
|
|
73
|
+
<stop offset="1" stop-color="#08D6D1"/>
|
|
74
|
+
</linearGradient>
|
|
75
|
+
<linearGradient id="paint1_linear_180_10049" 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="#00FCF6"/>
|
|
78
|
+
</linearGradient>
|
|
79
|
+
<linearGradient id="paint2_linear_180_10049" x1="21.0032" y1="32.618" x2="21.0032" y2="10.4863" gradientUnits="userSpaceOnUse">
|
|
80
|
+
<stop stop-color="#00FCF6"/>
|
|
81
|
+
<stop offset="1" stop-color="white"/>
|
|
82
|
+
</linearGradient>
|
|
83
|
+
<linearGradient id="paint3_linear_180_10049" 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_10049">
|
|
88
|
+
<rect width="24" height="24" fill="white" transform="translate(9.00977 10.0127)"/>
|
|
89
|
+
</clipPath>
|
|
90
|
+
<clipPath id="clip1_180_10049">
|
|
91
|
+
<rect width="16" height="16" fill="white" transform="translate(21 20)"/>
|
|
92
|
+
</clipPath>
|
|
93
|
+
</defs>
|
|
94
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,39 @@
|
|
|
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="#FFAA00" fill-opacity="0.1"/>
|
|
4
|
+
<g id="Vector" filter="url(#filter0_i_163_1792)">
|
|
5
|
+
<path d="M21.812 10.2152L21.8275 10.224L31.1675 15.6426C31.418 15.7879 31.6265 15.9963 31.7724 16.2473C31.9184 16.4983 31.9969 16.7831 32 17.0739V27.9082C32 28.1989 31.9246 28.4847 31.7814 28.7372C31.6381 28.9897 31.4318 29.2004 31.1829 29.3484L31.1675 29.3575L21.8275 34.776C21.577 34.9213 21.2932 34.9985 21.004 35C20.7148 35.0015 20.4303 34.9272 20.1783 34.7845L20.1628 34.7757L10.832 29.3576C10.5817 29.2122 10.3733 29.0038 10.2274 28.7529C10.0815 28.502 10.0031 28.2172 10 27.9266V17.0914C10 16.8008 10.0753 16.5151 10.2185 16.2627C10.3617 16.0102 10.5678 15.7995 10.8166 15.6515L10.832 15.6424L20.1628 10.2244C20.4132 10.079 20.697 10.0016 20.9862 10C21.2754 9.99841 21.56 10.0726 21.812 10.2152ZM15.1966 26.3443L12.4156 27.9583L20.5839 32.7013V30.8139L15.1966 26.3443ZM27.0323 26.4772L21.4161 30.8444V32.6962L29.5837 27.9579L27.0323 26.4772ZM30.0025 17.7512L28.4387 18.6588L27.4527 25.755L30.0025 27.2349V17.7512ZM11.9974 17.7512V27.2349L14.6911 25.6716L13.5825 18.6712L11.9974 17.7512ZM20.5839 12.2987L12.4275 17.0348L14.0722 17.9893L20.5839 15.225V12.2987ZM21.4161 12.3038V15.2247L27.9321 17.9868L29.5718 17.0352L21.4161 12.3038Z" fill="#FFAA00"/>
|
|
6
|
+
</g>
|
|
7
|
+
<foreignObject x="16" y="17" width="23.6738" height="21.6299"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(2px);clip-path:url(#bgblur_0_163_1792_clip_path);height:100%;width:100%"></div></foreignObject><path id="Vector_2" data-figma-bg-blur-radius="4" d="M24.4297 21.2998H31.2441C31.3768 21.2998 31.5001 21.3692 31.5693 21.4824L35.3184 27.6152V27.6162C35.3547 27.6759 35.374 27.7445 35.374 27.8145C35.374 27.8846 35.3549 27.9538 35.3184 28.0137L31.5693 34.1475C31.5353 34.203 31.4875 34.2494 31.4307 34.2812C31.3738 34.3131 31.3093 34.3301 31.2441 34.3301H24.4297C24.2971 34.3301 24.1738 34.2606 24.1045 34.1475L20.3564 28.0137C20.3198 27.9538 20.2998 27.8847 20.2998 27.8145C20.2999 27.7444 20.3199 27.676 20.3564 27.6162V27.6152L24.1045 21.4824C24.1738 21.369 24.2965 21.2998 24.4297 21.2998Z" fill="#FFCAB7" fill-opacity="0.5" stroke="url(#paint0_linear_163_1792)" stroke-width="0.6"/>
|
|
8
|
+
<g id="Vector_3" filter="url(#filter2_d_163_1792)">
|
|
9
|
+
<path d="M25.1376 27.9791C25.139 27.3507 25.3481 26.7402 25.7322 26.2425C26.1164 25.7447 26.6543 25.3874 27.2625 25.2259C27.8707 25.0644 28.5152 25.1079 29.0962 25.3494C29.6772 25.591 30.1621 26.0172 30.4759 26.5619C30.7897 27.1067 30.9148 27.7397 30.8317 28.3627C30.7487 28.9856 30.4622 29.5639 30.0167 30.0077C29.5711 30.4516 28.9914 30.7363 28.3674 30.8176C27.7434 30.899 27.1099 30.7726 26.5652 30.4579C26.1305 30.206 25.7698 29.8444 25.5192 29.4093C25.2686 28.9743 25.137 28.481 25.1376 27.9791ZM28.5332 32.2807C28.6287 32.2807 28.7203 32.3186 28.7879 32.386C28.8554 32.4535 28.8934 32.545 28.8934 32.6403C28.8934 32.7357 28.8554 32.8272 28.7879 32.8947C28.7203 32.9621 28.6287 33 28.5332 33H27.4625C27.367 33 27.2754 32.9621 27.2078 32.8947C27.1403 32.8272 27.1024 32.7357 27.1024 32.6403C27.1024 32.545 27.1403 32.4535 27.2078 32.386C27.2754 32.3186 27.367 32.2807 27.4625 32.2807H28.5332ZM28 24.7918C27.9531 24.7918 27.9067 24.7826 27.8634 24.7647C27.8201 24.7468 27.7808 24.7205 27.7476 24.6874C27.7145 24.6543 27.6882 24.615 27.6703 24.5718C27.6523 24.5286 27.6431 24.4822 27.6431 24.4354V23.3589C27.6431 23.2637 27.681 23.1724 27.7484 23.1051C27.8158 23.0378 27.9072 23 28.0025 23C28.0978 23 28.1892 23.0378 28.2566 23.1051C28.324 23.1724 28.3619 23.2637 28.3619 23.3589V24.4318C28.3619 24.5264 28.3243 24.617 28.2574 24.6839C28.1904 24.7507 28.0997 24.7883 28.005 24.7883L28 24.7918ZM25.2232 25.7336L24.4644 24.9743C24.4082 24.9051 24.3796 24.8175 24.3843 24.7284C24.3891 24.6394 24.4267 24.5553 24.49 24.4924C24.5532 24.4295 24.6376 24.3922 24.7268 24.3879C24.816 24.3836 24.9036 24.4124 24.9727 24.4689L25.7315 25.2253C25.7915 25.294 25.8232 25.3829 25.8201 25.4741C25.8171 25.5652 25.7795 25.6518 25.7149 25.7164C25.6504 25.7809 25.5637 25.8186 25.4725 25.8218C25.3812 25.825 25.2921 25.7934 25.2232 25.7336ZM24.438 27.6434C24.5335 27.6434 24.6251 27.6813 24.6927 27.7487C24.7602 27.8162 24.7981 27.9076 24.7981 28.003C24.7981 28.0984 24.7602 28.1899 24.6927 28.2573C24.6251 28.3248 24.5335 28.3627 24.438 28.3627H23.3601C23.2646 28.3627 23.173 28.3248 23.1055 28.2573C23.0379 28.1899 23 28.0984 23 28.003C23 27.9076 23.0379 27.8162 23.1055 27.7487C23.173 27.6813 23.2646 27.6434 23.3601 27.6434H24.4309H24.438ZM32.6399 27.637C32.7354 27.637 32.827 27.6749 32.8945 27.7423C32.9621 27.8098 33 27.9012 33 27.9966C33 28.092 32.9621 28.1835 32.8945 28.2509C32.827 28.3184 32.7354 28.3563 32.6399 28.3563H31.5691C31.4736 28.3563 31.382 28.3184 31.3145 28.2509C31.247 28.1835 31.209 28.092 31.209 27.9966C31.209 27.9012 31.247 27.8098 31.3145 27.7423C31.382 27.6749 31.4736 27.637 31.5691 27.637H32.6399ZM30.7732 25.7286C30.7047 25.7912 30.6146 25.825 30.5217 25.8229C30.4289 25.8208 30.3404 25.783 30.2748 25.7174C30.2091 25.6517 30.1714 25.5633 30.1694 25.4706C30.1675 25.3778 30.2015 25.2879 30.2643 25.2196L31.0231 24.4611C31.0916 24.3984 31.1817 24.3646 31.2745 24.3667C31.3674 24.3688 31.4559 24.4066 31.5215 24.4723C31.5871 24.5379 31.6249 24.6263 31.6268 24.719C31.6288 24.8118 31.5948 24.9017 31.532 24.9701L30.7732 25.7286ZM29.1643 31.2C29.2598 31.2 29.3514 31.2379 29.4189 31.3053C29.4864 31.3728 29.5244 31.4642 29.5244 31.5596C29.5244 31.655 29.4864 31.7465 29.4189 31.8139C29.3514 31.8814 29.2598 31.9193 29.1643 31.9193H26.8293C26.7338 31.9193 26.6422 31.8814 26.5747 31.8139C26.5071 31.7465 26.4692 31.655 26.4692 31.5596C26.4692 31.4642 26.5071 31.3728 26.5747 31.3053C26.6422 31.2379 26.7338 31.2 26.8293 31.2H29.165H29.1643Z" fill="white"/>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
<defs>
|
|
13
|
+
<filter id="filter0_i_163_1792" x="10" y="10" width="22" height="27" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
14
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
15
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
16
|
+
<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"/>
|
|
17
|
+
<feOffset dy="2"/>
|
|
18
|
+
<feGaussianBlur stdDeviation="2"/>
|
|
19
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
20
|
+
<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"/>
|
|
21
|
+
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_163_1792"/>
|
|
22
|
+
</filter>
|
|
23
|
+
<clipPath id="bgblur_0_163_1792_clip_path" transform="translate(-16 -17)"><path d="M24.4297 21.2998H31.2441C31.3768 21.2998 31.5001 21.3692 31.5693 21.4824L35.3184 27.6152V27.6162C35.3547 27.6759 35.374 27.7445 35.374 27.8145C35.374 27.8846 35.3549 27.9538 35.3184 28.0137L31.5693 34.1475C31.5353 34.203 31.4875 34.2494 31.4307 34.2812C31.3738 34.3131 31.3093 34.3301 31.2441 34.3301H24.4297C24.2971 34.3301 24.1738 34.2606 24.1045 34.1475L20.3564 28.0137C20.3198 27.9538 20.2998 27.8847 20.2998 27.8145C20.2999 27.7444 20.3199 27.676 20.3564 27.6162V27.6152L24.1045 21.4824C24.1738 21.369 24.2965 21.2998 24.4297 21.2998Z"/>
|
|
24
|
+
</clipPath><filter id="filter2_d_163_1792" x="19" y="21" width="18" height="18" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
25
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
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="out"/>
|
|
30
|
+
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.666667 0 0 0 0 0 0 0 0 0.7 0"/>
|
|
31
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_163_1792"/>
|
|
32
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_163_1792" result="shape"/>
|
|
33
|
+
</filter>
|
|
34
|
+
<linearGradient id="paint0_linear_163_1792" x1="27.837" y1="21" x2="27.837" y2="34.6296" gradientUnits="userSpaceOnUse">
|
|
35
|
+
<stop stop-color="white"/>
|
|
36
|
+
<stop offset="1" stop-color="white"/>
|
|
37
|
+
</linearGradient>
|
|
38
|
+
</defs>
|
|
39
|
+
</svg>
|
|
@@ -0,0 +1,78 @@
|
|
|
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_10065)">
|
|
5
|
+
<circle cx="22" cy="22" r="22" fill="url(#paint0_linear_180_10065)" fill-opacity="0.5"/>
|
|
6
|
+
</g>
|
|
7
|
+
<circle cx="22" cy="22" r="21.5" stroke="url(#paint1_linear_180_10065)"/>
|
|
8
|
+
</g>
|
|
9
|
+
<g id="Vector" filter="url(#filter1_di_180_10065)">
|
|
10
|
+
<path d="M21.812 10.2152L21.8275 10.224L31.1675 15.6426C31.418 15.7879 31.6265 15.9963 31.7724 16.2473C31.9184 16.4983 31.9969 16.7831 32 17.0739V27.9082C32 28.1989 31.9246 28.4847 31.7814 28.7372C31.6381 28.9898 31.4318 29.2004 31.1829 29.3484L31.1675 29.3575L21.8275 34.776C21.577 34.9213 21.2932 34.9985 21.004 35C20.7148 35.0015 20.4303 34.9272 20.1783 34.7845L20.1628 34.7757L10.832 29.3576C10.5817 29.2122 10.3733 29.0038 10.2274 28.7529C10.0815 28.502 10.0031 28.2172 10 27.9266V17.0914C10 16.8008 10.0753 16.5151 10.2185 16.2627C10.3617 16.0102 10.5678 15.7995 10.8166 15.6515L10.832 15.6424L20.1628 10.2244C20.4132 10.079 20.697 10.0016 20.9862 10C21.2754 9.99841 21.56 10.0726 21.812 10.2152ZM15.1966 26.3443L12.4156 27.9583L20.5839 32.7013V30.8139L15.1966 26.3443ZM27.0323 26.4772L21.4161 30.8444V32.6963L29.5837 27.9579L27.0323 26.4772ZM30.0025 17.7512L28.4387 18.6588L27.4527 25.755L30.0025 27.2349V17.7512ZM11.9974 17.7512V27.2349L14.6911 25.6716L13.5825 18.6712L11.9974 17.7512ZM20.5839 12.2987L12.4275 17.0348L14.0722 17.9893L20.5839 15.225V12.2987ZM21.4161 12.3038V15.2247L27.9321 17.9868L29.5718 17.0352L21.4161 12.3038Z" fill="url(#paint2_linear_180_10065)"/>
|
|
11
|
+
</g>
|
|
12
|
+
<foreignObject x="16" y="17" width="23.6738" height="21.6299"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(2px);clip-path:url(#bgblur_0_180_10065_clip_path);height:100%;width:100%"></div></foreignObject><path id="Vector_2" data-figma-bg-blur-radius="4" d="M24.4297 21.2998H31.2441C31.3768 21.2998 31.5001 21.3692 31.5693 21.4824L35.3184 27.6152V27.6162C35.3547 27.6759 35.374 27.7445 35.374 27.8145C35.374 27.8846 35.3549 27.9538 35.3184 28.0137L31.5693 34.1475C31.5353 34.203 31.4875 34.2494 31.4307 34.2812C31.3738 34.3131 31.3093 34.3301 31.2441 34.3301H24.4297C24.2971 34.3301 24.1738 34.2606 24.1045 34.1475L20.3564 28.0137C20.3198 27.9538 20.2998 27.8847 20.2998 27.8145C20.2999 27.7444 20.3199 27.676 20.3564 27.6162V27.6152L24.1045 21.4824C24.1738 21.369 24.2965 21.2998 24.4297 21.2998Z" fill="#FFD98E" fill-opacity="0.5" stroke="url(#paint3_linear_180_10065)" stroke-width="0.6"/>
|
|
13
|
+
<g id="Vector_3" filter="url(#filter3_d_180_10065)">
|
|
14
|
+
<path d="M25.1376 27.9791C25.139 27.3507 25.3481 26.7402 25.7322 26.2425C26.1164 25.7447 26.6543 25.3874 27.2625 25.2259C27.8707 25.0644 28.5152 25.1079 29.0962 25.3494C29.6772 25.591 30.1621 26.0172 30.4759 26.5619C30.7897 27.1067 30.9148 27.7397 30.8317 28.3627C30.7487 28.9856 30.4622 29.5639 30.0167 30.0077C29.5711 30.4516 28.9914 30.7363 28.3674 30.8176C27.7434 30.899 27.1099 30.7726 26.5652 30.4579C26.1305 30.206 25.7698 29.8444 25.5192 29.4093C25.2686 28.9743 25.137 28.481 25.1376 27.9791ZM28.5332 32.2807C28.6287 32.2807 28.7203 32.3186 28.7879 32.386C28.8554 32.4535 28.8934 32.545 28.8934 32.6403C28.8934 32.7357 28.8554 32.8272 28.7879 32.8947C28.7203 32.9621 28.6287 33 28.5332 33H27.4625C27.367 33 27.2754 32.9621 27.2078 32.8947C27.1403 32.8272 27.1024 32.7357 27.1024 32.6403C27.1024 32.545 27.1403 32.4535 27.2078 32.386C27.2754 32.3186 27.367 32.2807 27.4625 32.2807H28.5332ZM28 24.7918C27.9531 24.7918 27.9067 24.7826 27.8634 24.7647C27.8201 24.7468 27.7808 24.7205 27.7476 24.6874C27.7145 24.6543 27.6882 24.615 27.6703 24.5718C27.6523 24.5286 27.6431 24.4822 27.6431 24.4354V23.3589C27.6431 23.2637 27.681 23.1724 27.7484 23.1051C27.8158 23.0378 27.9072 23 28.0025 23C28.0978 23 28.1892 23.0378 28.2566 23.1051C28.324 23.1724 28.3619 23.2637 28.3619 23.3589V24.4318C28.3619 24.5264 28.3243 24.617 28.2574 24.6839C28.1904 24.7507 28.0997 24.7883 28.005 24.7883L28 24.7918ZM25.2232 25.7336L24.4644 24.9743C24.4082 24.9051 24.3796 24.8175 24.3843 24.7284C24.3891 24.6394 24.4267 24.5553 24.49 24.4924C24.5532 24.4295 24.6376 24.3922 24.7268 24.3879C24.816 24.3836 24.9036 24.4124 24.9727 24.4689L25.7315 25.2253C25.7915 25.294 25.8232 25.3829 25.8201 25.4741C25.8171 25.5652 25.7795 25.6518 25.7149 25.7164C25.6504 25.7809 25.5637 25.8186 25.4725 25.8218C25.3812 25.825 25.2921 25.7934 25.2232 25.7336ZM24.438 27.6434C24.5335 27.6434 24.6251 27.6813 24.6927 27.7487C24.7602 27.8162 24.7981 27.9076 24.7981 28.003C24.7981 28.0984 24.7602 28.1899 24.6927 28.2573C24.6251 28.3248 24.5335 28.3627 24.438 28.3627H23.3601C23.2646 28.3627 23.173 28.3248 23.1055 28.2573C23.0379 28.1899 23 28.0984 23 28.003C23 27.9076 23.0379 27.8162 23.1055 27.7487C23.173 27.6813 23.2646 27.6434 23.3601 27.6434H24.4309H24.438ZM32.6399 27.637C32.7354 27.637 32.827 27.6749 32.8945 27.7423C32.9621 27.8098 33 27.9012 33 27.9966C33 28.092 32.9621 28.1835 32.8945 28.2509C32.827 28.3184 32.7354 28.3563 32.6399 28.3563H31.5691C31.4736 28.3563 31.382 28.3184 31.3145 28.2509C31.247 28.1835 31.209 28.092 31.209 27.9966C31.209 27.9012 31.247 27.8098 31.3145 27.7423C31.382 27.6749 31.4736 27.637 31.5691 27.637H32.6399ZM30.7732 25.7286C30.7047 25.7912 30.6146 25.825 30.5217 25.8229C30.4289 25.8208 30.3404 25.783 30.2748 25.7174C30.2091 25.6517 30.1714 25.5633 30.1694 25.4706C30.1675 25.3778 30.2015 25.2879 30.2643 25.2196L31.0231 24.4611C31.0916 24.3984 31.1817 24.3646 31.2745 24.3667C31.3674 24.3688 31.4559 24.4066 31.5215 24.4723C31.5871 24.5379 31.6249 24.6263 31.6268 24.719C31.6288 24.8118 31.5948 24.9017 31.532 24.9701L30.7732 25.7286ZM29.1643 31.2C29.2598 31.2 29.3514 31.2379 29.4189 31.3053C29.4864 31.3728 29.5244 31.4642 29.5244 31.5596C29.5244 31.655 29.4864 31.7465 29.4189 31.8139C29.3514 31.8814 29.2598 31.9193 29.1643 31.9193H26.8293C26.7338 31.9193 26.6422 31.8814 26.5747 31.8139C26.5071 31.7465 26.4692 31.655 26.4692 31.5596C26.4692 31.4642 26.5071 31.3728 26.5747 31.3053C26.6422 31.2379 26.7338 31.2 26.8293 31.2H29.165H29.1643Z" fill="white"/>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
<defs>
|
|
18
|
+
<filter id="filter0_ii_180_10065" x="0" y="-4" width="44" height="50" 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="3"/>
|
|
24
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
25
|
+
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.670588 0 0 0 0 0.00784314 0 0 0 0.8 0"/>
|
|
26
|
+
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_180_10065"/>
|
|
27
|
+
<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"/>
|
|
28
|
+
<feOffset dy="-4"/>
|
|
29
|
+
<feGaussianBlur stdDeviation="2"/>
|
|
30
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
31
|
+
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.670588 0 0 0 0 0.00784314 0 0 0 0.3 0"/>
|
|
32
|
+
<feBlend mode="normal" in2="effect1_innerShadow_180_10065" result="effect2_innerShadow_180_10065"/>
|
|
33
|
+
</filter>
|
|
34
|
+
<filter id="filter1_di_180_10065" x="6" y="6" width="30" height="33" 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/>
|
|
38
|
+
<feGaussianBlur stdDeviation="2"/>
|
|
39
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
40
|
+
<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"/>
|
|
41
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_180_10065"/>
|
|
42
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_180_10065" result="shape"/>
|
|
43
|
+
<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"/>
|
|
44
|
+
<feOffset dy="2"/>
|
|
45
|
+
<feGaussianBlur stdDeviation="2"/>
|
|
46
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
47
|
+
<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"/>
|
|
48
|
+
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_180_10065"/>
|
|
49
|
+
</filter>
|
|
50
|
+
<clipPath id="bgblur_0_180_10065_clip_path" transform="translate(-16 -17)"><path d="M24.4297 21.2998H31.2441C31.3768 21.2998 31.5001 21.3692 31.5693 21.4824L35.3184 27.6152V27.6162C35.3547 27.6759 35.374 27.7445 35.374 27.8145C35.374 27.8846 35.3549 27.9538 35.3184 28.0137L31.5693 34.1475C31.5353 34.203 31.4875 34.2494 31.4307 34.2812C31.3738 34.3131 31.3093 34.3301 31.2441 34.3301H24.4297C24.2971 34.3301 24.1738 34.2606 24.1045 34.1475L20.3564 28.0137C20.3198 27.9538 20.2998 27.8847 20.2998 27.8145C20.2999 27.7444 20.3199 27.676 20.3564 27.6162V27.6152L24.1045 21.4824C24.1738 21.369 24.2965 21.2998 24.4297 21.2998Z"/>
|
|
51
|
+
</clipPath><filter id="filter3_d_180_10065" x="19" y="21" width="18" height="18" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
52
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
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="out"/>
|
|
57
|
+
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.666667 0 0 0 0 0 0 0 0 0.7 0"/>
|
|
58
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_180_10065"/>
|
|
59
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_180_10065" result="shape"/>
|
|
60
|
+
</filter>
|
|
61
|
+
<linearGradient id="paint0_linear_180_10065" x1="22" y1="0" x2="22" y2="44" gradientUnits="userSpaceOnUse">
|
|
62
|
+
<stop stop-color="#FFAB02" stop-opacity="0"/>
|
|
63
|
+
<stop offset="1" stop-color="#CC9E42"/>
|
|
64
|
+
</linearGradient>
|
|
65
|
+
<linearGradient id="paint1_linear_180_10065" x1="39.05" y1="3.85" x2="5.5" y2="37.4" gradientUnits="userSpaceOnUse">
|
|
66
|
+
<stop stop-color="white"/>
|
|
67
|
+
<stop offset="1" stop-color="#FFC652"/>
|
|
68
|
+
</linearGradient>
|
|
69
|
+
<linearGradient id="paint2_linear_180_10065" x1="21" y1="10" x2="21" y2="35" gradientUnits="userSpaceOnUse">
|
|
70
|
+
<stop stop-color="white"/>
|
|
71
|
+
<stop offset="1" stop-color="#FFBD40"/>
|
|
72
|
+
</linearGradient>
|
|
73
|
+
<linearGradient id="paint3_linear_180_10065" x1="27.837" y1="21" x2="27.837" y2="34.6296" gradientUnits="userSpaceOnUse">
|
|
74
|
+
<stop stop-color="white"/>
|
|
75
|
+
<stop offset="1" stop-color="white"/>
|
|
76
|
+
</linearGradient>
|
|
77
|
+
</defs>
|
|
78
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|