@vtx/modals2 6.0.0-beta.4 → 6.0.0-beta.6

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.
Files changed (355) hide show
  1. package/lib/_components/index.js +1 -0
  2. package/lib/_components/vm-appraisal-info/api.js +55 -0
  3. package/lib/_components/vm-appraisal-info/imgs/count.png +0 -0
  4. package/lib/_components/vm-appraisal-info/imgs/count_light.png +0 -0
  5. package/lib/_components/vm-appraisal-info/imgs/subtract.png +0 -0
  6. package/lib/_components/vm-appraisal-info/imgs/subtract_light.png +0 -0
  7. package/lib/_components/vm-appraisal-info/index.js +230 -0
  8. package/lib/_components/vm-appraisal-info/index.less +7 -0
  9. package/lib/_components/vm-calendar/index.js +1 -1
  10. package/lib/_components/vm-empty/index.js +1 -1
  11. package/lib/_components/vm-factor/index.js +1 -1
  12. package/lib/_components/vm-filter/index.js +1 -1
  13. package/lib/_components/vm-filter/style/index.less +7 -11
  14. package/lib/_components/vm-info-collection/index.js +1 -1
  15. package/lib/_components/vm-map/index.js +1 -1
  16. package/lib/_components/vm-progress/index.js +1 -1
  17. package/lib/_components/vm-repair-maintain/RmInfoSummary.js +1 -1
  18. package/lib/_components/vm-repair-maintain/RmMonthTrend.js +1 -1
  19. package/lib/_components/vm-repair-maintain/RmRecord.js +1 -1
  20. package/lib/_components/vm-repair-maintain/RmType.js +1 -1
  21. package/lib/_components/vm-repair-maintain/index.js +35 -3
  22. package/lib/_components/vm-table/index.js +1 -1
  23. package/lib/_components/vm-tag/index.js +1 -1
  24. package/lib/_components/vm-title/index.js +1 -1
  25. package/lib/_components/vm-video/HistoryGrid.js +2 -0
  26. package/lib/_components/vm-video/RealtimeGrid.js +2 -0
  27. package/lib/_components/vm-video/index.js +46 -19
  28. package/lib/_components/vm-wrapper/index.js +1 -1
  29. package/lib/_hooks/useGetChannels.js +20 -6
  30. package/lib/_util/http.js +27 -1
  31. package/lib/_util/index.js +1 -1
  32. package/lib/locales/en.json +1516 -1516
  33. package/lib/locales/zh-CN.json +1516 -1516
  34. package/lib/vtx-area-modal/api.js +1 -1
  35. package/lib/vtx-area-modal/components/BaseInfo/Lcfx.js +1 -1
  36. package/lib/vtx-area-modal/components/BaseInfo/ListZymx.js +1 -1
  37. package/lib/vtx-area-modal/components/BaseInfo/index.js +1 -1
  38. package/lib/vtx-base-modal/Tabs/index.js +2 -1
  39. package/lib/vtx-base-modal/index.js +1 -1
  40. package/lib/vtx-car-modal/components/Info/index.js +2 -2
  41. package/lib/vtx-car-modal/content/Cc/AlarmInfo/List.js +1 -1
  42. package/lib/vtx-car-modal/content/Cc/AlarmInfo/StaticInfo.js +1 -1
  43. package/lib/vtx-car-modal/content/Cc/AlarmInfo/index.js +1 -1
  44. package/lib/vtx-car-modal/content/Cc/BaseInfo/index.js +1 -1
  45. package/lib/vtx-car-modal/content/Cc/OrderInfo/Detail.js +1 -1
  46. package/lib/vtx-car-modal/content/Cc/OrderInfo/index.js +1 -1
  47. package/lib/vtx-car-modal/content/Cc/StaticInfo/index.js +1 -1
  48. package/lib/vtx-car-modal/content/Cc/WorkRecord/Detail.js +1 -1
  49. package/lib/vtx-car-modal/content/Cc/WorkRecord/Summary.js +1 -1
  50. package/lib/vtx-car-modal/content/Cc/WorkRecord/index.js +1 -1
  51. package/lib/vtx-car-modal/content/Common/AlarmInfo/List.js +1 -1
  52. package/lib/vtx-car-modal/content/Common/AlarmInfo/StaticInfo.js +1 -1
  53. package/lib/vtx-car-modal/content/Common/AlarmInfo/index.js +1 -1
  54. package/lib/vtx-car-modal/content/Common/BaseInfo/index.js +1 -1
  55. package/lib/vtx-car-modal/content/Common/DetailInfo/index.js +1 -1
  56. package/lib/vtx-car-modal/content/Common/DeviceInfo/index.js +1 -1
  57. package/lib/vtx-car-modal/content/Common/EleUse/index.js +20 -8
  58. package/lib/vtx-car-modal/content/Common/Maintenance/index.js +1 -1
  59. package/lib/vtx-car-modal/content/Common/OilConsumption/List.js +1 -1
  60. package/lib/vtx-car-modal/content/Common/OilConsumption/index.js +1 -1
  61. package/lib/vtx-car-modal/content/Common/OilUse/index.js +18 -6
  62. package/lib/vtx-car-modal/content/Common/OperationAnalysis/index.js +1 -1
  63. package/lib/vtx-car-modal/content/Common/OperationAnalysis/index.less +169 -169
  64. package/lib/vtx-car-modal/content/Common/StaticInfo/index.js +1 -1
  65. package/lib/vtx-car-modal/content/Common/WaterConsumption/index.js +1 -1
  66. package/lib/vtx-car-modal/content/Common/WaterUse/index.js +10 -5
  67. package/lib/vtx-car-modal/content/JXH/AlarmInfo/List.js +1 -1
  68. package/lib/vtx-car-modal/content/JXH/AlarmInfo/StaticInfo.js +1 -1
  69. package/lib/vtx-car-modal/content/JXH/AlarmInfo/index.js +1 -1
  70. package/lib/vtx-car-modal/content/JXH/BaseInfo/index.js +1 -1
  71. package/lib/vtx-car-modal/content/JXH/Hw2AlarmInfo/List.js +1 -1
  72. package/lib/vtx-car-modal/content/JXH/Hw2AlarmInfo/StaticInfo.js +1 -1
  73. package/lib/vtx-car-modal/content/JXH/Hw2AlarmInfo/index.js +1 -1
  74. package/lib/vtx-car-modal/content/JXH/Hw2BaseInfo/index.js +1 -1
  75. package/lib/vtx-car-modal/content/JXH/Hw2StaticInfo/index.js +1 -1
  76. package/lib/vtx-car-modal/content/JXH/Hw2WorkRecord/index.js +1 -1
  77. package/lib/vtx-car-modal/content/JXH/StaticInfo/index.js +1 -1
  78. package/lib/vtx-car-modal/content/JXH/WorkRecord/index.js +1 -1
  79. package/lib/vtx-car-modal/content/Jzlj/Alarm/Bottom.js +1 -1
  80. package/lib/vtx-car-modal/content/Jzlj/Alarm/index.js +1 -1
  81. package/lib/vtx-car-modal/content/Jzlj/BaseInfo/index.js +1 -1
  82. package/lib/vtx-car-modal/content/Jzlj/Collection/Chart.js +1 -1
  83. package/lib/vtx-car-modal/content/Jzlj/Collection/index.js +1 -1
  84. package/lib/vtx-car-modal/content/Jzlj/Dispose/Pies.js +1 -1
  85. package/lib/vtx-car-modal/content/Jzlj/Dispose/index.js +1 -1
  86. package/lib/vtx-car-modal/content/Jzlj/RunCalendar/index.js +1 -1
  87. package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/List.js +1 -1
  88. package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/StaticInfo.js +1 -1
  89. package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/index.js +1 -1
  90. package/lib/vtx-car-modal/content/Ljsy/BaseInfo/index.js +1 -1
  91. package/lib/vtx-car-modal/content/Ljsy/StaticInfo/index.js +1 -1
  92. package/lib/vtx-car-modal/content/Ljsy/WorkRecord/Detail.js +1 -1
  93. package/lib/vtx-car-modal/content/Ljsy/WorkRecord/Summary.js +1 -1
  94. package/lib/vtx-car-modal/content/Ljsy/WorkRecord/index.js +1 -1
  95. package/lib/vtx-car-modal/content/Ljzy/BaseInfo/index.js +1 -1
  96. package/lib/vtx-car-modal/content/Ljzy/StaticInfo/index.js +1 -1
  97. package/lib/vtx-car-modal/content/Ljzy/WorkRecord/Detail.js +1 -1
  98. package/lib/vtx-car-modal/content/Ljzy/WorkRecord/Summary.js +1 -1
  99. package/lib/vtx-car-modal/content/Ljzy/WorkRecord/index.js +1 -1
  100. package/lib/vtx-car-modal/content/Unmanned/Analysis/index.js +1 -1
  101. package/lib/vtx-car-modal/content/Unmanned/Calendar/index.js +1 -1
  102. package/lib/vtx-car-modal/content/Unmanned/Monitor/index.js +1 -1
  103. package/lib/vtx-car-modal/content/Unmanned/WorkInfo/index.js +1 -1
  104. package/lib/vtx-car-modal/index.js +1 -1
  105. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js +1 -1
  106. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmTrend.js +1 -1
  107. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmTypeAnalysis.js +1 -1
  108. package/lib/vtx-cc-cp-modal/components/AlarmInfo/StaticInfo.js +1 -1
  109. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js +1 -1
  110. package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js +1 -1
  111. package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js +1 -1
  112. package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js +1 -1
  113. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js +1 -1
  114. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js +1 -1
  115. package/lib/vtx-cc-cp-modal/components/Calendar/index.js +1 -1
  116. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionTrend.js +1 -1
  117. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionTypeAnalysis.js +1 -1
  118. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExeceptionRecord.js +1 -1
  119. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/StaticInfo.js +1 -1
  120. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js +1 -1
  121. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +1 -1
  122. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +1 -1
  123. package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js +1 -1
  124. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js +1 -1
  125. package/lib/vtx-cc-cp-modal/index.js +1 -1
  126. package/lib/vtx-cc-unit-modal/components/BaseInfo/CollectRecord.js +1 -1
  127. package/lib/vtx-cc-unit-modal/components/BaseInfo/DetailList.js +1 -1
  128. package/lib/vtx-cc-unit-modal/components/BaseInfo/Factory.js +1 -1
  129. package/lib/vtx-cc-unit-modal/components/BaseInfo/Statistics.js +1 -1
  130. package/lib/vtx-cc-unit-modal/components/BaseInfo/index.js +1 -1
  131. package/lib/vtx-cc-unit-modal/components/CarList/index.js +1 -1
  132. package/lib/vtx-cc-unit-modal/components/Collection/index.js +1 -1
  133. package/lib/vtx-cc-unit-modal/components/DetailInfo/index.js +1 -1
  134. package/lib/vtx-cc-unit-modal/components/Factory/index.js +1 -1
  135. package/lib/vtx-cc-unit-modal/components/RestaurantList/index.js +1 -1
  136. package/lib/vtx-cc-unit-modal/index.js +1 -1
  137. package/lib/vtx-cp-modal/api.js +1 -1
  138. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +1 -1
  139. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +1 -1
  140. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +1 -1
  141. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +1 -1
  142. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +1 -1
  143. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +1 -1
  144. package/lib/vtx-cp-modal/components/BaseInfo/index.js +1 -1
  145. package/lib/vtx-cp-modal/components/ExeceptionInfo/AlarmRecord.js +1 -1
  146. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +1 -1
  147. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +1 -1
  148. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +3 -3
  149. package/lib/vtx-cp-modal/components/SyInfo/index.js +1 -1
  150. package/lib/vtx-cp-modal/index.js +13 -13
  151. package/lib/vtx-default-modal/components/BaseInfo/index.js +1 -1
  152. package/lib/vtx-default-modal/index.js +8 -7
  153. package/lib/vtx-device-modal/components/BaseInfo/PreviewAndDownload.js +1 -1
  154. package/lib/vtx-device-modal/components/BaseInfo/index.js +1 -1
  155. package/lib/vtx-device-modal/components/DataAnalysis/AlarmAnalysis.js +1 -1
  156. package/lib/vtx-device-modal/components/DataAnalysis/MonitorAnalysis.js +1 -1
  157. package/lib/vtx-device-modal/index.js +1 -1
  158. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +1 -1
  159. package/lib/vtx-df-modal/components/BaseInfo/Jczbqs.js +3 -3
  160. package/lib/vtx-df-modal/components/BaseInfo/Qyjcl.js +1 -1
  161. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +1 -1
  162. package/lib/vtx-df-modal/components/BaseInfo/Situation.js +1 -1
  163. package/lib/vtx-df-modal/components/BaseInfo/index.js +1 -1
  164. package/lib/vtx-df-modal/components/BaseInfoZdReborn/Jcqsfx.js +1 -1
  165. package/lib/vtx-df-modal/components/BaseInfoZdReborn/Jczbqs.js +3 -3
  166. package/lib/vtx-df-modal/components/BaseInfoZdReborn/Qyjcl.js +1 -1
  167. package/lib/vtx-df-modal/components/BaseInfoZdReborn/RealtimeMonitor.js +1 -1
  168. package/lib/vtx-df-modal/components/BaseInfoZdReborn/Situation.js +1 -1
  169. package/lib/vtx-df-modal/components/BaseInfoZdReborn/index.js +1 -1
  170. package/lib/vtx-df-modal/components/Calendar/index.js +1 -1
  171. package/lib/vtx-df-modal/components/Calendar/zd-reborn.js +1 -1
  172. package/lib/vtx-df-modal/components/Metering/ChartJccc.js +1 -1
  173. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +1 -1
  174. package/lib/vtx-df-modal/components/Metering/List.js +1 -1
  175. package/lib/vtx-df-modal/components/Metering/index.js +1 -1
  176. package/lib/vtx-df-modal/components/MeteringZdReborn/ChartJccc.js +1 -1
  177. package/lib/vtx-df-modal/components/MeteringZdReborn/ChartJcqs.js +1 -1
  178. package/lib/vtx-df-modal/components/MeteringZdReborn/List.js +1 -1
  179. package/lib/vtx-df-modal/components/MeteringZdReborn/index.js +1 -1
  180. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +1 -1
  181. package/lib/vtx-df-modal/components/WorkCondition/Table.js +3 -3
  182. package/lib/vtx-df-modal/components/WorkCondition/index.js +1 -1
  183. package/lib/vtx-df-modal/index.js +4 -14
  184. package/lib/vtx-housing-estate-modal/components/Alarm/CYLJTF.js +1 -1
  185. package/lib/vtx-housing-estate-modal/components/Alarm/Distribute.js +1 -1
  186. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL_TREND.js +1 -1
  187. package/lib/vtx-housing-estate-modal/components/Alarm/FSCSFB.js +1 -1
  188. package/lib/vtx-housing-estate-modal/components/Alarm/FSSD.js +1 -1
  189. package/lib/vtx-housing-estate-modal/components/Alarm/FSYZQS.js +1 -1
  190. package/lib/vtx-housing-estate-modal/components/Alarm/GDCLXL.js +1 -1
  191. package/lib/vtx-housing-estate-modal/components/Alarm/HTLJPH.js +1 -1
  192. package/lib/vtx-housing-estate-modal/components/Alarm/MYFX_FB.js +1 -1
  193. package/lib/vtx-housing-estate-modal/components/Alarm/MYFX_GD.js +1 -1
  194. package/lib/vtx-housing-estate-modal/components/Alarm/MYFX_PIE.js +1 -1
  195. package/lib/vtx-housing-estate-modal/components/Alarm/MYFX_TREND.js +1 -1
  196. package/lib/vtx-housing-estate-modal/components/Alarm/index.js +1 -1
  197. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +1 -1
  198. package/lib/vtx-housing-estate-modal/components/OverView/Left.js +1 -1
  199. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +1 -1
  200. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +1 -1
  201. package/lib/vtx-housing-estate-modal/components/Sbzj/index.js +1 -1
  202. package/lib/vtx-housing-estate-modal/components/TFRD/index.js +1 -1
  203. package/lib/vtx-housing-estate-modal/components/WGGS/index.js +1 -1
  204. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +1 -1
  205. package/lib/vtx-housing-estate-modal/components/WGXW/index.js +1 -1
  206. package/lib/vtx-housing-estate-modal/index.js +1 -1
  207. package/lib/vtx-jzlj-df-tpd-modal/components/Collection/Chart.js +1 -1
  208. package/lib/vtx-jzlj-df-tpd-modal/components/Collection/index.js +1 -1
  209. package/lib/vtx-jzlj-df-tpd-modal/components/Dispose/FlowMap.js +1 -1
  210. package/lib/vtx-jzlj-df-tpd-modal/components/Dispose/index.js +1 -1
  211. package/lib/vtx-jzlj-df-tpd-modal/components/Overview/CTL.js +1 -1
  212. package/lib/vtx-jzlj-df-tpd-modal/components/Overview/CTYL.js +1 -1
  213. package/lib/vtx-jzlj-df-tpd-modal/components/Overview/CZZ.js +1 -1
  214. package/lib/vtx-jzlj-df-tpd-modal/components/Overview/index.js +1 -1
  215. package/lib/vtx-jzlj-df-tpd-modal/index.js +1 -1
  216. package/lib/vtx-jzlj-gcxm-modal/components/Alarm/Bottom.js +1 -1
  217. package/lib/vtx-jzlj-gcxm-modal/components/Alarm/index.js +1 -1
  218. package/lib/vtx-jzlj-gcxm-modal/components/Collection/Chart.js +1 -1
  219. package/lib/vtx-jzlj-gcxm-modal/components/Collection/index.js +1 -1
  220. package/lib/vtx-jzlj-gcxm-modal/components/Dispose/FlowMap.js +1 -1
  221. package/lib/vtx-jzlj-gcxm-modal/components/Dispose/index.js +1 -1
  222. package/lib/vtx-jzlj-gcxm-modal/components/Overview/CTL.js +1 -1
  223. package/lib/vtx-jzlj-gcxm-modal/components/Overview/CTYL.js +1 -1
  224. package/lib/vtx-jzlj-gcxm-modal/components/Overview/CZZ.js +1 -1
  225. package/lib/vtx-jzlj-gcxm-modal/components/Overview/index.js +1 -1
  226. package/lib/vtx-jzlj-gcxm-modal/index.js +1 -1
  227. package/lib/vtx-jzlj-xnc-modal/components/Collection/Chart.js +1 -1
  228. package/lib/vtx-jzlj-xnc-modal/components/Collection/index.js +1 -1
  229. package/lib/vtx-jzlj-xnc-modal/components/Dispose/FlowMap.js +1 -1
  230. package/lib/vtx-jzlj-xnc-modal/components/Dispose/index.js +1 -1
  231. package/lib/vtx-jzlj-xnc-modal/components/Overview/CTL.js +1 -1
  232. package/lib/vtx-jzlj-xnc-modal/components/Overview/CTYL.js +1 -1
  233. package/lib/vtx-jzlj-xnc-modal/components/Overview/CZZ.js +1 -1
  234. package/lib/vtx-jzlj-xnc-modal/components/Overview/index.js +1 -1
  235. package/lib/vtx-jzlj-xnc-modal/index.js +1 -1
  236. package/lib/vtx-jzlj-ysqy-modal/components/Overview/index.js +1 -1
  237. package/lib/vtx-jzlj-ysqy-modal/index.js +1 -1
  238. package/lib/vtx-kh-modal/api2.js +1 -1
  239. package/lib/vtx-kh-modal/components/BaseInfo/index.js +1 -1
  240. package/lib/vtx-kh-modal/components/Record/index.js +1 -205
  241. package/lib/vtx-kh-modal/index.js +1 -1
  242. package/lib/vtx-qyry-modal/api.js +1 -1
  243. package/lib/vtx-qyry-modal/index.js +1 -1
  244. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +1 -1
  245. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +1 -1
  246. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +1 -1
  247. package/lib/vtx-restaurant-modal/components/Alarm/StaticInfo.js +1 -1
  248. package/lib/vtx-restaurant-modal/components/Alarm/index.js +1 -1
  249. package/lib/vtx-restaurant-modal/components/Basic/CollectRule.js +1 -1
  250. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +1 -1
  251. package/lib/vtx-restaurant-modal/components/Basic/Info.js +1 -1
  252. package/lib/vtx-restaurant-modal/components/Basic/Summary.js +1 -1
  253. package/lib/vtx-restaurant-modal/components/Basic/SummaryStatistics.js +1 -1
  254. package/lib/vtx-restaurant-modal/components/Basic/index.js +1 -1
  255. package/lib/vtx-restaurant-modal/components/Calendar/index.js +1 -1
  256. package/lib/vtx-restaurant-modal/components/Collection/index.js +1 -1
  257. package/lib/vtx-restaurant-modal/components/SignAndContract/ContactDetail.js +1 -1
  258. package/lib/vtx-restaurant-modal/components/SignAndContract/index.js +1 -1
  259. package/lib/vtx-restaurant-modal/index.js +1 -1
  260. package/lib/vtx-road-modal/api.js +1 -1
  261. package/lib/vtx-road-modal/components/BaseInfo/Rules.js +1 -1
  262. package/lib/vtx-road-modal/components/BaseInfo/Work.js +10 -2
  263. package/lib/vtx-road-modal/components/BaseInfo/index.js +1 -1
  264. package/lib/vtx-road-modal/components/Calendar/index.js +1 -1
  265. package/lib/vtx-road-modal/components/LaneBaseInfo/Work.js +9 -2
  266. package/lib/vtx-road-modal/components/LaneBaseInfo/index.js +1 -1
  267. package/lib/vtx-road-modal/components/LaneCalendar/index.js +1 -1
  268. package/lib/vtx-road-modal/components/LaneStatistical/index.js +1 -1
  269. package/lib/vtx-road-modal/components/Statistical/index.js +1 -1
  270. package/lib/vtx-road-modal/index.js +7 -4
  271. package/lib/vtx-road-modal/utils/url.js +12 -0
  272. package/lib/vtx-sdyd-tfd-modal/components/Alarm/CYLJTF.js +1 -1
  273. package/lib/vtx-sdyd-tfd-modal/components/Alarm/Distribute.js +1 -1
  274. package/lib/vtx-sdyd-tfd-modal/components/Alarm/FLZL_TREND.js +1 -1
  275. package/lib/vtx-sdyd-tfd-modal/components/Alarm/FSCSFB.js +1 -1
  276. package/lib/vtx-sdyd-tfd-modal/components/Alarm/FSSD.js +1 -1
  277. package/lib/vtx-sdyd-tfd-modal/components/Alarm/FSYZQS.js +1 -1
  278. package/lib/vtx-sdyd-tfd-modal/components/Alarm/GDCLXL.js +1 -1
  279. package/lib/vtx-sdyd-tfd-modal/components/Alarm/HTLJPH.js +1 -1
  280. package/lib/vtx-sdyd-tfd-modal/components/Alarm/MYFX_FB.js +1 -1
  281. package/lib/vtx-sdyd-tfd-modal/components/Alarm/MYFX_GD.js +1 -1
  282. package/lib/vtx-sdyd-tfd-modal/components/Alarm/MYFX_PIE.js +1 -1
  283. package/lib/vtx-sdyd-tfd-modal/components/Alarm/MYFX_TREND.js +1 -1
  284. package/lib/vtx-sdyd-tfd-modal/components/Alarm/index.js +1 -1
  285. package/lib/vtx-sdyd-tfd-modal/components/OverView/Hot.js +1 -1
  286. package/lib/vtx-sdyd-tfd-modal/components/OverView/Left.js +1 -1
  287. package/lib/vtx-sdyd-tfd-modal/components/OverView/Manage.js +1 -1
  288. package/lib/vtx-sdyd-tfd-modal/components/OverView/RightBottom.js +1 -1
  289. package/lib/vtx-sdyd-tfd-modal/components/Sbzj/index.js +1 -1
  290. package/lib/vtx-sdyd-tfd-modal/components/TFRD/index.js +1 -1
  291. package/lib/vtx-sdyd-tfd-modal/components/WGGS/index.js +1 -1
  292. package/lib/vtx-sdyd-tfd-modal/components/WGXW/Content.js +1 -1
  293. package/lib/vtx-sdyd-tfd-modal/index.js +1 -1
  294. package/lib/vtx-shxq-modal/api.js +1 -1
  295. package/lib/vtx-shxq-modal/components/AlarmRecord/List.js +1 -1
  296. package/lib/vtx-shxq-modal/components/AlarmRecord/index.js +1 -1
  297. package/lib/vtx-shxq-modal/components/BaseInfo/index.js +1 -1
  298. package/lib/vtx-shxq-modal/components/Tfd/index.js +1 -1
  299. package/lib/vtx-shxq-modal/components/ThrowCalendar/Chart.js +1 -1
  300. package/lib/vtx-shxq-modal/components/ThrowCalendar/List.js +3 -3
  301. package/lib/vtx-shxq-modal/components/ThrowCalendar/index.js +1 -1
  302. package/lib/vtx-shxq-modal/components/ThrowRecord/List.js +1 -1
  303. package/lib/vtx-shxq-modal/components/ThrowRecord/index.js +1 -1
  304. package/lib/vtx-shxq-modal/index.js +19 -4
  305. package/lib/vtx-staff-modal/api.js +1 -1
  306. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +1 -1
  307. package/lib/vtx-staff-modal/components/AlarmInfo/List.js +1 -1
  308. package/lib/vtx-staff-modal/components/AlarmInfo/index.js +1 -1
  309. package/lib/vtx-staff-modal/components/Attendance/Exeception.js +1 -1
  310. package/lib/vtx-staff-modal/components/Attendance/Record.js +1 -1
  311. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +1 -1
  312. package/lib/vtx-staff-modal/components/BaseInfo/ListZymx.js +1 -1
  313. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +1 -1
  314. package/lib/vtx-staff-modal/components/BaseInfo/index.js +1 -1
  315. package/lib/vtx-staff-modal/components/Calendar/index.js +1 -1
  316. package/lib/vtx-staff-modal/components/Equipment/index.js +1 -1
  317. package/lib/vtx-staff-modal/index.js +1 -1
  318. package/lib/vtx-tfd-modal/api.js +1 -1
  319. package/lib/vtx-tfd-modal/components/BaseInfo/Jczbqs.js +3 -3
  320. package/lib/vtx-tfd-modal/components/BaseInfo/Qyjcl.js +1 -1
  321. package/lib/vtx-tfd-modal/components/BaseInfo/index.js +1 -1
  322. package/lib/vtx-wr-modal/components/Appraise/index.js +1 -1
  323. package/lib/vtx-wr-modal/components/Base/Jbxx.js +1 -1
  324. package/lib/vtx-wr-modal/components/Base/Ptss.js +1 -1
  325. package/lib/vtx-wr-modal/components/Base/Sjjg.js +1 -1
  326. package/lib/vtx-wr-modal/components/Base/index.js +1 -1
  327. package/lib/vtx-wr-modal/components/Build/index.js +1 -1
  328. package/lib/vtx-wr-modal/components/File/index.js +1 -1
  329. package/lib/vtx-wr-modal/components/Score/index.js +1 -1
  330. package/lib/vtx-wr-modal/index.js +24 -5
  331. package/lib/vtx-zf-modal/components/Base/index.js +1 -1
  332. package/lib/vtx-zf-modal/components/CkEditorCustom/index.js +1 -1
  333. package/lib/vtx-zf-modal/components/CkEditorCustom/view.js +1 -1
  334. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/CKModal.js +1 -1
  335. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/editableDiv/FormView.js +1 -1
  336. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/editableDiv/index.js +1 -1
  337. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/input/FormView.js +1 -1
  338. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/input/date.js +1 -1
  339. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/input/index.js +1 -1
  340. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/radio/FormView.js +1 -1
  341. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/radio/checkbox.js +1 -1
  342. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/radio/index.js +1 -1
  343. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/sign/FormView.js +1 -1
  344. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/sign/index.js +1 -1
  345. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/textarea/FormView.js +1 -1
  346. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/textarea/index.js +1 -1
  347. package/lib/vtx-zf-modal/components/File/index.js +1 -1
  348. package/lib/vtx-zf-modal/components/Process/index.js +1 -1
  349. package/lib/vtx-zf-modal/components/Record/index.js +1 -1
  350. package/lib/vtx-zf-modal/components/Right/index.js +1 -1
  351. package/lib/vtx-zg-modal/api.js +1 -1
  352. package/lib/vtx-zg-modal/components/BaseInfo/index.js +1 -1
  353. package/lib/vtx-zg-modal/index.js +1 -1
  354. package/lib/vtx-zzz-modal/index.js +7 -13
  355. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
