@ued_fpi/data-visual 1.2.8 → 1.2.10

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 (195) hide show
  1. package/dist/es/index.mjs +5 -4
  2. package/dist/es/ipes/src/AccessVehicleManage/index.vue.mjs +4 -4
  3. package/dist/es/ipes/src/AirPollutionDischarge/index.vue.mjs +32 -135
  4. package/dist/es/ipes/src/AirQuality/index.vue.mjs +7 -110
  5. package/dist/es/ipes/src/{AirQualityManagement → AirQualityManage}/index.d.ts +3 -3
  6. package/dist/es/ipes/src/AirQualityManage/index.mjs +6 -0
  7. package/dist/es/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/index.vue.mjs +2 -3
  8. package/dist/{lib/ipes/src/AirQualityManagement → es/ipes/src/AirQualityStandard}/index.d.ts +3 -3
  9. package/dist/es/ipes/src/{AirQualityManagement → AirQualityStandard}/index.mjs +2 -2
  10. package/dist/es/ipes/src/{AirQualityManagement → AirQualityStandard}/index.vue.mjs +2 -12
  11. package/dist/es/ipes/src/EmergencyManage/index.vue.mjs +7 -11
  12. package/dist/es/ipes/src/EmergencyResources/images/materials.light.png.mjs +3 -0
  13. package/dist/es/ipes/src/EmergencyResources/images/materials.png.mjs +2 -2
  14. package/dist/es/ipes/src/EmergencyResources/images/personnel.light.png.mjs +3 -0
  15. package/dist/es/ipes/src/EmergencyResources/images/personnel.png.mjs +2 -2
  16. package/dist/es/ipes/src/EmergencyResources/images/preplan.light.png.mjs +3 -0
  17. package/dist/es/ipes/src/EmergencyResources/images/preplan.png.mjs +2 -2
  18. package/dist/es/ipes/src/EmergencyResources/images/protected.png.mjs +2 -2
  19. package/dist/es/ipes/src/EmergencyResources/images/shelter.light.png.mjs +3 -0
  20. package/dist/es/ipes/src/EmergencyResources/images/shelter.png.mjs +2 -2
  21. package/dist/es/ipes/src/EmergencyResources/images/store.light.png.mjs +3 -0
  22. package/dist/es/ipes/src/EmergencyResources/images/store.png.mjs +2 -2
  23. package/dist/es/ipes/src/EmergencyResources/images/team.light.png.mjs +3 -0
  24. package/dist/es/ipes/src/EmergencyResources/images/team.png.mjs +2 -2
  25. package/dist/es/ipes/src/EmergencyResources/index.vue.mjs +14 -8
  26. package/dist/es/ipes/src/EnterpriseProtectionCode/index.d.ts +21 -12
  27. package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.d.ts +27 -10
  28. package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.mjs +17 -76
  29. package/dist/es/ipes/src/EnterpriseProtectionCode/type.d.ts +4 -0
  30. package/dist/es/ipes/src/EnvironmentalProtection/index.vue.mjs +3 -11
  31. package/dist/es/ipes/src/EnvironmentalRiskManagement/index.d.ts +15 -0
  32. package/dist/es/ipes/src/EnvironmentalRiskManagement/index.vue.d.ts +9 -0
  33. package/dist/es/ipes/src/EnvironmentalRiskManagement/index.vue.mjs +8 -1
  34. package/dist/es/ipes/src/GasControl/components/AlarmStatistics.vue.mjs +10 -13
  35. package/dist/es/ipes/src/GasControl/index.d.ts +136 -13
  36. package/dist/es/ipes/src/GasControl/index.vue.d.ts +87 -7
  37. package/dist/es/ipes/src/GasControl/index.vue.mjs +26 -27
  38. package/dist/es/ipes/src/GeneralManagement/index.d.ts +3 -15
  39. package/dist/es/ipes/src/GeneralManagement/index.vue.d.ts +2 -10
  40. package/dist/es/ipes/src/GeneralManagement/index.vue.mjs +1 -1
  41. package/dist/{lib/ipes/src/EnvManage → es/ipes/src/HarmfulMonitoring}/index.d.ts +3 -3
  42. package/dist/es/ipes/src/{EnvManage → HarmfulMonitoring}/index.mjs +2 -2
  43. package/dist/es/ipes/src/HarmfulMonitoring/index.vue.mjs +105 -0
  44. package/dist/es/ipes/src/HazardousVehicleManage/index.d.ts +1 -9
  45. package/dist/es/ipes/src/HazardousVehicleManage/index.vue.d.ts +1 -4
  46. package/dist/es/ipes/src/HazardousVehicleManage/index.vue.mjs +17 -41
  47. package/dist/es/ipes/src/HazardousVehicleManage/types/index.d.ts +0 -1
  48. package/dist/es/ipes/src/HazardousVehicleManage/types/index.mjs +1 -2
  49. package/dist/es/ipes/src/InspectionManage/index.vue.mjs +7 -6
  50. package/dist/es/ipes/src/KeyProblemEnterprises/index.d.ts +126 -0
  51. package/dist/es/ipes/src/KeyProblemEnterprises/index.mjs +7 -0
  52. package/dist/es/ipes/src/KeyProblemEnterprises/index.vue.d.ts +33 -0
  53. package/dist/es/ipes/src/KeyProblemEnterprises/index.vue.mjs +63 -0
  54. package/dist/es/ipes/src/KeyProblemEnterprises/index.vue2.mjs +3 -0
  55. package/dist/es/ipes/src/KeyProblemEnterprises/index.vue3.mjs +6 -0
  56. package/dist/es/ipes/src/KeyProblemEnterprises/type.d.ts +4 -0
  57. package/dist/es/ipes/src/OdorControl/index.vue.mjs +4 -2
  58. package/dist/es/ipes/src/PollutantSourceManage/index.vue.mjs +3 -4
  59. package/dist/es/ipes/src/SealingManage/index.d.ts +0 -24
  60. package/dist/es/ipes/src/SealingManage/index.vue.d.ts +0 -16
  61. package/dist/es/ipes/src/SealingManage/index.vue.mjs +12 -46
  62. package/dist/es/ipes/src/SealingManage/types/index.d.ts +0 -16
  63. package/dist/es/ipes/src/SealingManage/types/index.mjs +0 -16
  64. package/dist/es/ipes/src/WaterNetworkManage/images/icon-percent.png.mjs +1 -1
  65. package/dist/es/ipes/src/WaterNetworkManage/index.vue.mjs +11 -11
  66. package/dist/es/ipes/src/index.d.ts +5 -4
  67. package/dist/es/ipes/src/index.mjs +5 -4
  68. package/dist/es/style.css +1 -1
  69. package/dist/es/wgms/src/ChlorophyllAchangeRate/index.vue.mjs +12 -8
  70. package/dist/lib/index.js +111 -109
  71. package/dist/lib/ipes/index.js +4 -4
  72. package/dist/lib/ipes/src/AccessVehicleManage/index.vue.js +4 -4
  73. package/dist/lib/ipes/src/AirPollutionDischarge/index.vue.js +31 -134
  74. package/dist/lib/ipes/src/AirQuality/index.vue.js +6 -109
  75. package/dist/{es/ipes/src/RealTimeAirQualityManage → lib/ipes/src/AirQualityManage}/index.d.ts +3 -3
  76. package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/index.js +2 -2
  77. package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/index.vue.js +2 -3
  78. package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityStandard}/index.d.ts +3 -3
  79. package/dist/lib/ipes/src/{AirQualityManagement → AirQualityStandard}/index.js +2 -2
  80. package/dist/lib/ipes/src/{AirQualityManagement → AirQualityStandard}/index.vue.js +1 -11
  81. package/dist/lib/ipes/src/EmergencyManage/index.vue.js +6 -10
  82. package/dist/lib/ipes/src/EmergencyResources/images/materials.light.png.js +7 -0
  83. package/dist/lib/ipes/src/EmergencyResources/images/materials.png.js +2 -2
  84. package/dist/lib/ipes/src/EmergencyResources/images/personnel.light.png.js +7 -0
  85. package/dist/lib/ipes/src/EmergencyResources/images/personnel.png.js +2 -2
  86. package/dist/lib/ipes/src/EmergencyResources/images/preplan.light.png.js +7 -0
  87. package/dist/lib/ipes/src/EmergencyResources/images/preplan.png.js +2 -2
  88. package/dist/lib/ipes/src/EmergencyResources/images/protected.png.js +2 -2
  89. package/dist/lib/ipes/src/EmergencyResources/images/shelter.light.png.js +7 -0
  90. package/dist/lib/ipes/src/EmergencyResources/images/shelter.png.js +2 -2
  91. package/dist/lib/ipes/src/EmergencyResources/images/store.light.png.js +7 -0
  92. package/dist/lib/ipes/src/EmergencyResources/images/store.png.js +2 -2
  93. package/dist/lib/ipes/src/EmergencyResources/images/team.light.png.js +7 -0
  94. package/dist/lib/ipes/src/EmergencyResources/images/team.png.js +2 -2
  95. package/dist/lib/ipes/src/EmergencyResources/index.vue.js +7 -1
  96. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.d.ts +21 -12
  97. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.d.ts +27 -10
  98. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.js +16 -75
  99. package/dist/lib/ipes/src/EnterpriseProtectionCode/type.d.ts +4 -0
  100. package/dist/lib/ipes/src/EnvironmentalProtection/index.vue.js +3 -11
  101. package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.d.ts +15 -0
  102. package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.vue.d.ts +9 -0
  103. package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.vue.js +8 -1
  104. package/dist/lib/ipes/src/GasControl/components/AlarmStatistics.vue.js +9 -12
  105. package/dist/lib/ipes/src/GasControl/index.d.ts +136 -13
  106. package/dist/lib/ipes/src/GasControl/index.vue.d.ts +87 -7
  107. package/dist/lib/ipes/src/GasControl/index.vue.js +25 -26
  108. package/dist/lib/ipes/src/GeneralManagement/index.d.ts +3 -15
  109. package/dist/lib/ipes/src/GeneralManagement/index.vue.d.ts +2 -10
  110. package/dist/lib/ipes/src/GeneralManagement/index.vue.js +1 -1
  111. package/dist/{es/ipes/src/EnvManage → lib/ipes/src/HarmfulMonitoring}/index.d.ts +3 -3
  112. package/dist/lib/ipes/src/{EnvManage → HarmfulMonitoring}/index.js +2 -2
  113. package/dist/lib/ipes/src/HarmfulMonitoring/index.vue.js +109 -0
  114. package/dist/lib/ipes/src/HazardousVehicleManage/index.d.ts +1 -9
  115. package/dist/lib/ipes/src/HazardousVehicleManage/index.vue.d.ts +1 -4
  116. package/dist/lib/ipes/src/HazardousVehicleManage/index.vue.js +16 -40
  117. package/dist/lib/ipes/src/HazardousVehicleManage/types/index.d.ts +0 -1
  118. package/dist/lib/ipes/src/HazardousVehicleManage/types/index.js +1 -2
  119. package/dist/lib/ipes/src/InspectionManage/index.vue.js +7 -6
  120. package/dist/lib/ipes/src/KeyProblemEnterprises/index.d.ts +126 -0
  121. package/dist/lib/ipes/src/KeyProblemEnterprises/index.js +12 -0
  122. package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue.d.ts +33 -0
  123. package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue.js +67 -0
  124. package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue2.js +7 -0
  125. package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue3.js +10 -0
  126. package/dist/lib/ipes/src/KeyProblemEnterprises/type.d.ts +4 -0
  127. package/dist/lib/ipes/src/OdorControl/index.vue.js +4 -2
  128. package/dist/lib/ipes/src/PollutantSourceManage/index.vue.js +2 -3
  129. package/dist/lib/ipes/src/SealingManage/index.d.ts +0 -24
  130. package/dist/lib/ipes/src/SealingManage/index.vue.d.ts +0 -16
  131. package/dist/lib/ipes/src/SealingManage/index.vue.js +12 -46
  132. package/dist/lib/ipes/src/SealingManage/types/index.d.ts +0 -16
  133. package/dist/lib/ipes/src/SealingManage/types/index.js +0 -16
  134. package/dist/lib/ipes/src/WaterNetworkManage/images/icon-percent.png.js +1 -1
  135. package/dist/lib/ipes/src/WaterNetworkManage/index.vue.js +11 -11
  136. package/dist/lib/ipes/src/index.d.ts +5 -4
  137. package/dist/lib/ipes/src/index.js +52 -50
  138. package/dist/lib/style.css +1 -1
  139. package/dist/lib/wgms/src/ChlorophyllAchangeRate/index.vue.js +12 -8
  140. package/dist/style/style-ipes.css +1 -1
  141. package/dist/style/style-wgms.css +1 -1
  142. package/package.json +2 -2
  143. package/dist/es/ipes/src/AirQuality/images/air-status-1.png.mjs +0 -3
  144. package/dist/es/ipes/src/AirQuality/images/air-status-2.png.mjs +0 -3
  145. package/dist/es/ipes/src/AirQuality/images/air-status-3.png.mjs +0 -3
  146. package/dist/es/ipes/src/AirQuality/images/air-status-4.png.mjs +0 -3
  147. package/dist/es/ipes/src/AirQuality/images/air-status-5.png.mjs +0 -3
  148. package/dist/es/ipes/src/AirQuality/images/air-status-6.png.mjs +0 -3
  149. package/dist/es/ipes/src/AirQuality/images/air-status.png.mjs +0 -3
  150. package/dist/es/ipes/src/AirQualityManagement/images/blue_1.svg.mjs +0 -3
  151. package/dist/es/ipes/src/AirQualityManagement/images/blue_2.svg.mjs +0 -3
  152. package/dist/es/ipes/src/EmergencyManage/img/pie.png.mjs +0 -3
  153. package/dist/es/ipes/src/EnvManage/index.vue.mjs +0 -280
  154. package/dist/es/ipes/src/EnvironmentalProtection/images/piebottom.png.mjs +0 -3
  155. package/dist/es/ipes/src/EnvironmentalProtection/images/pietop.png.mjs +0 -3
  156. package/dist/es/ipes/src/RealTimeAirQualityManage/index.mjs +0 -6
  157. package/dist/lib/ipes/src/AirQuality/images/air-status-1.png.js +0 -7
  158. package/dist/lib/ipes/src/AirQuality/images/air-status-2.png.js +0 -7
  159. package/dist/lib/ipes/src/AirQuality/images/air-status-3.png.js +0 -7
  160. package/dist/lib/ipes/src/AirQuality/images/air-status-4.png.js +0 -7
  161. package/dist/lib/ipes/src/AirQuality/images/air-status-5.png.js +0 -7
  162. package/dist/lib/ipes/src/AirQuality/images/air-status-6.png.js +0 -7
  163. package/dist/lib/ipes/src/AirQuality/images/air-status.png.js +0 -7
  164. package/dist/lib/ipes/src/AirQualityManagement/images/blue_1.svg.js +0 -7
  165. package/dist/lib/ipes/src/AirQualityManagement/images/blue_2.svg.js +0 -7
  166. package/dist/lib/ipes/src/EmergencyManage/img/pie.png.js +0 -7
  167. package/dist/lib/ipes/src/EnvManage/index.vue.js +0 -284
  168. package/dist/lib/ipes/src/EnvironmentalProtection/images/piebottom.png.js +0 -7
  169. package/dist/lib/ipes/src/EnvironmentalProtection/images/pietop.png.js +0 -7
  170. /package/dist/es/ipes/src/{AirQualityManagement → AirQualityManage}/index.vue.d.ts +0 -0
  171. /package/dist/es/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/index.vue2.mjs +0 -0
  172. /package/dist/es/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/type.d.ts +0 -0
  173. /package/dist/es/ipes/src/{AirPollutionDischarge → AirQualityStandard}/images/blue_1.svg.mjs +0 -0
  174. /package/dist/es/ipes/src/{AirPollutionDischarge → AirQualityStandard}/images/blue_2.svg.mjs +0 -0
  175. /package/dist/es/ipes/src/{RealTimeAirQualityManage → AirQualityStandard}/index.vue.d.ts +0 -0
  176. /package/dist/es/ipes/src/{AirQualityManagement → AirQualityStandard}/index.vue2.mjs +0 -0
  177. /package/dist/es/ipes/src/{AirQualityManagement → AirQualityStandard}/index.vue3.mjs +0 -0
  178. /package/dist/es/ipes/src/{AirQualityManagement → AirQualityStandard}/type.d.ts +0 -0
  179. /package/dist/es/ipes/src/{EnvManage → HarmfulMonitoring}/index.vue.d.ts +0 -0
  180. /package/dist/es/ipes/src/{EnvManage → HarmfulMonitoring}/index.vue2.mjs +0 -0
  181. /package/dist/es/ipes/src/{EnvManage → HarmfulMonitoring}/index.vue3.mjs +0 -0
  182. /package/dist/es/ipes/src/{EnvManage → HarmfulMonitoring}/type.d.ts +0 -0
  183. /package/dist/lib/ipes/src/{AirQualityManagement → AirQualityManage}/index.vue.d.ts +0 -0
  184. /package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/index.vue2.js +0 -0
  185. /package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/type.d.ts +0 -0
  186. /package/dist/lib/ipes/src/{AirPollutionDischarge → AirQualityStandard}/images/blue_1.svg.js +0 -0
  187. /package/dist/lib/ipes/src/{AirPollutionDischarge → AirQualityStandard}/images/blue_2.svg.js +0 -0
  188. /package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityStandard}/index.vue.d.ts +0 -0
  189. /package/dist/lib/ipes/src/{AirQualityManagement → AirQualityStandard}/index.vue2.js +0 -0
  190. /package/dist/lib/ipes/src/{AirQualityManagement → AirQualityStandard}/index.vue3.js +0 -0
  191. /package/dist/lib/ipes/src/{AirQualityManagement → AirQualityStandard}/type.d.ts +0 -0
  192. /package/dist/lib/ipes/src/{EnvManage → HarmfulMonitoring}/index.vue.d.ts +0 -0
  193. /package/dist/lib/ipes/src/{EnvManage → HarmfulMonitoring}/index.vue2.js +0 -0
  194. /package/dist/lib/ipes/src/{EnvManage → HarmfulMonitoring}/index.vue3.js +0 -0
  195. /package/dist/lib/ipes/src/{EnvManage → HarmfulMonitoring}/type.d.ts +0 -0
