@ued_fpi/data-visual 1.2.27 → 1.2.29

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 (107) hide show
  1. package/dist/es/index.mjs +1 -2
  2. package/dist/es/ipes/src/AnnualEventStatistics/index.vue.mjs +3 -3
  3. package/dist/es/ipes/src/BasicSecurityManagement/index.vue.mjs +1 -1
  4. package/dist/es/ipes/src/DisasterWarning/index.vue.mjs +9 -3
  5. package/dist/es/ipes/src/EmengercyPlan/index.vue.mjs +1 -1
  6. package/dist/es/ipes/src/EmergencyWatch/index.vue.mjs +9 -16
  7. package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.mjs +1 -1
  8. package/dist/es/ipes/src/EventTracking/components/ListItem.vue.mjs +40 -0
  9. package/dist/es/ipes/src/{GeneralManagement → EventTracking}/components/Tabs.vue.mjs +11 -6
  10. package/dist/es/ipes/src/EventTracking/images/item-missionSuperviseStatus.png.mjs +3 -0
  11. package/dist/es/ipes/src/EventTracking/index.vue.mjs +168 -0
  12. package/dist/es/ipes/src/GasControl/index.vue.mjs +1 -1
  13. package/dist/es/ipes/src/GroundwaterMonitor/index.vue.mjs +14 -7
  14. package/dist/es/ipes/src/HazardousWasteManagement/index.vue.mjs +19 -4
  15. package/dist/es/ipes/src/HomeworkVolumeTrend/index.vue.mjs +25 -9
  16. package/dist/es/ipes/src/Level3AirDefense/components/PercentageItem.vue.mjs +3 -3
  17. package/dist/es/ipes/src/RiskClassification/index.vue.mjs +3 -5
  18. package/dist/es/ipes/src/TodayWork/index.vue.mjs +6 -3
  19. package/dist/es/ipes/src/WasteGas/index.vue.mjs +3 -11
  20. package/dist/es/ipes/src/WasteWater/index.vue.mjs +3 -11
  21. package/dist/es/ipes/src/WastewaterTargetRate/index.vue.mjs +22 -4
  22. package/dist/es/ipes/src/WaterQualityStandard/index.vue.mjs +8 -7
  23. package/dist/es/ipes/src/common/NoData.vue.mjs +20 -0
  24. package/dist/es/ipes/src/common/NoData.vue2.mjs +3 -0
  25. package/dist/es/ipes/src/common/NoData.vue3.mjs +6 -0
  26. package/dist/es/ipes/src/common/images/noData.svg.mjs +3 -0
  27. package/dist/es/ipes/src/index.mjs +1 -2
  28. package/dist/es/style.css +1 -1
  29. package/dist/es/wgms/src/ChangeAlongRiver/index.vue.mjs +6 -3
  30. package/dist/es/wgms/src/DistributionOfWaterQualityLevels/index.vue.mjs +3 -3
  31. package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.vue.mjs +5 -6
  32. package/dist/es/wgms/src/RegionalQualityAnalysis/index.vue.mjs +24 -13
  33. package/dist/es/wgms/src/UpstreamImpact/index.vue.mjs +7 -4
  34. package/dist/es/wgms/src/WaterQualityRainfall/index.vue.mjs +12 -10
  35. package/dist/es/wgms/src/WaterQualitySituation/index.vue.mjs +29 -22
  36. package/dist/es/wgms/src/WaterQualityStatesAnalysis/index.vue.mjs +11 -6
  37. package/dist/es/wgms/src/common/popup-table.vue.mjs +1 -1
  38. package/dist/es/wgms/utils/echarts/echartsOptions.mjs +2 -2
  39. package/dist/es/wgms/utils/tools.mjs +7 -1
  40. package/dist/lib/index.js +216 -218
  41. package/dist/lib/ipes/index.js +4 -4
  42. package/dist/lib/ipes/src/AnnualEventStatistics/index.vue.js +3 -3
  43. package/dist/lib/ipes/src/BasicSecurityManagement/index.vue.js +1 -1
  44. package/dist/lib/ipes/src/DisasterWarning/index.vue.js +8 -2
  45. package/dist/lib/ipes/src/EmengercyPlan/index.vue.js +1 -1
  46. package/dist/lib/ipes/src/EmergencyWatch/index.vue.js +8 -15
  47. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.js +1 -1
  48. package/dist/lib/ipes/src/EventTracking/components/ListItem.vue.js +44 -0
  49. package/dist/lib/ipes/src/{GeneralManagement → EventTracking}/components/Tabs.vue.js +10 -5
  50. package/dist/lib/ipes/src/EventTracking/images/item-missionSuperviseStatus.png.js +7 -0
  51. package/dist/lib/ipes/src/EventTracking/index.vue.js +172 -0
  52. package/dist/lib/ipes/src/GasControl/index.vue.js +1 -1
  53. package/dist/lib/ipes/src/GroundwaterMonitor/index.vue.js +13 -6
  54. package/dist/lib/ipes/src/HazardousWasteManagement/index.vue.js +18 -3
  55. package/dist/lib/ipes/src/HomeworkVolumeTrend/index.vue.js +24 -8
  56. package/dist/lib/ipes/src/Level3AirDefense/components/PercentageItem.vue.js +3 -3
  57. package/dist/lib/ipes/src/RiskClassification/index.vue.js +3 -5
  58. package/dist/lib/ipes/src/TodayWork/index.vue.js +5 -2
  59. package/dist/lib/ipes/src/WasteGas/index.vue.js +2 -10
  60. package/dist/lib/ipes/src/WasteWater/index.vue.js +2 -10
  61. package/dist/lib/ipes/src/WastewaterTargetRate/index.vue.js +21 -3
  62. package/dist/lib/ipes/src/WaterQualityStandard/index.vue.js +7 -6
  63. package/dist/lib/ipes/src/common/NoData.vue.js +24 -0
  64. package/dist/lib/ipes/src/common/NoData.vue2.js +7 -0
  65. package/dist/lib/ipes/src/common/NoData.vue3.js +10 -0
  66. package/dist/lib/ipes/src/common/images/noData.svg.js +7 -0
  67. package/dist/lib/ipes/src/index.js +107 -109
  68. package/dist/lib/style.css +1 -1
  69. package/dist/lib/wgms/src/ChangeAlongRiver/index.vue.js +6 -3
  70. package/dist/lib/wgms/src/DistributionOfWaterQualityLevels/index.vue.js +3 -3
  71. package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.vue.js +5 -6
  72. package/dist/lib/wgms/src/RegionalQualityAnalysis/index.vue.js +23 -12
  73. package/dist/lib/wgms/src/UpstreamImpact/index.vue.js +7 -4
  74. package/dist/lib/wgms/src/WaterQualityRainfall/index.vue.js +11 -9
  75. package/dist/lib/wgms/src/WaterQualitySituation/index.vue.js +29 -22
  76. package/dist/lib/wgms/src/WaterQualityStatesAnalysis/index.vue.js +11 -6
  77. package/dist/lib/wgms/src/common/popup-table.vue.js +1 -1
  78. package/dist/lib/wgms/utils/echarts/echartsOptions.js +2 -2
  79. package/dist/lib/wgms/utils/tools.js +7 -0
  80. package/dist/style/style-ipes.css +1 -1
  81. package/package.json +2 -2
  82. package/dist/es/ipes/src/GeneralManagement/components/ListItem.vue.mjs +0 -35
  83. package/dist/es/ipes/src/GeneralManagement/index.vue.mjs +0 -60
  84. package/dist/es/ipes/src/KeyProblemEnterprises/index.mjs +0 -7
  85. package/dist/es/ipes/src/KeyProblemEnterprises/index.vue.mjs +0 -63
  86. package/dist/es/ipes/src/KeyProblemEnterprises/index.vue2.mjs +0 -3
  87. package/dist/es/ipes/src/KeyProblemEnterprises/index.vue3.mjs +0 -6
  88. package/dist/lib/ipes/src/GeneralManagement/components/ListItem.vue.js +0 -39
  89. package/dist/lib/ipes/src/GeneralManagement/index.vue.js +0 -64
  90. package/dist/lib/ipes/src/KeyProblemEnterprises/index.js +0 -12
  91. package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue.js +0 -67
  92. package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue2.js +0 -7
  93. package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue3.js +0 -10
  94. /package/dist/es/ipes/src/{GeneralManagement → EventTracking}/components/ListItem.vue2.mjs +0 -0
  95. /package/dist/es/ipes/src/{GeneralManagement → EventTracking}/components/ListItem.vue3.mjs +0 -0
  96. /package/dist/es/ipes/src/{GeneralManagement → EventTracking}/components/Tabs.vue2.mjs +0 -0
  97. /package/dist/es/ipes/src/{GeneralManagement → EventTracking}/components/Tabs.vue3.mjs +0 -0
  98. /package/dist/es/ipes/src/{GeneralManagement → EventTracking}/index.mjs +0 -0
  99. /package/dist/es/ipes/src/{GeneralManagement → EventTracking}/index.vue2.mjs +0 -0
  100. /package/dist/es/ipes/src/{GeneralManagement → EventTracking}/index.vue3.mjs +0 -0
  101. /package/dist/lib/ipes/src/{GeneralManagement → EventTracking}/components/ListItem.vue2.js +0 -0
  102. /package/dist/lib/ipes/src/{GeneralManagement → EventTracking}/components/ListItem.vue3.js +0 -0
  103. /package/dist/lib/ipes/src/{GeneralManagement → EventTracking}/components/Tabs.vue2.js +0 -0
  104. /package/dist/lib/ipes/src/{GeneralManagement → EventTracking}/components/Tabs.vue3.js +0 -0
  105. /package/dist/lib/ipes/src/{GeneralManagement → EventTracking}/index.js +0 -0
  106. /package/dist/lib/ipes/src/{GeneralManagement → EventTracking}/index.vue2.js +0 -0
  107. /package/dist/lib/ipes/src/{GeneralManagement → EventTracking}/index.vue3.js +0 -0
