@uni-sw/u-design 2.0.4

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 (2390) hide show
  1. package/README.md +86 -0
  2. package/es/components/UAffix/index.d.ts +55 -0
  3. package/es/components/UAffix/index.js +272 -0
  4. package/es/components/UAffix/style/index.d.ts +2 -0
  5. package/es/components/UAffix/style/index.js +2 -0
  6. package/es/components/UAffix/style/index.less +6 -0
  7. package/es/components/UAffix/utils.d.ts +15 -0
  8. package/es/components/UAffix/utils.js +78 -0
  9. package/es/components/UAlert/ErrorBoundary.d.ts +23 -0
  10. package/es/components/UAlert/ErrorBoundary.js +62 -0
  11. package/es/components/UAlert/index.d.ts +39 -0
  12. package/es/components/UAlert/index.js +169 -0
  13. package/es/components/UAlert/style/index.d.ts +2 -0
  14. package/es/components/UAlert/style/index.js +2 -0
  15. package/es/components/UAlert/style/index.less +155 -0
  16. package/es/components/UAlert/style/rtl.less +40 -0
  17. package/es/components/UAnchor/Anchor.d.ts +44 -0
  18. package/es/components/UAnchor/Anchor.js +232 -0
  19. package/es/components/UAnchor/AnchorLink.d.ts +11 -0
  20. package/es/components/UAnchor/AnchorLink.js +54 -0
  21. package/es/components/UAnchor/context.d.ts +4 -0
  22. package/es/components/UAnchor/context.js +3 -0
  23. package/es/components/UAnchor/index.d.ts +11 -0
  24. package/es/components/UAnchor/index.js +6 -0
  25. package/es/components/UAnchor/style/index.d.ts +3 -0
  26. package/es/components/UAnchor/style/index.js +4 -0
  27. package/es/components/UAnchor/style/index.less +86 -0
  28. package/es/components/UAnchor/style/rtl.less +35 -0
  29. package/es/components/UAutoComplete/index.d.ts +36 -0
  30. package/es/components/UAutoComplete/index.js +96 -0
  31. package/es/components/UAutoComplete/style/index.d.ts +3 -0
  32. package/es/components/UAutoComplete/style/index.js +4 -0
  33. package/es/components/UAutoComplete/style/index.less +16 -0
  34. package/es/components/UAvatar/SizeContext.d.ts +10 -0
  35. package/es/components/UAvatar/SizeContext.js +12 -0
  36. package/es/components/UAvatar/avatar.d.ts +25 -0
  37. package/es/components/UAvatar/avatar.js +171 -0
  38. package/es/components/UAvatar/group.d.ts +15 -0
  39. package/es/components/UAvatar/group.js +62 -0
  40. package/es/components/UAvatar/index.d.ts +12 -0
  41. package/es/components/UAvatar/index.js +7 -0
  42. package/es/components/UAvatar/style/group.less +17 -0
  43. package/es/components/UAvatar/style/index.d.ts +3 -0
  44. package/es/components/UAvatar/style/index.js +5 -0
  45. package/es/components/UAvatar/style/index.less +70 -0
  46. package/es/components/UAvatar/style/rtl.less +15 -0
  47. package/es/components/UBackTop/index.d.ts +15 -0
  48. package/es/components/UBackTop/index.js +119 -0
  49. package/es/components/UBackTop/style/index.d.ts +2 -0
  50. package/es/components/UBackTop/style/index.js +2 -0
  51. package/es/components/UBackTop/style/index.less +49 -0
  52. package/es/components/UBackTop/style/responsive.less +21 -0
  53. package/es/components/UBadge/Ribbon.d.ts +15 -0
  54. package/es/components/UBadge/Ribbon.js +42 -0
  55. package/es/components/UBadge/ScrollNumber.d.ts +18 -0
  56. package/es/components/UBadge/ScrollNumber.js +60 -0
  57. package/es/components/UBadge/SingleNumber.d.ts +12 -0
  58. package/es/components/UBadge/SingleNumber.js +112 -0
  59. package/es/components/UBadge/index.d.ts +31 -0
  60. package/es/components/UBadge/index.js +152 -0
  61. package/es/components/UBadge/style/index.d.ts +2 -0
  62. package/es/components/UBadge/style/index.js +2 -0
  63. package/es/components/UBadge/style/index.less +281 -0
  64. package/es/components/UBadge/style/ribbon.less +86 -0
  65. package/es/components/UBadge/style/rtl.less +100 -0
  66. package/es/components/UBadge/utils.d.ts +1 -0
  67. package/es/components/UBadge/utils.js +5 -0
  68. package/es/components/UBreadcrumb/Breadcrumb.d.ts +24 -0
  69. package/es/components/UBreadcrumb/Breadcrumb.js +121 -0
  70. package/es/components/UBreadcrumb/BreadcrumbItem.d.ts +19 -0
  71. package/es/components/UBreadcrumb/BreadcrumbItem.js +56 -0
  72. package/es/components/UBreadcrumb/BreadcrumbSeparator.d.ts +6 -0
  73. package/es/components/UBreadcrumb/BreadcrumbSeparator.js +13 -0
  74. package/es/components/UBreadcrumb/index.d.ts +5 -0
  75. package/es/components/UBreadcrumb/index.js +3 -0
  76. package/es/components/UBreadcrumb/style/index.d.ts +4 -0
  77. package/es/components/UBreadcrumb/style/index.js +5 -0
  78. package/es/components/UBreadcrumb/style/index.less +64 -0
  79. package/es/components/UBreadcrumb/style/rtl.less +29 -0
  80. package/es/components/UButton/button/LoadingIcon.d.ts +8 -0
  81. package/es/components/UButton/button/LoadingIcon.js +51 -0
  82. package/es/components/UButton/button/button-group.d.ts +12 -0
  83. package/es/components/UButton/button/button-group.js +43 -0
  84. package/es/components/UButton/button/button.d.ts +47 -0
  85. package/es/components/UButton/button/button.js +226 -0
  86. package/es/components/UButton/button/index.d.ts +6 -0
  87. package/es/components/UButton/button/index.js +3 -0
  88. package/es/components/UButton/button/style/index.d.ts +2 -0
  89. package/es/components/UButton/button/style/index.js +3 -0
  90. package/es/components/UButton/button/style/index.less +293 -0
  91. package/es/components/UButton/button/style/mixin.less +484 -0
  92. package/es/components/UButton/button/style/rtl.less +90 -0
  93. package/es/components/UButton/button/style/space-compact.less +88 -0
  94. package/es/components/UButton/images/icon_add_default.png +0 -0
  95. package/es/components/UButton/images/icon_add_down.png +0 -0
  96. package/es/components/UButton/images/icon_add_hover.png +0 -0
  97. package/es/components/UButton/images/icon_arming_default.png +0 -0
  98. package/es/components/UButton/images/icon_arming_hover.png +0 -0
  99. package/es/components/UButton/images/icon_custom_default.png +0 -0
  100. package/es/components/UButton/images/icon_custom_hover.png +0 -0
  101. package/es/components/UButton/images/icon_delete-default.png +0 -0
  102. package/es/components/UButton/images/icon_delete_down.png +0 -0
  103. package/es/components/UButton/images/icon_delete_hover.png +0 -0
  104. package/es/components/UButton/images/icon_delete_no.png +0 -0
  105. package/es/components/UButton/images/icon_edit_default.png +0 -0
  106. package/es/components/UButton/images/icon_edit_down.png +0 -0
  107. package/es/components/UButton/images/icon_edit_hover.png +0 -0
  108. package/es/components/UButton/images/icon_export_default.png +0 -0
  109. package/es/components/UButton/images/icon_export_hover.png +0 -0
  110. package/es/components/UButton/images/icon_import_default.png +0 -0
  111. package/es/components/UButton/images/icon_import_hover.png +0 -0
  112. package/es/components/UButton/images/icon_modify.png +0 -0
  113. package/es/components/UButton/images/icon_refresh_default.png +0 -0
  114. package/es/components/UButton/images/icon_refresh_down.png +0 -0
  115. package/es/components/UButton/images/icon_refresh_hover.png +0 -0
  116. package/es/components/UButton/images/icon_template_default.png +0 -0
  117. package/es/components/UButton/images/icon_template_hover.png +0 -0
  118. package/es/components/UButton/images/icon_upload_default.png +0 -0
  119. package/es/components/UButton/images/icon_upload_hover.png +0 -0
  120. package/es/components/UButton/index.d.ts +43 -0
  121. package/es/components/UButton/index.js +163 -0
  122. package/es/components/UButton/style/index.d.ts +1 -0
  123. package/es/components/UButton/style/index.js +1 -0
  124. package/es/components/UButton/style/index.less +17 -0
  125. package/es/components/UButton/style/mixin.less +222 -0
  126. package/es/components/UButton/style/theme.less +144 -0
  127. package/es/components/UCalendar/Header.d.ts +16 -0
  128. package/es/components/UCalendar/Header.js +157 -0
  129. package/es/components/UCalendar/generateCalendar.d.ts +41 -0
  130. package/es/components/UCalendar/generateCalendar.js +177 -0
  131. package/es/components/UCalendar/index.d.ts +6 -0
  132. package/es/components/UCalendar/index.js +5 -0
  133. package/es/components/UCalendar/locale/en_US.d.ts +2 -0
  134. package/es/components/UCalendar/locale/en_US.js +2 -0
  135. package/es/components/UCalendar/locale/zh_CN.d.ts +2 -0
  136. package/es/components/UCalendar/locale/zh_CN.js +2 -0
  137. package/es/components/UCalendar/style/index.d.ts +5 -0
  138. package/es/components/UCalendar/style/index.js +7 -0
  139. package/es/components/UCalendar/style/index.less +196 -0
  140. package/es/components/UCalendar/style/rtl.less +46 -0
  141. package/es/components/UCard/Card.d.ts +35 -0
  142. package/es/components/UCard/Card.js +128 -0
  143. package/es/components/UCard/Grid.d.ts +9 -0
  144. package/es/components/UCard/Grid.js +24 -0
  145. package/es/components/UCard/Meta.d.ts +11 -0
  146. package/es/components/UCard/Meta.js +33 -0
  147. package/es/components/UCard/index.d.ts +14 -0
  148. package/es/components/UCard/index.js +8 -0
  149. package/es/components/UCard/style/index.d.ts +4 -0
  150. package/es/components/UCard/style/index.js +5 -0
  151. package/es/components/UCard/style/index.less +277 -0
  152. package/es/components/UCard/style/size.less +20 -0
  153. package/es/components/UCarousel/index.d.ts +25 -0
  154. package/es/components/UCarousel/index.js +69 -0
  155. package/es/components/UCarousel/style/index.d.ts +2 -0
  156. package/es/components/UCarousel/style/index.js +2 -0
  157. package/es/components/UCarousel/style/index.less +304 -0
  158. package/es/components/UCarousel/style/rtl.less +54 -0
  159. package/es/components/UCascader/index.d.ts +44 -0
  160. package/es/components/UCascader/index.js +210 -0
  161. package/es/components/UCascader/style/index.d.ts +4 -0
  162. package/es/components/UCascader/style/index.js +6 -0
  163. package/es/components/UCascader/style/index.less +169 -0
  164. package/es/components/UCascader/style/rtl.less +19 -0
  165. package/es/components/UCheckBoxGroup/UCheckBox.d.ts +14 -0
  166. package/es/components/UCheckBoxGroup/UCheckBox.js +66 -0
  167. package/es/components/UCheckBoxGroup/UCheckBoxGroup.d.ts +44 -0
  168. package/es/components/UCheckBoxGroup/UCheckBoxGroup.js +154 -0
  169. package/es/components/UCheckBoxGroup/checkbox/Checkbox.d.ts +37 -0
  170. package/es/components/UCheckBoxGroup/checkbox/Checkbox.js +93 -0
  171. package/es/components/UCheckBoxGroup/checkbox/Group.d.ts +35 -0
  172. package/es/components/UCheckBoxGroup/checkbox/Group.js +133 -0
  173. package/es/components/UCheckBoxGroup/checkbox/index.d.ts +11 -0
  174. package/es/components/UCheckBoxGroup/checkbox/index.js +7 -0
  175. package/es/components/UCheckBoxGroup/checkbox/style/index.d.ts +2 -0
  176. package/es/components/UCheckBoxGroup/checkbox/style/index.js +3 -0
  177. package/es/components/UCheckBoxGroup/checkbox/style/index.less +6 -0
  178. package/es/components/UCheckBoxGroup/checkbox/style/mixin.less +246 -0
  179. package/es/components/UCheckBoxGroup/checkbox/style/rtl.less +28 -0
  180. package/es/components/UCheckBoxGroup/index.d.ts +14 -0
  181. package/es/components/UCheckBoxGroup/index.js +12 -0
  182. package/es/components/UCheckBoxGroup/locale/en_US.d.ts +3 -0
  183. package/es/components/UCheckBoxGroup/locale/en_US.js +4 -0
  184. package/es/components/UCheckBoxGroup/locale/locale.d.ts +3 -0
  185. package/es/components/UCheckBoxGroup/locale/zh_CN.d.ts +3 -0
  186. package/es/components/UCheckBoxGroup/locale/zh_CN.js +4 -0
  187. package/es/components/UCheckBoxGroup/style/index.d.ts +1 -0
  188. package/es/components/UCheckBoxGroup/style/index.js +1 -0
  189. package/es/components/UCheckBoxGroup/style/index.less +26 -0
  190. package/es/components/UCheckBoxGroup/style/mixin.less +166 -0
  191. package/es/components/UCheckBoxGroup/style/theme.less +38 -0
  192. package/es/components/UCol/index.d.ts +4 -0
  193. package/es/components/UCol/index.js +3 -0
  194. package/es/components/UCol/style/index.d.ts +2 -0
  195. package/es/components/UCol/style/index.js +4 -0
  196. package/es/components/UCollapse/Collapse.d.ts +40 -0
  197. package/es/components/UCollapse/Collapse.js +82 -0
  198. package/es/components/UCollapse/CollapsePanel.d.ts +19 -0
  199. package/es/components/UCollapse/CollapsePanel.js +26 -0
  200. package/es/components/UCollapse/index.d.ts +5 -0
  201. package/es/components/UCollapse/index.js +3 -0
  202. package/es/components/UCollapse/style/index.d.ts +2 -0
  203. package/es/components/UCollapse/style/index.js +2 -0
  204. package/es/components/UCollapse/style/index.less +177 -0
  205. package/es/components/UCollapse/style/rtl.less +68 -0
  206. package/es/components/UColor/index.d.ts +15 -0
  207. package/es/components/UColor/index.js +248 -0
  208. package/es/components/UColor/style/index.d.ts +1 -0
  209. package/es/components/UColor/style/index.js +1 -0
  210. package/es/components/UColor/style/index.less +16 -0
  211. package/es/components/UColor/style/mixin.less +53 -0
  212. package/es/components/UColor/style/theme.less +9 -0
  213. package/es/components/UComment/index.d.ts +24 -0
  214. package/es/components/UComment/index.js +62 -0
  215. package/es/components/UComment/style/index.d.ts +2 -0
  216. package/es/components/UComment/style/index.js +2 -0
  217. package/es/components/UComment/style/index.less +105 -0
  218. package/es/components/UComment/style/rtl.less +51 -0
  219. package/es/components/UConfigProvider/CustomerContext.d.ts +11 -0
  220. package/es/components/UConfigProvider/CustomerContext.js +15 -0
  221. package/es/components/UConfigProvider/DisabledContext.d.ts +9 -0
  222. package/es/components/UConfigProvider/DisabledContext.js +11 -0
  223. package/es/components/UConfigProvider/SizeContext.d.ts +9 -0
  224. package/es/components/UConfigProvider/SizeContext.js +12 -0
  225. package/es/components/UConfigProvider/changeSkin.d.ts +62 -0
  226. package/es/components/UConfigProvider/changeSkin.js +197 -0
  227. package/es/components/UConfigProvider/changeTheme.d.ts +1 -0
  228. package/es/components/UConfigProvider/changeTheme.js +83 -0
  229. package/es/components/UConfigProvider/context.d.ts +60 -0
  230. package/es/components/UConfigProvider/context.js +35 -0
  231. package/es/components/UConfigProvider/convertColor.d.ts +4 -0
  232. package/es/components/UConfigProvider/convertColor.js +106 -0
  233. package/es/components/UConfigProvider/cssVariables.d.ts +3 -0
  234. package/es/components/UConfigProvider/cssVariables.js +72 -0
  235. package/es/components/UConfigProvider/defaultRenderEmpty.d.ts +4 -0
  236. package/es/components/UConfigProvider/defaultRenderEmpty.js +30 -0
  237. package/es/components/UConfigProvider/index.d.ts +64 -0
  238. package/es/components/UConfigProvider/index.js +195 -0
  239. package/es/components/UConfigProvider/style/index.d.ts +1 -0
  240. package/es/components/UConfigProvider/style/index.js +1 -0
  241. package/es/components/UConfigProvider/style/index.less +2 -0
  242. package/es/components/UConfigProvider/theme.d.ts +11 -0
  243. package/es/components/UConfigProvider/theme.js +27 -0
  244. package/es/components/UDatePicker/date-picker/PickerButton.d.ts +2 -0
  245. package/es/components/UDatePicker/date-picker/PickerButton.js +8 -0
  246. package/es/components/UDatePicker/date-picker/PickerTag.d.ts +2 -0
  247. package/es/components/UDatePicker/date-picker/PickerTag.js +7 -0
  248. package/es/components/UDatePicker/date-picker/generatePicker/generateRangePicker.d.ts +17 -0
  249. package/es/components/UDatePicker/date-picker/generatePicker/generateRangePicker.js +219 -0
  250. package/es/components/UDatePicker/date-picker/generatePicker/generateSinglePicker.d.ts +101 -0
  251. package/es/components/UDatePicker/date-picker/generatePicker/generateSinglePicker.js +393 -0
  252. package/es/components/UDatePicker/date-picker/generatePicker/index.d.ts +252 -0
  253. package/es/components/UDatePicker/date-picker/generatePicker/index.js +77 -0
  254. package/es/components/UDatePicker/date-picker/generatePicker/interface.d.ts +12 -0
  255. package/es/components/UDatePicker/date-picker/generatePicker/interface.js +1 -0
  256. package/es/components/UDatePicker/date-picker/locale/en_US.d.ts +3 -0
  257. package/es/components/UDatePicker/date-picker/locale/en_US.js +22 -0
  258. package/es/components/UDatePicker/date-picker/locale/example.json +47 -0
  259. package/es/components/UDatePicker/date-picker/locale/zh_CN.d.ts +3 -0
  260. package/es/components/UDatePicker/date-picker/locale/zh_CN.js +24 -0
  261. package/es/components/UDatePicker/date-picker/style/index.d.ts +3 -0
  262. package/es/components/UDatePicker/date-picker/style/index.js +5 -0
  263. package/es/components/UDatePicker/date-picker/style/index.less +372 -0
  264. package/es/components/UDatePicker/date-picker/style/panel.less +678 -0
  265. package/es/components/UDatePicker/date-picker/style/rtl.less +246 -0
  266. package/es/components/UDatePicker/date-picker/style/status.less +39 -0
  267. package/es/components/UDatePicker/date-picker/util.d.ts +15 -0
  268. package/es/components/UDatePicker/date-picker/util.js +121 -0
  269. package/es/components/UDatePicker/index.d.ts +199 -0
  270. package/es/components/UDatePicker/index.js +61 -0
  271. package/es/components/UDatePicker/locale/en_US.d.ts +3 -0
  272. package/es/components/UDatePicker/locale/en_US.js +6 -0
  273. package/es/components/UDatePicker/locale/locale.d.ts +5 -0
  274. package/es/components/UDatePicker/locale/zh_CN.d.ts +3 -0
  275. package/es/components/UDatePicker/locale/zh_CN.js +6 -0
  276. package/es/components/UDatePicker/style/index.d.ts +1 -0
  277. package/es/components/UDatePicker/style/index.js +1 -0
  278. package/es/components/UDatePicker/style/index.less +28 -0
  279. package/es/components/UDatePicker/style/mixin.less +217 -0
  280. package/es/components/UDatePicker/style/theme.less +72 -0
  281. package/es/components/UDatePicker/time-picker/locale/en_US.d.ts +3 -0
  282. package/es/components/UDatePicker/time-picker/locale/en_US.js +5 -0
  283. package/es/components/UDatePicker/time-picker/locale/zh_CN.d.ts +3 -0
  284. package/es/components/UDatePicker/time-picker/locale/zh_CN.js +5 -0
  285. package/es/components/UDatePicker/time-picker/style/index.d.ts +3 -0
  286. package/es/components/UDatePicker/time-picker/style/index.js +4 -0
  287. package/es/components/UDatePicker/time-picker/style/index.less +3 -0
  288. package/es/components/UDescriptions/Cell.d.ts +16 -0
  289. package/es/components/UDescriptions/Cell.js +48 -0
  290. package/es/components/UDescriptions/Item.d.ts +13 -0
  291. package/es/components/UDescriptions/Item.js +5 -0
  292. package/es/components/UDescriptions/Row.d.ts +13 -0
  293. package/es/components/UDescriptions/Row.js +99 -0
  294. package/es/components/UDescriptions/index.d.ts +28 -0
  295. package/es/components/UDescriptions/index.js +155 -0
  296. package/es/components/UDescriptions/style/index.d.ts +2 -0
  297. package/es/components/UDescriptions/style/index.js +2 -0
  298. package/es/components/UDescriptions/style/index.less +179 -0
  299. package/es/components/UDescriptions/style/rtl.less +33 -0
  300. package/es/components/UDivider/divider/index.d.ts +15 -0
  301. package/es/components/UDivider/divider/index.js +50 -0
  302. package/es/components/UDivider/divider/style/index.d.ts +2 -0
  303. package/es/components/UDivider/divider/style/index.js +2 -0
  304. package/es/components/UDivider/divider/style/index.less +133 -0
  305. package/es/components/UDivider/divider/style/rtl.less +38 -0
  306. package/es/components/UDivider/index.d.ts +16 -0
  307. package/es/components/UDivider/index.js +27 -0
  308. package/es/components/UDivider/style/index.d.ts +1 -0
  309. package/es/components/UDivider/style/index.js +1 -0
  310. package/es/components/UDivider/style/index.less +17 -0
  311. package/es/components/UDivider/style/mixin.less +8 -0
  312. package/es/components/UDivider/style/rtl.less +38 -0
  313. package/es/components/UDivider/style/theme.less +5 -0
  314. package/es/components/UDrawer/index.d.ts +39 -0
  315. package/es/components/UDrawer/index.js +168 -0
  316. package/es/components/UDrawer/style/drawer.less +160 -0
  317. package/es/components/UDrawer/style/index.d.ts +2 -0
  318. package/es/components/UDrawer/style/index.js +3 -0
  319. package/es/components/UDrawer/style/index.less +7 -0
  320. package/es/components/UDrawer/style/motion.less +146 -0
  321. package/es/components/UDrawer/style/rtl.less +16 -0
  322. package/es/components/UDropdown/dropdown-button.d.ts +22 -0
  323. package/es/components/UDropdown/dropdown-button.js +116 -0
  324. package/es/components/UDropdown/dropdown.d.ts +58 -0
  325. package/es/components/UDropdown/dropdown.js +171 -0
  326. package/es/components/UDropdown/index.d.ts +5 -0
  327. package/es/components/UDropdown/index.js +3 -0
  328. package/es/components/UDropdown/style/index.d.ts +5 -0
  329. package/es/components/UDropdown/style/index.js +6 -0
  330. package/es/components/UDropdown/style/index.less +390 -0
  331. package/es/components/UDropdown/style/rtl.less +90 -0
  332. package/es/components/UDropdown/style/status.less +14 -0
  333. package/es/components/UEcharts/index.d.ts +2 -0
  334. package/es/components/UEcharts/index.js +192 -0
  335. package/es/components/UEcharts/style/index.d.ts +1 -0
  336. package/es/components/UEcharts/style/index.js +1 -0
  337. package/es/components/UEcharts/style/index.less +16 -0
  338. package/es/components/UEcharts/style/mixin.less +7 -0
  339. package/es/components/UEcharts/style/theme.less +0 -0
  340. package/es/components/UEmpty/components/u404.d.ts +2 -0
  341. package/es/components/UEmpty/components/u404.js +18 -0
  342. package/es/components/UEmpty/components/uAccess.d.ts +2 -0
  343. package/es/components/UEmpty/components/uAccess.js +18 -0
  344. package/es/components/UEmpty/components/uDefault.d.ts +2 -0
  345. package/es/components/UEmpty/components/uDefault.js +18 -0
  346. package/es/components/UEmpty/components/uDeveloping.d.ts +2 -0
  347. package/es/components/UEmpty/components/uDeveloping.js +18 -0
  348. package/es/components/UEmpty/components/uFavorite.d.ts +2 -0
  349. package/es/components/UEmpty/components/uFavorite.js +18 -0
  350. package/es/components/UEmpty/components/uListDefault.d.ts +2 -0
  351. package/es/components/UEmpty/components/uListDefault.js +18 -0
  352. package/es/components/UEmpty/components/uListSearch.d.ts +2 -0
  353. package/es/components/UEmpty/components/uListSearch.js +18 -0
  354. package/es/components/UEmpty/components/uMap.d.ts +2 -0
  355. package/es/components/UEmpty/components/uMap.js +18 -0
  356. package/es/components/UEmpty/components/uSearch.d.ts +2 -0
  357. package/es/components/UEmpty/components/uSearch.js +18 -0
  358. package/es/components/UEmpty/empty.d.ts +2 -0
  359. package/es/components/UEmpty/empty.js +42 -0
  360. package/es/components/UEmpty/images/defaultnodata.png +0 -0
  361. package/es/components/UEmpty/images/developing.png +0 -0
  362. package/es/components/UEmpty/images/listdefaultnodata.png +0 -0
  363. package/es/components/UEmpty/images/listsearchnodata.png +0 -0
  364. package/es/components/UEmpty/images/noaccess.png +0 -0
  365. package/es/components/UEmpty/images/nofavoritedata.png +0 -0
  366. package/es/components/UEmpty/images/nomap.png +0 -0
  367. package/es/components/UEmpty/images/notfound.png +0 -0
  368. package/es/components/UEmpty/images/searchnodata.png +0 -0
  369. package/es/components/UEmpty/index.d.ts +30 -0
  370. package/es/components/UEmpty/index.js +83 -0
  371. package/es/components/UEmpty/simple.d.ts +2 -0
  372. package/es/components/UEmpty/simple.js +22 -0
  373. package/es/components/UEmpty/style/index.d.ts +2 -0
  374. package/es/components/UEmpty/style/index.js +2 -0
  375. package/es/components/UEmpty/style/index.less +60 -0
  376. package/es/components/UEmpty/style/rtl.less +10 -0
  377. package/es/components/UExportExcel/getGuid.d.ts +13 -0
  378. package/es/components/UExportExcel/getGuid.js +22 -0
  379. package/es/components/UExportExcel/index.d.ts +60 -0
  380. package/es/components/UExportExcel/index.js +205 -0
  381. package/es/components/UExportExcel/index.less +24 -0
  382. package/es/components/UExportExcel/isDate.d.ts +6 -0
  383. package/es/components/UExportExcel/isDate.js +8 -0
  384. package/es/components/UExportExcel/locale/en_US.d.ts +3 -0
  385. package/es/components/UExportExcel/locale/en_US.js +7 -0
  386. package/es/components/UExportExcel/locale/locale.d.ts +6 -0
  387. package/es/components/UExportExcel/locale/zh_CN.d.ts +3 -0
  388. package/es/components/UExportExcel/locale/zh_CN.js +7 -0
  389. package/es/components/UFeature/USingleFeafure.d.ts +2 -0
  390. package/es/components/UFeature/USingleFeafure.js +75 -0
  391. package/es/components/UFeature/USingleFeafure.less +24 -0
  392. package/es/components/UFeature/index.d.ts +33 -0
  393. package/es/components/UFeature/index.js +115 -0
  394. package/es/components/UFeature/style/index.d.ts +1 -0
  395. package/es/components/UFeature/style/index.js +1 -0
  396. package/es/components/UFeature/style/index.less +16 -0
  397. package/es/components/UFeature/style/mixin.less +26 -0
  398. package/es/components/UFeature/style/theme.less +2 -0
  399. package/es/components/UFileSelect/index.d.ts +16 -0
  400. package/es/components/UFileSelect/index.js +133 -0
  401. package/es/components/UFileSelect/locale/en_US.d.ts +3 -0
  402. package/es/components/UFileSelect/locale/en_US.js +5 -0
  403. package/es/components/UFileSelect/locale/locale.d.ts +4 -0
  404. package/es/components/UFileSelect/locale/zh_CN.d.ts +3 -0
  405. package/es/components/UFileSelect/locale/zh_CN.js +5 -0
  406. package/es/components/UFileSelect/style/index.d.ts +1 -0
  407. package/es/components/UFileSelect/style/index.js +1 -0
  408. package/es/components/UFileSelect/style/index.less +14 -0
  409. package/es/components/UFileSelect/style/mixin.less +65 -0
  410. package/es/components/UFileSelect/style/theme.less +24 -0
  411. package/es/components/UForm/ErrorList.d.ts +12 -0
  412. package/es/components/UForm/ErrorList.js +91 -0
  413. package/es/components/UForm/Form.d.ts +59 -0
  414. package/es/components/UForm/Form.js +318 -0
  415. package/es/components/UForm/FormItem/ItemHolder.d.ts +20 -0
  416. package/es/components/UForm/FormItem/ItemHolder.js +246 -0
  417. package/es/components/UForm/FormItem/index.d.ts +42 -0
  418. package/es/components/UForm/FormItem/index.js +360 -0
  419. package/es/components/UForm/FormItemInput.d.ts +27 -0
  420. package/es/components/UForm/FormItemInput.js +119 -0
  421. package/es/components/UForm/FormItemLabel.d.ts +24 -0
  422. package/es/components/UForm/FormItemLabel.js +105 -0
  423. package/es/components/UForm/FormList.d.ts +25 -0
  424. package/es/components/UForm/FormList.js +34 -0
  425. package/es/components/UForm/context.d.ts +57 -0
  426. package/es/components/UForm/context.js +39 -0
  427. package/es/components/UForm/hooks/useDebounce.d.ts +1 -0
  428. package/es/components/UForm/hooks/useDebounce.js +22 -0
  429. package/es/components/UForm/hooks/useForm.d.ts +7 -0
  430. package/es/components/UForm/hooks/useForm.js +53 -0
  431. package/es/components/UForm/hooks/useFormInstance.d.ts +2 -0
  432. package/es/components/UForm/hooks/useFormInstance.js +7 -0
  433. package/es/components/UForm/hooks/useFormItemStatus.d.ts +6 -0
  434. package/es/components/UForm/hooks/useFormItemStatus.js +12 -0
  435. package/es/components/UForm/hooks/useFrameState.d.ts +3 -0
  436. package/es/components/UForm/hooks/useFrameState.js +46 -0
  437. package/es/components/UForm/hooks/useItemRef.d.ts +3 -0
  438. package/es/components/UForm/hooks/useItemRef.js +20 -0
  439. package/es/components/UForm/index.d.ts +23 -0
  440. package/es/components/UForm/index.js +21 -0
  441. package/es/components/UForm/interface.d.ts +3 -0
  442. package/es/components/UForm/interface.js +1 -0
  443. package/es/components/UForm/style/components.less +16 -0
  444. package/es/components/UForm/style/horizontal.less +23 -0
  445. package/es/components/UForm/style/index.d.ts +4 -0
  446. package/es/components/UForm/style/index.js +5 -0
  447. package/es/components/UForm/style/index.less +457 -0
  448. package/es/components/UForm/style/inline.less +38 -0
  449. package/es/components/UForm/style/mixin.less +85 -0
  450. package/es/components/UForm/style/rtl.less +200 -0
  451. package/es/components/UForm/style/status.less +42 -0
  452. package/es/components/UForm/style/theme.less +5 -0
  453. package/es/components/UForm/style/vertical.less +93 -0
  454. package/es/components/UForm/util.d.ts +3 -0
  455. package/es/components/UForm/util.js +18 -0
  456. package/es/components/UFramePanel/images/pic01.png +0 -0
  457. package/es/components/UFramePanel/images/pic011.png +0 -0
  458. package/es/components/UFramePanel/images/pic02.png +0 -0
  459. package/es/components/UFramePanel/images/pic021.png +0 -0
  460. package/es/components/UFramePanel/images/pic03.png +0 -0
  461. package/es/components/UFramePanel/images/pic031.png +0 -0
  462. package/es/components/UFramePanel/images/pic04.png +0 -0
  463. package/es/components/UFramePanel/images/pic041.png +0 -0
  464. package/es/components/UFramePanel/index.d.ts +11 -0
  465. package/es/components/UFramePanel/index.js +130 -0
  466. package/es/components/UFramePanel/index.td.d.ts +17 -0
  467. package/es/components/UFramePanel/index.td.js +1 -0
  468. package/es/components/UFramePanel/style/index.d.ts +1 -0
  469. package/es/components/UFramePanel/style/index.js +1 -0
  470. package/es/components/UFramePanel/style/index.less +16 -0
  471. package/es/components/UFramePanel/style/mixin.less +87 -0
  472. package/es/components/UFramePanel/style/theme.less +21 -0
  473. package/es/components/UGrid/RowContext.d.ts +8 -0
  474. package/es/components/UGrid/RowContext.js +3 -0
  475. package/es/components/UGrid/col.d.ts +28 -0
  476. package/es/components/UGrid/col.js +83 -0
  477. package/es/components/UGrid/hooks/useBreakpoint.d.ts +3 -0
  478. package/es/components/UGrid/hooks/useBreakpoint.js +21 -0
  479. package/es/components/UGrid/index.d.ts +11 -0
  480. package/es/components/UGrid/index.js +12 -0
  481. package/es/components/UGrid/row.d.ts +20 -0
  482. package/es/components/UGrid/row.js +165 -0
  483. package/es/components/UGrid/style/index.d.ts +2 -0
  484. package/es/components/UGrid/style/index.js +2 -0
  485. package/es/components/UGrid/style/index.less +124 -0
  486. package/es/components/UGrid/style/mixin.less +56 -0
  487. package/es/components/UGrid/style/rtl.less +69 -0
  488. package/es/components/UIPInput/index.d.ts +19 -0
  489. package/es/components/UIPInput/index.js +392 -0
  490. package/es/components/UIPInput/locale/en_US.d.ts +3 -0
  491. package/es/components/UIPInput/locale/en_US.js +5 -0
  492. package/es/components/UIPInput/locale/locale.d.ts +4 -0
  493. package/es/components/UIPInput/locale/zh_CN.d.ts +3 -0
  494. package/es/components/UIPInput/locale/zh_CN.js +5 -0
  495. package/es/components/UIPInput/style/index.d.ts +1 -0
  496. package/es/components/UIPInput/style/index.js +1 -0
  497. package/es/components/UIPInput/style/index.less +14 -0
  498. package/es/components/UIPInput/style/mixin.less +115 -0
  499. package/es/components/UIPInput/style/theme.less +30 -0
  500. package/es/components/UIcon/icon/index.d.ts +4 -0
  501. package/es/components/UIcon/icon/index.js +7 -0
  502. package/es/components/UIcon/icon/style/index.d.ts +2 -0
  503. package/es/components/UIcon/icon/style/index.js +2 -0
  504. package/es/components/UIcon/icon/style/index.less +4 -0
  505. package/es/components/UIcon/icon.d.ts +916 -0
  506. package/es/components/UIcon/icon.js +4964 -0
  507. package/es/components/UIcon/index.d.ts +39 -0
  508. package/es/components/UIcon/index.js +75 -0
  509. package/es/components/UIcon/style/index.d.ts +1 -0
  510. package/es/components/UIcon/style/index.js +1 -0
  511. package/es/components/UIcon/style/index.less +16 -0
  512. package/es/components/UIcon/style/mixin.less +89 -0
  513. package/es/components/UIcon/style/theme.less +13 -0
  514. package/es/components/UImage/image/PreviewGroup.d.ts +13 -0
  515. package/es/components/UImage/image/PreviewGroup.js +47 -0
  516. package/es/components/UImage/image/index.d.ts +10 -0
  517. package/es/components/UImage/image/index.js +48 -0
  518. package/es/components/UImage/image/style/index.d.ts +2 -0
  519. package/es/components/UImage/image/style/index.js +2 -0
  520. package/es/components/UImage/image/style/index.less +203 -0
  521. package/es/components/UImage/index.d.ts +44 -0
  522. package/es/components/UImage/index.js +297 -0
  523. package/es/components/UImage/locale/en_US.d.ts +3 -0
  524. package/es/components/UImage/locale/en_US.js +4 -0
  525. package/es/components/UImage/locale/locale.d.ts +3 -0
  526. package/es/components/UImage/locale/zh_CN.d.ts +3 -0
  527. package/es/components/UImage/locale/zh_CN.js +4 -0
  528. package/es/components/UImage/style/index.d.ts +1 -0
  529. package/es/components/UImage/style/index.js +1 -0
  530. package/es/components/UImage/style/index.less +15 -0
  531. package/es/components/UImage/style/mixin.less +248 -0
  532. package/es/components/UImage/style/theme.less +7 -0
  533. package/es/components/UImageCropper/UImageCropper.js +300 -0
  534. package/es/components/UImageCropper/images/confirm.png +0 -0
  535. package/es/components/UImageCropper/images/empty.png +0 -0
  536. package/es/components/UImageCropper/images/enlarge.png +0 -0
  537. package/es/components/UImageCropper/images/frameSelection.png +0 -0
  538. package/es/components/UImageCropper/images/move.png +0 -0
  539. package/es/components/UImageCropper/images/narrow.png +0 -0
  540. package/es/components/UImageCropper/images/updata.png +0 -0
  541. package/es/components/UImageCropper/index.js +21 -0
  542. package/es/components/UImageCropper/locale/en_US.d.ts +3 -0
  543. package/es/components/UImageCropper/locale/en_US.js +12 -0
  544. package/es/components/UImageCropper/locale/locale.d.ts +11 -0
  545. package/es/components/UImageCropper/locale/zh_CN.d.ts +3 -0
  546. package/es/components/UImageCropper/locale/zh_CN.js +12 -0
  547. package/es/components/UImageCropper/style/index.d.ts +1 -0
  548. package/es/components/UImageCropper/style/index.js +1 -0
  549. package/es/components/UImageCropper/style/index.less +15 -0
  550. package/es/components/UImageCropper/style/mixin.less +57 -0
  551. package/es/components/UImageCropper/style/theme.less +2 -0
  552. package/es/components/UImageDetail/UImageBtm.d.ts +8 -0
  553. package/es/components/UImageDetail/UImageBtm.js +14 -0
  554. package/es/components/UImageDetail/UImageDetail.d.ts +25 -0
  555. package/es/components/UImageDetail/UImageDetail.js +105 -0
  556. package/es/components/UImageDetail/UImageHead.d.ts +8 -0
  557. package/es/components/UImageDetail/UImageHead.js +14 -0
  558. package/es/components/UImageDetail/UImageInfo.d.ts +8 -0
  559. package/es/components/UImageDetail/UImageInfo.js +14 -0
  560. package/es/components/UImageDetail/UImagePage.d.ts +12 -0
  561. package/es/components/UImageDetail/UImagePage.js +83 -0
  562. package/es/components/UImageDetail/UImageShow.d.ts +13 -0
  563. package/es/components/UImageDetail/UImageShow.js +97 -0
  564. package/es/components/UImageDetail/images/close_default.png +0 -0
  565. package/es/components/UImageDetail/images/close_hover.png +0 -0
  566. package/es/components/UImageDetail/images/empty.png +0 -0
  567. package/es/components/UImageDetail/images/next_default.png +0 -0
  568. package/es/components/UImageDetail/images/next_disable.png +0 -0
  569. package/es/components/UImageDetail/images/next_hover.png +0 -0
  570. package/es/components/UImageDetail/images/pre_default.png +0 -0
  571. package/es/components/UImageDetail/images/pre_disable.png +0 -0
  572. package/es/components/UImageDetail/images/pre_hover.png +0 -0
  573. package/es/components/UImageDetail/index.d.ts +3 -0
  574. package/es/components/UImageDetail/index.js +3 -0
  575. package/es/components/UImageDetail/locale/en_US.d.ts +3 -0
  576. package/es/components/UImageDetail/locale/en_US.js +11 -0
  577. package/es/components/UImageDetail/locale/locale.d.ts +7 -0
  578. package/es/components/UImageDetail/locale/zh_CN.d.ts +3 -0
  579. package/es/components/UImageDetail/locale/zh_CN.js +8 -0
  580. package/es/components/UImageDetail/style/index.d.ts +1 -0
  581. package/es/components/UImageDetail/style/index.js +1 -0
  582. package/es/components/UImageDetail/style/index.less +28 -0
  583. package/es/components/UImageDetail/style/mixin.less +210 -0
  584. package/es/components/UImageDetail/style/theme.less +21 -0
  585. package/es/components/UImportExcel/getGuid.d.ts +13 -0
  586. package/es/components/UImportExcel/getGuid.js +22 -0
  587. package/es/components/UImportExcel/index.d.ts +88 -0
  588. package/es/components/UImportExcel/index.js +1117 -0
  589. package/es/components/UImportExcel/isDate.d.ts +6 -0
  590. package/es/components/UImportExcel/isDate.js +8 -0
  591. package/es/components/UImportExcel/locale/en_US.d.ts +3 -0
  592. package/es/components/UImportExcel/locale/en_US.js +7 -0
  593. package/es/components/UImportExcel/locale/locale.d.ts +6 -0
  594. package/es/components/UImportExcel/locale/zh_CN.d.ts +3 -0
  595. package/es/components/UImportExcel/locale/zh_CN.js +7 -0
  596. package/es/components/UImportExcel/style/index.d.ts +1 -0
  597. package/es/components/UImportExcel/style/index.js +1 -0
  598. package/es/components/UImportExcel/style/index.less +33 -0
  599. package/es/components/UImportExcel/style/mixin.less +169 -0
  600. package/es/components/UImportExcel/style/theme.less +9 -0
  601. package/es/components/UInput/index.d.ts +36 -0
  602. package/es/components/UInput/index.js +256 -0
  603. package/es/components/UInput/input/ClearableLabeledInput.d.ts +39 -0
  604. package/es/components/UInput/input/ClearableLabeledInput.js +99 -0
  605. package/es/components/UInput/input/Group.d.ts +15 -0
  606. package/es/components/UInput/input/Group.js +36 -0
  607. package/es/components/UInput/input/Input.d.ts +20 -0
  608. package/es/components/UInput/input/Input.js +194 -0
  609. package/es/components/UInput/input/Password.d.ts +14 -0
  610. package/es/components/UInput/input/Password.js +111 -0
  611. package/es/components/UInput/input/Search.d.ts +10 -0
  612. package/es/components/UInput/input/Search.js +132 -0
  613. package/es/components/UInput/input/TextArea.d.ts +28 -0
  614. package/es/components/UInput/input/TextArea.js +206 -0
  615. package/es/components/UInput/input/hooks/useRemovePasswordTimeout.d.ts +3 -0
  616. package/es/components/UInput/input/hooks/useRemovePasswordTimeout.js +25 -0
  617. package/es/components/UInput/input/index.d.ts +20 -0
  618. package/es/components/UInput/input/index.js +12 -0
  619. package/es/components/UInput/input/style/IE11.less +20 -0
  620. package/es/components/UInput/input/style/affix.less +79 -0
  621. package/es/components/UInput/input/style/allow-clear.less +43 -0
  622. package/es/components/UInput/input/style/index.d.ts +3 -0
  623. package/es/components/UInput/input/style/index.js +5 -0
  624. package/es/components/UInput/input/style/index.less +88 -0
  625. package/es/components/UInput/input/style/mixin.less +457 -0
  626. package/es/components/UInput/input/style/rtl.less +210 -0
  627. package/es/components/UInput/input/style/search-input.less +121 -0
  628. package/es/components/UInput/input/style/status.less +42 -0
  629. package/es/components/UInput/input/utils.d.ts +3 -0
  630. package/es/components/UInput/input/utils.js +3 -0
  631. package/es/components/UInput/locale/en_US.d.ts +3 -0
  632. package/es/components/UInput/locale/en_US.js +4 -0
  633. package/es/components/UInput/locale/locale.d.ts +3 -0
  634. package/es/components/UInput/locale/zh_CN.d.ts +3 -0
  635. package/es/components/UInput/locale/zh_CN.js +4 -0
  636. package/es/components/UInput/style/index.d.ts +1 -0
  637. package/es/components/UInput/style/index.js +1 -0
  638. package/es/components/UInput/style/index.less +14 -0
  639. package/es/components/UInput/style/mixin.less +165 -0
  640. package/es/components/UInput/style/theme.less +46 -0
  641. package/es/components/UInputNumber/index.d.ts +31 -0
  642. package/es/components/UInputNumber/index.js +299 -0
  643. package/es/components/UInputNumber/input-number/index.d.ts +28 -0
  644. package/es/components/UInputNumber/input-number/index.js +148 -0
  645. package/es/components/UInputNumber/input-number/style/affix.less +84 -0
  646. package/es/components/UInputNumber/input-number/style/index.d.ts +2 -0
  647. package/es/components/UInputNumber/input-number/style/index.js +3 -0
  648. package/es/components/UInputNumber/input-number/style/index.less +249 -0
  649. package/es/components/UInputNumber/input-number/style/rtl.less +73 -0
  650. package/es/components/UInputNumber/input-number/style/status.less +31 -0
  651. package/es/components/UInputNumber/style/index.d.ts +1 -0
  652. package/es/components/UInputNumber/style/index.js +1 -0
  653. package/es/components/UInputNumber/style/index.less +16 -0
  654. package/es/components/UInputNumber/style/mixin.less +143 -0
  655. package/es/components/UInputNumber/style/theme.less +37 -0
  656. package/es/components/ULayout/Sider.d.ts +28 -0
  657. package/es/components/ULayout/Sider.js +184 -0
  658. package/es/components/ULayout/index.d.ts +14 -0
  659. package/es/components/ULayout/index.js +9 -0
  660. package/es/components/ULayout/layout.d.ts +23 -0
  661. package/es/components/ULayout/layout.js +124 -0
  662. package/es/components/ULayout/style/index.d.ts +2 -0
  663. package/es/components/ULayout/style/index.js +2 -0
  664. package/es/components/ULayout/style/index.less +145 -0
  665. package/es/components/ULayout/style/light.less +11 -0
  666. package/es/components/ULayout/style/rtl.less +10 -0
  667. package/es/components/ULazyPanel/LazyLoad.d.ts +42 -0
  668. package/es/components/ULazyPanel/LazyLoad.js +131 -0
  669. package/es/components/ULazyPanel/index.d.ts +21 -0
  670. package/es/components/ULazyPanel/index.js +336 -0
  671. package/es/components/ULazyPanel/style/index.d.ts +1 -0
  672. package/es/components/ULazyPanel/style/index.js +1 -0
  673. package/es/components/ULazyPanel/style/index.less +16 -0
  674. package/es/components/ULazyPanel/style/mixin.less +127 -0
  675. package/es/components/ULazyPanel/style/theme.less +71 -0
  676. package/es/components/ULazyPanel/utils/index.js +25 -0
  677. package/es/components/UList/Item.d.ts +26 -0
  678. package/es/components/UList/Item.js +101 -0
  679. package/es/components/UList/index.d.ts +55 -0
  680. package/es/components/UList/index.js +214 -0
  681. package/es/components/UList/style/bordered.less +44 -0
  682. package/es/components/UList/style/customize.less +4 -0
  683. package/es/components/UList/style/index.d.ts +6 -0
  684. package/es/components/UList/style/index.js +7 -0
  685. package/es/components/UList/style/index.less +249 -0
  686. package/es/components/UList/style/responsive.less +43 -0
  687. package/es/components/UList/style/rtl.less +139 -0
  688. package/es/components/ULoading/index.d.ts +15 -0
  689. package/es/components/ULoading/index.js +89 -0
  690. package/es/components/ULoading/style/index.d.ts +1 -0
  691. package/es/components/ULoading/style/index.js +1 -0
  692. package/es/components/ULoading/style/index.less +14 -0
  693. package/es/components/ULoading/style/mixin.less +144 -0
  694. package/es/components/ULoading/style/theme.less +7 -0
  695. package/es/components/UMap/index.js +30 -0
  696. package/es/components/UMap/locale/en_US.d.ts +3 -0
  697. package/es/components/UMap/locale/en_US.js +134 -0
  698. package/es/components/UMap/locale/locale.d.ts +148 -0
  699. package/es/components/UMap/locale/zh_CN.d.ts +3 -0
  700. package/es/components/UMap/locale/zh_CN.js +134 -0
  701. package/es/components/UMap/map/api/MapApi.js +299 -0
  702. package/es/components/UMap/map/assets/SvgIcon.js +1561 -0
  703. package/es/components/UMap/map/assets/images/bg.png +0 -0
  704. package/es/components/UMap/map/assets/images/cameraBg.png +0 -0
  705. package/es/components/UMap/map/assets/images/cluster.png +0 -0
  706. package/es/components/UMap/map/assets/images/deleteImg.png +0 -0
  707. package/es/components/UMap/map/assets/images/devIconDefault.png +0 -0
  708. package/es/components/UMap/map/assets/images/index.js +3 -0
  709. package/es/components/UMap/map/assets/images/location.png +0 -0
  710. package/es/components/UMap/map/assets/images/point-end.png +0 -0
  711. package/es/components/UMap/map/assets/images/point-start.png +0 -0
  712. package/es/components/UMap/map/assets/images/underfloor.png +0 -0
  713. package/es/components/UMap/map/assets/images/underfloorGrey.png +0 -0
  714. package/es/components/UMap/map/assets/images/underfloorHover.png +0 -0
  715. package/es/components/UMap/map/assets/images/upstair.png +0 -0
  716. package/es/components/UMap/map/assets/images/upstairGrey.png +0 -0
  717. package/es/components/UMap/map/assets/images/upstairHover.png +0 -0
  718. package/es/components/UMap/map/components/BuildFloor/index.js +166 -0
  719. package/es/components/UMap/map/components/BuildFloor/index.less +134 -0
  720. package/es/components/UMap/map/components/Bus/BusKey.d.ts +33 -0
  721. package/es/components/UMap/map/components/Bus/BusKey.js +51 -0
  722. package/es/components/UMap/map/components/Bus/DataBus.d.ts +34 -0
  723. package/es/components/UMap/map/components/Bus/DataBus.js +80 -0
  724. package/es/components/UMap/map/components/Bus/EventBus.d.ts +45 -0
  725. package/es/components/UMap/map/components/Bus/EventBus.js +145 -0
  726. package/es/components/UMap/map/components/ComInterface.d.ts +42 -0
  727. package/es/components/UMap/map/components/ComInterface.js +7 -0
  728. package/es/components/UMap/map/components/FloorSelect/index.js +92 -0
  729. package/es/components/UMap/map/components/FloorSelect/index.less +84 -0
  730. package/es/components/UMap/map/components/MapSelect/index.js +340 -0
  731. package/es/components/UMap/map/components/MapServerPointManage/CommonFunc.js +337 -0
  732. package/es/components/UMap/map/components/MapServerPointManage/Enum.js +133 -0
  733. package/es/components/UMap/map/components/MapServerPointManage/Image/GPS-Off-line.png +0 -0
  734. package/es/components/UMap/map/components/MapServerPointManage/Image/GPS-On-line.png +0 -0
  735. package/es/components/UMap/map/components/MapServerPointManage/Image/GPS32.png +0 -0
  736. package/es/components/UMap/map/components/MapServerPointManage/Image/GPS48.png +0 -0
  737. package/es/components/UMap/map/components/MapServerPointManage/Image/GPS64.png +0 -0
  738. package/es/components/UMap/map/components/MapServerPointManage/Image/btndel.png +0 -0
  739. package/es/components/UMap/map/components/MapServerPointManage/Image/btndelover.png +0 -0
  740. package/es/components/UMap/map/components/MapServerPointManage/Image/cam_qiang.png +0 -0
  741. package/es/components/UMap/map/components/MapServerPointManage/Image/cameraCluster48.png +0 -0
  742. package/es/components/UMap/map/components/MapServerPointManage/Image/cameraCluster64.png +0 -0
  743. package/es/components/UMap/map/components/MapServerPointManage/Image/commit.png +0 -0
  744. package/es/components/UMap/map/components/MapServerPointManage/Image/commitover.png +0 -0
  745. package/es/components/UMap/map/components/MapServerPointManage/Image/customer.png +0 -0
  746. package/es/components/UMap/map/components/MapServerPointManage/Image/customerImage.png +0 -0
  747. package/es/components/UMap/map/components/MapServerPointManage/Image/defence.png +0 -0
  748. package/es/components/UMap/map/components/MapServerPointManage/Image/folder.png +0 -0
  749. package/es/components/UMap/map/components/MapServerPointManage/Image/gps.png +0 -0
  750. package/es/components/UMap/map/components/MapServerPointManage/Image/rotate.png +0 -0
  751. package/es/components/UMap/map/components/MapServerPointManage/Image/tollgate.png +0 -0
  752. package/es/components/UMap/map/components/MapServerPointManage/Image/tollgateCluster48.png +0 -0
  753. package/es/components/UMap/map/components/MapServerPointManage/Image/tollgateCluster64.png +0 -0
  754. package/es/components/UMap/map/components/MapServerPointManage/Layers/ArchivesCamera/ArchivesCamera.js +956 -0
  755. package/es/components/UMap/map/components/MapServerPointManage/Layers/Camera/Camera.js +856 -0
  756. package/es/components/UMap/map/components/MapServerPointManage/Layers/Camera/CameraMenu.js +467 -0
  757. package/es/components/UMap/map/components/MapServerPointManage/Layers/Camera/CameraViewShed.js +522 -0
  758. package/es/components/UMap/map/components/MapServerPointManage/Layers/Customer/Customer.js +526 -0
  759. package/es/components/UMap/map/components/MapServerPointManage/Layers/Customer/CustomerMenu.js +611 -0
  760. package/es/components/UMap/map/components/MapServerPointManage/Layers/Defence/Defence.js +234 -0
  761. package/es/components/UMap/map/components/MapServerPointManage/Layers/Defence/DefenceMenu.js +264 -0
  762. package/es/components/UMap/map/components/MapServerPointManage/Layers/Dictionary.js +259 -0
  763. package/es/components/UMap/map/components/MapServerPointManage/Layers/Gps/Gps.js +893 -0
  764. package/es/components/UMap/map/components/MapServerPointManage/Layers/Gps/GpsMenu.js +333 -0
  765. package/es/components/UMap/map/components/MapServerPointManage/Layers/Gps/SubSocketCenter.js +519 -0
  766. package/es/components/UMap/map/components/MapServerPointManage/Layers/LayerTree.js +363 -0
  767. package/es/components/UMap/map/components/MapServerPointManage/Layers/Tollgate/Tollgate.js +456 -0
  768. package/es/components/UMap/map/components/MapServerPointManage/Layers/Tollgate/TollgateMenu.js +593 -0
  769. package/es/components/UMap/map/components/MapServerPointManage/Layers/ToolTipForm.js +15 -0
  770. package/es/components/UMap/map/components/MapServerPointManage/Layers/ToolTipInfo.less +19 -0
  771. package/es/components/UMap/map/components/MapServerPointManage/Layers/layer.less +119 -0
  772. package/es/components/UMap/map/components/MapServerPointManage/MapLayer.js +541 -0
  773. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20000-1-1.png +0 -0
  774. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20000-1-2.png +0 -0
  775. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20000-2-1.png +0 -0
  776. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20000-2-2.png +0 -0
  777. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20000-3007-1.png +0 -0
  778. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20000-3007-2.png +0 -0
  779. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20000-7-1.png +0 -0
  780. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20000-7-2.png +0 -0
  781. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20000-8-1.png +0 -0
  782. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20000-8-2.png +0 -0
  783. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20001-1-1.png +0 -0
  784. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20001-2-1.png +0 -0
  785. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20001-3007-1.png +0 -0
  786. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20001-7-1.png +0 -0
  787. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20001-8-1.png +0 -0
  788. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20002-1-1.png +0 -0
  789. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20002-2-1.png +0 -0
  790. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20002-3007-1.png +0 -0
  791. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20002-7-1.png +0 -0
  792. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20002-8-1.png +0 -0
  793. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20003-1-1.png +0 -0
  794. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20003-2-1.png +0 -0
  795. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20003-3007-1.png +0 -0
  796. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20003-7-1.png +0 -0
  797. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20003-8-1.png +0 -0
  798. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20004-1-1.png +0 -0
  799. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20004-2-1.png +0 -0
  800. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20004-3007-1.png +0 -0
  801. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20004-7-1.png +0 -0
  802. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20004-8-1.png +0 -0
  803. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20005-1-1.png +0 -0
  804. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20005-2-1.png +0 -0
  805. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20005-3007-1.png +0 -0
  806. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20005-7-1.png +0 -0
  807. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20005-8-1.png +0 -0
  808. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20006-1-1.png +0 -0
  809. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20006-2-1.png +0 -0
  810. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20006-3007-1.png +0 -0
  811. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20006-7-1.png +0 -0
  812. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20006-8-1.png +0 -0
  813. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20007-1-1.png +0 -0
  814. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20007-2-1.png +0 -0
  815. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20007-3007-1.png +0 -0
  816. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20007-7-1.png +0 -0
  817. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/20007-8-1.png +0 -0
  818. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CameraIcon/CameraIcon.js +93 -0
  819. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/1.png +0 -0
  820. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/10.png +0 -0
  821. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/11.png +0 -0
  822. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/12.png +0 -0
  823. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/13.png +0 -0
  824. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/14.png +0 -0
  825. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/15.png +0 -0
  826. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/16.png +0 -0
  827. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/17.png +0 -0
  828. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/18.png +0 -0
  829. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/19.png +0 -0
  830. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/2.png +0 -0
  831. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/20.png +0 -0
  832. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/21.png +0 -0
  833. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/22.png +0 -0
  834. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/23.png +0 -0
  835. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/24.png +0 -0
  836. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/25.png +0 -0
  837. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/26.png +0 -0
  838. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/27.png +0 -0
  839. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/28.png +0 -0
  840. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/29.png +0 -0
  841. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/3-offline.png +0 -0
  842. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/3-online.png +0 -0
  843. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/3.png +0 -0
  844. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/30.png +0 -0
  845. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/31.png +0 -0
  846. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/32.png +0 -0
  847. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/4.png +0 -0
  848. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/40.png +0 -0
  849. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/41.png +0 -0
  850. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/5.png +0 -0
  851. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/6.png +0 -0
  852. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/7.png +0 -0
  853. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/8.png +0 -0
  854. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/9.png +0 -0
  855. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/CustomIcon/CustomImg.js +77 -0
  856. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons/GpsImg.js +77 -0
  857. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons/point.png +0 -0
  858. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23724-351.png +0 -0
  859. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23724-363.png +0 -0
  860. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23724-364.png +0 -0
  861. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23724-365.png +0 -0
  862. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23724-366.png +0 -0
  863. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23724-367.png +0 -0
  864. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23724-368.png +0 -0
  865. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23724-369.png +0 -0
  866. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23732-733.png +0 -0
  867. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23732-734.png +0 -0
  868. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23732-735.png +0 -0
  869. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23732-736.png +0 -0
  870. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23732-737.png +0 -0
  871. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23732-738.png +0 -0
  872. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23732-739.png +0 -0
  873. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/345/257/23732-740.png +0 -0
  874. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24624-352.png +0 -0
  875. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24624-353.png +0 -0
  876. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24624-354.png +0 -0
  877. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24624-355.png +0 -0
  878. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24624-356.png +0 -0
  879. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24624-357.png +0 -0
  880. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24624-358.png +0 -0
  881. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24624-359.png +0 -0
  882. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24624-360.png +0 -0
  883. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24624-362.png +0 -0
  884. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24632-723.png +0 -0
  885. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24632-724.png +0 -0
  886. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24632-725.png +0 -0
  887. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24632-726.png +0 -0
  888. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24632-727.png +0 -0
  889. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24632-728.png +0 -0
  890. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24632-729.png +0 -0
  891. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24632-730.png +0 -0
  892. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24632-731.png +0 -0
  893. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/GpsIcons//350/255/246/350/275/24632-732.png +0 -0
  894. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/TollgateIcon/30000-31-1.png +0 -0
  895. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/TollgateIcon/30000-31-2.png +0 -0
  896. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/TollgateIcon/30001-31-1.png +0 -0
  897. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/TollgateIcon/30002-31-1.png +0 -0
  898. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/TollgateIcon/30003-31-1.png +0 -0
  899. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/TollgateIcon/30004-31-1.png +0 -0
  900. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/TollgateIcon/30005-31-1.png +0 -0
  901. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/TollgateIcon/30006-31-1.png +0 -0
  902. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/TollgateIcon/30007-31-1.png +0 -0
  903. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/TollgateIcon/TollgateIcon.js +21 -0
  904. package/es/components/UMap/map/components/MapServerPointManage/MarkerIcon/upright.png +0 -0
  905. package/es/components/UMap/map/components/MapServerPointManage/MarkerMenu/MarkerMenu.js +95 -0
  906. package/es/components/UMap/map/components/MapServerPointManage/RequestFunc.js +803 -0
  907. package/es/components/UMap/map/components/MapServerPointManage/style/index.d.ts +1 -0
  908. package/es/components/UMap/map/components/MapServerPointManage/style/index.js +1 -0
  909. package/es/components/UMap/map/components/MapServerPointManage/style/index.less +26 -0
  910. package/es/components/UMap/map/components/MapServerPointManage/style/mixin.less +51 -0
  911. package/es/components/UMap/map/components/MapServerPointManage/style/theme.less +129 -0
  912. package/es/components/UMap/map/components/MapServerPointSearch/index.js +445 -0
  913. package/es/components/UMap/map/components/MapServerPointSearch/index.less +102 -0
  914. package/es/components/UMap/map/components/MapSwitch/index.d.ts +12 -0
  915. package/es/components/UMap/map/components/MapSwitch/index.js +525 -0
  916. package/es/components/UMap/map/components/MapSwitch/index.less +77 -0
  917. package/es/components/UMap/map/components/MapToolMenu/Map3D.js +1603 -0
  918. package/es/components/UMap/map/components/MapToolMenu/index.js +1267 -0
  919. package/es/components/UMap/map/components/MapToolMenu/index.less +537 -0
  920. package/es/components/UMap/map/components/PointDraw/PointStyle.d.ts +40 -0
  921. package/es/components/UMap/map/components/PointDraw/PointStyle.js +163 -0
  922. package/es/components/UMap/map/components/PointDraw/core.d.ts +330 -0
  923. package/es/components/UMap/map/components/PointDraw/core.js +364 -0
  924. package/es/components/UMap/map/components/PointDraw/index.d.ts +214 -0
  925. package/es/components/UMap/map/components/PointDraw/index.js +968 -0
  926. package/es/components/UMap/map/components/PointDraw/index.less +95 -0
  927. package/es/components/UMap/map/components/PointDraw/loaders/ILoader.d.ts +35 -0
  928. package/es/components/UMap/map/components/PointDraw/loaders/ILoader.js +16 -0
  929. package/es/components/UMap/map/components/PointDraw/loaders/index.d.ts +6 -0
  930. package/es/components/UMap/map/components/PointDraw/loaders/index.js +3 -0
  931. package/es/components/UMap/map/components/PointDraw/loaders/loader2d.d.ts +48 -0
  932. package/es/components/UMap/map/components/PointDraw/loaders/loader2d.js +243 -0
  933. package/es/components/UMap/map/components/PointDraw/loaders/loader3d.d.ts +33 -0
  934. package/es/components/UMap/map/components/PointDraw/loaders/loader3d.js +220 -0
  935. package/es/components/UMap/map/components/PointDraw/modelcluster/index.d.ts +107 -0
  936. package/es/components/UMap/map/components/PointDraw/modelcluster/index.js +534 -0
  937. package/es/components/UMap/map/components/PointDraw/renderers/DomPointRenderer.d.ts +17 -0
  938. package/es/components/UMap/map/components/PointDraw/renderers/DomPointRenderer.js +163 -0
  939. package/es/components/UMap/map/components/PointDraw/renderers/IPointRenderer.d.ts +81 -0
  940. package/es/components/UMap/map/components/PointDraw/renderers/IPointRenderer.js +38 -0
  941. package/es/components/UMap/map/components/PointDraw/renderers/LabelPointRenderer.d.ts +18 -0
  942. package/es/components/UMap/map/components/PointDraw/renderers/LabelPointRenderer.js +273 -0
  943. package/es/components/UMap/map/components/PointDraw/renderers/ModelPointRenderer.d.ts +18 -0
  944. package/es/components/UMap/map/components/PointDraw/renderers/ModelPointRenderer.js +341 -0
  945. package/es/components/UMap/map/components/PointDraw/renderers/index.d.ts +6 -0
  946. package/es/components/UMap/map/components/PointDraw/renderers/index.js +5 -0
  947. package/es/components/UMap/map/components/PointDraw/renderers/outBindPointRenderer.d.ts +14 -0
  948. package/es/components/UMap/map/components/PointDraw/renderers/outBindPointRenderer.js +96 -0
  949. package/es/components/UMap/map/components/Track/index.js +1051 -0
  950. package/es/components/UMap/map/components/Track/index.less +60 -0
  951. package/es/components/UMap/map/components/VisualConfig/index.d.ts +11 -0
  952. package/es/components/UMap/map/components/VisualConfig/index.js +179 -0
  953. package/es/components/UMap/map/components/VisualConfig/index.less +30 -0
  954. package/es/components/UMap/map/components/independentMode/index.d.ts +20 -0
  955. package/es/components/UMap/map/components/independentMode/index.js +57 -0
  956. package/es/components/UMap/map/images/CustomIcon/1.png +0 -0
  957. package/es/components/UMap/map/images/CustomIcon/10.png +0 -0
  958. package/es/components/UMap/map/images/CustomIcon/1000001.png +0 -0
  959. package/es/components/UMap/map/images/CustomIcon/1000002.png +0 -0
  960. package/es/components/UMap/map/images/CustomIcon/1001.png +0 -0
  961. package/es/components/UMap/map/images/CustomIcon/11.png +0 -0
  962. package/es/components/UMap/map/images/CustomIcon/12.png +0 -0
  963. package/es/components/UMap/map/images/CustomIcon/13.png +0 -0
  964. package/es/components/UMap/map/images/CustomIcon/14.png +0 -0
  965. package/es/components/UMap/map/images/CustomIcon/15.png +0 -0
  966. package/es/components/UMap/map/images/CustomIcon/16.png +0 -0
  967. package/es/components/UMap/map/images/CustomIcon/17.png +0 -0
  968. package/es/components/UMap/map/images/CustomIcon/18.png +0 -0
  969. package/es/components/UMap/map/images/CustomIcon/19.png +0 -0
  970. package/es/components/UMap/map/images/CustomIcon/2.png +0 -0
  971. package/es/components/UMap/map/images/CustomIcon/20.png +0 -0
  972. package/es/components/UMap/map/images/CustomIcon/21.png +0 -0
  973. package/es/components/UMap/map/images/CustomIcon/22.png +0 -0
  974. package/es/components/UMap/map/images/CustomIcon/23.png +0 -0
  975. package/es/components/UMap/map/images/CustomIcon/24.png +0 -0
  976. package/es/components/UMap/map/images/CustomIcon/25.png +0 -0
  977. package/es/components/UMap/map/images/CustomIcon/26.png +0 -0
  978. package/es/components/UMap/map/images/CustomIcon/27.png +0 -0
  979. package/es/components/UMap/map/images/CustomIcon/28.png +0 -0
  980. package/es/components/UMap/map/images/CustomIcon/29.png +0 -0
  981. package/es/components/UMap/map/images/CustomIcon/3-offline.png +0 -0
  982. package/es/components/UMap/map/images/CustomIcon/3-online.png +0 -0
  983. package/es/components/UMap/map/images/CustomIcon/3.png +0 -0
  984. package/es/components/UMap/map/images/CustomIcon/30.png +0 -0
  985. package/es/components/UMap/map/images/CustomIcon/31.png +0 -0
  986. package/es/components/UMap/map/images/CustomIcon/32.png +0 -0
  987. package/es/components/UMap/map/images/CustomIcon/4.png +0 -0
  988. package/es/components/UMap/map/images/CustomIcon/40.png +0 -0
  989. package/es/components/UMap/map/images/CustomIcon/41.png +0 -0
  990. package/es/components/UMap/map/images/CustomIcon/5.png +0 -0
  991. package/es/components/UMap/map/images/CustomIcon/6.png +0 -0
  992. package/es/components/UMap/map/images/CustomIcon/7.png +0 -0
  993. package/es/components/UMap/map/images/CustomIcon/8.png +0 -0
  994. package/es/components/UMap/map/images/CustomIcon/9.png +0 -0
  995. package/es/components/UMap/map/images/CustomIcon/CustomImg.js +81 -0
  996. package/es/components/UMap/map/images/centerPoint.png +0 -0
  997. package/es/components/UMap/map/images/icon16.png +0 -0
  998. package/es/components/UMap/map/images/icon24.png +0 -0
  999. package/es/components/UMap/map/images/imosMap24.png +0 -0
  1000. package/es/components/UMap/map/images/layer.png +0 -0
  1001. package/es/components/UMap/map/images/layer_hover.png +0 -0
  1002. package/es/components/UMap/map/images/local-hover.png +0 -0
  1003. package/es/components/UMap/map/images/local.png +0 -0
  1004. package/es/components/UMap/map/images/mapLocationSecu.png +0 -0
  1005. package/es/components/UMap/map/images/moveDefault.png +0 -0
  1006. package/es/components/UMap/map/images/poi.png +0 -0
  1007. package/es/components/UMap/map/images/point_blue.png +0 -0
  1008. package/es/components/UMap/map/images/point_red.png +0 -0
  1009. package/es/components/UMap/map/images/pop.png +0 -0
  1010. package/es/components/UMap/map/images/searchEmpty.png +0 -0
  1011. package/es/components/UMap/map/images/searchIcon/1001_1_1.png +0 -0
  1012. package/es/components/UMap/map/images/searchIcon/1001_1_2.png +0 -0
  1013. package/es/components/UMap/map/images/searchIcon/1001_2_1.png +0 -0
  1014. package/es/components/UMap/map/images/searchIcon/1001_2_2.png +0 -0
  1015. package/es/components/UMap/map/images/searchIcon/1001_3007_1.png +0 -0
  1016. package/es/components/UMap/map/images/searchIcon/1001_3007_2.png +0 -0
  1017. package/es/components/UMap/map/images/searchIcon/1001_7_1.png +0 -0
  1018. package/es/components/UMap/map/images/searchIcon/1001_7_2.png +0 -0
  1019. package/es/components/UMap/map/images/searchIcon/1001_8_1.png +0 -0
  1020. package/es/components/UMap/map/images/searchIcon/1001_8_2.png +0 -0
  1021. package/es/components/UMap/map/images/searchIcon/119_42_1.png +0 -0
  1022. package/es/components/UMap/map/images/searchIcon/119_42_2.png +0 -0
  1023. package/es/components/UMap/map/images/searchIcon/2200_29_1.png +0 -0
  1024. package/es/components/UMap/map/images/searchIcon/2200_30_1.png +0 -0
  1025. package/es/components/UMap/map/images/searchIcon/31_31_1.png +0 -0
  1026. package/es/components/UMap/map/images/searchIcon/31_31_2.png +0 -0
  1027. package/es/components/UMap/map/images/sprites.png +0 -0
  1028. package/es/components/UMap/map/index.js +1 -0
  1029. package/es/components/UMap/map/pages/Map.js +2860 -0
  1030. package/es/components/UMap/map/pages/Map.less +194 -0
  1031. package/es/components/UMap/map/util/MapControl.d.ts +43 -0
  1032. package/es/components/UMap/map/util/MapControl.js +90 -0
  1033. package/es/components/UMap/map/util/ScreenMapControl.d.ts +511 -0
  1034. package/es/components/UMap/map/util/ScreenMapControl.js +2162 -0
  1035. package/es/components/UMap/map/util/StreamMapControl.d.ts +414 -0
  1036. package/es/components/UMap/map/util/StreamMapControl.js +1315 -0
  1037. package/es/components/UMap/map/util/constants.js +137 -0
  1038. package/es/components/UMap/map/util/eventBus.js +26 -0
  1039. package/es/components/UMap/map/util/log.d.ts +19 -0
  1040. package/es/components/UMap/map/util/log.js +42 -0
  1041. package/es/components/UMap/map/util/mapEnv.d.ts +34 -0
  1042. package/es/components/UMap/map/util/mapEnv.js +53 -0
  1043. package/es/components/UMap/map/util/publicFun.js +505 -0
  1044. package/es/components/UMap/map/util/request.js +101 -0
  1045. package/es/components/UMap/style/index.d.ts +1 -0
  1046. package/es/components/UMap/style/index.js +1 -0
  1047. package/es/components/UMap/style/index.less +26 -0
  1048. package/es/components/UMap/style/mixin.less +257 -0
  1049. package/es/components/UMap/style/theme.less +137 -0
  1050. package/es/components/UMentions/index.d.ts +36 -0
  1051. package/es/components/UMentions/index.js +159 -0
  1052. package/es/components/UMentions/style/index.d.ts +3 -0
  1053. package/es/components/UMentions/style/index.js +5 -0
  1054. package/es/components/UMentions/style/index.less +179 -0
  1055. package/es/components/UMentions/style/rtl.less +10 -0
  1056. package/es/components/UMentions/style/status.less +16 -0
  1057. package/es/components/UMenu/MenuContext.d.ts +12 -0
  1058. package/es/components/UMenu/MenuContext.js +7 -0
  1059. package/es/components/UMenu/MenuDivider.d.ts +9 -0
  1060. package/es/components/UMenu/MenuDivider.js +23 -0
  1061. package/es/components/UMenu/MenuItem.d.ts +16 -0
  1062. package/es/components/UMenu/MenuItem.js +110 -0
  1063. package/es/components/UMenu/OverrideContext.d.ts +11 -0
  1064. package/es/components/UMenu/OverrideContext.js +21 -0
  1065. package/es/components/UMenu/SubMenu.d.ts +23 -0
  1066. package/es/components/UMenu/SubMenu.js +47 -0
  1067. package/es/components/UMenu/hooks/useItems.d.ts +26 -0
  1068. package/es/components/UMenu/hooks/useItems.js +62 -0
  1069. package/es/components/UMenu/index.d.ts +27 -0
  1070. package/es/components/UMenu/index.js +169 -0
  1071. package/es/components/UMenu/style/dark.less +186 -0
  1072. package/es/components/UMenu/style/index.d.ts +3 -0
  1073. package/es/components/UMenu/style/index.js +5 -0
  1074. package/es/components/UMenu/style/index.less +709 -0
  1075. package/es/components/UMenu/style/light.less +12 -0
  1076. package/es/components/UMenu/style/rtl.less +165 -0
  1077. package/es/components/UMenu/style/status.less +49 -0
  1078. package/es/components/UMessageBox/images/msgDark.png +0 -0
  1079. package/es/components/UMessageBox/images/msgIcon.png +0 -0
  1080. package/es/components/UMessageBox/index.d.ts +32 -0
  1081. package/es/components/UMessageBox/index.js +118 -0
  1082. package/es/components/UMessageBox/message/hooks/useMessage.d.ts +7 -0
  1083. package/es/components/UMessageBox/message/hooks/useMessage.js +79 -0
  1084. package/es/components/UMessageBox/message/index.d.ts +62 -0
  1085. package/es/components/UMessageBox/message/index.js +226 -0
  1086. package/es/components/UMessageBox/message/style/index.d.ts +2 -0
  1087. package/es/components/UMessageBox/message/style/index.js +2 -0
  1088. package/es/components/UMessageBox/message/style/index.less +98 -0
  1089. package/es/components/UMessageBox/message/style/rtl.less +17 -0
  1090. package/es/components/UMessageBox/style/index.d.ts +1 -0
  1091. package/es/components/UMessageBox/style/index.js +1 -0
  1092. package/es/components/UMessageBox/style/index.less +16 -0
  1093. package/es/components/UMessageBox/style/mixin.less +86 -0
  1094. package/es/components/UMessageBox/style/theme.less +12 -0
  1095. package/es/components/UModal/images/form_delete_default.png +0 -0
  1096. package/es/components/UModal/images/form_delete_hover.png +0 -0
  1097. package/es/components/UModal/images/icon_delete_default.png +0 -0
  1098. package/es/components/UModal/images/icon_delete_down.png +0 -0
  1099. package/es/components/UModal/images/icon_delete_hover.png +0 -0
  1100. package/es/components/UModal/index.d.ts +40 -0
  1101. package/es/components/UModal/index.js +322 -0
  1102. package/es/components/UModal/modal/ConfirmDialog.d.ts +12 -0
  1103. package/es/components/UModal/modal/ConfirmDialog.js +125 -0
  1104. package/es/components/UModal/modal/Modal.d.ts +120 -0
  1105. package/es/components/UModal/modal/Modal.js +116 -0
  1106. package/es/components/UModal/modal/confirm.d.ts +22 -0
  1107. package/es/components/UModal/modal/confirm.js +179 -0
  1108. package/es/components/UModal/modal/destroyFns.d.ts +2 -0
  1109. package/es/components/UModal/modal/destroyFns.js +2 -0
  1110. package/es/components/UModal/modal/index.d.ts +13 -0
  1111. package/es/components/UModal/modal/index.js +34 -0
  1112. package/es/components/UModal/modal/locale.d.ts +8 -0
  1113. package/es/components/UModal/modal/locale.js +12 -0
  1114. package/es/components/UModal/modal/style/confirm.less +79 -0
  1115. package/es/components/UModal/modal/style/index.d.ts +3 -0
  1116. package/es/components/UModal/modal/style/index.js +5 -0
  1117. package/es/components/UModal/modal/style/index.less +7 -0
  1118. package/es/components/UModal/modal/style/modal.less +134 -0
  1119. package/es/components/UModal/modal/style/rtl.less +74 -0
  1120. package/es/components/UModal/modal/useModal/HookModal.d.ts +12 -0
  1121. package/es/components/UModal/modal/useModal/HookModal.js +71 -0
  1122. package/es/components/UModal/modal/useModal/index.d.ts +3 -0
  1123. package/es/components/UModal/modal/useModal/index.js +104 -0
  1124. package/es/components/UModal/style/index.d.ts +1 -0
  1125. package/es/components/UModal/style/index.js +1 -0
  1126. package/es/components/UModal/style/index.less +14 -0
  1127. package/es/components/UModal/style/mixin.less +401 -0
  1128. package/es/components/UModal/style/theme.less +23 -0
  1129. package/es/components/UNotification/hooks/useNotification.d.ts +7 -0
  1130. package/es/components/UNotification/hooks/useNotification.js +55 -0
  1131. package/es/components/UNotification/index.d.ts +56 -0
  1132. package/es/components/UNotification/index.js +275 -0
  1133. package/es/components/UNotification/style/index.d.ts +2 -0
  1134. package/es/components/UNotification/style/index.js +2 -0
  1135. package/es/components/UNotification/style/index.less +205 -0
  1136. package/es/components/UNotification/style/placement.less +68 -0
  1137. package/es/components/UNotification/style/rtl.less +53 -0
  1138. package/es/components/UPageHeader/index.d.ts +25 -0
  1139. package/es/components/UPageHeader/index.js +150 -0
  1140. package/es/components/UPageHeader/style/index.d.ts +4 -0
  1141. package/es/components/UPageHeader/style/index.js +5 -0
  1142. package/es/components/UPageHeader/style/index.less +122 -0
  1143. package/es/components/UPageHeader/style/rtl.less +77 -0
  1144. package/es/components/UPagination/index.d.ts +20 -0
  1145. package/es/components/UPagination/index.js +60 -0
  1146. package/es/components/UPagination/pagination/Pagination.d.ts +19 -0
  1147. package/es/components/UPagination/pagination/Pagination.js +99 -0
  1148. package/es/components/UPagination/pagination/Select.d.ts +9 -0
  1149. package/es/components/UPagination/pagination/Select.js +15 -0
  1150. package/es/components/UPagination/pagination/index.d.ts +4 -0
  1151. package/es/components/UPagination/pagination/index.js +3 -0
  1152. package/es/components/UPagination/pagination/style/index.d.ts +3 -0
  1153. package/es/components/UPagination/pagination/style/index.js +5 -0
  1154. package/es/components/UPagination/pagination/style/index.less +482 -0
  1155. package/es/components/UPagination/pagination/style/rtl.less +55 -0
  1156. package/es/components/UPagination/style/index.d.ts +1 -0
  1157. package/es/components/UPagination/style/index.js +1 -0
  1158. package/es/components/UPagination/style/index.less +16 -0
  1159. package/es/components/UPagination/style/mixin.less +249 -0
  1160. package/es/components/UPagination/style/theme.less +148 -0
  1161. package/es/components/UPanel/UContent.d.ts +3 -0
  1162. package/es/components/UPanel/UContent.js +14 -0
  1163. package/es/components/UPanel/UFooter.d.ts +3 -0
  1164. package/es/components/UPanel/UFooter.js +14 -0
  1165. package/es/components/UPanel/UHeader.d.ts +3 -0
  1166. package/es/components/UPanel/UHeader.js +14 -0
  1167. package/es/components/UPanel/UPanel.d.ts +13 -0
  1168. package/es/components/UPanel/UPanel.js +37 -0
  1169. package/es/components/UPanel/USider.d.ts +18 -0
  1170. package/es/components/UPanel/USider.js +67 -0
  1171. package/es/components/UPanel/images/cllapse.png +0 -0
  1172. package/es/components/UPanel/images/cllapse_hover.png +0 -0
  1173. package/es/components/UPanel/images/open.png +0 -0
  1174. package/es/components/UPanel/images/open_hover.png +0 -0
  1175. package/es/components/UPanel/index.d.ts +3 -0
  1176. package/es/components/UPanel/index.js +3 -0
  1177. package/es/components/UPanel/style/index.d.ts +1 -0
  1178. package/es/components/UPanel/style/index.js +1 -0
  1179. package/es/components/UPanel/style/index.less +15 -0
  1180. package/es/components/UPanel/style/mixin.less +73 -0
  1181. package/es/components/UPanel/style/theme.less +3 -0
  1182. package/es/components/UPanel/td.d.ts +5 -0
  1183. package/es/components/UPanel/td.js +1 -0
  1184. package/es/components/UPopconfirm/PurePanel.d.ts +13 -0
  1185. package/es/components/UPopconfirm/PurePanel.js +53 -0
  1186. package/es/components/UPopconfirm/index.d.ts +31 -0
  1187. package/es/components/UPopconfirm/index.js +111 -0
  1188. package/es/components/UPopconfirm/style/index.d.ts +4 -0
  1189. package/es/components/UPopconfirm/style/index.js +6 -0
  1190. package/es/components/UPopconfirm/style/index.less +36 -0
  1191. package/es/components/UPopover/index.d.ts +10 -0
  1192. package/es/components/UPopover/index.js +61 -0
  1193. package/es/components/UPopover/style/index.d.ts +2 -0
  1194. package/es/components/UPopover/style/index.js +4 -0
  1195. package/es/components/UPopover/style/index.less +262 -0
  1196. package/es/components/UPopover/style/rtl.less +39 -0
  1197. package/es/components/UProgress/image/progressDark.png +0 -0
  1198. package/es/components/UProgress/image/progressIcon.png +0 -0
  1199. package/es/components/UProgress/index.d.ts +38 -0
  1200. package/es/components/UProgress/index.js +118 -0
  1201. package/es/components/UProgress/progress/Circle.d.ts +10 -0
  1202. package/es/components/UProgress/progress/Circle.js +80 -0
  1203. package/es/components/UProgress/progress/Line.d.ts +38 -0
  1204. package/es/components/UProgress/progress/Line.js +113 -0
  1205. package/es/components/UProgress/progress/Steps.d.ts +10 -0
  1206. package/es/components/UProgress/progress/Steps.js +38 -0
  1207. package/es/components/UProgress/progress/index.d.ts +4 -0
  1208. package/es/components/UProgress/progress/index.js +3 -0
  1209. package/es/components/UProgress/progress/progress.d.ts +46 -0
  1210. package/es/components/UProgress/progress/progress.js +104 -0
  1211. package/es/components/UProgress/progress/style/index.d.ts +2 -0
  1212. package/es/components/UProgress/progress/style/index.js +2 -0
  1213. package/es/components/UProgress/progress/style/index.less +210 -0
  1214. package/es/components/UProgress/progress/style/rtl.less +37 -0
  1215. package/es/components/UProgress/progress/utils.d.ts +8 -0
  1216. package/es/components/UProgress/progress/utils.js +24 -0
  1217. package/es/components/UProgress/style/index.d.ts +1 -0
  1218. package/es/components/UProgress/style/index.js +1 -0
  1219. package/es/components/UProgress/style/index.less +50 -0
  1220. package/es/components/UProgress/style/mixin.less +303 -0
  1221. package/es/components/UProgress/style/theme.less +73 -0
  1222. package/es/components/URadioGroup/UGroup.d.ts +23 -0
  1223. package/es/components/URadioGroup/UGroup.js +78 -0
  1224. package/es/components/URadioGroup/URadio.d.ts +11 -0
  1225. package/es/components/URadioGroup/URadio.js +43 -0
  1226. package/es/components/URadioGroup/index.d.ts +8 -0
  1227. package/es/components/URadioGroup/index.js +6 -0
  1228. package/es/components/URadioGroup/locale/en_US.d.ts +3 -0
  1229. package/es/components/URadioGroup/locale/en_US.js +4 -0
  1230. package/es/components/URadioGroup/locale/locale.d.ts +3 -0
  1231. package/es/components/URadioGroup/locale/zh_CN.d.ts +3 -0
  1232. package/es/components/URadioGroup/locale/zh_CN.js +4 -0
  1233. package/es/components/URadioGroup/radio/context.d.ts +7 -0
  1234. package/es/components/URadioGroup/radio/context.js +6 -0
  1235. package/es/components/URadioGroup/radio/group.d.ts +4 -0
  1236. package/es/components/URadioGroup/radio/group.js +104 -0
  1237. package/es/components/URadioGroup/radio/index.d.ts +13 -0
  1238. package/es/components/URadioGroup/radio/index.js +10 -0
  1239. package/es/components/URadioGroup/radio/interface.d.ts +40 -0
  1240. package/es/components/URadioGroup/radio/interface.js +1 -0
  1241. package/es/components/URadioGroup/radio/radio.d.ts +4 -0
  1242. package/es/components/URadioGroup/radio/radio.js +66 -0
  1243. package/es/components/URadioGroup/radio/radioButton.d.ts +6 -0
  1244. package/es/components/URadioGroup/radio/radioButton.js +21 -0
  1245. package/es/components/URadioGroup/radio/style/index.d.ts +2 -0
  1246. package/es/components/URadioGroup/radio/style/index.js +3 -0
  1247. package/es/components/URadioGroup/radio/style/index.less +371 -0
  1248. package/es/components/URadioGroup/radio/style/rtl.less +61 -0
  1249. package/es/components/URadioGroup/style/index.d.ts +1 -0
  1250. package/es/components/URadioGroup/style/index.js +1 -0
  1251. package/es/components/URadioGroup/style/index.less +16 -0
  1252. package/es/components/URadioGroup/style/mixin.less +88 -0
  1253. package/es/components/URadioGroup/style/theme.less +29 -0
  1254. package/es/components/URate/index.d.ts +8 -0
  1255. package/es/components/URate/index.js +39 -0
  1256. package/es/components/URate/style/index.d.ts +3 -0
  1257. package/es/components/URate/style/index.js +4 -0
  1258. package/es/components/URate/style/index.less +91 -0
  1259. package/es/components/URate/style/rtl.less +21 -0
  1260. package/es/components/UResTree/Component/LivePlayTreeLoader.js +79 -0
  1261. package/es/components/UResTree/Component/LivePlayTreeLoader.js.bak +72 -0
  1262. package/es/components/UResTree/Tree/Demo.js +56 -0
  1263. package/es/components/UResTree/Tree/Tree.js +3917 -0
  1264. package/es/components/UResTree/Tree/TreeIcon.js +36 -0
  1265. package/es/components/UResTree/Tree/TreeLoader.js +140 -0
  1266. package/es/components/UResTree/Tree/TreeNode.js +102 -0
  1267. package/es/components/UResTree/Tree/UTreeIcon.js +647 -0
  1268. package/es/components/UResTree/Tree/UTreeLoader.js +1081 -0
  1269. package/es/components/UResTree/Tree/UTreeNode.js +94 -0
  1270. package/es/components/UResTree/Tree/images/DVI.png +0 -0
  1271. package/es/components/UResTree/Tree/images/DVIAlarm.png +0 -0
  1272. package/es/components/UResTree/Tree/images/DVIOffline.png +0 -0
  1273. package/es/components/UResTree/Tree/images/DrivebyCamera.png +0 -0
  1274. package/es/components/UResTree/Tree/images/DrivebyCameraOffline.png +0 -0
  1275. package/es/components/UResTree/Tree/images/IPC.png +0 -0
  1276. package/es/components/UResTree/Tree/images/IPC_offline.png +0 -0
  1277. package/es/components/UResTree/Tree/images/Imagestitch.png +0 -0
  1278. package/es/components/UResTree/Tree/images/LED.png +0 -0
  1279. package/es/components/UResTree/Tree/images/LEDOffline.png +0 -0
  1280. package/es/components/UResTree/Tree/images/NVR.png +0 -0
  1281. package/es/components/UResTree/Tree/images/NVROffline.png +0 -0
  1282. package/es/components/UResTree/Tree/images/NVR_offline.png +0 -0
  1283. package/es/components/UResTree/Tree/images/VGA.png +0 -0
  1284. package/es/components/UResTree/Tree/images/VGAOffline.png +0 -0
  1285. package/es/components/UResTree/Tree/images/alarmOffline.png +0 -0
  1286. package/es/components/UResTree/Tree/images/alarmshebei.png +0 -0
  1287. package/es/components/UResTree/Tree/images/banqiubianjiao-err.png +0 -0
  1288. package/es/components/UResTree/Tree/images/banqiubianjiao-offLine.png +0 -0
  1289. package/es/components/UResTree/Tree/images/banqiubianjiao.png +0 -0
  1290. package/es/components/UResTree/Tree/images/baojingshebei.png +0 -0
  1291. package/es/components/UResTree/Tree/images/baojingshebeiOffline.png +0 -0
  1292. package/es/components/UResTree/Tree/images/bukekonggaoqingqiuji.png +0 -0
  1293. package/es/components/UResTree/Tree/images/bukekonggaoqingqiujiOffLine.png +0 -0
  1294. package/es/components/UResTree/Tree/images/bukekongqiuji.png +0 -0
  1295. package/es/components/UResTree/Tree/images/bukekongqiujiAlarm.png +0 -0
  1296. package/es/components/UResTree/Tree/images/bukekongqiujiOffline.png +0 -0
  1297. package/es/components/UResTree/Tree/images/caijishebei.png +0 -0
  1298. package/es/components/UResTree/Tree/images/caijishebeiOffline.png +0 -0
  1299. package/es/components/UResTree/Tree/images/caijixitong.png +0 -0
  1300. package/es/components/UResTree/Tree/images/caijixitongOffline.png +0 -0
  1301. package/es/components/UResTree/Tree/images/chezaishexiangji.png +0 -0
  1302. package/es/components/UResTree/Tree/images/chezaishexiangjiAlarm.png +0 -0
  1303. package/es/components/UResTree/Tree/images/chezaishexiangjiOffline.png +0 -0
  1304. package/es/components/UResTree/Tree/images/dae.png +0 -0
  1305. package/es/components/UResTree/Tree/images/daeOffline.png +0 -0
  1306. package/es/components/UResTree/Tree/images/device_icon-24x24.png +0 -0
  1307. package/es/components/UResTree/Tree/images/duijiangfenji.png +0 -0
  1308. package/es/components/UResTree/Tree/images/duijiangfenjiOffline.png +0 -0
  1309. package/es/components/UResTree/Tree/images/fenxixitong.png +0 -0
  1310. package/es/components/UResTree/Tree/images/fenxixitongOffline.png +0 -0
  1311. package/es/components/UResTree/Tree/images/foldClose.png +0 -0
  1312. package/es/components/UResTree/Tree/images/foldOpen.png +0 -0
  1313. package/es/components/UResTree/Tree/images/gaoqingqiangji.png +0 -0
  1314. package/es/components/UResTree/Tree/images/gaoqingqiangjiAlarm.png +0 -0
  1315. package/es/components/UResTree/Tree/images/gaoqingqiangjiOffline.png +0 -0
  1316. package/es/components/UResTree/Tree/images/gaoqingyuntai.png +0 -0
  1317. package/es/components/UResTree/Tree/images/gaoqingyuntaiAlarm.png +0 -0
  1318. package/es/components/UResTree/Tree/images/gaoqingyuntaiOffline.png +0 -0
  1319. package/es/components/UResTree/Tree/images/gaoqingyuyan.png +0 -0
  1320. package/es/components/UResTree/Tree/images/gaoqingyuyanAlarm.png +0 -0
  1321. package/es/components/UResTree/Tree/images/gaoqingyuyanOffline.png +0 -0
  1322. package/es/components/UResTree/Tree/images/hemisphere-err.png +0 -0
  1323. package/es/components/UResTree/Tree/images/hemisphere-offline.png +0 -0
  1324. package/es/components/UResTree/Tree/images/hemisphere.png +0 -0
  1325. package/es/components/UResTree/Tree/images/icon16.png +0 -0
  1326. package/es/components/UResTree/Tree/images/kaiguanliang.png +0 -0
  1327. package/es/components/UResTree/Tree/images/laiguanlaingOffline.png +0 -0
  1328. package/es/components/UResTree/Tree/images/lunqie.png +0 -0
  1329. package/es/components/UResTree/Tree/images/menjin.png +0 -0
  1330. package/es/components/UResTree/Tree/images/menjinOffline.png +0 -0
  1331. package/es/components/UResTree/Tree/images/monitor.png +0 -0
  1332. package/es/components/UResTree/Tree/images/monitorOffLine.png +0 -0
  1333. package/es/components/UResTree/Tree/images/qiangji.png +0 -0
  1334. package/es/components/UResTree/Tree/images/qiangjiAlarm.png +0 -0
  1335. package/es/components/UResTree/Tree/images/qiangjiOffline.png +0 -0
  1336. package/es/components/UResTree/Tree/images/qiangqiuliandong.png +0 -0
  1337. package/es/components/UResTree/Tree/images/qiangqiuliandongOffline.png +0 -0
  1338. package/es/components/UResTree/Tree/images/radar-offline.png +0 -0
  1339. package/es/components/UResTree/Tree/images/radar.png +0 -0
  1340. package/es/components/UResTree/Tree/images/rfid.png +0 -0
  1341. package/es/components/UResTree/Tree/images/root.png +0 -0
  1342. package/es/components/UResTree/Tree/images/spriteIcon.png +0 -0
  1343. package/es/components/UResTree/Tree/images/stkIcon.png +0 -0
  1344. package/es/components/UResTree/Tree/images/stkTollgate.png +0 -0
  1345. package/es/components/UResTree/Tree/images/tollgate.png +0 -0
  1346. package/es/components/UResTree/Tree/images/tollgateOffLine.png +0 -0
  1347. package/es/components/UResTree/Tree/images/user.png +0 -0
  1348. package/es/components/UResTree/Tree/images/videoGroup.png +0 -0
  1349. package/es/components/UResTree/Tree/images/waiyu.png +0 -0
  1350. package/es/components/UResTree/Tree/images/waiyuOffline.png +0 -0
  1351. package/es/components/UResTree/Tree/images/wifi.png +0 -0
  1352. package/es/components/UResTree/Tree/images/yingyongpingtai.png +0 -0
  1353. package/es/components/UResTree/Tree/images/yingyongpingtaiOffline.png +0 -0
  1354. package/es/components/UResTree/Tree/images/yuntai.png +0 -0
  1355. package/es/components/UResTree/Tree/images/yuntaiOffline.png +0 -0
  1356. package/es/components/UResTree/Tree/images/yuyan.png +0 -0
  1357. package/es/components/UResTree/Tree/images/yuyanAlarm.png +0 -0
  1358. package/es/components/UResTree/Tree/images/yuyanOffline.png +0 -0
  1359. package/es/components/UResTree/Tree/images/ziyuanlunxun.png +0 -0
  1360. package/es/components/UResTree/Tree/images/zulunxunTV.png +0 -0
  1361. package/es/components/UResTree/Tree/images/zulunxunTVPlay.png +0 -0
  1362. package/es/components/UResTree/Tree/images/zulunxunXP.png +0 -0
  1363. package/es/components/UResTree/Tree/images/zulunxunXPPlay.png +0 -0
  1364. package/es/components/UResTree/Tree/images/zulunxunziyuan.png +0 -0
  1365. package/es/components/UResTree/Tree/images/zuxianshiTV.png +0 -0
  1366. package/es/components/UResTree/Tree/images/zuxianshiXP.png +0 -0
  1367. package/es/components/UResTree/Tree/style/index.js +2 -0
  1368. package/es/components/UResTree/Tree/style/tree.less +278 -0
  1369. package/es/components/UResTree/Tree/style/treeIcon.less +635 -0
  1370. package/es/components/UResTree/Tree/treeResTypes.js +272 -0
  1371. package/es/components/UResTree/index.js +405 -0
  1372. package/es/components/UResTree/locale/en_US.d.ts +3 -0
  1373. package/es/components/UResTree/locale/en_US.js +8 -0
  1374. package/es/components/UResTree/locale/locale.d.ts +7 -0
  1375. package/es/components/UResTree/locale/zh_CN.d.ts +3 -0
  1376. package/es/components/UResTree/locale/zh_CN.js +8 -0
  1377. package/es/components/UResTree/style/index.d.ts +1 -0
  1378. package/es/components/UResTree/style/index.js +1 -0
  1379. package/es/components/UResTree/style/index.less +16 -0
  1380. package/es/components/UResTree/style/mixin.less +157 -0
  1381. package/es/components/UResTree/style/theme.less +68 -0
  1382. package/es/components/UResult/index.d.ts +33 -0
  1383. package/es/components/UResult/index.js +97 -0
  1384. package/es/components/UResult/noFound.d.ts +2 -0
  1385. package/es/components/UResult/noFound.js +237 -0
  1386. package/es/components/UResult/serverError.d.ts +2 -0
  1387. package/es/components/UResult/serverError.js +277 -0
  1388. package/es/components/UResult/style/index.d.ts +2 -0
  1389. package/es/components/UResult/style/index.js +2 -0
  1390. package/es/components/UResult/style/index.less +75 -0
  1391. package/es/components/UResult/style/rtl.less +25 -0
  1392. package/es/components/UResult/unauthorized.d.ts +2 -0
  1393. package/es/components/UResult/unauthorized.js +227 -0
  1394. package/es/components/URow/index.d.ts +4 -0
  1395. package/es/components/URow/index.js +3 -0
  1396. package/es/components/URow/style/index.d.ts +2 -0
  1397. package/es/components/URow/style/index.js +4 -0
  1398. package/es/components/USegmented/index.d.ts +23 -0
  1399. package/es/components/USegmented/index.js +58 -0
  1400. package/es/components/USegmented/style/index.d.ts +2 -0
  1401. package/es/components/USegmented/style/index.js +2 -0
  1402. package/es/components/USegmented/style/index.less +139 -0
  1403. package/es/components/USegmented/style/mixins.less +24 -0
  1404. package/es/components/USegmented/style/rtl.less +15 -0
  1405. package/es/components/USelect/images/arrow.png +0 -0
  1406. package/es/components/USelect/images/empty.png +0 -0
  1407. package/es/components/USelect/index.d.ts +4 -0
  1408. package/es/components/USelect/index.js +3 -0
  1409. package/es/components/USelect/locale/en_US.d.ts +3 -0
  1410. package/es/components/USelect/locale/en_US.js +4 -0
  1411. package/es/components/USelect/locale/locale.d.ts +3 -0
  1412. package/es/components/USelect/locale/zh_CN.d.ts +3 -0
  1413. package/es/components/USelect/locale/zh_CN.js +4 -0
  1414. package/es/components/USelect/select/index.d.ts +49 -0
  1415. package/es/components/USelect/select/index.js +180 -0
  1416. package/es/components/USelect/select/style/index.d.ts +3 -0
  1417. package/es/components/USelect/select/style/index.js +5 -0
  1418. package/es/components/USelect/select/style/index.less +342 -0
  1419. package/es/components/USelect/select/style/multiple.less +222 -0
  1420. package/es/components/USelect/select/style/rtl.less +170 -0
  1421. package/es/components/USelect/select/style/single.less +172 -0
  1422. package/es/components/USelect/select/style/status.less +51 -0
  1423. package/es/components/USelect/select/utils/iconUtil.d.ts +21 -0
  1424. package/es/components/USelect/select/utils/iconUtil.js +69 -0
  1425. package/es/components/USelect/style/index.d.ts +1 -0
  1426. package/es/components/USelect/style/index.js +1 -0
  1427. package/es/components/USelect/style/index.less +25 -0
  1428. package/es/components/USelect/style/mixin.less +264 -0
  1429. package/es/components/USelect/style/theme.less +92 -0
  1430. package/es/components/USkeleton/Avatar.d.ts +7 -0
  1431. package/es/components/USkeleton/Avatar.js +31 -0
  1432. package/es/components/USkeleton/Button.d.ts +8 -0
  1433. package/es/components/USkeleton/Button.js +30 -0
  1434. package/es/components/USkeleton/Element.d.ts +11 -0
  1435. package/es/components/USkeleton/Element.js +27 -0
  1436. package/es/components/USkeleton/Image.d.ts +6 -0
  1437. package/es/components/USkeleton/Image.js +32 -0
  1438. package/es/components/USkeleton/Input.d.ts +8 -0
  1439. package/es/components/USkeleton/Input.js +29 -0
  1440. package/es/components/USkeleton/Node.d.ts +8 -0
  1441. package/es/components/USkeleton/Node.js +27 -0
  1442. package/es/components/USkeleton/Paragraph.d.ts +11 -0
  1443. package/es/components/USkeleton/Paragraph.js +44 -0
  1444. package/es/components/USkeleton/Skeleton.d.ts +31 -0
  1445. package/es/components/USkeleton/Skeleton.js +130 -0
  1446. package/es/components/USkeleton/Title.d.ts +9 -0
  1447. package/es/components/USkeleton/Title.js +16 -0
  1448. package/es/components/USkeleton/index.d.ts +4 -0
  1449. package/es/components/USkeleton/index.js +3 -0
  1450. package/es/components/USkeleton/style/index.d.ts +2 -0
  1451. package/es/components/USkeleton/style/index.js +2 -0
  1452. package/es/components/USkeleton/style/index.less +290 -0
  1453. package/es/components/USkeleton/style/rtl.less +48 -0
  1454. package/es/components/USlider/index.d.ts +30 -0
  1455. package/es/components/USlider/index.js +486 -0
  1456. package/es/components/USlider/slider/SliderTooltip.d.ts +4 -0
  1457. package/es/components/USlider/slider/SliderTooltip.js +33 -0
  1458. package/es/components/USlider/slider/index.d.ts +90 -0
  1459. package/es/components/USlider/slider/index.js +129 -0
  1460. package/es/components/USlider/slider/style/index.d.ts +3 -0
  1461. package/es/components/USlider/slider/style/index.js +4 -0
  1462. package/es/components/USlider/slider/style/index.less +215 -0
  1463. package/es/components/USlider/slider/style/rtl.less +49 -0
  1464. package/es/components/USlider/style/index.d.ts +1 -0
  1465. package/es/components/USlider/style/index.js +1 -0
  1466. package/es/components/USlider/style/index.less +16 -0
  1467. package/es/components/USlider/style/mixin.less +205 -0
  1468. package/es/components/USlider/style/theme.less +38 -0
  1469. package/es/components/USpace/Compact.d.ts +24 -0
  1470. package/es/components/USpace/Compact.js +76 -0
  1471. package/es/components/USpace/Item.d.ts +11 -0
  1472. package/es/components/USpace/Item.js +44 -0
  1473. package/es/components/USpace/index.d.ts +26 -0
  1474. package/es/components/USpace/index.js +119 -0
  1475. package/es/components/USpace/style/compact.less +17 -0
  1476. package/es/components/USpace/style/index.d.ts +2 -0
  1477. package/es/components/USpace/style/index.js +2 -0
  1478. package/es/components/USpace/style/index.less +40 -0
  1479. package/es/components/USpace/style/rtl.less +14 -0
  1480. package/es/components/USpin/index.d.ts +25 -0
  1481. package/es/components/USpin/index.js +131 -0
  1482. package/es/components/USpin/style/index.d.ts +2 -0
  1483. package/es/components/USpin/style/index.js +2 -0
  1484. package/es/components/USpin/style/index.less +218 -0
  1485. package/es/components/USpin/style/rtl.less +20 -0
  1486. package/es/components/UStatistic/Countdown.d.ts +11 -0
  1487. package/es/components/UStatistic/Countdown.js +61 -0
  1488. package/es/components/UStatistic/Number.d.ts +7 -0
  1489. package/es/components/UStatistic/Number.js +46 -0
  1490. package/es/components/UStatistic/Statistic.d.ts +22 -0
  1491. package/es/components/UStatistic/Statistic.js +60 -0
  1492. package/es/components/UStatistic/index.d.ts +4 -0
  1493. package/es/components/UStatistic/index.js +5 -0
  1494. package/es/components/UStatistic/style/index.d.ts +3 -0
  1495. package/es/components/UStatistic/style/index.js +4 -0
  1496. package/es/components/UStatistic/style/index.less +44 -0
  1497. package/es/components/UStatistic/style/rtl.less +21 -0
  1498. package/es/components/UStatistic/utils.d.ts +16 -0
  1499. package/es/components/UStatistic/utils.js +46 -0
  1500. package/es/components/USteps/index.d.ts +39 -0
  1501. package/es/components/USteps/index.js +83 -0
  1502. package/es/components/USteps/style/custom-icon.less +32 -0
  1503. package/es/components/USteps/style/index.d.ts +3 -0
  1504. package/es/components/USteps/style/index.js +5 -0
  1505. package/es/components/USteps/style/index.less +255 -0
  1506. package/es/components/USteps/style/label-placement.less +45 -0
  1507. package/es/components/USteps/style/nav.less +134 -0
  1508. package/es/components/USteps/style/progress-dot.less +112 -0
  1509. package/es/components/USteps/style/progress.less +49 -0
  1510. package/es/components/USteps/style/rtl.less +287 -0
  1511. package/es/components/USteps/style/small.less +48 -0
  1512. package/es/components/USteps/style/vertical.less +73 -0
  1513. package/es/components/USteps/useLegacyItems.d.ts +3 -0
  1514. package/es/components/USteps/useLegacyItems.js +23 -0
  1515. package/es/components/USwitch/index.d.ts +31 -0
  1516. package/es/components/USwitch/index.js +95 -0
  1517. package/es/components/USwitch/locale/en_US.d.ts +3 -0
  1518. package/es/components/USwitch/locale/en_US.js +5 -0
  1519. package/es/components/USwitch/locale/locale.d.ts +4 -0
  1520. package/es/components/USwitch/locale/zh_CN.d.ts +3 -0
  1521. package/es/components/USwitch/locale/zh_CN.js +5 -0
  1522. package/es/components/USwitch/style/index.d.ts +1 -0
  1523. package/es/components/USwitch/style/index.js +1 -0
  1524. package/es/components/USwitch/style/index.less +16 -0
  1525. package/es/components/USwitch/style/mixin.less +85 -0
  1526. package/es/components/USwitch/style/theme.less +17 -0
  1527. package/es/components/USwitch/switch/index.d.ts +26 -0
  1528. package/es/components/USwitch/switch/index.js +53 -0
  1529. package/es/components/USwitch/switch/style/index.d.ts +2 -0
  1530. package/es/components/USwitch/switch/style/index.js +2 -0
  1531. package/es/components/USwitch/switch/style/index.less +154 -0
  1532. package/es/components/USwitch/switch/style/rtl.less +52 -0
  1533. package/es/components/UTable/index.d.ts +52 -0
  1534. package/es/components/UTable/index.js +420 -0
  1535. package/es/components/UTable/style/index.d.ts +1 -0
  1536. package/es/components/UTable/style/index.js +1 -0
  1537. package/es/components/UTable/style/index.less +24 -0
  1538. package/es/components/UTable/style/mixin.less +304 -0
  1539. package/es/components/UTable/style/theme.less +87 -0
  1540. package/es/components/UTable/table/Column.d.ts +7 -0
  1541. package/es/components/UTable/table/Column.js +7 -0
  1542. package/es/components/UTable/table/ColumnGroup.d.ts +9 -0
  1543. package/es/components/UTable/table/ColumnGroup.js +7 -0
  1544. package/es/components/UTable/table/ExpandIcon.d.ts +11 -0
  1545. package/es/components/UTable/table/ExpandIcon.js +27 -0
  1546. package/es/components/UTable/table/Table.d.ts +49 -0
  1547. package/es/components/UTable/table/Table.js +400 -0
  1548. package/es/components/UTable/table/hooks/useFilter/FilterDropdown.d.ts +27 -0
  1549. package/es/components/UTable/table/hooks/useFilter/FilterDropdown.js +440 -0
  1550. package/es/components/UTable/table/hooks/useFilter/FilterSearch.d.ts +11 -0
  1551. package/es/components/UTable/table/hooks/useFilter/FilterSearch.js +25 -0
  1552. package/es/components/UTable/table/hooks/useFilter/FilterWrapper.d.ts +7 -0
  1553. package/es/components/UTable/table/hooks/useFilter/FilterWrapper.js +18 -0
  1554. package/es/components/UTable/table/hooks/useFilter/index.d.ts +23 -0
  1555. package/es/components/UTable/table/hooks/useFilter/index.js +193 -0
  1556. package/es/components/UTable/table/hooks/useLazyKVMap.d.ts +2 -0
  1557. package/es/components/UTable/table/hooks/useLazyKVMap.js +30 -0
  1558. package/es/components/UTable/table/hooks/usePagination.d.ts +4 -0
  1559. package/es/components/UTable/table/hooks/usePagination.js +86 -0
  1560. package/es/components/UTable/table/hooks/useSelection.d.ts +19 -0
  1561. package/es/components/UTable/table/hooks/useSelection.js +563 -0
  1562. package/es/components/UTable/table/hooks/useSorter.d.ts +24 -0
  1563. package/es/components/UTable/table/hooks/useSorter.js +337 -0
  1564. package/es/components/UTable/table/hooks/useTitleColumns.d.ts +2 -0
  1565. package/es/components/UTable/table/hooks/useTitleColumns.js +18 -0
  1566. package/es/components/UTable/table/index.d.ts +6 -0
  1567. package/es/components/UTable/table/index.js +3 -0
  1568. package/es/components/UTable/table/interface.d.ts +165 -0
  1569. package/es/components/UTable/table/interface.js +2 -0
  1570. package/es/components/UTable/table/style/bordered.less +131 -0
  1571. package/es/components/UTable/table/style/index.d.ts +12 -0
  1572. package/es/components/UTable/table/style/index.js +15 -0
  1573. package/es/components/UTable/table/style/index.less +854 -0
  1574. package/es/components/UTable/table/style/radius.less +49 -0
  1575. package/es/components/UTable/table/style/rtl.less +168 -0
  1576. package/es/components/UTable/table/style/size.less +51 -0
  1577. package/es/components/UTable/table/util.d.ts +14 -0
  1578. package/es/components/UTable/table/util.js +31 -0
  1579. package/es/components/UTabs/images/icon-delete-default.png +0 -0
  1580. package/es/components/UTabs/images/icon-delete-hover.png +0 -0
  1581. package/es/components/UTabs/index.d.ts +26 -0
  1582. package/es/components/UTabs/index.js +53 -0
  1583. package/es/components/UTabs/style/index.d.ts +1 -0
  1584. package/es/components/UTabs/style/index.js +1 -0
  1585. package/es/components/UTabs/style/index.less +24 -0
  1586. package/es/components/UTabs/style/mixin.less +234 -0
  1587. package/es/components/UTabs/style/theme.less +65 -0
  1588. package/es/components/UTabs/tabs/TabPane.d.ts +5 -0
  1589. package/es/components/UTabs/tabs/TabPane.js +7 -0
  1590. package/es/components/UTabs/tabs/hooks/useAnimateConfig.d.ts +3 -0
  1591. package/es/components/UTabs/tabs/hooks/useAnimateConfig.js +35 -0
  1592. package/es/components/UTabs/tabs/hooks/useLegacyItems.d.ts +4 -0
  1593. package/es/components/UTabs/tabs/hooks/useLegacyItems.js +32 -0
  1594. package/es/components/UTabs/tabs/index.d.ts +22 -0
  1595. package/es/components/UTabs/tabs/index.js +73 -0
  1596. package/es/components/UTabs/tabs/style/card.less +98 -0
  1597. package/es/components/UTabs/tabs/style/dropdown.less +82 -0
  1598. package/es/components/UTabs/tabs/style/index.d.ts +2 -0
  1599. package/es/components/UTabs/tabs/style/index.js +2 -0
  1600. package/es/components/UTabs/tabs/style/index.less +253 -0
  1601. package/es/components/UTabs/tabs/style/position.less +198 -0
  1602. package/es/components/UTabs/tabs/style/rtl.less +86 -0
  1603. package/es/components/UTabs/tabs/style/size.less +42 -0
  1604. package/es/components/UTags/images/gray_select.png +0 -0
  1605. package/es/components/UTags/images/option_selected.png +0 -0
  1606. package/es/components/UTags/index.d.ts +27 -0
  1607. package/es/components/UTags/index.js +100 -0
  1608. package/es/components/UTags/style/index.d.ts +1 -0
  1609. package/es/components/UTags/style/index.js +1 -0
  1610. package/es/components/UTags/style/index.less +22 -0
  1611. package/es/components/UTags/style/mixin.less +94 -0
  1612. package/es/components/UTags/style/theme.less +32 -0
  1613. package/es/components/UTags/tag/CheckableTag.d.ts +17 -0
  1614. package/es/components/UTags/tag/CheckableTag.js +29 -0
  1615. package/es/components/UTags/tag/index.d.ts +23 -0
  1616. package/es/components/UTags/tag/index.js +102 -0
  1617. package/es/components/UTags/tag/style/index.d.ts +2 -0
  1618. package/es/components/UTags/tag/style/index.js +2 -0
  1619. package/es/components/UTags/tag/style/index.less +133 -0
  1620. package/es/components/UTags/tag/style/rtl.less +28 -0
  1621. package/es/components/UTextArea/index.d.ts +21 -0
  1622. package/es/components/UTextArea/index.js +125 -0
  1623. package/es/components/UTextArea/locale/en_US.d.ts +3 -0
  1624. package/es/components/UTextArea/locale/en_US.js +4 -0
  1625. package/es/components/UTextArea/locale/locale.d.ts +3 -0
  1626. package/es/components/UTextArea/locale/zh_CN.d.ts +3 -0
  1627. package/es/components/UTextArea/locale/zh_CN.js +4 -0
  1628. package/es/components/UTextArea/style/index.d.ts +1 -0
  1629. package/es/components/UTextArea/style/index.js +1 -0
  1630. package/es/components/UTextArea/style/index.less +16 -0
  1631. package/es/components/UTextArea/style/mixin.less +145 -0
  1632. package/es/components/UTextArea/style/theme.less +62 -0
  1633. package/es/components/UTimeline/Timeline.d.ts +18 -0
  1634. package/es/components/UTimeline/Timeline.js +72 -0
  1635. package/es/components/UTimeline/TimelineItem.d.ts +17 -0
  1636. package/es/components/UTimeline/TimelineItem.js +43 -0
  1637. package/es/components/UTimeline/index.d.ts +5 -0
  1638. package/es/components/UTimeline/index.js +3 -0
  1639. package/es/components/UTimeline/style/index.d.ts +2 -0
  1640. package/es/components/UTimeline/style/index.js +2 -0
  1641. package/es/components/UTimeline/style/index.less +185 -0
  1642. package/es/components/UTimeline/style/rtl.less +135 -0
  1643. package/es/components/UTipForm/UTips.js +160 -0
  1644. package/es/components/UTipForm/index.js +34 -0
  1645. package/es/components/UTipForm/style/index.d.ts +1 -0
  1646. package/es/components/UTipForm/style/index.js +1 -0
  1647. package/es/components/UTipForm/style/index.less +57 -0
  1648. package/es/components/UTipForm/style/mixin.less +85 -0
  1649. package/es/components/UTipForm/style/theme.less +16 -0
  1650. package/es/components/UTooltip/index.d.ts +4 -0
  1651. package/es/components/UTooltip/index.js +3 -0
  1652. package/es/components/UTooltip/style/index.d.ts +1 -0
  1653. package/es/components/UTooltip/style/index.js +1 -0
  1654. package/es/components/UTooltip/style/index.less +16 -0
  1655. package/es/components/UTooltip/style/mixin.less +15 -0
  1656. package/es/components/UTooltip/style/theme.less +7 -0
  1657. package/es/components/UTooltip/tooltip/index.d.ts +72 -0
  1658. package/es/components/UTooltip/tooltip/index.js +220 -0
  1659. package/es/components/UTooltip/tooltip/style/index.d.ts +2 -0
  1660. package/es/components/UTooltip/tooltip/style/index.js +2 -0
  1661. package/es/components/UTooltip/tooltip/style/index.less +226 -0
  1662. package/es/components/UTooltip/tooltip/style/rtl.less +14 -0
  1663. package/es/components/UTransfer/TransferPanel.d.ts +6 -0
  1664. package/es/components/UTransfer/TransferPanel.js +324 -0
  1665. package/es/components/UTransfer/TransferTable.d.ts +5 -0
  1666. package/es/components/UTransfer/TransferTable.js +172 -0
  1667. package/es/components/UTransfer/TransferTree.d.ts +4 -0
  1668. package/es/components/UTransfer/TransferTree.js +32 -0
  1669. package/es/components/UTransfer/images/arrow_default.png +0 -0
  1670. package/es/components/UTransfer/images/arrow_down.png +0 -0
  1671. package/es/components/UTransfer/images/arrow_hover.png +0 -0
  1672. package/es/components/UTransfer/images/icon_delete-default.png +0 -0
  1673. package/es/components/UTransfer/images/icon_delete_down.png +0 -0
  1674. package/es/components/UTransfer/images/icon_delete_hover.png +0 -0
  1675. package/es/components/UTransfer/images/item_delete-default.png +0 -0
  1676. package/es/components/UTransfer/images/item_delete_hover.png +0 -0
  1677. package/es/components/UTransfer/index.d.ts +16 -0
  1678. package/es/components/UTransfer/index.js +1346 -0
  1679. package/es/components/UTransfer/index.td.d.ts +106 -0
  1680. package/es/components/UTransfer/index.td.js +1 -0
  1681. package/es/components/UTransfer/locale/en_US.d.ts +3 -0
  1682. package/es/components/UTransfer/locale/en_US.js +7 -0
  1683. package/es/components/UTransfer/locale/locale.d.ts +6 -0
  1684. package/es/components/UTransfer/locale/zh_CN.d.ts +3 -0
  1685. package/es/components/UTransfer/locale/zh_CN.js +7 -0
  1686. package/es/components/UTransfer/style/index.d.ts +1 -0
  1687. package/es/components/UTransfer/style/index.js +1 -0
  1688. package/es/components/UTransfer/style/index.less +16 -0
  1689. package/es/components/UTransfer/style/mixin.less +366 -0
  1690. package/es/components/UTransfer/style/theme.less +140 -0
  1691. package/es/components/UTransfer/transfer/ListBody.d.ts +29 -0
  1692. package/es/components/UTransfer/transfer/ListBody.js +147 -0
  1693. package/es/components/UTransfer/transfer/ListItem.d.ts +15 -0
  1694. package/es/components/UTransfer/transfer/ListItem.js +60 -0
  1695. package/es/components/UTransfer/transfer/index.d.ts +141 -0
  1696. package/es/components/UTransfer/transfer/index.js +400 -0
  1697. package/es/components/UTransfer/transfer/interface.d.ts +6 -0
  1698. package/es/components/UTransfer/transfer/interface.js +1 -0
  1699. package/es/components/UTransfer/transfer/list.d.ts +75 -0
  1700. package/es/components/UTransfer/transfer/list.js +362 -0
  1701. package/es/components/UTransfer/transfer/operation.d.ts +17 -0
  1702. package/es/components/UTransfer/transfer/operation.js +36 -0
  1703. package/es/components/UTransfer/transfer/search.d.ts +10 -0
  1704. package/es/components/UTransfer/transfer/search.js +29 -0
  1705. package/es/components/UTransfer/transfer/style/customize.less +52 -0
  1706. package/es/components/UTransfer/transfer/style/index.d.ts +8 -0
  1707. package/es/components/UTransfer/transfer/style/index.js +10 -0
  1708. package/es/components/UTransfer/transfer/style/index.less +293 -0
  1709. package/es/components/UTransfer/transfer/style/rtl.less +71 -0
  1710. package/es/components/UTransfer/transfer/style/status.less +31 -0
  1711. package/es/components/UTree/DirectoryTree.d.ts +20 -0
  1712. package/es/components/UTree/DirectoryTree.js +165 -0
  1713. package/es/components/UTree/Tree.d.ts +162 -0
  1714. package/es/components/UTree/Tree.js +303 -0
  1715. package/es/components/UTree/index.d.ts +23 -0
  1716. package/es/components/UTree/index.js +10 -0
  1717. package/es/components/UTree/style/directory.less +72 -0
  1718. package/es/components/UTree/style/index.d.ts +2 -0
  1719. package/es/components/UTree/style/index.js +2 -0
  1720. package/es/components/UTree/style/index.less +16 -0
  1721. package/es/components/UTree/style/mixin.less +443 -0
  1722. package/es/components/UTree/style/rtl.less +77 -0
  1723. package/es/components/UTree/style/svg/caretDown.svg +4 -0
  1724. package/es/components/UTree/style/svg/caretRight.svg +4 -0
  1725. package/es/components/UTree/utils/dictUtil.d.ts +9 -0
  1726. package/es/components/UTree/utils/dictUtil.js +73 -0
  1727. package/es/components/UTree/utils/dropIndicator.d.ts +8 -0
  1728. package/es/components/UTree/utils/dropIndicator.js +34 -0
  1729. package/es/components/UTree/utils/iconUtil.d.ts +5 -0
  1730. package/es/components/UTree/utils/iconUtil.js +63 -0
  1731. package/es/components/UTree/utils/transToTreeData.d.ts +39 -0
  1732. package/es/components/UTree/utils/transToTreeData.js +97 -0
  1733. package/es/components/UTreeSelect/index.d.ts +49 -0
  1734. package/es/components/UTreeSelect/index.js +151 -0
  1735. package/es/components/UTreeSelect/style/index.d.ts +4 -0
  1736. package/es/components/UTreeSelect/style/index.js +6 -0
  1737. package/es/components/UTreeSelect/style/index.less +59 -0
  1738. package/es/components/UTypography/Base/Ellipsis.d.ts +15 -0
  1739. package/es/components/UTypography/Base/Ellipsis.js +176 -0
  1740. package/es/components/UTypography/Base/EllipsisTooltip.d.ts +13 -0
  1741. package/es/components/UTypography/Base/EllipsisTooltip.js +18 -0
  1742. package/es/components/UTypography/Base/index.d.ts +52 -0
  1743. package/es/components/UTypography/Base/index.js +449 -0
  1744. package/es/components/UTypography/Editable.d.ts +20 -0
  1745. package/es/components/UTypography/Editable.js +111 -0
  1746. package/es/components/UTypography/Link.d.ts +7 -0
  1747. package/es/components/UTypography/Link.js +22 -0
  1748. package/es/components/UTypography/Paragraph.d.ts +6 -0
  1749. package/es/components/UTypography/Paragraph.js +10 -0
  1750. package/es/components/UTypography/Text.d.ts +7 -0
  1751. package/es/components/UTypography/Text.js +24 -0
  1752. package/es/components/UTypography/Title.d.ts +8 -0
  1753. package/es/components/UTypography/Title.js +24 -0
  1754. package/es/components/UTypography/Typography.d.ts +17 -0
  1755. package/es/components/UTypography/Typography.js +44 -0
  1756. package/es/components/UTypography/hooks/useMergedConfig.d.ts +1 -0
  1757. package/es/components/UTypography/hooks/useMergedConfig.js +8 -0
  1758. package/es/components/UTypography/hooks/useUpdatedEffect.d.ts +4 -0
  1759. package/es/components/UTypography/hooks/useUpdatedEffect.js +13 -0
  1760. package/es/components/UTypography/index.d.ts +14 -0
  1761. package/es/components/UTypography/index.js +12 -0
  1762. package/es/components/UTypography/style/index.d.ts +4 -0
  1763. package/es/components/UTypography/style/index.js +5 -0
  1764. package/es/components/UTypography/style/index.less +314 -0
  1765. package/es/components/UTypography/style/rtl.less +54 -0
  1766. package/es/components/UUpload/Dragger.d.ts +9 -0
  1767. package/es/components/UUpload/Dragger.js +20 -0
  1768. package/es/components/UUpload/Upload.d.ts +6 -0
  1769. package/es/components/UUpload/Upload.js +406 -0
  1770. package/es/components/UUpload/UploadList/ListItem.d.ts +27 -0
  1771. package/es/components/UUpload/UploadList/ListItem.js +201 -0
  1772. package/es/components/UUpload/UploadList/index.d.ts +4 -0
  1773. package/es/components/UUpload/UploadList/index.js +234 -0
  1774. package/es/components/UUpload/index.d.ts +15 -0
  1775. package/es/components/UUpload/index.js +7 -0
  1776. package/es/components/UUpload/interface.d.ts +134 -0
  1777. package/es/components/UUpload/interface.js +1 -0
  1778. package/es/components/UUpload/style/index.d.ts +5 -0
  1779. package/es/components/UUpload/style/index.js +7 -0
  1780. package/es/components/UUpload/style/index.less +564 -0
  1781. package/es/components/UUpload/style/rtl.less +165 -0
  1782. package/es/components/UUpload/utils.d.ts +8 -0
  1783. package/es/components/UUpload/utils.js +123 -0
  1784. package/es/components/UUploadFile/ThumnNail/images/download.png +0 -0
  1785. package/es/components/UUploadFile/ThumnNail/images/download_hover.png +0 -0
  1786. package/es/components/UUploadFile/ThumnNail/images/icon_close_default.png +0 -0
  1787. package/es/components/UUploadFile/ThumnNail/images/icon_close_down.png +0 -0
  1788. package/es/components/UUploadFile/ThumnNail/images/icon_close_hover.png +0 -0
  1789. package/es/components/UUploadFile/ThumnNail/images/icon_delete_default.png +0 -0
  1790. package/es/components/UUploadFile/ThumnNail/images/icon_delete_hover.png +0 -0
  1791. package/es/components/UUploadFile/ThumnNail/images/icon_delete_small_default.png +0 -0
  1792. package/es/components/UUploadFile/ThumnNail/images/icon_delete_small_hover.png +0 -0
  1793. package/es/components/UUploadFile/ThumnNail/images/icon_large_default.png +0 -0
  1794. package/es/components/UUploadFile/ThumnNail/images/icon_large_hover.png +0 -0
  1795. package/es/components/UUploadFile/ThumnNail/index.d.ts +24 -0
  1796. package/es/components/UUploadFile/ThumnNail/index.js +90 -0
  1797. package/es/components/UUploadFile/ThumnNail/index.less +111 -0
  1798. package/es/components/UUploadFile/UploadFile.js +1340 -0
  1799. package/es/components/UUploadFile/Uploader.swf +0 -0
  1800. package/es/components/UUploadFile/api.js +57 -0
  1801. package/es/components/UUploadFile/getByteLength.d.ts +7 -0
  1802. package/es/components/UUploadFile/getByteLength.js +36 -0
  1803. package/es/components/UUploadFile/images/fileIcon/excel.png +0 -0
  1804. package/es/components/UUploadFile/images/fileIcon/exe.png +0 -0
  1805. package/es/components/UUploadFile/images/fileIcon/pdf.png +0 -0
  1806. package/es/components/UUploadFile/images/fileIcon/ppt.png +0 -0
  1807. package/es/components/UUploadFile/images/fileIcon/txt.png +0 -0
  1808. package/es/components/UUploadFile/images/fileIcon/word.png +0 -0
  1809. package/es/components/UUploadFile/images/fileIcon/zip.png +0 -0
  1810. package/es/components/UUploadFile/images/icon_add_default.png +0 -0
  1811. package/es/components/UUploadFile/images/icon_add_hover.png +0 -0
  1812. package/es/components/UUploadFile/index.js +153 -0
  1813. package/es/components/UUploadFile/locale/en_US.d.ts +3 -0
  1814. package/es/components/UUploadFile/locale/en_US.js +24 -0
  1815. package/es/components/UUploadFile/locale/locale.d.ts +23 -0
  1816. package/es/components/UUploadFile/locale/zh_CN.d.ts +3 -0
  1817. package/es/components/UUploadFile/locale/zh_CN.js +24 -0
  1818. package/es/components/UUploadFile/style/index.d.ts +1 -0
  1819. package/es/components/UUploadFile/style/index.js +1 -0
  1820. package/es/components/UUploadFile/style/index.less +15 -0
  1821. package/es/components/UUploadFile/style/mixin.less +249 -0
  1822. package/es/components/UUploadFile/style/theme.less +40 -0
  1823. package/es/components/UUtils/index.d.ts +7 -0
  1824. package/es/components/UUtils/index.js +152 -0
  1825. package/es/components/UUtils/style/index.d.ts +1 -0
  1826. package/es/components/UUtils/style/index.js +0 -0
  1827. package/es/components/UVersion/index.d.ts +3 -0
  1828. package/es/components/UVersion/index.js +3 -0
  1829. package/es/components/UVersion/style/index.d.ts +1 -0
  1830. package/es/components/UVersion/style/index.js +2 -0
  1831. package/es/components/UVersion/token.d.ts +319 -0
  1832. package/es/components/UVersion/token.js +318 -0
  1833. package/es/components/UVersion/version.d.ts +2 -0
  1834. package/es/components/UVersion/version.js +1 -0
  1835. package/es/components/UVideo/HideDiv.js +260 -0
  1836. package/es/components/UVideo/Images/3D_close.png +0 -0
  1837. package/es/components/UVideo/Images/3D_close_gray.png +0 -0
  1838. package/es/components/UVideo/Images/3D_close_hover.png +0 -0
  1839. package/es/components/UVideo/Images/3D_open.png +0 -0
  1840. package/es/components/UVideo/Images/3D_open_gray.png +0 -0
  1841. package/es/components/UVideo/Images/3D_open_hover.png +0 -0
  1842. package/es/components/UVideo/Images/3D_position.png +0 -0
  1843. package/es/components/UVideo/Images/3D_position_active.png +0 -0
  1844. package/es/components/UVideo/Images/3D_position_close.png +0 -0
  1845. package/es/components/UVideo/Images/3D_position_close_active.png +0 -0
  1846. package/es/components/UVideo/Images/3D_position_close_gray.png +0 -0
  1847. package/es/components/UVideo/Images/3D_position_gray.png +0 -0
  1848. package/es/components/UVideo/Images/@ant-designicons@2x.png +0 -0
  1849. package/es/components/UVideo/Images/DVI.png +0 -0
  1850. package/es/components/UVideo/Images/DVIAlarm.png +0 -0
  1851. package/es/components/UVideo/Images/DVIOffline.png +0 -0
  1852. package/es/components/UVideo/Images/DrivebyCamera.png +0 -0
  1853. package/es/components/UVideo/Images/DrivebyCameraOffline.png +0 -0
  1854. package/es/components/UVideo/Images/Imagestitch.png +0 -0
  1855. package/es/components/UVideo/Images/LED.png +0 -0
  1856. package/es/components/UVideo/Images/LEDOffline.png +0 -0
  1857. package/es/components/UVideo/Images/NO VIDEO.bmp +0 -0
  1858. package/es/components/UVideo/Images/NVR.png +0 -0
  1859. package/es/components/UVideo/Images/NVROffline.png +0 -0
  1860. package/es/components/UVideo/Images/VGA.png +0 -0
  1861. package/es/components/UVideo/Images/VGAOffline.png +0 -0
  1862. package/es/components/UVideo/Images/VideoReplayControl.png +0 -0
  1863. package/es/components/UVideo/Images/VideoReplayNoTag.png +0 -0
  1864. package/es/components/UVideo/Images/add_fav@2x.png +0 -0
  1865. package/es/components/UVideo/Images/alarmOffline.png +0 -0
  1866. package/es/components/UVideo/Images/alarmshebei.png +0 -0
  1867. package/es/components/UVideo/Images/baojingshebei.png +0 -0
  1868. package/es/components/UVideo/Images/baojingshebeiOffline.png +0 -0
  1869. package/es/components/UVideo/Images/batch-live@2x.png +0 -0
  1870. package/es/components/UVideo/Images/batchLiveWallBtn.png +0 -0
  1871. package/es/components/UVideo/Images/batch_live_default@2x.png +0 -0
  1872. package/es/components/UVideo/Images/bukekonggaoqingqiuji.png +0 -0
  1873. package/es/components/UVideo/Images/bukekonggaoqingqiujiOffLine.png +0 -0
  1874. package/es/components/UVideo/Images/bukekongqiuji.png +0 -0
  1875. package/es/components/UVideo/Images/bukekongqiujiAlarm.png +0 -0
  1876. package/es/components/UVideo/Images/bukekongqiujiOffline.png +0 -0
  1877. package/es/components/UVideo/Images/caijishebei.png +0 -0
  1878. package/es/components/UVideo/Images/caijishebeiOffline.png +0 -0
  1879. package/es/components/UVideo/Images/caijixitong.png +0 -0
  1880. package/es/components/UVideo/Images/caijixitongOffline.png +0 -0
  1881. package/es/components/UVideo/Images/camera.png +0 -0
  1882. package/es/components/UVideo/Images/camera_fix.png +0 -0
  1883. package/es/components/UVideo/Images/camera_fix@2x.png +0 -0
  1884. package/es/components/UVideo/Images/camera_fix_hd.png +0 -0
  1885. package/es/components/UVideo/Images/camera_fix_hd@2x.png +0 -0
  1886. package/es/components/UVideo/Images/camera_light.png +0 -0
  1887. package/es/components/UVideo/Images/camera_ptz.png +0 -0
  1888. package/es/components/UVideo/Images/camera_ptz@2x.png +0 -0
  1889. package/es/components/UVideo/Images/camera_ptz_hd.png +0 -0
  1890. package/es/components/UVideo/Images/camera_ptz_hd@2x.png +0 -0
  1891. package/es/components/UVideo/Images/captureGrey.png +0 -0
  1892. package/es/components/UVideo/Images/captureHover.png +0 -0
  1893. package/es/components/UVideo/Images/captureIcon.png +0 -0
  1894. package/es/components/UVideo/Images/centerPoint.png +0 -0
  1895. package/es/components/UVideo/Images/chezaishexiangji.png +0 -0
  1896. package/es/components/UVideo/Images/chezaishexiangjiAlarm.png +0 -0
  1897. package/es/components/UVideo/Images/chezaishexiangjiOffline.png +0 -0
  1898. package/es/components/UVideo/Images/choose@2x.png +0 -0
  1899. package/es/components/UVideo/Images/choose@2x_light.png +0 -0
  1900. package/es/components/UVideo/Images/choose_hover@2x.png +0 -0
  1901. package/es/components/UVideo/Images/close.png +0 -0
  1902. package/es/components/UVideo/Images/close_single.png +0 -0
  1903. package/es/components/UVideo/Images/close_single_hover.png +0 -0
  1904. package/es/components/UVideo/Images/closeall.png +0 -0
  1905. package/es/components/UVideo/Images/closeall_light.png +0 -0
  1906. package/es/components/UVideo/Images/closemodal.png +0 -0
  1907. package/es/components/UVideo/Images/closemodal_light.png +0 -0
  1908. package/es/components/UVideo/Images/confirm_fav.png +0 -0
  1909. package/es/components/UVideo/Images/cruisePlan.png +0 -0
  1910. package/es/components/UVideo/Images/cutimg.png +0 -0
  1911. package/es/components/UVideo/Images/cutimg_hover.png +0 -0
  1912. package/es/components/UVideo/Images/dae.png +0 -0
  1913. package/es/components/UVideo/Images/daeOffline.png +0 -0
  1914. package/es/components/UVideo/Images/defence@2x.png +0 -0
  1915. package/es/components/UVideo/Images/defence_default@2x.png +0 -0
  1916. package/es/components/UVideo/Images/defence_icon@2x.png +0 -0
  1917. package/es/components/UVideo/Images/del_input@2x.png +0 -0
  1918. package/es/components/UVideo/Images/delete.png +0 -0
  1919. package/es/components/UVideo/Images/delete@2x.png +0 -0
  1920. package/es/components/UVideo/Images/delete_img.png +0 -0
  1921. package/es/components/UVideo/Images/delete_leve@2x.png +0 -0
  1922. package/es/components/UVideo/Images/delete_light.png +0 -0
  1923. package/es/components/UVideo/Images/detailFormIcon.png +0 -0
  1924. package/es/components/UVideo/Images/device_icon-24x24.png +0 -0
  1925. package/es/components/UVideo/Images/downLoadeGray.png +0 -0
  1926. package/es/components/UVideo/Images/downLoadeHover.png +0 -0
  1927. package/es/components/UVideo/Images/downLoadeIcon.png +0 -0
  1928. package/es/components/UVideo/Images/download.png +0 -0
  1929. package/es/components/UVideo/Images/download_light.png +0 -0
  1930. package/es/components/UVideo/Images/duijiangfenji.png +0 -0
  1931. package/es/components/UVideo/Images/duijiangfenjiOffline.png +0 -0
  1932. package/es/components/UVideo/Images/emptyCamera.png +0 -0
  1933. package/es/components/UVideo/Images/emptyMonitor.png +0 -0
  1934. package/es/components/UVideo/Images/emptyPolice.png +0 -0
  1935. package/es/components/UVideo/Images/emptyServer.png +0 -0
  1936. package/es/components/UVideo/Images/favorites@2x.png +0 -0
  1937. package/es/components/UVideo/Images/favorites_default@2x.png +0 -0
  1938. package/es/components/UVideo/Images/fenxixitong.png +0 -0
  1939. package/es/components/UVideo/Images/fenxixitongOffline.png +0 -0
  1940. package/es/components/UVideo/Images/file_icon@2x.png +0 -0
  1941. package/es/components/UVideo/Images/file_icon_open@2x.png +0 -0
  1942. package/es/components/UVideo/Images/foldClose.png +0 -0
  1943. package/es/components/UVideo/Images/foldOpen.png +0 -0
  1944. package/es/components/UVideo/Images/fullscreen.png +0 -0
  1945. package/es/components/UVideo/Images/fullscreen_light.png +0 -0
  1946. package/es/components/UVideo/Images/gaoqingqiangji.png +0 -0
  1947. package/es/components/UVideo/Images/gaoqingqiangjiAlarm.png +0 -0
  1948. package/es/components/UVideo/Images/gaoqingqiangjiOffline.png +0 -0
  1949. package/es/components/UVideo/Images/gaoqingyuntai.png +0 -0
  1950. package/es/components/UVideo/Images/gaoqingyuntaiAlarm.png +0 -0
  1951. package/es/components/UVideo/Images/gaoqingyuntaiOffline.png +0 -0
  1952. package/es/components/UVideo/Images/gaoqingyuyan.png +0 -0
  1953. package/es/components/UVideo/Images/gaoqingyuyanAlarm.png +0 -0
  1954. package/es/components/UVideo/Images/gaoqingyuyanOffline.png +0 -0
  1955. package/es/components/UVideo/Images/gpsEndIcon.png +0 -0
  1956. package/es/components/UVideo/Images/gpsStartIcon.png +0 -0
  1957. package/es/components/UVideo/Images/gridsPlay@2x.png +0 -0
  1958. package/es/components/UVideo/Images/gridsRecord@2x.png +0 -0
  1959. package/es/components/UVideo/Images/hide_left.png +0 -0
  1960. package/es/components/UVideo/Images/hide_left_hover.png +0 -0
  1961. package/es/components/UVideo/Images/hide_right.png +0 -0
  1962. package/es/components/UVideo/Images/hide_right_hover.png +0 -0
  1963. package/es/components/UVideo/Images/icon-close.png +0 -0
  1964. package/es/components/UVideo/Images/icon16 copy.png +0 -0
  1965. package/es/components/UVideo/Images/icon16.png +0 -0
  1966. package/es/components/UVideo/Images/icon24.png +0 -0
  1967. package/es/components/UVideo/Images/kaiguanliang.png +0 -0
  1968. package/es/components/UVideo/Images/laiguanlaingOffline.png +0 -0
  1969. package/es/components/UVideo/Images/last.png +0 -0
  1970. package/es/components/UVideo/Images/last_disable.png +0 -0
  1971. package/es/components/UVideo/Images/last_hover.png +0 -0
  1972. package/es/components/UVideo/Images/liveUnderList.png +0 -0
  1973. package/es/components/UVideo/Images/location1@2x.png +0 -0
  1974. package/es/components/UVideo/Images/location@2x.png +0 -0
  1975. package/es/components/UVideo/Images/location_default@2x.png +0 -0
  1976. package/es/components/UVideo/Images/lunqie.png +0 -0
  1977. package/es/components/UVideo/Images/markerIcons/hd_qiang.png +0 -0
  1978. package/es/components/UVideo/Images/markerIcons/hd_qiu.png +0 -0
  1979. package/es/components/UVideo/Images/markerIcons/qiang.png +0 -0
  1980. package/es/components/UVideo/Images/markerIcons/qiu.png +0 -0
  1981. package/es/components/UVideo/Images/markerIcons/tollgate.png +0 -0
  1982. package/es/components/UVideo/Images/maxmodal.png +0 -0
  1983. package/es/components/UVideo/Images/maxmodal_light.png +0 -0
  1984. package/es/components/UVideo/Images/menjin.png +0 -0
  1985. package/es/components/UVideo/Images/menjinOffline.png +0 -0
  1986. package/es/components/UVideo/Images/minmodal.png +0 -0
  1987. package/es/components/UVideo/Images/minmodal_light.png +0 -0
  1988. package/es/components/UVideo/Images/minscreen.png +0 -0
  1989. package/es/components/UVideo/Images/minscreen_light.png +0 -0
  1990. package/es/components/UVideo/Images/monitor.png +0 -0
  1991. package/es/components/UVideo/Images/monitorOffLine.png +0 -0
  1992. package/es/components/UVideo/Images/more.png +0 -0
  1993. package/es/components/UVideo/Images/more@2x.png +0 -0
  1994. package/es/components/UVideo/Images/more_default@2x.png +0 -0
  1995. package/es/components/UVideo/Images/more_light.png +0 -0
  1996. package/es/components/UVideo/Images/moveDefault.png +0 -0
  1997. package/es/components/UVideo/Images/netgrid@2x.png +0 -0
  1998. package/es/components/UVideo/Images/netgrid_default@2x.png +0 -0
  1999. package/es/components/UVideo/Images/new_no_data.png +0 -0
  2000. package/es/components/UVideo/Images/next.png +0 -0
  2001. package/es/components/UVideo/Images/next_disable.png +0 -0
  2002. package/es/components/UVideo/Images/next_hover.png +0 -0
  2003. package/es/components/UVideo/Images/no_data@2x.png +0 -0
  2004. package/es/components/UVideo/Images/no_picture.png +0 -0
  2005. package/es/components/UVideo/Images/org.png +0 -0
  2006. package/es/components/UVideo/Images/patrol_last.png +0 -0
  2007. package/es/components/UVideo/Images/patrol_last_disable.png +0 -0
  2008. package/es/components/UVideo/Images/patrol_last_light.png +0 -0
  2009. package/es/components/UVideo/Images/patrol_next.png +0 -0
  2010. package/es/components/UVideo/Images/patrol_next_disable.png +0 -0
  2011. package/es/components/UVideo/Images/patrol_next_light.png +0 -0
  2012. package/es/components/UVideo/Images/patrol_start.png +0 -0
  2013. package/es/components/UVideo/Images/patrol_start_light.png +0 -0
  2014. package/es/components/UVideo/Images/patrol_stop.png +0 -0
  2015. package/es/components/UVideo/Images/patrol_stop_light.png +0 -0
  2016. package/es/components/UVideo/Images/piliangbeifen.png +0 -0
  2017. package/es/components/UVideo/Images/piliangshangqiang.png +0 -0
  2018. package/es/components/UVideo/Images/play_b@3x.png +0 -0
  2019. package/es/components/UVideo/Images/play_buck@2x.png +0 -0
  2020. package/es/components/UVideo/Images/play_live@2x.png +0 -0
  2021. package/es/components/UVideo/Images/play_live_default@2x.png +0 -0
  2022. package/es/components/UVideo/Images/point_blue.png +0 -0
  2023. package/es/components/UVideo/Images/point_red.png +0 -0
  2024. package/es/components/UVideo/Images/police.png +0 -0
  2025. package/es/components/UVideo/Images/policeAvatar.png +0 -0
  2026. package/es/components/UVideo/Images/pop.png +0 -0
  2027. package/es/components/UVideo/Images/pop_hover.png +0 -0
  2028. package/es/components/UVideo/Images/position@2x.png +0 -0
  2029. package/es/components/UVideo/Images/ptz-dir-icon.png +0 -0
  2030. package/es/components/UVideo/Images/ptz-icon16.png +0 -0
  2031. package/es/components/UVideo/Images/ptz-icon24.png +0 -0
  2032. package/es/components/UVideo/Images/ptz-icon32.png +0 -0
  2033. package/es/components/UVideo/Images/ptz-icon48.png +0 -0
  2034. package/es/components/UVideo/Images/ptz-synchro-icon.gif +0 -0
  2035. package/es/components/UVideo/Images/ptzPanelIcon.png +0 -0
  2036. package/es/components/UVideo/Images/ptzPanelIconGrey.png +0 -0
  2037. package/es/components/UVideo/Images/ptzPanelIconHover.png +0 -0
  2038. package/es/components/UVideo/Images/ptz_icon_close.png +0 -0
  2039. package/es/components/UVideo/Images/ptz_icon_close_gray.png +0 -0
  2040. package/es/components/UVideo/Images/ptz_icon_close_hover.png +0 -0
  2041. package/es/components/UVideo/Images/ptz_icon_open.png +0 -0
  2042. package/es/components/UVideo/Images/ptz_icon_open_hover.png +0 -0
  2043. package/es/components/UVideo/Images/qiangji.png +0 -0
  2044. package/es/components/UVideo/Images/qiangjiAlarm.png +0 -0
  2045. package/es/components/UVideo/Images/qiangjiOffline.png +0 -0
  2046. package/es/components/UVideo/Images/qiangqiuliandong.png +0 -0
  2047. package/es/components/UVideo/Images/qiangqiuliandongOffline.png +0 -0
  2048. package/es/components/UVideo/Images/rate_slider.svg +1 -0
  2049. package/es/components/UVideo/Images/record_close.png +0 -0
  2050. package/es/components/UVideo/Images/record_close_gray.png +0 -0
  2051. package/es/components/UVideo/Images/record_close_hover.png +0 -0
  2052. package/es/components/UVideo/Images/record_open.png +0 -0
  2053. package/es/components/UVideo/Images/record_open_gray.png +0 -0
  2054. package/es/components/UVideo/Images/record_open_hover.png +0 -0
  2055. package/es/components/UVideo/Images/redPonit.png +0 -0
  2056. package/es/components/UVideo/Images/refresh@2x.png +0 -0
  2057. package/es/components/UVideo/Images/refresh_default@2x.png +0 -0
  2058. package/es/components/UVideo/Images/replayCurrentTime.svg +1 -0
  2059. package/es/components/UVideo/Images/replayRate.png +0 -0
  2060. package/es/components/UVideo/Images/rfid.png +0 -0
  2061. package/es/components/UVideo/Images/rightFullScreen.png +0 -0
  2062. package/es/components/UVideo/Images/rightFullScreenHover.png +0 -0
  2063. package/es/components/UVideo/Images/root.png +0 -0
  2064. package/es/components/UVideo/Images/round-live@2x.png +0 -0
  2065. package/es/components/UVideo/Images/round_live_default@2x.png +0 -0
  2066. package/es/components/UVideo/Images/savesplit.png +0 -0
  2067. package/es/components/UVideo/Images/savesplit_light.png +0 -0
  2068. package/es/components/UVideo/Images/schicht-hover.png +0 -0
  2069. package/es/components/UVideo/Images/schicht.png +0 -0
  2070. package/es/components/UVideo/Images/schicht_checked.png +0 -0
  2071. package/es/components/UVideo/Images/searchEmpty.png +0 -0
  2072. package/es/components/UVideo/Images/securityAppDraw.png +0 -0
  2073. package/es/components/UVideo/Images/setting.png +0 -0
  2074. package/es/components/UVideo/Images/setting_light.png +0 -0
  2075. package/es/components/UVideo/Images/shipinxunluo.png +0 -0
  2076. package/es/components/UVideo/Images/sliceTooltip.png +0 -0
  2077. package/es/components/UVideo/Images/sound.png +0 -0
  2078. package/es/components/UVideo/Images/sound_active.png +0 -0
  2079. package/es/components/UVideo/Images/sound_close.png +0 -0
  2080. package/es/components/UVideo/Images/sound_close_active.png +0 -0
  2081. package/es/components/UVideo/Images/sound_close_gray.png +0 -0
  2082. package/es/components/UVideo/Images/sound_gray.png +0 -0
  2083. package/es/components/UVideo/Images/spirit1.png +0 -0
  2084. package/es/components/UVideo/Images/splitScreen.png +0 -0
  2085. package/es/components/UVideo/Images/split_1.png +0 -0
  2086. package/es/components/UVideo/Images/split_4.png +0 -0
  2087. package/es/components/UVideo/Images/split_9.png +0 -0
  2088. package/es/components/UVideo/Images/splitctr.png +0 -0
  2089. package/es/components/UVideo/Images/splitctr_litght.png +0 -0
  2090. package/es/components/UVideo/Images/spriteIcon copy.png +0 -0
  2091. package/es/components/UVideo/Images/spriteIcon.png +0 -0
  2092. package/es/components/UVideo/Images/sprites.png +0 -0
  2093. package/es/components/UVideo/Images/sprites_image.png +0 -0
  2094. package/es/components/UVideo/Images/startBackUpBtn.png +0 -0
  2095. package/es/components/UVideo/Images/startPatrolBtn.png +0 -0
  2096. package/es/components/UVideo/Images/stkIcon.png +0 -0
  2097. package/es/components/UVideo/Images/stkTollgate.png +0 -0
  2098. package/es/components/UVideo/Images/stream1.png +0 -0
  2099. package/es/components/UVideo/Images/stream1_gray.png +0 -0
  2100. package/es/components/UVideo/Images/stream1_hover.png +0 -0
  2101. package/es/components/UVideo/Images/stream2.png +0 -0
  2102. package/es/components/UVideo/Images/stream2_gray.png +0 -0
  2103. package/es/components/UVideo/Images/stream2_hover.png +0 -0
  2104. package/es/components/UVideo/Images/stream3.png +0 -0
  2105. package/es/components/UVideo/Images/stream3_gray.png +0 -0
  2106. package/es/components/UVideo/Images/stream3_hover.png +0 -0
  2107. package/es/components/UVideo/Images/tableLine.png +0 -0
  2108. package/es/components/UVideo/Images/tackEndIcon.png +0 -0
  2109. package/es/components/UVideo/Images/tackStartIcon.png +0 -0
  2110. package/es/components/UVideo/Images/textNoticeIcon.png +0 -0
  2111. package/es/components/UVideo/Images/timeLarge.svg +1 -0
  2112. package/es/components/UVideo/Images/timeSmall.svg +1 -0
  2113. package/es/components/UVideo/Images/tollgate.png +0 -0
  2114. package/es/components/UVideo/Images/tollgateOffLine.png +0 -0
  2115. package/es/components/UVideo/Images/treeIcon.less +508 -0
  2116. package/es/components/UVideo/Images/user.png +0 -0
  2117. package/es/components/UVideo/Images/videoGroup.png +0 -0
  2118. package/es/components/UVideo/Images/videoUnderList.png +0 -0
  2119. package/es/components/UVideo/Images/viewLib-online.png +0 -0
  2120. package/es/components/UVideo/Images/waiyu.png +0 -0
  2121. package/es/components/UVideo/Images/waiyuOffline.png +0 -0
  2122. package/es/components/UVideo/Images/warn.png +0 -0
  2123. package/es/components/UVideo/Images/wifi.png +0 -0
  2124. package/es/components/UVideo/Images/yidongjingwu.png +0 -0
  2125. package/es/components/UVideo/Images/yingyongpingtai.png +0 -0
  2126. package/es/components/UVideo/Images/yingyongpingtaiOffline.png +0 -0
  2127. package/es/components/UVideo/Images/yuntai.png +0 -0
  2128. package/es/components/UVideo/Images/yuntaiOffline.png +0 -0
  2129. package/es/components/UVideo/Images/yuyan.png +0 -0
  2130. package/es/components/UVideo/Images/yuyanAlarm.png +0 -0
  2131. package/es/components/UVideo/Images/yuyanOffline.png +0 -0
  2132. package/es/components/UVideo/Images/zhian@2x.png +0 -0
  2133. package/es/components/UVideo/Images/zhian_default@2x.png +0 -0
  2134. package/es/components/UVideo/Images/ziyuanlunxun.png +0 -0
  2135. package/es/components/UVideo/Images/zoom_close.png +0 -0
  2136. package/es/components/UVideo/Images/zoom_close_gray.png +0 -0
  2137. package/es/components/UVideo/Images/zoom_close_hover.png +0 -0
  2138. package/es/components/UVideo/Images/zoom_open.png +0 -0
  2139. package/es/components/UVideo/Images/zoom_open_gray.png +0 -0
  2140. package/es/components/UVideo/Images/zoom_open_hover.png +0 -0
  2141. package/es/components/UVideo/Images/zulunxunTV.png +0 -0
  2142. package/es/components/UVideo/Images/zulunxunTVPlay.png +0 -0
  2143. package/es/components/UVideo/Images/zulunxunXP.png +0 -0
  2144. package/es/components/UVideo/Images/zulunxunXPPlay.png +0 -0
  2145. package/es/components/UVideo/Images/zulunxunziyuan.png +0 -0
  2146. package/es/components/UVideo/Images/zuxianshiTV.png +0 -0
  2147. package/es/components/UVideo/Images/zuxianshiXP.png +0 -0
  2148. package/es/components/UVideo/InitFunc/GlobalFunc.js +662 -0
  2149. package/es/components/UVideo/InitFunc/imosSdkInit.js +17 -0
  2150. package/es/components/UVideo/TextInputNotice/TextInputNotice.js +419 -0
  2151. package/es/components/UVideo/TextInputNotice/TextInputNotice.less +95 -0
  2152. package/es/components/UVideo/Tree/TreeIcon.js +36 -0
  2153. package/es/components/UVideo/Tree/UTreeIcon.js +512 -0
  2154. package/es/components/UVideo/Tree/treeIcon.less +1057 -0
  2155. package/es/components/UVideo/Tree/treeResTypes.js +258 -0
  2156. package/es/components/UVideo/UVideo.js +1530 -0
  2157. package/es/components/UVideo/VideoComponent/OperatorItems.js +1716 -0
  2158. package/es/components/UVideo/VideoComponent/OperatorItems.less +1250 -0
  2159. package/es/components/UVideo/VideoComponent/PlayPanel.js +1471 -0
  2160. package/es/components/UVideo/VideoComponent/PlayPanel.less +292 -0
  2161. package/es/components/UVideo/VideoComponent/PlayWindow.js +1342 -0
  2162. package/es/components/UVideo/VideoComponent/PlayWindow.less +47 -0
  2163. package/es/components/UVideo/VideoComponent/PtzControl/CardTimePicker.js +754 -0
  2164. package/es/components/UVideo/VideoComponent/PtzControl/CardTimePicker.less +197 -0
  2165. package/es/components/UVideo/VideoComponent/PtzControl/ConfigCruisePathPlan.js +904 -0
  2166. package/es/components/UVideo/VideoComponent/PtzControl/ConfigCruisePathPlan.less +135 -0
  2167. package/es/components/UVideo/VideoComponent/PtzControl/HttpRequest.js +665 -0
  2168. package/es/components/UVideo/VideoComponent/PtzControl/PtzAddCruisePathCtr.js +1473 -0
  2169. package/es/components/UVideo/VideoComponent/PtzControl/PtzAddCruisePathCtr.less +336 -0
  2170. package/es/components/UVideo/VideoComponent/PtzControl/PtzCmd.js +66 -0
  2171. package/es/components/UVideo/VideoComponent/PtzControl/PtzControlPanel.js +2537 -0
  2172. package/es/components/UVideo/VideoComponent/PtzControl/PtzControlPanel.less +1447 -0
  2173. package/es/components/UVideo/VideoComponent/PtzControl/PtzPresetAddCtr.js +171 -0
  2174. package/es/components/UVideo/VideoComponent/PtzControl/PtzPresetAddCtr.less +37 -0
  2175. package/es/components/UVideo/VideoComponent/PtzControl/PtzSetGuardCtr.js +475 -0
  2176. package/es/components/UVideo/VideoComponent/PtzControl/PtzSetGuardCtr.less +184 -0
  2177. package/es/components/UVideo/VideoComponent/PtzControl/TimePickerTable.js +611 -0
  2178. package/es/components/UVideo/VideoComponent/PtzControl/TimePickerTable.less +193 -0
  2179. package/es/components/UVideo/VideoComponent/PtzControl/applyBusiness.js +75 -0
  2180. package/es/components/UVideo/VideoComponent/RateSelect/index.js +151 -0
  2181. package/es/components/UVideo/VideoComponent/RateSelect/index.less +106 -0
  2182. package/es/components/UVideo/VideoComponent/SplitScreen.js +72 -0
  2183. package/es/components/UVideo/VideoComponent/SplitScreen.less +116 -0
  2184. package/es/components/UVideo/VideoLive/VideoLive.js +723 -0
  2185. package/es/components/UVideo/VideoLive/VideoLive.less +378 -0
  2186. package/es/components/UVideo/VideoReply/VideoReply.js +937 -0
  2187. package/es/components/UVideo/VideoReply/VideoReply.less +352 -0
  2188. package/es/components/UVideo/VmsVideoComponent/Component/PtzControl/HttpRequest.js +580 -0
  2189. package/es/components/UVideo/VmsVideoComponent/Component/PtzControl/PtzCmd.js +66 -0
  2190. package/es/components/UVideo/VmsVideoComponent/Component/PtzControl/PtzControlPanel.js +1192 -0
  2191. package/es/components/UVideo/VmsVideoComponent/Component/PtzControl/PtzControlPanel.less +1323 -0
  2192. package/es/components/UVideo/VmsVideoComponent/Component/PtzControl/PtzPresetAddCtr.js +187 -0
  2193. package/es/components/UVideo/VmsVideoComponent/Component/PtzControl/PtzPresetAddCtr.less +53 -0
  2194. package/es/components/UVideo/VmsVideoComponent/Component/VmsOperatorItems.js +2500 -0
  2195. package/es/components/UVideo/VmsVideoComponent/Component/VmsOperatorItems.less +1474 -0
  2196. package/es/components/UVideo/VmsVideoComponent/Component/VmsVideoOperation.js +360 -0
  2197. package/es/components/UVideo/VmsVideoComponent/Component/VmsVideoOperation.less +626 -0
  2198. package/es/components/UVideo/VmsVideoComponent/Component/VmsVideoPanel.js +1774 -0
  2199. package/es/components/UVideo/VmsVideoComponent/Component/download/index.js +628 -0
  2200. package/es/components/UVideo/VmsVideoComponent/Component/download/index.less +18 -0
  2201. package/es/components/UVideo/VmsVideoComponent/NETPluginSDK/enum.js +586 -0
  2202. package/es/components/UVideo/VmsVideoComponent/NETPluginSDK/index.js +70 -0
  2203. package/es/components/UVideo/VmsVideoComponent/NETPluginSDK/plugin.js +237 -0
  2204. package/es/components/UVideo/VmsVideoComponent/NETPluginSDK/protocolcheck.js +223 -0
  2205. package/es/components/UVideo/VmsVideoComponent/NETPluginSDK/sdkviewer.js +283 -0
  2206. package/es/components/UVideo/VmsVideoComponent/NETPluginSDK/utils.js +206 -0
  2207. package/es/components/UVideo/VmsVideoComponent/NETPluginSDK/wndControl.js +207 -0
  2208. package/es/components/UVideo/VmsVideoComponent/NETPluginSDK/wsRequest.js +101 -0
  2209. package/es/components/UVideo/VmsVideoLive/VmsVideoLive.js +557 -0
  2210. package/es/components/UVideo/VmsVideoLive/VmsVideoLive.less +145 -0
  2211. package/es/components/UVideo/VmsVideoReply/VmsVideoReplay.js +1012 -0
  2212. package/es/components/UVideo/VmsVideoReply/VmsVideoReplay.less +273 -0
  2213. package/es/components/UVideo/index.js +26 -0
  2214. package/es/components/UVideo/index.less +265 -0
  2215. package/es/components/UVideo/locale/en_US.d.ts +3 -0
  2216. package/es/components/UVideo/locale/en_US.js +562 -0
  2217. package/es/components/UVideo/locale/locale.d.ts +564 -0
  2218. package/es/components/UVideo/locale/zh_CN.d.ts +3 -0
  2219. package/es/components/UVideo/locale/zh_CN.js +562 -0
  2220. package/es/components/UVideo/toolsFunc/ToolsFunc.js +125 -0
  2221. package/es/components/_util/ActionButton.d.ts +15 -0
  2222. package/es/components/_util/ActionButton.js +100 -0
  2223. package/es/components/_util/colors.d.ts +5 -0
  2224. package/es/components/_util/colors.js +4 -0
  2225. package/es/components/_util/easings.d.ts +1 -0
  2226. package/es/components/_util/easings.js +10 -0
  2227. package/es/components/_util/getDataOrAriaProps.d.ts +1 -0
  2228. package/es/components/_util/getDataOrAriaProps.js +8 -0
  2229. package/es/components/_util/getRenderPropValue.d.ts +3 -0
  2230. package/es/components/_util/getRenderPropValue.js +9 -0
  2231. package/es/components/_util/getScroll.d.ts +2 -0
  2232. package/es/components/_util/getScroll.js +29 -0
  2233. package/es/components/_util/hooks/useFlexGapSupport.d.ts +2 -0
  2234. package/es/components/_util/hooks/useFlexGapSupport.js +18 -0
  2235. package/es/components/_util/hooks/useForceUpdate.d.ts +2 -0
  2236. package/es/components/_util/hooks/useForceUpdate.js +15 -0
  2237. package/es/components/_util/hooks/usePatchElement.d.ts +5 -0
  2238. package/es/components/_util/hooks/usePatchElement.js +33 -0
  2239. package/es/components/_util/hooks/useSyncState.d.ts +3 -0
  2240. package/es/components/_util/hooks/useSyncState.js +13 -0
  2241. package/es/components/_util/isNumeric.d.ts +2 -0
  2242. package/es/components/_util/isNumeric.js +4 -0
  2243. package/es/components/_util/motion.d.ts +8 -0
  2244. package/es/components/_util/motion.js +51 -0
  2245. package/es/components/_util/placements.d.ts +17 -0
  2246. package/es/components/_util/placements.js +86 -0
  2247. package/es/components/_util/raf.d.ts +9 -0
  2248. package/es/components/_util/raf.js +26 -0
  2249. package/es/components/_util/reactNode.d.ts +8 -0
  2250. package/es/components/_util/reactNode.js +15 -0
  2251. package/es/components/_util/responsiveObserve.d.ts +21 -0
  2252. package/es/components/_util/responsiveObserve.js +64 -0
  2253. package/es/components/_util/scrollTo.d.ts +10 -0
  2254. package/es/components/_util/scrollTo.js +34 -0
  2255. package/es/components/_util/statusUtils.d.ts +6 -0
  2256. package/es/components/_util/statusUtils.js +13 -0
  2257. package/es/components/_util/styleChecker.d.ts +4 -0
  2258. package/es/components/_util/styleChecker.js +28 -0
  2259. package/es/components/_util/throttleByAnimationFrame.d.ts +8 -0
  2260. package/es/components/_util/throttleByAnimationFrame.js +57 -0
  2261. package/es/components/_util/transButton.d.ts +9 -0
  2262. package/es/components/_util/transButton.js +52 -0
  2263. package/es/components/_util/type.d.ts +9 -0
  2264. package/es/components/_util/type.js +13 -0
  2265. package/es/components/_util/warning.d.ts +6 -0
  2266. package/es/components/_util/warning.js +14 -0
  2267. package/es/components/_util/wave.d.ts +32 -0
  2268. package/es/components/_util/wave.js +207 -0
  2269. package/es/components/locale/default.d.ts +2 -0
  2270. package/es/components/locale/default.js +2 -0
  2271. package/es/components/locale/en_US.d.ts +3 -0
  2272. package/es/components/locale/en_US.js +136 -0
  2273. package/es/components/locale/zh_CN.d.ts +3 -0
  2274. package/es/components/locale/zh_CN.js +136 -0
  2275. package/es/components/locale-provider/LocaleReceiver.d.ts +11 -0
  2276. package/es/components/locale-provider/LocaleReceiver.js +36 -0
  2277. package/es/components/locale-provider/context.d.ts +7 -0
  2278. package/es/components/locale-provider/context.js +3 -0
  2279. package/es/components/locale-provider/default.d.ts +2 -0
  2280. package/es/components/locale-provider/default.js +2 -0
  2281. package/es/components/locale-provider/en_US.d.ts +2 -0
  2282. package/es/components/locale-provider/en_US.js +2 -0
  2283. package/es/components/locale-provider/index.d.ts +54 -0
  2284. package/es/components/locale-provider/index.js +30 -0
  2285. package/es/components/locale-provider/style/index.d.ts +1 -0
  2286. package/es/components/locale-provider/style/index.js +1 -0
  2287. package/es/components/locale-provider/style/index.less +2 -0
  2288. package/es/components/locale-provider/zh_CN.d.ts +2 -0
  2289. package/es/components/locale-provider/zh_CN.js +2 -0
  2290. package/es/components/style/color/bezierEasing.less +110 -0
  2291. package/es/components/style/color/colorPalette.less +85 -0
  2292. package/es/components/style/color/colors.less +162 -0
  2293. package/es/components/style/color/tinyColor.less +1184 -0
  2294. package/es/components/style/core/base.less +10 -0
  2295. package/es/components/style/core/global.less +490 -0
  2296. package/es/components/style/core/iconfont.less +22 -0
  2297. package/es/components/style/core/index.less +5 -0
  2298. package/es/components/style/core/motion/fade.less +34 -0
  2299. package/es/components/style/core/motion/move.less +129 -0
  2300. package/es/components/style/core/motion/other.less +51 -0
  2301. package/es/components/style/core/motion/slide.less +131 -0
  2302. package/es/components/style/core/motion/zoom.less +179 -0
  2303. package/es/components/style/core/motion.less +22 -0
  2304. package/es/components/style/index.d.ts +1 -0
  2305. package/es/components/style/index.js +1 -0
  2306. package/es/components/style/index.less +2 -0
  2307. package/es/components/style/mixins/box.less +7 -0
  2308. package/es/components/style/mixins/clearfix.less +16 -0
  2309. package/es/components/style/mixins/compact-item-vertical.less +41 -0
  2310. package/es/components/style/mixins/compact-item.less +133 -0
  2311. package/es/components/style/mixins/compatibility.less +13 -0
  2312. package/es/components/style/mixins/customize.less +181 -0
  2313. package/es/components/style/mixins/iconfont.less +28 -0
  2314. package/es/components/style/mixins/index.less +16 -0
  2315. package/es/components/style/mixins/modal-mask.less +30 -0
  2316. package/es/components/style/mixins/motion.less +33 -0
  2317. package/es/components/style/mixins/operation-unit.less +15 -0
  2318. package/es/components/style/mixins/reset.less +11 -0
  2319. package/es/components/style/mixins/rounded-arrow.less +44 -0
  2320. package/es/components/style/mixins/size.less +10 -0
  2321. package/es/components/style/mixins/typography.less +58 -0
  2322. package/es/components/style/themes/index.less +1 -0
  2323. package/es/components/style/themes/variable.less +1064 -0
  2324. package/es/darkTheme.js +77 -0
  2325. package/es/defaultTheme.js +77 -0
  2326. package/es/globalFunc/HOCConnect.js +41 -0
  2327. package/es/globalFunc/index.d.ts +44 -0
  2328. package/es/globalFunc/index.js +159 -0
  2329. package/es/globalFunc/render.d.ts +16 -0
  2330. package/es/globalFunc/render.js +91 -0
  2331. package/es/globalVarious/index.d.ts +15 -0
  2332. package/es/globalVarious/index.js +24 -0
  2333. package/es/http/index.js +223 -0
  2334. package/es/images/add_file_dark.png +0 -0
  2335. package/es/images/add_file_dark_hover.png +0 -0
  2336. package/es/images/clearIcon.png +0 -0
  2337. package/es/images/clearIcon_hover.png +0 -0
  2338. package/es/images/datePicker.png +0 -0
  2339. package/es/images/datePicker_dark.png +0 -0
  2340. package/es/images/emptyData.png +0 -0
  2341. package/es/images/file_delete_dark.png +0 -0
  2342. package/es/images/file_delete_dark_hover.png +0 -0
  2343. package/es/images/fujian.png +0 -0
  2344. package/es/images/noData.png +0 -0
  2345. package/es/images/scrollDown.png +0 -0
  2346. package/es/images/scrollDown_dark.png +0 -0
  2347. package/es/images/scrollDown_dark_hover.png +0 -0
  2348. package/es/images/scrollDown_light.png +0 -0
  2349. package/es/images/scrollDown_light_hover.png +0 -0
  2350. package/es/images/scrollLeft.png +0 -0
  2351. package/es/images/scrollLeft_dark.png +0 -0
  2352. package/es/images/scrollLeft_dark_hover.png +0 -0
  2353. package/es/images/scrollLeft_light.png +0 -0
  2354. package/es/images/scrollLeft_light_hover.png +0 -0
  2355. package/es/images/scrollRight.png +0 -0
  2356. package/es/images/scrollRight_dark.png +0 -0
  2357. package/es/images/scrollRight_dark_hover.png +0 -0
  2358. package/es/images/scrollRight_light.png +0 -0
  2359. package/es/images/scrollRight_light_hover.png +0 -0
  2360. package/es/images/scrollUp.png +0 -0
  2361. package/es/images/scrollUp_dark.png +0 -0
  2362. package/es/images/scrollUp_dark_hover.png +0 -0
  2363. package/es/images/scrollUp_light.png +0 -0
  2364. package/es/images/scrollUp_light_hover.png +0 -0
  2365. package/es/images/timePicker.png +0 -0
  2366. package/es/images/timePicker_dark.png +0 -0
  2367. package/es/images/transfer_dark.png +0 -0
  2368. package/es/images/transfer_dark_disable.png +0 -0
  2369. package/es/images/transfer_dark_hover.png +0 -0
  2370. package/es/images/trasfer_clear_dark.png +0 -0
  2371. package/es/images/trasfer_clear_dark_hover.png +0 -0
  2372. package/es/index.d.ts +127 -0
  2373. package/es/index.js +90 -0
  2374. package/es/locale/default.d.ts +2 -0
  2375. package/es/locale/default.js +2 -0
  2376. package/es/locale/en_US.d.ts +61 -0
  2377. package/es/locale/en_US.js +46 -0
  2378. package/es/locale/locale.d.ts +47 -0
  2379. package/es/locale/zh_CN.d.ts +61 -0
  2380. package/es/locale/zh_CN.js +46 -0
  2381. package/es/style/global.less +97 -0
  2382. package/es/style/globalVariabl.less +1 -0
  2383. package/es/style/theme/cssvar.less +109 -0
  2384. package/es/style/theme/dark.less +86 -0
  2385. package/es/style/theme/default.less +87 -0
  2386. package/es/style/theme/index-pure.less +2 -0
  2387. package/es/style/theme/index.less +2 -0
  2388. package/es/style/theme/variable.less +89 -0
  2389. package/es/variableTheme.js +76 -0
  2390. package/package.json +84 -0
