bkui-vue 0.0.1-beta.9 → 0.0.1-beta.90

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 (556) hide show
  1. package/README.md +31 -19
  2. package/dist/index.cjs.js +57 -0
  3. package/dist/index.esm.js +24736 -0
  4. package/dist/index.umd.js +57 -0
  5. package/dist/style.css +1 -2348
  6. package/lib/affix/affix.css +3 -0
  7. package/lib/affix/affix.d.ts +47 -0
  8. package/lib/affix/affix.less +5 -0
  9. package/lib/affix/affix.variable.css +102 -0
  10. package/lib/affix/index.d.ts +143 -0
  11. package/lib/affix/index.js +1 -0
  12. package/lib/alert/alert.css +5 -3
  13. package/lib/alert/alert.d.ts +24 -15
  14. package/lib/alert/alert.less +7 -3
  15. package/lib/alert/alert.variable.css +34 -3
  16. package/lib/alert/index.d.ts +180 -0
  17. package/lib/alert/index.js +1 -1
  18. package/lib/animate-number/animate-number.d.ts +12 -7
  19. package/lib/animate-number/index.d.ts +97 -0
  20. package/lib/animate-number/index.js +1 -1
  21. package/lib/backtop/backtop.d.ts +27 -13
  22. package/lib/backtop/backtop.variable.css +29 -0
  23. package/lib/backtop/index.d.ts +166 -0
  24. package/lib/backtop/index.js +1 -1
  25. package/lib/badge/badge.css +5 -5
  26. package/lib/badge/badge.d.ts +64 -22
  27. package/lib/badge/badge.less +5 -6
  28. package/lib/badge/badge.variable.css +34 -5
  29. package/lib/badge/index.d.ts +267 -0
  30. package/lib/badge/index.js +1 -1
  31. package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
  32. package/lib/breadcrumb/breadcrumb.css +18 -1
  33. package/lib/breadcrumb/breadcrumb.d.ts +37 -9
  34. package/lib/breadcrumb/breadcrumb.less +13 -2
  35. package/lib/breadcrumb/breadcrumb.variable.css +47 -1
  36. package/lib/breadcrumb/index.d.ts +194 -0
  37. package/lib/breadcrumb/index.js +1 -1
  38. package/lib/button/button-group.d.ts +3 -5
  39. package/lib/button/button.css +73 -44
  40. package/lib/button/button.d.ts +67 -31
  41. package/lib/button/button.less +68 -47
  42. package/lib/button/button.variable.css +102 -44
  43. package/lib/button/index.d.ts +237 -0
  44. package/lib/button/index.js +1 -1
  45. package/lib/card/card.css +53 -1
  46. package/lib/card/card.d.ts +74 -18
  47. package/lib/card/card.less +50 -2
  48. package/lib/card/card.variable.css +82 -1
  49. package/lib/card/index.d.ts +283 -0
  50. package/lib/card/index.js +1 -1
  51. package/lib/cascader/cascader-panel.d.ts +48 -0
  52. package/lib/cascader/cascader.css +130 -0
  53. package/lib/cascader/cascader.d.ts +271 -0
  54. package/lib/cascader/cascader.less +146 -0
  55. package/lib/cascader/cascader.variable.css +229 -0
  56. package/lib/cascader/index.d.ts +721 -0
  57. package/lib/cascader/index.js +1 -0
  58. package/lib/cascader/interface.d.ts +44 -0
  59. package/lib/cascader/node.d.ts +24 -0
  60. package/lib/cascader/store.d.ts +15 -0
  61. package/lib/checkbox/checkbox-group.d.ts +13 -9
  62. package/lib/checkbox/checkbox.css +15 -2
  63. package/lib/checkbox/checkbox.d.ts +33 -30
  64. package/lib/checkbox/checkbox.less +20 -2
  65. package/lib/checkbox/checkbox.variable.css +44 -2
  66. package/lib/checkbox/common.d.ts +3 -3
  67. package/lib/checkbox/index.d.ts +253 -0
  68. package/lib/checkbox/index.js +1 -1
  69. package/lib/checkbox/type.d.ts +4 -8
  70. package/lib/code-diff/code-diff.css +186 -0
  71. package/lib/code-diff/code-diff.d.ts +80 -0
  72. package/lib/code-diff/code-diff.less +238 -0
  73. package/lib/code-diff/code-diff.variable.css +285 -0
  74. package/lib/code-diff/index.d.ts +154 -0
  75. package/lib/code-diff/index.js +1 -0
  76. package/lib/collapse/collapse.css +25 -1
  77. package/lib/collapse/collapse.d.ts +51 -22
  78. package/lib/collapse/collapse.less +34 -2
  79. package/lib/collapse/collapse.variable.css +124 -1
  80. package/lib/collapse/index.d.ts +182 -0
  81. package/lib/collapse/index.js +1 -1
  82. package/lib/collapse/utils.d.ts +11 -0
  83. package/lib/components.d.ts +25 -4
  84. package/lib/components.js +1 -0
  85. package/lib/container/col.d.ts +51 -0
  86. package/lib/container/container.css +48 -0
  87. package/lib/container/container.d.ts +83 -0
  88. package/lib/container/container.less +20 -0
  89. package/lib/container/container.variable.css +147 -0
  90. package/lib/container/index.d.ts +223 -0
  91. package/lib/container/index.js +1 -0
  92. package/lib/container/row.d.ts +4 -0
  93. package/lib/date-picker/date-picker.css +408 -0
  94. package/lib/date-picker/date-picker.d.ts +312 -0
  95. package/lib/date-picker/date-picker.less +527 -0
  96. package/lib/date-picker/date-picker.variable.css +507 -0
  97. package/lib/date-picker/fecha.d.ts +6 -0
  98. package/lib/date-picker/index.d.ts +753 -0
  99. package/lib/date-picker/index.js +1 -0
  100. package/lib/date-picker/interface.d.ts +22 -0
  101. package/lib/date-picker/props.d.ts +118 -0
  102. package/lib/date-picker/utils.d.ts +97 -0
  103. package/lib/dialog/dialog.css +66 -14
  104. package/lib/dialog/dialog.d.ts +305 -52
  105. package/lib/dialog/dialog.less +34 -14
  106. package/lib/dialog/dialog.variable.css +66 -14
  107. package/lib/dialog/index.d.ts +772 -0
  108. package/lib/dialog/index.js +1 -1
  109. package/lib/directives/clickoutside.d.ts +3 -23
  110. package/lib/directives/index.d.ts +3 -0
  111. package/lib/directives/index.js +2 -15
  112. package/lib/directives/index.js.LICENSE.txt +14 -0
  113. package/lib/directives/tooltips.d.ts +17 -0
  114. package/lib/dist.index.js +1 -0
  115. package/lib/divider/divider.css +38 -0
  116. package/lib/divider/divider.d.ts +48 -0
  117. package/lib/divider/divider.less +53 -0
  118. package/lib/divider/divider.variable.css +137 -0
  119. package/lib/divider/index.d.ts +142 -0
  120. package/lib/divider/index.js +1 -0
  121. package/lib/divider/props.d.ts +21 -0
  122. package/lib/dropdown/dropdown-item.d.ts +19 -0
  123. package/lib/dropdown/dropdown-menu.d.ts +16 -0
  124. package/lib/dropdown/dropdown.css +47 -0
  125. package/lib/dropdown/dropdown.d.ts +63 -0
  126. package/lib/dropdown/dropdown.less +59 -0
  127. package/lib/dropdown/dropdown.variable.css +146 -0
  128. package/lib/dropdown/index.d.ts +200 -0
  129. package/lib/dropdown/index.js +1 -0
  130. package/lib/exception/exception.d.ts +11 -9
  131. package/lib/exception/exception.variable.css +29 -0
  132. package/lib/exception/index.d.ts +96 -0
  133. package/lib/exception/index.js +1 -1
  134. package/lib/fixed-navbar/fixed-navbar.d.ts +29 -9
  135. package/lib/fixed-navbar/fixed-navbar.variable.css +29 -0
  136. package/lib/fixed-navbar/index.d.ts +147 -0
  137. package/lib/fixed-navbar/index.js +1 -1
  138. package/lib/form/compose-form-item.d.ts +16 -0
  139. package/lib/form/form-item.d.ts +155 -0
  140. package/lib/form/form.css +125 -0
  141. package/lib/form/form.d.ts +81 -0
  142. package/lib/form/form.less +152 -0
  143. package/lib/form/form.variable.css +224 -0
  144. package/lib/form/index.d.ts +303 -0
  145. package/lib/form/index.js +1 -0
  146. package/lib/form/type.d.ts +23 -0
  147. package/lib/form/validator.d.ts +9 -0
  148. package/lib/icon/angle-double-down-line.d.ts +4 -0
  149. package/lib/icon/angle-double-down-line.js +1 -0
  150. package/lib/icon/angle-double-left-line.d.ts +4 -0
  151. package/lib/icon/angle-double-left-line.js +1 -0
  152. package/lib/icon/angle-double-left.d.ts +4 -0
  153. package/lib/icon/angle-double-left.js +1 -0
  154. package/lib/icon/angle-double-right-line.d.ts +4 -0
  155. package/lib/icon/angle-double-right-line.js +1 -0
  156. package/lib/icon/angle-double-right.d.ts +4 -0
  157. package/lib/icon/angle-double-right.js +1 -0
  158. package/lib/icon/angle-double-up-line.d.ts +4 -0
  159. package/lib/icon/angle-double-up-line.js +1 -0
  160. package/lib/icon/angle-down-fill.d.ts +4 -0
  161. package/lib/icon/angle-down-fill.js +1 -0
  162. package/lib/icon/angle-down-line.d.ts +4 -0
  163. package/lib/icon/angle-down-line.js +1 -0
  164. package/lib/icon/angle-down.d.ts +4 -0
  165. package/lib/icon/angle-down.js +1 -0
  166. package/lib/icon/angle-left.d.ts +4 -0
  167. package/lib/icon/angle-left.js +1 -0
  168. package/lib/icon/angle-right.d.ts +4 -0
  169. package/lib/icon/angle-right.js +1 -0
  170. package/lib/icon/angle-up-fill.d.ts +4 -0
  171. package/lib/icon/angle-up-fill.js +1 -0
  172. package/lib/icon/angle-up.js +1 -0
  173. package/lib/icon/archive-fill.d.ts +4 -0
  174. package/lib/icon/archive-fill.js +1 -0
  175. package/lib/icon/arrows-left.d.ts +4 -0
  176. package/lib/icon/arrows-left.js +1 -0
  177. package/lib/icon/arrows-right.d.ts +4 -0
  178. package/lib/icon/arrows-right.js +1 -0
  179. package/lib/icon/audio-fill.d.ts +4 -0
  180. package/lib/icon/audio-fill.js +1 -0
  181. package/lib/icon/bk.d.ts +4 -0
  182. package/lib/icon/bk.js +1 -0
  183. package/lib/icon/circle.d.ts +4 -0
  184. package/lib/icon/circle.js +1 -0
  185. package/lib/icon/close-line.d.ts +4 -0
  186. package/lib/icon/close-line.js +1 -0
  187. package/lib/icon/close.js +1 -0
  188. package/lib/icon/code.d.ts +4 -0
  189. package/lib/icon/code.js +1 -0
  190. package/lib/icon/cog-shape.d.ts +4 -0
  191. package/lib/icon/cog-shape.js +1 -0
  192. package/lib/icon/collapse-left.d.ts +4 -0
  193. package/lib/icon/collapse-left.js +1 -0
  194. package/lib/icon/copy.d.ts +4 -0
  195. package/lib/icon/copy.js +1 -0
  196. package/lib/icon/data-shape.d.ts +4 -0
  197. package/lib/icon/data-shape.js +1 -0
  198. package/lib/icon/del.d.ts +4 -0
  199. package/lib/icon/del.js +1 -0
  200. package/lib/icon/doc-fill.d.ts +4 -0
  201. package/lib/icon/doc-fill.js +1 -0
  202. package/lib/icon/done.d.ts +4 -0
  203. package/lib/icon/done.js +1 -0
  204. package/lib/icon/down-shape.d.ts +4 -0
  205. package/lib/icon/down-shape.js +1 -0
  206. package/lib/icon/down-small.js +1 -0
  207. package/lib/icon/edit-line.d.ts +4 -0
  208. package/lib/icon/edit-line.js +1 -0
  209. package/lib/icon/ellipsis.d.ts +4 -0
  210. package/lib/icon/ellipsis.js +1 -0
  211. package/lib/icon/error.d.ts +4 -0
  212. package/lib/icon/error.js +1 -0
  213. package/lib/icon/excel-fill.d.ts +4 -0
  214. package/lib/icon/excel-fill.js +1 -0
  215. package/lib/icon/exclamation-circle-shape.d.ts +4 -0
  216. package/lib/icon/exclamation-circle-shape.js +1 -0
  217. package/lib/icon/eye.js +1 -0
  218. package/lib/icon/folder-open.d.ts +4 -0
  219. package/lib/icon/folder-open.js +1 -0
  220. package/lib/icon/folder-shape-open.d.ts +4 -0
  221. package/lib/icon/folder-shape-open.js +1 -0
  222. package/lib/icon/folder-shape.d.ts +4 -0
  223. package/lib/icon/folder-shape.js +1 -0
  224. package/lib/icon/folder.d.ts +4 -0
  225. package/lib/icon/funnel.d.ts +4 -0
  226. package/lib/icon/funnel.js +1 -0
  227. package/lib/icon/help-document-fill.js +1 -0
  228. package/lib/icon/help-fill.js +1 -0
  229. package/lib/icon/help.js +1 -0
  230. package/lib/icon/image-fill.d.ts +4 -0
  231. package/lib/icon/image-fill.js +1 -0
  232. package/lib/icon/index.d.ts +69 -0
  233. package/lib/icon/index.js +1 -15
  234. package/lib/icon/info-line.js +1 -0
  235. package/lib/icon/info.d.ts +4 -0
  236. package/lib/icon/info.js +1 -0
  237. package/lib/icon/left-shape.d.ts +4 -0
  238. package/lib/icon/left-shape.js +1 -0
  239. package/lib/icon/pdf-fill.d.ts +4 -0
  240. package/lib/icon/pdf-fill.js +1 -0
  241. package/lib/icon/play-shape.d.ts +4 -0
  242. package/lib/icon/play-shape.js +1 -0
  243. package/lib/icon/plus.d.ts +4 -0
  244. package/lib/icon/plus.js +1 -0
  245. package/lib/icon/ppt-fill.d.ts +4 -0
  246. package/lib/icon/ppt-fill.js +1 -0
  247. package/lib/icon/qq.d.ts +4 -0
  248. package/lib/icon/qq.js +1 -0
  249. package/lib/icon/right-shape.d.ts +4 -0
  250. package/lib/icon/right-shape.js +1 -0
  251. package/lib/icon/search.js +1 -0
  252. package/lib/icon/share.d.ts +4 -0
  253. package/lib/icon/share.js +1 -0
  254. package/lib/icon/spinner.d.ts +4 -0
  255. package/lib/icon/spinner.js +1 -0
  256. package/lib/icon/success.d.ts +4 -0
  257. package/lib/icon/success.js +1 -0
  258. package/lib/icon/switcher-loading.js +1 -0
  259. package/lib/icon/text-file.d.ts +4 -0
  260. package/lib/icon/text-file.js +1 -0
  261. package/lib/icon/text-fill.d.ts +4 -0
  262. package/lib/icon/text-fill.js +1 -0
  263. package/lib/icon/tree-application-shape.d.ts +4 -0
  264. package/lib/icon/tree-application-shape.js +1 -0
  265. package/lib/icon/unvisible.js +1 -0
  266. package/lib/icon/up-shape.d.ts +4 -0
  267. package/lib/icon/up-shape.js +1 -0
  268. package/lib/icon/upload.d.ts +4 -0
  269. package/lib/icon/upload.js +1 -0
  270. package/lib/icon/video-fill.d.ts +4 -0
  271. package/lib/icon/video-fill.js +1 -0
  272. package/lib/icon/warn.d.ts +4 -0
  273. package/lib/icon/warn.js +1 -0
  274. package/lib/icon/weixin.d.ts +4 -0
  275. package/lib/icon/weixin.js +1 -0
  276. package/lib/index.d.ts +1 -1
  277. package/lib/index.js +1 -0
  278. package/lib/input/index.d.ts +541 -0
  279. package/lib/input/index.js +1 -15
  280. package/lib/input/input.css +82 -5
  281. package/lib/input/input.d.ts +181 -51
  282. package/lib/input/input.less +93 -9
  283. package/lib/input/input.variable.css +112 -5
  284. package/lib/link/index.d.ts +164 -0
  285. package/lib/link/index.js +1 -1
  286. package/lib/link/link.d.ts +25 -13
  287. package/lib/link/link.variable.css +29 -0
  288. package/lib/loading/index.d.ts +172 -0
  289. package/lib/loading/index.js +1 -1
  290. package/lib/loading/loading.css +122 -75
  291. package/lib/loading/loading.d.ts +67 -20
  292. package/lib/loading/loading.less +79 -60
  293. package/lib/loading/loading.variable.css +151 -75
  294. package/lib/menu/index.d.ts +176 -0
  295. package/lib/menu/index.js +1 -0
  296. package/lib/menu/menu-group.d.ts +14 -0
  297. package/lib/menu/menu-item.d.ts +16 -0
  298. package/lib/menu/menu.css +190 -0
  299. package/lib/menu/menu.d.ts +55 -0
  300. package/lib/menu/menu.less +180 -0
  301. package/lib/menu/menu.variable.css +289 -0
  302. package/lib/menu/submenu.css +3 -0
  303. package/lib/menu/submenu.d.ts +22 -0
  304. package/lib/menu/submenu.less +5 -0
  305. package/lib/menu/submenu.variable.css +102 -0
  306. package/lib/menu/utils.d.ts +41 -0
  307. package/lib/message/{message.d.ts → index.d.ts} +0 -0
  308. package/lib/message/index.js +1 -1
  309. package/lib/message/message.css +27 -1
  310. package/lib/message/message.less +30 -1
  311. package/lib/message/message.variable.css +56 -1
  312. package/lib/message/messageConstructor.d.ts +71 -20
  313. package/lib/modal/index.d.ts +605 -0
  314. package/lib/modal/index.js +1 -1
  315. package/lib/modal/modal.css +30 -1
  316. package/lib/modal/modal.d.ts +195 -24
  317. package/lib/modal/modal.less +39 -1
  318. package/lib/modal/modal.variable.css +30 -1
  319. package/lib/modal/props.mixin.d.ts +82 -10
  320. package/lib/navigation/index.d.ts +292 -0
  321. package/lib/navigation/index.js +1 -0
  322. package/lib/navigation/navigation-title.d.ts +25 -0
  323. package/lib/navigation/navigation.css +184 -0
  324. package/lib/navigation/navigation.d.ts +111 -0
  325. package/lib/navigation/navigation.less +210 -0
  326. package/lib/navigation/navigation.variable.css +283 -0
  327. package/lib/notify/index.d.ts +2 -0
  328. package/lib/notify/index.js +1 -0
  329. package/lib/notify/notify.css +65 -0
  330. package/lib/notify/notify.less +76 -0
  331. package/lib/notify/notify.variable.css +164 -0
  332. package/lib/notify/notifyConstructor.d.ts +135 -0
  333. package/lib/pagination/index.d.ts +395 -0
  334. package/lib/pagination/index.js +1 -0
  335. package/lib/pagination/pagination.css +179 -0
  336. package/lib/pagination/pagination.d.ts +220 -0
  337. package/lib/pagination/pagination.less +201 -0
  338. package/lib/pagination/pagination.variable.css +278 -0
  339. package/lib/pagination/type.d.ts +6 -0
  340. package/lib/pagination/use-limit.d.ts +8 -0
  341. package/lib/pagination/use-list.d.ts +8 -0
  342. package/lib/pagination/use-small-list.d.ts +5 -0
  343. package/lib/pagination/use-total.d.ts +5 -0
  344. package/lib/popover/index.d.ts +387 -0
  345. package/lib/popover/index.js +1 -1
  346. package/lib/popover/popover.css +28 -16
  347. package/lib/popover/popover.d.ts +122 -45
  348. package/lib/popover/popover.less +59 -46
  349. package/lib/popover/popover.variable.css +57 -16
  350. package/lib/popover/props.d.ts +104 -0
  351. package/lib/preset.d.ts +2 -3
  352. package/lib/preset.js +1 -0
  353. package/lib/process/index.d.ts +205 -0
  354. package/lib/process/index.js +1 -0
  355. package/lib/process/process.css +138 -0
  356. package/lib/process/process.d.ts +131 -0
  357. package/lib/process/process.less +178 -0
  358. package/lib/process/process.variable.css +237 -0
  359. package/lib/progress/index.d.ts +398 -0
  360. package/lib/progress/index.js +1 -1
  361. package/lib/progress/progress.css +8 -3
  362. package/lib/progress/progress.d.ts +89 -36
  363. package/lib/progress/progress.less +0 -4
  364. package/lib/progress/progress.variable.css +37 -3
  365. package/lib/radio/common.d.ts +5 -5
  366. package/lib/radio/index.d.ts +277 -0
  367. package/lib/radio/index.js +1 -1
  368. package/lib/radio/radio-button.d.ts +28 -20
  369. package/lib/radio/radio-group.d.ts +11 -10
  370. package/lib/radio/radio.css +14 -8
  371. package/lib/radio/radio.d.ts +27 -17
  372. package/lib/radio/radio.less +16 -9
  373. package/lib/radio/radio.variable.css +44 -9
  374. package/lib/radio/type.d.ts +10 -5
  375. package/lib/rate/index.d.ts +113 -0
  376. package/lib/rate/index.js +1 -1
  377. package/lib/rate/rate.d.ts +13 -10
  378. package/lib/rate/star.d.ts +33 -16
  379. package/lib/resize-layout/index.d.ts +336 -0
  380. package/lib/resize-layout/index.js +1 -0
  381. package/lib/resize-layout/resize-layout.css +189 -0
  382. package/lib/resize-layout/resize-layout.d.ts +127 -0
  383. package/lib/resize-layout/resize-layout.less +233 -0
  384. package/lib/resize-layout/resize-layout.variable.css +288 -0
  385. package/lib/select/common.d.ts +23 -17
  386. package/lib/select/index.d.ts +1675 -0
  387. package/lib/select/index.js +1 -1
  388. package/lib/select/option.d.ts +15 -20
  389. package/lib/select/optionGroup.d.ts +54 -0
  390. package/lib/select/select.css +229 -41
  391. package/lib/select/select.d.ts +381 -157
  392. package/lib/select/select.less +242 -53
  393. package/lib/select/select.variable.css +258 -41
  394. package/lib/select/selectTagInput.d.ts +71 -0
  395. package/lib/select/type.d.ts +35 -0
  396. package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +6 -1
  397. package/lib/shared/index.d.ts +73 -0
  398. package/lib/shared/index.js +1 -1
  399. package/lib/shared/{bk-mask-manager.d.ts → mask-manager.d.ts} +33 -3
  400. package/lib/shared/{bk-pop-manager.d.ts → pop-manager.d.ts} +10 -2
  401. package/lib/shared/{bk-popover.d.ts → popover.d.ts} +60 -6
  402. package/lib/shared/token.d.ts +4 -0
  403. package/lib/shared/utils.d.ts +6 -0
  404. package/lib/shared/vue-types.d.ts +12 -7
  405. package/lib/shared/z-index-manager.d.ts +6 -1
  406. package/lib/sideslider/index.d.ts +533 -0
  407. package/lib/sideslider/index.js +1 -1
  408. package/lib/sideslider/sideslider.css +48 -3
  409. package/lib/sideslider/sideslider.d.ts +205 -30
  410. package/lib/sideslider/sideslider.less +65 -6
  411. package/lib/sideslider/sideslider.variable.css +77 -3
  412. package/lib/slider/index.d.ts +440 -0
  413. package/lib/slider/index.js +1 -0
  414. package/lib/slider/slider-button.d.ts +80 -0
  415. package/lib/slider/slider.css +149 -0
  416. package/lib/slider/slider.d.ts +201 -0
  417. package/lib/slider/slider.less +179 -0
  418. package/lib/slider/slider.variable.css +248 -0
  419. package/lib/steps/index.d.ts +250 -0
  420. package/lib/steps/index.js +1 -15
  421. package/lib/steps/steps.css +4 -1
  422. package/lib/steps/steps.d.ts +42 -29
  423. package/lib/steps/steps.less +5 -1
  424. package/lib/steps/steps.variable.css +33 -1
  425. package/lib/styles/index.d.ts +51 -0
  426. package/lib/styles/mixins/clearfix.css +8 -0
  427. package/lib/styles/mixins/clearfix.less +10 -0
  428. package/lib/styles/mixins/clearfix.variable.css +8 -0
  429. package/lib/styles/mixins/mixins.css +8 -0
  430. package/lib/styles/mixins/mixins.less +1 -0
  431. package/lib/styles/mixins/mixins.variable.css +8 -0
  432. package/lib/styles/mixins/popper.css +43 -0
  433. package/lib/styles/mixins/popper.less +52 -0
  434. package/lib/styles/mixins/popper.variable.css +43 -0
  435. package/lib/styles/mixins/size.less +9 -0
  436. package/lib/styles/reset.css +273 -0
  437. package/lib/styles/reset.less +313 -0
  438. package/lib/styles/reset.variable.css +273 -0
  439. package/lib/styles/themes/themes.less +45 -1
  440. package/lib/swiper/index.d.ts +181 -0
  441. package/lib/swiper/index.js +1 -0
  442. package/lib/swiper/swiper.css +91 -0
  443. package/lib/swiper/swiper.d.ts +65 -0
  444. package/lib/swiper/swiper.less +107 -0
  445. package/lib/swiper/swiper.variable.css +91 -0
  446. package/lib/switcher/index.d.ts +286 -0
  447. package/lib/switcher/index.js +1 -1
  448. package/lib/switcher/switcher.css +157 -135
  449. package/lib/switcher/switcher.d.ts +51 -35
  450. package/lib/switcher/switcher.less +211 -153
  451. package/lib/switcher/switcher.variable.css +186 -135
  452. package/lib/tab/index.d.ts +440 -0
  453. package/lib/tab/index.js +1 -0
  454. package/lib/tab/props.d.ts +194 -0
  455. package/lib/tab/tab-nav.d.ts +169 -0
  456. package/lib/tab/tab-panel.d.ts +73 -0
  457. package/lib/tab/tab.css +167 -0
  458. package/lib/tab/tab.d.ts +139 -0
  459. package/lib/tab/tab.less +228 -0
  460. package/lib/tab/tab.variable.css +266 -0
  461. package/lib/table/const.d.ts +43 -0
  462. package/lib/table/index.d.ts +547 -0
  463. package/lib/table/index.js +1 -1
  464. package/lib/table/plugins/head-filter.css +68 -0
  465. package/lib/table/plugins/head-filter.less +83 -0
  466. package/lib/table/plugins/head-filter.variable.css +167 -0
  467. package/lib/table/plugins/head-sort.css +22 -0
  468. package/lib/table/plugins/head-sort.less +28 -0
  469. package/lib/table/plugins/head-sort.variable.css +121 -0
  470. package/lib/table/plugins/settings.css +110 -0
  471. package/lib/table/plugins/settings.less +136 -0
  472. package/lib/table/plugins/settings.variable.css +209 -0
  473. package/lib/table/props.d.ts +243 -0
  474. package/lib/table/render.d.ts +118 -0
  475. package/lib/table/table.css +436 -0
  476. package/lib/table/table.d.ts +194 -32
  477. package/lib/table/table.less +282 -1
  478. package/lib/table/table.variable.css +465 -0
  479. package/lib/table/use-common.d.ts +71 -0
  480. package/lib/table/utils.d.ts +102 -0
  481. package/lib/tag/index.d.ts +229 -0
  482. package/lib/tag/index.js +1 -1
  483. package/lib/tag/tag.css +97 -0
  484. package/lib/tag/tag.d.ts +83 -53
  485. package/lib/tag/tag.less +110 -2
  486. package/lib/tag/tag.variable.css +126 -0
  487. package/lib/tag-input/common.d.ts +24 -0
  488. package/lib/tag-input/index.d.ts +894 -0
  489. package/lib/tag-input/index.js +1 -0
  490. package/lib/tag-input/list-tag-render.d.ts +47 -0
  491. package/lib/tag-input/tag-input.css +209 -0
  492. package/lib/tag-input/tag-input.d.ts +374 -0
  493. package/lib/tag-input/tag-input.less +251 -0
  494. package/lib/tag-input/tag-input.variable.css +308 -0
  495. package/lib/tag-input/tag-props.d.ts +131 -0
  496. package/lib/tag-input/tag-render.d.ts +38 -0
  497. package/lib/timeline/index.d.ts +129 -0
  498. package/lib/timeline/index.js +1 -0
  499. package/lib/timeline/timeline.css +235 -0
  500. package/lib/timeline/timeline.d.ts +81 -0
  501. package/lib/timeline/timeline.less +239 -0
  502. package/lib/timeline/timeline.variable.css +334 -0
  503. package/lib/transfer/const.d.ts +5 -0
  504. package/lib/transfer/index.d.ts +365 -0
  505. package/lib/transfer/index.js +1 -0
  506. package/lib/transfer/props.d.ts +54 -0
  507. package/lib/transfer/transfer.css +139 -0
  508. package/lib/transfer/transfer.d.ts +160 -0
  509. package/lib/transfer/transfer.less +144 -0
  510. package/lib/transfer/transfer.variable.css +238 -0
  511. package/lib/tree/constant.d.ts +43 -0
  512. package/lib/tree/index.d.ts +472 -0
  513. package/lib/tree/index.js +1 -0
  514. package/lib/tree/props.d.ts +168 -0
  515. package/lib/tree/tree.css +53 -0
  516. package/lib/tree/tree.d.ts +204 -0
  517. package/lib/tree/tree.less +66 -0
  518. package/lib/tree/tree.variable.css +152 -0
  519. package/lib/tree/use-empty.d.ts +6 -0
  520. package/lib/tree/use-node-action.d.ts +11 -0
  521. package/lib/tree/use-node-async.d.ts +5 -0
  522. package/lib/tree/use-node-attribute.d.ts +31 -0
  523. package/lib/tree/use-node-drag.d.ts +3 -0
  524. package/lib/tree/use-search.d.ts +11 -0
  525. package/lib/tree/use-tree-init.d.ts +15 -0
  526. package/lib/tree/util.d.ts +66 -0
  527. package/lib/upload/index.d.ts +2 -0
  528. package/lib/upload/index.js +1 -0
  529. package/lib/upload/props.d.ts +113 -0
  530. package/lib/upload/upload-list.d.ts +46 -0
  531. package/lib/upload/upload-trigger.d.ts +54 -0
  532. package/lib/upload/upload.css +374 -0
  533. package/lib/upload/upload.d.ts +252 -0
  534. package/lib/upload/upload.less +455 -0
  535. package/lib/upload/upload.type.d.ts +78 -0
  536. package/lib/upload/upload.variable.css +473 -0
  537. package/lib/upload/use-ajax-upload.d.ts +3 -0
  538. package/lib/upload/use-file-handler.d.ts +44 -0
  539. package/lib/use-message.d.ts +2 -0
  540. package/lib/virtual-render/index.d.ts +579 -0
  541. package/lib/virtual-render/index.js +1 -0
  542. package/lib/virtual-render/props.d.ts +167 -0
  543. package/lib/virtual-render/use-tag-render.d.ts +7 -0
  544. package/lib/virtual-render/v-virtual-render.d.ts +6 -0
  545. package/lib/virtual-render/virtual-render.css +33 -0
  546. package/lib/virtual-render/virtual-render.d.ts +255 -0
  547. package/lib/virtual-render/virtual-render.less +43 -0
  548. package/lib/virtual-render/virtual-render.variable.css +33 -0
  549. package/package.json +108 -81
  550. package/dist/bkui-vue.cjs.js +0 -5171
  551. package/dist/bkui-vue.esm.js +0 -5137
  552. package/dist/bkui-vue.umd.js +0 -5174
  553. package/lib/styles/index.js +0 -1
  554. package/lib/table/common.d.ts +0 -3
  555. package/lib/table/table-layout.d.ts +0 -14
  556. package/lib/table/type.d.ts +0 -12
@@ -0,0 +1,57 @@
1
+ (function(le,r){typeof exports=="object"&&typeof module!="undefined"?r(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],r):(le=typeof globalThis!="undefined"?globalThis:le||self,r(le.bkuiVue={},le.Vue))})(this,function(le,r){"use strict";var $I=Object.defineProperty,KI=Object.defineProperties;var qI=Object.getOwnPropertyDescriptors;var ps=Object.getOwnPropertySymbols;var L3=Object.prototype.hasOwnProperty,v3=Object.prototype.propertyIsEnumerable;var nc=(le,r,ft)=>r in le?$I(le,r,{enumerable:!0,configurable:!0,writable:!0,value:ft}):le[r]=ft,Z=(le,r)=>{for(var ft in r||(r={}))L3.call(r,ft)&&nc(le,ft,r[ft]);if(ps)for(var ft of ps(r))v3.call(r,ft)&&nc(le,ft,r[ft]);return le},je=(le,r)=>KI(le,qI(r));var ic=(le,r)=>{var ft={};for(var Cn in le)L3.call(le,Cn)&&r.indexOf(Cn)<0&&(ft[Cn]=le[Cn]);if(le!=null&&ps)for(var Cn of ps(le))r.indexOf(Cn)<0&&v3.call(le,Cn)&&(ft[Cn]=le[Cn]);return ft};var sa=(le,r,ft)=>(nc(le,typeof r!="symbol"?r+"":r,ft),ft);var ft="",Cn="",eb="",tb="",nb="",ib="",ab="",rb="",sb="",lb="",ob="",cb="",ub="",db="",fb="",hb="",gb="",mb="",pb="",Mb="",Cb="",yb="",Ib="",bb="",Nb="",wb="",Lb="",vb="",kb="",Tb="",xb="",Sb="",Db="",jb="",zb="",Jb="",Qb="",Pb="",Ob="",Ab="",Eb="",Vb="",Rb="",Wb="",Zb="",Gb="",Yb="",Bb="",Hb="",Fb="",Ub="";const Ba={bottom:0,content:1,navi:100,fullScreen:1e3,modal:3e3,plugins:8e3,message:1e4,popper:99999};class k3{constructor(){this.storageLayerIndexValue={},this.copyDefaultValue()}getNextIndex(n){return Object.prototype.hasOwnProperty.call(this.storageLayerIndexValue,n)?(this.storageLayerIndexValue[n]=this.storageLayerIndexValue[n]+1,this.storageLayerIndexValue[n]):(this.storageLayerIndexValue.modal=this.storageLayerIndexValue.modal+1,this.storageLayerIndexValue.modal)}getModalNextIndex(){return this.getNextIndex("modal")}getMessageNextIndex(){return this.getNextIndex("message")}getFullScreenNextIndex(){return this.getNextIndex("fullScreen")}getNaviNextIndex(){return this.getNextIndex("navi")}getPopperIndex(){return Ba.popper}setDefaultZIndex(n){Object.keys(n||{}).forEach(i=>{Object.prototype.hasOwnProperty.call(this.storageLayerIndexValue.__proto__,i)&&Object.assign(this.storageLayerIndexValue.__proto__,{[i]:n[i]})}),this.copyDefaultValue()}resetZIndex(n){Object.keys(n||{}).forEach(i=>{Object.prototype.hasOwnProperty.call(this.storageLayerIndexValue,i)&&Object.assign(this.storageLayerIndexValue,{[i]:n[i]})})}copyDefaultValue(){const n=Object.keys(Ba).reduce((i,s)=>Object.assign(i,{[s]:{value:Ba[s],writable:!0,configurable:!0}}),{});this.storageLayerIndexValue=Object.create(Ba,n)}}const yn=new k3;var jt="top",Ft="bottom",Ut="right",zt="left",Ms="auto",la=[jt,Ft,Ut,zt],Ji="start",oa="end",T3="clippingParents",ac="viewport",ca="popper",x3="reference",rc=la.reduce(function(e,n){return e.concat([n+"-"+Ji,n+"-"+oa])},[]),sc=[].concat(la,[Ms]).reduce(function(e,n){return e.concat([n,n+"-"+Ji,n+"-"+oa])},[]),S3="beforeRead",D3="read",j3="afterRead",z3="beforeMain",J3="main",Q3="afterMain",P3="beforeWrite",O3="write",A3="afterWrite",E3=[S3,D3,j3,z3,J3,Q3,P3,O3,A3];function In(e){return e?(e.nodeName||"").toLowerCase():null}function cn(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var n=e.ownerDocument;return n&&n.defaultView||window}return e}function Qi(e){var n=cn(e).Element;return e instanceof n||e instanceof Element}function _t(e){var n=cn(e).HTMLElement;return e instanceof n||e instanceof HTMLElement}function Cs(e){if(typeof ShadowRoot=="undefined")return!1;var n=cn(e).ShadowRoot;return e instanceof n||e instanceof ShadowRoot}function V3(e){var n=e.state;Object.keys(n.elements).forEach(function(i){var s=n.styles[i]||{},l=n.attributes[i]||{},c=n.elements[i];!_t(c)||!In(c)||(Object.assign(c.style,s),Object.keys(l).forEach(function(u){var m=l[u];m===!1?c.removeAttribute(u):c.setAttribute(u,m===!0?"":m)}))})}function R3(e){var n=e.state,i={popper:{position:n.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(n.elements.popper.style,i.popper),n.styles=i,n.elements.arrow&&Object.assign(n.elements.arrow.style,i.arrow),function(){Object.keys(n.elements).forEach(function(s){var l=n.elements[s],c=n.attributes[s]||{},u=Object.keys(n.styles.hasOwnProperty(s)?n.styles[s]:i[s]),m=u.reduce(function(h,p){return h[p]="",h},{});!_t(l)||!In(l)||(Object.assign(l.style,m),Object.keys(c).forEach(function(h){l.removeAttribute(h)}))})}}var W3={name:"applyStyles",enabled:!0,phase:"write",fn:V3,effect:R3,requires:["computeStyles"]};function bn(e){return e.split("-")[0]}var di=Math.max,Ha=Math.min,Pi=Math.round;function Oi(e,n){n===void 0&&(n=!1);var i=e.getBoundingClientRect(),s=1,l=1;if(_t(e)&&n){var c=e.offsetHeight,u=e.offsetWidth;u>0&&(s=Pi(i.width)/u||1),c>0&&(l=Pi(i.height)/c||1)}return{width:i.width/s,height:i.height/l,top:i.top/l,right:i.right/s,bottom:i.bottom/l,left:i.left/s,x:i.left/s,y:i.top/l}}function ys(e){var n=Oi(e),i=e.offsetWidth,s=e.offsetHeight;return Math.abs(n.width-i)<=1&&(i=n.width),Math.abs(n.height-s)<=1&&(s=n.height),{x:e.offsetLeft,y:e.offsetTop,width:i,height:s}}function lc(e,n){var i=n.getRootNode&&n.getRootNode();if(e.contains(n))return!0;if(i&&Cs(i)){var s=n;do{if(s&&e.isSameNode(s))return!0;s=s.parentNode||s.host}while(s)}return!1}function zn(e){return cn(e).getComputedStyle(e)}function Z3(e){return["table","td","th"].indexOf(In(e))>=0}function Fn(e){return((Qi(e)?e.ownerDocument:e.document)||window.document).documentElement}function Fa(e){return In(e)==="html"?e:e.assignedSlot||e.parentNode||(Cs(e)?e.host:null)||Fn(e)}function oc(e){return!_t(e)||zn(e).position==="fixed"?null:e.offsetParent}function G3(e){var n=navigator.userAgent.toLowerCase().indexOf("firefox")!==-1,i=navigator.userAgent.indexOf("Trident")!==-1;if(i&&_t(e)){var s=zn(e);if(s.position==="fixed")return null}var l=Fa(e);for(Cs(l)&&(l=l.host);_t(l)&&["html","body"].indexOf(In(l))<0;){var c=zn(l);if(c.transform!=="none"||c.perspective!=="none"||c.contain==="paint"||["transform","perspective"].indexOf(c.willChange)!==-1||n&&c.willChange==="filter"||n&&c.filter&&c.filter!=="none")return l;l=l.parentNode}return null}function ua(e){for(var n=cn(e),i=oc(e);i&&Z3(i)&&zn(i).position==="static";)i=oc(i);return i&&(In(i)==="html"||In(i)==="body"&&zn(i).position==="static")?n:i||G3(e)||n}function Is(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function da(e,n,i){return di(e,Ha(n,i))}function Y3(e,n,i){var s=da(e,n,i);return s>i?i:s}function cc(){return{top:0,right:0,bottom:0,left:0}}function uc(e){return Object.assign({},cc(),e)}function dc(e,n){return n.reduce(function(i,s){return i[s]=e,i},{})}var B3=function(n,i){return n=typeof n=="function"?n(Object.assign({},i.rects,{placement:i.placement})):n,uc(typeof n!="number"?n:dc(n,la))};function H3(e){var n,i=e.state,s=e.name,l=e.options,c=i.elements.arrow,u=i.modifiersData.popperOffsets,m=bn(i.placement),h=Is(m),p=[zt,Ut].indexOf(m)>=0,g=p?"height":"width";if(!(!c||!u)){var C=B3(l.padding,i),b=ys(c),y=h==="y"?jt:zt,N=h==="y"?Ft:Ut,k=i.rects.reference[g]+i.rects.reference[h]-u[h]-i.rects.popper[g],x=u[h]-i.rects.reference[h],D=ua(c),L=D?h==="y"?D.clientHeight||0:D.clientWidth||0:0,T=k/2-x/2,z=C[y],A=L-b[g]-C[N],q=L/2-b[g]/2+T,R=da(z,q,A),F=h;i.modifiersData[s]=(n={},n[F]=R,n.centerOffset=R-q,n)}}function F3(e){var n=e.state,i=e.options,s=i.element,l=s===void 0?"[data-popper-arrow]":s;l!=null&&(typeof l=="string"&&(l=n.elements.popper.querySelector(l),!l)||!lc(n.elements.popper,l)||(n.elements.arrow=l))}var U3={name:"arrow",enabled:!0,phase:"main",fn:H3,effect:F3,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Ai(e){return e.split("-")[1]}var _3={top:"auto",right:"auto",bottom:"auto",left:"auto"};function X3(e){var n=e.x,i=e.y,s=window,l=s.devicePixelRatio||1;return{x:Pi(n*l)/l||0,y:Pi(i*l)/l||0}}function fc(e){var n,i=e.popper,s=e.popperRect,l=e.placement,c=e.variation,u=e.offsets,m=e.position,h=e.gpuAcceleration,p=e.adaptive,g=e.roundOffsets,C=e.isFixed,b=u.x,y=b===void 0?0:b,N=u.y,k=N===void 0?0:N,x=typeof g=="function"?g({x:y,y:k}):{x:y,y:k};y=x.x,k=x.y;var D=u.hasOwnProperty("x"),L=u.hasOwnProperty("y"),T=zt,z=jt,A=window;if(p){var q=ua(i),R="clientHeight",F="clientWidth";if(q===cn(i)&&(q=Fn(i),zn(q).position!=="static"&&m==="absolute"&&(R="scrollHeight",F="scrollWidth")),q=q,l===jt||(l===zt||l===Ut)&&c===oa){z=Ft;var O=C&&q===A&&A.visualViewport?A.visualViewport.height:q[R];k-=O-s.height,k*=h?1:-1}if(l===zt||(l===jt||l===Ft)&&c===oa){T=Ut;var E=C&&q===A&&A.visualViewport?A.visualViewport.width:q[F];y-=E-s.width,y*=h?1:-1}}var U=Object.assign({position:m},p&&_3),ce=g===!0?X3({x:y,y:k}):{x:y,y:k};if(y=ce.x,k=ce.y,h){var ee;return Object.assign({},U,(ee={},ee[z]=L?"0":"",ee[T]=D?"0":"",ee.transform=(A.devicePixelRatio||1)<=1?"translate("+y+"px, "+k+"px)":"translate3d("+y+"px, "+k+"px, 0)",ee))}return Object.assign({},U,(n={},n[z]=L?k+"px":"",n[T]=D?y+"px":"",n.transform="",n))}function $3(e){var n=e.state,i=e.options,s=i.gpuAcceleration,l=s===void 0?!0:s,c=i.adaptive,u=c===void 0?!0:c,m=i.roundOffsets,h=m===void 0?!0:m,p={placement:bn(n.placement),variation:Ai(n.placement),popper:n.elements.popper,popperRect:n.rects.popper,gpuAcceleration:l,isFixed:n.options.strategy==="fixed"};n.modifiersData.popperOffsets!=null&&(n.styles.popper=Object.assign({},n.styles.popper,fc(Object.assign({},p,{offsets:n.modifiersData.popperOffsets,position:n.options.strategy,adaptive:u,roundOffsets:h})))),n.modifiersData.arrow!=null&&(n.styles.arrow=Object.assign({},n.styles.arrow,fc(Object.assign({},p,{offsets:n.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:h})))),n.attributes.popper=Object.assign({},n.attributes.popper,{"data-popper-placement":n.placement})}var K3={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:$3,data:{}},Ua={passive:!0};function q3(e){var n=e.state,i=e.instance,s=e.options,l=s.scroll,c=l===void 0?!0:l,u=s.resize,m=u===void 0?!0:u,h=cn(n.elements.popper),p=[].concat(n.scrollParents.reference,n.scrollParents.popper);return c&&p.forEach(function(g){g.addEventListener("scroll",i.update,Ua)}),m&&h.addEventListener("resize",i.update,Ua),function(){c&&p.forEach(function(g){g.removeEventListener("scroll",i.update,Ua)}),m&&h.removeEventListener("resize",i.update,Ua)}}var e6={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:q3,data:{}},t6={left:"right",right:"left",bottom:"top",top:"bottom"};function _a(e){return e.replace(/left|right|bottom|top/g,function(n){return t6[n]})}var n6={start:"end",end:"start"};function hc(e){return e.replace(/start|end/g,function(n){return n6[n]})}function bs(e){var n=cn(e),i=n.pageXOffset,s=n.pageYOffset;return{scrollLeft:i,scrollTop:s}}function Ns(e){return Oi(Fn(e)).left+bs(e).scrollLeft}function i6(e){var n=cn(e),i=Fn(e),s=n.visualViewport,l=i.clientWidth,c=i.clientHeight,u=0,m=0;return s&&(l=s.width,c=s.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(u=s.offsetLeft,m=s.offsetTop)),{width:l,height:c,x:u+Ns(e),y:m}}function a6(e){var n,i=Fn(e),s=bs(e),l=(n=e.ownerDocument)==null?void 0:n.body,c=di(i.scrollWidth,i.clientWidth,l?l.scrollWidth:0,l?l.clientWidth:0),u=di(i.scrollHeight,i.clientHeight,l?l.scrollHeight:0,l?l.clientHeight:0),m=-s.scrollLeft+Ns(e),h=-s.scrollTop;return zn(l||i).direction==="rtl"&&(m+=di(i.clientWidth,l?l.clientWidth:0)-c),{width:c,height:u,x:m,y:h}}function ws(e){var n=zn(e),i=n.overflow,s=n.overflowX,l=n.overflowY;return/auto|scroll|overlay|hidden/.test(i+l+s)}function gc(e){return["html","body","#document"].indexOf(In(e))>=0?e.ownerDocument.body:_t(e)&&ws(e)?e:gc(Fa(e))}function fa(e,n){var i;n===void 0&&(n=[]);var s=gc(e),l=s===((i=e.ownerDocument)==null?void 0:i.body),c=cn(s),u=l?[c].concat(c.visualViewport||[],ws(s)?s:[]):s,m=n.concat(u);return l?m:m.concat(fa(Fa(u)))}function Ls(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function r6(e){var n=Oi(e);return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}function mc(e,n){return n===ac?Ls(i6(e)):Qi(n)?r6(n):Ls(a6(Fn(e)))}function s6(e){var n=fa(Fa(e)),i=["absolute","fixed"].indexOf(zn(e).position)>=0,s=i&&_t(e)?ua(e):e;return Qi(s)?n.filter(function(l){return Qi(l)&&lc(l,s)&&In(l)!=="body"}):[]}function l6(e,n,i){var s=n==="clippingParents"?s6(e):[].concat(n),l=[].concat(s,[i]),c=l[0],u=l.reduce(function(m,h){var p=mc(e,h);return m.top=di(p.top,m.top),m.right=Ha(p.right,m.right),m.bottom=Ha(p.bottom,m.bottom),m.left=di(p.left,m.left),m},mc(e,c));return u.width=u.right-u.left,u.height=u.bottom-u.top,u.x=u.left,u.y=u.top,u}function pc(e){var n=e.reference,i=e.element,s=e.placement,l=s?bn(s):null,c=s?Ai(s):null,u=n.x+n.width/2-i.width/2,m=n.y+n.height/2-i.height/2,h;switch(l){case jt:h={x:u,y:n.y-i.height};break;case Ft:h={x:u,y:n.y+n.height};break;case Ut:h={x:n.x+n.width,y:m};break;case zt:h={x:n.x-i.width,y:m};break;default:h={x:n.x,y:n.y}}var p=l?Is(l):null;if(p!=null){var g=p==="y"?"height":"width";switch(c){case Ji:h[p]=h[p]-(n[g]/2-i[g]/2);break;case oa:h[p]=h[p]+(n[g]/2-i[g]/2);break}}return h}function ha(e,n){n===void 0&&(n={});var i=n,s=i.placement,l=s===void 0?e.placement:s,c=i.boundary,u=c===void 0?T3:c,m=i.rootBoundary,h=m===void 0?ac:m,p=i.elementContext,g=p===void 0?ca:p,C=i.altBoundary,b=C===void 0?!1:C,y=i.padding,N=y===void 0?0:y,k=uc(typeof N!="number"?N:dc(N,la)),x=g===ca?x3:ca,D=e.rects.popper,L=e.elements[b?x:g],T=l6(Qi(L)?L:L.contextElement||Fn(e.elements.popper),u,h),z=Oi(e.elements.reference),A=pc({reference:z,element:D,strategy:"absolute",placement:l}),q=Ls(Object.assign({},D,A)),R=g===ca?q:z,F={top:T.top-R.top+k.top,bottom:R.bottom-T.bottom+k.bottom,left:T.left-R.left+k.left,right:R.right-T.right+k.right},O=e.modifiersData.offset;if(g===ca&&O){var E=O[l];Object.keys(F).forEach(function(U){var ce=[Ut,Ft].indexOf(U)>=0?1:-1,ee=[jt,Ft].indexOf(U)>=0?"y":"x";F[U]+=E[ee]*ce})}return F}function o6(e,n){n===void 0&&(n={});var i=n,s=i.placement,l=i.boundary,c=i.rootBoundary,u=i.padding,m=i.flipVariations,h=i.allowedAutoPlacements,p=h===void 0?sc:h,g=Ai(s),C=g?m?rc:rc.filter(function(N){return Ai(N)===g}):la,b=C.filter(function(N){return p.indexOf(N)>=0});b.length===0&&(b=C);var y=b.reduce(function(N,k){return N[k]=ha(e,{placement:k,boundary:l,rootBoundary:c,padding:u})[bn(k)],N},{});return Object.keys(y).sort(function(N,k){return y[N]-y[k]})}function c6(e){if(bn(e)===Ms)return[];var n=_a(e);return[hc(e),n,hc(n)]}function u6(e){var n=e.state,i=e.options,s=e.name;if(!n.modifiersData[s]._skip){for(var l=i.mainAxis,c=l===void 0?!0:l,u=i.altAxis,m=u===void 0?!0:u,h=i.fallbackPlacements,p=i.padding,g=i.boundary,C=i.rootBoundary,b=i.altBoundary,y=i.flipVariations,N=y===void 0?!0:y,k=i.allowedAutoPlacements,x=n.options.placement,D=bn(x),L=D===x,T=h||(L||!N?[_a(x)]:c6(x)),z=[x].concat(T).reduce(function(H,ue){return H.concat(bn(ue)===Ms?o6(n,{placement:ue,boundary:g,rootBoundary:C,padding:p,flipVariations:N,allowedAutoPlacements:k}):ue)},[]),A=n.rects.reference,q=n.rects.popper,R=new Map,F=!0,O=z[0],E=0;E<z.length;E++){var U=z[E],ce=bn(U),ee=Ai(U)===Ji,ge=[jt,Ft].indexOf(ce)>=0,Me=ge?"width":"height",he=ha(n,{placement:U,boundary:g,rootBoundary:C,altBoundary:b,padding:p}),oe=ge?ee?Ut:zt:ee?Ft:jt;A[Me]>q[Me]&&(oe=_a(oe));var ie=_a(oe),re=[];if(c&&re.push(he[ce]<=0),m&&re.push(he[oe]<=0,he[ie]<=0),re.every(function(H){return H})){O=U,F=!1;break}R.set(U,re)}if(F)for(var P=N?3:1,j=function(ue){var be=z.find(function(Y){var ae=R.get(Y);if(ae)return ae.slice(0,ue).every(function(ke){return ke})});if(be)return O=be,"break"},V=P;V>0;V--){var G=j(V);if(G==="break")break}n.placement!==O&&(n.modifiersData[s]._skip=!0,n.placement=O,n.reset=!0)}}var d6={name:"flip",enabled:!0,phase:"main",fn:u6,requiresIfExists:["offset"],data:{_skip:!1}};function Mc(e,n,i){return i===void 0&&(i={x:0,y:0}),{top:e.top-n.height-i.y,right:e.right-n.width+i.x,bottom:e.bottom-n.height+i.y,left:e.left-n.width-i.x}}function Cc(e){return[jt,Ut,Ft,zt].some(function(n){return e[n]>=0})}function f6(e){var n=e.state,i=e.name,s=n.rects.reference,l=n.rects.popper,c=n.modifiersData.preventOverflow,u=ha(n,{elementContext:"reference"}),m=ha(n,{altBoundary:!0}),h=Mc(u,s),p=Mc(m,l,c),g=Cc(h),C=Cc(p);n.modifiersData[i]={referenceClippingOffsets:h,popperEscapeOffsets:p,isReferenceHidden:g,hasPopperEscaped:C},n.attributes.popper=Object.assign({},n.attributes.popper,{"data-popper-reference-hidden":g,"data-popper-escaped":C})}var h6={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:f6};function g6(e,n,i){var s=bn(e),l=[zt,jt].indexOf(s)>=0?-1:1,c=typeof i=="function"?i(Object.assign({},n,{placement:e})):i,u=c[0],m=c[1];return u=u||0,m=(m||0)*l,[zt,Ut].indexOf(s)>=0?{x:m,y:u}:{x:u,y:m}}function m6(e){var n=e.state,i=e.options,s=e.name,l=i.offset,c=l===void 0?[0,0]:l,u=sc.reduce(function(g,C){return g[C]=g6(C,n.rects,c),g},{}),m=u[n.placement],h=m.x,p=m.y;n.modifiersData.popperOffsets!=null&&(n.modifiersData.popperOffsets.x+=h,n.modifiersData.popperOffsets.y+=p),n.modifiersData[s]=u}var p6={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:m6};function M6(e){var n=e.state,i=e.name;n.modifiersData[i]=pc({reference:n.rects.reference,element:n.rects.popper,strategy:"absolute",placement:n.placement})}var C6={name:"popperOffsets",enabled:!0,phase:"read",fn:M6,data:{}};function y6(e){return e==="x"?"y":"x"}function I6(e){var n=e.state,i=e.options,s=e.name,l=i.mainAxis,c=l===void 0?!0:l,u=i.altAxis,m=u===void 0?!1:u,h=i.boundary,p=i.rootBoundary,g=i.altBoundary,C=i.padding,b=i.tether,y=b===void 0?!0:b,N=i.tetherOffset,k=N===void 0?0:N,x=ha(n,{boundary:h,rootBoundary:p,padding:C,altBoundary:g}),D=bn(n.placement),L=Ai(n.placement),T=!L,z=Is(D),A=y6(z),q=n.modifiersData.popperOffsets,R=n.rects.reference,F=n.rects.popper,O=typeof k=="function"?k(Object.assign({},n.rects,{placement:n.placement})):k,E=typeof O=="number"?{mainAxis:O,altAxis:O}:Object.assign({mainAxis:0,altAxis:0},O),U=n.modifiersData.offset?n.modifiersData.offset[n.placement]:null,ce={x:0,y:0};if(!!q){if(c){var ee,ge=z==="y"?jt:zt,Me=z==="y"?Ft:Ut,he=z==="y"?"height":"width",oe=q[z],ie=oe+x[ge],re=oe-x[Me],P=y?-F[he]/2:0,j=L===Ji?R[he]:F[he],V=L===Ji?-F[he]:-R[he],G=n.elements.arrow,H=y&&G?ys(G):{width:0,height:0},ue=n.modifiersData["arrow#persistent"]?n.modifiersData["arrow#persistent"].padding:cc(),be=ue[ge],Y=ue[Me],ae=da(0,R[he],H[he]),ke=T?R[he]/2-P-ae-be-E.mainAxis:j-ae-be-E.mainAxis,ot=T?-R[he]/2+P+ae+Y+E.mainAxis:V+ae+Y+E.mainAxis,Fe=n.elements.arrow&&ua(n.elements.arrow),kt=Fe?z==="y"?Fe.clientTop||0:Fe.clientLeft||0:0,pt=(ee=U==null?void 0:U[z])!=null?ee:0,et=oe+ke-pt-kt,bt=oe+ot-pt,$=da(y?Ha(ie,et):ie,oe,y?di(re,bt):re);q[z]=$,ce[z]=$-oe}if(m){var te,se=z==="x"?jt:zt,Ne=z==="x"?Ft:Ut,we=q[A],xe=A==="y"?"height":"width",Re=we+x[se],it=we-x[Ne],Tt=[jt,zt].indexOf(D)!==-1,$e=(te=U==null?void 0:U[A])!=null?te:0,fn=Tt?Re:we-R[xe]-F[xe]-$e+E.altAxis,Ue=Tt?we+R[xe]+F[xe]-$e-E.altAxis:it,We=y&&Tt?Y3(fn,we,Ue):da(y?fn:Re,we,y?Ue:it);q[A]=We,ce[A]=We-we}n.modifiersData[s]=ce}}var b6={name:"preventOverflow",enabled:!0,phase:"main",fn:I6,requiresIfExists:["offset"]};function N6(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function w6(e){return e===cn(e)||!_t(e)?bs(e):N6(e)}function L6(e){var n=e.getBoundingClientRect(),i=Pi(n.width)/e.offsetWidth||1,s=Pi(n.height)/e.offsetHeight||1;return i!==1||s!==1}function v6(e,n,i){i===void 0&&(i=!1);var s=_t(n),l=_t(n)&&L6(n),c=Fn(n),u=Oi(e,l),m={scrollLeft:0,scrollTop:0},h={x:0,y:0};return(s||!s&&!i)&&((In(n)!=="body"||ws(c))&&(m=w6(n)),_t(n)?(h=Oi(n,!0),h.x+=n.clientLeft,h.y+=n.clientTop):c&&(h.x=Ns(c))),{x:u.left+m.scrollLeft-h.x,y:u.top+m.scrollTop-h.y,width:u.width,height:u.height}}function k6(e){var n=new Map,i=new Set,s=[];e.forEach(function(c){n.set(c.name,c)});function l(c){i.add(c.name);var u=[].concat(c.requires||[],c.requiresIfExists||[]);u.forEach(function(m){if(!i.has(m)){var h=n.get(m);h&&l(h)}}),s.push(c)}return e.forEach(function(c){i.has(c.name)||l(c)}),s}function T6(e){var n=k6(e);return E3.reduce(function(i,s){return i.concat(n.filter(function(l){return l.phase===s}))},[])}function x6(e){var n;return function(){return n||(n=new Promise(function(i){Promise.resolve().then(function(){n=void 0,i(e())})})),n}}function S6(e){var n=e.reduce(function(i,s){var l=i[s.name];return i[s.name]=l?Object.assign({},l,s,{options:Object.assign({},l.options,s.options),data:Object.assign({},l.data,s.data)}):s,i},{});return Object.keys(n).map(function(i){return n[i]})}var yc={placement:"bottom",modifiers:[],strategy:"absolute"};function Ic(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];return!n.some(function(s){return!(s&&typeof s.getBoundingClientRect=="function")})}function D6(e){e===void 0&&(e={});var n=e,i=n.defaultModifiers,s=i===void 0?[]:i,l=n.defaultOptions,c=l===void 0?yc:l;return function(m,h,p){p===void 0&&(p=c);var g={placement:"bottom",orderedModifiers:[],options:Object.assign({},yc,c),modifiersData:{},elements:{reference:m,popper:h},attributes:{},styles:{}},C=[],b=!1,y={state:g,setOptions:function(D){var L=typeof D=="function"?D(g.options):D;k(),g.options=Object.assign({},c,g.options,L),g.scrollParents={reference:Qi(m)?fa(m):m.contextElement?fa(m.contextElement):[],popper:fa(h)};var T=T6(S6([].concat(s,g.options.modifiers)));return g.orderedModifiers=T.filter(function(z){return z.enabled}),N(),y.update()},forceUpdate:function(){if(!b){var D=g.elements,L=D.reference,T=D.popper;if(!!Ic(L,T)){g.rects={reference:v6(L,ua(T),g.options.strategy==="fixed"),popper:ys(T)},g.reset=!1,g.placement=g.options.placement,g.orderedModifiers.forEach(function(E){return g.modifiersData[E.name]=Object.assign({},E.data)});for(var z=0;z<g.orderedModifiers.length;z++){if(g.reset===!0){g.reset=!1,z=-1;continue}var A=g.orderedModifiers[z],q=A.fn,R=A.options,F=R===void 0?{}:R,O=A.name;typeof q=="function"&&(g=q({state:g,options:F,name:O,instance:y})||g)}}}},update:x6(function(){return new Promise(function(x){y.forceUpdate(),x(g)})}),destroy:function(){k(),b=!0}};if(!Ic(m,h))return y;y.setOptions(p).then(function(x){!b&&p.onFirstUpdate&&p.onFirstUpdate(x)});function N(){g.orderedModifiers.forEach(function(x){var D=x.name,L=x.options,T=L===void 0?{}:L,z=x.effect;if(typeof z=="function"){var A=z({state:g,name:D,instance:y,options:T}),q=function(){};C.push(A||q)}})}function k(){C.forEach(function(x){return x()}),C=[]}return y}}var j6=[e6,C6,K3,W3,p6,d6,b6,U3,h6],bc=D6({defaultModifiers:j6});function Nc(e){if(Array.isArray(e))return!0;const n=Object.prototype.toString.call(e);return n.substr(0,7)==="[object"&&n.substr(-6)==="Array]"}function ga(e){return e!==null&&/^\[object (Object|Module)\]/.test(Object.prototype.toString.call(e))}function vs(e){if(Nc(e))return e.map(vs);if(ga(e)){const n=Object.create(null),i=Object.keys(e),s=i.length;let l=0;for(;l<s;++l)n[i[l]]=vs(e[i[l]]);return n}return e}function z6(e){return["__proto__","prototype","constructor"].indexOf(e)===-1}function J6(e,n,i,s){if(!z6(e))return;const l=n[e],c=i[e];ga(l)&&ga(c)?wc(l,c,s):n[e]=vs(c)}function wc(e,n,i){const s=Nc(n)?n:[n],l=s.length;if(!ga(e))return e;i=i||{};const c=i.merger||J6;for(let u=0;u<l;++u){if(n=s[u],!ga(n))continue;const m=Object.keys(n);for(let h=0,p=m.length;h<p;++h)c(m[h],e,n,i)}return e}function ks(e){try{return e instanceof HTMLElement}catch{return typeof e=="object"&&e.nodeType===1&&typeof e.style=="object"&&typeof e.ownerDocument=="object"}}class Ts{constructor(n,i,s){var l,c;this.isShow=!1,this.trigger=void 0,this.instance=void 0,this.always=!1,this.reference=void 0,this.referenceTarget=void 0,this.popperRefer=void 0,this.delay=50,this.isInnerPopper=!1,this.disabled=!1,this.afterShow=null,this.afterHidden=null,this.appendTo="parent",this.container=null,this.fixOnBoundary=!1,this.instanceOptions=this.initDefaultOptions(s),this.reference=this.resolveInputSelectorToHtmlElement(n),this.popperRefer=this.resolveInputSelectorToHtmlElement(i),this.referenceTarget=this.getTargetReferenceElement(),this.container=(l=this.popperRefer)==null?void 0:l.parentElement,this.isShow=!!((c=this.instanceOptions)!=null&&c.isShow),this.always=this.instanceOptions.always,this.trigger=this.instanceOptions.trigger,this.disabled=this.instanceOptions.disabled,this.appendTo=this.instanceOptions.appendTo,this.afterHidden=typeof s.afterHidden=="function"?s.afterHidden:()=>{},this.afterShow=typeof s.afterShow=="function"?s.afterShow:()=>{},this.fixOnBoundary=this.instanceOptions.fixOnBoundary,this.initInstance(),this.registerEvents(),(this.isShow||this.always)&&this.show(null)}forceUpdate(){var n;(n=this.instance)==null||n.forceUpdate()}update(){var n;(n=this.instance)==null||n.update()}updateOptions(n){var i;this.instanceOptions=this.initDefaultOptions(n),this.isShow=!!((i=this.instanceOptions)!=null&&i.isShow),this.trigger=this.instanceOptions.trigger,this.disabled=this.instanceOptions.disabled,this.setOptions(this.instanceOptions)}setOptions(n){var i;(i=this.instance)==null||i.setOptions(n)}destroy(){var n;(n=this.instance)==null||n.destroy()}updateDisabled(n){this.disabled=n!=null?n:!this.disabled,this.disabled&&this.hide()}show(n){var i;this.disabled||((i=this.popperRefer)==null||i.setAttribute("data-show",""),this.setOptions({modifiers:[...this.instanceOptions.modifiers||[],{name:"eventListeners",enabled:!0}]}),this.update(),this.isShow=!0,this.afterShow(),this.fixOnBoundary||this.appendToTarget())}hide(){var n;this.always||((n=this.popperRefer)==null||n.removeAttribute("data-show"),this.setOptions({modifiers:[...this.instanceOptions.modifiers||[],{name:"eventListeners",enabled:!1}]}),this.isShow=!1,this.isInnerPopper=!1,this.afterHidden(),this.fixOnBoundary||this.restorePopContent())}restorePopContent(){const n=this.getAppendToTarget();ks(n)&&n.contains(this.popperRefer)&&this.container&&!this.container.contains(this.popperRefer)&&this.container.append(this.popperRefer)}appendToTarget(){const n=this.getAppendToTarget();ks(n)&&n.contains(this.popperRefer)&&n.append(this.popperRefer)}getAppendToTarget(){const{appendTo:n}=this;let i=n;return n!=="parent"&&typeof n=="string"&&(i=document.querySelector(n)),i}initDefaultOptions(n){const s=wc({placement:"top",modifiers:[{name:"offset",options:{offset:[0,8]}}],strategy:"absolute",onFirstUpdate:void 0,isShow:!1,theme:"dark",trigger:"hover",disabled:!1},n||{}),l=s.onFirstUpdate;return s.onFirstUpdate=c=>{typeof l=="function"&&(l.call(this,c),this.handleFirstUpdate())},s}handleFirstUpdate(){this.fixOnBoundary&&this.appendToTarget()}getTargetReferenceElement(){return this.isElement(this.reference)?this.reference.childElementCount===1?this.reference.firstElementChild:this.reference:this.reference}initInstance(){var n,i;this.referenceTarget&&(this.referenceTarget&&this.popperRefer?(this.instance=bc(this.referenceTarget,this.popperRefer,this.instanceOptions),(i=this.popperRefer)==null||i.setAttribute("data-theme",(n=this.instanceOptions.theme)!=null?n:"dark")):console.error("reference or popperRefer is null, please check html element."))}resolveInputSelectorToHtmlElement(n){if(this.isElement(n))return n;if(typeof n=="string")return document.querySelector(n);if(typeof n=="object"){if(Object.prototype.hasOwnProperty.call(n,"getBoundingClientRect"))return n}else console.error("'getBoundingClientRect' is needed when use virtual elements");return null}isElement(n){return ks(n)}registerEvents(){if(this.isElement(this.referenceTarget)&&this.trigger==="hover"){const n=["mouseenter","focus"],i=["mouseleave","blur"],s=["mouseenter","mouseleave"];n.forEach(l=>{this.referenceTarget.addEventListener(l,c=>{l==="mouseenter"&&(this.isInnerPopper=!0),this.show(c)})}),i.forEach(l=>{this.referenceTarget.addEventListener(l,()=>{this.isInnerPopper=!1,setTimeout(()=>{!this.isInnerPopper&&this.hide()},this.delay)})}),this.isElement(this.popperRefer)&&s.forEach(l=>{this.popperRefer.addEventListener(l,()=>{l==="mouseenter"&&(this.isInnerPopper=!0),l==="mouseleave"&&this.hide()})})}this.trigger==="click"&&["click"].forEach(i=>{document.body.addEventListener(i,s=>{this.isSameElement(s.target,this.reference)||this.reference.contains(s.target)?this.show(s):this.isShow&&!this.isSameElement(s.target,this.popperRefer)&&!this.popperRefer.contains(s.target)&&this.hide()})})}isSameElement(n,i){return n&&(n===i||n===i.firstElementChild)}}const Q6="abcdefghijklmnopqrstuvwxyz0123456789",Xa=(e,n=Q6)=>{let i="";for(let s=0;s<e;s++)i+=n[parseInt((Math.random()*n.length).toString(),10)];return i};class P6{constructor(n){this.multiInstance=!1,this.uniqueMaskAttrTag="",this.parentNode=document.body,this.activeInstance=void 0,this.zIndexStore=new Map,this.lastUUID=null,this.maskStyle={position:"absolute",left:0,top:0,bottom:0,right:0,display:"none","background-color":"rgba(0,0,0,.6)"};const{multiInstance:i=!1,maskAttrTag:s="auto",parentNode:l=document.body,maskStyle:c={}}=n||{};this.activeInstance=void 0,this.multiInstance=i,this.uniqueMaskAttrTag=this.getMaskAttrTag(s),this.parentNode=l||document,this.mask=this.getMask(),this.backupMask=this.createMask("data-bk-backup-uid"),this.setMaskStyle(Object.assign({},this.maskStyle,c))}show(n,i,s=!0,l={},c=null,u=!1){const m=c!=null?c:Xa(16),h=/-?\d+/.test(`${i}`)?i:yn.getModalNextIndex();let p=Object.assign({},this.maskStyle,l||{});s||this.lastUUID&&(p=this.zIndexStore.get(this.lastUUID).style),this.storeMaskInsCfg({zIndex:h,style:Z({},p),uuid:m,preUID:this.lastUUID}),this.setMaskStyle(p),this.mask.style.setProperty("display","block"),this.mask.style.setProperty("z-index",`${h}`),this.backupMask.style.setProperty("z-index",`${h-1}`),n&&(u&&n.style.setProperty("z-index",`${h+1}`),this.activeInstance=n,u||this.appendContentToMask(n))}hide(n=!1,i,s){var c;const l=s!=null?s:this.lastUUID;this.mask.style.setProperty("display","none"),n||(i==null||i.remove(),(c=this.activeInstance)==null||c.remove()),this.activeInstance=void 0,this.popIndexStore(l)}storeMaskInsCfg(n){return this.zIndexStore.set(n.uuid,n),this.lastUUID=n.uuid,this.zIndexStore.get(n.uuid)}popIndexStore(n){if(this.zIndexStore.has(n)){const i=this.zIndexStore.get(n);return this.lastUUID=i.preUID,this.zIndexStore.delete(n)}return this.lastUUID=null,!1}backupActiveInstance(){this.activeInstance&&this.backupMask.append(this.activeInstance)}backupContentElement(n){n&&this.backupMask.append(n)}getActiveContentInstance(){return this.activeInstance}getMask(){if(this.multiInstance)return this.createMask();let n=this.parentNode.querySelector(`[data-bkmask-uid='${this.uniqueMaskAttrTag}']`);return n||(n=this.createMask()),n}createMask(n="data-bk-mask-uid"){const i=document.createElement("div");return i.setAttribute(n,this.uniqueMaskAttrTag),this.parentNode.append(i),i}setMaskStyle(n={}){this.mask&&Object.entries(n).forEach(i=>this.mask.style.setProperty(i[0],i[1]))}getMaskAttrTag(n){return/^(auto|\s+)$/i.test(n)||n===null||n===void 0||n===""?`__bk_mask_${Xa(16)}`:n}appendContentToMask(n){this.mask.append(n)}}const fi=new P6({});class O6{constructor(){this.popInstanceList=[],this.uuidAttrName="data-bk-pop-uuid"}show(n,i=!0,s={},l=!1){if(!n){console.warn("pop show error: content is null or undefined");return}const c=yn.getModalNextIndex(),u=Xa(16);n.setAttribute(this.uuidAttrName,u),this.popInstanceList.push({uuid:u,zIndex:c,content:n,showMask:i,appendStyle:s}),i&&fi.backupActiveInstance(),fi.show(n,c,i,s,u,l)}popHide(n=!0){if(this.popInstanceList.length){if(n){const i=this.popInstanceList.pop();fi.popIndexStore(i.uuid),i.remove()}if(this.popInstanceList.length){const i=this.popInstanceList.slice(-1)[0],{zIndex:s,content:l,showMask:c,appendStyle:u,uuid:m}=i;fi.show(l,s,c,u,m)}else fi.hide()}}hide(n,i=!1){const s=n==null?void 0:n.getAttribute(this.uuidAttrName);if(s){const l=this.popInstanceList.findIndex(c=>c.uuid===s);l>=0&&(i||this.popInstanceList[l].content.remove(),this.popInstanceList.splice(l,1),fi.popIndexStore(s),this.popInstanceList.length?this.popHide(!1):fi.hide(i))}else n==null||n.remove()}}const xs=new O6;/*!
2
+ * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
3
+ *
4
+ * Copyright (c) 2014-2017, Jon Schlinkert.
5
+ * Released under the MIT License.
6
+ */function Lc(e){return Object.prototype.toString.call(e)==="[object Object]"}function A6(e){var n,i;return Lc(e)===!1?!1:(n=e.constructor,n===void 0?!0:(i=n.prototype,!(Lc(i)===!1||i.hasOwnProperty("isPrototypeOf")===!1)))}function ma(){return ma=Object.assign||function(e){for(var n=1;n<arguments.length;n++){var i=arguments[n];for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},ma.apply(this,arguments)}function vc(e,n){if(e==null)return{};var i,s,l={},c=Object.keys(e);for(s=0;s<c.length;s++)n.indexOf(i=c[s])>=0||(l[i]=e[i]);return l}const E6={silent:!1,logLevel:"warn"},V6=["validator"],kc=Object.prototype,Tc=kc.toString,R6=kc.hasOwnProperty,xc=/^\s*function (\w+)/;function Sc(e){var n;const i=(n=e==null?void 0:e.type)!==null&&n!==void 0?n:e;if(i){const s=i.toString().match(xc);return s?s[1]:""}return""}const hi=A6;let It=e=>e;const Ei=(e,n)=>R6.call(e,n),W6=Number.isInteger||function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e},Vi=Array.isArray||function(e){return Tc.call(e)==="[object Array]"},Ri=e=>Tc.call(e)==="[object Function]",$a=e=>hi(e)&&Ei(e,"_vueTypes_name"),Dc=e=>hi(e)&&(Ei(e,"type")||["_vueTypes_name","validator","default","required"].some(n=>Ei(e,n)));function Ss(e,n){return Object.defineProperty(e.bind(n),"__original",{value:e})}function gi(e,n,i=!1){let s,l=!0,c="";s=hi(e)?e:{type:e};const u=$a(s)?s._vueTypes_name+" - ":"";if(Dc(s)&&s.type!==null){if(s.type===void 0||s.type===!0||!s.required&&n===void 0)return l;Vi(s.type)?(l=s.type.some(m=>gi(m,n,!0)===!0),c=s.type.map(m=>Sc(m)).join(" or ")):(c=Sc(s),l=c==="Array"?Vi(n):c==="Object"?hi(n):c==="String"||c==="Number"||c==="Boolean"||c==="Function"?function(m){if(m==null)return"";const h=m.constructor.toString().match(xc);return h?h[1]:""}(n)===c:n instanceof s.type)}if(!l){const m=`${u}value "${n}" should be of type "${c}"`;return i===!1?(It(m),!1):m}if(Ei(s,"validator")&&Ri(s.validator)){const m=It,h=[];if(It=p=>{h.push(p)},l=s.validator(n),It=m,!l){const p=(h.length>1?"* ":"")+h.join(`
7
+ * `);return h.length=0,i===!1?(It(p),l):p}}return l}function ct(e,n){const i=Object.defineProperties(n,{_vueTypes_name:{value:e,writable:!0},isRequired:{get(){return this.required=!0,this}},def:{value(l){return l===void 0?(Ei(this,"default")&&delete this.default,this):Ri(l)||gi(this,l,!0)===!0?(this.default=Vi(l)?()=>[...l]:hi(l)?()=>Object.assign({},l):l,this):(It(`${this._vueTypes_name} - invalid default value: "${l}"`),this)}}}),{validator:s}=i;return Ri(s)&&(i.validator=Ss(s,i)),i}function Nn(e,n){const i=ct(e,n);return Object.defineProperty(i,"validate",{value(s){return Ri(this.validator)&&It(`${this._vueTypes_name} - calling .validate() will overwrite the current custom validator function. Validator info:
8
+ ${JSON.stringify(this)}`),this.validator=Ss(s,this),this}})}function jc(e,n,i){const s=function(h){const p={};return Object.getOwnPropertyNames(h).forEach(g=>{p[g]=Object.getOwnPropertyDescriptor(h,g)}),Object.defineProperties({},p)}(n);if(s._vueTypes_name=e,!hi(i))return s;const{validator:l}=i,c=vc(i,V6);if(Ri(l)){let{validator:h}=s;h&&(h=(m=(u=h).__original)!==null&&m!==void 0?m:u),s.validator=Ss(h?function(p){return h.call(this,p)&&l.call(this,p)}:l,s)}var u,m;return Object.assign(s,c)}function Ka(e){return e.replace(/^(?!\s*$)/gm," ")}const Z6=()=>Nn("any",{}),G6=()=>Nn("function",{type:Function}),Y6=()=>Nn("boolean",{type:Boolean}),B6=()=>Nn("string",{type:String}),H6=()=>Nn("number",{type:Number}),F6=()=>Nn("array",{type:Array}),U6=()=>Nn("object",{type:Object}),_6=()=>ct("integer",{type:Number,validator:e=>W6(e)}),X6=()=>ct("symbol",{validator:e=>typeof e=="symbol"});function $6(e,n="custom validation failed"){if(typeof e!="function")throw new TypeError("[VueTypes error]: You must provide a function as argument");return ct(e.name||"<<anonymous function>>",{type:null,validator(i){const s=e(i);return s||It(`${this._vueTypes_name} - ${n}`),s}})}function K6(e){if(!Vi(e))throw new TypeError("[VueTypes error]: You must provide an array as argument.");const n=`oneOf - value should be one of "${e.join('", "')}".`,i=e.reduce((s,l)=>{if(l!=null){const c=l.constructor;s.indexOf(c)===-1&&s.push(c)}return s},[]);return ct("oneOf",{type:i.length>0?i:void 0,validator(s){const l=e.indexOf(s)!==-1;return l||It(n),l}})}function q6(e){if(!Vi(e))throw new TypeError("[VueTypes error]: You must provide an array as argument");let n=!1,i=[];for(let l=0;l<e.length;l+=1){const c=e[l];if(Dc(c)){if($a(c)&&c._vueTypes_name==="oneOf"&&c.type){i=i.concat(c.type);continue}if(Ri(c.validator)&&(n=!0),c.type===!0||!c.type){It('oneOfType - invalid usage of "true" or "null" as types.');continue}i=i.concat(c.type)}else i.push(c)}i=i.filter((l,c)=>i.indexOf(l)===c);const s=i.length>0?i:null;return ct("oneOfType",n?{type:s,validator(l){const c=[],u=e.some(m=>{const h=gi($a(m)&&m._vueTypes_name==="oneOf"?m.type||null:m,l,!0);return typeof h=="string"&&c.push(h),h===!0});return u||It(`oneOfType - provided value does not match any of the ${c.length} passed-in validators:
9
+ ${Ka(c.join(`
10
+ `))}`),u}}:{type:s})}function ef(e){return ct("arrayOf",{type:Array,validator(n){let i="";const s=n.every(l=>(i=gi(e,l,!0),i===!0));return s||It(`arrayOf - value validation error:
11
+ ${Ka(i)}`),s}})}function tf(e){return ct("instanceOf",{type:e})}function nf(e){return ct("objectOf",{type:Object,validator(n){let i="";const s=Object.keys(n).every(l=>(i=gi(e,n[l],!0),i===!0));return s||It(`objectOf - value validation error:
12
+ ${Ka(i)}`),s}})}function af(e){const n=Object.keys(e),i=n.filter(l=>{var c;return!((c=e[l])===null||c===void 0||!c.required)}),s=ct("shape",{type:Object,validator(l){if(!hi(l))return!1;const c=Object.keys(l);if(i.length>0&&i.some(u=>c.indexOf(u)===-1)){const u=i.filter(m=>c.indexOf(m)===-1);return It(u.length===1?`shape - required property "${u[0]}" is not defined.`:`shape - required properties "${u.join('", "')}" are not defined.`),!1}return c.every(u=>{if(n.indexOf(u)===-1)return this._vueTypes_isLoose===!0||(It(`shape - shape definition does not include a "${u}" property. Allowed keys: "${n.join('", "')}".`),!1);const m=gi(e[u],l[u],!0);return typeof m=="string"&&It(`shape - "${u}" property validation error:
13
+ ${Ka(m)}`),m===!0})}});return Object.defineProperty(s,"_vueTypes_isLoose",{writable:!0,value:!1}),Object.defineProperty(s,"loose",{get(){return this._vueTypes_isLoose=!0,this}}),s}const rf=["name","validate","getter"],sf=(()=>{var e,n;return n=e=class{static get any(){return Z6()}static get func(){return G6().def(this.defaults.func)}static get bool(){return Y6().def(this.defaults.bool)}static get string(){return B6().def(this.defaults.string)}static get number(){return H6().def(this.defaults.number)}static get array(){return F6().def(this.defaults.array)}static get object(){return U6().def(this.defaults.object)}static get integer(){return _6().def(this.defaults.integer)}static get symbol(){return X6()}static extend(i){if(Vi(i))return i.forEach(p=>this.extend(p)),this;const{name:s,validate:l=!1,getter:c=!1}=i,u=vc(i,rf);if(Ei(this,s))throw new TypeError(`[VueTypes error]: Type "${s}" already defined`);const{type:m}=u;if($a(m))return delete u.type,Object.defineProperty(this,s,c?{get:()=>jc(s,m,u)}:{value(...p){const g=jc(s,m,u);return g.validator&&(g.validator=g.validator.bind(g,...p)),g}});let h;return h=c?{get(){const p=Object.assign({},u);return l?Nn(s,p):ct(s,p)},enumerable:!0}:{value(...p){const g=Object.assign({},u);let C;return C=l?Nn(s,g):ct(s,g),g.validator&&(C.validator=g.validator.bind(C,...p)),C},enumerable:!0},Object.defineProperty(this,s,h)}},e.defaults={},e.sensibleDefaults=void 0,e.config=E6,e.custom=$6,e.oneOf=K6,e.instanceOf=tf,e.oneOfType=q6,e.arrayOf=ef,e.objectOf=nf,e.shape=af,e.utils={validate:(i,s)=>gi(s,i,!0)===!0,toType:(i,s,l=!1)=>l?Nn(i,s):ct(i,s)},n})();function zc(e={func:()=>{},bool:!0,string:"",number:0,array:()=>[],object:()=>({}),integer:0}){var n,i;return i=n=class extends sf{static get sensibleDefaults(){return ma({},this.defaults)}static set sensibleDefaults(s){this.defaults=s!==!1?ma({},s!==!0?s:e):{}}},n.defaults=ma({},e),i}class Xb extends zc(){}const lf=zc({});class d extends lf{static size(n=["small","default","large"]){return ct("Size",{type:String,validator:i=>!i||n.includes(i)?!0:(console.error(`invalid size, ${i}, the size must be one of \u3010${n.join(" | ")}\u3011`),!1),default:"default"})}static theme(n=["primary","warning","success","danger"]){return ct("Theme",{type:String,validator:i=>!i||n.includes(i)?!0:(console.error(`invalid theme, ${i}, the theme must be one of \u3010${n.join(" | ")}\u3011`),!1)})}static placement(n=["top","left","right","bottom"]){return ct("Placements",{type:String,validator:i=>!i||n.includes(i)?!0:(console.error(`invalid placements, ${i}, the placement must be one of \u3010${n.join(" | ")}\u3011`),!1),default:"top"})}static commonType(n=[],i="commonType"){return ct(i.replace(/^\S/,s=>s.toUpperCase()),{type:String,validator:s=>{const l=n.includes(s);return l||console.error(`invalid ${i}, ${s}, the ${i} must be one of \u3010${n.join(" | ")}\u3011`),l},default:n[0]})}static style(){return ct("Style",{type:[String,Object]})}static position(n=["top-left","top-right","bottom-left","bottom-right"]){return ct("positions",{type:String,validator:i=>!i||n.includes(i)?!0:(console.error(`invalid positions, ${i}, the position must be one of \u3010${n.join(" | ")}\u3011`),!1),default:"top-center"})}}const Jc=Symbol("form"),Qc=Symbol("formItem"),of=()=>r.inject(Jc),Un=()=>r.inject(Qc,Ds);function Je(e,n=""){return Object.entries(e).filter(i=>i[1]).map(i=>i[0]).join(" ").concat(n?` ${n}`:"")}const Ds=Object.create({}),Pc=e=>Object.keys(e).length<1,Ze=e=>(e.install=function(n,{prefix:i}={}){const s=n.config.globalProperties.bkUIPrefix||i||"Bk";n.component(s+e.name,e)},e),Vt=(e,n,i=!1)=>(e.install=function(s,{prefix:l}={}){const c=s.config.globalProperties.bkUIPrefix||l||"Bk";s.component(c+e.name,e),!i&&Object.values(n).forEach(u=>{s.component(c+u.name,u)})},Object.keys(n).forEach(s=>{e[s]=n[s]}),e);function rt(e,n="bk"){return`${n}-${e}`}function cf(e=300,n,i=!1){let s,l;const c=function(){const u=this,m=arguments;if(s&&clearTimeout(s),i){const h=!s;s=setTimeout(()=>{s=null},e),h&&(l=n.apply(u,m))}else s=setTimeout(()=>{n.apply(u,m)},e);return l};return c.cancel=function(){clearTimeout(s),s=null},c}function uf(e,n){return JSON.parse(JSON.stringify(e,(i,s)=>{if(!n.includes(i))return s}))}function Oc(e=[],n=[]){if(e.length!==n.length)return!1;for(let i=0;i<e.length;i++)if(e[i]!==n[i])return!1;return!0}function Ac(e,n,i){return r.h(e.name,je(Z({key:n},e.attributes),{style:`${e.attributes.style} ${i}`}),(e.elements||[]).map((s,l)=>Ac(s,`${n}-${e.name}-${l}`)))}const Se=(e,n)=>{const p=Z(Z({},n.attrs),e),{data:i,name:s,width:l,height:c,fill:u}=p,m=ic(p,["data","name","width","height","fill"]),h=`width: ${l}; height: ${c}; fill: ${u}`;return r.createVNode("span",m,[Ac(i,s,h)])};Se.inheritAttrs=!1,Se.displayName="bkIcon",JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 744.64L789.6 462.72 880 554.56 512 928 144 554.56 234.4 462.72 512 744.64z"}},{"type":"element","name":"path","attributes":{"d":"M144 187.68L234.4 96 512 377.76 789.6 96 880 187.68 512 561.28 144 187.68z"}}]}'),JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M279.36 512L561.28 789.6 469.44 880 96 512 469.44 144 561.28 234.4 279.36 512z"}},{"type":"element","name":"path","attributes":{"d":"M836.32 144L928 234.4 646.08 512 928 789.6 836.32 880 462.72 512 836.32 144z"}}]}');const df=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M697.6 281.6l48 48-176 176 176 176-48 48-224-224L697.6 281.6z"}},{"type":"element","name":"path","attributes":{"d":"M505.6 281.6l48 48-176 176 176 176-48 48-224-224L505.6 281.6z"}}]}'),pa=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:df,name:"angleDoubleLeft"}),null)};pa.displayName="angleDoubleLeft",pa.inheritAttrs=!1,JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M744.64 512L462.72 789.6 554.56 880 928 512 554.56 144 462.72 234.4 744.64 512z"}},{"type":"element","name":"path","attributes":{"d":"M187.68 144L96 234.4 377.76 512 96 789.6 187.68 880 561.28 512 187.68 144z"}}]}');const ff=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M358.4 729.6l-48-48 176-176-176-176 48-48 224 224L358.4 729.6z"}},{"type":"element","name":"path","attributes":{"d":"M550.4 729.6l-48-48 176-176-176-176 48-48 224 224L550.4 729.6z"}}]}'),Ma=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:ff,name:"angleDoubleRight"}),null)};Ma.displayName="angleDoubleRight",Ma.inheritAttrs=!1,JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 279.36L789.6 561.28 880 469.44 512 96 144 469.44 234.4 561.28 512 279.36z"}},{"type":"element","name":"path","attributes":{"d":"M144 836.32L234.4 928 512 646.08 789.6 928 880 836.32 512 462.72 144 836.32z"}}]}');const hf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 256L96 704 187.04 704 512 704 836.96 704 928 704 512 256z"}}]}'),js=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:hf,name:"angleDownFill"}),null)};js.displayName="angleDownFill",js.inheritAttrs=!1;const gf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 762.56L98.72 349.28 189.28 258.72 512 581.44 834.72 258.72 925.28 349.28 512 762.56z"}}]}'),zs=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:gf,name:"angleDownLine"}),null)};zs.displayName="angleDownLine",zs.inheritAttrs=!1;const mf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M288 448L336 400 512 576 688 400 736 448 512 672z"}}]}'),qa=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:mf,name:"angleDown"}),null)};qa.displayName="angleDown",qa.inheritAttrs=!1;const pf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M376 504L600 280 648 328 472 504 648 680 600 728 376 504z"}}]}'),mi=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:pf,name:"angleLeft"}),null)};mi.displayName="angleLeft",mi.inheritAttrs=!1;const Mf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M424 728L376 680 552 504 376 328 424 280 648 504 424 728z"}}]}'),Jn=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Mf,name:"angleRight"}),null)};Jn.displayName="angleRight",Jn.inheritAttrs=!1;const Cf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 704L96 256 187.04 256 512 256 836.96 256 928 256 512 704z"}}]}'),er=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Cf,name:"angleUpFill"}),null)};er.displayName="angleUpFill",er.inheritAttrs=!1;const yf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 368L736 592 688 640 512 464 336 640 288 592 512 368z"}}]}'),Ca=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:yf,name:"angleUp"}),null)};Ca.displayName="angleUp",Ca.inheritAttrs=!1,JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1194.667","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"fill-rule":"evenodd","d":"M661.331584 0C696.6651477333332 0 745.9971968 20.667040213333333 770.6658858666666 45.333077333333335L978.6642816 253.3329224533333C1003.3316394666667 278.00029312 1024 327.33370112 1024 362.66728575999997L1024 1130.6680490666665C1024 1166.0002986666666 995.3336490666667 1194.6666666666665 959.9974143999999 1194.6666666666665L64 1194.6666666666665C28.666351530666663 1194.6666666666665 0 1166.0002986666666 0 1130.6680490666665L0 64C0 28.666367530666665 28.667684991999998 0 64 0L661.331584 0ZM224 522.6666666666666L138.66666666666666 522.6666666666666 138.66666666666666 818.6666666666666 309.3333333333333 818.6666666666666 309.3333333333333 605.3333333333333 224 605.3333333333333 224 522.6666666666666ZM245.33333333333331 669.3333333333333L245.33333333333331 754.6666666666666 202.66666666666666 754.6666666666666 202.66666666666666 669.3333333333333 245.33333333333331 669.3333333333333ZM309.3333333333333 437.3333333333333L224 437.3333333333333 224 522.6666666666666 309.3333333333333 522.6666666666666 309.3333333333333 437.3333333333333ZM224 352L138.66666666666666 352 138.66666666666666 437.3333333333333 224 437.3333333333333 224 352ZM309.3333333333333 266.66666666666663L224 266.66666666666663 224 352 309.3333333333333 352 309.3333333333333 266.66666666666663ZM682.6666666666666 90.66615466666667L682.6666666666666 341.33352362666665 933.3325610666667 341.33352362666665C929.3322325333334 329.9992546133333 923.3317418666667 318.66631850666664 918.6646911999999 313.9992661333333L709.9995776000001 105.33269930666667C705.3325269333333 100.66564736 693.9982634666667 94.66648490666667 682.6666666666666 90.66615466666667ZM224 181.33333333333331L138.66666666666666 181.33333333333331 138.66666666666666 266.66666666666663 224 266.66666666666663 224 181.33333333333331ZM309.3333333333333 96L224 96 224 181.33333333333331 309.3333333333333 181.33333333333331 309.3333333333333 96Z"}}]}');const If=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M416 480h320v64H416l96 96-48 48L288 512l176-176L512 384 416 480z"}}]}'),Js=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:If,name:"arrowsLeft"}),null)};Js.displayName="arrowsLeft",Js.inheritAttrs=!1;const bf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M608 480H288v64H608l-96 96 48 48L736 512l-176-176L512 384Z"}}]}'),Qs=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:bf,name:"arrowsRight"}),null)};Qs.displayName="arrowsRight",Qs.inheritAttrs=!1,JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1303.273","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M664.4363636363637 0C676.8000000000001 0 688.5818181818182 4.945454545454545 697.3090909090909 13.672727272727274L697.3090909090909 13.672727272727274 1010.3272727272728 326.6909090909091C1019.0545454545455 335.41818181818184 1024 347.3454545454546 1024 359.70909090909095L1024 359.70909090909095 1024 1256.7272727272727C1024 1282.4727272727273 1003.2 1303.2727272727273 977.4545454545455 1303.2727272727273L977.4545454545455 1303.2727272727273 46.54545454545455 1303.2727272727273C20.8 1303.2727272727273 0 1282.4727272727273 0 1256.7272727272727L0 1256.7272727272727 0 46.54545454545455C0 20.8 20.8 0 46.54545454545455 0L46.54545454545455 0ZM655.2545466181818 560.2713367272728L460.52727249454546 619.8349730909091C436.9818181818182 626.5804288 417.7636361309091 651.1440616727273 417.7636361309091 674.6895173818182L417.7636361309091 880.1077015272728C417.7636361309091 880.1077015272728 403.6363636363636 870.5622434909092 372.19999976727274 875.0167924363637 326 881.6349742545455 288.5818181818182 917.016790109091 288.5818181818182 954.1804264727273 288.5818181818182 991.3440628363637 326 1014.1258798545455 372.19999976727274 1007.5076980363638 418.4 1001.016790109091 452.2545454545455 966.6531560727274 452.2545454545455 929.4895197090908L452.2545454545455 754.1076992000001C452.2545454545455 737.5622469818182 472.10908858181824 730.562243490909 472.10908858181824 730.562243490909L644.3090897454546 676.5986071272727C644.3090897454546 676.5986071272727 663.4000011636364 670.2349730909091 663.4000011636364 687.7986071272728L663.4000011636364 828.689519709091C663.4000011636364 828.689519709091 645.8363624727273 818.6349707636364 614.4 822.4531549090909 568.2000011636363 828.053154909091 530.7818170181819 862.6713367272728 530.7818170181819 899.8349730909091 530.7818170181819 936.9986094545455 568.2000011636363 960.5440651636363 614.4 954.9440651636363 660.5999988363636 949.3440651636365 698.0181829818182 914.7258833454546 698.0181829818182 877.5622469818182L698.0181829818182 590.8167912727273C698.0181829818182 567.1440616727273 678.9272715636364 553.5258810181818 655.2545466181818 560.2713367272728ZM642.9090909090909 107.34545454545454L642.9090909090909 381.0909090909091 916.6545454545455 381.0909090909091 642.9090909090909 107.34545454545454Z"}}]}'),JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M384 289.28c103.50933333333333 18.986666666666665 183.89333333333332 99.37066666666666 202.62399999999997 201.344l5.3759999999999994 37.376c1.664 83.62666666666667 32.59733333333333 159.7013333333333 82.94399999999999 218.70933333333335 32.72533333333333 37.84533333333333 81.024 62.29333333333333 135.08266666666665 63.53066666666667 2.9013333333333335 0.128 6.0586666666666655 0.21333333333333332 9.216 0.21333333333333332 49.834666666666664 0 95.488-17.962666666666664 130.81599999999997-47.78666666666667 47.40266666666666-42.367999999999995 77.312-104.10666666666665 77.312-172.79999999999998 0-13.952-1.2373333333333334-27.562666666666665-3.584-40.831999999999994-15.786666666666665-115.62666666666667-96.29866666666666-210.43200000000002-203.73333333333335-246.91199999999998-5.8453333333333335-59.98933333333333-33.49333333333333-112.21333333333332-75.47733333333332-148.224-37.33333333333333-34.432-87.03999999999999-55.42399999999999-141.61066666666665-55.42399999999999-15.445333333333332 0-30.506666666666664 1.664-45.01333333333333 4.864-50.986666666666665 13.141333333333332-95.01866666666666 42.83733333333333-126.208 83.072-5.333333333333333 6.143999999999999-8.362666666666666 13.568-8.362666666666666 21.674666666666667 0 9.685333333333332 4.309333333333333 18.389333333333333 11.136 24.27733333333333l3.8826666666666663 0.042666666666666665c-16.21333333333333-4.053333333333333-34.901333333333326-6.613333333333333-54.10133333333333-7.04-6.101333333333333-0.38399999999999995-12.927999999999999-0.6399999999999999-19.797333333333334-0.6399999999999999s-13.696 0.21333333333333332-20.43733333333333 0.6826666666666666l0.9386666666666665-10.922666666666666c2.1333333333333333-25.813333333333333 17.194666666666667-47.70133333333334 38.656-59.30666666666666 9.173333333333332-6.015999999999999 14.933333333333332-15.872 14.933333333333332-27.093333333333334 0-17.749333333333333-14.378666666666668-32.128-32.128-32.128-6.528 0-12.629333333333332 1.9626666666666666-17.706666666666663 5.333333333333333-21.290666666666667 13.653333333333332-38.18666666666667 32.81066666666666-48.81066666666666 55.42399999999999-15.274666666666665-6.442666666666666-32.85333333333333-10.709333333333333-51.413333333333334-10.709333333333333-8.661333333333333 0-17.109333333333332 0.9386666666666665-25.258666666666663 2.6879999999999997-14.037333333333333 3.1999999999999997-24.959999999999997 16.256-24.959999999999997 31.872 0 18.090666666666664 14.677333333333332 32.768 32.768 32.768 2.474666666666667 0 4.906666666666666-0.29866666666666664 7.253333333333334-0.8106666666666666 2.1333333333333333-0.29866666666666664 4.8213333333333335-0.512 7.552-0.512 18.048 0 34.176 8.405333333333333 44.629333333333335 21.546666666666667l0.08533333333333333 0.128c-122.24000000000001 28.16-197.12 139.51999999999998-240 236.79999999999998-33.28 74.88-80.63999999999999 215.67999999999998-24.319999999999997 316.79999999999995 29.610666666666663 61.056 88.96 103.55199999999999 158.72 108.75733333333332l704.64 0.042666666666666665c17.663999999999998 0 32-14.336 32-32s-14.336-32-32-32h-704c-46.848-4.906666666666666-85.80266666666667-34.474666666666664-103.97866666666665-75.34933333333333-44.50133333333333-80.17066666666666 3.498666666666667-208.81066666666666 26.538666666666664-260.65066666666667 65.91999999999999-147.2 156.79999999999998-217.59999999999997 275.84-206.71999999999997zM480 229.12c22.826666666666668-30.976 55.296-53.63199999999999 92.88533333333334-63.744 10.069333333333333-2.1759999999999997 20.266666666666666-3.2426666666666666 30.72-3.2426666666666666 37.888 0 72.448 14.250666666666667 98.60266666666666 37.67466666666667 31.786666666666665 28.8 51.754666666666665 70.39999999999999 51.754666666666665 116.69333333333333 0 1.2373333333333334 0 2.474666666666667-0.042666666666666665 3.7119999999999997l0 32.46933333333333 24.959999999999997 3.84c95.27466666666666 23.296 167.25333333333333 101.50399999999999 180.992 198.4 1.92 10.495999999999999 2.944 21.119999999999997 2.944 32 0 52.522666666666666-23.59466666666667 99.49866666666665-60.75733333333333 130.98666666666665-21.503999999999998 16.554666666666666-48.512 26.368-77.824 26.368-4.224 0-8.448-0.21333333333333332-12.586666666666666-0.5973333333333333 0.512 0.042666666666666665 0.512 0.042666666666666665 0.512 0.042666666666666665-35.583999999999996 0-67.54133333333333-15.530666666666665-89.472-40.19199999999999-39.38133333333333-48.768-63.40266666666666-111.18933333333332-64.08533333333332-179.15733333333333l-5.76-42.410666666666664c-22.954666666666668-111.744-100.30933333333333-201.38666666666666-202.58133333333333-241.152-1.1093333333333333-0.6399999999999999 0.21333333333333332-0.5546666666666666 1.5359999999999998-0.5546666666666666 10.239999999999998 0 19.413333333333334-4.522666666666666 25.599999999999998-11.690666666666667z"}}]}');const Nf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 0c-17.919999999999998 0-32 14.08-32 32s14.08 32 32 32c247.04 0 448 200.95999999999998 448 448 0 17.919999999999998 14.08 32 32 32s32-14.08 32-32c0-282.24-229.76-512-512-512z"}}]}'),Ps=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Nf,name:"circle"}),null)};Ps.displayName="circle",Ps.inheritAttrs=!1;const wf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M902.56 166.56L857.44 121.44 512 466.72 166.56 121.44 121.44 166.56 466.72 512 121.44 857.44 166.56 902.56 512 557.28 857.44 902.56 902.56 857.44 557.28 512 902.56 166.56z"}}]}'),tr=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:wf,name:"closeLine"}),null)};tr.displayName="closeLine",tr.inheritAttrs=!1;const Lf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;","overflow":"hidden","viewBox":"0 0 1024 1024"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM670.4 625.1l-45.3 45.3L512 557.3 398.9 670.4l-45.3-45.3L466.7 512 353.6 398.9l45.3-45.3L512 466.7l113.1-113.1 45.3 45.3L557.3 512 670.4 625.1z"}}]}'),Qn=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Lf,name:"close"}),null)};Qn.displayName="close",Qn.inheritAttrs=!1,JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M1011.1999999999999 489.59999999999997l-224-224c-12.799999999999999-12.799999999999999-32.64-12.799999999999999-45.44 0s-12.799999999999999 32.64 0 45.44l201.59999999999997 200.95999999999998-201.59999999999997 201.59999999999997c-12.799999999999999 12.799999999999999-12.799999999999999 32.64 0 45.44 6.3999999999999995 6.3999999999999995 14.719999999999999 9.6 22.4 9.6s16.64-3.1999999999999997 22.4-9.6l224-224c12.799999999999999-12.799999999999999 12.799999999999999-33.28 0.6399999999999999-45.44z"}},{"type":"element","name":"path","attributes":{"d":"M282.24 265.59999999999997c-12.799999999999999-12.799999999999999-32.64-12.799999999999999-45.44 0l-224 224c-12.799999999999999 12.799999999999999-12.799999999999999 32.64 0 45.44l224 224c6.3999999999999995 5.76 14.719999999999999 8.959999999999999 23.04 8.959999999999999s16.64-3.1999999999999997 22.4-9.6c12.799999999999999-12.799999999999999 12.799999999999999-32.64 0-45.44l-201.59999999999997-200.95999999999998 201.59999999999997-201.59999999999997c12.159999999999998-12.159999999999998 12.159999999999998-32.64 0-44.8z"}},{"type":"element","name":"path","attributes":{"d":"M616.3199999999999 129.27999999999997c-16.64-5.119999999999999-34.56 5.119999999999999-39.04 22.4l-192 704c-4.4799999999999995 17.28 5.119999999999999 34.56 22.4 39.04 2.5599999999999996 0.6399999999999999 5.76 1.2799999999999998 8.32 1.2799999999999998 14.08 0 26.88-9.6 30.72-23.68l192-704c4.4799999999999995-16.64-5.119999999999999-34.56-22.4-39.04z"}}]}');const vf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M608 512A96 96 0 0 1 512 608 96 96 0 0 1 416 512 96 96 0 0 1 608 512z"}},{"type":"element","name":"path","attributes":{"d":"M860.8 558.4c4.8-30.4 4.8-62.4 0-92.8l67.2-57.6c9.6-8 14.4-22.4 9.6-35.2-19.2-59.2-51.2-115.2-92.8-161.6-6.4-6.4-14.4-11.2-24-11.2-3.2 0-8 0-11.2 1.6l-83.2 30.4c-24-19.2-52.8-35.2-81.6-46.4l-16-86.4c-1.6-12.8-12.8-22.4-25.6-25.6-60.8-12.8-124.8-12.8-185.6 0-12.8 3.2-22.4 12.8-24 25.6l-16 86.4c-28.8 11.2-56 27.2-81.6 46.4l-83.2-30.4c-3.2-1.6-6.4-1.6-11.2-1.6-9.6 0-17.6 3.2-24 11.2-41.6 46.4-73.6 100.8-92.8 161.6-4.8 12.8 0 27.2 9.6 35.2l67.2 57.6C160 496 160 528 163.2 558.4L96 616c-9.6 8-14.4 22.4-9.6 35.2 19.2 59.2 51.2 115.2 92.8 161.6 6.4 6.4 14.4 11.2 24 11.2 3.2 0 8 0 11.2-1.6l83.2-30.4c24 19.2 52.8 35.2 81.6 46.4l16 86.4c1.6 12.8 12.8 22.4 25.6 25.6 60.8 12.8 124.8 12.8 185.6 0 12.8-3.2 22.4-12.8 25.6-25.6l16-86.4c28.8-11.2 56-27.2 81.6-46.4l83.2 30.4c3.2 1.6 6.4 1.6 11.2 1.6 9.6 0 17.6-3.2 24-11.2 41.6-46.4 73.6-100.8 92.8-161.6 3.2-12.8 0-27.2-11.2-35.2L860.8 558.4zM512 672c-88 0-160-72-160-160s72-160 160-160 160 72 160 160S600 672 512 672z"}}]}'),Os=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:vf,name:"cogShape"}),null)};Os.displayName="cogShape",Os.inheritAttrs=!1;const kf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M496 216l-76.32 76.32 152.64 152.8H64v101.76H572.16l-152.48 152.8L496 776 775.52 496Zm362.4 0v560H960v-560Z"}}]}'),As=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:kf,name:"collapseLeft"}),null)};As.displayName="collapseLeft",As.inheritAttrs=!1,JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M864 128H288c-17.6 0-32 14.4-32 32v96h-96c-17.6 0-32 14.4-32 32v576c0 17.6 14.4 32 32 32h576c17.6 0 32-14.4 32-32v-96h96c17.6 0 32-14.4 32-32V160C896 142.4 881.6 128 864 128zM704 704v64 64H192V320h64 64 384V704zM832 704h-64V288c0-17.6-14.4-32-32-32H320v-64h512V704z"}},{"type":"element","name":"path","attributes":{"d":"M275.2 419.2H611.2V483.2H275.2z"}},{"type":"element","name":"path","attributes":{"d":"M272 544H608V608H272z"}},{"type":"element","name":"path","attributes":{"d":"M272 672H608V736H272z"}}]}'),JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1170.2857142857142","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M176.27428571428572 248.68571428571425c100.74209523809523 24.673523809523807 216.40533333333332 38.863238095238096 335.335619047619 38.863238095238096s234.5935238095238-14.14095238095238 345.38057142857144-40.86247619047619c106.30095238095238-27.209142857142858 167.00952380952378-74.02057142857143 167.00952380952378-100.35199999999999 0-49.00571428571428-180.66285714285715-146.28571428571428-512-146.28571428571428s-512 95.81714285714285-512 146.28571428571428c0 26.33142857142857 60.70857142857143 73.14285714285714 176.27428571428572 102.4z"}},{"type":"element","name":"path","attributes":{"d":"M856.5028571428571 923.7942857142857c-99.2304761904762 25.6-213.13828571428573 40.27733333333333-330.45942857142853 40.27733333333333-4.924952380952381 0-9.849904761904762-0.04876190476190476-14.774857142857142-0.09752380952380953-3.4620952380952374 0.04876190476190476-8.387047619047618 0.09752380952380953-13.360761904761905 0.09752380952380953-117.32114285714286 0-231.18019047619046-14.677333333333332-339.87047619047615-42.37409523809524-113.37142857142858 37.156571428571425-157.98857142857142 81.77371428571428-157.98857142857142 102.25371428571428 0 49.00571428571428 180.66285714285715 146.28571428571428 512 146.28571428571428s512-95.08571428571427 512-146.28571428571428c0-20.479999999999997-44.61714285714286-65.09714285714286-167.49714285714285-100.2057142857143z"}},{"type":"element","name":"path","attributes":{"d":"M856.5028571428571 626.8342857142857c-103.37523809523809 25.063619047619046-222.0617142857143 39.44838095238095-344.16152380952377 39.44838095238095s-240.73752380952382-14.384761904761904-354.4990476190476-41.54514285714286c-113.27390476190476 37.20533333333333-157.8910476190476 82.55390476190476-157.8910476190476 106.69104761904762 0 49.00571428571428 180.66285714285715 146.28571428571428 512 146.28571428571428s512-95.08571428571427 512-146.28571428571428c0-24.137142857142855-44.61714285714286-69.48571428571428-167.49714285714285-104.5942857142857z"}},{"type":"element","name":"path","attributes":{"d":"M856.5028571428571 332.0685714285714h-13.165714285714285c-99.42552380952381 25.40495238095238-213.62590476190476 40.03352380952381-331.23961904761904 40.22857142857142-3.072 0-6.534095238095238 0.04876190476190476-10.04495238095238 0.04876190476190476-114.00533333333333 0-224.88990476190475-13.604571428571429-330.9958095238095-39.30209523809524l-2.8769523809523805 1.9504761904761905c-123.61142857142858 30.72-168.22857142857143 77.53142857142858-168.22857142857143 99.47428571428571 0 49.00571428571428 180.66285714285715 146.28571428571428 512 146.28571428571428s512-95.81714285714285 512-146.28571428571428c0-21.942857142857143-44.61714285714286-68.7542857142857-167.49714285714285-102.4z"}}]}'),JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M928 224H672v-64c0-35.2-28.8-64-64-64H416c-35.2 0-64 28.8-64 64v64H96v64h112v576c0 35.2 28.8 64 64 64h480c35.2 0 64-28.8 64-64V288h112V224zM432 160h160c9.6 0 16 6.4 16 16v48H416v-48C416 166.4 422.4 160 432 160zM736 864H288c-9.6 0-16-6.4-16-16V288h480v560C752 857.6 745.6 864 736 864z"}},{"type":"element","name":"path","attributes":{"d":"M576 400H640V752H576V400z"}},{"type":"element","name":"path","attributes":{"d":"M384 400H448V752H384V400z"}}]}'),JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1097.143","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M698.6979072 34.411393901714284C704.0406784 39.04304329142857 707.1085714285714 45.76605271771429 707.1085714285714 52.83693527771428L707.1085714285714 1069.3276013714285C707.1085714285714 1076.3886738285712 704.0452278857143 1083.1024822857141 698.7138852571428 1087.7323337142855 693.3825389714286 1092.362185142857 686.3058176 1094.453295542857 679.3142857142858 1093.4647442285714L66.27961892571427 1005.9371263999999C42.24804234971429 1002.5144795428571 24.393142857142855 981.9369252571428 24.393142857142855 957.6628406857142L24.393142857142855 164.50169709714285C24.393142857142855 140.22761252571428 42.24804234971429 119.65005750857142 66.27961892571427 116.22741138285714L66.32838107428572 116.22741138285714 679.2655250285715 28.699792423131427C686.2647552000001 27.695727027199997 693.355136 29.77974452662857 698.6979072 34.411393901714284ZM950.9180964571428 122.22512566857142C977.8485504 122.22512566857142 999.68 144.05657417142857 999.68 170.9870306742857L999.68 951.1775049142856C999.68 978.1079625142856 977.8485504 999.9394121142856 950.9180964571428 999.9394121142856L755.8704749714285 999.9394121142856 755.8704749714285 902.4156013714285 902.1561892571428 902.4156013714285 902.1561892571428 219.7489353142857 755.8704749714285 219.7489353142857 755.8704749714285 122.22512566857142 950.9180964571428 122.22512566857142ZM268.25142857142856 366.03464959999997L170.72761892571427 366.03464959999997 170.72761892571427 756.1298870857141 268.25142857142856 756.1298870857141 365.7752382171428 658.606076342857 463.2990464 756.1298870857141 560.8228571428571 756.1298870857141 560.8228571428571 366.03464959999997 463.2990464 366.03464959999997 463.2990464 609.3077906285713 365.7752382171428 512.3203620571429 268.73904749714285 609.8441727999999 268.25142857142856 366.03464959999997Z"}}]}');const Tf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M704 352l48 48-304 304-176-176 48-48 128 128z"}}]}'),Es=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Tf,name:"done"}),null)};Es.displayName="done",Es.inheritAttrs=!1;const xf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 768c-6.3999999999999995 0-13.44-2.5599999999999996-18.56-8.32l-356.48-384c-8.32-8.959999999999999-10.879999999999999-23.04-7.04-35.199999999999996s14.08-20.479999999999997 25.599999999999998-20.479999999999997h712.96c11.52 0 21.119999999999997 8.32 25.599999999999998 20.479999999999997s1.2799999999999998 26.24-7.04 35.199999999999996l-356.48 384c-5.119999999999999 5.76-12.159999999999998 8.32-18.56 8.32z"}}]}'),nr=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:xf,name:"downShape"}),null)};nr.displayName="downShape",nr.inheritAttrs=!1;const Sf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;","overflow":"hidden","viewBox":"0 0 1024 1024"},"elements":[{"type":"element","name":"path","attributes":{"d":"M288 448L336 400 512 576 688 400 736 448 512 672z"}}]}'),ir=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Sf,name:"downSmall"}),null)};ir.displayName="downSmall",ir.inheritAttrs=!1;const Df=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M609.6 201.6L203.2 609.6 203.2 710.4 304 710.4 712 304z"}},{"type":"element","name":"path","attributes":{"d":"M128 800H896V896H128z"}},{"type":"element","name":"path","attributes":{"d":"M683.6717566325265 128.04165515828316L785.4933559547056 229.86680878681256 740.2377321198037 275.1208529300033 638.4161327976245 173.2956993014738z"}}]}'),Vs=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Df,name:"editLine"}),null)};Vs.displayName="editLine",Vs.inheritAttrs=!1;const jf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M320 512c0 35.199999999999996-28.8 64-64 64s-64-28.8-64-64c0-35.199999999999996 28.8-64 64-64s64 28.8 64 64zM512 448c-35.199999999999996 0-64 28.8-64 64s28.8 64 64 64 64-28.8 64-64c0-35.199999999999996-28.8-64-64-64zM768 448c-35.199999999999996 0-64 28.8-64 64s28.8 64 64 64 64-28.8 64-64c0-35.199999999999996-28.8-64-64-64z"}}]}'),ar=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:jf,name:"ellipsis"}),null)};ar.displayName="ellipsis",ar.inheritAttrs=!1;const zf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"fill-rule":"evenodd","d":"M452.7573333333333 510.91200000000003L225.83338666666668 737.8346666666666 286.1730133333333 798.1738666666666 513.0965333333334 571.2511999999999 739.8399999999999 797.9946666666666 797.9946666666666 739.8399999999999 571.2511999999999 513.0965333333334 798.1738666666666 286.1730133333333 737.8346666666666 225.83338666666668 510.91200000000003 452.7573333333333 283.9867733333333 225.83338666666668 225.83338666666668 283.9867733333333 452.7573333333333 510.91200000000003Z","clip-rule":"evenodd"}}]}'),Pn=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:zf,name:"error"}),null)};Pn.displayName="error",Pn.inheritAttrs=!1,JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1097.143","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M698.6369535999999 21.90055387428571C703.9797248 26.53220315428571 707.0476178285713 33.25521261714285 707.0476178285713 40.326095360000004L707.0476178285713 1056.8167606857141C707.0476178285713 1063.8778368 703.9842779428571 1070.5916416 698.6529316571427 1075.2214930285713 693.3215890285713 1079.8513481142857 686.2448676571429 1081.9424548571428 679.2533321142857 1080.953903542857L66.21866678857141 993.4262857142858C42.18708992 990.0036388571428 24.332190354285718 969.4260845714285 24.332190354285718 945.152L24.332190354285718 151.99085714285712C24.332190354285718 127.71677257142855 42.18708992 107.13921718857142 66.21866678857141 103.71657142857141L66.26742857142857 103.71657142857141 679.2045714285714 16.188952502857138C686.2038015999999 15.18488685714286 693.2941824 17.26890459428571 698.6369535999999 21.90055387428571ZM950.8571428571428 109.71428571428571C977.7876004571428 109.71428571428571 999.6190463999999 131.54573421714286 999.6190463999999 158.4761903542857L999.6190463999999 938.6666678857142C999.6190463999999 965.5971218285714 977.7876004571428 987.4285714285713 950.8571428571428 987.4285714285713L755.8095250285714 987.4285714285713 755.8095250285714 889.9047606857142 902.0952393142857 889.9047606857142 902.0952393142857 207.23809536 755.8095250285714 207.23809536 755.8095250285714 109.71428571428571 950.8571428571428 109.71428571428571ZM287.69523821714284 353.52381074285717L170.6666667885714 353.52381074285717 307.2 548.5714285714286 170.6666667885714 743.6190463999999 287.69523821714284 743.6190463999999 365.71428571428567 632.1493321142857 443.7333321142857 743.6190463999999 560.7619035428571 743.6190463999999 424.2285714285714 548.5714285714286 560.7619035428571 353.52381074285717 443.7333321142857 353.52381074285717 365.71428571428567 464.9935250285714 287.69523821714284 353.52381074285717Z"}}]}');const Jf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 64C264 64 64 264 64 512s200 448 448 448 448-200 448-448S760 64 512 64zM512 768c-27.2 0-48-20.8-48-48s20.8-48 48-48c27.2 0 48 20.8 48 48S539.2 768 512 768zM560 308.8L544 608c0 17.6-14.4 32-32 32-17.6 0-32-14.4-32-32l-16-299.2c0-1.6 0-3.2 0-4.8 0-27.2 20.8-48 48-48 27.2 0 48 20.8 48 48C560 305.6 560 307.2 560 308.8z"}}]}'),Rs=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Jf,name:"exclamationCircleShape"}),null)};Rs.displayName="exclamationCircleShape",Rs.inheritAttrs=!1;const Qf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 384a128 128 0 1 0 128 128A128 128 0 0 0 512 384Zm0 192a64 64 0 1 1 64-64A64 64 0 0 1 512 576Z"}},{"type":"element","name":"path","attributes":{"d":"M512 240C264.64 240 64 512 64 512S264.64 784 512 784 960 512 960 512 759.36 240 512 240Zm0 480C352 720 208 580.96 147.04 512 208 442.88 352 304 512 304s304 139.04 364.96 208C816 581.12 672 720 512 720Z"}}]}'),Ws=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Qf,name:"eye"}),null)};Ws.displayName="eye",Ws.inheritAttrs=!1,JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M928 320h-35.199999999999996c-15.402666666666665-73.55733333333333-79.744-128-156.75733333333332-128 0 0-0.042666666666666665 0-0.042666666666666665 0h-288v-32c0-53.034666666666666-42.96533333333333-96-96-96h-256c-53.034666666666666 0-96 42.96533333333333-96 96v640c0 88.36266666666667 71.63733333333333 160 160 160h704c0.38399999999999995 0 0.8533333333333333 0 1.3226666666666667 0 51.199999999999996 0 92.88533333333334-40.61866666666666 94.67733333333332-91.34933333333333l64-452.65066666666667c0-53.034666666666666-42.96533333333333-96-96-96zM64 800v-640c0-17.663999999999998 14.336-32 32-32h256c17.663999999999998 0 32 14.336 32 32v64c0 17.663999999999998 14.336 32 32 32h320c41.42933333333333 0.128 76.71466666666666 26.496 90.02666666666666 63.31733333333333l-538.0266666666666 0.6826666666666666c-0.38399999999999995 0-0.8533333333333333 0-1.3226666666666667 0-51.199999999999996 0-92.88533333333334 40.61866666666666-94.67733333333332 91.34933333333333l-64 452.65066666666667c0.128 9.856 1.7493333333333334 19.328 4.650666666666666 28.202666666666666-39.97866666666667-12.842666666666666-68.47999999999999-49.151999999999994-68.65066666666667-92.16zM896 864c0 17.663999999999998-14.336 32-32 32h-640c-0.08533333333333333 0-0.21333333333333332 0-0.29866666666666664 0-16.08533333333333 0-29.39733333333333-11.861333333333334-31.658666666666665-27.349333333333334l64-452.65066666666667c0-17.663999999999998 14.336-32 32-32h640c0.08533333333333333 0 0.21333333333333332 0 0.29866666666666664 0 16.08533333333333 0 29.39733333333333 11.861333333333334 31.658666666666665 27.349333333333334z"}}]}');const Pf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M202.24 421.11999999999995c1.792-56.23466666666667 47.78666666666667-101.12 104.27733333333333-101.12 0.46933333333333327 0 0.9386666666666665 0 1.408 0l568.2346666666666 0c0.17066666666666666 0 0.38399999999999995 0 0.5973333333333333 0 7.082666666666666 0 12.799999999999999-5.717333333333333 12.799999999999999-12.799999999999999 0-1.3653333333333333-0.21333333333333332-2.6879999999999997-0.6399999999999999-3.925333333333333-21.205333333333332-65.024-81.40799999999999-111.27466666666666-152.40533333333332-111.27466666666666-0.17066666666666666 0-0.38399999999999995 0-0.5546666666666666 0h-287.9573333333333v-32c0-53.034666666666666-42.96533333333333-96-96-96h-256c-53.034666666666666 0-96 42.96533333333333-96 96v640c0 0.9813333333333333-0.042666666666666665 2.0906666666666665-0.042666666666666665 3.2426666666666666 0 77.056 54.44266666666667 141.39733333333334 126.976 156.58666666666664 0.896-1.92 0.8106666666666666-4.394666666666666 0.8106666666666666-6.8693333333333335s0.08533333333333333-4.949333333333334 0.256-7.381333333333332z"}},{"type":"element","name":"path","attributes":{"d":"M960 384h-652.16c-22.954666666666668 0-41.599999999999994 18.645333333333333-41.599999999999994 41.599999999999994l-74.24 521.5999999999999c-0.42666666666666664 1.92-0.6399999999999999 4.1386666666666665-0.6399999999999999 6.3999999999999995s0.256 4.4799999999999995 0.6826666666666666 6.613333333333333l703.9573333333333-0.21333333333333332c35.327999999999996 0 64-28.672 64-64l64-448c0-35.327999999999996-28.672-64-64-64z"}}]}'),Zs=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Pf,name:"folderShapeOpen"}),null)};Zs.displayName="folderShapeOpen",Zs.inheritAttrs=!1,JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M864 192h-416v-32c0-53.034666666666666-42.96533333333333-96-96-96h-256c-53.034666666666666 0-96 42.96533333333333-96 96v640c0 88.36266666666667 71.63733333333333 160 160 160h704c88.36266666666667 0 160-71.63733333333333 160-160v-448c0-88.36266666666667-71.63733333333333-160-160-160z"}}]}');const Of=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M864 960h-704c-88.36266666666667 0-160-71.63733333333333-160-160v-640c0-53.034666666666666 42.96533333333333-96 96-96h256c53.034666666666666 0 96 42.96533333333333 96 96v32h416c88.36266666666667 0 160 71.63733333333333 160 160v448c0 88.36266666666667-71.63733333333333 160-160 160zM96 128c-17.663999999999998 0-32 14.336-32 32v640c0 53.034666666666666 42.96533333333333 96 96 96h704c53.034666666666666 0 96-42.96533333333333 96-96v-448c0-53.034666666666666-42.96533333333333-96-96-96h-448c-17.663999999999998 0-32-14.336-32-32v-64c0-17.663999999999998-14.336-32-32-32z"}}]}'),Gs=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Of,name:"folder"}),null)};Gs.displayName="folder",Gs.inheritAttrs=!1,JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M860.8 128H163.2a32 32 0 0 0-27.36 52l295.2 336 0.96 0V896l160-82.72V516.8l0.96 0 295.2-336A32 32 0 0 0 860.8 128Z"}}]}'),JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;","overflow":"hidden","viewBox":"0 0 1024 1024"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 64C264 64 64 264 64 512c0 57.6 11.2 113.6 32 166.4V896c0 17.6 14.4 32 32 32h217.6C576 1019.2 836.8 908.8 928 678.4S908.8 187.2 678.4 96C625.6 75.2 569.6 64 512 64zM500.8 721.6c-27.2 0-48-20.8-48-48s20.8-48 48-48c27.2 0 48 20.8 48 48S528 721.6 500.8 721.6zM587.2 507.2c-36.8 20.8-48 35.2-48 62.4v14.4H464v-16c-3.2-44.8 11.2-70.4 51.2-92.8 36.8-22.4 48-35.2 48-60.8s-20.8-44.8-52.8-44.8c-28.8-1.6-52.8 19.2-56 48 0 1.6 0 1.6 0 3.2h-76.8c1.6-70.4 49.6-118.4 136-118.4 80 0 132.8 44.8 132.8 110.4C648 454.4 627.2 484.8 587.2 507.2z"}}]}'),JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;","overflow":"hidden","viewBox":"0 0 1024 1024"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 64C264 64 64 264 64 512s200 448 448 448 448-200 448-448S760 64 512 64zM500.8 721.6c-27.2 0-48-20.8-48-48s20.8-48 48-48c27.2 0 48 20.8 48 48S528 721.6 500.8 721.6zM587.2 507.2c-36.8 20.8-48 35.2-48 62.4v14.4H464v-16c-3.2-44.8 11.2-70.4 51.2-92.8 36.8-22.4 48-35.2 48-60.8s-20.8-44.8-52.8-44.8c-28.8-1.6-52.8 19.2-56 48 0 1.6 0 1.6 0 3.2h-76.8c1.6-70.4 49.6-118.4 136-118.4 80 0 132.8 44.8 132.8 110.4C648 454.4 627.2 484.8 587.2 507.2z"}}]}'),JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;","overflow":"hidden","viewBox":"0 0 1024 1024"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 128c212.8 0 384 171.2 384 384S724.8 896 512 896 128 724.8 128 512 299.2 128 512 128M512 64C264 64 64 264 64 512s200 448 448 448 448-200 448-448S760 64 512 64z"}},{"type":"element","name":"path","attributes":{"d":"M548.8 673.6A48 48 0 0 1 500.8 721.6 48 48 0 0 1 452.8 673.6 48 48 0 0 1 548.8 673.6z"}},{"type":"element","name":"path","attributes":{"d":"M513.6 302.4c80 0 132.8 44.8 132.8 110.4 0 41.6-20.8 72-60.8 96-40 24-48 35.2-48 62.4v14.4H464v-16c-3.2-44.8 11.2-70.4 51.2-92.8 36.8-22.4 48-35.2 48-60.8s-20.8-44.8-52.8-44.8c-28.8-1.6-52.8 19.2-56 48 0 1.6 0 1.6 0 3.2h-76.8C377.6 352 427.2 302.4 513.6 302.4z"}}]}'),JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1303.273","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M664.4363636363637 0C676.8000000000001 0 688.5818181818182 4.945454545454545 697.3090909090909 13.672727272727274L697.3090909090909 13.672727272727274 1010.3272727272728 326.6909090909091C1019.0545454545455 335.41818181818184 1024 347.3454545454546 1024 359.70909090909095L1024 359.70909090909095 1024 1256.7272727272727C1024 1282.4727272727273 1003.2 1303.2727272727273 977.4545454545455 1303.2727272727273L977.4545454545455 1303.2727272727273 46.54545454545455 1303.2727272727273C20.8 1303.2727272727273 0 1282.4727272727273 0 1256.7272727272727L0 1256.7272727272727 0 46.54545454545455C0 20.8 20.8 0 46.54545454545455 0L46.54545454545455 0ZM637.6727272727272 744.7272727272727L474.76363636363635 954.1818181818182 358.40000000000003 814.5454545454546 195.4909090909091 1024 847.1272727272727 1024 637.6727272727272 744.7272727272727ZM465.4545454545455 558.5454545454545C414.041856 558.5454545454545 372.3636363636364 600.2236741818182 372.3636363636364 651.6363636363636 372.3636363636364 703.0490530909091 414.041856 744.7272727272727 465.4545454545455 744.7272727272727 516.8672349090909 744.7272727272727 558.5454545454545 703.0490530909091 558.5454545454545 651.6363636363636 558.5454545454545 600.2236741818182 516.8672349090909 558.5454545454545 465.4545454545455 558.5454545454545ZM642.9090909090909 107.34545454545454L642.9090909090909 381.0909090909091 916.6545454545455 381.0909090909091 642.9090909090909 107.34545454545454Z"}}]}');const Af=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;","overflow":"hidden","viewBox":"0 0 1024 1024"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 64C264 64 64 264 64 512s200 448 448 448 448-200 448-448S760 64 512 64zM512 896C299.2 896 128 724.8 128 512S299.2 128 512 128s384 171.2 384 384S724.8 896 512 896z"}},{"type":"element","name":"path","attributes":{"d":"M494.4 403.2c-28.8 6.4-56 20.8-76.8 41.6-24 22.4 1.6 44.8 16 27.2 9.6-12.8 24-22.4 40-28.8 11.2-1.6 17.6 1.6 19.2 9.6 1.6 14.4 0 27.2-4.8 41.6-4.8 19.2-14.4 51.2-25.6 94.4-22.4 76.8-33.6 124.8-30.4 140.8 3.2 17.6 12.8 32 28.8 41.6 17.6 8 38.4 9.6 57.6 4.8 30.4-6.4 57.6-22.4 80-44.8 25.6-25.6-3.2-43.2-17.6-28.8-9.6 12.8-24 22.4-40 25.6-14.4 3.2-22.4-3.2-25.6-16-1.6-14.4 1.6-28.8 6.4-41.6 40-136 57.6-212.8 52.8-232-3.2-14.4-12.8-27.2-25.6-33.6C532.8 398.4 512 398.4 494.4 403.2z"}},{"type":"element","name":"path","attributes":{"d":"M608 304A48 48 0 0 1 560 352 48 48 0 0 1 512 304 48 48 0 0 1 608 304z"}}]}'),Ys=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Af,name:"infoLine"}),null)};Ys.displayName="infoLine",Ys.inheritAttrs=!1;const Ef=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;","overflow":"hidden","viewBox":"0 0 1024 1024"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 64A448 448 0 1 1 64 512 448 448 0 0 1 512 64ZM493.92 402.56a156 156 0 0 0-77.12 42.24c-24.32 22.88 1.44 44 16 27.52a82.56 82.56 0 0 1 40.48-28.16c11.04-2.24 17.6 1.28 19.36 10.4A118.88 118.88 0 0 1 488.16 496q-7.2 29.76-26.4 93.92-34.72 116.32-30.08 140.8a54.72 54.72 0 0 0 28.8 40.96 88 88 0 0 0 58.4 5.12 161.76 161.76 0 0 0 80-45.44c25.76-24.96-3.52-43.04-17.28-28a76.32 76.32 0 0 1-39.36 26.08c-14.24 2.88-22.72-2.4-25.28-16A104.96 104.96 0 0 1 522.88 672Q582.24 469.12 576 439.84a46.24 46.24 0 0 0-25.6-33.6A89.6 89.6 0 0 0 493.92 402.56Zm67.84-39.84A49.92 49.92 0 1 0 512 312.96 49.76 49.76 0 0 0 561.76 362.72Z"}}]}'),rr=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Ef,name:"info"}),null)};rr.displayName="info",rr.inheritAttrs=!1;const Vf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M680.96 129.92c-14.08-3.84-30.08-1.2799999999999998-40.31999999999999 7.04l-439.03999999999996 356.48c-12.799999999999999 10.239999999999998-12.799999999999999 26.88 0 37.12l439.03999999999996 356.48c7.04 5.76 16.64 8.959999999999999 26.88 8.959999999999999 4.4799999999999995 0 8.959999999999999-0.6399999999999999 13.44-1.92 14.08-3.84 23.04-14.08 23.04-25.599999999999998v-712.96c0-11.52-8.959999999999999-21.759999999999998-23.04-25.599999999999998z"}}]}'),Bs=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Vf,name:"leftShape"}),null)};Bs.displayName="leftShape",Bs.inheritAttrs=!1,JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1303.273","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"fill-rule":"evenodd","d":"M1010.3272727272728 326.8363636363636C1019.0545454545455 335.56363636363636 1024 347.3454545454546 1024 359.70909090909095L1024 1256.7272727272727C1024 1282.4727272727273 1003.2 1303.2727272727273 977.4545454545455 1303.2727272727273L46.54545454545455 1303.2727272727273C20.80000000000002 1303.2727272727273 0 1282.4727272727273 0 1256.7272727272727L0 46.54545454545455C0 20.799999999999997 20.80000000000002 0 46.54545454545455 0L664.2909090909092 0C676.6545454545455 0 688.5818181818182 4.945454545454554 697.3090909090909 13.67272727272728L1010.3272727272728 326.8363636363636ZM916.6545454545455 381.0909090909091L642.9090909090909 107.34545454545456 642.9090909090909 381.0909090909091 916.6545454545455 381.0909090909091ZM688.3156340363636 833.8269090909091C666.2443659636364 833.1156340363638 642.7679976727273 834.8014545454546 616.0974568727273 838.1381818181819 580.7549114181819 816.3389114181817 556.9643659636364 786.3825454545455 540.0625477818182 742.389820509091 540.4698158545455 740.714179490909 541.3134568727273 737.2436386909092 541.6087272727273 736.0189114181819 542.2981818181819 733.1709114181818 542.8698158545455 730.7912750545455 543.4167295999999 728.4770909090909 549.661090909091 702.1061818181818 553.0385454545456 682.8654545454546 554.0349114181819 663.4661841454545 554.788361309091 648.8130932363637 553.9767249454546 635.2945477818182 551.3774545454546 622.7738205090909 546.5803636363637 595.7425477818182 527.4443636363637 579.933090909091 503.3469067636364 578.9541841454546 480.8799976727273 578.0421818181818 460.2210909090909 590.5803636363637 454.9381818181818 610.0421818181818 446.33745221818185 641.4778181818182 451.37454545454545 682.8712727272729 469.6 753.4341818181819 446.3796363636364 808.7883636363637 415.70618181818185 873.6683659636363 395.1229067636363 909.8545477818182 367.65381818181817 924.021820509091 346.2443659636364 936.9163636363637 328.28218181818187 951.2029090909091 304.5687296 970.0625454545454 289.7658181818182 989.4429090909091 285.6843636363637 1009.8298181818183 283.71345221818177 1019.2552727272729 286.69090909090914 1031.5985454545455 293.4807272727272 1041.7018181818182 301.184 1053.1621841454546 312.8 1060.597820509091 326.7243659636364 1061.6800023272726 361.85454312727273 1064.4101818181819 405.02254312727274 1028.1905477818182 452.6734522181818 946.3956386909091 457.4661818181818 944.8101841454546 462.5352704 943.1127272727273 468.71127040000005 941.0283659636364 472.09018181818186 939.8894545454546 483.9316340363637 935.8821841454546 486.0349114181819 935.1723659636364 496.9745454545455 931.4778205090909 504.9149114181818 928.8305477818183 512.7636340363636 926.2763659636363 546.7941794909092 915.2043659636364 572.5396340363636 908.1978181818182 595.9781794909092 904.221090909091 636.6661818181818 926.0000023272728 683.7105477818181 940.288 715.3934522181818 940.288 741.5447272727273 940.288 759.2130885818183 926.7330932363637 765.5970909090909 905.4007296 771.2072704000001 886.6574568727273 766.7520000000001 864.9294568727273 754.7272704 852.9149114181819 742.2763613090909 840.6821841454545 719.3818205090909 834.8290932363636 688.3156340363636 833.8269090909091L688.3156340363636 833.8269090909091ZM327.61017716363637 1020.6196363636365L327.61017716363637 1020.0960000000001 327.79345454545455 1019.6043636363636C329.6479976727273 1014.6283613090909 332.38545221818185 1009.4109090909092 335.93890909090914 1003.9563636363637 342.17018181818185 994.3912727272727 350.7359976727273 984.32 361.3527272727273 973.6072704000001 367.0545454545455 967.8545454545455 372.992 962.2618158545456 379.9563636363637 955.9781794909092 381.5170885818182 954.5687272727273 391.46181818181816 945.7105454545456 393.32217949090904 943.9781841454546L409.5781794909091 928.8407272727272 397.76727040000003 947.6538181818181C379.8385431272727 976.2181818181818 363.6436340363636 996.7883636363637 349.74836363636365 1010.2050909090909 344.64727039999997 1015.1316340363637 340.1483636363636 1018.7869090909091 336.52508858181824 1021.121452218182 335.0312727272727 1022.0843613090909 333.7381794909091 1022.7854522181817 332.72436363636365 1023.1927249454546 332.1294522181818 1023.4298181818182 331.6029067636364 1023.5825431272726 331.0807272727273 1023.6319976727274 330.5281303272728 1023.6968587636364 329.9681698909091 1023.6166516363637 329.4559976727273 1023.3992704 328.3361233454546 1022.9301666909092 327.6080779636364 1021.8337931636364 327.61017716363637 1020.6196363636365ZM510.7869090909091 703.1374568727272L507.4996363636364 708.9658181818182 505.47781818181824 702.5876340363636C500.94836363636364 688.2909090909092 497.6421841454545 666.7461818181819 496.72727272727275 647.3192727272727 495.6858181818182 625.2145431272728 497.44000000000005 611.9403659636364 504.416 611.9403659636364 514.2196363636363 611.9403659636364 518.715638690909 627.6610885818181 519.072 651.2901818181818 519.3861818181817 672.0610909090909 516.1192727272727 693.6785454545454 510.7869090909091 703.1374568727272ZM502.336 788.1760023272727L504.5672727272727 782.2850932363638 507.60436363636364 787.805090909091C524.6080000000001 818.7069114181819 546.6705454545455 844.4843659636364 570.9323636363636 862.4450932363636L576.1614522181818 866.3170932363636 569.7905431272727 867.6320023272727C546.0407296000001 872.5367296000001 523.9083659636365 879.9330909090909 493.6596340363636 892.1294568727272 496.82181585454543 890.8552750545455 462.20799999999997 905.021090909091 453.45890676363643 908.3752727272728L445.81963403636365 911.3032750545455 449.89527039999996 904.2094545454546C467.85891141818183 872.9425454545456 484.452361309091 835.3716363636364 502.3345477818182 788.1760023272727L502.336 788.1760023272727ZM731.6101818181818 899.1010909090909C720.1716363636365 903.616 695.5709067636365 899.5796340363637 652.2370932363636 881.0836340363636L641.2392727272727 876.3898181818182 653.1650885818183 875.5069067636365C687.0487272727273 872.9992704 711.0661818181818 874.8669067636364 725.0516340363637 879.9869067636363 731.0007249454545 882.165820509091 734.9774522181818 884.9149114181819 736.7418181818182 888.064 738.6472727272728 891.4618181818182 737.7745454545455 895.0603636363637 734.7607272727273 897.2421818181818 734.109090909091 897.8632704 733.0807295999999 898.5221818181819 731.6101818181818 899.1010909090909L731.6101818181818 899.1010909090909Z"}}]}'),JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M827.9893333333332 482.73066666666665l-585.1306666666667-474.7093333333333c-6.229333333333333-5.418666666666667-14.421333333333333-8.746666666666666-23.381333333333334-8.789333333333332-20.223999999999997 0-36.56533333333333 16.384-36.56533333333333 36.56533333333333v950.8693333333333c0 20.18133333333333 16.384 36.56533333333333 36.56533333333333 36.56533333333333 0 0 0.042666666666666665 0 0.042666666666666665 0 8.618666666666666 0 16.512-3.0293333333333328 22.698666666666668-8.106666666666666l585.088-474.66666666666663c8.874666666666666-6.741333333333333 14.506666666666668-17.28 14.506666666666668-29.184 0-11.562666666666667-5.333333333333333-21.845333333333333-13.696-28.544z"}}]}');const Rf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M736 480L544 480 544 288 480 288 480 480 288 480 288 544 480 544 480 736 544 736 544 544 736 544z"}}]}'),Hs=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Rf,name:"plus"}),null)};Hs.displayName="plus",Hs.inheritAttrs=!1,JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1097.143","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"fill-rule":"evenodd","d":"M698.6857142857143 34.403266925714284C704.0284854857142 39.03491620571429 707.0963821714286 45.75792566857142 707.0963821714286 52.82880841142857L707.0963821714286 1069.3194752C707.0963821714286 1076.3805476571426 704.0330386285714 1083.0943561142856 698.7016923428572 1087.7242075428571 693.3703497142857 1092.3540589714285 686.2936283428571 1094.4451693714284 679.3020964571429 1093.4566180571428L66.26742857142857 1005.9290002285713C42.23585170285714 1002.5063533714285 24.380952502857145 981.9287990857142 24.380952502857145 957.6547145142856L24.380952502857145 164.4935701942857C24.380952502857145 140.21948562285712 42.23585170285714 119.64193024 66.26742857142857 116.21928448L66.31619035428571 116.21928448 679.2533321142857 28.691665554285713C686.252565942857 27.68759990857143 693.3429430857143 29.771617645714286 698.6857142857143 34.403266925714284ZM950.905903542857 122.21699876571428C977.8363611428571 122.21699876571428 999.6678107428571 144.04844726857144 999.6678107428571 170.97890340571428L999.6678107428571 951.1693787428571C999.6678107428571 978.0998363428571 977.8363611428571 999.931285942857 950.905903542857 999.931285942857L755.8582857142857 999.931285942857 755.8582857142857 902.4074751999999 902.1439999999999 902.4074751999999 902.1439999999999 219.74080841142853 755.8582857142857 219.74080841142853 755.8582857142857 122.21699876571428 950.905903542857 122.21699876571428ZM544.5566976 333.5185846857143L154.46146048 333.5185846857143 154.46146048 723.613824 251.98526976 723.613824 251.98526976 626.0900132571428 544.5566976 626.0900132571428 544.5566976 333.5185846857143ZM447.03289051428567 431.0423954285714L447.03289051428567 528.5662061714285 251.98526976 528.5662061714285 251.98526976 431.0423954285714 447.03289051428567 431.0423954285714Z"}}]}'),JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1117.090909090909","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M314.1818181818182 1117.090909090909h-30.720000000000002c-58.78690909090909-0.6516363636363637-112.73309090909092-21.038545454545456-155.5549090909091-54.87709090909091-18.01309090909091-17.31490909090909-29.55636363636364-42.216727272727276-29.55636363636364-69.86472727272727 0-1.3032727272727274 0.04654545454545455-2.6530909090909094 0.0930909090909091-3.956363636363637 0.1861818181818182-11.776 3.025454545454546-23.04 7.866181818181819-33.09381818181818-0.1861818181818182 0.32581818181818184-0.1861818181818182 0.1861818181818182-0.1861818181818182 0 0-18.478545454545458 7.168-35.281454545454544 18.897454545454547-47.75563636363636 8.424727272727273-10.100363636363637 18.10618181818182-18.897454545454547 28.811636363636364-26.205090909090906-7.866181818181819-12.008727272727274-16.19781818181818-25.506909090909094-23.691636363636366-39.47054545454545-17.268363636363638 19.78181818181818-42.123636363636365 34.443636363636365-70.42327272727273 37.05018181818182-19.642181818181818-1.349818181818182-35.70036363636364-13.870545454545454-42.170181818181824-31.045818181818184-51.75854545454546-139.96218181818182 26.43781818181818-264.9367272727273 87.17963636363636-336.1512727272728-0.32581818181818184-3.2581818181818187-0.512-7.028363636363636-0.512-10.798545454545456s0.1861818181818182-7.586909090909091 0.5585454545454546-11.310545454545455c-0.3723636363636364-2.699636363636364-0.5585454545454546-6.3767272727272735-0.5585454545454546-10.053818181818182 0-18.990545454545455 5.12-36.77090909090909 14.056727272727272-52.08436363636364 0.4189090909090909-23.505454545454548 10.705454545454547-44.96290909090909 26.903272727272725-60.22981818181819 2.0014545454545454-203.264 167.2378181818182-367.29018181818185 370.78109090909095-367.29018181818185 0.512 0 0.9774545454545456 0 1.4894545454545456 0 104.40145454545454 1.2567272727272727 198.42327272727272 44.86981818181818 265.8210909090909 114.40872727272729 65.34981818181818 65.25672727272728 106.82181818181819 154.25163636363638 110.40581818181818 252.88145454545455 22.43490909090909 28.904727272727275 36.02618181818182 65.1170909090909 36.02618181818182 104.44800000000001 0 12.706909090909091-1.3963636363636363 25.088-4.096 37.00363636363637 51.2 64.512 134.28363636363636 203.45018181818185 70.05090909090909 343.7847272727273-7.493818181818182 17.268363636363638-24.34327272727273 29.184-43.985454545454544 29.323636363636364h0c-27.694545454545455-4.654545454545455-50.87418181818182-20.945454545454545-64.69818181818181-43.566545454545455-8.424727272727273 15.63927272727273-16.57018181818182 29.137454545454545-25.46036363636364 42.030545454545454 14.382545454545454 6.935272727272727 25.925818181818183 16.942545454545453 35.51418181818182 28.57890909090909 11.450181818181818 11.86909090909091 18.71127272727273 27.46181818181818 19.735272727272726 44.73018181818182 4.654545454545455 9.774545454545455 7.493818181818182 21.038545454545456 7.680000000000001 32.954181818181816 0.04654545454545455 1.2101818181818182 0.0930909090909091 2.5134545454545454 0.0930909090909091 3.816727272727273 0 27.601454545454544-11.543272727272727 52.54981818181818-30.06836363636364 70.23709090909091-42.30981818181819 33.466181818181816-96.256 53.85309090909091-154.90327272727274 54.50472727272727-10.14690909090909 1.2101818181818182-21.736727272727276 1.8618181818181818-33.512727272727275 1.8618181818181818-66.28072727272728 0-127.44145454545455-21.643636363636364-176.91927272727273-58.32145454545454l-33.419636363636364 0.5585454545454546c-47.19709090909091 36.25890909090909-107.14763636363637 58.088727272727276-172.17163636363637 58.088727272727276-3.3047272727272725 0-6.56290909090909-0.04654545454545455-9.821090909090909-0.1861818181818182zM187.11272727272726 946.7345454545455l18.152727272727272 11.17090909090909-38.4 30.720000000000002c0.8378181818181818 8.238545454545454 3.8632727272727276 15.63927272727273 8.471272727272726 21.736727272727276 31.232000000000003 22.900363636363636 70.51636363636364 36.72436363636364 113.01236363636363 36.910545454545456 9.588363636363637 1.442909090909091 20.57309090909091 2.280727272727273 31.744000000000003 2.280727272727273 53.061818181818175 0 101.74836363636364-18.80436363636364 139.72945454545453-50.0829090909091l10.100363636363637-9.495272727272727h21.643636363636364c6.469818181818183 0.46545454545454545 14.010181818181819 0.7447272727272728 21.643636363636364 0.7447272727272728s15.173818181818183-0.2792727272727273 22.667636363636365-0.7912727272727273l14.336 0.04654545454545455 11.17090909090909 10.472727272727273c37.376000000000005 31.09236363636364 85.9229090909091 49.98981818181819 138.8450909090909 49.98981818181819 11.636363636363637 0 23.04-0.9309090909090909 34.16436363636364-2.6530909090909094-0.6516363636363637 0.1861818181818182 0 0.1861818181818182 0.6516363636363637 0.1861818181818182 42.07709090909091 0 80.94254545454547-13.637818181818181 112.45381818181818-36.67781818181818 3.6770909090909094-4.561454545454546 6.2370909090909095-11.031272727272727 6.2370909090909095-18.10618181818182 0-1.8618181818181818-0.1861818181818182-3.6770909090909094-0.512-5.445818181818182l-38.35345454545455-30.533818181818184 18.152727272727272-9.774545454545455c-10.053818181818182-7.633454545454546-21.969454545454546-13.451636363636363-34.955636363636366-16.61672727272727l-55.80800000000001-14.103272727272728 37.70181818181818-42.58909090909091c29.649454545454546-33.18690909090909 52.1309090909091-73.49527272727273 64.41890909090908-117.99272727272728l24.948363636363638-94.25454545454545 40.49454545454545 85.87636363636364c8.843636363636364 19.456 19.316363636363636 36.21236363636364 31.744000000000003 51.386181818181825 30.39418181818182-108.63709090909092-47.104-218.25163636363638-83.40945454545455-262.2370909090909l-13.265454545454544-15.360000000000001 6.9818181818181815-18.85090909090909c3.1185454545454547-9.076363636363636 4.887272727272728-19.54909090909091 4.887272727272728-30.440727272727276 0-25.134545454545457-9.541818181818181-48.034909090909096-25.227636363636368-65.25672727272728l-9.681454545454546-10.379636363636363v-13.963636363636363c-0.32581818181818184-169.70472727272727-135.40072727272727-307.75854545454547-303.9418181818182-312.78545454545457-1.349818181818182 0-2.373818181818182-0.04654545454545455-3.444363636363636-0.04654545454545455-167.7498181818182 0-303.70909090909095 135.95927272727272-303.70909090909095 303.70909090909095 0 3.6770909090909094 0.04654545454545455 7.354181818181819 0.1861818181818182 11.031272727272727l0 20.433454545454545-17.454545454545453 13.963636363636363c-5.678545454545454 3.1650909090909094-9.448727272727274 9.076363636363636-9.448727272727274 15.918545454545455 0 1.3032727272727274 0.13963636363636364 2.5134545454545454 0.3723636363636364 3.7236363636363636l4.189090909090909 27.089454545454544-16.756363636363638 7.680000000000001c-0.3723636363636364 2.7461818181818183-0.6050909090909091 5.864727272727273-0.6050909090909091 9.076363636363636s0.23272727272727273 6.330181818181819 0.6516363636363637 9.448727272727274c0.512 6.842181818181818 2.280727272727273 13.451636363636363 4.980363636363636 19.54909090909091l8.238545454545454 19.874909090909092-14.661818181818182 16.05818181818182c-59.485090909090914 55.482181818181814-96.53527272727273 134.28363636363636-96.53527272727273 221.7890909090909 0 10.891636363636364 0.5585454545454546 21.69018181818182 1.722181818181818 32.30254545454545 12.288-14.754909090909091 23.179636363636366-29.88218181818182 32.11636363636364-46.21963636363636l41.099636363636364-70.98181818181818 23.73818181818182 78.89454545454547c13.312 44.12509090909091 35.14181818181818 82.19927272727273 63.76727272727273 114.0829090909091l36.07272727272728 40.215272727272726-52.36363636363637 16.05818181818182c-12.427636363636365 2.3272727272727276-23.458909090909092 6.935272727272727-33.14036363636364 13.451636363636363zM165.4690909090909 474.76363636363635v0z"}}]}');const Wf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M822.3999999999999 493.43999999999994l-439.03999999999996-356.48c-10.239999999999998-8.32-26.24-10.879999999999999-40.31999999999999-7.04s-23.04 14.08-23.04 25.599999999999998v712.96c0 11.52 8.959999999999999 21.119999999999997 23.04 25.599999999999998 4.4799999999999995 1.2799999999999998 8.959999999999999 1.92 13.44 1.92 10.239999999999998 0 19.84-3.1999999999999997 26.88-8.959999999999999l439.03999999999996-356.48c12.799999999999999-10.239999999999998 12.799999999999999-26.88 0-37.12z"}}]}'),ya=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Wf,name:"rightShape"}),null)};ya.displayName="rightShape",ya.inheritAttrs=!1;const Zf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M842.56 797.28l-151.52-151.52a336 336 0 1 0-45.28 45.28l151.52 151.52a32 32 0 0 0 45.28-45.28ZM432 704A272 272 0 1 1 704 432 272 272 0 0 1 432 704Z"}}]}'),Fs=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Zf,name:"search"}),null)};Fs.displayName="search",Fs.inheritAttrs=!1,JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"icon","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M981.333333 1024H42.666667a42.666667 42.666667 0 0 1-42.666667-42.666667V42.666667a42.666667 42.666667 0 0 1 42.666667-42.666667h341.333333a42.666667 42.666667 0 0 1 0 85.333333H85.333333v853.333334h853.333334V618.666667a42.666667 42.666667 0 0 1 85.333333 0v362.666666a42.666667 42.666667 0 0 1-42.666667 42.666667z m0-576a42.666667 42.666667 0 0 1-42.666666-42.666667V152.746667L315.306667 796.8a48 48 0 0 1-67.2 0 47.36 47.36 0 0 1 0-66.133333L871.893333 85.333333H640a42.666667 42.666667 0 0 1 0-85.333333h341.333333a42.666667 42.666667 0 0 1 42.666667 42.666667v362.666666a42.666667 42.666667 0 0 1-42.666667 42.666667z"}}]}');const Gf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"lds-spin","preserveAspectRatio":"xMidYMid","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M874.3255040000001 512A55.125504 55.125504 0 0 1 819.2 567.125504 55.125504 55.125504 0 0 1 764.074496 512 55.125504 55.125504 0 0 1 874.3255040000001 512z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.9166666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.9166666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".917","d":"M826.5220089266763 693.5878203150381A55.978496 55.978496 0 0 1 750.0539613250309 714.0773719166838 55.978496 55.978496 0 0 1 729.5644097233852 637.6093243150382 55.978496 55.978496 0 0 1 826.5220089266763 693.5878203150381z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.8333333333333334s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.8333333333333334s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".833","d":"M694.0170969047495 827.2583983352753A56.83200000000001 56.83200000000001 0 0 1 616.3831411568723 806.4564425873981 56.83200000000001 56.83200000000001 0 0 1 637.1850969047495 728.8224868395207 56.83200000000001 56.83200000000001 0 0 1 694.0170969047495 827.2583983352753z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.75s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.75s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".75","d":"M512 876.8855040000001A57.685504 57.685504 0 0 1 454.314496 819.2 57.685504 57.685504 0 0 1 512 761.5144959999999 57.685504 57.685504 0 0 1 512 876.8855040000001z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.6666666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.6666666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".667","d":"M329.1269198807941 828.7408206328269A58.538495999999995 58.538495999999995 0 0 1 307.7003432454604 748.7757479974932 58.538495999999995 58.538495999999995 0 0 1 387.6654158807941 727.3491713621594 58.538495999999995 58.538495999999995 0 0 1 329.1269198807941 828.7408206328269z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.5833333333333334s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.5833333333333334s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".583","d":"M194.5170177632531 695.2980006130954A59.39199999999999 59.39199999999999 0 0 1 216.2559985448185 614.16701983153 59.39199999999999 59.39199999999999 0 0 1 297.3869793263839 635.9060006130953 59.39199999999999 59.39199999999999 0 0 1 194.5170177632531 695.2980006130954z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.5s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.5s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".5","d":"M144.55449600000003 512A60.245504000000004 60.245504000000004 0 0 1 204.80000000000004 451.754496 60.245504000000004 60.245504000000004 0 0 1 265.04550400000005 512 60.245504000000004 60.245504000000004 0 0 1 144.55449600000003 512z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.4166666666666667s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.4166666666666667s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".417","d":"M193.04947448121268 327.85151812453734A61.098496 61.098496 0 0 1 276.5115721502346 305.48791645551546 61.098496 61.098496 0 0 1 298.87517381925653 388.95001412453735 61.098496 61.098496 0 0 1 193.04947448121268 327.85151812453734z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.3333333333333333s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.3333333333333333s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".333","d":"M332.5476411431614 201.1754130120454A51.711999999999996 51.711999999999996 0 0 1 403.1875468236623 220.1033186925463 51.711999999999996 51.711999999999996 0 0 1 384.2596411431614 290.7432243730472 51.711999999999996 51.711999999999996 0 0 1 332.5476411431614 201.1754130120454z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.25s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.25s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".25","d":"M512 152.234496A52.565504000000004 52.565504000000004 0 0 1 564.565504 204.8 52.565504000000004 52.565504000000004 0 0 1 512 257.365504 52.565504000000004 52.565504000000004 0 0 1 512 152.234496z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.16666666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.16666666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".167","d":"M692.3075781671167 199.69299071449373A53.418496000000005 53.418496000000005 0 0 1 711.8601047350743 272.66401328245115 53.418496000000005 53.418496000000005 0 0 1 638.8890821671168 292.21653985040854 53.418496000000005 53.418496000000005 0 0 1 692.3075781671167 199.69299071449373z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.08333333333333333s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.08333333333333333s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".083","d":"M825.0362880000001 331.264A54.27213621356492 54.27213621356492 0 0 1 805.1712000000001 405.401088 54.27213621356492 54.27213621356492 0 0 1 731.034112 385.536 54.27213621356492 54.27213621356492 0 0 1 825.0362880000001 331.264z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"0s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"0s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]}]}'),Us=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Gf,name:"spinner"}),null)};Us.displayName="spinner",Us.inheritAttrs=!1;const Yf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;","overflow":"hidden","viewBox":"0 0 1024 1024"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM485.7 670.3l-181-181L350 444l135.8 135.8L712 353.5l45.3 45.3L485.7 670.3z"}}]}'),sr=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Yf,name:"success"}),null)};sr.displayName="success",sr.inheritAttrs=!1;const Bf=JSON.parse('{"type":"element","name":"svg","attributes":{"aria-hidden":"true","class":"anticon-spin","data-icon":"loading","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9 437.71 437.71 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3 0.1 19.9-16 36-35.9 36z"}}]}'),_s=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Bf,name:"switcherLoading"}),null)};_s.displayName="switcherLoading",_s.inheritAttrs=!1;const Hf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M704 64L704 64H128v896h768V256l0 0L704 64zM704 154.5L805.5 256H704V154.5zM832 896H192V128h448v192h192V896z","class":"st0"}},{"type":"element","name":"path","attributes":{"d":"M288 320H544V384H288V320z","class":"st0"}},{"type":"element","name":"path","attributes":{"d":"M288 448H736V512H288V448z","class":"st0"}},{"type":"element","name":"path","attributes":{"d":"M288 576H736V640H288V576z","class":"st0"}},{"type":"element","name":"path","attributes":{"d":"M288 704H736V768H288V704z","class":"st0"}}]}'),Xs=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Hf,name:"textFile"}),null)};Xs.displayName="textFile",Xs.inheritAttrs=!1,JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1303.273","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M664.4363636363637 0C676.8000000000001 0 688.5818181818182 4.945454545454545 697.3090909090909 13.672727272727274L697.3090909090909 13.672727272727274 1010.3272727272728 326.6909090909091C1019.0545454545455 335.41818181818184 1024 347.3454545454546 1024 359.70909090909095L1024 359.70909090909095 1024 1256.7272727272727C1024 1282.4727272727273 1003.2 1303.2727272727273 977.4545454545455 1303.2727272727273L977.4545454545455 1303.2727272727273 46.54545454545455 1303.2727272727273C20.8 1303.2727272727273 0 1282.4727272727273 0 1256.7272727272727L0 1256.7272727272727 0 46.54545454545455C0 20.8 20.8 0 46.54545454545455 0L46.54545454545455 0ZM721.4545454545455 930.909090909091L302.54545454545456 930.909090909091C289.6922824145455 930.909090909091 279.27272727272725 941.3286446545454 279.27272727272725 954.1818181818182L279.27272727272725 954.1818181818182 279.27272727272725 1000.7272727272727C279.27272727272725 1013.5804462545456 289.6922824145455 1024 302.54545454545456 1024L302.54545454545456 1024 721.4545454545455 1024C734.3077189818182 1024 744.7272727272727 1013.5804462545456 744.7272727272727 1000.7272727272727L744.7272727272727 1000.7272727272727 744.7272727272727 954.1818181818182C744.7272727272727 941.3286446545454 734.3077189818182 930.909090909091 721.4545454545455 930.909090909091L721.4545454545455 930.909090909091ZM628.3636363636364 744.7272727272727L302.54545454545456 744.7272727272727C289.6922824145455 744.7272727272727 279.27272727272725 755.1468264727272 279.27272727272725 768L279.27272727272725 768 279.27272727272725 814.5454545454546C279.27272727272725 827.3986280727273 289.6922824145455 837.8181818181819 302.54545454545456 837.8181818181819L302.54545454545456 837.8181818181819 628.3636363636364 837.8181818181819C641.2168098909091 837.8181818181819 651.6363636363636 827.3986280727273 651.6363636363636 814.5454545454546L651.6363636363636 814.5454545454546 651.6363636363636 768C651.6363636363636 755.1468264727272 641.2168098909091 744.7272727272727 628.3636363636364 744.7272727272727L628.3636363636364 744.7272727272727ZM442.1818181818182 558.5454545454545L302.54545454545456 558.5454545454545C289.6922824145455 558.5454545454545 279.27272727272725 568.9650082909092 279.27272727272725 581.8181818181819L279.27272727272725 581.8181818181819 279.27272727272725 628.3636363636364C279.27272727272725 641.2168098909091 289.6922824145455 651.6363636363636 302.54545454545456 651.6363636363636L302.54545454545456 651.6363636363636 442.1818181818182 651.6363636363636C455.0349903127273 651.6363636363636 465.4545454545455 641.2168098909091 465.4545454545455 628.3636363636364L465.4545454545455 628.3636363636364 465.4545454545455 581.8181818181819C465.4545454545455 568.9650082909092 455.0349903127273 558.5454545454545 442.1818181818182 558.5454545454545L442.1818181818182 558.5454545454545ZM642.9090909090909 107.34545454545454L642.9090909090909 381.0909090909091 916.6545454545455 381.0909090909091 642.9090909090909 107.34545454545454Z"}}]}');const Ff=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M432.64 576h156.79999999999998l-79.36-260.48-77.44 260.48z"}},{"type":"element","name":"path","attributes":{"d":"M512 0c-282.75199999999995 0-512 229.248-512 512s229.248 512 512 512c282.75199999999995 0 512-229.248 512-512s-229.248-512-512-512zM681.5999999999999 768h-9.6c-0.042666666666666665 0-0.128 0-0.21333333333333332 0-14.250666666666667 0-26.325333333333333-9.301333333333332-30.464-22.186666666666667l-32.04266666666666-105.81333333333333h-192l-33.28 105.6c-4.1386666666666665 13.994666666666667-16.896 24.02133333333333-32 24.02133333333333-18.389333333333333 0-33.32266666666666-14.933333333333332-33.32266666666666-33.32266666666666 0-3.328 0.46933333333333327-6.485333333333333 1.3653333333333333-9.514666666666667l133.07733333333334-429.82399999999996c9.813333333333333-23.552 32.64-39.808 59.263999999999996-39.808 24.917333333333332 0 46.464 14.208 57.04533333333333 34.986666666666665l134.57066666666665 434.304c1.152 3.157333333333333 1.792 6.784 1.792 10.581333333333333 0 14.890666666666664-10.197333333333333 27.434666666666665-23.97866666666667 30.976z"}}]}'),$s=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Ff,name:"treeApplicationShape"}),null)};$s.displayName="treeApplicationShape",$s.inheritAttrs=!1;const Uf=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M500.16 304a355.04 355.04 0 0 1 128 24.8l48-48.96a426.08 426.08 0 0 0-176-39.84v64Z"}},{"type":"element","name":"path","attributes":{"d":"M763.2 328.8l-46.08 46.08a822.24 822.24 0 0 1 160 138.88 807.52 807.52 0 0 1-86.88 85.12C723.84 654.24 620.48 720 502.56 720a331.52 331.52 0 0 1-111.04-19.52l-49.44 49.28a402.4 402.4 0 0 0 160 34.24C768 784 960 512 960 512A962.56 962.56 0 0 0 763.2 328.8Z"}},{"type":"element","name":"path","attributes":{"d":"M254.88 701.12l46.08-46.08a706.56 706.56 0 0 1-156.64-144C197.44 442.88 328.16 304 500.16 304V240h0C234.72 240 64 512 64 512A838.72 838.72 0 0 0 254.88 701.12Z"}},{"type":"element","name":"path","attributes":{"d":"M512 640a128 128 0 0 0 110.24-192.96L888 181.28A32 32 0 1 0 842.72 136L576.96 401.76a128 128 0 0 0-176 176L136 842.72a32 32 0 1 0 45.28 45.28L447.04 622.24A128 128 0 0 0 512 640Zm64-128a64 64 0 0 1-64 64 60.96 60.96 0 0 1-16-2.4L573.6 496A60.96 60.96 0 0 1 576 512Zm-64-64a60.96 60.96 0 0 1 16 2.4L450.4 528A60.96 60.96 0 0 1 448 512 64 64 0 0 1 512 448Z"}}]}'),Ks=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:Uf,name:"unvisible"}),null)};Ks.displayName="unvisible",Ks.inheritAttrs=!1,JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M896 671.3599999999999c0-2.5599999999999996-0.6399999999999999-4.4799999999999995-1.2799999999999998-7.04-0.6399999999999999-1.92-0.6399999999999999-3.84-1.2799999999999998-5.119999999999999s-1.2799999999999998-2.5599999999999996-1.92-3.1999999999999997c-1.2799999999999998-2.5599999999999996-2.5599999999999996-4.4799999999999995-4.4799999999999995-6.3999999999999995 0 0 0 0 0-0.6399999999999999l-356.48-384c-10.239999999999998-11.52-26.88-11.52-37.12 0l-356.48 384c0 0 0 0.6399999999999999 0 0.6399999999999999-1.92 1.92-2.5599999999999996 3.84-3.84 6.3999999999999995-0.6399999999999999 1.2799999999999998-1.92 2.5599999999999996-2.5599999999999996 3.84s-0.6399999999999999 3.1999999999999997-1.2799999999999998 5.119999999999999c-0.6399999999999999 1.2799999999999998-1.2799999999999998 3.84-1.2799999999999998 6.3999999999999995 0 0 0 0.6399999999999999 0 0.6399999999999999 0 1.92 0.6399999999999999 3.1999999999999997 0.6399999999999999 4.4799999999999995 0 2.5599999999999996 0.6399999999999999 4.4799999999999995 1.2799999999999998 7.04s1.92 4.4799999999999995 3.1999999999999997 6.3999999999999995c0.6399999999999999 1.2799999999999998 1.2799999999999998 2.5599999999999996 1.92 3.84 0 0 0 0 0.6399999999999999 0.6399999999999999 1.2799999999999998 1.92 3.1999999999999997 3.1999999999999997 5.119999999999999 4.4799999999999995 1.2799999999999998 0.6399999999999999 2.5599999999999996 1.92 3.84 2.5599999999999996s2.5599999999999996 0.6399999999999999 3.84 1.2799999999999998c1.92 0 3.84 1.2799999999999998 6.3999999999999995 1.2799999999999998 0 0 0.6399999999999999 0 0.6399999999999999 0h712.96c3.84 0 7.68-0.6399999999999999 10.879999999999999-2.5599999999999996 0.6399999999999999 0 0.6399999999999999-0.6399999999999999 1.2799999999999998-0.6399999999999999 3.1999999999999997-1.92 5.76-3.84 8.32-6.3999999999999995 0 0 0 0 0.6399999999999999 0 0.6399999999999999-1.2799999999999998 1.2799999999999998-2.5599999999999996 1.92-3.84 1.2799999999999998-1.92 2.5599999999999996-3.84 3.1999999999999997-6.3999999999999995 0.6399999999999999-1.92 0.6399999999999999-4.4799999999999995 1.2799999999999998-7.04 0-1.92 0.6399999999999999-3.1999999999999997 0.6399999999999999-4.4799999999999995-0.6399999999999999-0.6399999999999999-0.6399999999999999-1.2799999999999998-0.6399999999999999-1.2799999999999998z"}}]}'),JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;","overflow":"hidden","viewBox":"0 0 1024 1024"},"elements":[{"type":"element","name":"path","attributes":{"d":"M897.6 422.4c-27.2-27.2-62.4-48-100.8-57.6C768 209.6 619.2 104 462.4 131.2c-120 20.8-212.8 115.2-233.6 233.6C131.2 388.8 64 475.2 64 574.4v9.6C64 704 160 800 278.4 800H320v-64h-41.6C195.2 736 128 668.8 128 585.6v-9.6c0-83.2 67.2-150.4 150.4-150.4H288c0-3.2 0-4.8 0-8l0 0c0-1.6 0-3.2 0-4.8v-1.6c0-1.6 0-3.2 0-4.8 0 0 0 0 0-1.6 0-1.6 0-3.2 0-4.8v-1.6c0-1.6 0-3.2 0-3.2 0-1.6 0-1.6 0-3.2 0 0 0-1.6 0-1.6 1.6-9.6 3.2-20.8 6.4-30.4l0 0c30.4-120 153.6-192 272-161.6 78.4 20.8 140.8 81.6 161.6 161.6l0 0c3.2 9.6 4.8 20.8 4.8 30.4 0 0 0 1.6 0 1.6 0 0 0 1.6 0 3.2 0 1.6 0 3.2 0 3.2V400c0 1.6 0 3.2 0 3.2v1.6c0 1.6 0 3.2 0 4.8v1.6c0 1.6 0 3.2 0 4.8l0 0c0 3.2 0 4.8 0 8h9.6c83.2-1.6 152 65.6 153.6 148.8 0 1.6 0 1.6 0 3.2v9.6c0 83.2-67.2 150.4-150.4 150.4l0 0H704v64h41.6C864 800 960 704 960 585.6v-9.6C960 518.4 937.6 464 897.6 422.4z"}},{"type":"element","name":"path","attributes":{"d":"M376 603.2L420.8 648 480 588.8 480 896 544 896 544 588.8 603.2 648 648 603.2 512 467.2z"}}]}'),JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1303.273","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"fill-rule":"evenodd","d":"M664.4363636363636 0C676.8 0 688.5818181818182 4.945454545454554 697.3090909090909 13.67272727272728L697.3090909090909 13.67272727272728 1010.3272727272728 326.69090909090914C1019.0545454545455 335.41818181818184 1024 347.3454545454546 1024 359.70909090909095L1024 359.70909090909095 1024 1256.7272727272727C1024 1282.4727272727273 1003.2 1303.2727272727273 977.4545454545455 1303.2727272727273L977.4545454545455 1303.2727272727273 46.54545454545455 1303.2727272727273C20.80000000000002 1303.2727272727273 0 1282.4727272727273 0 1256.7272727272727L0 1256.7272727272727 0 46.54545454545455C0 20.799999999999997 20.80000000000002 0 46.54545454545455 0L46.54545454545455 0ZM397.1878772363637 614.0514816000001L397.1878772363637 848.3380922181818C397.1878772363637 912.7669108363636 440.14042298181823 936.1955746909091 494.8073006545455 901.0525835636363L650.9983744 797.5759965090909C703.7128610909091 758.5282280727272 703.7128610909091 699.9565730909092 650.9983744 664.8135819636365L494.8073006545455 561.3369949090909C442.0928139636364 526.1940037818182 397.1878772363637 549.6226676363636 397.1878772363637 614.0514816000001ZM642.9090909090909 107.34545454545456L642.9090909090909 381.0909090909091 916.6545454545455 381.0909090909091 642.9090909090909 107.34545454545456Z"}}]}');const _f=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;","overflow":"hidden","viewBox":"0 0 1024 1024"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM544 704h-64v-64h64V704zM544 576h-64V320h64V576z"}}]}'),lr=(e,n)=>{const i=Z(Z({},e),n.attrs);return r.createVNode(Se,r.mergeProps(i,{data:_f,name:"warn"}),null)};lr.displayName="warn",lr.inheritAttrs=!1,JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M603.52 348.8c0 26.496-22.357333333333333 48-49.919999999999995 48s-49.919999999999995-21.503999999999998-49.919999999999995-48c0-26.496 22.357333333333333-48 49.919999999999995-48s49.919999999999995 21.503999999999998 49.919999999999995 48z"}},{"type":"element","name":"path","attributes":{"d":"M357.11999999999995 348.8c0 26.496-22.357333333333333 48-49.919999999999995 48s-49.919999999999995-21.503999999999998-49.919999999999995-48c0-26.496 22.357333333333333-48 49.919999999999995-48s49.919999999999995 21.503999999999998 49.919999999999995 48z"}},{"type":"element","name":"path","attributes":{"d":"M693.12 604.16c0 15.914666666666665-13.184 28.8-29.439999999999998 28.8s-29.439999999999998-12.885333333333332-29.439999999999998-28.8c0-15.914666666666665 13.184-28.8 29.439999999999998-28.8s29.439999999999998 12.885333333333332 29.439999999999998 28.8z"}},{"type":"element","name":"path","attributes":{"d":"M951.68 832c43.775999999999996-42.410666666666664 71.29599999999999-101.41866666666665 72.32-166.86933333333332-4.608-109.696-77.35466666666666-201.0453333333333-176.72533333333334-233.30133333333333 5.674666666666667-12.117333333333331 10.154666666666666-26.282666666666664 10.154666666666666-41.471999999999994 0-4.522666666666666-0.38399999999999995-8.959999999999999-1.152-13.226666666666667-33.834666666666664-181.29066666666665-212.39466666666664-313.1306666666667-425.5146666666667-313.1306666666667-238.71999999999997 0-430.72 167.04-430.72 372.48 1.2799999999999998 107.56266666666666 50.56 203.30666666666664 127.40266666666668 267.05066666666664l-16.682666666666666 55.50933333333333c-2.1759999999999997 6.784-3.456 14.634666666666668-3.456 22.741333333333333 0 42.410666666666664 34.38933333333333 76.8 76.8 76.8 12.458666666666666 0 24.191999999999997-2.944 34.602666666666664-8.234666666666666l101.33333333333333-52.906666666666666c32.81066666666666 7.722666666666666 70.52799999999999 12.159999999999998 109.22666666666666 12.159999999999998 0.08533333333333333 0 0.17066666666666666 0 0.21333333333333332 0h28.16c13.098666666666666-0.7679999999999999 25.130666666666663-4.693333333333333 35.54133333333333-11.050666666666666 54.22933333333333 73.55733333333333 140.672 120.53333333333333 238.07999999999998 120.53333333333333 1.664 0 3.3706666666666667 0 5.034666666666666-0.042666666666666665 21.077333333333332-0.08533333333333333 41.855999999999995-2.1759999999999997 61.99466666666667-6.101333333333333l49.10933333333333 26.581333333333333c9.941333333333333 5.034666666666666 21.717333333333332 8.021333333333333 34.176 8.021333333333333 42.410666666666664 0 76.8-34.38933333333333 76.8-76.8 0-8.106666666666666-1.2799999999999998-15.957333333333333-3.584-23.296zM430.72 752.64c-0.17066666666666666 0-0.38399999999999995 0-0.5973333333333333 0-40.831999999999994 0-80.29866666666666-5.8453333333333335-117.58933333333331-16.72533333333333l-3.456 0.7253333333333334-131.2 67.19999999999999 35.199999999999996-113.27999999999999h-3.1999999999999997c-86.10133333333332-52.05333333333333-143.40266666666668-144.17066666666665-145.92-249.89866666666666 0-172.50133333333332 165.76-312.66133333333335 366.72-312.66133333333335 5.717333333333333-0.3413333333333333 12.415999999999999-0.512 19.157333333333334-0.512 163.32799999999997 0 300.58666666666664 111.40266666666668 340.0106666666667 262.4l-14.805333333333332 2.432c-183.04 0-327.03999999999996 112-327.03999999999996 285.44 0.512 26.709333333333333 5.1626666666666665 52.181333333333335 13.312 75.98933333333332zM872.96 812.8v0l21.759999999999998 67.84-81.28-40.959999999999994h-3.84c-21.119999999999997 6.101333333333333-45.397333333333336 9.6-70.48533333333333 9.6-0.17066666666666666 0-0.38399999999999995 0-0.5546666666666666 0-5.888 0.5973333333333333-12.757333333333332 0.9386666666666665-19.712 0.9386666666666665-107.09333333333332 0-195.2853333333333-80.93866666666666-206.71999999999997-184.95999999999998 10.367999999999999-106.96533333333333 99.072-189.1413333333333 206.976-189.1413333333333 5.973333333333334 0 11.861333333333334 0.256 17.706666666666663 0.7253333333333334 4.309333333333333-0.512 10.197333333333333-0.7253333333333334 16.170666666666666-0.7253333333333334 107.904 0 196.60799999999998 82.17599999999999 206.976 187.34933333333333-1.7066666666666666 63.82933333333333-35.79733333333333 118.44266666666665-86.18666666666667 148.90666666666667z"}},{"type":"element","name":"path","attributes":{"d":"M839.68 604.16c0 15.914666666666665-13.184 28.8-29.439999999999998 28.8s-29.439999999999998-12.885333333333332-29.439999999999998-28.8c0-15.914666666666665 13.184-28.8 29.439999999999998-28.8s29.439999999999998 12.885333333333332 29.439999999999998 28.8z"}}]}');var Xf=r.defineComponent({name:"Alert",props:{theme:d.theme(["info","success","warning","error"]).def("info"),size:d.string,title:d.string,closable:d.bool.def(!1),closeText:d.string,showIcon:d.bool.def(!0)},emits:["close"],setup(e,n){const i=r.reactive({visible:!0});return{state:i,handleClose:()=>{i.visible=!1,n.emit("close")}}},render(){var s,l;if(!this.state.visible)return null;const e=Boolean(this.closeText),n=Je({"bk-alert-close":!0,"close-text":e,"bk-alert-close-icon":!e}),i=Je({"bk-alert":!0,[`bk-alert-${this.theme}`]:!0});return r.createVNode("div",{class:i},[r.createVNode("div",{class:"bk-alert-wraper"},[this.showIcon&&r.createVNode(Ys,{class:"bk-alert-icon-info"},null),r.createVNode("div",{class:"bk-alert-content"},[r.createVNode("div",{class:"bk-alert-title"},[this.$slots.title?this.$slots.title():this.title]),r.createVNode("div",{class:"bk-alert-description"},[(l=(s=this.$slots).default)==null?void 0:l.call(s)])]),this.closable&&r.createVNode("span",{class:n,onClick:this.handleClose},[this.closeText?this.closeText:r.createVNode(tr,null,null)])])])}});const Ec=Ze(Xf);var $f=r.defineComponent({name:"AnimateNumber",props:{value:d.number.def(0),digits:d.number.def(0)},setup(e){let n=-1;const i=r.ref(0),s=r.computed(()=>Number(i.value).toFixed(e.digits)),l=(c,u)=>{if(Number.isNaN(+u))return 0;const m=Math.abs(u-c),h=u-c>0?1:-1,p=Math.ceil(m/30*10**e.digits)/10**e.digits,g=Math.ceil(m/p),C=25/g;let b=1;const y=()=>{if(b<C){n=requestAnimationFrame(y),b=b+1;return}i.value+=p*h,(h===1?i.value<u:i.value>u)?(n=requestAnimationFrame(y),b=1):i.value=u};y()};return r.watch(()=>e.value,(c,u)=>{l(u,c)}),r.onMounted(()=>{l(0,e.value)}),r.onBeforeUnmount(()=>{cancelAnimationFrame(n)}),()=>r.createVNode("span",null,[s.value])}});const Vc=Ze($f);var Ia=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},_n={exports:{}};/**
14
+ * @license
15
+ * Lodash <https://lodash.com/>
16
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
17
+ * Released under MIT license <https://lodash.com/license>
18
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
19
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
20
+ */(function(e,n){(function(){var i,s="4.17.21",l=200,c="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",u="Expected a function",m="Invalid `variable` option passed into `_.template`",h="__lodash_hash_undefined__",p=500,g="__lodash_placeholder__",C=1,b=2,y=4,N=1,k=2,x=1,D=2,L=4,T=8,z=16,A=32,q=64,R=128,F=256,O=512,E=30,U="...",ce=800,ee=16,ge=1,Me=2,he=3,oe=1/0,ie=9007199254740991,re=17976931348623157e292,P=0/0,j=4294967295,V=j-1,G=j>>>1,H=[["ary",R],["bind",x],["bindKey",D],["curry",T],["curryRight",z],["flip",O],["partial",A],["partialRight",q],["rearg",F]],ue="[object Arguments]",be="[object Array]",Y="[object AsyncFunction]",ae="[object Boolean]",ke="[object Date]",ot="[object DOMException]",Fe="[object Error]",kt="[object Function]",pt="[object GeneratorFunction]",et="[object Map]",bt="[object Number]",$="[object Null]",te="[object Object]",se="[object Promise]",Ne="[object Proxy]",we="[object RegExp]",xe="[object Set]",Re="[object String]",it="[object Symbol]",Tt="[object Undefined]",$e="[object WeakMap]",fn="[object WeakSet]",Ue="[object ArrayBuffer]",We="[object DataView]",Qt="[object Float32Array]",Mt="[object Float64Array]",Sa="[object Int8Array]",fe="[object Int16Array]",Le="[object Int32Array]",Ve="[object Uint8Array]",ht="[object Uint8ClampedArray]",hn="[object Uint16Array]",Nt="[object Uint32Array]",Zl=/\b__p \+= '';/g,y5=/\b(__p \+=) '' \+/g,I5=/(__e\(.*?\)|\b__t\)) \+\n'';/g,_d=/&(?:amp|lt|gt|quot|#39);/g,Xd=/[&<>"']/g,b5=RegExp(_d.source),N5=RegExp(Xd.source),w5=/<%-([\s\S]+?)%>/g,L5=/<%([\s\S]+?)%>/g,$d=/<%=([\s\S]+?)%>/g,v5=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,k5=/^\w*$/,T5=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Gl=/[\\^$.*+?()[\]{}|]/g,x5=RegExp(Gl.source),Yl=/^\s+/,S5=/\s/,D5=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,j5=/\{\n\/\* \[wrapped with (.+)\] \*/,z5=/,? & /,J5=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Q5=/[()=,{}\[\]\/\s]/,P5=/\\(\\)?/g,O5=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Kd=/\w*$/,A5=/^[-+]0x[0-9a-f]+$/i,E5=/^0b[01]+$/i,V5=/^\[object .+?Constructor\]$/,R5=/^0o[0-7]+$/i,W5=/^(?:0|[1-9]\d*)$/,Z5=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,xr=/($^)/,G5=/['\n\r\u2028\u2029\\]/g,Sr="\\ud800-\\udfff",Y5="\\u0300-\\u036f",B5="\\ufe20-\\ufe2f",H5="\\u20d0-\\u20ff",qd=Y5+B5+H5,e9="\\u2700-\\u27bf",t9="a-z\\xdf-\\xf6\\xf8-\\xff",F5="\\xac\\xb1\\xd7\\xf7",U5="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",_5="\\u2000-\\u206f",X5=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",n9="A-Z\\xc0-\\xd6\\xd8-\\xde",i9="\\ufe0e\\ufe0f",a9=F5+U5+_5+X5,Bl="['\u2019]",$5="["+Sr+"]",r9="["+a9+"]",Dr="["+qd+"]",s9="\\d+",K5="["+e9+"]",l9="["+t9+"]",o9="[^"+Sr+a9+s9+e9+t9+n9+"]",Hl="\\ud83c[\\udffb-\\udfff]",q5="(?:"+Dr+"|"+Hl+")",c9="[^"+Sr+"]",Fl="(?:\\ud83c[\\udde6-\\uddff]){2}",Ul="[\\ud800-\\udbff][\\udc00-\\udfff]",Hi="["+n9+"]",u9="\\u200d",d9="(?:"+l9+"|"+o9+")",em="(?:"+Hi+"|"+o9+")",f9="(?:"+Bl+"(?:d|ll|m|re|s|t|ve))?",h9="(?:"+Bl+"(?:D|LL|M|RE|S|T|VE))?",g9=q5+"?",m9="["+i9+"]?",tm="(?:"+u9+"(?:"+[c9,Fl,Ul].join("|")+")"+m9+g9+")*",nm="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",im="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",p9=m9+g9+tm,am="(?:"+[K5,Fl,Ul].join("|")+")"+p9,rm="(?:"+[c9+Dr+"?",Dr,Fl,Ul,$5].join("|")+")",sm=RegExp(Bl,"g"),lm=RegExp(Dr,"g"),_l=RegExp(Hl+"(?="+Hl+")|"+rm+p9,"g"),om=RegExp([Hi+"?"+l9+"+"+f9+"(?="+[r9,Hi,"$"].join("|")+")",em+"+"+h9+"(?="+[r9,Hi+d9,"$"].join("|")+")",Hi+"?"+d9+"+"+f9,Hi+"+"+h9,im,nm,s9,am].join("|"),"g"),cm=RegExp("["+u9+Sr+qd+i9+"]"),um=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,dm=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],fm=-1,Ke={};Ke[Qt]=Ke[Mt]=Ke[Sa]=Ke[fe]=Ke[Le]=Ke[Ve]=Ke[ht]=Ke[hn]=Ke[Nt]=!0,Ke[ue]=Ke[be]=Ke[Ue]=Ke[ae]=Ke[We]=Ke[ke]=Ke[Fe]=Ke[kt]=Ke[et]=Ke[bt]=Ke[te]=Ke[we]=Ke[xe]=Ke[Re]=Ke[$e]=!1;var Xe={};Xe[ue]=Xe[be]=Xe[Ue]=Xe[We]=Xe[ae]=Xe[ke]=Xe[Qt]=Xe[Mt]=Xe[Sa]=Xe[fe]=Xe[Le]=Xe[et]=Xe[bt]=Xe[te]=Xe[we]=Xe[xe]=Xe[Re]=Xe[it]=Xe[Ve]=Xe[ht]=Xe[hn]=Xe[Nt]=!0,Xe[Fe]=Xe[kt]=Xe[$e]=!1;var hm={\u00C0:"A",\u00C1:"A",\u00C2:"A",\u00C3:"A",\u00C4:"A",\u00C5:"A",\u00E0:"a",\u00E1:"a",\u00E2:"a",\u00E3:"a",\u00E4:"a",\u00E5:"a",\u00C7:"C",\u00E7:"c",\u00D0:"D",\u00F0:"d",\u00C8:"E",\u00C9:"E",\u00CA:"E",\u00CB:"E",\u00E8:"e",\u00E9:"e",\u00EA:"e",\u00EB:"e",\u00CC:"I",\u00CD:"I",\u00CE:"I",\u00CF:"I",\u00EC:"i",\u00ED:"i",\u00EE:"i",\u00EF:"i",\u00D1:"N",\u00F1:"n",\u00D2:"O",\u00D3:"O",\u00D4:"O",\u00D5:"O",\u00D6:"O",\u00D8:"O",\u00F2:"o",\u00F3:"o",\u00F4:"o",\u00F5:"o",\u00F6:"o",\u00F8:"o",\u00D9:"U",\u00DA:"U",\u00DB:"U",\u00DC:"U",\u00F9:"u",\u00FA:"u",\u00FB:"u",\u00FC:"u",\u00DD:"Y",\u00FD:"y",\u00FF:"y",\u00C6:"Ae",\u00E6:"ae",\u00DE:"Th",\u00FE:"th",\u00DF:"ss",\u0100:"A",\u0102:"A",\u0104:"A",\u0101:"a",\u0103:"a",\u0105:"a",\u0106:"C",\u0108:"C",\u010A:"C",\u010C:"C",\u0107:"c",\u0109:"c",\u010B:"c",\u010D:"c",\u010E:"D",\u0110:"D",\u010F:"d",\u0111:"d",\u0112:"E",\u0114:"E",\u0116:"E",\u0118:"E",\u011A:"E",\u0113:"e",\u0115:"e",\u0117:"e",\u0119:"e",\u011B:"e",\u011C:"G",\u011E:"G",\u0120:"G",\u0122:"G",\u011D:"g",\u011F:"g",\u0121:"g",\u0123:"g",\u0124:"H",\u0126:"H",\u0125:"h",\u0127:"h",\u0128:"I",\u012A:"I",\u012C:"I",\u012E:"I",\u0130:"I",\u0129:"i",\u012B:"i",\u012D:"i",\u012F:"i",\u0131:"i",\u0134:"J",\u0135:"j",\u0136:"K",\u0137:"k",\u0138:"k",\u0139:"L",\u013B:"L",\u013D:"L",\u013F:"L",\u0141:"L",\u013A:"l",\u013C:"l",\u013E:"l",\u0140:"l",\u0142:"l",\u0143:"N",\u0145:"N",\u0147:"N",\u014A:"N",\u0144:"n",\u0146:"n",\u0148:"n",\u014B:"n",\u014C:"O",\u014E:"O",\u0150:"O",\u014D:"o",\u014F:"o",\u0151:"o",\u0154:"R",\u0156:"R",\u0158:"R",\u0155:"r",\u0157:"r",\u0159:"r",\u015A:"S",\u015C:"S",\u015E:"S",\u0160:"S",\u015B:"s",\u015D:"s",\u015F:"s",\u0161:"s",\u0162:"T",\u0164:"T",\u0166:"T",\u0163:"t",\u0165:"t",\u0167:"t",\u0168:"U",\u016A:"U",\u016C:"U",\u016E:"U",\u0170:"U",\u0172:"U",\u0169:"u",\u016B:"u",\u016D:"u",\u016F:"u",\u0171:"u",\u0173:"u",\u0174:"W",\u0175:"w",\u0176:"Y",\u0177:"y",\u0178:"Y",\u0179:"Z",\u017B:"Z",\u017D:"Z",\u017A:"z",\u017C:"z",\u017E:"z",\u0132:"IJ",\u0133:"ij",\u0152:"Oe",\u0153:"oe",\u0149:"'n",\u017F:"s"},gm={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},mm={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},pm={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Mm=parseFloat,Cm=parseInt,M9=typeof Ia=="object"&&Ia&&Ia.Object===Object&&Ia,ym=typeof self=="object"&&self&&self.Object===Object&&self,Ct=M9||ym||Function("return this")(),Xl=n&&!n.nodeType&&n,Li=Xl&&!0&&e&&!e.nodeType&&e,C9=Li&&Li.exports===Xl,$l=C9&&M9.process,en=function(){try{var J=Li&&Li.require&&Li.require("util").types;return J||$l&&$l.binding&&$l.binding("util")}catch{}}(),y9=en&&en.isArrayBuffer,I9=en&&en.isDate,b9=en&&en.isMap,N9=en&&en.isRegExp,w9=en&&en.isSet,L9=en&&en.isTypedArray;function Wt(J,B,W){switch(W.length){case 0:return J.call(B);case 1:return J.call(B,W[0]);case 2:return J.call(B,W[0],W[1]);case 3:return J.call(B,W[0],W[1],W[2])}return J.apply(B,W)}function Im(J,B,W,me){for(var ve=-1,Ge=J==null?0:J.length;++ve<Ge;){var ut=J[ve];B(me,ut,W(ut),J)}return me}function tn(J,B){for(var W=-1,me=J==null?0:J.length;++W<me&&B(J[W],W,J)!==!1;);return J}function bm(J,B){for(var W=J==null?0:J.length;W--&&B(J[W],W,J)!==!1;);return J}function v9(J,B){for(var W=-1,me=J==null?0:J.length;++W<me;)if(!B(J[W],W,J))return!1;return!0}function ni(J,B){for(var W=-1,me=J==null?0:J.length,ve=0,Ge=[];++W<me;){var ut=J[W];B(ut,W,J)&&(Ge[ve++]=ut)}return Ge}function jr(J,B){var W=J==null?0:J.length;return!!W&&Fi(J,B,0)>-1}function Kl(J,B,W){for(var me=-1,ve=J==null?0:J.length;++me<ve;)if(W(B,J[me]))return!0;return!1}function qe(J,B){for(var W=-1,me=J==null?0:J.length,ve=Array(me);++W<me;)ve[W]=B(J[W],W,J);return ve}function ii(J,B){for(var W=-1,me=B.length,ve=J.length;++W<me;)J[ve+W]=B[W];return J}function ql(J,B,W,me){var ve=-1,Ge=J==null?0:J.length;for(me&&Ge&&(W=J[++ve]);++ve<Ge;)W=B(W,J[ve],ve,J);return W}function Nm(J,B,W,me){var ve=J==null?0:J.length;for(me&&ve&&(W=J[--ve]);ve--;)W=B(W,J[ve],ve,J);return W}function eo(J,B){for(var W=-1,me=J==null?0:J.length;++W<me;)if(B(J[W],W,J))return!0;return!1}var wm=to("length");function Lm(J){return J.split("")}function vm(J){return J.match(J5)||[]}function k9(J,B,W){var me;return W(J,function(ve,Ge,ut){if(B(ve,Ge,ut))return me=Ge,!1}),me}function zr(J,B,W,me){for(var ve=J.length,Ge=W+(me?1:-1);me?Ge--:++Ge<ve;)if(B(J[Ge],Ge,J))return Ge;return-1}function Fi(J,B,W){return B===B?Am(J,B,W):zr(J,T9,W)}function km(J,B,W,me){for(var ve=W-1,Ge=J.length;++ve<Ge;)if(me(J[ve],B))return ve;return-1}function T9(J){return J!==J}function x9(J,B){var W=J==null?0:J.length;return W?io(J,B)/W:P}function to(J){return function(B){return B==null?i:B[J]}}function no(J){return function(B){return J==null?i:J[B]}}function S9(J,B,W,me,ve){return ve(J,function(Ge,ut,_e){W=me?(me=!1,Ge):B(W,Ge,ut,_e)}),W}function Tm(J,B){var W=J.length;for(J.sort(B);W--;)J[W]=J[W].value;return J}function io(J,B){for(var W,me=-1,ve=J.length;++me<ve;){var Ge=B(J[me]);Ge!==i&&(W=W===i?Ge:W+Ge)}return W}function ao(J,B){for(var W=-1,me=Array(J);++W<J;)me[W]=B(W);return me}function xm(J,B){return qe(B,function(W){return[W,J[W]]})}function D9(J){return J&&J.slice(0,Q9(J)+1).replace(Yl,"")}function Zt(J){return function(B){return J(B)}}function ro(J,B){return qe(B,function(W){return J[W]})}function Da(J,B){return J.has(B)}function j9(J,B){for(var W=-1,me=J.length;++W<me&&Fi(B,J[W],0)>-1;);return W}function z9(J,B){for(var W=J.length;W--&&Fi(B,J[W],0)>-1;);return W}function Sm(J,B){for(var W=J.length,me=0;W--;)J[W]===B&&++me;return me}var Dm=no(hm),jm=no(gm);function zm(J){return"\\"+pm[J]}function Jm(J,B){return J==null?i:J[B]}function Ui(J){return cm.test(J)}function Qm(J){return um.test(J)}function Pm(J){for(var B,W=[];!(B=J.next()).done;)W.push(B.value);return W}function so(J){var B=-1,W=Array(J.size);return J.forEach(function(me,ve){W[++B]=[ve,me]}),W}function J9(J,B){return function(W){return J(B(W))}}function ai(J,B){for(var W=-1,me=J.length,ve=0,Ge=[];++W<me;){var ut=J[W];(ut===B||ut===g)&&(J[W]=g,Ge[ve++]=W)}return Ge}function Jr(J){var B=-1,W=Array(J.size);return J.forEach(function(me){W[++B]=me}),W}function Om(J){var B=-1,W=Array(J.size);return J.forEach(function(me){W[++B]=[me,me]}),W}function Am(J,B,W){for(var me=W-1,ve=J.length;++me<ve;)if(J[me]===B)return me;return-1}function Em(J,B,W){for(var me=W+1;me--;)if(J[me]===B)return me;return me}function _i(J){return Ui(J)?Rm(J):wm(J)}function gn(J){return Ui(J)?Wm(J):Lm(J)}function Q9(J){for(var B=J.length;B--&&S5.test(J.charAt(B)););return B}var Vm=no(mm);function Rm(J){for(var B=_l.lastIndex=0;_l.test(J);)++B;return B}function Wm(J){return J.match(_l)||[]}function Zm(J){return J.match(om)||[]}var Gm=function J(B){B=B==null?Ct:Xi.defaults(Ct.Object(),B,Xi.pick(Ct,dm));var W=B.Array,me=B.Date,ve=B.Error,Ge=B.Function,ut=B.Math,_e=B.Object,lo=B.RegExp,Ym=B.String,nn=B.TypeError,Qr=W.prototype,Bm=Ge.prototype,$i=_e.prototype,Pr=B["__core-js_shared__"],Or=Bm.toString,He=$i.hasOwnProperty,Hm=0,P9=function(){var t=/[^.]+$/.exec(Pr&&Pr.keys&&Pr.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),Ar=$i.toString,Fm=Or.call(_e),Um=Ct._,_m=lo("^"+Or.call(He).replace(Gl,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Er=C9?B.Buffer:i,ri=B.Symbol,Vr=B.Uint8Array,O9=Er?Er.allocUnsafe:i,Rr=J9(_e.getPrototypeOf,_e),A9=_e.create,E9=$i.propertyIsEnumerable,Wr=Qr.splice,V9=ri?ri.isConcatSpreadable:i,ja=ri?ri.iterator:i,vi=ri?ri.toStringTag:i,Zr=function(){try{var t=Di(_e,"defineProperty");return t({},"",{}),t}catch{}}(),Xm=B.clearTimeout!==Ct.clearTimeout&&B.clearTimeout,$m=me&&me.now!==Ct.Date.now&&me.now,Km=B.setTimeout!==Ct.setTimeout&&B.setTimeout,Gr=ut.ceil,Yr=ut.floor,oo=_e.getOwnPropertySymbols,qm=Er?Er.isBuffer:i,R9=B.isFinite,ep=Qr.join,tp=J9(_e.keys,_e),dt=ut.max,wt=ut.min,np=me.now,ip=B.parseInt,W9=ut.random,ap=Qr.reverse,co=Di(B,"DataView"),za=Di(B,"Map"),uo=Di(B,"Promise"),Ki=Di(B,"Set"),Ja=Di(B,"WeakMap"),Qa=Di(_e,"create"),Br=Ja&&new Ja,qi={},rp=ji(co),sp=ji(za),lp=ji(uo),op=ji(Ki),cp=ji(Ja),Hr=ri?ri.prototype:i,Pa=Hr?Hr.valueOf:i,Z9=Hr?Hr.toString:i;function I(t){if(at(t)&&!Te(t)&&!(t instanceof Oe)){if(t instanceof an)return t;if(He.call(t,"__wrapped__"))return G0(t)}return new an(t)}var ea=function(){function t(){}return function(a){if(!tt(a))return{};if(A9)return A9(a);t.prototype=a;var o=new t;return t.prototype=i,o}}();function Fr(){}function an(t,a){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!a,this.__index__=0,this.__values__=i}I.templateSettings={escape:w5,evaluate:L5,interpolate:$d,variable:"",imports:{_:I}},I.prototype=Fr.prototype,I.prototype.constructor=I,an.prototype=ea(Fr.prototype),an.prototype.constructor=an;function Oe(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=j,this.__views__=[]}function up(){var t=new Oe(this.__wrapped__);return t.__actions__=Pt(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=Pt(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=Pt(this.__views__),t}function dp(){if(this.__filtered__){var t=new Oe(this);t.__dir__=-1,t.__filtered__=!0}else t=this.clone(),t.__dir__*=-1;return t}function fp(){var t=this.__wrapped__.value(),a=this.__dir__,o=Te(t),f=a<0,M=o?t.length:0,w=L8(0,M,this.__views__),v=w.start,S=w.end,Q=S-v,_=f?S:v-1,K=this.__iteratees__,ne=K.length,de=0,pe=wt(Q,this.__takeCount__);if(!o||!f&&M==Q&&pe==Q)return f0(t,this.__actions__);var ye=[];e:for(;Q--&&de<pe;){_+=a;for(var ze=-1,Ie=t[_];++ze<ne;){var Pe=K[ze],Ee=Pe.iteratee,Bt=Pe.type,Dt=Ee(Ie);if(Bt==Me)Ie=Dt;else if(!Dt){if(Bt==ge)continue e;break e}}ye[de++]=Ie}return ye}Oe.prototype=ea(Fr.prototype),Oe.prototype.constructor=Oe;function ki(t){var a=-1,o=t==null?0:t.length;for(this.clear();++a<o;){var f=t[a];this.set(f[0],f[1])}}function hp(){this.__data__=Qa?Qa(null):{},this.size=0}function gp(t){var a=this.has(t)&&delete this.__data__[t];return this.size-=a?1:0,a}function mp(t){var a=this.__data__;if(Qa){var o=a[t];return o===h?i:o}return He.call(a,t)?a[t]:i}function pp(t){var a=this.__data__;return Qa?a[t]!==i:He.call(a,t)}function Mp(t,a){var o=this.__data__;return this.size+=this.has(t)?0:1,o[t]=Qa&&a===i?h:a,this}ki.prototype.clear=hp,ki.prototype.delete=gp,ki.prototype.get=mp,ki.prototype.has=pp,ki.prototype.set=Mp;function En(t){var a=-1,o=t==null?0:t.length;for(this.clear();++a<o;){var f=t[a];this.set(f[0],f[1])}}function Cp(){this.__data__=[],this.size=0}function yp(t){var a=this.__data__,o=Ur(a,t);if(o<0)return!1;var f=a.length-1;return o==f?a.pop():Wr.call(a,o,1),--this.size,!0}function Ip(t){var a=this.__data__,o=Ur(a,t);return o<0?i:a[o][1]}function bp(t){return Ur(this.__data__,t)>-1}function Np(t,a){var o=this.__data__,f=Ur(o,t);return f<0?(++this.size,o.push([t,a])):o[f][1]=a,this}En.prototype.clear=Cp,En.prototype.delete=yp,En.prototype.get=Ip,En.prototype.has=bp,En.prototype.set=Np;function Vn(t){var a=-1,o=t==null?0:t.length;for(this.clear();++a<o;){var f=t[a];this.set(f[0],f[1])}}function wp(){this.size=0,this.__data__={hash:new ki,map:new(za||En),string:new ki}}function Lp(t){var a=ss(this,t).delete(t);return this.size-=a?1:0,a}function vp(t){return ss(this,t).get(t)}function kp(t){return ss(this,t).has(t)}function Tp(t,a){var o=ss(this,t),f=o.size;return o.set(t,a),this.size+=o.size==f?0:1,this}Vn.prototype.clear=wp,Vn.prototype.delete=Lp,Vn.prototype.get=vp,Vn.prototype.has=kp,Vn.prototype.set=Tp;function Ti(t){var a=-1,o=t==null?0:t.length;for(this.__data__=new Vn;++a<o;)this.add(t[a])}function xp(t){return this.__data__.set(t,h),this}function Sp(t){return this.__data__.has(t)}Ti.prototype.add=Ti.prototype.push=xp,Ti.prototype.has=Sp;function mn(t){var a=this.__data__=new En(t);this.size=a.size}function Dp(){this.__data__=new En,this.size=0}function jp(t){var a=this.__data__,o=a.delete(t);return this.size=a.size,o}function zp(t){return this.__data__.get(t)}function Jp(t){return this.__data__.has(t)}function Qp(t,a){var o=this.__data__;if(o instanceof En){var f=o.__data__;if(!za||f.length<l-1)return f.push([t,a]),this.size=++o.size,this;o=this.__data__=new Vn(f)}return o.set(t,a),this.size=o.size,this}mn.prototype.clear=Dp,mn.prototype.delete=jp,mn.prototype.get=zp,mn.prototype.has=Jp,mn.prototype.set=Qp;function G9(t,a){var o=Te(t),f=!o&&zi(t),M=!o&&!f&&ui(t),w=!o&&!f&&!M&&aa(t),v=o||f||M||w,S=v?ao(t.length,Ym):[],Q=S.length;for(var _ in t)(a||He.call(t,_))&&!(v&&(_=="length"||M&&(_=="offset"||_=="parent")||w&&(_=="buffer"||_=="byteLength"||_=="byteOffset")||Gn(_,Q)))&&S.push(_);return S}function Y9(t){var a=t.length;return a?t[No(0,a-1)]:i}function Pp(t,a){return ls(Pt(t),xi(a,0,t.length))}function Op(t){return ls(Pt(t))}function fo(t,a,o){(o!==i&&!pn(t[a],o)||o===i&&!(a in t))&&Rn(t,a,o)}function Oa(t,a,o){var f=t[a];(!(He.call(t,a)&&pn(f,o))||o===i&&!(a in t))&&Rn(t,a,o)}function Ur(t,a){for(var o=t.length;o--;)if(pn(t[o][0],a))return o;return-1}function Ap(t,a,o,f){return si(t,function(M,w,v){a(f,M,o(M),v)}),f}function B9(t,a){return t&&Dn(a,gt(a),t)}function Ep(t,a){return t&&Dn(a,At(a),t)}function Rn(t,a,o){a=="__proto__"&&Zr?Zr(t,a,{configurable:!0,enumerable:!0,value:o,writable:!0}):t[a]=o}function ho(t,a){for(var o=-1,f=a.length,M=W(f),w=t==null;++o<f;)M[o]=w?i:Fo(t,a[o]);return M}function xi(t,a,o){return t===t&&(o!==i&&(t=t<=o?t:o),a!==i&&(t=t>=a?t:a)),t}function rn(t,a,o,f,M,w){var v,S=a&C,Q=a&b,_=a&y;if(o&&(v=M?o(t,f,M,w):o(t)),v!==i)return v;if(!tt(t))return t;var K=Te(t);if(K){if(v=k8(t),!S)return Pt(t,v)}else{var ne=Lt(t),de=ne==kt||ne==pt;if(ui(t))return m0(t,S);if(ne==te||ne==ue||de&&!M){if(v=Q||de?{}:Q0(t),!S)return Q?m8(t,Ep(v,t)):g8(t,B9(v,t))}else{if(!Xe[ne])return M?t:{};v=T8(t,ne,S)}}w||(w=new mn);var pe=w.get(t);if(pe)return pe;w.set(t,v),c3(t)?t.forEach(function(Ie){v.add(rn(Ie,a,o,Ie,t,w))}):l3(t)&&t.forEach(function(Ie,Pe){v.set(Pe,rn(Ie,a,o,Pe,t,w))});var ye=_?Q?Jo:zo:Q?At:gt,ze=K?i:ye(t);return tn(ze||t,function(Ie,Pe){ze&&(Pe=Ie,Ie=t[Pe]),Oa(v,Pe,rn(Ie,a,o,Pe,t,w))}),v}function Vp(t){var a=gt(t);return function(o){return H9(o,t,a)}}function H9(t,a,o){var f=o.length;if(t==null)return!f;for(t=_e(t);f--;){var M=o[f],w=a[M],v=t[M];if(v===i&&!(M in t)||!w(v))return!1}return!0}function F9(t,a,o){if(typeof t!="function")throw new nn(u);return Ga(function(){t.apply(i,o)},a)}function Aa(t,a,o,f){var M=-1,w=jr,v=!0,S=t.length,Q=[],_=a.length;if(!S)return Q;o&&(a=qe(a,Zt(o))),f?(w=Kl,v=!1):a.length>=l&&(w=Da,v=!1,a=new Ti(a));e:for(;++M<S;){var K=t[M],ne=o==null?K:o(K);if(K=f||K!==0?K:0,v&&ne===ne){for(var de=_;de--;)if(a[de]===ne)continue e;Q.push(K)}else w(a,ne,f)||Q.push(K)}return Q}var si=I0(Sn),U9=I0(mo,!0);function Rp(t,a){var o=!0;return si(t,function(f,M,w){return o=!!a(f,M,w),o}),o}function _r(t,a,o){for(var f=-1,M=t.length;++f<M;){var w=t[f],v=a(w);if(v!=null&&(S===i?v===v&&!Yt(v):o(v,S)))var S=v,Q=w}return Q}function Wp(t,a,o,f){var M=t.length;for(o=De(o),o<0&&(o=-o>M?0:M+o),f=f===i||f>M?M:De(f),f<0&&(f+=M),f=o>f?0:d3(f);o<f;)t[o++]=a;return t}function _9(t,a){var o=[];return si(t,function(f,M,w){a(f,M,w)&&o.push(f)}),o}function yt(t,a,o,f,M){var w=-1,v=t.length;for(o||(o=S8),M||(M=[]);++w<v;){var S=t[w];a>0&&o(S)?a>1?yt(S,a-1,o,f,M):ii(M,S):f||(M[M.length]=S)}return M}var go=b0(),X9=b0(!0);function Sn(t,a){return t&&go(t,a,gt)}function mo(t,a){return t&&X9(t,a,gt)}function Xr(t,a){return ni(a,function(o){return Yn(t[o])})}function Si(t,a){a=oi(a,t);for(var o=0,f=a.length;t!=null&&o<f;)t=t[jn(a[o++])];return o&&o==f?t:i}function $9(t,a,o){var f=a(t);return Te(t)?f:ii(f,o(t))}function xt(t){return t==null?t===i?Tt:$:vi&&vi in _e(t)?w8(t):O8(t)}function po(t,a){return t>a}function Zp(t,a){return t!=null&&He.call(t,a)}function Gp(t,a){return t!=null&&a in _e(t)}function Yp(t,a,o){return t>=wt(a,o)&&t<dt(a,o)}function Mo(t,a,o){for(var f=o?Kl:jr,M=t[0].length,w=t.length,v=w,S=W(w),Q=1/0,_=[];v--;){var K=t[v];v&&a&&(K=qe(K,Zt(a))),Q=wt(K.length,Q),S[v]=!o&&(a||M>=120&&K.length>=120)?new Ti(v&&K):i}K=t[0];var ne=-1,de=S[0];e:for(;++ne<M&&_.length<Q;){var pe=K[ne],ye=a?a(pe):pe;if(pe=o||pe!==0?pe:0,!(de?Da(de,ye):f(_,ye,o))){for(v=w;--v;){var ze=S[v];if(!(ze?Da(ze,ye):f(t[v],ye,o)))continue e}de&&de.push(ye),_.push(pe)}}return _}function Bp(t,a,o,f){return Sn(t,function(M,w,v){a(f,o(M),w,v)}),f}function Ea(t,a,o){a=oi(a,t),t=E0(t,a);var f=t==null?t:t[jn(ln(a))];return f==null?i:Wt(f,t,o)}function K9(t){return at(t)&&xt(t)==ue}function Hp(t){return at(t)&&xt(t)==Ue}function Fp(t){return at(t)&&xt(t)==ke}function Va(t,a,o,f,M){return t===a?!0:t==null||a==null||!at(t)&&!at(a)?t!==t&&a!==a:Up(t,a,o,f,Va,M)}function Up(t,a,o,f,M,w){var v=Te(t),S=Te(a),Q=v?be:Lt(t),_=S?be:Lt(a);Q=Q==ue?te:Q,_=_==ue?te:_;var K=Q==te,ne=_==te,de=Q==_;if(de&&ui(t)){if(!ui(a))return!1;v=!0,K=!1}if(de&&!K)return w||(w=new mn),v||aa(t)?j0(t,a,o,f,M,w):b8(t,a,Q,o,f,M,w);if(!(o&N)){var pe=K&&He.call(t,"__wrapped__"),ye=ne&&He.call(a,"__wrapped__");if(pe||ye){var ze=pe?t.value():t,Ie=ye?a.value():a;return w||(w=new mn),M(ze,Ie,o,f,w)}}return de?(w||(w=new mn),N8(t,a,o,f,M,w)):!1}function _p(t){return at(t)&&Lt(t)==et}function Co(t,a,o,f){var M=o.length,w=M,v=!f;if(t==null)return!w;for(t=_e(t);M--;){var S=o[M];if(v&&S[2]?S[1]!==t[S[0]]:!(S[0]in t))return!1}for(;++M<w;){S=o[M];var Q=S[0],_=t[Q],K=S[1];if(v&&S[2]){if(_===i&&!(Q in t))return!1}else{var ne=new mn;if(f)var de=f(_,K,Q,t,a,ne);if(!(de===i?Va(K,_,N|k,f,ne):de))return!1}}return!0}function q9(t){if(!tt(t)||j8(t))return!1;var a=Yn(t)?_m:V5;return a.test(ji(t))}function Xp(t){return at(t)&&xt(t)==we}function $p(t){return at(t)&&Lt(t)==xe}function Kp(t){return at(t)&&hs(t.length)&&!!Ke[xt(t)]}function e0(t){return typeof t=="function"?t:t==null?Et:typeof t=="object"?Te(t)?i0(t[0],t[1]):n0(t):N3(t)}function yo(t){if(!Za(t))return tp(t);var a=[];for(var o in _e(t))He.call(t,o)&&o!="constructor"&&a.push(o);return a}function qp(t){if(!tt(t))return P8(t);var a=Za(t),o=[];for(var f in t)f=="constructor"&&(a||!He.call(t,f))||o.push(f);return o}function Io(t,a){return t<a}function t0(t,a){var o=-1,f=Ot(t)?W(t.length):[];return si(t,function(M,w,v){f[++o]=a(M,w,v)}),f}function n0(t){var a=Po(t);return a.length==1&&a[0][2]?O0(a[0][0],a[0][1]):function(o){return o===t||Co(o,t,a)}}function i0(t,a){return Ao(t)&&P0(a)?O0(jn(t),a):function(o){var f=Fo(o,t);return f===i&&f===a?Uo(o,t):Va(a,f,N|k)}}function $r(t,a,o,f,M){t!==a&&go(a,function(w,v){if(M||(M=new mn),tt(w))e8(t,a,v,o,$r,f,M);else{var S=f?f(Vo(t,v),w,v+"",t,a,M):i;S===i&&(S=w),fo(t,v,S)}},At)}function e8(t,a,o,f,M,w,v){var S=Vo(t,o),Q=Vo(a,o),_=v.get(Q);if(_){fo(t,o,_);return}var K=w?w(S,Q,o+"",t,a,v):i,ne=K===i;if(ne){var de=Te(Q),pe=!de&&ui(Q),ye=!de&&!pe&&aa(Q);K=Q,de||pe||ye?Te(S)?K=S:st(S)?K=Pt(S):pe?(ne=!1,K=m0(Q,!0)):ye?(ne=!1,K=p0(Q,!0)):K=[]:Ya(Q)||zi(Q)?(K=S,zi(S)?K=f3(S):(!tt(S)||Yn(S))&&(K=Q0(Q))):ne=!1}ne&&(v.set(Q,K),M(K,Q,f,w,v),v.delete(Q)),fo(t,o,K)}function a0(t,a){var o=t.length;if(!!o)return a+=a<0?o:0,Gn(a,o)?t[a]:i}function r0(t,a,o){a.length?a=qe(a,function(w){return Te(w)?function(v){return Si(v,w.length===1?w[0]:w)}:w}):a=[Et];var f=-1;a=qe(a,Zt(Ce()));var M=t0(t,function(w,v,S){var Q=qe(a,function(_){return _(w)});return{criteria:Q,index:++f,value:w}});return Tm(M,function(w,v){return h8(w,v,o)})}function t8(t,a){return s0(t,a,function(o,f){return Uo(t,f)})}function s0(t,a,o){for(var f=-1,M=a.length,w={};++f<M;){var v=a[f],S=Si(t,v);o(S,v)&&Ra(w,oi(v,t),S)}return w}function n8(t){return function(a){return Si(a,t)}}function bo(t,a,o,f){var M=f?km:Fi,w=-1,v=a.length,S=t;for(t===a&&(a=Pt(a)),o&&(S=qe(t,Zt(o)));++w<v;)for(var Q=0,_=a[w],K=o?o(_):_;(Q=M(S,K,Q,f))>-1;)S!==t&&Wr.call(S,Q,1),Wr.call(t,Q,1);return t}function l0(t,a){for(var o=t?a.length:0,f=o-1;o--;){var M=a[o];if(o==f||M!==w){var w=M;Gn(M)?Wr.call(t,M,1):vo(t,M)}}return t}function No(t,a){return t+Yr(W9()*(a-t+1))}function i8(t,a,o,f){for(var M=-1,w=dt(Gr((a-t)/(o||1)),0),v=W(w);w--;)v[f?w:++M]=t,t+=o;return v}function wo(t,a){var o="";if(!t||a<1||a>ie)return o;do a%2&&(o+=t),a=Yr(a/2),a&&(t+=t);while(a);return o}function Qe(t,a){return Ro(A0(t,a,Et),t+"")}function a8(t){return Y9(ra(t))}function r8(t,a){var o=ra(t);return ls(o,xi(a,0,o.length))}function Ra(t,a,o,f){if(!tt(t))return t;a=oi(a,t);for(var M=-1,w=a.length,v=w-1,S=t;S!=null&&++M<w;){var Q=jn(a[M]),_=o;if(Q==="__proto__"||Q==="constructor"||Q==="prototype")return t;if(M!=v){var K=S[Q];_=f?f(K,Q,S):i,_===i&&(_=tt(K)?K:Gn(a[M+1])?[]:{})}Oa(S,Q,_),S=S[Q]}return t}var o0=Br?function(t,a){return Br.set(t,a),t}:Et,s8=Zr?function(t,a){return Zr(t,"toString",{configurable:!0,enumerable:!1,value:Xo(a),writable:!0})}:Et;function l8(t){return ls(ra(t))}function sn(t,a,o){var f=-1,M=t.length;a<0&&(a=-a>M?0:M+a),o=o>M?M:o,o<0&&(o+=M),M=a>o?0:o-a>>>0,a>>>=0;for(var w=W(M);++f<M;)w[f]=t[f+a];return w}function o8(t,a){var o;return si(t,function(f,M,w){return o=a(f,M,w),!o}),!!o}function Kr(t,a,o){var f=0,M=t==null?f:t.length;if(typeof a=="number"&&a===a&&M<=G){for(;f<M;){var w=f+M>>>1,v=t[w];v!==null&&!Yt(v)&&(o?v<=a:v<a)?f=w+1:M=w}return M}return Lo(t,a,Et,o)}function Lo(t,a,o,f){var M=0,w=t==null?0:t.length;if(w===0)return 0;a=o(a);for(var v=a!==a,S=a===null,Q=Yt(a),_=a===i;M<w;){var K=Yr((M+w)/2),ne=o(t[K]),de=ne!==i,pe=ne===null,ye=ne===ne,ze=Yt(ne);if(v)var Ie=f||ye;else _?Ie=ye&&(f||de):S?Ie=ye&&de&&(f||!pe):Q?Ie=ye&&de&&!pe&&(f||!ze):pe||ze?Ie=!1:Ie=f?ne<=a:ne<a;Ie?M=K+1:w=K}return wt(w,V)}function c0(t,a){for(var o=-1,f=t.length,M=0,w=[];++o<f;){var v=t[o],S=a?a(v):v;if(!o||!pn(S,Q)){var Q=S;w[M++]=v===0?0:v}}return w}function u0(t){return typeof t=="number"?t:Yt(t)?P:+t}function Gt(t){if(typeof t=="string")return t;if(Te(t))return qe(t,Gt)+"";if(Yt(t))return Z9?Z9.call(t):"";var a=t+"";return a=="0"&&1/t==-oe?"-0":a}function li(t,a,o){var f=-1,M=jr,w=t.length,v=!0,S=[],Q=S;if(o)v=!1,M=Kl;else if(w>=l){var _=a?null:y8(t);if(_)return Jr(_);v=!1,M=Da,Q=new Ti}else Q=a?[]:S;e:for(;++f<w;){var K=t[f],ne=a?a(K):K;if(K=o||K!==0?K:0,v&&ne===ne){for(var de=Q.length;de--;)if(Q[de]===ne)continue e;a&&Q.push(ne),S.push(K)}else M(Q,ne,o)||(Q!==S&&Q.push(ne),S.push(K))}return S}function vo(t,a){return a=oi(a,t),t=E0(t,a),t==null||delete t[jn(ln(a))]}function d0(t,a,o,f){return Ra(t,a,o(Si(t,a)),f)}function qr(t,a,o,f){for(var M=t.length,w=f?M:-1;(f?w--:++w<M)&&a(t[w],w,t););return o?sn(t,f?0:w,f?w+1:M):sn(t,f?w+1:0,f?M:w)}function f0(t,a){var o=t;return o instanceof Oe&&(o=o.value()),ql(a,function(f,M){return M.func.apply(M.thisArg,ii([f],M.args))},o)}function ko(t,a,o){var f=t.length;if(f<2)return f?li(t[0]):[];for(var M=-1,w=W(f);++M<f;)for(var v=t[M],S=-1;++S<f;)S!=M&&(w[M]=Aa(w[M]||v,t[S],a,o));return li(yt(w,1),a,o)}function h0(t,a,o){for(var f=-1,M=t.length,w=a.length,v={};++f<M;){var S=f<w?a[f]:i;o(v,t[f],S)}return v}function To(t){return st(t)?t:[]}function xo(t){return typeof t=="function"?t:Et}function oi(t,a){return Te(t)?t:Ao(t,a)?[t]:Z0(Ye(t))}var c8=Qe;function ci(t,a,o){var f=t.length;return o=o===i?f:o,!a&&o>=f?t:sn(t,a,o)}var g0=Xm||function(t){return Ct.clearTimeout(t)};function m0(t,a){if(a)return t.slice();var o=t.length,f=O9?O9(o):new t.constructor(o);return t.copy(f),f}function So(t){var a=new t.constructor(t.byteLength);return new Vr(a).set(new Vr(t)),a}function u8(t,a){var o=a?So(t.buffer):t.buffer;return new t.constructor(o,t.byteOffset,t.byteLength)}function d8(t){var a=new t.constructor(t.source,Kd.exec(t));return a.lastIndex=t.lastIndex,a}function f8(t){return Pa?_e(Pa.call(t)):{}}function p0(t,a){var o=a?So(t.buffer):t.buffer;return new t.constructor(o,t.byteOffset,t.length)}function M0(t,a){if(t!==a){var o=t!==i,f=t===null,M=t===t,w=Yt(t),v=a!==i,S=a===null,Q=a===a,_=Yt(a);if(!S&&!_&&!w&&t>a||w&&v&&Q&&!S&&!_||f&&v&&Q||!o&&Q||!M)return 1;if(!f&&!w&&!_&&t<a||_&&o&&M&&!f&&!w||S&&o&&M||!v&&M||!Q)return-1}return 0}function h8(t,a,o){for(var f=-1,M=t.criteria,w=a.criteria,v=M.length,S=o.length;++f<v;){var Q=M0(M[f],w[f]);if(Q){if(f>=S)return Q;var _=o[f];return Q*(_=="desc"?-1:1)}}return t.index-a.index}function C0(t,a,o,f){for(var M=-1,w=t.length,v=o.length,S=-1,Q=a.length,_=dt(w-v,0),K=W(Q+_),ne=!f;++S<Q;)K[S]=a[S];for(;++M<v;)(ne||M<w)&&(K[o[M]]=t[M]);for(;_--;)K[S++]=t[M++];return K}function y0(t,a,o,f){for(var M=-1,w=t.length,v=-1,S=o.length,Q=-1,_=a.length,K=dt(w-S,0),ne=W(K+_),de=!f;++M<K;)ne[M]=t[M];for(var pe=M;++Q<_;)ne[pe+Q]=a[Q];for(;++v<S;)(de||M<w)&&(ne[pe+o[v]]=t[M++]);return ne}function Pt(t,a){var o=-1,f=t.length;for(a||(a=W(f));++o<f;)a[o]=t[o];return a}function Dn(t,a,o,f){var M=!o;o||(o={});for(var w=-1,v=a.length;++w<v;){var S=a[w],Q=f?f(o[S],t[S],S,o,t):i;Q===i&&(Q=t[S]),M?Rn(o,S,Q):Oa(o,S,Q)}return o}function g8(t,a){return Dn(t,Oo(t),a)}function m8(t,a){return Dn(t,z0(t),a)}function es(t,a){return function(o,f){var M=Te(o)?Im:Ap,w=a?a():{};return M(o,t,Ce(f,2),w)}}function ta(t){return Qe(function(a,o){var f=-1,M=o.length,w=M>1?o[M-1]:i,v=M>2?o[2]:i;for(w=t.length>3&&typeof w=="function"?(M--,w):i,v&&St(o[0],o[1],v)&&(w=M<3?i:w,M=1),a=_e(a);++f<M;){var S=o[f];S&&t(a,S,f,w)}return a})}function I0(t,a){return function(o,f){if(o==null)return o;if(!Ot(o))return t(o,f);for(var M=o.length,w=a?M:-1,v=_e(o);(a?w--:++w<M)&&f(v[w],w,v)!==!1;);return o}}function b0(t){return function(a,o,f){for(var M=-1,w=_e(a),v=f(a),S=v.length;S--;){var Q=v[t?S:++M];if(o(w[Q],Q,w)===!1)break}return a}}function p8(t,a,o){var f=a&x,M=Wa(t);function w(){var v=this&&this!==Ct&&this instanceof w?M:t;return v.apply(f?o:this,arguments)}return w}function N0(t){return function(a){a=Ye(a);var o=Ui(a)?gn(a):i,f=o?o[0]:a.charAt(0),M=o?ci(o,1).join(""):a.slice(1);return f[t]()+M}}function na(t){return function(a){return ql(I3(y3(a).replace(sm,"")),t,"")}}function Wa(t){return function(){var a=arguments;switch(a.length){case 0:return new t;case 1:return new t(a[0]);case 2:return new t(a[0],a[1]);case 3:return new t(a[0],a[1],a[2]);case 4:return new t(a[0],a[1],a[2],a[3]);case 5:return new t(a[0],a[1],a[2],a[3],a[4]);case 6:return new t(a[0],a[1],a[2],a[3],a[4],a[5]);case 7:return new t(a[0],a[1],a[2],a[3],a[4],a[5],a[6])}var o=ea(t.prototype),f=t.apply(o,a);return tt(f)?f:o}}function M8(t,a,o){var f=Wa(t);function M(){for(var w=arguments.length,v=W(w),S=w,Q=ia(M);S--;)v[S]=arguments[S];var _=w<3&&v[0]!==Q&&v[w-1]!==Q?[]:ai(v,Q);if(w-=_.length,w<o)return T0(t,a,ts,M.placeholder,i,v,_,i,i,o-w);var K=this&&this!==Ct&&this instanceof M?f:t;return Wt(K,this,v)}return M}function w0(t){return function(a,o,f){var M=_e(a);if(!Ot(a)){var w=Ce(o,3);a=gt(a),o=function(S){return w(M[S],S,M)}}var v=t(a,o,f);return v>-1?M[w?a[v]:v]:i}}function L0(t){return Zn(function(a){var o=a.length,f=o,M=an.prototype.thru;for(t&&a.reverse();f--;){var w=a[f];if(typeof w!="function")throw new nn(u);if(M&&!v&&rs(w)=="wrapper")var v=new an([],!0)}for(f=v?f:o;++f<o;){w=a[f];var S=rs(w),Q=S=="wrapper"?Qo(w):i;Q&&Eo(Q[0])&&Q[1]==(R|T|A|F)&&!Q[4].length&&Q[9]==1?v=v[rs(Q[0])].apply(v,Q[3]):v=w.length==1&&Eo(w)?v[S]():v.thru(w)}return function(){var _=arguments,K=_[0];if(v&&_.length==1&&Te(K))return v.plant(K).value();for(var ne=0,de=o?a[ne].apply(this,_):K;++ne<o;)de=a[ne].call(this,de);return de}})}function ts(t,a,o,f,M,w,v,S,Q,_){var K=a&R,ne=a&x,de=a&D,pe=a&(T|z),ye=a&O,ze=de?i:Wa(t);function Ie(){for(var Pe=arguments.length,Ee=W(Pe),Bt=Pe;Bt--;)Ee[Bt]=arguments[Bt];if(pe)var Dt=ia(Ie),Ht=Sm(Ee,Dt);if(f&&(Ee=C0(Ee,f,M,pe)),w&&(Ee=y0(Ee,w,v,pe)),Pe-=Ht,pe&&Pe<_){var lt=ai(Ee,Dt);return T0(t,a,ts,Ie.placeholder,o,Ee,lt,S,Q,_-Pe)}var Mn=ne?o:this,Hn=de?Mn[t]:t;return Pe=Ee.length,S?Ee=A8(Ee,S):ye&&Pe>1&&Ee.reverse(),K&&Q<Pe&&(Ee.length=Q),this&&this!==Ct&&this instanceof Ie&&(Hn=ze||Wa(Hn)),Hn.apply(Mn,Ee)}return Ie}function v0(t,a){return function(o,f){return Bp(o,t,a(f),{})}}function ns(t,a){return function(o,f){var M;if(o===i&&f===i)return a;if(o!==i&&(M=o),f!==i){if(M===i)return f;typeof o=="string"||typeof f=="string"?(o=Gt(o),f=Gt(f)):(o=u0(o),f=u0(f)),M=t(o,f)}return M}}function Do(t){return Zn(function(a){return a=qe(a,Zt(Ce())),Qe(function(o){var f=this;return t(a,function(M){return Wt(M,f,o)})})})}function is(t,a){a=a===i?" ":Gt(a);var o=a.length;if(o<2)return o?wo(a,t):a;var f=wo(a,Gr(t/_i(a)));return Ui(a)?ci(gn(f),0,t).join(""):f.slice(0,t)}function C8(t,a,o,f){var M=a&x,w=Wa(t);function v(){for(var S=-1,Q=arguments.length,_=-1,K=f.length,ne=W(K+Q),de=this&&this!==Ct&&this instanceof v?w:t;++_<K;)ne[_]=f[_];for(;Q--;)ne[_++]=arguments[++S];return Wt(de,M?o:this,ne)}return v}function k0(t){return function(a,o,f){return f&&typeof f!="number"&&St(a,o,f)&&(o=f=i),a=Bn(a),o===i?(o=a,a=0):o=Bn(o),f=f===i?a<o?1:-1:Bn(f),i8(a,o,f,t)}}function as(t){return function(a,o){return typeof a=="string"&&typeof o=="string"||(a=on(a),o=on(o)),t(a,o)}}function T0(t,a,o,f,M,w,v,S,Q,_){var K=a&T,ne=K?v:i,de=K?i:v,pe=K?w:i,ye=K?i:w;a|=K?A:q,a&=~(K?q:A),a&L||(a&=~(x|D));var ze=[t,a,M,pe,ne,ye,de,S,Q,_],Ie=o.apply(i,ze);return Eo(t)&&V0(Ie,ze),Ie.placeholder=f,R0(Ie,t,a)}function jo(t){var a=ut[t];return function(o,f){if(o=on(o),f=f==null?0:wt(De(f),292),f&&R9(o)){var M=(Ye(o)+"e").split("e"),w=a(M[0]+"e"+(+M[1]+f));return M=(Ye(w)+"e").split("e"),+(M[0]+"e"+(+M[1]-f))}return a(o)}}var y8=Ki&&1/Jr(new Ki([,-0]))[1]==oe?function(t){return new Ki(t)}:qo;function x0(t){return function(a){var o=Lt(a);return o==et?so(a):o==xe?Om(a):xm(a,t(a))}}function Wn(t,a,o,f,M,w,v,S){var Q=a&D;if(!Q&&typeof t!="function")throw new nn(u);var _=f?f.length:0;if(_||(a&=~(A|q),f=M=i),v=v===i?v:dt(De(v),0),S=S===i?S:De(S),_-=M?M.length:0,a&q){var K=f,ne=M;f=M=i}var de=Q?i:Qo(t),pe=[t,a,o,f,M,K,ne,w,v,S];if(de&&Q8(pe,de),t=pe[0],a=pe[1],o=pe[2],f=pe[3],M=pe[4],S=pe[9]=pe[9]===i?Q?0:t.length:dt(pe[9]-_,0),!S&&a&(T|z)&&(a&=~(T|z)),!a||a==x)var ye=p8(t,a,o);else a==T||a==z?ye=M8(t,a,S):(a==A||a==(x|A))&&!M.length?ye=C8(t,a,o,f):ye=ts.apply(i,pe);var ze=de?o0:V0;return R0(ze(ye,pe),t,a)}function S0(t,a,o,f){return t===i||pn(t,$i[o])&&!He.call(f,o)?a:t}function D0(t,a,o,f,M,w){return tt(t)&&tt(a)&&(w.set(a,t),$r(t,a,i,D0,w),w.delete(a)),t}function I8(t){return Ya(t)?i:t}function j0(t,a,o,f,M,w){var v=o&N,S=t.length,Q=a.length;if(S!=Q&&!(v&&Q>S))return!1;var _=w.get(t),K=w.get(a);if(_&&K)return _==a&&K==t;var ne=-1,de=!0,pe=o&k?new Ti:i;for(w.set(t,a),w.set(a,t);++ne<S;){var ye=t[ne],ze=a[ne];if(f)var Ie=v?f(ze,ye,ne,a,t,w):f(ye,ze,ne,t,a,w);if(Ie!==i){if(Ie)continue;de=!1;break}if(pe){if(!eo(a,function(Pe,Ee){if(!Da(pe,Ee)&&(ye===Pe||M(ye,Pe,o,f,w)))return pe.push(Ee)})){de=!1;break}}else if(!(ye===ze||M(ye,ze,o,f,w))){de=!1;break}}return w.delete(t),w.delete(a),de}function b8(t,a,o,f,M,w,v){switch(o){case We:if(t.byteLength!=a.byteLength||t.byteOffset!=a.byteOffset)return!1;t=t.buffer,a=a.buffer;case Ue:return!(t.byteLength!=a.byteLength||!w(new Vr(t),new Vr(a)));case ae:case ke:case bt:return pn(+t,+a);case Fe:return t.name==a.name&&t.message==a.message;case we:case Re:return t==a+"";case et:var S=so;case xe:var Q=f&N;if(S||(S=Jr),t.size!=a.size&&!Q)return!1;var _=v.get(t);if(_)return _==a;f|=k,v.set(t,a);var K=j0(S(t),S(a),f,M,w,v);return v.delete(t),K;case it:if(Pa)return Pa.call(t)==Pa.call(a)}return!1}function N8(t,a,o,f,M,w){var v=o&N,S=zo(t),Q=S.length,_=zo(a),K=_.length;if(Q!=K&&!v)return!1;for(var ne=Q;ne--;){var de=S[ne];if(!(v?de in a:He.call(a,de)))return!1}var pe=w.get(t),ye=w.get(a);if(pe&&ye)return pe==a&&ye==t;var ze=!0;w.set(t,a),w.set(a,t);for(var Ie=v;++ne<Q;){de=S[ne];var Pe=t[de],Ee=a[de];if(f)var Bt=v?f(Ee,Pe,de,a,t,w):f(Pe,Ee,de,t,a,w);if(!(Bt===i?Pe===Ee||M(Pe,Ee,o,f,w):Bt)){ze=!1;break}Ie||(Ie=de=="constructor")}if(ze&&!Ie){var Dt=t.constructor,Ht=a.constructor;Dt!=Ht&&"constructor"in t&&"constructor"in a&&!(typeof Dt=="function"&&Dt instanceof Dt&&typeof Ht=="function"&&Ht instanceof Ht)&&(ze=!1)}return w.delete(t),w.delete(a),ze}function Zn(t){return Ro(A0(t,i,H0),t+"")}function zo(t){return $9(t,gt,Oo)}function Jo(t){return $9(t,At,z0)}var Qo=Br?function(t){return Br.get(t)}:qo;function rs(t){for(var a=t.name+"",o=qi[a],f=He.call(qi,a)?o.length:0;f--;){var M=o[f],w=M.func;if(w==null||w==t)return M.name}return a}function ia(t){var a=He.call(I,"placeholder")?I:t;return a.placeholder}function Ce(){var t=I.iteratee||$o;return t=t===$o?e0:t,arguments.length?t(arguments[0],arguments[1]):t}function ss(t,a){var o=t.__data__;return D8(a)?o[typeof a=="string"?"string":"hash"]:o.map}function Po(t){for(var a=gt(t),o=a.length;o--;){var f=a[o],M=t[f];a[o]=[f,M,P0(M)]}return a}function Di(t,a){var o=Jm(t,a);return q9(o)?o:i}function w8(t){var a=He.call(t,vi),o=t[vi];try{t[vi]=i;var f=!0}catch{}var M=Ar.call(t);return f&&(a?t[vi]=o:delete t[vi]),M}var Oo=oo?function(t){return t==null?[]:(t=_e(t),ni(oo(t),function(a){return E9.call(t,a)}))}:ec,z0=oo?function(t){for(var a=[];t;)ii(a,Oo(t)),t=Rr(t);return a}:ec,Lt=xt;(co&&Lt(new co(new ArrayBuffer(1)))!=We||za&&Lt(new za)!=et||uo&&Lt(uo.resolve())!=se||Ki&&Lt(new Ki)!=xe||Ja&&Lt(new Ja)!=$e)&&(Lt=function(t){var a=xt(t),o=a==te?t.constructor:i,f=o?ji(o):"";if(f)switch(f){case rp:return We;case sp:return et;case lp:return se;case op:return xe;case cp:return $e}return a});function L8(t,a,o){for(var f=-1,M=o.length;++f<M;){var w=o[f],v=w.size;switch(w.type){case"drop":t+=v;break;case"dropRight":a-=v;break;case"take":a=wt(a,t+v);break;case"takeRight":t=dt(t,a-v);break}}return{start:t,end:a}}function v8(t){var a=t.match(j5);return a?a[1].split(z5):[]}function J0(t,a,o){a=oi(a,t);for(var f=-1,M=a.length,w=!1;++f<M;){var v=jn(a[f]);if(!(w=t!=null&&o(t,v)))break;t=t[v]}return w||++f!=M?w:(M=t==null?0:t.length,!!M&&hs(M)&&Gn(v,M)&&(Te(t)||zi(t)))}function k8(t){var a=t.length,o=new t.constructor(a);return a&&typeof t[0]=="string"&&He.call(t,"index")&&(o.index=t.index,o.input=t.input),o}function Q0(t){return typeof t.constructor=="function"&&!Za(t)?ea(Rr(t)):{}}function T8(t,a,o){var f=t.constructor;switch(a){case Ue:return So(t);case ae:case ke:return new f(+t);case We:return u8(t,o);case Qt:case Mt:case Sa:case fe:case Le:case Ve:case ht:case hn:case Nt:return p0(t,o);case et:return new f;case bt:case Re:return new f(t);case we:return d8(t);case xe:return new f;case it:return f8(t)}}function x8(t,a){var o=a.length;if(!o)return t;var f=o-1;return a[f]=(o>1?"& ":"")+a[f],a=a.join(o>2?", ":" "),t.replace(D5,`{
21
+ /* [wrapped with `+a+`] */
22
+ `)}function S8(t){return Te(t)||zi(t)||!!(V9&&t&&t[V9])}function Gn(t,a){var o=typeof t;return a=a==null?ie:a,!!a&&(o=="number"||o!="symbol"&&W5.test(t))&&t>-1&&t%1==0&&t<a}function St(t,a,o){if(!tt(o))return!1;var f=typeof a;return(f=="number"?Ot(o)&&Gn(a,o.length):f=="string"&&a in o)?pn(o[a],t):!1}function Ao(t,a){if(Te(t))return!1;var o=typeof t;return o=="number"||o=="symbol"||o=="boolean"||t==null||Yt(t)?!0:k5.test(t)||!v5.test(t)||a!=null&&t in _e(a)}function D8(t){var a=typeof t;return a=="string"||a=="number"||a=="symbol"||a=="boolean"?t!=="__proto__":t===null}function Eo(t){var a=rs(t),o=I[a];if(typeof o!="function"||!(a in Oe.prototype))return!1;if(t===o)return!0;var f=Qo(o);return!!f&&t===f[0]}function j8(t){return!!P9&&P9 in t}var z8=Pr?Yn:tc;function Za(t){var a=t&&t.constructor,o=typeof a=="function"&&a.prototype||$i;return t===o}function P0(t){return t===t&&!tt(t)}function O0(t,a){return function(o){return o==null?!1:o[t]===a&&(a!==i||t in _e(o))}}function J8(t){var a=ds(t,function(f){return o.size===p&&o.clear(),f}),o=a.cache;return a}function Q8(t,a){var o=t[1],f=a[1],M=o|f,w=M<(x|D|R),v=f==R&&o==T||f==R&&o==F&&t[7].length<=a[8]||f==(R|F)&&a[7].length<=a[8]&&o==T;if(!(w||v))return t;f&x&&(t[2]=a[2],M|=o&x?0:L);var S=a[3];if(S){var Q=t[3];t[3]=Q?C0(Q,S,a[4]):S,t[4]=Q?ai(t[3],g):a[4]}return S=a[5],S&&(Q=t[5],t[5]=Q?y0(Q,S,a[6]):S,t[6]=Q?ai(t[5],g):a[6]),S=a[7],S&&(t[7]=S),f&R&&(t[8]=t[8]==null?a[8]:wt(t[8],a[8])),t[9]==null&&(t[9]=a[9]),t[0]=a[0],t[1]=M,t}function P8(t){var a=[];if(t!=null)for(var o in _e(t))a.push(o);return a}function O8(t){return Ar.call(t)}function A0(t,a,o){return a=dt(a===i?t.length-1:a,0),function(){for(var f=arguments,M=-1,w=dt(f.length-a,0),v=W(w);++M<w;)v[M]=f[a+M];M=-1;for(var S=W(a+1);++M<a;)S[M]=f[M];return S[a]=o(v),Wt(t,this,S)}}function E0(t,a){return a.length<2?t:Si(t,sn(a,0,-1))}function A8(t,a){for(var o=t.length,f=wt(a.length,o),M=Pt(t);f--;){var w=a[f];t[f]=Gn(w,o)?M[w]:i}return t}function Vo(t,a){if(!(a==="constructor"&&typeof t[a]=="function")&&a!="__proto__")return t[a]}var V0=W0(o0),Ga=Km||function(t,a){return Ct.setTimeout(t,a)},Ro=W0(s8);function R0(t,a,o){var f=a+"";return Ro(t,x8(f,E8(v8(f),o)))}function W0(t){var a=0,o=0;return function(){var f=np(),M=ee-(f-o);if(o=f,M>0){if(++a>=ce)return arguments[0]}else a=0;return t.apply(i,arguments)}}function ls(t,a){var o=-1,f=t.length,M=f-1;for(a=a===i?f:a;++o<a;){var w=No(o,M),v=t[w];t[w]=t[o],t[o]=v}return t.length=a,t}var Z0=J8(function(t){var a=[];return t.charCodeAt(0)===46&&a.push(""),t.replace(T5,function(o,f,M,w){a.push(M?w.replace(P5,"$1"):f||o)}),a});function jn(t){if(typeof t=="string"||Yt(t))return t;var a=t+"";return a=="0"&&1/t==-oe?"-0":a}function ji(t){if(t!=null){try{return Or.call(t)}catch{}try{return t+""}catch{}}return""}function E8(t,a){return tn(H,function(o){var f="_."+o[0];a&o[1]&&!jr(t,f)&&t.push(f)}),t.sort()}function G0(t){if(t instanceof Oe)return t.clone();var a=new an(t.__wrapped__,t.__chain__);return a.__actions__=Pt(t.__actions__),a.__index__=t.__index__,a.__values__=t.__values__,a}function V8(t,a,o){(o?St(t,a,o):a===i)?a=1:a=dt(De(a),0);var f=t==null?0:t.length;if(!f||a<1)return[];for(var M=0,w=0,v=W(Gr(f/a));M<f;)v[w++]=sn(t,M,M+=a);return v}function R8(t){for(var a=-1,o=t==null?0:t.length,f=0,M=[];++a<o;){var w=t[a];w&&(M[f++]=w)}return M}function W8(){var t=arguments.length;if(!t)return[];for(var a=W(t-1),o=arguments[0],f=t;f--;)a[f-1]=arguments[f];return ii(Te(o)?Pt(o):[o],yt(a,1))}var Z8=Qe(function(t,a){return st(t)?Aa(t,yt(a,1,st,!0)):[]}),G8=Qe(function(t,a){var o=ln(a);return st(o)&&(o=i),st(t)?Aa(t,yt(a,1,st,!0),Ce(o,2)):[]}),Y8=Qe(function(t,a){var o=ln(a);return st(o)&&(o=i),st(t)?Aa(t,yt(a,1,st,!0),i,o):[]});function B8(t,a,o){var f=t==null?0:t.length;return f?(a=o||a===i?1:De(a),sn(t,a<0?0:a,f)):[]}function H8(t,a,o){var f=t==null?0:t.length;return f?(a=o||a===i?1:De(a),a=f-a,sn(t,0,a<0?0:a)):[]}function F8(t,a){return t&&t.length?qr(t,Ce(a,3),!0,!0):[]}function U8(t,a){return t&&t.length?qr(t,Ce(a,3),!0):[]}function _8(t,a,o,f){var M=t==null?0:t.length;return M?(o&&typeof o!="number"&&St(t,a,o)&&(o=0,f=M),Wp(t,a,o,f)):[]}function Y0(t,a,o){var f=t==null?0:t.length;if(!f)return-1;var M=o==null?0:De(o);return M<0&&(M=dt(f+M,0)),zr(t,Ce(a,3),M)}function B0(t,a,o){var f=t==null?0:t.length;if(!f)return-1;var M=f-1;return o!==i&&(M=De(o),M=o<0?dt(f+M,0):wt(M,f-1)),zr(t,Ce(a,3),M,!0)}function H0(t){var a=t==null?0:t.length;return a?yt(t,1):[]}function X8(t){var a=t==null?0:t.length;return a?yt(t,oe):[]}function $8(t,a){var o=t==null?0:t.length;return o?(a=a===i?1:De(a),yt(t,a)):[]}function K8(t){for(var a=-1,o=t==null?0:t.length,f={};++a<o;){var M=t[a];f[M[0]]=M[1]}return f}function F0(t){return t&&t.length?t[0]:i}function q8(t,a,o){var f=t==null?0:t.length;if(!f)return-1;var M=o==null?0:De(o);return M<0&&(M=dt(f+M,0)),Fi(t,a,M)}function eM(t){var a=t==null?0:t.length;return a?sn(t,0,-1):[]}var tM=Qe(function(t){var a=qe(t,To);return a.length&&a[0]===t[0]?Mo(a):[]}),nM=Qe(function(t){var a=ln(t),o=qe(t,To);return a===ln(o)?a=i:o.pop(),o.length&&o[0]===t[0]?Mo(o,Ce(a,2)):[]}),iM=Qe(function(t){var a=ln(t),o=qe(t,To);return a=typeof a=="function"?a:i,a&&o.pop(),o.length&&o[0]===t[0]?Mo(o,i,a):[]});function aM(t,a){return t==null?"":ep.call(t,a)}function ln(t){var a=t==null?0:t.length;return a?t[a-1]:i}function rM(t,a,o){var f=t==null?0:t.length;if(!f)return-1;var M=f;return o!==i&&(M=De(o),M=M<0?dt(f+M,0):wt(M,f-1)),a===a?Em(t,a,M):zr(t,T9,M,!0)}function sM(t,a){return t&&t.length?a0(t,De(a)):i}var lM=Qe(U0);function U0(t,a){return t&&t.length&&a&&a.length?bo(t,a):t}function oM(t,a,o){return t&&t.length&&a&&a.length?bo(t,a,Ce(o,2)):t}function cM(t,a,o){return t&&t.length&&a&&a.length?bo(t,a,i,o):t}var uM=Zn(function(t,a){var o=t==null?0:t.length,f=ho(t,a);return l0(t,qe(a,function(M){return Gn(M,o)?+M:M}).sort(M0)),f});function dM(t,a){var o=[];if(!(t&&t.length))return o;var f=-1,M=[],w=t.length;for(a=Ce(a,3);++f<w;){var v=t[f];a(v,f,t)&&(o.push(v),M.push(f))}return l0(t,M),o}function Wo(t){return t==null?t:ap.call(t)}function fM(t,a,o){var f=t==null?0:t.length;return f?(o&&typeof o!="number"&&St(t,a,o)?(a=0,o=f):(a=a==null?0:De(a),o=o===i?f:De(o)),sn(t,a,o)):[]}function hM(t,a){return Kr(t,a)}function gM(t,a,o){return Lo(t,a,Ce(o,2))}function mM(t,a){var o=t==null?0:t.length;if(o){var f=Kr(t,a);if(f<o&&pn(t[f],a))return f}return-1}function pM(t,a){return Kr(t,a,!0)}function MM(t,a,o){return Lo(t,a,Ce(o,2),!0)}function CM(t,a){var o=t==null?0:t.length;if(o){var f=Kr(t,a,!0)-1;if(pn(t[f],a))return f}return-1}function yM(t){return t&&t.length?c0(t):[]}function IM(t,a){return t&&t.length?c0(t,Ce(a,2)):[]}function bM(t){var a=t==null?0:t.length;return a?sn(t,1,a):[]}function NM(t,a,o){return t&&t.length?(a=o||a===i?1:De(a),sn(t,0,a<0?0:a)):[]}function wM(t,a,o){var f=t==null?0:t.length;return f?(a=o||a===i?1:De(a),a=f-a,sn(t,a<0?0:a,f)):[]}function LM(t,a){return t&&t.length?qr(t,Ce(a,3),!1,!0):[]}function vM(t,a){return t&&t.length?qr(t,Ce(a,3)):[]}var kM=Qe(function(t){return li(yt(t,1,st,!0))}),TM=Qe(function(t){var a=ln(t);return st(a)&&(a=i),li(yt(t,1,st,!0),Ce(a,2))}),xM=Qe(function(t){var a=ln(t);return a=typeof a=="function"?a:i,li(yt(t,1,st,!0),i,a)});function SM(t){return t&&t.length?li(t):[]}function DM(t,a){return t&&t.length?li(t,Ce(a,2)):[]}function jM(t,a){return a=typeof a=="function"?a:i,t&&t.length?li(t,i,a):[]}function Zo(t){if(!(t&&t.length))return[];var a=0;return t=ni(t,function(o){if(st(o))return a=dt(o.length,a),!0}),ao(a,function(o){return qe(t,to(o))})}function _0(t,a){if(!(t&&t.length))return[];var o=Zo(t);return a==null?o:qe(o,function(f){return Wt(a,i,f)})}var zM=Qe(function(t,a){return st(t)?Aa(t,a):[]}),JM=Qe(function(t){return ko(ni(t,st))}),QM=Qe(function(t){var a=ln(t);return st(a)&&(a=i),ko(ni(t,st),Ce(a,2))}),PM=Qe(function(t){var a=ln(t);return a=typeof a=="function"?a:i,ko(ni(t,st),i,a)}),OM=Qe(Zo);function AM(t,a){return h0(t||[],a||[],Oa)}function EM(t,a){return h0(t||[],a||[],Ra)}var VM=Qe(function(t){var a=t.length,o=a>1?t[a-1]:i;return o=typeof o=="function"?(t.pop(),o):i,_0(t,o)});function X0(t){var a=I(t);return a.__chain__=!0,a}function RM(t,a){return a(t),t}function os(t,a){return a(t)}var WM=Zn(function(t){var a=t.length,o=a?t[0]:0,f=this.__wrapped__,M=function(w){return ho(w,t)};return a>1||this.__actions__.length||!(f instanceof Oe)||!Gn(o)?this.thru(M):(f=f.slice(o,+o+(a?1:0)),f.__actions__.push({func:os,args:[M],thisArg:i}),new an(f,this.__chain__).thru(function(w){return a&&!w.length&&w.push(i),w}))});function ZM(){return X0(this)}function GM(){return new an(this.value(),this.__chain__)}function YM(){this.__values__===i&&(this.__values__=u3(this.value()));var t=this.__index__>=this.__values__.length,a=t?i:this.__values__[this.__index__++];return{done:t,value:a}}function BM(){return this}function HM(t){for(var a,o=this;o instanceof Fr;){var f=G0(o);f.__index__=0,f.__values__=i,a?M.__wrapped__=f:a=f;var M=f;o=o.__wrapped__}return M.__wrapped__=t,a}function FM(){var t=this.__wrapped__;if(t instanceof Oe){var a=t;return this.__actions__.length&&(a=new Oe(this)),a=a.reverse(),a.__actions__.push({func:os,args:[Wo],thisArg:i}),new an(a,this.__chain__)}return this.thru(Wo)}function UM(){return f0(this.__wrapped__,this.__actions__)}var _M=es(function(t,a,o){He.call(t,o)?++t[o]:Rn(t,o,1)});function XM(t,a,o){var f=Te(t)?v9:Rp;return o&&St(t,a,o)&&(a=i),f(t,Ce(a,3))}function $M(t,a){var o=Te(t)?ni:_9;return o(t,Ce(a,3))}var KM=w0(Y0),qM=w0(B0);function eC(t,a){return yt(cs(t,a),1)}function tC(t,a){return yt(cs(t,a),oe)}function nC(t,a,o){return o=o===i?1:De(o),yt(cs(t,a),o)}function $0(t,a){var o=Te(t)?tn:si;return o(t,Ce(a,3))}function K0(t,a){var o=Te(t)?bm:U9;return o(t,Ce(a,3))}var iC=es(function(t,a,o){He.call(t,o)?t[o].push(a):Rn(t,o,[a])});function aC(t,a,o,f){t=Ot(t)?t:ra(t),o=o&&!f?De(o):0;var M=t.length;return o<0&&(o=dt(M+o,0)),gs(t)?o<=M&&t.indexOf(a,o)>-1:!!M&&Fi(t,a,o)>-1}var rC=Qe(function(t,a,o){var f=-1,M=typeof a=="function",w=Ot(t)?W(t.length):[];return si(t,function(v){w[++f]=M?Wt(a,v,o):Ea(v,a,o)}),w}),sC=es(function(t,a,o){Rn(t,o,a)});function cs(t,a){var o=Te(t)?qe:t0;return o(t,Ce(a,3))}function lC(t,a,o,f){return t==null?[]:(Te(a)||(a=a==null?[]:[a]),o=f?i:o,Te(o)||(o=o==null?[]:[o]),r0(t,a,o))}var oC=es(function(t,a,o){t[o?0:1].push(a)},function(){return[[],[]]});function cC(t,a,o){var f=Te(t)?ql:S9,M=arguments.length<3;return f(t,Ce(a,4),o,M,si)}function uC(t,a,o){var f=Te(t)?Nm:S9,M=arguments.length<3;return f(t,Ce(a,4),o,M,U9)}function dC(t,a){var o=Te(t)?ni:_9;return o(t,fs(Ce(a,3)))}function fC(t){var a=Te(t)?Y9:a8;return a(t)}function hC(t,a,o){(o?St(t,a,o):a===i)?a=1:a=De(a);var f=Te(t)?Pp:r8;return f(t,a)}function gC(t){var a=Te(t)?Op:l8;return a(t)}function mC(t){if(t==null)return 0;if(Ot(t))return gs(t)?_i(t):t.length;var a=Lt(t);return a==et||a==xe?t.size:yo(t).length}function pC(t,a,o){var f=Te(t)?eo:o8;return o&&St(t,a,o)&&(a=i),f(t,Ce(a,3))}var MC=Qe(function(t,a){if(t==null)return[];var o=a.length;return o>1&&St(t,a[0],a[1])?a=[]:o>2&&St(a[0],a[1],a[2])&&(a=[a[0]]),r0(t,yt(a,1),[])}),us=$m||function(){return Ct.Date.now()};function CC(t,a){if(typeof a!="function")throw new nn(u);return t=De(t),function(){if(--t<1)return a.apply(this,arguments)}}function q0(t,a,o){return a=o?i:a,a=t&&a==null?t.length:a,Wn(t,R,i,i,i,i,a)}function e3(t,a){var o;if(typeof a!="function")throw new nn(u);return t=De(t),function(){return--t>0&&(o=a.apply(this,arguments)),t<=1&&(a=i),o}}var Go=Qe(function(t,a,o){var f=x;if(o.length){var M=ai(o,ia(Go));f|=A}return Wn(t,f,a,o,M)}),t3=Qe(function(t,a,o){var f=x|D;if(o.length){var M=ai(o,ia(t3));f|=A}return Wn(a,f,t,o,M)});function n3(t,a,o){a=o?i:a;var f=Wn(t,T,i,i,i,i,i,a);return f.placeholder=n3.placeholder,f}function i3(t,a,o){a=o?i:a;var f=Wn(t,z,i,i,i,i,i,a);return f.placeholder=i3.placeholder,f}function a3(t,a,o){var f,M,w,v,S,Q,_=0,K=!1,ne=!1,de=!0;if(typeof t!="function")throw new nn(u);a=on(a)||0,tt(o)&&(K=!!o.leading,ne="maxWait"in o,w=ne?dt(on(o.maxWait)||0,a):w,de="trailing"in o?!!o.trailing:de);function pe(lt){var Mn=f,Hn=M;return f=M=i,_=lt,v=t.apply(Hn,Mn),v}function ye(lt){return _=lt,S=Ga(Pe,a),K?pe(lt):v}function ze(lt){var Mn=lt-Q,Hn=lt-_,w3=a-Mn;return ne?wt(w3,w-Hn):w3}function Ie(lt){var Mn=lt-Q,Hn=lt-_;return Q===i||Mn>=a||Mn<0||ne&&Hn>=w}function Pe(){var lt=us();if(Ie(lt))return Ee(lt);S=Ga(Pe,ze(lt))}function Ee(lt){return S=i,de&&f?pe(lt):(f=M=i,v)}function Bt(){S!==i&&g0(S),_=0,f=Q=M=S=i}function Dt(){return S===i?v:Ee(us())}function Ht(){var lt=us(),Mn=Ie(lt);if(f=arguments,M=this,Q=lt,Mn){if(S===i)return ye(Q);if(ne)return g0(S),S=Ga(Pe,a),pe(Q)}return S===i&&(S=Ga(Pe,a)),v}return Ht.cancel=Bt,Ht.flush=Dt,Ht}var yC=Qe(function(t,a){return F9(t,1,a)}),IC=Qe(function(t,a,o){return F9(t,on(a)||0,o)});function bC(t){return Wn(t,O)}function ds(t,a){if(typeof t!="function"||a!=null&&typeof a!="function")throw new nn(u);var o=function(){var f=arguments,M=a?a.apply(this,f):f[0],w=o.cache;if(w.has(M))return w.get(M);var v=t.apply(this,f);return o.cache=w.set(M,v)||w,v};return o.cache=new(ds.Cache||Vn),o}ds.Cache=Vn;function fs(t){if(typeof t!="function")throw new nn(u);return function(){var a=arguments;switch(a.length){case 0:return!t.call(this);case 1:return!t.call(this,a[0]);case 2:return!t.call(this,a[0],a[1]);case 3:return!t.call(this,a[0],a[1],a[2])}return!t.apply(this,a)}}function NC(t){return e3(2,t)}var wC=c8(function(t,a){a=a.length==1&&Te(a[0])?qe(a[0],Zt(Ce())):qe(yt(a,1),Zt(Ce()));var o=a.length;return Qe(function(f){for(var M=-1,w=wt(f.length,o);++M<w;)f[M]=a[M].call(this,f[M]);return Wt(t,this,f)})}),Yo=Qe(function(t,a){var o=ai(a,ia(Yo));return Wn(t,A,i,a,o)}),r3=Qe(function(t,a){var o=ai(a,ia(r3));return Wn(t,q,i,a,o)}),LC=Zn(function(t,a){return Wn(t,F,i,i,i,a)});function vC(t,a){if(typeof t!="function")throw new nn(u);return a=a===i?a:De(a),Qe(t,a)}function kC(t,a){if(typeof t!="function")throw new nn(u);return a=a==null?0:dt(De(a),0),Qe(function(o){var f=o[a],M=ci(o,0,a);return f&&ii(M,f),Wt(t,this,M)})}function TC(t,a,o){var f=!0,M=!0;if(typeof t!="function")throw new nn(u);return tt(o)&&(f="leading"in o?!!o.leading:f,M="trailing"in o?!!o.trailing:M),a3(t,a,{leading:f,maxWait:a,trailing:M})}function xC(t){return q0(t,1)}function SC(t,a){return Yo(xo(a),t)}function DC(){if(!arguments.length)return[];var t=arguments[0];return Te(t)?t:[t]}function jC(t){return rn(t,y)}function zC(t,a){return a=typeof a=="function"?a:i,rn(t,y,a)}function JC(t){return rn(t,C|y)}function QC(t,a){return a=typeof a=="function"?a:i,rn(t,C|y,a)}function PC(t,a){return a==null||H9(t,a,gt(a))}function pn(t,a){return t===a||t!==t&&a!==a}var OC=as(po),AC=as(function(t,a){return t>=a}),zi=K9(function(){return arguments}())?K9:function(t){return at(t)&&He.call(t,"callee")&&!E9.call(t,"callee")},Te=W.isArray,EC=y9?Zt(y9):Hp;function Ot(t){return t!=null&&hs(t.length)&&!Yn(t)}function st(t){return at(t)&&Ot(t)}function VC(t){return t===!0||t===!1||at(t)&&xt(t)==ae}var ui=qm||tc,RC=I9?Zt(I9):Fp;function WC(t){return at(t)&&t.nodeType===1&&!Ya(t)}function ZC(t){if(t==null)return!0;if(Ot(t)&&(Te(t)||typeof t=="string"||typeof t.splice=="function"||ui(t)||aa(t)||zi(t)))return!t.length;var a=Lt(t);if(a==et||a==xe)return!t.size;if(Za(t))return!yo(t).length;for(var o in t)if(He.call(t,o))return!1;return!0}function GC(t,a){return Va(t,a)}function YC(t,a,o){o=typeof o=="function"?o:i;var f=o?o(t,a):i;return f===i?Va(t,a,i,o):!!f}function Bo(t){if(!at(t))return!1;var a=xt(t);return a==Fe||a==ot||typeof t.message=="string"&&typeof t.name=="string"&&!Ya(t)}function BC(t){return typeof t=="number"&&R9(t)}function Yn(t){if(!tt(t))return!1;var a=xt(t);return a==kt||a==pt||a==Y||a==Ne}function s3(t){return typeof t=="number"&&t==De(t)}function hs(t){return typeof t=="number"&&t>-1&&t%1==0&&t<=ie}function tt(t){var a=typeof t;return t!=null&&(a=="object"||a=="function")}function at(t){return t!=null&&typeof t=="object"}var l3=b9?Zt(b9):_p;function HC(t,a){return t===a||Co(t,a,Po(a))}function FC(t,a,o){return o=typeof o=="function"?o:i,Co(t,a,Po(a),o)}function UC(t){return o3(t)&&t!=+t}function _C(t){if(z8(t))throw new ve(c);return q9(t)}function XC(t){return t===null}function $C(t){return t==null}function o3(t){return typeof t=="number"||at(t)&&xt(t)==bt}function Ya(t){if(!at(t)||xt(t)!=te)return!1;var a=Rr(t);if(a===null)return!0;var o=He.call(a,"constructor")&&a.constructor;return typeof o=="function"&&o instanceof o&&Or.call(o)==Fm}var Ho=N9?Zt(N9):Xp;function KC(t){return s3(t)&&t>=-ie&&t<=ie}var c3=w9?Zt(w9):$p;function gs(t){return typeof t=="string"||!Te(t)&&at(t)&&xt(t)==Re}function Yt(t){return typeof t=="symbol"||at(t)&&xt(t)==it}var aa=L9?Zt(L9):Kp;function qC(t){return t===i}function ey(t){return at(t)&&Lt(t)==$e}function ty(t){return at(t)&&xt(t)==fn}var ny=as(Io),iy=as(function(t,a){return t<=a});function u3(t){if(!t)return[];if(Ot(t))return gs(t)?gn(t):Pt(t);if(ja&&t[ja])return Pm(t[ja]());var a=Lt(t),o=a==et?so:a==xe?Jr:ra;return o(t)}function Bn(t){if(!t)return t===0?t:0;if(t=on(t),t===oe||t===-oe){var a=t<0?-1:1;return a*re}return t===t?t:0}function De(t){var a=Bn(t),o=a%1;return a===a?o?a-o:a:0}function d3(t){return t?xi(De(t),0,j):0}function on(t){if(typeof t=="number")return t;if(Yt(t))return P;if(tt(t)){var a=typeof t.valueOf=="function"?t.valueOf():t;t=tt(a)?a+"":a}if(typeof t!="string")return t===0?t:+t;t=D9(t);var o=E5.test(t);return o||R5.test(t)?Cm(t.slice(2),o?2:8):A5.test(t)?P:+t}function f3(t){return Dn(t,At(t))}function ay(t){return t?xi(De(t),-ie,ie):t===0?t:0}function Ye(t){return t==null?"":Gt(t)}var ry=ta(function(t,a){if(Za(a)||Ot(a)){Dn(a,gt(a),t);return}for(var o in a)He.call(a,o)&&Oa(t,o,a[o])}),h3=ta(function(t,a){Dn(a,At(a),t)}),ms=ta(function(t,a,o,f){Dn(a,At(a),t,f)}),sy=ta(function(t,a,o,f){Dn(a,gt(a),t,f)}),ly=Zn(ho);function oy(t,a){var o=ea(t);return a==null?o:B9(o,a)}var cy=Qe(function(t,a){t=_e(t);var o=-1,f=a.length,M=f>2?a[2]:i;for(M&&St(a[0],a[1],M)&&(f=1);++o<f;)for(var w=a[o],v=At(w),S=-1,Q=v.length;++S<Q;){var _=v[S],K=t[_];(K===i||pn(K,$i[_])&&!He.call(t,_))&&(t[_]=w[_])}return t}),uy=Qe(function(t){return t.push(i,D0),Wt(g3,i,t)});function dy(t,a){return k9(t,Ce(a,3),Sn)}function fy(t,a){return k9(t,Ce(a,3),mo)}function hy(t,a){return t==null?t:go(t,Ce(a,3),At)}function gy(t,a){return t==null?t:X9(t,Ce(a,3),At)}function my(t,a){return t&&Sn(t,Ce(a,3))}function py(t,a){return t&&mo(t,Ce(a,3))}function My(t){return t==null?[]:Xr(t,gt(t))}function Cy(t){return t==null?[]:Xr(t,At(t))}function Fo(t,a,o){var f=t==null?i:Si(t,a);return f===i?o:f}function yy(t,a){return t!=null&&J0(t,a,Zp)}function Uo(t,a){return t!=null&&J0(t,a,Gp)}var Iy=v0(function(t,a,o){a!=null&&typeof a.toString!="function"&&(a=Ar.call(a)),t[a]=o},Xo(Et)),by=v0(function(t,a,o){a!=null&&typeof a.toString!="function"&&(a=Ar.call(a)),He.call(t,a)?t[a].push(o):t[a]=[o]},Ce),Ny=Qe(Ea);function gt(t){return Ot(t)?G9(t):yo(t)}function At(t){return Ot(t)?G9(t,!0):qp(t)}function wy(t,a){var o={};return a=Ce(a,3),Sn(t,function(f,M,w){Rn(o,a(f,M,w),f)}),o}function Ly(t,a){var o={};return a=Ce(a,3),Sn(t,function(f,M,w){Rn(o,M,a(f,M,w))}),o}var vy=ta(function(t,a,o){$r(t,a,o)}),g3=ta(function(t,a,o,f){$r(t,a,o,f)}),ky=Zn(function(t,a){var o={};if(t==null)return o;var f=!1;a=qe(a,function(w){return w=oi(w,t),f||(f=w.length>1),w}),Dn(t,Jo(t),o),f&&(o=rn(o,C|b|y,I8));for(var M=a.length;M--;)vo(o,a[M]);return o});function Ty(t,a){return m3(t,fs(Ce(a)))}var xy=Zn(function(t,a){return t==null?{}:t8(t,a)});function m3(t,a){if(t==null)return{};var o=qe(Jo(t),function(f){return[f]});return a=Ce(a),s0(t,o,function(f,M){return a(f,M[0])})}function Sy(t,a,o){a=oi(a,t);var f=-1,M=a.length;for(M||(M=1,t=i);++f<M;){var w=t==null?i:t[jn(a[f])];w===i&&(f=M,w=o),t=Yn(w)?w.call(t):w}return t}function Dy(t,a,o){return t==null?t:Ra(t,a,o)}function jy(t,a,o,f){return f=typeof f=="function"?f:i,t==null?t:Ra(t,a,o,f)}var p3=x0(gt),M3=x0(At);function zy(t,a,o){var f=Te(t),M=f||ui(t)||aa(t);if(a=Ce(a,4),o==null){var w=t&&t.constructor;M?o=f?new w:[]:tt(t)?o=Yn(w)?ea(Rr(t)):{}:o={}}return(M?tn:Sn)(t,function(v,S,Q){return a(o,v,S,Q)}),o}function Jy(t,a){return t==null?!0:vo(t,a)}function Qy(t,a,o){return t==null?t:d0(t,a,xo(o))}function Py(t,a,o,f){return f=typeof f=="function"?f:i,t==null?t:d0(t,a,xo(o),f)}function ra(t){return t==null?[]:ro(t,gt(t))}function Oy(t){return t==null?[]:ro(t,At(t))}function Ay(t,a,o){return o===i&&(o=a,a=i),o!==i&&(o=on(o),o=o===o?o:0),a!==i&&(a=on(a),a=a===a?a:0),xi(on(t),a,o)}function Ey(t,a,o){return a=Bn(a),o===i?(o=a,a=0):o=Bn(o),t=on(t),Yp(t,a,o)}function Vy(t,a,o){if(o&&typeof o!="boolean"&&St(t,a,o)&&(a=o=i),o===i&&(typeof a=="boolean"?(o=a,a=i):typeof t=="boolean"&&(o=t,t=i)),t===i&&a===i?(t=0,a=1):(t=Bn(t),a===i?(a=t,t=0):a=Bn(a)),t>a){var f=t;t=a,a=f}if(o||t%1||a%1){var M=W9();return wt(t+M*(a-t+Mm("1e-"+((M+"").length-1))),a)}return No(t,a)}var Ry=na(function(t,a,o){return a=a.toLowerCase(),t+(o?C3(a):a)});function C3(t){return _o(Ye(t).toLowerCase())}function y3(t){return t=Ye(t),t&&t.replace(Z5,Dm).replace(lm,"")}function Wy(t,a,o){t=Ye(t),a=Gt(a);var f=t.length;o=o===i?f:xi(De(o),0,f);var M=o;return o-=a.length,o>=0&&t.slice(o,M)==a}function Zy(t){return t=Ye(t),t&&N5.test(t)?t.replace(Xd,jm):t}function Gy(t){return t=Ye(t),t&&x5.test(t)?t.replace(Gl,"\\$&"):t}var Yy=na(function(t,a,o){return t+(o?"-":"")+a.toLowerCase()}),By=na(function(t,a,o){return t+(o?" ":"")+a.toLowerCase()}),Hy=N0("toLowerCase");function Fy(t,a,o){t=Ye(t),a=De(a);var f=a?_i(t):0;if(!a||f>=a)return t;var M=(a-f)/2;return is(Yr(M),o)+t+is(Gr(M),o)}function Uy(t,a,o){t=Ye(t),a=De(a);var f=a?_i(t):0;return a&&f<a?t+is(a-f,o):t}function _y(t,a,o){t=Ye(t),a=De(a);var f=a?_i(t):0;return a&&f<a?is(a-f,o)+t:t}function Xy(t,a,o){return o||a==null?a=0:a&&(a=+a),ip(Ye(t).replace(Yl,""),a||0)}function $y(t,a,o){return(o?St(t,a,o):a===i)?a=1:a=De(a),wo(Ye(t),a)}function Ky(){var t=arguments,a=Ye(t[0]);return t.length<3?a:a.replace(t[1],t[2])}var qy=na(function(t,a,o){return t+(o?"_":"")+a.toLowerCase()});function eI(t,a,o){return o&&typeof o!="number"&&St(t,a,o)&&(a=o=i),o=o===i?j:o>>>0,o?(t=Ye(t),t&&(typeof a=="string"||a!=null&&!Ho(a))&&(a=Gt(a),!a&&Ui(t))?ci(gn(t),0,o):t.split(a,o)):[]}var tI=na(function(t,a,o){return t+(o?" ":"")+_o(a)});function nI(t,a,o){return t=Ye(t),o=o==null?0:xi(De(o),0,t.length),a=Gt(a),t.slice(o,o+a.length)==a}function iI(t,a,o){var f=I.templateSettings;o&&St(t,a,o)&&(a=i),t=Ye(t),a=ms({},a,f,S0);var M=ms({},a.imports,f.imports,S0),w=gt(M),v=ro(M,w),S,Q,_=0,K=a.interpolate||xr,ne="__p += '",de=lo((a.escape||xr).source+"|"+K.source+"|"+(K===$d?O5:xr).source+"|"+(a.evaluate||xr).source+"|$","g"),pe="//# sourceURL="+(He.call(a,"sourceURL")?(a.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++fm+"]")+`
23
+ `;t.replace(de,function(Ie,Pe,Ee,Bt,Dt,Ht){return Ee||(Ee=Bt),ne+=t.slice(_,Ht).replace(G5,zm),Pe&&(S=!0,ne+=`' +
24
+ __e(`+Pe+`) +
25
+ '`),Dt&&(Q=!0,ne+=`';
26
+ `+Dt+`;
27
+ __p += '`),Ee&&(ne+=`' +
28
+ ((__t = (`+Ee+`)) == null ? '' : __t) +
29
+ '`),_=Ht+Ie.length,Ie}),ne+=`';
30
+ `;var ye=He.call(a,"variable")&&a.variable;if(!ye)ne=`with (obj) {
31
+ `+ne+`
32
+ }
33
+ `;else if(Q5.test(ye))throw new ve(m);ne=(Q?ne.replace(Zl,""):ne).replace(y5,"$1").replace(I5,"$1;"),ne="function("+(ye||"obj")+`) {
34
+ `+(ye?"":`obj || (obj = {});
35
+ `)+"var __t, __p = ''"+(S?", __e = _.escape":"")+(Q?`, __j = Array.prototype.join;
36
+ function print() { __p += __j.call(arguments, '') }
37
+ `:`;
38
+ `)+ne+`return __p
39
+ }`;var ze=b3(function(){return Ge(w,pe+"return "+ne).apply(i,v)});if(ze.source=ne,Bo(ze))throw ze;return ze}function aI(t){return Ye(t).toLowerCase()}function rI(t){return Ye(t).toUpperCase()}function sI(t,a,o){if(t=Ye(t),t&&(o||a===i))return D9(t);if(!t||!(a=Gt(a)))return t;var f=gn(t),M=gn(a),w=j9(f,M),v=z9(f,M)+1;return ci(f,w,v).join("")}function lI(t,a,o){if(t=Ye(t),t&&(o||a===i))return t.slice(0,Q9(t)+1);if(!t||!(a=Gt(a)))return t;var f=gn(t),M=z9(f,gn(a))+1;return ci(f,0,M).join("")}function oI(t,a,o){if(t=Ye(t),t&&(o||a===i))return t.replace(Yl,"");if(!t||!(a=Gt(a)))return t;var f=gn(t),M=j9(f,gn(a));return ci(f,M).join("")}function cI(t,a){var o=E,f=U;if(tt(a)){var M="separator"in a?a.separator:M;o="length"in a?De(a.length):o,f="omission"in a?Gt(a.omission):f}t=Ye(t);var w=t.length;if(Ui(t)){var v=gn(t);w=v.length}if(o>=w)return t;var S=o-_i(f);if(S<1)return f;var Q=v?ci(v,0,S).join(""):t.slice(0,S);if(M===i)return Q+f;if(v&&(S+=Q.length-S),Ho(M)){if(t.slice(S).search(M)){var _,K=Q;for(M.global||(M=lo(M.source,Ye(Kd.exec(M))+"g")),M.lastIndex=0;_=M.exec(K);)var ne=_.index;Q=Q.slice(0,ne===i?S:ne)}}else if(t.indexOf(Gt(M),S)!=S){var de=Q.lastIndexOf(M);de>-1&&(Q=Q.slice(0,de))}return Q+f}function uI(t){return t=Ye(t),t&&b5.test(t)?t.replace(_d,Vm):t}var dI=na(function(t,a,o){return t+(o?" ":"")+a.toUpperCase()}),_o=N0("toUpperCase");function I3(t,a,o){return t=Ye(t),a=o?i:a,a===i?Qm(t)?Zm(t):vm(t):t.match(a)||[]}var b3=Qe(function(t,a){try{return Wt(t,i,a)}catch(o){return Bo(o)?o:new ve(o)}}),fI=Zn(function(t,a){return tn(a,function(o){o=jn(o),Rn(t,o,Go(t[o],t))}),t});function hI(t){var a=t==null?0:t.length,o=Ce();return t=a?qe(t,function(f){if(typeof f[1]!="function")throw new nn(u);return[o(f[0]),f[1]]}):[],Qe(function(f){for(var M=-1;++M<a;){var w=t[M];if(Wt(w[0],this,f))return Wt(w[1],this,f)}})}function gI(t){return Vp(rn(t,C))}function Xo(t){return function(){return t}}function mI(t,a){return t==null||t!==t?a:t}var pI=L0(),MI=L0(!0);function Et(t){return t}function $o(t){return e0(typeof t=="function"?t:rn(t,C))}function CI(t){return n0(rn(t,C))}function yI(t,a){return i0(t,rn(a,C))}var II=Qe(function(t,a){return function(o){return Ea(o,t,a)}}),bI=Qe(function(t,a){return function(o){return Ea(t,o,a)}});function Ko(t,a,o){var f=gt(a),M=Xr(a,f);o==null&&!(tt(a)&&(M.length||!f.length))&&(o=a,a=t,t=this,M=Xr(a,gt(a)));var w=!(tt(o)&&"chain"in o)||!!o.chain,v=Yn(t);return tn(M,function(S){var Q=a[S];t[S]=Q,v&&(t.prototype[S]=function(){var _=this.__chain__;if(w||_){var K=t(this.__wrapped__),ne=K.__actions__=Pt(this.__actions__);return ne.push({func:Q,args:arguments,thisArg:t}),K.__chain__=_,K}return Q.apply(t,ii([this.value()],arguments))})}),t}function NI(){return Ct._===this&&(Ct._=Um),this}function qo(){}function wI(t){return t=De(t),Qe(function(a){return a0(a,t)})}var LI=Do(qe),vI=Do(v9),kI=Do(eo);function N3(t){return Ao(t)?to(jn(t)):n8(t)}function TI(t){return function(a){return t==null?i:Si(t,a)}}var xI=k0(),SI=k0(!0);function ec(){return[]}function tc(){return!1}function DI(){return{}}function jI(){return""}function zI(){return!0}function JI(t,a){if(t=De(t),t<1||t>ie)return[];var o=j,f=wt(t,j);a=Ce(a),t-=j;for(var M=ao(f,a);++o<t;)a(o);return M}function QI(t){return Te(t)?qe(t,jn):Yt(t)?[t]:Pt(Z0(Ye(t)))}function PI(t){var a=++Hm;return Ye(t)+a}var OI=ns(function(t,a){return t+a},0),AI=jo("ceil"),EI=ns(function(t,a){return t/a},1),VI=jo("floor");function RI(t){return t&&t.length?_r(t,Et,po):i}function WI(t,a){return t&&t.length?_r(t,Ce(a,2),po):i}function ZI(t){return x9(t,Et)}function GI(t,a){return x9(t,Ce(a,2))}function YI(t){return t&&t.length?_r(t,Et,Io):i}function BI(t,a){return t&&t.length?_r(t,Ce(a,2),Io):i}var HI=ns(function(t,a){return t*a},1),FI=jo("round"),UI=ns(function(t,a){return t-a},0);function _I(t){return t&&t.length?io(t,Et):0}function XI(t,a){return t&&t.length?io(t,Ce(a,2)):0}return I.after=CC,I.ary=q0,I.assign=ry,I.assignIn=h3,I.assignInWith=ms,I.assignWith=sy,I.at=ly,I.before=e3,I.bind=Go,I.bindAll=fI,I.bindKey=t3,I.castArray=DC,I.chain=X0,I.chunk=V8,I.compact=R8,I.concat=W8,I.cond=hI,I.conforms=gI,I.constant=Xo,I.countBy=_M,I.create=oy,I.curry=n3,I.curryRight=i3,I.debounce=a3,I.defaults=cy,I.defaultsDeep=uy,I.defer=yC,I.delay=IC,I.difference=Z8,I.differenceBy=G8,I.differenceWith=Y8,I.drop=B8,I.dropRight=H8,I.dropRightWhile=F8,I.dropWhile=U8,I.fill=_8,I.filter=$M,I.flatMap=eC,I.flatMapDeep=tC,I.flatMapDepth=nC,I.flatten=H0,I.flattenDeep=X8,I.flattenDepth=$8,I.flip=bC,I.flow=pI,I.flowRight=MI,I.fromPairs=K8,I.functions=My,I.functionsIn=Cy,I.groupBy=iC,I.initial=eM,I.intersection=tM,I.intersectionBy=nM,I.intersectionWith=iM,I.invert=Iy,I.invertBy=by,I.invokeMap=rC,I.iteratee=$o,I.keyBy=sC,I.keys=gt,I.keysIn=At,I.map=cs,I.mapKeys=wy,I.mapValues=Ly,I.matches=CI,I.matchesProperty=yI,I.memoize=ds,I.merge=vy,I.mergeWith=g3,I.method=II,I.methodOf=bI,I.mixin=Ko,I.negate=fs,I.nthArg=wI,I.omit=ky,I.omitBy=Ty,I.once=NC,I.orderBy=lC,I.over=LI,I.overArgs=wC,I.overEvery=vI,I.overSome=kI,I.partial=Yo,I.partialRight=r3,I.partition=oC,I.pick=xy,I.pickBy=m3,I.property=N3,I.propertyOf=TI,I.pull=lM,I.pullAll=U0,I.pullAllBy=oM,I.pullAllWith=cM,I.pullAt=uM,I.range=xI,I.rangeRight=SI,I.rearg=LC,I.reject=dC,I.remove=dM,I.rest=vC,I.reverse=Wo,I.sampleSize=hC,I.set=Dy,I.setWith=jy,I.shuffle=gC,I.slice=fM,I.sortBy=MC,I.sortedUniq=yM,I.sortedUniqBy=IM,I.split=eI,I.spread=kC,I.tail=bM,I.take=NM,I.takeRight=wM,I.takeRightWhile=LM,I.takeWhile=vM,I.tap=RM,I.throttle=TC,I.thru=os,I.toArray=u3,I.toPairs=p3,I.toPairsIn=M3,I.toPath=QI,I.toPlainObject=f3,I.transform=zy,I.unary=xC,I.union=kM,I.unionBy=TM,I.unionWith=xM,I.uniq=SM,I.uniqBy=DM,I.uniqWith=jM,I.unset=Jy,I.unzip=Zo,I.unzipWith=_0,I.update=Qy,I.updateWith=Py,I.values=ra,I.valuesIn=Oy,I.without=zM,I.words=I3,I.wrap=SC,I.xor=JM,I.xorBy=QM,I.xorWith=PM,I.zip=OM,I.zipObject=AM,I.zipObjectDeep=EM,I.zipWith=VM,I.entries=p3,I.entriesIn=M3,I.extend=h3,I.extendWith=ms,Ko(I,I),I.add=OI,I.attempt=b3,I.camelCase=Ry,I.capitalize=C3,I.ceil=AI,I.clamp=Ay,I.clone=jC,I.cloneDeep=JC,I.cloneDeepWith=QC,I.cloneWith=zC,I.conformsTo=PC,I.deburr=y3,I.defaultTo=mI,I.divide=EI,I.endsWith=Wy,I.eq=pn,I.escape=Zy,I.escapeRegExp=Gy,I.every=XM,I.find=KM,I.findIndex=Y0,I.findKey=dy,I.findLast=qM,I.findLastIndex=B0,I.findLastKey=fy,I.floor=VI,I.forEach=$0,I.forEachRight=K0,I.forIn=hy,I.forInRight=gy,I.forOwn=my,I.forOwnRight=py,I.get=Fo,I.gt=OC,I.gte=AC,I.has=yy,I.hasIn=Uo,I.head=F0,I.identity=Et,I.includes=aC,I.indexOf=q8,I.inRange=Ey,I.invoke=Ny,I.isArguments=zi,I.isArray=Te,I.isArrayBuffer=EC,I.isArrayLike=Ot,I.isArrayLikeObject=st,I.isBoolean=VC,I.isBuffer=ui,I.isDate=RC,I.isElement=WC,I.isEmpty=ZC,I.isEqual=GC,I.isEqualWith=YC,I.isError=Bo,I.isFinite=BC,I.isFunction=Yn,I.isInteger=s3,I.isLength=hs,I.isMap=l3,I.isMatch=HC,I.isMatchWith=FC,I.isNaN=UC,I.isNative=_C,I.isNil=$C,I.isNull=XC,I.isNumber=o3,I.isObject=tt,I.isObjectLike=at,I.isPlainObject=Ya,I.isRegExp=Ho,I.isSafeInteger=KC,I.isSet=c3,I.isString=gs,I.isSymbol=Yt,I.isTypedArray=aa,I.isUndefined=qC,I.isWeakMap=ey,I.isWeakSet=ty,I.join=aM,I.kebabCase=Yy,I.last=ln,I.lastIndexOf=rM,I.lowerCase=By,I.lowerFirst=Hy,I.lt=ny,I.lte=iy,I.max=RI,I.maxBy=WI,I.mean=ZI,I.meanBy=GI,I.min=YI,I.minBy=BI,I.stubArray=ec,I.stubFalse=tc,I.stubObject=DI,I.stubString=jI,I.stubTrue=zI,I.multiply=HI,I.nth=sM,I.noConflict=NI,I.noop=qo,I.now=us,I.pad=Fy,I.padEnd=Uy,I.padStart=_y,I.parseInt=Xy,I.random=Vy,I.reduce=cC,I.reduceRight=uC,I.repeat=$y,I.replace=Ky,I.result=Sy,I.round=FI,I.runInContext=J,I.sample=fC,I.size=mC,I.snakeCase=qy,I.some=pC,I.sortedIndex=hM,I.sortedIndexBy=gM,I.sortedIndexOf=mM,I.sortedLastIndex=pM,I.sortedLastIndexBy=MM,I.sortedLastIndexOf=CM,I.startCase=tI,I.startsWith=nI,I.subtract=UI,I.sum=_I,I.sumBy=XI,I.template=iI,I.times=JI,I.toFinite=Bn,I.toInteger=De,I.toLength=d3,I.toLower=aI,I.toNumber=on,I.toSafeInteger=ay,I.toString=Ye,I.toUpper=rI,I.trim=sI,I.trimEnd=lI,I.trimStart=oI,I.truncate=cI,I.unescape=uI,I.uniqueId=PI,I.upperCase=dI,I.upperFirst=_o,I.each=$0,I.eachRight=K0,I.first=F0,Ko(I,function(){var t={};return Sn(I,function(a,o){He.call(I.prototype,o)||(t[o]=a)}),t}(),{chain:!1}),I.VERSION=s,tn(["bind","bindKey","curry","curryRight","partial","partialRight"],function(t){I[t].placeholder=I}),tn(["drop","take"],function(t,a){Oe.prototype[t]=function(o){o=o===i?1:dt(De(o),0);var f=this.__filtered__&&!a?new Oe(this):this.clone();return f.__filtered__?f.__takeCount__=wt(o,f.__takeCount__):f.__views__.push({size:wt(o,j),type:t+(f.__dir__<0?"Right":"")}),f},Oe.prototype[t+"Right"]=function(o){return this.reverse()[t](o).reverse()}}),tn(["filter","map","takeWhile"],function(t,a){var o=a+1,f=o==ge||o==he;Oe.prototype[t]=function(M){var w=this.clone();return w.__iteratees__.push({iteratee:Ce(M,3),type:o}),w.__filtered__=w.__filtered__||f,w}}),tn(["head","last"],function(t,a){var o="take"+(a?"Right":"");Oe.prototype[t]=function(){return this[o](1).value()[0]}}),tn(["initial","tail"],function(t,a){var o="drop"+(a?"":"Right");Oe.prototype[t]=function(){return this.__filtered__?new Oe(this):this[o](1)}}),Oe.prototype.compact=function(){return this.filter(Et)},Oe.prototype.find=function(t){return this.filter(t).head()},Oe.prototype.findLast=function(t){return this.reverse().find(t)},Oe.prototype.invokeMap=Qe(function(t,a){return typeof t=="function"?new Oe(this):this.map(function(o){return Ea(o,t,a)})}),Oe.prototype.reject=function(t){return this.filter(fs(Ce(t)))},Oe.prototype.slice=function(t,a){t=De(t);var o=this;return o.__filtered__&&(t>0||a<0)?new Oe(o):(t<0?o=o.takeRight(-t):t&&(o=o.drop(t)),a!==i&&(a=De(a),o=a<0?o.dropRight(-a):o.take(a-t)),o)},Oe.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},Oe.prototype.toArray=function(){return this.take(j)},Sn(Oe.prototype,function(t,a){var o=/^(?:filter|find|map|reject)|While$/.test(a),f=/^(?:head|last)$/.test(a),M=I[f?"take"+(a=="last"?"Right":""):a],w=f||/^find/.test(a);!M||(I.prototype[a]=function(){var v=this.__wrapped__,S=f?[1]:arguments,Q=v instanceof Oe,_=S[0],K=Q||Te(v),ne=function(Pe){var Ee=M.apply(I,ii([Pe],S));return f&&de?Ee[0]:Ee};K&&o&&typeof _=="function"&&_.length!=1&&(Q=K=!1);var de=this.__chain__,pe=!!this.__actions__.length,ye=w&&!de,ze=Q&&!pe;if(!w&&K){v=ze?v:new Oe(this);var Ie=t.apply(v,S);return Ie.__actions__.push({func:os,args:[ne],thisArg:i}),new an(Ie,de)}return ye&&ze?t.apply(this,S):(Ie=this.thru(ne),ye?f?Ie.value()[0]:Ie.value():Ie)})}),tn(["pop","push","shift","sort","splice","unshift"],function(t){var a=Qr[t],o=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",f=/^(?:pop|shift)$/.test(t);I.prototype[t]=function(){var M=arguments;if(f&&!this.__chain__){var w=this.value();return a.apply(Te(w)?w:[],M)}return this[o](function(v){return a.apply(Te(v)?v:[],M)})}}),Sn(Oe.prototype,function(t,a){var o=I[a];if(o){var f=o.name+"";He.call(qi,f)||(qi[f]=[]),qi[f].push({name:a,func:o})}}),qi[ts(i,D).name]=[{name:"wrapper",func:i}],Oe.prototype.clone=up,Oe.prototype.reverse=dp,Oe.prototype.value=fp,I.prototype.at=WM,I.prototype.chain=ZM,I.prototype.commit=GM,I.prototype.next=YM,I.prototype.plant=HM,I.prototype.reverse=FM,I.prototype.toJSON=I.prototype.valueOf=I.prototype.value=UM,I.prototype.first=I.prototype.head,ja&&(I.prototype[ja]=BM),I},Xi=Gm();Li?((Li.exports=Xi)._=Xi,Xl._=Xi):Ct._=Xi}).call(Ia)})(_n,_n.exports);const or=(()=>document.addEventListener?(e,n,i)=>{e&&n&&i&&e.addEventListener(n,i,!0)}:(e,n,i)=>{e&&n&&i&&e.attachEvent(`on${n}`,i)})(),qs=(()=>document.removeEventListener?(e,n,i)=>{e&&n&&e.removeEventListener(n,i,!0)}:(e,n,i)=>{e&&n&&e.detachEvent(`on${n}`,i)})();var Kf=r.defineComponent({name:"Affix",props:{offsetTop:d.number.def(0),offsetBottom:d.number,target:d.string.def(""),zIndex:d.number.def(1e3)},emits:["change"],setup(e,{emit:n,slots:i}){const s=r.ref(null),l=r.ref(null),c=r.ref(),u=r.ref({}),{proxy:m}=r.getCurrentInstance(),h=r.ref(0),p=r.computed(()=>je(Z({},u.value),{"z-index":e.zIndex}));r.onMounted(()=>{h.value=m.$el.offsetWidth,c.value=e.target?document.querySelector(e.target):window,or(c.value,"scroll",N),or(c.value,"resize",N),r.nextTick(()=>{x()})});const g=r.ref(!1),C=r.computed(()=>Je({"bk-affix":g.value})),b=r.computed(()=>e.offsetBottom>=0?"bottom":"top"),y=()=>{b.value==="top"?u.value={top:`${c.value.getBoundingClientRect().top+e.offsetTop}px`}:u.value={bottom:`${window.innerHeight-c.value.getBoundingClientRect().bottom+e.offsetBottom}px`}},N=_n.exports.throttle(()=>{x()},100),k=D=>{const L=D.value.getBoundingClientRect(),T=c.value===window?{top:0,left:0}:c.value.getBoundingClientRect(),z=c.value.clientTop||0,A=c.value.clientLeft||0;return{top:L.top-T.top-z,left:L.left-T.left-A}},x=()=>{const D=c.value===window?{top:0,left:0,bottom:window.innerHeight}:c.value.getBoundingClientRect(),L=k(l),T=c.value===window?c.value.innerHeight:c.value.clientHeight,z=s.value.offsetHeight;L.top<e.offsetTop&&b.value==="top"&&!g.value?(g.value=!0,u.value={position:"fixed",top:`${D.top+e.offsetTop}px`,left:`${D.left+L.left}px`,width:`${h.value}px`},c.value!==window&&or(window,"scroll",y),n("change",!0)):L.top>e.offsetTop&&b.value==="top"&&g.value&&(g.value=!1,u.value=null,n("change",!1)),L.top+e.offsetBottom+z>T&&b.value==="bottom"&&!g.value?(g.value=!0,u.value={bottom:`${window.innerHeight-D.bottom+e.offsetBottom}px`,left:`${D.left+L.left}px`,width:`${h.value}px`},c.value!==window&&or(window,"scroll",y),n("change",!0)):L.top+e.offsetBottom+z<T&&b.value==="bottom"&&g.value&&(g.value=!1,u.value=null,n("change",!1))};return r.onBeforeUnmount(()=>{qs(c.value,"scroll",N),qs(c.value,"resize",N),qs(window,"scroll",y)}),()=>{var D;return r.createVNode("div",{ref:l},[r.createVNode("div",{ref:s,class:C.value,style:p.value},[(D=i.default)==null?void 0:D.call(i)])])}}});const Rc=Ze(Kf);var qf=r.defineComponent({name:"Backtop",props:{visibilityHeight:d.number.def(200),target:d.string.def(""),right:d.number.def(40),bottom:d.number.def(40),extCls:d.string.def("")},setup(e,{slots:n}){const i=r.ref(null),s=r.ref(null),l=r.ref(!1),c=r.ref(yn.getModalNextIndex()),u=`${e.bottom}px`,m=`${e.right}px`,h=_n.exports.throttle(()=>{l.value=s.value.scrollTop>=e.visibilityHeight},30),p=()=>{s.value.scrollTo({top:0,behavior:"smooth"})};return r.watch(()=>l,()=>{c.value=yn.getModalNextIndex()}),r.onMounted(()=>{if(i.value=document,s.value=document.documentElement,e.target){if(s.value=document.querySelector(e.target),!s.value)throw new Error("target does not exist");i.value=s.value}i.value.addEventListener("scroll",h)}),r.onBeforeUnmount(()=>{i.value.removeEventListener("scroll",h)}),()=>r.createVNode(r.Transition,{name:"bk-fade"},{default:()=>{var g,C;return[l.value?r.createVNode("div",{class:`bk-backtop ${e.extCls}`,style:{right:m,bottom:u,zIndex:c.value},onClick:p},[(C=(g=n.default)==null?void 0:g.call(n))!=null?C:r.createVNode(Ca,{style:{fontSize:"14px"}},null)]):""]}})}});const Wc=Ze(qf);var e4=r.defineComponent({name:"Badge",props:{theme:d.string.def("primary"),count:d.oneOfType([String,Number]).def(1),position:d.string.def("top-right"),radius:d.string,valLength:d.number.def(3),overflowCount:d.number.def(99),dot:d.bool.def(!1),visible:d.bool.def(!1),extCls:d.string},emits:["hover","leave"],setup(e,{emit:n}){const i=r.computed(()=>{if(typeof e.count=="string"){let u=e.count;u+="";const m=[];let h=0;return u.split("").forEach(p=>{h<Number(e.valLength)&&(h+=/[\u4e00-\u9fa5]/.test(p)?2:1,m.push(p))}),m.join("")}return e.count>e.overflowCount?`${e.overflowCount}+`:e.count}),s=r.computed(()=>({borderRadius:e.radius!==void 0&&/^\d+(%|px|em|rem|vh|vw)?$/.test(e.radius)&&/^\d+$/.test(e.radius)&&`${e.radius}px`||e.radius}));return{numberCount:i,handleHover:()=>{n("hover")},handleLeave:()=>{n("leave")},radiusStyle:s}},render(){var s,l,c,u,m,h;const e=Je({"bk-badge-main":!0},this.$props.extCls),n=Je({[`bk-badge bk-${this.$props.theme}`]:!!this.$props.theme,["pinned "]:this.$slots.default,dot:this.$props.dot,[`${this.$props.position}`]:this.$slots.default,["bk-badge-icon is-icon"]:this.$slots.icon},""),i=this.$props.dot?"":r.createVNode("span",null,[this.numberCount]);return r.createVNode("div",{class:e},[(c=(l=(s=this.$slots).default)==null?void 0:l.call(s))!=null?c:"",this.$props.visible?"":r.createVNode("span",{class:n,style:this.radiusStyle,onMouseenter:this.handleHover,onMouseleave:this.handleLeave},[(h=(m=(u=this.$slots).icon)==null?void 0:m.call(u))!=null?h:i])])}});const Zc=Ze(e4);var t4=r.defineComponent({name:"Breadcrumb",props:{extCls:d.string,separator:d.string.def("/"),separatorClass:d.string,replace:d.bool,backRouter:d.oneOfType([d.string,d.object]).def("")},setup(e,{slots:n}){const{proxy:i,appContext:s}=r.getCurrentInstance();r.provide("breadcrumb",e),r.onMounted(()=>{const u=i.$el.querySelectorAll(".bk-breadcrumb-item");u.length&&u[u.length-1].setAttribute("aria-current","page")});const l=Je({"bk-breadcrumb":!0},`${e.extCls||""}`),c=()=>{const{backRouter:u,replace:m}=e,{$router:h}=s.config.globalProperties;!h||(m?h.replace(u):h.push(u))};return()=>{var u;return r.createVNode("div",{class:l,"aria-label":"Breadcrumb",role:"navigation"},[!n.prefix&&e.backRouter?r.createVNode("div",{class:"bk-breadcrumb-goback"},[r.createVNode(Js,{onClick:c},null)]):"",n.prefix?r.createVNode("div",{class:"bk-breadcrumb-goback"},[n.prefix()]):"",(u=n.default)==null?void 0:u.call(n)])}}}),n4=r.defineComponent({name:"BreadcrumbItem",props:{extCls:d.string,to:d.oneOfType([d.string,d.object]).def(""),replace:d.bool},setup(e,{slots:n}){const{appContext:i}=r.getCurrentInstance(),s=r.inject("breadcrumb"),l=i.config.globalProperties.$router,{to:c,replace:u}=e,m=()=>{!c||!l||(u?l.replace(c):l.push(c))},h=Je({"bk-breadcrumb-item":!0},`${e.extCls||""}`);return()=>{var p,g;return r.createVNode("span",{class:h},[r.createVNode("span",{ref:"link",class:`bk-breadcrumb-item-inner ${c?"is-link":""}`,role:"link",onClick:m},[(p=n==null?void 0:n.default)==null?void 0:p.call(n)]),n!=null&&n.separator?(g=n==null?void 0:n.separator)==null?void 0:g.call(n):s!=null&&s.separatorClass?r.createVNode("i",{class:`bk-breadcrumb-separator ${s.separatorClass}`},null):r.createVNode("span",{class:"bk-breadcrumb-separator",role:"presentation"},[s==null?void 0:s.separator])])}}});const Gc=Vt(t4,{Item:n4});let pi;(function(e){e.Default="default",e.Spin="spin"})(pi||(pi={}));let wn;(function(e){e.Normal="",e.Mini="mini",e.Small="small",e.Large="large"})(wn||(wn={}));let el;function i4(e){el=typeof e=="function"?e:()=>r.createVNode(e,null,null)}const a4={indicator:{type:Function},loading:d.bool.def(!0),inline:d.bool.def(!0),theme:d.theme(["white","primary","warning","success","danger"]),title:d.string.def(""),size:d.commonType(Object.values(wn)).def(wn.Normal),mode:d.commonType(Object.values(pi)).def("default")};var r4=r.defineComponent({name:"Loading",props:a4,setup(e,n){const i=[1,2,3,4].map(h=>r.createVNode("span",{class:`dot dot-${h}`},null)),s=r.createVNode("div",{class:"bk-spin-indicator"},[[1,2,3,4,5,6,7,8].map(h=>r.createVNode("span",{class:`oval oval-${h}`},null))]),l=r.computed(()=>Je({"bk-loading-wrapper":e.loading,"bk-nested-loading":!!n.slots.default})),c=r.computed(()=>Je({[`bk-loading-size-${e.size}`]:!!e.size,[`bk-loading-${e.theme}`]:!!e.theme},"bk-loading-indicator")),u=r.computed(()=>!!e.title),m=r.computed(()=>{const h=e.mode===pi.Spin;return typeof e.indicator=="function"?r.createVNode(e.indicator,null,null):typeof el=="function"?r.createVNode(el,null,null):h?s:i});return()=>{var h,p;return r.createVNode("div",{class:l.value},[e.loading&&[r.createVNode("div",{class:c.value},[m.value,u.value&&r.createVNode("div",{class:"bk-loading-title"},[e.title])]),n.slots.default&&r.createVNode("div",{class:"bk-loading-mask"},null)],(p=(h=n.slots).default)==null?void 0:p.call(h)])}}});const Xn=Vt(r4,{setDefaultIndicator:i4,BkLoadingMode:pi,BkLoadingSize:wn},!0),Yc=["","small","large"],s4={theme:d.theme().def(""),hoverTheme:d.theme(["primary","warning","success","danger"]).def(""),size:d.size(Yc).def(""),title:d.string,icon:d.string,iconRight:d.string,disabled:d.bool,loading:d.bool,loadingMode:d.commonType(Object.values(pi)),outline:d.bool,text:d.bool,nativeType:{type:String}};var l4=r.defineComponent({name:"Button",props:s4,emits:["click","mouseover"],setup(e,{slots:n,attrs:i,emit:s}){var N;const l=r.ref(!1),c=(N=n.default)!=null?N:!1,u="bk-button",m=r.computed(()=>e.text&&!e.hoverTheme),h=r.computed(()=>{const k=e.hoverTheme?`${u}-hover-${e.hoverTheme}`:"",x=e.theme?`${u}-${e.theme}`:"",D=e.hoverTheme?"":x;return Je({"is-disabled":e.disabled,"is-outline":e.outline,"is-text":m.value,[`${u}-${e.size}`]:e.size&&Yc.includes(e.size),"no-slot":!c},`${D} ${u} ${k}`)}),p=r.computed(()=>e.text||e.outline||e.hoverTheme?l.value&&!e.text?"white":e.text&&e.disabled?"":e.hoverTheme||e.theme:["","default"].includes(e.theme)?"":"white"),g=r.computed(()=>m.value||e.size===wn.Small?wn.Mini:wn.Small),C=()=>{e.loading||s("click")},b=()=>{l.value=!0,s("mouseover")},y=()=>{l.value=!1};return()=>{var k;return r.createVNode("button",r.mergeProps({title:e.title,disabled:e.disabled,class:h.value,type:e.nativeType},i,{onClick:C,onMouseover:b,onMouseleave:y}),[e.loading&&r.createVNode(Xn,{loading:!0,class:`${u}-loading`,mode:e.loadingMode,theme:p.value,size:g.value},null),n.default&&!e.loading&&r.createVNode("span",{class:`${u}-text`},[(k=n.default)==null?void 0:k.call(n)])])}}}),o4=r.defineComponent({name:"ButtonGroup",props:{size:d.size()},setup(e,n){const i=r.computed(()=>Je({[`bk-button-group-${e.size}`]:!!e.size},"bk-button-group"));return()=>{var s,l;return r.createVNode("div",{class:i.value},[(l=(s=n.slots).default)==null?void 0:l.call(s)])}}});const Rt=Vt(l4,{ButtonGroup:o4}),c4={type:d.string.def("text"),clearable:d.bool,disabled:d.bool,readonly:d.bool,placeholder:d.string.def("Enter"),prefixIcon:d.string,suffixIcon:d.string,suffix:d.string,prefix:d.string,step:d.integer,max:d.integer,min:d.integer,maxlength:d.integer,behavior:d.commonType(["simplicity","normal"]).def("normal"),showWordLimit:d.bool,showControl:d.bool.def(!0),showClearOnlyHover:d.bool.def(!1),precision:d.number.def(0).validate(e=>e>=0&&e<20),modelValue:d.oneOfType([d.string,d.number]).def(""),size:d.size(),rows:d.number};let Ae;(function(e){e.UPDATE="update:modelValue",e.FOCUS="focus",e.BLUR="blur",e.CHANGE="change",e.CLEAR="clear",e.INPUT="input",e.KEYPRESS="keypress",e.KEYDOWN="keydown",e.KEYUP="keyup",e.ENTER="enter",e.PASTE="paste",e.COMPOSITIONSTART="compositionstart",e.COMPOSITIONUPDATE="compositionupdate",e.COMPOSITIONEND="compositionend"})(Ae||(Ae={}));function $n(e,n){return{value:e,evt:n}}function tl(e){return e}const u4={[Ae.UPDATE]:$n,[Ae.FOCUS]:e=>e,[Ae.BLUR]:e=>e,[Ae.CHANGE]:$n,[Ae.CLEAR]:()=>!0,[Ae.INPUT]:$n,[Ae.KEYPRESS]:$n,[Ae.KEYDOWN]:$n,[Ae.KEYUP]:$n,[Ae.ENTER]:$n,[Ae.PASTE]:$n,[Ae.COMPOSITIONSTART]:tl,[Ae.COMPOSITIONUPDATE]:tl,[Ae.COMPOSITIONEND]:tl};var d4=r.defineComponent({name:"Input",inheritAttrs:!1,props:c4,emits:u4,setup(e,n){const i=Un(),s=r.ref(!1),l=r.ref(!1),c=r.computed(()=>e.type==="textarea"),u=r.computed(()=>c.value?"bk-textarea":"bk-input"),j=n.attrs,{class:m,style:h}=j,p=ic(j,["class","style"]),g=r.ref(),C=r.computed(()=>Je({[`${u.value}--${e.size}`]:!!e.size,"is-focused":s.value,"is-readonly":e.readonly,"is-disabled":e.disabled,"is-simplicity":e.behavior==="simplicity",[`${m}`]:!!m},u.value)),b={search:()=>r.createVNode(Fs,null,null),password:()=>r.createVNode(Ws,{onClick:re},null)},y=ie("suffix-icon"),N=r.computed(()=>{const V=b[e.type];return D.value?r.createVNode(Ks,{onClick:re,class:y},null):V?r.createVNode(V,{class:y},null):null}),k=r.computed(()=>e.type==="number"),x=r.computed(()=>Math.floor(e.maxlength)),D=r.ref(!1),L=r.computed(()=>Je({"show-clear-only-hover":e.showClearOnlyHover},y));n.expose({focus(){g.value.focus()},clear:T});function T(){var V;n.emit(Ae.UPDATE,""),n.emit(Ae.CHANGE,""),n.emit(Ae.CLEAR),(V=i==null?void 0:i.validate)==null||V.call(i,"change")}function z(V){s.value=!0,n.emit(Ae.FOCUS,V)}function A(V){var G;s.value=!1,n.emit(Ae.BLUR,V),(G=i==null?void 0:i.validate)==null||G.call(i,"blur")}function q(V){return G=>{var H;(G.code==="Enter"||G.key==="Enter"||G.keyCode===13)&&n.emit(Ae.ENTER,G.target.value,G),!(l.value&&[Ae.INPUT,Ae.CHANGE].some(ue=>V===ue))&&(V===Ae.INPUT&&n.emit(Ae.UPDATE,k.value?+G.target.value:G.target.value),n.emit(V,G.target.value,G),V===Ae.INPUT&&((H=i==null?void 0:i.validate)==null||H.call(i,"change")))}}const[R,F,O,E,U,ce]=[Ae.KEYUP,Ae.KEYDOWN,Ae.KEYPRESS,Ae.PASTE,Ae.CHANGE,Ae.INPUT].map(q);function ee(){l.value=!0}function ge(V){l.value=!1,ce(V)}function Me(V,G=!0){const H=parseInt(String(V),10),ue=Number.isInteger(e.precision)?e.precision:0,be=parseFloat(e.modelValue.toString()),Y=Number.isInteger(H)?H:1;let ae=be+(G?Y:-1*Y);return Number.isInteger(e.max)&&(ae=Math.min(ae,e.max)),Number.isInteger(e.min)&&(ae=Math.max(ae,e.min)),+ae.toFixed(ue)}function he(){const V=Me(e.step);n.emit(Ae.UPDATE,V)}function oe(){const V=Me(e.step,!1);n.emit(Ae.UPDATE,V)}function ie(V){return`${u.value}--${V}`}function re(){D.value=!D.value}const P=r.computed(()=>({value:e.modelValue,maxlength:e.maxlength,placeholder:e.placeholder,readonly:e.readonly,disabled:e.disabled,onInput:ce,onFocus:z,onBlur:A,onPaste:E,onChange:U,onKeypress:O,onKeydown:F,onKeyup:R,onCompositionstart:ee,onCompositionend:ge}));return()=>{var V,G,H,ue,be,Y;return r.createVNode("div",{class:C.value,style:h},[(H=(G=(V=n.slots)==null?void 0:V.prefix)==null?void 0:G.call(V))!=null?H:e.prefix&&r.createVNode("div",{class:ie("prefix-area")},[r.createVNode("span",{class:ie("prefix-area--text")},[e.prefix])]),c.value?r.createVNode("textarea",r.mergeProps({ref:g},p,P.value,{rows:e.rows}),null):r.createVNode("input",r.mergeProps(p,{ref:g,class:`${u.value}--text`,type:D.value&&e.type==="password"?"text":e.type,step:e.step,max:e.max,min:e.min},P.value),null),!c.value&&e.clearable&&!!e.modelValue&&r.createVNode(Qn,{onClick:T,class:L.value},null),N.value,typeof e.maxlength=="number"&&(e.showWordLimit||c.value)&&r.createVNode("p",{class:ie("max-length")},[e.modelValue.toString().length,r.createTextVNode("/"),r.createVNode("span",null,[x.value])]),k.value&&e.showControl&&r.createVNode("div",{class:ie("number-control")},[r.createVNode(ir,{onClick:he},null),r.createVNode(ir,{onClick:oe},null)]),(Y=(be=(ue=n.slots)==null?void 0:ue.suffix)==null?void 0:be.call(ue))!=null?Y:e.suffix&&r.createVNode("div",{class:ie("suffix-area")},[r.createVNode("span",{class:ie("suffix-area--text")},[e.suffix])])])}}});const Mi=Ze(d4);var f4=r.defineComponent({name:"Card",props:{title:d.string,showHeader:d.bool.def(!0),showFooter:d.bool.def(!1),collapseStatus:d.bool.def(!0),border:d.bool.def(!0),disableHeaderStyle:d.bool.def(!1),position:d.string.def("left"),isEdit:d.bool.def(!1),isCollapse:d.bool.def(!1)},emits:["update:collapseStatus","edit"],setup(e,{emit:n}){const i=r.ref(!0),s=r.ref(!1),l=r.ref(""),c=()=>{!e.isCollapse||(i.value=!i.value,n("update:collapseStatus",i.value))},u=()=>{s.value=!s.value},m=()=>{s.value=!s.value,n("edit",l)};return r.watch(()=>e.collapseStatus,h=>{e.isCollapse&&(i.value=h)},{immediate:!0}),r.watch(()=>e.title,h=>{l.value=h},{immediate:!0}),{collapseActive:i,showInput:s,renderTitle:l,handleCollapse:c,saveEdit:m,clickEdit:u}},render(){var c,u,m,h,p,g,C,b,y,N,k,x;const e="bk-card",n=Je({[`${e}`]:!0,[`${e}-border-none`]:!this.$props.border},""),i=Je({[`${e}-head`]:!0,[`${e}-head-${this.$props.position}`]:this.$props.isCollapse&&this.$props.position,["no-line-height"]:this.$props.disableHeaderStyle,collapse:!this.collapseActive},""),s=r.createVNode("div",{class:"title",title:this.renderTitle},[this.showInput?r.createVNode(Mi,{class:`${e}-input`,modelValue:this.renderTitle,"onUpdate:modelValue":D=>this.renderTitle=D,onBlur:this.saveEdit},null):this.renderTitle]),l=r.createVNode("span",{class:`${e}-icon`,onClick:this.handleCollapse},[this.collapseActive?r.createVNode(qa,null,null):r.createVNode(Jn,null,null)]);return r.createVNode("div",{class:n},[this.$props.showHeader?r.createVNode("div",{class:i},[this.$props.isCollapse&&((m=(u=(c=this.$slots).icon)==null?void 0:u.call(c))!=null?m:l),(g=(p=(h=this.$slots).header)==null?void 0:p.call(h))!=null?g:s,this.$props.isEdit&&!this.showInput&&r.createVNode(Vs,{class:`${e}-edit`,onClick:this.clickEdit},null)]):"",this.collapseActive?r.createVNode("div",null,[r.createVNode("div",{class:`${e}-body`},[(y=(b=(C=this.$slots).default)==null?void 0:b.call(C))!=null?y:"Content"]),this.$props.showFooter?r.createVNode("div",{class:`${e}-footer`},[(x=(k=(N=this.$slots).footer)==null?void 0:k.call(N))!=null?x:"Footer"]):""]):""])}});const Bc=Ze(f4),Hc=Symbol("CheckboxGroup");function h4(){const e=r.ref(!1);return[e,{blur:()=>{e.value=!1},focus:()=>{e.value=!0}}]}const g4=()=>{const e=r.getCurrentInstance(),{props:n,emit:i}=e,s=Un(),l=r.inject(Hc,Ds),c=!Pc(l),u=r.ref(n.checked),m=r.computed(()=>c&&l.props.disabled?!0:n.disabled);c?r.watch(()=>l.props.modelValue,g=>{u.value=g.includes(n.label)},{deep:!0}):r.watch(()=>n.modelValue,g=>{g!==""&&(u.value=g===n.trueLabel)},{immediate:!0});const h=(g=!0)=>{u.value=g},p=g=>{var y;if(m.value)return;const C=g.target;u.value=C.checked;const b=u.value?n.trueLabel:n.falseLabel;i("change",b),i("update:modelValue",b),c&&l.handleChange(),(y=s==null?void 0:s.validate)==null||y.call(s,"change"),r.nextTick(()=>{C.checked!==u.value&&(C.checked=u.value)})};return r.onMounted(()=>{c&&l.register(e.proxy)}),r.onBeforeUnmount(()=>{c&&l.unregister(e.proxy)}),{isChecked:u,isDisabled:m,setChecked:h,handleChange:p}},m4={modelValue:d.oneOfType([String,Number,Boolean]).def(""),label:d.oneOfType([String,Number,Boolean]),trueLabel:d.oneOfType([String,Number,Boolean]).def(!0),falseLabel:d.oneOfType([String,Number,Boolean]).def(""),disabled:d.bool.def(!1),checked:d.bool.def(!1),indeterminate:d.bool,beforeChange:d.func,size:d.size()};var p4=r.defineComponent({name:"Checkbox",props:m4,emits:["update:modelValue","change"],setup(){const[e,{blur:n,focus:i}]=h4(),{isChecked:s,isDisabled:l,setChecked:c,handleChange:u}=g4();return{isFocus:e,isChecked:s,isDisabled:l,setChecked:c,handleBlur:n,handleFocus:i,handleChange:u}},render(){const e=Je({"bk-checkbox":!0,"is-focused":this.isFocus,"is-checked":this.isChecked,"is-disabled":this.isDisabled,"is-indeterminated":this.indeterminate});return r.createVNode("label",{class:e},[r.createVNode("span",{class:"bk-checkbox-input"},[r.createVNode("input",{role:"checkbox",type:"checkbox",class:"bk-checkbox-original",disabled:this.isDisabled,checked:this.isChecked,onChange:this.handleChange},null)]),this.$slots.default?this.$slots.default():r.createVNode("span",{class:"bk-checkbox-label"},[this.label])])}});const M4={name:d.string.def(""),modelValue:d.array,disabled:d.bool};var nl=r.defineComponent({name:"CheckboxGroup",props:M4,emits:["change","update:modelValue"],setup(e,n){const i=[],s=u=>{i.push(u)},l=u=>{const m=i.indexOf(u);m>-1&&i.splice(m,1)},c=()=>{const u=i.reduce((m,h)=>(h.isChecked&&m.push(h.label),m),[]);n.emit("update:modelValue",u),n.emit("change",u)};return r.provide(Hc,{name:"CheckboxGroup",props:e,register:s,unregister:l,handleChange:c}),r.onMounted(()=>{const u=e.modelValue||[];i.forEach(m=>{u.includes(m.label)&&m.setChecked(!0)})}),{}},render(){var e;return r.createVNode("div",{class:"bk-checkbox-group"},[(e=this.$slots)==null?void 0:e.default()])}});const ba=Vt(p4,{Group:nl}),il=function(e){return(e||"").split(" ").filter(n=>!!n.trim())};function Fc(e,n){if(!e||!n)return;const i=il(n);let s=e.getAttribute("class")||"";if(e.classList){e.classList.remove(...i);return}i.forEach(c=>{s=s.replace(` ${c} `," ")});const l=il(s).join(" ");e.setAttribute("class",l)}function Uc(e,n){if(!e)return;let i=e.getAttribute("class")||"";const s=il(i),l=(n||"").split(" ").filter(c=>!s.includes(c)&&!!c.trim());e.classList?e.classList.add(...l):(i+=` ${l.join(" ")}`,e.setAttribute("class",i))}const C4=e=>({css:!0,onBeforeEnter:n=>{Uc(n,"collapse-transition"),n.dataset||(n.dataset={}),n.style.height="0px"},onEnter:n=>{n.dataset.oldOverflow=n.style.overflow,n.scrollHeight!==0?(n.style.height=`${n.scrollHeight}px`,n.style.maxHeight=`${n.scrollHeight}px`):n.style.height="0px",n.style.overflow="hidden"},onAfterEnter:n=>{n.style.height="",n.style.maxHeight="",n.style.overflow=n.dataset.oldOverflow,Fc(n,"collapse-transition"),e("before-enter")},onBeforeLeave:n=>{n.dataset||(n.dataset={}),n.dataset.oldOverflow=n.style.overflow,n.style.height=`${n.scrollHeight}px`,n.style.maxHeight=`${n.scrollHeight}px`,n.style.overflow="hidden"},onLeave:n=>{n.scrollHeight!==0&&(Uc(n,"collapse-transition"),n.style.transitionProperty="height",n.style.height="0px")},onAfterLeave:n=>{Fc(n,"collapse-transition"),n.style.height="",n.style.maxHeight="",n.style.overflow=n.dataset.oldOverflow,e("after-leave")}});var y4=r.defineComponent({name:"Collapse",props:{list:d.arrayOf(d.any).def([]),idFiled:d.string.def("$index"),titleField:d.string.def("name"),contentField:d.string.def("content"),modelValue:d.oneOfType([d.arrayOf(d.number).def([]),d.arrayOf(d.string).def([]),d.number.def(-1)]),accordion:d.bool.def(!1)},emits:["item-click","update:modelValue","after-leave","before-enter"],setup(e,{emit:n,slots:i}){const s=r.ref([]),l=r.ref(C4(n));r.watch(()=>[e.modelValue],()=>{const g=e.modelValue;Array.isArray(g)?s.value=[...g]:typeof g!="undefined"?s.value=[g]:s.value=[]},{immediate:!0});const c=r.computed(()=>(e.list||[]).map((g,C)=>typeof g=="string"||typeof g=="number"||typeof g=="boolean"?{$index:C,name:g}:Z({$index:C},g))),u=g=>{if(!g.disabled){if(e.accordion){const C=s.value.findIndex(b=>b===g[e.idFiled]);C>=0?s.value.splice(C,1):s.value=[g[e.idFiled]]}else{const C=s.value.findIndex(b=>b===g[e.idFiled]);C>=0?s.value.splice(C,1):s.value.push(g[e.idFiled])}n("item-click",g),n("update:modelValue",s.value)}},m=g=>s.value.includes(g[e.idFiled]),h=()=>c.value.map(g=>{var C,b;return r.createVNode("div",{class:`bk-collapse-item ${g.disabled?"is-disabled":""} ${m(g)?"bk-collapse-item-active":""}`},[r.createVNode("div",{class:"bk-collapse-header",onClick:()=>u(g)},[r.createVNode("span",{class:"bk-collapse-title"},[(b=(C=i.default)==null?void 0:C.call(i,g))!=null?b:g[e.titleField]]),r.createVNode(Jn,{class:`bk-collapse-icon ${m(g)&&"rotate-icon"||""}`},null)]),r.createVNode(r.Transition,l.value,{default:()=>{var y,N;return[r.withDirectives(r.createVNode("div",{class:`bk-collapse-content ${m(g)&&"active"||""}`},[(N=(y=i.content)==null?void 0:y.call(i,g))!=null?N:g[e.contentField]]),[[r.vShow,m(g)]])]}})])}),p="bk-collapse-wrapper";return()=>r.createVNode("div",{class:p},[h()])}});const _c=Ze(y4),al={isShow:d.bool.def(!1),width:d.oneOfType([String,Number]).def("50%"),height:d.oneOfType([String,Number]).def("50%"),customClass:d.string||d.array,scrollable:d.bool.def(!0),showMask:d.bool.def(!0),closeIcon:d.bool.def(!0),escClose:d.bool.def(!0),maskClose:d.bool.def(!0),fullscreen:d.bool.def(!1),extCls:d.string.def(""),size:d.commonType(["normal","small","medium","large"],"size").def("normal"),draggable:d.bool.def(!0),quickClose:d.bool.def(!0),transfer:d.bool.def(!1),maxHeight:d.string,direction:d.string,animateType:d.string.def("slide"),renderDirective:d.commonType(["show","if"],"renderDirective").def("show"),beforeClose:d.custom(()=>!0),dialogType:d.commonType(["show","operation","confirm","process"],"dialogType").def("operation"),multiInstance:d.bool.def(!0)};var I4=r.defineComponent({name:"Modal",props:Z({},al),data(){return{visible:!1}},computed:{dialogWidth(){return/^\d+$/.test(`${this.width}`)?`${this.width}px`:this.width},dialogHeight(){return/^\d+$/.test(`${this.height}`)?`${this.height}px`:this.height},compStyle(){return{width:this.dialogWidth,height:this.dialogHeight,minHeigth:`${200}px`,display:this.visible?"inherit":"none"}}},watch:{isShow:{handler(e){e?this.visible=e:(this.$emit("hidden"),setTimeout(()=>{this.visible=e},250))},deep:!0},visible(e){e?this.$nextTick(()=>{const n={"background-color":"rgba(0,0,0,0)"},i=this.showMask?{}:n;xs.show(this.$el,this.showMask,i,this.transfer),this.$emit("shown")}):xs.hide(this.$el,this.transfer)}},beforeUnmount(){xs.hide(this.$el)},methods:{handleClickOutSide(){this.quickClose&&this.$emit("close")}},render(){const e=this.maxHeight?{maxHeight:this.maxHeight}:{},n=`bk-modal-body ${this.animateType==="slide"?this.direction:""}`;return r.createVNode("div",{class:["bk-modal-wrapper",this.customClass],style:this.compStyle},[r.withDirectives(r.createVNode("div",{class:"bk-modal-outside",onClick:this.handleClickOutSide},null),[[r.vShow,this.isShow]]),r.createVNode(r.Transition,{name:this.animateType},{default:()=>{var i,s,l,c,u,m,h,p,g;return[this.isShow?r.createVNode("div",{class:n},[r.createVNode("div",{class:"bk-modal-header"},[(l=(s=(i=this.$slots).header)==null?void 0:s.call(i))!=null?l:""]),r.createVNode("div",{class:"bk-modal-content",style:[this.dialogType==="show"?"height: calc(100% - 74px);margin-bottom: 0px":"",Z({},e)]},[(m=(u=(c=this.$slots).default)==null?void 0:u.call(c))!=null?m:""]),this.dialogType==="show"?"":r.createVNode("div",{class:"bk-modal-footer"},[(g=(p=(h=this.$slots).footer)==null?void 0:p.call(h))!=null?g:""])]):""]}})])}});const Ci=Vt(I4,{propsMixin:al},!0);function b4(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}var N4=r.defineComponent({name:"Dialog",components:{BkModal:Ci,BkButton:Rt},props:je(Z({},al),{width:d.oneOfType([String,Number]).def(""),height:d.oneOfType([String,Number]).def(""),confirmText:d.string.def("\u786E\u5B9A"),cancelText:d.string.def("\u53D6\u6D88"),prevText:d.string.def("\u4E0A\u4E00\u6B65"),nextText:d.string.def("\u4E0B\u4E00\u6B65"),current:d.number.def(1),totalStep:d.number,title:d.string.def("title"),headerAlign:d.commonType(["left","center","right"],"headerAlign").def("left"),footerAlign:d.commonType(["left","center","right"],"footerAlign").def("right"),theme:d.commonType(["primary","warning","success","danger"],"theme").def("primary"),dialogType:d.commonType(["show","operation","confirm","process"],"dialogType").def("operation"),isLoading:d.bool.def(!1)}),emits:["closed","update:isShow","confirm","prev","next"],setup(e,{emit:n}){const i=r.reactive({positionX:0,positionY:0,moveStyle:{top:"",left:""}});r.onMounted(()=>{e.escClose&&addEventListener("keydown",c)}),r.onBeforeUnmount(()=>{e.escClose&&removeEventListener("keydown",c)}),r.watch(()=>e.isShow,p=>{p||setTimeout(()=>{i.moveStyle={top:"50%",left:"50%"},i.positionX=0,i.positionY=0},250)});const s=()=>{n("update:isShow",!1),n("closed")},l=()=>{n("update:isShow",!1),n("confirm")},c=p=>{e.isShow&&e.closeIcon&&p.keyCode===27&&s()};return{data:i,handleClose:s,handleConfirm:l,escCloseHandler:c,moveHandler:p=>{if(e.fullscreen||!e.draggable)return!1;const g=p.target,C=p.currentTarget.parentNode.parentNode.offsetHeight,b=p.currentTarget.parentNode.parentNode.offsetWidth;let y,N;i.positionX!==0&&i.positionY!==0?(y=p.clientX-i.positionX,N=p.clientY-i.positionY):(y=p.clientX-g.offsetLeft,N=p.clientY-g.offsetTop),document.onmousemove=k=>{const x=window.innerWidth-b,D=window.innerHeight-C;let L=k.clientX-y,T=k.clientY-N;x/2-L<=0?L=x/2:x/2+L<=0&&(L=-x/2),D/2-T<=0?T=D/2:D/2+T<=0&&(T=-D/2),i.positionX=L,i.positionY=T,i.moveStyle.left=`calc(50% + ${L}px)`,i.moveStyle.top=`calc(50% + ${T}px)`},document.onmouseup=()=>{document.onmousemove=null,document.onmouseup=null}},handlePrevStep:()=>{n("prev")},handleNextStep:()=>{n("next")}}},render(){const e={header:()=>{var i,s,l,c,u,m;return[r.createVNode("div",{class:["bk-dialog-tool",this.fullscreen||!this.draggable?"":"move",this.draggable?"content-dragging":""],onMousedown:this.moveHandler},[(l=(s=(i=this.$slots).tools)==null?void 0:s.call(i))!=null?l:""]),r.createVNode("div",{class:"bk-dialog-header"},[r.createVNode("span",{class:"bk-dialog-title",style:`text-align: ${this.headerAlign}`},[(m=(u=(c=this.$slots).header)==null?void 0:u.call(c))!=null?m:this.title]),r.createVNode("span",{class:["bk-dialog-close",this.closeIcon?"":"close-icon"],onClick:this.handleClose},[r.createTextVNode("+")])])]},default:()=>{var i,s,l;return(l=(s=(i=this.$slots).default)==null?void 0:s.call(i))!=null?l:"default"},footer:()=>{var i,s,l,c,u,m,h,p,g;return r.createVNode("div",{class:"bk-dialog-footer",style:`text-align: ${this.footerAlign}`},[this.dialogType==="process"?(l=(s=(i=this.$slots).footer)==null?void 0:s.call(i))!=null?l:r.createVNode(r.Fragment,null,[this.current===1?"":r.createVNode(Rt,{style:"float: left;margin-right: 8px",onClick:this.handlePrevStep},{default:()=>[this.prevText]}),this.current===this.totalStep?"":r.createVNode(Rt,{style:"float: left",onClick:this.handleNextStep},{default:()=>[this.nextText]}),this.current===this.totalStep?r.createVNode(Rt,{onClick:this.handleConfirm,theme:this.theme,loading:this.isLoading},{default:()=>[this.confirmText]}):"",r.createVNode(Rt,{style:"margin-left: 8px",onClick:this.handleClose},{default:()=>[this.cancelText]})]):"",this.dialogType==="operation"?(m=(u=(c=this.$slots).footer)==null?void 0:u.call(c))!=null?m:r.createVNode(r.Fragment,null,[r.createVNode(Rt,{onClick:this.handleConfirm,theme:this.theme,loading:this.isLoading},{default:()=>[this.confirmText]}),r.createVNode(Rt,{style:"margin-left: 8px",onClick:this.handleClose},{default:()=>[this.cancelText]})]):"",this.dialogType==="confirm"?(g=(p=(h=this.$slots).footer)==null?void 0:p.call(h))!=null?g:r.createVNode(r.Fragment,null,[r.createVNode(Rt,{onClick:this.handleConfirm,theme:this.theme,loading:this.isLoading},{default:()=>[this.confirmText]})]):""])}},n=`bk-dialog-wrapper ${this.scrollable?"scroll-able":""} ${this.multiInstance?"multi-instance":""}`;return r.createVNode(Ci,r.mergeProps(this.$props,{class:[n,this.fullscreen?"bk-model-fullscreen":this.size],style:this.data.moveStyle}),b4(e)?e:{default:()=>[e]})}});const Xc=Ze(N4);var w4="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNDgwIDI0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDgwIDI0MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7fQoJLnN0MXtmaWxsOiNDNEM2Q0M7fQoJLnN0MntmaWxsOnVybCgjRmlsbC0xXzFfKTt9Cgkuc3Qze2ZpbGw6dXJsKCPnn6nlvaJfNF8pO30KCS5zdDR7ZmlsbDojOTc5QkE1O30KCS5zdDV7ZmlsbDp1cmwoI1NWR0lEXzFfKTt9Cgkuc3Q2e2ZpbGw6I0Y4RjlGQTt9Cgkuc3Q3e2ZpbGw6dXJsKCPlvaLnirbnu5PlkIhfMV8pO30KCS5zdDh7ZmlsbDp1cmwoI+W9oueKtue7k+WQiF82Xyk7fQoJLnN0OXtmaWxsOiNEQ0RFRTA7fQo8L3N0eWxlPgo8ZyBpZD0i6aG16Z2iLTEiPgoJPGcgaWQ9IkV4Y2VwdGlvbl94MkZf5byC5bi45o+Q56S6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODcwLjAwMDAwMCwgLTIzODEuMDAwMDAwKSI+CgkJPGcgaWQ9IuaXoOadg+mZkOexuyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzU3LjAwMDAwMCwgMjI4Ny4wMDAwMDApIj4KCQkJPGcgaWQ9Iue8lue7hC0xMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDczLjAwMDAwMCkiPgoJCQkJPGcgaWQ9IuaXoOadg+mZkOexuy3mj5Llm74iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUxMy4wMDAwMDAsIDIxLjAwMDAwMCkiPgoJCQkJCTxnIGlkPSLmsqHmnInmnYPpmZAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyOC4wMDAwMDAsIDQyLjAwMDAwMCkiPgoJCQkJCQk8cmVjdCBpZD0i55+p5b2iXzFfIiBjbGFzcz0ic3QwIiB3aWR0aD0iMjI0IiBoZWlnaHQ9IjE4MyIvPgoJCQkJCQk8Y2lyY2xlIGlkPSLmpK3lnIblvaIiIGNsYXNzPSJzdDEiIGN4PSIxMzIiIGN5PSIxMSIgcj0iMSIvPgoJCQkJCQk8Y2lyY2xlIGlkPSLmpK3lnIblvaJfMV8iIGNsYXNzPSJzdDEiIGN4PSIxNzMiIGN5PSI5NCIgcj0iMiIvPgoJCQkJCQk8Y2lyY2xlIGlkPSLmpK3lnIblvaJfMl8iIGNsYXNzPSJzdDEiIGN4PSI1OSIgY3k9IjY2IiByPSIyIi8+CgkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0iRmlsbC0xXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjExNi4zNTg3IiB5MT0iMTI5LjQwNzUiIHgyPSIxMTkuMzMxNCIgeTI9IjE1Ny42OTA2Ij4KCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNGQkZDRkQiLz4KCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAuOTk4OCIgc3R5bGU9InN0b3AtY29sb3I6I0YyRjRGNyIvPgoJCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCQk8cGF0aCBpZD0iRmlsbC0xIiBjbGFzcz0ic3QyIiBkPSJNNjAuNSwxMzYuMWMxNi4yLTMuNSw0MC42LTQuNyw1Ni41LTMuOWMxNS44LDAuOCwzMy4xLDMuMSwzMy4xLDMuMXM0LjUtMS45LDQuMS0xLjIKCQkJCQkJCWMtMC4zLDAuOC0yLjQsMS45LTEsMi4zYzEuNCwwLjQsMTUuNSwxLjksMjEuNCwzLjFzOC42LDIuMyw4LjYsMi4zczMuOC02LjYsMTIuMy01LjhjMCwwLjYtMy4xLDEuNC00LjIsMy4xUzE4OCwxNDIsMTg4LDE0MgoJCQkJCQkJczEuOC0xLDQuOSwwLjVzNi4xLDIsNi4xLDIuMnMtMS40LDMuNS0xMi43LDEuMmMtNC42LTEuMi02LjksNS4xLTI5LjMsNi42cy02MC4zLDIuNy02MC4zLDIuN3MxLjcsMi4zLDUuMiwzLjEKCQkJCQkJCWMwLDAtMi40LDIuMy03LjIsMS42Yy00LjgtMC44LTEwLTQuNy0xMC00LjdzLTEyLjctMC44LTE3LjYtMS42cy0xMC4zLTIuNy0xNC4xLTMuMWMtMy44LTAuNC0yMS0yLjMtMTQuNS02LjYKCQkJCQkJCUMzOC41LDE0My45LDQ0LjMsMTM5LjYsNjAuNSwxMzYuMXoiLz4KCgkJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuefqeW9ol80XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxNTYuMTY2NyIgeTE9Ii0yLjUxNDMiIHgyPSIxNTYuMTY2NyIgeTI9Ii0xLjUxNDMiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoOTYgMCAwIDcwIC0xNDg3OSAyNTIpIj4KCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNGMkYzRjUiLz4KCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNFNUU4RUIiLz4KCQkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQkJPHBhdGggaWQ9IuefqeW9ol8yXyIgY2xhc3M9InN0MyIgZD0iTTcwLDc2aDg2YzIuOCwwLDUsMi4yLDUsNXY2MGMwLDIuOC0yLjIsNS01LDVINzBjLTIuOCwwLTUtMi4yLTUtNVY4MQoJCQkJCQkJQzY1LDc4LjIsNjcuMiw3Niw3MCw3NnoiLz4KCQkJCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiCIgY2xhc3M9InN0MSIgZD0iTTU5LjMsMTM4djExLjdINzF2Mi4zSDU5LjNsMCwwSDU3di0xNEg1OS4zeiIvPgoJCQkJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCI5aSH5Lu9LTQiIGNsYXNzPSJzdDEiIGQ9Ik0xNjYuNywxMzh2MTEuN0gxNTV2Mi4zaDExLjdsMCwwaDIuM3YtMTRIMTY2Ljd6Ii8+CgkJCQkJCTxnPgoJCQkJCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiF81XyIgY2xhc3M9InN0NCIgZD0iTTExNi41LDExNi44bDEuNiw3LjljMC4yLDAuOC0wLjQsMS42LTEuMiwxLjhjLTAuMSwwLTAuMiwwLTAuMywwaC03LjIKCQkJCQkJCQljLTAuOCwwLTEuNS0wLjctMS41LTEuNWMwLTAuMSwwLTAuMiwwLTAuM2wxLjYtNy45Yy0zLTEuMy01LTQuMS01LTcuM2MwLTQuNCwzLjgtOCw4LjUtOHM4LjUsMy42LDguNSw4CgkJCQkJCQkJQzEyMS41LDExMi43LDExOS41LDExNS41LDExNi41LDExNi44eiIvPgoKCQkJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEzNi4wMjk0IiB5MT0iLTYuODAxMSIgeDI9IjEzNi4wMjk0IiB5Mj0iLTYuMjc4OSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxNyAwIDAgMjUgLTIxOTkuNSAyNzcuNSkiPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFMUUyRTYiLz4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRUVGMEYyIi8+CgkJCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCQkJPHBhdGggY2xhc3M9InN0NSIgZD0iTTExNywxMjcuNWgtNy42Yy0xLjQsMC0yLjUtMS4xLTIuNS0yLjVsMC0wLjVsMS40LTcuMWMtMy0xLjYtNC45LTQuNi00LjktNy45YzAtNSw0LjMtOSw5LjUtOQoJCQkJCQkJCXM5LjUsNCw5LjUsOWMwLDMuMy0xLjksNi4zLTQuOSw3LjlsMS40LDcuMWMwLjMsMS4yLTAuNiwyLjYtMS45LDNMMTE3LDEyNy41eiBNMTA4LjksMTI0Ljh2MC4yYzAsMC4yLDAuMywwLjUsMC41LDAuNWg3LjMKCQkJCQkJCQljMC4yLTAuMSwwLjQtMC40LDAuNC0wLjZsLTEuOC04LjdsMC43LTAuM2MyLjctMS4yLDQuNC0zLjYsNC40LTYuNGMwLTMuOS0zLjQtNy03LjUtN3MtNy41LDMuMS03LjUsN2MwLDIuOCwxLjcsNS4yLDQuNCw2LjQKCQkJCQkJCQlsMC43LDAuM0wxMDguOSwxMjQuOHoiLz4KCQkJCQkJPC9nPgoJCQkJCQk8cGF0aCBpZD0i55+p5b2iXzNfIiBjbGFzcz0ic3Q2IiBkPSJNNzAsNzZoODZjMi44LDAsNSwyLjIsNSw1bDAsMGMwLDIuOC0yLjIsNS01LDVINzBjLTIuOCwwLTUtMi4yLTUtNWwwLDAKCQkJCQkJCUM2NSw3OC4yLDY3LjIsNzYsNzAsNzZ6Ii8+CgoJCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLlvaLnirbnu5PlkIhfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTU1LjAyNjMiIHkxPSItMi42NjY3IiB4Mj0iMTU1LjAyNjMiIHkyPSItMS42NzI3IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDc2IDAgMCA2NiAtMTE2NjkgMTkyKSI+CgkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRjNGNEY1Ii8+CgkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRTZFOEVCIi8+CgkJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMl8iIGNsYXNzPSJzdDciIGQ9Ik0xNDEuNSw1NC42YzAtMTYtMTIuOC0yOS0yOC41LTI5cy0yOC41LDEzLTI4LjUsMjlsMCwwdjI1LjhjMCwwLjktMi4xLDEuNi00LjgsMS42CgkJCQkJCQljLTIuNSwwLTQuNi0wLjctNC43LTEuNXYtMC4xVjU0LjZDNzUsMzMuMyw5MiwxNiwxMTMsMTZzMzgsMTcuMywzOCwzOC42bDAsMHYyNS44YzAsMC45LTIuMSwxLjYtNC44LDEuNnMtNC44LTAuNy00LjgtMS42CgkJCQkJCQlsMCwwVjU0LjZIMTQxLjV6Ii8+CgoJCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLlvaLnirbnu5PlkIhfNl8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTUzLjc5MDMiIHkxPSItMy4yMzg1IiB4Mj0iMTUzLjc5MDMiIHkyPSItMi4yNTkyIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDYyIDAgMCA1NCAtOTQyMiAyMDEpIj4KCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFN0U5RUIiLz4KCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNFN0U5RUIiLz4KCQkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiF8zXyIgY2xhc3M9InN0OCIgZD0iTTgyLDU0LjVDODIuMywzOC4yLDk2LDI1LDExMywyNWMxNy4xLDAsMzEsMTMuNCwzMSwzMGgtMy4xYzAtMTQuOS0xMi41LTI3LTI3LjktMjcKCQkJCQkJCVM4NS4xLDQwLjEsODUuMSw1NXYyNEg4MlY1NVY1NC41eiBNMTQ0LDU1djI0aC0zLjFWNTVIMTQ0eiIvPgoJCQkJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCIXzRfIiBjbGFzcz0ic3Q5IiBkPSJNODAsNzhjMi43LDAsNC45LTAuOCw1LTEuOVY3NnY0YzAsMS4xLTIuMiwyLTUsMmMtMi43LDAtNC45LTAuOC01LTEuOVY4MHYtNAoJCQkJCQkJQzc1LDc3LjEsNzcuMiw3OCw4MCw3OHoiLz4KCQkJCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiOWkh+S7vS0zIiBjbGFzcz0ic3Q5IiBkPSJNMTQ2LDc4YzIuNywwLDQuOS0wLjgsNS0xLjlWNzZ2NGMwLDEuMS0yLjIsMi01LDJjLTIuNywwLTQuOS0wLjgtNS0xLjlWODB2LTQKCQkJCQkJCUMxNDEsNzcuMSwxNDMuMiw3OCwxNDYsNzh6Ii8+CgkJCQkJPC9nPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=",L4="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNDgwIDI0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDgwIDI0MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOnVybCgjRmlsbC0xXzFfKTt9Cgkuc3Qxe2ZpbGw6dXJsKCPnn6nlvaJfOV8pO30KCS5zdDJ7ZmlsbDp1cmwoI+efqeW9ol8xMF8pO30KCS5zdDN7ZmlsbDojRjBGMkY1O3N0cm9rZTp1cmwoI+efqeW9ol8xMV8pO30KCS5zdDR7ZmlsbDojOTc5QkE1O3N0cm9rZTp1cmwoI+efqeW9ol8xMl8pO30KCS5zdDV7ZmlsbDojOTc5QkE1O3N0cm9rZTp1cmwoI+efqeW9ouWkh+S7vS05XzFfKTt9Cgkuc3Q2e2ZpbGw6Izk3OUJBNTtzdHJva2U6dXJsKCPlvaLnirbnu5PlkIhfNl8pO30KCS5zdDd7ZmlsbDp1cmwoI+W9oueKtue7k+WQiF84Xyk7fQoJLnN0OHtmaWxsOnVybCgj5b2i54q257uT5ZCI5aSH5Lu9LTNfMV8pO30KCS5zdDl7ZmlsbDp1cmwoI+W9oueKtue7k+WQiF85Xyk7fQoJLnN0MTB7ZmlsbDojRTFFM0U2O30KCS5zdDExe2ZpbGw6I0YwRjJGNTt9Cgkuc3QxMntmaWxsOiNGNEY0RjQ7fQoJLnN0MTN7ZmlsbDp1cmwoI+i3r+W+hC01XzFfKTt9Cgkuc3QxNHtmaWxsOnVybCgj5b2i54q257uT5ZCIXzEwXyk7fQoJLnN0MTV7ZmlsbDp1cmwoI+W9oueKtue7k+WQiOWkh+S7vS00XzFfKTt9Cgkuc3QxNntmaWxsOiNDN0M5Q0M7fQoJLnN0MTd7ZmlsbDojRTVFN0U5O30KCS5zdDE4e2ZpbGw6I0VDRUVGMDt9Cgkuc3QxOXtmaWxsOiNDNEM2Q0M7fQoJLnN0MjB7ZmlsbDojRURFRUYzO30KCS5zdDIxe2ZpbGw6IzM0MzQzNDtmaWxsLW9wYWNpdHk6My4wMDAwMDBlLTAyO30KPC9zdHlsZT4KPGcgaWQ9IkV4Y2VwdGlvbl94MkZf5byC5bi45o+Q56S6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODcwLjAwMDAwMCwgLTEzMzUuMDAwMDAwKSI+Cgk8ZyBpZD0iX3gzNF8wNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzU3LjAwMDAwMCwgMTIxNi4wMDAwMDApIj4KCQk8ZyBpZD0iX3gzNF8wNC3mj5Llm74iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUxMy4wMDAwMDAsIDExOS4wMDAwMDApIj4KCQkJPGcgaWQ9Iue8lue7hC0xMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMS4wMzY2NDgpIj4KCQkJCTxnIGlkPSJfeDM0XzA05Li75L2TIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5NC4zMjQwMjIsIDQyLjUzODc3MSkiPgoJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0iRmlsbC0xXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjE0MS4zOTEyIiB5MT0iNTUuNjg2OSIgeDI9IjE1Mi4zMzA3IiB5Mj0iMTE3LjcyNzciPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRjhGQ0ZEIi8+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNGMkY0RjciLz4KCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCTxwYXRoIGlkPSJGaWxsLTEiIGNsYXNzPSJzdDAiIGQ9Ik00NS4zLDcyLjljMjkuMy02LjYsNzEuNS05LjYsMTAwLjItOC4xczUyLjQsNi41LDU0LjEsNS4zYzUuNy0zLjgsMTcuOS01LjUsMTcuMy00CgkJCQkJCXMtOC41LDYuMS02LDYuOGMyLjUsMC43LDI4LDMuNywzOC42LDUuOWMxMC42LDIuMiwxNy40LDQuNCwxOS43LDQuNGMyLjMsMCw1LjktMy4xLDIxLjMtMS42YzAuMywwLjYtMy40LDAuOC02LjgsMi41CgkJCQkJCXMtNS45LDEuNi01LjksMnMxLjktMC42LDUuOSwyYzQsMi41LDExLDMuNCwxMSw0cy04LjksMy42LTIzLjgtMS4xYy0zLjgtMS4yLTEyLjYsOS4yLTUzLjEsMTIuMXMtMTA5LjEsNS4yLTEwOS4xLDUuMgoJCQkJCQlzNC4xLDUuMywxMC4xLDYuOGMwLjMsMC41LTIuNCwyLjUtMTQsMC4zcy0xNy45LTcuMS0xNy45LTcuMXMtMjMuMS0xLjUtMzEuOC0yLjlzLTE4LjctNS4yLTI1LjYtNS45Uy04LjUsOTUsMy4zLDg2LjkKCQkJCQkJQzMuMyw4Ni45LDE2LDc5LjUsNDUuMyw3Mi45eiIvPgoKCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLnn6nlvaJfOV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMzA0Ljg0NjciIHkxPSIxMDEuMjQ5MiIgeDI9IjMwNC44NDY3IiB5Mj0iMTAwLjI1NDYiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoOTMuMzkwNyAwIDAgLTkzLjQ2MjcgLTI4MzM1Ljk0NTMgOTQ2My4wMjczKSI+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFQ0VFRjAiLz4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0Q3RDlEQiIvPgoJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJPHBhdGggaWQ9IuefqeW9ol8xXyIgY2xhc3M9InN0MSIgZD0iTTg5LjIsMGg4OS40YzEuMSwwLDIsMC45LDIsMnY4OS41YzAsMS4xLTAuOSwyLTIsMkg4OS4yYy0xLjEsMC0yLTAuOS0yLTJWMgoJCQkJCQlDODcuMiwwLjksODguMSwwLDg5LjIsMHoiLz4KCgkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i55+p5b2iXzEwXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIzMDMuODkxNSIgeTE9IjEwMS42NTMyIiB4Mj0iMzAzLjg5MTUiIHkyPSIxMDAuNjUzIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDgxLjcxNjkgMCAwIC04MS43Nzk5IC0yNDY5OS4yMjQ2IDgzMTguOTkwMikiPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRjVGN0ZBIi8+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNFQkVERjAiLz4KCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCTxwYXRoIGlkPSLnn6nlvaJfMl8iIGNsYXNzPSJzdDIiIGQ9Ik05NCw1LjhoNzkuN2MwLjYsMCwxLDAuNCwxLDF2NzkuOGMwLDAuNi0wLjQsMS0xLDFIOTRjLTAuNiwwLTEtMC40LTEtMVY2LjgKCQkJCQkJQzkzLDYuMyw5My41LDUuOCw5NCw1Ljh6Ii8+CgoJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuefqeW9ol8xMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMjk5LjQxODYiIHkxPSIxMDMuNTA1MiIgeDI9IjI5OS40MTg2IiB5Mj0iMTAyLjU1OTkiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNTEuNTMyMyAwIDAgLTUxLjU3MjggLTE1Mjk1Ljg3NyA1MzYwLjk3MzYpIj4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0UxRTJFNiIvPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRjdGOUZDIi8+CgkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQk8cGF0aCBpZD0i55+p5b2iXzNfIiBjbGFzcz0ic3QzIiBkPSJNMTA5LjEsMjAuOWg0OS41YzAuNiwwLDEsMC40LDEsMXY0OS42YzAsMC42LTAuNCwxLTEsMWgtNDkuNWMtMC42LDAtMS0wLjQtMS0xVjIxLjkKCQkJCQkJQzEwOC4xLDIxLjQsMTA4LjYsMjAuOSwxMDkuMSwyMC45eiIvPgoKCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLnn6nlvaJfMTJfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjE5NS40ODc5IiB5MT0iMTE5LjIyMzciIHgyPSIxOTUuNDg3OSIgeTI9IjExOC4yNTY2IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDUuMzc3NyAwIDAgLTEyLjY4MjggLTkyOC4zNzU1IDE1NDYuODUxNikiPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRTFFMkU2Ii8+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNGMEYyRjUiLz4KCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCTxyZWN0IGlkPSLnn6nlvaJfNF8iIHg9IjEyMC4yIiB5PSIzNC41IiBjbGFzcz0ic3Q0IiB3aWR0aD0iNS40IiBoZWlnaHQ9IjEyLjciLz4KCgkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i55+p5b2i5aSH5Lu9LTlfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTk1LjQ5MDEiIHkxPSIxMTkuMjIzNyIgeDI9IjE5NS40OTAxIiB5Mj0iMTE4LjI1NjYiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNS4zNzc3IDAgMCAtMTIuNjgyOCAtOTA2LjQ4NzEgMTU0Ni44NTE2KSI+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFMUUyRTYiLz4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0YwRjJGNSIvPgoJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJPHJlY3QgaWQ9IuefqeW9ouWkh+S7vS05IiB4PSIxNDIuMSIgeT0iMzQuNSIgY2xhc3M9InN0NSIgd2lkdGg9IjUuNCIgaGVpZ2h0PSIxMi43Ii8+CgoJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuW9oueKtue7k+WQiF82XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIyNDcuNTY2IiB5MT0iMTI1LjQ1MTQiIHgyPSIyNDcuNTY2IiB5Mj0iMTI0LjQ4NDQiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoOS43NTU0IDAgMCAtOS43NjIxIC0yMjgxLjIwNTEgMTI3Ni45MDYpIj4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0UxRTJFNiIvPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRjBGMkY1Ii8+CgkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCIIiBjbGFzcz0ic3Q2IiBkPSJNMTI5LDU2LjdMMTI5LDU2LjdjMC4xLTIuNiwyLjMtNC43LDQuOS00LjdjMi42LDAsNC43LDIsNC45LDQuN3YwLjJ2NC45SDEyOXYtMC41di00LjQKCQkJCQkJVjU2Ljd6Ii8+CgoJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuW9oueKtue7k+WQiF84XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIzMDIuOTc2MSIgeTE9IjEwMS4yMzc1IiB4Mj0iMzAyLjk3NjEiIHkyPSIxMDAuMzAxNiIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg3Mi45NjE1IDAgMCAtOTMuNDYyNyAtMjE4NzkuNzQ0MSA5NDYzLjAyNzMpIj4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0VCRURGMDtzdG9wLW9wYWNpdHk6MC45OTE3Ii8+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNFMUUzRTYiLz4KCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMV8iIGNsYXNzPSJzdDciIGQ9Ik0yNDQuOCwwaDIuOXY1OC40aDE0LjZ2MTcuNWgtMTQuNnYxNy41aC0yMC40Vjc1LjloLTM3LjlWNTguNEwyMjcuMywwSDI0NC44egoJCQkJCQkgTTIyNy4zLDI4LjJsLTE4LjgsMzAuM2gxOC44VjI4LjJ6Ii8+CgoJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuW9oueKtue7k+WQiOWkh+S7vS0zXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjMwMi45NzU2IiB5MT0iMTAxLjIzNzUiIHgyPSIzMDIuOTc1NiIgeTI9IjEwMC4zMDE2IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDcyLjk2MTUgMCAwIC05My40NjI3IC0yMjA2My42MDc0IDk0NjMuMDI3MykiPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRUJFREYwO3N0b3Atb3BhY2l0eTowLjk5MTciLz4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0UxRTNFNiIvPgoJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiOWkh+S7vS0zIiBjbGFzcz0ic3Q4IiBkPSJNNjAuOSwwaDIuOXY1OC40aDE0LjZ2MTcuNUg2My44djE3LjVINDMuNFY3NS45SDUuNVY1OC40TDQzLjQsMEg2MC45egoJCQkJCQkgTTQzLjQsMjguMkwyNC42LDU4LjRoMTguOFYyOC4yeiIvPgoKCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLlvaLnirbnu5PlkIhfOV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMjk5LjA0NjYiIHkxPSIxMDcuMjgyNyIgeDI9IjI5OS4wNTM1IiB5Mj0iMTA3LjAxMSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg1MC4wMDM1IDAgMCAtMjguNjA1MyAtMTQ4NTcuNzUyOSAzMjE2LjczOTUpIj4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZCRkNGRCIvPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRjBGMkY1Ii8+CgkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCIXzJfIiBjbGFzcz0ic3Q5IiBkPSJNOTkuNiwxMzcuM2MxMS43LDAsMjEuMiw1LjYsMjEuMiwxMi40YzAsNi45LTkuNSwxMi40LTIxLjIsMTIuNAoJCQkJCQljLTQuNCwwLTguNS0wLjgtMTEuOS0yLjFsLTcsNS45bC0xLjktMi4ybDYtNS4xYy0zLjktMi4zLTYuNC01LjQtNi40LTguOWMwLTAuMiwwLTAuNSwwLTAuN2wtNS44LDUuMWwtMS45LTIuMmwxNS40LTEzLjQKCQkJCQkJbDEuMSwxLjJDOTAuNywxMzguMSw5NSwxMzcuMyw5OS42LDEzNy4zeiIvPgoJCQkJCTxyZWN0IGlkPSLnn6nlvaJfNV8iIHg9IjIyNS44IiB5PSI4Ny42IiBjbGFzcz0ic3QxMCIgd2lkdGg9IjIzLjMiIGhlaWdodD0iNS44Ii8+CgkJCQkJPHJlY3QgaWQ9IuefqeW9ol82XyIgeD0iMjI3LjMiIHk9Ijg2LjIiIGNsYXNzPSJzdDExIiB3aWR0aD0iMjAuNCIgaGVpZ2h0PSIxLjUiLz4KCQkJCQk8cmVjdCBpZD0i55+p5b2iXzdfIiB4PSI0MS45IiB5PSI4Ny42IiBjbGFzcz0ic3QxMCIgd2lkdGg9IjIzLjMiIGhlaWdodD0iNS44Ii8+CgkJCQkJPHJlY3QgaWQ9IuefqeW9ol84XyIgeD0iNDMuNCIgeT0iODYuMiIgY2xhc3M9InN0MTEiIHdpZHRoPSIyMC40IiBoZWlnaHQ9IjEuNSIvPgoJCQkJCTxwYXRoIGlkPSLot6/lvoQtNCIgY2xhc3M9InN0MTEiIGQ9Ik0wLDAiLz4KCQkJCQk8cGF0aCBpZD0i6Lev5b6ELTgiIGNsYXNzPSJzdDEyIiBkPSJNMTE1LjYsMTM0LjljMi40LTIuMiw5LjctMy40LDIxLjktMy40YzYuNCwwLDExLDAuNywzOS45LDUuN2MyLjksMC41LDUuMywwLjksNy43LDEuMwoJCQkJCQljMjUuOCw0LjMsNDAuOCw1LjcsNDguNiwzLjNsLTAuNC0xLjRjLTcuNSwyLjItMjIuNSwwLjktNDgtMy40Yy0yLjMtMC40LTQuOC0wLjgtNy42LTEuM2MtMjkuMS01LjEtMzMuNi01LjgtNDAuMi01LjgKCQkJCQkJYy0xMi42LDAtMjAuMSwxLjItMjIuOSwzLjhMMTE1LjYsMTM0Ljl6Ii8+CgoJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9Iui3r+W+hC01XzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjMwNy4xMTA1IiB5MT0iMTAzLjQ4MSIgeDI9IjMwNy4xMTA1IiB5Mj0iMTAyLjQ5MjIiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMTQxLjI1IDAgMCAtNTIuMDk2MiAtNDMyMDEuNzIyNyA1NDgxLjM2MTMpIj4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0RDREVFNSIvPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTc5QkE1Ii8+CgkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQk8cGF0aCBpZD0i6Lev5b6ELTUiIGNsYXNzPSJzdDEzIiBkPSJNMjI1LjgsODkuOGgtMjBjLTYuOSwwLTEwLjcsMy4xLTgsNy41YzIuNyw0LjYsMTEuOSw5LjcsMjcuMSwxNC40CgkJCQkJCWMxNS41LDQuOCwyNC45LDE1LjUsMjEsMjIuNWMtNC41LDguMS0yNC40LDguOS01Ni4zLTAuOGMtNDguNC0xNC42LTc1LjgtMTYuMS04Mi42LTQuMWwxLjMsMC43YzYuMi0xMS4xLDMzLjItOS43LDgwLjksNC43CgkJCQkJCWMzMi41LDkuOCw1Myw5LjEsNTgsMC4xYzQuNS04LTUuNi0xOS41LTIxLjktMjQuNmMtMTQuOC00LjYtMjMuOC05LjYtMjYuMi0xMy43Yy0xLjgtMy4xLDAuOC01LjMsNi44LTUuM2gyMHYtMS40SDIyNS44eiIvPgoKCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLlvaLnirbnu5PlkIhfMTBfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjI5NC4xODM1IiB5MT0iMTAxLjQ1NzgiIHgyPSIyOTQuNzA3NCIgeTI9IjEwMS40MDIyIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDM3Ljc5OTMgNy4zNDc0IDcuNjMzNyAtMzkuMjcyIC0xMTgwMy44MjUyIDE5NTkuNDUyKSI+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFN0U5RUI7c3RvcC1vcGFjaXR5OjAuOTM2NSIvPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojQ0RDRkQxIi8+CgkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCIXzNfIiBjbGFzcz0ic3QxNCIgZD0iTTExMS43LDEyNS4yYzQsNC45LDQuNywxMS4zLDIuNCwxMy41bC0wLjEsMC4xbC01LjUsNS42YzAuNiwyLjksMC41LDUuMy0xLjEsNi43CgkJCQkJCWwwLDBsMCwwbC04LjIsOC43bC0yMS44LTMwLjZsOC4zLTQuOHYwLjFjMS43LTAuOSw0LjEtMC42LDYuNywwLjRsNi44LTQuMmwwLjEtMC4xQzEwMiwxMTguNywxMDcuOCwxMjAuMywxMTEuNywxMjUuMnoiLz4KCgkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i5b2i54q257uT5ZCI5aSH5Lu9LTRfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMjk1LjQwNTQiIHkxPSI4Mi4zMTk3IiB4Mj0iMjk2LjEyODciIHkyPSI4Mi4yOTk0IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDIzLjgyNDMgMjkuNDIwNiAxNS44NjE0IC0xMi44NDQzIC04MjU1Ljg0MzggLTc1MDQuODQ1NykiPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRUJFREVGIi8+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNEOERBREMiLz4KCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIjlpIfku70tNCIgY2xhc3M9InN0MTUiIGQ9Ik0xMDMuMywxMzIuNGM1LjksNy4yLDcuMiwxNS40LDQsMTguOWwwLDBsLTguMSw4LjVMNzYsMTI5LjlsOS40LTUuNWwwLDAKCQkJCQkJQzg5LjUsMTIyLjEsOTcuNSwxMjUuMiwxMDMuMywxMzIuNHoiLz4KCgkJCQkJCTxlbGxpcHNlIGlkPSLmpK3lnIblvaLlpIfku70tMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43NzcxIC0wLjYyOTMgMC42MjkzIDAuNzc3MSAtNzEuNzU3MyA4Ny4zODA5KSIgY2xhc3M9InN0MTYiIGN4PSI4Ny41IiBjeT0iMTQ1IiByeD0iOS41IiByeT0iMTkiLz4KCgkJCQkJCTxnIGlkPSLnvJbnu4QtNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODUuMjg4NzA1LCAxNTUuNjk1NDY1KSByb3RhdGUoNi4wMDAwMDApIHRyYW5zbGF0ZSgtODUuMjg4NzA1LCAtMTU1LjY5NTQ2NSkgdHJhbnNsYXRlKDc5LjE0MzQ1MywgMTQ2Ljc1NjkxNykiPgoJCQkJCQk8cG9seWdvbiBpZD0i6Lev5b6ELTkiIGNsYXNzPSJzdDE3IiBwb2ludHM9IjEyLjIsMS4xIDEyLjIsNi4xIDEuMiwxNy41IDEuMiwxMi41IAkJCQkJCSIvPgoJCQkJCQk8cG9seWdvbiBpZD0i6Lev5b6ELTEwIiBjbGFzcz0ic3QxMSIgcG9pbnRzPSIxMi4yLDEuMSAxMS4zLDAgMC4zLDExLjEgMS4yLDEyLjUgCQkJCQkJIi8+CgkJCQkJCTxwb2x5Z29uIGlkPSLot6/lvoQtMTEiIGNsYXNzPSJzdDE4IiBwb2ludHM9IjAuMywxMS4xIDEuMiwxMi41IDEuMiwxNy41IDAuMywxNi4xIAkJCQkJCSIvPgoJCQkJCTwvZz4KCgkJCQkJCTxnIGlkPSLnvJbnu4QtNeWkh+S7vSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzYuODI2Mjc3LCAxNDMuODg1MTA1KSByb3RhdGUoNi4wMDAwMDApIHRyYW5zbGF0ZSgtNzYuODI2Mjc3LCAtMTQzLjg4NTEwNSkgdHJhbnNsYXRlKDcwLjY4MTAyNSwgMTM0Ljk0NjU1OCkiPgoJCQkJCQk8cG9seWdvbiBpZD0i6Lev5b6ELTlfMV8iIGNsYXNzPSJzdDE3IiBwb2ludHM9IjEyLjIsMS4xIDEyLjIsNi4xIDEuMiwxNy41IDEuMiwxMi41IAkJCQkJCSIvPgoJCQkJCQk8cG9seWdvbiBpZD0i6Lev5b6ELTEwXzFfIiBjbGFzcz0ic3QxMSIgcG9pbnRzPSIxMi4yLDEuMSAxMS4zLDAgMC4zLDExLjEgMS4yLDEyLjUgCQkJCQkJIi8+CgkJCQkJCTxwb2x5Z29uIGlkPSLot6/lvoQtMTFfMV8iIGNsYXNzPSJzdDE4IiBwb2ludHM9IjAuMywxMS4xIDEuMiwxMi41IDEuMiwxNy41IDAuMywxNi4xIAkJCQkJCSIvPgoJCQkJCTwvZz4KCgkJCQkJCTxnIGlkPSLnvJbnu4QtNV8xXyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODQuNjQzMzQ5LCAxNTYuMjAzMTgzKSByb3RhdGUoNi4wMDAwMDApIHRyYW5zbGF0ZSgtODQuNjQzMzQ5LCAtMTU2LjIwMzE4MykgdHJhbnNsYXRlKDc4LjEzNjYxMiwgMTQ2LjYyOTc5NikiPgoJCQkJCTwvZz4KCgkJCQkJCTxnIGlkPSLnvJbnu4QtNeWkh+S7vV8xXyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzYuMjU3OTg1LCAxNDQuMjkxOTQyKSByb3RhdGUoNi4wMDAwMDApIHRyYW5zbGF0ZSgtNzYuMjU3OTg1LCAtMTQ0LjI5MTk0MikgdHJhbnNsYXRlKDY5Ljc1MTI0OCwgMTM0LjcxODU1NSkiPgoJCQkJCTwvZz4KCQkJCTwvZz4KCQkJCTxjaXJjbGUgaWQ9IuakreWchuW9oiIgY2xhc3M9InN0MTkiIGN4PSIxLjciIGN5PSI4MCIgcj0iMS43Ii8+CgkJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCIXzRfIiBjbGFzcz0ic3QyMCIgZD0iTTEyMy43LDYyLjlsLTEuMiwxLjhjLTU4LjQsMTQuNi05Ny4zLDM0LjgtOTUuMiw1MS44YzEuMiwxMCwxNi41LDE3LjYsNDEsMjIuMgoJCQkJCWM3LjktOC42LDE4LjMtMTcuOSwzMC43LTI3LjV2MS45Qzg3LjQsMTIyLjIsNzcuNiwxMzEsNzAsMTM5YzkuMiwxLjYsMTkuNywyLjksMzEuMiwzLjdjMS41LDAuNywzLjQsMS4zLDUuNSwxLjgKCQkJCQljLTE0LjEtMC44LTI2LjktMi4yLTM3LjgtNC4yQzU1LDE1NS4xLDQ5LDE2Ny41LDUzLDE3NS40YzguNiwxNi45LDYxLjIsOC44LDEyNi44LTE3LjZjMC41LDAuMywxLDAuNiwxLjYsMQoJCQkJCWMtNjYuOCwyNy0xMjAuNSwzNS4yLTEyOS42LDE3LjNjLTQuMi04LjMsMS43LTIxLjEsMTUuNC0zNi4yYy0yNC43LTQuOC00MC0xMi43LTQxLjMtMjMuMkMyMy42LDk4LjUsNjMuNyw3Ny43LDEyMy43LDYyLjl6CgkJCQkJIE0zMTMuMywxMTguNGg1LjFjLTYuOCwyLjEtMTMuOSw0LjEtMjEuNCw2Yy0xLjQtMC4yLTIuOC0wLjQtMy45LTAuNUMzMDAuMiwxMjIuMSwzMDYuOSwxMjAuMywzMTMuMywxMTguNHogTTI4My4xLDEwNS44djEuNwoJCQkJCWMtMi45LDEuOC01LjgsMy41LTguOCw1LjN2LTEuN0MyNzcuMywxMDkuMywyODAuMiwxMDcuNiwyODMuMSwxMDUuOHogTTM3OC41LDkuNmM0LjcsOS4yLTMuMSwyNC0yMC4yLDQxLjMKCQkJCQljMTguOSw0LjksMzAuNCwxMiwzMS42LDIxYzEuMywxMC40LTExLjQsMjEuNi0zMy43LDMyLjJ2LTEuNmMyMS40LTEwLjEsMzMuNC0yMC44LDMyLjMtMzAuNGMtMS4xLTguNi0xMi41LTE1LjQtMzEuMy0yMC4xCgkJCQkJbC0wLjMsMC4zYy00LjUsNC41LTkuNiw5LjEtMTUuMywxMy45di0xLjljNS00LjMsOS42LTguNCwxMy43LTEyLjRsMC4zLTAuM2MtNC4zLTEtOS0xLjktMTQtMi43di0xLjVjNS40LDAuOSwxMC41LDEuOSwxNS4xLDMKCQkJCQljMTcuMS0xNy4xLDI1LTMxLjUsMjAuNi00MC4zYy0xMC0xOS43LTc5LjktNS40LTE2MC40LDMyLjJoLTMuNEMyOTUuOSwzLjQsMzY3LjgtMTEuNSwzNzguNSw5LjZ6IE0xMzYuOSw4NC41djEuOAoJCQkJCWMtNS44LDMuNy0xMS40LDcuNC0xNi43LDExLjFsMi0zLjFDMTI3LDkwLjksMTMxLjksODcuNywxMzYuOSw4NC41eiBNMzIxLjEsODAuNHYxLjhjLTQuMiwzLTguNSw2LjEtMTMsOS4ybDItMy4xCgkJCQkJQzMxMy45LDg1LjYsMzE3LjUsODMsMzIxLjEsODAuNHogTTE4MC44LDU4Ljl2MS43Yy04LjEsNC4zLTE1LjksOC43LTIzLjQsMTMuMVY3MkMxNjQuOSw2Ny42LDE3Mi43LDYzLjIsMTgwLjgsNTguOXoKCQkJCQkgTTE4MC44LDUxLjZ2MS41Yy04LDEuMi0xNS44LDIuNi0yMy40LDR2LTEuNUMxNjUsNTQuMSwxNzIuOCw1Mi44LDE4MC44LDUxLjZ6IE0zMTkuNSw0NC45bC0wLjksMS40CgkJCQkJYy0xMy40LTEuMS0yOC4zLTEuNS00NC4zLTEuM3YtMC41YzAtMC4zLTAuMS0wLjctMC4yLTAuOUMyOTAuNSw0My4zLDMwNS44LDQzLjcsMzE5LjUsNDQuOXoiLz4KCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfNV8iIGNsYXNzPSJzdDIxIiBkPSJNMzc4LjUsOS42YzQuNyw5LjItMy4xLDI0LTIwLjIsNDEuM2MxOC45LDQuOSwzMC40LDEyLDMxLjYsMjEKCQkJCQljMi45LDI0LTY4LjYsNTIuOC0xNjIuNCw2Ni4xYy04Ni45LDQyLjktMTY0LjYsNTkuOS0xNzUuOCwzOGMtNC4yLTguMywxLjctMjEuMSwxNS40LTM2LjJjLTI0LjctNC44LTQwLTEyLjctNDEuMy0yMy4yCgkJCQkJYy0xLjctMTMuOCwyMS4xLTI5LjEsNTguNS00Mi4ybDAuMywxLjRjLTM2LjYsMTIuOC01OSwyNy42LTU3LjQsNDAuNmMxLjIsMTAsMTYuNSwxNy42LDQxLDIyLjJjNi44LTcuMywxNS40LTE1LjIsMjUuNS0yMy40CgkJCQkJbDAuMywxLjJsMC44LTAuMmMtOS44LDcuOS0xOC4yLDE1LjUtMjQuOSwyMi42YzM0LjQsNi4xLDg2LjIsNi42LDE0My4zLTAuNGM0LjctMC42LDkuMy0xLjIsMTMuOC0xLjhjMi43LTEuNCw1LjUtMi43LDguMy00LjEKCQkJCQljNTEuOC0yNi40LDk1LTU2LjEsMTE5LjktODAuNmwwLjMtMC4zYy0yLjctMC42LTUuNS0xLjItOC40LTEuOGwtMC40LTEuNWMzLjUsMC42LDYuOCwxLjQsMTAsMi4xYzE3LjEtMTcuMSwyNS0zMS41LDIwLjYtNDAuMwoJCQkJCWMtNC4yLTguMy0xOS4yLTEwLjYtNDEuMS03LjZsLTAuMy0xLjRDMzU4LjUtMS44LDM3NCwwLjcsMzc4LjUsOS42eiBNMjIyLjksMTM4LjdsLTAuNCwwLjFjLTMsMC40LTYsMC44LTksMS4yCgkJCQkJYy01Ny43LDcuMS0xMTAsNi43LTE0NC43LDAuMkM1NSwxNTUuMSw0OSwxNjcuNSw1MywxNzUuNEM2My40LDE5NS45LDEzOC40LDE3OS43LDIyMi45LDEzOC43eiBNMzU3LjEsNTJsLTAuMywwLjMKCQkJCQljLTI1LDI0LjgtNjguNSw1NC44LTEyMC44LDgxLjRjLTEuNCwwLjctMi45LDEuNS00LjMsMi4yYzkwLjYtMTMuNSwxNTkuNS00MS41LDE1Ni43LTYzLjlDMzg3LjQsNjMuNSwzNzUuOSw1Ni43LDM1Ny4xLDUyeiIvPgoJCQkJPGNpcmNsZSBpZD0i5qSt5ZyG5b2iXzFfIiBjbGFzcz0ic3QxOSIgY3g9IjEzNS4yIiBjeT0iMTQ0LjIiIHI9IjIuMiIvPgoJCQkJPGNpcmNsZSBpZD0i5qSt5ZyG5b2i5aSH5Lu9LTQiIGNsYXNzPSJzdDE5IiBjeD0iMzU3IiBjeT0iNTAuOSIgcj0iMy45Ii8+CgkJCQk8Y2lyY2xlIGlkPSLmpK3lnIblvaLlpIfku70iIGNsYXNzPSJzdDE5IiBjeD0iNDMuNiIgY3k9IjkzLjkiIHI9IjIuMiIvPgoJCQkJPGNpcmNsZSBpZD0i5qSt5ZyG5b2iXzJfIiBjbGFzcz0ic3QxOSIgY3g9IjM3Mi4xIiBjeT0iMy40IiByPSIyLjIiLz4KCQkJCTxjaXJjbGUgaWQ9IuakreWchuW9ol8zXyIgY2xhc3M9InN0MTkiIGN4PSI3My4yIiBjeT0iNTAuOSIgcj0iMS43Ii8+CgkJCQk8Y2lyY2xlIGlkPSLmpK3lnIblvaJfNF8iIGNsYXNzPSJzdDE5IiBjeD0iMjkzLjMiIGN5PSIxNjkuNCIgcj0iMS43Ii8+CgkJCQk8Y2lyY2xlIGlkPSLmpK3lnIblvaJfNV8iIGNsYXNzPSJzdDE5IiBjeD0iMzk4LjMiIGN5PSIxNS4yIiByPSIxLjciLz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KPC9nPgo8L3N2Zz4K",v4="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNDgwIDI0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDgwIDI0MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOnVybCgjRmlsbC0xXzFfKTt9Cgkuc3Qxe2ZpbGw6I0M0QzZDQzt9Cgkuc3Qye2ZpbGw6dXJsKCPnn6nlvaItMl8xXyk7fQoJLnN0M3tmaWxsOnVybCgj55+p5b2iXzZfKTt9Cgkuc3Q0e2ZpbGw6I0RDREVFMDt9Cgkuc3Q1e2ZpbGw6I0QxRDNENjt9Cgkuc3Q2e2ZpbGw6dXJsKCPnn6nlvaItM18xXyk7fQoJLnN0N3tmaWxsOiNFNUU3RUM7fQoJLnN0OHtmaWxsOnVybCgj5LiJ6KeS5b2iXzFfKTt9Cgkuc3Q5e2ZpbGw6Izk3OUJBNTt9Cjwvc3R5bGU+CjxnIGlkPSLpobXpnaItMSI+Cgk8ZyBpZD0iRXhjZXB0aW9uX3gyRl/lvILluLjmj5DnpLoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NjkuMDAwMDAwLCAtMjkxOC4wMDAwMDApIj4KCQk8ZyBpZD0i5byC5bi45aSx6LSl57G7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNTcuMDAwMDAwLCAyODIzLjAwMDAwMCkiPgoJCQk8ZyBpZD0i5byC5bi45aSx6LSl57G7LeaPkuWbviIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTEyLjAwMDAwMCwgOTUuMDAwMDAwKSI+CgkJCQk8ZyBpZD0i57yW57uELTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyMy4wMDAwMDAsIDMzLjAwMDAwMCkiPgoJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0iRmlsbC0xXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEyNi41Njk5IiB5MT0iMTM0Ljk4ODkiIHgyPSIxMzAuMTYzOCIgeTI9IjE2OS4xODI3Ij4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZCRkNGRCIvPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRjJGNEY3Ii8+CgkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQk8cGF0aCBpZD0iRmlsbC0xIiBjbGFzcz0ic3QwIiBkPSJNNjAsMTQzYzE5LjMtNC4yLDQ4LjQtNS43LDY3LjMtNC43czM5LjQsMy44LDM5LjQsMy44czUuMy0yLjQsNC45LTEuNAoJCQkJCQljLTAuNCwwLjktMi45LDIuNC0xLjIsMi44YzEuNiwwLjUsMTguNSwyLjQsMjUuNCwzLjhjNywxLjQsMTAuMywyLjgsMTAuMywyLjhzNC42LTgsMTQuNy03LjFjMCwwLjgtMy43LDEuNy01LDMuOAoJCQkJCQljLTEuMiwyLjEtNCwzLjMtNCwzLjNzMi4yLTEuMiw1LjksMC42czcuMywyLjQsNy4zLDIuN3MtMS42LDQuMi0xNS4yLDEuNGMtNS41LTEuNC04LjIsNi4xLTM0LjksOHMtNzEuOCwzLjMtNzEuOCwzLjMKCQkJCQkJczIuMSwyLjgsNi4yLDMuOGMwLDAtMi45LDIuOC04LjYsMS45Yy01LjctMC45LTExLjktNS43LTExLjktNS43cy0xNS4yLTAuOS0yMC45LTEuOXMtMTIuMy0zLjMtMTYuOC0zLjhzLTI1LTIuOC0xNy4yLTgKCQkJCQkJQzMzLjgsMTUyLjQsNDAuNywxNDcuMyw2MCwxNDN6Ii8+CgkJCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiCIgY2xhc3M9InN0MSIgZD0iTTYwLjgsMTQ3djkuMkg3MHYxLjhINTl2LTExSDYwLjh6Ii8+CgkJCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiOWkh+S7vSIgY2xhc3M9InN0MSIgZD0iTTY2LDMxLjhoLTkuMlY0MUg1NXYtOS4ybDAsMFYzMGgxMVYzMS44eiIvPgoJCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIjlpIfku70tMiIgY2xhc3M9InN0MSIgZD0iTTE1Ny4yLDQxdi05LjJIMTQ4VjMwaDkuMmwwLDBoMS44djExSDE1Ny4yeiIvPgoKCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLnn6nlvaItMl8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxNjUuNzcyNyIgeTE9Ii0xLjU1OTciIHgyPSIxNjUuNzcyNyIgeTI9Ii0wLjYyMzgiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoODggMCAwIDExMiAtMTQ0ODAgMjE0KSI+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFQkVERjA7c3RvcC1vcGFjaXR5OjAuOTkxNyIvPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRTFFM0U2Ii8+CgkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQk8cGF0aCBpZD0i55+p5b2iLTIiIGNsYXNzPSJzdDIiIGQ9Ik02NSwzOGg4NmMwLjYsMCwxLDAuNCwxLDF2MTEwYzAsMC42LTAuNCwxLTEsMUg2NWMtMC42LDAtMS0wLjQtMS0xVjM5CgkJCQkJCUM2NCwzOC40LDY0LjQsMzgsNjUsMzh6Ii8+CgoJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuefqeW9ol82XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxNjQuODAxNCIgeTE9Ii0xLjgxNDQiIHgyPSIxNjQuODAxNCIgeTI9Ii0wLjgyNTkiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNzMgMCAwIDk3IC0xMTkyMyAyMjEpIj4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRiIvPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRjJGNEY3Ii8+CgkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQk8cmVjdCBpZD0i55+p5b2iXzFfIiB4PSI3MSIgeT0iNDUiIGNsYXNzPSJzdDMiIHdpZHRoPSI3MyIgaGVpZ2h0PSI5NyIvPgoJCQkJCTxyZWN0IGlkPSLnn6nlvaJfMl8iIHg9Ijg2IiB5PSI0OSIgY2xhc3M9InN0NCIgd2lkdGg9IjQzIiBoZWlnaHQ9IjIiLz4KCQkJCQk8cmVjdCBpZD0i55+p5b2iXzNfIiB4PSI3MSIgeT0iMTQwIiBjbGFzcz0ic3Q1IiB3aWR0aD0iNzMiIGhlaWdodD0iMiIvPgoKCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLnn6nlvaItM18xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxNjAuODI1NiIgeTE9Ii0xMS43MzMzIiB4Mj0iMTYwLjgyNTYiIHkyPSItMTAuNzQxMiIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg0MyAwIDAgMTUgLTY4MDggMjEwKSI+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFREVGRjIiLz4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0U4RUFFRCIvPgoJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJPHJlY3QgaWQ9IuefqeW9oi0zIiB4PSI4NiIgeT0iMzQiIGNsYXNzPSJzdDYiIHdpZHRoPSI0MyIgaGVpZ2h0PSIxNSIvPgoJCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMV8iIGNsYXNzPSJzdDUiIGQ9Ik0xNTIsMTA1djQ0YzAsMC42LTAuNCwxLTEsMWgtMjQuNkwxNTIsMTA1eiIvPgoJCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMl8iIGNsYXNzPSJzdDciIGQ9Ik0xNDQsMTE5LjJWMTQwaC0xMkwxNDQsMTE5LjJ6Ii8+CgoJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuS4ieinkuW9ol8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxNjMuOTE0MyIgeTE9Ii0zLjA4MTIiIHgyPSIxNjMuOTE0MyIgeTI9Ii0yLjE0NTMiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNjMuMTc5OSAwIDAgNTYuOTAzMyAtMTAxOTguMTcxOSAyNzcuMDk0NSkiPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRTZFOEVCO3N0b3Atb3BhY2l0eTowLjk5MTciLz4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0Q0RDZEOSIvPgoJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJPHBhdGggaWQ9IuS4ieinkuW9oiIgY2xhc3M9InN0OCIgZD0iTTE1OS43LDEwMi4xbDEuNSwyLjZsMCwwbDI4LjEsNTAuM2MwLjUsMSwwLjIsMi4yLTAuOCwyLjdjLTAuMywwLjItMC42LDAuMy0xLDAuM2gtNTkuMgoJCQkJCQljLTEuMSwwLTItMC45LTItMmMwLTAuMywwLjEtMC43LDAuMy0xbDI5LjYtNTIuOWMwLjUtMSwxLjgtMS4zLDIuNy0wLjhDMTU5LjMsMTAxLjUsMTU5LjYsMTAxLjgsMTU5LjcsMTAyLjF6Ii8+CgkJCQkJPHBhdGggaWQ9Il94MjFfIiBjbGFzcz0ic3Q5IiBkPSJNMTYwLjcsMTI0bC0wLjYsMTYuNGgtNC4ybC0wLjYtMTYuNEMxNTUuMywxMjQsMTYwLjcsMTI0LDE2MC43LDEyNHogTTE1NSwxNDUuOAoJCQkJCQljMC0wLjksMC4zLTEuNiwwLjktMi4yczEuMy0wLjgsMi4xLTAuOGMwLjksMCwxLjYsMC4zLDIuMSwwLjhjMC42LDAuNiwwLjgsMS4zLDAuOCwyLjFzLTAuMywxLjYtMC44LDIuMQoJCQkJCQljLTAuNiwwLjYtMS4yLDAuOS0yLDAuOWMtMSwwLTEuNy0wLjMtMi4zLTAuOUMxNTUuMywxNDcuMywxNTUsMTQ2LjYsMTU1LDE0NS44eiIvPgoJCQkJCTxnIGlkPSLnvJbnu4QtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAxLjAwMDAwMCwgNzQuMDAwMDAwKSI+CgkJCQkJCTxyZWN0IGlkPSLnn6nlvaJfNF8iIGNsYXNzPSJzdDEiIHdpZHRoPSIzLjgiIGhlaWdodD0iMSIvPgoJCQkJCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9IiB4PSI3LjYiIGNsYXNzPSJzdDEiIHdpZHRoPSIzLjgiIGhlaWdodD0iMSIvPgoJCQkJCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9LTIiIHg9IjE1LjEiIGNsYXNzPSJzdDEiIHdpZHRoPSIzLjgiIGhlaWdodD0iMSIvPgoJCQkJCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9LTMiIHg9IjIyLjciIGNsYXNzPSJzdDEiIHdpZHRoPSIzLjgiIGhlaWdodD0iMSIvPgoJCQkJCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9LTQiIHg9IjMwLjIiIGNsYXNzPSJzdDEiIHdpZHRoPSIzLjgiIGhlaWdodD0iMSIvPgoJCQkJCTwvZz4KCQkJCQk8ZyBpZD0i57yW57uELTNfMV8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyNC4wMDAwMDAsIDkxLjAwMDAwMCkiPgoJCQkJCQk8cmVjdCBpZD0i55+p5b2iXzVfIiB4PSI3LjgiIGNsYXNzPSJzdDEiIHdpZHRoPSIzLjkiIGhlaWdodD0iMSIvPgoJCQkJCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9LTUiIGNsYXNzPSJzdDEiIHdpZHRoPSIzLjkiIGhlaWdodD0iMSIvPgoJCQkJCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9XzFfIiB4PSIxNS42IiBjbGFzcz0ic3QxIiB3aWR0aD0iMy45IiBoZWlnaHQ9IjEiLz4KCQkJCQkJPHJlY3QgaWQ9IuefqeW9ouWkh+S7vS0yXzFfIiB4PSIyMy41IiBjbGFzcz0ic3QxIiB3aWR0aD0iMy45IiBoZWlnaHQ9IjEiLz4KCQkJCQkJPHJlY3QgaWQ9IuefqeW9ouWkh+S7vS0zXzFfIiB4PSIzMS4zIiBjbGFzcz0ic3QxIiB3aWR0aD0iMy45IiBoZWlnaHQ9IjEiLz4KCQkJCQkJPHJlY3QgaWQ9IuefqeW9ouWkh+S7vS00XzFfIiB4PSIzOS4xIiBjbGFzcz0ic3QxIiB3aWR0aD0iMy45IiBoZWlnaHQ9IjEiLz4KCQkJCQk8L2c+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==",k4="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNDgwIDI0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDgwIDI0MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOnVybCgjRmlsbC0xXzFfKTt9Cgkuc3Qxe2ZpbGw6dXJsKCPmpK3lnIblvaLlpIfku70tNV8yXyk7fQoJLnN0MntmaWxsOnVybCgj55+p5b2iXzE5Xyk7fQoJLnN0M3tmaWxsOnVybCgj55+p5b2i5aSH5Lu9LTIxXzFfKTt9Cgkuc3Q0e2ZpbGw6dXJsKCPlvaLnirbnu5PlkIhfNl8pO30KCS5zdDV7ZmlsbDojRUFFQ0VGO30KCS5zdDZ7ZmlsbDp1cmwoI+efqeW9ol8yMF8pO30KCS5zdDd7ZmlsbDojRjRGNEY1O30KCS5zdDh7ZmlsbDojRjlGOUZBO30KCS5zdDl7ZmlsbDojOTc5Nzk3O30KCS5zdDEwe2ZpbGw6I0U4RUFFQzt9Cgkuc3QxMXtmaWxsOiNGN0Y4RkE7fQoJLnN0MTJ7ZmlsbDp1cmwoI+efqeW9ol8yMV8pO30KCS5zdDEze2ZpbGw6dXJsKCPnn6nlvaLlpIfku70tMjJfMV8pO30KCS5zdDE0e2ZpbGw6dXJsKCPot6/lvoQtMjNfMV8pO30KCS5zdDE1e2ZpbGw6dXJsKCPnn6nlvaJfMjJfKTt9Cgkuc3QxNntmaWxsOiNEQ0RERTA7fQoJLnN0MTd7ZmlsbDp1cmwoI+i3r+W+hC0xOV8xXyk7fQoJLnN0MTh7ZmlsbDp1cmwoI+W9oueKtue7k+WQiF85Xyk7fQoJLnN0MTl7ZmlsbDojQ0RDRUQxO30KCS5zdDIwe2ZpbGw6bm9uZTtzdHJva2U6dXJsKCPot6/lvoQtMjFfMV8pO30KCS5zdDIxe2ZpbGw6I0M2QzdDQjt9Cgkuc3QyMntmaWxsOiNEMUQyRDY7c3Ryb2tlOiNFQUVERjA7c3Ryb2tlLXdpZHRoOjI7fQoJLnN0MjN7ZmlsbDojRjlGQUZDO30KCS5zdDI0e2ZpbGw6dXJsKCPnn6nlvaJfMjNfKTt9Cgkuc3QyNXtmaWxsOiNGMUYzRjU7fQoJLnN0MjZ7ZmlsbDojRTZFOEVCO30KCS5zdDI3e2ZpbGw6I0QxRDJENjt9Cgkuc3QyOHtmaWxsOnVybCgj5qSt5ZyG5b2i5aSH5Lu9LThfMV8pO30KCS5zdDI5e2ZpbGw6I0VFRUZGMzt9Cgkuc3QzMHtmaWxsOiNENEQ2REE7fQoJLnN0MzF7ZmlsbDojRThFQUVEO3N0cm9rZTojRDlEQkRFO30KCS5zdDMye2ZpbGw6I0Q4RDhEODtzdHJva2U6I0NGRDBEMzt9Cgkuc3QzM3tmaWxsOiNERERFRTA7fQoJLnN0MzR7ZmlsbDojRUVGMEYyO30KCS5zdDM1e2ZpbGw6bm9uZTtzdHJva2U6dXJsKCPnn6nlvaJfMjRfKTtzdHJva2Utd2lkdGg6Mjt9Cgkuc3QzNntmaWxsOm5vbmU7c3Ryb2tlOnVybCgj55+p5b2iXzI1Xyk7c3Ryb2tlLXdpZHRoOjAuNzt9Cgkuc3QzN3tmaWxsOnVybCgj55+p5b2iXzI2Xyk7fQoJLnN0Mzh7ZmlsbDp1cmwoI+efqeW9ol8yN18pO30KCS5zdDM5e2ZpbGw6dXJsKCPnn6nlvaJfMjhfKTt9Cgkuc3Q0MHtmaWxsOiM5NTk2OTk7ZmlsbC1vcGFjaXR5OjAuMTI7fQoJLnN0NDF7ZmlsbDojQzRDNkNDO30KPC9zdHlsZT4KPGcgaWQ9Iumhtemdoi0xIj4KCTxnIGlkPSJFeGNlcHRpb25feDJGX+W8guW4uOaPkOekuiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg3MC4wMDAwMDAsIC0xODgyLjAwMDAwMCkiPgoJCTxnIGlkPSLlip/og73lu7rorr7nsbsiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM1Ny4wMDAwMDAsIDE3NTEuMDAwMDAwKSI+CgkJCTxnIGlkPSLnvJbnu4QtMTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCA3My4wMDAwMDApIj4KCQkJCTxnIGlkPSLlip/og73lu7rorr7nsbst5o+S5Zu+IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MTMuMDAwMDAwLCA1OC4wMDAwMDApIj4KCQkJCQk8ZyBpZD0i5Zu+5qGIIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1OC4wMDAwMDAsIDE3LjAwMDAwMCkiPgoJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IkZpbGwtMV8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIyMDYuMzkyNyIgeTE9IjE1OC41MjkiIHgyPSIyMDkuODg5IiB5Mj0iMTkxLjc5NDgiPgoJCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZCRkNGRCIvPgoJCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0YyRjRGNyIvPgoJCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCQk8cGF0aCBpZD0iRmlsbC0xIiBjbGFzcz0ic3QwIiBkPSJNMTQzLjQsMTY2LjRjMTguNi00LjIsNDUuNS02LjEsNjMuNy01LjFjMTguMiwwLjksMzMuMyw0LjEsMzQuNCwzLjQKCQkJCQkJCWMzLjYtMi40LDExLjQtMy41LDExLTIuNnMtNS40LDMuOS0zLjgsNC4zczE3LjgsMi4zLDI0LjYsMy43YzYuNywxLjQsMTEuMSwyLjgsMTIuNSwyLjhjMS41LDAsMy44LTIsMTMuNS0xCgkJCQkJCQljMC4yLDAuNC0yLjIsMC41LTQuMywxLjZjLTIuMiwxLjEtMy43LDEtMy43LDEuM3MxLjItMC40LDMuNywxLjNjMi41LDEuNiw3LDIuMSw3LDIuNmMwLDAuNC01LjcsMi4zLTE1LjEtMC43CgkJCQkJCQljLTIuNC0wLjgtOCw1LjgtMzMuOCw3LjdzLTY5LjQsMy4zLTY5LjQsMy4zczIuNiwzLjQsNi40LDQuM2MwLjIsMC4zLTEuNSwxLjYtOC45LDAuMmMtNy40LTEuNC0xMS40LTQuNS0xMS40LTQuNQoJCQkJCQkJcy0xNC43LTAuOS0yMC4yLTEuOWMtNS42LTAuOS0xMS45LTMuMy0xNi4zLTMuN3MtMjQuMi0yLjgtMTYuNy04QzExNi43LDE3NS4zLDEyNC43LDE3MC42LDE0My40LDE2Ni40eiIvPgoJCQkJCQk8ZyBpZD0i57yW57uELTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM3LjAwMDAwMCwgMC4wMDAwMDApIj4KCgkJCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLmpK3lnIblvaLlpIfku70tNV8yXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxOTcuNDMyOCIgeTE9Ii05Ljk3MjYiIHgyPSIxOTcuNDMyOCIgeTI9Ii04Ljk3MjYiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMTQuMzExNCAwIDAgMTcuNjQ4NSAtMjgxMi4yOTAzIDI1OC43NTkxKSI+CgkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0VBRUNFRSIvPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNDRENGRDEiLz4KCQkJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJCQk8cGF0aCBpZD0i5qSt5ZyG5b2i5aSH5Lu9LTUiIGNsYXNzPSJzdDEiIGQ9Ik0xMy4yLDEwMC40YzMuMSwwLDcuMi02LjUsNy4yLTEwLjVzLTMuMi03LjItNy4yLTcuMlM2LjEsODYsNi4xLDg5LjkKCQkJCQkJCQlDNi4xLDkzLjksMTAuMSwxMDAuNCwxMy4yLDEwMC40eiIvPgoKCQkJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuefqeW9ol8xOV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iLTE1MS4zNjY0IiB5MT0iLTIuMjE1NiIgeDI9Ii0xNTEuMzY2NCIgeTI9Ii0xLjIxNTgiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMS4xMDA5IDAgMCA3OS40MTgyIDE3Ny42ODkzIDE4NS45NTkzKSI+CgkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0RDREVFNSIvPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNCMkI1QkUiLz4KCQkJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJCQk8cmVjdCBpZD0i55+p5b2iXzFfIiB4PSIxMC41IiB5PSIxMCIgY2xhc3M9InN0MiIgd2lkdGg9IjEuMSIgaGVpZ2h0PSI3OS40Ii8+CgoJCQkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i55+p5b2i5aSH5Lu9LTIxXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ii0xNTEuMzY4OSIgeTE9Ii0yLjIxNTYiIHgyPSItMTUxLjM2ODkiIHkyPSItMS4yMTU4IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEuMTAwOSAwIDAgNzkuNDE4MiAxODAuOTkyIDE4NS45NTkzKSI+CgkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0RDREVFNSIvPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNCMkI1QkUiLz4KCQkJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9LTIxIiB4PSIxMy44IiB5PSIxMCIgY2xhc3M9InN0MyIgd2lkdGg9IjEuMSIgaGVpZ2h0PSI3OS40Ii8+CgoJCQkJCQkJCTxnIGlkPSLnvJbnu4QtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjIuOTQxNzI1LCA3My44NDE3OTMpIHJvdGF0ZSgtMzkuMDAwMDAwKSB0cmFuc2xhdGUoLTYyLjk0MTcyNSwgLTczLjg0MTc5MykgdHJhbnNsYXRlKDUwLjQ0MTcyNSwgLTEwLjY1ODIwNykiPgoJCQkJCQkJCTxnIGlkPSLnvJbnu4QtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDM4LjUxMzU0OCkiPgoKCQkJCQkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i5b2i54q257uT5ZCIXzZfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjkzLjY5OTEiIHkxPSIzMy4xMTMzIiB4Mj0iOTMuNjk5MSIgeTI9IjM0LjA5MjQiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMjQuNTE2MyAtNy41NzQ3MzJlLTA1IDcuMjY0MTQ3ZS0wNSAxMjkuNTQ1NiAtMjI3OC45OTU4IC00MjYzLjUyMzkpIj4KCQkJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFNEU2RTkiLz4KCQkJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNDQkNFRDYiLz4KCQkJCQkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQkJCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiCIgY2xhc3M9InN0NCIgZD0iTTI0LjUsMGwwLDEwMi43bDAsMTRsMCwxMi44SDBMMCwwTDI0LjUsMHogTTEyLjMsMTIzLjFsLTEwLDUuM2gyMC4xTDEyLjMsMTIzLjF6CgkJCQkJCQkJCQkgTTIzLjMsMTE3LjNsLTkuOCw1LjFsOS44LDUuMUwyMy4zLDExNy4zeiBNMS4yLDExNy4zbDAsMTAuM2w5LjgtNS4xTDEuMiwxMTcuM3ogTTIyLDExNi43SDIuNWw5LjcsNS4xTDIyLDExNi43egoJCQkJCQkJCQkJIE0xMi4zLDExMC40bC05LjcsNS4xSDIyTDEyLjMsMTEwLjR6IE0xLjIsMTA0LjZsMCwxMC4zbDkuOC01LjFMMS4yLDEwNC42eiBNMjMuMywxMDQuNmwtOS44LDUuMWw5LjgsNS4xTDIzLjMsMTA0LjZ6CgkJCQkJCQkJCQkgTTIyLjMsMTAzLjlsLTIwLjEsMGwxMCw1LjNMMjIuMywxMDMuOXogTTEyLjMsOTcuNWwtMTAsNS4zbDIwLjEsMEwxMi4zLDk3LjV6IE0xLjIsOTEuNmwwLDEwLjNsOS44LTUuMUwxLjIsOTEuNnoKCQkJCQkJCQkJCSBNMjMuMyw5MS42bC05LjgsNS4xbDkuOCw1LjFMMjMuMyw5MS42eiBNMjIsOTFMMi41LDkxbDkuNyw1LjFMMjIsOTF6IE0xMi4zLDg0LjhsLTkuNyw1LjFsMTkuNSwwTDEyLjMsODQuOHogTTEuMiw3OQoJCQkJCQkJCQkJbDAsMTAuM2w5LjgtNS4xTDEuMiw3OXogTTIzLjMsNzlsLTkuOCw1LjFsOS44LDUuMUwyMy4zLDc5eiBNMjIuMyw3OC4ySDIuMmwxMCw1LjNMMjIuMyw3OC4yeiBNMTIuMyw3MS44TDIuMiw3N2wyMC4xLDAKCQkJCQkJCQkJCUwxMi4zLDcxLjh6IE0xLjIsNjZsMCwxMC4zbDkuOC01LjFMMS4yLDY2eiBNMjMuMyw2NmwtOS44LDUuMWw5LjgsNS4xTDIzLjMsNjZ6IE0yMiw2NS40bC0xOS41LDBsOS43LDUuMUwyMiw2NS40egoJCQkJCQkJCQkJIE0xMi4zLDU5LjFsLTkuNyw1LjFsMTkuNSwwTDEyLjMsNTkuMXogTTEuMiw1My4zbDAsMTAuM2w5LjgtNS4xTDEuMiw1My4zeiBNMjMuMyw1My4zbC05LjgsNS4xbDkuOCw1LjFMMjMuMyw1My4zegoJCQkJCQkJCQkJIE0yMi4zLDUyLjVsLTIwLjEsMGwxMCw1LjNMMjIuMyw1Mi41eiBNMTIuMyw0Ni4xbC0xMCw1LjNsMjAuMSwwTDEyLjMsNDYuMXogTTIzLjMsNDAuM2wtOS44LDUuMWw5LjgsNS4xTDIzLjMsNDAuM3oKCQkJCQkJCQkJCSBNMS4yLDQwLjNsMCwxMC4zbDkuOC01LjFMMS4yLDQwLjN6IE0yMiwzOS43bC0xOS41LDBsOS43LDUuMUwyMiwzOS43eiBNMTIuMywzMy40bC05LjcsNS4xbDE5LjUsMEwxMi4zLDMzLjR6IE0xLjIsMjcuNgoJCQkJCQkJCQkJbDAsMTAuM2w5LjgtNS4xTDEuMiwyNy42eiBNMjMuMywyNy42bC05LjgsNS4xbDkuOCw1LjFMMjMuMywyNy42eiBNMjIuMywyNi44bC0yMC4xLDBsMTAsNS4zTDIyLjMsMjYuOHogTTEyLjMsMjAuNAoJCQkJCQkJCQkJbC0xMCw1LjNsMjAuMSwwTDEyLjMsMjAuNHogTTEuMiwxNC42bDAsMTAuM2w5LjgtNS4xTDEuMiwxNC42eiBNMjMuMywxNC42bC05LjgsNS4xbDkuOCw1LjFMMjMuMywxNC42eiBNMjIsMTRMMi41LDE0CgkJCQkJCQkJCQlsOS43LDUuMUwyMiwxNHogTTEyLjMsNy43bC05LjcsNS4xbDE5LjUsMEwxMi4zLDcuN3ogTTEuMiwxLjlsMCwxMC4zTDExLDcuMUwxLjIsMS45eiBNMjMuMywxLjlMMTMuNSw3bDkuOCw1LjFMMjMuMywxLjl6CgkJCQkJCQkJCQkgTTIyLjMsMS4ybC0yMC4xLDBsMTAsNS4zTDIyLjMsMS4yeiIvPgoJCQkJCQkJCTwvZz4KCgkJCQkJCQkJCTxlbGxpcHNlIGlkPSLmpK3lnIblvaIiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjc3NzEgLTAuNjI5MyAwLjYyOTMgLTAuNzc3MSAxOS4xNDkxIDE0LjkyMDEpIiBjbGFzcz0ic3Q1IiBjeD0iMTIuMiIgY3k9IjQuMSIgcng9IjQuMSIgcnk9IjQuMSIvPgoKCQkJCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLnn6nlvaJfMjBfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjExNS45NzExIiB5MT0iMzIuMTc3NCIgeDI9IjExNS45NzExIiB5Mj0iMzMuMTc3NCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxOS44NDY1IDMuNjY3NjMxZS0wNSAtOC42NDUwMzZlLTA2IDMxLjUxMTEgLTIyODMuMTA0NyAtMTAwMC4wNzA5KSI+CgkJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFQkVERjAiLz4KCQkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0U0RTZFOSIvPgoJCQkJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJCQkJPHBvbHlnb24gaWQ9IuefqeW9ol8yXyIgY2xhc3M9InN0NiIgcG9pbnRzPSI3LDUuOCAxNy41LDUuOCAyMi4yLDM3LjMgMi4zLDM3LjMgCQkJCQkJCQkiLz4KCQkJCQkJCQk8cG9seWdvbiBpZD0i6Lev5b6ELTE3IiBjbGFzcz0ic3Q3IiBwb2ludHM9IjAsMzguNSAyLjMsMzcuMyAyMi4yLDM3LjMgMjQuNSwzOC41IAkJCQkJCQkJIi8+CgkJCQkJCQkJPHBvbHlnb24gaWQ9Iui3r+W+hC0xOCIgY2xhc3M9InN0OCIgcG9pbnRzPSI4LjIsNS44IDguMiw0LjYgMTYuMyw0LjYgMTYuMyw1LjggCQkJCQkJCQkiLz4KCQkJCQkJCTwvZz4KCQkJCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMV8iIGNsYXNzPSJzdDkiIGQ9Ik0xMi43LDk5LjN2Ny4ydjAuMWMtMC4yLDAtMC40LTAuMS0wLjYtMC4xYy0xLjUsMC0yLjgsMS4zLTIuOCwzczEuMiwzLDIuOCwzCgkJCQkJCQkJYzEuMywwLDIuNS0xLDIuNy0yLjRoMS4xYy0wLjMsMi0xLjksMy42LTMuOCwzLjZjLTIuMSwwLTMuOS0xLjktMy45LTQuMmMwLTIuMSwxLjQtMy44LDMuMy00LjF2LTZMMTIuNyw5OS4zTDEyLjcsOTkuM3oiLz4KCQkJCQkJCTxwYXRoIGlkPSLmpK3lnIblvaJfMV8iIGNsYXNzPSJzdDEwIiBkPSJNMTIuMSwxMDAuNGMzLjEsMCw3LjItNi41LDcuMi0xMC41cy0zLjItNy4yLTcuMi03LjJTNSw4Niw1LDg5LjkKCQkJCQkJCQlDNSw5My45LDksMTAwLjQsMTIuMSwxMDAuNHoiLz4KCQkJCQkJCTxyZWN0IGlkPSLnn6nlvaJfM18iIHg9IjEyMi44IiB5PSIxMjEuNCIgY2xhc3M9InN0MTEiIHdpZHRoPSIxMDIuNCIgaGVpZ2h0PSIyLjIiLz4KCgkJCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLnn6nlvaJfMjFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMC4wMTg3IiB5MT0iLTEuMTk2NiIgeDI9IjEwMC4wMTg3IiB5Mj0iLTAuMjE2NiIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgzLjQzMDEgMC43MjkxIC0xNC42NDAzIDY4Ljg3NzQgLTE2Ny45MTYxIDY1LjM3MjIpIj4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRUFFREYwIi8+CgkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0U3RTdFQiIvPgoJCQkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQkJCTxwYXRoIGlkPSLnn6nlvaJfNF8iIGNsYXNzPSJzdDEyIiBkPSJNMTkxLjMsNTQuMWwzLjQsMC43bC0xNC42LDY4LjVjLTAuNywwLjEtMS4zLDAuMS0xLjksMGMtMC41LTAuMS0xLjEtMC40LTEuNS0wLjcKCQkJCQkJCQlMMTkxLjMsNTQuMXoiLz4KCgkJCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLnn6nlvaLlpIfku70tMjJfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTI2LjUyOTciIHkxPSI1Ljk2NiIgeDI9IjEyNi41Mjk3IiB5Mj0iNi45NDYyIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEuNjQ2NyAzLjA5NzEgLTQyLjI3MjQgMjIuNDc2NiAyODEuMjI3MSAtNDIzLjY4NzkpIj4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRUZGMkY1Ii8+CgkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0U3RTdFQiIvPgoJCQkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQkJCTxwYXRoIGlkPSLnn6nlvaLlpIfku70tMjIiIGNsYXNzPSJzdDEzIiBkPSJNMjM3LjQsMTAwLjNsMS42LDMuMWwtMzkuNSwyMC43Yy0wLjQsMC0xLjItMC4xLTIuNC0wLjNjLTEuMi0wLjItMS45LTAuNi0yLTEKCQkJCQkJCQlMMjM3LjQsMTAwLjN6Ii8+CgoJCQkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i6Lev5b6ELTIzXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMC41MTkxIiB5MT0iLTUzLjE4NjciIHgyPSIxMDAuNTE5MSIgeTI9Ii01Mi4xODY3IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDMuMzAyNiAwIDAgMy4zMDkxIC05OC42MjQzIDI3OC42MTQ2KSI+CgkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0U3RThFQiIvPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNDQUNERDEiLz4KCQkJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJCQk8cGF0aCBpZD0i6Lev5b6ELTIzIiBjbGFzcz0ic3QxNCIgZD0iTTIzMy40LDEwMi42bC0xLjcsMC43YzAsMC40LDAuMiwwLjksMC42LDEuNWMwLjQsMC41LDAuOCwwLjksMS4zLDEuMWwxLjQtMC42CgkJCQkJCQkJTDIzMy40LDEwMi42eiIvPgoKCQkJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuefqeW9ol8yMl8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMjIxLjUyODEiIHkxPSItOC44NjUzIiB4Mj0iMjIxLjUyODEiIHkyPSItNy44NjUzIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDgzLjY2NjcgMCAwIDE5Ljg1NDUgLTE4MzUxLjE3NTggMzEyLjgxNjEpIj4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRTNFNUU4Ii8+CgkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMC45NzEzIiBzdHlsZT0ic3RvcC1jb2xvcjojQ0RDRUQxIi8+CgkJCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCQkJPHJlY3QgaWQ9IuefqeW9ol81XyIgeD0iMTQxLjUiIHk9IjEzNi44IiBjbGFzcz0ic3QxNSIgd2lkdGg9IjgzLjciIGhlaWdodD0iMTkuOSIvPgoJCQkJCQkJPHBhdGggaWQ9Iui3r+W+hC0yMCIgY2xhc3M9InN0MTYiIGQ9Ik0xNDAuNCwxNTYuN2gxMC4yYy0wLjEtMy4xLDItNS4yLDYuNC02LjNzMjcuMS0zLjcsNjguMi03Ljl2LTMuMXYtOS4yaC04NC44CgkJCQkJCQkJTDE0MC40LDE1Ni43TDE0MC40LDE1Ni43eiIvPgoKCQkJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9Iui3r+W+hC0xOV8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIyMjMuMDY1NCIgeTE9Ii01LjMxNzkiIHgyPSIyMjMuMDY1NCIgeTI9Ii00LjMyNjQiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMTIxLjA5NjUgMCAwIDMzLjA5MDkgLTI2ODQ3Ljc0MjIgMjk5LjU3NTEpIj4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxLjE4NzcxMWUtMDIiIHN0eWxlPSJzdG9wLWNvbG9yOiNGM0YzRjUiLz4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRTFFM0U2Ii8+CgkJCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCQkJPHBhdGggaWQ9Iui3r+W+hC0xOSIgY2xhc3M9InN0MTciIGQ9Ik0yMjUuMiwxMjMuNkgxMDQuMXYzMy4xSDE0NGMxLTQuMSwyLjgtNi42LDUuNC03LjVjMi42LTAuOSwyNy45LTMuMiw3NS45LTYuOQoJCQkJCQkJCUwyMjUuMiwxMjMuNkwyMjUuMiwxMjMuNnoiLz4KCgkJCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLlvaLnirbnu5PlkIhfOV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMjE2LjI4NzQiIHkxPSItNS4zMDUyIiB4Mj0iMjE2LjI4NzQiIHkyPSItNC4zMjU1IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDQwLjczMTYgMCAwIDMzLjA5MDkgLTg2ODUuMjgxMiAyOTkuNTc1MSkiPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFNEU3RUIiLz4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRDhEQURDIi8+CgkJCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiF8yXyIgY2xhc3M9InN0MTgiIGQ9Ik0xNDQuOCwxMjMuNnYyNS42YzAsMS0wLjcsMS44LTEuNiwybC0zMC41LDUuNWgtOC42di0zMy4xSDE0NC44eiIvPgoJCQkJCQkJPHJlY3QgaWQ9IuefqeW9ol82XyIgeD0iMTI5LjQiIHk9IjE1Ni43IiBjbGFzcz0ic3QxOSIgd2lkdGg9IjM3LjQiIGhlaWdodD0iMi4yIi8+CgoJCQkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i6Lev5b6ELTIxXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjIyNC4yODg2IiB5MT0iLTEuNjQxOSIgeDI9IjIyNS4wNzM4IiB5Mj0iLTEuNDcwMiIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgyMTkuMDc0NiAwIDAgODkuMzQ1NSAtNDkwNzYuNjYwMiAxODguMTYxNikiPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNENUQ4REYiLz4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojQjVCOEMxIi8+CgkJCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCQkJPHBvbHlsaW5lIGlkPSLot6/lvoQtMjEiIGNsYXNzPSJzdDIwIiBwb2ludHM9IjE4LjIsMTIuMiAxOTIuOSw1My43IDIzNy4zLDEwMS41IAkJCQkJCQkiLz4KCQkJCQkJCTxwYXRoIGlkPSLot6/lvoQtMjIiIGNsYXNzPSJzdDIxIiBkPSJNMTg5LjksNTkuOWMwLjQsMC4zLDAuOSwwLjUsMS40LDAuN3MxLDAuMiwxLjYsMC4xbDAuMy0xLjRsLTMtMC44TDE4OS45LDU5Ljl6Ii8+CgkJCQkJCQk8ZWxsaXBzZSBpZD0i5qSt5ZyG5b2iXzJfIiBjbGFzcz0ic3QyMiIgY3g9IjE5My4yIiBjeT0iNTQuMSIgcng9IjQuNSIgcnk9IjQuNSIvPgoJCQkJCQkJPHJlY3QgaWQ9IuefqeW9oi00IiB4PSIxMjIuOCIgeT0iMTIzLjYiIGNsYXNzPSJzdDIzIiB3aWR0aD0iMTAyLjQiIGhlaWdodD0iMS4xIi8+CgoJCQkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i55+p5b2iXzIzXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIyMTAuNDAzNSIgeTE9Ii0zLjY5ODIiIHgyPSIyMTEuMTExMSIgeTI9Ii0zLjY5ODIiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMjYuNDIxMSAwIDAgNDEuOTE1MSAtNTMzMS4xMDMgMjkyLjk2MikiPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFRkYwRjIiLz4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwLjQ3MjQiIHN0eWxlPSJzdG9wLWNvbG9yOiNGNEY1RjciLz4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRUVGMEYyIi8+CgkJCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCQkJPHJlY3QgaWQ9IuefqeW9ol83XyIgeD0iMjI0LjEiIHk9IjExNyIgY2xhc3M9InN0MjQiIHdpZHRoPSIyNi40IiBoZWlnaHQ9IjQxLjkiLz4KCQkJCQkJCTxyZWN0IGlkPSLnn6nlvaJfOF8iIHg9IjIyMyIgeT0iMTIxLjQiIGNsYXNzPSJzdDI1IiB3aWR0aD0iMS4xIiBoZWlnaHQ9IjMuMyIvPgoJCQkJCQkJPHJlY3QgaWQ9IuefqeW9ouWkh+S7vS0yMyIgeD0iMjIzIiB5PSIxMjQuNyIgY2xhc3M9InN0MjYiIHdpZHRoPSIxLjEiIGhlaWdodD0iMTcuNiIvPgoJCQkJCQkJPHJlY3QgaWQ9IuefqeW9ol85XyIgeD0iMjIzIiB5PSIxNDIuMyIgY2xhc3M9InN0MjciIHdpZHRoPSIxLjEiIGhlaWdodD0iMTQuMyIvPgoJCQkJCQkJPGVsbGlwc2UgaWQ9IuakreWchuW9ol8zXyIgY2xhc3M9InN0MjMiIGN4PSIyMzcuMyIgY3k9IjExNyIgcng9IjEzLjIiIHJ5PSIyLjIiLz4KCgkJCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLmpK3lnIblvaLlpIfku70tOF8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIyMTAuNDAzNSIgeTE9Ii0zOS4zODQzIiB4Mj0iMjExLjExMTEiIHkyPSItMzkuMzg0MyIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgyNi40MjExIDAgMCA0LjQxMjEgLTUzMzEuMTAzIDMzMi42Njc0KSI+CgkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0VGRjBGMiIvPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAuNDcyNCIgc3R5bGU9InN0b3AtY29sb3I6I0Y0RjVGNyIvPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNFRUYwRjIiLz4KCQkJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJCQk8ZWxsaXBzZSBpZD0i5qSt5ZyG5b2i5aSH5Lu9LTgiIGNsYXNzPSJzdDI4IiBjeD0iMjM3LjMiIGN5PSIxNTguOSIgcng9IjEzLjIiIHJ5PSIyLjIiLz4KCQkJCQkJCTxwYXRoIGlkPSLnn6nlvaJfMTBfIiBjbGFzcz0ic3QyOSIgZD0iTTIzNi4yLDEwNS45aDMuM3YxMC41Yy0wLjYsMC4zLTEuMSwwLjUtMS43LDAuNXMtMS4xLTAuMi0xLjctMC41TDIzNi4yLDEwNS45CgkJCQkJCQkJTDIzNi4yLDEwNS45eiIvPgoJCQkJCQkJPHBhdGggaWQ9Iui3r+W+hC0yNCIgY2xhc3M9InN0MzAiIGQ9Ik0yMzYuMiwxMDZ2MS43YzAuNCwwLjMsMSwwLjQsMS43LDAuNHMxLjItMC4xLDEuNy0wLjR2LTEuOEwyMzYuMiwxMDZ6Ii8+CgkJCQkJCQk8ZWxsaXBzZSBpZD0i5qSt5ZyG5b2i5aSH5Lu9LTkiIGNsYXNzPSJzdDIyIiBjeD0iMjM3LjMiIGN5PSIxMDIuNiIgcng9IjQuNSIgcnk9IjQuNSIvPgoJCQkJCQkJPGcgaWQ9Iue8lue7hC02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2OS45Mzc1MTYsIDE1OC44NzA1OTQpIj4KCQkJCQkJCQk8ZWxsaXBzZSBpZD0i5qSt5ZyG5b2iXzRfIiBjbGFzcz0ic3QzMSIgY3g9IjExLjEiIGN5PSIxMSIgcng9IjguOCIgcnk9IjguNyIvPgoJCQkJCQkJCTxlbGxpcHNlIGlkPSLmpK3lnIblvaLlpIfku70tMTAiIGNsYXNzPSJzdDMxIiBjeD0iMTQxLjkiIGN5PSIxMSIgcng9IjguOCIgcnk9IjguNyIvPgoJCQkJCQkJCTxwYXRoIGlkPSLnn6nlvaJfMTFfIiBjbGFzcz0ic3QzMiIgZD0iTTExLjEsMTAuOWg3YzAuNywwLDEuMiwwLjYsMS4yLDEuMmwwLDBjMCwwLjctMC42LDEuMi0xLjIsMS4yaC03CgkJCQkJCQkJCWMtMC43LDAtMS4yLTAuNi0xLjItMS4ybDAsMEM5LjgsMTEuNSwxMC40LDEwLjksMTEuMSwxMC45eiIvPgoJCQkJCQkJCTxwYXRoIGlkPSLnn6nlvaJfMTJfIiBjbGFzcz0ic3QzMiIgZD0iTTEzNC45LDEwLjloN2MwLjcsMCwxLjIsMC42LDEuMiwxLjJsMCwwYzAsMC43LTAuNiwxLjItMS4yLDEuMmgtNwoJCQkJCQkJCQljLTAuNywwLTEuMi0wLjYtMS4yLTEuMmwwLDBDMTMzLjcsMTEuNSwxMzQuMywxMC45LDEzNC45LDEwLjl6Ii8+CgkJCQkJCQkJPHBhdGggaWQ9IuefqeW9ol8xM18iIGNsYXNzPSJzdDMzIiBkPSJNMTAuOSw5LjhoMTMxLjNjMC44LDAsMS41LDAuNywxLjUsMS41djAuNWMwLDAuOC0wLjcsMS41LTEuNSwxLjVIMTAuOQoJCQkJCQkJCQljLTAuOCwwLTEuNS0wLjctMS41LTEuNXYtMC41QzkuNCwxMC41LDEwLjEsOS44LDEwLjksOS44eiIvPgoJCQkJCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfM18iIGNsYXNzPSJzdDM0IiBkPSJNMTQyLjIsOS44YzAuNywwLDEuMywwLjUsMS41LDEuMkg5LjRjMC4yLTAuNywwLjctMS4yLDEuNS0xLjJIMTQyLjJ6Ii8+CgoJCQkJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuefqeW9ol8yNF8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iODMuODcwMyIgeTE9Ii04Ljc1ODciIHgyPSI4My44NzAzIiB5Mj0iLTcuNzczNCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxNTEuMDIxOSAwIDAgMjAuMDYwNiAtMTI1ODkuNzU3OCAxNzYuOTk5OSkiPgoJCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRDdEOERCIi8+CgkJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNEMEQzRDYiLz4KCQkJCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCQkJCTxwYXRoIGlkPSLnn6nlvaJfMTRfIiBjbGFzcz0ic3QzNSIgZD0iTTEwLjUsMWgxMzJjNS4yLDAsOS41LDQuMyw5LjUsOS41djEuMWMwLDUuMi00LjMsOS41LTkuNSw5LjVoLTEzMgoJCQkJCQkJCQljLTUuMiwwLTkuNS00LjMtOS41LTkuNXYtMS4xQzEsNS4zLDUuMywxLDEwLjUsMXoiLz4KCgkJCQkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i55+p5b2iXzI1XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI4My44MTI5IiB5MT0iLTEwLjM4NDQiIHgyPSI4My44MTI5IiB5Mj0iLTkuNDI0MiIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxNDcuOTE4NCAwIDAgMTYuOTQ4NSAtMTIzMjAuOTE3IDE3OC41NTY0KSI+CgkJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNDRENFRDEiLz4KCQkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0VFRUZGMSIvPgoJCQkJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJCQkJPHBhdGggaWQ9IuefqeW9ol8xNV8iIGNsYXNzPSJzdDM2IiBkPSJNMTAuMSwyLjZIMTQzYzQuMSwwLDcuNSwzLjQsNy41LDcuNVYxMmMwLDQuMS0zLjQsNy41LTcuNSw3LjVIMTAuMQoJCQkJCQkJCQljLTQuMSwwLTcuNS0zLjQtNy41LTcuNXYtMS45QzIuNiw1LjksNS45LDIuNiwxMC4xLDIuNnoiLz4KCQkJCQkJCTwvZz4KCgkJCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLnn6nlvaJfMjZfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjIxNi41NTc1IiB5MT0iLTQuMzU0IiB4Mj0iMjE2LjU1NzUiIHkyPSItMy4zNTQiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNDEuODMzMyAwIDAgNDAuNDIyNyAtODkzNi40NjY4IDI5MS44NDkyKSI+CgkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0YwRjFGMiIvPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNFNkU4RUIiLz4KCQkJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJCQk8cGF0aCBpZD0i55+p5b2iXzE2XyIgY2xhc3M9InN0MzciIGQ9Ik0xMTUuOSwxMTUuOWgyNS44YzEuMSwwLDIsMC45LDIsMnYyOS43YzAsMS0wLjcsMS44LTEuNiwybC0zNy44LDYuOAoJCQkJCQkJCWMtMS4xLDAuMi0yLjEtMC41LTIuMy0xLjZjMC0wLjEsMC0wLjIsMC0wLjRWMTMwQzEwMS45LDEyMi4xLDEwOC4xLDExNS45LDExNS45LDExNS45eiIvPgoKCQkJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuefqeW9ol8yN18iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMjA0LjI3MzIiIHkxPSItNy45NzgiIHgyPSIyMDQuMjczMiIgeTI9Ii02Ljk3OCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxOC43MTQ5IDAgMCAyMi4wNjA2IC0zNzA4LjQwMzEgMjk1LjE2MTUpIj4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRTZFOEVCIi8+CgkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0Q3RDlEQyIvPgoJCQkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQkJCTxwYXRoIGlkPSLnn6nlvaJfMTdfIiBjbGFzcz0ic3QzOCIgZD0iTTExNS4yLDExOS4yaDguN2wwLDB2MjAuOWwtMTguNywxLjJ2LTEyLjFDMTA1LjIsMTIzLjYsMTA5LjYsMTE5LjIsMTE1LjIsMTE5LjJ6Ii8+CgoJCQkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i55+p5b2iXzI4XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxOTcuNDMzMiIgeTE9Ii04LjM5OCIgeDI9IjE5Ny40MzMyIiB5Mj0iLTcuMzk4IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDE0LjMxMTQgMCAwIDIwLjk1NzYgLTI2OTIuMjk1MiAyOTUuMTU3OSkiPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFNkU4RUIiLz4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRDdEOURDIi8+CgkJCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCQkJPHBhdGggaWQ9IuefqeW9ol8xOF8iIGNsYXNzPSJzdDM5IiBkPSJNMTI2LjEsMTE5LjJoMTMuM2MwLjYsMCwxLDAuNCwxLDFWMTM5bDAsMGwtMTQuMywxLjIKCQkJCQkJCQlDMTI2LjEsMTQwLjIsMTI2LjEsMTE5LjIsMTI2LjEsMTE5LjJ6Ii8+CgkJCQkJCTwvZz4KCQkJCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiF80XyIgY2xhc3M9InN0NDAiIGQ9Ik0xOTIuMiwxNjkuOGM4Ny41LTcuNywxNTYuOC0zMywxNTQuNy01Ni43Yy0yLjEtMjMuNi03NC43LTM2LjYtMTYyLjItMjkKCQkJCQkJCVMyOCwxMTcuMiwzMCwxNDAuOVMxMDQuNywxNzcuNSwxOTIuMiwxNjkuOHogTTE5Mi4yLDE2OC44Yy04Ni45LDcuNi0xNTkuMS01LjMtMTYxLjEtMjhzNjYuOS00OCwxNTMuOC01NS42CgkJCQkJCQlzMTU5LjEsNS4zLDE2MS4xLDI4QzM0Ny45LDEzNiwyNzksMTYxLjIsMTkyLjIsMTY4Ljh6Ii8+CgkJCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfNV8iIGNsYXNzPSJzdDQwIiBkPSJNMjM1LjMsNTEuOWM0NS4xLTE3LjMsNzkuOS0yMS4yLDg4LTcuM2MxMiwyMC44LTQwLjIsNzMuNC0xMTYuNSwxMTcuNQoJCQkJCQkJcy0xNDgsNjMtMTYwLDQyLjFTODcsMTMwLjgsMTYzLjMsODYuN0MxODQuNiw3NC41LDIwNS42LDY0LjEsMjI1LDU2YzAuMSwwLjMsMC4zLDAuNiwwLjQsMC45QzIwNiw2NSwxODUsNzUuMywxNjMuNyw4Ny42CgkJCQkJCQlDODcuOSwxMzEuNSwzNiwxODMuOCw0Ny42LDIwMy44czgyLjgsMS4zLDE1OC43LTQyLjVTMzM0LDY1LjIsMzIyLjQsNDUuMmMtNy43LTEzLjQtNDIuMi05LjQtODYuOCw3LjgKCQkJCQkJCUMyMzUuNSw1Mi42LDIzNS40LDUyLjMsMjM1LjMsNTEuOUwyMzUuMyw1MS45eiIvPgoJCQkJCQk8ZyBpZD0i57yW57uELTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAzOC4wMDAwMDApIj4KCQkJCQkJCTxlbGxpcHNlIGlkPSLmpK3lnIblvaJfNV8iIGNsYXNzPSJzdDQxIiBjeD0iMzAzLjEiIGN5PSI1MC4yIiByeD0iMi44IiByeT0iMi44Ii8+CgkJCQkJCQk8ZWxsaXBzZSBpZD0i5qSt5ZyG5b2iXzZfIiBjbGFzcz0ic3Q0MSIgY3g9IjMxNi4zIiBjeT0iMS43IiByeD0iMS43IiByeT0iMS43Ii8+CgkJCQkJCQk8ZWxsaXBzZSBpZD0i5qSt5ZyG5b2iXzdfIiBjbGFzcz0ic3Q0MSIgY3g9IjEyMS42IiBjeT0iMTM2LjIiIHJ4PSIyLjgiIHJ5PSIyLjgiLz4KCQkJCQkJCTxlbGxpcHNlIGlkPSLmpK3lnIblvaJfOF8iIGNsYXNzPSJzdDQxIiBjeD0iMzMiIGN5PSI5MC40IiByeD0iMS4xIiByeT0iMS4xIi8+CgkJCQkJCQk8ZWxsaXBzZSBpZD0i5qSt5ZyG5b2iXzlfIiBjbGFzcz0ic3Q0MSIgY3g9IjI5MC41IiBjeT0iMTE0LjciIHJ4PSIxLjEiIHJ5PSIxLjEiLz4KCQkJCQkJCTxlbGxpcHNlIGlkPSLmpK3lnIblvaJfMTBfIiBjbGFzcz0ic3Q0MSIgY3g9IjcwLjQiIGN5PSIzNS4zIiByeD0iMi4yIiByeT0iMi4yIi8+CgkJCQkJCQk8ZWxsaXBzZSBpZD0i5qSt5ZyG5b2i5aSH5Lu9LTYiIGNsYXNzPSJzdDQxIiBjeD0iMS43IiBjeT0iNjguOSIgcng9IjEuNyIgcnk9IjEuNyIvPgoJCQkJCQkJPGVsbGlwc2UgaWQ9IuakreWchuW9ouWkh+S7vS01XzFfIiBjbGFzcz0ic3Q0MSIgY3g9IjIzMy44IiBjeT0iMTU5LjMiIHJ4PSIxLjciIHJ5PSIxLjciLz4KCQkJCQkJPC9nPgoJCQkJCTwvZz4KCQkJCTwvZz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KPC9nPgo8L3N2Zz4K",T4="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNDgwIDI0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDgwIDI0MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOnVybCgjRmlsbC0xXzFfKTt9Cgkuc3Qxe2ZpbGw6dXJsKCPot6/lvoQtM18xXyk7fQoJLnN0MntmaWxsOnVybCgj5b2i54q257uT5ZCIXzJfKTt9Cgkuc3Qze2ZpbGw6I0M0QzZDQzt9Cjwvc3R5bGU+CjxsaW5lYXJHcmFkaWVudCBpZD0iRmlsbC0xXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjI0MS40NDI3IiB5MT0iODQuOTYwMSIgeDI9IjI0Ny41MTg0IiB5Mj0iNTAuNTAyOCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDI0MCkiPgoJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZCRkNGRCIvPgoJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0YwRjJGNSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cGF0aCBpZD0iRmlsbC0xIiBjbGFzcz0ic3QwIiBkPSJNMTg4LDE2NC43YzE2LjMtMy43LDM5LjctNS4zLDU1LjYtNC41czI5LjEsMy42LDMwLDIuOWMzLjItMi4xLDEwLTMsOS42LTIuMgoJYy0wLjMsMC44LTQuNywzLjQtMy4zLDMuOGMxLjQsMC40LDE1LjYsMiwyMS41LDMuM2M1LjksMS4yLDkuNywyLjQsMTEsMi40czMuMy0xLjcsMTEuOC0wLjljMC4yLDAuMy0xLjksMC40LTMuOCwxLjQKCXMtMy4zLDAuOS0zLjMsMS4xczEuMS0wLjMsMy4zLDEuMWMyLjIsMS40LDYuMSwxLjksNi4xLDIuMnMtNC45LDItMTMuMi0wLjZjLTIuMS0wLjctNyw1LjEtMjkuNSw2LjdzLTYwLjUsMi45LTYwLjUsMi45CglzMi4zLDIuOSw1LjYsMy44YzAuMiwwLjMtMS4zLDEuNC03LjgsMC4ycy05LjktMy45LTkuOS0zLjlzLTEyLjgtMC44LTE3LjYtMS42cy0xMC40LTIuOS0xNC4yLTMuM2MtMy44LTAuNC0yMS4xLTIuNC0xNC41LTYuOQoJQzE2NC43LDE3Mi41LDE3MS43LDE2OC40LDE4OCwxNjQuN3oiLz4KPGxpbmVhckdyYWRpZW50IGlkPSLot6/lvoQtM18xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI0MTIuNTYwNiIgeTE9Ii0zLjExMzMiIHgyPSI0MTIuNTYwNiIgeTI9Ii0yLjE3NzMiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMTA1LjYgMCAwIDU2LjMyIC00MzMyNi40MDIzIDI3OC40MDAxKSI+Cgk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRTZFOEVCO3N0b3Atb3BhY2l0eTowLjk5MTciLz4KCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNENEQ2RDkiLz4KPC9saW5lYXJHcmFkaWVudD4KPHBvbHlnb24gaWQ9Iui3r+W+hC0zIiBjbGFzcz0ic3QxIiBwb2ludHM9IjE4Ny4yLDEzNy42IDIxMC43LDEwMi40IDI2OS4zLDEwMi40IDI5Mi44LDEzNy42IDI5Mi44LDE1OC43IDE4Ny4yLDE1OC43ICIvPgo8bGluZWFyR3JhZGllbnQgaWQ9IuW9oueKtue7k+WQiF8yXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI0MTIuNTYwNiIgeTE9Ii01IiB4Mj0iNDEyLjU2MDYiIHkyPSItNC4wMDc5IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEwNS42IDAgMCAzNS4yIC00MzMyNi40MDIzIDMxMy42MDA0KSI+Cgk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRURFRkYyIi8+Cgk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRThFQUVEIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxwYXRoIGlkPSLlvaLnirbnu5PlkIgiIGNsYXNzPSJzdDIiIGQ9Ik0yMTIuNiwxNzIuOGgtMjMuNGMtMS4xLDAtMi0wLjktMi0ydi0zMy4yaDIzLjRjMS4xLDAsMiwwLjksMiwydjcuNGMwLDEuMSwwLjgsMS45LDEuOSwyCgloMC4xaDUwLjhjMS4xLDAsMS45LTAuOCwyLTEuOVYxNDd2LTcuNGMwLTEuMSwwLjktMiwyLTJoMjMuNHYzMy4yYzAsMS4xLTAuOSwyLTIsMmgtMjMuNEgyMTIuNnoiLz4KPHBhdGggaWQ9IuW9oueKtue7k+WQiF8xXyIgY2xhc3M9InN0MyIgZD0iTTE4Mi40LDE2OS42djhoOHYxLjZoLTkuNnYtOS42SDE4Mi40eiIvPgo8cGF0aCBpZD0i5b2i54q257uT5ZCI5aSH5Lu9IiBjbGFzcz0ic3QzIiBkPSJNMjg5LjYsMTc3LjZoOHYtOGgxLjZ2OS42aC05LjZWMTc3LjZ6Ii8+CjxnIGlkPSLnvJbnu4QtNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTEuNjg4ODkwLCAxMS44NzQ5MzYpIHJvdGF0ZSgyMS4wMDAwMDApIHRyYW5zbGF0ZSgtOTEuNjg4ODkwLCAtMTEuODc0OTM2KSB0cmFuc2xhdGUoOTAuODg4ODkwLCAwLjY3NDkzNikiPgoKCQk8cmVjdCBpZD0i55+p5b2iXzFfIiB4PSIxODMuMSIgeT0iMjQuNSIgdHJhbnNmb3JtPSJtYXRyaXgoNS40NDk4OTllLTA2IDEgLTEgNS40NDk4OTllLTA2IDIwOS45Mzc5IC0xNTkuMzkzOCkiIGNsYXNzPSJzdDMiIHdpZHRoPSIzLjIiIGhlaWdodD0iMS42Ii8+CgoJCTxyZWN0IGlkPSLnn6nlvaLlpIfku70tNiIgeD0iMTgzLjEiIHk9IjMwLjkiIHRyYW5zZm9ybT0ibWF0cml4KDUuNDQ5ODk4ZS0wNiAxIC0xIDUuNDQ5ODk4ZS0wNiAyMTYuMzM3OCAtMTUyLjk5MzkpIiBjbGFzcz0ic3QzIiB3aWR0aD0iMy4yIiBoZWlnaHQ9IjEuNiIvPgoKCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9LTciIHg9IjE4My4xIiB5PSIzNy4zIiB0cmFuc2Zvcm09Im1hdHJpeCg1LjQ0OTg5OGUtMDYgMSAtMSA1LjQ0OTg5OGUtMDYgMjIyLjczNzkgLTE0Ni41OTM5KSIgY2xhc3M9InN0MyIgd2lkdGg9IjMuMiIgaGVpZ2h0PSIxLjYiLz4KCgkJPHJlY3QgaWQ9IuefqeW9ouWkh+S7vS04IiB4PSIxODMuMSIgeT0iNDMuNyIgdHJhbnNmb3JtPSJtYXRyaXgoNS40NDk4OTllLTA2IDEgLTEgNS40NDk4OTllLTA2IDIyOS4xMzc5IC0xNDAuMTkzOSkiIGNsYXNzPSJzdDMiIHdpZHRoPSIzLjIiIGhlaWdodD0iMS42Ii8+CjwvZz4KPGcgaWQ9Iue8lue7hC0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi4wMDAwMDAsIDI3LjIwMDAwMCkgcm90YXRlKC0zMi4wMDAwMDApIHRyYW5zbGF0ZSgtMzYuMDAwMDAwLCAtMjcuMjAwMDAwKSB0cmFuc2xhdGUoMzUuMjAwMDAwLCAxMi44MDAwMDApIj4KCgkJPHJlY3QgaWQ9IuefqeW9ol8yXyIgeD0iOTEuNyIgeT0iMTYxLjEiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDUuNDI2MzM3ZS0wNiAtNS40MjYzMzdlLTA2IC0xIDE4NS4wNzUzIDMyNS40NDM4KSIgY2xhc3M9InN0MyIgd2lkdGg9IjEuNiIgaGVpZ2h0PSIzLjIiLz4KCgkJPHJlY3QgaWQ9IuefqeW9ouWkh+S7vS0yIiB4PSI5MS43IiB5PSIxNjcuNSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgNS40MjYzMzZlLTA2IC01LjQyNjMzNmUtMDYgLTEgMTg1LjA3NTUgMzM4LjI0MzgpIiBjbGFzcz0ic3QzIiB3aWR0aD0iMS42IiBoZWlnaHQ9IjMuMiIvPgoKCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9LTMiIHg9IjkxLjciIHk9IjE3My45IiB0cmFuc2Zvcm09Im1hdHJpeCgtMSA1LjQyNjMzNmUtMDYgLTUuNDI2MzM2ZS0wNiAtMSAxODUuMDc1NSAzNTEuMDQzOSkiIGNsYXNzPSJzdDMiIHdpZHRoPSIxLjYiIGhlaWdodD0iMy4yIi8+CgoJCTxyZWN0IGlkPSLnn6nlvaLlpIfku70tNCIgeD0iOTEuNyIgeT0iMTgwLjMiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDUuNDI2MzM2ZS0wNiAtNS40MjYzMzZlLTA2IC0xIDE4NS4wNzU1IDM2My44NDM4KSIgY2xhc3M9InN0MyIgd2lkdGg9IjEuNiIgaGVpZ2h0PSIzLjIiLz4KCgkJPHJlY3QgaWQ9IuefqeW9ouWkh+S7vS01IiB4PSI5MS43IiB5PSIxODYuNyIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgNS40MjYzMzdlLTA2IC01LjQyNjMzN2UtMDYgLTEgMTg1LjA3NTUgMzc2LjY0MzgpIiBjbGFzcz0ic3QzIiB3aWR0aD0iMS42IiBoZWlnaHQ9IjMuMiIvPgo8L2c+CjxjaXJjbGUgaWQ9IuakreWchuW9oiIgY2xhc3M9InN0MyIgY3g9IjI2OC44IiBjeT0iOTQuNCIgcj0iMS42Ii8+CjxjaXJjbGUgaWQ9IuakreWchuW9ouWkh+S7vSIgY2xhc3M9InN0MyIgY3g9IjIyNy4yIiBjeT0iMTIwIiByPSIxLjYiLz4KPC9zdmc+Cg==",x4="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8yXzFfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDgwIDI0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDgwIDI0MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOnVybCgj5b2i54q257uT5ZCIXzNfKTt9Cgkuc3Qxe2ZpbGw6dXJsKCPlvaLnirbnu5PlkIhfN18pO30KCS5zdDJ7ZmlsbDojQzRDNkNDO30KCS5zdDN7ZmlsbDp1cmwoI+W9oueKtue7k+WQiF85Xyk7fQoJLnN0NHtmaWxsOnVybCgj5b2i54q257uT5ZCIXzEwXyk7ZmlsbC1vcGFjaXR5OjAuNjt9Cgkuc3Q1e2ZpbGw6dXJsKCPlvaLnirbnu5PlkIhfMTFfKTt9Cgkuc3Q2e2ZpbGw6dXJsKCPot6/lvoQtM18xXyk7fQoJLnN0N3tmaWxsOnVybCgj5b2i54q257uT5ZCIXzEyXyk7fQoJLnN0OHtmaWxsOnVybCgj6Lev5b6ELTNfNF8pO30KCS5zdDl7ZmlsbDp1cmwoI+W9oueKtue7k+WQiF8xM18pO30KCS5zdDEwe2ZpbGw6dXJsKCPlvaLnirbnu5PlkIhfMTVfKTt9Cgkuc3QxMXtmaWxsOiM5NzlCQTU7fQoJLnN0MTJ7ZmlsbDp1cmwoI1NWR0lEXzFfKTt9Cgkuc3QxM3tmaWxsOnVybCgjU1ZHSURfMl8pO30KCS5zdDE0e2ZpbGw6dXJsKCPlvaLnirbnu5PlkIhfMTZfKTt9Cgkuc3QxNXtmaWxsOnVybCgj5b2i54q257uT5ZCI5aSH5Lu9LTJfMl8pO30KCS5zdDE2e2ZpbGw6IzM0MzQzNDtmaWxsLW9wYWNpdHk6MC4xO30KPC9zdHlsZT4KPGcgaWQ9Iumhtemdoi0xIj4KCTxnIGlkPSJFeGNlcHRpb25feDJGX+W8guW4uOaPkOekul94MkZf54Gw55m95a+55q+UIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTI0LjAwMDAwMCwgLTcwNy4wMDAwMDApIj4KCQk8ZyBpZD0i6ZyA6KaB55m75b2VIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5MjQuMDAwMDAwLCA3MDcuMDAwMDAwKSI+CgoJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLlvaLnirbnu5PlkIhfM18iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAxOS45MDA2IiB5MT0iLTguMzM1NCIgeDI9IjEwMTkuOTAwNiIgeTI9Ii03LjMzNjciIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMjAwLjAyNTcgMCAwIDU4LjMwNDcgLTIwMzc1OS41NDY5IDY2My45OTQ0KSI+CgkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRjVGNkY3Ii8+CgkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRjdGOUZDIi8+CgkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMzBfIiBjbGFzcz0ic3QwIiBkPSJNMjQ5LjYsMTc4djguN2MwLDIuNSwyLjEsNC42LDQuNiw0LjZzNC41LDEuOSw0LjYsNC40djAuMnYwLjkKCQkJCWMxLjEtMC41LDIuMy0wLjgsMy41LTAuOGM0LjMsMCw3LjgsMy4yLDguNCw3LjNjMS0wLjgsMi4yLTEuMywzLjYtMS4zYzEuMiwwLDIuMywwLjQsMy4yLDFjMi4zLTQuMiw2LjctNywxMS44LTcKCQkJCWM3LjIsMCwxMyw1LjYsMTMuNSwxMi43YzQuOSwwLjcsMTAuMSwxLjUsMTMuMywyLjFjNy4yLDEuNSwxMS44LDMsMTMuNCwzczQtMi4xLDE0LjUtMS4xYzAuMiwwLjQtMi4zLDAuNS00LjcsMS43cy00LDEuMS00LDEuNAoJCQkJczEuMy0wLjQsNCwxLjNzNy41LDIuMyw3LjUsMi44cy02LjEsMi40LTE2LjItMC44Yy0yLjYtMC44LTguNiw2LjItMzYuMSw4LjJjLTI3LjYsMi03NC4yLDMuNS03NC4yLDMuNXMyLjgsMy42LDYuOSw0LjYKCQkJCWMwLjIsMC40LTEuNiwxLjctOS42LDAuMmMtNy45LTEuNS0xMi4yLTQuOC0xMi4yLTQuOHMtMTUuNy0xLTIxLjYtMmMtNS45LTEtMTIuNy0zLjUtMTcuNC00cy0yNS45LTMtMTcuOC04LjUKCQkJCWMwLDAsNy4yLTQuMiwyMy42LTguM2MyLTMuNSw1LjctNS45LDEwLjEtNS45YzIuNywwLDUuMiwwLjksNy4xLDIuNWMxLjQtMC4yLDIuOS0wLjQsNC40LTAuNmMxLjItMS4xLDIuOC0xLjgsNC41LTEuOAoJCQkJYzEuMiwwLDIuMywwLjMsMy4yLDAuOWwwLjUtMC4xYzEtMy45LDQuNS02LjgsOC43LTYuOGMyLjgsMCw1LjQsMS4zLDcsMy4zdi0yLjhjMC0yLjksMi40LTUuMyw1LjMtNS4zYzIuOCwwLDUuMi0yLjIsNS4zLTUuMQoJCQkJdi0wLjJ2LThMMjQ5LjYsMTc4TDI0OS42LDE3OHoiLz4KCgkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuW9oueKtue7k+WQiF83XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDAzLjIzODQiIHkxPSItNDMuNjgxOCIgeDI9IjEwMDMuOTQ2MSIgeTI9Ii00My42ODE4IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDQ0IDAgMCAxMSAtNDM5MTkuMTk5MiA2NTUuNSkiPgoJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0UyRTNFNiIvPgoJCQkJPHN0b3AgIG9mZnNldD0iMC40NTQzIiBzdHlsZT0ic3RvcC1jb2xvcjojRUNFRUYwIi8+CgkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRTJFNEU2Ii8+CgkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMjlfIiBjbGFzcz0ic3QxIiBkPSJNMjE2LjgsMTY5LjVoNDR2NmMwLDIuOC05LjgsNS0yMiw1cy0yMi0yLjItMjItNWwwLDBMMjE2LjgsMTY5LjVMMjE2LjgsMTY5LjV6Ii8+CgkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIjlpIfku71fMV8iIGNsYXNzPSJzdDIiIGQ9Ik0yMTYuOCwxNjVoNDR2NmMwLDIuOC05LjgsNS0yMiw1cy0yMi0yLjItMjItNWwwLDBMMjE2LjgsMTY1TDIxNi44LDE2NXoiLz4KCgkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuW9oueKtue7k+WQiF85XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI5NDcuNDg4OCIgeTE9Ii04LjM4NDgiIHgyPSI5NDguMTg2MyIgeTI9Ii04LjM4NDgiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMTIgMCAwIDU0LjcgLTExMTc3LjIwMDIgNTgxLjI5OTEpIj4KCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNGMUYzRjUiLz4KCQkJCTxzdG9wICBvZmZzZXQ9IjAuNDU3NiIgc3R5bGU9InN0b3AtY29sb3I6I0Y0RjVGNyIvPgoJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0VDRUVGMCIvPgoJCQk8L2xpbmVhckdyYWRpZW50PgoJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCIXzI4XyIgY2xhc3M9InN0MyIgZD0iTTE5Ni44LDk1LjNjMS44LDAsNiw4LjMsNiwxMS43bDAsMHY0M2gtMTJ2LTQzdi0wLjJDMTkwLjksMTAzLjQsMTk1LDk1LjMsMTk2LjgsOTUuMwoJCQkJeiIvPgoKCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i5b2i54q257uT5ZCIXzEwXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI5NDcuODQ2NCIgeTE9Ii0xOS44MjgyIiB4Mj0iOTQ3LjgyNyIgeTI9Ii0xOS42NDE4IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEyIDAgMCAyNC4yIC0xMTA5My4yMDAyIDYwMi45OTkzKSI+CgkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojQ0REMEQyO3N0b3Atb3BhY2l0eTowIi8+CgkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojQ0REMEQyIi8+CgkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCTxwb2x5Z29uIGlkPSLlvaLnirbnu5PlkIhfMjZfIiBjbGFzcz0ic3Q0IiBwb2ludHM9IjI3NC44LDExNyAyNzQuOCwxMzIuNiAyNzkuNywxNDEuMiAyODYuOCwxMzUuNCAyODYuOCwxMjYgCQkJIi8+CgoJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLlvaLnirbnu5PlkIhfMTFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ijk0OC4xNzE2IiB5MT0iLTguMzg0OCIgeDI9Ijk0Ny40NzQxIiB5Mj0iLTguMzg0OCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxMiAwIDAgNTQuNyAtMTEwOTMuMjAwMiA1ODEuMjk5MSkiPgoJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0YxRjNGNSIvPgoJCQkJPHN0b3AgIG9mZnNldD0iMC40NTc2IiBzdHlsZT0ic3RvcC1jb2xvcjojRjRGNUY3Ii8+CgkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRUNFRUYwIi8+CgkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMjVfIiBjbGFzcz0ic3Q1IiBkPSJNMjgwLjgsOTUuM2MtMS44LDAtNiw4LjMtNiwxMS43bDAsMHY0M2gxMnYtNDN2LTAuMgoJCQkJQzI4Ni42LDEwMy40LDI4Mi41LDk1LjMsMjgwLjgsOTUuM3oiLz4KCQkJPGcgaWQ9Iue8lue7hF8zXyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODAuNzYwNDk5LCA3Ny4wMDAwMDApIj4KCgkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLot6/lvoQtM18xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI1MTQuMzE0MSIgeTE9Ii02Ljg5MDUiIHgyPSI1MTQuMzk0MyIgeTI9Ii02LjUyMDQiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMzYgMCAwIDY2IC0xODM5NS43MzI0IDUwNikiPgoJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFOEU5RUIiLz4KCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRDdEOERCIi8+CgkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJPHBhdGggaWQ9Iui3r+W+hC0zXzNfIiBjbGFzcz0ic3Q2IiBkPSJNMTM1LDIwYy0xLjQsNy00LjUsMTMuMy05LjQsMTkuMWMtNy4zLDguNy0xNS4yLDEzLjYtMTguNCwyMy44CgkJCQkJYy0yLjEsNi44LTMuMiwxMi45LTMuMiwxOC4zbDMyLjEsNC44bDMuOS00LjhMMTM1LDIweiIvPgoKCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuW9oueKtue7k+WQiF8xMl8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iNDY5LjEyNSIgeTE9Ii02Ljk4IiB4Mj0iNDY5LjEyNjMiIHkyPSItNi45NjgxIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEzIDAgMCA2NC41IC01OTY1LjY4MTYgNTA3LjUpIj4KCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRUJFREVGO3N0b3Atb3BhY2l0eTowIi8+CgkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0M4Q0FDQyIvPgoJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMjRfIiBjbGFzcz0ic3Q3IiBkPSJNMTM1LjIsMjEuNWw0LjgsNTkuN2wtMy45LDQuOGwtOS4xLTEuNGwzLjMtNTIuMmMyLTMuNSwzLjQtNy4xLDQuNC0xMC45CgkJCQkJQzEzNC43LDIxLjUsMTM1LjIsMjEuNSwxMzUuMiwyMS41eiIvPgoJCQk8L2c+CgoJCQkJPGcgaWQ9Iue8lue7hF8yXyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcxLjAwMDAwMCwgMTEwLjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMTcxLjAwMDAwMCwgLTExMC4wMDAwMDApIHRyYW5zbGF0ZSgxNTMuMDAwMDAwLCA3Ny4wMDAwMDApIj4KCgkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLot6/lvoQtM180XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIyNi4xMTk1IiB5MT0iLTYuNzUwNiIgeDI9IjI2LjE5OTgiIHkyPSItNi4zODA1IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDM2IDAgMCA2NiAtMTAyNCA1MDYpIj4KCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRThFOUVCIi8+CgkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0Q3RDhEQiIvPgoJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCTxwYXRoIGlkPSLot6/lvoQtM18yXyIgY2xhc3M9InN0OCIgZD0iTS03MywyMGMtMS40LDctNC41LDEzLjMtOS40LDE5LjFjLTcuMyw4LjctMTUuMiwxMy42LTE4LjQsMjMuOAoJCQkJCWMtMi4xLDYuOC0zLjIsMTIuOS0zLjIsMTguM2wzMi4xLDQuOGwzLjktNC44TC03MywyMHoiLz4KCQkJPC9nPgoKCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i5b2i54q257uT5ZCIXzEzXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI2NTkuNjQ1MyIgeTE9Ii02Ljk4IiB4Mj0iNjU5LjY0NjUiIHkyPSItNi45NjgiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoLTEzIDAgMCA2NC41IDg4MzkuMjE0OCA1ODQuNSkiPgoJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0VCRURFRjtzdG9wLW9wYWNpdHk6MCIvPgoJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0M4Q0FDQyIvPgoJCQk8L2xpbmVhckdyYWRpZW50PgoJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCIXzJfIiBjbGFzcz0ic3Q5IiBkPSJNMjYxLjYsOTguNWwtNC44LDU5LjdsMy45LDQuOGw5LjEtMS40bC0zLjMtNTIuMmMtMi0zLjUtMy40LTcuMS00LjQtMTAuOQoJCQkJQzI2Mi4xLDk4LjUsMjYxLjYsOTguNSwyNjEuNiw5OC41eiIvPgoKCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i5b2i54q257uT5ZCIXzE1XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDA0Ljk4MTEiIHkxPSItMi42NTU4IiB4Mj0iMTAwNS42ODg3IiB5Mj0iLTIuNjU1OCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg0OCAwIDAgMTU0IC00ODAxNy4xOTkyIDUwNikiPgoJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0VBRUJFRCIvPgoJCQkJPHN0b3AgIG9mZnNldD0iMC40NTQzIiBzdHlsZT0ic3RvcC1jb2xvcjojRjRGNUY3Ii8+CgkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRUVGMEYyIi8+CgkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMThfIiBjbGFzcz0ic3QxMCIgZD0iTTIzOC44LDIwYzcsMCwyNCwyNy43LDI0LDQxbDAsMHYxMDZjMCwwLjEsMCwwLjIsMCwwLjNzMCwwLjIsMCwwLjIKCQkJCWMwLDMuNi0xMC43LDYuNS0yNCw2LjVzLTI0LTIuOS0yNC02LjVjMC0wLjEsMC0wLjIsMC0wLjJjMC0wLjEsMC0wLjIsMC0wLjNWNjF2LTAuNEMyMTUuMSw0Ny4yLDIzMS44LDIwLDIzOC44LDIweiIvPgoJCQk8Zz4KCQkJCTxjaXJjbGUgaWQ9IuakreWchuW9ol83XyIgY2xhc3M9InN0MTEiIGN4PSIyMzguOCIgY3k9IjcxIiByPSI5LjUiLz4KCgkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI5NzYuMDc5IiB5MT0iLTI1LjMzMzQiIHgyPSI5NzYuMDc5IiB5Mj0iLTI0LjgyNDQiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMTkgMCAwIDE5IC0xODMwNi42OTkyIDU0Ny41KSI+CgkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0UxRTJFNiIvPgoJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNGMEYyRjUiLz4KCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQk8cGF0aCBjbGFzcz0ic3QxMiIgZD0iTTIzOC44LDgxYy01LjUsMC0xMC00LjUtMTAtMTBzNC41LTEwLDEwLTEwczEwLDQuNSwxMCwxMFMyNDQuMyw4MSwyMzguOCw4MXogTTIzOC44LDYyYy01LDAtOSw0LTksOQoJCQkJCXM0LDksOSw5czktNCw5LTlTMjQzLjgsNjIsMjM4LjgsNjJ6Ii8+CgkJCTwvZz4KCQkJPGc+CgkJCQk8Y2lyY2xlIGlkPSLmpK3lnIblvaLlpIfku70tMTFfMV8iIGNsYXNzPSJzdDExIiBjeD0iMjM4LjgiIGN5PSI4OSIgcj0iMy41Ii8+CgoJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfMl8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iODkzLjA3MTUiIHkxPSItNjkuMjA0OCIgeDI9Ijg5My4wNzE1IiB5Mj0iLTY4LjY1MjIiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNyAwIDAgNyAtNjAxMi43MDAyIDU3MS41KSI+CgkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0UxRTJFNiIvPgoJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNGMEYyRjUiLz4KCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQk8cGF0aCBjbGFzcz0ic3QxMyIgZD0iTTIzOC44LDkzYy0yLjIsMC00LTEuOC00LTRzMS44LTQsNC00czQsMS44LDQsNFMyNDEsOTMsMjM4LjgsOTN6IE0yMzguOCw4NmMtMS43LDAtMywxLjMtMywzczEuMywzLDMsMwoJCQkJCXMzLTEuMywzLTNTMjQwLjUsODYsMjM4LjgsODZ6Ii8+CgkJCTwvZz4KCgkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuW9oueKtue7k+WQiF8xNl8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwNC45ODExIiB5MT0iLTcwLjk3MDYiIHgyPSIxMDA1LjY4NTQiIHkyPSItNzAuOTcwNiIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg0OCAwIDAgNi44IC00ODAxNy4xOTkyIDYyNC4wMDA0KSI+CgkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRTJFM0U2Ii8+CgkJCQk8c3RvcCAgb2Zmc2V0PSIwLjQ3NjYiIHN0eWxlPSJzdG9wLWNvbG9yOiNGQkZERkYiLz4KCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNFMkU0RTYiLz4KCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiF8xNF8iIGNsYXNzPSJzdDE0IiBkPSJNMjYyLjgsMTM4djIuNWMtMy45LDIuNS0xMy4yLDQuMy0yNCw0LjNzLTIwLjEtMS44LTI0LTQuM1YxMzhsMCwwCgkJCQljMC42LDIuOCwxMS4xLDUuNSwyNCw1LjVTMjYyLjIsMTQwLjgsMjYyLjgsMTM4TDI2Mi44LDEzOHoiLz4KCgkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuW9oueKtue7k+WQiOWkh+S7vS0yXzJfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMDQuOTgxMSIgeTE9Ii03MC45NzA2IiB4Mj0iMTAwNS42ODU0IiB5Mj0iLTcwLjk3MDYiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNDggMCAwIDYuOCAtNDgwMTcuMTk5MiA2MjkuMDAwNCkiPgoJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0UyRTNFNiIvPgoJCQkJPHN0b3AgIG9mZnNldD0iMC40NzY2IiBzdHlsZT0ic3RvcC1jb2xvcjojRkJGREZGIi8+CgkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRTJFNEU2Ii8+CgkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIjlpIfku70tMl8xXyIgY2xhc3M9InN0MTUiIGQ9Ik0yNjIuOCwxNDN2Mi41Yy0zLjksMi41LTEzLjIsNC4zLTI0LDQuM3MtMjAuMS0xLjgtMjQtNC4zVjE0M2wwLDAKCQkJCWMwLjYsMi44LDExLjEsNS41LDI0LDUuNVMyNjIuMiwxNDUuOCwyNjIuOCwxNDNMMjYyLjgsMTQzeiIvPgoJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCIXzhfIiBjbGFzcz0ic3QxNiIgZD0iTTI2Mi44LDczYzQzLjItOC42LDc3LjEtNi4zLDgwLjksNi43YzQuNiwxNS45LTM3LjQsNDEuOS05My42LDU4LjEKCQkJCXMtMTA1LjYsMTYuMy0xMTAuMiwwLjRjLTQtMTQuMSwyOC40LTM2LjEsNzQuOS01Mi4xdjEuMWMtNDUuOCwxNS45LTc3LjcsMzcuNS03My45LDUwLjhjNC4zLDE1LjEsNTMuMiwxNC45LDEwOC45LTEuMQoJCQkJczk3LjMtNDEuNyw5Mi45LTU2LjhjLTMuNS0xMi40LTM3LjItMTQuNS03OS45LTZWNzNMMjYyLjgsNzN6Ii8+CgkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMV8iIGNsYXNzPSJzdDE2IiBkPSJNMTA1LjIsNzZjMy44LTE0LDUwLjctMTQsMTA5LjUtMS4xdjFjLTU4LjMtMTIuOC0xMDUtMTIuOS0xMDguNiwwLjMKCQkJCWMtNCwxNS4xLDQ5LjEsNDMuMiwxMTguNSw2MS44czEyOS41LDIwLjksMTMzLjYsNS44YzMuNi0xMy40LTM3LjctMzctOTUuNi01NS4xdi0xLjFjNTguNiwxOC4zLDEwMC4zLDQyLjIsOTYuNSw1Ni40CgkJCQljLTQuMywxNi02NC42LDEzLjctMTM0LjgtNS4xUzEwMSw5MiwxMDUuMiw3NnoiLz4KCQkJPGNpcmNsZSBpZD0i5qSt5ZyG5b2iXzZfIiBjbGFzcz0ic3QyIiBjeD0iMzE3LjgiIGN5PSIxMDkiIHI9IjIiLz4KCQkJPGNpcmNsZSBpZD0i5qSt5ZyG5b2iXzVfIiBjbGFzcz0ic3QyIiBjeD0iMTE3LjMiIGN5PSIxMjEuNSIgcj0iMS41Ii8+CgkJCTxjaXJjbGUgaWQ9IuakreWchuW9ol80XyIgY2xhc3M9InN0MiIgY3g9IjI4MS44IiBjeT0iNTgiIHI9IjEiLz4KCQkJPGNpcmNsZSBpZD0i5qSt5ZyG5b2iXzNfIiBjbGFzcz0ic3QyIiBjeD0iMTkxLjgiIGN5PSIxNjQiIHI9IjEiLz4KCQkJPGNpcmNsZSBpZD0i5qSt5ZyG5b2iXzFfIiBjbGFzcz0ic3QyIiBjeD0iMzUxLjgiIGN5PSIxNTAiIHI9IjIiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==",S4="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNDgwIDI0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDgwIDI0MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOnVybCgjRmlsbC0xXzFfKTt9Cgkuc3Qxe2ZpbGw6I0M0QzZDQzt9Cgkuc3Qye2ZpbGw6dXJsKCPnn6nlvaItMl8xXyk7fQoJLnN0M3tmaWxsOnVybCgj55+p5b2iXzZfKTt9Cgkuc3Q0e2ZpbGw6I0RDREVFMDt9Cgkuc3Q1e2ZpbGw6I0QxRDNENjt9Cgkuc3Q2e2ZpbGw6dXJsKCPnn6nlvaItM18xXyk7fQoJLnN0N3tmaWxsOiNFNUU3RUM7fQoJLnN0OHtmaWxsOiNEQ0RERTA7fQoJLnN0OXtmaWxsOnVybCgj6Lev5b6ELTEzXzFfKTt9Cgkuc3QxMHtmaWxsOnVybCgj5qSt5ZyG5b2iXzNfKTtzdHJva2U6dXJsKCPmpK3lnIblvaJfNF8pO30KCS5zdDExe2ZpbGw6dXJsKCPmpK3lnIblvaJfNV8pO3N0cm9rZTp1cmwoI+akreWchuW9ol82Xyk7fQoJLnN0MTJ7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGcgaWQ9Iumhtemdoi0xIj4KCTxnIGlkPSJFeGNlcHRpb25feDJGX+W8guW4uOaPkOekuiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg2OS4wMDAwMDAsIC0yOTE4LjAwMDAwMCkiPgoJCTxnIGlkPSLmkJzntKLkuLrnqboiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg2OS4wMDAwMDAsIDI5MTguMDAwMDAwKSI+CgkJCTxsaW5lYXJHcmFkaWVudCBpZD0iRmlsbC0xXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjI0My4wNDY0IiB5MT0iMTY3Ljk3OTMiIHgyPSIyNDUuODA3MSIgeTI9IjE5NC4yNDU2Ij4KCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNGQkZDRkQiLz4KCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNGMkY0RjciLz4KCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJPHBhdGggaWQ9IkZpbGwtMSIgY2xhc3M9InN0MCIgZD0iTTE5My4xLDE3NC4yYzE0LjgtMy4zLDM2LTQuOCw1MC41LTQuMWMxNC40LDAuNywyNi40LDMuMywyNy4zLDIuN2MyLjktMS45LDktMi44LDguNy0yCgkJCQljLTAuMywwLjctNC4zLDMuMS0zLDMuNGMxLjMsMC40LDE0LjEsMS45LDE5LjUsM2M1LjMsMS4xLDguOCwyLjIsOS45LDIuMmMxLjIsMCwzLTEuNiwxMC43LTAuOGMwLjEsMC4zLTEuNywwLjQtMy40LDEuMwoJCQkJYy0xLjcsMC45LTMsMC44LTMsMXMxLTAuMywzLDFzNS41LDEuNyw1LjUsMnMtNC41LDEuOC0xMi0wLjZjLTEuOS0wLjYtNi4zLDQuNi0yNi44LDYuMXMtNTUsMi42LTU1LDIuNnMyLjEsMi43LDUuMSwzLjQKCQkJCWMwLjIsMC4zLTEuMiwxLjMtNy4xLDAuMmMtNS45LTEuMS05LTMuNi05LTMuNnMtMTEuNi0wLjctMTYtMS41Yy00LjQtMC43LTkuNC0yLjYtMTIuOS0zcy0xOS4yLTIuMi0xMy4yLTYuMwoJCQkJQzE3MiwxODEuMiwxNzguMywxNzcuNSwxOTMuMSwxNzQuMnoiLz4KCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiCIgY2xhc3M9InN0MSIgZD0iTTE5My4xLDE3Ny40djkuNGg5LjR2MS45aC0xMS4ydi0xMS4yTDE5My4xLDE3Ny40TDE5My4xLDE3Ny40eiIvPgoJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCI5aSH5Lu9IiBjbGFzcz0ic3QxIiBkPSJNMjAwLjYsNjQuOWgtOS40djkuNGgtMS45di05LjRsMCwwVjYzaDExLjJMMjAwLjYsNjQuOUwyMDAuNiw2NC45eiIvPgoJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCI5aSH5Lu9LTIiIGNsYXNzPSJzdDEiIGQ9Ik0yODguOCw3NC4ydi05LjRoLTkuNFY2M2g5LjRsMCwwaDEuOXYxMS4ySDI4OC44eiIvPgoKCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i55+p5b2iLTJfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iNDExLjY3NjgiIHkxPSItMS42MDY2IiB4Mj0iNDExLjY3NjgiIHkyPSItMC42NzA3IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDg2LjI1IDAgMCAxMDguNzUgLTM1MjY3LjEyNSAyNDYuNSkiPgoJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0VCRURGMDtzdG9wLW9wYWNpdHk6MC45OTE3Ii8+CgkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRTFFM0U2Ii8+CgkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCTxwYXRoIGlkPSLnn6nlvaItMiIgY2xhc3M9InN0MiIgZD0iTTE5Ny45LDcwLjVoODQuMmMwLjYsMCwxLDAuNCwxLDF2MTA2LjhjMCwwLjYtMC40LDEtMSwxaC04NC4yYy0wLjYsMC0xLTAuNC0xLTFWNzEuNQoJCQkJQzE5Ni45LDcwLjksMTk3LjMsNzAuNSwxOTcuOSw3MC41eiIvPgoKCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i55+p5b2iXzZfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjQxMC42NjE0IiB5MT0iLTEuODc3MyIgeDI9IjQxMC42NjE0IiB5Mj0iLTAuODg4OCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg3MS4yNSAwIDAgOTMuNzUgLTI5MDE5LjYyNSAyNTQpIj4KCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNGRkZGRkYiLz4KCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNGMkY0RjciLz4KCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJPHJlY3QgaWQ9IuefqeW9ol8xXyIgeD0iMjA0LjQiIHk9Ijc4IiBjbGFzcz0ic3QzIiB3aWR0aD0iNzEuMiIgaGVpZ2h0PSI5My44Ii8+CgkJCTxyZWN0IGlkPSLnn6nlvaJfMl8iIHg9IjIxOS40IiB5PSI4MS44IiBjbGFzcz0ic3Q0IiB3aWR0aD0iNDEuMiIgaGVpZ2h0PSIxLjkiLz4KCQkJPHJlY3QgaWQ9IuefqeW9ol8zXyIgeD0iMjA0LjQiIHk9IjE3MS44IiBjbGFzcz0ic3Q1IiB3aWR0aD0iNzEuMiIgaGVpZ2h0PSIxLjkiLz4KCgkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuefqeW9oi0zXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjQwNi40MTUyIiB5MT0iLTExLjczMzQiIHgyPSI0MDYuNDE1MiIgeTI9Ii0xMC43NDEzIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDQxLjI1IDAgMCAxNSAtMTY1MjQuNjI1IDI0Mi43NSkiPgoJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0VERUZGMiIvPgoJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0U4RUFFRCIvPgoJCQk8L2xpbmVhckdyYWRpZW50PgoJCQk8cmVjdCBpZD0i55+p5b2iLTMiIHg9IjIxOS40IiB5PSI2Ni44IiBjbGFzcz0ic3Q2IiB3aWR0aD0iNDEuMiIgaGVpZ2h0PSIxNSIvPgoJCQk8ZyBpZD0i57yW57uELTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyMy4xMjUwMDAsIDk4LjYyNTAwMCkiPgoJCQkJPHJlY3QgaWQ9IuefqeW9ol80XyIgY2xhc3M9InN0MSIgd2lkdGg9IjMuOCIgaGVpZ2h0PSIxLjkiLz4KCQkJCTxyZWN0IGlkPSLnn6nlvaLlpIfku70iIHg9IjcuNSIgY2xhc3M9InN0MSIgd2lkdGg9IjMuOCIgaGVpZ2h0PSIxLjkiLz4KCQkJCTxyZWN0IGlkPSLnn6nlvaLlpIfku70tMiIgeD0iMTUiIGNsYXNzPSJzdDEiIHdpZHRoPSIzLjgiIGhlaWdodD0iMS45Ii8+CgkJCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9LTMiIHg9IjIyLjUiIGNsYXNzPSJzdDEiIHdpZHRoPSIzLjgiIGhlaWdodD0iMS45Ii8+CgkJCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9LTQiIHg9IjMwIiBjbGFzcz0ic3QxIiB3aWR0aD0iMy44IiBoZWlnaHQ9IjEuOSIvPgoJCQk8L2c+CgkJCTxnIGlkPSLnvJbnu4QtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjI4Ljc1MDAwMCwgMTEzLjYyNTAwMCkiPgoJCQkJPGNpcmNsZSBpZD0i5qSt5ZyG5b2iIiBjbGFzcz0ic3Q3IiBjeD0iMjQuNCIgY3k9IjI2LjIiIHI9IjI0LjQiLz4KCQkJCTxwYXRoIGlkPSLot6/lvoQtMTIiIGNsYXNzPSJzdDciIGQ9Ik0zOSw0NWwzLjEsMy4yYy0wLjYsMC44LTAuNiwxLjUsMCwyLjJzMi4yLDIuNSw0LjcsNS4zdi03LjVsLTYuMS01TDM5LDQ1eiIvPgoKCQkJCQk8ZyBpZD0i57yW57uELTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUwLjIyNjMxNywgNTEuNzA5MDc3KSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC01MC4yMjYzMTcsIC01MS43MDkwNzcpIHRyYW5zbGF0ZSg0NC42MDEzMTcsIDM2LjcwOTA3NykiPgoKCQkJCQkJPHJlY3QgaWQ9IuefqeW9ol81XyIgeD0iMy44IiB5PSIwIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSA1LjA3MDM2M2UtMDYgLTUuMDcwMzYzZS0wNiAtMSAxMS40IDkuMzUpIiBjbGFzcz0ic3Q4IiB3aWR0aD0iMy43IiBoZWlnaHQ9IjkuNCIvPgoKCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLot6/lvoQtMTNfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iLTEwOS4zOTE1IiB5MT0iLTU1LjkzODMiIHgyPSItMTA5LjU1NzgiIHkyPSItNTUuODkwNSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg5LjIxMjkgMCAwIDIyLjUgMTAxMy45Mjg1IDEyNzcuMjgxKSI+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNEN0Q4REIiLz4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0JFQkZDMiIvPgoJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJPHBhdGggaWQ9Iui3r+W+hC0xMyIgY2xhc3M9InN0OSIgZD0iTTMuNyw1LjdoNGMwLjUsMCwxLDAuNCwxLDAuOWwxLjUsMjAuNWMwLDAuNi0wLjQsMS0wLjksMS4xYzAsMCwwLDAtMC4xLDBIMgoJCQkJCQljLTAuNiwwLTEtMC40LTEtMXYtMC4xTDIuNyw2LjZDMi43LDYuMSwzLjIsNS43LDMuNyw1Ljd6Ii8+CgkJCQk8L2c+CgkJCQk8ZyBpZD0i57yW57uELTUiPgoKCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLmpK3lnIblvaJfM18iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iLTQ5LjcxMTUiIHkxPSItMy42ODU5IiB4Mj0iLTQ5LjcxMTUiIHkyPSItMi42ODU5IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDQ3Ljc1IDAgMCA0Ny43NSAyMzk4LjEyNSAxNzYuNSkiPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxLjUzMDgyOGUtMDMiIHN0eWxlPSJzdG9wLWNvbG9yOiNERERFRTAiLz4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMC45OTgiIHN0eWxlPSJzdG9wLWNvbG9yOiNDM0M1QzciLz4KCQkJCQk8L2xpbmVhckdyYWRpZW50PgoKCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLmpK3lnIblvaJfNF8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iLTQ5LjcxMTUiIHkxPSItMy42ODU4IiB4Mj0iLTQ5LjcxMTUiIHkyPSItMi43MDU0IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDQ3Ljc1IDAgMCA0Ny43NSAyMzk4LjEyNSAxNzYuNSkiPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRERERUUwIi8+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNCRUMwQzIiLz4KCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCTxjaXJjbGUgaWQ9IuakreWchuW9ol8xXyIgY2xhc3M9InN0MTAiIGN4PSIyNC40IiBjeT0iMjQuNCIgcj0iMjMuOSIvPgoKCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLmpK3lnIblvaJfNV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iLTUyLjM5NjYiIHkxPSItNC44MjIiIHgyPSItNTIuMzk2NiIgeTI9Ii0zLjgzOCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgzNi41IDAgMCAzNi41IDE5MzYuODc1IDE4Mi4xMjUpIj4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZFRkVGRSIvPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRjJGNEY3Ii8+CgkJCQkJPC9saW5lYXJHcmFkaWVudD4KCgkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i5qSt5ZyG5b2iXzZfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ii01Mi4zOTY2IiB5MT0iLTQuODIyIiB4Mj0iLTUyLjM5NjYiIHkyPSItMy44Mzk4IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDM2LjUgMCAwIDM2LjUgMTkzNi44NzUgMTgyLjEyNSkiPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRjNGNEY1Ii8+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNGM0Y1RjciLz4KCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCTxjaXJjbGUgaWQ9IuakreWchuW9ol8yXyIgY2xhc3M9InN0MTEiIGN4PSIyNC40IiBjeT0iMjQuNCIgcj0iMTguMiIvPgoJCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMV8iIGNsYXNzPSJzdDEyIiBkPSJNMjMuNSwxMi4zYzUuOCwwLDEwLjksMy4zLDEzLjQsOC4yYy0yLjUtMS42LTUuNS0yLjYtOC43LTIuNmMtNCwwLTcuNywxLjUtMTAuNSw0CgkJCQkJCUwxNCwxNS43QzE2LjYsMTMuNiwxOS45LDEyLjMsMjMuNSwxMi4zeiIvPgoJCQkJPC9nPgoJCQkJPHBvbHlnb24gaWQ9Iui3r+W+hC0xNCIgY2xhc3M9InN0NSIgcG9pbnRzPSI0Ni45LDUzLjQgNDYuOSw1NS42IDU0LjQsNjQuNCA1NC40LDYyLjMgCQkJCSIvPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=",D4=r.defineComponent({name:"Exception",props:{type:d.commonType(["404","403","500","building","empty","search-empty","login"],"type").def("404"),scene:d.commonType(["page","part"],"scene").def("page"),extCls:d.string},setup(e,{slots:n}){const i={403:"\u65E0\u4E1A\u52A1\u6743\u9650",404:"\u9875\u9762\u4E0D\u5B58\u5728",500:"\u670D\u52A1\u7EF4\u62A4\u4E2D",building:"\u529F\u80FD\u5EFA\u8BBE\u4E2D",empty:"\u6CA1\u6709\u6570\u636E","search-empty":"\u641C\u7D22\u4E3A\u7A7A",login:"\u8BF7\u767B\u5165\u84DD\u9CB8"},s={403:w4,404:L4,500:v4,building:k4,empty:T4,"search-empty":S4,login:x4};return()=>{var l,c;return r.createVNode("div",{class:["bk-exception-wrapper",e.extCls]},[r.createVNode("div",{class:["bk-exception-img",`${e.scene}-img`]},[r.createVNode("img",{class:"exception-image",src:s[e.type],alt:"type"},null)]),r.createVNode("div",{class:["bk-exception-text",`${e.scene}-text`]},[(c=(l=n.default)==null?void 0:l.call(n))!=null?c:i[e.type]])])}}});const cr=Ze(D4);var j4=r.defineComponent({name:"FixedNavbar",props:{navItems:d.array.def([]),extCls:d.string.def(""),position:d.oneOf(["middle","top","bottom"]).def("middle"),modelValue:d.bool.def(!0)},emits:["update:modelValue","click"],setup(e,{emit:n}){const i=e.navItems.map(c=>Object.assign({tooltip:{disabled:!0},action:()=>{},icon:"",text:""},c)),s=yn.getModalNextIndex(),l=c=>{n("click",c),c.action()};return()=>e.modelValue&&r.createVNode("div",{class:`bk-fixed-navbar ${e.extCls} ${e.position}`,style:{zIndex:s}},[i.map(c=>r.createVNode("div",{class:"fixed-navbar-item",onClick:l.bind(this,c)},[c.icon?r.createVNode("i",{class:`${c.icon} icon`},null):"",c.text?r.createVNode("span",{class:"text"},[c.text]):""]))])}});const $c=Ze(j4);var z4=r.defineComponent({name:"Link",props:{theme:d.theme(["danger","success","primary","warning","default"]).def("default"),href:d.string.def(""),disabled:d.bool.def(!1),underline:d.bool.def(!1),target:d.string.def("_self")},setup(e,{emit:n}){return{handleClick:s=>{if(e.disabled)return s.preventDefault(),!1;n("click",s)}}},render(){var n,i;const e=Je({"is-disabled":this.disabled,"has-underline":this.underline},`${this.theme} bk-link`);return r.createVNode("a",{href:this.href,target:this.target,class:e,onClick:this.handleClick},[r.createVNode("span",null,[(i=(n=this.$slots).default)==null?void 0:i.call(n)])])}});const Kc=Ze(z4),J4=["auto","auto-start","auto-end","top","top-start","top-end","bottom","bottom-start","bottom-end","right","right-start","right-end","left","left-start","left-end"],Q4={onAfterHidden:Function,onAfterShow:Function},P4=Z({isShow:d.bool.def(!1),always:d.bool.def(!1),disabled:d.bool.def(!1),width:d.oneOfType([d.string,d.number]).def("auto"),height:d.oneOfType([d.string,d.number]).def("auto"),content:d.oneOfType([d.string,d.number]).def(""),transition:d.string.def("fade-in"),placement:d.placement(J4).def("top"),theme:d.string.def("dark"),handleFirstUpdate:{type:Function,default:()=>{}},trigger:d.string.def("hover"),arrow:d.bool.def(!0),modifiers:d.array.def([{name:"offset",options:{offset:[0,8]}}]),boundary:d.oneOfType([d.string.def("parent"),d.instanceOf(HTMLElement)]),fixOnBoundary:d.bool.def(!1),zIndex:d.number.def(void 0),stopBehaviors:d.oneOfType([d.arrayOf(d.commonType(["stopPropagation","stopImmediatePropagation","preventDefault"],"stopBehaviors")),d.string]).def([])},Q4);var O4=r.defineComponent({name:"Popover",props:P4,emits:["afterHidden","afterShow","update:isShow"],setup(e,n){let i=!1,s=Object.create(null);const l=r.ref(0),{width:c,height:u,theme:m,trigger:h,isShow:p,placement:g,modifiers:C,arrow:b,content:y}=r.toRefs(e),N=r.ref(),k=r.ref(),x=r.computed(()=>({width:/^\d+$/.test(String(c.value))?`${c.value}px`:c.value,height:/^\d+$/.test(String(u.value))?`${u.value}px`:u.value,zIndex:l.value})),D=["dark","light"],L=r.computed(()=>{const he=m.value.split(/\s+/);he.sort((re,P)=>Number(D.includes(P))-Number(D.includes(re)));const oe=he,ie=he.filter(re=>!D.includes(re));return{systemThemes:oe,customThemes:ie}}),T=he=>{var oe,ie;if(i){if(he){l.value=typeof e.zIndex=="number"?e.zIndex:yn.getModalNextIndex(),(oe=s.show)==null||oe.call(s);return}(ie=s.hide)==null||ie.call(s)}};r.watch(()=>e.isShow,he=>{T(he)},{immediate:!0});const z=()=>{n.emit("update:isShow",!1),n.emit("afterHidden",!1)},A=()=>{n.emit("update:isShow",!0),n.emit("afterShow",!1)},q=()=>({theme:L.value.systemThemes.join(" "),placement:g.value,trigger:h.value,modifiers:C.value,onFirstUpdate:e.handleFirstUpdate,afterShow:A,afterHidden:z,appendTo:e.boundary,always:e.always,disabled:e.disabled,fixOnBoundary:e.fixOnBoundary}),R=()=>{const he=s;he.constructor&&(he.isShow&&he.hide(),he.destroy(),s=Object.create(null))},F=()=>{s=new Ts(N.value,k.value,q()),i=!0,p.value&&T(p.value)},O=()=>{R(),r.nextTick(F)};n.expose({update:O}),r.onMounted(O),r.onBeforeUnmount(R);const E=()=>{n.emit("after-enter")},U=()=>{n.emit("after-leave")},ce=L.value.customThemes.join(" "),ee=L.value.customThemes.reduce((he,oe)=>Z({[`data-${oe}-theme`]:!0},he),{}),ge=`bk-popover-content ${ce}`,Me=he=>{const oe=ie=>{typeof he[ie]=="function"&&he[ie]()};Array.isArray(e.stopBehaviors)&&e.stopBehaviors.forEach(oe),typeof e.stopBehaviors=="string"&&oe(e.stopBehaviors)};return()=>{var he,oe;return r.createVNode("div",{class:"bk-popover","data-bk-pop-container":!0},[r.createVNode("div",{ref:N,class:"bk-popover-reference"},[(oe=(he=n.slots).default)==null?void 0:oe.call(he)]),r.createVNode(r.Transition,{name:e.transition,onAfterEnter:E,onAfterLeave:U},{default:()=>{var ie,re,P;return[r.createVNode("div",r.mergeProps({ref:k,class:ge,style:x.value},ee,{onClick:Me}),[(P=(re=(ie=n.slots).content)==null?void 0:re.call(ie))!=null?P:y.value,b.value&&r.createVNode("div",{class:"arrow","data-popper-arrow":!0},null)])]}})])}}});const Ln=Ze(O4),A4=(e,{attrs:n,slots:i})=>{const{width:s,percent:l,strokeWidth:c,color:u,strokeLinecap:m,theme:h,type:p,bgColor:g,titleStyle:C}=n,b=c||6,y=s||126,N={width:typeof y=="number"?`${y}px`:y,height:typeof y=="number"?`${y}px`:y,fontSize:`${y*.15+6}px`},k=50-b/2,x=p==="dashboard",D=Math.PI*2*k,L=x&&.75||1,T=`${-1*D*(1-L)/2}px`,z="stroke-dasharray 0.6s ease 0s, stroke 0.6s ease",A={strokeDasharray:`${D*L}px, ${D}px`,strokeDashoffset:T},q={strokeDasharray:`${D*L*(l/100)}px, ${D}px`,strokeDashoffset:T,transition:z},R=`
40
+ M 50 50
41
+ m 0 ${x?"":"-"}${k}
42
+ a ${k} ${k} 0 1 1 0 ${x?"-":""}${k*2}
43
+ a ${k} ${k} 0 1 1 0 ${x?"":"-"}${k*2}
44
+ `,F={d:R,stroke:g||"#f5f5f5","stroke-linecap":m,"stroke-width":b,"fill-opacity":"0",class:"process-circle-trail",style:A},O={d:R,stroke:u||"#13ce66","stroke-linecap":m,"stroke-width":l>0&&b||0,"fill-opacity":"0",class:`process-circle-path bk-${h}-circle-trail`,style:q};return r.createVNode("div",{class:"progress-outer-circle",style:N},[r.createVNode("svg",{viewBox:"0 0 100 100"},[r.createVNode("path",F,null),r.createVNode("path",O,null)]),r.createVNode("span",{class:"progress-circle-text",style:C},[i==null?void 0:i.default()])])},E4=(e,{attrs:n,slots:i})=>{const{percent:s,strokeWidth:l,size:c,color:u,titleStyle:m,showText:h,textInside:p,theme:g}=n,C={height:`${l}px`,lineHeight:`${l}px`},b={width:`${s}%`,background:u,animationDuration:"3s"},y=(N=!0)=>(h||i.default)&&(N&&p||!N&&!p)?i==null?void 0:i.default():null;return r.createVNode("div",{class:"progress-outer"},[r.createVNode("div",{class:`bk-progress-${c||"normal"} progress-bar`,style:C},[r.createVNode("div",{style:b,class:{"progress-inner":!0,[`bk-${g}`]:!0}},[r.createVNode("div",{class:"inner-text",style:m},[y()])])]),y(!1)])};function qc(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}var V4=r.defineComponent({name:"Progress",props:{extCls:d.string,type:d.string.validate(e=>["line","circle","dashboard"].includes(e)).def("line"),percent:d.number.def(0),theme:d.theme().def("primary"),size:d.size(),width:d.number.def(126),strokeWidth:d.number,strokeLinecap:d.string.def("round"),textInside:d.bool.def(!1),showText:d.bool.def(!0),color:d.string,bgColor:d.string,fixed:d.number.validate(e=>e>=0&&e<=20).def(0),format:d.func.def(e=>`${e}%`),titleStyle:d.object.def({fontSize:"16px",verticalAlign:"middle"})},setup(){return{}},methods:{validPercent(e){return!e||e<0?0:e>100?100:e},renderProcessInfo(){var m;const{showText:e,format:n,percent:i,textInside:s,titleStyle:l,fixed:c}=this.$props,u=n((m=this.validPercent(i))==null?void 0:m.toFixed(c));return(e||this.$slots.default)&&s?this.$slots.default?this.$slots.default():r.createVNode("span",null,[u]):!e||s?null:r.createVNode("span",{class:"progress-text",style:typeof u=="string"?l:void 0},[this.$slots.default?this.$slots.default():u])}},render(){const e=this.renderProcessInfo(),n=je(Z({},this.$props),{percent:this.validPercent(this.percent)});let i=r.createVNode(E4,n,qc(e)?e:{default:()=>[e]});(this.type==="circle"||this.type==="dashboard")&&(i=r.createVNode(A4,n,qc(e)?e:{default:()=>[e]}));const s={class:Je({extCls:!!this.extCls},`bk-progress bk-progress-${this.type}`)};return r.createVNode("div",s,[i])}});const eu=Ze(V4),tu=Symbol("RadioGroup");function nu(){const e=r.ref(!1);return[e,{blur:()=>{e.value=!1},focus:()=>{e.value=!0}}]}const iu=()=>{const e=r.getCurrentInstance(),{props:n,emit:i}=e,s=Un(),l=r.inject(tu,Ds),c=!Pc(l),u=r.ref(!1),m=r.computed(()=>c&&l.props.disabled?!0:n.disabled);c?r.watch(()=>l.props.modelValue,g=>{u.value=g===n.label},{immediate:!0}):r.watch(()=>n.modelValue,g=>{g!==""&&(u.value=g===n.label)},{immediate:!0});const h=(g=!0)=>{u.value=g},p=g=>{var y;if(m.value)return;const C=g.target;u.value=C.checked;const b=u.value?n.label:"";i("change",b),i("update:modelValue",b),c&&l.handleChange(e.proxy),(y=s==null?void 0:s.validate)==null||y.call(s,"change"),r.nextTick(()=>{C.checked!==u.value&&(C.checked=u.value)})};return r.onMounted(()=>{c&&l.register(e.proxy)}),r.onBeforeUnmount(()=>{c&&l.unregister(e.proxy)}),{isChecked:u,isDisabled:m,setChecked:h,handleChange:p}},R4={name:d.string.def(""),label:d.oneOfType([String,Number,Boolean]).isRequired,modelValue:d.oneOfType([String,Number,Boolean]).def(""),checked:d.bool.def(!1),disabled:d.bool.def(!1)};var W4=r.defineComponent({name:"Radio",props:R4,emits:["change","update:modelValue"],setup(){const[e,{blur:n,focus:i}]=nu(),{isChecked:s,isDisabled:l,setChecked:c,handleChange:u}=iu();return{isFocused:e,isChecked:s,isDisabled:l,setChecked:c,handleBlur:n,handleFocus:i,handleChange:u}},render(){const e=Je({"bk-radio":!0,"is-focused":this.isFocused,"is-disabled":this.isDisabled,"is-checked":this.isChecked});return r.createVNode("label",{class:e,tabindex:"0"},[r.createVNode("input",{class:"bk-radio-input",type:"radio",tabindex:"0",value:this.label,checked:this.isChecked,disabled:this.isDisabled,onFocus:this.handleFocus,onBlur:this.handleBlur,onChange:this.handleChange},null),r.createVNode("span",{class:"bk-radio-text"},[this.$slots.default?this.$slots.default():this.label])])}});const Z4={name:d.string.def(""),label:d.oneOfType([String,Number,Boolean]).isRequired,modelValue:d.oneOfType([String,Number,Boolean]).def(""),checked:d.bool.def(!1),disabled:d.bool.def(!1),size:d.size};var G4=r.defineComponent({name:"RadioButton",props:Z4,emits:["change","update:modelValue"],setup(){const[e,{blur:n,focus:i}]=nu(),{isChecked:s,isDisabled:l,setChecked:c,handleChange:u}=iu();return{isFocused:e,isChecked:s,isDisabled:l,setChecked:c,handleBlur:n,handleFocus:i,handleChange:u}},render(){const e=Je({"bk-radio-button":!0,"is-focused":this.isFocused,"is-disabled":this.isDisabled,"is-checked":this.isChecked});return r.createVNode("label",{class:e,tabindex:"0"},[r.createVNode("input",{class:"bk-radio-button-input",type:"radio",tabindex:"0",value:this.label,checked:this.isChecked,disabled:this.isDisabled,onFocus:this.handleFocus,onBlur:this.handleBlur,onChange:this.handleChange},null),r.createVNode("div",{class:"bk-radio-button-text"},[this.$slots.default?this.$slots.default():this.label])])}});const Y4={name:d.string.def(""),modelValue:d.oneOfType([String,Number,Boolean]),disabled:d.bool};var B4=r.defineComponent({name:"RadioGroup",props:Y4,emits:["change","update:modelValue"],setup(e,n){const i=[],s=u=>{i.push(u)},l=u=>{const m=i.indexOf(u);m>-1&&i.splice(m,1)},c=u=>{const m=u.label;i.forEach(h=>{h!==u&&h.setChecked(!1)}),n.emit("update:modelValue",m),n.emit("change",m)};return r.provide(tu,{props:e,register:s,unregister:l,handleChange:c}),r.onMounted(()=>{e.modelValue!==""&&i.forEach(u=>{u.setChecked(u.label===e.modelValue)})}),{}},render(){var e;return r.createVNode("div",{class:"bk-radio-group"},[(e=this.$slots)==null?void 0:e.default()])}});const au=Vt(W4,{Group:B4,Button:G4});var ur=r.defineComponent({name:"Star",props:{rate:d.number.def(0),width:d.number.def(15),height:d.number.def(16),editable:d.bool.def(!0),hoverRate:d.number.def(0),max:d.number.def(5)},emits:["chooseRate","changeHover"],setup(e,{emit:n}){const i=m=>{if(!e.editable)return;const h=m+1;n("chooseRate",h)},s=m=>{if(!e.editable)return;const h=m+1;n("changeHover",h)},l=m=>Je({"bk-is-select":m<Math.floor(c.value),"bk-is-edit":e.editable,"bk-rate-star":!0}),c=r.computed(()=>e.hoverRate||e.rate),u={width:`${e.width}px`,height:`${e.height}px`,minWidth:`${e.width}px`};return()=>r.createVNode("p",{class:"bk-rate-stars"},[Array(e.max).fill(1).map((m,h)=>r.createVNode("svg",{class:l(h),style:u,x:"0px",y:"0px",viewBox:"0 0 64 64",onClick:()=>i(h),onMouseenter:()=>s(h)},[r.createVNode("g",{transform:"translate(-143.000000, -635.000000)"},[r.createVNode("g",{transform:"translate(83.000000, 114.000000)"},[r.createVNode("g",{transform:"translate(15.000000, 384.000000)"},[r.createVNode("g",{transform:"translate(29.000000, 137.000000)"},[r.createVNode("polygon",{class:"st1",points:"48,53 28.2,63.9 32,40.8 16,24.4 38.1,21 48,-0.1 57.8,21 79.9,24.4 63.9,40.8 67.7,63.9"},null)])])])])]))])}}),H4=r.defineComponent({name:"Rate",components:{star:ur},props:{modelValue:d.number.def(0),size:d.size(),editable:d.bool.def(!0)},emits:["change","update:modelValue"],setup(e,{emit:n}){const i=Un(),s=r.ref(0),l=C=>{var b;!e.editable||(n("update:modelValue",C),n("change",C),(b=i==null?void 0:i.validate)==null||b.call(i,"change"))},c=C=>{s.value=C},u=Je({"bk-rate":!0}),h={small:{width:12,height:12},large:{width:18,height:18}}[e.size]||{width:15,height:16},p=r.computed(()=>{const C=Math.floor(e.modelValue),b=(h.width+3)*C,y=h.width*(e.modelValue-C);return{width:`${b+y}px`}}),g={width:h.width,height:h.height};return()=>r.createVNode("p",{class:u},[e.editable?r.createVNode(ur,r.mergeProps({rate:e.modelValue,"hover-rate":s.value,onChooseRate:l,onChangeHover:c,onMouseleave:()=>c(0)},g),null):[r.createVNode(ur,r.mergeProps({rate:5,style:p.value,class:"bk-score-real",editable:!1},g),null),r.createVNode(ur,r.mergeProps({rate:0,editable:!1},g),null)]])}});const ru=Ze(H4);var F4=r.defineComponent({name:"Swiper",props:{isLoop:d.bool.def(!0),loopTime:d.number.def(8e3),pics:d.array.def([]),list:d.array.def([]),height:d.number,width:d.number},emits:["index-change"],setup(e,{emit:n,slots:i}){const{isLoop:s,loopTime:l,pics:c,list:u,height:m,width:h}=r.toRefs(e),p=r.ref(),g=r.ref(0),C=r.ref(0),b=r.ref(0),y=r.ref(0);let N;const k=r.computed(()=>{var ee;return((ee=u.value)==null?void 0:ee.length)>0?u.value:c.value}),x=r.computed(()=>({width:`${C.value*k.value.length}px`,transform:`translateX(-${C.value*g.value}px)`})),D=r.computed(()=>({width:`${C.value}px`,height:`${b.value}px`})),L=ee=>{let ge=ee;ee>=k.value.length&&(ge=0),ee<0&&(ge=k.value.length-1),g.value=ge,n("index-change",ge)},T=ee=>{!ee||window.open(ee,"_blank")},z=ee=>["bk-swiper-img",{"bk-swiper-link":ee.link},ee.class],A=ee=>({"background-image":`url(${ee.url})`,"background-color":ee.color}),q=ee=>({"bk-current-index":g.value===ee}),R=()=>{s.value&&(y.value=window.setTimeout(()=>{L(g.value+1),R()},l.value))},F=()=>{window.clearTimeout(y.value)},O=()=>{var ge;const ee=(ge=p.value)==null?void 0:ge.parentElement;!ee||!window.ResizeObserver||(N=new ResizeObserver(()=>{ce()}),N.observe(ee))},E=()=>{var ee;(ee=N.disconnect)==null||ee.call(N)},U=ee=>{if(ee===void 0)return{height:0,width:0};const ge=getComputedStyle(ee),Me=ee.clientWidth-parseFloat(ge.paddingTop)-parseFloat(ge.paddingBottom);return{height:ee.clientHeight-parseFloat(ge.paddingLeft)-parseFloat(ge.paddingRight),width:Me}},ce=()=>{var ge;const ee=U((ge=p.value)==null?void 0:ge.parentElement);C.value=+h.value>0?h.value:ee.width,b.value=+m.value>0?m.value:ee.height};return r.watch([m,h],ce),r.onMounted(()=>{ce(),R(),O()}),r.onBeforeUnmount(()=>{F(),E()}),()=>r.createVNode("section",{class:"bk-swiper-home",ref:p,style:D.value},[r.createVNode("hgroup",{style:x.value,class:"bk-transition bk-swiper-main"},[k.value.map(ee=>{var ge,Me;return r.createVNode("h3",{class:"bk-swiper-card",style:D.value},[(Me=(ge=i.default)==null?void 0:ge.call(i,ee))!=null?Me:r.createVNode("span",{class:z(ee),style:A(ee),onClick:()=>T(ee.link)},null)])})]),r.createVNode("ul",{class:"bk-swiper-index"},[k.value.map((ee,ge)=>r.createVNode("li",{class:q(ge),onMouseover:()=>L(ge)},null))]),r.createVNode("span",{class:"bk-swiper-nav bk-nav-prev",onClick:()=>L(g.value-1)},[r.createVNode("i",{class:"bk-swiper-nav-icon"},null)]),r.createVNode("span",{class:"bk-swiper-nav bk-nav-next",onClick:()=>L(g.value+1)},[r.createVNode("i",{class:"bk-swiper-nav-icon"},null)])])}});const su=Ze(F4),rl=Symbol("BkSelect"),lu=Symbol("BkOptionGroup");function U4(){const e=r.ref(!1);return{isFocus:e,handleFocus:()=>{e.value=!0},handleBlur:()=>{e.value=!1}}}function ou(){const e=r.ref(!1);return{isHover:e,setHover:()=>{e.value=!0},cancelHover:()=>{e.value=!1}}}function sl(e){return{register:s=>{if(!(!s||e.value.find(l=>l===s)))return e.value.push(s)},unregister:s=>{const l=e.value.findIndex(c=>c===s);l>-1&&e.value.splice(l,1)}}}function _4(e,n=200){let i,s=e;return r.customRef((l,c)=>({get(){return l(),s},set(u){clearTimeout(i),u===void 0||u===""?(s=u,c()):i=setTimeout(()=>{s=u,c()},n)}}))}function X4(e){const{popoverMinWidth:n}=e,i=r.ref("auto"),s=r.ref(!1);return{isPopoverShow:s,popperWidth:i,togglePopover:()=>{s.value=!s.value},onPopoverFirstUpdate:h=>{const{reference:p}=h.elements;i.value=Math.max(p.offsetWidth,n)},hidePopover:()=>{s.value=!1},showPopover:()=>{s.value=!0}}}function $4(e,n){const i=_4(""),s=r.ref(!1);return r.watch(i,async()=>{try{s.value=!0,await e(i.value),s.value=!1}catch(l){console.error(l)}finally{n==null||n()}}),{searchKey:i,searchLoading:s}}function dr(e=""){return e&&String(e).trim().toLowerCase()}var cu=r.defineComponent({name:"Option",props:{value:d.any,label:d.oneOfType([d.string,d.number]),disabled:d.bool.def(!1)},setup(e){const{proxy:n}=r.getCurrentInstance(),i=r.reactive({visible:!0}),{disabled:s,value:l}=r.toRefs(e),c=r.inject(rl,null),u=r.inject(lu,null),m=r.computed(()=>{var b;return(b=c==null?void 0:c.selected)==null?void 0:b.some(y=>y.value===l.value)}),h=r.computed(()=>c==null?void 0:c.multiple),p=r.computed(()=>(c==null?void 0:c.activeOptionValue)===l.value),g=()=>{s.value||c==null||c.handleOptionSelected(n)},C=()=>{c.activeOptionValue=l.value};return r.onBeforeMount(()=>{c==null||c.register(n),u==null||u.register(n)}),r.onBeforeUnmount(()=>{c==null||c.unregister(n),u==null||u.unregister(n)}),je(Z({},r.toRefs(i)),{selected:m,multiple:h,isHover:p,handleOptionClick:g,handleMouseEnter:C})},render(){var n,i,s;const e=Je({"is-selected":this.selected,"is-disabled":this.disabled,"is-multiple":this.multiple,"is-hover":this.isHover,"bk-select-option":!0});return r.withDirectives(r.createVNode("li",{class:e,onClick:this.handleOptionClick,onMouseenter:this.handleMouseEnter},[(s=(i=(n=this.$slots).default)==null?void 0:i.call(n))!=null?s:r.createVNode("span",null,[this.label])]),[[r.vShow,this.visible]])}}),K4=r.defineComponent({name:"Group",props:{label:d.string.def(""),disabled:d.bool.def(!1),collapsible:d.bool.def(!1),collapse:d.bool.def(!1)},setup(e,{emit:n}){const{proxy:i}=r.getCurrentInstance(),s=r.inject(rl,null),l=r.reactive({groupCollapse:e.collapse,visible:!0}),c=r.ref([]),{register:u,unregister:m}=sl(c),h=r.computed(()=>`${e.label} (${[...c.value.values()].filter(g=>g.visible).length})`),p=()=>{!e.collapsible||e.disabled||(l.groupCollapse=!l.groupCollapse,n("update:collapse",l.groupCollapse))};return r.provide(lu,r.reactive(je(Z({},r.toRefs(e)),{register:u,unregister:m,groupCollapse:r.toRef(l,"groupCollapse")}))),r.onBeforeMount(()=>{s==null||s.registerGroup(i)}),r.onBeforeUnmount(()=>{s==null||s.unregisterGroup(i)}),je(Z({},r.toRefs(l)),{groupLabel:h,handleToggleCollapse:p})},render(){var s,l;const e=Je({"bk-option-group":!0,collapsible:this.collapsible,disabled:this.disabled}),n=Je({"bk-option-group-label":!0,collapsible:this.collapsible}),i=Je({"default-group-label-icon":!0,collapse:this.groupCollapse});return r.withDirectives(r.createVNode("ul",{class:e},[r.createVNode("li",{class:n,onClick:this.handleToggleCollapse},[this.$slots.label?this.$slots.label():r.createVNode("span",{class:"default-group-label"},[this.collapsible&&r.createVNode(er,{class:i},null),r.createVNode("span",{class:"default-group-label-title"},[this.groupLabel])])]),r.withDirectives(r.createVNode("ul",{class:"bk-option-group-content"},[(l=(s=this.$slots).default)==null?void 0:l.call(s)]),[[r.vShow,!this.groupCollapse]])]),[[r.vShow,this.visible]])}}),uu=!1,yi,ll,ol,fr,hr,du,gr,cl,ul,dl,fu,fl,hl,hu,gu;function Jt(){if(!uu){uu=!0;var e=navigator.userAgent,n=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e),i=/(Mac OS X)|(Windows)|(Linux)/.exec(e);if(fl=/\b(iPhone|iP[ao]d)/.exec(e),hl=/\b(iP[ao]d)/.exec(e),dl=/Android/i.exec(e),hu=/FBAN\/\w+;/i.exec(e),gu=/Mobile/i.exec(e),fu=!!/Win64/.exec(e),n){yi=n[1]?parseFloat(n[1]):n[5]?parseFloat(n[5]):NaN,yi&&document&&document.documentMode&&(yi=document.documentMode);var s=/(?:Trident\/(\d+.\d+))/.exec(e);du=s?parseFloat(s[1])+4:yi,ll=n[2]?parseFloat(n[2]):NaN,ol=n[3]?parseFloat(n[3]):NaN,fr=n[4]?parseFloat(n[4]):NaN,fr?(n=/(?:Chrome\/(\d+\.\d+))/.exec(e),hr=n&&n[1]?parseFloat(n[1]):NaN):hr=NaN}else yi=ll=ol=hr=fr=NaN;if(i){if(i[1]){var l=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);gr=l?parseFloat(l[1].replace("_",".")):!0}else gr=!1;cl=!!i[2],ul=!!i[3]}else gr=cl=ul=!1}}var gl={ie:function(){return Jt()||yi},ieCompatibilityMode:function(){return Jt()||du>yi},ie64:function(){return gl.ie()&&fu},firefox:function(){return Jt()||ll},opera:function(){return Jt()||ol},webkit:function(){return Jt()||fr},safari:function(){return gl.webkit()},chrome:function(){return Jt()||hr},windows:function(){return Jt()||cl},osx:function(){return Jt()||gr},linux:function(){return Jt()||ul},iphone:function(){return Jt()||fl},mobile:function(){return Jt()||fl||hl||dl||gu},nativeApp:function(){return Jt()||hu},android:function(){return Jt()||dl},ipad:function(){return Jt()||hl}},q4=gl,mr=!!(typeof window!="undefined"&&window.document&&window.document.createElement),e1={canUseDOM:mr,canUseWorkers:typeof Worker!="undefined",canUseEventListeners:mr&&!!(window.addEventListener||window.attachEvent),canUseViewport:mr&&!!window.screen,isInWorker:!mr},t1=e1,mu=t1,pu;mu.canUseDOM&&(pu=document.implementation&&document.implementation.hasFeature&&document.implementation.hasFeature("","")!==!0);/**
45
+ * Checks if an event is supported in the current execution environment.
46
+ *
47
+ * NOTE: This will not work correctly for non-generic events such as `change`,
48
+ * `reset`, `load`, `error`, and `select`.
49
+ *
50
+ * Borrows from Modernizr.
51
+ *
52
+ * @param {string} eventNameSuffix Event name, e.g. "click".
53
+ * @param {?boolean} capture Check if the capture phase is supported.
54
+ * @return {boolean} True if the event is supported.
55
+ * @internal
56
+ * @license Modernizr 3.0.0pre (Custom Build) | MIT
57
+ */function n1(e,n){if(!mu.canUseDOM||n&&!("addEventListener"in document))return!1;var i="on"+e,s=i in document;if(!s){var l=document.createElement("div");l.setAttribute(i,"return;"),s=typeof l[i]=="function"}return!s&&pu&&e==="wheel"&&(s=document.implementation.hasFeature("Events.wheel","3.0")),s}var i1=n1,a1=q4,r1=i1,Mu=10,Cu=40,yu=800;function Iu(e){var n=0,i=0,s=0,l=0;return"detail"in e&&(i=e.detail),"wheelDelta"in e&&(i=-e.wheelDelta/120),"wheelDeltaY"in e&&(i=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(n=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(n=i,i=0),s=n*Mu,l=i*Mu,"deltaY"in e&&(l=e.deltaY),"deltaX"in e&&(s=e.deltaX),(s||l)&&e.deltaMode&&(e.deltaMode==1?(s*=Cu,l*=Cu):(s*=yu,l*=yu)),s&&!n&&(n=s<1?-1:1),l&&!i&&(i=l<1?-1:1),{spinX:n,spinY:i,pixelX:s,pixelY:l}}Iu.getEventType=function(){return a1.firefox()?"DOMMouseScroll":r1("wheel")?"wheel":"mousewheel"};var s1=Iu,l1=s1;const o1=typeof navigator!="undefined"&&navigator.userAgent.toLowerCase().indexOf("firefox")>-1,c1=function(e,n){e!=null&&e.addEventListener&&e.addEventListener(o1?"DOMMouseScroll":"mousewheel",function(i){const s=l1(i);n==null||n.apply(this,[i,s])})},u1={beforeMount(e,n){console.error(e,n),c1(e,n.value)}},d1=e=>typeof Element=="undefined"?!1:e instanceof Element,Kn=new Map;let bu;document.addEventListener("mousedown",e=>bu=e),document.addEventListener("mouseup",e=>{for(const n of Kn.values())for(const{documentHandler:i}of n)i(e,bu)});function Nu(e,n){let i=[];return Array.isArray(n.arg)?i=n.arg:d1(n.arg)&&i.push(n.arg),function(s,l){const{popperRef:c}=n.instance,u=s.target,m=l==null?void 0:l.target,h=!n||!n.instance,p=!u||!m,g=e.contains(u)||e.contains(m),C=e===u,b=i.length&&i.some(N=>N==null?void 0:N.contains(u))||i.length&&i.includes(m),y=c&&(c.contains(u)||c.contains(m));h||p||g||C||b||y||n.value(s,l)}}const pr={beforeMount(e,n){Kn.has(e)||Kn.set(e,[]),Kn.get(e).push({documentHandler:Nu(e,n),bindingFn:n.value})},updated(e,n){Kn.has(e)||Kn.set(e,[]);const i=Kn.get(e),s=i.findIndex(c=>c.bindingFn===n.oldValue),l={documentHandler:Nu(e,n),bindingFn:n.value};s>=0?i.splice(s,1,l):i.push(l)},unmounted(e){Kn.delete(e)}};var $b="";const ml={mounted(e,n){const i=f1();typeof n.value=="object"?Object.assign(i,n.value):i.content=n.value;const{disabled:s,arrow:l,theme:c}=i;if(s)return;const u=h1(i.content,l,c==="light");m1(e,u,i)}};function f1(){return{arrow:!0,disabled:!1,trigger:"hover",theme:"dark",content:"",showOnInit:!1,placement:"top",distance:8,onShow:()=>{},onHide:()=>{}}}function h1(e,n,i){const s=yn.getPopperIndex(),l=document.createElement("div");if(l.className=`bk-popper ${i?"light":"dark"}`,l.innerText=e,l.style.zIndex=String(s),n){const c=g1();l.appendChild(c)}return document.body.appendChild(l),l}function g1(){const e=document.createElement("div");return e.className="bk-popper-arrow",e.setAttribute("data-popper-arrow",""),e}function m1(e,n,i){const{placement:s,distance:l,trigger:c,showOnInit:u,onShow:m,onHide:h}=i,p=bc(e,n,{placement:s,modifiers:[{name:"offset",options:{offset:[0,l]}}]});if(c==="hover"){const b=["mouseenter","focus"],y=["mouseleave","blur"];b.forEach(N=>{e.addEventListener(N,g)}),y.forEach(N=>{e.addEventListener(N,C)})}else c==="click"&&document.body.addEventListener("click",b=>{e.contains(b.target)&&!n.hasAttribute("data-show")?g():n.hasAttribute("data-show")&&C()});u&&g();function g(){n.setAttribute("data-show",""),m(),p.setOptions(b=>je(Z({},b),{modifiers:[...b.modifiers,{name:"eventListeners",enabled:!0}]})),p.update()}function C(){n.removeAttribute("data-show"),h(),p.setOptions(b=>je(Z({},b),{modifiers:[...b.modifiers,{name:"eventListeners",enabled:!1}]}))}}var p1=r.defineComponent({name:"Tag",props:{theme:d.theme(["success","info","warning","danger"]).def(""),closable:d.bool.def(!1),type:d.commonType(["","filled","stroke"]).def(""),checkable:d.bool.def(!1),checked:d.bool.def(!1),radius:d.string.def("2px"),extCls:d.string.def("")},emits:["change","close"],slots:["icon"],setup(e,{emit:n}){const i=r.computed(()=>Je({"bk-tag-closable":e.closable,"bk-tag-checkable":e.checkable,"bk-tag-check":e.checked,[`bk-tag-${e.type}`]:e.type,[`bk-tag-${e.theme}`]:e.theme,[e.extCls]:!!e.extCls},"bk-tag")),s=r.computed(()=>({borderRadius:e.radius}));return{wrapperCls:i,wrapperStyle:s,handleClose:u=>{u.preventDefault(),u.stopPropagation(),n("close",u)},handleClick:u=>{u.preventDefault(),u.stopPropagation(),e.checkable&&n("change",!e.checked)}}},render(){var e,n;return r.createVNode("div",{class:this.wrapperCls,style:this.wrapperStyle,onClick:this.handleClick},[this.$slots.icon?r.createVNode("span",{class:"bk-tag-icon"},[this.$slots.icon()]):"",r.createVNode("span",{class:"bk-tag-text"},[(n=(e=this.$slots).default)==null?void 0:n.call(e)]),this.closable?r.createVNode(Pn,{class:"bk-tag-close",onClick:this.handleClose},null):""])}});const pl=Ze(p1);var M1=r.defineComponent({name:"SelectTagInput",props:{selected:{type:Array,default:()=>[]},tagTheme:d.theme(["success","info","warning","danger"]).def(""),placeholder:d.string.def(""),filterable:d.bool.def(!1),allowCreate:d.bool.def(!1),modelValue:d.any},emits:["update:modelValue","remove","focus","enter"],setup(e,{emit:n}){const{modelValue:i}=r.toRefs(e),s=r.ref(i.value),l=r.ref();return r.watch(i,()=>{s.value=i.value}),{value:s,inputRef:l,handleRemoveTag:g=>{n("remove",g)},handleFocus:()=>{n("focus")},focus:()=>{var g;(g=l.value)==null||g.focus()},handleInput:g=>{n("update:modelValue",g.target.value)},handleKeydown:g=>{switch(g.code){case"Enter":{n("enter",g.target.value,g);break}}}}},render(){var e,n,i,s;return r.createVNode("div",{class:"bk-select-tag"},[(n=(e=this.$slots)==null?void 0:e.prefix)==null?void 0:n.call(e),this.selected.map(l=>r.createVNode(pl,{closable:!0,theme:this.tagTheme,onClose:()=>this.handleRemoveTag(l)},{default:()=>[l.label]})),r.withDirectives(r.createVNode("input",{class:"bk-select-tag-input",ref:"inputRef",type:"text",placeholder:this.selected.length?"":this.placeholder,readonly:!this.filterable,"onUpdate:modelValue":l=>this.value=l,onFocus:this.handleFocus,onInput:this.handleInput,onKeydown:this.handleKeydown},null),[[r.vModelText,this.value]]),(s=(i=this.$slots)==null?void 0:i.suffix)==null?void 0:s.call(i)])}}),C1=r.defineComponent({name:"Select",directives:{clickoutside:pr},props:{modelValue:d.any,multiple:d.bool.def(!1),disabled:d.bool.def(!1),size:d.size().def("default"),clearable:d.bool.def(!0),loading:d.bool.def(!1),filterable:d.bool.def(!1),remoteMethod:d.func,scrollHeight:d.number.def(216),showSelectAll:d.bool.def(!1),popoverMinWidth:d.number.def(0),showOnInit:d.bool.def(!1),multipleMode:d.oneOf(["default","tag"]).def("default"),tagTheme:d.theme(["success","info","warning","danger"]).def(""),behavior:d.oneOf(["normal","simplicity"]).def("normal"),collapseTags:d.bool.def(!1),noDataText:d.string.def("\u65E0\u6570\u636E"),noMatchText:d.string.def("\u65E0\u5339\u914D\u6570\u636E"),loadingText:d.string.def("\u52A0\u8F7D\u4E2D..."),placeholder:d.string.def("\u8BF7\u9009\u62E9"),selectAllText:d.string.def("\u5168\u90E8"),scrollLoading:d.bool.def(!1),allowCreate:d.bool.def(!1)},emits:["update:modelValue","change","toggle","clear","scroll-end"],setup(e,{emit:n}){const{modelValue:i,disabled:s,filterable:l,multiple:c,remoteMethod:u,loading:m,loadingText:h,noDataText:p,noMatchText:g,popoverMinWidth:C,showOnInit:b,multipleMode:y,allowCreate:N}=r.toRefs(e),k=Un(),x=r.ref(),D=r.ref(),L=r.ref(),T=r.ref([]),z=r.ref([]),A=r.ref([]),q=r.ref(),R=r.computed(()=>{const fe=new Map;return T.value.forEach(Le=>{fe.set(Le.value,Le)}),fe});r.watch(i,()=>{var fe;Qt(),y.value==="tag"&&((fe=D.value)==null||fe.update())});const F=r.computed(()=>s.value||m.value),O=r.computed(()=>A.value.map(fe=>fe.label)),E=r.computed(()=>{const fe=T.value.reduce((Le,Ve)=>(Ve.disabled||Le.push(Ve.value),Le),[]);return fe.length<=A.value.length&&fe.every(Le=>A.value.some(Ve=>Ve.value===Le))}),U=r.computed(()=>!!z.value.length),ce=r.computed(()=>!T.value.length),ee=r.computed(()=>T.value.length&&T.value.every(fe=>!fe.visible)),ge=r.computed(()=>l.value&&typeof u.value=="function"),Me=r.computed(()=>!(te.value||ce.value||ee.value)),he=r.computed(()=>te.value?h.value:ce.value?p.value:ee.value?g.value:""),{register:oe,unregister:ie}=sl(T),{register:re,unregister:P}=sl(z),{isHover:j,setHover:V,cancelHover:G}=ou(),{isFocus:H,handleFocus:ue,handleBlur:be}=U4(),{popperWidth:Y,isPopoverShow:ae,onPopoverFirstUpdate:ke,hidePopover:ot,showPopover:Fe,togglePopover:kt}=X4({popoverMinWidth:C.value}),pt=r.computed(()=>(l.value||N.value)&&ae.value);r.watch(ae,fe=>{fe?(it(),et()):$.value=""});const et=()=>{var Ve,ht;const fe=(Ve=A.value[0])==null?void 0:Ve.value,Le=R.value.get(fe);Le&&!Le.disabled&&Le.visible?q.value=fe:q.value=(ht=T.value.find(hn=>!hn.disabled&&hn.visible))==null?void 0:ht.value},bt=fe=>{!l.value||T.value.forEach(Le=>{var Ve;Le.visible=(Ve=dr(String(Le.label)))==null?void 0:Ve.includes(dr(fe))})},{searchKey:$,searchLoading:te}=$4(ge.value?u.value:bt,et),se=fe=>{var Le;fe!==i.value&&(n("change",fe),n("update:modelValue",fe),(Le=k==null?void 0:k.validate)==null||Le.call(k,"change"))},Ne=()=>{F.value||(kt(),n("toggle",ae.value))},we=fe=>{!l.value||($.value=fe)},xe=(fe,Le)=>{!N.value||!fe||l.value&&T.value.find(ht=>dr(String(ht.label))===dr(fe))||R.value.get(fe)||(Le.stopPropagation(),c.value?(A.value.push({label:fe,value:fe}),se(A.value.map(ht=>ht.value))):(A.value=[{label:fe,value:fe}],se(fe),ot()),$.value="")},Re=fe=>{if(!(F.value||!fe)){if(c.value){const Le=A.value.findIndex(Ve=>Ve.value===fe.value);Le>-1?A.value.splice(Le,1):A.value.push({label:fe.label,value:fe.value}),se(A.value.map(Ve=>Ve.value))}else A.value=[{label:fe.label,value:fe.value}],se(fe.value),ot();it()}},it=()=>{var fe,Le;y.value==="tag"?(fe=L.value)==null||fe.focus():(Le=x.value)==null||Le.focus()},Tt=fe=>{fe.stopPropagation(),A.value=[],se(c.value?[]:""),n("clear",c.value?[]:""),ot()},$e=()=>{E.value?A.value=[]:T.value.forEach(fe=>{fe.disabled||A.value.find(Le=>Le.value===fe.value)||A.value.push({label:fe.label,value:fe.value})}),se(A.value.map(fe=>fe.value)),it()},fn=fe=>{const{scrollTop:Le,clientHeight:Ve,scrollHeight:ht}=fe.target;Le+Ve===ht&&n("scroll-end")},Ue=fe=>{const Le=A.value.findIndex(Ve=>Ve.value===fe.value);Le>-1&&(A.value.splice(Le,1),se(A.value.map(Ve=>Ve.value)))},We=fe=>{var Le,Ve,ht;return((Ve=(Le=R.value)==null?void 0:Le.get(fe))==null?void 0:Ve.label)||((ht=A.value.find(hn=>hn.value===fe))==null?void 0:ht.label)||fe},Qt=()=>{Array.isArray(i.value)?A.value=i.value.map(fe=>({label:We(fe),value:fe})):i.value!==void 0&&(A.value=[{label:We(i.value),value:i.value}])},Mt=fe=>{var ht,hn;const Le=T.value.filter(Nt=>!Nt.disabled&&Nt.visible),Ve=Le.findIndex(Nt=>Nt.value===q.value);if(!(!Le.length||Ve===-1))switch(fe.code){case"ArrowDown":{fe.preventDefault();const Nt=Ve>=Le.length-1?0:Ve+1;q.value=(ht=Le[Nt])==null?void 0:ht.value;break}case"ArrowUp":{fe.preventDefault();const Nt=Ve===0?Le.length-1:Ve-1;q.value=(hn=Le[Nt])==null?void 0:hn.value;break}case"Backspace":{if(!c.value||!A.value.length||$.value.length)return;A.value.pop(),se(A.value.map(Nt=>Nt.value));break}case"Enter":{if(!ae.value)ae.value=!0;else{const Nt=T.value.find(Zl=>Zl.value===q.value);Re(Nt)}break}}},Sa=()=>{ot(),be()};return r.provide(rl,r.reactive({multiple:c,selected:A,activeOptionValue:q,register:oe,unregister:ie,registerGroup:re,unregisterGroup:P,handleOptionSelected:Re})),r.onMounted(()=>{Qt(),setTimeout(()=>{b.value&&Fe()})}),{selected:A,isInput:pt,options:T,isDisabled:F,selectedLabel:O,isPopoverShow:ae,isHover:j,popperWidth:Y,popoverRef:D,inputRef:x,selectTagInputRef:L,searchLoading:te,isOptionsEmpty:ce,isSearchEmpty:ee,isFocus:H,isShowSelectContent:Me,curContentText:he,isGroup:U,searchKey:$,setHover:V,cancelHover:G,handleFocus:ue,handleTogglePopover:Ne,handleClear:Tt,onPopoverFirstUpdate:ke,hidePopover:ot,showPopover:Fe,handleToggleAll:$e,handleOptionSelected:Re,handleClickOutside:Sa,handleScroll:fn,handleDeleteTag:Ue,handleInputChange:we,handleInputEnter:xe,handleKeydown:Mt}},render(){const e=Je({"bk-select":!0,"popover-show":this.isPopoverShow,"is-disabled":this.isDisabled,"is-focus":this.isFocus,"is-filterable":this.filterable,[this.size]:!0,[this.behavior]:!0}),n=[{name:"offset",options:{offset:[0,4]}}],i=()=>this.loading?r.createVNode(Xn,{loading:!0,class:"spinner",mode:"spin",size:"mini"},null):this.clearable&&this.isHover&&this.selected.length?r.createVNode(Qn,{class:"clear-icon",onClick:this.handleClear},null):r.createVNode(Ca,{class:"angle-up"},null),s=()=>this.multipleMode==="tag"?r.createVNode(M1,{ref:"selectTagInputRef",modelValue:this.searchKey,"onUpdate:modelValue":u=>this.searchKey=u,selected:this.selected,tagTheme:this.tagTheme,placeholder:this.placeholder,filterable:this.isInput,onFocus:this.handleFocus,onRemove:this.handleDeleteTag,onEnter:this.handleInputEnter},{prefix:()=>{var u,m;return(m=(u=this.$slots).prefix)==null?void 0:m.call(u)},suffix:()=>i()}):r.createVNode(Mi,{ref:"inputRef",type:"text",modelValue:this.isInput?this.searchKey:this.selectedLabel.join(","),placeholder:this.isInput?this.selectedLabel.join(",")||this.placeholder:this.placeholder,readonly:!this.isInput,disabled:this.isDisabled,behavior:this.behavior,size:this.size,onFocus:this.handleFocus,onInput:this.handleInputChange,onEnter:this.handleInputEnter},{prefix:()=>{var u,m;return(m=(u=this.$slots).prefix)==null?void 0:m.call(u)},suffix:()=>i()}),l=()=>r.createVNode("div",{class:"bk-select-trigger",onClick:this.handleTogglePopover,onMouseenter:this.setHover,onMouseleave:this.cancelHover,onKeydown:this.handleKeydown},[s()]),c=()=>{var u,m;return r.createVNode("div",null,[!this.isShowSelectContent&&r.createVNode("div",{class:"bk-select-empty"},[this.searchLoading&&r.createVNode(Xn,{class:"mr5",loading:!0,mode:"spin",size:"mini"},null),this.curContentText]),r.createVNode("div",{class:"bk-select-content"},[r.createVNode("div",{class:"bk-select-dropdown",style:{maxHeight:`${this.scrollHeight}px`},onScroll:this.handleScroll},[r.withDirectives(r.createVNode("ul",{class:"bk-select-options"},[this.multiple&&this.showSelectAll&&(!this.searchKey||!this.filterable)&&r.createVNode("li",{class:"bk-select-option",onClick:this.handleToggleAll},[this.selectAllText]),(m=(u=this.$slots).default)==null?void 0:m.call(u),this.scrollLoading&&r.createVNode("li",{class:"bk-select-options-loading"},[r.createVNode(Xn,{class:"spinner mr5",theme:"primary",loading:!0,mode:"spin",size:"mini"},null),this.loadingText])]),[[r.vShow,this.isShowSelectContent]])]),this.$slots.extension&&r.createVNode("div",{class:"bk-select-extension"},[this.$slots.extension()])])])};return r.withDirectives(r.createVNode("div",{class:e},[r.createVNode(Ln,{ref:"popoverRef",theme:"light",trigger:"manual",width:this.popperWidth,arrow:!1,placement:"bottom",isShow:this.isPopoverShow,modifiers:n,handleFirstUpdate:this.onPopoverFirstUpdate},{default:()=>l(),content:()=>c()})]),[[r.resolveDirective("clickoutside"),this.handleClickOutside]])}});const Ml=Vt(C1,{Option:cu,Group:K4});function y1(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}const{propsMixin:I1}=Ci,Cl=Object.assign({},I1);Cl.width.default="400",Cl.height.default="100%";var b1=r.defineComponent({name:"Sideslider",components:{BkModal:Ci,BkButton:Rt},props:je(Z({},Cl),{title:{type:String,default:""},direction:{type:String,default:"right",validator:e=>{const n=["left","right"];return n.indexOf(e)<0?(console.error(`direction property is not valid: '${e}',\u3010${n.join(" | ")}\u3011`),!1):!0}}}),emits:["closed","update:isShow","shown","hidden","animation-end"],setup(e,{slots:n,emit:i}){const s=async()=>{let u=!0;typeof e.beforeClose=="function"&&(u=await e.beforeClose()),u&&(i("update:isShow",!1),i("closed"),setTimeout(()=>{i("animation-end")},250))},l=()=>{setTimeout(()=>{i("shown")},200)},c=()=>{setTimeout(()=>{i("hidden")},200)};return()=>{const u={header:()=>{var p,g;return r.createVNode(r.Fragment,null,[r.createVNode("div",{class:"bk-sideslider-header"},[r.createVNode("div",{class:`bk-sideslider-close ${e.direction}`,onClick:()=>{s()}},null),r.createVNode("div",{class:`bk-sideslider-title ${e.direction}`},[(g=(p=n.header)==null?void 0:p.call(n))!=null?g:e.title])])])},default:()=>{var p,g;return(g=(p=n.default)==null?void 0:p.call(n))!=null?g:"Content"},footer:()=>{var p,g;return r.createVNode("div",{class:"bk-sideslider-footer"},[(g=(p=n.footer)==null?void 0:p.call(n))!=null?g:""])}},m=`bk-sideslider-wrapper ${e.scrollable?"scroll-able":""} ${e.extCls}`,h=n.footer?"calc(100vh - 114px)":"calc(100vh - 60px)";return r.createVNode(Ci,r.mergeProps(e,{maxHeight:h,class:m,style:`${e.direction}: 0;`,onHidden:c,onShown:l,onClose:s}),y1(u)?u:{default:()=>[u]})}}});const wu=Ze(b1),N1={theme:d.theme().def("primary"),size:d.size(),curStep:d.number.def(1),controllable:d.bool.def(!1),direction:d.commonType(["horizontal","vertical"],"direction").def("horizontal"),status:d.commonType(["","error","loading"],"status").def(""),lineType:d.commonType(["dashed","solid"],"lineType").def("dashed"),text:d.bool,extCls:d.string,steps:d.array.def([]),beforeChange:d.func};var w1=r.defineComponent({name:"Steps",props:N1,emits:["update:curStep","click"],setup(e,{emit:n}){const i=r.ref([]),s=u=>{const m=[];u.forEach(h=>{typeof h=="string"?m.push(h):m.push({title:h.title,icon:h.icon,description:h.description,status:h.status})}),i.value.splice(0,i.value.length,...m)},l=()=>{var u;i.value.splice(0,i.value.length,{title:"\u6B65\u9AA41",icon:1},{title:"\u6B65\u9AA42",icon:2},{title:"\u6B65\u9AA43",icon:3}),(u=e.steps)!=null&&u.length&&s(e.steps)},c=async u=>{try{e.controllable&&u!==e.curStep&&(typeof e.beforeChange=="function"&&await new Promise(async(m,h)=>{const p=await e.beforeChange(u);p?m(p):h(p)}),n("update:curStep",u),n("click",u))}catch(m){console.warn(m)}};return r.onMounted(l),{defaultSteps:i,jumpTo:c}},render(){const e="bk-steps",n=this.theme?`${e}-${this.theme}`:"",i=this.size?`${e}-${this.size}`:"",s=Je({[`${this.extCls}`]:!!this.extCls,[`bk-steps-${this.direction}`]:this.direction,[`bk-steps-${this.lineType}`]:this.lineType},`${n} ${e} ${i}`),l=C=>this.curStep>C+1||this.defaultSteps[C].status==="done",c=C=>this.curStep===C+1,u=C=>{const{icon:b}=C;return b?Object.prototype.toString.call(b)==="[object Object]":typeof C=="string"},m=(C,b)=>b.icon?b.icon:C+1,h=C=>C.status==="loading",p=C=>C.status==="error",g=(C,b)=>c(C)&&this.status==="loading"||h(b)?r.createVNode(Ps,{class:"bk-icon bk-steps-icon icon-loading"},null):c(C)&&this.status==="error"||p(b)?r.createVNode(Pn,{class:"bk-steps-icon"},null):l(C)?r.createVNode(Es,{class:"bk-steps-icon"},null):r.createVNode("span",{class:"number"},[m(C,b)]);return r.createVNode("div",{class:s},[this.defaultSteps.map((C,b)=>{var y,N,k;return r.createVNode("div",{class:["bk-step",C.title?"":"bk-step-no-content",l(b)?"done":"",c(b)?"current":"",C.status&&c(b)?[`bk-step-${C.status}`]:""]},[r.createVNode("span",{class:["bk-step-indicator",`bk-step-${u(C)?"icon":"number"}`],style:{cursor:this.controllable?"pointer":""},onClick:()=>{this.jumpTo(b+1)}},[(k=(N=(y=this.$slots)[b+1])==null?void 0:N.call(y))!=null?k:g(b,C)]),C.title?r.createVNode("div",{class:"bk-step-content"},[r.createVNode("div",{class:"bk-step-title",style:{cursor:this.controllable?"pointer":""},onClick:()=>{this.jumpTo(b+1)}},[C.title]),C.description&&r.createVNode("div",{class:"bk-step-description",title:C.description},[C.description])]):""])})])}});const Lu=Ze(w1);var L1=r.defineComponent({name:"Switcher",props:{theme:d.theme().def(""),size:d.size(),disabled:d.bool,showText:d.bool,isOutline:d.bool,onText:d.string.def("ON"),offText:d.string.def("OFF"),isSquare:d.bool,extCls:d.string,beforeChange:d.func.def(void 0),trueValue:d.oneOfType([d.string,d.number,d.bool]).def(!0),falseValue:d.oneOfType([d.string,d.number,d.bool]).def(!1),value:d.oneOfType([d.string,d.number,d.bool]).def(!1),modelValue:d.oneOfType([d.string,d.number,d.bool]).def(!1)},emits:["update:modelValue","change"],setup(e,{emit:n}){const i=Un(),s=r.ref(!1),l=r.computed(()=>e.trueValue===u.value),c=r.ref(e.modelValue!==!1),u=r.computed(()=>c.value?e.modelValue:e.value),m=r.computed(()=>{const p={[e.extCls]:!!e.extCls,"bk-switcher":!0,"bk-switcher-outline":e.isOutline,"bk-switcher-square":e.isSquare,"show-label":e.showText,"is-disabled":e.disabled,"is-checked":l.value,"is-unchecked":!l.value,"is-loading":s.value,"bk-primary":e.theme==="primary"};if(e.size&&!e.showText){const g=`bk-switcher-${e.size}`;p[g]=!0}return e.size||(p["bk-switcher-nomal"]=!0),p});r.watch(()=>e.modelValue,()=>{c.value=!0}),r.watch(()=>e.value,()=>{c.value=!1});const h=p=>{if(p.stopPropagation(),p.preventDefault(),e.disabled||s.value)return;const g=l.value?e.falseValue:e.trueValue,C=!l.value,b=()=>{var N;n("update:modelValue",g),n("change",C),(N=i==null?void 0:i.validate)==null||N.call(i,"change")};let y=!0;if(typeof e.beforeChange=="function"&&(y=e.beforeChange(g),typeof y.then=="function"))return s.value=!0,y.then(()=>{b()}).finally(()=>{s.value=!1});y&&b()};return()=>r.createVNode("div",{class:m.value,onClick:h,tabindex:"0",onKeydown:h},[s.value?r.createVNode(_s,{class:"bk-switcher-loading"},null):"",e.showText?r.createVNode("span",{class:"switcher-text"},[l.value?e.onText:e.offText]):""])}});const vu=Ze(L1),v1={onContentScroll:Function},k1=Z({list:d.array.def([]),enabled:d.bool.def(!0),scrollEvent:d.bool.def(!1),lineHeight:d.oneOfType([d.number,d.func]).def(30),minHeight:d.number.def(30),height:d.oneOfType([d.string.def("100%"),d.number]).def("100%"),width:d.oneOfType([d.string.def("100%"),d.number]).def("100%"),className:d.oneOfType([d.arrayOf(d.string),d.object,d.arrayOf(d.object),d.string]).def(""),contentClassName:d.oneOfType([d.arrayOf(d.string),d.object,d.arrayOf(d.object),d.string]).def(""),contentStyle:d.object.def({}),scrollXName:d.string.def("bk-scroll-x"),scrollYName:d.string.def("bk-scroll-y"),groupItemCount:d.number.def(1),preloadItemCount:d.number.def(1),renderAs:d.string.def("div"),contentAs:d.string.def("div"),scrollOffsetTop:d.number.def(0),scrollPosition:d.string.def("content"),abosuteHeight:d.oneOfType([d.string.def("auto"),d.number]).def("auto"),throttleDelay:d.number.def(60)},v1);var T1=(e,n)=>{const{renderAs:i,contentAs:s}=e,l=(m,h,p,g,C,b,y)=>{n.emit("content-scroll",[m,{translateY:C,translateX:b,pos:y}])},c=r.resolveDirective("bkVirtualRender"),u={lineHeight:e.lineHeight,handleScrollCallback:l,pagination:{},throttleDelay:e.throttleDelay,onlyScroll:e.scrollEvent};return{rendAsTag:()=>{var m,h,p,g,C,b,y,N,k;return r.h(i,{class:e.className},[(p=(h=(m=n.slots).beforeContent)==null?void 0:h.call(m))!=null?p:"",r.withDirectives(r.h(s,{class:e.contentClassName,style:e.contentStyle},[(b=(C=(g=n.slots).default)==null?void 0:C.call(g,{data:e.list}))!=null?b:""]),[[c,u]]),(k=(N=(y=n.slots).afterContent)==null?void 0:N.call(y))!=null?k:""])}}};function ku(e,n,i,s){let l=0,c=0,u=0,m=0;for(;l<e;l++){if(m=s(l,[l*i,(l+1)*i,"virtual"]),c+m>n){u=n-c;break}c+=m}return{startIndex:l,height:c,diffHeight:u}}function Tu(e,n,i,s,l){if(!s)return;const c=s.scrollTop,u=s.scrollLeft,{scrollTop:m,count:h,groupItemCount:p,startIndex:g,endIndex:C}=i,{offsetHeight:b}=s;let y=0,N=0,k=0;if(typeof e=="number"&&(y=Math.floor(c/e),N=Math.ceil(b/e)+y,k=c%e),typeof e=="function"){const x=ku(h,c,p,e);y=x.startIndex>0?x.startIndex:0,k=x.diffHeight,N=ku(h,b,p,e).startIndex+y+1}if(c!==m||y!==g||N!==C){const x=s.scrollHeight-s.offsetHeight-s.scrollTop;typeof n=="function"&&n(l,y,N,c,k,u,{bottom:x>=0?x:0})}}function x1(e,n,i){const{lineHeight:s=30,handleScrollCallback:l,pagination:c={},onlyScroll:u}=i.value;if(u){const b=n.scrollTop,y=n.scrollLeft,N=n.scrollHeight-n.offsetHeight-n.scrollTop;l(e,null,null,b,b,y,{bottom:N>=0?N:0});return}const{startIndex:m,endIndex:h,groupItemCount:p,count:g,scrollTop:C}=c;Tu(s,l,{scrollTop:C,startIndex:m,endIndex:h,groupItemCount:p,count:g},n,e)}const xu=(e=60)=>_n.exports.throttle((n,i,s)=>x1(n,i,s),e),S1=(e,n,i,s=60)=>{Reflect.apply(xu(s),globalThis,[e,n,i])};var D1={mounted(e,n){const i=e.parentNode,{throttleDelay:s}=n.value;i.addEventListener("scroll",l=>{S1(l,i,n,s)})},unbind(e){if(e){const n=e.parentNode;if(!n)return;n.removeEventListener("scroll",xu)}}},j1=r.defineComponent({name:"VirtualRender",directives:{bkVirtualRender:D1},props:k1,emits:["content-scroll"],setup(e,n){const{renderAs:i,contentAs:s}=e,l=R=>typeof R=="string"?[R]:typeof R=="object"&&!Array.isArray(R)?[R]:R;if(!e.enabled){const{rendAsTag:R}=T1(e,n);return R}const c=r.ref(null),u=r.reactive({startIndex:0,endIndex:0,scrollTop:1,translateY:0,translateX:0,count:0,pos:{},groupItemCount:e.groupItemCount}),m=(R,F,O,E,U,ce,ee)=>{u.startIndex=F,u.endIndex=O,u.scrollTop=E,u.translateY=U,u.translateX=ce,u.pos=ee,n.emit("content-scroll",[R,u])};r.onMounted(()=>{r.nextTick(()=>{C(e.list),b()})}),r.watch(()=>e.list,()=>{h(),b()},{deep:!0}),r.watch(()=>e.lineHeight,()=>{h(),b()});const h=()=>{C(e.list)},p=r.ref(0),g=r.ref(0),C=R=>{if(p.value=Math.ceil((R||[]).length/e.groupItemCount),u.count=p.value,u.startIndex=0,u.endIndex=0,u.translateY=0,u.scrollTop=0,typeof e.abosuteHeight=="string"&&e.abosuteHeight==="auto")if(typeof e.lineHeight=="function"){g.value=0;let O=0;for(let E=0;E<p.value;E++){const U=e.lineHeight.call(this,E,R.slice(E*e.groupItemCount,e.groupItemCount));O+=typeof U=="number"?U:0}g.value=O}else g.value=e.lineHeight*p.value;else g.value=e.abosuteHeight},b=()=>{var F;const R=(F=c.value)==null?void 0:F.parentNode;Tu(e.lineHeight,m,u,R,null)},y=r.computed(()=>(e.list||[]).map((R,F)=>je(Z({},R),{$index:F}))),N=r.computed(()=>y.value.slice(u.startIndex*e.groupItemCount,(u.endIndex+e.preloadItemCount)*e.groupItemCount)),k=r.computed(()=>e.scrollPosition==="content"?{top:`${u.scrollTop+e.scrollOffsetTop}px`,transform:`translateY(-${u.translateY}px)`}:{}),x=r.computed(()=>Z({height:typeof e.height=="number"?`${e.height}px`:e.height,width:typeof e.width=="number"?`${e.width}px`:e.width,display:"inline-block"},e.scrollPosition==="container"?k.value:{})),D=r.computed(()=>{const R=typeof e.abosuteHeight=="number"&&e.abosuteHeight===0;return{height:`${g.value<e.minHeight?e.minHeight:g.value}px`,display:R?"none":"block"}}),L=r.computed(()=>["bk-virtual-render",e.scrollXName,e.scrollYName,...l(e.className),e.scrollPosition==="container"?"bk-virtual-content":""]),T=r.computed(()=>[e.scrollPosition==="content"?"bk-virtual-content":"",...l(e.contentClassName)]),z=r.resolveDirective("bkVirtualRender"),A={lineHeight:e.lineHeight,handleScrollCallback:m,pagination:u,throttleDelay:e.throttleDelay},q=()=>{h(),b()};return n.expose({reset:q}),()=>{var R,F,O,E,U,ce,ee,ge,Me;return r.h(i||"div",{ref:c,class:L.value,style:x.value},[(O=(F=(R=n.slots).beforeContent)==null?void 0:F.call(R))!=null?O:"",r.withDirectives(r.h(s||"div",{class:T.value,style:Z(Z({},k.value),e.contentStyle)},[(ce=(U=(E=n.slots).default)==null?void 0:U.call(E,{data:N.value}))!=null?ce:""]),[[z,A]]),(Me=(ge=(ee=n.slots).afterContent)==null?void 0:ge.call(ee))!=null?Me:"",r.h("div",{class:["bk-virtual-section"],style:D.value})])}}});const Mr=Ze(j1),Su=["none","row","col","outer"];var On=(e=>(e.ON_SORT_BY_CLICK="onSortByClick",e.ON_FILTER_CLICK="onFilterClick",e.ON_SETTING_CHANGE="onSettingChange",e.ON_ROW_EXPAND_CLICK="onRowExpandClick",e))(On||{}),Wi=(e=>(e.COLUMN_PICK="columnPick",e.COLUMN_SORT="columnSort",e.COLUMN_FILTER="columnFilter",e.ROW_CLICK="rowClick",e.ROW_DBL_CLICK="rowDblClick",e.ROW_EXPAND_CLICK="rowExpand",e.PAGE_LIMIT_CHANGE="pageLimitChange",e.PAGE_VALUE_CHANGE="pageValueChange",e.SETTING_CHANGE="settingChange",e.SCROLL_BOTTOM="scrollBottom",e))(Wi||{});const vn=(...e)=>!0,z1={columnPick:vn,columnFilter:vn,columnSort:vn,rowClick:vn,rowDblClick:vn,rowExpand:vn,pageLimitChange:vn,pageValueChange:vn,settingChange:vn,scrollBottom:vn},Xt={ROW_INDEX:"__$table_row_index",ROW_UID:"__$uuid",ROW_EXPAND:"__row_expand"},Du=(e,n)=>{if(e){if(typeof e=="object"){let i=Object.prototype.hasOwnProperty.call(e,"current")?e.current:e.value;return/\d+/.test(i)||(i=1),je(Z(Z({},n),e),{current:i})}return n}return{}};var J1=(e,n)=>{const i=r.ref(0),s=r.ref(0);let l=r.reactive({count:0,limit:10,current:1});l=Du(e.pagination,l);const c=r.ref(null),u=()=>{if(!e.pagination||e.remotePagination){i.value=0,s.value=e.data.length;return}i.value=(l.current-1)*l.limit,s.value=l.current*l.limit},m=r.reactive([]),h=y=>{typeof y=="function"&&m.sort(y)},p=y=>{if(typeof y=="function"){const N=m.filter((k,x)=>y(k,x,e.data));m.splice(0,m.length,...N)}},g=(y,N)=>{m.splice(0,m.length,...n.slice(i.value,s.value)),p(y),h(N)},C=(y,N)=>{l=Du(e.pagination,l),b(),u(),g(y,N)},b=()=>{!e.pagination||(c.value=e.remotePagination?l:je(Z({},l),{count:e.data.length}))};return{pageData:m,localPagination:c,resolvePageData:g,watchEffectFn:C}},Q1=(e,n)=>{const i=r.toRef(e,"scrollLoading"),s=()=>typeof i.value=="boolean"?{loading:!!i.value,inline:!0,title:"",size:wn.Normal,mode:pi.Default,indicator:null}:i.value,l=r.computed(()=>i.value!==null&&(typeof i.value=="boolean"&&i.value||typeof i.value=="object"));return{renderScrollLoading:()=>{var u,m,h;if(l.value){const{loading:p,size:g,mode:C,title:b,inline:y,indicator:N}=s();return(h=(m=(u=n.slots).fixedBottom)==null?void 0:m.call(u))!=null?h:r.createVNode(Xn,{loading:p,size:g,mode:C,title:b,inline:y,indicator:N},null)}}}},ju=(e=>(e.CURRENT="current",e.ALL="all",e))(ju||{});const P1={data:d.arrayOf(d.any).def([]),columns:d.arrayOf(d.shape({label:d.oneOfType([d.func.def(()=>""),d.string.def("")]),field:d.oneOfType([d.func.def(()=>""),d.string.def("")]),render:d.oneOfType([d.func.def(()=>""),d.string.def("")]),width:d.oneOfType([d.number.def(void 0),d.string.def("auto")]),minWidth:d.oneOfType([d.number.def(void 0),d.string.def("auto")]).def(),type:d.commonType(["selection","index","expand","none"],"columnType").def("none"),resizable:d.bool.def(!0),fixed:d.oneOfType([d.bool,d.commonType(["left","right"],"fixed")]).def(!1),sort:d.oneOfType([d.shape({sortFn:d.func.def(void 0),sortScope:d.commonType(Object.values(ju)).def("current")}),d.bool,d.string]).def(!1),filter:d.oneOfType([d.shape({list:d.arrayOf(d.any).def([]),filterFn:d.func.def(void 0)}),d.bool,d.string]).def(!1)})).def([]),activeColumn:d.oneOfType([d.number.def(-1),d.arrayOf(d.number.def(-1))]),columnPick:d.commonType(["multi","single","disabled"],"columnPick").def("disabled"),height:d.oneOfType([d.number,d.string]).def("auto"),minHeight:d.oneOfType([d.number,d.string]).def(200),maxHeight:d.oneOfType([d.number,d.string]).def("auto"),rowHeight:d.oneOfType([d.number,d.func]).def(40),headHeight:d.number.def(40),showHead:d.bool.def(!0),thead:d.shape({height:d.number.def(40),isShow:d.bool.def(!0),cellFn:d.func.def(void 0)}),virtualEnabled:d.bool.def(!1),border:d.arrayOf(d.commonType(Su,"border")).def(["row"]),pagination:d.oneOfType([d.bool.def(!1),d.object.def({})]).def(!1),remotePagination:d.bool.def(!1),emptyText:d.string.def("\u6682\u65E0\u6570\u636E"),settings:d.oneOfType([d.bool,d.shape({fields:d.shape([]).def(void 0),checked:d.shape([]).def(void 0),limit:d.number.def(void 0),size:d.size(["small","default","large"]).def("default"),sizeList:d.shape([]).def(void 0)})]).def(!1),rowClass:d.oneOfType([d.string,d.object,d.func]).def({}),rowStyle:d.oneOfType([d.string,d.object,d.func]).def({}),cellStyle:d.oneOfType([d.string,d.object,d.func]).def({}),cellClass:d.oneOfType([d.string,d.object,d.func]).def({}),scrollLoading:d.oneOfType([d.object,d.bool]).def(void 0),reserveExpand:d.bool.def(!1),rowKey:d.oneOfType([d.string,d.func]).def(void 0)};function O1(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}var A1=()=>{const{proxy:e}=r.getCurrentInstance(),n=r.ref(e.limit);r.watch(()=>e.limit,l=>{n.value=l}),r.watch(()=>e.limitList,l=>{r.nextTick(()=>{l.includes(n.value)||([n.value]=l)})},{immediate:!0});const i=l=>{n.value=l};return{limit:n,render:({isFirst:l,isLast:c})=>{let u;return e.showLimit?r.createVNode("div",r.mergeProps({class:{"bk-pagination-limit":!0,"is-first":l,"is-last":c}},{disabled:e.disabled}),[r.createVNode("div",null,[r.createTextVNode("\u6BCF\u9875")]),r.createVNode(Ml,{class:"bk-pagination-limit-select",clearable:!1,modelValue:n.value,onChange:i,disabled:e.disabled},O1(u=e.limitList.map((m,h)=>r.createVNode(cu,{value:m,label:`${m}`,key:`${h}_${m}`},null)))?u:{default:()=>[u]}),r.createVNode("div",null,[r.createTextVNode("\u6761")])]):null}}};const Ii=5;var E1=()=>{const{proxy:e}=r.getCurrentInstance(),n=r.ref(1),i=r.computed(()=>n.value===1),s=r.computed(()=>n.value===e.totalPageNum),l=r.ref(!1),c=r.ref(!1),u=r.computed(()=>{l.value=!1,c.value=!1;const y=[];if(e.totalPageNum<=Ii){for(let x=2;x<=e.totalPageNum-1;x++)y.push(x);return y}const N=Math.floor(Ii/2);e.totalPageNum>Ii&&(l.value=n.value-N>2,c.value=n.value+N<e.totalPageNum-1);const k=Math.min(e.totalPageNum-Ii,Math.max(2,n.value-N));for(let x=k;x<k+Ii;x++)y.push(x);return y});r.watch(()=>e.modelValue,y=>{r.nextTick(()=>{y>=1&&y<=e.totalPageNum?n.value=y:y<1?n.value=1:n.value=e.totalPageNum})},{immediate:!0}),r.nextTick(()=>{r.watch(()=>e.totalPageNum,y=>{n.value>y&&(n.value=y)})});const m=()=>{i.value||(n.value=n.value-1)},h=()=>{s.value||(n.value=n.value+1)},p=y=>{y!==n.value&&(n.value=y)},g=()=>{n.value=Math.max(1,n.value-Ii)},C=()=>{n.value=Math.min(e.totalPageNum,n.value+Ii)};return{current:n,render:({isFirst:y,isLast:N})=>r.createVNode("div",{class:{"bk-pagination-list":!0,"is-first":y,"is-last":N}},[r.createVNode("div",{class:{"bk-pagination-list-pre":!0,"is-disabled":i.value},onClick:m},[e.prevText||r.createVNode(mi,null,null)]),r.createVNode("div",{class:{"bk-pagination-list-item":!0,"is-active":n.value===1},key:"1",onClick:()=>p(1)},[r.createTextVNode("1")]),l.value&&r.createVNode("div",{key:"pre-batch",class:"bk-pagination-list-pre-batch",onClick:g},[r.createVNode(ar,null,null)]),u.value.map(k=>r.createVNode("div",{class:{"bk-pagination-list-item":!0,"is-active":n.value===k},key:k,onClick:()=>p(k)},[k])),c.value&&r.createVNode("div",{key:"next-batch",class:"bk-pagination-list-next-batch",onClick:C},[r.createVNode(ar,null,null)]),e.totalPageNum>1&&r.createVNode("div",{class:{"bk-pagination-list-item":!0,"is-active":n.value===e.totalPageNum},key:"last",onClick:()=>p(e.totalPageNum)},[e.totalPageNum]),r.createVNode("div",{class:{"bk-pagination-list-pre":!0,"is-disabled":s.value},onClick:h},[e.nextText||r.createVNode(Jn,null,null)])])}},V1=()=>{const{proxy:e}=r.getCurrentInstance(),n=r.ref(null),i=r.ref(!1),s=r.ref(1),l=r.computed(()=>s.value===1),c=r.computed(()=>s.value===e.totalPageNum);let u=0;const m=r.computed(()=>{const x=[];for(let D=1;D<=e.totalPageNum;D++)x.push(D);return x});r.watch(()=>e.modelValue,x=>{r.nextTick(()=>{x>=1&&x<=e.totalPageNum?s.value=x:x<1?s.value=1:s.value=e.totalPageNum,u=s.value})},{immediate:!0}),r.nextTick(()=>{r.watch(()=>e.totalPageNum,x=>{s.value>x&&(s.value=x)})});const h=()=>{l.value||(s.value=s.value-1)},p=()=>{c.value||(s.value=s.value+1)},g=()=>{i.value=!0},C=()=>{i.value=!1,n.value.textContent=`${u}`,u!==s.value&&(s.value=u)},b=x=>{const D=x.target,L=Number(D.textContent);!L||L<1||L>e.totalPageNum||L===s.value||(u=L)},y=x=>{["Enter","NumpadEnter"].includes(x.code)&&(x.preventDefault(),C())},N=x=>{u=x,C()};return{current:s,render:()=>r.createVNode("div",{class:"bk-pagination-small-list"},[r.createVNode("div",{class:{"bk-pagination-btn-pre":!0,"is-disabled":l.value},onClick:h},[r.createVNode(Bs,null,null)]),r.createVNode(Ln,{theme:"light",trigger:"click",arrow:!1,boundary:"body",placement:"bottom"},{default:()=>r.createVNode("div",{class:{"bk-pagination-picker":!0,"is-focused":i.value}},[r.createVNode("span",{ref:n,class:"bk-pagination-editor",contenteditable:!0,spellcheck:"false",onFocus:g,onBlur:C,onInput:b,onKeydown:y},[s.value]),r.createVNode("span",null,[r.createTextVNode("/")]),r.createVNode("span",{class:"bk-pagination-small-list-total"},[e.totalPageNum])]),content:()=>r.createVNode("div",{class:"bk-pagination-picker-list"},[m.value.map(x=>r.createVNode("div",{class:{item:!0,"is-actived":x===s.value},key:x,onClick:()=>N(x)},[x]))])}),r.createVNode("div",{class:{"bk-pagination-btn-next":!0,"is-disabled":c.value},onClick:p},[r.createVNode(ya,null,null)])])}},R1=()=>({isFirst:e,isLast:n})=>{const{props:i}=r.getCurrentInstance();return i.showTotalCount?r.createVNode("div",r.mergeProps({class:{"bk-pagination-total":!0,"is-first":e,"is-last":n}},{disabled:i.disabled}),[r.createTextVNode("\u5171\u8BA1"),r.createVNode("div",{class:"bk-pagination-total-num"},[i.count]),r.createTextVNode("\u6761")]):null};const W1={modelValue:d.number.def(1),count:d.number.def(0).isRequired,limit:d.number.def(10),limitList:d.arrayOf(Number).def([10,20,50,100]),showLimit:d.bool.def(!0),type:d.oneOf(["default","compact"]).def("default"),location:d.oneOf(["left","right"]).def("right"),align:d.oneOf(["left","center","right"]).def("left"),size:d.size(),small:d.bool.def(!1),showTotalCount:d.bool.def(!0),prevText:d.string,nextText:d.string,disabled:d.bool.def(!1),layout:d.custom(e=>{const n={total:!0,list:!0,limit:!0};return e.some(i=>n[i])},"layout \u7684\u503C\u53EA\u652F\u6301 * total\u3001list\u3001limit *").def(["total","list","limit"])};var Z1=r.defineComponent({name:"Pagination",props:W1,emits:["update:modelValue","change","update:limit","limitChange"],setup(e,n){const i=r.ref(0),{count:s,limit:l}=r.toRefs(e),c=R1(),{current:u,render:m}=E1(),{current:h,render:p}=V1(),{limit:g,render:C}=A1();return r.watch([s,g,l],([b,y])=>{const N=Math.ceil(b/y);i.value=N<1?1:N},{immediate:!0}),r.watch(u,b=>{n.emit("update:modelValue",b),n.emit("change",b)}),r.watch(h,b=>{n.emit("update:modelValue",b),n.emit("change",b)}),r.watch(g,b=>{n.emit("limitChange",b)}),{totalPageNum:i,renderTotal:c,renderList:m,renderLimit:C,renderSmallList:p}},render(){const e=Je({"bk-pagination":!0,[`bk-pagination--${this.size}`]:!0,[`is-align-${this.align}`]:!0}),n={total:this.renderTotal,list:this.small?this.renderSmallList:this.renderList,limit:this.renderLimit};return r.createVNode("div",{class:e},[this.layout.map((i,s)=>n[i]({isFirst:s===0,isLast:s===this.layout.length-1}))])}});const yl=Ze(Z1);var G1=r.defineComponent({name:"BodyEmpty",props:{list:d.array.def([]),filterList:d.array.def([]),emptyText:d.string.def("\u6682\u65E0\u6570\u636E")},emits:["change"],setup(e,{slots:n}){const i=r.computed(()=>e.list.length===0?"empty":"search-empty");return()=>r.createVNode(cr,{scene:"part",type:i.value},{default:()=>{var s,l;return[(l=(s=n.default)==null?void 0:s.call(n))!=null?l:e.emptyText]}})}}),Cr={exports:{}},zu=typeof crypto!="undefined"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||typeof msCrypto!="undefined"&&typeof window.msCrypto.getRandomValues=="function"&&msCrypto.getRandomValues.bind(msCrypto);if(zu){var Ju=new Uint8Array(16);Cr.exports=function(){return zu(Ju),Ju}}else{var Qu=new Array(16);Cr.exports=function(){for(var n=0,i;n<16;n++)(n&3)===0&&(i=Math.random()*4294967296),Qu[n]=i>>>((n&3)<<3)&255;return Qu}}for(var Pu=[],yr=0;yr<256;++yr)Pu[yr]=(yr+256).toString(16).substr(1);function Y1(e,n){var i=n||0,s=Pu;return[s[e[i++]],s[e[i++]],s[e[i++]],s[e[i++]],"-",s[e[i++]],s[e[i++]],"-",s[e[i++]],s[e[i++]],"-",s[e[i++]],s[e[i++]],"-",s[e[i++]],s[e[i++]],s[e[i++]],s[e[i++]],s[e[i++]],s[e[i++]]].join("")}var Ou=Y1,B1=Cr.exports,H1=Ou,Au,Il,bl=0,Nl=0;function F1(e,n,i){var s=n&&i||0,l=n||[];e=e||{};var c=e.node||Au,u=e.clockseq!==void 0?e.clockseq:Il;if(c==null||u==null){var m=B1();c==null&&(c=Au=[m[0]|1,m[1],m[2],m[3],m[4],m[5]]),u==null&&(u=Il=(m[6]<<8|m[7])&16383)}var h=e.msecs!==void 0?e.msecs:new Date().getTime(),p=e.nsecs!==void 0?e.nsecs:Nl+1,g=h-bl+(p-Nl)/1e4;if(g<0&&e.clockseq===void 0&&(u=u+1&16383),(g<0||h>bl)&&e.nsecs===void 0&&(p=0),p>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");bl=h,Nl=p,Il=u,h+=122192928e5;var C=((h&268435455)*1e4+p)%4294967296;l[s++]=C>>>24&255,l[s++]=C>>>16&255,l[s++]=C>>>8&255,l[s++]=C&255;var b=h/4294967296*1e4&268435455;l[s++]=b>>>8&255,l[s++]=b&255,l[s++]=b>>>24&15|16,l[s++]=b>>>16&255,l[s++]=u>>>8|128,l[s++]=u&255;for(var y=0;y<6;++y)l[s+y]=c[y];return n||H1(l)}var U1=F1,_1=Cr.exports,X1=Ou;function $1(e,n,i){var s=n&&i||0;typeof e=="string"&&(n=e==="binary"?new Array(16):null,e=null),e=e||{};var l=e.random||(e.rng||_1)();if(l[6]=l[6]&15|64,l[8]=l[8]&63|128,n)for(var c=0;c<16;++c)n[s+c]=l[c];return n||X1(l)}var K1=$1,q1=U1,Eu=K1,wl=Eu;wl.v1=q1,wl.v4=Eu;var Ll=wl;const $t=(e,n,i)=>{if(Object.prototype.hasOwnProperty.call(e,n))return typeof e[n]=="function"?e[n].call(globalThis,...i):e[n]},vl=e=>/^\d+$/.test(`${e}`)?[parseInt(`${e}`,10)]:[],eh=e=>Vu(e,"auto"),Vu=(e,n="100%",i=null)=>{let s="";return/^auto|null|undefined$/ig.test(`${e}`)?s=n:s=/^\d+\.?\d+$/.test(`${e}`)?`${e}px`:e,i&&(s=`calc(${s} - ${i})`),s},th=e=>{const n=["row"];return typeof e=="string"&&n.push(e),Array.isArray(e)&&n.push(...e.filter(i=>Su.includes(i))),[...new Set(n)].map(i=>`bordered-${i}`).join(" ")},Na=(e,n=["resizeWidth","calcWidth","width"])=>{var i,s;return(s=(i=e[n[0]])!=null?i:e[n[1]])!=null?s:e[n[2]]},Ru=(e,n,i=20)=>{const{width:s}=e.getBoundingClientRect()||{};let l=s-4;const c=[],u=(h,p)=>{const{minWidth:g=void 0}=h;if(g===void 0)return p;let C=p;return/^\d+\.?\d*$/.test(`${g}`)&&(C=Number(g)),/^\d+\.?\d*%$/.test(`${g}`)&&(C=Number(g)*s/100),/^\d+\.?\d*px$/i.test(`${g}`)&&(C=Number(`${g}`.replace(/px/i,""))),C},m=(h,p,g=!0)=>{const C=u(h,p),b=p<C?C:p;Object.assign(h,{calcWidth:b}),g&&(l=l-b,l<0&&(l=0))};if(n.forEach((h,p)=>{if(!h.isHidden){const g=String(Na(h));let C=!0;if(/^\d+\.?\d*(px)?$/.test(g)){const b=Number(g.replace("px",""));m(h,b),C=!1}if(/^\d+\.?\d*%$/.test(g)){let b=i;if(l>0){const y=Number(g.replace("%",""));b=l*y/100}m(h,b),C=!1}C&&c.push(p)}}),c.length>0){let h=i;l>0&&(h=l/c.length,c.forEach(p=>m(n[p],h,!1)))}},nh=(e,n,i=60,s=!1)=>{const l=_n.exports.throttle(()=>{typeof n=="function"&&n()},i),c=new ResizeObserver(()=>{l()});return s&&typeof n=="function"&&n(),{start:()=>{c.observe(e)},stop:()=>{c.disconnect(),c.unobserve(e)}}},kl=e=>{const{showHead:n,headHeight:i,thead:s={}}=e;return Object.assign({},{isShow:n,height:i},Z({},s))},Tl=(e,n,i)=>i.type==="index"?e[Xt.ROW_INDEX]:e[n],wa=(e,n)=>Array.isArray(e)?e:typeof e=="string"||typeof e=="object"?[e]:typeof e=="function"?wa(Reflect.apply(e,globalThis,n),n):[],ih=(e,n)=>typeof n.rowKey=="string"?n.rowKey.split(".").reduce((s,l)=>Object.prototype.hasOwnProperty.call(s,l)?s[l]:s,e):typeof n.rowKey=="function"?Reflect.apply(n.rowKey,globalThis,[e]):Ll.v4();function ah(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}var rh=r.defineComponent({name:"HeadFilter",props:{column:d.any.def({}),height:d.number.def(40)},emits:["change"],setup(e,{emit:n}){const{column:i}=e,s=r.ref(!1),l=r.reactive({isOpen:!1,checked:[]}),c=r.computed(()=>Je({[rt("table-head-action")]:!0,"column-filter":!0,"--row-height":`${e.height}px`,active:l.checked.length,opened:l.isOpen})),u=Je({[rt("table-head-filter")]:!0}),m=N=>{l.isOpen=N},h=[{name:"offset",options:{offset:[0,0]}}],p=`light ${rt("table-head-filter")}`,g=r.computed(()=>{const{list:N=[]}=i.filter;return N.map(k=>je(Z({},k),{checked:l.checked.includes(k.value)}))}),C=typeof i.filter.filterFn=="function"?(N,k,x,D)=>i.filter.filterFn(N,k,e.column,x,D):(N,k)=>N.length?N.includes(Tl(k,$t(i,"field",[i,k]),i)):!0,b=()=>{if(e.column.filter==="custom"){n("change",[...l.checked],null),s.value=!1;return}n("change",[...l.checked],C),s.value=!1},y=()=>{l.checked.length&&(l.checked.splice(0,l.checked.length),s.value=!1,r.nextTick(()=>n("change",l.checked,C)))};return()=>r.createVNode(Ln,r.mergeProps({trigger:"click",isShow:s.value,placement:"bottom-end",stopBehaviors:["stopPropagation"],arrow:!1},{modifiers:h,theme:p},{boundary:document.body,onAfterShow:()=>m(!0),onAfterHidden:()=>m(!1)}),{default:()=>r.createVNode(zs,{class:c.value,onClick:()=>s.value=!0},null),content:()=>{let N;return r.createVNode("div",{class:u},[r.createVNode(nl,{class:"content-list",modelValue:l.checked,"onUpdate:modelValue":k=>l.checked=k},ah(N=g.value.map(k=>r.createVNode("div",{class:"list-item"},[r.createVNode(ba,{label:k.value},{default:()=>[k.text]})])))?N:{default:()=>[N]}),r.createVNode("div",{class:"content-footer"},[r.createVNode("span",{class:"btn-filter-save",onClick:b},[r.createTextVNode("\u786E\u5B9A")]),r.createVNode("span",{class:"btn-filter-split"},null),r.createVNode("span",{class:["btn-filter-reset",l.checked.length?"":"disable"],onClick:y},[r.createTextVNode("\u91CD\u7F6E")])])])}})}}),Zi=(e=>(e.ASC="asc",e.DESC="desc",e))(Zi||{}),sh=r.defineComponent({name:"HeadSort",props:{column:d.any.def({})},emits:["change"],setup(e,{emit:n}){const i=r.ref(""),s=(l,c)=>{var C,b;if(l.stopImmediatePropagation(),l.stopPropagation(),l.preventDefault(),i.value=c,e.column.sort==="custom"){n("change",null,c);return}const u=e.column.field,m=y=>Tl(y,u,e.column),h=(y,N)=>{const k=m(y),x=m(N);return typeof k=="number"&&typeof x=="number"?k-x:String.prototype.localeCompare.call(k,x)},p=typeof((C=e.column.sort)==null?void 0:C.sortFn)=="function"?(b=e.column.sort)==null?void 0:b.sortFn:h;n("change",(y,N)=>p(y,N)*(c===Zi.DESC?-1:1),c)};return()=>r.createVNode("span",{class:rt("head-cell-sort")},[r.createVNode(js,{class:["sort-action","sort-asc",i.value===Zi.ASC?"active":""],onClick:l=>s(l,Zi.ASC)},null),r.createVNode(er,{class:["sort-action","sort-desc",i.value===Zi.DESC?"active":""],onClick:l=>s(l,Zi.DESC)},null)])}});class lh{constructor(n,i){sa(this,"props",null);sa(this,"ctx",null);this.props=n,this.ctx=i}}function Wu(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}var oh=r.defineComponent({name:"Settings",props:{settings:d.oneOfType([d.bool,d.shape({fields:d.shape([]).def(void 0),checked:d.shape([]).def(void 0),limit:d.number.def(void 0),size:d.string.def(void 0)})]).def(!1),columns:d.array.def([]),rowHeight:d.number.def(40)},emits:["change"],setup(e,{emit:n}){var R,F,O;const i=[{value:"small",label:"\u5C0F",height:32},{value:"default",label:"\u4E2D",height:e.rowHeight},{value:"large",label:"\u5927",height:56}],s=[{name:"offset",options:{offset:[10,10]}}],l=r.ref(!1),c=e.settings,u=r.ref((R=c.size)!=null?R:"default"),m=r.ref(e.rowHeight),h=r.ref((F=c.checked)!=null?F:[]),g=`light ${rt("table-settings")}`,C=()=>{n("change",{checked:h.value,size:u.value,height:m.value}),l.value=!1},b=()=>{var E;u.value="default",m.value=e.rowHeight,h.value=(E=c.checked)!=null?E:[],l.value=!1},y=()=>{l.value=!0},N=()=>{var E,U;h.value=((U=(E=c.fields)!=null?E:e.columns)!=null?U:[]).map((ce,ee)=>$t(ce,"field",[ce,ee]))},k=r.computed(()=>{var E;return((E=c.limit)!=null?E:0)>0}),x=(O=c.sizeList)!=null?O:i,D=r.computed(()=>{var E;return k.value&&((E=c.limit)!=null?E:0)<=h.value.length}),L=(E,U)=>D.value&&!h.value.includes($t(E,"field",[E,U])),T=E=>{u.value=E.value,m.value=E.height},z=E=>({"line-size":!0,"is-default":u.value==="default",active:E.value===u.value}),A={width:"85px",marginRight:"5px"},q=()=>x.map(E=>r.createVNode("span",{class:z(E),onClick:()=>T(E)},[E.label]));return()=>r.createVNode(Ln,r.mergeProps({trigger:"manual",isShow:l.value,placement:"bottom-end",arrow:!1},{modifiers:s,theme:g},{boundary:document.body}),{default:()=>r.createVNode(Os,{style:"color: rgba(99,101,110, 0.6);",onClick:y},null),content:()=>{var U,ce;let E;return r.createVNode("div",{class:"setting-content"},[r.createVNode("div",{class:"setting-head"},[r.createVNode("h2",null,[r.createTextVNode("\u8868\u683C\u8BBE\u7F6E")]),r.createVNode(tr,{class:"icon-close-action",onClick:b},null)]),r.createVNode("div",{class:"setting-body"},[r.createVNode("div",{class:"setting-body-title"},[r.createVNode("div",null,[r.createVNode("span",null,[r.createTextVNode("\u5B57\u6BB5\u663E\u793A\u8BBE\u7F6E")]),k.value?r.createVNode("span",{class:"limit"},[r.createTextVNode("\uFF08\u6700\u591A"),c.limit,r.createTextVNode("\u9879\uFF09")]):""]),k.value?"":r.createVNode("span",{class:"check-all",onClick:N},[r.createTextVNode("\u5168\u9009")])]),r.createVNode(nl,{class:"setting-body-fields",modelValue:h.value,"onUpdate:modelValue":ee=>h.value=ee},Wu(E=((ce=(U=c.fields)!=null?U:e.columns)!=null?ce:[]).map((ee,ge)=>{let Me;return r.createVNode("div",{class:"field-item"},[r.createVNode(ba,{label:$t(ee,"field",[ee,ge]),disabled:L(ee,ge)},Wu(Me=$t(ee,"label",[ee,ge]))?Me:{default:()=>[Me]})])}))?E:{default:()=>[E]}),r.createVNode("div",{class:"setting-body-line-height"},[r.createTextVNode("\u8868\u683C\u884C\u9AD8\uFF1A"),q()])]),r.createVNode("div",{class:"setting-footer"},[r.createVNode(Rt,{theme:"primary",style:A,onClick:C},{default:()=>[r.createTextVNode("\u786E\u5B9A")]}),r.createVNode(Rt,{style:A,onClick:b},{default:()=>[r.createTextVNode("\u53D6\u6D88")]})])])}})}}),xl=(e,n)=>{const i=r.computed(()=>e.pagination&&e.data.length?40:0),s=g=>({column_fixed:!!g.fixed,column_fixed_left:g.fixed!=="right",column_fixed_right:g.fixed==="right"}),l=g=>g.fixed==="right"?"right":"left",c={left:(g=!0)=>n.filter(C=>C.fixed&&C.fixed!=="right").reduce((C,b,y)=>g&&y===0?C:C+Na(b),0),right:(g=!0)=>n.filter(C=>C.fixed==="right").reduce((C,b,y)=>g&&y===0?C:C+Na(b),0)},u=c.right,m=()=>{const g=(y,N)=>{if(!y.fixed)return{};const k=l(y),x=k==="right"?-1:1,D=`${N[k]}px`;return N[k]=N[k]+Na(y)*x,{[k]:D}},C=u(!0);return{fixedoffset:{left:0,right:C},resolveFixedColumnStyle:g}},h=()=>{const g=b=>({width:`${c[b](!1)}px`,bottom:`${i.value}px`}),C={left:!1,right:!1};return n.filter(b=>!b.isHidden&&b.fixed).map(b=>{const y=l(b),N=C[y];return C[y]=!0,N?"":r.createVNode("div",{class:s(b),style:g(y)},null)})},p=rt("table-fixed");return{renderFixedColumns:h,fixedWrapperClass:p,getFixedColumnStyleResolve:m}};class ch{constructor(n,i,s,l){sa(this,"getRowHeight",(n,i)=>{const{size:s,height:l}=this.setting;return l!=null?$t(this.setting,"height",["tbody",n,i,s]):$t(this.props,"rowHeight",["tbody",n,i])});sa(this,"getColumnClass",(n,i)=>({[`${this.uuid}-column-${i}`]:!0,column_fixed:!!n.fixed,column_fixed_left:!!n.fixed,column_fixed_right:n.fixed==="right"}));sa(this,"getHeadColumnClass",(n,i)=>je(Z({},this.getColumnClass(n,i)),{active:this.isColActive(i)}));this.props=n,this.context=i,this.reactiveProp=s,this.colgroups=l,this.plugins=new lh(n,i),this.uuid=Xa(8),this.events=new Map}get propActiveCols(){return this.reactiveProp.activeColumns}renderTableHeadSchema(){const{isShow:n=!0}=kl(this.props);if(!n)return null;const i=s=>{const{checked:l=[],size:c,height:u}=s;this.reactiveProp.setting.size=c,this.reactiveProp.setting.height=u,l.length&&this.colgroups.forEach(m=>{m.isHidden=!(l!=null?l:[]).includes($t(m,"field",[m]))}),this.emitEvent(On.ON_SETTING_CHANGE,[s])};return[this.props.settings?r.createVNode(oh,{class:"table-head-settings",settings:this.props.settings,columns:this.props.columns,rowHeight:this.props.rowHeight,onChange:i},null):"",r.createVNode("table",{cellpadding:0,cellspacing:0},[this.renderColGroup(),this.renderHeader()])]}renderTableBodySchema(n){var i,s,l;return n.length?r.createVNode("table",{cellpadding:0,cellspacing:0},[this.renderColGroup(),this.renderTBody(n)]):(l=(s=(i=this.context.slots).empty)==null?void 0:s.call(i))!=null?l:r.createVNode(G1,{filterList:n,list:this.props.data,emptyText:this.props.emptyText},null)}renderTableFooter(n){return r.createVNode(yl,r.mergeProps(n,{modelValue:n.current,onLimitChange:i=>this.handlePageLimitChange(i),onChange:i=>this.hanlePageChange(i)}),null)}on(n,i){return this.events.has(n)||this.events.set(n,[]),this.events.get(n).push(i),this}destroy(){this.events.clear(),this.events=null}emitEvent(n,i){this.events.has(n)&&this.events.get(n).forEach(s=>{typeof s=="function"&&Reflect.apply(s,this,i)})}handlePageLimitChange(n){Object.assign(this.props.pagination,{limit:n}),this.context.emit("pageLimitChange",n)}hanlePageChange(n){Object.assign(this.props.pagination,{current:n,value:n}),this.context.emit("pageValueChange",n)}setColumnActive(n,i=!1){const s=this.propActiveCols.find(l=>l.index===n);Object.assign(s,{active:!s.active}),i&&this.propActiveCols.filter(l=>l.index!==n&&l.active).forEach(l=>{Object.assign(l,{active:!1})})}handleColumnHeadClick(n){this.props.columnPick!=="disabled"&&(this.setColumnActive(n,this.props.columnPick==="single"),this.context.emit("column-pick",this.propActiveCols))}getSortCell(n,i){const s=(l,c)=>{this.emitEvent(On.ON_SORT_BY_CLICK,[{sortFn:l,column:n,index:i,type:c}])};return r.createVNode(sh,{column:n,onChange:s},null)}getFilterCell(n,i){const s=(l,c)=>{const u=(m,h)=>c(l,m,h);this.emitEvent(On.ON_FILTER_CLICK,[{filterFn:u,checked:l,column:n,index:i}])};return r.createVNode(rh,{column:n,height:this.props.headHeight,onChange:s},null)}renderHeader(){const n=kl(this.props),{cellFn:i}=n,s={"--row-height":`${$t(n,"height",["thead"])}px`},l=(p,g)=>{const C=[];return p.sort&&C.push(this.getSortCell(p,g)),p.filter&&C.push(this.getFilterCell(p,g)),typeof i=="function"?(C.unshift(i(p,g)),C):(C.unshift($t(p,"label",[p,g])),C)},c=p=>Array.from(p.listeners.keys()).reduce((g,C)=>{const b=C.split("_").slice(-1)[0];return Object.assign(g,{[b]:y=>{p.listeners.get(C).forEach(N=>Reflect.apply(N,this,[y,p,this]))}})},{}),{getFixedColumnStyleResolve:u}=xl(this.props,this.colgroups),{resolveFixedColumnStyle:m,fixedoffset:h}=u();return r.createVNode("thead",{style:s},[r.createVNode("tr",null,[this.filterColgroups.map((p,g)=>r.createVNode("th",r.mergeProps({colspan:1,rowspan:1,class:this.getHeadColumnClass(p,g),style:m(p,h),onClick:()=>this.handleColumnHeadClick(g)},c(p)),[r.createVNode("div",{class:"cell"},[l(p,g)])]))])])}renderTBody(n){const{getFixedColumnStyleResolve:i}=xl(this.props,this.colgroups);return r.createVNode("tbody",null,[n.map((s,l)=>{const c=[...wa(this.props.rowStyle,[s,l,this]),{"--row-height":`${this.getRowHeight(s,l)}px`}],u=[...wa(this.props.rowClass,[s,l,this])],{resolveFixedColumnStyle:m,fixedoffset:h}=i();return[r.createVNode("tr",{style:c,class:u,key:s[Xt.ROW_UID],onClick:p=>this.handleRowClick(p,s,l,n),onDblclick:p=>this.handleRowDblClick(p,s,l,n)},[this.filterColgroups.map((p,g)=>{const C=[m(p,h),...wa(this.props.cellStyle,[p,g,s,l,this])],b=[this.getColumnClass(p,g),...wa(this.props.cellClass,[p,g,s,l,this]),{"expand-row":s[Xt.ROW_EXPAND]}],y={cell:!0,"expand-cell":p.type==="expand"};return r.createVNode("td",{class:b,style:C,colspan:1,rowspan:1},[r.createVNode("div",{class:y},[this.renderCell(s,p,l,n)])])})]),this.renderExpandRow(s,u)]})])}renderExpandRow(n,i){var l,c,u;if(!!n[Xt.ROW_EXPAND]){const m=[...i,{row_expend:!0}];return r.createVNode("tr",{class:m},[r.createVNode("td",{colspan:this.filterColgroups.length,rowspan:1},[(u=(c=(l=this.context.slots).expandRow)==null?void 0:c.call(l,n))!=null?u:r.createVNode("div",{class:"expand-cell-ctx"},[r.createTextVNode("Expand Row")])])])}}handleRowClick(n,i,s,l){this.context.emit("rowClick",n,i,s,l,this)}handleRowDblClick(n,i,s,l){this.context.emit("rowDblClick",n,i,s,l,this)}getExpandCell(n){return!!n[Xt.ROW_EXPAND]?r.createVNode(nr,null,null):r.createVNode(ya,null,null)}handleRowExpandClick(n,i,s,l,c){this.emitEvent(On.ON_ROW_EXPAND_CLICK,[{row:n,column:i,index:s,rows:l,e:c}])}renderCell(n,i,s,l){if(i.type==="expand"){const u=()=>{var m,h,p;return typeof i.render=="function"?i.render(null,n,s,l):(p=(h=(m=this.context.slots).expandCell)==null?void 0:h.call(m,{row:n,column:i,index:s,rows:l}))!=null?p:this.getExpandCell(n)};return r.createVNode("span",{class:"expand-btn-action",onClick:m=>this.handleRowExpandClick(n,i,s,l,m)},[u()])}const c=Tl(n,$t(i,"field",[i,n]),i);return typeof i.render=="function"?i.render(c,n,s,l):c}isColActive(n){return this.props.columnPick!=="disabled"&&this.propActiveCols.some(i=>i.index===n&&i.active)}renderColGroup(){return r.createVNode("colgroup",null,[(this.filterColgroups||[]).map((n,i)=>{const s=Je({active:this.isColActive(i)}),l=`${eh(Na(n))}`.replace(/px$/i,"");return r.createVNode("col",{class:s,width:l},null)})])}get filterColgroups(){return this.colgroups.filter(n=>!n.isHidden)}get setting(){return this.reactiveProp.setting}}const Zu=e=>e.columnPick!=="disabled"?e.columnPick==="multi"?Array.isArray(e.activeColumn)?e.activeColumn:vl(e.activeColumn):Array.isArray(e.activeColumn)?vl(e.activeColumn[0]):vl(e.activeColumn):[];var uh=e=>{let n=r.reactive([]);if(e.columnPick==="disabled")return{activeColumns:n};const i=r.reactive(Zu(e)),s=()=>(e.columns||[]).map((l,c)=>({index:c,active:i.some(u=>u===c),_column:l}));return r.watchEffect(()=>{n=s();const l=Zu(e);n.forEach((c,u)=>{Object.assign(c,{active:l.some(m=>m===u)})})}),{activeColumns:n}},dh=(e,n=!0)=>{const i="HeadColumnResize";let s;(function(L){L.MOUSE_MOVE="onMousemove",L.MOUSE_OUT="onMouseout",L.MOUSE_DOWN="onMousedown"})(s||(s={}));let l=!1,c=!1,u=!1,m=0,h=null,p=0;const g=r.ref(-1e3),C=L=>{var q;c=!1,u=!1;const T=document.body.style;T.cursor="";const z=L.clientX-m;h.resizeWidth=((q=h.resizeWidth)!=null?q:h.calcWidth)+z,document.removeEventListener("mouseup",C),document.removeEventListener("mousemove",b),m=0,g.value=-1e3,h=null,L.target.closest("table").querySelectorAll("th").forEach(R=>R.style.setProperty("user-select","inherit"))},b=L=>{document.body.style.setProperty("cursor",""),g.value=L.clientX-m+p},y={[s.MOUSE_DOWN]:(L,T)=>{if(!l)return;c=!0,document.body.style.setProperty("cursor","col-resize"),h=T,m=L.clientX;const A=L.target.closest("table");p=m-A.getBoundingClientRect().left,document.addEventListener("mouseup",C),document.addEventListener("mousemove",b)},[s.MOUSE_MOVE]:(L,T)=>{c&&!u&&(u=!0);const z=L.target.closest("th");if(u&&z.style.setProperty("user-select","none"),!u){if(!z)return;const A=z.getBoundingClientRect();A.width>12&&A.right-L.pageX<8?(l=!0,z.style.setProperty("cursor","col-resize")):l=!1}},[s.MOUSE_OUT]:(L,T)=>{const z=L.target;u||z.style.setProperty("cursor","")}},N=L=>`${i}_${L}`,k=()=>{e.forEach(L=>{L.resizable!==!1&&Object.keys(y).forEach(T=>{const z=N(T);L.listeners.has(z)||L.listeners.set(z,[]),L.listeners.get(z).push(y[T])})})},x=()=>{e.forEach(L=>{Object.keys(y).forEach(T=>{const z=N(T);if(L.listeners.has(z)){const A=L.listeners.get(z);A.splice(0,A.length)}})})};n&&k();const D=r.computed(()=>({position:"absolute",top:0,bottom:0,left:`${g.value}px`,width:"1px","background-color":"#ebeef5"}));return{registerResizeEvent:k,resetResizeEvents:x,dragOffsetX:g,dragOffsetXStyle:D}};const fh=(e,n,i,s)=>{const l=r.ref(200),c=r.ref(!1),u=r.computed(()=>e.pagination&&e.data.length),m=r.computed(()=>Je({[rt("table")]:!0,"has-footer":u.value,"has-scroll-y":c.value||e.virtualEnabled,"is-scroll-bottom":i.pos.bottom<2},th(e.border))),h=Je({[rt("table-head")]:!0}),p=kl(e),g=r.computed(()=>({"--row-height":`${$t(p,"height",["thead"])}px`,"--scroll-head-left":`-${i.scrollTranslateX}px`,"--scroll-left":`${i.scrollTranslateX}px`})),C={[rt("table-body")]:!0},b=r.computed(()=>Je({[rt("table-footer")]:!0,["is-hidden"]:!e.pagination||!e.data.length})),y=r.computed(()=>({minHeight:Vu(e.minHeight,"auto")})),N=(T,z)=>{const A=String(T);if(/^\d+\.?\d*$/.test(A))return Number(A);if(/^\d+\.?\d*px$/ig.test(A))return Number(A.replace("px",""));if(/^\d+\.?\d*%$/ig.test(A)){const q=Number(A.replace("%",""));return z*q/100}return z},k=r.reactive({}),x=()=>{const T=N(e.height,l.value),z=e.showHead?N(e.headHeight,40)+2:0,A=N(e.maxHeight,l.value),q=N(e.minHeight,l.value),R=e.pagination&&e.data.length?40:0,F=T-z-R,O=e.height!=="auto"?`${F}px`:!1,E=A-z-R,U=q-z-R;Object.assign(k,{display:s!=null&&s.length?"block":!1,"max-height":`${E}px`,"min-height":`${U}px`,height:O})};r.onMounted(()=>{D(n==null?void 0:n.value)});const D=T=>{if(T){const{height:z}=T.parentElement.getBoundingClientRect();l.value=z,x()}};return{tableClass:m,headClass:h,contentClass:C,footerClass:b,wrapperStyle:y,contentStyle:k,headStyle:g,resetTableHeight:D,updateBorderClass:T=>{if(T){const z=T.querySelector(".bk-table-body table");z&&(c.value=z.offsetHeight>T.offsetHeight)}},hasFooter:u}},hh=e=>{var b;const n=r.reactive(((b=e.columns)!=null?b:[]).map(y=>je(Z({},y),{calcWidth:null,resizeWidth:null,listeners:new Map}))),{dragOffsetXStyle:i}=dh(n,!0),{activeColumns:s}=uh(e),l=r.reactive({rowActions:new Map,scrollTranslateY:0,scrollTranslateX:0,pos:{bottom:1},activeColumns:s,setting:{size:null,height:null}}),c=y=>{var N;return l.rowActions.has(y)?(N=l.rowActions.get(y))==null?void 0:N.isExpand:!1},u=(y,N=void 0)=>{var D;const k=y[Xt.ROW_UID],x=typeof N=="boolean"?N:!c(k);l.rowActions.set(k,Object.assign({},(D=l.rowActions.get(k))!=null?D:{},{isExpand:x})),p()},m=r.reactive([]),h=(y=!1)=>{m.splice(0,m.length,...e.data.map((N,k)=>{const x=ih(N,e);return je(Z({},N),{[Xt.ROW_INDEX]:k+1,[Xt.ROW_UID]:x,[Xt.ROW_EXPAND]:y?c(x):!1})}))},p=()=>{m.forEach(y=>{Object.assign(y,{[Xt.ROW_EXPAND]:c(y[Xt.ROW_UID])})})},{renderFixedColumns:g,fixedWrapperClass:C}=xl(e,n);return{colgroups:n,dragOffsetXStyle:i,reactiveSchema:l,indexData:m,fixedWrapperClass:C,initIndexData:h,updateIndexData:p,renderFixedColumns:g,setRowExpand:u}};var gh=r.defineComponent({name:"Table",props:P1,emits:z1,setup(e,n){const{colgroups:i,dragOffsetXStyle:s,reactiveSchema:l,indexData:c,renderFixedColumns:u,setRowExpand:m,initIndexData:h,fixedWrapperClass:p}=hh(e);let g=null,C=null,b=null;const y=r.ref(),N=r.ref(),{pageData:k,localPagination:x,resolvePageData:D,watchEffectFn:L}=J1(e,c),{tableClass:T,headClass:z,contentClass:A,footerClass:q,wrapperStyle:R,contentStyle:F,headStyle:O,updateBorderClass:E,resetTableHeight:U,hasFooter:ce}=fh(e,y,l,k),ee=new ch(e,n,l,i);r.watch(()=>[e.data,e.pagination],()=>{h(e.reserveExpand),L(C,g),r.nextTick(()=>{U(y.value),E(y.value)})},{immediate:!0,deep:!0}),ee.on(On.ON_SORT_BY_CLICK,P=>{const{sortFn:j,column:V,index:G,type:H}=P;typeof j=="function"&&(g=j,k.sort(g)),n.emit(Wi.COLUMN_SORT,{column:V,index:G,type:H})}).on(On.ON_FILTER_CLICK,P=>{const{filterFn:j,checked:V,column:G,index:H}=P;typeof j=="function"&&(C=j,D(C,g)),n.emit(Wi.COLUMN_FILTER,{checked:V,column:G,index:H})}).on(On.ON_SETTING_CHANGE,P=>{var H,ue;const{checked:j=[],size:V,height:G}=P;j.length&&Ru(y.value,i,20),(ue=(H=N.value)==null?void 0:H.reset)==null||ue.call(H),n.emit(Wi.SETTING_CHANGE,{checked:j,size:V,height:G})}).on(On.ON_ROW_EXPAND_CLICK,P=>{const{row:j,column:V,index:G,rows:H,e:ue}=P;n.emit(Wi.ROW_EXPAND_CLICK,{row:j,column:V,index:G,rows:H,e:ue}),m(j,!j[Xt.ROW_EXPAND])});const ge=P=>{var Y;const j=(Y=l.pos.bottom)!=null?Y:0,V=P[1],{translateX:G,translateY:H,pos:ue={}}=V;l.scrollTranslateY=H,l.scrollTranslateX=G,l.pos=ue;const{bottom:be}=ue;be<=2&&j>be&&cf(60,()=>{n.emit(Wi.SCROLL_BOTTOM,je(Z({},ue),{translateX:G,translateY:H}))},!0)()};r.onMounted(()=>{b=nh(y.value,()=>{Ru(y.value,i,20),e.height==="100%"&&U(y.value)},60,!0),b.start()}),r.onBeforeUnmount(()=>{b.stop(),b=null,ee.destroy()}),n.expose({setRowExpand:m});const Me=je(Z({},A),{"__is-empty":!k.length}),he={[rt("table-body-content")]:!0,"with-virtual-render":e.virtualEnabled},oe={[rt("drag-column")]:!0,"offset-x":!0},ie={"scroll-loading":!0,_bottom:!0},{renderScrollLoading:re}=Q1(e,n);return()=>r.createVNode("div",{class:T.value,style:R.value,ref:y},[r.createVNode("div",{class:z,style:O.value},[ee.renderTableHeadSchema()]),r.createVNode(Mr,{ref:N,lineHeight:ee.getRowHeight,class:Me,style:F,list:k,contentClassName:he,onContentScroll:ge,throttleDelay:0,scrollEvent:!0,enabled:e.virtualEnabled},{default:P=>ee.renderTableBodySchema(P.data||e.data)}),r.createVNode("div",{class:p},[u(),r.createVNode("div",{class:oe,style:s.value},null),r.createVNode("div",{class:ie},[re()])]),r.createVNode("div",{class:q.value},[ce.value&&ee.renderTableFooter(x.value)])])}});const Gu=Ze(gh),Gi=12;function mh(e){const n=r.reactive({curPage:1,totalSize:0,totalPage:0,pageSize:e,isPageLoading:!1,curPageList:[],renderListPaged:[]});return{pageState:n,initPage:(l=[])=>{n.curPage=1,n.totalSize=l.length,n.totalPage=Math.ceil(n.totalSize/n.pageSize)||1;const c=[];if(n.pageSize>0)for(let u=0;u<n.totalSize;u+=n.pageSize)c.push(l.slice(u,u+n.pageSize));n.renderListPaged.splice(0,n.renderListPaged.length,...c),n.curPageList.splice(0,n.curPageList.length,...n.renderListPaged[n.curPage-1]||[])},pageChange:l=>{n.curPage=l,n.curPageList.splice(n.curPageList.length,0,...n.renderListPaged[n.curPage-1]||[]),n.isPageLoading=!1}}}function ph(e){const{useGroup:n,saveKey:i,displayKey:s,list:l}=r.toRefs(e),c=r.reactive([]);return r.watch([n,i,s,l],()=>{let u=l.value;n.value&&(u=l.value.reduce((m,h)=>{let p=[];return h.children&&(p=h.children.map(g=>Z({group:{groupId:h[i.value],groupName:h[s.value]}},g))),m.concat(p)},[])),c.splice(0,c.length,...u)},{immediate:!0,deep:!0}),c}const Yu=e=>{const n=e.length;let i=0;for(let s=0;s<n;s++)(e.charCodeAt(s)&65280)!==0&&(i+=1),i+=1;return i};var Bu=r.defineComponent({name:"ListTagRender",props:{node:d.object,searchKey:d.oneOfType([d.string,d.arrayOf(d.string)]),displayKey:d.string,searchKeyword:d.string,tpl:{type:Function,default:null}},render(){const e=i=>{if(this.searchKeyword){const s=new RegExp(`(${this.searchKeyword})`,"i");return i.replace(s,'<strong class="highlight-text">$1</strong>')}return i};if(this.tpl)return this.tpl(this.node,e,r.h,this);const n=this.node[this.displayKey];return r.createVNode("div",{class:"bk-selector-node"},[r.createVNode("span",{class:"text",innerHTML:e(n)},[n])])}});const Mh=()=>({modelValue:d.arrayOf(d.string).def([]),placeholder:d.string.def("\u8BF7\u8F93\u5165\u5E76\u6309 Enter \u7ED3\u675F"),list:d.arrayOf(d.object).def([]),disabled:d.bool.def(!1),tooltipKey:d.string.def(""),saveKey:d.string.def("id"),displayKey:d.string.def("name"),hasDeleteIcon:d.bool.def(!1),clearable:d.bool.def(!0),trigger:d.commonType(["focus","search"]).def("search"),searchKey:d.oneOfType([d.string,d.arrayOf(d.string)]).def("name"),useGroup:d.bool.def(!1),allowCreate:d.bool.def(!1),maxData:d.number.def(-1),maxResult:d.number.def(10),contentMaxHeight:d.number.def(300),contentWidth:d.number.def(190),separator:d.string.def(""),allowNextFocus:d.bool.def(!0),allowAutoMatch:d.bool.def(!1),showClearOnlyHover:d.bool.def(!1),leftSpace:d.number.def(0),createTagValidator:{type:Function,default:null},filterCallback:{type:Function,default:null},tagTpl:{type:Function,default:null},tpl:{type:Function,default:null},pasteFn:{type:Function,default:null}});var Ch=r.defineComponent({name:"TagRender",props:{node:d.object,displayKey:d.string,tpl:{type:Function,default:null}},render(){return this.tpl?this.tpl(this.node,r.h,this):r.createVNode("div",{class:"tag"},[r.createVNode("span",{class:"text"},[this.node[this.displayKey]])])}}),yh=r.defineComponent({name:"TagInput",directives:{bkTooltips:ml},props:Mh(),emits:["update:modelValue","change","select","blur","remove","removeAll"],setup(e,{emit:n}){const i=Un(),s=r.reactive({isEdit:!1,isHover:!1,focusItemIndex:e.allowCreate?-1:0}),l=r.reactive({isShow:!1,width:190,modifiers:[{name:"offset",options:{offset:[0,4]}}]}),{maxResult:c}=r.toRefs(e),{pageState:u,initPage:m,pageChange:h}=mh(c),p=r.ref(""),g=r.ref(null),C=r.ref(null),b=r.ref(null),y=r.ref(null),N=r.ref(null),k=r.ref(null),x=r.ref(null),D=r.computed(()=>!e.disabled&&e.hasDeleteIcon),L=r.computed(()=>e.maxData===1),T=r.computed(()=>E.selectedTagList.length===0&&p.value===""&&!s.isEdit),z=r.computed(()=>e.clearable&&!e.disabled&&E.selectedTagList.length!==0&&(e.showClearOnlyHover?s.isHover:!0)),A=r.computed(()=>({"bk-tag-input-trigger":!0,active:s.isEdit,disabled:e.disabled}));r.watch([()=>[...e.modelValue],()=>[...e.list]],()=>{ge()}),r.watch(p,_n.exports.debounce(()=>{const $=u.curPageList.length!==0,{value:te}=p;te!==""&&$||te===""&&e.trigger==="focus"&&$?l.isShow=!0:(e.trigger!=="focus"||!$)&&(l.isShow=!1)},150)),r.watch(()=>l.isShow,$=>{q(),$&&N.value&&(r.nextTick(()=>{N.value.scrollTop=0}),N.value.removeEventListener("scroll",R),N.value.addEventListener("scroll",R))});const q=()=>{var te,se;const $=L.value?0:(te=y.value)==null?void 0:te.offsetLeft;l.modifiers=[{name:"offset",options:{offset:[$,4]}}],(se=k.value)==null||se.update()},R=()=>{if(u.isPageLoading||N.value.scrollTop===0)return;const{scrollTop:$,offsetHeight:te,scrollHeight:se}=N.value;if($+te>=se){const Ne=u.curPage+1;Ne<=u.totalPage&&(u.isPageLoading=!0,setTimeout(()=>{h(Ne)},500))}},F=()=>{var te;return Array.from(((te=b.value)==null?void 0:te.childNodes)||[]).filter(se=>se.nodeType!==Node.TEXT_NODE)},O=$=>{if(!e.disabled){if($!=null&&$.target){const{className:te}=$.target;(te.indexOf("bk-tag-input-trigger")>-1||te.indexOf("tag-list")>-1)&&b.value.appendChild(y.value)}clearTimeout(x.value),L.value&&U.value.length&&(E.tagListCache=[...U.value],E.selectedTagListCache=[...E.selectedTagList],p.value=E.selectedTagListCache[0][e.saveKey],bt(E.selectedTagList[0],0),j()),s.isEdit=!0,r.nextTick(()=>{var te;(te=g.value)==null||te.focus(),e.trigger==="focus"&&E.localList.length!==0&&(Me(),l.isShow?q():l.isShow=!0)})}},E=r.reactive({localList:[],tagListCache:[],selectedTagList:[],selectedTagListCache:[]}),U=r.computed(()=>E.selectedTagList.map($=>$[e.saveKey])),ce=ph(e),ee=r.computed(()=>{if(e.useGroup){const $={};return u.curPageList.forEach((te,se)=>{te.__index__=se,$[te.group.groupId]||($[te.group.groupId]={id:te.group.groupId,name:te.group.groupName,children:[]}),$[te.group.groupId].children.push(te)}),Object.keys($).map(te=>$[te])}return u.curPageList}),ge=()=>{const{saveKey:$,modelValue:te,displayKey:se,allowCreate:Ne,trigger:we}=e;E.selectedTagList=[],E.localList=[...ce],te.length&&(te.forEach(xe=>{const Re=E.localList.find(it=>xe===it[$]);Re!==void 0?E.selectedTagList.push(Re):Ne&&!U.value.includes(xe)&&E.selectedTagList.push({[$]:xe,[se]:xe})}),L.value||(E.localList=E.localList.filter(xe=>!te.includes(xe[$])))),we==="focus"&&Me()},Me=($="")=>{const{searchKey:te,filterCallback:se}=e,Ne=$.toLowerCase();let we=[];if(typeof se=="function")we=se(Ne,te,E.localList)||[];else if(Array.isArray(te)){const xe=te.map(Re=>E.localList.filter(it=>it[Re].toLowerCase().indexOf(Ne)!==-1));we=Array.from(new Set(xe.flat()))}else we=E.localList.filter(xe=>xe[te].toLowerCase().indexOf(Ne)!==-1);m(we)},he=($,te)=>{const se={"bk-selector-actived":!1,"bk-selector-selected":U.value.includes($[e.saveKey])};return e.useGroup?se["bk-selector-actived"]=$.__index__===s.focusItemIndex:se["bk-selector-actived"]=te===s.focusItemIndex,se};r.onMounted(()=>{ge()});const oe=()=>{E.tagListCache=[],E.selectedTagListCache=[],E.selectedTagList=[]},ie=()=>{p.value=""},re=()=>{if(L.value)return 0;const te=F().findIndex(({id:se})=>se==="tagInputItem");return te>=0?te:0},P=($,te,se=!1)=>{if(!te||!$)return;let Ne=te;se&&(Ne=te.nextElementSibling||null),te.parentNode.insertBefore($,Ne)},j=$=>{const{maxData:te,trigger:se,allowCreate:Ne}=e;if(te===-1||te>U.value.length){const{value:we}=$!=null&&$.target?$.target:p,xe=Yu(we);xe?(Me(we),g.value.style.width=`${xe*Gi}px`):se==="focus"&&Me()}else G(),p.value="",l.isShow=!1;s.isEdit=!0,s.focusItemIndex=Ne?-1:0},V=()=>{var $;l.width=L.value?($=C.value)==null?void 0:$.clientWidth:e.contentWidth},G=()=>{x.value=setTimeout(()=>{var te;const $=p.value;if(ie(),s.isEdit=!1,L.value){const[se]=E.tagListCache;$&&$===se&&E.selectedTagListCache.length?et(E.selectedTagListCache[0],"select"):be("remove")}else if(e.allowAutoMatch&&$){const se=u.curPageList.find(Ne=>Array.isArray(e.searchKey)?e.searchKey.map(xe=>Ne[xe]).includes($):Ne[e.searchKey]===$);se?H(se,"select"):e.allowCreate&&H($,"custom")}l.isShow=!1,n("blur",$,U.value),(te=i==null?void 0:i.validate)==null||te.call(i,"blur")},50)},H=($,te,se)=>{se==null||se.stopPropagation(),!(!$||$.disabled)&&(L.value&&oe(),et($,te),be("select"),ie(),l.isShow=!1)},ue=($,te,se)=>{se==null||se.stopPropagation(),bt($,te),ie(),be("remove",$),g.value.style.width=`${Gi}px`},be=($,te)=>{var se;n("change",U.value),n($,te),n("update:modelValue",U.value),(se=i==null?void 0:i.validate)==null||se.call(i,"change")},Y=$=>{$.stopPropagation();const te=E.selectedTagList;E.selectedTagList=[];const se=ce.filter(Ne=>te.some(we=>we[e.saveKey]===Ne[e.saveKey]));(e.allowCreate&&se.length!==0||!e.allowCreate)&&!L.value&&E.localList.push(...se),be("removeAll")},ae=()=>{const $={height:N.value.clientHeight,yAxis:N.value.getBoundingClientRect().y};r.nextTick(()=>{const te=N.value.querySelector(".bk-selector-actived");if(!te)return;const se={height:te.clientHeight,yAxis:te.getBoundingClientRect().y};se.yAxis<$.yAxis&&(N.value.scrollTop=N.value.scrollTop-($.yAxis-se.yAxis));const Ne=se.yAxis+se.height-$.yAxis;Ne>$.height&&(N.value.scrollTop=N.value.scrollTop+Ne-$.height)})},ke=($,te)=>{const se=F();P(y.value,se[$-1]),E.selectedTagList.splice($-1,1),O();const Ne=ce.some(we=>we===te[e.saveKey]);(e.allowCreate&&Ne||!e.allowCreate)&&!L.value&&E.localList.push(te),g.value=`${Gi}px`,be("remove")},ot=$=>{if(u.isPageLoading)return;let te;const se=$.target.value,Ne=Yu(se),we=re(),xe=F();switch($.code){case"ArrowUp":if($.preventDefault(),!l.isShow)return;s.focusItemIndex=s.focusItemIndex-1,s.focusItemIndex=s.focusItemIndex<0?-1:s.focusItemIndex,s.focusItemIndex===-1&&(s.focusItemIndex=u.curPageList.length-1),ae();break;case"ArrowDown":if($.preventDefault(),!l.isShow)return;s.focusItemIndex=s.focusItemIndex+1,s.focusItemIndex=s.focusItemIndex>u.curPageList.length-1?u.curPageList.length:s.focusItemIndex,s.focusItemIndex===u.curPageList.length&&(s.focusItemIndex=0),ae();break;case"ArrowLeft":if(s.isEdit=!0,!Ne){if(we<1)return;P(y.value,xe[we-1]),O()}break;case"ArrowRight":if(s.isEdit=!0,!Ne){if(we===xe.length-1)return;P(xe[we+1],y.value),O()}break;case"Enter":case"NumpadEnter":!e.allowCreate&&l.isShow||e.allowCreate&&s.focusItemIndex>=0&&l.isShow?H(u.curPageList[s.focusItemIndex],"select",$):e.allowCreate&&H(p.value,"custom",$),$.preventDefault();break;case"Backspace":we!==0&&!p.value&&(te=E.selectedTagList[we-1],ke(we,te));break}},Fe=$=>{const te=[];return $.split(";").forEach(Ne=>{if(Ne.match(/^[a-zA-Z][a-zA-Z_]+/g)){const we=Ne.match(/^[a-zA-Z][a-zA-Z_]+/g).join("");te.push({[e.saveKey]:we,[e.displayKey]:we})}}),te},kt=$=>{if($.preventDefault(),L.value)return!1;const{maxData:te,saveKey:se,pasteFn:Ne}=e,we=$.clipboardData.getData("text");let Re=(Ne?Ne(we):Fe(we)).map(it=>it[se]);if(Re.length){const it=F(),Tt=re(),$e=E.localList.map(Ue=>Ue[se]);if(Re=Re.filter(Ue=>(Ue==null?void 0:Ue.trim())&&!U.value.includes(Ue)&&$e.includes(Ue)),te!==-1){const Ue=E.selectedTagList.length;if(Ue<te){const We=te-Ue;Re.length>We&&(Re=[...Re.slice(0,We)])}else Re=[]}const fn=E.localList.filter(Ue=>Re.includes(Ue[se]));Re.length&&(E.selectedTagList.splice(Tt,0,...fn),P(y.value,it[Tt]),g.value.style.width=`${Gi}px`,E.localList=E.localList.filter(Ue=>!Re.includes(Ue[se])),be("select"),O())}},pt=$=>{e.disabled||(P(y.value,$.currentTarget,!0),g.value.style.width=`${Gi}px`,l.isShow&&q())},et=($,te)=>{if(E.selectedTagList.length>=e.maxData&&e.maxData!==-1)return;const{separator:se,saveKey:Ne,displayKey:we,createTagValidator:xe}=e,Re=re();let it=1,Tt=!1,$e;const fn=We=>typeof xe=="function"?xe(We):!0,Ue=We=>E.localList.find(Qt=>Qt[Ne]===We);if(te==="custom")if(se){let We=$.split(se);We=We.filter(Mt=>(Mt==null?void 0:Mt.trim())&&!U.value.includes(Mt)&&fn(Mt));const Qt=We.map(Mt=>Ue(Mt)||{[Ne]:Mt,[we]:Mt});We.length&&(E.selectedTagList.splice(Re,0,...Qt),it=Qt.length,Tt=!0)}else{const We=typeof $=="object";if($e=We?$[Ne]:$.trim(),$e=$e.replace(/\s+/g,""),$e!==void 0&&!U.value.includes($e)&&fn($e)){const Qt=Ue($e)||(We?$:{[Ne]:$e,[we]:$e});E.selectedTagList.splice(Re,0,Qt),Tt=!0}}else $&&($e=$[Ne],$e!==void 0&&!U.value.includes($e)&&(E.selectedTagList.splice(Re,0,$),Tt=!0));Tt&&r.nextTick(()=>{for(let We=1;We<=it;We++){const Mt=F()[Re+We];P(Mt,y.value)}g.value.style.width=`${Gi}px`,L.value||(e.allowNextFocus&&O(),E.localList=E.localList.filter(We=>!U.value.includes(We[Ne])))})},bt=($,te)=>{E.selectedTagList.splice(te,1);const se=ce.some(Ne=>Ne===$[e.saveKey]);(e.allowCreate&&se||!e.allowCreate)&&!L.value&&E.localList.push($)};return je(Z(Z(Z({popoverProps:l},r.toRefs(s)),r.toRefs(E)),r.toRefs(u)),{isShowPlaceholder:T,isShowClear:z,curInputValue:p,formatList:ce,renderList:ee,showTagClose:D,tagInputRef:g,bkTagSelectorRef:C,tagListRef:b,tagInputItemRef:y,selectorListRef:N,popoverRef:k,triggerClass:A,focusInputTrigger:O,activeClass:he,handleInput:j,handleFocus:V,handleBlur:G,handleTagSelected:H,handleTagRemove:ue,handleClear:Y,tagFocus:pt,handleKeydown:ot,handlePaste:kt})},render(){const e=()=>this.useGroup?this.renderList.map(n=>r.createVNode("li",{class:"bk-selector-group-item"},[r.createVNode("span",{class:"group-name"},[n.name,r.createTextVNode(" ("),n.children.length,r.createTextVNode(")")]),r.createVNode("ul",{class:"bk-selector-group-list-item"},[n.children.map((i,s)=>r.createVNode("li",{class:["bk-selector-list-item",{disabled:i.disabled},this.activeClass(i,s)],onClick:this.handleTagSelected.bind(this,i,"select")},[r.createVNode(Bu,{node:i,displayKey:this.displayKey,tpl:this.tpl,searchKey:this.searchKey,searchKeyword:this.curInputValue},null)]))])])):this.renderList.map((n,i)=>r.createVNode("li",{class:["bk-selector-list-item",{disabled:n.disabled},this.activeClass(n,i)],onClick:this.handleTagSelected.bind(this,n,"select")},[r.createVNode(Bu,{node:n,displayKey:this.displayKey,tpl:this.tpl,searchKey:this.searchKey,searchKeyword:this.curInputValue},null)]));return r.createVNode("div",{class:"bk-tag-input",ref:"bkTagSelectorRef",onClick:this.focusInputTrigger,onMouseenter:()=>this.isHover=!0,onMouseleave:()=>this.isHover=!1},[r.createVNode(Ln,{ref:"popoverRef",theme:"light",trigger:"manual",placement:"bottom-start",arrow:!1,width:this.popoverProps.width,isShow:this.popoverProps.isShow,modifiers:this.popoverProps.modifiers},{default:()=>{var n,i,s;return r.createVNode("div",{class:this.triggerClass},[r.createVNode("ul",{class:"tag-list",ref:"tagListRef",style:{marginLeft:`${this.leftSpace}px`}},[this.selectedTagList.map((l,c)=>{const u={boundary:"window",theme:"light",distance:12,content:l[this.tooltipKey],disabled:!this.tooltipKey};return r.withDirectives(r.createVNode("li",{class:"tag-item",onClick:this.tagFocus},[r.createVNode(Ch,{node:l,tpl:this.tagTpl,displayKey:this.displayKey},null),this.showTagClose?r.createVNode(Pn,{class:"remove-tag",onClick:this.handleTagRemove.bind(this,l,c)},null):null]),[[r.resolveDirective("bk-tooltips"),u]])}),r.withDirectives(r.createVNode("li",{ref:"tagInputItemRef",id:"tagInputItem",class:"tag-input-item",role:"input"},[r.withDirectives(r.createVNode("input",{type:"text",class:"tag-input",ref:"tagInputRef","onUpdate:modelValue":l=>this.curInputValue=l,onInput:this.handleInput,onFocus:this.handleFocus,onBlur:this.handleBlur,onKeydown:this.handleKeydown,onPaste:this.handlePaste},null),[[r.vModelText,this.curInputValue]])]),[[r.vShow,this.isEdit]])]),r.withDirectives(r.createVNode("p",{class:"placeholder"},[this.placeholder]),[[r.vShow,this.isShowPlaceholder]]),(s=(i=(n=this.$slots)==null?void 0:n.suffix)==null?void 0:i.call(n))!=null?s:this.isShowClear&&r.createVNode(Qn,{class:"clear-icon",onClick:this.handleClear},null)])},content:()=>r.createVNode("div",{class:"bk-selector-list"},[r.createVNode("ul",{ref:"selectorListRef",style:{"max-height":`${this.contentMaxHeight}px`},class:"outside-ul"},[e(),this.isPageLoading?r.createVNode("li",{class:"bk-selector-list-item loading"},[r.createVNode(Xn,{theme:"primary",size:wn.Small},null)]):null])])})])}});const Hu=Ze(yh),Ih={direction:d.commonType(["horizontal","vertical"],"direction").def("horizontal"),align:d.commonType(["left","center","right"],"align").def("center"),color:d.string.def("#dde4eb"),width:d.number.def(1),type:d.commonType(["dashed","solid"],"lineType").def("dashed")};var bh=r.defineComponent({name:"Divider",props:Ih,render(){const e=()=>this.direction==="vertical"?{borderRight:`${this.width}px ${this.type} ${this.color}`}:{borderBottom:`${this.width}px ${this.type} ${this.color}`};let n;return this.$slots.default&&(n=r.createVNode("div",{class:["bk-divider-info",`bk-divider-info-${this.align}`]},[this.$slots.default()])),r.createVNode("div",{class:["bk-divider",`bk-divider-${this.direction}`],style:e()},[n])}});const Fu=Ze(bh),Nh={tabAdd:{type:Function,default:()=>({})},tabChange:{type:Function,default:e=>e},tabRemove:{type:Function,default:e=>e},tabSort:{type:Function,default:()=>({})},tabDrag:{type:Function,default:()=>({})}},wh={active:d.oneOfType([d.number,d.string]).def(""),type:d.commonType(["card","border-card","unborder-card"],"type").def("border-card"),tabPosition:d.commonType(["left","right","top"],"position").def("top"),closable:Boolean,addable:Boolean,sortable:Boolean,sortType:d.commonType(["replace","insert","top"],"sortType").def("replace"),labelHeight:d.number.def(50),scrollStep:d.number.def(200),extCls:d.string.def(""),validateActive:d.bool.def(!0),showHeader:d.bool.def(!0),changeOnHover:d.bool.def(!1),changeOnHoverDelay:d.number.def(1e3)},Lh=Z({active:d.oneOfType([d.number,d.string]).def(""),panels:{type:Array,default:()=>[]},tabPosition:d.commonType(["left","right","top"],"position").def("top"),closable:Boolean,addable:Boolean,sortable:Boolean,sortType:d.commonType(["replace","insert","top"],"sortType").def("replace"),labelHeight:d.number.def(50),scrollStep:d.number.def(200),validateActive:d.bool.def(!0),changeOnHover:d.bool.def(!1),changeOnHoverDelay:d.number.def(1e3)},Nh),vh={name:d.oneOfType([d.number,d.string]).def(""),label:d.string||d.func,closable:d.bool,visible:d.bool.def(!0),disabled:d.bool,sortable:d.bool,renderDirective:d.commonType(["if","show"],"render").def("show"),panel:d.string||d.func};var Uu=r.defineComponent({name:"TabNav",props:Lh,setup(e){const n=r.computed(()=>{if(!Array.isArray(e.panels)||!e.panels.length)return[];const m=[];let h=!1;return e.panels.filter((p,g)=>{if(!p.props)return null;const{name:C,label:b,closable:y,visible:N,disabled:k,sortable:x}=p.props;if(!N)return!1;e.active===C&&(h=!0);const D=L=>p.slots.label?r.h(p.slots.label):[void 0,""].includes(L)?`\u9009\u9879\u5361${g+1}`:typeof L=="string"?L:typeof L=="function"?r.h(L):L;return m.push({name:C,closable:y,visible:N,disabled:k,sortable:x,tabLabel:D(b)}),!0}),!h&&e.validateActive&&e.panels[0].props&&e.tabChange(e.panels[0].props.name),m}),i=r.ref(-1),s=r.ref(-1),l=r.ref(""),c=(m,h)=>m===h;return je(Z({},{handleTabAdd(m){e.tabAdd(m)},dragstart(m,h){s.value=m,l.value=e.guid,Object.assign(h.dataTransfer,{effectAllowed:"move"}),e.tabDrag(m,h)},dragenter(m){c(l.value,e.guid)&&(i.value=m)},dragend(){i.value=-1,s.value=-1,l.value=null},drop(m,h){if(!c(l.value,e.guid))return!1;e.tabSort(s.value,m,h)},handleTabChange(m){e.tabChange(m)},handleTabRemove(m,h){e.tabRemove(m,h)}}),{navs:n,dragenterIndex:i,dragStartIndex:s,draggingEle:l,guid:Math.random().toString(16).substr(4)+Math.random().toString(16).substr(4)})},render(){const{active:e,closable:n,addable:i,sortable:s,sortType:l,labelHeight:c,dragstart:u,dragenter:m,dragend:h,drop:p}=this,g=()=>this.navs.map((b,y)=>{if(!b)return null;const{name:N,disabled:k,tabLabel:x}=b,D=()=>{const T=["bk-tab-header-item"];return k&&T.push("bk-tab-header--disabled"),e===N&&T.push("bk-tab-header--active"),T.join(" ")},L=(T,z)=>T||z;return r.createVNode("div",{key:N,onClick:()=>this.handleTabChange(N),draggable:L(b.sortable,s),onDragstart:T=>u(y,T),onDragenter:T=>{T.preventDefault(),m(y)},onDragleave:T=>{T.preventDefault()},onDragover:T=>{T.preventDefault()},onDragend:T=>{T.preventDefault(),h()},onDrop:T=>{T.preventDefault(),p(y,l)},class:D()},[r.createVNode("div",null,[x]),L(b.closable,n)&&r.createVNode(Qn,{class:"bk-tab-header-item-close",onClick:()=>this.handleTabRemove(y,b)},null)])}),C=()=>{var y,N,k,x;const b=[];return typeof this.$slots.add=="function"?b.push((N=(y=this.$slots).add)==null?void 0:N.call(y,r.h)):i&&b.push(r.createVNode("div",{onClick:this.handleTabAdd},[r.createVNode(Hs,{width:26,height:26},null)])),typeof this.$slots.setting=="function"&&b.push((x=(k=this.$slots).setting)==null?void 0:x.call(k,r.h)),b.length?r.createVNode("div",{class:"bk-tab-header-operation"},[b.map((D,L)=>r.createVNode("div",{class:"bk-tab-header-item",key:L},[D]))]):null};return r.createVNode("div",{style:{lineHeight:`${c}px`},class:"bk-tab-header"},[r.createVNode("div",{class:"bk-tab-header-nav"},[g()]),C()])}}),kh=r.defineComponent({name:"Tab",components:{TabNav:Uu},props:wh,emits:["add-panel","tab-change","remove-panel","sort-change","on-drag-tab","add","change","remove","update:active","sort","drag"],setup(e,{slots:n,emit:i}){const s=r.ref(!1),l=r.ref([]),c=r.getCurrentInstance(),u=(p,g=[])=>{const{children:C}=p;return(C||[]).forEach(b=>{let{type:y}=b;y=y.name||y,y==="TabPanel"&&b.component?g.push(b.component):(y===r.Fragment||y==="template")&&u(b,g)}),g},m=()=>{if(n.default){const{children:p}=c.subTree.children[1];if(!p)return;const g=p[0],C=u(g);C.length!==l.value.length&&(l.value=C)}};return r.onMounted(()=>{m(),s.value=!0}),r.onUpdated(()=>{m()}),je(Z({},{tabAdd(p){i("add",{e:p}),i("add-panel",{e:p})},tabChange(p){i("change",p),i("tab-change",p),i("update:active",p)},tabRemove(p,g){i("remove",p,g),i("remove-panel",p,g)},tabSort(p,g,C){const b=l.value;if(C==="insert")if(p<g)b.splice(g+1,0,l[p]),b.splice(p,1);else if(p>g)b.splice(g,0,l[p]),b.splice(p+1,1);else return!1;else{const y=b[g];b[g]=b[p],b[p]=y}l.value=[...b],i("sort",p,g,C),i("sort-change",p,g,C)},tabDrag(p,g){i("drag",p,g),i("on-drag-tab",p,g)}}),{isMounted:s,panels:l})},render(){var i,s;const e=()=>this.tabPosition==="top"?`bk-tab bk-tab--${this.tabPosition} bk-tab--${this.type} ${this.extCls}`:`bk-tab bk-tab--${this.tabPosition} ${this.extCls}`,n=()=>{const{panels:l,active:c,type:u,closable:m,addable:h,sortable:p,sortType:g,labelHeight:C,scrollStep:b,validateActive:y,changeOnHover:N,changeOnHoverDelay:k,tabPosition:x,tabAdd:D,tabChange:L,tabRemove:T,tabSort:z,tabDrag:A}=this,q={panels:l,active:c,type:u,closable:m,addable:h,sortable:p,sortType:g,labelHeight:C,scrollStep:b,validateActive:y,changeOnHover:N,changeOnHoverDelay:k,tabPosition:x,tabAdd:D,tabChange:L,tabRemove:T,tabSort:z,tabDrag:A};return!l||!Array.isArray(l)?null:r.createVNode(Uu,q,this.$slots)};return r.createVNode("div",{class:e()},[n(),r.createVNode("div",{class:"bk-tab-content"},[(s=(i=this.$slots).default)==null?void 0:s.call(i)])])}}),Th=r.defineComponent({name:"TabPanel",props:vh,render(){const e=this.name===this.$parent.active,n=()=>!this.visible||this.renderDirective==="if"&&!e?null:typeof this.panel=="function"?this.panel(r.h):typeof this.$slots.default=="function"?this.$slots.default(null):typeof this.$slots.panel=="function"?this.$slots.panel(null):null;return r.withDirectives(r.createVNode("div",{ref:"content",class:"bk-tab-panel"},[n()]),[[r.vShow,e]])}});const _u=Vt(kh,{TabPanel:Th}),qn={"top-left":[],"top-right":[],"bottom-left":[],"bottom-right":[]};let Xu=1;const $u=(e,n)=>{let i=n;const s=i.position||"top-right";typeof n=="string"&&(i={message:n});const l=n.onClose,c=i.offsetX||10;let u=i.offsetY||30;const{spacing:m=10}=i;qn[s].forEach(C=>{u+=(C.el.offsetHeight||0)+m}),Xu+=1;const h=`message_${Xu}`;i=je(Z({},i),{offsetX:c,offsetY:u,id:h});const p=document.createElement("div"),g=r.createVNode(e,i);g.props.onDestory=C=>{xh(C,s,m,l),r.render(null,p)},r.render(g,p),qn[s].push(g),document.body.appendChild(p.firstElementChild)};function xh(e,n,i,s){s==null||s();const l=n.startsWith("top")?"top":"bottom";let c=-1;qn[n].forEach((p,g)=>{p.props.id===e&&(c=g)});const m=qn[n][c].el.offsetHeight,h=qn[n].length;for(let p=c;p<h;p++){const g=parseInt(qn[n][p].el.style[l],10)-m-i;qn[n][p].component.props.offsetY=g}qn[n].splice(c,1)}const Sh={id:d.string.def(""),message:d.string.def(""),theme:d.theme(["primary","warning","success","error"]).def("primary"),delay:d.number.def(3e3),dismissable:d.bool.def(!0),offsetY:d.number.def(30),spacing:d.number.def(10),extCls:d.string.def(""),onClose:d.func};var Dh=r.defineComponent({name:"Message",props:Sh,emits:["destory"],setup(e,{emit:n}){const i=r.computed(()=>["bk-message",`bk-message-${e.theme}`,`${e.extCls}`]),s=yn.getMessageNextIndex(),l=r.computed(()=>({top:`${e.offsetY}px`,zIndex:s})),c=r.ref(!1);let u=null;const m=()=>{u=setTimeout(()=>{c.value=!1},e.delay)},h=()=>{c.value=!1};return r.onMounted(()=>{e.delay&&m(),c.value=!0}),r.onUnmounted(()=>{clearTimeout(u)}),r.watch(c,()=>{c.value||n("destory",e.id)}),{classNames:i,styles:l,visible:c,close:h}},render(){const e=()=>({primary:r.createVNode(rr,null,null),warning:r.createVNode(lr,null,null),success:r.createVNode(sr,null,null),error:r.createVNode(Qn,null,null)})[this.theme];return r.createVNode(r.Transition,{name:"bk-message-fade"},{default:()=>[r.withDirectives(r.createVNode("div",{class:this.classNames,style:this.styles},[r.createVNode("div",{class:"bk-message-content"},[r.createVNode("div",{class:"bk-message-icon"},[e()]),this.message]),this.dismissable&&r.createVNode(Pn,{class:"bk-message-icon bk-message-close",onClick:this.close},null)]),[[r.vShow,this.visible]])]})}});const Ku=e=>{$u(Dh,e)},jh={id:d.string.def(""),title:d.string.def(""),message:d.string.def(""),theme:d.theme(["primary","warning","success","error"]).def("primary"),position:d.position().def("top-right"),delay:d.number.def(5e3),dismissable:d.bool.def(!0),offsetX:d.number.def(100),offsetY:d.number.def(30),spacing:d.number.def(10),extCls:d.string.def(""),onClose:d.func};var zh=r.defineComponent({name:"Notify",props:jh,emits:["destory"],setup(e,{emit:n}){const i=yn.getMessageNextIndex(),s=r.computed(()=>e.position.indexOf("right")>1?"right":"left"),l=r.computed(()=>e.position.startsWith("top")?"top":"bottom"),c=r.computed(()=>({[s.value]:`${e.offsetX}px`,[l.value]:`${e.offsetY}px`,zIndex:i})),u=r.computed(()=>["bk-notify",`bk-notify-${e.theme}`,s.value]),m=r.ref(!1);let h=null;const p=()=>{h=setTimeout(()=>{m.value=!1},e.delay)},g=()=>{m.value=!1};return r.onMounted(()=>{e.delay&&p(),m.value=!0}),r.onUnmounted(()=>{clearTimeout(h)}),r.watch(m,()=>{m.value||n("destory",e.id)}),{classNames:u,styles:c,visible:m,handleClose:g}},render(){const e=()=>({primary:r.createVNode(rr,null,null),warning:r.createVNode(lr,null,null),success:r.createVNode(sr,null,null),error:r.createVNode(Qn,null,null)})[this.theme];return r.createVNode(r.Transition,{name:"bk-notify-fade"},{default:()=>[r.withDirectives(r.createVNode("div",{class:this.classNames,style:this.styles},[r.createVNode("div",{class:"bk-notify-content"},[r.createVNode("div",{class:"bk-notify-icon"},[e()]),this.title?r.createVNode("h3",{class:"bk-notify-content-header"},[this.title]):"",r.createVNode("div",{class:"bk-notify-content-text"},[this.message])]),this.dismissable&&r.createVNode(Pn,{class:"bk-notify-icon bk-notify-close",onClick:this.handleClose},null)]),[[r.vShow,this.visible]])]})}});const qu=e=>{$u(zh,e)},ed=Symbol("MENU_PROVIDER_KEY"),Sl=Symbol("MENU_PROVIDER_KEY_PATH"),Jh=e=>{r.provide(ed,e)},Qh=e=>{const{parentKeys:n,parentInfo:i}=Dl(),s=r.computed(()=>[...n.value,e]);r.provide(Sl,{parentInfo:{key:e,parentKey:i==null?void 0:i.key},parentKeys:s})},td=()=>r.inject(ed),Dl=()=>{var i;const e=r.getCurrentInstance(),n=e.parent?e.parent.provides:(i=e.vnode.appContext)==null?void 0:i.provides;return n&&Sl in n?r.inject(Sl):{parentInfo:void 0,parentKeys:r.ref([])}},jl=function(e){return(e||"").split(" ").filter(n=>!!n.trim())};function nd(e,n){if(!e||!n)return;const i=jl(n);let s=e.getAttribute("class")||"";if(e.classList){e.classList.remove(...i);return}i.forEach(c=>{s=s.replace(` ${c} `," ")});const l=jl(s).join(" ");e.setAttribute("class",l)}function id(e,n){if(!e)return;let i=e.getAttribute("class")||"";const s=jl(i),l=(n||"").split(" ").filter(c=>!s.includes(c)&&!!c.trim());e.classList?e.classList.add(...l):(i+=` ${l.join(" ")}`,e.setAttribute("class",i))}const Ph=()=>({css:!0,onBeforeEnter:e=>{id(e,"collapse-transition"),e.dataset||(e.dataset={}),e.style.height="0px",e.style.maxHeight="0px"},onEnter:e=>{e.dataset.oldOverflow=e.style.overflow,e.scrollHeight!==0?(e.style.height=`${e.scrollHeight}px`,e.style.maxHeight=`${e.scrollHeight}px`):(e.style.height="0px",e.style.maxHeight="0px"),e.style.overflow="hidden"},onAfterEnter:e=>{e.style.height="",e.style.maxHeight="",e.style.overflow=e.dataset.oldOverflow,nd(e,"collapse-transition")},onBeforeLeave:e=>{e.dataset||(e.dataset={}),e.dataset.oldOverflow=e.style.overflow,e.style.height=`${e.scrollHeight}px`,e.style.maxHeight=`${e.scrollHeight}px`,e.style.overflow="hidden"},onLeave:e=>{e.scrollHeight!==0&&(id(e,"collapse-transition"),e.style.transitionProperty="height",e.style.height="0px",e.style.maxHeight="0px")},onAfterLeave:e=>{nd(e,"collapse-transition"),e.style.height="",e.style.maxHeight="",e.style.overflow=e.dataset.oldOverflow}}),Oh={activeKey:String,collapse:Boolean,openedKeys:{type:Array},mode:{type:String,default:"vertical"},uniqueOpen:{type:Boolean,default:!0}};var Ah=r.defineComponent({name:"Menu",props:Oh,emits:["update:activeKey","update:openKeys","click","openChange"],setup(e,{slots:n,emit:i,expose:s}){const l=r.ref(""),c=r.ref([]),u=r.ref({}),m=r.computed(()=>e.mode),h=r.ref(e.collapse),p=r.ref([]);r.watchEffect(()=>{e.activeKey!==void 0&&(l.value=e.activeKey)}),r.watch(()=>e.collapse,()=>{h.value=e.collapse,console.info(e.collapse);const N=[...p.value],k=[...c.value];c.value=h.value?[]:N,p.value=h.value?k:[]},{immediate:!0}),r.watch(()=>e.openedKeys,(N=c.value)=>{c.value=N},{immediate:!0});const g=(N,k)=>{u.value=je(Z({},u.value),{[N]:k})},C=N=>{delete u.value[N],u.value=Z({},u.value)},b=(N,k)=>{k?e.uniqueOpen?c.value=[N]:c.value.push(N):c.value=c.value.filter(x=>x!==N),i("openChange",k,u.value[N]),i("update:openKeys",[...c.value])},y=N=>{l.value=N,i("click",u.value[N]),i("update:activeKey",N,u.value[N])};return Jh({activeKey:l,menuStore:u,registerMenuInfo:g,unregisterMenuInfo:C,mode:m.value,openedKeys:c,collapse:h,handleOpenChange:b,handleActiveChange:y}),s({activeKey:l,openedKeys:c,menuStore:u}),()=>{var N;return r.createVNode("div",{class:{"bk-menu":!0,"is-collapse":h.value}},[(N=n.default)==null?void 0:N.call(n)])}}}),Eh=r.defineComponent({name:"MenuGroup",props:{name:{type:String,default:""}},setup(e,{slots:n}){return()=>{var i;return r.createVNode("div",{class:"bk-menu-group"},[r.createVNode("div",{class:"group-name"},[e.name]),r.createVNode("ul",{class:"group-wrap"},[(i=n.default)==null?void 0:i.call(n)])])}}}),Vh=r.defineComponent({name:"MenuItem",props:{needIcon:{type:Boolean,default:!0}},emits:["click"],slots:["icon"],setup(e,{slots:n,emit:i}){var y,N;const{registerMenuInfo:s,unregisterMenuInfo:l,activeKey:c,handleActiveChange:u}=td(),m=r.getCurrentInstance(),{parentInfo:h}=Dl(),p=((N=(y=m.vnode.key)==null?void 0:y.toString)==null?void 0:N.call(y))||String(m.uid),g=r.computed(()=>c.value===p),C=r.computed(()=>e.needIcon);s(p,{key:p,parentKey:h==null?void 0:h.key});const b=k=>{u(p),i("click",k)};return r.onBeforeUnmount(()=>l(p)),()=>{var k,x;return r.createVNode("li",{class:{"bk-menu-item":!0,"is-active":g.value},onClick:b},[C.value&&r.createVNode("span",{class:"item-icon"},[((k=n==null?void 0:n.icon)==null?void 0:k.call(n))||r.createVNode("i",{class:"default-icon"},null)]),r.createVNode("span",{class:"item-content"},[(x=n.default)==null?void 0:x.call(n)])])}}});const Rh={title:{type:String,default:"title"}};var Wh=r.defineComponent({name:"Submenu",props:Rh,emits:["collapse"],slots:["icon"],setup(e,{slots:n,emit:i}){var D,L;const{registerMenuInfo:s,unregisterMenuInfo:l,openedKeys:c,handleOpenChange:u,collapse:m,activeKey:h,menuStore:p}=td(),{parentInfo:g}=Dl(),C=r.getCurrentInstance(),b=((L=(D=C.vnode.key)==null?void 0:D.toString)==null?void 0:L.call(D))||String(C.uid),y=r.ref(Ph()),N=r.computed(()=>c.value.includes(b)),k=r.computed(()=>{var z,A;const T=(A=(z=p.value)==null?void 0:z[h.value])==null?void 0:A.parentKey;return m.value&&T===b&&N});Qh(b),s(b,{key:b,parentKey:g==null?void 0:g.key}),r.onBeforeUnmount(()=>l(b));const x=()=>{u(b,!N.value),i("collapse",!N.value,C)};return()=>{var T;return r.createVNode("li",{class:{"bk-menu-submenu":!0,"is-opened":N.value}},[r.createVNode("div",{class:{"submenu-header":!0,"is-collapse":k.value},onClick:x},[r.createVNode("span",{class:"submenu-header-icon"},[((T=n.icon)==null?void 0:T.call(n))||r.createVNode($s,{class:"menu-icon"},null)]),r.createVNode("span",{class:"submenu-header-content"},[e.title]),r.createVNode(qa,{class:{"submenu-header-collapse":!0,"is-collapse":c.value.includes(b)}},null)]),r.createVNode(r.Transition,y.value,{default:()=>{var z;return[r.withDirectives(r.createVNode("ul",{class:"submenu-list"},[(z=n.default)==null?void 0:z.call(n)]),[[r.vShow,N.value]])]}})])}}});const ad=Vt(Ah,{Item:Vh,Submenu:Wh,Group:Eh}),Zh={sideTitle:{type:String,default:""},navigationType:{type:String,default:"left-right"}};var rd=r.defineComponent({props:Zh,slots:["side-icon"],setup(e,{slots:n}){return()=>{var i,s;return r.createVNode("div",{class:"bk-navigation-title",style:{borderBottomWidth:e.navigationType==="left-right"?"0":"1px"}},[((i=n.default)==null?void 0:i.call(n))||[r.createVNode("span",{class:"title-icon"},[((s=n["side-icon"])==null?void 0:s.call(n))||r.createVNode("i",{class:"bk-icon icon-rtx"},null)]),r.createVNode("span",{class:"title-desc"},[e.sideTitle])]])}}});const Gh={navWidth:{type:[Number,String],default:60},hoverWidth:{type:[Number,String],default:260},sideTitle:{type:String,default:""},headerTitle:{type:String,default:""},hoverLeaveDelay:{type:Number,default:0},hoverEnterDelay:{type:Number,default:100},defaultOpen:Boolean,headHeight:{type:[Number,String],default:52},navigationType:{type:String,default:"left-right",validator(e){return["top-bottom","left-right"].includes(e)}},needMenu:{type:Boolean,default:!0}};var Yh=r.defineComponent({name:"Navigation",props:Gh,emits:["leave","toggle","hover","toggle-click"],slots:["header","menu","footer","side-icon","side-header"],setup(e,{emit:n}){const i=r.ref(e.headerTitle),s=r.reactive({click:!1,hover:!1,delay:!1,timer:null,enterTimer:null});e.defaultOpen&&(s.click=!s.click,s.hover=s.click,n("toggle",s.hover)),r.onBeforeUnmount(()=>{s.timer&&window.clearTimeout(s.timer)});const l=()=>{s.click||(s.enterTimer=setTimeout(()=>{s.hover=!0,s.enterTimer&&window.clearTimeout(s.enterTimer),s.timer&&window.clearTimeout(s.timer),n("hover",s.hover),n("toggle",s.hover)},e.hoverEnterDelay))},c=()=>{s.click||(s.enterTimer&&window.clearTimeout(s.enterTimer),s.timer=setTimeout(()=>{s.hover=!1,window.clearTimeout(s.timer),n("leave",s.hover),n("toggle",s.hover)},e.hoverLeaveDelay))},u=()=>{s.click=!s.click,s.hover=s.click,n("toggle",s.hover),n("toggle-click",s.hover)};return{defaultHeaderTitle:i,nav:s,onBeforeUnmount:r.onBeforeUnmount,handleMouseOver:l,handleMouseLeave:c,handleClick:u}},render(){var e,n,i,s,l,c,u,m,h,p,g,C;return r.createVNode("div",{class:"bk-navigation"},[this.navigationType==="top-bottom"&&r.createVNode("div",{class:"bk-navigation-header",style:{flexBasis:`${this.headHeight}px`}},[r.createVNode(rd,{sideTitle:this.sideTitle},{default:this.$slots["side-header"],"side-icon":this.$slots["side-header"]?void 0:this.$slots["side-icon"]}),r.createVNode("div",{class:"header-right"},[(n=(e=this.$slots).header)==null?void 0:n.call(e)])]),r.createVNode("div",{class:"bk-navigation-wrapper"},[this.needMenu&&r.createVNode("div",{class:"navigation-nav",style:{width:this.nav.click?`${this.hoverWidth}px`:`${this.navWidth}px`}},[r.createVNode("div",{class:"nav-slider",onMouseenter:this.handleMouseOver,onMouseleave:this.handleMouseLeave,style:{width:this.nav.hover?`${this.hoverWidth}px`:`${this.navWidth}px`,borderRight:this.navigationType!=="top-bottom"?"none":"1px solid #DCDEE5"}},[this.navigationType!=="top-bottom"&&r.createVNode(rd,{style:{flexBasis:`${this.headHeight}px`},sideTitle:this.sideTitle},{default:this.$slots["side-header"],"side-icon":this.$slots["side-header"]?void 0:this.$slots["side-icon"]}),r.createVNode("div",{class:"nav-slider-list",style:{height:`calc(100vh - ${+this.headHeight+56}px)`}},[(s=(i=this.$slots).menu)==null?void 0:s.call(i)]),r.createVNode("div",{class:"nav-slider-footer"},[r.createVNode("div",{class:{"is-left":this.navigationType!=="top-bottom","footer-icon":!0},onClick:this.handleClick},[r.createVNode(As,{class:"footer-icon-svg",style:{transform:this.nav.click?"rotate(180deg)":"rotate(0deg)"}},null)])])])]),r.createVNode("div",{class:"navigation-container",style:{maxWidth:this.needMenu?"calc(100vw - 60px)":"100vw"}},[this.navigationType!=="top-bottom"&&r.createVNode("div",{class:"container-header",style:{flexBasis:`${this.headHeight}px`}},[((c=(l=this.$slots).header)==null?void 0:c.call(l))||[r.createVNode("div",{class:"container-header-title"},[this.headerTitle]),r.createVNode("div",{class:"container-header-sets"},[(m=(u=this.$slots)["header-set"])==null?void 0:m.call(u)])]]),r.createVNode("div",{class:"container-content",style:{maxHeight:`calc(100vh - ${this.headHeight}px)`}},[(p=(h=this.$slots).default)==null?void 0:p.call(h),r.createVNode("div",{class:"container-footer"},[(C=(g=this.$slots).footer)==null?void 0:C.call(g)])])])])])}});const sd=Ze(Yh),Bh={placement:{type:String,default:"bottom-start",validator:e=>["top","top-start","top-end","bottom","bottom-start","bottom-end","left","left-start","left-end","right","right-start","right-end"].indexOf(e)<0?(console.error(`placement property is not valid: '${e}'`),!1):!0},className:{type:String},extPopoverCls:{type:String},appendToBody:{type:Boolean},triggerRef:{type:Object},onClick:Function};var Hh=r.defineComponent({props:Bh,emits:["changeVisible"],setup(e,{emit:n}){let i=Object.create(null);const s=r.ref(null);r.onMounted(()=>{c()}),r.onBeforeUnmount(()=>{l()});const l=()=>{if(i&&Object.keys(i).length!==0){const h=i;h.isShow&&h.hide(),h.destroy(),i=null,n("changeVisible",!1)}},c=()=>{i&&Object.keys(i).length!==0?r.nextTick(()=>{i.update()}):r.nextTick(()=>{i=new Ts(e.triggerRef,s.value,{placement:e.placement,trigger:"manual",modifiers:[{name:"computeStyles",options:{adaptive:!1,gpuAcceleration:!1}},{name:"offset",options:{offset:[0,4]}}]})})},u=r.computed(()=>{const h={};return e.appendToBody&&(h["z-index"]=1060+yn.getModalNextIndex()),h}),m=r.reactive({styles:u});return je(Z({},r.toRefs(m)),{refContentRef:s,updateDropdown:c,destoryDropdown:l})},render(){var e,n,i;return r.createVNode("div",{ref:"refContentRef",class:["bk-date-picker-dropdown",this.className,this.extPopoverCls],style:this.styles,onClick:this.onClick},[(i=(n=(e=this.$slots).default)==null?void 0:n.call(e))!=null?i:""])}});const Fh={showTime:{type:Boolean,required:!0},isTime:{type:Boolean,default:!1},timeDisabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0}};var Uh=r.defineComponent({props:Fh,emits:["pick-clear","pick-success","pick-toggle-time"],setup(e,{emit:n}){const i=r.computed(()=>({time:e.isTime?"\u9009\u62E9\u65E5\u671F":"\u9009\u62E9\u65F6\u95F4",clear:"\u6E05\u9664",ok:"\u786E\u5B9A"})),s=()=>{n("pick-clear")},l=()=>{n("pick-success")},c=()=>{e.timeDisabled||n("pick-toggle-time")},u=r.ref(null);return{labels:i,handleClear:s,handleSuccess:l,handleToggleTime:c,handleTab:h=>{const g=[...u.value.children][h.shiftKey?"shift":"pop"]();document.activeElement===g&&(h.preventDefault(),h.stopPropagation())}}},render(){return r.createVNode("div",{class:"bk-picker-confirm",ref:"elRef",onKeydown:this.handleTab},[this.showTime?r.createVNode("a",{href:"javascript: void(0);",class:"bk-picker-confirm-time",disabled:this.timeDisabled,onClick:this.handleToggleTime},[this.labels.time]):"",this.clearable?r.createVNode("a",{href:"javascript: void(0);",onClick:this.handleClear,onKeydown:this.handleClear},[this.labels.clear]):"",r.createVNode("a",{href:"javascript: void(0);",class:"confirm",onClick:this.handleSuccess,onKeydown_enter:this.handleSuccess},[this.labels.ok])])}}),ld=1e3*60*60*24;function od(e,n){return new Date(e,n+1,0).getDate()}function cd(e,n,i){return n===0&&i>50?e-1:n===11&&i<10?e+1:e}function ud(e,n,i,s){n>11&&(n=0,e++);var l=new Date(e,n,i);s&&l.setDate(l.getDate()+4-(l.getDay()||7));var c=s?l.getFullYear():e,u=new Date(c,0,1),m=1+Math.round((l-u)/ld);s||(m+=u.getDay());var h=Math.ceil(m/7);if(!s){var p=new Date(e,n,i),g=new Date(e+1,0,1),C=g.getDay();p.getTime()>=g.getTime()-ld*C&&(h=1)}return h}function _h(e,n,i){for(var s=this.lang||"en",l=this.onlyDays,c=typeof this.weekStart=="undefined"?1:this.weekStart,u=c===1,m=[],h=new Date(e,n,1),p=h.getDay()||(u?7:0),g=c-p,C=ud(e,n,1,u),b=od(e,n),y=od(e,n-1),N,k,x,D=cd(e,n,C),L={month:n,year:e,daysInMonth:b},T=0;T<7;T++){x=g;for(var z=0;z<8;z++){T>0&&z>0&&g++,g>b||g<1?(k=g>b?g-b:y+g,N=g>b?n+1:n-1):(k=g,N=n);var A=function(){return z===0?"weekLabel":T===0?"dayLabel":g<1?"prevMonth":g>b?"nextMonth":"monthDay"}(),q=x!==g&&T>0,R={desc:q?k:C,week:C,type:A,format:u?"ISO 8601":"US",date:q?new Date(Date.UTC(e,N,k)):!1,year:D,index:m.length};i&&(typeof i=="function"?R=i.call(L,R,s):i.forEach(function(F){R=F.call(L,R,s)})),l&&q?m.push(R):l||m.push(R)}T>0&&(C=ud(e,N,k+1,u)),D=cd(e,n,C)}return L.cells=m,L}var Xh=function(e){return _h.bind(e)},$h={weekPlaceholder:"",columnNames:{en:{0:"w",1:"monday",2:"tuesday",3:"wednesday",4:"thursday",5:"friday",6:"saturday",7:"sunday"},sv:{0:"v",1:"m\xE5ndag",2:"tisdag",3:"onsdag",4:"torsdag",5:"fredag",6:"l\xF6rdag",7:"s\xF6ndag"},pt:{0:"s",1:"segunda",2:"ter\xE7a",3:"quarta",4:"quinta",5:"sexta",6:"s\xE1bado",7:"domingo"}},monthNames:{en:["January","February","March","April","May","June","July","August","September","October","November","December"],sv:["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"],pt:["Janeiro","Fevereiro","Mar\xE7o","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"]},classes:{dayLabel:"day-of-week",weekLabel:"week-number",prevMonth:"inactive",nextMonth:"inactive",monthDay:"day-in-month"}},kn=$h;function Kh(e){return e==null?!1:e.constructor===Array||e.constructor===Object}function dd(e,n){for(var i in e)n[i]?Kh(e[i])&&dd(e[i],n[i]):n[i]=e[i]}function fd(e,n){var i=[kn.classes[e.type]];return e.class?e.class=(typeof e.class=="string"?[e.class]:e.class).concat(i):e.class=i,e.type.indexOf("Label")>0&&(e.index==0&&kn.weekPlaceholder?e.desc=kn.weekPlaceholder:e.index<8?e.desc=kn.columnNames[n][e.index]:e.index%8==0&&(e.desc=e.week)),e.date&&(e.monthName=kn.monthNames[n][e.date.getMonth()]),this.monthName||(this.monthName=kn.monthNames[n][this.month]),this.labels||(this.labels={monthNames:kn.monthNames[n],columnNames:kn.columnNames[n],classes:kn.classes}),e}fd.setLabels=function(e){dd(e,kn)};var qh=fd,e2={Generator:Xh,addLabels:qh};function Kt(e){if(e===null||e===!0||e===!1)return NaN;var n=Number(e);return isNaN(n)?n:n<0?Math.ceil(n):Math.floor(n)}function vt(e,n){if(n.length<e)throw new TypeError(e+" argument"+(e>1?"s":"")+" required, but only "+n.length+" present")}function un(e){vt(1,arguments);var n=Object.prototype.toString.call(e);return e instanceof Date||typeof e=="object"&&n==="[object Date]"?new Date(e.getTime()):typeof e=="number"||n==="[object Number]"?new Date(e):((typeof e=="string"||n==="[object String]")&&typeof console!="undefined"&&(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://git.io/fjule"),console.warn(new Error().stack)),new Date(NaN))}function t2(e,n){vt(2,arguments);var i=un(e).getTime(),s=Kt(n);return new Date(i+s)}function n2(e){var n=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return n.setUTCFullYear(e.getFullYear()),e.getTime()-n.getTime()}function i2(e){return vt(1,arguments),e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"}function a2(e){if(vt(1,arguments),!i2(e)&&typeof e!="number")return!1;var n=un(e);return!isNaN(Number(n))}var r2={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},s2=function(e,n,i){var s,l=r2[e];return typeof l=="string"?s=l:n===1?s=l.one:s=l.other.replace("{{count}}",n.toString()),i!=null&&i.addSuffix?i.comparison&&i.comparison>0?"in "+s:s+" ago":s},l2=s2;function zl(e){return function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},i=n.width?String(n.width):e.defaultWidth,s=e.formats[i]||e.formats[e.defaultWidth];return s}}var o2={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},c2={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},u2={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},d2={date:zl({formats:o2,defaultWidth:"full"}),time:zl({formats:c2,defaultWidth:"full"}),dateTime:zl({formats:u2,defaultWidth:"full"})},f2=d2,h2={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},g2=function(e,n,i,s){return h2[e]},m2=g2;function La(e){return function(n,i){var s=i||{},l=s.context?String(s.context):"standalone",c;if(l==="formatting"&&e.formattingValues){var u=e.defaultFormattingWidth||e.defaultWidth,m=s.width?String(s.width):u;c=e.formattingValues[m]||e.formattingValues[u]}else{var h=e.defaultWidth,p=s.width?String(s.width):e.defaultWidth;c=e.values[p]||e.values[h]}var g=e.argumentCallback?e.argumentCallback(n):n;return c[g]}}var p2={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},M2={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},C2={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},y2={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},I2={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},b2={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},N2=function(e,n){var i=Number(e),s=i%100;if(s>20||s<10)switch(s%10){case 1:return i+"st";case 2:return i+"nd";case 3:return i+"rd"}return i+"th"},w2={ordinalNumber:N2,era:La({values:p2,defaultWidth:"wide"}),quarter:La({values:M2,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:La({values:C2,defaultWidth:"wide"}),day:La({values:y2,defaultWidth:"wide"}),dayPeriod:La({values:I2,defaultWidth:"wide",formattingValues:b2,defaultFormattingWidth:"wide"})},L2=w2;function va(e){return function(n){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},s=i.width,l=s&&e.matchPatterns[s]||e.matchPatterns[e.defaultMatchWidth],c=n.match(l);if(!c)return null;var u=c[0],m=s&&e.parsePatterns[s]||e.parsePatterns[e.defaultParseWidth],h=Array.isArray(m)?k2(m,function(C){return C.test(u)}):v2(m,function(C){return C.test(u)}),p;p=e.valueCallback?e.valueCallback(h):h,p=i.valueCallback?i.valueCallback(p):p;var g=n.slice(u.length);return{value:p,rest:g}}}function v2(e,n){for(var i in e)if(e.hasOwnProperty(i)&&n(e[i]))return i}function k2(e,n){for(var i=0;i<e.length;i++)if(n(e[i]))return i}function T2(e){return function(n){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},s=n.match(e.matchPattern);if(!s)return null;var l=s[0],c=n.match(e.parsePattern);if(!c)return null;var u=e.valueCallback?e.valueCallback(c[0]):c[0];u=i.valueCallback?i.valueCallback(u):u;var m=n.slice(l.length);return{value:u,rest:m}}}var x2=/^(\d+)(th|st|nd|rd)?/i,S2=/\d+/i,D2={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},j2={any:[/^b/i,/^(a|c)/i]},z2={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},J2={any:[/1/i,/2/i,/3/i,/4/i]},Q2={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},P2={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},O2={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},A2={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},E2={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},V2={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},R2={ordinalNumber:T2({matchPattern:x2,parsePattern:S2,valueCallback:function(e){return parseInt(e,10)}}),era:va({matchPatterns:D2,defaultMatchWidth:"wide",parsePatterns:j2,defaultParseWidth:"any"}),quarter:va({matchPatterns:z2,defaultMatchWidth:"wide",parsePatterns:J2,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:va({matchPatterns:Q2,defaultMatchWidth:"wide",parsePatterns:P2,defaultParseWidth:"any"}),day:va({matchPatterns:O2,defaultMatchWidth:"wide",parsePatterns:A2,defaultParseWidth:"any"}),dayPeriod:va({matchPatterns:E2,defaultMatchWidth:"any",parsePatterns:V2,defaultParseWidth:"any"})},W2=R2,Z2={code:"en-US",formatDistance:l2,formatLong:f2,formatRelative:m2,localize:L2,match:W2,options:{weekStartsOn:0,firstWeekContainsDate:1}},G2=Z2;function Y2(e,n){vt(2,arguments);var i=Kt(n);return t2(e,-i)}var B2=864e5;function H2(e){vt(1,arguments);var n=un(e),i=n.getTime();n.setUTCMonth(0,1),n.setUTCHours(0,0,0,0);var s=n.getTime(),l=i-s;return Math.floor(l/B2)+1}function Ir(e){vt(1,arguments);var n=1,i=un(e),s=i.getUTCDay(),l=(s<n?7:0)+s-n;return i.setUTCDate(i.getUTCDate()-l),i.setUTCHours(0,0,0,0),i}function hd(e){vt(1,arguments);var n=un(e),i=n.getUTCFullYear(),s=new Date(0);s.setUTCFullYear(i+1,0,4),s.setUTCHours(0,0,0,0);var l=Ir(s),c=new Date(0);c.setUTCFullYear(i,0,4),c.setUTCHours(0,0,0,0);var u=Ir(c);return n.getTime()>=l.getTime()?i+1:n.getTime()>=u.getTime()?i:i-1}function F2(e){vt(1,arguments);var n=hd(e),i=new Date(0);i.setUTCFullYear(n,0,4),i.setUTCHours(0,0,0,0);var s=Ir(i);return s}var U2=6048e5;function _2(e){vt(1,arguments);var n=un(e),i=Ir(n).getTime()-F2(n).getTime();return Math.round(i/U2)+1}function br(e,n){vt(1,arguments);var i=n||{},s=i.locale,l=s&&s.options&&s.options.weekStartsOn,c=l==null?0:Kt(l),u=i.weekStartsOn==null?c:Kt(i.weekStartsOn);if(!(u>=0&&u<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var m=un(e),h=m.getUTCDay(),p=(h<u?7:0)+h-u;return m.setUTCDate(m.getUTCDate()-p),m.setUTCHours(0,0,0,0),m}function gd(e,n){vt(1,arguments);var i=un(e),s=i.getUTCFullYear(),l=n||{},c=l.locale,u=c&&c.options&&c.options.firstWeekContainsDate,m=u==null?1:Kt(u),h=l.firstWeekContainsDate==null?m:Kt(l.firstWeekContainsDate);if(!(h>=1&&h<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var p=new Date(0);p.setUTCFullYear(s+1,0,h),p.setUTCHours(0,0,0,0);var g=br(p,n),C=new Date(0);C.setUTCFullYear(s,0,h),C.setUTCHours(0,0,0,0);var b=br(C,n);return i.getTime()>=g.getTime()?s+1:i.getTime()>=b.getTime()?s:s-1}function X2(e,n){vt(1,arguments);var i=n||{},s=i.locale,l=s&&s.options&&s.options.firstWeekContainsDate,c=l==null?1:Kt(l),u=i.firstWeekContainsDate==null?c:Kt(i.firstWeekContainsDate),m=gd(e,n),h=new Date(0);h.setUTCFullYear(m,0,u),h.setUTCHours(0,0,0,0);var p=br(h,n);return p}var $2=6048e5;function K2(e,n){vt(1,arguments);var i=un(e),s=br(i,n).getTime()-X2(i,n).getTime();return Math.round(s/$2)+1}function Be(e,n){for(var i=e<0?"-":"",s=Math.abs(e).toString();s.length<n;)s="0"+s;return i+s}var q2={y:function(e,n){var i=e.getUTCFullYear(),s=i>0?i:1-i;return Be(n==="yy"?s%100:s,n.length)},M:function(e,n){var i=e.getUTCMonth();return n==="M"?String(i+1):Be(i+1,2)},d:function(e,n){return Be(e.getUTCDate(),n.length)},a:function(e,n){var i=e.getUTCHours()/12>=1?"pm":"am";switch(n){case"a":case"aa":return i.toUpperCase();case"aaa":return i;case"aaaaa":return i[0];case"aaaa":default:return i==="am"?"a.m.":"p.m."}},h:function(e,n){return Be(e.getUTCHours()%12||12,n.length)},H:function(e,n){return Be(e.getUTCHours(),n.length)},m:function(e,n){return Be(e.getUTCMinutes(),n.length)},s:function(e,n){return Be(e.getUTCSeconds(),n.length)},S:function(e,n){var i=n.length,s=e.getUTCMilliseconds(),l=Math.floor(s*Math.pow(10,i-3));return Be(l,n.length)}},ei=q2,Yi={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},eg={G:function(e,n,i){var s=e.getUTCFullYear()>0?1:0;switch(n){case"G":case"GG":case"GGG":return i.era(s,{width:"abbreviated"});case"GGGGG":return i.era(s,{width:"narrow"});case"GGGG":default:return i.era(s,{width:"wide"})}},y:function(e,n,i){if(n==="yo"){var s=e.getUTCFullYear(),l=s>0?s:1-s;return i.ordinalNumber(l,{unit:"year"})}return ei.y(e,n)},Y:function(e,n,i,s){var l=gd(e,s),c=l>0?l:1-l;if(n==="YY"){var u=c%100;return Be(u,2)}return n==="Yo"?i.ordinalNumber(c,{unit:"year"}):Be(c,n.length)},R:function(e,n){var i=hd(e);return Be(i,n.length)},u:function(e,n){var i=e.getUTCFullYear();return Be(i,n.length)},Q:function(e,n,i){var s=Math.ceil((e.getUTCMonth()+1)/3);switch(n){case"Q":return String(s);case"QQ":return Be(s,2);case"Qo":return i.ordinalNumber(s,{unit:"quarter"});case"QQQ":return i.quarter(s,{width:"abbreviated",context:"formatting"});case"QQQQQ":return i.quarter(s,{width:"narrow",context:"formatting"});case"QQQQ":default:return i.quarter(s,{width:"wide",context:"formatting"})}},q:function(e,n,i){var s=Math.ceil((e.getUTCMonth()+1)/3);switch(n){case"q":return String(s);case"qq":return Be(s,2);case"qo":return i.ordinalNumber(s,{unit:"quarter"});case"qqq":return i.quarter(s,{width:"abbreviated",context:"standalone"});case"qqqqq":return i.quarter(s,{width:"narrow",context:"standalone"});case"qqqq":default:return i.quarter(s,{width:"wide",context:"standalone"})}},M:function(e,n,i){var s=e.getUTCMonth();switch(n){case"M":case"MM":return ei.M(e,n);case"Mo":return i.ordinalNumber(s+1,{unit:"month"});case"MMM":return i.month(s,{width:"abbreviated",context:"formatting"});case"MMMMM":return i.month(s,{width:"narrow",context:"formatting"});case"MMMM":default:return i.month(s,{width:"wide",context:"formatting"})}},L:function(e,n,i){var s=e.getUTCMonth();switch(n){case"L":return String(s+1);case"LL":return Be(s+1,2);case"Lo":return i.ordinalNumber(s+1,{unit:"month"});case"LLL":return i.month(s,{width:"abbreviated",context:"standalone"});case"LLLLL":return i.month(s,{width:"narrow",context:"standalone"});case"LLLL":default:return i.month(s,{width:"wide",context:"standalone"})}},w:function(e,n,i,s){var l=K2(e,s);return n==="wo"?i.ordinalNumber(l,{unit:"week"}):Be(l,n.length)},I:function(e,n,i){var s=_2(e);return n==="Io"?i.ordinalNumber(s,{unit:"week"}):Be(s,n.length)},d:function(e,n,i){return n==="do"?i.ordinalNumber(e.getUTCDate(),{unit:"date"}):ei.d(e,n)},D:function(e,n,i){var s=H2(e);return n==="Do"?i.ordinalNumber(s,{unit:"dayOfYear"}):Be(s,n.length)},E:function(e,n,i){var s=e.getUTCDay();switch(n){case"E":case"EE":case"EEE":return i.day(s,{width:"abbreviated",context:"formatting"});case"EEEEE":return i.day(s,{width:"narrow",context:"formatting"});case"EEEEEE":return i.day(s,{width:"short",context:"formatting"});case"EEEE":default:return i.day(s,{width:"wide",context:"formatting"})}},e:function(e,n,i,s){var l=e.getUTCDay(),c=(l-s.weekStartsOn+8)%7||7;switch(n){case"e":return String(c);case"ee":return Be(c,2);case"eo":return i.ordinalNumber(c,{unit:"day"});case"eee":return i.day(l,{width:"abbreviated",context:"formatting"});case"eeeee":return i.day(l,{width:"narrow",context:"formatting"});case"eeeeee":return i.day(l,{width:"short",context:"formatting"});case"eeee":default:return i.day(l,{width:"wide",context:"formatting"})}},c:function(e,n,i,s){var l=e.getUTCDay(),c=(l-s.weekStartsOn+8)%7||7;switch(n){case"c":return String(c);case"cc":return Be(c,n.length);case"co":return i.ordinalNumber(c,{unit:"day"});case"ccc":return i.day(l,{width:"abbreviated",context:"standalone"});case"ccccc":return i.day(l,{width:"narrow",context:"standalone"});case"cccccc":return i.day(l,{width:"short",context:"standalone"});case"cccc":default:return i.day(l,{width:"wide",context:"standalone"})}},i:function(e,n,i){var s=e.getUTCDay(),l=s===0?7:s;switch(n){case"i":return String(l);case"ii":return Be(l,n.length);case"io":return i.ordinalNumber(l,{unit:"day"});case"iii":return i.day(s,{width:"abbreviated",context:"formatting"});case"iiiii":return i.day(s,{width:"narrow",context:"formatting"});case"iiiiii":return i.day(s,{width:"short",context:"formatting"});case"iiii":default:return i.day(s,{width:"wide",context:"formatting"})}},a:function(e,n,i){var s=e.getUTCHours(),l=s/12>=1?"pm":"am";switch(n){case"a":case"aa":return i.dayPeriod(l,{width:"abbreviated",context:"formatting"});case"aaa":return i.dayPeriod(l,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return i.dayPeriod(l,{width:"narrow",context:"formatting"});case"aaaa":default:return i.dayPeriod(l,{width:"wide",context:"formatting"})}},b:function(e,n,i){var s=e.getUTCHours(),l;switch(s===12?l=Yi.noon:s===0?l=Yi.midnight:l=s/12>=1?"pm":"am",n){case"b":case"bb":return i.dayPeriod(l,{width:"abbreviated",context:"formatting"});case"bbb":return i.dayPeriod(l,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return i.dayPeriod(l,{width:"narrow",context:"formatting"});case"bbbb":default:return i.dayPeriod(l,{width:"wide",context:"formatting"})}},B:function(e,n,i){var s=e.getUTCHours(),l;switch(s>=17?l=Yi.evening:s>=12?l=Yi.afternoon:s>=4?l=Yi.morning:l=Yi.night,n){case"B":case"BB":case"BBB":return i.dayPeriod(l,{width:"abbreviated",context:"formatting"});case"BBBBB":return i.dayPeriod(l,{width:"narrow",context:"formatting"});case"BBBB":default:return i.dayPeriod(l,{width:"wide",context:"formatting"})}},h:function(e,n,i){if(n==="ho"){var s=e.getUTCHours()%12;return s===0&&(s=12),i.ordinalNumber(s,{unit:"hour"})}return ei.h(e,n)},H:function(e,n,i){return n==="Ho"?i.ordinalNumber(e.getUTCHours(),{unit:"hour"}):ei.H(e,n)},K:function(e,n,i){var s=e.getUTCHours()%12;return n==="Ko"?i.ordinalNumber(s,{unit:"hour"}):Be(s,n.length)},k:function(e,n,i){var s=e.getUTCHours();return s===0&&(s=24),n==="ko"?i.ordinalNumber(s,{unit:"hour"}):Be(s,n.length)},m:function(e,n,i){return n==="mo"?i.ordinalNumber(e.getUTCMinutes(),{unit:"minute"}):ei.m(e,n)},s:function(e,n,i){return n==="so"?i.ordinalNumber(e.getUTCSeconds(),{unit:"second"}):ei.s(e,n)},S:function(e,n){return ei.S(e,n)},X:function(e,n,i,s){var l=s._originalDate||e,c=l.getTimezoneOffset();if(c===0)return"Z";switch(n){case"X":return pd(c);case"XXXX":case"XX":return bi(c);case"XXXXX":case"XXX":default:return bi(c,":")}},x:function(e,n,i,s){var l=s._originalDate||e,c=l.getTimezoneOffset();switch(n){case"x":return pd(c);case"xxxx":case"xx":return bi(c);case"xxxxx":case"xxx":default:return bi(c,":")}},O:function(e,n,i,s){var l=s._originalDate||e,c=l.getTimezoneOffset();switch(n){case"O":case"OO":case"OOO":return"GMT"+md(c,":");case"OOOO":default:return"GMT"+bi(c,":")}},z:function(e,n,i,s){var l=s._originalDate||e,c=l.getTimezoneOffset();switch(n){case"z":case"zz":case"zzz":return"GMT"+md(c,":");case"zzzz":default:return"GMT"+bi(c,":")}},t:function(e,n,i,s){var l=s._originalDate||e,c=Math.floor(l.getTime()/1e3);return Be(c,n.length)},T:function(e,n,i,s){var l=s._originalDate||e,c=l.getTime();return Be(c,n.length)}};function md(e,n){var i=e>0?"-":"+",s=Math.abs(e),l=Math.floor(s/60),c=s%60;if(c===0)return i+String(l);var u=n||"";return i+String(l)+u+Be(c,2)}function pd(e,n){if(e%60===0){var i=e>0?"-":"+";return i+Be(Math.abs(e)/60,2)}return bi(e,n)}function bi(e,n){var i=n||"",s=e>0?"-":"+",l=Math.abs(e),c=Be(Math.floor(l/60),2),u=Be(l%60,2);return s+c+i+u}var tg=eg;function Md(e,n){switch(e){case"P":return n.date({width:"short"});case"PP":return n.date({width:"medium"});case"PPP":return n.date({width:"long"});case"PPPP":default:return n.date({width:"full"})}}function Cd(e,n){switch(e){case"p":return n.time({width:"short"});case"pp":return n.time({width:"medium"});case"ppp":return n.time({width:"long"});case"pppp":default:return n.time({width:"full"})}}function ng(e,n){var i=e.match(/(P+)(p+)?/)||[],s=i[1],l=i[2];if(!l)return Md(e,n);var c;switch(s){case"P":c=n.dateTime({width:"short"});break;case"PP":c=n.dateTime({width:"medium"});break;case"PPP":c=n.dateTime({width:"long"});break;case"PPPP":default:c=n.dateTime({width:"full"});break}return c.replace("{{date}}",Md(s,n)).replace("{{time}}",Cd(l,n))}var ig={p:Cd,P:ng},ag=ig,rg=["D","DD"],sg=["YY","YYYY"];function lg(e){return rg.indexOf(e)!==-1}function og(e){return sg.indexOf(e)!==-1}function yd(e,n,i){if(e==="YYYY")throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(n,"`) for formatting years to the input `").concat(i,"`; see: https://git.io/fxCyr"));if(e==="YY")throw new RangeError("Use `yy` instead of `YY` (in `".concat(n,"`) for formatting years to the input `").concat(i,"`; see: https://git.io/fxCyr"));if(e==="D")throw new RangeError("Use `d` instead of `D` (in `".concat(n,"`) for formatting days of the month to the input `").concat(i,"`; see: https://git.io/fxCyr"));if(e==="DD")throw new RangeError("Use `dd` instead of `DD` (in `".concat(n,"`) for formatting days of the month to the input `").concat(i,"`; see: https://git.io/fxCyr"))}var cg=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,ug=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,dg=/^'([^]*?)'?$/,fg=/''/g,hg=/[a-zA-Z]/;function gg(e,n,i){vt(2,arguments);var s=String(n),l=i||{},c=l.locale||G2,u=c.options&&c.options.firstWeekContainsDate,m=u==null?1:Kt(u),h=l.firstWeekContainsDate==null?m:Kt(l.firstWeekContainsDate);if(!(h>=1&&h<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var p=c.options&&c.options.weekStartsOn,g=p==null?0:Kt(p),C=l.weekStartsOn==null?g:Kt(l.weekStartsOn);if(!(C>=0&&C<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(!c.localize)throw new RangeError("locale must contain localize property");if(!c.formatLong)throw new RangeError("locale must contain formatLong property");var b=un(e);if(!a2(b))throw new RangeError("Invalid time value");var y=n2(b),N=Y2(b,y),k={firstWeekContainsDate:h,weekStartsOn:C,locale:c,_originalDate:b},x=s.match(ug).map(function(D){var L=D[0];if(L==="p"||L==="P"){var T=ag[L];return T(D,c.formatLong,k)}return D}).join("").match(cg).map(function(D){if(D==="''")return"'";var L=D[0];if(L==="'")return mg(D);var T=tg[L];if(T)return!l.useAdditionalWeekYearTokens&&og(D)&&yd(D,n,e),!l.useAdditionalDayOfYearTokens&&lg(D)&&yd(D,n,e),T(N,D,c.localize,k);if(L.match(hg))throw new RangeError("Format string contains an unescaped latin alphabet character `"+L+"`");return D}).join("");return x}function mg(e){return e.match(dg)[1].replace(fg,"'")}const mt={},Id=/d{1,4}|M{1,4}|yy(?:yy)?|S{1,3}|Do|ZZ|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g,Ni=/\d\d?/,pg=/\d{3}/,Mg=/\d{4}/,Nr=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,bd=function(){};function Nd(e,n){const i=[];for(let s=0,l=e.length;s<l;s++)i.push(e[s].substr(0,n));return i}function wd(e){return(n,i,s)=>{const l=s[e].indexOf(i.charAt(0).toUpperCase()+i.substr(1).toLowerCase());~l&&(n.month=l)}}function Tn(e,n=2){let i=String(e);for(;i.length<n;)i=`0${i}`;return i}const Ld=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],vd=["January","February","March","April","May","June","July","August","September","October","November","December"],Cg=Nd(vd,3),yg=Nd(Ld,3);mt.i18n={dayNamesShort:yg,dayNames:Ld,monthNamesShort:Cg,monthNames:vd,amPm:["am","pm"],DoFn(e){return e+["th","st","nd","rd"][e%10>3?0:(e-e%10!==10)*e%10]}};const kd={D(e){return e.getDay()},DD(e){return Tn(e.getDay())},Do(e,n){return n.DoFn(e.getDate())},d(e){return e.getDate()},dd(e){return Tn(e.getDate())},ddd(e,n){return n.dayNamesShort[e.getDay()]},dddd(e,n){return n.dayNames[e.getDay()]},M(e){return e.getMonth()+1},MM(e){return Tn(e.getMonth()+1)},MMM(e,n){return n.monthNamesShort[e.getMonth()]},MMMM(e,n){return n.monthNames[e.getMonth()]},yy(e){return String(e.getFullYear()).substr(2)},yyyy(e){return e.getFullYear()},h(e){return e.getHours()%12||12},hh(e){return Tn(e.getHours()%12||12)},H(e){return e.getHours()},HH(e){return Tn(e.getHours())},m(e){return e.getMinutes()},mm(e){return Tn(e.getMinutes())},s(e){return e.getSeconds()},ss(e){return Tn(e.getSeconds())},S(e){return Math.round(e.getMilliseconds()/100)},SS(e){return Tn(Math.round(e.getMilliseconds()/10),2)},SSS(e){return Tn(e.getMilliseconds(),3)},a(e,n){return e.getHours()<12?n.amPm[0]:n.amPm[1]},A(e,n){return e.getHours()<12?n.amPm[0].toUpperCase():n.amPm[1].toUpperCase()},ZZ(e){const n=e.getTimezoneOffset();return(n>0?"-":"+")+Tn(Math.floor(Math.abs(n)/60)*100+Math.abs(n)%60,4)}},nt={d:[Ni,(e,n)=>{e.day=n}],M:[Ni,(e,n)=>{e.month=n-1}],yy:[Ni,(e,n)=>{const s=+`${new Date().getFullYear()}`.substr(0,2);e.year=`${n>68?s-1:s}${n}`}],h:[Ni,(e,n)=>{e.hour=n}],m:[Ni,(e,n)=>{e.minute=n}],s:[Ni,(e,n)=>{e.second=n}],yyyy:[Mg,(e,n)=>{e.year=n}],S:[/\d/,(e,n)=>{e.millisecond=n*100}],SS:[/\d{2}/,(e,n)=>{e.millisecond=n*10}],SSS:[pg,(e,n)=>{e.millisecond=n}],D:[Ni,bd],ddd:[Nr,bd],MMM:[Nr,wd("monthNamesShort")],MMMM:[Nr,wd("monthNames")],a:[Nr,(e,n,i)=>{const s=n.toLowerCase();s===i.amPm[0]?e.isPm=!1:s===i.amPm[1]&&(e.isPm=!0)}],ZZ:[/[\\+\\-]\d\d:?\d\d/,(e,n)=>{const i=`${n}`.match(/([\\+\\-]|\d\d)/gi);let s;i&&(s=+(i[1]*60)+parseInt(i[2],10),e.timezoneOffset=i[0]==="+"?s:-s)}]};nt.DD=nt.D,nt.dddd=nt.ddd,nt.Do=nt.dd=nt.d,nt.mm=nt.m,nt.hh=nt.H=nt.HH=nt.h,nt.MM=nt.M,nt.ss=nt.s,nt.A=nt.a,mt.masks={default:"ddd MMM dd yyyy HH:mm:ss",shortDate:"M/D/yy",mediumDate:"MMM d, yyyy",longDate:"MMMM d, yyyy",fullDate:"dddd, MMMM d, yyyy",shortTime:"HH:mm",mediumTime:"HH:mm:ss",longTime:"HH:mm:ss.SSS"},mt.format=(e,n,i)=>{const s=i||mt.i18n;if(typeof e=="number"&&(e=new Date(e)),Object.prototype.toString.call(e)!=="[object Date]"||isNaN(e.getTime()))throw new Error("Invalid Date in fecha.format");return n=mt.masks[n]||n||mt.masks.default,n.replace(Id,l=>l in kd?kd[l](e,s):l.slice(1,l.length-1))},mt.parse=(e,n,i)=>{const s=i||mt.i18n;if(typeof n!="string")throw new Error("Invalid format in fecha.parse");if(n=mt.masks[n]||n,e.length>1e3)return!1;let l=!0;const c={};if(n.replace(Id,h=>{if(nt[h]){const p=nt[h],g=e.search(p[0]);~g?e.replace(p[0],C=>(p[1](c,C,s),e=e.substr(g+C.length),C)):l=!1}return nt[h]?"":h.slice(1,h.length-1)}),!l)return!1;const u=new Date;c.isPm===!0&&c.hour!==null&&+c.hour!=12?c.hour=+c.hour+12:c.isPm===!1&&+c.hour==12&&(c.hour=0);let m;return c.timezoneOffset!==null&&c.timezoneOffset!==void 0?(c.minute=+(c.minute||0)-+c.timezoneOffset,m=new Date(Date.UTC(c.year||u.getFullYear(),c.month||0,c.day||1,c.hour||0,c.minute||0,c.second||0,c.millisecond||0))):m=new Date(c.year||u.getFullYear(),c.month||0,c.day||1,c.hour||0,c.minute||0,c.second||0,c.millisecond||0),m};const Jl=" - ",An=(e,n)=>{const i=un(new Date(e));return!i||isNaN(i.getTime())?"":gg(i,n||"yyyy-MM-dd")},Ql=(e,n)=>{if(Array.isArray(e)&&e.length===2){const i=e[0],s=e[1];if(i&&s)return An(i,n)+Jl+An(s,n)}else if(!Array.isArray(e)&&e instanceof Date)return An(e,n);return""},Pl=(e,n)=>{const i=Array.isArray(e)?e:e.split(Jl);if(i.length===2){const s=i[0],l=i[1];return[s instanceof Date?s:mt.parse(s,n||"yyyy-MM-dd"),l instanceof Date?l:mt.parse(l,n||"yyyy-MM-dd")]}return[]},Bi={default:{formatter(e){return e?`${e}`:""},parser(e){return e===void 0||e===""?null:e}},date:{formatter:(e,n)=>An(e,n),parser:(e,n)=>mt.parse(e,n||"yyyy-MM-dd")},datetime:{formatter:(e,n)=>An(e,n),parser:(e,n)=>mt.parse(e,n||"yyyy-MM-dd")},daterange:{formatter:Ql,parser:Pl},datetimerange:{formatter:Ql,parser:Pl},timerange:{formatter:Ql,parser:Pl},time:{formatter:(e,n)=>An(e,n),parser:(e,n)=>mt.parse(e,n||"yyyy-MM-dd")},month:{formatter:(e,n)=>An(e,n),parser:(e,n)=>mt.parse(e,n||"yyyy-MM-dd")},year:{formatter:(e,n)=>An(e,n),parser:(e,n)=>mt.parse(e,n||"yyyy-MM-dd")},multiple:{formatter(e,n){return e.filter(Boolean).map(i=>An(i,n)).join(",")},parser(e,n){return(typeof e=="string"?e.split(","):e).map(s=>{if(s instanceof Date)return s;let l=s;return typeof s=="string"?l=s.trim():typeof s!="number"&&!s&&(l=""),mt.parse(l,n||"yyyy-MM-dd")})}},number:{formatter(e){return e?`${e}`:""},parser(e){const n=Number(e);return isNaN(e)?null:n}}},Ig=()=>{const e=new Date;return e.setHours(0),e.setMinutes(0),e.setSeconds(0),e},bg=e=>e.every(n=>!n||typeof n=="string"&&n.trim()===""),Td=e=>e?[e.getHours(),e.getMinutes(),e.getSeconds()]:[0,0,0],xd={date:"yyyy-MM-dd",month:"yyyy-MM",year:"yyyy",datetime:"yyyy-MM-dd HH:mm:ss",time:"HH:mm:ss",timerange:"HH:mm:ss",daterange:"yyyy-MM-dd",datetimerange:"yyyy-MM-dd HH:mm:ss"},wr=(e,n,i,s)=>{const l=n.includes("range"),{parser:c}=Bi[n]||Bi.default,u=s||xd[n],m=Bi.multiple.parser;let h=e;if(e&&n==="time"&&!(e instanceof Date))h=c(e,u);else if(i&&e)h=m(e,u);else if(l)if(!e)h=[null,null];else if(typeof e=="string")h=c(e,u);else if(n==="timerange")h=c(e,u).map(p=>p||"");else{const[p,g]=e;p instanceof Date&&g instanceof Date?h=e.map(C=>new Date(C)):typeof p=="string"&&typeof g=="string"?h=c(e.join(Jl),u):(!p||!g)&&(h=[null,null])}else typeof e=="string"&&n.indexOf("time")!==0&&(h=c(e,u)||null);return l||i?h||[]:[h]},ka=(e,n,i,s)=>{const l=xd[n];if(i){const{formatter:u}=Bi.multiple;return u(e,s||l)}const{formatter:c}=Bi[n]||Bi.default;return c(e,s||l)},Ng=Symbol("date-picker");function qt(e,n=""){return["bk-picker-panel-icon-btn",`bk-date-picker-${e}-btn`,`bk-date-picker-${e}-btn-arrow${n}`]}const wg=(e,n)=>new Date(e,n+1,0).getDate(),Sd=(e,n)=>{const i=new Date(e),s=i.getMonth()+n,l=wg(i.getFullYear(),s);return l<i.getDate()&&i.setDate(l),i.setMonth(s),i},Dd=(()=>{const e={yyyy:i=>i.getFullYear(),m:i=>i.getMonth()+1,mm:i=>`0${i.getMonth()+1}`.slice(-2),mmm:(i,s)=>i.toLocaleDateString(s,{month:"long"}).slice(0,3),Mmm:(i,s)=>{const l=i.toLocaleDateString(s,{month:"long"});return(l[0].toUpperCase()+l.slice(1).toLowerCase()).slice(0,3)},mmmm:(i,s)=>i.toLocaleDateString(s,{month:"long"}),Mmmm:(i,s)=>{const l=i.toLocaleDateString(s,{month:"long"});return l[0].toUpperCase()+l.slice(1).toLowerCase()}},n=new RegExp(["yyyy","Mmmm","mmmm","Mmm","mmm","mm","m"].join("|"),"g");return(i,s,l)=>{const c=/(\[[^\]]+\])([^\\[\]]+)(\[[^\]]+\])/,u=s.match(c).slice(1),m=u[1],h=[u[0],u[2]].map(p=>({label:p.replace(/\[[^\]]+\]/,C=>C.slice(1,-1).replace(n,b=>e[b](l,i))),type:p.indexOf("yy")!==-1?"year":"month"}));return{separator:m,labels:h}}})(),wi=e=>{const n=new Date(e);return n.setHours(0,0,0,0),n.getTime()},Lg=(e,n,i)=>{if(!n||!i)return!1;const[s,l]=[n,i].sort();return e>=s&&e<=l},vg={tableDate:{type:Date,required:!0},disableDate:Function,selectionMode:{type:String,required:!0},modelValue:{type:[Date,String,Number,Array]},rangeState:{type:Object,default:()=>({from:null,to:null,selecting:!1})},focusedDate:{type:Date,required:!0}};var Ol=r.defineComponent({props:vg,emits:["pick","pick-click","changeRange"],setup(e,{emit:n}){const i=r.computed(()=>new e2.Generator({onlyDays:!0,weekStart:0})),s=r.computed(()=>{const p=["\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"];return p.splice(0,7-0).concat(p.splice(0,0))}),l=r.computed(()=>e.selectionMode==="range"&&e.rangeState.selecting?[e.rangeState.from]:e.modelValue),c=r.computed(()=>{const p=e.tableDate.getFullYear(),g=e.tableDate.getMonth(),C=wi(new Date),b=l.value.filter(Boolean).map(wi),[y,N]=l.value.map(wi),k=e.rangeState.from&&wi(e.rangeState.from),x=e.rangeState.to&&wi(e.rangeState.to),D=e.selectionMode==="range",L=typeof e.disableDate=="function"&&e.disableDate;return i.value(p,g,T=>{T.date instanceof Date&&T.date.setTime(T.date.getTime()+T.date.getTimezoneOffset()*6e4);const z=T.date&&wi(T.date),A=T.date&&g===T.date.getMonth();return je(Z({},T),{type:z===C?"today":T.type,selected:A&&b.includes(z),disabled:T.date&&L&&L(new Date(z)),range:A&&D&&Lg(z,k,x),start:A&&D&&z===y,end:A&&D&&z===N})}).cells.slice(0)});return{headerDays:s,cells:c,getCellCls:p=>["bk-date-picker-cells-cell",{["bk-date-picker-cells-cell-selected"]:p.selected||p.start||p.end,["bk-date-picker-cells-cell-disabled"]:p.disabled,["bk-date-picker-cells-cell-today"]:p.type==="today",["bk-date-picker-cells-cell-prev-month"]:p.type==="prevMonth",["bk-date-picker-cells-cell-next-month"]:p.type==="nextMonth",["bk-date-picker-cells-cell-week-label"]:p.type==="weekLabel",["bk-date-picker-cells-cell-range"]:p.range&&!p.start&&!p.end}],handleClick:p=>{if(p.disabled||p.type==="weekLabel")return;const g=new Date(wi(p.date));n("pick",g),n("pick-click")},handleMouseMove:p=>{if(!e.rangeState.selecting||p.disabled)return;const g=p.date;n("changeRange",g)}}},render(){return r.createVNode("div",{class:"bk-date-picker-cells"},[r.createVNode("div",{class:"bk-date-picker-cells-header"},[this.headerDays.map(e=>r.createVNode("span",null,[e]))]),this.cells.map(e=>r.createVNode("span",{class:this.getCellCls(e),onClick:()=>this.handleClick(e),onMouseenter:()=>this.handleMouseMove(e)},[r.createVNode("em",null,[e.desc])]))])}});const kg={modelValue:{type:[Date,String,Number,Array]},shortcuts:{type:Array,default:()=>[]},multiple:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},shortcutClose:{type:Boolean,default:!1},selectionMode:{type:String,default:"date",validator(e){return["year","month","date","time"].indexOf(e)<0?(console.error(`selectionMode property is not valid: '${e}'`),!1):!0}},startDate:{type:Date},disableDate:Function,focusedDate:{type:Date,required:!0},confirm:{type:Boolean,default:!1},showTime:{type:Boolean,default:!1}};var Tg=r.defineComponent({props:kg,emits:["pick","pick-success","pick-clear"],setup(e,{slots:n,emit:i}){const s=O=>O.match(/^time/)?"time-picker":`${O}-table`,l=e.modelValue.slice().sort(),c=r.reactive({currentView:e.selectionMode||"date",pickerTable:s(e.selectionMode),dates:l,panelDate:e.startDate||l[0]||new Date}),u=()=>{setTimeout(()=>{c.currentView=e.selectionMode},500)},m=O=>{c.panelDate=O,c.pickerTable==="year-table"?c.pickerTable="month-table":c.pickerTable=s(c.currentView)},h=(O,E)=>{let U=O;e.selectionMode==="year"?U=new Date(O.getFullYear(),0,1):e.selectionMode==="month"?U=new Date(c.panelDate.getFullYear(),O.getMonth(),1):U=new Date(O),c.dates=[U],i("pick",U,!1,E||e.selectionMode)},p=()=>{u(),i("pick-success")},g=()=>{u(),i("pick-clear")},C=O=>{O.value&&i("pick",O.value(),!1,void 0,O),O.onClick&&O.onClick(this),e.shortcutClose&&p()},b=()=>{c.currentView=e.selectionMode,c.pickerTable=s(c.currentView)},y=O=>{e.selectionMode==="year"||c.pickerTable==="year-table"?c.panelDate=new Date(c.panelDate.getFullYear()+O*10,0,1):c.panelDate=Sd(c.panelDate,O*12)},N=O=>{c.panelDate=Sd(c.panelDate,O)},k=r.ref(null),x=r.ref(null),D=O=>{var E,U;O&&((E=k==null?void 0:k.value)==null||E.updateScroll(),(U=x==null?void 0:x.value)==null||U.updateScroll())},L=r.computed(()=>c.pickerTable===`${c.currentView}-table`?h:m),T=r.computed(()=>{const O="zh-CN",E="[yyyy]-[mm]",U=c.panelDate,{labels:ce,separator:ee}=Dd(O,E,U),ge=Me=>()=>{c.pickerTable=s(Me)};return{separator:ee,labels:ce.map(Me=>{const he=Me;return he.handler=ge(Me.type),he})}}),z=r.computed(()=>T.value.labels[0].type==="year"||c.currentView==="date"),A=r.computed(()=>T.value.labels[1].type==="year"||c.currentView==="date"),q=r.computed(()=>c.currentView==="time"),R=()=>{c.currentView=c.currentView==="time"?"date":"time"},F=r.computed(()=>!!n.shortcuts);return je(Z({},r.toRefs(c)),{panelPickerHandlers:L,datePanelLabel:T,showLabelFirst:z,showLabelSecond:A,handleShortcutClick:C,changeYear:y,changeMonth:N,reset:b,isTime:q,hasShortcuts:F,onToggleVisibility:D,handleToggleTime:R,handlePickSuccess:p,handlePickClear:g})},render(){var e,n,i;return r.createVNode("div",{class:["bk-picker-panel-body-wrapper",this.shortcuts.length||this.hasShortcuts?"bk-picker-panel-with-sidebar":""],onMousedown:s=>{s.preventDefault()}},[this.shortcuts.length?r.createVNode("div",{class:"bk-picker-panel-sidebar"},[this.shortcuts.map(s=>r.createVNode("div",{class:"bk-picker-panel-shortcut",onClick:()=>this.handleShortcutClick(s)},[s.text]))]):"",r.createVNode("div",{class:"bk-picker-panel-body",style:"width: 261px;"},[r.withDirectives(r.createVNode("div",{class:"bk-date-picker-header"},[r.createVNode("span",{class:qt("prev","-double"),onClick:()=>this.changeYear(-1)},[r.createVNode(pa,{style:{fontSize:"20px",lineHeight:1}},null)]),this.pickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:qt("prev"),onClick:()=>this.changeMonth(-1)},[r.createVNode(mi,{style:{fontSize:"20px",lineHeight:1}},null)]),[[r.vShow,this.currentView==="date"]]):"",this.datePanelLabel&&Object.keys(this.datePanelLabel).length>0?r.createVNode("span",null,[r.withDirectives(r.createVNode("span",{class:"bk-date-picker-header-label",onClick:()=>this.datePanelLabel.labels[0].handler},[this.datePanelLabel.labels[0].label]),[[r.vShow,this.showLabelFirst]]),this.currentView==="date"?` ${this.datePanelLabel.separator} `:" ",r.withDirectives(r.createVNode("span",{class:"bk-date-picker-header-label",onClick:()=>this.datePanelLabel.labels[1].handler},[this.datePanelLabel.labels[1].label]),[[r.vShow,this.showLabelSecond]])]):"",r.createVNode("span",{class:qt("next","-double"),onClick:()=>this.changeYear(1)},[r.createVNode(Ma,{style:{fontSize:"20px",lineHeight:1}},null)]),this.pickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:qt("next"),onClick:()=>this.changeMonth(1)},[r.createVNode(Jn,{style:{fontSize:"20px",lineHeight:1}},null)]),[[r.vShow,this.currentView==="date"]]):""]),[[r.vShow,this.currentView!=="time"]]),r.createVNode("div",{class:"bk-picker-panel-content"},[this.currentView!=="time"?(()=>{switch(this.pickerTable){case"date-table":return r.createVNode(Ol,{tableDate:this.panelDate,disableDate:this.disableDate,selectionMode:this.selectionMode,modelValue:this.dates,focusedDate:this.focusedDate,onPick:this.panelPickerHandlers},null);default:return null}})():""]),this.confirm?r.createVNode(Uh,{clearable:this.clearable,showTime:this.showTime,isTime:this.isTime,"onPick-toggle-time":this.handleToggleTime,"onPick-clear":this.handlePickClear,"onPick-success":this.handlePickSuccess},null):""]),this.hasShortcuts?r.createVNode("div",{class:"bk-picker-panel-sidebar"},[(i=(n=(e=this.$slots).shortcuts)==null?void 0:n.call(e))!=null?i:null]):null])}});const xg={modelValue:{type:[Date,String,Number,Array]},type:{type:String,default:"date",validator(e){return["year","month","date","daterange","datetime","datetimerange","time","timerange"].indexOf(e)<0?(console.error(`type property is not valid: '${e}'`),!1):!0}},shortcuts:{type:Array,default:()=>[]},clearable:{type:Boolean,default:!0},splitPanels:{type:Boolean,default:!0},shortcutClose:{type:Boolean,default:!1},showTime:{type:Boolean,default:!1},selectionMode:{type:String,default:"date",validator(e){return["year","month","date","time"].indexOf(e)<0?(console.error(`selectionMode property is not valid: '${e}'`),!1):!0}},startDate:{type:Date},upToNow:{type:Boolean,default:!1},disableDate:Function,focusedDate:{type:Date,required:!0},confirm:{type:Boolean,default:!1}};var Sg=r.defineComponent({props:xg,emits:["pick"],setup(e,{slots:n,emit:i}){const[s,l]=e.modelValue.map(P=>P||Ig()),c=e.startDate?e.startDate:s,u=r.reactive({currentView:e.selectionMode||"date",leftPickerTable:`${e.selectionMode}-table`,rightPickerTable:`${e.selectionMode}-table`,leftPanelDate:c,rightPanelDate:new Date(c.getFullYear(),c.getMonth()+1,1),rangeState:{from:e.modelValue[0],to:e.modelValue[1],selecting:s&&!l},upToNowEnable:!1,dates:e.modelValue}),m=(P,j)=>!P||!j?0:P.getTime()-j.getTime(),h=()=>{u.currentView=e.selectionMode,u.leftPickerTable=`${u.currentView}-table`,u.rightPickerTable=`${u.currentView}-table`},p=r.ref(null),g=r.ref(null),C=P=>{var j,V;P&&((j=p==null?void 0:p.value)==null||j.updateScroll(),(V=g==null?void 0:g.value)==null||V.updateScroll())},b=(P,j,V,G=!0)=>{const H=new Date(u[`${P}PanelDate`]);if(H[`set${j}`](H[`get${j}`]()+V),u[`${P}PanelDate`]=H,!!G)if(e.splitPanels){const ue=P==="left"?"right":"left";P==="left"&&u.leftPanelDate>=u.rightPanelDate&&b(ue,j,1),P==="right"&&u.rightPanelDate<=u.leftPanelDate&&b(ue,j,-1)}else{const ue=P==="left"?"right":"left",be=u[`${ue}PanelDate`],Y=new Date(be);if(j==="Month"){const ae=new Date(Y.getFullYear(),Y.getMonth()+V+1,0).getDate();Y.setDate(Math.min(ae,Y.getDate()))}Y[`set${j}`](Y[`get${j}`]()+V),u[`${ue}PanelDate`]=Y}},y=P=>{const j=u.currentView==="year"?-10:-1;b(P,"FullYear",j)},N=P=>{const j=u.currentView==="year"?10:1;b(P,"FullYear",j)},k=P=>{b(P,"Month",-1)},x=P=>{b(P,"Month",1)},D=P=>{u[`${P}PickerTable`]="year-table"},L=P=>{u[`${P}PickerTable`]="month-table"},T=P=>{const j="zh-CN",V="[yyyy]-[mm]",G=u[`${P}PanelDate`],{labels:H,separator:ue}=Dd(j,V,G),be=Y=>{const ae=Y==="month"?L:D;return()=>ae(P)};return{separator:ue,labels:H.map(Y=>{const ae=Y;return ae.handler=be(Y.type),ae})}},z=(P,j)=>{i("pick",u.dates,P,j||e.type)},A=(P,j)=>{if(console.warn("handleRangePick"),u.rangeState.selecting||u.currentView==="time"){if(u.currentView==="time")u.dates=P;else{const[V,G]=[u.rangeState.from,P].sort(m),H=j==="upToNow"?new Date:new Date(new Date(new Date(G.setHours(23)).setMinutes(59)).setSeconds(59));u.dates=[V,H],u.rangeState={from:V,to:H,selecting:!1}}z(!1,j||"date")}else u.upToNowEnable=new Date(P).getTime()<new Date().getTime(),u.rangeState={from:P,to:null,selecting:!0}},q=(P,j)=>{if(u[`${P}PanelDate`]=j,u[`${P}PickerTable`]==="year-table"?u[`${P}PickerTable`]="month-table":u[`${P}PickerTable`]=`${u.currentView}-table`,!e.splitPanels){const G=P==="left"?"right":"left";u[`${G}PanelDate`]=j,b(G,"Month",G==="left"?-1:1,!1)}},R=P=>{u.rangeState.to=P};r.watch(()=>e.selectionMode,P=>{u.currentView=P||"range"});const F=r.computed(()=>u.currentView==="time"),O=r.computed(()=>T("left")),E=r.computed(()=>T("right")),U=r.computed(()=>u.leftPickerTable.split("-").shift()),ce=r.computed(()=>u.rightPickerTable.split("-").shift()),ee=r.computed(()=>O.value.labels[0].type==="year"||u.currentView==="date"),ge=r.computed(()=>O.value.labels[1].type==="year"||u.currentView==="date"),Me=r.computed(()=>E.value.labels[0].type==="year"||u.currentView==="date"),he=r.computed(()=>E.value.labels[1].type==="year"||u.currentView==="date"),oe=r.computed(()=>{const P=`${u.currentView}-table`;return{left:u.leftPickerTable!==P,right:u.rightPickerTable!==P}}),ie=r.computed(()=>({left:oe.value.left?q.bind("left"):A,right:oe.value.right?q.bind("right"):A})),re=r.computed(()=>!!n.shortcuts);return je(Z({},r.toRefs(u)),{isTime:F,hasShortcuts:re,prevYear:y,nextYear:N,prevMonth:k,nextMonth:x,leftDatePanelLabel:O,rightDatePanelLabel:E,leftDatePanelView:U,rightDatePanelView:ce,leftShowLabelFirst:ee,leftShowLabelSecond:ge,rightShowLabelFirst:Me,rightShowLabelSecond:he,preSelecting:oe,panelPickerHandlers:ie,reset:h,onToggleVisibility:C,handleRangePick:A,handleChangeRange:R})},render(){var e,n,i;return r.createVNode("div",{class:["bk-picker-panel-body-wrapper","bk-date-picker-with-range",this.shortcuts.length||this.$slots.shortcuts?"bk-picker-panel-with-sidebar":""],onMousedown:s=>{s.preventDefault()}},[r.createVNode("div",{class:["bk-picker-panel-body",this.showTime?"bk-picker-panel-body-time":"bk-picker-panel-body-date"]},[r.withDirectives(r.createVNode("div",{class:"bk-picker-panel-content bk-picker-panel-content-left",style:"width: 261px;"},[r.withDirectives(r.createVNode("div",{class:"bk-date-picker-header"},[r.createVNode("span",{class:qt("prev","-double"),onClick:()=>this.prevYear("left")},[r.createVNode(pa,{style:{fontSize:"20px",lineHeight:1}},null)]),this.leftPickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:qt("prev"),onClick:()=>this.prevMonth("left")},[r.createVNode(mi,{style:{fontSize:"20px",lineHeight:1}},null)]),[[r.vShow,this.currentView==="date"]]):"",this.leftDatePanelLabel&&Object.keys(this.leftDatePanelLabel).length>0?r.createVNode("span",null,[r.withDirectives(r.createVNode("span",{class:"bk-date-picker-header-label",onClick:()=>this.leftDatePanelLabel.labels[0].handler},[this.leftDatePanelLabel.labels[0].label]),[[r.vShow,this.leftShowLabelFirst]]),this.leftDatePanelView==="date"?` ${this.leftDatePanelLabel.separator} `:" ",r.withDirectives(r.createVNode("span",{class:"bk-date-picker-header-label",onClick:()=>this.leftDatePanelLabel.labels[1].handler},[this.leftDatePanelLabel.labels[1].label]),[[r.vShow,this.leftShowLabelSecond]])]):"",this.splitPanels||this.leftPickerTable!=="date-table"?r.createVNode("span",{class:qt("next","-double"),onClick:()=>this.nextYear("left")},[r.createVNode(Ma,{style:{fontSize:"20px",lineHeight:1}},null)]):"",this.splitPanels||this.leftPickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:qt("next"),onClick:()=>this.nextMonth("left")},[r.createVNode(Jn,{style:{fontSize:"20px",lineHeight:1}},null)]),[[r.vShow,this.currentView==="date"]]):""]),[[r.vShow,this.currentView!=="time"]]),this.currentView!=="time"?(()=>{switch(this.leftPickerTable){case"date-table":return r.createVNode(Ol,{selectionMode:"range",tableDate:this.leftPanelDate,disableDate:this.disableDate,rangeState:this.rangeState,modelValue:this.preSelecting.left?[this.dates[0]]:this.dates,focusedDate:this.focusedDate,onChangeRange:this.handleChangeRange,onPick:this.panelPickerHandlers.left},null);default:return null}})():""]),[[r.vShow,!this.isTime]]),r.withDirectives(r.createVNode("div",{class:"bk-picker-panel-content bk-picker-panel-content-right",style:"width: 261px;"},[r.withDirectives(r.createVNode("div",{class:"bk-date-picker-header"},[this.splitPanels||this.rightPickerTable!=="date-table"?r.createVNode("span",{class:qt("prev","-double"),onClick:()=>this.prevYear("right")},[r.createVNode(pa,{style:{fontSize:"20px",lineHeight:1}},null)]):"",this.splitPanels&&this.rightPickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:qt("prev","-double"),onClick:()=>this.prevMonth("right")},[r.createVNode(mi,{style:{fontSize:"20px",lineHeight:1}},null)]),[[r.vShow,this.currentView==="date"]]):"",this.rightDatePanelLabel&&Object.keys(this.rightDatePanelLabel).length>0?r.createVNode("span",null,[r.withDirectives(r.createVNode("span",{class:"bk-date-picker-header-label",onClick:()=>this.rightDatePanelLabel.labels[0].handler},[this.rightDatePanelLabel.labels[0].label]),[[r.vShow,this.rightShowLabelFirst]]),this.rightDatePanelView==="date"?` ${this.rightDatePanelLabel.separator} `:" ",r.withDirectives(r.createVNode("span",{class:"bk-date-picker-header-label",onClick:()=>this.rightDatePanelLabel.labels[1].handler},[this.rightDatePanelLabel.labels[1].label]),[[r.vShow,this.rightShowLabelSecond]])]):"",this.upToNow?(()=>(this.rangeState.selecting||this.currentView==="time")&&this.upToNowEnable?r.createVNode("span",{class:"up-to-now",onClick:()=>this.handleRangePick(new Date,"upToNow")},[r.createTextVNode("\u81F3\u4ECA")]):r.createVNode("span",{class:"up-to-now disabled"},[r.createTextVNode("\u81F3\u4ECA")]))():"",r.createVNode("span",{class:qt("next","-double"),onClick:()=>this.nextYear("right")},[r.createVNode(Ma,{style:{fontSize:"20px",lineHeight:1}},null)]),this.rightPickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:qt("next"),onClick:()=>this.nextMonth("right")},[r.createVNode(Jn,{style:{fontSize:"20px",lineHeight:1}},null)]),[[r.vShow,this.currentView==="date"]]):""]),[[r.vShow,this.currentView!=="time"]]),this.currentView!=="time"?(()=>{switch(this.rightPickerTable){case"date-table":return r.createVNode(Ol,{selectionMode:"range",tableDate:this.rightPanelDate,disableDate:this.disableDate,rangeState:this.rangeState,modelValue:this.preSelecting.right?[this.dates[this.dates.length-1]]:this.dates,focusedDate:this.focusedDate,onChangeRange:this.handleChangeRange,onPick:this.panelPickerHandlers.right},null);default:return null}})():""]),[[r.vShow,!this.isTime]])]),this.hasShortcuts?r.createVNode("div",{class:"bk-picker-panel-sidebar"},[(i=(n=(e=this.$slots).shortcuts)==null?void 0:n.call(e))!=null?i:null]):null])}});const Dg={type:{type:String,default:"date",validator(e){return["year","month","date","daterange","datetime","datetimerange","time","timerange"].indexOf(e)<0?(console.error(`type property is not valid: '${e}'`),!1):!0}},extPopoverCls:{type:String,default:""},format:String,readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},editable:{type:Boolean,default:!0},clearable:{type:Boolean,default:!0},open:{type:Boolean,default:null},multiple:{type:Boolean,default:!1},timePickerOptions:{type:Object,default:()=>({})},splitPanels:{type:Boolean,default:!0},startDate:Date,placeholder:{type:String,default:""},placement:{type:String,default:"bottom-start",validator:e=>["top","top-start","top-end","bottom","bottom-start","bottom-end","left","left-start","left-end","right","right-start","right-end"].indexOf(e)<0?(console.error(`placement property is not valid: '${e}'`),!1):!0},transfer:{type:Boolean,default:!1},appendToBody:{type:Boolean,default:!1},shortcuts:{type:Array,default:()=>[]},shortcutClose:{type:Boolean,default:!1},modelValue:{type:[Date,String,Number,Array]},value:{type:[Date,String,Number,Array]},options:{type:Object,default:()=>({})},fontSize:{type:String,default:"normal"},upToNow:{type:Boolean,default:!1},useShortcutText:{type:Boolean,default:!1},shortcutSelectedIndex:{type:Number,default:-1},headerSlotCls:{type:String,default:""},footerSlotCls:{type:String,default:""},allowCrossDay:{type:Boolean,default:!1},behavior:{type:String,default:"normal",validator(e){return["simplicity","normal"].indexOf(e)>-1}},disableDate:Function};var jg=r.defineComponent({name:"DatePicker",directives:{clickoutside:pr},props:Dg,emits:["open-change","input","change","update:modelValue","clear","shortcut-change","pick-success"],slots:["header"],setup(e,{slots:n,emit:i}){const s=Un(),l=e.type.includes("range"),c=l?[null,null]:[null];let u=bg((l?e.modelValue:[e.modelValue])||[])?c:wr(e.modelValue,e.type,e.multiple,e.format),m=null;e.shortcutSelectedIndex!==-1&&(m=e.shortcuts[e.shortcutSelectedIndex]||null,m&&(u=m.value()));const h=r.reactive({showClose:!1,visible:!1,internalValue:u,disableClickOutSide:!1,disableCloseUnderTransfer:!1,selectionMode:"date",forceInputRerender:1,isFocused:!1,focusedDate:u[0]||e.startDate||new Date,focusedTime:{column:0,picker:0,time:u.map(Td),active:!1},internalFocus:!1,timeEnterMode:!0,shortcut:m,onSelectionModeChange:p});function p(Y){let ae=Y;return Y.match(/^date/)&&(ae="date"),h.selectionMode=["year","month","date","time"].indexOf(ae)>-1&&ae,h.selectionMode}const g=r.computed(()=>{if(e.multiple)return h.internalValue.slice();const Y=e.type.includes("range");let ae=h.internalValue.map(ke=>ke instanceof Date?new Date(ke):ke||"");return e.type.match(/^time/)&&(ae=ae.map(ke=>ka(ke,e.type,e.multiple,e.format))),Y||e.multiple?ae:ae[0]}),C=r.computed(()=>e.type.match(/^time/)?g.value:e.multiple?ka(g.value,e.type,e.multiple,e.format):Array.isArray(g.value)?g.value.map(Y=>ka(Y,e.type,e.multiple,e.format)):ka(g.value,e.type,e.multiple,e.format)),b=r.computed(()=>e.type==="daterange"||e.type==="datetimerange"?"DateRangePanel":"DatePanel"),y=r.computed(()=>e.open===null?h.visible:e.open),N=r.computed(()=>ka(h.internalValue,e.type,e.multiple,e.format)),k=r.computed(()=>{var Y;return((Y=h.shortcut)==null?void 0:Y.text)&&e.useShortcutText?h.shortcut.text:N.value}),x=r.computed(()=>!!n.trigger||e.type==="datetime"||e.type==="datetimerange"||e.multiple),D=r.computed(()=>!!n.header),L=r.computed(()=>!!n.footer),T=r.computed(()=>!!n.shortcuts),z=r.computed(()=>{let Y="";return e.fontSize==="medium"?Y="medium-font":e.fontSize==="large"&&(Y="large-font"),Y}),A=r.computed(()=>{let Y="";return e.fontSize==="medium"?Y="medium-width":e.fontSize==="large"&&(Y="large-width"),Y}),q=r.computed(()=>{var Y;return((Y=h.shortcut)==null?void 0:Y.text)&&e.useShortcutText?!0:!e.editable||e.readonly}),R=r.computed(()=>b.value==="RangeTimePickerPanel"?e.allowCrossDay:!1),F=r.ref(null),O=()=>{var Y;(Y=F==null?void 0:F.value)==null||Y.focus()};r.watch(()=>h.visible,Y=>{var ae,ke;Y===!1&&((ae=E.value)==null||ae.destoryDropdown()),(ke=E.value)==null||ke.updateDropdown(),i("open-change",Y)});const E=r.ref(null);r.watch(()=>e.modelValue,Y=>{h.internalValue=wr(Y,e.type,e.multiple,e.format)}),r.watch(()=>e.open,Y=>{h.visible=Y===!0}),r.watch(()=>e.type,Y=>{p(Y)}),r.watch(()=>g,(Y,ae)=>{const ke=JSON.stringify(Y),ot=JSON.stringify(ae);(ke!==ot||typeof Y!=typeof ae)&&i("input",Y)}),r.onMounted(()=>{e.type.indexOf("date")>-1,h.timeEnterMode=!0;const Y=e.modelValue,ae=g.value;(typeof Y!=typeof ae||JSON.stringify(Y)!==JSON.stringify(ae))&&i("input",g.value),e.open!==null&&(h.visible=e.open),r.provide(Ng,{props:e,focus:()=>O()})});const U=r.ref(null),ce=Y=>{var ae;if(h.disableCloseUnderTransfer)return h.disableCloseUnderTransfer=!1,!1;if(Y&&Y.type==="mousedown"&&h.visible){Y.preventDefault(),Y.stopPropagation();return}if(h.visible){const ke=(ae=U==null?void 0:U.value)==null?void 0:ae.$el;if(Y&&ke&&ke.contains(Y.target))return;h.visible=!1,Y==null||Y.preventDefault(),Y==null||Y.stopPropagation();return}h.isFocused=!1,h.disableClickOutSide=!1},ee=()=>{var Y,ae;(Y=F==null?void 0:F.value)==null||Y.focus(),(ae=F==null?void 0:F.value)==null||ae.click()},ge=()=>{e.readonly||e.disabled||N!=null&&N.value&&(h.showClose=!0)},Me=Y=>{var ae;(ae=Y.toElement)!=null&&ae.classList.contains("clear-action")||(h.showClose=!1)},he=Y=>{r.nextTick(()=>{var ae,ke;i("change",C.value,Y),i("update:modelValue",g.value),(ae=s==null?void 0:s.validate)==null||ae.call(s,"change"),e.type.indexOf("time")<0&&((ke=F==null?void 0:F.value)==null||ke.blur())})},oe=Y=>{var bt;const ae=e.type.includes("range")||e.multiple,ke=N.value,ot=Y.target.value,Fe=wr(ot,e.type,e.multiple,e.format),kt=ae?Fe:Fe[0],pt=(bt=e.disableDate)==null?void 0:bt.call(e,kt),et=Fe.reduce(($,te)=>$&&te instanceof Date,!0);ot!==ke&&!pt&&et?(he(e.type),h.internalValue=Fe):h.forceInputRerender=h.forceInputRerender+1},ie=Y=>{e.readonly||(h.isFocused=!0,!(Y&&Y.type==="focus")&&(e.disabled||(h.visible=!0)))},re=()=>{var Y;(Y=U==null?void 0:U.value)==null||Y.reset()},P=Y=>{var ae,ke;if(h.internalFocus){h.internalFocus=!1;return}if(h.visible){Y.preventDefault();return}h.isFocused=!1,p(e.type),h.internalValue=h.internalValue.slice(),re(),(ae=U==null?void 0:U.value)==null||ae.onToggleVisibility(!1),(ke=s==null?void 0:s.validate)==null||ke.call(s,"blur")},j=Y=>{const{keyCode:ae}=Y;if(ae===9&&h.visible)if(Y.stopPropagation(),Y.preventDefault(),x.value){const ot=".bk-picker-confirm > *",Fe=E.value.$el.querySelectorAll(ot);h.internalFocus=!0,[...Fe][Y.shiftKey?"pop":"shift"]().focus()}else ce();const ke=[37,38,39,40];if(!h.visible&&ke.includes(ae)){h.visible=!0;return}ae===27&&h.visible&&(Y.stopPropagation(),ce()),!!ke.includes(ae)&&h.focusedTime.active&&Y.preventDefault()},V=()=>{h.visible=!1,h.internalValue=h.internalValue.map(()=>null),i("clear"),he(e.type),re(),h.showClose=!1,h.shortcut=null,setTimeout(()=>p(e.type),500)},G=()=>{e.appendToBody&&(h.disableCloseUnderTransfer=!0)},H=()=>{var Y;h.visible=!1,console.error("onPickSuccess"),r.nextTick(()=>{i("pick-success")}),(Y=F==null?void 0:F.value)==null||Y.blur(),re()},ue=(Y,ae=!1,ke,ot)=>{let Fe=Y;if(e.multiple){const pt=Fe.getTime(),et=h.internalValue.findIndex(te=>te&&te.getTime()===pt),$=[...h.internalValue,Fe].filter(Boolean).map(te=>te.getTime()).filter((te,se,Ne)=>Ne.indexOf(te)===se&&se!==et);h.internalValue=$.map(te=>new Date(te))}else Fe=wr(Y,e.type,e.multiple,e.format),h.internalValue=Array.isArray(Fe)?Fe:[Fe];if(h.internalValue[0]){const[pt]=h.internalValue;h.focusedDate=pt}h.focusedTime=je(Z({},h.focusedTime),{time:h.internalValue.map(Td)}),x.value||(p(e.type),h.visible=ae),ke==="upToNow"&&e.type==="daterange"&&H(),h.shortcut=ot,he(ke);const kt=e.shortcuts.findIndex(pt=>pt===h.shortcut);i("shortcut-change",h.shortcut,kt)},be=r.ref(null);return je(Z({},r.toRefs(h)),{panel:b,publicStringValue:C,opened:y,visualValue:N,displayValue:k,isConfirm:x,hasHeader:D,hasFooter:L,hasShortcuts:T,fontSizeCls:z,longWidthCls:A,localReadonly:q,allowCrossDayProp:R,pickerDropdownRef:E,inputRef:F,triggerRef:be,pickerPanelRef:U,handleClose:ce,handleIconClick:ee,handleInputMouseenter:ge,handleInputMouseleave:Me,handleFocus:ie,handleBlur:P,handleKeydown:j,handleInputChange:oe,handleClear:V,handleTransferClick:G,onPick:ue,onPickSuccess:H})},render(){var i,s,l;const e=r.createVNode("div",null,[r.createVNode("span",{class:["icon-wrapper",this.disabled?"disabled":""],onClick:this.handleIconClick,onMouseenter:this.handleInputMouseenter,onMouseleave:this.handleInputMouseleave},[this.type==="time"||this.type==="timerange"?r.createVNode("svg",{class:"picker-icon",x:"0px",y:"0px",viewBox:"0 0 1024 1024"},[r.createVNode("g",{id:"time"},[r.createVNode("path",{fill:"#c4c6cc",d:"M512,128c51.9,0,102.2,10.1,149.5,30.2c45.7,19.3,86.8,47,122.1,82.3s63,76.4,82.3,122.1c20,47.3,30.2,97.6,30.2,149.5S886,614.3,865.9,661.6c-19.3,45.7-47,86.8-82.3,122.1s-76.4,63-122.1,82.3c-47.3,20-97.6,30.2-149.5,30.2S409.8,886.1,362.5,866c-45.7-19.3-86.8-47-122.1-82.3s-63-76.4-82.3-122.1c-20-47.3-30.2-97.6-30.2-149.5s10.1-102.2,30.2-149.5c19.3-45.7,47-86.8,82.3-122.1s76.4-63,122.1-82.3C409.8,138.1,460.1,128,512,128 M512,64C264.6,64,64,264.6,64,512s200.6,448,448,448s448-200.6,448-448S759.4,64,512,64L512,64z"},null),r.createVNode("polygon",{fill:"#c4c6cc",points:"512,512 512,256 448,256 448,512 448,576 512,576 768,576 768,512"},null)])]):r.createVNode("svg",{class:"picker-icon",x:"0px",y:"0px",viewBox:"0 0 1024 1024"},[r.createVNode("g",{id:"date"},[r.createVNode("path",{fill:"#c4c6cc",d:"M896,128h-96v64h64v112H160V192h64v-64h-96c-17.7,0-32,14.3-32,32v736c0,17.7,14.3,32,32,32h768c17.7,0,32-14.3,32-32V160C928,142.3,913.7,128,896,128z M160,864V368h704v496H160z"},null),r.createVNode("rect",{x:"416",y:"128",fill:"#c4c6cc",width:"192",height:"64"},null),r.createVNode("rect",{x:"288",y:"96",fill:"#c4c6cc",width:"64",height:"128"},null),r.createVNode("rect",{x:"672",y:"96",fill:"#c4c6cc",width:"64",height:"128"},null),r.createVNode("polygon",{fill:"#c4c6cc",points:"403.7,514.4 557.1,514.4 557.1,515.3 420.1,765.5 483.5,765.5 620.3,504.3 620.3,466.5 403.7,466.5"},null)])])]),r.createVNode("input",{type:"text",class:["bk-date-picker-editor",this.readonly?"readonly":"",this.fontSizeCls,this.behavior==="simplicity"?"only-bottom-border":""],ref:"inputRef",key:this.forceInputRerender,readonly:this.localReadonly,disabled:this.disabled,placeholder:this.placeholder,value:this.displayValue,onFocus:this.handleFocus,onClick:this.handleFocus,onBlur:this.handleBlur,onMouseenter:this.handleInputMouseenter,onMouseleave:this.handleInputMouseleave,onKeydown:this.handleKeydown,onChange:this.handleInputChange},null),this.clearable&&this.showClose?r.createVNode("i",{class:"bk-icon icon-close-circle-shape clear-action",onClick:this.handleClear},null):""]),n=this.hasShortcuts?{shortcuts:()=>{var c,u;return((u=(c=this.$slots).shortcuts)==null?void 0:u.call(c))||null}}:{};return r.withDirectives(r.createVNode("div",{class:["bk-date-picker",this.type==="datetimerange"?"long":"",this.longWidthCls]},[r.createVNode("div",{ref:"triggerRef",class:"bk-date-picker-rel"},[(l=(s=(i=this.$slots).trigger)==null?void 0:s.call(i))!=null?l:e]),r.createVNode(r.Teleport,{to:"body",disabled:!this.appendToBody},{default:()=>[r.createVNode(r.Transition,{name:"bk-fade-down-transition"},{default:()=>[r.withDirectives(r.createVNode(Hh,{class:[this.appendToBody?"bk-date-picker-transfer":""],ref:"pickerDropdownRef",triggerRef:this.triggerRef,placement:this.placement,extPopoverCls:this.extPopoverCls,appendToBody:this.appendToBody,onClick:this.handleTransferClick},{default:()=>{var c,u,m,h,p,g;return[this.hasHeader?r.createVNode("div",{class:["bk-date-picker-top-wrapper",this.headerSlotCls]},[(m=(u=(c=this.$slots).header)==null?void 0:u.call(c))!=null?m:null]):null,this.panel==="DateRangePanel"?r.createVNode(Sg,{ref:"pickerPanelRef",type:this.type,confirm:this.isConfirm,shortcuts:this.shortcuts,modelValue:this.internalValue,selectionMode:this.selectionMode,startDate:this.startDate,disableDate:this.disableDate,focusedDate:this.focusedDate,onPick:this.onPick,"onPick-success":this.onPickSuccess},n):r.createVNode(Tg,{ref:"pickerPanelRef",clearable:this.clearable,showTime:this.type==="datetime"||this.type==="datetimerange",confirm:this.isConfirm,shortcuts:this.shortcuts,multiple:this.multiple,shortcutClose:this.shortcutClose,selectionMode:this.selectionMode,modelValue:this.internalValue,startDate:this.startDate,disableDate:this.disableDate,focusedDate:this.focusedDate,onPick:this.onPick,"onPick-clear":this.handleClear,"onPick-success":this.onPickSuccess},n),this.hasFooter?r.createVNode("div",{class:["bk-date-picker-footer-wrapper",this.footerSlotCls]},[(g=(p=(h=this.$slots).footer)==null?void 0:p.call(h))!=null?g:null]):null]}}),[[r.vShow,this.opened]])]})]})]),[[r.resolveDirective("clickoutside"),this.handleClose]])}});const jd=Ze(jg);var xn=(e=>(e.OBJECT_ARRAY="objectArray",e.BASE_ARRAY="baseArray",e.NOT_ARRAY="notArray",e))(xn||{});const zg={title:d.arrayOf(d.string).def([]),extCls:d.string.def(""),searchPlaceholder:d.string.def(""),settingKey:d.string.def("id"),displayKey:d.string.def("value"),sortKey:d.string.def("value"),showOverflowTips:d.bool.def(!1),searchable:d.bool.def(!1),sortable:d.bool.def(!1),sourceList:d.arrayOf(d.any).def([]),targetList:d.arrayOf(d.any).def([]),emptyContent:d.arrayOf(d.string).def([])};function Jg(e,n,i){const s=r.ref([]),l=r.ref([]),c=()=>{e.value.forEach(u=>{const m=u[i.value];n.value.includes(m)?l.value.push(u):s.value.push(u)})};return c(),r.watch(()=>[e,n,i],c),{selectList:s,selectedList:l}}function Qg(e,n){const i=r.ref(""),s=r.computed(()=>e.value.filter(l=>{const c=l[n.value];return c instanceof Object?!1:c.toString().includes(i.value)}));return{selectSearchQuery:i,selectListSearch:s}}var Pg=r.defineComponent({name:"Transfer",props:zg,emits:["change","update:targetList"],setup(e,{emit:n}){const i=r.computed(()=>Array.isArray(e.sourceList)?e.sourceList.every(T=>T.toString().includes("[object Object]"))?xn.OBJECT_ARRAY:xn.BASE_ARRAY:xn.NOT_ARRAY),s=r.computed(()=>i.value===xn.BASE_ARRAY?"value":e.settingKey),l=r.computed(()=>i.value===xn.BASE_ARRAY?"value":e.displayKey),c=r.computed(()=>e.sortKey||l.value),u=r.computed(()=>{switch(i.value){case xn.BASE_ARRAY:return[...new Set(e.sourceList)].map(L=>({value:L}));case xn.OBJECT_ARRAY:return[...e.sourceList];default:return[]}}),{targetList:m}=r.toRefs(e),{selectList:h,selectedList:p}=Jg(u,m,s),{selectSearchQuery:g,selectListSearch:C}=Qg(h,l),b=r.computed(()=>[...C.value].sort((L,T)=>{const z=L[c.value],A=T[c.value];return z>A?1:-1})),y=r.computed(()=>[...p.value].sort((L,T)=>{const z=L[c.value],A=T[c.value];return z>A?1:-1})),N=()=>{h.value=[],p.value=[...u.value],D()},k=()=>{h.value=[...u.value],p.value=[],D()},x=(L,T)=>{const z=T?h:p,A=T?p:h,q=z.value.findIndex(R=>R[s.value]===L);A.value.push(...z.value.splice(q,1)),D()},D=()=>{const L=h.value.map(z=>z[s.value]),T=p.value.map(z=>z[s.value]);n("update:targetList",T),n("change",i.value===xn.BASE_ARRAY?L:h.value.map(z=>r.toRaw(z)),i.value===xn.BASE_ARRAY?T:p.value.map(z=>r.toRaw(z)),T)};return{selectSearchQuery:g,selectListSearch:C,selectedList:p,selectListSort:b,selectedListSort:y,settingCode:s,displayCode:l,allToRight:N,allToLeft:k,handleItemClick:x}},render(){const e=this.sortable?this.selectListSort:this.selectListSearch,n=this.sortable?this.selectedListSort:this.selectedList,i=u=>{var C,b;const m=u==="left-header",h=m?`${(C=this.title[0])!=null?C:"\u5DE6\u4FA7\u5217\u8868"}`:`${(b=this.title[1])!=null?b:"\u53F3\u4FA7\u5217\u8868"}`,p=m?!e.length:!n.length,g=()=>{p||(m?this.allToRight():this.allToLeft())};return this.$slots[u]?r.createVNode("div",{class:"slot-header"},[this.$slots[u]()]):r.createVNode("div",{class:"header"},[`${h}\uFF08\u5171${m?e.length:n.length}\u6761\uFF09`,r.createVNode("span",{class:{disabled:p},onClick:()=>g()},[m?"\u5168\u90E8\u6DFB\u52A0":"\u6E05\u7A7A"])])},s=u=>{var p;const m=u==="left-empty-content",h=(p=m?this.emptyContent[0]:this.emptyContent[1])!=null?p:m?"\u65E0\u6570\u636E":"\u672A\u9009\u62E9\u4EFB\u4F55\u9879";return this.$slots[u]?r.createVNode("div",null,[this.$slots[u]()]):r.createVNode("div",{class:"empty"},[h])},l=(u,m=!0)=>r.createVNode("div",{class:"item-content"},[r.createVNode("span",{class:"content-text",title:u[this.displayCode]},[u[this.displayCode]]),r.createVNode("span",{class:"icon-wrapper"},[m?r.createVNode(Qs,{class:"bk-icon"},null):r.createVNode(Pn,{class:"bk-icon"},null)])]),c=u=>{const m=u==="left",h=m?e:n,p=m?"source-option":"target-option",g=m?"left-empty-content":"right-empty-content";return h.length?r.createVNode("ul",{class:["content",this.searchable&&m?"is-search":""]},[h.map(C=>{var b,y,N;return r.createVNode("li",{key:C[this.settingCode],class:[this.$slots[p]?"custom-item":""],onClick:()=>this.handleItemClick(C[this.settingCode],m)},[(N=(y=(b=this.$slots)[p])==null?void 0:y.call(b,C))!=null?N:l(C,m)])})]):s(g)};return r.createVNode("div",{class:["bk-transfer",this.extCls]},[r.createVNode("div",{class:"source-list"},[i("left-header"),this.searchable&&r.createVNode(Mi,{modelValue:this.selectSearchQuery,"onUpdate:modelValue":u=>this.selectSearchQuery=u,class:"transfer-search-input",clearable:!0,placeholder:this.searchPlaceholder||"\u8BF7\u8F93\u5165\u641C\u7D22\u5173\u952E\u5B57",type:"search","left-icon":"bk-icon icon-search"},null),c("left")]),r.createVNode("div",{class:"transfer"},null),r.createVNode("div",{class:"target-list"},[i("right-header"),c("right")])])}});const zd=Ze(Pg);var Lr=(e=>(e.NODE_CLICK="nodeClick",e.NODE_COLLAPSE="nodeCollapse",e.NODE_EXPAND="nodeExpand",e))(Lr||{});const Al=(...e)=>!0,Og={nodeClick:Al,nodeCollapse:Al,nodeExpand:Al};var X=(e=>(e.DEPTH="__depth",e.INDEX="__index",e.UUID="__uuid",e.PARENT_ID="__parent_id",e.HAS_CHILD="__has_child",e.PATH="__path",e.IS_ROOT="__is_root",e.ORDER="__order",e.IS_OPEN="__is_open",e.IS_CHECKED="__is_checked",e.IS_SELECTED="__is_selected",e.IS_ASYNC_INIT="__is_async_init",e.IS_MATCH="__is_match",e.IS_NULL="__IS_NULL",e.IS_CACHED="__is_cached",e.IS_ASYNC="__is_async",e.IS_LOADING="__is_loading",e.TREE_NODE_ATTR="__attr__",e))(X||{});const ti={__is_open:"isOpen",__is_selected:"selected",__is_match:"isMatch",__has_child:"hasChild",__is_checked:"checked",__is_async:"async",__is_loading:"loading",__is_root:"isRoot"},Ag={data:d.arrayOf(d.any).def([]),label:d.oneOfType([d.func.def(void 0),d.string.def("label")]),nodeKey:d.string.def(void 0),children:d.string.def("children"),indent:d.number.def(18),lineHeight:d.number.def(32),levelLine:d.oneOfType([d.bool.def(!1),d.func.def(void 0),d.string.def("1px dashed #c3cdd7")]).def(!1),virtualRender:d.bool.def(!1),prefixIcon:d.oneOfType([d.func.def(()=>{}),d.bool.def(!1)]).def(!0),async:d.shape({callback:d.func.def(void 0),cache:d.bool.def(!0),deepAutoOpen:d.commonType(["once","every"],"columnType").def("once")}),offsetLeft:d.number.def(5),search:d.oneOfType([d.shape({value:d.oneOfType([d.number,d.string,d.bool]).def(""),match:d.oneOfType([d.commonType(["fuzzy","full"],"TreeSearchMatchType"),d.func]),resultType:d.commonType(["tree","list"],"TreeSearchResultType").def("tree"),openResultNode:d.bool}),d.string,d.number,d.bool]).def(void 0),emptyText:d.string.def("\u6CA1\u6709\u6570\u636E"),draggable:d.bool.def(!1),dragSort:d.bool.def(!1),selectable:d.bool.def(!0),selected:d.oneOfType([d.string,null,d.number,d.object]).def(null),autoCheckChildren:d.bool.def(!0),autoOpenParentNode:d.bool.def(!0)};var Eg=(e,{slots:n})=>({renderEmpty:i=>r.createVNode(cr,{scene:"part",type:i},{default:()=>{var s,l;return[(l=(s=n.default)==null?void 0:s.call(n))!=null?l:e.emptyText]}})}),vr=(e,n)=>{const i=O=>e.schema.get(O),s=(O,E)=>{var U;return(U=i(O[X.UUID]))==null?void 0:U[E]},l=(O,E,U)=>{e.schema.set(O[X.UUID],je(Z({},i(O[X.UUID])),{[E]:U}))},c=O=>s(O,X.PATH),u=O=>s(O,X.UUID),m=O=>s(O,X.IS_ROOT),h=O=>s(O,X.IS_OPEN),p=O=>s(O,X.HAS_CHILD),g=O=>s(O,X.IS_MATCH),C=O=>s(O,X.IS_CHECKED),b=O=>s(O,X.PARENT_ID),y=O=>s({[X.UUID]:O},X.PARENT_ID),N=O=>s(O,X.IS_LOADING),k=(O,E)=>{l(O,X.IS_LOADING,E)},x=O=>e.schema.delete(O),D=O=>{var E;return typeof O=="object"?h(O):typeof O=="string"?(E=i(O))==null?void 0:E[X.IS_OPEN]:!1},L=O=>D(s(O,X.PARENT_ID)),T=O=>m(O)||L(O),z=O=>O.split("-").reduce((U,ce)=>{const ee=Number(ce);return Array.isArray(U)?U[ee]:U[n.children][ee]},n.data),A=O=>z(c({[X.UUID]:O})),q=O=>m({[X.UUID]:O})?{[n.children]:n.data}:A(y(O)),R=O=>({[ti[X.IS_LOADING]]:s(O,X.IS_LOADING),[ti[X.HAS_CHILD]]:p(O),[ti[X.IS_MATCH]]:g(O),[ti[X.IS_CHECKED]]:C(O),[ti[X.IS_OPEN]]:h(O),[ti[X.IS_ROOT]]:m(O),fullPath:s(O,X.PATH),uuid:u(O),parentId:s(O,X.PARENT_ID)});return{getSchemaVal:i,getNodeAttr:s,getNodeId:u,getNodeParentId:b,getNodeParentIdById:y,getParentNodeData:q,setNodeAttr:l,getNodePath:c,isRootNode:m,isNodeOpened:h,hasChildNode:p,isItemOpen:D,isNodeChecked:C,isNodeMatched:g,isNodeLoading:N,checkNodeIsOpen:T,getSourceNodeByPath:z,getSourceNodeByUID:A,deleteNodeSchema:x,resolveScopedSlotParam:R,setTreeNodeLoading:k,extendNodeAttr:O=>je(Z({},O),{[X.TREE_NODE_ATTR]:R(O)})}};const Jd="1px dashed #c3cdd7",Qd=(e,n,i=null,s=null,l=null,c=[])=>{const u=e[n];return typeof u=="boolean"?u?s:l:Pd(i,e,n,c)},Pd=(e,n,i,s=[])=>{const l=n[i];if(typeof l=="string")return typeof e=="object"&&e!==null?(Object.prototype.hasOwnProperty.call(e,l)||console.error(`cannot find node label with key ${l}`),e[l]):l;if(typeof l=="function"){const c=l.apply(globalThis,[e,...s]);if(typeof c=="string")return c;console.error("props label with function return value is not string, please check and return string");return}},Od=(e,n)=>Pd(e,n,"label"),El=(e,n)=>e.get(n)||{},Vg=(e,n,i)=>{var s;return(s=El(e,n))==null?void 0:s[i]},Rg=(e,n)=>({"--level-line":Qd(n,"levelLine",e,Jd,null,["tree"]),"--lineHeight":`${n.lineHeight}px`,"--indent":`${n.indent}px`,"--offset-left":`${n.offsetLeft}px`}),Wg=(e,n,i={})=>{const{schema:s}=i,l=Vg(s,e[X.UUID],X.DEPTH);return Z({"--depth":l},typeof n.levelLine=="function"?{"--level-line":Qd(n,"levelLine",e,Jd,null,["node"])}:{})},Zg=(e,n,i)=>{const{__is_root:s,__is_open:l}=El(n,e[X.UUID])||{};return{"is-root":s,"bk-tree-node":!0,"is-open":l,"is-virtual-render":i.virtualRender,"level-line":i.levelLine}},Gg=(e,n)=>{const{__is_checked:i,__is_selected:s}=El(n,e[X.UUID])||{};return{"is-checked":i,"is-selected":s,[rt("node-row")]:!0}},Yg=(e,n,i,s,l)=>{Bg(e,n,i,{[s]:l})},Bg=(e,n,i,s)=>{const c=e.split("-").reduce((u,m)=>{const h=Number(m);return Array.isArray(u)?u[h]:u[i][h]},n);Object.assign(c,s||{})},Ta=e=>e==null?{__IS_NULL:!0}:typeof e=="string"||typeof e=="number"||typeof e=="symbol"?{[X.UUID]:e}:(Object.prototype.hasOwnProperty.call(e,X.UUID)||console.error("setNodeAction Error: node id cannot found"),e);var Ad=(e,n)=>{const{setNodeAttr:i,getNodePath:s,getNodeAttr:l,resolveScopedSlotParam:c,setTreeNodeLoading:u}=vr(n,e),m=(g,C)=>{if(typeof g=="object"&&g!==null){i(C,X.IS_OPEN,!0);const b=Array.isArray(g)?g:[g];return Yg(s(C),e.data,e.children,e.children,b),Promise.resolve(g)}return Promise.resolve(g)},h=g=>{const{callback:C=null,cache:b=!0}=e.async||{};if(typeof C=="function"&&l(g,X.IS_ASYNC)){if(i(g,X.IS_ASYNC_INIT,!0),!l(g,X.IS_CACHED)){i(g,X.IS_CACHED,b);const y=c(g),N=C(g,k=>m(k,g),y);if(typeof N=="object"&&N!==null)return u(g,!0),N instanceof Promise?Promise.resolve(N.then(k=>m(k,g)).catch(k=>console.error("load remote data error:",k)).finally(()=>{u(g,!1),i(g,X.IS_CACHED,!0)})):(m(N,g),u(g,!1),Promise.resolve(!0))}return Promise.resolve(!0)}return Promise.resolve(!0)},p=()=>{const g=n.data.filter(C=>l(C,X.IS_ASYNC)&&C[ti[X.IS_OPEN]]&&!l(C,X.IS_ASYNC_INIT));g.length&&Promise.all(g.map(C=>h(C))).then(()=>{p()}).catch(C=>{console.warn(C)})};return{asyncNodeClick:h,deepAutoOpen:p}},Hg=(e,n,i,s,l,c)=>{let u=null;const{setNodeAttr:m,getNodePath:h,getSchemaVal:p,getNodeAttr:g,getNodeId:C,isRootNode:b,hasChildNode:y,isItemOpen:N,isNodeOpened:k,isNodeLoading:x,resolveScopedSlotParam:D,extendNodeAttr:L}=vr(i,e),{registerNextLoop:T}=c,{asyncNodeClick:z,deepAutoOpen:A}=Ad(e,i),q=j=>N(j)?r.createVNode(Zs,{class:rt("tree-icon")},null):r.createVNode(Gs,{class:rt("tree-icon")},null),R=j=>{if(typeof j=="string")return j;if(typeof j=="object"&&j!==null){if(j.__v_isVNode)return j;const{node:V,className:G,text:H,style:ue}=j;return r.h(V,{class:G,style:ue},H)}return null},F=j=>{var V,G,H;return((H=(G=(V=n.slots).nodeLoading)==null?void 0:G.call(V,L(j)))!=null?H:x(j))?r.createVNode(Us,null,null):""},O=j=>{if(n.slots.nodeAction)return n.slots.nodeAction(L(j));let V=null;return x(j)?F(j):typeof e.prefixIcon=="function"&&(V=e.prefixIcon(L(j),"node_action"),V!=="default")?R(V):(V==="default"||typeof e.prefixIcon=="boolean"&&e.prefixIcon)&&(y(j)||j.async||!e.autoCheckChildren)?N(j)?r.createVNode(nr,null,null):r.createVNode(ya,null,null):null},E=j=>{if(n.slots.nodeType)return n.slots.nodeType(L(j));let V=null;return typeof e.prefixIcon=="function"&&(V=e.prefixIcon(L(j),"node_type"),V!=="default")?R(V):V==="default"||typeof e.prefixIcon=="boolean"&&e.prefixIcon?b(j)||y(j)?q(j):r.createVNode(Xs,{class:rt("tree-icon")},null):null},U=(j,V=null,G=null,H=!0)=>{const ue=V===null?!N(j):!!V;if(ue||s.value.filter(be=>String.prototype.startsWith.call(h(be),h(j))).forEach(be=>m(be,X.IS_OPEN,ue)),m(j,X.IS_OPEN,ue),H){const be=N(j)?Lr.NODE_EXPAND:Lr.NODE_COLLAPSE;n.emit(be,[j,D(j),p(j[X.UUID]),G])}},ce=(j,V,G)=>{if(Array.isArray(j)){j.forEach(H=>m(Ta(H),V,G));return}m(Ta(j),V,G)},ee=(j,V=!0,G=!1)=>{const H=Ta(j);if(!H[X.IS_NULL])if(G)if(V){if(ce(H,X.IS_OPEN,V),!b(H)){const ue=g(H,X.PARENT_ID);ee(ue,!0,!0)}}else U(H,!1,null,!1);else ce(H,X.IS_OPEN,V)},ge=(j,V)=>{const G=k(j);if(G){U(j,!1,V);return}z(j).finally(()=>{g(j,X.IS_LOADING)?T("setNodeOpenedAfterLoading",{type:"once",fn:()=>U(j,!G,V)}):U(j,!G,V)})},Me=(j,V)=>{j.stopImmediatePropagation(),j.stopPropagation(),j.preventDefault(),ge(V,j)},he=(j,V=!0,G=!0)=>{const H=Array.isArray(j)?j:[j];if(!H.length)return;const ue=Ta(H[0]);ue[X.IS_NULL]||(e.selectable?(u!=null&&m({[X.UUID]:u},X.IS_SELECTED,!V),m(ue,X.IS_SELECTED,V),u=C(ue),G&&H.length===1&&ee(ue,!0,!0),g(ue,X.IS_ASYNC)&&z(ue).then(()=>{r.nextTick(()=>{H.shift(),he(H,V,G)})})):console.warn("props.selectable is false or undefined, please set selectable with true"))},oe=(j,V)=>{he(j,!0,!1),k(j)||ge(j,V);const G=Lr.NODE_CLICK;n.emit(G,j,D(j),p(j[X.UUID]),V)},ie=(j,V)=>{if(b(V))return!1;const G=h(V),H=`${G}`.split("-").slice(0,j+1);if(H.join("-")===G)return!0;const be=H.pop(),Y=parseInt(be,10);H.push(`${Y+1}`);const ae=H.join("-");return l.value.some(ke=>ke[X.PATH]===ae)},re=j=>{if(!e.levelLine)return null;const V=H=>({"--depth":H}),G=g(j,X.DEPTH)+1;return new Array(G).fill("").map((H,ue)=>ue).filter(H=>ie(H,j)).filter(H=>H>0).map(H=>r.createVNode("span",{class:"node-virtual-line",style:V(G-H)},null))};return{renderTreeNode:j=>{var V,G,H,ue,be;return r.createVNode("div",{"data-tree-node":C(j),class:Gg(j,i.schema)},[r.createVNode("div",{class:Zg(j,i.schema,e),style:Wg(j,e,i),onClick:Y=>oe(j,Y)},[r.createVNode("span",{class:rt("node-action"),onClick:Y=>Me(Y,j)},[O(j)]),r.createVNode("span",{class:rt("node-content")},[[E(j)],r.createVNode("span",{class:rt("node-text")},[(H=(G=(V=n.slots).node)==null?void 0:G.call(V,L(j)))!=null?H:[Od(j,e)]]),(be=(ue=n.slots).nodeAppend)==null?void 0:be.call(ue,L(j))]),re(j)])])},hanldeTreeNodeClick:ge,deepAutoOpen:A,asyncNodeClick:z,setNodeAction:ce,setNodeOpened:U,setSelect:he,setOpen:ee}},Fg=(e,n,i)=>{const{getSourceNodeByUID:s,getNodeParentIdById:l,getParentNodeData:c,getNodeAttr:u,getNodePath:m,isRootNode:h}=vr(i,e),p=L=>L.target.closest("[data-tree-node]"),g=L=>{p(L).removeEventListener("mouseup",g)},C=L=>{const T=p(L);T.setAttribute("draggable","true"),T.addEventListener("mouseup",g)},b=L=>{L.preventDefault();const T=p(L),z=L.dataTransfer.getData("node-id"),A=T.getAttribute("data-tree-node"),q=k(z,A)?"move":"none";L.dataTransfer.effectAllowed=q,L.dataTransfer.dropEffect=q},y=L=>{L.dataTransfer.effectAllowed="move",L.dataTransfer.dropEffect="move";const T=p(L);L.dataTransfer.setData("text/plain",""),L.dataTransfer.setData("node-id",T.getAttribute("data-tree-node"))},N=L=>{L.preventDefault(),L.stopPropagation();const T=p(L),z=L.dataTransfer.getData("node-id"),A=T.getAttribute("data-tree-node");Reflect.apply(e.dragSort?x:D,globalThis,[z,A])},k=(L,T)=>{const z=m({[X.UUID]:L}),A=m({[X.UUID]:T}),q=l(L),R=l(T);return q===R?!0:z.indexOf(A)===-1&&A.indexOf(z)===-1},x=(L,T)=>{if(!k(L,T))return;const z=JSON.parse(JSON.stringify(s(L))),A=JSON.parse(JSON.stringify(s(T))),q=c(L),R=c(T),F=u({[X.UUID]:L},X.INDEX),O=u({[X.UUID]:T},X.INDEX);q==null||q[e.children].splice(F,1,A),R==null||R[e.children].splice(O,1,z)},D=(L,T)=>{const z=s(L),A=s(T);let q=null;if(h({[X.UUID]:L}))q=e.data;else{const R=l(L);if(R!=null){q=s(R);const F=u({[X.UUID]:L},X.INDEX);q==null||q[e.children].splice(F,1)}}A[e.children]||(A[e.children]=[]),A[e.children].unshift(z)};r.onMounted(()=>{if(e.draggable&&n.value){const L=n.value.$el;L.addEventListener("mousedown",C),L.addEventListener("dragstart",y),L.addEventListener("dragover",b),L.addEventListener("drop",N)}}),r.onUnmounted(()=>{if(e.draggable&&n.value){const L=n.value.$el;L.removeEventListener("mousedown",C),L.removeEventListener("dragstart",y),L.removeEventListener("dragover",b),L.removeEventListener("drop",N)}})},Ug=e=>{var b;const n=r.toRef(e,"search"),{openResultNode:i=!1,resultType:s="tree"}=(b=e.search)!=null?b:{},l=y=>["string","number","boolean"].includes(typeof y),c=(y,N)=>y===N,u=(y,N)=>new RegExp(`${y}`,"i").test(`${N}`),m=(y,N)=>Reflect.apply(y,globalThis,N),h=n.value===void 0||n.value===!1,p=(y,N)=>{if(h)return!0;if(l(n.value))return m(u,[n.value,y,N]);const{value:k="",match:x="fuzzy"}=n.value,L=typeof x=="function"?x:x==="fuzzy"?u:c;return`${k}`.length===0?!0:m(L,[k,y,N])},g=r.computed(()=>n.value!==!1&&(l(n.value)?`${n.value}`.length>0:typeof n.value=="object"));return{searchFn:p,refSearch:n,isSearchActive:g,isSearchDisabled:h,openResultNode:i,resultType:s,isTreeUI:s==="tree"}},_g=e=>{var x;const n=(D,L=void 0,T=[])=>{const{data:z,children:A}=D,q=[];let R=0;const F=new Map;function O(oe,ie,re,P){if(oe!=null&&F.has(oe)&&![X.UUID,X.PARENT_ID].includes(ie)){const j=F.get(oe);Object.prototype.hasOwnProperty.call(j,ie)&&typeof P=="function"&&Reflect.apply(P,self,[j,ie,re])&&(Object.assign(j,{[ie]:re}),O(j[X.PARENT_ID],ie,re,P))}}function E(oe){let ie=null;return typeof D.nodeKey=="string"&&(ie=oe[D.nodeKey]||Ll.v4()),ie||oe[X.UUID]||Ll.v4()}const U={[X.IS_OPEN]:()=>!1,[X.IS_CHECKED]:()=>!1,[X.IS_MATCH]:()=>!0,[X.IS_SELECTED]:oe=>D.selected===oe,[X.IS_CACHED]:()=>!1,[X.IS_ASYNC]:()=>null,[X.IS_LOADING]:()=>!1};function ce(oe,ie,re,P=void 0){let j=P;P===void 0&&typeof U[re]=="function"&&(j=U[re](oe,ie));const V=ti[re];if(Object.prototype.hasOwnProperty.call(ie,V))return ie[V];const G=(T||[]).find(ue=>ue[X.UUID]===oe);let H;return G&&(H=G[re]),H==null&&(H=j),H}function ee(oe,ie){return D.selectable?ce(oe,ie,X.IS_SELECTED,D.selected===oe):!1}function ge(oe,ie,re){var V;const P=ce(oe,ie,X.IS_OPEN),j=F.has(re)?(V=F.get(re))==null?void 0:V[X.IS_OPEN]:!0;return P&&j}function Me(oe){return!oe[X.IS_OPEN]}function he(oe,ie=0,re=null,P=null){const j=oe.length;for(let V=0;V<j;V++){const G=oe[V];if(Array.isArray(G))he(G,ie,re,P);else if(typeof G=="object"&&G!==null){const H=`${E(G)}`,ue=P!==null?`${P}-${V}`:`${V}`,be=!!(G[A]||[]).length;let Y=ce(H,G,X.IS_OPEN);D.autoOpenParentNode?Y&&O(re,X.IS_OPEN,!0,Me):Y=ge(H,G,re);const ae={[X.DEPTH]:ie,[X.INDEX]:V,[X.UUID]:H,[X.PARENT_ID]:re,[X.HAS_CHILD]:be,[X.PATH]:ue,[X.IS_ROOT]:re===null,[X.ORDER]:R,[X.IS_SELECTED]:ee(H,G),[X.IS_MATCH]:ce(H,G,X.IS_MATCH),[X.IS_OPEN]:Y,[X.IS_CHECKED]:ce(H,G,X.IS_CHECKED),[X.IS_CACHED]:ce(H,G,X.IS_CACHED),[X.IS_ASYNC]:ce(H,G,X.IS_ASYNC),[X.IS_LOADING]:ce(H,G,X.IS_LOADING),[A]:null};Object.assign(G,{[X.UUID]:H}),F.set(H,ae),R+=1,q.push(je(Z({},G),{[A]:null})),Object.prototype.hasOwnProperty.call(G,A)&&he(G[A]||[],ie+1,H,ue)}}}return he(L||z),[q,F]},i=n(e),s=new Map,l=[],c=[],u=r.reactive({data:i[0],schema:i[1],levelLineSchema:{}}),m=r.computed(()=>Array.from(u.schema.values())),{asyncNodeClick:h,deepAutoOpen:p}=Ad(e,u),g=D=>{l.push(D)},C=(D,L,T=!0)=>{T&&s.has(D)&&s.delete(D),s.set(D,L)},b=D=>typeof D=="function"?{type:"loop",fn:D}:typeof D=="object"&&typeof D.type=="string"&&typeof D.fn=="function"?D:(console.error("loop event error",D),null),y=D=>{var T;const L=b(D);return L!==null&&Reflect.apply(L.fn,globalThis,[]),(T=L==null?void 0:L.type)!=null?T:"once"},N=()=>{Array.from(s.keys()).forEach(D=>{const L=s.get(D);if(Array.isArray(L)){const T=[];L.forEach((z,A)=>{y(z)==="once"&&T.unshift(A)}),T.length&&T.forEach(z=>L.splice(z,1)),L.length===0&&s.delete(D)}else y(L)==="once"&&s.delete(D)})};r.watch(()=>[e.data],D=>{var T,z;console.log("watch data changed");const L=n(e,D,m.value);u.data=L[0],u.schema=L[1],((T=e.async)==null?void 0:T.callback)&&((z=e.async)==null?void 0:z.deepAutoOpen)==="every"&&p(),N()},{deep:!0}),e.selectable&&r.watch(()=>e.selected,D=>{console.log("watch selected changed"),c.length=0,l.forEach(L=>{Reflect.apply(L,globalThis,[D]),c.push(()=>Reflect.apply(L,globalThis,[D]))}),C("afterSelectWatch",c)},{immediate:!0});const k=D=>{C("afterDataUpdate",D)};return(x=e.async)!=null&&x.callback&&p(),{flatData:u,schemaValues:m,asyncNodeClick:h,deepAutoOpen:p,afterDataUpdate:k,registerNextLoop:C,onSelected:g}},Xg=r.defineComponent({name:"Tree",props:Ag,emits:Og,setup(e,n){const{flatData:i,schemaValues:s,onSelected:l,registerNextLoop:c}=_g(e),{setNodeAttr:u,checkNodeIsOpen:m,getNodeAttr:h,getNodePath:p,isRootNode:g,isNodeOpened:C,isNodeChecked:b,isNodeMatched:y,hasChildNode:N}=vr(i,e),{searchFn:k,isSearchActive:x,refSearch:D,openResultNode:L,isTreeUI:T,isSearchDisabled:z}=Ug(e);z||r.watch([D],()=>{i.data.forEach(re=>{const P=k(Od(re,e),re);u(re,X.IS_MATCH,P),L&&E(re,!0,!0)})});const A=re=>{if(x.value){const P=()=>T?s.value.some(j=>j[X.PATH].startsWith(p(re))&&j[X.IS_MATCH]):!1;return h(re,X.IS_MATCH)||P()}return!0},q=r.computed(()=>i.data.filter(re=>m(re)&&A(re))),{renderTreeNode:R,hanldeTreeNodeClick:F,setNodeOpened:O,setOpen:E,setNodeAction:U,setSelect:ce,asyncNodeClick:ee}=Hg(e,n,i,q,s,{registerNextLoop:c}),ge=(re,P=!0)=>{U(Ta(re),X.IS_CHECKED,P)};l(re=>{ce(re,!0,!0)});const Me=()=>i;n.expose({hanldeTreeNodeClick:F,isNodeChecked:b,isRootNode:g,isNodeOpened:C,isNodeMatched:y,hasChildNode:N,setOpen:E,setChecked:ge,setNodeAction:U,setNodeOpened:O,setSelect:ce,asyncNodeClick:ee,getData:Me});const he=r.ref(),{renderEmpty:oe}=Eg(e,n);Fg(e,he,i);const ie=re=>{if(re.length)return re.map(R);const P=x.value?"search-empty":"empty";return oe(P)};return()=>r.createVNode(Mr,{class:rt("tree"),style:Rg(null,e),list:q.value,lineHeight:e.lineHeight,enabled:e.virtualRender,contentClassName:rt("container"),throttleDelay:0,ref:he},{default:re=>ie(re.data||[])})}});const Ed=Ze(Xg),Vd=e=>e.__v_isVNode;var $g=r.defineComponent({name:"ComposeFormItem",props:{headBackgroundColor:{type:String,default:"#FAFBFD"},tailBackgroundColor:String},render(){if(!this.$slots.default)return null;const e=this.$slots.default();if(e.length>1){const n=e.length;let i=0,s=null;for(;i<n;){if(Vd(e[i])){s=e[i];break}i=i+1}let l=n-1,c=null;for(;l>=0&&l>i;){if(Vd(e[l])){c=e[l];break}l=l-1}if(s&&c){s.props||(s.props={});let u="bk-compose-form-item-head";s.props.class&&(u+=` ${s.props.class}`),this.headBackgroundColor&&(s.props.style=Object.assign(s.props.style||{},{"background-color":this.headBackgroundColor})),s.props.class=u,c.props||(c.props={});let m="bk-compose-form-item-tail";c.props.class&&(m+=` ${c.props.class}`),this.tailBackgroundColor&&(c.props.style=Object.assign(c.props.style||{},{"background-color":this.tailBackgroundColor})),c.props.class=m}}return r.h("div",{class:"bk-compose-form-item"},e)}});const Kg={formType:d.oneOf(["default","vertical"]).def("default"),labelWidth:d.oneOfType([Number,String]),labelPosition:d.oneOf(["left","center","right"]),model:d.object,rules:d.object};var qg=r.defineComponent({name:"Form",props:Kg,emits:["submit"],setup(e,n){let i=[];const s=h=>{i.push(h)},l=h=>{i=i.reduce((p,g)=>(g!==h&&p.push(g),p),[])};return r.provide(Jc,{props:e,register:s,unregister:l}),{handleSubmit:h=>{h.preventDefault(),n.emit("submit")},validate:h=>{let p={};return h?p=(typeof h=="string"?[h]:h).reduce((C,b)=>je(Z({},C),{[b]:!0}),{}):p=i.reduce((g,C)=>C.property?je(Z({},g),{[C.property]:!0}):g,{}),Promise.all(i.reduce((g,C)=>(p[C.property]&&g.push(C.validate()),g),[])).then(()=>Promise.resolve(e.model))},clearValidate:h=>{let p={};h?p=(typeof h=="string"?[h]:h).reduce((C,b)=>je(Z({},C),{[b]:!0}),{}):p=i.reduce((g,C)=>je(Z({},g),{[C.property]:!0}),{}),i.forEach(g=>p[g.property]&&g.clearValidate())}}},render(){var n,i;const e=Je({"bk-form":!0,[`bk-form--${this.formType}`]:!0});return r.createVNode("form",{class:e,onSubmit:this.handleSubmit},[(i=(n=this.$slots).default)==null?void 0:i.call(n)])}}),dn={required:e=>(console.log("required",e,e!==""&&e!==void 0&&e!==null),e!==""&&e!==void 0&&e!==null),min:(e,n)=>(console.log("min"),e>=n),max:(e,n)=>(console.log("max"),n>=e),email:e=>(console.log("email"),/^[A-Za-z\d]+([-_.][A-Za-z\d]+)*@([A-Za-z\d]+[-.])+[A-Za-z\d]{2,4}$/.test(e)),maxlength:(e,n)=>(console.log("maxlength"),e.length<=n),pattern:(e,n)=>(console.log("pattern"),n.test(e))};const e5={label:d.string,labelWidth:d.oneOfType([Number,String]),labelPosition:d.oneOf(["left","center","right"]),property:d.string.def(""),required:d.bool.def(!1),email:d.bool.def(!1),max:d.number,min:d.number,maxlength:d.number,rules:d.array,autoCheck:d.bool.def(!1),description:d.string,errorDisplayType:d.oneOf(["tooltips","normal"]).def("normal")},t5=(e,n)=>Object.prototype.hasOwnProperty.call(e,n),n5=e=>{const n=[];return e.required&&n.push({validator:dn.required,message:`${e.label}\u4E0D\u80FD\u4E3A\u7A7A`,trigger:"blur"}),e.email&&n.push({validator:dn.email,message:`${e.label}\u683C\u5F0F\u4E0D\u6B63\u786E`,trigger:"blur"}),Number(e.max)>-1&&n.push({validator:i=>dn.max(i,e.max),message:`${e.label}\u6700\u5927\u503C${e.max}`,trigger:"blur"}),Number(e.min)>-1&&n.push({validator:i=>dn.min(i,e.min),message:`${e.label}\u6700\u5C0F\u503C${e.min}`,trigger:"blur"}),Number(e.maxlength)>-1&&n.push({validator:i=>dn.maxlength(i,e.maxlength),message:`${e.label}\u6700\u5927\u957F\u5EA6${e.maxlength}`,trigger:"blur"}),n},i5=(e,n)=>{const i=e.reduce((s,l)=>{let c;if(l.required)c=dn.required;else if(l.email)c=dn.email;else if(Number(l.max)>-1)c=u=>dn.max(u,l.max);else if(Number(l.min)>-1)c=u=>dn.min(u,l.max);else if(Number(l.maxlength)>-1)c=u=>dn.min(u,l.max);else if(Object.prototype.toString.call(l.pattern)==="[object RegExp]")c=u=>dn.pattern(u,l.pattern);else if(Object.prototype.toString.call(l.validator)==="[object Function]")c=l.validator;else return s;return s.push({validator:c,message:l.message,trigger:l.trigger}),s},[]);return[...n,...i]},a5=(e,n)=>n.reduce((i,s)=>!s.trigger||!e?(i.push(s),i):((Array.isArray(s.trigger)?s.trigger:[s.trigger]).includes(e)&&i.push(s),i),[]),Rd=e=>e!==void 0;var r5=r.defineComponent({name:"FormItem",directives:{bkTooltips:ml},props:e5,setup(e){const n=r.getCurrentInstance(),i=r.reactive({isError:!1,errorMessage:""}),s=of(),l=Boolean(s),c=r.computed(()=>{const h={width:"",paddingRight:"",textAlign:""},p=Rd(e.labelWidth)?e.labelWidth:l&&s.props.labelWidth;Rd(p)&&(h.width=`${p}px`,h.paddingRight=p?"":"0px");const g=e.labelPosition||l&&s.props.labelPosition;return g&&(h["text-align"]=g),h}),u=h=>{if(i.isError=!1,i.errorMessage="",!e.property||l&&!s.props.model)return Promise.resolve(!0);let p=[];l&&s.props.rules&&t5(s.props.rules,e.property)&&(p=s.props.rules[e.property]),e.rules&&(p=e.rules),p=a5(h,i5(p,n5(e)));const g=_n.exports.get(s.props.model,e.property),C=(()=>{let b=-1;return()=>{if(b=b+1,b>=p.length)return Promise.resolve(!0);const y=p[b];return Promise.resolve().then(()=>{const N=y.validator(g);return typeof N!="boolean"&&typeof N.then=="function"?N.then(()=>C,()=>(i.isError=!0,i.errorMessage=y.message,Promise.reject(y.message))):N?C():(i.isError=!0,i.errorMessage=y.message,Promise.reject(y.message))})}})();return C()},m=()=>{i.isError=!1,i.errorMessage=""};return r.provide(Qc,je(Z({},e),{validate:u,clearValidate:m})),r.onMounted(()=>{l&&s.register(n.proxy)}),r.onBeforeUnmount(()=>{l&&s.unregister(n.proxy)}),je(Z({},r.toRefs(i)),{labelStyles:c,validate:u,clearValidate:m})},render(){var s,l;const e=Je({"bk-form-item":!0,"is-error":this.isError,"is-required":this.required}),n=()=>this.$slots.label?this.$slots.label():this.description?r.withDirectives(r.createVNode("span",{class:{"bk-form-label-description":Boolean(this.description)}},[this.label]),[[r.resolveDirective("bk-tooltips"),this.description]]):this.label,i=()=>this.isError?this.errorDisplayType==="tooltips"?r.withDirectives(r.createVNode("div",{class:"bk-form-error-tips"},[r.createVNode(Rs,null,null)]),[[r.resolveDirective("bk-tooltips"),this.errorMessage]]):r.createVNode("div",{class:"bk-form-error"},[this.$slots.error?this.$slots.error(this.errorMessage):this.errorMessage]):null;return r.createVNode("div",{class:e},[r.createVNode("div",{class:"bk-form-label",style:this.labelStyles},[n()]),r.createVNode("div",{class:"bk-form-content"},[(l=(s=this.$slots).default)==null?void 0:l.call(s),i()])])}});const Wd=Vt(qg,{FormItem:r5,ComposeFormItem:$g}),s5={span:d.number.def(1),offset:d.number.def(0),pull:d.number.def(0),push:d.number.def(0)};var l5=r.defineComponent({name:"Col",props:s5,emits:[],setup(e,n){const{col:i,gutter:s,flex:l}=r.inject("containerProps"),{span:c,offset:u,pull:m,push:h}=e,p=r.computed(()=>c||i);r.provide("containerProps",{col:p.value,gutter:s,flex:l});const g=function(b){return`${Number((b*100).toFixed(3))}%`},C=r.computed(()=>({width:g(p.value/i),"padding-right":`${s/2}px`,"padding-left":`${s/2}px`,"margin-left":u?g(u/i):null,right:m?g(m/i):null,left:h?g(h/i):null}));return()=>{var b,y;return r.createVNode("div",{class:"bk-grid-col",style:C.value},[(y=(b=n.slots).default)==null?void 0:y.call(b)])}}});const o5={col:d.number.def(24),gutter:d.number.def(20),margin:d.number.def(20),flex:d.bool.def(!1),extCls:d.string};var c5=r.defineComponent({name:"Container",props:o5,emits:[],setup(e,n){const{col:i,gutter:s,flex:l,extCls:c}=e;r.provide("containerProps",{col:i,gutter:s,flex:l});const u=r.computed(()=>c?`bk-grid-container ${c}`:"bk-grid-container"),m=r.computed(()=>{const{margin:h}=e;return{"padding-right":`${h}px`,"padding-left":`${h}px`}});return()=>{var h,p;return r.createVNode("div",{class:u.value,style:m.value},[(p=(h=n.slots).default)==null?void 0:p.call(h)])}}}),u5=r.defineComponent({name:"Row",emits:[],setup(e,n){const{col:i,gutter:s,flex:l}=r.inject("containerProps");r.provide("containerProps",{col:i,gutter:s,flex:l});const c=r.computed(()=>je(Z({},l?{display:["-webkit-box","-ms-flexbox","flex"]}:{}),{"margin-right":`-${s/2}px`,"margin-left":`-${s/2}px`}));return()=>{var u,m;return r.createVNode("div",{class:"bk-grid-row",style:c.value},[(m=(u=n.slots).default)==null?void 0:m.call(u)])}}});const kr=Vt(c5,{Row:u5,Col:l5});var d5=r.defineComponent({name:"Dropdown",props:{isShow:d.bool.def(!1),placement:d.commonType(["auto","auto-start","auto-end","top","right","bottom","left","top-start","top-end","bottom-start","bottom-end","right-start","right-end","left-start","left-end"],"placement").def("bottom"),trigger:d.commonType(["hover","click","manual"],"trigger").def("hover"),disabled:d.bool.def(!1),extCls:d.string},emits:["showChange","show","hide"],setup(e,{emit:n}){let i=Object.create(null);const s=r.ref(null),l=r.ref(null);r.onMounted(()=>{m()}),r.onBeforeUnmount(()=>{h()}),r.watch(()=>e.isShow,g=>{r.nextTick(()=>{e.trigger==="manual"&&i&&!e.disabled&&(g?i.show():i.hide())})}),r.watch(()=>e.disabled,g=>p(g));const c=()=>{n("show")},u=()=>{n("hide")},m=()=>{e.disabled||(i=new Ts(s.value,l.value,{placement:e.placement,trigger:e.trigger,afterShow:c,afterHidden:u}),e.trigger==="manual"&&e.isShow&&i.show())},h=()=>{if(i){const g=i;g.isShow&&g.hide(),g.destroy(),i=null,e.trigger==="manual"&&n("showChange",!1)}},p=g=>{const C=i;e.trigger==="manual"&&!g&&n("showChange",!1),C.updateDisabled(g)};return{reference:s,refContent:l}},render(){var n,i,s,l;const e=Je({"bk-dropdown":!0},this.$props.extCls);return r.createVNode("div",{class:e},[r.createVNode("div",{ref:"reference",class:"bk-dropdown-reference"},[(i=(n=this.$slots).default)==null?void 0:i.call(n)]),r.createVNode("div",{ref:"refContent",class:"bk-dropdown-content"},[(l=(s=this.$slots).content)==null?void 0:l.call(s)])])}}),f5=r.defineComponent({name:"DropdownItem",props:{extCls:d.string},emits:["click"],setup(e,{emit:n}){const i=l=>{l.stopPropagation(),n("click",l)};return{wrapperCLasses:r.computed(()=>["bk-dropdown-item",e.extCls]),handleClick:i}},render(){var e,n;return r.createVNode("li",{class:this.wrapperCLasses,onClick:this.handleClick},[(n=(e=this.$slots).default)==null?void 0:n.call(e)])}}),h5=r.defineComponent({name:"DropdownMenu",props:{extCls:d.string},setup(e){return{wrapperCLasses:r.computed(()=>["bk-dropdown-menu",e.extCls])}},render(){var e,n;return r.createVNode("ul",{class:this.wrapperCLasses},[(n=(e=this.$slots).default)==null?void 0:n.call(e)])}});const Zd=Vt(d5,{DropdownMenu:h5,DropdownItem:f5});var Vl=r.defineComponent({name:"CascaderPanel",props:{store:d.object.def({})},emits:["input"],setup(e,{emit:n}){const{store:i}=e,s=r.reactive({list:[e.store.getNodes()]}),l=r.ref([]),c=r.ref([]),u=y=>{y.config.multiple?c.value=i.getCheckedNodes().map(N=>N.path):c.value=y.path,n("input",c.value)},m=()=>{n("input",[])},h=y=>{var N;y.isDisabled||(s.list=s.list.slice(0,y.level),l.value=l.value.slice(0,y.level-1),(N=y.children)!=null&&N.length&&(s.list.push(y.children),l.value.push(y)))};return{menus:s,activePath:l,nodeExpandHandler:h,isNodeInPath:y=>(l.value[y.level-1]||{}).id===y.id,nodeEvent:y=>{const{trigger:N,checkAnyLevel:k,multiple:x}=y.config;return{onClick:L=>{(!y.isLeaf||x)&&L.stopPropagation(),N==="click"&&h(y),k&&!x&&u(y),y.isLeaf&&!x&&u(y)},onMouseenter:()=>{N==="hover"&&h(y)}}},isCheckedNode:(y,N)=>{const{multiple:k}=y.config;return k?!1:Oc(N,y.path)},checkValue:c,nodeClear:m,checkNode:(y,N)=>{y.setNodeCheck(N),u(y)}}},render(){return r.createVNode("div",{class:"bk-cascader-panel-wrapper"},[this.menus.list.map(e=>r.createVNode("ul",{class:"bk-cascader-panel"},[e.map(n=>r.createVNode("li",r.mergeProps({class:["bk-cascader-node",{"is-selected":this.isNodeInPath(n)},{"is-disabled":n.isDisabled},{"is-checked":this.isCheckedNode(n,this.checkValue)}]},this.nodeEvent(n)),[n.config.multiple&&r.createVNode(ba,{disabled:n.isDisabled,modelValue:n.checked,"onUpdate:modelValue":i=>n.checked=i,onChange:i=>this.checkNode(n,i)},null),r.createVNode("span",{class:"content"},[n.name]),n.isLeaf?"":r.createVNode(Jn,{class:"icon-angle-right"},null)]))]))])}});class Rl{constructor(n,i,s){this.data=n,this.config=i,this.parent=s||null,this.level=this.parent?this.parent.level+1:1,this.initState()}initState(){var c;const{idKey:n,nameKey:i,childrenKey:s}=this.config;this.id=this.data[n],this.name=this.data[i],this.loading=!1,this.checked=!1;const l=this.data[s];this.children=(l||[]).map(u=>new Rl(u,this.config,this)),this.hasChildren=((c=this.children)==null?void 0:c.length)!==0,this.pathNodes=this.calculateNodesPath(),this.path=this.pathNodes.map(u=>u.id),this.pathNames=this.pathNodes.map(u=>u.name)}get isLeaf(){return!this.hasChildren}get isDisabled(){return this.data.disabled}setNodeCheck(n){this.checked=n}calculateNodesPath(){const n=[this];let{parent:i}=this;for(;i;)n.unshift(i),i=i.parent;return n}}const Gd=(e,n)=>e.reduce((i,s)=>(s.isLeaf?i.push(s):(!n&&i.push(s),i=i.concat(Gd(s.children,n))),i),[]);class g5{constructor(n){const{list:i}=n;this.data=i,this.config=uf(n,["list"]),this.nodes=this.data.map(s=>new Rl(s,this.config))}getNodes(){return this.nodes}getFlattedNodes(n=!1){return Gd(this.nodes,n)}getCheckedNodes(){return this.getFlattedNodes().filter(n=>n.checked)}getNodeByValue(n){var s;return(s=this.getFlattedNodes().filter(l=>Oc(l.path,n))[0])!=null?s:null}}var m5=r.defineComponent({name:"Cascader",directives:{clickoutside:pr},components:{CascaderPanel:Vl,BkPopover:Ln},props:{modelValue:d.array.def([]),list:d.array.def([]),placeholder:d.string.def("\u8BF7\u9009\u62E9"),filterable:d.bool.def(!1),multiple:d.bool.def(!1),disabled:d.bool.def(!1),clearable:d.bool.def(!0),trigger:d.string.def("click"),checkAnyLevel:d.bool.def(!1),isRemote:d.bool.def(!1),remoteMethod:d.func,showCompleteName:d.bool.def(!1),idKey:d.string.def("id"),nameKey:d.string.def("name"),childrenKey:d.string.def("children"),separator:d.string.def("/"),limitOneLine:d.bool.def(!1),extCls:d.string.def("")},emits:["update:modelValue"],setup(e,{emit:n}){const{separator:i,multiple:s}=e,{isHover:l,setHover:c,cancelHover:u}=ou(),m=r.reactive(new g5(e)),h=r.ref(!1),p=r.ref(""),g=r.ref([]),C=x=>{if(n("update:modelValue",x),s){g.value=m.getCheckedNodes().map(L=>({text:L.pathNames.join(i),key:L.id}));return}if(x.length===0){p.value="";return}const D=m.getNodeByValue(x);p.value=D.pathNames.join(i)};return{store:m,updateValue:C,hidePopover:()=>{h.value=!1},inputClickHandler:x=>{x.stopPropagation(),h.value=!h.value},selectedText:p,panelShow:h,handleClear:x=>{x.stopPropagation(),C([])},isHover:l,setHover:c,cancelHover:u,selectedTags:g,removeTag:(x,D,L)=>{L.stopPropagation();const T=JSON.parse(JSON.stringify(x));T.splice(D,1),C(T)}}},render(){const e=()=>this.clearable&&this.isHover?r.createVNode(Qn,{class:"bk-icon-clear-icon",onClick:this.handleClear},null):r.createVNode(Ca,{class:"bk-icon-angle-up"},null),n=()=>this.limitOneLine?r.createVNode("span",null,[this.selectedText]):r.createVNode("div",{class:"cascader-tag-list"},[this.selectedTags.map((i,s)=>r.createVNode("span",{class:"cascader-tag-item"},[r.createVNode("span",{class:"cascader-tag-item-name"},[i.text]),r.createVNode(Pn,{class:"bk-icon-clear-icon",onClick:l=>this.removeTag(this.modelValue,s,l)},null)]))]);return r.createVNode("div",{class:["bk-cascader","bk-cascader-wrapper",this.extCls,{"bk-is-show-panel":this.panelShow,"is-unselected":this.modelValue.length===0}],tabindex:"0","data-placeholder":this.placeholder,onMouseenter:this.setHover,onMouseleave:this.cancelHover},[e(),r.createVNode(Ln,{placement:"bottom-start",theme:"light bk-cascader-popover",trigger:"click",arrow:!1,class:"bk-cascader-popover-wrapper",isShow:this.panelShow,"onUpdate:isShow":i=>this.panelShow=i,boundary:"body"},{default:()=>r.createVNode("div",{class:"bk-cascader-name",onClick:this.inputClickHandler},[this.multiple&&n(),this.filterable?r.createVNode("input",{class:"bk-cascader-search-input",type:"text",placeholder:this.placeholder},null):r.createVNode("span",null,[this.selectedText])]),content:()=>r.createVNode("div",{class:"bk-cascader-popover"},[r.createVNode(Vl,{store:this.store,onInput:i=>this.updateValue(i)},null)])})])}});const Yd=Vt(m5,{CascaderPanel:Vl});var Bd=r.defineComponent({name:"SliderButton",props:{modelValue:{type:Number,default:0},params:{type:Object,default:()=>({})}},emits:["emitChange","resetSize","update:modelValue"],setup(e,{emit:n}){const i=r.ref(!1),s=r.ref(!1),l=r.ref(0),c=r.ref(0),u=r.ref(0),m=r.ref(null),h=r.ref(e.modelValue),p=r.ref(0),g=r.ref(0),C=r.ref(!1),b=r.ref(null),y=r.computed(()=>{var O,E;let R="";if((O=e.params.customContent)!=null&&O[e.modelValue]){const U=e.params.customContent[e.modelValue];R=U.tip||U.label||""}const F=e.params.vertical?"right":"top";return(E=e.params)!=null&&E.showTip?{content:e.params.formatterTipLabel(`${R||(e==null?void 0:e.modelValue)||"0"}`),placement:F}:{content:"",placement:F}}),N=r.computed(()=>`${(e.modelValue-e.params.minValue)/(e.params.maxValue-e.params.minValue)*100}%`),k=r.computed(()=>e.params.vertical?{bottom:N.value}:{left:N.value}),x=r.computed(()=>e.params.formatterButtonLabel(e.modelValue)),D=R=>{e.params.disable||(R.preventDefault(),L(R),xa(window,"mousemove",T),xa(window,"touchmove",T),xa(window,"mouseup",z),xa(window,"touchend",z))},L=R=>{i.value=!0,s.value=!0,e.params.vertical?l.value=R.clientY:c.value=R.clientX,u.value=parseFloat(N.value),m.value=u.value},T=R=>{if(i.value){s.value=!1,n("resetSize");let F=0;e.params.vertical?(p.value=R.clientY,F=(l.value-p.value)/e.params.sliderSize*100):(g.value=R.clientX,F=(g.value-c.value)/e.params.sliderSize*100),m.value=u.value+F,A(m.value)}},z=()=>{C.value=!1,i.value&&(setTimeout(()=>{i.value=!1,s.value||(A(m.value),n("emitChange"))},0),Tr(window,"mousemove",T),Tr(window,"touchmove",T),Tr(window,"mouseup",z),Tr(window,"touchend",z))},A=R=>{if(R===null||isNaN(R))return;R<0?m.value=0:R>100&&(m.value=100);const F=100/((e.params.maxValue-e.params.minValue)/e.params.step);let E=Math.round(R/F)*F*(e.params.maxValue-e.params.minValue)*.01+e.params.minValue;E=parseFloat(E.toFixed(e.params.precision)),n("update:modelValue",E),!i.value&&e.modelValue!==h.value&&(h.value=e.modelValue)};return{renderDom:()=>r.createVNode("div",{class:["bk-slider-button",e.params.vertical?"vertical":"horizontal",{grabbing:i.value}],ref:b,tabindex:"0",style:k.value,onClick:R=>R.stopPropagation(),onMousedown:D},[Boolean(y.value.content)?r.createVNode(Ln,{content:y.value.content,theme:"dark",placement:y.value.placement,boundary:document.body},{default:()=>[r.createVNode("div",{class:["slider-button",{"slider-button-disable":e.params.disable}]},null)]}):r.createVNode("div",{class:["slider-button",{"slider-button-disable":e.params.disable}]},null),e.params.showButtonLabel&&!e.params.showIntervalLabel?r.createVNode("div",{class:["slider-button-label",e.params.vertical?"vertical":"horizontal"]},[x.value]):void 0]),setPosition:A,tip:y}},render(){return this.renderDom()}});const xa=(e,n,i)=>{e&&n&&i&&e.addEventListener(n,i,!1)},Tr=(e,n,i)=>{e&&n&&i&&e.removeEventListener(n,i,!1)};var p5=r.defineComponent({name:"Slider",props:{modelValue:d.oneOfType([d.array,d.number]),extCls:{type:String,default:""},vertical:{type:Boolean,default:!1},height:{type:String,default:"200px"},disable:{type:Boolean,default:!1},showTip:{type:Boolean,default:!1},maxValue:{type:[Number],default:100},minValue:{type:[Number],default:0},step:{type:[Number],default:1},range:{type:Boolean,default:!1},showInterval:{type:Boolean,default:!1},showIntervalLabel:{type:Boolean,default:!1},showButtonLabel:{type:Boolean,default:!1},showBetweenLabel:{type:Boolean,default:!1},showInput:{type:Boolean,default:!1},customContent:{type:Object,default:null},formatterLabel:{type:Function,default:e=>e},formatterButtonLabel:{type:Function,default:e=>e},formatterTipLabel:{type:Function,default:e=>e}},emits:["update:modelValue","change"],setup(e,{slots:n,emit:i}){const s=r.ref(1),l=r.ref(null),c=r.ref(null),u=r.ref(null),m=r.ref(0),h=r.ref(0),p=r.ref(null),g=r.ref(null),C=r.ref(null),b=r.ref(null),y=r.computed(()=>{const P=[e.minValue,e.maxValue,e.step].map(j=>{const V=`${j}`.split(".")[1];return V?V.length:0});return Math.max.apply(null,P)}),N=r.computed(()=>Math.min(l.value,c.value)),k=r.computed(()=>Math.max(l.value,c.value)),x=r.computed(()=>e.range?`${100*(k.value-N.value)/(e.maxValue-e.minValue)}%`:`${100*(l.value-e.minValue)/(e.maxValue-e.minValue)}%`),D=r.computed(()=>e.range?`${100*(N.value-e.minValue)/(e.maxValue-e.minValue)}%`:"0%"),L=r.computed(()=>e.vertical?{height:x.value,bottom:D.value}:{width:x.value,left:D.value}),T=r.computed(()=>{if(!e.showInterval||e.minValue>e.maxValue)return[];if(e.step===0)return console.warn("WARNNING:step should not be 0"),[];const P=(e.maxValue-e.minValue)/e.step,j=100*e.step/(e.maxValue-e.minValue),V=[];for(let G=1;G<P;G++)V.push(G*j);return e.range?V.filter(G=>G<100*(N.value-e.minValue)/(e.maxValue-e.minValue)||G>100*(k.value-e.minValue)/(e.maxValue-e.minValue)):V.filter(G=>G>100*(l.value-e.minValue)/(e.maxValue-e.minValue))}),z=r.computed(()=>e.vertical?{height:e.height,width:"4px"}:{}),A=r.computed(()=>{if(!e.showIntervalLabel)return[];if(e.step===0)return console.warn("WARNNING:step should not be 0"),[];const P=100*e.step/(e.maxValue-e.minValue),j=[];for(let V=e.minValue,G=0;V<=e.maxValue;V+=e.step,G++){const H={stepWidth:G*P,stepLabel:e.formatterLabel(V)};j.push(H)}return j}),q=r.computed(()=>Array.isArray(e.modelValue)),R=r.computed(()=>e.customContent?Object.keys(e.customContent).sort((P,j)=>Number(P)-Number(j)).filter(P=>Number(P)>=e.minValue&&Number(P)<=e.maxValue).map(P=>{const{tip:j}=e.customContent[P],{label:V}=e.customContent[P];return{tip:j||V||"",label:V||"",percent:(Number(P)-e.minValue)/(e.maxValue-e.minValue)*100}}):[]),F=r.computed(()=>({vertical:e.vertical,showTip:e.showTip,disable:e.disable,maxValue:e.maxValue,minValue:e.minValue,step:e.step,precision:y.value,showButtonLabel:e.showButtonLabel,formatterButtonLabel:e.formatterButtonLabel,showIntervalLabel:e.showIntervalLabel,customContent:e.customContent,sliderSize:s.value,formatterTipLabel:e.formatterTipLabel}));r.watch(()=>e.modelValue,()=>{ce()}),r.watch(()=>l.value,P=>{e.range?i("update:modelValue",[N.value,k.value]):i("update:modelValue",P),m.value=P}),r.watch(()=>c.value,P=>{i("update:modelValue",[N.value,k.value]),h.value=P}),r.onMounted(()=>{e.range?(Array.isArray(e.modelValue)?(l.value=Math.max(e.minValue,Number(e.modelValue[0])),c.value=Math.min(e.maxValue,Number(e.modelValue[1]))):(l.value=e.minValue,c.value=e.maxValue),u.value=[l.value,c.value]):(typeof e.modelValue!="number"||isNaN(e.modelValue)?l.value=e.minValue:l.value=Math.min(e.maxValue,Math.max(e.minValue,e.modelValue)),u.value=l.value),O(),xa(window,"resize",O())});const O=()=>{p.value&&(s.value=p.value[`client${e.vertical?"Height":"Width"}`])},E=P=>{var j,V;if(P.stopPropagation(),!e.disable){if(O(),e.vertical){const G=(j=p.value)==null?void 0:j.getBoundingClientRect().bottom;Me((G-P.clientY)/s.value*100)}else{const G=(V=p.value)==null?void 0:V.getBoundingClientRect().left;Me((P.clientX-G)/s.value*100)}ee()}},U=()=>e.range?![N.value,k.value].every((P,j)=>P===u.value[j]):e.modelValue!==u.value,ce=()=>{if(e.minValue>e.maxValue){console.error("min should not be greater than max.");return}const P=e.modelValue;e.range&&Array.isArray(P)?P[1]<e.minValue?i("update:modelValue",[e.minValue,e.minValue]):P[0]>e.maxValue?i("update:modelValue",[e.maxValue,e.maxValue]):P[0]<e.minValue?i("update:modelValue",[e.minValue,P[1]]):P[1]>e.maxValue?i("update:modelValue",[P[0],e.maxValue]):(l.value=Number(P[0]),c.value=Number(P[1]),U()&&(u.value=P.slice())):!e.range&&typeof P=="number"&&!isNaN(P)&&(P<e.minValue?i("update:modelValue",e.minValue):P>e.maxValue?i("update:modelValue",e.maxValue):(l.value=P,U()&&(u.value=P)))},ee=async()=>{await r.nextTick(),i("change",e.range?[N.value,k.value]:e.modelValue)},ge=P=>e.vertical?{bottom:`${P}%`}:{left:`${P}%`},Me=P=>{if(!e.range){g.value.setPosition(P);return}const j=e.minValue+P*(e.maxValue-e.minValue)/100;Math.abs(N.value-j)<Math.abs(k.value-j)?b.value=l.value<c.value?g.value:C.value:b.value=l.value>c.value?g.value:C.value,b.value.setPosition(P)},he=P=>{if(P==="")return;const j=parseFloat(P);j<e.minValue?(m.value=e.minValue,l.value=e.minValue):j>e.maxValue?(m.value=e.maxValue,l.value=e.maxValue):l.value=j},oe=P=>{if(P===""||typeof P=="number")return;const j=parseFloat(P);j<e.minValue?(h.value=e.minValue,c.value=e.minValue):j>e.maxValue?(h.value=e.maxValue,c.value=e.maxValue):c.value=j},ie=P=>{let j=0;return P==="start"?j=e.vertical?e.maxValue:e.minValue:j=e.vertical?e.minValue:e.maxValue,e.showButtonLabel&&[l.value,c.value].includes(j)?"0":"1"};return{renderDom:()=>{var P,j;return r.createVNode("div",{class:["bk-slider",e.extCls]},[(P=n.start)==null?void 0:P.call(n),r.createVNode("div",{class:"bk-slider-runway",ref:p,style:z.value,onClick:E},[r.createVNode("div",{class:["bk-slider-bar",e.vertical?"vertical":"horizontal",{disable:e.disable}],style:L.value},null),e.showInterval?T.value.map((V,G)=>r.createVNode("div",{key:G,class:["bk-slider-interval",{vertical:e.vertical}],style:ge(V)},null)):void 0,e.customContent?R.value.map((V,G)=>r.createVNode("div",{key:G,class:["bk-slider-interval",{vertical:e.vertical}],style:ge(V.percent)},null)):void 0,e.showBetweenLabel||e.showIntervalLabel||e.customContent?r.createVNode("div",{class:["bk-slider-labels",e.vertical?"vertical":"horizontal"]},[function(){if(e.showBetweenLabel)return[r.createVNode("div",{class:"label-start",style:[{opacity:ie("start")}]},[e.formatterLabel(e.minValue)]),r.createVNode("div",{class:"label-end",style:[{opacity:ie("end")}]},[e.formatterLabel(e.maxValue)])];if(e.showIntervalLabel)return A.value.map((V,G)=>r.createVNode("div",{class:["bk-slider-label",e.vertical?"vertical":"horizontal"],key:G,style:ge(V.stepWidth)},[V.stepLabel]));if(e.customContent)return R.value.map((V,G)=>r.createVNode("div",{class:["bk-slider-label",e.vertical?"vertical":"horizontal"],key:G,style:ge(V.percent)},[V.label]))}()]):void 0,r.createVNode(Bd,{modelValue:l.value,"onUpdate:modelValue":V=>l.value=V,ref:g,params:F.value,onEmitChange:ee,onResetSize:O},null),e.range?r.createVNode(Bd,{modelValue:c.value,"onUpdate:modelValue":V=>c.value=V,ref:C,params:F.value,onEmitChange:ee,onResetSize:O},null):void 0]),e.showInput&&!e.vertical?r.createVNode("div",{class:"bk-slider-input"},[r.createVNode("div",{class:"input-item"},[r.createVNode(Mi,{type:"number",modelValue:m.value,max:e.maxValue,min:e.minValue,onChange:he},null)]),q.value&&c.value?[r.createVNode("div",{class:"input-center"},[r.createTextVNode("\uFF5E")]),r.createVNode("div",{class:"input-item"},[r.createVNode(Mi,{type:"number",modelValue:h.value,max:e.maxValue,min:e.minValue,onChange:oe},null)])]:void 0]):void 0,(j=n.end)==null?void 0:j.call(n)])}}},render(){return this.renderDom()}});const Hd=Ze(p5);var M5=r.defineComponent({name:"ResizeLayout",props:{placement:d.placement().def("left"),min:d.number.def(3),max:d.number.def(1/0),triggerWidth:d.number.def(5),triggerOffset:d.number.def(3),initialDivide:d.oneOfType([String,Number]).def("20%"),immediate:d.bool,disabled:d.bool,collapsible:d.bool,autoMinimize:d.oneOfType([Boolean,Number]).def(!1),border:d.bool.def(!0)},emits:["before-resize","resizing","after-resize","collapse-change"],setup(e,{emit:n}){const{placement:i,initialDivide:s,triggerOffset:l,triggerWidth:c,max:u,min:m,immediate:h,autoMinimize:p}=r.toRefs(e),g=r.ref(!1),C=r.ref(!0),b=r.ref(!1),y=r.ref(null),N=r.ref({}),k=r.ref(null),x=r.ref(null),D=r.ref(null),L=r.ref(null),T=r.computed(()=>["left","right"].includes(i.value)),z=r.computed(()=>T.value?"width":"height"),A=r.computed(()=>{let ie=s.value;return typeof ie=="number"&&(ie=`${ie}px`),{[z.value]:ie}}),q=r.computed(()=>({[`margin-${i.value}`]:`${l.value-c.value}px`,[z.value]:`${c.value}px`})),R=r.computed(()=>p.value?typeof p.value=="boolean"?50:p.value:0),F=()=>{const ie=k.value.getBoundingClientRect();y.value=T.value?ie.width:ie.height},O=new ResizeObserver(F),E=()=>{switch(x.value.style.visibility="visible",i.value){case"left":x.value.style.inset=`0 auto auto ${N.value.aside.width}px`;break;case"right":x.value.style.inset=`0 ${N.value.aside.width}px auto auto`;break;case"top":x.value.style.inset=`${N.value.aside.height}px auto auto 0`;break;case"bottom":x.value.style.inset=`auto auto ${N.value.aside.height}px 0`;break}},U=()=>{D.value.style.display="block",D.value.style.cursor=T.value?"col-resize":"row-resize"},ce=ie=>Math.min(u.value,Math.max(m.value,ie),y.value-c.value),ee=ie=>{n("before-resize",ie);const re=L.value.getBoundingClientRect();N.value=Object.freeze({mouse:{clientX:ie.clientX,clientY:ie.clientY},aside:{width:re.width,height:re.height}}),U(),h.value||E(),document.onselectstart=()=>!1,document.ondragstart=()=>!1;const P=G=>{n("resizing",G)},j=G=>{let H;switch(i.value){case"top":H=G.clientY-N.value.mouse.clientY;break;case"right":H=N.value.mouse.clientX-G.clientX;break;case"bottom":H=N.value.mouse.clientY-G.clientY;break;case"left":H=G.clientX-N.value.mouse.clientX}const ue=N.value.aside[z.value]+H,be=ce(ue)+l.value,Y=`${be}px`;h.value?L.value.style[z.value]=Y:x.value.style[i.value]=Y,P(be)},V=()=>{if(x.value.style.visibility="hidden",D.value.style.display="none",document.removeEventListener("mousemove",j),document.removeEventListener("mouseup",V),document.onselectstart=null,document.ondragstart=null,r.nextTick(()=>{ge(),n("after-resize",parseFloat(x.value.style[i.value]))}),h.value)return!1;L.value.style[z.value]=x.value.style[i.value]};document.addEventListener("mousemove",j),document.addEventListener("mouseup",V)},ge=()=>{if(!p.value)return!1;const ie=L.value.getBoundingClientRect();if(b.value=g.value=ie[z.value]<=R.value,!b.value)return C.value=!0,!1;he(),r.nextTick(()=>{L.value.setAttribute(`data-${z.value}`,A.value[z.value])})},Me=ie=>{g.value=typeof ie=="boolean"?ie:!g.value,he(),n("collapse-change",g.value)},he=()=>{const ie=L.value.getBoundingClientRect();oe(!g.value),g.value?(L.value.setAttribute(`data-${z.value}`,`${ie[z.value]}px`),L.value.style[z.value]="5px"):(C.value=!0,L.value.style[z.value]=L.value.getAttribute(`data-${z.value}`))},oe=ie=>{const re=()=>{C.value=ie,L.value.style.transition="",L.value.removeEventListener("transitionend",re)};L.value.addEventListener("transitionend",re),L.value.style.transition=`${z.value} cubic-bezier(0.4, 0, 0.2, 1) .3s`};return r.onMounted(()=>{O.observe(k.value)}),r.onBeforeUnmount(()=>{O.unobserve(k.value)}),{collapsed:g,asideContentVisible:C,minimized:b,limitMax:y,state:N,vertical:T,cssPropKey:z,bkResizeLayoutRef:k,resizeProxyRef:x,resizeMaskRef:D,asideRef:L,triggerStyle:q,asideStyle:A,handleMousedown:ee,setCollapse:Me}},render(){var n,i,s,l,c,u;const e=["bk-resize-layout",`bk-resize-layout-${this.placement}`,{"bk-resize-layout-collapsed":this.collapsed,"bk-resize-layout-border":this.border}];return r.createVNode("div",{ref:"bkResizeLayoutRef",class:e},[r.createVNode("aside",{class:"bk-resize-layout-aside",ref:"asideRef",style:this.asideStyle},[r.withDirectives(r.createVNode("div",{class:"bk-resize-layout-aside-content"},[(i=(n=this.$slots).aside)==null?void 0:i.call(n)]),[[r.vShow,this.asideContentVisible]]),r.withDirectives(r.createVNode("i",{class:"bk-resize-trigger",style:this.triggerStyle,onMousedown:r.withModifiers(this.handleMousedown,["left"])},null),[[r.vShow,!this.disabled&&(!this.collapsed||this.autoMinimize)]]),r.withDirectives(r.createVNode("i",{class:["bk-resize-proxy",this.placement],ref:"resizeProxyRef"},null),[[r.vShow,!this.collapsed||this.autoMinimize]]),this.collapsible&&(((l=(s=this.$slots)["collapse-trigger"])==null?void 0:l.call(s))||r.createVNode(mi,{class:"bk-resize-collapse",onClick:this.setCollapse},null))]),r.createVNode("main",{class:"bk-resize-layout-main"},[(u=(c=this.$slots).main)==null?void 0:u.call(c)]),r.createVNode("div",{class:"bk-resize-mask",ref:"resizeMaskRef"},null)])}});const Fd=Ze(M5);var Wl=Object.freeze(Object.defineProperty({__proto__:null,Alert:Ec,AnimateNumber:Vc,Affix:Rc,Backtop:Wc,Badge:Zc,Breadcrumb:Gc,Button:Rt,Card:Bc,Checkbox:ba,Collapse:_c,Dialog:Xc,Exception:cr,FixedNavbar:$c,Input:Mi,Link:Kc,Loading:Xn,Modal:Ci,Popover:Ln,Progress:eu,Radio:au,Rate:ru,Swiper:su,Select:Ml,Sideslider:wu,Steps:Lu,Switcher:vu,Table:Gu,Tag:pl,TagInput:Hu,Divider:Fu,Tab:_u,Message:Ku,Notify:qu,Menu:ad,Navigation:sd,DatePicker:jd,Transfer:zd,Tree:Ed,VirtualRender:Mr,Form:Wd,Pagination:yl,Container:kr,containerProps:kr,Dropdown:Zd,Cascader:Yd,Slider:Hd,ResizeLayout:Fd},Symbol.toStringTag,{value:"Module"}));const Ud=(e="Bk")=>n=>{const i=n.config.globalProperties.bkUIPrefix||e;Object.keys(Wl).forEach(s=>{const l=Wl[s];"install"in l?n.use(l,{prefix:i}):n.component(i+s,Wl[s])})};var C5={createInstall:Ud,install:Ud(),version:"0.0.1"};le.Affix=Rc,le.Alert=Ec,le.AnimateNumber=Vc,le.Backtop=Wc,le.Badge=Zc,le.Breadcrumb=Gc,le.Button=Rt,le.Card=Bc,le.Cascader=Yd,le.Checkbox=ba,le.Collapse=_c,le.Container=kr,le.DatePicker=jd,le.Dialog=Xc,le.Divider=Fu,le.Dropdown=Zd,le.Exception=cr,le.FixedNavbar=$c,le.Form=Wd,le.Input=Mi,le.Link=Kc,le.Loading=Xn,le.Menu=ad,le.Message=Ku,le.Modal=Ci,le.Navigation=sd,le.Notify=qu,le.Pagination=yl,le.Popover=Ln,le.Progress=eu,le.Radio=au,le.Rate=ru,le.ResizeLayout=Fd,le.Select=Ml,le.Sideslider=wu,le.Slider=Hd,le.Steps=Lu,le.Swiper=su,le.Switcher=vu,le.Tab=_u,le.Table=Gu,le.Tag=pl,le.TagInput=Hu,le.Transfer=zd,le.Tree=Ed,le.VirtualRender=Mr,le.bkTooltips=ml,le.clickoutside=pr,le.containerProps=kr,le.default=C5,le.mousewheel=u1,Object.defineProperties(le,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});