@vtx/modals2 3.3.18 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/index.js +17 -24
- package/lib/index.js.map +1 -1
- package/lib/style/css.js +1 -3
- package/lib/style/css.js.map +1 -1
- package/lib/style/index.css +1 -49
- package/lib/style/index.js +1 -3
- package/lib/style/index.js.map +1 -1
- package/lib/style/themes/dark.css +1 -49
- package/lib/style/themes/dark.less +0 -45
- package/lib/style/themes/default.css +1 -5
- package/lib/style/themes/default.less +1 -5
- package/lib/style/themes/index.css +1 -49
- package/lib/typings.d.ts +1 -3
- package/lib/util/index.js.map +1 -1
- package/lib/vm-alarm-info/Components/AlarmRecord.js +118 -0
- package/lib/vm-alarm-info/Components/AlarmRecord.js.map +1 -0
- package/lib/vm-alarm-info/Components/AlarmStatistics.js +166 -0
- package/lib/vm-alarm-info/Components/AlarmStatistics.js.map +1 -0
- package/lib/vm-alarm-info/Components/AlarmTrend.js +228 -0
- package/lib/vm-alarm-info/Components/AlarmTrend.js.map +1 -0
- package/lib/vm-alarm-info/Components/CurrentAlarm.js +110 -0
- package/lib/vm-alarm-info/Components/CurrentAlarm.js.map +1 -0
- package/lib/vm-alarm-info/Components/CurrentAlarmNew.js +88 -0
- package/lib/vm-alarm-info/Components/CurrentAlarmNew.js.map +1 -0
- package/lib/vm-alarm-info/Components/index.css +39 -0
- package/lib/vm-alarm-info/Components/index.less +40 -0
- package/lib/vm-alarm-info/api.js +171 -0
- package/lib/vm-alarm-info/api.js.map +1 -0
- package/lib/vm-alarm-info/index.js +88 -0
- package/lib/vm-alarm-info/index.js.map +1 -0
- package/lib/vm-alarm-info/style/css.js.map +1 -0
- package/lib/vm-alarm-info/style/index.css +19 -0
- package/lib/vm-alarm-info/style/index.js.map +1 -0
- package/lib/vm-alarm-info/style/index.less +16 -0
- package/lib/vm-alarm-situation/api.js +86 -0
- package/lib/vm-alarm-situation/api.js.map +1 -0
- package/lib/vm-alarm-situation/index.js +212 -0
- package/lib/vm-alarm-situation/index.js.map +1 -0
- package/lib/vm-alarm-situation/style/css.js +4 -0
- package/lib/vm-alarm-situation/style/css.js.map +1 -0
- package/lib/vm-alarm-situation/style/index.css +78 -0
- package/lib/vm-alarm-situation/style/index.js +4 -0
- package/lib/vm-alarm-situation/style/index.js.map +1 -0
- package/lib/vm-alarm-situation/style/index.less +67 -0
- package/lib/vm-alarm-situation-pt/api.js +73 -0
- package/lib/vm-alarm-situation-pt/api.js.map +1 -0
- package/lib/vm-alarm-situation-pt/index.js +145 -0
- package/lib/vm-alarm-situation-pt/index.js.map +1 -0
- package/lib/vm-alarm-situation-pt/style/css.js +4 -0
- package/lib/vm-alarm-situation-pt/style/css.js.map +1 -0
- package/lib/vm-alarm-situation-pt/style/index.css +79 -0
- package/lib/vm-alarm-situation-pt/style/index.js +4 -0
- package/lib/vm-alarm-situation-pt/style/index.js.map +1 -0
- package/lib/vm-alarm-situation-pt/style/index.less +65 -0
- package/lib/vm-analysis-comparison/api.js +177 -0
- package/lib/vm-analysis-comparison/api.js.map +1 -0
- package/lib/vm-analysis-comparison/index.js +368 -0
- package/lib/vm-analysis-comparison/index.js.map +1 -0
- package/lib/vm-analysis-comparison/style/css.js +4 -0
- package/lib/vm-analysis-comparison/style/css.js.map +1 -0
- package/lib/vm-analysis-comparison/style/index.css +13 -0
- package/lib/vm-analysis-comparison/style/index.js +4 -0
- package/lib/vm-analysis-comparison/style/index.js.map +1 -0
- package/lib/vm-analysis-comparison/style/index.less +12 -0
- package/lib/vm-appraisal-info/AppraisalBase.js +5 -26
- package/lib/vm-appraisal-info/AppraisalBase.js.map +1 -1
- package/lib/vm-appraisal-info/AppraisalTop5.js +4 -5
- package/lib/vm-appraisal-info/AppraisalTop5.js.map +1 -1
- package/lib/vm-appraisal-info/List.js +9 -8
- package/lib/vm-appraisal-info/List.js.map +1 -1
- package/lib/vm-appraisal-info/ListKh.js +13 -11
- package/lib/vm-appraisal-info/ListKh.js.map +1 -1
- package/lib/vm-appraisal-info/ListZg.js +13 -11
- package/lib/vm-appraisal-info/ListZg.js.map +1 -1
- package/lib/vm-appraisal-info/Wtlx.js +5 -6
- package/lib/vm-appraisal-info/Wtlx.js.map +1 -1
- package/lib/vm-appraisal-info/Zgxxhz.js +4 -21
- package/lib/vm-appraisal-info/Zgxxhz.js.map +1 -1
- package/lib/vm-appraisal-info/api.js +1 -2
- package/lib/vm-appraisal-info/api.js.map +1 -1
- package/lib/vm-appraisal-info/index.js +23 -49
- package/lib/vm-appraisal-info/index.js.map +1 -1
- package/lib/vm-appraisal-info/style/css.js.map +1 -1
- package/lib/vm-appraisal-info/style/index.js.map +1 -1
- package/lib/vm-base-list/OpenArrow.js +47 -0
- package/lib/vm-base-list/OpenArrow.js.map +1 -0
- package/lib/vm-base-list/index.js +85 -0
- package/lib/vm-base-list/index.js.map +1 -0
- package/lib/vm-base-list/style/css.js +4 -0
- package/lib/vm-base-list/style/css.js.map +1 -0
- package/lib/vm-base-list/style/index.css +41 -0
- package/lib/vm-base-list/style/index.js +4 -0
- package/lib/vm-base-list/style/index.js.map +1 -0
- package/lib/vm-base-list/style/index.less +39 -0
- package/lib/vm-button/index.js +2 -3
- package/lib/vm-button/index.js.map +1 -1
- package/lib/vm-button/style/css.js.map +1 -1
- package/lib/vm-button/style/index.js.map +1 -1
- package/lib/vm-charts/Distribute1.js +7 -8
- package/lib/vm-charts/Distribute1.js.map +1 -1
- package/lib/vm-charts/Gauge1.js +2 -3
- package/lib/vm-charts/Gauge1.js.map +1 -1
- package/lib/vm-charts/Line.js +213 -0
- package/lib/vm-charts/Line.js.map +1 -0
- package/lib/vm-charts/Line1.js +3 -4
- package/lib/vm-charts/Line1.js.map +1 -1
- package/lib/vm-charts/Pie.js +115 -0
- package/lib/vm-charts/Pie.js.map +1 -0
- package/lib/vm-charts/index.css +20 -0
- package/lib/vm-charts/index.js +15 -1
- package/lib/vm-charts/index.js.map +1 -1
- package/lib/vm-charts/index.less +30 -0
- package/lib/vm-checkbox/index.js +32 -0
- package/lib/vm-checkbox/index.js.map +1 -0
- package/lib/vm-checkbox/style/css.js +4 -0
- package/lib/vm-checkbox/style/css.js.map +1 -0
- package/lib/vm-checkbox/style/index.css +25 -0
- package/lib/vm-checkbox/style/index.js +4 -0
- package/lib/vm-checkbox/style/index.js.map +1 -0
- package/lib/vm-checkbox/style/index.less +25 -0
- package/lib/vm-container/index.js +33 -0
- package/lib/vm-container/index.js.map +1 -0
- package/lib/vm-container/style/css.js +4 -0
- package/lib/vm-container/style/css.js.map +1 -0
- package/lib/vm-container/style/index.css +30 -0
- package/lib/vm-container/style/index.js +4 -0
- package/lib/vm-container/style/index.js.map +1 -0
- package/lib/vm-container/style/index.less +28 -0
- package/lib/vm-correlation-comparison/api.js +236 -0
- package/lib/vm-correlation-comparison/api.js.map +1 -0
- package/lib/vm-correlation-comparison/index.js +308 -0
- package/lib/vm-correlation-comparison/index.js.map +1 -0
- package/lib/vm-correlation-comparison/style/css.js +4 -0
- package/lib/vm-correlation-comparison/style/css.js.map +1 -0
- package/lib/vm-correlation-comparison/style/index.css +19 -0
- package/lib/vm-correlation-comparison/style/index.js +4 -0
- package/lib/vm-correlation-comparison/style/index.js.map +1 -0
- package/lib/vm-correlation-comparison/style/index.less +13 -0
- package/lib/vm-empty/index.js +44 -0
- package/lib/vm-empty/index.js.map +1 -0
- package/lib/vm-empty/style/css.js +4 -0
- package/lib/vm-empty/style/css.js.map +1 -0
- package/lib/vm-empty/style/index.css +30 -0
- package/lib/vm-empty/style/index.js +4 -0
- package/lib/vm-empty/style/index.js.map +1 -0
- package/lib/vm-empty/style/index.less +23 -0
- package/lib/vm-filter/index.js +110 -121
- package/lib/vm-filter/index.js.map +1 -1
- package/lib/vm-filter/style/css.js.map +1 -1
- package/lib/vm-filter/style/index.css +32 -22
- package/lib/vm-filter/style/index.js.map +1 -1
- package/lib/vm-filter/style/index.less +24 -29
- package/lib/vm-hooks/useSettings.js +5 -4
- package/lib/vm-hooks/useSettings.js.map +1 -1
- package/lib/vm-iframe-modal/index.js +40 -0
- package/lib/vm-iframe-modal/index.js.map +1 -0
- package/lib/vm-iframe-modal/style/css.js +4 -0
- package/lib/vm-iframe-modal/style/css.js.map +1 -0
- package/lib/vm-iframe-modal/style/index.css +10 -0
- package/lib/vm-iframe-modal/style/index.js +4 -0
- package/lib/vm-iframe-modal/style/index.js.map +1 -0
- package/lib/vm-iframe-modal/style/index.less +8 -0
- package/lib/vm-image-text/index.js +10 -5
- package/lib/vm-image-text/index.js.map +1 -1
- package/lib/vm-image-text/style/css.js.map +1 -1
- package/lib/vm-image-text/style/index.css +2 -5
- package/lib/vm-image-text/style/index.js.map +1 -1
- package/lib/vm-image-text/style/index.less +2 -5
- package/lib/vm-info-collection/index.js +9 -21
- package/lib/vm-info-collection/index.js.map +1 -1
- package/lib/vm-info-collection/style/css.js.map +1 -1
- package/lib/vm-info-collection/style/index.css +21 -0
- package/lib/vm-info-collection/style/index.js.map +1 -1
- package/lib/vm-info-collection/style/index.less +19 -0
- package/lib/vm-map/index.js +125 -166
- package/lib/vm-map/index.js.map +1 -1
- package/lib/vm-map/mapStyle.js +7 -14
- package/lib/vm-map/mapStyle.js.map +1 -1
- package/lib/vm-modal-table/index.js +34 -0
- package/lib/vm-modal-table/index.js.map +1 -0
- package/lib/vm-modal-table/style/css.js +4 -0
- package/lib/vm-modal-table/style/css.js.map +1 -0
- package/lib/vm-modal-table/style/index.css +20 -0
- package/lib/vm-modal-table/style/index.js +4 -0
- package/lib/vm-modal-table/style/index.js.map +1 -0
- package/lib/vm-modal-table/style/index.less +23 -0
- package/lib/vm-nodata/imgs/chart.png +0 -0
- package/lib/vm-nodata/index.js +7 -3
- package/lib/vm-nodata/index.js.map +1 -1
- package/lib/vm-radio/index.js +27 -0
- package/lib/vm-radio/index.js.map +1 -0
- package/lib/vm-radio/style/css.js +4 -0
- package/lib/vm-radio/style/css.js.map +1 -0
- package/lib/vm-radio/style/index.css +21 -0
- package/lib/vm-radio/style/index.js +4 -0
- package/lib/vm-radio/style/index.js.map +1 -0
- package/lib/vm-radio/style/index.less +26 -0
- package/lib/vm-real-time-monitor/api.js +193 -0
- package/lib/vm-real-time-monitor/api.js.map +1 -0
- package/lib/vm-real-time-monitor/index.js +367 -0
- package/lib/vm-real-time-monitor/index.js.map +1 -0
- package/lib/vm-real-time-monitor/style/css.js +4 -0
- package/lib/vm-real-time-monitor/style/css.js.map +1 -0
- package/lib/vm-real-time-monitor/style/index.css +12 -0
- package/lib/vm-real-time-monitor/style/index.js +4 -0
- package/lib/vm-real-time-monitor/style/index.js.map +1 -0
- package/lib/vm-real-time-monitor/style/index.less +12 -0
- package/lib/vm-repair-maintain/RmInfoSummary.js +6 -7
- package/lib/vm-repair-maintain/RmInfoSummary.js.map +1 -1
- package/lib/vm-repair-maintain/RmMonthTrend.js +2 -3
- package/lib/vm-repair-maintain/RmMonthTrend.js.map +1 -1
- package/lib/vm-repair-maintain/RmRecord.js +12 -7
- package/lib/vm-repair-maintain/RmRecord.js.map +1 -1
- package/lib/vm-repair-maintain/RmType.js +5 -6
- package/lib/vm-repair-maintain/RmType.js.map +1 -1
- package/lib/vm-repair-maintain/api.js +1 -2
- package/lib/vm-repair-maintain/api.js.map +1 -1
- package/lib/vm-repair-maintain/index.js +2 -3
- package/lib/vm-repair-maintain/index.js.map +1 -1
- package/lib/vm-repair-maintain/style/css.js.map +1 -1
- package/lib/vm-repair-maintain/style/index.js.map +1 -1
- package/lib/vm-round-content/index.js +68 -0
- package/lib/vm-round-content/index.js.map +1 -0
- package/lib/vm-round-content/style/css.js +4 -0
- package/lib/vm-round-content/style/css.js.map +1 -0
- package/lib/vm-round-content/style/index.css +38 -0
- package/lib/vm-round-content/style/index.js +4 -0
- package/lib/vm-round-content/style/index.js.map +1 -0
- package/lib/vm-round-content/style/index.less +33 -0
- package/lib/vm-row-col/index.js +26 -0
- package/lib/vm-row-col/index.js.map +1 -0
- package/lib/vm-row-col/style/css.js +4 -0
- package/lib/vm-row-col/style/css.js.map +1 -0
- package/lib/vm-row-col/style/index.css +0 -0
- package/lib/vm-row-col/style/index.js +4 -0
- package/lib/vm-row-col/style/index.js.map +1 -0
- package/lib/vm-row-col/style/index.less +0 -0
- package/lib/vm-select-device/index.js +90 -0
- package/lib/vm-select-device/index.js.map +1 -0
- package/lib/vm-select-device/style/css.js +4 -0
- package/lib/vm-select-device/style/css.js.map +1 -0
- package/lib/vm-select-device/style/index.css +16 -0
- package/lib/vm-select-device/style/index.js +4 -0
- package/lib/vm-select-device/style/index.js.map +1 -0
- package/lib/vm-select-device/style/index.less +16 -0
- package/lib/vm-sub-tabs/index.js +4 -7
- package/lib/vm-sub-tabs/index.js.map +1 -1
- package/lib/vm-sub-tabs/style/css.js.map +1 -1
- package/lib/vm-sub-tabs/style/index.css +8 -31
- package/lib/vm-sub-tabs/style/index.js.map +1 -1
- package/lib/vm-sub-tabs/style/index.less +26 -48
- package/lib/vm-sub-title/index.js +4 -5
- package/lib/vm-sub-title/index.js.map +1 -1
- package/lib/vm-sub-title/style/css.js.map +1 -1
- package/lib/vm-sub-title/style/index.css +3 -10
- package/lib/vm-sub-title/style/index.js.map +1 -1
- package/lib/vm-sub-title/style/index.less +3 -10
- package/lib/vm-table/index.js +25 -25
- package/lib/vm-table/index.js.map +1 -1
- package/lib/vm-table/style/css.js.map +1 -1
- package/lib/vm-table/style/index.css +31 -56
- package/lib/vm-table/style/index.js.map +1 -1
- package/lib/vm-table/style/index.less +54 -80
- package/lib/vm-time-line/index.js +25 -0
- package/lib/vm-time-line/index.js.map +1 -0
- package/lib/vm-time-line/style/css.js +4 -0
- package/lib/vm-time-line/style/css.js.map +1 -0
- package/lib/vm-time-line/style/index.css +0 -0
- package/lib/vm-time-line/style/index.js +4 -0
- package/lib/vm-time-line/style/index.js.map +1 -0
- package/lib/vm-time-line/style/index.less +0 -0
- package/lib/vm-video/api.js +1 -2
- package/lib/vm-video/api.js.map +1 -1
- package/lib/vm-video/index.css +1 -49
- package/lib/vm-video/index.js +7 -25
- package/lib/vm-video/index.js.map +1 -1
- package/lib/vtx-base-info/index.js +53 -0
- package/lib/vtx-base-info/index.js.map +1 -0
- package/lib/vtx-base-info/style/css.js +4 -0
- package/lib/vtx-base-info/style/css.js.map +1 -0
- package/lib/vtx-base-info/style/index.css +69 -0
- package/lib/vtx-base-info/style/index.js +4 -0
- package/lib/vtx-base-info/style/index.js.map +1 -0
- package/lib/vtx-base-info/style/index.less +62 -0
- package/lib/vtx-base-modal/api.js +13 -7
- package/lib/vtx-base-modal/api.js.map +1 -1
- package/lib/vtx-base-modal/imgs/modal_bg.png +0 -0
- package/lib/vtx-base-modal/imgs/panoramaLink.png +0 -0
- package/lib/vtx-base-modal/index.js +126 -47
- package/lib/vtx-base-modal/index.js.map +1 -1
- package/lib/vtx-base-modal/style/css.js.map +1 -1
- package/lib/vtx-base-modal/style/index.css +32 -35
- package/lib/vtx-base-modal/style/index.js.map +1 -1
- package/lib/vtx-base-modal/style/index.less +37 -37
- package/lib/vtx-car-modal/api.js +106 -132
- package/lib/vtx-car-modal/api.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +6 -7
- package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/List.js +18 -17
- package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/index.css +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/index.js +41 -27
- package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/index.less +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/Charts.js +9 -21
- package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +4 -6
- package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js +51 -0
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +1 -0
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js +5 -4
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +7 -18
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +4 -5
- package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +3 -18
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js +137 -0
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js.map +1 -0
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +14 -12
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +11 -10
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/index.css +6 -4
- package/lib/vtx-car-modal/components/BaseInfo/index.js +42 -36
- package/lib/vtx-car-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/index.less +4 -4
- package/lib/vtx-car-modal/components/Maintenance/index.js +6 -7
- package/lib/vtx-car-modal/components/Maintenance/index.js.map +1 -1
- package/lib/vtx-car-modal/components/OilConsumption/List.js +9 -8
- package/lib/vtx-car-modal/components/OilConsumption/List.js.map +1 -1
- package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +4 -4
- package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +1 -1
- package/lib/vtx-car-modal/components/OilConsumption/index.js +14 -11
- package/lib/vtx-car-modal/components/OilConsumption/index.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/Charts.js +5 -6
- package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/List.js +2 -3
- package/lib/vtx-car-modal/components/StaticInfo/List.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/index.css +3 -7
- package/lib/vtx-car-modal/components/StaticInfo/index.js +26 -19
- package/lib/vtx-car-modal/components/StaticInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/index.less +3 -6
- package/lib/vtx-car-modal/components/WaterConsumption/index.js +14 -11
- package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +8 -9
- package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +37 -33
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +30 -179
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/index.css +2 -166
- package/lib/vtx-car-modal/components/WorkInfo/index.js +6 -7
- package/lib/vtx-car-modal/components/WorkInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/index.less +2 -160
- package/lib/vtx-car-modal/components/index.js +1 -15
- package/lib/vtx-car-modal/components/index.js.map +1 -1
- package/lib/vtx-car-modal/index.js +57 -83
- package/lib/vtx-car-modal/index.js.map +1 -1
- package/lib/vtx-car-modal/style/css.js +1 -0
- package/lib/vtx-car-modal/style/css.js.map +1 -1
- package/lib/vtx-car-modal/style/index.css +1 -49
- package/lib/vtx-car-modal/style/index.js +1 -0
- package/lib/vtx-car-modal/style/index.js.map +1 -1
- package/lib/vtx-cc-cp-modal/api.js +303 -0
- package/lib/vtx-cc-cp-modal/api.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js +152 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js +103 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js +134 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.css +116 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js +34 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.less +104 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js +76 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js +44 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js +48 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js +125 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.css +102 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js +66 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +89 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js +130 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js +103 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js +134 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.css +116 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js +34 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.less +104 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.css +7 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +124 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.less +7 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +110 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js +117 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.css +46 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.js +83 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.less +40 -0
- package/lib/vtx-cc-cp-modal/components/index.js +42 -0
- package/lib/vtx-cc-cp-modal/components/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/index.js +64 -0
- package/lib/vtx-cc-cp-modal/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/style/css.js +5 -0
- package/lib/vtx-cc-cp-modal/style/css.js.map +1 -0
- package/lib/vtx-cc-cp-modal/style/index.css +84 -0
- package/lib/vtx-cc-cp-modal/style/index.js +5 -0
- package/lib/vtx-cc-cp-modal/style/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/type.js +6 -0
- package/lib/vtx-cc-cp-modal/type.js.map +1 -0
- package/lib/vtx-cp-modal/api.js +36 -28
- package/lib/vtx-cp-modal/api.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +12 -14
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +2 -3
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +20 -21
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/index.js +2 -3
- package/lib/vtx-cp-modal/components/AlarmInfo/index.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +52 -42
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js +180 -0
- package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js.map +1 -0
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +161 -39
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +34 -42
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/index.css +178 -10
- package/lib/vtx-cp-modal/components/BaseInfo/index.js +53 -15
- package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/index.less +95 -8
- package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js +11 -9
- package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js.map +1 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +2 -3
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +18 -17
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +1 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +2 -3
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js.map +1 -1
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +8 -9
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -1
- package/lib/vtx-cp-modal/components/SyInfo/index.js +56 -80
- package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -1
- package/lib/vtx-cp-modal/components/index.js +1 -1
- package/lib/vtx-cp-modal/components/index.js.map +1 -1
- package/lib/vtx-cp-modal/imgs/cylj.png +0 -0
- package/lib/vtx-cp-modal/imgs/qtlj.png +0 -0
- package/lib/vtx-cp-modal/imgs/shlj.png +0 -0
- package/lib/vtx-cp-modal/imgs/yhlj.png +0 -0
- package/lib/vtx-cp-modal/index.js +26 -36
- package/lib/vtx-cp-modal/index.js.map +1 -1
- package/lib/vtx-cp-modal/style/css.js.map +1 -1
- package/lib/vtx-cp-modal/style/index.css +1 -49
- package/lib/vtx-cp-modal/style/index.js.map +1 -1
- package/lib/vtx-default-modal/api.js +8 -43
- package/lib/vtx-default-modal/api.js.map +1 -1
- package/lib/vtx-default-modal/components/BaseInfo/index.css +1 -3
- package/lib/vtx-default-modal/components/BaseInfo/index.js +22 -21
- package/lib/vtx-default-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-default-modal/components/BaseInfo/index.less +1 -3
- package/lib/vtx-default-modal/components/index.js +1 -1
- package/lib/vtx-default-modal/components/index.js.map +1 -1
- package/lib/vtx-default-modal/index.js +49 -35
- package/lib/vtx-default-modal/index.js.map +1 -1
- package/lib/vtx-default-modal/style/css.js.map +1 -1
- package/lib/vtx-default-modal/style/index.css +1 -49
- package/lib/vtx-default-modal/style/index.js.map +1 -1
- package/lib/vtx-device-modal/api.js +211 -0
- package/lib/vtx-device-modal/api.js.map +1 -0
- package/lib/vtx-device-modal/components/BaseInfo/index.js +50 -0
- package/lib/vtx-device-modal/components/BaseInfo/index.js.map +1 -0
- package/lib/vtx-device-modal/components/DataAnalysis/index.js +84 -0
- package/lib/vtx-device-modal/components/DataAnalysis/index.js.map +1 -0
- package/lib/vtx-device-modal/components/FacilityFile/index.js +47 -0
- package/lib/vtx-device-modal/components/FacilityFile/index.js.map +1 -0
- package/lib/vtx-device-modal/components/LiftInfo/index.js +31 -0
- package/lib/vtx-device-modal/components/LiftInfo/index.js.map +1 -0
- package/lib/vtx-device-modal/components/OverViewInfo/Left.js +26 -0
- package/lib/vtx-device-modal/components/OverViewInfo/Left.js.map +1 -0
- package/lib/vtx-device-modal/components/OverViewInfo/index.js +102 -0
- package/lib/vtx-device-modal/components/OverViewInfo/index.js.map +1 -0
- package/lib/vtx-device-modal/components/VideoInfo/index.js +35 -0
- package/lib/vtx-device-modal/components/VideoInfo/index.js.map +1 -0
- package/lib/vtx-device-modal/config.js +52 -0
- package/lib/vtx-device-modal/config.js.map +1 -0
- package/lib/vtx-device-modal/imgs/car.png +0 -0
- package/lib/vtx-device-modal/imgs/user.png +0 -0
- package/lib/vtx-device-modal/index.js +73 -0
- package/lib/vtx-device-modal/index.js.map +1 -0
- package/lib/vtx-device-modal/style/css.js +4 -0
- package/lib/vtx-device-modal/style/css.js.map +1 -0
- package/lib/vtx-device-modal/style/index.css +11 -0
- package/lib/vtx-device-modal/style/index.js +4 -0
- package/lib/vtx-device-modal/style/index.js.map +1 -0
- package/lib/vtx-device-modal/style/index.less +7 -0
- package/lib/vtx-device-modal/types.js.map +1 -0
- package/lib/vtx-df-modal/api.js +9 -67
- package/lib/vtx-df-modal/api.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +5 -6
- package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +10 -10
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +15 -14
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js +3 -3
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/index.css +4 -63
- package/lib/vtx-df-modal/components/BaseInfo/index.js +21 -19
- package/lib/vtx-df-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/index.less +3 -58
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js +11 -16
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +18 -20
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/List.js +10 -14
- package/lib/vtx-df-modal/components/Metering/List.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/index.css +4 -7
- package/lib/vtx-df-modal/components/Metering/index.js +32 -32
- package/lib/vtx-df-modal/components/Metering/index.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/index.less +4 -7
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +16 -15
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +1 -1
- package/lib/vtx-df-modal/components/WorkCondition/Situation.js +16 -24
- package/lib/vtx-df-modal/components/WorkCondition/Situation.js.map +1 -1
- package/lib/vtx-df-modal/components/WorkCondition/index.css +10 -45
- package/lib/vtx-df-modal/components/WorkCondition/index.js +18 -26
- package/lib/vtx-df-modal/components/WorkCondition/index.js.map +1 -1
- package/lib/vtx-df-modal/components/WorkCondition/index.less +7 -48
- package/lib/vtx-df-modal/components/index.js +1 -8
- package/lib/vtx-df-modal/components/index.js.map +1 -1
- package/lib/vtx-df-modal/imgs/situation_parent_bg.png +0 -0
- package/lib/vtx-df-modal/index.js +25 -43
- package/lib/vtx-df-modal/index.js.map +1 -1
- package/lib/vtx-df-modal/style/css.js.map +1 -1
- package/lib/vtx-df-modal/style/index.css +1 -49
- package/lib/vtx-df-modal/style/index.js.map +1 -1
- package/lib/vtx-facility-modal/api.js +31 -37
- package/lib/vtx-facility-modal/api.js.map +1 -1
- package/lib/vtx-facility-modal/components/OverView/Left.js +2 -3
- package/lib/vtx-facility-modal/components/OverView/Left.js.map +1 -1
- package/lib/vtx-facility-modal/components/OverView/index.js +18 -19
- package/lib/vtx-facility-modal/components/OverView/index.js.map +1 -1
- package/lib/vtx-facility-modal/components/index.js +1 -1
- package/lib/vtx-facility-modal/components/index.js.map +1 -1
- package/lib/vtx-facility-modal/config.js +13 -13
- package/lib/vtx-facility-modal/config.js.map +1 -1
- package/lib/vtx-facility-modal/index.js +2 -3
- package/lib/vtx-facility-modal/index.js.map +1 -1
- package/lib/vtx-facility-modal/style/css.js.map +1 -1
- package/lib/vtx-facility-modal/style/index.js.map +1 -1
- package/lib/vtx-facility-modal/types.js.map +1 -1
- package/lib/vtx-housing-estate-modal/api.js +153 -240
- package/lib/vtx-housing-estate-modal/api.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +13 -15
- package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js +14 -15
- package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/MY.js +17 -18
- package/lib/vtx-housing-estate-modal/components/Alarm/MY.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js +2 -3
- package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/index.js +15 -17
- package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +235 -127
- package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Left.js +55 -28
- package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +11 -13
- package/lib/vtx-housing-estate-modal/components/OverView/Manage.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +11 -13
- package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Trend.js +12 -157
- package/lib/vtx-housing-estate-modal/components/OverView/Trend.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/index.css +3 -13
- package/lib/vtx-housing-estate-modal/components/OverView/index.js +11 -28
- package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/index.less +3 -7
- package/lib/vtx-housing-estate-modal/components/SPJK/index.js +11 -12
- package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/TFRD/index.css +0 -9
- package/lib/vtx-housing-estate-modal/components/TFRD/index.js +79 -242
- package/lib/vtx-housing-estate-modal/components/TFRD/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/TFRD/index.less +0 -7
- package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +5 -6
- package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGGS/index.js +10 -11
- package/lib/vtx-housing-estate-modal/components/WGGS/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +5 -6
- package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/index.js +13 -14
- package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/index.js +1 -1
- package/lib/vtx-housing-estate-modal/components/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/config.js +27 -21
- package/lib/vtx-housing-estate-modal/config.js.map +1 -1
- package/lib/vtx-housing-estate-modal/imgs/manage-wgmsr.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-yyxj.png +0 -0
- package/lib/vtx-housing-estate-modal/index.js +36 -26
- package/lib/vtx-housing-estate-modal/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/style/css.js.map +1 -1
- package/lib/vtx-housing-estate-modal/style/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/types.js.map +1 -1
- package/lib/vtx-kh-modal/api.js +1 -2
- package/lib/vtx-kh-modal/api.js.map +1 -1
- package/lib/vtx-kh-modal/components/BaseInfo/index.js +5 -5
- package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-kh-modal/components/index.js +1 -1
- package/lib/vtx-kh-modal/components/index.js.map +1 -1
- package/lib/vtx-kh-modal/index.js +10 -9
- package/lib/vtx-kh-modal/index.js.map +1 -1
- package/lib/vtx-kh-modal/style/css.js.map +1 -1
- package/lib/vtx-kh-modal/style/index.css +1 -49
- package/lib/vtx-kh-modal/style/index.js.map +1 -1
- package/lib/vtx-pump-modal/api.js +298 -0
- package/lib/vtx-pump-modal/api.js.map +1 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js +143 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js.map +1 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js +223 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js.map +1 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/index.css +97 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/index.js +152 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/index.js.map +1 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/index.less +91 -0
- package/lib/vtx-pump-modal/components/Basic/JyqInfo.js +249 -0
- package/lib/vtx-pump-modal/components/Basic/JyqInfo.js.map +1 -0
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js +173 -0
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js.map +1 -0
- package/lib/vtx-pump-modal/components/Basic/SxInfo.js +92 -0
- package/lib/vtx-pump-modal/components/Basic/SxInfo.js.map +1 -0
- package/lib/vtx-pump-modal/components/Basic/XqInfo.js +75 -0
- package/lib/vtx-pump-modal/components/Basic/XqInfo.js.map +1 -0
- package/lib/vtx-pump-modal/components/Basic/index.css +86 -0
- package/lib/vtx-pump-modal/components/Basic/index.js +79 -0
- package/lib/vtx-pump-modal/components/Basic/index.js.map +1 -0
- package/lib/vtx-pump-modal/components/Basic/index.less +69 -0
- package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js +185 -0
- package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js.map +1 -0
- package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js +187 -0
- package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js.map +1 -0
- package/lib/vtx-pump-modal/components/Sbxl/index.css +87 -0
- package/lib/vtx-pump-modal/components/Sbxl/index.js +163 -0
- package/lib/vtx-pump-modal/components/Sbxl/index.js.map +1 -0
- package/lib/vtx-pump-modal/components/Sbxl/index.less +91 -0
- package/lib/vtx-pump-modal/components/Sjfx/index.css +61 -0
- package/lib/vtx-pump-modal/components/Sjfx/index.js +698 -0
- package/lib/vtx-pump-modal/components/Sjfx/index.js.map +1 -0
- package/lib/vtx-pump-modal/components/Sjfx/index.less +58 -0
- package/lib/vtx-pump-modal/components/Sxyx/index.css +167 -0
- package/lib/vtx-pump-modal/components/Sxyx/index.js +282 -0
- package/lib/vtx-pump-modal/components/Sxyx/index.js.map +1 -0
- package/lib/vtx-pump-modal/components/Sxyx/index.less +156 -0
- package/lib/vtx-pump-modal/components/index.js +42 -0
- package/lib/vtx-pump-modal/components/index.js.map +1 -0
- package/lib/vtx-pump-modal/config.js +103 -0
- package/lib/vtx-pump-modal/config.js.map +1 -0
- package/lib/vtx-pump-modal/imgs/bucket.png +0 -0
- package/lib/vtx-pump-modal/imgs/carNum.png +0 -0
- package/lib/vtx-pump-modal/imgs/historyIcon.png +0 -0
- package/lib/vtx-pump-modal/imgs/lineIcon.png +0 -0
- package/lib/vtx-pump-modal/imgs/weigh.png +0 -0
- package/lib/vtx-pump-modal/index.js +82 -0
- package/lib/vtx-pump-modal/index.js.map +1 -0
- package/lib/vtx-pump-modal/style/css.js +5 -0
- package/lib/vtx-pump-modal/style/css.js.map +1 -0
- package/lib/vtx-pump-modal/style/index.css +0 -0
- package/lib/vtx-pump-modal/style/index.js +5 -0
- package/lib/vtx-pump-modal/style/index.js.map +1 -0
- package/lib/vtx-pump-modal/style/index.less +1 -0
- package/lib/vtx-pump-modal/type.js +6 -0
- package/lib/vtx-pump-modal/type.js.map +1 -0
- package/lib/vtx-restaurant-modal/api.js +60 -61
- package/lib/vtx-restaurant-modal/api.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +9 -10
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +26 -9
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +22 -15
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/index.js +10 -11
- package/lib/vtx-restaurant-modal/components/Alarm/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +31 -20
- package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/Info.js +19 -14
- package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js +13 -12
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/index.css +2 -4
- package/lib/vtx-restaurant-modal/components/Basic/index.js +7 -8
- package/lib/vtx-restaurant-modal/components/Basic/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/index.less +2 -4
- package/lib/vtx-restaurant-modal/components/Collection/index.js +12 -13
- package/lib/vtx-restaurant-modal/components/Collection/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/index.js +1 -1
- package/lib/vtx-restaurant-modal/components/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/config.js +10 -9
- package/lib/vtx-restaurant-modal/config.js.map +1 -1
- package/lib/vtx-restaurant-modal/index.js +18 -17
- package/lib/vtx-restaurant-modal/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/style/css.js.map +1 -1
- package/lib/vtx-restaurant-modal/style/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/type.js.map +1 -1
- package/lib/vtx-road-modal/api.js +18 -18
- package/lib/vtx-road-modal/api.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js +2 -2
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +5 -15
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +8 -14
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/index.css +7 -4
- package/lib/vtx-road-modal/components/BaseInfo/index.js +12 -12
- package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/index.less +7 -4
- package/lib/vtx-road-modal/components/Statistical/Zylc.js +7 -8
- package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +1 -1
- package/lib/vtx-road-modal/components/Statistical/Zywcl.js +7 -8
- package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +1 -1
- package/lib/vtx-road-modal/components/Statistical/index.css +3 -4
- package/lib/vtx-road-modal/components/Statistical/index.js +21 -19
- package/lib/vtx-road-modal/components/Statistical/index.js.map +1 -1
- package/lib/vtx-road-modal/components/Statistical/index.less +3 -4
- package/lib/vtx-road-modal/components/index.js +1 -1
- package/lib/vtx-road-modal/components/index.js.map +1 -1
- package/lib/vtx-road-modal/index.js +30 -41
- package/lib/vtx-road-modal/index.js.map +1 -1
- package/lib/vtx-road-modal/style/css.js.map +1 -1
- package/lib/vtx-road-modal/style/index.css +1 -49
- package/lib/vtx-road-modal/style/index.js.map +1 -1
- package/lib/vtx-staff-modal/api.js +11 -13
- package/lib/vtx-staff-modal/api.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +6 -7
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/List.js +11 -10
- package/lib/vtx-staff-modal/components/AlarmInfo/List.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js +18 -17
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js +3 -3
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/Record.js +12 -8
- package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +3 -3
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/index.js +2 -3
- package/lib/vtx-staff-modal/components/Attendance/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +8 -9
- package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js +3 -3
- package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +3 -3
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.css +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.js +16 -40
- package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.less +1 -1
- package/lib/vtx-staff-modal/components/Equipment/index.js +2 -3
- package/lib/vtx-staff-modal/components/Equipment/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/index.js +1 -1
- package/lib/vtx-staff-modal/components/index.js.map +1 -1
- package/lib/vtx-staff-modal/index.js +20 -20
- package/lib/vtx-staff-modal/index.js.map +1 -1
- package/lib/vtx-staff-modal/style/css.js.map +1 -1
- package/lib/vtx-staff-modal/style/index.css +1 -49
- package/lib/vtx-staff-modal/style/index.js.map +1 -1
- package/lib/vtx-theme-provider/index.js +7 -6
- package/lib/vtx-theme-provider/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/api.js +39 -53
- package/lib/vtx-throw-point-modal/api.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js +13 -15
- package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/Alarm/LDB.js +14 -15
- package/lib/vtx-throw-point-modal/components/Alarm/LDB.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/Alarm/MY.js +17 -18
- package/lib/vtx-throw-point-modal/components/Alarm/MY.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/Alarm/Rank.js +2 -3
- package/lib/vtx-throw-point-modal/components/Alarm/Rank.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/Alarm/index.js +15 -17
- package/lib/vtx-throw-point-modal/components/Alarm/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/Hot.js +12 -13
- package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/Left.js +7 -7
- package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/Manage.js +11 -13
- package/lib/vtx-throw-point-modal/components/OverView/Manage.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +11 -13
- package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/Trend.js +2 -3
- package/lib/vtx-throw-point-modal/components/OverView/Trend.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/index.js +4 -5
- package/lib/vtx-throw-point-modal/components/OverView/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/SBZJ/Content.js +2 -3
- package/lib/vtx-throw-point-modal/components/SBZJ/Content.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/SBZJ/index.js +14 -15
- package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/TFRD/index.js +13 -14
- package/lib/vtx-throw-point-modal/components/TFRD/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGGS/Content.js +5 -6
- package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGGS/index.js +12 -13
- package/lib/vtx-throw-point-modal/components/WGGS/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGXW/Content.js +5 -6
- package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGXW/index.js +15 -16
- package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/index.js +1 -1
- package/lib/vtx-throw-point-modal/components/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/config.js +8 -11
- package/lib/vtx-throw-point-modal/config.js.map +1 -1
- package/lib/vtx-throw-point-modal/index.js +15 -19
- package/lib/vtx-throw-point-modal/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/style/css.js.map +1 -1
- package/lib/vtx-throw-point-modal/style/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/types.js.map +1 -1
- package/lib/vtx-wr-modal/api.js +4 -8
- package/lib/vtx-wr-modal/api.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js +11 -9
- package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +5 -6
- package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +20 -21
- package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/index.js +2 -3
- package/lib/vtx-wr-modal/components/AlarmInfo/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +2 -3
- package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +10 -5
- package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +2 -11
- package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/index.css +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/index.js +15 -15
- package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/index.less +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js +84 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js +152 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js +321 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js +139 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js +49 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js +32 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js +118 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.css +672 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.js +111 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.less +570 -0
- package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js +8 -6
- package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js.map +1 -1
- package/lib/vtx-wr-modal/components/Evaluate/Radar.js +1 -1
- package/lib/vtx-wr-modal/components/Evaluate/Radar.js.map +1 -1
- package/lib/vtx-wr-modal/components/Evaluate/Summary.js +11 -9
- package/lib/vtx-wr-modal/components/Evaluate/Summary.js.map +1 -1
- package/lib/vtx-wr-modal/components/Evaluate/index.js +9 -8
- package/lib/vtx-wr-modal/components/Evaluate/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +12 -11
- package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +1 -1
- package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +6 -17
- package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +1 -1
- package/lib/vtx-wr-modal/components/Monitor/index.js +2 -3
- package/lib/vtx-wr-modal/components/Monitor/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/Score/index.css +122 -0
- package/lib/vtx-wr-modal/components/Score/index.js +249 -0
- package/lib/vtx-wr-modal/components/Score/index.js.map +1 -0
- package/lib/vtx-wr-modal/components/Score/index.less +117 -0
- package/lib/vtx-wr-modal/components/index.js +15 -1
- package/lib/vtx-wr-modal/components/index.js.map +1 -1
- package/lib/vtx-wr-modal/imgs/address.png +0 -0
- package/lib/vtx-wr-modal/imgs/cqzf.png +0 -0
- package/lib/vtx-wr-modal/imgs/cqzm.png +0 -0
- package/lib/vtx-wr-modal/imgs/dswsj.png +0 -0
- package/lib/vtx-wr-modal/imgs/dwm.png +0 -0
- package/lib/vtx-wr-modal/imgs/dww.png +0 -0
- package/lib/vtx-wr-modal/imgs/femaleB.png +0 -0
- package/lib/vtx-wr-modal/imgs/lhqf.png +0 -0
- package/lib/vtx-wr-modal/imgs/lhqm.png +0 -0
- package/lib/vtx-wr-modal/imgs/maleB.png +0 -0
- package/lib/vtx-wr-modal/imgs/man.png +0 -0
- package/lib/vtx-wr-modal/imgs/mys.png +0 -0
- package/lib/vtx-wr-modal/imgs/pmf.png +0 -0
- package/lib/vtx-wr-modal/imgs/pmm.png +0 -0
- package/lib/vtx-wr-modal/imgs/point.png +0 -0
- package/lib/vtx-wr-modal/imgs/qf.png +0 -0
- package/lib/vtx-wr-modal/imgs/qm.png +0 -0
- package/lib/vtx-wr-modal/imgs/rllf.png +0 -0
- package/lib/vtx-wr-modal/imgs/rllm.png +0 -0
- package/lib/vtx-wr-modal/imgs/sdf.png +0 -0
- package/lib/vtx-wr-modal/imgs/sdm.png +0 -0
- package/lib/vtx-wr-modal/imgs/time.png +0 -0
- package/lib/vtx-wr-modal/imgs/titleBg.png +0 -0
- package/lib/vtx-wr-modal/imgs/wdf.png +0 -0
- package/lib/vtx-wr-modal/imgs/wdm.png +0 -0
- package/lib/vtx-wr-modal/imgs/woman.png +0 -0
- package/lib/vtx-wr-modal/imgs/women.png +0 -0
- package/lib/vtx-wr-modal/imgs/xbd.png +0 -0
- package/lib/vtx-wr-modal/imgs/ydlf.png +0 -0
- package/lib/vtx-wr-modal/imgs/ydlm.png +0 -0
- package/lib/vtx-wr-modal/imgs/yslf.png +0 -0
- package/lib/vtx-wr-modal/imgs/yslm.png +0 -0
- package/lib/vtx-wr-modal/imgs/zsp.png +0 -0
- package/lib/vtx-wr-modal/imgs/zwm.png +0 -0
- package/lib/vtx-wr-modal/imgs/zww.png +0 -0
- package/lib/vtx-wr-modal/index.js +75 -49
- package/lib/vtx-wr-modal/index.js.map +1 -1
- package/lib/vtx-wr-modal/style/css.js +1 -0
- package/lib/vtx-wr-modal/style/css.js.map +1 -1
- package/lib/vtx-wr-modal/style/index.css +1 -49
- package/lib/vtx-wr-modal/style/index.js +1 -0
- package/lib/vtx-wr-modal/style/index.js.map +1 -1
- package/lib/vtx-zg-modal/api.js +1 -2
- package/lib/vtx-zg-modal/api.js.map +1 -1
- package/lib/vtx-zg-modal/components/BaseInfo/index.js +18 -18
- package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-zg-modal/components/index.js +1 -1
- package/lib/vtx-zg-modal/components/index.js.map +1 -1
- package/lib/vtx-zg-modal/index.js +10 -9
- package/lib/vtx-zg-modal/index.js.map +1 -1
- package/lib/vtx-zg-modal/style/css.js.map +1 -1
- package/lib/vtx-zg-modal/style/index.css +1 -49
- package/lib/vtx-zg-modal/style/index.js.map +1 -1
- package/package.json +3 -5
- package/lib/vm-appraisal-info/imgs/chart_active_blue.png +0 -0
- package/lib/vm-appraisal-info/imgs/kfyz_blue.png +0 -0
- package/lib/vm-appraisal-info/imgs/khcs_blue.png +0 -0
- package/lib/vm-appraisal-info/imgs/list_active_blue.png +0 -0
- package/lib/vm-appraisal-info/imgs/ljkf_blue.png +0 -0
- package/lib/vm-appraisal-info/imgs/wtlx_blue.png +0 -0
- package/lib/vm-appraisal-info/imgs/zggd_blue.png +0 -0
- package/lib/vm-case-modal/api.js +0 -43
- package/lib/vm-case-modal/api.js.map +0 -1
- package/lib/vm-case-modal/components/BaseInfo/fields.js +0 -83
- package/lib/vm-case-modal/components/BaseInfo/fields.js.map +0 -1
- package/lib/vm-case-modal/components/BaseInfo/index.css +0 -185
- package/lib/vm-case-modal/components/BaseInfo/index.js +0 -139
- package/lib/vm-case-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vm-case-modal/components/BaseInfo/index.less +0 -137
- package/lib/vm-case-modal/components/Picture/index.css +0 -111
- package/lib/vm-case-modal/components/Picture/index.js +0 -423
- package/lib/vm-case-modal/components/Picture/index.js.map +0 -1
- package/lib/vm-case-modal/components/Picture/index.less +0 -106
- package/lib/vm-case-modal/components/index.js +0 -21
- package/lib/vm-case-modal/components/index.js.map +0 -1
- package/lib/vm-case-modal/imgs/bg.png +0 -0
- package/lib/vm-case-modal/imgs/close-blue.png +0 -0
- package/lib/vm-case-modal/imgs/close-dark.png +0 -0
- package/lib/vm-case-modal/imgs/close.png +0 -0
- package/lib/vm-case-modal/imgs/collect.png +0 -0
- package/lib/vm-case-modal/imgs/collect_light.png +0 -0
- package/lib/vm-case-modal/imgs/dot.png +0 -0
- package/lib/vm-case-modal/imgs/point.png +0 -0
- package/lib/vm-case-modal/imgs/tab_bg.png +0 -0
- package/lib/vm-case-modal/imgs/tab_bg_blue.png +0 -0
- package/lib/vm-case-modal/imgs/tab_selected.png +0 -0
- package/lib/vm-case-modal/imgs/tab_unsel.png +0 -0
- package/lib/vm-case-modal/imgs/title_bg.png +0 -0
- package/lib/vm-case-modal/imgs/title_bg_blue.png +0 -0
- package/lib/vm-case-modal/imgs/track.png +0 -0
- package/lib/vm-case-modal/imgs/track_light.png +0 -0
- package/lib/vm-case-modal/index.js +0 -102
- package/lib/vm-case-modal/index.js.map +0 -1
- package/lib/vm-case-modal/style/css.js.map +0 -1
- package/lib/vm-case-modal/style/index.css +0 -557
- package/lib/vm-case-modal/style/index.js.map +0 -1
- package/lib/vm-case-modal/style/index.less +0 -589
- package/lib/vm-map/imgs/close.png +0 -0
- package/lib/vm-map/imgs/close_active.png +0 -0
- package/lib/vm-map/imgs/cpTitle.png +0 -0
- package/lib/vm-map/imgs/detail.png +0 -0
- package/lib/vm-map/imgs/detail_active.png +0 -0
- package/lib/vm-map/imgs/track.png +0 -0
- package/lib/vm-map/imgs/track_active.png +0 -0
- package/lib/vm-map/index.css +0 -234
- package/lib/vm-map/index.less +0 -178
- package/lib/vm-sub-title/imgs/bg_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/close-blue.png +0 -0
- package/lib/vtx-base-modal/imgs/tab_bg_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/title_bg_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/api.js +0 -627
- package/lib/vtx-car-adm251-modal/api.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/Charts.js +0 -198
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/Charts.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/List.js +0 -186
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/List.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.css +0 -45
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.js +0 -126
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.less +0 -37
- package/lib/vtx-car-adm251-modal/components/BaseInfo/Charts.js +0 -78
- package/lib/vtx-car-adm251-modal/components/BaseInfo/Charts.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayRun.js +0 -85
- package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayRun.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkJXH.js +0 -67
- package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkJXH.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkLJSY.js +0 -126
- package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkLJSY.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/Wgfx.js +0 -116
- package/lib/vtx-car-adm251-modal/components/BaseInfo/Wgfx.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummary.js +0 -56
- package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummary.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummaryJxh.js +0 -117
- package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummaryJxh.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxJXH.js +0 -123
- package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxJXH.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxLJSY.js +0 -135
- package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxLJSY.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/index.css +0 -277
- package/lib/vtx-car-adm251-modal/components/BaseInfo/index.js +0 -231
- package/lib/vtx-car-adm251-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/index.less +0 -239
- package/lib/vtx-car-adm251-modal/components/Maintenance/index.css +0 -39
- package/lib/vtx-car-adm251-modal/components/Maintenance/index.js +0 -134
- package/lib/vtx-car-adm251-modal/components/Maintenance/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/Maintenance/index.less +0 -34
- package/lib/vtx-car-adm251-modal/components/Mix/index.css +0 -48
- package/lib/vtx-car-adm251-modal/components/Mix/index.js +0 -280
- package/lib/vtx-car-adm251-modal/components/Mix/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/Mix/index.less +0 -49
- package/lib/vtx-car-adm251-modal/components/OilConsumption/List.js +0 -88
- package/lib/vtx-car-adm251-modal/components/OilConsumption/List.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/OilConsumption/OilLIne.js +0 -100
- package/lib/vtx-car-adm251-modal/components/OilConsumption/OilLIne.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/OilConsumption/index.css +0 -33
- package/lib/vtx-car-adm251-modal/components/OilConsumption/index.js +0 -138
- package/lib/vtx-car-adm251-modal/components/OilConsumption/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/OilConsumption/index.less +0 -36
- package/lib/vtx-car-adm251-modal/components/StaticInfo/Charts.js +0 -70
- package/lib/vtx-car-adm251-modal/components/StaticInfo/Charts.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/StaticInfo/List.js +0 -92
- package/lib/vtx-car-adm251-modal/components/StaticInfo/List.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/StaticInfo/index.css +0 -97
- package/lib/vtx-car-adm251-modal/components/StaticInfo/index.js +0 -93
- package/lib/vtx-car-adm251-modal/components/StaticInfo/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/StaticInfo/index.less +0 -75
- package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.css +0 -29
- package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.js +0 -116
- package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.less +0 -22
- package/lib/vtx-car-adm251-modal/components/WorkInfo/Wcl.js +0 -122
- package/lib/vtx-car-adm251-modal/components/WorkInfo/Wcl.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkJxh.js +0 -313
- package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkJxh.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkLjsy.js +0 -396
- package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkLjsy.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/WorkInfo/index.css +0 -263
- package/lib/vtx-car-adm251-modal/components/WorkInfo/index.js +0 -35
- package/lib/vtx-car-adm251-modal/components/WorkInfo/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/WorkInfo/index.less +0 -221
- package/lib/vtx-car-adm251-modal/components/index.js +0 -63
- package/lib/vtx-car-adm251-modal/components/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/imgs/bglyh.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/bglyh_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/calendar-hour.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/calendar-mile.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/car.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ccts.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ccts_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/dqsd.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/dqsd_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/dqsd_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/jrxs.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/jrxs_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/jrxs_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjdw.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjdw_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjdw_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjts.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjts_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjts_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjzl.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjzl_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjzl_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_car.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_car_cy.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_fish.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name_active.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name_un.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_diamond.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_diamond_active.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_left.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_right.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljwgsc.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljwgsc_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljwgts.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljwgts_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/outTime.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/outTime_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/outTime_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/pjwcl.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/pjwcl_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/pjwcl_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/position.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/position_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/position_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/realCarImg.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/refresh.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/refresh_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/refresh_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/runTime.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/runTime_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/runTime_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/syyl.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/syyl_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/warn.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/wcl.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/wcl_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/wcl_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/wgcs.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/wgcs_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/work_cp_bg.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/xslc.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/xslc_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/xslc_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ysdw.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ysdw_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ysdw_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ywcdw.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ywcdw_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ywcdw_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zlc.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zlc_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zlc_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zld.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zld_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zld_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zsh.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zsh_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zycs.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zycs_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zycs_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zycssc.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zycssc_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zycssc_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zyh.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zyh_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zyl.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zyl_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zyl_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zylc.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zylc_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zylc_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zysc.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zysc_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zysc_light.png +0 -0
- package/lib/vtx-car-adm251-modal/index.js +0 -129
- package/lib/vtx-car-adm251-modal/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/style/css.js +0 -11
- package/lib/vtx-car-adm251-modal/style/css.js.map +0 -1
- package/lib/vtx-car-adm251-modal/style/index.css +0 -136
- package/lib/vtx-car-adm251-modal/style/index.js +0 -11
- package/lib/vtx-car-adm251-modal/style/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/style/index.less +0 -6
- package/lib/vtx-car-modal/components/Mixsy/index.css +0 -48
- package/lib/vtx-car-modal/components/Mixsy/index.js +0 -277
- package/lib/vtx-car-modal/components/Mixsy/index.js.map +0 -1
- package/lib/vtx-car-modal/components/Mixsy/index.less +0 -49
- package/lib/vtx-car-modal/components/RunAna/index.css +0 -6
- package/lib/vtx-car-modal/components/RunAna/index.js +0 -131
- package/lib/vtx-car-modal/components/RunAna/index.js.map +0 -1
- package/lib/vtx-car-modal/components/RunAna/index.less +0 -6
- package/lib/vtx-car-modal/imgs/dqsd_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/jrxs_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjdw_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjts_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjzl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_car.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_cp_fish.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_cp_name.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_cp_name_active.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_cp_name_un.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_diamond.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_diamond_active.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_left.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_right.png +0 -0
- package/lib/vtx-car-modal/imgs/outTime_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/pjwcl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/position_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/realCarImg.png +0 -0
- package/lib/vtx-car-modal/imgs/refresh_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/runTime_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/wcl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/work_cp_bg.png +0 -0
- package/lib/vtx-car-modal/imgs/xslc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ysdw_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ywcdw_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zlc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zld_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zycs_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zycssc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zyl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zylc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zysc_blue.png +0 -0
- package/lib/vtx-car-modal-temp/api.js +0 -633
- package/lib/vtx-car-modal-temp/api.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/AlarmInfo/Charts.js +0 -198
- package/lib/vtx-car-modal-temp/components/AlarmInfo/Charts.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/AlarmInfo/List.js +0 -186
- package/lib/vtx-car-modal-temp/components/AlarmInfo/List.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/AlarmInfo/index.css +0 -45
- package/lib/vtx-car-modal-temp/components/AlarmInfo/index.js +0 -126
- package/lib/vtx-car-modal-temp/components/AlarmInfo/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/AlarmInfo/index.less +0 -38
- package/lib/vtx-car-modal-temp/components/BaseInfo/Charts.js +0 -81
- package/lib/vtx-car-modal-temp/components/BaseInfo/Charts.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/TodayRun.js +0 -85
- package/lib/vtx-car-modal-temp/components/BaseInfo/TodayRun.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkJXH.js +0 -67
- package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkJXH.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkLJSY.js +0 -126
- package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkLJSY.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/Wgfx.js +0 -116
- package/lib/vtx-car-modal-temp/components/BaseInfo/Wgfx.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummary.js +0 -56
- package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummary.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummaryJxh.js +0 -117
- package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummaryJxh.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxJXH.js +0 -123
- package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxJXH.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxLJSY.js +0 -147
- package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxLJSY.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/index.css +0 -280
- package/lib/vtx-car-modal-temp/components/BaseInfo/index.js +0 -252
- package/lib/vtx-car-modal-temp/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/index.less +0 -239
- package/lib/vtx-car-modal-temp/components/Maintenance/index.css +0 -39
- package/lib/vtx-car-modal-temp/components/Maintenance/index.js +0 -134
- package/lib/vtx-car-modal-temp/components/Maintenance/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/Maintenance/index.less +0 -34
- package/lib/vtx-car-modal-temp/components/Mixsy/index.css +0 -48
- package/lib/vtx-car-modal-temp/components/Mixsy/index.js +0 -277
- package/lib/vtx-car-modal-temp/components/Mixsy/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/Mixsy/index.less +0 -49
- package/lib/vtx-car-modal-temp/components/OilConsumption/List.js +0 -88
- package/lib/vtx-car-modal-temp/components/OilConsumption/List.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/OilConsumption/OilLIne.js +0 -100
- package/lib/vtx-car-modal-temp/components/OilConsumption/OilLIne.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/OilConsumption/index.css +0 -33
- package/lib/vtx-car-modal-temp/components/OilConsumption/index.js +0 -138
- package/lib/vtx-car-modal-temp/components/OilConsumption/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/OilConsumption/index.less +0 -36
- package/lib/vtx-car-modal-temp/components/RunAna/index.css +0 -6
- package/lib/vtx-car-modal-temp/components/RunAna/index.js +0 -130
- package/lib/vtx-car-modal-temp/components/RunAna/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/RunAna/index.less +0 -6
- package/lib/vtx-car-modal-temp/components/StaticInfo/Charts.js +0 -70
- package/lib/vtx-car-modal-temp/components/StaticInfo/Charts.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/StaticInfo/List.js +0 -92
- package/lib/vtx-car-modal-temp/components/StaticInfo/List.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/StaticInfo/index.css +0 -97
- package/lib/vtx-car-modal-temp/components/StaticInfo/index.js +0 -93
- package/lib/vtx-car-modal-temp/components/StaticInfo/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/StaticInfo/index.less +0 -75
- package/lib/vtx-car-modal-temp/components/WaterConsumption/index.css +0 -29
- package/lib/vtx-car-modal-temp/components/WaterConsumption/index.js +0 -116
- package/lib/vtx-car-modal-temp/components/WaterConsumption/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/WaterConsumption/index.less +0 -22
- package/lib/vtx-car-modal-temp/components/WorkInfo/Wcl.js +0 -128
- package/lib/vtx-car-modal-temp/components/WorkInfo/Wcl.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/WorkInfo/WorkJxh.js +0 -309
- package/lib/vtx-car-modal-temp/components/WorkInfo/WorkJxh.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/WorkInfo/WorkLjsy.js +0 -495
- package/lib/vtx-car-modal-temp/components/WorkInfo/WorkLjsy.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/WorkInfo/index.css +0 -263
- package/lib/vtx-car-modal-temp/components/WorkInfo/index.js +0 -35
- package/lib/vtx-car-modal-temp/components/WorkInfo/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/WorkInfo/index.less +0 -220
- package/lib/vtx-car-modal-temp/components/index.js +0 -70
- package/lib/vtx-car-modal-temp/components/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/imgs/bglyh.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/bglyh_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/calendar-hour.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/calendar-mile.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/car.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ccts.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ccts_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/dqsd.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/dqsd_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/dqsd_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/jrxs.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/jrxs_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/jrxs_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjdw.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjdw_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjdw_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjts.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjts_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjts_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjzl.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjzl_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjzl_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_car.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_cp_fish.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name_active.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name_un.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_diamond.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_diamond_active.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_left.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_right.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljwgsc.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljwgsc_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljwgts.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljwgts_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/outTime.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/outTime_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/outTime_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/pjwcl.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/pjwcl_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/pjwcl_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/position.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/position_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/position_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/realCarImg.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/refresh.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/refresh_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/refresh_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/runTime.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/runTime_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/runTime_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/syyl.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/syyl_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/warn.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/wcl.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/wcl_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/wcl_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/wgcs.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/wgcs_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/work_cp_bg.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/xslc.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/xslc_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/xslc_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ysdw.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ysdw_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ysdw_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ywcdw.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ywcdw_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ywcdw_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zlc.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zlc_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zlc_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zld.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zld_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zld_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zsh.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zsh_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zycs.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zycs_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zycs_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zycssc.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zycssc_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zycssc_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zyh.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zyh_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zyl.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zyl_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zyl_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zylc.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zylc_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zylc_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zysc.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zysc_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zysc_light.png +0 -0
- package/lib/vtx-car-modal-temp/index.js +0 -156
- package/lib/vtx-car-modal-temp/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/style/css.js +0 -11
- package/lib/vtx-car-modal-temp/style/css.js.map +0 -1
- package/lib/vtx-car-modal-temp/style/index.css +0 -136
- package/lib/vtx-car-modal-temp/style/index.js +0 -11
- package/lib/vtx-car-modal-temp/style/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/style/index.less +0 -6
- package/lib/vtx-cp-modal/imgs/alarm_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/all_rate_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/cy_rate_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/jhsj_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/khs_rate_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/qt_rate_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjl_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjsj_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjts_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjzl_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/yh_rate_blue.png +0 -0
- package/lib/vtx-df-modal/components/OdorAlarm/List.js +0 -115
- package/lib/vtx-df-modal/components/OdorAlarm/List.js.map +0 -1
- package/lib/vtx-df-modal/components/OdorAlarm/imgs/cq_bg.png +0 -0
- package/lib/vtx-df-modal/components/OdorAlarm/imgs/noData.png +0 -0
- package/lib/vtx-df-modal/components/OdorAlarm/imgs/position_red.png +0 -0
- package/lib/vtx-df-modal/components/OdorAlarm/index.css +0 -198
- package/lib/vtx-df-modal/components/OdorAlarm/index.js +0 -196
- package/lib/vtx-df-modal/components/OdorAlarm/index.js.map +0 -1
- package/lib/vtx-df-modal/components/OdorAlarm/index.less +0 -179
- package/lib/vtx-df-modal/imgs/bjdw.png +0 -0
- package/lib/vtx-df-modal/imgs/bjzx.png +0 -0
- package/lib/vtx-df-modal/imgs/hb.png +0 -0
- package/lib/vtx-df-modal/imgs/jcbj_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/jcdw.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/monitor_bg.png +0 -0
- package/lib/vtx-df-modal/imgs/rjjcl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/run.png +0 -0
- package/lib/vtx-df-modal/imgs/sjnl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/zbbj_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/zjccc_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/zjcl_blue.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/api.js +0 -601
- package/lib/vtx-ljfl-tfd-modal/api.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/components/OverView/index.css +0 -55
- package/lib/vtx-ljfl-tfd-modal/components/OverView/index.js +0 -100
- package/lib/vtx-ljfl-tfd-modal/components/OverView/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/components/OverView/index.less +0 -49
- package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.css +0 -153
- package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.js +0 -238
- package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.less +0 -15
- package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.css +0 -162
- package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.js +0 -341
- package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.less +0 -22
- package/lib/vtx-ljfl-tfd-modal/components/index.js +0 -28
- package/lib/vtx-ljfl-tfd-modal/components/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/config.js +0 -73
- package/lib/vtx-ljfl-tfd-modal/config.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/imgs/BOTTLE.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/CAN.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/NAPKIN.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/PLASTIC_BAG.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/avatar_empty.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/black-rank.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/bucket-cylj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/bucket-khsw.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/bucket-qtlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/bucket-yhlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/camera.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/car_cy.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/car_khs.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/car_qt.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/car_yh.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/cy_car.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/cy_icon.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/cylj-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/cylj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/cywpd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/disconnect.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/error.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/fangzi.gif +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/garbage_default.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/getway.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/getwayBox.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/host.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/ht-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/ht.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/khsw-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/khsw.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/lamp.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/left-ddypz.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/left-tfdmd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/manage-bg-1.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/manage-bg-2.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/manage-gzcx.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/manage-hjgl.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/manage-hmd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/manage-wgmsr.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/manage-yyxj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/my-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/my.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/pie-chart-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/point.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/qtlj-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/qtlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/rank-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/screen.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/throwPoint.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/tingzi.gif +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/toukou.gif +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/twtf-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/twtf.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/window.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/wpd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/wstf-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/wstf.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/yhlj-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/yhlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/index.js +0 -96
- package/lib/vtx-ljfl-tfd-modal/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/style/css.js +0 -5
- package/lib/vtx-ljfl-tfd-modal/style/css.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/style/index.css +0 -132
- package/lib/vtx-ljfl-tfd-modal/style/index.js +0 -5
- package/lib/vtx-ljfl-tfd-modal/style/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/style/index.less +0 -3
- package/lib/vtx-ljfl-tfd-modal/types.js +0 -6
- package/lib/vtx-ljfl-tfd-modal/types.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/api.js +0 -601
- package/lib/vtx-ljfl-tfd-modal-temp/api.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.css +0 -55
- package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.js +0 -124
- package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.less +0 -49
- package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.css +0 -153
- package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.js +0 -238
- package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.less +0 -15
- package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.css +0 -162
- package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.js +0 -341
- package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.less +0 -22
- package/lib/vtx-ljfl-tfd-modal-temp/components/index.js +0 -28
- package/lib/vtx-ljfl-tfd-modal-temp/components/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.css +0 -140
- package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.js +0 -32
- package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.less +0 -10
- package/lib/vtx-ljfl-tfd-modal-temp/config.js +0 -80
- package/lib/vtx-ljfl-tfd-modal-temp/config.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/BOTTLE.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/CAN.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/KRAFT_PAPER_BOX.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/NAPKIN.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/PLASTIC_BAG.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/avatar_empty.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/black-rank.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-cylj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-khsw.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-qtlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-yhlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/camera.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_cy.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_khs.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_qt.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_yh.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/cy_car.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/cy_icon.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/cylj-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/cylj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/cywpd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/disconnect.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/error.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/fangzi.gif +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/garbage_default.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/getway.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/getwayBox.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/host.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/ht-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/ht.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/khsw-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/khsw.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/lamp.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/left-ddypz.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/left-tfdmd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-bg-1.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-bg-2.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-gzcx.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-hjgl.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-hmd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-wgmsr.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-yyxj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/my-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/my.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/pie-chart-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/point.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/qtlj-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/qtlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/rank-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/screen.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/throwPoint.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/tingzi.gif +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/toukou.gif +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/twtf-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/twtf.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/window.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/wpd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/wstf-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/wstf.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/yhlj-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/yhlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/index.js +0 -101
- package/lib/vtx-ljfl-tfd-modal-temp/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/style/css.js +0 -5
- package/lib/vtx-ljfl-tfd-modal-temp/style/css.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/style/index.css +0 -132
- package/lib/vtx-ljfl-tfd-modal-temp/style/index.js +0 -5
- package/lib/vtx-ljfl-tfd-modal-temp/style/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/style/index.less +0 -3
- package/lib/vtx-ljfl-tfd-modal-temp/types.js.map +0 -1
- package/lib/vtx-road-modal/imgs/actual_blue.png +0 -0
- package/lib/vtx-road-modal/imgs/all_rate_blue.png +0 -0
- package/lib/vtx-road-modal/imgs/cx_rate_blue.png +0 -0
- package/lib/vtx-road-modal/imgs/plan_blue.png +0 -0
- package/lib/vtx-road-modal/imgs/ss_rate_blue.png +0 -0
- package/lib/vtx-road-modal/imgs/xs_rate_blue.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayOnline_blue.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayWork_blue.png +0 -0
- package/lib/vtx-wr-modal/imgs/alarm_blue.png +0 -0
- package/lib/vtx-zyz-modal/api.js +0 -323
- package/lib/vtx-zyz-modal/api.js.map +0 -1
- package/lib/vtx-zyz-modal/components/BaseInfo/BaseTable.js +0 -83
- package/lib/vtx-zyz-modal/components/BaseInfo/BaseTable.js.map +0 -1
- package/lib/vtx-zyz-modal/components/BaseInfo/index.css +0 -79
- package/lib/vtx-zyz-modal/components/BaseInfo/index.js +0 -166
- package/lib/vtx-zyz-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-zyz-modal/components/BaseInfo/index.less +0 -73
- package/lib/vtx-zyz-modal/components/Metering/ChartJccc.js +0 -126
- package/lib/vtx-zyz-modal/components/Metering/ChartJccc.js.map +0 -1
- package/lib/vtx-zyz-modal/components/Metering/ChartJcqs.js +0 -134
- package/lib/vtx-zyz-modal/components/Metering/ChartJcqs.js.map +0 -1
- package/lib/vtx-zyz-modal/components/Metering/List.js +0 -115
- package/lib/vtx-zyz-modal/components/Metering/List.js.map +0 -1
- package/lib/vtx-zyz-modal/components/Metering/index.css +0 -101
- package/lib/vtx-zyz-modal/components/Metering/index.js +0 -182
- package/lib/vtx-zyz-modal/components/Metering/index.js.map +0 -1
- package/lib/vtx-zyz-modal/components/Metering/index.less +0 -84
- package/lib/vtx-zyz-modal/components/index.js +0 -21
- package/lib/vtx-zyz-modal/components/index.js.map +0 -1
- package/lib/vtx-zyz-modal/imgs/car_normal.png +0 -0
- package/lib/vtx-zyz-modal/imgs/hb.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jcbj.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jcbj_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jcbj_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jccc.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jccc_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jccc_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jcl.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jcl_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jcl_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/monitor_bg.png +0 -0
- package/lib/vtx-zyz-modal/imgs/normal.png +0 -0
- package/lib/vtx-zyz-modal/imgs/normal_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/rjjcl.png +0 -0
- package/lib/vtx-zyz-modal/imgs/rjjcl_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/rjjcl_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/run.png +0 -0
- package/lib/vtx-zyz-modal/imgs/situation_parent.png +0 -0
- package/lib/vtx-zyz-modal/imgs/situation_parent_bg.png +0 -0
- package/lib/vtx-zyz-modal/imgs/sjnl.png +0 -0
- package/lib/vtx-zyz-modal/imgs/sjnl_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/sjnl_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zbbj.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zbbj_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zbbj_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zjccc.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zjccc_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zjccc_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zjcl.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zjcl_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zjcl_light.png +0 -0
- package/lib/vtx-zyz-modal/index.js +0 -98
- package/lib/vtx-zyz-modal/index.js.map +0 -1
- package/lib/vtx-zyz-modal/style/css.js +0 -5
- package/lib/vtx-zyz-modal/style/css.js.map +0 -1
- package/lib/vtx-zyz-modal/style/index.css +0 -132
- package/lib/vtx-zyz-modal/style/index.js +0 -5
- package/lib/vtx-zyz-modal/style/index.js.map +0 -1
- /package/lib/{vm-case-modal → vm-alarm-info}/style/css.js +0 -0
- /package/lib/{vm-case-modal → vm-alarm-info}/style/index.js +0 -0
- /package/lib/{vm-case-modal → vtx-base-info}/imgs/tab_bg_light.png +0 -0
- /package/lib/{vtx-zyz-modal → vtx-cc-cp-modal}/style/index.less +0 -0
- /package/lib/{vtx-ljfl-tfd-modal-temp → vtx-device-modal}/types.js +0 -0
package/README.md
CHANGED
package/lib/index.js
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
Object.defineProperty(exports, "
|
|
6
|
+
Object.defineProperty(exports, "VtxBaseModal", {
|
|
7
7
|
enumerable: true,
|
|
8
8
|
get: function get() {
|
|
9
|
-
return
|
|
9
|
+
return _vtxBaseModal["default"];
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "VtxCarModal", {
|
|
@@ -15,10 +15,10 @@ Object.defineProperty(exports, "VtxCarModal", {
|
|
|
15
15
|
return _vtxCarModal["default"];
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
|
-
Object.defineProperty(exports, "
|
|
18
|
+
Object.defineProperty(exports, "VtxCcCpModal", {
|
|
19
19
|
enumerable: true,
|
|
20
20
|
get: function get() {
|
|
21
|
-
return
|
|
21
|
+
return _vtxCcCpModal["default"];
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "VtxCpModal", {
|
|
@@ -33,6 +33,12 @@ Object.defineProperty(exports, "VtxDefaultModal", {
|
|
|
33
33
|
return _vtxDefaultModal["default"];
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
|
+
Object.defineProperty(exports, "VtxDeviceModal", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function get() {
|
|
39
|
+
return _vtxDeviceModal["default"];
|
|
40
|
+
}
|
|
41
|
+
});
|
|
36
42
|
Object.defineProperty(exports, "VtxDfModal", {
|
|
37
43
|
enumerable: true,
|
|
38
44
|
get: function get() {
|
|
@@ -57,16 +63,10 @@ Object.defineProperty(exports, "VtxKhModal", {
|
|
|
57
63
|
return _vtxKhModal["default"];
|
|
58
64
|
}
|
|
59
65
|
});
|
|
60
|
-
Object.defineProperty(exports, "
|
|
61
|
-
enumerable: true,
|
|
62
|
-
get: function get() {
|
|
63
|
-
return _vtxLjflTfdModal["default"];
|
|
64
|
-
}
|
|
65
|
-
});
|
|
66
|
-
Object.defineProperty(exports, "VtxLjflTfdModalTemp", {
|
|
66
|
+
Object.defineProperty(exports, "VtxPumpModal", {
|
|
67
67
|
enumerable: true,
|
|
68
68
|
get: function get() {
|
|
69
|
-
return
|
|
69
|
+
return _vtxPumpModal["default"];
|
|
70
70
|
}
|
|
71
71
|
});
|
|
72
72
|
Object.defineProperty(exports, "VtxRestaurantModal", {
|
|
@@ -105,29 +105,22 @@ Object.defineProperty(exports, "VtxZgModal", {
|
|
|
105
105
|
return _vtxZgModal["default"];
|
|
106
106
|
}
|
|
107
107
|
});
|
|
108
|
-
Object.defineProperty(exports, "VtxZyzModal", {
|
|
109
|
-
enumerable: true,
|
|
110
|
-
get: function get() {
|
|
111
|
-
return _vtxZyzModal["default"];
|
|
112
|
-
}
|
|
113
|
-
});
|
|
114
108
|
var _vtxHousingEstateModal = _interopRequireDefault(require("./vtx-housing-estate-modal"));
|
|
115
109
|
var _vtxThrowPointModal = _interopRequireDefault(require("./vtx-throw-point-modal"));
|
|
116
110
|
var _vtxFacilityModal = _interopRequireDefault(require("./vtx-facility-modal"));
|
|
117
111
|
var _vtxDefaultModal = _interopRequireDefault(require("./vtx-default-modal"));
|
|
118
112
|
var _vtxCarModal = _interopRequireDefault(require("./vtx-car-modal"));
|
|
119
|
-
var _vtxCarAdm251Modal = _interopRequireDefault(require("./vtx-car-adm251-modal"));
|
|
120
113
|
var _vtxStaffModal = _interopRequireDefault(require("./vtx-staff-modal"));
|
|
121
114
|
var _vtxCpModal = _interopRequireDefault(require("./vtx-cp-modal"));
|
|
122
115
|
var _vtxDfModal = _interopRequireDefault(require("./vtx-df-modal"));
|
|
123
|
-
var _vtxZyzModal = _interopRequireDefault(require("./vtx-zyz-modal"));
|
|
124
116
|
var _vtxRoadModal = _interopRequireDefault(require("./vtx-road-modal"));
|
|
125
117
|
var _vtxWrModal = _interopRequireDefault(require("./vtx-wr-modal"));
|
|
126
118
|
var _vtxZgModal = _interopRequireDefault(require("./vtx-zg-modal"));
|
|
127
119
|
var _vtxKhModal = _interopRequireDefault(require("./vtx-kh-modal"));
|
|
128
120
|
var _vtxRestaurantModal = _interopRequireDefault(require("./vtx-restaurant-modal"));
|
|
129
|
-
var
|
|
130
|
-
var
|
|
131
|
-
var
|
|
132
|
-
|
|
121
|
+
var _vtxPumpModal = _interopRequireDefault(require("./vtx-pump-modal"));
|
|
122
|
+
var _vtxDeviceModal = _interopRequireDefault(require("./vtx-device-modal"));
|
|
123
|
+
var _vtxCcCpModal = _interopRequireDefault(require("./vtx-cc-cp-modal"));
|
|
124
|
+
var _vtxBaseModal = _interopRequireDefault(require("./vtx-base-modal"));
|
|
125
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
133
126
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":[],"sources":["index.js"],"sourcesContent":["export { default as VtxHousingEstateModal } from './vtx-housing-estate-modal';\nexport { default as VtxThrowPointModal } from './vtx-throw-point-modal';\nexport { default as VtxFacilityModal } from './vtx-facility-modal';\nexport { default as VtxDefaultModal } from './vtx-default-modal';\nexport { default as VtxCarModal } from './vtx-car-modal';\nexport { default as
|
|
1
|
+
{"version":3,"file":"index.js","names":["_vtxHousingEstateModal","_interopRequireDefault","require","_vtxThrowPointModal","_vtxFacilityModal","_vtxDefaultModal","_vtxCarModal","_vtxStaffModal","_vtxCpModal","_vtxDfModal","_vtxRoadModal","_vtxWrModal","_vtxZgModal","_vtxKhModal","_vtxRestaurantModal","_vtxPumpModal","_vtxDeviceModal","_vtxCcCpModal","_vtxBaseModal","e","__esModule"],"sources":["index.js"],"sourcesContent":["export { default as VtxHousingEstateModal } from './vtx-housing-estate-modal';\nexport { default as VtxThrowPointModal } from './vtx-throw-point-modal';\nexport { default as VtxFacilityModal } from './vtx-facility-modal';\nexport { default as VtxDefaultModal } from './vtx-default-modal';\nexport { default as VtxCarModal } from './vtx-car-modal';\nexport { default as VtxStaffModal } from './vtx-staff-modal';\nexport { default as VtxCpModal } from './vtx-cp-modal';\nexport { default as VtxDfModal } from './vtx-df-modal';\nexport { default as VtxRoadModal } from './vtx-road-modal';\nexport { default as VtxWrModal } from './vtx-wr-modal';\nexport { default as VtxZgModal } from './vtx-zg-modal';\nexport { default as VtxKhModal } from './vtx-kh-modal';\nexport { default as VtxRestaurantModal } from './vtx-restaurant-modal';\nexport { default as VtxPumpModal } from './vtx-pump-modal';\nexport { default as VtxDeviceModal } from './vtx-device-modal';\nexport { default as VtxCcCpModal } from './vtx-cc-cp-modal';\nexport { default as VtxBaseModal } from './vtx-base-modal';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,sBAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,mBAAA,GAAAF,sBAAA,CAAAC,OAAA;AACA,IAAAE,iBAAA,GAAAH,sBAAA,CAAAC,OAAA;AACA,IAAAG,gBAAA,GAAAJ,sBAAA,CAAAC,OAAA;AACA,IAAAI,YAAA,GAAAL,sBAAA,CAAAC,OAAA;AACA,IAAAK,cAAA,GAAAN,sBAAA,CAAAC,OAAA;AACA,IAAAM,WAAA,GAAAP,sBAAA,CAAAC,OAAA;AACA,IAAAO,WAAA,GAAAR,sBAAA,CAAAC,OAAA;AACA,IAAAQ,aAAA,GAAAT,sBAAA,CAAAC,OAAA;AACA,IAAAS,WAAA,GAAAV,sBAAA,CAAAC,OAAA;AACA,IAAAU,WAAA,GAAAX,sBAAA,CAAAC,OAAA;AACA,IAAAW,WAAA,GAAAZ,sBAAA,CAAAC,OAAA;AACA,IAAAY,mBAAA,GAAAb,sBAAA,CAAAC,OAAA;AACA,IAAAa,aAAA,GAAAd,sBAAA,CAAAC,OAAA;AACA,IAAAc,eAAA,GAAAf,sBAAA,CAAAC,OAAA;AACA,IAAAe,aAAA,GAAAhB,sBAAA,CAAAC,OAAA;AACA,IAAAgB,aAAA,GAAAjB,sBAAA,CAAAC,OAAA;AAA2D,SAAAD,uBAAAkB,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA","ignoreList":[]}
|
package/lib/style/css.js
CHANGED
|
@@ -9,7 +9,5 @@ require("antd/es/dropdown/style/css");
|
|
|
9
9
|
require("antd/es/menu/style/css");
|
|
10
10
|
require("antd/es/table/style/css");
|
|
11
11
|
require("antd/es/modal/style/css");
|
|
12
|
-
require("
|
|
13
|
-
require("@vtx/player/lib/history-control/style/css");
|
|
14
|
-
require("@vtx/player/lib/bill-player/style/css");
|
|
12
|
+
require("antd/es/image/style/css");
|
|
15
13
|
//# sourceMappingURL=css.js.map
|
package/lib/style/css.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"css.js","names":[],"sources":["style/index.js"],"sourcesContent":["import './index.less';\nimport 'antd/es/date-picker/style/css';\nimport 'antd/es/select/style/css';\nimport 'antd/es/tabs/style/css';\nimport 'antd/es/button/style/css';\nimport 'antd/es/dropdown/style/css';\nimport 'antd/es/menu/style/css';\nimport 'antd/es/table/style/css';\nimport 'antd/es/modal/style/css';\nimport '@vtx/player/lib/live-control/style/css';\
|
|
1
|
+
{"version":3,"file":"css.js","names":["require"],"sources":["style/index.js"],"sourcesContent":["import './index.less';\nimport 'antd/es/date-picker/style/css';\nimport 'antd/es/select/style/css';\nimport 'antd/es/tabs/style/css';\nimport 'antd/es/button/style/css';\nimport 'antd/es/dropdown/style/css';\nimport 'antd/es/menu/style/css';\nimport 'antd/es/table/style/css';\nimport 'antd/es/modal/style/css';\nimport 'antd/es/image/style/css';\n// import '@vtx/player/lib/live-control/style/css';\n// import '@vtx/player/lib/history-control/style/css';\n// import '@vtx/player/lib/bill-player/style/css';\nimport 'antd/es/image/style/css';\n"],"mappings":";;AAAAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA","ignoreList":[]}
|
package/lib/style/index.css
CHANGED
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
--head-bg: #fff;
|
|
5
5
|
--bg-color2: #fff;
|
|
6
6
|
--label-color: rgba(0, 0, 0, 0.65);
|
|
7
|
-
--zy-label-color: rgba(0, 0, 0, 0.85);
|
|
8
7
|
--table-head-bg: rgba(24, 144, 255, 0.1);
|
|
9
8
|
--title-color: #222;
|
|
10
9
|
--title-color2: #222;
|
|
@@ -16,7 +15,7 @@
|
|
|
16
15
|
--info-danger: #fd3a15;
|
|
17
16
|
--info-warnning: #f7d93d;
|
|
18
17
|
--info-active: #222;
|
|
19
|
-
--info-active2: #
|
|
18
|
+
--info-active2: #222;
|
|
20
19
|
--info-active3: #fff;
|
|
21
20
|
--bg-color: white;
|
|
22
21
|
--sub-bg-color: #f3f3f380;
|
|
@@ -30,9 +29,6 @@
|
|
|
30
29
|
--scroll-bar-track-bg: #fafafa;
|
|
31
30
|
--button-checked-color: #1890ff;
|
|
32
31
|
--button-color: #222;
|
|
33
|
-
--calendar-content-bg: #73ffbf;
|
|
34
|
-
--image-text-color: rgba(0, 0, 0, 0.65);
|
|
35
|
-
--image-value-color: #222;
|
|
36
32
|
}
|
|
37
33
|
*::-webkit-scrollbar {
|
|
38
34
|
width: 0px;
|
|
@@ -84,49 +80,5 @@
|
|
|
84
80
|
--timeline-active: #24f2ff;
|
|
85
81
|
--calendar-border: #35444c;
|
|
86
82
|
--calendar-thead-bg: #29373e;
|
|
87
|
-
--calendar-content-bg: #73ffbf;
|
|
88
83
|
--calendar-bg: rgba(255, 255, 255, 0.1);
|
|
89
|
-
--image-text-color: #cafdffff;
|
|
90
|
-
--image-value-color: #ffffffff;
|
|
91
|
-
}
|
|
92
|
-
.vtx-business-modal-wrap.blue {
|
|
93
|
-
--modal-content-bg: linear-gradient(0deg, rgba(4, 72, 117, 0.82), rgba(0, 28, 54, 0.82));
|
|
94
|
-
--modal-border-color: rgba(0, 176, 255, 0.8);
|
|
95
|
-
--head-bg: linear-gradient(90deg, rgba(0, 143, 224, 0.3), rgba(0, 106, 204, 0.3));
|
|
96
|
-
--bg-color: linear-gradient(0deg, #081e21cc, #000c);
|
|
97
|
-
--bg-color2: rgba(255, 255, 255, 0.05);
|
|
98
|
-
--sub-bg-color: #ffffff0d;
|
|
99
|
-
--title-bg-color: #1a292bff;
|
|
100
|
-
--title-border: 1px solid transparent;
|
|
101
|
-
--title-color: white;
|
|
102
|
-
--title-color2: #a9d5d3;
|
|
103
|
-
--sub-title-color: #fff;
|
|
104
|
-
--zy-label-color: #fff;
|
|
105
|
-
--label-color: #cafdffff;
|
|
106
|
-
--info-color: #74bbf4;
|
|
107
|
-
--border-color: '#3C7073FF';
|
|
108
|
-
--scroll-bar-bg: #39cbc3aa;
|
|
109
|
-
--scroll-bar-hover-bg: #39cbc3ff;
|
|
110
|
-
--scroll-bar-track-bg: transparent;
|
|
111
|
-
--button-text-color--defalut: #c9e6e8;
|
|
112
|
-
--button-text-color--active: #ffffff;
|
|
113
|
-
--button-background-color--default: #1a5561;
|
|
114
|
-
--button-background-color--active: linear-gradient(0deg, #3195aa, #0f5160);
|
|
115
|
-
--button-checked-color: #1890ff;
|
|
116
|
-
--arrow-icon-color: #355e5f;
|
|
117
|
-
--block-bg-color: rgba(255, 255, 255, 0.1);
|
|
118
|
-
--block-bg-color2: rgba(48, 118, 114, 0.2);
|
|
119
|
-
--info-active: #40ffd3;
|
|
120
|
-
--info-active2: #52c41a;
|
|
121
|
-
--info-active3: #75ffc2;
|
|
122
|
-
--info-danger: #fd3a15;
|
|
123
|
-
--info-warnning: #f7d93d;
|
|
124
|
-
--table-head-bg: rgba(0, 173, 177, 0.1);
|
|
125
|
-
--timeline-active: #24f2ff;
|
|
126
|
-
--calendar-border: #35444c;
|
|
127
|
-
--calendar-thead-bg: rgba(255, 255, 255, 0.1);
|
|
128
|
-
--calendar-content-bg: linear-gradient(0deg, #2A55E9, #0DBAFE);
|
|
129
|
-
--calendar-bg: rgba(255, 255, 255, 0.1);
|
|
130
|
-
--image-value-color: #07d4ff;
|
|
131
|
-
--image-text-color: #ffffff;
|
|
132
84
|
}
|
package/lib/style/index.js
CHANGED
|
@@ -9,7 +9,5 @@ require("antd/es/dropdown/style/css");
|
|
|
9
9
|
require("antd/es/menu/style/css");
|
|
10
10
|
require("antd/es/table/style/css");
|
|
11
11
|
require("antd/es/modal/style/css");
|
|
12
|
-
require("
|
|
13
|
-
require("@vtx/player/lib/history-control/style/css");
|
|
14
|
-
require("@vtx/player/lib/bill-player/style/css");
|
|
12
|
+
require("antd/es/image/style/css");
|
|
15
13
|
//# sourceMappingURL=index.js.map
|
package/lib/style/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":[],"sources":["style/index.js"],"sourcesContent":["import './index.less';\nimport 'antd/es/date-picker/style/css';\nimport 'antd/es/select/style/css';\nimport 'antd/es/tabs/style/css';\nimport 'antd/es/button/style/css';\nimport 'antd/es/dropdown/style/css';\nimport 'antd/es/menu/style/css';\nimport 'antd/es/table/style/css';\nimport 'antd/es/modal/style/css';\nimport '@vtx/player/lib/live-control/style/css';\
|
|
1
|
+
{"version":3,"file":"index.js","names":["require"],"sources":["style/index.js"],"sourcesContent":["import './index.less';\nimport 'antd/es/date-picker/style/css';\nimport 'antd/es/select/style/css';\nimport 'antd/es/tabs/style/css';\nimport 'antd/es/button/style/css';\nimport 'antd/es/dropdown/style/css';\nimport 'antd/es/menu/style/css';\nimport 'antd/es/table/style/css';\nimport 'antd/es/modal/style/css';\nimport 'antd/es/image/style/css';\n// import '@vtx/player/lib/live-control/style/css';\n// import '@vtx/player/lib/history-control/style/css';\n// import '@vtx/player/lib/bill-player/style/css';\nimport 'antd/es/image/style/css';\n"],"mappings":";;AAAAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA","ignoreList":[]}
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
--head-bg: #fff;
|
|
5
5
|
--bg-color2: #fff;
|
|
6
6
|
--label-color: rgba(0, 0, 0, 0.65);
|
|
7
|
-
--zy-label-color: rgba(0, 0, 0, 0.85);
|
|
8
7
|
--table-head-bg: rgba(24, 144, 255, 0.1);
|
|
9
8
|
--title-color: #222;
|
|
10
9
|
--title-color2: #222;
|
|
@@ -16,7 +15,7 @@
|
|
|
16
15
|
--info-danger: #fd3a15;
|
|
17
16
|
--info-warnning: #f7d93d;
|
|
18
17
|
--info-active: #222;
|
|
19
|
-
--info-active2: #
|
|
18
|
+
--info-active2: #222;
|
|
20
19
|
--info-active3: #fff;
|
|
21
20
|
--bg-color: white;
|
|
22
21
|
--sub-bg-color: #f3f3f380;
|
|
@@ -30,9 +29,6 @@
|
|
|
30
29
|
--scroll-bar-track-bg: #fafafa;
|
|
31
30
|
--button-checked-color: #1890ff;
|
|
32
31
|
--button-color: #222;
|
|
33
|
-
--calendar-content-bg: #73ffbf;
|
|
34
|
-
--image-text-color: rgba(0, 0, 0, 0.65);
|
|
35
|
-
--image-value-color: #222;
|
|
36
32
|
}
|
|
37
33
|
*::-webkit-scrollbar {
|
|
38
34
|
width: 0px;
|
|
@@ -84,49 +80,5 @@
|
|
|
84
80
|
--timeline-active: #24f2ff;
|
|
85
81
|
--calendar-border: #35444c;
|
|
86
82
|
--calendar-thead-bg: #29373e;
|
|
87
|
-
--calendar-content-bg: #73ffbf;
|
|
88
83
|
--calendar-bg: rgba(255, 255, 255, 0.1);
|
|
89
|
-
--image-text-color: #cafdffff;
|
|
90
|
-
--image-value-color: #ffffffff;
|
|
91
|
-
}
|
|
92
|
-
.vtx-business-modal-wrap.blue {
|
|
93
|
-
--modal-content-bg: linear-gradient(0deg, rgba(4, 72, 117, 0.82), rgba(0, 28, 54, 0.82));
|
|
94
|
-
--modal-border-color: rgba(0, 176, 255, 0.8);
|
|
95
|
-
--head-bg: linear-gradient(90deg, rgba(0, 143, 224, 0.3), rgba(0, 106, 204, 0.3));
|
|
96
|
-
--bg-color: linear-gradient(0deg, #081e21cc, #000c);
|
|
97
|
-
--bg-color2: rgba(255, 255, 255, 0.05);
|
|
98
|
-
--sub-bg-color: #ffffff0d;
|
|
99
|
-
--title-bg-color: #1a292bff;
|
|
100
|
-
--title-border: 1px solid transparent;
|
|
101
|
-
--title-color: white;
|
|
102
|
-
--title-color2: #a9d5d3;
|
|
103
|
-
--sub-title-color: #fff;
|
|
104
|
-
--zy-label-color: #fff;
|
|
105
|
-
--label-color: #cafdffff;
|
|
106
|
-
--info-color: #74bbf4;
|
|
107
|
-
--border-color: '#3C7073FF';
|
|
108
|
-
--scroll-bar-bg: #39cbc3aa;
|
|
109
|
-
--scroll-bar-hover-bg: #39cbc3ff;
|
|
110
|
-
--scroll-bar-track-bg: transparent;
|
|
111
|
-
--button-text-color--defalut: #c9e6e8;
|
|
112
|
-
--button-text-color--active: #ffffff;
|
|
113
|
-
--button-background-color--default: #1a5561;
|
|
114
|
-
--button-background-color--active: linear-gradient(0deg, #3195aa, #0f5160);
|
|
115
|
-
--button-checked-color: #1890ff;
|
|
116
|
-
--arrow-icon-color: #355e5f;
|
|
117
|
-
--block-bg-color: rgba(255, 255, 255, 0.1);
|
|
118
|
-
--block-bg-color2: rgba(48, 118, 114, 0.2);
|
|
119
|
-
--info-active: #40ffd3;
|
|
120
|
-
--info-active2: #52c41a;
|
|
121
|
-
--info-active3: #75ffc2;
|
|
122
|
-
--info-danger: #fd3a15;
|
|
123
|
-
--info-warnning: #f7d93d;
|
|
124
|
-
--table-head-bg: rgba(0, 173, 177, 0.1);
|
|
125
|
-
--timeline-active: #24f2ff;
|
|
126
|
-
--calendar-border: #35444c;
|
|
127
|
-
--calendar-thead-bg: rgba(255, 255, 255, 0.1);
|
|
128
|
-
--calendar-content-bg: linear-gradient(0deg, #2A55E9, #0DBAFE);
|
|
129
|
-
--calendar-bg: rgba(255, 255, 255, 0.1);
|
|
130
|
-
--image-value-color: #07d4ff;
|
|
131
|
-
--image-text-color: #ffffff;
|
|
132
84
|
}
|
|
@@ -64,51 +64,6 @@
|
|
|
64
64
|
--timeline-active: #24f2ff;
|
|
65
65
|
--calendar-border: #35444c;
|
|
66
66
|
--calendar-thead-bg: #29373e;
|
|
67
|
-
--calendar-content-bg: #73ffbf;
|
|
68
67
|
--calendar-bg: rgba(255, 255, 255, 0.1);
|
|
69
|
-
--image-text-color: #cafdffff;
|
|
70
|
-
--image-value-color: #ffffffff;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
&.blue {
|
|
74
|
-
--modal-content-bg: linear-gradient(0deg, rgba(4, 72, 117, 0.82), rgba(0, 28, 54, 0.82));
|
|
75
|
-
--modal-border-color: rgba(0, 176, 255, 0.8);
|
|
76
|
-
--head-bg: linear-gradient(90deg, rgba(0, 143, 224, 0.3), rgba(0, 106, 204, 0.3));
|
|
77
|
-
--bg-color: linear-gradient(0deg, #081e21cc, #000c);
|
|
78
|
-
--bg-color2: rgba(255, 255, 255, 0.05);
|
|
79
|
-
--sub-bg-color: #ffffff0d;
|
|
80
|
-
--title-bg-color: #1a292bff;
|
|
81
|
-
--title-border: 1px solid transparent;
|
|
82
|
-
--title-color: white;
|
|
83
|
-
--title-color2: #a9d5d3;
|
|
84
|
-
--sub-title-color: #fff;
|
|
85
|
-
--zy-label-color: #fff;
|
|
86
|
-
--label-color: #cafdffff;
|
|
87
|
-
--info-color: #74bbf4;
|
|
88
|
-
--border-color: '#3C7073FF';
|
|
89
|
-
--scroll-bar-bg: #39cbc3aa;
|
|
90
|
-
--scroll-bar-hover-bg: #39cbc3ff;
|
|
91
|
-
--scroll-bar-track-bg: transparent;
|
|
92
|
-
--button-text-color--defalut: #c9e6e8;
|
|
93
|
-
--button-text-color--active: #ffffff;
|
|
94
|
-
--button-background-color--default: #1a5561;
|
|
95
|
-
--button-background-color--active: linear-gradient(0deg, #3195aa, #0f5160);
|
|
96
|
-
--button-checked-color: #1890ff;
|
|
97
|
-
--arrow-icon-color: #355e5f;
|
|
98
|
-
--block-bg-color: rgba(255, 255, 255, 0.1);
|
|
99
|
-
--block-bg-color2: rgba(48, 118, 114, 0.2);
|
|
100
|
-
--info-active: #40ffd3;
|
|
101
|
-
--info-active2: #52c41a;
|
|
102
|
-
--info-active3: #75ffc2;
|
|
103
|
-
--info-danger: #fd3a15;
|
|
104
|
-
--info-warnning: #f7d93d;
|
|
105
|
-
--table-head-bg: rgba(0, 173, 177, 0.1);
|
|
106
|
-
--timeline-active: #24f2ff;
|
|
107
|
-
--calendar-border: #35444c;
|
|
108
|
-
--calendar-thead-bg: rgba(255, 255, 255, 0.1);
|
|
109
|
-
--calendar-content-bg: linear-gradient(0deg, #2A55E9, #0DBAFE);
|
|
110
|
-
--calendar-bg: rgba(255, 255, 255, 0.1);
|
|
111
|
-
--image-value-color: #07d4ff;
|
|
112
|
-
--image-text-color: #ffffff;
|
|
113
68
|
}
|
|
114
69
|
}
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
--head-bg: #fff;
|
|
5
5
|
--bg-color2: #fff;
|
|
6
6
|
--label-color: rgba(0, 0, 0, 0.65);
|
|
7
|
-
--zy-label-color: rgba(0, 0, 0, 0.85);
|
|
8
7
|
--table-head-bg: rgba(24, 144, 255, 0.1);
|
|
9
8
|
--title-color: #222;
|
|
10
9
|
--title-color2: #222;
|
|
@@ -16,7 +15,7 @@
|
|
|
16
15
|
--info-danger: #fd3a15;
|
|
17
16
|
--info-warnning: #f7d93d;
|
|
18
17
|
--info-active: #222;
|
|
19
|
-
--info-active2: #
|
|
18
|
+
--info-active2: #222;
|
|
20
19
|
--info-active3: #fff;
|
|
21
20
|
--bg-color: white;
|
|
22
21
|
--sub-bg-color: #f3f3f380;
|
|
@@ -30,7 +29,4 @@
|
|
|
30
29
|
--scroll-bar-track-bg: #fafafa;
|
|
31
30
|
--button-checked-color: #1890ff;
|
|
32
31
|
--button-color: #222;
|
|
33
|
-
--calendar-content-bg: #73ffbf;
|
|
34
|
-
--image-text-color: rgba(0, 0, 0, 0.65);
|
|
35
|
-
--image-value-color: #222;
|
|
36
32
|
}
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
--head-bg: #fff;
|
|
5
5
|
--bg-color2: #fff;
|
|
6
6
|
--label-color: rgba(0, 0, 0, 0.65);
|
|
7
|
-
--zy-label-color: rgba(0, 0, 0, 0.85);
|
|
8
7
|
--table-head-bg: rgba(24, 144, 255, 0.1);
|
|
9
8
|
--title-color: #222;
|
|
10
9
|
--title-color2: #222;
|
|
@@ -16,7 +15,7 @@
|
|
|
16
15
|
--info-danger: #fd3a15;
|
|
17
16
|
--info-warnning: #f7d93d;
|
|
18
17
|
--info-active: #222;
|
|
19
|
-
--info-active2: #
|
|
18
|
+
--info-active2: #222;
|
|
20
19
|
--info-active3: #fff;
|
|
21
20
|
|
|
22
21
|
--bg-color: white;
|
|
@@ -32,7 +31,4 @@
|
|
|
32
31
|
--scroll-bar-track-bg: #fafafa;
|
|
33
32
|
--button-checked-color: #1890ff;
|
|
34
33
|
--button-color: #222;
|
|
35
|
-
--calendar-content-bg: #73ffbf;
|
|
36
|
-
--image-text-color: rgba(0, 0, 0, 0.65);
|
|
37
|
-
--image-value-color: #222;
|
|
38
34
|
}
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
--head-bg: #fff;
|
|
5
5
|
--bg-color2: #fff;
|
|
6
6
|
--label-color: rgba(0, 0, 0, 0.65);
|
|
7
|
-
--zy-label-color: rgba(0, 0, 0, 0.85);
|
|
8
7
|
--table-head-bg: rgba(24, 144, 255, 0.1);
|
|
9
8
|
--title-color: #222;
|
|
10
9
|
--title-color2: #222;
|
|
@@ -16,7 +15,7 @@
|
|
|
16
15
|
--info-danger: #fd3a15;
|
|
17
16
|
--info-warnning: #f7d93d;
|
|
18
17
|
--info-active: #222;
|
|
19
|
-
--info-active2: #
|
|
18
|
+
--info-active2: #222;
|
|
20
19
|
--info-active3: #fff;
|
|
21
20
|
--bg-color: white;
|
|
22
21
|
--sub-bg-color: #f3f3f380;
|
|
@@ -30,9 +29,6 @@
|
|
|
30
29
|
--scroll-bar-track-bg: #fafafa;
|
|
31
30
|
--button-checked-color: #1890ff;
|
|
32
31
|
--button-color: #222;
|
|
33
|
-
--calendar-content-bg: #73ffbf;
|
|
34
|
-
--image-text-color: rgba(0, 0, 0, 0.65);
|
|
35
|
-
--image-value-color: #222;
|
|
36
32
|
}
|
|
37
33
|
*::-webkit-scrollbar {
|
|
38
34
|
width: 0px;
|
|
@@ -84,49 +80,5 @@
|
|
|
84
80
|
--timeline-active: #24f2ff;
|
|
85
81
|
--calendar-border: #35444c;
|
|
86
82
|
--calendar-thead-bg: #29373e;
|
|
87
|
-
--calendar-content-bg: #73ffbf;
|
|
88
83
|
--calendar-bg: rgba(255, 255, 255, 0.1);
|
|
89
|
-
--image-text-color: #cafdffff;
|
|
90
|
-
--image-value-color: #ffffffff;
|
|
91
|
-
}
|
|
92
|
-
.vtx-business-modal-wrap.blue {
|
|
93
|
-
--modal-content-bg: linear-gradient(0deg, rgba(4, 72, 117, 0.82), rgba(0, 28, 54, 0.82));
|
|
94
|
-
--modal-border-color: rgba(0, 176, 255, 0.8);
|
|
95
|
-
--head-bg: linear-gradient(90deg, rgba(0, 143, 224, 0.3), rgba(0, 106, 204, 0.3));
|
|
96
|
-
--bg-color: linear-gradient(0deg, #081e21cc, #000c);
|
|
97
|
-
--bg-color2: rgba(255, 255, 255, 0.05);
|
|
98
|
-
--sub-bg-color: #ffffff0d;
|
|
99
|
-
--title-bg-color: #1a292bff;
|
|
100
|
-
--title-border: 1px solid transparent;
|
|
101
|
-
--title-color: white;
|
|
102
|
-
--title-color2: #a9d5d3;
|
|
103
|
-
--sub-title-color: #fff;
|
|
104
|
-
--zy-label-color: #fff;
|
|
105
|
-
--label-color: #cafdffff;
|
|
106
|
-
--info-color: #74bbf4;
|
|
107
|
-
--border-color: '#3C7073FF';
|
|
108
|
-
--scroll-bar-bg: #39cbc3aa;
|
|
109
|
-
--scroll-bar-hover-bg: #39cbc3ff;
|
|
110
|
-
--scroll-bar-track-bg: transparent;
|
|
111
|
-
--button-text-color--defalut: #c9e6e8;
|
|
112
|
-
--button-text-color--active: #ffffff;
|
|
113
|
-
--button-background-color--default: #1a5561;
|
|
114
|
-
--button-background-color--active: linear-gradient(0deg, #3195aa, #0f5160);
|
|
115
|
-
--button-checked-color: #1890ff;
|
|
116
|
-
--arrow-icon-color: #355e5f;
|
|
117
|
-
--block-bg-color: rgba(255, 255, 255, 0.1);
|
|
118
|
-
--block-bg-color2: rgba(48, 118, 114, 0.2);
|
|
119
|
-
--info-active: #40ffd3;
|
|
120
|
-
--info-active2: #52c41a;
|
|
121
|
-
--info-active3: #75ffc2;
|
|
122
|
-
--info-danger: #fd3a15;
|
|
123
|
-
--info-warnning: #f7d93d;
|
|
124
|
-
--table-head-bg: rgba(0, 173, 177, 0.1);
|
|
125
|
-
--timeline-active: #24f2ff;
|
|
126
|
-
--calendar-border: #35444c;
|
|
127
|
-
--calendar-thead-bg: rgba(255, 255, 255, 0.1);
|
|
128
|
-
--calendar-content-bg: linear-gradient(0deg, #2A55E9, #0DBAFE);
|
|
129
|
-
--calendar-bg: rgba(255, 255, 255, 0.1);
|
|
130
|
-
--image-value-color: #07d4ff;
|
|
131
|
-
--image-text-color: #ffffff;
|
|
132
84
|
}
|
package/lib/typings.d.ts
CHANGED
|
@@ -5,13 +5,11 @@ declare module '*.less';
|
|
|
5
5
|
declare module '@vtx/utils';
|
|
6
6
|
declare module '@vtx/components';
|
|
7
7
|
declare module '@vtx/modals2';
|
|
8
|
+
declare module '@vtx/map';
|
|
8
9
|
declare module 'dumi';
|
|
9
|
-
declare module 'lodash';
|
|
10
10
|
declare module 'echarts';
|
|
11
11
|
declare module 'echarts-for-react';
|
|
12
12
|
interface Window {
|
|
13
13
|
BMapGL: any;
|
|
14
14
|
console: any;
|
|
15
|
-
openModal: any;
|
|
16
|
-
mapvgl: any;
|
|
17
15
|
}
|
package/lib/util/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["secondToFormatTime","times","timeStr","remain","days","Math","floor","hours","minutes","seconds"],"sources":["util/index.js"],"sourcesContent":["// 秒转化为时间的格式化字符串\nexport function secondToFormatTime(times) {\n if (times <= 0)\n return '--';\n let timeStr = '';\n let remain = times;\n let days = Math.floor(remain / (24 * 60 * 60));\n if (days)\n timeStr += `${days}天`;\n remain = remain % (24 * 60 * 60);\n let hours = Math.floor(remain / (60 * 60));\n if (hours)\n timeStr += `${hours}h`;\n remain = remain % (60 * 60);\n let minutes = Math.floor(remain / 60);\n if (minutes)\n timeStr += `${minutes}min`;\n remain = remain % 60;\n let seconds = Math.floor(remain);\n if (seconds)\n timeStr += `${seconds}s`;\n return timeStr;\n}\n"],"mappings":";;;;;;AAAA;AACO,SAASA,
|
|
1
|
+
{"version":3,"file":"index.js","names":["secondToFormatTime","times","timeStr","remain","days","Math","floor","concat","hours","minutes","seconds"],"sources":["util/index.js"],"sourcesContent":["// 秒转化为时间的格式化字符串\nexport function secondToFormatTime(times) {\n if (times <= 0)\n return '--';\n let timeStr = '';\n let remain = times;\n let days = Math.floor(remain / (24 * 60 * 60));\n if (days)\n timeStr += `${days}天`;\n remain = remain % (24 * 60 * 60);\n let hours = Math.floor(remain / (60 * 60));\n if (hours)\n timeStr += `${hours}h`;\n remain = remain % (60 * 60);\n let minutes = Math.floor(remain / 60);\n if (minutes)\n timeStr += `${minutes}min`;\n remain = remain % 60;\n let seconds = Math.floor(remain);\n if (seconds)\n timeStr += `${seconds}s`;\n return timeStr;\n}\n"],"mappings":";;;;;;AAAA;AACO,SAASA,kBAAkBA,CAACC,KAAK,EAAE;EACtC,IAAIA,KAAK,IAAI,CAAC,EACV,OAAO,IAAI;EACf,IAAIC,OAAO,GAAG,EAAE;EAChB,IAAIC,MAAM,GAAGF,KAAK;EAClB,IAAIG,IAAI,GAAGC,IAAI,CAACC,KAAK,CAACH,MAAM,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC;EAC9C,IAAIC,IAAI,EACJF,OAAO,OAAAK,MAAA,CAAOH,IAAI,WAAG;EACzBD,MAAM,GAAGA,MAAM,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;EAChC,IAAIK,KAAK,GAAGH,IAAI,CAACC,KAAK,CAACH,MAAM,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC;EAC1C,IAAIK,KAAK,EACLN,OAAO,OAAAK,MAAA,CAAOC,KAAK,MAAG;EAC1BL,MAAM,GAAGA,MAAM,IAAI,EAAE,GAAG,EAAE,CAAC;EAC3B,IAAIM,OAAO,GAAGJ,IAAI,CAACC,KAAK,CAACH,MAAM,GAAG,EAAE,CAAC;EACrC,IAAIM,OAAO,EACPP,OAAO,OAAAK,MAAA,CAAOE,OAAO,QAAK;EAC9BN,MAAM,GAAGA,MAAM,GAAG,EAAE;EACpB,IAAIO,OAAO,GAAGL,IAAI,CAACC,KAAK,CAACH,MAAM,CAAC;EAChC,IAAIO,OAAO,EACPR,OAAO,OAAAK,MAAA,CAAOG,OAAO,MAAG;EAC5B,OAAOR,OAAO;AAClB","ignoreList":[]}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
9
|
+
var _vmSubTabs = require("../../vm-sub-tabs");
|
|
10
|
+
var _vmTable = _interopRequireDefault(require("../../vm-table"));
|
|
11
|
+
var _vmFilter = require("../../vm-filter");
|
|
12
|
+
var _api = require("../api");
|
|
13
|
+
require("./index.less");
|
|
14
|
+
var _moment = _interopRequireDefault(require("moment"));
|
|
15
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
16
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
17
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
18
|
+
function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
|
|
19
|
+
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."); }
|
|
20
|
+
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
21
|
+
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
22
|
+
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; } }
|
|
23
|
+
function _arrayWithHoles(r) { if (Array.isArray(r)) return r; } /**
|
|
24
|
+
* 报警记录
|
|
25
|
+
*/
|
|
26
|
+
var defaultDate = [(0, _moment["default"])().startOf('day'), (0, _moment["default"])()];
|
|
27
|
+
var format = 'YYYY-MM-DD 00:00:00';
|
|
28
|
+
var format1 = 'YYYY-MM-DD 23:59:59';
|
|
29
|
+
function AlarmRecord(props) {
|
|
30
|
+
var _a;
|
|
31
|
+
var _useState = (0, _react.useState)(defaultDate),
|
|
32
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
33
|
+
date = _useState2[0],
|
|
34
|
+
setDate = _useState2[1];
|
|
35
|
+
var _useState3 = (0, _react.useState)(''),
|
|
36
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
37
|
+
factorCode = _useState4[0],
|
|
38
|
+
setFactorCode = _useState4[1];
|
|
39
|
+
var id = props.id,
|
|
40
|
+
publicUrlJCSS = props.publicUrlJCSS,
|
|
41
|
+
filterParams = props.filterParams;
|
|
42
|
+
var _Service$UseFactor = _api.Service.UseFactor({
|
|
43
|
+
id: id,
|
|
44
|
+
publicUrlJCSS: publicUrlJCSS,
|
|
45
|
+
filterParams: filterParams
|
|
46
|
+
}),
|
|
47
|
+
factorList = _Service$UseFactor.factorList;
|
|
48
|
+
var _Service$UseRecordAla = _api.Service.UseRecordAlarm({
|
|
49
|
+
id: id,
|
|
50
|
+
publicUrlJCSS: publicUrlJCSS,
|
|
51
|
+
startTime: date[0].format(format),
|
|
52
|
+
endTime: date[1].format(format1),
|
|
53
|
+
factorCode: factorCode || ((_a = factorList[0]) === null || _a === void 0 ? void 0 : _a.key),
|
|
54
|
+
filterParams: filterParams
|
|
55
|
+
}),
|
|
56
|
+
recordData = _Service$UseRecordAla.recordData;
|
|
57
|
+
var columns = [{
|
|
58
|
+
title: '监测指标',
|
|
59
|
+
dataIndex: 'factorName',
|
|
60
|
+
key: 'factorName',
|
|
61
|
+
width: 100
|
|
62
|
+
}, {
|
|
63
|
+
title: '报警类型',
|
|
64
|
+
dataIndex: 'alarmTypeName',
|
|
65
|
+
key: 'alarmTypeName'
|
|
66
|
+
}, {
|
|
67
|
+
title: '报警等级',
|
|
68
|
+
dataIndex: 'alarmGradeLevel',
|
|
69
|
+
key: 'alarmGradeLevel'
|
|
70
|
+
}, {
|
|
71
|
+
title: '开始时间',
|
|
72
|
+
dataIndex: 'alarmStartTime',
|
|
73
|
+
key: 'alarmStartTime',
|
|
74
|
+
width: 130,
|
|
75
|
+
sortType: 'time'
|
|
76
|
+
}, {
|
|
77
|
+
title: '结束时间',
|
|
78
|
+
dataIndex: 'alarmEndTime',
|
|
79
|
+
key: 'alarmEndTime',
|
|
80
|
+
width: 130,
|
|
81
|
+
sortType: 'time'
|
|
82
|
+
}, {
|
|
83
|
+
title: '报警时长',
|
|
84
|
+
dataIndex: 'durationTime',
|
|
85
|
+
key: 'durationTime',
|
|
86
|
+
sortType: 'number'
|
|
87
|
+
}, {
|
|
88
|
+
title: '报警状态',
|
|
89
|
+
dataIndex: 'alarmStatusName',
|
|
90
|
+
key: 'alarmStatusName'
|
|
91
|
+
}];
|
|
92
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
93
|
+
className: "alarm-trend"
|
|
94
|
+
}, /*#__PURE__*/_react["default"].createElement(_vmSubTabs.SubTabsLine, {
|
|
95
|
+
onChange: function onChange(e) {
|
|
96
|
+
setFactorCode(e);
|
|
97
|
+
},
|
|
98
|
+
style: {
|
|
99
|
+
marginBottom: '20px'
|
|
100
|
+
}
|
|
101
|
+
}, factorList.map(function (item) {
|
|
102
|
+
return /*#__PURE__*/_react["default"].createElement(_vmSubTabs.SubTabPane, {
|
|
103
|
+
tab: item.label,
|
|
104
|
+
key: item.key
|
|
105
|
+
});
|
|
106
|
+
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
107
|
+
className: "date"
|
|
108
|
+
}, /*#__PURE__*/_react["default"].createElement(_vmFilter.VMRangePicker, {
|
|
109
|
+
defaultValue: defaultDate,
|
|
110
|
+
onChange: setDate
|
|
111
|
+
})), /*#__PURE__*/_react["default"].createElement(_vmTable["default"], {
|
|
112
|
+
columns: columns,
|
|
113
|
+
dataSource: recordData,
|
|
114
|
+
height: 500
|
|
115
|
+
}));
|
|
116
|
+
}
|
|
117
|
+
var _default = exports["default"] = AlarmRecord;
|
|
118
|
+
//# sourceMappingURL=AlarmRecord.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlarmRecord.js","names":["_react","_interopRequireWildcard","require","_vmSubTabs","_vmTable","_interopRequireDefault","_vmFilter","_api","_moment","e","__esModule","_getRequireWildcardCache","WeakMap","r","t","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","length","l","Symbol","iterator","f","o","next","done","push","value","isArray","defaultDate","moment","startOf","format","format1","AlarmRecord","props","_a","_useState","useState","_useState2","date","setDate","_useState3","_useState4","factorCode","setFactorCode","id","publicUrlJCSS","filterParams","_Service$UseFactor","Service","UseFactor","factorList","_Service$UseRecordAla","UseRecordAlarm","startTime","endTime","key","recordData","columns","title","dataIndex","width","sortType","React","createElement","className","SubTabsLine","onChange","style","marginBottom","map","item","SubTabPane","tab","label","VMRangePicker","defaultValue","VmTable","dataSource","height","_default","exports"],"sources":["vm-alarm-info/Components/AlarmRecord.js"],"sourcesContent":["/**\n * 报警记录\n */\nimport React, { useState } from 'react';\nimport { SubTabsLine, SubTabPane } from '../../vm-sub-tabs';\nimport VmTable from '../../vm-table';\nimport { VMRangePicker } from '../../vm-filter';\nimport { Service } from '../api';\nimport './index.less';\nimport moment from 'moment';\nlet defaultDate = [moment().startOf('day'), moment()];\nlet format = 'YYYY-MM-DD 00:00:00';\nlet format1 = 'YYYY-MM-DD 23:59:59';\nfunction AlarmRecord(props) {\n var _a;\n const [date, setDate] = useState(defaultDate);\n const [factorCode, setFactorCode] = useState('');\n const { id, publicUrlJCSS, filterParams } = props;\n const { factorList } = Service.UseFactor({\n id,\n publicUrlJCSS,\n filterParams,\n });\n const { recordData } = Service.UseRecordAlarm({\n id,\n publicUrlJCSS,\n startTime: date[0].format(format),\n endTime: date[1].format(format1),\n factorCode: factorCode || ((_a = factorList[0]) === null || _a === void 0 ? void 0 : _a.key),\n filterParams,\n });\n const columns = [\n { title: '监测指标', dataIndex: 'factorName', key: 'factorName', width: 100 },\n { title: '报警类型', dataIndex: 'alarmTypeName', key: 'alarmTypeName' },\n { title: '报警等级', dataIndex: 'alarmGradeLevel', key: 'alarmGradeLevel' },\n {\n title: '开始时间',\n dataIndex: 'alarmStartTime',\n key: 'alarmStartTime',\n width: 130,\n sortType: 'time',\n },\n {\n title: '结束时间',\n dataIndex: 'alarmEndTime',\n key: 'alarmEndTime',\n width: 130,\n sortType: 'time',\n },\n { title: '报警时长', dataIndex: 'durationTime', key: 'durationTime', sortType: 'number' },\n { title: '报警状态', dataIndex: 'alarmStatusName', key: 'alarmStatusName' },\n ];\n return (React.createElement(\"div\", { className: \"alarm-trend\" },\n React.createElement(SubTabsLine, { onChange: e => {\n setFactorCode(e);\n }, style: { marginBottom: '20px' } }, factorList.map((item) => {\n return React.createElement(SubTabPane, { tab: item.label, key: item.key });\n })),\n React.createElement(\"div\", { className: \"date\" },\n React.createElement(VMRangePicker, { defaultValue: defaultDate, onChange: setDate })),\n React.createElement(VmTable, { columns: columns, dataSource: recordData, height: 500 })));\n}\nexport default AlarmRecord;\n"],"mappings":";;;;;;;AAGA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,UAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAC,sBAAA,CAAAH,OAAA;AACA,IAAAI,SAAA,GAAAJ,OAAA;AACA,IAAAK,IAAA,GAAAL,OAAA;AACAA,OAAA;AACA,IAAAM,OAAA,GAAAH,sBAAA,CAAAH,OAAA;AAA4B,SAAAG,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA;AAAA,SAAAE,yBAAAF,CAAA,6BAAAG,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAD,wBAAA,YAAAA,yBAAAF,CAAA,WAAAA,CAAA,GAAAK,CAAA,GAAAD,CAAA,KAAAJ,CAAA;AAAA,SAAAR,wBAAAQ,CAAA,EAAAI,CAAA,SAAAA,CAAA,IAAAJ,CAAA,IAAAA,CAAA,CAAAC,UAAA,SAAAD,CAAA,eAAAA,CAAA,gBAAAM,OAAA,CAAAN,CAAA,0BAAAA,CAAA,sBAAAA,CAAA,QAAAK,CAAA,GAAAH,wBAAA,CAAAE,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAE,GAAA,CAAAP,CAAA,UAAAK,CAAA,CAAAG,GAAA,CAAAR,CAAA,OAAAS,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAf,CAAA,oBAAAe,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAjB,CAAA,EAAAe,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAd,CAAA,EAAAe,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAf,CAAA,CAAAe,CAAA,YAAAN,CAAA,cAAAT,CAAA,EAAAK,CAAA,IAAAA,CAAA,CAAAc,GAAA,CAAAnB,CAAA,EAAAS,CAAA,GAAAA,CAAA;AAAA,SAAAW,eAAAhB,CAAA,EAAAJ,CAAA,WAAAqB,eAAA,CAAAjB,CAAA,KAAAkB,qBAAA,CAAAlB,CAAA,EAAAJ,CAAA,KAAAuB,2BAAA,CAAAnB,CAAA,EAAAJ,CAAA,KAAAwB,gBAAA;AAAA,SAAAA,iBAAA,cAAAC,SAAA;AAAA,SAAAF,4BAAAnB,CAAA,EAAAO,CAAA,QAAAP,CAAA,2BAAAA,CAAA,SAAAsB,iBAAA,CAAAtB,CAAA,EAAAO,CAAA,OAAAN,CAAA,MAAAsB,QAAA,CAAAV,IAAA,CAAAb,CAAA,EAAAwB,KAAA,6BAAAvB,CAAA,IAAAD,CAAA,CAAAyB,WAAA,KAAAxB,CAAA,GAAAD,CAAA,CAAAyB,WAAA,CAAAC,IAAA,aAAAzB,CAAA,cAAAA,CAAA,GAAA0B,KAAA,CAAAC,IAAA,CAAA5B,CAAA,oBAAAC,CAAA,+CAAA4B,IAAA,CAAA5B,CAAA,IAAAqB,iBAAA,CAAAtB,CAAA,EAAAO,CAAA;AAAA,SAAAe,kBAAAtB,CAAA,EAAAO,CAAA,aAAAA,CAAA,IAAAA,CAAA,GAAAP,CAAA,CAAA8B,MAAA,MAAAvB,CAAA,GAAAP,CAAA,CAAA8B,MAAA,YAAAlC,CAAA,MAAAS,CAAA,GAAAsB,KAAA,CAAApB,CAAA,GAAAX,CAAA,GAAAW,CAAA,EAAAX,CAAA,IAAAS,CAAA,CAAAT,CAAA,IAAAI,CAAA,CAAAJ,CAAA,UAAAS,CAAA;AAAA,SAAAa,sBAAAlB,CAAA,EAAA+B,CAAA,QAAA9B,CAAA,WAAAD,CAAA,gCAAAgC,MAAA,IAAAhC,CAAA,CAAAgC,MAAA,CAAAC,QAAA,KAAAjC,CAAA,4BAAAC,CAAA,QAAAL,CAAA,EAAAS,CAAA,EAAAS,CAAA,EAAAH,CAAA,EAAAJ,CAAA,OAAA2B,CAAA,OAAAC,CAAA,iBAAArB,CAAA,IAAAb,CAAA,GAAAA,CAAA,CAAAY,IAAA,CAAAb,CAAA,GAAAoC,IAAA,QAAAL,CAAA,QAAAvB,MAAA,CAAAP,CAAA,MAAAA,CAAA,UAAAiC,CAAA,uBAAAA,CAAA,IAAAtC,CAAA,GAAAkB,CAAA,CAAAD,IAAA,CAAAZ,CAAA,GAAAoC,IAAA,MAAA9B,CAAA,CAAA+B,IAAA,CAAA1C,CAAA,CAAA2C,KAAA,GAAAhC,CAAA,CAAAuB,MAAA,KAAAC,CAAA,GAAAG,CAAA,iBAAAlC,CAAA,IAAAmC,CAAA,OAAA9B,CAAA,GAAAL,CAAA,yBAAAkC,CAAA,YAAAjC,CAAA,eAAAU,CAAA,GAAAV,CAAA,cAAAO,MAAA,CAAAG,CAAA,MAAAA,CAAA,2BAAAwB,CAAA,QAAA9B,CAAA,aAAAE,CAAA;AAAA,SAAAU,gBAAAjB,CAAA,QAAA2B,KAAA,CAAAa,OAAA,CAAAxC,CAAA,UAAAA,CAAA,IAT5B;AACA;AACA;AAQA,IAAIyC,WAAW,GAAG,CAAC,IAAAC,kBAAM,EAAC,CAAC,CAACC,OAAO,CAAC,KAAK,CAAC,EAAE,IAAAD,kBAAM,EAAC,CAAC,CAAC;AACrD,IAAIE,MAAM,GAAG,qBAAqB;AAClC,IAAIC,OAAO,GAAG,qBAAqB;AACnC,SAASC,WAAWA,CAACC,KAAK,EAAE;EACxB,IAAIC,EAAE;EACN,IAAAC,SAAA,GAAwB,IAAAC,eAAQ,EAACT,WAAW,CAAC;IAAAU,UAAA,GAAAnC,cAAA,CAAAiC,SAAA;IAAtCG,IAAI,GAAAD,UAAA;IAAEE,OAAO,GAAAF,UAAA;EACpB,IAAAG,UAAA,GAAoC,IAAAJ,eAAQ,EAAC,EAAE,CAAC;IAAAK,UAAA,GAAAvC,cAAA,CAAAsC,UAAA;IAAzCE,UAAU,GAAAD,UAAA;IAAEE,aAAa,GAAAF,UAAA;EAChC,IAAQG,EAAE,GAAkCX,KAAK,CAAzCW,EAAE;IAAEC,aAAa,GAAmBZ,KAAK,CAArCY,aAAa;IAAEC,YAAY,GAAKb,KAAK,CAAtBa,YAAY;EACvC,IAAAC,kBAAA,GAAuBC,YAAO,CAACC,SAAS,CAAC;MACrCL,EAAE,EAAFA,EAAE;MACFC,aAAa,EAAbA,aAAa;MACbC,YAAY,EAAZA;IACJ,CAAC,CAAC;IAJMI,UAAU,GAAAH,kBAAA,CAAVG,UAAU;EAKlB,IAAAC,qBAAA,GAAuBH,YAAO,CAACI,cAAc,CAAC;MAC1CR,EAAE,EAAFA,EAAE;MACFC,aAAa,EAAbA,aAAa;MACbQ,SAAS,EAAEf,IAAI,CAAC,CAAC,CAAC,CAACR,MAAM,CAACA,MAAM,CAAC;MACjCwB,OAAO,EAAEhB,IAAI,CAAC,CAAC,CAAC,CAACR,MAAM,CAACC,OAAO,CAAC;MAChCW,UAAU,EAAEA,UAAU,KAAK,CAACR,EAAE,GAAGgB,UAAU,CAAC,CAAC,CAAC,MAAM,IAAI,IAAIhB,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAACqB,GAAG,CAAC;MAC5FT,YAAY,EAAZA;IACJ,CAAC,CAAC;IAPMU,UAAU,GAAAL,qBAAA,CAAVK,UAAU;EAQlB,IAAMC,OAAO,GAAG,CACZ;IAAEC,KAAK,EAAE,MAAM;IAAEC,SAAS,EAAE,YAAY;IAAEJ,GAAG,EAAE,YAAY;IAAEK,KAAK,EAAE;EAAI,CAAC,EACzE;IAAEF,KAAK,EAAE,MAAM;IAAEC,SAAS,EAAE,eAAe;IAAEJ,GAAG,EAAE;EAAgB,CAAC,EACnE;IAAEG,KAAK,EAAE,MAAM;IAAEC,SAAS,EAAE,iBAAiB;IAAEJ,GAAG,EAAE;EAAkB,CAAC,EACvE;IACIG,KAAK,EAAE,MAAM;IACbC,SAAS,EAAE,gBAAgB;IAC3BJ,GAAG,EAAE,gBAAgB;IACrBK,KAAK,EAAE,GAAG;IACVC,QAAQ,EAAE;EACd,CAAC,EACD;IACIH,KAAK,EAAE,MAAM;IACbC,SAAS,EAAE,cAAc;IACzBJ,GAAG,EAAE,cAAc;IACnBK,KAAK,EAAE,GAAG;IACVC,QAAQ,EAAE;EACd,CAAC,EACD;IAAEH,KAAK,EAAE,MAAM;IAAEC,SAAS,EAAE,cAAc;IAAEJ,GAAG,EAAE,cAAc;IAAEM,QAAQ,EAAE;EAAS,CAAC,EACrF;IAAEH,KAAK,EAAE,MAAM;IAAEC,SAAS,EAAE,iBAAiB;IAAEJ,GAAG,EAAE;EAAkB,CAAC,CAC1E;EACD,oBAAQO,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAc,CAAC,eAC3DF,iBAAK,CAACC,aAAa,CAACE,sBAAW,EAAE;IAAEC,QAAQ,EAAE,SAAAA,SAAApF,CAAC,EAAI;MAC1C6D,aAAa,CAAC7D,CAAC,CAAC;IACpB,CAAC;IAAEqF,KAAK,EAAE;MAAEC,YAAY,EAAE;IAAO;EAAE,CAAC,EAAElB,UAAU,CAACmB,GAAG,CAAC,UAACC,IAAI,EAAK;IAC/D,oBAAOR,iBAAK,CAACC,aAAa,CAACQ,qBAAU,EAAE;MAAEC,GAAG,EAAEF,IAAI,CAACG,KAAK;MAAElB,GAAG,EAAEe,IAAI,CAACf;IAAI,CAAC,CAAC;EAC9E,CAAC,CAAC,CAAC,eACHO,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAO,CAAC,eAC5CF,iBAAK,CAACC,aAAa,CAACW,uBAAa,EAAE;IAAEC,YAAY,EAAEhD,WAAW;IAAEuC,QAAQ,EAAE3B;EAAQ,CAAC,CAAC,CAAC,eACzFuB,iBAAK,CAACC,aAAa,CAACa,mBAAO,EAAE;IAAEnB,OAAO,EAAEA,OAAO;IAAEoB,UAAU,EAAErB,UAAU;IAAEsB,MAAM,EAAE;EAAI,CAAC,CAAC,CAAC;AAChG;AAAC,IAAAC,QAAA,GAAAC,OAAA,cACchD,WAAW","ignoreList":[]}
|