@ued_fpi/data-visual 1.0.11 → 1.1.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.
Files changed (357) hide show
  1. package/dist/es/aims/service/request.mjs +1 -1
  2. package/dist/es/aims/src/AirQualityCalendar/index.mjs +12 -7
  3. package/dist/es/aims/src/AirQualityLevelMonthRatio/index.mjs +5 -5
  4. package/dist/es/aims/src/AirQualityLevelYearRatio/index.mjs +3 -3
  5. package/dist/es/aims/src/AirQualityPresentSituation/index.mjs +10 -13
  6. package/dist/es/aims/src/AirQualityRealTime/index.mjs +13 -16
  7. package/dist/es/aims/src/AirTimeSeriesAnalysis/index.mjs +1 -1
  8. package/dist/es/aims/src/CieqContributionMonthRatio/index.mjs +3 -3
  9. package/dist/es/aims/src/CieqContributionYearRatio/index.mjs +5 -5
  10. package/dist/es/aims/src/FactorRealTimeRankChart/index.mjs +6 -7
  11. package/dist/es/aims/src/FactorRealTimeRankList/index.mjs +7 -7
  12. package/dist/es/aims/src/FactorTargetYearPeriod/index.mjs +3 -3
  13. package/dist/es/aims/src/MainPollutionMonthRatio/index.mjs +3 -3
  14. package/dist/es/aims/src/MainPollutionYearRatio/index.mjs +3 -3
  15. package/dist/es/aims/src/MulGridAirQualityLevelMonthRatio/index.mjs +3 -3
  16. package/dist/es/aims/src/MulGridCieqContributionMonthRatio/index.mjs +3 -3
  17. package/dist/es/aims/src/TbHbAnalysis/index.mjs +4 -4
  18. package/dist/es/aims/src/WeatherCondition/index.mjs +5 -5
  19. package/dist/es/aims/src/common/BasicDialog/index.mjs +3 -3
  20. package/dist/es/aims/src/common/BasicEcharts/index.mjs +2 -2
  21. package/dist/es/aims/src/common/BasicPanel/index.mjs +3 -1
  22. package/dist/es/aims/utils/tools.mjs +1 -1
  23. package/dist/es/bmp/config/index.mjs +7 -0
  24. package/dist/es/bmp/service/base-serve.d.ts +4 -0
  25. package/dist/es/bmp/service/base-serve.mjs +12 -0
  26. package/dist/es/bmp/service/request.d.ts +3 -0
  27. package/dist/es/bmp/service/request.mjs +78 -0
  28. package/dist/es/bmp/service/types.d.ts +14 -0
  29. package/dist/es/bmp/src/AlgaeMonitoring/api/index.d.ts +6 -0
  30. package/dist/es/bmp/src/AlgaeMonitoring/api/index.mjs +12 -0
  31. package/dist/es/bmp/src/AlgaeMonitoring/api/types.d.ts +21 -0
  32. package/dist/es/bmp/src/AlgaeMonitoring/images/checked.mjs +3 -0
  33. package/dist/es/bmp/src/AlgaeMonitoring/images/today-alarm.mjs +3 -0
  34. package/dist/es/bmp/src/AlgaeMonitoring/index.d.ts +97 -0
  35. package/dist/es/bmp/src/AlgaeMonitoring/index.mjs +193 -0
  36. package/dist/es/bmp/src/AlgaeMonitoring/index.vue.d.ts +6 -0
  37. package/dist/es/bmp/src/index.d.ts +1 -1
  38. package/dist/es/bmp/src/index.mjs +2 -2
  39. package/dist/es/index.mjs +58 -20
  40. package/dist/es/ipes/service/request.mjs +2 -1
  41. package/dist/es/ipes/src/AccessVehicleManage/index.d.ts +81 -7
  42. package/dist/es/ipes/src/AccessVehicleManage/index.mjs +103 -40
  43. package/dist/es/ipes/src/AccessVehicleManage/index.vue.d.ts +48 -3
  44. package/dist/es/ipes/src/AirPollutionDischarge/images/new-nodata.mjs +3 -0
  45. package/dist/es/ipes/src/AirPollutionDischarge/index.d.ts +3 -107
  46. package/dist/es/ipes/src/AirPollutionDischarge/index.mjs +184 -127
  47. package/dist/es/ipes/src/AirPollutionDischarge/index.vue.d.ts +1 -64
  48. package/dist/es/ipes/src/AirQuality/index.mjs +25 -16
  49. package/dist/es/ipes/src/AirQualityManagement/index.mjs +31 -20
  50. package/dist/es/ipes/src/AlarmManage/images/alarm.mjs +3 -0
  51. package/dist/es/ipes/src/AlarmManage/images/modeluIcon.mjs +3 -0
  52. package/dist/es/ipes/src/AlarmManage/images/new-nodata.mjs +3 -0
  53. package/dist/es/ipes/src/AlarmManage/index.d.ts +89 -0
  54. package/dist/es/ipes/src/AlarmManage/index.mjs +175 -0
  55. package/dist/es/ipes/src/AlarmManage/index.vue.d.ts +2 -0
  56. package/dist/es/ipes/src/AlarmManage/type.d.ts +5 -0
  57. package/dist/es/ipes/src/BusinessManage/images/icon-percent.mjs +3 -0
  58. package/dist/es/ipes/src/BusinessManage/index.d.ts +89 -0
  59. package/dist/es/ipes/src/BusinessManage/index.mjs +196 -0
  60. package/dist/es/ipes/src/BusinessManage/index.vue.d.ts +2 -0
  61. package/dist/es/ipes/src/BusinessManage/type.d.ts +10 -0
  62. package/dist/es/ipes/src/EmergencyDuty/index.mjs +3 -3
  63. package/dist/es/ipes/src/EnterpriseProtectionCode/index.d.ts +38 -3
  64. package/dist/es/ipes/src/EnterpriseProtectionCode/index.mjs +52 -30
  65. package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.d.ts +22 -1
  66. package/dist/es/ipes/src/EnvManage/index.mjs +17 -14
  67. package/dist/es/ipes/src/EnvironmentalProtection/images/module-title-icon.mjs +3 -0
  68. package/dist/es/ipes/src/EnvironmentalProtection/images/piebottom.mjs +3 -0
  69. package/dist/es/ipes/src/EnvironmentalProtection/images/pietop.mjs +3 -0
  70. package/dist/es/ipes/src/EnvironmentalProtection/index.d.ts +101 -0
  71. package/dist/es/ipes/src/EnvironmentalProtection/index.mjs +177 -0
  72. package/dist/es/ipes/src/EnvironmentalProtection/index.vue.d.ts +6 -0
  73. package/dist/es/ipes/src/EnvironmentalRiskManagement/.mjs +2 -2
  74. package/dist/es/ipes/src/EnvironmentalRiskManagement/index.d.ts +23 -3
  75. package/dist/es/ipes/src/EnvironmentalRiskManagement/index.mjs +48 -12
  76. package/dist/es/ipes/src/EnvironmentalRiskManagement/index.vue.d.ts +13 -1
  77. package/dist/es/ipes/src/GasControl/.mjs +120 -0
  78. package/dist/es/ipes/src/GasControl/components/AlarmStatistics.vue.d.ts +22 -0
  79. package/dist/es/ipes/src/GasControl/components/SingleItem.vue.d.ts +16 -0
  80. package/dist/es/{bmp/src/test-com → ipes/src/GasControl}/index.d.ts +28 -24
  81. package/dist/es/ipes/src/GasControl/index.mjs +103 -0
  82. package/dist/es/ipes/src/GasControl/index.vue.d.ts +23 -0
  83. package/dist/es/ipes/src/GeneralManagement/.mjs +14 -17
  84. package/dist/es/ipes/src/GeneralManagement/components/Tabs.vue.d.ts +10 -6
  85. package/dist/es/ipes/src/GeneralManagement/index.d.ts +18 -9
  86. package/dist/es/ipes/src/GeneralManagement/index.mjs +9 -11
  87. package/dist/es/ipes/src/GeneralManagement/index.vue.d.ts +12 -6
  88. package/dist/es/ipes/src/HazardousVehicleManage/index.d.ts +82 -14
  89. package/dist/es/ipes/src/HazardousVehicleManage/index.mjs +67 -42
  90. package/dist/es/ipes/src/HazardousVehicleManage/index.vue.d.ts +48 -5
  91. package/dist/es/ipes/src/InspectionManage/images/module-title-icon.mjs +3 -0
  92. package/dist/es/ipes/src/InspectionManage/images/new-nodata.mjs +3 -0
  93. package/dist/es/ipes/src/InspectionManage/index.d.ts +136 -0
  94. package/dist/es/ipes/src/InspectionManage/index.mjs +267 -0
  95. package/dist/es/ipes/src/InspectionManage/index.vue.d.ts +27 -0
  96. package/dist/es/ipes/src/InspectionManage/types/index.d.ts +11 -0
  97. package/dist/es/ipes/src/Level3AirDefense/.mjs +38 -12
  98. package/dist/es/ipes/src/Level3AirDefense/components/EmptyData.vue.d.ts +14 -0
  99. package/dist/es/ipes/src/Level3AirDefense/images/empty.mjs +3 -0
  100. package/dist/es/ipes/src/Level3AirDefense/index.mjs +10 -9
  101. package/dist/es/ipes/src/OdorControl/index.mjs +1 -1
  102. package/dist/es/ipes/src/PollutantSourceManage/index.d.ts +168 -0
  103. package/dist/es/ipes/src/PollutantSourceManage/index.mjs +90 -0
  104. package/dist/es/ipes/src/PollutantSourceManage/index.vue.d.ts +42 -0
  105. package/dist/es/ipes/src/PollutantSourceManage/types.d.ts +18 -0
  106. package/dist/es/ipes/src/RealTimeAirQualityManage/index.mjs +1 -1
  107. package/dist/es/ipes/src/SealingManage/index.d.ts +121 -14
  108. package/dist/es/ipes/src/SealingManage/index.mjs +221 -83
  109. package/dist/es/ipes/src/SealingManage/index.vue.d.ts +72 -5
  110. package/dist/es/ipes/src/TaskDispose/.mjs +2 -2
  111. package/dist/es/ipes/src/VocStatistics/index.mjs +2 -2
  112. package/dist/es/ipes/src/WaterNetworkManage/index.d.ts +81 -7
  113. package/dist/es/ipes/src/WaterNetworkManage/index.mjs +71 -39
  114. package/dist/es/ipes/src/WaterNetworkManage/index.vue.d.ts +48 -3
  115. package/dist/es/ipes/src/common/Echarts.mjs +2 -2
  116. package/dist/es/ipes/src/common/IpesPercentBar.mjs +38 -0
  117. package/dist/es/ipes/src/common/IpesProgressBar.mjs +38 -0
  118. package/dist/es/ipes/src/common/LottieAnimation.mjs +3 -3
  119. package/dist/es/ipes/src/index.d.ts +6 -0
  120. package/dist/es/ipes/src/index.mjs +12 -0
  121. package/dist/es/style.css +1514 -909
  122. package/dist/es/wgms/service/request.mjs +1 -1
  123. package/dist/es/wgms/src/AuxiliaryJudgment/index.mjs +3 -3
  124. package/dist/es/wgms/src/ChangesAlongTheProcess/index.mjs +3 -3
  125. package/dist/es/wgms/src/ChlorophyllAchangeRate/index.mjs +5 -5
  126. package/dist/es/wgms/src/CrossSectionCorrelation/index.mjs +4 -4
  127. package/dist/es/wgms/src/DistributionPoints/index.mjs +4 -4
  128. package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.mjs +2 -2
  129. package/dist/es/wgms/src/EnvironmentalAnalysis/index.mjs +7 -5
  130. package/dist/es/wgms/src/FactorTopThreeRanking/index.mjs +4 -4
  131. package/dist/es/wgms/src/FactorTrendComparison/index.mjs +2 -2
  132. package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/index.mjs +3 -3
  133. package/dist/es/wgms/src/LakeRiverIndex/index.mjs +4 -4
  134. package/dist/es/wgms/src/NPTrendChange/index.mjs +2 -2
  135. package/dist/es/wgms/src/SevenDayKline/index.mjs +4 -4
  136. package/dist/es/wgms/src/SewageOutletsOnlineMonitor/index.mjs +4 -4
  137. package/dist/es/wgms/src/SewageOutletsOnlineMonitor/index.vue.d.ts +0 -1
  138. package/dist/es/wgms/src/SubordinateRanking/index.mjs +7 -4
  139. package/dist/es/wgms/src/SurroundingPollution/index.mjs +5 -5
  140. package/dist/es/wgms/src/UpstreamImpact/index.mjs +3 -3
  141. package/dist/es/wgms/src/UpstreamSection/index.mjs +3 -3
  142. package/dist/es/wgms/src/WaterEnvironmentOnlineMonitor/index.mjs +2 -2
  143. package/dist/es/wgms/src/WaterQualityClassification/index.mjs +3 -3
  144. package/dist/es/wgms/src/WaterQualityRainfall/index.mjs +3 -3
  145. package/dist/es/wgms/src/WaterQualityStatus/index.mjs +3 -3
  146. package/dist/es/wgms/src/common/select-panel.mjs +3 -1
  147. package/dist/es/wgms/utils/echarts/index.mjs +14 -2
  148. package/dist/es/wgms/utils/tools.mjs +1 -1
  149. package/dist/lib/aims/service/request.js +3 -3
  150. package/dist/lib/aims/src/AirQualityCalendar/index.js +20 -15
  151. package/dist/lib/aims/src/AirQualityLevelMonthRatio/index.js +6 -6
  152. package/dist/lib/aims/src/AirQualityLevelYearRatio/index.js +4 -4
  153. package/dist/lib/aims/src/AirQualityPresentSituation/index.js +9 -12
  154. package/dist/lib/aims/src/AirQualityRealTime/index.js +12 -15
  155. package/dist/lib/aims/src/AirTimeSeriesAnalysis/index.js +5 -5
  156. package/dist/lib/aims/src/CieqContributionMonthRatio/index.js +4 -4
  157. package/dist/lib/aims/src/CieqContributionYearRatio/index.js +6 -6
  158. package/dist/lib/aims/src/FactorRealTimeRankChart/index.js +7 -8
  159. package/dist/lib/aims/src/FactorRealTimeRankList/index.js +8 -8
  160. package/dist/lib/aims/src/FactorTargetYearPeriod/index.js +4 -4
  161. package/dist/lib/aims/src/MainPollutionMonthRatio/index.js +4 -4
  162. package/dist/lib/aims/src/MainPollutionYearRatio/index.js +4 -4
  163. package/dist/lib/aims/src/MulGridAirQualityLevelMonthRatio/index.js +4 -4
  164. package/dist/lib/aims/src/MulGridCieqContributionMonthRatio/index.js +4 -4
  165. package/dist/lib/aims/src/TbHbAnalysis/index.js +6 -6
  166. package/dist/lib/aims/src/WeatherCondition/index.js +5 -5
  167. package/dist/lib/aims/src/common/BasicDialog/index.js +3 -3
  168. package/dist/lib/aims/src/common/BasicEcharts/index.js +21 -2
  169. package/dist/lib/aims/src/common/BasicPanel/index.js +4 -2
  170. package/dist/lib/aims/utils/tools.js +2 -2
  171. package/dist/lib/bmp/config/index.js +8 -0
  172. package/dist/lib/bmp/service/base-serve.d.ts +4 -0
  173. package/dist/lib/bmp/service/base-serve.js +14 -0
  174. package/dist/lib/bmp/service/request.d.ts +3 -0
  175. package/dist/lib/bmp/service/request.js +80 -0
  176. package/dist/lib/bmp/service/types.d.ts +14 -0
  177. package/dist/lib/bmp/src/AlgaeMonitoring/api/index.d.ts +6 -0
  178. package/dist/lib/bmp/src/AlgaeMonitoring/api/index.js +14 -0
  179. package/dist/lib/bmp/src/AlgaeMonitoring/api/types.d.ts +21 -0
  180. package/dist/lib/bmp/src/AlgaeMonitoring/images/checked.js +5 -0
  181. package/dist/lib/bmp/src/AlgaeMonitoring/images/today-alarm.js +5 -0
  182. package/dist/lib/bmp/src/AlgaeMonitoring/index.d.ts +97 -0
  183. package/dist/lib/bmp/src/AlgaeMonitoring/index.js +214 -0
  184. package/dist/lib/bmp/src/AlgaeMonitoring/index.vue.d.ts +6 -0
  185. package/dist/lib/bmp/src/index.d.ts +1 -1
  186. package/dist/lib/bmp/src/index.js +2 -2
  187. package/dist/lib/index.js +65 -21
  188. package/dist/lib/ipes/service/request.js +4 -3
  189. package/dist/lib/ipes/src/AccessVehicleManage/index.d.ts +81 -7
  190. package/dist/lib/ipes/src/AccessVehicleManage/index.js +107 -44
  191. package/dist/lib/ipes/src/AccessVehicleManage/index.vue.d.ts +48 -3
  192. package/dist/lib/ipes/src/AirPollutionDischarge/images/new-nodata.js +5 -0
  193. package/dist/lib/ipes/src/AirPollutionDischarge/index.d.ts +3 -107
  194. package/dist/lib/ipes/src/AirPollutionDischarge/index.js +183 -126
  195. package/dist/lib/ipes/src/AirPollutionDischarge/index.vue.d.ts +1 -64
  196. package/dist/lib/ipes/src/AirQuality/index.js +25 -16
  197. package/dist/lib/ipes/src/AirQualityManagement/index.js +31 -20
  198. package/dist/lib/ipes/src/AlarmManage/images/alarm.js +5 -0
  199. package/dist/lib/ipes/src/AlarmManage/images/modeluIcon.js +5 -0
  200. package/dist/lib/ipes/src/AlarmManage/images/new-nodata.js +5 -0
  201. package/dist/lib/ipes/src/AlarmManage/index.d.ts +89 -0
  202. package/dist/lib/ipes/src/AlarmManage/index.js +177 -0
  203. package/dist/lib/ipes/src/AlarmManage/index.vue.d.ts +2 -0
  204. package/dist/lib/ipes/src/AlarmManage/type.d.ts +5 -0
  205. package/dist/lib/ipes/src/BusinessManage/images/icon-percent.js +5 -0
  206. package/dist/lib/ipes/src/BusinessManage/index.d.ts +89 -0
  207. package/dist/lib/ipes/src/BusinessManage/index.js +198 -0
  208. package/dist/lib/ipes/src/BusinessManage/index.vue.d.ts +2 -0
  209. package/dist/lib/ipes/src/BusinessManage/type.d.ts +10 -0
  210. package/dist/lib/ipes/src/EmergencyDuty/index.js +3 -3
  211. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.d.ts +38 -3
  212. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.js +52 -30
  213. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.d.ts +22 -1
  214. package/dist/lib/ipes/src/EnvManage/index.js +19 -16
  215. package/dist/lib/ipes/src/EnvironmentalProtection/images/module-title-icon.js +5 -0
  216. package/dist/lib/ipes/src/EnvironmentalProtection/images/piebottom.js +5 -0
  217. package/dist/lib/ipes/src/EnvironmentalProtection/images/pietop.js +5 -0
  218. package/dist/lib/ipes/src/EnvironmentalProtection/index.d.ts +101 -0
  219. package/dist/lib/ipes/src/EnvironmentalProtection/index.js +179 -0
  220. package/dist/lib/ipes/src/EnvironmentalProtection/index.vue.d.ts +6 -0
  221. package/dist/lib/ipes/src/EnvironmentalRiskManagement/.js +2 -2
  222. package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.d.ts +23 -3
  223. package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.js +47 -11
  224. package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.vue.d.ts +13 -1
  225. package/dist/lib/ipes/src/GasControl/.js +123 -0
  226. package/dist/lib/ipes/src/GasControl/components/AlarmStatistics.vue.d.ts +22 -0
  227. package/dist/lib/ipes/src/GasControl/components/SingleItem.vue.d.ts +16 -0
  228. package/dist/lib/{bmp/src/test-com → ipes/src/GasControl}/index.d.ts +28 -24
  229. package/dist/lib/ipes/src/GasControl/index.js +105 -0
  230. package/dist/lib/ipes/src/GasControl/index.vue.d.ts +23 -0
  231. package/dist/lib/ipes/src/GeneralManagement/.js +13 -16
  232. package/dist/lib/ipes/src/GeneralManagement/components/Tabs.vue.d.ts +10 -6
  233. package/dist/lib/ipes/src/GeneralManagement/index.d.ts +18 -9
  234. package/dist/lib/ipes/src/GeneralManagement/index.js +8 -10
  235. package/dist/lib/ipes/src/GeneralManagement/index.vue.d.ts +12 -6
  236. package/dist/lib/ipes/src/HazardousVehicleManage/index.d.ts +82 -14
  237. package/dist/lib/ipes/src/HazardousVehicleManage/index.js +74 -49
  238. package/dist/lib/ipes/src/HazardousVehicleManage/index.vue.d.ts +48 -5
  239. package/dist/lib/ipes/src/InspectionManage/images/module-title-icon.js +5 -0
  240. package/dist/lib/ipes/src/InspectionManage/images/new-nodata.js +5 -0
  241. package/dist/lib/ipes/src/InspectionManage/index.d.ts +136 -0
  242. package/dist/lib/ipes/src/InspectionManage/index.js +269 -0
  243. package/dist/lib/ipes/src/InspectionManage/index.vue.d.ts +27 -0
  244. package/dist/lib/ipes/src/InspectionManage/types/index.d.ts +11 -0
  245. package/dist/lib/ipes/src/Level3AirDefense/.js +37 -10
  246. package/dist/lib/ipes/src/Level3AirDefense/components/EmptyData.vue.d.ts +14 -0
  247. package/dist/lib/ipes/src/Level3AirDefense/images/empty.js +5 -0
  248. package/dist/lib/ipes/src/Level3AirDefense/index.js +9 -8
  249. package/dist/lib/ipes/src/OdorControl/index.js +2 -2
  250. package/dist/lib/ipes/src/PollutantSourceManage/index.d.ts +168 -0
  251. package/dist/lib/ipes/src/PollutantSourceManage/index.js +92 -0
  252. package/dist/lib/ipes/src/PollutantSourceManage/index.vue.d.ts +42 -0
  253. package/dist/lib/ipes/src/PollutantSourceManage/types.d.ts +18 -0
  254. package/dist/lib/ipes/src/RealTimeAirQualityManage/index.js +2 -2
  255. package/dist/lib/ipes/src/SealingManage/index.d.ts +121 -14
  256. package/dist/lib/ipes/src/SealingManage/index.js +222 -84
  257. package/dist/lib/ipes/src/SealingManage/index.vue.d.ts +72 -5
  258. package/dist/lib/ipes/src/TaskDispose/.js +21 -2
  259. package/dist/lib/ipes/src/VocStatistics/index.js +2 -2
  260. package/dist/lib/ipes/src/WaterNetworkManage/index.d.ts +81 -7
  261. package/dist/lib/ipes/src/WaterNetworkManage/index.js +73 -41
  262. package/dist/lib/ipes/src/WaterNetworkManage/index.vue.d.ts +48 -3
  263. package/dist/lib/ipes/src/common/Echarts.js +21 -2
  264. package/dist/lib/ipes/src/common/IpesPercentBar.js +40 -0
  265. package/dist/lib/ipes/src/common/IpesProgressBar.js +40 -0
  266. package/dist/lib/ipes/src/common/LottieAnimation.js +2 -2
  267. package/dist/lib/ipes/src/index.d.ts +6 -0
  268. package/dist/lib/ipes/src/index.js +12 -0
  269. package/dist/lib/style.css +1514 -909
  270. package/dist/lib/wgms/service/request.js +3 -3
  271. package/dist/lib/wgms/src/AuxiliaryJudgment/index.js +5 -5
  272. package/dist/lib/wgms/src/ChangesAlongTheProcess/index.js +4 -4
  273. package/dist/lib/wgms/src/ChlorophyllAchangeRate/index.js +4 -4
  274. package/dist/lib/wgms/src/CrossSectionCorrelation/index.js +6 -6
  275. package/dist/lib/wgms/src/DistributionPoints/index.js +3 -3
  276. package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.js +2 -2
  277. package/dist/lib/wgms/src/EnvironmentalAnalysis/index.js +10 -8
  278. package/dist/lib/wgms/src/FactorTopThreeRanking/index.js +3 -3
  279. package/dist/lib/wgms/src/FactorTrendComparison/index.js +2 -2
  280. package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/index.js +3 -3
  281. package/dist/lib/wgms/src/LakeRiverIndex/index.js +6 -6
  282. package/dist/lib/wgms/src/NPTrendChange/index.js +2 -2
  283. package/dist/lib/wgms/src/SevenDayKline/index.js +9 -9
  284. package/dist/lib/wgms/src/SewageOutletsOnlineMonitor/index.js +4 -4
  285. package/dist/lib/wgms/src/SewageOutletsOnlineMonitor/index.vue.d.ts +0 -1
  286. package/dist/lib/wgms/src/SubordinateRanking/index.js +12 -9
  287. package/dist/lib/wgms/src/SurroundingPollution/index.js +8 -8
  288. package/dist/lib/wgms/src/UpstreamImpact/index.js +4 -4
  289. package/dist/lib/wgms/src/UpstreamSection/index.js +3 -3
  290. package/dist/lib/wgms/src/WaterEnvironmentOnlineMonitor/index.js +2 -2
  291. package/dist/lib/wgms/src/WaterQualityClassification/index.js +3 -3
  292. package/dist/lib/wgms/src/WaterQualityRainfall/index.js +5 -5
  293. package/dist/lib/wgms/src/WaterQualityStatus/index.js +3 -3
  294. package/dist/lib/wgms/src/common/select-panel.js +4 -2
  295. package/dist/lib/wgms/utils/echarts/index.js +34 -3
  296. package/dist/lib/wgms/utils/tools.js +2 -2
  297. package/package.json +2 -2
  298. package/dist/es/bmp/src/test-com/index.mjs +0 -33
  299. package/dist/es/bmp/src/test-com/index.vue.d.ts +0 -23
  300. package/dist/es/bmp/src/test-com/types.d.ts +0 -16
  301. package/dist/es/vendor/@ctrl_tinycolor@3.6.0.mjs +0 -1136
  302. package/dist/es/vendor/@element-plus_icons-vue@2.0.10_vue@3.3.4.mjs +0 -376
  303. package/dist/es/vendor/@floating-ui_core@1.3.1.mjs +0 -1
  304. package/dist/es/vendor/@floating-ui_dom@1.4.4.mjs +0 -1
  305. package/dist/es/vendor/@sxzz_popperjs-es@2.11.7.mjs +0 -3
  306. package/dist/es/vendor/@ued_fpi_element-plus-expand@0.7.19.mjs +0 -243
  307. package/dist/es/vendor/@vue_reactivity@3.3.4.mjs +0 -1
  308. package/dist/es/vendor/@vue_shared@3.3.4.mjs +0 -29
  309. package/dist/es/vendor/@vueuse_core@9.13.0_vue@3.3.4.mjs +0 -214
  310. package/dist/es/vendor/@vueuse_shared@9.13.0_vue@3.3.4.mjs +0 -72
  311. package/dist/es/vendor/async-validator@4.2.5.mjs +0 -1
  312. package/dist/es/vendor/axios@1.4.0.mjs +0 -3209
  313. package/dist/es/vendor/claygl@1.3.0.mjs +0 -24199
  314. package/dist/es/vendor/dayjs@1.11.9.mjs +0 -88
  315. package/dist/es/vendor/echarts-gl@2.0.9_echarts@5.4.2.mjs +0 -20973
  316. package/dist/es/vendor/echarts@5.4.2.mjs +0 -79359
  317. package/dist/es/vendor/element-plus@2.3.7_vue@3.3.4.mjs +0 -11032
  318. package/dist/es/vendor/escape-html@1.0.3.mjs +0 -1
  319. package/dist/es/vendor/fpi-tg-factor-tools@1.0.4.mjs +0 -195
  320. package/dist/es/vendor/lodash-es@4.17.21.mjs +0 -3255
  321. package/dist/es/vendor/lodash-unified@1.0.3_tknf7errc3xdqocd3ryzzla7vq.mjs +0 -1
  322. package/dist/es/vendor/memoize-one@6.0.0.mjs +0 -1
  323. package/dist/es/vendor/normalize-wheel-es@1.2.0.mjs +0 -1
  324. package/dist/es/vendor/tslib@2.3.0.mjs +0 -32
  325. package/dist/es/vendor/vue-demi@0.14.5_vue@3.3.4.mjs +0 -1
  326. package/dist/es/vendor/vue3-seamless-scroll@2.0.1.mjs +0 -562
  327. package/dist/es/vendor/zrender@5.4.3.mjs +0 -16894
  328. package/dist/lib/bmp/src/test-com/index.js +0 -35
  329. package/dist/lib/bmp/src/test-com/index.vue.d.ts +0 -23
  330. package/dist/lib/bmp/src/test-com/types.d.ts +0 -16
  331. package/dist/lib/vendor/@ctrl_tinycolor@3.6.0.js +0 -1138
  332. package/dist/lib/vendor/@element-plus_icons-vue@2.0.10_vue@3.3.4.js +0 -396
  333. package/dist/lib/vendor/@floating-ui_core@1.3.1.js +0 -2
  334. package/dist/lib/vendor/@floating-ui_dom@1.4.4.js +0 -2
  335. package/dist/lib/vendor/@sxzz_popperjs-es@2.11.7.js +0 -6
  336. package/dist/lib/vendor/@ued_fpi_element-plus-expand@0.7.19.js +0 -245
  337. package/dist/lib/vendor/@vue_reactivity@3.3.4.js +0 -2
  338. package/dist/lib/vendor/@vue_shared@3.3.4.js +0 -39
  339. package/dist/lib/vendor/@vueuse_core@9.13.0_vue@3.3.4.js +0 -219
  340. package/dist/lib/vendor/@vueuse_shared@9.13.0_vue@3.3.4.js +0 -82
  341. package/dist/lib/vendor/async-validator@4.2.5.js +0 -2
  342. package/dist/lib/vendor/axios@1.4.0.js +0 -3211
  343. package/dist/lib/vendor/claygl@1.3.0.js +0 -24255
  344. package/dist/lib/vendor/dayjs@1.11.9.js +0 -98
  345. package/dist/lib/vendor/echarts-gl@2.0.9_echarts@5.4.2.js +0 -20975
  346. package/dist/lib/vendor/echarts@5.4.2.js +0 -79400
  347. package/dist/lib/vendor/element-plus@2.3.7_vue@3.3.4.js +0 -11041
  348. package/dist/lib/vendor/escape-html@1.0.3.js +0 -2
  349. package/dist/lib/vendor/fpi-tg-factor-tools@1.0.4.js +0 -201
  350. package/dist/lib/vendor/lodash-es@4.17.21.js +0 -3265
  351. package/dist/lib/vendor/lodash-unified@1.0.3_tknf7errc3xdqocd3ryzzla7vq.js +0 -2
  352. package/dist/lib/vendor/memoize-one@6.0.0.js +0 -2
  353. package/dist/lib/vendor/normalize-wheel-es@1.2.0.js +0 -2
  354. package/dist/lib/vendor/tslib@2.3.0.js +0 -34
  355. package/dist/lib/vendor/vue-demi@0.14.5_vue@3.3.4.js +0 -4
  356. package/dist/lib/vendor/vue3-seamless-scroll@2.0.1.js +0 -564
  357. package/dist/lib/vendor/zrender@5.4.3.js +0 -17049