@@ -0,0 +1,1774 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function _readOnlyError(r) { throw new TypeError('"' + r + '" is read-only'); }
3
+ function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
4
+ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
5
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
6
+ function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
7
+ function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
8
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
9
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
10
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
11
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
12
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
13
+ function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
14
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
15
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
16
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
17
+ function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
18
+ function _possibleConstructorReturn(t, e) { if (e && ("object" == _typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return _assertThisInitialized(t); }
19
+ function _assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; }
20
+ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
21
+ function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, _getPrototypeOf(t); }
22
+ function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
23
+ function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
24
+ import React, { Component } from 'react';
25
+ import moment from 'moment';
26
+ import { _getGuid } from "../../../../globalFunc";
27
+ import message from "../../../UMessageBox/message";
28
+ // import PtzControlPanel from './PtzControl/PtzControlPanel';
29
+ // import CryptoJs from 'crypto-js';
30
+ import DownloadModal from "./download";
31
+ import { ErrCodeMsg, videostreamtype, LiveStream, Protocal, MediaFileFormat, fluency, PictureFormat, EventType, RecordLocation } from "../NETPluginSDK/enum";
32
+ import { CUSTOM_PREFIX } from "../../../../globalVarious";
33
+ // 拼接类名前缀
34
+ var basePrefix = "".concat(CUSTOM_PREFIX, "-base");
35
+ var _require = require("../NETPluginSDK"),
36
+ utils = _require.utils;
37
+ var _require2 = require("../NETPluginSDK"),
38
+ webPlugin = _require2.webPlugin;
39
+ var VmsVideoPanel = /*#__PURE__*/function (_Component) {
40
+ function VmsVideoPanel(props) {
41
+ var _this;
42
+ _classCallCheck(this, VmsVideoPanel);
43
+ _this = _callSuper(this, VmsVideoPanel, [props]);
44
+ _this._scroll = function (e) {
45
+ _this._resolveScrollPanel(e.target);
46
+ };
47
+ _this._resolveScrollPanel = function (dom) {
48
+ var dlgGuid = _this.state.dlgGuid;
49
+ var needControl = false;
50
+ var parentRect = dom.getBoundingClientRect();
51
+ var videoRect = document.getElementById(dlgGuid).getBoundingClientRect();
52
+ var data = {
53
+ left: 0,
54
+ top: 0,
55
+ width: videoRect.width,
56
+ height: videoRect.height
57
+ };
58
+ var that = _this;
59
+ if (dom.clientHeight < dom.scrollHeight) {
60
+ if (parentRect.top > videoRect.top) {
61
+ needControl = true;
62
+ data.top = parentRect.top - videoRect.top;
63
+ data.height = data.height - (parentRect.top - videoRect.top);
64
+ }
65
+ if (videoRect.top + videoRect.height > parentRect.top + dom.clientHeight) {
66
+ needControl = true;
67
+ data.height = data.height - (videoRect.top + videoRect.height - (parentRect.top + dom.clientHeight));
68
+ }
69
+ }
70
+ if (dom.clientWidth < dom.scrollWidth) {
71
+ if (parentRect.left > videoRect.left) {
72
+ needControl = true;
73
+ data.left = parentRect.left - videoRect.left;
74
+ data.width = data.width - (parentRect.left - videoRect.left);
75
+ }
76
+ if (videoRect.left + videoRect.width > parentRect.left + dom.clientWidth) {
77
+ needControl = true;
78
+ data.width = data.width - (videoRect.left + videoRect.width - (parentRect.left + dom.clientWidth));
79
+ }
80
+ }
81
+ if (needControl) {
82
+ that.gWebControl.wndControl.JS_ResizeWnd(dlgGuid, false, function (res) {
83
+ that.gWebControl.wndControl.JS_MoidfyPartWnd1(data);
84
+ });
85
+ } else {
86
+ that.gWebControl.wndControl.JS_ResizeWnd(dlgGuid, false, function (res) {
87
+ that.gWebControl.wndControl.JS_MoidfyPartWnd(dlgGuid);
88
+ });
89
+ }
90
+ };
91
+ _this._handleCloseWindow = function () {
92
+ if (_this.downloadArr && _this.downloadArr.length > 0) {
93
+ _this.downloadArr.forEach(function (item) {
94
+ _this.gWebControl.SDKControl.JS_stopDownload(item.downloadHandle);
95
+ });
96
+ _this.downloadArr = [];
97
+ }
98
+ };
99
+ /**
100
+ * 接收框架发送来的message信息
101
+ * @param {Object} event message信息
102
+ */
103
+ _this._getParentMessage = function (event) {
104
+ if (!event || !event.data || event.data.Id !== 'vmsVideoCtr') {
105
+ return;
106
+ }
107
+ var _event$data = event.data,
108
+ nextKey = _event$data.nextKey,
109
+ nowKey = _event$data.nowKey;
110
+ if (_this.props.iframeId) {
111
+ _this.showDlg(nextKey === _this.props.iframeId);
112
+ }
113
+ };
114
+ _this.getHoverWnd = function (e) {
115
+ _this.getOnHover().then(function (res) {
116
+ console.log(res);
117
+ });
118
+ };
119
+ //鼠标切换窗口
120
+ _this.changeWin = function (winID, info) {
121
+ var _this$state = _this.state,
122
+ activeVideo = _this$state.activeVideo,
123
+ showPtzPanel = _this$state.showPtzPanel;
124
+ var b3DEnable = info.b3DEnable,
125
+ bPtzCtrl = info.bPtzCtrl,
126
+ bZoomEnable = info.bZoomEnable,
127
+ lpPlayHandle = info.lpPlayHandle,
128
+ lpPlayBackHandle = info.lpPlayBackHandle;
129
+ if (parseInt(winID) !== activeVideo) {
130
+ _this.setState({
131
+ activeVideo: parseInt(winID)
132
+ });
133
+ if (showPtzPanel) {
134
+ _this.getPtzPresetList().then(function (res) {
135
+ _this.setState({
136
+ presetListOptions: res.data.PresetList
137
+ });
138
+ }).catch(function (err) {
139
+ console.log(err);
140
+ _this.setState({
141
+ presetListOptions: []
142
+ });
143
+ });
144
+ _this.setState({
145
+ showPtzPanel: false
146
+ }, function () {
147
+ _this.setState({
148
+ showPtzPanel: true
149
+ });
150
+ });
151
+ }
152
+ }
153
+ if (_this.wndObj[winID]) {
154
+ var oldObj = _this.wndObj[winID];
155
+ _this.wndObj[winID] = _objectSpread(_objectSpread({}, oldObj), {}, {
156
+ b3DEnable: b3DEnable,
157
+ bPtzCtrl: bPtzCtrl,
158
+ bZoomEnable: bZoomEnable,
159
+ lpPlayHandle: lpPlayHandle,
160
+ lpPlayBackHandle: lpPlayBackHandle
161
+ });
162
+ }
163
+ _this.callbackWinStatus(winID);
164
+ };
165
+ //实况、回放、切换窗口、分屏、关闭后回调所有窗口状态
166
+ _this.callbackWinStatus = function (winID) {
167
+ if (_this.props.getWinState) {
168
+ var oldObj = _this.wndObj[winID];
169
+ if (oldObj === undefined) {
170
+ _this.props.getWinState(winID === undefined || winID === null ? _this.state.activeVideo : winID, _this.wndObj);
171
+ } else {
172
+ _this.getSoundVolume().then(function (data) {
173
+ var volume = data.data.dwVolume;
174
+ _this.wndObj[winID] = _objectSpread(_objectSpread({}, oldObj), {}, {
175
+ volume: volume
176
+ });
177
+ _this.props.getWinState(winID === undefined || winID === null ? _this.state.activeVideo : winID, _this.wndObj);
178
+ }).catch(function (err) {
179
+ console.log(err);
180
+ _this.props.getWinState(winID === undefined || winID === null ? _this.state.activeVideo : winID, _this.wndObj);
181
+ });
182
+ }
183
+ }
184
+ };
185
+ _this.loginVMS = function (callback) {
186
+ var textLocale = _this.props.textLocale;
187
+ if (!_this.vmsIP || !_this.username || !_this.password) {
188
+ message.error(textLocale.loginFailureIsNotEmpty);
189
+ _this.setState({
190
+ videoMsg: textLocale.playerLoginFailureIsNotEmpty
191
+ }, function () {
192
+ callback(false);
193
+ });
194
+ } else {
195
+ var loginJsonMap = {
196
+ szIPAddr: _this.vmsIP,
197
+ dwPort: 80,
198
+ szUserName: _this.username,
199
+ szPassword: _this.base64encode(_this.password),
200
+ dwLoginProto: 1,
201
+ dwDeviceType: '501'
202
+ };
203
+ var that = _this;
204
+ _this.gWebControl.SDKControl.JS_devLogin(loginJsonMap, function (res) {
205
+ console.log('UVideo-------------------VMS,登录接口返回信息', res);
206
+ if (res.code === 0) {
207
+ that.setState({
208
+ loginHandle: JSON.stringify(res.data.UserID)
209
+ }, function () {
210
+ callback(true); // 等待登录句柄写入this后,再执行回调
211
+ });
212
+ } else {
213
+ console.log('Vmslogin fail!');
214
+ message.error(textLocale[ErrCodeMsg[res.code]] || textLocale.operationFailure);
215
+ that.setState({
216
+ videoMsg: "".concat(textLocale.playerLoginFailure, ",").concat(textLocale[ErrCodeMsg[res.code]])
217
+ }, function () {
218
+ callback(false);
219
+ });
220
+ }
221
+ });
222
+ }
223
+ };
224
+ _this.base64encode = function (str) {
225
+ var out;
226
+ var i;
227
+ var len;
228
+ var c1;
229
+ var c2;
230
+ var c3;
231
+ len = str.length;
232
+ i = 0;
233
+ out = '';
234
+ while (i < len) {
235
+ c1 = str.charCodeAt(i++) & 0xff;
236
+ if (i == len) {
237
+ out += _this.base64encodechars.charAt(c1 >> 2);
238
+ out += _this.base64encodechars.charAt((c1 & 0x3) << 4);
239
+ out += '==';
240
+ break;
241
+ }
242
+ c2 = str.charCodeAt(i++);
243
+ if (i == len) {
244
+ out += _this.base64encodechars.charAt(c1 >> 2);
245
+ out += _this.base64encodechars.charAt((c1 & 0x3) << 4 | (c2 & 0xf0) >> 4);
246
+ out += _this.base64encodechars.charAt((c2 & 0xf) << 2);
247
+ out += '=';
248
+ break;
249
+ }
250
+ c3 = str.charCodeAt(i++);
251
+ out += _this.base64encodechars.charAt(c1 >> 2);
252
+ out += _this.base64encodechars.charAt((c1 & 0x3) << 4 | (c2 & 0xf0) >> 4);
253
+ out += _this.base64encodechars.charAt((c2 & 0xf) << 2 | (c3 & 0xc0) >> 6);
254
+ out += _this.base64encodechars.charAt(c3 & 0x3f);
255
+ }
256
+ return out;
257
+ };
258
+ //#endregion
259
+ //#region 实况、抓拍、关闭相关
260
+ //查询VMS通道
261
+ _this.getVmsDevList = function (FindHandle, arr, callback) {
262
+ if (_this.gWebControl) {
263
+ var data = _toConsumableArray(arr);
264
+ var that = _this;
265
+ _this.gWebControl.SDKControl.JS_findNextDevChn(FindHandle, function (res) {
266
+ if (0 !== res.code) {
267
+ that.gWebControl.SDKControl.JS_findCloseDevChn(FindHandle, function (res) {
268
+ callback(data);
269
+ });
270
+ } else {
271
+ data.push(res.data);
272
+ that.getVmsDevList(FindHandle, data, callback);
273
+ }
274
+ });
275
+ } else {
276
+ callback([]);
277
+ }
278
+ };
279
+ //查询VMS通道
280
+ _this.getDevChnList = function () {
281
+ var dwDeviceID = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
282
+ var textLocale = _this.props.textLocale;
283
+ return new Promise(function (resolve, reject) {
284
+ if (_this.gWebControl) {
285
+ var dataMap = {
286
+ UserID: parseInt(_this.state.loginHandle)
287
+ };
288
+ if (dwDeviceID) {
289
+ Object.assign(dataMap, {
290
+ dwDeviceID: dwDeviceID
291
+ });
292
+ }
293
+ var that = _this;
294
+ _this.gWebControl.SDKControl.JS_findDevChnList(dataMap, function (res) {
295
+ if (0 !== res.code) {
296
+ console.log('UVideo-------------------VMS,查询通道报错', res);
297
+ reject(textLocale[ErrCodeMsg[res.code]]);
298
+ } else {
299
+ that.getVmsDevList(res.data.findHandle, [], function (res) {
300
+ resolve(res);
301
+ });
302
+ }
303
+ });
304
+ } else {
305
+ console.log('UVideo-------------------VMS,播放器未初始化');
306
+ reject(textLocale.controlNotLoaded);
307
+ }
308
+ });
309
+ };
310
+ //启动实况
311
+ _this.startLive = function (_ref) {
312
+ var deviceID = _ref.deviceID,
313
+ channelID = _ref.channelID,
314
+ _ref$winID = _ref.winID,
315
+ winID = _ref$winID === void 0 ? -1 : _ref$winID,
316
+ _ref$streamType = _ref.streamType,
317
+ streamType = _ref$streamType === void 0 ? LiveStream.LIVE_STREAM_INDEX_MAIN : _ref$streamType;
318
+ console.log('UVideo-------------------VMS启动实况');
319
+ console.log('UVideo-------------------VMS启动实况参数deviceID:', deviceID);
320
+ console.log('UVideo-------------------VMS启动实况参数channelID:', channelID);
321
+ console.log('UVideo-------------------VMS启动实况参数winID:', winID);
322
+ console.log('UVideo-------------------VMS启动实况参数streamType:', streamType);
323
+ var activeVideo = _this.state.activeVideo;
324
+ var textLocale = _this.props.textLocale;
325
+ return new Promise(function (resolve, reject) {
326
+ _this.getDevChnList(deviceID).then(function (res) {
327
+ console.log('UVideo-------------------VMS启动实况,通道查询结果', res);
328
+ var curChn = [];
329
+ if (deviceID) {
330
+ curChn = res;
331
+ } else if (channelID) {
332
+ curChn = res.filter(function (item) {
333
+ return item.dwChannelID === channelID;
334
+ });
335
+ }
336
+ if (curChn.length < 1) {
337
+ reject(textLocale.notQueryDeviceChannel);
338
+ } else {
339
+ if (_this.gWebControl) {
340
+ var dataMap = {
341
+ dwChannelID: curChn[0].dwChannelID,
342
+ dwStreamType: streamType,
343
+ dwLinkMode: Protocal.TRANSPROTOCAL_RTPTCP,
344
+ dwFluency: fluency.NETDEV_PICTURE_REAL,
345
+ UserID: parseInt(_this.state.loginHandle)
346
+ };
347
+ if (typeof winID === 'number' && winID > -1) {
348
+ if (parseInt(winID) !== activeVideo) {
349
+ _this.setState({
350
+ activeVideo: winID
351
+ }, function () {
352
+ _this.gWebControl.wndControl.JS_SetFocus(parseInt(winID), function (res) {});
353
+ });
354
+ }
355
+ dataMap.resID = parseInt(winID);
356
+ var that = _this;
357
+ _this.gWebControl.SDKControl.JS_stopRealPlay(winID, function (res) {
358
+ that.gWebControl.SDKControl.JS_realPlay(dataMap, function (res) {
359
+ if (0 !== res.code) {
360
+ that.wndObj[winID] = null;
361
+ that.callbackWinStatus(winID);
362
+ reject(textLocale[ErrCodeMsg[res.code]]);
363
+ } else {
364
+ var oldObj = that.wndObj[winID] || {};
365
+ that.wndObj[winID] = _objectSpread(_objectSpread({}, oldObj), {}, {
366
+ type: videostreamtype.live,
367
+ deviceID: curChn[0].dwDevID,
368
+ channelID: curChn[0].dwChannelID,
369
+ chnName: curChn[0].szChnName,
370
+ bSupportPTZ: curChn[0].bSupportPTZ === 1,
371
+ streamNum: curChn[0].dwMaxStream,
372
+ curStreamType: streamType,
373
+ b3DEnable: false,
374
+ bPtzCtrl: false,
375
+ bZoomEnable: false
376
+ });
377
+ that.gWebControl.SDKControl.JS_enablePtzCtrl(parseInt(winID), false);
378
+ that.gWebControl.SDKControl.JS_enable3DPosition(parseInt(winID), false);
379
+ that.gWebControl.SDKControl.JS_enableDigitalZoom(parseInt(winID), false);
380
+ that.callbackWinStatus(winID);
381
+ resolve(res);
382
+ }
383
+ });
384
+ });
385
+ } else {
386
+ var _that = _this;
387
+ _this._getActiveVideo().then(function (data) {
388
+ if (data !== -1) {
389
+ dataMap.resID = parseInt(data);
390
+ _this.gWebControl.SDKControl.JS_stopRealPlay(data, function (res) {
391
+ _that.gWebControl.SDKControl.JS_realPlay(dataMap, function (res) {
392
+ if (0 !== res.code) {
393
+ _that.wndObj[data] = null;
394
+ _that.callbackWinStatus(data);
395
+ reject(textLocale[ErrCodeMsg[res.code]]);
396
+ } else {
397
+ var oldObj = _that.wndObj[data] || {};
398
+ _that.wndObj[data] = _objectSpread(_objectSpread({}, oldObj), {}, {
399
+ type: videostreamtype.live,
400
+ deviceID: curChn[0].dwDevID,
401
+ channelID: curChn[0].dwChannelID,
402
+ chnName: curChn[0].szChnName,
403
+ bSupportPTZ: curChn[0].bSupportPTZ === 1,
404
+ streamNum: curChn[0].dwMaxStream,
405
+ curStreamType: streamType,
406
+ b3DEnable: false,
407
+ bPtzCtrl: false,
408
+ bZoomEnable: false
409
+ });
410
+ _that.gWebControl.SDKControl.JS_enablePtzCtrl(parseInt(data), false);
411
+ _that.gWebControl.SDKControl.JS_enable3DPosition(parseInt(data), false);
412
+ _that.gWebControl.SDKControl.JS_enableDigitalZoom(parseInt(data), false);
413
+ _that.callbackWinStatus(data);
414
+ resolve(res);
415
+ }
416
+ });
417
+ });
418
+ }
419
+ });
420
+ }
421
+ } else {
422
+ reject(textLocale.controlNotLoaded);
423
+ }
424
+ }
425
+ }).catch(function (err) {
426
+ console.log('UVideo-------------------VMS,查询通道异常');
427
+ reject(deviceID ? textLocale.queryChannelException : '查询通道异常');
428
+ });
429
+ });
430
+ };
431
+ //关闭视频
432
+ _this.stopVideo = function (type) {
433
+ var winID = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : -1;
434
+ var textLocale = _this.props.textLocale;
435
+ return new Promise(function (resolve, reject) {
436
+ if (_this.gWebControl) {
437
+ var that = _this;
438
+ var stopFunction = type === videostreamtype.live ? 'JS_stopRealPlay' : 'JS_stopPlayback';
439
+ if (typeof winID === 'number' && winID > -1) {
440
+ _this.gWebControl.SDKControl[stopFunction](winID, function (res) {
441
+ if (0 !== res.code) {
442
+ reject(textLocale[ErrCodeMsg[res.code]]);
443
+ } else {
444
+ if (that.wndObj[winID]) {
445
+ that.wndObj[winID] = null;
446
+ }
447
+ that.gWebControl.SDKControl.JS_enablePtzCtrl(parseInt(winID), false);
448
+ that.gWebControl.SDKControl.JS_enableDigitalZoom(parseInt(winID), false);
449
+ that.gWebControl.SDKControl.JS_enable3DPosition(parseInt(winID), false);
450
+ that.gWebControl.SDKControl.JS_closeSound(parseInt(winID));
451
+ that.gWebControl.SDKControl.JS_stopSavaRealData(parseInt(winID));
452
+ that.gWebControl.wndControl.JS_SetWndPos(0, that.state.screenSplitType);
453
+ resolve(res);
454
+ }
455
+ });
456
+ } else {
457
+ _this.stopAllVideo(stopFunction, function (res) {
458
+ that.callbackWinStatus();
459
+ that.gWebControl.wndControl.JS_SetWndPos(0, _this.state.screenSplitType);
460
+ resolve(res);
461
+ });
462
+ }
463
+ } else {
464
+ reject(textLocale.controlNotLoaded);
465
+ }
466
+ });
467
+ };
468
+ //停止所有窗口
469
+ _this.stopAllVideo = function (stopFunction, callback) {
470
+ var screenSplitType = _this.state.screenSplitType;
471
+ var textLocale = _this.props.textLocale;
472
+ var promises = [];
473
+ var that = _this;
474
+ var _loop = function _loop(i) {
475
+ promises.push(new Promise(function (resolve, reject) {
476
+ _this.gWebControl.SDKControl[stopFunction](i, function (res) {
477
+ if (0 !== res.code) {
478
+ reject(textLocale[ErrCodeMsg[res.code]]);
479
+ } else {
480
+ if (that.wndObj[i]) {
481
+ that.wndObj[i] = null;
482
+ }
483
+ that.gWebControl.SDKControl.JS_enablePtzCtrl(parseInt(i), false);
484
+ that.gWebControl.SDKControl.JS_enableDigitalZoom(parseInt(i), false);
485
+ that.gWebControl.SDKControl.JS_enable3DPosition(parseInt(i), false);
486
+ that.gWebControl.SDKControl.JS_closeSound(parseInt(i));
487
+ that.gWebControl.SDKControl.JS_stopSavaRealData(parseInt(i));
488
+ resolve(res);
489
+ }
490
+ });
491
+ }));
492
+ };
493
+ for (var i = 0; i < screenSplitType; i++) {
494
+ _loop(i);
495
+ }
496
+ Promise.all(promises).then(function (res) {
497
+ callback(res);
498
+ }).catch(function (err) {
499
+ callback(err);
500
+ });
501
+ };
502
+ //实况抓拍
503
+ _this.captureLive = function () {
504
+ var condition = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {
505
+ szFileName: "C:\\DownLoad\\snap_".concat(moment().format('YYYYMMDDHHmmss')),
506
+ dwFormat: PictureFormat.PICTURE_BMP
507
+ };
508
+ var textLocale = _this.props.textLocale;
509
+ return new Promise(function (resolve, reject) {
510
+ if (_this.gWebControl) {
511
+ _this._getActiveVideo().then(function (data) {
512
+ if (data !== -1) {
513
+ var szFileName = condition.szFileName,
514
+ dwFormat = condition.dwFormat;
515
+ _this.gWebControl.SDKControl.JS_capturePicture({
516
+ resID: data,
517
+ szFileName: szFileName + '_' + _this.wndObj[data].chnName,
518
+ dwFormat: dwFormat
519
+ }, function (res) {
520
+ if (0 !== res.code) {
521
+ reject(textLocale[ErrCodeMsg[res.code]]);
522
+ } else {
523
+ resolve(res);
524
+ }
525
+ });
526
+ }
527
+ });
528
+ } else {
529
+ reject(textLocale.controlNotLoaded);
530
+ }
531
+ });
532
+ };
533
+ //#endregion
534
+ //#region 录像查询、回放、下载相关
535
+ _this.getTime = function (time) {
536
+ var tempTime = time.replace(/-/g, '/');
537
+ return new Date(tempTime).getTime() / 1000;
538
+ };
539
+ //遍历获取所有文件
540
+ _this.getFileList = function (FindHandle, arr, callback) {
541
+ if (_this.gWebControl) {
542
+ var data = _toConsumableArray(arr);
543
+ var that = _this;
544
+ _this.gWebControl.SDKControl.JS_findNextFile(FindHandle, function (res) {
545
+ if (0 !== res.code) {
546
+ that.gWebControl.SDKControl.JS_findClose(FindHandle, function (res) {
547
+ callback(data);
548
+ });
549
+ } else {
550
+ data.push(res.data);
551
+ that.getFileList(FindHandle, data, callback);
552
+ }
553
+ });
554
+ } else {
555
+ callback([]);
556
+ }
557
+ };
558
+ //查询录像文件列表
559
+ _this.queryFiles = function (param) {
560
+ var _this$recordDefaultPa = _objectSpread(_objectSpread({}, _this.recordDefaultParam), param),
561
+ deviceID = _this$recordDefaultPa.deviceID,
562
+ channelID = _this$recordDefaultPa.channelID,
563
+ fileType = _this$recordDefaultPa.fileType,
564
+ BeginTime = _this$recordDefaultPa.BeginTime,
565
+ EndTime = _this$recordDefaultPa.EndTime,
566
+ recordLocation = _this$recordDefaultPa.recordLocation;
567
+ var textLocale = _this.props.textLocale;
568
+ return new Promise(function (resolve, reject) {
569
+ if (_this.gWebControl) {
570
+ if (deviceID) {
571
+ _this.getDevChnList(deviceID).then(function (res) {
572
+ if (res.length < 1) {
573
+ reject(textLocale.notQueryDeviceChannel);
574
+ } else {
575
+ var dataMap = {
576
+ szFileName: 0,
577
+ dwChannelID: res[0].dwChannelID,
578
+ dwFileType: fileType,
579
+ tBeginTime: _this.getTime(BeginTime),
580
+ tEndTime: _this.getTime(EndTime),
581
+ dwRecordLocation: recordLocation,
582
+ UserID: parseInt(_this.state.loginHandle)
583
+ };
584
+ var that = _this;
585
+ _this.gWebControl.SDKControl.JS_findFile(dataMap, function (res1) {
586
+ if (0 !== res1.code) {
587
+ reject(textLocale[ErrCodeMsg[res1.code]]);
588
+ } else {
589
+ that.getFileList(res1.data.findHandle, [], function (res2) {
590
+ resolve({
591
+ record: res2,
592
+ channelID: res[0].dwChannelID
593
+ });
594
+ });
595
+ }
596
+ });
597
+ }
598
+ }).catch(function (err) {
599
+ reject(deviceID ? textLocale.queryChannelException : '');
600
+ });
601
+ } else if (channelID) {
602
+ var dataMap = {
603
+ szFileName: 0,
604
+ dwChannelID: channelID,
605
+ dwFileType: fileType,
606
+ tBeginTime: _this.getTime(BeginTime),
607
+ tEndTime: _this.getTime(EndTime),
608
+ dwRecordLocation: recordLocation,
609
+ UserID: parseInt(_this.state.loginHandle)
610
+ };
611
+ var that = _this;
612
+ _this.gWebControl.SDKControl.JS_findFile(dataMap, function (res) {
613
+ if (0 !== res.code) {
614
+ reject(textLocale[ErrCodeMsg[res.code]]);
615
+ } else {
616
+ that.getFileList(res.data.findHandle, [], function (res) {
617
+ resolve({
618
+ record: res,
619
+ channelID: channelID
620
+ });
621
+ });
622
+ }
623
+ });
624
+ }
625
+ } else {
626
+ reject(textLocale.controlNotLoaded);
627
+ }
628
+ });
629
+ };
630
+ //录像回放控制
631
+ _this.playBackCtr = function (param) {
632
+ var controlMode = param.controlMode,
633
+ playTime = param.playTime,
634
+ speed = param.speed;
635
+ var textLocale = _this.props.textLocale;
636
+ return new Promise(function (resolve, reject) {
637
+ if (_this.gWebControl) {
638
+ _this._getActiveVideo().then(function (data) {
639
+ if (data !== -1) {
640
+ var dataMap = {
641
+ resID: data,
642
+ dwControlMode: controlMode
643
+ };
644
+ if (playTime) {
645
+ Object.assign(dataMap, {
646
+ tPlayTime: playTime
647
+ });
648
+ }
649
+ if (speed) {
650
+ Object.assign(dataMap, {
651
+ dwSpeed: speed
652
+ });
653
+ }
654
+ var that = _this;
655
+ _this.gWebControl.SDKControl.JS_playBackControl(dataMap, function (res) {
656
+ if (0 !== res.code) {
657
+ reject(textLocale[ErrCodeMsg[res.code]]);
658
+ } else {
659
+ resolve(res);
660
+ }
661
+ });
662
+ }
663
+ });
664
+ } else {
665
+ reject(textLocale.controlNotLoaded);
666
+ }
667
+ });
668
+ };
669
+ //录像按时间回放
670
+ _this.startReply = function (param) {
671
+ var activeVideo = _this.state.activeVideo;
672
+ var _this$recordDefaultPa2 = _objectSpread(_objectSpread({}, _this.recordDefaultParam), param),
673
+ deviceID = _this$recordDefaultPa2.deviceID,
674
+ channelID = _this$recordDefaultPa2.channelID,
675
+ _this$recordDefaultPa3 = _this$recordDefaultPa2.winID,
676
+ winID = _this$recordDefaultPa3 === void 0 ? -1 : _this$recordDefaultPa3,
677
+ fileType = _this$recordDefaultPa2.fileType,
678
+ _this$recordDefaultPa4 = _this$recordDefaultPa2.linkMode,
679
+ linkMode = _this$recordDefaultPa4 === void 0 ? Protocal.TRANSPROTOCAL_RTPTCP : _this$recordDefaultPa4,
680
+ BeginTime = _this$recordDefaultPa2.BeginTime,
681
+ EndTime = _this$recordDefaultPa2.EndTime,
682
+ recordLocation = _this$recordDefaultPa2.recordLocation;
683
+ var textLocale = _this.props.textLocale;
684
+ return new Promise(function (resolve, reject) {
685
+ _this.getDevChnList(deviceID).then(function (res) {
686
+ var curChn = [];
687
+ if (deviceID) {
688
+ curChn = res;
689
+ } else if (channelID) {
690
+ curChn = res.filter(function (item) {
691
+ return item.dwChannelID === channelID;
692
+ });
693
+ }
694
+ // let curChn = res.filter((item) => item.dwChannelID === channelID);
695
+ if (curChn.length < 1) {
696
+ reject(textLocale.notQueryDeviceChannel);
697
+ } else {
698
+ if (_this.gWebControl) {
699
+ var dataMap = {
700
+ dwChannelID: curChn[0].dwChannelID,
701
+ tBeginTime: _this.getTime(BeginTime),
702
+ tEndTime: _this.getTime(EndTime),
703
+ dwLinkMode: linkMode,
704
+ dwFileType: fileType,
705
+ dwRecordLocation: recordLocation,
706
+ UserID: parseInt(_this.state.loginHandle)
707
+ };
708
+ if (typeof winID === 'number' && winID > -1) {
709
+ if (parseInt(winID) !== activeVideo) {
710
+ _this.gWebControl.wndControl.JS_SetFocus(parseInt(winID), function (res) {});
711
+ }
712
+ dataMap.resID = parseInt(winID);
713
+ var that = _this;
714
+ _this.gWebControl.SDKControl.JS_stopPlayback(winID, function (res) {
715
+ that.gWebControl.SDKControl.JS_playBack(dataMap, function (res) {
716
+ if (0 !== res.code) {
717
+ that.wndObj[winID] = null;
718
+ that.callbackWinStatus(winID);
719
+ reject(textLocale[ErrCodeMsg[res.code]]);
720
+ } else {
721
+ var oldObj = that.wndObj[winID] || {};
722
+ that.wndObj[winID] = _objectSpread(_objectSpread({}, oldObj), {}, {
723
+ type: videostreamtype.playback,
724
+ deviceID: curChn[0].dwDevID,
725
+ channelID: curChn[0].dwChannelID,
726
+ chnName: curChn[0].szChnName
727
+ });
728
+ that.gWebControl.SDKControl.JS_enablePtzCtrl(parseInt(winID), false);
729
+ that.gWebControl.SDKControl.JS_enable3DPosition(parseInt(winID), false);
730
+ that.gWebControl.SDKControl.JS_enableDigitalZoom(parseInt(winID), false);
731
+ that.callbackWinStatus(winID);
732
+ resolve(res);
733
+ }
734
+ });
735
+ });
736
+ } else {
737
+ var _that2 = _this;
738
+ _this._getActiveVideo().then(function (data) {
739
+ if (data !== -1) {
740
+ dataMap.resID = parseInt(data);
741
+ _this.gWebControl.SDKControl.JS_stopPlayback(data, function (res) {
742
+ _that2.gWebControl.SDKControl.JS_playBack(dataMap, function (res) {
743
+ if (0 !== res.code) {
744
+ _that2.wndObj[data] = null;
745
+ _that2.callbackWinStatus(data);
746
+ reject(textLocale[ErrCodeMsg[res.code]]);
747
+ } else {
748
+ var oldObj = _that2.wndObj[data] || {};
749
+ _that2.wndObj[data] = _objectSpread(_objectSpread({}, oldObj), {}, {
750
+ type: videostreamtype.playback,
751
+ deviceID: curChn[0].dwDevID,
752
+ channelID: curChn[0].dwChannelID,
753
+ chnName: curChn[0].szChnName
754
+ });
755
+ _that2.gWebControl.SDKControl.JS_enablePtzCtrl(parseInt(data), false);
756
+ _that2.gWebControl.SDKControl.JS_enable3DPosition(parseInt(data), false);
757
+ _that2.gWebControl.SDKControl.JS_enableDigitalZoom(parseInt(data), false);
758
+ _that2.callbackWinStatus(data);
759
+ resolve(res);
760
+ }
761
+ });
762
+ });
763
+ }
764
+ });
765
+ }
766
+ } else {
767
+ reject(textLocale.controlNotLoaded);
768
+ }
769
+ }
770
+ });
771
+ });
772
+ };
773
+ //录像下载
774
+ _this.download = function (param) {
775
+ var _this$recordDefaultPa5 = _objectSpread(_objectSpread({}, _this.recordDefaultParam), param),
776
+ channelID = _this$recordDefaultPa5.channelID,
777
+ fileType = _this$recordDefaultPa5.fileType,
778
+ _this$recordDefaultPa6 = _this$recordDefaultPa5.linkMode,
779
+ linkMode = _this$recordDefaultPa6 === void 0 ? Protocal.TRANSPROTOCAL_RTPTCP : _this$recordDefaultPa6,
780
+ BeginTime = _this$recordDefaultPa5.BeginTime,
781
+ EndTime = _this$recordDefaultPa5.EndTime,
782
+ recordLocation = _this$recordDefaultPa5.recordLocation,
783
+ _this$recordDefaultPa7 = _this$recordDefaultPa5.downloadSpeed,
784
+ downloadSpeed = _this$recordDefaultPa7 === void 0 ? 3 : _this$recordDefaultPa7,
785
+ _this$recordDefaultPa8 = _this$recordDefaultPa5.fileName,
786
+ fileName = _this$recordDefaultPa8 === void 0 ? 'C:\\DownLoad\\record' : _this$recordDefaultPa8,
787
+ _this$recordDefaultPa9 = _this$recordDefaultPa5.format,
788
+ format = _this$recordDefaultPa9 === void 0 ? MediaFileFormat.MEDIA_FILE_TS : _this$recordDefaultPa9;
789
+ var textLocale = _this.props.textLocale;
790
+ return new Promise(function (resolve, reject) {
791
+ if (_this.gWebControl) {
792
+ var dataMap = {
793
+ dwChannelID: channelID,
794
+ tBeginTime: _this.getTime(BeginTime),
795
+ tEndTime: _this.getTime(EndTime),
796
+ dwLinkMode: linkMode,
797
+ dwFileType: fileType,
798
+ dwDownloadSpeed: downloadSpeed,
799
+ dwRecordLocation: recordLocation,
800
+ UserID: parseInt(_this.state.loginHandle),
801
+ szFileName: fileName + '_' + _this.wndObj[_this.state.activeVideo].chnName + '_' + BeginTime.replace(/(-|\/|:| )/g, '') + '_' + EndTime.replace(/(-|\/|:| )/g, ''),
802
+ dwFormat: format
803
+ };
804
+ _this.gWebControl.SDKControl.JS_getFileByTime(dataMap, function (res) {
805
+ if (0 !== res.code) {
806
+ reject(textLocale[ErrCodeMsg[res.code]]);
807
+ } else {
808
+ resolve(res.data.downloadHandle);
809
+ }
810
+ });
811
+ } else {
812
+ reject(textLocale.controlNotLoaded);
813
+ }
814
+ });
815
+ };
816
+ _this.showDlg = function (status) {
817
+ var textLocale = _this.props.textLocale;
818
+ return new Promise(function (resolve, reject) {
819
+ if (_this.gWebControl) {
820
+ _this.gWebControl.wndControl.JS_ShowWnd(status, function (res) {
821
+ if (0 !== res.code) {
822
+ reject(textLocale[ErrCodeMsg[res.code]]);
823
+ } else {
824
+ resolve(res);
825
+ }
826
+ });
827
+ } else {
828
+ reject(textLocale.controlNotLoaded);
829
+ }
830
+ });
831
+ };
832
+ //全屏
833
+ _this.fullScreenEnableCtr = function () {
834
+ var status = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
835
+ var textLocale = _this.props.textLocale;
836
+ return new Promise(function (resolve, reject) {
837
+ if (_this.gWebControl) {
838
+ _this.gWebControl.wndControl.JS_FullScreen(status, function (res) {
839
+ if (0 !== res.code) {
840
+ reject(textLocale[ErrCodeMsg[res.code]]);
841
+ } else {
842
+ resolve(res);
843
+ }
844
+ });
845
+ } else {
846
+ reject(textLocale.controlNotLoaded);
847
+ }
848
+ });
849
+ };
850
+ //获取鼠标移入窗格
851
+ _this.getOnHover = function () {
852
+ return new Promise(function (resolve, reject) {
853
+ if (_this.gWebControl) {
854
+ _this.gWebControl.wndControl.JS_GetOnHoverWnd(function (res) {
855
+ if (0 === res.code) {
856
+ var ResourceId = res.data.lResId;
857
+ resolve(parseInt(ResourceId));
858
+ } else {
859
+ resolve(-1);
860
+ }
861
+ });
862
+ } else {
863
+ resolve(-1);
864
+ }
865
+ });
866
+ };
867
+ //视频组件裁剪
868
+ _this.clippingPartWnd = function (clipData) {
869
+ var dlgGuid = _this.state.dlgGuid;
870
+ var textLocale = _this.props.textLocale;
871
+ return new Promise(function (resolve, reject) {
872
+ if (_this.gWebControl) {
873
+ _this.gWebControl.wndControl.JS_ClippingPartWnd(dlgGuid, clipData, function (res) {
874
+ if (0 !== res.code) {
875
+ reject(textLocale[ErrCodeMsg[res.code]]);
876
+ } else {
877
+ resolve(res);
878
+ }
879
+ });
880
+ } else {
881
+ reject(textLocale.controlNotLoaded);
882
+ }
883
+ });
884
+ };
885
+ //查询当前选择窗口
886
+ _this._getActiveVideo = function () {
887
+ return new Promise(function (resolve, reject) {
888
+ if (_this.gWebControl) {
889
+ _this.gWebControl.wndControl.JS_GetFocus(function (res) {
890
+ if (0 === res.code) {
891
+ var ResourceId = res.data.lResId;
892
+ resolve(parseInt(ResourceId));
893
+ } else {
894
+ resolve(-1);
895
+ }
896
+ });
897
+ } else {
898
+ resolve(-1);
899
+ }
900
+ });
901
+ };
902
+ _this._isIe = function () {
903
+ if (Object.prototype.hasOwnProperty.call(window, 'ActiveXObject')) {
904
+ return true;
905
+ } else if (navigator.userAgent.indexOf('rv:11') > -1) {
906
+ // IE11
907
+ return true;
908
+ } else if (navigator.userAgent.indexOf('Edge') > -1) {
909
+ // Edge
910
+ return true;
911
+ } else {
912
+ return false;
913
+ }
914
+ };
915
+ //鼠标拖拽设备进行视频播放
916
+ _this.deviceDrop = function (param) {
917
+ var type = param.type,
918
+ channelID = param.channelID,
919
+ BeginTime = param.BeginTime,
920
+ EndTime = param.EndTime;
921
+ if (channelID && type && ['live', 'reply'].includes(type)) {
922
+ _this.getOnHover().then(function (winID) {
923
+ if (winID > -1) {
924
+ if (type === 'live') {
925
+ _this.startLive({
926
+ channelID: channelID,
927
+ winID: winID
928
+ });
929
+ } else {
930
+ var _param = {
931
+ channelID: channelID,
932
+ winID: winID
933
+ };
934
+ if (BeginTime && EndTime && new Date(BeginTime).getTime() < new Date(EndTime).getTime()) {
935
+ Object.assign(_param, {
936
+ BeginTime: BeginTime,
937
+ EndTime: EndTime
938
+ });
939
+ _this.startReply(_param);
940
+ }
941
+ }
942
+ }
943
+ });
944
+
945
+ // const{ x, y, width, height } = document.getElementById(this.state.dlgGuid).getBoundingClientRect();
946
+ // const { clientX, clientY } = e;
947
+
948
+ // let relativeX = clientX - x;
949
+ // let relativeY = clientY - y;
950
+
951
+ // let winID = -1;
952
+
953
+ // const { screenSplitType } = this.state;
954
+
955
+ // if([1, 4, 9, 16, 25].includes(screenSplitType)){
956
+ // let widthUnit = width / Math.sqrt(screenSplitType);
957
+ // let heightUnit = height / Math.sqrt(screenSplitType);
958
+ // let row = Math.floor(relativeY / heightUnit);
959
+ // let col = Math.floor(relativeX / widthUnit);
960
+
961
+ // winID = row * Math.sqrt(screenSplitType) + col;
962
+ // }
963
+ }
964
+
965
+ // e.stopPropagation();
966
+ };
967
+ //#endregion
968
+ //#region 视频及云台面板等参数控制
969
+ //云台控制
970
+ _this.ptzEnableCtr = function () {
971
+ var status = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
972
+ var textLocale = _this.props.textLocale;
973
+ return new Promise(function (resolve, reject) {
974
+ if (_this.gWebControl) {
975
+ _this._getActiveVideo().then(function (data) {
976
+ if (data !== -1) {
977
+ var that = _this;
978
+ that.gWebControl.SDKControl.JS_enable3DPosition(parseInt(data), false, function () {
979
+ that.gWebControl.SDKControl.JS_enableDigitalZoom(parseInt(data), false, function () {
980
+ that.gWebControl.SDKControl.JS_enablePtzCtrl(data, status, function (res) {
981
+ if (0 !== res.code) {
982
+ reject(textLocale[ErrCodeMsg[res.code]]);
983
+ } else {
984
+ resolve(res);
985
+ }
986
+ });
987
+ });
988
+ });
989
+ }
990
+ });
991
+ } else {
992
+ reject(textLocale.controlNotLoaded);
993
+ }
994
+ });
995
+ };
996
+ //云台方向控制
997
+ _this.ptzCtr = function (ptzcontrolcmd) {
998
+ var dwSpeed = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 5;
999
+ var textLocale = _this.props.textLocale;
1000
+ return new Promise(function (resolve, reject) {
1001
+ if (_this.gWebControl) {
1002
+ _this._getActiveVideo().then(function (data) {
1003
+ if (data !== -1) {
1004
+ var dataMap = {
1005
+ resID: parseInt(data),
1006
+ dwPresetCmd: ptzcontrolcmd,
1007
+ dwSpeed: dwSpeed
1008
+ };
1009
+ _this.gWebControl.SDKControl.JS_pTZControl(dataMap, function (res) {
1010
+ if (0 !== res.code) {
1011
+ reject(textLocale[ErrCodeMsg[res.code]]);
1012
+ } else {
1013
+ resolve(res);
1014
+ }
1015
+ });
1016
+ }
1017
+ });
1018
+ } else {
1019
+ reject(textLocale.controlNotLoaded);
1020
+ }
1021
+ });
1022
+ };
1023
+ //查询预置位列表
1024
+ _this.getPtzPresetList = function () {
1025
+ var textLocale = _this.props.textLocale;
1026
+ return new Promise(function (resolve, reject) {
1027
+ if (_this.gWebControl) {
1028
+ var that = _this;
1029
+ _this._getActiveVideo().then(function (data) {
1030
+ if (data !== -1) {
1031
+ var channelID = that.wndObj[data] ? that.wndObj[data].channelID : '';
1032
+ if (!channelID) {
1033
+ reject(textLocale.channelIDNotExist);
1034
+ }
1035
+ that.gWebControl.SDKControl.JS_getPTZPresetList(parseInt(that.state.loginHandle), channelID, function (res) {
1036
+ if (0 !== res.code) {
1037
+ reject(textLocale[ErrCodeMsg[res.code]]);
1038
+ } else {
1039
+ resolve(res);
1040
+ }
1041
+ });
1042
+ }
1043
+ });
1044
+ } else {
1045
+ reject(textLocale.controlNotLoaded);
1046
+ }
1047
+ });
1048
+ };
1049
+ //预置位控制控制
1050
+ _this.ptzPresetCtr = function (presetData) {
1051
+ var textLocale = _this.props.textLocale;
1052
+ return new Promise(function (resolve, reject) {
1053
+ if (_this.gWebControl) {
1054
+ _this._getActiveVideo().then(function (data) {
1055
+ if (data !== -1) {
1056
+ var dataMap = {
1057
+ resID: data,
1058
+ dwPresetCmd: presetData.dwPresetCmd,
1059
+ szPresetName: presetData.szPresetName,
1060
+ dwPresetID: presetData.dwPresetID
1061
+ };
1062
+ var that = _this;
1063
+ that.gWebControl.SDKControl.JS_pTZPreset(dataMap, function (res) {
1064
+ that.getPtzPresetList().then(function (res) {
1065
+ that.setState({
1066
+ presetListOptions: res.data.PresetList
1067
+ });
1068
+ }).catch(function (err) {
1069
+ err && message.error(err);
1070
+ that.setState({
1071
+ presetListOptions: []
1072
+ });
1073
+ });
1074
+ if (0 !== res.code) {
1075
+ reject(textLocale[ErrCodeMsg[res.code]]);
1076
+ } else {
1077
+ resolve(res);
1078
+ }
1079
+ });
1080
+ }
1081
+ });
1082
+ } else {
1083
+ reject(textLocale.controlNotLoaded);
1084
+ }
1085
+ });
1086
+ };
1087
+ //本地剪辑
1088
+ _this.localRecord = function () {
1089
+ var status = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
1090
+ var condition = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {
1091
+ szFileName: 'C:\\DownLoad\\record_' + moment().format('YYYYMMDDHHmmss'),
1092
+ dwFormat: MediaFileFormat.MEDIA_FILE_MP4
1093
+ };
1094
+ var textLocale = _this.props.textLocale;
1095
+ return new Promise(function (resolve, reject) {
1096
+ if (_this.gWebControl) {
1097
+ _this._getActiveVideo().then(function (data) {
1098
+ if (data !== -1) {
1099
+ if (status) {
1100
+ var param = {
1101
+ resID: data,
1102
+ szFileName: condition.szFileName + '_' + _this.wndObj[data].chnName,
1103
+ dwFormat: condition.dwFormat
1104
+ };
1105
+ var that = _this;
1106
+ _this.gWebControl.SDKControl.JS_saveRealData(param, function (res) {
1107
+ if (0 !== res.code) {
1108
+ reject(textLocale[ErrCodeMsg[res.code]]);
1109
+ } else {
1110
+ resolve(res);
1111
+ }
1112
+ that.wndObj[data].recordEnable = true;
1113
+ });
1114
+ } else {
1115
+ var _that3 = _this;
1116
+ _this.gWebControl.SDKControl.JS_stopSavaRealData(data, function (res) {
1117
+ if (0 !== res.code) {
1118
+ reject(textLocale[ErrCodeMsg[res.code]]);
1119
+ } else {
1120
+ resolve(res);
1121
+ }
1122
+ _that3.wndObj[data].recordEnable = false;
1123
+ });
1124
+ }
1125
+ }
1126
+ });
1127
+ } else {
1128
+ reject(textLocale.controlNotLoaded);
1129
+ }
1130
+ });
1131
+ };
1132
+ //数字放大
1133
+ _this.digitalZoomEnableCtr = function () {
1134
+ var status = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
1135
+ var textLocale = _this.props.textLocale;
1136
+ return new Promise(function (resolve, reject) {
1137
+ if (_this.gWebControl) {
1138
+ _this._getActiveVideo().then(function (data) {
1139
+ if (data !== -1) {
1140
+ var that = _this;
1141
+ that.gWebControl.SDKControl.JS_enablePtzCtrl(parseInt(data), false, function () {
1142
+ that.gWebControl.SDKControl.JS_enable3DPosition(parseInt(data), false, function () {
1143
+ that.gWebControl.SDKControl.JS_enableDigitalZoom(data, status, function (res) {
1144
+ if (0 !== res.code) {
1145
+ reject(textLocale[ErrCodeMsg[res.code]]);
1146
+ } else {
1147
+ resolve(res);
1148
+ }
1149
+ });
1150
+ });
1151
+ });
1152
+ }
1153
+ });
1154
+ } else {
1155
+ reject(textLocale.controlNotLoaded);
1156
+ }
1157
+ });
1158
+ };
1159
+ //3D定位
1160
+ _this.ptz3DPositionEnableCtr = function () {
1161
+ var status = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
1162
+ var textLocale = _this.props.textLocale;
1163
+ return new Promise(function (resolve, reject) {
1164
+ if (_this.gWebControl) {
1165
+ _this._getActiveVideo().then(function (data) {
1166
+ if (data !== -1) {
1167
+ var that = _this;
1168
+ that.gWebControl.SDKControl.JS_enablePtzCtrl(parseInt(data), false, function () {
1169
+ that.gWebControl.SDKControl.JS_enableDigitalZoom(parseInt(data), false, function () {
1170
+ that.gWebControl.SDKControl.JS_enable3DPosition(data, status, function (res) {
1171
+ if (0 !== res.code) {
1172
+ reject(textLocale[ErrCodeMsg[res.code]]);
1173
+ } else {
1174
+ resolve(res);
1175
+ }
1176
+ });
1177
+ });
1178
+ });
1179
+ }
1180
+ });
1181
+ } else {
1182
+ reject(textLocale.controlNotLoaded);
1183
+ }
1184
+ });
1185
+ };
1186
+ //扬声器声音开关控制
1187
+ _this.soundEnableCtr = function () {
1188
+ var status = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
1189
+ var textLocale = _this.props.textLocale;
1190
+ return new Promise(function (resolve, reject) {
1191
+ if (_this.gWebControl) {
1192
+ _this._getActiveVideo().then(function (data) {
1193
+ if (data !== -1) {
1194
+ var that = _this;
1195
+ var soundFunction = typeof status === 'boolean' && status === true ? 'JS_openSound' : 'JS_closeSound';
1196
+ _this.gWebControl.SDKControl[soundFunction](data, function (res) {
1197
+ if (0 !== res.code) {
1198
+ reject(textLocale[ErrCodeMsg[res.code]]);
1199
+ } else {
1200
+ resolve(res);
1201
+ }
1202
+ that.wndObj[data].soundEnable = status;
1203
+ });
1204
+ }
1205
+ });
1206
+ } else {
1207
+ reject(textLocale.controlNotLoaded);
1208
+ }
1209
+ });
1210
+ };
1211
+ //获取扬声器音量
1212
+ _this.getSoundVolume = function () {
1213
+ var textLocale = _this.props.textLocale;
1214
+ return new Promise(function (resolve, reject) {
1215
+ var that = _this;
1216
+ if (_this.gWebControl) {
1217
+ _this._getActiveVideo().then(function (data) {
1218
+ if (data !== -1) {
1219
+ _this.gWebControl.SDKControl.JS_getSoundVolume(data, function (res) {
1220
+ if (0 !== res.code) {
1221
+ reject(textLocale[ErrCodeMsg[res.code]]);
1222
+ } else {
1223
+ resolve(res);
1224
+ }
1225
+ });
1226
+ }
1227
+ });
1228
+ } else {
1229
+ reject(textLocale.controlNotLoaded);
1230
+ }
1231
+ });
1232
+ };
1233
+ //调节扬声器音量
1234
+ _this.setSoundVolume = function (volume) {
1235
+ var textLocale = _this.props.textLocale;
1236
+ return new Promise(function (resolve, reject) {
1237
+ if (_this.gWebControl) {
1238
+ if (typeof volume !== 'number' || volume < 0 || volume > 255) {
1239
+ reject(textLocale.parameterInvalid);
1240
+ }
1241
+ _this._getActiveVideo().then(function (data) {
1242
+ if (data !== -1) {
1243
+ var dataMap = {
1244
+ resID: parseInt(data),
1245
+ dwVolume: volume
1246
+ };
1247
+ var that = _this;
1248
+ _this.gWebControl.SDKControl.JS_setSoundVolume(dataMap, function (res) {
1249
+ if (0 !== res.code) {
1250
+ reject(textLocale[ErrCodeMsg[res.code]]);
1251
+ } else {
1252
+ resolve(res);
1253
+ }
1254
+ });
1255
+ }
1256
+ });
1257
+ } else {
1258
+ reject(textLocale.controlNotLoaded);
1259
+ }
1260
+ });
1261
+ };
1262
+ //#endregion
1263
+ //#region 云台组件相关回调及属性
1264
+ //云台操作指令回调
1265
+ _this.ptzOperationCallback = function (operateType, ptzCmdID, operateDes) {
1266
+ if (operateType === 'direction') {
1267
+ _this.ptzCtr(ptzCmdID, _this.state.ptzSpeed);
1268
+ }
1269
+ };
1270
+ //云台关闭回调
1271
+ _this.onPtzPnlCloseClick = function (x, y) {
1272
+ _this.showPtzModal(false, 'vms-ptzctr-panel');
1273
+ _this.setState({
1274
+ showPtzPanel: false
1275
+ }, function () {
1276
+ if (_this.props.onPtzPanelClose) {
1277
+ _this.props.onPtzPanelClose();
1278
+ }
1279
+ });
1280
+ };
1281
+ //云台面板更多部分展开和收起控制
1282
+ _this.onShowMorePanel = function (isShow) {
1283
+ var ptzPanel = _this.popPanelPos['vms-ptzctr-panel'];
1284
+ if (!ptzPanel) {
1285
+ return;
1286
+ }
1287
+ var newPos = JSON.parse(JSON.stringify(ptzPanel));
1288
+ var that = _this;
1289
+ _this.clippingPartWnd(_objectSpread(_objectSpread({}, newPos), {}, {
1290
+ lClip: !ptzPanel.lClip
1291
+ })).then(function (res) {
1292
+ if (isShow) {
1293
+ Object.assign(newPos, {
1294
+ lTop: ptzPanel.lTop - 90,
1295
+ lHeight: ptzPanel.lHeight + 90
1296
+ });
1297
+ } else {
1298
+ Object.assign(newPos, {
1299
+ lTop: ptzPanel.lTop + 90,
1300
+ lHeight: ptzPanel.lHeight - 90
1301
+ });
1302
+ }
1303
+ Object.assign(that.popPanelPos, {
1304
+ 'vms-ptzctr-panel': newPos
1305
+ });
1306
+ that.clippingPartWnd(newPos);
1307
+ that.setState({
1308
+ ptzPanelBottom: isShow ? 90 : 0
1309
+ });
1310
+ });
1311
+ };
1312
+ //云台中弹窗控制
1313
+ _this.showPtzModal = function (isShow, className) {
1314
+ if (isShow) {
1315
+ setTimeout(function () {
1316
+ var dom = document.getElementsByClassName(className || 'ant-modal-content');
1317
+ var dom2 = document.getElementById(_this.state.dlgGuid);
1318
+ if (dom && dom.length > 0 && dom2) {
1319
+ var react = dom[0].getBoundingClientRect();
1320
+ var react2 = dom2.getBoundingClientRect();
1321
+ var newPos = {
1322
+ lLeft: react.left - react2.left,
1323
+ lTop: react.top - react2.top,
1324
+ lWidth: react.width,
1325
+ lHeight: react.height,
1326
+ lClip: isShow
1327
+ };
1328
+ var popName = 'modalPos';
1329
+ if (className) {
1330
+ popName = className;
1331
+ }
1332
+ _this.popPanelPos[popName] = newPos;
1333
+ _this.clippingPartWnd(newPos);
1334
+ }
1335
+ }, 500);
1336
+ } else {
1337
+ var popName = 'modalPos';
1338
+ if (className) {
1339
+ popName = className;
1340
+ }
1341
+ if (_this.popPanelPos[popName]) {
1342
+ _this.clippingPartWnd(_objectSpread(_objectSpread({}, _this.popPanelPos[popName]), {}, {
1343
+ lClip: isShow
1344
+ }));
1345
+ Reflect.deleteProperty(_this.popPanelPos, popName);
1346
+ }
1347
+ }
1348
+ };
1349
+ //云台面板新增、删除、转到预置位回调
1350
+ _this.ptzPresetCallback = function (oper, condition) {
1351
+ if (oper === 0 || oper === 2) {
1352
+ _this.ptzPresetCtr({
1353
+ dwPresetCmd: oper,
1354
+ szPresetName: condition.szPresetName,
1355
+ dwPresetID: condition.dwPresetID
1356
+ });
1357
+ } else if (oper === 1) {
1358
+ if (Array.isArray(condition) && condition.length > 0) {
1359
+ condition.forEach(function (item) {
1360
+ _this.ptzPresetCtr({
1361
+ dwPresetCmd: oper,
1362
+ szPresetName: item.szPresetName,
1363
+ dwPresetID: item.dwPresetID
1364
+ });
1365
+ });
1366
+ }
1367
+ }
1368
+ };
1369
+ _this.isShowPtzPanel = function () {
1370
+ var activeVideo = _this.state.activeVideo;
1371
+ if (_this.wndObj[activeVideo] && _this.wndObj[activeVideo].type === 0 && _this.wndObj[activeVideo].bSupportPTZ) {
1372
+ return true;
1373
+ }
1374
+ return false;
1375
+ };
1376
+ //#endregion
1377
+ //#region 录像下载时间选择弹窗、录像下载任务列表弹窗
1378
+ //关闭下载任务列表面板
1379
+ _this._closeDownloadModal = function () {
1380
+ _this.showPtzModal(false, "".concat(basePrefix, "-modal-content"));
1381
+ _this.setState({
1382
+ showDownload: false
1383
+ }, function () {
1384
+ if (_this.props.onDownloadModalClose) {
1385
+ _this.props.onDownloadModalClose();
1386
+ }
1387
+ });
1388
+ };
1389
+ //关闭时间选择弹窗面板
1390
+ _this._closeDownloadTimeModal = function () {
1391
+ _this.showPtzModal(false, "".concat(basePrefix, "-modal-content"));
1392
+ _this.setState({
1393
+ showDownloadTime: false
1394
+ }, function () {
1395
+ if (_this.props.onDownloadTimeModalClose) {
1396
+ _this.props.onDownloadTimeModalClose();
1397
+ }
1398
+ });
1399
+ };
1400
+ //确认下载
1401
+ _this._downloadOk = function (selectedRows) {
1402
+ var activeVideo = _this.state.activeVideo;
1403
+ if (!_this.wndObj[activeVideo] || !_this.wndObj[activeVideo].channelID) {
1404
+ return;
1405
+ }
1406
+ var promiseAll = [];
1407
+ selectedRows.forEach(function (item) {
1408
+ var promise = new Promise(function (resolve, reject) {
1409
+ var data = {
1410
+ channelID: _this.wndObj[activeVideo].channelID,
1411
+ BeginTime: item.downloadStartTime,
1412
+ EndTime: item.downloadEndTime,
1413
+ downloadSpeed: item.downloadSpeed,
1414
+ format: item.downloadFileType
1415
+ };
1416
+ _this.download(data).then(function (res) {
1417
+ _this.downloadArr.unshift({
1418
+ taskID: _getGuid(),
1419
+ resID: res,
1420
+ channelID: _this.wndObj[activeVideo].channelID,
1421
+ chnName: _this.wndObj[activeVideo].chnName,
1422
+ downloadHandle: res,
1423
+ downloadStartTime: item.downloadStartTime,
1424
+ downloadEndTime: item.downloadEndTime
1425
+ });
1426
+ // this._closeDownloadTimeModal();
1427
+ resolve(res);
1428
+ }).catch(function (err) {
1429
+ err && message.error(err);
1430
+ reject(err);
1431
+ });
1432
+ });
1433
+ promiseAll.push(promise);
1434
+ });
1435
+ Promise.all(promiseAll).then(function () {
1436
+ var textLocale = _this.props.textLocale;
1437
+ _this.props.onDownloadTimeModalClose(true);
1438
+ message.success(textLocale.videoDownLoadSuccess);
1439
+ }).catch(function (err) {});
1440
+ };
1441
+ //删除某个下载任务回调
1442
+ _this._deleteTask = function (task) {
1443
+ if (task && task.taskID) {
1444
+ var newTask = _this.downloadArr.filter(function (item) {
1445
+ return item.taskID !== task.taskID;
1446
+ });
1447
+ _this.downloadArr = null;
1448
+ _this.downloadArr = newTask;
1449
+ }
1450
+ };
1451
+ _this._finishTaskCallback = function (record) {
1452
+ if (record && record.taskID && record.progress >= 100) {
1453
+ var newTask = _this.downloadArr.map(function (item) {
1454
+ if (item.taskID === record.taskID) {
1455
+ return _objectSpread(_objectSpread({}, item), {}, {
1456
+ isFinished: true
1457
+ });
1458
+ } else {
1459
+ return item;
1460
+ }
1461
+ });
1462
+ _this.downloadArr = null;
1463
+ _this.downloadArr = newTask;
1464
+ }
1465
+ };
1466
+ _this.state = {
1467
+ dlgGuid: _getGuid(),
1468
+ loginHandle: '',
1469
+ screenSplitType: props.screenSplitType || 4,
1470
+ activeVideo: 0,
1471
+ showPtzPanel: props.showPtzPanel || false,
1472
+ ptzSpeed: 5,
1473
+ ptzPanelBottom: 0,
1474
+ presetListOptions: [],
1475
+ videoMsg: '',
1476
+ showDownload: props.showDownload || false,
1477
+ showDownloadTime: props.showDownloadTime || false,
1478
+ downloadStartTime: props.downloadStartTime || moment().startOf('day').format('YYYY/MM/DD HH:mm:ss'),
1479
+ downloadEndTime: props.downloadEndTime || moment().format('YYYY/MM/DD HH:mm:ss')
1480
+ };
1481
+ _this.gWebControl = null;
1482
+ _this.gInitCount = 0;
1483
+ _this.base64encodechars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
1484
+ _this.wndObj = {};
1485
+ _this.popPanelPos = {};
1486
+ _this.recordDefaultParam = {
1487
+ fileType: EventType.ALL,
1488
+ BeginTime: moment().startOf('day').format('YYYY-MM-DD HH:mm:ss'),
1489
+ EndTime: moment().format('YYYY-MM-DD HH:mm:ss'),
1490
+ recordLocation: RecordLocation.NETDEV_RECORD_LOCATION_ALL
1491
+ };
1492
+ _this.downloadArr = [];
1493
+ _this.vmsIP = props.platFormLoginInfo.vmsIP || window.sessionStorage.getItem('vmsIP');
1494
+ _this.username = props.platFormLoginInfo.vmsUser || window.sessionStorage.getItem('vmsUser');
1495
+ _this.password = props.platFormLoginInfo.vmsPassword || window.sessionStorage.getItem('vmsPassword');
1496
+ // this.decrypt(props.platFormLoginInfo.vmsPassword) ||
1497
+ // this.decrypt(window.sessionStorage.getItem('vmsPassword'));
1498
+ // message.config({ getContainer: () => window.parent.document.body });
1499
+ return _this;
1500
+ }
1501
+ _inherits(VmsVideoPanel, _Component);
1502
+ return _createClass(VmsVideoPanel, [{
1503
+ key: "componentDidMount",
1504
+ value: function componentDidMount() {
1505
+ var _this2 = this;
1506
+ var scrollPanelId = this.props.scrollPanelId;
1507
+ setTimeout(function () {
1508
+ _this2.initPlugin(function () {
1509
+ window.addEventListener('message', _this2._getParentMessage);
1510
+ window.addEventListener('beforeunload', _this2._handleCloseWindow);
1511
+ if (scrollPanelId) {
1512
+ var panelDom = document.getElementById(scrollPanelId);
1513
+ _this2._resolveScrollPanel(panelDom);
1514
+ panelDom.addEventListener('scroll', _this2._scroll);
1515
+ }
1516
+ });
1517
+ }, 1000);
1518
+ }
1519
+ }, {
1520
+ key: "componentWillReceiveProps",
1521
+ value: function componentWillReceiveProps(nextProps) {
1522
+ var _this3 = this;
1523
+ if (nextProps.screenSplitType !== undefined && nextProps.screenSplitType !== this.state.screenSplitType) {
1524
+ if (nextProps.screenSplitType && typeof nextProps.screenSplitType === 'number' && [1, 4, 6, 8, 9, 10, 13, 16, 25].includes(nextProps.screenSplitType)) {
1525
+ this.setState({
1526
+ screenSplitType: nextProps.screenSplitType
1527
+ }, function () {
1528
+ _this3.splitControl();
1529
+ });
1530
+ }
1531
+ }
1532
+ if (nextProps.showPtzPanel !== undefined && nextProps.showPtzPanel !== this.state.showPtzPanel) {
1533
+ if (nextProps.showPtzPanel) {
1534
+ this.getPtzPresetList().then(function (res) {
1535
+ _this3.setState({
1536
+ presetListOptions: res.data.PresetList
1537
+ });
1538
+ }).catch(function (err) {
1539
+ err && message.error(err);
1540
+ _this3.setState({
1541
+ presetListOptions: []
1542
+ });
1543
+ });
1544
+ }
1545
+ this.setState({
1546
+ showPtzPanel: nextProps.showPtzPanel
1547
+ }, function () {
1548
+ _this3.showPtzModal(nextProps.showPtzPanel, 'vms-ptzctr-panel');
1549
+ });
1550
+ }
1551
+ if (nextProps.showDownload !== undefined && nextProps.showDownload !== this.state.showDownload) {
1552
+ this.setState({
1553
+ showDownload: nextProps.showDownload
1554
+ }, function () {
1555
+ _this3.showPtzModal(nextProps.showDownload, "".concat(basePrefix, "-modal-content"));
1556
+ });
1557
+ }
1558
+ if (nextProps.showDownloadTime !== undefined && nextProps.showDownloadTime !== this.state.showDownloadTime) {
1559
+ this.setState({
1560
+ showDownloadTime: nextProps.showDownloadTime,
1561
+ downloadStartTime: nextProps.downloadStartTime,
1562
+ downloadEndTime: nextProps.downloadEndTime
1563
+ }, function () {
1564
+ _this3.showPtzModal(nextProps.showDownloadTime, "".concat(basePrefix, "-modal-content"));
1565
+ });
1566
+ }
1567
+ }
1568
+ }, {
1569
+ key: "componentWillUnmount",
1570
+ value: function componentWillUnmount() {
1571
+ var _this4 = this;
1572
+ var dlgGuid = this.state.dlgGuid;
1573
+ var scrollPanelId = this.props.scrollPanelId;
1574
+ this.gWebControl = null;
1575
+ window.removeEventListener('message', this._getParentMessage);
1576
+ window.removeEventListener('beforeunload', this._handleCloseWindow);
1577
+ scrollPanelId && document.getElementById(scrollPanelId).removeEventListener('scroll', this._scroll);
1578
+ if (this.downloadArr && this.downloadArr.length > 0) {
1579
+ this.downloadArr.forEach(function (item) {
1580
+ _this4.gWebControl.SDKControl.JS_stopDownload(item.downloadHandle);
1581
+ });
1582
+ this.downloadArr = [];
1583
+ }
1584
+ webPlugin.JS_DestroyWnd(dlgGuid, function () {});
1585
+ }
1586
+ }, {
1587
+ key: "initPlugin",
1588
+ value:
1589
+ //#region 视频控件初始化,包括建立ws连接、初始化dlg、创建dlg以及登录VMS
1590
+
1591
+ function initPlugin(callback) {
1592
+ var dlgGuid = this.state.dlgGuid;
1593
+ var _this$props = this.props,
1594
+ textLocale = _this$props.textLocale,
1595
+ initCallback = _this$props.initCallback,
1596
+ colorObj = _this$props.colorObj;
1597
+ var that = this;
1598
+ var newColor = _objectSpread({
1599
+ focusColor: 0xe0b500,
1600
+ unfocusColor: 0x646464,
1601
+ background: 0x000000
1602
+ }, colorObj);
1603
+ webPlugin.JS_CreateWebControl({
1604
+ ServerBeginPort: 19000,
1605
+ ServerEndPort: 19004,
1606
+ cbConnectSuccess: function cbConnectSuccess(res) {
1607
+ console.log('websocket connect success!');
1608
+ webPlugin.JS_CreateWnd(dlgGuid, newColor, function (res) {
1609
+ if (res.code === 0) {
1610
+ that.gWebControl = res.data;
1611
+ try {
1612
+ that.loginVMS(function (res) {
1613
+ if (res) {
1614
+ that.showDlg(true);
1615
+ that.setState({
1616
+ videoMsg: ''
1617
+ });
1618
+ that.splitControl();
1619
+ initCallback && initCallback();
1620
+ }
1621
+ });
1622
+ } catch (e) {
1623
+ message.error(textLocale.playerLoginFailure);
1624
+ that.setState({
1625
+ videoMsg: textLocale.playerLoginFailure
1626
+ });
1627
+ console.log('JS_devLogin faild!');
1628
+ }
1629
+ window.initFlag = true;
1630
+ callback();
1631
+ } else {
1632
+ that.gWebControl = null;
1633
+ window.initFlag = false;
1634
+ that.setState({
1635
+ videoMsg: textLocale.failedPlayerInstance
1636
+ });
1637
+ message.error(textLocale[ErrCodeMsg[res.code]][res.code] || textLocale.operationFailure);
1638
+ }
1639
+ });
1640
+ },
1641
+ cbConnectFail: function cbConnectFail(err) {
1642
+ //utils.MSG.globalMsg('插件未启动,正在尝试启动中,请稍后...');
1643
+ console.log('websocket connect fail!');
1644
+ utils.BROWER.weakUp('NetDEVPluginSDK:\\');
1645
+ that.gInitCount++;
1646
+ if (that.gInitCount < 3) {
1647
+ setTimeout(that.initPlugin.apply(that), 3000); //间隔3秒钟,尝试连接一次websocket,最多3次
1648
+ } else {
1649
+ message.error(textLocale.pleaseCheckPlayerIsStart);
1650
+ that.setState({
1651
+ videoMsg: textLocale.playerIsNotStarted
1652
+ });
1653
+ console.log('websocket connect fail!');
1654
+ }
1655
+ },
1656
+ cbConnnectClose: function cbConnnectClose(msg) {
1657
+ that.setState({
1658
+ videoMsg: textLocale.playerIsNotStarted
1659
+ });
1660
+ console.log('websocket connect close!');
1661
+ },
1662
+ eventCallback: function eventCallback(res) {
1663
+ var eventCallback = that.props.eventCallback;
1664
+ eventCallback && eventCallback(res);
1665
+ if (res && res.msg && res.msg.MsgType === 2 && res.msg.info.lButtonAct === 515) {
1666
+ if (this.state.screenSplitType === 6) {
1667
+ if (this.props.gridTraceByCamera && typeof this.props.gridTraceByCamera === 'function') {
1668
+ this.props.gridTraceByCamera(res.msg.ResID, true);
1669
+ return;
1670
+ }
1671
+ }
1672
+ }
1673
+ if (res && res.msg && res.msg.MsgType === 2 && res.msg.info.lButtonAct === 514) {
1674
+ that.changeWin(parseInt(res.msg.ResID), res.msg.info);
1675
+ }
1676
+ }
1677
+ });
1678
+ }
1679
+ }, {
1680
+ key: "splitControl",
1681
+ value:
1682
+ //#endregion
1683
+
1684
+ //#region 视频窗格相关控制
1685
+
1686
+ //分屏
1687
+ function splitControl() {
1688
+ var customerSpilit = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : -1;
1689
+ var textLocale = this.props.textLocale;
1690
+ if (this.gWebControl != null) {
1691
+ var spilit = this.state.screenSplitType;
1692
+ if (customerSpilit && typeof customerSpilit === 'number' && [1, 4, 6, 8, 9, 10, 13, 16, 25].includes(customerSpilit)) {
1693
+ this.setState({
1694
+ screenSplitType: customerSpilit
1695
+ });
1696
+ spilit = customerSpilit;
1697
+ }
1698
+ var that = this;
1699
+ this.gWebControl.wndControl.JS_SetWndPos(0, spilit, function (res) {
1700
+ if (res.code === 0) {
1701
+ that.gWebControl.wndControl.JS_SetFocus(0, function (res) {
1702
+ if (res.code === 0) {
1703
+ that.callbackWinStatus(0);
1704
+ that.setState({
1705
+ activeVideo: 0
1706
+ });
1707
+ }
1708
+ });
1709
+ } else {
1710
+ message.error(textLocale[ErrCodeMsg[res.code]]);
1711
+ }
1712
+ });
1713
+ }
1714
+ }
1715
+ }, {
1716
+ key: "render",
1717
+ value:
1718
+ //#endregion
1719
+
1720
+ function render() {
1721
+ var _this$state2 = this.state,
1722
+ dlgGuid = _this$state2.dlgGuid,
1723
+ showPtzPanel = _this$state2.showPtzPanel,
1724
+ activeVideo = _this$state2.activeVideo,
1725
+ presetListOptions = _this$state2.presetListOptions,
1726
+ ptzPanelBottom = _this$state2.ptzPanelBottom,
1727
+ showDownload = _this$state2.showDownload,
1728
+ showDownloadTime = _this$state2.showDownloadTime,
1729
+ downloadStartTime = _this$state2.downloadStartTime,
1730
+ downloadEndTime = _this$state2.downloadEndTime,
1731
+ videoMsg = _this$state2.videoMsg;
1732
+ var style = {
1733
+ position: 'absolute',
1734
+ width: '100%',
1735
+ height: '100%',
1736
+ left: 0,
1737
+ bottom: 0
1738
+ };
1739
+ var textLocale = this.props.textLocale;
1740
+ return /*#__PURE__*/React.createElement("div", {
1741
+ className: "vms-video-panel",
1742
+ style: {
1743
+ position: 'relative',
1744
+ width: '100%',
1745
+ height: '100%'
1746
+ }
1747
+ }, /*#__PURE__*/React.createElement("div", {
1748
+ className: "vms-video-panel-contaner",
1749
+ id: dlgGuid,
1750
+ style: {
1751
+ width: '100%',
1752
+ height: '100%',
1753
+ background: 'black',
1754
+ color: 'red',
1755
+ textAlign: 'center',
1756
+ paddingTop: '25%'
1757
+ }
1758
+ }, videoMsg), (showDownload || showDownloadTime) && /*#__PURE__*/React.createElement(DownloadModal, {
1759
+ isTimeSelect: showDownloadTime,
1760
+ downloadStartTime: downloadStartTime,
1761
+ downloadEndTime: downloadEndTime,
1762
+ taskList: this.downloadArr,
1763
+ gWebControl: this.gWebControl,
1764
+ closeTaskModal: this._closeDownloadModal,
1765
+ closeTimeModal: this._closeDownloadTimeModal,
1766
+ downloadOk: this._downloadOk,
1767
+ deleteTaskCallback: this._deleteTask,
1768
+ finishTaskCallback: this._finishTaskCallback,
1769
+ textLocale: textLocale
1770
+ }));
1771
+ }
1772
+ }]);
1773
+ }(Component);
1774
+ export default VmsVideoPanel;