@@ -26,8 +26,6 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
26
26
  ...__default__,
27
27
  setup(__props) {
28
28
  const factorList = vue.ref([]);
29
- const isRolling = vue.ref(false);
30
- const actionType = vue.ref("none");
31
29
  async function getData() {
32
30
  try {
33
31
  const { data } = await request.default({
@@ -35,11 +33,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
35
33
  url: "/ipes-data-aggregation-server/api/v1/env-protection/discharge"
36
34
  });
37
35
  const water = data.find((e) => e.name === "年度废气排放量");
38
- if (water && water.factorList) {
36
+ if (water && water.factorList)
39
37
  factorList.value = water.factorList;
40
- isRolling.value = factorList.value.length > 2;
41
- actionType.value = factorList.value.length > 2 ? "hover" : "none";
42
- }
43
38
  } catch (error) {
44
39
  console.log(error);
45
40
  }
@@ -51,9 +46,6 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
51
46
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
52
47
  _hoisted_2,
53
48
  vue.createVNode(vue.unref(elementPlusExpand.FpiElRolling), {
54
- modelValue: vue.unref(isRolling),
55
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(isRolling) ? isRolling.value = $event : null),
56
- action: vue.unref(actionType),
57
49
  class: "box",
58
50
  direction: "y",
59
51
  time: 15
@@ -82,7 +74,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
82
74
  }), 128))
83
75
  ]),
84
76
  _: 1
85
- }, 8, ["modelValue", "action"])
77
+ })
86
78
  ]);
87
79
  };
88
80
  }
@@ -26,8 +26,6 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
26
26
  ...__default__,
27
27
  setup(__props) {
28
28
  const factorList = vue.ref([]);
29
- const isRolling = vue.ref(false);
30
- const actionType = vue.ref("none");
31
29
  async function getData() {
32
30
  try {
33
31
  const { data } = await request.default({
@@ -35,11 +33,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
35
33
  url: "/ipes-data-aggregation-server/api/v1/env-protection/discharge"
36
34
  });
37
35
  const water = data.find((e) => e.name === "年度废水排放量");
38
- if (water && water.factorList) {
36
+ if (water && water.factorList)
39
37
  factorList.value = water.factorList;
40
- isRolling.value = factorList.value.length > 2;
41
- actionType.value = factorList.value.length > 2 ? "hover" : "none";
42
- }
43
38
  } catch (error) {
44
39
  console.log(error);
45
40
  }
@@ -51,9 +46,6 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
51
46
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
52
47
  _hoisted_2,
53
48
  vue.createVNode(vue.unref(elementPlusExpand.FpiElRolling), {
54
- modelValue: vue.unref(isRolling),
55
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(isRolling) ? isRolling.value = $event : null),
56
- action: vue.unref(actionType),
57
49
  class: "box",
58
50
  direction: "y",
59
51
  time: 15
@@ -82,7 +74,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
82
74
  }), 128))
83
75
  ]),
84
76
  _: 1
85
- }, 8, ["modelValue", "action"])
77
+ })
86
78
  ]);
87
79
  };
88
80
  }
@@ -24,7 +24,6 @@ const _hoisted_10 = { class: "right-waste-water-box" };
24
24
  const _hoisted_11 = ["src"];
25
25
  const _hoisted_12 = { class: "info" };
26
26
  const _hoisted_13 = /* @__PURE__ */ vue.createElementVNode("div", { class: "label" }, " 污水厂总排口 ", -1);
27
- const _hoisted_14 = { class: "value" };
28
27
  const __default__ = {
29
28
  name: "DvIpesWastewaterTargetRate",
30
29
  title: "废水达标率"
@@ -58,7 +57,6 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
58
57
  { name: "未达标率", y: 100 - +(data.onlineRatio || 0) }
59
58
  ];
60
59
  const seriesData = legendData;
61
- console.log(seriesData);
62
60
  const highcharts = window.Highcharts;
63
61
  highcharts.chart("wasteWaterChart", {
64
62
  chart: {
@@ -103,6 +101,23 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
103
101
  ]
104
102
  });
105
103
  }
104
+ function getSiteStateColor(runStatus) {
105
+ const statusColors = {
106
+ stop_running: "#FF792E",
107
+ // 停运
108
+ stop_using: "rgb(233, 169, 0)",
109
+ // 停用
110
+ offline: "rgb(116, 116, 116)",
111
+ // 离线
112
+ exceed: "rgb(228, 56, 52)",
113
+ // 超标
114
+ abnormal: "rgb(143, 32, 253)",
115
+ // 异常
116
+ normal: "rgb(58, 183, 93)"
117
+ // 正常
118
+ };
119
+ return statusColors[runStatus] || "#0084ff";
120
+ }
106
121
  vue.onMounted(() => {
107
122
  getInfoData();
108
123
  });