@@ -4,8 +4,11 @@ export declare const DvIpesGasControl: {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
6
  $props: {
7
+ data?: import("./type").SingleItemType[] | undefined;
8
+ list?: import("./type").StatisticsType[] | undefined;
9
+ alarmNum?: number | undefined;
10
+ isUseBuiltInApi?: boolean | undefined;
7
11
  getGasControlApi?: string | undefined;
8
- getStatisticsApi?: string | undefined;
9
12
  key?: string | number | symbol | undefined;
10
13
  style?: unknown;
11
14
  ref?: import("vue").VNodeRef | undefined;
@@ -69,13 +72,54 @@ export declare const DvIpesGasControl: {
69
72
  type: StringConstructor;
70
73
  default: string;
71
74
  };
72
- getStatisticsApi: {
73
- type: StringConstructor;
74
- default: string;
75
+ alarmNum: {
76
+ default: number;
77
+ type: NumberConstructor;
78
+ };
79
+ data: {
80
+ type: {
81
+ (arrayLength: number): import("./type").SingleItemType[];
82
+ (...items: import("./type").SingleItemType[]): import("./type").SingleItemType[];
83
+ new (arrayLength: number): import("./type").SingleItemType[];
84
+ new (...items: import("./type").SingleItemType[]): import("./type").SingleItemType[];
85
+ isArray(arg: any): arg is any[];
86
+ readonly prototype: any[];
87
+ from<T>(arrayLike: ArrayLike<T>): T[];
88
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
89
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
90
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
91
+ of<T_4>(...items: T_4[]): T_4[];
92
+ readonly [Symbol.species]: ArrayConstructor;
93
+ };
94
+ default: () => never[];
95
+ };
96
+ list: {
97
+ type: {
98
+ (arrayLength: number): import("./type").StatisticsType[];
99
+ (...items: import("./type").StatisticsType[]): import("./type").StatisticsType[];
100
+ new (arrayLength: number): import("./type").StatisticsType[];
101
+ new (...items: import("./type").StatisticsType[]): import("./type").StatisticsType[];
102
+ isArray(arg: any): arg is any[];
103
+ readonly prototype: any[];
104
+ from<T>(arrayLike: ArrayLike<T>): T[];
105
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
106
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
107
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
108
+ of<T_4>(...items: T_4[]): T_4[];
109
+ readonly [Symbol.species]: ArrayConstructor;
110
+ };
111
+ default: () => never[];
112
+ };
113
+ isUseBuiltInApi: {
114
+ default: boolean;
115
+ type: BooleanConstructor;
75
116
  };
76
117
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
118
+ data: import("./type").SingleItemType[];
119
+ list: import("./type").StatisticsType[];
120
+ alarmNum: number;
121
+ isUseBuiltInApi: boolean;
77
122
  getGasControlApi: string;
78
- getStatisticsApi: string;
79
123
  }, {}, string, {}> & {
80
124
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
81
125
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -95,15 +139,53 @@ export declare const DvIpesGasControl: {
95
139
  };
96
140
  $forceUpdate: () => void;
97
141
  $nextTick: typeof import("vue").nextTick;
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;
142
+ $watch<T_5 extends string | ((...args: any) => any)>(source: T_5, cb: T_5 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
99
143
  } & Readonly<import("vue").ExtractPropTypes<{
100
144
  getGasControlApi: {
101
145
  type: StringConstructor;
102
146
  default: string;
103
147
  };
104
- getStatisticsApi: {
105
- type: StringConstructor;
106
- default: string;
148
+ alarmNum: {
149
+ default: number;
150
+ type: NumberConstructor;
151
+ };
152
+ data: {
153
+ type: {
154
+ (arrayLength: number): import("./type").SingleItemType[];
155
+ (...items: import("./type").SingleItemType[]): import("./type").SingleItemType[];
156
+ new (arrayLength: number): import("./type").SingleItemType[];
157
+ new (...items: import("./type").SingleItemType[]): import("./type").SingleItemType[];
158
+ isArray(arg: any): arg is any[];
159
+ readonly prototype: any[];
160
+ from<T>(arrayLike: ArrayLike<T>): T[];
161
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
162
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
163
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
164
+ of<T_4>(...items: T_4[]): T_4[];
165
+ readonly [Symbol.species]: ArrayConstructor;
166
+ };
167
+ default: () => never[];
168
+ };
169
+ list: {
170
+ type: {
171
+ (arrayLength: number): import("./type").StatisticsType[];
172
+ (...items: import("./type").StatisticsType[]): import("./type").StatisticsType[];
173
+ new (arrayLength: number): import("./type").StatisticsType[];
174
+ new (...items: import("./type").StatisticsType[]): import("./type").StatisticsType[];
175
+ isArray(arg: any): arg is any[];
176
+ readonly prototype: any[];
177
+ from<T>(arrayLike: ArrayLike<T>): T[];
178
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
179
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
180
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
181
+ of<T_4>(...items: T_4[]): T_4[];
182
+ readonly [Symbol.species]: ArrayConstructor;
183
+ };
184
+ default: () => never[];
185
+ };
186
+ isUseBuiltInApi: {
187
+ default: boolean;
188
+ type: BooleanConstructor;
107
189
  };
108
190
  }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
109
191
  __isFragment?: undefined;
@@ -114,12 +196,53 @@ export declare const DvIpesGasControl: {
114
196
  type: StringConstructor;
115
197
  default: string;
116
198
  };
117
- getStatisticsApi: {
118
- type: StringConstructor;
119
- default: string;
199
+ alarmNum: {
200
+ default: number;
201
+ type: NumberConstructor;
202
+ };
203
+ data: {
204
+ type: {
205
+ (arrayLength: number): import("./type").SingleItemType[];
206
+ (...items: import("./type").SingleItemType[]): import("./type").SingleItemType[];
207
+ new (arrayLength: number): import("./type").SingleItemType[];
208
+ new (...items: import("./type").SingleItemType[]): import("./type").SingleItemType[];
209
+ isArray(arg: any): arg is any[];
210
+ readonly prototype: any[];
211
+ from<T>(arrayLike: ArrayLike<T>): T[];
212
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
213
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
214
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
215
+ of<T_4>(...items: T_4[]): T_4[];
216
+ readonly [Symbol.species]: ArrayConstructor;
217
+ };
218
+ default: () => never[];
219
+ };
220
+ list: {
221
+ type: {
222
+ (arrayLength: number): import("./type").StatisticsType[];
223
+ (...items: import("./type").StatisticsType[]): import("./type").StatisticsType[];
224
+ new (arrayLength: number): import("./type").StatisticsType[];
225
+ new (...items: import("./type").StatisticsType[]): import("./type").StatisticsType[];
226
+ isArray(arg: any): arg is any[];
227
+ readonly prototype: any[];
228
+ from<T>(arrayLike: ArrayLike<T>): T[];
229
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
230
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
231
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
232
+ of<T_4>(...items: T_4[]): T_4[];
233
+ readonly [Symbol.species]: ArrayConstructor;
234
+ };
235
+ default: () => never[];
236
+ };
237
+ isUseBuiltInApi: {
238
+ default: boolean;
239
+ type: BooleanConstructor;
120
240
  };
121
241
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
242
+ data: import("./type").SingleItemType[];
243
+ list: import("./type").StatisticsType[];
244
+ alarmNum: number;
245
+ isUseBuiltInApi: boolean;
122
246
  getGasControlApi: string;
123
- getStatisticsApi: string;
124
247
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
125
248
  export default _GasControl;
@@ -1,23 +1,103 @@
1
+ import type { SingleItemType, StatisticsType } from './type';
1
2
  declare const _default: import("vue").DefineComponent<{
2
3
  getGasControlApi: {
3
4
  type: StringConstructor;
4
5
  default: string;
5
6
  };
6
- getStatisticsApi: {
7
- type: StringConstructor;
8
- default: string;
7
+ alarmNum: {
8
+ default: number;
9
+ type: NumberConstructor;
10
+ };
11
+ data: {
12
+ type: {
13
+ (arrayLength: number): SingleItemType[];
14
+ (...items: SingleItemType[]): SingleItemType[];
15
+ new (arrayLength: number): SingleItemType[];
16
+ new (...items: SingleItemType[]): SingleItemType[];
17
+ isArray(arg: any): arg is any[];
18
+ readonly prototype: any[];
19
+ from<T>(arrayLike: ArrayLike<T>): T[];
20
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
21
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
22
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
23
+ of<T_4>(...items: T_4[]): T_4[];
24
+ readonly [Symbol.species]: ArrayConstructor;
25
+ };
26
+ default: () => never[];
27
+ };
28
+ list: {
29
+ type: {
30
+ (arrayLength: number): StatisticsType[];
31
+ (...items: StatisticsType[]): StatisticsType[];
32
+ new (arrayLength: number): StatisticsType[];
33
+ new (...items: StatisticsType[]): StatisticsType[];
34
+ isArray(arg: any): arg is any[];
35
+ readonly prototype: any[];
36
+ from<T>(arrayLike: ArrayLike<T>): T[];
37
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
38
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
39
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
40
+ of<T_4>(...items: T_4[]): T_4[];
41
+ readonly [Symbol.species]: ArrayConstructor;
42
+ };
43
+ default: () => never[];
44
+ };
45
+ isUseBuiltInApi: {
46
+ default: boolean;
47
+ type: BooleanConstructor;
9
48
  };
10
49
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
11
50
  getGasControlApi: {
12
51
  type: StringConstructor;
13
52
  default: string;
14
53
  };
15
- getStatisticsApi: {
16
- type: StringConstructor;
17
- default: string;
54
+ alarmNum: {
55
+ default: number;
56
+ type: NumberConstructor;
57
+ };
58
+ data: {
59
+ type: {
60
+ (arrayLength: number): SingleItemType[];
61
+ (...items: SingleItemType[]): SingleItemType[];
62
+ new (arrayLength: number): SingleItemType[];
63
+ new (...items: SingleItemType[]): SingleItemType[];
64
+ isArray(arg: any): arg is any[];
65
+ readonly prototype: any[];
66
+ from<T>(arrayLike: ArrayLike<T>): T[];
67
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
68
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
69
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
70
+ of<T_4>(...items: T_4[]): T_4[];
71
+ readonly [Symbol.species]: ArrayConstructor;
72
+ };
73
+ default: () => never[];
74
+ };
75
+ list: {
76
+ type: {
77
+ (arrayLength: number): StatisticsType[];
78
+ (...items: StatisticsType[]): StatisticsType[];
79
+ new (arrayLength: number): StatisticsType[];
80
+ new (...items: StatisticsType[]): StatisticsType[];
81
+ isArray(arg: any): arg is any[];
82
+ readonly prototype: any[];
83
+ from<T>(arrayLike: ArrayLike<T>): T[];
84
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
85
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
86
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
87
+ of<T_4>(...items: T_4[]): T_4[];
88
+ readonly [Symbol.species]: ArrayConstructor;
89
+ };
90
+ default: () => never[];
91
+ };
92
+ isUseBuiltInApi: {
93
+ default: boolean;
94
+ type: BooleanConstructor;
18
95
  };
19
96
  }>>, {
97
+ data: SingleItemType[];
98
+ list: StatisticsType[];
99
+ alarmNum: number;
100
+ isUseBuiltInApi: boolean;
20
101
  getGasControlApi: string;
21
- getStatisticsApi: string;
22
102
  }, {}>;
23
103
  export default _default;
@@ -22,27 +22,26 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
22
22
  type: String,
23
23
  default: "/ipes-monitor-server/api/v2/monitordata/real-data-new?monitorType=aqms"
24
24
  },
25
- // 统计数据
26
- getStatisticsApi: {
27
- type: String,
28
- default: "/ipes-prj-map-server/api/v1/web/harmful-alarm/count/today-alarm-count-info"
25
+ alarmNum: {
26
+ default: 0,
27
+ type: Number
28
+ },
29
+ data: {
30
+ type: Array,
31
+ default: () => []
32
+ },
33
+ list: {
34
+ type: Array,
35
+ default: () => []
36
+ },
37
+ isUseBuiltInApi: {
38
+ default: true,
39
+ type: Boolean
29
40
  }
30
41
  },
31
42
  setup(__props) {
32
43
  const props = __props;
33
- async function getStatisticsData() {
34
- try {
35
- const res = await request.default({
36
- method: "get",
37
- url: props.getStatisticsApi
38
- });
39
- list.value = res?.data?.alarmLevelInfo || [];
40
- alarmNum.value = res?.data?.alarmNum || 0;
41
- } catch (error) {
42
- console.log(error);
43
- }
44
- }
45
- getStatisticsData();
44
+ const topData = vue.ref([]);
46
45
  async function getGasControlData(category) {
47
46
  try {
48
47
  const res = await request.default({
@@ -62,22 +61,22 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
62
61
  getGasControlData("cjyj")
63
62
  ]);
64
63
  const labels = ["有毒有害气体", "易燃易爆监测", "VOCs厂界监测"];
65
- const list2 = labels.map((label, index) => {
64
+ const list = labels.map((label, index) => {
66
65
  const nums = [res[index].normal, res[index].abnormal, res[index].offline];
67
66
  return {
68
67
  label,
69
68
  nums
70
69
  };
71
70
  });
72
- data.value = list2;
71
+ topData.value = list;
73
72
  }
74
- getData();
75
- let data = vue.ref([]);
76
- let list = vue.ref([]);
77
- let alarmNum = vue.ref(0);
73
+ if (props.isUseBuiltInApi)
74
+ getData();
75
+ else
76
+ topData.value = props.data;
78
77
  return (_ctx, _cache) => {
79
78
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
80
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(data), (item, index) => {
79
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(topData.value, (item, index) => {
81
80
  return vue.openBlock(), vue.createBlock(SingleItem_vue_vue_type_script_setup_true_lang.default, {
82
81
  key: index,
83
82
  data: item,
@@ -86,8 +85,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
86
85
  }), 128)),
87
86
  vue.createVNode(AlarmStatistics_vue_vue_type_script_setup_true_lang.default, {
88
87
  class: "dv-ipes-alarm-statistics-wrap",
89
- all: vue.unref(alarmNum),
90
- data: vue.unref(list)
88
+ all: __props.alarmNum,
89
+ data: __props.list
91
90
  }, null, 8, ["all", "data"])
92
91
  ]);
93
92
  };
@@ -82,11 +82,7 @@ export declare const DvIpesGeneralManagement: {
82
82
  of<T_4>(...items: T_4[]): T_4[];
83
83
  readonly [Symbol.species]: ArrayConstructor;
84
84
  };
85
- default: () => {
86
- code: string;
87
- name: string;
88
- num: number;
89
- }[];
85
+ default: () => never[];
90
86
  };
91
87
  activeTab: {
92
88
  type: StringConstructor;
@@ -151,11 +147,7 @@ export declare const DvIpesGeneralManagement: {
151
147
  of<T_4>(...items: T_4[]): T_4[];
152
148
  readonly [Symbol.species]: ArrayConstructor;
153
149
  };
154
- default: () => {
155
- code: string;
156
- name: string;
157
- num: number;
158
- }[];
150
+ default: () => never[];
159
151
  };
160
152
  activeTab: {
161
153
  type: StringConstructor;
@@ -200,11 +192,7 @@ export declare const DvIpesGeneralManagement: {
200
192
  of<T_4>(...items: T_4[]): T_4[];
201
193
  readonly [Symbol.species]: ArrayConstructor;
202
194
  };
203
- default: () => {
204
- code: string;
205
- name: string;
206
- num: number;
207
- }[];
195
+ default: () => never[];
208
196
  };
209
197
  activeTab: {
210
198
  type: StringConstructor;
@@ -15,11 +15,7 @@ declare const _default: import("vue").DefineComponent<{
15
15
  of<T_4>(...items: T_4[]): T_4[];
16
16
  readonly [Symbol.species]: ArrayConstructor;
17
17
  };
18
- default: () => {
19
- code: string;
20
- name: string;
21
- num: number;
22
- }[];
18
+ default: () => never[];
23
19
  };
24
20
  activeTab: {
25
21
  type: StringConstructor;
@@ -58,11 +54,7 @@ declare const _default: import("vue").DefineComponent<{
58
54
  of<T_4>(...items: T_4[]): T_4[];
59
55
  readonly [Symbol.species]: ArrayConstructor;
60
56
  };
61
- default: () => {
62
- code: string;
63
- name: string;
64
- num: number;
65
- }[];
57
+ default: () => never[];
66
58
  };
67
59
  activeTab: {
68
60
  type: StringConstructor;
@@ -22,7 +22,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
22
22
  props: {
23
23
  tabList: {
24
24
  type: Array,
25
- default: () => [{ code: "forewarning", name: "预警", num: 0 }, { code: "inspect", name: "巡查", num: 0 }, { code: "telegram", name: "接报", num: 0 }]
25
+ default: () => []
26
26
  },
27
27
  activeTab: {
28
28
  type: String,
@@ -1,5 +1,5 @@
1
- import _EnvManage from './index.vue';
2
- export declare const DvIpesEnvManage: {
1
+ import _HarmfulMonitoring from './index.vue';
2
+ export declare const DvIpesHarmfulMonitoring: {
3
3
  new (...args: any[]): {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
@@ -221,4 +221,4 @@ export declare const DvIpesEnvManage: {
221
221
  statusMap: import("./type").StatusMap;
222
222
  switchTime: number;
223
223
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
224
- export default _EnvManage;
224
+ export default _HarmfulMonitoring;
@@ -6,7 +6,7 @@ const utils = require('../../../utils.js');
6
6
  const index_vue_vue_type_script_setup_true_lang = require('./index.vue.js');
7
7
  require('./index.vue2.js');
8
8
 
9
- const DvIpesEnvManage = utils.install(index_vue_vue_type_script_setup_true_lang.default);
9
+ const DvIpesHarmfulMonitoring = utils.install(index_vue_vue_type_script_setup_true_lang.default);
10
10
 
11
11
  exports.default = index_vue_vue_type_script_setup_true_lang.default;
12
- exports.DvIpesEnvManage = DvIpesEnvManage;
12
+ exports.DvIpesHarmfulMonitoring = DvIpesHarmfulMonitoring;
@@ -0,0 +1,109 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
4
+
5
+ const vue = require('vue');
6
+
7
+ const _hoisted_1 = { class: "dv-ipes-env-manage" };
8
+ const _hoisted_2 = { class: "harm-list" };
9
+ const _hoisted_3 = { class: "harm-list__column harm-list__column--primary" };
10
+ const _hoisted_4 = { class: "harm-list__column__value" };
11
+ const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("div", { class: "harm-list__column__label" }, " 正常 ", -1);
12
+ const _hoisted_6 = { class: "harm-list__column harm-list__column--error" };
13
+ const _hoisted_7 = { class: "harm-list__column__value" };
14
+ const _hoisted_8 = /* @__PURE__ */ vue.createElementVNode("div", { class: "harm-list__column__label" }, " 异常 ", -1);
15
+ const _hoisted_9 = { class: "harm-list__column harm-list__column--warning" };
16
+ const _hoisted_10 = { class: "harm-list__column__value" };
17
+ const _hoisted_11 = /* @__PURE__ */ vue.createElementVNode("div", { class: "harm-list__column__label" }, " 离线 ", -1);
18
+ const __default__ = {
19
+ name: "DvIpesHarmfulMonitoring",
20
+ title: "有毒有害监控"
21
+ };
22
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
23
+ ...__default__,
24
+ props: {
25
+ factorList: { default: () => ({
26
+ wg: [
27
+ // {
28
+ // factorName: '甲烷',
29
+ // factorValue: 89.32,
30
+ // targetValue: 500,
31
+ // percent: 0.179,
32
+ // },
33
+ // {
34
+ // factorName: '乙醇',
35
+ // factorValue: 0.84,
36
+ // targetValue: 200,
37
+ // percent: 0.004,
38
+ // },
39
+ ],
40
+ ww: [
41
+ // {
42
+ // factorName: '非甲烷总烃总量',
43
+ // factorValue: 89.32,
44
+ // targetValue: 500,
45
+ // percent: 0.179,
46
+ // },
47
+ // {
48
+ // factorName: 'SO2总量',
49
+ // factorValue: 0.84,
50
+ // targetValue: 200,
51
+ // percent: 0.004,
52
+ // },
53
+ ]
54
+ }) },
55
+ statusMap: { default: () => ({
56
+ normal: "",
57
+ abnormal: "",
58
+ offline: ""
59
+ }) },
60
+ switchTime: { default: 1e4 },
61
+ width: { default: "100%" },
62
+ height: { default: 96 }
63
+ },
64
+ setup(__props) {
65
+ const props = __props;
66
+ vue.computed(() => {
67
+ return props.factorList;
68
+ });
69
+ const statusMap = vue.computed(() => {
70
+ return props.statusMap;
71
+ });
72
+ vue.computed(() => {
73
+ return props.width;
74
+ });
75
+ vue.computed(() => {
76
+ return props.height;
77
+ });
78
+ const harmIndex = vue.ref(0);
79
+ const autoSwitchTimer = vue.ref(null);
80
+ const autoSwitch = () => {
81
+ autoSwitchTimer.value = setInterval(() => {
82
+ harmIndex.value = harmIndex.value === 1 ? 0 : 1;
83
+ }, props.switchTime);
84
+ };
85
+ vue.onMounted(() => {
86
+ autoSwitch();
87
+ });
88
+ return (_ctx, _cache) => {
89
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
90
+ vue.createElementVNode("div", _hoisted_2, [
91
+ vue.createElementVNode("div", _hoisted_3, [
92
+ vue.createElementVNode("div", _hoisted_4, vue.toDisplayString(parseInt(statusMap.value.normal) || 0), 1),
93
+ _hoisted_5
94
+ ]),
95
+ vue.createElementVNode("div", _hoisted_6, [
96
+ vue.createElementVNode("div", _hoisted_7, vue.toDisplayString(parseInt(statusMap.value.abnormal) || 0), 1),
97
+ _hoisted_8
98
+ ]),
99
+ vue.createElementVNode("div", _hoisted_9, [
100
+ vue.createElementVNode("div", _hoisted_10, vue.toDisplayString(parseInt(statusMap.value.offline) || 0), 1),
101
+ _hoisted_11
102
+ ])
103
+ ])
104
+ ]);
105
+ };
106
+ }
107
+ });
108
+
109
+ exports.default = _sfc_main;
@@ -6,7 +6,6 @@ export declare const DvIpesHazardousVehicleManage: {
6
6
  $props: {
7
7
  hazardousCar?: import("./types").IHazardousCar | undefined;
8
8
  parkOptions?: import("./types").IParkOption[] | undefined;
9
- carData?: import("./types").ICarData[] | undefined;
10
9
  key?: string | number | symbol | undefined;
11
10
  style?: unknown;
12
11
  ref?: import("vue").VNodeRef | undefined;
@@ -52,6 +51,7 @@ export declare const DvIpesHazardousVehicleManage: {
52
51
  }>) => void)[] | undefined;
53
52
  class?: unknown;
54
53
  onOnParkTypeChange?: ((value: string) => any) | undefined;
54
+ readonly carData: import("./types").ICarData[];
55
55
  };
56
56
  $attrs: {
57
57
  [x: string]: unknown;
@@ -98,8 +98,6 @@ export declare const DvIpesHazardousVehicleManage: {
98
98
  carData: {
99
99
  type: globalThis.PropType<import("./types").ICarData[]>;
100
100
  required: true;
101
- } & {
102
- default: () => never[];
103
101
  };
104
102
  }>> & {
105
103
  onOnParkTypeChange?: ((value: string) => any) | undefined;
@@ -108,7 +106,6 @@ export declare const DvIpesHazardousVehicleManage: {
108
106
  }, string, {
109
107
  hazardousCar: import("./types").IHazardousCar;
110
108
  parkOptions: import("./types").IParkOption[];
111
- carData: import("./types").ICarData[];
112
109
  }, {}, string, {}> & {
113
110
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
114
111
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -161,8 +158,6 @@ export declare const DvIpesHazardousVehicleManage: {
161
158
  carData: {
162
159
  type: globalThis.PropType<import("./types").ICarData[]>;
163
160
  required: true;
164
- } & {
165
- default: () => never[];
166
161
  };
167
162
  }>> & {
168
163
  onOnParkTypeChange?: ((value: string) => any) | undefined;
@@ -202,8 +197,6 @@ export declare const DvIpesHazardousVehicleManage: {
202
197
  carData: {
203
198
  type: globalThis.PropType<import("./types").ICarData[]>;
204
199
  required: true;
205
- } & {
206
- default: () => never[];
207
200
  };
208
201
  }>> & {
209
202
  onOnParkTypeChange?: ((value: string) => any) | undefined;
@@ -212,6 +205,5 @@ export declare const DvIpesHazardousVehicleManage: {
212
205
  }, string, {
213
206
  hazardousCar: import("./types").IHazardousCar;
214
207
  parkOptions: import("./types").IParkOption[];
215
- carData: import("./types").ICarData[];
216
208
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
217
209
  export default _HazardousVehicleManage;