2
- /**
3
- * 计量信息-图表-进场趋势分析
1
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
2
+ /**
3
+ * 计量信息-图表-进场趋势分析
4
4
  */
5
5
 
6
6
  import * as echarts from 'echarts';
@@ -10,7 +10,7 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
10
10
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
11
11
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
12
12
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
13
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
13
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
14
14
  /**
15
15
  * 收集点-收运信息
16
16
  */
@@ -3,8 +3,10 @@ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key i
3
3
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
4
4
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5
5
  import { useMemo } from 'react';
6
+ import Appraisal from "../_components/vm-appraisal-info";
6
7
  import VmCustom from "../_components/vm-custom";
7
8
  import VmRepairMaintain from "../_components/vm-repair-maintain";
9
+ import VmVideo, { insertVideoTab } from "../_components/vm-video";
8
10
  import useGetChannels from "../_hooks/useGetChannels";
9
11
  import useGetConfig from "../_hooks/useGetConfig";
10
12
  import VtxBaseModal from "../vtx-base-modal";
@@ -12,7 +14,7 @@ import { BaseService as facilityService } from "../vtx-default-modal/api";
12
14
  import { BaseService } from "./api";
13
15
  import { AlarmInfo, BaseInfo, ExeceptionInfo, SyInfo } from "./components";