@@ -126,7 +141,10 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
126
141
  }, null, 8, _hoisted_11),
127
142
  vue.createElementVNode("div", _hoisted_12, [
128
143
  _hoisted_13,
129
- vue.createElementVNode("div", _hoisted_14, vue.toDisplayString(info.value.runStatusName), 1)
144
+ vue.createElementVNode("div", {
145
+ class: "value",
146
+ style: vue.normalizeStyle({ color: getSiteStateColor(info.value.runStatus) })
147
+ }, vue.toDisplayString(info.value.runStatusName), 5)
130
148
  ])
131
149
  ])
132
150
  ]);
@@ -15,9 +15,8 @@ const request = require('../../service/request.js');
15
15
  const _hoisted_1 = { class: "dv-ipes-water-quality-standard" };
16
16
  const _hoisted_2 = { class: "title" };
17
17
  const _hoisted_3 = { class: "info-box-count" };
18
- const _hoisted_4 = { class: "value" };
19
- const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("span", { class: "unit" }, "类", -1);
20
- const _hoisted_6 = ["src"];
18
+ const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("span", { class: "unit" }, "类", -1);
19
+ const _hoisted_5 = ["src"];
21
20
  const __default__ = {
22
21
  name: "WaterQualityStandard",
23
22
  title: "水环境质量达标"
@@ -70,11 +69,13 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
70
69
  }, [
71
70
  vue.createElementVNode("span", _hoisted_2, vue.toDisplayString(basicInfoData.value[item.title]), 1),
72
71
  vue.createElementVNode("div", _hoisted_3, [
73
- vue.createElementVNode("span", _hoisted_4, vue.toDisplayString(basicInfoData.value[item.key]), 1),
74
- _hoisted_5,
72
+ vue.createElementVNode("span", {
73
+ class: vue.normalizeClass(["value", item.key])
74
+ }, vue.toDisplayString(basicInfoData.value[item.key]), 3),
75
+ _hoisted_4,
75
76
  vue.createElementVNode("img", {
76
77
  src: getImg(basicInfoData.value[item.standardKey])
77
- }, null, 8, _hoisted_6)
78
+ }, null, 8, _hoisted_5)
78
79
  ])
79
80
  ]);
80
81
  }), 128))
