@vtx/modals2 3.3.17 → 3.3.18

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 (1715) hide show
  1. package/lib/index.js +133 -0
  2. package/lib/index.js.map +1 -0
  3. package/lib/style/css.js +15 -0
  4. package/lib/style/css.js.map +1 -0
  5. package/lib/style/index.css +132 -0
  6. package/lib/style/index.js +15 -0
  7. package/lib/style/index.js.map +1 -0
  8. package/lib/style/index.less +8 -0
  9. package/lib/style/themes/dark.css +132 -0
  10. package/lib/style/themes/dark.less +114 -0
  11. package/lib/style/themes/default.css +36 -0
  12. package/lib/style/themes/default.less +38 -0
  13. package/lib/style/themes/index.css +132 -0
  14. package/lib/style/themes/index.less +1 -0
  15. package/lib/typings.d.ts +17 -0
  16. package/lib/util/index.js +25 -0
  17. package/lib/util/index.js.map +1 -0
  18. package/lib/vm-appraisal-info/AppraisalBase.js +77 -0
  19. package/lib/vm-appraisal-info/AppraisalBase.js.map +1 -0
  20. package/lib/vm-appraisal-info/AppraisalTop5.js +69 -0
  21. package/lib/vm-appraisal-info/AppraisalTop5.js.map +1 -0
  22. package/lib/vm-appraisal-info/List.js +57 -0
  23. package/lib/vm-appraisal-info/List.js.map +1 -0
  24. package/lib/vm-appraisal-info/ListKh.js +154 -0
  25. package/lib/vm-appraisal-info/ListKh.js.map +1 -0
  26. package/lib/vm-appraisal-info/ListZg.js +159 -0
  27. package/lib/vm-appraisal-info/ListZg.js.map +1 -0
  28. package/lib/vm-appraisal-info/Wtlx.js +96 -0
  29. package/lib/vm-appraisal-info/Wtlx.js.map +1 -0
  30. package/lib/vm-appraisal-info/Zgxxhz.js +63 -0
  31. package/lib/vm-appraisal-info/Zgxxhz.js.map +1 -0
  32. package/lib/vm-appraisal-info/api.js +164 -0
  33. package/lib/vm-appraisal-info/api.js.map +1 -0
  34. package/lib/vm-appraisal-info/imgs/1.png +0 -0
  35. package/lib/vm-appraisal-info/imgs/2.png +0 -0
  36. package/lib/vm-appraisal-info/imgs/3.png +0 -0
  37. package/lib/vm-appraisal-info/imgs/4.png +0 -0
  38. package/lib/vm-appraisal-info/imgs/5.png +0 -0
  39. package/lib/vm-appraisal-info/imgs/chart.png +0 -0
  40. package/lib/vm-appraisal-info/imgs/chart_active.png +0 -0
  41. package/lib/vm-appraisal-info/imgs/chart_active_blue.png +0 -0
  42. package/lib/vm-appraisal-info/imgs/chart_active_light.png +0 -0
  43. package/lib/vm-appraisal-info/imgs/kfyz.png +0 -0
  44. package/lib/vm-appraisal-info/imgs/kfyz_blue.png +0 -0
  45. package/lib/vm-appraisal-info/imgs/kfyz_light.png +0 -0
  46. package/lib/vm-appraisal-info/imgs/khcs.png +0 -0
  47. package/lib/vm-appraisal-info/imgs/khcs_blue.png +0 -0
  48. package/lib/vm-appraisal-info/imgs/khcs_light.png +0 -0
  49. package/lib/vm-appraisal-info/imgs/list.png +0 -0
  50. package/lib/vm-appraisal-info/imgs/list_active.png +0 -0
  51. package/lib/vm-appraisal-info/imgs/list_active_blue.png +0 -0
  52. package/lib/vm-appraisal-info/imgs/list_active_light.png +0 -0
  53. package/lib/vm-appraisal-info/imgs/ljkf.png +0 -0
  54. package/lib/vm-appraisal-info/imgs/ljkf_blue.png +0 -0
  55. package/lib/vm-appraisal-info/imgs/ljkf_light.png +0 -0
  56. package/lib/vm-appraisal-info/imgs/wtlx.png +0 -0
  57. package/lib/vm-appraisal-info/imgs/wtlx_blue.png +0 -0
  58. package/lib/vm-appraisal-info/imgs/wtlx_light.png +0 -0
  59. package/lib/vm-appraisal-info/imgs/zggd.png +0 -0
  60. package/lib/vm-appraisal-info/imgs/zggd_blue.png +0 -0
  61. package/lib/vm-appraisal-info/imgs/zggd_light.png +0 -0
  62. package/lib/vm-appraisal-info/index.js +160 -0
  63. package/lib/vm-appraisal-info/index.js.map +1 -0
  64. package/lib/vm-appraisal-info/style/css.js +4 -0
  65. package/lib/vm-appraisal-info/style/css.js.map +1 -0
  66. package/lib/vm-appraisal-info/style/index.css +148 -0
  67. package/lib/vm-appraisal-info/style/index.js +4 -0
  68. package/lib/vm-appraisal-info/style/index.js.map +1 -0
  69. package/lib/vm-appraisal-info/style/index.less +122 -0
  70. package/lib/vm-button/index.js +27 -0
  71. package/lib/vm-button/index.js.map +1 -0
  72. package/lib/vm-button/style/css.js +4 -0
  73. package/lib/vm-button/style/css.js.map +1 -0
  74. package/lib/vm-button/style/index.css +26 -0
  75. package/lib/vm-button/style/index.js +4 -0
  76. package/lib/vm-button/style/index.js.map +1 -0
  77. package/lib/vm-button/style/index.less +20 -0
  78. package/lib/vm-case-modal/api.js +43 -0
  79. package/lib/vm-case-modal/api.js.map +1 -0
  80. package/lib/vm-case-modal/components/BaseInfo/fields.js +83 -0
  81. package/lib/vm-case-modal/components/BaseInfo/fields.js.map +1 -0
  82. package/lib/vm-case-modal/components/BaseInfo/index.css +185 -0
  83. package/lib/vm-case-modal/components/BaseInfo/index.js +139 -0
  84. package/lib/vm-case-modal/components/BaseInfo/index.js.map +1 -0
  85. package/lib/vm-case-modal/components/BaseInfo/index.less +137 -0
  86. package/lib/vm-case-modal/components/Picture/index.css +111 -0
  87. package/lib/vm-case-modal/components/Picture/index.js +423 -0
  88. package/lib/vm-case-modal/components/Picture/index.js.map +1 -0
  89. package/lib/vm-case-modal/components/Picture/index.less +106 -0
  90. package/lib/vm-case-modal/components/index.js +21 -0
  91. package/lib/vm-case-modal/components/index.js.map +1 -0
  92. package/lib/vm-case-modal/imgs/bg.png +0 -0
  93. package/lib/vm-case-modal/imgs/close-blue.png +0 -0
  94. package/lib/vm-case-modal/imgs/close-dark.png +0 -0
  95. package/lib/vm-case-modal/imgs/close.png +0 -0
  96. package/lib/vm-case-modal/imgs/collect.png +0 -0
  97. package/lib/vm-case-modal/imgs/collect_light.png +0 -0
  98. package/lib/vm-case-modal/imgs/dot.png +0 -0
  99. package/lib/vm-case-modal/imgs/point.png +0 -0
  100. package/lib/vm-case-modal/imgs/tab_bg.png +0 -0
  101. package/lib/vm-case-modal/imgs/tab_bg_blue.png +0 -0
  102. package/lib/vm-case-modal/imgs/tab_bg_light.png +0 -0
  103. package/lib/vm-case-modal/imgs/tab_selected.png +0 -0
  104. package/lib/vm-case-modal/imgs/tab_unsel.png +0 -0
  105. package/lib/vm-case-modal/imgs/title_bg.png +0 -0
  106. package/lib/vm-case-modal/imgs/title_bg_blue.png +0 -0
  107. package/lib/vm-case-modal/imgs/track.png +0 -0
  108. package/lib/vm-case-modal/imgs/track_light.png +0 -0
  109. package/lib/vm-case-modal/index.js +102 -0
  110. package/lib/vm-case-modal/index.js.map +1 -0
  111. package/lib/vm-case-modal/style/css.js +4 -0
  112. package/lib/vm-case-modal/style/css.js.map +1 -0
  113. package/lib/vm-case-modal/style/index.css +557 -0
  114. package/lib/vm-case-modal/style/index.js +4 -0
  115. package/lib/vm-case-modal/style/index.js.map +1 -0
  116. package/lib/vm-case-modal/style/index.less +589 -0
  117. package/lib/vm-charts/Distribute1.js +137 -0
  118. package/lib/vm-charts/Distribute1.js.map +1 -0
  119. package/lib/vm-charts/Gauge1.js +149 -0
  120. package/lib/vm-charts/Gauge1.js.map +1 -0
  121. package/lib/vm-charts/Line1.js +96 -0
  122. package/lib/vm-charts/Line1.js.map +1 -0
  123. package/lib/vm-charts/index.js +28 -0
  124. package/lib/vm-charts/index.js.map +1 -0
  125. package/lib/vm-filter/index.js +170 -0
  126. package/lib/vm-filter/index.js.map +1 -0
  127. package/lib/vm-filter/style/css.js +4 -0
  128. package/lib/vm-filter/style/css.js.map +1 -0
  129. package/lib/vm-filter/style/index.css +131 -0
  130. package/lib/vm-filter/style/index.js +4 -0
  131. package/lib/vm-filter/style/index.js.map +1 -0
  132. package/lib/vm-filter/style/index.less +171 -0
  133. package/lib/vm-hooks/useSettings.js +33 -0
  134. package/lib/vm-hooks/useSettings.js.map +1 -0
  135. package/lib/vm-image-text/index.js +36 -0
  136. package/lib/vm-image-text/index.js.map +1 -0
  137. package/lib/vm-image-text/style/css.js +4 -0
  138. package/lib/vm-image-text/style/css.js.map +1 -0
  139. package/lib/vm-image-text/style/index.css +36 -0
  140. package/lib/vm-image-text/style/index.js +4 -0
  141. package/lib/vm-image-text/style/index.js.map +1 -0
  142. package/lib/vm-image-text/style/index.less +33 -0
  143. package/lib/vm-info-collection/index.js +59 -0
  144. package/lib/vm-info-collection/index.js.map +1 -0
  145. package/lib/vm-info-collection/style/css.js +4 -0
  146. package/lib/vm-info-collection/style/css.js.map +1 -0
  147. package/lib/vm-info-collection/style/index.css +50 -0
  148. package/lib/vm-info-collection/style/index.js +4 -0
  149. package/lib/vm-info-collection/style/index.js.map +1 -0
  150. package/lib/vm-info-collection/style/index.less +38 -0
  151. package/lib/vm-map/imgs/close.png +0 -0
  152. package/lib/vm-map/imgs/close_active.png +0 -0
  153. package/lib/vm-map/imgs/cpTitle.png +0 -0
  154. package/lib/vm-map/imgs/detail.png +0 -0
  155. package/lib/vm-map/imgs/detail_active.png +0 -0
  156. package/lib/vm-map/imgs/track.png +0 -0
  157. package/lib/vm-map/imgs/track_active.png +0 -0
  158. package/lib/vm-map/index.css +234 -0
  159. package/lib/vm-map/index.js +334 -0
  160. package/lib/vm-map/index.js.map +1 -0
  161. package/lib/vm-map/index.less +178 -0
  162. package/lib/vm-map/mapStyle.js +4730 -0
  163. package/lib/vm-map/mapStyle.js.map +1 -0
  164. package/lib/vm-nodata/imgs/default.png +0 -0
  165. package/lib/vm-nodata/index.js +22 -0
  166. package/lib/vm-nodata/index.js.map +1 -0
  167. package/lib/vm-repair-maintain/RmInfoSummary.js +62 -0
  168. package/lib/vm-repair-maintain/RmInfoSummary.js.map +1 -0
  169. package/lib/vm-repair-maintain/RmMonthTrend.js +104 -0
  170. package/lib/vm-repair-maintain/RmMonthTrend.js.map +1 -0
  171. package/lib/vm-repair-maintain/RmRecord.js +151 -0
  172. package/lib/vm-repair-maintain/RmRecord.js.map +1 -0
  173. package/lib/vm-repair-maintain/RmType.js +104 -0
  174. package/lib/vm-repair-maintain/RmType.js.map +1 -0
  175. package/lib/vm-repair-maintain/api.js +95 -0
  176. package/lib/vm-repair-maintain/api.js.map +1 -0
  177. package/lib/vm-repair-maintain/imgs/amount.png +0 -0
  178. package/lib/vm-repair-maintain/imgs/amount_light.png +0 -0
  179. package/lib/vm-repair-maintain/imgs/count.png +0 -0
  180. package/lib/vm-repair-maintain/imgs/count_light.png +0 -0
  181. package/lib/vm-repair-maintain/index.js +56 -0
  182. package/lib/vm-repair-maintain/index.js.map +1 -0
  183. package/lib/vm-repair-maintain/style/css.js +4 -0
  184. package/lib/vm-repair-maintain/style/css.js.map +1 -0
  185. package/lib/vm-repair-maintain/style/index.css +119 -0
  186. package/lib/vm-repair-maintain/style/index.js +4 -0
  187. package/lib/vm-repair-maintain/style/index.js.map +1 -0
  188. package/lib/vm-repair-maintain/style/index.less +108 -0
  189. package/lib/vm-sub-tabs/index.js +43 -0
  190. package/lib/vm-sub-tabs/index.js.map +1 -0
  191. package/lib/vm-sub-tabs/style/css.js +4 -0
  192. package/lib/vm-sub-tabs/style/css.js.map +1 -0
  193. package/lib/vm-sub-tabs/style/index.css +114 -0
  194. package/lib/vm-sub-tabs/style/index.js +4 -0
  195. package/lib/vm-sub-tabs/style/index.js.map +1 -0
  196. package/lib/vm-sub-tabs/style/index.less +141 -0
  197. package/lib/vm-sub-title/imgs/bg.png +0 -0
  198. package/lib/vm-sub-title/imgs/bg_blue.png +0 -0
  199. package/lib/vm-sub-title/imgs/bg_light.png +0 -0
  200. package/lib/vm-sub-title/index.js +28 -0
  201. package/lib/vm-sub-title/index.js.map +1 -0
  202. package/lib/vm-sub-title/style/css.js +4 -0
  203. package/lib/vm-sub-title/style/css.js.map +1 -0
  204. package/lib/vm-sub-title/style/index.css +30 -0
  205. package/lib/vm-sub-title/style/index.js +4 -0
  206. package/lib/vm-sub-title/style/index.js.map +1 -0
  207. package/lib/vm-sub-title/style/index.less +30 -0
  208. package/lib/vm-table/index.js +200 -0
  209. package/lib/vm-table/index.js.map +1 -0
  210. package/lib/vm-table/style/css.js +4 -0
  211. package/lib/vm-table/style/css.js.map +1 -0
  212. package/lib/vm-table/style/index.css +201 -0
  213. package/lib/vm-table/style/index.js +4 -0
  214. package/lib/vm-table/style/index.js.map +1 -0
  215. package/lib/vm-table/style/index.less +250 -0
  216. package/lib/vm-video/api.js +30 -0
  217. package/lib/vm-video/api.js.map +1 -0
  218. package/lib/vm-video/index.css +140 -0
  219. package/lib/vm-video/index.js +53 -0
  220. package/lib/vm-video/index.js.map +1 -0
  221. package/lib/vm-video/index.less +10 -0
  222. package/lib/vtx-base-modal/api.js +35 -0
  223. package/lib/vtx-base-modal/api.js.map +1 -0
  224. package/lib/vtx-base-modal/imgs/close-blue.png +0 -0
  225. package/lib/vtx-base-modal/imgs/close-dark.png +0 -0
  226. package/lib/vtx-base-modal/imgs/close.png +0 -0
  227. package/lib/vtx-base-modal/imgs/collect.png +0 -0
  228. package/lib/vtx-base-modal/imgs/collect_light.png +0 -0
  229. package/lib/vtx-base-modal/imgs/tab_bg.png +0 -0
  230. package/lib/vtx-base-modal/imgs/tab_bg_blue.png +0 -0
  231. package/lib/vtx-base-modal/imgs/tab_bg_light.png +0 -0
  232. package/lib/vtx-base-modal/imgs/title_bg.png +0 -0
  233. package/lib/vtx-base-modal/imgs/title_bg_blue.png +0 -0
  234. package/lib/vtx-base-modal/imgs/track.png +0 -0
  235. package/lib/vtx-base-modal/imgs/track_light.png +0 -0
  236. package/lib/vtx-base-modal/index.js +217 -0
  237. package/lib/vtx-base-modal/index.js.map +1 -0
  238. package/lib/vtx-base-modal/style/css.js +4 -0
  239. package/lib/vtx-base-modal/style/css.js.map +1 -0
  240. package/lib/vtx-base-modal/style/index.css +543 -0
  241. package/lib/vtx-base-modal/style/index.js +4 -0
  242. package/lib/vtx-base-modal/style/index.js.map +1 -0
  243. package/lib/vtx-base-modal/style/index.less +575 -0
  244. package/lib/vtx-car-adm251-modal/api.js +627 -0
  245. package/lib/vtx-car-adm251-modal/api.js.map +1 -0
  246. package/lib/vtx-car-adm251-modal/components/AlarmInfo/Charts.js +198 -0
  247. package/lib/vtx-car-adm251-modal/components/AlarmInfo/Charts.js.map +1 -0
  248. package/lib/vtx-car-adm251-modal/components/AlarmInfo/List.js +186 -0
  249. package/lib/vtx-car-adm251-modal/components/AlarmInfo/List.js.map +1 -0
  250. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.css +45 -0
  251. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.js +126 -0
  252. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.js.map +1 -0
  253. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.less +37 -0
  254. package/lib/vtx-car-adm251-modal/components/BaseInfo/Charts.js +78 -0
  255. package/lib/vtx-car-adm251-modal/components/BaseInfo/Charts.js.map +1 -0
  256. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayRun.js +85 -0
  257. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayRun.js.map +1 -0
  258. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkJXH.js +67 -0
  259. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkJXH.js.map +1 -0
  260. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkLJSY.js +126 -0
  261. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -0
  262. package/lib/vtx-car-adm251-modal/components/BaseInfo/Wgfx.js +116 -0
  263. package/lib/vtx-car-adm251-modal/components/BaseInfo/Wgfx.js.map +1 -0
  264. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummary.js +56 -0
  265. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummary.js.map +1 -0
  266. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummaryJxh.js +117 -0
  267. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -0
  268. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxJXH.js +123 -0
  269. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxJXH.js.map +1 -0
  270. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxLJSY.js +135 -0
  271. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -0
  272. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.css +277 -0
  273. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.js +231 -0
  274. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.js.map +1 -0
  275. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.less +239 -0
  276. package/lib/vtx-car-adm251-modal/components/Maintenance/index.css +39 -0
  277. package/lib/vtx-car-adm251-modal/components/Maintenance/index.js +134 -0
  278. package/lib/vtx-car-adm251-modal/components/Maintenance/index.js.map +1 -0
  279. package/lib/vtx-car-adm251-modal/components/Maintenance/index.less +34 -0
  280. package/lib/vtx-car-adm251-modal/components/Mix/index.css +48 -0
  281. package/lib/vtx-car-adm251-modal/components/Mix/index.js +280 -0
  282. package/lib/vtx-car-adm251-modal/components/Mix/index.js.map +1 -0
  283. package/lib/vtx-car-adm251-modal/components/Mix/index.less +49 -0
  284. package/lib/vtx-car-adm251-modal/components/OilConsumption/List.js +88 -0
  285. package/lib/vtx-car-adm251-modal/components/OilConsumption/List.js.map +1 -0
  286. package/lib/vtx-car-adm251-modal/components/OilConsumption/OilLIne.js +100 -0
  287. package/lib/vtx-car-adm251-modal/components/OilConsumption/OilLIne.js.map +1 -0
  288. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.css +33 -0
  289. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.js +138 -0
  290. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.js.map +1 -0
  291. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.less +36 -0
  292. package/lib/vtx-car-adm251-modal/components/StaticInfo/Charts.js +70 -0
  293. package/lib/vtx-car-adm251-modal/components/StaticInfo/Charts.js.map +1 -0
  294. package/lib/vtx-car-adm251-modal/components/StaticInfo/List.js +92 -0
  295. package/lib/vtx-car-adm251-modal/components/StaticInfo/List.js.map +1 -0
  296. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.css +97 -0
  297. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.js +93 -0
  298. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.js.map +1 -0
  299. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.less +75 -0
  300. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.css +29 -0
  301. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.js +116 -0
  302. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.js.map +1 -0
  303. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.less +22 -0
  304. package/lib/vtx-car-adm251-modal/components/WorkInfo/Wcl.js +122 -0
  305. package/lib/vtx-car-adm251-modal/components/WorkInfo/Wcl.js.map +1 -0
  306. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkJxh.js +313 -0
  307. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkJxh.js.map +1 -0
  308. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkLjsy.js +396 -0
  309. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkLjsy.js.map +1 -0
  310. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.css +263 -0
  311. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.js +35 -0
  312. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.js.map +1 -0
  313. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.less +221 -0
  314. package/lib/vtx-car-adm251-modal/components/index.js +63 -0
  315. package/lib/vtx-car-adm251-modal/components/index.js.map +1 -0
  316. package/lib/vtx-car-adm251-modal/imgs/bglyh.png +0 -0
  317. package/lib/vtx-car-adm251-modal/imgs/bglyh_light.png +0 -0
  318. package/lib/vtx-car-adm251-modal/imgs/calendar-hour.png +0 -0
  319. package/lib/vtx-car-adm251-modal/imgs/calendar-mile.png +0 -0
  320. package/lib/vtx-car-adm251-modal/imgs/car.png +0 -0
  321. package/lib/vtx-car-adm251-modal/imgs/ccts.png +0 -0
  322. package/lib/vtx-car-adm251-modal/imgs/ccts_light.png +0 -0
  323. package/lib/vtx-car-adm251-modal/imgs/dqsd.png +0 -0
  324. package/lib/vtx-car-adm251-modal/imgs/dqsd_blue.png +0 -0
  325. package/lib/vtx-car-adm251-modal/imgs/dqsd_light.png +0 -0
  326. package/lib/vtx-car-adm251-modal/imgs/jrxs.png +0 -0
  327. package/lib/vtx-car-adm251-modal/imgs/jrxs_blue.png +0 -0
  328. package/lib/vtx-car-adm251-modal/imgs/jrxs_light.png +0 -0
  329. package/lib/vtx-car-adm251-modal/imgs/ljsjdw.png +0 -0
  330. package/lib/vtx-car-adm251-modal/imgs/ljsjdw_blue.png +0 -0
  331. package/lib/vtx-car-adm251-modal/imgs/ljsjdw_light.png +0 -0
  332. package/lib/vtx-car-adm251-modal/imgs/ljsjts.png +0 -0
  333. package/lib/vtx-car-adm251-modal/imgs/ljsjts_blue.png +0 -0
  334. package/lib/vtx-car-adm251-modal/imgs/ljsjts_light.png +0 -0
  335. package/lib/vtx-car-adm251-modal/imgs/ljsjzl.png +0 -0
  336. package/lib/vtx-car-adm251-modal/imgs/ljsjzl_blue.png +0 -0
  337. package/lib/vtx-car-adm251-modal/imgs/ljsjzl_light.png +0 -0
  338. package/lib/vtx-car-adm251-modal/imgs/ljsy_car.png +0 -0
  339. package/lib/vtx-car-adm251-modal/imgs/ljsy_car_cy.png +0 -0
  340. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_fish.png +0 -0
  341. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name.png +0 -0
  342. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name_active.png +0 -0
  343. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name_un.png +0 -0
  344. package/lib/vtx-car-adm251-modal/imgs/ljsy_diamond.png +0 -0
  345. package/lib/vtx-car-adm251-modal/imgs/ljsy_diamond_active.png +0 -0
  346. package/lib/vtx-car-adm251-modal/imgs/ljsy_left.png +0 -0
  347. package/lib/vtx-car-adm251-modal/imgs/ljsy_right.png +0 -0
  348. package/lib/vtx-car-adm251-modal/imgs/ljwgsc.png +0 -0
  349. package/lib/vtx-car-adm251-modal/imgs/ljwgsc_light.png +0 -0
  350. package/lib/vtx-car-adm251-modal/imgs/ljwgts.png +0 -0
  351. package/lib/vtx-car-adm251-modal/imgs/ljwgts_light.png +0 -0
  352. package/lib/vtx-car-adm251-modal/imgs/outTime.png +0 -0
  353. package/lib/vtx-car-adm251-modal/imgs/outTime_blue.png +0 -0
  354. package/lib/vtx-car-adm251-modal/imgs/outTime_light.png +0 -0
  355. package/lib/vtx-car-adm251-modal/imgs/pjwcl.png +0 -0
  356. package/lib/vtx-car-adm251-modal/imgs/pjwcl_blue.png +0 -0
  357. package/lib/vtx-car-adm251-modal/imgs/pjwcl_light.png +0 -0
  358. package/lib/vtx-car-adm251-modal/imgs/position.png +0 -0
  359. package/lib/vtx-car-adm251-modal/imgs/position_blue.png +0 -0
  360. package/lib/vtx-car-adm251-modal/imgs/position_light.png +0 -0
  361. package/lib/vtx-car-adm251-modal/imgs/realCarImg.png +0 -0
  362. package/lib/vtx-car-adm251-modal/imgs/refresh.png +0 -0
  363. package/lib/vtx-car-adm251-modal/imgs/refresh_blue.png +0 -0
  364. package/lib/vtx-car-adm251-modal/imgs/refresh_light.png +0 -0
  365. package/lib/vtx-car-adm251-modal/imgs/runTime.png +0 -0
  366. package/lib/vtx-car-adm251-modal/imgs/runTime_blue.png +0 -0
  367. package/lib/vtx-car-adm251-modal/imgs/runTime_light.png +0 -0
  368. package/lib/vtx-car-adm251-modal/imgs/syyl.png +0 -0
  369. package/lib/vtx-car-adm251-modal/imgs/syyl_light.png +0 -0
  370. package/lib/vtx-car-adm251-modal/imgs/warn.png +0 -0
  371. package/lib/vtx-car-adm251-modal/imgs/wcl.png +0 -0
  372. package/lib/vtx-car-adm251-modal/imgs/wcl_blue.png +0 -0
  373. package/lib/vtx-car-adm251-modal/imgs/wcl_light.png +0 -0
  374. package/lib/vtx-car-adm251-modal/imgs/wgcs.png +0 -0
  375. package/lib/vtx-car-adm251-modal/imgs/wgcs_light.png +0 -0
  376. package/lib/vtx-car-adm251-modal/imgs/work_cp_bg.png +0 -0
  377. package/lib/vtx-car-adm251-modal/imgs/xslc.png +0 -0
  378. package/lib/vtx-car-adm251-modal/imgs/xslc_blue.png +0 -0
  379. package/lib/vtx-car-adm251-modal/imgs/xslc_light.png +0 -0
  380. package/lib/vtx-car-adm251-modal/imgs/ysdw.png +0 -0
  381. package/lib/vtx-car-adm251-modal/imgs/ysdw_blue.png +0 -0
  382. package/lib/vtx-car-adm251-modal/imgs/ysdw_light.png +0 -0
  383. package/lib/vtx-car-adm251-modal/imgs/ywcdw.png +0 -0
  384. package/lib/vtx-car-adm251-modal/imgs/ywcdw_blue.png +0 -0
  385. package/lib/vtx-car-adm251-modal/imgs/ywcdw_light.png +0 -0
  386. package/lib/vtx-car-adm251-modal/imgs/zlc.png +0 -0
  387. package/lib/vtx-car-adm251-modal/imgs/zlc_blue.png +0 -0
  388. package/lib/vtx-car-adm251-modal/imgs/zlc_light.png +0 -0
  389. package/lib/vtx-car-adm251-modal/imgs/zld.png +0 -0
  390. package/lib/vtx-car-adm251-modal/imgs/zld_blue.png +0 -0
  391. package/lib/vtx-car-adm251-modal/imgs/zld_light.png +0 -0
  392. package/lib/vtx-car-adm251-modal/imgs/zsh.png +0 -0
  393. package/lib/vtx-car-adm251-modal/imgs/zsh_light.png +0 -0
  394. package/lib/vtx-car-adm251-modal/imgs/zycs.png +0 -0
  395. package/lib/vtx-car-adm251-modal/imgs/zycs_blue.png +0 -0
  396. package/lib/vtx-car-adm251-modal/imgs/zycs_light.png +0 -0
  397. package/lib/vtx-car-adm251-modal/imgs/zycssc.png +0 -0
  398. package/lib/vtx-car-adm251-modal/imgs/zycssc_blue.png +0 -0
  399. package/lib/vtx-car-adm251-modal/imgs/zycssc_light.png +0 -0
  400. package/lib/vtx-car-adm251-modal/imgs/zyh.png +0 -0
  401. package/lib/vtx-car-adm251-modal/imgs/zyh_light.png +0 -0
  402. package/lib/vtx-car-adm251-modal/imgs/zyl.png +0 -0
  403. package/lib/vtx-car-adm251-modal/imgs/zyl_blue.png +0 -0
  404. package/lib/vtx-car-adm251-modal/imgs/zyl_light.png +0 -0
  405. package/lib/vtx-car-adm251-modal/imgs/zylc.png +0 -0
  406. package/lib/vtx-car-adm251-modal/imgs/zylc_blue.png +0 -0
  407. package/lib/vtx-car-adm251-modal/imgs/zylc_light.png +0 -0
  408. package/lib/vtx-car-adm251-modal/imgs/zysc.png +0 -0
  409. package/lib/vtx-car-adm251-modal/imgs/zysc_blue.png +0 -0
  410. package/lib/vtx-car-adm251-modal/imgs/zysc_light.png +0 -0
  411. package/lib/vtx-car-adm251-modal/index.js +129 -0
  412. package/lib/vtx-car-adm251-modal/index.js.map +1 -0
  413. package/lib/vtx-car-adm251-modal/style/css.js +11 -0
  414. package/lib/vtx-car-adm251-modal/style/css.js.map +1 -0
  415. package/lib/vtx-car-adm251-modal/style/index.css +136 -0
  416. package/lib/vtx-car-adm251-modal/style/index.js +11 -0
  417. package/lib/vtx-car-adm251-modal/style/index.js.map +1 -0
  418. package/lib/vtx-car-adm251-modal/style/index.less +6 -0
  419. package/lib/vtx-car-modal/api.js +633 -0
  420. package/lib/vtx-car-modal/api.js.map +1 -0
  421. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +198 -0
  422. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +1 -0
  423. package/lib/vtx-car-modal/components/AlarmInfo/List.js +186 -0
  424. package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +1 -0
  425. package/lib/vtx-car-modal/components/AlarmInfo/index.css +45 -0
  426. package/lib/vtx-car-modal/components/AlarmInfo/index.js +126 -0
  427. package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +1 -0
  428. package/lib/vtx-car-modal/components/AlarmInfo/index.less +38 -0
  429. package/lib/vtx-car-modal/components/BaseInfo/Charts.js +78 -0
  430. package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +1 -0
  431. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +85 -0
  432. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +1 -0
  433. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js +67 -0
  434. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js.map +1 -0
  435. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +126 -0
  436. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -0
  437. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +116 -0
  438. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +1 -0
  439. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js +56 -0
  440. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js.map +1 -0
  441. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +117 -0
  442. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -0
  443. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +123 -0
  444. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +1 -0
  445. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +135 -0
  446. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -0
  447. package/lib/vtx-car-modal/components/BaseInfo/index.css +280 -0
  448. package/lib/vtx-car-modal/components/BaseInfo/index.js +224 -0
  449. package/lib/vtx-car-modal/components/BaseInfo/index.js.map +1 -0
  450. package/lib/vtx-car-modal/components/BaseInfo/index.less +239 -0
  451. package/lib/vtx-car-modal/components/Maintenance/index.css +39 -0
  452. package/lib/vtx-car-modal/components/Maintenance/index.js +134 -0
  453. package/lib/vtx-car-modal/components/Maintenance/index.js.map +1 -0
  454. package/lib/vtx-car-modal/components/Maintenance/index.less +34 -0
  455. package/lib/vtx-car-modal/components/Mixsy/index.css +48 -0
  456. package/lib/vtx-car-modal/components/Mixsy/index.js +277 -0
  457. package/lib/vtx-car-modal/components/Mixsy/index.js.map +1 -0
  458. package/lib/vtx-car-modal/components/Mixsy/index.less +49 -0
  459. package/lib/vtx-car-modal/components/OilConsumption/List.js +88 -0
  460. package/lib/vtx-car-modal/components/OilConsumption/List.js.map +1 -0
  461. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +100 -0
  462. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +1 -0
  463. package/lib/vtx-car-modal/components/OilConsumption/index.css +33 -0
  464. package/lib/vtx-car-modal/components/OilConsumption/index.js +138 -0
  465. package/lib/vtx-car-modal/components/OilConsumption/index.js.map +1 -0
  466. package/lib/vtx-car-modal/components/OilConsumption/index.less +36 -0
  467. package/lib/vtx-car-modal/components/RunAna/index.css +6 -0
  468. package/lib/vtx-car-modal/components/RunAna/index.js +131 -0
  469. package/lib/vtx-car-modal/components/RunAna/index.js.map +1 -0
  470. package/lib/vtx-car-modal/components/RunAna/index.less +6 -0
  471. package/lib/vtx-car-modal/components/StaticInfo/Charts.js +70 -0
  472. package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +1 -0
  473. package/lib/vtx-car-modal/components/StaticInfo/List.js +92 -0
  474. package/lib/vtx-car-modal/components/StaticInfo/List.js.map +1 -0
  475. package/lib/vtx-car-modal/components/StaticInfo/index.css +97 -0
  476. package/lib/vtx-car-modal/components/StaticInfo/index.js +93 -0
  477. package/lib/vtx-car-modal/components/StaticInfo/index.js.map +1 -0
  478. package/lib/vtx-car-modal/components/StaticInfo/index.less +75 -0
  479. package/lib/vtx-car-modal/components/WaterConsumption/index.css +29 -0
  480. package/lib/vtx-car-modal/components/WaterConsumption/index.js +116 -0
  481. package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +1 -0
  482. package/lib/vtx-car-modal/components/WaterConsumption/index.less +22 -0
  483. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +122 -0
  484. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +1 -0
  485. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +313 -0
  486. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -0
  487. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +398 -0
  488. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +1 -0
  489. package/lib/vtx-car-modal/components/WorkInfo/index.css +263 -0
  490. package/lib/vtx-car-modal/components/WorkInfo/index.js +35 -0
  491. package/lib/vtx-car-modal/components/WorkInfo/index.js.map +1 -0
  492. package/lib/vtx-car-modal/components/WorkInfo/index.less +220 -0
  493. package/lib/vtx-car-modal/components/index.js +70 -0
  494. package/lib/vtx-car-modal/components/index.js.map +1 -0
  495. package/lib/vtx-car-modal/imgs/bglyh.png +0 -0
  496. package/lib/vtx-car-modal/imgs/bglyh_light.png +0 -0
  497. package/lib/vtx-car-modal/imgs/calendar-hour.png +0 -0
  498. package/lib/vtx-car-modal/imgs/calendar-mile.png +0 -0
  499. package/lib/vtx-car-modal/imgs/car.png +0 -0
  500. package/lib/vtx-car-modal/imgs/ccts.png +0 -0
  501. package/lib/vtx-car-modal/imgs/ccts_light.png +0 -0
  502. package/lib/vtx-car-modal/imgs/dqsd.png +0 -0
  503. package/lib/vtx-car-modal/imgs/dqsd_blue.png +0 -0
  504. package/lib/vtx-car-modal/imgs/dqsd_light.png +0 -0
  505. package/lib/vtx-car-modal/imgs/jrxs.png +0 -0
  506. package/lib/vtx-car-modal/imgs/jrxs_blue.png +0 -0
  507. package/lib/vtx-car-modal/imgs/jrxs_light.png +0 -0
  508. package/lib/vtx-car-modal/imgs/ljsjdw.png +0 -0
  509. package/lib/vtx-car-modal/imgs/ljsjdw_blue.png +0 -0
  510. package/lib/vtx-car-modal/imgs/ljsjdw_light.png +0 -0
  511. package/lib/vtx-car-modal/imgs/ljsjts.png +0 -0
  512. package/lib/vtx-car-modal/imgs/ljsjts_blue.png +0 -0
  513. package/lib/vtx-car-modal/imgs/ljsjts_light.png +0 -0
  514. package/lib/vtx-car-modal/imgs/ljsjzl.png +0 -0
  515. package/lib/vtx-car-modal/imgs/ljsjzl_blue.png +0 -0
  516. package/lib/vtx-car-modal/imgs/ljsjzl_light.png +0 -0
  517. package/lib/vtx-car-modal/imgs/ljsy_car.png +0 -0
  518. package/lib/vtx-car-modal/imgs/ljsy_cp_fish.png +0 -0
  519. package/lib/vtx-car-modal/imgs/ljsy_cp_name.png +0 -0
  520. package/lib/vtx-car-modal/imgs/ljsy_cp_name_active.png +0 -0
  521. package/lib/vtx-car-modal/imgs/ljsy_cp_name_un.png +0 -0
  522. package/lib/vtx-car-modal/imgs/ljsy_diamond.png +0 -0
  523. package/lib/vtx-car-modal/imgs/ljsy_diamond_active.png +0 -0
  524. package/lib/vtx-car-modal/imgs/ljsy_left.png +0 -0
  525. package/lib/vtx-car-modal/imgs/ljsy_right.png +0 -0
  526. package/lib/vtx-car-modal/imgs/ljwgsc.png +0 -0
  527. package/lib/vtx-car-modal/imgs/ljwgsc_light.png +0 -0
  528. package/lib/vtx-car-modal/imgs/ljwgts.png +0 -0
  529. package/lib/vtx-car-modal/imgs/ljwgts_light.png +0 -0
  530. package/lib/vtx-car-modal/imgs/outTime.png +0 -0
  531. package/lib/vtx-car-modal/imgs/outTime_blue.png +0 -0
  532. package/lib/vtx-car-modal/imgs/outTime_light.png +0 -0
  533. package/lib/vtx-car-modal/imgs/pjwcl.png +0 -0
  534. package/lib/vtx-car-modal/imgs/pjwcl_blue.png +0 -0
  535. package/lib/vtx-car-modal/imgs/pjwcl_light.png +0 -0
  536. package/lib/vtx-car-modal/imgs/position.png +0 -0
  537. package/lib/vtx-car-modal/imgs/position_blue.png +0 -0
  538. package/lib/vtx-car-modal/imgs/position_light.png +0 -0
  539. package/lib/vtx-car-modal/imgs/realCarImg.png +0 -0
  540. package/lib/vtx-car-modal/imgs/refresh.png +0 -0
  541. package/lib/vtx-car-modal/imgs/refresh_blue.png +0 -0
  542. package/lib/vtx-car-modal/imgs/refresh_light.png +0 -0
  543. package/lib/vtx-car-modal/imgs/runTime.png +0 -0
  544. package/lib/vtx-car-modal/imgs/runTime_blue.png +0 -0
  545. package/lib/vtx-car-modal/imgs/runTime_light.png +0 -0
  546. package/lib/vtx-car-modal/imgs/syyl.png +0 -0
  547. package/lib/vtx-car-modal/imgs/syyl_light.png +0 -0
  548. package/lib/vtx-car-modal/imgs/warn.png +0 -0
  549. package/lib/vtx-car-modal/imgs/wcl.png +0 -0
  550. package/lib/vtx-car-modal/imgs/wcl_blue.png +0 -0
  551. package/lib/vtx-car-modal/imgs/wcl_light.png +0 -0
  552. package/lib/vtx-car-modal/imgs/wgcs.png +0 -0
  553. package/lib/vtx-car-modal/imgs/wgcs_light.png +0 -0
  554. package/lib/vtx-car-modal/imgs/work_cp_bg.png +0 -0
  555. package/lib/vtx-car-modal/imgs/xslc.png +0 -0
  556. package/lib/vtx-car-modal/imgs/xslc_blue.png +0 -0
  557. package/lib/vtx-car-modal/imgs/xslc_light.png +0 -0
  558. package/lib/vtx-car-modal/imgs/ysdw.png +0 -0
  559. package/lib/vtx-car-modal/imgs/ysdw_blue.png +0 -0
  560. package/lib/vtx-car-modal/imgs/ysdw_light.png +0 -0
  561. package/lib/vtx-car-modal/imgs/ywcdw.png +0 -0
  562. package/lib/vtx-car-modal/imgs/ywcdw_blue.png +0 -0
  563. package/lib/vtx-car-modal/imgs/ywcdw_light.png +0 -0
  564. package/lib/vtx-car-modal/imgs/zlc.png +0 -0
  565. package/lib/vtx-car-modal/imgs/zlc_blue.png +0 -0
  566. package/lib/vtx-car-modal/imgs/zlc_light.png +0 -0
  567. package/lib/vtx-car-modal/imgs/zld.png +0 -0
  568. package/lib/vtx-car-modal/imgs/zld_blue.png +0 -0
  569. package/lib/vtx-car-modal/imgs/zld_light.png +0 -0
  570. package/lib/vtx-car-modal/imgs/zsh.png +0 -0
  571. package/lib/vtx-car-modal/imgs/zsh_light.png +0 -0
  572. package/lib/vtx-car-modal/imgs/zycs.png +0 -0
  573. package/lib/vtx-car-modal/imgs/zycs_blue.png +0 -0
  574. package/lib/vtx-car-modal/imgs/zycs_light.png +0 -0
  575. package/lib/vtx-car-modal/imgs/zycssc.png +0 -0
  576. package/lib/vtx-car-modal/imgs/zycssc_blue.png +0 -0
  577. package/lib/vtx-car-modal/imgs/zycssc_light.png +0 -0
  578. package/lib/vtx-car-modal/imgs/zyh.png +0 -0
  579. package/lib/vtx-car-modal/imgs/zyh_light.png +0 -0
  580. package/lib/vtx-car-modal/imgs/zyl.png +0 -0
  581. package/lib/vtx-car-modal/imgs/zyl_blue.png +0 -0
  582. package/lib/vtx-car-modal/imgs/zyl_light.png +0 -0
  583. package/lib/vtx-car-modal/imgs/zylc.png +0 -0
  584. package/lib/vtx-car-modal/imgs/zylc_blue.png +0 -0
  585. package/lib/vtx-car-modal/imgs/zylc_light.png +0 -0
  586. package/lib/vtx-car-modal/imgs/zysc.png +0 -0
  587. package/lib/vtx-car-modal/imgs/zysc_blue.png +0 -0
  588. package/lib/vtx-car-modal/imgs/zysc_light.png +0 -0
  589. package/lib/vtx-car-modal/index.js +161 -0
  590. package/lib/vtx-car-modal/index.js.map +1 -0
  591. package/lib/vtx-car-modal/style/css.js +11 -0
  592. package/lib/vtx-car-modal/style/css.js.map +1 -0
  593. package/lib/vtx-car-modal/style/index.css +136 -0
  594. package/lib/vtx-car-modal/style/index.js +11 -0
  595. package/lib/vtx-car-modal/style/index.js.map +1 -0
  596. package/lib/vtx-car-modal/style/index.less +6 -0
  597. package/lib/vtx-car-modal-temp/api.js +633 -0
  598. package/lib/vtx-car-modal-temp/api.js.map +1 -0
  599. package/lib/vtx-car-modal-temp/components/AlarmInfo/Charts.js +198 -0
  600. package/lib/vtx-car-modal-temp/components/AlarmInfo/Charts.js.map +1 -0
  601. package/lib/vtx-car-modal-temp/components/AlarmInfo/List.js +186 -0
  602. package/lib/vtx-car-modal-temp/components/AlarmInfo/List.js.map +1 -0
  603. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.css +45 -0
  604. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.js +126 -0
  605. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.js.map +1 -0
  606. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.less +38 -0
  607. package/lib/vtx-car-modal-temp/components/BaseInfo/Charts.js +81 -0
  608. package/lib/vtx-car-modal-temp/components/BaseInfo/Charts.js.map +1 -0
  609. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayRun.js +85 -0
  610. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayRun.js.map +1 -0
  611. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkJXH.js +67 -0
  612. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkJXH.js.map +1 -0
  613. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkLJSY.js +126 -0
  614. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkLJSY.js.map +1 -0
  615. package/lib/vtx-car-modal-temp/components/BaseInfo/Wgfx.js +116 -0
  616. package/lib/vtx-car-modal-temp/components/BaseInfo/Wgfx.js.map +1 -0
  617. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummary.js +56 -0
  618. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummary.js.map +1 -0
  619. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummaryJxh.js +117 -0
  620. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummaryJxh.js.map +1 -0
  621. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxJXH.js +123 -0
  622. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxJXH.js.map +1 -0
  623. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxLJSY.js +147 -0
  624. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxLJSY.js.map +1 -0
  625. package/lib/vtx-car-modal-temp/components/BaseInfo/index.css +280 -0
  626. package/lib/vtx-car-modal-temp/components/BaseInfo/index.js +252 -0
  627. package/lib/vtx-car-modal-temp/components/BaseInfo/index.js.map +1 -0
  628. package/lib/vtx-car-modal-temp/components/BaseInfo/index.less +239 -0
  629. package/lib/vtx-car-modal-temp/components/Maintenance/index.css +39 -0
  630. package/lib/vtx-car-modal-temp/components/Maintenance/index.js +134 -0
  631. package/lib/vtx-car-modal-temp/components/Maintenance/index.js.map +1 -0
  632. package/lib/vtx-car-modal-temp/components/Maintenance/index.less +34 -0
  633. package/lib/vtx-car-modal-temp/components/Mixsy/index.css +48 -0
  634. package/lib/vtx-car-modal-temp/components/Mixsy/index.js +277 -0
  635. package/lib/vtx-car-modal-temp/components/Mixsy/index.js.map +1 -0
  636. package/lib/vtx-car-modal-temp/components/Mixsy/index.less +49 -0
  637. package/lib/vtx-car-modal-temp/components/OilConsumption/List.js +88 -0
  638. package/lib/vtx-car-modal-temp/components/OilConsumption/List.js.map +1 -0
  639. package/lib/vtx-car-modal-temp/components/OilConsumption/OilLIne.js +100 -0
  640. package/lib/vtx-car-modal-temp/components/OilConsumption/OilLIne.js.map +1 -0
  641. package/lib/vtx-car-modal-temp/components/OilConsumption/index.css +33 -0
  642. package/lib/vtx-car-modal-temp/components/OilConsumption/index.js +138 -0
  643. package/lib/vtx-car-modal-temp/components/OilConsumption/index.js.map +1 -0
  644. package/lib/vtx-car-modal-temp/components/OilConsumption/index.less +36 -0
  645. package/lib/vtx-car-modal-temp/components/RunAna/index.css +6 -0
  646. package/lib/vtx-car-modal-temp/components/RunAna/index.js +130 -0
  647. package/lib/vtx-car-modal-temp/components/RunAna/index.js.map +1 -0
  648. package/lib/vtx-car-modal-temp/components/RunAna/index.less +6 -0
  649. package/lib/vtx-car-modal-temp/components/StaticInfo/Charts.js +70 -0
  650. package/lib/vtx-car-modal-temp/components/StaticInfo/Charts.js.map +1 -0
  651. package/lib/vtx-car-modal-temp/components/StaticInfo/List.js +92 -0
  652. package/lib/vtx-car-modal-temp/components/StaticInfo/List.js.map +1 -0
  653. package/lib/vtx-car-modal-temp/components/StaticInfo/index.css +97 -0
  654. package/lib/vtx-car-modal-temp/components/StaticInfo/index.js +93 -0
  655. package/lib/vtx-car-modal-temp/components/StaticInfo/index.js.map +1 -0
  656. package/lib/vtx-car-modal-temp/components/StaticInfo/index.less +75 -0
  657. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.css +29 -0
  658. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.js +116 -0
  659. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.js.map +1 -0
  660. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.less +22 -0
  661. package/lib/vtx-car-modal-temp/components/WorkInfo/Wcl.js +128 -0
  662. package/lib/vtx-car-modal-temp/components/WorkInfo/Wcl.js.map +1 -0
  663. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkJxh.js +309 -0
  664. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkJxh.js.map +1 -0
  665. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkLjsy.js +495 -0
  666. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkLjsy.js.map +1 -0
  667. package/lib/vtx-car-modal-temp/components/WorkInfo/index.css +263 -0
  668. package/lib/vtx-car-modal-temp/components/WorkInfo/index.js +35 -0
  669. package/lib/vtx-car-modal-temp/components/WorkInfo/index.js.map +1 -0
  670. package/lib/vtx-car-modal-temp/components/WorkInfo/index.less +220 -0
  671. package/lib/vtx-car-modal-temp/components/index.js +70 -0
  672. package/lib/vtx-car-modal-temp/components/index.js.map +1 -0
  673. package/lib/vtx-car-modal-temp/imgs/bglyh.png +0 -0
  674. package/lib/vtx-car-modal-temp/imgs/bglyh_light.png +0 -0
  675. package/lib/vtx-car-modal-temp/imgs/calendar-hour.png +0 -0
  676. package/lib/vtx-car-modal-temp/imgs/calendar-mile.png +0 -0
  677. package/lib/vtx-car-modal-temp/imgs/car.png +0 -0
  678. package/lib/vtx-car-modal-temp/imgs/ccts.png +0 -0
  679. package/lib/vtx-car-modal-temp/imgs/ccts_light.png +0 -0
  680. package/lib/vtx-car-modal-temp/imgs/dqsd.png +0 -0
  681. package/lib/vtx-car-modal-temp/imgs/dqsd_blue.png +0 -0
  682. package/lib/vtx-car-modal-temp/imgs/dqsd_light.png +0 -0
  683. package/lib/vtx-car-modal-temp/imgs/jrxs.png +0 -0
  684. package/lib/vtx-car-modal-temp/imgs/jrxs_blue.png +0 -0
  685. package/lib/vtx-car-modal-temp/imgs/jrxs_light.png +0 -0
  686. package/lib/vtx-car-modal-temp/imgs/ljsjdw.png +0 -0
  687. package/lib/vtx-car-modal-temp/imgs/ljsjdw_blue.png +0 -0
  688. package/lib/vtx-car-modal-temp/imgs/ljsjdw_light.png +0 -0
  689. package/lib/vtx-car-modal-temp/imgs/ljsjts.png +0 -0
  690. package/lib/vtx-car-modal-temp/imgs/ljsjts_blue.png +0 -0
  691. package/lib/vtx-car-modal-temp/imgs/ljsjts_light.png +0 -0
  692. package/lib/vtx-car-modal-temp/imgs/ljsjzl.png +0 -0
  693. package/lib/vtx-car-modal-temp/imgs/ljsjzl_blue.png +0 -0
  694. package/lib/vtx-car-modal-temp/imgs/ljsjzl_light.png +0 -0
  695. package/lib/vtx-car-modal-temp/imgs/ljsy_car.png +0 -0
  696. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_fish.png +0 -0
  697. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name.png +0 -0
  698. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name_active.png +0 -0
  699. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name_un.png +0 -0
  700. package/lib/vtx-car-modal-temp/imgs/ljsy_diamond.png +0 -0
  701. package/lib/vtx-car-modal-temp/imgs/ljsy_diamond_active.png +0 -0
  702. package/lib/vtx-car-modal-temp/imgs/ljsy_left.png +0 -0
  703. package/lib/vtx-car-modal-temp/imgs/ljsy_right.png +0 -0
  704. package/lib/vtx-car-modal-temp/imgs/ljwgsc.png +0 -0
  705. package/lib/vtx-car-modal-temp/imgs/ljwgsc_light.png +0 -0
  706. package/lib/vtx-car-modal-temp/imgs/ljwgts.png +0 -0
  707. package/lib/vtx-car-modal-temp/imgs/ljwgts_light.png +0 -0
  708. package/lib/vtx-car-modal-temp/imgs/outTime.png +0 -0
  709. package/lib/vtx-car-modal-temp/imgs/outTime_blue.png +0 -0
  710. package/lib/vtx-car-modal-temp/imgs/outTime_light.png +0 -0
  711. package/lib/vtx-car-modal-temp/imgs/pjwcl.png +0 -0
  712. package/lib/vtx-car-modal-temp/imgs/pjwcl_blue.png +0 -0
  713. package/lib/vtx-car-modal-temp/imgs/pjwcl_light.png +0 -0
  714. package/lib/vtx-car-modal-temp/imgs/position.png +0 -0
  715. package/lib/vtx-car-modal-temp/imgs/position_blue.png +0 -0
  716. package/lib/vtx-car-modal-temp/imgs/position_light.png +0 -0
  717. package/lib/vtx-car-modal-temp/imgs/realCarImg.png +0 -0
  718. package/lib/vtx-car-modal-temp/imgs/refresh.png +0 -0
  719. package/lib/vtx-car-modal-temp/imgs/refresh_blue.png +0 -0
  720. package/lib/vtx-car-modal-temp/imgs/refresh_light.png +0 -0
  721. package/lib/vtx-car-modal-temp/imgs/runTime.png +0 -0
  722. package/lib/vtx-car-modal-temp/imgs/runTime_blue.png +0 -0
  723. package/lib/vtx-car-modal-temp/imgs/runTime_light.png +0 -0
  724. package/lib/vtx-car-modal-temp/imgs/syyl.png +0 -0
  725. package/lib/vtx-car-modal-temp/imgs/syyl_light.png +0 -0
  726. package/lib/vtx-car-modal-temp/imgs/warn.png +0 -0
  727. package/lib/vtx-car-modal-temp/imgs/wcl.png +0 -0
  728. package/lib/vtx-car-modal-temp/imgs/wcl_blue.png +0 -0
  729. package/lib/vtx-car-modal-temp/imgs/wcl_light.png +0 -0
  730. package/lib/vtx-car-modal-temp/imgs/wgcs.png +0 -0
  731. package/lib/vtx-car-modal-temp/imgs/wgcs_light.png +0 -0
  732. package/lib/vtx-car-modal-temp/imgs/work_cp_bg.png +0 -0
  733. package/lib/vtx-car-modal-temp/imgs/xslc.png +0 -0
  734. package/lib/vtx-car-modal-temp/imgs/xslc_blue.png +0 -0
  735. package/lib/vtx-car-modal-temp/imgs/xslc_light.png +0 -0
  736. package/lib/vtx-car-modal-temp/imgs/ysdw.png +0 -0
  737. package/lib/vtx-car-modal-temp/imgs/ysdw_blue.png +0 -0
  738. package/lib/vtx-car-modal-temp/imgs/ysdw_light.png +0 -0
  739. package/lib/vtx-car-modal-temp/imgs/ywcdw.png +0 -0
  740. package/lib/vtx-car-modal-temp/imgs/ywcdw_blue.png +0 -0
  741. package/lib/vtx-car-modal-temp/imgs/ywcdw_light.png +0 -0
  742. package/lib/vtx-car-modal-temp/imgs/zlc.png +0 -0
  743. package/lib/vtx-car-modal-temp/imgs/zlc_blue.png +0 -0
  744. package/lib/vtx-car-modal-temp/imgs/zlc_light.png +0 -0
  745. package/lib/vtx-car-modal-temp/imgs/zld.png +0 -0
  746. package/lib/vtx-car-modal-temp/imgs/zld_blue.png +0 -0
  747. package/lib/vtx-car-modal-temp/imgs/zld_light.png +0 -0
  748. package/lib/vtx-car-modal-temp/imgs/zsh.png +0 -0
  749. package/lib/vtx-car-modal-temp/imgs/zsh_light.png +0 -0
  750. package/lib/vtx-car-modal-temp/imgs/zycs.png +0 -0
  751. package/lib/vtx-car-modal-temp/imgs/zycs_blue.png +0 -0
  752. package/lib/vtx-car-modal-temp/imgs/zycs_light.png +0 -0
  753. package/lib/vtx-car-modal-temp/imgs/zycssc.png +0 -0
  754. package/lib/vtx-car-modal-temp/imgs/zycssc_blue.png +0 -0
  755. package/lib/vtx-car-modal-temp/imgs/zycssc_light.png +0 -0
  756. package/lib/vtx-car-modal-temp/imgs/zyh.png +0 -0
  757. package/lib/vtx-car-modal-temp/imgs/zyh_light.png +0 -0
  758. package/lib/vtx-car-modal-temp/imgs/zyl.png +0 -0
  759. package/lib/vtx-car-modal-temp/imgs/zyl_blue.png +0 -0
  760. package/lib/vtx-car-modal-temp/imgs/zyl_light.png +0 -0
  761. package/lib/vtx-car-modal-temp/imgs/zylc.png +0 -0
  762. package/lib/vtx-car-modal-temp/imgs/zylc_blue.png +0 -0
  763. package/lib/vtx-car-modal-temp/imgs/zylc_light.png +0 -0
  764. package/lib/vtx-car-modal-temp/imgs/zysc.png +0 -0
  765. package/lib/vtx-car-modal-temp/imgs/zysc_blue.png +0 -0
  766. package/lib/vtx-car-modal-temp/imgs/zysc_light.png +0 -0
  767. package/lib/vtx-car-modal-temp/index.js +156 -0
  768. package/lib/vtx-car-modal-temp/index.js.map +1 -0
  769. package/lib/vtx-car-modal-temp/style/css.js +11 -0
  770. package/lib/vtx-car-modal-temp/style/css.js.map +1 -0
  771. package/lib/vtx-car-modal-temp/style/index.css +136 -0
  772. package/lib/vtx-car-modal-temp/style/index.js +11 -0
  773. package/lib/vtx-car-modal-temp/style/index.js.map +1 -0
  774. package/lib/vtx-car-modal-temp/style/index.less +6 -0
  775. package/lib/vtx-cp-modal/api.js +336 -0
  776. package/lib/vtx-cp-modal/api.js.map +1 -0
  777. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +174 -0
  778. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  779. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +106 -0
  780. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  781. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +166 -0
  782. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +1 -0
  783. package/lib/vtx-cp-modal/components/AlarmInfo/index.css +116 -0
  784. package/lib/vtx-cp-modal/components/AlarmInfo/index.js +46 -0
  785. package/lib/vtx-cp-modal/components/AlarmInfo/index.js.map +1 -0
  786. package/lib/vtx-cp-modal/components/AlarmInfo/index.less +105 -0
  787. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +118 -0
  788. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -0
  789. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +52 -0
  790. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -0
  791. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +143 -0
  792. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +1 -0
  793. package/lib/vtx-cp-modal/components/BaseInfo/index.css +156 -0
  794. package/lib/vtx-cp-modal/components/BaseInfo/index.js +88 -0
  795. package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -0
  796. package/lib/vtx-cp-modal/components/BaseInfo/index.less +139 -0
  797. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js +196 -0
  798. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js.map +1 -0
  799. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +106 -0
  800. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +1 -0
  801. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +164 -0
  802. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +1 -0
  803. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.css +116 -0
  804. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +46 -0
  805. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js.map +1 -0
  806. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.less +105 -0
  807. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +128 -0
  808. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -0
  809. package/lib/vtx-cp-modal/components/SyInfo/index.css +40 -0
  810. package/lib/vtx-cp-modal/components/SyInfo/index.js +371 -0
  811. package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -0
  812. package/lib/vtx-cp-modal/components/SyInfo/index.less +38 -0
  813. package/lib/vtx-cp-modal/components/index.js +35 -0
  814. package/lib/vtx-cp-modal/components/index.js.map +1 -0
  815. package/lib/vtx-cp-modal/imgs/alarm.png +0 -0
  816. package/lib/vtx-cp-modal/imgs/alarm_blue.png +0 -0
  817. package/lib/vtx-cp-modal/imgs/all_rate.png +0 -0
  818. package/lib/vtx-cp-modal/imgs/all_rate_blue.png +0 -0
  819. package/lib/vtx-cp-modal/imgs/all_rate_light.png +0 -0
  820. package/lib/vtx-cp-modal/imgs/cy.png +0 -0
  821. package/lib/vtx-cp-modal/imgs/cy_rate.png +0 -0
  822. package/lib/vtx-cp-modal/imgs/cy_rate_blue.png +0 -0
  823. package/lib/vtx-cp-modal/imgs/cy_rate_light.png +0 -0
  824. package/lib/vtx-cp-modal/imgs/jhsj.png +0 -0
  825. package/lib/vtx-cp-modal/imgs/jhsj_blue.png +0 -0
  826. package/lib/vtx-cp-modal/imgs/jhsj_light.png +0 -0
  827. package/lib/vtx-cp-modal/imgs/khs_rate_blue.png +0 -0
  828. package/lib/vtx-cp-modal/imgs/khsw.png +0 -0
  829. package/lib/vtx-cp-modal/imgs/qt.png +0 -0
  830. package/lib/vtx-cp-modal/imgs/qt_rate.png +0 -0
  831. package/lib/vtx-cp-modal/imgs/qt_rate_blue.png +0 -0
  832. package/lib/vtx-cp-modal/imgs/qt_rate_light.png +0 -0
  833. package/lib/vtx-cp-modal/imgs/sjl.png +0 -0
  834. package/lib/vtx-cp-modal/imgs/sjl_blue.png +0 -0
  835. package/lib/vtx-cp-modal/imgs/sjl_light.png +0 -0
  836. package/lib/vtx-cp-modal/imgs/sjsj.png +0 -0
  837. package/lib/vtx-cp-modal/imgs/sjsj_blue.png +0 -0
  838. package/lib/vtx-cp-modal/imgs/sjsj_light.png +0 -0
  839. package/lib/vtx-cp-modal/imgs/sjts.png +0 -0
  840. package/lib/vtx-cp-modal/imgs/sjts_blue.png +0 -0
  841. package/lib/vtx-cp-modal/imgs/sjts_light.png +0 -0
  842. package/lib/vtx-cp-modal/imgs/sjzl.png +0 -0
  843. package/lib/vtx-cp-modal/imgs/sjzl_blue.png +0 -0
  844. package/lib/vtx-cp-modal/imgs/sjzl_light.png +0 -0
  845. package/lib/vtx-cp-modal/imgs/track.png +0 -0
  846. package/lib/vtx-cp-modal/imgs/yh.png +0 -0
  847. package/lib/vtx-cp-modal/imgs/yh_rate.png +0 -0
  848. package/lib/vtx-cp-modal/imgs/yh_rate_blue.png +0 -0
  849. package/lib/vtx-cp-modal/imgs/yh_rate_light.png +0 -0
  850. package/lib/vtx-cp-modal/index.js +101 -0
  851. package/lib/vtx-cp-modal/index.js.map +1 -0
  852. package/lib/vtx-cp-modal/style/css.js +5 -0
  853. package/lib/vtx-cp-modal/style/css.js.map +1 -0
  854. package/lib/vtx-cp-modal/style/index.css +132 -0
  855. package/lib/vtx-cp-modal/style/index.js +5 -0
  856. package/lib/vtx-cp-modal/style/index.js.map +1 -0
  857. package/lib/vtx-cp-modal/style/index.less +1 -0
  858. package/lib/vtx-default-modal/api.js +83 -0
  859. package/lib/vtx-default-modal/api.js.map +1 -0
  860. package/lib/vtx-default-modal/components/BaseInfo/index.css +30 -0
  861. package/lib/vtx-default-modal/components/BaseInfo/index.js +63 -0
  862. package/lib/vtx-default-modal/components/BaseInfo/index.js.map +1 -0
  863. package/lib/vtx-default-modal/components/BaseInfo/index.less +27 -0
  864. package/lib/vtx-default-modal/components/index.js +14 -0
  865. package/lib/vtx-default-modal/components/index.js.map +1 -0
  866. package/lib/vtx-default-modal/index.js +87 -0
  867. package/lib/vtx-default-modal/index.js.map +1 -0
  868. package/lib/vtx-default-modal/style/css.js +5 -0
  869. package/lib/vtx-default-modal/style/css.js.map +1 -0
  870. package/lib/vtx-default-modal/style/index.css +132 -0
  871. package/lib/vtx-default-modal/style/index.js +5 -0
  872. package/lib/vtx-default-modal/style/index.js.map +1 -0
  873. package/lib/vtx-default-modal/style/index.less +1 -0
  874. package/lib/vtx-df-modal/api.js +314 -0
  875. package/lib/vtx-df-modal/api.js.map +1 -0
  876. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +115 -0
  877. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +1 -0
  878. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +146 -0
  879. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +1 -0
  880. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +119 -0
  881. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +1 -0
  882. package/lib/vtx-df-modal/components/BaseInfo/Situation.js +52 -0
  883. package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +1 -0
  884. package/lib/vtx-df-modal/components/BaseInfo/index.css +365 -0
  885. package/lib/vtx-df-modal/components/BaseInfo/index.js +137 -0
  886. package/lib/vtx-df-modal/components/BaseInfo/index.js.map +1 -0
  887. package/lib/vtx-df-modal/components/BaseInfo/index.less +246 -0
  888. package/lib/vtx-df-modal/components/Metering/ChartJccc.js +125 -0
  889. package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +1 -0
  890. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +134 -0
  891. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +1 -0
  892. package/lib/vtx-df-modal/components/Metering/List.js +115 -0
  893. package/lib/vtx-df-modal/components/Metering/List.js.map +1 -0
  894. package/lib/vtx-df-modal/components/Metering/index.css +92 -0
  895. package/lib/vtx-df-modal/components/Metering/index.js +174 -0
  896. package/lib/vtx-df-modal/components/Metering/index.js.map +1 -0
  897. package/lib/vtx-df-modal/components/Metering/index.less +78 -0
  898. package/lib/vtx-df-modal/components/OdorAlarm/List.js +115 -0
  899. package/lib/vtx-df-modal/components/OdorAlarm/List.js.map +1 -0
  900. package/lib/vtx-df-modal/components/OdorAlarm/imgs/cq_bg.png +0 -0
  901. package/lib/vtx-df-modal/components/OdorAlarm/imgs/noData.png +0 -0
  902. package/lib/vtx-df-modal/components/OdorAlarm/imgs/position_red.png +0 -0
  903. package/lib/vtx-df-modal/components/OdorAlarm/index.css +198 -0
  904. package/lib/vtx-df-modal/components/OdorAlarm/index.js +196 -0
  905. package/lib/vtx-df-modal/components/OdorAlarm/index.js.map +1 -0
  906. package/lib/vtx-df-modal/components/OdorAlarm/index.less +179 -0
  907. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +113 -0
  908. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +1 -0
  909. package/lib/vtx-df-modal/components/WorkCondition/Situation.js +116 -0
  910. package/lib/vtx-df-modal/components/WorkCondition/Situation.js.map +1 -0
  911. package/lib/vtx-df-modal/components/WorkCondition/index.css +170 -0
  912. package/lib/vtx-df-modal/components/WorkCondition/index.js +98 -0
  913. package/lib/vtx-df-modal/components/WorkCondition/index.js.map +1 -0
  914. package/lib/vtx-df-modal/components/WorkCondition/index.less +154 -0
  915. package/lib/vtx-df-modal/components/index.js +35 -0
  916. package/lib/vtx-df-modal/components/index.js.map +1 -0
  917. package/lib/vtx-df-modal/imgs/alarm.png +0 -0
  918. package/lib/vtx-df-modal/imgs/alarm_light.png +0 -0
  919. package/lib/vtx-df-modal/imgs/bjdw.png +0 -0
  920. package/lib/vtx-df-modal/imgs/bjzx.png +0 -0
  921. package/lib/vtx-df-modal/imgs/hb.png +0 -0
  922. package/lib/vtx-df-modal/imgs/jcbj.png +0 -0
  923. package/lib/vtx-df-modal/imgs/jcbj_blue.png +0 -0
  924. package/lib/vtx-df-modal/imgs/jcbj_light.png +0 -0
  925. package/lib/vtx-df-modal/imgs/jccc.png +0 -0
  926. package/lib/vtx-df-modal/imgs/jccc_blue.png +0 -0
  927. package/lib/vtx-df-modal/imgs/jccc_light.png +0 -0
  928. package/lib/vtx-df-modal/imgs/jcdw.png +0 -0
  929. package/lib/vtx-df-modal/imgs/jcl.png +0 -0
  930. package/lib/vtx-df-modal/imgs/jcl_blue.png +0 -0
  931. package/lib/vtx-df-modal/imgs/jcl_light.png +0 -0
  932. package/lib/vtx-df-modal/imgs/monitor_bg.png +0 -0
  933. package/lib/vtx-df-modal/imgs/normal.png +0 -0
  934. package/lib/vtx-df-modal/imgs/normal_light.png +0 -0
  935. package/lib/vtx-df-modal/imgs/rjjcl.png +0 -0
  936. package/lib/vtx-df-modal/imgs/rjjcl_blue.png +0 -0
  937. package/lib/vtx-df-modal/imgs/rjjcl_light.png +0 -0
  938. package/lib/vtx-df-modal/imgs/run.png +0 -0
  939. package/lib/vtx-df-modal/imgs/situation_parent.png +0 -0
  940. package/lib/vtx-df-modal/imgs/situation_parent_bg.png +0 -0
  941. package/lib/vtx-df-modal/imgs/sjnl.png +0 -0
  942. package/lib/vtx-df-modal/imgs/sjnl_blue.png +0 -0
  943. package/lib/vtx-df-modal/imgs/sjnl_light.png +0 -0
  944. package/lib/vtx-df-modal/imgs/zbbj.png +0 -0
  945. package/lib/vtx-df-modal/imgs/zbbj_blue.png +0 -0
  946. package/lib/vtx-df-modal/imgs/zbbj_light.png +0 -0
  947. package/lib/vtx-df-modal/imgs/zjccc.png +0 -0
  948. package/lib/vtx-df-modal/imgs/zjccc_blue.png +0 -0
  949. package/lib/vtx-df-modal/imgs/zjccc_light.png +0 -0
  950. package/lib/vtx-df-modal/imgs/zjcl.png +0 -0
  951. package/lib/vtx-df-modal/imgs/zjcl_blue.png +0 -0
  952. package/lib/vtx-df-modal/imgs/zjcl_light.png +0 -0
  953. package/lib/vtx-df-modal/index.js +135 -0
  954. package/lib/vtx-df-modal/index.js.map +1 -0
  955. package/lib/vtx-df-modal/style/css.js +7 -0
  956. package/lib/vtx-df-modal/style/css.js.map +1 -0
  957. package/lib/vtx-df-modal/style/index.css +132 -0
  958. package/lib/vtx-df-modal/style/index.js +7 -0
  959. package/lib/vtx-df-modal/style/index.js.map +1 -0
  960. package/lib/vtx-df-modal/style/index.less +1 -0
  961. package/lib/vtx-facility-modal/api.js +123 -0
  962. package/lib/vtx-facility-modal/api.js.map +1 -0
  963. package/lib/vtx-facility-modal/components/OverView/Left.js +49 -0
  964. package/lib/vtx-facility-modal/components/OverView/Left.js.map +1 -0
  965. package/lib/vtx-facility-modal/components/OverView/index.css +133 -0
  966. package/lib/vtx-facility-modal/components/OverView/index.js +285 -0
  967. package/lib/vtx-facility-modal/components/OverView/index.js.map +1 -0
  968. package/lib/vtx-facility-modal/components/OverView/index.less +116 -0
  969. package/lib/vtx-facility-modal/components/index.js +14 -0
  970. package/lib/vtx-facility-modal/components/index.js.map +1 -0
  971. package/lib/vtx-facility-modal/config.js +68 -0
  972. package/lib/vtx-facility-modal/config.js.map +1 -0
  973. package/lib/vtx-facility-modal/imgs/car.png +0 -0
  974. package/lib/vtx-facility-modal/imgs/user.png +0 -0
  975. package/lib/vtx-facility-modal/index.js +48 -0
  976. package/lib/vtx-facility-modal/index.js.map +1 -0
  977. package/lib/vtx-facility-modal/style/css.js +5 -0
  978. package/lib/vtx-facility-modal/style/css.js.map +1 -0
  979. package/lib/vtx-facility-modal/style/index.css +0 -0
  980. package/lib/vtx-facility-modal/style/index.js +5 -0
  981. package/lib/vtx-facility-modal/style/index.js.map +1 -0
  982. package/lib/vtx-facility-modal/style/index.less +1 -0
  983. package/lib/vtx-facility-modal/types.js +6 -0
  984. package/lib/vtx-facility-modal/types.js.map +1 -0
  985. package/lib/vtx-housing-estate-modal/api.js +613 -0
  986. package/lib/vtx-housing-estate-modal/api.js.map +1 -0
  987. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +390 -0
  988. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +1 -0
  989. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js +209 -0
  990. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js.map +1 -0
  991. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js +290 -0
  992. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js.map +1 -0
  993. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js +34 -0
  994. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js.map +1 -0
  995. package/lib/vtx-housing-estate-modal/components/Alarm/index.css +81 -0
  996. package/lib/vtx-housing-estate-modal/components/Alarm/index.js +104 -0
  997. package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +1 -0
  998. package/lib/vtx-housing-estate-modal/components/Alarm/index.less +66 -0
  999. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +181 -0
  1000. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +1 -0
  1001. package/lib/vtx-housing-estate-modal/components/OverView/Left.js +61 -0
  1002. package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +1 -0
  1003. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +122 -0
  1004. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js.map +1 -0
  1005. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +213 -0
  1006. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +1 -0
  1007. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js +204 -0
  1008. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js.map +1 -0
  1009. package/lib/vtx-housing-estate-modal/components/OverView/index.css +334 -0
  1010. package/lib/vtx-housing-estate-modal/components/OverView/index.js +57 -0
  1011. package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +1 -0
  1012. package/lib/vtx-housing-estate-modal/components/OverView/index.less +250 -0
  1013. package/lib/vtx-housing-estate-modal/components/SPJK/index.css +4 -0
  1014. package/lib/vtx-housing-estate-modal/components/SPJK/index.js +58 -0
  1015. package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +1 -0
  1016. package/lib/vtx-housing-estate-modal/components/SPJK/index.less +6 -0
  1017. package/lib/vtx-housing-estate-modal/components/TFRD/index.css +30 -0
  1018. package/lib/vtx-housing-estate-modal/components/TFRD/index.js +301 -0
  1019. package/lib/vtx-housing-estate-modal/components/TFRD/index.js.map +1 -0
  1020. package/lib/vtx-housing-estate-modal/components/TFRD/index.less +22 -0
  1021. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +59 -0
  1022. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +1 -0
  1023. package/lib/vtx-housing-estate-modal/components/WGGS/index.css +43 -0
  1024. package/lib/vtx-housing-estate-modal/components/WGGS/index.js +104 -0
  1025. package/lib/vtx-housing-estate-modal/components/WGGS/index.js.map +1 -0
  1026. package/lib/vtx-housing-estate-modal/components/WGGS/index.less +38 -0
  1027. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +68 -0
  1028. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +1 -0
  1029. package/lib/vtx-housing-estate-modal/components/WGXW/index.css +93 -0
  1030. package/lib/vtx-housing-estate-modal/components/WGXW/index.js +142 -0
  1031. package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +1 -0
  1032. package/lib/vtx-housing-estate-modal/components/WGXW/index.less +76 -0
  1033. package/lib/vtx-housing-estate-modal/components/index.js +49 -0
  1034. package/lib/vtx-housing-estate-modal/components/index.js.map +1 -0
  1035. package/lib/vtx-housing-estate-modal/config.js +79 -0
  1036. package/lib/vtx-housing-estate-modal/config.js.map +1 -0
  1037. package/lib/vtx-housing-estate-modal/imgs/BOTTLE.png +0 -0
  1038. package/lib/vtx-housing-estate-modal/imgs/CAN.png +0 -0
  1039. package/lib/vtx-housing-estate-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  1040. package/lib/vtx-housing-estate-modal/imgs/NAPKIN.png +0 -0
  1041. package/lib/vtx-housing-estate-modal/imgs/PLASTIC_BAG.png +0 -0
  1042. package/lib/vtx-housing-estate-modal/imgs/avatar_empty.png +0 -0
  1043. package/lib/vtx-housing-estate-modal/imgs/black-rank.png +0 -0
  1044. package/lib/vtx-housing-estate-modal/imgs/bucket-cylj.png +0 -0
  1045. package/lib/vtx-housing-estate-modal/imgs/bucket-khsw.png +0 -0
  1046. package/lib/vtx-housing-estate-modal/imgs/bucket-qtlj.png +0 -0
  1047. package/lib/vtx-housing-estate-modal/imgs/bucket-yhlj.png +0 -0
  1048. package/lib/vtx-housing-estate-modal/imgs/cylj-bg.png +0 -0
  1049. package/lib/vtx-housing-estate-modal/imgs/cylj.png +0 -0
  1050. package/lib/vtx-housing-estate-modal/imgs/cywpd.png +0 -0
  1051. package/lib/vtx-housing-estate-modal/imgs/garbage_default.png +0 -0
  1052. package/lib/vtx-housing-estate-modal/imgs/ht.png +0 -0
  1053. package/lib/vtx-housing-estate-modal/imgs/khsw-bg.png +0 -0
  1054. package/lib/vtx-housing-estate-modal/imgs/khsw.png +0 -0
  1055. package/lib/vtx-housing-estate-modal/imgs/left-ddypz.png +0 -0
  1056. package/lib/vtx-housing-estate-modal/imgs/left-tfdmd.png +0 -0
  1057. package/lib/vtx-housing-estate-modal/imgs/manage-bg-1.png +0 -0
  1058. package/lib/vtx-housing-estate-modal/imgs/manage-bg-2.png +0 -0
  1059. package/lib/vtx-housing-estate-modal/imgs/manage-gzcx.png +0 -0
  1060. package/lib/vtx-housing-estate-modal/imgs/manage-hjgl.png +0 -0
  1061. package/lib/vtx-housing-estate-modal/imgs/manage-hmd.png +0 -0
  1062. package/lib/vtx-housing-estate-modal/imgs/manage-wgmsr.png +0 -0
  1063. package/lib/vtx-housing-estate-modal/imgs/manage-yyxj.png +0 -0
  1064. package/lib/vtx-housing-estate-modal/imgs/my.png +0 -0
  1065. package/lib/vtx-housing-estate-modal/imgs/pie-chart-bg.png +0 -0
  1066. package/lib/vtx-housing-estate-modal/imgs/qtlj-bg.png +0 -0
  1067. package/lib/vtx-housing-estate-modal/imgs/qtlj.png +0 -0
  1068. package/lib/vtx-housing-estate-modal/imgs/rank-bg.png +0 -0
  1069. package/lib/vtx-housing-estate-modal/imgs/tfd.png +0 -0
  1070. package/lib/vtx-housing-estate-modal/imgs/twtf.png +0 -0
  1071. package/lib/vtx-housing-estate-modal/imgs/wstf.png +0 -0
  1072. package/lib/vtx-housing-estate-modal/imgs/yhlj-bg.png +0 -0
  1073. package/lib/vtx-housing-estate-modal/imgs/yhlj.png +0 -0
  1074. package/lib/vtx-housing-estate-modal/index.js +88 -0
  1075. package/lib/vtx-housing-estate-modal/index.js.map +1 -0
  1076. package/lib/vtx-housing-estate-modal/style/css.js +7 -0
  1077. package/lib/vtx-housing-estate-modal/style/css.js.map +1 -0
  1078. package/lib/vtx-housing-estate-modal/style/index.css +0 -0
  1079. package/lib/vtx-housing-estate-modal/style/index.js +7 -0
  1080. package/lib/vtx-housing-estate-modal/style/index.js.map +1 -0
  1081. package/lib/vtx-housing-estate-modal/style/index.less +1 -0
  1082. package/lib/vtx-housing-estate-modal/types.js +6 -0
  1083. package/lib/vtx-housing-estate-modal/types.js.map +1 -0
  1084. package/lib/vtx-kh-modal/api.js +74 -0
  1085. package/lib/vtx-kh-modal/api.js.map +1 -0
  1086. package/lib/vtx-kh-modal/components/BaseInfo/index.css +66 -0
  1087. package/lib/vtx-kh-modal/components/BaseInfo/index.js +93 -0
  1088. package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +1 -0
  1089. package/lib/vtx-kh-modal/components/BaseInfo/index.less +62 -0
  1090. package/lib/vtx-kh-modal/components/index.js +14 -0
  1091. package/lib/vtx-kh-modal/components/index.js.map +1 -0
  1092. package/lib/vtx-kh-modal/index.js +92 -0
  1093. package/lib/vtx-kh-modal/index.js.map +1 -0
  1094. package/lib/vtx-kh-modal/style/css.js +5 -0
  1095. package/lib/vtx-kh-modal/style/css.js.map +1 -0
  1096. package/lib/vtx-kh-modal/style/index.css +132 -0
  1097. package/lib/vtx-kh-modal/style/index.js +5 -0
  1098. package/lib/vtx-kh-modal/style/index.js.map +1 -0
  1099. package/lib/vtx-kh-modal/style/index.less +1 -0
  1100. package/lib/vtx-ljfl-tfd-modal/api.js +601 -0
  1101. package/lib/vtx-ljfl-tfd-modal/api.js.map +1 -0
  1102. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.css +55 -0
  1103. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.js +100 -0
  1104. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.js.map +1 -0
  1105. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.less +49 -0
  1106. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.css +153 -0
  1107. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.js +238 -0
  1108. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.js.map +1 -0
  1109. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.less +15 -0
  1110. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.css +162 -0
  1111. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.js +341 -0
  1112. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.js.map +1 -0
  1113. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.less +22 -0
  1114. package/lib/vtx-ljfl-tfd-modal/components/index.js +28 -0
  1115. package/lib/vtx-ljfl-tfd-modal/components/index.js.map +1 -0
  1116. package/lib/vtx-ljfl-tfd-modal/config.js +73 -0
  1117. package/lib/vtx-ljfl-tfd-modal/config.js.map +1 -0
  1118. package/lib/vtx-ljfl-tfd-modal/imgs/BOTTLE.png +0 -0
  1119. package/lib/vtx-ljfl-tfd-modal/imgs/CAN.png +0 -0
  1120. package/lib/vtx-ljfl-tfd-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  1121. package/lib/vtx-ljfl-tfd-modal/imgs/NAPKIN.png +0 -0
  1122. package/lib/vtx-ljfl-tfd-modal/imgs/PLASTIC_BAG.png +0 -0
  1123. package/lib/vtx-ljfl-tfd-modal/imgs/avatar_empty.png +0 -0
  1124. package/lib/vtx-ljfl-tfd-modal/imgs/black-rank.png +0 -0
  1125. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-cylj.png +0 -0
  1126. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-khsw.png +0 -0
  1127. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-qtlj.png +0 -0
  1128. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-yhlj.png +0 -0
  1129. package/lib/vtx-ljfl-tfd-modal/imgs/camera.png +0 -0
  1130. package/lib/vtx-ljfl-tfd-modal/imgs/car_cy.png +0 -0
  1131. package/lib/vtx-ljfl-tfd-modal/imgs/car_khs.png +0 -0
  1132. package/lib/vtx-ljfl-tfd-modal/imgs/car_qt.png +0 -0
  1133. package/lib/vtx-ljfl-tfd-modal/imgs/car_yh.png +0 -0
  1134. package/lib/vtx-ljfl-tfd-modal/imgs/cy_car.png +0 -0
  1135. package/lib/vtx-ljfl-tfd-modal/imgs/cy_icon.png +0 -0
  1136. package/lib/vtx-ljfl-tfd-modal/imgs/cylj-bg.png +0 -0
  1137. package/lib/vtx-ljfl-tfd-modal/imgs/cylj.png +0 -0
  1138. package/lib/vtx-ljfl-tfd-modal/imgs/cywpd.png +0 -0
  1139. package/lib/vtx-ljfl-tfd-modal/imgs/disconnect.png +0 -0
  1140. package/lib/vtx-ljfl-tfd-modal/imgs/error.png +0 -0
  1141. package/lib/vtx-ljfl-tfd-modal/imgs/fangzi.gif +0 -0
  1142. package/lib/vtx-ljfl-tfd-modal/imgs/garbage_default.png +0 -0
  1143. package/lib/vtx-ljfl-tfd-modal/imgs/getway.png +0 -0
  1144. package/lib/vtx-ljfl-tfd-modal/imgs/getwayBox.png +0 -0
  1145. package/lib/vtx-ljfl-tfd-modal/imgs/host.png +0 -0
  1146. package/lib/vtx-ljfl-tfd-modal/imgs/ht-tfd.png +0 -0
  1147. package/lib/vtx-ljfl-tfd-modal/imgs/ht.png +0 -0
  1148. package/lib/vtx-ljfl-tfd-modal/imgs/khsw-bg.png +0 -0
  1149. package/lib/vtx-ljfl-tfd-modal/imgs/khsw.png +0 -0
  1150. package/lib/vtx-ljfl-tfd-modal/imgs/lamp.png +0 -0
  1151. package/lib/vtx-ljfl-tfd-modal/imgs/left-ddypz.png +0 -0
  1152. package/lib/vtx-ljfl-tfd-modal/imgs/left-tfdmd.png +0 -0
  1153. package/lib/vtx-ljfl-tfd-modal/imgs/manage-bg-1.png +0 -0
  1154. package/lib/vtx-ljfl-tfd-modal/imgs/manage-bg-2.png +0 -0
  1155. package/lib/vtx-ljfl-tfd-modal/imgs/manage-gzcx.png +0 -0
  1156. package/lib/vtx-ljfl-tfd-modal/imgs/manage-hjgl.png +0 -0
  1157. package/lib/vtx-ljfl-tfd-modal/imgs/manage-hmd.png +0 -0
  1158. package/lib/vtx-ljfl-tfd-modal/imgs/manage-wgmsr.png +0 -0
  1159. package/lib/vtx-ljfl-tfd-modal/imgs/manage-yyxj.png +0 -0
  1160. package/lib/vtx-ljfl-tfd-modal/imgs/my-tfd.png +0 -0
  1161. package/lib/vtx-ljfl-tfd-modal/imgs/my.png +0 -0
  1162. package/lib/vtx-ljfl-tfd-modal/imgs/pie-chart-bg.png +0 -0
  1163. package/lib/vtx-ljfl-tfd-modal/imgs/point.png +0 -0
  1164. package/lib/vtx-ljfl-tfd-modal/imgs/qtlj-bg.png +0 -0
  1165. package/lib/vtx-ljfl-tfd-modal/imgs/qtlj.png +0 -0
  1166. package/lib/vtx-ljfl-tfd-modal/imgs/rank-bg.png +0 -0
  1167. package/lib/vtx-ljfl-tfd-modal/imgs/screen.png +0 -0
  1168. package/lib/vtx-ljfl-tfd-modal/imgs/tfd.png +0 -0
  1169. package/lib/vtx-ljfl-tfd-modal/imgs/throwPoint.png +0 -0
  1170. package/lib/vtx-ljfl-tfd-modal/imgs/tingzi.gif +0 -0
  1171. package/lib/vtx-ljfl-tfd-modal/imgs/toukou.gif +0 -0
  1172. package/lib/vtx-ljfl-tfd-modal/imgs/twtf-tfd.png +0 -0
  1173. package/lib/vtx-ljfl-tfd-modal/imgs/twtf.png +0 -0
  1174. package/lib/vtx-ljfl-tfd-modal/imgs/window.png +0 -0
  1175. package/lib/vtx-ljfl-tfd-modal/imgs/wpd.png +0 -0
  1176. package/lib/vtx-ljfl-tfd-modal/imgs/wstf-tfd.png +0 -0
  1177. package/lib/vtx-ljfl-tfd-modal/imgs/wstf.png +0 -0
  1178. package/lib/vtx-ljfl-tfd-modal/imgs/yhlj-bg.png +0 -0
  1179. package/lib/vtx-ljfl-tfd-modal/imgs/yhlj.png +0 -0
  1180. package/lib/vtx-ljfl-tfd-modal/index.js +96 -0
  1181. package/lib/vtx-ljfl-tfd-modal/index.js.map +1 -0
  1182. package/lib/vtx-ljfl-tfd-modal/style/css.js +5 -0
  1183. package/lib/vtx-ljfl-tfd-modal/style/css.js.map +1 -0
  1184. package/lib/vtx-ljfl-tfd-modal/style/index.css +132 -0
  1185. package/lib/vtx-ljfl-tfd-modal/style/index.js +5 -0
  1186. package/lib/vtx-ljfl-tfd-modal/style/index.js.map +1 -0
  1187. package/lib/vtx-ljfl-tfd-modal/style/index.less +3 -0
  1188. package/lib/vtx-ljfl-tfd-modal/types.js +6 -0
  1189. package/lib/vtx-ljfl-tfd-modal/types.js.map +1 -0
  1190. package/lib/vtx-ljfl-tfd-modal-temp/api.js +601 -0
  1191. package/lib/vtx-ljfl-tfd-modal-temp/api.js.map +1 -0
  1192. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.css +55 -0
  1193. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.js +124 -0
  1194. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.js.map +1 -0
  1195. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.less +49 -0
  1196. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.css +153 -0
  1197. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.js +238 -0
  1198. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.js.map +1 -0
  1199. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.less +15 -0
  1200. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.css +162 -0
  1201. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.js +341 -0
  1202. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.js.map +1 -0
  1203. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.less +22 -0
  1204. package/lib/vtx-ljfl-tfd-modal-temp/components/index.js +28 -0
  1205. package/lib/vtx-ljfl-tfd-modal-temp/components/index.js.map +1 -0
  1206. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.css +140 -0
  1207. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.js +32 -0
  1208. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.js.map +1 -0
  1209. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.less +10 -0
  1210. package/lib/vtx-ljfl-tfd-modal-temp/config.js +80 -0
  1211. package/lib/vtx-ljfl-tfd-modal-temp/config.js.map +1 -0
  1212. package/lib/vtx-ljfl-tfd-modal-temp/imgs/BOTTLE.png +0 -0
  1213. package/lib/vtx-ljfl-tfd-modal-temp/imgs/CAN.png +0 -0
  1214. package/lib/vtx-ljfl-tfd-modal-temp/imgs/KRAFT_PAPER_BOX.png +0 -0
  1215. package/lib/vtx-ljfl-tfd-modal-temp/imgs/NAPKIN.png +0 -0
  1216. package/lib/vtx-ljfl-tfd-modal-temp/imgs/PLASTIC_BAG.png +0 -0
  1217. package/lib/vtx-ljfl-tfd-modal-temp/imgs/avatar_empty.png +0 -0
  1218. package/lib/vtx-ljfl-tfd-modal-temp/imgs/black-rank.png +0 -0
  1219. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-cylj.png +0 -0
  1220. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-khsw.png +0 -0
  1221. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-qtlj.png +0 -0
  1222. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-yhlj.png +0 -0
  1223. package/lib/vtx-ljfl-tfd-modal-temp/imgs/camera.png +0 -0
  1224. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_cy.png +0 -0
  1225. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_khs.png +0 -0
  1226. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_qt.png +0 -0
  1227. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_yh.png +0 -0
  1228. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cy_car.png +0 -0
  1229. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cy_icon.png +0 -0
  1230. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cylj-bg.png +0 -0
  1231. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cylj.png +0 -0
  1232. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cywpd.png +0 -0
  1233. package/lib/vtx-ljfl-tfd-modal-temp/imgs/disconnect.png +0 -0
  1234. package/lib/vtx-ljfl-tfd-modal-temp/imgs/error.png +0 -0
  1235. package/lib/vtx-ljfl-tfd-modal-temp/imgs/fangzi.gif +0 -0
  1236. package/lib/vtx-ljfl-tfd-modal-temp/imgs/garbage_default.png +0 -0
  1237. package/lib/vtx-ljfl-tfd-modal-temp/imgs/getway.png +0 -0
  1238. package/lib/vtx-ljfl-tfd-modal-temp/imgs/getwayBox.png +0 -0
  1239. package/lib/vtx-ljfl-tfd-modal-temp/imgs/host.png +0 -0
  1240. package/lib/vtx-ljfl-tfd-modal-temp/imgs/ht-tfd.png +0 -0
  1241. package/lib/vtx-ljfl-tfd-modal-temp/imgs/ht.png +0 -0
  1242. package/lib/vtx-ljfl-tfd-modal-temp/imgs/khsw-bg.png +0 -0
  1243. package/lib/vtx-ljfl-tfd-modal-temp/imgs/khsw.png +0 -0
  1244. package/lib/vtx-ljfl-tfd-modal-temp/imgs/lamp.png +0 -0
  1245. package/lib/vtx-ljfl-tfd-modal-temp/imgs/left-ddypz.png +0 -0
  1246. package/lib/vtx-ljfl-tfd-modal-temp/imgs/left-tfdmd.png +0 -0
  1247. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-bg-1.png +0 -0
  1248. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-bg-2.png +0 -0
  1249. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-gzcx.png +0 -0
  1250. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-hjgl.png +0 -0
  1251. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-hmd.png +0 -0
  1252. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-wgmsr.png +0 -0
  1253. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-yyxj.png +0 -0
  1254. package/lib/vtx-ljfl-tfd-modal-temp/imgs/my-tfd.png +0 -0
  1255. package/lib/vtx-ljfl-tfd-modal-temp/imgs/my.png +0 -0
  1256. package/lib/vtx-ljfl-tfd-modal-temp/imgs/pie-chart-bg.png +0 -0
  1257. package/lib/vtx-ljfl-tfd-modal-temp/imgs/point.png +0 -0
  1258. package/lib/vtx-ljfl-tfd-modal-temp/imgs/qtlj-bg.png +0 -0
  1259. package/lib/vtx-ljfl-tfd-modal-temp/imgs/qtlj.png +0 -0
  1260. package/lib/vtx-ljfl-tfd-modal-temp/imgs/rank-bg.png +0 -0
  1261. package/lib/vtx-ljfl-tfd-modal-temp/imgs/screen.png +0 -0
  1262. package/lib/vtx-ljfl-tfd-modal-temp/imgs/tfd.png +0 -0
  1263. package/lib/vtx-ljfl-tfd-modal-temp/imgs/throwPoint.png +0 -0
  1264. package/lib/vtx-ljfl-tfd-modal-temp/imgs/tingzi.gif +0 -0
  1265. package/lib/vtx-ljfl-tfd-modal-temp/imgs/toukou.gif +0 -0
  1266. package/lib/vtx-ljfl-tfd-modal-temp/imgs/twtf-tfd.png +0 -0
  1267. package/lib/vtx-ljfl-tfd-modal-temp/imgs/twtf.png +0 -0
  1268. package/lib/vtx-ljfl-tfd-modal-temp/imgs/window.png +0 -0
  1269. package/lib/vtx-ljfl-tfd-modal-temp/imgs/wpd.png +0 -0
  1270. package/lib/vtx-ljfl-tfd-modal-temp/imgs/wstf-tfd.png +0 -0
  1271. package/lib/vtx-ljfl-tfd-modal-temp/imgs/wstf.png +0 -0
  1272. package/lib/vtx-ljfl-tfd-modal-temp/imgs/yhlj-bg.png +0 -0
  1273. package/lib/vtx-ljfl-tfd-modal-temp/imgs/yhlj.png +0 -0
  1274. package/lib/vtx-ljfl-tfd-modal-temp/index.js +101 -0
  1275. package/lib/vtx-ljfl-tfd-modal-temp/index.js.map +1 -0
  1276. package/lib/vtx-ljfl-tfd-modal-temp/style/css.js +5 -0
  1277. package/lib/vtx-ljfl-tfd-modal-temp/style/css.js.map +1 -0
  1278. package/lib/vtx-ljfl-tfd-modal-temp/style/index.css +132 -0
  1279. package/lib/vtx-ljfl-tfd-modal-temp/style/index.js +5 -0
  1280. package/lib/vtx-ljfl-tfd-modal-temp/style/index.js.map +1 -0
  1281. package/lib/vtx-ljfl-tfd-modal-temp/style/index.less +3 -0
  1282. package/lib/vtx-ljfl-tfd-modal-temp/types.js +6 -0
  1283. package/lib/vtx-ljfl-tfd-modal-temp/types.js.map +1 -0
  1284. package/lib/vtx-restaurant-modal/api.js +153 -0
  1285. package/lib/vtx-restaurant-modal/api.js.map +1 -0
  1286. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +50 -0
  1287. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js.map +1 -0
  1288. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +60 -0
  1289. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +1 -0
  1290. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +84 -0
  1291. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +1 -0
  1292. package/lib/vtx-restaurant-modal/components/Alarm/index.css +45 -0
  1293. package/lib/vtx-restaurant-modal/components/Alarm/index.js +74 -0
  1294. package/lib/vtx-restaurant-modal/components/Alarm/index.js.map +1 -0
  1295. package/lib/vtx-restaurant-modal/components/Alarm/index.less +32 -0
  1296. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +50 -0
  1297. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +1 -0
  1298. package/lib/vtx-restaurant-modal/components/Basic/Info.js +51 -0
  1299. package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +1 -0
  1300. package/lib/vtx-restaurant-modal/components/Basic/Summary.js +67 -0
  1301. package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +1 -0
  1302. package/lib/vtx-restaurant-modal/components/Basic/index.css +79 -0
  1303. package/lib/vtx-restaurant-modal/components/Basic/index.js +48 -0
  1304. package/lib/vtx-restaurant-modal/components/Basic/index.js.map +1 -0
  1305. package/lib/vtx-restaurant-modal/components/Basic/index.less +57 -0
  1306. package/lib/vtx-restaurant-modal/components/Collection/index.css +28 -0
  1307. package/lib/vtx-restaurant-modal/components/Collection/index.js +64 -0
  1308. package/lib/vtx-restaurant-modal/components/Collection/index.js.map +1 -0
  1309. package/lib/vtx-restaurant-modal/components/Collection/index.less +23 -0
  1310. package/lib/vtx-restaurant-modal/components/index.js +28 -0
  1311. package/lib/vtx-restaurant-modal/components/index.js.map +1 -0
  1312. package/lib/vtx-restaurant-modal/config.js +55 -0
  1313. package/lib/vtx-restaurant-modal/config.js.map +1 -0
  1314. package/lib/vtx-restaurant-modal/imgs/bucket.png +0 -0
  1315. package/lib/vtx-restaurant-modal/imgs/carNum.png +0 -0
  1316. package/lib/vtx-restaurant-modal/imgs/weigh.png +0 -0
  1317. package/lib/vtx-restaurant-modal/index.js +57 -0
  1318. package/lib/vtx-restaurant-modal/index.js.map +1 -0
  1319. package/lib/vtx-restaurant-modal/style/css.js +5 -0
  1320. package/lib/vtx-restaurant-modal/style/css.js.map +1 -0
  1321. package/lib/vtx-restaurant-modal/style/index.css +0 -0
  1322. package/lib/vtx-restaurant-modal/style/index.js +5 -0
  1323. package/lib/vtx-restaurant-modal/style/index.js.map +1 -0
  1324. package/lib/vtx-restaurant-modal/style/index.less +1 -0
  1325. package/lib/vtx-restaurant-modal/type.js +6 -0
  1326. package/lib/vtx-restaurant-modal/type.js.map +1 -0
  1327. package/lib/vtx-road-modal/api.js +136 -0
  1328. package/lib/vtx-road-modal/api.js.map +1 -0
  1329. package/lib/vtx-road-modal/components/BaseInfo/Rules.js +55 -0
  1330. package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -0
  1331. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +162 -0
  1332. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +1 -0
  1333. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +92 -0
  1334. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +1 -0
  1335. package/lib/vtx-road-modal/components/BaseInfo/index.css +166 -0
  1336. package/lib/vtx-road-modal/components/BaseInfo/index.js +64 -0
  1337. package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -0
  1338. package/lib/vtx-road-modal/components/BaseInfo/index.less +134 -0
  1339. package/lib/vtx-road-modal/components/Statistical/Zylc.js +142 -0
  1340. package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +1 -0
  1341. package/lib/vtx-road-modal/components/Statistical/Zywcl.js +111 -0
  1342. package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +1 -0
  1343. package/lib/vtx-road-modal/components/Statistical/index.css +127 -0
  1344. package/lib/vtx-road-modal/components/Statistical/index.js +182 -0
  1345. package/lib/vtx-road-modal/components/Statistical/index.js.map +1 -0
  1346. package/lib/vtx-road-modal/components/Statistical/index.less +111 -0
  1347. package/lib/vtx-road-modal/components/index.js +21 -0
  1348. package/lib/vtx-road-modal/components/index.js.map +1 -0
  1349. package/lib/vtx-road-modal/imgs/actual.png +0 -0
  1350. package/lib/vtx-road-modal/imgs/actual_blue.png +0 -0
  1351. package/lib/vtx-road-modal/imgs/actual_light.png +0 -0
  1352. package/lib/vtx-road-modal/imgs/all_rate.png +0 -0
  1353. package/lib/vtx-road-modal/imgs/all_rate_blue.png +0 -0
  1354. package/lib/vtx-road-modal/imgs/all_rate_light.png +0 -0
  1355. package/lib/vtx-road-modal/imgs/cx_rate.png +0 -0
  1356. package/lib/vtx-road-modal/imgs/cx_rate_blue.png +0 -0
  1357. package/lib/vtx-road-modal/imgs/cx_rate_light.png +0 -0
  1358. package/lib/vtx-road-modal/imgs/js.png +0 -0
  1359. package/lib/vtx-road-modal/imgs/plan.png +0 -0
  1360. package/lib/vtx-road-modal/imgs/plan_blue.png +0 -0
  1361. package/lib/vtx-road-modal/imgs/plan_light.png +0 -0
  1362. package/lib/vtx-road-modal/imgs/ss.png +0 -0
  1363. package/lib/vtx-road-modal/imgs/ss_rate.png +0 -0
  1364. package/lib/vtx-road-modal/imgs/ss_rate_blue.png +0 -0
  1365. package/lib/vtx-road-modal/imgs/ss_rate_light.png +0 -0
  1366. package/lib/vtx-road-modal/imgs/track.png +0 -0
  1367. package/lib/vtx-road-modal/imgs/wp.png +0 -0
  1368. package/lib/vtx-road-modal/imgs/xs.png +0 -0
  1369. package/lib/vtx-road-modal/imgs/xs_rate.png +0 -0
  1370. package/lib/vtx-road-modal/imgs/xs_rate_blue.png +0 -0
  1371. package/lib/vtx-road-modal/imgs/xs_rate_light.png +0 -0
  1372. package/lib/vtx-road-modal/index.js +100 -0
  1373. package/lib/vtx-road-modal/index.js.map +1 -0
  1374. package/lib/vtx-road-modal/style/css.js +6 -0
  1375. package/lib/vtx-road-modal/style/css.js.map +1 -0
  1376. package/lib/vtx-road-modal/style/index.css +132 -0
  1377. package/lib/vtx-road-modal/style/index.js +6 -0
  1378. package/lib/vtx-road-modal/style/index.js.map +1 -0
  1379. package/lib/vtx-road-modal/style/index.less +1 -0
  1380. package/lib/vtx-staff-modal/api.js +311 -0
  1381. package/lib/vtx-staff-modal/api.js.map +1 -0
  1382. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +175 -0
  1383. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +1 -0
  1384. package/lib/vtx-staff-modal/components/AlarmInfo/List.js +122 -0
  1385. package/lib/vtx-staff-modal/components/AlarmInfo/List.js.map +1 -0
  1386. package/lib/vtx-staff-modal/components/AlarmInfo/index.css +26 -0
  1387. package/lib/vtx-staff-modal/components/AlarmInfo/index.js +106 -0
  1388. package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +1 -0
  1389. package/lib/vtx-staff-modal/components/AlarmInfo/index.less +22 -0
  1390. package/lib/vtx-staff-modal/components/Attendance/Exeception.js +98 -0
  1391. package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -0
  1392. package/lib/vtx-staff-modal/components/Attendance/Record.js +152 -0
  1393. package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -0
  1394. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +119 -0
  1395. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -0
  1396. package/lib/vtx-staff-modal/components/Attendance/index.css +18 -0
  1397. package/lib/vtx-staff-modal/components/Attendance/index.js +52 -0
  1398. package/lib/vtx-staff-modal/components/Attendance/index.js.map +1 -0
  1399. package/lib/vtx-staff-modal/components/Attendance/index.less +19 -0
  1400. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +106 -0
  1401. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +1 -0
  1402. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js +40 -0
  1403. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js.map +1 -0
  1404. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +124 -0
  1405. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -0
  1406. package/lib/vtx-staff-modal/components/BaseInfo/index.css +158 -0
  1407. package/lib/vtx-staff-modal/components/BaseInfo/index.js +234 -0
  1408. package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -0
  1409. package/lib/vtx-staff-modal/components/BaseInfo/index.less +144 -0
  1410. package/lib/vtx-staff-modal/components/Equipment/index.css +27 -0
  1411. package/lib/vtx-staff-modal/components/Equipment/index.js +125 -0
  1412. package/lib/vtx-staff-modal/components/Equipment/index.js.map +1 -0
  1413. package/lib/vtx-staff-modal/components/Equipment/index.less +27 -0
  1414. package/lib/vtx-staff-modal/components/index.js +35 -0
  1415. package/lib/vtx-staff-modal/components/index.js.map +1 -0
  1416. package/lib/vtx-staff-modal/imgs/position.png +0 -0
  1417. package/lib/vtx-staff-modal/imgs/refresh.png +0 -0
  1418. package/lib/vtx-staff-modal/imgs/rjzx.png +0 -0
  1419. package/lib/vtx-staff-modal/imgs/rjzx_light.png +0 -0
  1420. package/lib/vtx-staff-modal/imgs/staff.png +0 -0
  1421. package/lib/vtx-staff-modal/imgs/todayOnline.png +0 -0
  1422. package/lib/vtx-staff-modal/imgs/todayOnline_blue.png +0 -0
  1423. package/lib/vtx-staff-modal/imgs/todayOnline_light.png +0 -0
  1424. package/lib/vtx-staff-modal/imgs/todayWork.png +0 -0
  1425. package/lib/vtx-staff-modal/imgs/todayWork_blue.png +0 -0
  1426. package/lib/vtx-staff-modal/imgs/todayWork_light.png +0 -0
  1427. package/lib/vtx-staff-modal/imgs/zzx.png +0 -0
  1428. package/lib/vtx-staff-modal/imgs/zzx_light.png +0 -0
  1429. package/lib/vtx-staff-modal/index.js +77 -0
  1430. package/lib/vtx-staff-modal/index.js.map +1 -0
  1431. package/lib/vtx-staff-modal/style/css.js +8 -0
  1432. package/lib/vtx-staff-modal/style/css.js.map +1 -0
  1433. package/lib/vtx-staff-modal/style/index.css +132 -0
  1434. package/lib/vtx-staff-modal/style/index.js +8 -0
  1435. package/lib/vtx-staff-modal/style/index.js.map +1 -0
  1436. package/lib/vtx-staff-modal/style/index.less +1 -0
  1437. package/lib/vtx-theme-provider/index.js +22 -0
  1438. package/lib/vtx-theme-provider/index.js.map +1 -0
  1439. package/lib/vtx-throw-point-modal/api.js +531 -0
  1440. package/lib/vtx-throw-point-modal/api.js.map +1 -0
  1441. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js +391 -0
  1442. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js.map +1 -0
  1443. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js +209 -0
  1444. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js.map +1 -0
  1445. package/lib/vtx-throw-point-modal/components/Alarm/MY.js +291 -0
  1446. package/lib/vtx-throw-point-modal/components/Alarm/MY.js.map +1 -0
  1447. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js +34 -0
  1448. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js.map +1 -0
  1449. package/lib/vtx-throw-point-modal/components/Alarm/index.css +81 -0
  1450. package/lib/vtx-throw-point-modal/components/Alarm/index.js +104 -0
  1451. package/lib/vtx-throw-point-modal/components/Alarm/index.js.map +1 -0
  1452. package/lib/vtx-throw-point-modal/components/Alarm/index.less +66 -0
  1453. package/lib/vtx-throw-point-modal/components/OverView/Hot.js +278 -0
  1454. package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +1 -0
  1455. package/lib/vtx-throw-point-modal/components/OverView/Left.js +120 -0
  1456. package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +1 -0
  1457. package/lib/vtx-throw-point-modal/components/OverView/Manage.js +119 -0
  1458. package/lib/vtx-throw-point-modal/components/OverView/Manage.js.map +1 -0
  1459. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +213 -0
  1460. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +1 -0
  1461. package/lib/vtx-throw-point-modal/components/OverView/Trend.js +60 -0
  1462. package/lib/vtx-throw-point-modal/components/OverView/Trend.js.map +1 -0
  1463. package/lib/vtx-throw-point-modal/components/OverView/index.css +404 -0
  1464. package/lib/vtx-throw-point-modal/components/OverView/index.js +39 -0
  1465. package/lib/vtx-throw-point-modal/components/OverView/index.js.map +1 -0
  1466. package/lib/vtx-throw-point-modal/components/OverView/index.less +321 -0
  1467. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js +84 -0
  1468. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js.map +1 -0
  1469. package/lib/vtx-throw-point-modal/components/SBZJ/index.css +106 -0
  1470. package/lib/vtx-throw-point-modal/components/SBZJ/index.js +333 -0
  1471. package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +1 -0
  1472. package/lib/vtx-throw-point-modal/components/SBZJ/index.less +92 -0
  1473. package/lib/vtx-throw-point-modal/components/TFRD/index.css +21 -0
  1474. package/lib/vtx-throw-point-modal/components/TFRD/index.js +136 -0
  1475. package/lib/vtx-throw-point-modal/components/TFRD/index.js.map +1 -0
  1476. package/lib/vtx-throw-point-modal/components/TFRD/index.less +15 -0
  1477. package/lib/vtx-throw-point-modal/components/WGGS/Content.js +56 -0
  1478. package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +1 -0
  1479. package/lib/vtx-throw-point-modal/components/WGGS/index.css +43 -0
  1480. package/lib/vtx-throw-point-modal/components/WGGS/index.js +90 -0
  1481. package/lib/vtx-throw-point-modal/components/WGGS/index.js.map +1 -0
  1482. package/lib/vtx-throw-point-modal/components/WGGS/index.less +38 -0
  1483. package/lib/vtx-throw-point-modal/components/WGXW/Content.js +66 -0
  1484. package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +1 -0
  1485. package/lib/vtx-throw-point-modal/components/WGXW/index.css +93 -0
  1486. package/lib/vtx-throw-point-modal/components/WGXW/index.js +128 -0
  1487. package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +1 -0
  1488. package/lib/vtx-throw-point-modal/components/WGXW/index.less +76 -0
  1489. package/lib/vtx-throw-point-modal/components/index.js +49 -0
  1490. package/lib/vtx-throw-point-modal/components/index.js.map +1 -0
  1491. package/lib/vtx-throw-point-modal/config.js +67 -0
  1492. package/lib/vtx-throw-point-modal/config.js.map +1 -0
  1493. package/lib/vtx-throw-point-modal/imgs/BOTTLE.png +0 -0
  1494. package/lib/vtx-throw-point-modal/imgs/CAN.png +0 -0
  1495. package/lib/vtx-throw-point-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  1496. package/lib/vtx-throw-point-modal/imgs/NAPKIN.png +0 -0
  1497. package/lib/vtx-throw-point-modal/imgs/PLASTIC_BAG.png +0 -0
  1498. package/lib/vtx-throw-point-modal/imgs/avatar_empty.png +0 -0
  1499. package/lib/vtx-throw-point-modal/imgs/black-rank.png +0 -0
  1500. package/lib/vtx-throw-point-modal/imgs/bucket-cylj.png +0 -0
  1501. package/lib/vtx-throw-point-modal/imgs/bucket-khsw.png +0 -0
  1502. package/lib/vtx-throw-point-modal/imgs/bucket-qtlj.png +0 -0
  1503. package/lib/vtx-throw-point-modal/imgs/bucket-yhlj.png +0 -0
  1504. package/lib/vtx-throw-point-modal/imgs/camera.png +0 -0
  1505. package/lib/vtx-throw-point-modal/imgs/cylj-bg.png +0 -0
  1506. package/lib/vtx-throw-point-modal/imgs/cylj.png +0 -0
  1507. package/lib/vtx-throw-point-modal/imgs/cywpd.png +0 -0
  1508. package/lib/vtx-throw-point-modal/imgs/disconnect.png +0 -0
  1509. package/lib/vtx-throw-point-modal/imgs/error.png +0 -0
  1510. package/lib/vtx-throw-point-modal/imgs/fangzi.gif +0 -0
  1511. package/lib/vtx-throw-point-modal/imgs/garbage_default.png +0 -0
  1512. package/lib/vtx-throw-point-modal/imgs/getway.png +0 -0
  1513. package/lib/vtx-throw-point-modal/imgs/getwayBox.png +0 -0
  1514. package/lib/vtx-throw-point-modal/imgs/host.png +0 -0
  1515. package/lib/vtx-throw-point-modal/imgs/ht-tfd.png +0 -0
  1516. package/lib/vtx-throw-point-modal/imgs/ht.png +0 -0
  1517. package/lib/vtx-throw-point-modal/imgs/khsw-bg.png +0 -0
  1518. package/lib/vtx-throw-point-modal/imgs/khsw.png +0 -0
  1519. package/lib/vtx-throw-point-modal/imgs/lamp.png +0 -0
  1520. package/lib/vtx-throw-point-modal/imgs/left-ddypz.png +0 -0
  1521. package/lib/vtx-throw-point-modal/imgs/left-tfdmd.png +0 -0
  1522. package/lib/vtx-throw-point-modal/imgs/manage-bg-1.png +0 -0
  1523. package/lib/vtx-throw-point-modal/imgs/manage-bg-2.png +0 -0
  1524. package/lib/vtx-throw-point-modal/imgs/manage-gzcx.png +0 -0
  1525. package/lib/vtx-throw-point-modal/imgs/manage-hjgl.png +0 -0
  1526. package/lib/vtx-throw-point-modal/imgs/manage-hmd.png +0 -0
  1527. package/lib/vtx-throw-point-modal/imgs/manage-wgmsr.png +0 -0
  1528. package/lib/vtx-throw-point-modal/imgs/manage-yyxj.png +0 -0
  1529. package/lib/vtx-throw-point-modal/imgs/my-tfd.png +0 -0
  1530. package/lib/vtx-throw-point-modal/imgs/my.png +0 -0
  1531. package/lib/vtx-throw-point-modal/imgs/pie-chart-bg.png +0 -0
  1532. package/lib/vtx-throw-point-modal/imgs/point.png +0 -0
  1533. package/lib/vtx-throw-point-modal/imgs/qtlj-bg.png +0 -0
  1534. package/lib/vtx-throw-point-modal/imgs/qtlj.png +0 -0
  1535. package/lib/vtx-throw-point-modal/imgs/rank-bg.png +0 -0
  1536. package/lib/vtx-throw-point-modal/imgs/screen.png +0 -0
  1537. package/lib/vtx-throw-point-modal/imgs/tfd.png +0 -0
  1538. package/lib/vtx-throw-point-modal/imgs/throwPoint.png +0 -0
  1539. package/lib/vtx-throw-point-modal/imgs/tingzi.gif +0 -0
  1540. package/lib/vtx-throw-point-modal/imgs/toukou.gif +0 -0
  1541. package/lib/vtx-throw-point-modal/imgs/twtf-tfd.png +0 -0
  1542. package/lib/vtx-throw-point-modal/imgs/twtf.png +0 -0
  1543. package/lib/vtx-throw-point-modal/imgs/window.png +0 -0
  1544. package/lib/vtx-throw-point-modal/imgs/wpd.png +0 -0
  1545. package/lib/vtx-throw-point-modal/imgs/wstf-tfd.png +0 -0
  1546. package/lib/vtx-throw-point-modal/imgs/wstf.png +0 -0
  1547. package/lib/vtx-throw-point-modal/imgs/yhlj-bg.png +0 -0
  1548. package/lib/vtx-throw-point-modal/imgs/yhlj.png +0 -0
  1549. package/lib/vtx-throw-point-modal/index.js +104 -0
  1550. package/lib/vtx-throw-point-modal/index.js.map +1 -0
  1551. package/lib/vtx-throw-point-modal/style/css.js +7 -0
  1552. package/lib/vtx-throw-point-modal/style/css.js.map +1 -0
  1553. package/lib/vtx-throw-point-modal/style/index.css +0 -0
  1554. package/lib/vtx-throw-point-modal/style/index.js +7 -0
  1555. package/lib/vtx-throw-point-modal/style/index.js.map +1 -0
  1556. package/lib/vtx-throw-point-modal/style/index.less +1 -0
  1557. package/lib/vtx-throw-point-modal/types.js +6 -0
  1558. package/lib/vtx-throw-point-modal/types.js.map +1 -0
  1559. package/lib/vtx-wr-modal/api.js +381 -0
  1560. package/lib/vtx-wr-modal/api.js.map +1 -0
  1561. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js +249 -0
  1562. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  1563. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +112 -0
  1564. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  1565. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +165 -0
  1566. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +1 -0
  1567. package/lib/vtx-wr-modal/components/AlarmInfo/index.css +114 -0
  1568. package/lib/vtx-wr-modal/components/AlarmInfo/index.js +46 -0
  1569. package/lib/vtx-wr-modal/components/AlarmInfo/index.js.map +1 -0
  1570. package/lib/vtx-wr-modal/components/AlarmInfo/index.less +103 -0
  1571. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +110 -0
  1572. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +1 -0
  1573. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +40 -0
  1574. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +1 -0
  1575. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +117 -0
  1576. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +1 -0
  1577. package/lib/vtx-wr-modal/components/BaseInfo/index.css +154 -0
  1578. package/lib/vtx-wr-modal/components/BaseInfo/index.js +330 -0
  1579. package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +1 -0
  1580. package/lib/vtx-wr-modal/components/BaseInfo/index.less +132 -0
  1581. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js +101 -0
  1582. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js.map +1 -0
  1583. package/lib/vtx-wr-modal/components/Evaluate/Radar.js +69 -0
  1584. package/lib/vtx-wr-modal/components/Evaluate/Radar.js.map +1 -0
  1585. package/lib/vtx-wr-modal/components/Evaluate/Summary.js +141 -0
  1586. package/lib/vtx-wr-modal/components/Evaluate/Summary.js.map +1 -0
  1587. package/lib/vtx-wr-modal/components/Evaluate/index.css +121 -0
  1588. package/lib/vtx-wr-modal/components/Evaluate/index.js +47 -0
  1589. package/lib/vtx-wr-modal/components/Evaluate/index.js.map +1 -0
  1590. package/lib/vtx-wr-modal/components/Evaluate/index.less +121 -0
  1591. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +156 -0
  1592. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +1 -0
  1593. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +172 -0
  1594. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +1 -0
  1595. package/lib/vtx-wr-modal/components/Monitor/index.css +104 -0
  1596. package/lib/vtx-wr-modal/components/Monitor/index.js +28 -0
  1597. package/lib/vtx-wr-modal/components/Monitor/index.js.map +1 -0
  1598. package/lib/vtx-wr-modal/components/Monitor/index.less +78 -0
  1599. package/lib/vtx-wr-modal/components/index.js +35 -0
  1600. package/lib/vtx-wr-modal/components/index.js.map +1 -0
  1601. package/lib/vtx-wr-modal/imgs/alarm.png +0 -0
  1602. package/lib/vtx-wr-modal/imgs/alarm_blue.png +0 -0
  1603. package/lib/vtx-wr-modal/imgs/bad.png +0 -0
  1604. package/lib/vtx-wr-modal/imgs/chart_bg.png +0 -0
  1605. package/lib/vtx-wr-modal/imgs/electric.png +0 -0
  1606. package/lib/vtx-wr-modal/imgs/electric_light.png +0 -0
  1607. package/lib/vtx-wr-modal/imgs/female.png +0 -0
  1608. package/lib/vtx-wr-modal/imgs/female_light.png +0 -0
  1609. package/lib/vtx-wr-modal/imgs/good.png +0 -0
  1610. package/lib/vtx-wr-modal/imgs/humidity.png +0 -0
  1611. package/lib/vtx-wr-modal/imgs/humidity_light.png +0 -0
  1612. package/lib/vtx-wr-modal/imgs/level1.png +0 -0
  1613. package/lib/vtx-wr-modal/imgs/level2.png +0 -0
  1614. package/lib/vtx-wr-modal/imgs/level3.png +0 -0
  1615. package/lib/vtx-wr-modal/imgs/level4.png +0 -0
  1616. package/lib/vtx-wr-modal/imgs/level5.png +0 -0
  1617. package/lib/vtx-wr-modal/imgs/male.png +0 -0
  1618. package/lib/vtx-wr-modal/imgs/male_light.png +0 -0
  1619. package/lib/vtx-wr-modal/imgs/realtime_bg.png +0 -0
  1620. package/lib/vtx-wr-modal/imgs/realtime_bg_light.png +0 -0
  1621. package/lib/vtx-wr-modal/imgs/score_avg.png +0 -0
  1622. package/lib/vtx-wr-modal/imgs/score_avg_light.png +0 -0
  1623. package/lib/vtx-wr-modal/imgs/stench.png +0 -0
  1624. package/lib/vtx-wr-modal/imgs/stench_light.png +0 -0
  1625. package/lib/vtx-wr-modal/imgs/temperature.png +0 -0
  1626. package/lib/vtx-wr-modal/imgs/temperature_light.png +0 -0
  1627. package/lib/vtx-wr-modal/imgs/traffic.png +0 -0
  1628. package/lib/vtx-wr-modal/imgs/traffic_light.png +0 -0
  1629. package/lib/vtx-wr-modal/imgs/water.png +0 -0
  1630. package/lib/vtx-wr-modal/imgs/water_light.png +0 -0
  1631. package/lib/vtx-wr-modal/index.js +100 -0
  1632. package/lib/vtx-wr-modal/index.js.map +1 -0
  1633. package/lib/vtx-wr-modal/style/css.js +8 -0
  1634. package/lib/vtx-wr-modal/style/css.js.map +1 -0
  1635. package/lib/vtx-wr-modal/style/index.css +132 -0
  1636. package/lib/vtx-wr-modal/style/index.js +8 -0
  1637. package/lib/vtx-wr-modal/style/index.js.map +1 -0
  1638. package/lib/vtx-wr-modal/style/index.less +1 -0
  1639. package/lib/vtx-zg-modal/api.js +69 -0
  1640. package/lib/vtx-zg-modal/api.js.map +1 -0
  1641. package/lib/vtx-zg-modal/components/BaseInfo/index.css +92 -0
  1642. package/lib/vtx-zg-modal/components/BaseInfo/index.js +178 -0
  1643. package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +1 -0
  1644. package/lib/vtx-zg-modal/components/BaseInfo/index.less +82 -0
  1645. package/lib/vtx-zg-modal/components/index.js +14 -0
  1646. package/lib/vtx-zg-modal/components/index.js.map +1 -0
  1647. package/lib/vtx-zg-modal/index.js +95 -0
  1648. package/lib/vtx-zg-modal/index.js.map +1 -0
  1649. package/lib/vtx-zg-modal/style/css.js +5 -0
  1650. package/lib/vtx-zg-modal/style/css.js.map +1 -0
  1651. package/lib/vtx-zg-modal/style/index.css +132 -0
  1652. package/lib/vtx-zg-modal/style/index.js +5 -0
  1653. package/lib/vtx-zg-modal/style/index.js.map +1 -0
  1654. package/lib/vtx-zg-modal/style/index.less +1 -0
  1655. package/lib/vtx-zyz-modal/api.js +323 -0
  1656. package/lib/vtx-zyz-modal/api.js.map +1 -0
  1657. package/lib/vtx-zyz-modal/components/BaseInfo/BaseTable.js +83 -0
  1658. package/lib/vtx-zyz-modal/components/BaseInfo/BaseTable.js.map +1 -0
  1659. package/lib/vtx-zyz-modal/components/BaseInfo/index.css +79 -0
  1660. package/lib/vtx-zyz-modal/components/BaseInfo/index.js +166 -0
  1661. package/lib/vtx-zyz-modal/components/BaseInfo/index.js.map +1 -0
  1662. package/lib/vtx-zyz-modal/components/BaseInfo/index.less +73 -0
  1663. package/lib/vtx-zyz-modal/components/Metering/ChartJccc.js +126 -0
  1664. package/lib/vtx-zyz-modal/components/Metering/ChartJccc.js.map +1 -0
  1665. package/lib/vtx-zyz-modal/components/Metering/ChartJcqs.js +134 -0
  1666. package/lib/vtx-zyz-modal/components/Metering/ChartJcqs.js.map +1 -0
  1667. package/lib/vtx-zyz-modal/components/Metering/List.js +115 -0
  1668. package/lib/vtx-zyz-modal/components/Metering/List.js.map +1 -0
  1669. package/lib/vtx-zyz-modal/components/Metering/index.css +101 -0
  1670. package/lib/vtx-zyz-modal/components/Metering/index.js +182 -0
  1671. package/lib/vtx-zyz-modal/components/Metering/index.js.map +1 -0
  1672. package/lib/vtx-zyz-modal/components/Metering/index.less +84 -0
  1673. package/lib/vtx-zyz-modal/components/index.js +21 -0
  1674. package/lib/vtx-zyz-modal/components/index.js.map +1 -0
  1675. package/lib/vtx-zyz-modal/imgs/car_normal.png +0 -0
  1676. package/lib/vtx-zyz-modal/imgs/hb.png +0 -0
  1677. package/lib/vtx-zyz-modal/imgs/jcbj.png +0 -0
  1678. package/lib/vtx-zyz-modal/imgs/jcbj_blue.png +0 -0
  1679. package/lib/vtx-zyz-modal/imgs/jcbj_light.png +0 -0
  1680. package/lib/vtx-zyz-modal/imgs/jccc.png +0 -0
  1681. package/lib/vtx-zyz-modal/imgs/jccc_blue.png +0 -0
  1682. package/lib/vtx-zyz-modal/imgs/jccc_light.png +0 -0
  1683. package/lib/vtx-zyz-modal/imgs/jcl.png +0 -0
  1684. package/lib/vtx-zyz-modal/imgs/jcl_blue.png +0 -0
  1685. package/lib/vtx-zyz-modal/imgs/jcl_light.png +0 -0
  1686. package/lib/vtx-zyz-modal/imgs/monitor_bg.png +0 -0
  1687. package/lib/vtx-zyz-modal/imgs/normal.png +0 -0
  1688. package/lib/vtx-zyz-modal/imgs/normal_light.png +0 -0
  1689. package/lib/vtx-zyz-modal/imgs/rjjcl.png +0 -0
  1690. package/lib/vtx-zyz-modal/imgs/rjjcl_blue.png +0 -0
  1691. package/lib/vtx-zyz-modal/imgs/rjjcl_light.png +0 -0
  1692. package/lib/vtx-zyz-modal/imgs/run.png +0 -0
  1693. package/lib/vtx-zyz-modal/imgs/situation_parent.png +0 -0
  1694. package/lib/vtx-zyz-modal/imgs/situation_parent_bg.png +0 -0
  1695. package/lib/vtx-zyz-modal/imgs/sjnl.png +0 -0
  1696. package/lib/vtx-zyz-modal/imgs/sjnl_blue.png +0 -0
  1697. package/lib/vtx-zyz-modal/imgs/sjnl_light.png +0 -0
  1698. package/lib/vtx-zyz-modal/imgs/zbbj.png +0 -0
  1699. package/lib/vtx-zyz-modal/imgs/zbbj_blue.png +0 -0
  1700. package/lib/vtx-zyz-modal/imgs/zbbj_light.png +0 -0
  1701. package/lib/vtx-zyz-modal/imgs/zjccc.png +0 -0
  1702. package/lib/vtx-zyz-modal/imgs/zjccc_blue.png +0 -0
  1703. package/lib/vtx-zyz-modal/imgs/zjccc_light.png +0 -0
  1704. package/lib/vtx-zyz-modal/imgs/zjcl.png +0 -0
  1705. package/lib/vtx-zyz-modal/imgs/zjcl_blue.png +0 -0
  1706. package/lib/vtx-zyz-modal/imgs/zjcl_light.png +0 -0
  1707. package/lib/vtx-zyz-modal/index.js +98 -0
  1708. package/lib/vtx-zyz-modal/index.js.map +1 -0
  1709. package/lib/vtx-zyz-modal/style/css.js +5 -0
  1710. package/lib/vtx-zyz-modal/style/css.js.map +1 -0
  1711. package/lib/vtx-zyz-modal/style/index.css +132 -0
  1712. package/lib/vtx-zyz-modal/style/index.js +5 -0
  1713. package/lib/vtx-zyz-modal/style/index.js.map +1 -0
  1714. package/lib/vtx-zyz-modal/style/index.less +1 -0
  1715. package/package.json +1 -1