@@ -1,2 +0,0 @@
1
- 'use strict';
2
-
@@ -1,2 +0,0 @@
1
- 'use strict';
2
-
@@ -1,34 +0,0 @@
1
- 'use strict';
2
-
3
- /*! *****************************************************************************
4
- Copyright (c) Microsoft Corporation.
5
-
6
- Permission to use, copy, modify, and/or distribute this software for any
7
- purpose with or without fee is hereby granted.
8
-
9
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
10
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
12
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
14
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15
- PERFORMANCE OF THIS SOFTWARE.
16
- ***************************************************************************** */
17
- /* global Reflect, Promise */
18
-
19
- var extendStatics = function(d, b) {
20
- extendStatics = Object.setPrototypeOf ||
21
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
22
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
23
- return extendStatics(d, b);
24
- };
25
-
26
- function __extends(d, b) {
27
- if (typeof b !== "function" && b !== null)
28
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
29
- extendStatics(d, b);
30
- function __() { this.constructor = d; }
31
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
32
- }
33
-
34
- exports.__extends = __extends;
@@ -1,4 +0,0 @@
1
- 'use strict';
2
-
3
- require('vue');
4
-
@@ -1,564 +0,0 @@
1
- 'use strict';
2
-
3
- const vue = require('vue');
4
-
5
- /* eslint-disable no-undefined,no-param-reassign,no-shadow */
6
-
7
- /**
8
- * Throttle execution of a function. Especially useful for rate limiting
9
- * execution of handlers on events like resize and scroll.
10
- *
11
- * @param {number} delay - A zero-or-greater delay in milliseconds. For event callbacks, values around 100 or 250 (or even higher) are most useful.
12
- * @param {boolean} [noTrailing] - Optional, defaults to false. If noTrailing is true, callback will only execute every `delay` milliseconds while the
13
- * throttled-function is being called. If noTrailing is false or unspecified, callback will be executed one final time
14
- * after the last throttled-function call. (After the throttled-function has not been called for `delay` milliseconds,
15
- * the internal counter is reset).
16
- * @param {Function} callback - A function to be executed after delay milliseconds. The `this` context and all arguments are passed through, as-is,
17
- * to `callback` when the throttled-function is executed.
18
- * @param {boolean} [debounceMode] - If `debounceMode` is true (at begin), schedule `clear` to execute after `delay` ms. If `debounceMode` is false (at end),
19
- * schedule `callback` to execute after `delay` ms.
20
- *
21
- * @returns {Function} A new, throttled, function.
22
- */
23
- function throttle (delay, noTrailing, callback, debounceMode) {
24
- /*
25
- * After wrapper has stopped being called, this timeout ensures that
26
- * `callback` is executed at the proper times in `throttle` and `end`
27
- * debounce modes.
28
- */
29
- var timeoutID;
30
- var cancelled = false; // Keep track of the last time `callback` was executed.
31
-
32
- var lastExec = 0; // Function to clear existing timeout
33
-
34
- function clearExistingTimeout() {
35
- if (timeoutID) {
36
- clearTimeout(timeoutID);
37
- }
38
- } // Function to cancel next exec
39
-
40
-
41
- function cancel() {
42
- clearExistingTimeout();
43
- cancelled = true;
44
- } // `noTrailing` defaults to falsy.
45
-
46
-
47
- if (typeof noTrailing !== 'boolean') {
48
- debounceMode = callback;
49
- callback = noTrailing;
50
- noTrailing = undefined;
51
- }
52
- /*
53
- * The `wrapper` function encapsulates all of the throttling / debouncing
54
- * functionality and when executed will limit the rate at which `callback`
55
- * is executed.
56
- */
57
-
58
-
59
- function wrapper() {
60
- for (var _len = arguments.length, arguments_ = new Array(_len), _key = 0; _key < _len; _key++) {
61
- arguments_[_key] = arguments[_key];
62
- }
63
-
64
- var self = this;
65
- var elapsed = Date.now() - lastExec;
66
-
67
- if (cancelled) {
68
- return;
69
- } // Execute `callback` and update the `lastExec` timestamp.
70
-
71
-
72
- function exec() {
73
- lastExec = Date.now();
74
- callback.apply(self, arguments_);
75
- }
76
- /*
77
- * If `debounceMode` is true (at begin) this is used to clear the flag
78
- * to allow future `callback` executions.
79
- */
80
-
81
-
82
- function clear() {
83
- timeoutID = undefined;
84
- }
85
-
86
- if (debounceMode && !timeoutID) {
87
- /*
88
- * Since `wrapper` is being called for the first time and
89
- * `debounceMode` is true (at begin), execute `callback`.
90
- */
91
- exec();
92
- }
93
-
94
- clearExistingTimeout();
95
-
96
- if (debounceMode === undefined && elapsed > delay) {
97
- /*
98
- * In throttle mode, if `delay` time has been exceeded, execute
99
- * `callback`.
100
- */
101
- exec();
102
- } else if (noTrailing !== true) {
103
- /*
104
- * In trailing throttle mode, since `delay` time has not been
105
- * exceeded, schedule `callback` to execute `delay` ms after most
106
- * recent execution.
107
- *
108
- * If `debounceMode` is true (at begin), schedule `clear` to execute
109
- * after `delay` ms.
110
- *
111
- * If `debounceMode` is false (at end), schedule `callback` to
112
- * execute after `delay` ms.
113
- */
114
- timeoutID = setTimeout(debounceMode ? clear : exec, debounceMode === undefined ? delay - elapsed : delay);
115
- }
116
- }
117
-
118
- wrapper.cancel = cancel; // Return the wrapper function.
119
-
120
- return wrapper;
121
- }
122
-
123
- function useExpose(apis) {
124
- const instance = vue.getCurrentInstance();
125
-
126
- if (instance) {
127
- Object.assign(instance.proxy, apis);
128
- }
129
- }
130
-
131
- const Props = {
132
- // 是否开启自动滚动
133
- modelValue: {
134
- type: Boolean,
135
- default: true
136
- },
137
- // 原始数据列表
138
- list: {
139
- type: Array,
140
- required: true,
141
- default: []
142
- },
143
- // 步进速度,step 需是单步大小的约数
144
- step: {
145
- type: Number,
146
- default: 1
147
- },
148
- // 开启滚动的数据量
149
- limitScrollNum: {
150
- type: Number,
151
- default: 3
152
- },
153
- // 是否开启鼠标悬停
154
- hover: {
155
- type: Boolean,
156
- default: false
157
- },
158
- // 控制滚动方向
159
- direction: {
160
- type: String,
161
- default: "up"
162
- },
163
- // 单步运动停止的高度
164
- singleHeight: {
165
- type: Number,
166
- default: 0
167
- },
168
- // 单步运动停止的宽度
169
- singleWidth: {
170
- type: Number,
171
- default: 0
172
- },
173
- // 单步停止等待时间 (默认值 1000ms)
174
- singleWaitTime: {
175
- type: Number,
176
- default: 1000
177
- },
178
- // 是否开启 rem 度量
179
- isRemUnit: {
180
- type: Boolean,
181
- default: false
182
- },
183
- // 开启数据更新监听
184
- isWatch: {
185
- type: Boolean,
186
- default: true
187
- },
188
- // 动画时间
189
- delay: {
190
- type: Number,
191
- default: 0
192
- },
193
- // 动画方式
194
- ease: {
195
- type: [String, Object],
196
- default: "ease-in"
197
- },
198
- // 动画循环次数,-1 表示一直动画
199
- count: {
200
- type: Number,
201
- default: -1
202
- },
203
- // 拷贝几份滚动列表
204
- copyNum: {
205
- type: Number,
206
- default: 1
207
- },
208
- // 开启鼠标悬停时支持滚轮滚动
209
- wheel: {
210
- type: Boolean,
211
- default: false
212
- },
213
- // 启用单行滚动
214
- singleLine: {
215
- type: Boolean,
216
- default: false
217
- }
218
- };
219
-
220
- globalThis.window.cancelAnimationFrame = function () {
221
- return globalThis.window.cancelAnimationFrame || // @ts-ignore
222
- globalThis.window.webkitCancelAnimationFrame || // @ts-ignore
223
- globalThis.window.mozCancelAnimationFrame || // @ts-ignore
224
- globalThis.window.oCancelAnimationFrame || // @ts-ignore
225
- globalThis.window.msCancelAnimationFrame || function (id) {
226
- return globalThis.window.clearTimeout(id);
227
- };
228
- }();
229
-
230
- globalThis.window.requestAnimationFrame = function () {
231
- return globalThis.window.requestAnimationFrame || // @ts-ignore
232
- globalThis.window.webkitRequestAnimationFrame || // @ts-ignore
233
- globalThis.window.mozRequestAnimationFrame || // @ts-ignore
234
- globalThis.window.oRequestAnimationFrame || // @ts-ignore
235
- globalThis.window.msRequestAnimationFrame || function (callback) {
236
- return globalThis.window.setTimeout(callback, 1000 / 60);
237
- };
238
- }();
239
-
240
- function dataWarm(list) {
241
- if (list && typeof list !== "boolean" && list.length > 100) {
242
- console.warn(`数据达到了${list.length}条有点多哦~,可能会造成部分老旧浏览器卡顿。`);
243
- }
244
- }
245
-
246
- const Vue3SeamlessScroll = vue.defineComponent({
247
- name: "vue3-seamless-scroll",
248
- inheritAttrs: false,
249
- props: Props,
250
- emits: ["stop", "count", "move"],
251
-
252
- setup(_props, {
253
- slots,
254
- emit,
255
- attrs
256
- }) {
257
- const props = _props;
258
- const scrollRef = vue.ref(null);
259
- const slotListRef = vue.ref(null);
260
- const realBoxRef = vue.ref(null);
261
- const reqFrame = vue.ref(null);
262
- const singleWaitTimeout = vue.ref(null);
263
- const realBoxWidth = vue.ref(0);
264
- const realBoxHeight = vue.ref(0);
265
- const xPos = vue.ref(0);
266
- const yPos = vue.ref(0);
267
- const isHover = vue.ref(false);
268
-
269
- const _count = vue.ref(0);
270
-
271
- const isScroll = vue.computed(() => props.list ? props.list.length >= props.limitScrollNum : false);
272
- const realBoxStyle = vue.computed(() => {
273
- return {
274
- width: realBoxWidth.value ? `${realBoxWidth.value}px` : "auto",
275
- transform: `translate(${xPos.value}px,${yPos.value}px)`,
276
- // @ts-ignore
277
- transition: `all ${typeof props.ease === "string" ? props.ease : "cubic-bezier(" + props.ease.x1 + "," + props.ease.y1 + "," + props.ease.x2 + "," + props.ease.y2 + ")"} ${props.delay}ms`,
278
- overflow: "hidden",
279
- display: props.singleLine ? "flex" : "block"
280
- };
281
- });
282
- const isHorizontal = vue.computed(() => props.direction == "left" || props.direction == "right");
283
- const floatStyle = vue.computed(() => {
284
- return isHorizontal.value ? {
285
- float: "left",
286
- overflow: "hidden",
287
- display: props.singleLine ? "flex" : "block",
288
- flexShrink: props.singleLine ? 0 : 1
289
- } : {
290
- overflow: "hidden"
291
- };
292
- });
293
- const baseFontSize = vue.computed(() => {
294
- return props.isRemUnit ? parseInt(globalThis.window.getComputedStyle(globalThis.document.documentElement, null).fontSize) : 1;
295
- });
296
- const realSingleStopWidth = vue.computed(() => props.singleWidth * baseFontSize.value);
297
- const realSingleStopHeight = vue.computed(() => props.singleHeight * baseFontSize.value);
298
- const step = vue.computed(() => {
299
- let singleStep;
300
- let _step = props.step;
301
-
302
- if (isHorizontal.value) {
303
- singleStep = realSingleStopWidth.value;
304
- } else {
305
- singleStep = realSingleStopHeight.value;
306
- }
307
-
308
- if (singleStep > 0 && singleStep % _step > 0) {
309
- console.error("如果设置了单步滚动,step 需是单步大小的约数,否则无法保证单步滚动结束的位置是否准确。~~~~~");
310
- }
311
-
312
- return _step;
313
- });
314
-
315
- const cancle = () => {
316
- cancelAnimationFrame(reqFrame.value);
317
- reqFrame.value = null;
318
- };
319
-
320
- const animation = (_direction, _step, isWheel) => {
321
- reqFrame.value = requestAnimationFrame(function () {
322
- const h = realBoxHeight.value / 2;
323
- const w = realBoxWidth.value / 2;
324
-
325
- if (_direction === "up") {
326
- if (Math.abs(yPos.value) >= h) {
327
- yPos.value = 0;
328
- _count.value += 1;
329
- emit("count", _count.value);
330
- }
331
-
332
- yPos.value -= _step;
333
- } else if (_direction === "down") {
334
- if (yPos.value >= 0) {
335
- yPos.value = h * -1;
336
- _count.value += 1;
337
- emit("count", _count.value);
338
- }
339
-
340
- yPos.value += _step;
341
- } else if (_direction === "left") {
342
- if (Math.abs(xPos.value) >= w) {
343
- xPos.value = 0;
344
- _count.value += 1;
345
- emit("count", _count.value);
346
- }
347
-
348
- xPos.value -= _step;
349
- } else if (_direction === "right") {
350
- if (xPos.value >= 0) {
351
- xPos.value = w * -1;
352
- _count.value += 1;
353
- emit("count", _count.value);
354
- }
355
-
356
- xPos.value += _step;
357
- }
358
-
359
- if (isWheel) {
360
- return;
361
- }
362
-
363
- let {
364
- singleWaitTime
365
- } = props;
366
-
367
- if (singleWaitTimeout.value) {
368
- clearTimeout(singleWaitTimeout.value);
369
- }
370
-
371
- if (!!realSingleStopHeight.value) {
372
- if (Math.abs(yPos.value) % realSingleStopHeight.value < _step) {
373
- singleWaitTimeout.value = setTimeout(() => {
374
- move();
375
- }, singleWaitTime);
376
- } else {
377
- move();
378
- }
379
- } else if (!!realSingleStopWidth.value) {
380
- if (Math.abs(xPos.value) % realSingleStopWidth.value < _step) {
381
- singleWaitTimeout.value = setTimeout(() => {
382
- move();
383
- }, singleWaitTime);
384
- } else {
385
- move();
386
- }
387
- } else {
388
- move();
389
- }
390
- });
391
- };
392
-
393
- const move = () => {
394
- cancle();
395
-
396
- if (isHover.value || !isScroll.value || _count.value === props.count) {
397
- emit("stop", _count.value);
398
- _count.value = 0;
399
- return;
400
- }
401
-
402
- animation(props.direction, step.value, false);
403
- };
404
-
405
- const initMove = () => {
406
- dataWarm(props.list);
407
-
408
- if (isHorizontal.value) {
409
- let slotListWidth = slotListRef.value.offsetWidth;
410
- slotListWidth = slotListWidth * 2 + 1;
411
- realBoxWidth.value = slotListWidth;
412
- }
413
-
414
- if (isScroll.value) {
415
- realBoxHeight.value = realBoxRef.value.offsetHeight;
416
-
417
- if (props.modelValue) {
418
- move();
419
- }
420
- } else {
421
- cancle();
422
- yPos.value = xPos.value = 0;
423
- }
424
- };
425
-
426
- const startMove = () => {
427
- isHover.value = false;
428
- move();
429
- };
430
-
431
- const stopMove = () => {
432
- isHover.value = true;
433
-
434
- if (singleWaitTimeout.value) {
435
- clearTimeout(singleWaitTimeout.value);
436
- }
437
-
438
- cancle();
439
- };
440
-
441
- const hoverStop = vue.computed(() => props.hover && props.modelValue && isScroll.value);
442
- const throttleFunc = throttle(30, e => {
443
- cancle();
444
- const singleHeight = !!realSingleStopHeight.value ? realSingleStopHeight.value : 15;
445
-
446
- if (e.deltaY < 0) {
447
- animation("down", singleHeight, true);
448
- }
449
-
450
- if (e.deltaY > 0) {
451
- animation("up", singleHeight, true);
452
- }
453
- });
454
-
455
- const onWheel = e => {
456
- throttleFunc(e);
457
- };
458
-
459
- const reset = () => {
460
- cancle();
461
- isHover.value = false;
462
- initMove();
463
- };
464
-
465
- const Reset = () => {
466
- reset();
467
- };
468
-
469
- useExpose({
470
- Reset
471
- });
472
- vue.watch(() => props.list, () => {
473
- if (props.isWatch) {
474
- vue.nextTick(() => {
475
- reset();
476
- });
477
- }
478
- }, {
479
- deep: true
480
- });
481
- vue.watch(() => props.modelValue, newValue => {
482
- if (newValue) {
483
- startMove();
484
- } else {
485
- stopMove();
486
- }
487
- });
488
- vue.watch(() => props.count, newValue => {
489
- if (newValue !== 0) {
490
- startMove();
491
- }
492
- });
493
- vue.onBeforeMount(() => {
494
- cancle();
495
- clearTimeout(singleWaitTimeout.value);
496
- });
497
- vue.onMounted(() => {
498
- if (isScroll.value) {
499
- initMove();
500
- }
501
- });
502
- const {
503
- default: $default,
504
- html
505
- } = slots;
506
- const copyNum = new Array(props.copyNum).fill(null);
507
-
508
- const getHtml = () => {
509
- return vue.createVNode(vue.Fragment, null, [vue.createVNode("div", {
510
- "ref": slotListRef,
511
- "style": floatStyle.value
512
- }, [$default && $default()]), isScroll.value ? copyNum.map(() => {
513
- if (html && typeof html === "function") {
514
- return vue.createVNode("div", {
515
- "style": floatStyle.value
516
- }, [html()]);
517
- } else {
518
- return vue.createVNode("div", {
519
- "style": floatStyle.value
520
- }, [$default && $default()]);
521
- }
522
- }) : null]);
523
- };
524
-
525
- return () => vue.createVNode("div", {
526
- "ref": scrollRef,
527
- "class": attrs.class
528
- }, [props.wheel && props.hover ? vue.createVNode("div", {
529
- "ref": realBoxRef,
530
- "style": realBoxStyle.value,
531
- "onMouseenter": () => {
532
- if (hoverStop.value) {
533
- stopMove();
534
- }
535
- },
536
- "onMouseleave": () => {
537
- if (hoverStop.value) {
538
- startMove();
539
- }
540
- },
541
- "onWheel": e => {
542
- if (hoverStop.value) {
543
- onWheel(e);
544
- }
545
- }
546
- }, [getHtml()]) : vue.createVNode("div", {
547
- "ref": realBoxRef,
548
- "style": realBoxStyle.value,
549
- "onMouseenter": () => {
550
- if (hoverStop.value) {
551
- stopMove();
552
- }
553
- },
554
- "onMouseleave": () => {
555
- if (hoverStop.value) {
556
- startMove();
557
- }
558
- }
559
- }, [getHtml()])]);
560
- }
561
-
562
- });
563
-
564
- exports.Vue3SeamlessScroll = Vue3SeamlessScroll;