@@ -0,0 +1,24 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
4
+
5
+ const vue = require('vue');
6
+ const noData = require('./images/noData.svg.js');
7
+
8
+ const _hoisted_1 = { class: "dv-ipes-base-no-data" };
9
+ const _hoisted_2 = ["src"];
10
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
11
+ __name: "NoData",
12
+ setup(__props) {
13
+ return (_ctx, _cache) => {
14
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
15
+ vue.createElementVNode("img", {
16
+ class: "img",
17
+ src: vue.unref(noData.default)
18
+ }, null, 8, _hoisted_2)
19
+ ]);
20
+ };
21
+ }
22
+ });
23
+
24
+ exports.default = _sfc_main;
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
4
+
5
+ /* unplugin-vue-components disabled */const NoData_vue_vue_type_style_index_0_lang = '';
6
+
7
+ exports.default = NoData_vue_vue_type_style_index_0_lang;
@@ -0,0 +1,10 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
4
+
5
+ const NoData_vue_vue_type_script_setup_true_lang = require('./NoData.vue.js');
6
+ require('./NoData.vue2.js');
7
+
8
+
9
+
10
+ exports.default = NoData_vue_vue_type_script_setup_true_lang.default;
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
4
+
5
+ const noData = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYwIiBoZWlnaHQ9Ijk0IiB2aWV3Qm94PSIwIDAgMTYwIDk0Ij48ZGVmcz48c3R5bGU+LmF7b3BhY2l0eTowLjU7fS5ie2ZpbGw6dXJsKCNhKTt9LmN7ZmlsbDp1cmwoI2IpO30uZHtmaWxsOnVybCgjZCk7fS5lLC5mLC5nLC5oLC5pLC5qLC5rLC5se2ZpbGwtcnVsZTpldmVub2RkO30uZXtmaWxsOnVybCgjZSk7fS5me2ZpbGw6dXJsKCNmKTt9Lmd7ZmlsbDp1cmwoI2cpO30uaHtmaWxsOnVybCgjaCk7fS5pe2ZpbGw6dXJsKCNpKTt9Lmp7ZmlsbDp1cmwoI2spO30ua3tmaWxsOnVybCgjbCk7fS5se2ZpbGw6dXJsKCNtKTt9Lm17ZmlsbDp1cmwoI3MpO30ubntmaWxsOnVybCgjdCk7fS5ve2ZpbGw6dXJsKCN1KTt9LnB7ZmlsbDojOWRiMmQxO30ucXtmaWxsOiM3MzhiYjA7Zm9udC1zaXplOjEycHg7Zm9udC1mYW1pbHk6UGluZ0ZhbmdTQy1SZWd1bGFyLCBQaW5nRmFuZyBTQzt9LnJ7ZmlsdGVyOnVybCgjcSk7fS5ze2ZpbHRlcjp1cmwoI24pO308L3N0eWxlPjxyYWRpYWxHcmFkaWVudCBpZD0iYSIgY3g9IjAuNSIgY3k9IjAiIHI9IjEuMTcyIiBncmFkaWVudFRyYW5zZm9ybT0ic2NhbGUoMSAxLjM0OSkiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM3ZTk1YjkiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PHN0b3Agb2Zmc2V0PSIwLjE5MiIgc3RvcC1jb2xvcj0iIzdlOTViOSIgc3RvcC1vcGFjaXR5PSIwLjEwMiIvPjxzdG9wIG9mZnNldD0iMC40MzMiIHN0b3AtY29sb3I9IiM3ZTk1YjkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzdlOTViOSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9yYWRpYWxHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImIiIHgxPSIwLjUiIHgyPSIwLjUiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjNWI3NDlhIiBzdG9wLW9wYWNpdHk9IjAuNCIvPjxzdG9wIG9mZnNldD0iMC4yOTMiIHN0b3AtY29sb3I9IiM1Yjc0OWEiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PHN0b3Agb2Zmc2V0PSIwLjY2MyIgc3RvcC1jb2xvcj0iIzViNzQ5YSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNWI3NDlhIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0iZCIgeDE9IjAuMTM3IiB5MT0iLTAuMjU5IiB4Mj0iMC4xODkiIHkyPSIwLjc3OSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzlkYjJkMSIgc3RvcC1vcGFjaXR5PSIwLjMwMiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzlkYjJkMSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImUiIHgxPSIxIiB5MT0iMC4xMTUiIHgyPSIwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjNGI2NDg4Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNWI3NDlhIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImYiIHkxPSIwLjEwOSIgeDI9IjEiIHkyPSIwLjIzNCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzViNzQ5YSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzNhNTM3NiIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJnIiB4MT0iMC4xMTgiIHkxPSIwLjMxMyIgeDI9IjEiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjM2E1Mzc2Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNWI3NDlhIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImgiIHkxPSIwLjMwNCIgeDI9IjAuOTgiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjNWI3NDlhIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNmM4NWFhIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImkiIHkxPSIwLjMwNCIgeDI9IjAuOTgiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjN2U5NWI5Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjOGNhMmM0Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImsiIHgxPSIwLjI2IiB5MT0iMC40MjEiIHgyPSIwLjg4MiIgeTI9IjAuNzM4IiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMmU0NjY3Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNGI2NDg4Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImwiIHgxPSIwLjc4NSIgeTE9IjAuODUxIiB4Mj0iMC43ODYiIHkyPSIwLjA0NiIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzZjODVhYSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzdlOTViOSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJtIiB4MT0iMC4xMDMiIHkxPSIwLjEyNSIgeDI9IjAuOTQ0IiB5Mj0iMC40MTciIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM3ZTk1YjkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1Yjc0OWEiLz48L2xpbmVhckdyYWRpZW50PjxmaWx0ZXIgaWQ9Im4iIHg9Ijc0LjUyIiB5PSIyMy42NzYiIHdpZHRoPSIzNS4xMzQiIGhlaWdodD0iMjUuNTQzIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZU9mZnNldCBkeD0iLTEiIGR5PSIxIiBpbnB1dD0iU291cmNlQWxwaGEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxLjUiIHJlc3VsdD0ibyIvPjxmZUZsb29kIGZsb29kLWNvbG9yPSIjMTkzMTUyIiBmbG9vZC1vcGFjaXR5PSIwLjMwMiIvPjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ibyIvPjxmZUNvbXBvc2l0ZSBpbj0iU291cmNlR3JhcGhpYyIvPjwvZmlsdGVyPjxmaWx0ZXIgaWQ9InEiIHg9IjUwLjM0NiIgeT0iMjMuNjc2IiB3aWR0aD0iMzUuMTc0IiBoZWlnaHQ9IjI0LjU5MiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48ZmVPZmZzZXQgZHg9IjEiIGR5PSIxIiBpbnB1dD0iU291cmNlQWxwaGEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxLjUiIHJlc3VsdD0iciIvPjxmZUZsb29kIGZsb29kLWNvbG9yPSIjMTkzMTUyIiBmbG9vZC1vcGFjaXR5PSIwLjMwMiIvPjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0iciIvPjxmZUNvbXBvc2l0ZSBpbj0iU291cmNlR3JhcGhpYyIvPjwvZmlsdGVyPjxsaW5lYXJHcmFkaWVudCBpZD0icyIgeDE9IjAuODk3IiB5MT0iMC40NDciIHgyPSIwLjUzNiIgeTI9IjAuNDExIiB4bGluazpocmVmPSIjbCIvPjxsaW5lYXJHcmFkaWVudCBpZD0idCIgeDE9IjAuNjU4IiB5MT0iMC4xNTgiIHgyPSIwLjg4NyIgeTI9IjAuNTA3IiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjNWI3NDlhIi8+PHN0b3Agb2Zmc2V0PSIwLjUwNyIgc3RvcC1jb2xvcj0iIzRiNjQ4OCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzNhNTM3NiIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJ1IiB4MT0iMC4wMzQiIHkxPSIxIiB4Mj0iMC43MjQiIHkyPSIwLjA0OCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzViNzQ5YSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzJlNDY2NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxnIGNsYXNzPSJhIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2Njk3IDE3MjY3LjU3KSI+PHBhdGggY2xhc3M9ImIiIGQ9Ik0xNzUsNDkuMkgxNWEzMS4zNTksMzEuMzU5LDAsMCwxLDEuNjI1LTkuOTE1LDM2LjkzNSwzNi45MzUsMCwwLDEsNC42NjEtOS4yMzUsNDguNzU4LDQ4Ljc1OCwwLDAsMSw3LjM3Ni04LjM1Nyw2NS40ODIsNjUuNDgyLDAsMCwxLDkuNzY5LTcuMjgxQTg0LjcsODQuNywwLDAsMSw1MC4yNzIsOC40LDEwMy4zNDksMTAzLjM0OSwwLDAsMSw2My44NjEsMy44NjYsMTE4Ljc5MSwxMTguNzkxLDAsMCwxLDc4Ljg3OCwxYTEzMC41MzcsMTMwLjUzNywwLDAsMSwzMi4yNDYsMEExMTguNzkyLDExOC43OTIsMCwwLDEsMTI2LjE0LDMuODY2LDEwMy4zNDksMTAzLjM0OSwwLDAsMSwxMzkuNzI5LDguNGE4NC43LDg0LjcsMCwwLDEsMTEuODQsNi4wMDcsNjUuNDgyLDY1LjQ4MiwwLDAsMSw5Ljc2OSw3LjI4MSw0OC43NTgsNDguNzU4LDAsMCwxLDcuMzc2LDguMzU3LDM2LjkzNSwzNi45MzUsMCwwLDEsNC42NjEsOS4yMzVBMzEuMzU5LDMxLjM1OSwwLDAsMSwxNzUsNDkuMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NzEyIC0xNzIyMi43NjgpIi8+PHBhdGggY2xhc3M9ImMiIGQ9Ik0tNTM4NS4xMTctMTIzMDAuMzg1YTUuNDMxLDUuNDMxLDAsMCwxLTEuMTkxLjEzMiw1LjM1Niw1LjM1NiwwLDAsMS0zLjAxNS0uOTIzLDUsNSwwLDAsMS00LjY3NywzLjIyOSw1LDUsMCwwLDEtNS01LDUsNSwwLDAsMSw1LTUsNC45NzYsNC45NzYsMCwwLDEsMi41NTIuNyw1LjM4Niw1LjM4NiwwLDAsMSw1LjE0LTMuNzc1LDUuMzg2LDUuMzg2LDAsMCwxLDUuMzQ3LDQuNzQ3LDUuMzc3LDUuMzc3LDAsMCwxLDEuMTkxLS4xMzMsNS4zODQsNS4zODQsMCwwLDEsNS4zODQsNS4zODYsNS4zODUsNS4zODUsMCwwLDEtNS4zODQsNS4zODVBNS4zODcsNS4zODcsMCwwLDEtNTM4NS4xMTctMTIzMDAuMzg1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNzYuNDYxIC00OTU0Ljc5MikiLz48cGF0aCBjbGFzcz0iYyIgZD0iTS01Mzg1LjExNy0xMjMwMC4zODVhNS40MzEsNS40MzEsMCwwLDEtMS4xOTEuMTMyLDUuMzU2LDUuMzU2LDAsMCwxLTMuMDE1LS45MjMsNSw1LDAsMCwxLTQuNjc3LDMuMjI5LDUsNSwwLDAsMS01LTUsNSw1LDAsMCwxLDUtNSw0Ljk3Niw0Ljk3NiwwLDAsMSwyLjU1Mi43LDUuMzg2LDUuMzg2LDAsMCwxLDUuMTQtMy43NzUsNS4zODYsNS4zODYsMCwwLDEsNS4zNDcsNC43NDcsNS4zNzcsNS4zNzcsMCwwLDEsMS4xOTEtLjEzMyw1LjM4NCw1LjM4NCwwLDAsMSw1LjM4NCw1LjM4Niw1LjM4NSw1LjM4NSwwLDAsMS01LjM4NCw1LjM4NUE1LjM4Nyw1LjM4NywwLDAsMS01Mzg1LjExNy0xMjMwMC4zODVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE3Ny45OTkgLTQ5MzkuNDE4KSIvPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NjQzLjE1MyAtMTcyNDQuNjc0KSI+PHBhdGggY2xhc3M9ImQiIGQ9Ik02MzEzLjgyNywxOTg0NS4wODJsNDMuMS4wMjMsMzcuNzU5LDE2Ljc3My01NS44LDE0LjQ0NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MzEwLjQ3IC0xOTgxOC41ODQpIi8+PHBhdGggY2xhc3M9ImUiIGQ9Ik0xNTAuNjE3LTE3Mi43MiwxMjktMTc3djM2LjA3MmwyMS42MTctOC45NjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAyLjgyNiAxNzcpIi8+PHBhdGggY2xhc3M9ImYiIGQ9Ik0xNy0xNzIuNzIsMzkuODQxLTE3N3YzNi4wNzJMMTctMTUwLjUwN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMy42NjYgMTc3KSIvPjxwYXRoIGNsYXNzPSJnIiBkPSJNMTctMTU2bDIyLjg0MSw0LjA3NnYyNy43MTZMMTctMTMzLjc4NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMy42NjYgMTYwLjI4KSIvPjxwYXRoIGNsYXNzPSJoIiBkPSJNMjgtMTQwbDE3LjMzNCwzLjA1N3YyMC43ODdMMjgtMTIzLjM0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIyLjQyMyAxNDcuNTQpIi8+PHBhdGggY2xhc3M9ImkiIGQ9Ik00OS44NDgtNzAuMjkzdjIuNDQ2TDM3LTczLjA0MnYtMi40NDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjkuNTg4IDk2LjE3NSkiLz48cGF0aCBjbGFzcz0iaSIgZD0iTTQ5Ljg0OC05MC4yOTN2Mi40NDZMMzctOTMuMDQydi0yLjQ0NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yOS41ODggMTEyLjA5OSkiLz48cGF0aCBjbGFzcz0iaiIgZD0iTTE1MC42MTctMTU2LDEyOS0xNTEuOTI0djI3LjcxNmwyMS42MTctOC45NjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAyLjgyNiAxNjAuMjgpIi8+PHBhdGggY2xhc3M9ImsiIGQ9Ik0xODEuODk0LTcxbC0uNzQuODIzLS43OS0uMTA2LS40ODIuNzA1LS45NTQtLjI0NS0uODEuNzU2SDE3N3Y4LjQ2bDQuODk0LTIuMDEyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0MS4wMzcgOTIuNjAyKSIvPjxnIGNsYXNzPSJzIiB0cmFuc2Zvcm09Im1hdHJpeCgxLCAwLCAwLCAxLCAtNTMuODUsIC0yMi45KSI+PHBhdGggY2xhc3M9ImwiIGQ9Ik0xNTAuNjE3LTE1NiwxMjktMTUxLjkyNGw0LjQ0NCwxMi4yYS40MDguNDA4LDAsMCwwLC41MjMuMjQ0bDIwLjktNy41OTVhLjQwNy40MDcsMCwwLDAsLjI0NC0uNTIyLjQwNi40MDYsMCwwLDAtLjAyNC0uMDUzTDE1MC42MTctMTU2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ4Ljk4IDE4My4xOCkiLz48L2c+PGcgY2xhc3M9InIiIHRyYW5zZm9ybT0ibWF0cml4KDEsIDAsIDAsIDEsIC01My44NSwgLTIyLjkpIj48cGF0aCBjbGFzcz0ibCIgZD0iTTMuOTg4LTE1NmwyMi44NDEsNC4wNzZMMjMuMi0xNDAuNjlhLjQwOC40MDgsMCwwLDEtLjUwOC4yNjRMLjk0My0xNDcuMTA3YS40MDguNDA4LDAsMCwxLS4yNy0uNTA5cTAtLjAxNS4wMTEtLjAzTDMuOTg4LTE1NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUzLjE5IDE4My4xOCkiLz48L2c+PC9nPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NjE1Ljg3NSAtMTcyNjcuNTcpIj48cGF0aCBjbGFzcz0ibSIgZD0iTTE2Mjk5LjI2OCwyODU0LjVjLjA2Ni0uMDI1LDE2LjA1NS02LjMyNywxNi4wNTUtNi4zMjdsLTQuMDgxLDExLjk2MS01LjI3Ni0yLjMyOS0yLjQzOCwyLjYtLjE2OC00LjE2MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjI5OS4yNjggLTI4NDguMTcyKSIvPjxwYXRoIGNsYXNzPSJuIiBkPSJNMTYzNDUuOTgyLDI4NDguMTcybC0xMS45NTEsOC4wNzUuMTUsNC4yMjUsMS42NS0zLjEyMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjMyOS45MjkgLTI4NDguMTcyKSIvPjxwYXRoIGNsYXNzPSJvIiBkPSJNMTYzMzUuMzEzLDI5MjkuODI5bDEuNjYyLTMuMTIyLjg0NC40NzJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYzMzEuMDcgLTI5MTcuNTMyKSIvPjwvZz48cGF0aCBjbGFzcz0icCIgZD0iTTM1ODUuMzQzLDE2MjQ2Ljk4NWExMC4xMzUsMTAuMTM1LDAsMCwxLTEuMDEyLS41NTFsLjQtLjY1NWE5LjksOS45LDAsMCwwLDEuMzE0LjY4MWwtLjE4OC40NDJTMzU4NS40ODksMTYyNDYuOTcxLDM1ODUuMzQzLDE2MjQ2Ljk4NVptLTEuNjc1LS45OTNhMTEuMjUxLDExLjI1MSwwLDAsMS0xLjIyMi0xLjAybC41MzMtLjU1NWExMC4zOCwxMC4zOCwwLDAsMCwxLjEzOC45NVptLTEuNzc2LTEuNTkyYTEwLjk0LDEwLjk0LDAsMCwxLS45NzktMS4yNTZsLjY0LS40MjhhMTAuMTUzLDEwLjE1MywwLDAsMCwuOTExLDEuMTY4Wm0tMS40LTEuOTM3YTkuNDQyLDkuNDQyLDAsMCwxLS42NjYtMS40NTdsLjcyNS0uMjU3YTguNjc0LDguNjc0LDAsMCwwLC42MTIsMS4zMzhabS0uOS0yLjIyOWE3LjA3MSw3LjA3MSwwLDAsMS0uMjE1LTEuNjA5bC43Ny0uMDFhNi4zLDYuMywwLDAsMCwuMTkyLDEuNDM0Wm05LjMyNS0uMzI0LS4wNzgtLjc2NWExLjAxOSwxLjAxOSwwLDAsMCwuODU5LS42NTNsLjcuMzE0QTEuNzgxLDEuNzgxLDAsMCwxLDM1ODguOTIxLDE2MjM5LjkxWm0tLjktLjA4N2EzLjU0NywzLjU0NywwLDAsMS0uNDg2LS4xNzEsNC41LDQuNSwwLDAsMS0xLjAxMy0uNTkzbC40NzUtLjZhMy43MTEsMy43MTEsMCwwLDAsLjgzOS40OSwyLjk3MSwyLjk3MSwwLDAsMCwuMzg2LjEzNlptLTIuMTA4LTEuMzU5YTQuMDQzLDQuMDQzLDAsMCwxLS43NjQtMS41bC43NDItLjJhMy4yNzMsMy4yNzMsMCwwLDAsLjYxNywxLjIyWm00LjcxNC0uNTE3LS43NjUtLjA3OWEzLjQxMywzLjQxMywwLDAsMC0uMTU5LTEuMzYybC43MzMtLjIzMkE0LjE4OSw0LjE4OSwwLDAsMSwzNTkwLjYyNiwxNjIzNy45NDdabS0xMC40MzctLjA0Ny0uNzYzLS4xYTUuMTY5LDUuMTY5LDAsMCwxLC40NjEtMS41OWwuNjk0LjMzMkE0LjQxOCw0LjQxOCwwLDAsMCwzNTgwLjE4OSwxNjIzNy45Wm00LjgxLTEuNzZhNi40LDYuNCwwLDAsMSwuMDU5LTEuNjMybC43Ni4xMmE1LjY2NCw1LjY2NCwwLDAsMC0uMDU0LDEuNDM2Wm0tNC4wNjItLjItLjYyNy0uNDQ2YTUuMjE2LDUuMjE2LDAsMCwxLDEuMTY2LTEuMTc0bC40NTUuNjIxQTQuNDI1LDQuNDI1LDAsMCwwLDM1ODAuOTM4LDE2MjM1Ljk0MlptOC41LS4wODVhNCw0LDAsMCwwLS44NDctMS4xMTFsLjUyLS41NjZhNC43NDksNC43NDksMCwwLDEsMS4wMSwxLjMyM1ptLTYuOS0xLjMtLjM2OS0uNjc1YTcuNjQzLDcuNjQzLDAsMCwxLDEuMzQxLS41NjVsLjE1NS0uMDQ3LjIyLjczN2MtLjA0Ny4wMTQtLjEuMDI4LS4xNDMuMDQ0QTYuODcsNi44NywwLDAsMCwzNTgyLjUzOCwxNjIzNC41NTlabTUuNDk0LS4yMzRhMy45NSwzLjk1LDAsMCwwLTEuMy0uNTE2bC4xNTctLjc1NGE0LjczLDQuNzMsMCwwLDEsMS41NDcuNjE3Wm0tMi4wNjItLjQxLS42ODctLjE4YTYuNDQ5LDYuNDQ5LDAsMCwwLS42ODcuMWwtLjE0OC0uNzU1YTcuMTE3LDcuMTE3LDAsMCwxLDEuMDItLjEyN2MuMDktLjI0OC4xOTEtLjUuMy0uNzM5bC43LjMyMmE4LjU2OCw4LjU2OCwwLDAsMC0uNDM2LDEuMTU1bDAsLjAzaC0uMDA3QzM1ODYuMDA1LDE2MjMzLjc4MywzNTg1Ljk4NywxNjIzMy44NSwzNTg1Ljk3LDE2MjMzLjkxNFptLjgzNS0yLjAzOC0uNjctLjM3OGE5LjI1NSw5LjI1NSwwLDAsMSwuOS0xLjMyNGwuNTk1LjQ4N0E4LjU3Nyw4LjU3NywwLDAsMCwzNTg2LjgwNSwxNjIzMS44NzZabTEuMzE4LTEuNzU1LS41NDItLjU0NmE1Ljg3Myw1Ljg3MywwLDAsMSwxLjMwNi0xbC4zNjguNjc2QTUuMTM4LDUuMTM4LDAsMCwwLDM1ODguMTI0LDE2MjMwLjEyMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDIwMS43MyAtMzM0ODMuNDA2KSIvPjx0ZXh0IGNsYXNzPSJxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjYxNyAtMTcxNzcuNTcpIj48dHNwYW4geD0iLTI0IiB5PSIwIj7mmoLml6DmlbDmja48L3RzcGFuPjwvdGV4dD48L2c+PC9zdmc+";
6
+
7
+ exports.default = noData;
@@ -7,65 +7,64 @@ const index$1 = require('./AirQuality/index.js');
7
7
  const index$2 = require('./AirQualityStandard/index.js');
