@das-fed/ui 6.4.0-hot.28 → 6.4.0-hot.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (799) hide show
  1. package/esm-map.json +14 -1
  2. package/index.js +21 -21
  3. package/package.json +6 -6
  4. package/packages/business-components/app-container/index.js +169 -142
  5. package/packages/business-components/app-container/index.js.gz +0 -0
  6. package/packages/business-components/app-container/src/style-theme.d.ts +0 -5
  7. package/packages/business-components/app-container/src/type.d.ts +10 -10
  8. package/packages/business-components/app-container/style.css +1 -1
  9. package/packages/business-components/app-container/style.css.gz +0 -0
  10. package/packages/business-components/app-container/theme/index.d.ts +0 -1
  11. package/packages/business-components/area-phone-select/i18n/index.d.ts +7 -0
  12. package/packages/business-components/area-phone-select/index.d.ts +1368 -0
  13. package/packages/business-components/area-phone-select/index.js +269 -0
  14. package/packages/business-components/area-phone-select/index.js.gz +0 -0
  15. package/packages/business-components/area-phone-select/src/Index.vue.d.ts +15 -0
  16. package/packages/business-components/area-phone-select/src/apis.d.ts +2 -0
  17. package/packages/business-components/area-phone-select/src/area-popover/index.vue.d.ts +179 -0
  18. package/packages/business-components/area-phone-select/src/area-popover/type.d.ts +37 -0
  19. package/packages/business-components/area-phone-select/src/type.d.ts +26 -0
  20. package/packages/business-components/area-phone-select/src/utils.d.ts +12 -0
  21. package/packages/business-components/area-phone-select/style.css +1 -0
  22. package/packages/business-components/area-phone-select/style.css.gz +0 -0
  23. package/packages/business-components/change-enterprises/index.js +10 -10
  24. package/packages/business-components/change-enterprises/index.js.gz +0 -0
  25. package/packages/business-components/change-enterprises/src/type.d.ts +20 -20
  26. package/packages/business-components/change-enterprises/style.css +1 -1
  27. package/packages/business-components/change-enterprises/style.css.gz +0 -0
  28. package/packages/business-components/change-pwd/index.js +13 -9
  29. package/packages/business-components/change-pwd/index.js.gz +0 -0
  30. package/packages/business-components/change-pwd/src/type.d.ts +13 -13
  31. package/packages/business-components/change-pwd/style.css +1 -1
  32. package/packages/business-components/currency-page/index.js +2 -2
  33. package/packages/business-components/currency-page/index.js.gz +0 -0
  34. package/packages/business-components/currency-page/src/type.d.ts +7 -7
  35. package/packages/business-components/currency-page/style.css +1 -1
  36. package/packages/business-components/device-panel/i18n/index.d.ts +24 -0
  37. package/packages/business-components/device-panel/index.d.ts +2 -2
  38. package/packages/business-components/device-panel/index.js +39470 -37667
  39. package/packages/business-components/device-panel/index.js.gz +0 -0
  40. package/packages/business-components/device-panel/src/apis.d.ts +2 -2
  41. package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/dealAlarm.vue.d.ts +2 -2
  42. package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/historyList.vue.d.ts +2 -2
  43. package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/liveList.vue.d.ts +2 -2
  44. package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/logDetail.vue.d.ts +2 -2
  45. package/packages/business-components/device-panel/src/components/alarmDevicePanel/dataTrends/components/attribute.vue.d.ts +2 -0
  46. package/packages/business-components/device-panel/src/components/alarmDevicePanel/dataTrends/components/barChart.vue.d.ts +5 -0
  47. package/packages/business-components/device-panel/src/components/alarmDevicePanel/dataTrends/components/lineChart.vue.d.ts +5 -0
  48. package/packages/business-components/device-panel/src/components/alarmDevicePanel/dataTrends/index.vue.d.ts +17 -0
  49. package/packages/business-components/device-panel/src/components/alarmDevicePanel/hooks/use-data-Trends.d.ts +7 -0
  50. package/packages/business-components/device-panel/src/components/alarmDevicePanel/index.vue.d.ts +2 -2
  51. package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/dealAlarm.vue.d.ts +2 -2
  52. package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/historyList.vue.d.ts +2 -2
  53. package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/liveList.vue.d.ts +2 -2
  54. package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/logDetail.vue.d.ts +2 -2
  55. package/packages/business-components/device-panel/src/components/devicePanelModal/dataTrends/components/attribute.vue.d.ts +2 -0
  56. package/packages/business-components/device-panel/src/components/devicePanelModal/dataTrends/components/barChart.vue.d.ts +9 -0
  57. package/packages/business-components/device-panel/src/components/devicePanelModal/dataTrends/components/lineChart.vue.d.ts +5 -0
  58. package/packages/business-components/device-panel/src/components/devicePanelModal/dataTrends/index.vue.d.ts +17 -0
  59. package/packages/business-components/device-panel/src/components/devicePanelModal/hooks/use-data-Trends.d.ts +7 -0
  60. package/packages/business-components/device-panel/src/components/devicePanelModal/index.vue.d.ts +2 -2
  61. package/packages/business-components/device-panel/src/components/devicePanelModal/preview/index.vue.d.ts +2 -2
  62. package/packages/business-components/device-panel/src/components/devicePanelModal/type.d.ts +8 -8
  63. package/packages/business-components/device-panel/src/components/drag-resize/type.d.ts +83 -83
  64. package/packages/business-components/device-panel/src/components/videoDialog/type.d.ts +19 -19
  65. package/packages/business-components/device-panel/style.css +1 -1
  66. package/packages/business-components/device-panel/style.css.gz +0 -0
  67. package/packages/business-components/echarts/index.js +2 -2
  68. package/packages/business-components/echarts/index.js.gz +0 -0
  69. package/packages/business-components/echarts/src/type.d.ts +49 -49
  70. package/packages/business-components/echarts/style.css +1 -1
  71. package/packages/business-components/export-button/hooks/useExport.d.ts +5 -6
  72. package/packages/business-components/export-button/index.js +100 -98
  73. package/packages/business-components/export-button/index.js.gz +0 -0
  74. package/packages/business-components/export-button/src/type.d.ts +29 -29
  75. package/packages/business-components/export-button/style.css +1 -1
  76. package/packages/business-components/import-button/hooks/file.d.ts +1 -0
  77. package/packages/business-components/import-button/hooks/useImport.d.ts +13 -13
  78. package/packages/business-components/import-button/i18n/index.d.ts +20 -5
  79. package/packages/business-components/import-button/index.js +315 -299
  80. package/packages/business-components/import-button/index.js.gz +0 -0
  81. package/packages/business-components/import-button/src/type.d.ts +45 -43
  82. package/packages/business-components/import-button/style.css +1 -1
  83. package/packages/business-components/index.d.ts +2 -0
  84. package/packages/business-components/index.js +2 -0
  85. package/packages/business-components/layout-breadcrumb/index.js +1 -1
  86. package/packages/business-components/layout-breadcrumb/index.js.gz +0 -0
  87. package/packages/business-components/layout-breadcrumb/src/type.d.ts +19 -19
  88. package/packages/business-components/layout-breadcrumb/style.css +1 -1
  89. package/packages/business-components/model-table-dialog/index.d.ts +65 -65
  90. package/packages/business-components/model-table-dialog/index.js +101 -101
  91. package/packages/business-components/model-table-dialog/index.js.gz +0 -0
  92. package/packages/business-components/model-table-dialog/src/Index.vue.d.ts +12 -12
  93. package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +13 -10
  94. package/packages/business-components/model-table-dialog/src/type.d.ts +73 -73
  95. package/packages/business-components/model-table-dialog/style.css +1 -1
  96. package/packages/business-components/model-table-dialog/style.css.gz +0 -0
  97. package/packages/business-components/payment/api.d.ts +8 -0
  98. package/packages/business-components/payment/i18n/index.d.ts +68 -0
  99. package/packages/business-components/payment/index.d.ts +56 -0
  100. package/packages/business-components/payment/index.js +372 -0
  101. package/packages/business-components/payment/index.js.gz +0 -0
  102. package/packages/business-components/payment/src/Index.vue.d.ts +7 -0
  103. package/packages/business-components/payment/style.css +1 -0
  104. package/packages/business-components/payment/type.d.ts +42 -0
  105. package/packages/business-components/process-configuration/i18n/index.d.ts +5 -10
  106. package/packages/business-components/process-configuration/index.d.ts +2 -0
  107. package/packages/business-components/process-configuration/index.js +56 -60
  108. package/packages/business-components/process-configuration/index.js.gz +0 -0
  109. package/packages/business-components/process-configuration/src/hooks/type.d.ts +26 -26
  110. package/packages/business-components/process-configuration/src/hooks/useDeleteDialog.d.ts +2 -3
  111. package/packages/business-components/process-configuration/src/index.vue.d.ts +2 -0
  112. package/packages/business-components/process-configuration/src/type.d.ts +35 -32
  113. package/packages/business-components/process-configuration/style.css +1 -1
  114. package/packages/business-components/process-configuration/style.css.gz +0 -0
  115. package/packages/business-components/process-form/i18n/index.d.ts +10 -0
  116. package/packages/business-components/process-form/index.js +829 -854
  117. package/packages/business-components/process-form/index.js.gz +0 -0
  118. package/packages/business-components/process-form/src/type.d.ts +70 -70
  119. package/packages/business-components/process-form/src/widgets/layout/accordion/type.d.ts +25 -25
  120. package/packages/business-components/process-form/style.css +1 -1
  121. package/packages/business-components/process-form/type.d.ts +24 -24
  122. package/packages/business-components/process-log/index.js +273 -273
  123. package/packages/business-components/process-log/index.js.gz +0 -0
  124. package/packages/business-components/process-log/style.css +1 -1
  125. package/packages/business-components/process-log/style.css.gz +0 -0
  126. package/packages/business-components/process-log/type.d.ts +105 -105
  127. package/packages/business-components/process-search-form/index.js +2 -2
  128. package/packages/business-components/process-search-form/index.js.gz +0 -0
  129. package/packages/business-components/process-search-form/src/type.d.ts +41 -41
  130. package/packages/business-components/process-table/index.d.ts +2 -0
  131. package/packages/business-components/process-table/index.js +540 -528
  132. package/packages/business-components/process-table/index.js.gz +0 -0
  133. package/packages/business-components/process-table/src/App.vue.d.ts +3 -3
  134. package/packages/business-components/process-table/src/type.d.ts +157 -155
  135. package/packages/business-components/process-table/style.css +1 -1
  136. package/packages/business-components/upload-file/index.d.ts +8 -0
  137. package/packages/business-components/upload-file/index.js +45 -46
  138. package/packages/business-components/upload-file/index.js.gz +0 -0
  139. package/packages/business-components/upload-file/src/App.vue.d.ts +2 -0
  140. package/packages/business-components/upload-file/src/type.d.ts +57 -54
  141. package/packages/business-components/upload-file/style.css +1 -1
  142. package/packages/business-components/urgent-panel/index.js +108 -108
  143. package/packages/business-components/urgent-panel/index.js.gz +0 -0
  144. package/packages/business-components/urgent-panel/src/components/drag-resize/type.d.ts +83 -83
  145. package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-location-select/type.d.ts +3 -3
  146. package/packages/business-components/urgent-panel/style.css +1 -1
  147. package/packages/business-components/urgent-panel/style.css.gz +0 -0
  148. package/packages/business-components/user-org-dialog/index.js +4 -4
  149. package/packages/business-components/user-org-dialog/index.js.gz +0 -0
  150. package/packages/business-components/user-org-dialog/src/type.d.ts +37 -37
  151. package/packages/business-components/user-org-dialog/style.css +1 -1
  152. package/packages/business-components/user-org-dialog/style.css.gz +0 -0
  153. package/packages/business-components/video-dialog/index.js +5 -5
  154. package/packages/business-components/video-dialog/index.js.gz +0 -0
  155. package/packages/business-components/video-dialog/src/type.d.ts +21 -21
  156. package/packages/business-components/video-dialog/style.css +1 -1
  157. package/packages/business-components/video-dialog/style.css.gz +0 -0
  158. package/packages/components/alert/index.d.ts +9 -9
  159. package/packages/components/alert/index.js.gz +0 -0
  160. package/packages/components/alert/src/index.vue.d.ts +1 -1
  161. package/packages/components/alert/src/type.d.ts +17 -17
  162. package/packages/components/alert/style.css.gz +0 -0
  163. package/packages/components/audio-video/index.js +2 -2
  164. package/packages/components/audio-video/index.js.gz +0 -0
  165. package/packages/components/audio-video/src/player/type.d.ts +22 -22
  166. package/packages/components/audio-video/src/type.d.ts +35 -35
  167. package/packages/components/audio-video/style.css +1 -1
  168. package/packages/components/autocomplete/index.d.ts +27 -18
  169. package/packages/components/autocomplete/index.js +142 -130
  170. package/packages/components/autocomplete/index.js.gz +0 -0
  171. package/packages/components/autocomplete/src/index.vue.d.ts +16 -10
  172. package/packages/components/autocomplete/src/type.d.ts +71 -63
  173. package/packages/components/autocomplete/style.css +1 -1
  174. package/packages/components/autocomplete/style.css.gz +0 -0
  175. package/packages/components/breadcrumb/index.js +2 -2
  176. package/packages/components/breadcrumb/index.js.gz +0 -0
  177. package/packages/components/breadcrumb/src/type.d.ts +21 -21
  178. package/packages/components/breadcrumb/style.css +1 -1
  179. package/packages/components/breadcrumb/style.css.gz +0 -0
  180. package/packages/components/button/index.js +1 -1
  181. package/packages/components/button/index.js.gz +0 -0
  182. package/packages/components/button/src/type.d.ts +76 -76
  183. package/packages/components/button/style.css +1 -1
  184. package/packages/components/button/style.css.gz +0 -0
  185. package/packages/components/calendar/index.d.ts +5 -5
  186. package/packages/components/calendar/index.js +9 -9
  187. package/packages/components/calendar/index.js.gz +0 -0
  188. package/packages/components/calendar/src/Index.vue.d.ts +2 -2
  189. package/packages/components/calendar/src/old-Index.vue.d.ts +2 -2
  190. package/packages/components/calendar/src/type.d.ts +63 -63
  191. package/packages/components/calendar/style.css.gz +0 -0
  192. package/packages/components/cascader/index.d.ts +9 -9
  193. package/packages/components/cascader/index.js +41 -40
  194. package/packages/components/cascader/index.js.gz +0 -0
  195. package/packages/components/cascader/src/Index.vue.d.ts +1 -1
  196. package/packages/components/cascader/src/type.d.ts +64 -64
  197. package/packages/components/cascader/style.css +1 -1
  198. package/packages/components/cascader/style.css.gz +0 -0
  199. package/packages/components/checkbox/index.js +149 -137
  200. package/packages/components/checkbox/index.js.gz +0 -0
  201. package/packages/components/checkbox/src/type.d.ts +67 -67
  202. package/packages/components/checkbox/style.css +1 -1
  203. package/packages/components/checkbox/style.css.gz +0 -0
  204. package/packages/components/collapse-panel/index.js +1 -1
  205. package/packages/components/collapse-panel/index.js.gz +0 -0
  206. package/packages/components/collapse-panel/style.css +1 -1
  207. package/packages/components/collapse-panel/style.css.gz +0 -0
  208. package/packages/components/collapse-transition/index.js.gz +0 -0
  209. package/packages/components/collaspe/index.js +7 -7
  210. package/packages/components/collaspe/index.js.gz +0 -0
  211. package/packages/components/collaspe/src/type.d.ts +20 -20
  212. package/packages/components/collaspe/style.css +1 -1
  213. package/packages/components/color-picker/index.js +64 -65
  214. package/packages/components/color-picker/index.js.gz +0 -0
  215. package/packages/components/color-picker/src/type.d.ts +33 -30
  216. package/packages/components/color-picker/style.css +1 -1
  217. package/packages/components/color-picker/style.css.gz +0 -0
  218. package/packages/components/custom-search-item/index.js +1 -1
  219. package/packages/components/custom-search-item/index.js.gz +0 -0
  220. package/packages/components/custom-search-item/src/type.d.ts +57 -57
  221. package/packages/components/custom-search-item/style.css +1 -1
  222. package/packages/components/date-picker/index.d.ts +30 -25
  223. package/packages/components/date-picker/index.js +595 -576
  224. package/packages/components/date-picker/index.js.gz +0 -0
  225. package/packages/components/date-picker/src/DatePicker.vue.d.ts +2 -2
  226. package/packages/components/date-picker/src/DateRangePicker.vue.d.ts +4 -2
  227. package/packages/components/date-picker/src/RangePicker.vue.d.ts +2 -2
  228. package/packages/components/date-picker/src/TimePicker.vue.d.ts +2 -2
  229. package/packages/components/date-picker/src/TimeRangePicker.vue.d.ts +2 -2
  230. package/packages/components/date-picker/src/type.d.ts +189 -189
  231. package/packages/components/date-picker/style.css +1 -1
  232. package/packages/components/date-picker/style.css.gz +0 -0
  233. package/packages/components/dialog/index.js +14 -14
  234. package/packages/components/dialog/index.js.gz +0 -0
  235. package/packages/components/dialog/src/type.d.ts +53 -53
  236. package/packages/components/dialog/style.css +1 -1
  237. package/packages/components/dialog/style.css.gz +0 -0
  238. package/packages/components/dimple-layout/editor/plugins/$background/type.d.ts +65 -65
  239. package/packages/components/dimple-layout/editor/plugins/$route/type.d.ts +102 -102
  240. package/packages/components/dimple-layout/editor/plugins/$text/type.d.ts +53 -53
  241. package/packages/components/dimple-layout/editor/type.d.ts +73 -73
  242. package/packages/components/dimple-layout/index.js +4 -4
  243. package/packages/components/dimple-layout/index.js.gz +0 -0
  244. package/packages/components/dimple-layout/style.css +1 -1
  245. package/packages/components/dimple-layout/style.css.gz +0 -0
  246. package/packages/components/dimple-layout/type.d.ts +1 -1
  247. package/packages/components/drawer/index.js +1 -1
  248. package/packages/components/drawer/index.js.gz +0 -0
  249. package/packages/components/drawer/style.css +1 -1
  250. package/packages/components/dropdown/index.js.gz +0 -0
  251. package/packages/components/dropdown/src/type.d.ts +10 -10
  252. package/packages/components/dropdown/style.css.gz +0 -0
  253. package/packages/components/edit-table/index.d.ts +34 -14
  254. package/packages/components/edit-table/index.js +2028 -1525
  255. package/packages/components/edit-table/index.js.gz +0 -0
  256. package/packages/components/edit-table/src/components/index.d.ts +1 -0
  257. package/packages/components/edit-table/src/components/row-button/index.vue.d.ts +5 -0
  258. package/packages/components/edit-table/src/components/row-button/type.d.ts +13 -0
  259. package/packages/components/edit-table/src/hooks/use-validator.d.ts +9 -3
  260. package/packages/components/edit-table/src/index.vue.d.ts +9 -5
  261. package/packages/components/edit-table/src/type.d.ts +242 -217
  262. package/packages/components/edit-table/src/utils.d.ts +9 -5
  263. package/packages/components/edit-table/style.css +1 -1
  264. package/packages/components/edit-table/style.css.gz +0 -0
  265. package/packages/components/empty/index.d.ts +3 -3
  266. package/packages/components/empty/index.js +1 -1
  267. package/packages/components/empty/index.js.gz +0 -0
  268. package/packages/components/empty/src/Index.vue.d.ts +1 -1
  269. package/packages/components/empty/src/type.d.ts +34 -34
  270. package/packages/components/empty/style.css +1 -1
  271. package/packages/components/form/index.js +7 -7
  272. package/packages/components/form/index.js.gz +0 -0
  273. package/packages/components/form/src/type.d.ts +40 -40
  274. package/packages/components/form/style.css +1 -1
  275. package/packages/components/form-item/index.js +5 -5
  276. package/packages/components/form-item/index.js.gz +0 -0
  277. package/packages/components/form-item/src/type.d.ts +183 -183
  278. package/packages/components/form-item/style.css +1 -1
  279. package/packages/components/form-item/style.css.gz +0 -0
  280. package/packages/components/icon/index.js.gz +0 -0
  281. package/packages/components/icon/src/type.d.ts +10 -10
  282. package/packages/components/image-preview/index.js.gz +0 -0
  283. package/packages/components/image-upload/index.js +106 -121
  284. package/packages/components/image-upload/index.js.gz +0 -0
  285. package/packages/components/image-upload/src/hooks/use-imageUpload.d.ts +1 -1
  286. package/packages/components/image-upload/src/type.d.ts +40 -40
  287. package/packages/components/image-upload/style.css +1 -1
  288. package/packages/components/image-upload/style.css.gz +0 -0
  289. package/packages/components/image-viewer/index.js +342 -358
  290. package/packages/components/image-viewer/index.js.gz +0 -0
  291. package/packages/components/image-viewer/src/hooks/use-imageViewer.d.ts +2 -2
  292. package/packages/components/image-viewer/src/type.d.ts +124 -124
  293. package/packages/components/image-viewer/style.css +1 -1
  294. package/packages/components/image-viewer/style.css.gz +0 -0
  295. package/packages/components/index.d.ts +1 -0
  296. package/packages/components/index.js +1 -0
  297. package/packages/components/input/index.js +103 -102
  298. package/packages/components/input/index.js.gz +0 -0
  299. package/packages/components/input/src/type.d.ts +73 -73
  300. package/packages/components/input/style.css +1 -1
  301. package/packages/components/input/style.css.gz +0 -0
  302. package/packages/components/input-dialog-select/index.js +33 -33
  303. package/packages/components/input-dialog-select/index.js.gz +0 -0
  304. package/packages/components/input-dialog-select/src/type.d.ts +72 -72
  305. package/packages/components/input-dialog-select/style.css +1 -1
  306. package/packages/components/input-dialog-select/style.css.gz +0 -0
  307. package/packages/components/input-number/index.js +63 -63
  308. package/packages/components/input-number/index.js.gz +0 -0
  309. package/packages/components/input-number/src/type.d.ts +53 -53
  310. package/packages/components/input-number/style.css +1 -1
  311. package/packages/components/input-number/style.css.gz +0 -0
  312. package/packages/components/live-player/index.js +144 -144
  313. package/packages/components/live-player/index.js.gz +0 -0
  314. package/packages/components/live-player/src/type.d.ts +36 -36
  315. package/packages/components/live-player/style.css +1 -1
  316. package/packages/components/loading/index.js +48 -48
  317. package/packages/components/loading/index.js.gz +0 -0
  318. package/packages/components/loading/src/type.d.ts +42 -42
  319. package/packages/components/loading/style.css +1 -1
  320. package/packages/components/loading/style.css.gz +0 -0
  321. package/packages/components/map/index.js +293 -293
  322. package/packages/components/map/index.js.gz +0 -0
  323. package/packages/components/map/src/type.d.ts +75 -75
  324. package/packages/components/map/style.css +1 -1
  325. package/packages/components/menu-aside/index.js +697 -622
  326. package/packages/components/menu-aside/index.js.gz +0 -0
  327. package/packages/components/menu-aside/src/sub-menu/type.d.ts +27 -27
  328. package/packages/components/menu-aside/src/type.d.ts +46 -46
  329. package/packages/components/menu-aside/style.css +1 -1
  330. package/packages/components/menu-aside/style.css.gz +0 -0
  331. package/packages/components/menu-header/index.js +24 -23
  332. package/packages/components/menu-header/index.js.gz +0 -0
  333. package/packages/components/menu-header/src/type.d.ts +9 -9
  334. package/packages/components/menu-header/style.css.gz +0 -0
  335. package/packages/components/message/index.js.gz +0 -0
  336. package/packages/components/message/src/type.d.ts +6 -6
  337. package/packages/components/message/style.css.gz +0 -0
  338. package/packages/components/notification/index.js.gz +0 -0
  339. package/packages/components/notification/src/type.d.ts +6 -6
  340. package/packages/components/notification/style.css.gz +0 -0
  341. package/packages/components/overlay/index.js.gz +0 -0
  342. package/packages/components/pagination/index.d.ts +23 -23
  343. package/packages/components/pagination/index.js +106 -103
  344. package/packages/components/pagination/index.js.gz +0 -0
  345. package/packages/components/pagination/src/Pagination.vue.d.ts +3 -3
  346. package/packages/components/pagination/src/type.d.ts +57 -57
  347. package/packages/components/pagination/style.css +1 -1
  348. package/packages/components/pagination/style.css.gz +0 -0
  349. package/packages/components/popover/index.d.ts +160 -2
  350. package/packages/components/popover/index.js +29 -27
  351. package/packages/components/popover/index.js.gz +0 -0
  352. package/packages/components/popover/style.css.gz +0 -0
  353. package/packages/components/popup-mask/index.d.ts +9 -9
  354. package/packages/components/popup-mask/index.js +1 -1
  355. package/packages/components/popup-mask/index.js.gz +0 -0
  356. package/packages/components/popup-mask/src/Index.vue.d.ts +1 -1
  357. package/packages/components/popup-mask/src/type.d.ts +28 -28
  358. package/packages/components/popup-mask/style.css +1 -1
  359. package/packages/components/preview/index.d.ts +3 -3
  360. package/packages/components/preview/index.js +4 -4
  361. package/packages/components/preview/index.js.gz +0 -0
  362. package/packages/components/preview/src/Index.vue.d.ts +1 -1
  363. package/packages/components/preview/src/type.d.ts +19 -19
  364. package/packages/components/preview/style.css +1 -1
  365. package/packages/components/progress/index.js +2 -2
  366. package/packages/components/progress/index.js.gz +0 -0
  367. package/packages/components/progress/src/type.d.ts +43 -43
  368. package/packages/components/progress/style.css +1 -1
  369. package/packages/components/progress/style.css.gz +0 -0
  370. package/packages/components/radio/index.js.gz +0 -0
  371. package/packages/components/radio/src/type.d.ts +43 -43
  372. package/packages/components/radio/style.css.gz +0 -0
  373. package/packages/components/radio-tabs/index.js +1 -1
  374. package/packages/components/radio-tabs/index.js.gz +0 -0
  375. package/packages/components/radio-tabs/src/type.d.ts +17 -17
  376. package/packages/components/radio-tabs/style.css +1 -1
  377. package/packages/components/radio-tabs/style.css.gz +0 -0
  378. package/packages/components/rich-editor/index.js.gz +0 -0
  379. package/packages/components/rich-editor/src/type.d.ts +90 -90
  380. package/packages/components/rich-editor/style.css.gz +0 -0
  381. package/packages/components/scrollbar/index.js +1 -1
  382. package/packages/components/scrollbar/index.js.gz +0 -0
  383. package/packages/components/scrollbar/src/type.d.ts +3 -3
  384. package/packages/components/scrollbar/style.css +1 -1
  385. package/packages/components/scrollbar/style.css.gz +0 -0
  386. package/packages/components/search/index.js +5 -5
  387. package/packages/components/search/index.js.gz +0 -0
  388. package/packages/components/search/src/type.d.ts +22 -22
  389. package/packages/components/search/style.css +1 -1
  390. package/packages/components/search/style.css.gz +0 -0
  391. package/packages/components/search-form/i18n/index.d.ts +5 -0
  392. package/packages/components/search-form/index.js +741 -713
  393. package/packages/components/search-form/index.js.gz +0 -0
  394. package/packages/components/search-form/src/Index.vue.d.ts +3 -1
  395. package/packages/components/search-form/src/InputSelect.vue.d.ts +2 -2
  396. package/packages/components/search-form/src/SearchDateRange.vue.d.ts +2 -2
  397. package/packages/components/search-form/src/hooks/common.d.ts +1 -0
  398. package/packages/components/search-form/src/type.d.ts +111 -108
  399. package/packages/components/search-form/style.css +1 -1
  400. package/packages/components/search-form/style.css.gz +0 -0
  401. package/packages/components/select/index.js +311 -300
  402. package/packages/components/select/index.js.gz +0 -0
  403. package/packages/components/select/src/type.d.ts +81 -81
  404. package/packages/components/select/style.css +1 -1
  405. package/packages/components/select/style.css.gz +0 -0
  406. package/packages/components/select-input/index.d.ts +2 -2
  407. package/packages/components/select-input/index.js +7 -7
  408. package/packages/components/select-input/index.js.gz +0 -0
  409. package/packages/components/select-input/src/Index.vue.d.ts +2 -2
  410. package/packages/components/select-input/src/type.d.ts +57 -57
  411. package/packages/components/select-input/style.css +1 -1
  412. package/packages/components/select-input/style.css.gz +0 -0
  413. package/packages/components/select-list/index.d.ts +23 -3
  414. package/packages/components/select-list/index.js +647 -611
  415. package/packages/components/select-list/index.js.gz +0 -0
  416. package/packages/components/select-list/src/Index.vue.d.ts +9 -1
  417. package/packages/components/select-list/src/hooks/use-select-list.d.ts +2 -0
  418. package/packages/components/select-list/src/type.d.ts +104 -86
  419. package/packages/components/select-list/style.css +1 -1
  420. package/packages/components/select-list/style.css.gz +0 -0
  421. package/packages/components/select-list/theme/index.d.ts +2 -0
  422. package/packages/components/special-range-picker-month/index.js +30 -30
  423. package/packages/components/special-range-picker-month/index.js.gz +0 -0
  424. package/packages/components/special-range-picker-month/src/type.d.ts +49 -49
  425. package/packages/components/special-range-picker-month/style.css +1 -1
  426. package/packages/components/special-range-picker-month/style.css.gz +0 -0
  427. package/packages/components/special-range-picker-year/index.js +25 -25
  428. package/packages/components/special-range-picker-year/index.js.gz +0 -0
  429. package/packages/components/special-range-picker-year/src/type.d.ts +53 -53
  430. package/packages/components/special-range-picker-year/style.css +1 -1
  431. package/packages/components/special-range-picker-year/style.css.gz +0 -0
  432. package/packages/components/spin/index.js +22 -22
  433. package/packages/components/spin/index.js.gz +0 -0
  434. package/packages/components/spin/src/type.d.ts +17 -17
  435. package/packages/components/spin/style.css +1 -1
  436. package/packages/components/spin/style.css.gz +0 -0
  437. package/packages/components/split-panel/index.js +1 -1
  438. package/packages/components/split-panel/index.js.gz +0 -0
  439. package/packages/components/split-panel/src/type.d.ts +15 -15
  440. package/packages/components/split-panel/style.css +1 -1
  441. package/packages/components/split-panel/style.css.gz +0 -0
  442. package/packages/components/step/index.js +3 -3
  443. package/packages/components/step/index.js.gz +0 -0
  444. package/packages/components/step/src/type.d.ts +53 -53
  445. package/packages/components/step/style.css +1 -1
  446. package/packages/components/steps/style.css.gz +0 -0
  447. package/packages/components/switch/index.js +4 -4
  448. package/packages/components/switch/index.js.gz +0 -0
  449. package/packages/components/switch/src/type.d.ts +50 -50
  450. package/packages/components/switch/style.css +1 -1
  451. package/packages/components/switch/style.css.gz +0 -0
  452. package/packages/components/table/i18n/index.d.ts +0 -20
  453. package/packages/components/table/index.d.ts +18 -18
  454. package/packages/components/table/index.js +997 -1006
  455. package/packages/components/table/index.js.gz +0 -0
  456. package/packages/components/table/src/Table.vue.d.ts +1 -1
  457. package/packages/components/table/src/filter-pane/type.d.ts +41 -41
  458. package/packages/components/table/src/hooks/use-operation.d.ts +1 -1
  459. package/packages/components/table/src/table-column/index.vue.d.ts +1 -1
  460. package/packages/components/table/src/table-column/type.d.ts +84 -84
  461. package/packages/components/table/src/type.d.ts +321 -321
  462. package/packages/components/table/style.css +1 -1
  463. package/packages/components/table/style.css.gz +0 -0
  464. package/packages/components/tabs/index.js +61 -60
  465. package/packages/components/tabs/index.js.gz +0 -0
  466. package/packages/components/tabs/src/type.d.ts +102 -102
  467. package/packages/components/tabs/style.css +1 -1
  468. package/packages/components/tabs/style.css.gz +0 -0
  469. package/packages/components/tag/index.js +9 -9
  470. package/packages/components/tag/index.js.gz +0 -0
  471. package/packages/components/tag/src/type.d.ts +27 -27
  472. package/packages/components/tag/style.css +1 -1
  473. package/packages/components/tag/style.css.gz +0 -0
  474. package/packages/components/text-tooltip/index.js +816 -800
  475. package/packages/components/text-tooltip/index.js.gz +0 -0
  476. package/packages/components/text-tooltip/src/type.d.ts +4 -65
  477. package/packages/components/text-tooltip/style.css.gz +0 -0
  478. package/packages/components/time-line/index.js +7 -7
  479. package/packages/components/time-line/index.js.gz +0 -0
  480. package/packages/components/time-line/src/type.d.ts +21 -21
  481. package/packages/components/time-line/style.css +1 -1
  482. package/packages/components/time-line/style.css.gz +0 -0
  483. package/packages/components/tooltip/index.d.ts +11 -2
  484. package/packages/components/tooltip/index.js +80 -73
  485. package/packages/components/tooltip/index.js.gz +0 -0
  486. package/packages/components/tooltip/src/index.vue.d.ts +1 -0
  487. package/packages/components/tooltip/src/type.d.ts +53 -40
  488. package/packages/components/tooltip/style.css +1 -1
  489. package/packages/components/tooltip/style.css.gz +0 -0
  490. package/packages/components/tree/index.js +895 -902
  491. package/packages/components/tree/index.js.gz +0 -0
  492. package/packages/components/tree/src/App.vue.d.ts +7 -4
  493. package/packages/components/tree/src/hooks/use-lazy-tree.d.ts +2 -2
  494. package/packages/components/tree/src/type.d.ts +290 -284
  495. package/packages/components/tree/style.css +1 -1
  496. package/packages/components/tree/style.css.gz +0 -0
  497. package/packages/components/tree-select/index.js +369 -339
  498. package/packages/components/tree-select/index.js.gz +0 -0
  499. package/packages/components/tree-select/src/App.vue.d.ts +20 -12
  500. package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +20 -13
  501. package/packages/components/tree-select/src/type.d.ts +106 -102
  502. package/packages/components/tree-select/style.css +1 -1
  503. package/packages/components/tree-select/style.css.gz +0 -0
  504. package/packages/components/tree-table/index.js +68 -72
  505. package/packages/components/tree-table/index.js.gz +0 -0
  506. package/packages/components/tree-table/src/type.d.ts +131 -131
  507. package/packages/components/tree-table/style.css +1 -1
  508. package/packages/components/tree-table/style.css.gz +0 -0
  509. package/packages/components/tree-v2/i18n/index.d.ts +36 -0
  510. package/packages/components/tree-v2/index.d.ts +585 -0
  511. package/packages/components/tree-v2/index.js +3372 -0
  512. package/packages/components/tree-v2/index.js.gz +0 -0
  513. package/packages/components/tree-v2/src/App.vue.d.ts +99 -0
  514. package/packages/components/tree-v2/src/empty.vue.d.ts +19 -0
  515. package/packages/components/tree-v2/src/expand-icon.vue.d.ts +2 -0
  516. package/packages/components/tree-v2/src/hooks/use-lazy-tree.d.ts +15 -0
  517. package/packages/components/tree-v2/src/hooks/use-style.d.ts +5 -0
  518. package/packages/components/tree-v2/src/hooks/use-tree.d.ts +43 -0
  519. package/packages/components/tree-v2/src/type.d.ts +283 -0
  520. package/packages/components/tree-v2/src/utils.d.ts +18 -0
  521. package/packages/components/tree-v2/style.css +1 -0
  522. package/packages/components/tree-v2/style.css.gz +0 -0
  523. package/packages/components/tree-v2/theme/base.d.ts +16 -0
  524. package/packages/components/upload/i18n/index.d.ts +5 -0
  525. package/packages/components/upload/index.d.ts +3 -0
  526. package/packages/components/upload/index.js +143 -124
  527. package/packages/components/upload/index.js.gz +0 -0
  528. package/packages/components/upload/src/Index.vue.d.ts +1 -0
  529. package/packages/components/upload/src/type.d.ts +72 -69
  530. package/packages/components/upload/style.css +1 -1
  531. package/packages/components/upload/style.css.gz +0 -0
  532. package/packages/components/virtual-tree/index.js +43 -38
  533. package/packages/components/virtual-tree/index.js.gz +0 -0
  534. package/packages/components/virtual-tree/src/App.vue.d.ts +1 -0
  535. package/packages/components/virtual-tree/src/type.d.ts +40 -40
  536. package/packages/components/virtual-tree/style.css +1 -1
  537. package/packages/components/virtual-tree/style.css.gz +0 -0
  538. package/packages/components/watermark/index.js +9 -9
  539. package/packages/components/watermark/style.css +1 -1
  540. package/packages/global/theme/index.js.gz +0 -0
  541. package/packages/icons/1-grids/index.js.gz +0 -0
  542. package/packages/icons/4-grids/index.js.gz +0 -0
  543. package/packages/icons/9-grids/index.js.gz +0 -0
  544. package/packages/icons/add/index.js.gz +0 -0
  545. package/packages/icons/add-item/index.js.gz +0 -0
  546. package/packages/icons/addto/index.js.gz +0 -0
  547. package/packages/icons/alarm/index.js.gz +0 -0
  548. package/packages/icons/arrow-first/index.js.gz +0 -0
  549. package/packages/icons/arrow-last/index.js.gz +0 -0
  550. package/packages/icons/back/index.js.gz +0 -0
  551. package/packages/icons/bianjigongzuotai/index.js.gz +0 -0
  552. package/packages/icons/biaochi/index.js.gz +0 -0
  553. package/packages/icons/bim/index.js.gz +0 -0
  554. package/packages/icons/bold/index.js.gz +0 -0
  555. package/packages/icons/camera/index.js.gz +0 -0
  556. package/packages/icons/camera-2/index.js.gz +0 -0
  557. package/packages/icons/camera-3/index.js.gz +0 -0
  558. package/packages/icons/cancel-full-screen/index.js.gz +0 -0
  559. package/packages/icons/card/index.js.gz +0 -0
  560. package/packages/icons/card-view/index.js.gz +0 -0
  561. package/packages/icons/caret-bottom/index.js +17 -17
  562. package/packages/icons/caret-bottom/index.js.gz +0 -0
  563. package/packages/icons/caret-right/index.js.gz +0 -0
  564. package/packages/icons/chakancelve/index.js.gz +0 -0
  565. package/packages/icons/change/index.js +17 -17
  566. package/packages/icons/change/index.js.gz +0 -0
  567. package/packages/icons/change-2/index.js.gz +0 -0
  568. package/packages/icons/change-3/index.js.gz +0 -0
  569. package/packages/icons/changetenant/index.js.gz +0 -0
  570. package/packages/icons/chart/index.js.gz +0 -0
  571. package/packages/icons/chaxunxiangqing/index.js.gz +0 -0
  572. package/packages/icons/check/index.js +11 -11
  573. package/packages/icons/check/index.js.gz +0 -0
  574. package/packages/icons/chuanglianjiang/index.js +14 -14
  575. package/packages/icons/chuanglianjiang/index.js.gz +0 -0
  576. package/packages/icons/chuangliansheng/index.js +14 -14
  577. package/packages/icons/chuangliansheng/index.js.gz +0 -0
  578. package/packages/icons/chuanglianting/index.js +14 -14
  579. package/packages/icons/chuanglianting/index.js.gz +0 -0
  580. package/packages/icons/chuizhiduiqi/index.js.gz +0 -0
  581. package/packages/icons/chuizhijunfen/index.js.gz +0 -0
  582. package/packages/icons/close/index.js +14 -14
  583. package/packages/icons/close/index.js.gz +0 -0
  584. package/packages/icons/close-2/index.js.gz +0 -0
  585. package/packages/icons/color/index.js.gz +0 -0
  586. package/packages/icons/copy/index.js.gz +0 -0
  587. package/packages/icons/custom/index.js +6 -6
  588. package/packages/icons/custom/index.js.gz +0 -0
  589. package/packages/icons/daochu/index.js.gz +0 -0
  590. package/packages/icons/date/index.js +8 -8
  591. package/packages/icons/date/index.js.gz +0 -0
  592. package/packages/icons/decline/index.js.gz +0 -0
  593. package/packages/icons/default-btn/index.js.gz +0 -0
  594. package/packages/icons/default-point/index.js.gz +0 -0
  595. package/packages/icons/delete/index.js.gz +0 -0
  596. package/packages/icons/delete-2/index.js.gz +0 -0
  597. package/packages/icons/dengdai/index.js.gz +0 -0
  598. package/packages/icons/dianzan/index.js +8 -8
  599. package/packages/icons/dianzan/index.js.gz +0 -0
  600. package/packages/icons/dianzan-2/index.js +8 -8
  601. package/packages/icons/dianzan-2/index.js.gz +0 -0
  602. package/packages/icons/direction-control/index.js +14 -14
  603. package/packages/icons/direction-control/index.js.gz +0 -0
  604. package/packages/icons/ditu/index.js.gz +0 -0
  605. package/packages/icons/dizhixuanze/index.js.gz +0 -0
  606. package/packages/icons/double-arrow-left/index.js.gz +0 -0
  607. package/packages/icons/double-arrow-right/index.js.gz +0 -0
  608. package/packages/icons/down/index.js +11 -11
  609. package/packages/icons/down/index.js.gz +0 -0
  610. package/packages/icons/down-3/index.js +9 -9
  611. package/packages/icons/download/index.js +11 -11
  612. package/packages/icons/download/index.js.gz +0 -0
  613. package/packages/icons/drag/index.js +11 -11
  614. package/packages/icons/drag/index.js.gz +0 -0
  615. package/packages/icons/drawing/index.js.gz +0 -0
  616. package/packages/icons/edit/index.js.gz +0 -0
  617. package/packages/icons/edit-1/index.js.gz +0 -0
  618. package/packages/icons/edit-3/index.js.gz +0 -0
  619. package/packages/icons/empty/index.js.gz +0 -0
  620. package/packages/icons/enlarge/index.js +21 -21
  621. package/packages/icons/enlarge/index.js.gz +0 -0
  622. package/packages/icons/entry/index.js +11 -11
  623. package/packages/icons/entry/index.js.gz +0 -0
  624. package/packages/icons/exit/index.js.gz +0 -0
  625. package/packages/icons/fabu/index.js.gz +0 -0
  626. package/packages/icons/fanhui/index.js.gz +0 -0
  627. package/packages/icons/filter-3/index.js.gz +0 -0
  628. package/packages/icons/finish/index.js +11 -11
  629. package/packages/icons/finish/index.js.gz +0 -0
  630. package/packages/icons/fold/index.js.gz +0 -0
  631. package/packages/icons/folder-quest/index.js.gz +0 -0
  632. package/packages/icons/form-tips/index.js.gz +0 -0
  633. package/packages/icons/full/index.js.gz +0 -0
  634. package/packages/icons/full-screen/index.js +16 -16
  635. package/packages/icons/full-screen/index.js.gz +0 -0
  636. package/packages/icons/fullscreen-2/index.js.gz +0 -0
  637. package/packages/icons/fuzhi/index.js.gz +0 -0
  638. package/packages/icons/gaojin/index.js.gz +0 -0
  639. package/packages/icons/global/index.js.gz +0 -0
  640. package/packages/icons/gongzuotaiguanli/index.js.gz +0 -0
  641. package/packages/icons/header-seach/index.js +14 -14
  642. package/packages/icons/header-seach/index.js.gz +0 -0
  643. package/packages/icons/header-setting/index.js +14 -14
  644. package/packages/icons/header-setting/index.js.gz +0 -0
  645. package/packages/icons/headersettings/index.js.gz +0 -0
  646. package/packages/icons/hide/index.js +11 -11
  647. package/packages/icons/hide/index.js.gz +0 -0
  648. package/packages/icons/huabufuwei/index.js.gz +0 -0
  649. package/packages/icons/huaxian/index.js.gz +0 -0
  650. package/packages/icons/huifuchuchangshezhi/index.js.gz +0 -0
  651. package/packages/icons/hyperlinks/index.js.gz +0 -0
  652. package/packages/icons/img/index.js.gz +0 -0
  653. package/packages/icons/index.d.ts +1 -0
  654. package/packages/icons/index.js +1 -0
  655. package/packages/icons/input-close/index.js.gz +0 -0
  656. package/packages/icons/input-select/index.d.ts +1 -0
  657. package/packages/icons/input-select/index.js +17 -0
  658. package/packages/icons/input-select/index.js.gz +0 -0
  659. package/packages/icons/input-select/index.vue.d.ts +16 -0
  660. package/packages/icons/italic/index.js.gz +0 -0
  661. package/packages/icons/jia-1/index.js.gz +0 -0
  662. package/packages/icons/jinggao/index.js.gz +0 -0
  663. package/packages/icons/jushangduiqi/index.js.gz +0 -0
  664. package/packages/icons/juxiaduiqi/index.js.gz +0 -0
  665. package/packages/icons/juxinghuizhi/index.js.gz +0 -0
  666. package/packages/icons/juyouduiqi/index.js.gz +0 -0
  667. package/packages/icons/juzuoduiqi/index.js.gz +0 -0
  668. package/packages/icons/kaiguan/index.js +10 -10
  669. package/packages/icons/kaiguan/index.js.gz +0 -0
  670. package/packages/icons/kaimen/index.js +9 -9
  671. package/packages/icons/kaimen/index.js.gz +0 -0
  672. package/packages/icons/layout-refresh/index.js.gz +0 -0
  673. package/packages/icons/link/index.js.gz +0 -0
  674. package/packages/icons/list/index.js.gz +0 -0
  675. package/packages/icons/list-view/index.js.gz +0 -0
  676. package/packages/icons/load/index.js.gz +0 -0
  677. package/packages/icons/lock/index.js +16 -16
  678. package/packages/icons/lock/index.js.gz +0 -0
  679. package/packages/icons/me/index.js +11 -11
  680. package/packages/icons/me/index.js.gz +0 -0
  681. package/packages/icons/more/index.js +14 -14
  682. package/packages/icons/more/index.js.gz +0 -0
  683. package/packages/icons/more-btn/index.js.gz +0 -0
  684. package/packages/icons/muted/index.js.gz +0 -0
  685. package/packages/icons/notification-face/index.js.gz +0 -0
  686. package/packages/icons/paiban/index.js.gz +0 -0
  687. package/packages/icons/password-lock/index.js +11 -11
  688. package/packages/icons/password-lock/index.js.gz +0 -0
  689. package/packages/icons/password-lock2/index.js.gz +0 -0
  690. package/packages/icons/pause/index.js.gz +0 -0
  691. package/packages/icons/phone/index.js.gz +0 -0
  692. package/packages/icons/pinglun/index.js.gz +0 -0
  693. package/packages/icons/plan/index.js.gz +0 -0
  694. package/packages/icons/play/index.js.gz +0 -0
  695. package/packages/icons/preview/index.js.gz +0 -0
  696. package/packages/icons/preview-eye/index.js.gz +0 -0
  697. package/packages/icons/project-list/index.js +15 -15
  698. package/packages/icons/project-list/index.js.gz +0 -0
  699. package/packages/icons/project-tree/index.js +21 -21
  700. package/packages/icons/project-tree/index.js.gz +0 -0
  701. package/packages/icons/promptinformation-l/index.js +11 -11
  702. package/packages/icons/promptinformation-l/index.js.gz +0 -0
  703. package/packages/icons/qiehuangongzuotai/index.js.gz +0 -0
  704. package/packages/icons/quanping/index.js.gz +0 -0
  705. package/packages/icons/rate-all/index.js +17 -17
  706. package/packages/icons/rate-all/index.js.gz +0 -0
  707. package/packages/icons/rate-half/index.js +27 -27
  708. package/packages/icons/rate-half/index.js.gz +0 -0
  709. package/packages/icons/rate-none/index.js +17 -17
  710. package/packages/icons/rate-none/index.js.gz +0 -0
  711. package/packages/icons/recover/index.js.gz +0 -0
  712. package/packages/icons/refresh/index.js.gz +0 -0
  713. package/packages/icons/reload/index.js.gz +0 -0
  714. package/packages/icons/reset/index.js.gz +0 -0
  715. package/packages/icons/right-3/index.js.gz +0 -0
  716. package/packages/icons/riqixuanze/index.js.gz +0 -0
  717. package/packages/icons/rise/index.js.gz +0 -0
  718. package/packages/icons/save/index.js.gz +0 -0
  719. package/packages/icons/screenshot/index.js +21 -21
  720. package/packages/icons/screenshot/index.js.gz +0 -0
  721. package/packages/icons/search/index.js.gz +0 -0
  722. package/packages/icons/select-confirm/index.js.gz +0 -0
  723. package/packages/icons/set-up/index.js.gz +0 -0
  724. package/packages/icons/setting/index.js.gz +0 -0
  725. package/packages/icons/shangchuan/index.js.gz +0 -0
  726. package/packages/icons/shebei/index.js.gz +0 -0
  727. package/packages/icons/shebeiqunzu/index.js.gz +0 -0
  728. package/packages/icons/sheweimoren/index.js.gz +0 -0
  729. package/packages/icons/shisuan/index.js.gz +0 -0
  730. package/packages/icons/shitu-kapian/index.js.gz +0 -0
  731. package/packages/icons/shitu-map/index.js +5 -5
  732. package/packages/icons/shitu-map/index.js.gz +0 -0
  733. package/packages/icons/shortcut-keys/index.js.gz +0 -0
  734. package/packages/icons/shoudongzhihang/index.js.gz +0 -0
  735. package/packages/icons/shouqiyoucemianban/index.js.gz +0 -0
  736. package/packages/icons/shouqiyoucemianban-1/index.js.gz +0 -0
  737. package/packages/icons/shouqizuocemianban/index.js.gz +0 -0
  738. package/packages/icons/shouqizuocemianban-1/index.js.gz +0 -0
  739. package/packages/icons/shouquan/index.js.gz +0 -0
  740. package/packages/icons/show/index.js +11 -11
  741. package/packages/icons/show/index.js.gz +0 -0
  742. package/packages/icons/shrink/index.js +21 -21
  743. package/packages/icons/shrink/index.js.gz +0 -0
  744. package/packages/icons/shuaxin/index.js.gz +0 -0
  745. package/packages/icons/shuipingduiqi/index.js.gz +0 -0
  746. package/packages/icons/shuipingjunfen/index.js.gz +0 -0
  747. package/packages/icons/shuyoufanye/index.js.gz +0 -0
  748. package/packages/icons/shuzuofanye/index.js.gz +0 -0
  749. package/packages/icons/solid-filter/index.js.gz +0 -0
  750. package/packages/icons/start/index.js.gz +0 -0
  751. package/packages/icons/stop/index.js.gz +0 -0
  752. package/packages/icons/structural-diagram/index.js.gz +0 -0
  753. package/packages/icons/system/index.js.gz +0 -0
  754. package/packages/icons/table-header-search/index.js.gz +0 -0
  755. package/packages/icons/text/index.js.gz +0 -0
  756. package/packages/icons/tick/index.js +11 -11
  757. package/packages/icons/tick/index.js.gz +0 -0
  758. package/packages/icons/tishixinxi/index.js.gz +0 -0
  759. package/packages/icons/tongguo/index.js.gz +0 -0
  760. package/packages/icons/tongzhi/index.js.gz +0 -0
  761. package/packages/icons/tubiaoku/index.js.gz +0 -0
  762. package/packages/icons/tuichuquanping/index.js.gz +0 -0
  763. package/packages/icons/tuozhuai/index.js.gz +0 -0
  764. package/packages/icons/underline/index.js.gz +0 -0
  765. package/packages/icons/unflod/index.js.gz +0 -0
  766. package/packages/icons/unlock/index.js +21 -21
  767. package/packages/icons/unlock/index.js.gz +0 -0
  768. package/packages/icons/up/index.js +11 -11
  769. package/packages/icons/up/index.js.gz +0 -0
  770. package/packages/icons/up-2/index.js.gz +0 -0
  771. package/packages/icons/vauth/index.js.gz +0 -0
  772. package/packages/icons/view/index.js.gz +0 -0
  773. package/packages/icons/view-2/index.js.gz +0 -0
  774. package/packages/icons/volume/index.js +25 -25
  775. package/packages/icons/volume/index.js.gz +0 -0
  776. package/packages/icons/wangge/index.js.gz +0 -0
  777. package/packages/icons/wangge-1/index.js.gz +0 -0
  778. package/packages/icons/warning/index.js.gz +0 -0
  779. package/packages/icons/warning-face/index.js.gz +0 -0
  780. package/packages/icons/wendujiang/index.js +10 -10
  781. package/packages/icons/wendujiang/index.js.gz +0 -0
  782. package/packages/icons/wendusheng/index.js +13 -13
  783. package/packages/icons/wendusheng/index.js.gz +0 -0
  784. package/packages/icons/withdraw/index.js.gz +0 -0
  785. package/packages/icons/xiazai/index.js.gz +0 -0
  786. package/packages/icons/xinzengtongji/index.js.gz +0 -0
  787. package/packages/icons/xuanzhuanjiaodu/index.js.gz +0 -0
  788. package/packages/icons/yidongduan/index.js.gz +0 -0
  789. package/packages/icons/yincang/index.js.gz +0 -0
  790. package/packages/icons/yingpian/index.js.gz +0 -0
  791. package/packages/icons/yitushoutu/index.js.gz +0 -0
  792. package/packages/icons/yuanxinghuizhi/index.js.gz +0 -0
  793. package/packages/icons/yulan-2/index.js.gz +0 -0
  794. package/packages/icons/zhangaiwu/index.js.gz +0 -0
  795. package/packages/icons/zhizhen/index.js.gz +0 -0
  796. package/packages/icons/zhuomianduan/index.js.gz +0 -0
  797. package/packages/icons/zidingyihuizhi/index.js.gz +0 -0
  798. package/packages/icons/zuobiao/index.js.gz +0 -0
  799. package/packages/components/image-viewer/i18n/index.d.ts +0 -2