14
16
  import "./style";
15
- import { translateLocaleText } from "./../hooks/useTranslation.ts";
17
+ import { translateLocaleText } from "./../hooks/useTranslation.js";
16
18
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
17
19
  var TABS_BASE = 'base';
18
20
  var TABS_SY = 'sy';
@@ -20,6 +22,7 @@ var TABS_WARNNING = 'warning';
20
22
  var TABS_EXECEPTION = 'exeception';
21
23
  var TABS_RM = 'default-rm';
22
24
  var TABS_VIDEO = 'video';
25
+ var TABS_APPRAISAL = 'appraisal';
23
26
  var VtxCpModal = function VtxCpModal(props) {
24
27
  var id = props.id,
25
28
  title = props.title,
@@ -59,21 +62,12 @@ var VtxCpModal = function VtxCpModal(props) {
59
62
  var tabsList = tabsData;
60
63
  if (!(facConfig !== null && facConfig !== void 0 && (_facConfig$data = facConfig.data) !== null && _facConfig$data !== void 0 && _facConfig$data.beenCollect)) {
61
64
  tabsList = tabsList.filter(function (ele) {
62
- return !['cp-sy', 'cp-warning', 'cp-exeception'].includes(ele.key);
65
+ return !['sy', 'warning', 'exeception'].includes(ele.key);
63
66
  });
64
67
  }
65
- if (tabsList.findIndex(function (ele) {
66
- return ele.key === 'cp-video';
67
- }) > -1) {
68
- if ((channels === null || channels === void 0 ? void 0 : channels.length) < 1) {
69
- tabsList = tabsList.filter(function (ele) {
70
- return ele.key !== 'cp-video';
71
- });
72
- }
73
- }
74
- return tabsList;
68
+ return insertVideoTab(tabsList, channels);
75
69
  }, [JSON.stringify(tabsData), JSON.stringify(channels), JSON.stringify(facConfig)]);