8
8
  const index$3 = require('./AirPollutionDischarge/index.js');
9
9
  const index$4 = require('./EmergencyDuty/index.js');
10
- const index$5 = require('./GeneralManagement/index.js');
10
+ const index$5 = require('./EventTracking/index.js');
11
11
  const index$6 = require('./OdorControl/index.js');
12
12
  const index$7 = require('./SealingManage/index.js');
13
13
  const index$8 = require('./VocStatistics/index.js');
14
14
  const index$9 = require('./EnterpriseProtectionCode/index.js');
15
- const index$a = require('./KeyProblemEnterprises/index.js');
16
- const index$b = require('./AccessVehicleManage/index.js');
17
- const index$c = require('./TaskDispose/index.js');
18
- const index$d = require('./EnvironmentalRiskManagement/index.js');
19
- const index$e = require('./HazardousVehicleManage/index.js');
20
- const index$f = require('./WaterNetworkManage/index.js');
21
- const index$g = require('./Level3AirDefense/index.js');
22
- const index$h = require('./HarmfulMonitoring/index.js');
23
- const index$i = require('./BusinessManage/index.js');
24
- const index$j = require('./InspectionManage/index.js');
25
- const index$k = require('./AlarmManage/index.js');
26
- const index$l = require('./PollutantSourceManage/index.js');
27
- const index$m = require('./EnvironmentalProtection/index.js');
28
- const index$n = require('./GasControl/index.js');
29
- const index$o = require('./StreetLightingManagement/index.js');
30
- const index$p = require('./EmergencyResources/index.js');
31
- const index$q = require('./EmergencyManage/index.js');
32
- const index$r = require('./BasicSecurityInfo/index.js');
33
- const index$s = require('./SecurityCommitment/index.js');
34
- const index$t = require('./StartStopMajorMaintenance/index.js');
35
- const index$u = require('./PerformanceWarrantyResponsibilities/index.js');
36
- const index$v = require('./RiskClassification/index.js');
37
- const index$w = require('./HiddenDangerInvestigation/index.js');
38
- const index$x = require('./DualPreventionMechanism/index.js');
39
- const index$y = require('./HomeworkVolumeTrend/index.js');
40
- const index$z = require('./TodayWork/index.js');
41
- const index$A = require('./EmengercyPlan/index.js');
42
- const index$B = require('./BasicSecurityManagement/index.js');
43
- const index$C = require('./EmergencyWatch/index.js');
44
- const index$D = require('./EventMonth/index.js');
45
- const index$E = require('./HazardousWasteManagement/index.js');
46
- const index$F = require('./AnnualEventStatistics/index.js');
47
- const index$G = require('./PersonnelPassage/index.js');
48
- const index$H = require('./VehiclePassage/index.js');
49
- const index$I = require('./TransportVehicleManagement/index.js');
50
- const index$J = require('./ParkingSpot/index.js');
51
- const index$K = require('./VocsControl/index.js');
52
- const index$L = require('./VehicleTrend/index.js');
53
- const index$M = require('./PersonnelLocation/index.js');
54
- const index$N = require('./RealtimeAlarm/index.js');
55
- const index$O = require('./WasteWater/index.js');
56
- const index$P = require('./WasteGas/index.js');
57
- const index$Q = require('./WaterQualityStandard/index.js');
58
- const index$R = require('./RainValveCondition/index.js');
59
- const index$S = require('./GroundwaterMonitor/index.js');
60
- const index$T = require('./OnlineMonitor/index.js');
61
- const index$U = require('./SensingEquipment/index.js');
62
- const index$V = require('./MajorRiskManagement/index.js');
63
- const index$W = require('./VideoEquipment/index.js');
64
- const index$X = require('./ClassifiedRegulation/index.js');
65
- const index$Y = require('./EnterprisesInPark/index.js');
66
- const index$Z = require('./OperationEnvironmentMonitor/index.js');
67
- const index$_ = require('./DisasterWarning/index.js');
68
- const index$$ = require('./WastewaterTargetRate/index.js');
15
+ const index$a = require('./AccessVehicleManage/index.js');
16
+ const index$b = require('./TaskDispose/index.js');
17
+ const index$c = require('./EnvironmentalRiskManagement/index.js');
18
+ const index$d = require('./HazardousVehicleManage/index.js');
19
+ const index$e = require('./WaterNetworkManage/index.js');
20
+ const index$f = require('./Level3AirDefense/index.js');
21
+ const index$g = require('./HarmfulMonitoring/index.js');
22
+ const index$h = require('./BusinessManage/index.js');
23
+ const index$i = require('./InspectionManage/index.js');
24
+ const index$j = require('./AlarmManage/index.js');
25
+ const index$k = require('./PollutantSourceManage/index.js');
26
+ const index$l = require('./EnvironmentalProtection/index.js');
27
+ const index$m = require('./GasControl/index.js');
28
+ const index$n = require('./StreetLightingManagement/index.js');
29
+ const index$o = require('./EmergencyResources/index.js');
30
+ const index$p = require('./EmergencyManage/index.js');
31
+ const index$q = require('./BasicSecurityInfo/index.js');
32
+ const index$r = require('./SecurityCommitment/index.js');
33
+ const index$s = require('./StartStopMajorMaintenance/index.js');
34
+ const index$t = require('./PerformanceWarrantyResponsibilities/index.js');
35
+ const index$u = require('./RiskClassification/index.js');
36
+ const index$v = require('./HiddenDangerInvestigation/index.js');
37
+ const index$w = require('./DualPreventionMechanism/index.js');
38
+ const index$x = require('./HomeworkVolumeTrend/index.js');
39
+ const index$y = require('./TodayWork/index.js');
40
+ const index$z = require('./EmengercyPlan/index.js');
41
+ const index$A = require('./BasicSecurityManagement/index.js');
42
+ const index$B = require('./EmergencyWatch/index.js');
43
+ const index$C = require('./EventMonth/index.js');
44
+ const index$D = require('./HazardousWasteManagement/index.js');
45
+ const index$E = require('./AnnualEventStatistics/index.js');
46
+ const index$F = require('./PersonnelPassage/index.js');
47
+ const index$G = require('./VehiclePassage/index.js');
48
+ const index$H = require('./TransportVehicleManagement/index.js');
49
+ const index$I = require('./ParkingSpot/index.js');
50
+ const index$J = require('./VocsControl/index.js');
51
+ const index$K = require('./VehicleTrend/index.js');
52
+ const index$L = require('./PersonnelLocation/index.js');
53
+ const index$M = require('./RealtimeAlarm/index.js');
54
+ const index$N = require('./WasteWater/index.js');
55
+ const index$O = require('./WasteGas/index.js');
56
+ const index$P = require('./WaterQualityStandard/index.js');
57
+ const index$Q = require('./RainValveCondition/index.js');
58
+ const index$R = require('./GroundwaterMonitor/index.js');
59
+ const index$S = require('./OnlineMonitor/index.js');
60
+ const index$T = require('./SensingEquipment/index.js');
61
+ const index$U = require('./MajorRiskManagement/index.js');
62
+ const index$V = require('./VideoEquipment/index.js');
63
+ const index$W = require('./ClassifiedRegulation/index.js');
64
+ const index$X = require('./EnterprisesInPark/index.js');
65
+ const index$Y = require('./OperationEnvironmentMonitor/index.js');
66
+ const index$Z = require('./DisasterWarning/index.js');
67
+ const index$_ = require('./WastewaterTargetRate/index.js');
69
68
 
