@ued_fpi/data-visual 1.2.2 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (287) hide show
  1. package/dist/es/aims/src/AirQualityPresentSituation/index.vue.mjs +41 -15
  2. package/dist/es/aims/src/AirQualityRealTime/api/index.d.ts +1 -1
  3. package/dist/es/aims/src/AirQualityRealTime/index.vue.mjs +15 -10
  4. package/dist/es/aims/src/AirQualityRealTimeAndDay/api/index.d.ts +28 -0
  5. package/dist/es/aims/src/AirQualityRealTimeAndDay/api/index.mjs +11 -0
  6. package/dist/es/aims/src/AirQualityRealTimeAndDay/index.d.ts +122 -0
  7. package/dist/es/aims/src/AirQualityRealTimeAndDay/index.mjs +7 -0
  8. package/dist/es/aims/src/AirQualityRealTimeAndDay/index.vue.d.ts +33 -0
  9. package/dist/es/aims/src/AirQualityRealTimeAndDay/index.vue.mjs +218 -0
  10. package/dist/es/aims/src/AirQualityRealTimeAndDay/index.vue2.mjs +3 -0
  11. package/dist/es/aims/src/AirQualityRealTimeAndDay/index.vue3.mjs +6 -0
  12. package/dist/es/aims/src/index.d.ts +1 -0
  13. package/dist/es/aims/src/index.mjs +1 -0
  14. package/dist/es/index.mjs +2 -1
  15. package/dist/es/ipes/src/AirPollutionDischarge/index.vue.mjs +82 -68
  16. package/dist/es/ipes/src/AirQualityManagement/index.vue.mjs +2 -2
  17. package/dist/es/ipes/src/BusinessManage/index.vue.mjs +12 -7
  18. package/dist/es/ipes/src/EmergencyDuty/index.d.ts +23 -30
  19. package/dist/es/ipes/src/EmergencyDuty/index.mjs +4 -3
  20. package/dist/es/ipes/src/EmergencyDuty/index.vue.d.ts +13 -10
  21. package/dist/es/ipes/src/EmergencyDuty/index.vue.mjs +97 -33
  22. package/dist/es/ipes/src/EmergencyDuty/index.vue2.mjs +2 -20
  23. package/dist/es/ipes/src/EmergencyDuty/index.vue3.mjs +5 -2
  24. package/dist/es/ipes/src/EmergencyDuty/type.d.ts +7 -0
  25. package/dist/es/ipes/src/EmergencyManage/index.d.ts +9 -27
  26. package/dist/es/ipes/src/EmergencyManage/index.vue.d.ts +5 -17
  27. package/dist/es/ipes/src/EmergencyManage/index.vue.mjs +34 -55
  28. package/dist/es/ipes/src/EmergencyResources/images/expert.png.mjs +3 -0
  29. package/dist/es/ipes/src/EmergencyResources/images/materials.png.mjs +3 -0
  30. package/dist/es/ipes/src/EmergencyResources/images/personnel.png.mjs +3 -0
  31. package/dist/es/ipes/src/EmergencyResources/images/preplan.png.mjs +2 -2
  32. package/dist/es/ipes/src/EmergencyResources/images/protected.png.mjs +3 -0
  33. package/dist/es/ipes/src/EmergencyResources/images/shelter.png.mjs +3 -0
  34. package/dist/es/ipes/src/EmergencyResources/images/store.png.mjs +3 -0
  35. package/dist/es/ipes/src/EmergencyResources/images/team.png.mjs +3 -0
  36. package/dist/es/ipes/src/EmergencyResources/index.d.ts +12 -30
  37. package/dist/es/ipes/src/EmergencyResources/index.vue.d.ts +7 -20
  38. package/dist/es/ipes/src/EmergencyResources/index.vue.mjs +107 -28
  39. package/dist/es/ipes/src/EnterpriseProtectionCode/index.d.ts +17 -25
  40. package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.d.ts +7 -14
  41. package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.mjs +53 -45
  42. package/dist/es/ipes/src/EnvManage/index.vue.mjs +2 -1
  43. package/dist/es/ipes/src/EnvironmentalProtection/images/piebottom.png.mjs +2 -2
  44. package/dist/es/ipes/src/EnvironmentalProtection/images/pietop.png.mjs +2 -2
  45. package/dist/es/ipes/src/EnvironmentalProtection/index.vue.mjs +9 -17
  46. package/dist/es/ipes/src/EnvironmentalRiskManagement/index.d.ts +76 -7
  47. package/dist/es/ipes/src/EnvironmentalRiskManagement/index.vue.d.ts +49 -3
  48. package/dist/es/ipes/src/EnvironmentalRiskManagement/index.vue.mjs +22 -53
  49. package/dist/es/ipes/src/GasControl/index.d.ts +12 -12
  50. package/dist/es/ipes/src/GasControl/index.vue.d.ts +6 -6
  51. package/dist/es/ipes/src/GasControl/index.vue.mjs +4 -4
  52. package/dist/es/ipes/src/GeneralManagement/components/Tabs.vue.mjs +1 -1
  53. package/dist/es/ipes/src/GeneralManagement/index.d.ts +131 -26
  54. package/dist/es/ipes/src/GeneralManagement/index.vue.d.ts +82 -12
  55. package/dist/es/ipes/src/GeneralManagement/index.vue.mjs +21 -53
  56. package/dist/es/ipes/src/InspectionManage/index.vue.mjs +59 -67
  57. package/dist/es/ipes/src/PollutantSourceManage/index.d.ts +54 -56
  58. package/dist/es/ipes/src/PollutantSourceManage/index.vue.d.ts +28 -13
  59. package/dist/es/ipes/src/PollutantSourceManage/index.vue.mjs +16 -16
  60. package/dist/es/ipes/src/PollutantSourceManage/type.d.ts +9 -1
  61. package/dist/es/ipes/src/RealTimeAirQualityManage/index.vue.mjs +6 -5
  62. package/dist/es/ipes/src/StreetLightingManagement/index.d.ts +12 -21
  63. package/dist/es/ipes/src/StreetLightingManagement/index.vue.d.ts +7 -15
  64. package/dist/es/ipes/src/StreetLightingManagement/index.vue.mjs +34 -13
  65. package/dist/es/ipes/src/StreetLightingManagement/type.d.ts +2 -0
  66. package/dist/es/ipes/src/TaskDispose/index.d.ts +18 -93
  67. package/dist/es/ipes/src/TaskDispose/index.vue.d.ts +10 -58
  68. package/dist/es/ipes/src/TaskDispose/index.vue.mjs +72 -262
  69. package/dist/es/ipes/src/VocStatistics/index.d.ts +3 -27
  70. package/dist/es/ipes/src/VocStatistics/index.vue.d.ts +2 -17
  71. package/dist/es/ipes/src/VocStatistics/index.vue.mjs +20 -38
  72. package/dist/es/ipes/src/common/Echarts.vue.mjs +20 -11
  73. package/dist/es/style.css +4979 -4833
  74. package/dist/es/wgms/src/AuxiliaryJudgment/api/index.d.ts +2 -2
  75. package/dist/es/wgms/src/AuxiliaryJudgment/api/index.mjs +2 -2
  76. package/dist/es/wgms/src/AuxiliaryJudgment/api/types.d.ts +4 -20
  77. package/dist/es/wgms/src/AuxiliaryJudgment/index.d.ts +39 -24
  78. package/dist/es/wgms/src/AuxiliaryJudgment/index.vue.d.ts +22 -13
  79. package/dist/es/wgms/src/AuxiliaryJudgment/index.vue.mjs +33 -32
  80. package/dist/es/wgms/src/ChangesAlongTheProcess/api/index.mjs +11 -0
  81. package/dist/es/wgms/src/ChangesAlongTheProcess/api/types.d.ts +5 -16
  82. package/dist/es/wgms/src/ChangesAlongTheProcess/index.d.ts +69 -24
  83. package/dist/es/wgms/src/ChangesAlongTheProcess/index.vue.d.ts +40 -13
  84. package/dist/es/wgms/src/ChangesAlongTheProcess/index.vue.mjs +36 -35
  85. package/dist/es/wgms/src/ChlorophyllAchangeRate/index.d.ts +1 -1
  86. package/dist/es/wgms/src/CrossSectionCorrelation/api/index.mjs +2 -2
  87. package/dist/es/wgms/src/CrossSectionCorrelation/api/types.d.ts +14 -12
  88. package/dist/es/wgms/src/CrossSectionCorrelation/index.d.ts +111 -36
  89. package/dist/es/wgms/src/CrossSectionCorrelation/index.vue.d.ts +64 -19
  90. package/dist/es/wgms/src/CrossSectionCorrelation/index.vue.mjs +64 -41
  91. package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.d.ts +1 -1
  92. package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.mjs +2 -2
  93. package/dist/es/wgms/src/FactorTopThreeRanking/index.d.ts +1 -1
  94. package/dist/es/wgms/src/FactorTrendComparison/api/index.d.ts +5 -0
  95. package/dist/es/wgms/src/FactorTrendComparison/api/index.mjs +12 -0
  96. package/dist/es/wgms/src/FactorTrendComparison/index.d.ts +66 -44
  97. package/dist/es/wgms/src/FactorTrendComparison/index.vue.d.ts +39 -25
  98. package/dist/es/wgms/src/FactorTrendComparison/index.vue.mjs +78 -64
  99. package/dist/es/wgms/{api/NPTrendChange → src/NPTrendChange/api}/index.d.ts +1 -1
  100. package/dist/es/wgms/src/NPTrendChange/api/index.mjs +12 -0
  101. package/dist/es/wgms/src/NPTrendChange/index.d.ts +63 -41
  102. package/dist/es/wgms/src/NPTrendChange/index.vue.d.ts +37 -23
  103. package/dist/es/wgms/src/NPTrendChange/index.vue.mjs +58 -50
  104. package/dist/es/wgms/src/PollutionSourceControl/index.d.ts +9 -9
  105. package/dist/es/wgms/src/PollutionSourceControl/index.vue.d.ts +3 -3
  106. package/dist/es/wgms/src/SevenDayKline/api/index.d.ts +8 -0
  107. package/dist/es/wgms/src/SevenDayKline/api/index.mjs +19 -0
  108. package/dist/es/wgms/src/SevenDayKline/api/types.d.ts +5 -4
  109. package/dist/es/wgms/src/SevenDayKline/index.d.ts +39 -39
  110. package/dist/es/wgms/src/SevenDayKline/index.vue.d.ts +22 -22
  111. package/dist/es/wgms/src/SevenDayKline/index.vue.mjs +31 -28
  112. package/dist/es/wgms/src/SurroundingPollution/api/index.mjs +3 -10
  113. package/dist/es/wgms/src/SurroundingPollution/api/types.d.ts +8 -4
  114. package/dist/es/wgms/src/SurroundingPollution/index.d.ts +54 -39
  115. package/dist/es/wgms/src/SurroundingPollution/index.vue.d.ts +31 -22
  116. package/dist/es/wgms/src/SurroundingPollution/index.vue.mjs +43 -38
  117. package/dist/es/wgms/src/UpstreamImpact/api/index.mjs +3 -3
  118. package/dist/es/wgms/src/UpstreamImpact/api/types.d.ts +10 -7
  119. package/dist/es/wgms/src/UpstreamImpact/index.d.ts +93 -48
  120. package/dist/es/wgms/src/UpstreamImpact/index.vue.d.ts +53 -26
  121. package/dist/es/wgms/src/UpstreamImpact/index.vue.mjs +167 -195
  122. package/dist/es/wgms/src/UpstreamSection/api/index.d.ts +6 -0
  123. package/dist/es/wgms/src/UpstreamSection/api/index.mjs +12 -0
  124. package/dist/es/wgms/src/UpstreamSection/api/types.d.ts +20 -0
  125. package/dist/es/wgms/src/UpstreamSection/index.d.ts +113 -3
  126. package/dist/es/wgms/src/UpstreamSection/index.vue.d.ts +67 -1
  127. package/dist/es/wgms/src/UpstreamSection/index.vue.mjs +57 -3
  128. package/dist/es/wgms/src/WaterQualityRainfall/api/index.d.ts +8 -0
  129. package/dist/es/wgms/src/WaterQualityRainfall/api/index.mjs +19 -0
  130. package/dist/es/wgms/src/WaterQualityRainfall/api/types.d.ts +4 -4
  131. package/dist/es/wgms/src/WaterQualityRainfall/index.d.ts +30 -30
  132. package/dist/es/wgms/src/WaterQualityRainfall/index.vue.d.ts +18 -18
  133. package/dist/es/wgms/src/WaterQualityRainfall/index.vue.mjs +41 -24
  134. package/dist/es/wgms/src/index.mjs +1 -1
  135. package/dist/lib/aims/index.js +4 -4
  136. package/dist/lib/aims/src/AirQualityPresentSituation/index.vue.js +41 -15
  137. package/dist/lib/aims/src/AirQualityRealTime/api/index.d.ts +1 -1
  138. package/dist/lib/aims/src/AirQualityRealTime/index.vue.js +14 -9
  139. package/dist/lib/aims/src/AirQualityRealTimeAndDay/api/index.d.ts +28 -0
  140. package/dist/lib/aims/src/AirQualityRealTimeAndDay/api/index.js +15 -0
  141. package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.d.ts +122 -0
  142. package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.js +12 -0
  143. package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.vue.d.ts +33 -0
  144. package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.vue.js +222 -0
  145. package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.vue2.js +7 -0
  146. package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.vue3.js +10 -0
  147. package/dist/lib/aims/src/index.d.ts +1 -0
  148. package/dist/lib/aims/src/index.js +2 -0
  149. package/dist/lib/index.js +113 -111
  150. package/dist/lib/ipes/src/AirPollutionDischarge/index.vue.js +82 -68
  151. package/dist/lib/ipes/src/AirQualityManagement/index.vue.js +2 -2
  152. package/dist/lib/ipes/src/BusinessManage/index.vue.js +12 -7
  153. package/dist/lib/ipes/src/EmergencyDuty/index.d.ts +23 -30
  154. package/dist/lib/ipes/src/EmergencyDuty/index.js +4 -3
  155. package/dist/lib/ipes/src/EmergencyDuty/index.vue.d.ts +13 -10
  156. package/dist/lib/ipes/src/EmergencyDuty/index.vue.js +96 -32
  157. package/dist/lib/ipes/src/EmergencyDuty/index.vue2.js +2 -20
  158. package/dist/lib/ipes/src/EmergencyDuty/index.vue3.js +5 -2
  159. package/dist/lib/ipes/src/EmergencyDuty/type.d.ts +7 -0
  160. package/dist/lib/ipes/src/EmergencyManage/index.d.ts +9 -27
  161. package/dist/lib/ipes/src/EmergencyManage/index.vue.d.ts +5 -17
  162. package/dist/lib/ipes/src/EmergencyManage/index.vue.js +33 -54
  163. package/dist/lib/ipes/src/EmergencyResources/images/expert.png.js +7 -0
  164. package/dist/lib/ipes/src/EmergencyResources/images/materials.png.js +7 -0
  165. package/dist/lib/ipes/src/EmergencyResources/images/personnel.png.js +7 -0
  166. package/dist/lib/ipes/src/EmergencyResources/images/preplan.png.js +2 -2
  167. package/dist/lib/ipes/src/EmergencyResources/images/protected.png.js +7 -0
  168. package/dist/lib/ipes/src/EmergencyResources/images/shelter.png.js +7 -0
  169. package/dist/lib/ipes/src/EmergencyResources/images/store.png.js +7 -0
  170. package/dist/lib/ipes/src/EmergencyResources/images/team.png.js +7 -0
  171. package/dist/lib/ipes/src/EmergencyResources/index.d.ts +12 -30
  172. package/dist/lib/ipes/src/EmergencyResources/index.vue.d.ts +7 -20
  173. package/dist/lib/ipes/src/EmergencyResources/index.vue.js +106 -27
  174. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.d.ts +17 -25
  175. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.d.ts +7 -14
  176. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.js +52 -44
  177. package/dist/lib/ipes/src/EnvManage/index.vue.js +2 -1
  178. package/dist/lib/ipes/src/EnvironmentalProtection/images/piebottom.png.js +2 -2
  179. package/dist/lib/ipes/src/EnvironmentalProtection/images/pietop.png.js +2 -2
  180. package/dist/lib/ipes/src/EnvironmentalProtection/index.vue.js +4 -12
  181. package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.d.ts +76 -7
  182. package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.vue.d.ts +49 -3
  183. package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.vue.js +21 -52
  184. package/dist/lib/ipes/src/GasControl/index.d.ts +12 -12
  185. package/dist/lib/ipes/src/GasControl/index.vue.d.ts +6 -6
  186. package/dist/lib/ipes/src/GasControl/index.vue.js +4 -4
  187. package/dist/lib/ipes/src/GeneralManagement/components/Tabs.vue.js +1 -1
  188. package/dist/lib/ipes/src/GeneralManagement/index.d.ts +131 -26
  189. package/dist/lib/ipes/src/GeneralManagement/index.vue.d.ts +82 -12
  190. package/dist/lib/ipes/src/GeneralManagement/index.vue.js +20 -52
  191. package/dist/lib/ipes/src/InspectionManage/index.vue.js +59 -67
  192. package/dist/lib/ipes/src/PollutantSourceManage/index.d.ts +54 -56
  193. package/dist/lib/ipes/src/PollutantSourceManage/index.vue.d.ts +28 -13
  194. package/dist/lib/ipes/src/PollutantSourceManage/index.vue.js +16 -16
  195. package/dist/lib/ipes/src/PollutantSourceManage/type.d.ts +9 -1
  196. package/dist/lib/ipes/src/RealTimeAirQualityManage/index.vue.js +6 -5
  197. package/dist/lib/ipes/src/StreetLightingManagement/index.d.ts +12 -21
  198. package/dist/lib/ipes/src/StreetLightingManagement/index.vue.d.ts +7 -15
  199. package/dist/lib/ipes/src/StreetLightingManagement/index.vue.js +33 -12
  200. package/dist/lib/ipes/src/StreetLightingManagement/type.d.ts +2 -0
  201. package/dist/lib/ipes/src/TaskDispose/index.d.ts +18 -93
  202. package/dist/lib/ipes/src/TaskDispose/index.vue.d.ts +10 -58
  203. package/dist/lib/ipes/src/TaskDispose/index.vue.js +71 -261
  204. package/dist/lib/ipes/src/VocStatistics/index.d.ts +3 -27
  205. package/dist/lib/ipes/src/VocStatistics/index.vue.d.ts +2 -17
  206. package/dist/lib/ipes/src/VocStatistics/index.vue.js +19 -37
  207. package/dist/lib/ipes/src/common/Echarts.vue.js +20 -11
  208. package/dist/lib/style.css +4979 -4833
  209. package/dist/lib/wgms/src/AuxiliaryJudgment/api/index.d.ts +2 -2
  210. package/dist/lib/wgms/src/AuxiliaryJudgment/api/index.js +2 -2
  211. package/dist/lib/wgms/src/AuxiliaryJudgment/api/types.d.ts +4 -20
  212. package/dist/lib/wgms/src/AuxiliaryJudgment/index.d.ts +39 -24
  213. package/dist/lib/wgms/src/AuxiliaryJudgment/index.vue.d.ts +22 -13
  214. package/dist/lib/wgms/src/AuxiliaryJudgment/index.vue.js +32 -31
  215. package/dist/lib/wgms/src/ChangesAlongTheProcess/api/index.js +15 -0
  216. package/dist/lib/wgms/src/ChangesAlongTheProcess/api/types.d.ts +5 -16
  217. package/dist/lib/wgms/src/ChangesAlongTheProcess/index.d.ts +69 -24
  218. package/dist/lib/wgms/src/ChangesAlongTheProcess/index.vue.d.ts +40 -13
  219. package/dist/lib/wgms/src/ChangesAlongTheProcess/index.vue.js +38 -37
  220. package/dist/lib/wgms/src/ChlorophyllAchangeRate/index.d.ts +1 -1
  221. package/dist/lib/wgms/src/CrossSectionCorrelation/api/index.js +2 -2
  222. package/dist/lib/wgms/src/CrossSectionCorrelation/api/types.d.ts +14 -12
  223. package/dist/lib/wgms/src/CrossSectionCorrelation/index.d.ts +111 -36
  224. package/dist/lib/wgms/src/CrossSectionCorrelation/index.vue.d.ts +64 -19
  225. package/dist/lib/wgms/src/CrossSectionCorrelation/index.vue.js +64 -41
  226. package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.d.ts +1 -1
  227. package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.js +2 -2
  228. package/dist/lib/wgms/src/FactorTopThreeRanking/index.d.ts +1 -1
  229. package/dist/lib/wgms/src/FactorTrendComparison/api/index.d.ts +5 -0
  230. package/dist/lib/wgms/src/FactorTrendComparison/api/index.js +16 -0
  231. package/dist/lib/wgms/src/FactorTrendComparison/index.d.ts +66 -44
  232. package/dist/lib/wgms/src/FactorTrendComparison/index.vue.d.ts +39 -25
  233. package/dist/lib/wgms/src/FactorTrendComparison/index.vue.js +80 -66
  234. package/dist/lib/wgms/{api/NPTrendChange → src/NPTrendChange/api}/index.d.ts +1 -1
  235. package/dist/lib/wgms/{api/NPTrendChange → src/NPTrendChange/api}/index.js +3 -3
  236. package/dist/lib/wgms/src/NPTrendChange/index.d.ts +63 -41
  237. package/dist/lib/wgms/src/NPTrendChange/index.vue.d.ts +37 -23
  238. package/dist/lib/wgms/src/NPTrendChange/index.vue.js +61 -53
  239. package/dist/lib/wgms/src/PollutionSourceControl/index.d.ts +9 -9
  240. package/dist/lib/wgms/src/PollutionSourceControl/index.vue.d.ts +3 -3
  241. package/dist/lib/wgms/src/SevenDayKline/api/index.d.ts +8 -0
  242. package/dist/lib/wgms/src/SevenDayKline/api/index.js +24 -0
  243. package/dist/lib/wgms/src/SevenDayKline/api/types.d.ts +5 -4
  244. package/dist/lib/wgms/src/SevenDayKline/index.d.ts +39 -39
  245. package/dist/lib/wgms/src/SevenDayKline/index.vue.d.ts +22 -22
  246. package/dist/lib/wgms/src/SevenDayKline/index.vue.js +33 -30
  247. package/dist/lib/wgms/src/SurroundingPollution/api/index.js +2 -10
  248. package/dist/lib/wgms/src/SurroundingPollution/api/types.d.ts +8 -4
  249. package/dist/lib/wgms/src/SurroundingPollution/index.d.ts +54 -39
  250. package/dist/lib/wgms/src/SurroundingPollution/index.vue.d.ts +31 -22
  251. package/dist/lib/wgms/src/SurroundingPollution/index.vue.js +42 -37
  252. package/dist/lib/wgms/src/UpstreamImpact/api/index.js +3 -3
  253. package/dist/lib/wgms/src/UpstreamImpact/api/types.d.ts +10 -7
  254. package/dist/lib/wgms/src/UpstreamImpact/index.d.ts +93 -48
  255. package/dist/lib/wgms/src/UpstreamImpact/index.vue.d.ts +53 -26
  256. package/dist/lib/wgms/src/UpstreamImpact/index.vue.js +166 -194
  257. package/dist/lib/wgms/src/UpstreamSection/api/index.d.ts +6 -0
  258. package/dist/lib/wgms/src/UpstreamSection/api/index.js +16 -0
  259. package/dist/lib/wgms/src/UpstreamSection/api/types.d.ts +20 -0
  260. package/dist/lib/wgms/src/UpstreamSection/index.d.ts +113 -3
  261. package/dist/lib/wgms/src/UpstreamSection/index.vue.d.ts +67 -1
  262. package/dist/lib/wgms/src/UpstreamSection/index.vue.js +56 -2
  263. package/dist/lib/wgms/src/WaterQualityRainfall/api/index.d.ts +8 -0
  264. package/dist/lib/wgms/src/WaterQualityRainfall/api/index.js +24 -0
  265. package/dist/lib/wgms/src/WaterQualityRainfall/api/types.d.ts +4 -4
  266. package/dist/lib/wgms/src/WaterQualityRainfall/index.d.ts +30 -30
  267. package/dist/lib/wgms/src/WaterQualityRainfall/index.vue.d.ts +18 -18
  268. package/dist/lib/wgms/src/WaterQualityRainfall/index.vue.js +43 -26
  269. package/dist/lib/wgms/src/index.js +1 -1
  270. package/dist/style/style-aims.css +1 -1
  271. package/dist/style/style-bmp.css +1 -1
  272. package/dist/style/style-ipes.css +1 -1
  273. package/dist/style/style-wgms.css +1 -1
  274. package/package.json +2 -2
  275. package/dist/es/ipes/src/EnvironmentalProtection/images/module-title-icon.png.mjs +0 -3
  276. package/dist/es/ipes/src/InspectionManage/images/module-title-icon.png.mjs +0 -3
  277. package/dist/es/ipes/src/PollutantSourceManage/types.d.ts +0 -18
  278. package/dist/es/ipes/src/TaskDispose/img/circlebottom.png.mjs +0 -3
  279. package/dist/es/wgms/api/FactorTrendComparison/index.d.ts +0 -10
  280. package/dist/es/wgms/api/FactorTrendComparison/index.mjs +0 -20
  281. package/dist/es/wgms/api/NPTrendChange/index.mjs +0 -12
  282. package/dist/lib/ipes/src/EnvironmentalProtection/images/module-title-icon.png.js +0 -7
  283. package/dist/lib/ipes/src/InspectionManage/images/module-title-icon.png.js +0 -7
  284. package/dist/lib/ipes/src/PollutantSourceManage/types.d.ts +0 -18
  285. package/dist/lib/ipes/src/TaskDispose/img/circlebottom.png.js +0 -7
  286. package/dist/lib/wgms/api/FactorTrendComparison/index.d.ts +0 -10
  287. package/dist/lib/wgms/api/FactorTrendComparison/index.js +0 -25