76
- var contents = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, TABS_BASE, /*#__PURE__*/_jsx(BaseInfo, {
70
+ var contents = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, TABS_BASE, /*#__PURE__*/_jsx(BaseInfo, {
77
71
  id: id,
78
72
  baseInfo: baseInfo,
79
73
  info: info,
@@ -84,8 +78,14 @@ var VtxCpModal = function VtxCpModal(props) {
84
78
  id: id
85
79
  })), TABS_EXECEPTION, /*#__PURE__*/_jsx(ExeceptionInfo, {
86
80
  id: id
81
+ })), TABS_APPRAISAL, /*#__PURE__*/_jsx(Appraisal, {
82
+ id: id
83
+ })), "rm", /*#__PURE__*/_jsx(VmRepairMaintain, {
84
+ id: id
87
85
  })), TABS_RM, /*#__PURE__*/_jsx(VmRepairMaintain, {
88
86
  id: id
87
+ })), TABS_VIDEO, /*#__PURE__*/_jsx(VmVideo, {
88
+ channels: channels
89
89
  }));
90
90
  // 自定义页签可配置多个,包含custom即可
91
91
  if (tabsData !== null && tabsData !== void 0 && tabsData.length) {
@@ -12,7 +12,7 @@ import useSettings from "../../../_hooks/useSettings";
12
12
  import { CommonService } from "../../../_service";
13
13
  import { getFieldRender } from "../../../_util";
14
14
  import "./index.less";
15
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
15
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
16
16
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
17
17
  var BaseInfo = function BaseInfo(props) {
18
18
  var _mapCenter, _info$geometryInfo3;
@@ -4,9 +4,9 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
4
4
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
5
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
6
6
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
- import { translateLocaleText } from "./../hooks/useTranslation.ts";
8
- /**
9
- * 通用弹窗
7
+ import { translateLocaleText } from "./../hooks/useTranslation.js";
8
+ /**
9
+ * 通用弹窗
10
10
  */
11
11
  import { useMemo } from 'react';
12
12
  import { VmCustom, VmRepairMaintain, VmVideo } from "../_components";
@@ -15,7 +15,7 @@ import useGetConfig from "../_hooks/useGetConfig";
15
15
  import { CommonService } from "../_service";
16
16
  import VtxBaseModal from "../vtx-base-modal";
17
17
  import Metering from "../vtx-df-modal/components/Metering";
18
- import Appraisal from "../vtx-kh-modal/components/Record";
18
+ import Appraisal from "../_components/vm-appraisal-info";
19
19
  import { BaseInfo } from "./components";
20
20
  import "./style";
21
21
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
@@ -27,6 +27,7 @@ var TABS_METERING = 'metering';
27
27
  var VtxDefaultModal = function VtxDefaultModal(props) {
28
28
  var _info$geometryInfo, _info$geometryInfo2, _info$geometryInfo3;
29
29
  var id = props.id,
30
+ facilityId = props.facilityId,
30
31
  title = props.title,
31
32
  subTitle = props.subTitle,
32
33
  theme = props.theme,
@@ -94,17 +95,17 @@ var VtxDefaultModal = function VtxDefaultModal(props) {
94
95
  id: id
95
96
  })), TABS_RM, /*#__PURE__*/_jsx(VmRepairMaintain, {
96
97
  id: id
97
- })), TABS_VIDEO, /*#__PURE__*/_jsx(VmVideo, {
98
- channels: channels
99
98
  })), TABS_METERING, /*#__PURE__*/_jsx(Metering, {
100
99
  id: id
100
+ })), TABS_VIDEO, /*#__PURE__*/_jsx(VmVideo, {
101
+ channels: channels
101
102
  }));