@@ -0,0 +1,4730 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.whiteStyle = exports.snowStyle = exports.purpleStyle = exports.darkStyle = exports.customStyle2D = exports.customStyle = exports.customLight = void 0;
7
+ var snowStyle = [{
8
+ featureType: 'background',
9
+ elementType: 'geometry',
10
+ stylers: {
11
+ color: '#fefefeff'
12
+ }
13
+ }, {
14
+ featureType: 'poilabel',
15
+ elementType: 'labels.icon',
16
+ stylers: {
17
+ visibility: 'off'
18
+ }
19
+ }, {
20
+ featureType: 'road',
21
+ elementType: 'labels',
22
+ stylers: {
23
+ visibility: 'off'
24
+ }
25
+ }, {
26
+ featureType: 'road',
27
+ elementType: 'geometry.fill',
28
+ stylers: {
29
+ color: '#f0f1f7ff'
30
+ }
31
+ }, {
32
+ featureType: 'road',
33
+ elementType: 'geometry.stroke',
34
+ stylers: {
35
+ color: '#ffffff00'
36
+ }
37
+ }, {
38
+ featureType: 'highway',
39
+ elementType: 'geometry.fill',
40
+ stylers: {
41
+ color: '#e8eaf5ff'
42
+ }
43
+ }, {
44
+ featureType: 'highway',
45
+ elementType: 'geometry.stroke',
46
+ stylers: {
47
+ color: '#ffffff00'
48
+ }
49
+ }, {
50
+ featureType: 'nationalway',
51
+ elementType: 'geometry.fill',
52
+ stylers: {
53
+ color: '#e8eaf5ff'
54
+ }
55
+ }, {
56
+ featureType: 'nationalway',
57
+ elementType: 'geometry.stroke',
58
+ stylers: {
59
+ color: '#ffffff00'
60
+ }
61
+ }, {
62
+ featureType: 'provincialway',
63
+ elementType: 'geometry.fill',
64
+ stylers: {
65
+ color: '#e8eaf5ff'
66
+ }
67
+ }, {
68
+ featureType: 'provincialway',
69
+ elementType: 'geometry.stroke',
70
+ stylers: {
71
+ color: '#ffffff00'
72
+ }
73
+ }, {
74
+ featureType: 'railway',
75
+ elementType: 'geometry',
76
+ stylers: {
77
+ visibility: 'off'
78
+ }
79
+ }, {
80
+ featureType: 'highwaysign',
81
+ elementType: 'labels',
82
+ stylers: {
83
+ visibility: 'off'
84
+ }
85
+ }, {
86
+ featureType: 'highwaysign',
87
+ elementType: 'labels.icon',
88
+ stylers: {
89
+ visibility: 'off'
90
+ }
91
+ }, {
92
+ featureType: 'nationalwaysign',
93
+ elementType: 'labels.icon',
94
+ stylers: {
95
+ visibility: 'off'
96
+ }
97
+ }, {
98
+ featureType: 'nationalwaysign',
99
+ elementType: 'labels',
100
+ stylers: {
101
+ visibility: 'off'
102
+ }
103
+ }, {
104
+ featureType: 'provincialwaysign',
105
+ elementType: 'labels',
106
+ stylers: {
107
+ visibility: 'off'
108
+ }
109
+ }, {
110
+ featureType: 'provincialwaysign',
111
+ elementType: 'labels.icon',
112
+ stylers: {
113
+ visibility: 'off'
114
+ }
115
+ }, {
116
+ featureType: 'tertiarywaysign',
117
+ elementType: 'labels',
118
+ stylers: {
119
+ visibility: 'off'
120
+ }
121
+ }, {
122
+ featureType: 'tertiarywaysign',
123
+ elementType: 'labels.icon',
124
+ stylers: {
125
+ visibility: 'off'
126
+ }
127
+ }, {
128
+ featureType: 'subwaylabel',
129
+ elementType: 'labels',
130
+ stylers: {
131
+ visibility: 'off'
132
+ }
133
+ }, {
134
+ featureType: 'subwaylabel',
135
+ elementType: 'labels.icon',
136
+ stylers: {
137
+ visibility: 'off'
138
+ }
139
+ }, {
140
+ featureType: 'poilabel',
141
+ elementType: 'labels.text.fill',
142
+ stylers: {
143
+ color: '#80868dff'
144
+ }
145
+ }, {
146
+ featureType: 'poilabel',
147
+ elementType: 'labels.text.stroke',
148
+ stylers: {
149
+ color: '#ffffff00'
150
+ }
151
+ }, {
152
+ featureType: 'districtlabel',
153
+ elementType: 'labels.text.fill',
154
+ stylers: {
155
+ color: '#7d82b0ff'
156
+ }
157
+ }, {
158
+ featureType: 'districtlabel',
159
+ elementType: 'labels.text.stroke',
160
+ stylers: {
161
+ color: '#ffffff00'
162
+ }
163
+ }, {
164
+ featureType: 'poilabel',
165
+ elementType: 'labels',
166
+ stylers: {
167
+ visibility: 'off'
168
+ }
169
+ }, {
170
+ featureType: 'airportlabel',
171
+ elementType: 'labels',
172
+ stylers: {
173
+ visibility: 'on'
174
+ }
175
+ }, {
176
+ featureType: 'airportlabel',
177
+ elementType: 'labels.icon',
178
+ stylers: {
179
+ visibility: 'off'
180
+ }
181
+ }, {
182
+ featureType: 'airportlabel',
183
+ elementType: 'labels.text.fill',
184
+ stylers: {
185
+ color: '#80868dff'
186
+ }
187
+ }, {
188
+ featureType: 'airportlabel',
189
+ elementType: 'labels.text.stroke',
190
+ stylers: {
191
+ color: '#ffffff00'
192
+ }
193
+ }, {
194
+ featureType: 'manmade',
195
+ elementType: 'labels',
196
+ stylers: {
197
+ visibility: 'off'
198
+ }
199
+ }, {
200
+ featureType: 'manmade',
201
+ elementType: 'geometry',
202
+ stylers: {
203
+ color: '#eef1fbff'
204
+ }
205
+ }, {
206
+ featureType: 'water',
207
+ elementType: 'labels',
208
+ stylers: {
209
+ visibility: 'off'
210
+ }
211
+ }, {
212
+ featureType: 'water',
213
+ elementType: 'geometry',
214
+ stylers: {
215
+ // "color": "#a7c9ffff"
216
+ color: '#a7c9ffff'
217
+ }
218
+ }, {
219
+ featureType: 'green',
220
+ elementType: 'geometry',
221
+ stylers: {
222
+ color: '#eef1fbff',
223
+ visibility: 'off'
224
+ }
225
+ }, {
226
+ featureType: 'subway',
227
+ elementType: 'geometry',
228
+ stylers: {
229
+ visibility: 'off'
230
+ }
231
+ }, {
232
+ featureType: 'highway',
233
+ elementType: 'labels',
234
+ stylers: {
235
+ visibility: 'on'
236
+ }
237
+ }, {
238
+ featureType: 'highway',
239
+ elementType: 'labels.text.stroke',
240
+ stylers: {
241
+ color: '#ffffff00'
242
+ }
243
+ }, {
244
+ featureType: 'highway',
245
+ elementType: 'labels.text.fill',
246
+ stylers: {
247
+ color: '#7d82b0ff'
248
+ }
249
+ }, {
250
+ featureType: 'town',
251
+ elementType: 'labels',
252
+ stylers: {
253
+ visibility: 'off'
254
+ }
255
+ }, {
256
+ featureType: 'village',
257
+ elementType: 'labels',
258
+ stylers: {
259
+ visibility: 'off'
260
+ }
261
+ }, {
262
+ featureType: 'highway',
263
+ elementType: 'geometry',
264
+ stylers: {
265
+ weight: 3
266
+ }
267
+ }, {
268
+ featureType: 'cityhighway',
269
+ elementType: 'geometry.fill',
270
+ stylers: {
271
+ color: '#e8eaf5ff'
272
+ }
273
+ }, {
274
+ featureType: 'arterial',
275
+ elementType: 'geometry.fill',
276
+ stylers: {
277
+ color: '#e8eaf5ff'
278
+ }
279
+ }, {
280
+ featureType: 'arterial',
281
+ elementType: 'geometry.stroke',
282
+ stylers: {
283
+ color: '#ffffff00'
284
+ }
285
+ }, {
286
+ featureType: 'cityhighway',
287
+ elementType: 'geometry.stroke',
288
+ stylers: {
289
+ color: '#ffffff00'
290
+ }
291
+ }];
292
+ exports.snowStyle = snowStyle;
293
+ var darkStyle = [{
294
+ featureType: 'background',
295
+ elementType: 'geometry',
296
+ stylers: {
297
+ color: '#070c17ff'
298
+ }
299
+ }, {
300
+ featureType: 'poilabel',
301
+ elementType: 'labels.icon',
302
+ stylers: {
303
+ visibility: 'off'
304
+ }
305
+ }, {
306
+ featureType: 'road',
307
+ elementType: 'labels',
308
+ stylers: {
309
+ visibility: 'off'
310
+ }
311
+ }, {
312
+ featureType: 'road',
313
+ elementType: 'geometry.fill',
314
+ stylers: {
315
+ color: '#151e25ff'
316
+ }
317
+ }, {
318
+ featureType: 'road',
319
+ elementType: 'geometry.stroke',
320
+ stylers: {
321
+ color: '#ffffff00'
322
+ }
323
+ }, {
324
+ featureType: 'highway',
325
+ elementType: 'geometry.fill',
326
+ stylers: {
327
+ color: '#27303bff'
328
+ }
329
+ }, {
330
+ featureType: 'highway',
331
+ elementType: 'geometry.stroke',
332
+ stylers: {
333
+ color: '#ffffff00'
334
+ }
335
+ }, {
336
+ featureType: 'nationalway',
337
+ elementType: 'geometry.fill',
338
+ stylers: {
339
+ color: '#27303bff'
340
+ }
341
+ }, {
342
+ featureType: 'nationalway',
343
+ elementType: 'geometry.stroke',
344
+ stylers: {
345
+ color: '#ffffff00'
346
+ }
347
+ }, {
348
+ featureType: 'provincialway',
349
+ elementType: 'geometry.fill',
350
+ stylers: {
351
+ color: '#27303bff'
352
+ }
353
+ }, {
354
+ featureType: 'provincialway',
355
+ elementType: 'geometry.stroke',
356
+ stylers: {
357
+ color: '#ffffff00'
358
+ }
359
+ }, {
360
+ featureType: 'railway',
361
+ elementType: 'geometry',
362
+ stylers: {
363
+ visibility: 'off'
364
+ }
365
+ }, {
366
+ featureType: 'highwaysign',
367
+ elementType: 'labels',
368
+ stylers: {
369
+ visibility: 'off'
370
+ }
371
+ }, {
372
+ featureType: 'highwaysign',
373
+ elementType: 'labels.icon',
374
+ stylers: {
375
+ visibility: 'off'
376
+ }
377
+ }, {
378
+ featureType: 'nationalwaysign',
379
+ elementType: 'labels.icon',
380
+ stylers: {
381
+ visibility: 'off'
382
+ }
383
+ }, {
384
+ featureType: 'nationalwaysign',
385
+ elementType: 'labels',
386
+ stylers: {
387
+ visibility: 'off'
388
+ }
389
+ }, {
390
+ featureType: 'provincialwaysign',
391
+ elementType: 'labels',
392
+ stylers: {
393
+ visibility: 'off'
394
+ }
395
+ }, {
396
+ featureType: 'provincialwaysign',
397
+ elementType: 'labels.icon',
398
+ stylers: {
399
+ visibility: 'off'
400
+ }
401
+ }, {
402
+ featureType: 'tertiarywaysign',
403
+ elementType: 'labels',
404
+ stylers: {
405
+ visibility: 'off'
406
+ }
407
+ }, {
408
+ featureType: 'tertiarywaysign',
409
+ elementType: 'labels.icon',
410
+ stylers: {
411
+ visibility: 'off'
412
+ }
413
+ }, {
414
+ featureType: 'subwaylabel',
415
+ elementType: 'labels',
416
+ stylers: {
417
+ visibility: 'off'
418
+ }
419
+ }, {
420
+ featureType: 'subwaylabel',
421
+ elementType: 'labels.icon',
422
+ stylers: {
423
+ visibility: 'off'
424
+ }
425
+ }, {
426
+ featureType: 'poilabel',
427
+ elementType: 'labels.text.fill',
428
+ stylers: {
429
+ color: '#80868dff'
430
+ }
431
+ }, {
432
+ featureType: 'poilabel',
433
+ elementType: 'labels.text.stroke',
434
+ stylers: {
435
+ color: '#ffffff00'
436
+ }
437
+ }, {
438
+ featureType: 'districtlabel',
439
+ elementType: 'labels.text.fill',
440
+ stylers: {
441
+ color: '#71767aff'
442
+ }
443
+ }, {
444
+ featureType: 'districtlabel',
445
+ elementType: 'labels.text.stroke',
446
+ stylers: {
447
+ color: '#ffffff00'
448
+ }
449
+ }, {
450
+ featureType: 'poilabel',
451
+ elementType: 'labels',
452
+ stylers: {
453
+ visibility: 'off'
454
+ }
455
+ }, {
456
+ featureType: 'airportlabel',
457
+ elementType: 'labels',
458
+ stylers: {
459
+ visibility: 'on'
460
+ }
461
+ }, {
462
+ featureType: 'airportlabel',
463
+ elementType: 'labels.icon',
464
+ stylers: {
465
+ visibility: 'off'
466
+ }
467
+ }, {
468
+ featureType: 'airportlabel',
469
+ elementType: 'labels.text.fill',
470
+ stylers: {
471
+ color: '#80868dff'
472
+ }
473
+ }, {
474
+ featureType: 'airportlabel',
475
+ elementType: 'labels.text.stroke',
476
+ stylers: {
477
+ color: '#ffffff00'
478
+ }
479
+ }, {
480
+ featureType: 'manmade',
481
+ elementType: 'labels',
482
+ stylers: {
483
+ visibility: 'off'
484
+ }
485
+ }, {
486
+ featureType: 'manmade',
487
+ elementType: 'geometry',
488
+ stylers: {
489
+ color: '#070c17ff'
490
+ }
491
+ }, {
492
+ featureType: 'water',
493
+ elementType: 'labels',
494
+ stylers: {
495
+ visibility: 'off'
496
+ }
497
+ }, {
498
+ featureType: 'water',
499
+ elementType: 'geometry',
500
+ stylers: {
501
+ color: '#141d27ff'
502
+ }
503
+ }, {
504
+ featureType: 'green',
505
+ elementType: 'geometry',
506
+ stylers: {
507
+ color: '#122228ff',
508
+ visibility: 'off'
509
+ }
510
+ }, {
511
+ featureType: 'subway',
512
+ elementType: 'geometry',
513
+ stylers: {
514
+ visibility: 'off'
515
+ }
516
+ }, {
517
+ featureType: 'highway',
518
+ elementType: 'labels',
519
+ stylers: {
520
+ visibility: 'on'
521
+ }
522
+ }, {
523
+ featureType: 'highway',
524
+ elementType: 'labels.text.stroke',
525
+ stylers: {
526
+ color: '#ffffff00'
527
+ }
528
+ }, {
529
+ featureType: 'highway',
530
+ elementType: 'labels.text.fill',
531
+ stylers: {
532
+ color: '#5f6468ff'
533
+ }
534
+ }, {
535
+ featureType: 'town',
536
+ elementType: 'labels',
537
+ stylers: {
538
+ visibility: 'off'
539
+ }
540
+ }, {
541
+ featureType: 'village',
542
+ elementType: 'labels',
543
+ stylers: {
544
+ visibility: 'off'
545
+ }
546
+ }, {
547
+ featureType: 'highway',
548
+ elementType: 'geometry',
549
+ stylers: {
550
+ weight: 3
551
+ }
552
+ }, {
553
+ featureType: 'cityhighway',
554
+ elementType: 'geometry.fill',
555
+ stylers: {
556
+ color: '#27303bff'
557
+ }
558
+ }, {
559
+ featureType: 'arterial',
560
+ elementType: 'geometry.fill',
561
+ stylers: {
562
+ color: '#27303bff'
563
+ }
564
+ }, {
565
+ featureType: 'arterial',
566
+ elementType: 'geometry.stroke',
567
+ stylers: {
568
+ color: '#ffffff00'
569
+ }
570
+ }, {
571
+ featureType: 'cityhighway',
572
+ elementType: 'geometry.stroke',
573
+ stylers: {
574
+ color: '#ffffff00'
575
+ }
576
+ }];
577
+ exports.darkStyle = darkStyle;
578
+ var purpleStyle = [{
579
+ featureType: 'water',
580
+ elementType: 'all',
581
+ stylers: {
582
+ color: '#021019ff'
583
+ }
584
+ }, {
585
+ featureType: 'highway',
586
+ elementType: 'geometry.fill',
587
+ stylers: {
588
+ color: '#000000ff'
589
+ }
590
+ }, {
591
+ featureType: 'highway',
592
+ elementType: 'geometry.stroke',
593
+ stylers: {
594
+ color: '#147a92ff'
595
+ }
596
+ }, {
597
+ featureType: 'arterial',
598
+ elementType: 'geometry.fill',
599
+ stylers: {
600
+ color: '#000000ff'
601
+ }
602
+ }, {
603
+ featureType: 'arterial',
604
+ elementType: 'geometry.stroke',
605
+ stylers: {
606
+ color: '#0b3d51ff'
607
+ }
608
+ }, {
609
+ featureType: 'local',
610
+ elementType: 'geometry',
611
+ stylers: {
612
+ color: '#000000ff'
613
+ }
614
+ }, {
615
+ featureType: 'railway',
616
+ elementType: 'geometry.fill',
617
+ stylers: {
618
+ color: '#000000ff'
619
+ }
620
+ }, {
621
+ featureType: 'railway',
622
+ elementType: 'geometry.stroke',
623
+ stylers: {
624
+ color: '#08304bff'
625
+ }
626
+ }, {
627
+ featureType: 'subway',
628
+ elementType: 'geometry',
629
+ stylers: {
630
+ visibility: 'off'
631
+ }
632
+ }, {
633
+ featureType: 'all',
634
+ elementType: 'labels.text.fill',
635
+ stylers: {
636
+ color: '#857f7fff'
637
+ }
638
+ }, {
639
+ featureType: 'all',
640
+ elementType: 'labels.text.stroke',
641
+ stylers: {
642
+ color: '#000000ff'
643
+ }
644
+ }, {
645
+ featureType: 'green',
646
+ elementType: 'geometry',
647
+ stylers: {
648
+ color: '#062032ff'
649
+ }
650
+ }, {
651
+ featureType: 'manmade',
652
+ elementType: 'geometry',
653
+ stylers: {
654
+ color: '#022338ff'
655
+ }
656
+ }, {
657
+ featureType: 'poilabel',
658
+ elementType: 'all',
659
+ stylers: {
660
+ visibility: 'off'
661
+ }
662
+ }, {
663
+ featureType: 'all',
664
+ elementType: 'labels.icon',
665
+ stylers: {
666
+ visibility: 'off'
667
+ }
668
+ }, {
669
+ featureType: 'water',
670
+ elementType: 'all',
671
+ stylers: {
672
+ visibility: 'on',
673
+ color: '#505565ff'
674
+ }
675
+ }, {
676
+ featureType: 'green',
677
+ elementType: 'all',
678
+ stylers: {
679
+ color: '#353b4dff'
680
+ }
681
+ }, {
682
+ featureType: 'road',
683
+ elementType: 'geometry.fill',
684
+ stylers: {
685
+ visibility: 'on',
686
+ color: '#2a2e3bff'
687
+ }
688
+ }, {
689
+ featureType: 'road',
690
+ elementType: 'geometry.stroke',
691
+ stylers: {
692
+ color: '#4b5163ff'
693
+ }
694
+ }, {
695
+ featureType: 'administrative',
696
+ elementType: 'labels.text.fill',
697
+ stylers: {
698
+ color: '#8e99bdff'
699
+ }
700
+ }, {
701
+ featureType: 'administrative',
702
+ elementType: 'labels.text.stroke',
703
+ stylers: {
704
+ color: '#2f3547ff'
705
+ }
706
+ }, {
707
+ featureType: 'poilabel',
708
+ elementType: 'labels.text.fill',
709
+ stylers: {
710
+ color: '#727c9aff'
711
+ }
712
+ }, {
713
+ featureType: 'road',
714
+ elementType: 'labels.text.stroke',
715
+ stylers: {
716
+ color: '#293045ff'
717
+ }
718
+ }, {
719
+ featureType: 'road',
720
+ elementType: 'labels.text.fill',
721
+ stylers: {
722
+ color: '#777e93ff'
723
+ }
724
+ }, {
725
+ featureType: 'town',
726
+ elementType: 'all',
727
+ stylers: {
728
+ visibility: 'on'
729
+ }
730
+ }, {
731
+ featureType: 'subway',
732
+ elementType: 'labels.text.fill',
733
+ stylers: {
734
+ visibility: 'off',
735
+ color: '#787f95ff'
736
+ }
737
+ }, {
738
+ featureType: 'subway',
739
+ elementType: 'labels.text.stroke',
740
+ stylers: {
741
+ color: '#40475eff'
742
+ }
743
+ }, {
744
+ featureType: 'building',
745
+ elementType: 'geometry.fill',
746
+ stylers: {
747
+ color: '#485161ff'
748
+ }
749
+ }, {
750
+ featureType: 'manmade',
751
+ elementType: 'geometry.fill',
752
+ stylers: {
753
+ color: '#374053ff'
754
+ }
755
+ }, {
756
+ featureType: 'manmade',
757
+ elementType: 'labels.text.fill',
758
+ stylers: {
759
+ color: '#8792adff'
760
+ }
761
+ }, {
762
+ featureType: 'manmade',
763
+ elementType: 'labels.text.stroke',
764
+ stylers: {
765
+ color: '#292f48ff'
766
+ }
767
+ }, {
768
+ featureType: 'scenicspotslabel',
769
+ elementType: 'labels',
770
+ stylers: {
771
+ visibility: 'off'
772
+ }
773
+ }, {
774
+ featureType: 'railway',
775
+ elementType: 'geometry',
776
+ stylers: {
777
+ visibility: 'off'
778
+ }
779
+ }, {
780
+ featureType: 'scenicspotslabel',
781
+ elementType: 'labels.icon',
782
+ stylers: {
783
+ visibility: 'off'
784
+ }
785
+ }, {
786
+ featureType: 'highwaysign',
787
+ elementType: 'labels',
788
+ stylers: {
789
+ visibility: 'off'
790
+ }
791
+ }, {
792
+ featureType: 'highwaysign',
793
+ elementType: 'labels.icon',
794
+ stylers: {
795
+ visibility: 'off'
796
+ }
797
+ }, {
798
+ featureType: 'nationalwaysign',
799
+ elementType: 'labels.icon',
800
+ stylers: {
801
+ visibility: 'off'
802
+ }
803
+ }, {
804
+ featureType: 'nationalwaysign',
805
+ elementType: 'labels',
806
+ stylers: {
807
+ visibility: 'off'
808
+ }
809
+ }, {
810
+ featureType: 'provincialwaysign',
811
+ elementType: 'labels.icon',
812
+ stylers: {
813
+ visibility: 'off'
814
+ }
815
+ }, {
816
+ featureType: 'provincialwaysign',
817
+ elementType: 'labels',
818
+ stylers: {
819
+ visibility: 'off'
820
+ }
821
+ }, {
822
+ featureType: 'tertiarywaysign',
823
+ elementType: 'labels.icon',
824
+ stylers: {
825
+ visibility: 'off'
826
+ }
827
+ }, {
828
+ featureType: 'tertiarywaysign',
829
+ elementType: 'labels',
830
+ stylers: {
831
+ visibility: 'off'
832
+ }
833
+ }, {
834
+ featureType: 'subwaylabel',
835
+ elementType: 'labels.icon',
836
+ stylers: {
837
+ visibility: 'off'
838
+ }
839
+ }, {
840
+ featureType: 'subwaylabel',
841
+ elementType: 'labels',
842
+ stylers: {
843
+ visibility: 'off'
844
+ }
845
+ }, {
846
+ featureType: 'village',
847
+ elementType: 'labels',
848
+ stylers: {
849
+ visibility: 'off'
850
+ }
851
+ }, {
852
+ featureType: 'town',
853
+ elementType: 'labels',
854
+ stylers: {
855
+ visibility: 'off'
856
+ }
857
+ }, {
858
+ featureType: 'land',
859
+ elementType: 'geometry',
860
+ stylers: {
861
+ color: '#40495aff',
862
+ visibility: 'on'
863
+ }
864
+ }];
865
+ exports.purpleStyle = purpleStyle;
866
+ var whiteStyle = [{
867
+ featureType: 'water',
868
+ elementType: 'geometry',
869
+ stylers: {
870
+ visibility: 'on',
871
+ color: '#ccd6d7ff'
872
+ }
873
+ }, {
874
+ featureType: 'green',
875
+ elementType: 'geometry',
876
+ stylers: {
877
+ visibility: 'on',
878
+ color: '#dee5e5ff'
879
+ }
880
+ }, {
881
+ featureType: 'building',
882
+ elementType: 'geometry',
883
+ stylers: {
884
+ visibility: 'on'
885
+ }
886
+ }, {
887
+ featureType: 'building',
888
+ elementType: 'geometry.fill',
889
+ stylers: {
890
+ color: '#d1dbdbff'
891
+ }
892
+ }, {
893
+ featureType: 'building',
894
+ elementType: 'geometry.stroke',
895
+ stylers: {
896
+ color: '#aab6b6ff'
897
+ }
898
+ }, {
899
+ featureType: 'subwaystation',
900
+ elementType: 'geometry',
901
+ stylers: {
902
+ visibility: 'off',
903
+ color: '#888fa0ff'
904
+ }
905
+ }, {
906
+ featureType: 'education',
907
+ elementType: 'geometry',
908
+ stylers: {
909
+ visibility: 'on',
910
+ color: '#e1e7e7ff'
911
+ }
912
+ }, {
913
+ featureType: 'medical',
914
+ elementType: 'geometry',
915
+ stylers: {
916
+ visibility: 'on',
917
+ color: '#d1dbdbff'
918
+ }
919
+ }, {
920
+ featureType: 'scenicspots',
921
+ elementType: 'geometry',
922
+ stylers: {
923
+ visibility: 'on',
924
+ color: '#d1dbdbff'
925
+ }
926
+ }, {
927
+ featureType: 'highway',
928
+ elementType: 'geometry',
929
+ stylers: {
930
+ visibility: 'on',
931
+ weight: '4'
932
+ }
933
+ }, {
934
+ featureType: 'highway',
935
+ elementType: 'geometry.fill',
936
+ stylers: {
937
+ color: '#ffffffff'
938
+ }
939
+ }, {
940
+ featureType: 'highway',
941
+ elementType: 'geometry.stroke',
942
+ stylers: {
943
+ color: '#cacfcfff'
944
+ }
945
+ }, {
946
+ featureType: 'highway',
947
+ elementType: 'labels',
948
+ stylers: {
949
+ visibility: 'off'
950
+ }
951
+ }, {
952
+ featureType: 'highway',
953
+ elementType: 'labels.text.fill',
954
+ stylers: {
955
+ color: '#999999ff'
956
+ }
957
+ }, {
958
+ featureType: 'highway',
959
+ elementType: 'labels.text.stroke',
960
+ stylers: {
961
+ color: '#ffffffff'
962
+ }
963
+ }, {
964
+ featureType: 'highway',
965
+ elementType: 'labels.icon',
966
+ stylers: {
967
+ visibility: 'on'
968
+ }
969
+ }, {
970
+ featureType: 'arterial',
971
+ elementType: 'geometry',
972
+ stylers: {
973
+ visibility: 'on',
974
+ weight: '2'
975
+ }
976
+ }, {
977
+ featureType: 'arterial',
978
+ elementType: 'geometry.fill',
979
+ stylers: {
980
+ color: '#fbfffeff'
981
+ }
982
+ }, {
983
+ featureType: 'arterial',
984
+ elementType: 'geometry.stroke',
985
+ stylers: {
986
+ color: '#cacfcfff'
987
+ }
988
+ }, {
989
+ featureType: 'arterial',
990
+ elementType: 'labels',
991
+ stylers: {
992
+ visibility: 'off'
993
+ }
994
+ }, {
995
+ featureType: 'arterial',
996
+ elementType: 'labels.text.fill',
997
+ stylers: {
998
+ color: '#999999ff'
999
+ }
1000
+ }, {
1001
+ featureType: 'arterial',
1002
+ elementType: 'labels.text.stroke',
1003
+ stylers: {
1004
+ color: '#ffffffff'
1005
+ }
1006
+ }, {
1007
+ featureType: 'local',
1008
+ elementType: 'geometry',
1009
+ stylers: {
1010
+ visibility: 'on',
1011
+ weight: '1'
1012
+ }
1013
+ }, {
1014
+ featureType: 'local',
1015
+ elementType: 'geometry.fill',
1016
+ stylers: {
1017
+ color: '#fbfffeff'
1018
+ }
1019
+ }, {
1020
+ featureType: 'local',
1021
+ elementType: 'geometry.stroke',
1022
+ stylers: {
1023
+ color: '#cacfcfff'
1024
+ }
1025
+ }, {
1026
+ featureType: 'local',
1027
+ elementType: 'labels',
1028
+ stylers: {
1029
+ visibility: 'off'
1030
+ }
1031
+ }, {
1032
+ featureType: 'local',
1033
+ elementType: 'labels.text.fill',
1034
+ stylers: {
1035
+ color: '#999999ff'
1036
+ }
1037
+ }, {
1038
+ featureType: 'local',
1039
+ elementType: 'labels.text.stroke',
1040
+ stylers: {
1041
+ color: '#ffffffff'
1042
+ }
1043
+ }, {
1044
+ featureType: 'railway',
1045
+ elementType: 'geometry',
1046
+ stylers: {
1047
+ visibility: 'off',
1048
+ weight: '1'
1049
+ }
1050
+ }, {
1051
+ featureType: 'railway',
1052
+ elementType: 'geometry.fill',
1053
+ stylers: {
1054
+ color: '#9494941a'
1055
+ }
1056
+ }, {
1057
+ featureType: 'railway',
1058
+ elementType: 'geometry.stroke',
1059
+ stylers: {
1060
+ color: '#ffffff1a'
1061
+ }
1062
+ }, {
1063
+ featureType: 'subway',
1064
+ elementType: 'geometry',
1065
+ stylers: {
1066
+ visibility: 'off',
1067
+ weight: '1'
1068
+ }
1069
+ }, {
1070
+ featureType: 'subway',
1071
+ elementType: 'geometry.fill',
1072
+ stylers: {
1073
+ color: '#c3bed433'
1074
+ }
1075
+ }, {
1076
+ featureType: 'subway',
1077
+ elementType: 'geometry.stroke',
1078
+ stylers: {
1079
+ color: '#ffffff33'
1080
+ }
1081
+ }, {
1082
+ featureType: 'subway',
1083
+ elementType: 'labels',
1084
+ stylers: {
1085
+ visibility: 'off'
1086
+ }
1087
+ }, {
1088
+ featureType: 'subway',
1089
+ elementType: 'labels.text.fill',
1090
+ stylers: {
1091
+ color: '#979c9aff'
1092
+ }
1093
+ }, {
1094
+ featureType: 'subway',
1095
+ elementType: 'labels.text.stroke',
1096
+ stylers: {
1097
+ color: '#ffffffff'
1098
+ }
1099
+ }, {
1100
+ featureType: 'continent',
1101
+ elementType: 'labels',
1102
+ stylers: {
1103
+ visibility: 'on'
1104
+ }
1105
+ }, {
1106
+ featureType: 'continent',
1107
+ elementType: 'labels.icon',
1108
+ stylers: {
1109
+ visibility: 'on'
1110
+ }
1111
+ }, {
1112
+ featureType: 'continent',
1113
+ elementType: 'labels.text.fill',
1114
+ stylers: {
1115
+ color: '#333333ff'
1116
+ }
1117
+ }, {
1118
+ featureType: 'continent',
1119
+ elementType: 'labels.text.stroke',
1120
+ stylers: {
1121
+ color: '#ffffffff'
1122
+ }
1123
+ }, {
1124
+ featureType: 'city',
1125
+ elementType: 'labels.icon',
1126
+ stylers: {
1127
+ visibility: 'on'
1128
+ }
1129
+ }, {
1130
+ featureType: 'city',
1131
+ elementType: 'labels',
1132
+ stylers: {
1133
+ visibility: 'on'
1134
+ }
1135
+ }, {
1136
+ featureType: 'city',
1137
+ elementType: 'labels.text.fill',
1138
+ stylers: {
1139
+ color: '#454d50ff'
1140
+ }
1141
+ }, {
1142
+ featureType: 'city',
1143
+ elementType: 'labels.text.stroke',
1144
+ stylers: {
1145
+ color: '#ffffffff'
1146
+ }
1147
+ }, {
1148
+ featureType: 'town',
1149
+ elementType: 'labels.icon',
1150
+ stylers: {
1151
+ visibility: 'on'
1152
+ }
1153
+ }, {
1154
+ featureType: 'town',
1155
+ elementType: 'labels',
1156
+ stylers: {
1157
+ visibility: 'off'
1158
+ }
1159
+ }, {
1160
+ featureType: 'town',
1161
+ elementType: 'labels.text.fill',
1162
+ stylers: {
1163
+ color: '#454d50ff'
1164
+ }
1165
+ }, {
1166
+ featureType: 'town',
1167
+ elementType: 'labels.text.stroke',
1168
+ stylers: {
1169
+ color: '#ffffffff'
1170
+ }
1171
+ }, {
1172
+ featureType: 'road',
1173
+ elementType: 'labels',
1174
+ stylers: {
1175
+ visibility: 'off'
1176
+ }
1177
+ }, {
1178
+ featureType: 'road',
1179
+ elementType: 'geometry.fill',
1180
+ stylers: {
1181
+ color: '#fbfffeff'
1182
+ }
1183
+ }, {
1184
+ featureType: 'poilabel',
1185
+ elementType: 'labels.icon',
1186
+ stylers: {
1187
+ visibility: 'off'
1188
+ }
1189
+ }, {
1190
+ featureType: 'districtlabel',
1191
+ elementType: 'labels.icon',
1192
+ stylers: {
1193
+ visibility: 'off'
1194
+ }
1195
+ }, {
1196
+ featureType: 'poilabel',
1197
+ elementType: 'labels.text.fill',
1198
+ stylers: {
1199
+ color: '#999999ff'
1200
+ }
1201
+ }, {
1202
+ featureType: 'districtlabel',
1203
+ elementType: 'labels.text.fill',
1204
+ stylers: {
1205
+ color: '#888fa0ff'
1206
+ }
1207
+ }, {
1208
+ featureType: 'transportation',
1209
+ elementType: 'geometry',
1210
+ stylers: {
1211
+ color: '#d1dbdbff'
1212
+ }
1213
+ }, {
1214
+ featureType: 'companylabel',
1215
+ elementType: 'labels',
1216
+ stylers: {
1217
+ visibility: 'off'
1218
+ }
1219
+ }, {
1220
+ featureType: 'restaurantlabel',
1221
+ elementType: 'labels',
1222
+ stylers: {
1223
+ visibility: 'off'
1224
+ }
1225
+ }, {
1226
+ featureType: 'lifeservicelabel',
1227
+ elementType: 'labels',
1228
+ stylers: {
1229
+ visibility: 'off'
1230
+ }
1231
+ }, {
1232
+ featureType: 'carservicelabel',
1233
+ elementType: 'labels',
1234
+ stylers: {
1235
+ visibility: 'off'
1236
+ }
1237
+ }, {
1238
+ featureType: 'financelabel',
1239
+ elementType: 'labels',
1240
+ stylers: {
1241
+ visibility: 'off'
1242
+ }
1243
+ }, {
1244
+ featureType: 'otherlabel',
1245
+ elementType: 'labels',
1246
+ stylers: {
1247
+ visibility: 'off'
1248
+ }
1249
+ }, {
1250
+ featureType: 'village',
1251
+ elementType: 'labels',
1252
+ stylers: {
1253
+ visibility: 'off'
1254
+ }
1255
+ }, {
1256
+ featureType: 'district',
1257
+ elementType: 'labels',
1258
+ stylers: {
1259
+ visibility: 'off'
1260
+ }
1261
+ }, {
1262
+ featureType: 'land',
1263
+ elementType: 'geometry',
1264
+ stylers: {
1265
+ color: '#edf3f3ff'
1266
+ }
1267
+ }, {
1268
+ featureType: 'nationalway',
1269
+ elementType: 'geometry.stroke',
1270
+ stylers: {
1271
+ color: '#cacfcfff'
1272
+ }
1273
+ }, {
1274
+ featureType: 'provincialway',
1275
+ elementType: 'geometry.stroke',
1276
+ stylers: {
1277
+ color: '#cacfcfff'
1278
+ }
1279
+ }, {
1280
+ featureType: 'cityhighway',
1281
+ elementType: 'geometry.stroke',
1282
+ stylers: {
1283
+ color: '#cacfcfff'
1284
+ }
1285
+ }, {
1286
+ featureType: 'road',
1287
+ elementType: 'geometry.stroke',
1288
+ stylers: {
1289
+ color: '#cacfcfff'
1290
+ }
1291
+ }, {
1292
+ featureType: 'subwaylabel',
1293
+ elementType: 'labels.icon',
1294
+ stylers: {
1295
+ visibility: 'off'
1296
+ }
1297
+ }, {
1298
+ featureType: 'subwaylabel',
1299
+ elementType: 'labels',
1300
+ stylers: {
1301
+ visibility: 'off'
1302
+ }
1303
+ }, {
1304
+ featureType: 'tertiarywaysign',
1305
+ elementType: 'labels.icon',
1306
+ stylers: {
1307
+ visibility: 'off'
1308
+ }
1309
+ }, {
1310
+ featureType: 'tertiarywaysign',
1311
+ elementType: 'labels',
1312
+ stylers: {
1313
+ visibility: 'off'
1314
+ }
1315
+ }, {
1316
+ featureType: 'provincialwaysign',
1317
+ elementType: 'labels.icon',
1318
+ stylers: {
1319
+ visibility: 'off'
1320
+ }
1321
+ }, {
1322
+ featureType: 'provincialwaysign',
1323
+ elementType: 'labels',
1324
+ stylers: {
1325
+ visibility: 'off'
1326
+ }
1327
+ }, {
1328
+ featureType: 'nationalwaysign',
1329
+ elementType: 'labels.icon',
1330
+ stylers: {
1331
+ visibility: 'off'
1332
+ }
1333
+ }, {
1334
+ featureType: 'nationalwaysign',
1335
+ elementType: 'labels',
1336
+ stylers: {
1337
+ visibility: 'off'
1338
+ }
1339
+ }, {
1340
+ featureType: 'highwaysign',
1341
+ elementType: 'labels.icon',
1342
+ stylers: {
1343
+ visibility: 'off'
1344
+ }
1345
+ }, {
1346
+ featureType: 'highwaysign',
1347
+ elementType: 'labels',
1348
+ stylers: {
1349
+ visibility: 'off'
1350
+ }
1351
+ }, {
1352
+ featureType: 'nationalway',
1353
+ elementType: 'geometry.fill',
1354
+ stylers: {
1355
+ color: '#fbfffeff'
1356
+ }
1357
+ }, {
1358
+ featureType: 'nationalway',
1359
+ elementType: 'labels.text.fill',
1360
+ stylers: {
1361
+ color: '#999999ff'
1362
+ }
1363
+ }, {
1364
+ featureType: 'provincialway',
1365
+ elementType: 'labels.text.fill',
1366
+ stylers: {
1367
+ color: '#999999ff'
1368
+ }
1369
+ }, {
1370
+ featureType: 'cityhighway',
1371
+ elementType: 'labels.text.fill',
1372
+ stylers: {
1373
+ color: '#999999ff'
1374
+ }
1375
+ }, {
1376
+ featureType: 'cityhighway',
1377
+ elementType: 'labels.text.stroke',
1378
+ stylers: {
1379
+ color: '#ffffffff'
1380
+ }
1381
+ }, {
1382
+ featureType: 'highway',
1383
+ stylers: {
1384
+ level: '6',
1385
+ curZoomRegionId: '0',
1386
+ curZoomRegion: '6-8'
1387
+ }
1388
+ }, {
1389
+ featureType: 'highway',
1390
+ stylers: {
1391
+ level: '7',
1392
+ curZoomRegionId: '0',
1393
+ curZoomRegion: '6-8'
1394
+ }
1395
+ }, {
1396
+ featureType: 'highway',
1397
+ stylers: {
1398
+ level: '8',
1399
+ curZoomRegionId: '0',
1400
+ curZoomRegion: '6-8'
1401
+ }
1402
+ }, {
1403
+ featureType: 'highway',
1404
+ elementType: 'geometry',
1405
+ stylers: {
1406
+ visibility: 'off',
1407
+ level: '6',
1408
+ curZoomRegionId: '0',
1409
+ curZoomRegion: '6-8'
1410
+ }
1411
+ }, {
1412
+ featureType: 'highway',
1413
+ elementType: 'geometry',
1414
+ stylers: {
1415
+ visibility: 'off',
1416
+ level: '7',
1417
+ curZoomRegionId: '0',
1418
+ curZoomRegion: '6-8'
1419
+ }
1420
+ }, {
1421
+ featureType: 'highway',
1422
+ elementType: 'geometry',
1423
+ stylers: {
1424
+ visibility: 'off',
1425
+ level: '8',
1426
+ curZoomRegionId: '0',
1427
+ curZoomRegion: '6-8'
1428
+ }
1429
+ }, {
1430
+ featureType: 'highway',
1431
+ elementType: 'labels',
1432
+ stylers: {
1433
+ visibility: 'off',
1434
+ level: '6',
1435
+ curZoomRegionId: '0',
1436
+ curZoomRegion: '6-8'
1437
+ }
1438
+ }, {
1439
+ featureType: 'highway',
1440
+ elementType: 'labels',
1441
+ stylers: {
1442
+ visibility: 'off',
1443
+ level: '7',
1444
+ curZoomRegionId: '0',
1445
+ curZoomRegion: '6-8'
1446
+ }
1447
+ }, {
1448
+ featureType: 'highway',
1449
+ elementType: 'labels',
1450
+ stylers: {
1451
+ visibility: 'off',
1452
+ level: '8',
1453
+ curZoomRegionId: '0',
1454
+ curZoomRegion: '6-8'
1455
+ }
1456
+ }, {
1457
+ featureType: 'nationalway',
1458
+ stylers: {
1459
+ level: '6',
1460
+ curZoomRegionId: '0',
1461
+ curZoomRegion: '6-8'
1462
+ }
1463
+ }, {
1464
+ featureType: 'nationalway',
1465
+ stylers: {
1466
+ level: '7',
1467
+ curZoomRegionId: '0',
1468
+ curZoomRegion: '6-8'
1469
+ }
1470
+ }, {
1471
+ featureType: 'nationalway',
1472
+ stylers: {
1473
+ level: '8',
1474
+ curZoomRegionId: '0',
1475
+ curZoomRegion: '6-8'
1476
+ }
1477
+ }, {
1478
+ featureType: 'nationalway',
1479
+ elementType: 'geometry',
1480
+ stylers: {
1481
+ visibility: 'off',
1482
+ level: '6',
1483
+ curZoomRegionId: '0',
1484
+ curZoomRegion: '6-8'
1485
+ }
1486
+ }, {
1487
+ featureType: 'nationalway',
1488
+ elementType: 'geometry',
1489
+ stylers: {
1490
+ visibility: 'off',
1491
+ level: '7',
1492
+ curZoomRegionId: '0',
1493
+ curZoomRegion: '6-8'
1494
+ }
1495
+ }, {
1496
+ featureType: 'nationalway',
1497
+ elementType: 'geometry',
1498
+ stylers: {
1499
+ visibility: 'off',
1500
+ level: '8',
1501
+ curZoomRegionId: '0',
1502
+ curZoomRegion: '6-8'
1503
+ }
1504
+ }, {
1505
+ featureType: 'nationalway',
1506
+ elementType: 'labels',
1507
+ stylers: {
1508
+ visibility: 'off',
1509
+ level: '6',
1510
+ curZoomRegionId: '0',
1511
+ curZoomRegion: '6-8'
1512
+ }
1513
+ }, {
1514
+ featureType: 'nationalway',
1515
+ elementType: 'labels',
1516
+ stylers: {
1517
+ visibility: 'off',
1518
+ level: '7',
1519
+ curZoomRegionId: '0',
1520
+ curZoomRegion: '6-8'
1521
+ }
1522
+ }, {
1523
+ featureType: 'nationalway',
1524
+ elementType: 'labels',
1525
+ stylers: {
1526
+ visibility: 'off',
1527
+ level: '8',
1528
+ curZoomRegionId: '0',
1529
+ curZoomRegion: '6-8'
1530
+ }
1531
+ }, {
1532
+ featureType: 'provincialway',
1533
+ stylers: {
1534
+ level: '8',
1535
+ curZoomRegionId: '0',
1536
+ curZoomRegion: '8-8'
1537
+ }
1538
+ }, {
1539
+ featureType: 'provincialway',
1540
+ elementType: 'geometry',
1541
+ stylers: {
1542
+ visibility: 'off',
1543
+ level: '8',
1544
+ curZoomRegionId: '0',
1545
+ curZoomRegion: '8-8'
1546
+ }
1547
+ }, {
1548
+ featureType: 'provincialway',
1549
+ elementType: 'labels',
1550
+ stylers: {
1551
+ visibility: 'off',
1552
+ level: '8',
1553
+ curZoomRegionId: '0',
1554
+ curZoomRegion: '8-8'
1555
+ }
1556
+ }, {
1557
+ featureType: 'cityhighway',
1558
+ stylers: {
1559
+ level: '6',
1560
+ curZoomRegionId: '0',
1561
+ curZoomRegion: '6-8'
1562
+ }
1563
+ }, {
1564
+ featureType: 'cityhighway',
1565
+ stylers: {
1566
+ level: '7',
1567
+ curZoomRegionId: '0',
1568
+ curZoomRegion: '6-8'
1569
+ }
1570
+ }, {
1571
+ featureType: 'cityhighway',
1572
+ stylers: {
1573
+ level: '8',
1574
+ curZoomRegionId: '0',
1575
+ curZoomRegion: '6-8'
1576
+ }
1577
+ }, {
1578
+ featureType: 'cityhighway',
1579
+ elementType: 'geometry',
1580
+ stylers: {
1581
+ visibility: 'off',
1582
+ level: '6',
1583
+ curZoomRegionId: '0',
1584
+ curZoomRegion: '6-8'
1585
+ }
1586
+ }, {
1587
+ featureType: 'cityhighway',
1588
+ elementType: 'geometry',
1589
+ stylers: {
1590
+ visibility: 'off',
1591
+ level: '7',
1592
+ curZoomRegionId: '0',
1593
+ curZoomRegion: '6-8'
1594
+ }
1595
+ }, {
1596
+ featureType: 'cityhighway',
1597
+ elementType: 'geometry',
1598
+ stylers: {
1599
+ visibility: 'off',
1600
+ level: '8',
1601
+ curZoomRegionId: '0',
1602
+ curZoomRegion: '6-8'
1603
+ }
1604
+ }, {
1605
+ featureType: 'cityhighway',
1606
+ elementType: 'labels',
1607
+ stylers: {
1608
+ visibility: 'off',
1609
+ level: '6',
1610
+ curZoomRegionId: '0',
1611
+ curZoomRegion: '6-8'
1612
+ }
1613
+ }, {
1614
+ featureType: 'cityhighway',
1615
+ elementType: 'labels',
1616
+ stylers: {
1617
+ visibility: 'off',
1618
+ level: '7',
1619
+ curZoomRegionId: '0',
1620
+ curZoomRegion: '6-8'
1621
+ }
1622
+ }, {
1623
+ featureType: 'cityhighway',
1624
+ elementType: 'labels',
1625
+ stylers: {
1626
+ visibility: 'off',
1627
+ level: '8',
1628
+ curZoomRegionId: '0',
1629
+ curZoomRegion: '6-8'
1630
+ }
1631
+ }, {
1632
+ featureType: 'cityhighway',
1633
+ elementType: 'geometry.fill',
1634
+ stylers: {
1635
+ color: '#fbfffeff'
1636
+ }
1637
+ }, {
1638
+ featureType: 'water',
1639
+ elementType: 'labels.text.fill',
1640
+ stylers: {
1641
+ color: '#8f5a33ff'
1642
+ }
1643
+ }, {
1644
+ featureType: 'water',
1645
+ elementType: 'labels.text.stroke',
1646
+ stylers: {
1647
+ color: '#ffffffff'
1648
+ }
1649
+ }, {
1650
+ featureType: 'country',
1651
+ elementType: 'labels.text.fill',
1652
+ stylers: {
1653
+ color: '#8f5a33ff'
1654
+ }
1655
+ }, {
1656
+ featureType: 'country',
1657
+ elementType: 'labels.text.stroke',
1658
+ stylers: {
1659
+ color: '#ffffffff'
1660
+ }
1661
+ }, {
1662
+ featureType: 'country',
1663
+ elementType: 'labels.text',
1664
+ stylers: {
1665
+ fontsize: '28'
1666
+ }
1667
+ }, {
1668
+ featureType: 'manmade',
1669
+ elementType: 'geometry',
1670
+ stylers: {
1671
+ color: '#dfe7e7ff'
1672
+ }
1673
+ }, {
1674
+ featureType: 'provincialway',
1675
+ elementType: 'geometry.fill',
1676
+ stylers: {
1677
+ color: '#fbfffeff'
1678
+ }
1679
+ }, {
1680
+ featureType: 'tertiaryway',
1681
+ elementType: 'geometry.fill',
1682
+ stylers: {
1683
+ color: '#fbfffeff'
1684
+ }
1685
+ }, {
1686
+ featureType: 'manmade',
1687
+ elementType: 'labels.text.fill',
1688
+ stylers: {
1689
+ color: '#999999ff'
1690
+ }
1691
+ }, {
1692
+ featureType: 'manmade',
1693
+ elementType: 'labels.text.stroke',
1694
+ stylers: {
1695
+ color: '#ffffffff'
1696
+ }
1697
+ }, {
1698
+ featureType: 'scenicspots',
1699
+ elementType: 'labels.text.fill',
1700
+ stylers: {
1701
+ color: '#999999ff'
1702
+ }
1703
+ }, {
1704
+ featureType: 'scenicspots',
1705
+ elementType: 'labels.text.stroke',
1706
+ stylers: {
1707
+ color: '#ffffffff'
1708
+ }
1709
+ }, {
1710
+ featureType: 'airportlabel',
1711
+ elementType: 'labels.text.fill',
1712
+ stylers: {
1713
+ color: '#999999ff'
1714
+ }
1715
+ }, {
1716
+ featureType: 'airportlabel',
1717
+ elementType: 'labels.icon',
1718
+ stylers: {
1719
+ visibility: 'off'
1720
+ }
1721
+ }, {
1722
+ featureType: 'scenicspotslabel',
1723
+ elementType: 'labels.text.fill',
1724
+ stylers: {
1725
+ color: '#999999ff'
1726
+ }
1727
+ }, {
1728
+ featureType: 'scenicspotslabel',
1729
+ elementType: 'labels.icon',
1730
+ stylers: {
1731
+ visibility: 'off'
1732
+ }
1733
+ }, {
1734
+ featureType: 'educationlabel',
1735
+ elementType: 'labels.text.fill',
1736
+ stylers: {
1737
+ color: '#999999ff'
1738
+ }
1739
+ }, {
1740
+ featureType: 'educationlabel',
1741
+ elementType: 'labels.icon',
1742
+ stylers: {
1743
+ visibility: 'off'
1744
+ }
1745
+ }, {
1746
+ featureType: 'medicallabel',
1747
+ elementType: 'labels.text.fill',
1748
+ stylers: {
1749
+ color: '#999999ff'
1750
+ }
1751
+ }, {
1752
+ featureType: 'medicallabel',
1753
+ elementType: 'labels.icon',
1754
+ stylers: {
1755
+ visibility: 'off'
1756
+ }
1757
+ }, {
1758
+ featureType: 'companylabel',
1759
+ elementType: 'labels.icon',
1760
+ stylers: {
1761
+ visibility: 'off'
1762
+ }
1763
+ }, {
1764
+ featureType: 'restaurantlabel',
1765
+ elementType: 'labels.icon',
1766
+ stylers: {
1767
+ visibility: 'off'
1768
+ }
1769
+ }, {
1770
+ featureType: 'hotellabel',
1771
+ elementType: 'labels.icon',
1772
+ stylers: {
1773
+ visibility: 'off'
1774
+ }
1775
+ }, {
1776
+ featureType: 'hotellabel',
1777
+ elementType: 'labels',
1778
+ stylers: {
1779
+ visibility: 'off'
1780
+ }
1781
+ }, {
1782
+ featureType: 'shoppinglabel',
1783
+ elementType: 'labels.icon',
1784
+ stylers: {
1785
+ visibility: 'off'
1786
+ }
1787
+ }, {
1788
+ featureType: 'shoppinglabel',
1789
+ elementType: 'labels',
1790
+ stylers: {
1791
+ visibility: 'off'
1792
+ }
1793
+ }, {
1794
+ featureType: 'lifeservicelabel',
1795
+ elementType: 'labels.icon',
1796
+ stylers: {
1797
+ visibility: 'off'
1798
+ }
1799
+ }, {
1800
+ featureType: 'carservicelabel',
1801
+ elementType: 'labels.icon',
1802
+ stylers: {
1803
+ visibility: 'off'
1804
+ }
1805
+ }, {
1806
+ featureType: 'transportationlabel',
1807
+ elementType: 'labels.icon',
1808
+ stylers: {
1809
+ visibility: 'off'
1810
+ }
1811
+ }, {
1812
+ featureType: 'transportationlabel',
1813
+ elementType: 'labels',
1814
+ stylers: {
1815
+ visibility: 'off'
1816
+ }
1817
+ }, {
1818
+ featureType: 'financelabel',
1819
+ elementType: 'labels.icon',
1820
+ stylers: {
1821
+ visibility: 'off'
1822
+ }
1823
+ }, {
1824
+ featureType: 'entertainment',
1825
+ elementType: 'geometry',
1826
+ stylers: {
1827
+ color: '#d1dbdbff'
1828
+ }
1829
+ }, {
1830
+ featureType: 'estate',
1831
+ elementType: 'geometry',
1832
+ stylers: {
1833
+ color: '#d1dbdbff'
1834
+ }
1835
+ }, {
1836
+ featureType: 'shopping',
1837
+ elementType: 'geometry',
1838
+ stylers: {
1839
+ color: '#d1dbdbff'
1840
+ }
1841
+ }, {
1842
+ featureType: 'education',
1843
+ elementType: 'labels.text.fill',
1844
+ stylers: {
1845
+ color: '#999999ff'
1846
+ }
1847
+ }, {
1848
+ featureType: 'education',
1849
+ elementType: 'labels.text.stroke',
1850
+ stylers: {
1851
+ color: '#ffffffff'
1852
+ }
1853
+ }, {
1854
+ featureType: 'medical',
1855
+ elementType: 'labels.text.fill',
1856
+ stylers: {
1857
+ color: '#999999ff'
1858
+ }
1859
+ }, {
1860
+ featureType: 'medical',
1861
+ elementType: 'labels.text.stroke',
1862
+ stylers: {
1863
+ color: '#ffffffff'
1864
+ }
1865
+ }, {
1866
+ featureType: 'transportation',
1867
+ elementType: 'labels.text.fill',
1868
+ stylers: {
1869
+ color: '#999999ff'
1870
+ }
1871
+ }, {
1872
+ featureType: 'transportation',
1873
+ elementType: 'labels.text.stroke',
1874
+ stylers: {
1875
+ color: '#ffffffff'
1876
+ }
1877
+ }, {
1878
+ featureType: 'road',
1879
+ elementType: 'geometry',
1880
+ stylers: {
1881
+ visibility: 'on'
1882
+ }
1883
+ }, {
1884
+ featureType: 'nationalway',
1885
+ elementType: 'labels',
1886
+ stylers: {
1887
+ visibility: 'off'
1888
+ }
1889
+ }, {
1890
+ featureType: 'provincialway',
1891
+ elementType: 'labels',
1892
+ stylers: {
1893
+ visibility: 'off'
1894
+ }
1895
+ }, {
1896
+ featureType: 'cityhighway',
1897
+ elementType: 'labels',
1898
+ stylers: {
1899
+ visibility: 'off'
1900
+ }
1901
+ }, {
1902
+ featureType: 'tertiaryway',
1903
+ elementType: 'labels',
1904
+ stylers: {
1905
+ visibility: 'off'
1906
+ }
1907
+ }, {
1908
+ featureType: 'fourlevelway',
1909
+ elementType: 'labels',
1910
+ stylers: {
1911
+ visibility: 'off'
1912
+ }
1913
+ }, {
1914
+ featureType: 'water',
1915
+ elementType: 'labels',
1916
+ stylers: {
1917
+ visibility: 'off'
1918
+ }
1919
+ }, {
1920
+ featureType: 'manmade',
1921
+ elementType: 'labels',
1922
+ stylers: {
1923
+ visibility: 'off'
1924
+ }
1925
+ }, {
1926
+ featureType: 'education',
1927
+ elementType: 'labels',
1928
+ stylers: {
1929
+ visibility: 'off'
1930
+ }
1931
+ }, {
1932
+ featureType: 'medical',
1933
+ elementType: 'labels',
1934
+ stylers: {
1935
+ visibility: 'off'
1936
+ }
1937
+ }, {
1938
+ featureType: 'scenicspots',
1939
+ elementType: 'labels',
1940
+ stylers: {
1941
+ visibility: 'off'
1942
+ }
1943
+ }, {
1944
+ featureType: 'transportation',
1945
+ elementType: 'labels',
1946
+ stylers: {
1947
+ visibility: 'off'
1948
+ }
1949
+ }, {
1950
+ featureType: 'entertainmentlabel',
1951
+ elementType: 'labels.icon',
1952
+ stylers: {
1953
+ visibility: 'off'
1954
+ }
1955
+ }, {
1956
+ featureType: 'estatelabel',
1957
+ elementType: 'labels.icon',
1958
+ stylers: {
1959
+ visibility: 'off'
1960
+ }
1961
+ }, {
1962
+ featureType: 'businesstowerlabel',
1963
+ elementType: 'labels.icon',
1964
+ stylers: {
1965
+ visibility: 'off'
1966
+ }
1967
+ }, {
1968
+ featureType: 'governmentlabel',
1969
+ elementType: 'labels.icon',
1970
+ stylers: {
1971
+ visibility: 'off'
1972
+ }
1973
+ }, {
1974
+ featureType: 'governmentlabel',
1975
+ elementType: 'labels',
1976
+ stylers: {
1977
+ visibility: 'off'
1978
+ }
1979
+ }, {
1980
+ featureType: 'businesstowerlabel',
1981
+ elementType: 'labels',
1982
+ stylers: {
1983
+ visibility: 'off'
1984
+ }
1985
+ }, {
1986
+ featureType: 'estatelabel',
1987
+ elementType: 'labels',
1988
+ stylers: {
1989
+ visibility: 'off'
1990
+ }
1991
+ }, {
1992
+ featureType: 'entertainmentlabel',
1993
+ elementType: 'labels',
1994
+ stylers: {
1995
+ visibility: 'off'
1996
+ }
1997
+ }, {
1998
+ featureType: 'medicallabel',
1999
+ elementType: 'labels',
2000
+ stylers: {
2001
+ visibility: 'off'
2002
+ }
2003
+ }, {
2004
+ featureType: 'educationlabel',
2005
+ elementType: 'labels',
2006
+ stylers: {
2007
+ visibility: 'off'
2008
+ }
2009
+ }, {
2010
+ featureType: 'scenicspotslabel',
2011
+ elementType: 'labels',
2012
+ stylers: {
2013
+ visibility: 'off'
2014
+ }
2015
+ }, {
2016
+ featureType: 'airportlabel',
2017
+ elementType: 'labels',
2018
+ stylers: {
2019
+ visibility: 'off'
2020
+ }
2021
+ }, {
2022
+ featureType: 'poilabel',
2023
+ elementType: 'labels',
2024
+ stylers: {
2025
+ visibility: 'off'
2026
+ }
2027
+ }];
2028
+ exports.whiteStyle = whiteStyle;
2029
+ var customStyle = [{
2030
+ featureType: 'land',
2031
+ elementType: 'geometry',
2032
+ stylers: {
2033
+ visibility: 'on',
2034
+ color: '#091220ff'
2035
+ }
2036
+ }, {
2037
+ featureType: 'water',
2038
+ elementType: 'geometry',
2039
+ stylers: {
2040
+ visibility: 'on',
2041
+ color: '#113549ff'
2042
+ }
2043
+ }, {
2044
+ featureType: 'green',
2045
+ elementType: 'geometry',
2046
+ stylers: {
2047
+ visibility: 'on',
2048
+ color: '#0e1b30ff'
2049
+ }
2050
+ }, {
2051
+ featureType: 'building',
2052
+ elementType: 'geometry',
2053
+ stylers: {
2054
+ visibility: 'on'
2055
+ }
2056
+ }, {
2057
+ featureType: 'building',
2058
+ elementType: 'geometry.topfill',
2059
+ stylers: {
2060
+ color: '#113549ff'
2061
+ }
2062
+ }, {
2063
+ featureType: 'building',
2064
+ elementType: 'geometry.sidefill',
2065
+ stylers: {
2066
+ color: '#143e56ff'
2067
+ }
2068
+ }, {
2069
+ featureType: 'building',
2070
+ elementType: 'geometry.stroke',
2071
+ stylers: {
2072
+ color: '#dadada00'
2073
+ }
2074
+ }, {
2075
+ featureType: 'subwaystation',
2076
+ elementType: 'geometry',
2077
+ stylers: {
2078
+ visibility: 'on',
2079
+ color: '#113549B2'
2080
+ }
2081
+ }, {
2082
+ featureType: 'education',
2083
+ elementType: 'geometry',
2084
+ stylers: {
2085
+ visibility: 'on',
2086
+ color: '#12223dff'
2087
+ }
2088
+ }, {
2089
+ featureType: 'medical',
2090
+ elementType: 'geometry',
2091
+ stylers: {
2092
+ visibility: 'on',
2093
+ color: '#12223dff'
2094
+ }
2095
+ }, {
2096
+ featureType: 'scenicspots',
2097
+ elementType: 'geometry',
2098
+ stylers: {
2099
+ visibility: 'on',
2100
+ color: '#12223dff'
2101
+ }
2102
+ }, {
2103
+ featureType: 'highway',
2104
+ elementType: 'geometry',
2105
+ stylers: {
2106
+ visibility: 'on',
2107
+ weight: '4'
2108
+ }
2109
+ }, {
2110
+ featureType: 'highway',
2111
+ elementType: 'geometry.fill',
2112
+ stylers: {
2113
+ color: '#12223dff'
2114
+ }
2115
+ }, {
2116
+ featureType: 'highway',
2117
+ elementType: 'geometry.stroke',
2118
+ stylers: {
2119
+ color: '#fed66900'
2120
+ }
2121
+ }, {
2122
+ featureType: 'highway',
2123
+ elementType: 'labels',
2124
+ stylers: {
2125
+ visibility: 'on'
2126
+ }
2127
+ }, {
2128
+ featureType: 'highway',
2129
+ elementType: 'labels.text.fill',
2130
+ stylers: {
2131
+ color: '#12223dff'
2132
+ }
2133
+ }, {
2134
+ featureType: 'highway',
2135
+ elementType: 'labels.text.stroke',
2136
+ stylers: {
2137
+ color: '#ffffff00'
2138
+ }
2139
+ }, {
2140
+ featureType: 'highway',
2141
+ elementType: 'labels.icon',
2142
+ stylers: {
2143
+ visibility: 'on'
2144
+ }
2145
+ }, {
2146
+ featureType: 'arterial',
2147
+ elementType: 'geometry',
2148
+ stylers: {
2149
+ visibility: 'on',
2150
+ weight: '2'
2151
+ }
2152
+ }, {
2153
+ featureType: 'arterial',
2154
+ elementType: 'geometry.fill',
2155
+ stylers: {
2156
+ color: '#12223dff'
2157
+ }
2158
+ }, {
2159
+ featureType: 'arterial',
2160
+ elementType: 'geometry.stroke',
2161
+ stylers: {
2162
+ color: '#ffeebb00'
2163
+ }
2164
+ }, {
2165
+ featureType: 'arterial',
2166
+ elementType: 'labels',
2167
+ stylers: {
2168
+ visibility: 'on'
2169
+ }
2170
+ }, {
2171
+ featureType: 'arterial',
2172
+ elementType: 'labels.text.fill',
2173
+ stylers: {
2174
+ color: '#2dc4bbff'
2175
+ }
2176
+ }, {
2177
+ featureType: 'arterial',
2178
+ elementType: 'labels.text.stroke',
2179
+ stylers: {
2180
+ color: '#ffffff00'
2181
+ }
2182
+ }, {
2183
+ featureType: 'local',
2184
+ elementType: 'geometry',
2185
+ stylers: {
2186
+ visibility: 'on',
2187
+ weight: '1'
2188
+ }
2189
+ }, {
2190
+ featureType: 'local',
2191
+ elementType: 'geometry.fill',
2192
+ stylers: {
2193
+ color: '#12223dff'
2194
+ }
2195
+ }, {
2196
+ featureType: 'local',
2197
+ elementType: 'geometry.stroke',
2198
+ stylers: {
2199
+ color: '#ffffff00'
2200
+ }
2201
+ }, {
2202
+ featureType: 'local',
2203
+ elementType: 'labels',
2204
+ stylers: {
2205
+ visibility: 'on'
2206
+ }
2207
+ }, {
2208
+ featureType: 'local',
2209
+ elementType: 'labels.text.fill',
2210
+ stylers: {
2211
+ color: '#979c9aff'
2212
+ }
2213
+ }, {
2214
+ featureType: 'local',
2215
+ elementType: 'labels.text.stroke',
2216
+ stylers: {
2217
+ color: '#ffffffff'
2218
+ }
2219
+ }, {
2220
+ featureType: 'railway',
2221
+ elementType: 'geometry',
2222
+ stylers: {
2223
+ visibility: 'off'
2224
+ }
2225
+ }, {
2226
+ featureType: 'subway',
2227
+ elementType: 'geometry',
2228
+ stylers: {
2229
+ visibility: 'off',
2230
+ weight: '1'
2231
+ }
2232
+ }, {
2233
+ featureType: 'subway',
2234
+ elementType: 'geometry.fill',
2235
+ stylers: {
2236
+ color: '#d8d8d8ff'
2237
+ }
2238
+ }, {
2239
+ featureType: 'subway',
2240
+ elementType: 'geometry.stroke',
2241
+ stylers: {
2242
+ color: '#ffffff00'
2243
+ }
2244
+ }, {
2245
+ featureType: 'subway',
2246
+ elementType: 'labels',
2247
+ stylers: {
2248
+ visibility: 'on'
2249
+ }
2250
+ }, {
2251
+ featureType: 'subway',
2252
+ elementType: 'labels.text.fill',
2253
+ stylers: {
2254
+ color: '#979c9aff'
2255
+ }
2256
+ }, {
2257
+ featureType: 'subway',
2258
+ elementType: 'labels.text.stroke',
2259
+ stylers: {
2260
+ color: '#ffffffff'
2261
+ }
2262
+ }, {
2263
+ featureType: 'continent',
2264
+ elementType: 'labels',
2265
+ stylers: {
2266
+ visibility: 'on'
2267
+ }
2268
+ }, {
2269
+ featureType: 'continent',
2270
+ elementType: 'labels.icon',
2271
+ stylers: {
2272
+ visibility: 'on'
2273
+ }
2274
+ }, {
2275
+ featureType: 'continent',
2276
+ elementType: 'labels.text.fill',
2277
+ stylers: {
2278
+ color: '#2dc4bbff'
2279
+ }
2280
+ }, {
2281
+ featureType: 'continent',
2282
+ elementType: 'labels.text.stroke',
2283
+ stylers: {
2284
+ color: '#ffffff00'
2285
+ }
2286
+ }, {
2287
+ featureType: 'city',
2288
+ elementType: 'labels.icon',
2289
+ stylers: {
2290
+ visibility: 'off'
2291
+ }
2292
+ }, {
2293
+ featureType: 'city',
2294
+ elementType: 'labels',
2295
+ stylers: {
2296
+ visibility: 'on'
2297
+ }
2298
+ }, {
2299
+ featureType: 'city',
2300
+ elementType: 'labels.text.fill',
2301
+ stylers: {
2302
+ color: '#2dc4bbff'
2303
+ }
2304
+ }, {
2305
+ featureType: 'city',
2306
+ elementType: 'labels.text.stroke',
2307
+ stylers: {
2308
+ color: '#ffffff00'
2309
+ }
2310
+ }, {
2311
+ featureType: 'town',
2312
+ elementType: 'labels.icon',
2313
+ stylers: {
2314
+ visibility: 'on'
2315
+ }
2316
+ }, {
2317
+ featureType: 'town',
2318
+ elementType: 'labels',
2319
+ stylers: {
2320
+ visibility: 'off'
2321
+ }
2322
+ }, {
2323
+ featureType: 'town',
2324
+ elementType: 'labels.text.fill',
2325
+ stylers: {
2326
+ color: '#454d50ff'
2327
+ }
2328
+ }, {
2329
+ featureType: 'town',
2330
+ elementType: 'labels.text.stroke',
2331
+ stylers: {
2332
+ color: '#ffffffff'
2333
+ }
2334
+ }, {
2335
+ featureType: 'road',
2336
+ elementType: 'geometry.fill',
2337
+ stylers: {
2338
+ color: '#12223dff'
2339
+ }
2340
+ }, {
2341
+ featureType: 'poilabel',
2342
+ elementType: 'labels',
2343
+ stylers: {
2344
+ visibility: 'on'
2345
+ }
2346
+ }, {
2347
+ featureType: 'districtlabel',
2348
+ elementType: 'labels',
2349
+ stylers: {
2350
+ visibility: 'off'
2351
+ }
2352
+ }, {
2353
+ featureType: 'road',
2354
+ elementType: 'geometry',
2355
+ stylers: {
2356
+ visibility: 'on'
2357
+ }
2358
+ }, {
2359
+ featureType: 'road',
2360
+ elementType: 'labels',
2361
+ stylers: {
2362
+ visibility: 'off'
2363
+ }
2364
+ }, {
2365
+ featureType: 'road',
2366
+ elementType: 'geometry.stroke',
2367
+ stylers: {
2368
+ color: '#ffffff00'
2369
+ }
2370
+ }, {
2371
+ featureType: 'district',
2372
+ elementType: 'labels',
2373
+ stylers: {
2374
+ visibility: 'on'
2375
+ }
2376
+ }, {
2377
+ featureType: 'poilabel',
2378
+ elementType: 'labels.icon',
2379
+ stylers: {
2380
+ visibility: 'off'
2381
+ }
2382
+ }, {
2383
+ featureType: 'poilabel',
2384
+ elementType: 'labels.text.fill',
2385
+ stylers: {
2386
+ color: '#2dc4bbff'
2387
+ }
2388
+ }, {
2389
+ featureType: 'poilabel',
2390
+ elementType: 'labels.text.stroke',
2391
+ stylers: {
2392
+ color: '#ffffff00'
2393
+ }
2394
+ }, {
2395
+ featureType: 'manmade',
2396
+ elementType: 'geometry',
2397
+ stylers: {
2398
+ color: '#12223dff'
2399
+ }
2400
+ }, {
2401
+ featureType: 'districtlabel',
2402
+ elementType: 'labels.text.stroke',
2403
+ stylers: {
2404
+ color: '#ffffffff'
2405
+ }
2406
+ }, {
2407
+ featureType: 'entertainment',
2408
+ elementType: 'geometry',
2409
+ stylers: {
2410
+ color: '#12223dff'
2411
+ }
2412
+ }, {
2413
+ featureType: 'shopping',
2414
+ elementType: 'geometry',
2415
+ stylers: {
2416
+ color: '#12223dff'
2417
+ }
2418
+ }, {
2419
+ featureType: 'nationalway',
2420
+ stylers: {
2421
+ level: '6',
2422
+ curZoomRegionId: '0',
2423
+ curZoomRegion: '6-10'
2424
+ }
2425
+ }, {
2426
+ featureType: 'nationalway',
2427
+ stylers: {
2428
+ level: '7',
2429
+ curZoomRegionId: '0',
2430
+ curZoomRegion: '6-10'
2431
+ }
2432
+ }, {
2433
+ featureType: 'nationalway',
2434
+ stylers: {
2435
+ level: '8',
2436
+ curZoomRegionId: '0',
2437
+ curZoomRegion: '6-10'
2438
+ }
2439
+ }, {
2440
+ featureType: 'nationalway',
2441
+ stylers: {
2442
+ level: '9',
2443
+ curZoomRegionId: '0',
2444
+ curZoomRegion: '6-10'
2445
+ }
2446
+ }, {
2447
+ featureType: 'nationalway',
2448
+ stylers: {
2449
+ level: '10',
2450
+ curZoomRegionId: '0',
2451
+ curZoomRegion: '6-10'
2452
+ }
2453
+ }, {
2454
+ featureType: 'nationalway',
2455
+ elementType: 'geometry',
2456
+ stylers: {
2457
+ visibility: 'off',
2458
+ level: '6',
2459
+ curZoomRegionId: '0',
2460
+ curZoomRegion: '6-10'
2461
+ }
2462
+ }, {
2463
+ featureType: 'nationalway',
2464
+ elementType: 'geometry',
2465
+ stylers: {
2466
+ visibility: 'off',
2467
+ level: '7',
2468
+ curZoomRegionId: '0',
2469
+ curZoomRegion: '6-10'
2470
+ }
2471
+ }, {
2472
+ featureType: 'nationalway',
2473
+ elementType: 'geometry',
2474
+ stylers: {
2475
+ visibility: 'off',
2476
+ level: '8',
2477
+ curZoomRegionId: '0',
2478
+ curZoomRegion: '6-10'
2479
+ }
2480
+ }, {
2481
+ featureType: 'nationalway',
2482
+ elementType: 'geometry',
2483
+ stylers: {
2484
+ visibility: 'off',
2485
+ level: '9',
2486
+ curZoomRegionId: '0',
2487
+ curZoomRegion: '6-10'
2488
+ }
2489
+ }, {
2490
+ featureType: 'nationalway',
2491
+ elementType: 'geometry',
2492
+ stylers: {
2493
+ visibility: 'off',
2494
+ level: '10',
2495
+ curZoomRegionId: '0',
2496
+ curZoomRegion: '6-10'
2497
+ }
2498
+ }, {
2499
+ featureType: 'nationalway',
2500
+ elementType: 'labels',
2501
+ stylers: {
2502
+ visibility: 'off',
2503
+ level: '6',
2504
+ curZoomRegionId: '0',
2505
+ curZoomRegion: '6-10'
2506
+ }
2507
+ }, {
2508
+ featureType: 'nationalway',
2509
+ elementType: 'labels',
2510
+ stylers: {
2511
+ visibility: 'off',
2512
+ level: '7',
2513
+ curZoomRegionId: '0',
2514
+ curZoomRegion: '6-10'
2515
+ }
2516
+ }, {
2517
+ featureType: 'nationalway',
2518
+ elementType: 'labels',
2519
+ stylers: {
2520
+ visibility: 'off',
2521
+ level: '8',
2522
+ curZoomRegionId: '0',
2523
+ curZoomRegion: '6-10'
2524
+ }
2525
+ }, {
2526
+ featureType: 'nationalway',
2527
+ elementType: 'labels',
2528
+ stylers: {
2529
+ visibility: 'off',
2530
+ level: '9',
2531
+ curZoomRegionId: '0',
2532
+ curZoomRegion: '6-10'
2533
+ }
2534
+ }, {
2535
+ featureType: 'nationalway',
2536
+ elementType: 'labels',
2537
+ stylers: {
2538
+ visibility: 'off',
2539
+ level: '10',
2540
+ curZoomRegionId: '0',
2541
+ curZoomRegion: '6-10'
2542
+ }
2543
+ }, {
2544
+ featureType: 'cityhighway',
2545
+ stylers: {
2546
+ level: '6',
2547
+ curZoomRegionId: '0',
2548
+ curZoomRegion: '6-9'
2549
+ }
2550
+ }, {
2551
+ featureType: 'cityhighway',
2552
+ stylers: {
2553
+ level: '7',
2554
+ curZoomRegionId: '0',
2555
+ curZoomRegion: '6-9'
2556
+ }
2557
+ }, {
2558
+ featureType: 'cityhighway',
2559
+ stylers: {
2560
+ level: '8',
2561
+ curZoomRegionId: '0',
2562
+ curZoomRegion: '6-9'
2563
+ }
2564
+ }, {
2565
+ featureType: 'cityhighway',
2566
+ stylers: {
2567
+ level: '9',
2568
+ curZoomRegionId: '0',
2569
+ curZoomRegion: '6-9'
2570
+ }
2571
+ }, {
2572
+ featureType: 'cityhighway',
2573
+ elementType: 'geometry',
2574
+ stylers: {
2575
+ visibility: 'off',
2576
+ level: '6',
2577
+ curZoomRegionId: '0',
2578
+ curZoomRegion: '6-9'
2579
+ }
2580
+ }, {
2581
+ featureType: 'cityhighway',
2582
+ elementType: 'geometry',
2583
+ stylers: {
2584
+ visibility: 'off',
2585
+ level: '7',
2586
+ curZoomRegionId: '0',
2587
+ curZoomRegion: '6-9'
2588
+ }
2589
+ }, {
2590
+ featureType: 'cityhighway',
2591
+ elementType: 'geometry',
2592
+ stylers: {
2593
+ visibility: 'off',
2594
+ level: '8',
2595
+ curZoomRegionId: '0',
2596
+ curZoomRegion: '6-9'
2597
+ }
2598
+ }, {
2599
+ featureType: 'cityhighway',
2600
+ elementType: 'geometry',
2601
+ stylers: {
2602
+ visibility: 'off',
2603
+ level: '9',
2604
+ curZoomRegionId: '0',
2605
+ curZoomRegion: '6-9'
2606
+ }
2607
+ }, {
2608
+ featureType: 'cityhighway',
2609
+ elementType: 'labels',
2610
+ stylers: {
2611
+ visibility: 'off',
2612
+ level: '6',
2613
+ curZoomRegionId: '0',
2614
+ curZoomRegion: '6-9'
2615
+ }
2616
+ }, {
2617
+ featureType: 'cityhighway',
2618
+ elementType: 'labels',
2619
+ stylers: {
2620
+ visibility: 'off',
2621
+ level: '7',
2622
+ curZoomRegionId: '0',
2623
+ curZoomRegion: '6-9'
2624
+ }
2625
+ }, {
2626
+ featureType: 'cityhighway',
2627
+ elementType: 'labels',
2628
+ stylers: {
2629
+ visibility: 'off',
2630
+ level: '8',
2631
+ curZoomRegionId: '0',
2632
+ curZoomRegion: '6-9'
2633
+ }
2634
+ }, {
2635
+ featureType: 'cityhighway',
2636
+ elementType: 'labels',
2637
+ stylers: {
2638
+ visibility: 'off',
2639
+ level: '9',
2640
+ curZoomRegionId: '0',
2641
+ curZoomRegion: '6-9'
2642
+ }
2643
+ }, {
2644
+ featureType: 'subwaylabel',
2645
+ elementType: 'labels',
2646
+ stylers: {
2647
+ visibility: 'off'
2648
+ }
2649
+ }, {
2650
+ featureType: 'subwaylabel',
2651
+ elementType: 'labels.icon',
2652
+ stylers: {
2653
+ visibility: 'off'
2654
+ }
2655
+ }, {
2656
+ featureType: 'tertiarywaysign',
2657
+ elementType: 'labels',
2658
+ stylers: {
2659
+ visibility: 'off'
2660
+ }
2661
+ }, {
2662
+ featureType: 'tertiarywaysign',
2663
+ elementType: 'labels.icon',
2664
+ stylers: {
2665
+ visibility: 'off'
2666
+ }
2667
+ }, {
2668
+ featureType: 'provincialwaysign',
2669
+ elementType: 'labels',
2670
+ stylers: {
2671
+ visibility: 'off'
2672
+ }
2673
+ }, {
2674
+ featureType: 'provincialwaysign',
2675
+ elementType: 'labels.icon',
2676
+ stylers: {
2677
+ visibility: 'off'
2678
+ }
2679
+ }, {
2680
+ featureType: 'nationalwaysign',
2681
+ elementType: 'labels',
2682
+ stylers: {
2683
+ visibility: 'off'
2684
+ }
2685
+ }, {
2686
+ featureType: 'nationalwaysign',
2687
+ elementType: 'labels.icon',
2688
+ stylers: {
2689
+ visibility: 'off'
2690
+ }
2691
+ }, {
2692
+ featureType: 'highwaysign',
2693
+ elementType: 'labels',
2694
+ stylers: {
2695
+ visibility: 'off'
2696
+ }
2697
+ }, {
2698
+ featureType: 'highwaysign',
2699
+ elementType: 'labels.icon',
2700
+ stylers: {
2701
+ visibility: 'off'
2702
+ }
2703
+ }, {
2704
+ featureType: 'village',
2705
+ elementType: 'labels',
2706
+ stylers: {
2707
+ visibility: 'off'
2708
+ }
2709
+ }, {
2710
+ featureType: 'district',
2711
+ elementType: 'labels.text',
2712
+ stylers: {
2713
+ fontsize: '20'
2714
+ }
2715
+ }, {
2716
+ featureType: 'district',
2717
+ elementType: 'labels.text.fill',
2718
+ stylers: {
2719
+ color: '#2dc4bbff'
2720
+ }
2721
+ }, {
2722
+ featureType: 'district',
2723
+ elementType: 'labels.text.stroke',
2724
+ stylers: {
2725
+ color: '#ffffff00'
2726
+ }
2727
+ }, {
2728
+ featureType: 'country',
2729
+ elementType: 'labels.text.fill',
2730
+ stylers: {
2731
+ color: '#2dc4bbff'
2732
+ }
2733
+ }, {
2734
+ featureType: 'country',
2735
+ elementType: 'labels.text.stroke',
2736
+ stylers: {
2737
+ color: '#ffffff00'
2738
+ }
2739
+ }, {
2740
+ featureType: 'water',
2741
+ elementType: 'labels.text.fill',
2742
+ stylers: {
2743
+ color: '#2dc4bbff'
2744
+ }
2745
+ }, {
2746
+ featureType: 'water',
2747
+ elementType: 'labels.text.stroke',
2748
+ stylers: {
2749
+ color: '#ffffff00'
2750
+ }
2751
+ }, {
2752
+ featureType: 'cityhighway',
2753
+ elementType: 'geometry.fill',
2754
+ stylers: {
2755
+ color: '#12223dff'
2756
+ }
2757
+ }, {
2758
+ featureType: 'cityhighway',
2759
+ elementType: 'geometry.stroke',
2760
+ stylers: {
2761
+ color: '#ffffff00'
2762
+ }
2763
+ }, {
2764
+ featureType: 'tertiaryway',
2765
+ elementType: 'geometry.fill',
2766
+ stylers: {
2767
+ color: '#12223dff'
2768
+ }
2769
+ }, {
2770
+ featureType: 'tertiaryway',
2771
+ elementType: 'geometry.stroke',
2772
+ stylers: {
2773
+ color: '#ffffff10'
2774
+ }
2775
+ }, {
2776
+ featureType: 'provincialway',
2777
+ elementType: 'geometry.fill',
2778
+ stylers: {
2779
+ color: '#12223dff'
2780
+ }
2781
+ }, {
2782
+ featureType: 'provincialway',
2783
+ elementType: 'geometry.stroke',
2784
+ stylers: {
2785
+ color: '#ffffff00'
2786
+ }
2787
+ }, {
2788
+ featureType: 'nationalway',
2789
+ elementType: 'geometry.fill',
2790
+ stylers: {
2791
+ color: '#12223dff'
2792
+ }
2793
+ }, {
2794
+ featureType: 'nationalway',
2795
+ elementType: 'geometry.stroke',
2796
+ stylers: {
2797
+ color: '#ffffff00'
2798
+ }
2799
+ }, {
2800
+ featureType: 'highway',
2801
+ elementType: 'labels.text',
2802
+ stylers: {
2803
+ fontsize: '20'
2804
+ }
2805
+ }, {
2806
+ featureType: 'nationalway',
2807
+ elementType: 'labels.text.stroke',
2808
+ stylers: {
2809
+ color: '#ffffff00'
2810
+ }
2811
+ }, {
2812
+ featureType: 'nationalway',
2813
+ elementType: 'labels.text.fill',
2814
+ stylers: {
2815
+ color: '#12223dff'
2816
+ }
2817
+ }, {
2818
+ featureType: 'nationalway',
2819
+ elementType: 'labels.text',
2820
+ stylers: {
2821
+ fontsize: '20'
2822
+ }
2823
+ }, {
2824
+ featureType: 'provincialway',
2825
+ elementType: 'labels.text.fill',
2826
+ stylers: {
2827
+ color: '#12223dff'
2828
+ }
2829
+ }, {
2830
+ featureType: 'provincialway',
2831
+ elementType: 'labels.text.stroke',
2832
+ stylers: {
2833
+ color: '#ffffff00'
2834
+ }
2835
+ }, {
2836
+ featureType: 'provincialway',
2837
+ elementType: 'labels.text',
2838
+ stylers: {
2839
+ fontsize: '20'
2840
+ }
2841
+ }, {
2842
+ featureType: 'cityhighway',
2843
+ elementType: 'labels.text.fill',
2844
+ stylers: {
2845
+ color: '#12223dff'
2846
+ }
2847
+ }, {
2848
+ featureType: 'cityhighway',
2849
+ elementType: 'labels.text',
2850
+ stylers: {
2851
+ fontsize: '20'
2852
+ }
2853
+ }, {
2854
+ featureType: 'cityhighway',
2855
+ elementType: 'labels.text.stroke',
2856
+ stylers: {
2857
+ color: '#ffffff00'
2858
+ }
2859
+ }, {
2860
+ featureType: 'estate',
2861
+ elementType: 'geometry',
2862
+ stylers: {
2863
+ color: '#12223dff'
2864
+ }
2865
+ }, {
2866
+ featureType: 'tertiaryway',
2867
+ elementType: 'labels.text.fill',
2868
+ stylers: {
2869
+ color: '#2dc4bbff'
2870
+ }
2871
+ }, {
2872
+ featureType: 'tertiaryway',
2873
+ elementType: 'labels.text.stroke',
2874
+ stylers: {
2875
+ color: '#ffffff00'
2876
+ }
2877
+ }, {
2878
+ featureType: 'fourlevelway',
2879
+ elementType: 'labels.text.fill',
2880
+ stylers: {
2881
+ color: '#2dc4bbff'
2882
+ }
2883
+ }, {
2884
+ featureType: 'fourlevelway',
2885
+ elementType: 'labels.text.stroke',
2886
+ stylers: {
2887
+ color: '#ffffff00'
2888
+ }
2889
+ }, {
2890
+ featureType: 'scenicspotsway',
2891
+ elementType: 'geometry.fill',
2892
+ stylers: {
2893
+ color: '#12223dff'
2894
+ }
2895
+ }, {
2896
+ featureType: 'scenicspotsway',
2897
+ elementType: 'geometry.stroke',
2898
+ stylers: {
2899
+ color: '#ffffff00'
2900
+ }
2901
+ }, {
2902
+ featureType: 'universityway',
2903
+ elementType: 'geometry.fill',
2904
+ stylers: {
2905
+ color: '#12223dff'
2906
+ }
2907
+ }, {
2908
+ featureType: 'universityway',
2909
+ elementType: 'geometry.stroke',
2910
+ stylers: {
2911
+ color: '#ffffff00'
2912
+ }
2913
+ }, {
2914
+ featureType: 'vacationway',
2915
+ elementType: 'geometry.fill',
2916
+ stylers: {
2917
+ color: '#12223dff'
2918
+ }
2919
+ }, {
2920
+ featureType: 'vacationway',
2921
+ elementType: 'geometry.stroke',
2922
+ stylers: {
2923
+ color: '#ffffff00'
2924
+ }
2925
+ }, {
2926
+ featureType: 'fourlevelway',
2927
+ elementType: 'geometry',
2928
+ stylers: {
2929
+ visibility: 'on'
2930
+ }
2931
+ }, {
2932
+ featureType: 'fourlevelway',
2933
+ elementType: 'geometry.fill',
2934
+ stylers: {
2935
+ color: '#12223dff'
2936
+ }
2937
+ }, {
2938
+ featureType: 'fourlevelway',
2939
+ elementType: 'geometry.stroke',
2940
+ stylers: {
2941
+ color: '#ffffff00'
2942
+ }
2943
+ }, {
2944
+ featureType: 'transportationlabel',
2945
+ elementType: 'labels',
2946
+ stylers: {
2947
+ visibility: 'on'
2948
+ }
2949
+ }, {
2950
+ featureType: 'transportationlabel',
2951
+ elementType: 'labels.icon',
2952
+ stylers: {
2953
+ visibility: 'off'
2954
+ }
2955
+ }, {
2956
+ featureType: 'transportationlabel',
2957
+ elementType: 'labels.text.fill',
2958
+ stylers: {
2959
+ color: '#2dc4bbff'
2960
+ }
2961
+ }, {
2962
+ featureType: 'transportationlabel',
2963
+ elementType: 'labels.text.stroke',
2964
+ stylers: {
2965
+ color: '#ffffff00'
2966
+ }
2967
+ }, {
2968
+ featureType: 'educationlabel',
2969
+ elementType: 'labels',
2970
+ stylers: {
2971
+ visibility: 'on'
2972
+ }
2973
+ }, {
2974
+ featureType: 'educationlabel',
2975
+ elementType: 'labels.icon',
2976
+ stylers: {
2977
+ visibility: 'off'
2978
+ }
2979
+ }, {
2980
+ featureType: 'educationlabel',
2981
+ elementType: 'labels.text.fill',
2982
+ stylers: {
2983
+ color: '#2dc4bbff'
2984
+ }
2985
+ }, {
2986
+ featureType: 'educationlabel',
2987
+ elementType: 'labels.text.stroke',
2988
+ stylers: {
2989
+ color: '#ffffff00'
2990
+ }
2991
+ }, {
2992
+ featureType: 'transportation',
2993
+ elementType: 'geometry',
2994
+ stylers: {
2995
+ color: '#113549ff'
2996
+ }
2997
+ }, {
2998
+ featureType: 'airportlabel',
2999
+ elementType: 'labels.text.fill',
3000
+ stylers: {
3001
+ color: '#2dc4bbff'
3002
+ }
3003
+ }, {
3004
+ featureType: 'airportlabel',
3005
+ elementType: 'labels.text.stroke',
3006
+ stylers: {
3007
+ color: '#ffffff00'
3008
+ }
3009
+ }, {
3010
+ featureType: 'scenicspotslabel',
3011
+ elementType: 'labels.text.fill',
3012
+ stylers: {
3013
+ color: '#2dc4bbff'
3014
+ }
3015
+ }, {
3016
+ featureType: 'scenicspotslabel',
3017
+ elementType: 'labels.text.stroke',
3018
+ stylers: {
3019
+ color: '#ffffff00'
3020
+ }
3021
+ }, {
3022
+ featureType: 'medicallabel',
3023
+ elementType: 'labels.text.fill',
3024
+ stylers: {
3025
+ color: '#2dc4bbff'
3026
+ }
3027
+ }, {
3028
+ featureType: 'medicallabel',
3029
+ elementType: 'labels.text.stroke',
3030
+ stylers: {
3031
+ color: '#ffffff00'
3032
+ }
3033
+ }, {
3034
+ featureType: 'medicallabel',
3035
+ elementType: 'labels.icon',
3036
+ stylers: {
3037
+ visibility: 'off'
3038
+ }
3039
+ }, {
3040
+ featureType: 'scenicspotslabel',
3041
+ elementType: 'labels.icon',
3042
+ stylers: {
3043
+ visibility: 'off'
3044
+ }
3045
+ }, {
3046
+ featureType: 'airportlabel',
3047
+ elementType: 'labels.icon',
3048
+ stylers: {
3049
+ visibility: 'off'
3050
+ }
3051
+ }, {
3052
+ featureType: 'entertainmentlabel',
3053
+ elementType: 'labels.icon',
3054
+ stylers: {
3055
+ visibility: 'off'
3056
+ }
3057
+ }, {
3058
+ featureType: 'entertainmentlabel',
3059
+ elementType: 'labels.text.fill',
3060
+ stylers: {
3061
+ color: '#2dc4bbff'
3062
+ }
3063
+ }, {
3064
+ featureType: 'entertainmentlabel',
3065
+ elementType: 'labels.text.stroke',
3066
+ stylers: {
3067
+ color: '#ffffff00'
3068
+ }
3069
+ }, {
3070
+ featureType: 'estatelabel',
3071
+ elementType: 'labels.icon',
3072
+ stylers: {
3073
+ visibility: 'off'
3074
+ }
3075
+ }, {
3076
+ featureType: 'estatelabel',
3077
+ elementType: 'labels.text.fill',
3078
+ stylers: {
3079
+ color: '#2dc4bbff'
3080
+ }
3081
+ }, {
3082
+ featureType: 'estatelabel',
3083
+ elementType: 'labels.text.stroke',
3084
+ stylers: {
3085
+ color: '#ffffff00'
3086
+ }
3087
+ }, {
3088
+ featureType: 'businesstowerlabel',
3089
+ elementType: 'labels.text.fill',
3090
+ stylers: {
3091
+ color: '#2dc4bbff'
3092
+ }
3093
+ }, {
3094
+ featureType: 'businesstowerlabel',
3095
+ elementType: 'labels.text.stroke',
3096
+ stylers: {
3097
+ color: '#ffffff00'
3098
+ }
3099
+ }, {
3100
+ featureType: 'businesstowerlabel',
3101
+ elementType: 'labels.icon',
3102
+ stylers: {
3103
+ visibility: 'off'
3104
+ }
3105
+ }, {
3106
+ featureType: 'companylabel',
3107
+ elementType: 'labels.text.fill',
3108
+ stylers: {
3109
+ color: '#2dc4bbff'
3110
+ }
3111
+ }, {
3112
+ featureType: 'companylabel',
3113
+ elementType: 'labels.text.stroke',
3114
+ stylers: {
3115
+ color: '#ffffff00'
3116
+ }
3117
+ }, {
3118
+ featureType: 'companylabel',
3119
+ elementType: 'labels.icon',
3120
+ stylers: {
3121
+ visibility: 'off'
3122
+ }
3123
+ }, {
3124
+ featureType: 'governmentlabel',
3125
+ elementType: 'labels.icon',
3126
+ stylers: {
3127
+ visibility: 'off'
3128
+ }
3129
+ }, {
3130
+ featureType: 'governmentlabel',
3131
+ elementType: 'labels.text.fill',
3132
+ stylers: {
3133
+ color: '#2dc4bbff'
3134
+ }
3135
+ }, {
3136
+ featureType: 'governmentlabel',
3137
+ elementType: 'labels.text.stroke',
3138
+ stylers: {
3139
+ color: '#ffffff00'
3140
+ }
3141
+ }, {
3142
+ featureType: 'restaurantlabel',
3143
+ elementType: 'labels.text.fill',
3144
+ stylers: {
3145
+ color: '#2dc4bbff'
3146
+ }
3147
+ }, {
3148
+ featureType: 'restaurantlabel',
3149
+ elementType: 'labels.text.stroke',
3150
+ stylers: {
3151
+ color: '#ffffff00'
3152
+ }
3153
+ }, {
3154
+ featureType: 'restaurantlabel',
3155
+ elementType: 'labels.icon',
3156
+ stylers: {
3157
+ visibility: 'off'
3158
+ }
3159
+ }, {
3160
+ featureType: 'hotellabel',
3161
+ elementType: 'labels.icon',
3162
+ stylers: {
3163
+ visibility: 'off'
3164
+ }
3165
+ }, {
3166
+ featureType: 'hotellabel',
3167
+ elementType: 'labels.text.fill',
3168
+ stylers: {
3169
+ color: '#2dc4bbff'
3170
+ }
3171
+ }, {
3172
+ featureType: 'hotellabel',
3173
+ elementType: 'labels.text.stroke',
3174
+ stylers: {
3175
+ color: '#ffffff00'
3176
+ }
3177
+ }, {
3178
+ featureType: 'shoppinglabel',
3179
+ elementType: 'labels.text.fill',
3180
+ stylers: {
3181
+ color: '#2dc4bbff'
3182
+ }
3183
+ }, {
3184
+ featureType: 'shoppinglabel',
3185
+ elementType: 'labels.text.stroke',
3186
+ stylers: {
3187
+ color: '#ffffff00'
3188
+ }
3189
+ }, {
3190
+ featureType: 'shoppinglabel',
3191
+ elementType: 'labels.icon',
3192
+ stylers: {
3193
+ visibility: 'off'
3194
+ }
3195
+ }, {
3196
+ featureType: 'lifeservicelabel',
3197
+ elementType: 'labels.text.fill',
3198
+ stylers: {
3199
+ color: '#2dc4bbff'
3200
+ }
3201
+ }, {
3202
+ featureType: 'lifeservicelabel',
3203
+ elementType: 'labels.text.stroke',
3204
+ stylers: {
3205
+ color: '#ffffff00'
3206
+ }
3207
+ }, {
3208
+ featureType: 'lifeservicelabel',
3209
+ elementType: 'labels.icon',
3210
+ stylers: {
3211
+ visibility: 'off'
3212
+ }
3213
+ }, {
3214
+ featureType: 'carservicelabel',
3215
+ elementType: 'labels.text.fill',
3216
+ stylers: {
3217
+ color: '#2dc4bbff'
3218
+ }
3219
+ }, {
3220
+ featureType: 'carservicelabel',
3221
+ elementType: 'labels.text.stroke',
3222
+ stylers: {
3223
+ color: '#ffffff00'
3224
+ }
3225
+ }, {
3226
+ featureType: 'carservicelabel',
3227
+ elementType: 'labels.icon',
3228
+ stylers: {
3229
+ visibility: 'off'
3230
+ }
3231
+ }, {
3232
+ featureType: 'financelabel',
3233
+ elementType: 'labels.text.fill',
3234
+ stylers: {
3235
+ color: '#2dc4bbff'
3236
+ }
3237
+ }, {
3238
+ featureType: 'financelabel',
3239
+ elementType: 'labels.text.stroke',
3240
+ stylers: {
3241
+ color: '#ffffff00'
3242
+ }
3243
+ }, {
3244
+ featureType: 'financelabel',
3245
+ elementType: 'labels.icon',
3246
+ stylers: {
3247
+ visibility: 'off'
3248
+ }
3249
+ }, {
3250
+ featureType: 'otherlabel',
3251
+ elementType: 'labels.text.fill',
3252
+ stylers: {
3253
+ color: '#2dc4bbff'
3254
+ }
3255
+ }, {
3256
+ featureType: 'otherlabel',
3257
+ elementType: 'labels.text.stroke',
3258
+ stylers: {
3259
+ color: '#ffffff00'
3260
+ }
3261
+ }, {
3262
+ featureType: 'otherlabel',
3263
+ elementType: 'labels.icon',
3264
+ stylers: {
3265
+ visibility: 'off'
3266
+ }
3267
+ }, {
3268
+ featureType: 'manmade',
3269
+ elementType: 'labels.text.fill',
3270
+ stylers: {
3271
+ color: '#2dc4bbff'
3272
+ }
3273
+ }, {
3274
+ featureType: 'manmade',
3275
+ elementType: 'labels.text.stroke',
3276
+ stylers: {
3277
+ color: '#ffffff00'
3278
+ }
3279
+ }, {
3280
+ featureType: 'transportation',
3281
+ elementType: 'labels.text.fill',
3282
+ stylers: {
3283
+ color: '#2dc4bbff'
3284
+ }
3285
+ }, {
3286
+ featureType: 'transportation',
3287
+ elementType: 'labels.text.stroke',
3288
+ stylers: {
3289
+ color: '#ffffff00'
3290
+ }
3291
+ }, {
3292
+ featureType: 'education',
3293
+ elementType: 'labels.text.fill',
3294
+ stylers: {
3295
+ color: '#2dc4bbff'
3296
+ }
3297
+ }, {
3298
+ featureType: 'education',
3299
+ elementType: 'labels.text.stroke',
3300
+ stylers: {
3301
+ color: '#ffffff00'
3302
+ }
3303
+ }, {
3304
+ featureType: 'medical',
3305
+ elementType: 'labels.text.fill',
3306
+ stylers: {
3307
+ color: '#2dc4bbff'
3308
+ }
3309
+ }, {
3310
+ featureType: 'medical',
3311
+ elementType: 'labels.text.stroke',
3312
+ stylers: {
3313
+ color: '#ffffff00'
3314
+ }
3315
+ }, {
3316
+ featureType: 'scenicspots',
3317
+ elementType: 'labels.text.fill',
3318
+ stylers: {
3319
+ color: '#2dc4bbff'
3320
+ }
3321
+ }, {
3322
+ featureType: 'scenicspots',
3323
+ elementType: 'labels.text.stroke',
3324
+ stylers: {
3325
+ color: '#ffffff00'
3326
+ }
3327
+ }];
3328
+ exports.customStyle = customStyle;
3329
+ var customStyle2D = [{
3330
+ featureType: 'land',
3331
+ elementType: 'geometry',
3332
+ stylers: {
3333
+ visibility: 'on',
3334
+ color: '#091220ff'
3335
+ }
3336
+ }, {
3337
+ featureType: 'water',
3338
+ elementType: 'geometry',
3339
+ stylers: {
3340
+ visibility: 'on',
3341
+ color: '#113549ff'
3342
+ }
3343
+ }, {
3344
+ featureType: 'green',
3345
+ elementType: 'geometry',
3346
+ stylers: {
3347
+ visibility: 'on',
3348
+ color: '#0e1b30ff'
3349
+ }
3350
+ }, {
3351
+ featureType: 'building',
3352
+ elementType: 'geometry',
3353
+ stylers: {
3354
+ visibility: 'on'
3355
+ }
3356
+ }, {
3357
+ featureType: 'building',
3358
+ elementType: 'geometry.topfill',
3359
+ stylers: {
3360
+ color: '#113549ff'
3361
+ }
3362
+ }, {
3363
+ featureType: 'building',
3364
+ elementType: 'geometry.sidefill',
3365
+ stylers: {
3366
+ color: '#143e56ff'
3367
+ }
3368
+ }, {
3369
+ featureType: 'building',
3370
+ elementType: 'geometry.stroke',
3371
+ stylers: {
3372
+ color: '#dadada00'
3373
+ }
3374
+ }, {
3375
+ featureType: 'subwaystation',
3376
+ elementType: 'geometry',
3377
+ stylers: {
3378
+ visibility: 'on',
3379
+ color: '#113549B2'
3380
+ }
3381
+ }, {
3382
+ featureType: 'education',
3383
+ elementType: 'geometry',
3384
+ stylers: {
3385
+ visibility: 'on',
3386
+ color: '#12223dff'
3387
+ }
3388
+ }, {
3389
+ featureType: 'medical',
3390
+ elementType: 'geometry',
3391
+ stylers: {
3392
+ visibility: 'on',
3393
+ color: '#12223dff'
3394
+ }
3395
+ }, {
3396
+ featureType: 'scenicspots',
3397
+ elementType: 'geometry',
3398
+ stylers: {
3399
+ visibility: 'on',
3400
+ color: '#12223dff'
3401
+ }
3402
+ }, {
3403
+ featureType: 'highway',
3404
+ elementType: 'geometry',
3405
+ stylers: {
3406
+ visibility: 'on',
3407
+ weight: '4'
3408
+ }
3409
+ }, {
3410
+ featureType: 'highway',
3411
+ elementType: 'geometry.fill',
3412
+ stylers: {
3413
+ color: '#50e3c2ff'
3414
+ }
3415
+ }, {
3416
+ featureType: 'highway',
3417
+ elementType: 'geometry.stroke',
3418
+ stylers: {
3419
+ color: '#fed66900',
3420
+ opacity: '00'
3421
+ }
3422
+ }, {
3423
+ featureType: 'highway',
3424
+ elementType: 'labels',
3425
+ stylers: {
3426
+ visibility: 'on'
3427
+ }
3428
+ }, {
3429
+ featureType: 'highway',
3430
+ elementType: 'labels.text.fill',
3431
+ stylers: {
3432
+ color: '#ffffffff',
3433
+ weight: 40
3434
+ }
3435
+ }, {
3436
+ featureType: 'highway',
3437
+ elementType: 'labels.text.stroke',
3438
+ stylers: {
3439
+ color: '#000000ff',
3440
+ weight: 2
3441
+ }
3442
+ }, {
3443
+ featureType: 'highway',
3444
+ elementType: 'labels.icon',
3445
+ stylers: {
3446
+ visibility: 'on'
3447
+ }
3448
+ }, {
3449
+ featureType: 'arterial',
3450
+ elementType: 'geometry',
3451
+ stylers: {
3452
+ visibility: 'on',
3453
+ weight: 3
3454
+ }
3455
+ }, {
3456
+ featureType: 'arterial',
3457
+ elementType: 'geometry.fill',
3458
+ stylers: {
3459
+ color: '#2dc4bbff'
3460
+ }
3461
+ }, {
3462
+ featureType: 'arterial',
3463
+ elementType: 'geometry.stroke',
3464
+ stylers: {
3465
+ color: '#ffeebb00'
3466
+ }
3467
+ }, {
3468
+ featureType: 'arterial',
3469
+ elementType: 'labels',
3470
+ stylers: {
3471
+ visibility: 'on'
3472
+ }
3473
+ }, {
3474
+ featureType: 'arterial',
3475
+ elementType: 'labels.text.fill',
3476
+ stylers: {
3477
+ color: '#ffffffff',
3478
+ weight: 40
3479
+ }
3480
+ }, {
3481
+ featureType: 'arterial',
3482
+ elementType: 'labels.text.stroke',
3483
+ stylers: {
3484
+ color: '#00000000'
3485
+ }
3486
+ }, {
3487
+ featureType: 'local',
3488
+ elementType: 'geometry',
3489
+ stylers: {
3490
+ visibility: 'on',
3491
+ weight: '1'
3492
+ }
3493
+ }, {
3494
+ featureType: 'local',
3495
+ elementType: 'geometry.fill',
3496
+ stylers: {
3497
+ color: '#12223dff'
3498
+ }
3499
+ }, {
3500
+ featureType: 'local',
3501
+ elementType: 'geometry.stroke',
3502
+ stylers: {
3503
+ color: '#ffffff00'
3504
+ }
3505
+ }, {
3506
+ featureType: 'local',
3507
+ elementType: 'labels',
3508
+ stylers: {
3509
+ visibility: 'on'
3510
+ }
3511
+ }, {
3512
+ featureType: 'local',
3513
+ elementType: 'labels.text.fill',
3514
+ stylers: {
3515
+ color: '#979c9aff'
3516
+ }
3517
+ }, {
3518
+ featureType: 'local',
3519
+ elementType: 'labels.text.stroke',
3520
+ stylers: {
3521
+ color: '#ffffffff'
3522
+ }
3523
+ }, {
3524
+ featureType: 'railway',
3525
+ elementType: 'geometry',
3526
+ stylers: {
3527
+ visibility: 'off'
3528
+ }
3529
+ }, {
3530
+ featureType: 'subway',
3531
+ elementType: 'geometry',
3532
+ stylers: {
3533
+ visibility: 'off',
3534
+ weight: '1'
3535
+ }
3536
+ }, {
3537
+ featureType: 'subway',
3538
+ elementType: 'geometry.fill',
3539
+ stylers: {
3540
+ color: '#d8d8d8ff'
3541
+ }
3542
+ }, {
3543
+ featureType: 'subway',
3544
+ elementType: 'geometry.stroke',
3545
+ stylers: {
3546
+ color: '#ffffff00'
3547
+ }
3548
+ }, {
3549
+ featureType: 'subway',
3550
+ elementType: 'labels',
3551
+ stylers: {
3552
+ visibility: 'on'
3553
+ }
3554
+ }, {
3555
+ featureType: 'subway',
3556
+ elementType: 'labels.text.fill',
3557
+ stylers: {
3558
+ color: '#979c9aff'
3559
+ }
3560
+ }, {
3561
+ featureType: 'subway',
3562
+ elementType: 'labels.text.stroke',
3563
+ stylers: {
3564
+ color: '#ffffffff'
3565
+ }
3566
+ }, {
3567
+ featureType: 'continent',
3568
+ elementType: 'labels',
3569
+ stylers: {
3570
+ visibility: 'on'
3571
+ }
3572
+ }, {
3573
+ featureType: 'continent',
3574
+ elementType: 'labels.icon',
3575
+ stylers: {
3576
+ visibility: 'on'
3577
+ }
3578
+ }, {
3579
+ featureType: 'continent',
3580
+ elementType: 'labels.text.fill',
3581
+ stylers: {
3582
+ color: '#2dc4bbff'
3583
+ }
3584
+ }, {
3585
+ featureType: 'continent',
3586
+ elementType: 'labels.text.stroke',
3587
+ stylers: {
3588
+ color: '#ffffff00'
3589
+ }
3590
+ }, {
3591
+ featureType: 'city',
3592
+ elementType: 'labels.icon',
3593
+ stylers: {
3594
+ visibility: 'off'
3595
+ }
3596
+ }, {
3597
+ featureType: 'city',
3598
+ elementType: 'labels',
3599
+ stylers: {
3600
+ visibility: 'on'
3601
+ }
3602
+ }, {
3603
+ featureType: 'city',
3604
+ elementType: 'labels.text.fill',
3605
+ stylers: {
3606
+ color: '#2dc4bbff'
3607
+ }
3608
+ }, {
3609
+ featureType: 'city',
3610
+ elementType: 'labels.text.stroke',
3611
+ stylers: {
3612
+ color: '#ffffff00'
3613
+ }
3614
+ }, {
3615
+ featureType: 'town',
3616
+ elementType: 'labels.icon',
3617
+ stylers: {
3618
+ visibility: 'on'
3619
+ }
3620
+ }, {
3621
+ featureType: 'town',
3622
+ elementType: 'labels',
3623
+ stylers: {
3624
+ visibility: 'off'
3625
+ }
3626
+ }, {
3627
+ featureType: 'town',
3628
+ elementType: 'labels.text.fill',
3629
+ stylers: {
3630
+ color: '#454d50ff'
3631
+ }
3632
+ }, {
3633
+ featureType: 'town',
3634
+ elementType: 'labels.text.stroke',
3635
+ stylers: {
3636
+ color: '#ffffffff'
3637
+ }
3638
+ }, {
3639
+ featureType: 'road',
3640
+ elementType: 'geometry.fill',
3641
+ stylers: {
3642
+ color: '#12223dff'
3643
+ }
3644
+ }, {
3645
+ featureType: 'poilabel',
3646
+ elementType: 'labels',
3647
+ stylers: {
3648
+ visibility: 'on'
3649
+ }
3650
+ }, {
3651
+ featureType: 'districtlabel',
3652
+ elementType: 'labels',
3653
+ stylers: {
3654
+ visibility: 'off'
3655
+ }
3656
+ }, {
3657
+ featureType: 'road',
3658
+ elementType: 'geometry',
3659
+ stylers: {
3660
+ visibility: 'on'
3661
+ }
3662
+ }, {
3663
+ featureType: 'road',
3664
+ elementType: 'labels',
3665
+ stylers: {
3666
+ visibility: 'on'
3667
+ }
3668
+ }, {
3669
+ featureType: 'road',
3670
+ elementType: 'geometry.stroke',
3671
+ stylers: {
3672
+ color: '#ffffff00'
3673
+ }
3674
+ }, {
3675
+ featureType: 'district',
3676
+ elementType: 'labels',
3677
+ stylers: {
3678
+ visibility: 'on'
3679
+ }
3680
+ }, {
3681
+ featureType: 'poilabel',
3682
+ elementType: 'labels.icon',
3683
+ stylers: {
3684
+ visibility: 'off'
3685
+ }
3686
+ }, {
3687
+ featureType: 'poilabel',
3688
+ elementType: 'labels.text.fill',
3689
+ stylers: {
3690
+ color: '#2dc4bbff'
3691
+ }
3692
+ }, {
3693
+ featureType: 'poilabel',
3694
+ elementType: 'labels.text.stroke',
3695
+ stylers: {
3696
+ color: '#ffffff00'
3697
+ }
3698
+ }, {
3699
+ featureType: 'manmade',
3700
+ elementType: 'geometry',
3701
+ stylers: {
3702
+ color: '#12223dff'
3703
+ }
3704
+ }, {
3705
+ featureType: 'districtlabel',
3706
+ elementType: 'labels.text.stroke',
3707
+ stylers: {
3708
+ color: '#ffffffff'
3709
+ }
3710
+ }, {
3711
+ featureType: 'entertainment',
3712
+ elementType: 'geometry',
3713
+ stylers: {
3714
+ color: '#12223dff'
3715
+ }
3716
+ }, {
3717
+ featureType: 'shopping',
3718
+ elementType: 'geometry',
3719
+ stylers: {
3720
+ color: '#12223dff'
3721
+ }
3722
+ }, {
3723
+ featureType: 'nationalway',
3724
+ stylers: {
3725
+ level: '6',
3726
+ curZoomRegionId: '0',
3727
+ curZoomRegion: '6-10'
3728
+ }
3729
+ }, {
3730
+ featureType: 'nationalway',
3731
+ stylers: {
3732
+ level: '7',
3733
+ curZoomRegionId: '0',
3734
+ curZoomRegion: '6-10'
3735
+ }
3736
+ }, {
3737
+ featureType: 'nationalway',
3738
+ stylers: {
3739
+ level: '8',
3740
+ curZoomRegionId: '0',
3741
+ curZoomRegion: '6-10'
3742
+ }
3743
+ }, {
3744
+ featureType: 'nationalway',
3745
+ stylers: {
3746
+ level: '9',
3747
+ curZoomRegionId: '0',
3748
+ curZoomRegion: '6-10'
3749
+ }
3750
+ }, {
3751
+ featureType: 'nationalway',
3752
+ stylers: {
3753
+ level: '10',
3754
+ curZoomRegionId: '0',
3755
+ curZoomRegion: '6-10'
3756
+ }
3757
+ }, {
3758
+ featureType: 'nationalway',
3759
+ elementType: 'geometry',
3760
+ stylers: {
3761
+ visibility: 'off',
3762
+ level: '6',
3763
+ curZoomRegionId: '0',
3764
+ curZoomRegion: '6-10'
3765
+ }
3766
+ }, {
3767
+ featureType: 'nationalway',
3768
+ elementType: 'geometry',
3769
+ stylers: {
3770
+ visibility: 'off',
3771
+ level: '7',
3772
+ curZoomRegionId: '0',
3773
+ curZoomRegion: '6-10'
3774
+ }
3775
+ }, {
3776
+ featureType: 'nationalway',
3777
+ elementType: 'geometry',
3778
+ stylers: {
3779
+ visibility: 'off',
3780
+ level: '8',
3781
+ curZoomRegionId: '0',
3782
+ curZoomRegion: '6-10'
3783
+ }
3784
+ }, {
3785
+ featureType: 'nationalway',
3786
+ elementType: 'geometry',
3787
+ stylers: {
3788
+ visibility: 'off',
3789
+ level: '9',
3790
+ curZoomRegionId: '0',
3791
+ curZoomRegion: '6-10'
3792
+ }
3793
+ }, {
3794
+ featureType: 'nationalway',
3795
+ elementType: 'geometry',
3796
+ stylers: {
3797
+ visibility: 'off',
3798
+ level: '10',
3799
+ curZoomRegionId: '0',
3800
+ curZoomRegion: '6-10'
3801
+ }
3802
+ }, {
3803
+ featureType: 'nationalway',
3804
+ elementType: 'labels',
3805
+ stylers: {
3806
+ visibility: 'off',
3807
+ level: '6',
3808
+ curZoomRegionId: '0',
3809
+ curZoomRegion: '6-10'
3810
+ }
3811
+ }, {
3812
+ featureType: 'nationalway',
3813
+ elementType: 'labels',
3814
+ stylers: {
3815
+ visibility: 'off',
3816
+ level: '7',
3817
+ curZoomRegionId: '0',
3818
+ curZoomRegion: '6-10'
3819
+ }
3820
+ }, {
3821
+ featureType: 'nationalway',
3822
+ elementType: 'labels',
3823
+ stylers: {
3824
+ visibility: 'off',
3825
+ level: '8',
3826
+ curZoomRegionId: '0',
3827
+ curZoomRegion: '6-10'
3828
+ }
3829
+ }, {
3830
+ featureType: 'nationalway',
3831
+ elementType: 'labels',
3832
+ stylers: {
3833
+ visibility: 'off',
3834
+ level: '9',
3835
+ curZoomRegionId: '0',
3836
+ curZoomRegion: '6-10'
3837
+ }
3838
+ }, {
3839
+ featureType: 'nationalway',
3840
+ elementType: 'labels',
3841
+ stylers: {
3842
+ visibility: 'off',
3843
+ level: '10',
3844
+ curZoomRegionId: '0',
3845
+ curZoomRegion: '6-10'
3846
+ }
3847
+ }, {
3848
+ featureType: 'cityhighway',
3849
+ stylers: {
3850
+ level: '6',
3851
+ curZoomRegionId: '0',
3852
+ curZoomRegion: '6-9'
3853
+ }
3854
+ }, {
3855
+ featureType: 'cityhighway',
3856
+ stylers: {
3857
+ level: '7',
3858
+ curZoomRegionId: '0',
3859
+ curZoomRegion: '6-9'
3860
+ }
3861
+ }, {
3862
+ featureType: 'cityhighway',
3863
+ stylers: {
3864
+ level: '8',
3865
+ curZoomRegionId: '0',
3866
+ curZoomRegion: '6-9'
3867
+ }
3868
+ }, {
3869
+ featureType: 'cityhighway',
3870
+ stylers: {
3871
+ level: '9',
3872
+ curZoomRegionId: '0',
3873
+ curZoomRegion: '6-9'
3874
+ }
3875
+ }, {
3876
+ featureType: 'cityhighway',
3877
+ elementType: 'geometry',
3878
+ stylers: {
3879
+ visibility: 'off',
3880
+ level: '6',
3881
+ curZoomRegionId: '0',
3882
+ curZoomRegion: '6-9'
3883
+ }
3884
+ }, {
3885
+ featureType: 'cityhighway',
3886
+ elementType: 'geometry',
3887
+ stylers: {
3888
+ visibility: 'off',
3889
+ level: '7',
3890
+ curZoomRegionId: '0',
3891
+ curZoomRegion: '6-9'
3892
+ }
3893
+ }, {
3894
+ featureType: 'cityhighway',
3895
+ elementType: 'geometry',
3896
+ stylers: {
3897
+ visibility: 'off',
3898
+ level: '8',
3899
+ curZoomRegionId: '0',
3900
+ curZoomRegion: '6-9'
3901
+ }
3902
+ }, {
3903
+ featureType: 'cityhighway',
3904
+ elementType: 'geometry',
3905
+ stylers: {
3906
+ visibility: 'off',
3907
+ level: '9',
3908
+ curZoomRegionId: '0',
3909
+ curZoomRegion: '6-9'
3910
+ }
3911
+ }, {
3912
+ featureType: 'cityhighway',
3913
+ elementType: 'labels',
3914
+ stylers: {
3915
+ visibility: 'off',
3916
+ level: '6',
3917
+ curZoomRegionId: '0',
3918
+ curZoomRegion: '6-9'
3919
+ }
3920
+ }, {
3921
+ featureType: 'cityhighway',
3922
+ elementType: 'labels',
3923
+ stylers: {
3924
+ visibility: 'off',
3925
+ level: '7',
3926
+ curZoomRegionId: '0',
3927
+ curZoomRegion: '6-9'
3928
+ }
3929
+ }, {
3930
+ featureType: 'cityhighway',
3931
+ elementType: 'labels',
3932
+ stylers: {
3933
+ visibility: 'off',
3934
+ level: '8',
3935
+ curZoomRegionId: '0',
3936
+ curZoomRegion: '6-9'
3937
+ }
3938
+ }, {
3939
+ featureType: 'cityhighway',
3940
+ elementType: 'labels',
3941
+ stylers: {
3942
+ visibility: 'off',
3943
+ level: '9',
3944
+ curZoomRegionId: '0',
3945
+ curZoomRegion: '6-9'
3946
+ }
3947
+ }, {
3948
+ featureType: 'subwaylabel',
3949
+ elementType: 'labels',
3950
+ stylers: {
3951
+ visibility: 'off'
3952
+ }
3953
+ }, {
3954
+ featureType: 'subwaylabel',
3955
+ elementType: 'labels.icon',
3956
+ stylers: {
3957
+ visibility: 'off'
3958
+ }
3959
+ }, {
3960
+ featureType: 'tertiarywaysign',
3961
+ elementType: 'labels',
3962
+ stylers: {
3963
+ visibility: 'off'
3964
+ }
3965
+ }, {
3966
+ featureType: 'tertiarywaysign',
3967
+ elementType: 'labels.icon',
3968
+ stylers: {
3969
+ visibility: 'off'
3970
+ }
3971
+ }, {
3972
+ featureType: 'provincialwaysign',
3973
+ elementType: 'labels',
3974
+ stylers: {
3975
+ visibility: 'off'
3976
+ }
3977
+ }, {
3978
+ featureType: 'provincialwaysign',
3979
+ elementType: 'labels.icon',
3980
+ stylers: {
3981
+ visibility: 'off'
3982
+ }
3983
+ }, {
3984
+ featureType: 'nationalwaysign',
3985
+ elementType: 'labels',
3986
+ stylers: {
3987
+ visibility: 'off'
3988
+ }
3989
+ }, {
3990
+ featureType: 'nationalwaysign',
3991
+ elementType: 'labels.icon',
3992
+ stylers: {
3993
+ visibility: 'off'
3994
+ }
3995
+ }, {
3996
+ featureType: 'highwaysign',
3997
+ elementType: 'labels',
3998
+ stylers: {
3999
+ visibility: 'off'
4000
+ }
4001
+ }, {
4002
+ featureType: 'highwaysign',
4003
+ elementType: 'labels.icon',
4004
+ stylers: {
4005
+ visibility: 'off'
4006
+ }
4007
+ }, {
4008
+ featureType: 'village',
4009
+ elementType: 'labels',
4010
+ stylers: {
4011
+ visibility: 'off'
4012
+ }
4013
+ }, {
4014
+ featureType: 'district',
4015
+ elementType: 'labels.text',
4016
+ stylers: {
4017
+ fontsize: '20'
4018
+ }
4019
+ }, {
4020
+ featureType: 'district',
4021
+ elementType: 'labels.text.fill',
4022
+ stylers: {
4023
+ color: '#2dc4bbff'
4024
+ }
4025
+ }, {
4026
+ featureType: 'district',
4027
+ elementType: 'labels.text.stroke',
4028
+ stylers: {
4029
+ color: '#ffffff00'
4030
+ }
4031
+ }, {
4032
+ featureType: 'country',
4033
+ elementType: 'labels.text.fill',
4034
+ stylers: {
4035
+ color: '#2dc4bbff'
4036
+ }
4037
+ }, {
4038
+ featureType: 'country',
4039
+ elementType: 'labels.text.stroke',
4040
+ stylers: {
4041
+ color: '#ffffff00'
4042
+ }
4043
+ }, {
4044
+ featureType: 'water',
4045
+ elementType: 'labels.text.fill',
4046
+ stylers: {
4047
+ color: '#2dc4bbff'
4048
+ }
4049
+ }, {
4050
+ featureType: 'water',
4051
+ elementType: 'labels.text.stroke',
4052
+ stylers: {
4053
+ color: '#ffffff00'
4054
+ }
4055
+ }, {
4056
+ featureType: 'cityhighway',
4057
+ elementType: 'geometry.fill',
4058
+ stylers: {
4059
+ color: '#2dc4bbff'
4060
+ }
4061
+ }, {
4062
+ featureType: 'cityhighway',
4063
+ elementType: 'geometry.stroke',
4064
+ stylers: {
4065
+ color: '#ffffff00'
4066
+ }
4067
+ }, {
4068
+ featureType: 'tertiaryway',
4069
+ elementType: 'geometry.fill',
4070
+ stylers: {
4071
+ color: '#06423fff'
4072
+ }
4073
+ }, {
4074
+ featureType: 'tertiaryway',
4075
+ elementType: 'geometry.stroke',
4076
+ stylers: {
4077
+ color: '#ffffff10'
4078
+ }
4079
+ }, {
4080
+ featureType: 'provincialway',
4081
+ elementType: 'geometry.fill',
4082
+ stylers: {
4083
+ color: '#3866b9ff'
4084
+ }
4085
+ }, {
4086
+ featureType: 'provincialway',
4087
+ elementType: 'geometry.stroke',
4088
+ stylers: {
4089
+ color: '#ffffff00'
4090
+ }
4091
+ }, {
4092
+ featureType: 'nationalway',
4093
+ elementType: 'geometry.fill',
4094
+ stylers: {
4095
+ color: '#3866b9ff'
4096
+ }
4097
+ }, {
4098
+ featureType: 'nationalway',
4099
+ elementType: 'geometry.stroke',
4100
+ stylers: {
4101
+ color: '#ffffff00'
4102
+ }
4103
+ }, {
4104
+ featureType: 'highway',
4105
+ elementType: 'labels.text',
4106
+ stylers: {
4107
+ fontsize: '30'
4108
+ }
4109
+ }, {
4110
+ featureType: 'nationalway',
4111
+ elementType: 'labels.text.stroke',
4112
+ stylers: {
4113
+ color: '#000000ff',
4114
+ weight: 1.8
4115
+ }
4116
+ }, {
4117
+ featureType: 'nationalway',
4118
+ elementType: 'labels.text.fill',
4119
+ stylers: {
4120
+ color: '#ffffffff',
4121
+ weight: 40
4122
+ }
4123
+ }, {
4124
+ featureType: 'nationalway',
4125
+ elementType: 'labels.text',
4126
+ stylers: {
4127
+ fontsize: 26
4128
+ }
4129
+ }, {
4130
+ featureType: 'provincialway',
4131
+ elementType: 'labels.text.fill',
4132
+ stylers: {
4133
+ color: '#ffffffff',
4134
+ weight: 40
4135
+ }
4136
+ }, {
4137
+ featureType: 'provincialway',
4138
+ elementType: 'labels.text.stroke',
4139
+ stylers: {
4140
+ color: '#00000000'
4141
+ }
4142
+ }, {
4143
+ featureType: 'provincialway',
4144
+ elementType: 'labels.text',
4145
+ stylers: {
4146
+ fontsize: 24
4147
+ }
4148
+ }, {
4149
+ featureType: 'cityhighway',
4150
+ elementType: 'labels.text.fill',
4151
+ stylers: {
4152
+ color: '#ffffffff',
4153
+ weight: 40
4154
+ }
4155
+ }, {
4156
+ featureType: 'cityhighway',
4157
+ elementType: 'labels.text',
4158
+ stylers: {
4159
+ fontsize: 16
4160
+ }
4161
+ }, {
4162
+ featureType: 'cityhighway',
4163
+ elementType: 'labels.text.stroke',
4164
+ stylers: {
4165
+ color: '#00000000'
4166
+ }
4167
+ }, {
4168
+ featureType: 'estate',
4169
+ elementType: 'geometry',
4170
+ stylers: {
4171
+ color: '#12223dff'
4172
+ }
4173
+ }, {
4174
+ featureType: 'tertiaryway',
4175
+ elementType: 'labels.text.fill',
4176
+ stylers: {
4177
+ color: '#ffffffff',
4178
+ weight: 40
4179
+ }
4180
+ }, {
4181
+ featureType: 'tertiaryway',
4182
+ elementType: 'labels.text.stroke',
4183
+ stylers: {
4184
+ color: '#00000000'
4185
+ }
4186
+ }, {
4187
+ featureType: 'fourlevelway',
4188
+ elementType: 'labels.text.fill',
4189
+ stylers: {
4190
+ color: '#ffffffff',
4191
+ weight: 10
4192
+ }
4193
+ }, {
4194
+ featureType: 'fourlevelway',
4195
+ elementType: 'labels.text.stroke',
4196
+ stylers: {
4197
+ color: '#00000000'
4198
+ }
4199
+ }, {
4200
+ featureType: 'scenicspotsway',
4201
+ elementType: 'geometry.fill',
4202
+ stylers: {
4203
+ color: '#12223dff'
4204
+ }
4205
+ }, {
4206
+ featureType: 'scenicspotsway',
4207
+ elementType: 'geometry.stroke',
4208
+ stylers: {
4209
+ color: '#ffffff00'
4210
+ }
4211
+ }, {
4212
+ featureType: 'universityway',
4213
+ elementType: 'geometry.fill',
4214
+ stylers: {
4215
+ color: '#12223dff'
4216
+ }
4217
+ }, {
4218
+ featureType: 'universityway',
4219
+ elementType: 'geometry.stroke',
4220
+ stylers: {
4221
+ color: '#ffffff00'
4222
+ }
4223
+ }, {
4224
+ featureType: 'vacationway',
4225
+ elementType: 'geometry.fill',
4226
+ stylers: {
4227
+ color: '#12223dff'
4228
+ }
4229
+ }, {
4230
+ featureType: 'vacationway',
4231
+ elementType: 'geometry.stroke',
4232
+ stylers: {
4233
+ color: '#ffffff00'
4234
+ }
4235
+ }, {
4236
+ featureType: 'fourlevelway',
4237
+ elementType: 'geometry',
4238
+ stylers: {
4239
+ visibility: 'on',
4240
+ weight: 2
4241
+ }
4242
+ }, {
4243
+ featureType: 'fourlevelway',
4244
+ elementType: 'geometry.fill',
4245
+ stylers: {
4246
+ color: '#06423fff'
4247
+ }
4248
+ }, {
4249
+ featureType: 'fourlevelway',
4250
+ elementType: 'geometry.stroke',
4251
+ stylers: {
4252
+ color: '#ffffff00'
4253
+ }
4254
+ }, {
4255
+ featureType: 'transportationlabel',
4256
+ elementType: 'labels',
4257
+ stylers: {
4258
+ visibility: 'on'
4259
+ }
4260
+ }, {
4261
+ featureType: 'transportationlabel',
4262
+ elementType: 'labels.icon',
4263
+ stylers: {
4264
+ visibility: 'off'
4265
+ }
4266
+ }, {
4267
+ featureType: 'transportationlabel',
4268
+ elementType: 'labels.text.fill',
4269
+ stylers: {
4270
+ color: '#2dc4bbff'
4271
+ }
4272
+ }, {
4273
+ featureType: 'transportationlabel',
4274
+ elementType: 'labels.text.stroke',
4275
+ stylers: {
4276
+ color: '#ffffff00'
4277
+ }
4278
+ }, {
4279
+ featureType: 'educationlabel',
4280
+ elementType: 'labels',
4281
+ stylers: {
4282
+ visibility: 'on'
4283
+ }
4284
+ }, {
4285
+ featureType: 'educationlabel',
4286
+ elementType: 'labels.icon',
4287
+ stylers: {
4288
+ visibility: 'off'
4289
+ }
4290
+ }, {
4291
+ featureType: 'educationlabel',
4292
+ elementType: 'labels.text.fill',
4293
+ stylers: {
4294
+ color: '#2dc4bbff'
4295
+ }
4296
+ }, {
4297
+ featureType: 'educationlabel',
4298
+ elementType: 'labels.text.stroke',
4299
+ stylers: {
4300
+ color: '#ffffff00'
4301
+ }
4302
+ }, {
4303
+ featureType: 'transportation',
4304
+ elementType: 'geometry',
4305
+ stylers: {
4306
+ color: '#113549ff'
4307
+ }
4308
+ }, {
4309
+ featureType: 'airportlabel',
4310
+ elementType: 'labels.text.fill',
4311
+ stylers: {
4312
+ color: '#2dc4bbff'
4313
+ }
4314
+ }, {
4315
+ featureType: 'airportlabel',
4316
+ elementType: 'labels.text.stroke',
4317
+ stylers: {
4318
+ color: '#ffffff00'
4319
+ }
4320
+ }, {
4321
+ featureType: 'scenicspotslabel',
4322
+ elementType: 'labels.text.fill',
4323
+ stylers: {
4324
+ color: '#2dc4bbff'
4325
+ }
4326
+ }, {
4327
+ featureType: 'scenicspotslabel',
4328
+ elementType: 'labels.text.stroke',
4329
+ stylers: {
4330
+ color: '#ffffff00'
4331
+ }
4332
+ }, {
4333
+ featureType: 'medicallabel',
4334
+ elementType: 'labels.text.fill',
4335
+ stylers: {
4336
+ color: '#4a90e2ff'
4337
+ }
4338
+ }, {
4339
+ featureType: 'medicallabel',
4340
+ elementType: 'labels.text.stroke',
4341
+ stylers: {
4342
+ color: '#ffffff00'
4343
+ }
4344
+ }, {
4345
+ featureType: 'medicallabel',
4346
+ elementType: 'labels.icon',
4347
+ stylers: {
4348
+ visibility: 'off'
4349
+ }
4350
+ }, {
4351
+ featureType: 'scenicspotslabel',
4352
+ elementType: 'labels.icon',
4353
+ stylers: {
4354
+ visibility: 'off'
4355
+ }
4356
+ }, {
4357
+ featureType: 'airportlabel',
4358
+ elementType: 'labels.icon',
4359
+ stylers: {
4360
+ visibility: 'off'
4361
+ }
4362
+ }, {
4363
+ featureType: 'entertainmentlabel',
4364
+ elementType: 'labels.icon',
4365
+ stylers: {
4366
+ visibility: 'off'
4367
+ }
4368
+ }, {
4369
+ featureType: 'entertainmentlabel',
4370
+ elementType: 'labels.text.fill',
4371
+ stylers: {
4372
+ color: '#4a90e2ff'
4373
+ }
4374
+ }, {
4375
+ featureType: 'entertainmentlabel',
4376
+ elementType: 'labels.text.stroke',
4377
+ stylers: {
4378
+ color: '#ffffff00'
4379
+ }
4380
+ }, {
4381
+ featureType: 'estatelabel',
4382
+ elementType: 'labels.icon',
4383
+ stylers: {
4384
+ visibility: 'off'
4385
+ }
4386
+ }, {
4387
+ featureType: 'estatelabel',
4388
+ elementType: 'labels.text.fill',
4389
+ stylers: {
4390
+ color: '#50e3c2ff'
4391
+ }
4392
+ }, {
4393
+ featureType: 'estatelabel',
4394
+ elementType: 'labels.text.stroke',
4395
+ stylers: {
4396
+ color: '#ffffff00'
4397
+ }
4398
+ }, {
4399
+ featureType: 'businesstowerlabel',
4400
+ elementType: 'labels.text.fill',
4401
+ stylers: {
4402
+ color: '#2dc4bbff'
4403
+ }
4404
+ }, {
4405
+ featureType: 'businesstowerlabel',
4406
+ elementType: 'labels.text.stroke',
4407
+ stylers: {
4408
+ color: '#ffffff00'
4409
+ }
4410
+ }, {
4411
+ featureType: 'businesstowerlabel',
4412
+ elementType: 'labels.icon',
4413
+ stylers: {
4414
+ visibility: 'off'
4415
+ }
4416
+ }, {
4417
+ featureType: 'companylabel',
4418
+ elementType: 'labels.text.fill',
4419
+ stylers: {
4420
+ color: '#2dc4bbff'
4421
+ }
4422
+ }, {
4423
+ featureType: 'companylabel',
4424
+ elementType: 'labels.text.stroke',
4425
+ stylers: {
4426
+ color: '#ffffff00'
4427
+ }
4428
+ }, {
4429
+ featureType: 'companylabel',
4430
+ elementType: 'labels.icon',
4431
+ stylers: {
4432
+ visibility: 'off'
4433
+ }
4434
+ }, {
4435
+ featureType: 'governmentlabel',
4436
+ elementType: 'labels.icon',
4437
+ stylers: {
4438
+ visibility: 'off'
4439
+ }
4440
+ }, {
4441
+ featureType: 'governmentlabel',
4442
+ elementType: 'labels.text.fill',
4443
+ stylers: {
4444
+ color: '#2dc4bbff'
4445
+ }
4446
+ }, {
4447
+ featureType: 'governmentlabel',
4448
+ elementType: 'labels.text.stroke',
4449
+ stylers: {
4450
+ color: '#ffffff00'
4451
+ }
4452
+ }, {
4453
+ featureType: 'restaurantlabel',
4454
+ elementType: 'labels.text.fill',
4455
+ stylers: {
4456
+ color: '#2dc4bbff'
4457
+ }
4458
+ }, {
4459
+ featureType: 'restaurantlabel',
4460
+ elementType: 'labels.text.stroke',
4461
+ stylers: {
4462
+ color: '#ffffff00'
4463
+ }
4464
+ }, {
4465
+ featureType: 'restaurantlabel',
4466
+ elementType: 'labels.icon',
4467
+ stylers: {
4468
+ visibility: 'off'
4469
+ }
4470
+ }, {
4471
+ featureType: 'hotellabel',
4472
+ elementType: 'labels.icon',
4473
+ stylers: {
4474
+ visibility: 'off'
4475
+ }
4476
+ }, {
4477
+ featureType: 'hotellabel',
4478
+ elementType: 'labels.text.fill',
4479
+ stylers: {
4480
+ color: '#2dc4bbff'
4481
+ }
4482
+ }, {
4483
+ featureType: 'hotellabel',
4484
+ elementType: 'labels.text.stroke',
4485
+ stylers: {
4486
+ color: '#ffffff00'
4487
+ }
4488
+ }, {
4489
+ featureType: 'shoppinglabel',
4490
+ elementType: 'labels.text.fill',
4491
+ stylers: {
4492
+ color: '#2dc4bbff'
4493
+ }
4494
+ }, {
4495
+ featureType: 'shoppinglabel',
4496
+ elementType: 'labels.text.stroke',
4497
+ stylers: {
4498
+ color: '#ffffff00'
4499
+ }
4500
+ }, {
4501
+ featureType: 'shoppinglabel',
4502
+ elementType: 'labels.icon',
4503
+ stylers: {
4504
+ visibility: 'off'
4505
+ }
4506
+ }, {
4507
+ featureType: 'lifeservicelabel',
4508
+ elementType: 'labels.text.fill',
4509
+ stylers: {
4510
+ color: '#2dc4bbff'
4511
+ }
4512
+ }, {
4513
+ featureType: 'lifeservicelabel',
4514
+ elementType: 'labels.text.stroke',
4515
+ stylers: {
4516
+ color: '#ffffff00'
4517
+ }
4518
+ }, {
4519
+ featureType: 'lifeservicelabel',
4520
+ elementType: 'labels.icon',
4521
+ stylers: {
4522
+ visibility: 'off'
4523
+ }
4524
+ }, {
4525
+ featureType: 'carservicelabel',
4526
+ elementType: 'labels.text.fill',
4527
+ stylers: {
4528
+ color: '#2dc4bbff'
4529
+ }
4530
+ }, {
4531
+ featureType: 'carservicelabel',
4532
+ elementType: 'labels.text.stroke',
4533
+ stylers: {
4534
+ color: '#ffffff00'
4535
+ }
4536
+ }, {
4537
+ featureType: 'carservicelabel',
4538
+ elementType: 'labels.icon',
4539
+ stylers: {
4540
+ visibility: 'off'
4541
+ }
4542
+ }, {
4543
+ featureType: 'financelabel',
4544
+ elementType: 'labels.text.fill',
4545
+ stylers: {
4546
+ color: '#2dc4bbff'
4547
+ }
4548
+ }, {
4549
+ featureType: 'financelabel',
4550
+ elementType: 'labels.text.stroke',
4551
+ stylers: {
4552
+ color: '#ffffff00'
4553
+ }
4554
+ }, {
4555
+ featureType: 'financelabel',
4556
+ elementType: 'labels.icon',
4557
+ stylers: {
4558
+ visibility: 'off'
4559
+ }
4560
+ }, {
4561
+ featureType: 'otherlabel',
4562
+ elementType: 'labels.text.fill',
4563
+ stylers: {
4564
+ color: '#2dc4bbff'
4565
+ }
4566
+ }, {
4567
+ featureType: 'otherlabel',
4568
+ elementType: 'labels.text.stroke',
4569
+ stylers: {
4570
+ color: '#ffffff00'
4571
+ }
4572
+ }, {
4573
+ featureType: 'otherlabel',
4574
+ elementType: 'labels.icon',
4575
+ stylers: {
4576
+ visibility: 'off'
4577
+ }
4578
+ }, {
4579
+ featureType: 'manmade',
4580
+ elementType: 'labels.text.fill',
4581
+ stylers: {
4582
+ color: '#2dc4bbff'
4583
+ }
4584
+ }, {
4585
+ featureType: 'manmade',
4586
+ elementType: 'labels.text.stroke',
4587
+ stylers: {
4588
+ color: '#ffffff00'
4589
+ }
4590
+ }, {
4591
+ featureType: 'transportation',
4592
+ elementType: 'labels.text.fill',
4593
+ stylers: {
4594
+ color: '#2dc4bbff'
4595
+ }
4596
+ }, {
4597
+ featureType: 'transportation',
4598
+ elementType: 'labels.text.stroke',
4599
+ stylers: {
4600
+ color: '#ffffff00'
4601
+ }
4602
+ }, {
4603
+ featureType: 'education',
4604
+ elementType: 'labels.text.fill',
4605
+ stylers: {
4606
+ color: '#2dc4bbff'
4607
+ }
4608
+ }, {
4609
+ featureType: 'education',
4610
+ elementType: 'labels.text.stroke',
4611
+ stylers: {
4612
+ color: '#ffffff00'
4613
+ }
4614
+ }, {
4615
+ featureType: 'medical',
4616
+ elementType: 'labels.text.fill',
4617
+ stylers: {
4618
+ color: '#2dc4bbff'
4619
+ }
4620
+ }, {
4621
+ featureType: 'medical',
4622
+ elementType: 'labels.text.stroke',
4623
+ stylers: {
4624
+ color: '#ffffff00'
4625
+ }
4626
+ }, {
4627
+ featureType: 'scenicspots',
4628
+ elementType: 'labels.text.fill',
4629
+ stylers: {
4630
+ color: '#2dc4bbff'
4631
+ }
4632
+ }, {
4633
+ featureType: 'scenicspots',
4634
+ elementType: 'labels.text.stroke',
4635
+ stylers: {
4636
+ color: '#ffffff00'
4637
+ }
4638
+ }, {
4639
+ featureType: 'INTERNATIONALIZEICONICON',
4640
+ elementType: 'labels.text.fill',
4641
+ stylers: {
4642
+ color: '#2dc4bbff'
4643
+ }
4644
+ }, {
4645
+ featureType: 'INTERNATIONALIZEICONICON',
4646
+ elementType: 'labels.text.stroke',
4647
+ stylers: {
4648
+ color: '#ffffffff'
4649
+ }
4650
+ }, {
4651
+ featureType: 'nationalway',
4652
+ elementType: 'geometry',
4653
+ stylers: {
4654
+ weight: 4
4655
+ }
4656
+ }, {
4657
+ featureType: 'road',
4658
+ elementType: 'labels.text.fill',
4659
+ stylers: {
4660
+ color: '#50e3c2ff'
4661
+ }
4662
+ }, {
4663
+ featureType: 'tertiaryway',
4664
+ elementType: 'geometry',
4665
+ stylers: {
4666
+ weight: 2,
4667
+ visibility: 'on'
4668
+ }
4669
+ }, {
4670
+ featureType: 'tertiaryway',
4671
+ elementType: 'labels.text',
4672
+ stylers: {
4673
+ fontsize: 16
4674
+ }
4675
+ }, {
4676
+ featureType: 'fourlevelway',
4677
+ elementType: 'labels.text',
4678
+ stylers: {
4679
+ fontsize: 16
4680
+ }
4681
+ }, {
4682
+ featureType: 'arterial',
4683
+ elementType: 'labels.text',
4684
+ stylers: {
4685
+ fontsize: 16
4686
+ }
4687
+ }, {
4688
+ featureType: 'universityway',
4689
+ elementType: 'geometry',
4690
+ stylers: {
4691
+ visibility: 'off'
4692
+ }
4693
+ }, {
4694
+ featureType: 'vacationway',
4695
+ elementType: 'geometry',
4696
+ stylers: {
4697
+ visibility: 'off'
4698
+ }
4699
+ }];
4700
+ exports.customStyle2D = customStyle2D;
4701
+ var customLight = [{
4702
+ featureType: 'town',
4703
+ stylers: {
4704
+ level: '19',
4705
+ curZoomRegionId: '0',
4706
+ curZoomRegion: '11-21'
4707
+ }
4708
+ }, {
4709
+ featureType: 'town',
4710
+ stylers: {
4711
+ level: '20',
4712
+ curZoomRegionId: '0',
4713
+ curZoomRegion: '11-21'
4714
+ }
4715
+ }, {
4716
+ featureType: 'town',
4717
+ stylers: {
4718
+ level: '21',
4719
+ curZoomRegionId: '0',
4720
+ curZoomRegion: '11-21'
4721
+ }
4722
+ }, {
4723
+ featureType: 'village',
4724
+ elementType: 'labels',
4725
+ stylers: {
4726
+ visibility: 'off'
4727
+ }
4728
+ }];
4729
+ exports.customLight = customLight;
4730
+ //# sourceMappingURL=mapStyle.js.map