@@ -1,4 +1,6 @@
1
1
  export interface LightingDeviceType {
2
2
  onlamp: number | null;
3
3
  offlamp: number | null;
4
+ online: number | null;
5
+ offline: number | null;
4
6
  }
@@ -4,10 +4,8 @@ export declare const DvIpesTaskDispose: {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
6
  $props: {
7
- commonMonitor?: Record<string, any> | undefined;
8
- publicManagementList?: any[] | undefined;
9
- gasData?: any[] | undefined;
10
- companyData?: any[] | undefined;
7
+ statisticalData?: any[] | undefined;
8
+ dutyRoster?: any[] | undefined;
11
9
  key?: string | number | symbol | undefined;
12
10
  style?: unknown;
13
11
  ref?: import("vue").VNodeRef | undefined;
@@ -67,42 +65,17 @@ export declare const DvIpesTaskDispose: {
67
65
  $emit: (event: string, ...args: any[]) => void;
68
66
  $el: any;
69
67
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
70
- commonMonitor: {
71
- type: ObjectConstructor;
72
- default: () => {
73
- nameRiver: string;
74
- nameInfrared: string;
75
- };
76
- };
77
- publicManagementList: {
78
- type: globalThis.PropType<any[]>;
79
- default: () => {
80
- duty: string;
81
- name: string;
82
- siteType: string;
83
- }[];
84
- };
85
- gasData: {
68
+ statisticalData: {
86
69
  type: globalThis.PropType<any[]>;
87
- default: () => {
88
- value: number;
89
- name: string;
90
- color: string;
91
- }[];
70
+ default: () => never[];
92
71
  };
93
- companyData: {
72
+ dutyRoster: {
94
73
  type: globalThis.PropType<any[]>;
95
- default: () => {
96
- value: number;
97
- name: string;
98
- color: string;
99
- }[];
74
+ default: () => never[];
100
75
  };
101
76
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
102
- commonMonitor: Record<string, any>;
103
- publicManagementList: any[];
104
- gasData: any[];
105
- companyData: any[];
77
+ statisticalData: any[];
78
+ dutyRoster: any[];
106
79
  }, {}, string, {}> & {
107
80
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
108
81
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -124,77 +97,29 @@ export declare const DvIpesTaskDispose: {
124
97
  $nextTick: typeof import("vue").nextTick;
125
98
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
126
99
  } & Readonly<import("vue").ExtractPropTypes<{
127
- commonMonitor: {
128
- type: ObjectConstructor;
129
- default: () => {
130
- nameRiver: string;
131
- nameInfrared: string;
132
- };
133
- };
134
- publicManagementList: {
100
+ statisticalData: {
135
101
  type: globalThis.PropType<any[]>;
136
- default: () => {
137
- duty: string;
138
- name: string;
139
- siteType: string;
140
- }[];
102
+ default: () => never[];
141
103
  };
142
- gasData: {
104
+ dutyRoster: {
143
105
  type: globalThis.PropType<any[]>;
144
- default: () => {
145
- value: number;
146
- name: string;
147
- color: string;
148
- }[];
149
- };
150
- companyData: {
151
- type: globalThis.PropType<any[]>;
152
- default: () => {
153
- value: number;
154
- name: string;
155
- color: string;
156
- }[];
106
+ default: () => never[];
157
107
  };
158
108
  }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
159
109
  __isFragment?: undefined;
160
110
  __isTeleport?: undefined;
161
111
  __isSuspense?: undefined;
162
112
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
163
- commonMonitor: {
164
- type: ObjectConstructor;
165
- default: () => {
166
- nameRiver: string;
167
- nameInfrared: string;
168
- };
169
- };
170
- publicManagementList: {
171
- type: globalThis.PropType<any[]>;
172
- default: () => {
173
- duty: string;
174
- name: string;
175
- siteType: string;
176
- }[];
177
- };
178
- gasData: {
113
+ statisticalData: {
179
114
  type: globalThis.PropType<any[]>;
180
- default: () => {
181
- value: number;
182
- name: string;
183
- color: string;
184
- }[];
115
+ default: () => never[];
185
116
  };
186
- companyData: {
117
+ dutyRoster: {
187
118
  type: globalThis.PropType<any[]>;
188
- default: () => {
189
- value: number;
190
- name: string;
191
- color: string;
192
- }[];
119
+ default: () => never[];
193
120
  };
194
121
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
195
- commonMonitor: Record<string, any>;
196
- publicManagementList: any[];
197
- gasData: any[];
198
- companyData: any[];
122
+ statisticalData: any[];
123
+ dutyRoster: any[];
199
124
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
200
125
  export default _TaskDispose;
@@ -1,72 +1,24 @@
1
1
  import type { PropType } from 'vue';
2
2
  declare const _default: import("vue").DefineComponent<{
3
- commonMonitor: {
4
- type: ObjectConstructor;
5
- default: () => {
6
- nameRiver: string;
7
- nameInfrared: string;
8
- };
9
- };
10
- publicManagementList: {
11
- type: PropType<any[]>;
12
- default: () => {
13
- duty: string;
14
- name: string;
15
- siteType: string;
16
- }[];
17
- };
18
- gasData: {
3
+ statisticalData: {
19
4
  type: PropType<any[]>;
20
- default: () => {
21
- value: number;
22
- name: string;
23
- color: string;
24
- }[];
5
+ default: () => never[];
25
6
  };
26
- companyData: {
7
+ dutyRoster: {
27
8
  type: PropType<any[]>;
28
- default: () => {
29
- value: number;
30
- name: string;
31
- color: string;
32
- }[];
9
+ default: () => never[];
33
10
  };
34
11
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
35
- commonMonitor: {
36
- type: ObjectConstructor;
37
- default: () => {
38
- nameRiver: string;
39
- nameInfrared: string;
40
- };
41
- };
42
- publicManagementList: {
43
- type: PropType<any[]>;
44
- default: () => {
45
- duty: string;
46
- name: string;
47
- siteType: string;
48
- }[];
49
- };
50
- gasData: {
12
+ statisticalData: {
51
13
  type: PropType<any[]>;
52
- default: () => {
53
- value: number;
54
- name: string;
55
- color: string;
56
- }[];
14
+ default: () => never[];
57
15
  };
58
- companyData: {
16
+ dutyRoster: {
59
17
  type: PropType<any[]>;
60
- default: () => {
61
- value: number;
62
- name: string;
63
- color: string;
64
- }[];
18
+ default: () => never[];
65
19
  };
66
20
  }>>, {
67
- commonMonitor: Record<string, any>;
68
- publicManagementList: any[];
69
- gasData: any[];
70
- companyData: any[];
21
+ statisticalData: any[];
22
+ dutyRoster: any[];
71
23
  }, {}>;
72
24
  export default _default;
@@ -3,291 +3,101 @@
3
3
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
4
4
 
5
5
  const vue = require('vue');
6
- const Echarts_vue_vue_type_script_setup_true_lang = require('../common/Echarts.vue.js');
7
- require('../common/Echarts.vue2.js');
8
- const circlebottom = require('./img/circlebottom.png.js');
6
+ const dayjs = require('dayjs');
7
+ const IpesPercentBar = require('../common/IpesPercentBar.vue.js');
9
8
 
10
- const _hoisted_1 = { class: "dv-ipes-taskDispose" };
11
- const _hoisted_2 = { class: "dv-ipes-module-content mgt8" };
12
- const _hoisted_3 = { class: "dv-ipes-monitoring-points" };
13
- const _hoisted_4 = /* @__PURE__ */ vue.createStaticVNode('<div class="dv-ipes-common-title" style="padding:8px 0 0 8px;"><div class="dv-ipes-title-large"> 任务处置统计 </div><div class="dv-ipes-title-small"><div class="dv-ipes-title-small1"><span style="opacity:0.5;">已处置</span></div><div class="dv-ipes-title-small2"><span style="opacity:0.5;">处置中</span></div></div></div>', 1);
14
- const _hoisted_5 = {
15
- class: "dv-ipes-flex dv-ipes-echarts-wrap dv-ipes-fs12",
16
- style: { "justify-content": "space-around", "padding-top": "8px" }
17
- };
18
- const _hoisted_6 = { class: "dv-ipes-echarts-item" };
19
- const _hoisted_7 = ["title"];
20
- const _hoisted_8 = { class: "dv-ipes-echarts-item" };
21
- const _hoisted_9 = ["title"];
22
- const _hoisted_10 = /* @__PURE__ */ vue.createElementVNode("div", { class: "dv-ipes-duty-name" }, [
23
- /* @__PURE__ */ vue.createElementVNode("div", { class: "dv-ipes-duty-title" }, " 今日值班表 ")
9
+ const _hoisted_1 = { class: "taskDispose" };
10
+ const _hoisted_2 = { class: "module-content" };
11
+ const _hoisted_3 = { class: "monitoring-points" };
12
+ const _hoisted_4 = { class: "common-title" };
13
+ const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("div", { class: "title-large" }, " 任务处置统计 ", -1);
14
+ const _hoisted_6 = { class: "title-time" };
15
+ const _hoisted_7 = { class: "statistics-box" };
16
+ const _hoisted_8 = { class: "category" };
17
+ const _hoisted_9 = { class: "legend-box" };
18
+ const _hoisted_10 = { class: "legend-item-name" };
19
+ const _hoisted_11 = /* @__PURE__ */ vue.createElementVNode("div", { class: "duty-name" }, [
20
+ /* @__PURE__ */ vue.createElementVNode("div", { class: "duty-title" }, " 今日值班表 ")
24
21
  ], -1);
25
- const _hoisted_11 = ["value", "onClick"];
26
- const _hoisted_12 = { class: "dv-ipes-lefts" };
27
- const _hoisted_13 = { class: "dv-ipes-rights dv-ipes-text-color" };
22
+ const _hoisted_12 = { class: "table-box" };
23
+ const _hoisted_13 = { class: "duty" };
24
+ const _hoisted_14 = { class: "name" };
28
25
  const __default__ = {
29
26
  name: "DvIpesTaskDispose",
30
- title: "任务协同组件"
27
+ title: "任务协同"
31
28
  };
32
29
  const _sfc_main = /* @__PURE__ */ vue.defineComponent({
33
30
  ...__default__,
34
31
  props: {
35
- commonMonitor: {
36
- type: Object,
37
- default: () => {
38
- return {
39
- nameRiver: "大气环境",
40
- nameInfrared: "企业环境"
41
- };
42
- }
43
- },
44
- publicManagementList: {
32
+ statisticalData: {
45
33
  type: Array,
46
34
  default: () => {
47
- return [
48
- {
49
- duty: "值班经理",
50
- name: "王建国",
51
- siteType: "atm_voc"
52
- },
53
- {
54
- duty: "平台值守",
55
- name: "王建国",
56
- siteType: "atm_voc2"
57
- },
58
- {
59
- duty: "走航人员",
60
- name: "王建国",
61
- siteType: "atm_voc3"
62
- }
63
- ];
35
+ return [];
64
36
  }
65
37
  },
66
- // 值班数据
67
- gasData: {
38
+ // 任务处置统计数据
39
+ dutyRoster: {
68
40
  type: Array,
69
41
  default: () => {
70
- return [
71
- {
72
- value: 4,
73
- name: "已处置",
74
- color: "#0EED95"
75
- },
76
- {
77
- value: 7,
78
- name: "处置中",
79
- color: "#FFBE00"
80
- }
81
- ];
82
- }
83
- },
84
- // 大气环境图表数据
85
- companyData: {
86
- type: Array,
87
- default: () => {
88
- return [
89
- {
90
- value: 4,
91
- name: "已处置",
92
- color: "#0EED95"
93
- },
94
- {
95
- value: 7,
96
- name: "处置中",
97
- color: "#FFBE00"
98
- },
99
- {
100
- value: 11,
101
- name: "未处置",
102
- color: "#8FAFC7"
103
- }
104
- ];
42
+ return [];
105
43
  }
106
44
  }
107
- // 企业环境图表数据
45
+ // 值班表数据
108
46
  },
109
47
  setup(__props) {
110
- const props = __props;
111
- const currentModules = "";
112
- const colors = {
113
- normal: "#FFBE00",
114
- // 正常
115
- abnormal: "#0EED95",
116
- // 异常
117
- off: "#8FAFC7"
118
- // 离线
119
- };
120
- const setOptions = (name, data) => {
121
- const options = {
122
- graphic: {
123
- type: "image",
124
- style: {
125
- image: circlebottom.default,
126
- x: 11,
127
- y: 10.5,
128
- width: 38,
129
- height: 38
130
- }
131
- },
132
- grid: {
133
- // 设置图表撑满整个画布
134
- left: "20px",
135
- containLabel: true
136
- },
137
- tooltip: {
138
- trigger: "item",
139
- formatter: (params) => {
140
- const dataObj = params.data;
141
- const str = `
142
- <div style="text-align:left;width:100%">${params.seriesName}</div>
143
- <span style="display:inline-block;width:8px;height:8px;vertical-align: middle;border-radius:4px;background:${dataObj.itemStyle.color}"></span>
144
- <span>${dataObj.name}:${dataObj.value} (${params.percent}%)</span>
145
- `;
146
- return str;
147
- }
148
- },
149
- legend: {
150
- show: false,
151
- left: "center",
152
- orient: "horizontal",
153
- itemWidth: 7,
154
- itemHeight: 7,
155
- textStyle: {
156
- fontSize: 12,
157
- color: "#ffffff",
158
- opacity: "0.5"
159
- }
160
- },
161
- series: [
162
- {
163
- cursor: "pointer",
164
- selectedMode: "single",
165
- selectedOffset: 1,
166
- name,
167
- type: "pie",
168
- radius: ["63%", "83%"],
169
- itemStyle: {
170
- borderColor: "#0B2C3C",
171
- borderWidth: 1
172
- },
173
- label: {
174
- show: true,
175
- position: "center",
176
- itemStyle: {
177
- fontSize: 6
178
- },
179
- emphasis: {
180
- show: true
181
- },
182
- rich: {
183
- span1: {
184
- color: colors.normal,
185
- fontSize: 12
186
- },
187
- span2: {
188
- color: colors.abnormal,
189
- fontSize: 12
190
- },
191
- span3: {
192
- color: colors.off,
193
- fontSize: 12
194
- },
195
- gang: {
196
- color: "rgba(255, 255, 255, 0.2)",
197
- fontSize: 12
198
- }
199
- },
200
- formatter: () => {
201
- let str = "";
202
- data.forEach((item) => {
203
- switch (item.name) {
204
- case "处置中":
205
- str += `{span1|${item.value}}{gang|}`;
206
- break;
207
- case "已处置":
208
- str += `{span2|${item.value}}{gang|/}`;
209
- break;
210
- }
211
- });
212
- return str;
213
- }
214
- },
215
- emphasis: {
216
- label: {
217
- show: false
218
- }
219
- },
220
- labelLine: {
221
- show: false
222
- },
223
- data: data.map((item) => {
224
- return {
225
- value: item.value,
226
- name: item.name,
227
- itemStyle: {
228
- color: item.color
229
- }
230
- };
231
- })
232
- }
233
- ]
234
- };
235
- return {
236
- options
237
- };
238
- };
239
- const onChange = (event, type) => {
240
- };
241
- const aqmsOptions = setOptions("大气环境", props.gasData);
242
- const enterpriseOptions = setOptions("企业环境", props.companyData);
48
+ const currentTime = vue.ref(dayjs().format("YYYY-MM-DD HH"));
243
49
  return (_ctx, _cache) => {
244
50
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
245
51
  vue.createElementVNode("div", _hoisted_2, [
246
52
  vue.createElementVNode("div", _hoisted_3, [
247
- _hoisted_4,
248
- vue.createElementVNode("div", _hoisted_5, [
249
- vue.createElementVNode("div", _hoisted_6, [
250
- vue.createVNode(Echarts_vue_vue_type_script_setup_true_lang.default, {
251
- id: "aqms",
252
- class: "dv-ipes-echarts-pie",
253
- width: "60px",
254
- height: "60px",
255
- "full-options": vue.unref(aqmsOptions),
256
- loading: false
257
- }, null, 8, ["full-options"]),
258
- vue.createElementVNode("div", {
259
- class: "dv-ipes-point-title dv-ipes-single-overflow",
260
- title: __props.commonMonitor.nameRiver
261
- }, vue.toDisplayString(__props.commonMonitor.nameRiver), 9, _hoisted_7)
262
- ]),
263
- vue.createElementVNode("div", _hoisted_8, [
264
- vue.createVNode(Echarts_vue_vue_type_script_setup_true_lang.default, {
265
- id: "company",
266
- class: "dv-ipes-echarts-pie",
267
- width: "60px",
268
- height: "60px",
269
- "full-options": vue.unref(enterpriseOptions),
270
- loading: false
271
- }, null, 8, ["full-options"]),
272
- vue.createElementVNode("div", {
273
- class: "dv-ipes-point-title dv-ipes-single-overflow",
274
- title: __props.commonMonitor.nameInfrared
275
- }, vue.toDisplayString(__props.commonMonitor.nameInfrared), 9, _hoisted_9)
276
- ])
53
+ vue.createElementVNode("div", _hoisted_4, [
54
+ _hoisted_5,
55
+ vue.createElementVNode("div", _hoisted_6, vue.toDisplayString(vue.unref(currentTime)), 1)
56
+ ]),
57
+ vue.createElementVNode("div", _hoisted_7, [
58
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.statisticalData, (item, index) => {
59
+ return vue.openBlock(), vue.createElementBlock("div", {
60
+ key: index,
61
+ class: "statistics-item"
62
+ }, [
63
+ vue.createElementVNode("div", _hoisted_8, vue.toDisplayString(item.category), 1),
64
+ vue.createVNode(IpesPercentBar.default, {
65
+ list: item.list
66
+ }, null, 8, ["list"]),
67
+ vue.createElementVNode("div", _hoisted_9, [
68
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(item.list, (item2, index2) => {
69
+ return vue.openBlock(), vue.createElementBlock("div", {
70
+ key: index2,
71
+ class: "legend-item"
72
+ }, [
73
+ vue.createElementVNode("div", {
74
+ class: "legend-item-color",
75
+ style: vue.normalizeStyle({ background: item2.background })
76
+ }, null, 4),
77
+ vue.createElementVNode("span", _hoisted_10, vue.toDisplayString(item2.name), 1),
78
+ vue.createElementVNode("div", {
79
+ class: "legend-item-value",
80
+ style: vue.normalizeStyle({ color: item2.background })
81
+ }, vue.toDisplayString(item2.value), 5)
82
+ ]);
83
+ }), 128))
84
+ ])
85
+ ]);
86
+ }), 128))
277
87
  ])
278
88
  ]),
279
- _hoisted_10,
280
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.publicManagementList, (item, index) => {
281
- return vue.openBlock(), vue.createElementBlock("div", {
282
- key: `${index}publicManagementList`,
283
- class: "dv-ipes-itemsBox dv-ipes-flex",
284
- value: currentModules === item.siteType,
285
- onClick: ($event) => onChange($event, item.siteType)
286
- }, [
287
- vue.createElementVNode("div", _hoisted_12, vue.toDisplayString(item.duty), 1),
288
- vue.createElementVNode("div", _hoisted_13, vue.toDisplayString(item.name), 1)
289
- ], 8, _hoisted_11);
290
- }), 128))
89
+ _hoisted_11,
90
+ vue.createElementVNode("div", _hoisted_12, [
91
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.dutyRoster, (item, index) => {
92
+ return vue.openBlock(), vue.createElementBlock("div", {
93
+ key: `${index}dutyRoster`,
94
+ class: "dutyRosterItem"
95
+ }, [
96
+ vue.createElementVNode("div", _hoisted_13, vue.toDisplayString(item.duty), 1),
97
+ vue.createElementVNode("div", _hoisted_14, vue.toDisplayString(item.name), 1)
98
+ ]);
99
+ }), 128))
100
+ ])
291
101
  ])
292
102
  ]);
293
103
  };
@@ -5,7 +5,6 @@ export declare const DvIpesVocStatistics: {
5
5
  $data: {};
6
6
  $props: {
7
7
  data?: any[] | undefined;
8
- title?: string | undefined;
9
8
  key?: string | number | symbol | undefined;
10
9
  style?: unknown;
11
10
  ref?: import("vue").VNodeRef | undefined;
@@ -65,20 +64,12 @@ export declare const DvIpesVocStatistics: {
65
64
  $emit: (event: string, ...args: any[]) => void;
66
65
  $el: any;
67
66
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
68
- title: {
69
- type: StringConstructor;
70
- default: string;
71
- };
72
67
  data: {
73
68
  type: globalThis.PropType<any[]>;
74
- default: () => {
75
- value: string;
76
- label: string;
77
- }[];
69
+ default: () => never[];
78
70
  };
79
71
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
80
72
  data: any[];
81
- title: string;
82
73
  }, {}, string, {}> & {
83
74
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
84
75
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -100,35 +91,20 @@ export declare const DvIpesVocStatistics: {
100
91
  $nextTick: typeof import("vue").nextTick;
101
92
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
102
93
  } & Readonly<import("vue").ExtractPropTypes<{
103
- title: {
104
- type: StringConstructor;
105
- default: string;
106
- };
107
94
  data: {
108
95
  type: globalThis.PropType<any[]>;
109
- default: () => {
110
- value: string;
111
- label: string;
112
- }[];
96
+ default: () => never[];
113
97
  };
114
98
  }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
115
99
  __isFragment?: undefined;
116
100
  __isTeleport?: undefined;
117
101
  __isSuspense?: undefined;
118
102
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
119
- title: {
120
- type: StringConstructor;
121
- default: string;
122
- };
123
103
  data: {
124
104
  type: globalThis.PropType<any[]>;
125
- default: () => {
126
- value: string;
127
- label: string;
128
- }[];
105
+ default: () => never[];
129
106
  };
130
107
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
131
108
  data: any[];
132
- title: string;
133
109
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
134
110
  export default _VocStatistics;