70
69
 
71
70
 
@@ -79,57 +78,56 @@ exports.DvIpesOdorControl = index$6.DvIpesOdorControl;
79
78
  exports.DvIpesSealingManage = index$7.DvIpesSealingManage;
80
79
  exports.DvIpesVocStatistics = index$8.DvIpesVocStatistics;
81
80
  exports.DvIpesEnterpriseProtectionCode = index$9.DvIpesEnterpriseProtectionCode;
82
- exports.DvIpesKeyProblemEnterprises = index$a.DvIpesKeyProblemEnterprises;
83
- exports.DvIpesAccessVehicleManage = index$b.DvIpesAccessVehicleManage;
84
- exports.DvIpesTaskDispose = index$c.DvIpesTaskDispose;
85
- exports.DvIpesEnvironmentalRiskManagement = index$d.DvIpesEnvironmentalRiskManagement;
86
- exports.DvIpesHazardousVehicleManage = index$e.DvIpesHazardousVehicleManage;
87
- exports.DvIpesWaterNetworkManage = index$f.DvIpesWaterNetworkManage;
88
- exports.DvIpesLevel3AirDefense = index$g.DvIpesLevel3AirDefense;
89
- exports.DvIpesHarmfulMonitoring = index$h.DvIpesHarmfulMonitoring;
90
- exports.DvIpesBusinessManage = index$i.DvIpesBusinessManage;
91
- exports.DvIpesInspectionManage = index$j.DvIpesInspectionManage;
92
- exports.DvIpesAlarmManage = index$k.DvIpesAlarmManage;
93
- exports.DvIpesPollutantSourceManage = index$l.DvIpesPollutantSourceManage;
94
- exports.DvIpesEnvironmentalProtection = index$m.DvIpesEnvironmentalProtection;
95
- exports.DvIpesGasControl = index$n.DvIpesGasControl;
96
- exports.DvIpesStreetLightingManagement = index$o.DvIpesStreetLightingManagement;
97
- exports.DvIpesEmergencyResources = index$p.DvIpesEmergencyResources;
98
- exports.DvIpesEmergencyManage = index$q.DvIpesEmergencyManage;
99
- exports.DvIpesBasicSecurityInfo = index$r.DvIpesBasicSecurityInfo;
100
- exports.DvIpesSecurityCommitment = index$s.DvIpesSecurityCommitment;
101
- exports.DvIpesStartStopMajorMaintenance = index$t.DvIpesStartStopMajorMaintenance;
102
- exports.DvIpesPerformanceWarrantyResponsibilities = index$u.DvIpesPerformanceWarrantyResponsibilities;
103
- exports.DvIpesRiskClassification = index$v.DvIpesRiskClassification;
104
- exports.DvIpesHiddenDangerInvestigation = index$w.DvIpesHiddenDangerInvestigation;
105
- exports.DvIpesDualPreventionMechanism = index$x.DvIpesDualPreventionMechanism;
106
- exports.DvIpesHomeworkVolumeTrend = index$y.DvIpesHomeworkVolumeTrend;
107
- exports.DvIpesTodayWork = index$z.DvIpesTodayWork;
108
- exports.DvIpesEmengercyPlan = index$A.DvIpesEmengercyPlan;
109
- exports.DvIpesBasicSecurityManagement = index$B.DvIpesBasicSecurityManagement;
110
- exports.DvIpesEmergencyWatch = index$C.DvIpesEmergencyWatch;
111
- exports.DvIpesEventMonth = index$D.DvIpesEventMonth;
112
- exports.DvIpesHazardousWasteManagement = index$E.DvIpesHazardousWasteManagement;
113
- exports.DvIpesAnnualEventStatistics = index$F.DvIpesAnnualEventStatistics;
114
- exports.DvIpesPersonnelPassage = index$G.DvIpesPersonnelPassage;
115
- exports.DvIpesVehiclePassage = index$H.DvIpesVehiclePassage;
116
- exports.DvIpesTransportVehicleManagement = index$I.DvIpesTransportVehicleManagement;
117
- exports.DvIpesParkingSpot = index$J.DvIpesParkingSpot;
118
- exports.DvIpesVocsControl = index$K.DvIpesVocsControl;
119
- exports.DvIpesVehicleTrend = index$L.DvIpesVehicleTrend;
120
- exports.DvIpesPersonnelLocation = index$M.DvIpesPersonnelLocation;
121
- exports.DvIpesRealtimeAlarm = index$N.DvIpesRealtimeAlarm;
122
- exports.DvIpesWasteWater = index$O.DvIpesWasteWater;
123
- exports.DvIpesWasteGas = index$P.DvIpesWasteGas;
124
- exports.DvIpesWaterQualityStandard = index$Q.DvIpesWaterQualityStandard;
125
- exports.DvIpesRainValveCondition = index$R.DvIpesRainValveCondition;
126
- exports.DvIpesGroundwaterMonitor = index$S.DvIpesGroundwaterMonitor;
127
- exports.DvIpesOnlineMonitor = index$T.DvIpesOnlineMonitor;
128
- exports.DvIpesSensingEquipment = index$U.DvIpesSensingEquipment;
129
- exports.DvIpesMajorRiskManagement = index$V.DvIpesMajorRiskManagement;
130
- exports.DvIpesVideoEquipment = index$W.DvIpesVideoEquipment;
131
- exports.DvIpesClassifiedRegulation = index$X.DvIpesClassifiedRegulation;
132
- exports.DvIpesEnterprisesInPark = index$Y.DvIpesEnterprisesInPark;
133
- exports.DvIpesOperationEnvironmentMonitor = index$Z.DvIpesOperationEnvironmentMonitor;
134
- exports.DvIpesDisasterWarning = index$_.DvIpesDisasterWarning;
135
- exports.DvIpesWastewaterTargetRate = index$$.DvIpesWastewaterTargetRate;
81
+ exports.DvIpesAccessVehicleManage = index$a.DvIpesAccessVehicleManage;
82
+ exports.DvIpesTaskDispose = index$b.DvIpesTaskDispose;
83
+ exports.DvIpesEnvironmentalRiskManagement = index$c.DvIpesEnvironmentalRiskManagement;
84
+ exports.DvIpesHazardousVehicleManage = index$d.DvIpesHazardousVehicleManage;
85
+ exports.DvIpesWaterNetworkManage = index$e.DvIpesWaterNetworkManage;
86
+ exports.DvIpesLevel3AirDefense = index$f.DvIpesLevel3AirDefense;
87
+ exports.DvIpesHarmfulMonitoring = index$g.DvIpesHarmfulMonitoring;
88
+ exports.DvIpesBusinessManage = index$h.DvIpesBusinessManage;
89
+ exports.DvIpesInspectionManage = index$i.DvIpesInspectionManage;
90
+ exports.DvIpesAlarmManage = index$j.DvIpesAlarmManage;
91
+ exports.DvIpesPollutantSourceManage = index$k.DvIpesPollutantSourceManage;
92
+ exports.DvIpesEnvironmentalProtection = index$l.DvIpesEnvironmentalProtection;
93
+ exports.DvIpesGasControl = index$m.DvIpesGasControl;
94
+ exports.DvIpesStreetLightingManagement = index$n.DvIpesStreetLightingManagement;
95
+ exports.DvIpesEmergencyResources = index$o.DvIpesEmergencyResources;
96
+ exports.DvIpesEmergencyManage = index$p.DvIpesEmergencyManage;
97
+ exports.DvIpesBasicSecurityInfo = index$q.DvIpesBasicSecurityInfo;
98
+ exports.DvIpesSecurityCommitment = index$r.DvIpesSecurityCommitment;
99
+ exports.DvIpesStartStopMajorMaintenance = index$s.DvIpesStartStopMajorMaintenance;
100
+ exports.DvIpesPerformanceWarrantyResponsibilities = index$t.DvIpesPerformanceWarrantyResponsibilities;
101
+ exports.DvIpesRiskClassification = index$u.DvIpesRiskClassification;
102
+ exports.DvIpesHiddenDangerInvestigation = index$v.DvIpesHiddenDangerInvestigation;
103
+ exports.DvIpesDualPreventionMechanism = index$w.DvIpesDualPreventionMechanism;
104
+ exports.DvIpesHomeworkVolumeTrend = index$x.DvIpesHomeworkVolumeTrend;
105
+ exports.DvIpesTodayWork = index$y.DvIpesTodayWork;
106
+ exports.DvIpesEmengercyPlan = index$z.DvIpesEmengercyPlan;
107
+ exports.DvIpesBasicSecurityManagement = index$A.DvIpesBasicSecurityManagement;
108
+ exports.DvIpesEmergencyWatch = index$B.DvIpesEmergencyWatch;
109
+ exports.DvIpesEventMonth = index$C.DvIpesEventMonth;
110
+ exports.DvIpesHazardousWasteManagement = index$D.DvIpesHazardousWasteManagement;
111
+ exports.DvIpesAnnualEventStatistics = index$E.DvIpesAnnualEventStatistics;
112
+ exports.DvIpesPersonnelPassage = index$F.DvIpesPersonnelPassage;
113
+ exports.DvIpesVehiclePassage = index$G.DvIpesVehiclePassage;
114
+ exports.DvIpesTransportVehicleManagement = index$H.DvIpesTransportVehicleManagement;
115
+ exports.DvIpesParkingSpot = index$I.DvIpesParkingSpot;
116
+ exports.DvIpesVocsControl = index$J.DvIpesVocsControl;
117
+ exports.DvIpesVehicleTrend = index$K.DvIpesVehicleTrend;
118
+ exports.DvIpesPersonnelLocation = index$L.DvIpesPersonnelLocation;
119
+ exports.DvIpesRealtimeAlarm = index$M.DvIpesRealtimeAlarm;
120
+ exports.DvIpesWasteWater = index$N.DvIpesWasteWater;
121
+ exports.DvIpesWasteGas = index$O.DvIpesWasteGas;
122
+ exports.DvIpesWaterQualityStandard = index$P.DvIpesWaterQualityStandard;
123
+ exports.DvIpesRainValveCondition = index$Q.DvIpesRainValveCondition;
124
+ exports.DvIpesGroundwaterMonitor = index$R.DvIpesGroundwaterMonitor;
125
+ exports.DvIpesOnlineMonitor = index$S.DvIpesOnlineMonitor;
126
+ exports.DvIpesSensingEquipment = index$T.DvIpesSensingEquipment;
127
+ exports.DvIpesMajorRiskManagement = index$U.DvIpesMajorRiskManagement;
128
+ exports.DvIpesVideoEquipment = index$V.DvIpesVideoEquipment;
129
+ exports.DvIpesClassifiedRegulation = index$W.DvIpesClassifiedRegulation;
130
+ exports.DvIpesEnterprisesInPark = index$X.DvIpesEnterprisesInPark;
131
+ exports.DvIpesOperationEnvironmentMonitor = index$Y.DvIpesOperationEnvironmentMonitor;
132
+ exports.DvIpesDisasterWarning = index$Z.DvIpesDisasterWarning;
133
+ exports.DvIpesWastewaterTargetRate = index$_.DvIpesWastewaterTargetRate;