102
103
  // 自定义页签可配置多个,包含custom即可
103
104
  if (tabsData !== null && tabsData !== void 0 && tabsData.length) {
104
105
  tabsData.forEach(function (ele) {
105
106
  if (ele.url) {
106
107
  contents[ele.key] = /*#__PURE__*/_jsx(VmCustom, {
107
- id: id,
108
+ id: ele.url.indexOf('type=1') > -1 ? facilityId : id,
108
109
  url: ele === null || ele === void 0 ? void 0 : ele.url
109
110
  });
110
111
  }
@@ -16,7 +16,7 @@ import { getVtxToken } from '@vtx/utils';
16
16
  import { useSetState } from 'ahooks';
17
17
  import { Button, Popover } from 'antd';
18
18
  import { useState } from 'react';
19
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
19
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
20
20
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
21
21
  var PreviewAndDownload = function PreviewAndDownload(_ref) {
22
22
  var key = _ref.key,
@@ -22,7 +22,7 @@ import { useMemo } from 'react';
22
22
  import { VmInfoCollection, VmMap, VmWrapper } from "../../../_components";
23
23
  import useSettings from "../../../_hooks/useSettings";
24
24
  import KnowledgeBasesDetail from "./KnowledgeBasesDetail";
25
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
25
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
26
26
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
27
27
  var BaseInfo = function BaseInfo(_ref) {
28
28
  var info = _ref.info;
@@ -21,7 +21,7 @@ import { VmTable, VmTag, VmWrapper } from "../../../_components";
21
21
  import useSettings from "../../../_hooks/useSettings";
22
22
  import { BaseService } from "../../api";
23
23
  import "./index.less";
24
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
24
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
25
25
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
26
26
  var tabList = [{
27
27
  label: translateLocaleText("t('vtxdevicemodal.day')"),
@@ -22,7 +22,7 @@ import useSettings from "../../../_hooks/useSettings";
22
22
  import { BaseService } from "../../api";
23
23
  import "./index.less";
24
24
  import TabsList from "./TabsList";
25
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
25
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
26
26
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
27
27
  var MonitorAnalysis = function MonitorAnalysis(_ref) {
28
28
  var _newList$, _newList$2, _newList$3;
@@ -13,7 +13,7 @@ import { BaseInfo } from "./components";
13
13
  import DataAnalysis from "./components/DataAnalysis";
14
14
  import "../style/index.less";
15
15
  import "./style";
16
- import { translateLocaleText } from "./../hooks/useTranslation.ts";
16
+ import { translateLocaleText } from "./../hooks/useTranslation.js";
17
17
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
18
18
  var TABS_BASE = 'base';
19
19
  var TABS_DATA = 'statistical';
@@ -2,7 +2,7 @@ import { flatten, max } from 'lodash';
2
2
  import { VmLineCharts, VmWrapper } from "../../../_components";
3
3
  import useSettings from "../../../_hooks/useSettings";
4
4
  import { BaseService } from "../../api";
5
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
5
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
6
6
  import { jsx as _jsx } from "react/jsx-runtime";
7
7
  export default function Jcqsfx(props) {
8
8
  var _trendRes$values, _trendRes$values2;
@@ -4,9 +4,9 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
4
4
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
5
5
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
6
6
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
7
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
8
- /**
9
- * 监测指标趋势分析
7
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
8
+ /**
9
+ * 监测指标趋势分析
10
10
  */
11
11
  import { useSetState } from 'ahooks';
12
12
  import dayjs from 'dayjs';
@@ -1,4 +1,4 @@
1
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
1
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
2
2
  /**
3
3
  * 区域进场量分析
4
4
  */
@@ -10,7 +10,7 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
10
10
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
11
11
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
12
12
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
13
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
13
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
14
14
  /**
15
15
  * 实时监测情况
16
16
  */
@@ -4,7 +4,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
4
4
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
5
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
6
6
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
7
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
8
8
  /**
9
9
  * 实时运行情况
10
10
  */
@@ -19,7 +19,7 @@ import Jcqsfx from "./Jcqsfx";
19
19
  import Qyjcl from "./Qyjcl";
20
20
  import RealtimeMonitor from "./RealtimeMonitor";
21
21
  import Situation from "./Situation";
22
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
22
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
23
23
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
24
  var BaseInfo = function BaseInfo(props) {
25
25
  var info = props.info,
@@ -8,7 +8,7 @@ import { max } from 'lodash';
8
8
  import { VmLineCharts, VmWrapper } from "../../../_components";
9
9
  import useSettings from "../../../_hooks/useSettings";
10
10
  import { CalendarService } from "../../api-zd-reborn";
11
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
11
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  export default function Jcqsfx(props) {
14
14
  var _useSettings = useSettings(),
@@ -4,9 +4,9 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
4
4
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
5
5
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
6
6
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
7
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
8
- /**
9
- * 监测指标趋势分析
7
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
8
+ /**
9
+ * 监测指标趋势分析
10
10
  */
11
11
  import { useSetState } from 'ahooks';
12
12
  import dayjs from 'dayjs';
@@ -1,4 +1,4 @@
1
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
1
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
2
2
  /**
3
3
  * 区域进场量分析
4
4
  */
@@ -10,7 +10,7 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
10
10
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
11
11
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
12
12
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
13
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
13
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
14
14
  /**
15
15
  * 实时监测情况
16
16
  */
@@ -4,7 +4,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
4
4
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
5
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
6
6
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
7
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
8
8
  /**
9
9
  * 实时运行情况
10
10
  */
@@ -19,7 +19,7 @@ import Jcqsfx from "./Jcqsfx";
19
19
  import Qyjcl from "./Qyjcl";
20
20
  import RealtimeMonitor from "./RealtimeMonitor";
21
21
  import Situation from "./Situation";
22
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
22
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
23
23
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
24
  var BaseInfo = function BaseInfo(props) {
25
25
  var info = props.info,
@@ -20,7 +20,7 @@ import blockN from "../../../_imgs/block_normal.png";
20
20
  import car from "../../imgs/c_car.png";
21
21
  import jcl from "../../imgs/c_jcl.png";
22
22
  import "./index.less";
23
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
23
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
24
24
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
25
25
  var Charts = function Charts(_ref) {
26
26
  var code = _ref.code;
@@ -20,7 +20,7 @@ import blockN from "../../../_imgs/block_normal.png";
20
20
  import car from "../../imgs/c_car.png";
21
21
  import jcl from "../../imgs/c_jcl.png";
22
22
  import "./index.less";
23
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
23
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
24
24
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
25
25
  var Charts = function Charts(_ref) {
26
26
  var code = _ref.code,
@@ -1,4 +1,4 @@
1
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
1
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
2
2
  /**
3
3
  * 计量信息-图表-进场车次时间分布
4
4
  */
@@ -1,4 +1,4 @@
1
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
1
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
2
2
  /**
3
3
  * 计量信息-图表-进场趋势分析
4
4
  */
@@ -10,7 +10,7 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
10
10
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
11
11
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
12
12
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
13
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
13
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
14
14
  /**
15
15
  * 考核信息-列表
16
16
  */
@@ -10,7 +10,7 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
10
10
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
11
11
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
12
12
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
13
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
13
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
14
14
  /**
15
15
  * 终端-计量信息
16
16
  */
@@ -1,4 +1,4 @@
1
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
1
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
2
2
  /**
3
3
  * 计量信息-图表-进场车次时间分布
4
4
  */
@@ -4,7 +4,7 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
4
4
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
5
5
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
6
6
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
7
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
7
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
8
8
  /**
9
9
  * 计量信息-图表-进场趋势分析
10
10
  */
@@ -10,7 +10,7 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
10
10
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
11
11
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
12
12
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
13
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
13
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
14
14
  /**
15
15
  * 考核信息-列表
16
16
  */
@@ -4,7 +4,7 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
4
4
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
5
5
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
6
6
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
7
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
7
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
8
8
  /**
9
9
  * 终端-计量信息
10
10
  */
@@ -13,7 +13,7 @@ import { VmEmpty, VmFilter } from "../../../_components";
13
13
  import useSettings from "../../../_hooks/useSettings";
14
14
  import { BaseService } from "../../api";
15
15
  import "./index.less";
16
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
16
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
17
17
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
18
18
  function Jczbqs(props) {
19
19
  var _timeSumData$extraDat2, _timeSumData$extraDat3, _timeSumData$values;
@@ -10,9 +10,9 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
10
10
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
11
11
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
12
12
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
13
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
14
- /**
15
- * 计量-工况信息
13
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
14
+ /**
15
+ * 计量-工况信息
16
16
  */
17
17
  import dayjs from 'dayjs';
18
18
  import { VmTable } from "../../../_components";
@@ -4,7 +4,7 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
4
4
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
5
5
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
6
6
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
7
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
7
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
8
8
  /**
9
9
  * 计量-工况信息
10
10
  */
@@ -5,10 +5,10 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
5
5
  import { useMemo } from 'react';
6
6
  import { BaseInfo as DefaultBaseInfo } from "../vtx-default-modal/components";
7
7
  import { BaseInfo, BaseInfoZdReborn, Calendar, CalendarZdReborn, Metering, MeteringZdReborn, WorkCondition } from "./components";
8
- import { translateLocaleText } from "./../hooks/useTranslation.ts";
8
+ import { translateLocaleText } from "./../hooks/useTranslation.js";
9
9
  // import Appraisal from '../vm-appraisal-info';
10
10
  import VmRepairMaintain from "../_components/vm-repair-maintain";
11
- import VmVideo from "../_components/vm-video";
11
+ import VmVideo, { insertVideoTab } from "../_components/vm-video";
12
12
  import useGetChannels from "../_hooks/useGetChannels";
13
13
  import { CommonService } from "../_service";
14
14
  import { BaseService } from "./api";
@@ -67,22 +67,12 @@ var VtxDfModal = function VtxDfModal(props) {
67
67
  var tabsList = tabsData;
68
68
  if (!(detail !== null && detail !== void 0 && detail.beenWeigh)) {
69
69
  tabsList = tabsList.filter(function (ele) {
70
- return ele.key !== 'df-metering';
70
+ return ele.key !== 'metering';
71
71
  });
72
72
  }
73
- if (tabsList.findIndex(function (ele) {
74
- return ele.key === 'df-video';
75
- }) > -1) {
76
- if ((channels === null || channels === void 0 ? void 0 : channels.length) < 1) {
77
- tabsList = tabsList.filter(function (ele) {
78
- return ele.key !== 'df-video';
79
- });
80
- }
81
- }
82
- return tabsList;
73
+ return insertVideoTab(tabsList, channels);
83
74
  }, [JSON.stringify(tabsData), JSON.stringify(channels), JSON.stringify(detail)]);
84
75
  var ZLBase = zdReborn ? BaseInfoZdReborn : BaseInfo;
85
- console.log(zdReborn);
86
76
  var contents = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, TABS_BASE, !(detail !== null && detail !== void 0 && detail.beenWeigh) && !(realtimeMonitor !== null && realtimeMonitor !== void 0 && realtimeMonitor.length) ? /*#__PURE__*/_jsx(DefaultBaseInfo, {
87
77
  id: id,
88
78
  info: info,
@@ -9,7 +9,7 @@ import { useState } from 'react';
9
9
  import { VmFilter, VmPieCharts, VmTitle } from "../../../_components";
10
10
  import { alarmService } from "../../api";
11
11
  import "./index.less";
12
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
12
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
13
13
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
14
14
  var FSSD = function FSSD(_ref) {
15
15
  var _ref$classPrefix = _ref.classPrefix,
@@ -7,7 +7,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
7
7
  import ReactEcharts from 'echarts-for-react';
8
8
  import groupBy from 'lodash/groupBy';
9
9
  import useSettings from "../../../_hooks/useSettings";
10
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
10
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
11
11
  import { jsx as _jsx } from "react/jsx-runtime";
12
12
  var xAxis = _toConsumableArray(new Array(24)).map(function (_, index) {
13
13
  return add0(index);
@@ -16,7 +16,7 @@ import { useState } from 'react';
16
16
  import { VmFilter, VmLineCharts, VmTitle } from "../../../_components";
17
17
  import { overViewService } from "../../api";
18
18
  import "./index.less";
19
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
19
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
20
20
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
21
21
  var TREND = function TREND(_ref) {
22
22
  var _ref$classPrefix = _ref.classPrefix,
@@ -11,7 +11,7 @@ import { VmFilter, VmTitle } from "../../../_components";
11
11
  import { alarmService } from "../../api";
12
12
  import Distribute from "./Distribute";
13
13
  import "./index.less";
14
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
14
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
15
15
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
16
16
  var FSCSFB = function FSCSFB(_ref) {
17
17
  var _ref$classPrefix = _ref.classPrefix,
@@ -10,7 +10,7 @@ import { useState } from 'react';
10
10
  import { VmFilter, VmPieCharts, VmTitle } from "../../../_components";
11
11
  import { overViewService } from "../../api";
12
12
  import "./index.less";
13
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
13
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
14
14
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
15
15
  var FSSD = function FSSD(_ref) {
16
16
  var _ref$classPrefix = _ref.classPrefix,
@@ -17,7 +17,7 @@ import { VmFilter, VmLineCharts, VmTitle } from "../../../_components";
17
17
  import { overViewService } from "../../api";
18
18
  import { transferLineData } from "../OverView/RightBottom";
19
19
  import "./index.less";
20
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
20
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
21
21
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
22
22
  var FSCSFB = function FSCSFB(_ref) {
23
23
  var _ref$classPrefix = _ref.classPrefix,
@@ -12,7 +12,7 @@ import useSettings from "../../../_hooks/useSettings";
12
12
  import { overViewService } from "../../api";
13
13
  import { getPercent } from "../OverView/RightBottom";
14
14
  import "./index.less";
15
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
15
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
16
16
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
17
17
  var GDCLXL = function GDCLXL(_ref) {
18
18
  var _ref$classPrefix = _ref.classPrefix,
@@ -11,7 +11,7 @@ import { useState } from 'react';
11
11
  import { VmEmpty, VmTitle } from "../../../_components";
12
12
  import { alarmService } from "../../api";
13
13
  import "./index.less";
14
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
14
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
15
15
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
16
16
  var symbols = {
17
17
  'PLASTIC-BAG': require("../../imgs/PLASTIC_BAG.png"),
@@ -17,7 +17,7 @@ import { VmEmpty, VmFilter, VmTitle } from "../../../_components";
17
17
  import useSettings from "../../../_hooks/useSettings";
18
18
  import { alarmService } from "../../api";
19
19
  import "./index.less";
20
- import { translateLocaleText } from "./../../../hooks/useTranslation.ts";
20
+ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
21
21
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
22
22
  var MYSDFZB = function MYSDFZB(_ref) {
23
23
  var _ref$classPrefix = _ref.classPrefix,