@@ -129,10 +129,10 @@ var Tt = { exports: {} };
129
129
  return f;
130
130
  });
131
131
  var U, B = (U = function(L, x) {
132
- return (U = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(C, F) {
133
- C.__proto__ = F;
134
- } || function(C, F) {
135
- for (var H in F) F.hasOwnProperty(H) && (C[H] = F[H]);
132
+ return (U = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(C, V) {
133
+ C.__proto__ = V;
134
+ } || function(C, V) {
135
+ for (var H in V) V.hasOwnProperty(H) && (C[H] = V[H]);
136
136
  })(L, x);
137
137
  }, function(L, x) {
138
138
  function C() {
@@ -232,11 +232,11 @@ var Tt = { exports: {} };
232
232
  }
233
233
  return y;
234
234
  }
235
- function F() {
235
+ function V() {
236
236
  if (!this.fired) return this.target.removeListener(this.type, this.wrapFn), this.fired = !0, arguments.length === 0 ? this.listener.call(this.target) : this.listener.apply(this.target, arguments);
237
237
  }
238
238
  function H(y, G, T) {
239
- var h = { fired: !1, wrapFn: void 0, target: y, type: G, listener: T }, _ = F.bind(h);
239
+ var h = { fired: !1, wrapFn: void 0, target: y, type: G, listener: T }, _ = V.bind(h);
240
240
  return _.listener = T, h.wrapFn = _, _;
241
241
  }
242
242
  function _e(y, G, T) {
@@ -297,8 +297,8 @@ var Tt = { exports: {} };
297
297
  if (P === void 0) return !1;
298
298
  if (typeof P == "function") m(P, this, G);
299
299
  else {
300
- var D = P.length, V = Y(P, D);
301
- for (T = 0; T < D; ++T) m(V[T], this, G);
300
+ var D = P.length, F = Y(P, D);
301
+ for (T = 0; T < D; ++T) m(F[T], this, G);
302
302
  }
303
303
  return !0;
304
304
  }, v.prototype.addListener = function(y, G) {
@@ -377,13 +377,13 @@ var Tt = { exports: {} };
377
377
  f.length !== 0 && (L.length > 0 && f[0].originalDts < L[L.length - 1].originalDts && this.clear(), Array.prototype.push.apply(L, f));
378
378
  }, v.prototype.getLastSyncPointBeforeDts = function(f) {
379
379
  if (this._list.length == 0) return null;
380
- var L = this._list, x = 0, C = L.length - 1, F = 0, H = 0, _e = C;
380
+ var L = this._list, x = 0, C = L.length - 1, V = 0, H = 0, _e = C;
381
381
  for (f < L[0].dts && (x = 0, H = _e + 1); H <= _e; ) {
382
- if ((F = H + Math.floor((_e - H) / 2)) === C || f >= L[F].dts && f < L[F + 1].dts) {
383
- x = F;
382
+ if ((V = H + Math.floor((_e - H) / 2)) === C || f >= L[V].dts && f < L[V + 1].dts) {
383
+ x = V;
384
384
  break;
385
385
  }
386
- L[F].dts < f ? H = F + 1 : _e = F - 1;
386
+ L[V].dts < f ? H = V + 1 : _e = V - 1;
387
387
  }
388
388
  return this._list[x];
389
389
  }, v;
@@ -402,21 +402,21 @@ var Tt = { exports: {} };
402
402
  }, v.prototype._searchNearestSegmentBefore = function(f) {
403
403
  var L = this._list;
404
404
  if (L.length === 0) return -2;
405
- var x = L.length - 1, C = 0, F = 0, H = x, _e = 0;
405
+ var x = L.length - 1, C = 0, V = 0, H = x, _e = 0;
406
406
  if (f < L[0].originalBeginDts) return _e = -1;
407
- for (; F <= H; ) {
408
- if ((C = F + Math.floor((H - F) / 2)) === x || f > L[C].lastSample.originalDts && f < L[C + 1].originalBeginDts) {
407
+ for (; V <= H; ) {
408
+ if ((C = V + Math.floor((H - V) / 2)) === x || f > L[C].lastSample.originalDts && f < L[C + 1].originalBeginDts) {
409
409
  _e = C;
410
410
  break;
411
411
  }
412
- L[C].originalBeginDts < f ? F = C + 1 : H = C - 1;
412
+ L[C].originalBeginDts < f ? V = C + 1 : H = C - 1;
413
413
  }
414
414
  return _e;
415
415
  }, v.prototype._searchNearestSegmentAfter = function(f) {
416
416
  return this._searchNearestSegmentBefore(f) + 1;
417
417
  }, v.prototype.append = function(f) {
418
- var L = this._list, x = f, C = this._lastAppendLocation, F = 0;
419
- C !== -1 && C < L.length && x.originalBeginDts >= L[C].lastSample.originalDts && (C === L.length - 1 || C < L.length - 1 && x.originalBeginDts < L[C + 1].originalBeginDts) ? F = C + 1 : L.length > 0 && (F = this._searchNearestSegmentBefore(x.originalBeginDts) + 1), this._lastAppendLocation = F, this._list.splice(F, 0, x);
418
+ var L = this._list, x = f, C = this._lastAppendLocation, V = 0;
419
+ C !== -1 && C < L.length && x.originalBeginDts >= L[C].lastSample.originalDts && (C === L.length - 1 || C < L.length - 1 && x.originalBeginDts < L[C + 1].originalBeginDts) ? V = C + 1 : L.length > 0 && (V = this._searchNearestSegmentBefore(x.originalBeginDts) + 1), this._lastAppendLocation = V, this._list.splice(V, 0, x);
420
420
  }, v.prototype.getLastSegmentBefore = function(f) {
421
421
  var L = this._searchNearestSegmentBefore(f);
422
422
  return L >= 0 ? this._list[L] : null;
@@ -547,7 +547,7 @@ var Tt = { exports: {} };
547
547
  t.push("�"), ++e;
548
548
  }
549
549
  return t.join("");
550
- }, C = O(3), F = (L = new ArrayBuffer(2), new DataView(L).setInt16(0, 256, !0), new Int16Array(L)[0] === 256), H = function() {
550
+ }, C = O(3), V = (L = new ArrayBuffer(2), new DataView(L).setInt16(0, 256, !0), new Int16Array(L)[0] === 256), H = function() {
551
551
  function n() {
552
552
  }
553
553
  return n.parseScriptData = function(t, i, e) {
@@ -567,15 +567,15 @@ var Tt = { exports: {} };
567
567
  return n.parseObject(t, i, e);
568
568
  }, n.parseString = function(t, i, e) {
569
569
  if (e < 2) throw new C.a("Data not enough when parse String");
570
- var a = new DataView(t, i, e).getUint16(0, !F);
570
+ var a = new DataView(t, i, e).getUint16(0, !V);
571
571
  return { data: a > 0 ? x(new Uint8Array(t, i + 2, a)) : "", size: 2 + a };
572
572
  }, n.parseLongString = function(t, i, e) {
573
573
  if (e < 4) throw new C.a("Data not enough when parse LongString");
574
- var a = new DataView(t, i, e).getUint32(0, !F);
574
+ var a = new DataView(t, i, e).getUint32(0, !V);
575
575
  return { data: a > 0 ? x(new Uint8Array(t, i + 4, a)) : "", size: 4 + a };
576
576
  }, n.parseDate = function(t, i, e) {
577
577
  if (e < 10) throw new C.a("Data size invalid when parse Date");
578
- var a = new DataView(t, i, e), s = a.getFloat64(0, !F), r = a.getInt16(8, !F);
578
+ var a = new DataView(t, i, e), s = a.getFloat64(0, !V), r = a.getInt16(8, !V);
579
579
  return { data: new Date(s += 60 * r * 1e3), size: 10 };
580
580
  }, n.parseValue = function(t, i, e) {
581
581
  if (e < 1) throw new C.a("Data not enough when parse Value");
@@ -583,7 +583,7 @@ var Tt = { exports: {} };
583
583
  try {
584
584
  switch (o) {
585
585
  case 0:
586
- a = s.getFloat64(1, !F), r += 8;
586
+ a = s.getFloat64(1, !V), r += 8;
587
587
  break;
588
588
  case 1:
589
589
  a = !!s.getUint8(1), r += 1;
@@ -595,27 +595,27 @@ var Tt = { exports: {} };
595
595
  case 3:
596
596
  a = {};
597
597
  var E = 0;
598
- for ((16777215 & s.getUint32(e - 4, !F)) == 9 && (E = 3); r < e - 4; ) {
598
+ for ((16777215 & s.getUint32(e - 4, !V)) == 9 && (E = 3); r < e - 4; ) {
599
599
  var A = n.parseObject(t, i + r, e - r - E);
600
600
  if (A.objectEnd) break;
601
601
  a[A.data.name] = A.data.value, r += A.size;
602
602
  }
603
- r <= e - 3 && (16777215 & s.getUint32(r - 1, !F)) === 9 && (r += 3);
603
+ r <= e - 3 && (16777215 & s.getUint32(r - 1, !V)) === 9 && (r += 3);
604
604
  break;
605
605
  case 8:
606
- for (a = {}, r += 4, E = 0, (16777215 & s.getUint32(e - 4, !F)) == 9 && (E = 3); r < e - 8; ) {
606
+ for (a = {}, r += 4, E = 0, (16777215 & s.getUint32(e - 4, !V)) == 9 && (E = 3); r < e - 8; ) {
607
607
  var S = n.parseVariable(t, i + r, e - r - E);
608
608
  if (S.objectEnd) break;
609
609
  a[S.data.name] = S.data.value, r += S.size;
610
610
  }
611
- r <= e - 3 && (16777215 & s.getUint32(r - 1, !F)) === 9 && (r += 3);
611
+ r <= e - 3 && (16777215 & s.getUint32(r - 1, !V)) === 9 && (r += 3);
612
612
  break;
613
613
  case 9:
614
614
  a = void 0, r = 1, p = !0;
615
615
  break;
616
616
  case 10:
617
617
  a = [];
618
- var w = s.getUint32(1, !F);
618
+ var w = s.getUint32(1, !V);
619
619
  r += 4;
620
620
  for (var I = 0; I < w; I++) {
621
621
  var z = n.parseValue(t, i + r, e - r);
@@ -720,13 +720,13 @@ var Tt = { exports: {} };
720
720
  Re = o.readBool(), ye = (ke = je) / (Ne = 2 * Ge);
721
721
  }
722
722
  }
723
- var Ve = 1;
724
- Ae === 1 && he === 1 || (Ve = Ae / he);
723
+ var Fe = 1;
724
+ Ae === 1 && he === 1 || (Fe = Ae / he);
725
725
  var Ce = 0, ge = 0;
726
726
  S === 0 ? (Ce = 1, ge = 2 - Q) : (Ce = S === 3 ? 1 : 2, ge = (S === 1 ? 2 : 1) * (2 - Q));
727
727
  var xe = 16 * (le + 1), Ue = 16 * (K + 1) * (2 - Q);
728
728
  xe -= (ce + te) * Ce, Ue -= (re + be) * ge;
729
- var Je = Math.ceil(xe * Ve);
729
+ var Je = Math.ceil(xe * Fe);
730
730
  return o.destroy(), o = null, { codec_mimetype: e, profile_idc: p, level_idc: g, profile_string: E, level_string: A, chroma_format_idc: S, bit_depth: I, bit_depth_luma: I, bit_depth_chroma: z, ref_frames: de, chroma_format: w, chroma_format_string: n.getChromaFormatString(w), frame_rate: { fixed: Re, fps: ye, fps_den: Ne, fps_num: ke }, sar_ratio: { width: Ae, height: he }, codec_size: { width: xe, height: Ue }, present_size: { width: Je, height: Ue } };
731
731
  }, n._skipScalingList = function(t, i) {
732
732
  for (var e = 8, a = 8, s = 0; s < i; s++) a !== 0 && (a = (e + t.readSEG() + 256) % 256), e = a === 0 ? e : a;
@@ -793,8 +793,8 @@ var Tt = { exports: {} };
793
793
  e.readBool(), e.readBool(), e.readBool() && (e.readByte(), e.readUEG(), e.readUEG(), e.readBool());
794
794
  var Ge = e.readUEG(), je = 0;
795
795
  for (te = 0; te < Ge; te++) {
796
- var Ve = !1;
797
- if (te !== 0 && (Ve = e.readBool()), Ve) {
796
+ var Fe = !1;
797
+ if (te !== 0 && (Fe = e.readBool()), Fe) {
798
798
  te === Ge && e.readUEG(), e.readBool(), e.readUEG();
799
799
  for (var Ce = 0, ge = 0; ge <= je; ge++) {
800
800
  var xe = e.readBool(), Ue = !1;
@@ -1275,7 +1275,7 @@ var Tt = { exports: {} };
1275
1275
  (function(n) {
1276
1276
  n[n.kMPEG1Audio = 3] = "kMPEG1Audio", n[n.kMPEG2Audio = 4] = "kMPEG2Audio", n[n.kPESPrivateData = 6] = "kPESPrivateData", n[n.kADTSAAC = 15] = "kADTSAAC", n[n.kLOASAAC = 17] = "kLOASAAC", n[n.kAC3 = 129] = "kAC3", n[n.kID3 = 21] = "kID3", n[n.kSCTE35 = 134] = "kSCTE35", n[n.kH264 = 27] = "kH264", n[n.kH265 = 36] = "kH265";
1277
1277
  })(_ || (_ = {}));
1278
- var D, V = function() {
1278
+ var D, F = function() {
1279
1279
  this.pid_stream_type = {}, this.common_pids = { h264: void 0, h265: void 0, adts_aac: void 0, loas_aac: void 0, opus: void 0, ac3: void 0, mp3: void 0 }, this.pes_private_data_pids = {}, this.timed_id3_pids = {}, this.scte_35_pids = {}, this.smpte2038_pids = {};
1280
1280
  }, ee = function() {
1281
1281
  }, pe = function() {
@@ -1607,7 +1607,7 @@ var Tt = { exports: {} };
1607
1607
  }(), Ut = function() {
1608
1608
  }, Nt = function() {
1609
1609
  }, Gt = function() {
1610
- }, Vt = [[64, 64, 80, 80, 96, 96, 112, 112, 128, 128, 160, 160, 192, 192, 224, 224, 256, 256, 320, 320, 384, 384, 448, 448, 512, 512, 640, 640, 768, 768, 896, 896, 1024, 1024, 1152, 1152, 1280, 1280], [69, 70, 87, 88, 104, 105, 121, 122, 139, 140, 174, 175, 208, 209, 243, 244, 278, 279, 348, 349, 417, 418, 487, 488, 557, 558, 696, 697, 835, 836, 975, 976, 1114, 1115, 1253, 1254, 1393, 1394], [96, 96, 120, 120, 144, 144, 168, 168, 192, 192, 240, 240, 288, 288, 336, 336, 384, 384, 480, 480, 576, 576, 672, 672, 768, 768, 960, 960, 1152, 1152, 1344, 1344, 1536, 1536, 1728, 1728, 1920, 1920]], Ft = function() {
1610
+ }, Ft = [[64, 64, 80, 80, 96, 96, 112, 112, 128, 128, 160, 160, 192, 192, 224, 224, 256, 256, 320, 320, 384, 384, 448, 448, 512, 512, 640, 640, 768, 768, 896, 896, 1024, 1024, 1152, 1152, 1280, 1280], [69, 70, 87, 88, 104, 105, 121, 122, 139, 140, 174, 175, 208, 209, 243, 244, 278, 279, 348, 349, 417, 418, 487, 488, 557, 558, 696, 697, 835, 836, 975, 976, 1114, 1115, 1253, 1254, 1393, 1394], [96, 96, 120, 120, 144, 144, 168, 168, 192, 192, 240, 240, 288, 288, 336, 336, 384, 384, 480, 480, 576, 576, 672, 672, 768, 768, 960, 960, 1152, 1152, 1344, 1344, 1536, 1536, 1728, 1728, 1920, 1920]], Vt = function() {
1611
1611
  function n(t) {
1612
1612
  this.TAG = "AC3Parser", this.data_ = t, this.current_syncword_offset_ = this.findNextSyncwordOffset(0), this.eof_flag_ && m.a.e(this.TAG, "Could not found AC3 syncword until payload end");
1613
1613
  }
@@ -1619,7 +1619,7 @@ var Tt = { exports: {} };
1619
1619
  }
1620
1620
  }, n.prototype.readNextAC3Frame = function() {
1621
1621
  for (var t = this.data_, i = null; i == null && !this.eof_flag_; ) {
1622
- var e = this.current_syncword_offset_, a = t[e + 4] >> 6, s = [48e3, 44200, 33e3][a], r = 63 & t[e + 4], o = 2 * Vt[a][r];
1622
+ var e = this.current_syncword_offset_, a = t[e + 4] >> 6, s = [48e3, 44200, 33e3][a], r = 63 & t[e + 4], o = 2 * Ft[a][r];
1623
1623
  if (e + o > this.data_.byteLength) {
1624
1624
  this.eof_flag_ = !0, this.has_last_incomplete_data = !0;
1625
1625
  break;
@@ -1654,8 +1654,8 @@ var Tt = { exports: {} };
1654
1654
  }
1655
1655
  n(t, i), t.prototype = i === null ? Object.create(i) : (e.prototype = i.prototype, new e());
1656
1656
  };
1657
- }(), Fe = function() {
1658
- return (Fe = Object.assign || function(n) {
1657
+ }(), Ve = function() {
1658
+ return (Ve = Object.assign || function(n) {
1659
1659
  for (var t, i = 1, e = arguments.length; i < e; i++) for (var a in t = arguments[i]) Object.prototype.hasOwnProperty.call(t, a) && (n[a] = t[a]);
1660
1660
  return n;
1661
1661
  }).apply(this, arguments);
@@ -1826,7 +1826,7 @@ var Tt = { exports: {} };
1826
1826
  var e = i[0];
1827
1827
  if (e === 2) {
1828
1828
  var a = (15 & i[1]) << 8 | i[2], s = i[3] << 8 | i[4], r = (62 & i[5]) >>> 1, o = 1 & i[5], p = i[6], g = (i[7], null);
1829
- if (o === 1 && p === 0) (g = new V()).program_number = s, g.version_number = r, this.program_pmt_map_[s] = g;
1829
+ if (o === 1 && p === 0) (g = new F()).program_number = s, g.version_number = r, this.program_pmt_map_[s] = g;
1830
1830
  else if ((g = this.program_pmt_map_[s]) == null) return;
1831
1831
  i[8], i[9];
1832
1832
  for (var E = (15 & i[10]) << 8 | i[11], A = 12 + E, S = a - 9 - E - 4, w = A; w < A + S; ) {
@@ -1892,9 +1892,9 @@ var Tt = { exports: {} };
1892
1892
  if (S.type === Ee.kSliceVPS) {
1893
1893
  if (!this.video_init_segment_dispatched_) {
1894
1894
  var w = ae.parseVPS(p.data);
1895
- this.video_metadata_.vps = S, this.video_metadata_.details = Fe(Fe({}, this.video_metadata_.details), w);
1895
+ this.video_metadata_.vps = S, this.video_metadata_.details = Ve(Ve({}, this.video_metadata_.details), w);
1896
1896
  }
1897
- } else S.type === Ee.kSliceSPS ? (w = ae.parseSPS(p.data), this.video_init_segment_dispatched_ ? this.detectVideoMetadataChange(S, w) === !0 && (m.a.v(this.TAG, "H265: Critical h265 metadata has been changed, attempt to re-generate InitSegment"), this.video_metadata_changed_ = !0, this.video_metadata_ = { vps: void 0, sps: S, pps: void 0, details: w }) : (this.video_metadata_.sps = S, this.video_metadata_.details = Fe(Fe({}, this.video_metadata_.details), w))) : S.type === Ee.kSlicePPS ? (!this.video_init_segment_dispatched_ || this.video_metadata_changed_) && (w = ae.parsePPS(p.data), this.video_metadata_.pps = S, this.video_metadata_.details = Fe(Fe({}, this.video_metadata_.details), w), this.video_metadata_.vps && this.video_metadata_.sps && this.video_metadata_.pps && (this.video_metadata_changed_ && this.dispatchVideoMediaSegment(), this.dispatchVideoInitSegment())) : S.type !== Ee.kSliceIDR_W_RADL && S.type !== Ee.kSliceIDR_N_LP && S.type !== Ee.kSliceCRA_NUT || (A = !0);
1897
+ } else S.type === Ee.kSliceSPS ? (w = ae.parseSPS(p.data), this.video_init_segment_dispatched_ ? this.detectVideoMetadataChange(S, w) === !0 && (m.a.v(this.TAG, "H265: Critical h265 metadata has been changed, attempt to re-generate InitSegment"), this.video_metadata_changed_ = !0, this.video_metadata_ = { vps: void 0, sps: S, pps: void 0, details: w }) : (this.video_metadata_.sps = S, this.video_metadata_.details = Ve(Ve({}, this.video_metadata_.details), w))) : S.type === Ee.kSlicePPS ? (!this.video_init_segment_dispatched_ || this.video_metadata_changed_) && (w = ae.parsePPS(p.data), this.video_metadata_.pps = S, this.video_metadata_.details = Ve(Ve({}, this.video_metadata_.details), w), this.video_metadata_.vps && this.video_metadata_.sps && this.video_metadata_.pps && (this.video_metadata_changed_ && this.dispatchVideoMediaSegment(), this.dispatchVideoInitSegment())) : S.type !== Ee.kSliceIDR_W_RADL && S.type !== Ee.kSliceIDR_N_LP && S.type !== Ee.kSliceCRA_NUT || (A = !0);
1898
1898
  this.video_init_segment_dispatched_ && (g.push(S), E += S.data.byteLength);
1899
1899
  }
1900
1900
  var I = Math.floor(e / this.timescale_), z = Math.floor(a / this.timescale_);
@@ -1990,7 +1990,7 @@ var Tt = { exports: {} };
1990
1990
  if (e == null && this.aac_last_sample_pts_ != null) a = 1536 / this.audio_metadata_.sampling_frequency * 1e3, s = this.aac_last_sample_pts_ + a;
1991
1991
  else if (e == null) return void m.a.w(this.TAG, "Opus: Unknown pts");
1992
1992
  }
1993
- for (var r, o = new Ft(i), p = null, g = s; (p = o.readNextAC3Frame()) != null; ) {
1993
+ for (var r, o = new Vt(i), p = null, g = s; (p = o.readNextAC3Frame()) != null; ) {
1994
1994
  a = 1536 / p.sampling_frequency * 1e3;
1995
1995
  var E = { codec: "ac-3", data: p };
1996
1996
  this.audio_init_segment_dispatched_ == 0 ? (this.audio_metadata_ = { codec: "ac-3", sampling_frequency: p.sampling_frequency, bit_stream_identification: p.bit_stream_identification, bit_stream_mode: p.bit_stream_mode, low_frequency_effects_channel_on: p.low_frequency_effects_channel_on, channel_mode: p.channel_mode }, this.dispatchAudioInitSegment(E)) : this.detectAudioMetadataChange(E) && (this.dispatchAudioMediaSegment(), this.dispatchAudioInitSegment(E)), r = g;
@@ -2403,8 +2403,8 @@ var Tt = { exports: {} };
2403
2403
  originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.round(r) + " ms, generate: " + Ne + " frames"), K = Math.floor(Re), ye = Math.floor(Re + p) - K, (ke = lt.getSilentFrame(this._audioMeta.originalCodec, this._audioMeta.channelCount)) == null && (m.a.w(this.TAG, "Unable to generate silent frame for " + this._audioMeta.originalCodec + " with " + this._audioMeta.channelCount + " channels, repeat last frame"), ke = re), he = [];
2404
2404
  for (var Pe = 0; Pe < Ne; Pe++) {
2405
2405
  Re += p;
2406
- var Ge = Math.floor(Re), je = Math.floor(Re + p) - Ge, Ve = { dts: Ge, pts: Ge, cts: 0, unit: ke, size: ke.byteLength, duration: je, originalDts: be, flags: { isLeading: 0, dependsOn: 1, isDependedOn: 0, hasRedundancy: 0 } };
2407
- he.push(Ve), I += Ve.size;
2406
+ var Ge = Math.floor(Re), je = Math.floor(Re + p) - Ge, Fe = { dts: Ge, pts: Ge, cts: 0, unit: ke, size: ke.byteLength, duration: je, originalDts: be, flags: { isLeading: 0, dependsOn: 1, isDependedOn: 0, hasRedundancy: 0 } };
2407
+ he.push(Fe), I += Fe.size;
2408
2408
  }
2409
2409
  this._audioNextDts = Re + p;
2410
2410
  } else K = Math.floor(Re), ye = Math.floor(Re + p) - K, this._audioNextDts = Re + p;
@@ -2649,13 +2649,13 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
2649
2649
  this._dataSource = _, this._range = c;
2650
2650
  var P = _.url;
2651
2651
  this._config.reuseRedirectedURL && _.redirectedURL != null && (P = _.redirectedURL);
2652
- var D = this._seekHandler.getConfig(P, c), V = new self.Headers();
2652
+ var D = this._seekHandler.getConfig(P, c), F = new self.Headers();
2653
2653
  if (typeof D.headers == "object") {
2654
2654
  var ee = D.headers;
2655
- for (var pe in ee) ee.hasOwnProperty(pe) && V.append(pe, ee[pe]);
2655
+ for (var pe in ee) ee.hasOwnProperty(pe) && F.append(pe, ee[pe]);
2656
2656
  }
2657
- var ve = { method: "GET", headers: V, mode: "cors", cache: "default", referrerPolicy: "no-referrer-when-downgrade" };
2658
- if (typeof this._config.headers == "object") for (var pe in this._config.headers) V.append(pe, this._config.headers[pe]);
2657
+ var ve = { method: "GET", headers: F, mode: "cors", cache: "default", referrerPolicy: "no-referrer-when-downgrade" };
2658
+ if (typeof this._config.headers == "object") for (var pe in this._config.headers) F.append(pe, this._config.headers[pe]);
2659
2659
  _.cors === !1 && (ve.mode = "same-origin"), _.withCredentials && (ve.credentials = "include"), _.referrerPolicy && (ve.referrerPolicy = _.referrerPolicy), self.AbortController && (this._abortController = new self.AbortController(), ve.signal = this._abortController.signal), this._status = b.c.kConnecting, self.fetch(D.url, ve).then(function(k) {
2660
2660
  if (u._requestAbort) return u._status = b.c.kIdle, void k.body.cancel();
2661
2661
  if (k.ok && k.status >= 200 && k.status <= 299) {
@@ -2692,8 +2692,8 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
2692
2692
  if (c._abortController && c._abortController.signal.aborted) return void (c._status = b.c.kComplete);
2693
2693
  if (c._requestAbort === !0) return c._status = b.c.kComplete, _.cancel();
2694
2694
  c._status = b.c.kBuffering;
2695
- var V = u.value.buffer, ee = c._range.from + c._receivedLength;
2696
- c._receivedLength += V.byteLength, c._onDataArrival && c._onDataArrival(V, ee, c._receivedLength), c._pump(_);
2695
+ var F = u.value.buffer, ee = c._range.from + c._receivedLength;
2696
+ c._receivedLength += F.byteLength, c._onDataArrival && c._onDataArrival(F, ee, c._receivedLength), c._pump(_);
2697
2697
  }
2698
2698
  }).catch(function(u) {
2699
2699
  if (c._abortController && c._abortController.signal.aborted) c._status = b.c.kComplete;
@@ -2719,7 +2719,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
2719
2719
  }
2720
2720
  T(h, _), h.prototype = _ === null ? Object.create(_) : (c.prototype = _.prototype, new c());
2721
2721
  };
2722
- }(), F = function(T) {
2722
+ }(), V = function(T) {
2723
2723
  function h(_, c) {
2724
2724
  var u = T.call(this, "xhr-moz-chunked-loader") || this;
2725
2725
  return u.TAG = "MozChunkedLoader", u._seekHandler = _, u._config = c, u._needStash = !0, u._xhr = null, u._requestAbort = !1, u._contentLength = null, u._receivedLength = 0, u;
@@ -2741,12 +2741,12 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
2741
2741
  this._requestURL = P.url;
2742
2742
  var D = this._xhr = new XMLHttpRequest();
2743
2743
  if (D.open("GET", P.url, !0), D.responseType = "moz-chunked-arraybuffer", D.onreadystatechange = this._onReadyStateChange.bind(this), D.onprogress = this._onProgress.bind(this), D.onloadend = this._onLoadEnd.bind(this), D.onerror = this._onXhrError.bind(this), _.withCredentials && (D.withCredentials = !0), typeof P.headers == "object") {
2744
- var V = P.headers;
2745
- for (var ee in V) V.hasOwnProperty(ee) && D.setRequestHeader(ee, V[ee]);
2744
+ var F = P.headers;
2745
+ for (var ee in F) F.hasOwnProperty(ee) && D.setRequestHeader(ee, F[ee]);
2746
2746
  }
2747
2747
  if (typeof this._config.headers == "object") {
2748
- V = this._config.headers;
2749
- for (var ee in V) V.hasOwnProperty(ee) && D.setRequestHeader(ee, V[ee]);
2748
+ F = this._config.headers;
2749
+ for (var ee in F) F.hasOwnProperty(ee) && D.setRequestHeader(ee, F[ee]);
2750
2750
  }
2751
2751
  this._status = b.c.kConnecting, D.send();
2752
2752
  }, h.prototype.abort = function() {
@@ -2822,12 +2822,12 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
2822
2822
  this._currentRequestURL = P.url;
2823
2823
  var D = this._xhr = new XMLHttpRequest();
2824
2824
  if (D.open("GET", P.url, !0), D.responseType = "arraybuffer", D.onreadystatechange = this._onReadyStateChange.bind(this), D.onprogress = this._onProgress.bind(this), D.onload = this._onLoad.bind(this), D.onerror = this._onXhrError.bind(this), _.withCredentials && (D.withCredentials = !0), typeof P.headers == "object") {
2825
- var V = P.headers;
2826
- for (var ee in V) V.hasOwnProperty(ee) && D.setRequestHeader(ee, V[ee]);
2825
+ var F = P.headers;
2826
+ for (var ee in F) F.hasOwnProperty(ee) && D.setRequestHeader(ee, F[ee]);
2827
2827
  }
2828
2828
  if (typeof this._config.headers == "object") {
2829
- V = this._config.headers;
2830
- for (var ee in V) V.hasOwnProperty(ee) && D.setRequestHeader(ee, V[ee]);
2829
+ F = this._config.headers;
2830
+ for (var ee in F) F.hasOwnProperty(ee) && D.setRequestHeader(ee, F[ee]);
2831
2831
  }
2832
2832
  D.send();
2833
2833
  }, h.prototype.abort = function() {
@@ -2865,11 +2865,11 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
2865
2865
  this._lastTimeLoaded = _.loaded, this._speedSampler.addBytes(P);
2866
2866
  }
2867
2867
  }, h.prototype._normalizeSpeed = function(_) {
2868
- var c = this._chunkSizeKBList, u = c.length - 1, P = 0, D = 0, V = u;
2868
+ var c = this._chunkSizeKBList, u = c.length - 1, P = 0, D = 0, F = u;
2869
2869
  if (_ < c[0]) return c[0];
2870
- for (; D <= V; ) {
2871
- if ((P = D + Math.floor((V - D) / 2)) === u || _ >= c[P] && _ < c[P + 1]) return c[P];
2872
- c[P] < _ ? D = P + 1 : V = P - 1;
2870
+ for (; D <= F; ) {
2871
+ if ((P = D + Math.floor((F - D) / 2)) === u || _ >= c[P] && _ < c[P + 1]) return c[P];
2872
+ c[P] < _ ? D = P + 1 : F = P - 1;
2873
2873
  }
2874
2874
  }, h.prototype._onLoad = function(_) {
2875
2875
  if (this._status !== b.c.kError) if (this._waitForTotalLength) this._waitForTotalLength = !1;
@@ -2882,8 +2882,8 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
2882
2882
  }
2883
2883
  var P = _.target.response, D = this._range.from + this._receivedLength;
2884
2884
  this._receivedLength += P.byteLength;
2885
- var V = !1;
2886
- this._contentLength != null && this._receivedLength < this._contentLength ? this._openSubRange() : V = !0, this._onDataArrival && this._onDataArrival(P, D, this._receivedLength), V && (this._status = b.c.kComplete, this._onComplete && this._onComplete(this._range.from, this._range.from + this._receivedLength - 1));
2885
+ var F = !1;
2886
+ this._contentLength != null && this._receivedLength < this._contentLength ? this._openSubRange() : F = !0, this._onDataArrival && this._onDataArrival(P, D, this._receivedLength), F && (this._status = b.c.kComplete, this._onComplete && this._onComplete(this._range.from, this._range.from + this._receivedLength - 1));
2887
2887
  }
2888
2888
  }, h.prototype._onXhrError = function(_) {
2889
2889
  this._status = b.c.kError;
@@ -2987,9 +2987,9 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
2987
2987
  var _ = h.split("?")[0], c = void 0, u = h.indexOf("?");
2988
2988
  u !== -1 && (c = h.substring(u + 1));
2989
2989
  var P = "";
2990
- if (c != null && c.length > 0) for (var D = c.split("&"), V = 0; V < D.length; V++) {
2991
- var ee = D[V].split("="), pe = V > 0;
2992
- ee[0] !== this._startName && ee[0] !== this._endName && (pe && (P += "&"), P += D[V]);
2990
+ if (c != null && c.length > 0) for (var D = c.split("&"), F = 0; F < D.length; F++) {
2991
+ var ee = D[F].split("="), pe = F > 0;
2992
+ ee[0] !== this._startName && ee[0] !== this._endName && (pe && (P += "&"), P += D[F]);
2993
2993
  }
2994
2994
  return P.length === 0 ? _ : _ + "?" + P;
2995
2995
  }, T;
@@ -3058,7 +3058,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3058
3058
  if (this._config.customLoader != null) this._loaderClass = this._config.customLoader;
3059
3059
  else if (this._isWebSocketURL) this._loaderClass = Y;
3060
3060
  else if (x.isSupported()) this._loaderClass = x;
3061
- else if (F.isSupported()) this._loaderClass = F;
3061
+ else if (V.isSupported()) this._loaderClass = V;
3062
3062
  else {
3063
3063
  if (!_e.isSupported()) throw new f.d("Your browser doesn't support xhr with arraybuffer responseType!");
3064
3064
  this._loaderClass = _e;
@@ -3129,10 +3129,10 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3129
3129
  var D = this._stashBuffer.slice(0, this._stashUsed);
3130
3130
  (pe = this._dispatchChunks(D, this._stashByteStart)) < D.byteLength ? pe > 0 && (ve = new Uint8Array(D, pe), ee.set(ve, 0), this._stashUsed = ve.byteLength, this._stashByteStart += pe) : (this._stashUsed = 0, this._stashByteStart += pe), this._stashUsed + h.byteLength > this._bufferSize && (this._expandBuffer(this._stashUsed + h.byteLength), ee = new Uint8Array(this._stashBuffer, 0, this._bufferSize)), ee.set(new Uint8Array(h), this._stashUsed), this._stashUsed += h.byteLength;
3131
3131
  } else
3132
- (pe = this._dispatchChunks(h, _)) < h.byteLength && ((V = h.byteLength - pe) > this._bufferSize && (this._expandBuffer(V), ee = new Uint8Array(this._stashBuffer, 0, this._bufferSize)), ee.set(new Uint8Array(h, pe), 0), this._stashUsed += V, this._stashByteStart = _ + pe);
3132
+ (pe = this._dispatchChunks(h, _)) < h.byteLength && ((F = h.byteLength - pe) > this._bufferSize && (this._expandBuffer(F), ee = new Uint8Array(this._stashBuffer, 0, this._bufferSize)), ee.set(new Uint8Array(h, pe), 0), this._stashUsed += F, this._stashByteStart = _ + pe);
3133
3133
  else if (this._stashUsed === 0) {
3134
- var V;
3135
- (pe = this._dispatchChunks(h, _)) < h.byteLength && ((V = h.byteLength - pe) > this._bufferSize && this._expandBuffer(V), (ee = new Uint8Array(this._stashBuffer, 0, this._bufferSize)).set(new Uint8Array(h, pe), 0), this._stashUsed += V, this._stashByteStart = _ + pe);
3134
+ var F;
3135
+ (pe = this._dispatchChunks(h, _)) < h.byteLength && ((F = h.byteLength - pe) > this._bufferSize && this._expandBuffer(F), (ee = new Uint8Array(this._stashBuffer, 0, this._bufferSize)).set(new Uint8Array(h, pe), 0), this._stashUsed += F, this._stashByteStart = _ + pe);
3136
3136
  } else {
3137
3137
  var ee, pe;
3138
3138
  if (this._stashUsed + h.byteLength > this._bufferSize && this._expandBuffer(this._stashUsed + h.byteLength), (ee = new Uint8Array(this._stashBuffer, 0, this._bufferSize)).set(new Uint8Array(h), this._stashUsed), this._stashUsed += h.byteLength, (pe = this._dispatchChunks(this._stashBuffer.slice(0, this._stashUsed), this._stashByteStart)) < this._stashUsed && pe > 0) {
@@ -3202,24 +3202,24 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3202
3202
  var f = {};
3203
3203
  function L(C) {
3204
3204
  if (f[C]) return f[C].exports;
3205
- var F = f[C] = { i: C, l: !1, exports: {} };
3206
- return v[C].call(F.exports, F, F.exports, L), F.l = !0, F.exports;
3205
+ var V = f[C] = { i: C, l: !1, exports: {} };
3206
+ return v[C].call(V.exports, V, V.exports, L), V.l = !0, V.exports;
3207
3207
  }
3208
3208
  L.m = v, L.c = f, L.i = function(C) {
3209
3209
  return C;
3210
- }, L.d = function(C, F, H) {
3211
- L.o(C, F) || Object.defineProperty(C, F, { configurable: !1, enumerable: !0, get: H });
3210
+ }, L.d = function(C, V, H) {
3211
+ L.o(C, V) || Object.defineProperty(C, V, { configurable: !1, enumerable: !0, get: H });
3212
3212
  }, L.r = function(C) {
3213
3213
  Object.defineProperty(C, "__esModule", { value: !0 });
3214
3214
  }, L.n = function(C) {
3215
- var F = C && C.__esModule ? function() {
3215
+ var V = C && C.__esModule ? function() {
3216
3216
  return C.default;
3217
3217
  } : function() {
3218
3218
  return C;
3219
3219
  };
3220
- return L.d(F, "a", F), F;
3221
- }, L.o = function(C, F) {
3222
- return Object.prototype.hasOwnProperty.call(C, F);
3220
+ return L.d(V, "a", V), V;
3221
+ }, L.o = function(C, V) {
3222
+ return Object.prototype.hasOwnProperty.call(C, V);
3223
3223
  }, L.p = "/", L.oe = function(C) {
3224
3224
  throw C;
3225
3225
  };
@@ -3232,9 +3232,9 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3232
3232
  function m(v, f, L) {
3233
3233
  var x = {};
3234
3234
  x[L] = [];
3235
- var C = f.toString(), F = C.match(/^function\s?\w*\(\w+,\s*\w+,\s*(\w+)\)/);
3236
- if (!F) return x;
3237
- for (var H, _e = F[1], se = new RegExp("(\\\\n|\\W)" + B(_e) + "\\(\\s*(/\\*.*?\\*/)?\\s*.*?([\\.|\\-|\\+|\\w|/|@]+).*?\\)", "g"); H = se.exec(C); ) H[3] !== "dll-reference" && x[L].push(H[3]);
3235
+ var C = f.toString(), V = C.match(/^function\s?\w*\(\w+,\s*\w+,\s*(\w+)\)/);
3236
+ if (!V) return x;
3237
+ for (var H, _e = V[1], se = new RegExp("(\\\\n|\\W)" + B(_e) + "\\(\\s*(/\\*.*?\\*/)?\\s*.*?([\\.|\\-|\\+|\\w|/|@]+).*?\\)", "g"); H = se.exec(C); ) H[3] !== "dll-reference" && x[L].push(H[3]);
3238
3238
  for (se = new RegExp("\\(" + B(_e) + '\\("(dll-reference\\s([\\.|\\-|\\+|\\w|/|@]+))"\\)\\)\\(\\s*(/\\*.*?\\*/)?\\s*.*?([\\.|\\-|\\+|\\w|/|@]+).*?\\)', "g"); H = se.exec(C); ) v[H[2]] || (x[L].push(H[1]), v[H[2]] = O(H[1]).m), x[H[2]] = x[H[2]] || [], x[H[2]].push(H[4]);
3239
3239
  for (var Y, ae = Object.keys(x), y = 0; y < ae.length; y++) for (var G = 0; G < x[ae[y]].length; G++) Y = x[ae[y]][G], isNaN(1 * Y) || (x[ae[y]][G] = 1 * x[ae[y]][G]);
3240
3240
  return x;
@@ -3267,9 +3267,9 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3267
3267
  }), C = C + "new ((" + U.toString().replace("ENTRY_MODULE", JSON.stringify(v)) + ")({" + x.main.map(function(se) {
3268
3268
  return JSON.stringify(se) + ": " + L.main[se].toString();
3269
3269
  }).join(",") + "}))(self);";
3270
- var F = new window.Blob([C], { type: "text/javascript" });
3271
- if (f.bare) return F;
3272
- var H = (window.URL || window.webkitURL || window.mozURL || window.msURL).createObjectURL(F), _e = new window.Worker(H);
3270
+ var V = new window.Blob([C], { type: "text/javascript" });
3271
+ if (f.bare) return V;
3272
+ var H = (window.URL || window.webkitURL || window.mozURL || window.msURL).createObjectURL(V), _e = new window.Worker(H);
3273
3273
  return _e.objectURL = H, _e;
3274
3274
  };
3275
3275
  }, function(fe, Z, O) {
@@ -3292,7 +3292,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3292
3292
  return Object.prototype.toString.call(M) === "[object Array]";
3293
3293
  }, f = 0, L = void 0, x = void 0, C = function(M, j) {
3294
3294
  y[f] = M, y[f + 1] = j, (f += 2) === 2 && (x ? x(G) : u());
3295
- }, F = typeof window < "u" ? window : void 0, H = F || {}, _e = H.MutationObserver || H.WebKitMutationObserver, se = typeof self > "u" && U !== void 0 && {}.toString.call(U) === "[object process]", Y = typeof Uint8ClampedArray < "u" && typeof importScripts < "u" && typeof MessageChannel < "u";
3295
+ }, V = typeof window < "u" ? window : void 0, H = V || {}, _e = H.MutationObserver || H.WebKitMutationObserver, se = typeof self > "u" && U !== void 0 && {}.toString.call(U) === "[object process]", Y = typeof Uint8ClampedArray < "u" && typeof importScripts < "u" && typeof MessageChannel < "u";
3296
3296
  function ae() {
3297
3297
  var M = setTimeout;
3298
3298
  return function() {
@@ -3307,7 +3307,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3307
3307
  var T, h, _, c, u = void 0;
3308
3308
  function P(M, j) {
3309
3309
  var $ = this, ie = new this.constructor(ee);
3310
- ie[V] === void 0 && Se(ie);
3310
+ ie[F] === void 0 && Se(ie);
3311
3311
  var ne = $._state;
3312
3312
  if (ne) {
3313
3313
  var ue = arguments[ne - 1];
@@ -3328,7 +3328,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3328
3328
  c.data = h = ++h % 2;
3329
3329
  }) : Y ? ((T = new MessageChannel()).port1.onmessage = G, u = function() {
3330
3330
  return T.port2.postMessage(0);
3331
- }) : u = F === void 0 ? function() {
3331
+ }) : u = V === void 0 ? function() {
3332
3332
  try {
3333
3333
  var M = Function("return this")().require("vertx");
3334
3334
  return (L = M.runOnLoop || M.runOnContext) !== void 0 ? function() {
@@ -3338,7 +3338,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3338
3338
  return ae();
3339
3339
  }
3340
3340
  }() : ae();
3341
- var V = Math.random().toString(36).substring(2);
3341
+ var F = Math.random().toString(36).substring(2);
3342
3342
  function ee() {
3343
3343
  }
3344
3344
  function pe(M, j, $) {
@@ -3413,11 +3413,11 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3413
3413
  }
3414
3414
  var me = 0;
3415
3415
  function Se(M) {
3416
- M[V] = me++, M._state = void 0, M._result = void 0, M._subscribers = [];
3416
+ M[F] = me++, M._state = void 0, M._result = void 0, M._subscribers = [];
3417
3417
  }
3418
3418
  var De = function() {
3419
3419
  function M(j, $) {
3420
- this._instanceConstructor = j, this.promise = new j(ee), this.promise[V] || Se(this.promise), v($) ? (this.length = $.length, this._remaining = $.length, this._result = new Array(this.length), this.length === 0 ? d(this.promise, this._result) : (this.length = this.length || 0, this._enumerate($), this._remaining === 0 && d(this.promise, this._result))) : l(this.promise, new Error("Array Methods must be provided an Array"));
3420
+ this._instanceConstructor = j, this.promise = new j(ee), this.promise[F] || Se(this.promise), v($) ? (this.length = $.length, this._remaining = $.length, this._result = new Array(this.length), this.length === 0 ? d(this.promise, this._result) : (this.length = this.length || 0, this._enumerate($), this._remaining === 0 && d(this.promise, this._result))) : l(this.promise, new Error("Array Methods must be provided an Array"));
3421
3421
  }
3422
3422
  return M.prototype._enumerate = function(j) {
3423
3423
  for (var $ = 0; this._state === void 0 && $ < j.length; $++) this._eachEntry(j[$], $);
@@ -3452,7 +3452,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3452
3452
  }, M;
3453
3453
  }(), Te = function() {
3454
3454
  function M(j) {
3455
- this[V] = me++, this._result = this._state = void 0, this._subscribers = [], ee !== j && (typeof j != "function" && function() {
3455
+ this[F] = me++, this._result = this._state = void 0, this._subscribers = [], ee !== j && (typeof j != "function" && function() {
3456
3456
  throw new TypeError("You must pass a resolver function as the first argument to the promise constructor");
3457
3457
  }(), this instanceof M ? function($, ie) {
3458
3458
  try {
@@ -3555,12 +3555,12 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3555
3555
  }
3556
3556
  })();
3557
3557
  var f, L = [], x = !1, C = -1;
3558
- function F() {
3558
+ function V() {
3559
3559
  x && f && (x = !1, f.length ? L = f.concat(L) : C = -1, L.length && H());
3560
3560
  }
3561
3561
  function H() {
3562
3562
  if (!x) {
3563
- var Y = v(F);
3563
+ var Y = v(V);
3564
3564
  x = !0;
3565
3565
  for (var ae = L.length; ae; ) {
3566
3566
  for (f = L, L = []; ++C < ae; ) f && f[C].run();
@@ -3618,18 +3618,18 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3618
3618
  O.r(Z);
3619
3619
  var U = O(9), B = O(12), m = O(10), b = O(1);
3620
3620
  Z.default = function(v) {
3621
- var f = null, L = (function(D, V) {
3622
- v.postMessage({ msg: "logcat_callback", data: { type: D, logcat: V } });
3621
+ var f = null, L = (function(D, F) {
3622
+ v.postMessage({ msg: "logcat_callback", data: { type: D, logcat: F } });
3623
3623
  }).bind(this);
3624
- function x(D, V) {
3625
- var ee = { msg: b.a.INIT_SEGMENT, data: { type: D, data: V } };
3626
- v.postMessage(ee, [V.data]);
3624
+ function x(D, F) {
3625
+ var ee = { msg: b.a.INIT_SEGMENT, data: { type: D, data: F } };
3626
+ v.postMessage(ee, [F.data]);
3627
3627
  }
3628
- function C(D, V) {
3629
- var ee = { msg: b.a.MEDIA_SEGMENT, data: { type: D, data: V } };
3630
- v.postMessage(ee, [V.data]);
3628
+ function C(D, F) {
3629
+ var ee = { msg: b.a.MEDIA_SEGMENT, data: { type: D, data: F } };
3630
+ v.postMessage(ee, [F.data]);
3631
3631
  }
3632
- function F() {
3632
+ function V() {
3633
3633
  var D = { msg: b.a.LOADING_COMPLETE };
3634
3634
  v.postMessage(D);
3635
3635
  }
@@ -3638,46 +3638,46 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3638
3638
  v.postMessage(D);
3639
3639
  }
3640
3640
  function _e(D) {
3641
- var V = { msg: b.a.MEDIA_INFO, data: D };
3642
- v.postMessage(V);
3641
+ var F = { msg: b.a.MEDIA_INFO, data: D };
3642
+ v.postMessage(F);
3643
3643
  }
3644
3644
  function se(D) {
3645
- var V = { msg: b.a.METADATA_ARRIVED, data: D };
3646
- v.postMessage(V);
3645
+ var F = { msg: b.a.METADATA_ARRIVED, data: D };
3646
+ v.postMessage(F);
3647
3647
  }
3648
3648
  function Y(D) {
3649
- var V = { msg: b.a.SCRIPTDATA_ARRIVED, data: D };
3650
- v.postMessage(V);
3649
+ var F = { msg: b.a.SCRIPTDATA_ARRIVED, data: D };
3650
+ v.postMessage(F);
3651
3651
  }
3652
3652
  function ae(D) {
3653
- var V = { msg: b.a.TIMED_ID3_METADATA_ARRIVED, data: D };
3654
- v.postMessage(V);
3653
+ var F = { msg: b.a.TIMED_ID3_METADATA_ARRIVED, data: D };
3654
+ v.postMessage(F);
3655
3655
  }
3656
3656
  function y(D) {
3657
- var V = { msg: b.a.SMPTE2038_METADATA_ARRIVED, data: D };
3658
- v.postMessage(V);
3657
+ var F = { msg: b.a.SMPTE2038_METADATA_ARRIVED, data: D };
3658
+ v.postMessage(F);
3659
3659
  }
3660
3660
  function G(D) {
3661
- var V = { msg: b.a.SCTE35_METADATA_ARRIVED, data: D };
3662
- v.postMessage(V);
3661
+ var F = { msg: b.a.SCTE35_METADATA_ARRIVED, data: D };
3662
+ v.postMessage(F);
3663
3663
  }
3664
3664
  function T(D) {
3665
- var V = { msg: b.a.PES_PRIVATE_DATA_DESCRIPTOR, data: D };
3666
- v.postMessage(V);
3665
+ var F = { msg: b.a.PES_PRIVATE_DATA_DESCRIPTOR, data: D };
3666
+ v.postMessage(F);
3667
3667
  }
3668
3668
  function h(D) {
3669
- var V = { msg: b.a.PES_PRIVATE_DATA_ARRIVED, data: D };
3670
- v.postMessage(V);
3669
+ var F = { msg: b.a.PES_PRIVATE_DATA_ARRIVED, data: D };
3670
+ v.postMessage(F);
3671
3671
  }
3672
3672
  function _(D) {
3673
- var V = { msg: b.a.STATISTICS_INFO, data: D };
3674
- v.postMessage(V);
3673
+ var F = { msg: b.a.STATISTICS_INFO, data: D };
3674
+ v.postMessage(F);
3675
3675
  }
3676
- function c(D, V) {
3677
- v.postMessage({ msg: b.a.IO_ERROR, data: { type: D, info: V } });
3676
+ function c(D, F) {
3677
+ v.postMessage({ msg: b.a.IO_ERROR, data: { type: D, info: F } });
3678
3678
  }
3679
- function u(D, V) {
3680
- v.postMessage({ msg: b.a.DEMUX_ERROR, data: { type: D, info: V } });
3679
+ function u(D, F) {
3680
+ v.postMessage({ msg: b.a.DEMUX_ERROR, data: { type: D, info: F } });
3681
3681
  }
3682
3682
  function P(D) {
3683
3683
  v.postMessage({ msg: b.a.RECOMMEND_SEEKPOINT, data: D });
@@ -3685,7 +3685,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3685
3685
  B.a.install(), v.addEventListener("message", function(D) {
3686
3686
  switch (D.data.cmd) {
3687
3687
  case "init":
3688
- (f = new m.a(D.data.param[0], D.data.param[1])).on(b.a.IO_ERROR, c.bind(this)), f.on(b.a.DEMUX_ERROR, u.bind(this)), f.on(b.a.INIT_SEGMENT, x.bind(this)), f.on(b.a.MEDIA_SEGMENT, C.bind(this)), f.on(b.a.LOADING_COMPLETE, F.bind(this)), f.on(b.a.RECOVERED_EARLY_EOF, H.bind(this)), f.on(b.a.MEDIA_INFO, _e.bind(this)), f.on(b.a.METADATA_ARRIVED, se.bind(this)), f.on(b.a.SCRIPTDATA_ARRIVED, Y.bind(this)), f.on(b.a.TIMED_ID3_METADATA_ARRIVED, ae.bind(this)), f.on(b.a.SMPTE2038_METADATA_ARRIVED, y.bind(this)), f.on(b.a.SCTE35_METADATA_ARRIVED, G.bind(this)), f.on(b.a.PES_PRIVATE_DATA_DESCRIPTOR, T.bind(this)), f.on(b.a.PES_PRIVATE_DATA_ARRIVED, h.bind(this)), f.on(b.a.STATISTICS_INFO, _.bind(this)), f.on(b.a.RECOMMEND_SEEKPOINT, P.bind(this));
3688
+ (f = new m.a(D.data.param[0], D.data.param[1])).on(b.a.IO_ERROR, c.bind(this)), f.on(b.a.DEMUX_ERROR, u.bind(this)), f.on(b.a.INIT_SEGMENT, x.bind(this)), f.on(b.a.MEDIA_SEGMENT, C.bind(this)), f.on(b.a.LOADING_COMPLETE, V.bind(this)), f.on(b.a.RECOVERED_EARLY_EOF, H.bind(this)), f.on(b.a.MEDIA_INFO, _e.bind(this)), f.on(b.a.METADATA_ARRIVED, se.bind(this)), f.on(b.a.SCRIPTDATA_ARRIVED, Y.bind(this)), f.on(b.a.TIMED_ID3_METADATA_ARRIVED, ae.bind(this)), f.on(b.a.SMPTE2038_METADATA_ARRIVED, y.bind(this)), f.on(b.a.SCTE35_METADATA_ARRIVED, G.bind(this)), f.on(b.a.PES_PRIVATE_DATA_DESCRIPTOR, T.bind(this)), f.on(b.a.PES_PRIVATE_DATA_ARRIVED, h.bind(this)), f.on(b.a.STATISTICS_INFO, _.bind(this)), f.on(b.a.RECOMMEND_SEEKPOINT, P.bind(this));
3689
3689
  break;
3690
3690
  case "destroy":
3691
3691
  f && (f.destroy(), f = null), v.postMessage({ msg: "destroyed" });
@@ -3706,8 +3706,8 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3706
3706
  f.resume();
3707
3707
  break;
3708
3708
  case "logging_config":
3709
- var V = D.data.param;
3710
- U.a.applyConfig(V), V.enableCallback === !0 ? U.a.addLogListener(L) : U.a.removeLogListener(L);
3709
+ var F = D.data.param;
3710
+ U.a.applyConfig(F), F.enableCallback === !0 ? U.a.addLogListener(L) : U.a.removeLogListener(L);
3711
3711
  }
3712
3712
  });
3713
3713
  };
@@ -3738,7 +3738,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3738
3738
  var d = { msePlayback: !1, mseLivePlayback: !1, mseH265Playback: !1, networkStreamIO: !1, networkLoaderName: "", nativeMP4H264Playback: !1, nativeMP4H265Playback: !1, nativeWebmVP8Playback: !1, nativeWebmVP9Playback: !1 };
3739
3739
  return d.msePlayback = k.supportMSEH264Playback(), d.networkStreamIO = k.supportNetworkStreamIO(), d.networkLoaderName = k.getNetworkLoaderTypeName(), d.mseLivePlayback = d.msePlayback && d.networkStreamIO, d.mseH265Playback = k.supportMSEH265Playback(), d.nativeMP4H264Playback = k.supportNativeMediaPlayback('video/mp4; codecs="avc1.42001E, mp4a.40.2"'), d.nativeMP4H265Playback = k.supportNativeMediaPlayback('video/mp4; codecs="hvc1.1.6.L93.B0"'), d.nativeWebmVP8Playback = k.supportNativeMediaPlayback('video/webm; codecs="vp8.0, vorbis"'), d.nativeWebmVP9Playback = k.supportNativeMediaPlayback('video/webm; codecs="vp9"'), d;
3740
3740
  }, k;
3741
- }(), f = O(2), L = O(6), x = O.n(L), C = O(0), F = O(4), H = { ERROR: "error", LOADING_COMPLETE: "loading_complete", RECOVERED_EARLY_EOF: "recovered_early_eof", MEDIA_INFO: "media_info", METADATA_ARRIVED: "metadata_arrived", SCRIPTDATA_ARRIVED: "scriptdata_arrived", TIMED_ID3_METADATA_ARRIVED: "timed_id3_metadata_arrived", SMPTE2038_METADATA_ARRIVED: "smpte2038_metadata_arrived", SCTE35_METADATA_ARRIVED: "scte35_metadata_arrived", PES_PRIVATE_DATA_DESCRIPTOR: "pes_private_data_descriptor", PES_PRIVATE_DATA_ARRIVED: "pes_private_data_arrived", STATISTICS_INFO: "statistics_info" }, _e = O(13), se = O.n(_e), Y = O(9), ae = O(10), y = O(1), G = O(8), T = function() {
3741
+ }(), f = O(2), L = O(6), x = O.n(L), C = O(0), V = O(4), H = { ERROR: "error", LOADING_COMPLETE: "loading_complete", RECOVERED_EARLY_EOF: "recovered_early_eof", MEDIA_INFO: "media_info", METADATA_ARRIVED: "metadata_arrived", SCRIPTDATA_ARRIVED: "scriptdata_arrived", TIMED_ID3_METADATA_ARRIVED: "timed_id3_metadata_arrived", SMPTE2038_METADATA_ARRIVED: "smpte2038_metadata_arrived", SCTE35_METADATA_ARRIVED: "scte35_metadata_arrived", PES_PRIVATE_DATA_DESCRIPTOR: "pes_private_data_descriptor", PES_PRIVATE_DATA_ARRIVED: "pes_private_data_arrived", STATISTICS_INFO: "statistics_info" }, _e = O(13), se = O.n(_e), Y = O(9), ae = O(10), y = O(1), G = O(8), T = function() {
3742
3742
  function k(d, l) {
3743
3743
  if (this.TAG = "Transmuxer", this._emitter = new x.a(), l.enableWorker && typeof Worker < "u") try {
3744
3744
  this._worker = se()(18), this._workerDestroying = !1, this._worker.addEventListener("message", this._onWorkerMessage.bind(this)), this._worker.postMessage({ cmd: "init", param: [d, l] }), this.e = { onLoggingConfigChanged: this._onLoggingConfigChanged.bind(this) }, Y.a.registerListener(this.e.onLoggingConfigChanged), this._worker.postMessage({ cmd: "logging_config", param: Y.a.getConfig() });
@@ -3946,7 +3946,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3946
3946
  }
3947
3947
  this._mimeTypes[R.type] = X;
3948
3948
  }
3949
- l || this._pendingSegments[R.type].push(R), oe || this._sourceBuffers[R.type] && !this._sourceBuffers[R.type].updating && this._doAppendSegments(), F.a.safari && R.container === "audio/mpeg" && R.mediaDuration > 0 && (this._requireSetMediaDuration = !0, this._pendingMediaDuration = R.mediaDuration / 1e3, this._updateMediaSourceDuration());
3949
+ l || this._pendingSegments[R.type].push(R), oe || this._sourceBuffers[R.type] && !this._sourceBuffers[R.type].updating && this._doAppendSegments(), V.a.safari && R.container === "audio/mpeg" && R.mediaDuration > 0 && (this._requireSetMediaDuration = !0, this._pendingMediaDuration = R.mediaDuration / 1e3, this._updateMediaSourceDuration());
3950
3950
  }, k.prototype.appendMediaSegment = function(d) {
3951
3951
  var l = d;
3952
3952
  this._pendingSegments[l.type].push(l), this._config.autoCleanupSourceBuffer && this._needCleanupSourceBuffer() && this._doCleanupSourceBuffer();
@@ -3967,7 +3967,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3967
3967
  var me = R.buffered.start(oe), Se = R.buffered.end(oe);
3968
3968
  this._pendingRemoveRanges[l].push({ start: me, end: Se });
3969
3969
  }
3970
- if (R.updating || this._doRemoveRanges(), F.a.safari) {
3970
+ if (R.updating || this._doRemoveRanges(), V.a.safari) {
3971
3971
  var De = this._lastInitSegments[l];
3972
3972
  De && (this._pendingSegments[l].push(De), R.updating || this._doAppendSegments());
3973
3973
  }
@@ -4054,14 +4054,14 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
4054
4054
  }, k.prototype._onSourceBufferError = function(d) {
4055
4055
  C.a.e(this.TAG, "SourceBuffer Error: " + d);
4056
4056
  }, k;
4057
- }(), P = O(5), D = { NETWORK_ERROR: "NetworkError", MEDIA_ERROR: "MediaError", OTHER_ERROR: "OtherError" }, V = { NETWORK_EXCEPTION: f.b.EXCEPTION, NETWORK_STATUS_CODE_INVALID: f.b.HTTP_STATUS_CODE_INVALID, NETWORK_TIMEOUT: f.b.CONNECTING_TIMEOUT, NETWORK_UNRECOVERABLE_EARLY_EOF: f.b.UNRECOVERABLE_EARLY_EOF, MEDIA_MSE_ERROR: "MediaMSEError", MEDIA_FORMAT_ERROR: P.a.FORMAT_ERROR, MEDIA_FORMAT_UNSUPPORTED: P.a.FORMAT_UNSUPPORTED, MEDIA_CODEC_UNSUPPORTED: P.a.CODEC_UNSUPPORTED }, ee = function() {
4057
+ }(), P = O(5), D = { NETWORK_ERROR: "NetworkError", MEDIA_ERROR: "MediaError", OTHER_ERROR: "OtherError" }, F = { NETWORK_EXCEPTION: f.b.EXCEPTION, NETWORK_STATUS_CODE_INVALID: f.b.HTTP_STATUS_CODE_INVALID, NETWORK_TIMEOUT: f.b.CONNECTING_TIMEOUT, NETWORK_UNRECOVERABLE_EARLY_EOF: f.b.UNRECOVERABLE_EARLY_EOF, MEDIA_MSE_ERROR: "MediaMSEError", MEDIA_FORMAT_ERROR: P.a.FORMAT_ERROR, MEDIA_FORMAT_UNSUPPORTED: P.a.FORMAT_UNSUPPORTED, MEDIA_CODEC_UNSUPPORTED: P.a.CODEC_UNSUPPORTED }, ee = function() {
4058
4058
  function k(d, l) {
4059
4059
  this.TAG = "MSEPlayer", this._type = "MSEPlayer", this._emitter = new x.a(), this._config = b(), typeof l == "object" && Object.assign(this._config, l);
4060
4060
  var R = d.type.toLowerCase();
4061
4061
  if (R !== "mse" && R !== "mpegts" && R !== "m2ts" && R !== "flv") throw new c.b("MSEPlayer requires an mpegts/m2ts/flv MediaDataSource input!");
4062
4062
  d.isLive === !0 && (this._config.isLive = !0), this.e = { onvLoadedMetadata: this._onvLoadedMetadata.bind(this), onvSeeking: this._onvSeeking.bind(this), onvCanPlay: this._onvCanPlay.bind(this), onvStalled: this._onvStalled.bind(this), onvProgress: this._onvProgress.bind(this) }, self.performance && self.performance.now ? this._now = self.performance.now.bind(self.performance) : this._now = Date.now, this._pendingSeekTime = null, this._requestSetTime = !1, this._seekpointRecord = null, this._progressChecker = null, this._mediaDataSource = d, this._mediaElement = null, this._msectl = null, this._transmuxer = null, this._mseSourceOpened = !1, this._hasPendingLoad = !1, this._receivedCanPlay = !1, this._mediaInfo = null, this._statisticsInfo = null;
4063
- var X = F.a.chrome && (F.a.version.major < 50 || F.a.version.major === 50 && F.a.version.build < 2661);
4064
- this._alwaysSeekKeyframe = !!(X || F.a.msedge || F.a.msie), this._alwaysSeekKeyframe && (this._config.accurateSeek = !1);
4063
+ var X = V.a.chrome && (V.a.version.major < 50 || V.a.version.major === 50 && V.a.version.build < 2661);
4064
+ this._alwaysSeekKeyframe = !!(X || V.a.msedge || V.a.msie), this._alwaysSeekKeyframe && (this._config.accurateSeek = !1);
4065
4065
  }
4066
4066
  return k.prototype.destroy = function() {
4067
4067
  this._progressChecker != null && (window.clearInterval(this._progressChecker), this._progressChecker = null), this._transmuxer && this.unload(), this._mediaElement && this.detachMediaElement(), this.e = null, this._mediaDataSource = null, this._emitter.removeAllListeners(), this._emitter = null;
@@ -4079,7 +4079,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
4079
4079
  if (this._mediaElement = d, d.addEventListener("loadedmetadata", this.e.onvLoadedMetadata), d.addEventListener("seeking", this.e.onvSeeking), d.addEventListener("canplay", this.e.onvCanPlay), d.addEventListener("stalled", this.e.onvStalled), d.addEventListener("progress", this.e.onvProgress), this._msectl = new u(this._config), this._msectl.on(h.UPDATE_END, this._onmseUpdateEnd.bind(this)), this._msectl.on(h.BUFFER_FULL, this._onmseBufferFull.bind(this)), this._msectl.on(h.SOURCE_OPEN, function() {
4080
4080
  l._mseSourceOpened = !0, l._hasPendingLoad && (l._hasPendingLoad = !1, l.load());
4081
4081
  }), this._msectl.on(h.ERROR, function(R) {
4082
- l._emitter.emit(H.ERROR, D.MEDIA_ERROR, V.MEDIA_MSE_ERROR, R);
4082
+ l._emitter.emit(H.ERROR, D.MEDIA_ERROR, F.MEDIA_MSE_ERROR, R);
4083
4083
  }), this._msectl.attachMediaElement(d), this._pendingSeekTime != null) try {
4084
4084
  d.currentTime = this._pendingSeekTime, this._pendingSeekTime = null;
4085
4085
  } catch {
@@ -4204,7 +4204,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
4204
4204
  var l = this._isTimepointBuffered(d), R = !1, X = 0;
4205
4205
  if (d < 1 && this._mediaElement.buffered.length > 0) {
4206
4206
  var oe = this._mediaElement.buffered.start(0);
4207
- (oe < 1 && d < oe || F.a.safari) && (R = !0, X = F.a.safari ? 0.1 : oe);
4207
+ (oe < 1 && d < oe || V.a.safari) && (R = !0, X = V.a.safari ? 0.1 : oe);
4208
4208
  }
4209
4209
  if (R) this._requestSetTime = !0, this._mediaElement.currentTime = X;
4210
4210
  else if (l) {
@@ -4233,7 +4233,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
4233
4233
  else {
4234
4234
  if (l < 1 && R.length > 0) {
4235
4235
  var X = R.start(0);
4236
- if (X < 1 && l < X || F.a.safari) return this._requestSetTime = !0, void (this._mediaElement.currentTime = F.a.safari ? 0.1 : X);
4236
+ if (X < 1 && l < X || V.a.safari) return this._requestSetTime = !0, void (this._mediaElement.currentTime = V.a.safari ? 0.1 : X);
4237
4237
  }
4238
4238
  if (this._isTimepointBuffered(l)) {
4239
4239
  if (this._alwaysSeekKeyframe) {
@@ -4340,7 +4340,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
4340
4340
  }, getFeatureList: function() {
4341
4341
  return v.getFeatureList();
4342
4342
  } };
4343
- ve.BaseLoader = f.a, ve.LoaderStatus = f.c, ve.LoaderErrors = f.b, ve.Events = H, ve.ErrorTypes = D, ve.ErrorDetails = V, ve.MSEPlayer = ee, ve.NativePlayer = pe, ve.LoggingControl = Y.a, Object.defineProperty(ve, "version", { enumerable: !0, get: function() {
4343
+ ve.BaseLoader = f.a, ve.LoaderStatus = f.c, ve.LoaderErrors = f.b, ve.Events = H, ve.ErrorTypes = D, ve.ErrorDetails = F, ve.MSEPlayer = ee, ve.NativePlayer = pe, ve.LoggingControl = Y.a, Object.defineProperty(ve, "version", { enumerable: !0, get: function() {
4344
4344
  return "1.7.3";
4345
4345
  } }), Z.default = ve;
4346
4346
  }]);
@@ -4363,7 +4363,7 @@ const Rt = /* @__PURE__ */ di(_i), hi = ["element-loading-text", "element-loadin
4363
4363
  emits: ["loaded", "errorClick"],
4364
4364
  setup(Ie, { expose: Ye, emit: fe }) {
4365
4365
  Jt((h) => ({
4366
- "15341a5c": G.value
4366
+ "600c0879": G.value
4367
4367
  }));
4368
4368
  const Z = Ie, O = fe;
4369
4369
  let U;
@@ -4376,7 +4376,7 @@ const Rt = /* @__PURE__ */ di(_i), hi = ["element-loading-text", "element-loadin
4376
4376
  } = Zt(Z), L = ot(() => Z.src || ""), x = ot(() => {
4377
4377
  const h = L.value.split(".").pop() || void 0;
4378
4378
  return Z.type ?? h ?? "flv";
4379
- }), C = ot(() => Z.config || {}), F = Xe(Z.retryTime || 0), H = Xe(null), _e = async () => {
4379
+ }), C = ot(() => Z.config || {}), V = Xe(Z.retryTime || 0), H = Xe(null), _e = async () => {
4380
4380
  if (!H.value) return;
4381
4381
  const h = {
4382
4382
  type: x.value,
@@ -4387,7 +4387,7 @@ const Rt = /* @__PURE__ */ di(_i), hi = ["element-loading-text", "element-loadin
4387
4387
  }, se = (h, _) => {
4388
4388
  Y();
4389
4389
  }, Y = () => {
4390
- F.value !== 0 && (F.value = F.value - 1, ae(), _e());
4390
+ V.value !== 0 && (V.value = V.value - 1, ae(), _e());
4391
4391
  }, ae = () => {
4392
4392
  U && (U.pause(), U.unload(), U.detachMediaElement(), U.destroy(), U = null);
4393
4393
  };
@@ -4445,11 +4445,11 @@ const Rt = /* @__PURE__ */ di(_i), hi = ["element-loading-text", "element-loadin
4445
4445
  for (const [Z, O] of Ye)
4446
4446
  fe[Z] = O;
4447
4447
  return fe;
4448
- }, ui = /* @__PURE__ */ li(ci, [["__scopeId", "data-v-b40ff655"]]), fi = {
4448
+ }, ui = /* @__PURE__ */ li(ci, [["__scopeId", "data-v-70d5eba5"]]), fi = {
4449
4449
  加载中: { "zh-CN": "加载中", en: "Loading", _appCode: "framework" },
4450
4450
  "das-ui-live-player-videoLoadFailedRetry": {
4451
4451
  "zh-CN": "视频加载失败,请点击重试",
4452
- en: "Video loading failed. please click to retry",
4452
+ en: "The video failed to be loaded. please click to try again",
4453
4453
  _appCode: "framework"
4454
4454
  }
4455
4455
  };