yc-pro-components 0.0.1

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 (1074) hide show
  1. package/README.md +119 -0
  2. package/es/_virtual/_plugin-vue_export-helper.mjs +9 -0
  3. package/es/component.d.ts +4 -0
  4. package/es/component.mjs +106 -0
  5. package/es/components/breadcrumb/index.d.ts +6985 -0
  6. package/es/components/breadcrumb/index.mjs +5 -0
  7. package/es/components/breadcrumb/src/index.vue.d.ts +6947 -0
  8. package/es/components/breadcrumb/src/index.vue.mjs +6 -0
  9. package/es/components/breadcrumb/src/index.vue2.mjs +96 -0
  10. package/es/components/breadcrumb/src/type.d.ts +8 -0
  11. package/es/components/breadcrumb/src/type.mjs +1 -0
  12. package/es/components/breadcrumb/style/css.d.ts +3 -0
  13. package/es/components/breadcrumb/style/css.mjs +3 -0
  14. package/es/components/breadcrumb/style/index.d.ts +3 -0
  15. package/es/components/breadcrumb/style/index.mjs +3 -0
  16. package/es/components/check-card/index.d.ts +223 -0
  17. package/es/components/check-card/index.mjs +5 -0
  18. package/es/components/check-card/src/index.vue.d.ts +102 -0
  19. package/es/components/check-card/src/index.vue.mjs +6 -0
  20. package/es/components/check-card/src/index.vue2.mjs +165 -0
  21. package/es/components/check-card/style/css.d.ts +2 -0
  22. package/es/components/check-card/style/css.mjs +2 -0
  23. package/es/components/check-card/style/index.d.ts +2 -0
  24. package/es/components/check-card/style/index.mjs +2 -0
  25. package/es/components/check-card-group/index.d.ts +208 -0
  26. package/es/components/check-card-group/index.mjs +5 -0
  27. package/es/components/check-card-group/src/index.vue.d.ts +121 -0
  28. package/es/components/check-card-group/src/index.vue.mjs +6 -0
  29. package/es/components/check-card-group/src/index.vue2.mjs +118 -0
  30. package/es/components/check-card-group/style/css.d.ts +2 -0
  31. package/es/components/check-card-group/style/css.mjs +1 -0
  32. package/es/components/check-card-group/style/index.d.ts +2 -0
  33. package/es/components/check-card-group/style/index.mjs +1 -0
  34. package/es/components/date-picker/index.d.ts +727 -0
  35. package/es/components/date-picker/index.mjs +5 -0
  36. package/es/components/date-picker/src/index.vue.d.ts +711 -0
  37. package/es/components/date-picker/src/index.vue.mjs +6 -0
  38. package/es/components/date-picker/src/index.vue2.mjs +144 -0
  39. package/es/components/date-picker/style/css.d.ts +2 -0
  40. package/es/components/date-picker/style/css.mjs +2 -0
  41. package/es/components/date-picker/style/index.d.ts +2 -0
  42. package/es/components/date-picker/style/index.mjs +2 -0
  43. package/es/components/descriptions/index.d.ts +256 -0
  44. package/es/components/descriptions/index.mjs +5 -0
  45. package/es/components/descriptions/src/index.vue.d.ts +115 -0
  46. package/es/components/descriptions/src/index.vue.mjs +6 -0
  47. package/es/components/descriptions/src/index.vue2.mjs +215 -0
  48. package/es/components/descriptions/style/css.d.ts +3 -0
  49. package/es/components/descriptions/style/css.mjs +2 -0
  50. package/es/components/descriptions/style/index.d.ts +3 -0
  51. package/es/components/descriptions/style/index.mjs +2 -0
  52. package/es/components/dialog/index.d.ts +226 -0
  53. package/es/components/dialog/index.mjs +5 -0
  54. package/es/components/dialog/src/index.vue.d.ts +69 -0
  55. package/es/components/dialog/src/index.vue.mjs +6 -0
  56. package/es/components/dialog/src/index.vue2.mjs +121 -0
  57. package/es/components/dialog/src/type.d.ts +20 -0
  58. package/es/components/dialog/src/type.mjs +1 -0
  59. package/es/components/dialog/style/css.d.ts +3 -0
  60. package/es/components/dialog/style/css.mjs +3 -0
  61. package/es/components/dialog/style/index.d.ts +3 -0
  62. package/es/components/dialog/style/index.mjs +3 -0
  63. package/es/components/dialog-form/index.d.ts +1142 -0
  64. package/es/components/dialog-form/index.mjs +5 -0
  65. package/es/components/dialog-form/src/index.vue.d.ts +481 -0
  66. package/es/components/dialog-form/src/index.vue.mjs +6 -0
  67. package/es/components/dialog-form/src/index.vue2.mjs +157 -0
  68. package/es/components/dialog-form/style/css.d.ts +3 -0
  69. package/es/components/dialog-form/style/css.mjs +1 -0
  70. package/es/components/dialog-form/style/index.d.ts +3 -0
  71. package/es/components/dialog-form/style/index.mjs +1 -0
  72. package/es/components/display-item/index.d.ts +535 -0
  73. package/es/components/display-item/index.mjs +5 -0
  74. package/es/components/display-item/src/display-item.d.ts +29 -0
  75. package/es/components/display-item/src/display-item.mjs +43 -0
  76. package/es/components/display-item/src/index.vue.d.ts +402 -0
  77. package/es/components/display-item/src/index.vue.mjs +6 -0
  78. package/es/components/display-item/src/index.vue2.mjs +659 -0
  79. package/es/components/display-item/style/css.d.ts +9 -0
  80. package/es/components/display-item/style/css.mjs +8 -0
  81. package/es/components/display-item/style/index.d.ts +8 -0
  82. package/es/components/display-item/style/index.mjs +7 -0
  83. package/es/components/drawer-form/index.d.ts +3455 -0
  84. package/es/components/drawer-form/index.mjs +5 -0
  85. package/es/components/drawer-form/src/index.vue.d.ts +1242 -0
  86. package/es/components/drawer-form/src/index.vue.mjs +6 -0
  87. package/es/components/drawer-form/src/index.vue2.mjs +188 -0
  88. package/es/components/drawer-form/style/css.d.ts +4 -0
  89. package/es/components/drawer-form/style/css.mjs +3 -0
  90. package/es/components/drawer-form/style/index.d.ts +4 -0
  91. package/es/components/drawer-form/style/index.mjs +3 -0
  92. package/es/components/form/index.d.ts +1645 -0
  93. package/es/components/form/index.mjs +5 -0
  94. package/es/components/form/src/collapse-transition.vue.d.ts +48 -0
  95. package/es/components/form/src/collapse-transition.vue.mjs +6 -0
  96. package/es/components/form/src/collapse-transition.vue2.mjs +54 -0
  97. package/es/components/form/src/form-content.vue.d.ts +530 -0
  98. package/es/components/form/src/form-content.vue.mjs +6 -0
  99. package/es/components/form/src/form-content.vue2.mjs +160 -0
  100. package/es/components/form/src/index.vue.d.ts +628 -0
  101. package/es/components/form/src/index.vue.mjs +6 -0
  102. package/es/components/form/src/index.vue2.mjs +305 -0
  103. package/es/components/form/src/type.d.ts +161 -0
  104. package/es/components/form/src/type.mjs +1 -0
  105. package/es/components/form/style/css.d.ts +7 -0
  106. package/es/components/form/style/css.mjs +6 -0
  107. package/es/components/form/style/index.d.ts +7 -0
  108. package/es/components/form/style/index.mjs +6 -0
  109. package/es/components/form-item/index.d.ts +1791 -0
  110. package/es/components/form-item/index.mjs +5 -0
  111. package/es/components/form-item/src/form-item.d.ts +53 -0
  112. package/es/components/form-item/src/form-item.mjs +95 -0
  113. package/es/components/form-item/src/index.vue.d.ts +629 -0
  114. package/es/components/form-item/src/index.vue.mjs +6 -0
  115. package/es/components/form-item/src/index.vue2.mjs +640 -0
  116. package/es/components/form-item/style/css.d.ts +28 -0
  117. package/es/components/form-item/style/css.mjs +25 -0
  118. package/es/components/form-item/style/index.d.ts +28 -0
  119. package/es/components/form-item/style/index.mjs +25 -0
  120. package/es/components/header/index.d.ts +333 -0
  121. package/es/components/header/index.mjs +5 -0
  122. package/es/components/header/src/index.vue.d.ts +88 -0
  123. package/es/components/header/src/index.vue.mjs +6 -0
  124. package/es/components/header/src/index.vue2.mjs +210 -0
  125. package/es/components/header/src/type.d.ts +34 -0
  126. package/es/components/header/src/type.mjs +1 -0
  127. package/es/components/header/style/css.d.ts +6 -0
  128. package/es/components/header/style/css.mjs +6 -0
  129. package/es/components/header/style/index.d.ts +6 -0
  130. package/es/components/header/style/index.mjs +6 -0
  131. package/es/components/index.d.ts +45 -0
  132. package/es/components/index.mjs +63 -0
  133. package/es/components/input-tag/index.d.ts +1266 -0
  134. package/es/components/input-tag/index.mjs +5 -0
  135. package/es/components/input-tag/src/index.vue.d.ts +1249 -0
  136. package/es/components/input-tag/src/index.vue.mjs +6 -0
  137. package/es/components/input-tag/src/index.vue2.mjs +144 -0
  138. package/es/components/input-tag/style/css.d.ts +3 -0
  139. package/es/components/input-tag/style/css.mjs +3 -0
  140. package/es/components/input-tag/style/index.d.ts +3 -0
  141. package/es/components/input-tag/style/index.mjs +3 -0
  142. package/es/components/layout/index.d.ts +1635 -0
  143. package/es/components/layout/index.mjs +5 -0
  144. package/es/components/layout/src/index.vue.d.ts +564 -0
  145. package/es/components/layout/src/index.vue.mjs +6 -0
  146. package/es/components/layout/src/index.vue2.mjs +207 -0
  147. package/es/components/layout/style/css.d.ts +8 -0
  148. package/es/components/layout/style/css.mjs +5 -0
  149. package/es/components/layout/style/index.d.ts +8 -0
  150. package/es/components/layout/style/index.mjs +5 -0
  151. package/es/components/page/index.d.ts +15104 -0
  152. package/es/components/page/index.mjs +5 -0
  153. package/es/components/page/src/index.vue.d.ts +5204 -0
  154. package/es/components/page/src/index.vue.mjs +6 -0
  155. package/es/components/page/src/index.vue2.mjs +292 -0
  156. package/es/components/page/style/css.d.ts +4 -0
  157. package/es/components/page/style/css.mjs +2 -0
  158. package/es/components/page/style/index.d.ts +4 -0
  159. package/es/components/page/style/index.mjs +2 -0
  160. package/es/components/pagination/index.d.ts +149 -0
  161. package/es/components/pagination/index.mjs +5 -0
  162. package/es/components/pagination/src/index.vue.d.ts +62 -0
  163. package/es/components/pagination/src/index.vue.mjs +6 -0
  164. package/es/components/pagination/src/index.vue2.mjs +85 -0
  165. package/es/components/pagination/src/type.d.ts +16 -0
  166. package/es/components/pagination/src/type.mjs +1 -0
  167. package/es/components/pagination/style/css.d.ts +2 -0
  168. package/es/components/pagination/style/css.mjs +2 -0
  169. package/es/components/pagination/style/index.d.ts +2 -0
  170. package/es/components/pagination/style/index.mjs +2 -0
  171. package/es/components/popover/index.d.ts +121 -0
  172. package/es/components/popover/index.mjs +5 -0
  173. package/es/components/popover/src/index.vue.d.ts +61 -0
  174. package/es/components/popover/src/index.vue.mjs +6 -0
  175. package/es/components/popover/src/index.vue2.mjs +97 -0
  176. package/es/components/popover/style/css.d.ts +3 -0
  177. package/es/components/popover/style/css.mjs +3 -0
  178. package/es/components/popover/style/index.d.ts +3 -0
  179. package/es/components/popover/style/index.mjs +3 -0
  180. package/es/components/radio/index.d.ts +410 -0
  181. package/es/components/radio/index.mjs +5 -0
  182. package/es/components/radio/src/index.vue.d.ts +405 -0
  183. package/es/components/radio/src/index.vue.mjs +6 -0
  184. package/es/components/radio/src/index.vue2.mjs +191 -0
  185. package/es/components/radio/style/css.d.ts +3 -0
  186. package/es/components/radio/style/css.mjs +3 -0
  187. package/es/components/radio/style/index.d.ts +3 -0
  188. package/es/components/radio/style/index.mjs +3 -0
  189. package/es/components/render/index.d.ts +136 -0
  190. package/es/components/render/index.mjs +5 -0
  191. package/es/components/render/src/index.vue.d.ts +81 -0
  192. package/es/components/render/src/index.vue.mjs +6 -0
  193. package/es/components/render/src/index.vue2.mjs +72 -0
  194. package/es/components/search/index.d.ts +4392 -0
  195. package/es/components/search/index.mjs +5 -0
  196. package/es/components/search/src/index.vue.d.ts +1497 -0
  197. package/es/components/search/src/index.vue.mjs +6 -0
  198. package/es/components/search/src/index.vue2.mjs +221 -0
  199. package/es/components/search/src/type.d.ts +41 -0
  200. package/es/components/search/src/type.mjs +1 -0
  201. package/es/components/search/style/css.d.ts +3 -0
  202. package/es/components/search/style/css.mjs +2 -0
  203. package/es/components/search/style/index.d.ts +3 -0
  204. package/es/components/search/style/index.mjs +2 -0
  205. package/es/components/sidebar/index.d.ts +749 -0
  206. package/es/components/sidebar/index.mjs +7 -0
  207. package/es/components/sidebar/src/index.vue.d.ts +206 -0
  208. package/es/components/sidebar/src/index.vue.mjs +6 -0
  209. package/es/components/sidebar/src/index.vue2.mjs +174 -0
  210. package/es/components/sidebar/src/sidebar-item.vue.d.ts +66 -0
  211. package/es/components/sidebar/src/sidebar-item.vue.mjs +6 -0
  212. package/es/components/sidebar/src/sidebar-item.vue2.mjs +280 -0
  213. package/es/components/sidebar/src/type.d.ts +40 -0
  214. package/es/components/sidebar/src/type.mjs +1 -0
  215. package/es/components/sidebar/style/css.d.ts +6 -0
  216. package/es/components/sidebar/style/css.mjs +6 -0
  217. package/es/components/sidebar/style/index.d.ts +6 -0
  218. package/es/components/sidebar/style/index.mjs +6 -0
  219. package/es/components/steps-form/index.d.ts +181 -0
  220. package/es/components/steps-form/index.mjs +5 -0
  221. package/es/components/steps-form/src/index.vue.d.ts +125 -0
  222. package/es/components/steps-form/src/index.vue.mjs +6 -0
  223. package/es/components/steps-form/src/index.vue2.mjs +148 -0
  224. package/es/components/steps-form/src/type.d.ts +14 -0
  225. package/es/components/steps-form/src/type.mjs +1 -0
  226. package/es/components/steps-form/style/css.d.ts +4 -0
  227. package/es/components/steps-form/style/css.mjs +3 -0
  228. package/es/components/steps-form/style/index.d.ts +4 -0
  229. package/es/components/steps-form/style/index.mjs +3 -0
  230. package/es/components/table/index.d.ts +2445 -0
  231. package/es/components/table/index.mjs +5 -0
  232. package/es/components/table/src/index.vue.d.ts +743 -0
  233. package/es/components/table/src/index.vue.mjs +6 -0
  234. package/es/components/table/src/index.vue2.mjs +470 -0
  235. package/es/components/table/src/table-action-bar.vue.d.ts +74 -0
  236. package/es/components/table/src/table-action-bar.vue.mjs +6 -0
  237. package/es/components/table/src/table-action-bar.vue2.mjs +380 -0
  238. package/es/components/table/src/table-column-drag-sort.vue.d.ts +606 -0
  239. package/es/components/table/src/table-column-drag-sort.vue.mjs +6 -0
  240. package/es/components/table/src/table-column-drag-sort.vue2.mjs +72 -0
  241. package/es/components/table/src/table-column-index.vue.d.ts +47 -0
  242. package/es/components/table/src/table-column-index.vue.mjs +6 -0
  243. package/es/components/table/src/table-column-index.vue2.mjs +81 -0
  244. package/es/components/table/src/table-column.vue.d.ts +580 -0
  245. package/es/components/table/src/table-column.vue.mjs +6 -0
  246. package/es/components/table/src/table-column.vue2.mjs +231 -0
  247. package/es/components/table/src/table-title-bar.vue.d.ts +92 -0
  248. package/es/components/table/src/table-title-bar.vue.mjs +6 -0
  249. package/es/components/table/src/table-title-bar.vue2.mjs +489 -0
  250. package/es/components/table/src/type.d.ts +513 -0
  251. package/es/components/table/src/type.mjs +1 -0
  252. package/es/components/table/style/css.d.ts +15 -0
  253. package/es/components/table/style/css.mjs +11 -0
  254. package/es/components/table/style/index.d.ts +15 -0
  255. package/es/components/table/style/index.mjs +11 -0
  256. package/es/components/utils/format.d.ts +10 -0
  257. package/es/components/utils/format.mjs +12 -0
  258. package/es/components/utils/index.d.ts +144 -0
  259. package/es/components/utils/index.mjs +126 -0
  260. package/es/components/utils/is.d.ts +104 -0
  261. package/es/components/utils/is.mjs +30 -0
  262. package/es/components/yc-animate-selector/index.d.ts +25 -0
  263. package/es/components/yc-animate-selector/index.mjs +14 -0
  264. package/es/components/yc-animate-selector/src/animate.d.ts +5 -0
  265. package/es/components/yc-animate-selector/src/animate.mjs +116 -0
  266. package/es/components/yc-animate-selector/src/index.vue.d.ts +17 -0
  267. package/es/components/yc-animate-selector/src/index.vue.mjs +6 -0
  268. package/es/components/yc-animate-selector/src/index.vue2.mjs +135 -0
  269. package/es/components/yc-auth/index.d.ts +31 -0
  270. package/es/components/yc-auth/index.mjs +13 -0
  271. package/es/components/yc-auth/src/index.d.ts +61 -0
  272. package/es/components/yc-auth/src/index.mjs +39 -0
  273. package/es/components/yc-card/index.d.ts +148 -0
  274. package/es/components/yc-card/index.mjs +13 -0
  275. package/es/components/yc-card/src/index.vue.d.ts +45 -0
  276. package/es/components/yc-card/src/index.vue.mjs +6 -0
  277. package/es/components/yc-card/src/index.vue2.mjs +73 -0
  278. package/es/components/yc-card/src/type.d.ts +18 -0
  279. package/es/components/yc-card/src/type.mjs +1 -0
  280. package/es/components/yc-col/index.d.ts +36 -0
  281. package/es/components/yc-col/index.mjs +43 -0
  282. package/es/components/yc-config-provider/index.d.ts +50 -0
  283. package/es/components/yc-config-provider/index.mjs +15 -0
  284. package/es/components/yc-config-provider/src/index.vue.d.ts +41 -0
  285. package/es/components/yc-config-provider/src/index.vue.mjs +6 -0
  286. package/es/components/yc-config-provider/src/index.vue2.mjs +50 -0
  287. package/es/components/yc-config-provider/src/type.d.ts +82 -0
  288. package/es/components/yc-config-provider/src/type.mjs +23 -0
  289. package/es/components/yc-config-provider/src/useYcConfig.d.ts +55 -0
  290. package/es/components/yc-config-provider/src/useYcConfig.mjs +52 -0
  291. package/es/components/yc-count-to/index.d.ts +185 -0
  292. package/es/components/yc-count-to/index.mjs +15 -0
  293. package/es/components/yc-count-to/src/normal/index.d.ts +136 -0
  294. package/es/components/yc-count-to/src/normal/index.mjs +153 -0
  295. package/es/components/yc-count-to/src/normal/props.d.ts +86 -0
  296. package/es/components/yc-count-to/src/normal/props.mjs +62 -0
  297. package/es/components/yc-count-to/src/rebound/index.d.ts +38 -0
  298. package/es/components/yc-count-to/src/rebound/index.mjs +52 -0
  299. package/es/components/yc-count-to/src/rebound/props.d.ts +26 -0
  300. package/es/components/yc-count-to/src/rebound/props.mjs +20 -0
  301. package/es/components/yc-dialog/index.d.ts +183 -0
  302. package/es/components/yc-dialog/index.mjs +7 -0
  303. package/es/components/yc-dialog/src/index.vue.d.ts +50 -0
  304. package/es/components/yc-dialog/src/index.vue.mjs +6 -0
  305. package/es/components/yc-dialog/src/index.vue2.mjs +88 -0
  306. package/es/components/yc-dialog/src/type.d.ts +13 -0
  307. package/es/components/yc-dialog/src/type.mjs +8 -0
  308. package/es/components/yc-download-dialog/index.d.ts +208 -0
  309. package/es/components/yc-download-dialog/index.mjs +13 -0
  310. package/es/components/yc-download-dialog/src/index.vue.d.ts +57 -0
  311. package/es/components/yc-download-dialog/src/index.vue.mjs +6 -0
  312. package/es/components/yc-download-dialog/src/index.vue2.mjs +252 -0
  313. package/es/components/yc-download-dialog/src/type.d.ts +37 -0
  314. package/es/components/yc-download-dialog/src/type.mjs +1 -0
  315. package/es/components/yc-drawer/index.d.ts +11 -0
  316. package/es/components/yc-drawer/index.mjs +7 -0
  317. package/es/components/yc-drawer/src/index.vue.d.ts +3 -0
  318. package/es/components/yc-drawer/src/index.vue.mjs +6 -0
  319. package/es/components/yc-drawer/src/index.vue2.mjs +228 -0
  320. package/es/components/yc-drawer/src/type.d.ts +206 -0
  321. package/es/components/yc-drawer/src/type.mjs +1 -0
  322. package/es/components/yc-drawer/store.d.ts +2351 -0
  323. package/es/components/yc-drawer/store.mjs +38 -0
  324. package/es/components/yc-flicker/index.d.ts +24 -0
  325. package/es/components/yc-flicker/index.mjs +29 -0
  326. package/es/components/yc-form-container-header/index.d.ts +79 -0
  327. package/es/components/yc-form-container-header/index.mjs +6 -0
  328. package/es/components/yc-form-container-header/src/index.vue.d.ts +31 -0
  329. package/es/components/yc-form-container-header/src/index.vue.mjs +6 -0
  330. package/es/components/yc-form-container-header/src/index.vue2.mjs +52 -0
  331. package/es/components/yc-form-container-header/src/type.d.ts +23 -0
  332. package/es/components/yc-form-container-header/src/type.mjs +1 -0
  333. package/es/components/yc-icon/index.d.ts +49 -0
  334. package/es/components/yc-icon/index.mjs +10 -0
  335. package/es/components/yc-icon/src/hooks.d.ts +11 -0
  336. package/es/components/yc-icon/src/hooks.mjs +80 -0
  337. package/es/components/yc-icon/src/iconfont.d.ts +21 -0
  338. package/es/components/yc-icon/src/iconfont.mjs +45 -0
  339. package/es/components/yc-icon/src/iconifyIconOffline.d.ts +34 -0
  340. package/es/components/yc-icon/src/iconifyIconOffline.mjs +51 -0
  341. package/es/components/yc-icon/src/iconifyIconOnline.d.ts +19 -0
  342. package/es/components/yc-icon/src/iconifyIconOnline.mjs +30 -0
  343. package/es/components/yc-icon/src/types.d.ts +35 -0
  344. package/es/components/yc-icon/src/types.mjs +1 -0
  345. package/es/components/yc-line-tree/index.d.ts +55 -0
  346. package/es/components/yc-line-tree/index.mjs +13 -0
  347. package/es/components/yc-line-tree/src/index.vue.d.ts +55 -0
  348. package/es/components/yc-line-tree/src/index.vue.mjs +6 -0
  349. package/es/components/yc-line-tree/src/index.vue2.mjs +140 -0
  350. package/es/components/yc-line-tree/src/type.d.ts +18 -0
  351. package/es/components/yc-line-tree/src/type.mjs +1 -0
  352. package/es/components/yc-more-actions/index.d.ts +225 -0
  353. package/es/components/yc-more-actions/index.mjs +6 -0
  354. package/es/components/yc-more-actions/src/index.vue.d.ts +68 -0
  355. package/es/components/yc-more-actions/src/index.vue.mjs +6 -0
  356. package/es/components/yc-more-actions/src/index.vue2.mjs +156 -0
  357. package/es/components/yc-more-actions/src/type.d.ts +69 -0
  358. package/es/components/yc-more-actions/src/type.mjs +1 -0
  359. package/es/components/yc-perms/index.d.ts +32 -0
  360. package/es/components/yc-perms/index.mjs +13 -0
  361. package/es/components/yc-perms/src/index.d.ts +61 -0
  362. package/es/components/yc-perms/src/index.mjs +39 -0
  363. package/es/components/yc-plus-page/index.d.ts +8 -0
  364. package/es/components/yc-plus-page/index.mjs +6 -0
  365. package/es/components/yc-plus-page/src/index.vue.d.ts +12745 -0
  366. package/es/components/yc-plus-page/src/index.vue.mjs +6 -0
  367. package/es/components/yc-plus-page/src/index.vue2.mjs +301 -0
  368. package/es/components/yc-plus-page/src/type.d.ts +48 -0
  369. package/es/components/yc-plus-page/src/type.mjs +1 -0
  370. package/es/components/yc-plus-tree/index.d.ts +8 -0
  371. package/es/components/yc-plus-tree/index.mjs +15 -0
  372. package/es/components/yc-plus-tree/src/index.vue.d.ts +231 -0
  373. package/es/components/yc-plus-tree/src/index.vue.mjs +6 -0
  374. package/es/components/yc-plus-tree/src/index.vue2.mjs +887 -0
  375. package/es/components/yc-plus-tree/src/treeDataUtils.d.ts +126 -0
  376. package/es/components/yc-plus-tree/src/treeDataUtils.mjs +213 -0
  377. package/es/components/yc-plus-tree/src/type.d.ts +292 -0
  378. package/es/components/yc-plus-tree/src/type.mjs +1 -0
  379. package/es/components/yc-plus-tree/src/useSortableDrag.d.ts +107 -0
  380. package/es/components/yc-plus-tree/src/useSortableDrag.mjs +155 -0
  381. package/es/components/yc-segmented/index.d.ts +71 -0
  382. package/es/components/yc-segmented/index.mjs +13 -0
  383. package/es/components/yc-segmented/src/index.d.ts +74 -0
  384. package/es/components/yc-segmented/src/index.mjs +176 -0
  385. package/es/components/yc-segmented/src/type.d.ts +28 -0
  386. package/es/components/yc-segmented/src/type.mjs +1 -0
  387. package/es/components/yc-select-v2/index.d.ts +6 -0
  388. package/es/components/yc-select-v2/index.mjs +1 -0
  389. package/es/components/yc-select-v2/src/directive.d.ts +8 -0
  390. package/es/components/yc-select-v2/src/directive.mjs +31 -0
  391. package/es/components/yc-select-v2/src/index.vue.d.ts +84 -0
  392. package/es/components/yc-select-v2/src/index.vue.mjs +6 -0
  393. package/es/components/yc-select-v2/src/index.vue2.mjs +386 -0
  394. package/es/components/yc-select-v2/src/loadMore.d.ts +4 -0
  395. package/es/components/yc-select-v2/src/loadMore.mjs +56 -0
  396. package/es/components/yc-select-v2/src/type.d.ts +83 -0
  397. package/es/components/yc-select-v2/src/type.mjs +1 -0
  398. package/es/components/yc-status-dialog/index.d.ts +9 -0
  399. package/es/components/yc-status-dialog/index.mjs +2 -0
  400. package/es/components/yc-status-dialog/src/index.vue.d.ts +65 -0
  401. package/es/components/yc-status-dialog/src/index.vue.mjs +6 -0
  402. package/es/components/yc-status-dialog/src/index.vue2.mjs +155 -0
  403. package/es/components/yc-status-dialog/src/type.d.ts +46 -0
  404. package/es/components/yc-status-dialog/src/type.mjs +28 -0
  405. package/es/components/yc-svg-icon/index.d.ts +9 -0
  406. package/es/components/yc-svg-icon/index.mjs +1 -0
  407. package/es/components/yc-svg-icon/src/index.vue.d.ts +43 -0
  408. package/es/components/yc-svg-icon/src/index.vue.mjs +6 -0
  409. package/es/components/yc-svg-icon/src/index.vue2.mjs +85 -0
  410. package/es/components/yc-svg-icon/src/type.d.ts +19 -0
  411. package/es/components/yc-svg-icon/src/type.mjs +1 -0
  412. package/es/components/yc-tabs-with-filter/index.d.ts +170 -0
  413. package/es/components/yc-tabs-with-filter/index.mjs +13 -0
  414. package/es/components/yc-tabs-with-filter/src/index.vue.d.ts +83 -0
  415. package/es/components/yc-tabs-with-filter/src/index.vue.mjs +6 -0
  416. package/es/components/yc-tabs-with-filter/src/index.vue2.mjs +132 -0
  417. package/es/components/yc-text/index.d.ts +10 -0
  418. package/es/components/yc-text/index.mjs +13 -0
  419. package/es/components/yc-text/src/index.vue.d.ts +43 -0
  420. package/es/components/yc-text/src/index.vue.mjs +6 -0
  421. package/es/components/yc-text/src/index.vue2.mjs +76 -0
  422. package/es/constants/display-item.d.ts +4 -0
  423. package/es/constants/display-item.mjs +9 -0
  424. package/es/constants/form.d.ts +28 -0
  425. package/es/constants/form.mjs +15 -0
  426. package/es/constants/index.d.ts +3 -0
  427. package/es/constants/index.mjs +3 -0
  428. package/es/constants/page.d.ts +10 -0
  429. package/es/constants/page.mjs +7 -0
  430. package/es/defaults.d.ts +5 -0
  431. package/es/defaults.mjs +6 -0
  432. package/es/hooks/index.d.ts +8 -0
  433. package/es/hooks/index.mjs +8 -0
  434. package/es/hooks/useGetOptions.d.ts +15 -0
  435. package/es/hooks/useGetOptions.mjs +77 -0
  436. package/es/hooks/useLocale.d.ts +16 -0
  437. package/es/hooks/useLocale.mjs +31 -0
  438. package/es/hooks/usePlusFormReset.d.ts +9853 -0
  439. package/es/hooks/usePlusFormReset.mjs +83 -0
  440. package/es/hooks/usePlusProConfig.d.ts +41 -0
  441. package/es/hooks/usePlusProConfig.mjs +56 -0
  442. package/es/hooks/useSelectWithMapping.d.ts +149 -0
  443. package/es/hooks/useSelectWithMapping.mjs +103 -0
  444. package/es/hooks/useSelectWithPagination.d.ts +71 -0
  445. package/es/hooks/useSelectWithPagination.mjs +118 -0
  446. package/es/hooks/useSortableDrag.d.ts +80 -0
  447. package/es/hooks/useSortableDrag.mjs +155 -0
  448. package/es/hooks/useTable.d.ts +18 -0
  449. package/es/hooks/useTable.mjs +20 -0
  450. package/es/index.css +18 -0
  451. package/es/index.d.ts +10 -0
  452. package/es/index.mjs +80 -0
  453. package/es/locale/index.d.ts +12 -0
  454. package/es/locale/index.mjs +5 -0
  455. package/es/locale/lang/en.d.ts +69 -0
  456. package/es/locale/lang/en.mjs +70 -0
  457. package/es/locale/lang/ja.d.ts +69 -0
  458. package/es/locale/lang/ja.mjs +70 -0
  459. package/es/locale/lang/ko.d.ts +69 -0
  460. package/es/locale/lang/ko.mjs +70 -0
  461. package/es/locale/lang/zh-cn.d.ts +69 -0
  462. package/es/locale/lang/zh-cn.mjs +70 -0
  463. package/es/locale/lang/zh-tw.d.ts +69 -0
  464. package/es/locale/lang/zh-tw.mjs +70 -0
  465. package/es/make-installer.d.ts +5 -0
  466. package/es/make-installer.mjs +10 -0
  467. package/es/types/form.d.ts +324 -0
  468. package/es/types/form.mjs +1 -0
  469. package/es/types/global.d.ts +29 -0
  470. package/es/types/global.mjs +1 -0
  471. package/es/types/index.d.ts +5 -0
  472. package/es/types/index.mjs +1 -0
  473. package/es/types/layout.d.ts +44 -0
  474. package/es/types/layout.mjs +1 -0
  475. package/es/types/plus.d.ts +280 -0
  476. package/es/types/plus.mjs +1 -0
  477. package/es/types/table.d.ts +55 -0
  478. package/es/types/table.mjs +1 -0
  479. package/es/utils/dist/component.mjs +3 -0
  480. package/es/version.d.ts +1 -0
  481. package/es/version.mjs +3 -0
  482. package/es/yc-components/component.d.ts +4 -0
  483. package/es/yc-components/defaults.d.ts +5 -0
  484. package/es/yc-components/index.d.ts +10 -0
  485. package/es/yc-components/make-installer.d.ts +5 -0
  486. package/es/yc-components/version.d.ts +1 -0
  487. package/global.d.ts +29 -0
  488. package/index.css +907 -0
  489. package/index.js +61792 -0
  490. package/index.min.css +18 -0
  491. package/index.min.js +37 -0
  492. package/index.min.mjs +37 -0
  493. package/index.mjs +61647 -0
  494. package/lib/_virtual/_plugin-vue_export-helper.js +13 -0
  495. package/lib/component.d.ts +4 -0
  496. package/lib/component.js +110 -0
  497. package/lib/components/breadcrumb/index.d.ts +6985 -0
  498. package/lib/components/breadcrumb/index.js +7 -0
  499. package/lib/components/breadcrumb/src/index.vue.d.ts +6947 -0
  500. package/lib/components/breadcrumb/src/index.vue.js +10 -0
  501. package/lib/components/breadcrumb/src/index.vue2.js +100 -0
  502. package/lib/components/breadcrumb/src/type.d.ts +8 -0
  503. package/lib/components/breadcrumb/src/type.js +2 -0
  504. package/lib/components/breadcrumb/style/css.d.ts +3 -0
  505. package/lib/components/breadcrumb/style/css.js +6 -0
  506. package/lib/components/breadcrumb/style/index.d.ts +3 -0
  507. package/lib/components/breadcrumb/style/index.js +6 -0
  508. package/lib/components/check-card/index.d.ts +223 -0
  509. package/lib/components/check-card/index.js +7 -0
  510. package/lib/components/check-card/src/index.vue.d.ts +102 -0
  511. package/lib/components/check-card/src/index.vue.js +10 -0
  512. package/lib/components/check-card/src/index.vue2.js +169 -0
  513. package/lib/components/check-card/style/css.d.ts +2 -0
  514. package/lib/components/check-card/style/css.js +5 -0
  515. package/lib/components/check-card/style/index.d.ts +2 -0
  516. package/lib/components/check-card/style/index.js +5 -0
  517. package/lib/components/check-card-group/index.d.ts +208 -0
  518. package/lib/components/check-card-group/index.js +7 -0
  519. package/lib/components/check-card-group/src/index.vue.d.ts +121 -0
  520. package/lib/components/check-card-group/src/index.vue.js +10 -0
  521. package/lib/components/check-card-group/src/index.vue2.js +122 -0
  522. package/lib/components/check-card-group/style/css.d.ts +2 -0
  523. package/lib/components/check-card-group/style/css.js +4 -0
  524. package/lib/components/check-card-group/style/index.d.ts +2 -0
  525. package/lib/components/check-card-group/style/index.js +4 -0
  526. package/lib/components/date-picker/index.d.ts +727 -0
  527. package/lib/components/date-picker/index.js +7 -0
  528. package/lib/components/date-picker/src/index.vue.d.ts +711 -0
  529. package/lib/components/date-picker/src/index.vue.js +10 -0
  530. package/lib/components/date-picker/src/index.vue2.js +148 -0
  531. package/lib/components/date-picker/style/css.d.ts +2 -0
  532. package/lib/components/date-picker/style/css.js +5 -0
  533. package/lib/components/date-picker/style/index.d.ts +2 -0
  534. package/lib/components/date-picker/style/index.js +5 -0
  535. package/lib/components/descriptions/index.d.ts +256 -0
  536. package/lib/components/descriptions/index.js +7 -0
  537. package/lib/components/descriptions/src/index.vue.d.ts +115 -0
  538. package/lib/components/descriptions/src/index.vue.js +10 -0
  539. package/lib/components/descriptions/src/index.vue2.js +219 -0
  540. package/lib/components/descriptions/style/css.d.ts +3 -0
  541. package/lib/components/descriptions/style/css.js +5 -0
  542. package/lib/components/descriptions/style/index.d.ts +3 -0
  543. package/lib/components/descriptions/style/index.js +5 -0
  544. package/lib/components/dialog/index.d.ts +226 -0
  545. package/lib/components/dialog/index.js +7 -0
  546. package/lib/components/dialog/src/index.vue.d.ts +69 -0
  547. package/lib/components/dialog/src/index.vue.js +10 -0
  548. package/lib/components/dialog/src/index.vue2.js +125 -0
  549. package/lib/components/dialog/src/type.d.ts +20 -0
  550. package/lib/components/dialog/src/type.js +2 -0
  551. package/lib/components/dialog/style/css.d.ts +3 -0
  552. package/lib/components/dialog/style/css.js +6 -0
  553. package/lib/components/dialog/style/index.d.ts +3 -0
  554. package/lib/components/dialog/style/index.js +6 -0
  555. package/lib/components/dialog-form/index.d.ts +1142 -0
  556. package/lib/components/dialog-form/index.js +7 -0
  557. package/lib/components/dialog-form/src/index.vue.d.ts +481 -0
  558. package/lib/components/dialog-form/src/index.vue.js +10 -0
  559. package/lib/components/dialog-form/src/index.vue2.js +161 -0
  560. package/lib/components/dialog-form/style/css.d.ts +3 -0
  561. package/lib/components/dialog-form/style/css.js +4 -0
  562. package/lib/components/dialog-form/style/index.d.ts +3 -0
  563. package/lib/components/dialog-form/style/index.js +4 -0
  564. package/lib/components/display-item/index.d.ts +535 -0
  565. package/lib/components/display-item/index.js +7 -0
  566. package/lib/components/display-item/src/display-item.d.ts +29 -0
  567. package/lib/components/display-item/src/display-item.js +47 -0
  568. package/lib/components/display-item/src/index.vue.d.ts +402 -0
  569. package/lib/components/display-item/src/index.vue.js +10 -0
  570. package/lib/components/display-item/src/index.vue2.js +663 -0
  571. package/lib/components/display-item/style/css.d.ts +9 -0
  572. package/lib/components/display-item/style/css.js +11 -0
  573. package/lib/components/display-item/style/index.d.ts +8 -0
  574. package/lib/components/display-item/style/index.js +10 -0
  575. package/lib/components/drawer-form/index.d.ts +3455 -0
  576. package/lib/components/drawer-form/index.js +7 -0
  577. package/lib/components/drawer-form/src/index.vue.d.ts +1242 -0
  578. package/lib/components/drawer-form/src/index.vue.js +10 -0
  579. package/lib/components/drawer-form/src/index.vue2.js +192 -0
  580. package/lib/components/drawer-form/style/css.d.ts +4 -0
  581. package/lib/components/drawer-form/style/css.js +6 -0
  582. package/lib/components/drawer-form/style/index.d.ts +4 -0
  583. package/lib/components/drawer-form/style/index.js +6 -0
  584. package/lib/components/form/index.d.ts +1645 -0
  585. package/lib/components/form/index.js +7 -0
  586. package/lib/components/form/src/collapse-transition.vue.d.ts +48 -0
  587. package/lib/components/form/src/collapse-transition.vue.js +10 -0
  588. package/lib/components/form/src/collapse-transition.vue2.js +58 -0
  589. package/lib/components/form/src/form-content.vue.d.ts +530 -0
  590. package/lib/components/form/src/form-content.vue.js +10 -0
  591. package/lib/components/form/src/form-content.vue2.js +164 -0
  592. package/lib/components/form/src/index.vue.d.ts +628 -0
  593. package/lib/components/form/src/index.vue.js +10 -0
  594. package/lib/components/form/src/index.vue2.js +309 -0
  595. package/lib/components/form/src/type.d.ts +161 -0
  596. package/lib/components/form/src/type.js +2 -0
  597. package/lib/components/form/style/css.d.ts +7 -0
  598. package/lib/components/form/style/css.js +9 -0
  599. package/lib/components/form/style/index.d.ts +7 -0
  600. package/lib/components/form/style/index.js +9 -0
  601. package/lib/components/form-item/index.d.ts +1791 -0
  602. package/lib/components/form-item/index.js +7 -0
  603. package/lib/components/form-item/src/form-item.d.ts +53 -0
  604. package/lib/components/form-item/src/form-item.js +99 -0
  605. package/lib/components/form-item/src/index.vue.d.ts +629 -0
  606. package/lib/components/form-item/src/index.vue.js +10 -0
  607. package/lib/components/form-item/src/index.vue2.js +644 -0
  608. package/lib/components/form-item/style/css.d.ts +28 -0
  609. package/lib/components/form-item/style/css.js +28 -0
  610. package/lib/components/form-item/style/index.d.ts +28 -0
  611. package/lib/components/form-item/style/index.js +28 -0
  612. package/lib/components/header/index.d.ts +333 -0
  613. package/lib/components/header/index.js +7 -0
  614. package/lib/components/header/src/index.vue.d.ts +88 -0
  615. package/lib/components/header/src/index.vue.js +10 -0
  616. package/lib/components/header/src/index.vue2.js +214 -0
  617. package/lib/components/header/src/type.d.ts +34 -0
  618. package/lib/components/header/src/type.js +2 -0
  619. package/lib/components/header/style/css.d.ts +6 -0
  620. package/lib/components/header/style/css.js +9 -0
  621. package/lib/components/header/style/index.d.ts +6 -0
  622. package/lib/components/header/style/index.js +9 -0
  623. package/lib/components/index.d.ts +45 -0
  624. package/lib/components/index.js +183 -0
  625. package/lib/components/input-tag/index.d.ts +1266 -0
  626. package/lib/components/input-tag/index.js +7 -0
  627. package/lib/components/input-tag/src/index.vue.d.ts +1249 -0
  628. package/lib/components/input-tag/src/index.vue.js +10 -0
  629. package/lib/components/input-tag/src/index.vue2.js +148 -0
  630. package/lib/components/input-tag/style/css.d.ts +3 -0
  631. package/lib/components/input-tag/style/css.js +6 -0
  632. package/lib/components/input-tag/style/index.d.ts +3 -0
  633. package/lib/components/input-tag/style/index.js +6 -0
  634. package/lib/components/layout/index.d.ts +1635 -0
  635. package/lib/components/layout/index.js +7 -0
  636. package/lib/components/layout/src/index.vue.d.ts +564 -0
  637. package/lib/components/layout/src/index.vue.js +10 -0
  638. package/lib/components/layout/src/index.vue2.js +211 -0
  639. package/lib/components/layout/style/css.d.ts +8 -0
  640. package/lib/components/layout/style/css.js +8 -0
  641. package/lib/components/layout/style/index.d.ts +8 -0
  642. package/lib/components/layout/style/index.js +8 -0
  643. package/lib/components/page/index.d.ts +15104 -0
  644. package/lib/components/page/index.js +7 -0
  645. package/lib/components/page/src/index.vue.d.ts +5204 -0
  646. package/lib/components/page/src/index.vue.js +10 -0
  647. package/lib/components/page/src/index.vue2.js +296 -0
  648. package/lib/components/page/style/css.d.ts +4 -0
  649. package/lib/components/page/style/css.js +5 -0
  650. package/lib/components/page/style/index.d.ts +4 -0
  651. package/lib/components/page/style/index.js +5 -0
  652. package/lib/components/pagination/index.d.ts +149 -0
  653. package/lib/components/pagination/index.js +7 -0
  654. package/lib/components/pagination/src/index.vue.d.ts +62 -0
  655. package/lib/components/pagination/src/index.vue.js +10 -0
  656. package/lib/components/pagination/src/index.vue2.js +89 -0
  657. package/lib/components/pagination/src/type.d.ts +16 -0
  658. package/lib/components/pagination/src/type.js +2 -0
  659. package/lib/components/pagination/style/css.d.ts +2 -0
  660. package/lib/components/pagination/style/css.js +5 -0
  661. package/lib/components/pagination/style/index.d.ts +2 -0
  662. package/lib/components/pagination/style/index.js +5 -0
  663. package/lib/components/popover/index.d.ts +121 -0
  664. package/lib/components/popover/index.js +7 -0
  665. package/lib/components/popover/src/index.vue.d.ts +61 -0
  666. package/lib/components/popover/src/index.vue.js +10 -0
  667. package/lib/components/popover/src/index.vue2.js +101 -0
  668. package/lib/components/popover/style/css.d.ts +3 -0
  669. package/lib/components/popover/style/css.js +6 -0
  670. package/lib/components/popover/style/index.d.ts +3 -0
  671. package/lib/components/popover/style/index.js +6 -0
  672. package/lib/components/radio/index.d.ts +410 -0
  673. package/lib/components/radio/index.js +7 -0
  674. package/lib/components/radio/src/index.vue.d.ts +405 -0
  675. package/lib/components/radio/src/index.vue.js +10 -0
  676. package/lib/components/radio/src/index.vue2.js +195 -0
  677. package/lib/components/radio/style/css.d.ts +3 -0
  678. package/lib/components/radio/style/css.js +6 -0
  679. package/lib/components/radio/style/index.d.ts +3 -0
  680. package/lib/components/radio/style/index.js +6 -0
  681. package/lib/components/render/index.d.ts +136 -0
  682. package/lib/components/render/index.js +7 -0
  683. package/lib/components/render/src/index.vue.d.ts +81 -0
  684. package/lib/components/render/src/index.vue.js +10 -0
  685. package/lib/components/render/src/index.vue2.js +76 -0
  686. package/lib/components/search/index.d.ts +4392 -0
  687. package/lib/components/search/index.js +7 -0
  688. package/lib/components/search/src/index.vue.d.ts +1497 -0
  689. package/lib/components/search/src/index.vue.js +10 -0
  690. package/lib/components/search/src/index.vue2.js +225 -0
  691. package/lib/components/search/src/type.d.ts +41 -0
  692. package/lib/components/search/src/type.js +2 -0
  693. package/lib/components/search/style/css.d.ts +3 -0
  694. package/lib/components/search/style/css.js +5 -0
  695. package/lib/components/search/style/index.d.ts +3 -0
  696. package/lib/components/search/style/index.js +5 -0
  697. package/lib/components/sidebar/index.d.ts +749 -0
  698. package/lib/components/sidebar/index.js +10 -0
  699. package/lib/components/sidebar/src/index.vue.d.ts +206 -0
  700. package/lib/components/sidebar/src/index.vue.js +10 -0
  701. package/lib/components/sidebar/src/index.vue2.js +178 -0
  702. package/lib/components/sidebar/src/sidebar-item.vue.d.ts +66 -0
  703. package/lib/components/sidebar/src/sidebar-item.vue.js +10 -0
  704. package/lib/components/sidebar/src/sidebar-item.vue2.js +284 -0
  705. package/lib/components/sidebar/src/type.d.ts +40 -0
  706. package/lib/components/sidebar/src/type.js +2 -0
  707. package/lib/components/sidebar/style/css.d.ts +6 -0
  708. package/lib/components/sidebar/style/css.js +9 -0
  709. package/lib/components/sidebar/style/index.d.ts +6 -0
  710. package/lib/components/sidebar/style/index.js +9 -0
  711. package/lib/components/steps-form/index.d.ts +181 -0
  712. package/lib/components/steps-form/index.js +7 -0
  713. package/lib/components/steps-form/src/index.vue.d.ts +125 -0
  714. package/lib/components/steps-form/src/index.vue.js +10 -0
  715. package/lib/components/steps-form/src/index.vue2.js +152 -0
  716. package/lib/components/steps-form/src/type.d.ts +14 -0
  717. package/lib/components/steps-form/src/type.js +2 -0
  718. package/lib/components/steps-form/style/css.d.ts +4 -0
  719. package/lib/components/steps-form/style/css.js +6 -0
  720. package/lib/components/steps-form/style/index.d.ts +4 -0
  721. package/lib/components/steps-form/style/index.js +6 -0
  722. package/lib/components/table/index.d.ts +2445 -0
  723. package/lib/components/table/index.js +7 -0
  724. package/lib/components/table/src/index.vue.d.ts +743 -0
  725. package/lib/components/table/src/index.vue.js +10 -0
  726. package/lib/components/table/src/index.vue2.js +474 -0
  727. package/lib/components/table/src/table-action-bar.vue.d.ts +74 -0
  728. package/lib/components/table/src/table-action-bar.vue.js +10 -0
  729. package/lib/components/table/src/table-action-bar.vue2.js +384 -0
  730. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +606 -0
  731. package/lib/components/table/src/table-column-drag-sort.vue.js +10 -0
  732. package/lib/components/table/src/table-column-drag-sort.vue2.js +76 -0
  733. package/lib/components/table/src/table-column-index.vue.d.ts +47 -0
  734. package/lib/components/table/src/table-column-index.vue.js +10 -0
  735. package/lib/components/table/src/table-column-index.vue2.js +85 -0
  736. package/lib/components/table/src/table-column.vue.d.ts +580 -0
  737. package/lib/components/table/src/table-column.vue.js +10 -0
  738. package/lib/components/table/src/table-column.vue2.js +235 -0
  739. package/lib/components/table/src/table-title-bar.vue.d.ts +92 -0
  740. package/lib/components/table/src/table-title-bar.vue.js +10 -0
  741. package/lib/components/table/src/table-title-bar.vue2.js +493 -0
  742. package/lib/components/table/src/type.d.ts +513 -0
  743. package/lib/components/table/src/type.js +2 -0
  744. package/lib/components/table/style/css.d.ts +15 -0
  745. package/lib/components/table/style/css.js +14 -0
  746. package/lib/components/table/style/index.d.ts +15 -0
  747. package/lib/components/table/style/index.js +14 -0
  748. package/lib/components/utils/format.d.ts +10 -0
  749. package/lib/components/utils/format.js +15 -0
  750. package/lib/components/utils/index.d.ts +144 -0
  751. package/lib/components/utils/index.js +168 -0
  752. package/lib/components/utils/is.d.ts +104 -0
  753. package/lib/components/utils/is.js +49 -0
  754. package/lib/components/yc-animate-selector/index.d.ts +25 -0
  755. package/lib/components/yc-animate-selector/index.js +22 -0
  756. package/lib/components/yc-animate-selector/src/animate.d.ts +5 -0
  757. package/lib/components/yc-animate-selector/src/animate.js +118 -0
  758. package/lib/components/yc-animate-selector/src/index.vue.d.ts +17 -0
  759. package/lib/components/yc-animate-selector/src/index.vue.js +10 -0
  760. package/lib/components/yc-animate-selector/src/index.vue2.js +139 -0
  761. package/lib/components/yc-auth/index.d.ts +31 -0
  762. package/lib/components/yc-auth/index.js +20 -0
  763. package/lib/components/yc-auth/src/index.d.ts +61 -0
  764. package/lib/components/yc-auth/src/index.js +43 -0
  765. package/lib/components/yc-card/index.d.ts +148 -0
  766. package/lib/components/yc-card/index.js +20 -0
  767. package/lib/components/yc-card/src/index.vue.d.ts +45 -0
  768. package/lib/components/yc-card/src/index.vue.js +10 -0
  769. package/lib/components/yc-card/src/index.vue2.js +77 -0
  770. package/lib/components/yc-card/src/type.d.ts +18 -0
  771. package/lib/components/yc-card/src/type.js +2 -0
  772. package/lib/components/yc-col/index.d.ts +36 -0
  773. package/lib/components/yc-col/index.js +49 -0
  774. package/lib/components/yc-config-provider/index.d.ts +50 -0
  775. package/lib/components/yc-config-provider/index.js +32 -0
  776. package/lib/components/yc-config-provider/src/index.vue.d.ts +41 -0
  777. package/lib/components/yc-config-provider/src/index.vue.js +10 -0
  778. package/lib/components/yc-config-provider/src/index.vue2.js +54 -0
  779. package/lib/components/yc-config-provider/src/type.d.ts +82 -0
  780. package/lib/components/yc-config-provider/src/type.js +27 -0
  781. package/lib/components/yc-config-provider/src/useYcConfig.d.ts +55 -0
  782. package/lib/components/yc-config-provider/src/useYcConfig.js +61 -0
  783. package/lib/components/yc-count-to/index.d.ts +185 -0
  784. package/lib/components/yc-count-to/index.js +24 -0
  785. package/lib/components/yc-count-to/src/normal/index.d.ts +136 -0
  786. package/lib/components/yc-count-to/src/normal/index.js +157 -0
  787. package/lib/components/yc-count-to/src/normal/props.d.ts +86 -0
  788. package/lib/components/yc-count-to/src/normal/props.js +64 -0
  789. package/lib/components/yc-count-to/src/rebound/index.d.ts +38 -0
  790. package/lib/components/yc-count-to/src/rebound/index.js +56 -0
  791. package/lib/components/yc-count-to/src/rebound/props.d.ts +26 -0
  792. package/lib/components/yc-count-to/src/rebound/props.js +22 -0
  793. package/lib/components/yc-dialog/index.d.ts +183 -0
  794. package/lib/components/yc-dialog/index.js +11 -0
  795. package/lib/components/yc-dialog/src/index.vue.d.ts +50 -0
  796. package/lib/components/yc-dialog/src/index.vue.js +10 -0
  797. package/lib/components/yc-dialog/src/index.vue2.js +92 -0
  798. package/lib/components/yc-dialog/src/type.d.ts +13 -0
  799. package/lib/components/yc-dialog/src/type.js +10 -0
  800. package/lib/components/yc-download-dialog/index.d.ts +208 -0
  801. package/lib/components/yc-download-dialog/index.js +20 -0
  802. package/lib/components/yc-download-dialog/src/index.vue.d.ts +57 -0
  803. package/lib/components/yc-download-dialog/src/index.vue.js +10 -0
  804. package/lib/components/yc-download-dialog/src/index.vue2.js +256 -0
  805. package/lib/components/yc-download-dialog/src/type.d.ts +37 -0
  806. package/lib/components/yc-download-dialog/src/type.js +2 -0
  807. package/lib/components/yc-drawer/index.d.ts +11 -0
  808. package/lib/components/yc-drawer/index.js +15 -0
  809. package/lib/components/yc-drawer/src/index.vue.d.ts +3 -0
  810. package/lib/components/yc-drawer/src/index.vue.js +10 -0
  811. package/lib/components/yc-drawer/src/index.vue2.js +232 -0
  812. package/lib/components/yc-drawer/src/type.d.ts +206 -0
  813. package/lib/components/yc-drawer/src/type.js +2 -0
  814. package/lib/components/yc-drawer/store.d.ts +2351 -0
  815. package/lib/components/yc-drawer/store.js +44 -0
  816. package/lib/components/yc-flicker/index.d.ts +24 -0
  817. package/lib/components/yc-flicker/index.js +36 -0
  818. package/lib/components/yc-form-container-header/index.d.ts +79 -0
  819. package/lib/components/yc-form-container-header/index.js +9 -0
  820. package/lib/components/yc-form-container-header/src/index.vue.d.ts +31 -0
  821. package/lib/components/yc-form-container-header/src/index.vue.js +10 -0
  822. package/lib/components/yc-form-container-header/src/index.vue2.js +56 -0
  823. package/lib/components/yc-form-container-header/src/type.d.ts +23 -0
  824. package/lib/components/yc-form-container-header/src/type.js +2 -0
  825. package/lib/components/yc-icon/index.d.ts +49 -0
  826. package/lib/components/yc-icon/index.js +18 -0
  827. package/lib/components/yc-icon/src/hooks.d.ts +11 -0
  828. package/lib/components/yc-icon/src/hooks.js +82 -0
  829. package/lib/components/yc-icon/src/iconfont.d.ts +21 -0
  830. package/lib/components/yc-icon/src/iconfont.js +49 -0
  831. package/lib/components/yc-icon/src/iconifyIconOffline.d.ts +34 -0
  832. package/lib/components/yc-icon/src/iconifyIconOffline.js +55 -0
  833. package/lib/components/yc-icon/src/iconifyIconOnline.d.ts +19 -0
  834. package/lib/components/yc-icon/src/iconifyIconOnline.js +34 -0
  835. package/lib/components/yc-icon/src/types.d.ts +35 -0
  836. package/lib/components/yc-icon/src/types.js +2 -0
  837. package/lib/components/yc-line-tree/index.d.ts +55 -0
  838. package/lib/components/yc-line-tree/index.js +20 -0
  839. package/lib/components/yc-line-tree/src/index.vue.d.ts +55 -0
  840. package/lib/components/yc-line-tree/src/index.vue.js +10 -0
  841. package/lib/components/yc-line-tree/src/index.vue2.js +144 -0
  842. package/lib/components/yc-line-tree/src/type.d.ts +18 -0
  843. package/lib/components/yc-line-tree/src/type.js +2 -0
  844. package/lib/components/yc-more-actions/index.d.ts +225 -0
  845. package/lib/components/yc-more-actions/index.js +9 -0
  846. package/lib/components/yc-more-actions/src/index.vue.d.ts +68 -0
  847. package/lib/components/yc-more-actions/src/index.vue.js +10 -0
  848. package/lib/components/yc-more-actions/src/index.vue2.js +160 -0
  849. package/lib/components/yc-more-actions/src/type.d.ts +69 -0
  850. package/lib/components/yc-more-actions/src/type.js +2 -0
  851. package/lib/components/yc-perms/index.d.ts +32 -0
  852. package/lib/components/yc-perms/index.js +20 -0
  853. package/lib/components/yc-perms/src/index.d.ts +61 -0
  854. package/lib/components/yc-perms/src/index.js +43 -0
  855. package/lib/components/yc-plus-page/index.d.ts +8 -0
  856. package/lib/components/yc-plus-page/index.js +9 -0
  857. package/lib/components/yc-plus-page/src/index.vue.d.ts +12745 -0
  858. package/lib/components/yc-plus-page/src/index.vue.js +10 -0
  859. package/lib/components/yc-plus-page/src/index.vue2.js +305 -0
  860. package/lib/components/yc-plus-page/src/type.d.ts +48 -0
  861. package/lib/components/yc-plus-page/src/type.js +2 -0
  862. package/lib/components/yc-plus-tree/index.d.ts +8 -0
  863. package/lib/components/yc-plus-tree/index.js +30 -0
  864. package/lib/components/yc-plus-tree/src/index.vue.d.ts +231 -0
  865. package/lib/components/yc-plus-tree/src/index.vue.js +10 -0
  866. package/lib/components/yc-plus-tree/src/index.vue2.js +891 -0
  867. package/lib/components/yc-plus-tree/src/treeDataUtils.d.ts +126 -0
  868. package/lib/components/yc-plus-tree/src/treeDataUtils.js +223 -0
  869. package/lib/components/yc-plus-tree/src/type.d.ts +292 -0
  870. package/lib/components/yc-plus-tree/src/type.js +2 -0
  871. package/lib/components/yc-plus-tree/src/useSortableDrag.d.ts +107 -0
  872. package/lib/components/yc-plus-tree/src/useSortableDrag.js +157 -0
  873. package/lib/components/yc-segmented/index.d.ts +71 -0
  874. package/lib/components/yc-segmented/index.js +20 -0
  875. package/lib/components/yc-segmented/src/index.d.ts +74 -0
  876. package/lib/components/yc-segmented/src/index.js +180 -0
  877. package/lib/components/yc-segmented/src/type.d.ts +28 -0
  878. package/lib/components/yc-segmented/src/type.js +2 -0
  879. package/lib/components/yc-select-v2/index.d.ts +6 -0
  880. package/lib/components/yc-select-v2/index.js +8 -0
  881. package/lib/components/yc-select-v2/src/directive.d.ts +8 -0
  882. package/lib/components/yc-select-v2/src/directive.js +35 -0
  883. package/lib/components/yc-select-v2/src/index.vue.d.ts +84 -0
  884. package/lib/components/yc-select-v2/src/index.vue.js +10 -0
  885. package/lib/components/yc-select-v2/src/index.vue2.js +390 -0
  886. package/lib/components/yc-select-v2/src/loadMore.d.ts +4 -0
  887. package/lib/components/yc-select-v2/src/loadMore.js +61 -0
  888. package/lib/components/yc-select-v2/src/type.d.ts +83 -0
  889. package/lib/components/yc-select-v2/src/type.js +2 -0
  890. package/lib/components/yc-status-dialog/index.d.ts +9 -0
  891. package/lib/components/yc-status-dialog/index.js +10 -0
  892. package/lib/components/yc-status-dialog/src/index.vue.d.ts +65 -0
  893. package/lib/components/yc-status-dialog/src/index.vue.js +10 -0
  894. package/lib/components/yc-status-dialog/src/index.vue2.js +178 -0
  895. package/lib/components/yc-status-dialog/src/type.d.ts +46 -0
  896. package/lib/components/yc-status-dialog/src/type.js +30 -0
  897. package/lib/components/yc-svg-icon/index.d.ts +9 -0
  898. package/lib/components/yc-svg-icon/index.js +8 -0
  899. package/lib/components/yc-svg-icon/src/index.vue.d.ts +43 -0
  900. package/lib/components/yc-svg-icon/src/index.vue.js +10 -0
  901. package/lib/components/yc-svg-icon/src/index.vue2.js +89 -0
  902. package/lib/components/yc-svg-icon/src/type.d.ts +19 -0
  903. package/lib/components/yc-svg-icon/src/type.js +2 -0
  904. package/lib/components/yc-tabs-with-filter/index.d.ts +170 -0
  905. package/lib/components/yc-tabs-with-filter/index.js +20 -0
  906. package/lib/components/yc-tabs-with-filter/src/index.vue.d.ts +83 -0
  907. package/lib/components/yc-tabs-with-filter/src/index.vue.js +10 -0
  908. package/lib/components/yc-tabs-with-filter/src/index.vue2.js +136 -0
  909. package/lib/components/yc-text/index.d.ts +10 -0
  910. package/lib/components/yc-text/index.js +20 -0
  911. package/lib/components/yc-text/src/index.vue.d.ts +43 -0
  912. package/lib/components/yc-text/src/index.vue.js +10 -0
  913. package/lib/components/yc-text/src/index.vue2.js +80 -0
  914. package/lib/constants/display-item.d.ts +4 -0
  915. package/lib/constants/display-item.js +11 -0
  916. package/lib/constants/form.d.ts +28 -0
  917. package/lib/constants/form.js +23 -0
  918. package/lib/constants/index.d.ts +3 -0
  919. package/lib/constants/index.js +18 -0
  920. package/lib/constants/page.d.ts +10 -0
  921. package/lib/constants/page.js +10 -0
  922. package/lib/defaults.d.ts +5 -0
  923. package/lib/defaults.js +10 -0
  924. package/lib/hooks/index.d.ts +8 -0
  925. package/lib/hooks/index.js +30 -0
  926. package/lib/hooks/useGetOptions.d.ts +15 -0
  927. package/lib/hooks/useGetOptions.js +80 -0
  928. package/lib/hooks/useLocale.d.ts +16 -0
  929. package/lib/hooks/useLocale.js +36 -0
  930. package/lib/hooks/usePlusFormReset.d.ts +9853 -0
  931. package/lib/hooks/usePlusFormReset.js +87 -0
  932. package/lib/hooks/usePlusProConfig.d.ts +41 -0
  933. package/lib/hooks/usePlusProConfig.js +61 -0
  934. package/lib/hooks/useSelectWithMapping.d.ts +149 -0
  935. package/lib/hooks/useSelectWithMapping.js +105 -0
  936. package/lib/hooks/useSelectWithPagination.d.ts +71 -0
  937. package/lib/hooks/useSelectWithPagination.js +120 -0
  938. package/lib/hooks/useSortableDrag.d.ts +80 -0
  939. package/lib/hooks/useSortableDrag.js +157 -0
  940. package/lib/hooks/useTable.d.ts +18 -0
  941. package/lib/hooks/useTable.js +22 -0
  942. package/lib/index.css +18 -0
  943. package/lib/index.d.ts +10 -0
  944. package/lib/index.js +222 -0
  945. package/lib/locale/index.d.ts +12 -0
  946. package/lib/locale/index.js +15 -0
  947. package/lib/locale/lang/en.d.ts +69 -0
  948. package/lib/locale/lang/en.js +74 -0
  949. package/lib/locale/lang/ja.d.ts +69 -0
  950. package/lib/locale/lang/ja.js +74 -0
  951. package/lib/locale/lang/ko.d.ts +69 -0
  952. package/lib/locale/lang/ko.js +74 -0
  953. package/lib/locale/lang/zh-cn.d.ts +69 -0
  954. package/lib/locale/lang/zh-cn.js +74 -0
  955. package/lib/locale/lang/zh-tw.d.ts +69 -0
  956. package/lib/locale/lang/zh-tw.js +74 -0
  957. package/lib/make-installer.d.ts +5 -0
  958. package/lib/make-installer.js +12 -0
  959. package/lib/types/form.d.ts +324 -0
  960. package/lib/types/form.js +2 -0
  961. package/lib/types/global.d.ts +29 -0
  962. package/lib/types/global.js +2 -0
  963. package/lib/types/index.d.ts +5 -0
  964. package/lib/types/index.js +2 -0
  965. package/lib/types/layout.d.ts +44 -0
  966. package/lib/types/layout.js +2 -0
  967. package/lib/types/plus.d.ts +280 -0
  968. package/lib/types/plus.js +2 -0
  969. package/lib/types/table.d.ts +55 -0
  970. package/lib/types/table.js +2 -0
  971. package/lib/utils/dist/component.js +5 -0
  972. package/lib/version.d.ts +1 -0
  973. package/lib/version.js +5 -0
  974. package/lib/yc-components/component.d.ts +4 -0
  975. package/lib/yc-components/defaults.d.ts +5 -0
  976. package/lib/yc-components/index.d.ts +10 -0
  977. package/lib/yc-components/make-installer.d.ts +5 -0
  978. package/lib/yc-components/version.d.ts +1 -0
  979. package/locale/en.d.ts +69 -0
  980. package/locale/en.js +80 -0
  981. package/locale/en.min.js +1 -0
  982. package/locale/en.min.mjs +1 -0
  983. package/locale/en.mjs +72 -0
  984. package/locale/ja.d.ts +69 -0
  985. package/locale/ja.js +80 -0
  986. package/locale/ja.min.js +1 -0
  987. package/locale/ja.min.mjs +1 -0
  988. package/locale/ja.mjs +72 -0
  989. package/locale/ko.d.ts +69 -0
  990. package/locale/ko.js +80 -0
  991. package/locale/ko.min.js +1 -0
  992. package/locale/ko.min.mjs +1 -0
  993. package/locale/ko.mjs +72 -0
  994. package/locale/zh-cn.d.ts +69 -0
  995. package/locale/zh-cn.js +80 -0
  996. package/locale/zh-cn.min.js +1 -0
  997. package/locale/zh-cn.min.mjs +1 -0
  998. package/locale/zh-cn.mjs +72 -0
  999. package/locale/zh-tw.d.ts +69 -0
  1000. package/locale/zh-tw.js +80 -0
  1001. package/locale/zh-tw.min.js +1 -0
  1002. package/locale/zh-tw.min.mjs +1 -0
  1003. package/locale/zh-tw.mjs +72 -0
  1004. package/package.json +120 -0
  1005. package/theme-chalk/index.css +1 -0
  1006. package/theme-chalk/plus-breadcrumb.css +1 -0
  1007. package/theme-chalk/plus-check-card-group.css +1 -0
  1008. package/theme-chalk/plus-check-card.css +1 -0
  1009. package/theme-chalk/plus-date-picker.css +1 -0
  1010. package/theme-chalk/plus-descriptions.css +1 -0
  1011. package/theme-chalk/plus-dialog-form.css +0 -0
  1012. package/theme-chalk/plus-dialog.css +1 -0
  1013. package/theme-chalk/plus-display-item.css +1 -0
  1014. package/theme-chalk/plus-drawer-form.css +1 -0
  1015. package/theme-chalk/plus-form-item.css +1 -0
  1016. package/theme-chalk/plus-form.css +1 -0
  1017. package/theme-chalk/plus-header.css +1 -0
  1018. package/theme-chalk/plus-input-tag.css +1 -0
  1019. package/theme-chalk/plus-layout.css +1 -0
  1020. package/theme-chalk/plus-page.css +1 -0
  1021. package/theme-chalk/plus-pagination.css +1 -0
  1022. package/theme-chalk/plus-plus-yc-tabs-with-filter.css +1 -0
  1023. package/theme-chalk/plus-popover.css +0 -0
  1024. package/theme-chalk/plus-radio.css +0 -0
  1025. package/theme-chalk/plus-search.css +1 -0
  1026. package/theme-chalk/plus-sidebar.css +1 -0
  1027. package/theme-chalk/plus-steps-form.css +1 -0
  1028. package/theme-chalk/plus-table.css +1 -0
  1029. package/theme-chalk/plus-yc-dialog.css +1 -0
  1030. package/theme-chalk/plus-yc-drawer.css +1 -0
  1031. package/theme-chalk/plus-yc-form-container-header.css +1 -0
  1032. package/theme-chalk/plus-yc-more-actions.css +1 -0
  1033. package/theme-chalk/plus-yc-plus-tree.css +1 -0
  1034. package/theme-chalk/plus-yc-select-v2.css +1 -0
  1035. package/theme-chalk/plus-yc-status-dialog.css +1 -0
  1036. package/theme-chalk/plus-yc-svg-icon.css +1 -0
  1037. package/theme-chalk/plus-yc-tabs-with-filter.css +1 -0
  1038. package/theme-chalk/src/breadcrumb.scss +9 -0
  1039. package/theme-chalk/src/check-card-group.scss +12 -0
  1040. package/theme-chalk/src/check-card.scss +81 -0
  1041. package/theme-chalk/src/date-picker.scss +96 -0
  1042. package/theme-chalk/src/descriptions.scss +41 -0
  1043. package/theme-chalk/src/dialog-form.scss +1 -0
  1044. package/theme-chalk/src/dialog.scss +8 -0
  1045. package/theme-chalk/src/display-item.scss +82 -0
  1046. package/theme-chalk/src/drawer-form.scss +16 -0
  1047. package/theme-chalk/src/form-item.scss +23 -0
  1048. package/theme-chalk/src/form.scss +34 -0
  1049. package/theme-chalk/src/header.scss +61 -0
  1050. package/theme-chalk/src/index.scss +34 -0
  1051. package/theme-chalk/src/input-tag.scss +91 -0
  1052. package/theme-chalk/src/layout.scss +36 -0
  1053. package/theme-chalk/src/mixins/config.scss +8 -0
  1054. package/theme-chalk/src/mixins/function.scss +73 -0
  1055. package/theme-chalk/src/mixins/mixins.scss +79 -0
  1056. package/theme-chalk/src/page.scss +7 -0
  1057. package/theme-chalk/src/pagination.scss +16 -0
  1058. package/theme-chalk/src/plus-yc-tabs-with-filter.scss +65 -0
  1059. package/theme-chalk/src/popover.scss +1 -0
  1060. package/theme-chalk/src/radio.scss +1 -0
  1061. package/theme-chalk/src/search.scss +49 -0
  1062. package/theme-chalk/src/sidebar.scss +93 -0
  1063. package/theme-chalk/src/steps-form.scss +18 -0
  1064. package/theme-chalk/src/table.scss +171 -0
  1065. package/theme-chalk/src/var/index.scss +6 -0
  1066. package/theme-chalk/src/yc-dialog.scss +59 -0
  1067. package/theme-chalk/src/yc-drawer.scss +64 -0
  1068. package/theme-chalk/src/yc-form-container-header.scss +28 -0
  1069. package/theme-chalk/src/yc-more-actions.scss +27 -0
  1070. package/theme-chalk/src/yc-plus-tree.scss +65 -0
  1071. package/theme-chalk/src/yc-select-v2.scss +6 -0
  1072. package/theme-chalk/src/yc-status-dialog.scss +65 -0
  1073. package/theme-chalk/src/yc-svg-icon.scss +12 -0
  1074. package/theme-chalk/src/yc-tabs-with-filter.scss +65 -0
package/index.min.js ADDED
@@ -0,0 +1,37 @@
1
+ /*! yc-components v0.0.1 */(function(D,e){typeof exports=="object"&&typeof module!="undefined"?e(exports,require("vue"),require("element-plus")):typeof define=="function"&&define.amd?define(["exports","vue","element-plus"],e):(D=typeof globalThis!="undefined"?globalThis:D||self,e(D.YcComponents={},D.Vue,D.ElementPlus))})(this,function(D,e,T){"use strict";const x2=(n=[])=>({install:r=>{n.forEach(o=>r.component(o.name,o))}}),Fl="2.6.3";var Il=typeof global=="object"&&global&&global.Object===Object&&global,w2=typeof self=="object"&&self&&self.Object===Object&&self,Je=Il||w2||Function("return this")(),on=Je.Symbol,Hl=Object.prototype,b2=Hl.hasOwnProperty,v2=Hl.toString,mt=on?on.toStringTag:void 0;function z2(n){var t=b2.call(n,mt),r=n[mt];try{n[mt]=void 0;var o=!0}catch(i){}var a=v2.call(n);return o&&(t?n[mt]=r:delete n[mt]),a}var C2=Object.prototype,k2=C2.toString;function B2(n){return k2.call(n)}var E2="[object Null]",j2="[object Undefined]",$l=on?on.toStringTag:void 0;function dn(n){return n==null?n===void 0?j2:E2:$l&&$l in Object(n)?z2(n):B2(n)}function Ze(n){return n!=null&&typeof n=="object"}var V2="[object Symbol]";function Qn(n){return typeof n=="symbol"||Ze(n)&&dn(n)==V2}function nr(n,t){for(var r=-1,o=n==null?0:n.length,a=Array(o);++r<o;)a[r]=t(n[r],r,n);return a}var Ne=Array.isArray,S2=1/0,Ll=on?on.prototype:void 0,Ol=Ll?Ll.toString:void 0;function Rl(n){if(typeof n=="string")return n;if(Ne(n))return nr(n,Rl)+"";if(Qn(n))return Ol?Ol.call(n):"";var t=n+"";return t=="0"&&1/n==-S2?"-0":t}var N2=/\s/;function M2(n){for(var t=n.length;t--&&N2.test(n.charAt(t)););return t}var P2=/^\s+/;function A2(n){return n&&n.slice(0,M2(n)+1).replace(P2,"")}function He(n){var t=typeof n;return n!=null&&(t=="object"||t=="function")}var Ul=NaN,q2=/^[-+]0x[0-9a-f]+$/i,T2=/^0b[01]+$/i,D2=/^0o[0-7]+$/i,F2=parseInt;function Yl(n){if(typeof n=="number")return n;if(Qn(n))return Ul;if(He(n)){var t=typeof n.valueOf=="function"?n.valueOf():n;n=He(t)?t+"":t}if(typeof n!="string")return n===0?n:+n;n=A2(n);var r=T2.test(n);return r||D2.test(n)?F2(n.slice(2),r?2:8):q2.test(n)?Ul:+n}function tr(n){return n}var I2="[object AsyncFunction]",H2="[object Function]",$2="[object GeneratorFunction]",L2="[object Proxy]";function hn(n){if(!He(n))return!1;var t=dn(n);return t==H2||t==$2||t==I2||t==L2}var uo=Je["__core-js_shared__"],Wl=function(){var n=/[^.]+$/.exec(uo&&uo.keys&&uo.keys.IE_PROTO||"");return n?"Symbol(src)_1."+n:""}();function O2(n){return!!Wl&&Wl in n}var R2=Function.prototype,U2=R2.toString;function Mn(n){if(n!=null){try{return U2.call(n)}catch(t){}try{return n+""}catch(t){}}return""}var Y2=/[\\^$.*+?()[\]{}|]/g,W2=/^\[object .+?Constructor\]$/,G2=Function.prototype,K2=Object.prototype,Z2=G2.toString,X2=K2.hasOwnProperty,Q2=RegExp("^"+Z2.call(X2).replace(Y2,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function J2(n){if(!He(n)||O2(n))return!1;var t=hn(n)?Q2:W2;return t.test(Mn(n))}function eu(n,t){return n==null?void 0:n[t]}function Pn(n,t){var r=eu(n,t);return J2(r)?r:void 0}var ho=Pn(Je,"WeakMap"),Gl=Object.create,nu=function(){function n(){}return function(t){if(!He(t))return{};if(Gl)return Gl(t);n.prototype=t;var r=new n;return n.prototype=void 0,r}}();function tu(n,t,r){switch(r.length){case 0:return n.call(t);case 1:return n.call(t,r[0]);case 2:return n.call(t,r[0],r[1]);case 3:return n.call(t,r[0],r[1],r[2])}return n.apply(t,r)}function Kl(n,t){var r=-1,o=n.length;for(t||(t=Array(o));++r<o;)t[r]=n[r];return t}var ru=800,ou=16,au=Date.now;function lu(n){var t=0,r=0;return function(){var o=au(),a=ou-(o-r);if(r=o,a>0){if(++t>=ru)return arguments[0]}else t=0;return n.apply(void 0,arguments)}}function iu(n){return function(){return n}}var rr=function(){try{var n=Pn(Object,"defineProperty");return n({},"",{}),n}catch(t){}}(),su=rr?function(n,t){return rr(n,"toString",{configurable:!0,enumerable:!1,value:iu(t),writable:!0})}:tr,cu=lu(su);function uu(n,t){for(var r=-1,o=n==null?0:n.length;++r<o&&t(n[r],r,n)!==!1;);return n}var du=9007199254740991,hu=/^(?:0|[1-9]\d*)$/;function or(n,t){var r=typeof n;return t=t==null?du:t,!!t&&(r=="number"||r!="symbol"&&hu.test(n))&&n>-1&&n%1==0&&n<t}function po(n,t,r){t=="__proto__"&&rr?rr(n,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):n[t]=r}function _t(n,t){return n===t||n!==n&&t!==t}var pu=Object.prototype,fu=pu.hasOwnProperty;function fo(n,t,r){var o=n[t];(!(fu.call(n,t)&&_t(o,r))||r===void 0&&!(t in n))&&po(n,t,r)}function yt(n,t,r,o){var a=!r;r||(r={});for(var i=-1,c=t.length;++i<c;){var s=t[i],d=o?o(r[s],n[s],s,r,n):void 0;d===void 0&&(d=n[s]),a?po(r,s,d):fo(r,s,d)}return r}var Zl=Math.max;function gu(n,t,r){return t=Zl(t===void 0?n.length-1:t,0),function(){for(var o=arguments,a=-1,i=Zl(o.length-t,0),c=Array(i);++a<i;)c[a]=o[t+a];a=-1;for(var s=Array(t+1);++a<t;)s[a]=o[a];return s[t]=r(c),tu(n,this,s)}}function mu(n,t){return cu(gu(n,t,tr),n+"")}var _u=9007199254740991;function go(n){return typeof n=="number"&&n>-1&&n%1==0&&n<=_u}function Jn(n){return n!=null&&go(n.length)&&!hn(n)}function yu(n,t,r){if(!He(r))return!1;var o=typeof t;return(o=="number"?Jn(r)&&or(t,r.length):o=="string"&&t in r)?_t(r[t],n):!1}function xu(n){return mu(function(t,r){var o=-1,a=r.length,i=a>1?r[a-1]:void 0,c=a>2?r[2]:void 0;for(i=n.length>3&&typeof i=="function"?(a--,i):void 0,c&&yu(r[0],r[1],c)&&(i=a<3?void 0:i,a=1),t=Object(t);++o<a;){var s=r[o];s&&n(t,s,o,i)}return t})}var wu=Object.prototype;function mo(n){var t=n&&n.constructor,r=typeof t=="function"&&t.prototype||wu;return n===r}function bu(n,t){for(var r=-1,o=Array(n);++r<n;)o[r]=t(r);return o}var vu="[object Arguments]";function Xl(n){return Ze(n)&&dn(n)==vu}var Ql=Object.prototype,zu=Ql.hasOwnProperty,Cu=Ql.propertyIsEnumerable,ar=Xl(function(){return arguments}())?Xl:function(n){return Ze(n)&&zu.call(n,"callee")&&!Cu.call(n,"callee")};function ku(){return!1}var Jl=typeof D=="object"&&D&&!D.nodeType&&D,e0=Jl&&typeof module=="object"&&module&&!module.nodeType&&module,Bu=e0&&e0.exports===Jl,n0=Bu?Je.Buffer:void 0,Eu=n0?n0.isBuffer:void 0,xt=Eu||ku,ju="[object Arguments]",Vu="[object Array]",Su="[object Boolean]",Nu="[object Date]",Mu="[object Error]",Pu="[object Function]",Au="[object Map]",qu="[object Number]",Tu="[object Object]",Du="[object RegExp]",Fu="[object Set]",Iu="[object String]",Hu="[object WeakMap]",$u="[object ArrayBuffer]",Lu="[object DataView]",Ou="[object Float32Array]",Ru="[object Float64Array]",Uu="[object Int8Array]",Yu="[object Int16Array]",Wu="[object Int32Array]",Gu="[object Uint8Array]",Ku="[object Uint8ClampedArray]",Zu="[object Uint16Array]",Xu="[object Uint32Array]",_e={};_e[Ou]=_e[Ru]=_e[Uu]=_e[Yu]=_e[Wu]=_e[Gu]=_e[Ku]=_e[Zu]=_e[Xu]=!0,_e[ju]=_e[Vu]=_e[$u]=_e[Su]=_e[Lu]=_e[Nu]=_e[Mu]=_e[Pu]=_e[Au]=_e[qu]=_e[Tu]=_e[Du]=_e[Fu]=_e[Iu]=_e[Hu]=!1;function Qu(n){return Ze(n)&&go(n.length)&&!!_e[dn(n)]}function lr(n){return function(t){return n(t)}}var t0=typeof D=="object"&&D&&!D.nodeType&&D,wt=t0&&typeof module=="object"&&module&&!module.nodeType&&module,Ju=wt&&wt.exports===t0,_o=Ju&&Il.process,et=function(){try{var n=wt&&wt.require&&wt.require("util").types;return n||_o&&_o.binding&&_o.binding("util")}catch(t){}}(),r0=et&&et.isTypedArray,yo=r0?lr(r0):Qu,e1=Object.prototype,n1=e1.hasOwnProperty;function o0(n,t){var r=Ne(n),o=!r&&ar(n),a=!r&&!o&&xt(n),i=!r&&!o&&!a&&yo(n),c=r||o||a||i,s=c?bu(n.length,String):[],d=s.length;for(var l in n)(t||n1.call(n,l))&&!(c&&(l=="length"||a&&(l=="offset"||l=="parent")||i&&(l=="buffer"||l=="byteLength"||l=="byteOffset")||or(l,d)))&&s.push(l);return s}function a0(n,t){return function(r){return n(t(r))}}var t1=a0(Object.keys,Object),r1=Object.prototype,o1=r1.hasOwnProperty;function a1(n){if(!mo(n))return t1(n);var t=[];for(var r in Object(n))o1.call(n,r)&&r!="constructor"&&t.push(r);return t}function bt(n){return Jn(n)?o0(n):a1(n)}function l1(n){var t=[];if(n!=null)for(var r in Object(n))t.push(r);return t}var i1=Object.prototype,s1=i1.hasOwnProperty;function c1(n){if(!He(n))return l1(n);var t=mo(n),r=[];for(var o in n)o=="constructor"&&(t||!s1.call(n,o))||r.push(o);return r}function vt(n){return Jn(n)?o0(n,!0):c1(n)}var u1=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,d1=/^\w*$/;function xo(n,t){if(Ne(n))return!1;var r=typeof n;return r=="number"||r=="symbol"||r=="boolean"||n==null||Qn(n)?!0:d1.test(n)||!u1.test(n)||t!=null&&n in Object(t)}var zt=Pn(Object,"create");function h1(){this.__data__=zt?zt(null):{},this.size=0}function p1(n){var t=this.has(n)&&delete this.__data__[n];return this.size-=t?1:0,t}var f1="__lodash_hash_undefined__",g1=Object.prototype,m1=g1.hasOwnProperty;function _1(n){var t=this.__data__;if(zt){var r=t[n];return r===f1?void 0:r}return m1.call(t,n)?t[n]:void 0}var y1=Object.prototype,x1=y1.hasOwnProperty;function w1(n){var t=this.__data__;return zt?t[n]!==void 0:x1.call(t,n)}var b1="__lodash_hash_undefined__";function v1(n,t){var r=this.__data__;return this.size+=this.has(n)?0:1,r[n]=zt&&t===void 0?b1:t,this}function An(n){var t=-1,r=n==null?0:n.length;for(this.clear();++t<r;){var o=n[t];this.set(o[0],o[1])}}An.prototype.clear=h1,An.prototype.delete=p1,An.prototype.get=_1,An.prototype.has=w1,An.prototype.set=v1;function z1(){this.__data__=[],this.size=0}function ir(n,t){for(var r=n.length;r--;)if(_t(n[r][0],t))return r;return-1}var C1=Array.prototype,k1=C1.splice;function B1(n){var t=this.__data__,r=ir(t,n);if(r<0)return!1;var o=t.length-1;return r==o?t.pop():k1.call(t,r,1),--this.size,!0}function E1(n){var t=this.__data__,r=ir(t,n);return r<0?void 0:t[r][1]}function j1(n){return ir(this.__data__,n)>-1}function V1(n,t){var r=this.__data__,o=ir(r,n);return o<0?(++this.size,r.push([n,t])):r[o][1]=t,this}function pn(n){var t=-1,r=n==null?0:n.length;for(this.clear();++t<r;){var o=n[t];this.set(o[0],o[1])}}pn.prototype.clear=z1,pn.prototype.delete=B1,pn.prototype.get=E1,pn.prototype.has=j1,pn.prototype.set=V1;var Ct=Pn(Je,"Map");function S1(){this.size=0,this.__data__={hash:new An,map:new(Ct||pn),string:new An}}function N1(n){var t=typeof n;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?n!=="__proto__":n===null}function sr(n,t){var r=n.__data__;return N1(t)?r[typeof t=="string"?"string":"hash"]:r.map}function M1(n){var t=sr(this,n).delete(n);return this.size-=t?1:0,t}function P1(n){return sr(this,n).get(n)}function A1(n){return sr(this,n).has(n)}function q1(n,t){var r=sr(this,n),o=r.size;return r.set(n,t),this.size+=r.size==o?0:1,this}function fn(n){var t=-1,r=n==null?0:n.length;for(this.clear();++t<r;){var o=n[t];this.set(o[0],o[1])}}fn.prototype.clear=S1,fn.prototype.delete=M1,fn.prototype.get=P1,fn.prototype.has=A1,fn.prototype.set=q1;var T1="Expected a function";function wo(n,t){if(typeof n!="function"||t!=null&&typeof t!="function")throw new TypeError(T1);var r=function(){var o=arguments,a=t?t.apply(this,o):o[0],i=r.cache;if(i.has(a))return i.get(a);var c=n.apply(this,o);return r.cache=i.set(a,c)||i,c};return r.cache=new(wo.Cache||fn),r}wo.Cache=fn;var D1=500;function F1(n){var t=wo(n,function(o){return r.size===D1&&r.clear(),o}),r=t.cache;return t}var I1=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,H1=/\\(\\)?/g,$1=F1(function(n){var t=[];return n.charCodeAt(0)===46&&t.push(""),n.replace(I1,function(r,o,a,i){t.push(a?i.replace(H1,"$1"):o||r)}),t});function L1(n){return n==null?"":Rl(n)}function bo(n,t){return Ne(n)?n:xo(n,t)?[n]:$1(L1(n))}var O1=1/0;function kt(n){if(typeof n=="string"||Qn(n))return n;var t=n+"";return t=="0"&&1/n==-O1?"-0":t}function vo(n,t){t=bo(t,n);for(var r=0,o=t.length;n!=null&&r<o;)n=n[kt(t[r++])];return r&&r==o?n:void 0}function zo(n,t,r){var o=n==null?void 0:vo(n,t);return o===void 0?r:o}function l0(n,t){for(var r=-1,o=t.length,a=n.length;++r<o;)n[a+r]=t[r];return n}var Co=a0(Object.getPrototypeOf,Object),R1="[object Object]",U1=Function.prototype,Y1=Object.prototype,i0=U1.toString,W1=Y1.hasOwnProperty,G1=i0.call(Object);function K1(n){if(!Ze(n)||dn(n)!=R1)return!1;var t=Co(n);if(t===null)return!0;var r=W1.call(t,"constructor")&&t.constructor;return typeof r=="function"&&r instanceof r&&i0.call(r)==G1}function Z1(){this.__data__=new pn,this.size=0}function X1(n){var t=this.__data__,r=t.delete(n);return this.size=t.size,r}function Q1(n){return this.__data__.get(n)}function J1(n){return this.__data__.has(n)}var ed=200;function nd(n,t){var r=this.__data__;if(r instanceof pn){var o=r.__data__;if(!Ct||o.length<ed-1)return o.push([n,t]),this.size=++r.size,this;r=this.__data__=new fn(o)}return r.set(n,t),this.size=r.size,this}function en(n){var t=this.__data__=new pn(n);this.size=t.size}en.prototype.clear=Z1,en.prototype.delete=X1,en.prototype.get=Q1,en.prototype.has=J1,en.prototype.set=nd;function td(n,t){return n&&yt(t,bt(t),n)}function rd(n,t){return n&&yt(t,vt(t),n)}var s0=typeof D=="object"&&D&&!D.nodeType&&D,c0=s0&&typeof module=="object"&&module&&!module.nodeType&&module,od=c0&&c0.exports===s0,u0=od?Je.Buffer:void 0,d0=u0?u0.allocUnsafe:void 0;function h0(n,t){if(t)return n.slice();var r=n.length,o=d0?d0(r):new n.constructor(r);return n.copy(o),o}function ad(n,t){for(var r=-1,o=n==null?0:n.length,a=0,i=[];++r<o;){var c=n[r];t(c,r,n)&&(i[a++]=c)}return i}function p0(){return[]}var ld=Object.prototype,id=ld.propertyIsEnumerable,f0=Object.getOwnPropertySymbols,ko=f0?function(n){return n==null?[]:(n=Object(n),ad(f0(n),function(t){return id.call(n,t)}))}:p0;function sd(n,t){return yt(n,ko(n),t)}var cd=Object.getOwnPropertySymbols,g0=cd?function(n){for(var t=[];n;)l0(t,ko(n)),n=Co(n);return t}:p0;function ud(n,t){return yt(n,g0(n),t)}function m0(n,t,r){var o=t(n);return Ne(n)?o:l0(o,r(n))}function Bo(n){return m0(n,bt,ko)}function dd(n){return m0(n,vt,g0)}var Eo=Pn(Je,"DataView"),jo=Pn(Je,"Promise"),Vo=Pn(Je,"Set"),_0="[object Map]",hd="[object Object]",y0="[object Promise]",x0="[object Set]",w0="[object WeakMap]",b0="[object DataView]",pd=Mn(Eo),fd=Mn(Ct),gd=Mn(jo),md=Mn(Vo),_d=Mn(ho),qn=dn;(Eo&&qn(new Eo(new ArrayBuffer(1)))!=b0||Ct&&qn(new Ct)!=_0||jo&&qn(jo.resolve())!=y0||Vo&&qn(new Vo)!=x0||ho&&qn(new ho)!=w0)&&(qn=function(n){var t=dn(n),r=t==hd?n.constructor:void 0,o=r?Mn(r):"";if(o)switch(o){case pd:return b0;case fd:return _0;case gd:return y0;case md:return x0;case _d:return w0}return t});var Bt=qn,yd=Object.prototype,xd=yd.hasOwnProperty;function wd(n){var t=n.length,r=new n.constructor(t);return t&&typeof n[0]=="string"&&xd.call(n,"index")&&(r.index=n.index,r.input=n.input),r}var cr=Je.Uint8Array;function So(n){var t=new n.constructor(n.byteLength);return new cr(t).set(new cr(n)),t}function bd(n,t){var r=t?So(n.buffer):n.buffer;return new n.constructor(r,n.byteOffset,n.byteLength)}var vd=/\w*$/;function zd(n){var t=new n.constructor(n.source,vd.exec(n));return t.lastIndex=n.lastIndex,t}var v0=on?on.prototype:void 0,z0=v0?v0.valueOf:void 0;function Cd(n){return z0?Object(z0.call(n)):{}}function C0(n,t){var r=t?So(n.buffer):n.buffer;return new n.constructor(r,n.byteOffset,n.length)}var kd="[object Boolean]",Bd="[object Date]",Ed="[object Map]",jd="[object Number]",Vd="[object RegExp]",Sd="[object Set]",Nd="[object String]",Md="[object Symbol]",Pd="[object ArrayBuffer]",Ad="[object DataView]",qd="[object Float32Array]",Td="[object Float64Array]",Dd="[object Int8Array]",Fd="[object Int16Array]",Id="[object Int32Array]",Hd="[object Uint8Array]",$d="[object Uint8ClampedArray]",Ld="[object Uint16Array]",Od="[object Uint32Array]";function Rd(n,t,r){var o=n.constructor;switch(t){case Pd:return So(n);case kd:case Bd:return new o(+n);case Ad:return bd(n,r);case qd:case Td:case Dd:case Fd:case Id:case Hd:case $d:case Ld:case Od:return C0(n,r);case Ed:return new o;case jd:case Nd:return new o(n);case Vd:return zd(n);case Sd:return new o;case Md:return Cd(n)}}function k0(n){return typeof n.constructor=="function"&&!mo(n)?nu(Co(n)):{}}var Ud="[object Map]";function Yd(n){return Ze(n)&&Bt(n)==Ud}var B0=et&&et.isMap,Wd=B0?lr(B0):Yd,Gd="[object Set]";function Kd(n){return Ze(n)&&Bt(n)==Gd}var E0=et&&et.isSet,Zd=E0?lr(E0):Kd,Xd=1,Qd=2,Jd=4,j0="[object Arguments]",eh="[object Array]",nh="[object Boolean]",th="[object Date]",rh="[object Error]",V0="[object Function]",oh="[object GeneratorFunction]",ah="[object Map]",lh="[object Number]",S0="[object Object]",ih="[object RegExp]",sh="[object Set]",ch="[object String]",uh="[object Symbol]",dh="[object WeakMap]",hh="[object ArrayBuffer]",ph="[object DataView]",fh="[object Float32Array]",gh="[object Float64Array]",mh="[object Int8Array]",_h="[object Int16Array]",yh="[object Int32Array]",xh="[object Uint8Array]",wh="[object Uint8ClampedArray]",bh="[object Uint16Array]",vh="[object Uint32Array]",me={};me[j0]=me[eh]=me[hh]=me[ph]=me[nh]=me[th]=me[fh]=me[gh]=me[mh]=me[_h]=me[yh]=me[ah]=me[lh]=me[S0]=me[ih]=me[sh]=me[ch]=me[uh]=me[xh]=me[wh]=me[bh]=me[vh]=!0,me[rh]=me[V0]=me[dh]=!1;function ur(n,t,r,o,a,i){var c,s=t&Xd,d=t&Qd,l=t&Jd;if(r&&(c=a?r(n,o,a,i):r(n)),c!==void 0)return c;if(!He(n))return n;var u=Ne(n);if(u){if(c=wd(n),!s)return Kl(n,c)}else{var m=Bt(n),h=m==V0||m==oh;if(xt(n))return h0(n,s);if(m==S0||m==j0||h&&!a){if(c=d||h?{}:k0(n),!s)return d?ud(n,rd(c,n)):sd(n,td(c,n))}else{if(!me[m])return a?n:{};c=Rd(n,m,s)}}i||(i=new en);var f=i.get(n);if(f)return f;i.set(n,c),Zd(n)?n.forEach(function(_){c.add(ur(_,t,r,_,n,i))}):Wd(n)&&n.forEach(function(_,b){c.set(b,ur(_,t,r,b,n,i))});var p=l?d?dd:Bo:d?vt:bt,g=u?void 0:p(n);return uu(g||n,function(_,b){g&&(b=_,_=n[b]),fo(c,b,ur(_,t,r,b,n,i))}),c}var zh=1,Ch=4;function Me(n){return ur(n,zh|Ch)}var kh="__lodash_hash_undefined__";function Bh(n){return this.__data__.set(n,kh),this}function Eh(n){return this.__data__.has(n)}function dr(n){var t=-1,r=n==null?0:n.length;for(this.__data__=new fn;++t<r;)this.add(n[t])}dr.prototype.add=dr.prototype.push=Bh,dr.prototype.has=Eh;function jh(n,t){for(var r=-1,o=n==null?0:n.length;++r<o;)if(t(n[r],r,n))return!0;return!1}function Vh(n,t){return n.has(t)}var Sh=1,Nh=2;function N0(n,t,r,o,a,i){var c=r&Sh,s=n.length,d=t.length;if(s!=d&&!(c&&d>s))return!1;var l=i.get(n),u=i.get(t);if(l&&u)return l==t&&u==n;var m=-1,h=!0,f=r&Nh?new dr:void 0;for(i.set(n,t),i.set(t,n);++m<s;){var p=n[m],g=t[m];if(o)var _=c?o(g,p,m,t,n,i):o(p,g,m,n,t,i);if(_!==void 0){if(_)continue;h=!1;break}if(f){if(!jh(t,function(b,y){if(!Vh(f,y)&&(p===b||a(p,b,r,o,i)))return f.push(y)})){h=!1;break}}else if(!(p===g||a(p,g,r,o,i))){h=!1;break}}return i.delete(n),i.delete(t),h}function Mh(n){var t=-1,r=Array(n.size);return n.forEach(function(o,a){r[++t]=[a,o]}),r}function Ph(n){var t=-1,r=Array(n.size);return n.forEach(function(o){r[++t]=o}),r}var Ah=1,qh=2,Th="[object Boolean]",Dh="[object Date]",Fh="[object Error]",Ih="[object Map]",Hh="[object Number]",$h="[object RegExp]",Lh="[object Set]",Oh="[object String]",Rh="[object Symbol]",Uh="[object ArrayBuffer]",Yh="[object DataView]",M0=on?on.prototype:void 0,No=M0?M0.valueOf:void 0;function Wh(n,t,r,o,a,i,c){switch(r){case Yh:if(n.byteLength!=t.byteLength||n.byteOffset!=t.byteOffset)return!1;n=n.buffer,t=t.buffer;case Uh:return!(n.byteLength!=t.byteLength||!i(new cr(n),new cr(t)));case Th:case Dh:case Hh:return _t(+n,+t);case Fh:return n.name==t.name&&n.message==t.message;case $h:case Oh:return n==t+"";case Ih:var s=Mh;case Lh:var d=o&Ah;if(s||(s=Ph),n.size!=t.size&&!d)return!1;var l=c.get(n);if(l)return l==t;o|=qh,c.set(n,t);var u=N0(s(n),s(t),o,a,i,c);return c.delete(n),u;case Rh:if(No)return No.call(n)==No.call(t)}return!1}var Gh=1,Kh=Object.prototype,Zh=Kh.hasOwnProperty;function Xh(n,t,r,o,a,i){var c=r&Gh,s=Bo(n),d=s.length,l=Bo(t),u=l.length;if(d!=u&&!c)return!1;for(var m=d;m--;){var h=s[m];if(!(c?h in t:Zh.call(t,h)))return!1}var f=i.get(n),p=i.get(t);if(f&&p)return f==t&&p==n;var g=!0;i.set(n,t),i.set(t,n);for(var _=c;++m<d;){h=s[m];var b=n[h],y=t[h];if(o)var x=c?o(y,b,h,t,n,i):o(b,y,h,n,t,i);if(!(x===void 0?b===y||a(b,y,r,o,i):x)){g=!1;break}_||(_=h=="constructor")}if(g&&!_){var w=n.constructor,v=t.constructor;w!=v&&"constructor"in n&&"constructor"in t&&!(typeof w=="function"&&w instanceof w&&typeof v=="function"&&v instanceof v)&&(g=!1)}return i.delete(n),i.delete(t),g}var Qh=1,P0="[object Arguments]",A0="[object Array]",hr="[object Object]",Jh=Object.prototype,q0=Jh.hasOwnProperty;function e4(n,t,r,o,a,i){var c=Ne(n),s=Ne(t),d=c?A0:Bt(n),l=s?A0:Bt(t);d=d==P0?hr:d,l=l==P0?hr:l;var u=d==hr,m=l==hr,h=d==l;if(h&&xt(n)){if(!xt(t))return!1;c=!0,u=!1}if(h&&!u)return i||(i=new en),c||yo(n)?N0(n,t,r,o,a,i):Wh(n,t,d,r,o,a,i);if(!(r&Qh)){var f=u&&q0.call(n,"__wrapped__"),p=m&&q0.call(t,"__wrapped__");if(f||p){var g=f?n.value():n,_=p?t.value():t;return i||(i=new en),a(g,_,r,o,i)}}return h?(i||(i=new en),Xh(n,t,r,o,a,i)):!1}function pr(n,t,r,o,a){return n===t?!0:n==null||t==null||!Ze(n)&&!Ze(t)?n!==n&&t!==t:e4(n,t,r,o,pr,a)}var n4=1,t4=2;function r4(n,t,r,o){var a=r.length,i=a,c=!o;if(n==null)return!i;for(n=Object(n);a--;){var s=r[a];if(c&&s[2]?s[1]!==n[s[0]]:!(s[0]in n))return!1}for(;++a<i;){s=r[a];var d=s[0],l=n[d],u=s[1];if(c&&s[2]){if(l===void 0&&!(d in n))return!1}else{var m=new en;if(o)var h=o(l,u,d,n,t,m);if(!(h===void 0?pr(u,l,n4|t4,o,m):h))return!1}}return!0}function T0(n){return n===n&&!He(n)}function o4(n){for(var t=bt(n),r=t.length;r--;){var o=t[r],a=n[o];t[r]=[o,a,T0(a)]}return t}function D0(n,t){return function(r){return r==null?!1:r[n]===t&&(t!==void 0||n in Object(r))}}function a4(n){var t=o4(n);return t.length==1&&t[0][2]?D0(t[0][0],t[0][1]):function(r){return r===n||r4(r,n,t)}}function l4(n,t){return n!=null&&t in Object(n)}function i4(n,t,r){t=bo(t,n);for(var o=-1,a=t.length,i=!1;++o<a;){var c=kt(t[o]);if(!(i=n!=null&&r(n,c)))break;n=n[c]}return i||++o!=a?i:(a=n==null?0:n.length,!!a&&go(a)&&or(c,a)&&(Ne(n)||ar(n)))}function s4(n,t){return n!=null&&i4(n,t,l4)}var c4=1,u4=2;function d4(n,t){return xo(n)&&T0(t)?D0(kt(n),t):function(r){var o=zo(r,n);return o===void 0&&o===t?s4(r,n):pr(t,o,c4|u4)}}function h4(n){return function(t){return t==null?void 0:t[n]}}function p4(n){return function(t){return vo(t,n)}}function f4(n){return xo(n)?h4(kt(n)):p4(n)}function g4(n){return typeof n=="function"?n:n==null?tr:typeof n=="object"?Ne(n)?d4(n[0],n[1]):a4(n):f4(n)}function m4(n){return function(t,r,o){for(var a=-1,i=Object(t),c=o(t),s=c.length;s--;){var d=c[n?s:++a];if(r(i[d],d,i)===!1)break}return t}}var F0=m4();function _4(n,t){return n&&F0(n,t,bt)}function y4(n,t){return function(r,o){if(r==null)return r;if(!Jn(r))return n(r,o);for(var a=r.length,i=t?a:-1,c=Object(r);(t?i--:++i<a)&&o(c[i],i,c)!==!1;);return r}}var x4=y4(_4),Mo=function(){return Je.Date.now()},w4="Expected a function",b4=Math.max,v4=Math.min;function z4(n,t,r){var o,a,i,c,s,d,l=0,u=!1,m=!1,h=!0;if(typeof n!="function")throw new TypeError(w4);t=Yl(t)||0,He(r)&&(u=!!r.leading,m="maxWait"in r,i=m?b4(Yl(r.maxWait)||0,t):i,h="trailing"in r?!!r.trailing:h);function f(z){var E=o,N=a;return o=a=void 0,l=z,c=n.apply(N,E),c}function p(z){return l=z,s=setTimeout(b,t),u?f(z):c}function g(z){var E=z-d,N=z-l,M=t-E;return m?v4(M,i-N):M}function _(z){var E=z-d,N=z-l;return d===void 0||E>=t||E<0||m&&N>=i}function b(){var z=Mo();if(_(z))return y(z);s=setTimeout(b,g(z))}function y(z){return s=void 0,h&&o?f(z):(o=a=void 0,c)}function x(){s!==void 0&&clearTimeout(s),l=0,o=d=a=s=void 0}function w(){return s===void 0?c:y(Mo())}function v(){var z=Mo(),E=_(z);if(o=arguments,a=this,d=z,E){if(s===void 0)return p(d);if(m)return clearTimeout(s),s=setTimeout(b,t),f(d)}return s===void 0&&(s=setTimeout(b,t)),c}return v.cancel=x,v.flush=w,v}function Po(n,t,r){(r!==void 0&&!_t(n[t],r)||r===void 0&&!(t in n))&&po(n,t,r)}function C4(n){return Ze(n)&&Jn(n)}function Ao(n,t){if(!(t==="constructor"&&typeof n[t]=="function")&&t!="__proto__")return n[t]}function k4(n){return yt(n,vt(n))}function B4(n,t,r,o,a,i,c){var s=Ao(n,r),d=Ao(t,r),l=c.get(d);if(l){Po(n,r,l);return}var u=i?i(s,d,r+"",n,t,c):void 0,m=u===void 0;if(m){var h=Ne(d),f=!h&&xt(d),p=!h&&!f&&yo(d);u=d,h||f||p?Ne(s)?u=s:C4(s)?u=Kl(s):f?(m=!1,u=h0(d,!0)):p?(m=!1,u=C0(d,!0)):u=[]:K1(d)||ar(d)?(u=s,ar(s)?u=k4(s):(!He(s)||hn(s))&&(u=k0(d))):m=!1}m&&(c.set(d,u),a(u,d,o,i,c),c.delete(d)),Po(n,r,u)}function I0(n,t,r,o,a){n!==t&&F0(t,function(i,c){if(a||(a=new en),He(i))B4(n,t,c,r,I0,o,a);else{var s=o?o(Ao(n,c),i,c+"",n,t,a):void 0;s===void 0&&(s=i),Po(n,c,s)}},vt)}function E4(n,t){var r=-1,o=Jn(n)?Array(n.length):[];return x4(n,function(a,i,c){o[++r]=t(a,i,c)}),o}var j4="[object String]";function H0(n){return typeof n=="string"||!Ne(n)&&Ze(n)&&dn(n)==j4}function V4(n,t){return pr(n,t)}var S4="[object Number]";function fr(n){return typeof n=="number"||Ze(n)&&dn(n)==S4}var $0=xu(function(n,t,r){I0(n,t,r)});function N4(n,t,r,o){if(!He(n))return n;t=bo(t,n);for(var a=-1,i=t.length,c=i-1,s=n;s!=null&&++a<i;){var d=kt(t[a]),l=r;if(d==="__proto__"||d==="constructor"||d==="prototype")return n;if(a!=c){var u=s[d];l=o?o(u,d,s):void 0,l===void 0&&(l=He(u)?u:or(t[a+1])?[]:{})}fo(s,d,l),s=s[d]}return n}function M4(n,t){var r=n.length;for(n.sort(t);r--;)n[r]=n[r].value;return n}function P4(n,t){if(n!==t){var r=n!==void 0,o=n===null,a=n===n,i=Qn(n),c=t!==void 0,s=t===null,d=t===t,l=Qn(t);if(!s&&!l&&!i&&n>t||i&&c&&d&&!s&&!l||o&&c&&d||!r&&d||!a)return 1;if(!o&&!i&&!l&&n<t||l&&r&&a&&!o&&!i||s&&r&&a||!c&&a||!d)return-1}return 0}function A4(n,t,r){for(var o=-1,a=n.criteria,i=t.criteria,c=a.length,s=r.length;++o<c;){var d=P4(a[o],i[o]);if(d){if(o>=s)return d;var l=r[o];return d*(l=="desc"?-1:1)}}return n.index-t.index}function q4(n,t,r){t.length?t=nr(t,function(i){return Ne(i)?function(c){return vo(c,i.length===1?i[0]:i)}:i}):t=[tr];var o=-1;t=nr(t,lr(g4));var a=E4(n,function(i,c,s){var d=nr(t,function(l){return l(i)});return{criteria:d,index:++o,value:i}});return M4(a,function(i,c){return A4(i,c,r)})}function T4(n,t,r,o){return n==null?[]:(Ne(t)||(t=t==null?[]:[t]),r=o?void 0:r,Ne(r)||(r=r==null?[]:[r]),q4(n,t,r))}function L0(n,t,r){return n==null?n:N4(n,t,r)}const D4=Object.prototype.toString,qo=n=>D4.call(n),O0=n=>qo(n).slice(8,-1),kn=Array.isArray,To=n=>qo(n)==="[object Date]",K=n=>typeof n=="function",Et=n=>typeof n=="string",R0=n=>typeof n=="boolean",F4=n=>n!==null&&typeof n=="object",Do=n=>F4(n)&&K(n.then)&&K(n.catch),Be=n=>qo(n)==="[object Object]";function I4(n){return new RegExp("^(https?:\\/\\/)?((([a-z\\d]([a-z\\d-]*[a-z\\d])*)\\.)+[a-z]{2,}|((\\d{1,3}\\.){3}\\d{1,3}))(\\:\\d+)?(\\/[-a-z\\d%_.~+]*)*(\\?[;&a-z\\d%_.~+=-]*)?(\\#[-a-z\\d_]*)?$","i").test(n)}const H4=n=>typeof SVGElement!="undefined"&&n instanceof SVGElement;function $4(n,t="YYYY-MM-DD HH:mm:ss"){return n?T.dayjs(n||new Date).format(t):""}function L4(n,t="\uFFE5",r=2){return n?`${t}${Number(n).toFixed(r)}`:""}const gn=(n,t=!1)=>t&&R0(n.editable)?n.label+n.prop+n.editable:n.label+n.prop,U0=n=>{const t=e.unref(n);return Et(t)?{content:t}:Be(t)?t:{content:""}},O4=(n,t)=>{if(!Be(n))throw new Error(`${t} expected Object but got ${O0(n)}`)},gr=async(n,t,r,o,a)=>{try{let i={};const c={row:r,index:o};return n?e.isRef(n)?i=n.value:Be(n)?i={...n}:K(n)?i=await n(t,c):Do(n)?i=await n:i=n:i={},O4(i,a),i}catch(i){return Promise.reject(i)}},mn=(n,t)=>t?`plus-${n}-${t}`:`plus-${n}`,_n=n=>`${mn("field",n)}`,jt=n=>`${mn("label",n)}`,Tn=n=>`${mn("extra",n)}`,Dn=n=>`${mn("previous",n)}`,Y0=n=>`${mn("group",n)}`,R4=n=>`${mn("header",n)}`,W0=n=>`${mn("cell",n)}`,G0=n=>`${mn("desc",n)}`,K0=n=>`${mn("desc-label",n)}`,Fo=(n,t)=>zo(n,t),Z0=(n,t,r)=>L0(n,t,r),X0=(n,t)=>{const r=n.split(".").map(i=>Number(i)),o=t.split(".").map(i=>Number(i)),a=Math.max(r.length,o.length);for(let i=0;i<a;i++){if((r[i]||0)>(o[i]||0))return 1;if((r[i]||0)<(o[i]||0))return-1}return 0},Io=X0(Fl,"2.6.0")<0,Q0=X0(Fl,"2.9.9")<0,Re=n=>n?e.unref(n):"",Fn=n=>{const{children:t,...r}=n;return{...r,__children:t}},Ho=n=>{kn(n)||console.error("Uncaught TypeError: ",`options expected Array but got ${O0(n)}`)},mr=(n,t)=>{const r=t.optionsMap||{};return t.valueType==="cascader"||!Be(r)?n:n.map(i=>{const c=i,s=(r==null?void 0:r.label)||"label",d=(r==null?void 0:r.value)||"value",l={[s]:c[s],[d]:c[d]};return{...c,__origin:l,label:i[s],value:i[d]}})||[]},$o=n=>{const t=e.ref([]),r=e.ref(!1);if(!n.options)t.value=[],r.value=!0;else if(e.isRef(n.options)||e.isReactive(n.options)||kn(n.options))e.watch(()=>n.options,o=>{const a=e.isRef(o)?o.value:o;t.value=mr(a,n),r.value=!0},{immediate:!0,deep:!0});else if(K(n.options)){const o=n.options,a=o(n);Do(a)?a.then(i=>{t.value=mr(i,n),r.value=!0,Ho(t.value)}).catch(i=>{throw i}):(t.value=mr(a,n),r.value=!0)}else Do(n.options)?n.options.then(a=>{t.value=mr(a,n),r.value=!0,Ho(t.value)}).catch(a=>{throw a}):(r.value=!0,Ho(n.options));return{customOptions:t,customOptionsIsReady:r}};var U4={name:"en",plus:{dialog:{confirmText:"Yes",cancelText:"No",title:"Dialog"},datepicker:{startPlaceholder:"Please select start time",endPlaceholder:"Please select end time"},dialogForm:{title:"Dialog form"},drawerForm:{title:"Drawer form",confirmText:"Yes",cancelText:"No"},form:{submitText:"Submit",resetText:"Reset",errorTip:"Please complete the form and submit again!"},field:{pleaseEnter:"Please enter ",pleaseSelect:"Please select "},popover:{confirmText:"Yes",cancelText:"No"},search:{searchText:"Search",resetText:"Reset",expand:"Expand",retract:"Retract"},table:{title:"Table",density:"Density",refresh:"Refresh",columnSettings:"Column settings",selectAll:"Select all",default:"Default",loose:"Loose",compact:"Compact",action:"Action",more:"More",confirmToPerformThisOperation:"Confirm to perform this operation?",prompt:"Prompt",sort:"Sort",resetText:"Reset"},stepsForm:{nextText:"Next step",preText:"Previous step",submitText:"Submit"},inputTag:{placeholder:"Please enter keywords and press enter or space key"},header:{logout:"logout"}}};const Y4=n=>(t,r)=>W4(t,r,e.unref(n)),W4=(n,t,r)=>zo(r,n,n).replace(/\{(\w+)\}/g,(o,a)=>{var i;return`${(i=t==null?void 0:t[a])!=null?i:`{${a}}`}`}),G4=n=>{const t=e.computed(()=>e.unref(n).name),r=e.isRef(n)?n:e.ref(n);return{lang:t,locale:r,t:Y4(n)}},Te=n=>{const t=n||e.inject(T.localeContextKey,e.ref());return G4(e.computed(()=>{var r;return(r=t.value)!=null&&r.plus?t.value:U4}))},Lo=[10,20,30,40,50,100,200,300,400,500],yn={page:1,pageSize:10},_r=Symbol("tableFormRefInjectionKey"),Oo=Symbol("tableFormFieldRefInjectionKey"),Ro=Symbol("tableFormRowInfoInjectionKey"),J0=["datetimerange","daterange","monthrange"],ei=["rate","input-number","slider"],K4=["switch"],ni=["checkbox","cascader","plus-date-picker","plus-input-tag","transfer"],Uo=["select","radio","checkbox","select-v2","plus-radio"];function ti(n){const t=e.unref(n)||yn,r=e.ref([]),o=e.ref({...t}),a=e.ref(0),i=e.ref(!1),c=e.shallowRef([]);return{tableData:r,pageInfo:o,total:a,loadingStatus:i,buttons:c}}const Z4=(n,t)=>{const r=t.split(".");let o=n;for(const a of r)if(o&&typeof o=="object"&&a in o)o=o[a];else return;return o},ri=(n,t)=>typeof t=="function"?t(n):n[t];function X4(n){const{apiFn:t,transform:r,dataPath:o={},requireKeyword:a=!0}=n,i=o.list||"result",c=e.ref(!1),s=e.ref(new Map);return{loadMore:async h=>{const{page:f,pageSize:p,keyword:g}=h;if(a&&(!g||!g.trim()))return{list:[],total:0,hasMore:!1};if(c.value)return{list:[],total:0,hasMore:!1};try{c.value=!0;const _=(f-1)*p,b=await t({keyword:(g==null?void 0:g.trim())||"",pageSize:p,offset:_});if(!b.data)return{list:[],total:0,hasMore:!1};const x=(Z4(b.data,i)||[]).map(v=>{const z=String(ri(v,r.label)),E=ri(v,r.value),N={label:z,value:E,rawData:v};return s.value.set(E,N),s.value.set(z,N),N}),w=x.length>=p;return{list:x,total:0,hasMore:w}}catch(_){return console.error("\u52A0\u8F7D\u6570\u636E\u5931\u8D25:",_),{list:[],total:0,hasMore:!1}}finally{c.value=!1}},dataMap:s,getRawData:h=>{var f;return(f=s.value.get(h))==null?void 0:f.rawData},getOption:h=>s.value.get(h),clearDataMap:()=>{s.value.clear()},loading:c}}const oi=Symbol("plusProConfig");function Q4(){const n={dialogForm:{labelWidth:"150px",labelSuffix:"",labelPosition:"right",rowProps:{gutter:20}},drawerForm:{labelWidth:"150px",labelSuffix:"",labelPosition:"right",rowProps:{gutter:20}}};e.provide(oi,n)}function Yo(){const n=e.inject(oi);return n||{dialogForm:{labelWidth:"150px",labelSuffix:"",labelPosition:"right",rowProps:{gutter:20}},drawerForm:{labelWidth:"150px",labelSuffix:"",labelPosition:"right",rowProps:{gutter:20}}}}function J4(){return Yo().dialogForm}function ep(){return Yo().drawerForm}/**!
2
+ * Sortable 1.15.0
3
+ * @author RubaXa <trash@rubaxa.org>
4
+ * @author owenm <owen23355@gmail.com>
5
+ * @license MIT
6
+ */function ai(n,t){var r=Object.keys(n);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(n);t&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(n,a).enumerable})),r.push.apply(r,o)}return r}function an(n){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ai(Object(r),!0).forEach(function(o){np(n,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(r)):ai(Object(r)).forEach(function(o){Object.defineProperty(n,o,Object.getOwnPropertyDescriptor(r,o))})}return n}function yr(n){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?yr=function(t){return typeof t}:yr=function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},yr(n)}function np(n,t,r){return t in n?Object.defineProperty(n,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):n[t]=r,n}function xn(){return xn=Object.assign||function(n){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(n[o]=r[o])}return n},xn.apply(this,arguments)}function tp(n,t){if(n==null)return{};var r={},o=Object.keys(n),a,i;for(i=0;i<o.length;i++)a=o[i],!(t.indexOf(a)>=0)&&(r[a]=n[a]);return r}function rp(n,t){if(n==null)return{};var r=tp(n,t),o,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(n);for(a=0;a<i.length;a++)o=i[a],!(t.indexOf(o)>=0)&&Object.prototype.propertyIsEnumerable.call(n,o)&&(r[o]=n[o])}return r}var op="1.15.0";function wn(n){if(typeof window!="undefined"&&window.navigator)return!!navigator.userAgent.match(n)}var bn=wn(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),Vt=wn(/Edge/i),li=wn(/firefox/i),St=wn(/safari/i)&&!wn(/chrome/i)&&!wn(/android/i),ii=wn(/iP(ad|od|hone)/i),si=wn(/chrome/i)&&wn(/android/i),ci={capture:!1,passive:!1};function he(n,t,r){n.addEventListener(t,r,!bn&&ci)}function ue(n,t,r){n.removeEventListener(t,r,!bn&&ci)}function xr(n,t){if(t){if(t[0]===">"&&(t=t.substring(1)),n)try{if(n.matches)return n.matches(t);if(n.msMatchesSelector)return n.msMatchesSelector(t);if(n.webkitMatchesSelector)return n.webkitMatchesSelector(t)}catch(r){return!1}return!1}}function ap(n){return n.host&&n!==document&&n.host.nodeType?n.host:n.parentNode}function ln(n,t,r,o){if(n){r=r||document;do{if(t!=null&&(t[0]===">"?n.parentNode===r&&xr(n,t):xr(n,t))||o&&n===r)return n;if(n===r)break}while(n=ap(n))}return null}var ui=/\s+/g;function Ue(n,t,r){if(n&&t)if(n.classList)n.classList[r?"add":"remove"](t);else{var o=(" "+n.className+" ").replace(ui," ").replace(" "+t+" "," ");n.className=(o+(r?" "+t:"")).replace(ui," ")}}function ee(n,t,r){var o=n&&n.style;if(o){if(r===void 0)return document.defaultView&&document.defaultView.getComputedStyle?r=document.defaultView.getComputedStyle(n,""):n.currentStyle&&(r=n.currentStyle),t===void 0?r:r[t];!(t in o)&&t.indexOf("webkit")===-1&&(t="-webkit-"+t),o[t]=r+(typeof r=="string"?"":"px")}}function nt(n,t){var r="";if(typeof n=="string")r=n;else do{var o=ee(n,"transform");o&&o!=="none"&&(r=o+" "+r)}while(!t&&(n=n.parentNode));var a=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return a&&new a(r)}function di(n,t,r){if(n){var o=n.getElementsByTagName(t),a=0,i=o.length;if(r)for(;a<i;a++)r(o[a],a);return o}return[]}function sn(){var n=document.scrollingElement;return n||document.documentElement}function ke(n,t,r,o,a){if(!(!n.getBoundingClientRect&&n!==window)){var i,c,s,d,l,u,m;if(n!==window&&n.parentNode&&n!==sn()?(i=n.getBoundingClientRect(),c=i.top,s=i.left,d=i.bottom,l=i.right,u=i.height,m=i.width):(c=0,s=0,d=window.innerHeight,l=window.innerWidth,u=window.innerHeight,m=window.innerWidth),(t||r)&&n!==window&&(a=a||n.parentNode,!bn))do if(a&&a.getBoundingClientRect&&(ee(a,"transform")!=="none"||r&&ee(a,"position")!=="static")){var h=a.getBoundingClientRect();c-=h.top+parseInt(ee(a,"border-top-width")),s-=h.left+parseInt(ee(a,"border-left-width")),d=c+i.height,l=s+i.width;break}while(a=a.parentNode);if(o&&n!==window){var f=nt(a||n),p=f&&f.a,g=f&&f.d;f&&(c/=g,s/=p,m/=p,u/=g,d=c+u,l=s+m)}return{top:c,left:s,bottom:d,right:l,width:m,height:u}}}function hi(n,t,r){for(var o=Bn(n,!0),a=ke(n)[t];o;){var i=ke(o)[r],c=void 0;if(r==="top"||r==="left"?c=a>=i:c=a<=i,!c)return o;if(o===sn())break;o=Bn(o,!1)}return!1}function tt(n,t,r,o){for(var a=0,i=0,c=n.children;i<c.length;){if(c[i].style.display!=="none"&&c[i]!==J.ghost&&(o||c[i]!==J.dragged)&&ln(c[i],r.draggable,n,!1)){if(a===t)return c[i];a++}i++}return null}function Wo(n,t){for(var r=n.lastElementChild;r&&(r===J.ghost||ee(r,"display")==="none"||t&&!xr(r,t));)r=r.previousElementSibling;return r||null}function Xe(n,t){var r=0;if(!n||!n.parentNode)return-1;for(;n=n.previousElementSibling;)n.nodeName.toUpperCase()!=="TEMPLATE"&&n!==J.clone&&(!t||xr(n,t))&&r++;return r}function pi(n){var t=0,r=0,o=sn();if(n)do{var a=nt(n),i=a.a,c=a.d;t+=n.scrollLeft*i,r+=n.scrollTop*c}while(n!==o&&(n=n.parentNode));return[t,r]}function lp(n,t){for(var r in n)if(n.hasOwnProperty(r)){for(var o in t)if(t.hasOwnProperty(o)&&t[o]===n[r][o])return Number(r)}return-1}function Bn(n,t){if(!n||!n.getBoundingClientRect)return sn();var r=n,o=!1;do if(r.clientWidth<r.scrollWidth||r.clientHeight<r.scrollHeight){var a=ee(r);if(r.clientWidth<r.scrollWidth&&(a.overflowX=="auto"||a.overflowX=="scroll")||r.clientHeight<r.scrollHeight&&(a.overflowY=="auto"||a.overflowY=="scroll")){if(!r.getBoundingClientRect||r===document.body)return sn();if(o||t)return r;o=!0}}while(r=r.parentNode);return sn()}function ip(n,t){if(n&&t)for(var r in t)t.hasOwnProperty(r)&&(n[r]=t[r]);return n}function Go(n,t){return Math.round(n.top)===Math.round(t.top)&&Math.round(n.left)===Math.round(t.left)&&Math.round(n.height)===Math.round(t.height)&&Math.round(n.width)===Math.round(t.width)}var Nt;function fi(n,t){return function(){if(!Nt){var r=arguments,o=this;r.length===1?n.call(o,r[0]):n.apply(o,r),Nt=setTimeout(function(){Nt=void 0},t)}}}function sp(){clearTimeout(Nt),Nt=void 0}function gi(n,t,r){n.scrollLeft+=t,n.scrollTop+=r}function mi(n){var t=window.Polymer,r=window.jQuery||window.Zepto;return t&&t.dom?t.dom(n).cloneNode(!0):r?r(n).clone(!0)[0]:n.cloneNode(!0)}var Ye="Sortable"+new Date().getTime();function cp(){var n=[],t;return{captureAnimationState:function(){if(n=[],!!this.options.animation){var o=[].slice.call(this.el.children);o.forEach(function(a){if(!(ee(a,"display")==="none"||a===J.ghost)){n.push({target:a,rect:ke(a)});var i=an({},n[n.length-1].rect);if(a.thisAnimationDuration){var c=nt(a,!0);c&&(i.top-=c.f,i.left-=c.e)}a.fromRect=i}})}},addAnimationState:function(o){n.push(o)},removeAnimationState:function(o){n.splice(lp(n,{target:o}),1)},animateAll:function(o){var a=this;if(!this.options.animation){clearTimeout(t),typeof o=="function"&&o();return}var i=!1,c=0;n.forEach(function(s){var d=0,l=s.target,u=l.fromRect,m=ke(l),h=l.prevFromRect,f=l.prevToRect,p=s.rect,g=nt(l,!0);g&&(m.top-=g.f,m.left-=g.e),l.toRect=m,l.thisAnimationDuration&&Go(h,m)&&!Go(u,m)&&(p.top-m.top)/(p.left-m.left)===(u.top-m.top)/(u.left-m.left)&&(d=dp(p,h,f,a.options)),Go(m,u)||(l.prevFromRect=u,l.prevToRect=m,d||(d=a.options.animation),a.animate(l,p,m,d)),d&&(i=!0,c=Math.max(c,d),clearTimeout(l.animationResetTimer),l.animationResetTimer=setTimeout(function(){l.animationTime=0,l.prevFromRect=null,l.fromRect=null,l.prevToRect=null,l.thisAnimationDuration=null},d),l.thisAnimationDuration=d)}),clearTimeout(t),i?t=setTimeout(function(){typeof o=="function"&&o()},c):typeof o=="function"&&o(),n=[]},animate:function(o,a,i,c){if(c){ee(o,"transition",""),ee(o,"transform","");var s=nt(this.el),d=s&&s.a,l=s&&s.d,u=(a.left-i.left)/(d||1),m=(a.top-i.top)/(l||1);o.animatingX=!!u,o.animatingY=!!m,ee(o,"transform","translate3d("+u+"px,"+m+"px,0)"),this.forRepaintDummy=up(o),ee(o,"transition","transform "+c+"ms"+(this.options.easing?" "+this.options.easing:"")),ee(o,"transform","translate3d(0,0,0)"),typeof o.animated=="number"&&clearTimeout(o.animated),o.animated=setTimeout(function(){ee(o,"transition",""),ee(o,"transform",""),o.animated=!1,o.animatingX=!1,o.animatingY=!1},c)}}}}function up(n){return n.offsetWidth}function dp(n,t,r,o){return Math.sqrt(Math.pow(t.top-n.top,2)+Math.pow(t.left-n.left,2))/Math.sqrt(Math.pow(t.top-r.top,2)+Math.pow(t.left-r.left,2))*o.animation}var rt=[],Ko={initializeByDefault:!0},Mt={mount:function(t){for(var r in Ko)Ko.hasOwnProperty(r)&&!(r in t)&&(t[r]=Ko[r]);rt.forEach(function(o){if(o.pluginName===t.pluginName)throw"Sortable: Cannot mount plugin ".concat(t.pluginName," more than once")}),rt.push(t)},pluginEvent:function(t,r,o){var a=this;this.eventCanceled=!1,o.cancel=function(){a.eventCanceled=!0};var i=t+"Global";rt.forEach(function(c){r[c.pluginName]&&(r[c.pluginName][i]&&r[c.pluginName][i](an({sortable:r},o)),r.options[c.pluginName]&&r[c.pluginName][t]&&r[c.pluginName][t](an({sortable:r},o)))})},initializePlugins:function(t,r,o,a){rt.forEach(function(s){var d=s.pluginName;if(!(!t.options[d]&&!s.initializeByDefault)){var l=new s(t,r,t.options);l.sortable=t,l.options=t.options,t[d]=l,xn(o,l.defaults)}});for(var i in t.options)if(t.options.hasOwnProperty(i)){var c=this.modifyOption(t,i,t.options[i]);typeof c!="undefined"&&(t.options[i]=c)}},getEventProperties:function(t,r){var o={};return rt.forEach(function(a){typeof a.eventProperties=="function"&&xn(o,a.eventProperties.call(r[a.pluginName],t))}),o},modifyOption:function(t,r,o){var a;return rt.forEach(function(i){t[i.pluginName]&&i.optionListeners&&typeof i.optionListeners[r]=="function"&&(a=i.optionListeners[r].call(t[i.pluginName],o))}),a}};function hp(n){var t=n.sortable,r=n.rootEl,o=n.name,a=n.targetEl,i=n.cloneEl,c=n.toEl,s=n.fromEl,d=n.oldIndex,l=n.newIndex,u=n.oldDraggableIndex,m=n.newDraggableIndex,h=n.originalEvent,f=n.putSortable,p=n.extraEventProperties;if(t=t||r&&r[Ye],!!t){var g,_=t.options,b="on"+o.charAt(0).toUpperCase()+o.substr(1);window.CustomEvent&&!bn&&!Vt?g=new CustomEvent(o,{bubbles:!0,cancelable:!0}):(g=document.createEvent("Event"),g.initEvent(o,!0,!0)),g.to=c||r,g.from=s||r,g.item=a||r,g.clone=i,g.oldIndex=d,g.newIndex=l,g.oldDraggableIndex=u,g.newDraggableIndex=m,g.originalEvent=h,g.pullMode=f?f.lastPutMode:void 0;var y=an(an({},p),Mt.getEventProperties(o,t));for(var x in y)g[x]=y[x];r&&r.dispatchEvent(g),_[b]&&_[b].call(t,g)}}var pp=["evt"],$e=function(t,r){var o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a=o.evt,i=rp(o,pp);Mt.pluginEvent.bind(J)(t,r,an({dragEl:Y,parentEl:ve,ghostEl:re,rootEl:ye,nextEl:In,lastDownEl:wr,cloneEl:we,cloneHidden:En,dragStarted:At,putSortable:Ve,activeSortable:J.active,originalEvent:a,oldIndex:ot,oldDraggableIndex:Pt,newIndex:We,newDraggableIndex:jn,hideGhostForTarget:zi,unhideGhostForTarget:Ci,cloneNowHidden:function(){En=!0},cloneNowShown:function(){En=!1},dispatchSortableEvent:function(s){De({sortable:r,name:s,originalEvent:a})}},i))};function De(n){hp(an({putSortable:Ve,cloneEl:we,targetEl:Y,rootEl:ye,oldIndex:ot,oldDraggableIndex:Pt,newIndex:We,newDraggableIndex:jn},n))}var Y,ve,re,ye,In,wr,we,En,ot,We,Pt,jn,br,Ve,at=!1,vr=!1,zr=[],Hn,nn,Zo,Xo,_i,yi,At,lt,qt,Tt=!1,Cr=!1,kr,Pe,Qo=[],Jo=!1,Br=[],Er=typeof document!="undefined",jr=ii,xi=Vt||bn?"cssFloat":"float",fp=Er&&!si&&!ii&&"draggable"in document.createElement("div"),wi=function(){if(Er){if(bn)return!1;var n=document.createElement("x");return n.style.cssText="pointer-events:auto",n.style.pointerEvents==="auto"}}(),bi=function(t,r){var o=ee(t),a=parseInt(o.width)-parseInt(o.paddingLeft)-parseInt(o.paddingRight)-parseInt(o.borderLeftWidth)-parseInt(o.borderRightWidth),i=tt(t,0,r),c=tt(t,1,r),s=i&&ee(i),d=c&&ee(c),l=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+ke(i).width,u=d&&parseInt(d.marginLeft)+parseInt(d.marginRight)+ke(c).width;if(o.display==="flex")return o.flexDirection==="column"||o.flexDirection==="column-reverse"?"vertical":"horizontal";if(o.display==="grid")return o.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(i&&s.float&&s.float!=="none"){var m=s.float==="left"?"left":"right";return c&&(d.clear==="both"||d.clear===m)?"vertical":"horizontal"}return i&&(s.display==="block"||s.display==="flex"||s.display==="table"||s.display==="grid"||l>=a&&o[xi]==="none"||c&&o[xi]==="none"&&l+u>a)?"vertical":"horizontal"},gp=function(t,r,o){var a=o?t.left:t.top,i=o?t.right:t.bottom,c=o?t.width:t.height,s=o?r.left:r.top,d=o?r.right:r.bottom,l=o?r.width:r.height;return a===s||i===d||a+c/2===s+l/2},mp=function(t,r){var o;return zr.some(function(a){var i=a[Ye].options.emptyInsertThreshold;if(!(!i||Wo(a))){var c=ke(a),s=t>=c.left-i&&t<=c.right+i,d=r>=c.top-i&&r<=c.bottom+i;if(s&&d)return o=a}}),o},vi=function(t){function r(i,c){return function(s,d,l,u){var m=s.options.group.name&&d.options.group.name&&s.options.group.name===d.options.group.name;if(i==null&&(c||m))return!0;if(i==null||i===!1)return!1;if(c&&i==="clone")return i;if(typeof i=="function")return r(i(s,d,l,u),c)(s,d,l,u);var h=(c?s:d).options.group.name;return i===!0||typeof i=="string"&&i===h||i.join&&i.indexOf(h)>-1}}var o={},a=t.group;(!a||yr(a)!="object")&&(a={name:a}),o.name=a.name,o.checkPull=r(a.pull,!0),o.checkPut=r(a.put),o.revertClone=a.revertClone,t.group=o},zi=function(){!wi&&re&&ee(re,"display","none")},Ci=function(){!wi&&re&&ee(re,"display","")};Er&&!si&&document.addEventListener("click",function(n){if(vr)return n.preventDefault(),n.stopPropagation&&n.stopPropagation(),n.stopImmediatePropagation&&n.stopImmediatePropagation(),vr=!1,!1},!0);var $n=function(t){if(Y){t=t.touches?t.touches[0]:t;var r=mp(t.clientX,t.clientY);if(r){var o={};for(var a in t)t.hasOwnProperty(a)&&(o[a]=t[a]);o.target=o.rootEl=r,o.preventDefault=void 0,o.stopPropagation=void 0,r[Ye]._onDragOver(o)}}},_p=function(t){Y&&Y.parentNode[Ye]._isOutsideThisEl(t.target)};function J(n,t){if(!(n&&n.nodeType&&n.nodeType===1))throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(n));this.el=n,this.options=t=xn({},t),n[Ye]=this;var r={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(n.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return bi(n,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(c,s){c.setData("Text",s.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:J.supportPointer!==!1&&"PointerEvent"in window&&!St,emptyInsertThreshold:5};Mt.initializePlugins(this,n,r);for(var o in r)!(o in t)&&(t[o]=r[o]);vi(t);for(var a in this)a.charAt(0)==="_"&&typeof this[a]=="function"&&(this[a]=this[a].bind(this));this.nativeDraggable=t.forceFallback?!1:fp,this.nativeDraggable&&(this.options.touchStartThreshold=1),t.supportPointer?he(n,"pointerdown",this._onTapStart):(he(n,"mousedown",this._onTapStart),he(n,"touchstart",this._onTapStart)),this.nativeDraggable&&(he(n,"dragover",this),he(n,"dragenter",this)),zr.push(this.el),t.store&&t.store.get&&this.sort(t.store.get(this)||[]),xn(this,cp())}J.prototype={constructor:J,_isOutsideThisEl:function(t){!this.el.contains(t)&&t!==this.el&&(lt=null)},_getDirection:function(t,r){return typeof this.options.direction=="function"?this.options.direction.call(this,t,r,Y):this.options.direction},_onTapStart:function(t){if(t.cancelable){var r=this,o=this.el,a=this.options,i=a.preventOnFilter,c=t.type,s=t.touches&&t.touches[0]||t.pointerType&&t.pointerType==="touch"&&t,d=(s||t).target,l=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||d,u=a.filter;if(kp(o),!Y&&!(/mousedown|pointerdown/.test(c)&&t.button!==0||a.disabled)&&!l.isContentEditable&&!(!this.nativeDraggable&&St&&d&&d.tagName.toUpperCase()==="SELECT")&&(d=ln(d,a.draggable,o,!1),!(d&&d.animated)&&wr!==d)){if(ot=Xe(d),Pt=Xe(d,a.draggable),typeof u=="function"){if(u.call(this,t,d,this)){De({sortable:r,rootEl:l,name:"filter",targetEl:d,toEl:o,fromEl:o}),$e("filter",r,{evt:t}),i&&t.cancelable&&t.preventDefault();return}}else if(u&&(u=u.split(",").some(function(m){if(m=ln(l,m.trim(),o,!1),m)return De({sortable:r,rootEl:m,name:"filter",targetEl:d,fromEl:o,toEl:o}),$e("filter",r,{evt:t}),!0}),u)){i&&t.cancelable&&t.preventDefault();return}a.handle&&!ln(l,a.handle,o,!1)||this._prepareDragStart(t,s,d)}}},_prepareDragStart:function(t,r,o){var a=this,i=a.el,c=a.options,s=i.ownerDocument,d;if(o&&!Y&&o.parentNode===i){var l=ke(o);if(ye=i,Y=o,ve=Y.parentNode,In=Y.nextSibling,wr=o,br=c.group,J.dragged=Y,Hn={target:Y,clientX:(r||t).clientX,clientY:(r||t).clientY},_i=Hn.clientX-l.left,yi=Hn.clientY-l.top,this._lastX=(r||t).clientX,this._lastY=(r||t).clientY,Y.style["will-change"]="all",d=function(){if($e("delayEnded",a,{evt:t}),J.eventCanceled){a._onDrop();return}a._disableDelayedDragEvents(),!li&&a.nativeDraggable&&(Y.draggable=!0),a._triggerDragStart(t,r),De({sortable:a,name:"choose",originalEvent:t}),Ue(Y,c.chosenClass,!0)},c.ignore.split(",").forEach(function(u){di(Y,u.trim(),ea)}),he(s,"dragover",$n),he(s,"mousemove",$n),he(s,"touchmove",$n),he(s,"mouseup",a._onDrop),he(s,"touchend",a._onDrop),he(s,"touchcancel",a._onDrop),li&&this.nativeDraggable&&(this.options.touchStartThreshold=4,Y.draggable=!0),$e("delayStart",this,{evt:t}),c.delay&&(!c.delayOnTouchOnly||r)&&(!this.nativeDraggable||!(Vt||bn))){if(J.eventCanceled){this._onDrop();return}he(s,"mouseup",a._disableDelayedDrag),he(s,"touchend",a._disableDelayedDrag),he(s,"touchcancel",a._disableDelayedDrag),he(s,"mousemove",a._delayedDragTouchMoveHandler),he(s,"touchmove",a._delayedDragTouchMoveHandler),c.supportPointer&&he(s,"pointermove",a._delayedDragTouchMoveHandler),a._dragStartTimer=setTimeout(d,c.delay)}else d()}},_delayedDragTouchMoveHandler:function(t){var r=t.touches?t.touches[0]:t;Math.max(Math.abs(r.clientX-this._lastX),Math.abs(r.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){Y&&ea(Y),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var t=this.el.ownerDocument;ue(t,"mouseup",this._disableDelayedDrag),ue(t,"touchend",this._disableDelayedDrag),ue(t,"touchcancel",this._disableDelayedDrag),ue(t,"mousemove",this._delayedDragTouchMoveHandler),ue(t,"touchmove",this._delayedDragTouchMoveHandler),ue(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(t,r){r=r||t.pointerType=="touch"&&t,!this.nativeDraggable||r?this.options.supportPointer?he(document,"pointermove",this._onTouchMove):r?he(document,"touchmove",this._onTouchMove):he(document,"mousemove",this._onTouchMove):(he(Y,"dragend",this),he(ye,"dragstart",this._onDragStart));try{document.selection?Sr(function(){document.selection.empty()}):window.getSelection().removeAllRanges()}catch(o){}},_dragStarted:function(t,r){if(at=!1,ye&&Y){$e("dragStarted",this,{evt:r}),this.nativeDraggable&&he(document,"dragover",_p);var o=this.options;!t&&Ue(Y,o.dragClass,!1),Ue(Y,o.ghostClass,!0),J.active=this,t&&this._appendGhost(),De({sortable:this,name:"start",originalEvent:r})}else this._nulling()},_emulateDragOver:function(){if(nn){this._lastX=nn.clientX,this._lastY=nn.clientY,zi();for(var t=document.elementFromPoint(nn.clientX,nn.clientY),r=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(nn.clientX,nn.clientY),t!==r);)r=t;if(Y.parentNode[Ye]._isOutsideThisEl(t),r)do{if(r[Ye]){var o=void 0;if(o=r[Ye]._onDragOver({clientX:nn.clientX,clientY:nn.clientY,target:t,rootEl:r}),o&&!this.options.dragoverBubble)break}t=r}while(r=r.parentNode);Ci()}},_onTouchMove:function(t){if(Hn){var r=this.options,o=r.fallbackTolerance,a=r.fallbackOffset,i=t.touches?t.touches[0]:t,c=re&&nt(re,!0),s=re&&c&&c.a,d=re&&c&&c.d,l=jr&&Pe&&pi(Pe),u=(i.clientX-Hn.clientX+a.x)/(s||1)+(l?l[0]-Qo[0]:0)/(s||1),m=(i.clientY-Hn.clientY+a.y)/(d||1)+(l?l[1]-Qo[1]:0)/(d||1);if(!J.active&&!at){if(o&&Math.max(Math.abs(i.clientX-this._lastX),Math.abs(i.clientY-this._lastY))<o)return;this._onDragStart(t,!0)}if(re){c?(c.e+=u-(Zo||0),c.f+=m-(Xo||0)):c={a:1,b:0,c:0,d:1,e:u,f:m};var h="matrix(".concat(c.a,",").concat(c.b,",").concat(c.c,",").concat(c.d,",").concat(c.e,",").concat(c.f,")");ee(re,"webkitTransform",h),ee(re,"mozTransform",h),ee(re,"msTransform",h),ee(re,"transform",h),Zo=u,Xo=m,nn=i}t.cancelable&&t.preventDefault()}},_appendGhost:function(){if(!re){var t=this.options.fallbackOnBody?document.body:ye,r=ke(Y,!0,jr,!0,t),o=this.options;if(jr){for(Pe=t;ee(Pe,"position")==="static"&&ee(Pe,"transform")==="none"&&Pe!==document;)Pe=Pe.parentNode;Pe!==document.body&&Pe!==document.documentElement?(Pe===document&&(Pe=sn()),r.top+=Pe.scrollTop,r.left+=Pe.scrollLeft):Pe=sn(),Qo=pi(Pe)}re=Y.cloneNode(!0),Ue(re,o.ghostClass,!1),Ue(re,o.fallbackClass,!0),Ue(re,o.dragClass,!0),ee(re,"transition",""),ee(re,"transform",""),ee(re,"box-sizing","border-box"),ee(re,"margin",0),ee(re,"top",r.top),ee(re,"left",r.left),ee(re,"width",r.width),ee(re,"height",r.height),ee(re,"opacity","0.8"),ee(re,"position",jr?"absolute":"fixed"),ee(re,"zIndex","100000"),ee(re,"pointerEvents","none"),J.ghost=re,t.appendChild(re),ee(re,"transform-origin",_i/parseInt(re.style.width)*100+"% "+yi/parseInt(re.style.height)*100+"%")}},_onDragStart:function(t,r){var o=this,a=t.dataTransfer,i=o.options;if($e("dragStart",this,{evt:t}),J.eventCanceled){this._onDrop();return}$e("setupClone",this),J.eventCanceled||(we=mi(Y),we.removeAttribute("id"),we.draggable=!1,we.style["will-change"]="",this._hideClone(),Ue(we,this.options.chosenClass,!1),J.clone=we),o.cloneId=Sr(function(){$e("clone",o),!J.eventCanceled&&(o.options.removeCloneOnHide||ye.insertBefore(we,Y),o._hideClone(),De({sortable:o,name:"clone"}))}),!r&&Ue(Y,i.dragClass,!0),r?(vr=!0,o._loopId=setInterval(o._emulateDragOver,50)):(ue(document,"mouseup",o._onDrop),ue(document,"touchend",o._onDrop),ue(document,"touchcancel",o._onDrop),a&&(a.effectAllowed="move",i.setData&&i.setData.call(o,a,Y)),he(document,"drop",o),ee(Y,"transform","translateZ(0)")),at=!0,o._dragStartId=Sr(o._dragStarted.bind(o,r,t)),he(document,"selectstart",o),At=!0,St&&ee(document.body,"user-select","none")},_onDragOver:function(t){var r=this.el,o=t.target,a,i,c,s=this.options,d=s.group,l=J.active,u=br===d,m=s.sort,h=Ve||l,f,p=this,g=!1;if(Jo)return;function _(V,O){$e(V,p,an({evt:t,isOwner:u,axis:f?"vertical":"horizontal",revert:c,dragRect:a,targetRect:i,canSort:m,fromSortable:h,target:o,completed:y,onMove:function(q,F){return Vr(ye,r,Y,a,q,ke(q),t,F)},changed:x},O))}function b(){_("dragOverAnimationCapture"),p.captureAnimationState(),p!==h&&h.captureAnimationState()}function y(V){return _("dragOverCompleted",{insertion:V}),V&&(u?l._hideClone():l._showClone(p),p!==h&&(Ue(Y,Ve?Ve.options.ghostClass:l.options.ghostClass,!1),Ue(Y,s.ghostClass,!0)),Ve!==p&&p!==J.active?Ve=p:p===J.active&&Ve&&(Ve=null),h===p&&(p._ignoreWhileAnimating=o),p.animateAll(function(){_("dragOverAnimationComplete"),p._ignoreWhileAnimating=null}),p!==h&&(h.animateAll(),h._ignoreWhileAnimating=null)),(o===Y&&!Y.animated||o===r&&!o.animated)&&(lt=null),!s.dragoverBubble&&!t.rootEl&&o!==document&&(Y.parentNode[Ye]._isOutsideThisEl(t.target),!V&&$n(t)),!s.dragoverBubble&&t.stopPropagation&&t.stopPropagation(),g=!0}function x(){We=Xe(Y),jn=Xe(Y,s.draggable),De({sortable:p,name:"change",toEl:r,newIndex:We,newDraggableIndex:jn,originalEvent:t})}if(t.preventDefault!==void 0&&t.cancelable&&t.preventDefault(),o=ln(o,s.draggable,r,!0),_("dragOver"),J.eventCanceled)return g;if(Y.contains(t.target)||o.animated&&o.animatingX&&o.animatingY||p._ignoreWhileAnimating===o)return y(!1);if(vr=!1,l&&!s.disabled&&(u?m||(c=ve!==ye):Ve===this||(this.lastPutMode=br.checkPull(this,l,Y,t))&&d.checkPut(this,l,Y,t))){if(f=this._getDirection(t,o)==="vertical",a=ke(Y),_("dragOverValid"),J.eventCanceled)return g;if(c)return ve=ye,b(),this._hideClone(),_("revert"),J.eventCanceled||(In?ye.insertBefore(Y,In):ye.appendChild(Y)),y(!0);var w=Wo(r,s.draggable);if(!w||bp(t,f,this)&&!w.animated){if(w===Y)return y(!1);if(w&&r===t.target&&(o=w),o&&(i=ke(o)),Vr(ye,r,Y,a,o,i,t,!!o)!==!1)return b(),w&&w.nextSibling?r.insertBefore(Y,w.nextSibling):r.appendChild(Y),ve=r,x(),y(!0)}else if(w&&wp(t,f,this)){var v=tt(r,0,s,!0);if(v===Y)return y(!1);if(o=v,i=ke(o),Vr(ye,r,Y,a,o,i,t,!1)!==!1)return b(),r.insertBefore(Y,v),ve=r,x(),y(!0)}else if(o.parentNode===r){i=ke(o);var z=0,E,N=Y.parentNode!==r,M=!gp(Y.animated&&Y.toRect||a,o.animated&&o.toRect||i,f),C=f?"top":"left",j=hi(o,"top","top")||hi(Y,"top","top"),I=j?j.scrollTop:void 0;lt!==o&&(E=i[C],Tt=!1,Cr=!M&&s.invertSwap||N),z=vp(t,o,i,f,M?1:s.swapThreshold,s.invertedSwapThreshold==null?s.swapThreshold:s.invertedSwapThreshold,Cr,lt===o);var k;if(z!==0){var B=Xe(Y);do B-=z,k=ve.children[B];while(k&&(ee(k,"display")==="none"||k===re))}if(z===0||k===o)return y(!1);lt=o,qt=z;var A=o.nextElementSibling,S=!1;S=z===1;var H=Vr(ye,r,Y,a,o,i,t,S);if(H!==!1)return(H===1||H===-1)&&(S=H===1),Jo=!0,setTimeout(xp,30),b(),S&&!A?r.appendChild(Y):o.parentNode.insertBefore(Y,S?A:o),j&&gi(j,0,I-j.scrollTop),ve=Y.parentNode,E!==void 0&&!Cr&&(kr=Math.abs(E-ke(o)[C])),x(),y(!0)}if(r.contains(Y))return y(!1)}return!1},_ignoreWhileAnimating:null,_offMoveEvents:function(){ue(document,"mousemove",this._onTouchMove),ue(document,"touchmove",this._onTouchMove),ue(document,"pointermove",this._onTouchMove),ue(document,"dragover",$n),ue(document,"mousemove",$n),ue(document,"touchmove",$n)},_offUpEvents:function(){var t=this.el.ownerDocument;ue(t,"mouseup",this._onDrop),ue(t,"touchend",this._onDrop),ue(t,"pointerup",this._onDrop),ue(t,"touchcancel",this._onDrop),ue(document,"selectstart",this)},_onDrop:function(t){var r=this.el,o=this.options;if(We=Xe(Y),jn=Xe(Y,o.draggable),$e("drop",this,{evt:t}),ve=Y&&Y.parentNode,We=Xe(Y),jn=Xe(Y,o.draggable),J.eventCanceled){this._nulling();return}at=!1,Cr=!1,Tt=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),na(this.cloneId),na(this._dragStartId),this.nativeDraggable&&(ue(document,"drop",this),ue(r,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),St&&ee(document.body,"user-select",""),ee(Y,"transform",""),t&&(At&&(t.cancelable&&t.preventDefault(),!o.dropBubble&&t.stopPropagation()),re&&re.parentNode&&re.parentNode.removeChild(re),(ye===ve||Ve&&Ve.lastPutMode!=="clone")&&we&&we.parentNode&&we.parentNode.removeChild(we),Y&&(this.nativeDraggable&&ue(Y,"dragend",this),ea(Y),Y.style["will-change"]="",At&&!at&&Ue(Y,Ve?Ve.options.ghostClass:this.options.ghostClass,!1),Ue(Y,this.options.chosenClass,!1),De({sortable:this,name:"unchoose",toEl:ve,newIndex:null,newDraggableIndex:null,originalEvent:t}),ye!==ve?(We>=0&&(De({rootEl:ve,name:"add",toEl:ve,fromEl:ye,originalEvent:t}),De({sortable:this,name:"remove",toEl:ve,originalEvent:t}),De({rootEl:ve,name:"sort",toEl:ve,fromEl:ye,originalEvent:t}),De({sortable:this,name:"sort",toEl:ve,originalEvent:t})),Ve&&Ve.save()):We!==ot&&We>=0&&(De({sortable:this,name:"update",toEl:ve,originalEvent:t}),De({sortable:this,name:"sort",toEl:ve,originalEvent:t})),J.active&&((We==null||We===-1)&&(We=ot,jn=Pt),De({sortable:this,name:"end",toEl:ve,originalEvent:t}),this.save()))),this._nulling()},_nulling:function(){$e("nulling",this),ye=Y=ve=re=In=we=wr=En=Hn=nn=At=We=jn=ot=Pt=lt=qt=Ve=br=J.dragged=J.ghost=J.clone=J.active=null,Br.forEach(function(t){t.checked=!0}),Br.length=Zo=Xo=0},handleEvent:function(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":Y&&(this._onDragOver(t),yp(t));break;case"selectstart":t.preventDefault();break}},toArray:function(){for(var t=[],r,o=this.el.children,a=0,i=o.length,c=this.options;a<i;a++)r=o[a],ln(r,c.draggable,this.el,!1)&&t.push(r.getAttribute(c.dataIdAttr)||Cp(r));return t},sort:function(t,r){var o={},a=this.el;this.toArray().forEach(function(i,c){var s=a.children[c];ln(s,this.options.draggable,a,!1)&&(o[i]=s)},this),r&&this.captureAnimationState(),t.forEach(function(i){o[i]&&(a.removeChild(o[i]),a.appendChild(o[i]))}),r&&this.animateAll()},save:function(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function(t,r){return ln(t,r||this.options.draggable,this.el,!1)},option:function(t,r){var o=this.options;if(r===void 0)return o[t];var a=Mt.modifyOption(this,t,r);typeof a!="undefined"?o[t]=a:o[t]=r,t==="group"&&vi(o)},destroy:function(){$e("destroy",this);var t=this.el;t[Ye]=null,ue(t,"mousedown",this._onTapStart),ue(t,"touchstart",this._onTapStart),ue(t,"pointerdown",this._onTapStart),this.nativeDraggable&&(ue(t,"dragover",this),ue(t,"dragenter",this)),Array.prototype.forEach.call(t.querySelectorAll("[draggable]"),function(r){r.removeAttribute("draggable")}),this._onDrop(),this._disableDelayedDragEvents(),zr.splice(zr.indexOf(this.el),1),this.el=t=null},_hideClone:function(){if(!En){if($e("hideClone",this),J.eventCanceled)return;ee(we,"display","none"),this.options.removeCloneOnHide&&we.parentNode&&we.parentNode.removeChild(we),En=!0}},_showClone:function(t){if(t.lastPutMode!=="clone"){this._hideClone();return}if(En){if($e("showClone",this),J.eventCanceled)return;Y.parentNode==ye&&!this.options.group.revertClone?ye.insertBefore(we,Y):In?ye.insertBefore(we,In):ye.appendChild(we),this.options.group.revertClone&&this.animate(Y,we),ee(we,"display",""),En=!1}}};function yp(n){n.dataTransfer&&(n.dataTransfer.dropEffect="move"),n.cancelable&&n.preventDefault()}function Vr(n,t,r,o,a,i,c,s){var d,l=n[Ye],u=l.options.onMove,m;return window.CustomEvent&&!bn&&!Vt?d=new CustomEvent("move",{bubbles:!0,cancelable:!0}):(d=document.createEvent("Event"),d.initEvent("move",!0,!0)),d.to=t,d.from=n,d.dragged=r,d.draggedRect=o,d.related=a||t,d.relatedRect=i||ke(t),d.willInsertAfter=s,d.originalEvent=c,n.dispatchEvent(d),u&&(m=u.call(l,d,c)),m}function ea(n){n.draggable=!1}function xp(){Jo=!1}function wp(n,t,r){var o=ke(tt(r.el,0,r.options,!0)),a=10;return t?n.clientX<o.left-a||n.clientY<o.top&&n.clientX<o.right:n.clientY<o.top-a||n.clientY<o.bottom&&n.clientX<o.left}function bp(n,t,r){var o=ke(Wo(r.el,r.options.draggable)),a=10;return t?n.clientX>o.right+a||n.clientX<=o.right&&n.clientY>o.bottom&&n.clientX>=o.left:n.clientX>o.right&&n.clientY>o.top||n.clientX<=o.right&&n.clientY>o.bottom+a}function vp(n,t,r,o,a,i,c,s){var d=o?n.clientY:n.clientX,l=o?r.height:r.width,u=o?r.top:r.left,m=o?r.bottom:r.right,h=!1;if(!c){if(s&&kr<l*a){if(!Tt&&(qt===1?d>u+l*i/2:d<m-l*i/2)&&(Tt=!0),Tt)h=!0;else if(qt===1?d<u+kr:d>m-kr)return-qt}else if(d>u+l*(1-a)/2&&d<m-l*(1-a)/2)return zp(t)}return h=h||c,h&&(d<u+l*i/2||d>m-l*i/2)?d>u+l/2?1:-1:0}function zp(n){return Xe(Y)<Xe(n)?1:-1}function Cp(n){for(var t=n.tagName+n.className+n.src+n.href+n.textContent,r=t.length,o=0;r--;)o+=t.charCodeAt(r);return o.toString(36)}function kp(n){Br.length=0;for(var t=n.getElementsByTagName("input"),r=t.length;r--;){var o=t[r];o.checked&&Br.push(o)}}function Sr(n){return setTimeout(n,0)}function na(n){return clearTimeout(n)}Er&&he(document,"touchmove",function(n){(J.active||at)&&n.cancelable&&n.preventDefault()}),J.utils={on:he,off:ue,css:ee,find:di,is:function(t,r){return!!ln(t,r,t,!1)},extend:ip,throttle:fi,closest:ln,toggleClass:Ue,clone:mi,index:Xe,nextTick:Sr,cancelNextTick:na,detectDirection:bi,getChild:tt},J.get=function(n){return n[Ye]},J.mount=function(){for(var n=arguments.length,t=new Array(n),r=0;r<n;r++)t[r]=arguments[r];t[0].constructor===Array&&(t=t[0]),t.forEach(function(o){if(!o.prototype||!o.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(o));o.utils&&(J.utils=an(an({},J.utils),o.utils)),Mt.mount(o)})},J.create=function(n,t){return new J(n,t)},J.version=op;var Ce=[],Dt,ta,ra=!1,oa,aa,Nr,Ft;function Bp(){function n(){this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0};for(var t in this)t.charAt(0)==="_"&&typeof this[t]=="function"&&(this[t]=this[t].bind(this))}return n.prototype={dragStarted:function(r){var o=r.originalEvent;this.sortable.nativeDraggable?he(document,"dragover",this._handleAutoScroll):this.options.supportPointer?he(document,"pointermove",this._handleFallbackAutoScroll):o.touches?he(document,"touchmove",this._handleFallbackAutoScroll):he(document,"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(r){var o=r.originalEvent;!this.options.dragOverBubble&&!o.rootEl&&this._handleAutoScroll(o)},drop:function(){this.sortable.nativeDraggable?ue(document,"dragover",this._handleAutoScroll):(ue(document,"pointermove",this._handleFallbackAutoScroll),ue(document,"touchmove",this._handleFallbackAutoScroll),ue(document,"mousemove",this._handleFallbackAutoScroll)),ki(),Mr(),sp()},nulling:function(){Nr=ta=Dt=ra=Ft=oa=aa=null,Ce.length=0},_handleFallbackAutoScroll:function(r){this._handleAutoScroll(r,!0)},_handleAutoScroll:function(r,o){var a=this,i=(r.touches?r.touches[0]:r).clientX,c=(r.touches?r.touches[0]:r).clientY,s=document.elementFromPoint(i,c);if(Nr=r,o||this.options.forceAutoScrollFallback||Vt||bn||St){la(r,this.options,s,o);var d=Bn(s,!0);ra&&(!Ft||i!==oa||c!==aa)&&(Ft&&ki(),Ft=setInterval(function(){var l=Bn(document.elementFromPoint(i,c),!0);l!==d&&(d=l,Mr()),la(r,a.options,l,o)},10),oa=i,aa=c)}else{if(!this.options.bubbleScroll||Bn(s,!0)===sn()){Mr();return}la(r,this.options,Bn(s,!1),!1)}}},xn(n,{pluginName:"scroll",initializeByDefault:!0})}function Mr(){Ce.forEach(function(n){clearInterval(n.pid)}),Ce=[]}function ki(){clearInterval(Ft)}var la=fi(function(n,t,r,o){if(t.scroll){var a=(n.touches?n.touches[0]:n).clientX,i=(n.touches?n.touches[0]:n).clientY,c=t.scrollSensitivity,s=t.scrollSpeed,d=sn(),l=!1,u;ta!==r&&(ta=r,Mr(),Dt=t.scroll,u=t.scrollFn,Dt===!0&&(Dt=Bn(r,!0)));var m=0,h=Dt;do{var f=h,p=ke(f),g=p.top,_=p.bottom,b=p.left,y=p.right,x=p.width,w=p.height,v=void 0,z=void 0,E=f.scrollWidth,N=f.scrollHeight,M=ee(f),C=f.scrollLeft,j=f.scrollTop;f===d?(v=x<E&&(M.overflowX==="auto"||M.overflowX==="scroll"||M.overflowX==="visible"),z=w<N&&(M.overflowY==="auto"||M.overflowY==="scroll"||M.overflowY==="visible")):(v=x<E&&(M.overflowX==="auto"||M.overflowX==="scroll"),z=w<N&&(M.overflowY==="auto"||M.overflowY==="scroll"));var I=v&&(Math.abs(y-a)<=c&&C+x<E)-(Math.abs(b-a)<=c&&!!C),k=z&&(Math.abs(_-i)<=c&&j+w<N)-(Math.abs(g-i)<=c&&!!j);if(!Ce[m])for(var B=0;B<=m;B++)Ce[B]||(Ce[B]={});(Ce[m].vx!=I||Ce[m].vy!=k||Ce[m].el!==f)&&(Ce[m].el=f,Ce[m].vx=I,Ce[m].vy=k,clearInterval(Ce[m].pid),(I!=0||k!=0)&&(l=!0,Ce[m].pid=setInterval(function(){o&&this.layer===0&&J.active._onTouchMove(Nr);var A=Ce[this.layer].vy?Ce[this.layer].vy*s:0,S=Ce[this.layer].vx?Ce[this.layer].vx*s:0;typeof u=="function"&&u.call(J.dragged.parentNode[Ye],S,A,n,Nr,Ce[this.layer].el)!=="continue"||gi(Ce[this.layer].el,S,A)}.bind({layer:m}),24))),m++}while(t.bubbleScroll&&h!==d&&(h=Bn(h,!1)));ra=l}},30),Bi=function(t){var r=t.originalEvent,o=t.putSortable,a=t.dragEl,i=t.activeSortable,c=t.dispatchSortableEvent,s=t.hideGhostForTarget,d=t.unhideGhostForTarget;if(r){var l=o||i;s();var u=r.changedTouches&&r.changedTouches.length?r.changedTouches[0]:r,m=document.elementFromPoint(u.clientX,u.clientY);d(),l&&!l.el.contains(m)&&(c("spill"),this.onSpill({dragEl:a,putSortable:o}))}};function ia(){}ia.prototype={startIndex:null,dragStart:function(t){var r=t.oldDraggableIndex;this.startIndex=r},onSpill:function(t){var r=t.dragEl,o=t.putSortable;this.sortable.captureAnimationState(),o&&o.captureAnimationState();var a=tt(this.sortable.el,this.startIndex,this.options);a?this.sortable.el.insertBefore(r,a):this.sortable.el.appendChild(r),this.sortable.animateAll(),o&&o.animateAll()},drop:Bi},xn(ia,{pluginName:"revertOnSpill"});function sa(){}sa.prototype={onSpill:function(t){var r=t.dragEl,o=t.putSortable,a=o||this.sortable;a.captureAnimationState(),r.parentNode&&r.parentNode.removeChild(r),a.animateAll()},drop:Bi},xn(sa,{pluginName:"removeOnSpill"}),J.mount(new Bp),J.mount(sa,ia);function Ep(n){const{containerRef:t,options:r,events:o,filterText:a,treeNodeSelector:i=".el-tree-v2__list"}=n;let c=null;const s=e.computed(()=>!(!r.enabled||a&&a.value)),d=()=>{var h,f,p,g,_,b;if(!t.value)return;let y=null;if(i!==".el-tree-v2__list"&&(y=t.value.querySelector(i)),!y){const w=['[role="tree"]',".el-tree-v2__wrapper",".el-tree-v2"];for(const v of w)if(y=t.value.querySelector(v),y){const z=y.querySelector('[role="treeitem"]');z&&(y=z.parentElement);break}}if(!y)return;const x={animation:(h=r.animation)!=null?h:150,handle:r.handle,group:r.group,sort:(f=r.sort)!=null?f:!0,ghostClass:(p=r.ghostClass)!=null?p:"sortable-ghost",chosenClass:(g=r.chosenClass)!=null?g:"sortable-chosen",dragClass:(_=r.dragClass)!=null?_:"sortable-drag",filter:r.filter,preventOnFilter:(b=r.preventOnFilter)!=null?b:!0,disabled:!s.value,forceFallback:!1,delay:0,delayOnTouchOnly:!1,draggable:'[role="treeitem"]',onStart:w=>{var v;(v=o.onStart)==null||v.call(o,w)},onEnd:w=>{var v;(v=o.onEnd)==null||v.call(o,w)},onMove:(w,v)=>{var z,E;return(E=(z=o.onMove)==null?void 0:z.call(o,w,v))!=null?E:!0},onUpdate:w=>{var v;(v=o.onUpdate)==null||v.call(o,w)},onAdd:w=>{var v;(v=o.onAdd)==null||v.call(o,w)},onRemove:w=>{var v;(v=o.onRemove)==null||v.call(o,w)},onChoose:w=>{var v;(v=o.onChoose)==null||v.call(o,w)},onUnchoose:w=>{var v;(v=o.onUnchoose)==null||v.call(o,w)}};try{c=J.create(y,x)}catch(w){}},l=()=>{c&&(c.destroy(),c=null)},u=()=>{c==null||c.option("disabled",!1)},m=()=>{c==null||c.option("disabled",!0)};return e.onMounted(()=>{s.value&&e.nextTick(()=>{setTimeout(()=>{d()},500)})}),e.watch(()=>s.value,h=>{h&&!c?e.nextTick(()=>{setTimeout(()=>{d()},500)}):c&&c.option("disabled",!h)}),e.onBeforeUnmount(()=>{l()}),{isDraggableEnabled:s,sortableInstance:e.computed(()=>c),destroy:l,enable:u,disable:m}}function jp(n,t={}){const{clearValidateOnOpen:r=!0,resetFieldsOnClose:o=!0,resetFieldsOnOpen:a=!1,onReset:i,onClearValidate:c}=t,s=e.ref(),d=async()=>{var u,m;await e.nextTick();try{(m=(u=s.value)==null?void 0:u.formInstance)==null||m.clearValidate(),c==null||c()}catch(h){console.warn("\u6E05\u9664\u8868\u5355\u9A8C\u8BC1\u72B6\u6001\u5931\u8D25:",h)}},l=async()=>{var u,m;await e.nextTick();try{(m=(u=s.value)==null?void 0:u.formInstance)==null||m.resetFields(),i==null||i()}catch(h){console.warn("\u91CD\u7F6E\u8868\u5355\u5B57\u6BB5\u5931\u8D25:",h)}};return e.watch(n,async(u,m)=>{u&&!m&&(a&&await l(),r&&await d()),!u&&m&&o&&await l()},{flush:"post"}),{formRef:s,clearValidate:d,resetFields:l}}const Vp=n=>{const t=n;return{label:t.realShortName||t.label||t.name||String(t.value),value:t.houseId||t.value||t.id}};function Sp(n){const{apiFn:t,searchParams:r={},pageSize:o=5,transform:a=Vp,dataPath:i={},searchField:c="realShortName"}=n,s=i.list||"data.result",d=i.total||"data.total",l=i.code||"code",u=e.ref(1),m=e.ref([]),h=e.ref(!0),f=e.ref(0),p=e.ref(!1),g=(x,w)=>{const v=w.split(".");let z=x;for(const E of v)if(z&&typeof z=="object"&&E in z)z=z[E];else return;return z},_=async({page:x,pageSize:w,keyword:v})=>{if(p.value)return{list:[],total:f.value,hasMore:h.value};try{p.value=!0;const z={...r,...v?{[c]:v}:{}},E=await t(z,x,w),N=g(E,l),M=g(E,s)||[],C=g(E,d)||M.length;if(N==="00000"||N===void 0){const j=M.map(a);return x===1?m.value=j:m.value=[...m.value,...j],f.value=C,h.value=x*w<f.value,u.value=x,{list:j,total:f.value,hasMore:h.value}}return{list:[],total:0,hasMore:!1}}catch(z){return console.error("\u5206\u9875\u52A0\u8F7D\u5931\u8D25:",z),{list:[],total:f.value,hasMore:!1}}finally{p.value=!1}};return{loadMore:_,options:m,currentPage:u,hasMore:h,total:f,loading:p,reload:async()=>{u.value=1,h.value=!0,m.value=[],f.value=0,await _({page:1,pageSize:o})},clear:()=>{u.value=1,h.value=!0,m.value=[],f.value=0}}}const Np={class:"plus-dialog-body"};var Mp=e.defineComponent({name:"PlusDialog",inheritAttrs:!1,__name:"index",props:{modelValue:{type:Boolean,default:!1},confirmText:{default:""},cancelText:{default:""},confirmLoading:{type:Boolean,default:!1},hasFooter:{type:Boolean,default:!0},footerAlign:{default:"right"},top:{default:"15vh"},width:{default:"460px"},title:{default:""}},emits:["update:modelValue","cancel","confirm"],setup(n,{emit:t}){const r=n,o=t,a=e.computed(()=>({justifyContent:r.footerAlign==="left"?"flex-start":r.footerAlign==="center"?"center":"flex-end"})),i=e.ref(!1),{t:c}=Te();e.watchEffect(()=>{i.value=r.modelValue});const s=()=>{o("confirm")},d=()=>{o("update:modelValue",!1),o("cancel")};return(l,u)=>(e.openBlock(),e.createBlock(e.unref(T.ElDialog),e.mergeProps({modelValue:i.value,"onUpdate:modelValue":u[0]||(u[0]=m=>i.value=m),top:l.top,width:l.width,title:l.title||e.unref(c)("plus.dialog.title"),"close-on-click-modal":!1,"close-on-press-escape":!1,"append-to-body":!1,"before-close":d,class:"plus-dialog"},l.$attrs),e.createSlots({default:e.withCtx(()=>[e.createElementVNode("div",Np,[e.renderSlot(l.$slots,"default")])]),_:2},[l.$slots.header?{name:"header",fn:e.withCtx(()=>[e.renderSlot(l.$slots,"header")]),key:"0"}:void 0,l.hasFooter?{name:"footer",fn:e.withCtx(()=>[e.createElementVNode("div",{class:"plus-dialog-footer",style:e.normalizeStyle(a.value)},[e.renderSlot(l.$slots,"footer",{},()=>[e.createVNode(e.unref(T.ElButton),{onClick:d},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(l.cancelText||e.unref(c)("plus.dialog.cancelText")),1)]),_:1}),e.createVNode(e.unref(T.ElButton),{type:"primary",loading:l.confirmLoading,onClick:s},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(l.confirmText||e.unref(c)("plus.dialog.confirmText")),1)]),_:1},8,["loading"])])],4)]),key:"1"}:void 0]),1040,["modelValue","top","width","title"]))}}),ne=(n,t)=>{const r=n.__vccOpts||n;for(const[o,a]of t)r[o]=a;return r},Pp=ne(Mp,[["__file","index.vue"]]);const Pr=Pp,Ap=e.createElementVNode("span",null,null,-1),qp=e.createElementVNode("span",null,null,-1);var Tp=e.defineComponent({name:"PlusPagination",__name:"index",props:{modelValue:{default:()=>({...yn})},total:{default:0},pageSizeList:{default:()=>[...Lo]},align:{default:"right"}},emits:["update:modelValue","change","size-change","current-change"],setup(n,{emit:t}){const r=n,o=t,a=e.ref({...yn});e.watchEffect(()=>{a.value={...r.modelValue}});const i=()=>{o("update:modelValue",a.value),o("change",a.value)},c=d=>{a.value.pageSize=d,a.value.page=1,i(),o("size-change",d)},s=d=>{a.value.page=d,i(),o("current-change",d)};return(d,l)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["plus-pagination",[`plus-pagination--${d.align}`]])},[d.align==="right"||d.align==="center"?e.renderSlot(d.$slots,"pagination-left",{key:0},()=>[Ap]):e.createCommentVNode("v-if",!0),e.createVNode(e.unref(T.ElPagination),e.mergeProps({layout:"total, sizes, prev, pager, next, jumper",background:!1,"current-page":a.value.page,"page-size":a.value.pageSize,total:d.total,"page-sizes":d.pageSizeList},d.$attrs,{onSizeChange:c,onCurrentChange:s}),null,16,["current-page","page-size","total","page-sizes"]),d.align==="left"||d.align==="center"?e.renderSlot(d.$slots,"pagination-right",{key:1},()=>[qp]):e.createCommentVNode("v-if",!0)],2))}}),Dp=ne(Tp,[["__file","index.vue"]]);const ca=Dp;var Fp=e.defineComponent({name:"PlusRadio",__name:"index",props:{modelValue:{type:[String,Number,Boolean],default:""},options:{default:()=>[]},isCancel:{type:Boolean,default:!0},fieldSlots:{default:void 0},fieldChildrenSlot:{type:Function,default:void 0}},emits:["change","update:modelValue"],setup(n,{expose:t,emit:r}){const o=n,a=r,i=e.ref(),c=e.ref(),s=e.reactive({radio:""});e.watch(()=>o.modelValue,m=>{s.radio=m},{immediate:!0});const d=e.useAttrs(),l=(m,h,f)=>{if(!(Reflect.get(d,"disabled")||f!=null&&f.disabled)){if(o.isCancel)m.preventDefault();else return;s.radio=s.radio===h?"":h,a("update:modelValue",s.radio),a("change",s.radio)}},u=m=>{o.isCancel||(a("update:modelValue",m),a("change",m))};return t({radioInstance:i,radioGroupInstance:c}),(m,h)=>(e.openBlock(),e.createBlock(e.unref(T.ElRadioGroup),e.mergeProps({ref_key:"radioGroupInstance",ref:c,modelValue:s.radio,"onUpdate:modelValue":h[0]||(h[0]=f=>s.radio=f),class:"plus-radio"},m.$attrs),e.createSlots({default:e.withCtx(()=>[e.unref(Io)?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(m.options,f=>(e.openBlock(),e.createBlock(e.unref(T.ElRadio),e.mergeProps({key:`${f.label}${f.value}`,ref_for:!0,ref_key:"radioInstance",ref:i,label:f.value},e.unref(K)(f.fieldItemProps)?f.fieldItemProps(f):f.fieldItemProps,{onClick:p=>l(p,f.value,e.unref(K)(f.fieldItemProps)?f.fieldItemProps(f):f.fieldItemProps),onChange:p=>u(f.value)}),{default:e.withCtx(()=>[e.unref(K)(f.fieldSlot)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(f.fieldSlot),e.mergeProps({key:0,"model-value":s.radio,column:o},f),null,16,["model-value"])):e.unref(K)(m.fieldChildrenSlot)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(m.fieldChildrenSlot),e.mergeProps({key:1,"model-value":s.radio,column:o},f),null,16,["model-value"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createTextVNode(e.toDisplayString(f==null?void 0:f.label),1)],64))]),_:2},1040,["label","onClick","onChange"]))),128)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createCommentVNode(" element-plus \u7248\u672C\u53F7\u5927\u4E8E\u7B49\u4E8E2.6.0 "),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m.options,f=>(e.openBlock(),e.createBlock(e.unref(T.ElRadio),e.mergeProps({key:`${f.label}${f.value}`,ref_for:!0,ref_key:"radioInstance",ref:i,value:f.value},e.unref(K)(f.fieldItemProps)?f.fieldItemProps(f):f.fieldItemProps,{onClick:p=>l(p,f.value,e.unref(K)(f.fieldItemProps)?f.fieldItemProps(f):f.fieldItemProps),onChange:p=>u(f.value)}),{default:e.withCtx(()=>[e.unref(K)(f.fieldSlot)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(f.fieldSlot),e.mergeProps({key:0,"model-value":s.radio,column:o},f),null,16,["model-value"])):e.unref(K)(m.fieldChildrenSlot)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(m.fieldChildrenSlot),e.mergeProps({key:1,"model-value":s.radio,column:o},f),null,16,["model-value"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createTextVNode(e.toDisplayString(f==null?void 0:f.label),1)],64))]),_:2},1040,["value","onClick","onChange"]))),128))],64))]),_:2},[e.renderList(m.fieldSlots,(f,p)=>({name:p,fn:e.withCtx(g=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(f),e.normalizeProps(e.guardReactiveProps(g)),null,16))])}))]),1040,["modelValue"]))}}),Ip=ne(Fp,[["__file","index.vue"]]);const Ar=Ip;/*! Element Plus Icons Vue v2.3.1 */var Hp=e.defineComponent({name:"AddLocation",__name:"add-location",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),e.createElementVNode("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),e.createElementVNode("path",{fill:"currentColor",d:"M544 384h96a32 32 0 1 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96v-96a32 32 0 0 1 64 0z"})]))}}),$p=Hp,Lp=e.defineComponent({name:"Aim",__name:"aim",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 96a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V128a32 32 0 0 1 32-32m0 576a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V704a32 32 0 0 1 32-32M96 512a32 32 0 0 1 32-32h192a32 32 0 0 1 0 64H128a32 32 0 0 1-32-32m576 0a32 32 0 0 1 32-32h192a32 32 0 1 1 0 64H704a32 32 0 0 1-32-32"})]))}}),Op=Lp,Rp=e.defineComponent({name:"AlarmClock",__name:"alarm-clock",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 832a320 320 0 1 0 0-640 320 320 0 0 0 0 640m0 64a384 384 0 1 1 0-768 384 384 0 0 1 0 768"}),e.createElementVNode("path",{fill:"currentColor",d:"m292.288 824.576 55.424 32-48 83.136a32 32 0 1 1-55.424-32zm439.424 0-55.424 32 48 83.136a32 32 0 1 0 55.424-32zM512 512h160a32 32 0 1 1 0 64H480a32 32 0 0 1-32-32V320a32 32 0 0 1 64 0zM90.496 312.256A160 160 0 0 1 312.32 90.496l-46.848 46.848a96 96 0 0 0-128 128L90.56 312.256zm835.264 0A160 160 0 0 0 704 90.496l46.848 46.848a96 96 0 0 1 128 128z"})]))}}),Up=Rp,Yp=e.defineComponent({name:"Apple",__name:"apple",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M599.872 203.776a189.44 189.44 0 0 1 64.384-4.672l2.624.128c31.168 1.024 51.2 4.096 79.488 16.32 37.632 16.128 74.496 45.056 111.488 89.344 96.384 115.264 82.752 372.8-34.752 521.728-7.68 9.728-32 41.6-30.72 39.936a426.624 426.624 0 0 1-30.08 35.776c-31.232 32.576-65.28 49.216-110.08 50.048-31.36.64-53.568-5.312-84.288-18.752l-6.528-2.88c-20.992-9.216-30.592-11.904-47.296-11.904-18.112 0-28.608 2.88-51.136 12.672l-6.464 2.816c-28.416 12.224-48.32 18.048-76.16 19.2-74.112 2.752-116.928-38.08-180.672-132.16-96.64-142.08-132.608-349.312-55.04-486.4 46.272-81.92 129.92-133.632 220.672-135.04 32.832-.576 60.288 6.848 99.648 22.72 27.136 10.88 34.752 13.76 37.376 14.272 16.256-20.16 27.776-36.992 34.56-50.24 13.568-26.304 27.2-59.968 40.704-100.8a32 32 0 1 1 60.8 20.224c-12.608 37.888-25.408 70.4-38.528 97.664zm-51.52 78.08c-14.528 17.792-31.808 37.376-51.904 58.816a32 32 0 1 1-46.72-43.776l12.288-13.248c-28.032-11.2-61.248-26.688-95.68-26.112-70.4 1.088-135.296 41.6-171.648 105.792C121.6 492.608 176 684.16 247.296 788.992c34.816 51.328 76.352 108.992 130.944 106.944 52.48-2.112 72.32-34.688 135.872-34.688 63.552 0 81.28 34.688 136.96 33.536 56.448-1.088 75.776-39.04 126.848-103.872 107.904-136.768 107.904-362.752 35.776-449.088-72.192-86.272-124.672-84.096-151.68-85.12-41.472-4.288-81.6 12.544-113.664 25.152z"})]))}}),Wp=Yp,Gp=e.defineComponent({name:"ArrowDownBold",__name:"arrow-down-bold",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M104.704 338.752a64 64 0 0 1 90.496 0l316.8 316.8 316.8-316.8a64 64 0 0 1 90.496 90.496L557.248 791.296a64 64 0 0 1-90.496 0L104.704 429.248a64 64 0 0 1 0-90.496z"})]))}}),Ei=Gp,Kp=e.defineComponent({name:"ArrowDown",__name:"arrow-down",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z"})]))}}),ua=Kp,Zp=e.defineComponent({name:"ArrowLeftBold",__name:"arrow-left-bold",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M685.248 104.704a64 64 0 0 1 0 90.496L368.448 512l316.8 316.8a64 64 0 0 1-90.496 90.496L232.704 557.248a64 64 0 0 1 0-90.496l362.048-362.048a64 64 0 0 1 90.496 0z"})]))}}),Xp=Zp,Qp=e.defineComponent({name:"ArrowLeft",__name:"arrow-left",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z"})]))}}),Jp=Qp,ef=e.defineComponent({name:"ArrowRightBold",__name:"arrow-right-bold",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M338.752 104.704a64 64 0 0 0 0 90.496l316.8 316.8-316.8 316.8a64 64 0 0 0 90.496 90.496l362.048-362.048a64 64 0 0 0 0-90.496L429.248 104.704a64 64 0 0 0-90.496 0z"})]))}}),nf=ef,tf=e.defineComponent({name:"ArrowRight",__name:"arrow-right",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z"})]))}}),rf=tf,of=e.defineComponent({name:"ArrowUpBold",__name:"arrow-up-bold",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M104.704 685.248a64 64 0 0 0 90.496 0l316.8-316.8 316.8 316.8a64 64 0 0 0 90.496-90.496L557.248 232.704a64 64 0 0 0-90.496 0L104.704 594.752a64 64 0 0 0 0 90.496z"})]))}}),af=of,lf=e.defineComponent({name:"ArrowUp",__name:"arrow-up",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m488.832 344.32-339.84 356.672a32 32 0 0 0 0 44.16l.384.384a29.44 29.44 0 0 0 42.688 0l320-335.872 319.872 335.872a29.44 29.44 0 0 0 42.688 0l.384-.384a32 32 0 0 0 0-44.16L535.168 344.32a32 32 0 0 0-46.336 0"})]))}}),ji=lf,sf=e.defineComponent({name:"Avatar",__name:"avatar",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M628.736 528.896A416 416 0 0 1 928 928H96a415.872 415.872 0 0 1 299.264-399.104L512 704zM720 304a208 208 0 1 1-416 0 208 208 0 0 1 416 0"})]))}}),cf=sf,uf=e.defineComponent({name:"Back",__name:"back",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M224 480h640a32 32 0 1 1 0 64H224a32 32 0 0 1 0-64"}),e.createElementVNode("path",{fill:"currentColor",d:"m237.248 512 265.408 265.344a32 32 0 0 1-45.312 45.312l-288-288a32 32 0 0 1 0-45.312l288-288a32 32 0 1 1 45.312 45.312z"})]))}}),df=uf,hf=e.defineComponent({name:"Baseball",__name:"baseball",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M195.2 828.8a448 448 0 1 1 633.6-633.6 448 448 0 0 1-633.6 633.6zm45.248-45.248a384 384 0 1 0 543.104-543.104 384 384 0 0 0-543.104 543.104"}),e.createElementVNode("path",{fill:"currentColor",d:"M497.472 96.896c22.784 4.672 44.416 9.472 64.896 14.528a256.128 256.128 0 0 0 350.208 350.208c5.056 20.48 9.856 42.112 14.528 64.896A320.128 320.128 0 0 1 497.472 96.896zM108.48 491.904a320.128 320.128 0 0 1 423.616 423.68c-23.04-3.648-44.992-7.424-65.728-11.52a256.128 256.128 0 0 0-346.496-346.432 1736.64 1736.64 0 0 1-11.392-65.728z"})]))}}),pf=hf,ff=e.defineComponent({name:"Basketball",__name:"basketball",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M778.752 788.224a382.464 382.464 0 0 0 116.032-245.632 256.512 256.512 0 0 0-241.728-13.952 762.88 762.88 0 0 1 125.696 259.584zm-55.04 44.224a699.648 699.648 0 0 0-125.056-269.632 256.128 256.128 0 0 0-56.064 331.968 382.72 382.72 0 0 0 181.12-62.336m-254.08 61.248A320.128 320.128 0 0 1 557.76 513.6a715.84 715.84 0 0 0-48.192-48.128 320.128 320.128 0 0 1-379.264 88.384 382.4 382.4 0 0 0 110.144 229.696 382.4 382.4 0 0 0 229.184 110.08zM129.28 481.088a256.128 256.128 0 0 0 331.072-56.448 699.648 699.648 0 0 0-268.8-124.352 382.656 382.656 0 0 0-62.272 180.8m106.56-235.84a762.88 762.88 0 0 1 258.688 125.056 256.512 256.512 0 0 0-13.44-241.088A382.464 382.464 0 0 0 235.84 245.248zm318.08-114.944c40.576 89.536 37.76 193.92-8.448 281.344a779.84 779.84 0 0 1 66.176 66.112 320.832 320.832 0 0 1 282.112-8.128 382.4 382.4 0 0 0-110.144-229.12 382.4 382.4 0 0 0-229.632-110.208zM828.8 828.8a448 448 0 1 1-633.6-633.6 448 448 0 0 1 633.6 633.6"})]))}}),gf=ff,mf=e.defineComponent({name:"BellFilled",__name:"bell-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M640 832a128 128 0 0 1-256 0zm192-64H134.4a38.4 38.4 0 0 1 0-76.8H192V448c0-154.88 110.08-284.16 256.32-313.6a64 64 0 1 1 127.36 0A320.128 320.128 0 0 1 832 448v243.2h57.6a38.4 38.4 0 0 1 0 76.8z"})]))}}),_f=mf,yf=e.defineComponent({name:"Bell",__name:"bell",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a64 64 0 0 1 64 64v64H448v-64a64 64 0 0 1 64-64"}),e.createElementVNode("path",{fill:"currentColor",d:"M256 768h512V448a256 256 0 1 0-512 0zm256-640a320 320 0 0 1 320 320v384H192V448a320 320 0 0 1 320-320"}),e.createElementVNode("path",{fill:"currentColor",d:"M96 768h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32m352 128h128a64 64 0 0 1-128 0"})]))}}),xf=yf,wf=e.defineComponent({name:"Bicycle",__name:"bicycle",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256m0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384"}),e.createElementVNode("path",{fill:"currentColor",d:"M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),e.createElementVNode("path",{fill:"currentColor",d:"M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256m0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384"}),e.createElementVNode("path",{fill:"currentColor",d:"M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384z"}),e.createElementVNode("path",{fill:"currentColor",d:"m373.376 599.808-42.752-47.616 320-288 42.752 47.616z"})]))}}),bf=wf,vf=e.defineComponent({name:"BottomLeft",__name:"bottom-left",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0z"}),e.createElementVNode("path",{fill:"currentColor",d:"M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312l-544 544z"})]))}}),zf=vf,Cf=e.defineComponent({name:"BottomRight",__name:"bottom-right",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416z"}),e.createElementVNode("path",{fill:"currentColor",d:"M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312z"})]))}}),kf=Cf,Bf=e.defineComponent({name:"Bottom",__name:"bottom",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z"})]))}}),Ef=Bf,jf=e.defineComponent({name:"Bowl",__name:"bowl",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M714.432 704a351.744 351.744 0 0 0 148.16-256H161.408a351.744 351.744 0 0 0 148.16 256zM288 766.592A415.68 415.68 0 0 1 96 416a32 32 0 0 1 32-32h768a32 32 0 0 1 32 32 415.68 415.68 0 0 1-192 350.592V832a64 64 0 0 1-64 64H352a64 64 0 0 1-64-64zM493.248 320h-90.496l254.4-254.4a32 32 0 1 1 45.248 45.248zm187.328 0h-128l269.696-155.712a32 32 0 0 1 32 55.424zM352 768v64h320v-64z"})]))}}),Vf=jf,Sf=e.defineComponent({name:"Box",__name:"box",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M317.056 128 128 344.064V896h768V344.064L706.944 128zm-14.528-64h418.944a32 32 0 0 1 24.064 10.88l206.528 236.096A32 32 0 0 1 960 332.032V928a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V332.032a32 32 0 0 1 7.936-21.12L278.4 75.008A32 32 0 0 1 302.528 64z"}),e.createElementVNode("path",{fill:"currentColor",d:"M64 320h896v64H64z"}),e.createElementVNode("path",{fill:"currentColor",d:"M448 327.872V640h128V327.872L526.08 128h-28.16zM448 64h128l64 256v352a32 32 0 0 1-32 32H416a32 32 0 0 1-32-32V320z"})]))}}),Nf=Sf,Mf=e.defineComponent({name:"Briefcase",__name:"briefcase",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M320 320V128h384v192h192v192H128V320zM128 576h768v320H128zm256-256h256.064V192H384z"})]))}}),Pf=Mf,Af=e.defineComponent({name:"BrushFilled",__name:"brush-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M608 704v160a96 96 0 0 1-192 0V704h-96a128 128 0 0 1-128-128h640a128 128 0 0 1-128 128zM192 512V128.064h640V512z"})]))}}),qf=Af,Tf=e.defineComponent({name:"Brush",__name:"brush",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M896 448H128v192a64 64 0 0 0 64 64h192v192h256V704h192a64 64 0 0 0 64-64zm-770.752-64c0-47.552 5.248-90.24 15.552-128 14.72-54.016 42.496-107.392 83.2-160h417.28l-15.36 70.336L736 96h211.2c-24.832 42.88-41.92 96.256-51.2 160a663.872 663.872 0 0 0-6.144 128H960v256a128 128 0 0 1-128 128H704v160a32 32 0 0 1-32 32H352a32 32 0 0 1-32-32V768H192A128 128 0 0 1 64 640V384h61.248zm64 0h636.544c-2.048-45.824.256-91.584 6.848-137.216 4.48-30.848 10.688-59.776 18.688-86.784h-96.64l-221.12 141.248L561.92 160H256.512c-25.856 37.888-43.776 75.456-53.952 112.832-8.768 32.064-13.248 69.12-13.312 111.168z"})]))}}),Df=Tf,Ff=e.defineComponent({name:"Burger",__name:"burger",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M160 512a32 32 0 0 0-32 32v64a32 32 0 0 0 30.08 32H864a32 32 0 0 0 32-32v-64a32 32 0 0 0-32-32zm736-58.56A96 96 0 0 1 960 544v64a96 96 0 0 1-51.968 85.312L855.36 833.6a96 96 0 0 1-89.856 62.272H258.496A96 96 0 0 1 168.64 833.6l-52.608-140.224A96 96 0 0 1 64 608v-64a96 96 0 0 1 64-90.56V448a384 384 0 1 1 768 5.44M832 448a320 320 0 0 0-640 0zM512 704H188.352l40.192 107.136a32 32 0 0 0 29.952 20.736h507.008a32 32 0 0 0 29.952-20.736L835.648 704z"})]))}}),If=Ff,Hf=e.defineComponent({name:"Calendar",__name:"calendar",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M128 384v512h768V192H768v32a32 32 0 1 1-64 0v-32H320v32a32 32 0 0 1-64 0v-32H128v128h768v64zm192-256h384V96a32 32 0 1 1 64 0v32h160a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h160V96a32 32 0 0 1 64 0zm-32 384h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64m0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64m192-192h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64m0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64m192-192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64m0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64"})]))}}),$f=Hf,Lf=e.defineComponent({name:"CameraFilled",__name:"camera-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M160 224a64 64 0 0 0-64 64v512a64 64 0 0 0 64 64h704a64 64 0 0 0 64-64V288a64 64 0 0 0-64-64H748.416l-46.464-92.672A64 64 0 0 0 644.736 96H379.328a64 64 0 0 0-57.216 35.392L275.776 224zm352 435.2a115.2 115.2 0 1 0 0-230.4 115.2 115.2 0 0 0 0 230.4m0 140.8a256 256 0 1 1 0-512 256 256 0 0 1 0 512"})]))}}),Of=Lf,Rf=e.defineComponent({name:"Camera",__name:"camera",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M896 256H128v576h768zm-199.424-64-32.064-64h-304.96l-32 64zM96 192h160l46.336-92.608A64 64 0 0 1 359.552 64h304.96a64 64 0 0 1 57.216 35.328L768.192 192H928a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32m416 512a160 160 0 1 0 0-320 160 160 0 0 0 0 320m0 64a224 224 0 1 1 0-448 224 224 0 0 1 0 448"})]))}}),Uf=Rf,Yf=e.defineComponent({name:"CaretBottom",__name:"caret-bottom",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m192 384 320 384 320-384z"})]))}}),Wf=Yf,Gf=e.defineComponent({name:"CaretLeft",__name:"caret-left",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M672 192 288 511.936 672 832z"})]))}}),Kf=Gf,Zf=e.defineComponent({name:"CaretRight",__name:"caret-right",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M384 192v640l384-320.064z"})]))}}),Xf=Zf,Qf=e.defineComponent({name:"CaretTop",__name:"caret-top",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 320 192 704h639.936z"})]))}}),Jf=Qf,eg=e.defineComponent({name:"Cellphone",__name:"cellphone",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M256 128a64 64 0 0 0-64 64v640a64 64 0 0 0 64 64h512a64 64 0 0 0 64-64V192a64 64 0 0 0-64-64zm0-64h512a128 128 0 0 1 128 128v640a128 128 0 0 1-128 128H256a128 128 0 0 1-128-128V192A128 128 0 0 1 256 64m128 128h256a32 32 0 1 1 0 64H384a32 32 0 0 1 0-64m128 640a64 64 0 1 1 0-128 64 64 0 0 1 0 128"})]))}}),ng=eg,tg=e.defineComponent({name:"ChatDotRound",__name:"chat-dot-round",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m174.72 855.68 135.296-45.12 23.68 11.84C388.096 849.536 448.576 864 512 864c211.84 0 384-166.784 384-352S723.84 160 512 160 128 326.784 128 512c0 69.12 24.96 139.264 70.848 199.232l22.08 28.8-46.272 115.584zm-45.248 82.56A32 32 0 0 1 89.6 896l58.368-145.92C94.72 680.32 64 596.864 64 512 64 299.904 256 96 512 96s448 203.904 448 416-192 416-448 416a461.056 461.056 0 0 1-206.912-48.384l-175.616 58.56z"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 563.2a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4m192 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4m-384 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4"})]))}}),rg=tg,og=e.defineComponent({name:"ChatDotSquare",__name:"chat-dot-square",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64v570.88zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 499.2a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4zm192 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4zm-384 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4z"})]))}}),ag=og,lg=e.defineComponent({name:"ChatLineRound",__name:"chat-line-round",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m174.72 855.68 135.296-45.12 23.68 11.84C388.096 849.536 448.576 864 512 864c211.84 0 384-166.784 384-352S723.84 160 512 160 128 326.784 128 512c0 69.12 24.96 139.264 70.848 199.232l22.08 28.8-46.272 115.584zm-45.248 82.56A32 32 0 0 1 89.6 896l58.368-145.92C94.72 680.32 64 596.864 64 512 64 299.904 256 96 512 96s448 203.904 448 416-192 416-448 416a461.056 461.056 0 0 1-206.912-48.384l-175.616 58.56z"}),e.createElementVNode("path",{fill:"currentColor",d:"M352 576h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m32-192h256q32 0 32 32t-32 32H384q-32 0-32-32t32-32"})]))}}),ig=lg,sg=e.defineComponent({name:"ChatLineSquare",__name:"chat-line-square",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M160 826.88 273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"}),e.createElementVNode("path",{fill:"currentColor",d:"M352 512h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m0-192h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32"})]))}}),cg=sg,ug=e.defineComponent({name:"ChatRound",__name:"chat-round",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m174.72 855.68 130.048-43.392 23.424 11.392C382.4 849.984 444.352 864 512 864c223.744 0 384-159.872 384-352 0-192.832-159.104-352-384-352S128 319.168 128 512a341.12 341.12 0 0 0 69.248 204.288l21.632 28.8-44.16 110.528zm-45.248 82.56A32 32 0 0 1 89.6 896l56.512-141.248A405.12 405.12 0 0 1 64 512C64 299.904 235.648 96 512 96s448 203.904 448 416-173.44 416-448 416c-79.68 0-150.848-17.152-211.712-46.72l-170.88 56.96z"})]))}}),dg=ug,hg=e.defineComponent({name:"ChatSquare",__name:"chat-square",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64v570.88zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"})]))}}),pg=hg,fg=e.defineComponent({name:"Check",__name:"check",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M406.656 706.944 195.84 496.256a32 32 0 1 0-45.248 45.248l256 256 512-512a32 32 0 0 0-45.248-45.248L406.592 706.944z"})]))}}),gg=fg,mg=e.defineComponent({name:"Checked",__name:"checked",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M704 192h160v736H160V192h160.064v64H704zM311.616 537.28l-45.312 45.248L447.36 763.52l316.8-316.8-45.312-45.184L447.36 673.024zM384 192V96h256v96z"})]))}}),_g=mg,yg=e.defineComponent({name:"Cherry",__name:"cherry",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M261.056 449.6c13.824-69.696 34.88-128.96 63.36-177.728 23.744-40.832 61.12-88.64 112.256-143.872H320a32 32 0 0 1 0-64h384a32 32 0 1 1 0 64H554.752c14.912 39.168 41.344 86.592 79.552 141.76 47.36 68.48 84.8 106.752 106.304 114.304a224 224 0 1 1-84.992 14.784c-22.656-22.912-47.04-53.76-73.92-92.608-38.848-56.128-67.008-105.792-84.352-149.312-55.296 58.24-94.528 107.52-117.76 147.2-23.168 39.744-41.088 88.768-53.568 147.072a224.064 224.064 0 1 1-64.96-1.6zM288 832a160 160 0 1 0 0-320 160 160 0 0 0 0 320m448-64a160 160 0 1 0 0-320 160 160 0 0 0 0 320"})]))}}),xg=yg,wg=e.defineComponent({name:"Chicken",__name:"chicken",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M349.952 716.992 478.72 588.16a106.688 106.688 0 0 1-26.176-19.072 106.688 106.688 0 0 1-19.072-26.176L304.704 671.744c.768 3.072 1.472 6.144 2.048 9.216l2.048 31.936 31.872 1.984c3.136.64 6.208 1.28 9.28 2.112zm57.344 33.152a128 128 0 1 1-216.32 114.432l-1.92-32-32-1.92a128 128 0 1 1 114.432-216.32L416.64 469.248c-2.432-101.44 58.112-239.104 149.056-330.048 107.328-107.328 231.296-85.504 316.8 0 85.44 85.44 107.328 209.408 0 316.8-91.008 90.88-228.672 151.424-330.112 149.056L407.296 750.08zm90.496-226.304c49.536 49.536 233.344-7.04 339.392-113.088 78.208-78.208 63.232-163.072 0-226.304-63.168-63.232-148.032-78.208-226.24 0C504.896 290.496 448.32 474.368 497.792 523.84M244.864 708.928a64 64 0 1 0-59.84 59.84l56.32-3.52zm8.064 127.68a64 64 0 1 0 59.84-59.84l-56.32 3.52-3.52 56.32z"})]))}}),bg=wg,vg=e.defineComponent({name:"ChromeFilled",__name:"chrome-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M938.67 512.01c0-44.59-6.82-87.6-19.54-128H682.67a212.372 212.372 0 0 1 42.67 128c.06 38.71-10.45 76.7-30.42 109.87l-182.91 316.8c235.65-.01 426.66-191.02 426.66-426.67z"}),e.createElementVNode("path",{fill:"currentColor",d:"M576.79 401.63a127.92 127.92 0 0 0-63.56-17.6c-22.36-.22-44.39 5.43-63.89 16.38s-35.79 26.82-47.25 46.02a128.005 128.005 0 0 0-2.16 127.44l1.24 2.13a127.906 127.906 0 0 0 46.36 46.61 127.907 127.907 0 0 0 63.38 17.44c22.29.2 44.24-5.43 63.68-16.33a127.94 127.94 0 0 0 47.16-45.79v-.01l1.11-1.92a127.984 127.984 0 0 0 .29-127.46 127.957 127.957 0 0 0-46.36-46.91"}),e.createElementVNode("path",{fill:"currentColor",d:"M394.45 333.96A213.336 213.336 0 0 1 512 298.67h369.58A426.503 426.503 0 0 0 512 85.34a425.598 425.598 0 0 0-171.74 35.98 425.644 425.644 0 0 0-142.62 102.22l118.14 204.63a213.397 213.397 0 0 1 78.67-94.21m117.56 604.72H512zm-97.25-236.73a213.284 213.284 0 0 1-89.54-86.81L142.48 298.6c-36.35 62.81-57.13 135.68-57.13 213.42 0 203.81 142.93 374.22 333.95 416.55h.04l118.19-204.71a213.315 213.315 0 0 1-122.77-21.91z"})]))}}),zg=vg,Cg=e.defineComponent({name:"CircleCheckFilled",__name:"circle-check-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"})]))}}),kg=Cg,Bg=e.defineComponent({name:"CircleCheck",__name:"circle-check",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),e.createElementVNode("path",{fill:"currentColor",d:"M745.344 361.344a32 32 0 0 1 45.312 45.312l-288 288a32 32 0 0 1-45.312 0l-160-160a32 32 0 1 1 45.312-45.312L480 626.752l265.344-265.408z"})]))}}),Eg=Bg,jg=e.defineComponent({name:"CircleCloseFilled",__name:"circle-close-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 393.664L407.936 353.6a38.4 38.4 0 1 0-54.336 54.336L457.664 512 353.6 616.064a38.4 38.4 0 1 0 54.336 54.336L512 566.336 616.064 670.4a38.4 38.4 0 1 0 54.336-54.336L566.336 512 670.4 407.936a38.4 38.4 0 1 0-54.336-54.336z"})]))}}),Vg=jg,Sg=e.defineComponent({name:"CircleClose",__name:"circle-close",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248z"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),Ng=Sg,Mg=e.defineComponent({name:"CirclePlusFilled",__name:"circle-plus-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-38.4 409.6H326.4a38.4 38.4 0 1 0 0 76.8h147.2v147.2a38.4 38.4 0 0 0 76.8 0V550.4h147.2a38.4 38.4 0 0 0 0-76.8H550.4V326.4a38.4 38.4 0 1 0-76.8 0v147.2z"})]))}}),Pg=Mg,Ag=e.defineComponent({name:"CirclePlus",__name:"circle-plus",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64"}),e.createElementVNode("path",{fill:"currentColor",d:"M480 672V352a32 32 0 1 1 64 0v320a32 32 0 0 1-64 0"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),qg=Ag,Tg=e.defineComponent({name:"Clock",__name:"clock",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),e.createElementVNode("path",{fill:"currentColor",d:"M480 256a32 32 0 0 1 32 32v256a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"}),e.createElementVNode("path",{fill:"currentColor",d:"M480 512h256q32 0 32 32t-32 32H480q-32 0-32-32t32-32"})]))}}),Dg=Tg,Fg=e.defineComponent({name:"CloseBold",__name:"close-bold",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496z"})]))}}),Ig=Fg,Hg=e.defineComponent({name:"Close",__name:"close",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"})]))}}),Vi=Hg,$g=e.defineComponent({name:"Cloudy",__name:"cloudy",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M598.4 831.872H328.192a256 256 0 0 1-34.496-510.528A352 352 0 1 1 598.4 831.872m-271.36-64h272.256a288 288 0 1 0-248.512-417.664L335.04 381.44l-34.816 3.584a192 192 0 0 0 26.88 382.848z"})]))}}),Lg=$g,Og=e.defineComponent({name:"CoffeeCup",__name:"coffee-cup",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M768 192a192 192 0 1 1-8 383.808A256.128 256.128 0 0 1 512 768H320A256 256 0 0 1 64 512V160a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 64v256a128 128 0 1 0 0-256M96 832h640a32 32 0 1 1 0 64H96a32 32 0 1 1 0-64m32-640v320a192 192 0 0 0 192 192h192a192 192 0 0 0 192-192V192z"})]))}}),Rg=Og,Ug=e.defineComponent({name:"Coffee",__name:"coffee",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M822.592 192h14.272a32 32 0 0 1 31.616 26.752l21.312 128A32 32 0 0 1 858.24 384h-49.344l-39.04 546.304A32 32 0 0 1 737.92 960H285.824a32 32 0 0 1-32-29.696L214.912 384H165.76a32 32 0 0 1-31.552-37.248l21.312-128A32 32 0 0 1 187.136 192h14.016l-6.72-93.696A32 32 0 0 1 226.368 64h571.008a32 32 0 0 1 31.936 34.304zm-64.128 0 4.544-64H260.736l4.544 64h493.184m-548.16 128H820.48l-10.688-64H214.208l-10.688 64h6.784m68.736 64 36.544 512H708.16l36.544-512z"})]))}}),Yg=Ug,Wg=e.defineComponent({name:"Coin",__name:"coin",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m161.92 580.736 29.888 58.88C171.328 659.776 160 681.728 160 704c0 82.304 155.328 160 352 160s352-77.696 352-160c0-22.272-11.392-44.16-31.808-64.32l30.464-58.432C903.936 615.808 928 657.664 928 704c0 129.728-188.544 224-416 224S96 833.728 96 704c0-46.592 24.32-88.576 65.92-123.264z"}),e.createElementVNode("path",{fill:"currentColor",d:"m161.92 388.736 29.888 58.88C171.328 467.84 160 489.792 160 512c0 82.304 155.328 160 352 160s352-77.696 352-160c0-22.272-11.392-44.16-31.808-64.32l30.464-58.432C903.936 423.808 928 465.664 928 512c0 129.728-188.544 224-416 224S96 641.728 96 512c0-46.592 24.32-88.576 65.92-123.264z"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 544c-227.456 0-416-94.272-416-224S284.544 96 512 96s416 94.272 416 224-188.544 224-416 224m0-64c196.672 0 352-77.696 352-160S708.672 160 512 160s-352 77.696-352 160 155.328 160 352 160"})]))}}),Gg=Wg,Kg=e.defineComponent({name:"ColdDrink",__name:"cold-drink",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M768 64a192 192 0 1 1-69.952 370.88L480 725.376V896h96a32 32 0 1 1 0 64H320a32 32 0 1 1 0-64h96V725.376L76.8 273.536a64 64 0 0 1-12.8-38.4v-10.688a32 32 0 0 1 32-32h71.808l-65.536-83.84a32 32 0 0 1 50.432-39.424l96.256 123.264h337.728A192.064 192.064 0 0 1 768 64M656.896 192.448H800a32 32 0 0 1 32 32v10.624a64 64 0 0 1-12.8 38.4l-80.448 107.2a128 128 0 1 0-81.92-188.16v-.064zm-357.888 64 129.472 165.76a32 32 0 0 1-50.432 39.36l-160.256-205.12H144l304 404.928 304-404.928z"})]))}}),Zg=Kg,Xg=e.defineComponent({name:"CollectionTag",__name:"collection-tag",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M256 128v698.88l196.032-156.864a96 96 0 0 1 119.936 0L768 826.816V128zm-32-64h576a32 32 0 0 1 32 32v797.44a32 32 0 0 1-51.968 24.96L531.968 720a32 32 0 0 0-39.936 0L243.968 918.4A32 32 0 0 1 192 893.44V96a32 32 0 0 1 32-32"})]))}}),Qg=Xg,Jg=e.defineComponent({name:"Collection",__name:"collection",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M192 736h640V128H256a64 64 0 0 0-64 64zm64-672h608a32 32 0 0 1 32 32v672a32 32 0 0 1-32 32H160l-32 57.536V192A128 128 0 0 1 256 64"}),e.createElementVNode("path",{fill:"currentColor",d:"M240 800a48 48 0 1 0 0 96h592v-96zm0-64h656v160a64 64 0 0 1-64 64H240a112 112 0 0 1 0-224m144-608v250.88l96-76.8 96 76.8V128zm-64-64h320v381.44a32 32 0 0 1-51.968 24.96L480 384l-108.032 86.4A32 32 0 0 1 320 445.44z"})]))}}),e6=Jg,n6=e.defineComponent({name:"Comment",__name:"comment",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M736 504a56 56 0 1 1 0-112 56 56 0 0 1 0 112m-224 0a56 56 0 1 1 0-112 56 56 0 0 1 0 112m-224 0a56 56 0 1 1 0-112 56 56 0 0 1 0 112M128 128v640h192v160l224-160h352V128z"})]))}}),t6=n6,r6=e.defineComponent({name:"Compass",__name:"compass",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),e.createElementVNode("path",{fill:"currentColor",d:"M725.888 315.008C676.48 428.672 624 513.28 568.576 568.64c-55.424 55.424-139.968 107.904-253.568 157.312a12.8 12.8 0 0 1-16.896-16.832c49.536-113.728 102.016-198.272 157.312-253.632 55.36-55.296 139.904-107.776 253.632-157.312a12.8 12.8 0 0 1 16.832 16.832"})]))}}),o6=r6,a6=e.defineComponent({name:"Connection",__name:"connection",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M640 384v64H448a128 128 0 0 0-128 128v128a128 128 0 0 0 128 128h320a128 128 0 0 0 128-128V576a128 128 0 0 0-64-110.848V394.88c74.56 26.368 128 97.472 128 181.056v128a192 192 0 0 1-192 192H448a192 192 0 0 1-192-192V576a192 192 0 0 1 192-192z"}),e.createElementVNode("path",{fill:"currentColor",d:"M384 640v-64h192a128 128 0 0 0 128-128V320a128 128 0 0 0-128-128H256a128 128 0 0 0-128 128v128a128 128 0 0 0 64 110.848v70.272A192.064 192.064 0 0 1 64 448V320a192 192 0 0 1 192-192h320a192 192 0 0 1 192 192v128a192 192 0 0 1-192 192z"})]))}}),l6=a6,i6=e.defineComponent({name:"Coordinate",__name:"coordinate",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M480 512h64v320h-64z"}),e.createElementVNode("path",{fill:"currentColor",d:"M192 896h640a64 64 0 0 0-64-64H256a64 64 0 0 0-64 64m64-128h512a128 128 0 0 1 128 128v64H128v-64a128 128 0 0 1 128-128m256-256a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512"})]))}}),s6=i6,c6=e.defineComponent({name:"CopyDocument",__name:"copy-document",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M768 832a128 128 0 0 1-128 128H192A128 128 0 0 1 64 832V384a128 128 0 0 1 128-128v64a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64z"}),e.createElementVNode("path",{fill:"currentColor",d:"M384 128a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64V192a64 64 0 0 0-64-64zm0-64h448a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128H384a128 128 0 0 1-128-128V192A128 128 0 0 1 384 64"})]))}}),u6=c6,d6=e.defineComponent({name:"Cpu",__name:"cpu",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M320 256a64 64 0 0 0-64 64v384a64 64 0 0 0 64 64h384a64 64 0 0 0 64-64V320a64 64 0 0 0-64-64zm0-64h384a128 128 0 0 1 128 128v384a128 128 0 0 1-128 128H320a128 128 0 0 1-128-128V320a128 128 0 0 1 128-128"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 64a32 32 0 0 1 32 32v128h-64V96a32 32 0 0 1 32-32m160 0a32 32 0 0 1 32 32v128h-64V96a32 32 0 0 1 32-32m-320 0a32 32 0 0 1 32 32v128h-64V96a32 32 0 0 1 32-32m160 896a32 32 0 0 1-32-32V800h64v128a32 32 0 0 1-32 32m160 0a32 32 0 0 1-32-32V800h64v128a32 32 0 0 1-32 32m-320 0a32 32 0 0 1-32-32V800h64v128a32 32 0 0 1-32 32M64 512a32 32 0 0 1 32-32h128v64H96a32 32 0 0 1-32-32m0-160a32 32 0 0 1 32-32h128v64H96a32 32 0 0 1-32-32m0 320a32 32 0 0 1 32-32h128v64H96a32 32 0 0 1-32-32m896-160a32 32 0 0 1-32 32H800v-64h128a32 32 0 0 1 32 32m0-160a32 32 0 0 1-32 32H800v-64h128a32 32 0 0 1 32 32m0 320a32 32 0 0 1-32 32H800v-64h128a32 32 0 0 1 32 32"})]))}}),h6=d6,p6=e.defineComponent({name:"CreditCard",__name:"credit-card",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M896 324.096c0-42.368-2.496-55.296-9.536-68.48a52.352 52.352 0 0 0-22.144-22.08c-13.12-7.04-26.048-9.536-68.416-9.536H228.096c-42.368 0-55.296 2.496-68.48 9.536a52.352 52.352 0 0 0-22.08 22.144c-7.04 13.12-9.536 26.048-9.536 68.416v375.808c0 42.368 2.496 55.296 9.536 68.48a52.352 52.352 0 0 0 22.144 22.08c13.12 7.04 26.048 9.536 68.416 9.536h567.808c42.368 0 55.296-2.496 68.48-9.536a52.352 52.352 0 0 0 22.08-22.144c7.04-13.12 9.536-26.048 9.536-68.416zm64 0v375.808c0 57.088-5.952 77.76-17.088 98.56-11.136 20.928-27.52 37.312-48.384 48.448-20.864 11.136-41.6 17.088-98.56 17.088H228.032c-57.088 0-77.76-5.952-98.56-17.088a116.288 116.288 0 0 1-48.448-48.384c-11.136-20.864-17.088-41.6-17.088-98.56V324.032c0-57.088 5.952-77.76 17.088-98.56 11.136-20.928 27.52-37.312 48.384-48.448 20.864-11.136 41.6-17.088 98.56-17.088H795.84c57.088 0 77.76 5.952 98.56 17.088 20.928 11.136 37.312 27.52 48.448 48.384 11.136 20.864 17.088 41.6 17.088 98.56z"}),e.createElementVNode("path",{fill:"currentColor",d:"M64 320h896v64H64zm0 128h896v64H64zm128 192h256v64H192z"})]))}}),f6=p6,g6=e.defineComponent({name:"Crop",__name:"crop",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M256 768h672a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V96a32 32 0 0 1 64 0z"}),e.createElementVNode("path",{fill:"currentColor",d:"M832 224v704a32 32 0 1 1-64 0V256H96a32 32 0 0 1 0-64h704a32 32 0 0 1 32 32"})]))}}),m6=g6,_6=e.defineComponent({name:"DArrowLeft",__name:"d-arrow-left",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M529.408 149.376a29.12 29.12 0 0 1 41.728 0 30.592 30.592 0 0 1 0 42.688L259.264 511.936l311.872 319.936a30.592 30.592 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L197.76 534.272a32 32 0 0 1 0-44.672l331.648-340.224zm256 0a29.12 29.12 0 0 1 41.728 0 30.592 30.592 0 0 1 0 42.688L515.264 511.936l311.872 319.936a30.592 30.592 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L453.76 534.272a32 32 0 0 1 0-44.672l331.648-340.224z"})]))}}),y6=_6,x6=e.defineComponent({name:"DArrowRight",__name:"d-arrow-right",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M452.864 149.312a29.12 29.12 0 0 1 41.728.064L826.24 489.664a32 32 0 0 1 0 44.672L494.592 874.624a29.12 29.12 0 0 1-41.728 0 30.592 30.592 0 0 1 0-42.752L764.736 512 452.864 192a30.592 30.592 0 0 1 0-42.688m-256 0a29.12 29.12 0 0 1 41.728.064L570.24 489.664a32 32 0 0 1 0 44.672L238.592 874.624a29.12 29.12 0 0 1-41.728 0 30.592 30.592 0 0 1 0-42.752L508.736 512 196.864 192a30.592 30.592 0 0 1 0-42.688z"})]))}}),w6=x6,b6=e.defineComponent({name:"DCaret",__name:"d-caret",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m512 128 288 320H224zM224 576h576L512 896z"})]))}}),v6=b6,z6=e.defineComponent({name:"DataAnalysis",__name:"data-analysis",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m665.216 768 110.848 192h-73.856L591.36 768H433.024L322.176 960H248.32l110.848-192H160a32 32 0 0 1-32-32V192H64a32 32 0 0 1 0-64h896a32 32 0 1 1 0 64h-64v544a32 32 0 0 1-32 32zM832 192H192v512h640zM352 448a32 32 0 0 1 32 32v64a32 32 0 0 1-64 0v-64a32 32 0 0 1 32-32m160-64a32 32 0 0 1 32 32v128a32 32 0 0 1-64 0V416a32 32 0 0 1 32-32m160-64a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V352a32 32 0 0 1 32-32"})]))}}),C6=z6,k6=e.defineComponent({name:"DataBoard",__name:"data-board",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M32 128h960v64H32z"}),e.createElementVNode("path",{fill:"currentColor",d:"M192 192v512h640V192zm-64-64h768v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32z"}),e.createElementVNode("path",{fill:"currentColor",d:"M322.176 960H248.32l144.64-250.56 55.424 32zm453.888 0h-73.856L576 741.44l55.424-32z"})]))}}),B6=k6,E6=e.defineComponent({name:"DataLine",__name:"data-line",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M359.168 768H160a32 32 0 0 1-32-32V192H64a32 32 0 0 1 0-64h896a32 32 0 1 1 0 64h-64v544a32 32 0 0 1-32 32H665.216l110.848 192h-73.856L591.36 768H433.024L322.176 960H248.32zM832 192H192v512h640zM342.656 534.656a32 32 0 1 1-45.312-45.312L444.992 341.76l125.44 94.08L679.04 300.032a32 32 0 1 1 49.92 39.936L581.632 524.224 451.008 426.24 342.656 534.592z"})]))}}),j6=E6,V6=e.defineComponent({name:"DeleteFilled",__name:"delete-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M352 192V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64H96a32 32 0 0 1 0-64zm64 0h192v-64H416zM192 960a32 32 0 0 1-32-32V256h704v672a32 32 0 0 1-32 32zm224-192a32 32 0 0 0 32-32V416a32 32 0 0 0-64 0v320a32 32 0 0 0 32 32m192 0a32 32 0 0 0 32-32V416a32 32 0 0 0-64 0v320a32 32 0 0 0 32 32"})]))}}),S6=V6,N6=e.defineComponent({name:"DeleteLocation",__name:"delete-location",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),e.createElementVNode("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),e.createElementVNode("path",{fill:"currentColor",d:"M384 384h256q32 0 32 32t-32 32H384q-32 0-32-32t32-32"})]))}}),M6=N6,P6=e.defineComponent({name:"Delete",__name:"delete",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32"})]))}}),A6=P6,q6=e.defineComponent({name:"Dessert",__name:"dessert",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M128 416v-48a144 144 0 0 1 168.64-141.888 224.128 224.128 0 0 1 430.72 0A144 144 0 0 1 896 368v48a384 384 0 0 1-352 382.72V896h-64v-97.28A384 384 0 0 1 128 416m287.104-32.064h193.792a143.808 143.808 0 0 1 58.88-132.736 160.064 160.064 0 0 0-311.552 0 143.808 143.808 0 0 1 58.88 132.8zm-72.896 0a72 72 0 1 0-140.48 0h140.48m339.584 0h140.416a72 72 0 1 0-140.48 0zM512 736a320 320 0 0 0 318.4-288.064H193.6A320 320 0 0 0 512 736M384 896.064h256a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64"})]))}}),T6=q6,D6=e.defineComponent({name:"Discount",__name:"discount",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M224 704h576V318.336L552.512 115.84a64 64 0 0 0-81.024 0L224 318.336zm0 64v128h576V768zM593.024 66.304l259.2 212.096A32 32 0 0 1 864 303.168V928a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V303.168a32 32 0 0 1 11.712-24.768l259.2-212.096a128 128 0 0 1 162.112 0"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"})]))}}),F6=D6,I6=e.defineComponent({name:"DishDot",__name:"dish-dot",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m384.064 274.56.064-50.688A128 128 0 0 1 512.128 96c70.528 0 127.68 57.152 127.68 127.68v50.752A448.192 448.192 0 0 1 955.392 768H68.544A448.192 448.192 0 0 1 384 274.56zM96 832h832a32 32 0 1 1 0 64H96a32 32 0 1 1 0-64m32-128h768a384 384 0 1 0-768 0m447.808-448v-32.32a63.68 63.68 0 0 0-63.68-63.68 64 64 0 0 0-64 63.936V256z"})]))}}),H6=I6,$6=e.defineComponent({name:"Dish",__name:"dish",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M480 257.152V192h-96a32 32 0 0 1 0-64h256a32 32 0 1 1 0 64h-96v65.152A448 448 0 0 1 955.52 768H68.48A448 448 0 0 1 480 257.152M128 704h768a384 384 0 1 0-768 0M96 832h832a32 32 0 1 1 0 64H96a32 32 0 1 1 0-64"})]))}}),L6=$6,O6=e.defineComponent({name:"DocumentAdd",__name:"document-add",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m320 512V448h64v128h128v64H544v128h-64V640H352v-64z"})]))}}),R6=O6,U6=e.defineComponent({name:"DocumentChecked",__name:"document-checked",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m318.4 582.144 180.992-180.992L704.64 510.4 478.4 736.64 320 578.304l45.248-45.312z"})]))}}),Y6=U6,W6=e.defineComponent({name:"DocumentCopy",__name:"document-copy",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M128 320v576h576V320zm-32-64h640a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32M960 96v704a32 32 0 0 1-32 32h-96v-64h64V128H384v64h-64V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32M256 672h320v64H256zm0-192h320v64H256z"})]))}}),Si=W6,G6=e.defineComponent({name:"DocumentDelete",__name:"document-delete",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m308.992 546.304-90.496-90.624 45.248-45.248 90.56 90.496 90.496-90.432 45.248 45.248-90.496 90.56 90.496 90.496-45.248 45.248-90.496-90.496-90.56 90.496-45.248-45.248 90.496-90.496z"})]))}}),K6=G6,Z6=e.defineComponent({name:"DocumentRemove",__name:"document-remove",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m192 512h320v64H352z"})]))}}),X6=Z6,Q6=e.defineComponent({name:"Document",__name:"document",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h160v64H320zm0 384h384v64H320z"})]))}}),J6=Q6,e3=e.defineComponent({name:"Download",__name:"download",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64z"})]))}}),da=e3,n3=e.defineComponent({name:"Drizzling",__name:"drizzling",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m739.328 291.328-35.2-6.592-12.8-33.408a192.064 192.064 0 0 0-365.952 23.232l-9.92 40.896-41.472 7.04a176.32 176.32 0 0 0-146.24 173.568c0 97.28 78.72 175.936 175.808 175.936h400a192 192 0 0 0 35.776-380.672zM959.552 480a256 256 0 0 1-256 256h-400A239.808 239.808 0 0 1 63.744 496.192a240.32 240.32 0 0 1 199.488-236.8 256.128 256.128 0 0 1 487.872-30.976A256.064 256.064 0 0 1 959.552 480M288 800h64v64h-64zm192 0h64v64h-64zm-96 96h64v64h-64zm192 0h64v64h-64zm96-96h64v64h-64z"})]))}}),t3=n3,r3=e.defineComponent({name:"EditPen",__name:"edit-pen",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m199.04 672.64 193.984 112 224-387.968-193.92-112-224 388.032zm-23.872 60.16 32.896 148.288 144.896-45.696zM455.04 229.248l193.92 112 56.704-98.112-193.984-112-56.64 98.112zM104.32 708.8l384-665.024 304.768 175.936L409.152 884.8h.064l-248.448 78.336zm384 254.272v-64h448v64h-448z"})]))}}),o3=r3,a3=e.defineComponent({name:"Edit",__name:"edit",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640z"}),e.createElementVNode("path",{fill:"currentColor",d:"m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z"})]))}}),l3=a3,i3=e.defineComponent({name:"ElemeFilled",__name:"eleme-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M176 64h672c61.824 0 112 50.176 112 112v672a112 112 0 0 1-112 112H176A112 112 0 0 1 64 848V176c0-61.824 50.176-112 112-112m150.528 173.568c-152.896 99.968-196.544 304.064-97.408 456.96a330.688 330.688 0 0 0 456.96 96.64c9.216-5.888 17.6-11.776 25.152-18.56a18.24 18.24 0 0 0 4.224-24.32L700.352 724.8a47.552 47.552 0 0 0-65.536-14.272A234.56 234.56 0 0 1 310.592 641.6C240 533.248 271.104 387.968 379.456 316.48a234.304 234.304 0 0 1 276.352 15.168c1.664.832 2.56 2.56 3.392 4.224 5.888 8.384 3.328 19.328-5.12 25.216L456.832 489.6a47.552 47.552 0 0 0-14.336 65.472l16 24.384c5.888 8.384 16.768 10.88 25.216 5.056l308.224-199.936a19.584 19.584 0 0 0 6.72-23.488v-.896c-4.992-9.216-10.048-17.6-15.104-26.88-99.968-151.168-304.064-194.88-456.96-95.744zM786.88 504.704l-62.208 40.32c-8.32 5.888-10.88 16.768-4.992 25.216L760 632.32c5.888 8.448 16.768 11.008 25.152 5.12l31.104-20.16a55.36 55.36 0 0 0 16-76.48l-20.224-31.04a19.52 19.52 0 0 0-25.152-5.12z"})]))}}),s3=i3,c3=e.defineComponent({name:"Eleme",__name:"eleme",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M300.032 188.8c174.72-113.28 408-63.36 522.24 109.44 5.76 10.56 11.52 20.16 17.28 30.72v.96a22.4 22.4 0 0 1-7.68 26.88l-352.32 228.48c-9.6 6.72-22.08 3.84-28.8-5.76l-18.24-27.84a54.336 54.336 0 0 1 16.32-74.88l225.6-146.88c9.6-6.72 12.48-19.2 5.76-28.8-.96-1.92-1.92-3.84-3.84-4.8a267.84 267.84 0 0 0-315.84-17.28c-123.84 81.6-159.36 247.68-78.72 371.52a268.096 268.096 0 0 0 370.56 78.72 54.336 54.336 0 0 1 74.88 16.32l17.28 26.88c5.76 9.6 3.84 21.12-4.8 27.84-8.64 7.68-18.24 14.4-28.8 21.12a377.92 377.92 0 0 1-522.24-110.4c-113.28-174.72-63.36-408 111.36-522.24zm526.08 305.28a22.336 22.336 0 0 1 28.8 5.76l23.04 35.52a63.232 63.232 0 0 1-18.24 87.36l-35.52 23.04c-9.6 6.72-22.08 3.84-28.8-5.76l-46.08-71.04c-6.72-9.6-3.84-22.08 5.76-28.8l71.04-46.08z"})]))}}),u3=c3,d3=e.defineComponent({name:"ElementPlus",__name:"element-plus",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M839.7 734.7c0 33.3-17.9 41-17.9 41S519.7 949.8 499.2 960c-10.2 5.1-20.5 5.1-30.7 0 0 0-314.9-184.3-325.1-192-5.1-5.1-10.2-12.8-12.8-20.5V368.6c0-17.9 20.5-28.2 20.5-28.2L466 158.6c12.8-5.1 25.6-5.1 38.4 0 0 0 279 161.3 309.8 179.2 17.9 7.7 28.2 25.6 25.6 46.1-.1-5-.1 317.5-.1 350.8M714.2 371.2c-64-35.8-217.6-125.4-217.6-125.4-7.7-5.1-20.5-5.1-30.7 0L217.6 389.1s-17.9 10.2-17.9 23v297c0 5.1 5.1 12.8 7.7 17.9 7.7 5.1 256 148.5 256 148.5 7.7 5.1 17.9 5.1 25.6 0 15.4-7.7 250.9-145.9 250.9-145.9s12.8-5.1 12.8-30.7v-74.2l-276.5 169v-64c0-17.9 7.7-30.7 20.5-46.1L745 535c5.1-7.7 10.2-20.5 10.2-30.7v-66.6l-279 169v-69.1c0-15.4 5.1-30.7 17.9-38.4l220.1-128zM919 135.7c0-5.1-5.1-7.7-7.7-7.7h-58.9V66.6c0-5.1-5.1-5.1-10.2-5.1l-30.7 5.1c-5.1 0-5.1 2.6-5.1 5.1V128h-56.3c-5.1 0-5.1 5.1-7.7 5.1v38.4h69.1v64c0 5.1 5.1 5.1 10.2 5.1l30.7-5.1c5.1 0 5.1-2.6 5.1-5.1v-56.3h64l-2.5-38.4z"})]))}}),h3=d3,p3=e.defineComponent({name:"Expand",__name:"expand",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M128 192h768v128H128zm0 256h512v128H128zm0 256h768v128H128zm576-352 192 160-192 128z"})]))}}),Ni=p3,f3=e.defineComponent({name:"Failed",__name:"failed",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m557.248 608 135.744-135.744-45.248-45.248-135.68 135.744-135.808-135.68-45.248 45.184L466.752 608l-135.68 135.68 45.184 45.312L512 653.248l135.744 135.744 45.248-45.248L557.312 608zM704 192h160v736H160V192h160v64h384zm-320 0V96h256v96z"})]))}}),g3=f3,m3=e.defineComponent({name:"Female",__name:"female",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 640a256 256 0 1 0 0-512 256 256 0 0 0 0 512m0 64a320 320 0 1 1 0-640 320 320 0 0 1 0 640"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 640q32 0 32 32v256q0 32-32 32t-32-32V672q0-32 32-32"}),e.createElementVNode("path",{fill:"currentColor",d:"M352 800h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32"})]))}}),_3=m3,y3=e.defineComponent({name:"Files",__name:"files",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M128 384v448h768V384zm-32-64h832a32 32 0 0 1 32 32v512a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V352a32 32 0 0 1 32-32m64-128h704v64H160zm96-128h512v64H256z"})]))}}),x3=y3,w3=e.defineComponent({name:"Film",__name:"film",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M160 160v704h704V160zm-32-64h768a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V128a32 32 0 0 1 32-32"}),e.createElementVNode("path",{fill:"currentColor",d:"M320 288V128h64v352h256V128h64v160h160v64H704v128h160v64H704v128h160v64H704v160h-64V544H384v352h-64V736H128v-64h192V544H128v-64h192V352H128v-64z"})]))}}),b3=w3,v3=e.defineComponent({name:"Filter",__name:"filter",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M384 523.392V928a32 32 0 0 0 46.336 28.608l192-96A32 32 0 0 0 640 832V523.392l280.768-343.104a32 32 0 1 0-49.536-40.576l-288 352A32 32 0 0 0 576 512v300.224l-128 64V512a32 32 0 0 0-7.232-20.288L195.52 192H704a32 32 0 1 0 0-64H128a32 32 0 0 0-24.768 52.288z"})]))}}),Mi=v3,z3=e.defineComponent({name:"Finished",__name:"finished",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M280.768 753.728 691.456 167.04a32 32 0 1 1 52.416 36.672L314.24 817.472a32 32 0 0 1-45.44 7.296l-230.4-172.8a32 32 0 0 1 38.4-51.2l203.968 152.96zM736 448a32 32 0 1 1 0-64h192a32 32 0 1 1 0 64zM608 640a32 32 0 0 1 0-64h319.936a32 32 0 1 1 0 64zM480 832a32 32 0 1 1 0-64h447.936a32 32 0 1 1 0 64z"})]))}}),C3=z3,k3=e.defineComponent({name:"FirstAidKit",__name:"first-aid-kit",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M192 256a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V320a64 64 0 0 0-64-64zm0-64h640a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128H192A128 128 0 0 1 64 768V320a128 128 0 0 1 128-128"}),e.createElementVNode("path",{fill:"currentColor",d:"M544 512h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96v-96a32 32 0 0 1 64 0zM352 128v64h320v-64zm-32-64h384a32 32 0 0 1 32 32v128a32 32 0 0 1-32 32H320a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"})]))}}),B3=k3,E3=e.defineComponent({name:"Flag",__name:"flag",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M288 128h608L736 384l160 256H288v320h-96V64h96z"})]))}}),j3=E3,V3=e.defineComponent({name:"Fold",__name:"fold",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M896 192H128v128h768zm0 256H384v128h512zm0 256H128v128h768zM320 384 128 512l192 128z"})]))}}),Pi=V3,S3=e.defineComponent({name:"FolderAdd",__name:"folder-add",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m384 416V416h64v128h128v64H544v128h-64V608H352v-64z"})]))}}),N3=S3,M3=e.defineComponent({name:"FolderChecked",__name:"folder-checked",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m414.08 502.144 180.992-180.992L736.32 494.4 510.08 720.64l-158.4-158.336 45.248-45.312z"})]))}}),P3=M3,A3=e.defineComponent({name:"FolderDelete",__name:"folder-delete",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m370.752 448-90.496-90.496 45.248-45.248L512 530.752l90.496-90.496 45.248 45.248L557.248 576l90.496 90.496-45.248 45.248L512 621.248l-90.496 90.496-45.248-45.248z"})]))}}),q3=A3,T3=e.defineComponent({name:"FolderOpened",__name:"folder-opened",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M878.08 448H241.92l-96 384h636.16l96-384zM832 384v-64H485.76L357.504 192H128v448l57.92-231.744A32 32 0 0 1 216.96 384zm-24.96 512H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h287.872l128.384 128H864a32 32 0 0 1 32 32v96h23.04a32 32 0 0 1 31.04 39.744l-112 448A32 32 0 0 1 807.04 896"})]))}}),D3=T3,F3=e.defineComponent({name:"FolderRemove",__name:"folder-remove",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m256 416h320v64H352z"})]))}}),I3=F3,H3=e.defineComponent({name:"Folder",__name:"folder",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32"})]))}}),$3=H3,L3=e.defineComponent({name:"Food",__name:"food",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M128 352.576V352a288 288 0 0 1 491.072-204.224 192 192 0 0 1 274.24 204.48 64 64 0 0 1 57.216 74.24C921.6 600.512 850.048 710.656 736 756.992V800a96 96 0 0 1-96 96H384a96 96 0 0 1-96-96v-43.008c-114.048-46.336-185.6-156.48-214.528-330.496A64 64 0 0 1 128 352.64zm64-.576h64a160 160 0 0 1 320 0h64a224 224 0 0 0-448 0m128 0h192a96 96 0 0 0-192 0m439.424 0h68.544A128.256 128.256 0 0 0 704 192c-15.36 0-29.952 2.688-43.52 7.616 11.328 18.176 20.672 37.76 27.84 58.304A64.128 64.128 0 0 1 759.424 352M672 768H352v32a32 32 0 0 0 32 32h256a32 32 0 0 0 32-32zm-342.528-64h365.056c101.504-32.64 165.76-124.928 192.896-288H136.576c27.136 163.072 91.392 255.36 192.896 288"})]))}}),O3=L3,R3=e.defineComponent({name:"Football",__name:"football",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 960a448 448 0 1 1 0-896 448 448 0 0 1 0 896m0-64a384 384 0 1 0 0-768 384 384 0 0 0 0 768"}),e.createElementVNode("path",{fill:"currentColor",d:"M186.816 268.288c16-16.384 31.616-31.744 46.976-46.08 17.472 30.656 39.808 58.112 65.984 81.28l-32.512 56.448a385.984 385.984 0 0 1-80.448-91.648zm653.696-5.312a385.92 385.92 0 0 1-83.776 96.96l-32.512-56.384a322.923 322.923 0 0 0 68.48-85.76c15.552 14.08 31.488 29.12 47.808 45.184zM465.984 445.248l11.136-63.104a323.584 323.584 0 0 0 69.76 0l11.136 63.104a387.968 387.968 0 0 1-92.032 0m-62.72-12.8A381.824 381.824 0 0 1 320 396.544l32-55.424a319.885 319.885 0 0 0 62.464 27.712l-11.2 63.488zm300.8-35.84a381.824 381.824 0 0 1-83.328 35.84l-11.2-63.552A319.885 319.885 0 0 0 672 341.184l32 55.424zm-520.768 364.8a385.92 385.92 0 0 1 83.968-97.28l32.512 56.32c-26.88 23.936-49.856 52.352-67.52 84.032-16-13.44-32.32-27.712-48.96-43.072zm657.536.128a1442.759 1442.759 0 0 1-49.024 43.072 321.408 321.408 0 0 0-67.584-84.16l32.512-56.32c33.216 27.456 61.696 60.352 84.096 97.408zM465.92 578.752a387.968 387.968 0 0 1 92.032 0l-11.136 63.104a323.584 323.584 0 0 0-69.76 0zm-62.72 12.8 11.2 63.552a319.885 319.885 0 0 0-62.464 27.712L320 627.392a381.824 381.824 0 0 1 83.264-35.84zm300.8 35.84-32 55.424a318.272 318.272 0 0 0-62.528-27.712l11.2-63.488c29.44 8.64 57.28 20.736 83.264 35.776z"})]))}}),U3=R3,Y3=e.defineComponent({name:"ForkSpoon",__name:"fork-spoon",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M256 410.304V96a32 32 0 0 1 64 0v314.304a96 96 0 0 0 64-90.56V96a32 32 0 0 1 64 0v223.744a160 160 0 0 1-128 156.8V928a32 32 0 1 1-64 0V476.544a160 160 0 0 1-128-156.8V96a32 32 0 0 1 64 0v223.744a96 96 0 0 0 64 90.56zM672 572.48C581.184 552.128 512 446.848 512 320c0-141.44 85.952-256 192-256s192 114.56 192 256c0 126.848-69.184 232.128-160 252.48V928a32 32 0 1 1-64 0zM704 512c66.048 0 128-82.56 128-192s-61.952-192-128-192-128 82.56-128 192 61.952 192 128 192"})]))}}),W3=Y3,G3=e.defineComponent({name:"Fries",__name:"fries",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M608 224v-64a32 32 0 0 0-64 0v336h26.88A64 64 0 0 0 608 484.096zm101.12 160A64 64 0 0 0 672 395.904V384h64V224a32 32 0 1 0-64 0v160zm74.88 0a92.928 92.928 0 0 1 91.328 110.08l-60.672 323.584A96 96 0 0 1 720.32 896H303.68a96 96 0 0 1-94.336-78.336L148.672 494.08A92.928 92.928 0 0 1 240 384h-16V224a96 96 0 0 1 188.608-25.28A95.744 95.744 0 0 1 480 197.44V160a96 96 0 0 1 188.608-25.28A96 96 0 0 1 800 224v160zM670.784 512a128 128 0 0 1-99.904 48H453.12a128 128 0 0 1-99.84-48H352v-1.536a128.128 128.128 0 0 1-9.984-14.976L314.88 448H240a28.928 28.928 0 0 0-28.48 34.304L241.088 640h541.824l29.568-157.696A28.928 28.928 0 0 0 784 448h-74.88l-27.136 47.488A132.405 132.405 0 0 1 672 510.464V512zM480 288a32 32 0 0 0-64 0v196.096A64 64 0 0 0 453.12 496H480zm-128 96V224a32 32 0 0 0-64 0v160zh-37.12A64 64 0 0 1 352 395.904zm-98.88 320 19.072 101.888A32 32 0 0 0 303.68 832h416.64a32 32 0 0 0 31.488-26.112L770.88 704z"})]))}}),K3=G3,Z3=e.defineComponent({name:"FullScreen",__name:"full-screen",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64l192-.192zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64z"})]))}}),X3=Z3,Q3=e.defineComponent({name:"GobletFull",__name:"goblet-full",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M256 320h512c0-78.592-12.608-142.4-36.928-192h-434.24C269.504 192.384 256 256.256 256 320m503.936 64H264.064a256.128 256.128 0 0 0 495.872 0zM544 638.4V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96V638.4A320 320 0 0 1 192 320c0-85.632 21.312-170.944 64-256h512c42.688 64.32 64 149.632 64 256a320 320 0 0 1-288 318.4"})]))}}),J3=Q3,e8=e.defineComponent({name:"GobletSquareFull",__name:"goblet-square-full",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M256 270.912c10.048 6.72 22.464 14.912 28.992 18.624a220.16 220.16 0 0 0 114.752 30.72c30.592 0 49.408-9.472 91.072-41.152l.64-.448c52.928-40.32 82.368-55.04 132.288-54.656 55.552.448 99.584 20.8 142.72 57.408l1.536 1.28V128H256v142.912zm.96 76.288C266.368 482.176 346.88 575.872 512 576c157.44.064 237.952-85.056 253.248-209.984a952.32 952.32 0 0 1-40.192-35.712c-32.704-27.776-63.36-41.92-101.888-42.24-31.552-.256-50.624 9.28-93.12 41.6l-.576.448c-52.096 39.616-81.024 54.208-129.792 54.208-54.784 0-100.48-13.376-142.784-37.056zM480 638.848C250.624 623.424 192 442.496 192 319.68V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32v224c0 122.816-58.624 303.68-288 318.912V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96z"})]))}}),n8=e8,t8=e.defineComponent({name:"GobletSquare",__name:"goblet-square",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M544 638.912V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96V638.848C250.624 623.424 192 442.496 192 319.68V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32v224c0 122.816-58.624 303.68-288 318.912M256 319.68c0 149.568 80 256.192 256 256.256C688.128 576 768 469.568 768 320V128H256z"})]))}}),r8=t8,o8=e.defineComponent({name:"Goblet",__name:"goblet",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M544 638.4V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96V638.4A320 320 0 0 1 192 320c0-85.632 21.312-170.944 64-256h512c42.688 64.32 64 149.632 64 256a320 320 0 0 1-288 318.4M256 320a256 256 0 1 0 512 0c0-78.592-12.608-142.4-36.928-192h-434.24C269.504 192.384 256 256.256 256 320"})]))}}),a8=o8,l8=e.defineComponent({name:"GoldMedal",__name:"gold-medal",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m772.13 452.84 53.86-351.81c1.32-10.01-1.17-18.68-7.49-26.02S804.35 64 795.01 64H228.99v-.01h-.06c-9.33 0-17.15 3.67-23.49 11.01s-8.83 16.01-7.49 26.02l53.87 351.89C213.54 505.73 193.59 568.09 192 640c2 90.67 33.17 166.17 93.5 226.5S421.33 957.99 512 960c90.67-2 166.17-33.17 226.5-93.5 60.33-60.34 91.49-135.83 93.5-226.5-1.59-71.94-21.56-134.32-59.87-187.16zM640.01 128h117.02l-39.01 254.02c-20.75-10.64-40.74-19.73-59.94-27.28-5.92-3-11.95-5.8-18.08-8.41V128h.01zM576 128v198.76c-13.18-2.58-26.74-4.43-40.67-5.55-8.07-.8-15.85-1.2-23.33-1.2-10.54 0-21.09.66-31.64 1.96a359.844 359.844 0 0 0-32.36 4.79V128zm-192 0h.04v218.3c-6.22 2.66-12.34 5.5-18.36 8.56-19.13 7.54-39.02 16.6-59.66 27.16L267.01 128zm308.99 692.99c-48 48-108.33 73-180.99 75.01-72.66-2.01-132.99-27.01-180.99-75.01S258.01 712.66 256 640c2.01-72.66 27.01-132.99 75.01-180.99 19.67-19.67 41.41-35.47 65.22-47.41 38.33-15.04 71.15-23.92 98.44-26.65 5.07-.41 10.2-.7 15.39-.88.63-.01 1.28-.03 1.91-.03.66 0 1.35.03 2.02.04 5.11.17 10.15.46 15.13.86 27.4 2.71 60.37 11.65 98.91 26.79 23.71 11.93 45.36 27.69 64.96 47.29 48 48 73 108.33 75.01 180.99-2.01 72.65-27.01 132.98-75.01 180.98z"}),e.createElementVNode("path",{fill:"currentColor",d:"M544 480H416v64h64v192h-64v64h192v-64h-64z"})]))}}),i8=l8,s8=e.defineComponent({name:"GoodsFilled",__name:"goods-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M192 352h640l64 544H128zm128 224h64V448h-64zm320 0h64V448h-64zM384 288h-64a192 192 0 1 1 384 0h-64a128 128 0 1 0-256 0"})]))}}),c8=s8,u8=e.defineComponent({name:"Goods",__name:"goods",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M320 288v-22.336C320 154.688 405.504 64 512 64s192 90.688 192 201.664v22.4h131.072a32 32 0 0 1 31.808 28.8l57.6 576a32 32 0 0 1-31.808 35.2H131.328a32 32 0 0 1-31.808-35.2l57.6-576a32 32 0 0 1 31.808-28.8H320zm64 0h256v-22.336C640 189.248 582.272 128 512 128c-70.272 0-128 61.248-128 137.664v22.4zm-64 64H217.92l-51.2 512h690.56l-51.264-512H704v96a32 32 0 1 1-64 0v-96H384v96a32 32 0 0 1-64 0z"})]))}}),d8=u8,h8=e.defineComponent({name:"Grape",__name:"grape",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M544 195.2a160 160 0 0 1 96 60.8 160 160 0 1 1 146.24 254.976 160 160 0 0 1-128 224 160 160 0 1 1-292.48 0 160 160 0 0 1-128-224A160 160 0 1 1 384 256a160 160 0 0 1 96-60.8V128h-64a32 32 0 0 1 0-64h192a32 32 0 0 1 0 64h-64zM512 448a96 96 0 1 0 0-192 96 96 0 0 0 0 192m-256 0a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128 224a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128 224a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128-224a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128-224a96 96 0 1 0 0-192 96 96 0 0 0 0 192"})]))}}),p8=h8,f8=e.defineComponent({name:"Grid",__name:"grid",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M640 384v256H384V384zm64 0h192v256H704zm-64 512H384V704h256zm64 0V704h192v192zm-64-768v192H384V128zm64 0h192v192H704zM320 384v256H128V384zm0 512H128V704h192zm0-768v192H128V128z"})]))}}),g8=f8,m8=e.defineComponent({name:"Guide",__name:"guide",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M640 608h-64V416h64zm0 160v160a32 32 0 0 1-32 32H416a32 32 0 0 1-32-32V768h64v128h128V768zM384 608V416h64v192zm256-352h-64V128H448v128h-64V96a32 32 0 0 1 32-32h192a32 32 0 0 1 32 32z"}),e.createElementVNode("path",{fill:"currentColor",d:"m220.8 256-71.232 80 71.168 80H768V256H220.8zm-14.4-64H800a32 32 0 0 1 32 32v224a32 32 0 0 1-32 32H206.4a32 32 0 0 1-23.936-10.752l-99.584-112a32 32 0 0 1 0-42.496l99.584-112A32 32 0 0 1 206.4 192m678.784 496-71.104 80H266.816V608h547.2l71.168 80zm-56.768-144H234.88a32 32 0 0 0-32 32v224a32 32 0 0 0 32 32h593.6a32 32 0 0 0 23.936-10.752l99.584-112a32 32 0 0 0 0-42.496l-99.584-112A32 32 0 0 0 828.48 544z"})]))}}),_8=m8,y8=e.defineComponent({name:"Handbag",__name:"handbag",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M887.01 264.99c-6-5.99-13.67-8.99-23.01-8.99H704c-1.34-54.68-20.01-100.01-56-136s-81.32-54.66-136-56c-54.68 1.34-100.01 20.01-136 56s-54.66 81.32-56 136H160c-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.67-8.99 23.01v640c0 9.35 2.99 17.02 8.99 23.01S150.66 960 160 960h704c9.35 0 17.02-2.99 23.01-8.99S896 937.34 896 928V288c0-9.35-2.99-17.02-8.99-23.01M421.5 165.5c24.32-24.34 54.49-36.84 90.5-37.5 35.99.68 66.16 13.18 90.5 37.5s36.84 54.49 37.5 90.5H384c.68-35.99 13.18-66.16 37.5-90.5M832 896H192V320h128v128h64V320h256v128h64V320h128z"})]))}}),x8=y8,w8=e.defineComponent({name:"Headset",__name:"headset",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M896 529.152V512a384 384 0 1 0-768 0v17.152A128 128 0 0 1 320 640v128a128 128 0 1 1-256 0V512a448 448 0 1 1 896 0v256a128 128 0 1 1-256 0V640a128 128 0 0 1 192-110.848M896 640a64 64 0 0 0-128 0v128a64 64 0 0 0 128 0zm-768 0v128a64 64 0 0 0 128 0V640a64 64 0 1 0-128 0"})]))}}),b8=w8,v8=e.defineComponent({name:"HelpFilled",__name:"help-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M926.784 480H701.312A192.512 192.512 0 0 0 544 322.688V97.216A416.064 416.064 0 0 1 926.784 480m0 64A416.064 416.064 0 0 1 544 926.784V701.312A192.512 192.512 0 0 0 701.312 544zM97.28 544h225.472A192.512 192.512 0 0 0 480 701.312v225.472A416.064 416.064 0 0 1 97.216 544zm0-64A416.064 416.064 0 0 1 480 97.216v225.472A192.512 192.512 0 0 0 322.688 480H97.216z"})]))}}),z8=v8,C8=e.defineComponent({name:"Help",__name:"help",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m759.936 805.248-90.944-91.008A254.912 254.912 0 0 1 512 768a254.912 254.912 0 0 1-156.992-53.76l-90.944 91.008A382.464 382.464 0 0 0 512 896c94.528 0 181.12-34.176 247.936-90.752m45.312-45.312A382.464 382.464 0 0 0 896 512c0-94.528-34.176-181.12-90.752-247.936l-91.008 90.944C747.904 398.4 768 452.864 768 512c0 59.136-20.096 113.6-53.76 156.992l91.008 90.944zm-45.312-541.184A382.464 382.464 0 0 0 512 128c-94.528 0-181.12 34.176-247.936 90.752l90.944 91.008A254.912 254.912 0 0 1 512 256c59.136 0 113.6 20.096 156.992 53.76l90.944-91.008zm-541.184 45.312A382.464 382.464 0 0 0 128 512c0 94.528 34.176 181.12 90.752 247.936l91.008-90.944A254.912 254.912 0 0 1 256 512c0-59.136 20.096-113.6 53.76-156.992zm417.28 394.496a194.56 194.56 0 0 0 22.528-22.528C686.912 602.56 704 559.232 704 512a191.232 191.232 0 0 0-67.968-146.56A191.296 191.296 0 0 0 512 320a191.232 191.232 0 0 0-146.56 67.968C337.088 421.44 320 464.768 320 512a191.232 191.232 0 0 0 67.968 146.56C421.44 686.912 464.768 704 512 704c47.296 0 90.56-17.088 124.032-45.44zM512 960a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),k8=C8,B8=e.defineComponent({name:"Hide",__name:"hide",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M876.8 156.8c0-9.6-3.2-16-9.6-22.4-6.4-6.4-12.8-9.6-22.4-9.6-9.6 0-16 3.2-22.4 9.6L736 220.8c-64-32-137.6-51.2-224-60.8-160 16-288 73.6-377.6 176C44.8 438.4 0 496 0 512s48 73.6 134.4 176c22.4 25.6 44.8 48 73.6 67.2l-86.4 89.6c-6.4 6.4-9.6 12.8-9.6 22.4 0 9.6 3.2 16 9.6 22.4 6.4 6.4 12.8 9.6 22.4 9.6 9.6 0 16-3.2 22.4-9.6l704-710.4c3.2-6.4 6.4-12.8 6.4-22.4Zm-646.4 528c-76.8-70.4-128-128-153.6-172.8 28.8-48 80-105.6 153.6-172.8C304 272 400 230.4 512 224c64 3.2 124.8 19.2 176 44.8l-54.4 54.4C598.4 300.8 560 288 512 288c-64 0-115.2 22.4-160 64s-64 96-64 160c0 48 12.8 89.6 35.2 124.8L256 707.2c-9.6-6.4-19.2-16-25.6-22.4Zm140.8-96c-12.8-22.4-19.2-48-19.2-76.8 0-44.8 16-83.2 48-112 32-28.8 67.2-48 112-48 28.8 0 54.4 6.4 73.6 19.2zM889.599 336c-12.8-16-28.8-28.8-41.6-41.6l-48 48c73.6 67.2 124.8 124.8 150.4 169.6-28.8 48-80 105.6-153.6 172.8-73.6 67.2-172.8 108.8-284.8 115.2-51.2-3.2-99.2-12.8-140.8-28.8l-48 48c57.6 22.4 118.4 38.4 188.8 44.8 160-16 288-73.6 377.6-176C979.199 585.6 1024 528 1024 512s-48.001-73.6-134.401-176Z"}),e.createElementVNode("path",{fill:"currentColor",d:"M511.998 672c-12.8 0-25.6-3.2-38.4-6.4l-51.2 51.2c28.8 12.8 57.6 19.2 89.6 19.2 64 0 115.2-22.4 160-64 41.6-41.6 64-96 64-160 0-32-6.4-64-19.2-89.6l-51.2 51.2c3.2 12.8 6.4 25.6 6.4 38.4 0 44.8-16 83.2-48 112-32 28.8-67.2 48-112 48Z"})]))}}),E8=B8,j8=e.defineComponent({name:"Histogram",__name:"histogram",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M416 896V128h192v768zm-288 0V448h192v448zm576 0V320h192v576z"})]))}}),V8=j8,S8=e.defineComponent({name:"HomeFilled",__name:"home-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 128 128 447.936V896h255.936V640H640v256h255.936V447.936z"})]))}}),N8=S8,M8=e.defineComponent({name:"HotWater",__name:"hot-water",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M273.067 477.867h477.866V409.6H273.067zm0 68.266v51.2A187.733 187.733 0 0 0 460.8 785.067h102.4a187.733 187.733 0 0 0 187.733-187.734v-51.2H273.067zm-34.134-204.8h546.134a34.133 34.133 0 0 1 34.133 34.134v221.866a256 256 0 0 1-256 256H460.8a256 256 0 0 1-256-256V375.467a34.133 34.133 0 0 1 34.133-34.134zM512 34.133a34.133 34.133 0 0 1 34.133 34.134v170.666a34.133 34.133 0 0 1-68.266 0V68.267A34.133 34.133 0 0 1 512 34.133zM375.467 102.4a34.133 34.133 0 0 1 34.133 34.133v102.4a34.133 34.133 0 0 1-68.267 0v-102.4a34.133 34.133 0 0 1 34.134-34.133m273.066 0a34.133 34.133 0 0 1 34.134 34.133v102.4a34.133 34.133 0 1 1-68.267 0v-102.4a34.133 34.133 0 0 1 34.133-34.133M170.667 921.668h682.666a34.133 34.133 0 1 1 0 68.267H170.667a34.133 34.133 0 1 1 0-68.267z"})]))}}),P8=M8,A8=e.defineComponent({name:"House",__name:"house",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M192 413.952V896h640V413.952L512 147.328zM139.52 374.4l352-293.312a32 32 0 0 1 40.96 0l352 293.312A32 32 0 0 1 896 398.976V928a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V398.976a32 32 0 0 1 11.52-24.576"})]))}}),q8=A8,T8=e.defineComponent({name:"IceCreamRound",__name:"ice-cream-round",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m308.352 489.344 226.304 226.304a32 32 0 0 0 45.248 0L783.552 512A192 192 0 1 0 512 240.448L308.352 444.16a32 32 0 0 0 0 45.248zm135.744 226.304L308.352 851.392a96 96 0 0 1-135.744-135.744l135.744-135.744-45.248-45.248a96 96 0 0 1 0-135.808L466.752 195.2A256 256 0 0 1 828.8 557.248L625.152 760.96a96 96 0 0 1-135.808 0l-45.248-45.248zM398.848 670.4 353.6 625.152 217.856 760.896a32 32 0 0 0 45.248 45.248zm248.96-384.64a32 32 0 0 1 0 45.248L466.624 512a32 32 0 1 1-45.184-45.248l180.992-181.056a32 32 0 0 1 45.248 0zm90.496 90.496a32 32 0 0 1 0 45.248L557.248 602.496A32 32 0 1 1 512 557.248l180.992-180.992a32 32 0 0 1 45.312 0z"})]))}}),D8=T8,F8=e.defineComponent({name:"IceCreamSquare",__name:"ice-cream-square",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M416 640h256a32 32 0 0 0 32-32V160a32 32 0 0 0-32-32H352a32 32 0 0 0-32 32v448a32 32 0 0 0 32 32zm192 64v160a96 96 0 0 1-192 0V704h-64a96 96 0 0 1-96-96V160a96 96 0 0 1 96-96h320a96 96 0 0 1 96 96v448a96 96 0 0 1-96 96zm-64 0h-64v160a32 32 0 1 0 64 0z"})]))}}),I8=F8,H8=e.defineComponent({name:"IceCream",__name:"ice-cream",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M128.64 448a208 208 0 0 1 193.536-191.552 224 224 0 0 1 445.248 15.488A208.128 208.128 0 0 1 894.784 448H896L548.8 983.68a32 32 0 0 1-53.248.704L128 448zm64.256 0h286.208a144 144 0 0 0-286.208 0zm351.36 0h286.272a144 144 0 0 0-286.272 0zm-294.848 64 271.808 396.608L778.24 512H249.408zM511.68 352.64a207.872 207.872 0 0 1 189.184-96.192 160 160 0 0 0-314.752 5.632c52.608 12.992 97.28 46.08 125.568 90.56"})]))}}),$8=H8,L8=e.defineComponent({name:"IceDrink",__name:"ice-drink",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 448v128h239.68l16.064-128zm-64 0H256.256l16.064 128H448zm64-255.36V384h247.744A256.128 256.128 0 0 0 512 192.64m-64 8.064A256.448 256.448 0 0 0 264.256 384H448zm64-72.064A320.128 320.128 0 0 1 825.472 384H896a32 32 0 1 1 0 64h-64v1.92l-56.96 454.016A64 64 0 0 1 711.552 960H312.448a64 64 0 0 1-63.488-56.064L192 449.92V448h-64a32 32 0 0 1 0-64h70.528A320.384 320.384 0 0 1 448 135.04V96a96 96 0 0 1 96-96h128a32 32 0 1 1 0 64H544a32 32 0 0 0-32 32zM743.68 640H280.32l32.128 256h399.104z"})]))}}),O8=L8,R8=e.defineComponent({name:"IceTea",__name:"ice-tea",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M197.696 259.648a320.128 320.128 0 0 1 628.608 0A96 96 0 0 1 896 352v64a96 96 0 0 1-71.616 92.864l-49.408 395.072A64 64 0 0 1 711.488 960H312.512a64 64 0 0 1-63.488-56.064l-49.408-395.072A96 96 0 0 1 128 416v-64a96 96 0 0 1 69.696-92.352M264.064 256h495.872a256.128 256.128 0 0 0-495.872 0m495.424 256H264.512l48 384h398.976zM224 448h576a32 32 0 0 0 32-32v-64a32 32 0 0 0-32-32H224a32 32 0 0 0-32 32v64a32 32 0 0 0 32 32m160 192h64v64h-64zm192 64h64v64h-64zm-128 64h64v64h-64zm64-192h64v64h-64z"})]))}}),U8=R8,Y8=e.defineComponent({name:"InfoFilled",__name:"info-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896.064A448 448 0 0 1 512 64m67.2 275.072c33.28 0 60.288-23.104 60.288-57.344s-27.072-57.344-60.288-57.344c-33.28 0-60.16 23.104-60.16 57.344s26.88 57.344 60.16 57.344M590.912 699.2c0-6.848 2.368-24.64 1.024-34.752l-52.608 60.544c-10.88 11.456-24.512 19.392-30.912 17.28a12.992 12.992 0 0 1-8.256-14.72l87.68-276.992c7.168-35.136-12.544-67.2-54.336-71.296-44.096 0-108.992 44.736-148.48 101.504 0 6.784-1.28 23.68.064 33.792l52.544-60.608c10.88-11.328 23.552-19.328 29.952-17.152a12.8 12.8 0 0 1 7.808 16.128L388.48 728.576c-10.048 32.256 8.96 63.872 55.04 71.04 67.84 0 107.904-43.648 147.456-100.416z"})]))}}),W8=Y8,G8=e.defineComponent({name:"Iphone",__name:"iphone",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M224 768v96.064a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64V768zm0-64h576V160a64 64 0 0 0-64-64H288a64 64 0 0 0-64 64zm32 288a96 96 0 0 1-96-96V128a96 96 0 0 1 96-96h512a96 96 0 0 1 96 96v768a96 96 0 0 1-96 96zm304-144a48 48 0 1 1-96 0 48 48 0 0 1 96 0"})]))}}),K8=G8,Z8=e.defineComponent({name:"Key",__name:"key",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M448 456.064V96a32 32 0 0 1 32-32.064L672 64a32 32 0 0 1 0 64H512v128h160a32 32 0 0 1 0 64H512v128a256 256 0 1 1-64 8.064M512 896a192 192 0 1 0 0-384 192 192 0 0 0 0 384"})]))}}),X8=Z8,Q8=e.defineComponent({name:"KnifeFork",__name:"knife-fork",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M256 410.56V96a32 32 0 0 1 64 0v314.56A96 96 0 0 0 384 320V96a32 32 0 0 1 64 0v224a160 160 0 0 1-128 156.8V928a32 32 0 1 1-64 0V476.8A160 160 0 0 1 128 320V96a32 32 0 0 1 64 0v224a96 96 0 0 0 64 90.56m384-250.24V544h126.72c-3.328-78.72-12.928-147.968-28.608-207.744-14.336-54.528-46.848-113.344-98.112-175.872zM640 608v320a32 32 0 1 1-64 0V64h64c85.312 89.472 138.688 174.848 160 256 21.312 81.152 32 177.152 32 288z"})]))}}),J8=Q8,em=e.defineComponent({name:"Lightning",__name:"lightning",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M288 671.36v64.128A239.808 239.808 0 0 1 63.744 496.192a240.32 240.32 0 0 1 199.488-236.8 256.128 256.128 0 0 1 487.872-30.976A256.064 256.064 0 0 1 736 734.016v-64.768a192 192 0 0 0 3.328-377.92l-35.2-6.592-12.8-33.408a192.064 192.064 0 0 0-365.952 23.232l-9.92 40.896-41.472 7.04a176.32 176.32 0 0 0-146.24 173.568c0 91.968 70.464 167.36 160.256 175.232z"}),e.createElementVNode("path",{fill:"currentColor",d:"M416 736a32 32 0 0 1-27.776-47.872l128-224a32 32 0 1 1 55.552 31.744L471.168 672H608a32 32 0 0 1 27.776 47.872l-128 224a32 32 0 1 1-55.68-31.744L552.96 736z"})]))}}),nm=em,tm=e.defineComponent({name:"Link",__name:"link",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M715.648 625.152 670.4 579.904l90.496-90.56c75.008-74.944 85.12-186.368 22.656-248.896-62.528-62.464-173.952-52.352-248.96 22.656L444.16 353.6l-45.248-45.248 90.496-90.496c100.032-99.968 251.968-110.08 339.456-22.656 87.488 87.488 77.312 239.424-22.656 339.456l-90.496 90.496zm-90.496 90.496-90.496 90.496C434.624 906.112 282.688 916.224 195.2 828.8c-87.488-87.488-77.312-239.424 22.656-339.456l90.496-90.496 45.248 45.248-90.496 90.56c-75.008 74.944-85.12 186.368-22.656 248.896 62.528 62.464 173.952 52.352 248.96-22.656l90.496-90.496zm0-362.048 45.248 45.248L398.848 670.4 353.6 625.152z"})]))}}),rm=tm,om=e.defineComponent({name:"List",__name:"list",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M704 192h160v736H160V192h160v64h384zM288 512h448v-64H288zm0 256h448v-64H288zm96-576V96h256v96z"})]))}}),am=om,lm=e.defineComponent({name:"Loading",__name:"loading",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 640a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V736a32 32 0 0 1 32-32m448-192a32 32 0 0 1-32 32H736a32 32 0 1 1 0-64h192a32 32 0 0 1 32 32m-640 0a32 32 0 0 1-32 32H96a32 32 0 0 1 0-64h192a32 32 0 0 1 32 32M195.2 195.2a32 32 0 0 1 45.248 0L376.32 331.008a32 32 0 0 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248zm452.544 452.544a32 32 0 0 1 45.248 0L828.8 783.552a32 32 0 0 1-45.248 45.248L647.744 692.992a32 32 0 0 1 0-45.248zM828.8 195.264a32 32 0 0 1 0 45.184L692.992 376.32a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0m-452.544 452.48a32 32 0 0 1 0 45.248L240.448 828.8a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0z"})]))}}),im=lm,sm=e.defineComponent({name:"LocationFilled",__name:"location-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 928c23.936 0 117.504-68.352 192.064-153.152C803.456 661.888 864 535.808 864 416c0-189.632-155.84-320-352-320S160 226.368 160 416c0 120.32 60.544 246.4 159.936 359.232C394.432 859.84 488 928 512 928m0-435.2a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 140.8a204.8 204.8 0 1 1 0-409.6 204.8 204.8 0 0 1 0 409.6"})]))}}),cm=sm,um=e.defineComponent({name:"LocationInformation",__name:"location-information",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),e.createElementVNode("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 512a96 96 0 1 0 0-192 96 96 0 0 0 0 192m0 64a160 160 0 1 1 0-320 160 160 0 0 1 0 320"})]))}}),dm=um,hm=e.defineComponent({name:"Location",__name:"location",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 512a96 96 0 1 0 0-192 96 96 0 0 0 0 192m0 64a160 160 0 1 1 0-320 160 160 0 0 1 0 320"})]))}}),pm=hm,fm=e.defineComponent({name:"Lock",__name:"lock",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M224 448a32 32 0 0 0-32 32v384a32 32 0 0 0 32 32h576a32 32 0 0 0 32-32V480a32 32 0 0 0-32-32zm0-64h576a96 96 0 0 1 96 96v384a96 96 0 0 1-96 96H224a96 96 0 0 1-96-96V480a96 96 0 0 1 96-96"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 544a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V576a32 32 0 0 1 32-32m192-160v-64a192 192 0 1 0-384 0v64zM512 64a256 256 0 0 1 256 256v128H256V320A256 256 0 0 1 512 64"})]))}}),gm=fm,mm=e.defineComponent({name:"Lollipop",__name:"lollipop",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M513.28 448a64 64 0 1 1 76.544 49.728A96 96 0 0 0 768 448h64a160 160 0 0 1-320 0zm-126.976-29.696a256 256 0 1 0 43.52-180.48A256 256 0 0 1 832 448h-64a192 192 0 0 0-381.696-29.696m105.664 249.472L285.696 874.048a96 96 0 0 1-135.68-135.744l206.208-206.272a320 320 0 1 1 135.744 135.744zm-54.464-36.032a321.92 321.92 0 0 1-45.248-45.248L195.2 783.552a32 32 0 1 0 45.248 45.248l197.056-197.12z"})]))}}),_m=mm,ym=e.defineComponent({name:"MagicStick",__name:"magic-stick",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64h64v192h-64zm0 576h64v192h-64zM160 480v-64h192v64zm576 0v-64h192v64zM249.856 199.04l45.248-45.184L430.848 289.6 385.6 334.848 249.856 199.104zM657.152 606.4l45.248-45.248 135.744 135.744-45.248 45.248zM114.048 923.2 68.8 877.952l316.8-316.8 45.248 45.248zM702.4 334.848 657.152 289.6l135.744-135.744 45.248 45.248z"})]))}}),xm=ym,wm=e.defineComponent({name:"Magnet",__name:"magnet",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M832 320V192H704v320a192 192 0 1 1-384 0V192H192v128h128v64H192v128a320 320 0 0 0 640 0V384H704v-64zM640 512V128h256v384a384 384 0 1 1-768 0V128h256v384a128 128 0 1 0 256 0"})]))}}),bm=wm,vm=e.defineComponent({name:"Male",__name:"male",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M399.5 849.5a225 225 0 1 0 0-450 225 225 0 0 0 0 450m0 56.25a281.25 281.25 0 1 1 0-562.5 281.25 281.25 0 0 1 0 562.5m253.125-787.5h225q28.125 0 28.125 28.125T877.625 174.5h-225q-28.125 0-28.125-28.125t28.125-28.125"}),e.createElementVNode("path",{fill:"currentColor",d:"M877.625 118.25q28.125 0 28.125 28.125v225q0 28.125-28.125 28.125T849.5 371.375v-225q0-28.125 28.125-28.125"}),e.createElementVNode("path",{fill:"currentColor",d:"M604.813 458.9 565.1 419.131l292.613-292.668 39.825 39.824z"})]))}}),zm=vm,Cm=e.defineComponent({name:"Management",__name:"management",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M576 128v288l96-96 96 96V128h128v768H320V128zm-448 0h128v768H128z"})]))}}),km=Cm,Bm=e.defineComponent({name:"MapLocation",__name:"map-location",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256m345.6 192L960 960H672v-64H352v64H64l102.4-256zm-68.928 0H235.328l-76.8 192h706.944z"})]))}}),Em=Bm,jm=e.defineComponent({name:"Medal",__name:"medal",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 896a256 256 0 1 0 0-512 256 256 0 0 0 0 512m0 64a320 320 0 1 1 0-640 320 320 0 0 1 0 640"}),e.createElementVNode("path",{fill:"currentColor",d:"M576 128H448v200a286.72 286.72 0 0 1 64-8c19.52 0 40.832 2.688 64 8zm64 0v219.648c24.448 9.088 50.56 20.416 78.4 33.92L757.44 128zm-256 0H266.624l39.04 253.568c27.84-13.504 53.888-24.832 78.336-33.92V128zM229.312 64h565.376a32 32 0 0 1 31.616 36.864L768 480c-113.792-64-199.104-96-256-96-56.896 0-142.208 32-256 96l-58.304-379.136A32 32 0 0 1 229.312 64"})]))}}),Vm=jm,Sm=e.defineComponent({name:"Memo",__name:"memo",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M480 320h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32"}),e.createElementVNode("path",{fill:"currentColor",d:"M887.01 72.99C881.01 67 873.34 64 864 64H160c-9.35 0-17.02 3-23.01 8.99C131 78.99 128 86.66 128 96v832c0 9.35 2.99 17.02 8.99 23.01S150.66 960 160 960h704c9.35 0 17.02-2.99 23.01-8.99S896 937.34 896 928V96c0-9.35-3-17.02-8.99-23.01M192 896V128h96v768zm640 0H352V128h480z"}),e.createElementVNode("path",{fill:"currentColor",d:"M480 512h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32m0 192h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32"})]))}}),Nm=Sm,Mm=e.defineComponent({name:"Menu",__name:"menu",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M160 448a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zM160 896a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32z"})]))}}),Pm=Mm,Am=e.defineComponent({name:"MessageBox",__name:"message-box",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M288 384h448v64H288zm96-128h256v64H384zM131.456 512H384v128h256V512h252.544L721.856 192H302.144zM896 576H704v128H320V576H128v256h768zM275.776 128h472.448a32 32 0 0 1 28.608 17.664l179.84 359.552A32 32 0 0 1 960 519.552V864a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V519.552a32 32 0 0 1 3.392-14.336l179.776-359.552A32 32 0 0 1 275.776 128z"})]))}}),qm=Am,Tm=e.defineComponent({name:"Message",__name:"message",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M128 224v512a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V224zm0-64h768a64 64 0 0 1 64 64v512a128 128 0 0 1-128 128H192A128 128 0 0 1 64 736V224a64 64 0 0 1 64-64"}),e.createElementVNode("path",{fill:"currentColor",d:"M904 224 656.512 506.88a192 192 0 0 1-289.024 0L120 224zm-698.944 0 210.56 240.704a128 128 0 0 0 192.704 0L818.944 224H205.056"})]))}}),Dm=Tm,Fm=e.defineComponent({name:"Mic",__name:"mic",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M480 704h160a64 64 0 0 0 64-64v-32h-96a32 32 0 0 1 0-64h96v-96h-96a32 32 0 0 1 0-64h96v-96h-96a32 32 0 0 1 0-64h96v-32a64 64 0 0 0-64-64H384a64 64 0 0 0-64 64v32h96a32 32 0 0 1 0 64h-96v96h96a32 32 0 0 1 0 64h-96v96h96a32 32 0 0 1 0 64h-96v32a64 64 0 0 0 64 64zm64 64v128h192a32 32 0 1 1 0 64H288a32 32 0 1 1 0-64h192V768h-96a128 128 0 0 1-128-128V192A128 128 0 0 1 384 64h256a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128z"})]))}}),Im=Fm,Hm=e.defineComponent({name:"Microphone",__name:"microphone",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 128a128 128 0 0 0-128 128v256a128 128 0 1 0 256 0V256a128 128 0 0 0-128-128m0-64a192 192 0 0 1 192 192v256a192 192 0 1 1-384 0V256A192 192 0 0 1 512 64m-32 832v-64a288 288 0 0 1-288-288v-32a32 32 0 0 1 64 0v32a224 224 0 0 0 224 224h64a224 224 0 0 0 224-224v-32a32 32 0 1 1 64 0v32a288 288 0 0 1-288 288v64h64a32 32 0 1 1 0 64H416a32 32 0 1 1 0-64z"})]))}}),$m=Hm,Lm=e.defineComponent({name:"MilkTea",__name:"milk-tea",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M416 128V96a96 96 0 0 1 96-96h128a32 32 0 1 1 0 64H512a32 32 0 0 0-32 32v32h320a96 96 0 0 1 11.712 191.296l-39.68 581.056A64 64 0 0 1 708.224 960H315.776a64 64 0 0 1-63.872-59.648l-39.616-581.056A96 96 0 0 1 224 128zM276.48 320l39.296 576h392.448l4.8-70.784a224.064 224.064 0 0 1 30.016-439.808L747.52 320zM224 256h576a32 32 0 1 0 0-64H224a32 32 0 0 0 0 64m493.44 503.872 21.12-309.12a160 160 0 0 0-21.12 309.12"})]))}}),Om=Lm,Rm=e.defineComponent({name:"Minus",__name:"minus",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64"})]))}}),Um=Rm,Ym=e.defineComponent({name:"Money",__name:"money",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M256 640v192h640V384H768v-64h150.976c14.272 0 19.456 1.472 24.64 4.288a29.056 29.056 0 0 1 12.16 12.096c2.752 5.184 4.224 10.368 4.224 24.64v493.952c0 14.272-1.472 19.456-4.288 24.64a29.056 29.056 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H233.024c-14.272 0-19.456-1.472-24.64-4.288a29.056 29.056 0 0 1-12.16-12.096c-2.688-5.184-4.224-10.368-4.224-24.576V640z"}),e.createElementVNode("path",{fill:"currentColor",d:"M768 192H128v448h640zm64-22.976v493.952c0 14.272-1.472 19.456-4.288 24.64a29.056 29.056 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H105.024c-14.272 0-19.456-1.472-24.64-4.288a29.056 29.056 0 0 1-12.16-12.096C65.536 682.432 64 677.248 64 663.04V169.024c0-14.272 1.472-19.456 4.288-24.64a29.056 29.056 0 0 1 12.096-12.16C85.568 129.536 90.752 128 104.96 128h685.952c14.272 0 19.456 1.472 24.64 4.288a29.056 29.056 0 0 1 12.16 12.096c2.752 5.184 4.224 10.368 4.224 24.64z"}),e.createElementVNode("path",{fill:"currentColor",d:"M448 576a160 160 0 1 1 0-320 160 160 0 0 1 0 320m0-64a96 96 0 1 0 0-192 96 96 0 0 0 0 192"})]))}}),Wm=Ym,Gm=e.defineComponent({name:"Monitor",__name:"monitor",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M544 768v128h192a32 32 0 1 1 0 64H288a32 32 0 1 1 0-64h192V768H192A128 128 0 0 1 64 640V256a128 128 0 0 1 128-128h640a128 128 0 0 1 128 128v384a128 128 0 0 1-128 128zM192 192a64 64 0 0 0-64 64v384a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64z"})]))}}),Km=Gm,Zm=e.defineComponent({name:"MoonNight",__name:"moon-night",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M384 512a448 448 0 0 1 215.872-383.296A384 384 0 0 0 213.76 640h188.8A448.256 448.256 0 0 1 384 512M171.136 704a448 448 0 0 1 636.992-575.296A384 384 0 0 0 499.328 704h-328.32z"}),e.createElementVNode("path",{fill:"currentColor",d:"M32 640h960q32 0 32 32t-32 32H32q-32 0-32-32t32-32m128 128h384a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m160 127.68 224 .256a32 32 0 0 1 32 32V928a32 32 0 0 1-32 32l-224-.384a32 32 0 0 1-32-32v-.064a32 32 0 0 1 32-32z"})]))}}),Xm=Zm,Qm=e.defineComponent({name:"Moon",__name:"moon",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M240.448 240.448a384 384 0 1 0 559.424 525.696 448 448 0 0 1-542.016-542.08 390.592 390.592 0 0 0-17.408 16.384zm181.056 362.048a384 384 0 0 0 525.632 16.384A448 448 0 1 1 405.056 76.8a384 384 0 0 0 16.448 525.696"})]))}}),Jm=Qm,e_=e.defineComponent({name:"MoreFilled",__name:"more-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M176 416a112 112 0 1 1 0 224 112 112 0 0 1 0-224m336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224m336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224"})]))}}),Ai=e_,n_=e.defineComponent({name:"More",__name:"more",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M176 416a112 112 0 1 0 0 224 112 112 0 0 0 0-224m0 64a48 48 0 1 1 0 96 48 48 0 0 1 0-96m336-64a112 112 0 1 1 0 224 112 112 0 0 1 0-224m0 64a48 48 0 1 0 0 96 48 48 0 0 0 0-96m336-64a112 112 0 1 1 0 224 112 112 0 0 1 0-224m0 64a48 48 0 1 0 0 96 48 48 0 0 0 0-96"})]))}}),t_=n_,r_=e.defineComponent({name:"MostlyCloudy",__name:"mostly-cloudy",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M737.216 357.952 704 349.824l-11.776-32a192.064 192.064 0 0 0-367.424 23.04l-8.96 39.04-39.04 8.96A192.064 192.064 0 0 0 320 768h368a207.808 207.808 0 0 0 207.808-208 208.32 208.32 0 0 0-158.592-202.048m15.168-62.208A272.32 272.32 0 0 1 959.744 560a271.808 271.808 0 0 1-271.552 272H320a256 256 0 0 1-57.536-505.536 256.128 256.128 0 0 1 489.92-30.72"})]))}}),o_=r_,a_=e.defineComponent({name:"Mouse",__name:"mouse",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M438.144 256c-68.352 0-92.736 4.672-117.76 18.112-20.096 10.752-35.52 26.176-46.272 46.272C260.672 345.408 256 369.792 256 438.144v275.712c0 68.352 4.672 92.736 18.112 117.76 10.752 20.096 26.176 35.52 46.272 46.272C345.408 891.328 369.792 896 438.144 896h147.712c68.352 0 92.736-4.672 117.76-18.112 20.096-10.752 35.52-26.176 46.272-46.272C763.328 806.592 768 782.208 768 713.856V438.144c0-68.352-4.672-92.736-18.112-117.76a110.464 110.464 0 0 0-46.272-46.272C678.592 260.672 654.208 256 585.856 256zm0-64h147.712c85.568 0 116.608 8.96 147.904 25.6 31.36 16.768 55.872 41.344 72.576 72.64C823.104 321.536 832 352.576 832 438.08v275.84c0 85.504-8.96 116.544-25.6 147.84a174.464 174.464 0 0 1-72.64 72.576C702.464 951.104 671.424 960 585.92 960H438.08c-85.504 0-116.544-8.96-147.84-25.6a174.464 174.464 0 0 1-72.64-72.704c-16.768-31.296-25.664-62.336-25.664-147.84v-275.84c0-85.504 8.96-116.544 25.6-147.84a174.464 174.464 0 0 1 72.768-72.576c31.232-16.704 62.272-25.6 147.776-25.6z"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 320q32 0 32 32v128q0 32-32 32t-32-32V352q0-32 32-32m32-96a32 32 0 0 1-64 0v-64a32 32 0 0 0-32-32h-96a32 32 0 0 1 0-64h96a96 96 0 0 1 96 96z"})]))}}),l_=a_,i_=e.defineComponent({name:"Mug",__name:"mug",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M736 800V160H160v640a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64m64-544h63.552a96 96 0 0 1 96 96v224a96 96 0 0 1-96 96H800v128a128 128 0 0 1-128 128H224A128 128 0 0 1 96 800V128a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 64v288h63.552a32 32 0 0 0 32-32V352a32 32 0 0 0-32-32z"})]))}}),s_=i_,c_=e.defineComponent({name:"MuteNotification",__name:"mute-notification",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m241.216 832 63.616-64H768V448c0-42.368-10.24-82.304-28.48-117.504l46.912-47.232C815.36 331.392 832 387.84 832 448v320h96a32 32 0 1 1 0 64zm-90.24 0H96a32 32 0 1 1 0-64h96V448a320.128 320.128 0 0 1 256-313.6V128a64 64 0 1 1 128 0v6.4a319.552 319.552 0 0 1 171.648 97.088l-45.184 45.44A256 256 0 0 0 256 448v278.336L151.04 832zM448 896h128a64 64 0 0 1-128 0"}),e.createElementVNode("path",{fill:"currentColor",d:"M150.72 859.072a32 32 0 0 1-45.44-45.056l704-708.544a32 32 0 0 1 45.44 45.056l-704 708.544z"})]))}}),u_=c_,d_=e.defineComponent({name:"Mute",__name:"mute",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m412.16 592.128-45.44 45.44A191.232 191.232 0 0 1 320 512V256a192 192 0 1 1 384 0v44.352l-64 64V256a128 128 0 1 0-256 0v256c0 30.336 10.56 58.24 28.16 80.128m51.968 38.592A128 128 0 0 0 640 512v-57.152l64-64V512a192 192 0 0 1-287.68 166.528zM314.88 779.968l46.144-46.08A222.976 222.976 0 0 0 480 768h64a224 224 0 0 0 224-224v-32a32 32 0 1 1 64 0v32a288 288 0 0 1-288 288v64h64a32 32 0 1 1 0 64H416a32 32 0 1 1 0-64h64v-64c-61.44 0-118.4-19.2-165.12-52.032M266.752 737.6A286.976 286.976 0 0 1 192 544v-32a32 32 0 0 1 64 0v32c0 56.832 21.184 108.8 56.064 148.288z"}),e.createElementVNode("path",{fill:"currentColor",d:"M150.72 859.072a32 32 0 0 1-45.44-45.056l704-708.544a32 32 0 0 1 45.44 45.056l-704 708.544z"})]))}}),h_=d_,p_=e.defineComponent({name:"NoSmoking",__name:"no-smoking",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M440.256 576H256v128h56.256l-64 64H224a32 32 0 0 1-32-32V544a32 32 0 0 1 32-32h280.256zm143.488 128H704V583.744L775.744 512H928a32 32 0 0 1 32 32v192a32 32 0 0 1-32 32H519.744zM768 576v128h128V576zm-29.696-207.552 45.248 45.248-497.856 497.856-45.248-45.248zM256 64h64v320h-64zM128 192h64v192h-64zM64 512h64v256H64z"})]))}}),f_=p_,g_=e.defineComponent({name:"Notebook",__name:"notebook",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M192 128v768h640V128zm-32-64h704a32 32 0 0 1 32 32v832a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"}),e.createElementVNode("path",{fill:"currentColor",d:"M672 128h64v768h-64zM96 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32m0 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32m0 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32m0 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32"})]))}}),m_=g_,__=e.defineComponent({name:"Notification",__name:"notification",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 128v64H256a64 64 0 0 0-64 64v512a64 64 0 0 0 64 64h512a64 64 0 0 0 64-64V512h64v256a128 128 0 0 1-128 128H256a128 128 0 0 1-128-128V256a128 128 0 0 1 128-128z"}),e.createElementVNode("path",{fill:"currentColor",d:"M768 384a128 128 0 1 0 0-256 128 128 0 0 0 0 256m0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384"})]))}}),y_=__,x_=e.defineComponent({name:"Odometer",__name:"odometer",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),e.createElementVNode("path",{fill:"currentColor",d:"M192 512a320 320 0 1 1 640 0 32 32 0 1 1-64 0 256 256 0 1 0-512 0 32 32 0 0 1-64 0"}),e.createElementVNode("path",{fill:"currentColor",d:"M570.432 627.84A96 96 0 1 1 509.568 608l60.992-187.776A32 32 0 1 1 631.424 440l-60.992 187.776zM502.08 734.464a32 32 0 1 0 19.84-60.928 32 32 0 0 0-19.84 60.928"})]))}}),w_=x_,b_=e.defineComponent({name:"OfficeBuilding",__name:"office-building",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M192 128v704h384V128zm-32-64h448a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"}),e.createElementVNode("path",{fill:"currentColor",d:"M256 256h256v64H256zm0 192h256v64H256zm0 192h256v64H256zm384-128h128v64H640zm0 128h128v64H640zM64 832h896v64H64z"}),e.createElementVNode("path",{fill:"currentColor",d:"M640 384v448h192V384zm-32-64h256a32 32 0 0 1 32 32v512a32 32 0 0 1-32 32H608a32 32 0 0 1-32-32V352a32 32 0 0 1 32-32"})]))}}),v_=b_,z_=e.defineComponent({name:"Open",__name:"open",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M329.956 257.138a254.862 254.862 0 0 0 0 509.724h364.088a254.862 254.862 0 0 0 0-509.724zm0-72.818h364.088a327.68 327.68 0 1 1 0 655.36H329.956a327.68 327.68 0 1 1 0-655.36z"}),e.createElementVNode("path",{fill:"currentColor",d:"M694.044 621.227a109.227 109.227 0 1 0 0-218.454 109.227 109.227 0 0 0 0 218.454m0 72.817a182.044 182.044 0 1 1 0-364.088 182.044 182.044 0 0 1 0 364.088"})]))}}),C_=z_,k_=e.defineComponent({name:"Operation",__name:"operation",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M389.44 768a96.064 96.064 0 0 1 181.12 0H896v64H570.56a96.064 96.064 0 0 1-181.12 0H128v-64zm192-288a96.064 96.064 0 0 1 181.12 0H896v64H762.56a96.064 96.064 0 0 1-181.12 0H128v-64zm-320-288a96.064 96.064 0 0 1 181.12 0H896v64H442.56a96.064 96.064 0 0 1-181.12 0H128v-64z"})]))}}),B_=k_,E_=e.defineComponent({name:"Opportunity",__name:"opportunity",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M384 960v-64h192.064v64zm448-544a350.656 350.656 0 0 1-128.32 271.424C665.344 719.04 640 763.776 640 813.504V832H320v-14.336c0-48-19.392-95.36-57.216-124.992a351.552 351.552 0 0 1-128.448-344.256c25.344-136.448 133.888-248.128 269.76-276.48A352.384 352.384 0 0 1 832 416m-544 32c0-132.288 75.904-224 192-224v-64c-154.432 0-256 122.752-256 288z"})]))}}),j_=E_,V_=e.defineComponent({name:"Orange",__name:"orange",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M544 894.72a382.336 382.336 0 0 0 215.936-89.472L577.024 622.272c-10.24 6.016-21.248 10.688-33.024 13.696v258.688zm261.248-134.784A382.336 382.336 0 0 0 894.656 544H635.968c-3.008 11.776-7.68 22.848-13.696 33.024l182.976 182.912zM894.656 480a382.336 382.336 0 0 0-89.408-215.936L622.272 446.976c6.016 10.24 10.688 21.248 13.696 33.024h258.688zm-134.72-261.248A382.336 382.336 0 0 0 544 129.344v258.688c11.776 3.008 22.848 7.68 33.024 13.696zM480 129.344a382.336 382.336 0 0 0-215.936 89.408l182.912 182.976c10.24-6.016 21.248-10.688 33.024-13.696zm-261.248 134.72A382.336 382.336 0 0 0 129.344 480h258.688c3.008-11.776 7.68-22.848 13.696-33.024zM129.344 544a382.336 382.336 0 0 0 89.408 215.936l182.976-182.912A127.232 127.232 0 0 1 388.032 544zm134.72 261.248A382.336 382.336 0 0 0 480 894.656V635.968a127.232 127.232 0 0 1-33.024-13.696zM512 960a448 448 0 1 1 0-896 448 448 0 0 1 0 896m0-384a64 64 0 1 0 0-128 64 64 0 0 0 0 128"})]))}}),S_=V_,N_=e.defineComponent({name:"Paperclip",__name:"paperclip",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M602.496 240.448A192 192 0 1 1 874.048 512l-316.8 316.8A256 256 0 0 1 195.2 466.752L602.496 59.456l45.248 45.248L240.448 512A192 192 0 0 0 512 783.552l316.8-316.8a128 128 0 1 0-181.056-181.056L353.6 579.904a32 32 0 1 0 45.248 45.248l294.144-294.144 45.312 45.248L444.096 670.4a96 96 0 1 1-135.744-135.744l294.144-294.208z"})]))}}),M_=N_,P_=e.defineComponent({name:"PartlyCloudy",__name:"partly-cloudy",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M598.4 895.872H328.192a256 256 0 0 1-34.496-510.528A352 352 0 1 1 598.4 895.872m-271.36-64h272.256a288 288 0 1 0-248.512-417.664L335.04 445.44l-34.816 3.584a192 192 0 0 0 26.88 382.848z"}),e.createElementVNode("path",{fill:"currentColor",d:"M139.84 501.888a256 256 0 1 1 417.856-277.12c-17.728 2.176-38.208 8.448-61.504 18.816A192 192 0 1 0 189.12 460.48a6003.84 6003.84 0 0 0-49.28 41.408z"})]))}}),A_=P_,q_=e.defineComponent({name:"Pear",__name:"pear",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M542.336 258.816a443.255 443.255 0 0 0-9.024 25.088 32 32 0 1 1-60.8-20.032l1.088-3.328a162.688 162.688 0 0 0-122.048 131.392l-17.088 102.72-20.736 15.36C256.192 552.704 224 610.88 224 672c0 120.576 126.4 224 288 224s288-103.424 288-224c0-61.12-32.192-119.296-89.728-161.92l-20.736-15.424-17.088-102.72a162.688 162.688 0 0 0-130.112-133.12zm-40.128-66.56c7.936-15.552 16.576-30.08 25.92-43.776 23.296-33.92 49.408-59.776 78.528-77.12a32 32 0 1 1 32.704 55.04c-20.544 12.224-40.064 31.552-58.432 58.304a316.608 316.608 0 0 0-9.792 15.104 226.688 226.688 0 0 1 164.48 181.568l12.8 77.248C819.456 511.36 864 587.392 864 672c0 159.04-157.568 288-352 288S160 831.04 160 672c0-84.608 44.608-160.64 115.584-213.376l12.8-77.248a226.624 226.624 0 0 1 213.76-189.184z"})]))}}),T_=q_,D_=e.defineComponent({name:"PhoneFilled",__name:"phone-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M199.232 125.568 90.624 379.008a32 32 0 0 0 6.784 35.2l512.384 512.384a32 32 0 0 0 35.2 6.784l253.44-108.608a32 32 0 0 0 10.048-52.032L769.6 633.92a32 32 0 0 0-36.928-5.952l-130.176 65.088-271.488-271.552 65.024-130.176a32 32 0 0 0-5.952-36.928L251.2 115.52a32 32 0 0 0-51.968 10.048z"})]))}}),F_=D_,I_=e.defineComponent({name:"Phone",__name:"phone",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M79.36 432.256 591.744 944.64a32 32 0 0 0 35.2 6.784l253.44-108.544a32 32 0 0 0 9.984-52.032l-153.856-153.92a32 32 0 0 0-36.928-6.016l-69.888 34.944L358.08 394.24l35.008-69.888a32 32 0 0 0-5.952-36.928L233.152 133.568a32 32 0 0 0-52.032 10.048L72.512 397.056a32 32 0 0 0 6.784 35.2zm60.48-29.952 81.536-190.08L325.568 316.48l-24.64 49.216-20.608 41.216 32.576 32.64 271.552 271.552 32.64 32.64 41.216-20.672 49.28-24.576 104.192 104.128-190.08 81.472L139.84 402.304zM512 320v-64a256 256 0 0 1 256 256h-64a192 192 0 0 0-192-192m0-192V64a448 448 0 0 1 448 448h-64a384 384 0 0 0-384-384"})]))}}),H_=I_,$_=e.defineComponent({name:"PictureFilled",__name:"picture-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M96 896a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h832a32 32 0 0 1 32 32v704a32 32 0 0 1-32 32zm315.52-228.48-68.928-68.928a32 32 0 0 0-45.248 0L128 768.064h778.688l-242.112-290.56a32 32 0 0 0-49.216 0L458.752 665.408a32 32 0 0 1-47.232 2.112M256 384a96 96 0 1 0 192.064-.064A96 96 0 0 0 256 384"})]))}}),L_=$_,O_=e.defineComponent({name:"PictureRounded",__name:"picture-rounded",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 128a384 384 0 1 0 0 768 384 384 0 0 0 0-768m0-64a448 448 0 1 1 0 896 448 448 0 0 1 0-896"}),e.createElementVNode("path",{fill:"currentColor",d:"M640 288q64 0 64 64t-64 64q-64 0-64-64t64-64M214.656 790.656l-45.312-45.312 185.664-185.6a96 96 0 0 1 123.712-10.24l138.24 98.688a32 32 0 0 0 39.872-2.176L906.688 422.4l42.624 47.744L699.52 693.696a96 96 0 0 1-119.808 6.592l-138.24-98.752a32 32 0 0 0-41.152 3.456l-185.664 185.6z"})]))}}),R_=O_,U_=e.defineComponent({name:"Picture",__name:"picture",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M160 160v704h704V160zm-32-64h768a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V128a32 32 0 0 1 32-32"}),e.createElementVNode("path",{fill:"currentColor",d:"M384 288q64 0 64 64t-64 64q-64 0-64-64t64-64M185.408 876.992l-50.816-38.912L350.72 556.032a96 96 0 0 1 134.592-17.856l1.856 1.472 122.88 99.136a32 32 0 0 0 44.992-4.864l216-269.888 49.92 39.936-215.808 269.824-.256.32a96 96 0 0 1-135.04 14.464l-122.88-99.072-.64-.512a32 32 0 0 0-44.8 5.952z"})]))}}),Y_=U_,W_=e.defineComponent({name:"PieChart",__name:"pie-chart",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M448 68.48v64.832A384.128 384.128 0 0 0 512 896a384.128 384.128 0 0 0 378.688-320h64.768A448.128 448.128 0 0 1 64 512 448.128 448.128 0 0 1 448 68.48z"}),e.createElementVNode("path",{fill:"currentColor",d:"M576 97.28V448h350.72A384.064 384.064 0 0 0 576 97.28zM512 64V33.152A448 448 0 0 1 990.848 512H512z"})]))}}),G_=W_,K_=e.defineComponent({name:"Place",__name:"place",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 512a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 512a32 32 0 0 1 32 32v256a32 32 0 1 1-64 0V544a32 32 0 0 1 32-32"}),e.createElementVNode("path",{fill:"currentColor",d:"M384 649.088v64.96C269.76 732.352 192 771.904 192 800c0 37.696 139.904 96 320 96s320-58.304 320-96c0-28.16-77.76-67.648-192-85.952v-64.96C789.12 671.04 896 730.368 896 800c0 88.32-171.904 160-384 160s-384-71.68-384-160c0-69.696 106.88-128.96 256-150.912"})]))}}),Z_=K_,X_=e.defineComponent({name:"Platform",__name:"platform",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M448 832v-64h128v64h192v64H256v-64zM128 704V128h768v576z"})]))}}),Q_=X_,J_=e.defineComponent({name:"Plus",__name:"plus",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64z"})]))}}),e5=J_,n5=e.defineComponent({name:"Pointer",__name:"pointer",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M511.552 128c-35.584 0-64.384 28.8-64.384 64.448v516.48L274.048 570.88a94.272 94.272 0 0 0-112.896-3.456 44.416 44.416 0 0 0-8.96 62.208L332.8 870.4A64 64 0 0 0 384 896h512V575.232a64 64 0 0 0-45.632-61.312l-205.952-61.76A96 96 0 0 1 576 360.192V192.448C576 156.8 547.2 128 511.552 128M359.04 556.8l24.128 19.2V192.448a128.448 128.448 0 1 1 256.832 0v167.744a32 32 0 0 0 22.784 30.656l206.016 61.76A128 128 0 0 1 960 575.232V896a64 64 0 0 1-64 64H384a128 128 0 0 1-102.4-51.2L101.056 668.032A108.416 108.416 0 0 1 128 512.512a158.272 158.272 0 0 1 185.984 8.32z"})]))}}),t5=n5,r5=e.defineComponent({name:"Position",__name:"position",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m249.6 417.088 319.744 43.072 39.168 310.272L845.12 178.88 249.6 417.088zm-129.024 47.168a32 32 0 0 1-7.68-61.44l777.792-311.04a32 32 0 0 1 41.6 41.6l-310.336 775.68a32 32 0 0 1-61.44-7.808L512 516.992l-391.424-52.736z"})]))}}),o5=r5,a5=e.defineComponent({name:"Postcard",__name:"postcard",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M160 224a32 32 0 0 0-32 32v512a32 32 0 0 0 32 32h704a32 32 0 0 0 32-32V256a32 32 0 0 0-32-32zm0-64h704a96 96 0 0 1 96 96v512a96 96 0 0 1-96 96H160a96 96 0 0 1-96-96V256a96 96 0 0 1 96-96"}),e.createElementVNode("path",{fill:"currentColor",d:"M704 320a64 64 0 1 1 0 128 64 64 0 0 1 0-128M288 448h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32m0 128h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32"})]))}}),l5=a5,i5=e.defineComponent({name:"Pouring",__name:"pouring",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m739.328 291.328-35.2-6.592-12.8-33.408a192.064 192.064 0 0 0-365.952 23.232l-9.92 40.896-41.472 7.04a176.32 176.32 0 0 0-146.24 173.568c0 97.28 78.72 175.936 175.808 175.936h400a192 192 0 0 0 35.776-380.672zM959.552 480a256 256 0 0 1-256 256h-400A239.808 239.808 0 0 1 63.744 496.192a240.32 240.32 0 0 1 199.488-236.8 256.128 256.128 0 0 1 487.872-30.976A256.064 256.064 0 0 1 959.552 480M224 800a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32m192 0a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32m192 0a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32m192 0a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32"})]))}}),s5=i5,c5=e.defineComponent({name:"Present",__name:"present",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M480 896V640H192v-64h288V320H192v576zm64 0h288V320H544v256h288v64H544zM128 256h768v672a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32z"}),e.createElementVNode("path",{fill:"currentColor",d:"M96 256h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32"}),e.createElementVNode("path",{fill:"currentColor",d:"M416 256a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"}),e.createElementVNode("path",{fill:"currentColor",d:"M608 256a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"})]))}}),u5=c5,d5=e.defineComponent({name:"PriceTag",__name:"price-tag",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M224 318.336V896h576V318.336L552.512 115.84a64 64 0 0 0-81.024 0zM593.024 66.304l259.2 212.096A32 32 0 0 1 864 303.168V928a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V303.168a32 32 0 0 1 11.712-24.768l259.2-212.096a128 128 0 0 1 162.112 0z"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"})]))}}),h5=d5,p5=e.defineComponent({name:"Printer",__name:"printer",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M256 768H105.024c-14.272 0-19.456-1.472-24.64-4.288a29.056 29.056 0 0 1-12.16-12.096C65.536 746.432 64 741.248 64 727.04V379.072c0-42.816 4.48-58.304 12.8-73.984 8.384-15.616 20.672-27.904 36.288-36.288 15.68-8.32 31.168-12.8 73.984-12.8H256V64h512v192h68.928c42.816 0 58.304 4.48 73.984 12.8 15.616 8.384 27.904 20.672 36.288 36.288 8.32 15.68 12.8 31.168 12.8 73.984v347.904c0 14.272-1.472 19.456-4.288 24.64a29.056 29.056 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H768v192H256zm64-192v320h384V576zm-64 128V512h512v192h128V379.072c0-29.376-1.408-36.48-5.248-43.776a23.296 23.296 0 0 0-10.048-10.048c-7.232-3.84-14.4-5.248-43.776-5.248H187.072c-29.376 0-36.48 1.408-43.776 5.248a23.296 23.296 0 0 0-10.048 10.048c-3.84 7.232-5.248 14.4-5.248 43.776V704zm64-448h384V128H320zm-64 128h64v64h-64zm128 0h64v64h-64z"})]))}}),f5=p5,g5=e.defineComponent({name:"Promotion",__name:"promotion",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m64 448 832-320-128 704-446.08-243.328L832 192 242.816 545.472zm256 512V657.024L512 768z"})]))}}),m5=g5,_5=e.defineComponent({name:"QuartzWatch",__name:"quartz-watch",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M422.02 602.01v-.03c-6.68-5.99-14.35-8.83-23.01-8.51-8.67.32-16.17 3.66-22.5 10.02-6.33 6.36-9.5 13.7-9.5 22.02s3 15.82 8.99 22.5c8.68 8.68 19.02 11.35 31.01 8s19.49-10.85 22.5-22.5c3.01-11.65.51-22.15-7.49-31.49zM384 512c0-9.35-3-17.02-8.99-23.01-6-5.99-13.66-8.99-23.01-8.99-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.66 8.99 23.01 8.99 9.35 0 17.02-3 23.01-8.99 5.99-6 8.99-13.67 8.99-23.01m6.53-82.49c11.65 3.01 22.15.51 31.49-7.49h.04c5.99-6.68 8.83-14.34 8.51-23.01-.32-8.67-3.66-16.16-10.02-22.5-6.36-6.33-13.7-9.5-22.02-9.5s-15.82 3-22.5 8.99c-8.68 8.69-11.35 19.02-8 31.01 3.35 11.99 10.85 19.49 22.5 22.5zm242.94 0c11.67-3.03 19.01-10.37 22.02-22.02 3.01-11.65.51-22.15-7.49-31.49h.01c-6.68-5.99-14.18-8.99-22.5-8.99s-15.66 3.16-22.02 9.5c-6.36 6.34-9.7 13.84-10.02 22.5-.32 8.66 2.52 16.33 8.51 23.01 9.32 8.02 19.82 10.52 31.49 7.49M512 640c-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.67 8.99 23.01 8.99 9.35 0 17.02-3 23.01-8.99 5.99-6 8.99-13.66 8.99-23.01s-3-17.02-8.99-23.01c-6-5.99-13.66-8.99-23.01-8.99m183.01-151.01c-6-5.99-13.66-8.99-23.01-8.99s-17.02 3-23.01 8.99c-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.66 8.99 23.01 8.99s17.02-3 23.01-8.99c5.99-6 8.99-13.67 8.99-23.01 0-9.35-3-17.02-8.99-23.01"}),e.createElementVNode("path",{fill:"currentColor",d:"M832 512c-2-90.67-33.17-166.17-93.5-226.5-20.43-20.42-42.6-37.49-66.5-51.23V64H352v170.26c-23.9 13.74-46.07 30.81-66.5 51.24-60.33 60.33-91.49 135.83-93.5 226.5 2 90.67 33.17 166.17 93.5 226.5 20.43 20.43 42.6 37.5 66.5 51.24V960h320V789.74c23.9-13.74 46.07-30.81 66.5-51.24 60.33-60.34 91.49-135.83 93.5-226.5M416 128h192v78.69c-29.85-9.03-61.85-13.93-96-14.69-34.15.75-66.15 5.65-96 14.68zm192 768H416v-78.68c29.85 9.03 61.85 13.93 96 14.68 34.15-.75 66.15-5.65 96-14.68zm-96-128c-72.66-2.01-132.99-27.01-180.99-75.01S258.01 584.66 256 512c2.01-72.66 27.01-132.99 75.01-180.99S439.34 258.01 512 256c72.66 2.01 132.99 27.01 180.99 75.01S765.99 439.34 768 512c-2.01 72.66-27.01 132.99-75.01 180.99S584.66 765.99 512 768"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 320c-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.66-8.99 23.01 0 9.35 3 17.02 8.99 23.01 6 5.99 13.67 8.99 23.01 8.99 9.35 0 17.02-3 23.01-8.99 5.99-6 8.99-13.66 8.99-23.01 0-9.35-3-17.02-8.99-23.01-6-5.99-13.66-8.99-23.01-8.99m112.99 273.5c-8.66-.32-16.33 2.52-23.01 8.51-7.98 9.32-10.48 19.82-7.49 31.49s10.49 19.17 22.5 22.5 22.35.66 31.01-8v.04c5.99-6.68 8.99-14.18 8.99-22.5s-3.16-15.66-9.5-22.02-13.84-9.7-22.5-10.02"})]))}}),y5=_5,x5=e.defineComponent({name:"QuestionFilled",__name:"question-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m23.744 191.488c-52.096 0-92.928 14.784-123.2 44.352-30.976 29.568-45.76 70.4-45.76 122.496h80.256c0-29.568 5.632-52.8 17.6-68.992 13.376-19.712 35.2-28.864 66.176-28.864 23.936 0 42.944 6.336 56.32 19.712 12.672 13.376 19.712 31.68 19.712 54.912 0 17.6-6.336 34.496-19.008 49.984l-8.448 9.856c-45.76 40.832-73.216 70.4-82.368 89.408-9.856 19.008-14.08 42.24-14.08 68.992v9.856h80.96v-9.856c0-16.896 3.52-31.68 10.56-45.76 6.336-12.672 15.488-24.64 28.16-35.2 33.792-29.568 54.208-48.576 60.544-55.616 16.896-22.528 26.048-51.392 26.048-86.592 0-42.944-14.08-76.736-42.24-101.376-28.16-25.344-65.472-37.312-111.232-37.312zm-12.672 406.208a54.272 54.272 0 0 0-38.72 14.784 49.408 49.408 0 0 0-15.488 38.016c0 15.488 4.928 28.16 15.488 38.016A54.848 54.848 0 0 0 523.072 768c15.488 0 28.16-4.928 38.72-14.784a51.52 51.52 0 0 0 16.192-38.72 51.968 51.968 0 0 0-15.488-38.016 55.936 55.936 0 0 0-39.424-14.784z"})]))}}),ha=x5,w5=e.defineComponent({name:"Rank",__name:"rank",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m186.496 544 41.408 41.344a32 32 0 1 1-45.248 45.312l-96-96a32 32 0 0 1 0-45.312l96-96a32 32 0 1 1 45.248 45.312L186.496 480h290.816V186.432l-41.472 41.472a32 32 0 1 1-45.248-45.184l96-96.128a32 32 0 0 1 45.312 0l96 96.064a32 32 0 0 1-45.248 45.184l-41.344-41.28V480H832l-41.344-41.344a32 32 0 0 1 45.248-45.312l96 96a32 32 0 0 1 0 45.312l-96 96a32 32 0 0 1-45.248-45.312L832 544H541.312v293.44l41.344-41.28a32 32 0 1 1 45.248 45.248l-96 96a32 32 0 0 1-45.312 0l-96-96a32 32 0 1 1 45.312-45.248l41.408 41.408V544H186.496z"})]))}}),b5=w5,v5=e.defineComponent({name:"ReadingLamp",__name:"reading-lamp",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M352 896h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m-44.672-768-99.52 448h608.384l-99.52-448zm-25.6-64h460.608a32 32 0 0 1 31.232 25.088l113.792 512A32 32 0 0 1 856.128 640H167.872a32 32 0 0 1-31.232-38.912l113.792-512A32 32 0 0 1 281.664 64z"}),e.createElementVNode("path",{fill:"currentColor",d:"M672 576q32 0 32 32v128q0 32-32 32t-32-32V608q0-32 32-32m-192-.064h64V960h-64z"})]))}}),z5=v5,C5=e.defineComponent({name:"Reading",__name:"reading",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m512 863.36 384-54.848v-638.72L525.568 222.72a96 96 0 0 1-27.136 0L128 169.792v638.72zM137.024 106.432l370.432 52.928a32 32 0 0 0 9.088 0l370.432-52.928A64 64 0 0 1 960 169.792v638.72a64 64 0 0 1-54.976 63.36l-388.48 55.488a32 32 0 0 1-9.088 0l-388.48-55.488A64 64 0 0 1 64 808.512v-638.72a64 64 0 0 1 73.024-63.36z"}),e.createElementVNode("path",{fill:"currentColor",d:"M480 192h64v704h-64z"})]))}}),k5=C5,B5=e.defineComponent({name:"RefreshLeft",__name:"refresh-left",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M289.088 296.704h92.992a32 32 0 0 1 0 64H232.96a32 32 0 0 1-32-32V179.712a32 32 0 0 1 64 0v50.56a384 384 0 0 1 643.84 282.88 384 384 0 0 1-383.936 384 384 384 0 0 1-384-384h64a320 320 0 1 0 640 0 320 320 0 0 0-555.712-216.448z"})]))}}),E5=B5,j5=e.defineComponent({name:"RefreshRight",__name:"refresh-right",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M784.512 230.272v-50.56a32 32 0 1 1 64 0v149.056a32 32 0 0 1-32 32H667.52a32 32 0 1 1 0-64h92.992A320 320 0 1 0 524.8 833.152a320 320 0 0 0 320-320h64a384 384 0 0 1-384 384 384 384 0 0 1-384-384 384 384 0 0 1 643.712-282.88z"})]))}}),pa=j5,V5=e.defineComponent({name:"Refresh",__name:"refresh",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M771.776 794.88A384 384 0 0 1 128 512h64a320 320 0 0 0 555.712 216.448H654.72a32 32 0 1 1 0-64h149.056a32 32 0 0 1 32 32v148.928a32 32 0 1 1-64 0v-50.56zM276.288 295.616h92.992a32 32 0 0 1 0 64H220.16a32 32 0 0 1-32-32V178.56a32 32 0 0 1 64 0v50.56A384 384 0 0 1 896.128 512h-64a320 320 0 0 0-555.776-216.384z"})]))}}),S5=V5,N5=e.defineComponent({name:"Refrigerator",__name:"refrigerator",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M256 448h512V160a32 32 0 0 0-32-32H288a32 32 0 0 0-32 32zm0 64v352a32 32 0 0 0 32 32h448a32 32 0 0 0 32-32V512zm32-448h448a96 96 0 0 1 96 96v704a96 96 0 0 1-96 96H288a96 96 0 0 1-96-96V160a96 96 0 0 1 96-96m32 224h64v96h-64zm0 288h64v96h-64z"})]))}}),M5=N5,P5=e.defineComponent({name:"RemoveFilled",__name:"remove-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896M288 512a38.4 38.4 0 0 0 38.4 38.4h371.2a38.4 38.4 0 0 0 0-76.8H326.4A38.4 38.4 0 0 0 288 512"})]))}}),A5=P5,q5=e.defineComponent({name:"Remove",__name:"remove",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),T5=q5,D5=e.defineComponent({name:"Right",__name:"right",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M754.752 480H160a32 32 0 1 0 0 64h594.752L521.344 777.344a32 32 0 0 0 45.312 45.312l288-288a32 32 0 0 0 0-45.312l-288-288a32 32 0 1 0-45.312 45.312z"})]))}}),F5=D5,I5=e.defineComponent({name:"ScaleToOriginal",__name:"scale-to-original",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M813.176 180.706a60.235 60.235 0 0 1 60.236 60.235v481.883a60.235 60.235 0 0 1-60.236 60.235H210.824a60.235 60.235 0 0 1-60.236-60.235V240.94a60.235 60.235 0 0 1 60.236-60.235h602.352zm0-60.235H210.824A120.47 120.47 0 0 0 90.353 240.94v481.883a120.47 120.47 0 0 0 120.47 120.47h602.353a120.47 120.47 0 0 0 120.471-120.47V240.94a120.47 120.47 0 0 0-120.47-120.47zm-120.47 180.705a30.118 30.118 0 0 0-30.118 30.118v301.177a30.118 30.118 0 0 0 60.236 0V331.294a30.118 30.118 0 0 0-30.118-30.118zm-361.412 0a30.118 30.118 0 0 0-30.118 30.118v301.177a30.118 30.118 0 1 0 60.236 0V331.294a30.118 30.118 0 0 0-30.118-30.118M512 361.412a30.118 30.118 0 0 0-30.118 30.117v30.118a30.118 30.118 0 0 0 60.236 0V391.53A30.118 30.118 0 0 0 512 361.412M512 512a30.118 30.118 0 0 0-30.118 30.118v30.117a30.118 30.118 0 0 0 60.236 0v-30.117A30.118 30.118 0 0 0 512 512"})]))}}),H5=I5,$5=e.defineComponent({name:"School",__name:"school",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M224 128v704h576V128zm-32-64h640a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"}),e.createElementVNode("path",{fill:"currentColor",d:"M64 832h896v64H64zm256-640h128v96H320z"}),e.createElementVNode("path",{fill:"currentColor",d:"M384 832h256v-64a128 128 0 1 0-256 0zm128-256a192 192 0 0 1 192 192v128H320V768a192 192 0 0 1 192-192M320 384h128v96H320zm256-192h128v96H576zm0 192h128v96H576z"})]))}}),L5=$5,O5=e.defineComponent({name:"Scissor",__name:"scissor",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m512.064 578.368-106.88 152.768a160 160 0 1 1-23.36-78.208L472.96 522.56 196.864 128.256a32 32 0 1 1 52.48-36.736l393.024 561.344a160 160 0 1 1-23.36 78.208l-106.88-152.704zm54.4-189.248 208.384-297.6a32 32 0 0 1 52.48 36.736l-221.76 316.672-39.04-55.808zm-376.32 425.856a96 96 0 1 0 110.144-157.248 96 96 0 0 0-110.08 157.248zm643.84 0a96 96 0 1 0-110.08-157.248 96 96 0 0 0 110.08 157.248"})]))}}),R5=O5,U5=e.defineComponent({name:"Search",__name:"search",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704"})]))}}),qi=U5,Y5=e.defineComponent({name:"Select",__name:"select",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M77.248 415.04a64 64 0 0 1 90.496 0l226.304 226.304L846.528 188.8a64 64 0 1 1 90.56 90.496l-543.04 543.04-316.8-316.8a64 64 0 0 1 0-90.496z"})]))}}),Ti=Y5,W5=e.defineComponent({name:"Sell",__name:"sell",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M704 288h131.072a32 32 0 0 1 31.808 28.8L886.4 512h-64.384l-16-160H704v96a32 32 0 1 1-64 0v-96H384v96a32 32 0 0 1-64 0v-96H217.92l-51.2 512H512v64H131.328a32 32 0 0 1-31.808-35.2l57.6-576a32 32 0 0 1 31.808-28.8H320v-22.336C320 154.688 405.504 64 512 64s192 90.688 192 201.664v22.4zm-64 0v-22.336C640 189.248 582.272 128 512 128c-70.272 0-128 61.248-128 137.664v22.4h256zm201.408 483.84L768 698.496V928a32 32 0 1 1-64 0V698.496l-73.344 73.344a32 32 0 1 1-45.248-45.248l128-128a32 32 0 0 1 45.248 0l128 128a32 32 0 1 1-45.248 45.248z"})]))}}),G5=W5,K5=e.defineComponent({name:"SemiSelect",__name:"semi-select",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M128 448h768q64 0 64 64t-64 64H128q-64 0-64-64t64-64"})]))}}),Z5=K5,X5=e.defineComponent({name:"Service",__name:"service",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M864 409.6a192 192 0 0 1-37.888 349.44A256.064 256.064 0 0 1 576 960h-96a32 32 0 1 1 0-64h96a192.064 192.064 0 0 0 181.12-128H736a32 32 0 0 1-32-32V416a32 32 0 0 1 32-32h32c10.368 0 20.544.832 30.528 2.432a288 288 0 0 0-573.056 0A193.235 193.235 0 0 1 256 384h32a32 32 0 0 1 32 32v320a32 32 0 0 1-32 32h-32a192 192 0 0 1-96-358.4 352 352 0 0 1 704 0M256 448a128 128 0 1 0 0 256zm640 128a128 128 0 0 0-128-128v256a128 128 0 0 0 128-128"})]))}}),Q5=X5,J5=e.defineComponent({name:"SetUp",__name:"set-up",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M224 160a64 64 0 0 0-64 64v576a64 64 0 0 0 64 64h576a64 64 0 0 0 64-64V224a64 64 0 0 0-64-64zm0-64h576a128 128 0 0 1 128 128v576a128 128 0 0 1-128 128H224A128 128 0 0 1 96 800V224A128 128 0 0 1 224 96"}),e.createElementVNode("path",{fill:"currentColor",d:"M384 416a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"}),e.createElementVNode("path",{fill:"currentColor",d:"M480 320h256q32 0 32 32t-32 32H480q-32 0-32-32t32-32m160 416a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"}),e.createElementVNode("path",{fill:"currentColor",d:"M288 640h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32"})]))}}),e9=J5,n9=e.defineComponent({name:"Setting",__name:"setting",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M600.704 64a32 32 0 0 1 30.464 22.208l35.2 109.376c14.784 7.232 28.928 15.36 42.432 24.512l112.384-24.192a32 32 0 0 1 34.432 15.36L944.32 364.8a32 32 0 0 1-4.032 37.504l-77.12 85.12a357.12 357.12 0 0 1 0 49.024l77.12 85.248a32 32 0 0 1 4.032 37.504l-88.704 153.6a32 32 0 0 1-34.432 15.296L708.8 803.904c-13.44 9.088-27.648 17.28-42.368 24.512l-35.264 109.376A32 32 0 0 1 600.704 960H423.296a32 32 0 0 1-30.464-22.208L357.696 828.48a351.616 351.616 0 0 1-42.56-24.64l-112.32 24.256a32 32 0 0 1-34.432-15.36L79.68 659.2a32 32 0 0 1 4.032-37.504l77.12-85.248a357.12 357.12 0 0 1 0-48.896l-77.12-85.248A32 32 0 0 1 79.68 364.8l88.704-153.6a32 32 0 0 1 34.432-15.296l112.32 24.256c13.568-9.152 27.776-17.408 42.56-24.64l35.2-109.312A32 32 0 0 1 423.232 64H600.64zm-23.424 64H446.72l-36.352 113.088-24.512 11.968a294.113 294.113 0 0 0-34.816 20.096l-22.656 15.36-116.224-25.088-65.28 113.152 79.68 88.192-1.92 27.136a293.12 293.12 0 0 0 0 40.192l1.92 27.136-79.808 88.192 65.344 113.152 116.224-25.024 22.656 15.296a294.113 294.113 0 0 0 34.816 20.096l24.512 11.968L446.72 896h130.688l36.48-113.152 24.448-11.904a288.282 288.282 0 0 0 34.752-20.096l22.592-15.296 116.288 25.024 65.28-113.152-79.744-88.192 1.92-27.136a293.12 293.12 0 0 0 0-40.256l-1.92-27.136 79.808-88.128-65.344-113.152-116.288 24.96-22.592-15.232a287.616 287.616 0 0 0-34.752-20.096l-24.448-11.904L577.344 128zM512 320a192 192 0 1 1 0 384 192 192 0 0 1 0-384m0 64a128 128 0 1 0 0 256 128 128 0 0 0 0-256"})]))}}),Di=n9,t9=e.defineComponent({name:"Share",__name:"share",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m679.872 348.8-301.76 188.608a127.808 127.808 0 0 1 5.12 52.16l279.936 104.96a128 128 0 1 1-22.464 59.904l-279.872-104.96a128 128 0 1 1-16.64-166.272l301.696-188.608a128 128 0 1 1 33.92 54.272z"})]))}}),r9=t9,o9=e.defineComponent({name:"Ship",__name:"ship",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 386.88V448h405.568a32 32 0 0 1 30.72 40.768l-76.48 267.968A192 192 0 0 1 687.168 896H336.832a192 192 0 0 1-184.64-139.264L75.648 488.768A32 32 0 0 1 106.368 448H448V117.888a32 32 0 0 1 47.36-28.096l13.888 7.616L512 96v2.88l231.68 126.4a32 32 0 0 1-2.048 57.216zm0-70.272 144.768-65.792L512 171.84zM512 512H148.864l18.24 64H856.96l18.24-64zM185.408 640l28.352 99.2A128 128 0 0 0 336.832 832h350.336a128 128 0 0 0 123.072-92.8l28.352-99.2H185.408"})]))}}),a9=o9,l9=e.defineComponent({name:"Shop",__name:"shop",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M704 704h64v192H256V704h64v64h384zm188.544-152.192C894.528 559.616 896 567.616 896 576a96 96 0 1 1-192 0 96 96 0 1 1-192 0 96 96 0 1 1-192 0 96 96 0 1 1-192 0c0-8.384 1.408-16.384 3.392-24.192L192 128h640z"})]))}}),i9=l9,s9=e.defineComponent({name:"ShoppingBag",__name:"shopping-bag",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M704 320v96a32 32 0 0 1-32 32h-32V320H384v128h-32a32 32 0 0 1-32-32v-96H192v576h640V320zm-384-64a192 192 0 1 1 384 0h160a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32zm64 0h256a128 128 0 1 0-256 0"}),e.createElementVNode("path",{fill:"currentColor",d:"M192 704h640v64H192z"})]))}}),c9=s9,u9=e.defineComponent({name:"ShoppingCartFull",__name:"shopping-cart-full",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M432 928a48 48 0 1 1 0-96 48 48 0 0 1 0 96m320 0a48 48 0 1 1 0-96 48 48 0 0 1 0 96M96 128a32 32 0 0 1 0-64h160a32 32 0 0 1 31.36 25.728L320.64 256H928a32 32 0 0 1 31.296 38.72l-96 448A32 32 0 0 1 832 768H384a32 32 0 0 1-31.36-25.728L229.76 128zm314.24 576h395.904l82.304-384H333.44l76.8 384z"}),e.createElementVNode("path",{fill:"currentColor",d:"M699.648 256 608 145.984 516.352 256h183.296zm-140.8-151.04a64 64 0 0 1 98.304 0L836.352 320H379.648l179.2-215.04"})]))}}),d9=u9,h9=e.defineComponent({name:"ShoppingCart",__name:"shopping-cart",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M432 928a48 48 0 1 1 0-96 48 48 0 0 1 0 96m320 0a48 48 0 1 1 0-96 48 48 0 0 1 0 96M96 128a32 32 0 0 1 0-64h160a32 32 0 0 1 31.36 25.728L320.64 256H928a32 32 0 0 1 31.296 38.72l-96 448A32 32 0 0 1 832 768H384a32 32 0 0 1-31.36-25.728L229.76 128zm314.24 576h395.904l82.304-384H333.44l76.8 384z"})]))}}),p9=h9,f9=e.defineComponent({name:"ShoppingTrolley",__name:"shopping-trolley",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M368 833c-13.3 0-24.5 4.5-33.5 13.5S321 866.7 321 880s4.5 24.5 13.5 33.5 20.2 13.8 33.5 14.5c13.3-.7 24.5-5.5 33.5-14.5S415 893.3 415 880s-4.5-24.5-13.5-33.5S381.3 833 368 833m439-193c7.4 0 13.8-2.2 19.5-6.5S836 623.3 838 616l112-448c2-10-.2-19.2-6.5-27.5S929 128 919 128H96c-9.3 0-17 3-23 9s-9 13.7-9 23 3 17 9 23 13.7 9 23 9h96v576h672c9.3 0 17-3 23-9s9-13.7 9-23-3-17-9-23-13.7-9-23-9H256v-64zM256 192h622l-96 384H256zm432 641c-13.3 0-24.5 4.5-33.5 13.5S641 866.7 641 880s4.5 24.5 13.5 33.5 20.2 13.8 33.5 14.5c13.3-.7 24.5-5.5 33.5-14.5S735 893.3 735 880s-4.5-24.5-13.5-33.5S701.3 833 688 833"})]))}}),g9=f9,m9=e.defineComponent({name:"Smoking",__name:"smoking",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M256 576v128h640V576zm-32-64h704a32 32 0 0 1 32 32v192a32 32 0 0 1-32 32H224a32 32 0 0 1-32-32V544a32 32 0 0 1 32-32"}),e.createElementVNode("path",{fill:"currentColor",d:"M704 576h64v128h-64zM256 64h64v320h-64zM128 192h64v192h-64zM64 512h64v256H64z"})]))}}),_9=m9,y9=e.defineComponent({name:"Soccer",__name:"soccer",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M418.496 871.04 152.256 604.8c-16.512 94.016-2.368 178.624 42.944 224 44.928 44.928 129.344 58.752 223.296 42.24m72.32-18.176a573.056 573.056 0 0 0 224.832-137.216 573.12 573.12 0 0 0 137.216-224.832L533.888 171.84a578.56 578.56 0 0 0-227.52 138.496A567.68 567.68 0 0 0 170.432 532.48l320.384 320.384zM871.04 418.496c16.512-93.952 2.688-178.368-42.24-223.296-44.544-44.544-128.704-58.048-222.592-41.536zM149.952 874.048c-112.96-112.96-88.832-408.96 111.168-608.96C461.056 65.152 760.96 36.928 874.048 149.952c113.024 113.024 86.784 411.008-113.152 610.944-199.936 199.936-497.92 226.112-610.944 113.152m452.544-497.792 22.656-22.656a32 32 0 0 1 45.248 45.248l-22.656 22.656 45.248 45.248A32 32 0 1 1 647.744 512l-45.248-45.248L557.248 512l45.248 45.248a32 32 0 1 1-45.248 45.248L512 557.248l-45.248 45.248L512 647.744a32 32 0 1 1-45.248 45.248l-45.248-45.248-22.656 22.656a32 32 0 1 1-45.248-45.248l22.656-22.656-45.248-45.248A32 32 0 1 1 376.256 512l45.248 45.248L466.752 512l-45.248-45.248a32 32 0 1 1 45.248-45.248L512 466.752l45.248-45.248L512 376.256a32 32 0 0 1 45.248-45.248l45.248 45.248z"})]))}}),x9=y9,w9=e.defineComponent({name:"SoldOut",__name:"sold-out",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M704 288h131.072a32 32 0 0 1 31.808 28.8L886.4 512h-64.384l-16-160H704v96a32 32 0 1 1-64 0v-96H384v96a32 32 0 0 1-64 0v-96H217.92l-51.2 512H512v64H131.328a32 32 0 0 1-31.808-35.2l57.6-576a32 32 0 0 1 31.808-28.8H320v-22.336C320 154.688 405.504 64 512 64s192 90.688 192 201.664v22.4zm-64 0v-22.336C640 189.248 582.272 128 512 128c-70.272 0-128 61.248-128 137.664v22.4h256zm201.408 476.16a32 32 0 1 1 45.248 45.184l-128 128a32 32 0 0 1-45.248 0l-128-128a32 32 0 1 1 45.248-45.248L704 837.504V608a32 32 0 1 1 64 0v229.504l73.408-73.408z"})]))}}),b9=w9,v9=e.defineComponent({name:"SortDown",__name:"sort-down",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M576 96v709.568L333.312 562.816A32 32 0 1 0 288 608l297.408 297.344A32 32 0 0 0 640 882.688V96a32 32 0 0 0-64 0"})]))}}),z9=v9,C9=e.defineComponent({name:"SortUp",__name:"sort-up",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M384 141.248V928a32 32 0 1 0 64 0V218.56l242.688 242.688A32 32 0 1 0 736 416L438.592 118.656A32 32 0 0 0 384 141.248"})]))}}),k9=C9,B9=e.defineComponent({name:"Sort",__name:"sort",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M384 96a32 32 0 0 1 64 0v786.752a32 32 0 0 1-54.592 22.656L95.936 608a32 32 0 0 1 0-45.312h.128a32 32 0 0 1 45.184 0L384 805.632zm192 45.248a32 32 0 0 1 54.592-22.592L928.064 416a32 32 0 0 1 0 45.312h-.128a32 32 0 0 1-45.184 0L640 218.496V928a32 32 0 1 1-64 0V141.248z"})]))}}),E9=B9,j9=e.defineComponent({name:"Stamp",__name:"stamp",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M624 475.968V640h144a128 128 0 0 1 128 128H128a128 128 0 0 1 128-128h144V475.968a192 192 0 1 1 224 0M128 896v-64h768v64z"})]))}}),V9=j9,S9=e.defineComponent({name:"StarFilled",__name:"star-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M283.84 867.84 512 747.776l228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72z"})]))}}),N9=S9,M9=e.defineComponent({name:"Star",__name:"star",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m512 747.84 228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72zM313.6 924.48a70.4 70.4 0 0 1-102.144-74.24l37.888-220.928L88.96 472.96A70.4 70.4 0 0 1 128 352.896l221.76-32.256 99.2-200.96a70.4 70.4 0 0 1 126.208 0l99.2 200.96 221.824 32.256a70.4 70.4 0 0 1 39.04 120.064L774.72 629.376l37.888 220.928a70.4 70.4 0 0 1-102.144 74.24L512 820.096l-198.4 104.32z"})]))}}),P9=M9,A9=e.defineComponent({name:"Stopwatch",__name:"stopwatch",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),e.createElementVNode("path",{fill:"currentColor",d:"M672 234.88c-39.168 174.464-80 298.624-122.688 372.48-64 110.848-202.624 30.848-138.624-80C453.376 453.44 540.48 355.968 672 234.816z"})]))}}),q9=A9,T9=e.defineComponent({name:"SuccessFilled",__name:"success-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"})]))}}),D9=T9,F9=e.defineComponent({name:"Sugar",__name:"sugar",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m801.728 349.184 4.48 4.48a128 128 0 0 1 0 180.992L534.656 806.144a128 128 0 0 1-181.056 0l-4.48-4.48-19.392 109.696a64 64 0 0 1-108.288 34.176L78.464 802.56a64 64 0 0 1 34.176-108.288l109.76-19.328-4.544-4.544a128 128 0 0 1 0-181.056l271.488-271.488a128 128 0 0 1 181.056 0l4.48 4.48 19.392-109.504a64 64 0 0 1 108.352-34.048l142.592 143.04a64 64 0 0 1-34.24 108.16l-109.248 19.2zm-548.8 198.72h447.168v2.24l60.8-60.8a63.808 63.808 0 0 0 18.752-44.416h-426.88l-89.664 89.728a64.064 64.064 0 0 0-10.24 13.248zm0 64c2.752 4.736 6.144 9.152 10.176 13.248l135.744 135.744a64 64 0 0 0 90.496 0L638.4 611.904zm490.048-230.976L625.152 263.104a64 64 0 0 0-90.496 0L416.768 380.928zM123.712 757.312l142.976 142.976 24.32-137.6a25.6 25.6 0 0 0-29.696-29.632l-137.6 24.256zm633.6-633.344-24.32 137.472a25.6 25.6 0 0 0 29.632 29.632l137.28-24.064-142.656-143.04z"})]))}}),I9=F9,H9=e.defineComponent({name:"SuitcaseLine",__name:"suitcase-line",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M922.5 229.5c-24.32-24.34-54.49-36.84-90.5-37.5H704v-64c-.68-17.98-7.02-32.98-19.01-44.99S658.01 64.66 640 64H384c-17.98.68-32.98 7.02-44.99 19.01S320.66 110 320 128v64H192c-35.99.68-66.16 13.18-90.5 37.5C77.16 253.82 64.66 283.99 64 320v448c.68 35.99 13.18 66.16 37.5 90.5s54.49 36.84 90.5 37.5h640c35.99-.68 66.16-13.18 90.5-37.5s36.84-54.49 37.5-90.5V320c-.68-35.99-13.18-66.16-37.5-90.5M384 128h256v64H384zM256 832h-64c-17.98-.68-32.98-7.02-44.99-19.01S128.66 786.01 128 768V448h128zm448 0H320V448h384zm192-64c-.68 17.98-7.02 32.98-19.01 44.99S850.01 831.34 832 832h-64V448h128zm0-384H128v-64c.69-17.98 7.02-32.98 19.01-44.99S173.99 256.66 192 256h640c17.98.69 32.98 7.02 44.99 19.01S895.34 301.99 896 320z"})]))}}),$9=H9,L9=e.defineComponent({name:"Suitcase",__name:"suitcase",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M128 384h768v-64a64 64 0 0 0-64-64H192a64 64 0 0 0-64 64zm0 64v320a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V448zm64-256h640a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128H192A128 128 0 0 1 64 768V320a128 128 0 0 1 128-128"}),e.createElementVNode("path",{fill:"currentColor",d:"M384 128v64h256v-64zm0-64h256a64 64 0 0 1 64 64v64a64 64 0 0 1-64 64H384a64 64 0 0 1-64-64v-64a64 64 0 0 1 64-64"})]))}}),O9=L9,R9=e.defineComponent({name:"Sunny",__name:"sunny",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 704a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512m0-704a32 32 0 0 1 32 32v64a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 768a32 32 0 0 1 32 32v64a32 32 0 1 1-64 0v-64a32 32 0 0 1 32-32M195.2 195.2a32 32 0 0 1 45.248 0l45.248 45.248a32 32 0 1 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248zm543.104 543.104a32 32 0 0 1 45.248 0l45.248 45.248a32 32 0 0 1-45.248 45.248l-45.248-45.248a32 32 0 0 1 0-45.248M64 512a32 32 0 0 1 32-32h64a32 32 0 0 1 0 64H96a32 32 0 0 1-32-32m768 0a32 32 0 0 1 32-32h64a32 32 0 1 1 0 64h-64a32 32 0 0 1-32-32M195.2 828.8a32 32 0 0 1 0-45.248l45.248-45.248a32 32 0 0 1 45.248 45.248L240.448 828.8a32 32 0 0 1-45.248 0zm543.104-543.104a32 32 0 0 1 0-45.248l45.248-45.248a32 32 0 0 1 45.248 45.248l-45.248 45.248a32 32 0 0 1-45.248 0"})]))}}),U9=R9,Y9=e.defineComponent({name:"Sunrise",__name:"sunrise",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M32 768h960a32 32 0 1 1 0 64H32a32 32 0 1 1 0-64m129.408-96a352 352 0 0 1 701.184 0h-64.32a288 288 0 0 0-572.544 0h-64.32zM512 128a32 32 0 0 1 32 32v96a32 32 0 0 1-64 0v-96a32 32 0 0 1 32-32m407.296 168.704a32 32 0 0 1 0 45.248l-67.84 67.84a32 32 0 1 1-45.248-45.248l67.84-67.84a32 32 0 0 1 45.248 0zm-814.592 0a32 32 0 0 1 45.248 0l67.84 67.84a32 32 0 1 1-45.248 45.248l-67.84-67.84a32 32 0 0 1 0-45.248"})]))}}),W9=Y9,G9=e.defineComponent({name:"Sunset",__name:"sunset",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M82.56 640a448 448 0 1 1 858.88 0h-67.2a384 384 0 1 0-724.288 0zM32 704h960q32 0 32 32t-32 32H32q-32 0-32-32t32-32m256 128h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"})]))}}),K9=G9,Z9=e.defineComponent({name:"SwitchButton",__name:"switch-button",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M352 159.872V230.4a352 352 0 1 0 320 0v-70.528A416.128 416.128 0 0 1 512 960a416 416 0 0 1-160-800.128z"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 64q32 0 32 32v320q0 32-32 32t-32-32V96q0-32 32-32"})]))}}),X9=Z9,Q9=e.defineComponent({name:"SwitchFilled",__name:"switch-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M247.47 358.4v.04c.07 19.17 7.72 37.53 21.27 51.09s31.92 21.2 51.09 21.27c39.86 0 72.41-32.6 72.41-72.4s-32.6-72.36-72.41-72.36-72.36 32.55-72.36 72.36z"}),e.createElementVNode("path",{fill:"currentColor",d:"M492.38 128H324.7c-52.16 0-102.19 20.73-139.08 57.61a196.655 196.655 0 0 0-57.61 139.08V698.7c-.01 25.84 5.08 51.42 14.96 75.29s24.36 45.56 42.63 63.83 39.95 32.76 63.82 42.65a196.67 196.67 0 0 0 75.28 14.98h167.68c3.03 0 5.46-2.43 5.46-5.42V133.42c.6-2.99-1.83-5.42-5.46-5.42zm-56.11 705.88H324.7c-17.76.13-35.36-3.33-51.75-10.18s-31.22-16.94-43.61-29.67c-25.3-25.35-39.81-59.1-39.81-95.32V324.69c-.13-17.75 3.33-35.35 10.17-51.74a131.695 131.695 0 0 1 29.64-43.62c25.39-25.3 59.14-39.81 95.36-39.81h111.57zm402.12-647.67a196.655 196.655 0 0 0-139.08-57.61H580.48c-3.03 0-4.82 2.43-4.82 4.82v757.16c-.6 2.99 1.79 5.42 5.42 5.42h118.23a196.69 196.69 0 0 0 139.08-57.61A196.655 196.655 0 0 0 896 699.31V325.29a196.69 196.69 0 0 0-57.61-139.08zm-111.3 441.92c-42.83 0-77.82-34.99-77.82-77.82s34.98-77.82 77.82-77.82c42.83 0 77.82 34.99 77.82 77.82s-34.99 77.82-77.82 77.82z"})]))}}),J9=Q9,ey=e.defineComponent({name:"Switch",__name:"switch",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M118.656 438.656a32 32 0 0 1 0-45.248L416 96l4.48-3.776A32 32 0 0 1 461.248 96l3.712 4.48a32.064 32.064 0 0 1-3.712 40.832L218.56 384H928a32 32 0 1 1 0 64H141.248a32 32 0 0 1-22.592-9.344zM64 608a32 32 0 0 1 32-32h786.752a32 32 0 0 1 22.656 54.592L608 928l-4.48 3.776a32.064 32.064 0 0 1-40.832-49.024L805.632 640H96a32 32 0 0 1-32-32"})]))}}),ny=ey,ty=e.defineComponent({name:"TakeawayBox",__name:"takeaway-box",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M832 384H192v448h640zM96 320h832V128H96zm800 64v480a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V384H64a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32h896a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32zM416 512h192a32 32 0 0 1 0 64H416a32 32 0 0 1 0-64"})]))}}),ry=ty,oy=e.defineComponent({name:"Ticket",__name:"ticket",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M640 832H64V640a128 128 0 1 0 0-256V192h576v160h64V192h256v192a128 128 0 1 0 0 256v192H704V672h-64zm0-416v192h64V416z"})]))}}),ay=oy,ly=e.defineComponent({name:"Tickets",__name:"tickets",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M192 128v768h640V128zm-32-64h704a32 32 0 0 1 32 32v832a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h192v64H320zm0 384h384v64H320z"})]))}}),iy=ly,sy=e.defineComponent({name:"Timer",__name:"timer",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 896a320 320 0 1 0 0-640 320 320 0 0 0 0 640m0 64a384 384 0 1 1 0-768 384 384 0 0 1 0 768"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 320a32 32 0 0 1 32 32l-.512 224a32 32 0 1 1-64 0L480 352a32 32 0 0 1 32-32"}),e.createElementVNode("path",{fill:"currentColor",d:"M448 576a64 64 0 1 0 128 0 64 64 0 1 0-128 0m96-448v128h-64V128h-96a32 32 0 0 1 0-64h256a32 32 0 1 1 0 64z"})]))}}),cy=sy,uy=e.defineComponent({name:"ToiletPaper",__name:"toilet-paper",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M595.2 128H320a192 192 0 0 0-192 192v576h384V352c0-90.496 32.448-171.2 83.2-224M736 64c123.712 0 224 128.96 224 288S859.712 640 736 640H576v320H64V320A256 256 0 0 1 320 64zM576 352v224h160c84.352 0 160-97.28 160-224s-75.648-224-160-224-160 97.28-160 224"}),e.createElementVNode("path",{fill:"currentColor",d:"M736 448c-35.328 0-64-43.008-64-96s28.672-96 64-96 64 43.008 64 96-28.672 96-64 96"})]))}}),dy=uy,hy=e.defineComponent({name:"Tools",__name:"tools",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M764.416 254.72a351.68 351.68 0 0 1 86.336 149.184H960v192.064H850.752a351.68 351.68 0 0 1-86.336 149.312l54.72 94.72-166.272 96-54.592-94.72a352.64 352.64 0 0 1-172.48 0L371.136 936l-166.272-96 54.72-94.72a351.68 351.68 0 0 1-86.336-149.312H64v-192h109.248a351.68 351.68 0 0 1 86.336-149.312L204.8 160l166.208-96h.192l54.656 94.592a352.64 352.64 0 0 1 172.48 0L652.8 64h.128L819.2 160l-54.72 94.72zM704 499.968a192 192 0 1 0-384 0 192 192 0 0 0 384 0"})]))}}),py=hy,fy=e.defineComponent({name:"TopLeft",__name:"top-left",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M256 256h416a32 32 0 1 0 0-64H224a32 32 0 0 0-32 32v448a32 32 0 0 0 64 0z"}),e.createElementVNode("path",{fill:"currentColor",d:"M246.656 201.344a32 32 0 0 0-45.312 45.312l544 544a32 32 0 0 0 45.312-45.312l-544-544z"})]))}}),gy=fy,my=e.defineComponent({name:"TopRight",__name:"top-right",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M768 256H353.6a32 32 0 1 1 0-64H800a32 32 0 0 1 32 32v448a32 32 0 0 1-64 0z"}),e.createElementVNode("path",{fill:"currentColor",d:"M777.344 201.344a32 32 0 0 1 45.312 45.312l-544 544a32 32 0 0 1-45.312-45.312l544-544z"})]))}}),_y=my,yy=e.defineComponent({name:"Top",__name:"top",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M572.235 205.282v600.365a30.118 30.118 0 1 1-60.235 0V205.282L292.382 438.633a28.913 28.913 0 0 1-42.646 0 33.43 33.43 0 0 1 0-45.236l271.058-288.045a28.913 28.913 0 0 1 42.647 0L834.5 393.397a33.43 33.43 0 0 1 0 45.176 28.913 28.913 0 0 1-42.647 0l-219.618-233.23z"})]))}}),xy=yy,wy=e.defineComponent({name:"TrendCharts",__name:"trend-charts",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M128 896V128h768v768zm291.712-327.296 128 102.4 180.16-201.792-47.744-42.624-139.84 156.608-128-102.4-180.16 201.792 47.744 42.624 139.84-156.608zM816 352a48 48 0 1 0-96 0 48 48 0 0 0 96 0"})]))}}),by=wy,vy=e.defineComponent({name:"TrophyBase",__name:"trophy-base",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M918.4 201.6c-6.4-6.4-12.8-9.6-22.4-9.6H768V96c0-9.6-3.2-16-9.6-22.4C752 67.2 745.6 64 736 64H288c-9.6 0-16 3.2-22.4 9.6C259.2 80 256 86.4 256 96v96H128c-9.6 0-16 3.2-22.4 9.6-6.4 6.4-9.6 16-9.6 22.4 3.2 108.8 25.6 185.6 64 224 34.4 34.4 77.56 55.65 127.65 61.99 10.91 20.44 24.78 39.25 41.95 56.41 40.86 40.86 91 65.47 150.4 71.9V768h-96c-9.6 0-16 3.2-22.4 9.6-6.4 6.4-9.6 12.8-9.6 22.4s3.2 16 9.6 22.4c6.4 6.4 12.8 9.6 22.4 9.6h256c9.6 0 16-3.2 22.4-9.6 6.4-6.4 9.6-12.8 9.6-22.4s-3.2-16-9.6-22.4c-6.4-6.4-12.8-9.6-22.4-9.6h-96V637.26c59.4-7.71 109.54-30.01 150.4-70.86 17.2-17.2 31.51-36.06 42.81-56.55 48.93-6.51 90.02-27.7 126.79-61.85 38.4-38.4 60.8-112 64-224 0-6.4-3.2-16-9.6-22.4zM256 438.4c-19.2-6.4-35.2-19.2-51.2-35.2-22.4-22.4-35.2-70.4-41.6-147.2H256zm390.4 80C608 553.6 566.4 576 512 576s-99.2-19.2-134.4-57.6C342.4 480 320 438.4 320 384V128h384v256c0 54.4-19.2 99.2-57.6 134.4m172.8-115.2c-16 16-32 25.6-51.2 35.2V256h92.8c-6.4 76.8-19.2 124.8-41.6 147.2zM768 896H256c-9.6 0-16 3.2-22.4 9.6-6.4 6.4-9.6 12.8-9.6 22.4s3.2 16 9.6 22.4c6.4 6.4 12.8 9.6 22.4 9.6h512c9.6 0 16-3.2 22.4-9.6 6.4-6.4 9.6-12.8 9.6-22.4s-3.2-16-9.6-22.4c-6.4-6.4-12.8-9.6-22.4-9.6"})]))}}),zy=vy,Cy=e.defineComponent({name:"Trophy",__name:"trophy",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M480 896V702.08A256.256 256.256 0 0 1 264.064 512h-32.64a96 96 0 0 1-91.968-68.416L93.632 290.88a76.8 76.8 0 0 1 73.6-98.88H256V96a32 32 0 0 1 32-32h448a32 32 0 0 1 32 32v96h88.768a76.8 76.8 0 0 1 73.6 98.88L884.48 443.52A96 96 0 0 1 792.576 512h-32.64A256.256 256.256 0 0 1 544 702.08V896h128a32 32 0 1 1 0 64H352a32 32 0 1 1 0-64zm224-448V128H320v320a192 192 0 1 0 384 0m64 0h24.576a32 32 0 0 0 30.656-22.784l45.824-152.768A12.8 12.8 0 0 0 856.768 256H768zm-512 0V256h-88.768a12.8 12.8 0 0 0-12.288 16.448l45.824 152.768A32 32 0 0 0 231.424 448z"})]))}}),ky=Cy,By=e.defineComponent({name:"TurnOff",__name:"turn-off",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M329.956 257.138a254.862 254.862 0 0 0 0 509.724h364.088a254.862 254.862 0 0 0 0-509.724zm0-72.818h364.088a327.68 327.68 0 1 1 0 655.36H329.956a327.68 327.68 0 1 1 0-655.36z"}),e.createElementVNode("path",{fill:"currentColor",d:"M329.956 621.227a109.227 109.227 0 1 0 0-218.454 109.227 109.227 0 0 0 0 218.454m0 72.817a182.044 182.044 0 1 1 0-364.088 182.044 182.044 0 0 1 0 364.088"})]))}}),Ey=By,jy=e.defineComponent({name:"Umbrella",__name:"umbrella",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M320 768a32 32 0 1 1 64 0 64 64 0 0 0 128 0V512H64a448 448 0 1 1 896 0H576v256a128 128 0 1 1-256 0m570.688-320a384.128 384.128 0 0 0-757.376 0z"})]))}}),Vy=jy,Sy=e.defineComponent({name:"Unlock",__name:"unlock",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M224 448a32 32 0 0 0-32 32v384a32 32 0 0 0 32 32h576a32 32 0 0 0 32-32V480a32 32 0 0 0-32-32zm0-64h576a96 96 0 0 1 96 96v384a96 96 0 0 1-96 96H224a96 96 0 0 1-96-96V480a96 96 0 0 1 96-96"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 544a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V576a32 32 0 0 1 32-32m178.304-295.296A192.064 192.064 0 0 0 320 320v64h352l96 38.4V448H256V320a256 256 0 0 1 493.76-95.104z"})]))}}),Ny=Sy,My=e.defineComponent({name:"UploadFilled",__name:"upload-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M544 864V672h128L512 480 352 672h128v192H320v-1.6c-5.376.32-10.496 1.6-16 1.6A240 240 0 0 1 64 624c0-123.136 93.12-223.488 212.608-237.248A239.808 239.808 0 0 1 512 192a239.872 239.872 0 0 1 235.456 194.752c119.488 13.76 212.48 114.112 212.48 237.248a240 240 0 0 1-240 240c-5.376 0-10.56-1.28-16-1.6v1.6z"})]))}}),fa=My,Py=e.defineComponent({name:"Upload",__name:"upload",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-578.304V704h-64V247.296L237.248 490.048 192 444.8 508.8 128l316.8 316.8-45.312 45.248z"})]))}}),Ay=Py,qy=e.defineComponent({name:"UserFilled",__name:"user-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M288 320a224 224 0 1 0 448 0 224 224 0 1 0-448 0m544 608H160a32 32 0 0 1-32-32v-96a160 160 0 0 1 160-160h448a160 160 0 0 1 160 160v96a32 32 0 0 1-32 32z"})]))}}),Ty=qy,Dy=e.defineComponent({name:"User",__name:"user",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 512a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512m320 320v-96a96 96 0 0 0-96-96H288a96 96 0 0 0-96 96v96a32 32 0 1 1-64 0v-96a160 160 0 0 1 160-160h448a160 160 0 0 1 160 160v96a32 32 0 1 1-64 0"})]))}}),Fi=Dy,Fy=e.defineComponent({name:"Van",__name:"van",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M128.896 736H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32v96h164.544a32 32 0 0 1 31.616 27.136l54.144 352A32 32 0 0 1 922.688 736h-91.52a144 144 0 1 1-286.272 0H415.104a144 144 0 1 1-286.272 0zm23.36-64a143.872 143.872 0 0 1 239.488 0H568.32c17.088-25.6 42.24-45.376 71.744-55.808V256H128v416zm655.488 0h77.632l-19.648-128H704v64.896A144 144 0 0 1 807.744 672m48.128-192-14.72-96H704v96h151.872M688 832a80 80 0 1 0 0-160 80 80 0 0 0 0 160m-416 0a80 80 0 1 0 0-160 80 80 0 0 0 0 160"})]))}}),Iy=Fy,Hy=e.defineComponent({name:"VideoCameraFilled",__name:"video-camera-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m768 576 192-64v320l-192-64v96a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V480a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zM192 768v64h384v-64zm192-480a160 160 0 0 1 320 0 160 160 0 0 1-320 0m64 0a96 96 0 1 0 192.064-.064A96 96 0 0 0 448 288m-320 32a128 128 0 1 1 256.064.064A128 128 0 0 1 128 320m64 0a64 64 0 1 0 128 0 64 64 0 0 0-128 0"})]))}}),$y=Hy,Ly=e.defineComponent({name:"VideoCamera",__name:"video-camera",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M704 768V256H128v512zm64-416 192-96v512l-192-96v128a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 71.552v176.896l128 64V359.552zM192 320h192v64H192z"})]))}}),Oy=Ly,Ry=e.defineComponent({name:"VideoPause",__name:"video-pause",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m-96-544q32 0 32 32v256q0 32-32 32t-32-32V384q0-32 32-32m192 0q32 0 32 32v256q0 32-32 32t-32-32V384q0-32 32-32"})]))}}),Uy=Ry,Yy=e.defineComponent({name:"VideoPlay",__name:"video-play",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m-48-247.616L668.608 512 464 375.616zm10.624-342.656 249.472 166.336a48 48 0 0 1 0 79.872L474.624 718.272A48 48 0 0 1 400 678.336V345.6a48 48 0 0 1 74.624-39.936z"})]))}}),Wy=Yy,Gy=e.defineComponent({name:"View",__name:"view",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 160c320 0 512 352 512 352S832 864 512 864 0 512 0 512s192-352 512-352m0 64c-225.28 0-384.128 208.064-436.8 288 52.608 79.872 211.456 288 436.8 288 225.28 0 384.128-208.064 436.8-288-52.608-79.872-211.456-288-436.8-288zm0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448m0 64a160.192 160.192 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160"})]))}}),Ky=Gy,Zy=e.defineComponent({name:"WalletFilled",__name:"wallet-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M688 512a112 112 0 1 0 0 224h208v160H128V352h768v160zm32 160h-32a48 48 0 0 1 0-96h32a48 48 0 0 1 0 96m-80-544 128 160H384z"})]))}}),Xy=Zy,Qy=e.defineComponent({name:"Wallet",__name:"wallet",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M640 288h-64V128H128v704h384v32a32 32 0 0 0 32 32H96a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32h512a32 32 0 0 1 32 32z"}),e.createElementVNode("path",{fill:"currentColor",d:"M128 320v512h768V320zm-32-64h832a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32"}),e.createElementVNode("path",{fill:"currentColor",d:"M704 640a64 64 0 1 1 0-128 64 64 0 0 1 0 128"})]))}}),Jy=Qy,ex=e.defineComponent({name:"WarnTriangleFilled",__name:"warn-triangle-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M928.99 755.83 574.6 203.25c-12.89-20.16-36.76-32.58-62.6-32.58s-49.71 12.43-62.6 32.58L95.01 755.83c-12.91 20.12-12.9 44.91.01 65.03 12.92 20.12 36.78 32.51 62.59 32.49h708.78c25.82.01 49.68-12.37 62.59-32.49 12.91-20.12 12.92-44.91.01-65.03M554.67 768h-85.33v-85.33h85.33zm0-426.67v298.66h-85.33V341.32z"})]))}}),nx=ex,tx=e.defineComponent({name:"WarningFilled",__name:"warning-filled",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 192a58.432 58.432 0 0 0-58.24 63.744l23.36 256.384a35.072 35.072 0 0 0 69.76 0l23.296-256.384A58.432 58.432 0 0 0 512 256m0 512a51.2 51.2 0 1 0 0-102.4 51.2 51.2 0 0 0 0 102.4"})]))}}),rx=tx,ox=e.defineComponent({name:"Warning",__name:"warning",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m48-176a48 48 0 1 1-96 0 48 48 0 0 1 96 0m-48-464a32 32 0 0 1 32 32v288a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"})]))}}),ax=ox,lx=e.defineComponent({name:"Watch",__name:"watch",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 768a256 256 0 1 0 0-512 256 256 0 0 0 0 512m0 64a320 320 0 1 1 0-640 320 320 0 0 1 0 640"}),e.createElementVNode("path",{fill:"currentColor",d:"M480 352a32 32 0 0 1 32 32v160a32 32 0 0 1-64 0V384a32 32 0 0 1 32-32"}),e.createElementVNode("path",{fill:"currentColor",d:"M480 512h128q32 0 32 32t-32 32H480q-32 0-32-32t32-32m128-256V128H416v128h-64V64h320v192zM416 768v128h192V768h64v192H352V768z"})]))}}),ix=lx,sx=e.defineComponent({name:"Watermelon",__name:"watermelon",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m683.072 600.32-43.648 162.816-61.824-16.512 53.248-198.528L576 493.248l-158.4 158.4-45.248-45.248 158.4-158.4-55.616-55.616-198.528 53.248-16.512-61.824 162.816-43.648L282.752 200A384 384 0 0 0 824 741.248zm231.552 141.056a448 448 0 1 1-632-632l632 632"})]))}}),cx=sx,ux=e.defineComponent({name:"WindPower",__name:"wind-power",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M160 64q32 0 32 32v832q0 32-32 32t-32-32V96q0-32 32-32m416 354.624 128-11.584V168.96l-128-11.52v261.12zm-64 5.824V151.552L320 134.08V160h-64V64l616.704 56.064A96 96 0 0 1 960 215.68v144.64a96 96 0 0 1-87.296 95.616L256 512V224h64v217.92zm256-23.232 98.88-8.96A32 32 0 0 0 896 360.32V215.68a32 32 0 0 0-29.12-31.872l-98.88-8.96z"})]))}}),dx=ux,hx=e.defineComponent({name:"ZoomIn",__name:"zoom-in",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704m-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64z"})]))}}),px=hx,fx=e.defineComponent({name:"ZoomOut",__name:"zoom-out",setup(n){return(t,r)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704M352 448h256a32 32 0 0 1 0 64H352a32 32 0 0 1 0-64"})]))}}),gx=fx,mx=Object.freeze({__proto__:null,AddLocation:$p,Aim:Op,AlarmClock:Up,Apple:Wp,ArrowDown:ua,ArrowDownBold:Ei,ArrowLeft:Jp,ArrowLeftBold:Xp,ArrowRight:rf,ArrowRightBold:nf,ArrowUp:ji,ArrowUpBold:af,Avatar:cf,Back:df,Baseball:pf,Basketball:gf,Bell:xf,BellFilled:_f,Bicycle:bf,Bottom:Ef,BottomLeft:zf,BottomRight:kf,Bowl:Vf,Box:Nf,Briefcase:Pf,Brush:Df,BrushFilled:qf,Burger:If,Calendar:$f,Camera:Uf,CameraFilled:Of,CaretBottom:Wf,CaretLeft:Kf,CaretRight:Xf,CaretTop:Jf,Cellphone:ng,ChatDotRound:rg,ChatDotSquare:ag,ChatLineRound:ig,ChatLineSquare:cg,ChatRound:dg,ChatSquare:pg,Check:gg,Checked:_g,Cherry:xg,Chicken:bg,ChromeFilled:zg,CircleCheck:Eg,CircleCheckFilled:kg,CircleClose:Ng,CircleCloseFilled:Vg,CirclePlus:qg,CirclePlusFilled:Pg,Clock:Dg,Close:Vi,CloseBold:Ig,Cloudy:Lg,Coffee:Yg,CoffeeCup:Rg,Coin:Gg,ColdDrink:Zg,Collection:e6,CollectionTag:Qg,Comment:t6,Compass:o6,Connection:l6,Coordinate:s6,CopyDocument:u6,Cpu:h6,CreditCard:f6,Crop:m6,DArrowLeft:y6,DArrowRight:w6,DCaret:v6,DataAnalysis:C6,DataBoard:B6,DataLine:j6,Delete:A6,DeleteFilled:S6,DeleteLocation:M6,Dessert:T6,Discount:F6,Dish:L6,DishDot:H6,Document:J6,DocumentAdd:R6,DocumentChecked:Y6,DocumentCopy:Si,DocumentDelete:K6,DocumentRemove:X6,Download:da,Drizzling:t3,Edit:l3,EditPen:o3,Eleme:u3,ElemeFilled:s3,ElementPlus:h3,Expand:Ni,Failed:g3,Female:_3,Files:x3,Film:b3,Filter:Mi,Finished:C3,FirstAidKit:B3,Flag:j3,Fold:Pi,Folder:$3,FolderAdd:N3,FolderChecked:P3,FolderDelete:q3,FolderOpened:D3,FolderRemove:I3,Food:O3,Football:U3,ForkSpoon:W3,Fries:K3,FullScreen:X3,Goblet:a8,GobletFull:J3,GobletSquare:r8,GobletSquareFull:n8,GoldMedal:i8,Goods:d8,GoodsFilled:c8,Grape:p8,Grid:g8,Guide:_8,Handbag:x8,Headset:b8,Help:k8,HelpFilled:z8,Hide:E8,Histogram:V8,HomeFilled:N8,HotWater:P8,House:q8,IceCream:$8,IceCreamRound:D8,IceCreamSquare:I8,IceDrink:O8,IceTea:U8,InfoFilled:W8,Iphone:K8,Key:X8,KnifeFork:J8,Lightning:nm,Link:rm,List:am,Loading:im,Location:pm,LocationFilled:cm,LocationInformation:dm,Lock:gm,Lollipop:_m,MagicStick:xm,Magnet:bm,Male:zm,Management:km,MapLocation:Em,Medal:Vm,Memo:Nm,Menu:Pm,Message:Dm,MessageBox:qm,Mic:Im,Microphone:$m,MilkTea:Om,Minus:Um,Money:Wm,Monitor:Km,Moon:Jm,MoonNight:Xm,More:t_,MoreFilled:Ai,MostlyCloudy:o_,Mouse:l_,Mug:s_,Mute:h_,MuteNotification:u_,NoSmoking:f_,Notebook:m_,Notification:y_,Odometer:w_,OfficeBuilding:v_,Open:C_,Operation:B_,Opportunity:j_,Orange:S_,Paperclip:M_,PartlyCloudy:A_,Pear:T_,Phone:H_,PhoneFilled:F_,Picture:Y_,PictureFilled:L_,PictureRounded:R_,PieChart:G_,Place:Z_,Platform:Q_,Plus:e5,Pointer:t5,Position:o5,Postcard:l5,Pouring:s5,Present:u5,PriceTag:h5,Printer:f5,Promotion:m5,QuartzWatch:y5,QuestionFilled:ha,Rank:b5,Reading:k5,ReadingLamp:z5,Refresh:S5,RefreshLeft:E5,RefreshRight:pa,Refrigerator:M5,Remove:T5,RemoveFilled:A5,Right:F5,ScaleToOriginal:H5,School:L5,Scissor:R5,Search:qi,Select:Ti,Sell:G5,SemiSelect:Z5,Service:Q5,SetUp:e9,Setting:Di,Share:r9,Ship:a9,Shop:i9,ShoppingBag:c9,ShoppingCart:p9,ShoppingCartFull:d9,ShoppingTrolley:g9,Smoking:_9,Soccer:x9,SoldOut:b9,Sort:E9,SortDown:z9,SortUp:k9,Stamp:V9,Star:P9,StarFilled:N9,Stopwatch:q9,SuccessFilled:D9,Sugar:I9,Suitcase:O9,SuitcaseLine:$9,Sunny:U9,Sunrise:W9,Sunset:K9,Switch:ny,SwitchButton:X9,SwitchFilled:J9,TakeawayBox:ry,Ticket:ay,Tickets:iy,Timer:cy,ToiletPaper:dy,Tools:py,Top:xy,TopLeft:gy,TopRight:_y,TrendCharts:by,Trophy:ky,TrophyBase:zy,TurnOff:Ey,Umbrella:Vy,Unlock:Ny,Upload:Ay,UploadFilled:fa,User:Fi,UserFilled:Ty,Van:Iy,VideoCamera:Oy,VideoCameraFilled:$y,VideoPause:Uy,VideoPlay:Wy,View:Ky,Wallet:Jy,WalletFilled:Xy,WarnTriangleFilled:nx,Warning:ax,WarningFilled:rx,Watch:ix,Watermelon:cx,WindPower:dx,ZoomIn:px,ZoomOut:gx});const _x={key:0,class:"plus-table-action-bar__dropdown__link"},yx={class:"plus-table-action-bar__dropdown__link"},xx={class:"plus-table-action-bar__more-text"};var wx=e.defineComponent({name:"PlusTableActionBar",__name:"table-action-bar",props:{label:{default:""},fixed:{default:"right"},showNumber:{type:[Number,Function],default:3},showLimitIncludeMore:{type:Boolean,default:!1},type:{default:"link"},buttons:{default:()=>[]},width:{default:200},actionBarTableColumnProps:{default:()=>({})},confirmType:{default:"messageBox"},moreType:{default:"text"}},emits:["clickAction","clickActionConfirmCancel"],setup(n,{emit:t}){const r=n,o=t,{t:a}=Te(),i=e.ref(!0),c=e.inject(_r),s=(f,p)=>{const g=r.buttons.filter(y=>{if(K(y.show)){const x=y.show,w=x(f,p,y);return e.unref(w)!==!1}return e.unref(y.show)!==!1}),_=K(r.showNumber)?r.showNumber(f,p):r.showNumber,b=g.length>_;return b?r.showLimitIncludeMore?{showMore:b,preButtons:g.slice(0,_-1),nextButtons:g.slice(_-1)}:{showMore:b,preButtons:g.slice(0,_),nextButtons:g.slice(_)}:{showMore:b,preButtons:g,nextButtons:[]}},d=(f,p)=>{var g,_;const{row:b,buttonRow:y,index:x,rest:w,text:v}=f,z={text:v,row:b,buttonRow:y,index:x,rowIndex:x,e:p,formRefs:c.value[x],...w};let E=a("plus.table.confirmToPerformThisOperation"),N=a("plus.table.prompt"),M,C=null;if(Be(y.confirm)){const j=K(y.confirm.title)?y.confirm.title(z):y.confirm.title;j&&(N=j);const I=K(y.confirm.message)?y.confirm.message(z):y.confirm.message;I&&(E=I),M=(g=y.confirm)==null?void 0:g.options,C=(_=y.confirm)==null?void 0:_.appContext}return{msg:{message:E,title:N,options:M,appContext:C},callbackParams:z}},l=(f,p,g,_)=>{var b;const y=K(p.props)?p.props(f,g,p):e.unref(p.props),x=K(p.text)?e.unref(p.text(f,g,p)):e.unref(p.text),w={text:x,row:f,buttonRow:p,index:g,rest:_},{msg:v,callbackParams:z}=d(w);if(r.type==="icon")return e.h(T.ElTooltip,{placement:"top",content:x,...p.tooltipProps},()=>{var E;return r.confirmType==="popconfirm"&&p.confirm?e.h("span",{class:"el-icon"},e.h(T.ElPopconfirm,{trigger:"click",...Be(p.confirm)?(E=p.confirm)==null?void 0:E.popconfirmProps:{},title:v.message,onConfirm:N=>u({...z,e:N,formRefs:c.value[g]}),onCancel:N=>m({...z,e:N,formRefs:c.value[g]})},{reference:()=>e.withDirectives(e.h(T.ElIcon,{size:16,style:{margin:0},...y,onClick:()=>{i.value=!1,K(p.onClick)&&p.onClick({...z,formRefs:c.value[g]})}},()=>p.icon?e.h(p.icon):""),p.directives||[])})):e.withDirectives(e.h(T.ElIcon,{size:16,...y,onClick:N=>h({...z,e:N,formRefs:c.value[g]},v)},()=>p.icon?e.h(p.icon):""),p.directives||[])});{const E=r.type==="button"?T.ElButton:T.ElLink,N=r.type==="link"?{href:"javaScript:;"}:{};return r.confirmType==="popconfirm"&&p.confirm?e.h(T.ElPopconfirm,{trigger:"click",...Be(p.confirm)?(b=p.confirm)==null?void 0:b.popconfirmProps:{},title:v.message,onConfirm:M=>u({...z,e:M,formRefs:c.value[g]}),onCancel:M=>m({...z,e:M,formRefs:c.value[g]})},{reference:()=>e.withDirectives(e.h(E,{size:"small",...N,...y,onClick:()=>{i.value=!1,K(p.onClick)&&p.onClick({...z,formRefs:c.value[g]})}},()=>x),p.directives||[])}):e.withDirectives(e.h(E,{size:"small",...N,...y,onClick:M=>h({...z,e:M,formRefs:c.value[g]},v)},()=>x),p.directives||[])}},u=f=>{K(f.buttonRow.onConfirm)&&f.buttonRow.onConfirm(f),o("clickAction",f)},m=f=>{K(f.buttonRow.onCancel)&&f.buttonRow.onCancel(f),o("clickActionConfirmCancel",f)},h=(f,p)=>{i.value=!0;const{buttonRow:g}=f;if(K(g.onClick)&&g.onClick(f),g.confirm){if(r.confirmType==="messageBox"){const{message:_,title:b,options:y,appContext:x}=p;T.ElMessageBox.confirm(_,b,y,x).then(()=>{K(g.onConfirm)&&g.onConfirm(f),o("clickAction",f)}).catch(()=>{K(g.onCancel)&&g.onCancel(f),o("clickActionConfirmCancel",f)})}}else o("clickAction",f)};return(f,p)=>(e.openBlock(),e.createBlock(e.unref(T.ElTableColumn),e.mergeProps({key:"actionBar","class-name":"plus-table-action-bar",label:e.unref(f.label)||e.unref(a)("plus.table.action"),fixed:f.fixed||"right",width:f.width||200},f.actionBarTableColumnProps),{default:e.withCtx(({row:g,$index:_,...b})=>[e.createCommentVNode(" \u663E\u793A\u51FA\u6765\u7684\u6309\u94AE "),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s(g,_).preButtons,y=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(l(g,y,_,b)),{key:y.text}))),128)),e.createCommentVNode(" \u9690\u85CF\u7684\u6309\u94AE "),s(g,_).showMore?(e.openBlock(),e.createBlock(e.unref(T.ElDropdown),{key:0,trigger:"click",class:"plus-table-action-bar__dropdown","hide-on-click":i.value},{dropdown:e.withCtx(()=>[e.createVNode(e.unref(T.ElDropdownMenu),null,{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s(g,_).nextButtons,y=>(e.openBlock(),e.createBlock(e.unref(T.ElDropdownItem),{key:e.unref(y.text)},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(l(g,y,_,b))))]),_:2},1024))),128))]),_:2},1024)]),default:e.withCtx(()=>[f.moreType==="icon"?(e.openBlock(),e.createElementBlock("span",_x,[e.renderSlot(f.$slots,"action-bar-more-icon",{},()=>[e.createVNode(e.unref(T.ElIcon),null,{default:e.withCtx(()=>[e.createVNode(e.unref(Ai))]),_:1})])])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createCommentVNode(" \u9ED8\u8BA4 "),e.createElementVNode("span",yx,[e.createElementVNode("span",xx,e.toDisplayString(e.unref(a)("plus.table.more")),1),e.renderSlot(f.$slots,"action-bar-more-icon",{},()=>[e.createVNode(e.unref(T.ElIcon),null,{default:e.withCtx(()=>[e.createVNode(e.unref(Ei))]),_:1})])])],64))]),_:2},1032,["hide-on-click"])):e.createCommentVNode("v-if",!0)]),_:3},16,["label","fixed","width"]))}}),bx=ne(wx,[["__file","table-action-bar.vue"]]),vx=e.defineComponent({name:"PlusRender",__name:"index",props:{renderType:{default:void 0},callbackValue:{type:[String,Number,Boolean,null,Date,Array,Object],default:""},customFieldProps:{default:()=>({})},render:{},params:{default:()=>({})},handleChange:{}},setup(n){const t=n,r=e.ref();e.watch(()=>t.callbackValue,a=>{r.value=a},{flush:"post",immediate:!0});const o=()=>{if(!t.render)return;const a={...t.params},i=t.renderType==="form"?t.render(r.value,t.handleChange,a):t.render(r.value,a);if(e.isVNode(i)){const c=t.renderType==="form"?{modelValue:r.value,...t.customFieldProps,...i.props}:{...t.customFieldProps,...i.props};return{...i,props:c}}else if(Et(i))return i};return(a,i)=>a.renderType==="form"?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o),e.mergeProps({key:0,modelValue:r.value,"onUpdate:modelValue":i[0]||(i[0]=c=>r.value=c)},a.customFieldProps),null,16,["modelValue"])):(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o),e.normalizeProps(e.mergeProps({key:1},a.customFieldProps)),null,16))}}),zx=ne(vx,[["__file","index.vue"]]);const qr=zx,Cx={class:"plus-date-picker__middle"};var kx=e.defineComponent({name:"PlusDatePicker",__name:"index",props:{modelValue:{default:()=>[]},rangeSeparator:{default:"/"},valueFormat:{default:"YYYY-MM-DD HH:mm:ss"},type:{default:"datetime"},startProps:{default:()=>({})},endProps:{default:()=>({})},disabled:{type:Boolean,default:!1},startDisabledDate:{type:Function,default:(n,t)=>t?n.getTime()>new Date(t).getTime():!1},endDisabledDate:{type:Function,default:(n,t)=>t?n.getTime()<new Date(t).getTime():!1}},emits:["change","focus","update:modelValue"],setup(n,{expose:t,emit:r}){const o=n,a=r,{t:i}=Te(),c=e.useAttrs(),s=e.computed(()=>({...c,...o.startProps})),d=e.computed(()=>({...c,...o.endProps})),l=e.ref(),u=e.ref(),m=e.reactive({start:"",end:""}),h=T.useFormDisabled(),f=e.ref(!1),p=x=>{f.value=!0,a("focus",x)},g=()=>{f.value=!1},_=x=>o.startDisabledDate&&K(o.startDisabledDate)?o.startDisabledDate(x,m.end):!1,b=x=>o.endDisabledDate&&K(o.endDisabledDate)?o.endDisabledDate(x,m.start):!1;e.watch(()=>o.modelValue,x=>{const[w,v]=x;m.start=w,m.end=v},{immediate:!0});const y=()=>{const x=[m.start,m.end];a("update:modelValue",x),a("change",x)};return t({startPickerInstance:l,endPickerInstance:u}),(x,w)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["plus-date-picker",{"is-focus":f.value,"is-disabled":e.unref(h)}])},[e.createVNode(e.unref(T.ElDatePicker),e.mergeProps({ref_key:"startPickerInstance",ref:l,modelValue:m.start,"onUpdate:modelValue":w[0]||(w[0]=v=>m.start=v),type:x.type,"value-format":x.valueFormat,placeholder:e.unref(i)("plus.datepicker.startPlaceholder"),"disabled-date":_,class:"plus-date-picker__start",clearable:"",disabled:e.unref(h)},s.value,{onChange:y,onFocus:p}),null,16,["modelValue","type","value-format","placeholder","disabled"]),e.createElementVNode("span",Cx,e.toDisplayString(x.rangeSeparator),1),e.createVNode(e.unref(T.ElDatePicker),e.mergeProps({ref_key:"endPickerInstance",ref:u,modelValue:m.end,"onUpdate:modelValue":w[1]||(w[1]=v=>m.end=v),"value-format":x.valueFormat,type:x.type,placeholder:e.unref(i)("plus.datepicker.endPlaceholder"),"disabled-date":b,class:"plus-date-picker__end",clearable:"",disabled:e.unref(h)},d.value,{onChange:y,onFocus:p}),null,16,["modelValue","value-format","type","placeholder","disabled"])],2)),[[e.unref(T.ClickOutside),g]])}}),Bx=ne(kx,[["__file","index.vue"]]);const ga=Bx;var Ex=e.defineComponent({name:"PlusInputTag",__name:"index",props:{modelValue:{default:()=>[]},trigger:{default:()=>["blur","enter","space"]},inputProps:{default:()=>({})},tagProps:{default:()=>({})},limit:{default:1/0},formatTag:{type:Function,default:void 0},retainInputValue:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},emits:["update:modelValue","change","remove","blur","enter","space"],setup(n,{expose:t,emit:r}){const o=n,a=r,i=e.ref(),c=e.ref(),s=e.ref(),d=e.reactive({tags:[],inputValue:"",isFocus:!1}),l=T.useFormDisabled(),{t:u}=Te();e.watch(()=>o.modelValue,_=>{d.tags=_.slice(0,o.limit)},{immediate:!0});const m=()=>{d.isFocus=!1},h=()=>{var _;d.isFocus=!0,(_=i.value)==null||_.focus()},f=_=>{l.value||(d.tags=d.tags.filter(b=>b!==_),a("remove",_),a("update:modelValue",d.tags),a("change",d.tags))},p=()=>{d.inputValue.trim()&&!d.tags.includes(d.inputValue.trim())&&d.tags.length<o.limit&&d.tags.push(d.inputValue.trim()),o.retainInputValue||(d.inputValue=""),a("update:modelValue",d.tags),a("change",d.tags)},g=(_,b)=>{a(b,d.inputValue,_),(kn(o.trigger)?o.trigger:Et(o.trigger)?[o.trigger]:["blur","enter","space"]).includes(b)&&p()};return t({inputInstance:i,tagInstance:c}),(_,b)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{ref_key:"plusInputTagInstance",ref:s,class:e.normalizeClass(["plus-input-tag",{"is-focus":d.isFocus,"is-disabled":e.unref(l)}]),onClick:h},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.tags,y=>(e.openBlock(),e.createBlock(e.unref(T.ElTag),e.mergeProps({ref_for:!0,ref_key:"tagInstance",ref:c,key:y,class:"plus-input-tag__tag"},_.tagProps,{closable:"",onClose:x=>f(y)}),{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(_.formatTag&&e.unref(K)(_.formatTag)?_.formatTag(y):y),1)]),_:2},1040,["onClose"]))),128)),d.tags.length<_.limit?(e.openBlock(),e.createBlock(e.unref(T.ElInput),e.mergeProps({key:0,ref_key:"inputInstance",ref:i,modelValue:d.inputValue,"onUpdate:modelValue":b[0]||(b[0]=y=>d.inputValue=y),class:"plus-input-tag__input",placeholder:d.tags.length?"":e.unref(u)("plus.inputTag.placeholder"),disabled:e.unref(l)||d.tags.length>=_.limit},_.inputProps,{clearable:"",onBlur:b[1]||(b[1]=y=>g(y,"blur")),onKeyup:[b[2]||(b[2]=e.withKeys(e.withModifiers(y=>g(y,"enter"),["exact"]),["enter"])),b[3]||(b[3]=e.withKeys(e.withModifiers(y=>g(y,"space"),["exact"]),["space"]))]}),null,16,["modelValue","placeholder","disabled"])):e.createCommentVNode("v-if",!0)],2)),[[e.unref(T.ClickOutside),m]])}}),jx=ne(Ex,[["__file","index.vue"]]);const ma=jx,Ii={"plus-radio":{component:Ar,hasOptions:!0},"plus-date-picker":{component:ga},"plus-input-tag":{component:ma},autocomplete:{component:T.ElAutocomplete,props:{placeholder:"plus.field.pleaseEnter"},hasSelectEvent:!0},cascader:{component:T.ElCascader,hasOptions:!0},checkbox:{component:T.ElCheckboxGroup,children:T.ElCheckbox,hasVersionCompatibility:!0},"color-picker":{component:T.ElColorPicker},"date-picker":{component:T.ElDatePicker,props:{startPlaceholder:"plus.datepicker.startPlaceholder",endPlaceholder:"plus.datepicker.endPlaceholder"}},"input-number":{component:T.ElInputNumber,props:{placeholder:"plus.field.pleaseEnter"}},radio:{component:T.ElRadioGroup,children:T.ElRadio,hasVersionCompatibility:!0},rate:{component:T.ElRate},select:{component:T.ElSelect,children:T.ElOption},slider:{component:T.ElSlider},switch:{component:T.ElSwitch},"time-picker":{component:T.ElTimePicker},"time-select":{component:T.ElTimeSelect},transfer:{component:T.ElTransfer},input:{component:T.ElInput,props:{placeholder:"plus.field.pleaseEnter"}},textarea:{component:T.ElInput,props:{type:"textarea",placeholder:"plus.field.pleaseEnter"}},"tree-select":{component:T.ElTreeSelect},"select-v2":{component:T.ElSelectV2,hasOptions:!0}},Vx=n=>Object.keys(Ii).includes(n),It=n=>Reflect.get(Ii,n)||{},Sx={class:"el-form-item__error"},Nx={class:"plus-form-item__label"};var Mx=e.defineComponent({name:"PlusFormItem",__name:"index",props:{modelValue:{type:[String,Number,Boolean,null,Date,Array,Object],default:""},hasLabel:{type:[Boolean,Object],default:!0},label:{default:""},prop:{},fieldProps:{default:()=>({})},valueType:{default:void 0},options:{default:()=>[]},formItemProps:{default:()=>({})},renderField:{type:Function,default:void 0},renderLabel:{type:Function,default:void 0},tooltip:{default:""},fieldSlots:{default:()=>({})},fieldChildrenSlot:{type:Function,default:void 0},renderErrorMessage:{type:Function,default:void 0},optionsMap:{default:void 0},index:{default:0},clearable:{type:Boolean,default:!0}},emits:["update:modelValue","change"],setup(n,{expose:t,emit:r}){const o=T.ElFormItem,a=T.ElTooltip,i=T.ElIcon,c=T.ElInput,s=T.ElSelect,d=T.ElOption,l=T.ElOptionGroup,u=n,m=r,{t:h}=Te(),{customOptions:f,customOptionsIsReady:p}=$o(u),g=e.ref(),_=e.ref(),b=e.ref({}),y=e.ref({}),x=e.ref(),w=e.ref(!1),v=e.ref(!1),z=e.computed(()=>Re(u.label)),E=e.inject(Oo,{}),N=e.inject(Ro,{}),M=e.computed(()=>({...u,...e.unref(N),label:z.value,fieldProps:y.value,formItemProps:b.value,options:f.value})),C=e.computed(()=>{var V,O,U,q,F,P;return u.valueType==="cascader"&&((O=(V=y.value)==null?void 0:V.props)==null?void 0:O.emitPath)===!1?!1:!!(ni.includes(u.valueType)||u.valueType==="select"&&((U=y.value)==null?void 0:U.multiple)===!0||u.valueType==="date-picker"&&J0.includes((q=y.value)==null?void 0:q.type)||u.valueType==="time-picker"&&((F=y.value)==null?void 0:F.isRange)===!0||u.valueType==="tree-select"&&((P=y.value)==null?void 0:P.multiple)===!0)}),j=e.computed(()=>!!ei.includes(u.valueType)),I=V=>{if(C.value)if(kn(V)){const[O,U]=V;To(O)||To(U)?x.value=[String(O),String(U)]:x.value=V}else x.value=[];else j.value?x.value=V==null||V===""?null:typeof V=="string"?Number(V):V:To(V)?x.value=String(V):x.value=V;v.value=!0},k=e.computed(()=>{const{hasOptions:V,hasSelectEvent:O,props:U}=It(u.valueType);return{...V?{options:f.value}:null,...O?{onSelect:H}:null,...U,placeholder:U!=null&&U.placeholder?h(U==null?void 0:U.placeholder)+z.value:h("plus.field.pleaseSelect")+z.value,...u.valueType==="date-picker"?{startPlaceholder:U!=null&&U.startPlaceholder?h(U==null?void 0:U.startPlaceholder):"",endPlaceholder:U!=null&&U.startPlaceholder?h(U==null?void 0:U.endPlaceholder):""}:null,...y.value}}),B=V=>({...u.valueType==="select"?{label:V.label,value:V.value}:Io?{label:V.value}:{label:V.label,value:V.value},...K(V.fieldItemProps)?V.fieldItemProps(V):V.fieldItemProps}),A=e.computed(()=>{var V;return(V=M.value.index)!=null?V:u.index});e.watch(()=>[u.formItemProps,x.value],()=>{gr(u.formItemProps,x.value,e.unref(M),e.unref(A),"formItemProps").then(V=>{b.value=V}).catch(V=>{throw V})},{immediate:!0,deep:!0,flush:"post"}),e.watch(()=>[u.fieldProps,x.value],()=>{gr(u.fieldProps,x.value,e.unref(M),e.unref(A),"fieldProps").then(V=>{y.value=V,w.value=!0}).catch(V=>{throw V})},{immediate:!0,deep:!0,flush:"post"}),e.watch(e.computed(()=>[u.modelValue,w.value,p.value]),([V,O,U])=>{O&&U&&I(V)},{immediate:!0,flush:"post"});const S=V=>{m("update:modelValue",V),m("change",V)},H=({value:V})=>{S(V)};return e.watch(_,()=>{E.value={fieldInstance:_.value,valueIsReady:v}}),t({formItemInstance:g,fieldInstance:_}),(V,O)=>{var U;return v.value?(e.openBlock(),e.createBlock(e.unref(o),e.mergeProps({key:0,ref_key:"formItemInstance",ref:g,label:V.hasLabel?z.value:"",prop:V.prop,class:"plus-form-item"},b.value,{"label-width":V.hasLabel?(U=b.value)==null?void 0:U.labelWidth:"0px"}),e.createSlots({default:e.withCtx(()=>[V.renderField&&e.unref(K)(V.renderField)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[v.value?(e.openBlock(),e.createBlock(e.unref(qr),{key:0,render:V.renderField,params:M.value,"callback-value":x.value,"custom-field-props":y.value,"render-type":"form","handle-change":S},null,8,["render","params","callback-value","custom-field-props"])):e.createCommentVNode("v-if",!0)],64)):V.$slots[e.unref(_n)(V.prop)]?e.renderSlot(V.$slots,e.unref(_n)(V.prop),e.mergeProps({key:1},M.value,{column:u})):V.valueType==="select"&&y.value.multiple===!0?(e.openBlock(),e.createBlock(e.unref(s),e.mergeProps({key:2,ref_key:"fieldInstance",ref:_,modelValue:x.value,"onUpdate:modelValue":O[0]||(O[0]=q=>x.value=q),placeholder:e.unref(h)("plus.field.pleaseSelect")+z.value,class:"plus-form-item-field",clearable:V.clearable},y.value,{"onUpdate:modelValue":S}),e.createSlots({default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(f),q=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:q.value},[q.options?(e.openBlock(),e.createBlock(e.unref(l),{key:0,label:q.label,disabled:q.disabled},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(q.options,F=>(e.openBlock(),e.createBlock(e.unref(d),e.mergeProps({key:F.value,label:F.label,value:F.value},e.unref(K)(F.fieldItemProps)?F.fieldItemProps(F):F.fieldItemProps),{default:e.withCtx(()=>[e.unref(K)(F.fieldSlot)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(F.fieldSlot),e.normalizeProps(e.mergeProps({key:0},F)),null,16)):e.unref(K)(V.fieldChildrenSlot)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(V.fieldChildrenSlot),e.normalizeProps(e.mergeProps({key:1},F)),null,16)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createTextVNode(e.toDisplayString(F.label),1)],64))]),_:2},1040,["label","value"]))),128))]),_:2},1032,["label","disabled"])):(e.openBlock(),e.createBlock(e.unref(d),e.mergeProps({key:1,label:q.label,value:q.value},e.unref(K)(q.fieldItemProps)?q.fieldItemProps(q):q.fieldItemProps),{default:e.withCtx(()=>[e.unref(K)(q.fieldSlot)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(q.fieldSlot),e.normalizeProps(e.mergeProps({key:0},q)),null,16)):e.unref(K)(V.fieldChildrenSlot)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(V.fieldChildrenSlot),e.normalizeProps(e.mergeProps({key:1},q)),null,16)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createTextVNode(e.toDisplayString(q.label),1)],64))]),_:2},1040,["label","value"]))],64))),128))]),_:2},[e.renderList(V.fieldSlots,(q,F)=>({name:F,fn:e.withCtx(P=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(q),e.normalizeProps(e.guardReactiveProps(P)),null,16))])}))]),1040,["modelValue","placeholder","clearable"])):e.unref(Vx)(V.valueType)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:3},[e.createCommentVNode(" \u7EDF\u4E00\u5904\u7406 "),e.createCommentVNode(" has-children "),e.unref(It)(V.valueType).children?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(It)(V.valueType).component),e.mergeProps({key:0,ref_key:"fieldInstance",ref:_,modelValue:x.value,"onUpdate:modelValue":O[1]||(O[1]=q=>x.value=q),class:"plus-form-item-field",clearable:V.clearable},k.value,{"onUpdate:modelValue":S}),e.createSlots({default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(f),q=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(It)(V.valueType).children),e.mergeProps({key:q.value},B(q)),{default:e.withCtx(()=>[e.unref(K)(q.fieldSlot)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(q.fieldSlot),e.mergeProps({key:0,"model-value":x.value,column:M.value},q),null,16,["model-value","column"])):e.unref(K)(V.fieldChildrenSlot)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(V.fieldChildrenSlot),e.mergeProps({key:1,"model-value":x.value,column:M.value},q),null,16,["model-value","column"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createTextVNode(e.toDisplayString(q.label),1)],64))]),_:2},1040))),128))]),_:2},[e.renderList(V.fieldSlots,(q,F)=>({name:F,fn:e.withCtx(P=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(q),e.mergeProps({value:x.value,column:M.value},P),null,16,["value","column"]))])}))]),1040,["modelValue","clearable"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createCommentVNode(" no-children "),(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(It)(V.valueType).component),e.mergeProps({ref_key:"fieldInstance",ref:_,modelValue:x.value,"onUpdate:modelValue":O[2]||(O[2]=q=>x.value=q),class:"plus-form-item-field",clearable:V.clearable,"field-children-slot":V.fieldChildrenSlot},k.value,{"onUpdate:modelValue":S}),e.createSlots({_:2},[e.renderList(V.fieldSlots,(q,F)=>({name:F,fn:e.withCtx(P=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(q),e.mergeProps({"model-value":x.value,column:M.value},P),null,16,["model-value","column"]))])}))]),1040,["modelValue","clearable","field-children-slot"]))],2112))],64)):V.valueType==="text"?(e.openBlock(),e.createBlock(e.unref(T.ElText),e.mergeProps({key:4,ref_key:"fieldInstance",ref:_,class:"plus-form-item-field"},y.value),{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(x.value),1)]),_:1},16)):V.valueType==="divider"?(e.openBlock(),e.createBlock(e.unref(T.ElDivider),e.mergeProps({key:5,ref_key:"fieldInstance",ref:_,class:"plus-form-item-field"},y.value),{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(x.value),1)]),_:1},16)):(e.openBlock(),e.createBlock(e.unref(c),e.mergeProps({key:6,ref_key:"fieldInstance",ref:_,modelValue:x.value,"onUpdate:modelValue":O[3]||(O[3]=q=>x.value=q),class:"plus-form-item-field",placeholder:e.unref(h)("plus.field.pleaseEnter")+z.value,autocomplete:"off",clearable:V.clearable},y.value,{"onUpdate:modelValue":S}),e.createSlots({_:2},[e.renderList(V.fieldSlots,(q,F)=>({name:F,fn:e.withCtx(P=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(q),e.mergeProps({"model-value":x.value,column:M.value},P),null,16,["model-value","column"]))])}))]),1040,["modelValue","placeholder","clearable"]))]),_:2},[e.unref(K)(V.renderErrorMessage)?{name:"error",fn:e.withCtx(({error:q})=>[e.createElementVNode("div",Sx,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(V.renderErrorMessage),e.mergeProps(u,{value:x.value,error:q,label:z.value}),null,16,["value","error","label"]))])]),key:"0"}:void 0,V.hasLabel?{name:"label",fn:e.withCtx(({label:q})=>[e.createElementVNode("span",Nx,[V.renderLabel&&e.unref(K)(V.renderLabel)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[v.value?(e.openBlock(),e.createBlock(e.unref(qr),{key:0,render:V.renderLabel,params:M.value,"callback-value":q,"custom-field-props":y.value},null,8,["render","params","callback-value","custom-field-props"])):e.createCommentVNode("v-if",!0)],64)):e.renderSlot(V.$slots,e.unref(jt)(V.prop),e.normalizeProps(e.mergeProps({key:1},M.value)),()=>[e.createTextVNode(e.toDisplayString(q),1)]),V.tooltip?(e.openBlock(),e.createBlock(e.unref(a),e.mergeProps({key:2,placement:"top"},e.unref(U0)(V.tooltip)),{default:e.withCtx(()=>[e.renderSlot(V.$slots,"tooltip-icon",{},()=>[e.createVNode(e.unref(i),{class:"plus-table-column__label__icon",size:16},{default:e.withCtx(()=>[e.createVNode(e.unref(ha))]),_:1})])]),_:3},16)):e.createCommentVNode("v-if",!0)])]),key:"1"}:void 0]),1040,["label","prop","label-width"])):e.createCommentVNode("v-if",!0)}}}),Px=ne(Mx,[["__file","index.vue"]]);const _a=Px;var Ax=e.defineComponent({name:"PlusCollapseTransition",__name:"collapse-transition",props:{collapseDuration:{default:300},collapseTransition:{type:Boolean,default:!0}},setup(n){const t=n,r={beforeEnter(o){o.style.opacity=0},enter(o,a){requestAnimationFrame(()=>{o.style.transition=`opacity ${t.collapseDuration}ms linear`,o.style.opacity=1,a()})},leave(o,a){o.style.opacity=0,setTimeout(()=>{a()},t.collapseDuration/3*2)}};return(o,a)=>o.collapseTransition?(e.openBlock(),e.createBlock(e.TransitionGroup,e.mergeProps({key:0,name:"plus-collapse-transition",css:!1},e.toHandlers(r)),{default:e.withCtx(()=>[e.renderSlot(o.$slots,"default")]),_:3},16)):e.renderSlot(o.$slots,"default",{key:1})}}),qx=ne(Ax,[["__file","collapse-transition.vue"]]);const Tx={key:0,class:"plus-form-item-previous"},Dx={key:1,class:"plus-form-item-extra"};var Fx=e.defineComponent({name:"PlusFormContent",__name:"form-content",props:{modelValue:{default:()=>({})},hasLabel:{type:Boolean,default:!0},columns:{default:()=>[]},rowProps:{default:()=>({})},colProps:{default:()=>({})},collapseDuration:{default:void 0},collapseTransition:{type:Boolean,default:void 0},clearable:{type:Boolean,default:!0}},emits:["update:modelValue","change"],setup(n,{emit:t}){const r=n,o=t,a=e.ref({}),i=d=>{const l=e.unref(d);return R0(l)?l:r.hasLabel};e.watch(()=>r.modelValue,d=>{a.value=d},{immediate:!0});const c=d=>Fo(a.value,d),s=(d,l)=>{Z0(a.value,l.prop,d),o("update:modelValue",a.value),o("change",a.value,l)};return(d,l)=>(e.openBlock(),e.createBlock(e.unref(T.ElRow),e.mergeProps(d.rowProps,{class:"plus-form__row"}),{default:e.withCtx(()=>[e.createVNode(qx,{"collapse-duration":d.collapseDuration,"collapse-transition":d.collapseTransition},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.columns,u=>(e.openBlock(),e.createBlock(e.unref(T.ElCol),e.mergeProps({key:u.prop},e.unref(u.colProps)||d.colProps),{default:e.withCtx(()=>[e.createCommentVNode(" el-form-item\u4E0A\u4E00\u884C\u7684\u5185\u5BB9 "),u.renderPrevious||d.$slots[e.unref(Dn)(u.prop)]?(e.openBlock(),e.createElementBlock("div",Tx,[e.unref(K)(u.renderPrevious)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(u.renderPrevious),e.normalizeProps(e.mergeProps({key:0},u)),null,16)):d.$slots[e.unref(Dn)(u.prop)]?e.renderSlot(d.$slots,e.unref(Dn)(u.prop),e.normalizeProps(e.mergeProps({key:1},u))):e.createCommentVNode("v-if",!0)])):e.createCommentVNode("v-if",!0),e.createVNode(e.unref(_a),e.mergeProps({"model-value":c(u.prop)},u,{clearable:d.clearable,"has-label":i(u.hasLabel),onChange:m=>s(m,u)}),e.createSlots({_:2},[d.$slots[e.unref(jt)(u.prop)]?{name:e.unref(jt)(u.prop),fn:e.withCtx(m=>[e.renderSlot(d.$slots,e.unref(jt)(u.prop),e.normalizeProps(e.guardReactiveProps(m)))]),key:"0"}:void 0,d.$slots[e.unref(_n)(u.prop)]?{name:e.unref(_n)(u.prop),fn:e.withCtx(m=>[e.renderSlot(d.$slots,e.unref(_n)(u.prop),e.normalizeProps(e.guardReactiveProps(m)))]),key:"1"}:void 0,d.$slots["tooltip-icon"]?{name:"tooltip-icon",fn:e.withCtx(()=>[e.renderSlot(d.$slots,"tooltip-icon")]),key:"2"}:void 0]),1040,["model-value","clearable","has-label","onChange"]),e.createCommentVNode(" el-form-item \u4E0B\u4E00\u884C\u989D\u5916\u7684\u5185\u5BB9 "),u.renderExtra||d.$slots[e.unref(Tn)(u.prop)]?(e.openBlock(),e.createElementBlock("div",Dx,[u.renderExtra&&e.unref(K)(u.renderExtra)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(u.renderExtra),e.normalizeProps(e.mergeProps({key:0},u)),null,16)):d.$slots[e.unref(Tn)(u.prop)]?e.renderSlot(d.$slots,e.unref(Tn)(u.prop),e.normalizeProps(e.mergeProps({key:1},u))):e.createCommentVNode("v-if",!0)])):e.createCommentVNode("v-if",!0)]),_:2},1040))),128))]),_:3},8,["collapse-duration","collapse-transition"]),e.createCommentVNode(" \u641C\u7D22\u7684footer\u63D2\u69FD "),e.renderSlot(d.$slots,"search-footer")]),_:3},16))}}),Hi=ne(Fx,[["__file","form-content.vue"]]);const Ix={class:"plus-form__group__item__icon"};var Hx=e.defineComponent({name:"PlusForm",inheritAttrs:!1,__name:"index",props:{modelValue:{default:()=>({})},defaultValues:{default:()=>({})},columns:{default:()=>[]},labelWidth:{default:"80px"},labelPosition:{default:"left"},rowProps:{default:()=>({})},colProps:{default:()=>({})},labelSuffix:{default:":"},hasErrorTip:{type:Boolean,default:!0},hasFooter:{type:Boolean,default:!0},hasReset:{type:Boolean,default:!0},hasLabel:{type:Boolean,default:!0},submitText:{default:""},resetText:{default:""},submitLoading:{type:Boolean,default:!1},footerAlign:{default:"left"},rules:{default:()=>({})},group:{type:[Boolean,Array],default:!1},cardProps:{default:()=>({})},prevent:{type:Boolean,default:!1},collapseDuration:{default:void 0},collapseTransition:{type:Boolean,default:void 0},clearable:{type:Boolean,default:!0}},emits:["update:modelValue","submit","change","reset","submitError","validate"],setup(n,{expose:t,emit:r}){const o=n,a=r,{t:i}=Te(),c=e.ref(null),s=e.ref({}),d=w=>(w==null?void 0:w.filter(v=>e.unref(v.hideInForm)!==!0))||[],l=e.computed(()=>s.value),u=e.computed(()=>({justifyContent:o.footerAlign==="left"?"flex-start":o.footerAlign==="center"?"center":"flex-end"})),m=e.computed(()=>d(o.columns)),h=e.computed(()=>{var w;return kn(o.group)?(w=o.group)==null?void 0:w.filter(v=>e.unref(v.hideInGroup)!==!0):o.group}),f=e.useAttrs(),p=e.computed(()=>({...f,...o.prevent?{onSubmit:e.withModifiers((...w)=>{f!=null&&f.onSubmit&&K(f==null?void 0:f.onSubmit)&&f.onSubmit(...w)},["prevent"])}:{}}));e.watch(()=>o.modelValue,w=>{s.value=w},{immediate:!0});const g=(w,v)=>{a("update:modelValue",s.value),a("change",s.value,v)},_=()=>{var w;(w=c.value)==null||w.clearValidate()},b=async()=>{var w,v,z;try{if(await((w=c.value)==null?void 0:w.validate()))return a("submit",s.value),!0}catch(E){if(o.hasErrorTip){T.ElMessage.closeAll();const N=Be(E)&&Object.values(E),M=N?(z=(v=N[0])==null?void 0:v[0])==null?void 0:z.message:void 0;T.ElMessage.warning(M||i("plus.form.errorTip"))}a("submitError",E)}return!1},y=()=>{_(),s.value={...o.defaultValues},a("update:modelValue",s.value),a("reset",s.value)},x=(...w)=>{a("validate",...w)};return t({formInstance:c,handleSubmit:b,handleReset:y}),(w,v)=>(e.openBlock(),e.createBlock(e.unref(T.ElForm),e.mergeProps({ref_key:"formInstance",ref:c,rules:w.rules,"label-width":w.hasLabel?w.labelWidth:0,class:["plus-form",w.hasLabel?"":"no-has-label"],"label-position":w.labelPosition,"validate-on-rule-change":!1,"label-suffix":w.hasLabel?w.labelSuffix:""},p.value,{model:l.value,onValidate:x}),{default:e.withCtx(()=>[e.renderSlot(w.$slots,"default",{},()=>[e.createCommentVNode(" \u5206\u7EC4\u8868\u5355 "),h.value?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(h.value,(z,E)=>(e.openBlock(),e.createBlock(e.unref(T.ElCard),e.mergeProps({key:e.unref(z.title)},z.cardProps||w.cardProps,{class:"plus-form__group__item"}),{header:e.withCtx(()=>[e.renderSlot(w.$slots,"group-header",{title:e.unref(z.title),columns:z.columns,icon:z.icon,index:E},()=>[e.createElementVNode("div",Ix,[z.icon?(e.openBlock(),e.createBlock(e.unref(T.ElIcon),{key:0},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(z.icon)))]),_:2},1024)):e.createCommentVNode("v-if",!0),e.createTextVNode(" "+e.toDisplayString(e.unref(z.title)),1)])])]),default:e.withCtx(()=>[w.$slots[e.unref(Y0)(z.name)]?e.renderSlot(w.$slots,e.unref(Y0)(z.name),e.mergeProps({key:0},z,{index:E})):(e.openBlock(),e.createBlock(Hi,{key:1,modelValue:s.value,"onUpdate:modelValue":v[0]||(v[0]=N=>s.value=N),"row-props":w.rowProps,"col-props":w.colProps,columns:d(z.columns),"has-label":w.hasLabel,"collapse-transition":w.collapseTransition,"collapse-duration":w.collapseDuration,clearable:w.clearable,onChange:g},e.createSlots({_:2},[e.renderList(w.$slots,(N,M)=>({name:M,fn:e.withCtx(C=>[e.renderSlot(w.$slots,M,e.normalizeProps(e.guardReactiveProps(C)))])}))]),1032,["modelValue","row-props","col-props","columns","has-label","collapse-transition","collapse-duration","clearable"]))]),_:2},1040))),128)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createCommentVNode(" \u666E\u901A\u8868\u5355 "),e.createVNode(Hi,{modelValue:s.value,"onUpdate:modelValue":v[1]||(v[1]=z=>s.value=z),"row-props":w.rowProps,"col-props":w.colProps,columns:m.value,"has-label":w.hasLabel,"collapse-transition":w.collapseTransition,"collapse-duration":w.collapseDuration,clearable:w.clearable,onChange:g},e.createSlots({_:2},[e.renderList(w.$slots,(z,E)=>({name:E,fn:e.withCtx(N=>[e.renderSlot(w.$slots,E,e.normalizeProps(e.guardReactiveProps(N)))])}))]),1032,["modelValue","row-props","col-props","columns","has-label","collapse-transition","collapse-duration","clearable"])],64))]),w.hasFooter?(e.openBlock(),e.createElementBlock("div",{key:0,class:"plus-form__footer",style:e.normalizeStyle(u.value)},[e.renderSlot(w.$slots,"footer",e.normalizeProps(e.guardReactiveProps({handleReset:y,handleSubmit:b})),()=>[w.hasReset?(e.openBlock(),e.createBlock(e.unref(T.ElButton),{key:0,onClick:y},{default:e.withCtx(()=>[e.createCommentVNode(" \u91CD\u7F6E "),e.createTextVNode(" "+e.toDisplayString(w.resetText||e.unref(i)("plus.form.resetText")),1)]),_:1})):e.createCommentVNode("v-if",!0),e.createVNode(e.unref(T.ElButton),{type:"primary",loading:w.submitLoading,onClick:b},{default:e.withCtx(()=>[e.createCommentVNode(" \u63D0\u4EA4 "),e.createTextVNode(" "+e.toDisplayString(w.submitText||e.unref(i)("plus.form.submitText")),1)]),_:1},8,["loading"])])],4)):e.createCommentVNode("v-if",!0)]),_:3},16,["rules","label-width","class","label-position","label-suffix","model"]))}}),$x=ne(Hx,[["__file","index.vue"]]);const Ln=$x,$i={img:{component:T.ElImage,class:"plus-display-item__image",hasSlots:!0},link:{component:T.ElLink,class:"plus-display-item__link",hasSlots:!0},tag:{component:T.ElTag,hasSlots:!0},progress:{component:T.ElProgress,hasSlots:!0},avatar:{component:T.ElAvatar,hasSlots:!0},"date-picker":{component:"span",format:$4},money:{component:"span",format:L4},code:{component:"span",class:"plus-display-item__pre"}},Lx=n=>Object.keys($i).includes(n),Ox=n=>Reflect.get($i,n)||{},Rx=["innerHTML"],Ux={class:"plus-display-item"},Yx=e.createElementVNode("svg",{fill:"none",viewBox:"0 0 24 24",width:"1em",height:"1em",class:"t-icon t-icon-edit-1","pointer-events":"none"},[e.createElementVNode("path",{fill:"currentColor",d:"M16.83 1.42l5.75 5.75L7.75 22H2v-5.75L16.83 1.42zm0 8.68l2.92-2.93-2.92-2.93-2.93 2.93 2.93 2.93zm-4.34-1.51L4 17.07V20h2.93l8.48-8.49L12.5 8.6z"})],-1);var Wx=e.defineComponent({name:"PlusDisplayItem",__name:"index",props:{column:{default:()=>({prop:"",label:""})},row:{default:()=>({})},index:{default:0},editable:{type:[Boolean,String],default:!1},rest:{default:()=>({})},formProps:{default:()=>({})}},emits:["change"],setup(n,{expose:t,emit:r}){const o=n,a=r,i=e.ref({}),c=e.ref(!1),s=e.ref({}),d=e.ref(!1),l=e.ref(),{customOptions:u}=$o(o.column),m=e.ref([]),h=e.ref(Me(o.row)),f=e.ref(!1),p=[!1,"click","dblclick"];e.watch(()=>o.row,S=>{h.value=Me(S)},{deep:!0}),e.watch(()=>[o.editable,o.column.editable],()=>{if(o.column.editable===!0){f.value=!0;return}if(o.column.editable===!1){f.value=!1;return}if(o.editable===!0){f.value=!0;return}if(p.includes(o.editable)){f.value=!1;return}},{immediate:!0});const g=e.computed(()=>(o.editable==="click"||o.editable==="dblclick")&&o.column.editable!==!1),_=e.computed({get(){return Fo(h.value,o.column.prop)},set(S){Z0(h.value,o.column.prop,S)}}),b=e.computed(()=>{const S=o.column.valueType==="link"&&o.column.linkText||_.value;if(!Uo.includes(o.column.valueType)&&!f.value){if(o.column.formatter&&K(o.column.formatter))return o.column.formatter(S,w.value);if(N.value.format&&K(N.value.format))return N.value.format(S,i.value.format||i.value.valueFormat)}return S}),y=e.computed({get(){return{[o.column.prop]:_.value}},set(S){_.value=S[o.column.prop]}}),x=e.computed(()=>o.column.valueType==="tag"&&(_.value===void 0||_.value===null||_.value==="")),w=e.computed(()=>({prop:o.column.prop,valueType:o.column.valueType,row:h.value,index:o.index,rowIndex:o.index,fieldProps:i.value,options:u.value,...o.rest,column:{...o.rest.column,...o.column}})),v=e.computed(()=>({row:h.value,index:o.index,rowIndex:o.index,...o.rest,column:{...o.rest.column,...o.column}}));e.provide(Ro,v);const z=e.computed(()=>{const S=b.value;return S&&Et(S)?{options:[S],url:S}:kn(S)?{options:S,url:S[0]}:{options:[],url:""}}),E=e.computed(()=>{var S,H,V,O,U;return(S=o.column)!=null&&S.customGetStatus&&K((H=o.column)==null?void 0:H.customGetStatus)?((V=o.column)==null?void 0:V.customGetStatus({options:u.value,value:_.value,row:h.value}))||{label:"",value:""}:o.column.valueType==="select"&&i.value.multiple===!0||o.column.valueType==="checkbox"?((O=u.value)==null?void 0:O.filter(P=>{var $;return($=_.value)==null?void 0:$.includes(P.value)}))||[]:((U=u.value)==null?void 0:U.find(F=>F.value===_.value))||{label:"",value:""}}),N=e.computed(()=>Ox(o.column.valueType)),M=e.computed(()=>({...o.column.valueType==="img"?{fit:"cover",previewTeleported:!0,src:z.value.url,previewSrcList:o.column.preview!==!1?z.value.options:[]}:null,...o.column.valueType==="progress"?{percentage:b.value}:null,...o.column.valueType==="link"?{type:"primary"}:null,...o.column.valueType==="avatar"?{src:b.value}:null,...i.value}));e.watch(()=>o.column,S=>{S&&(m.value=[S])},{immediate:!0,deep:!0}),e.watch(()=>o.column.fieldProps,S=>{gr(S,_.value,h.value,o.index,"fieldProps").then(H=>{i.value=H,c.value=!0}).catch(H=>{throw H})},{immediate:!0,deep:!0}),e.watch(()=>[o.column.formProps,h.value],()=>{gr(o.column.formProps,_.value,h.value,o.index,"formProps").then(S=>{s.value=S,d.value=!0}).catch(S=>{throw S})},{immediate:!0,deep:!0}),e.watch(()=>o.row,S=>{h.value={...S}},{deep:!0});const C=S=>{const H=S,V=document.createElement("textarea");V.readOnly=!0,V.style.position="absolute",V.style.left="-9999px",V.value=H,document.body.appendChild(V),V.select(),document.execCommand("Copy"),V.remove()},j=(S,H)=>{C(b.value),H.isCopy=!0,setTimeout(()=>{H.isCopy=!1},3e3)},I=S=>{a("change",{value:S[o.column.prop],prop:o.column.prop,row:{value:h.value,...h.value}})};return t({startCellEdit:()=>{if(o.column.editable===!1){f.value=!1;return}f.value=!0},stopCellEdit:()=>{if(o.column.editable===!0){f.value=!0;return}f.value=!1},getDisplayItemInstance:()=>({isEdit:f,index:o.index,rowIndex:o.index,cellIndex:o.rest.cellIndex,prop:o.column.prop,formInstance:e.computed(()=>{var S;return(S=l.value)==null?void 0:S.formInstance})})}),(S,H)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createCommentVNode(" \u8868\u5355\u7B2C\u4E00\u4F18\u5148\u7EA7 "),f.value?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[d.value?(e.openBlock(),e.createBlock(e.unref(Ln),e.mergeProps({key:0,ref_key:"formInstance",ref:l,modelValue:y.value,"onUpdate:modelValue":H[0]||(H[0]=V=>y.value=V),model:y.value,columns:m.value,"has-footer":!1,"has-label":!1},{...s.value,...S.formProps},{class:"plus-display-item__form",onChange:I}),e.createSlots({_:2},[S.$slots[e.unref(_n)(S.column.prop)]?{name:e.unref(_n)(S.column.prop),fn:e.withCtx(V=>[e.renderSlot(S.$slots,e.unref(_n)(S.column.prop),e.normalizeProps(e.guardReactiveProps(V)))]),key:"0"}:void 0,S.$slots[e.unref(Tn)(S.column.prop)]?{name:e.unref(Tn)(S.column.prop),fn:e.withCtx(V=>[e.renderSlot(S.$slots,e.unref(Tn)(S.column.prop),e.normalizeProps(e.guardReactiveProps(V)))]),key:"1"}:void 0,S.$slots[e.unref(Dn)(S.column.prop)]?{name:e.unref(Dn)(S.column.prop),fn:e.withCtx(V=>[e.renderSlot(S.$slots,e.unref(Dn)(S.column.prop),e.normalizeProps(e.guardReactiveProps(V)))]),key:"2"}:void 0]),1040,["modelValue","model","columns"])):e.createCommentVNode("v-if",!0)],64)):S.column.render&&e.unref(K)(S.column.render)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createCommentVNode(" \u81EA\u5B9A\u4E49\u663E\u793A "),c.value?(e.openBlock(),e.createBlock(e.unref(qr),{key:0,render:S.column.render,params:w.value,"callback-value":_.value,"custom-field-props":i.value},null,8,["render","params","callback-value","custom-field-props"])):e.createCommentVNode("v-if",!0)],64)):S.$slots[e.unref(W0)(S.column.prop)]?(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createCommentVNode(" \u63D2\u69FD "),e.renderSlot(S.$slots,e.unref(W0)(S.column.prop),e.mergeProps({value:_.value},w.value))],2112)):S.column.renderHTML&&e.unref(K)(S.column.renderHTML)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:3},[e.createCommentVNode("\u663E\u793AHTML "),e.createElementVNode("span",{class:"plus-display-item",innerHTML:S.column.renderHTML(_.value,w.value)},null,8,Rx)],2112)):e.unref(Uo).includes(S.column.valueType)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:4},[e.createCommentVNode(" \u72B6\u6001\u663E\u793A `select`, `radio`, `checkbox`"),e.createElementVNode("span",e.mergeProps({class:"plus-display-item plus-display-item__badge"},i.value,{class:{"is-list":e.unref(kn)(E.value)}}),[e.createCommentVNode(" \u591A\u9009 "),e.unref(kn)(E.value)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.unref(K)(S.column.formatter)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(e.toDisplayString(S.column.formatter(_.value,w.value)),1)],64)):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(E.value,V=>(e.openBlock(),e.createElementBlock("span",{key:String(V.value),class:"plus-display-item__badge__item"},[e.createElementVNode("i",{class:e.normalizeClass(["plus-display-item__badge__dot",V.type&&!V.color?"plus-display-item__badge__dot--"+V.type:""]),style:e.normalizeStyle({backgroundColor:V.color})},null,6),e.createTextVNode(" "+e.toDisplayString(V.label),1)]))),128))],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createCommentVNode(" \u5355\u9009 "),E.value.color||E.value.type?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(["plus-display-item__badge__dot",E.value.type&&!E.value.color?"plus-display-item__badge__dot--"+E.value.type:""]),style:e.normalizeStyle({backgroundColor:E.value.color})},null,6)):e.createCommentVNode("v-if",!0),e.createTextVNode(" "+e.toDisplayString(e.unref(K)(S.column.formatter)?S.column.formatter(_.value,w.value):E.value.label),1)],64))],16)],2112)):S.column.valueType==="copy"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:5},[e.createCommentVNode(" \u590D\u5236 "),e.createElementVNode("span",Ux,[e.createTextVNode(e.toDisplayString(b.value)+" ",1),_.value?(e.openBlock(),e.createBlock(e.unref(T.ElIcon),e.mergeProps({key:0,size:"16",class:"plus-display-item__icon__copy"},i.value,{onClick:H[1]||(H[1]=V=>j(S.column,h.value))}),{default:e.withCtx(()=>[h.value.isCopy?(e.openBlock(),e.createBlock(e.unref(Ti),{key:1})):(e.openBlock(),e.createBlock(e.unref(Si),{key:0}))]),_:1},16)):e.createCommentVNode("v-if",!0)])],2112)):e.unref(Lx)(S.column.valueType)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:6},[e.createCommentVNode(" \u7EDF\u4E00\u5904\u7406 "),e.createCommentVNode("has slots "),N.value.hasSlots?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(x.value?"span":N.value.component),e.mergeProps({key:0,class:["plus-display-item",N.value.class]},{...w.value,...M.value}),e.createSlots({default:e.withCtx(()=>[e.createTextVNode(" "+e.toDisplayString(b.value),1)]),_:2},[e.renderList(S.column.fieldSlots,(V,O)=>({name:O,fn:e.withCtx(U=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(V),e.mergeProps({value:_.value},{...w.value,...U}),null,16,["value"]))])}))]),1040,["class"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createCommentVNode("no slots "),(e.openBlock(),e.createBlock(e.resolveDynamicComponent(N.value.component),e.mergeProps({class:["plus-display-item",N.value.class]},{...w.value,...M.value}),{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(b.value),1)]),_:1},16,["class"]))],2112))],64)):S.column.valueType==="divider"?(e.openBlock(),e.createBlock(e.unref(T.ElDivider),e.mergeProps({key:7,ref:"fieldInstance",class:"plus-form-item-field"},i.value),{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(b.value),1)]),_:1},16)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:8},[e.createCommentVNode(" \u6CA1\u6709format "),e.createElementVNode("span",e.mergeProps({class:"plus-display-item"},i.value),e.toDisplayString(b.value),17)],2112)),e.renderSlot(S.$slots,"edit-icon",{},()=>[g.value&&!f.value?(e.openBlock(),e.createBlock(e.unref(T.ElIcon),{key:0,size:16,class:"plus-display-item__edit-icon","pointer-events":"none"},{default:e.withCtx(()=>[Yx]),_:1})):e.createCommentVNode("v-if",!0)])],64))}}),Gx=ne(Wx,[["__file","index.vue"]]);const Ht=Gx,Kx={class:"plus-table-column__header"};var Zx=e.defineComponent({name:"PlusTableColumn",__name:"table-column",props:{columns:{default:()=>[]},editable:{type:[Boolean,String],default:!1},tableDataLength:{default:0},subPageInfo:{default:()=>({})}},emits:["formChange"],setup(n,{expose:t,emit:r}){const o=n,a=r,i=e.getCurrentInstance(),c=e.computed(()=>{var p;return(p=i==null?void 0:i.parent)==null?void 0:p.store});e.watch(c,()=>{c.value&&(i.store=c.value)},{immediate:!0});const s=e.ref(),d=e.inject(_r),l=()=>{var p,g;if(!((p=s.value)!=null&&p.length))return;const _=((g=s.value)==null?void 0:g.map(b=>({...b,...b==null?void 0:b.getDisplayItemInstance()})))||[];for(let b=0;b<_.length;b++){const y=_[b];d.value[y.index]||(d.value[y.index]=[]),L0(d.value[y.rowIndex],y.cellIndex,y)}};e.watch(()=>[o.tableDataLength,s.value,o.subPageInfo],()=>{l()},{flush:"post",deep:!0,immediate:!0});const u=e.computed(()=>o.editable==="click"||o.editable==="dblclick"),m=p=>gn(p,!0),h=(p,g,_,b,y)=>{const x={...p,index:g,column:{..._,...b},rowIndex:g,...y};a("formChange",x)},f=p=>{a("formChange",p)};return t({plusDisplayItemInstance:s}),(p,g)=>{const _=e.resolveComponent("PlusTableColumn");return e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.columns,(b,y)=>(e.openBlock(),e.createBlock(e.unref(T.ElTableColumn),e.mergeProps({key:m(b),"class-name":"plus-table-column "+(u.value?"plus-table-column__edit":""),index:y},b.tableColumnProps,{prop:b.prop,width:b.width,"min-width":b.minWidth}),{header:e.withCtx(x=>[e.createElementVNode("span",Kx,[b.renderHeader&&e.unref(K)(b.renderHeader)?(e.openBlock(),e.createBlock(e.unref(qr),{key:0,render:b.renderHeader,params:{...x,...b,cellIndex:y},"callback-value":e.unref(Re)(b.label)},null,8,["render","params","callback-value"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createCommentVNode("\u8868\u683C\u5355\u5143\u683CHeader\u7684\u63D2\u69FD "),e.renderSlot(p.$slots,e.unref(R4)(b.prop),e.mergeProps({prop:b.prop,label:e.unref(Re)(b.label),fieldProps:b.fieldProps,valueType:b.valueType,cellIndex:y},x,{column:{...x,...b}}),()=>[e.createTextVNode(e.toDisplayString(e.unref(Re)(b.label)),1)])],2112)),b.tooltip?(e.openBlock(),e.createBlock(e.unref(T.ElTooltip),e.mergeProps({key:2,placement:"top"},e.unref(U0)(b.tooltip)),{default:e.withCtx(()=>[e.renderSlot(p.$slots,"tooltip-icon",{},()=>[e.createVNode(e.unref(T.ElIcon),{class:"plus-table-column__header__icon",size:16},{default:e.withCtx(()=>[e.createVNode(e.unref(ha))]),_:1})])]),_:2},1040)):e.createCommentVNode("v-if",!0)])]),default:e.withCtx(({row:x,column:w,$index:v,...z})=>{var E;return[(E=b.children)!=null&&E.length?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createVNode(_,{columns:b.children,editable:p.editable,"table-data-length":p.tableDataLength,onFormChange:f},e.createSlots({_:2},[e.renderList(p.$slots,(N,M)=>({name:M,fn:e.withCtx(C=>[e.renderSlot(p.$slots,M,e.normalizeProps(e.guardReactiveProps(C)))])}))]),1032,["columns","editable","table-data-length"]),e.createTextVNode(" "+e.toDisplayString(b.label),1)],64)):(e.openBlock(),e.createBlock(e.unref(Ht),{key:1,ref_for:!0,ref_key:"plusDisplayItemInstance",ref:s,column:b,row:x,index:v,editable:p.editable,rest:{column:w,...z},onChange:N=>h(N,v,w,b,z)},e.createSlots({_:2},[e.renderList(p.$slots,(N,M)=>({name:M,fn:e.withCtx(C=>[e.renderSlot(p.$slots,M,e.normalizeProps(e.guardReactiveProps(C)))])}))]),1032,["column","row","index","editable","rest","onChange"]))]}),_:2},1040,["class-name","index","prop","width","min-width"]))),128)}}}),Xx=ne(Zx,[["__file","table-column.vue"]]),Qx=e.defineComponent({name:"PlusTableTableColumnIndex",__name:"table-column-index",props:{pageInfo:{default:()=>({...yn})},indexTableColumnProps:{default:()=>({})},indexContentStyle:{type:[Object,Function],default:()=>({})}},setup(n){var t,r,o;const a=n,i=fr((t=a.indexTableColumnProps)==null?void 0:t.index)?e.computed(()=>{var s;return(s=a.indexTableColumnProps)==null?void 0:s.index}):K((r=a.indexTableColumnProps)==null?void 0:r.index)?(o=a.indexTableColumnProps)==null?void 0:o.index:s=>{var d,l;return+(((((d=a.pageInfo)==null?void 0:d.page)||yn.page)-1)*(((l=a.pageInfo)==null?void 0:l.pageSize)||yn.page)+s+1)},c=(s,d)=>K(a.indexContentStyle)?a.indexContentStyle(s,d):Be(a.indexContentStyle)?a.indexContentStyle:{};return(s,d)=>(e.openBlock(),e.createBlock(e.unref(T.ElTableColumn),e.mergeProps({key:"index",label:"#",fixed:"left",type:"index","class-name":"plus-table-column-index",width:"60",align:"center",index:e.unref(i)},s.indexTableColumnProps),{default:e.withCtx(({row:l,$index:u})=>[e.unref(K)(e.unref(i))?(e.openBlock(),e.createElementBlock("div",{key:0,class:"plus-table-column-index__content",style:e.normalizeStyle(c(l,u))},e.toDisplayString(e.unref(i)(u)),5)):(e.openBlock(),e.createElementBlock("div",{key:1,class:"plus-table-column-index__content",style:e.normalizeStyle(c(l,u))},e.toDisplayString(e.unref(i)),5))]),_:1},16,["index"]))}}),Jx=ne(Qx,[["__file","table-column-index.vue"]]);const ew={class:"plus-table-column-drag-icon"};var nw=e.defineComponent({name:"PlusTableColumnDragSort",__name:"table-column-drag-sort",props:{sortable:{type:Boolean,default:!0},tableInstance:{default:null},dragSortableTableColumnProps:{default:()=>({})}},emits:["dragSortEnd"],setup(n,{emit:t}){const r=n,o=t,{t:a}=Te();e.watch(()=>r.tableInstance,c=>{c&&r.sortable&&i()});const i=()=>{var c,s;const d=(s=(c=r.tableInstance)==null?void 0:c.$el)==null?void 0:s.querySelector(".el-table__body-wrapper tbody");if(!d)return;let l={handle:".plus-table-column-drag-icon",animation:150,group:"box",easing:"cubic-bezier(1, 0, 0, 1)",chosenClass:"sortable-chosen",forceFallback:!0,onEnd({newIndex:u,oldIndex:m}){o("dragSortEnd",u,m)}};Be(r.sortable)&&(l={...l,...r.sortable}),J.create(d,l)};return(c,s)=>(e.openBlock(),e.createBlock(e.unref(T.ElTableColumn),e.mergeProps({key:"dragSort",label:e.unref(a)("plus.table.sort"),width:"60","class-name":"plus-table-column-drag-sort"},c.dragSortableTableColumnProps),{default:e.withCtx(()=>[e.createElementVNode("span",ew,[e.renderSlot(c.$slots,"drag-sort-icon",{},()=>[e.createTextVNode("\u2637")])])]),_:3},16,["label"]))}}),tw=ne(nw,[["__file","table-column-drag-sort.vue"]]);const rw={key:0,style:{"padding-top":"12px"}};var ow=e.defineComponent({name:"PlusPopover",__name:"index",props:{hasShowBottomButton:{type:Boolean,default:!1},confirmLoading:{type:Boolean,default:!1},cancelText:{default:""},confirmText:{default:""}},emits:["cancel","confirm"],setup(n,{emit:t}){const r=n,o=t,a=e.ref(!1),{t:i}=Te();e.watch(()=>r.visible,d=>{a.value=d},{immediate:!0});const c=()=>{a.value=!1,o("cancel")},s=()=>{a.value=!1,o("confirm")};return(d,l)=>(e.openBlock(),e.createBlock(e.unref(T.ElPopover),e.mergeProps({visible:a.value,"onUpdate:visible":l[0]||(l[0]=u=>a.value=u)},d.$attrs),{reference:e.withCtx(()=>[e.createElementVNode("span",null,[e.renderSlot(d.$slots,"reference")])]),default:e.withCtx(()=>[e.renderSlot(d.$slots,"default"),d.hasShowBottomButton?(e.openBlock(),e.createElementBlock("div",rw,[e.createVNode(e.unref(T.ElButton),{size:"small",plain:"",onClick:c},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(d.cancelText||e.unref(i)("plus.popover.cancelText")),1)]),_:1}),e.createVNode(e.unref(T.ElButton),{size:"small",type:"primary",loading:d.confirmLoading,onClick:s},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(d.confirmText||e.unref(i)("plus.popover.confirmText")),1)]),_:1},8,["loading"])])):e.createCommentVNode("v-if",!0)]),_:3},16,["visible"]))}}),aw=ne(ow,[["__file","index.vue"]]);const Tr=aw,lw={class:"plus-table-title-bar"},iw={class:"plus-table-title-bar__title"},sw={class:"plus-table-title-bar__toolbar"},cw={class:"plus-table-title-bar__toolbar__density"},uw=e.createElementVNode("svg",{viewBox:"0 0 1024 1024",focusable:"false","data-icon":"column-height",fill:"currentColor","aria-hidden":"true"},[e.createElementVNode("path",{d:"M840 836H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm0-724H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM610.8 378c6 0 9.4-7 5.7-11.7L515.7 238.7a7.14 7.14 0 00-11.3 0L403.6 366.3a7.23 7.23 0 005.7 11.7H476v268h-62.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V378h62.8z"})],-1),dw={class:"plus-table-checkbox-checkAll"},hw={key:0,class:"plus-table-checkbox-handle"},pw={key:1},fw={key:1};var gw=e.defineComponent({name:"PlusTableToolbar",__name:"table-title-bar",props:{originColumns:{default:()=>[]},columns:{default:()=>[]},titleBar:{type:[Boolean,Object],default:!0},defaultSize:{default:"default"},columnsIsChange:{type:Boolean,default:!1}},emits:["filterTableHeader","clickDensity","refresh"],setup(n,{emit:t}){const r=n,o=t,{t:a}=Te(),i=e.ref(null),c=e.computed(()=>r.titleBar),s=e.computed(()=>{var C,j;return((j=(C=c.value)==null?void 0:C.icon)==null?void 0:j.size)||18}),d=e.computed(()=>{var C,j;return((j=(C=c.value)==null?void 0:C.icon)==null?void 0:j.color)||""}),l=e.computed(()=>{var C;return(C=c.value)==null?void 0:C.columnSetting}),u=e.computed(()=>{var C;return((C=l.value)==null?void 0:C.popoverWidth)||100}),m=e.computed(()=>{var C;return((C=l.value)==null?void 0:C.overflowLabelLength)||6}),h=e.ref(null),f=[{size:"default",text:e.computed(()=>a("plus.table.default"))},{size:"large",text:e.computed(()=>a("plus.table.loose"))},{size:"small",text:e.computed(()=>a("plus.table.compact"))}],p=(C=!1)=>C?r.columns.filter(j=>j.disabledHeaderFilter===!0).filter(j=>e.unref(j.headerIsChecked)!==!1).map(j=>gn(j)):r.columns.filter(j=>e.unref(j.headerIsChecked)!==!1).map(j=>gn(j)),g=e.reactive({checkAll:!0,isIndeterminate:!1,bigImageVisible:!1,srcList:[],checkList:[]}),_=C=>{const j=C.length;g.checkAll=j===r.columns.length,g.isIndeterminate=j>0&&j<r.columns.length};e.watch(()=>r.columnsIsChange,()=>{g.checkList=p(),_(g.checkList)},{immediate:!0});const b=C=>{g.checkList=C?r.columns.map(j=>gn(j)):r.columns.filter(j=>j.disabledHeaderFilter===!0).map(j=>gn(j)),_(g.checkList),y("allCheck")},y=C=>{const j=r.columns.map(I=>g.checkList.includes(gn(I))?{...I,headerIsChecked:!0}:{...I,headerIsChecked:!1});o("filterTableHeader",j,C)},x=C=>{_(C),y("check")},w=C=>{o("clickDensity",C)},v=()=>{o("refresh")},z=C=>{const j=Re(C);return j&&(j==null?void 0:j.length)<=m.value?j:(j==null?void 0:j.slice(0,m.value))+"..."},E=()=>{var C;if(!i.value)return;let j={onEnd:N,ghostClass:"plus-table-ghost-class"};const I=(C=l.value)==null?void 0:C.dragSort;Be(I)&&(j={...j,...I,handle:".plus-table-checkbox-handle"}),h.value=new J(i.value,j)},N=C=>{const j=[...r.columns],I=r.columns[C.oldIndex];j.splice(C.oldIndex,1),j.splice(C.newIndex,0,I);const k=j.filter(B=>B);o("filterTableHeader",k,"drag")},M=()=>{g.checkList=r.originColumns.filter(j=>e.unref(j.hideInTable)!==!0).filter(j=>e.unref(j.headerIsChecked)!==!1).map(j=>gn(j)),_(g.checkList);const C=r.originColumns.filter(j=>e.unref(j.hideInTable)!==!0).map(j=>({...j}));o("filterTableHeader",C,"reset")};return e.onMounted(()=>{var C;((C=l.value)==null?void 0:C.dragSort)!==!1&&i.value&&E()}),(C,j)=>{var I,k,B;return e.openBlock(),e.createElementBlock("div",lw,[e.createElementVNode("div",iw,[e.renderSlot(C.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(c.value.title),1)])]),e.createElementVNode("div",sw,[e.renderSlot(C.$slots,"toolbar"),((I=c.value)==null?void 0:I.refresh)===!0?(e.openBlock(),e.createElementBlock("span",{key:0,class:"plus-table-title-bar__toolbar__refresh",onClick:v},[e.createVNode(e.unref(T.ElTooltip),{effect:"dark",content:e.unref(a)("plus.table.refresh"),placement:"top"},{default:e.withCtx(()=>[e.renderSlot(C.$slots,"refresh-icon",{},()=>[e.createVNode(e.unref(T.ElIcon),{size:s.value,color:d.value,class:"plus-table-title-bar__toolbar__icon"},{default:e.withCtx(()=>[e.createVNode(e.unref(pa))]),_:1},8,["size","color"])])]),_:3},8,["content"])])):e.createCommentVNode("v-if",!0),e.createCommentVNode(" \u8868\u683C\u5BC6\u5EA6 "),((k=c.value)==null?void 0:k.density)!==!1?(e.openBlock(),e.createBlock(e.unref(Tr),{key:1,placement:"bottom",width:200,trigger:"click",title:e.unref(a)("plus.table.density")},{reference:e.withCtx(()=>[e.createVNode(e.unref(T.ElTooltip),{effect:"dark",content:e.unref(a)("plus.table.density"),placement:"top"},{default:e.withCtx(()=>[e.renderSlot(C.$slots,"density-icon",{},()=>[e.createVNode(e.unref(T.ElIcon),{size:s.value,color:d.value,class:"plus-table-title-bar__toolbar__icon"},{default:e.withCtx(()=>[uw]),_:1},8,["size","color"])])]),_:3},8,["content"])]),default:e.withCtx(()=>[e.createElementVNode("div",cw,[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(f,A=>e.createVNode(e.unref(T.ElButton),{key:A.size,plain:C.defaultSize!==A.size,type:"primary",size:"small",onClick:S=>w(A.size)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(A.text)),1)]),_:2},1032,["plain","onClick"])),64))])]),_:3},8,["title"])):e.createCommentVNode("v-if",!0),e.createCommentVNode(" \u5217\u8BBE\u7F6E "),((B=c.value)==null?void 0:B.columnSetting)!==!1?(e.openBlock(),e.createBlock(e.unref(Tr),{key:2,placement:"bottom",width:u.value,trigger:"click",title:e.unref(a)("plus.table.columnSettings")},{reference:e.withCtx(()=>[e.createVNode(e.unref(T.ElTooltip),{effect:"dark",content:e.unref(a)("plus.table.columnSettings"),placement:"top"},{default:e.withCtx(()=>[e.renderSlot(C.$slots,"column-settings-icon",{},()=>[e.createVNode(e.unref(T.ElIcon),{size:s.value,color:d.value,class:"plus-table-title-bar__toolbar__icon"},{default:e.withCtx(()=>[e.createVNode(e.unref(Di))]),_:1},8,["size","color"])])]),_:3},8,["content"])]),default:e.withCtx(()=>{var A,S,H;return[e.createElementVNode("div",dw,[e.createVNode(e.unref(T.ElCheckbox),{modelValue:g.checkAll,"onUpdate:modelValue":j[0]||(j[0]=V=>g.checkAll=V),indeterminate:g.isIndeterminate,onChange:b},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(a)("plus.table.selectAll")),1)]),_:1},8,["modelValue","indeterminate"]),((A=l.value)==null?void 0:A.reset)!==!1?(e.openBlock(),e.createBlock(e.unref(T.ElLink),e.mergeProps({key:0,type:"primary",underline:e.unref(Q0)?!1:"never",href:"javaScript:;"},e.unref(Be)((S=l.value)==null?void 0:S.reset)?(H=l.value)==null?void 0:H.reset:{},{onClick:e.withModifiers(M,["stop","prevent"])}),{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(a)("plus.table.resetText")),1)]),_:1},16,["underline"])):e.createCommentVNode("v-if",!0)]),e.createVNode(e.unref(T.ElCheckboxGroup),{modelValue:g.checkList,"onUpdate:modelValue":j[1]||(j[1]=V=>g.checkList=V),onChange:x},{default:e.withCtx(()=>[e.createElementVNode("div",{ref_key:"checkboxGroupInstance",ref:i,class:"plus-table-checkbox-sortable-list"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(C.columns,V=>{var O;return e.openBlock(),e.createElementBlock("div",{key:V.prop,class:"plus-table-checkbox-item"},[((O=l.value)==null?void 0:O.dragSort)!==!1?(e.openBlock(),e.createElementBlock("div",hw,[e.renderSlot(C.$slots,"drag-sort-icon",{},()=>[e.createTextVNode("\u2637")])])):e.createCommentVNode("v-if",!0),e.createCommentVNode(" element-plus \u7248\u672C\u53F7\u5C0F\u4E8E2.6.0 "),e.unref(Io)?(e.openBlock(),e.createBlock(e.unref(T.ElCheckbox),{key:1,label:e.unref(gn)(V),disabled:V.disabledHeaderFilter,class:"plus-table-title-bar__toolbar__checkbox__item"},{default:e.withCtx(()=>[e.unref(Re)(V.label).length>m.value?(e.openBlock(),e.createBlock(e.unref(T.ElTooltip),{key:0,content:e.unref(Re)(V.label),placement:"right-start"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(z(V.label)),1)]),_:2},1032,["content"])):(e.openBlock(),e.createElementBlock("span",pw,e.toDisplayString(V.label?z(V.label):""),1))]),_:2},1032,["label","disabled"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createCommentVNode(" element-plus \u7248\u672C\u53F7\u5927\u4E8E\u7B49\u4E8E2.6.0 "),e.createVNode(e.unref(T.ElCheckbox),{value:e.unref(gn)(V),disabled:V.disabledHeaderFilter,class:"plus-table-title-bar__toolbar__checkbox__item"},{default:e.withCtx(()=>[e.unref(Re)(V.label).length>m.value?(e.openBlock(),e.createBlock(e.unref(T.ElTooltip),{key:0,content:e.unref(Re)(V.label),placement:"right-start"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(z(V.label)),1)]),_:2},1032,["content"])):(e.openBlock(),e.createElementBlock("span",fw,e.toDisplayString(V.label?z(V.label):""),1))]),_:2},1032,["value","disabled"])],64))])}),128))],512)]),_:3},8,["modelValue"])]}),_:3},8,["width","title"])):e.createCommentVNode("v-if",!0)])])}}}),mw=ne(gw,[["__file","table-title-bar.vue"]]);const _w={class:"plus-table-expand-col"};var yw=e.defineComponent({name:"PlusTable",inheritAttrs:!1,__name:"index",props:{tableData:{default:()=>[]},data:{default:()=>[]},columns:{default:()=>[]},defaultSize:{default:"default"},pagination:{type:[Boolean,Object],default:!1},actionBar:{type:[Boolean,Object],default:!1},hasIndexColumn:{type:Boolean,default:!1},titleBar:{type:[Boolean,Object],default:!0},isSelection:{type:[Boolean,String],default:!1},isRadio:{type:Boolean,default:!1},hasExpand:{type:Boolean,default:!1},loadingStatus:{type:Boolean,default:!1},height:{},headerCellStyle:{default:()=>({"background-color":"var(--el-fill-color-light)"})},rowKey:{type:[String,Function],default:"id"},dragSortable:{type:[Boolean,Object],default:!1},dragSortableTableColumnProps:{default:()=>({})},indexTableColumnProps:{default:()=>({})},selectionTableColumnProps:{default:()=>({width:40})},radioTableColumnProps:{default:()=>({width:50})},radioProps:{default:void 0},defaultSelectedRadioRow:{default:void 0},expandTableColumnProps:{default:()=>({})},indexContentStyle:{type:[Object,Function],default:()=>({})},editable:{type:[Boolean,String],default:!1},adaptive:{type:[Boolean,Object],default:!1},filterTableHeaderOverflowLabelLength:{}},emits:["paginationChange","clickAction","clickActionConfirmCancel","dragSortEnd","formChange","refresh","edited","cell-click","cell-dblclick","filterTableHeader","radioChange"],setup(n,{expose:t,emit:r}){var o,a;const i=n,c=r,s=e.ref(),d=e.ref([]),l=e.ref(!1),u=e.ref([]),m=e.shallowRef(null),h=e.ref(null),f=e.ref(null),p=e.reactive({subPageInfo:{...((o=i.pagination)==null?void 0:o.modelValue)||yn},size:i.defaultSize}),g=e.ref([]);e.watchEffect(()=>{var P;g.value=(P=i.tableData)!=null&&P.length?i.tableData:i.data});const _=e.computed(()=>g.value),b=e.computed(()=>_.value.length),y=e.computed(()=>typeof i.height=="undefined"&&i.adaptive),x=e.shallowRef({});e.provide(_r,x);const w=e.shallowRef({});e.provide(Oo,w),e.watch(()=>i.columns,P=>{const $=P.filter(Z=>e.unref(Z.hideInTable)!==!0);u.value=$.map(Z=>{var G;return{...Z,headerIsChecked:(G=Z.headerIsChecked)!=null?G:!0}}),d.value=$.filter(Z=>e.unref(Z.headerIsChecked)!==!1),l.value=!l.value},{immediate:!0}),e.watch(()=>i.defaultSelectedRadioRow,P=>{s.value=P?e.unref(i.defaultSelectedRadioRow):{}},{immediate:!0});const v=()=>{c("paginationChange",{...p.subPageInfo})},z=P=>{c("clickAction",P)},E=P=>{c("clickActionConfirmCancel",P)},N=(P,$)=>{u.value=P,c("filterTableHeader",P,$),d.value=P.filter(Z=>e.unref(Z.hideInTable)!==!0&&Z.headerIsChecked!==!1)},M=P=>{p.size=P},C=(P,$)=>{c("dragSortEnd",P,$)},j=()=>{c("refresh")},I=P=>{c("formChange",P)},k=(P,$,Z)=>{s.value=P?$:{},c("radioChange",$,Z,!!P)},B=e.ref(),A=(P,$,Z)=>{var G;const de=_.value.indexOf(P),X=$.getColumnIndex();if(d.value[X]&&i.editable===Z){const ze=x.value[de][X];if(!ze)return;document.addEventListener("click",V),B.value&&((G=B.value)==null||G.stopCellEdit()),B.value=ze,ze.startCellEdit();const rn=e.watch(()=>w.value.valueIsReady,Fe=>{var Ae,xe;Fe!=null&&Fe.value&&((xe=(Ae=w.value)==null?void 0:Ae.fieldInstance)!=null&&xe.focus)&&(i.editable==="click"||i.editable==="dblclick")&&(w.value.fieldInstance.focus(),rn())})}},S=(P,$,Z,G)=>{A(P,$,"click"),c("cell-click",P,$,Z,G)},H=(P,$,Z,G)=>{A(P,$,"dblclick"),c("cell-dblclick",P,$,Z,G)},V=P=>{var $,Z;if(h.value&&B.value){const G=P==null?void 0:P.target;if(G.classList.contains("el-icon"))return;!(($=h.value)==null?void 0:$.contains(G))&&!H4(G)&&((Z=B.value)==null||Z.stopCellEdit(),c("edited"),document.removeEventListener("click",V))}},O=async()=>{var P;if(await e.nextTick(),!m.value)return;const $=m.value.$el;let Z=20,G=0;Be(i.adaptive)&&(Z=(P=i.adaptive.offsetBottom)!=null?P:Z),f.value&&i.pagination&&(G=f.value.$el.offsetHeight),$.style.height=`${window.innerHeight-$.getBoundingClientRect().top-Z-G}px`},U=z4(O,Be(i.adaptive)&&(a=i.adaptive.timeout)!=null?a:60);e.onMounted(()=>{y.value&&(O(),window.addEventListener("resize",U))}),e.onBeforeUnmount(()=>{y.value&&window.removeEventListener("resize",U)});const{subPageInfo:q,size:F}=e.toRefs(p);return t({formRefs:x,tableInstance:m}),(P,$)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"tableWrapperInstance",ref:h,class:"plus-table"},[P.titleBar?(e.openBlock(),e.createBlock(mw,{key:0,"origin-columns":P.columns,columns:u.value,"default-size":e.unref(F),"columns-is-change":l.value,"title-bar":P.titleBar,onClickDensity:M,onFilterTableHeader:N,onRefresh:j},e.createSlots({title:e.withCtx(()=>[e.renderSlot(P.$slots,"title")]),toolbar:e.withCtx(()=>[e.renderSlot(P.$slots,"toolbar")]),_:2},[P.$slots["drag-sort-icon"]?{name:"drag-sort-icon",fn:e.withCtx(()=>[e.renderSlot(P.$slots,"drag-sort-icon")]),key:"0"}:void 0,P.$slots["column-settings-icon"]?{name:"column-settings-icon",fn:e.withCtx(()=>[e.renderSlot(P.$slots,"column-settings-icon")]),key:"1"}:void 0,P.$slots["density-icon"]?{name:"density-icon",fn:e.withCtx(()=>[e.renderSlot(P.$slots,"density-icon")]),key:"2"}:void 0]),1032,["origin-columns","columns","default-size","columns-is-change","title-bar"])):e.createCommentVNode("v-if",!0),e.withDirectives((e.openBlock(),e.createBlock(e.unref(T.ElTable),e.mergeProps({ref_key:"tableInstance",ref:m,"reserve-selection":!0,data:_.value,border:!0,height:P.height,"header-cell-style":P.headerCellStyle,size:e.unref(F),"row-key":P.rowKey,"highlight-current-row":"","scrollbar-always-on":""},P.$attrs,{onCellClick:S,onCellDblclick:H}),{default:e.withCtx(()=>{var Z;return[e.createCommentVNode(" \u5355\u9009\u9009\u62E9\u680F "),P.isRadio?(e.openBlock(),e.createBlock(e.unref(T.ElTableColumn),e.mergeProps({key:"radio-selection"},P.radioTableColumnProps),{default:e.withCtx(G=>[e.createVNode(e.unref(Ar),e.mergeProps({"model-value":e.unref(V4)(s.value,G.row),options:[{value:!0}]},P.radioProps,{onChange:de=>k(de,G.row,G.$index)}),null,16,["model-value","onChange"])]),_:1},16)):e.createCommentVNode("v-if",!0),e.createCommentVNode(" \u591A\u9009\u9009\u62E9\u680F "),P.isSelection?(e.openBlock(),e.createBlock(e.unref(T.ElTableColumn),e.mergeProps({key:"selection",type:"selection"},P.selectionTableColumnProps),null,16)):e.createCommentVNode("v-if",!0),e.createCommentVNode(" \u5E8F\u53F7\u680F "),P.hasIndexColumn?(e.openBlock(),e.createBlock(Jx,{key:2,"index-content-style":P.indexContentStyle,"index-table-column-props":P.indexTableColumnProps,"page-info":(Z=P.pagination)==null?void 0:Z.modelValue},null,8,["index-content-style","index-table-column-props","page-info"])):e.createCommentVNode("v-if",!0),e.createCommentVNode(" \u62D6\u62FD\u884C "),P.dragSortable?(e.openBlock(),e.createBlock(tw,{key:3,sortable:P.dragSortable,"drag-sortable-table-column-props":P.dragSortableTableColumnProps,"table-instance":m.value,onDragSortEnd:C},e.createSlots({_:2},[P.$slots["drag-sort-icon"]?{name:"drag-sort-icon",fn:e.withCtx(()=>[e.renderSlot(P.$slots,"drag-sort-icon")]),key:"0"}:void 0]),1032,["sortable","drag-sortable-table-column-props","table-instance"])):e.createCommentVNode("v-if",!0),e.createCommentVNode(" \u5C55\u5F00\u884C "),P.hasExpand?(e.openBlock(),e.createBlock(e.unref(T.ElTableColumn),e.mergeProps({key:4,type:"expand"},P.expandTableColumnProps),{default:e.withCtx(G=>[e.createElementVNode("div",_w,[e.renderSlot(P.$slots,"expand",e.mergeProps({index:G.$index},G))])]),_:3},16)):e.createCommentVNode("v-if",!0),e.renderSlot(P.$slots,"default",{},()=>[e.createCommentVNode("\u914D\u7F6E\u6E32\u67D3\u680F "),e.createVNode(Xx,{columns:d.value,editable:P.editable,"sub-page-info":e.unref(q),"table-data-length":b.value,onFormChange:I},e.createSlots({_:2},[e.renderList(P.$slots,(G,de)=>({name:de,fn:e.withCtx(X=>[e.renderSlot(P.$slots,de,e.normalizeProps(e.guardReactiveProps(X)))])}))]),1032,["columns","editable","sub-page-info","table-data-length"])]),e.createCommentVNode(" \u64CD\u4F5C\u680F "),P.actionBar?(e.openBlock(),e.createBlock(bx,e.mergeProps({key:5},P.actionBar,{onClickAction:z,onClickActionConfirmCancel:E}),e.createSlots({_:2},[P.$slots["action-bar-more-icon"]?{name:"action-bar-more-icon",fn:e.withCtx(()=>[e.renderSlot(P.$slots,"action-bar-more-icon")]),key:"0"}:void 0]),1040)):e.createCommentVNode("v-if",!0)]}),append:e.withCtx(()=>[e.renderSlot(P.$slots,"append")]),empty:e.withCtx(()=>[e.renderSlot(P.$slots,"empty")]),_:3},16,["data","height","header-cell-style","size","row-key"])),[[e.unref(T.vLoading),P.loadingStatus]]),e.createCommentVNode(" \u5206\u9875 "),P.pagination?(e.openBlock(),e.createBlock(e.unref(ca),e.mergeProps({key:1,ref_key:"paginationInstance",ref:f,modelValue:e.unref(q),"onUpdate:modelValue":$[0]||($[0]=Z=>e.isRef(q)?q.value=Z:null)},P.pagination,{onChange:v}),e.createSlots({_:2},[P.$slots["pagination-left"]?{name:"pagination-left",fn:e.withCtx(()=>[e.renderSlot(P.$slots,"pagination-left")]),key:"0"}:void 0,P.$slots["pagination-right"]?{name:"pagination-right",fn:e.withCtx(()=>[e.renderSlot(P.$slots,"pagination-right")]),key:"1"}:void 0]),1040,["modelValue"])):e.createCommentVNode("v-if",!0)],512))}}),xw=ne(yw,[["__file","index.vue"]]);const ya=xw;var ww=e.defineComponent({name:"PlusDescriptions",__name:"index",props:{data:{default:()=>({})},columns:{default:()=>[]},column:{default:3},title:{default:""},border:{type:Boolean,default:!0},editable:{type:Boolean,default:!1},formProps:{default:void 0},descriptionsItemProps:{default:void 0}},emits:["formChange"],setup(n,{expose:t,emit:r}){const o=n,a=r,i=e.ref(),c=e.computed(()=>o.editable?!0:o.border),s=e.shallowRef([]),d=e.computed(()=>o.columns.filter(g=>e.unref(g.hideInDescriptions)!==!0)),l=g=>Fo(o.data,g),u=()=>{var g,_;if(!((g=i.value)!=null&&g.length))return;const b=((_=i.value)==null?void 0:_.map(y=>({...y,...y==null?void 0:y.getDisplayItemInstance()})))||[];s.value=b};e.watch(i,()=>{u()},{deep:!0,flush:"post"});const m=(g,_)=>{var b;const y=K(g.formProps)?g.formProps(o.data[g.prop],{row:o.data,index:_}):e.unref(g.formProps),x=Reflect.get((y==null?void 0:y.rules)||((b=o.formProps)==null?void 0:b.rules)||{},g.prop)||{};return Object.values(x).some(v=>v.required)},h=(g,_,b)=>{const y={...g,index:_,column:{...b}};a("formChange",y)};return t({formRefs:s,validate:async()=>{var g;try{await Promise.all((g=s.value)==null?void 0:g.map(_=>{var b;return(b=_.formInstance.value)==null?void 0:b.validate()}))}catch(_){return Promise.reject(_)}},clearValidate:()=>{var g;(g=s.value)==null||g.forEach(_=>{var b;(b=_.formInstance.value)==null||b.clearValidate()})}}),(g,_)=>(e.openBlock(),e.createBlock(e.unref(T.ElDescriptions),e.mergeProps({title:g.title,column:g.column,class:["plus-description",{"no-border":!g.border}],border:c.value},g.$attrs),{title:e.withCtx(()=>[e.renderSlot(g.$slots,"title")]),extra:e.withCtx(()=>[e.renderSlot(g.$slots,"extra")]),default:e.withCtx(()=>[e.renderSlot(g.$slots,"default",{},()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,(b,y)=>{var x,w;return e.openBlock(),e.createBlock(e.unref(T.ElDescriptionsItem),e.mergeProps({key:b.prop,label:e.unref(Re)(b.label),"class-name":(((x=b.descriptionsItemProps)==null?void 0:x.className)||"")+" plus-description__name plus-description__content","label-class-name":(((w=b.descriptionsItemProps)==null?void 0:w.labelClassName)||"")+" plus-description__label"+(m(b,y)?" is-required":"")},b.descriptionsItemProps||g.descriptionsItemProps),{label:e.withCtx(()=>[b.renderDescriptionsLabel&&e.unref(K)(b.renderDescriptionsLabel)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(b.renderDescriptionsLabel),{key:0,label:e.unref(Re)(b.label),column:b,row:g.data},null,8,["label","column","row"])):g.$slots[e.unref(K0)(b.prop)]?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createCommentVNode(" plus-desc-label-* "),e.renderSlot(g.$slots,e.unref(K0)(b.prop),{column:b,row:g.data,label:e.unref(Re)(b.label)})],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createCommentVNode(" normal "),e.createTextVNode(e.toDisplayString(e.unref(Re)(b.label)),1)],64))]),default:e.withCtx(()=>[g.editable?(e.openBlock(),e.createBlock(e.unref(Ht),{key:0,ref_for:!0,ref_key:"plusDisplayItemInstance",ref:i,column:b,row:g.data,editable:"","form-props":g.formProps,onChange:v=>h(v,y,b)},null,8,["column","row","form-props","onChange"])):b.renderDescriptionsItem&&e.unref(K)(b.renderDescriptionsItem)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createCommentVNode(" renderDescriptionsItem "),(e.openBlock(),e.createBlock(e.resolveDynamicComponent(b.renderDescriptionsItem),{value:l(b.prop),column:b,row:g.data},null,8,["value","column","row"]))],2112)):g.$slots[e.unref(G0)(b.prop)]?(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createCommentVNode(" plus-desc-* "),e.renderSlot(g.$slots,e.unref(G0)(b.prop),{column:b,row:g.data,value:l(b.prop)})],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:3},[e.createCommentVNode(" normal "),e.createVNode(e.unref(Ht),{column:b,row:g.data},null,8,["column","row"])],64))]),_:2},1040,["label","class-name","label-class-name"])}),128))])]),_:3},16,["title","column","class","border"]))}}),bw=ne(ww,[["__file","index.vue"]]);const Li=bw;var vw=e.defineComponent({name:"PlusSearch",__name:"index",props:{modelValue:{default:()=>({})},defaultValues:{default:()=>({})},columns:{default:()=>[]},hasFooter:{type:Boolean,default:!0},hasReset:{type:Boolean,default:!0},hasUnfold:{type:Boolean,default:!0},defaultUnfold:{type:Boolean,default:!1},searchText:{default:""},resetText:{default:""},retractText:{default:""},expandText:{default:""},searchLoading:{type:Boolean,default:!1},inline:{type:Boolean,default:!0},showNumber:{default:2},labelPosition:{default:void 0},rowProps:{default:()=>({gutter:20})},colProps:{default:()=>({xs:24,sm:12,md:8,lg:8,xl:6})},needValidate:{type:Boolean,default:!1}},emits:["update:modelValue","search","change","reset","collapse"],setup(n,{expose:t,emit:r}){var o;const a=n,i=r,{t:c}=Te(),s=e.ref(),d=e.ref((o=a.defaultUnfold)!=null?o:!1),l=e.ref({}),u=e.useAttrs(),m=e.computed(()=>a.needValidate?u.rules:void 0),h=e.computed(()=>d.value?a.retractText||c("plus.search.retract"):a.expandText||c("plus.search.expand")),f=e.computed(()=>{const v=a.columns.filter(z=>e.unref(z.hideInSearch)!==!0).map(z=>({...z,hideInForm:!1})).map(z=>({...z,order:z!=null&&z.order?e.unref(z.order):0}));return T4(v,["order"],["desc"])}),p=e.computed(()=>a.hasUnfold&&!d.value?f.value.slice(0,a.showNumber):f.value);e.watch(()=>a.modelValue,v=>{l.value=v},{immediate:!0});const g=async(v,z)=>{i("update:modelValue",v),i("change",v,z)},_=()=>{i("search",l.value)},b=async()=>{var v;await((v=s.value)==null?void 0:v.handleSubmit())&&i("search",l.value)},y=e.computed(()=>a.needValidate?b:_),x=()=>{l.value={...a.defaultValues},i("update:modelValue",l.value),i("reset",l.value)},w=v=>{v.preventDefault(),d.value=!d.value,i("collapse",d.value)};return t({plusFormInstance:s,handleReset:x,handleSearch:y.value,handleUnfold:w}),(v,z)=>(e.openBlock(),e.createBlock(e.unref(Ln),e.mergeProps({ref_key:"plusFormInstance",ref:s},v.$attrs,{modelValue:l.value,"onUpdate:modelValue":z[0]||(z[0]=E=>l.value=E),inline:v.inline,rules:m.value,"label-position":v.labelPosition,"row-props":v.rowProps,"col-props":v.colProps,columns:p.value,class:"plus-search","has-footer":!1,onChange:g}),e.createSlots({"search-footer":e.withCtx(()=>[v.hasFooter?(e.openBlock(),e.createBlock(e.unref(T.ElFormItem),{key:0,class:"plus-search__button__wrapper",label:v.labelPosition==="top"?"placeholder":""},{default:e.withCtx(()=>[e.renderSlot(v.$slots,"footer",{isShowUnfold:d.value,handleReset:x,handleSearch:y.value,handleUnfold:w,searchLoading:v.searchLoading},()=>[v.hasReset?(e.openBlock(),e.createBlock(e.unref(T.ElButton),{key:0,icon:e.unref(pa),onClick:x},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(v.resetText||e.unref(c)("plus.search.resetText")),1)]),_:1},8,["icon"])):e.createCommentVNode("v-if",!0),e.createVNode(e.unref(T.ElButton),{type:"primary",loading:v.searchLoading,icon:e.unref(qi),onClick:y.value},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(v.searchText||e.unref(c)("plus.search.searchText")),1)]),_:1},8,["loading","icon","onClick"]),v.hasUnfold&&f.value.length>v.showNumber?(e.openBlock(),e.createBlock(e.unref(T.ElLink),{key:1,class:"plus-search__unfold",type:"primary",underline:e.unref(Q0)?!1:"never",href:"javaScript:;",onClick:w},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(h.value)+" ",1),e.createVNode(e.unref(T.ElIcon),null,{default:e.withCtx(()=>[d.value?(e.openBlock(),e.createBlock(e.unref(ji),{key:0})):(e.openBlock(),e.createBlock(e.unref(ua),{key:1}))]),_:1})]),_:1},8,["underline"])):e.createCommentVNode("v-if",!0)])]),_:3},8,["label"])):e.createCommentVNode("v-if",!0)]),_:2},[e.renderList(v.$slots,(E,N)=>({name:N,fn:e.withCtx(M=>[e.renderSlot(v.$slots,N,e.normalizeProps(e.guardReactiveProps(M)))])}))]),1040,["modelValue","inline","rules","label-position","row-props","col-props","columns"]))}}),zw=ne(vw,[["__file","index.vue"]]);const xa=zw;var Cw=e.defineComponent({name:"PlusDialogForm",__name:"index",props:{modelValue:{default:()=>({})},visible:{type:Boolean,default:!1},dialog:{default:()=>({})},form:{default:()=>({})},hasErrorTip:{type:Boolean,default:!0}},emits:["update:modelValue","update:visible","confirm","change","cancel","close","confirmError"],setup(n,{expose:t,emit:r}){const o=n,a=r,{t:i}=Te(),c=e.ref(),s=e.computed(()=>{var p;return(p=c.value)==null?void 0:p.formInstance}),d=e.ref({}),l=e.ref(!1);e.watch(()=>o.visible,p=>{l.value=p},{immediate:!0}),e.watch(()=>o.modelValue,p=>{d.value=p},{immediate:!0});const u=(p,g)=>{a("update:modelValue",p),a("change",p,g)},m=async()=>{var p,g,_;try{await((p=s.value)==null?void 0:p.validate())&&a("confirm",d.value)}catch(b){if(o.hasErrorTip){T.ElMessage.closeAll();const y=Be(b)&&Object.values(b),x=y?(_=(g=y[0])==null?void 0:g[0])==null?void 0:_.message:void 0;T.ElMessage.warning(x||i("plus.form.errorTip"))}a("confirmError",b)}},h=()=>{l.value=!1,a("update:visible",l.value),a("cancel")},f=()=>{l.value=!1,a("update:visible",l.value),a("close")};return t({handleConfirm:m,handleCancel:h,formInstance:s}),(p,g)=>(e.openBlock(),e.createBlock(e.unref(Pr),e.mergeProps({modelValue:l.value,"onUpdate:modelValue":g[1]||(g[1]=_=>l.value=_),width:"800px",top:"10vh",title:e.unref(i)("plus.dialogForm.title")},p.dialog,{onClose:f,onCancel:h,onConfirm:m}),e.createSlots({default:e.withCtx(()=>[e.createVNode(e.unref(Ln),e.mergeProps({ref_key:"formInstance",ref:c,modelValue:d.value,"onUpdate:modelValue":g[0]||(g[0]=_=>d.value=_),"has-footer":!1,"footer-align":"right"},p.form,{onChange:u}),e.createSlots({_:2},[p.$slots["form-footer"]?{name:"footer",fn:e.withCtx(_=>[e.renderSlot(p.$slots,"form-footer",e.normalizeProps(e.guardReactiveProps(_)))]),key:"0"}:void 0,p.$slots["form-group-header"]?{name:"group-header",fn:e.withCtx(_=>[e.renderSlot(p.$slots,"form-group-header",e.normalizeProps(e.guardReactiveProps(_)))]),key:"1"}:void 0,e.renderList(p.$slots,(_,b)=>({name:b,fn:e.withCtx(y=>[e.renderSlot(p.$slots,b,e.normalizeProps(e.guardReactiveProps(y)))])}))]),1040,["modelValue"])]),_:2},[p.$slots["dialog-header"]?{name:"header",fn:e.withCtx(()=>[e.renderSlot(p.$slots,"dialog-header")]),key:"0"}:void 0,p.$slots["dialog-footer"]?{name:"footer",fn:e.withCtx(()=>[e.renderSlot(p.$slots,"dialog-footer",e.normalizeProps(e.guardReactiveProps({handleConfirm:m,handleCancel:h})))]),key:"1"}:void 0]),1040,["modelValue","title"]))}}),kw=ne(Cw,[["__file","index.vue"]]);const Oi=kw,Bw={class:"plus-drawer-form__footer"};var Ew=e.defineComponent({name:"PlusDrawerForm",__name:"index",props:{modelValue:{default:()=>({})},visible:{type:Boolean,default:!1},drawer:{default:()=>({})},size:{default:"540px"},form:{default:()=>({})},hasFooter:{type:Boolean,default:!0},cancelText:{default:""},confirmText:{default:""},confirmLoading:{type:Boolean,default:!1},hasErrorTip:{type:Boolean,default:!0}},emits:["update:modelValue","update:visible","confirm","change","cancel","confirmError"],setup(n,{expose:t,emit:r}){const o=n,a=r,{t:i}=Te(),c=e.ref(null),s=e.computed(()=>{var g;return(g=c.value)==null?void 0:g.formInstance}),d=e.ref(),l=e.ref({}),u=e.ref(!1);e.watch(()=>o.visible,g=>{u.value=g},{immediate:!0}),e.watch(()=>o.modelValue,g=>{l.value=g},{immediate:!0});const m=(g,_)=>{a("update:modelValue",g),a("change",g,_)},h=async()=>{var g,_,b;try{await((g=s.value)==null?void 0:g.validate())&&a("confirm",l.value)}catch(y){if(o.hasErrorTip){T.ElMessage.closeAll();const x=Be(y)&&Object.values(y),w=x?(b=(_=x[0])==null?void 0:_[0])==null?void 0:b.message:void 0;T.ElMessage.warning(w||i("plus.form.errorTip"))}a("confirmError",y)}},f=()=>{p(),a("update:visible",u.value),a("cancel")},p=()=>{u.value=!1};return t({drawerInstance:d,formInstance:s}),(g,_)=>(e.openBlock(),e.createBlock(e.unref(T.ElDrawer),e.mergeProps({ref_key:"drawerInstance",ref:d,modelValue:u.value,"onUpdate:modelValue":_[1]||(_[1]=b=>u.value=b),class:"plus-drawer-form",size:g.size||"540px",title:e.unref(i)("plus.drawerForm.title"),"close-on-click-modal":!1,"close-on-press-escape":!1},g.$attrs,{onClose:f}),e.createSlots({default:e.withCtx(()=>[e.createVNode(e.unref(Ln),e.mergeProps({ref_key:"formInstance",ref:c,modelValue:l.value,"onUpdate:modelValue":_[0]||(_[0]=b=>l.value=b),"has-footer":!1},g.form,{onChange:m}),e.createSlots({_:2},[g.$slots["form-footer"]?{name:"footer",fn:e.withCtx(()=>[e.renderSlot(g.$slots,"form-footer")]),key:"0"}:void 0,g.$slots["form-group-header"]?{name:"group-header",fn:e.withCtx(b=>[e.renderSlot(g.$slots,"form-group-header",e.normalizeProps(e.guardReactiveProps(b)))]),key:"1"}:void 0,e.renderList(g.$slots,(b,y)=>({name:y,fn:e.withCtx(x=>[e.renderSlot(g.$slots,y,e.normalizeProps(e.guardReactiveProps(x)))])}))]),1040,["modelValue"])]),_:2},[g.$slots["drawer-header"]?{name:"header",fn:e.withCtx(()=>[e.renderSlot(g.$slots,"drawer-header")]),key:"0"}:void 0,g.hasFooter?{name:"footer",fn:e.withCtx(()=>[e.createElementVNode("div",Bw,[e.renderSlot(g.$slots,"drawer-footer",e.normalizeProps(e.guardReactiveProps({handleConfirm:h,handleCancel:p})),()=>[e.createVNode(e.unref(T.ElButton),{onClick:p},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(g.cancelText||e.unref(i)("plus.drawerForm.cancelText")),1)]),_:1}),e.createVNode(e.unref(T.ElButton),{type:"primary",loading:g.confirmLoading,onClick:h},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(g.confirmText||e.unref(i)("plus.drawerForm.confirmText")),1)]),_:1},8,["loading"])])])]),key:"1"}:void 0]),1040,["modelValue","size","title"]))}}),jw=ne(Ew,[["__file","index.vue"]]);const Ri=jw,Vw={class:"plus-page"};var Sw=e.defineComponent({name:"PlusPage",__name:"index",props:{columns:{default:()=>[]},request:{},search:{type:[Boolean,Object],default:()=>({})},table:{default:()=>({})},params:{default:()=>({})},postData:{type:Function,default:void 0},beforeSearchSubmit:{type:Function,default:void 0},isCard:{type:Boolean,default:!0},searchCardProps:{default:()=>({})},tableCardProps:{default:()=>({})},defaultPageInfo:{default:()=>({...yn})},defaultPageSizeList:{default:()=>Lo},pagination:{type:[Boolean,Object],default:()=>({})},immediate:{type:Boolean,default:!0},dividerProps:{type:[Boolean,Object],default:!1},pageInfoMap:{default:()=>({page:"page",pageSize:"pageSize"})},searchSlot:{type:Boolean,default:!1}},emits:["search","reset","paginationChange","requestError","requestComplete"],setup(n,{expose:t,emit:r}){var o;const a=n,i=r,c=[_n(),jt(),Tn(),Dn()],s=e.useSlots(),d=e.computed(()=>{const B={},A={};return Object.keys(s).forEach(S=>{c.some(V=>S.includes(V))?B[S]=s[S]:A[S]=s[S]}),{formSlots:B,otherSlots:A}}),l=e.computed(()=>a.searchSlot?d.value.formSlots:{}),u=e.computed(()=>a.searchSlot?d.value.otherSlots:s),m=e.computed(()=>a.defaultPageInfo),h=e.computed(()=>a.defaultPageSizeList),{tableData:f,pageInfo:p,total:g,loadingStatus:_}=ti(m),b=e.ref(null),y=e.ref(null),x=e.ref({...(o=a.search)==null?void 0:o.defaultValues}),w=()=>a.isCard?{search:e.h(T.ElCard,a.searchCardProps),table:e.h(T.ElCard,a.tableCardProps)}:{search:e.h("div"),table:e.h("div")},v=async()=>{var B,A;if(a.request){try{_.value=!0;const S={...x.value,[((B=a.pageInfoMap)==null?void 0:B.page)||"page"]:p.value.page,[((A=a.pageInfoMap)==null?void 0:A.pageSize)||"pageSize"]:p.value.pageSize,...a.params},{data:H,total:V}=await a.request(S),O=a.postData&&a.postData(H)||H;f.value=O||[],g.value=V||O.length,i("requestComplete",f.value)}catch(S){i("requestError",S)}_.value=!1}};a.immediate&&v();const z=B=>{p.value=B,v(),i("paginationChange",B)},E=B=>{const A=a.beforeSearchSubmit&&a.beforeSearchSubmit(B)||B;x.value=A,p.value.page=1,v(),i("search",x.value)},N=B=>{x.value={...B},p.value.page=1,v(),i("reset",x.value)},M=()=>{v()};return t({plusSearchInstance:b,plusTableInstance:y,getList:v,handleReset:N,handleRest:N,setSearchFieldsValue:B=>{Be(B)&&Object.keys(B).forEach(A=>{Reflect.set(x.value,A,B[A])})},getSearchFieldsValue:B=>B!=null?Reflect.get(x.value,B):{...x.value},clearSearchFieldsValue:()=>{x.value={}},setTableData:(B,A)=>{f.value=B||[],g.value=A||(B==null?void 0:B.length)||0}}),(B,A)=>(e.openBlock(),e.createElementBlock("div",Vw,[B.search?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(w().search),{key:0},{default:e.withCtx(()=>[e.createVNode(e.unref(xa),e.mergeProps({ref_key:"plusSearchInstance",ref:b},B.search,{modelValue:x.value,"onUpdate:modelValue":A[0]||(A[0]=S=>x.value=S),columns:B.columns,"search-loading":e.unref(_),onSearch:E,onReset:N}),e.createSlots({_:2},[B.$slots["search-footer"]?{name:"footer",fn:e.withCtx(S=>[e.renderSlot(B.$slots,"search-footer",e.normalizeProps(e.guardReactiveProps(S)))]),key:"0"}:void 0,e.renderList(l.value,(S,H)=>({name:H,fn:e.withCtx(V=>[e.renderSlot(B.$slots,H,e.normalizeProps(e.guardReactiveProps(V)))])}))]),1040,["modelValue","columns","search-loading"])]),_:3})):e.createCommentVNode("v-if",!0),B.dividerProps?(e.openBlock(),e.createBlock(e.unref(T.ElDivider),e.normalizeProps(e.mergeProps({key:1},B.dividerProps)),null,16)):e.createCommentVNode("v-if",!0),e.renderSlot(B.$slots,"extra"),(e.openBlock(),e.createBlock(e.resolveDynamicComponent(w().table),{key:B.searchSlot,class:"plus-page__table_wrapper"},{default:e.withCtx(()=>[e.createVNode(e.unref(ya),e.mergeProps({ref_key:"plusTableInstance",ref:y,"title-bar":{refresh:!0}},B.table,{"table-data":e.unref(f),"loading-status":e.unref(_),columns:B.columns,pagination:B.pagination===!1?void 0:{...B.pagination,total:e.unref(g),modelValue:e.unref(p),pageSizeList:h.value},onPaginationChange:z,onRefresh:M}),e.createSlots({_:2},[B.$slots["table-title"]?{name:"title",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"table-title")]),key:"0"}:void 0,B.$slots["table-toolbar"]?{name:"toolbar",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"table-toolbar")]),key:"1"}:void 0,B.$slots["table-expand"]?{name:"expand",fn:e.withCtx(S=>[e.renderSlot(B.$slots,"table-expand",e.normalizeProps(e.guardReactiveProps(S)))]),key:"2"}:void 0,B.$slots["table-append"]?{name:"append",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"table-append")]),key:"3"}:void 0,B.$slots["table-empty"]?{name:"empty",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"table-empty")]),key:"4"}:void 0,e.renderList(u.value,(S,H)=>({name:H,fn:e.withCtx(V=>[e.renderSlot(B.$slots,H,e.normalizeProps(e.guardReactiveProps(V)))])}))]),1040,["table-data","loading-status","columns","pagination"])]),_:3}))]))}}),Nw=ne(Sw,[["__file","index.vue"]]);const wa=Nw;var Mw=e.defineComponent({name:"PlusStepsForm",__name:"index",props:{modelValue:{default:1},data:{default:()=>[]},submitText:{default:void 0},nextText:{default:void 0},preText:{default:void 0}},emits:["pre","next","submit","update:modelValue","change"],setup(n,{emit:t}){const r=n,o=t,{t:a}=Te(),i=e.ref();e.watchEffect(()=>{i.value=r.modelValue});const c=e.computed(()=>i.value-1),s=e.computed(()=>`step-${i.value}`),d=e.computed(()=>{var h;return(h=r.data)==null?void 0:h.reduce((f,p)=>{var g;return{...f,...(g=p.form)==null?void 0:g.modelValue}},{})}),l=(h,f)=>{o("change",h,f)},u=()=>{i.value-- >r.data.length+1&&(i.value=1),o("update:modelValue",i.value),o("pre",i.value)},m=h=>{const f=i.value;i.value=Math.min(f+1,r.data.length),o("update:modelValue",i.value),o("next",i.value,h,d.value),f===r.data.length&&i.value===r.data.length&&o("submit",i.value,h,d.value)};return(h,f)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["plus-steps-form",h.$attrs.direction==="vertical"?"plus-steps-from-vertical":""])},[e.createVNode(e.unref(T.ElSteps),e.mergeProps({active:i.value,"finish-status":"success"},h.$attrs),{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(h.data,p=>(e.openBlock(),e.createBlock(e.unref(T.ElStep),e.mergeProps({key:p.title},p),e.createSlots({_:2},[h.$slots.icon?{name:"icon",fn:e.withCtx(()=>[e.renderSlot(h.$slots,"icon",{icon:p.icon,title:p.title,description:p.description})]),key:"0"}:void 0,h.$slots.title?{name:"title",fn:e.withCtx(()=>[e.renderSlot(h.$slots,"title",{icon:p.icon,title:p.title,description:p.description})]),key:"1"}:void 0,h.$slots.description?{name:"description",fn:e.withCtx(()=>[e.renderSlot(h.$slots,"description",{icon:p.icon,title:p.title,description:p.description})]),key:"2"}:void 0]),1040))),128))]),_:3},16,["active"]),e.createVNode(e.unref(Ln),e.mergeProps(h.data[c.value].form,{"has-reset":i.value!==1,"submit-text":i.value===h.data.length?h.submitText||e.unref(a)("plus.stepsForm.submitText"):h.nextText||e.unref(a)("plus.stepsForm.nextText"),"reset-text":h.preText||e.unref(a)("plus.stepsForm.preText"),onSubmit:m,onReset:u,onChange:l}),{default:e.withCtx(()=>[h.$slots[s.value]?e.renderSlot(h.$slots,s.value,e.normalizeProps(e.mergeProps({key:0},h.data[c.value]))):e.createCommentVNode("v-if",!0)]),_:3},16,["has-reset","submit-text","reset-text"])],2))}}),Pw=ne(Mw,[["__file","index.vue"]]);const Ui=Pw;var Aw=e.defineComponent({name:"PlusBreadcrumb",__name:"index",props:{routes:{default:()=>[]},replace:{type:Boolean,default:!1},renderTitle:{}},setup(n){const t=n,r=e.getCurrentInstance(),o=e.computed(()=>r.appContext.config.globalProperties.$route),a=e.ref([]);return e.watchEffect(()=>{var i;const c=(i=t.routes)!=null&&i.length?t.routes:o.value?o.value.matched:[];a.value=c.filter(s=>{var d;return((d=s.meta)==null?void 0:d.hideInBreadcrumb)!==!0})}),(i,c)=>(e.openBlock(),e.createBlock(e.unref(T.ElBreadcrumb),e.mergeProps(i.$attrs,{class:["plus-breadcrumb",{"no-data":a.value.length===0}]}),{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.value,s=>(e.openBlock(),e.createBlock(e.unref(T.ElBreadcrumbItem),{key:s.path,class:"plus-breadcrumb-item",to:s.redirect||s.path,replace:i.replace},{default:e.withCtx(()=>{var d;return[i.renderTitle&&e.unref(K)(i.renderTitle)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(i.renderTitle),e.normalizeProps(e.mergeProps({key:0},e.unref(Fn)(s))),null,16)):i.$slots["breadcrumb-item-title"]?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createCommentVNode(" \u9762\u5305\u5C51title \u63D2\u69FD "),e.renderSlot(i.$slots,"breadcrumb-item-title",e.normalizeProps(e.guardReactiveProps(s)))],2112)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createTextVNode(e.toDisplayString(((d=s.meta)==null?void 0:d.title)||s.name||s.path),1)],64))]}),_:2},1032,["to","replace"]))),128))]),_:3},16,["class"]))}}),qw=ne(Aw,[["__file","index.vue"]]);const ba=qw,Tw={class:"plus-sidebar__item-title"},Dw={class:"plus-sidebar__item-title"};var Fw=e.defineComponent({name:"PlusSidebarItem",inheritAttrs:!1,__name:"sidebar-item",props:{parent:{},item:{},collapse:{type:Boolean,default:!1},renderMenuItem:{type:Function,default:void 0},renderSubMenuItem:{type:Function,default:void 0},renderTitle:{type:Function,default:void 0}},setup(n){const t=n,r=e.useAttrs().onClickMenuItem,a=e.getCurrentInstance().appContext.config.globalProperties.$router,i=l=>{var u;return!((u=l.children)!=null&&u.length)||!l.children.filter(h=>{var f;return((f=h.meta)==null?void 0:f.hideInMenu)!==!0}).length},c=l=>l.replace("/http","http"),s=l=>l.redirect||l.path,d=l=>{if(K(r)){r(l,t.parent);return}if(I4(c(l.path))){const u=c(l.path);window.open(u)}else a&&a.push(s(l))};return(l,u)=>{var m,h;const f=e.resolveComponent("PlusSidebarItem");return((m=l.item.meta)==null?void 0:m.hideInMenu)!==!0?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createCommentVNode(" \u6CA1\u6709\u5B50\u83DC\u5355\u7684\u60C5\u51B5 "),i(l.item)?(e.openBlock(),e.createBlock(e.unref(T.ElMenuItem),{key:s(l.item),class:"plus-sidebar__item",index:s(l.item),disabled:(h=l.item.meta)==null?void 0:h.disabled,onClick:u[0]||(u[0]=p=>d(l.item))},{title:e.withCtx(()=>{var p;return[e.createElementVNode("span",Tw,[l.renderTitle&&e.unref(K)(l.renderTitle)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(l.renderTitle),e.normalizeProps(e.mergeProps({key:0},e.unref(Fn)(l.item))),null,16)):l.$slots["sidebar-item-title"]?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createCommentVNode(" menu-item title \u63D2\u69FD "),e.renderSlot(l.$slots,"sidebar-item-title",e.normalizeProps(e.guardReactiveProps(l.item)))],2112)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createTextVNode(e.toDisplayString(((p=l.item.meta)==null?void 0:p.title)||l.item.name||l.item.path),1)],64))])]}),default:e.withCtx(()=>[l.renderMenuItem&&e.unref(K)(l.renderMenuItem)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(l.renderMenuItem),e.normalizeProps(e.mergeProps({key:0},e.unref(Fn)(l.item))),null,16)):l.$slots["sidebar-item"]?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createCommentVNode(" menu-item \u63D2\u69FD "),e.renderSlot(l.$slots,"sidebar-item",e.normalizeProps(e.guardReactiveProps(l.item)))],2112)):l.item.meta&&l.item.meta.icon?(e.openBlock(),e.createBlock(e.unref(T.ElIcon),{key:2,class:"plus-sidebar__item-icon"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(l.item.meta.icon),e.normalizeProps(e.guardReactiveProps(e.unref(Fn)(l.item))),null,16))]),_:1})):e.createCommentVNode("v-if",!0)]),_:3},8,["index","disabled"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createCommentVNode(" \u6709\u5B50\u83DC\u5355\u7684\u60C5\u51B5 "),(e.openBlock(),e.createBlock(e.unref(T.ElSubMenu),{key:s(l.item),index:s(l.item),class:"plus-sidebar__item-sub"},{title:e.withCtx(()=>{var p,g;return[e.createCommentVNode(" \u81EA\u5B9A\u4E49\u663E\u793A "),l.renderSubMenuItem&&e.unref(K)(l.renderSubMenuItem)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(l.renderSubMenuItem),e.normalizeProps(e.mergeProps({key:0},e.unref(Fn)(l.item))),null,16)):l.$slots["sidebar-sub"]?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createCommentVNode(" sub-menu \u63D2\u69FD "),e.renderSlot(l.$slots,"sidebar-sub",e.normalizeProps(e.guardReactiveProps(l.item)))],2112)):(p=l.item.meta)!=null&&p.icon?(e.openBlock(),e.createBlock(e.unref(T.ElIcon),{key:2,class:"plus-sidebar__item-icon"},{default:e.withCtx(()=>{var _;return[(e.openBlock(),e.createBlock(e.resolveDynamicComponent((_=l.item.meta)==null?void 0:_.icon),e.normalizeProps(e.guardReactiveProps(e.unref(Fn)(l.item))),null,16))]}),_:1})):e.createCommentVNode("v-if",!0),e.createElementVNode("span",Dw,[l.renderTitle&&e.unref(K)(l.renderTitle)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(l.renderTitle),e.normalizeProps(e.mergeProps({key:0},e.unref(Fn)(l.item))),null,16)):l.$slots["sidebar-item-title"]?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createCommentVNode(" sub-menu title \u63D2\u69FD "),e.renderSlot(l.$slots,"sidebar-item-title",e.normalizeProps(e.guardReactiveProps(l.item)))],2112)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createTextVNode(e.toDisplayString(((g=l.item.meta)==null?void 0:g.title)||l.item.name||l.item.path),1)],64))])]}),default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.item.children,p=>(e.openBlock(),e.createBlock(f,{key:p.path,item:p,parent:l.item,collapse:l.collapse,"render-menu-item":l.renderMenuItem,"render-sub-menu-item":l.renderSubMenuItem,"render-title":l.renderTitle,onClickMenuItem:e.unref(r)},e.createSlots({_:2},[l.$slots["sidebar-item"]?{name:"sidebar-item",fn:e.withCtx(g=>[e.renderSlot(l.$slots,"sidebar-item",e.normalizeProps(e.guardReactiveProps(g)))]),key:"0"}:void 0,l.$slots["sidebar-sub"]?{name:"sidebar-sub",fn:e.withCtx(g=>[e.renderSlot(l.$slots,"sidebar-sub",e.normalizeProps(e.guardReactiveProps(g)))]),key:"1"}:void 0,l.$slots["sidebar-item-title"]?{name:"sidebar-item-title",fn:e.withCtx(g=>[e.renderSlot(l.$slots,"sidebar-item-title",e.normalizeProps(e.guardReactiveProps(g)))]),key:"2"}:void 0]),1032,["item","parent","collapse","render-menu-item","render-sub-menu-item","render-title","onClickMenuItem"]))),128))]),_:3},8,["index"]))],2112))],64)):e.createCommentVNode("v-if",!0)}}}),Yi=ne(Fw,[["__file","sidebar-item.vue"]]),Iw=e.defineComponent({name:"PlusSidebar",__name:"index",props:{routes:{default:()=>[]},collapse:{type:Boolean,default:!1},defaultActive:{default:void 0},renderMenuItem:{type:Function,default:void 0},renderSubMenuItem:{type:Function,default:void 0},renderTitle:{type:Function,default:void 0},renderMenuExtra:{type:Function,default:void 0},scrollbarProps:{default:()=>({})},width:{default:200}},emits:["update:collapse","toggleCollapse"],setup(n,{expose:t,emit:r}){const o=n,a=r,i=e.getCurrentInstance(),c=e.computed(()=>i.appContext.config.globalProperties.$route),s=e.ref(null),d=e.ref(!1),l=e.computed(()=>Me(o.routes).sort((p,g)=>{var _,b;return(((_=p.meta)==null?void 0:_.sort)||0)-(((b=g.meta)==null?void 0:b.sort)||0)})),u=e.computed(()=>{var p,g,_,b;return((p=c.value)==null?void 0:p.redirectedFrom)&&((_=(g=c.value)==null?void 0:g.redirectedFrom)==null?void 0:_.path)||((b=c.value)==null?void 0:b.path)}),m=e.computed(()=>e.unref(o.defaultActive)||u.value),h=e.useAttrs().onClickMenuItem,f=()=>{d.value=!d.value,a("update:collapse",d.value),a("toggleCollapse",d.value)};return e.watchEffect(()=>{d.value=o.collapse}),t({collapse:d,toggleCollapse:f,plusSidebarInstance:s}),(p,g)=>(e.openBlock(),e.createBlock(e.unref(T.ElMenu),e.mergeProps({ref_key:"plusSidebarInstance",ref:s,mode:"vertical",collapse:d.value,"default-active":m.value,"collapse-transition":!0,class:["plus-sidebar",[p.$attrs.mode==="horizontal"?"is-horizontal":"is-vertical"]],ellipsis:!1,"unique-opened":""},p.$attrs),{default:e.withCtx(()=>[p.renderMenuExtra&&e.unref(K)(p.renderMenuExtra)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(p.renderMenuExtra),{key:0})):p.$slots["sidebar-extra"]?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createCommentVNode(" \u83DC\u5355\u5934\u63D2\u69FD "),e.renderSlot(p.$slots,"sidebar-extra")],2112)):e.createCommentVNode("v-if",!0),e.createVNode(e.unref(T.ElScrollbar),e.mergeProps({class:"plus-sidebar__scrollbar"},p.scrollbarProps),{default:e.withCtx(()=>[e.createCommentVNode(" \u6DFB\u52A0\u9012\u5F52\u7EC4\u4EF6\uFF0C\u7528\u6765\u751F\u6210\u591A\u7EA7\u83DC\u5355 "),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.value,_=>(e.openBlock(),e.createBlock(Yi,{key:_.path,item:_,parent:l.value,collapse:d.value,"render-menu-item":p.renderMenuItem,"render-sub-menu-item":p.renderSubMenuItem,"render-title":p.renderTitle,onClickMenuItem:e.unref(h)},e.createSlots({_:2},[p.$slots["sidebar-item"]?{name:"sidebar-item",fn:e.withCtx(b=>[e.renderSlot(p.$slots,"sidebar-item",e.normalizeProps(e.guardReactiveProps(b)))]),key:"0"}:void 0,p.$slots["sidebar-sub"]?{name:"sidebar-sub",fn:e.withCtx(b=>[e.renderSlot(p.$slots,"sidebar-sub",e.normalizeProps(e.guardReactiveProps(b)))]),key:"1"}:void 0,p.$slots["sidebar-item-title"]?{name:"sidebar-item-title",fn:e.withCtx(b=>[e.renderSlot(p.$slots,"sidebar-item-title",e.normalizeProps(e.guardReactiveProps(b)))]),key:"2"}:void 0]),1032,["item","parent","collapse","render-menu-item","render-sub-menu-item","render-title","onClickMenuItem"]))),128))]),_:3},16),p.$attrs.mode!=="horizontal"?(e.openBlock(),e.createBlock(e.unref(T.ElMenuItem),{key:2,index:"collapse",class:e.normalizeClass(["plus-sidebar__collapse",d.value?"is-collapse":""]),onClick:f},{default:e.withCtx(()=>[d.value?(e.openBlock(),e.createBlock(e.unref(T.ElIcon),{key:0},{default:e.withCtx(()=>[e.createVNode(e.unref(Ni))]),_:1})):(e.openBlock(),e.createBlock(e.unref(T.ElIcon),{key:1},{default:e.withCtx(()=>[e.createVNode(e.unref(Pi))]),_:1}))]),_:1},8,["class"])):e.createCommentVNode("v-if",!0)]),_:3},16,["collapse","default-active","class"]))}}),Hw=ne(Iw,[["__file","index.vue"]]);const va=Hw,$w=Yi,Lw={class:"plus-header__left"},Ow=["src"],Rw={key:1,class:"plus-header__title"},Uw=e.createElementVNode("div",{class:"plus-header__placeholder"},null,-1),Yw={class:"plus-header__right"},Ww={class:"plus-header__dropdown-area"},Gw=["src"],Kw={class:"plus-header__username"},Zw={key:0,class:"plus-header-placeholder"};var Xw=e.defineComponent({name:"PlusHeader",__name:"index",props:{logo:{default:"https://plus-pro-components.com/logo.png"},fixed:{type:Boolean,default:!1},title:{default:"PlusProComponents"},logoutText:{default:""},trigger:{default:"click"},userInfo:{default:()=>({})},hasUserInfo:{type:Boolean,default:!0},dropdownList:{default:()=>[]},renderHeaderLeft:{},renderHeaderRight:{}},emits:["clickDropdownItem"],setup(n,{emit:t}){const r=n,o=t,{t:a}=Te(),i={label:r.logoutText||a("plus.header.logout"),value:"logout"},c=s=>{o("clickDropdownItem",s)};return(s,d)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(e.unref(T.ElHeader),{class:e.normalizeClass(["plus-header",{"is-fixed":s.fixed}])},{default:e.withCtx(()=>[e.createElementVNode("div",Lw,[s.renderHeaderLeft&&e.unref(K)(s.renderHeaderLeft)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s.renderHeaderLeft),{key:0,logo:s.logo,title:s.title},null,8,["logo","title"])):s.$slots["header-left"]?e.renderSlot(s.$slots,"header-left",{key:1,logo:s.logo,title:s.title}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[s.logo?(e.openBlock(),e.createElementBlock("img",{key:0,src:s.logo,alt:"",class:"plus-header__logo"},null,8,Ow)):e.createCommentVNode("v-if",!0),s.title?(e.openBlock(),e.createElementBlock("h2",Rw,e.toDisplayString(s.title),1)):e.createCommentVNode("v-if",!0)],64))]),Uw,e.createElementVNode("div",Yw,[s.renderHeaderRight&&e.unref(K)(s.renderHeaderRight)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s.renderHeaderRight),{key:0,"user-info":s.userInfo,title:s.title},null,8,["user-info","title"])):s.$slots["header-right"]?e.renderSlot(s.$slots,"header-right",{key:1,userInfo:s.userInfo,title:s.title}):e.createCommentVNode("v-if",!0),s.hasUserInfo?(e.openBlock(),e.createBlock(e.unref(T.ElDropdown),{key:2,placement:"bottom-end",trigger:"click"},{dropdown:e.withCtx(()=>[e.createVNode(e.unref(T.ElDropdownMenu),{class:"header-dropdown"},{default:e.withCtx(()=>[e.createVNode(e.unref(T.ElDropdownItem),{onClick:d[0]||(d[0]=l=>c(i))},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.logoutText||e.unref(a)("plus.header.logout")),1)]),_:1}),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.dropdownList,l=>(e.openBlock(),e.createBlock(e.unref(T.ElDropdownItem),{key:l.value,onClick:u=>c(l)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(l.label),1)]),_:2},1032,["onClick"]))),128))]),_:1})]),default:e.withCtx(()=>[e.createElementVNode("span",Ww,[e.createCommentVNode(" avatar "),s.userInfo.avatar?(e.openBlock(),e.createElementBlock("img",{key:0,src:s.userInfo.avatar,alt:"",class:"plus-header__avatar"},null,8,Gw)):(e.openBlock(),e.createBlock(e.unref(T.ElIcon),{key:1,size:20,class:"plus-header__avatar"},{default:e.withCtx(()=>[e.createVNode(e.unref(Fi))]),_:1})),e.createCommentVNode(" username "),e.createElementVNode("p",Kw,e.toDisplayString(s.userInfo.username||"admin"),1),e.createVNode(e.unref(T.ElIcon),{class:"el-icon-caret-bottom el-icon--right"},{default:e.withCtx(()=>[e.createVNode(e.unref(ua))]),_:1})])]),_:1})):e.createCommentVNode("v-if",!0)])]),_:3},8,["class"]),s.fixed?(e.openBlock(),e.createElementBlock("div",Zw)):e.createCommentVNode("v-if",!0)],64))}}),Qw=ne(Xw,[["__file","index.vue"]]);const za=Qw,Jw={class:"plus-layout-main"},eb={key:0,class:"plus-layout-extra"};var nb=e.defineComponent({name:"PlusLayout",__name:"index",props:{hasSidebar:{type:Boolean,default:!0},hasHeader:{type:Boolean,default:!0},hasBreadcrumb:{type:Boolean,default:!0},sidebarProps:{default:void 0},headerProps:{default:void 0},breadcrumbProps:{default:void 0},scrollbarProps:{default:()=>({always:!0})},backtop:{type:[Boolean,Object],default:!0}},setup(n,{expose:t}){const r=n,o=ba,a=va,i=za,c=e.ref("100%"),s=e.ref(!1),d=e.ref(),l=e.ref(),u=e.computed(()=>Be(r.backtop)?r.backtop:{}),m=()=>{var h;r.hasBreadcrumb&&((h=l.value)!=null&&h.$el)&&requestAnimationFrame(()=>{var f,p;const g=(p=(f=l.value)==null?void 0:f.$el)==null?void 0:p.getBoundingClientRect().bottom;c.value=`calc(100% - ${g}px + var(--plus-header-height))`})};return e.onMounted(()=>{m()}),t({plusSidebarInstance:d}),(h,f)=>(e.openBlock(),e.createBlock(e.unref(T.ElContainer),{class:e.normalizeClass(["plus-layout",{collapse:s.value}]),style:e.normalizeStyle(h.hasHeader?void 0:"--plus-header-height: 0px")},{default:e.withCtx(()=>[e.createCommentVNode(" \u5934\u90E8 "),h.hasHeader?(e.openBlock(),e.createBlock(e.unref(i),e.normalizeProps(e.mergeProps({key:0},h.headerProps)),e.createSlots({_:2},[h.$slots["header-left"]?{name:"header-left",fn:e.withCtx(p=>[e.renderSlot(h.$slots,"header-left",e.normalizeProps(e.guardReactiveProps(p)))]),key:"0"}:void 0,h.$slots["header-right"]?{name:"header-right",fn:e.withCtx(p=>[e.renderSlot(h.$slots,"header-right",e.normalizeProps(e.guardReactiveProps(p)))]),key:"1"}:void 0]),1040)):e.createCommentVNode("v-if",!0),e.createVNode(e.unref(T.ElContainer),{class:"plus-layout-main-wrapper"},{default:e.withCtx(()=>[e.createCommentVNode(" \u4FA7\u8FB9\u680F "),h.hasSidebar?(e.openBlock(),e.createBlock(e.unref(a),e.mergeProps({key:0},h.sidebarProps,{ref_key:"plusSidebarInstance",ref:d,collapse:s.value,"onUpdate:collapse":f[0]||(f[0]=p=>s.value=p)}),e.createSlots({_:2},[h.$slots["sidebar-extra"]?{name:"sidebar-extra",fn:e.withCtx(p=>[e.renderSlot(h.$slots,"sidebar-extra",e.normalizeProps(e.guardReactiveProps(p)))]),key:"0"}:void 0,h.$slots["sidebar-item"]?{name:"sidebar-item",fn:e.withCtx(p=>[e.renderSlot(h.$slots,"sidebar-item",e.normalizeProps(e.guardReactiveProps(p)))]),key:"1"}:void 0,h.$slots["sidebar-sub"]?{name:"sidebar-sub",fn:e.withCtx(p=>[e.renderSlot(h.$slots,"sidebar-sub",e.normalizeProps(e.guardReactiveProps(p)))]),key:"2"}:void 0,h.$slots["sidebar-item-title"]?{name:"sidebar-item-title",fn:e.withCtx(p=>[e.renderSlot(h.$slots,"sidebar-item-title",e.normalizeProps(e.guardReactiveProps(p)))]),key:"3"}:void 0]),1040,["collapse"])):e.createCommentVNode("v-if",!0),e.createCommentVNode(" \u4E3B\u5185\u5BB9 "),e.createElementVNode("main",Jw,[e.createCommentVNode(" \u9762\u5305\u5C51\u4E0A\u65B9 "),h.$slots["layout-extra"]?(e.openBlock(),e.createElementBlock("div",eb,[e.renderSlot(h.$slots,"layout-extra")])):e.createCommentVNode("v-if",!0),e.createCommentVNode(" \u9762\u5305\u5C51 "),h.hasBreadcrumb?(e.openBlock(),e.createBlock(e.unref(o),e.mergeProps({key:1},h.breadcrumbProps,{ref_key:"plusBreadcrumbInstance",ref:l}),e.createSlots({_:2},[h.$slots["breadcrumb-item-title"]?{name:"breadcrumb-item-title",fn:e.withCtx(p=>[e.renderSlot(h.$slots,"breadcrumb-item-title",e.normalizeProps(e.guardReactiveProps(p)))]),key:"0"}:void 0]),1040)):e.createCommentVNode("v-if",!0),e.createVNode(e.unref(T.ElMain),{class:"plus-layout-content",style:e.normalizeStyle({height:c.value})},{default:e.withCtx(()=>[e.createVNode(e.unref(T.ElScrollbar),e.mergeProps({class:"plus-layout-main__scrollbar"},h.scrollbarProps),{default:e.withCtx(()=>[e.createVNode(e.unref(T.ElMain),null,{default:e.withCtx(()=>[e.renderSlot(h.$slots,"default")]),_:3}),h.backtop?(e.openBlock(),e.createBlock(e.unref(T.ElBacktop),e.mergeProps({key:0},u.value,{target:".plus-layout .plus-layout-main__scrollbar"}),null,16)):e.createCommentVNode("v-if",!0)]),_:3},16)]),_:3},8,["style"])])]),_:3})]),_:3},8,["style","class"]))}}),tb=ne(nb,[["__file","index.vue"]]);const Wi=tb,rb={class:"plus-check-card__avatar-wrapper"},ob={class:"plus-check-card__right-content"},ab={key:0,class:"plus-check-card__title"},lb={class:"plus-check-card__title-left"},ib={key:1,class:"plus-check-card__description"};var sb=e.defineComponent({name:"PlusCheckCard",__name:"index",props:{modelValue:{type:Boolean,default:!1},size:{default:"default"},avatar:{type:[String,Function],default:void 0},avatarProps:{default:()=>({})},title:{type:[String,Function],default:void 0},description:{type:[String,Function],default:void 0},disabled:{type:Boolean,default:!1},extra:{type:Function,default:void 0}},emits:["update:modelValue","change","extra"],setup(n,{emit:t}){const r={large:"plus-check-card--large",default:"plus-check-card--default",small:"plus-check-card--small"},o=n,a=t,i=e.reactive({checked:!1});e.watchEffect(()=>{i.checked=o.modelValue});const c=()=>o.size?r[o.size]:"plus-check-card--default",s=()=>{o.disabled||(i.checked=!i.checked,a("update:modelValue",i.checked),a("change",i.checked))},d=()=>{o.disabled||a("extra")};return(l,u)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["plus-check-card",[c(),i.checked?"plus-check-card--checked":"",l.disabled?"plus-check-card--disabled":""]]),onClick:s},[e.createElementVNode("div",rb,[e.unref(K)(l.avatar)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(l.avatar),{key:0,avatar:l.avatar,title:l.title,description:l.description},null,8,["avatar","title","description"])):l.$slots.avatar?e.renderSlot(l.$slots,"avatar",{key:1,avatar:l.avatar,title:l.title,description:l.description}):e.unref(Et)(l.avatar)?(e.openBlock(),e.createBlock(e.unref(T.ElAvatar),e.mergeProps({key:2,src:l.avatar},l.avatarProps),null,16,["src"])):e.createCommentVNode("v-if",!0)]),e.createElementVNode("div",ob,[l.title||l.$slots.title?(e.openBlock(),e.createElementBlock("div",ab,[e.createElementVNode("div",lb,[e.unref(K)(l.title)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(l.title),{key:0,avatar:l.avatar,title:l.title,description:l.description},null,8,["avatar","title","description"])):l.$slots.title?e.renderSlot(l.$slots,"title",{key:1,title:l.title,avatar:l.avatar,description:l.description}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createTextVNode(e.toDisplayString(l.title),1)],64))]),e.createElementVNode("div",{class:"plus-check-card__title-right",onClick:e.withModifiers(d,["stop"])},[e.unref(K)(l.extra)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(l.extra),{key:0,avatar:l.avatar,title:l.title,description:l.description},null,8,["avatar","title","description"])):l.$slots.extra?e.renderSlot(l.$slots,"extra",{key:1,title:l.title,avatar:l.avatar,description:l.description}):e.createCommentVNode("v-if",!0)])])):e.createCommentVNode("v-if",!0),l.description||l.$slots.description?(e.openBlock(),e.createElementBlock("div",ib,[e.unref(K)(l.description)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(l.description),{key:0,title:l.title,avatar:l.avatar,description:l.description},null,8,["title","avatar","description"])):l.$slots.description?e.renderSlot(l.$slots,"description",{key:1,title:l.title,description:l.description,avatar:l.avatar}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createTextVNode(e.toDisplayString(l.description),1)],64))])):e.createCommentVNode("v-if",!0)])],2))}}),cb=ne(sb,[["__file","index.vue"]]);const Ca=cb,ub={class:"plus-check-card-group"};var db=e.defineComponent({name:"PlusCheckCardGroup",__name:"index",props:{modelValue:{default:()=>[]},options:{default:()=>[]},size:{default:void 0},disabled:{type:Boolean,default:!1},multiple:{type:Boolean,default:!1}},emits:["update:modelValue","change","extra"],setup(n,{emit:t}){const r=n,o=t,a=e.reactive({checkList:[],checked:""});e.watchEffect(()=>{r.multiple?a.checkList=r.modelValue:a.checked=r.modelValue});const i=d=>r.multiple?a.checkList.includes(d):a.checked===d,c=(d,l)=>{if(r.multiple)d?a.checkList.push(l):a.checkList=a.checkList.filter(u=>u!==l),o("update:modelValue",a.checkList),o("change",a.checkList);else{const u=d?l:"";o("update:modelValue",u),o("change",u)}},s=d=>{r.disabled||o("extra",d)};return(d,l)=>(e.openBlock(),e.createElementBlock("div",ub,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.options,(u,m)=>(e.openBlock(),e.createBlock(e.unref(Ca),e.mergeProps({key:u.value||m,size:d.size,disabled:d.disabled},u,{"model-value":i(u.value),onChange:h=>c(h,u.value),onExtra:h=>s(u)}),e.createSlots({_:2},[d.$slots["avatar-"+u.value]||d.$slots.avatar?{name:"avatar",fn:e.withCtx(h=>[d.$slots["avatar-"+u.value]?e.renderSlot(d.$slots,"avatar-"+u.value,e.normalizeProps(e.mergeProps({key:0},h))):e.createCommentVNode("v-if",!0),d.$slots.avatar?e.renderSlot(d.$slots,"avatar",e.normalizeProps(e.mergeProps({key:1},h))):e.createCommentVNode("v-if",!0)]),key:"0"}:void 0,d.$slots["title-"+u.value]||d.$slots.title?{name:"title",fn:e.withCtx(h=>[d.$slots["title-"+u.value]?e.renderSlot(d.$slots,"title-"+u.value,e.normalizeProps(e.mergeProps({key:0},h))):e.createCommentVNode("v-if",!0),d.$slots.title?e.renderSlot(d.$slots,"title",e.normalizeProps(e.mergeProps({key:1},h))):e.createCommentVNode("v-if",!0)]),key:"1"}:void 0,d.$slots["description-"+u.value]||d.$slots.description?{name:"description",fn:e.withCtx(h=>[d.$slots["description-"+u.value]?e.renderSlot(d.$slots,"description-"+u.value,e.normalizeProps(e.mergeProps({key:0},h))):e.createCommentVNode("v-if",!0),d.$slots.description?e.renderSlot(d.$slots,"description",e.normalizeProps(e.mergeProps({key:1},h))):e.createCommentVNode("v-if",!0)]),key:"2"}:void 0,d.$slots["extra-"+u.value]||d.$slots.extra?{name:"extra",fn:e.withCtx(h=>[d.$slots["extra-"+u.value]?e.renderSlot(d.$slots,"extra-"+u.value,e.normalizeProps(e.mergeProps({key:0},h))):e.createCommentVNode("v-if",!0),d.$slots.extra?e.renderSlot(d.$slots,"extra",e.normalizeProps(e.mergeProps({key:1},h))):e.createCommentVNode("v-if",!0)]),key:"3"}:void 0]),1040,["size","disabled","model-value","onChange","onExtra"]))),128))]))}}),hb=ne(db,[["__file","index.vue"]]);const Gi=hb;/*! js-cookie v3.0.5 | MIT */function Dr(n){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)n[o]=r[o]}return n}var pb={read:function(n){return n[0]==='"'&&(n=n.slice(1,-1)),n.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(n){return encodeURIComponent(n).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function ka(n,t){function r(a,i,c){if(typeof document!="undefined"){c=Dr({},t,c),typeof c.expires=="number"&&(c.expires=new Date(Date.now()+c.expires*864e5)),c.expires&&(c.expires=c.expires.toUTCString()),a=encodeURIComponent(a).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var s="";for(var d in c)c[d]&&(s+="; "+d,c[d]!==!0&&(s+="="+c[d].split(";")[0]));return document.cookie=a+"="+n.write(i,a)+s}}function o(a){if(!(typeof document=="undefined"||arguments.length&&!a)){for(var i=document.cookie?document.cookie.split("; "):[],c={},s=0;s<i.length;s++){var d=i[s].split("="),l=d.slice(1).join("=");try{var u=decodeURIComponent(d[0]);if(c[u]=n.read(l,u),a===u)break}catch(m){}}return a?c[a]:c}}return Object.create({set:r,get:o,remove:function(a,i){r(a,"",Dr({},i,{expires:-1}))},withAttributes:function(a){return ka(this.converter,Dr({},this.attributes,a))},withConverter:function(a){return ka(Dr({},this.converter,a),this.attributes)}},{attributes:{value:Object.freeze(t)},converter:{value:Object.freeze(n)}})}ka(pb,{path:"/"});var oe=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},fb={exports:{}};(function(n,t){(function(r,o){n.exports=o()})(oe,function(){var r=1e3,o=6e4,a=36e5,i="millisecond",c="second",s="minute",d="hour",l="day",u="week",m="month",h="quarter",f="year",p="date",g="Invalid Date",_=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,b=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,y={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(k){var B=["th","st","nd","rd"],A=k%100;return"["+k+(B[(A-20)%10]||B[A]||B[0])+"]"}},x=function(k,B,A){var S=String(k);return!S||S.length>=B?k:""+Array(B+1-S.length).join(A)+k},w={s:x,z:function(k){var B=-k.utcOffset(),A=Math.abs(B),S=Math.floor(A/60),H=A%60;return(B<=0?"+":"-")+x(S,2,"0")+":"+x(H,2,"0")},m:function k(B,A){if(B.date()<A.date())return-k(A,B);var S=12*(A.year()-B.year())+(A.month()-B.month()),H=B.clone().add(S,m),V=A-H<0,O=B.clone().add(S+(V?-1:1),m);return+(-(S+(A-H)/(V?H-O:O-H))||0)},a:function(k){return k<0?Math.ceil(k)||0:Math.floor(k)},p:function(k){return{M:m,y:f,w:u,d:l,D:p,h:d,m:s,s:c,ms:i,Q:h}[k]||String(k||"").toLowerCase().replace(/s$/,"")},u:function(k){return k===void 0}},v="en",z={};z[v]=y;var E=function(k){return k instanceof j},N=function k(B,A,S){var H;if(!B)return v;if(typeof B=="string"){var V=B.toLowerCase();z[V]&&(H=V),A&&(z[V]=A,H=V);var O=B.split("-");if(!H&&O.length>1)return k(O[0])}else{var U=B.name;z[U]=B,H=U}return!S&&H&&(v=H),H||!S&&v},M=function(k,B){if(E(k))return k.clone();var A=typeof B=="object"?B:{};return A.date=k,A.args=arguments,new j(A)},C=w;C.l=N,C.i=E,C.w=function(k,B){return M(k,{locale:B.$L,utc:B.$u,x:B.$x,$offset:B.$offset})};var j=function(){function k(A){this.$L=N(A.locale,null,!0),this.parse(A)}var B=k.prototype;return B.parse=function(A){this.$d=function(S){var H=S.date,V=S.utc;if(H===null)return new Date(NaN);if(C.u(H))return new Date;if(H instanceof Date)return new Date(H);if(typeof H=="string"&&!/Z$/i.test(H)){var O=H.match(_);if(O){var U=O[2]-1||0,q=(O[7]||"0").substring(0,3);return V?new Date(Date.UTC(O[1],U,O[3]||1,O[4]||0,O[5]||0,O[6]||0,q)):new Date(O[1],U,O[3]||1,O[4]||0,O[5]||0,O[6]||0,q)}}return new Date(H)}(A),this.$x=A.x||{},this.init()},B.init=function(){var A=this.$d;this.$y=A.getFullYear(),this.$M=A.getMonth(),this.$D=A.getDate(),this.$W=A.getDay(),this.$H=A.getHours(),this.$m=A.getMinutes(),this.$s=A.getSeconds(),this.$ms=A.getMilliseconds()},B.$utils=function(){return C},B.isValid=function(){return this.$d.toString()!==g},B.isSame=function(A,S){var H=M(A);return this.startOf(S)<=H&&H<=this.endOf(S)},B.isAfter=function(A,S){return M(A)<this.startOf(S)},B.isBefore=function(A,S){return this.endOf(S)<M(A)},B.$g=function(A,S,H){return C.u(A)?this[S]:this.set(H,A)},B.unix=function(){return Math.floor(this.valueOf()/1e3)},B.valueOf=function(){return this.$d.getTime()},B.startOf=function(A,S){var H=this,V=!!C.u(S)||S,O=C.p(A),U=function(X,be){var ze=C.w(H.$u?Date.UTC(H.$y,be,X):new Date(H.$y,be,X),H);return V?ze:ze.endOf(l)},q=function(X,be){return C.w(H.toDate()[X].apply(H.toDate("s"),(V?[0,0,0,0]:[23,59,59,999]).slice(be)),H)},F=this.$W,P=this.$M,$=this.$D,Z="set"+(this.$u?"UTC":"");switch(O){case f:return V?U(1,0):U(31,11);case m:return V?U(1,P):U(0,P+1);case u:var G=this.$locale().weekStart||0,de=(F<G?F+7:F)-G;return U(V?$-de:$+(6-de),P);case l:case p:return q(Z+"Hours",0);case d:return q(Z+"Minutes",1);case s:return q(Z+"Seconds",2);case c:return q(Z+"Milliseconds",3);default:return this.clone()}},B.endOf=function(A){return this.startOf(A,!1)},B.$set=function(A,S){var H,V=C.p(A),O="set"+(this.$u?"UTC":""),U=(H={},H[l]=O+"Date",H[p]=O+"Date",H[m]=O+"Month",H[f]=O+"FullYear",H[d]=O+"Hours",H[s]=O+"Minutes",H[c]=O+"Seconds",H[i]=O+"Milliseconds",H)[V],q=V===l?this.$D+(S-this.$W):S;if(V===m||V===f){var F=this.clone().set(p,1);F.$d[U](q),F.init(),this.$d=F.set(p,Math.min(this.$D,F.daysInMonth())).$d}else U&&this.$d[U](q);return this.init(),this},B.set=function(A,S){return this.clone().$set(A,S)},B.get=function(A){return this[C.p(A)]()},B.add=function(A,S){var H,V=this;A=Number(A);var O=C.p(S),U=function(P){var $=M(V);return C.w($.date($.date()+Math.round(P*A)),V)};if(O===m)return this.set(m,this.$M+A);if(O===f)return this.set(f,this.$y+A);if(O===l)return U(1);if(O===u)return U(7);var q=(H={},H[s]=o,H[d]=a,H[c]=r,H)[O]||1,F=this.$d.getTime()+A*q;return C.w(F,this)},B.subtract=function(A,S){return this.add(-1*A,S)},B.format=function(A){var S=this,H=this.$locale();if(!this.isValid())return H.invalidDate||g;var V=A||"YYYY-MM-DDTHH:mm:ssZ",O=C.z(this),U=this.$H,q=this.$m,F=this.$M,P=H.weekdays,$=H.months,Z=function(be,ze,rn,Fe){return be&&(be[ze]||be(S,V))||rn[ze].slice(0,Fe)},G=function(be){return C.s(U%12||12,be,"0")},de=H.meridiem||function(be,ze,rn){var Fe=be<12?"AM":"PM";return rn?Fe.toLowerCase():Fe},X={YY:String(this.$y).slice(-2),YYYY:this.$y,M:F+1,MM:C.s(F+1,2,"0"),MMM:Z(H.monthsShort,F,$,3),MMMM:Z($,F),D:this.$D,DD:C.s(this.$D,2,"0"),d:String(this.$W),dd:Z(H.weekdaysMin,this.$W,P,2),ddd:Z(H.weekdaysShort,this.$W,P,3),dddd:P[this.$W],H:String(U),HH:C.s(U,2,"0"),h:G(1),hh:G(2),a:de(U,q,!0),A:de(U,q,!1),m:String(q),mm:C.s(q,2,"0"),s:String(this.$s),ss:C.s(this.$s,2,"0"),SSS:C.s(this.$ms,3,"0"),Z:O};return V.replace(b,function(be,ze){return ze||X[be]||O.replace(":","")})},B.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},B.diff=function(A,S,H){var V,O=C.p(S),U=M(A),q=(U.utcOffset()-this.utcOffset())*o,F=this-U,P=C.m(this,U);return P=(V={},V[f]=P/12,V[m]=P,V[h]=P/3,V[u]=(F-q)/6048e5,V[l]=(F-q)/864e5,V[d]=F/a,V[s]=F/o,V[c]=F/r,V)[O]||F,H?P:C.a(P)},B.daysInMonth=function(){return this.endOf(m).$D},B.$locale=function(){return z[this.$L]},B.locale=function(A,S){if(!A)return this.$L;var H=this.clone(),V=N(A,S,!0);return V&&(H.$L=V),H},B.clone=function(){return C.w(this.$d,this)},B.toDate=function(){return new Date(this.valueOf())},B.toJSON=function(){return this.isValid()?this.toISOString():null},B.toISOString=function(){return this.$d.toISOString()},B.toString=function(){return this.$d.toUTCString()},k}(),I=j.prototype;return M.prototype=I,[["$ms",i],["$s",c],["$m",s],["$H",d],["$W",l],["$M",m],["$y",f],["$D",p]].forEach(function(k){I[k[1]]=function(B){return this.$g(B,k[0],k[1])}}),M.extend=function(k,B){return k.$i||(k(B,j,M),k.$i=!0),M},M.locale=N,M.isDayjs=E,M.unix=function(k){return M(1e3*k)},M.en=z[v],M.Ls=z,M.p={},M})})(fb);var gb={exports:{}};/*! @preserve
7
+ * numeral.js
8
+ * version : 2.0.6
9
+ * author : Adam Draper
10
+ * license : MIT
11
+ * http://adamwdraper.github.com/Numeral-js/
12
+ */(function(n){(function(t,r){n.exports?n.exports=r():t.numeral=r()})(oe,function(){var t,r,o="2.0.6",a={},i={},c={currentLocale:"en",zeroFormat:null,nullFormat:null,defaultFormat:"0,0",scalePercentBy100:!0},s={currentLocale:c.currentLocale,zeroFormat:c.zeroFormat,nullFormat:c.nullFormat,defaultFormat:c.defaultFormat,scalePercentBy100:c.scalePercentBy100};function d(l,u){this._input=l,this._value=u}return t=function(l){var u,m,h,f;if(t.isNumeral(l))u=l.value();else if(l===0||typeof l=="undefined")u=0;else if(l===null||r.isNaN(l))u=null;else if(typeof l=="string")if(s.zeroFormat&&l===s.zeroFormat)u=0;else if(s.nullFormat&&l===s.nullFormat||!l.replace(/[^0-9]+/g,"").length)u=null;else{for(m in a)if(f=typeof a[m].regexps.unformat=="function"?a[m].regexps.unformat():a[m].regexps.unformat,f&&l.match(f)){h=a[m].unformat;break}h=h||t._.stringToNumber,u=h(l)}else u=Number(l)||null;return new d(l,u)},t.version=o,t.isNumeral=function(l){return l instanceof d},t._=r={numberToFormat:function(l,u,m){var h=i[t.options.currentLocale],f=!1,p=!1,g=0,_="",b=1e12,y=1e9,x=1e6,w=1e3,v="",z=!1,E,N,M,C,j,I,k;if(l=l||0,N=Math.abs(l),t._.includes(u,"(")?(f=!0,u=u.replace(/[\(|\)]/g,"")):(t._.includes(u,"+")||t._.includes(u,"-"))&&(j=t._.includes(u,"+")?u.indexOf("+"):l<0?u.indexOf("-"):-1,u=u.replace(/[\+|\-]/g,"")),t._.includes(u,"a")&&(E=u.match(/a(k|m|b|t)?/),E=E?E[1]:!1,t._.includes(u," a")&&(_=" "),u=u.replace(new RegExp(_+"a[kmbt]?"),""),N>=b&&!E||E==="t"?(_+=h.abbreviations.trillion,l=l/b):N<b&&N>=y&&!E||E==="b"?(_+=h.abbreviations.billion,l=l/y):N<y&&N>=x&&!E||E==="m"?(_+=h.abbreviations.million,l=l/x):(N<x&&N>=w&&!E||E==="k")&&(_+=h.abbreviations.thousand,l=l/w)),t._.includes(u,"[.]")&&(p=!0,u=u.replace("[.]",".")),M=l.toString().split(".")[0],C=u.split(".")[1],I=u.indexOf(","),g=(u.split(".")[0].split(",")[0].match(/0/g)||[]).length,C?(t._.includes(C,"[")?(C=C.replace("]",""),C=C.split("["),v=t._.toFixed(l,C[0].length+C[1].length,m,C[1].length)):v=t._.toFixed(l,C.length,m),M=v.split(".")[0],t._.includes(v,".")?v=h.delimiters.decimal+v.split(".")[1]:v="",p&&Number(v.slice(1))===0&&(v="")):M=t._.toFixed(l,0,m),_&&!E&&Number(M)>=1e3&&_!==h.abbreviations.trillion)switch(M=String(Number(M)/1e3),_){case h.abbreviations.thousand:_=h.abbreviations.million;break;case h.abbreviations.million:_=h.abbreviations.billion;break;case h.abbreviations.billion:_=h.abbreviations.trillion;break}if(t._.includes(M,"-")&&(M=M.slice(1),z=!0),M.length<g)for(var B=g-M.length;B>0;B--)M="0"+M;return I>-1&&(M=M.toString().replace(/(\d)(?=(\d{3})+(?!\d))/g,"$1"+h.delimiters.thousands)),u.indexOf(".")===0&&(M=""),k=M+v+(_||""),f?k=(f&&z?"(":"")+k+(f&&z?")":""):j>=0?k=j===0?(z?"-":"+")+k:k+(z?"-":"+"):z&&(k="-"+k),k},stringToNumber:function(l){var u=i[s.currentLocale],m=l,h={thousand:3,million:6,billion:9,trillion:12},f,p,g;if(s.zeroFormat&&l===s.zeroFormat)p=0;else if(s.nullFormat&&l===s.nullFormat||!l.replace(/[^0-9]+/g,"").length)p=null;else{p=1,u.delimiters.decimal!=="."&&(l=l.replace(/\./g,"").replace(u.delimiters.decimal,"."));for(f in h)if(g=new RegExp("[^a-zA-Z]"+u.abbreviations[f]+"(?:\\)|(\\"+u.currency.symbol+")?(?:\\))?)?$"),m.match(g)){p*=Math.pow(10,h[f]);break}p*=(l.split("-").length+Math.min(l.split("(").length-1,l.split(")").length-1))%2?1:-1,l=l.replace(/[^0-9\.]+/g,""),p*=Number(l)}return p},isNaN:function(l){return typeof l=="number"&&isNaN(l)},includes:function(l,u){return l.indexOf(u)!==-1},insert:function(l,u,m){return l.slice(0,m)+u+l.slice(m)},reduce:function(l,u){if(this===null)throw new TypeError("Array.prototype.reduce called on null or undefined");if(typeof u!="function")throw new TypeError(u+" is not a function");var m=Object(l),h=m.length>>>0,f=0,p;if(arguments.length===3)p=arguments[2];else{for(;f<h&&!(f in m);)f++;if(f>=h)throw new TypeError("Reduce of empty array with no initial value");p=m[f++]}for(;f<h;f++)f in m&&(p=u(p,m[f],f,m));return p},multiplier:function(l){var u=l.toString().split(".");return u.length<2?1:Math.pow(10,u[1].length)},correctionFactor:function(){var l=Array.prototype.slice.call(arguments);return l.reduce(function(u,m){var h=r.multiplier(m);return u>h?u:h},1)},toFixed:function(l,u,m,h){var f=l.toString().split("."),p=u-(h||0),g,_,b,y;return f.length===2?g=Math.min(Math.max(f[1].length,p),u):g=p,b=Math.pow(10,g),y=(m(l+"e+"+g)/b).toFixed(g),h>u-g&&(_=new RegExp("\\.?0{1,"+(h-(u-g))+"}$"),y=y.replace(_,"")),y}},t.options=s,t.formats=a,t.locales=i,t.locale=function(l){return l&&(s.currentLocale=l.toLowerCase()),s.currentLocale},t.localeData=function(l){if(!l)return i[s.currentLocale];if(l=l.toLowerCase(),!i[l])throw new Error("Unknown locale : "+l);return i[l]},t.reset=function(){for(var l in c)s[l]=c[l]},t.zeroFormat=function(l){s.zeroFormat=typeof l=="string"?l:null},t.nullFormat=function(l){s.nullFormat=typeof l=="string"?l:null},t.defaultFormat=function(l){s.defaultFormat=typeof l=="string"?l:"0.0"},t.register=function(l,u,m){if(u=u.toLowerCase(),this[l+"s"][u])throw new TypeError(u+" "+l+" already registered.");return this[l+"s"][u]=m,m},t.validate=function(l,u){var m,h,f,p,g,_,b,y;if(typeof l!="string"&&(l+="",console.warn&&console.warn("Numeral.js: Value is not string. It has been co-erced to: ",l)),l=l.trim(),l.match(/^\d+$/))return!0;if(l==="")return!1;try{b=t.localeData(u)}catch(x){b=t.localeData(t.locale())}return f=b.currency.symbol,g=b.abbreviations,m=b.delimiters.decimal,b.delimiters.thousands==="."?h="\\.":h=b.delimiters.thousands,y=l.match(/^[^\d]+/),y!==null&&(l=l.substr(1),y[0]!==f)||(y=l.match(/[^\d]+$/),y!==null&&(l=l.slice(0,-1),y[0]!==g.thousand&&y[0]!==g.million&&y[0]!==g.billion&&y[0]!==g.trillion))?!1:(_=new RegExp(h+"{2}"),l.match(/[^\d.,]/g)?!1:(p=l.split(m),p.length>2?!1:p.length<2?!!p[0].match(/^\d+.*\d$/)&&!p[0].match(_):p[0].length===1?!!p[0].match(/^\d+$/)&&!p[0].match(_)&&!!p[1].match(/^\d+$/):!!p[0].match(/^\d+.*\d$/)&&!p[0].match(_)&&!!p[1].match(/^\d+$/)))},t.fn=d.prototype={clone:function(){return t(this)},format:function(l,u){var m=this._value,h=l||s.defaultFormat,f,p,g;if(u=u||Math.round,m===0&&s.zeroFormat!==null)p=s.zeroFormat;else if(m===null&&s.nullFormat!==null)p=s.nullFormat;else{for(f in a)if(h.match(a[f].regexps.format)){g=a[f].format;break}g=g||t._.numberToFormat,p=g(m,h,u)}return p},value:function(){return this._value},input:function(){return this._input},set:function(l){return this._value=Number(l),this},add:function(l){var u=r.correctionFactor.call(null,this._value,l);function m(h,f,p,g){return h+Math.round(u*f)}return this._value=r.reduce([this._value,l],m,0)/u,this},subtract:function(l){var u=r.correctionFactor.call(null,this._value,l);function m(h,f,p,g){return h-Math.round(u*f)}return this._value=r.reduce([l],m,Math.round(this._value*u))/u,this},multiply:function(l){function u(m,h,f,p){var g=r.correctionFactor(m,h);return Math.round(m*g)*Math.round(h*g)/Math.round(g*g)}return this._value=r.reduce([this._value,l],u,1),this},divide:function(l){function u(m,h,f,p){var g=r.correctionFactor(m,h);return Math.round(m*g)/Math.round(h*g)}return this._value=r.reduce([this._value,l],u),this},difference:function(l){return Math.abs(t(this._value).subtract(l).value())}},t.register("locale","en",{delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(l){var u=l%10;return~~(l%100/10)===1?"th":u===1?"st":u===2?"nd":u===3?"rd":"th"},currency:{symbol:"$"}}),function(){t.register("format","bps",{regexps:{format:/(BPS)/,unformat:/(BPS)/},format:function(l,u,m){var h=t._.includes(u," BPS")?" ":"",f;return l=l*1e4,u=u.replace(/\s?BPS/,""),f=t._.numberToFormat(l,u,m),t._.includes(f,")")?(f=f.split(""),f.splice(-1,0,h+"BPS"),f=f.join("")):f=f+h+"BPS",f},unformat:function(l){return+(t._.stringToNumber(l)*1e-4).toFixed(15)}})}(),function(){var l={base:1e3,suffixes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]},u={base:1024,suffixes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},m=l.suffixes.concat(u.suffixes.filter(function(f){return l.suffixes.indexOf(f)<0})),h=m.join("|");h="("+h.replace("B","B(?!PS)")+")",t.register("format","bytes",{regexps:{format:/([0\s]i?b)/,unformat:new RegExp(h)},format:function(f,p,g){var _,b=t._.includes(p,"ib")?u:l,y=t._.includes(p," b")||t._.includes(p," ib")?" ":"",x,w,v;for(p=p.replace(/\s?i?b/,""),x=0;x<=b.suffixes.length;x++)if(w=Math.pow(b.base,x),v=Math.pow(b.base,x+1),f===null||f===0||f>=w&&f<v){y+=b.suffixes[x],w>0&&(f=f/w);break}return _=t._.numberToFormat(f,p,g),_+y},unformat:function(f){var p=t._.stringToNumber(f),g,_;if(p){for(g=l.suffixes.length-1;g>=0;g--){if(t._.includes(f,l.suffixes[g])){_=Math.pow(l.base,g);break}if(t._.includes(f,u.suffixes[g])){_=Math.pow(u.base,g);break}}p*=_||1}return p}})}(),function(){t.register("format","currency",{regexps:{format:/(\$)/},format:function(l,u,m){var h=t.locales[t.options.currentLocale],f={before:u.match(/^([\+|\-|\(|\s|\$]*)/)[0],after:u.match(/([\+|\-|\)|\s|\$]*)$/)[0]},p,g,_;for(u=u.replace(/\s?\$\s?/,""),p=t._.numberToFormat(l,u,m),l>=0?(f.before=f.before.replace(/[\-\(]/,""),f.after=f.after.replace(/[\-\)]/,"")):l<0&&!t._.includes(f.before,"-")&&!t._.includes(f.before,"(")&&(f.before="-"+f.before),_=0;_<f.before.length;_++)switch(g=f.before[_],g){case"$":p=t._.insert(p,h.currency.symbol,_);break;case" ":p=t._.insert(p," ",_+h.currency.symbol.length-1);break}for(_=f.after.length-1;_>=0;_--)switch(g=f.after[_],g){case"$":p=_===f.after.length-1?p+h.currency.symbol:t._.insert(p,h.currency.symbol,-(f.after.length-(1+_)));break;case" ":p=_===f.after.length-1?p+" ":t._.insert(p," ",-(f.after.length-(1+_)+h.currency.symbol.length-1));break}return p}})}(),function(){t.register("format","exponential",{regexps:{format:/(e\+|e-)/,unformat:/(e\+|e-)/},format:function(l,u,m){var h,f=typeof l=="number"&&!t._.isNaN(l)?l.toExponential():"0e+0",p=f.split("e");return u=u.replace(/e[\+|\-]{1}0/,""),h=t._.numberToFormat(Number(p[0]),u,m),h+"e"+p[1]},unformat:function(l){var u=t._.includes(l,"e+")?l.split("e+"):l.split("e-"),m=Number(u[0]),h=Number(u[1]);h=t._.includes(l,"e-")?h*=-1:h;function f(p,g,_,b){var y=t._.correctionFactor(p,g),x=p*y*(g*y)/(y*y);return x}return t._.reduce([m,Math.pow(10,h)],f,1)}})}(),function(){t.register("format","ordinal",{regexps:{format:/(o)/},format:function(l,u,m){var h=t.locales[t.options.currentLocale],f,p=t._.includes(u," o")?" ":"";return u=u.replace(/\s?o/,""),p+=h.ordinal(l),f=t._.numberToFormat(l,u,m),f+p}})}(),function(){t.register("format","percentage",{regexps:{format:/(%)/,unformat:/(%)/},format:function(l,u,m){var h=t._.includes(u," %")?" ":"",f;return t.options.scalePercentBy100&&(l=l*100),u=u.replace(/\s?\%/,""),f=t._.numberToFormat(l,u,m),t._.includes(f,")")?(f=f.split(""),f.splice(-1,0,h+"%"),f=f.join("")):f=f+h+"%",f},unformat:function(l){var u=t._.stringToNumber(l);return t.options.scalePercentBy100?u*.01:u}})}(),function(){t.register("format","time",{regexps:{format:/(:)/,unformat:/(:)/},format:function(l,u,m){var h=Math.floor(l/60/60),f=Math.floor((l-h*60*60)/60),p=Math.round(l-h*60*60-f*60);return h+":"+(f<10?"0"+f:f)+":"+(p<10?"0"+p:p)},unformat:function(l){var u=l.split(":"),m=0;return u.length===3?(m=m+Number(u[0])*60*60,m=m+Number(u[1])*60,m=m+Number(u[2])):u.length===2&&(m=m+Number(u[0])*60,m=m+Number(u[1])),Number(m)}})}(),t})})(gb);var Ki={exports:{}};/*!
13
+ * accounting.js v0.4.1
14
+ * Copyright 2014 Open Exchange Rates
15
+ *
16
+ * Freely distributable under the MIT license.
17
+ * Portions of accounting.js are inspired or borrowed from underscore.js
18
+ *
19
+ * Full details and documentation:
20
+ * http://openexchangerates.github.io/accounting.js/
21
+ */(function(n,t){(function(r,o){var a={};a.version="0.4.1",a.settings={currency:{symbol:"$",format:"%s%v",decimal:".",thousand:",",precision:2,grouping:3},number:{precision:0,grouping:3,thousand:",",decimal:"."}};var i=Array.prototype.map,c=Array.isArray,s=Object.prototype.toString;function d(x){return!!(x===""||x&&x.charCodeAt&&x.substr)}function l(x){return c?c(x):s.call(x)==="[object Array]"}function u(x){return x&&s.call(x)==="[object Object]"}function m(x,w){var v;x=x||{},w=w||{};for(v in w)w.hasOwnProperty(v)&&x[v]==null&&(x[v]=w[v]);return x}function h(x,w,v){var z=[],E,N;if(!x)return z;if(i&&x.map===i)return x.map(w,v);for(E=0,N=x.length;E<N;E++)z[E]=w.call(v,x[E],E,x);return z}function f(x,w){return x=Math.round(Math.abs(x)),isNaN(x)?w:x}function p(x){var w=a.settings.currency.format;return typeof x=="function"&&(x=x()),d(x)&&x.match("%v")?{pos:x,neg:x.replace("-","").replace("%v","-%v"),zero:x}:!x||!x.pos||!x.pos.match("%v")?d(w)?a.settings.currency.format={pos:w,neg:w.replace("%v","-%v"),zero:w}:w:x}var g=a.unformat=a.parse=function(x,w){if(l(x))return h(x,function(E){return g(E,w)});if(x=x||0,typeof x=="number")return x;w=w||a.settings.number.decimal;var v=new RegExp("[^0-9-"+w+"]",["g"]),z=parseFloat((""+x).replace(/\((.*)\)/,"-$1").replace(v,"").replace(w,"."));return isNaN(z)?0:z},_=a.toFixed=function(x,w){w=f(w,a.settings.number.precision);var v=Math.pow(10,w);return(Math.round(a.unformat(x)*v)/v).toFixed(w)},b=a.formatNumber=a.format=function(x,w,v,z){if(l(x))return h(x,function(I){return b(I,w,v,z)});x=g(x);var E=m(u(w)?w:{precision:w,thousand:v,decimal:z},a.settings.number),N=f(E.precision),M=x<0?"-":"",C=parseInt(_(Math.abs(x||0),N),10)+"",j=C.length>3?C.length%3:0;return M+(j?C.substr(0,j)+E.thousand:"")+C.substr(j).replace(/(\d{3})(?=\d)/g,"$1"+E.thousand)+(N?E.decimal+_(Math.abs(x),N).split(".")[1]:"")},y=a.formatMoney=function(x,w,v,z,E,N){if(l(x))return h(x,function(I){return y(I,w,v,z,E,N)});x=g(x);var M=m(u(w)?w:{symbol:w,precision:v,thousand:z,decimal:E,format:N},a.settings.currency),C=p(M.format),j=x>0?C.pos:x<0?C.neg:C.zero;return j.replace("%s",M.symbol).replace("%v",b(Math.abs(x),f(M.precision),M.thousand,M.decimal))};a.formatColumn=function(x,w,v,z,E,N){if(!x)return[];var M=m(u(w)?w:{symbol:w,precision:v,thousand:z,decimal:E,format:N},a.settings.currency),C=p(M.format),j=C.pos.indexOf("%s")<C.pos.indexOf("%v"),I=0,k=h(x,function(B,A){if(l(B))return a.formatColumn(B,M);B=g(B);var S=B>0?C.pos:B<0?C.neg:C.zero,H=S.replace("%s",M.symbol).replace("%v",b(Math.abs(B),f(M.precision),M.thousand,M.decimal));return H.length>I&&(I=H.length),H});return h(k,function(B,A){return d(B)&&B.length<I?j?B.replace(M.symbol,M.symbol+new Array(I-B.length+1).join(" ")):new Array(I-B.length+1).join(" ")+B:B})},n.exports&&(t=n.exports=a),t.accounting=a})()})(Ki,Ki.exports);var Zi=Object.assign||function(n){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(n[o]=r[o])}return n},Xi=typeof window=="undefined",On={version:"1.1.1",storage:Xi?null:window.localStorage,session:{storage:Xi?null:window.sessionStorage}},Qi={set:function(t,r){if(!this.disabled)return r===void 0?this.remove(t):(this.storage.setItem(t,mb(r)),r)},get:function(t,r){if(this.disabled)return r;var o=_b(this.storage.getItem(t));return o===void 0?r:o},has:function(t){return this.get(t)!==void 0},remove:function(t){this.disabled||this.storage.removeItem(t)},clear:function(){this.disabled||this.storage.clear()},getAll:function(){if(this.disabled)return null;var t={};return this.forEach(function(r,o){t[r]=o}),t},forEach:function(t){if(!this.disabled)for(var r=0;r<this.storage.length;r++){var o=this.storage.key(r);t(o,this.get(o))}}};Zi(On,Qi),Zi(On.session,Qi);function mb(n){return JSON.stringify(n)}function _b(n){if(typeof n=="string")try{return JSON.parse(n)}catch(t){return n||void 0}}try{var $t="__storejs__";On.set($t,$t),On.get($t)!==$t&&(On.disabled=!0),On.remove($t)}catch(n){On.disabled=!0}var yb={exports:{}};function xb(n){throw new Error('Could not dynamically require "'+n+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Ba={exports:{}},Ji;function ce(){return Ji||(Ji=1,function(n,t){(function(r,o){n.exports=o()})(oe,function(){var r=r||function(o,a){var i;if(typeof window!="undefined"&&window.crypto&&(i=window.crypto),typeof self!="undefined"&&self.crypto&&(i=self.crypto),typeof globalThis!="undefined"&&globalThis.crypto&&(i=globalThis.crypto),!i&&typeof window!="undefined"&&window.msCrypto&&(i=window.msCrypto),!i&&typeof oe!="undefined"&&oe.crypto&&(i=oe.crypto),!i&&typeof xb=="function")try{i=require("crypto")}catch(y){}var c=function(){if(i){if(typeof i.getRandomValues=="function")try{return i.getRandomValues(new Uint32Array(1))[0]}catch(y){}if(typeof i.randomBytes=="function")try{return i.randomBytes(4).readInt32LE()}catch(y){}}throw new Error("Native crypto module could not be used to get secure random number.")},s=Object.create||function(){function y(){}return function(x){var w;return y.prototype=x,w=new y,y.prototype=null,w}}(),d={},l=d.lib={},u=l.Base=function(){return{extend:function(y){var x=s(this);return y&&x.mixIn(y),(!x.hasOwnProperty("init")||this.init===x.init)&&(x.init=function(){x.$super.init.apply(this,arguments)}),x.init.prototype=x,x.$super=this,x},create:function(){var y=this.extend();return y.init.apply(y,arguments),y},init:function(){},mixIn:function(y){for(var x in y)y.hasOwnProperty(x)&&(this[x]=y[x]);y.hasOwnProperty("toString")&&(this.toString=y.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),m=l.WordArray=u.extend({init:function(y,x){y=this.words=y||[],x!=a?this.sigBytes=x:this.sigBytes=y.length*4},toString:function(y){return(y||f).stringify(this)},concat:function(y){var x=this.words,w=y.words,v=this.sigBytes,z=y.sigBytes;if(this.clamp(),v%4)for(var E=0;E<z;E++){var N=w[E>>>2]>>>24-E%4*8&255;x[v+E>>>2]|=N<<24-(v+E)%4*8}else for(var M=0;M<z;M+=4)x[v+M>>>2]=w[M>>>2];return this.sigBytes+=z,this},clamp:function(){var y=this.words,x=this.sigBytes;y[x>>>2]&=4294967295<<32-x%4*8,y.length=o.ceil(x/4)},clone:function(){var y=u.clone.call(this);return y.words=this.words.slice(0),y},random:function(y){for(var x=[],w=0;w<y;w+=4)x.push(c());return new m.init(x,y)}}),h=d.enc={},f=h.Hex={stringify:function(y){for(var x=y.words,w=y.sigBytes,v=[],z=0;z<w;z++){var E=x[z>>>2]>>>24-z%4*8&255;v.push((E>>>4).toString(16)),v.push((E&15).toString(16))}return v.join("")},parse:function(y){for(var x=y.length,w=[],v=0;v<x;v+=2)w[v>>>3]|=parseInt(y.substr(v,2),16)<<24-v%8*4;return new m.init(w,x/2)}},p=h.Latin1={stringify:function(y){for(var x=y.words,w=y.sigBytes,v=[],z=0;z<w;z++){var E=x[z>>>2]>>>24-z%4*8&255;v.push(String.fromCharCode(E))}return v.join("")},parse:function(y){for(var x=y.length,w=[],v=0;v<x;v++)w[v>>>2]|=(y.charCodeAt(v)&255)<<24-v%4*8;return new m.init(w,x)}},g=h.Utf8={stringify:function(y){try{return decodeURIComponent(escape(p.stringify(y)))}catch(x){throw new Error("Malformed UTF-8 data")}},parse:function(y){return p.parse(unescape(encodeURIComponent(y)))}},_=l.BufferedBlockAlgorithm=u.extend({reset:function(){this._data=new m.init,this._nDataBytes=0},_append:function(y){typeof y=="string"&&(y=g.parse(y)),this._data.concat(y),this._nDataBytes+=y.sigBytes},_process:function(y){var x,w=this._data,v=w.words,z=w.sigBytes,E=this.blockSize,N=E*4,M=z/N;y?M=o.ceil(M):M=o.max((M|0)-this._minBufferSize,0);var C=M*E,j=o.min(C*4,z);if(C){for(var I=0;I<C;I+=E)this._doProcessBlock(v,I);x=v.splice(0,C),w.sigBytes-=j}return new m.init(x,j)},clone:function(){var y=u.clone.call(this);return y._data=this._data.clone(),y},_minBufferSize:0});l.Hasher=_.extend({cfg:u.extend(),init:function(y){this.cfg=this.cfg.extend(y),this.reset()},reset:function(){_.reset.call(this),this._doReset()},update:function(y){return this._append(y),this._process(),this},finalize:function(y){y&&this._append(y);var x=this._doFinalize();return x},blockSize:16,_createHelper:function(y){return function(x,w){return new y.init(w).finalize(x)}},_createHmacHelper:function(y){return function(x,w){return new b.HMAC.init(y,w).finalize(x)}}});var b=d.algo={};return d}(Math);return r})}(Ba)),Ba.exports}var Ea={exports:{}},es;function Fr(){return es||(es=1,function(n,t){(function(r,o){n.exports=o(ce())})(oe,function(r){return function(o){var a=r,i=a.lib,c=i.Base,s=i.WordArray,d=a.x64={};d.Word=c.extend({init:function(l,u){this.high=l,this.low=u}}),d.WordArray=c.extend({init:function(l,u){l=this.words=l||[],u!=o?this.sigBytes=u:this.sigBytes=l.length*8},toX32:function(){for(var l=this.words,u=l.length,m=[],h=0;h<u;h++){var f=l[h];m.push(f.high),m.push(f.low)}return s.create(m,this.sigBytes)},clone:function(){for(var l=c.clone.call(this),u=l.words=this.words.slice(0),m=u.length,h=0;h<m;h++)u[h]=u[h].clone();return l}})}(),r})}(Ea)),Ea.exports}var ja={exports:{}},ns;function wb(){return ns||(ns=1,function(n,t){(function(r,o){n.exports=o(ce())})(oe,function(r){return function(){if(typeof ArrayBuffer=="function"){var o=r,a=o.lib,i=a.WordArray,c=i.init,s=i.init=function(d){if(d instanceof ArrayBuffer&&(d=new Uint8Array(d)),(d instanceof Int8Array||typeof Uint8ClampedArray!="undefined"&&d instanceof Uint8ClampedArray||d instanceof Int16Array||d instanceof Uint16Array||d instanceof Int32Array||d instanceof Uint32Array||d instanceof Float32Array||d instanceof Float64Array)&&(d=new Uint8Array(d.buffer,d.byteOffset,d.byteLength)),d instanceof Uint8Array){for(var l=d.byteLength,u=[],m=0;m<l;m++)u[m>>>2]|=d[m]<<24-m%4*8;c.call(this,u,l)}else c.apply(this,arguments)};s.prototype=i}}(),r.lib.WordArray})}(ja)),ja.exports}var Va={exports:{}},ts;function bb(){return ts||(ts=1,function(n,t){(function(r,o){n.exports=o(ce())})(oe,function(r){return function(){var o=r,a=o.lib,i=a.WordArray,c=o.enc;c.Utf16=c.Utf16BE={stringify:function(d){for(var l=d.words,u=d.sigBytes,m=[],h=0;h<u;h+=2){var f=l[h>>>2]>>>16-h%4*8&65535;m.push(String.fromCharCode(f))}return m.join("")},parse:function(d){for(var l=d.length,u=[],m=0;m<l;m++)u[m>>>1]|=d.charCodeAt(m)<<16-m%2*16;return i.create(u,l*2)}},c.Utf16LE={stringify:function(d){for(var l=d.words,u=d.sigBytes,m=[],h=0;h<u;h+=2){var f=s(l[h>>>2]>>>16-h%4*8&65535);m.push(String.fromCharCode(f))}return m.join("")},parse:function(d){for(var l=d.length,u=[],m=0;m<l;m++)u[m>>>1]|=s(d.charCodeAt(m)<<16-m%2*16);return i.create(u,l*2)}};function s(d){return d<<8&4278255360|d>>>8&16711935}}(),r.enc.Utf16})}(Va)),Va.exports}var Sa={exports:{}},rs;function it(){return rs||(rs=1,function(n,t){(function(r,o){n.exports=o(ce())})(oe,function(r){return function(){var o=r,a=o.lib,i=a.WordArray,c=o.enc;c.Base64={stringify:function(d){var l=d.words,u=d.sigBytes,m=this._map;d.clamp();for(var h=[],f=0;f<u;f+=3)for(var p=l[f>>>2]>>>24-f%4*8&255,g=l[f+1>>>2]>>>24-(f+1)%4*8&255,_=l[f+2>>>2]>>>24-(f+2)%4*8&255,b=p<<16|g<<8|_,y=0;y<4&&f+y*.75<u;y++)h.push(m.charAt(b>>>6*(3-y)&63));var x=m.charAt(64);if(x)for(;h.length%4;)h.push(x);return h.join("")},parse:function(d){var l=d.length,u=this._map,m=this._reverseMap;if(!m){m=this._reverseMap=[];for(var h=0;h<u.length;h++)m[u.charCodeAt(h)]=h}var f=u.charAt(64);if(f){var p=d.indexOf(f);p!==-1&&(l=p)}return s(d,l,m)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function s(d,l,u){for(var m=[],h=0,f=0;f<l;f++)if(f%4){var p=u[d.charCodeAt(f-1)]<<f%4*2,g=u[d.charCodeAt(f)]>>>6-f%4*2,_=p|g;m[h>>>2]|=_<<24-h%4*8,h++}return i.create(m,h)}}(),r.enc.Base64})}(Sa)),Sa.exports}var Na={exports:{}},os;function vb(){return os||(os=1,function(n,t){(function(r,o){n.exports=o(ce())})(oe,function(r){return function(){var o=r,a=o.lib,i=a.WordArray,c=o.enc;c.Base64url={stringify:function(d,l=!0){var u=d.words,m=d.sigBytes,h=l?this._safe_map:this._map;d.clamp();for(var f=[],p=0;p<m;p+=3)for(var g=u[p>>>2]>>>24-p%4*8&255,_=u[p+1>>>2]>>>24-(p+1)%4*8&255,b=u[p+2>>>2]>>>24-(p+2)%4*8&255,y=g<<16|_<<8|b,x=0;x<4&&p+x*.75<m;x++)f.push(h.charAt(y>>>6*(3-x)&63));var w=h.charAt(64);if(w)for(;f.length%4;)f.push(w);return f.join("")},parse:function(d,l=!0){var u=d.length,m=l?this._safe_map:this._map,h=this._reverseMap;if(!h){h=this._reverseMap=[];for(var f=0;f<m.length;f++)h[m.charCodeAt(f)]=f}var p=m.charAt(64);if(p){var g=d.indexOf(p);g!==-1&&(u=g)}return s(d,u,h)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function s(d,l,u){for(var m=[],h=0,f=0;f<l;f++)if(f%4){var p=u[d.charCodeAt(f-1)]<<f%4*2,g=u[d.charCodeAt(f)]>>>6-f%4*2,_=p|g;m[h>>>2]|=_<<24-h%4*8,h++}return i.create(m,h)}}(),r.enc.Base64url})}(Na)),Na.exports}var Ma={exports:{}},as;function st(){return as||(as=1,function(n,t){(function(r,o){n.exports=o(ce())})(oe,function(r){return function(o){var a=r,i=a.lib,c=i.WordArray,s=i.Hasher,d=a.algo,l=[];(function(){for(var g=0;g<64;g++)l[g]=o.abs(o.sin(g+1))*4294967296|0})();var u=d.MD5=s.extend({_doReset:function(){this._hash=new c.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(g,_){for(var b=0;b<16;b++){var y=_+b,x=g[y];g[y]=(x<<8|x>>>24)&16711935|(x<<24|x>>>8)&4278255360}var w=this._hash.words,v=g[_+0],z=g[_+1],E=g[_+2],N=g[_+3],M=g[_+4],C=g[_+5],j=g[_+6],I=g[_+7],k=g[_+8],B=g[_+9],A=g[_+10],S=g[_+11],H=g[_+12],V=g[_+13],O=g[_+14],U=g[_+15],q=w[0],F=w[1],P=w[2],$=w[3];q=m(q,F,P,$,v,7,l[0]),$=m($,q,F,P,z,12,l[1]),P=m(P,$,q,F,E,17,l[2]),F=m(F,P,$,q,N,22,l[3]),q=m(q,F,P,$,M,7,l[4]),$=m($,q,F,P,C,12,l[5]),P=m(P,$,q,F,j,17,l[6]),F=m(F,P,$,q,I,22,l[7]),q=m(q,F,P,$,k,7,l[8]),$=m($,q,F,P,B,12,l[9]),P=m(P,$,q,F,A,17,l[10]),F=m(F,P,$,q,S,22,l[11]),q=m(q,F,P,$,H,7,l[12]),$=m($,q,F,P,V,12,l[13]),P=m(P,$,q,F,O,17,l[14]),F=m(F,P,$,q,U,22,l[15]),q=h(q,F,P,$,z,5,l[16]),$=h($,q,F,P,j,9,l[17]),P=h(P,$,q,F,S,14,l[18]),F=h(F,P,$,q,v,20,l[19]),q=h(q,F,P,$,C,5,l[20]),$=h($,q,F,P,A,9,l[21]),P=h(P,$,q,F,U,14,l[22]),F=h(F,P,$,q,M,20,l[23]),q=h(q,F,P,$,B,5,l[24]),$=h($,q,F,P,O,9,l[25]),P=h(P,$,q,F,N,14,l[26]),F=h(F,P,$,q,k,20,l[27]),q=h(q,F,P,$,V,5,l[28]),$=h($,q,F,P,E,9,l[29]),P=h(P,$,q,F,I,14,l[30]),F=h(F,P,$,q,H,20,l[31]),q=f(q,F,P,$,C,4,l[32]),$=f($,q,F,P,k,11,l[33]),P=f(P,$,q,F,S,16,l[34]),F=f(F,P,$,q,O,23,l[35]),q=f(q,F,P,$,z,4,l[36]),$=f($,q,F,P,M,11,l[37]),P=f(P,$,q,F,I,16,l[38]),F=f(F,P,$,q,A,23,l[39]),q=f(q,F,P,$,V,4,l[40]),$=f($,q,F,P,v,11,l[41]),P=f(P,$,q,F,N,16,l[42]),F=f(F,P,$,q,j,23,l[43]),q=f(q,F,P,$,B,4,l[44]),$=f($,q,F,P,H,11,l[45]),P=f(P,$,q,F,U,16,l[46]),F=f(F,P,$,q,E,23,l[47]),q=p(q,F,P,$,v,6,l[48]),$=p($,q,F,P,I,10,l[49]),P=p(P,$,q,F,O,15,l[50]),F=p(F,P,$,q,C,21,l[51]),q=p(q,F,P,$,H,6,l[52]),$=p($,q,F,P,N,10,l[53]),P=p(P,$,q,F,A,15,l[54]),F=p(F,P,$,q,z,21,l[55]),q=p(q,F,P,$,k,6,l[56]),$=p($,q,F,P,U,10,l[57]),P=p(P,$,q,F,j,15,l[58]),F=p(F,P,$,q,V,21,l[59]),q=p(q,F,P,$,M,6,l[60]),$=p($,q,F,P,S,10,l[61]),P=p(P,$,q,F,E,15,l[62]),F=p(F,P,$,q,B,21,l[63]),w[0]=w[0]+q|0,w[1]=w[1]+F|0,w[2]=w[2]+P|0,w[3]=w[3]+$|0},_doFinalize:function(){var g=this._data,_=g.words,b=this._nDataBytes*8,y=g.sigBytes*8;_[y>>>5]|=128<<24-y%32;var x=o.floor(b/4294967296),w=b;_[(y+64>>>9<<4)+15]=(x<<8|x>>>24)&16711935|(x<<24|x>>>8)&4278255360,_[(y+64>>>9<<4)+14]=(w<<8|w>>>24)&16711935|(w<<24|w>>>8)&4278255360,g.sigBytes=(_.length+1)*4,this._process();for(var v=this._hash,z=v.words,E=0;E<4;E++){var N=z[E];z[E]=(N<<8|N>>>24)&16711935|(N<<24|N>>>8)&4278255360}return v},clone:function(){var g=s.clone.call(this);return g._hash=this._hash.clone(),g}});function m(g,_,b,y,x,w,v){var z=g+(_&b|~_&y)+x+v;return(z<<w|z>>>32-w)+_}function h(g,_,b,y,x,w,v){var z=g+(_&y|b&~y)+x+v;return(z<<w|z>>>32-w)+_}function f(g,_,b,y,x,w,v){var z=g+(_^b^y)+x+v;return(z<<w|z>>>32-w)+_}function p(g,_,b,y,x,w,v){var z=g+(b^(_|~y))+x+v;return(z<<w|z>>>32-w)+_}a.MD5=s._createHelper(u),a.HmacMD5=s._createHmacHelper(u)}(Math),r.MD5})}(Ma)),Ma.exports}var Pa={exports:{}},ls;function Aa(){return ls||(ls=1,function(n,t){(function(r,o){n.exports=o(ce())})(oe,function(r){return function(){var o=r,a=o.lib,i=a.WordArray,c=a.Hasher,s=o.algo,d=[],l=s.SHA1=c.extend({_doReset:function(){this._hash=new i.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(u,m){for(var h=this._hash.words,f=h[0],p=h[1],g=h[2],_=h[3],b=h[4],y=0;y<80;y++){if(y<16)d[y]=u[m+y]|0;else{var x=d[y-3]^d[y-8]^d[y-14]^d[y-16];d[y]=x<<1|x>>>31}var w=(f<<5|f>>>27)+b+d[y];y<20?w+=(p&g|~p&_)+1518500249:y<40?w+=(p^g^_)+1859775393:y<60?w+=(p&g|p&_|g&_)-1894007588:w+=(p^g^_)-899497514,b=_,_=g,g=p<<30|p>>>2,p=f,f=w}h[0]=h[0]+f|0,h[1]=h[1]+p|0,h[2]=h[2]+g|0,h[3]=h[3]+_|0,h[4]=h[4]+b|0},_doFinalize:function(){var u=this._data,m=u.words,h=this._nDataBytes*8,f=u.sigBytes*8;return m[f>>>5]|=128<<24-f%32,m[(f+64>>>9<<4)+14]=Math.floor(h/4294967296),m[(f+64>>>9<<4)+15]=h,u.sigBytes=m.length*4,this._process(),this._hash},clone:function(){var u=c.clone.call(this);return u._hash=this._hash.clone(),u}});o.SHA1=c._createHelper(l),o.HmacSHA1=c._createHmacHelper(l)}(),r.SHA1})}(Pa)),Pa.exports}var qa={exports:{}},is;function ss(){return is||(is=1,function(n,t){(function(r,o){n.exports=o(ce())})(oe,function(r){return function(o){var a=r,i=a.lib,c=i.WordArray,s=i.Hasher,d=a.algo,l=[],u=[];(function(){function f(b){for(var y=o.sqrt(b),x=2;x<=y;x++)if(!(b%x))return!1;return!0}function p(b){return(b-(b|0))*4294967296|0}for(var g=2,_=0;_<64;)f(g)&&(_<8&&(l[_]=p(o.pow(g,1/2))),u[_]=p(o.pow(g,1/3)),_++),g++})();var m=[],h=d.SHA256=s.extend({_doReset:function(){this._hash=new c.init(l.slice(0))},_doProcessBlock:function(f,p){for(var g=this._hash.words,_=g[0],b=g[1],y=g[2],x=g[3],w=g[4],v=g[5],z=g[6],E=g[7],N=0;N<64;N++){if(N<16)m[N]=f[p+N]|0;else{var M=m[N-15],C=(M<<25|M>>>7)^(M<<14|M>>>18)^M>>>3,j=m[N-2],I=(j<<15|j>>>17)^(j<<13|j>>>19)^j>>>10;m[N]=C+m[N-7]+I+m[N-16]}var k=w&v^~w&z,B=_&b^_&y^b&y,A=(_<<30|_>>>2)^(_<<19|_>>>13)^(_<<10|_>>>22),S=(w<<26|w>>>6)^(w<<21|w>>>11)^(w<<7|w>>>25),H=E+S+k+u[N]+m[N],V=A+B;E=z,z=v,v=w,w=x+H|0,x=y,y=b,b=_,_=H+V|0}g[0]=g[0]+_|0,g[1]=g[1]+b|0,g[2]=g[2]+y|0,g[3]=g[3]+x|0,g[4]=g[4]+w|0,g[5]=g[5]+v|0,g[6]=g[6]+z|0,g[7]=g[7]+E|0},_doFinalize:function(){var f=this._data,p=f.words,g=this._nDataBytes*8,_=f.sigBytes*8;return p[_>>>5]|=128<<24-_%32,p[(_+64>>>9<<4)+14]=o.floor(g/4294967296),p[(_+64>>>9<<4)+15]=g,f.sigBytes=p.length*4,this._process(),this._hash},clone:function(){var f=s.clone.call(this);return f._hash=this._hash.clone(),f}});a.SHA256=s._createHelper(h),a.HmacSHA256=s._createHmacHelper(h)}(Math),r.SHA256})}(qa)),qa.exports}var Ta={exports:{}},cs;function zb(){return cs||(cs=1,function(n,t){(function(r,o,a){n.exports=o(ce(),ss())})(oe,function(r){return function(){var o=r,a=o.lib,i=a.WordArray,c=o.algo,s=c.SHA256,d=c.SHA224=s.extend({_doReset:function(){this._hash=new i.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var l=s._doFinalize.call(this);return l.sigBytes-=4,l}});o.SHA224=s._createHelper(d),o.HmacSHA224=s._createHmacHelper(d)}(),r.SHA224})}(Ta)),Ta.exports}var Da={exports:{}},us;function ds(){return us||(us=1,function(n,t){(function(r,o,a){n.exports=o(ce(),Fr())})(oe,function(r){return function(){var o=r,a=o.lib,i=a.Hasher,c=o.x64,s=c.Word,d=c.WordArray,l=o.algo;function u(){return s.create.apply(s,arguments)}var m=[u(1116352408,3609767458),u(1899447441,602891725),u(3049323471,3964484399),u(3921009573,2173295548),u(961987163,4081628472),u(1508970993,3053834265),u(2453635748,2937671579),u(2870763221,3664609560),u(3624381080,2734883394),u(310598401,1164996542),u(607225278,1323610764),u(1426881987,3590304994),u(1925078388,4068182383),u(2162078206,991336113),u(2614888103,633803317),u(3248222580,3479774868),u(3835390401,2666613458),u(4022224774,944711139),u(264347078,2341262773),u(604807628,2007800933),u(770255983,1495990901),u(1249150122,1856431235),u(1555081692,3175218132),u(1996064986,2198950837),u(2554220882,3999719339),u(2821834349,766784016),u(2952996808,2566594879),u(3210313671,3203337956),u(3336571891,1034457026),u(3584528711,2466948901),u(113926993,3758326383),u(338241895,168717936),u(666307205,1188179964),u(773529912,1546045734),u(1294757372,1522805485),u(1396182291,2643833823),u(1695183700,2343527390),u(1986661051,1014477480),u(2177026350,1206759142),u(2456956037,344077627),u(2730485921,1290863460),u(2820302411,3158454273),u(3259730800,3505952657),u(3345764771,106217008),u(3516065817,3606008344),u(3600352804,1432725776),u(4094571909,1467031594),u(275423344,851169720),u(430227734,3100823752),u(506948616,1363258195),u(659060556,3750685593),u(883997877,3785050280),u(958139571,3318307427),u(1322822218,3812723403),u(1537002063,2003034995),u(1747873779,3602036899),u(1955562222,1575990012),u(2024104815,1125592928),u(2227730452,2716904306),u(2361852424,442776044),u(2428436474,593698344),u(2756734187,3733110249),u(3204031479,2999351573),u(3329325298,3815920427),u(3391569614,3928383900),u(3515267271,566280711),u(3940187606,3454069534),u(4118630271,4000239992),u(116418474,1914138554),u(174292421,2731055270),u(289380356,3203993006),u(460393269,320620315),u(685471733,587496836),u(852142971,1086792851),u(1017036298,365543100),u(1126000580,2618297676),u(1288033470,3409855158),u(1501505948,4234509866),u(1607167915,987167468),u(1816402316,1246189591)],h=[];(function(){for(var p=0;p<80;p++)h[p]=u()})();var f=l.SHA512=i.extend({_doReset:function(){this._hash=new d.init([new s.init(1779033703,4089235720),new s.init(3144134277,2227873595),new s.init(1013904242,4271175723),new s.init(2773480762,1595750129),new s.init(1359893119,2917565137),new s.init(2600822924,725511199),new s.init(528734635,4215389547),new s.init(1541459225,327033209)])},_doProcessBlock:function(p,g){for(var _=this._hash.words,b=_[0],y=_[1],x=_[2],w=_[3],v=_[4],z=_[5],E=_[6],N=_[7],M=b.high,C=b.low,j=y.high,I=y.low,k=x.high,B=x.low,A=w.high,S=w.low,H=v.high,V=v.low,O=z.high,U=z.low,q=E.high,F=E.low,P=N.high,$=N.low,Z=M,G=C,de=j,X=I,be=k,ze=B,rn=A,Fe=S,Ae=H,xe=V,Kn=O,Sn=U,L=q,R=F,W=P,Q=$,te=0;te<80;te++){var ie,ge,pe=h[te];if(te<16)ge=pe.high=p[g+te*2]|0,ie=pe.low=p[g+te*2+1]|0;else{var fe=h[te-15],se=fe.high,ae=fe.low,je=(se>>>1|ae<<31)^(se>>>8|ae<<24)^se>>>7,Ie=(ae>>>1|se<<31)^(ae>>>8|se<<24)^(ae>>>7|se<<25),Oe=h[te-2],qe=Oe.high,Qe=Oe.low,Zn=(qe>>>19|Qe<<13)^(qe<<3|Qe>>>29)^qe>>>6,Xn=(Qe>>>19|qe<<13)^(Qe<<3|qe>>>29)^(Qe>>>6|qe<<26),zn=h[te-7],Cn=zn.high,co=zn.low,Jt=h[te-16],Dl=Jt.high,cn=Jt.low;ie=Ie+co,ge=je+Cn+(ie>>>0<Ie>>>0?1:0),ie=ie+Xn,ge=ge+Zn+(ie>>>0<Xn>>>0?1:0),ie=ie+cn,ge=ge+Dl+(ie>>>0<cn>>>0?1:0),pe.high=ge,pe.low=ie}var er=Ae&Kn^~Ae&L,un=xe&Sn^~xe&R,xk=Z&de^Z&be^de&be,wk=G&X^G&ze^X&ze,bk=(Z>>>28|G<<4)^(Z<<30|G>>>2)^(Z<<25|G>>>7),g2=(G>>>28|Z<<4)^(G<<30|Z>>>2)^(G<<25|Z>>>7),vk=(Ae>>>14|xe<<18)^(Ae>>>18|xe<<14)^(Ae<<23|xe>>>9),zk=(xe>>>14|Ae<<18)^(xe>>>18|Ae<<14)^(xe<<23|Ae>>>9),m2=m[te],Ck=m2.high,_2=m2.low,Ke=Q+zk,Nn=W+vk+(Ke>>>0<Q>>>0?1:0),Ke=Ke+un,Nn=Nn+er+(Ke>>>0<un>>>0?1:0),Ke=Ke+_2,Nn=Nn+Ck+(Ke>>>0<_2>>>0?1:0),Ke=Ke+ie,Nn=Nn+ge+(Ke>>>0<ie>>>0?1:0),y2=g2+wk,kk=bk+xk+(y2>>>0<g2>>>0?1:0);W=L,Q=R,L=Kn,R=Sn,Kn=Ae,Sn=xe,xe=Fe+Ke|0,Ae=rn+Nn+(xe>>>0<Fe>>>0?1:0)|0,rn=be,Fe=ze,be=de,ze=X,de=Z,X=G,G=Ke+y2|0,Z=Nn+kk+(G>>>0<Ke>>>0?1:0)|0}C=b.low=C+G,b.high=M+Z+(C>>>0<G>>>0?1:0),I=y.low=I+X,y.high=j+de+(I>>>0<X>>>0?1:0),B=x.low=B+ze,x.high=k+be+(B>>>0<ze>>>0?1:0),S=w.low=S+Fe,w.high=A+rn+(S>>>0<Fe>>>0?1:0),V=v.low=V+xe,v.high=H+Ae+(V>>>0<xe>>>0?1:0),U=z.low=U+Sn,z.high=O+Kn+(U>>>0<Sn>>>0?1:0),F=E.low=F+R,E.high=q+L+(F>>>0<R>>>0?1:0),$=N.low=$+Q,N.high=P+W+($>>>0<Q>>>0?1:0)},_doFinalize:function(){var p=this._data,g=p.words,_=this._nDataBytes*8,b=p.sigBytes*8;g[b>>>5]|=128<<24-b%32,g[(b+128>>>10<<5)+30]=Math.floor(_/4294967296),g[(b+128>>>10<<5)+31]=_,p.sigBytes=g.length*4,this._process();var y=this._hash.toX32();return y},clone:function(){var p=i.clone.call(this);return p._hash=this._hash.clone(),p},blockSize:1024/32});o.SHA512=i._createHelper(f),o.HmacSHA512=i._createHmacHelper(f)}(),r.SHA512})}(Da)),Da.exports}var Fa={exports:{}},hs;function Cb(){return hs||(hs=1,function(n,t){(function(r,o,a){n.exports=o(ce(),Fr(),ds())})(oe,function(r){return function(){var o=r,a=o.x64,i=a.Word,c=a.WordArray,s=o.algo,d=s.SHA512,l=s.SHA384=d.extend({_doReset:function(){this._hash=new c.init([new i.init(3418070365,3238371032),new i.init(1654270250,914150663),new i.init(2438529370,812702999),new i.init(355462360,4144912697),new i.init(1731405415,4290775857),new i.init(2394180231,1750603025),new i.init(3675008525,1694076839),new i.init(1203062813,3204075428)])},_doFinalize:function(){var u=d._doFinalize.call(this);return u.sigBytes-=16,u}});o.SHA384=d._createHelper(l),o.HmacSHA384=d._createHmacHelper(l)}(),r.SHA384})}(Fa)),Fa.exports}var Ia={exports:{}},ps;function kb(){return ps||(ps=1,function(n,t){(function(r,o,a){n.exports=o(ce(),Fr())})(oe,function(r){return function(o){var a=r,i=a.lib,c=i.WordArray,s=i.Hasher,d=a.x64,l=d.Word,u=a.algo,m=[],h=[],f=[];(function(){for(var _=1,b=0,y=0;y<24;y++){m[_+5*b]=(y+1)*(y+2)/2%64;var x=b%5,w=(2*_+3*b)%5;_=x,b=w}for(var _=0;_<5;_++)for(var b=0;b<5;b++)h[_+5*b]=b+(2*_+3*b)%5*5;for(var v=1,z=0;z<24;z++){for(var E=0,N=0,M=0;M<7;M++){if(v&1){var C=(1<<M)-1;C<32?N^=1<<C:E^=1<<C-32}v&128?v=v<<1^113:v<<=1}f[z]=l.create(E,N)}})();var p=[];(function(){for(var _=0;_<25;_++)p[_]=l.create()})();var g=u.SHA3=s.extend({cfg:s.cfg.extend({outputLength:512}),_doReset:function(){for(var _=this._state=[],b=0;b<25;b++)_[b]=new l.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(_,b){for(var y=this._state,x=this.blockSize/2,w=0;w<x;w++){var v=_[b+2*w],z=_[b+2*w+1];v=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360,z=(z<<8|z>>>24)&16711935|(z<<24|z>>>8)&4278255360;var E=y[w];E.high^=z,E.low^=v}for(var N=0;N<24;N++){for(var M=0;M<5;M++){for(var C=0,j=0,I=0;I<5;I++){var E=y[M+5*I];C^=E.high,j^=E.low}var k=p[M];k.high=C,k.low=j}for(var M=0;M<5;M++)for(var B=p[(M+4)%5],A=p[(M+1)%5],S=A.high,H=A.low,C=B.high^(S<<1|H>>>31),j=B.low^(H<<1|S>>>31),I=0;I<5;I++){var E=y[M+5*I];E.high^=C,E.low^=j}for(var V=1;V<25;V++){var C,j,E=y[V],O=E.high,U=E.low,q=m[V];q<32?(C=O<<q|U>>>32-q,j=U<<q|O>>>32-q):(C=U<<q-32|O>>>64-q,j=O<<q-32|U>>>64-q);var F=p[h[V]];F.high=C,F.low=j}var P=p[0],$=y[0];P.high=$.high,P.low=$.low;for(var M=0;M<5;M++)for(var I=0;I<5;I++){var V=M+5*I,E=y[V],Z=p[V],G=p[(M+1)%5+5*I],de=p[(M+2)%5+5*I];E.high=Z.high^~G.high&de.high,E.low=Z.low^~G.low&de.low}var E=y[0],X=f[N];E.high^=X.high,E.low^=X.low}},_doFinalize:function(){var _=this._data,b=_.words;this._nDataBytes*8;var y=_.sigBytes*8,x=this.blockSize*32;b[y>>>5]|=1<<24-y%32,b[(o.ceil((y+1)/x)*x>>>5)-1]|=128,_.sigBytes=b.length*4,this._process();for(var w=this._state,v=this.cfg.outputLength/8,z=v/8,E=[],N=0;N<z;N++){var M=w[N],C=M.high,j=M.low;C=(C<<8|C>>>24)&16711935|(C<<24|C>>>8)&4278255360,j=(j<<8|j>>>24)&16711935|(j<<24|j>>>8)&4278255360,E.push(j),E.push(C)}return new c.init(E,v)},clone:function(){for(var _=s.clone.call(this),b=_._state=this._state.slice(0),y=0;y<25;y++)b[y]=b[y].clone();return _}});a.SHA3=s._createHelper(g),a.HmacSHA3=s._createHmacHelper(g)}(Math),r.SHA3})}(Ia)),Ia.exports}var Ha={exports:{}},fs;function Bb(){return fs||(fs=1,function(n,t){(function(r,o){n.exports=o(ce())})(oe,function(r){/** @preserve
22
+ (c) 2012 by Cédric Mesnil. All rights reserved.
23
+
24
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
25
+
26
+ - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
27
+ - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
28
+
29
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
+ */return function(o){var a=r,i=a.lib,c=i.WordArray,s=i.Hasher,d=a.algo,l=c.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),u=c.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),m=c.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),h=c.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),f=c.create([0,1518500249,1859775393,2400959708,2840853838]),p=c.create([1352829926,1548603684,1836072691,2053994217,0]),g=d.RIPEMD160=s.extend({_doReset:function(){this._hash=c.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(z,E){for(var N=0;N<16;N++){var M=E+N,C=z[M];z[M]=(C<<8|C>>>24)&16711935|(C<<24|C>>>8)&4278255360}var j=this._hash.words,I=f.words,k=p.words,B=l.words,A=u.words,S=m.words,H=h.words,V,O,U,q,F,P,$,Z,G,de;P=V=j[0],$=O=j[1],Z=U=j[2],G=q=j[3],de=F=j[4];for(var X,N=0;N<80;N+=1)X=V+z[E+B[N]]|0,N<16?X+=_(O,U,q)+I[0]:N<32?X+=b(O,U,q)+I[1]:N<48?X+=y(O,U,q)+I[2]:N<64?X+=x(O,U,q)+I[3]:X+=w(O,U,q)+I[4],X=X|0,X=v(X,S[N]),X=X+F|0,V=F,F=q,q=v(U,10),U=O,O=X,X=P+z[E+A[N]]|0,N<16?X+=w($,Z,G)+k[0]:N<32?X+=x($,Z,G)+k[1]:N<48?X+=y($,Z,G)+k[2]:N<64?X+=b($,Z,G)+k[3]:X+=_($,Z,G)+k[4],X=X|0,X=v(X,H[N]),X=X+de|0,P=de,de=G,G=v(Z,10),Z=$,$=X;X=j[1]+U+G|0,j[1]=j[2]+q+de|0,j[2]=j[3]+F+P|0,j[3]=j[4]+V+$|0,j[4]=j[0]+O+Z|0,j[0]=X},_doFinalize:function(){var z=this._data,E=z.words,N=this._nDataBytes*8,M=z.sigBytes*8;E[M>>>5]|=128<<24-M%32,E[(M+64>>>9<<4)+14]=(N<<8|N>>>24)&16711935|(N<<24|N>>>8)&4278255360,z.sigBytes=(E.length+1)*4,this._process();for(var C=this._hash,j=C.words,I=0;I<5;I++){var k=j[I];j[I]=(k<<8|k>>>24)&16711935|(k<<24|k>>>8)&4278255360}return C},clone:function(){var z=s.clone.call(this);return z._hash=this._hash.clone(),z}});function _(z,E,N){return z^E^N}function b(z,E,N){return z&E|~z&N}function y(z,E,N){return(z|~E)^N}function x(z,E,N){return z&N|E&~N}function w(z,E,N){return z^(E|~N)}function v(z,E){return z<<E|z>>>32-E}a.RIPEMD160=s._createHelper(g),a.HmacRIPEMD160=s._createHmacHelper(g)}(),r.RIPEMD160})}(Ha)),Ha.exports}var $a={exports:{}},gs;function La(){return gs||(gs=1,function(n,t){(function(r,o){n.exports=o(ce())})(oe,function(r){(function(){var o=r,a=o.lib,i=a.Base,c=o.enc,s=c.Utf8,d=o.algo;d.HMAC=i.extend({init:function(l,u){l=this._hasher=new l.init,typeof u=="string"&&(u=s.parse(u));var m=l.blockSize,h=m*4;u.sigBytes>h&&(u=l.finalize(u)),u.clamp();for(var f=this._oKey=u.clone(),p=this._iKey=u.clone(),g=f.words,_=p.words,b=0;b<m;b++)g[b]^=1549556828,_[b]^=909522486;f.sigBytes=p.sigBytes=h,this.reset()},reset:function(){var l=this._hasher;l.reset(),l.update(this._iKey)},update:function(l){return this._hasher.update(l),this},finalize:function(l){var u=this._hasher,m=u.finalize(l);u.reset();var h=u.finalize(this._oKey.clone().concat(m));return h}})})()})}($a)),$a.exports}var Oa={exports:{}},ms;function Eb(){return ms||(ms=1,function(n,t){(function(r,o,a){n.exports=o(ce(),Aa(),La())})(oe,function(r){return function(){var o=r,a=o.lib,i=a.Base,c=a.WordArray,s=o.algo,d=s.SHA1,l=s.HMAC,u=s.PBKDF2=i.extend({cfg:i.extend({keySize:128/32,hasher:d,iterations:1}),init:function(m){this.cfg=this.cfg.extend(m)},compute:function(m,h){for(var f=this.cfg,p=l.create(f.hasher,m),g=c.create(),_=c.create([1]),b=g.words,y=_.words,x=f.keySize,w=f.iterations;b.length<x;){var v=p.update(h).finalize(_);p.reset();for(var z=v.words,E=z.length,N=v,M=1;M<w;M++){N=p.finalize(N),p.reset();for(var C=N.words,j=0;j<E;j++)z[j]^=C[j]}g.concat(v),y[0]++}return g.sigBytes=x*4,g}});o.PBKDF2=function(m,h,f){return u.create(f).compute(m,h)}}(),r.PBKDF2})}(Oa)),Oa.exports}var Ra={exports:{}},_s;function Rn(){return _s||(_s=1,function(n,t){(function(r,o,a){n.exports=o(ce(),Aa(),La())})(oe,function(r){return function(){var o=r,a=o.lib,i=a.Base,c=a.WordArray,s=o.algo,d=s.MD5,l=s.EvpKDF=i.extend({cfg:i.extend({keySize:128/32,hasher:d,iterations:1}),init:function(u){this.cfg=this.cfg.extend(u)},compute:function(u,m){for(var h,f=this.cfg,p=f.hasher.create(),g=c.create(),_=g.words,b=f.keySize,y=f.iterations;_.length<b;){h&&p.update(h),h=p.update(u).finalize(m),p.reset();for(var x=1;x<y;x++)h=p.finalize(h),p.reset();g.concat(h)}return g.sigBytes=b*4,g}});o.EvpKDF=function(u,m,h){return l.create(h).compute(u,m)}}(),r.EvpKDF})}(Ra)),Ra.exports}var Ua={exports:{}},ys;function Se(){return ys||(ys=1,function(n,t){(function(r,o,a){n.exports=o(ce(),Rn())})(oe,function(r){r.lib.Cipher||function(o){var a=r,i=a.lib,c=i.Base,s=i.WordArray,d=i.BufferedBlockAlgorithm,l=a.enc;l.Utf8;var u=l.Base64,m=a.algo,h=m.EvpKDF,f=i.Cipher=d.extend({cfg:c.extend(),createEncryptor:function(C,j){return this.create(this._ENC_XFORM_MODE,C,j)},createDecryptor:function(C,j){return this.create(this._DEC_XFORM_MODE,C,j)},init:function(C,j,I){this.cfg=this.cfg.extend(I),this._xformMode=C,this._key=j,this.reset()},reset:function(){d.reset.call(this),this._doReset()},process:function(C){return this._append(C),this._process()},finalize:function(C){C&&this._append(C);var j=this._doFinalize();return j},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function C(j){return typeof j=="string"?M:z}return function(j){return{encrypt:function(I,k,B){return C(k).encrypt(j,I,k,B)},decrypt:function(I,k,B){return C(k).decrypt(j,I,k,B)}}}}()});i.StreamCipher=f.extend({_doFinalize:function(){var C=this._process(!0);return C},blockSize:1});var p=a.mode={},g=i.BlockCipherMode=c.extend({createEncryptor:function(C,j){return this.Encryptor.create(C,j)},createDecryptor:function(C,j){return this.Decryptor.create(C,j)},init:function(C,j){this._cipher=C,this._iv=j}}),_=p.CBC=function(){var C=g.extend();C.Encryptor=C.extend({processBlock:function(I,k){var B=this._cipher,A=B.blockSize;j.call(this,I,k,A),B.encryptBlock(I,k),this._prevBlock=I.slice(k,k+A)}}),C.Decryptor=C.extend({processBlock:function(I,k){var B=this._cipher,A=B.blockSize,S=I.slice(k,k+A);B.decryptBlock(I,k),j.call(this,I,k,A),this._prevBlock=S}});function j(I,k,B){var A,S=this._iv;S?(A=S,this._iv=o):A=this._prevBlock;for(var H=0;H<B;H++)I[k+H]^=A[H]}return C}(),b=a.pad={},y=b.Pkcs7={pad:function(C,j){for(var I=j*4,k=I-C.sigBytes%I,B=k<<24|k<<16|k<<8|k,A=[],S=0;S<k;S+=4)A.push(B);var H=s.create(A,k);C.concat(H)},unpad:function(C){var j=C.words[C.sigBytes-1>>>2]&255;C.sigBytes-=j}};i.BlockCipher=f.extend({cfg:f.cfg.extend({mode:_,padding:y}),reset:function(){var C;f.reset.call(this);var j=this.cfg,I=j.iv,k=j.mode;this._xformMode==this._ENC_XFORM_MODE?C=k.createEncryptor:(C=k.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==C?this._mode.init(this,I&&I.words):(this._mode=C.call(k,this,I&&I.words),this._mode.__creator=C)},_doProcessBlock:function(C,j){this._mode.processBlock(C,j)},_doFinalize:function(){var C,j=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(j.pad(this._data,this.blockSize),C=this._process(!0)):(C=this._process(!0),j.unpad(C)),C},blockSize:128/32});var x=i.CipherParams=c.extend({init:function(C){this.mixIn(C)},toString:function(C){return(C||this.formatter).stringify(this)}}),w=a.format={},v=w.OpenSSL={stringify:function(C){var j,I=C.ciphertext,k=C.salt;return k?j=s.create([1398893684,1701076831]).concat(k).concat(I):j=I,j.toString(u)},parse:function(C){var j,I=u.parse(C),k=I.words;return k[0]==1398893684&&k[1]==1701076831&&(j=s.create(k.slice(2,4)),k.splice(0,4),I.sigBytes-=16),x.create({ciphertext:I,salt:j})}},z=i.SerializableCipher=c.extend({cfg:c.extend({format:v}),encrypt:function(C,j,I,k){k=this.cfg.extend(k);var B=C.createEncryptor(I,k),A=B.finalize(j),S=B.cfg;return x.create({ciphertext:A,key:I,iv:S.iv,algorithm:C,mode:S.mode,padding:S.padding,blockSize:C.blockSize,formatter:k.format})},decrypt:function(C,j,I,k){k=this.cfg.extend(k),j=this._parse(j,k.format);var B=C.createDecryptor(I,k).finalize(j.ciphertext);return B},_parse:function(C,j){return typeof C=="string"?j.parse(C,this):C}}),E=a.kdf={},N=E.OpenSSL={execute:function(C,j,I,k){k||(k=s.random(64/8));var B=h.create({keySize:j+I}).compute(C,k),A=s.create(B.words.slice(j),I*4);return B.sigBytes=j*4,x.create({key:B,iv:A,salt:k})}},M=i.PasswordBasedCipher=z.extend({cfg:z.cfg.extend({kdf:N}),encrypt:function(C,j,I,k){k=this.cfg.extend(k);var B=k.kdf.execute(I,C.keySize,C.ivSize);k.iv=B.iv;var A=z.encrypt.call(this,C,j,B.key,k);return A.mixIn(B),A},decrypt:function(C,j,I,k){k=this.cfg.extend(k),j=this._parse(j,k.format);var B=k.kdf.execute(I,C.keySize,C.ivSize,j.salt);k.iv=B.iv;var A=z.decrypt.call(this,C,j,B.key,k);return A}})}()})}(Ua)),Ua.exports}var Ya={exports:{}},xs;function jb(){return xs||(xs=1,function(n,t){(function(r,o,a){n.exports=o(ce(),Se())})(oe,function(r){return r.mode.CFB=function(){var o=r.lib.BlockCipherMode.extend();o.Encryptor=o.extend({processBlock:function(i,c){var s=this._cipher,d=s.blockSize;a.call(this,i,c,d,s),this._prevBlock=i.slice(c,c+d)}}),o.Decryptor=o.extend({processBlock:function(i,c){var s=this._cipher,d=s.blockSize,l=i.slice(c,c+d);a.call(this,i,c,d,s),this._prevBlock=l}});function a(i,c,s,d){var l,u=this._iv;u?(l=u.slice(0),this._iv=void 0):l=this._prevBlock,d.encryptBlock(l,0);for(var m=0;m<s;m++)i[c+m]^=l[m]}return o}(),r.mode.CFB})}(Ya)),Ya.exports}var Wa={exports:{}},ws;function Vb(){return ws||(ws=1,function(n,t){(function(r,o,a){n.exports=o(ce(),Se())})(oe,function(r){return r.mode.CTR=function(){var o=r.lib.BlockCipherMode.extend(),a=o.Encryptor=o.extend({processBlock:function(i,c){var s=this._cipher,d=s.blockSize,l=this._iv,u=this._counter;l&&(u=this._counter=l.slice(0),this._iv=void 0);var m=u.slice(0);s.encryptBlock(m,0),u[d-1]=u[d-1]+1|0;for(var h=0;h<d;h++)i[c+h]^=m[h]}});return o.Decryptor=a,o}(),r.mode.CTR})}(Wa)),Wa.exports}var Ga={exports:{}},bs;function Sb(){return bs||(bs=1,function(n,t){(function(r,o,a){n.exports=o(ce(),Se())})(oe,function(r){/** @preserve
31
+ * Counter block mode compatible with Dr Brian Gladman fileenc.c
32
+ * derived from CryptoJS.mode.CTR
33
+ * Jan Hruby jhruby.web@gmail.com
34
+ */return r.mode.CTRGladman=function(){var o=r.lib.BlockCipherMode.extend();function a(s){if((s>>24&255)===255){var d=s>>16&255,l=s>>8&255,u=s&255;d===255?(d=0,l===255?(l=0,u===255?u=0:++u):++l):++d,s=0,s+=d<<16,s+=l<<8,s+=u}else s+=1<<24;return s}function i(s){return(s[0]=a(s[0]))===0&&(s[1]=a(s[1])),s}var c=o.Encryptor=o.extend({processBlock:function(s,d){var l=this._cipher,u=l.blockSize,m=this._iv,h=this._counter;m&&(h=this._counter=m.slice(0),this._iv=void 0),i(h);var f=h.slice(0);l.encryptBlock(f,0);for(var p=0;p<u;p++)s[d+p]^=f[p]}});return o.Decryptor=c,o}(),r.mode.CTRGladman})}(Ga)),Ga.exports}var Ka={exports:{}},vs;function Nb(){return vs||(vs=1,function(n,t){(function(r,o,a){n.exports=o(ce(),Se())})(oe,function(r){return r.mode.OFB=function(){var o=r.lib.BlockCipherMode.extend(),a=o.Encryptor=o.extend({processBlock:function(i,c){var s=this._cipher,d=s.blockSize,l=this._iv,u=this._keystream;l&&(u=this._keystream=l.slice(0),this._iv=void 0),s.encryptBlock(u,0);for(var m=0;m<d;m++)i[c+m]^=u[m]}});return o.Decryptor=a,o}(),r.mode.OFB})}(Ka)),Ka.exports}var Za={exports:{}},zs;function Mb(){return zs||(zs=1,function(n,t){(function(r,o,a){n.exports=o(ce(),Se())})(oe,function(r){return r.mode.ECB=function(){var o=r.lib.BlockCipherMode.extend();return o.Encryptor=o.extend({processBlock:function(a,i){this._cipher.encryptBlock(a,i)}}),o.Decryptor=o.extend({processBlock:function(a,i){this._cipher.decryptBlock(a,i)}}),o}(),r.mode.ECB})}(Za)),Za.exports}var Xa={exports:{}},Cs;function Pb(){return Cs||(Cs=1,function(n,t){(function(r,o,a){n.exports=o(ce(),Se())})(oe,function(r){return r.pad.AnsiX923={pad:function(o,a){var i=o.sigBytes,c=a*4,s=c-i%c,d=i+s-1;o.clamp(),o.words[d>>>2]|=s<<24-d%4*8,o.sigBytes+=s},unpad:function(o){var a=o.words[o.sigBytes-1>>>2]&255;o.sigBytes-=a}},r.pad.Ansix923})}(Xa)),Xa.exports}var Qa={exports:{}},ks;function Ab(){return ks||(ks=1,function(n,t){(function(r,o,a){n.exports=o(ce(),Se())})(oe,function(r){return r.pad.Iso10126={pad:function(o,a){var i=a*4,c=i-o.sigBytes%i;o.concat(r.lib.WordArray.random(c-1)).concat(r.lib.WordArray.create([c<<24],1))},unpad:function(o){var a=o.words[o.sigBytes-1>>>2]&255;o.sigBytes-=a}},r.pad.Iso10126})}(Qa)),Qa.exports}var Ja={exports:{}},Bs;function qb(){return Bs||(Bs=1,function(n,t){(function(r,o,a){n.exports=o(ce(),Se())})(oe,function(r){return r.pad.Iso97971={pad:function(o,a){o.concat(r.lib.WordArray.create([2147483648],1)),r.pad.ZeroPadding.pad(o,a)},unpad:function(o){r.pad.ZeroPadding.unpad(o),o.sigBytes--}},r.pad.Iso97971})}(Ja)),Ja.exports}var el={exports:{}},Es;function Tb(){return Es||(Es=1,function(n,t){(function(r,o,a){n.exports=o(ce(),Se())})(oe,function(r){return r.pad.ZeroPadding={pad:function(o,a){var i=a*4;o.clamp(),o.sigBytes+=i-(o.sigBytes%i||i)},unpad:function(o){for(var a=o.words,i=o.sigBytes-1,i=o.sigBytes-1;i>=0;i--)if(a[i>>>2]>>>24-i%4*8&255){o.sigBytes=i+1;break}}},r.pad.ZeroPadding})}(el)),el.exports}var nl={exports:{}},js;function Db(){return js||(js=1,function(n,t){(function(r,o,a){n.exports=o(ce(),Se())})(oe,function(r){return r.pad.NoPadding={pad:function(){},unpad:function(){}},r.pad.NoPadding})}(nl)),nl.exports}var tl={exports:{}},Vs;function Fb(){return Vs||(Vs=1,function(n,t){(function(r,o,a){n.exports=o(ce(),Se())})(oe,function(r){return function(o){var a=r,i=a.lib,c=i.CipherParams,s=a.enc,d=s.Hex,l=a.format;l.Hex={stringify:function(u){return u.ciphertext.toString(d)},parse:function(u){var m=d.parse(u);return c.create({ciphertext:m})}}}(),r.format.Hex})}(tl)),tl.exports}var rl={exports:{}},Ss;function Ib(){return Ss||(Ss=1,function(n,t){(function(r,o,a){n.exports=o(ce(),it(),st(),Rn(),Se())})(oe,function(r){return function(){var o=r,a=o.lib,i=a.BlockCipher,c=o.algo,s=[],d=[],l=[],u=[],m=[],h=[],f=[],p=[],g=[],_=[];(function(){for(var x=[],w=0;w<256;w++)w<128?x[w]=w<<1:x[w]=w<<1^283;for(var v=0,z=0,w=0;w<256;w++){var E=z^z<<1^z<<2^z<<3^z<<4;E=E>>>8^E&255^99,s[v]=E,d[E]=v;var N=x[v],M=x[N],C=x[M],j=x[E]*257^E*16843008;l[v]=j<<24|j>>>8,u[v]=j<<16|j>>>16,m[v]=j<<8|j>>>24,h[v]=j;var j=C*16843009^M*65537^N*257^v*16843008;f[E]=j<<24|j>>>8,p[E]=j<<16|j>>>16,g[E]=j<<8|j>>>24,_[E]=j,v?(v=N^x[x[x[C^N]]],z^=x[x[z]]):v=z=1}})();var b=[0,1,2,4,8,16,32,64,128,27,54],y=c.AES=i.extend({_doReset:function(){var x;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var w=this._keyPriorReset=this._key,v=w.words,z=w.sigBytes/4,E=this._nRounds=z+6,N=(E+1)*4,M=this._keySchedule=[],C=0;C<N;C++)C<z?M[C]=v[C]:(x=M[C-1],C%z?z>6&&C%z==4&&(x=s[x>>>24]<<24|s[x>>>16&255]<<16|s[x>>>8&255]<<8|s[x&255]):(x=x<<8|x>>>24,x=s[x>>>24]<<24|s[x>>>16&255]<<16|s[x>>>8&255]<<8|s[x&255],x^=b[C/z|0]<<24),M[C]=M[C-z]^x);for(var j=this._invKeySchedule=[],I=0;I<N;I++){var C=N-I;if(I%4)var x=M[C];else var x=M[C-4];I<4||C<=4?j[I]=x:j[I]=f[s[x>>>24]]^p[s[x>>>16&255]]^g[s[x>>>8&255]]^_[s[x&255]]}}},encryptBlock:function(x,w){this._doCryptBlock(x,w,this._keySchedule,l,u,m,h,s)},decryptBlock:function(x,w){var v=x[w+1];x[w+1]=x[w+3],x[w+3]=v,this._doCryptBlock(x,w,this._invKeySchedule,f,p,g,_,d);var v=x[w+1];x[w+1]=x[w+3],x[w+3]=v},_doCryptBlock:function(x,w,v,z,E,N,M,C){for(var j=this._nRounds,I=x[w]^v[0],k=x[w+1]^v[1],B=x[w+2]^v[2],A=x[w+3]^v[3],S=4,H=1;H<j;H++){var V=z[I>>>24]^E[k>>>16&255]^N[B>>>8&255]^M[A&255]^v[S++],O=z[k>>>24]^E[B>>>16&255]^N[A>>>8&255]^M[I&255]^v[S++],U=z[B>>>24]^E[A>>>16&255]^N[I>>>8&255]^M[k&255]^v[S++],q=z[A>>>24]^E[I>>>16&255]^N[k>>>8&255]^M[B&255]^v[S++];I=V,k=O,B=U,A=q}var V=(C[I>>>24]<<24|C[k>>>16&255]<<16|C[B>>>8&255]<<8|C[A&255])^v[S++],O=(C[k>>>24]<<24|C[B>>>16&255]<<16|C[A>>>8&255]<<8|C[I&255])^v[S++],U=(C[B>>>24]<<24|C[A>>>16&255]<<16|C[I>>>8&255]<<8|C[k&255])^v[S++],q=(C[A>>>24]<<24|C[I>>>16&255]<<16|C[k>>>8&255]<<8|C[B&255])^v[S++];x[w]=V,x[w+1]=O,x[w+2]=U,x[w+3]=q},keySize:256/32});o.AES=i._createHelper(y)}(),r.AES})}(rl)),rl.exports}var ol={exports:{}},Ns;function Hb(){return Ns||(Ns=1,function(n,t){(function(r,o,a){n.exports=o(ce(),it(),st(),Rn(),Se())})(oe,function(r){return function(){var o=r,a=o.lib,i=a.WordArray,c=a.BlockCipher,s=o.algo,d=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],l=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],u=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],m=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],h=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],f=s.DES=c.extend({_doReset:function(){for(var b=this._key,y=b.words,x=[],w=0;w<56;w++){var v=d[w]-1;x[w]=y[v>>>5]>>>31-v%32&1}for(var z=this._subKeys=[],E=0;E<16;E++){for(var N=z[E]=[],M=u[E],w=0;w<24;w++)N[w/6|0]|=x[(l[w]-1+M)%28]<<31-w%6,N[4+(w/6|0)]|=x[28+(l[w+24]-1+M)%28]<<31-w%6;N[0]=N[0]<<1|N[0]>>>31;for(var w=1;w<7;w++)N[w]=N[w]>>>(w-1)*4+3;N[7]=N[7]<<5|N[7]>>>27}for(var C=this._invSubKeys=[],w=0;w<16;w++)C[w]=z[15-w]},encryptBlock:function(b,y){this._doCryptBlock(b,y,this._subKeys)},decryptBlock:function(b,y){this._doCryptBlock(b,y,this._invSubKeys)},_doCryptBlock:function(b,y,x){this._lBlock=b[y],this._rBlock=b[y+1],p.call(this,4,252645135),p.call(this,16,65535),g.call(this,2,858993459),g.call(this,8,16711935),p.call(this,1,1431655765);for(var w=0;w<16;w++){for(var v=x[w],z=this._lBlock,E=this._rBlock,N=0,M=0;M<8;M++)N|=m[M][((E^v[M])&h[M])>>>0];this._lBlock=E,this._rBlock=z^N}var C=this._lBlock;this._lBlock=this._rBlock,this._rBlock=C,p.call(this,1,1431655765),g.call(this,8,16711935),g.call(this,2,858993459),p.call(this,16,65535),p.call(this,4,252645135),b[y]=this._lBlock,b[y+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function p(b,y){var x=(this._lBlock>>>b^this._rBlock)&y;this._rBlock^=x,this._lBlock^=x<<b}function g(b,y){var x=(this._rBlock>>>b^this._lBlock)&y;this._lBlock^=x,this._rBlock^=x<<b}o.DES=c._createHelper(f);var _=s.TripleDES=c.extend({_doReset:function(){var b=this._key,y=b.words;if(y.length!==2&&y.length!==4&&y.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var x=y.slice(0,2),w=y.length<4?y.slice(0,2):y.slice(2,4),v=y.length<6?y.slice(0,2):y.slice(4,6);this._des1=f.createEncryptor(i.create(x)),this._des2=f.createEncryptor(i.create(w)),this._des3=f.createEncryptor(i.create(v))},encryptBlock:function(b,y){this._des1.encryptBlock(b,y),this._des2.decryptBlock(b,y),this._des3.encryptBlock(b,y)},decryptBlock:function(b,y){this._des3.decryptBlock(b,y),this._des2.encryptBlock(b,y),this._des1.decryptBlock(b,y)},keySize:192/32,ivSize:64/32,blockSize:64/32});o.TripleDES=c._createHelper(_)}(),r.TripleDES})}(ol)),ol.exports}var al={exports:{}},Ms;function $b(){return Ms||(Ms=1,function(n,t){(function(r,o,a){n.exports=o(ce(),it(),st(),Rn(),Se())})(oe,function(r){return function(){var o=r,a=o.lib,i=a.StreamCipher,c=o.algo,s=c.RC4=i.extend({_doReset:function(){for(var u=this._key,m=u.words,h=u.sigBytes,f=this._S=[],p=0;p<256;p++)f[p]=p;for(var p=0,g=0;p<256;p++){var _=p%h,b=m[_>>>2]>>>24-_%4*8&255;g=(g+f[p]+b)%256;var y=f[p];f[p]=f[g],f[g]=y}this._i=this._j=0},_doProcessBlock:function(u,m){u[m]^=d.call(this)},keySize:256/32,ivSize:0});function d(){for(var u=this._S,m=this._i,h=this._j,f=0,p=0;p<4;p++){m=(m+1)%256,h=(h+u[m])%256;var g=u[m];u[m]=u[h],u[h]=g,f|=u[(u[m]+u[h])%256]<<24-p*8}return this._i=m,this._j=h,f}o.RC4=i._createHelper(s);var l=c.RC4Drop=s.extend({cfg:s.cfg.extend({drop:192}),_doReset:function(){s._doReset.call(this);for(var u=this.cfg.drop;u>0;u--)d.call(this)}});o.RC4Drop=i._createHelper(l)}(),r.RC4})}(al)),al.exports}var ll={exports:{}},Ps;function Lb(){return Ps||(Ps=1,function(n,t){(function(r,o,a){n.exports=o(ce(),it(),st(),Rn(),Se())})(oe,function(r){return function(){var o=r,a=o.lib,i=a.StreamCipher,c=o.algo,s=[],d=[],l=[],u=c.Rabbit=i.extend({_doReset:function(){for(var h=this._key.words,f=this.cfg.iv,p=0;p<4;p++)h[p]=(h[p]<<8|h[p]>>>24)&16711935|(h[p]<<24|h[p]>>>8)&4278255360;var g=this._X=[h[0],h[3]<<16|h[2]>>>16,h[1],h[0]<<16|h[3]>>>16,h[2],h[1]<<16|h[0]>>>16,h[3],h[2]<<16|h[1]>>>16],_=this._C=[h[2]<<16|h[2]>>>16,h[0]&4294901760|h[1]&65535,h[3]<<16|h[3]>>>16,h[1]&4294901760|h[2]&65535,h[0]<<16|h[0]>>>16,h[2]&4294901760|h[3]&65535,h[1]<<16|h[1]>>>16,h[3]&4294901760|h[0]&65535];this._b=0;for(var p=0;p<4;p++)m.call(this);for(var p=0;p<8;p++)_[p]^=g[p+4&7];if(f){var b=f.words,y=b[0],x=b[1],w=(y<<8|y>>>24)&16711935|(y<<24|y>>>8)&4278255360,v=(x<<8|x>>>24)&16711935|(x<<24|x>>>8)&4278255360,z=w>>>16|v&4294901760,E=v<<16|w&65535;_[0]^=w,_[1]^=z,_[2]^=v,_[3]^=E,_[4]^=w,_[5]^=z,_[6]^=v,_[7]^=E;for(var p=0;p<4;p++)m.call(this)}},_doProcessBlock:function(h,f){var p=this._X;m.call(this),s[0]=p[0]^p[5]>>>16^p[3]<<16,s[1]=p[2]^p[7]>>>16^p[5]<<16,s[2]=p[4]^p[1]>>>16^p[7]<<16,s[3]=p[6]^p[3]>>>16^p[1]<<16;for(var g=0;g<4;g++)s[g]=(s[g]<<8|s[g]>>>24)&16711935|(s[g]<<24|s[g]>>>8)&4278255360,h[f+g]^=s[g]},blockSize:128/32,ivSize:64/32});function m(){for(var h=this._X,f=this._C,p=0;p<8;p++)d[p]=f[p];f[0]=f[0]+1295307597+this._b|0,f[1]=f[1]+3545052371+(f[0]>>>0<d[0]>>>0?1:0)|0,f[2]=f[2]+886263092+(f[1]>>>0<d[1]>>>0?1:0)|0,f[3]=f[3]+1295307597+(f[2]>>>0<d[2]>>>0?1:0)|0,f[4]=f[4]+3545052371+(f[3]>>>0<d[3]>>>0?1:0)|0,f[5]=f[5]+886263092+(f[4]>>>0<d[4]>>>0?1:0)|0,f[6]=f[6]+1295307597+(f[5]>>>0<d[5]>>>0?1:0)|0,f[7]=f[7]+3545052371+(f[6]>>>0<d[6]>>>0?1:0)|0,this._b=f[7]>>>0<d[7]>>>0?1:0;for(var p=0;p<8;p++){var g=h[p]+f[p],_=g&65535,b=g>>>16,y=((_*_>>>17)+_*b>>>15)+b*b,x=((g&4294901760)*g|0)+((g&65535)*g|0);l[p]=y^x}h[0]=l[0]+(l[7]<<16|l[7]>>>16)+(l[6]<<16|l[6]>>>16)|0,h[1]=l[1]+(l[0]<<8|l[0]>>>24)+l[7]|0,h[2]=l[2]+(l[1]<<16|l[1]>>>16)+(l[0]<<16|l[0]>>>16)|0,h[3]=l[3]+(l[2]<<8|l[2]>>>24)+l[1]|0,h[4]=l[4]+(l[3]<<16|l[3]>>>16)+(l[2]<<16|l[2]>>>16)|0,h[5]=l[5]+(l[4]<<8|l[4]>>>24)+l[3]|0,h[6]=l[6]+(l[5]<<16|l[5]>>>16)+(l[4]<<16|l[4]>>>16)|0,h[7]=l[7]+(l[6]<<8|l[6]>>>24)+l[5]|0}o.Rabbit=i._createHelper(u)}(),r.Rabbit})}(ll)),ll.exports}var il={exports:{}},As;function Ob(){return As||(As=1,function(n,t){(function(r,o,a){n.exports=o(ce(),it(),st(),Rn(),Se())})(oe,function(r){return function(){var o=r,a=o.lib,i=a.StreamCipher,c=o.algo,s=[],d=[],l=[],u=c.RabbitLegacy=i.extend({_doReset:function(){var h=this._key.words,f=this.cfg.iv,p=this._X=[h[0],h[3]<<16|h[2]>>>16,h[1],h[0]<<16|h[3]>>>16,h[2],h[1]<<16|h[0]>>>16,h[3],h[2]<<16|h[1]>>>16],g=this._C=[h[2]<<16|h[2]>>>16,h[0]&4294901760|h[1]&65535,h[3]<<16|h[3]>>>16,h[1]&4294901760|h[2]&65535,h[0]<<16|h[0]>>>16,h[2]&4294901760|h[3]&65535,h[1]<<16|h[1]>>>16,h[3]&4294901760|h[0]&65535];this._b=0;for(var _=0;_<4;_++)m.call(this);for(var _=0;_<8;_++)g[_]^=p[_+4&7];if(f){var b=f.words,y=b[0],x=b[1],w=(y<<8|y>>>24)&16711935|(y<<24|y>>>8)&4278255360,v=(x<<8|x>>>24)&16711935|(x<<24|x>>>8)&4278255360,z=w>>>16|v&4294901760,E=v<<16|w&65535;g[0]^=w,g[1]^=z,g[2]^=v,g[3]^=E,g[4]^=w,g[5]^=z,g[6]^=v,g[7]^=E;for(var _=0;_<4;_++)m.call(this)}},_doProcessBlock:function(h,f){var p=this._X;m.call(this),s[0]=p[0]^p[5]>>>16^p[3]<<16,s[1]=p[2]^p[7]>>>16^p[5]<<16,s[2]=p[4]^p[1]>>>16^p[7]<<16,s[3]=p[6]^p[3]>>>16^p[1]<<16;for(var g=0;g<4;g++)s[g]=(s[g]<<8|s[g]>>>24)&16711935|(s[g]<<24|s[g]>>>8)&4278255360,h[f+g]^=s[g]},blockSize:128/32,ivSize:64/32});function m(){for(var h=this._X,f=this._C,p=0;p<8;p++)d[p]=f[p];f[0]=f[0]+1295307597+this._b|0,f[1]=f[1]+3545052371+(f[0]>>>0<d[0]>>>0?1:0)|0,f[2]=f[2]+886263092+(f[1]>>>0<d[1]>>>0?1:0)|0,f[3]=f[3]+1295307597+(f[2]>>>0<d[2]>>>0?1:0)|0,f[4]=f[4]+3545052371+(f[3]>>>0<d[3]>>>0?1:0)|0,f[5]=f[5]+886263092+(f[4]>>>0<d[4]>>>0?1:0)|0,f[6]=f[6]+1295307597+(f[5]>>>0<d[5]>>>0?1:0)|0,f[7]=f[7]+3545052371+(f[6]>>>0<d[6]>>>0?1:0)|0,this._b=f[7]>>>0<d[7]>>>0?1:0;for(var p=0;p<8;p++){var g=h[p]+f[p],_=g&65535,b=g>>>16,y=((_*_>>>17)+_*b>>>15)+b*b,x=((g&4294901760)*g|0)+((g&65535)*g|0);l[p]=y^x}h[0]=l[0]+(l[7]<<16|l[7]>>>16)+(l[6]<<16|l[6]>>>16)|0,h[1]=l[1]+(l[0]<<8|l[0]>>>24)+l[7]|0,h[2]=l[2]+(l[1]<<16|l[1]>>>16)+(l[0]<<16|l[0]>>>16)|0,h[3]=l[3]+(l[2]<<8|l[2]>>>24)+l[1]|0,h[4]=l[4]+(l[3]<<16|l[3]>>>16)+(l[2]<<16|l[2]>>>16)|0,h[5]=l[5]+(l[4]<<8|l[4]>>>24)+l[3]|0,h[6]=l[6]+(l[5]<<16|l[5]>>>16)+(l[4]<<16|l[4]>>>16)|0,h[7]=l[7]+(l[6]<<8|l[6]>>>24)+l[5]|0}o.RabbitLegacy=i._createHelper(u)}(),r.RabbitLegacy})}(il)),il.exports}(function(n,t){(function(r,o,a){n.exports=o(ce(),Fr(),wb(),bb(),it(),vb(),st(),Aa(),ss(),zb(),ds(),Cb(),kb(),Bb(),La(),Eb(),Rn(),Se(),jb(),Vb(),Sb(),Nb(),Mb(),Pb(),Ab(),qb(),Tb(),Db(),Fb(),Ib(),Hb(),$b(),Lb(),Ob())})(oe,function(r){return r})})(yb);var Rb=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},r=Symbol("test"),o=Object(r);if(typeof r=="string"||Object.prototype.toString.call(r)!=="[object Symbol]"||Object.prototype.toString.call(o)!=="[object Symbol]")return!1;var a=42;t[r]=a;for(r in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var i=Object.getOwnPropertySymbols(t);if(i.length!==1||i[0]!==r||!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var c=Object.getOwnPropertyDescriptor(t,r);if(c.value!==a||c.enumerable!==!0)return!1}return!0},qs=typeof Symbol!="undefined"&&Symbol,Ub=Rb,Yb=function(){return typeof qs!="function"||typeof Symbol!="function"||typeof qs("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:Ub()},Ts={foo:{}},Wb=Object,Gb=function(){return{__proto__:Ts}.foo===Ts.foo&&!({__proto__:null}instanceof Wb)},Kb="Function.prototype.bind called on incompatible ",Zb=Object.prototype.toString,Xb=Math.max,Qb="[object Function]",Ds=function(t,r){for(var o=[],a=0;a<t.length;a+=1)o[a]=t[a];for(var i=0;i<r.length;i+=1)o[i+t.length]=r[i];return o},Jb=function(t,r){for(var o=[],a=r||0,i=0;a<t.length;a+=1,i+=1)o[i]=t[a];return o},e7=function(n,t){for(var r="",o=0;o<n.length;o+=1)r+=n[o],o+1<n.length&&(r+=t);return r},n7=function(t){var r=this;if(typeof r!="function"||Zb.apply(r)!==Qb)throw new TypeError(Kb+r);for(var o=Jb(arguments,1),a,i=function(){if(this instanceof a){var u=r.apply(this,Ds(o,arguments));return Object(u)===u?u:this}return r.apply(t,Ds(o,arguments))},c=Xb(0,r.length-o.length),s=[],d=0;d<c;d++)s[d]="$"+d;if(a=Function("binder","return function ("+e7(s,",")+"){ return binder.apply(this,arguments); }")(i),r.prototype){var l=function(){};l.prototype=r.prototype,a.prototype=new l,l.prototype=null}return a},t7=n7,Fs=Function.prototype.bind||t7,r7="Function.prototype.bind called on incompatible ",sl=Array.prototype.slice,o7=Object.prototype.toString,a7="[object Function]",l7=function(t){var r=this;if(typeof r!="function"||o7.call(r)!==a7)throw new TypeError(r7+r);for(var o=sl.call(arguments,1),a,i=function(){if(this instanceof a){var u=r.apply(this,o.concat(sl.call(arguments)));return Object(u)===u?u:this}else return r.apply(t,o.concat(sl.call(arguments)))},c=Math.max(0,r.length-o.length),s=[],d=0;d<c;d++)s.push("$"+d);if(a=Function("binder","return function ("+s.join(",")+"){ return binder.apply(this,arguments); }")(i),r.prototype){var l=function(){};l.prototype=r.prototype,a.prototype=new l,l.prototype=null}return a},i7=l7,s7=Function.prototype.bind||i7,c7=s7,u7=c7.call(Function.call,Object.prototype.hasOwnProperty),le,ct=SyntaxError,Is=Function,ut=TypeError,cl=function(n){try{return Is('"use strict"; return ('+n+").constructor;")()}catch(t){}},Un=Object.getOwnPropertyDescriptor;if(Un)try{Un({},"")}catch(n){Un=null}var ul=function(){throw new ut},d7=Un?function(){try{return arguments.callee,ul}catch(n){try{return Un(arguments,"callee").get}catch(t){return ul}}}():ul,dt=Yb(),h7=Gb(),Ee=Object.getPrototypeOf||(h7?function(n){return n.__proto__}:null),ht={},p7=typeof Uint8Array=="undefined"||!Ee?le:Ee(Uint8Array),Yn={"%AggregateError%":typeof AggregateError=="undefined"?le:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer=="undefined"?le:ArrayBuffer,"%ArrayIteratorPrototype%":dt&&Ee?Ee([][Symbol.iterator]()):le,"%AsyncFromSyncIteratorPrototype%":le,"%AsyncFunction%":ht,"%AsyncGenerator%":ht,"%AsyncGeneratorFunction%":ht,"%AsyncIteratorPrototype%":ht,"%Atomics%":typeof Atomics=="undefined"?le:Atomics,"%BigInt%":typeof BigInt=="undefined"?le:BigInt,"%BigInt64Array%":typeof BigInt64Array=="undefined"?le:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array=="undefined"?le:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView=="undefined"?le:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array=="undefined"?le:Float32Array,"%Float64Array%":typeof Float64Array=="undefined"?le:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry=="undefined"?le:FinalizationRegistry,"%Function%":Is,"%GeneratorFunction%":ht,"%Int8Array%":typeof Int8Array=="undefined"?le:Int8Array,"%Int16Array%":typeof Int16Array=="undefined"?le:Int16Array,"%Int32Array%":typeof Int32Array=="undefined"?le:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":dt&&Ee?Ee(Ee([][Symbol.iterator]())):le,"%JSON%":typeof JSON=="object"?JSON:le,"%Map%":typeof Map=="undefined"?le:Map,"%MapIteratorPrototype%":typeof Map=="undefined"||!dt||!Ee?le:Ee(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise=="undefined"?le:Promise,"%Proxy%":typeof Proxy=="undefined"?le:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect=="undefined"?le:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set=="undefined"?le:Set,"%SetIteratorPrototype%":typeof Set=="undefined"||!dt||!Ee?le:Ee(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer=="undefined"?le:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":dt&&Ee?Ee(""[Symbol.iterator]()):le,"%Symbol%":dt?Symbol:le,"%SyntaxError%":ct,"%ThrowTypeError%":d7,"%TypedArray%":p7,"%TypeError%":ut,"%Uint8Array%":typeof Uint8Array=="undefined"?le:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray=="undefined"?le:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array=="undefined"?le:Uint16Array,"%Uint32Array%":typeof Uint32Array=="undefined"?le:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap=="undefined"?le:WeakMap,"%WeakRef%":typeof WeakRef=="undefined"?le:WeakRef,"%WeakSet%":typeof WeakSet=="undefined"?le:WeakSet};if(Ee)try{null.error}catch(n){var f7=Ee(Ee(n));Yn["%Error.prototype%"]=f7}var g7=function n(t){var r;if(t==="%AsyncFunction%")r=cl("async function () {}");else if(t==="%GeneratorFunction%")r=cl("function* () {}");else if(t==="%AsyncGeneratorFunction%")r=cl("async function* () {}");else if(t==="%AsyncGenerator%"){var o=n("%AsyncGeneratorFunction%");o&&(r=o.prototype)}else if(t==="%AsyncIteratorPrototype%"){var a=n("%AsyncGenerator%");a&&Ee&&(r=Ee(a.prototype))}return Yn[t]=r,r},Hs={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},Lt=Fs,Ir=u7,m7=Lt.call(Function.call,Array.prototype.concat),_7=Lt.call(Function.apply,Array.prototype.splice),$s=Lt.call(Function.call,String.prototype.replace),Hr=Lt.call(Function.call,String.prototype.slice),y7=Lt.call(Function.call,RegExp.prototype.exec),x7=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,w7=/\\(\\)?/g,b7=function(t){var r=Hr(t,0,1),o=Hr(t,-1);if(r==="%"&&o!=="%")throw new ct("invalid intrinsic syntax, expected closing `%`");if(o==="%"&&r!=="%")throw new ct("invalid intrinsic syntax, expected opening `%`");var a=[];return $s(t,x7,function(i,c,s,d){a[a.length]=s?$s(d,w7,"$1"):c||i}),a},v7=function(t,r){var o=t,a;if(Ir(Hs,o)&&(a=Hs[o],o="%"+a[0]+"%"),Ir(Yn,o)){var i=Yn[o];if(i===ht&&(i=g7(o)),typeof i=="undefined"&&!r)throw new ut("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:a,name:o,value:i}}throw new ct("intrinsic "+t+" does not exist!")},dl=function(t,r){if(typeof t!="string"||t.length===0)throw new ut("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof r!="boolean")throw new ut('"allowMissing" argument must be a boolean');if(y7(/^%?[^%]*%?$/,t)===null)throw new ct("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var o=b7(t),a=o.length>0?o[0]:"",i=v7("%"+a+"%",r),c=i.name,s=i.value,d=!1,l=i.alias;l&&(a=l[0],_7(o,m7([0,1],l)));for(var u=1,m=!0;u<o.length;u+=1){var h=o[u],f=Hr(h,0,1),p=Hr(h,-1);if((f==='"'||f==="'"||f==="`"||p==='"'||p==="'"||p==="`")&&f!==p)throw new ct("property names with quotes must have matching quotes");if((h==="constructor"||!m)&&(d=!0),a+="."+h,c="%"+a+"%",Ir(Yn,c))s=Yn[c];else if(s!=null){if(!(h in s)){if(!r)throw new ut("base intrinsic for "+t+" exists, but the property is not available.");return}if(Un&&u+1>=o.length){var g=Un(s,h);m=!!g,m&&"get"in g&&!("originalValue"in g.get)?s=g.get:s=s[h]}else m=Ir(s,h),s=s[h];m&&!d&&(Yn[c]=s)}}return s},Ls={exports:{}};(function(n){var t=Fs,r=dl,o=r("%Function.prototype.apply%"),a=r("%Function.prototype.call%"),i=r("%Reflect.apply%",!0)||t.call(a,o),c=r("%Object.getOwnPropertyDescriptor%",!0),s=r("%Object.defineProperty%",!0),d=r("%Math.max%");if(s)try{s({},"a",{value:1})}catch(u){s=null}n.exports=function(m){var h=i(t,a,arguments);if(c&&s){var f=c(h,"length");f.configurable&&s(h,"length",{value:1+d(0,m.length-(arguments.length-1))})}return h};var l=function(){return i(t,o,arguments)};s?s(n.exports,"apply",{value:l}):n.exports.apply=l})(Ls);var z7=Ls.exports,Os=dl,Rs=z7,C7=Rs(Os("String.prototype.indexOf")),k7=function(t,r){var o=Os(t,!!r);return typeof o=="function"&&C7(t,".prototype.")>-1?Rs(o):o},hl=dl,pt=k7;hl("%TypeError%"),hl("%WeakMap%",!0),hl("%Map%",!0),pt("WeakMap.prototype.get",!0),pt("WeakMap.prototype.set",!0),pt("WeakMap.prototype.has",!0),pt("Map.prototype.get",!0),pt("Map.prototype.set",!0),pt("Map.prototype.has",!0),function(){for(var n=[],t=0;t<256;++t)n.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return n}();const Le=(n,t)=>{const r=n;return r.install=o=>{const a=n.name||n.__name;o.component(a,n),t&&o.component(t,n)},r},Ot=Symbol("ycConfig"),Rt={base:"https://staticcdn.jinbizhihui.com",images:"https://staticcdn.jinbizhihui.com/images/saas-basic-platform",fonts:"https://staticcdn.jinbizhihui.com/fonts",icons:"https://staticcdn.jinbizhihui.com/icons"},vn={cdn:Rt,hasAuth:()=>!0,hasPerms:()=>!0,t:n=>n,components:{plusPage:{showSearch:!0},tabsWithFilter:{filterText:"\u7B5B\u9009"}}};var B7=e.defineComponent({name:"YcConfigProvider",__name:"index",props:{config:{default:()=>({})}},setup(n){const t=n,r=e.computed(()=>{var o,a,i,c,s,d,l;const u=t.config;return{cdn:{...Rt,...u.cdn},hasAuth:(o=u.hasAuth)!=null?o:vn.hasAuth,hasPerms:(a=u.hasPerms)!=null?a:vn.hasPerms,showPageSearch:u.showPageSearch,t:(i=u.t)!=null?i:vn.t,components:{plusPage:{...(c=vn.components)==null?void 0:c.plusPage,...(s=u.components)==null?void 0:s.plusPage},tabsWithFilter:{...(d=vn.components)==null?void 0:d.tabsWithFilter,...(l=u.components)==null?void 0:l.tabsWithFilter}}}});return e.provide(Ot,r.value),(o,a)=>e.renderSlot(o.$slots,"default")}}),E7=ne(B7,[["__file","index.vue"]]);function Wn(){return e.inject(Ot,vn)}function Us(){var n;return(n=Wn().cdn)!=null?n:Rt}function pl(){const n=Us();return{getCdnUrl:(r="base",o)=>{var a,i;const c=(i=(a=n[r])!=null?a:Rt[r])!=null?i:"";if(o){const s=o.startsWith("/")?o:`/${o}`;return`${c}${s}`}return c}}}function j7(){var n;return(n=Wn().hasAuth)!=null?n:()=>!0}function V7(){var n;return(n=Wn().hasPerms)!=null?n:()=>!0}function fl(){var n,t,r,o;const a=Wn();return(o=a.showPageSearch)!=null?o:e.ref((r=(t=(n=a.components)==null?void 0:n.plusPage)==null?void 0:t.showSearch)!=null?r:!0)}function Ys(){var n;return(n=Wn().t)!=null?n:r=>r}function gl(n){var t,r;return(r=(t=Wn().components)==null?void 0:t[n])!=null?r:{}}const ml=Le(E7),S7=["src"];var N7=e.defineComponent({name:"YcSvgIcon",inheritAttrs:!1,__name:"index",props:{src:{},size:{default:20},color:{default:"currentColor"},preserveColor:{type:Boolean,default:!1},grayscale:{type:Boolean,default:!1},opacity:{default:1},customFilter:{default:void 0}},setup(n){const t=n,r=e.computed(()=>{const a=t.size;return typeof a=="number"?`${a}px`:a}),o=e.computed(()=>{if(t.customFilter)return t.customFilter;const a=[];return t.grayscale&&a.push("grayscale(100%)"),a.length>0?a.join(" "):void 0});return(a,i)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createCommentVNode(" \u4FDD\u6301\u539F\u59CB\u989C\u8272\u6216\u5E94\u7528 filter \u6548\u679C\uFF1A\u4F7F\u7528 img \u6807\u7B7E "),a.preserveColor||a.grayscale||a.customFilter?(e.openBlock(),e.createElementBlock("img",e.mergeProps({key:0},a.$attrs,{src:a.src,class:"yc-svg-icon yc-svg-icon--original",style:{width:r.value,height:r.value,filter:o.value,opacity:a.opacity},alt:""}),null,16,S7)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createCommentVNode(" \u4F7F\u7528 mask \u6280\u672F\uFF1A\u53EF\u4EE5\u52A8\u6001\u6539\u8272 "),e.createElementVNode("span",e.mergeProps(a.$attrs,{class:"yc-svg-icon",style:{width:r.value,height:r.value,backgroundColor:a.color,WebkitMask:`url(${a.src}) no-repeat center`,mask:`url(${a.src}) no-repeat center`,opacity:a.opacity}}),null,16)],2112))],2112))}}),ft=ne(N7,[["__scopeId","data-v-34e1f2f7"],["__file","index.vue"]]);const Ws=20;var M7=e.defineComponent({name:"YcPlusPage",__name:"index",props:{columns:{},request:{},data:{},isCard:{type:Boolean,default:!0},search:{type:[Boolean,Object],default:()=>({})},searchCardProps:{},tableCardProps:{},table:{},pagination:{type:[Boolean,Object],default:()=>({background:!0,pageSizes:[20,50,100],defaultPageSize:20})},hideColumnSettingsIcon:{type:Boolean,default:!1},showSearch:{type:Boolean,default:void 0}},setup(n,{expose:t}){const r=n,o=fl(),{getCdnUrl:a}=pl(),i=gl("plusPage"),c=e.ref(),s=e.ref(),d=e.computed(()=>{var k;return(k=c.value)==null?void 0:k.plusTableInstance}),l=e.computed(()=>{var k,B;return(B=(k=c.value)==null?void 0:k.plusTableInstance)==null?void 0:B.tableInstance}),u=e.computed(()=>{var k,B;return(B=(k=c.value)==null?void 0:k.plusTableInstance)==null?void 0:B.formRefs}),m=e.useSlots(),h=()=>{e.nextTick(()=>{requestAnimationFrame(()=>{window.dispatchEvent(new Event("resize"))})})},f=e.computed(()=>r.showSearch!==void 0?r.showSearch:o.value),p=e.computed(()=>{const k=i==null?void 0:i.fieldSettingIcon;return k||a("images","table_value_setting.svg")});e.watch(f,()=>{h()},{immediate:!0});let g=null;const _=k=>{if(!k)return!1;const B=window.getComputedStyle(k);return B.display!=="none"&&B.visibility!=="hidden"&&B.opacity!=="0"},b=()=>{if(!s.value)return;let k=s.value.parentElement;for(;k;){if(k.classList.contains("el-tab-pane")){k.getAttribute("aria-hidden")!=="true"&&_(k)&&h();break}k=k.parentElement}},y=()=>{if(!s.value)return;let k=s.value.parentElement;for(;k&&!k.classList.contains("el-tab-pane");)k=k.parentElement;k&&(g=new MutationObserver(()=>{b()}),g.observe(k,{attributes:!0,attributeFilter:["aria-hidden","style","class"]}),b())};e.onMounted(()=>{h(),e.nextTick(()=>{y()})}),e.onUnmounted(()=>{g&&(g.disconnect(),g=null)});const x=e.computed(()=>{var k;return(k=r.columns)!=null&&k.length?r.columns.filter(B=>B.hideInSearch!==!0).length:0}),w=k=>k<=3?6:8,v=e.computed(()=>{if(!f.value)return!1;if(r.search!==void 0){if(r.search===!1)return!1;const k={hasUnfold:!1,rowProps:{gutter:0},colProps:{span:w(x.value)},labelSuffix:""};return $0({},k,r.search)}return{hasUnfold:!1,rowProps:{gutter:0},colProps:{span:w(x.value)},labelSuffix:""}}),z=e.computed(()=>{const k={shadow:"never",bodyClass:"yc-search-card-body"};return r.searchCardProps?{...k,...r.searchCardProps}:k}),E=e.computed(()=>{const k={shadow:"never",height:"100%"};return r.tableCardProps?{...k,...r.tableCardProps}:k}),N=e.computed(()=>{const k={border:!1,defaultSize:"large",adaptive:{timeout:90,offsetBottom:32},titleBar:{refresh:!1,density:!0,columnSetting:{popoverWidth:220,overflowLabelLength:10}}};return r.table?$0({},k,r.table):k}),M=e.computed(()=>{if(r.pagination===!1)return!1;const k={background:!0,pageSizes:[20,50,100],defaultPageSize:20};return r.pagination?{...k,...r.pagination}:k}),C=e.computed(()=>!!r.request),j=e.computed(()=>r.request?async k=>{var B;const A=k!=null&&k.pageSize&&k.pageSize>0?k.pageSize:Ws,S={...k,page:(k==null?void 0:k.page)||1,pageSize:A},H=await r.request(S);return{data:H.data,total:(B=H.total)!=null?B:0}}:()=>Promise.resolve({data:[],total:0})),I=e.computed(()=>!r.hideColumnSettingsIcon&&!m["column-settings-icon"]);return p.value,C.value,I.value,t({plusPageRef:c,plusTableInstance:d,tableInstance:l,formRefs:u}),(k,B)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"rootRef",ref:s,class:"yc-plus-page"},[e.createVNode(e.unref(wa),e.mergeProps({ref_key:"plusPageRef",ref:c},r,{"is-card":k.isCard,request:j.value,search:v.value,"search-card-props":z.value,"table-card-props":E.value,table:N.value,pagination:M.value,"default-page-info":{page:1,pageSize:Ws}}),e.createSlots({default:e.withCtx(()=>[e.renderSlot(k.$slots,"default",{},void 0,!0)]),_:2},[k.$slots["column-settings-icon"]?{name:"column-settings-icon",fn:e.withCtx(()=>[e.renderSlot(k.$slots,"column-settings-icon",{},void 0,!0)]),key:"0"}:I.value?{name:"column-settings-icon",fn:e.withCtx(()=>[e.createElementVNode("div",{class:"column-settings-wrapper"},[e.createVNode(e.unref(ft),{src:p.value,size:16},null,8,["src"]),e.createElementVNode("span",{class:"column-settings-text"},"\u5B57\u6BB5\u7BA1\u7406")])]),key:"1"}:void 0,e.renderList(k.$slots,(A,S)=>({name:S,fn:e.withCtx(H=>[S!=="column-settings-icon"&&S!=="default"?e.renderSlot(k.$slots,S,e.normalizeProps(e.mergeProps({key:0},H)),void 0,!0):e.createCommentVNode("v-if",!0)])}))]),1040,["is-card","request","search","search-card-props","table-card-props","table","pagination","default-page-info"])],512))}}),Gs=ne(M7,[["__scopeId","data-v-4486eb75"],["__file","index.vue"]]);const Ks=Gs,P7=Gs;var A7={mounted(n,t){e.nextTick(()=>{const o=n.querySelector(".el-select-dropdown__wrap");if(o){const a=()=>{const{scrollTop:i,scrollHeight:c,clientHeight:s}=o;c-i<=s+10&&t.value()};o.__vueLoadMoreHandler__=a,o.addEventListener("scroll",a)}})},beforeUnmount(n){const r=n.querySelector(".el-select-dropdown__wrap");r&&r.__vueLoadMoreHandler__&&(r.removeEventListener("scroll",r.__vueLoadMoreHandler__),delete r.__vueLoadMoreHandler__)}};const _l="__ALL_SELECT__",q7="\u5168\u9009",T7="\u5168\u4E0D\u9009";var D7=e.defineComponent({name:"YcSelectV2",directives:{"load-more":A7},__name:"index",props:{modelValue:{type:[String,Number,Boolean,null,Date,Array,Object],default:""},options:{default:()=>[]},searchMode:{default:"local"},loadMore:{},remoteSearch:{},searchParams:{},pageSize:{default:20},placeholder:{default:"\u8BF7\u9009\u62E9"},clearable:{type:Boolean,default:!0},filterable:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},reserveKeyword:{type:Boolean,default:!0},allowCreate:{type:Boolean,default:!1},defaultFirstOption:{type:Boolean,default:!0},multiple:{type:Boolean,default:!1},collapseTags:{type:Boolean,default:!1},maxCollapseTags:{default:1},initialOptions:{default:()=>[]},allSelect:{type:Boolean,default:!1}},emits:["update:modelValue","change"],setup(n,{expose:t,emit:r}){const o=n,a=r,i=e.computed({get:()=>o.modelValue,set:k=>a("update:modelValue",k)}),c=e.ref(),s=e.ref([]),d=e.ref(!1),l=e.ref(!1),u=e.ref(1),m=e.ref(""),h=e.ref(!0),f=e.ref(!0),p=e.ref(""),g=e.computed(()=>{if(!o.allSelect||!o.multiple||s.value.length===0)return!1;const k=Array.isArray(o.modelValue)?o.modelValue:[];return k.length===0?!1:s.value.every(B=>k.includes(B.value))}),_=e.computed(()=>o.allSelect&&o.multiple&&s.value.length>0?[{label:g.value?T7:q7,value:_l},...s.value]:s.value),b=async()=>{o.searchMode==="local"&&o.options.length>0?s.value=o.options:o.searchMode==="remote"&&o.initialOptions.length>0&&(s.value=o.initialOptions)},y=async()=>{var k;u.value=1,m.value="",h.value=!0,l.value=!0;try{if(o.loadMore){const B=await o.loadMore({page:1,pageSize:o.pageSize,keyword:""});s.value=B.list,h.value=(k=B.hasMore)!=null?k:B.list.length>=o.pageSize}else if(o.remoteSearch){const B=await o.remoteSearch("",o.searchParams);s.value=B,h.value=!1}}catch(B){console.error("[YcSelectV2] Load first page error:",B),s.value=[]}finally{l.value=!1}},x=async k=>{if(k&&o.searchMode==="remote"&&f.value&&(f.value=!1,s.value.length===0&&await y()),!k&&o.allowCreate&&!o.multiple){const B=p.value;e.nextTick(()=>{requestAnimationFrame(()=>{var A;if(!c.value)return;const S=c.value.$el;if(!S)return;const H=S.querySelector(".el-input__inner"),V=B||((A=H==null?void 0:H.value)==null?void 0:A.trim())||"";V&&!_.value.some(U=>String(U.value)===String(V)||String(U.label)===String(V))&&String(o.modelValue)!==String(V)&&(a("update:modelValue",V),a("change",V)),p.value=""})})}},w=async k=>{var B;if(m.value=k,u.value=1,h.value=!0,o.allowCreate&&!o.multiple&&k&&(p.value=k),o.searchMode==="local"){o.allowCreate&&!o.multiple&&k&&(p.value=k),k?s.value=o.options.filter(A=>A.label.toLowerCase().includes(k.toLowerCase())):s.value=o.options;return}l.value=!0;try{if(o.loadMore){const A=await o.loadMore({page:1,pageSize:o.pageSize,keyword:k});s.value=A.list,h.value=(B=A.hasMore)!=null?B:A.list.length>=o.pageSize}else if(o.remoteSearch){const A=await o.remoteSearch(k,o.searchParams);s.value=A,h.value=!1}}catch(A){console.error("[YcSelectV2] Search error:",A),s.value=[]}finally{l.value=!1}},v=k=>{m.value=k,o.allowCreate&&!o.multiple&&k&&(p.value=k),k?s.value=o.options.filter(B=>B.label.toLowerCase().includes(k.toLowerCase())):s.value=o.options},z=async()=>{var k;if(!o.loadMore||!h.value||d.value)return;const B=N();u.value++,d.value=!0;try{const A=await o.loadMore({page:u.value,pageSize:o.pageSize,keyword:m.value});s.value=[...s.value,...A.list],h.value=(k=A.hasMore)!=null?k:A.list.length>=o.pageSize,await e.nextTick(),requestAnimationFrame(()=>{M(B)})}catch(A){console.error("[YcSelectV2] Load more error:",A),u.value--}finally{d.value=!1}},E=()=>{const k=document.querySelector('.el-select-dropdown:not([style*="display: none"])');return k?k.querySelector(".el-scrollbar__wrap"):null},N=()=>{const k=E();if(!k)return null;const{scrollTop:B,scrollHeight:A,clientHeight:S}=k;return{scrollTop:B,scrollHeight:A,clientHeight:S,scrollContainer:k}},M=k=>{if(!k)return;const{scrollTop:B,scrollContainer:A}=k;if(!A)return;const S=A.scrollHeight,{clientHeight:H}=A;if(S-B<=H+10){const O=Math.max(0,B-1);A.scrollTop=O}},C=k=>{if(p.value="",o.allSelect&&o.multiple&&Array.isArray(k)){if(k.includes(_l)){if(g.value)a("update:modelValue",[]),a("change",[]);else{const S=s.value.map(H=>H.value);a("update:modelValue",S),a("change",S)}return}const A=k.filter(S=>S!==_l);a("update:modelValue",A),a("change",A);return}a("change",k)},j=()=>{a("update:modelValue","")},I=()=>{var k;if(!o.allowCreate||o.multiple||!c.value)return;const B=c.value.$el;if(!B)return;const A=B.querySelector(".el-input__inner");if(!A)return;const S=(k=A.value)==null?void 0:k.trim();S&&(p.value=S)};return e.watch(()=>o.options,k=>{o.searchMode==="local"&&(s.value=k)},{deep:!0}),e.watch(()=>o.initialOptions,k=>{if(o.searchMode==="remote"&&k.length>0){const B=new Set(s.value.map(S=>S.value)),A=k.filter(S=>!B.has(S.value));A.length>0&&(s.value=[...s.value,...A])}},{deep:!0,immediate:!0}),e.onMounted(()=>{b()}),t({reload:b,loadMore:z,clear:()=>{s.value=[],u.value=1,m.value=""}}),(k,B)=>{const A=e.resolveDirective("load-more");return e.withDirectives((e.openBlock(),e.createBlock(e.unref(T.ElSelect),{ref_key:"selectRef",ref:c,modelValue:i.value,"onUpdate:modelValue":B[0]||(B[0]=S=>i.value=S),"append-to-body":"",filterable:k.filterable,remote:k.searchMode==="remote","reserve-keyword":k.reserveKeyword,placeholder:k.placeholder,clearable:k.clearable,disabled:k.disabled,loading:l.value,"remote-method":w,"filter-method":k.searchMode==="local"?v:void 0,"allow-create":k.allowCreate,"default-first-option":k.defaultFirstOption,multiple:k.multiple,"collapse-tags":k.collapseTags,"max-collapse-tags":k.maxCollapseTags,onVisibleChange:x,onChange:C,onClear:j,onBlur:I},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(_.value,S=>(e.openBlock(),e.createBlock(e.unref(T.ElOption),{key:S.value,label:S.label,value:S.value,disabled:S.disabled},null,8,["label","value","disabled"]))),128))]),_:1},8,["modelValue","filterable","remote","reserve-keyword","placeholder","clearable","disabled","loading","filter-method","allow-create","default-first-option","multiple","collapse-tags","max-collapse-tags"])),[[A,z]])}}}),$r=ne(D7,[["__file","index.vue"]]);const F7=/^[\uD800-\uDBFF]$/,I7=/^[\uDC00-\uDFFF]$/,H7=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g;var Zs;(function(n){n[n.Unknown=1e-13]="Unknown",n[n.Rule=1e-12]="Rule",n[n.DICT=2e-8]="DICT",n[n.Surname=1]="Surname",n[n.Custom=1]="Custom"})(Zs||(Zs={}));const Ge={Normal:1,Surname:10,Custom:100};function tn(n){var t;return n.length-(((t=n.match(H7))===null||t===void 0?void 0:t.length)||0)}function Lr(n){const t=[];let r=0;for(;r<n.length;){const o=n[r];F7.test(o)&&I7.test(n[r+1])?(t.push(n.substring(r,r+2)),r+=2):(t.push(o),r+=1)}return t}class Xs{constructor(){this.NumberDICT=[],this.StringDICT=new Map}get(t){if(t.length>1)return this.StringDICT.get(t);{const r=t.charCodeAt(0);return this.NumberDICT[r]}}set(t,r){if(t.length>1)this.StringDICT.set(t,r);else{const o=t.charCodeAt(0);this.NumberDICT[o]=r}}clear(){this.NumberDICT=[],this.StringDICT.clear()}}const Qs={"b\u01CEng p\xE1ng p\u0101ng":["\u8180"],l\u00EDng:["\u3007","\u4F36","\u51CC","\u5222","\u56F9","\u577D","\u590C","\u59C8","\u5A48","\u5B41","\u5CBA","\u5F7E","\u6395","\u6624","\u670E","\u67C3","\u68C2","\u6AFA","\u6B1E","\u6CE0","\u6DE9","\u6FAA","\u7075","\u71EF","\u7227","\u72D1","\u73B2","\u740C","\u74F4","\u768A","\u7831","\u797E","\u79E2","\u7ADB","\u7B2D","\u7D37","\u7DBE","\u7EEB","\u7F90","\u7F9A","\u7FCE","\u8046","\u8232","\u82D3","\u83F1","\u84E4","\u8506","\u8576","\u86C9","\u8851","\u88EC","\u8A45","\u8DC9","\u8EE8","\u8F18","\u9143","\u91BD","\u9234","\u9302","\u94C3","\u959D","\u9675","\u96F6","\u970A","\u9717","\u971B","\u971D","\u9748","\u99D6","\u9B7F","\u9BEA","\u9CAE","\u9D12","\u9E30","\u9E77","\u9EA2","\u9F61","\u9F62","\u9F84","\u9F97","\u3944"],y\u012B:["\u4E00","\u4E4A","\u4F0A","\u4F9D","\u533B","\u541A","\u54BF","\u566B","\u58F1","\u58F9","\u5901","\u5ADB","\u5B04","\u5F0C","\u63D6","\u648E","\u6AB9","\u6BC9","\u6D22","\u6E0F","\u6F2A","\u747F","\u7569","\u794E","\u7995","\u7A26","\u7E44","\u86DC","\u8864","\u8B69","\u8FB7","\u90FC","\u91AB","\u92A5","\u94F1","\u9DD6","\u9E65","\u9EDF","\u9EF3"],"d\u012Bng zh\u0113ng":["\u4E01"],"k\u01CEo qi\u01CEo y\xFA":["\u4E02"],q\u012B:["\u4E03","\u501B","\u50DB","\u51C4","\u5601","\u5884","\u5A38","\u60BD","\u617C","\u617D","\u621A","\u637F","\u67D2","\u6864","\u687C","\u68F2","\u69BF","\u6B3A","\u6C8F","\u6DD2","\u6F06","\u7D2A","\u7DC0","\u840B","\u8904","\u8AC6","\u8FC9","\u90EA","\u93DA","\u970B","\u9B4C","\u9D88"],sh\u00E0ng:["\u4E04","\u5C19","\u5C1A","\u6066","\u7DD4","\u7EF1"],xi\u00E0:["\u4E05","\u4E0B","\u4E64","\u5737","\u590F","\u5913","\u61D7","\u68BA","\u759C","\u7771","\u7F45","\u93BC","\u93EC"],h\u01CEn:["\u4E06","\u558A","\u6D6B","\u7F55","\u8C43","\u360E"],"w\xE0n m\xF2":["\u4E07"],zh\u00E0ng:["\u4E08","\u4ED7","\u5887","\u5D82","\u5E10","\u5E33","\u5E5B","\u6259","\u6756","\u6DB1","\u75EE","\u762C","\u7634","\u7795","\u7C80","\u80C0","\u8139","\u8CEC","\u8D26","\u969C"],s\u0101n:["\u4E09","\u5381","\u53C1","\u5F0E","\u6BF5","\u6BF6","\u6BFF","\u7299","\u9B16"],"sh\xE0ng sh\u01CEng shang":["\u4E0A"],"q\xED j\u012B":["\u4E0C","\u5176","\u5947"],"b\xF9 f\u01D2u":["\u4E0D"],"y\u01D4 y\xF9 y\xFA":["\u4E0E"],mi\u01CEn:["\u4E0F","\u506D","\u514D","\u5195","\u52C9","\u52D4","\u5595","\u5A29","\u6110","\u6C45","\u6C94","\u6E4E","\u774C","\u7DEC","\u7F05","\u817C","\u8442","\u9766","\u9BB8","\u{29F83}"],g\u00E0i:["\u4E10","\u4E62","\u5303","\u5304","\u6224","\u6982","\u69E9","\u69EA","\u6E89","\u6F11","\u74C2","\u8462","\u9223","\u9499","\u{2CBBF}"],ch\u01D2u:["\u4E11","\u4E12","\u4FB4","\u541C","\u677D","\u7785","\u77C1","\u919C","\u9B57"],zhu\u0101n:["\u4E13","\u53C0","\u5AE5","\u5C02","\u5C08","\u747C","\u750E","\u7816","\u78D7","\u78DA","\u87E4","\u8AEF","\u911F","\u9853","\u989B","\u9C44","\u43DD"],"qi\u011B j\u016B":["\u4E14"],p\u012B:["\u4E15","\u4F13","\u4F3E","\u567C","\u576F","\u5CAF","\u61B5","\u6279","\u62AB","\u708B","\u72C9","\u72D3","\u7812","\u78C7","\u7914","\u7915","\u79DB","\u79E0","\u801A","\u8C7E","\u90B3","\u921A","\u925F","\u9294","\u9303","\u930D","\u9739","\u99D3","\u9AEC","\u9B7E","\u{2CCF5}"],sh\u00EC:["\u4E16","\u4E17","\u4E8A","\u4E8B","\u4ED5","\u4F8D","\u519F","\u52BF","\u52E2","\u534B","\u5469","\u55DC","\u566C","\u58EB","\u596D","\u5B15","\u5BA4","\u5E02","\u5F0F","\u5F11","\u5F12","\u6040","\u6043","\u623A","\u62ED","\u63D3","\u662F","\u6630","\u67BE","\u67FF","\u683B","\u6FA8","\u70D2","\u7176","\u7702","\u770E","\u7721","\u7757","\u793A","\u793B","\u7B6E","\u7C2D","\u8210","\u8213","\u896B","\u8996","\u89C6","\u89E2","\u8A66","\u8A93","\u8AE1","\u8B1A","\u8BD5","\u8C25","\u8CB0","\u8D33","\u8EFE","\u8F7C","\u901D","\u907E","\u91C8","\u91CA","\u91CB","\u9230","\u9243","\u927D","\u94C8","\u98FE","\u9919","\u991D","\u9970","\u9C18","\u43E1","\u{2C90A}"],qi\u016B:["\u4E18","\u4E20","\u5775","\u5A9D","\u6058","\u6077","\u6978","\u79CB","\u79CC","\u7A50","\u7BCD","\u7DE7","\u8429","\u8612","\u86AF","\u8775","\u87D7","\u8824","\u8DA5","\u90B1","\u97A6","\u97A7","\u9C0C","\u9C0D","\u9CC5","\u9D96","\u9E59","\u9F9D"],b\u01D0ng:["\u4E19","\u5C5B","\u6032","\u62A6","\u661E","\u663A","\u67C4","\u68C5","\u70B3","\u7980","\u79C9","\u7A1F","\u82EA","\u86C3","\u90B4","\u9235","\u9643","\u9786","\u9905","\u9920","\u997C"],y\u00E8:["\u4E1A","\u4EB1","\u50F7","\u58B7","\u591C","\u5DAA","\u5DAB","\u62B4","\u6359","\u64DB","\u64EA","\u64EB","\u6654","\u66C4","\u66C5","\u66D7","\u66F3","\u66F5","\u67BC","\u67BD","\u696D","\u6D02","\u6DB2","\u6FB2","\u70E8","\u71C1","\u7217","\u748D","\u76A3","\u77B1","\u77B8","\u790F","\u814B","\u8449","\u8B01","\u8C12","\u90BA","\u9134","\u9371","\u9437","\u9765","\u9768","\u9801","\u9875","\u9923","\u9941","\u998C","\u9A5C","\u9D7A","\u9E08"],c\u00F3ng:["\u4E1B","\u4ECE","\u53E2","\u5A43","\u5B6E","\u5F93","\u5F94","\u5F96","\u60B0","\u6A37","\u6B09","\u6DD9","\u7047","\u721C","\u742E","\u85C2","\u8AB4","\u8CE8","\u8CE9","\u931D"],d\u014Dng:["\u4E1C","\u5032","\u51AC","\u549A","\u57EC","\u5CBD","\u5D2C","\u5F9A","\u6638","\u6771","\u6C21","\u6C2D","\u6DB7","\u7B17","\u82F3","\u83C4","\u8740","\u9B97","\u9BDF","\u9D87","\u9DAB","\u9E2B","\u9F15","\u{2C7FD}"],s\u012B:["\u4E1D","\u4FEC","\u51D8","\u53AE","\u53F8","\u549D","\u5636","\u565D","\u5AA4","\u5EDD","\u6056","\u6495","\u65AF","\u6952","\u6CC0","\u6F8C","\u71CD","\u7997","\u79A0","\u79C1","\u7CF9","\u7D72","\u7DE6","\u7E9F","\u7F0C","\u7F73","\u856C","\u8652","\u86F3","\u8724","\u8784","\u87D6","\u87F4","\u9270","\u92AF","\u9376","\u9401","\u9536","\u98B8","\u98D4","\u9A26","\u9DE5","\u9E36","\u9F36","\u37C3"],ch\u00E9ng:["\u4E1E","\u5448","\u57CE","\u57D5","\u5818","\u584D","\u5856","\u5BAC","\u5CF8","\u60E9","\u61F2","\u6210","\u627F","\u6330","\u6381","\u63E8","\u67A8","\u68D6","\u6A59","\u6A99","\u6D06","\u6E97","\u6F82","\u73F5","\u73F9","\u757B","\u7A0B","\u7A9A","\u7B6C","\u7D7E","\u812D","\u837F","\u8AA0","\u8BDA","\u90D5","\u9172","\u92EE","\u94D6","\u9A2C","\u9BCE"],di\u016B:["\u4E1F","\u4E22","\u92A9","\u94E5"],li\u01CEng:["\u4E21","\u4E24","\u5169","\u5521","\u5562","\u639A","\u7DC9","\u813C","\u873D","\u88F2","\u9B49","\u9B4E","\u{2C72F}"],y\u01D2u:["\u4E23","\u5363","\u53CB","\u6884","\u6E75","\u7256","\u7989","\u7F91","\u8048","\u82C3","\u83A0","\u870F","\u9149","\u92AA","\u94D5","\u9EDD"],y\u00E1n:["\u4E25","\u53B3","\u5571","\u55A6","\u56B4","\u5869","\u58DB","\u58E7","\u598D","\u59F8","\u5A2B","\u5A2E","\u5CA9","\u5D52","\u5D53","\u5DCC","\u5DD6","\u5DD7","\u5EF6","\u63C5","\u6616","\u694C","\u6A90","\u6AE9","\u6B15","\u6CBF","\u708E","\u708F","\u72FF","\u7402","\u76D0","\u789E","\u7B75","\u7C37","\u839A","\u8505","\u8664","\u8712","\u8A00","\u8A01","\u8A2E","\u8A7D","\u8BA0","\u90D4","\u9586","\u95BB","\u95EB","\u960E","\u984F","\u9854","\u989C","\u9E7D","\u9EA3","\u{2B127}"],b\u00ECng:["\u4E26","\u4F75","\u5002","\u50A1","\u57AA","\u6452","\u6824","\u75C5","\u7A89","\u7ADD","\u8A81","\u9750","\u9BA9"],"s\xE0ng s\u0101ng":["\u4E27"],g\u01D4n:["\u4E28","\u60C3","\u6EDA","\u6EFE","\u78D9","\u7DC4","\u7EF2","\u84D8","\u8509","\u886E","\u889E","\u8F25","\u8F8A","\u9B8C","\u9BC0","\u9CA7"],ji\u016B:["\u4E29","\u52FC","\u557E","\u63EA","\u63EB","\u673B","\u7A76","\u7CFE","\u7EA0","\u841B","\u8D73","\u9604","\u9B0F","\u9B2E","\u9CE9","\u9E20"],"g\xE8 g\u011B":["\u4E2A","\u500B","\u5404"],y\u0101:["\u4E2B","\u5727","\u5B72","\u5E98","\u62BC","\u6792","\u6860","\u690F","\u930F","\u941A","\u9D09","\u9D28","\u9D76","\u9E26","\u9E2D"],p\u00E1n:["\u4E2C","\u5ABB","\u5E4B","\u69C3","\u6D00","\u700A","\u723F","\u76D8","\u76E4","\u78D0","\u7E0F","\u84B0","\u87E0","\u8E52","\u8E63","\u939C","\u97B6"],"zh\u014Dng zh\xF2ng":["\u4E2D"],j\u01D0:["\u4E2E","\u5980","\u5DF1","\u621F","\u6324","\u638E","\u64A0","\u64E0","\u6A76","\u6CF2","\u72B1","\u810A","\u866E","\u87E3","\u9B62","\u9C7E","\u9E82"],ji\u00E8:["\u4E2F","\u4ECB","\u501F","\u5536","\u583A","\u5C46","\u5C4A","\u5C95","\u5E8E","\u5FA3","\u6212","\u6950","\u7297","\u73A0","\u743E","\u754C","\u754D","\u75A5","\u780E","\u86A7","\u86F6","\u8878","\u892F","\u8AA1","\u8BEB","\u9385","\u9AB1","\u9B6A"],f\u0113ng:["\u4E30","\u4EF9","\u5051","\u50FC","\u51E8","\u51EC","\u51EE","\u59A6","\u5BF7","\u5C01","\u5CEF","\u5CF0","\u5D36","\u67AB","\u6953","\u6A92","\u6CA3","\u6CA8","\u6E22","\u7043","\u70FD","\u728E","\u7326","\u7412","\u75AF","\u760B","\u76FD","\u781C","\u78B8","\u7BC8","\u8634","\u8702","\u882D","\u8C50","\u9137","\u9146","\u92D2","\u93BD","\u93E0","\u950B","\u973B","\u974A","\u98CC","\u9EB7"],"gu\xE0n ku\xE0ng":["\u4E31"],chu\u00E0n:["\u4E32","\u6C4C","\u7394","\u8CD7","\u91E7","\u948F"],ch\u01CEn:["\u4E33","\u4EA7","\u5181","\u5277","\u56C5","\u5D7C","\u65F5","\u6D50","\u6EFB","\u705B","\u7522","\u7523","\u7C05","\u8487","\u8546","\u8AC2","\u8B42","\u8B87","\u8C04","\u93DF","\u94F2","\u95B3","\u95E1","\u9610","\u9AA3","\u{2C2A4}"],l\u00EDn:["\u4E34","\u51A7","\u58E3","\u5D0A","\u5D99","\u65B4","\u667D","\u66BD","\u6797","\u6F7E","\u7036","\u71D0","\u7433","\u7498","\u77B5","\u7884","\u78F7","\u7CA6","\u7CBC","\u7E57","\u7FF7","\u81E8","\u8F54","\u8F9A","\u9074","\u90BB","\u9130","\u93FB","\u963E","\u96A3","\u9716","\u9A4E","\u9C57","\u9CDE","\u9E90","\u9E9F","\u{2CD0A}","\u{2CB78}"],zhu\u00F3:["\u4E35","\u5285","\u5353","\u5544","\u5734","\u59B0","\u5A3A","\u64AF","\u64C6","\u64E2","\u65AB","\u65AE","\u65B1","\u65B2","\u65B5","\u666B","\u6913","\u6D4A","\u6D5E","\u6FC1","\u707C","\u70F5","\u7438","\u787A","\u799A","\u7AA1","\u7C57","\u7C71","\u7F6C","\u8301","\u8817","\u883F","\u8AC1","\u8AD1","\u8B36","\u8BFC","\u914C","\u9432","\u956F","\u9D6B","\u9DDF","\u44EC","\u{2CE26}"],zh\u01D4:["\u4E36","\u4E3B","\u52AF","\u5631","\u56D1","\u5B94","\u5E3E","\u62C4","\u6E1A","\u6FD0","\u7151","\u716E","\u71DD","\u77A9","\u77DA","\u7F5C","\u8A5D","\u967C","\u9E00","\u9E88","\u{2C8DE}"],b\u0101:["\u4E37","\u4EC8","\u516B","\u53ED","\u54F5","\u593F","\u5C9C","\u5DF4","\u634C","\u6733","\u7390","\u75A4","\u7B06","\u7C91","\u7F93","\u82AD","\u8686","\u8C5D","\u91DF"],w\u00E1n:["\u4E38","\u5213","\u5B8C","\u5C8F","\u628F","\u6356","\u6C4D","\u70F7","\u73A9","\u7413","\u7B02","\u7D08","\u7EA8","\u7FEB","\u8284","\u8CA6","\u9811","\u987D"],d\u0101n:["\u4E39","\u52EF","\u5330","\u5358","\u5989","\u5A85","\u6B9A","\u6BAB","\u7514","\u7708","\u7803","\u7BAA","\u7C1E","\u803C","\u803D","\u8043","\u8078","\u891D","\u894C","\u8EAD","\u90F8","\u9132","\u9156","\u9815"],"w\xE8i w\xE9i":["\u4E3A"],"j\u01D0ng d\u01CEn":["\u4E3C"],"l\xEC l\xED":["\u4E3D"],j\u01D4:["\u4E3E","\u5F06","\u6319","\u64E7","\u6907","\u6989","\u6998","\u6AF8","\u6B05","\u77E9","\u7B65","\u8065","\u8209","\u8392","\u849F","\u8977","\u8E3D","\u9F5F","\u9F83"],pi\u011B:["\u4E3F","\u82E4","\u9405","\u{2CB6F}"],f\u00FA:["\u4E40","\u4F0F","\u4FD8","\u51EB","\u521C","\u5310","\u5488","\u54F9","\u5798","\u5B5A","\u5CAA","\u5DFF","\u5E17","\u5E45","\u5E5E","\u5F17","\u5F7F","\u602B","\u6276","\u67EB","\u683F","\u6874","\u6C1F","\u6CED","\u6D6E","\u6DAA","\u6F93","\u70A5","\u73B8","\u7536","\u7549","\u7641","\u7953","\u798F","\u7A2A","\u7B26","\u7B99","\u7D31","\u7D3C","\u7D65","\u7D8D","\u7EC2","\u7ECB","\u7F58","\u7F66","\u7FC7","\u8240","\u8299","\u82A3","\u82FB","\u8300","\u832F","\u83D4","\u844D","\u8659","\u86A8","\u8709","\u8760","\u889A","\u88B1","\u8946","\u8965","\u8AE8","\u8C67","\u8E3E","\u8F3B","\u8F90","\u90DB","\u9258","\u925C","\u97CD","\u97E8","\u98AB","\u9AF4","\u9B84","\u9BB2","\u9CE7","\u9CEC","\u9D14","\u9D69","\u9EFB"],"y\xED j\xED":["\u4E41"],y\u00EC:["\u4E42","\u4E49","\u4E84","\u4EA6","\u4EBF","\u4F07","\u4F3F","\u4F7E","\u4FCB","\u5104","\u517F","\u5208","\u5293","\u52AE","\u52DA","\u52E9","\u5307","\u5453","\u546D","\u5479","\u5508","\u56C8","\u571B","\u5744","\u57BC","\u57F8","\u5955","\u5AD5","\u5B11","\u5BF1","\u5C79","\u5CC4","\u5DA7","\u5E1F","\u5E20","\u5E46","\u5ED9","\u5F02","\u5F08","\u5F0B","\u5F79","\u5FC6","\u6008","\u603F","\u6092","\u610F","\u61B6","\u61CC","\u61FF","\u6291","\u6339","\u6561","\u6613","\u6679","\u66C0","\u66CE","\u6759","\u678D","\u68ED","\u698F","\u69F8","\u6A8D","\u6B5D","\u6B94","\u6BAA","\u6BB9","\u6BC5","\u6D42","\u6D65","\u6D73","\u6E59","\u6EA2","\u6F69","\u6FBA","\u7037","\u7088","\u7132","\u71A0","\u71A4","\u71BC","\u71DA","\u71E1","\u71F1","\u7348","\u73B4","\u7570","\u75AB","\u75EC","\u7617","\u761E","\u7631","\u7654","\u76CA","\u7796","\u7A53","\u7AE9","\u7BD2","\u7E0A","\u7E76","\u7E79","\u7ECE","\u7F22","\u7FA9","\u7FBF","\u7FCA","\u7FCC","\u7FF3","\u7FFC","\u8034","\u8084","\u808A","\u8189","\u81C6","\u8257","\u827A","\u8285","\u82C5","\u841F","\u84FA","\u858F","\u85D9","\u85DD","\u8619","\u8649","\u8734","\u87A0","\u886A","\u88A3","\u88D4","\u88DB","\u8939","\u897C","\u8A32","\u8A33","\u8A4D","\u8A63","\u8ABC","\u8B6F","\u8B70","\u8B9B","\u8BAE","\u8BD1","\u8BE3","\u8C0A","\u8C59","\u8C5B","\u8C77","\u8C96","\u8D00","\u8DC7","\u8F76","\u9038","\u9091","\u9113","\u91B7","\u91F4","\u9220","\u93B0","\u943F","\u9552","\u9571","\u9623","\u96BF","\u972C","\u9950","\u99C5","\u9A5B","\u9A7F","\u9AAE","\u9BA8","\u9D82","\u9D83","\u9D8D","\u9DC1","\u9DCA","\u9DE7","\u9DFE","\u9E03","\u9E5D","\u9E62","\u9ED3","\u9F78","\u{2CB29}","\u344A","\u{2B137}","\u{2C7C1}"],n\u01CEi:["\u4E43","\u5037","\u5976","\u5B2D","\u5EFC","\u6C16","\u7593","\u827F","\u8FFA","\u91E2"],w\u01D4:["\u4E44","\u4E94","\u4EF5","\u4F0D","\u4FAE","\u5035","\u511B","\u5348","\u554E","\u59A9","\u5A2C","\u5AF5","\u5E91","\u5EE1","\u5FE4","\u6003","\u61AE","\u6440","\u6B66","\u6F55","\u7193","\u727E","\u739D","\u73F7","\u7466","\u7512","\u7894","\u821E","\u8E8C","\u8FD5","\u901C","\u965A","\u9D61","\u9E49","\u{23C98}"],ji\u01D4:["\u4E45","\u4E46","\u4E5D","\u4E63","\u597A","\u6766","\u6C63","\u7078","\u7396","\u7D24","\u820F","\u9152","\u9579","\u97ED","\u97EE"],"tu\u014D zh\xE9":["\u4E47","\u6754","\u99B2"],"me m\xF3 ma y\u0101o":["\u4E48"],zh\u012B:["\u4E4B","\u5001","\u536E","\u5DF5","\u6418","\u652F","\u6800","\u6894","\u6925","\u69B0","\u6C41","\u6CDC","\u75B7","\u7957","\u796C","\u79D3","\u7A19","\u7D95","\u80A2","\u80D1","\u80DD","\u8102","\u829D","\u8635","\u8718","\u887C","\u96BB","\u9CF7","\u9D32","\u9F05","\u{26B5C}"],"w\u016B w\xF9":["\u4E4C"],zh\u00E0:["\u4E4D","\u54A4","\u5BB1","\u643E","\u69A8","\u6EA0","\u75C4","\u86B1","\u8A50","\u8BC8","\u91A1","\u9705","\u40CE"],h\u016B:["\u4E4E","\u4E6F","\u5322","\u532B","\u547C","\u553F","\u5611","\u5780","\u5BE3","\u5E60","\u5FFD","\u60DA","\u6612","\u6B51","\u6CD8","\u6DF4","\u6EF9","\u70C0","\u82F8","\u864D","\u8656","\u8B3C","\u8EE4","\u8F77","\u96D0"],f\u00E1:["\u4E4F","\u4F10","\u50A0","\u577A","\u57A1","\u58A2","\u59C2","\u6830","\u6D4C","\u7782","\u7B29","\u7B4F","\u7F5A","\u7F70","\u7F78","\u85C5","\u95A5","\u9600"],"l\xE8 yu\xE8 y\xE0o l\xE0o":["\u4E50","\u6A02"],y\u00EDn:["\u4E51","\u541F","\u5656","\u569A","\u5701","\u57A0","\u5924","\u5A6C","\u5BC5","\u5CFE","\u5D1F","\u5D2F","\u6AAD","\u6BA5","\u6CFF","\u6DEB","\u6EDB","\u70CE","\u72BE","\u72FA","\u748C","\u784D","\u7892","\u8376","\u8529","\u8A14","\u8A1A","\u8A21","\u8ABE","\u911E","\u921D","\u9280","\u94F6","\u972A","\u9DE3","\u9F66"],p\u012Bng:["\u4E52","\u4FDC","\u5A09","\u6D84","\u7539","\u782F","\u8060","\u8275","\u9829"],p\u0101ng:["\u4E53","\u6EC2","\u80EE","\u8196","\u96F1","\u9736"],qi\u00E1o:["\u4E54","\u4FA8","\u50D1","\u5AF6","\u6194","\u6865","\u69D7","\u6A35","\u6A4B","\u6AF5","\u729E","\u77A7","\u785A","\u7904","\u834D","\u835E","\u854E","\u85EE","\u8B59","\u8DAB","\u9408","\u9792","\u97BD","\u9866"],h\u01D4:["\u4E55","\u7425","\u8400","\u864E","\u865D","\u933F","\u9BF1"],gu\u0101i:["\u4E56"],"ch\xE9ng sh\xE8ng":["\u4E57","\u4E58","\u5A0D"],y\u01D0:["\u4E59","\u4E5B","\u4EE5","\u501A","\u506F","\u5B1F","\u5D3A","\u5DF2","\u5EA1","\u6246","\u653A","\u657C","\u65D1","\u65D6","\u6AA5","\u77E3","\u7912","\u7B16","\u8223","\u8264","\u82E1","\u82E2","\u8681","\u8798","\u87FB","\u88FF","\u8E26","\u8F22","\u8F59","\u9018","\u914F","\u91D4","\u9218","\u926F","\u9487","\u9857","\u9CE6","\u9F6E","\u{2B5AE}","\u{2CE88}"],"h\xE1o y\u01D0":["\u4E5A"],"ni\xE8 mi\u0113":["\u4E5C"],q\u01D0:["\u4E5E","\u4F01","\u542F","\u5518","\u5553","\u5554","\u555F","\u5A4D","\u5C7A","\u675E","\u68E8","\u7398","\u76C0","\u7DBA","\u7EEE","\u8291","\u8AEC","\u8D77","\u9094","\u95D9"],y\u011B:["\u4E5F","\u51B6","\u5622","\u57DC","\u58C4","\u6F1C","\u91CE"],x\u00ED:["\u4E60","\u55BA","\u5AB3","\u5D8D","\u5E2D","\u693A","\u6A84","\u6F1D","\u7FD2","\u84C6","\u88AD","\u8972","\u89A1","\u89CB","\u8B35","\u8D98","\u90CB","\u93B4","\u96B0","\u972B","\u98C1","\u9A31","\u9A3D","\u9A68","\u9C3C","\u9CDB","\u{20164}","\u{2B62C}"],xi\u0101ng:["\u4E61","\u53A2","\u5EC2","\u5FC0","\u697F","\u6B00","\u6E58","\u74D6","\u7A25","\u7BB1","\u7DD7","\u7F03","\u81B7","\u8297","\u842B","\u8459","\u858C","\u8944","\u90F7","\u9109","\u910A","\u9115","\u9472","\u9576","\u9999","\u9A64","\u9AA7","\u9C5C","\u9E98","\u{2C64B}"],sh\u016B:["\u4E66","\u500F","\u5010","\u5135","\u53D4","\u59DD","\u5C17","\u6292","\u6393","\u6445","\u6504","\u66F8","\u67A2","\u68B3","\u6A1E","\u6B8A","\u6BB3","\u6BF9","\u6BFA","\u6DD1","\u702D","\u7102","\u758E","\u758F","\u7D13","\u7D80","\u7EBE","\u8212","\u83FD","\u852C","\u8E08","\u8ED7","\u8F38","\u8F93","\u9103","\u964E","\u9B9B","\u9D68"],d\u01D2u:["\u4E67","\u6296","\u6793","\u86AA","\u9204","\u9627","\u9661"],sh\u01D0:["\u4E68","\u4F7F","\u5158","\u53F2","\u59CB","\u5BA9","\u5C4E","\u6981","\u77E2","\u7B36","\u8C55","\u9242","\u99DB","\u9A76"],j\u012B:["\u4E69","\u50DF","\u51FB","\u5209","\u520F","\u525E","\u53FD","\u5527","\u559E","\u55D8","\u5630","\u573E","\u57FA","\u58BC","\u59EC","\u5C50","\u5D46","\u5D47","\u6483","\u64CA","\u671E","\u673A","\u6785","\u6A2D","\u6A5F","\u6BC4","\u6FC0","\u7284","\u7391","\u74A3","\u7578","\u757F","\u766A","\u77F6","\u78EF","\u79EF","\u7A4D","\u7B04","\u7B53","\u7B95","\u7C0A","\u7DC1","\u7F81","\u7F87","\u7F88","\u802D","\u808C","\u82A8","\u8640","\u8989","\u898A","\u8B4F","\u8B64","\u8BA5","\u8CEB","\u8CF7","\u8D4D","\u8DFB","\u8E11","\u8E8B","\u8EB8","\u9288","\u9324","\u9416","\u9447","\u9459","\u96AE","\u96DE","\u97BF","\u97F2","\u98E2","\u9951","\u9965","\u9B55","\u9CEE","\u9D8F","\u9DBA","\u9DC4","\u9E04","\u9E21","\u9F4E","\u9F4F","\u9F51","\u{2CBC0}","\u{2B4EF}","\u{2B4F9}","\u{2B300}"],n\u00E1ng:["\u4E6A","\u56A2","\u6B1C","\u8830","\u9962"],ji\u0101:["\u4E6B","\u4F73","\u50A2","\u52A0","\u5609","\u62B8","\u67B7","\u689C","\u6BE0","\u6CC7","\u6D43","\u6D79","\u728C","\u7333","\u73C8","\u75C2","\u7B33","\u7CD8","\u801E","\u8175","\u846D","\u8888","\u8C6D","\u8C91","\u8DCF","\u8FE6","\u926B","\u93B5","\u9553","\u9D10","\u9E9A","\u{2C0A9}"],j\u00F9:["\u4E6C","\u5028","\u5036","\u5177","\u5267","\u5287","\u52EE","\u57E7","\u57FE","\u58C9","\u59D6","\u5C66","\u5C68","\u5CA0","\u5DE8","\u5DEA","\u6007","\u60E7","\u6133","\u61C5","\u61FC","\u62D2","\u62E0","\u661B","\u6B6B","\u6D30","\u6FBD","\u70AC","\u70E5","\u728B","\u79EC","\u7AAD","\u7AB6","\u7C34","\u7C94","\u801F","\u805A","\u8661","\u86B7","\u8A4E","\u8BB5","\u8C66","\u8DDD","\u8E1E","\u8E86","\u907D","\u90AD","\u91B5","\u9245","\u943B","\u949C","\u98B6","\u98D3","\u99CF","\u9B94"],sh\u00ED:["\u4E6D","\u5341","\u57D8","\u5852","\u59FC","\u5B9E","\u5B9F","\u5BD4","\u5BE6","\u5CD5","\u5D75","\u65F6","\u65F9","\u6642","\u69AF","\u6E5C","\u6EA1","\u70BB","\u794F","\u7ACD","\u8680","\u8755","\u8FBB","\u9048","\u9250","\u98E0","\u9963","\u9B96","\u9C23","\u9CA5","\u9F2B","\u9F2D"],m\u01CEo:["\u4E6E","\u5187","\u536F","\u5CC1","\u623C","\u6634","\u6CD6","\u7B37","\u84E9","\u925A","\u94C6"],m\u01CEi:["\u4E70","\u562A","\u836C","\u8552","\u8CB7","\u9DF6"],lu\u00E0n:["\u4E71","\u4E82","\u91E0"],r\u01D4:["\u4E73","\u64E9","\u6C5D","\u8097","\u8FB1","\u910F"],xu\u00E9:["\u4E74","\u5B66","\u5B78","\u5CC3","\u5DA8","\u6588","\u6CF6","\u6FA9","\u71E2","\u7A74","\u8313","\u8895","\u8E05","\u9DFD","\u9E34"],y\u01CEn:["\u4DAE","\u4E75","\u4FE8","\u5043","\u513C","\u5156","\u5157","\u53A3","\u53B4","\u565E","\u5B4D","\u5D43","\u5DD8","\u5DDA","\u5F07","\u611D","\u622D","\u624A","\u6281","\u63A9","\u63DC","\u66EE","\u693C","\u6ABF","\u6C87","\u6E37","\u6F14","\u7430","\u7517","\u773C","\u7F68","\u8412","\u8758","\u884D","\u8917","\u8EBD","\u9043","\u90FE","\u9692","\u9869","\u9B47","\u9B58","\u9C0B","\u9DA0","\u9EE1","\u9EE4","\u9EEC","\u9EED","\u9EF6","\u9F34","\u9F39","\u9F74","\u9F91","\u{2CE18}","\u{2C642}","\u{2AA58}"],f\u01D4:["\u4E76","\u4FCC","\u4FDB","\u4FEF","\u5E9C","\u5F23","\u629A","\u62CA","\u64AB","\u65A7","\u6928","\u6ECF","\u7124","\u752B","\u76D9","\u7C20","\u8150","\u8151","\u8705","\u8F14","\u8F85","\u90D9","\u91DC","\u91E1","\u961D","\u982B","\u9B34","\u9EFC","\u356E","\u{2B5AF}"],sh\u0101:["\u4E77","\u5526","\u6740","\u686C","\u6BBA","\u6BEE","\u7300","\u75E7","\u7802","\u7870","\u7D17","\u7E7A","\u7EB1","\u8531","\u88DF","\u93A9","\u94E9","\u95B7","\u9AFF","\u9B66","\u9BCA","\u9BCB","\u9CA8"],n\u01CE:["\u4E78","\u96EB"],qi\u00E1n:["\u4E79","\u4E81","\u4EF1","\u5042","\u524D","\u5898","\u5A8A","\u5C92","\u62D1","\u63AE","\u69A9","\u6A6C","\u6B6C","\u6F5B","\u6F5C","\u6FF3","\u704A","\u7B9D","\u8465","\u8654","\u8EE1","\u9210","\u9257","\u92AD","\u9322","\u9386","\u94A4","\u94B1","\u94B3","\u976C","\u9A1A","\u9A1D","\u9C2C","\u9ED4","\u9EDA"],su\u01D2:["\u4E7A","\u5522","\u55E9","\u6240","\u669B","\u6E91","\u6EB9","\u7410","\u7411","\u7463","\u7D22","\u8928","\u9396","\u93BB","\u93C1","\u9501"],y\u00FA:["\u4E7B","\u4E8E","\u4E90","\u4F03","\u4F59","\u5823","\u582C","\u59A4","\u5A1B","\u5A2F","\u5A31","\u5B29","\u5D33","\u5D4E","\u5D5B","\u611A","\u6275","\u63C4","\u65DF","\u6961","\u6970","\u6986","\u6B24","\u6B48","\u6B5F","\u6B76","\u6E14","\u6E1D","\u6E61","\u6F01","\u6F9E","\u724F","\u72F3","\u7397","\u7399","\u745C","\u74B5","\u76C2","\u776E","\u7AAC","\u7AFD","\u7C45","\u7FAD","\u8174","\u81FE","\u8201","\u8206","\u8245","\u8330","\u842E","\u8438","\u854D","\u861B","\u865E","\u8676","\u8753","\u87B8","\u8867","\u8915","\u89A6","\u89CE","\u8ADB","\u8B23","\u8C00","\u8E30","\u8F3F","\u8F5D","\u903E","\u9098","\u9151","\u935D","\u9685","\u96D3","\u96E9","\u9918","\u9980","\u9A1F","\u9AAC","\u9AC3","\u9B5A","\u9B63","\u9BBD","\u9BF2","\u9C05","\u9C7C","\u9DE0","\u9E06","\u9F75"],zh\u00F9:["\u4E7C","\u4F2B","\u4F47","\u4F4F","\u577E","\u58B8","\u58F4","\u5D40","\u62C0","\u677C","\u67F1","\u6A26","\u6BB6","\u6CE8","\u70B7","\u75B0","\u771D","\u795D","\u7969","\u7ADA","\u7B6F","\u7BB8","\u7BEB","\u7C17","\u7D35","\u7D38","\u7EBB","\u7F9C","\u7FE5","\u82CE","\u8387","\u86C0","\u8A3B","\u8CAF","\u8D2E","\u8DD3","\u8EF4","\u9252","\u92F3","\u9444","\u94F8","\u99B5","\u99D0","\u9A7B"],zh\u011B:["\u4E7D","\u8005","\u8936","\u8975","\u8D6D","\u8E37","\u937A","\u9517"],"qi\xE1n g\u0101n":["\u4E7E"],"zh\xEC lu\xE0n":["\u4E7F"],gu\u012B:["\u4E80","\u572D","\u59AB","\u5AAF","\u5AE2","\u5B00","\u5E30","\u5F52","\u646B","\u691D","\u69FB","\u69FC","\u6AF7","\u6B78","\u73EA","\u7470","\u749D","\u74CC","\u7688","\u77A1","\u7845","\u8325","\u862C","\u898F","\u89C4","\u90BD","\u90CC","\u95A8","\u95FA","\u9A29","\u9B36","\u9B39"],"l\u01D0n l\xECn":["\u4E83"],ju\u00E9:["\u4E85","\u51B3","\u5214","\u5282","\u5337","\u53A5","\u564A","\u5B52","\u5B53","\u5D1B","\u5D2B","\u5DA5","\u5F4F","\u61A0","\u61B0","\u6204","\u6289","\u6317","\u6398","\u652B","\u6877","\u6A5B","\u6A5C","\u6B2E","\u6C12","\u6C7A","\u704D","\u7133","\u71A6","\u7211","\u7234","\u7235","\u7357","\u7383","\u73A6","\u73A8","\u73CF","\u7474","\u761A","\u77CD","\u77E1","\u7804","\u7D55","\u7D76","\u7EDD","\u81C4","\u82B5","\u855D","\u8568","\u8673","\u87E8","\u87E9","\u89D6","\u89EE","\u89FC","\u8A23","\u8B4E","\u8BC0","\u8C32","\u8C9C","\u8D7D","\u8D89","\u8E77","\u8EA9","\u920C","\u940D","\u941D","\u9481","\u9562","\u9D02","\u9D03","\u9DE2","\u{2B61D}","\u3D50","\u{2B50E}"],"le li\u01CEo":["\u4E86"],"g\xE8 m\u0101":["\u4E87"],"y\u01D4 y\xFA":["\u4E88","\u61D9"],zh\u0113ng:["\u4E89","\u4F42","\u51E7","\u59C3","\u5A9C","\u5CE5","\u5D1D","\u5D22","\u5F81","\u5FB0","\u70A1","\u70DD","\u722D","\u72F0","\u7319","\u7665","\u7710","\u7741","\u775C","\u7B5D","\u7B8F","\u7BDC","\u8047","\u8100","\u84B8","\u8E2D","\u9266","\u931A","\u93F3","\u9B07"],\u00E8r:["\u4E8C","\u5235","\u54A1","\u5F0D","\u5F10","\u6A32","\u8A80","\u8CAE","\u8CB3","\u8D30","\u9AF6"],ch\u00F9:["\u4E8D","\u5097","\u510A","\u6035","\u61B7","\u6410","\u65B6","\u6B5C","\u73FF","\u7421","\u77D7","\u7ACC","\u7D40","\u7ECC","\u81C5","\u89E6","\u89F8","\u8C56","\u9110","\u95A6","\u9EDC"],ku\u012B:["\u4E8F","\u5232","\u5CBF","\u5DCB","\u76D4","\u7AA5","\u7ABA","\u8067","\u8667","\u95DA","\u985D"],y\u00FAn:["\u4E91","\u4F1D","\u52FB","\u5300","\u56E9","\u5998","\u612A","\u62A3","\u6600","\u6A52","\u6C84","\u6DA2","\u6EB3","\u6F90","\u7189","\u7547","\u79D0","\u7B7C","\u7BD4","\u7D1C","\u7E1C","\u7EAD","\u8018","\u82B8","\u84B7","\u8553","\u90E7","\u9116","\u92C6","\u96F2"],h\u00F9:["\u4E92","\u51B1","\u55C0","\u569B","\u5A5F","\u5AED","\u5AEE","\u5CB5","\u5E0D","\u5F16","\u6019","\u6236","\u6237","\u6238","\u623D","\u6248","\u62A4","\u6608","\u69F4","\u6C8D","\u6CAA","\u6EEC","\u71A9","\u74E0","\u795C","\u7B0F","\u7C04","\u7C90","\u7D94","\u8530","\u8B77","\u8C70","\u9120","\u9359","\u9800","\u9C6F","\u9CE0","\u9CF8","\u9E0C","\u9E71"],q\u00ED:["\u4E93","\u5258","\u57FC","\u5C90","\u5C93","\u5D0E","\u5D5C","\u612D","\u6391","\u6589","\u658A","\u65C2","\u65D7","\u68CA","\u68CB","\u6AB1","\u6AC0","\u6B67","\u6DC7","\u6FDD","\u7309","\u7382","\u7426","\u742A","\u7482","\u7566","\u75A7","\u7881","\u7895","\u7941","\u7948","\u797A","\u79A5","\u7AD2","\u7C2F","\u7C31","\u7C4F","\u7CB8","\u7DA5","\u7DA6","\u80B5","\u8110","\u81CD","\u8269","\u82AA","\u8401","\u8415","\u8572","\u85C4","\u8604","\u8691","\u869A","\u86F4","\u871D","\u871E","\u87A7","\u8810","\u8900","\u8EDD","\u913F","\u91EE","\u9321","\u951C","\u966D","\u980E","\u9880","\u9A0E","\u9A0F","\u9A39","\u9A90","\u9A91","\u9B10","\u9B3F","\u9BD5","\u9C2D","\u9CAF","\u9CCD","\u9D78","\u9D80","\u9E92","\u9EA1","\u{28678}","\u{2CA02}","\u44EB"],j\u01D0ng:["\u4E95","\u5106","\u522D","\u5244","\u5753","\u5B91","\u5E5C","\u61AC","\u66BB","\u6B8C","\u6C6B","\u6C6C","\u6F8B","\u7484","\u749F","\u74A5","\u7A7D","\u80BC","\u87FC","\u8B66","\u9631","\u981A","\u9838"],s\u00EC:["\u4E96","\u4F40","\u4FA1","\u5129","\u5155","\u55E3","\u56DB","\u59D2","\u5A30","\u5B60","\u5BFA","\u5DF3","\u67F6","\u69B9","\u6C5C","\u6CD7","\u6CE4","\u6D0D","\u6D20","\u6D98","\u7003","\u726D","\u7940","\u79A9","\u7AE2","\u7B25","\u801C","\u8082","\u8086","\u857C","\u8997","\u8C84","\u91F2","\u9236","\u923B","\u98E4","\u98FC","\u9972","\u99DF","\u9A03","\u9A77"],su\u00EC:["\u4E97","\u5B18","\u5C81","\u5D57","\u65DE","\u6A96","\u6B72","\u6B73","\u6FBB","\u716B","\u71E7","\u74B2","\u7815","\u788E","\u795F","\u79AD","\u7A42","\u7A57","\u7A5F","\u7E40","\u7E50","\u7E78","\u895A","\u8AB6","\u8B62","\u8C07","\u8CE5","\u9083","\u9406","\u9429","\u96A7","\u97E2","\u{2B7E6}","\u{2CB7C}"],g\u00E8n:["\u4E98","\u4E99","\u63EF","\u6404","\u831B"],y\u00E0:["\u4E9A","\u4E9C","\u4FF9","\u51B4","\u529C","\u5714","\u5720","\u57E1","\u5A05","\u5A6D","\u63E0","\u6C29","\u6C2C","\u72BD","\u7811","\u7A0F","\u8050","\u897E","\u8980","\u8A1D","\u8BB6","\u8FD3","\u9F7E"],"xi\u0113 su\xF2":["\u4E9B"],"q\xED zh\u0101i":["\u4E9D","\u9F4A"],"y\u0101 y\xE0":["\u4E9E","\u538B","\u57AD","\u58D3","\u94D4"],"j\xED q\xEC":["\u4E9F","\u710F"],t\u00F3u:["\u4EA0","\u6295","\u982D","\u9AB0"],"w\xE1ng w\xFA":["\u4EA1"],"k\xE0ng h\xE1ng g\u0101ng":["\u4EA2"],d\u00E0:["\u4EA3","\u7714"],ji\u0101o:["\u4EA4","\u50EC","\u5A07","\u5B0C","\u5CE7","\u5D95","\u5DA3","\u618D","\u6912","\u6D47","\u6F86","\u7126","\u7901","\u7A5A","\u7C25","\u80F6","\u81A0","\u81B2","\u832D","\u832E","\u8549","\u8660","\u86DF","\u87ED","\u8DE4","\u8F47","\u90CA","\u940E","\u9A55","\u9A84","\u9BAB","\u9C9B","\u9D41","\u9DE6","\u9DEE","\u9E6A","\u4D14"],h\u00E0i:["\u4EA5","\u55D0","\u5BB3","\u6C26","\u9900","\u995A","\u99ED","\u99F4","\u9A87"],"h\u0113ng p\u0113ng":["\u4EA8"],m\u01D4:["\u4EA9","\u59C6","\u5CD4","\u62C7","\u6BCD","\u7261","\u7273","\u7542","\u7546","\u7552","\u755D","\u755E","\u756E","\u782A","\u80DF","\u8E07","\u9267","\u{2CB41}","\u{27FF9}"],ye:["\u4EAA"],xi\u01CEng:["\u4EAB","\u4EAF","\u54CD","\u60F3","\u6651","\u8683","\u8801","\u97FF","\u98E8","\u9909","\u9957","\u9977","\u9B9D","\u9BD7","\u9C76","\u9C9E"],j\u012Bng:["\u4EAC","\u4EB0","\u5162","\u5755","\u5759","\u5A5B","\u60CA","\u65CC","\u65CD","\u6676","\u6A78","\u6CFE","\u6D87","\u7304","\u775B","\u79D4","\u7A09","\u7CB3","\u7CBE","\u7D4C","\u7D93","\u7DA1","\u8059","\u8148","\u830E","\u8346","\u834A","\u83C1","\u844F","\u9A5A","\u9BE8","\u9CB8","\u9D81","\u9D84","\u9E96","\u9EA0","\u9F31","\u4D16"],t\u00EDng:["\u4EAD","\u505C","\u5A77","\u5D49","\u5EAD","\u5EF7","\u695F","\u69B3","\u7B73","\u8064","\u839B","\u8476","\u8713","\u874F","\u8AEA","\u9092","\u9706","\u9F2E","\u45F4"],li\u00E0ng:["\u4EAE","\u55A8","\u60A2","\u667E","\u6E78","\u8AD2","\u8C05","\u8F0C","\u8F1B","\u8F86","\u9344"],"q\u012Bn q\xECng":["\u4EB2","\u89AA"],b\u00F3:["\u4EB3","\u4EE2","\u4FBC","\u50F0","\u535A","\u5E1B","\u613D","\u61EA","\u632C","\u640F","\u6B02","\u6D61","\u6DFF","\u6E24","\u717F","\u7254","\u72DB","\u74DD","\u7934","\u79E1","\u7B94","\u7C19","\u7CEA","\u80C9","\u8116","\u818A","\u8236","\u824A","\u8421","\u8467","\u88AF","\u894F","\u896E","\u8B08","\u8E23","\u90E3","\u9238","\u9251","\u92CD","\u939B","\u946E","\u94B9","\u94C2","\u9548","\u993A","\u998E","\u999B","\u999E","\u99C1","\u99EE","\u9A73","\u9AC6","\u9D53","\u9E41"],y\u00F2u:["\u4EB4","\u4F51","\u4F66","\u4F91","\u53C8","\u53F3","\u54CA","\u5500","\u56FF","\u59F7","\u5BA5","\u5CDF","\u5E7C","\u72D6","\u7950","\u86B4","\u8A98","\u8BF1","\u8C81","\u8FF6","\u916D","\u91C9","\u9F2C"],xi\u00E8:["\u4EB5","\u4F33","\u505E","\u5070","\u50C1","\u5368","\u5378","\u5667","\u586E","\u5911","\u5A9F","\u5C51","\u5C67","\u5EE8","\u5FA2","\u61C8","\u66AC","\u68B0","\u698D","\u69AD","\u6CFB","\u6D29","\u6E2B","\u6FA5","\u7009","\u7023","\u707A","\u70A7","\u70A8","\u71EE","\u7215","\u736C","\u7944","\u79BC","\u7CCF","\u7D32","\u7D4F","\u7D6C","\u7E72","\u7E88","\u7EC1","\u7F37","\u85A2","\u85A4","\u87F9","\u880F","\u8909","\u893B","\u8B1D","\u8C22","\u8E9E","\u9082","\u977E","\u97F0","\u9F42","\u9F58","\u9F5B","\u9F65","\u{2CE7C}","\u{24AC9}"],"d\u01CEn d\xE0n":["\u4EB6","\u99BE"],li\u00E1n:["\u4EB7","\u5286","\u5332","\u5333","\u55F9","\u5652","\u5941","\u5969","\u5AFE","\u5E18","\u5EC9","\u601C","\u6190","\u6D9F","\u6F23","\u6FC2","\u6FD3","\u702E","\u7191","\u71EB","\u7C3E","\u7C62","\u7C68","\u7E3A","\u7FF4","\u8054","\u8068","\u806B","\u806E","\u806F","\u81C1","\u83B2","\u84EE","\u8595","\u878A","\u880A","\u88E2","\u8933","\u899D","\u8B30","\u8E65","\u8FDE","\u9023","\u938C","\u942E","\u9570","\u9B11","\u9C31","\u9CA2"],du\u01D2:["\u4EB8","\u54DA","\u56B2","\u57F5","\u5D1C","\u6735","\u6736","\u7D9E","\u7F0D","\u8D93","\u8EB1","\u8EB2","\u8EC3"],"w\u011Bi m\xE9n":["\u4EB9","\u6596"],r\u00E9n:["\u4EBA","\u4EBB","\u4EC1","\u58EC","\u5FC8","\u5FCE","\u6732","\u79C2","\u82A2","\u9B5C","\u9D40"],j\u00ED:["\u4EBC","\u4EBD","\u4F0B","\u4F76","\u506E","\u5359","\u5373","\u537D","\u53CA","\u53DD","\u5409","\u5832","\u5849","\u59DE","\u5AC9","\u5C8C","\u5D74","\u5DAF","\u5F76","\u5FE3","\u6025","\u6131","\u6222","\u63E4","\u6781","\u68D8","\u696B","\u6975","\u69C9","\u6A9D","\u6B9B","\u6C72","\u6E52","\u6F57","\u75BE","\u7620","\u768D","\u7B08","\u7BBF","\u7C4D","\u7D1A","\u7EA7","\u818C","\u8265","\u84BA","\u8540","\u857A","\u874D","\u878F","\u894B","\u89D9","\u8C3B","\u8E16","\u8E50","\u8EA4","\u8F2F","\u8F5A","\u8F91","\u90C6","\u92A1","\u9353","\u93F6","\u96C6","\u96E7","\u9735","\u9E61","\u3D14"],w\u00E1ng:["\u4EBE","\u4EFC","\u5166","\u83A3","\u869F"],"sh\xE9n sh\xED":["\u4EC0"],l\u00E8:["\u4EC2","\u53FB","\u5FC7","\u6C3B","\u6CD0","\u738F","\u7833","\u7C15","\u827B","\u961E","\u97F7","\u990E","\u9C33","\u9C73","\u9CD3"],d\u012Bng:["\u4EC3","\u53EE","\u5E04","\u738E","\u7594","\u76EF","\u8035","\u8670","\u976A"],z\u00E8:["\u4EC4","\u5D31","\u5E82","\u6351","\u6603","\u6617","\u6C44"],"j\u01D0n j\xECn":["\u4EC5","\u50C5","\u5AE4"],"p\xFA p\u016B":["\u4EC6"],"ch\xF3u qi\xFA":["\u4EC7"],zh\u01CEng:["\u4EC9","\u5E65","\u638C","\u7903"],j\u012Bn:["\u4ECA","\u583B","\u5DFE","\u60CD","\u65A4","\u6D25","\u73D2","\u743B","\u74A1","\u781B","\u7B4B","\u8355","\u887F","\u895F","\u89D4","\u91D1","\u91D2","\u91FF","\u9485","\u9E76","\u9EC5","\u{2CB31}"],b\u012Bng:["\u4ECC","\u4ED2","\u5175","\u51AB","\u51B0","\u63A4","\u6C37","\u92F2"],r\u00E9ng:["\u4ECD","\u793D","\u82BF","\u8FB8","\u967E"],f\u00F3:["\u4ECF","\u5772","\u68BB"],"j\u012Bn s\u01CEn":["\u4ED0"],l\u00FAn:["\u4ED1","\u4F26","\u4F96","\u502B","\u56F5","\u5707","\u5A68","\u5D18","\u5D19","\u68C6","\u6CA6","\u6DEA","\u78EE","\u8140","\u83D5","\u8726","\u8E1A","\u8F2A","\u8F6E","\u9300","\u966F","\u9BE9","\u{2CB2D}"],c\u0101ng:["\u4ED3","\u4EFA","\u5009","\u51D4","\u5D62","\u6CA7","\u6EC4","\u6FF8","\u734A","\u8231","\u8259","\u82CD","\u84BC","\u87A5","\u9E27"],"z\u01CEi z\u01D0 z\u012B":["\u4ED4"],t\u0101:["\u4ED6","\u584C","\u5B83","\u6999","\u6EBB","\u7260","\u7942","\u891F","\u8DBF","\u9062","\u95E7"],f\u00F9:["\u4ED8","\u5069","\u5085","\u51A8","\u526F","\u5490","\u577F","\u590D","\u5987","\u5A66","\u5A8D","\u5B14","\u5BCC","\u5FA9","\u6931","\u7954","\u79A3","\u7ACE","\u7DEE","\u7E1B","\u7F1A","\u8179","\u842F","\u8567","\u86B9","\u86D7","\u875C","\u876E","\u889D","\u8907","\u8984","\u8986","\u8A03","\u8A42","\u8BA3","\u8CA0","\u8CE6","\u8CFB","\u8D1F","\u8D4B","\u8D59","\u8D74","\u8F39","\u9351","\u9362","\u961C","\u9644","\u99A5","\u99D9","\u9A78","\u9B92","\u9C12","\u9C8B","\u9CC6","\u3CC7"],xi\u0101n:["\u4ED9","\u4EDA","\u4F61","\u50CA","\u50F2","\u5148","\u5615","\u597E","\u5C73","\u5EEF","\u5FFA","\u61B8","\u6380","\u66B9","\u6774","\u6C19","\u73D7","\u7946","\u79C8","\u7C7C","\u7E4A","\u7E8E","\u7E96","\u82EE","\u893C","\u8973","\u8DF9","\u8E6E","\u8E9A","\u9170","\u9341","\u9528","\u97EF","\u97F1","\u99A6","\u9C7B","\u9DB1","\u{2CE23}"],"tu\u014D ch\xE0 du\xF3":["\u4EDB"],h\u00F3ng:["\u4EDC","\u5430","\u57AC","\u5985","\u5A02","\u5B8F","\u5B96","\u5F18","\u5F4B","\u6C6F","\u6CD3","\u6D2A","\u6D64","\u6E31","\u6F42","\u7392","\u739C","\u7AD1","\u7AE4","\u7BCA","\u7CA0","\u7D18","\u7D2D","\u7D8B","\u7EAE","\u7FC3","\u7FDD","\u803E","\u82F0","\u836D","\u8452","\u8453","\u8C39","\u8C3C","\u921C","\u9277","\u92D0","\u958E","\u95F3","\u9710","\u971F","\u9783","\u9B5F","\u9D3B","\u9E3F","\u9EC9","\u9ECC","\u{2B7F9}","\u{2CB4E}"],t\u00F3ng:["\u4EDD","\u4F5F","\u54C3","\u5CC2","\u5CDD","\u5E9D","\u5F64","\u664D","\u66C8","\u6850","\u6C03","\u6D75","\u6F7C","\u729D","\u735E","\u772E","\u77B3","\u783C","\u79F1","\u7AE5","\u7CA1","\u81A7","\u833C","\u8692","\u8A77","\u8D68","\u916E","\u9256","\u9275","\u9285","\u94DC","\u9907","\u9BA6","\u9C96","\u{2B363}","\u{2648D}"],r\u00E8n:["\u4EDE","\u4EED","\u5203","\u5204","\u598A","\u59D9","\u5C7B","\u5C83","\u6268","\u7263","\u794D","\u7D09","\u7D1D","\u7D4D","\u7EAB","\u7EB4","\u8095","\u814D","\u887D","\u88B5","\u8A12","\u8A8D","\u8BA4","\u8BB1","\u8ED4","\u8F6B","\u9213","\u976D","\u9771","\u97CC","\u97E7","\u98EA","\u9901","\u996A"],qi\u0101n:["\u4EDF","\u4F65","\u50C9","\u5343","\u5732","\u5977","\u5B6F","\u5C8D","\u60AD","\u6106","\u6173","\u6266","\u62EA","\u6434","\u6481","\u6510","\u6511","\u6513","\u6744","\u6ACF","\u6C58","\u6C67","\u7275","\u727D","\u7ACF","\u7B7E","\u7C3D","\u7C56","\u7C64","\u7C81","\u828A","\u833E","\u8688","\u8930","\u8AD0","\u8B19","\u8C26","\u8C38","\u8FC1","\u9077","\u91FA","\u9206","\u925B","\u93F2","\u948E","\u9621","\u97C6","\u9845","\u9A2B","\u9A9E","\u9B1C","\u9B1D","\u9D6E","\u9E50"],"g\u01CEn h\xE0n":["\u4EE0"],"y\xEC g\u0113":["\u4EE1"],d\u00E0i:["\u4EE3","\u4FA2","\u53C7","\u5788","\u57ED","\u5CB1","\u5E12","\u5E26","\u5E2F","\u5E36","\u5ED7","\u6020","\u6234","\u66C3","\u67CB","\u6B86","\u703B","\u73B3","\u7447","\u7519","\u7C24","\u7D3F","\u7DFF","\u7ED0","\u825C","\u8773","\u888B","\u8976","\u8CA3","\u8D37","\u8E5B","\u8ED1","\u8EDA","\u8EE9","\u8F6A","\u8FE8","\u9734","\u9746","\u9D0F","\u9EDB","\u9EF1"],"l\xECng l\xEDng l\u01D0ng":["\u4EE4"],ch\u00E0o:["\u4EE6","\u8016","\u89D8"],"ch\xE1ng zh\u01CEng":["\u4EE7","\u514F","\u9577","\u957F"],s\u0101:["\u4EE8"],ch\u00E1ng:["\u4EE9","\u507F","\u511F","\u5617","\u5690","\u5AE6","\u5C1D","\u5E38","\u5F9C","\u747A","\u74FA","\u751E","\u80A0","\u8178","\u8193","\u82CC","\u8407","\u9578","\u9C68","\u9CBF"],y\u00ED:["\u4EEA","\u4F87","\u5100","\u519D","\u531C","\u54A6","\u572F","\u5937","\u59E8","\u5B90","\u5B9C","\u5BA7","\u5BF2","\u5CD3","\u5DAC","\u5DB7","\u5DF8","\u5F5B","\u5F5C","\u5F5D","\u5F5E","\u6021","\u605E","\u6245","\u6686","\u6818","\u692C","\u6938","\u6C82","\u6D1F","\u71AA","\u74F5","\u75CD","\u79FB","\u7C03","\u7C4E","\u7FA0","\u80F0","\u8413","\u86E6","\u8794","\u89FA","\u8B3B","\u8CBD","\u8D3B","\u8DE0","\u8FFB","\u907A","\u93D4","\u9809","\u9824","\u9825","\u984A","\u9890","\u9974","\u9BA7","\u9D3A"],m\u00F9:["\u4EEB","\u51E9","\u52DF","\u5893","\u5E55","\u5E59","\u6154","\u6155","\u66AE","\u66AF","\u6728","\u6958","\u6BE3","\u6C90","\u7091","\u7267","\u72C7","\u76EE","\u7766","\u7A46","\u8252","\u82DC","\u83AF","\u869E","\u926C","\u94BC","\u96EE","\u9702"],"men m\xE9n":["\u4EEC"],f\u01CEn:["\u4EEE","\u53CD","\u6A4E","\u8FD4"],"ch\xE0o mi\u01CEo":["\u4EEF"],"y\u01CEng \xE1ng":["\u4EF0"],zh\u00F2ng:["\u4EF2","\u4F17","\u5839","\u5995","\u5A91","\u72C6","\u773E","\u794C","\u7B57","\u833D","\u869B","\u8846","\u8876","\u8AE5"],"p\u01D0 p\xED":["\u4EF3"],w\u00F2:["\u4EF4","\u5053","\u5367","\u5A89","\u5E44","\u63E1","\u6943","\u6C83","\u6E25","\u6FE3","\u74C1","\u7783","\u786A","\u809F","\u815B","\u81E5","\u9F77","\u9F8C"],ji\u00E0n:["\u4EF6","\u4FF4","\u5065","\u50ED","\u5251","\u5263","\u5271","\u528D","\u528E","\u5292","\u5294","\u58B9","\u5BCB","\u5EFA","\u5FA4","\u64F6","\u65D4","\u6957","\u6BFD","\u6D0A","\u6DA7","\u6F97","\u726E","\u73D4","\u77B7","\u78F5","\u7900","\u7BAD","\u7CCB","\u7E5D","\u8171","\u81F6","\u8230","\u8266","\u8350","\u85A6","\u89B8","\u8AD3","\u8AEB","\u8B5B","\u8C0F","\u8CCE","\u8CE4","\u8D31","\u8D9D","\u8DF5","\u8E10","\u8E3A","\u8F5E","\u9274","\u9373","\u9375","\u9431","\u9451","\u9452","\u946C","\u9473","\u952E","\u9593","\u991E","\u996F","\u{2C8E1}"],"ji\xE0 ji\xE8 jie":["\u4EF7"],"y\u01CEo f\xF3":["\u4EF8"],"r\xE8n r\xE9n":["\u4EFB"],"f\xE8n b\u012Bn":["\u4EFD"],d\u012B:["\u4EFE","\u4F4E","\u5572","\u57DE","\u5824","\u5CBB","\u5F7D","\u6A00","\u6EF4","\u78FE","\u79EA","\u7F9D","\u889B","\u8D86","\u9684","\u97AE","\u40C5"],f\u01CEng:["\u4EFF","\u5023","\u65CA","\u6609","\u6618","\u74EC","\u7706","\u7D21","\u7EBA","\u822B","\u8A2A","\u8BBF","\u9AE3","\u9DAD"],zh\u014Dng:["\u4F00","\u5223","\u5990","\u5E52","\u5F78","\u5FE0","\u67CA","\u6C77","\u6CC8","\u7082","\u76C5","\u7C66","\u7D42","\u7EC8","\u822F","\u8520","\u8719","\u87A4","\u87BD","\u8873","\u8877","\u8E71","\u9221","\u937E","\u9418","\u949F","\u953A","\u9D24","\u9F28"],p\u00E8i:["\u4F02","\u4F69","\u59F5","\u5E14","\u65BE","\u65C6","\u6C9B","\u6D7F","\u73EE","\u84DC","\u8F61","\u8F94","\u914D","\u9708","\u99B7"],di\u00E0o:["\u4F04","\u540A","\u5F14","\u6389","\u7639","\u76C4","\u7A8E","\u7AB5","\u7AE8","\u8A0B","\u91E3","\u921F","\u92B1","\u92FD","\u9443","\u9493","\u94DE","\u96FF","\u9B61"],d\u00F9n:["\u4F05","\u6F61","\u7096","\u71C9","\u76FE","\u7818","\u78B7","\u8E32","\u9007","\u9041","\u906F","\u920D","\u949D"],w\u011Bn:["\u4F06","\u520E","\u543B","\u5445","\u6286","\u687D","\u7A33","\u7A4F","\u7A69","\u7D0A","\u80B3","\u8117"],x\u01D0n:["\u4F08"],k\u00E0ng:["\u4F09","\u531F","\u56E5","\u6297","\u7095","\u9227","\u94AA"],\u00E0i:["\u4F0C","\u50FE","\u5867","\u58D2","\u5AD2","\u5B21","\u611B","\u61D3","\u66A7","\u66D6","\u7231","\u7477","\u74A6","\u76A7","\u77B9","\u7839","\u784B","\u788D","\u7919","\u8586","\u8B7A","\u8CF9","\u9440","\u9698","\u9749","\u9932","\u99A4","\u9C6B","\u9D31"],"j\xEC q\xED":["\u4F0E","\u85BA"],"xi\u016B x\u01D4":["\u4F11"],"j\xECn y\xEDn":["\u4F12"],d\u01CEn:["\u4F14","\u5210","\u64A2","\u73AC","\u74ED","\u7D1E","\u80C6","\u81BD","\u8874","\u8CE7","\u8D55","\u9ED5","\u{2C618}"],f\u016B:["\u4F15","\u544B","\u5A10","\u5B75","\u5C03","\u6024","\u61EF","\u6577","\u65C9","\u739E","\u7806","\u7A03","\u7B5F","\u7CD0","\u7D92","\u80A4","\u819A","\u8342","\u8374","\u886D","\u8DBA","\u8DD7","\u909E","\u911C","\u915C","\u9207","\u9EA9","\u9EAC","\u9EB1","\u9EB8","\u{2B4E7}"],t\u01CEng:["\u4F16","\u50A5","\u513B","\u57EB","\u6203","\u66ED","\u7223","\u77D8","\u8EBA","\u93B2","\u9482","\u954B"],y\u014Du:["\u4F18","\u512A","\u5466","\u5698","\u5CF3","\u5E7D","\u5FE7","\u60A0","\u6182","\u6538","\u6ACC","\u6EFA","\u7000","\u7E8B","\u7FAA","\u8030","\u900C","\u913E","\u9E80"],hu\u01D2:["\u4F19","\u5925","\u706B","\u7177","\u90A9","\u9225","\u94AC"],"hu\xEC ku\xE0i":["\u4F1A","\u6703","\u6D4D","\u74AF"],y\u01D4:["\u4F1B","\u4FC1","\u4FE3","\u504A","\u50B4","\u532C","\u5673","\u5704","\u5709","\u5B87","\u5BD9","\u5C7F","\u5DBC","\u5EBE","\u6327","\u6554","\u659E","\u6940","\u7440","\u7610","\u7964","\u79B9","\u7A65","\u7AB3","\u7FBD","\u8207","\u842D","\u8C90","\u9105","\u9828","\u9E8C","\u9F6C","\u9F89","\u3E84"],cu\u00EC:["\u4F1C","\u555B","\u5FF0","\u60B4","\u6BF3","\u6DEC","\u7120","\u75A9","\u7601","\u7AC1","\u7C8B","\u7CB9","\u7D23","\u7DB7","\u7FC6","\u7FE0","\u8103","\u8106","\u813A","\u81AC","\u81B5","\u81CE","\u8403","\u894A","\u9847"],s\u01CEn:["\u4F1E","\u5098","\u7CE4","\u7E56","\u994A","\u9993"],w\u011Bi:["\u4F1F","\u4F2A","\u5049","\u507D","\u50DE","\u5130","\u5A13","\u5BEA","\u5C57","\u5D23","\u5D89","\u5FAB","\u6107","\u6364","\u6690","\u68B6","\u6D27","\u6D58","\u6E28","\u709C","\u7152","\u7325","\u73AE","\u744B","\u75FF","\u7DEF","\u7EAC","\u8172","\u8249","\u829B","\u82C7","\u8371","\u840E","\u8466","\u848D","\u853F","\u873C","\u8AC9","\u8BFF","\u8E13","\u9361","\u97D1","\u97D9","\u97E1","\u97EA","\u9820","\u98B9","\u9AA9","\u9AAA","\u9AAB","\u9BAA","\u9C94","\u{2B1ED}","\u{2C029}","\u{2CC5F}"],"chu\xE1n zhu\xE0n":["\u4F20","\u50B3"],"ch\u0113 j\u016B":["\u4F21","\u4FE5","\u8F66"],"j\u016B ch\u0113":["\u8ECA"],y\u00E1:["\u4F22","\u5391","\u5393","\u5810","\u5C88","\u5D15","\u5D16","\u6DAF","\u6F04","\u7259","\u73A1","\u740A","\u775A","\u7B0C","\u82BD","\u869C","\u8859","\u9F56"],qi\u00E0n:["\u4F23","\u4FD4","\u5029","\u5119","\u520B","\u58CD","\u5B31","\u6093","\u68C8","\u6920","\u69E7","\u6B20","\u6B49","\u7698","\u7BCF","\u7BDF","\u7E34","\u82A1","\u84A8","\u8533","\u8F24","\u{2C62C}"],sh\u0101ng:["\u4F24","\u50B7","\u5546","\u5892","\u616F","\u6B87","\u6BA4","\u6EF3","\u6F21","\u71B5","\u850F","\u87AA","\u89DE","\u89F4","\u8B2A","\u9B3A"],ch\u0101ng:["\u4F25","\u5000","\u5A3C","\u660C","\u6919","\u6DD0","\u7316","\u7429","\u83D6","\u88EE","\u9329","\u9520","\u95B6","\u960A","\u9BE7","\u9CB3","\u9F1A"],"chen c\u0101ng":["\u4F27"],x\u00F9n:["\u4F28","\u4F9A","\u5342","\u5640","\u5DFA","\u5DFD","\u5F87","\u613B","\u6B89","\u6BBE","\u6C5B","\u6F60","\u72E5","\u8548","\u8A0A","\u8A13","\u8A19","\u8BAD","\u8BAF","\u8FC5","\u8FFF","\u900A","\u905C","\u9442","\u9868","\u99B4","\u9A6F"],x\u00ECn:["\u4F29","\u56DF","\u5B5E","\u812A","\u820B","\u8845","\u8A2B","\u91C1","\u9620","\u9856"],ch\u01D0:["\u4F2C","\u4F88","\u5376","\u53FA","\u544E","\u5791","\u6065","\u6B6F","\u803B","\u8094","\u80E3","\u8687","\u88ED","\u892B","\u8C49","\u9279","\u9F52","\u9F7F"],"xi\xE1n xu\xE1n":["\u4F2D"],"n\xFA n\u01D4":["\u4F2E"],"b\xF3 b\u01CEi":["\u4F2F"],"g\u016B g\xF9":["\u4F30"],n\u01D0:["\u4F31","\u4F60","\u511E","\u5B74","\u62DF","\u64EC","\u65CE","\u6672","\u72D4","\u82E8","\u85BF","\u96AC"],"n\xEC n\xED":["\u4F32"],b\u00E0n:["\u4F34","\u529E","\u534A","\u59C5","\u6011","\u626E","\u74E3","\u79DA","\u7D46","\u7ECA","\u8FA6","\u9261","\u977D"],x\u00F9:["\u4F35","\u4F90","\u52D6","\u52D7","\u5379","\u53D9","\u57BF","\u58FB","\u5A7F","\u5E8F","\u6064","\u654D","\u6558","\u65ED","\u662B","\u6702","\u69D2","\u6B30","\u6B88","\u6C7F","\u6C80","\u6D2B","\u6E86","\u6F35","\u6F4A","\u70C5","\u70FC","\u7166","\u735D","\u73EC","\u76E2","\u7781","\u7A38","\u7D6E","\u7D9A","\u7DD2","\u7DD6","\u7E8C","\u7EEA","\u7EED","\u8053","\u805F","\u84C4","\u85DA","\u8A39","\u8CC9","\u9157","\u980A","\u9C6E","\u3CDA"],zh\u00F2u:["\u4F37","\u50FD","\u5191","\u546A","\u5492","\u54AE","\u5B99","\u663C","\u665D","\u7503","\u76B1","\u76BA","\u7C40","\u7C52","\u7C55","\u7C99","\u7D02","\u7E10","\u7EA3","\u7EC9","\u80C4","\u836E","\u8464","\u8A4B","\u914E","\u99CE","\u9A5F","\u9AA4","\u3918","\u3447"],sh\u0113n:["\u4F38","\u4F81","\u515F","\u547B","\u5814","\u59BD","\u5A20","\u5C7E","\u5CF7","\u625F","\u6552","\u66D1","\u67DB","\u6C20","\u6DF1","\u71CA","\u73C5","\u7521","\u7527","\u7533","\u7712","\u7837","\u7A7C","\u7C76","\u7C78","\u7CC2","\u7D33","\u7EC5","\u7F59","\u7F67","\u8460","\u84E1","\u8518","\u8593","\u88D1","\u8A37","\u8A75","\u8BDC","\u8EAB","\u99EA","\u9BD3","\u9BF5","\u9C3A","\u9CB9","\u9D62","\u{2CCFD}"],q\u016B:["\u4F39","\u4F49","\u5324","\u547F","\u5765","\u5C48","\u5C96","\u5CB4","\u5D87","\u6188","\u62BE","\u657A","\u6D40","\u7140","\u795B","\u7B41","\u7CAC","\u80E0","\u86C6","\u86D0","\u88AA","\u89BB","\u8A58","\u8BCE","\u8D8D","\u8EAF","\u8EC0","\u9639","\u99C6","\u99C8","\u9A45","\u9A71","\u9AF7","\u9B7C","\u9C38","\u9C4B","\u9D8C","\u9EAF","\u9EB4","\u9EB9","\u9EE2","\u3B55","\u{2AA30}","\u44DB"],"s\xEC c\xEC":["\u4F3A"],b\u0113ng:["\u4F3B","\u5623","\u595F","\u5D29","\u5D6D","\u958D"],"s\xEC sh\xEC":["\u4F3C"],"ji\u0101 qi\xE9 g\u0101":["\u4F3D"],"y\u01D0 ch\xEC":["\u4F41"],"di\xE0n ti\xE1n":["\u4F43","\u94BF"],"h\u0101n g\xE0n":["\u4F44"],m\u00E0i:["\u4F45","\u52A2","\u52F1","\u5356","\u551B","\u58F2","\u8108","\u8847","\u8CE3","\u8FC8","\u9081","\u9721","\u9722","\u9EA5","\u9EA6","\u9FCF"],d\u00E0n:["\u4F46","\u50E4","\u5556","\u5557","\u557F","\u5649","\u56AA","\u5E0E","\u61BA","\u65E6","\u67E6","\u6C2E","\u6C8A","\u6CF9","\u6DE1","\u72DA","\u758D","\u765A","\u79AB","\u7A9E","\u8145","\u840F","\u84DE","\u86CB","\u8711","\u89DB","\u8A11","\u8A95","\u8BDE","\u8D09","\u972E","\u9924","\u994F","\u99F3","\u9AE7","\u9D20","\u{2B8B8}"],b\u00F9:["\u4F48","\u52CF","\u5425","\u5498","\u57D7","\u57E0","\u5E03","\u5ECD","\u6016","\u6091","\u6B65","\u6B68","\u6B69","\u74FF","\u7BF0","\u8379","\u8500","\u8E04","\u90E8","\u90F6","\u9208","\u949A","\u9922"],b\u01D0:["\u4F4A","\u4FFE","\u5315","\u5936","\u59A3","\u5F7C","\u673C","\u67C0","\u6BD4","\u6BDE","\u6C98","\u7595","\u79D5","\u7B14","\u7B46","\u7C83","\u805B","\u822D","\u8C8F","\u9119"],"zh\u0101o sh\xE0o":["\u4F4B"],c\u01D0:["\u4F4C","\u6B64","\u6CDA","\u7689","\u{2B696}"],w\u00E8i:["\u4F4D","\u536B","\u5473","\u5582","\u589B","\u5AA6","\u6170","\u61C0","\u672A","\u6E2D","\u715F","\u71AD","\u729A","\u732C","\u754F","\u7DED","\u7F7B","\u80C3","\u82FF","\u83CB","\u85EF","\u8636","\u875F","\u87B1","\u885B","\u885E","\u893D","\u8B02","\u8B86","\u8B8F","\u8C13","\u8E97","\u8E9B","\u8ECE","\u8F4A","\u93CF","\u9728","\u9927","\u9935","\u9956","\u9B4F","\u9B87","\u9CDA"],zu\u01D2:["\u4F50","\u5DE6","\u7E53"],y\u01CEng:["\u4F52","\u509F","\u517B","\u5771","\u5C9F","\u6143","\u61E9","\u6501","\u6C27","\u6C31","\u70B4","\u75D2","\u7662","\u7922","\u7D3B","\u8746","\u8EEE","\u990A","\u99DA"],"t\u01D0 t\u012B":["\u4F53","\u9AD4"],zh\u00E0n:["\u4F54","\u5061","\u5D98","\u6218","\u6226","\u6230","\u6808","\u685F","\u68E7","\u6E5B","\u7AD9","\u7DBB","\u7EFD","\u83DA","\u8638","\u8665","\u8666","\u8B67","\u8F4F","\u9A4F"],"h\xE9 h\u0113 h\xE8":["\u4F55"],b\u00EC:["\u4F56","\u5487","\u54D4","\u55F6","\u5752","\u581B","\u58C1","\u5970","\u59BC","\u5A62","\u5B16","\u5E01","\u5E63","\u5E64","\u5E87","\u5EB3","\u5EE6","\u5F0A","\u5F3B","\u5F3C","\u5F43","\u5FC5","\u602D","\u610A","\u610E","\u655D","\u6583","\u6890","\u6BD5","\u6BD6","\u6BD9","\u6E62","\u6ED7","\u6EED","\u6F77","\u714F","\u719A","\u72F4","\u7358","\u7359","\u73CC","\u74A7","\u7540","\u7562","\u75AA","\u75F9","\u75FA","\u7695","\u7764","\u78A7","\u7B5A","\u7B85","\u7B86","\u7BE6","\u7BF3","\u7C8A","\u7DBC","\u7E2A","\u7E74","\u7F7C","\u8177","\u82FE","\u835C","\u8406","\u841E","\u84D6","\u84FD","\u853D","\u859C","\u870C","\u8890","\u8945","\u895E","\u8963","\u89F1","\u8A56","\u8BD0","\u8CB1","\u8D14","\u8D51","\u8DF8","\u8E55","\u8E83","\u8E84","\u907F","\u90B2","\u9128","\u912A","\u924D","\u93CE","\u9434","\u94CB","\u9587","\u9589","\u959F","\u95ED","\u965B","\u97E0","\u98F6","\u9946","\u999D","\u99DC","\u9A46","\u9AC0","\u9B53","\u9B85","\u9DDD","\u9DE9","\u9F0A"],tu\u00F3:["\u4F57","\u5768","\u5836","\u5CAE","\u69D6","\u6A50","\u6CB1","\u7823","\u7824","\u78A2","\u7D3D","\u8A51","\u8DCE","\u9161","\u9624","\u9640","\u9641","\u99DD","\u99DE","\u9A28","\u9A52","\u9A5D","\u9A7C","\u9B80","\u9D15","\u9E35","\u9F09","\u9F0D","\u9F27","\u{2CD8D}"],sh\u00E9:["\u4F58","\u820C","\u8675","\u86E5"],"y\xEC di\xE9":["\u4F5A","\u6633","\u6CC6","\u8EFC"],"f\xF3 f\xFA b\xEC b\xF3":["\u4F5B"],"zu\xF2 zu\u014D":["\u4F5C"],g\u014Du:["\u4F5D","\u6C9F","\u6E9D","\u75C0","\u7BDD","\u7C3C","\u7DF1","\u7F11","\u88A7","\u8920","\u920E","\u9264","\u94A9","\u97B2","\u97DD"],n\u00ECng:["\u4F5E","\u4FAB","\u503F","\u5BD5","\u6CDE","\u6F9D","\u6FD8"],q\u00FA:["\u4F62","\u52AC","\u6235","\u65AA","\u6B0B","\u6B14","\u6C0D","\u6DED","\u7048","\u7220","\u7496","\u74A9","\u766F","\u78F2","\u7C67","\u7D47","\u80CA","\u81DE","\u83C3","\u844B","\u8556","\u8627","\u87DD","\u8837","\u883C","\u8850","\u8862","\u8EA3","\u8EE5","\u947A","\u9D1D","\u9E1C","\u9E32","\u9F29"],"y\u014Dng y\xF2ng":["\u4F63"],w\u01CE:["\u4F64","\u5493","\u7819","\u90B7"],k\u01CE:["\u4F67","\u57B0","\u80E9","\u88C3","\u9272"],b\u0101o:["\u4F68","\u52F9","\u5305","\u5B62","\u7172","\u7B23","\u80DE","\u82DE","\u8554","\u88E6","\u8912","\u8943","\u95C1","\u9F59","\u9F85"],"hu\xE1i hu\xED":["\u4F6A"],"g\xE9 h\xE8":["\u4F6B"],l\u01CEo:["\u4F6C","\u54BE","\u6045","\u6833","\u72EB","\u73EF","\u7853","\u8001","\u8002","\u8356","\u86EF","\u8F51","\u92A0","\u94D1","\u9BB1"],xi\u00E1ng:["\u4F6D","\u5EA0","\u6819","\u7965","\u7D74","\u7FD4","\u8A73","\u8DED"],g\u00E9:["\u4F6E","\u530C","\u5444","\u55DD","\u5865","\u6105","\u630C","\u643F","\u69C5","\u6ACA","\u6EC6","\u8188","\u81F5","\u8316","\u89E1","\u8AFD","\u8F35","\u8F55","\u95A3","\u9601","\u9694","\u97B7","\u97D0","\u97DA","\u9A14","\u9ABC","\u9BAF"],y\u00E1ng:["\u4F6F","\u52B7","\u579F","\u5D38","\u5F89","\u626C","\u63DA","\u656D","\u65F8","\u661C","\u6698","\u6768","\u694A","\u6D0B","\u7080","\u73DC","\u75A1","\u760D","\u773B","\u86D8","\u8AF9","\u8F30","\u935A","\u9496","\u9626","\u9633","\u967D","\u9737","\u98BA","\u98CF","\u9C11","\u9D39","\u9E09"],b\u01CEi:["\u4F70","\u636D","\u6446","\u64FA","\u6822","\u767E","\u7AE1","\u7CA8","\u896C"],f\u01CE:["\u4F71","\u5CDC","\u6CD5","\u704B","\u781D","\u9345"],m\u01D0ng:["\u4F72","\u51D5","\u59F3","\u614F","\u9169"],"\xE8r n\xE0i":["\u4F74"],h\u011Bn:["\u4F77","\u5F88","\u72E0","\u8A6A","\u{2C8F3}"],hu\u00F3:["\u4F78","\u6D3B"],gu\u01D0:["\u4F79","\u5326","\u532D","\u53AC","\u579D","\u59FD","\u5B84","\u5E8B","\u5EAA","\u6051","\u6677","\u6E40","\u7678","\u796A","\u7C0B","\u86EB","\u87E1","\u89E4","\u8A6D","\u8BE1","\u8ECC","\u8F68","\u9652","\u9B3C"],qu\u00E1n:["\u4F7A","\u5168","\u5573","\u57E2","\u59FE","\u5CD1","\u5DCF","\u62F3","\u643C","\u6743","\u697E","\u6A29","\u6B0A","\u6CC9","\u6D24","\u6E76","\u7277","\u7288","\u7454","\u75CA","\u7842","\u7B4C","\u7E13","\u8343","\u8472","\u8737","\u8838","\u89E0","\u8A6E","\u8BE0","\u8DE7","\u8E21","\u8F07","\u8F81","\u919B","\u9293","\u94E8","\u95CE","\u9874","\u98A7","\u99E9","\u9A21","\u9B08","\u9C01","\u9CC8","\u9F64"],ti\u0101o:["\u4F7B","\u5EA3","\u65EB","\u7967","\u804E"],ji\u01CEo:["\u4F7C","\u510C","\u5B42","\u6322","\u6405","\u649F","\u64B9","\u652A","\u656B","\u657D","\u657F","\u6648","\u669E","\u66D2","\u705A","\u71DE","\u72E1","\u74AC","\u768E","\u76A6","\u7D5E","\u7E90","\u7EDE","\u8173","\u81EB","\u87DC","\u8B51","\u8CCB","\u8E0B","\u9278","\u94F0","\u9903","\u997A","\u9C4E","\u9FA3"],c\u00EC:["\u4F7D","\u523E","\u5E9B","\u673F","\u6828","\u6B21","\u7D58","\u8326","\u83BF","\u86D3","\u8786","\u8CDC","\u8D50"],x\u00EDng:["\u4F80","\u5211","\u54D8","\u578B","\u5A19","\u5F62","\u6D10","\u784E","\u86F5","\u90A2","\u90C9","\u9203","\u9276","\u9292","\u9498","\u94CF","\u9649","\u9658","\u9933","\u{2BC1B}"],tu\u014D:["\u4F82","\u5483","\u549C","\u572B","\u6258","\u62D5","\u62D6","\u6C51","\u812B","\u8131","\u838C","\u88A5","\u8A17","\u8BAC","\u98E5","\u9966","\u9B60","\u9BB5"],k\u01CEn:["\u4F83","\u5058","\u519A","\u574E","\u60C2","\u780D","\u83B0","\u8F21","\u8F57","\u9851"],zh\u00ED:["\u4F84","\u5024","\u503C","\u57F4","\u57F7","\u59EA","\u5B02","\u6220","\u6267","\u646D","\u690D","\u6A34","\u6DD4","\u6F10","\u76F4","\u7983","\u7D77","\u7E36","\u8040","\u804C","\u8077","\u81B1","\u87D9","\u8DD6","\u8E2F","\u8E60","\u8E91","\u8EC4","\u91DE","\u99BD"],g\u0101i:["\u4F85","\u5793","\u59DF","\u5CD0","\u6650","\u7561","\u7974","\u8344","\u8A72","\u8BE5","\u8C65","\u8CC5","\u8CCC","\u8D45","\u9654"],l\u00E1i:["\u4F86","\u4FEB","\u5008","\u5D03","\u5D0D","\u5EB2","\u6765","\u68BE","\u68F6","\u6D9E","\u6DF6","\u730D","\u741C","\u7B59","\u7B82","\u83B1","\u840A","\u9028","\u90F2","\u9338","\u94FC","\u9A0B","\u9BE0","\u9D86","\u9EB3"],ku\u01CE:["\u4F89","\u54B5","\u57AE","\u9299"],g\u014Dng:["\u4F8A","\u516C","\u529F","\u5311","\u5314","\u5868","\u5BAB","\u5BAE","\u5DE5","\u5E4A","\u5F13","\u606D","\u653B","\u675B","\u78BD","\u7CFC","\u7CFF","\u80B1","\u89E5","\u89F5","\u8EAC","\u8EB3","\u9AF8","\u9F94","\u9F9A","\u48BC"],l\u00EC:["\u4F8B","\u4FD0","\u4FEA","\u5088","\u512E","\u5137","\u51D3","\u5229","\u529B","\u52B1","\u52F5","\u5386","\u5389","\u53A4","\u53AF","\u53B2","\u53D3","\u540F","\u5456","\u550E","\u5533","\u56A6","\u56C7","\u575C","\u585B","\u58E2","\u5A33","\u5A6F","\u5C74","\u5CA6","\u60A7","\u60B7","\u6144","\u623E","\u642E","\u66A6","\u66C6","\u66DE","\u6738","\u67A5","\u6803","\u6817","\u681B","\u6AAA","\u6AD4","\u6AEA","\u6B10","\u6B74","\u6B77","\u6CA5","\u6CB4","\u6D96","\u6EA7","\u6FFF","\u701D","\u720F","\u72A1","\u7301","\u73D5","\u746E","\u74C5","\u74D1","\u74E5","\u75AC","\u75E2","\u7667","\u76ED","\u7759","\u7805","\u783A","\u783E","\u78FF","\u792A","\u792B","\u7930","\u79B2","\u79DD","\u7ACB","\u7B20","\u7BE5","\u7C92","\u7C9D","\u7CF2","\u8137","\u82C8","\u8318","\u8354","\u8385","\u8389","\u849A","\u849E","\u85F6","\u86B8","\u86CE","\u86E0","\u8727","\u8777","\u8807","\u8823","\u8A48","\u8B88","\u8D72","\u8F62","\u8F63","\u8F79","\u9148","\u925D","\u96B6","\u96B7","\u96F3","\u9742","\u974B","\u9B01","\u9CE8","\u9D17","\u9DC5","\u9E9C","\u{2BD77}","\u{2C35B}"],y\u012Bn:["\u4F8C","\u51D0","\u5591","\u567E","\u56D9","\u56E0","\u5794","\u5819","\u59FB","\u5A63","\u6114","\u6147","\u6836","\u6C24","\u6D07","\u6EB5","\u6FE6","\u7616","\u798B","\u79F5","\u7B43","\u7D6A","\u7DF8","\u8335","\u8491","\u852D","\u88C0","\u8AF2","\u92A6","\u94DF","\u95C9","\u9625","\u9634","\u9670","\u967B","\u9682","\u9712","\u9720","\u9787","\u97F3","\u97FE","\u99F0","\u9A83","\u9F57","\u{2C621}","\u{2C907}","\u{2CBB1}"],m\u01D0:["\u4F8E","\u5B4A","\u5F2D","\u6549","\u6D23","\u6E33","\u7056","\u7C73","\u7C8E","\u7F8B","\u8112","\u8288","\u845E","\u851D","\u92A4"],zh\u016B:["\u4F8F","\u682A","\u69E0","\u6A65","\u6AE7","\u6AEB","\u6D19","\u6F74","\u7026","\u732A","\u73E0","\u7843","\u79FC","\u7D51","\u8331","\u854F","\u86DB","\u876B","\u8829","\u88BE","\u8A85","\u8AF8","\u8BDB","\u8BF8","\u8C6C","\u8DE6","\u90BE","\u9296","\u94E2","\u99EF","\u9BA2","\u9BFA","\u9D38","\u9F04"],\u0101n:["\u4F92","\u5063","\u5A95","\u5B89","\u5CD6","\u5EB5","\u6849","\u6C28","\u76E6","\u76EB","\u8164","\u83F4","\u843B","\u844A","\u84ED","\u8A9D","\u8AF3","\u8C19","\u978C","\u978D","\u97FD","\u99A3","\u9B9F","\u9D6A","\u9D95","\u9E4C","\u{29F7E}"],l\u00F9:["\u4F93","\u50C7","\u52CE","\u52E0","\u5725","\u5774","\u5876","\u5A3D","\u5CCD","\u5ED8","\u5F54","\u5F55","\u622E","\u645D","\u6902","\u6A1A","\u6DD5","\u6DE5","\u6E0C","\u6F09","\u6F5E","\u742D","\u7490","\u752A","\u76DD","\u7769","\u7849","\u797F","\u7984","\u7A11","\u7A4B","\u7B93","\u7C0F","\u7C2C","\u7C35","\u7C36","\u7C59","\u7CB6","\u850D","\u8557","\u8642","\u87B0","\u8CC2","\u8D42","\u8DA2","\u8DEF","\u8E1B","\u8E57","\u8F05","\u8F46","\u8F82","\u8F98","\u902F","\u9181","\u9304","\u9332","\u9334","\u93F4","\u9678","\u9A04","\u9A3C","\u9BE5","\u9D3C","\u9D66","\u9D71","\u9DFA","\u9E6D","\u9E7F","\u9E93","\u{2B627}"],m\u00F3u:["\u4F94","\u52BA","\u6048","\u7738","\u86D1","\u8B00","\u8C0B","\u8E0E","\u936A","\u9D3E","\u9EB0"],\u00E9r:["\u4F95","\u513F","\u5150","\u5152","\u5CCF","\u682D","\u6D0F","\u7CAB","\u800C","\u80F9","\u834B","\u88BB","\u8F00","\u8F5C","\u9651","\u96AD","\u9AF5","\u9B9E","\u9C95","\u9D2F","\u9E38"],"d\xF2ng t\u01D2ng t\xF3ng":["\u4F97"],ch\u00E0:["\u4F98","\u597C","\u59F9","\u5C94","\u6C4A","\u8A6B","\u8BE7"],ch\u00EC:["\u4F99","\u50BA","\u52C5","\u52D1","\u53F1","\u557B","\u5F73","\u605C","\u6157","\u618F","\u61D8","\u62B6","\u6555","\u65A5","\u6758","\u6E41","\u707B","\u70BD","\u70FE","\u71BE","\u75D3","\u75F8","\u761B","\u7FC4","\u7FC5","\u7FE4","\u7FE8","\u815F","\u8D64","\u8DA9","\u906B","\u9253","\u96F4","\u98ED","\u996C","\u9D92","\u9DD8"],"g\xF2ng g\u014Dng":["\u4F9B","\u5171"],zh\u014Du:["\u4F9C","\u5468","\u558C","\u5DDE","\u5F9F","\u6D32","\u6DCD","\u70BF","\u70D0","\u73D8","\u77EA","\u821F","\u8B05","\u8B78","\u8BCC","\u8CD9","\u8D52","\u8F08","\u8F16","\u8F80","\u9031","\u90EE","\u9282","\u970C","\u99F2","\u9A06","\u9D43","\u9E3C"],r\u00FA:["\u4F9E","\u5112","\u5685","\u5982","\u5B2C","\u5B7A","\u5E24","\u66D8","\u6847","\u6E2A","\u6FE1","\u7B4E","\u8339","\u8560","\u85B7","\u8761","\u8815","\u88BD","\u8966","\u909A","\u91B9","\u92A3","\u94F7","\u986C","\u98A5","\u9C6C","\u9D11","\u9D3D"],"ji\xE0n c\xFAn":["\u4F9F"],xi\u00E1:["\u4FA0","\u4FE0","\u5323","\u5CE1","\u5CFD","\u656E","\u6687","\u67D9","\u70A0","\u70DA","\u72CE","\u72ED","\u72F9","\u73E8","\u7455","\u7856","\u7864","\u78AC","\u796B","\u7B6A","\u7E16","\u7FC8","\u821D","\u823A","\u8578","\u8D6E","\u8F44","\u8F96","\u9050","\u935C","\u938B","\u965C","\u967F","\u971E","\u9A22","\u9B7B","\u9DB7","\u9EE0"],l\u01DA:["\u4FA3","\u4FB6","\u5122","\u5415","\u5442","\u5C61","\u5C62","\u5C65","\u6314","\u635B","\u65C5","\u68A0","\u7112","\u7963","\u7A06","\u7A6D","\u7D7D","\u7E37","\u7F15","\u8182","\u8190","\u891B","\u8938","\u90D8","\u92C1","\u94DD"],ta:["\u4FA4"],"ji\u01CEo y\xE1o":["\u4FA5","\u50E5","\u5FBA"],zh\u0113n:["\u4FA6","\u5075","\u5BCA","\u5E27","\u5E2A","\u5E40","\u6438","\u659F","\u6862","\u6968","\u699B","\u6A3C","\u6B9D","\u6D48","\u6E5E","\u6F67","\u6FB5","\u7349","\u73CD","\u73CE","\u7467","\u7504","\u771E","\u771F","\u7827","\u78AA","\u796F","\u798E","\u799B","\u7BB4","\u80D7","\u81FB","\u8474","\u8496","\u84C1","\u85BD","\u8C9E","\u8D1E","\u8F43","\u9049","\u9159","\u91DD","\u9241","\u9331","\u937C","\u9488","\u9C75"],"c\xE8 z\xE8 zh\u0101i":["\u4FA7","\u5074"],ku\u00E0i:["\u4FA9","\u5108","\u51F7","\u54D9","\u5672","\u5726","\u5757","\u584A","\u5DDC","\u5EE5","\u5FEB","\u65DD","\u6B33","\u72EF","\u736A","\u7B77","\u7CE9","\u810D","\u81BE","\u90D0","\u9136","\u9C60","\u9C99"],ch\u00E1i:["\u4FAA","\u5115","\u558D","\u67F4","\u72B2","\u7961","\u8C7A"],n\u00F3ng:["\u4FAC","\u5102","\u519C","\u54DD","\u5665","\u6A82","\u6B01","\u6D53","\u6FC3","\u71F6","\u79AF","\u79FE","\u7A60","\u8113","\u81BF","\u857D","\u895B","\u8B68","\u8FB2","\u8FB3","\u91B2","\u9B1E","\u{2CAA9}"],j\u01D0n:["\u4FAD","\u5118","\u537A","\u53AA","\u5DF9","\u69FF","\u6F0C","\u747E","\u7D27","\u7DCA","\u83EB","\u84F3","\u8B39","\u8C28","\u9326","\u9526","\u9949","\u9991"],"h\xF3u h\xF2u":["\u4FAF","\u77E6"],ji\u01D2ng:["\u4FB0","\u50D2","\u518F","\u56E7","\u6CC2","\u6F83","\u70AF","\u70F1","\u715A","\u715B","\u71B2","\u71DB","\u7A98","\u7D97","\u8927","\u8FE5","\u9008","\u9848","\u988E","\u4339"],"ch\u011Bng t\u01D0ng":["\u4FB1"],"zh\xE8n zh\u0113n":["\u4FB2","\u63D5"],zu\u00F2:["\u4FB3","\u505A","\u5511","\u5750","\u5C9D","\u5C9E","\u5EA7","\u795A","\u7CF3","\u80D9","\u8443","\u8444","\u84D9","\u888F","\u963C"],q\u012Bn:["\u4FB5","\u5153","\u5A87","\u5D5A","\u5D94","\u6B3D","\u887E","\u8A9B","\u94A6","\u9849","\u99F8","\u9A8E","\u9BBC"],j\u00FA:["\u4FB7","\u5579","\u5A45","\u5C40","\u5DC8","\u6908","\u6A58","\u6CE6","\u6DD7","\u6E68","\u7117","\u7291","\u72CA","\u7CB7","\u83CA","\u861C","\u8D9C","\u8DFC","\u8E6B","\u8F02","\u90F9","\u95B0","\u99F6","\u9A67","\u9D59","\u9D74","\u9DAA","\u9F30","\u9F33","\u4D17"],"sh\xF9 d\u014Du":["\u4FB8"],t\u01D0ng:["\u4FB9","\u5722","\u5A17","\u633A","\u6D8F","\u70F6","\u73FD","\u8121","\u8247","\u8A94","\u9832","\u988B"],sh\u00E8n:["\u4FBA","\u613C","\u614E","\u661A","\u6D81","\u6E17","\u6EF2","\u7606","\u762E","\u7718","\u7973","\u80BE","\u80C2","\u8124","\u814E","\u8703","\u8704","\u92E0"],"tu\xEC tu\xF3":["\u4FBB"],n\u00E1n:["\u4FBD","\u5583","\u5A1A","\u62A9","\u6694","\u678F","\u67DF","\u6960","\u7537","\u7558","\u83AE","\u8433","\u9056"],xi\u0101o:["\u4FBE","\u54D3","\u5635","\u56BB","\u56C2","\u5A4B","\u5BAF","\u5BB5","\u5EA8","\u5F47","\u63F1","\u67AD","\u67B5","\u689F","\u6AF9","\u6B4A","\u6BCA","\u6D88","\u6F47","\u701F","\u7071","\u7072","\u70CB","\u7107","\u7307","\u7362","\u75DA","\u75DF","\u785D","\u7863","\u7A99","\u7BAB","\u7C18","\u7C2B","\u7D83","\u7EE1","\u7FDB","\u81AE","\u8427","\u856D","\u8648","\u8653","\u87C2","\u87CF","\u87F0","\u8828","\u8E03","\u900D","\u92B7","\u9500","\u9704","\u98B5","\u9A4D","\u9A81","\u9AC7","\u9AD0","\u9B48","\u9D1E","\u9D35","\u9DCD","\u9E2E"],"bi\xE0n pi\xE1n":["\u4FBF","\u7DF6","\u7F0F"],tu\u01D0:["\u4FC0","\u817F","\u8E46","\u9ABD"],x\u00EC:["\u4FC2","\u5338","\u534C","\u546C","\u588D","\u5C43","\u5C53","\u5C6D","\u5FE5","\u602C","\u6044","\u691E","\u6F5D","\u6F5F","\u6F99","\u7182","\u7294","\u78F6","\u798A","\u7D30","\u7D8C","\u7E18","\u7EC6","\u7EE4","\u8203","\u8204","\u856E","\u8669","\u884B","\u89A4","\u8D69","\u8D87","\u90E4","\u91F3","\u960B","\u9699","\u969F","\u973C","\u993C","\u9969","\u9B29","\u9ED6"],c\u00F9:["\u4FC3","\u5AA8","\u61B1","\u731D","\u7604","\u762F","\u7C07","\u7E2C","\u8128","\u851F","\u8A8E","\u8D97","\u8E27","\u8E3F","\u8E59","\u8E74","\u8E75","\u918B","\u9863","\u9F00"],\u00E9:["\u4FC4","\u56EE","\u5A25","\u5CC9","\u5CE8","\u5CE9","\u6D90","\u73F4","\u7692","\u774B","\u78C0","\u83AA","\u8A1B","\u8A90","\u8B4C","\u8BB9","\u8FD7","\u920B","\u92E8","\u9507","\u981F","\u984D","\u989D","\u9B64","\u9D5D","\u9D5E","\u9E45"],qi\u00FA:["\u4FC5","\u53F4","\u5512","\u56DA","\u5D37","\u5DEF","\u5DF0","\u624F","\u6882","\u6B8F","\u6BEC","\u6C42","\u6C53","\u6CC5","\u6D57","\u6E6D","\u716A","\u72B0","\u738C","\u7403","\u7486","\u76B3","\u76DA","\u7D0C","\u7D7F","\u808D","\u8281","\u838D","\u866C","\u866F","\u86F7","\u88D8","\u89D3","\u89E9","\u8A04","\u8A05","\u8CD5","\u8D47","\u900E","\u9011","\u9052","\u914B","\u91DA","\u91FB","\u92B6","\u9804","\u9B82","\u9BC4","\u9C3D","\u9F3D","\u{28C47}"],x\u00FA:["\u4FC6","\u5F90","\u7991"],"gu\xE0ng ku\u0101ng":["\u4FC7"],k\u00F9:["\u4FC8","\u55BE","\u56B3","\u5E93","\u5EAB","\u5EE4","\u7614","\u7D5D","\u7ED4","\u88B4","\u88E4","\u8932","\u9177"],w\u00F9:["\u4FC9","\u52A1","\u52D9","\u52FF","\u537C","\u575E","\u5862","\u5966","\u5A7A","\u5BE4","\u5C7C","\u5C89","\u5D68","\u5FE2","\u609E","\u609F","\u60AE","\u620A","\u6264","\u6664","\u674C","\u6EA9","\u7110","\u7183","\u7269","\u75E6","\u77F9","\u7AB9","\u7C85","\u8601","\u8AA4","\u8BEF","\u92C8","\u9622","\u9696","\u96FE","\u971A","\u9727","\u9770","\u9A16","\u9A9B","\u9DA9","\u9E5C","\u9F3F","\u9F40"],j\u00F9n:["\u4FCA","\u5101","\u5441","\u57C8","\u5BEF","\u5CFB","\u61CF","\u6343","\u651F","\u6659","\u68DE","\u71C7","\u73FA","\u756F","\u7AE3","\u7B9F","\u8720","\u8CD0","\u90E1","\u9656","\u9915","\u9982","\u99FF","\u9A8F","\u9D54","\u9D55","\u9D58","\u4403"],li\u00E1ng:["\u4FCD","\u589A","\u6881","\u690B","\u6A11","\u7CAE","\u7CB1","\u7CE7","\u826F","\u8F2C","\u8F8C","\u{2B7C5}"],z\u01D4:["\u4FCE","\u5528","\u723C","\u7956","\u7D44","\u7EC4","\u8A5B","\u8BC5","\u93BA","\u963B","\u977B"],"qi\xE0o xi\xE0o":["\u4FCF"],y\u01D2ng:["\u4FD1","\u52C7","\u52C8","\u548F","\u57C7","\u584E","\u5D71","\u5F6E","\u603A","\u607F","\u6080","\u60E5","\u6111","\u6139","\u6142","\u67E1","\u6810","\u6C38","\u6CF3","\u6E67","\u752C","\u86F9","\u8A60","\u8E0A","\u8E34","\u9BD2","\u9CAC"],h\u00F9n:["\u4FD2","\u5031","\u5702","\u5C21","\u6141","\u638D","\u6EB7","\u711D","\u7774","\u89E8","\u8AE2","\u8BE8"],j\u00ECng:["\u4FD3","\u50B9","\u5883","\u598C","\u5A59","\u5A67","\u5F2A","\u5F33","\u5F84","\u5F91","\u656C","\u66D4","\u6871","\u68B7","\u6D44","\u701E","\u734D","\u75C9","\u75D9","\u7ADE","\u7ADF","\u7AEB","\u7AF6","\u7AF8","\u80EB","\u811B","\u8396","\u8AA9","\u8E01","\u8FF3","\u9015","\u93E1","\u955C","\u9756","\u9759","\u975C","\u9D5B"],s\u00E0n:["\u4FD5","\u9590"],p\u011Bi:["\u4FD6"],s\u00FA:["\u4FD7"],x\u012B:["\u4FD9","\u50D6","\u516E","\u51DE","\u5365","\u5380","\u5438","\u550F","\u553D","\u563B","\u564F","\u56B1","\u5915","\u595A","\u5B06","\u5B09","\u5C56","\u5D60","\u5DC7","\u5E0C","\u5F86","\u5FAF","\u606F","\u6089","\u6095","\u60C1","\u60DC","\u6614","\u665E","\u6670","\u6673","\u66E6","\u6790","\u6878","\u69BD","\u6A28","\u6A40","\u6B37","\u6C25","\u6C50","\u6D60","\u6DC5","\u6E13","\u6EAA","\u70EF","\u7101","\u7108","\u711F","\u7184","\u7188","\u7199","\u71B9","\u71BA","\u71BB","\u71E8","\u7214","\u727A","\u7280","\u72A0","\u72A7","\u740B","\u761C","\u7699","\u774E","\u77A6","\u77FD","\u7852","\u78CE","\u7902","\u7A00","\u7A78","\u7AB8","\u7C9E","\u7CE6","\u7DC6","\u7E65","\u7FB2","\u7FD5","\u7FD6","\u80B8","\u80B9","\u819D","\u823E","\u8383","\u83E5","\u84A0","\u8725","\u8785","\u87CB","\u8835","\u897F","\u89F9","\u89FD","\u89FF","\u8B46","\u8C3F","\u8C40","\u8C68","\u8C6F","\u8C95","\u8D65","\u909C","\u910E","\u9145","\u91AF","\u91F8","\u932B","\u93ED","\u940A","\u9474","\u9521","\u96B5","\u990F","\u994E","\u997B","\u9BD1","\u9D57","\u9E02","\u9F37"],l\u01D0:["\u4FDA","\u5A0C","\u5CE2","\u5CF2","\u674E","\u6B1A","\u6D6C","\u6FA7","\u7406","\u793C","\u79AE","\u7CB4","\u88CF","\u88E1","\u8C4A","\u9026","\u9090","\u91B4","\u92F0","\u9502","\u9BC9","\u9C67","\u9C71","\u9CA4","\u9CE2"],b\u01CEo:["\u4FDD","\u5822","\u5AAC","\u5B9D","\u5BDA","\u5BF3","\u5BF6","\u73E4","\u7DE5","\u8446","\u85F5","\u8913","\u8CF2","\u974C","\u98F9","\u98FD","\u9971","\u99C2","\u9CF5","\u9D07","\u9E28"],"y\xFA sh\xF9 y\xF9":["\u4FDE"],"s\xEC q\xED":["\u4FDF"],"x\xECn sh\u0113n":["\u4FE1"],xi\u016B:["\u4FE2","\u4FEE","\u54BB","\u5EA5","\u6A07","\u70CC","\u7F9E","\u8119","\u8129","\u81F9","\u8C85","\u929D","\u9380","\u98CD","\u9948","\u9990","\u9AE4","\u9AF9","\u9BB4","\u9C43","\u9D42","\u9E3A","\u45DB"],d\u00EC:["\u4FE4","\u5059","\u50C0","\u57CA","\u5891","\u58AC","\u5A23","\u5E1D","\u601F","\u65F3","\u688A","\u710D","\u7393","\u750B","\u7731","\u7747","\u78B2","\u7976","\u7998","\u7B2C","\u7DE0","\u7F14","\u8163","\u83C2","\u8482","\u8515","\u8743","\u876D","\u87AE","\u8AE6","\u8C1B","\u8E36","\u9012","\u9013","\u905E","\u9070","\u926A","\u{249DB}","\u45D6"],ch\u00F3u:["\u4FE6","\u5114","\u5B26","\u60C6","\u6101","\u61E4","\u6826","\u71FD","\u7574","\u7587","\u7697","\u7A20","\u7B79","\u7C4C","\u7D52","\u7DA2","\u7EF8","\u83D7","\u8A76","\u8B8E","\u8B90","\u8E0C","\u8E8A","\u9167","\u916C","\u91BB","\u96D4","\u96E0","\u96E6"],zh\u00EC:["\u4FE7","\u506B","\u5128","\u5236","\u5295","\u5781","\u5A21","\u5BD8","\u5E19","\u5E1C","\u5E5F","\u5EA2","\u5EA4","\u5ECC","\u5F58","\u5F8F","\u5F9D","\u5FD7","\u5FEE","\u61E5","\u61EB","\u6303","\u631A","\u63B7","\u646F","\u64F2","\u65D8","\u664A","\u667A","\u6809","\u684E","\u68BD","\u6ACD","\u6ADB","\u6CBB","\u6D37","\u6ECD","\u6EDE","\u6EEF","\u6F4C","\u7004","\u7099","\u71AB","\u72FE","\u7318","\u748F","\u74C6","\u75D4","\u75E3","\u7929","\u7951","\u79E9","\u79F7","\u7A1A","\u7A3A","\u7A49","\u7A92","\u7D29","\u7DFB","\u7F6E","\u7FD0","\u81A3","\u81F3","\u81F4","\u8296","\u86ED","\u889F","\u88A0","\u88FD","\u899F","\u89D7","\u89EF","\u89F6","\u8A8C","\u8C51","\u8C52","\u8CAD","\u8CEA","\u8D04","\u8D28","\u8D3D","\u8DF1","\u8E2C","\u8E93","\u8F0A","\u8F7E","\u90C5","\u928D","\u92D5","\u9455","\u94DA","\u9527","\u965F","\u96B2","\u96C9","\u99E4","\u9A2D","\u9A3A","\u9A47","\u9A98","\u9BEF","\u9D19","\u9DD9","\u9E37","\u{2C0CA}"],"li\u01CE li\u01CEng":["\u4FE9"],ji\u01CEn:["\u4FED","\u5039","\u5109","\u51CF","\u526A","\u583F","\u5F3F","\u5F45","\u6229","\u622C","\u62E3","\u6338","\u6361","\u63C0","\u64BF","\u67A7","\u67EC","\u6898","\u68C0","\u691C","\u6AA2","\u6E1B","\u6E55","\u703D","\u7450","\u7751","\u77BC","\u7877","\u78B1","\u7906","\u7B15","\u7B67","\u7B80","\u7C21","\u7D78","\u7E6D","\u7FE6","\u8327","\u85C6","\u8812","\u88E5","\u8947","\u8949","\u897A","\u8A43","\u8B07","\u8B2D","\u8B7E","\u8C2B","\u8DBC","\u8E47","\u9417","\u9B0B","\u9C0E","\u9E78","\u9E7B","\u9E7C"],hu\u00F2:["\u4FF0","\u549F","\u56AF","\u56BF","\u596F","\u5F60","\u60D1","\u6216","\u64ED","\u65E4","\u66E4","\u6AB4","\u6C8E","\u6E71","\u7016","\u7372","\u7668","\u7713","\u77D0","\u7978","\u798D","\u7A6B","\u7AA2","\u802F","\u81DB","\u8267","\u83B7","\u84A6","\u85FF","\u8816","\u8B0B","\u8CA8","\u8D27","\u9343","\u944A","\u956C","\u96D8","\u970D","\u9743","\u97C4","\u3E0C"],"j\xF9 j\u016B":["\u4FF1","\u636E","\u92F8","\u952F"],xi\u00E0o:["\u4FF2","\u509A","\u52B9","\u54B2","\u54EE","\u5578","\u560B","\u5628","\u562F","\u5B5D","\u6548","\u6585","\u6586","\u6B57","\u6D8D","\u71BD","\u7B11","\u8A68","\u8A9F"],p\u00E1i:["\u4FF3","\u5F98","\u724C","\u72A4","\u7305","\u7C30","\u7C32","\u8F2B"],bi\u00E0o:["\u4FF5","\u9C3E","\u9CD4"],"ch\xF9 t\xEC":["\u4FF6"],f\u00E8i:["\u4FF7","\u5255","\u539E","\u5420","\u5C5D","\u5E9F","\u5EC3","\u5EE2","\u6632","\u66CA","\u6AE0","\u6CB8","\u6FF7","\u72D2","\u7648","\u80BA","\u8409","\u8CBB","\u8D39","\u9428","\u9544","\u966B","\u9745","\u9F23"],f\u00E8ng:["\u4FF8","\u51E4","\u5949","\u6E57","\u7128","\u7148","\u8CF5","\u8D57","\u9CEF","\u9CF3","\u9D0C"],\u01CEn:["\u4FFA","\u5535","\u57EF","\u63DE","\u7F6F","\u92A8","\u94F5"],b\u00E8i:["\u4FFB","\u500D","\u505D","\u5079","\u5099","\u50C3","\u5907","\u6096","\u60EB","\u6102","\u618A","\u6601","\u6896","\u7119","\u726C","\u7295","\u72C8","\u72FD","\u73FC","\u7432","\u789A","\u7999","\u7CD2","\u82DD","\u84D3","\u86FD","\u8919","\u8C9D","\u8D1D","\u8EF0","\u8F29","\u8F88","\u90B6","\u90E5","\u9101","\u92C7","\u943E","\u94A1","\u9781","\u97B4","\u{2C1D9}"],y\u00F9:["\u4FFC","\u5125","\u5585","\u55A9","\u55BB","\u57DF","\u5809","\u59AA","\u5AD7","\u5BD3","\u5CEA","\u5D8E","\u5EBD","\u5F67","\u5FA1","\u6108","\u617E","\u622B","\u6631","\u68DB","\u68DC","\u68EB","\u6AF2","\u6B0E","\u6B1D","\u6B32","\u6BD3","\u6D74","\u6DEF","\u6EEA","\u6F4F","\u6FA6","\u706A","\u7134","\u715C","\u71CF","\u71E0","\u7229","\u72F1","\u7344","\u7389","\u7419","\u7609","\u7652","\u7821","\u7862","\u7872","\u7907","\u7916","\u791C","\u79A6","\u79D7","\u7A22","\u7A36","\u7BFD","\u7C5E","\u7C72","\u7C96","\u7DCE","\u7F6D","\u807F","\u8080","\u8248","\u828B","\u828C","\u831F","\u84AE","\u84E3","\u84F9","\u8577","\u860C","\u871F","\u872E","\u88AC","\u88D5","\u8A89","\u8AED","\u8B7D","\u8C15","\u8C6B","\u8EC9","\u8F0D","\u9033","\u9047","\u9079","\u90C1","\u91A7","\u923A","\u92CA","\u9325","\u942D","\u94B0","\u95BE","\u9608","\u96E4","\u9731","\u9810","\u9884","\u98EB","\u9947","\u996B","\u99AD","\u9A48","\u9A6D","\u9B30","\u9B31","\u9B3B","\u9B4A","\u9C4A","\u9CFF","\u9D25","\u9D27","\u9D2A","\u9D52","\u9DF8","\u9E12","\u9E46","\u9E6C"],x\u012Bn:["\u4FFD","\u567A","\u59A1","\u5B1C","\u5EDE","\u5FC3","\u5FC4","\u5FFB","\u60DE","\u65B0","\u6615","\u677A","\u6B23","\u6B46","\u7098","\u76FA","\u85AA","\u8A22","\u8F9B","\u90A4","\u920A","\u92C5","\u946B","\u950C","\u99A8","\u99AB","\u4723","\u{2BDF7}"],"h\u01D4 ch\xED":["\u4FFF"],ji\u00F9:["\u5003","\u50E6","\u5313","\u531B","\u5336","\u53A9","\u548E","\u5C31","\u5EC4","\u5ECF","\u5ED0","\u6166","\u6344","\u6551","\u65E7","\u67E9","\u67FE","\u6855","\u6B0D","\u6BA7","\u759A","\u81FC","\u8205","\u820A","\u9BE6","\u9DF2","\u9E6B","\u9E94","\u9F68","\u3807"],y\u00E1o:["\u5004","\u509C","\u55C2","\u579A","\u582F","\u59DA","\u5AB1","\u5C27","\u5C2D","\u5CE3","\u5DA2","\u5DA4","\u5FAD","\u63FA","\u6416","\u6447","\u647F","\u669A","\u69A3","\u70D1","\u723B","\u733A","\u73E7","\u7464","\u7476","\u78D8","\u7A91","\u7AAF","\u7AB0","\u80B4","\u8628","\u8B20","\u8B21","\u8C23","\u8EFA","\u8F7A","\u9059","\u9065","\u908E","\u9864","\u98BB","\u98D6","\u9906","\u991A","\u9C29","\u9C59","\u9CD0"],"cu\xEC z\xFA":["\u5005"],"li\u01CEng li\u01CE":["\u5006"],w\u01CEn:["\u5007","\u550D","\u5A49","\u60CB","\u633D","\u665A","\u6665","\u6669","\u667C","\u689A","\u6900","\u742C","\u7579","\u7696","\u76CC","\u7897","\u7DA9","\u7DB0","\u7EFE","\u8118","\u8416","\u8E20","\u8F13","\u92D4"],z\u01D2ng:["\u500A","\u506C","\u50AF","\u5D78","\u603B","\u60E3","\u6374","\u6403","\u6460","\u71EA","\u7DCF","\u7DEB","\u7E02","\u7E3D","\u84D7"],gu\u0101n:["\u500C","\u5173","\u5B98","\u68FA","\u761D","\u764F","\u7AA4","\u8484","\u95A2","\u95D7","\u95DC","\u9C25","\u9C5E","\u9CCF"],ti\u01CEn:["\u500E","\u553A","\u5FDD","\u60BF","\u666A","\u6B84","\u6DDF","\u7753","\u8146","\u8214","\u89A5","\u89CD","\u8CDF","\u932A","\u9902"],m\u00E9n:["\u5011","\u626A","\u636B","\u748A","\u83DB","\u864B","\u9346","\u9494","\u9580","\u9585","\u95E8","\u{2B7A9}"],"d\u01CEo d\xE0o":["\u5012"],"t\xE1n t\xE0n":["\u5013","\u57EE"],"ju\xE8 ju\xE9":["\u5014"],chu\u00ED:["\u5015","\u5782","\u57C0","\u6376","\u6425","\u6858","\u68F0","\u69CC","\u7BA0","\u8144","\u83D9","\u9318","\u939A","\u9524","\u9672","\u9840"],x\u00ECng:["\u5016","\u59D3","\u5A5E","\u5B39","\u5E78","\u6027","\u60BB","\u674F","\u6DAC","\u7DC8","\u81D6","\u8347","\u8395","\u8455"],p\u00E9ng:["\u5017","\u50B0","\u585C","\u5873","\u5F38","\u6189","\u6340","\u670B","\u68DA","\u6916","\u6A25","\u787C","\u7A1D","\u7AFC","\u7BF7","\u7E84","\u81A8","\u8283","\u84EC","\u8615","\u87DA","\u87DB","\u88B6","\u8F23","\u930B","\u945D","\u97F8","\u97FC","\u9A2F","\u9AFC","\u9B05","\u9B14","\u9D6C","\u9E4F"],"t\u01CEng ch\xE1ng":["\u5018"],h\u00F2u:["\u5019","\u539A","\u540E","\u5795","\u5820","\u5F8C","\u6D09","\u8329","\u8C5E","\u9005","\u90C8","\u9B9C","\u9C5F","\u9C8E","\u9C98"],t\u00EC:["\u501C","\u5243","\u568F","\u5694","\u5C49","\u5C5C","\u608C","\u6090","\u60D5","\u60D6","\u623B","\u63A6","\u66FF","\u6711","\u6B52","\u6BA2","\u6D95","\u74CB","\u7B39","\u7C4A","\u8599","\u8905","\u9016","\u9037","\u9AF0","\u9B00","\u9B04"],g\u00E0n:["\u501D","\u51CE","\u5E79","\u69A6","\u6A8A","\u6DE6","\u7068","\u76F0","\u7D3A","\u7EC0","\u8A4C","\u8D11","\u8D63","\u9AAD","\u3F4F"],"li\xE0ng j\xECng":["\u501E","\u9753"],su\u012B:["\u5020","\u54F8","\u590A","\u6ED6","\u6FC9","\u772D","\u7762","\u8295","\u837D","\u837E","\u867D","\u96D6","\u9796"],"ch\xE0ng ch\u0101ng":["\u5021"],ji\u00E9:["\u5022","\u507C","\u5091","\u5226","\u5227","\u523C","\u52AB","\u52BC","\u5369","\u536A","\u5A55","\u5AAB","\u5B51","\u5C8A","\u5D28","\u5D65","\u5DBB","\u5DC0","\u5E6F","\u622A","\u6377","\u63B6","\u64EE","\u6605","\u6762","\u6770","\u6840","\u685D","\u696C","\u6976","\u69A4","\u6D01","\u6ED0","\u6F54","\u72E4","\u776B","\u790D","\u7AED","\u7BC0","\u7FAF","\u83AD","\u84F5","\u86E3","\u8710","\u8818","\u881E","\u883D","\u8871","\u88BA","\u8A10","\u8A70","\u8AB1","\u8BA6","\u8E15","\u8FFC","\u9263","\u937B","\u957C","\u9821","\u9B9A","\u9C92","\u36C3"],"k\u01D2ng k\u014Dng":["\u5025"],ju\u00E0n:["\u5026","\u52B5","\u5946","\u617B","\u684A","\u6DC3","\u72F7","\u7367","\u7737","\u774A","\u7760","\u7D6D","\u7D79","\u7EE2","\u7F65","\u7F82","\u8143","\u8528","\u9104","\u990B"],z\u014Dng:["\u5027","\u582B","\u5B97","\u5D4F","\u5D55","\u60FE","\u6721","\u68D5","\u6936","\u71A7","\u7323","\u78EB","\u7DC3","\u7FEA","\u8159","\u847C","\u876C","\u8C75","\u8E28","\u8E2A","\u8E64","\u9350","\u9441","\u9A0C","\u9A23","\u9A94","\u9B03","\u9B09","\u9B37","\u9BEE","\u9BFC"],n\u00ED:["\u502A","\u576D","\u57FF","\u5C3C","\u5C54","\u6029","\u6DE3","\u730A","\u7C7E","\u8063","\u86AD","\u873A","\u89EC","\u8C8E","\u8DDC","\u8F17","\u90F3","\u922E","\u94CC","\u9713","\u999C","\u9BE2","\u9CB5","\u9E91","\u9F6F","\u{2B410}","\u{2B81C}"],zhu\u014D:["\u502C","\u62D9","\u6349","\u684C","\u68B2","\u68C1","\u68F3","\u69D5","\u6DBF","\u7AA7","\u942F","\u4983"],"w\u014D w\u0113i":["\u502D"],lu\u01D2:["\u502E","\u5246","\u66EA","\u7630","\u7673","\u81DD","\u84CF","\u8803","\u88F8","\u8EB6"],s\u014Dng:["\u502F","\u51C7","\u5A00","\u5D27","\u5D69","\u5EBA","\u61BD","\u677E","\u6780","\u67A9","\u67D7","\u68A5","\u6AA7","\u6DDE","\u6FCD","\u7879","\u83D8","\u9B06"],l\u00E8ng:["\u5030","\u580E","\u6123","\u7756","\u8E1C"],z\u00EC:["\u5033","\u525A","\u5B57","\u6063","\u6E0D","\u6F2C","\u7278","\u7725","\u7726","\u80D4","\u80FE","\u81EA","\u8321","\u8362"],b\u00E8n:["\u5034","\u574C","\u6379","\u64AA","\u6E00","\u7B28","\u9029"],c\u01CEi:["\u5038","\u554B","\u5A47","\u5F69","\u63A1","\u68CC","\u6BDD","\u776C","\u7DB5","\u8DF4","\u8E29"],zh\u00E0i:["\u503A","\u50B5","\u5BE8","\u7635","\u7826"],y\u0113:["\u503B","\u5414","\u564E","\u64E8","\u668D","\u6930","\u6B4B","\u6F71","\u882E"],sh\u00E0:["\u503D","\u553C","\u55A2","\u6B43","\u7B91","\u7FDC","\u7FE3","\u8410","\u95AF","\u970E"],q\u012Bng:["\u503E","\u50BE","\u537F","\u570A","\u5BC8","\u6C22","\u6C2B","\u6DF8","\u6E05","\u873B","\u8EFD","\u8F15","\u8F7B","\u90EC","\u9306","\u944B","\u9751","\u9752","\u9BD6"],y\u012Bng:["\u5040","\u5624","\u565F","\u56B6","\u5A74","\u5A96","\u5AC8","\u5B30","\u5B46","\u5B7E","\u6125","\u6484","\u6516","\u6720","\u685C","\u6A31","\u6AFB","\u6E36","\u7150","\u73F1","\u745B","\u748E","\u74D4","\u7507","\u7516","\u78A4","\u792F","\u7DD3","\u7E93","\u7EEC","\u7F28","\u7F42","\u7F43","\u7F4C","\u81BA","\u82F1","\u83BA","\u8621","\u8767","\u8833","\u892E","\u8B7B","\u8CCF","\u8EC8","\u944D","\u9533","\u9719","\u97FA","\u9D2C","\u9D91","\u9DA7","\u9DAF","\u9DEA","\u9DF9","\u9E0E","\u9E1A","\u9E66","\u9E70","\u44E8"],"ch\u0113ng ch\xE8n":["\u5041","\u722F"],ru\u01CEn:["\u5044","\u670A","\u744C","\u74C0","\u789D","\u791D","\u815D","\u8EDF","\u8F2D","\u8F6F","\u962E"],"zh\xF2ng t\xF3ng":["\u5045"],ch\u01D4n:["\u5046","\u60F7","\u7776","\u8436","\u8822","\u8CF0"],"ji\u01CE ji\xE0":["\u5047"],"j\xEC ji\xE9":["\u5048"],"b\u01D0ng b\xECng":["\u504B"],ru\u00F2:["\u504C","\u53D2","\u5D76","\u5F31","\u6949","\u712B","\u7207","\u7BAC","\u7BDB","\u84BB","\u9100","\u9C19","\u9C2F","\u9DB8"],t\u00ED:["\u504D","\u5397","\u557C","\u55C1","\u5D39","\u6F3D","\u7445","\u777C","\u79B5","\u7A0A","\u7DF9","\u7F07","\u7F64","\u855B","\u8906","\u8B15","\u8DA7","\u8E44","\u8E4F","\u918D","\u9357","\u984C","\u9898","\u9A20","\u9BB7","\u9BF7","\u9CC0","\u9D5C","\u9DE4","\u9E48","\u{2B628}"],w\u0113i:["\u504E","\u5371","\u55B4","\u5A01","\u5A99","\u5DB6","\u5DCD","\u5FAE","\u6104","\u63CB","\u63FB","\u6933","\u6972","\u6EA6","\u70D3","\u7168","\u71F0","\u7653","\u7E05","\u8468","\u8473","\u8587","\u8732","\u875B","\u89A3","\u8A74","\u9036","\u9687","\u9688","\u973A","\u9C03","\u9C04","\u9CC2"],pi\u0101n:["\u504F","\u56E8","\u5AA5","\u6944","\u728F","\u7BC7","\u7FE9","\u9342"],y\u00E0n:["\u5050","\u538C","\u53AD","\u5501","\u55AD","\u5688","\u56A5","\u5830","\u599F","\u59F2","\u5B0A","\u5B3F","\u5BB4","\u5F65","\u5F66","\u6565","\u664F","\u66A5","\u66D5","\u66E3","\u6EDF","\u704E","\u7054","\u7067","\u7069","\u7114","\u7130","\u7131","\u7196","\u71C4","\u726A","\u7312","\u781A","\u786F","\u8273","\u8276","\u8277","\u898E","\u89C3","\u89FE","\u8AFA","\u8B8C","\u8B9E","\u8C1A","\u8C33","\u8C53","\u8C54","\u8D0B","\u8D17","\u8D5D","\u8EC5","\u9140","\u917D","\u91BC","\u91C5","\u96C1","\u990D","\u995C","\u9A10","\u9A13","\u9A34","\u9A57","\u9A60","\u9A8C","\u9B33","\u9CEB","\u9D08","\u9D33","\u9DC3","\u9DF0","\u9F5E"],"t\u01CEng d\xE0ng":["\u5052"],\u00E8:["\u5054","\u530E","\u537E","\u5384","\u545D","\u54A2","\u5669","\u57A9","\u580A","\u582E","\u5C8B","\u5D3F","\u5EC5","\u60AA","\u6115","\u6239","\u627C","\u6424","\u6439","\u64DC","\u6AEE","\u6B5E","\u6B7A","\u6E42","\u7427","\u7808","\u7810","\u7846","\u816D","\u82CA","\u843C","\u855A","\u8685","\u8741","\u89A8","\u8AE4","\u8B8D","\u8C14","\u8C5F","\u8EDB","\u8EF6","\u8F6D","\u904C","\u904F","\u907B","\u9102","\u922A","\u9354","\u9469","\u9537","\u9628","\u9638","\u981E","\u984E","\u989A","\u9913","\u9929","\u997F","\u9C10","\u9C2A","\u9C77","\u9CC4","\u9D9A","\u9E57","\u9F43","\u9F76","\u{2BAC7}","\u{25532}"],xi\u00E9:["\u5055","\u52F0","\u534F","\u5354","\u55CB","\u57A5","\u594A","\u604A","\u6136","\u62F9","\u643A","\u64B7","\u64D5","\u64F7","\u651C","\u659C","\u65EA","\u7181","\u71F2","\u7D8A","\u7DF3","\u7E00","\u7F2C","\u7FD3","\u80C1","\u8105","\u8107","\u810B","\u818E","\u8762","\u887A","\u896D","\u8AE7","\u8B97","\u8C10","\u978B","\u97B5","\u9FA4","\u3666"],ch\u011B:["\u5056","\u626F","\u64A6"],sh\u011Bng:["\u5057","\u6E3B","\u771A"],ch\u0101:["\u505B","\u55CF","\u6260","\u633F","\u63D2","\u63F7","\u7580","\u81FF","\u8256","\u929F","\u9364","\u9538","\u9937"],hu\u00E1ng:["\u505F","\u51F0","\u55A4","\u582D","\u58B4","\u5A93","\u5D32","\u5FA8","\u60F6","\u697B","\u6E5F","\u714C","\u735A","\u745D","\u749C","\u7640","\u7687","\u78FA","\u7A54","\u7BC1","\u7C27","\u824E","\u845F","\u8757","\u87E5","\u8AFB","\u8DAA","\u9051","\u9360","\u9404","\u953D","\u968D","\u97F9","\u992D","\u9A1C","\u9C09","\u9C51","\u9CC7","\u9DEC","\u9EC3","\u9EC4","\u{28C51}"],y\u01CEo:["\u5060","\u54AC","\u5A79","\u5B8E","\u5C86","\u6773","\u67FC","\u699A","\u6E94","\u72D5","\u7A85","\u7A88","\u8200","\u82ED","\u95C4","\u9A15","\u9DD5","\u9F69"],"ch\u01D2u qi\xE0o":["\u5062"],y\u00F3u:["\u5064","\u5C24","\u5EAE","\u6023","\u6C8B","\u6CB9","\u6D5F","\u6E38","\u72B9","\u7336","\u7337","\u7531","\u75A3","\u79DE","\u80AC","\u839C","\u83B8","\u8555","\u86B0","\u8763","\u8A27","\u8F0F","\u8F36","\u9030","\u904A","\u90AE","\u90F5","\u923E","\u94C0","\u99C0","\u9B77","\u9B8B","\u9C7F","\u9C89","\u{2CA0E}"],x\u016B:["\u5066","\u589F","\u5AAD","\u5B03","\u6948","\u6B28","\u6B54","\u71F8","\u759E","\u76F1","\u7D87","\u7E03","\u7E7B","\u80E5","\u8566","\u8657","\u865A","\u865B","\u8751","\u88C7","\u8A0F","\u8A31","\u8ADD","\u8B43","\u8C1E","\u9450","\u9700","\u9808","\u987B","\u987C","\u9A49","\u9B1A","\u9B46","\u9B56","\u{2C8D9}","\u{26221}"],zh\u0101:["\u5067","\u54F3","\u62AF","\u6313","\u63F8","\u6463","\u6A1D","\u6E23","\u76B6","\u89F0","\u8B47","\u9F44","\u9F47"],c\u012B:["\u5068","\u75B5","\u8800","\u8D80","\u9AB4","\u9ACA","\u9F79"],b\u012B:["\u506A","\u5C44","\u6945","\u6BF4","\u8C4D","\u903C","\u9C0F","\u9CBE","\u9D56"],x\u00FAn:["\u5071","\u565A","\u5BFB","\u5C0B","\u5CCB","\u5DE1","\u5EF5","\u5FAA","\u6042","\u63D7","\u6533","\u65EC","\u674A","\u6812","\u686A","\u6A33","\u6D35","\u6D54","\u6F6F","\u71C5","\u71D6","\u73E3","\u7495","\u7543","\u7D03","\u8340","\u87F3","\u8A62","\u8BE2","\u9129","\u9C4F","\u9C58","\u9C9F","\u{2C613}","\u{2CA7D}","\u{2C364}","\u{2C288}"],"c\u0101i s\u012B":["\u5072"],du\u0101n:["\u5073","\u5A8F","\u7AEF","\u890D","\u9374"],\u01D2u:["\u5076","\u5418","\u5614","\u8026","\u8162","\u8545","\u85D5","\u{2C27C}","\u{20676}"],t\u014Du:["\u5077","\u5078","\u936E"],"z\xE1n z\xE1 z\u01CE":["\u507A"],"l\u01DA l\xF3u":["\u507B","\u50C2"],f\u00E8n:["\u507E","\u50E8","\u594B","\u596E","\u5F05","\u5FFF","\u6124","\u61A4","\u7035","\u7793","\u79CE","\u7CAA","\u7CDE","\u81B9","\u9C5D","\u9CBC"],"ku\u01D0 gu\u012B":["\u5080"],s\u01D2u:["\u5081","\u53DC","\u53DF","\u55FE","\u6AE2","\u778D","\u85AE","\u85EA"],"zh\xEC s\u012B t\xED":["\u5082"],s\u00F9:["\u5083","\u50F3","\u55C9","\u5850","\u5851","\u5919","\u5ACA","\u612B","\u619F","\u69A1","\u6A0E","\u6A15","\u6B90","\u6CDD","\u6D91","\u6EAF","\u6EB8","\u6F5A","\u6F65","\u738A","\u73DF","\u749B","\u7C0C","\u7C9B","\u7C9F","\u7D20","\u7E24","\u8083","\u8085","\u8186","\u850C","\u85D7","\u89EB","\u8A34","\u8B16","\u8BC9","\u8C21","\u8D9A","\u8E5C","\u901F","\u9061","\u906C","\u92C9","\u9917","\u9A4C","\u9A95","\u9C50","\u9DEB","\u9E54","\u{2B5E7}"],xi\u0101:["\u5084","\u7146","\u778E","\u8672","\u8C3A","\u98AC","\u9C15"],"yu\xE0n yu\xE1n":["\u5086","\u5A9B"],r\u01D2ng:["\u5087","\u5197","\u5B82","\u6C04","\u8EF5"],n\u00F9:["\u5089","\u6012"],y\u00F9n:["\u508A","\u5B55","\u607D","\u60F2","\u6120","\u614D","\u679F","\u816A","\u8574","\u8580","\u85F4","\u860A","\u891E","\u8C9F","\u8FD0","\u904B","\u90D3","\u9106","\u915D","\u9196","\u919E","\u97D7","\u97DE","\u97F5","\u97FB","\u992B"],"g\xF2u ji\u01CEng":["\u508B"],m\u00E0:["\u508C","\u561C","\u69AA","\u7770","\u7943","\u79A1","\u7F75","\u9581","\u99E1","\u9A82","\u9B15"],b\u00E0ng:["\u508D","\u585D","\u68D2","\u73A4","\u7A16","\u8255","\u84A1","\u872F","\u8B17","\u8C24","\u938A","\u9551"],di\u0101n:["\u508E","\u53A7","\u5D6E","\u5DC5","\u5DD3","\u5DD4","\u6382","\u6527","\u6541","\u69C7","\u6EC7","\u766B","\u7672","\u8E4E","\u985A","\u985B","\u98A0","\u9F7B"],t\u00E1ng:["\u508F","\u5510","\u557A","\u5763","\u5802","\u5858","\u642A","\u68E0","\u69B6","\u6E8F","\u6F1F","\u717B","\u746D","\u78C4","\u799F","\u7BD6","\u7CC3","\u7CD6","\u7CDB","\u8185","\u819B","\u84CE","\u8797","\u87B3","\u8D6F","\u8E3C","\u910C","\u91A3","\u9395","\u969A","\u9939","\u9944","\u9DB6","\u48D8"],h\u00E0o:["\u5090","\u54E0","\u604F","\u660A","\u6626","\u6667","\u66A0","\u66A4","\u66AD","\u66CD","\u6D69","\u6DCF","\u6F94","\u704F","\u705D","\u7693","\u769C","\u769E","\u76A1","\u76A5","\u8017","\u8055","\u8583","\u865F","\u9117","\u9865","\u98A2","\u9C1D"],"x\u012B x\xEC":["\u5092"],sh\u0101n:["\u5093","\u5220","\u522A","\u527C","\u5738","\u5C71","\u633B","\u6427","\u67F5","\u6A86","\u6F78","\u6F98","\u717D","\u72E6","\u73CA","\u7B18","\u7E3F","\u7FB4","\u7FB6","\u8120","\u8222","\u829F","\u886B","\u8DDA","\u8ED5","\u9096","\u958A","\u9BC5"],"qi\xE0n ji\u0101n":["\u5094"],"qu\xE8 ju\xE9":["\u5095","\u57C6"],"c\u0101ng chen":["\u5096"],r\u00F3ng:["\u509B","\u5AB6","\u5AC6","\u5B2B","\u5BB9","\u5CF5","\u5D58","\u5DB8","\u620E","\u6408","\u66E7","\u6804","\u6995","\u69AE","\u69B5","\u6BE7","\u6EB6","\u701C","\u70FF","\u7194","\u72E8","\u7462","\u7A41","\u7D68","\u7ED2","\u7FA2","\u809C","\u8319","\u8338","\u8363","\u84C9","\u877E","\u878D","\u878E","\u8811","\u8923","\u9394","\u9555","\u99E5"],"t\xE0 t\xE0n":["\u509D"],su\u014D:["\u509E","\u5506","\u55CD","\u55E6","\u5A11","\u644D","\u686B","\u68AD","\u7743","\u7C11","\u7C14","\u7FA7","\u838F","\u84D1","\u8D96","\u9BBB"],d\u01CEi:["\u50A3","\u6B79"],z\u00E0i:["\u50A4","\u510E","\u518D","\u5728","\u6257","\u6D05","\u8F09","\u9168"],g\u01D4:["\u50A6","\u53E4","\u5552","\u5C33","\u6132","\u6996","\u69BE","\u6C69","\u6DC8","\u6FF2","\u7014","\u726F","\u76B7","\u76BC","\u76EC","\u77BD","\u7A40","\u7F5F","\u7F96","\u80A1","\u8135","\u81CC","\u85A3","\u86CA","\u8831","\u8A41","\u8BC2","\u8F42","\u9027","\u9237","\u94B4","\u9936","\u9989","\u9F13","\u9F14","\u{26676}"],b\u012Bn:["\u50A7","\u5BBE","\u5F6C","\u658C","\u6915","\u6EE8","\u6FD2","\u6FF1","\u6FF5","\u7015","\u7E7D","\u7F24","\u8668","\u8C69","\u8C73","\u8CD3","\u8CD4","\u90A0","\u944C","\u9554","\u9726","\u986E"],ch\u01D4:["\u50A8","\u5132","\u6775","\u6918","\u695A","\u696E","\u6A9A","\u6FCB","\u74B4","\u7840","\u790E","\u7987","\u8655","\u9F6D","\u9F7C","\u{2CE93}"],nu\u00F3:["\u50A9","\u513A","\u632A","\u689B","\u6A60"],"c\u0101n c\xE0n":["\u50AA"],l\u011Bi:["\u50AB","\u5121","\u53BD","\u5792","\u5841","\u58D8","\u58E8","\u6AD0","\u7045","\u7657","\u77CB","\u78CA","\u7928","\u8012","\u854C","\u857E","\u85DF","\u863D","\u881D","\u8A84","\u8B84","\u8BD4","\u9478","\u9E13"],cu\u012B:["\u50AC","\u51D7","\u5894","\u5D14","\u5D5F","\u615B","\u6467","\u69B1","\u7355","\u78EA","\u93D9"],y\u014Dng:["\u50AD","\u55C8","\u5889","\u58C5","\u5ADE","\u5EB8","\u5EF1","\u6175","\u62E5","\u64C1","\u6EFD","\u7049","\u7245","\u75C8","\u7655","\u7670","\u81C3","\u9095","\u90FA","\u9118","\u93DE","\u955B","\u96CD","\u96DD","\u9954","\u9C45","\u9CD9","\u9DDB"],"z\u0101o c\xE1o":["\u50AE"],s\u01D2ng:["\u50B1","\u5D77","\u6002","\u609A","\u612F","\u616B","\u7AE6","\u8038","\u8073","\u99F7","\u39D0"],\u00E0o:["\u50B2","\u5773","\u5787","\u58BA","\u5961","\u5AEF","\u5C99","\u5CB0","\u5DB4","\u61CA","\u64D9","\u6FB3","\u93CA","\u9A41","\u9A9C"],"q\u012B c\xF2u":["\u50B6"],chu\u01CEng:["\u50B8","\u78E2","\u95D6","\u95EF"],sh\u01CE:["\u50BB","\u510D"],h\u00E0n:["\u50BC","\u57BE","\u608D","\u61BE","\u625E","\u634D","\u6496","\u64BC","\u65F1","\u6658","\u66B5","\u6C49","\u6D86","\u6F22","\u701A","\u710A","\u7302","\u7694","\u7745","\u7FF0","\u839F","\u83E1","\u86FF","\u872D","\u8792","\u8B40","\u8F1A","\u91EC","\u92B2","\u92CE","\u96D7","\u9837","\u9844","\u9894","\u99FB","\u9DBE"],zh\u0101ng:["\u50BD","\u5ADC","\u5F20","\u5F35","\u5F70","\u615E","\u66B2","\u6A1F","\u6F33","\u7350","\u748B","\u7AE0","\u7CBB","\u8501","\u87D1","\u9067","\u9123","\u93F1","\u9926","\u9A3F","\u9C46","\u9E9E"],"y\u0101n y\xE0n":["\u50BF","\u5895","\u5B2E"],"pi\xE0o bi\u0101o":["\u50C4","\u9AA0"],li\u00E0n:["\u50C6","\u581C","\u5AA1","\u604B","\u6200","\u695D","\u6B93","\u6BAE","\u6E45","\u6F4B","\u6FB0","\u7032","\u70BC","\u7149","\u7453","\u7DF4","\u7E9E","\u7EC3","\u8430","\u932C","\u934A","\u93C8","\u94FE","\u9C0A","\u{2CDA0}"],m\u00E0n:["\u3D58","\u50C8","\u5881","\u5E54","\u6162","\u66FC","\u6F2B","\u6FB7","\u71B3","\u734C","\u7E35","\u7F26","\u8504","\u8630","\u9124","\u93DD","\u9558","\u{2C72C}"],"t\xE0n t\u01CEn":["\u50CB"],y\u00EDng:["\u50CC","\u55B6","\u584B","\u5B34","\u650D","\u6979","\u6AFF","\u6E81","\u6E8B","\u6EE2","\u6F46","\u6FD9","\u6FDA","\u6FF4","\u7005","\u701B","\u7020","\u702F","\u7050","\u705C","\u7192","\u71DF","\u7469","\u76C1","\u76C8","\u799C","\u7C5D","\u7C6F","\u7E08","\u8314","\u8367","\u83B9","\u8424","\u8425","\u8426","\u843E","\u84E5","\u85C0","\u86CD","\u8747","\u877F","\u87A2","\u8805","\u8B0D","\u8D0F","\u8D62","\u8FCE","\u93A3"],d\u00F2ng:["\u50CD","\u51BB","\u51CD","\u52A8","\u52D5","\u59DB","\u6219","\u630F","\u680B","\u68DF","\u6E69","\u7850","\u80E8","\u80F4","\u8156","\u8FF5","\u9718","\u99E7"],zhu\u00E0n:["\u50CE","\u556D","\u56C0","\u581F","\u64B0","\u7077","\u7451","\u7BC6","\u815E","\u8483","\u8948","\u8B54","\u994C","\u9994"],xi\u00E0ng:["\u50CF","\u52E8","\u5411","\u56AE","\u59E0","\u5D91","\u66CF","\u6A61","\u73E6","\u7F3F","\u87D3","\u8856","\u8950","\u8C61","\u940C","\u9805","\u9879","\u9C4C"],sh\u00E0n:["\u50D0","\u5584","\u58A0","\u58A1","\u5B17","\u64C5","\u657E","\u692B","\u6A3F","\u6B5A","\u6C55","\u7057","\u759D","\u78F0","\u7E55","\u7F2E","\u81B3","\u87EE","\u87FA","\u8A15","\u8B06","\u8B71","\u8BAA","\u8D0D","\u8D61","\u8D78","\u912F","\u9425","\u994D","\u9A38","\u9A9F","\u9C53","\u9C54","\u9CDD","\u{2BB83}"],"tu\xED tu\u01D0":["\u50D3"],z\u01D4n:["\u50D4","\u5642","\u6499","\u8B50"],p\u00FA:["\u50D5","\u530D","\u5724","\u58A3","\u6FEE","\u735B","\u749E","\u77A8","\u7A59","\u8386","\u83D0","\u83E9","\u8461","\u84B1","\u84B2","\u8D0C","\u917A","\u93F7","\u9564"],l\u00E1o:["\u50D7","\u52B3","\u52B4","\u52DE","\u54F0","\u5D02","\u5D97","\u61A5","\u6725","\u6D76","\u7262","\u75E8","\u7646","\u7A82","\u7C29","\u91AA","\u9412","\u94F9","\u985F","\u9ADD","\u{2BB7C}"],ch\u01CEng:["\u50D8","\u53B0","\u5EE0","\u655E","\u6636","\u6C05","\u92F9","\u{2CB2E}"],gu\u0101ng:["\u50D9","\u5149","\u54A3","\u5799","\u59EF","\u6D38","\u706E","\u7097","\u709A","\u709B","\u70E1","\u73D6","\u80F1","\u832A","\u8F04","\u92A7","\u9EC6","\u{28408}"],li\u00E1o:["\u50DA","\u5639","\u5AFD","\u5BE5","\u5BEE","\u5C1E","\u5C6A","\u5D7A","\u5D9A","\u5D9B","\u5EEB","\u6180","\u6579","\u66B8","\u6A51","\u7360","\u7499","\u7597","\u7642","\u7AC2","\u7C1D","\u7E5A","\u7F2D","\u804A","\u818B","\u81AB","\u85D4","\u87DF","\u8C42","\u8CFF","\u8E58","\u8FBD","\u907C","\u98C9","\u9ACE","\u9DEF","\u9E69"],d\u00E8ng:["\u50DC","\u51F3","\u58B1","\u5D9D","\u6AC8","\u77AA","\u78F4","\u89B4","\u9093","\u9127","\u96A5"],"ch\xE1n zh\xE0n zhu\xE0n":["\u50DD"],b\u014D:["\u50E0","\u5D93","\u62E8","\u64A5","\u64AD","\u6CE2","\u6E8A","\u73BB","\u7676","\u76CB","\u7835","\u7886","\u7921","\u7F3D","\u83E0","\u88B0","\u8E73","\u9262","\u94B5","\u9911","\u997D","\u9A4B","\u9C4D","\u{2CB5B}"],hu\u00EC:["\u50E1","\u532F","\u5349","\u5599","\u5612","\u5696","\u571A","\u5B12","\u5BED","\u5C76","\u5C77","\u5F57","\u5F59","\u5F5A","\u5FBB","\u605A","\u6075","\u60E0","\u6167","\u6193","\u61F3","\u6666","\u66B3","\u69E5","\u6A5E","\u6A85","\u6AD8","\u6C47","\u6CCB","\u6ED9","\u6F53","\u70E9","\u71F4","\u7369","\u74A4","\u77BA","\u784A","\u79FD","\u7A62","\u7BF2","\u7D75","\u7E6A","\u7ED8","\u7FD9","\u7FFD","\u835F","\u8527","\u8559","\u8588","\u8589","\u87EA","\u8A6F","\u8AA8","\u8AF1","\u8B53","\u8B7F","\u8BB3","\u8BF2","\u8CC4","\u8D3F","\u942C","\u95E0","\u9613","\u9767","\u982E","\u986A","\u9892","\u992F","\u{2C91D}","\u{2CB6C}"],chu\u01CEn:["\u50E2","\u5598","\u821B","\u8348","\u8E33"],"ti\u011B ji\xE0n":["\u50E3"],s\u0113ng:["\u50E7","\u9B19"],xi\u00E0n:["\u50E9","\u50F4","\u54EF","\u57B7","\u586A","\u59ED","\u5A0A","\u5BAA","\u5C98","\u5CF4","\u61B2","\u648A","\u665B","\u6A4C","\u6A7A","\u6D80","\u7017","\u732E","\u737B","\u73B0","\u73FE","\u770C","\u774D","\u7CAF","\u7CEE","\u7D64","\u7DAB","\u7DDA","\u7EBF","\u7F10","\u7FA1","\u7FA8","\u817A","\u81D4","\u81FD","\u82CB","\u83A7","\u8AA2","\u8C4F","\u92E7","\u930E","\u9650","\u9665","\u9677","\u9730","\u9921","\u9985","\u9EB2","\u9F38","\u{2C02A}","\u{2AFA2}"],"y\xF9 j\xFA":["\u50EA"],"\xE8 w\u016B":["\u50EB"],"t\xF3ng zhu\xE0ng":["\u50EE"],l\u01D0n:["\u50EF","\u51DB","\u51DC","\u5EE9","\u5EEA","\u61CD","\u61D4","\u649B","\u6A81","\u6AA9","\u6F9F","\u765B","\u765D"],g\u00F9:["\u50F1","\u51C5","\u56FA","\u580C","\u5D13","\u5D2E","\u6545","\u688F","\u68DD","\u727F","\u75FC","\u797B","\u932E","\u9522","\u96C7","\u9867","\u987E","\u9BDD","\u9CB4"],ji\u0101ng:["\u50F5","\u58C3","\u59DC","\u6A7F","\u6BAD","\u6C5F","\u7555","\u7585","\u7913","\u7E6E","\u7F30","\u7FDE","\u8333","\u8441","\u8591","\u8780","\u87BF","\u8C47","\u97C1","\u9C42","\u9CC9"],m\u01D0n:["\u50F6","\u51BA","\u5221","\u52C4","\u60AF","\u60FD","\u610D","\u615C","\u61AB","\u62BF","\u6543","\u654F","\u656F","\u6CEF","\u6F63","\u76BF","\u7B22","\u7B3D","\u7C22","\u8820","\u9594","\u95A9","\u95F5","\u95FD","\u9C35","\u9CD8","\u9EFD"],j\u00ECn:["\u50F8","\u51DA","\u5664","\u568D","\u5890","\u58D7","\u5997","\u5B27","\u6422","\u6649","\u664B","\u6783","\u6BA3","\u6D55","\u6D78","\u6E8D","\u6FC5","\u6FDC","\u70EC","\u7161","\u71FC","\u740E","\u7468","\u74B6","\u76E1","\u7972","\u7E09","\u7F19","\u8369","\u85CE","\u89B2","\u89D0","\u8CEE","\u8D10","\u8D46","\u8FD1","\u8FDB","\u9032","\u9773","\u9F7D"],"ji\xE0 jie":["\u50F9"],qi\u00E0o:["\u50FA","\u5CED","\u5E29","\u64AC","\u6BBB","\u7A8D","\u7AC5","\u8A9A","\u8BEE","\u8E88","\u9657","\u97A9","\u97D2","\u9ADA"],p\u00EC:["\u50FB","\u5AB2","\u5AD3","\u5C41","\u6FBC","\u7513","\u7588","\u8B6C","\u95E2","\u9DFF","\u9E0A","\u4D19"],s\u00E0i:["\u50FF","\u7C3A","\u8CFD","\u8D5B"],"ch\xE1n t\u01CEn sh\xE0n":["\u5103"],"d\u0101ng d\xE0ng":["\u5105","\u5F53","\u95E3"],xu\u0101n:["\u5107","\u55A7","\u5847","\u5A97","\u5BA3","\u6103","\u610B","\u63CE","\u660D","\u6684","\u714A","\u7156","\u7444","\u777B","\u77CE","\u79A4","\u7BAE","\u7FE7","\u7FFE","\u8431","\u8432","\u84D2","\u857F","\u85FC","\u8610","\u8756","\u8809","\u8AE0","\u8AFC","\u8B5E","\u8C16","\u8ED2","\u8F69","\u9379","\u99FD","\u9C1A","\u{2B4F6}","\u{2B37D}"],"d\u0101n d\xE0n":["\u510B","\u64D4","\u7605"],c\u00E0n:["\u510F","\u6FAF","\u707F","\u71E6","\u74A8","\u7CB2","\u8592","\u8B32"],"b\u012Bn b\xECn":["\u5110"],"\xE1n \xE0n":["\u5111"],t\u00E1i:["\u5113","\u576E","\u5B2F","\u62AC","\u64E1","\u6AAF","\u70B1","\u70B2","\u7C49","\u81FA","\u85B9","\u8DC6","\u90B0","\u98B1","\u9B90","\u9C90"],l\u00E1n:["\u5116","\u5170","\u56D2","\u5A6A","\u5C9A","\u5D50","\u5E71","\u62E6","\u6514","\u6593","\u6595","\u680F","\u6B04","\u6B17","\u6F9C","\u703E","\u7046","\u7061","\u71E3","\u71F7","\u74BC","\u7BEE","\u7C43","\u7C63","\u7E7F","\u847B","\u84DD","\u85CD","\u862B","\u862D","\u8934","\u8955","\u8964","\u8974","\u897D","\u8B4B","\u8B95","\u8C30","\u8E9D","\u946D","\u9567","\u95CC","\u9611","\u97CA","\u{2C497}"],"n\u01D0 y\xEC \xE0i y\xED":["\u5117"],m\u00E9ng:["\u511A","\u5E6A","\u66DA","\u6726","\u6A57","\u6AAC","\u6C0B","\u6E95","\u6FDB","\u750D","\u753F","\u76DF","\u791E","\u8268","\u8394","\u840C","\u8544","\u867B","\u8771","\u9133","\u9138","\u973F","\u9740","\u986D","\u995B","\u9BCD","\u9E0F","\u9E72","\u{2B461}","\u3813"],n\u00EDng:["\u511C","\u51DD","\u549B","\u5680","\u5B23","\u67E0","\u6A63","\u6AB8","\u72DE","\u7370","\u804D","\u8079","\u85B4","\u944F","\u9B21","\u9E0B"],qi\u00F3ng:["\u511D","\u536D","\u5B86","\u60F8","\u618C","\u684F","\u6A69","\u712A","\u712D","\u7162","\u718D","\u743C","\u74CA","\u7758","\u7A77","\u7A79","\u7AAE","\u7AC6","\u7B3B","\u7B47","\u823C","\u8315","\u85D1","\u85ED","\u86E9","\u86EC","\u8D79","\u8DEB","\u909B","\u928E","\u44D6"],li\u00E8:["\u5120","\u51BD","\u5217","\u52A3","\u52BD","\u57D2","\u57D3","\u59F4","\u5CDB","\u5DE4","\u6312","\u6369","\u6835","\u6D0C","\u6D56","\u70C8","\u70EE","\u716D","\u72A3","\u730E","\u731F","\u7375","\u8057","\u811F","\u8322","\u86DA","\u8D94","\u8E90","\u8FFE","\u98B2","\u9B1B","\u9B23","\u9BA4","\u9C72","\u9D37","\u4D15","\u{2B6AD}"],ku\u01CEng:["\u5123","\u593C","\u61ED"],b\u00E0o:["\u5124","\u52FD","\u5831","\u5FC1","\u62A5","\u62B1","\u66D3","\u7206","\u72A6","\u83E2","\u8663","\u86AB","\u8C79","\u924B","\u9464","\u94C7","\u9AB2","\u9AF1","\u9B91","\u9C8D"],bi\u0101o:["\u5126","\u5882","\u5E56","\u5F6A","\u6807","\u6A19","\u6EEE","\u700C","\u719B","\u7202","\u730B","\u762D","\u78E6","\u8198","\u81D5","\u8B24","\u8D06","\u93E2","\u9463","\u9556","\u9573","\u98AE","\u98B7","\u98C6","\u98C7","\u98C8","\u98CA","\u98D1","\u98D9","\u98DA","\u9A6B","\u9A89","\u9ADF"],z\u01CEn:["\u5127","\u5139","\u5646","\u6505","\u661D","\u8DB1","\u8DB2"],h\u00E1o:["\u512B","\u55E5","\u5637","\u5651","\u568E","\u58D5","\u6903","\u6BDC","\u6BEB","\u6FE0","\u7346","\u7354","\u7AD3","\u7C47","\u869D","\u8814","\u8B79","\u8C6A"],q\u00ECng:["\u512C","\u51CA","\u5E86","\u6176","\u6AE6","\u6FEA","\u7883","\u78EC","\u7F44","\u9758"],ch\u00E8n:["\u512D","\u56AB","\u6987","\u6AEC","\u75A2","\u886C","\u896F","\u8B96","\u8C36","\u8D81","\u8D82","\u9F53","\u9F54","\u9F80"],t\u00E9ng:["\u512F","\u5E50","\u6ED5","\u6F1B","\u75BC","\u7C50","\u7C58","\u7E22","\u817E","\u85E4","\u8645","\u87A3","\u8A8A","\u8B04","\u9086","\u99E6","\u9A30","\u9A63","\u9C27","\u4CA2"],"l\u01D2ng l\xF3ng l\xF2ng":["\u5131"],"ch\xE1n ch\xE0n":["\u5133"],"r\xE1ng xi\u0101ng":["\u5134","\u52F7"],"hu\xEC xi\xE9":["\u5136"],lu\u00F3:["\u5138","\u651E","\u6924","\u6B0F","\u7321","\u7380","\u7BA9","\u7C6E","\u7F57","\u7F85","\u8136","\u8161","\u841D","\u863F","\u87BA","\u89BC","\u903B","\u908F","\u93CD","\u947C","\u9523","\u9559","\u9960","\u9A3E","\u9A58","\u9AA1","\u9E01"],l\u00E9i:["\u513D","\u5AD8","\u6A91","\u6B19","\u74C3","\u757E","\u7E32","\u7E8D","\u7E9D","\u7F27","\u7F4D","\u7FB8","\u8502","\u8632","\u8646","\u8F60","\u9433","\u9458","\u956D","\u96F7","\u9741","\u9C69","\u9F3A"],"n\xE0ng n\u0101ng":["\u513E"],"w\xF9 w\u016B":["\u5140"],y\u01D4n:["\u5141","\u5597","\u593D","\u628E","\u6B92","\u6B9E","\u72C1","\u78D2","\u837A","\u8CF1","\u9217","\u962D","\u9668","\u9695","\u9723","\u99BB","\u9F6B","\u9F73"],z\u0101n:["\u5142","\u6A75","\u7C2A","\u7C2E","\u7CCC","\u9415","\u941F","\u9D64"],yu\u00E1n:["\u5143","\u5186","\u539F","\u53A1","\u53B5","\u56ED","\u5706","\u570E","\u5712","\u5713","\u57A3","\u586C","\u5AB4","\u5AC4","\u63F4","\u699E","\u69AC","\u6A7C","\u6ADE","\u6C85","\u6E72","\u6E90","\u6E92","\u7230","\u7328","\u733F","\u7B0E","\u7DE3","\u7E01","\u7F18","\u7FB1","\u8312","\u8597","\u875D","\u876F","\u8788","\u8881","\u8924","\u8B1C","\u8F45","\u8F95","\u908D","\u90A7","\u915B","\u9228","\u93B1","\u9A35","\u9B6D","\u9DA2","\u9DB0","\u9EFF","\u9F0B","\u{2B62A}"],xi\u014Dng:["\u5144","\u5147","\u51F6","\u5302","\u5308","\u54C5","\u5FF7","\u605F","\u6C79","\u6D36","\u80F7","\u80F8","\u828E","\u8A29","\u8A7E","\u8BBB"],ch\u014Dng:["\u5145","\u5603","\u5FE1","\u6183","\u61A7","\u644F","\u6C96","\u6D7A","\u73EB","\u7F7F","\u7FC0","\u8202","\u825F","\u833A","\u885D","\u8E56","\u3CD8"],zh\u00E0o:["\u5146","\u5797","\u65D0","\u66CC","\u679B","\u6AC2","\u7167","\u71F3","\u72E3","\u77BE","\u7B0A","\u7F40","\u7F69","\u7F84","\u8081","\u8087","\u8088","\u8A54","\u8BCF","\u8D75","\u8D99","\u9BA1","\u{2CD90}"],"du\xEC ru\xEC yu\xE8":["\u514A","\u514C","\u5151"],k\u00E8:["\u514B","\u523B","\u52C0","\u52CA","\u5801","\u5A14","\u5BA2","\u606A","\u6119","\u6C2A","\u6E98","\u78A6","\u7DD9","\u7F02","\u8250","\u8849","\u8AB2","\u8BFE","\u9301","\u951E","\u9A0D","\u9A92"],t\u00F9:["\u514E","\u5154","\u580D","\u8FCC","\u9D75"],d\u01CEng:["\u515A","\u6529","\u6B13","\u8B61","\u8B9C","\u8C20","\u9EE8","\u{235CB}"],d\u014Du:["\u515C","\u5160","\u5517","\u6A77","\u7BFC","\u8538"],hu\u01CEng:["\u5164","\u595B","\u5E4C","\u6033","\u604D","\u6644","\u70BE","\u7180","\u7E28","\u8A64","\u8B0A","\u8C0E"],r\u00F9:["\u5165","\u55D5","\u5AB7","\u6256","\u6741","\u6D33","\u6EBD","\u7E1F","\u7F1B","\u84D0","\u8925","\u9CF0"],n\u00E8i:["\u5167","\u6C1D","\u6C1E","\u9317"],"y\xFA sh\xF9":["\u516A"],"li\xF9 l\xF9":["\u516D"],han:["\u516F","\u7233"],ti\u0101n:["\u5172","\u5929","\u5A56","\u6DFB","\u915F","\u9754","\u975D","\u9EC7"],"x\u012Bng x\xECng":["\u5174"],di\u01CEn:["\u5178","\u56B8","\u594C","\u5A70","\u655F","\u6923","\u70B9","\u7898","\u84A7","\u8547","\u8E2E","\u9EDE"],"z\u012B c\xED":["\u5179"],ji\u0101n:["\u517C","\u51BF","\u56CF","\u575A","\u5805","\u5978","\u59E6","\u59E7","\u5C16","\u5E75","\u60E4","\u620B","\u6214","\u641B","\u693E","\u6A2B","\u6AFC","\u6B7C","\u6BB1","\u6BB2","\u6E54","\u7010","\u7038","\u714E","\u719E","\u71B8","\u724B","\u744A","\u7777","\u791B","\u7937","\u7B3A","\u7B8B","\u7DD8","\u7E11","\u7F04","\u7F23","\u80A9","\u8270","\u8271","\u83C5","\u83FA","\u844C","\u84B9","\u852A","\u8551","\u8573","\u8643","\u8B7C","\u8C5C","\u946F","\u96C3","\u97AF","\u97C0","\u97C9","\u9930","\u99A2","\u9C14","\u9C1C","\u9C39","\u9CA3","\u9CD2","\u9D51","\u9D73","\u9DBC","\u9E63","\u9E89"],sh\u00F2u:["\u517D","\u53D7","\u552E","\u58FD","\u5900","\u5BFF","\u6388","\u72E9","\u7363","\u7378","\u75E9","\u7626","\u7DAC","\u7EF6","\u8184"],j\u00EC:["\u517E","\u5180","\u5242","\u5264","\u5291","\u52E3","\u5756","\u578D","\u5848","\u5993","\u5B63","\u5BC2","\u5BC4","\u5EED","\u5F51","\u5F9B","\u5FCC","\u60B8","\u60CE","\u61FB","\u6280","\u65E1","\u65E2","\u65E3","\u66A8","\u66A9","\u66C1","\u689E","\u6A95","\u6AB5","\u6D0E","\u6F03","\u6F08","\u7031","\u75F5","\u7660","\u799D","\u7A29","\u7A37","\u7A44","\u7A4A","\u7A67","\u7D00","\u7D99","\u7E3E","\u7E4B","\u7E7C","\u7EE7","\u7EE9","\u7F7D","\u81EE","\u82B0","\u830D","\u8324","\u846A","\u84DF","\u8507","\u858A","\u860E","\u862E","\u863B","\u88DA","\u8940","\u89AC","\u89CA","\u8A08","\u8A18","\u8A8B","\u8BA1","\u8BB0","\u8DE1","\u8DFD","\u8E5F","\u8FF9","\u9645","\u969B","\u9701","\u973D","\u9A65","\u9AA5","\u9AFB","\u9B3E","\u9B5D","\u9B65","\u9BDA","\u9BFD","\u9C36","\u9C3F","\u9C40","\u9C6D","\u9C9A","\u9CAB","\u9D4B","\u9DD1","\u9F4C","\u{2A7DD}","\u{2CDA8}","\u{2CDAD}"],ji\u014Dng:["\u5182","\u518B","\u5770","\u57DB","\u6243","\u860F","\u8614","\u99C9","\u99EB","\u{2CCF6}"],m\u00E0o:["\u5183","\u5190","\u5AA2","\u5E3D","\u6117","\u61CB","\u6693","\u67D5","\u6959","\u6BF7","\u7441","\u7683","\u770A","\u7780","\u8004","\u8302","\u843A","\u8750","\u88A4","\u8992","\u8C8C","\u8CBF","\u8D38","\u911A","\u912E"],r\u01CEn:["\u5184","\u5189","\u59CC","\u5AA3","\u67D3","\u73C3","\u82D2","\u8485","\u4383"],"n\xE8i n\xE0":["\u5185"],g\u0101ng:["\u5188","\u51AE","\u521A","\u525B","\u5808","\u583D","\u5CA1","\u6386","\u6443","\u68E1","\u7268","\u7285","\u7598","\u7DB1","\u7EB2","\u7F38","\u7F41","\u7F61","\u809B","\u91ED","\u93A0","\u3B4E"],c\u00E8:["\u518A","\u518C","\u5395","\u53A0","\u5928","\u5EC1","\u607B","\u60FB","\u61A1","\u6547","\u6D4B","\u6E2C","\u7B27","\u7B56","\u7B5E","\u7B74","\u7BA3","\u835D","\u8417","\u8434","\u84DB"],gu\u01CE:["\u518E","\u5250","\u526E","\u53E7","\u5BE1"],"m\xE0o m\xF2":["\u5192"],g\u00F2u:["\u5193","\u5542","\u5778","\u57A2","\u591F","\u5920","\u5ABE","\u5F40","\u6406","\u6480","\u6784","\u69CB","\u7179","\u89AF","\u89CF","\u8A3D","\u8A6C","\u8BDF","\u8CFC","\u8D2D","\u9058","\u96CA"],x\u01D4:["\u5194","\u55A3","\u668A","\u6829","\u73DD","\u76E8","\u7CC8","\u8A61","\u8AFF","\u8BE9","\u9126","\u9191"],m\u00EC:["\u5196","\u51AA","\u5627","\u5853","\u5BBB","\u5BC6","\u5CDA","\u5E42","\u5E4E","\u5E66","\u603D","\u6993","\u6A12","\u6AC1","\u6C68","\u6DE7","\u6EF5","\u6F1E","\u6FD7","\u7190","\u7F83","\u8524","\u871C","\u8993","\u8994","\u899B","\u89C5","\u8B10","\u8C27","\u9F0F"],"y\xF3u y\xEDn":["\u5198"],xi\u011B:["\u5199","\u51A9","\u85DB"],j\u016Bn:["\u519B","\u541B","\u5747","\u687E","\u6C6E","\u76B2","\u76B8","\u76B9","\u7885","\u8399","\u8690","\u8880","\u89A0","\u8ECD","\u921E","\u9281","\u929E","\u9355","\u94A7","\u9835","\u9BB6","\u9CAA","\u9E8F"],m\u00ED:["\u519E","\u64DF","\u7030","\u7222","\u7315","\u737C","\u7962","\u79B0","\u7E3B","\u84BE","\u85CC","\u862A","\u863C","\u88AE","\u8A78","\u8B0E","\u8FF7","\u919A","\u91BE","\u91BF","\u91C4","\u957E","\u9E0D","\u9E8A","\u9E8B","\u9E9B"],"gu\u0101n gu\xE0n":["\u51A0","\u898C","\u89B3","\u89C0","\u89C2"],m\u011Bng:["\u51A1","\u52D0","\u61F5","\u63B9","\u731B","\u7374","\u824B","\u8722","\u8813","\u9333","\u9530","\u9BED","\u9F06"],zh\u01D2ng:["\u51A2","\u585A","\u5C30","\u6B71","\u7144","\u7607","\u80BF","\u816B","\u8E35"],zu\u00EC:["\u51A3","\u5DB5","\u666C","\u6700","\u682C","\u69DC","\u6A87","\u6A8C","\u797D","\u7D4A","\u7F6A","\u855E","\u8FA0","\u9154","\u917B","\u9189","\u930A"],yu\u0101n:["\u51A4","\u5248","\u56E6","\u5B3D","\u5BC3","\u68E9","\u6DF5","\u6E01","\u6E06","\u6E0A","\u6E15","\u7041","\u7722","\u8099","\u847E","\u84AC","\u870E","\u8735","\u99CC","\u9CF6","\u9D1B","\u9D77","\u9E22","\u9E33","\u9E53","\u9F18","\u9F1D"],m\u00EDng:["\u51A5","\u540D","\u660E","\u669D","\u6719","\u69A0","\u6D3A","\u6E9F","\u733D","\u7700","\u7733","\u7791","\u8317","\u879F","\u89AD","\u8A7A","\u910D","\u9298","\u94ED","\u9CF4","\u9E23"],k\u00F2u:["\u51A6","\u53E9","\u5BBC","\u5BC7","\u6263","\u6542","\u6EF1","\u7A9B","\u7B58","\u7C06","\u8532","\u853B","\u91E6","\u9DC7"],t\u00E0i:["\u51AD","\u592A","\u5933","\u5FF2","\u6001","\u614B","\u6C70","\u6C71","\u6CF0","\u6E99","\u80BD","\u8226","\u915E","\u9226","\u949B"],"f\xE9ng p\xEDng":["\u51AF","\u99AE"],"ch\u014Dng ch\xF2ng":["\u51B2"],ku\u00E0ng:["\u51B5","\u5739","\u58D9","\u5CB2","\u61EC","\u65F7","\u663F","\u66E0","\u6846","\u6CC1","\u720C","\u7716","\u7736","\u77FF","\u783F","\u7926","\u7A6C","\u7D4B","\u7D56","\u7E8A","\u7EA9","\u8CBA","\u8D36","\u8EE6","\u909D","\u913A","\u9271","\u92DB","\u945B","\u9ECB"],l\u011Bng:["\u51B7"],p\u00E0n:["\u51B8","\u5224","\u53DB","\u6C9C","\u6CEE","\u6EBF","\u708D","\u7249","\u7554","\u76FC","\u8041","\u88A2","\u897B","\u8A4A","\u92EC","\u947B","\u9816","\u9D65"],f\u0101:["\u51B9","\u5F42","\u6CB7","\u767A","\u767C"],xi\u01CEn:["\u51BC","\u5C1F","\u5C20","\u5D04","\u5DAE","\u5E70","\u6507","\u663E","\u6AF6","\u6BE8","\u7066","\u70CD","\u71F9","\u72DD","\u7303","\u736B","\u736E","\u7381","\u7992","\u7B45","\u7BB2","\u85D3","\u861A","\u86AC","\u8706","\u8B63","\u8D7B","\u8DE3","\u934C","\u9669","\u967A","\u96AA","\u97C5","\u9855","\u986F","\u3B0E"],qi\u00E0:["\u51BE","\u5736","\u5E22","\u6070","\u6B8E","\u6D3D","\u7848","\u80E2","\u9AC2"],"j\xECng ch\u0113ng":["\u51C0","\u51C8","\u6DE8"],s\u014Du:["\u51C1","\u55D6","\u5EC0","\u5ECB","\u635C","\u641C","\u6449","\u6EB2","\u7340","\u8258","\u8490","\u878B","\u910B","\u9199","\u93AA","\u953C","\u98BC","\u98D5","\u993F","\u998A","\u9A2A"],m\u011Bi:["\u51C2","\u5A84","\u5ABA","\u5B0D","\u5D44","\u6334","\u6BCE","\u6BCF","\u6D7C","\u6E3C","\u71D8","\u7F8E","\u8EBE","\u9382","\u9541","\u9EE3"],t\u00FA:["\u51C3","\u56F3","\u56FE","\u5716","\u5717","\u5857","\u5C60","\u5CF9","\u5D5E","\u5EA9","\u5EDC","\u5F92","\u6087","\u63EC","\u6D82","\u760F","\u7B61","\u816F","\u837C","\u84A4","\u8DFF","\u9014","\u9174","\u922F","\u934E","\u999F","\u99FC","\u9D4C","\u9D9F","\u9DCB","\u9DF5","\u{2CCFF}"],zh\u01D4n:["\u51C6","\u51D6","\u57FB","\u6E96","\u{2C62F}"],"li\xE1ng li\xE0ng":["\u51C9","\u6DBC","\u91CF"],di\u0101o:["\u51CB","\u5201","\u521F","\u53FC","\u595D","\u5F34","\u5F6B","\u6C48","\u7431","\u7889","\u7C13","\u866D","\u86C1","\u8C82","\u932D","\u96D5","\u9B89","\u9BDB","\u9CB7","\u9D70","\u9F26"],c\u00F2u:["\u51D1","\u6E4A","\u8160","\u8F33","\u8F8F"],\u00E1i:["\u51D2","\u5540","\u560A","\u6371","\u6EB0","\u764C","\u7691","\u769A"],du\u00F3:["\u51D9","\u526B","\u593A","\u596A","\u75E5","\u8E31","\u922C","\u9438","\u94CE"],d\u00FA:["\u51DF","\u5335","\u5B3B","\u691F","\u6ADD","\u6BB0","\u6D9C","\u724D","\u7258","\u728A","\u72A2","\u72EC","\u7368","\u74C4","\u76BE","\u88FB","\u8AAD","\u8B80","\u8B9F","\u8C44","\u8D15","\u9316","\u945F","\u97C7","\u97E3","\u97E5","\u9A33","\u9AD1","\u9EE9","\u9EF7"],"j\u01D0 j\u012B":["\u51E0"],f\u00E1n:["\u51E1","\u51E2","\u51E3","\u5325","\u58A6","\u674B","\u67C9","\u68E5","\u6A0A","\u703F","\u70E6","\u7169","\u71D4","\u74A0","\u77FE","\u792C","\u7B32","\u7C75","\u7DD0","\u7FB3","\u8224","\u8227","\u85A0","\u8629","\u881C","\u894E","\u8E6F","\u91E9","\u9407","\u9422","\u9492","\u9DED","\u{2B50D}","\u{2CE2A}"],j\u016B:["\u51E5","\u530A","\u5A35","\u5A6E","\u5C45","\u5D0C","\u6285","\u6336","\u63AC","\u68AE","\u6910","\u6A8B","\u6BE9","\u6BF1","\u6CC3","\u6DBA","\u72D9","\u741A","\u75BD","\u7820","\u7F5D","\u8152","\u824D","\u871B","\u88FE","\u8ACA","\u8DD4","\u8E18","\u8EB9","\u9671","\u96CE","\u97A0","\u97AB","\u99D2","\u9A79","\u9B88","\u9D21","\u9D8B","\u{2CD8B}"],"ch\xF9 ch\u01D4":["\u51E6","\u5904"],zh\u01D0:["\u51EA","\u52A7","\u54AB","\u5740","\u5767","\u5E0B","\u6049","\u627A","\u6307","\u65E8","\u67B3","\u6B62","\u6C66","\u6C9A","\u6D14","\u6DFD","\u75BB","\u780B","\u7949","\u79D6","\u7D19","\u7EB8","\u82B7","\u85E2","\u8879","\u8967","\u8A28","\u8DBE","\u8EF9","\u8F75","\u916F","\u962F","\u9EF9"],p\u00EDng:["\u51ED","\u51F4","\u546F","\u576A","\u5840","\u5CBC","\u5E21","\u5E32","\u5E48","\u5E73","\u617F","\u6191","\u67B0","\u6D34","\u7129","\u73B6","\u74F6","\u7501","\u7AEE","\u7BB3","\u7C08","\u7F3E","\u8353","\u840D","\u84F1","\u86B2","\u86E2","\u8A55","\u8BC4","\u8EFF","\u8F27","\u90F1","\u9B83","\u9C86"],k\u01CEi:["\u51EF","\u51F1","\u5240","\u5274","\u57B2","\u584F","\u607A","\u6137","\u6168","\u669F","\u8488","\u8F06","\u9347","\u93A7","\u94E0","\u9534","\u95D3","\u95FF","\u98BD"],g\u0101n:["\u51F2","\u5769","\u5C32","\u5C34","\u5C36","\u5C37","\u67D1","\u6CD4","\u6F27","\u7395","\u7518","\u75B3","\u77F8","\u7AFF","\u7B78","\u7C93","\u809D","\u82F7","\u8FC0","\u9150","\u9B50"],"k\u01CEn qi\u01CEn":["\u51F5"],t\u016B:["\u51F8","\u5817","\u5D80","\u6378","\u6D8B","\u6E65","\u75DC","\u79BF","\u79C3","\u7A81","\u8456","\u92F5","\u9D5A","\u9F35","\u3EEC"],"\u0101o w\u0101":["\u51F9"],ch\u016B:["\u51FA","\u521D","\u5C80","\u6474","\u698B","\u6A17","\u8C99","\u9F63","\u48BA","\u4759"],d\u00E0ng:["\u51FC","\u5735","\u57B1","\u58CB","\u6863","\u6A94","\u6C39","\u7497","\u74FD","\u76EA","\u778A","\u7800","\u78AD","\u7911","\u7C1C","\u8361","\u83EA","\u8569","\u862F","\u8DA4","\u903F","\u96FC","\u{2C361}"],h\u00E1n:["\u51FD","\u51FE","\u542B","\u5705","\u5A22","\u5BD2","\u5D21","\u6657","\u6892","\u6D5B","\u6DB5","\u6F8F","\u7113","\u7400","\u751D","\u7B68","\u872C","\u9097","\u90AF","\u92E1","\u97D3","\u97E9"],z\u00E1o:["\u51FF","\u947F"],d\u0101o:["\u5200","\u5202","\u5FC9","\u6C18","\u8220","\u87A9","\u91D6","\u9B5B","\u9C7D"],chu\u0101ng:["\u5205","\u6450","\u724E","\u7255","\u75AE","\u7621","\u7A93","\u7A97","\u7ABB"],"f\u0113n f\xE8n":["\u5206"],"qi\xE8 qi\u0113":["\u5207"],k\u0101n:["\u520A","\u52D8","\u582A","\u6221","\u681E","\u9F95","\u9F9B"],c\u01D4n:["\u520C","\u5FD6"],ch\u00FA:["\u520D","\u53A8","\u5E6E","\u5EDA","\u6A71","\u6AC9","\u6AE5","\u6EC1","\u7293","\u7BE8","\u8021","\u82BB","\u84A2","\u84AD","\u870D","\u87F5","\u8C60","\u8D8E","\u8E70","\u8E87","\u8E95","\u924F","\u92E4","\u9504","\u9664","\u96CF","\u96DB","\u9DB5"],"hu\xE0 hu\xE1":["\u5212"],l\u00ED:["\u5215","\u5253","\u527A","\u5299","\u5398","\u55B1","\u569F","\u56C4","\u5AE0","\u5B77","\u5EF2","\u60A1","\u68A8","\u68B8","\u68C3","\u6F13","\u7055","\u7281","\u7282","\u72F8","\u740D","\u7483","\u74C8","\u76E0","\u775D","\u79BB","\u7A72","\u7AF0","\u7B63","\u7BF1","\u7C6C","\u7CCE","\u7E2D","\u7F21","\u7F79","\u8243","\u8372","\u83DE","\u84E0","\u853E","\u85DC","\u863A","\u870A","\u87CD","\u87F8","\u882B","\u8935","\u8B27","\u8C8D","\u91A8","\u92EB","\u9305","\u93EB","\u9457","\u96E2","\u9A6A","\u9A8A","\u9BCF","\u9BEC","\u9C7A","\u9CA1","\u9D79","\u9E1D","\u9E42","\u9ECE","\u9EE7","\u3C00"],yu\u00E8:["\u5216","\u5B33","\u5C84","\u5CB3","\u5DBD","\u6071","\u6085","\u60A6","\u6209","\u6288","\u6373","\u6708","\u6A3E","\u7039","\u721A","\u73A5","\u793F","\u79B4","\u7BD7","\u7C46","\u7C65","\u7C70","\u7CA4","\u7CB5","\u8625","\u868E","\u868F","\u8AAC","\u8D8A","\u8DC0","\u8DC3","\u8E8D","\u8ECF","\u9205","\u925E","\u9470","\u94BA","\u95B1","\u95B2","\u9605","\u9E11","\u9E19","\u9EE6","\u9FA0","\u{2B404}","\u{2CE1A}"],li\u00FA:["\u5218","\u5289","\u56A0","\u5AB9","\u5D67","\u65C8","\u65D2","\u69B4","\u6A4A","\u6D41","\u6D4F","\u700F","\u7409","\u7460","\u746C","\u74A2","\u7544","\u7559","\u7571","\u7581","\u7624","\u7645","\u786B","\u84A5","\u84C5","\u87C9","\u88D7","\u938F","\u93D0","\u9402","\u9560","\u98C0","\u98C5","\u98D7","\u99E0","\u99F5","\u9A2E","\u9A51","\u9A9D","\u9C21","\u9DB9","\u9E60","\u9E8D"],z\u00E9:["\u5219","\u5247","\u5567","\u5616","\u5AE7","\u5E3B","\u5E58","\u629E","\u6A0D","\u6B75","\u6CA2","\u6CCE","\u6EAD","\u769F","\u7794","\u77E0","\u790B","\u7BA6","\u7C00","\u8234","\u8536","\u880C","\u8957","\u8B2E","\u8CFE","\u8D5C","\u8FEE","\u9E05","\u9F5A","\u9F70"],"chu\xE0ng chu\u0101ng":["\u521B","\u5275"],q\u00F9:["\u521E","\u53BA","\u53BB","\u95B4","\u95C3","\u9612","\u9EAE","\u9F01"],"bi\xE9 bi\xE8":["\u5225","\u522B"],"p\xE1o b\xE0o":["\u5228"],"ch\u01CEn ch\xE0n":["\u522C","\u5257","\u5E5D"],gu\u0101:["\u522E","\u5280","\u6870","\u6B44","\u7171","\u74DC","\u80CD","\u8E3B","\u98AA","\u98B3","\u9A27","\u9D30","\u9E39"],g\u0113ng:["\u522F","\u5E9A","\u6929","\u6D6D","\u713F","\u754A","\u7D5A","\u7FAE","\u7FB9","\u8015","\u83EE","\u8CE1","\u8D53","\u9D8A","\u9E52"],d\u00E0o:["\u5230","\u5675","\u60BC","\u6921","\u6AA4","\u71FE","\u74D9","\u76D7","\u76DC","\u7A32","\u7A3B","\u7E9B","\u7FFF","\u8254","\u83FF","\u885C","\u885F","\u8EC7","\u9053"],chu\u00E0ng:["\u5231","\u524F","\u5259","\u6006","\u6134"],k\u016B:["\u5233","\u54ED","\u5710","\u5800","\u67AF","\u684D","\u77FB","\u7A9F","\u8DCD","\u90C0","\u9AB7","\u9BAC"],du\u00F2:["\u5234","\u5241","\u58AF","\u5C2E","\u60F0","\u619C","\u6305","\u6857","\u8235","\u8DE5","\u8DFA","\u964A","\u964F","\u98FF","\u9973","\u9D7D"],"shu\u0101 shu\xE0":["\u5237"],"qu\xE0n xu\xE0n":["\u5238"],"ch\xE0 sh\u0101":["\u5239","\u524E"],"c\xEC c\u012B":["\u523A"],gu\u00EC:["\u523D","\u523F","\u528A","\u528C","\u648C","\u6530","\u660B","\u6842","\u6922","\u69F6","\u6A3B","\u6AC3","\u7324","\u79AC","\u7B40","\u84D5","\u8958","\u8CB4","\u8D35","\u8DEA","\u9400","\u944E","\u97BC","\u9C56","\u9C65"],l\u00F3u:["\u5245","\u5A04","\u5A41","\u5ED4","\u697C","\u6A13","\u6E87","\u6F0A","\u71A1","\u8027","\u802C","\u825B","\u848C","\u851E","\u877C","\u87BB","\u8B31","\u8EC1","\u9071","\u97BB","\u9AC5","\u9ACF","\u{2A8FB}"],cu\u00F2:["\u5249","\u5252","\u539D","\u590E","\u632B","\u63AA","\u68E4","\u839D","\u83A1","\u84CC","\u902A","\u92BC","\u932F","\u9509","\u9519"],"xi\u0101o xu\u0113":["\u524A"],"k\u0113i k\xE8":["\u524B","\u5C05"],"l\xE0 l\xE1":["\u524C"],t\u012B:["\u5254","\u68AF","\u8E22","\u92BB","\u9511","\u9DC8","\u9DC9","\u43F2","\u4D18"],p\u014Du:["\u5256"],w\u0101n:["\u525C","\u5846","\u58EA","\u5E35","\u5F2F","\u5F4E","\u6E7E","\u6F6B","\u7063","\u7755","\u873F","\u8C4C"],"b\u0101o b\u014D":["\u525D","\u5265"],du\u014D:["\u525F","\u5484","\u54C6","\u5689","\u591A","\u591B","\u6387","\u6BF2","\u7553","\u88F0","\u364D"],q\u00EDng:["\u5260","\u52CD","\u591D","\u60C5","\u64CE","\u6674","\u6692","\u68FE","\u6A08","\u6AA0","\u6C30","\u7520","\u7858","\u845D","\u9EE5"],"y\u01CEn sh\xE0n":["\u5261"],"d\u016B zhu\xF3":["\u5262"],y\u0101n:["\u5266","\u5AE3","\u5D26","\u5D96","\u6079","\u61D5","\u61E8","\u6A2E","\u6DCA","\u6DF9","\u6F39","\u70DF","\u7109","\u7111","\u7159","\u73DA","\u7BF6","\u80ED","\u81D9","\u83F8","\u9122","\u9183","\u95B9","\u9609","\u9EEB"],hu\u014D:["\u5268","\u5290","\u5419","\u6509","\u79F4","\u8020","\u952A","\u9A1E","\u{2CD03}"],sh\u00E8ng:["\u5269","\u5270","\u52DD","\u5723","\u58AD","\u5D4A","\u6660","\u69BA","\u6A73","\u741E","\u8056","\u8542","\u8CB9","\u8CF8"],"du\u0101n zh\xEC":["\u526C"],w\u016B:["\u526D","\u545C","\u55DA","\u572C","\u5C4B","\u5DEB","\u5F19","\u6747","\u6B4D","\u6C59","\u6C5A","\u6C61","\u6D3F","\u70CF","\u7A8F","\u7BBC","\u8790","\u8A88","\u8AA3","\u8BEC","\u90AC","\u9114","\u93A2","\u94A8","\u9C1E","\u9D2E"],g\u0113:["\u5272","\u54E5","\u572A","\u5F41","\u6208","\u6213","\u6228","\u6B4C","\u6ED2","\u72B5","\u8090","\u88BC","\u8B0C","\u93B6","\u9D1A","\u9D3F","\u9E3D"],"d\xE1 zh\xE1":["\u5273"],chu\u00E1n:["\u5276","\u66B7","\u693D","\u7BC5","\u8221","\u8229","\u8239","\u8F32","\u9044"],"tu\xE1n zhu\u0101n":["\u5278","\u6F19","\u7BFF"],"l\xF9 ji\u016B":["\u5279"],p\u0113ng:["\u527B","\u5309","\u562D","\u6026","\u6072","\u62A8","\u6888","\u70F9","\u7830","\u8EEF","\u99CD"],pi\u0101o:["\u527D","\u52E1","\u6153","\u65DA","\u72A5","\u7FF2","\u87B5","\u98C3","\u98C4","\u98D8","\u9B52"],k\u014Du:["\u527E","\u5F44","\u62A0","\u6473","\u770D","\u7798","\u82A4","\u{2BE29}"],"ji\u01CEo ch\u0101o":["\u527F","\u528B","\u52E6","\u6477"],qi\u0101o:["\u5281","\u52EA","\u589D","\u5E67","\u6572","\u6A47","\u6BC3","\u71C6","\u7857","\u78FD","\u7E51","\u8DAC","\u8DF7","\u8E0D","\u8E7A","\u8E7B","\u90FB","\u9121","\u9125","\u936B","\u936C","\u9430","\u9539","\u981D"],"hu\xE1 hu\xE0":["\u5283"],"zh\u0101 zh\xE1":["\u5284"],"p\u012B p\u01D0":["\u5288","\u6082"],t\u0101ng:["\u528F","\u5621","\u7FB0","\u859A","\u876A","\u8E5A","\u97BA","\u9F1E"],ch\u00E1n:["\u5296","\u56B5","\u58E5","\u5A75","\u5B0B","\u5DC9","\u5EDB","\u68CE","\u6BDA","\u6E79","\u6F79","\u6F7A","\u6FB6","\u700D","\u703A","\u7158","\u7351","\u78DB","\u7DFE","\u7E8F","\u7E92","\u7F20","\u826C","\u8749","\u87D0","\u87EC","\u87FE","\u8A97","\u8B92","\u8C17","\u8E94","\u913D","\u9141","\u92CB","\u9471","\u9575","\u995E","\u998B"],zu\u0101n:["\u5297","\u8E9C","\u8EA6","\u9246","\u945A"],m\u00F3:["\u5298","\u5AEB","\u5B24","\u5B37","\u5C1B","\u6479","\u64F5","\u6A45","\u7CE2","\u819C","\u85E6","\u8611","\u8B28","\u8B29","\u8C1F","\u9943","\u995D","\u998D","\u9ACD","\u9B54","\u9B79"],zh\u00FA:["\u529A","\u65B8","\u66EF","\u6B18","\u705F","\u70A2","\u70DB","\u71ED","\u7225","\u7603","\u7AF9","\u7B01","\u7B1C","\u8233","\u833F","\u84EB","\u880B","\u883E","\u8E85","\u9010","\u902B","\u9483","\u9C41"],qu\u00E0n:["\u529D","\u52E7","\u52F8","\u7276","\u97CF"],"j\xECn j\xECng":["\u52A4","\u52B2","\u52C1"],k\u0113ng:["\u52A5","\u5751","\u727C","\u7841","\u785C","\u8A99","\u92B5","\u935E","\u93D7","\u94FF","\u962C"],"xi\xE9 li\xE8":["\u52A6"],"zh\xF9 ch\xFA":["\u52A9"],n\u01D4:["\u52AA","\u5F29","\u782E","\u80EC"],sh\u00E0o:["\u52AD","\u5372","\u54E8","\u6F72","\u7D39","\u7DA4","\u7ECD","\u8891","\u90B5"],mi\u01CEo:["\u52B0","\u676A","\u6DFC","\u6E3A","\u7707","\u79D2","\u7BCE","\u7DF2","\u7F08","\u85D0","\u9088"],k\u01D2u:["\u52B6","\u53E3"],w\u0101:["\u52B8","\u5A32","\u5AA7","\u5C72","\u6316","\u6528","\u6D3C","\u6E9B","\u6F25","\u74FE","\u7556","\u7A75","\u7A8A","\u7AAA","\u86D9","\u97C8","\u9F03"],ku\u0101ng:["\u52BB","\u5321","\u5329","\u54D0","\u6047","\u6D2D","\u7B50","\u7B7A","\u8A86","\u8BD3","\u8EED","\u90BC"],h\u00E9:["\u52BE","\u548A","\u555D","\u59C0","\u5CC6","\u6546","\u66F7","\u67C7","\u6941","\u6BFC","\u6CB3","\u6DB8","\u6E2E","\u6F95","\u7186","\u76AC","\u76C7","\u76C9","\u76CD","\u76D2","\u79BE","\u7BD5","\u7C7A","\u7CAD","\u7FEE","\u83CF","\u8402","\u8988","\u8A38","\u8A65","\u90C3","\u91DB","\u924C","\u9449","\u95A1","\u95D4","\u9602","\u9616","\u97A8","\u981C","\u9904","\u9978","\u9B7A","\u9E56","\u9EA7","\u9F55","\u9F81","\u9FA2","\u{2C317}"],g\u00E0o:["\u52C2","\u543F","\u544A","\u5CFC","\u796E","\u7970","\u799E","\u7B76","\u8AA5","\u8BF0","\u90DC","\u92EF","\u9506"],"b\xF3 b\xE8i":["\u52C3"],l\u00E1ng:["\u52C6","\u5ACF","\u5ECA","\u658F","\u6879","\u6994","\u6A03","\u6B34","\u72FC","\u7405","\u746F","\u7860","\u7A02","\u8246","\u84C8","\u870B","\u8782","\u8EB4","\u90D2","\u90DE","\u92C3","\u93AF","\u9512"],x\u016Bn:["\u52CB","\u52DB","\u52F2","\u52F3","\u5691","\u5743","\u57D9","\u5864","\u58CE","\u58E6","\u66DB","\u71FB","\u736F","\u77C4","\u7E81","\u81D0","\u85AB","\u85B0","\u860D","\u91BA","\u{2B138}"],"ju\xE0n ju\u0101n":["\u52CC","\u74F9"],"l\xE8 l\u0113i":["\u52D2"],k\u00E0i:["\u52D3","\u708C","\u70D7","\u938E"],"w\u011Bng y\u01CEng":["\u52DC"],q\u00EDn:["\u52E4","\u55EA","\u5659","\u5D9C","\u5E88","\u61C3","\u61C4","\u6366","\u64D2","\u65B3","\u6A8E","\u6FBF","\u73E1","\u7434","\u7439","\u763D","\u79BD","\u79E6","\u8039","\u82A9","\u82B9","\u83E6","\u8793","\u8804","\u9219","\u922B","\u96C2","\u9772","\u9CF9","\u9D6D"],ji\u00E0ng:["\u52E5","\u531E","\u5320","\u5D79","\u5F1C","\u5F36","\u647E","\u6AE4","\u6D1A","\u6EF0","\u729F","\u7CE1","\u7CE8","\u7D73","\u7EDB","\u8B3D","\u9171","\u91A4","\u91AC"],f\u0101n:["\u52EB","\u5B0F","\u5E06","\u5E61","\u5FDB","\u61A3","\u65D9","\u65DB","\u7E59","\u7FFB","\u85E9","\u8F53","\u98BF","\u98DC","\u9C55"],ju\u0101n:["\u52EC","\u59E2","\u5A1F","\u6350","\u6D93","\u8832","\u88D0","\u93B8","\u942B","\u954C","\u9E43"],"t\xF3ng d\xF2ng":["\u52ED","\u70D4","\u71D1","\u72EA"],l\u01DC:["\u52F4","\u578F","\u5D42","\u5F8B","\u616E","\u6C2F","\u6EE4","\u6FFE","\u7208","\u7BBB","\u7DA0","\u7E42","\u819F","\u844E","\u8651","\u9462"],ch\u00E8:["\u52F6","\u577C","\u5F7B","\u5FB9","\u63A3","\u64A4","\u6F88","\u70E2","\u7221","\u77AE","\u7869","\u8045","\u8FE0","\u9819","\u3B1A"],sh\u00E1o:["\u52FA","\u73BF","\u97F6"],"g\u014Du g\xF2u":["\u52FE"],c\u014Dng:["\u5306","\u56EA","\u56F1","\u5FE9","\u6031","\u60A4","\u66B0","\u6A2C","\u6F17","\u747D","\u7481","\u779B","\u7BF5","\u7E71","\u8061","\u8066","\u806A","\u8070","\u82C1","\u8310","\u8471","\u84EF","\u8525","\u87CC","\u936F","\u93D3","\u93E6","\u9A18","\u9A44","\u9AA2"],"t\xE1o y\xE1o":["\u530B","\u9676"],p\u00E1o:["\u530F","\u5486","\u5789","\u5E96","\u722E","\u72CD","\u888D","\u891C","\u8EF3","\u9784","\u9E85"],d\u00E1:["\u5312","\u59B2","\u601B","\u709F","\u71F5","\u7563","\u7B2A","\u7F8D","\u8359","\u8598","\u87FD","\u8A5A","\u8FBE","\u8FCF","\u8FD6","\u8FDA","\u9039","\u9054","\u943D","\u977C","\u9791","\u97C3","\u9F96","\u9F98","\u{2B7FC}"],"hu\xE0 hu\u0101":["\u5316"],"b\u011Bi b\xE8i":["\u5317"],n\u01CEo:["\u5318","\u57B4","\u5816","\u5AD0","\u607C","\u60A9","\u60F1","\u7459","\u78AF","\u8111","\u8133","\u8166"],"ch\xED shi":["\u5319"],f\u0101ng:["\u531A","\u580F","\u65B9","\u6DD3","\u7265","\u82B3","\u90A1","\u9201","\u933A","\u94AB","\u9D0B"],z\u0101:["\u531D","\u5482","\u5E00","\u6C9E","\u81DC","\u81E2","\u8FCA","\u9254","\u9B73"],qi\u00E8:["\u5327","\u5392","\u59BE","\u602F","\u608F","\u60EC","\u611C","\u6308","\u7A55","\u7A83","\u7ACA","\u7B21","\u7BA7","\u7BCB","\u7C61","\u8E25","\u9365","\u9532","\u9BDC"],"z\u0101ng c\xE1ng":["\u5328"],f\u011Bi:["\u532A","\u595C","\u60B1","\u68D0","\u69A7","\u7BDA","\u7FE1","\u855C","\u8AB9","\u8BFD"],"ku\xEC gu\xEC":["\u532E","\u5331"],su\u01CEn:["\u5334"],p\u01D0:["\u5339","\u567D","\u56AD","\u572E","\u5E80","\u75DE","\u7656","\u8134","\u82C9","\u92A2","\u9D04"],"q\u016B \u014Du":["\u533A","\u5340"],"k\u0113 qi\xE0":["\u533C"],"y\u01CEn y\xE0n":["\u533D","\u68EA"],bi\u01CEn:["\u533E","\u60FC","\u63D9","\u78A5","\u7A28","\u7A86","\u85CA","\u890A","\u8CB6","\u8D2C","\u9D18"],n\u00EC:["\u533F","\u5804","\u5ADF","\u5B3A","\u60C4","\u6135","\u6635","\u66B1","\u6C3C","\u7724","\u7768","\u7E0C","\u80D2","\u817B","\u81A9","\u9006","\u{28E99}"],ni\u00E0n:["\u5344","\u5538","\u57DD","\u5EFF","\u5FF5","\u60D7","\u824C"],s\u00E0:["\u5345","\u6AD2","\u810E","\u8428","\u856F","\u85A9","\u9212","\u96A1","\u98AF","\u98D2","\u99BA"],z\u00FA:["\u5346","\u54EB","\u5D2A","\u65CF","\u7BA4","\u8DB3","\u8E24","\u955E"],sh\u0113ng:["\u5347","\u544F","\u58F0","\u6598","\u6607","\u66FB","\u67A1","\u6B85","\u6CE9","\u6E66","\u713A","\u7272","\u73C4","\u751F","\u7525","\u7AD4","\u7B19","\u8072","\u924E","\u935F","\u9629","\u965E","\u9679","\u9D7F","\u9F2A"],w\u00E0n:["\u534D","\u5350","\u5FE8","\u6764","\u77A3","\u8115","\u8155","\u842C","\u87C3","\u8D0E","\u8F10","\u933D","\u{2C1D5}"],"hu\xE1 hu\xE0 hu\u0101":["\u534E","\u83EF"],b\u0113i:["\u5351","\u60B2","\u63F9","\u676F","\u686E","\u76C3","\u7891","\u85E3","\u9D6F","\u9E4E"],"z\xFA c\xF9":["\u5352"],"d\u0101n sh\xE0n ch\xE1n":["\u5355","\u55AE"],"n\xE1n n\u0101":["\u5357"],"shu\xE0i l\u01DC":["\u535B"],"b\u01D4 bo p\xFA":["\u535C"],"ku\xE0ng gu\xE0n":["\u535D"],bi\u00E0n:["\u535E","\u53D8","\u5909","\u5CC5","\u5F01","\u5FA7","\u5FED","\u6283","\u662A","\u6C73","\u6C74","\u73A3","\u8251","\u82C4","\u898D","\u8ADA","\u8B8A","\u8FA1","\u8FA7","\u8FA8","\u8FA9","\u8FAB","\u8FAE","\u8FAF","\u904D","\u91C6","\u{28695}"],b\u01D4:["\u535F","\u54FA","\u6355","\u8865","\u88DC","\u9E14","\u{2CDD5}"],"zh\xE0n zh\u0101n":["\u5360","\u89B1"],"k\u01CE qi\u01CE":["\u5361"],l\u00FA:["\u5362","\u56A7","\u5786","\u58DA","\u5E90","\u5EEC","\u66E5","\u67A6","\u680C","\u6AE8","\u6CF8","\u7018","\u7089","\u7210","\u7379","\u7388","\u74D0","\u76E7","\u77D1","\u7C5A","\u7E91","\u7F4F","\u80EA","\u81DA","\u822E","\u823B","\u826B","\u82A6","\u8606","\u8826","\u8F64","\u8F73","\u9229","\u946A","\u9871","\u9885","\u99BF","\u9AD7","\u9B72","\u9C78","\u9C88","\u9E15","\u9E2C","\u9EF8","\u{2CB3B}"],l\u01D4:["\u5364","\u5877","\u63B3","\u64C4","\u6A10","\u6A79","\u6AD3","\u6C0C","\u6EF7","\u6F9B","\u7002","\u7875","\u78E0","\u7A5E","\u8263","\u826A","\u84FE","\u864F","\u865C","\u93C0","\u942A","\u9465","\u9565","\u9B6F","\u9C81","\u9E75"],gu\u00E0:["\u5366","\u5569","\u6302","\u639B","\u7F63","\u8902","\u8A7F","\u8BD6"],"\xE1ng y\u01CEng":["\u536C"],y\u00ECn:["\u5370","\u57BD","\u5837","\u5ED5","\u616D","\u6196","\u6197","\u61DA","\u6D15","\u6E5A","\u730C","\u764A","\u80E4","\u831A","\u9173","\u9BA3","\u4C9F"],qu\u00E8:["\u5374","\u537B","\u5859","\u5D05","\u60AB","\u6128","\u6164","\u6409","\u69B7","\u71E9","\u7437","\u76B5","\u786E","\u78BA","\u792D","\u95CB","\u9615","\u9D72","\u9E4A","\u{2C488}"],lu\u01CEn:["\u5375"],"ju\xE0n ju\u01CEn":["\u5377","\u5DFB"],"ch\u01CEng \u0101n h\xE0n":["\u5382"],"w\u011Bi y\xE1n":["\u5383"],t\u012Bng:["\u5385","\u539B","\u542C","\u5E81","\u5EF0","\u5EF3","\u6C40","\u70C3","\u70F4","\u7D8E","\u8013","\u8074","\u807C","\u807D","\u9793","\u{2C629}"],"zh\xE9 zh\xE1i":["\u5387"],"h\xE0n \xE0n":["\u5388","\u5C7D"],y\u01CE:["\u538A","\u5516","\u5E8C","\u75D6","\u7602","\u8565"],sh\u00E8:["\u538D","\u5399","\u5F3D","\u6151","\u6174","\u61FE","\u6442","\u6B07","\u6D89","\u6DBB","\u6E09","\u6EE0","\u7044","\u793E","\u820E","\u850E","\u8802","\u8A2D","\u8BBE","\u8D66","\u9A07","\u9E9D"],d\u01D0:["\u538E","\u5467","\u5758","\u5F24","\u62B5","\u62DE","\u638B","\u7274","\u7825","\u83E7","\u89DD","\u8A46","\u8BCB","\u8EE7","\u90B8","\u963A","\u9AB6","\u9BF3"],"zh\u01CE zh\u01CEi":["\u538F"],p\u00E1ng:["\u5390","\u5ACE","\u5E9E","\u5FAC","\u823D","\u8783","\u9004","\u9C1F","\u9CD1","\u9F8E","\u9F90"],"zh\xEC sh\u012B":["\u5394"],m\u00E1ng:["\u5396","\u5402","\u54E4","\u5A0F","\u5FD9","\u607E","\u6757","\u6767","\u6C52","\u6D5D","\u727B","\u75DD","\u76F2","\u786D","\u7B00","\u8292","\u832B","\u8609","\u9099","\u91EF","\u92E9","\u94D3","\u99F9"],zu\u012B:["\u539C","\u6A36","\u7E97","\u87D5"],"sh\xE0 xi\xE0":["\u53A6","\u5EC8"],\u00E1o:["\u53AB","\u55F7","\u55F8","\u5ED2","\u6556","\u6EF6","\u7352","\u7353","\u7488","\u7FF1","\u7FF6","\u7FFA","\u8071","\u851C","\u87AF","\u8B37","\u8B38","\u9068","\u93D6","\u969E","\u9C32","\u9CCC","\u9DD4","\u9F07"],"l\xE1n qi\u0101n":["\u53B1"],"s\u012B m\u01D2u":["\u53B6"],"g\u014Dng h\xF3ng":["\u53B7"],"l\xEDn mi\u01CEo":["\u53B8"],"qi\xFA r\xF3u":["\u53B9"],d\u016B:["\u53BE","\u561F","\u7763","\u918F"],"xi\xE0n xu\xE1n":["\u53BF","\u7E23"],"c\u0101n sh\u0113n c\u0113n s\u0101n":["\u53C2","\u53C3","\u53C4","\u53C5"],"\xE0i y\u01D0":["\u53C6"],"ch\u0101 ch\xE0 ch\u01CE ch\xE1":["\u53C9"],shu\u0101ng:["\u53CC","\u5B40","\u5B47","\u6B06","\u7935","\u826D","\u96D9","\u971C","\u9A3B","\u9A66","\u9AA6","\u9DDE","\u9E18","\u9E74"],sh\u014Du:["\u53CE","\u6536"],gu\u00E1i:["\u53CF"],b\u00E1:["\u53D0","\u59AD","\u629C","\u62D4","\u70A6","\u7679","\u80C8","\u8307","\u83DD","\u8A59","\u8DCB","\u8EF7","\u9B43","\u9F25"],"f\u0101 f\xE0":["\u53D1"],"zhu\xF3 y\u01D0 l\xEC ju\xE9":["\u53D5"],q\u01D4:["\u53D6","\u5A36","\u7AEC","\u877A","\u8A53","\u9F72","\u9F8B"],"ji\u01CE xi\xE1":["\u53DA","\u5FA6"],"w\xE8i y\xF9":["\u53DE","\u5C09","\u851A"],di\u00E9:["\u53E0","\u57A4","\u581E","\u5CCC","\u5E49","\u604E","\u60F5","\u621C","\u66E1","\u6B9C","\u6C0E","\u7243","\u7252","\u74DE","\u7573","\u7582","\u7589","\u758A","\u789F","\u7D70","\u7ED6","\u800A","\u800B","\u80C5","\u8253","\u82F5","\u8728","\u8776","\u890B","\u8A44","\u8ADC","\u8C0D","\u8DEE","\u8E40","\u8FED","\u957B","\u9C08","\u9CBD","\u9D29","\u{2BD87}"],ru\u00EC:["\u53E1","\u6798","\u6C6D","\u745E","\u777F","\u82AE","\u868B","\u8739","\u92B3","\u92ED","\u9510"],"j\xF9 g\u014Du":["\u53E5"],l\u00ECng:["\u53E6","\u5464","\u70A9","\u8626"],"d\u0101o d\xE1o t\u0101o":["\u53E8"],"zh\u012B zh\u01D0":["\u53EA"],ji\u00E0o:["\u53EB","\u544C","\u5602","\u5626","\u564D","\u5B13","\u658D","\u65A0","\u6ED8","\u6F16","\u7365","\u73D3","\u76AD","\u7A96","\u85E0","\u8A06","\u8B65","\u8DAD","\u8F03","\u8F4E","\u8F7F","\u8F83","\u9175","\u91AE","\u91C2"],"zh\xE0o sh\xE0o":["\u53EC"],"k\u011B k\xE8":["\u53EF"],"t\xE1i t\u0101i":["\u53F0","\u82D4"],p\u01D2:["\u53F5","\u5C00","\u7B38","\u7BA5","\u9255","\u94B7","\u99CA"],"y\xE8 xi\xE9":["\u53F6"],"h\xE0o h\xE1o":["\u53F7"],t\u00E0n:["\u53F9","\u5606","\u63A2","\u6B4E","\u6E60","\u70AD","\u78B3","\u8215"],"h\u014Dng h\xF3ng":["\u53FF"],mi\u0113:["\u5400","\u54A9","\u54F6","\u5B6D"],"x\u016B y\u016B y\xF9":["\u5401"],ch\u012B:["\u5403","\u54E7","\u55AB","\u55E4","\u5644","\u599B","\u5AB8","\u5F68","\u5F72","\u645B","\u6521","\u6BA6","\u74FB","\u75F4","\u7661","\u7735","\u779D","\u7B1E","\u7C9A","\u80F5","\u86A9","\u87AD","\u8A35","\u9B51","\u9D1F","\u9D44","\u9E31","\u9ED0","\u9F5D","\u{2B128}"],"xu\u0101n s\xF2ng":["\u5405"],y\u0101o:["\u5406","\u5593","\u592D","\u5996","\u5E7A","\u6946","\u6B80","\u7945","\u8170","\u847D","\u8A1E","\u9080","\u9D01","\u9D22","\u3658"],z\u01D0:["\u5407","\u59C9","\u59CA","\u5B50","\u674D","\u6893","\u699F","\u6A74","\u6ED3","\u77F7","\u79ED","\u7B2B","\u7C7D","\u7D2B","\u8014","\u8678","\u8A3F","\u91E8"],"h\xE9 g\u011B":["\u5408","\u9C84"],"c\xF9n d\xF2u":["\u540B"],"t\xF3ng t\xF2ng":["\u540C"],"t\u01D4 t\xF9":["\u5410","\u550B"],"zh\xE0 zh\u0101":["\u5412","\u5953"],"xi\xE0 h\xE8":["\u5413"],"\u0101 y\u0101":["\u5416"],"ma m\xE1 m\u01CE":["\u5417"],l\u00ECn:["\u541D","\u6061","\u608B","\u6A49","\u711B","\u7510","\u81A6","\u853A","\u85FA","\u8CC3","\u8D41","\u8E78","\u8E8F","\u8E99","\u8EAA","\u8F65","\u95B5"],t\u016Bn:["\u541E","\u66BE","\u671C","\u711E"],"b\u01D0 p\u01D0":["\u5421"],q\u00ECn:["\u5422","\u5423","\u551A","\u628B","\u63FF","\u6407","\u64B3","\u6C81","\u7019","\u83E3","\u85FD"],"ji\xE8 g\xE8":["\u5424"],"f\u01D2u p\u01D0":["\u5426"],"ba b\u0101":["\u5427"],d\u016Bn:["\u5428","\u5678","\u58A9","\u58AA","\u60C7","\u6489","\u64B4","\u729C","\u7364","\u7905","\u8733","\u8E7E","\u9A50"],f\u0113n:["\u5429","\u5E09","\u6610","\u6706","\u68A4","\u68FB","\u6C1B","\u7AD5","\u7D1B","\u7EB7","\u7FC2","\u82AC","\u886F","\u8A1C","\u8EAE","\u915A","\u9216","\u96F0","\u9934","\u9959","\u999A"],"\xE9 hu\u0101":["\u542A"],"k\u0113ng h\xE1ng":["\u542D","\u5994"],sh\u01D4n:["\u542E"],"zh\u012B z\u012B":["\u5431"],"y\u01D0n sh\u011Bn":["\u5432"],w\u00FA:["\u5433","\u5434","\u5449","\u58B2","\u5CFF","\u68A7","\u6A46","\u6BCB","\u6D16","\u6D6F","\u7121","\u73F8","\u7491","\u7966","\u829C","\u8323","\u8381","\u856A","\u8708","\u87F1","\u8B55","\u90DA","\u92D9","\u94FB","\u9BC3","\u9D50","\u9DE1","\u9E40","\u9F2F"],"ch\u01CEo ch\u0101o":["\u5435"],"n\xE0 n\xE8":["\u5436"],"xu\xE8 chu\xF2 ju\xE9":["\u5437"],chu\u012B:["\u5439","\u708A","\u9FA1"],"d\u014Du r\xFA":["\u543A"],h\u01D2u:["\u543C","\u72BC"],"h\u014Dng h\u01D2u \u014Du":["\u543D"],"w\xFA y\xF9":["\u543E"],"ya y\u0101":["\u5440"],"\xE8 e":["\u5443"],d\u0101i:["\u5446","\u61DB","\u7343"],"m\xE8n q\u01D0":["\u5447"],h\u014Dng:["\u544D","\u569D","\u63C8","\u7074","\u70D8","\u7122","\u7861","\u85A8","\u8A07","\u8C3E","\u8EE3","\u8F37","\u8F5F","\u8F70","\u9367"],n\u00E0:["\u5450","\u637A","\u7B1D","\u7D0D","\u7EB3","\u80AD","\u84B3","\u8872","\u8C7D","\u8C80","\u8EDC","\u90CD","\u9209","\u94A0","\u9779","\u9B76"],"t\u016Bn ti\u0101n":["\u5451"],"f\u01D4 \u1E3F":["\u5452","\u5638"],"d\u0101i t\u01CEi":["\u5454"],"\u01D2u \u014Du \xF2u":["\u5455"],"b\xE0i bei":["\u5457"],"yu\xE1n y\xFAn y\xF9n":["\u5458","\u54E1"],gu\u014D:["\u5459","\u556F","\u5613","\u57DA","\u581D","\u588E","\u5D1E","\u5F49","\u5F4D","\u61D6","\u7313","\u7611","\u8052","\u8748","\u87C8","\u90ED","\u921B","\u934B","\u9505"],"hu\xE1 q\xEC":["\u545A"],"qi\xE0ng qi\u0101ng":["\u545B","\u8DC4"],sh\u012B:["\u545E","\u5931","\u5C38","\u5C4D","\u5E08","\u5E2B","\u65BD","\u6D49","\u6E64","\u6E7F","\u6EAE","\u6EBC","\u6FD5","\u72EE","\u7345","\u7461","\u7D41","\u8479","\u8492","\u84CD","\u8671","\u8768","\u8937","\u8979","\u8A69","\u8BD7","\u90BF","\u91C3","\u9247","\u9366","\u9BF4","\u9C24","\u9CBA","\u9CF2","\u9CFE","\u9DB3","\u9E24","\u4D13","\u{2B695}"],ju\u01CEn:["\u545F","\u57CD","\u81C7","\u83E4","\u9308","\u9529"],p\u011Bn:["\u5460","\u7FF8"],"w\u011Bn m\u01D0n":["\u5461"],"ne n\xED":["\u5462"],"\u1E3F m\u0300 m\xF3u":["\u5463"],r\u00E1n:["\u5465","\u562B","\u7136","\u71C3","\u7E4E","\u80B0","\u86A6","\u86BA","\u887B","\u8887","\u88A1","\u9AE5","\u9AEF"],"ti\xE8 ch\xE8":["\u546B"],"q\xEC zh\u012B":["\u546E"],"z\u01D0 c\u012B":["\u5470"],"gu\u0101 g\u016B gu\u01CE":["\u5471"],"c\u012B z\u012B":["\u5472"],"h\u01D2u x\u01D4 g\xF2u":["\u5474"],"h\u0113 \u0101 \xE1 \u01CE \xE0 a":["\u5475"],n\u00E1o:["\u5476","\u5912","\u5CF1","\u5DA9","\u5DCE","\u6320","\u6493","\u7331","\u7847","\u86F2","\u87EF","\u8A49","\u8B4A","\u9403","\u94D9"],"xi\u0101 g\u0101":["\u5477"],p\u0113i:["\u5478","\u600C","\u80A7","\u80DA","\u8843","\u9185"],"h\xE1o xi\u0101o":["\u547A"],m\u00ECng:["\u547D","\u63B5"],"d\xE1 d\xE0n":["\u547E"],"zu\u01D0 j\u01D4":["\u5480"],"xi\xE1n g\u0101n":["\u5481"],p\u01D2u:["\u5485","\u54E3","\u7283"],"y\u01CEng y\u0101ng":["\u5489"],"z\u01CE z\xE9 zh\u0101":["\u548B"],"h\xE9 h\xE8 hu\xF3 hu\xF2 h\xFA":["\u548C"],h\u0101i:["\u548D"],d\u0101:["\u5491","\u54D2","\u5660","\u58B6","\u642D","\u6498","\u8037","\u8921","\u939D","\u{28C4F}"],"k\u01CE k\u0101":["\u5494"],g\u016B:["\u5495","\u5502","\u5503","\u59D1","\u5AF4","\u5B64","\u5DEC","\u5DED","\u67E7","\u6A6D","\u6CBD","\u6CD2","\u7A12","\u7B1F","\u7B8D","\u7B9B","\u7BD0","\u7F5B","\u82FD","\u83C7","\u83F0","\u84C7","\u89DA","\u8EF1","\u8EF2","\u8F71","\u8F9C","\u9164","\u9232","\u9B95","\u9D23","\u9E2A"],"k\u0101 g\u0101":["\u5496"],zuo:["\u5497"],l\u00F3ng:["\u5499","\u56A8","\u5D90","\u5DC3","\u5DC4","\u663D","\u66E8","\u6727","\u680A","\u69DE","\u6AF3","\u6E70","\u6EDD","\u6F0B","\u7216","\u73D1","\u74CF","\u7643","\u772C","\u77D3","\u783B","\u7931","\u7932","\u7ABF","\u7ADC","\u804B","\u807E","\u80E7","\u830F","\u8622","\u882A","\u882C","\u8971","\u8C45","\u93E7","\u9468","\u9733","\u9747","\u9A61","\u9E17","\u9F8D","\u9F92","\u9F99"],"xi\xE0n xi\xE1n":["\u549E"],q\u00EC:["\u54A0","\u552D","\u5650","\u5668","\u5921","\u5F03","\u6187","\u61A9","\u66A3","\u68C4","\u6B2B","\u6C14","\u6C17","\u6C23","\u6C54","\u6C7D","\u6CE3","\u6E46","\u6E47","\u7081","\u7508","\u76F5","\u77F5","\u789B","\u78B6","\u78DC","\u78E7","\u7F4A","\u829E","\u847A","\u85D2","\u87FF","\u8A16","\u8BAB","\u8FC4","\u9411"],"x\xEC di\xE9":["\u54A5"],"li\u0113 li\u011B li\xE9 lie":["\u54A7"],z\u012B:["\u54A8","\u55DE","\u59D5","\u59FF","\u5B5C","\u5B73","\u5B76","\u5D30","\u5D6B","\u6825","\u6914","\u6DC4","\u6E7D","\u6ECB","\u6FAC","\u7386","\u798C","\u79F6","\u7CA2","\u7D0E","\u7DC7","\u7DD5","\u7E83","\u7F01","\u830A","\u8332","\u8458","\u8AEE","\u8C18","\u8CB2","\u8CC7","\u8D40","\u8D44","\u8D7C","\u8D91","\u8DA6","\u8F1C","\u8F3A","\u8F8E","\u9111","\u922D","\u9319","\u937F","\u93A1","\u9531","\u9543","\u983E","\u983F","\u9AED","\u9BD4","\u9C26","\u9CBB","\u9D85","\u9F12","\u9F4D","\u9F5C","\u9F87"],m\u012B:["\u54AA"],"j\u012B x\u012B qi\xE0":["\u54AD"],"g\u0113 lu\xF2 k\u01CE lo":["\u54AF"],"sh\xF9 x\xFAn":["\u54B0"],"z\xE1n z\xE1 z\u01CE zan":["\u54B1"],"h\u0101i k\xE9":["\u54B3"],hu\u012B:["\u54B4","\u5645","\u5655","\u5A4E","\u5A88","\u5E51","\u5FBD","\u6062","\u62FB","\u6325","\u63EE","\u6656","\u6689","\u694E","\u6D03","\u7008","\u7070","\u7073","\u70E3","\u7773","\u7988","\u7FDA","\u7FEC","\u8633","\u8886","\u8918","\u8A7C","\u8BD9","\u8C57","\u8F1D","\u8F89","\u9C34","\u9EBE","\u39D1"],"hu\xE0i sh\xEC":["\u54B6"],t\u00E1o:["\u54B7","\u5555","\u6843","\u6AAE","\u6D2E","\u6DD8","\u7979","\u7DAF","\u7EF9","\u8404","\u872A","\u88EA","\u8FEF","\u9003","\u9184","\u92FE","\u9780","\u9789","\u9940","\u99E3","\u9A0A","\u9F17","\u{2B626}"],xi\u00E1n:["\u54B8","\u5563","\u5A34","\u5A39","\u5A71","\u5ACC","\u5AFA","\u5AFB","\u5F26","\u6326","\u648F","\u6D8E","\u6E7A","\u6F96","\u7509","\u75EB","\u7647","\u764E","\u7D43","\u80D8","\u8237","\u85D6","\u86BF","\u86DD","\u8854","\u8858","\u8AB8","\u8AF4","\u8CE2","\u8D12","\u8D24","\u8F31","\u918E","\u929C","\u9466","\u9591","\u95F2","\u9DF3","\u9DF4","\u9DFC","\u9E47","\u9E79","\u9E99","\u{2B36F}"],"\xE8 \xE0n":["\u54B9"],"xu\u0101n xu\u01CEn":["\u54BA","\u70DC"],"w\u0101i h\xE9 w\u01D2 gu\u01CE gu\u014D":["\u54BC"],"y\xE0n y\xE8 y\u0101n":["\u54BD"],\u0101i:["\u54C0","\u54CE","\u57C3","\u6EBE","\u92B0","\u9384","\u953F"],p\u01D0n:["\u54C1","\u6980"],sh\u011Bn:["\u54C2","\u5A76","\u5B38","\u5BA1","\u5BB7","\u5BE9","\u5F1E","\u66CB","\u6E16","\u700B","\u77AB","\u77E4","\u77E7","\u89BE","\u8A20","\u8AD7","\u8B85","\u8C02","\u8C09","\u90A5","\u9823","\u9B6B"],"h\u01D2ng h\u014Dng h\xF2ng":["\u54C4"],"w\u0101 wa":["\u54C7"],"h\u0101 h\u01CE h\xE0":["\u54C8"],z\u0101i:["\u54C9","\u683D","\u6E3D","\u6EA8","\u707D","\u707E","\u70D6","\u7775","\u8CF3"],"d\xEC di\xE8":["\u54CB"],p\u00E0i:["\u54CC","\u6CA0","\u6D3E","\u6E12","\u6E43","\u848E","\u9383"],"g\xE9n h\u011Bn":["\u54CF"],"y\u01CE y\u0101":["\u54D1","\u96C5"],"yu\u011B hu\xEC":["\u54D5","\u5666"],ni\u00E1n:["\u54D6","\u5E74","\u79CA","\u79E5","\u9B8E","\u9BF0","\u9C87","\u9CB6","\u9D47","\u9ECF"],"hu\xE1 hu\u0101":["\u54D7","\u5629"],"j\xEC ji\u0113 zh\u0101i":["\u54DC","\u568C"],m\u014Du:["\u54DE"],"y\u014D yo":["\u54DF","\u55B2"],l\u00F2ng:["\u54E2","\u6887","\u8D1A"],"\xF2 \xF3 \xE9":["\u54E6"],"l\u012B l\u01D0 li":["\u54E9"],"n\u01CE na n\u01CEi n\xE9 n\u011Bi":["\u54EA"],h\u00E8:["\u54EC","\u578E","\u58D1","\u5BC9","\u60D2","\u7103","\u7142","\u71FA","\u7200","\u764B","\u788B","\u7FEF","\u8910","\u8B1E","\u8CC0","\u8D3A","\u8D6B","\u974D","\u974E","\u974F","\u9DB4","\u9E16","\u9E64"],"b\u014D p\xF2 b\u0101":["\u54F1"],zh\u00E9:["\u54F2","\u5560","\u5586","\u569E","\u57D1","\u608A","\u647A","\u6662","\u6663","\u6B7D","\u77FA","\u7813","\u78D4","\u7C77","\u7C8D","\u8674","\u86F0","\u87C4","\u88A9","\u8A5F","\u8B2B","\u8B3A","\u8B81","\u8B8B","\u8C2A","\u8F12","\u8F19","\u8F4D","\u8F84","\u8F99","\u9BBF"],"li\xE0ng l\xE1ng":["\u54F4"],"li\xE8 l\u01DC":["\u54F7"],h\u0101n:["\u54FB","\u61A8","\u86B6","\u8C3D","\u9163","\u9807","\u9878","\u99A0","\u9B7D","\u9F3E"],"h\u0113ng hng":["\u54FC"],g\u011Bng:["\u54FD","\u57C2","\u5CFA","\u632D","\u6897","\u7D86","\u7EE0","\u803F","\u8384","\u90E0","\u9ABE","\u9BC1","\u9CA0","\u{2C494}"],"chu\xF2 yu\xE8":["\u54FE"],"g\u011B ji\u0101":["\u54FF"],"bei b\xE0i":["\u5504"],"h\xE1n h\xE0n":["\u5505"],ch\u00FAn:["\u5507","\u6D71","\u6E7B","\u6EE3","\u6F18","\u7289","\u7D14","\u7EAF","\u8123","\u83BC","\u8493","\u84F4","\u9187","\u9195","\u931E","\u9659","\u9BD9","\u9D89","\u9E51","\u{2CB5A}"],"\xE0i \u0101i":["\u5509"],"ji\xE1 qi\u01CEn":["\u550A"],"y\xE1n d\xE0n xi\xE1n":["\u550C"],ch\u0113:["\u5513","\u7817","\u7868","\u8397","\u86FC"],"w\xFA \u0144g \u0144":["\u5514"],z\u00E0o:["\u5515","\u5523","\u566A","\u6165","\u688D","\u7076","\u7170","\u71E5","\u7681","\u7682","\u7AC3","\u7AC8","\u7C09","\u8241","\u8B5F","\u8DAE","\u8E81","\u9020","\u{255A8}"],d\u00ED:["\u5519","\u5547","\u5600","\u5681","\u5AE1","\u5EF8","\u654C","\u6575","\u6891","\u6DA4","\u6ECC","\u72C4","\u7B1B","\u7C74","\u7CF4","\u82D6","\u837B","\u850B","\u8510","\u85E1","\u89BF","\u89CC","\u8C74","\u8FEA","\u976E","\u9814","\u99B0","\u9AE2","\u9E10","\u{2CC56}"],"g\xF2ng h\u01D2ng g\u01D2ng":["\u551D","\u55CA"],d\u00F3u:["\u551E"],"l\xE0o l\xE1o":["\u5520","\u562E","\u61A6"],hu\u00E0n:["\u5524","\u559A","\u5942","\u5950","\u5BA6","\u5D48","\u5E7B","\u60A3","\u610C","\u6362","\u63DB","\u64D0","\u650C","\u6899","\u69F5","\u6D63","\u6DA3","\u6E19","\u6F36","\u6FA3","\u70C9","\u7115","\u7165","\u744D","\u75EA","\u7613","\u7746","\u8092","\u85E7","\u8C62","\u8F58","\u902D","\u9BC7","\u9BF6","\u9C00","\u9CA9"],l\u00E9ng:["\u5525","\u5844","\u695E","\u7890","\u8590"],"w\u014D w\u011Bi":["\u5529"],f\u011Bng:["\u552A","\u8982","\u8AF7","\u8BBD"],"y\xEDn j\xECn":["\u552B"],"h\u01D4 xi\xE0":["\u552C"],w\u00E9i:["\u552F","\u56F4","\u570D","\u58DD","\u5CD7","\u5CDE","\u5D6C","\u5E0F","\u5E37","\u5E43","\u60DF","\u6845","\u6CA9","\u6D08","\u6DA0","\u6E4B","\u6E88","\u6F4D","\u6F59","\u6F7F","\u6FF0","\u72A9","\u77C0","\u7DAD","\u7EF4","\u84F6","\u89B9","\u8FDD","\u9055","\u912C","\u9180","\u934F","\u95C8","\u95F1","\u97CB","\u97E6","\u9BA0","\u{23C97}","\u{2CD8F}"],shu\u0101:["\u5530"],ch\u00E0ng:["\u5531","\u6005","\u60B5","\u66A2","\u713B","\u7545","\u757C","\u8AAF","\u97D4","\u9B2F"],"\xE9r w\u0101":["\u5532"],qi\u00E0ng:["\u5534","\u709D","\u7197","\u7FBB"],y\u014D:["\u5537"],y\u016B:["\u5539","\u6DE4","\u7600","\u76D3","\u7B8A","\u7D06","\u7EA1","\u8FBC","\u8FC2","\u8FC3","\u9653"],l\u00E0i:["\u553B","\u6FD1","\u7028","\u702C","\u765E","\u7669","\u7750","\u775E","\u7C41","\u7C5F","\u85FE","\u8CDA","\u8CF4","\u8D49","\u8D56","\u983C","\u9842","\u9D63"],tu\u00F2:["\u553E","\u5D9E","\u67DD","\u6BE4","\u6BFB","\u7BA8","\u7C5C","\u841A","\u8600","\u8DC5"],"zh\u014Du zh\u0101o ti\xE0o":["\u5541"],k\u011Bn:["\u5543","\u57A6","\u58BE","\u6073","\u61C7","\u808E","\u80AF","\u80BB","\u8C64","\u9339"],"zhu\xF3 zh\xE0o":["\u5545","\u6FEF"],"h\u0113ng h\xE8ng":["\u5548","\u6099"],"l\xEDn l\xE1n":["\u5549"],"a \u0101 \xE1 \u01CE \xE0":["\u554A"],qi\u0101ng:["\u554C","\u55F4","\u5D88","\u6215","\u6464","\u65A8","\u67AA","\u69CD","\u6EAC","\u7244","\u7310","\u7347","\u7F8C","\u7F97","\u8154","\u8723","\u8B12","\u93D8","\u9516","\u9535"],"t\u016Bn zh\u016Bn xi\u0101ng du\u01D0":["\u554D"],w\u00E8n:["\u554F","\u598F","\u63FE","\u6435","\u74BA","\u95EE","\u9850"],"cu\xEC qi":["\u5550"],"di\xE9 sh\xE0 ji\xE9 t\xEC":["\u5551"],"yu\u0113 w\u0101":["\u5558"],"z\u01D0 c\u01D0":["\u5559"],"b\u01D0 t\xFA":["\u555A"],"chu\xF2 chu\xE0i":["\u555C"],"y\u01CE y\u0101 \xE8":["\u555E"],f\u0113i:["\u5561","\u5A53","\u5A54","\u6249","\u6683","\u6E04","\u7306","\u7DCB","\u7EEF","\u88F6","\u970F","\u975E","\u975F","\u98DB","\u98DD","\u98DE","\u9925","\u99A1","\u9A11","\u9A1B","\u9BE1","\u9CB1","\u{2CD02}"],p\u00ED:["\u5564","\u58C0","\u6787","\u6BD7","\u6BD8","\u7137","\u7435","\u75B2","\u76AE","\u7BFA","\u7F74","\u7F86","\u813E","\u8157","\u818D","\u868D","\u86BD","\u8731","\u87B7","\u882F","\u8C7C","\u8C94","\u90EB","\u9239","\u9630","\u9674","\u96A6","\u9B6E","\u9B8D","\u9C8F","\u9D67","\u9F19"],sh\u00E1:["\u5565"],"l\u0101 la":["\u5566"],"y\u012Bng q\xEDng":["\u5568"],p\u0101:["\u556A","\u5991","\u8225","\u8469","\u8DB4"],"zh\u011B sh\xEC":["\u556B"],s\u00E8:["\u556C","\u55C7","\u61CE","\u64CC","\u681C","\u6B6E","\u6DA9","\u6E0B","\u6F80","\u6F81","\u6FC7","\u6FCF","\u7012","\u745F","\u74B1","\u7637","\u7A51","\u7A61","\u7A6F","\u7E6C","\u8B45","\u8F56","\u92AB","\u93FC","\u94EF","\u98CB"],ni\u00E8:["\u556E","\u55EB","\u565B","\u5699","\u56C1","\u56D3","\u573C","\u5B7C","\u5B7D","\u5D72","\u5DAD","\u5DD5","\u5E07","\u655C","\u67BF","\u69F7","\u6AF1","\u6D85","\u6E7C","\u75C6","\u7BDE","\u7C4B","\u7CF1","\u7CF5","\u8042","\u8076","\u81EC","\u81F2","\u8616","\u8825","\u8B98","\u8E02","\u8E17","\u8E19","\u8E51","\u8EA1","\u931C","\u93B3","\u9448","\u9477","\u9480","\u954A","\u954D","\u95D1","\u9667","\u9689","\u9873","\u989E","\u9F67","\u{2B536}"],"lu\u014D lu\xF3 luo":["\u5570","\u56C9"],"t\u0101n ch\u01CEn tu\u014D":["\u5574"],bo:["\u5575","\u8514"],d\u00ECng:["\u5576","\u5B9A","\u6917","\u77F4","\u7887","\u78A0","\u78F8","\u8062","\u815A","\u8423","\u874A","\u8A02","\u8BA2","\u9320","\u952D","\u9841","\u98E3","\u9964"],l\u0101ng:["\u5577"],"\xE1n \u0101n":["\u557D"],k\u0101:["\u5580","\u64D6"],"y\xF3ng y\xFA":["\u5581"],"l\u0101 l\xE1 l\u01CE":["\u5587"],ji\u0113:["\u5588","\u55BC","\u55DF","\u5826","\u5A98","\u63A5","\u63B2","\u64D1","\u6E5D","\u716F","\u7596","\u75CE","\u7664","\u7686","\u79F8","\u7A2D","\u813B","\u8754","\u8857","\u8B2F","\u9636","\u968E","\u9782","\u9D9B"],h\u00F3u:["\u5589","\u5E3F","\u7334","\u760A","\u777A","\u7BCC","\u7CC7","\u7FED","\u8454","\u9107","\u936D","\u9931","\u9ABA","\u9BF8","\u{2CB64}"],"di\xE9 zh\xE1":["\u558B"],w\u0101i:["\u558E","\u6B6A","\u7AF5"],"nu\xF2 r\u011B":["\u558F"],"x\xF9 hu\xF2 gu\xF3":["\u5590"],z\u00E1n:["\u5592"],"w\u014D \u014D":["\u5594"],h\u00FA:["\u5596","\u561D","\u56EB","\u58F6","\u58F7","\u58FA","\u5AA9","\u5F27","\u6430","\u659B","\u695C","\u69F2","\u6E56","\u702B","\u7100","\u7173","\u72D0","\u7322","\u745A","\u74F3","\u7BB6","\u7D57","\u7E20","\u80E1","\u846B","\u851B","\u8774","\u879C","\u885A","\u89F3","\u9190","\u9378","\u9836","\u992C","\u9B0D","\u9B71","\u9C17","\u9D60","\u9D98","\u9DA6","\u9E55"],"hu\xE0n yu\xE1n xu\u01CEn h\xE9":["\u559B"],x\u01D0:["\u559C","\u56CD","\u58D0","\u5C63","\u5F99","\u6199","\u67B2","\u6A72","\u6B56","\u6F07","\u73BA","\u74BD","\u77D6","\u79A7","\u7E30","\u8448","\u8478","\u84F0","\u87E2","\u8B11","\u8E5D","\u8EA7","\u9222","\u9268","\u9269","\u9C5A","\u{2CB73}","\u{2CDAE}"],"h\u0113 h\xE8 y\xE8":["\u559D"],ku\u00EC:["\u559F","\u5633","\u5ABF","\u5B07","\u6126","\u6127","\u6192","\u7BD1","\u7C23","\u7C44","\u8069","\u806D","\u8075","\u81AD","\u8562","\u8B09","\u993D","\u994B","\u9988"],"zh\u01D2ng chu\xE1ng":["\u55A0"],"w\xE9i w\xE8i":["\u55A1","\u70BA","\u7232"],"du\xF3 zh\xE0":["\u55A5"],"s\u0101ng s\xE0ng":["\u55AA"],"qi\xE1o ji\u0101o":["\u55AC"],"p\xE8n b\u0113n":["\u55AF"],"c\u0101n s\u016Bn q\u012B":["\u55B0"],"zh\u0101 ch\u0101":["\u55B3"],mi\u0101o:["\u55B5"],"p\u0113n p\xE8n":["\u55B7"],ku\u00ED:["\u55B9","\u5914","\u594E","\u5DD9","\u6223","\u63C6","\u6646","\u668C","\u694F","\u6951","\u6AC6","\u72AA","\u777D","\u8475","\u85C8","\u8637","\u8641","\u8770","\u8EA8","\u9035","\u9108","\u9368","\u9377","\u982F","\u9997","\u9A24","\u9A99","\u9B41"],"lou l\xF3u":["\u55BD"],"z\xE0o qi\u0101o":["\u55BF"],"h\xE8 xi\u0101o xi\xE0o h\xF9":["\u55C3"],"\xE1 sh\xE0":["\u55C4"],xi\u00F9:["\u55C5","\u5CAB","\u5CC0","\u6EB4","\u73DB","\u7407","\u7493","\u79C0","\u7D89","\u7E4D","\u7E61","\u7EE3","\u8791","\u8896","\u890E","\u890F","\u92B9","\u93E5","\u93FD","\u9508","\u9F45"],"qi\u0101ng qi\xE0ng":["\u55C6","\u6217","\u6227","\u8E4C","\u8E61"],"\xE0i y\xEC":["\u55CC","\u827E"],"m\xE1 m\u01CE ma":["\u55CE"],"k\xE8 k\u0113":["\u55D1"],"d\u0101 t\xE0":["\u55D2","\u9389"],s\u01CEng:["\u55D3","\u6421","\u78C9","\u892C","\u939F","\u9859","\u98A1"],ch\u0113n:["\u55D4","\u62BB","\u741B","\u778B","\u8AC3","\u8B13","\u8CDD","\u90F4","\u{2C62D}"],"w\u0101 g\u01D4":["\u55D7"],"p\u01CEng b\u0113ng":["\u55D9"],"xi\xE1n qi\u01CEn qi\u0101n":["\u55DB"],l\u00E0o:["\u55E0","\u5AEA","\u6A6F","\u6D9D","\u6F87","\u8022","\u802E","\u8EBC","\u8EC2","\u916A"],w\u0113ng:["\u55E1","\u7FC1","\u806C","\u8789","\u9393","\u9DB2","\u9E5F","\u{2CB69}"],w\u00E0:["\u55E2","\u817D","\u8183","\u889C","\u896A","\u97E4"],"h\u0113i h\u0101i":["\u55E8"],h\u0113:["\u55EC","\u6B31","\u881A","\u8A36","\u8BC3"],zi:["\u55ED"],s\u01CEi:["\u55EE"],"\u01F9g \u0144g \u0148g":["\u55EF"],g\u011B:["\u55F0","\u8238"],n\u00E1:["\u55F1","\u62CF","\u62FF","\u93BF","\u954E"],di\u01CE:["\u55F2"],"\xE0i \u01CEi \u0101i":["\u55F3"],t\u014Dng:["\u55F5","\u6A0B","\u70B5","\u84EA"],"zu\u012B su\u012B":["\u55FA"],"zh\u0113 zh\xE8 zh\xF9 zhe":["\u55FB"],m\u00F2:["\u55FC","\u573D","\u587B","\u58A8","\u59BA","\u5AFC","\u5BDE","\u5E1E","\u6629","\u672B","\u67BA","\u6B7F","\u6B81","\u6CAB","\u6F20","\u7205","\u734F","\u763C","\u768C","\u773D","\u773F","\u7790","\u7799","\u781E","\u7933","\u79E3","\u7D48","\u7E86","\u8031","\u8309","\u8388","\u84E6","\u86E8","\u87D4","\u8C83","\u8C8A","\u8C98","\u9286","\u93CC","\u9546","\u964C","\u977A","\u9A40","\u9B69","\u9ED8","\u9ED9","\u{2C64A}"],s\u00F2u:["\u55FD","\u7636"],t\u01CEn:["\u55FF","\u5766","\u5FD0","\u61B3","\u61BB","\u66BA","\u6BEF","\u74AE","\u83FC","\u8892","\u8962","\u9193","\u926D","\u94BD"],"ji\xE0o d\u01CEo":["\u5604"],"k\u01CEi g\u011B":["\u5605"],"sh\u0101n c\xE0n":["\u5607"],c\u00E1o:["\u5608","\u5D86","\u66F9","\u66FA","\u69FD","\u6F15","\u825A","\u84F8","\u87AC","\u893F","\u93EA","\u{25562}"],pi\u00E0o:["\u560C","\u5FB1","\u8508","\u9A43"],"l\xF3u lou":["\u560D"],g\u01CE:["\u5C15","\u738D"],"g\u01D4 ji\u01CE":["\u560F"],"ji\u0101o xi\u0101o":["\u5610"],"x\u016B sh\u012B":["\u5618","\u5653"],p\u00F3:["\u5619","\u56A9","\u5A46","\u6AC7","\u76A4","\u9131"],"d\u0113 d\u0113i":["\u561A"],"ma m\xE1":["\u561B"],"l\u0113 lei":["\u561E"],"g\u0101 g\xE1 g\u01CE":["\u5620"],s\u0101i:["\u5625","\u567B","\u6BE2","\u816E","\u984B","\u9C13"],"zu\u014D chu\xE0i":["\u562C"],"ch\xE1o zh\u0101o":["\u5632","\u671D","\u9F02"],zu\u01D0:["\u5634","\u567F","\u5D8A","\u74BB"],"qi\xE1o qi\xE0o":["\u563A","\u7FF9","\u8C2F"],"ch\xF9 x\xF9 sh\xF2u":["\u563C"],"t\u0101n ch\u01CEn":["\u563D"],"d\xE0n t\xE1n":["\u563E","\u5F3E","\u5F48","\u60D4","\u6FB9"],"h\u0113i m\xF2":["\u563F"],\u011B:["\u5641","\u7828","\u980B","\u9A00","\u9D48"],"f\u0101n bo":["\u5643"],chu\u00E1ng:["\u5647","\u5E8A","\u7240"],"c\xF9 z\u0101 h\xE9":["\u5648"],"t\u016Bn ku\xF2":["\u564B"],"c\u0113ng ch\u0113ng":["\u564C"],d\u0113ng:["\u5654","\u5B01","\u706F","\u71C8","\u7492","\u767B","\u7AF3","\u7C26","\u8260","\u8C4B"],p\u016B:["\u5657","\u6251","\u64B2","\u6534","\u6535","\u6F7D","\u7087","\u9660"],ju\u0113:["\u5658","\u5C69","\u5C6B","\u64A7"],l\u016B:["\u565C","\u5695","\u64B8","\u64FC","\u8B22"],zh\u0101n:["\u5661","\u5CBE","\u60C9","\u65C3","\u65DC","\u67AC","\u6834","\u6BE1","\u6C08","\u6C0A","\u6CBE","\u77BB","\u859D","\u86C5","\u8A40","\u8A79","\u8B6B","\u8C35","\u8D88","\u9085","\u959A","\u9711","\u98E6","\u9958","\u9A59","\u9B59","\u9C63","\u9E07","\u9E6F","\u{2B5F4}"],\u014D:["\u5662"],"zh\xF2u zhu\xF3":["\u5663"],"ji\xE0o qi\xE0o ch\u012B":["\u566D"],yu\u00E0n:["\u566E","\u59B4","\u6028","\u613F","\u63BE","\u7457","\u7990","\u82D1","\u884F","\u88EB","\u8911","\u9662","\u9858"],"\u01CEi \xE0i \u0101i":["\u566F"],"y\u014Dng y\u01D2ng":["\u5670","\u6FAD"],"ju\xE9 xu\xE9":["\u5671"],"p\u0113n p\xE8n f\xE8n":["\u5674"],g\u00E1:["\u5676","\u5C1C","\u91D3","\u9337","\u9486"],"x\u012Bn h\u011Bn h\xE8n":["\u5677"],d\u0101ng:["\u5679","\u6FA2","\u73F0","\u74AB","\u7B5C","\u7C39","\u8261","\u87F7","\u88C6","\u8960"],l\u00E0n:["\u5682","\u6EE5","\u6FEB","\u70C2","\u71D7","\u7201","\u721B","\u7224","\u74D3","\u7CF7","\u9484"],t\u00E0:["\u5683","\u56BA","\u5D09","\u631E","\u6428","\u64BB","\u69BB","\u6A7D","\u6BFE","\u6DBE","\u6FBE","\u6FCC","\u79A2","\u7C8F","\u8ABB","\u8B76","\u8E4B","\u8E79","\u8E82","\u8EA2","\u905D","\u9314","\u95D2","\u95E5","\u95FC","\u9618","\u979C","\u97B3"],"hu\u014D hu\xF2 \u01D2":["\u5684"],h\u0101o:["\u5686","\u8320","\u84BF","\u8585"],"h\xE8 xi\xE0":["\u5687"],"xi\xF9 p\xEC":["\u568A"],"zh\u014Du ch\xF3u":["\u568B","\u76E9","\u8BEA"],m\u0113:["\u5692"],"ch\u0101 c\u0101":["\u5693"],"b\xF3 p\xE0o b\xE0o":["\u5697"],"me m\xE8i m\xF2":["\u569C"],"xi\xE9 h\xE1i":["\u56A1"],"\xE1o xi\u0101o":["\u56A3"],m\u014D:["\u56A4","\u6478"],p\u00EDn:["\u56AC","\u5A26","\u5AD4","\u5B2A","\u73AD","\u77C9","\u85B2","\u8819","\u8CA7","\u8D2B","\u9870","\u98A6","\u{2C79F}"],m\u00E8:["\u56B0","\u6FF9"],"r\u01CEng r\u0101ng":["\u56B7"],l\u00E1:["\u56B9","\u65EF"],"ji\xE1o ju\xE9 ji\xE0o":["\u56BC"],chu\u00F2:["\u56BD","\u5A16","\u64C9","\u6B60","\u6DB0","\u78ED","\u8E00","\u8F1F","\u8F8D","\u8FB5","\u8FB6","\u916B","\u9461","\u991F","\u9F6A","\u9F8A"],"hu\u0101n hu\xE0n":["\u56BE"],"z\xE1 c\xE0":["\u56C3"],ch\u00E0i:["\u56C6","\u867F","\u8806","\u8883","\u8A0D"],"n\xE1ng n\u0101ng":["\u56CA"],"z\xE1 z\xE0n c\u0101n":["\u56CB"],s\u016B:["\u56CC","\u6AEF","\u7526","\u7A23","\u7A4C","\u7AA3","\u8607","\u8613","\u9165","\u9BC2"],z\u00E8ng:["\u56CE","\u71B7","\u7511","\u8D08","\u8D60","\u92E5","\u9503"],"z\xE1 ni\xE8 y\xE0n":["\u56D0"],n\u0101ng:["\u56D4"],"lu\xF3 lu\u014D luo":["\u56D6"],"w\xE9i gu\xF3":["\u56D7"],hu\u00ED:["\u56D8","\u56DE","\u56EC","\u5EFB","\u5EFD","\u605B","\u6D04","\u75D0","\u8334","\u8698","\u86D4","\u86D5","\u8716","\u8FF4","\u9025","\u9BB0"],n\u00EDn:["\u56DC","\u60A8","\u810C"],"ji\u01CEn n\u0101n":["\u56DD"],n\u0101n:["\u56E1"],tu\u00E1n:["\u56E2","\u56E3","\u5718","\u6171","\u629F","\u6476","\u6AB2","\u7CF0","\u93C4","\u9DD2","\u9DFB"],"t\xFAn d\xF9n":["\u56E4","\u5749"],gu\u00F3:["\u56EF","\u56F6","\u56FB","\u56FD","\u5700","\u570B","\u5E3C","\u5E57","\u6156","\u6451","\u6F0D","\u805D","\u8158","\u8195","\u852E","\u8662","\u9998","\u{2C1F9}"],k\u00F9n:["\u56F0","\u6D83","\u774F"],"w\xE9i t\u014Dng":["\u56F2"],q\u016Bn:["\u56F7","\u590B","\u9021"],r\u00EC:["\u56F8","\u65E5","\u8875","\u9224","\u99B9","\u9A72"],t\u0101i:["\u56FC","\u5B61","\u80CE"],p\u01D4:["\u5703","\u5711","\u64C8","\u666E","\u669C","\u6A38","\u6A8F","\u6C06","\u6D66","\u6EA5","\u70F3","\u8AE9","\u8B5C","\u8C31","\u8E7C","\u9420","\u9568"],"qu\u0101n ju\xE0n ju\u0101n":["\u5708","\u570F"],"chu\xED chu\xE1n":["\u570C"],tu\u01CEn:["\u5715","\u757D","\u7583"],l\u00FC\u00E8:["\u5719","\u63A0","\u7565","\u7567","\u7A24","\u92DD","\u92E2","\u950A","\u40AE"],"hu\xE1n yu\xE1n":["\u571C"],lu\u00E1n:["\u571D","\u571E","\u5971","\u5A08","\u5B4C","\u5B6A","\u5B7F","\u5CE6","\u5DD2","\u631B","\u6523","\u66EB","\u683E","\u6B12","\u6EE6","\u7064","\u7674","\u7675","\u7F89","\u8114","\u81E0","\u864A","\u92AE","\u947E","\u9D49","\u9E1E","\u9E3E"],t\u01D4:["\u571F","\u5721","\u91F7","\u948D"],"x\u016B w\xE9i":["\u5729"],"d\xEC de":["\u5730","\u5DB3"],"qi\u0101n s\xFA":["\u5731"],zh\u00E8n:["\u5733","\u5866","\u630B","\u632F","\u6715","\u681A","\u753D","\u7739","\u7D16","\u7D7C","\u7EBC","\u8AAB","\u8CD1","\u8D48","\u92F4","\u93AD","\u93AE","\u9547","\u9635","\u9663","\u9707","\u9D06","\u9E29"],"ch\u01CEng ch\xE1ng":["\u573A","\u5834","\u5872"],"q\xED y\xEDn":["\u573B"],ji\u00E1:["\u573F","\u5FE6","\u605D","\u621E","\u6274","\u8125","\u835A","\u83A2","\u86F1","\u86FA","\u88CC","\u8DF2","\u90CF","\u90DF","\u92CF","\u94D7","\u982C","\u9830","\u988A","\u9D36","\u9D4A"],"zh\u01D0 zh\xEC":["\u5741"],b\u01CEn:["\u5742","\u5C85","\u6604","\u677F","\u7248","\u74EA","\u7C84","\u8228","\u8742","\u9211","\u94A3","\u962A","\u9B6C"],q\u01D0n:["\u5745","\u5BD1","\u5BDD","\u5BE2","\u6611","\u68AB","\u7B09","\u87BC","\u8D7E","\u92DF","\u9513"],"m\xE9i f\xE9n":["\u5746"],"r\u01D2ng k\u0113ng":["\u5748"],"f\u0101ng f\xE1ng":["\u574A"],"f\xE8n b\xE8n":["\u574B"],t\u0101n:["\u574D","\u6039","\u644A","\u64F9","\u6524","\u6EE9","\u7058","\u762B","\u7671","\u8211","\u8CAA","\u8D2A"],"hu\xE0i p\u0113i p\u012B p\xE9i":["\u574F"],"d\xEC l\xE0n":["\u5754"],t\u00E1n:["\u575B","\u58B0","\u58B5","\u58C7","\u58DC","\u5A52","\u619B","\u6619","\u66C7","\u6983","\u6A80","\u6F6D","\u71C2","\u75F0","\u78F9","\u7F48","\u7F4E","\u85EB","\u8AC7","\u8B5A","\u8B60","\u8C08","\u8C2D","\u8C9A","\u90EF","\u91B0","\u931F","\u9843"],b\u00E0:["\u575D","\u57BB","\u58E9","\u5F1D","\u6B1B","\u705E","\u7238","\u77F2","\u8987","\u9738","\u9B81","\u9C85"],f\u00E9n:["\u575F","\u58B3","\u59A2","\u5C8E","\u5E69","\u678C","\u68FC","\u6C7E","\u711A","\u71CC","\u71D3","\u7F92","\u7FB5","\u84B6","\u8561","\u86A0","\u86A1","\u8C6E","\u8C76","\u8F52","\u943C","\u96AB","\u99A9","\u9B75","\u9EC2","\u9F16","\u9F22","\u{23E23}"],zhu\u00EC:["\u5760","\u589C","\u60F4","\u7500","\u7577","\u7908","\u7DB4","\u7E0B","\u7F00","\u7F12","\u814F","\u8187","\u8AC8","\u8D05","\u8D58","\u918A","\u9323","\u9446"],p\u014D:["\u5761","\u5CA5","\u6CFC","\u6E8C","\u6F51","\u91D9","\u93FA","\u948B","\u9817","\u9887","\u497D"],"p\u01CEn b\xE0n":["\u5762"],k\u016Bn:["\u5764","\u5803","\u5812","\u5D10","\u5D11","\u6606","\u665C","\u6F49","\u711C","\u71B4","\u7311","\u7428","\u747B","\u83CE","\u872B","\u88C8","\u88E9","\u890C","\u918C","\u9315","\u951F","\u9A09","\u9AE0","\u9AE1","\u9AE8","\u9BE4","\u9CB2","\u9D7E","\u9DA4","\u9E4D"],di\u00E0n:["\u576B","\u57AB","\u588A","\u58C2","\u5960","\u5A5D","\u5E97","\u60E6","\u6242","\u6A42","\u6BBF","\u6DC0","\u6FB1","\u73B7","\u7414","\u7535","\u765C","\u7C1F","\u8714","\u923F","\u96FB","\u975B","\u9A54"],"m\xF9 m\u01D4":["\u5776"],"k\u0113 k\u011B":["\u5777","\u8EFB"],xu\u00E8:["\u5779","\u5CA4","\u6856","\u7025","\u72D8","\u77B2","\u8B14","\u8C11","\u8D90"],"d\u01D0 ch\xED":["\u577B","\u67E2"],l\u0101:["\u5783","\u67C6","\u83C8","\u908B"],l\u01D2ng:["\u5784","\u5785","\u58DF","\u58E0","\u62E2","\u650F","\u7AC9","\u9647","\u96B4","\u{2C542}"],m\u00EDn:["\u578A","\u59C4","\u5CB7","\u5D0F","\u636A","\u65FB","\u65FC","\u6C11","\u73C9","\u7418","\u741D","\u7449","\u75FB","\u76FF","\u7807","\u7DCD","\u7DE1","\u7F17","\u7F60","\u82E0","\u9231","\u9309","\u9372","\u9D16"],"d\xF2ng t\xF3ng":["\u578C","\u5CD2","\u6D1E"],c\u00ED:["\u5790","\u5B28","\u6148","\u67CC","\u6FE8","\u73C1","\u74F7","\u7506","\u78C1","\u7920","\u7960","\u7CCD","\u8328","\u8A5E","\u8BCD","\u8F9D","\u8F9E","\u8FA4","\u8FAD","\u96CC","\u98FA","\u9908","\u9D1C","\u9DBF","\u9DC0","\u9E5A"],du\u012B:["\u5796","\u5806","\u5860","\u75FD","\u78D3","\u9413","\u941C","\u9D2D"],"du\xF2 du\u01D2":["\u579B"],"du\u01D2 du\xF2":["\u579C","\u6306"],ch\u00E1:["\u579E","\u5BDF","\u5D56","\u643D","\u69CE","\u6AAB","\u7339","\u832C","\u8336","\u8A67","\u976B","\u{25ED7}"],sh\u01CEng:["\u57A7","\u664C","\u6A09","\u8CDE","\u8D18","\u8D4F","\u92FF","\u93DB","\u945C"],sh\u01D2u:["\u57A8","\u5B88","\u624B","\u624C","\u824F","\u9996"],da:["\u57AF","\u7E68","\u8DF6"],h\u00E1ng:["\u57B3","\u65BB","\u676D","\u7B55","\u7D4E","\u7ED7","\u822A","\u82C0","\u86A2","\u88C4","\u8CA5","\u8FD2","\u980F","\u9883","\u9B67"],"\u0101n \u01CEn":["\u57B5"],x\u012Bng:["\u57B6","\u60FA","\u661F","\u66D0","\u714B","\u7329","\u7446","\u76A8","\u7BC2","\u8165","\u8208","\u89EA","\u89F2","\u8B03","\u9A02","\u9A8D","\u9B8F","\u9BF9"],"yu\xE0n hu\xE1n":["\u57B8"],b\u0101ng:["\u57B9","\u5E2E","\u5E47","\u5E5A","\u5E6B","\u6360","\u6886","\u6D5C","\u90A6","\u90AB","\u97A4","\u{20CD0}"],"p\xF3u f\xFA":["\u57BA"],c\u00E9n:["\u57C1","\u5C91","\u6D94"],"b\u011Bng f\u0113ng":["\u57C4"],"d\xEC f\xE1ng":["\u57C5"],"xi\xE1 ji\u0101":["\u57C9"],"m\xE1i m\xE1n":["\u57CB"],l\u00E0ng:["\u57CC","\u5D00","\u6D6A","\u8497","\u95AC","\u3AF0"],"sh\u0101n y\xE1n":["\u57CF"],"q\xEDn j\u012Bn":["\u57D0"],"p\u01D4 b\xF9":["\u57D4"],hu\u0101:["\u57D6","\u5A72","\u691B","\u7874","\u7CC0","\u82B1","\u848A","\u8624","\u8AAE","\u9335"],"su\xEC s\xF9":["\u57E3"],"p\xED p\xEC":["\u57E4"],"q\u012Bng zh\u0113ng":["\u57E5","\u9CAD"],"w\u01CEn w\u0101n":["\u57E6"],l\u01D4n:["\u57E8","\u7A10","\u{2BB62}"],"zh\u0113ng ch\xE9ng":["\u57E9"],k\u014Dng:["\u57EA","\u5D06","\u7B9C","\u8EBB","\u9313","\u9D7C"],"c\u01CEi c\xE0i":["\u57F0","\u5BC0","\u91C7"],"ch\xF9 t\xF2u":["\u57F1"],b\u011Bng:["\u57F2","\u742B","\u83F6","\u979B"],"k\u01CEn xi\xE0n":["\u57F3"],"y\xEC sh\xEC":["\u57F6","\u91B3"],p\u00E9i:["\u57F9","\u6BF0","\u88F4","\u88F5","\u8CE0","\u8D54","\u9307","\u952B","\u962B","\u966A"],"s\xE0o s\u01CEo":["\u57FD"],"j\u01D0n q\u012Bn j\xECn":["\u5807"],"p\xE9ng b\xE8ng":["\u580B"],"qi\xE0n z\xE0n ji\xE0n":["\u5811"],\u00E0n:["\u5813","\u5C75","\u5CB8","\u6309","\u6697","\u6848","\u80FA","\u834C","\u8C7B","\u8C8B","\u930C","\u95C7","\u968C","\u9EEF"],"du\xF2 hu\u012B":["\u5815","\u58AE"],hu\u00E1n:["\u581A","\u5BCF","\u5BF0","\u5CD8","\u6853","\u6D39","\u6FB4","\u7342","\u73AF","\u74B0","\u7CEB","\u7E6F","\u7F33","\u7FA6","\u8341","\u8408","\u8411","\u8C72","\u9370","\u9436","\u953E","\u956E","\u95E4","\u961B","\u96C8","\u9B1F","\u9E6E","\u{2C62B}","\u{24A7D}"],"b\u01CEo b\u01D4 p\xF9":["\u5821"],"m\xE1o m\xF3u w\u01D4":["\u5825"],ru\u00E1n:["\u5827","\u58D6","\u648B"],"\xE0i \xE8 y\xE8":["\u5828"],g\u00E8ng:["\u5829","\u6685"],m\u00E9i:["\u5833","\u587A","\u5A92","\u5D4B","\u5FBE","\u6517","\u679A","\u6802","\u6885","\u6963","\u6973","\u69D1","\u6E44","\u6E48","\u7164","\u7338","\u73AB","\u73FB","\u7442","\u7709","\u7742","\u7996","\u8104","\u8122","\u815C","\u82FA","\u8393","\u847F","\u90FF","\u9176","\u9387","\u9545","\u9709","\u9DA5","\u9E5B","\u9EF4"],d\u01D4:["\u5835","\u743D","\u7779","\u7B03","\u7BE4","\u89A9","\u8CED","\u8D4C"],f\u00E9ng:["\u5838","\u7D98","\u8242","\u9022"],h\u00E8ng:["\u583C"],ch\u016Bn:["\u583E","\u5A8B","\u65FE","\u6625","\u6699","\u6776","\u693F","\u69C6","\u6A41","\u6AC4","\u7443","\u7BBA","\u8405","\u877D","\u8F34","\u9C06","\u9D9E","\u4CA0"],ji\u01CEng:["\u5842","\u5956","\u5968","\u596C","\u6868","\u69F3","\u734E","\u8029","\u8199","\u848B","\u8523","\u8B1B","\u8BB2","\u985C"],hu\u0101ng:["\u5843","\u5DDF","\u614C","\u8093","\u8352","\u8841"],du\u00E0n:["\u5845","\u65AD","\u65B7","\u6934","\u6BB5","\u6BC8","\u7145","\u7456","\u78AB","\u7C16","\u7C6A","\u7DDE","\u7F0E","\u8176","\u846E","\u8E96","\u935B","\u953B"],t\u01CE:["\u5854","\u5896","\u736D","\u737A","\u9B99","\u9C28","\u9CCE"],w\u011Bng:["\u5855","\u5963","\u5D61","\u651A","\u66A1","\u7788","\u84CA"],"s\u0101i s\xE0i s\xE8":["\u585E"],z\u00E0ng:["\u585F","\u5F09","\u81D3","\u81DF","\u846C","\u8535","\u92BA"],ti\u00E1n:["\u5861","\u5C47","\u606C","\u6CBA","\u6E49","\u74B3","\u751B","\u751C","\u7530","\u754B","\u7551","\u78B5","\u78CC","\u80CB","\u95D0","\u9617","\u9D2B","\u9DC6","\u9DCF"],zh\u00E8ng:["\u5863","\u5E41","\u653F","\u8A3C","\u8ACD","\u8B49","\u8BC1","\u8BE4","\u90D1","\u912D","\u9755","\u9D0A"],"ti\xE1n zh\xE8n":["\u586B"],w\u0113n:["\u586D","\u6637","\u69B2","\u6B9F","\u6E29","\u6EAB","\u7465","\u761F","\u8570","\u8C71","\u8F3C","\u8F40","\u8F92","\u93BE","\u9942","\u9C1B","\u9C2E","\u9CC1"],li\u00F9:["\u586F","\u5EC7","\u78DF","\u7FCF","\u96E1","\u9724","\u993E","\u9B38","\u9DDA","\u9E68"],h\u01CEi:["\u5870","\u6D77","\u70F8","\u917C","\u91A2"],l\u01CEng:["\u5871","\u6716","\u6717","\u6724","\u70FA","\u84E2","\u3BBE"],b\u00E8ng:["\u5874","\u63FC","\u6CF5","\u750F","\u7DB3","\u8E66","\u8FF8","\u902C","\u93F0","\u955A"],ch\u00E9n:["\u5875","\u5BB8","\u5C18","\u5FF1","\u6550","\u6576","\u6668","\u66DF","\u6815","\u6A04","\u6C89","\u7141","\u760E","\u81E3","\u831E","\u8380","\u8390","\u852F","\u85BC","\u87B4","\u8A26","\u8AF6","\u8ED9","\u8FB0","\u8FE7","\u9202","\u9648","\u9673","\u9703","\u9DD0","\u9E8E"],"\u014Du qi\u016B":["\u5878"],"qi\xE0n ji\xE0n":["\u5879"],"zhu\u0101n tu\xE1n":["\u587C"],shu\u01CEng:["\u587D","\u6161","\u6F3A","\u723D","\u7E14","\u93EF"],sh\u00FA:["\u587E","\u5A4C","\u5B70","\u74B9","\u79EB","\u8D16","\u8D4E"],l\u01D2u:["\u587F","\u5D5D","\u5D81","\u750A","\u7BD3","\u7C0D"],ch\u00ED:["\u5880","\u5F1B","\u6301","\u6C60","\u6F26","\u7AFE","\u7B42","\u7B8E","\u7BEA","\u830C","\u834E","\u86B3","\u8B18","\u8CBE","\u8D7F","\u8E1F","\u8FDF","\u8FE1","\u9045","\u905F","\u9072","\u9349","\u99B3","\u9A70"],sh\u00F9:["\u5885","\u5EB6","\u5EBB","\u6037","\u6055","\u620D","\u675F","\u6811","\u6A39","\u6CAD","\u6F31","\u6F44","\u6FD6","\u7AD6","\u7AEA","\u7D49","\u8167","\u8357","\u8481","\u866A","\u8853","\u88CB","\u8C4E","\u8FF0","\u9265","\u9330","\u93E3","\u9714","\u9D90","\u{2CB38}"],"d\xEC zh\xEC":["\u5886","\u7590"],k\u00E0n:["\u5888","\u5D01","\u77B0","\u77D9","\u78E1","\u884E","\u9B2B"],ch\u011Bn:["\u588B","\u5926","\u7876","\u789C","\u78E3","\u8D02","\u8DBB","\u8E38","\u9356"],"zh\u01D0 zhu\xF3":["\u588C"],qi\u01CEng:["\u588F","\u7E48","\u7E66","\u7FA5","\u8941"],z\u0113ng:["\u5897","\u589E","\u618E","\u7494","\u77F0","\u78F3","\u7F7E","\u8B44","\u912B","\u9C5B","\u4396"],qi\u00E1ng:["\u5899","\u58BB","\u5AF1","\u5B19","\u6A2F","\u6AA3","\u6F12","\u7246","\u8262","\u8503","\u8537","\u8620"],"ku\xE0i tu\xED":["\u58A4"],"tu\u01CEn d\u01D2ng":["\u58A5"],"qi\xE1o qu\xE8":["\u58A7"],"z\u016Bn d\u016Bn":["\u58AB"],"qi\u0101o \xE1o":["\u58BD"],"y\xEC t\xFA":["\u58BF"],"xu\xE9 b\xF3 ju\xE9":["\u58C6"],l\u01CEn:["\u58C8","\u5B3E","\u5B44","\u5B4F","\u61D2","\u61F6","\u63FD","\u64E5","\u652C","\u6984","\u6B16","\u6D68","\u6F24","\u7060","\u7E9C","\u7F06","\u7F71","\u89A7","\u89BD","\u89C8","\u9182","\u9872"],hu\u00E0i:["\u58CA","\u58DE","\u863E"],r\u01CEng:["\u58CC","\u58E4","\u6518","\u7219"],"l\xE0n xi\xE0n":["\u58CF"],d\u01CEo:["\u58D4","\u5BFC","\u5C0E","\u5C9B","\u5CF6","\u5D8B","\u5D8C","\u5DB9","\u6363","\u6417","\u64E3","\u69DD","\u7977","\u7982","\u79B1","\u8E48","\u9666","\u969D","\u96AF"],ru\u01D0:["\u58E1","\u6875","\u6A64","\u7E60","\u854A","\u854B","\u8602","\u8603"],san:["\u58ED"],zhu\u00E0ng:["\u58EE","\u58EF","\u58F5","\u649E","\u710B","\u72B6","\u72C0"],"k\xE9 qi\xE0o":["\u58F3","\u6BBC"],k\u01D4n:["\u58F8","\u58FC","\u6083","\u6346","\u68B1","\u7871","\u7975","\u7A07","\u7A1B","\u7D91","\u88CD","\u95AB","\u95B8","\u9603"],m\u01CEng:["\u58FE","\u6F2D","\u833B","\u83BD","\u83BE","\u880E"],c\u00FAn:["\u58FF","\u5B58"],"zh\u01D0 zh\u014Dng":["\u5902"],"g\u01D4 y\xEDng":["\u5903"],"ji\xE0ng xi\xE1ng":["\u5905","\u964D"],"p\xE1ng f\xE9ng f\u0113ng":["\u5906"],zh\u0101i:["\u5908","\u635A","\u6458","\u658B","\u658E","\u69B8","\u7C82","\u9F4B"],"xu\xE0n xi\xF2ng":["\u5910"],w\u00E0i:["\u5916","\u9861"],"w\u01CEn yu\xE0n w\u0101n yu\u0101n":["\u5917"],"m\u01CEo w\u01CEn":["\u5918"],m\u00E8ng:["\u5922","\u5923","\u5B5F","\u68A6","\u7666","\u9725"],"d\xE0 d\xE0i":["\u5927"],"f\u016B f\xFA":["\u592B","\u59C7","\u678E","\u7CB0"],gu\u00E0i:["\u592C","\u602A","\u6060"],y\u0101ng:["\u592E","\u59CE","\u62B0","\u6B83","\u6CF1","\u79E7","\u80E6","\u9260","\u9348","\u96F5","\u9D26","\u9E2F"],"h\u0101ng b\xE8n":["\u592F"],g\u01CEo:["\u5930","\u641E","\u6772","\u69C0","\u69C1","\u6ABA","\u7A01","\u7A3E","\u7A3F","\u7E1E","\u7F1F","\u83D2","\u85C1","\u85F3"],"t\u0101o b\u011Bn":["\u5932"],"t\xF3u tou":["\u5934"],"y\u01CEn t\u0101o":["\u5935"],"ku\u0101 ku\xE0":["\u5938","\u8A87"],"ji\xE1 ji\u0101 g\u0101 xi\xE1":["\u5939"],hu\u00E0:["\u593B","\u5A73","\u5AFF","\u5B05","\u5D0B","\u6466","\u6779","\u67A0","\u6866","\u69EC","\u6A3A","\u6F85","\u753B","\u756B","\u7575","\u7E63","\u8219","\u8A71","\u8AD9","\u8B6E","\u8BDD","\u9ECA"],"ji\u0101 ji\xE1 g\u0101 xi\xE1":["\u593E"],\u0113n:["\u5940","\u6069","\u84BD"],"d\u012B t\xEC":["\u5943"],"y\u01CEn y\u0101n":["\u5944","\u6E30"],p\u00E0o:["\u5945","\u75B1","\u76B0","\u7832","\u791F","\u792E","\u9764","\u9EAD"],n\u00E0i:["\u5948","\u67F0","\u6E3F","\u8010","\u8418","\u8926","\u933C","\u9F10"],"qu\u0101n ju\xE0n":["\u594D","\u5F2E","\u68EC"],z\u00F2u:["\u594F","\u63CD"],"q\xEC qi\xE8 xi\xE8":["\u5951"],k\u0101i:["\u5952","\u5F00","\u63E9","\u9426","\u950E","\u958B"],"b\u0113n b\xE8n":["\u5954","\u6CCD"],t\u00E0o:["\u5957"],"z\xE0ng zhu\u01CEng":["\u5958"],b\u011Bn:["\u5959","\u672C","\u694D","\u755A","\u7FC9","\u82EF"],"x\xF9n zhu\xEC":["\u595E"],sh\u0113:["\u5962","\u6AA8","\u731E","\u756D","\u7572","\u8CD2","\u8CD6","\u8D4A","\u8F0B","\u{2AA36}"],"h\u01CE p\xF2 t\u01CEi":["\u5964"],"\xE0o y\xF9":["\u5965","\u5967","\u6F9A"],y\u016Bn:["\u596B","\u6C32","\u6C33","\u8480","\u8495","\u8779","\u8D07","\u8D5F","\u{2B5B3}"],"du\u01D2 ch\u011B":["\u5972"],"n\u01DA r\u01D4":["\u5973"],n\u00FA:["\u5974","\u5B65","\u7B2F","\u99D1","\u9A7D"],"d\u012Bng d\u01D0ng ti\u01CEn":["\u5975"],"t\u0101 ji\u011B":["\u5979"],nu\u00E1n:["\u597B"],"h\u01CEo h\xE0o":["\u597D"],f\u00E0n:["\u597F","\u5B0E","\u68B5","\u6C4E","\u6CDB","\u6EFC","\u702A","\u72AF","\u7548","\u76D5","\u7B35","\u7BC4","\u8303","\u8A09","\u8CA9","\u8D29","\u8EEC","\u8F3D","\u98EF","\u98F0","\u996D"],shu\u00F2:["\u5981","\u6420","\u6714","\u69CA","\u70C1","\u720D","\u77DF","\u84B4","\u9399","\u9460","\u94C4"],"f\u0113i p\xE8i":["\u5983"],w\u00E0ng:["\u5984","\u5FD8","\u65FA","\u671B","\u6722"],zhu\u0101ng:["\u5986","\u599D","\u5A24","\u5E84","\u5E92","\u6869","\u6889","\u6A01","\u7CA7","\u7CDA","\u8358","\u838A","\u88C5","\u88DD"],m\u0101:["\u5988","\u5ABD"],"f\u016B y\u014Du":["\u598B"],"h\xE0i ji\xE8":["\u598E"],d\u00F9:["\u5992","\u59AC","\u675C","\u6BAC","\u6E21","\u79FA","\u828F","\u8370","\u8799","\u8827","\u8839","\u934D","\u9540","\u976F","\u{2CB4A}"],mi\u00E0o:["\u5999","\u5E99","\u5EBF","\u5EDF","\u7385","\u7AD7"],"f\u01D2u p\u0113i p\u012B":["\u599A"],"yu\xE8 ju\xE9":["\u599C"],ni\u016B:["\u599E"],"n\xE0 n\xE0n":["\u59A0"],tu\u01D2:["\u59A5","\u5AF7","\u5EB9","\u692D","\u6955","\u6A62","\u9B0C","\u9C16","\u9D4E"],"w\xE0n yu\xE1n":["\u59A7"],f\u00E1ng:["\u59A8","\u623F","\u80AA","\u9632","\u9B74","\u9C82"],n\u012B:["\u59AE"],zh\u00F3u:["\u59AF","\u78A1"],zh\u0101o:["\u59B1","\u5DF6","\u62DB","\u662D","\u91D7","\u924A","\u9363","\u948A","\u99CB","\u{2CB3F}"],"n\u01CEi n\u01D0":["\u59B3"],t\u01D2u:["\u59B5","\u6568","\u7D0F","\u8623","\u9EC8"],"xi\xE1n xu\xE1n x\xF9":["\u59B6"],"zh\xED y\xEC":["\u59B7","\u79C7"],\u0113:["\u59B8","\u59BF","\u5A40","\u5C59"],m\u00E8i:["\u59B9","\u5A9A","\u5BD0","\u62BA","\u65C0","\u6627","\u6CAC","\u715D","\u75D7","\u771B","\u7778","\u7959","\u7BC3","\u875E","\u8882","\u8DCA","\u9B3D","\u9B45"],"q\u012B q\xEC":["\u59BB"],"x\u016B x\u01D4":["\u59C1","\u7A30"],"sh\u0101n sh\xE0n":["\u59CD","\u59D7","\u82EB","\u91E4","\u9490"],m\u00E1n:["\u59CF","\u6172","\u6A20","\u86EE","\u883B","\u8B3E","\u9945","\u9992","\u9B17","\u9B18","\u9C3B","\u9CD7"],ji\u011B:["\u59D0","\u5A8E","\u6A9E","\u6BD1","\u98F7"],"w\u011Bi w\u0113i":["\u59D4"],p\u012Bn:["\u59D8","\u62FC","\u7917","\u7A66","\u99AA","\u9A5E"],"hu\xE1 hu\xF3":["\u59E1"],"ji\u0101o xi\xE1o":["\u59E3"],"g\xF2u d\xF9":["\u59E4"],"l\u01CEo m\u01D4":["\u59E5"],"ni\xE1n ni\xE0n":["\u59E9"],zh\u011Bn:["\u59EB","\u5C52","\u5F2B","\u62AE","\u6623","\u6795","\u755B","\u75B9","\u7715","\u7A39","\u7E1D","\u7E25","\u7F1C","\u8044","\u8419","\u8897","\u88D6","\u8999","\u8A3A","\u8BCA","\u8EEB","\u8F78","\u8FB4","\u99D7","\u9B12"],h\u00E9ng:["\u59EE","\u6046","\u6052","\u70C6","\u73E9","\u80FB","\u8605","\u8861","\u9445","\u9D34","\u9D46","\u9E3B"],"j\u016Bn x\xFAn":["\u59F0"],"ku\u0101 h\xF9":["\u59F1"],"\xE8 y\xE0":["\u59F6"],"xi\u0101n sh\u0113n":["\u59FA"],w\u00E1:["\u5A03"],"r\xE1o r\u01CEo":["\u5A06","\u5B08"],"sh\xE0o sh\u0101o":["\u5A0B"],xi\u0113:["\u5A0E","\u63F3","\u6954","\u6B47","\u874E","\u880D"],"w\u01D4 m\xE9i m\u01D4":["\u5A12"],"chu\xF2 l\xE0i":["\u5A15"],ni\u00E1ng:["\u5A18","\u5B22","\u5B43"],"n\xE0 nu\xF3":["\u5A1C","\u{26C21}"],"p\u014Du b\u01D0":["\u5A1D"],"n\u011Bi su\u012B":["\u5A1E"],tu\u00EC:["\u5A27","\u717A","\u86FB","\u8715","\u9000","\u99FE"],m\u01CEn:["\u5A28","\u5C58","\u6E80","\u6EE1","\u6EFF","\u87A8","\u87CE","\u8954","\u93CB"],"w\xFA w\xF9 y\xFA":["\u5A2A"],"x\u012B \u0101i":["\u5A2D"],"zhu\xEC shu\xEC":["\u5A37"],"d\u014Dng d\xF2ng":["\u5A3B"],"\u01CEi \xE1i \xE8":["\u5A3E"],"\u0113 \u011B":["\u5A3F"],mi\u00E1n:["\u5A42","\u5B35","\u5B80","\u6763","\u68C9","\u6AB0","\u6ACB","\u7720","\u77C8","\u77CA","\u77CF","\u7DBF","\u7DDC","\u7EF5","\u8287","\u8752"],"p\u01D2u p\xE9i b\xF9":["\u5A44"],bi\u01CEo:["\u5A4A","\u813F","\u8868","\u88F1","\u893E","\u8AD8","\u9336"],"f\xF9 f\xE0n":["\u5A4F"],w\u01D2:["\u5A50","\u5A51","\u6211"],"n\xED n\u01D0":["\u5A57","\u68FF"],"qu\xE1n ju\xE0n":["\u5A58","\u60D3"],h\u016Bn:["\u5A5A","\u660F","\u662C","\u68D4","\u6DBD","\u7767","\u776F","\u7888","\u8364","\u8477","\u8512","\u8F4B","\u95BD","\u960D"],"qi\u0101n j\u01D0n":["\u5A5C"],"w\u0101n w\xE0":["\u5A60"],"l\xE1i l\xE0i":["\u5A61","\u5F95","\u5FA0"],"zh\u014Du ch\u014Du":["\u5A64"],"chu\xF2 n\xE0o":["\u5A65"],"n\xFC\xE8 \xE0n":["\u5A69"],"h\xF9n k\u016Bn":["\u5A6B"],"d\xE0ng y\xE1ng":["\u5A78"],n\u00E0n:["\u5A7B"],"ru\xF2 chu\xF2":["\u5A7C"],ji\u01CE:["\u5A7D","\u5CAC","\u659A","\u659D","\u698E","\u69DA","\u6A9F","\u73BE","\u7532","\u80DB","\u9240","\u94BE"],"t\u014Du y\xFA":["\u5A7E","\u5AAE"],"y\xF9 y\xFA":["\u5A80"],"w\xE9i w\u011Bi":["\u5A81"],"d\xEC t\xED":["\u5A82","\u73F6","\u82D0"],r\u00F3u:["\u5A83","\u63C9","\u67D4","\u6E18","\u7163","\u7448","\u74C7","\u79B8","\u7C88","\u7CC5","\u811C","\u816C","\u8447","\u875A","\u8E42","\u8F2E","\u9352","\u97A3","\u9A25","\u9C07","\u9D94","\u{2B413}"],"ru\u01CEn n\xE8n":["\u5A86"],mi\u00E1o:["\u5A8C","\u5AF9","\u63CF","\u7784","\u82D7","\u9D93","\u9E4B"],"y\xED p\xE8i":["\u5A90"],"mi\xE1n mi\u01CEn":["\u5A94"],"t\xED sh\xEC":["\u5A9E","\u60FF"],"du\xF2 tu\xF3":["\u5AA0","\u6CB2"],\u01CEo:["\u5AAA","\u5ABC","\u8279","\u82BA","\u8884","\u8956","\u957A"],"ch\xFA z\xF2u":["\u5AB0"],y\u00ECng:["\u5AB5","\u6620","\u668E","\u786C","\u81A1","\u9C66"],"q\xEDn sh\u0113n":["\u5AC0"],ji\u00E0:["\u5AC1","\u5E4F","\u67B6","\u69A2","\u7A3C","\u99D5","\u9A7E"],s\u01CEo:["\u5AC2"],"zh\u0113n zh\u011Bn":["\u5AC3"],"ji\u0113 su\u01D2":["\u5AC5"],"m\xEDng m\u01D0ng":["\u5AC7"],ni\u01CEo:["\u5ACB","\u5B1D","\u5B32","\u8311","\u8526","\u8885","\u88CA","\u892D","\u9E1F"],t\u0101o:["\u5ACD","\u5E4D","\u5F22","\u6146","\u638F","\u642F","\u69C4","\u6D9B","\u6ED4","\u6FE4","\u746B","\u7D5B","\u7E1A","\u7E27","\u7EE6","\u8A5C","\u8B1F","\u8F41","\u97B1","\u97DC","\u97EC","\u98F8","\u9955"],bi\u00E1o:["\u5AD1"],"pi\xE1o pi\u0101o":["\u5AD6","\u85B8"],xu\u00E1n:["\u5AD9","\u60AC","\u61F8","\u66B6","\u6A88","\u6F29","\u7384","\u7487","\u74BF","\u75C3","\u8701","\u{2B80A}"],"m\xE0n m\u0101n":["\u5ADA"],k\u0101ng:["\u5ADD","\u5D7B","\u5EB7","\u6177","\u69FA","\u6F2E","\u780A","\u7A45","\u7CE0","\u8EBF","\u93EE","\u9C47","\u{21413}","\u{29F8C}"],"h\u0101n n\u01CEn":["\u5AE8"],n\u00E8n:["\u5AE9","\u5AF0"],zh\u0113:["\u5AEC","\u906E"],"m\u0101 m\xE1":["\u5AF2"],pi\u00E8:["\u5AF3"],zh\u01CEn:["\u5AF8","\u5C55","\u640C","\u65A9","\u65AC","\u7416","\u76CF","\u76DE","\u8F3E","\u9186","\u98AD","\u98D0"],"xi\u0101n y\u01CEn j\xECn":["\u5B10"],li\u01CEn:["\u5B1A","\u655B","\u6582","\u740F","\u7489","\u7FB7","\u8138","\u81C9","\u8539","\u861D","\u861E","\u88E3","\u895D","\u913B"],"qi\xF3ng hu\xE1n xu\u0101n":["\u5B1B"],d\u01D2ng:["\u5B1E","\u61C2","\u7BBD","\u8463","\u856B","\u8ACC"],c\u0101n:["\u5B20","\u6E4C","\u7218","\u98E1","\u9910","\u9A42","\u9A96"],ti\u01CEo:["\u5B25","\u5BA8","\u6640","\u6713","\u7AB1","\u8101"],b\u00ED:["\u5B36","\u8378","\u9F3B"],li\u01D4:["\u5B3C","\u67F3","\u6801","\u685E","\u687A","\u6A6E","\u71AE","\u73CB","\u7DB9","\u7EFA","\u7F76","\u7F80","\u92F6","\u950D"],"qi\u0101n xi\u0101n":["\u5B45","\u6B26"],"xi\xE9 hu\u012B":["\u5B48"],"hu\u0101n qu\xE1n":["\u5B49"],"l\xED l\xEC":["\u5B4B","\u9E97"],"zh\xFA chu\xF2":["\u5B4E"],k\u01D2ng:["\u5B54","\u6050"],"m\u0101 z\u012B":["\u5B56"],"s\u016Bn x\xF9n":["\u5B59","\u5B6B"],"b\xE8i b\xF3":["\u5B5B","\u8A96"],"y\xF2u ni\u016B":["\u5B67"],zhu\u01CEn:["\u5B68","\u7AF1","\u8F49"],h\u00E1i:["\u5B69","\u9AB8"],n\u0101o:["\u5B6C"],"ch\xE1n c\xE0n":["\u5B71"],b\u00F2:["\u5B79","\u6A97","\u8617","\u8B52"],n\u00E1i:["\u5B7B","\u8149"],"n\xEDng n\xECng":["\u5B81","\u5BCD","\u5BD7","\u5BDC","\u5BE7","\u752F"],zh\u00E1i:["\u5B85"],"t\u016B ji\u0101":["\u5B8A"],s\u00F2ng:["\u5B8B","\u8A1F","\u8AA6","\u8BBC","\u8BF5","\u9001","\u93B9","\u980C","\u9882","\u9938"],r\u00F2u:["\u5B8D","\u8089","\u8B73"],zh\u016Bn:["\u5B92","\u7A80","\u8860","\u8AC4","\u8C06","\u8FCD"],"m\xEC f\xFA":["\u5B93"],"d\xE0ng t\xE0n":["\u5B95"],"w\u01CEn yu\u0101n":["\u5B9B"],ch\u01D2ng:["\u5BA0","\u5BF5"],q\u00FAn:["\u5BAD","\u5CEE","\u5E2C","\u7FA3","\u7FA4","\u88D9","\u88E0"],z\u01CEi:["\u5BB0","\u5D3D"],"b\u01CEo sh\xED":["\u5BB2"],"ji\u0101 jia jie":["\u5BB6"],"hu\u0101ng hu\u01CEng":["\u5BBA"],ku\u0101n:["\u5BBD","\u5BDB","\u5BEC","\u81D7","\u9467","\u9ACB","\u9AD6"],"s\xF9 xi\u01D4 xi\xF9":["\u5BBF"],"ji\xE9 z\u01CEn":["\u5BC1"],"b\xECng b\u01D0ng":["\u5BCE"],"j\xECn q\u01D0n":["\u5BD6"],"l\xF3u j\xF9":["\u5BE0"],"xi\u011B xi\xE8":["\u5BEB"],"q\u012Bn q\xECn":["\u5BF4"],c\u00F9n:["\u5BF8","\u7C7F"],du\u00EC:["\u5BF9","\u5BFE","\u5C0D","\u603C","\u619D","\u61DF","\u6FE7","\u7029","\u7893","\u794B","\u7D90","\u85B1","\u8B48","\u8B75","\u8F5B","\u961F","\u966E"],"l\xFC\xE8 lu\xF3":["\u5BFD"],"sh\xE8 y\xE8 y\xEC":["\u5C04"],"ji\u0101ng ji\xE0ng qi\u0101ng":["\u5C06"],"ji\u0101ng ji\xE0ng":["\u5C07","\u6D46","\u6F3F","\u757A"],z\u016Bn:["\u5C0A","\u5D9F","\u6A3D","\u7F47","\u9075","\u940F","\u9C52","\u9CDF","\u9D8E","\u9DF7","\u{28C54}"],"sh\xF9 zh\xF9":["\u5C0C","\u6F8D"],xi\u01CEo:["\u5C0F","\u6653","\u6681","\u66C9","\u769B","\u76A2","\u7B71","\u7B7F","\u7BE0","\u8B0F","\u{2B372}"],"ji\xE9 j\xED":["\u5C10","\u8BD8","\u978A"],"sh\u01CEo sh\xE0o":["\u5C11"],\u011Br:["\u5C12","\u5C13","\u5C14","\u682E","\u6BE6","\u6D31","\u723E","\u73E5","\u8033","\u85BE","\u8848","\u8DB0","\u8FE9","\u9087","\u927A","\u94D2","\u990C","\u9975","\u99EC"],"w\u0101ng y\xF3u":["\u5C22"],w\u0101ng:["\u5C23","\u5C29","\u5C2A","\u5C2B","\u6C6A"],li\u00E0o:["\u5C25","\u5C26","\u5ED6","\u6482","\u6599","\u7093","\u7AB7","\u9410","\u9563","\u{2A917}"],"m\xE9ng m\xE1ng l\xF3ng p\xE1ng":["\u5C28"],g\u00E0:["\u5C2C","\u9B40"],"ku\xEC ku\u01D0":["\u5C2F"],tu\u00ED:["\u5C35","\u5F1A","\u7A68","\u8608","\u8E6A","\u96A4","\u9839","\u983A","\u983D","\u9893","\u9B4B","\u{2CBCE}"],y\u01D0n:["\u5C39","\u5DBE","\u5F15","\u6704","\u6A83","\u6ABC","\u6AFD","\u6DFE","\u6FE5","\u763E","\u766E","\u7C8C","\u861F","\u8693","\u87BE","\u8B94","\u8D7A","\u8D9B","\u8F11","\u920F","\u9777"],"ch\u01D0 ch\u011B":["\u5C3A"],k\u0101o:["\u5C3B","\u9ADB"],"j\xECn j\u01D0n":["\u5C3D"],"w\u011Bi y\u01D0":["\u5C3E"],"ni\xE0o su\u012B":["\u5C3F"],c\u00E9ng:["\u5C42","\u5C64","\u5D92","\u9A53"],di\u01CEo:["\u5C4C"],"p\xEDng b\u01D0ng b\u012Bng":["\u5C4F"],l\u00F2u:["\u5C5A","\u6F0F","\u7618","\u763A","\u763B","\u93E4","\u9542","\u964B"],"sh\u01D4 zh\u01D4":["\u5C5E","\u5C6C"],"xi\xE8 t\xEC":["\u5C5F"],"ch\xE8 c\u01CEo":["\u5C6E"],"t\xFAn zh\u016Bn":["\u5C6F"],"n\xEC j\u01D0":["\u5C70"],"h\xF3ng l\xF3ng":["\u5C78"],"q\u01D0 k\u01CEi":["\u5C82","\u8C48"],\u00E1ng:["\u5C87","\u6602","\u663B"],"g\u01CEng g\u0101ng":["\u5C97","\u5D17"],k\u011B:["\u5CA2","\u6564","\u6E07","\u6E34","\u70A3"],g\u01D2u:["\u5CA3","\u72D7","\u73BD","\u7B31","\u8007","\u8008","\u8009","\u82DF","\u8C7F"],ti\u00E1o:["\u5CA7","\u5CB9","\u6A24","\u7952","\u7B24","\u8280","\u8414","\u84DA","\u84E8","\u8729","\u8FE2","\u92DA","\u93A5","\u9797","\u9AEB","\u9BC8","\u9C37","\u9CA6","\u9F60","\u9F86"],"q\u016B j\u016B":["\u5CA8"],l\u01D0ng:["\u5CAD","\u5DBA","\u9818","\u9886"],p\u00F2:["\u5CB6","\u6540","\u6D26","\u6E50","\u70DE","\u73C0","\u7834","\u7836","\u7C95","\u84AA","\u9B44"],"b\u0101 k\xE8":["\u5CC7"],lu\u00F2:["\u5CC8","\u645E","\u6D1B","\u6D1C","\u7296","\u73DE","\u7B3F","\u7E99","\u8366","\u8A7B","\u96D2","\u99F1","\u9A86","\u9D45"],"f\xF9 ni\xE8":["\u5CCA"],\u011Bn:["\u5CCE"],"zh\xEC sh\xEC":["\u5CD9","\u5D3B"],qi\u01CE:["\u5CE0","\u8DD2","\u9160","\u9790"],"qi\xE1o ji\xE0o":["\u5CE4","\u7644"],"xi\xE9 y\xE9":["\u5CEB"],b\u016B:["\u5CEC","\u5EAF","\u6661","\u8AA7","\u900B","\u923D","\u933B","\u94B8","\u9914","\u9D4F"],ch\u00F3ng:["\u5D07","\u5D08","\u721E","\u866B","\u8769","\u87F2","\u8908","\u9680"],"z\xFA cu\xEC":["\u5D12","\u690A"],"l\xEDng l\xE9ng":["\u5D1A"],"d\xF2ng d\u014Dng":["\u5D20"],xi\u00E1o:["\u5D24","\u6D28","\u6DC6","\u8A24","\u8AB5"],"p\xED b\u01D0":["\u5D25","\u8298"],"zh\u01CEn ch\xE1n":["\u5D2D","\u5D83","\u5D84"],"w\u01CEi w\u0113i":["\u5D34"],"y\xE1ng d\xE0ng":["\u5D35"],"sh\xEC di\xE9":["\u5D3C"],y\u00E0o:["\u5D3E","\u66DC","\u718E","\u71FF","\u77C5","\u7A7E","\u7A94","\u7B44","\u8000","\u825E","\u836F","\u846F","\u85AC","\u85E5","\u888E","\u899E","\u8A4F","\u8B91","\u977F","\u9DC2","\u9E5E","\u9F3C"],"k\u0101n zh\xE0n":["\u5D41"],"h\xE1n d\u01CEng":["\u5D45"],"qi\xE0n k\xE0n":["\u5D4C"],"w\xF9 m\xE1o":["\u5D4D"],"k\u011B ji\xE9":["\u5D51","\u5DB1"],"w\u0113i w\u011Bi":["\u5D54"],k\u0113:["\u5D59","\u67EF","\u68F5","\u69BC","\u6A16","\u7241","\u7271","\u7290","\u73C2","\u75B4","\u778C","\u78D5","\u791A","\u79D1","\u7A1E","\u7AA0","\u842A","\u8596","\u86B5","\u874C","\u8DB7","\u8F72","\u9198","\u9233","\u94B6","\u9826","\u9846","\u9897","\u9AC1"],"d\xE0ng t\xE1ng":["\u5D63"],"r\xF3ng y\xEDng":["\u5D64","\u7203"],"\xE1i k\u01CEi":["\u5D66"],"k\u0101o qi\u0101o":["\u5D6A"],cu\u00F3:["\u5D6F","\u5D73","\u75E4","\u77EC","\u84AB","\u8516","\u8658","\u9E7A","\u9E7E"],"qi\u01CEn q\u012Bn":["\u5D70"],"d\xEC di\xE9":["\u5D7D"],c\u0113n:["\u5D7E"],d\u01D0ng:["\u5D7F","\u827C","\u85A1","\u9424","\u9802","\u9876","\u9F0E","\u9F11"],"\xE1o \xE0o":["\u5D85"],"p\u01D0 p\xE8i":["\u5D8F"],"ji\xE0o qi\xE1o":["\u5DA0","\u6F50"],"ju\xE9 gu\xEC":["\u5DA1","\u9CDC"],"zh\u0101n sh\xE0n":["\u5DA6","\u9CE3"],"xi\xE8 ji\xE8":["\u5DB0"],"gu\u012B x\u012B ju\xE0n":["\u5DB2"],r\u016B:["\u5DBF"],"l\xEC li\xE8":["\u5DC1","\u68D9","\u7204","\u7D9F"],"x\u012B gu\u012B ju\xE0n":["\u5DC2"],"y\xEDng h\u014Dng":["\u5DC6"],y\u01D0ng:["\u5DCA","\u5EEE","\u5F71","\u646C","\u68AC","\u6F41","\u763F","\u766D","\u77E8","\u7A4E","\u90E2","\u941B","\u9834","\u988D","\u9895","\u9896"],ch\u01CEo:["\u5DD0","\u7092","\u717C","\u7727","\u9EA8"],cu\u00E1n:["\u5DD1","\u6AD5","\u6B11"],chu\u0101n:["\u5DDB","\u5DDD","\u6C1A","\u744F","\u7A7F"],"j\u012Bng x\xEDng":["\u5DE0"],ch\u00E1o:["\u5DE2","\u5DE3","\u6641","\u6F05","\u6F6E","\u724A","\u7AB2","\u7F7A","\u8B3F","\u8F48","\u911B","\u9F0C"],qi\u01CEo:["\u5DE7","\u6100","\u9ADC"],g\u01D2ng:["\u5DE9","\u5EFE","\u62F1","\u62F2","\u6831","\u6C5E","\u73D9","\u8F01","\u978F"],"ch\xE0 ch\u0101 ch\u0101i c\u012B":["\u5DEE"],"xi\xE0ng h\xE0ng":["\u5DF7"],shu\u00E0i:["\u5E05","\u5E25","\u87C0"],p\u00E0:["\u5E0A","\u5E15","\u6015","\u8899"],"t\u01CEng n\xFA":["\u5E11"],"m\xF2 w\xE0":["\u5E13"],"ti\u0113 ti\u011B ti\xE8":["\u5E16"],zh\u01D2u:["\u5E1A","\u666D","\u759B","\u776D","\u7B92","\u8098","\u83F7","\u9BDE"],"ju\u01CEn ju\xE0n":["\u5E23"],shu\u00EC:["\u5E28","\u6D97","\u6D9A","\u7761","\u7A05","\u7A0E","\u88DE"],"ch\xF3u d\xE0o":["\u5E31","\u5E6C"],"ji\u01CEn ji\u0101n s\xE0n":["\u5E34"],"sh\xE0 qi\xE8":["\u5E39"],"q\xED j\xEC":["\u5E3A","\u8360"],"sh\u0101n qi\u0101o sh\u0113n":["\u5E53"],"zhu\xE0ng chu\xE1ng":["\u5E62"],"ch\u0101n ch\xE0n":["\u5E68"],mi\u00E8:["\u5E6D","\u61F1","\u6423","\u6EC5","\u706D","\u70D5","\u7923","\u7BFE","\u8511","\u858E","\u881B","\u884A","\u9456","\u9C74","\u9D13"],"g\u0101n g\xE0n":["\u5E72"],"b\xECng b\u012Bng":["\u5E76","\u5E77"],"j\u012B j\u01D0":["\u5E7E"],"gu\u01CEng \u0101n":["\u5E7F"],gu\u01CEng:["\u5E83","\u5EE3","\u72B7","\u7377"],me:["\u5E85"],"d\xF9n t\xFAn":["\u5E89"],"b\xE0i t\u012Bng":["\u5E8D"],"y\xECng y\u012Bng":["\u5E94"],"d\u01D0 de":["\u5E95"],"d\xF9 du\xF3":["\u5EA6"],"m\xE1ng m\xE9ng p\xE1ng":["\u5EAC"],"b\xECng p\xEDng":["\u5EB0"],ch\u011Bng:["\u5EB1","\u609C","\u7748","\u901E","\u9A01","\u9A8B"],"j\u012B cu\xF2":["\u5EB4"],q\u01D0ng:["\u5EBC","\u5ECE","\u6ABE","\u6F00","\u82D8","\u8ACB","\u8B26","\u8BF7","\u9803","\u9877"],"gu\u012B w\u011Bi hu\xEC":["\u5EC6"],"j\u01D0n q\xEDn":["\u5ED1"],ku\u00F2:["\u5ED3","\u6269","\u62E1","\u64F4","\u6FF6","\u7B48","\u843F","\u8440","\u86DE","\u95CA","\u9614","\u9729","\u979F","\u97B9","\u97D5","\u9822","\u9B20"],"qi\xE1ng s\xE8":["\u5EE7","\u8594"],"y\u01D0n y\xECn":["\u5EF4","\u9690","\u96A0","\u96B1","\u98EE","\u98F2","\u996E"],"p\xF2 p\u01CEi":["\u5EF9","\u8FEB"],"n\xF2ng l\xF2ng":["\u5F04"],"d\xEC t\xEC tu\xED":["\u5F1F"],"ju\xE9 zh\u0101ng":["\u5F21"],"m\xED m\u01D0":["\u5F25","\u5F4C","\u9761"],ch\u0101o:["\u5F28","\u600A","\u6284","\u6B29","\u8A2C","\u8D85","\u9214","\u949E"],yi:["\u5F2C"],sh\u0101o:["\u5F30","\u65D3","\u70E7","\u713C","\u71D2","\u7B72","\u8244","\u8437","\u8571","\u8F0E","\u9AFE","\u9BB9"],"xu\u0101n yu\u0101n":["\u5F32"],"qi\xE1ng qi\u01CEng ji\xE0ng":["\u5F37","\u5F3A"],"t\xE1n d\xE0n":["\u5F39","\u9188"],bi\u00E8:["\u5F46"],"qi\xE1ng ji\xE0ng qi\u01CEng":["\u5F4A"],"j\xEC xu\u011B":["\u5F50"],tu\u00E0n:["\u5F56","\u8916"],yu\u0113:["\u5F5F","\u66F0","\u66F1","\u77F1"],"sh\u0101n xi\u01CEn":["\u5F61"],w\u00E9n:["\u5F63","\u6587","\u7086","\u73F3","\u7612","\u7E67","\u805E","\u82A0","\u8689","\u868A","\u87A1","\u87C1","\u95BA","\u95BF","\u95C5","\u95E6","\u95FB","\u960C","\u96EF","\u99BC","\u99C7","\u9B70","\u9CFC","\u9D0D","\u9F24","\u{2B61C}"],"p\xE9ng b\u0101ng":["\u5F6D"],"pi\u0101o pi\xE0o":["\u5F6F"],"zhu\xF3 b\xF3":["\u5F74"],"tu\u01D2 y\xED":["\u5F75"],"p\xE1ng f\u01CEng":["\u5F77"],w\u01CEng:["\u5F7A","\u5F80","\u5F83","\u60D8","\u6789","\u68E2","\u7DB2","\u7F51","\u7F52","\u7F53","\u7F54","\u7F56","\u83F5","\u86E7","\u8744","\u8AB7","\u8F1E","\u8F8B","\u9B4D"],c\u00FA:["\u5F82","\u6B82"],"d\xE0i d\u0101i":["\u5F85"],hu\u00E1i:["\u5F8A","\u6000","\u61D0","\u61F7","\u69D0","\u6DEE","\u8032","\u8639","\u8922","\u8931","\u8E1D"],"w\u0101 w\xE0ng ji\u0101":["\u5F8D"],"ch\u011Bng zh\xE8ng":["\u5F8E"],"d\xE9 d\u011Bi de":["\u5F97"],"c\xF3ng z\xF2ng":["\u5F9E"],"sh\xEC t\u01D0":["\u5FA5"],"t\xED ch\xED":["\u5FB2","\u9D97","\u9D99"],d\u00E9:["\u5FB3","\u5FB7","\u6074","\u60B3","\u60EA","\u6DC2","\u9340","\u951D"],"zh\u01D0 zh\u0113ng":["\u5FB4","\u5FB5"],bi\u00E9:["\u5FB6","\u767F","\u8382","\u86C2","\u8952","\u8E69"],"ch\u014Dng zh\u01D2ng":["\u5FB8"],"ji\u01CEo ji\xE0o":["\u5FBC","\u7B05","\u7B4A"],"l\xF2ng l\u01D2ng":["\u5FBF"],"q\xFA j\xF9":["\u5FC2","\u6E20","\u77BF","\u87B6"],"d\xECng t\xECng":["\u5FCA"],g\u01CEi:["\u5FCB","\u6539"],r\u011Bn:["\u5FCD","\u6820","\u6823","\u79F9","\u7A14","\u7D9B","\u834F","\u8375","\u8EB5"],ch\u00E0n:["\u5FCF","\u61F4","\u61FA","\u785F","\u7FBC","\u97C2","\u986B"],t\u00E8:["\u5FD1","\u615D","\u7279","\u87D8","\u92F1","\u94FD"],"t\xE8 t\u0113i tu\u012B":["\u5FD2"],"g\u0101n h\xE0n":["\u5FD3","\u653C"],"y\xEC q\xEC":["\u5FD4"],"t\xE0i sh\xEC":["\u5FD5"],"x\u012B li\u011B":["\u5FDA"],"y\u012Bng y\xECng":["\u5FDC","\u61C9","\u8B4D"],"m\u01D0n w\u011Bn m\xEDn":["\u5FDE","\u5FDF"],"s\u014Dng zh\u014Dng":["\u5FEA"],"y\xF9 sh\u016B":["\u5FEC","\u6086"],"q\xED sh\xEC":["\u5FEF","\u8006"],"t\xFAn zh\u016Bn d\xF9n":["\u5FF3"],"qi\xE1n q\xEDn":["\u5FF4","\u6272"],h\u00FAn:["\u5FF6","\u6D51","\u6E3E","\u991B","\u9984","\u9B42","\u9F32"],ni\u01D4:["\u5FF8","\u626D","\u7084","\u72C3","\u7D10","\u7EBD","\u83A5","\u9215","\u94AE","\u9775"],"ku\xE1ng w\u01CEng":["\u5FF9"],"k\u0101ng h\xE0ng":["\u5FFC"],"k\xE0i x\xEC":["\u5FFE","\u613E"],\u00F2u:["\u6004","\u616A"],"b\u01CEo b\xE0o":["\u6009"],"m\xEDn m\xE9n":["\u600B"],"zu\xF2 zh\xE0":["\u600D"],z\u011Bn:["\u600E"],y\u00E0ng:["\u600F","\u6059","\u6837","\u69D8","\u6A23","\u6F3E","\u7F95","\u8A47"],"k\xF2u j\xF9":["\u6010"],"n\xE1o ni\xFA":["\u6013"],"zh\u0113ng zh\xE8ng":["\u6014","\u6399","\u94B2","\u94EE"],"ti\u0113 zh\u0101n":["\u6017"],"h\xF9 g\xF9":["\u6018"],"c\u016B j\xF9 z\u016B":["\u601A"],"s\u012B s\u0101i":["\u601D"],"y\xF3u ch\xF3u":["\u601E"],"t\u016B di\xE9":["\u6022"],"y\u014Du y\xE0o":["\u602E"],xu\u00E0n:["\u6030","\u6621","\u6966","\u6CEB","\u6E32","\u70AB","\u7404","\u7729","\u78B9","\u7D62","\u7E3C","\u7E4F","\u7EDA","\u8519","\u8852","\u88A8","\u8D19","\u9249","\u93C7","\u94C9","\u955F","\u98B4"],"x\xF9 xu\xE8":["\u6034"],"b\xEC p\u012B":["\u6036"],"x\u012B sh\xF9":["\u6038"],"n\xE8n n\xEDn":["\u6041"],"ti\u0101o y\xE1o":["\u604C"],"x\u012B q\u012B x\xF9":["\u6053"],"xi\xE0o ji\u01CEo":["\u6054"],"h\u016B ku\u0101":["\u6057"],n\u01DC:["\u6067","\u6712","\u8842","\u8844"],h\u00E8n:["\u6068"],"d\xF2ng t\u014Dng":["\u606B"],"qu\xE1n zhu\u0101n":["\u606E"],"\xE8 w\xF9 \u011B w\u016B":["\u6076","\u60E1"],t\u00F2ng:["\u6078","\u615F","\u6185","\u75DB","\u8855"],"yu\u0101n ju\xE0n":["\u6081"],"qi\u0101o qi\u01CEo":["\u6084"],"ji\xE8 k\xE8":["\u6088"],"h\xE0o ji\xE0o":["\u608E"],hu\u01D0:["\u6094","\u6A93","\u6BC0","\u6BC1","\u6BC7","\u71EC","\u8B6D"],"m\xE1n m\xE8n":["\u6097","\u9794"],"y\u012B y\xEC":["\u6098","\u8863"],qu\u0101n:["\u609B","\u7B9E","\u9409","\u{287E0}"],"ku\u012B l\u01D0":["\u609D"],"y\xEC ni\xE0n":["\u60A5"],"m\xE8n m\u0113n":["\u60B6"],gu\u00E0n:["\u60B9","\u60BA","\u60EF","\u6163","\u63BC","\u645C","\u6A0C","\u6B1F","\u6CF4","\u6DAB","\u6F45","\u704C","\u721F","\u74D8","\u76E5","\u7936","\u797C","\u7F46","\u7F50","\u8CAB","\u8D2F","\u8E80","\u9066","\u93C6","\u9475","\u9C79","\u9E1B","\u9E73"],"k\u014Dng k\u01D2ng":["\u60BE"],"l\u01D4n l\xF9n":["\u60C0"],gu\u01D2:["\u60C8","\u679C","\u6901","\u69E8","\u7CBF","\u7DB6","\u83D3","\u873E","\u88F9","\u8901","\u8F20","\u991C","\u9983"],"yu\u0101n w\u01CEn":["\u60CC","\u7BA2"],"l\xE1n l\xEDn":["\u60CF"],"y\xF9 x\xF9":["\u60D0","\u6DE2"],"chu\xF2 chu\xEC":["\u60D9"],"h\u016Bn m\xE8n":["\u60DB"],"ch\u01CEng t\u01CEng":["\u60DD"],"su\u01D2 ru\u01D0":["\u60E2"],c\u01CEn:["\u60E8","\u6158","\u61AF","\u9EEA","\u9EF2","\u415F"],c\u00E1n:["\u60ED","\u6159","\u615A","\u6B8B","\u6B98","\u8695","\u8745","\u8836","\u883A"],"d\xE0n d\xE1":["\u60EE","\u619A"],r\u011B:["\u60F9"],"y\xFA t\u014Du":["\u6109"],"k\xE0i q\xEC":["\u6112"],"d\xE0ng t\xE1ng sh\u0101ng y\xE1ng":["\u6113"],"ch\xE9n x\xECn d\u0101n":["\u6116"],"k\xE8 qi\xE0":["\u6118"],nu\u00F2:["\u611E","\u61E6","\u61E7","\u63BF","\u6426","\u6992","\u7A2C","\u7A64","\u7CD1","\u7CE5","\u7CEF","\u8AFE","\u8BFA","\u8E43","\u903D","\u9369","\u9518"],g\u01CEn:["\u611F","\u64C0","\u6562","\u687F","\u6A44","\u6F89","\u6FB8","\u76AF","\u79C6","\u7A08","\u7B34","\u8289","\u8866","\u8D76","\u8D95","\u9C64","\u9CE1"],"c\xF2ng s\u014Dng":["\u6121"],"s\u0101i s\u012B s\u01D0":["\u6122"],"g\u014Dng g\xF2ng h\u01D2ng":["\u6129","\u6150"],"shu\xF2 s\xF9":["\u612C","\u6D2C"],"y\xE1o y\xE0o":["\u612E"],hu\u00E0ng:["\u6130","\u66C2","\u69A5","\u6EC9","\u769D","\u76A9","\u93A4","\u3FE0"],zh\u011Bng:["\u6138","\u628D","\u62EF","\u6574","\u6678"],c\u01CEo:["\u613A","\u8278","\u8349","\u9A32"],"x\xEC xi\xE9":["\u6140"],"c\u01CEo s\u0101o":["\u6145"],"x\xF9 ch\xF9":["\u6149"],"qi\xE8 qi\xE0n":["\u614A"],"c\xE1o c\xF3ng":["\u6152"],"\xE0o \xE1o":["\u6160"],"li\xE1n li\u01CEn":["\u6169","\u68BF","\u69E4","\u6AE3"],"j\xECn q\xEDn j\u01D0n":["\u616C"],"d\xEC ch\xEC":["\u6178"],"zh\xED zh\xE9":["\u6179"],"l\xF3u l\u01DA":["\u617A","\u9DDC"],c\u00F2ng:["\u6181","\u8B25"],"zh\u012B zh\xEC":["\u6184","\u77E5","\u7E54","\u7EC7"],ch\u0113ng:["\u6186","\u645A","\u6490","\u6491","\u667F","\u67FD","\u68E6","\u6A55","\u6A89","\u6CDF","\u6D7E","\u7424","\u77A0","\u7880","\u7DFD","\u7F49","\u86CF","\u87F6","\u8D6A","\u8D6C","\u93FF","\u9423","\u9637","\u9757","\u9833","\u9953"],bi\u0113:["\u618B","\u864C","\u9C49","\u9CD6","\u9F08","\u9F9E"],"ch\xE9ng d\xE8ng zh\xE8ng":["\u6195"],"x\u01D0 x\u012B":["\u6198"],"du\xEC d\xF9n t\u016Bn":["\u619E"],"xi\u0101o ji\u0101o":["\u61A2"],"xi\xE1n xi\xE0n":["\u61AA"],"li\xE1o li\u01CEo":["\u61AD","\u71CE","\u720E","\u7212"],sh\u00E9ng:["\u61B4","\u7E04","\u7E49","\u7E69","\u7EF3","\u8B5D"],"n\xE1o n\u01CEo n\xE1ng":["\u61B9"],"j\u01D0ng j\xECng":["\u61BC"],"j\u01D0 ji\u01CEo":["\u61BF"],"xu\u0101n hu\u0101n":["\u61C1"],"c\u01CEo s\u0101o s\xE0o":["\u61C6"],m\u00E8n:["\u61D1","\u61E3","\u66AA","\u7116","\u71DC"],"m\xE8ng m\xE9ng m\u011Bng":["\u61DC"],"\xE0i y\xEC n\u01D0":["\u61DD"],"m\xE9ng m\u011Bng":["\u61DE","\u77A2","\u77D2"],"q\xED j\u012B j\xEC":["\u61E0"],m\u01D2:["\u61E1"],"l\xE1n xi\xE0n":["\u61E2"],"y\u014Du y\u01D2u":["\u61EE"],"li\xFA li\u01D4":["\u61F0","\u85F0"],r\u00E0ng:["\u61F9","\u8B72","\u8B93","\u8BA9"],hu\u0101n:["\u61FD","\u6B22","\u6B53","\u6B61","\u737E","\u8B99","\u8C9B","\u9144","\u9A69","\u9D05","\u9D4D"],n\u01CEn:["\u6201","\u63C7","\u6E73","\u7175","\u8169","\u877B","\u8D67"],"m\xED m\xF3":["\u6202"],"g\xE0ng zhu\xE0ng":["\u6205","\u6206"],"zhu\xE0ng g\xE0ng":["\u6207"],"x\u016B qu":["\u620C"],"x\xEC h\u016B":["\u620F","\u622F","\u6232"],"ji\xE1 g\u0101":["\u621B"],z\u00E9i:["\u621D","\u8808","\u8CCA","\u8D3C","\u9C02","\u9C61","\u9C97"],d\u011Bng:["\u6225","\u7B49"],"h\u016B x\xEC":["\u6231"],chu\u014D:["\u6233","\u8E14","\u9034"],"bi\u01CEn pi\u0101n":["\u6241"],"sh\u01CEng ji\u014Dng":["\u6244"],"sh\xE0n sh\u0101n":["\u6247"],c\u00E1i:["\u624D","\u6750","\u7E94","\u88C1","\u8CA1","\u8D22"],"zh\u0101 z\u0101 zh\xE1":["\u624E"],"l\xE8 l\xEC c\xE1i":["\u6250"],"b\u0101 p\xE1":["\u6252"],"d\u01CE d\xE1":["\u6253"],r\u0113ng:["\u6254"],"f\u01CEn f\xFA":["\u6255"],"di\u01CEo d\xED yu\u0113 l\xEC":["\u625A"],"k\xE1ng g\u0101ng":["\u625B"],"y\u016B w\u016B":["\u625C"],"y\u016B w\u016B k\u016B":["\u625D"],"tu\u014D ch\u01D0 y\u01D0":["\u6261"],"g\u01D4 ji\xE9 x\xEC g\u0113":["\u6262"],d\u00E8n:["\u6265","\u627D"],"s\u01CEo s\xE0o":["\u626B","\u6383"],r\u01CEo:["\u6270","\u64FE","\u96A2"],"x\u012B ch\u0101 q\xEC":["\u6271"],"b\u0101n p\u0101n":["\u6273"],"b\u0101 \xE0o":["\u6277"],"x\u012B zh\xE9":["\u6278"],"zh\xEC s\u01D4n k\u01CEn":["\u627B"],zh\u01CEo:["\u627E","\u6CBC","\u7475"],"ku\xE1ng w\u01CEng z\xE0i":["\u6282"],"h\xFA g\u01D4":["\u6287","\u9E44","\u9E58"],"b\u01CE b\xE0":["\u628A"],"d\u01CEn sh\u011Bn":["\u628C"],"n\xE8 n\xEC ru\xEC n\xE0":["\u6290"],zhu\u0101:["\u6293","\u6A9B","\u7C3B","\u81BC","\u9AFD"],p\u00F3u:["\u6294","\u88D2"],"zh\xE9 sh\xE9 zh\u0113":["\u6298"],"p\xF3u p\u014Du f\u016B":["\u6299","\u634A"],p\u0101o:["\u629B","\u62CB","\u812C","\u8422"],"\u01CEo \xE0o ni\xF9":["\u629D"],"l\u016Bn l\xFAn":["\u62A1","\u6384"],"qi\u01CEng qi\u0101ng ch\u0113ng":["\u62A2"],"zh\u01D0 zh\u01CEi":["\u62A7"],"b\xF9 p\u016B":["\u62AA","\u67E8"],"y\u01CEo t\u0101o":["\u62AD"],"h\u0113 h\xE8 qi\u0101":["\u62B2"],"n\u01D0 n\xED":["\u62B3"],"p\u012B p\u0113i":["\u62B7"],"m\u01D2 m\xF2 m\u0101":["\u62B9"],ch\u014Du:["\u62BD","\u72A8","\u72AB","\u7633","\u7BD8"],"ji\u0101 y\xE1":["\u62C1"],"f\xFA b\xEC":["\u62C2","\u7550","\u9D9D"],zh\u01CE:["\u62C3","\u7728","\u781F","\u9BBA","\u9C9D"],"d\u0101n d\xE0n d\u01CEn":["\u62C5"],"ch\u0101i c\u0101":["\u62C6"],ni\u0101n:["\u62C8","\u852B"],"l\u0101 l\xE1 l\u01CE l\xE0":["\u62C9"],"b\xE0n p\xE0n":["\u62CC"],p\u0101i:["\u62CD"],l\u012Bn:["\u62CE"],gu\u01CEi:["\u62D0","\u67B4","\u67FA"],"tu\xF2 t\xE0 zh\xED":["\u62D3"],"\xE0o \u01CEo ni\xF9":["\u62D7"],"j\u016B g\u014Du":["\u62D8"],"p\u012Bn p\xE0n f\u0101n":["\u62DA"],"b\xE0i b\xE1i":["\u62DC"],b\u00E0i:["\u62DD","\u6557","\u7A17","\u7CBA","\u85AD","\u8D01","\u8D25","\u97DB"],qi\u00E1:["\u62E4"],"n\u01D0ng n\xEDng n\xECng":["\u62E7"],"z\xE9 zh\xE1i":["\u62E9","\u64C7"],h\u00E9n:["\u62EB","\u75D5","\u978E"],"ku\xF2 gu\u0101":["\u62EC"],"ji\xE9 ji\xE1":["\u62EE"],n\u01D0n:["\u62F0"],shu\u0101n:["\u62F4","\u6813","\u9582","\u95E9"],"c\xFAn z\xF9n":["\u62F5"],"z\u0101 z\u01CEn":["\u62F6","\u685A"],k\u01CEo:["\u62F7","\u6537","\u6832","\u70E4","\u8003"],"y\xED ch\u01D0 h\xE0i":["\u62F8"],"c\xE8 s\xE8 chu\xF2":["\u62FA"],"zhu\xE0i zhu\u0101i y\xE8":["\u62FD"],"sh\xED sh\xE8":["\u62FE"],b\u0101i:["\u6300","\u63B0"],"ku\xF2 gu\u0101ng":["\u6304"],n\u00F2ng:["\u630A","\u6335","\u9F48"],"ji\xE0o ji\u0101o":["\u630D","\u654E","\u6559"],"ku\xE0 k\u016B":["\u630E"],"n\xE1 r\xFA":["\u6310"],"ti\u0101o ti\u01CEo":["\u6311"],"di\xE9 sh\xE8":["\u6315"],li\u011B:["\u6318","\u6BDF"],"y\xE0 y\u01CE":["\u631C","\u6397"],"w\u014D zhu\u0101":["\u631D"],"xi\xE9 ji\u0101":["\u631F","\u633E"],"d\u01CEng d\xE0ng":["\u6321","\u64CB"],"zh\xE8ng zh\u0113ng":["\u6323","\u6B63","\u75C7"],"\u0101i \xE1i":["\u6328"],"tu\u014D shu\xEC":["\u6329","\u635D"],"t\u01D0 t\xEC":["\u632E"],"su\u014D sh\u0101":["\u6331"],"s\u0101 sh\u0101 su\u014D":["\u6332"],"k\u0113ng qi\u0101n":["\u6333","\u647C"],"b\xE0ng p\xE9ng":["\u6337"],"ru\xF3 ru\xE1":["\u633C"],"ji\u01CEo k\xF9":["\u6341"],"w\u01D4 w\xFA":["\u6342"],t\u01D2ng:["\u6345","\u6876","\u7B52","\u7B69","\u7D71","\u7D82","\u7EDF","\u36DA"],"hu\xF2 ch\xEC":["\u6347"],"t\xFA sh\u016B ch\xE1":["\u6348"],"l\u01DA lu\u014D":["\u634B"],"sh\u0101o sh\xE0o":["\u634E","\u7A0D"],ni\u0113:["\u634F","\u63D1"],"sh\xF9 s\u01D2ng s\u014Du":["\u6352"],"y\xE9 y\xFA":["\u6353"],"ju\xE9 zhu\xF3":["\u6354"],"b\xF9 p\xFA zh\xEC":["\u6357"],z\u00F9n:["\u6358","\u928C"],l\u0101o:["\u635E","\u6488","\u7CA9"],s\u01D4n:["\u635F","\u640D","\u69AB","\u7B0B","\u7B4D","\u7BB0","\u93A8","\u96BC"],"w\xE0n w\u01CEn w\u0101n y\xF9":["\u6365"],p\u011Bng:["\u6367","\u6DCE","\u768F"],sh\u011B:["\u6368"],"f\u01D4 f\xF9 b\u01D4":["\u636C"],d\u00E1o:["\u636F"],"lu\xF2 lu\u01D2 w\u01D2":["\u6370"],"ju\u01CEn qu\xE1n":["\u6372"],"ch\u0113n ti\u01CEn":["\u6375"],"ni\u01CEn ni\u0113":["\u637B"],"ru\xF3 w\u011Bi r\xE9":["\u637C"],zu\u00F3:["\u637D","\u6628","\u79E8","\u7A13","\u7B70","\u838B","\u923C"],"w\xF2 xi\xE1":["\u637E"],"q\xECng qi\xE0n":["\u6385"],"p\xF3u p\u01D2u":["\u638A"],qi\u0101:["\u6390","\u845C"],"p\xE1i p\u01CEi":["\u6392"],"qi\u0101n w\xE0n":["\u6394"],"y\xE8 y\u0113":["\u6396"],"ni\xE8 n\u01D0 y\xEC":["\u639C"],"hu\xF2 x\xF9":["\u639D"],"y\xE0n sh\xE0n y\u01CEn":["\u639E"],"zh\u011Bng d\xECng":["\u639F"],k\u00F2ng:["\u63A7","\u979A"],tu\u012B:["\u63A8","\u84F7","\u85EC"],"z\u014Du zh\u014Du ch\u014Du":["\u63AB"],ti\u00E0n:["\u63AD","\u821A"],k\u00E8n:["\u63AF","\u88C9","\u8903"],p\u00E1:["\u63B1","\u6777","\u6F56","\u722C","\u7436","\u7B62"],"gu\xF3 gu\u0101i":["\u63B4"],"d\u01CEn sh\xE0n":["\u63B8","\u64A3"],"ch\u0101n xi\u0101n c\xE0n sh\u01CEn":["\u63BA"],s\u0101o:["\u63BB","\u6414","\u6E9E","\u7E45","\u7F2B","\u87A6","\u9A12","\u9A37","\u9C20","\u9C62","\u9CCB"],p\u00E8ng:["\u63BD","\u692A","\u69F0","\u78B0","\u8E2B"],"zh\u0113ng k\u0113ng":["\u63C1"],"ji\u016B y\xF3u":["\u63C2"],"ji\u0101n ji\u01CEn":["\u63C3","\u7C5B"],"p\xEC ch\xE8":["\u63CA"],"s\u0101i z\u01D2ng c\u0101i":["\u63CC"],"t\xED d\u012B d\u01D0":["\u63D0"],"z\u01D2ng s\u014Dng":["\u63D4"],"hu\xE1ng y\xF3ng":["\u63D8"],"z\u01CEn zu\xE0n":["\u63DD"],"x\u016B j\u016B":["\u63DF"],"k\xE9 qi\u0101":["\u63E2"],"chu\u0101i chu\u01CEi chu\xE0i tu\xE1n zhu\u012B":["\u63E3"],"d\xEC t\xEC":["\u63E5"],"l\xE1 l\xE0":["\u63E6"],l\u00E0:["\u63E7","\u694B","\u6E82","\u74CE","\u760C","\u7FCB","\u81D8","\u874B","\u8772","\u881F","\u8FA2","\u8FA3","\u945E","\u9574","\u9B0E","\u9BFB","\u{2CD9F}"],"ji\u0113 q\xEC":["\u63ED"],"ch\xF2ng d\u01D2ng":["\u63F0"],"di\xE9 sh\xE9 y\xE8":["\u63F2"],"ji\xE0n qi\xE1n ji\u01CEn":["\u63F5"],y\u00E9:["\u63F6","\u7237","\u723A","\u7458","\u92E3","\u9381","\u94D8"],ch\u0101n:["\u6400","\u647B","\u6519","\u88E7","\u895C","\u8998","\u89C7","\u8FBF","\u92D3"],"g\u0113 g\xE9":["\u6401","\u64F1"],"l\u01D2u l\u014Du":["\u6402","\u645F"],"ch\u014Du z\u01D2u":["\u640A"],chu\u0101i:["\u640B"],s\u016Bn:["\u640E","\u69C2","\u72F2","\u733B","\u836A","\u84C0","\u8575","\u859E","\u98E7","\u98F1"],"r\xF3ng n\xE1ng n\u01CEng":["\u6411"],"p\xE9ng b\xE0ng":["\u6412"],cu\u014D:["\u6413","\u7473","\u78CB","\u8E49","\u9073","\u919D"],"k\u0113 \xE8":["\u6415"],"n\xF9 nu\xF2 n\xF2u":["\u6419"],"l\u0101 xi\xE9 xi\xE0n":["\u641A"],qi\u01D4:["\u641D","\u7CD7"],"xi\u01CEn xi\u0101n":["\u641F"],"ji\xE9 zh\xE9":["\u6429"],"p\xE1n b\u0101n p\xF3":["\u642B"],b\u0101n:["\u642C","\u653D","\u6591","\u6592","\u73ED","\u7622","\u764D","\u80A6","\u8781","\u878C","\u8929","\u8FAC","\u9812","\u9881","\u{28B49}"],"zh\xEC n\xE1i":["\u6431"],"w\u0101 w\u01CE w\xE0":["\u6432"],hu\u00E1:["\u6433","\u64B6","\u6ED1","\u733E","\u8550","\u8796","\u8B41","\u93F5","\u94E7","\u9A4A","\u9A85","\u9DE8"],"qi\u0101ng qi\u01CEng ch\u0113ng":["\u6436"],"ti\xE1n sh\u0113n":["\u6437"],"n\xE1 nu\xF2":["\u643B"],\u00E8n:["\u6441"],"sh\xE8 ni\xE8":["\u6444","\u651D"],b\u00ECn:["\u6448","\u64EF","\u6BA1","\u6BAF","\u8191","\u81CF","\u9ACC","\u9AD5","\u9AE9","\u9B02","\u9B13","\u9B22"],"sh\u0101 s\xE0 sh\u01CEi":["\u644B"],"ch\u01CEn s\xF9n":["\u644C"],"ji\u016B li\xFA li\xE1o ji\u01CEo n\xE1o":["\u644E"],"f\xE9ng p\u011Bng":["\u6453"],shu\u0101i:["\u6454"],"d\xEC t\xFA zh\xED":["\u6455"],"q\xEC j\xEC ch\xE1":["\u6456"],"s\u014Du s\u01D2ng":["\u6457"],"li\u01CEn li\xE0n":["\u6459"],"g\xE0i x\xEC":["\u6461"],"h\xF9 ch\u016B":["\u6462"],t\u00E0ng:["\u6465","\u70EB","\u71D9","\u940B"],"n\xE1i zh\xEC":["\u6468"],"m\xF3 m\u0101":["\u6469"],"ji\u0101ng qi\xE0ng":["\u646A"],"\xE1o qi\xE1o":["\u646E"],"ni\xE8 ch\xE8":["\u6470"],"m\xE1n m\xE0n":["\u6471"],"ch\xE0n c\xE1n":["\u6472"],"s\xE8 m\xED s\xF9":["\u6475"],"bi\u0101o bi\xE0o":["\u647D"],"ju\u0113 ju\xE9":["\u6485"],pi\u0113:["\u6486","\u66BC","\u6C15","\u77A5"],"pi\u011B pi\u0113":["\u6487"],"z\u01CEn z\u0101n z\u0113n qi\xE1n":["\u648D"],"s\u0101 s\u01CE":["\u6492"],h\u00F2ng:["\u6494","\u8A0C","\u8BA7","\u95C0","\u9B28"],"h\xE9ng gu\xE0ng":["\u6497"],ni\u01CEn:["\u649A","\u64B5","\u6506","\u6D8A","\u713E","\u78BE","\u7C10","\u8E4D","\u8E68","\u8E8E","\u8F26","\u8F87"],"ch\xE9ng zh\u011Bng":["\u649C"],"hu\u012B w\xE9i":["\u649D"],c\u0101o:["\u64A1","\u64CD","\u7CD9"],"xi\u0101o s\u014Du":["\u64A8"],"li\xE1o li\u0101o":["\u64A9"],"cu\u014D zu\u01D2":["\u64AE"],"w\u011Bi tu\u01D2":["\u64B1"],cu\u0101n:["\u64BA","\u651B","\u6C46","\u8E7F","\u8EA5","\u9479","\u9569"],"qi\xE0o y\u0101o j\u012B":["\u64BD"],"zhu\u0101 w\u014D":["\u64BE"],"l\xE8i l\xE9i":["\u64C2"],n\u01CEng:["\u64C3","\u652E","\u66E9","\u7062"],"q\xEDng j\u01D0ng":["\u64CF"],ku\u01CEi:["\u64D3","\u84AF","\u39DF"],"p\u01D0 b\xF2":["\u64D7"],"b\xF2 b\u0101i":["\u64D8"],"j\xF9 j\u01D0":["\u64DA"],m\u0113ng:["\u64DD"],"s\u01D2u s\xF2u":["\u64DE"],x\u01D0ng:["\u64E4","\u7BB5","\u9192"],c\u0101:["\u64E6"],"n\xEDng n\u01D0ng n\xECng":["\u64F0"],"zh\xEC ji\xE9":["\u64F3"],"l\xE0 li\xE8":["\u64F8","\u7209"],"s\xF2u s\u01D2u":["\u64FB"],"l\xEC lu\xF2 yu\xE8":["\u64FD"],"t\u012B zh\u0101i zh\xEC":["\u64FF"],p\u0101n:["\u6500","\u6F58","\u7705","\u8420"],l\u00E8i:["\u6502","\u6CEA","\u6D99","\u6DDA","\u79B7","\u7C7B","\u7E87","\u8631","\u9179","\u9287","\u9311","\u981B","\u982A","\u985E","\u98A3"],"c\u0101 s\u01CE":["\u6503"],"j\xF9n p\xE8i":["\u6508"],"l\xEC lu\xF2":["\u650A","\u8E92"],"l\xE0 l\xE0i":["\u650B","\u6AF4"],"l\xFA lu\xF3":["\u650E"],"z\u01CEn cu\xE1n":["\u6512"],"xi\u0101n ji\u0101n":["\u6515"],"m\xED m\u01D0 m\xF3":["\u6520"],"z\u01CEn cu\xE1n z\xE0n zu\u0101n":["\u6522"],zu\u00E0n:["\u6525"],"l\xEC sh\xE0i":["\u6526"],"l\xEC lu\u01D2":["\u652D"],"gu\u01D0 gu\xEC":["\u6531"],"j\u012B q\u012B y\u01D0":["\u6532"],f\u00E0ng:["\u653E"],"w\xF9 m\xF3u":["\u6544"],"ch\xF9 sh\u014Du":["\u654A"],"g\xE9 gu\xF3 \xE8":["\u654B"],"du\xF3 du\xEC":["\u6553","\u655A"],"du\u014D qu\xE8":["\u6560","\u656A"],"s\xE0n s\u01CEn":["\u6563"],"d\u016Bn du\xEC":["\u6566","\u9566"],"q\u012B y\u01D0 j\u012B":["\u6567"],"xi\xE0o xu\xE9":["\u6569"],"sh\xF9 sh\u01D4 shu\xF2":["\u6570","\u6578"],"\xE1i zh\xFA":["\u6571","\u6573"],"xi\xF2ng xu\xE0n":["\u657B"],"zhu\xF3 zh\xFA":["\u6580"],"y\xEC d\xF9":["\u6581"],"l\xED t\xE1i":["\u6584"],"f\u011Bi f\u0113i":["\u6590"],"y\u01D4 zh\u014Dng":["\u6594"],"d\xF2u d\u01D2u":["\u6597"],"w\xF2 gu\u01CEn":["\u65A1"],"t\u01D2u ti\u01CEo":["\u65A2"],d\u00F2u:["\u65A3","\u68AA","\u6D62","\u75D8","\u7AA6","\u7AC7","\u8130","\u8373","\u8C46","\u9017","\u90D6","\u9158","\u9597","\u95D8","\u9916","\u997E","\u9B25","\u9B26","\u9B2A","\u9B2C","\u9B2D"],"y\xEDn zh\xEC":["\u65A6"],"ch\u01CEn ji\xE8":["\u65BA"],"w\u016B y\u016B y\xFA":["\u65BC"],"y\xF3u li\xFA":["\u65BF"],"p\xE1ng b\xE0ng":["\u65C1"],"m\xE1o m\xE0o":["\u65C4"],"p\u012B b\xEC":["\u65C7"],"xu\xE1n xu\xE0n":["\u65CB"],"w\xFA m\xF3":["\u65E0"],z\u01CEo:["\u65E9","\u67A3","\u6806","\u68D7","\u6FA1","\u74AA","\u85BB","\u85FB","\u86A4"],g\u0101:["\u65EE"],"g\xE0n h\xE0n":["\u65F0"],"t\xE1i y\u012Bng":["\u65F2"],"x\u016B x\xF9":["\u65F4"],"t\u016Bn zh\xF9n":["\u65FD"],"w\xF9 w\u01D4":["\u65FF"],"p\xF2 p\xE8i":["\u6622"],z\u00F2ng:["\u662E","\u7314","\u75AD","\u7632","\u7CBD","\u7CC9","\u7CED","\u7E26"],\u01CEi:["\u6639","\u6BD0","\u77EE","\u853C","\u85F9","\u8B6A","\u8EB7","\u972D","\u9744"],"hu\xE0ng hu\u01CEng":["\u6643"],xu\u01CEn:["\u6645","\u7663","\u766C","\u9009","\u9078"],"x\xF9 ku\u0101":["\u6647"],h\u01D2ng:["\u664E"],sh\u00E0i:["\u6652","\u66EC"],"y\u016Bn y\xF9n":["\u6655","\u7174"],"sh\xE8ng ch\xE9ng":["\u665F","\u6909","\u76DB"],"j\u01D0ng y\u01D0ng":["\u666F"],sh\u01CEn:["\u6671","\u718C","\u7752","\u89A2","\u9583","\u95EA","\u9655","\u965D"],"q\u01D0 d\xF9":["\u6675"],"\u01CEn \xE0n y\u01CEn":["\u667B"],"w\u01CEng w\xE0ng":["\u6680"],z\u00E0n:["\u6682","\u66AB","\u74C9","\u74D2","\u74DA","\u79B6","\u8978","\u8B83","\u8B9A","\u8CDB","\u8D0A","\u8D5E","\u8E54","\u913C","\u933E","\u93E8","\u9961"],"y\xF9n y\u016Bn":["\u6688"],"m\xEDn m\u01D0n":["\u668B"],"d\u01D4 sh\u01D4":["\u668F"],sh\u01D4:["\u6691","\u66D9","\u6F7B","\u7659","\u7CEC","\u7F72","\u85A5","\u85AF","\u85F7","\u8700","\u8834","\u8961","\u8969","\u9C6A","\u9C70","\u9ECD","\u9F20","\u9F21"],"ji\u01CEn l\xE1n":["\u6695"],nu\u01CEn:["\u6696","\u7157","\u992A"],"b\xE0o p\xF9":["\u66B4"],"x\u012B x\u01D0":["\u66BF"],"p\xF9 b\xE0o":["\u66DD","\u7011"],"q\u016B q\u01D4":["\u7D36"],"q\u01D4 q\u016B":["\u66F2"],"g\xE8ng g\u0113ng":["\u66F4"],"h\u016B h\xF9":["\u66F6","\u96FD"],"z\u0113ng c\xE9ng":["\u66FD","\u6A67"],"c\xE9ng z\u0113ng":["\u66FE","\u7AF2"],"c\u01CEn qi\xE1n ji\xE0n":["\u6701"],"qi\xE8 h\xE9":["\u6705"],"b\xEC p\xED":["\u6707","\u7986","\u7B13","\u88E8"],"y\u01D2u y\xF2u":["\u6709"],"b\u0101n f\xE9n":["\u670C","\u9CFB"],"f\xFA f\xF9":["\u670D","\u6D11"],"f\u011Bi k\u016B":["\u670F","\u80D0"],"q\xFA x\xF9 ch\u01D4n":["\u6710"],"ju\u0101n zu\u012B":["\u6718"],"hu\u0101ng m\xE1ng w\xE1ng":["\u671A"],"q\u012B j\u012B":["\u671F"],"t\xF3ng chu\xE1ng":["\u6723","\u6A66"],zh\u00E1:["\u672D","\u7250","\u7B9A","\u86BB","\u8B57","\u9358","\u94E1","\u9598","\u95F8"],"zh\xFA sh\xF9 sh\xFA":["\u672E"],"sh\xF9 sh\xFA zh\xFA":["\u672F"],"zh\u016B sh\xFA":["\u6731"],"p\u01D4 p\xF2 p\u014D pi\xE1o":["\u6734"],"d\u0101o ti\xE1o m\xF9":["\u6737"],"gu\u01D0 qi\xFA":["\u6739"],xi\u01D4:["\u673D","\u6EEB","\u6F43","\u7CD4"],"ch\xE9ng ch\u0113ng":["\u673E"],z\u00E1:["\u6742","\u6CAF","\u7838","\u894D","\u96D1","\u96DC","\u96E5","\u97F4"],"y\xFA w\u016B":["\u6745"],"g\u0101n g\u01CEn":["\u6746"],"ch\u0101 ch\xE0":["\u6748"],"sh\u0101n sh\u0101":["\u6749"],c\u016Bn:["\u6751","\u76B4","\u7AF4","\u81A5","\u8E06","\u90A8"],"r\xE8n \xE9r":["\u6752","\u6895"],"sh\xE1o bi\u0101o":["\u6753"],"d\xEC du\xF2":["\u6755","\u67A4"],"g\u016B g\xE0i":["\u675A"],"y\xED zh\xEC l\xED du\xF2":["\u675D"],"g\xE0ng g\u0101ng":["\u6760"],"ti\xE1o ti\u0101o":["\u6761","\u689D"],"m\xE0 m\u01CE":["\u6769"],"s\xEC zh\u01D0 x\u01D0":["\u676B"],"yu\xE1n w\xE1n":["\u676C","\u8696"],"b\xE8i f\xE8i":["\u676E"],"sh\u016B du\xEC":["\u6778"],"ni\u01D4 ch\u01D2u":["\u677B"],"w\xF2 yu\xE8":["\u6782","\u81D2"],m\u00E1o:["\u6786","\u6BDB","\u6C02","\u6E35","\u7266","\u77DB","\u7F5E","\u8305","\u8306","\u8765","\u87CA","\u8EDE","\u9155","\u927E","\u9328","\u951A","\u9AE6","\u9D9C"],"p\u012B m\xEC":["\u6788"],\u00E0ng:["\u678A","\u76CE","\u91A0"],"f\u0101ng b\xECng":["\u678B"],"h\xF9 d\u01D0":["\u6791"],x\u00EDn:["\u6794","\u8951","\u9414","\u9B35"],"y\u0101o y\u01CEo":["\u6796"],"\u011B \xE8":["\u6799"],"zh\u012B q\xED":["\u679D"],"c\u014Dng z\u014Dng":["\u679E","\u6A05"],"xi\u0101n zh\u0113n":["\u67AE"],"t\xE1i s\xEC":["\u67B1"],"g\u01D2u j\u01D4 g\u014Du":["\u67B8"],"b\u0101o f\xFA":["\u67B9"],"y\xEC xi\xE8":["\u67BB","\u6827"],"tu\xF3 du\xF2":["\u67C1","\u99B1","\u99C4","\u9A6E"],"y\xED du\xF2 l\xED":["\u67C2"],"n\u01D0 ch\xEC":["\u67C5"],"p\xE1n b\xE0n":["\u67C8","\u8DD8"],"y\u01CEng y\xE0ng y\u0101ng y\u012Bng":["\u67CD"],"f\xF9 f\u016B f\u01D4":["\u67CE"],"b\u01CEi b\xF3 b\xF2":["\u67CF"],m\u01D2u:["\u67D0"],"sh\xE1o sh\xE0o":["\u67D6"],zh\u00E8:["\u67D8","\u6A1C","\u6D59","\u6DDB","\u8517","\u87C5","\u9019","\u9DD3","\u9E67","\u45EA"],"y\xF2u y\xF3u":["\u67DA","\u6AFE"],"gu\xEC j\u01D4":["\u67DC"],"zh\xE0 zu\xF2":["\u67DE"],"di\xE9 zh\xEC":["\u67E3","\u7730"],"zh\u0101 z\u01D4 z\u016B":["\u67E4"],"ch\xE1 zh\u0101":["\u67E5","\u67FB"],"\u0101o \xE0o":["\u67EA","\u8EEA"],"b\u0101 f\xFA p\xE8i b\xF3 bi\u0113":["\u67ED"],"du\xF2 zu\xF3 w\xF9":["\u67EE"],"b\xEC bi\xE9":["\u67F2"],"zh\xF9 ch\xF9":["\u67F7"],"b\u0113i p\u0113i":["\u67F8"],"sh\xEC f\xE8i":["\u67F9"],"sh\u0101n zh\xE0 shi c\xE8":["\u6805"],"l\xEC yu\xE8":["\u680E","\u6ADF"],"q\xEC qi\xE8":["\u6814","\u780C"],"q\u012B x\u012B":["\u6816","\u8E4A"],"gu\u0101 ku\xF2":["\u681D"],"b\u012Bng b\u0113n":["\u681F"],"xi\xE0o ji\xE0o":["\u6821"],"ji\xE0n z\xF9n":["\u682B","\u88B8"],"y\u01D2u y\xF9":["\u682F"],"h\xE9 h\xFA":["\u6838"],g\u0113n:["\u6839","\u8DDF"],"zh\u012B y\xEC":["\u683A"],"g\xE9 g\u0113":["\u683C"],"h\xE9ng h\xE1ng":["\u6841"],"gu\xE0ng gu\u0101ng":["\u6844"],"y\xED t\xED":["\u684B","\u8351"],s\u0101ng:["\u6851","\u6852","\u69E1"],"j\xFA ji\xE9":["\u6854"],"y\xFA m\xF3u":["\u6859"],"r\xE1o n\xE1o":["\u6861","\u6A48"],"gu\xEC hu\xEC":["\u6867","\u6A9C"],"ch\xE9n zh\xE8n":["\u686D"],"t\u012Bng y\xEDng":["\u686F"],"b\xF3 po":["\u6872"],"b\xE8n f\xE0n":["\u6873"],"f\u0113ng f\xE8ng":["\u687B","\u8451"],"s\xF9 y\xECn":["\u6880"],"t\u01D0ng t\xECng":["\u6883"],"xu\u0101n ju\u0101n xi\xE9":["\u688B"],"t\xFA ch\xE1":["\u688C"],"\u0101o y\xF2u":["\u688E"],ku\u01CEn:["\u68A1","\u6B35","\u6B3E","\u6B40"],"sh\u0101o s\xE0o":["\u68A2"],"q\xEDn ch\xE9n c\xE9n":["\u68A3"],"l\xED s\xEC q\u01D0":["\u68A9"],"ch\u0101n y\xE1n":["\u68B4"],"b\u012Bn b\u012Bng":["\u68B9","\u69DF","\u6AB3"],"t\xE1o ch\xF3u d\xE0o":["\u68BC"],"c\u014Dng s\u014Dng":["\u68C7"],"g\xF9n h\xF9n":["\u68CD"],"d\xE9 zh\xE9":["\u68CF"],"p\xE1i b\xE8i p\xE8i":["\u68D1"],"b\xE0ng p\u01D2u b\xE8i b\u0113i":["\u68D3"],"d\xEC d\xE0i t\xEC":["\u68E3"],s\u0113n:["\u68EE","\u692E","\u69EE","\u8942"],"r\u011Bn sh\u011Bn":["\u68EF"],"l\xE9ng l\u0113ng l\xEDng":["\u68F1"],"f\xFA s\xF9":["\u68F4"],"z\u014Du s\u01D2u":["\u68F7"],z\u014Du:["\u68F8","\u7B83","\u7DC5","\u8ACF","\u8BF9","\u90B9","\u90F0","\u9112","\u9139","\u966C","\u9A36","\u9A7A","\u9BEB","\u9CB0","\u9EC0","\u9F71","\u9F7A"],"zh\xE0o zhu\u014D":["\u68F9"],"ch\u0113n sh\u0113n":["\u68FD"],"ji\u0113 qi\xE8":["\u6904"],"y\u01D0 y\u012B":["\u6905"],"ch\xF3u zh\xF2u di\u0101o":["\u6906"],"qi\u0101ng k\u014Dng":["\u690C"],"zhu\u012B chu\xED":["\u690E"],"b\u0113i p\xED":["\u6911"],m\u0113n:["\u691A"],"qu\u0101n ju\xE0n qu\xE1n":["\u6926"],"du\u01D2 chu\xE1n":["\u692F"],"w\u011Bi hu\u012B":["\u6932"],"ji\u01CE ji\u0101":["\u6935"],"h\xE1n ji\u0101n":["\u6937"],"sh\xE8n zh\u0113n":["\u6939"],"y\xE0n y\xE0":["\u693B"],"zh\u0101 ch\xE1":["\u6942"],"gu\u014D ku\u01CE":["\u6947"],"j\xED zh\xEC":["\u6956"],"k\u01D4 h\xF9":["\u695B"],"y\xF3u y\u01D2u":["\u6962"],"s\u01D2ng c\u014Dng":["\u6964"],"yu\xE1n xu\xE0n":["\u6965"],"y\u01CEng y\xE0ng y\u012Bng":["\u6967"],pi\u00E1n:["\u6969","\u80FC","\u8141","\u8CC6","\u8E41","\u99E2","\u9A08","\u9A88","\u9ABF","\u36F9"],"di\xE9 y\xE8":["\u696A"],"d\xF9n sh\u01D4n":["\u696F"],"c\xF2u z\xF2u":["\u6971"],"d\xEC d\u01D0 sh\xEC":["\u6974"],"k\u01CEi ji\u0113":["\u6977"],"r\xF3u r\xF2u":["\u697A"],"l\xE8 yu\xE8":["\u697D"],"w\u0113n y\xF9n":["\u6985","\u97B0"],l\u01D8:["\u6988","\u6ADA","\u6C00","\u81A2","\u85D8","\u95AD","\u95FE","\u9A62","\u9A74"],sh\u00E9n:["\u698A","\u795E","\u926E","\u9C30","\u{2CB39}"],"b\u012B pi":["\u698C"],"zh\u01CEn ni\u01CEn zh\xE8n":["\u6990"],"f\xFA f\xF9 b\xF3":["\u6991"],"ji\xE0n j\xECn":["\u6997"],"b\u01CEng b\xE0ng":["\u699C"],"sh\u0101 xi\xE8":["\u699D","\u6A27"],n\u00F2u:["\u69C8","\u8028","\u9392","\u941E"],"qi\u01CEn li\xE1n xi\xE0n":["\u69CF"],g\u00E0ng:["\u69D3","\u7135","\u7139","\u7B7B","\u9FCD"],g\u0101o:["\u69D4","\u69F9","\u6A70","\u6ADC","\u777E","\u7BD9","\u7CD5","\u7F94","\u81EF","\u97DF","\u993B","\u9AD8","\u9AD9","\u9DCE","\u9DF1","\u9F1B"],"di\u0101n zh\u011Bn zh\u0113n":["\u69D9"],"k\u01CEn ji\xE0n":["\u69DB"],"x\xED di\xE9":["\u69E2"],"j\u012B gu\u012B":["\u69E3"],"r\xF3ng y\u014Dng":["\u69E6"],"tu\xE1n shu\xE0n qu\xE1n":["\u69EB"],"q\xEC s\xE8":["\u69ED"],"cu\u012B zh\u01D0":["\u69EF"],"y\u01D2u ch\u01CEo":["\u69F1"],"m\xE0n w\xE0n":["\u69FE"],"l\xED ch\u012B":["\u6A06"],"l\xE9i l\u011Bi":["\u6A0F","\u6AD1","\u790C"],"ch\xE1o ji\u01CEo ch\u0101o":["\u6A14"],"ch\u0113ng t\xE1ng":["\u6A18"],"ji\u016B li\xE1o":["\u6A1B"],"m\xF3 m\xFA":["\u6A21"],"ni\u01CEo m\xF9":["\u6A22"],"h\xE9ng h\xE8ng":["\u6A2A","\u6A6B"],xu\u011B:["\u6A30","\u81A4","\u825D","\u8F4C","\u96EA","\u9C48","\u9CD5"],"f\xE1 f\xE8i":["\u6A43"],r\u00F9n:["\u6A4D","\u6DA6","\u6F64","\u81B6","\u958F","\u95A0","\u95F0"],"zh\u01CEn ji\u01CEn":["\u6A4F"],sh\u00F9n:["\u6A53","\u779A","\u77AC","\u821C","\u8563","\u9806","\u987A","\u9B0A"],"tu\xED d\u016Bn":["\u6A54"],"t\xE1ng ch\u0113ng":["\u6A56"],"s\xF9 qi\u016B":["\u6A5A"],"t\xE1n di\xE0n":["\u6A5D"],"f\xE9n f\xE8n f\xE8i":["\u6A68"],"r\u01CEn y\u0101n":["\u6A6A"],"c\u016B chu":["\u6A7B"],"sh\u016B qi\u0101o":["\u6A7E"],"p\xEDng b\xF2":["\u6A98"],"zh\xE1i sh\xEC t\xFA":["\u6AA1"],"bi\u01CEo bi\u0101o":["\u6AA6"],"qi\u0101n li\xE1n":["\u6AB6"],"n\u01D0 m\xED":["\u6AB7"],"ji\xE0n k\u01CEn":["\u6ABB"],"n\xF2u ru\u01CEn r\xFA":["\u6ABD"],"j\u012B j\xEC":["\u6AC5","\u79A8"],"hu\u01CEng gu\u01D2 g\u01D4":["\u6ACE"],"l\u01DC ch\u016B":["\u6AD6"],"mi\xE8 m\xE8i":["\u6AD7"],\u014Du:["\u6AD9","\u6B27","\u6B50","\u6BB4","\u6BC6","\u74EF","\u750C","\u8192","\u85F2","\u8B33","\u8BB4","\u93C2","\u9D0E","\u9DD7","\u9E25"],"zh\xF9 zhu\xF3":["\u6AE1"],"ju\xE9 j\xEC":["\u6AED"],"hu\xE1i gu\u012B":["\u6AF0"],"ch\xE1n zh\xE0n":["\u6B03"],"w\xE9i zu\xEC":["\u6B08"],c\u00E1ng:["\u6B0C","\u9476"],"y\xF9 y\xEC":["\u6B25"],"ch\xF9 q\xF9 x\xEC":["\u6B2A"],"k\xE0i \xE0i":["\u6B2C"],"y\xEC y\u012Bn":["\u6B2D"],"x\xEC k\xE0i":["\u6B2F"],"shu\xF2 s\xF2u":["\u6B36"],"\u01CEi \u0113i \xE9i \u011Bi \xE8i \xEA\u0304 \u1EBF \xEA\u030C \u1EC1":["\u6B38"],"q\u012B y\u012B":["\u6B39"],"chu\u0101 x\u016B":["\u6B3B"],"ch\u01D0 chu\xE0i":["\u6B3C"],"k\u01CEn qi\xE0n":["\u6B3F"],"k\u01CEn k\xE8":["\u6B41"],"chu\u01CEn chu\xE1n":["\u6B42"],"y\u012Bn y\u0101n":["\u6B45"],"j\xECn q\u016Bn":["\u6B4F"],p\u0113n:["\u6B55"],"x\u016B chu\u0101":["\u6B58"],"x\u012B sh\xE8":["\u6B59"],"li\u01CEn h\u0101n":["\u6B5B"],"zh\xEC ch\xED":["\u6B6D"],"s\xE8 sh\xE0":["\u6B70"],s\u01D0:["\u6B7B"],"w\u011Bn m\xF2":["\u6B7E"],pi\u01CEo:["\u6B8D","\u76AB","\u779F","\u91A5","\u9860"],"q\xEDng j\xECng":["\u6B91"],"f\u01D2u b\xF3":["\u6B95"],"zh\xED shi":["\u6B96"],"y\xE8 y\u0101n y\xE0n":["\u6B97"],"h\u016Bn m\xE8i":["\u6B99"],ch\u00F2u:["\u6BA0","\u81F0","\u905A"],"ku\xEC hu\xEC":["\u6BA8","\u6E83","\u6F70"],cu\u00E0n:["\u6BA9","\u71B6","\u7228","\u7A9C","\u7AC4","\u7BE1","\u7C12"],"y\u012Bn y\u0101n y\u01D0n":["\u6BB7"],"q\xECng k\u0113ng sh\u0113ng":["\u6BB8"],"y\xE1o xi\xE1o xi\xE0o":["\u6BBD"],"g\u016B g\u01D4":["\u6BC2","\u86C4"],"gu\xE0n w\u0101n":["\u6BCC"],"d\xFA d\xE0i":["\u6BD2"],"x\xFAn x\xF9n":["\u6BE5"],m\u00FA:["\u6BEA","\u6C01"],"d\xF2u nu\xF2":["\u6BED"],"s\u0101i su\u012B":["\u6BF8"],lu:["\u6C07"],s\u00E0o:["\u6C09","\u7619","\u77C2","\u9ADE"],"sh\xEC zh\u012B":["\u6C0F"],"d\u012B d\u01D0":["\u6C10"],"m\xE1ng m\xE9ng":["\u6C13"],"y\xE1ng r\xEC":["\u6C1C"],shu\u01D0:["\u6C34","\u6C35","\u6C3A","\u9596"],"zh\u011Bng ch\xE9ng zh\xE8ng":["\u6C36"],t\u01D4n:["\u6C3D"],"f\xE1n f\xE0n":["\u6C3E"],"gu\u01D0 ji\u01D4":["\u6C3F"],"b\u012Bn p\xE0 p\u0101":["\u6C43"],"zhu\xF3 qu\xE8":["\u6C4B"],"d\xE0 t\xE0i":["\u6C4F"],p\u00ECn:["\u6C56","\u725D","\u8058"],"h\xE0n h\xE1n":["\u6C57","\u99AF"],tu:["\u6C62"],"t\u0101ng sh\u0101ng":["\u6C64","\u6E6F"],"zh\u012B j\xEC":["\u6C65"],"g\xE0n h\xE1n c\xE9n":["\u6C75"],"w\xE8n m\xE9n":["\u6C76"],"f\u0101ng p\u0101ng":["\u6C78"],"h\u01D4 hu\u01CEng":["\u6C7B"],"ni\xFA y\xF3u":["\u6C7C"],h\u00E0ng:["\u6C86"],"sh\u011Bn ch\xE9n":["\u6C88"],"d\xF9n zhu\xE0n":["\u6C8C"],"n\u01DC ni\u01D4":["\u6C91"],"m\xE9i m\xF2":["\u6C92","\u6CA1"],"t\xE0 d\xE1":["\u6C93"],"m\xEC w\xF9":["\u6C95"],"h\xF3ng p\u0101ng":["\u6C97"],"sh\u0101 sh\xE0":["\u6C99"],"zhu\u01D0 z\u01D0":["\u6C9D"],"\u014Du \xF2u":["\u6CA4","\u6F1A"],"j\u01D4 j\xF9":["\u6CAE"],"tu\u014D du\xF3":["\u6CB0"],"m\u01D0 l\xEC":["\u6CB5"],"y\xED ch\xED":["\u6CB6"],"xi\xE8 y\xEC":["\u6CC4"],"b\xF3 p\u014D":["\u6CCA"],"m\xEC b\xEC":["\u6CCC","\u79D8"],"ch\xF9 sh\xE8":["\u6CCF"],"y\u014Du y\xF2u \u0101o":["\u6CD1"],"p\u0113ng p\xEDng":["\u6CD9","\u7851"],"p\xE0o p\u0101o":["\u6CE1"],"n\xED n\xEC":["\u6CE5","\u79DC"],"yu\xE8 s\xE0":["\u6CE7"],"ju\xE9 xu\xE8":["\u6CEC","\u75A6"],"l\xF3ng shu\u0101ng":["\u6CF7","\u7027"],"lu\xF2 p\u014D":["\u6CFA","\u6FFC"],"z\xE9 sh\xEC":["\u6CFD","\u6FA4"],"s\u01CE x\u01D0":["\u6D12"],"s\xE8 q\xEC z\xEC":["\u6D13"],"x\u01D0 xi\u01CEn":["\u6D17"],"k\u01CEo k\xE0o":["\u6D18"],"\xE0n y\xE0n \xE8":["\u6D1D"],"l\u011Bi l\xE8i":["\u6D21"],"qi\xE8 ji\xE9":["\u6D2F"],"qi\u01CEn ji\u0101n":["\u6D45"],"j\xEC j\u01D0":["\u6D4E","\u6E08","\u6FDF","\u7EAA"],"h\u01D4 x\u01D4":["\u6D52","\u6EF8"],"j\xF9n x\xF9n":["\u6D5A","\u6FEC"],"y\u01D0ng ch\xE9ng y\xEDng":["\u6D67"],"li\xE0n l\xEC":["\u6D70"],"f\xE9ng h\xF3ng":["\u6D72","\u6E84"],"ji\u01D2ng ji\u014Dng":["\u6D7B"],"su\u012B n\u011Bi":["\u6D7D"],"y\u01D2ng ch\u014Dng":["\u6D8C"],"t\u016Bn y\u016Bn":["\u6D92"],"w\u014D gu\u014D":["\u6DA1","\u6E26"],h\u0113ng:["\u6DA5","\u811D"],"zh\u01CEng zh\xE0ng":["\u6DA8","\u6F32"],"sh\xF2u t\u0101o":["\u6DAD"],shu\u00E0n:["\u6DAE","\u8168"],"k\u014Dng n\xE1ng":["\u6DB3"],"w\xF2 w\u01CEn yu\u0101n":["\u6DB4"],"tu\u014D tu\xF2":["\u6DB6"],w\u014D:["\u6DB9","\u7327","\u7A9D","\u7AA9","\u83B4","\u8435","\u8717","\u8778","\u8E12"],"qi\xE8 j\xED":["\u6DC1"],"gu\u01D2 gu\xE0n":["\u6DC9"],"l\xEDn l\xECn":["\u6DCB","\u735C","\u7584"],"t\u01CEng ch\u01CEng":["\u6DCC"],"n\xE0o chu\xF2 zhu\u014D":["\u6DD6"],"p\xE9ng p\xEDng":["\u6DDC"],f\u00E9i:["\u6DDD","\u80A5","\u8153","\u8730"],"p\xEC p\xE8i":["\u6DE0"],"ni\u01CEn sh\u011Bn":["\u6DF0"],"bi\u0101o h\u01D4":["\u6DF2"],"ch\xFAn zh\u016Bn":["\u6DF3"],"h\xF9n h\xFAn":["\u6DF7"],qi\u01CEn:["\u6DFA","\u7E7E","\u7F31","\u80B7","\u8181","\u8738","\u8B74","\u8C34","\u9063","\u9453"],"w\xE8n m\xEDn":["\u6E02"],"r\xE8 ru\xF2 lu\xF2":["\u6E03"],"d\xFA d\xF2u":["\u6E0E","\u7006","\u8BFB"],"ji\xE0n ji\u0101n":["\u6E10","\u6E85","\u6F38","\u6FFA"],"mi\u01CEn sh\xE9ng":["\u6E11","\u6FA0"],"nu\u01CEn nu\xE1n":["\u6E1C"],"qi\xFA w\xF9":["\u6E1E"],"t\xEDng t\u012Bng":["\u6E1F"],"d\xEC t\xED d\u012B":["\u6E27"],"g\u01CEng ji\u01CEng":["\u6E2F"],"h\u014Dng q\xECng":["\u6E39"],tu\u0101n:["\u6E4D","\u7153"],"hu\xEC m\u01D0n x\u016B":["\u6E4F"],"x\u01D4 x\xF9":["\u6E51"],p\u00E9n:["\u6E53","\u74EB","\u76C6","\u8450"],"m\u01D0n h\u016Bn":["\u6E63"],"tu\xE0n nu\u01CEn":["\u6E6A"],"qi\u016B ji\u01CEo":["\u6E6B","\u6E6C"],"y\u0101n y\u012Bn":["\u6E6E"],"b\xE0n p\xE1n":["\u6E74"],"zhu\u0101ng h\xFAn":["\u6E77"],"y\xE0n gu\xEC":["\u6E8E"],"li\xE1n li\u01CEn ni\xE1n xi\xE1n xi\xE0n":["\u6E93"],"d\xE1 t\u01CE":["\u6E9A","\u9FCE"],"li\u016B li\xF9":["\u6E9C","\u6F91","\u8E53"],l\u00F9n:["\u6EA3"],m\u01CE:["\u6EA4","\u72B8","\u7341","\u739B","\u746A","\u7801","\u78BC","\u9064","\u93B7","\u99AC","\u9A6C","\u9C22","\u9DCC"],"zh\u0113n q\xEDn":["\u6EB1"],"n\xEC ni\xE0o":["\u6EBA"],"ch\xF9 x\xF9":["\u6EC0","\u755C"],"w\u011Bng w\u0113ng":["\u6EC3"],"h\xE0o xu\xE8":["\u6EC8"],"q\xEC x\xEC xi\u0113":["\u6ECA"],"x\xEDng y\xEDng":["\u6ECE"],"z\xE9 h\xE0o":["\u6EDC"],"pi\u0101o pi\xE0o pi\u01CEo":["\u6F02"],"c\xF3ng s\u01D2ng":["\u6F0E"],"f\xE9ng p\xE9ng":["\u6F28"],"lu\xF2 t\xE0":["\u6F2F"],"p\u0113ng b\u0113n":["\u6F30"],"ch\xF3ng shu\u0101ng":["\u6F34"],"hu\u01D2 ku\xF2 hu\xF2":["\u6F37"],"li\xE1o li\xFA":["\u6F3B"],"cu\u01D0 cu\u012B":["\u6F3C"],"c\xF3ng z\u01D2ng":["\u6F40"],"c\xF3ng z\u014Dng":["\u6F48"],"p\xEC pi\u0113":["\u6F4E"],"d\xE0ng xi\xE0ng":["\u6F52"],"hu\xE1ng gu\u0101ng":["\u6F62"],"li\xE1o l\xE0o l\u01CEo":["\u6F66"],"c\u014Dng z\xF2ng":["\u6F68"],"zh\xED zh\xEC":["\u6F6A"],"t\u0101n sh\xE0n":["\u6F6C"],"t\xFA zh\u0101":["\u6F73"],"s\xE0n s\u01CE":["\u6F75"],h\u0113i:["\u6F76","\u9ED1","\u9ED2","\u{2CB76}"],"ch\xE9ng d\xE8ng":["\u6F84","\u7013"],"c\u016Bn c\xFAn":["\u6F8A"],"p\xE9ng p\u0113ng":["\u6F8E"],"h\xF2ng g\u01D2ng":["\u6F92","\u92BE"],"w\xE0n m\xE0n":["\u6FAB"],"ku\xE0i hu\xEC":["\u6FAE"],"gu\u014D w\u014D":["\u6FC4"],"p\u0113n f\xE9n":["\u6FC6"],"j\xED sh\xE0":["\u6FC8"],"hu\xEC hu\xF2":["\u6FCA"],"d\u01D0ng t\xECng":["\u6FCE"],"m\u01D0 n\u01D0":["\u6FD4"],"b\xEC p\xEC":["\u6FDE"],"cu\xEC zu\u01D0":["\u6FE2"],"h\xF9 hu\xF2":["\u6FE9"],"\u01CEi k\xE0i k\xE8":["\u6FED"],"w\u011Bi du\xEC":["\u6FFB","\u7022"],"z\xE0n cu\xE1n":["\u6FFD","\u7052"],"y\u01CEng y\xE0ng":["\u7001"],"w\u01CEng w\u0101ng":["\u7007"],"m\xF2 mi\xE8":["\u700E","\u771C"],su\u01D0:["\u7021","\u81B8","\u9AD3"],"hu\xE1i w\u0101i":["\u7024"],"z\xF9n ji\xE0n":["\u7033"],"y\u012Bng y\u01D0ng y\xECng":["\u7034"],"r\xE1ng r\xE0ng":["\u703C"],shu\u00E0ng:["\u7040"],"zhu\xF3 ji\xE0o z\xE9":["\u7042"],s\u01CE:["\u7051","\u8A2F","\u9778"],"lu\xE1n lu\xE0n":["\u7053"],"d\u01CEng t\u01CEng":["\u7059"],"x\xFAn qu\xE1n qu\xE0n":["\u7065"],"hu\u01D2 bi\u0101o":["\u706C"],"zh\xE0 y\xF9":["\u7079"],"f\xE9n b\xE8n":["\u7083"],"ji\u01D2ng gu\xEC":["\u7085"],"p\xE0ng f\u0113ng":["\u7090"],qu\u0113:["\u7094","\u7F3A","\u7F3C","\u849B"],bi\u0101n:["\u709E","\u7178","\u7502","\u782D","\u7B3E","\u7BAF","\u7C69","\u7DE8","\u7F16","\u8759","\u9089","\u908A","\u937D","\u97AD","\u9BFE","\u9BFF","\u9CCA"],"zh\u0101o zh\xE0o":["\u70A4"],"zhu\u014D ch\xF9":["\u70AA"],"p\xE0o p\xE1o b\u0101o":["\u70AE"],"p\xE1o f\u01D2u":["\u70B0"],"sh\u01CEn qi\xE1n sh\u0101n":["\u70B6"],"zh\xE0 zh\xE1":["\u70B8"],"ji\u01CEo y\xE0o":["\u70C4"],qu\u01CEn:["\u70C7","\u72AC","\u72AD","\u754E","\u7DA3","\u7EFB","\u8647"],"y\xE0ng y\xE1ng":["\u70CA"],"l\xE0o lu\xF2":["\u70D9"],"hu\xED hu\u01D0":["\u70E0"],r\u00E8:["\u70ED","\u71B1"],"f\xFA p\xE1o":["\u70F0"],"xi\xE8 ch\xE8":["\u70F2","\u710E"],"y\xE0n sh\u0101n":["\u70FB"],"h\u016Bn x\u016Bn":["\u7104"],k\u00E0o:["\u7105","\u7292","\u92AC","\u94D0","\u9760","\u9BB3","\u9BCC","\u9C93","\u3E06"],"ju\u0101n y\xE8":["\u7106"],"j\xF9n q\u016B":["\u710C"],"t\u0101o d\xE0o":["\u7118"],"ch\u01CEo j\xF9":["\u7123"],"w\xF2 \xE0i":["\u7125"],"z\u01D2ng c\u014Dng":["\u7127"],"x\u012B y\xEC":["\u712C"],"x\xECn x\u012Bn":["\u712E"],"ch\u0101o zhu\u014D":["\u712F"],"xi\u01D2ng y\u012Bng":["\u7138","\u713D"],ku\u01D0:["\u7143","\u8DEC","\u8E5E","\u980D","\u{2B806}"],"hu\u012B y\xF9n x\u016Bn":["\u7147"],"ji\u01CEo qi\u0101o":["\u714D"],"qi\xE1n sh\u01CEn sh\u0101n":["\u7154"],"x\u012B y\xED":["\u7155"],"sh\xE0 sh\u0101":["\u715E"],"y\xE8 zh\xE1":["\u7160"],"y\xE1ng y\xE0ng":["\u716C"],"\u0113n y\u016Bn":["\u717E"],"y\u016Bn y\u01D4n":["\u7185"],"h\xE8 xi\u0101o":["\u7187"],xi\u00F3ng:["\u718A","\u718B","\u96C4"],"x\u016Bn x\xF9n":["\u718F","\u720B"],g\u00F2ng:["\u7195","\u8CA2","\u8D21"],li\u016B:["\u7198"],"c\u014Dng z\u01D2ng":["\u719C"],"l\xF9 \u0101o":["\u719D"],"sh\xFA sh\xF3u":["\u719F"],"f\u0113ng p\xE9ng":["\u71A2"],"cu\u01D0 su\u012B":["\u71A3"],t\u0113ng:["\u71A5","\u81AF","\u9F1F"],"y\xF9n y\xF9":["\u71A8"],"\xE1o \u0101o":["\u71AC"],"h\xE0n r\u01CEn":["\u71AF"],"\u014Du \u01D2u":["\u71B0"],"hu\xE1ng hu\u01CEng":["\u71BF"],"ch\u01CEn d\u01CEn ch\xE0n":["\u71C0"],"ji\u0101o zhu\xF3 qi\xE1o ju\xE9":["\u71CB"],"y\xE0n y\u0101n":["\u71D5"],"t\xE0i li\xE8":["\u71E4"],\u0101o:["\u720A"],"y\xE0n x\xFAn":["\u7213"],"ju\xE9 ji\xE0o":["\u721D","\u8990","\u899A","\u89BA","\u89C9"],"l\u01CEn l\xE0n":["\u7226"],"zhu\u01CE zh\u01CEo":["\u722A"],"zh\u01CEo zhu\u01CE":["\u722B"],"f\xF9 f\u01D4":["\u7236"],di\u0113:["\u7239","\u893A","\u8DCC"],z\u0101ng:["\u7242","\u7F98","\u81E7","\u8CCD","\u8CD8","\u8D13","\u8D1C","\u8D43","\u9AD2"],"pi\xE0n pi\u0101n":["\u7247"],"bi\u0101n mi\xE0n":["\u7251"],b\u01CEng:["\u7253","\u7D81","\u7ED1"],"y\u01D2u y\u014Dng":["\u7257"],"ch\u0113ng ch\xE8ng":["\u725A","\u7AC0"],ni\u00FA:["\u725B","\u725C"],"ji\u016B l\xE8":["\u725E"],"m\xF9 m\xF3u":["\u725F"],m\u0101ng:["\u7264"],"g\u0113 qi\xFA":["\u726B"],"y\xF2u ch\u014Du":["\u7270"],"t\xE8 zh\xED":["\u7286"],b\u0113n:["\u7287","\u931B","\u951B"],"ji\u0101n qi\xE1n":["\u728D","\u73AA"],m\u00E1:["\u7298","\u75F2","\u8534","\u87C7","\u9EBB"],"m\xE1o l\xED":["\u729B"],"b\xE1 qu\u01CEn":["\u72AE"],"zhu\xF3 b\xE0o":["\u72B3"],"\xE0n h\u0101n":["\u72B4"],"k\xE0ng g\u01CEng":["\u72BA"],"p\xE8i f\xE8i":["\u72BB"],"f\u0101n hu\u0101n":["\u72BF"],ku\u00E1ng:["\u72C2","\u72C5","\u8A91","\u8BF3","\u8ED6","\u8EE0","\u9D5F","\u{2B6ED}"],"y\xED qu\xE1n ch\xED":["\u72CB"],"x\u012Bng sh\u0113ng":["\u72CC"],"tu\xF3 y\xED":["\u72CF"],k\u01D4:["\u72DC","\u82E6"],"hu\xE1n hu\u0101n":["\u72DF"],"h\xE9 m\xF2":["\u72E2"],"t\xE0 sh\xEC":["\u72E7"],"m\xE1ng d\xF2u":["\u72F5"],"x\u012B sh\u01D0":["\u72F6"],su\u0101n:["\u72FB","\u75E0","\u9178"],"b\xE0i p\xED":["\u7308"],"ji\u0101n y\xE0n":["\u730F","\u8C63"],"y\u012B y\u01D0":["\u7317"],"y\xE1 w\xE8i":["\u731A"],c\u0101i:["\u731C"],"m\u0101o m\xE1o":["\u732B","\u8C93"],"chu\xE0n chu\u0101n":["\u732D"],"tu\u0101n tu\xE0n":["\u732F","\u8C92"],"y\xE0 ji\xE1 qi\xE8":["\u7330"],"h\xE8 xi\u0113 g\xE9 h\xE0i":["\u7332"],"bi\u0101n pi\xE0n":["\u7335","\u7371"],"b\xF3 p\xF2":["\u733C"],"h\xE1o g\u0101o":["\u734B"],"f\xE9n f\xE8n":["\u7356"],"y\xE0o xi\u0101o":["\u735F"],"shu\xF2 x\u012B":["\u7361"],"g\xE9 li\xE8 xi\u0113":["\u7366"],"n\xF2u r\xFA":["\u7373"],"n\xE1o n\u01CEo y\u014Du":["\u7376"],r\u00E1ng:["\u737D","\u74E4","\u79B3","\u7A63","\u7A70","\u8618","\u8E9F","\u9B24"],"n\xE1o y\u014Du":["\u737F"],"l\u01DC shu\xE0i":["\u7387"],"w\xE1ng w\xE0ng":["\u738B"],"y\xE1ng ch\xE0ng":["\u739A"],"m\xEDn w\xE9n":["\u739F"],"b\u012Bn f\u0113n":["\u73A2"],"m\xE9n y\u01D4n":["\u73A7"],"qi\u0101ng c\u0101ng":["\u73B1","\u7472","\u7BEC"],"\xE1n g\u0101n":["\u73B5"],"xu\xE1n xi\xE1n":["\u73B9"],"c\u012B c\u01D0":["\u73BC","\u8DD0"],"y\xED t\u0101i":["\u73C6"],"z\u01D4 j\xF9":["\u73C7"],f\u00E0:["\u73D0","\u743A","\u855F","\u9AEA","\u9AEE"],"y\xEDn k\xE8n":["\u73E2"],"hu\u012B h\xFAn":["\u73F2"],"xu\xE1n qi\xF3ng":["\u7401"],"f\xFA f\u016B":["\u7408"],"b\u01D0ng p\xEDn":["\u7415"],"cu\xEC s\xE8":["\u7417"],"y\xF9 w\xE9i":["\u741F"],"ti\u01CEn ti\xE0n":["\u7420"],"zhu\xF3 zu\xF3":["\u7422"],"b\u011Bng p\u011Bi":["\u7423"],gu\u01CEn:["\u742F","\u74AD","\u75EF","\u7B66","\u7BA1","\u8218","\u8F28","\u9327","\u9928","\u9986","\u9CE4"],"h\xFAn hu\u012B":["\u743F"],"xi\xE9 ji\u0113":["\u744E"],"ch\xE0ng d\xE0ng y\xE1ng":["\u7452"],"ti\xE0n zh\xE8n":["\u7471"],"b\u012Bn pi\xE1n":["\u7478","\u74B8"],"t\xFA sh\u016B":["\u7479"],cu\u01D0:["\u7480","\u76A0","\u8DA1"],"z\u01CEo su\u01D2":["\u7485"],"ju\xE9 qi\xF3ng":["\u749A"],"l\xFA f\u016B":["\u74B7"],"j\xEC z\u012B":["\u74BE"],su\u00ED:["\u74CD","\u7D8F","\u7EE5","\u9040","\u968F","\u96A8","\u9AC4"],"m\xED x\u01D0":["\u74D5"],"qi\xF3ng w\u011Bi w\xE8i":["\u74D7"],"hu\xE1n y\xE8 y\xE0":["\u74DB"],"b\xF3 p\xE1o":["\u74DF"],"zh\xED h\xFA":["\u74E1"],pi\u00E1o:["\u74E2","\u95DD"],"w\u01CE w\xE0":["\u74E6"],"xi\xE1ng h\xF3ng":["\u74E8"],w\u00E8ng:["\u74EE","\u7515","\u7F4B","\u8579","\u9F46"],"sh\xE8n sh\xE9n":["\u751A"],ru\u00ED:["\u7524","\u7DCC","\u8564"],y\u00F2ng:["\u7528","\u783D","\u82DA","\u848F","\u919F","\u3DB2"],shu\u01CEi:["\u7529"],b\u00E9ng:["\u752D","\u752E"],"y\xF3u zh\xE1":["\u7534"],"di\xE0n ti\xE1n sh\xE8ng":["\u7538"],"t\u01D0ng d\u012Bng":["\u753A","\u753C"],"z\u0101i z\u012B":["\u753E"],"b\xEC q\xED":["\u7541"],"d\xE1 f\xFA":["\u7557"],"c\xE8 j\xEC":["\u755F"],"z\u0101i z\u012B ti\xE1n":["\u7560"],"zh\xEC ch\xF3u sh\xEC":["\u7564"],"f\u0101n p\u0101n":["\u7568","\u756A"],"sh\u0113 y\xFA":["\u756C"],"d\u0101ng d\xE0ng d\u01CEng":["\u7576"],"ji\u0101ng qi\xE1ng":["\u7586"],"p\u01D0 y\u01CE sh\u016B":["\u758B"],"ji\xE9 qi\xE8":["\u758C"],"y\xED n\u01D0":["\u7591"],n\u00E8:["\u7592","\u7732","\u8A25","\u8BB7"],"g\u0113 y\xEC":["\u7599"],"n\xFC\xE8 y\xE0o":["\u759F","\u7627"],"l\xEC l\xE0i":["\u75A0","\u7658"],"y\u01CE xi\u0101":["\u75A8"],xu\u0113:["\u75B6","\u8486","\u859B","\u8FA5","\u8FAA","\u9774","\u97BE"],"d\u01CEn da":["\u75B8"],"f\xE1 bi\u01CEn":["\u75BA"],"f\xE8i f\xE9i":["\u75BF","\u75F1"],"sh\u0101n di\xE0n":["\u75C1"],"t\xE9ng ch\xF3ng":["\u75CB"],"t\u014Dng t\xF3ng":["\u75CC"],"w\u011Bi y\xF2u y\xF9":["\u75CF"],"t\u0101n sh\u01D0":["\u75D1"],"p\u016B p\xF9":["\u75E1","\u92EA"],"b\u0113ng p\xE9ng":["\u75ED"],"m\xE1 l\xECn":["\u75F3"],"ti\u01CEn di\xE0n":["\u75F6"],"\u0101n y\xE8 \xE8":["\u75F7"],"k\u0113 \u0113":["\u75FE"],"zh\xEC ch\xEC":["\u7608"],"ji\u01CE xi\xE1 xi\u0101":["\u7615"],"l\u011Bi hu\xEC":["\u7623"],"ch\xE0i cu\xF3":["\u7625"],"di\u0101n ch\u0113n":["\u7628"],"da d\xE1":["\u7629"],"bi\u011B bi\u0113":["\u762A"],qu\u00E9:["\u7638"],"d\xE0n d\u0101n":["\u7649"],"gu\xEC w\u0113i":["\u7650"],"n\xF2ng n\xF3ng":["\u7651"],"bi\u0113 bi\u011B":["\u765F"],"b\u014D b\u01D2":["\u7677"],b\u00E1i:["\u767D"],"j\xED b\u012B":["\u7680"],"de d\xEC d\xED d\u012B":["\u7684"],"p\u0101 b\xE0":["\u7685"],"g\u0101o h\xE1o":["\u768B"],"g\u0101o y\xE1o":["\u7690"],"l\xEC lu\xF2 b\u014D":["\u76AA"],"zh\u0101 c\u01D4":["\u76BB"],"zh\u0101o zh\u01CEn d\u01CEn":["\u76BD"],"ji\u0101n ji\xE0n":["\u76D1","\u76E3","\u92FB","\u95F4","\u97AC"],"g\xE0i g\u011B h\xE9":["\u76D6"],"m\xE1ng w\xE0ng":["\u76F3"],yu\u01CEn:["\u76F6","\u903A","\u9060"],"ti\xE1n xi\xE1n":["\u76F7"],"xi\u0101ng xi\xE0ng":["\u76F8"],d\u01D4n:["\u76F9","\u8DB8","\u8E89"],"x\xEC p\u01CEn":["\u76FB"],"sh\u011Bng x\u01D0ng":["\u7701"],"y\xFAn h\xF9n":["\u7703"],"mi\u01CEn mi\xE0n":["\u7704"],"k\xE0n k\u0101n":["\u770B"],"y\xECng y\u0101ng y\u01CEng":["\u770F"],"y\u01CEo \u0101o \u01CEo":["\u7711"],"j\u016B x\u016B k\u014Du":["\u7717"],"y\xED ch\xEC":["\u7719"],"di\xE9 t\xEC":["\u7723"],"b\u01D0ng f\u01CEng":["\u772A"],"p\xE0ng p\xE1n":["\u772B"],"m\u012B m\xED":["\u772F","\u7787"],"xu\xE0n sh\xF9n x\xFAn":["\u7734"],ti\u00E0o:["\u773A","\u7C9C","\u7CF6","\u899C","\u8D92"],"zhe zhu\xF3 zh\xE1o zh\u0101o":["\u7740"],"qi\xE1o sh\xE0o xi\u0101o":["\u7744"],"cu\xF3 zhu\xE0i":["\u7749"],g\u00F9n:["\u7754","\u8B34"],"su\xEC zu\xEC":["\u775F"],"p\xEC b\xEC":["\u7765","\u7A2B","\u8F9F"],"y\xEC z\xE9 g\u0101o":["\u776A"],"x\u01D0ng x\xECng":["\u7772"],"gu\xEC w\xE8i ku\xEC":["\u7786"],"k\xF2u j\xEC":["\u7789"],"qi\xF3ng hu\xE1n":["\u778F"],"m\xE1n m\xE9n":["\u7792","\u779E"],"di\u0101o d\u014Du":["\u7797"],"lou l\xF3u l\u01D8":["\u779C"],"sh\xF9n r\xFAn":["\u77A4"],"li\xE0o li\u01CEo":["\u77AD","\u948C"],"ji\xE0n xi\xE1n":["\u77AF"],"w\u01D4 m\xED":["\u77B4"],"gu\xEC ku\xEC":["\u77B6"],"n\u01D0ng ch\u0113ng":["\u77C3"],"hu\xF2 yu\xE8":["\u77C6"],"m\u0113ng m\xE9ng":["\u77C7"],"ku\xE0ng gu\u014D":["\u77CC"],"gu\xE0n qu\xE1n":["\u77D4"],"m\u01CEn m\xE1n":["\u77D5"],"j\u012Bn gu\u0101n q\xEDn":["\u77DC"],"j\u012Bn q\xEDn gu\u0101n":["\u77DD"],"y\xF9 x\xF9 ju\xE9":["\u77DE"],"ji\u01CEo ji\xE1o":["\u77EB","\u77EF"],du\u01CEn:["\u77ED"],"sh\xED d\xE0n":["\u77F3"],"g\u0101ng qi\u0101ng k\xF2ng":["\u77FC"],"hu\u0101 x\u016B":["\u7809"],"p\u012Bn b\u012Bn f\u0113n":["\u780F"],"y\xE1n y\xE0n":["\u7814","\u784F"],"lu\u01D2 k\u0113":["\u7822"],"f\xFA f\xE8i":["\u7829","\u7B30"],"zh\u01D4 zh\xF9":["\u782B"],"l\xE1 l\xEC l\u0101":["\u782C"],"ku\u0101ng gu\u0101ng":["\u7844"],"g\xE8 lu\xF2":["\u784C"],"shu\xF2 sh\xED":["\u7855","\u78A9"],"w\xE8i w\xE9i \xE1i":["\u7859"],"qu\xE8 k\xE8 k\xF9":["\u785E"],"m\u01CEng b\xE0ng":["\u7865"],"lu\xF2 l\xF2ng":["\u7866"],"y\u01D2ng t\xF3ng":["\u7867"],n\u00FC\u00E8:["\u7878","\u8650"],"k\u0113ng k\u011Bng":["\u787B"],"y\u0101n y\u01CEn":["\u787D"],"zhu\xEC chu\xED du\u01D2":["\u787E"],"k\u014Dng k\xF2ng":["\u787F"],"z\xF2ng c\xF3ng":["\u7882"],"ji\u0101n zh\xE0n":["\u788A"],"l\xF9 li\xF9":["\u788C","\u9646"],"qu\xE8 x\u012B":["\u788F"],"l\xFAn l\u01D4n l\xF9n":["\u7896"],"n\xE1o g\u0101ng":["\u7899"],"ji\xE9 y\xE0":["\u78A3"],"w\xE8i w\u011Bi":["\u78A8"],"t\xED d\u012B":["\u78AE"],"ch\xE1 ch\u0101":["\u78B4"],"qi\u0101o qu\xE8":["\u78BB"],"s\xF9 xi\xE8":["\u78BF"],"li\xFA li\xF9":["\u78C2","\u905B","\u93A6","\u998F"],"s\u012B t\xED":["\u78C3"],"b\xE0ng p\xE1ng":["\u78C5"],"hu\xE1 k\u011B g\u016B":["\u78C6"],"w\u011Bi ku\u01D0":["\u78C8"],"xi\xE1 qi\xE0 y\xE0":["\u78CD"],"li\xE1n qi\u0101n":["\u78CF"],"w\xE8i \xE1i g\xE0i":["\u78D1"],"l\xE1 l\u0101":["\u78D6"],"\xE1o qi\u0101o":["\u78DD"],"p\u0113ng p\xE8ng":["\u78DE","\u959B"],"y\u012Bn y\u01D0n":["\u78E4"],"l\u011Bi l\xE9i":["\u78E5"],"m\xF3 m\xF2":["\u78E8"],"q\xEC zh\xFA":["\u78E9"],"l\xE1o lu\xF2":["\u78F1"],"p\xE1n b\u014D":["\u78FB"],"j\xED sh\xE9":["\u78FC"],"h\xE9 qi\u0101o qi\xE0o":["\u7909"],"k\xE8 hu\xF2":["\u790A"],"qu\xE8 h\xFA":["\u7910"],"\xE8 q\xEC":["\u7918"],c\u01CE:["\u7924","\u7938"],"xi\xE1n x\xEDn":["\u7925"],"l\xE9i l\u011Bi l\xE8i":["\u7927"],"y\xE1n y\u01CEn":["\u7939"],"q\xED zh\u01D0":["\u7947","\u8694"],"b\u0113ng f\u0101ng":["\u794A"],"b\xEC m\xEC":["\u7955"],su\u00E0n:["\u7958","\u7B07","\u7B6D","\u7B97","\u849C"],"pi\xE0o pi\u0101o":["\u7968"],"j\xEC zh\xE0i":["\u796D"],"shu\xEC l\xE8i":["\u7971"],"j\xECn j\u012Bn":["\u7981"],"ch\xE1n sh\xE0n":["\u7985"],"y\xE1ng sh\u0101ng":["\u7993"],"zh\u012B zh\u01D0 t\xED":["\u7994"],"sh\xE0n ch\xE1n":["\u79AA"],"y\xFA y\xF9 \u01D2u":["\u79BA"],"z\u01D0 z\xEC":["\u79C4"],"ch\xE1 n\xE1":["\u79C5"],"zh\u01D2ng zh\xF2ng ch\xF3ng":["\u79CD"],"h\xE0o m\xE0o":["\u79CF"],"k\xF9 k\u016B":["\u79D9"],z\u016B:["\u79DF","\u8445"],ch\u00E8ng:["\u79E4","\u7A6A"],"hu\xF3 ku\xF2":["\u79EE","\u79F3"],"ch\u0113ng ch\xE8n ch\xE8ng":["\u79F0","\u7A31"],"sh\xEC zh\xEC":["\u79F2","\u92B4"],"f\xF9 p\u016B":["\u79FF"],"x\xF9n z\xE8":["\u7A04"],"t\xFA sh\u01D4":["\u7A0C"],"zh\xF9n zh\u01D4n":["\u7A15"],"j\u012B q\xED":["\u7A18","\u7DA8","\u89ED"],"l\xE9ng l\xEDng":["\u7A1C"],"zu\xEC z\xFA s\u016B":["\u7A21"],"x\xEC qi\xE8":["\u7A27","\u90C4"],"zh\u01D2ng zh\xF2ng":["\u7A2E"],"z\u014Dng z\u01D2ng":["\u7A2F"],"xi\xE1n ji\u0101n li\xE0n":["\u7A34"],"z\u012B ji\u016B":["\u7A35"],"j\u012B q\u01D0":["\u7A3D"],r\u00F2ng:["\u7A43"],"sh\u0101n c\u01CEn c\u0113n":["\u7A47"],"m\xE9n m\xE9i":["\u7A48"],"j\u01D0 j\xEC":["\u7A56"],"xi\u0101o r\xE0o":["\u7A58"],"zhu\u014D b\xF3":["\u7A5B"],"t\xF3ng zh\u01D2ng zh\xF2ng":["\u7A5C"],zu\u014D:["\u7A5D"],"bi\u0101o p\u0101o":["\u7A6E","\u85E8"],"zhu\u014D ju\xE9":["\u7A71"],"cu\xE1n z\xE0n":["\u7A73"],"k\u014Dng k\xF2ng k\u01D2ng":["\u7A7A"],"y\u016B y\u01D4":["\u7A7B"],zh\u01CEi:["\u7A84","\u9259"],b\u00E1o:["\u7A87","\u96F9"],"k\u016B zh\xFA":["\u7A8B"],"ji\xE0o li\xE1o li\xF9":["\u7A8C"],"w\u0101 gu\u012B":["\u7A90"],"ti\u01CEo y\xE1o":["\u7A95"],"x\u016Bn y\xECn":["\u7AA8"],"y\xE0 y\u0113":["\u7AAB"],"ti\xE1n di\u0101n y\u01CEn":["\u7AB4"],"ch\u0101o k\u0113":["\u7ABC"],"ku\u01CEn cu\xE0n":["\u7ABD","\u7ABE"],"ch\xF9 q\xEC":["\u7AD0"],"q\u01D4 k\u01D2u":["\u7AD8"],"j\xECng zh\u011Bn":["\u7AE7"],"k\u01CEn k\xE0n":["\u7AF7"],"zh\xFA d\u01D4":["\u7AFA"],"l\xE8 j\u012Bn":["\u7AFB"],"zhu\xEC ru\xEC":["\u7B0D"],"h\xE1ng h\xE0ng":["\u7B10"],"c\xE9n j\xECn h\xE1n":["\u7B12"],"d\u0101 xi\xE1 n\xE0":["\u7B1A"],"z\xE9 zu\xF3":["\u7B2E"],"l\xF3ng l\u01D2ng":["\u7B3C","\u7BED","\u7C60","\u8E98","\u9F93"],"zh\xF9 zh\xFA":["\u7B51","\u7BC9"],"d\xE1 d\u0101":["\u7B54","\u8345"],sh\u0101i:["\u7B5B","\u7BE9","\u7C01","\u7C6D"],"y\xFAn j\u016Bn":["\u7B60"],"l\xE1ng l\xE0ng":["\u7B64","\u90CE","\u9606"],"zh\xEC zh\u01D0":["\u7B6B"],o:["\u7B7D"],"p\xF3u b\xF9 f\xFA p\xFA":["\u7B81"],"p\xE1i b\u0113i":["\u7B84"],g\u00E8:["\u7B87","\u867C","\u927B","\u94EC"],"t\xE1i ch\xED":["\u7B88"],"gu\u01CEi d\xE0i":["\u7B89"],"zh\xE0o d\xE0o":["\u7B8C"],"j\u012Bng q\xECng":["\u7B90"],"l\xEDn l\u01D0n":["\u7B96"],"j\xF9n q\u016Bn":["\u7B98"],"sh\u012B y\xED":["\u7BB7","\u91F6"],"yu\u0113 y\xE0o chu\xF2":["\u7BB9"],"xi\u0101o shu\xF2 qi\xE0o":["\u7BBE"],"g\u014Dng g\u01CEn l\u01D2ng":["\u7BE2"],"p\xE1ng p\xE9ng":["\u7BE3"],"zhu\xF3 hu\xF2":["\u7BE7"],"ji\u01CEn ji\u0101n":["\u7BEF"],"d\xED zh\xFA":["\u7BF4"],"z\u0101n c\u0113n c\u01CEn":["\u7BF8"],"zhu\xE0n su\u01CEn zu\xE0n":["\u7BF9"],"pi\u01CEo bi\u0101o":["\u7BFB"],"gu\xF3 gu\xEC":["\u7C02"],"c\xE8 j\xED":["\u7C0E"],"m\xEC mi\xE8":["\u7C1A"],"sh\u0101i s\u012B":["\u7C1B"],"s\u01D4n zhu\xE0n":["\u7C28"],"g\xE0n g\u01CEn":["\u7C33"],"b\xF2 b\u01D2":["\u7C38"],"b\xF3 b\xF9":["\u7C3F"],shi:["\u7C42"],"zh\u0113n ji\u0101n":["\u7C48"],"zhu\xE0n zu\u01CEn":["\u7C51"],"f\u0101n p\u0101n bi\u0101n":["\u7C53"],"s\u01D2u sh\u01D4":["\u7C54"],zu\u01CEn:["\u7C6B","\u7E64","\u7E82","\u7E89","\u7E98","\u7F35"],n\u01DA:["\u7C79","\u91F9","\u9495"],"sh\u0101 ch\u01CEo":["\u7C86"],"k\u0101ng j\u012Bng":["\u7C87"],f\u011Bn:["\u7C89","\u9EFA"],c\u016B:["\u7C97","\u89D5","\u9E81","\u9E84","\u9EA4"],"ni\xE1n zh\u0101n":["\u7C98"],"c\xE8 s\xE8":["\u7CA3"],"zh\u014Du y\xF9":["\u7CA5"],"sh\u0113n s\u01CEn":["\u7CC1"],"bi\u0101n bi\u01CEn":["\u7CC4","\u8439"],mi\u00E0n:["\u7CC6","\u9762","\u9763","\u9EAA","\u9EAB","\u9EB5","\u9EBA"],"h\xFA h\u016B h\xF9":["\u7CCA"],"g\u01D4 g\xF2u":["\u7CD3"],"m\xED m\xE9i":["\u7CDC"],"s\u01CEn sh\u0113n":["\u7CDD","\u7CE3"],z\u0101o:["\u7CDF","\u8E67","\u906D","\u91A9"],"m\xEC s\u012B":["\u7CF8"],"ji\u016B ji\u01D4":["\u7CFA"],"x\xEC j\xEC":["\u7CFB","\u7E6B"],"zh\u0113ng zh\u011Bng":["\u7CFD"],"ch\xE0 ch\u01CE":["\u7D01","\u8869"],"yu\u0113 y\u0101o":["\u7D04","\u7EA6"],"h\xF3ng g\u014Dng":["\u7D05","\u7EA2"],"h\xE9 g\u0113":["\u7D07","\u7EA5"],"w\xE9n w\xE8n":["\u7D0B","\u7EB9"],f\u00F3u:["\u7D11"],"j\xEC ji\xE9 ji\xE8":["\u7D12"],"p\u012B p\xED b\u01D0":["\u7D15","\u7EB0"],"j\u012Bn j\xECn":["\u7D1F"],"zh\u0101 z\u0101":["\u7D25","\u7D2E"],h\u0101:["\u7D26"],"f\u016B f\xF9":["\u7D28"],"ch\u014Du ch\xF3u":["\u7D2C"],"l\xE8i l\xE9i l\u011Bi":["\u7D2F"],"b\u014D b\xEC":["\u7D34"],"ti\u01CEn zh\u011Bn":["\u7D3E"],"ji\u014Dng ji\u01D2ng":["\u7D45"],"ji\xE9 ji\u0113":["\u7D50","\u7ED3","\u8282"],"gu\xE0 ku\u0101":["\u7D53"],"b\u01CEi m\xF2":["\u7D54"],"g\u0113ng hu\xE1n":["\u7D59"],"ji\xE9 xi\xE9":["\u7D5C"],"qu\xE1n shu\u0101n":["\u7D5F"],"g\u01CEi \u01CEi":["\u7D60"],"lu\xF2 l\xE0o":["\u7D61","\u7EDC"],"b\u012Bng b\u0113ng p\u0113ng":["\u7D63"],"g\u011Bi j\u01D0":["\u7D66","\u7ED9"],"t\xF3ng t\u014Dng d\xF2ng":["\u7D67"],"ti\xE0o di\xE0o d\xE0o":["\u7D69"],"l\u011Bi l\xE8i l\xE9i":["\u7D6B"],"g\u0101i h\xE0i":["\u7D6F"],"ch\u012B zh\u01D0":["\u7D7A"],"w\xE8n mi\u01CEn m\xE1n w\xE0n":["\u7D7B"],"hu\xE1n hu\xE0n w\xE0n":["\u7D84"],"q\u012Bn xi\u0101n":["\u7D85"],"t\xEC t\xED":["\u7D88"],"y\xE1n xi\xE0n":["\u7D96"],"z\u014Dng z\xE8ng z\xF2ng":["\u7D9C"],"ch\u0113n l\xEDn":["\u7D9D"],"zh\u01D4n zh\xF9n":["\u7DA7"],"qi\xE0n q\u012Bng zh\u0113ng":["\u7DAA"],"q\xECng q\u01D0":["\u7DAE"],"l\xFAn gu\u0101n":["\u7DB8","\u7EB6"],"chu\xF2 ch\u0101o":["\u7DBD","\u7EF0"],"ti\xE1n t\u01CEn ch\u0101n":["\u7DC2"],"l\u01DC l\xF9":["\u7DD1","\u7EFF"],"ru\u01CEn ru\xE0n":["\u7DDB"],"j\xED q\u012B":["\u7DDD"],"zh\xF2ng ch\xF3ng":["\u7DDF","\u91CD"],"mi\xE1o m\xE1o":["\u7DE2"],"xi\xE8 y\xE8":["\u7DE4"],hu\u01CEn:["\u7DE9","\u7F13","\u3B0A"],"g\u0113ng g\xE8ng":["\u7DEA","\u7E06"],"t\u014Du x\u016B sh\u016B":["\u7DF0"],"z\u014Dng z\xF2ng":["\u7DF5","\u7E4C"],"y\xF9n g\u01D4n":["\u7DF7"],"gu\u0101 w\u014D":["\u7DFA"],"y\xF9n y\u016Bn w\u0113n":["\u7DFC","\u7E15"],"b\u0101ng b\xE0ng":["\u7E0D"],"g\u01D4 h\xFA":["\u7E0E","\u9DBB"],"c\u012B cu\xF2 su\u01D2":["\u7E12"],"cu\u012B shu\u0101i":["\u7E17"],"r\xF3ng r\u01D2ng r\xF2ng":["\u7E19"],"z\xE0i z\u0113ng":["\u7E21"],c\u00E0i:["\u7E29","\u83DC","\u8521"],"f\xE9ng f\xE8ng":["\u7E2B"],"su\u014D s\xF9":["\u7E2E","\u7F29"],"y\u01CEn y\u01D0n":["\u7E2F","\u9153"],"z\xF2ng z\u01D2ng":["\u7E31","\u7EB5"],"zhu\xE0n ju\xE0n":["\u7E33"],"m\xF2 m\xF9":["\u7E38","\u83AB"],"pi\u01CEo pi\u0101o":["\u7E39","\u7F25"],"f\xE1n p\xF3":["\u7E41"],"b\u0113ng b\xE8ng":["\u7E43"],"m\xF3u mi\xF9 mi\xE0o li\u01CEo":["\u7E46"],"y\xE1o y\xF3u zh\xF2u":["\u7E47"],"z\u0113ng z\xE8ng":["\u7E52","\u7F2F"],"j\xFA ju\xE9":["\u7E58"],"chu\u014D chu\xF2":["\u7E5B"],"z\u016Bn z\u01D4n":["\u7E5C"],r\u00E0o:["\u7E5E","\u7ED5","\u9076"],"ch\u01CEn ch\xE1n":["\u7E5F"],"hu\xEC hu\xED":["\u7E62","\u7F0B","\u85F1"],"qi\u0101o s\u0101o z\u01CEo":["\u7E70"],"ji\u01CEo zhu\xF3":["\u7E73","\u7F34"],"d\xE0n t\xE1n ch\xE1n":["\u7E75"],n\u01D2ng:["\u7E77"],"p\xFA f\xFA":["\u7E80"],"y\xE0o l\xEC":["\u7E85"],"r\u01CEng xi\u0101ng":["\u7E95"],"l\xED s\u01CE x\u01D0 l\u01D0":["\u7E9A"],"xi\u0101n qi\xE0n":["\u7EA4"],"j\u012Bng j\xECng":["\u7ECF"],"t\xED t\xEC":["\u7EE8"],"b\u0113ng b\u011Bng b\xE8ng":["\u7EF7"],"z\u014Dng z\xE8ng":["\u7EFC"],"j\u012B q\u012B":["\u7F09"],"w\u0113n y\xF9n y\u016Bn":["\u7F0A"],"f\xE8ng f\xE9ng":["\u7F1D"],"shu\u0101i cu\u012B su\u012B":["\u7F1E"],"mi\xF9 m\xF3u li\xE1o mi\xE0o m\xF9":["\u7F2A"],"qi\u0101o s\u0101o":["\u7F32"],f\u01D2u:["\u7F36","\u7F39","\u7F3B","\u96EC","\u9D00"],"b\xE0 ba p\xED":["\u7F62","\u7F77"],"gu\xE0 gu\u01CEi":["\u7F6B"],"y\xE1ng xi\xE1ng":["\u7F8A","\u7F8F"],"m\u011Bi g\u0101o":["\u7F99"],"y\xEC x\u012B":["\u7F9B"],"qi\u01CEng qi\u0101n":["\u7F9F"],"qi\u0101ng k\xF2ng":["\u7FAB"],"qi\xE1n xi\xE1n y\xE1n":["\u7FAC"],n\u00F3u:["\u7FBA"],"h\xF3ng g\xF2ng":["\u7FBE"],"p\u012B b\xEC p\u014D":["\u7FCD"],"q\xFA y\xF9":["\u7FD1"],k\u00E9:["\u7FD7"],"qi\xE0o qi\xE1o":["\u7FD8"],"zh\xE1i d\xED":["\u7FDF"],"d\xE0o zh\u014Du":["\u7FE2"],"h\xF3u q\xFA":["\u7FF5"],shu\u01CE:["\u800D"],"ru\u01CEn nu\xF2":["\u800E"],"\xE9r n\xE0i":["\u800F"],"zhu\u0101n du\u0101n":["\u8011"],"p\xE1 b\xE0":["\u8019"],"ch\xED s\xEC":["\u801B"],"q\xF9 ch\xFA":["\u801D"],"l\xFAn l\u01D4n":["\u8023"],"j\xED ji\xE8":["\u8024"],"t\u0101ng t\u01CEng":["\u8025"],p\u01CEng:["\u802A","\u89AB"],"zh\xE1 z\xE9":["\u802B"],"y\u0113 y\xE9":["\u8036"],"y\xFAn y\xEDng":["\u803A"],"w\xE0 tu\u01D0 zhu\xF3":["\u8049"],"\xE9r n\u01DC":["\u804F"],"ti\u0113 zh\xE9":["\u8051"],"d\u01D0 zh\xEC":["\u805C"],qi\u00E9:["\u807A"],"n\u01D0 ji\xE0n":["\u807B"],"l\xE8i l\u0113":["\u808B"],c\u00E0o:["\u808F","\u8959","\u9135","\u9F1C"],"b\xF3 d\xED":["\u8091"],"xi\xE0o xi\u0101o":["\u8096"],"d\xF9 d\u01D4":["\u809A"],ch\u0101i:["\u809E","\u91F5","\u9497"],"h\xE1n q\xEDn h\xE0n":["\u80A3"],"p\xE0ng p\xE1n p\xE0n":["\u80A8","\u80D6"],"zh\u016Bn ch\xFAn":["\u80AB"],\u0101ng:["\u80AE","\u9AAF"],"y\xF9 y\u014D":["\u80B2"],"p\xED b\u01D0 b\xEC":["\u80B6"],"f\xE8i b\xEC":["\u80C7"],"b\xE8i b\u0113i":["\u80CC"],"f\xE8i z\u01D0":["\u80CF"],"p\xEDng p\u0113ng":["\u80D3","\u82F9"],"f\u016B f\xFA zh\u01D2u":["\u80D5"],"sh\xE8ng sh\u0113ng":["\u80DC"],ku\u00E0:["\u80EF","\u8DE8","\u9ABB"],"g\u01CEi h\u01CEi":["\u80F2"],"g\u0113 g\xE9 g\u0101":["\u80F3"],"n\xE9ng n\xE0i":["\u80FD"],"gu\u012B ku\xEC":["\u80FF"],"m\xE0i m\xF2":["\u8109"],"z\u0101ng z\xE0ng":["\u810F"],"ji\u01CEo ju\xE9":["\u811A","\u89D2"],cu\u01D2:["\u811E"],"de te":["\u8126"],"zu\u012B ju\u0101n":["\u8127"],n\u011Bi:["\u812E","\u8147","\u9912","\u9981","\u9BBE","\u9BD8"],"p\xFA f\u01D4":["\u812F"],ni\u00E0o:["\u8132"],shu\u00ED:["\u813D"],gu\u00F2:["\u8142","\u904E","\u9439"],"l\xE0 x\u012B":["\u814A"],"y\u0101n \u0101":["\u814C"],"g\u0101o g\xE0o":["\u818F"],"l\xF9 bi\u0101o":["\u8194"],chu\u00E1i:["\u8197"],"zhu\u0101n chu\xE1n ch\xFAn zhu\u01CEn":["\u819E"],chu\u00E0i:["\u81AA","\u8E39"],"f\xE1n p\xE1n":["\u81B0"],"w\u01D4 h\u016B":["\u81B4"],"sh\u0101n d\xE0n":["\u81BB"],t\u00FAn:["\u81C0","\u81CB","\u86CC","\u8C58","\u8C5A","\u8ED8","\u9715","\u98E9","\u9968","\u9B68","\u9C80","\u9ED7"],"b\xEC bei":["\u81C2"],"l\xE0 g\xE9":["\u81C8"],"s\xE0o s\u0101o":["\u81CA"],n\u00E0o:["\u81D1","\u9599","\u95F9","\u9B27"],"n\xED lu\xE1n":["\u81E1"],"qi\u0101n xi\xE1n":["\u81E4"],"gu\xE0ng ji\u01D2ng":["\u81E6"],"gu\u01CEng ji\u01D2ng":["\u81E9"],"ch\xF2u xi\xF9":["\u81ED"],"mi\xE1n bi\u0101n":["\u81F1"],"di\xE9 zh\xED":["\u81F7"],"zh\u012B j\xECn":["\u81F8"],"sh\xE8 sh\u011B":["\u820D"],p\u00F9:["\u8216","\u8217"],"b\u0101n b\u014D p\xE1n":["\u822C"],ku\u0101:["\u823F"],"g\xE8n g\u011Bn":["\u826E"],"s\xE8 sh\u01CEi":["\u8272"],"f\xFA b\xF3":["\u8274"],"ji\u0101o qi\xFA":["\u827D"],"ch\u0101i ch\u0101":["\u8286"],"sh\xE1o qu\xE8":["\u828D"],"h\xF9 xi\xE0":["\u8290"],"z\xEC z\u01D0":["\u8293"],"hu\xEC h\u016B":["\u8294"],"t\xFAn ch\u016Bn":["\u829A"],"ji\xE8 g\xE0i":["\u82A5"],"x\xF9 zh\xF9":["\u82A7"],"yu\xE1n y\xE1n":["\u82AB"],"x\u012Bn x\xECn":["\u82AF"],"l\xFAn hu\u0101":["\u82B2"],"w\xF9 h\u016B":["\u82B4"],"g\u014Du g\u01D2u":["\u82B6"],"m\xE0o m\xE1o":["\u82BC"],"f\xE8i f\xFA":["\u82BE"],"ch\xE1n y\xEDn":["\u82C2"],qi\u0113:["\u82C6"],"s\u016B s\xF9":["\u82CF"],"ti\xE1o sh\xE1o":["\u82D5"],"l\xEC j\u012B":["\u82D9"],"k\u0113 h\u0113":["\u82DB"],"j\xF9 q\u01D4":["\u82E3"],"ru\xF2 r\u011B":["\u82E5"],"zh\xF9 n\xEDng":["\u82E7"],"p\u0101 b\xF3":["\u82E9"],xi\u00FA:["\u82EC"],"zh\u01CE zu\xF3":["\u82F2"],"j\u016B ch\xE1":["\u82F4"],ni\u00E9:["\u82F6"],"sh\u0113ng ru\xED":["\u82FC"],"qi\xE9 ji\u0101":["\u8304"],"z\u01D0 c\xED":["\u8308"],"qi\xE0n x\u012B":["\u831C"],ch\u01CEi:["\u831D"],"f\xE1 p\xE8i":["\u8337"],r\u00E1o:["\u835B","\u8558","\u8953","\u9952","\u9976"],"y\xEDng x\xEDng":["\u8365"],"qi\xE1n x\xFAn":["\u8368","\u8541"],"y\xECn y\u012Bn":["\u836B"],"h\xE9 h\xE8":["\u8377"],"sh\u0101 su\u014D":["\u838E"],"p\xE9ng f\u0113ng":["\u8391"],"sh\u0113n x\u012Bn":["\u8398"],"w\u01CEn gu\u0101n gu\u01CEn":["\u839E"],"y\xF3u s\xF9":["\u83A4"],"sh\u0101o xi\u0101o":["\u83A6","\u86F8"],"l\xE0ng li\xE1ng":["\u83A8"],"pi\u01CEo f\xFA":["\u83A9"],"w\xE8n w\u01CEn mi\u01CEn":["\u83AC"],"sh\xEC sh\xED":["\u83B3","\u8494"],"t\xF9 t\xFA":["\u83B5"],"xi\u0101n li\u01CEn":["\u83B6","\u859F"],"w\u01CEn y\xF9":["\u83C0"],"z\u014Du ch\xF9":["\u83C6"],"l\xF9 l\u01DC":["\u83C9"],"j\u016Bn j\xF9n":["\u83CC"],"ni\xE8 r\u011Bn":["\u83CD"],"z\u012B z\xEC z\u0101i":["\u83D1"],"t\xFA t\xF9":["\u83DF"],"ji\u0113 sh\xE0":["\u83E8"],"qi\xE1o zh\u01CEo":["\u83EC"],"t\xE1i zh\u012B ch\xED":["\u83ED"],"f\u0113i f\u011Bi":["\u83F2","\u871A"],"q\xEDn q\u012Bn j\u012Bn":["\u83F3"],"z\u016B j\xF9":["\u83F9","\u84A9"],"l\u01D0n m\xE1":["\u83FB"],"ti\xE1n ti\xE0n":["\u83FE"],ti\u0113:["\u841C","\u8CBC","\u8D34"],"lu\xF2 l\xE0 l\xE0o lu\u014D":["\u843D"],"zh\xF9 zhu\xF3 zhe":["\u8457"],"sh\xE8n r\xE8n":["\u845A"],"g\u011B g\xE9":["\u845B"],"j\xF9n su\u01D2":["\u8470"],"ku\xEC ku\xE0i":["\u8489"],"r\xFA n\xE1":["\u8498"],"m\xE9ng m\u0113ng m\u011Bng":["\u8499"],"yu\xE1n hu\xE1n":["\u849D"],"x\xFA sh\xFA":["\u84A3"],"x\xED x\xEC":["\u84B5"],"m\xEC m\xEDng":["\u84C2"],"s\u014Du s\u01D2u":["\u84C3"],"g\xE0i g\u011B h\xE9 h\xE0i":["\u84CB"],"y\u01CEo zhu\xF3":["\u84D4"],"di\xE0o ti\xE1o d\xED":["\u84E7"],"x\u016B qi\u016B f\u016B":["\u84F2"],"z\xED j\xFA":["\u84FB"],"li\u01CEo l\xF9":["\u84FC"],xu:["\u84FF"],"h\xE0n h\u01CEn":["\u850A"],"m\xE0n w\xE0n m\xE1n":["\u8513"],"p\xF3 b\xF2":["\u8522"],"f\u0101n f\xE1n b\u014D":["\u8543"],"h\xF3ng h\xF2ng":["\u857B"],"y\xF9 \xE0o":["\u8581","\u96A9"],"x\xED xi\xE0o":["\u8582"],"b\xE1o b\xF3 b\xF2":["\u8584"],"c\xED z\u012B":["\u858B"],"w\xE0n lu\xE0n":["\u858D"],"k\u01CEo h\u0101o":["\u85A7"],"yu\u01CEn w\u011Bi":["\u85B3"],"zh\xF2u ch\xF3u":["\u85B5"],"w\u014D m\xE1i":["\u85B6"],"xi\u0101o h\xE0o":["\u85C3"],"y\xF9 x\xF9 x\u016B":["\u85C7"],"ji\xE8 j\xED":["\u85C9"],"di\xE0o zhu\xF3":["\u85CB"],"c\xE1ng z\xE0ng":["\u85CF"],l\u01CE:["\u85DE"],"ch\xFA zh\u016B":["\u85F8"],"p\xEDn p\xEDng":["\u860B"],"g\u0101n h\xE1n":["\u8677"],"h\xF3ng ji\xE0ng":["\u8679"],"hu\u012B hu\u01D0":["\u867A"],"xi\u0101 h\xE1":["\u867E"],"m\u01CE m\xE0 m\u0101":["\u8682"],"f\u0101ng b\xE0ng":["\u8684"],"b\xE0ng b\xE8ng":["\u868C"],"ju\xE9 qu\u0113":["\u8697"],"q\xEDn qi\xE1n":["\u8699"],"g\u014Dng zh\u014Dng":["\u86A3"],"f\u01D4 f\xF9":["\u86A5"],"d\xE0i d\xE9":["\u86AE"],"g\u01D2u q\xFA x\xF9":["\u86BC"],"b\u01D2 p\xED":["\u86BE"],"sh\xE9 y\xED":["\u86C7"],ti\u011B:["\u86C8","\u9244","\u9295","\u9421","\u9435","\u94C1","\u9A56"],"g\xE9 lu\xF2":["\u86D2"],"m\xE1ng b\xE0ng":["\u86D6"],"y\xEC x\u01D4":["\u86E1"],"h\xE1 g\xE9":["\u86E4"],"qi\xE8 n\xED":["\u86EA"],"\xE9 y\u01D0":["\u86FE"],"zh\u0113 zh\xE9":["\u8707"],"l\xE0 zh\xE0":["\u8721"],su\u00F2:["\u8736","\u9024"],"y\xF3u qi\xFA":["\u8764"],"xi\u0101 h\u0101":["\u8766"],"x\u012B q\u012B":["\u8787"],"b\u012B p\xED":["\u8795"],"n\xE0i n\u011Bng":["\u879A"],"h\xE9 xi\xE1":["\u879B"],"gu\xEC hu\u01D0":["\u879D"],"m\u01CE m\u0101 m\xE0":["\u879E"],"sh\xEC zh\u0113":["\u87AB"],"zh\xEC di\xE9":["\u87B2"],"ji\xE0n ch\xE1n":["\u87B9"],"ma m\xE1 m\xF2":["\u87C6"],"m\u01CEng m\u011Bng":["\u87D2"],"bi\u0113 bi\xE9":["\u87DE"],"b\u0113n f\xE8i":["\u87E6"],"l\xE1o li\xE1o":["\u87E7"],"y\xEDn x\xFAn":["\u87EB"],"l\xED l\u01D0":["\u8821"],"xu\xE8 xi\u011B":["\u8840"],"x\xEDng h\xE1ng h\xE0ng h\xE9ng":["\u884C"],"shu\u0101i cu\u012B":["\u8870"],"tu\xF3 tu\u014D":["\u8889"],"l\u01D0ng l\xEDng":["\u888A"],"b\xE0o p\xE1o p\xE0o":["\u888C"],"j\xF9 ji\u0113":["\u8893"],"h\xE8 k\xE8":["\u8894"],"y\xED y\xEC":["\u8898","\u8CA4"],"n\xE0 ju\xE9":["\u88A6"],"b\xE8i p\u012B":["\u88AB"],"ch\u01D0 nu\u01D2":["\u88B2"],"ch\u01D0 q\u01D0 du\u01D2 nu\u01D2":["\u88B3"],"ji\xE1 qi\u0101 ji\xE9":["\u88B7"],"b\xF3 m\xF2":["\u88B9"],"gu\u012B gu\xE0":["\u88BF"],"li\xE8 li\u011B":["\u88C2"],"ch\xE9ng ch\u011Bng":["\u88CE"],"ji\u0113 g\xE9":["\u88D3"],"d\u0101o ch\xF3u":["\u88EF"],"shang ch\xE1ng":["\u88F3"],"yu\u0101n g\u01D4n":["\u88F7"],"y\u01CEn \u0101n":["\u88FA"],"t\xEC x\u012B":["\u88FC"],"f\xF9 f\xFA":["\u8914"],"ch\u01D4 zh\u01D4":["\u891A"],"tu\xEC t\xF9n":["\u892A"],l\u01CEi:["\u8970"],"y\xE0o y\u0101o":["\u8981"],"q\xEDn t\xE1n":["\u8983"],"ji\xE0n xi\xE0n":["\u898B","\u89C1"],pi\u01CEn:["\u8991","\u8ADE","\u8C1D","\u8CB5","\u{2139A}"],"pi\u0113 mi\xE8":["\u8995"],"y\xEDng y\u01D0ng":["\u89AE"],"q\xF9 q\u016B":["\u89B0","\u89B7","\u89D1"],"ji\xE0n bi\u01CEn":["\u89B5"],"lu\xF3 lu\u01CEn":["\u89B6"],"z\u012B zu\u01D0":["\u89DC"],"hu\xE0 xi\xE8":["\u89DF"],"ji\u011B ji\xE8 xi\xE8":["\u89E3","\u89E7"],"xu\xE9 h\xF9":["\u89F7"],"l\xEC l\xF9":["\u89FB"],t\u01CEo:["\u8A0E","\u8BA8"],zh\u00F9n:["\u8A30"],"z\u012B z\u01D0":["\u8A3E"],"y\xED d\xE0i":["\u8A52","\u8BD2"],xi\u00F2ng:["\u8A57","\u8BC7"],"di\xE0o ti\u01CEo":["\u8A82"],"y\xED ch\u01D0 ch\xEC":["\u8A83"],"l\u01CEng l\xE0ng":["\u8A8F"],"\u0113i \xE9i \u011Bi \xE8i x\u012B":["\u8A92","\u8BF6"],shu\u00E0:["\u8A9C"],"y\u01D4 y\xF9":["\u8A9E","\u8BED","\u96E8"],"shu\u014D shu\xEC yu\xE8":["\u8AAA","\u8BF4"],"shu\xED sh\xE9i":["\u8AB0","\u8C01"],"q\u016B ju\xE8":["\u8AB3"],"ch\u012B l\xE0i":["\u8ABA"],"n\xEC n\xE1":["\u8ABD"],"di\xE0o ti\xE1o":["\u8ABF"],"p\u01D0 b\u0113i":["\u8AC0"],"j\xEC j\u012B":["\u8AC5"],"z\xE9 zu\xF2 zh\u01CE cu\xF2":["\u8ACE"],"ch\xF9 j\xED":["\u8AD4"],"h\xE1o xi\xE0":["\u8AD5"],"l\xF9n l\xFAn":["\u8AD6","\u8BBA"],"sh\xEC d\xEC":["\u8ADF"],"hu\xE0 gu\u0101":["\u8AE3"],"x\u01D0 sh\u0101i \u0101i":["\u8AF0"],"n\xE1n n\xE0n":["\u8AF5","\u96E3"],mi\u00F9:["\u8B2C","\u8C2C"],z\u00E8n:["\u8B56","\u8C2E"],"sh\xED zh\xEC":["\u8B58","\u8BC6"],"ju\xE0n xu\u0101n":["\u8B82"],"y\xED tu\u012B":["\u8B89"],zh\u00E1n:["\u8B9D"],"x\u01D4 h\u01D4":["\u8BB8"],"xi\xE1ng y\xE1ng":["\u8BE6"],"ti\xE1o di\xE0o zh\u014Du":["\u8C03"],"ch\xE9n sh\xE8n":["\u8C0C"],"m\xED m\xE8i":["\u8C1C"],"m\xE0n m\xE1n":["\u8C29"],"g\u01D4 y\xF9":["\u8C37"],"hu\u014D hu\xF2 hu\xE1":["\u8C41"],"zh\xEC zh\xE0i":["\u8C78"],"hu\u0101n hu\xE1n":["\u8C86"],"k\u011Bn k\u016Bn":["\u8C87"],"m\xF2 h\xE9":["\u8C88"],"m\xF2 h\xE9 h\xE1o":["\u8C89"],"j\xF9 l\xF3u":["\u8C97"],"z\xE9 zh\xE0i":["\u8CAC","\u8D23"],"d\xE0i t\xE8":["\u8CB8"],"b\xEC b\u0113n":["\u8CC1"],"ji\u01CE g\u01D4 ji\xE0":["\u8CC8"],"xi\u014Dng m\xEDn":["\u8CEF"],c\u00E0ng:["\u8CF6"],"zhu\xE0n zu\xE0n":["\u8CFA","\u8D5A"],"w\xE0n zhu\xE0n":["\u8D03"],"g\xE0n g\xF2ng zhu\xE0ng":["\u8D1B"],"yu\xE1n y\xF9n":["\u8D20"],"b\u0113n b\xEC":["\u8D32"],"ji\u01CE g\u01D4":["\u8D3E"],z\u01D2u:["\u8D70","\u8D71","\u9BD0"],"di\xE9 t\xFA":["\u8D83"],"j\u016B qi\xE8":["\u8D84"],"q\u016B c\xF9":["\u8D8B","\u8DA8"],"j\xED ji\xE9":["\u8D8C"],"gu\u0101 hu\xF3":["\u8D8F"],"qu\xE8 q\xEC j\xED":["\u8D9E"],"t\xE0ng t\u0101ng":["\u8D9F"],"chu\u014D zhu\xF3":["\u8DA0"],"q\xF9 c\xF9":["\u8DA3"],"yu\xE8 t\xEC":["\u8DAF"],"b\u014D b\xE0o":["\u8DB5"],"ku\xE0 w\xF9":["\u8DB6"],"gu\xEC ju\xE9":["\u8DB9"],"f\u0101ng f\xE0ng p\xE1ng":["\u8DBD"],"p\xE1o b\xE0":["\u8DC1"],"q\xED q\u01D0":["\u8DC2"],"ji\xE0n ch\xE9n":["\u8DC8"],"p\u01CEo p\xE1o":["\u8DD1"],"di\u01CEn di\u0113 ti\u0113":["\u8DD5"],"j\u016B j\xF9 qi\xE8":["\u8DD9"],b\u01D2:["\u8DDB"],"lu\xF2 l\xEC":["\u8DDE"],"d\xE0i du\xF2 du\u014D ch\xED":["\u8DE2"],zhu\u01CEi:["\u8DE9"],"b\xE8ng pi\xE1n":["\u8DF0"],"ti\xE0o t\xE1o":["\u8DF3"],"sh\u016B ch\u014Du":["\u8DFE"],"li\xE0ng li\xE1ng":["\u8E09"],"t\xE0 t\u0101":["\u8E0F"],ch\u01CE:["\u8E45","\u9454","\u9572"],"d\xED zh\xED":["\u8E62"],"d\u0113ng d\xE8ng":["\u8E6C","\u9419","\u956B"],c\u00E8ng:["\u8E6D"],"d\u016Bn c\xFAn":["\u8E72"],"ju\u011B ju\xE9":["\u8E76"],li\u0101o:["\u8E7D"],"xi\xE8 s\u01CE":["\u8EA0"],t\u01D0:["\u8EB0","\u8EC6","\u9AB5"],"y\xE0 zh\xE1 g\xE1":["\u8F67","\u8ECB"],"x\xECn xi\xE0n":["\u8ED0"],"f\xE0n gu\u01D0":["\u8ED3"],"zhu\xE0n zhu\u01CEn":["\u8EE2"],"zh\xF3u zh\xF2u":["\u8EF8","\u8F74"],b\u00FA:["\u8F50","\u91AD","\u9CEA"],"zhu\u01CEn zhu\xE0n zhu\u01CEi":["\u8F6C"],"z\u01CEi z\xE0i":["\u8F7D"],"ni\u01CEn zh\u01CEn":["\u8F97"],"bi\u0101n bian":["\u8FB9"],"d\xE0o bi\u0101n":["\u8FBA"],"y\u01D0 y\xED":["\u8FC6","\u8FE4","\u8FF1"],"gu\xF2 guo gu\u014D":["\u8FC7"],"w\xE0ng ku\u0101ng":["\u8FCB"],"h\xE1i hu\xE1n":["\u8FD8"],"zh\xE8 zh\xE8i":["\u8FD9"],"yu\u01CEn yu\xE0n":["\u8FDC"],"zh\xEC l\xEC":["\u8FE3"],"zh\xF9 w\u01CEng":["\u8FEC"],"zhu\u012B du\u012B":["\u8FFD"],"sh\xEC ku\xF2":["\u9002"],t\u00F2u:["\u900F"],"t\u014Dng t\xF2ng":["\u901A"],gu\u00E0ng:["\u901B"],"d\u01CEi d\xE0i":["\u902E"],"su\xEC su\xED":["\u9042"],"t\xED d\xEC":["\u9046"],"y\xED w\xE8i":["\u9057"],"sh\xEC d\xED zh\xE9":["\u9069"],c\u00E0:["\u906A"],"hu\xE1n h\xE1i":["\u9084"],"l\xED ch\xED":["\u908C"],"k\xE0ng h\xE1ng":["\u909F"],"n\xE0 n\xE8i n\u0101":["\u90A3"],"xi\xE9 y\xE1 y\xE9 y\xFA x\xFA":["\u90AA"],"g\u0101i h\xE1i":["\u90C2"],"hu\xE1n x\xFAn":["\u90C7"],"ch\u012B x\u012B":["\u90D7"],h\u01CEo:["\u90DD"],"l\xEC zh\xED":["\u90E6"],"xi\xE1o \u01CEo":["\u90E9"],"d\u014Du d\u016B":["\u90FD"],li\u01CEo:["\u66E2","\u911D","\u957D"],"z\xE0n cu\xE1n cu\xF3":["\u9142","\u9147"],"d\u012Bng d\u01D0ng":["\u914A"],"c\xF9 zu\xF2":["\u9162"],"f\u0101 p\u014D":["\u9166"],"sh\u0101i sh\u012B":["\u917E"],ni\u00E0ng:["\u917F","\u91B8"],"qi\xFA ch\u014Du":["\u9194"],"p\u014D f\u0101":["\u9197","\u91B1"],"ch\u01CEn ch\u011Bn":["\u91A6"],"y\xE0n li\u01CEn xi\u0101n":["\u91B6"],"ni\xE0ng ni\xE1ng":["\u91C0"],"l\u01D0 li":["\u91CC"],"l\xED x\u01D0 x\u012B":["\u91D0"],"li\u01CEo li\xE0o":["\u91D5"],"d\u012Bng d\xECng":["\u91D8","\u9489"],"qi\u01CEo ji\u01CEo":["\u91E5"],"y\xFA hu\xE1":["\u91EA"],"hu\xE1 w\u016B":["\u91EB"],"r\xEC r\xE8n ji\xE0n":["\u91F0","\u91FC"],"d\xEC d\xE0i":["\u91F1"],"p\u012B zh\u0101o":["\u91FD"],"y\xE1 y\xE9":["\u91FE"],"b\u01CE p\xE1":["\u9200","\u94AF"],"t\u0101 tu\xF3":["\u9248","\u94CA"],b\u011Bi:["\u9273"],"b\u01D0ng p\xEDng":["\u927C"],"h\u0101 k\u0113":["\u927F","\u94EA"],ch\u00F2ng:["\u9283","\u94F3"],"xi\u01CEng ji\u014Dng":["\u9284"],"y\xF9 s\xEC":["\u9289"],"x\xF9 hu\xEC":["\u928A"],"r\xE9n r\u011Bn":["\u928B"],"sh\xE0n shu\xF2":["\u928F"],"ch\xEC l\xEC":["\u9290"],"xi\u01CEn x\u01D0":["\u9291","\u94E3"],"h\xF3u xi\xE0ng":["\u9297"],"di\xE0o ti\xE1o y\xE1o":["\u929A"],"xi\u0101n ku\xF2 ti\u01CEn gu\u0101":["\u929B","\u92BD","\u94E6"],"zh\xE9 ni\xE8":["\u92B8"],"zh\u014Dng y\u014Dng":["\u92BF"],"t\u014Du t\xF9 d\xF2u":["\u92C0"],"m\xE9i m\xE9ng":["\u92C2"],"w\xE0n ji\u01CEn":["\u92C4","\u93AB"],"t\u01D0ng d\xECng":["\u92CC","\u94E4"],"ju\u0101n ji\u0101n cu\u0101n":["\u92D1"],"s\u012B tu\xF3":["\u92D6"],"ju\u0101n xu\u0101n ju\xE0n":["\u92D7"],"w\xFA hu\xE1 w\u016B":["\u92D8"],"zhu\xF3 chu\xF2":["\u92DC"],"x\xEDng x\xECng j\u012Bng":["\u92DE"],"j\u016B j\xFA":["\u92E6","\u9514"],"zu\xEC ni\xE8":["\u92F7"],"yu\u0101n yu\u01CEn w\u01CEn w\u0101n":["\u92FA"],"g\u0101ng g\xE0ng":["\u92FC","\u94A2"],zhu\u012B:["\u9310","\u9525","\u9A05","\u9A93","\u9D7B"],\u0101:["\u9312","\u9515"],"cu\u014D ch\u0101":["\u9388"],"su\u01D2 s\xE8":["\u938D"],"y\xE1o z\xFA":["\u9390"],"y\xE8 t\xE0 g\xE9":["\u9391"],"qi\u0101ng ch\u0113ng":["\u9397"],"g\xE9 l\xEC":["\u9398","\u9549","\u9B32"],"b\u012B p\u012B b\xEC":["\u939E"],"g\u01CEo h\xE0o":["\u93AC"],"z\xFA chu\xF2":["\u93C3"],"xi\u016B xi\xF9":["\u93C5"],"sh\xF2u s\u014Du":["\u93C9"],"d\xED d\u012B":["\u93D1","\u955D"],"qi\u0101o s\u01CEn c\xE0n":["\u93D2"],"l\xF9 \xE1o":["\u93D5"],"t\u0101ng t\xE1ng":["\u93DC"],"ji\xE0n z\xE0n":["\u93E9"],"hu\xEC su\xEC ru\xEC":["\u93F8"],"qi\u01CEng qi\u0101ng":["\u93F9","\u956A"],"s\u01CEn xi\xE0n s\xE0":["\u93FE"],"ji\u01CEn ji\xE0n":["\u9427","\u950F"],"d\u0101ng ch\u0113ng":["\u943A","\u94DB"],"zu\u0101n zu\xE0n":["\u947D"],"s\xE0 x\xEC":["\u9491"],"y\xE0o yu\xE8":["\u94A5"],"t\u01D2u d\u01D2u":["\u94AD"],"zu\xE0n zu\u0101n":["\u94BB"],"qi\u0101n y\xE1n":["\u94C5"],"p\xED p\u012B":["\u94CD"],"y\xE1o di\xE0o ti\xE1o":["\u94EB"],"t\u0101ng t\xE0ng":["\u94F4"],"p\xF9 p\u016B":["\u94FA"],"t\xE1n xi\u0101n":["\u952C"],"li\xF9 li\xFA":["\u954F"],"h\xE0o g\u01CEo":["\u9550"],"t\xE1ng t\u0101ng":["\u9557"],"t\xE1n ch\xE1n x\xEDn":["\u9561"],"hu\xF2 sh\u01CEn":["\u9584"],"h\xE0n b\xEC":["\u9588","\u95EC"],"k\u0101ng k\xE0ng":["\u958C","\u95F6"],"xi\xE1n ji\xE0n ji\u0101n ji\u01CEn":["\u9592"],"xi\u0101 xi\u01CE":["\u9595"],"xi\u01CE k\u011B":["\u959C"],"bi\xE0n gu\u0101n":["\u959E"],"h\xE9 g\xE9":["\u95A4","\u988C"],"h\xF2ng xi\xE0ng":["\u95A7"],"s\u0113 x\u012B":["\u95AA"],"t\xEDng t\u01D0ng":["\u95AE"],"\xE8 y\u0101n":["\u95BC","\u960F"],"h\xF2ng ju\u01CEn xi\xE0ng":["\u95C2"],"b\u01CEn p\xE0n":["\u95C6"],"d\u016B sh\xE9":["\u95CD","\u9607"],"qu\xE8 qu\u0113":["\u95D5"],"t\u0101ng t\xE1ng ch\u0101ng":["\u95DB"],"k\xE0n h\u01CEn":["\u95DE","\u961A"],"x\xEC s\xE8 t\xE0":["\u95DF"],"m\u0113n m\xE8n":["\u95F7"],"qu\u0113 qu\xE8":["\u9619"],"y\xE1n di\xE0n":["\u963D"],"\u0101 \u0113":["\u963F"],"b\u0113i p\u014D p\xED":["\u9642"],"y\xE0n y\u01CEn":["\u9681"],"y\xFA y\xE1o sh\xF9":["\u9683"],"l\xF3ng l\u014Dng":["\u9686"],"du\xEC zhu\xEC":["\u968A"],"su\xED du\xF2":["\u968B"],"g\u0101i q\xED \xE1i":["\u9691"],"hu\u012B du\xF2":["\u9693","\u96B3"],"w\u011Bi ku\xED":["\u9697"],"l\xEC d\xE0i":["\u96B8"],"zhu\u012B cu\u012B w\xE9i":["\u96B9"],"h\xE8 h\xFA":["\u96BA","\u9DAE"],"j\xF9n ju\xE0n":["\u96BD","\u96CB"],"n\xE1n n\xE0n nu\xF3":["\u96BE"],"qu\xE8 qi\u0101o qi\u01CEo":["\u96C0"],"gu\xE0n hu\xE1n":["\u96DA"],"gu\u012B x\u012B":["\u96DF"],"s\xE8 x\xED":["\u96ED"],\u00E1n:["\u96F8"],"w\xF9 m\xE9ng":["\u96FA"],t\u00E8ng:["\u972F"],"l\xF9 l\xF2u":["\u9732"],m\u00E1i:["\u973E"],"j\xECng li\xE0ng":["\u975A"],"g\xE9 j\xED":["\u9769"],b\u01CE:["\u9776"],"y\u0101ng y\xE0ng":["\u9785"],"g\xE9 t\xE0 s\u01CE":["\u9788"],"bi\u0101n y\xECng":["\u9795"],"qi\xE0o sh\u0101o":["\u9798"],"ju\u0101n xu\u0101n":["\u9799"],"sh\xE0ng zh\u01CEng":["\u979D"],"p\xED b\u01D0ng b\xEC b\u0113i":["\u979E"],la:["\u97A1"],"xi\xE8 di\xE9":["\u97A2"],\u0113ng:["\u97A5"],"m\xF3u m\xF9":["\u97AA"],"b\xEC b\u01D0ng":["\u97B8"],"m\xE8i w\xE0":["\u97CE"],r\u01D2u:["\u97D6"],"sh\xE8 xi\xE8":["\u97D8"],"y\xF9n w\u0113n":["\u97EB"],"d\xF9n d\xFA":["\u9813","\u987F"],du\u01D0:["\u9827"],lu\u014D:["\u9831"],"b\u012Bn p\xEDn":["\u983B"],y\u00F3ng:["\u9852","\u9899","\u9C2B"],m\u0101n:["\u9862","\u989F"],"j\u01D0ng g\u011Bng":["\u9888"],"ji\xE9 xi\xE9 ji\xE1":["\u9889"],"k\u0113 k\xE9":["\u988F"],"p\xEDn b\u012Bn":["\u9891"],"ch\xE0n zh\xE0n":["\u98A4"],"f\u0113ng f\u011Bng":["\u98A8","\u98CE"],"bi\u0101o di\u016B":["\u98A9"],"b\xE1 f\xFA":["\u98B0"],"s\u0101o s\u014Du":["\u98BE"],"li\xF9 li\xE1o":["\u98C2"],"sh\xED s\xEC y\xEC":["\u98DF"],"y\u01CEng ju\xE0n":["\u98EC"],"zh\xF9 t\u01D2u":["\u98F3"],"y\xED s\xEC":["\u98F4"],"zu\xF2 z\xE9 zh\u0101":["\u98F5"],ti\u00E8:["\u98FB","\u992E"],"xi\u01CEng n\xE1ng":["\u995F"],"t\xE1ng x\xEDng":["\u9967"],"g\u0113 le":["\u9979"],"ch\u0101 zha":["\u9987"],"n\xE1ng n\u01CEng":["\u9995"],"y\u016Bn w\xF2":["\u99A7"],"zh\u012B sh\xEC":["\u99B6"],"x\xECn j\xECn":["\u99B8"],"ku\xE0i ju\xE9":["\u99C3"],z\u01CEng:["\u99D4","\u9A75"],"t\xE1i d\xE0i":["\u99D8"],"x\xFAn xu\u0101n":["\u99E8"],"li\xE1ng l\xE1ng":["\u99FA"],pi\u00E0n:["\u9A17","\u9A19","\u9A97","\u9B78"],"d\xE0i t\xE1i":["\u9A80"],"s\u0101o s\u01CEo":["\u9A9A"],"g\u01D4 g\u016B":["\u9AA8"],"b\xE8i m\xF3":["\u9AB3"],"xi\u0101o qi\u0101o":["\u9AB9"],"b\u01CEng p\u01CEng":["\u9AC8"],"b\xF3 ju\xE9":["\u9AC9"],"b\xEC p\u01D2":["\u9AF2"],"m\xE1o m\xE9ng":["\u9AF3"],"ku\xF2 yu\xE8":["\u9AFA"],"b\u0101 b\xE0":["\u9B5E","\u9C83"],"j\xEC c\u01D0":["\u9B86"],"b\xF3 b\xE0":["\u9B8A"],"zh\u01CE zh\xE0":["\u9B93","\u9C8A"],"ch\xF3u d\xE0i":["\u9B98"],"lu\xF2 g\xE9":["\u9BA5"],"gu\u012B xi\xE9 w\u0101 ku\xED":["\u9BAD"],"xi\u0101n xi\u01CEn":["\u9BAE","\u9C9C"],"p\u016B b\u016B":["\u9BC6"],"y\xEC s\u012B":["\u9BE3"],"b\xE0 b\xF3":["\u9C8C"],"gu\u012B xi\xE9":["\u9C91"],"s\u0101i x\u01D0":["\u9CC3"],"ni\u01CEo di\u01CEo":["\u9CE5"],"di\u0101o zh\u0101o":["\u9CED"],"g\u0101n h\xE0n y\xE0n":["\u9CF1"],"f\u016B gu\u012B":["\u9CFA"],"ji\u0101n qi\u0101n zh\u0101n":["\u9CFD"],"h\xE9 ji\xE8":["\u9DA1"],"pi\u0101n bi\u01CEn":["\u9DA3"],"chu\xE0n zh\xEC":["\u9DA8"],"c\u0101ng qi\u0101ng":["\u9DAC"],"s\u01D4n x\xF9n":["\u9DBD"],"bi\u0101o p\xE1o":["\u9E83"],"zh\xF9 c\u016B":["\u9E86"],"j\u016Bn q\xFAn":["\u9E87","\u9E95"],chi:["\u9EB6"],"m\xF3 me":["\u9EBC"],"m\xF3 me ma":["\u9EBD"],"m\xED m\u01D2":["\u9EBF"],"d\xE0n sh\xE8n":["\u9EEE"],"zh\u011Bn y\u0101n":["\u9EF0"],"d\u01CEn zh\u01CEn":["\u9EF5"],"mi\u01CEn m\u01D0n m\u011Bng":["\u9EFE"],h\u014Du:["\u9F41"],n\u00E0ng:["\u9F49"],"q\xED j\xEC z\u012B zh\u0101i":["\u9F50"],"y\xEDn k\u011Bn y\u01CEn":["\u9F82"],"y\xEDn k\u011Bn":["\u9F88"],"g\u014Dng w\xF2":["\u9F8F"],"gu\u012B j\u016Bn qi\u016B":["\u9F9C","\u9F9F"],"ku\xED w\u0101":["\u45AF"],l\u014Du:["\u4056"],"\u014Du q\u016B":["\u{2BB5F}"],"l\xF3u l\u01D8":["\u{2677C}"],"g\u01CE g\u0101 g\xE1":["\u560E"],"w\u0101 gu\xE0":["\u576C"],"zh\u01D0 d\u01D0":["\u830B"],"g\u01D2ng h\xF3ng":["\u7854"],"y\xE1o xi\xE0o":["\u6EE7"]},Vn=new Xs;Object.keys(Qs).forEach(n=>{const t=Qs[n];for(let r of t)Vn.set(r,n)});const $7=["zh","ch","sh","z","c","s","b","p","m","f","d","t","n","l","g","k","h","j","q","x","r","y","w",""],L7=["j","q","x"],O7=["u\u0101n","u\xE1n","u\u01CEn","u\xE0n","uan","u\u0113","u\xE9","u\u011B","u\xE8","ue","\u016Bn","\xFAn","\u01D4n","\xF9n","un","\u016B","\xFA","\u01D4","\xF9","u"],R7={u\u0101n:"\xFC\u0101n",u\u00E1n:"\xFC\xE1n",u\u01CEn:"\xFC\u01CEn",u\u00E0n:"\xFC\xE0n",uan:"\xFCan",u\u0113:"\xFC\u0113",u\u00E9:"\xFC\xE9",u\u011B:"\xFC\u011B",u\u00E8:"\xFC\xE8",ue:"\xFCe",\u016Bn:"\u01D6n",\u00FAn:"\u01D8n",\u01D4n:"\u01DAn",\u00F9n:"\u01DCn",un:"\xFCn",\u016B:"\u01D6",\u00FA:"\u01D8",\u01D4:"\u01DA",\u00F9:"\u01DC",u:"\xFC"},U7=["ia","ian","iang","iao","ie","iu","iong","ua","uai","uan","uang","ue","ui","uo","\xFCan","\xFCe","van","ve"],Js={\u4E00:"y\xEC",\u4E8C:"\xE8r",\u4E09:"s\u0101n",\u56DB:"s\xEC",\u4E94:"w\u01D4",\u516D:"li\xF9",\u4E03:"q\u012B",\u516B:"b\u0101",\u4E5D:"ji\u01D4",\u5341:"sh\xED",\u767E:"b\u01CEi",\u5343:"qi\u0101n",\u4E07:"w\xE0n",\u4EBF:"y\xEC",\u5355:"d\u0101n",\u4E24:"li\u01CEng",\u53CC:"shu\u0101ng",\u591A:"du\u014D",\u51E0:"j\u01D0",\u5341\u4E00:"sh\xED y\u012B",\u96F6\u4E00:"l\xEDng y\u012B",\u7B2C\u4E00:"d\xEC y\u012B",\u4E00\u5341:"y\u012B sh\xED",\u4E00\u5341\u4E00:"y\u012B sh\xED y\u012B"},ec={\u91CD:"ch\xF3ng",\u884C:"h\xE1ng",\u6597:"d\u01D2u",\u66F4:"g\u0113ng"};function Y7(){const n={\u96F6\u4E00:"l\xEDng y\u012B","\u3007\u4E00":"l\xEDng y\u012B",\u5341\u4E00:"sh\xED y\u012B",\u4E00\u5341:"y\u012B sh\xED",\u7B2C\u4E00:"d\xEC y\u012B",\u4E00\u5341\u4E00:"y\u012B sh\xED y\u012B"};for(let t in Js)for(let r in ec){const o=`${t}${r}`,a=`${Js[t]} ${ec[r]}`;n[o]=a}return n}const nc=Y7(),W7=Object.keys(nc).map(n=>({zh:n,pinyin:nc[n],probability:1e-12,length:tn(n),priority:Ge.Normal,dict:Symbol("rule")})),tc={\u4E0D:{b\u00FA:[4]},\u4E00:{y\u00ED:[4],y\u00EC:[1,2,3]}},G7={\u4E0D:["\u7684","\u800C","\u4E4B","\u540E","\u4E5F","\u8FD8","\u5730"],\u4E00:["\u7684","\u800C","\u4E4B","\u540E","\u4E5F","\u8FD8","\u662F"]},K7=Object.keys(tc);function Z7(n,t,r){if(K7.indexOf(n)===-1)return Ut(n);if(t===r&&t&&Ut(t)!==t)return Or(Ut(n));if(r&&!G7[n].includes(r)){const o=Ut(r);if(o!==r){const a=Yr(o),i=tc[n];for(let c in i)if(i[c].indexOf(Number(a))!==-1)return c}}}function X7(n,t){if(n==="\u4E86"&&(!t||!Vn.get(t)))return"li\u01CEo"}function Q7(n,t){if(n==="\u3005")return!t||!Vn.get(t)?"t\xF3ng":Vn.get(t).split(" ")[0]}function rc(n,t,r){return Q7(n,t)||X7(n,t)||Z7(n,t,r)||Ut(n)}const yl={\u5357\u5BAB:"n\xE1n g\u014Dng",\u7B2C\u4E94:"d\xEC w\u01D4",\u4E07\u4FDF:"m\xF2 q\xED",\u53F8\u9A6C:"s\u012B m\u01CE",\u4E0A\u5B98:"sh\xE0ng gu\u0101n",\u6B27\u9633:"\u014Du y\xE1ng",\u590F\u4FAF:"xi\xE0 h\xF3u",\u8BF8\u845B:"zh\u016B g\u011B",\u95FB\u4EBA:"w\xE9n r\xE9n",\u4E1C\u65B9:"d\u014Dng f\u0101ng",\u8D6B\u8FDE:"h\xE8 li\xE1n",\u7687\u752B:"hu\xE1ng f\u01D4",\u5C09\u8FDF:"y\xF9 ch\xED",\u516C\u7F8A:"g\u014Dng y\xE1ng",\u6FB9\u53F0:"t\xE1n t\xE1i",\u516C\u51B6:"g\u014Dng y\u011B",\u5B97\u653F:"z\u014Dng zh\xE8ng",\u6FEE\u9633:"p\xFA y\xE1ng",\u6DF3\u4E8E:"ch\xFAn y\xFA",\u592A\u53D4:"t\xE0i sh\u016B",\u7533\u5C60:"sh\u0113n t\xFA",\u516C\u5B59:"g\u014Dng s\u016Bn",\u4EF2\u5B59:"zh\xF2ng s\u016Bn",\u8F69\u8F95:"xu\u0101n yu\xE1n",\u4EE4\u72D0:"l\xEDng h\xFA",\u949F\u79BB:"zh\u014Dng l\xED",\u5B87\u6587:"y\u01D4 w\xE9n",\u957F\u5B59:"zh\u01CEng s\u016Bn",\u6155\u5BB9:"m\xF9 r\xF3ng",\u9C9C\u4E8E:"xi\u0101n y\xFA",\u95FE\u4E18:"l\u01D8 qi\u016B",\u53F8\u5F92:"s\u012B t\xFA",\u53F8\u7A7A:"s\u012B k\u014Dng",\u4E93\u5B98:"q\xED gu\u0101n",\u53F8\u5BC7:"s\u012B k\xF2u",\u4EC9\u7763:"zh\u01CEng d\u016B",\u5B50\u8F66:"z\u01D0 j\u016B",\u989B\u5B59:"zhu\u0101n s\u016Bn",\u7AEF\u6728:"du\u0101n m\xF9",\u5DEB\u9A6C:"w\u016B m\u01CE",\u516C\u897F:"g\u014Dng x\u012B",\u6F06\u96D5:"q\u012B di\u0101o",\u4E50\u6B63:"yu\xE8 zh\xE8ng",\u58E4\u9A77:"r\u01CEng s\xEC",\u516C\u826F:"g\u014Dng li\xE1ng",\u62D3\u8DCB:"tu\xF2 b\xE1",\u5939\u8C37:"ji\xE1 g\u01D4",\u5BB0\u7236:"z\u01CEi f\u01D4",\u6996\u6881:"g\u01D4 li\xE1ng",\u6BB5\u5E72:"du\xE0n g\u0101n",\u767E\u91CC:"b\u01CEi l\u01D0",\u4E1C\u90ED:"d\u014Dng gu\u014D",\u5357\u95E8:"n\xE1n m\xE9n",\u547C\u5EF6:"h\u016B y\xE1n",\u7F8A\u820C:"y\xE1ng sh\xE9",\u6881\u4E18:"li\xE1ng qi\u016B",\u5DE6\u4E18:"zu\u01D2 qi\u016B",\u4E1C\u95E8:"d\u014Dng m\xE9n",\u897F\u95E8:"x\u012B m\xE9n",\u53E5\u9F99:"g\u014Du l\xF3ng",\u6BCC\u4E18:"gu\xE0n qi\u016B",\u8D75:"zh\xE0o",\u94B1:"qi\xE1n",\u5B59:"s\u016Bn",\u674E:"l\u01D0",\u5468:"zh\u014Du",\u5434:"w\xFA",\u90D1:"zh\xE8ng",\u738B:"w\xE1ng",\u51AF:"f\xE9ng",\u9648:"ch\xE9n",\u891A:"ch\u01D4",\u536B:"w\xE8i",\u848B:"ji\u01CEng",\u6C88:"sh\u011Bn",\u97E9:"h\xE1n",\u6768:"y\xE1ng",\u6731:"zh\u016B",\u79E6:"q\xEDn",\u5C24:"y\xF3u",\u8BB8:"x\u01D4",\u4F55:"h\xE9",\u5415:"l\u01DA",\u65BD:"sh\u012B",\u5F20:"zh\u0101ng",\u5B54:"k\u01D2ng",\u66F9:"c\xE1o",\u4E25:"y\xE1n",\u534E:"hu\xE0",\u91D1:"j\u012Bn",\u9B4F:"w\xE8i",\u9676:"t\xE1o",\u59DC:"ji\u0101ng",\u621A:"q\u012B",\u8C22:"xi\xE8",\u90B9:"z\u014Du",\u55BB:"y\xF9",\u67CF:"b\u01CEi",\u6C34:"shu\u01D0",\u7AA6:"d\xF2u",\u7AE0:"zh\u0101ng",\u4E91:"y\xFAn",\u82CF:"s\u016B",\u6F58:"p\u0101n",\u845B:"g\u011B",\u595A:"x\u012B",\u8303:"f\xE0n",\u5F6D:"p\xE9ng",\u90CE:"l\xE1ng",\u9C81:"l\u01D4",\u97E6:"w\xE9i",\u660C:"ch\u0101ng",\u9A6C:"m\u01CE",\u82D7:"mi\xE1o",\u51E4:"f\xE8ng",\u82B1:"hu\u0101",\u65B9:"f\u0101ng",\u4FDE:"y\xFA",\u4EFB:"r\xE9n",\u8881:"yu\xE1n",\u67F3:"li\u01D4",\u9146:"f\u0113ng",\u9C8D:"b\xE0o",\u53F2:"sh\u01D0",\u5510:"t\xE1ng",\u8D39:"f\xE8i",\u5EC9:"li\xE1n",\u5C91:"c\xE9n",\u859B:"xu\u0113",\u96F7:"l\xE9i",\u8D3A:"h\xE8",\u502A:"n\xED",\u6C64:"t\u0101ng",\u6ED5:"t\xE9ng",\u6BB7:"y\u012Bn",\u7F57:"lu\xF3",\u6BD5:"b\xEC",\u90DD:"h\u01CEo",\u90AC:"w\u016B",\u5B89:"\u0101n",\u5E38:"ch\xE1ng",\u4E50:"yu\xE8",\u4E8E:"y\xFA",\u65F6:"sh\xED",\u5085:"f\xF9",\u76AE:"p\xED",\u535E:"bi\xE0n",\u9F50:"q\xED",\u5EB7:"k\u0101ng",\u4F0D:"w\u01D4",\u4F59:"y\xFA",\u5143:"yu\xE1n",\u535C:"b\u01D4",\u987E:"g\xF9",\u5B5F:"m\xE8ng",\u5E73:"p\xEDng",\u9EC4:"hu\xE1ng",\u548C:"h\xE9",\u7A46:"m\xF9",\u8427:"xi\u0101o",\u5C39:"y\u01D0n",\u59DA:"y\xE1o",\u90B5:"sh\xE0o",\u6E5B:"zh\xE0n",\u6C6A:"w\u0101ng",\u7941:"q\xED",\u6BDB:"m\xE1o",\u79B9:"y\u01D4",\u72C4:"d\xED",\u7C73:"m\u01D0",\u8D1D:"b\xE8i",\u660E:"m\xEDng",\u81E7:"z\u0101ng",\u8BA1:"j\xEC",\u4F0F:"f\xFA",\u6210:"ch\xE9ng",\u6234:"d\xE0i",\u8C08:"t\xE1n",\u5B8B:"s\xF2ng",\u8305:"m\xE1o",\u5E9E:"p\xE1ng",\u718A:"xi\xF3ng",\u7EAA:"j\u01D0",\u8212:"sh\u016B",\u5C48:"q\u016B",\u9879:"xi\xE0ng",\u795D:"zh\xF9",\u8463:"d\u01D2ng",\u6881:"li\xE1ng",\u675C:"d\xF9",\u962E:"ru\u01CEn",\u84DD:"l\xE1n",\u95F5:"m\u01D0n",\u5E2D:"x\xED",\u5B63:"j\xEC",\u9EBB:"m\xE1",\u5F3A:"qi\xE1ng",\u8D3E:"ji\u01CE",\u8DEF:"l\xF9",\u5A04:"l\xF3u",\u5371:"w\u0113i",\u6C5F:"ji\u0101ng",\u7AE5:"t\xF3ng",\u989C:"y\xE1n",\u90ED:"gu\u014D",\u6885:"m\xE9i",\u76DB:"sh\xE8ng",\u6797:"l\xEDn",\u5201:"di\u0101o",\u949F:"zh\u014Dng",\u5F90:"x\xFA",\u90B1:"qi\u016B",\u9A86:"lu\xF2",\u9AD8:"g\u0101o",\u590F:"xi\xE0",\u8521:"c\xE0i",\u7530:"ti\xE1n",\u6A0A:"f\xE1n",\u80E1:"h\xFA",\u51CC:"l\xEDng",\u970D:"hu\xF2",\u865E:"y\xFA",\u4E07:"w\xE0n",\u652F:"zh\u012B",\u67EF:"k\u0113",\u661D:"z\u01CEn",\u7BA1:"gu\u01CEn",\u5362:"l\xFA",\u83AB:"m\xF2",\u7ECF:"j\u012Bng",\u623F:"f\xE1ng",\u88D8:"qi\xFA",\u7F2A:"mi\xE0o",\u5E72:"g\u0101n",\u89E3:"xi\xE8",\u5E94:"y\u012Bng",\u5B97:"z\u014Dng",\u4E01:"d\u012Bng",\u5BA3:"xu\u0101n",\u8D32:"b\u0113n",\u9093:"d\xE8ng",\u90C1:"y\xF9",\u5355:"sh\xE0n",\u676D:"h\xE1ng",\u6D2A:"h\xF3ng",\u5305:"b\u0101o",\u8BF8:"zh\u016B",\u5DE6:"zu\u01D2",\u77F3:"sh\xED",\u5D14:"cu\u012B",\u5409:"j\xED",\u94AE:"ni\u01D4",\u9F9A:"g\u014Dng",\u7A0B:"ch\xE9ng",\u5D47:"j\u012B",\u90A2:"x\xEDng",\u6ED1:"hu\xE1",\u88F4:"p\xE9i",\u9646:"l\xF9",\u8363:"r\xF3ng",\u7FC1:"w\u0113ng",\u8340:"x\xFAn",\u7F8A:"y\xE1ng",\u65BC:"y\u016B",\u60E0:"hu\xEC",\u7504:"zh\u0113n",\u66F2:"q\u016B",\u5BB6:"ji\u0101",\u5C01:"f\u0113ng",\u82AE:"ru\xEC",\u7FBF:"y\xEC",\u50A8:"ch\u01D4",\u9773:"j\xECn",\u6C72:"j\xED",\u90B4:"b\u01D0ng",\u7CDC:"m\xED",\u677E:"s\u014Dng",\u4E95:"j\u01D0ng",\u6BB5:"du\xE0n",\u5BCC:"f\xF9",\u5DEB:"w\u016B",\u4E4C:"w\u016B",\u7126:"ji\u0101o",\u5DF4:"b\u0101",\u5F13:"g\u014Dng",\u7267:"m\xF9",\u9697:"w\u011Bi",\u5C71:"sh\u0101n",\u8C37:"g\u01D4",\u8F66:"ch\u0113",\u4FAF:"h\xF3u",\u5B93:"m\xEC",\u84EC:"p\xE9ng",\u5168:"qu\xE1n",\u90D7:"x\u012B",\u73ED:"b\u0101n",\u4EF0:"y\u01CEng",\u79CB:"qi\u016B",\u4EF2:"zh\xF2ng",\u4F0A:"y\u012B",\u5BAB:"g\u014Dng",\u5B81:"n\xECng",\u4EC7:"qi\xFA",\u683E:"lu\xE1n",\u66B4:"b\xE0o",\u7518:"g\u0101n",\u94AD:"t\u01D2u",\u5389:"l\xEC",\u620E:"r\xF3ng",\u7956:"z\u01D4",\u6B66:"w\u01D4",\u7B26:"f\xFA",\u5218:"li\xFA",\u666F:"j\u01D0ng",\u8A79:"zh\u0101n",\u675F:"sh\xF9",\u9F99:"l\xF3ng",\u53F6:"y\xE8",\u5E78:"x\xECng",\u53F8:"s\u012B",\u97F6:"sh\xE1o",\u90DC:"g\xE0o",\u9ECE:"l\xED",\u84DF:"j\xEC",\u8584:"b\xF3",\u5370:"y\xECn",\u5BBF:"s\xF9",\u767D:"b\xE1i",\u6000:"hu\xE1i",\u84B2:"p\xFA",\u90B0:"t\xE1i",\u4ECE:"c\xF3ng",\u9102:"\xE8",\u7D22:"su\u01D2",\u54B8:"xi\xE1n",\u7C4D:"j\xED",\u8D56:"l\xE0i",\u5353:"zhu\xF3",\u853A:"l\xECn",\u5C60:"t\xFA",\u8499:"m\xE9ng",\u6C60:"ch\xED",\u4E54:"qi\xE1o",\u9634:"y\u012Bn",\u9B31:"y\xF9",\u80E5:"x\u016B",\u80FD:"n\xE0i",\u82CD:"c\u0101ng",\u53CC:"shu\u0101ng",\u95FB:"w\xE9n",\u8398:"sh\u0113n",\u515A:"d\u01CEng",\u7FDF:"zh\xE1i",\u8C2D:"t\xE1n",\u8D21:"g\xF2ng",\u52B3:"l\xE1o",\u9004:"p\xE1ng",\u59EC:"j\u012B",\u7533:"sh\u0113n",\u6276:"f\xFA",\u5835:"d\u01D4",\u5189:"r\u01CEn",\u5BB0:"z\u01CEi",\u90E6:"l\xEC",\u96CD:"y\u014Dng",\u90E4:"x\xEC",\u74A9:"q\xFA",\u6851:"s\u0101ng",\u6842:"gu\xEC",\u6FEE:"p\xFA",\u725B:"ni\xFA",\u5BFF:"sh\xF2u",\u901A:"t\u014Dng",\u8FB9:"bi\u0101n",\u6248:"h\xF9",\u71D5:"y\u0101n",\u5180:"j\xEC",\u90CF:"ji\xE1",\u6D66:"p\u01D4",\u5C1A:"sh\xE0ng",\u519C:"n\xF3ng",\u6E29:"w\u0113n",\u522B:"bi\xE9",\u5E84:"zhu\u0101ng",\u664F:"y\xE0n",\u67F4:"ch\xE1i",\u77BF:"q\xFA",\u960E:"y\xE1n",\u5145:"ch\u014Dng",\u6155:"m\xF9",\u8FDE:"li\xE1n",\u8339:"r\xFA",\u4E60:"x\xED",\u5BA6:"hu\xE0n",\u827E:"\xE0i",\u9C7C:"y\xFA",\u5BB9:"r\xF3ng",\u5411:"xi\xE0ng",\u53E4:"g\u01D4",\u6613:"y\xEC",\u614E:"sh\xE8n",\u6208:"g\u0113",\u5ED6:"li\xE0o",\u5EBE:"y\u01D4",\u7EC8:"zh\u014Dng",\u66A8:"j\xEC",\u5C45:"j\u016B",\u8861:"h\xE9ng",\u6B65:"b\xF9",\u90FD:"d\u016B",\u803F:"g\u011Bng",\u6EE1:"m\u01CEn",\u5F18:"h\xF3ng",\u5321:"ku\u0101ng",\u56FD:"gu\xF3",\u6587:"w\xE9n",\u5BC7:"k\xF2u",\u5E7F:"gu\u01CEng",\u7984:"l\xF9",\u9619:"qu\u0113",\u4E1C:"d\u014Dng",\u6B27:"\u014Du",\u6BB3:"sh\u016B",\u6C83:"w\xF2",\u5229:"l\xEC",\u851A:"w\xE8i",\u8D8A:"yu\xE8",\u5914:"ku\xED",\u9686:"l\xF3ng",\u5E08:"sh\u012B",\u5DE9:"g\u01D2ng",\u538D:"sh\xE8",\u8042:"ni\xE8",\u6641:"ch\xE1o",\u52FE:"g\u014Du",\u6556:"\xE1o",\u878D:"r\xF3ng",\u51B7:"l\u011Bng",\u8A3E:"z\u012B",\u8F9B:"x\u012Bn",\u961A:"k\xE0n",\u90A3:"n\u0101",\u7B80:"ji\u01CEn",\u9976:"r\xE1o",\u7A7A:"k\u014Dng",\u66FE:"z\u0113ng",\u6BCD:"m\u01D4",\u6C99:"sh\u0101",\u4E5C:"ni\xE8",\u517B:"y\u01CEng",\u97A0:"j\u016B",\u987B:"x\u016B",\u4E30:"f\u0113ng",\u5DE2:"ch\xE1o",\u5173:"gu\u0101n",\u84AF:"ku\u01CEi",\u76F8:"xi\xE0ng",\u67E5:"zh\u0101",\u540E:"h\xF2u",\u8346:"j\u012Bng",\u7EA2:"h\xF3ng",\u6E38:"y\xF3u",\u7AFA:"zh\xFA",\u6743:"qu\xE1n",\u902F:"l\xF9",\u76D6:"g\u011B",\u76CA:"y\xEC",\u6853:"hu\xE1n",\u516C:"g\u014Dng",\u725F:"m\xF3u",\u54C8:"h\u01CE",\u8A00:"y\xE1n",\u798F:"f\xFA",\u8096:"xi\u0101o",\u533A:"\u014Du",\u8983:"q\xEDn",\u6734:"pi\xE1o",\u7E41:"p\xF3",\u5458:"y\xF9n",\u53E5:"g\u014Du",\u8981:"y\u0101o",\u8FC7:"gu\u014D",\u94BB:"zu\u0101n",\u8C0C:"ch\xE9n",\u6298:"sh\xE9",\u53EC:"sh\xE0o",\u90C4:"qi\xE8",\u6492:"s\u01CE",\u752F:"n\xECng",\u516D:"l\xF9",\u555C:"chu\xE0i",\u884C:"x\xEDng"},J7=Object.keys(yl).map(n=>({zh:n,pinyin:yl[n],probability:1+tn(n),length:tn(n),priority:Ge.Surname,dict:Symbol("surname")})),oc={\u8FD9\u4E2A:"zh\xE8 ge",\u6210\u4E3A:"ch\xE9ng w\xE9i",\u8BA4\u4E3A:"r\xE8n w\xE9i",\u4F5C\u4E3A:"zu\xF2 w\xE9i",\u90E8\u5206:"b\xF9 fen",\u8981\u6C42:"y\u0101o qi\xFA",\u5E94\u8BE5:"y\u012Bng g\u0101i",\u589E\u957F:"z\u0113ng zh\u01CEng",\u63D0\u4F9B:"t\xED g\u014Dng",\u89C9\u5F97:"ju\xE9 de",\u4EFB\u52A1:"r\xE8n wu",\u90A3\u4E2A:"n\xE0 ge",\u79F0\u4E3A:"ch\u0113ng w\xE9i",\u4E3A\u4E3B:"w\xE9i zh\u01D4",\u4E86\u89E3:"li\u01CEo ji\u011B",\u5904\u7406:"ch\u01D4 l\u01D0",\u7687\u4E0A:"hu\xE1ng shang",\u53EA\u8981:"zh\u01D0 y\xE0o",\u5927\u91CF:"d\xE0 li\xE0ng",\u529B\u91CF:"l\xEC li\xE0ng",\u51E0\u4E4E:"j\u012B h\u016B",\u5E72\u90E8:"g\xE0n b\xF9",\u76EE\u7684:"m\xF9 d\xEC",\u884C\u4E3A:"x\xEDng w\xE9i",\u53EA\u89C1:"zh\u01D0 ji\xE0n",\u8BA4\u8BC6:"r\xE8n shi",\u5E02\u957F:"sh\xEC zh\u01CEng",\u5E08\u7236:"sh\u012B fu",\u8C03\u67E5:"di\xE0o ch\xE1",\u91CD\u65B0:"ch\xF3ng x\u012Bn",\u5206\u4E3A:"f\u0113n w\xE9i",\u77E5\u8BC6:"zh\u012B shi",\u5BFC\u5F39:"d\u01CEo d\xE0n",\u8D28\u91CF:"zh\xEC li\xE0ng",\u884C\u6B3E:"h\xE1ng ku\u01CEn",\u884C\u5217:"h\xE1ng li\xE8",\u884C\u8BDD:"h\xE1ng hu\xE0",\u884C\u4E1A:"h\xE1ng y\xE8",\u9694\u884C:"g\xE9 h\xE1ng",\u5728\u884C:"z\xE0i h\xE1ng",\u884C\u5BB6:"h\xE1ng jia",\u5185\u884C:"n\xE8i h\xE1ng",\u5916\u884C:"w\xE0i h\xE1ng",\u540C\u884C:"t\xF3ng h\xE1ng",\u672C\u884C:"b\u011Bn h\xE1ng",\u884C\u4F0D:"h\xE1ng w\u01D4",\u6D0B\u884C:"y\xE1ng h\xE1ng",\u94F6\u884C:"y\xEDn h\xE1ng",\u5546\u884C:"sh\u0101ng h\xE1ng",\u652F\u884C:"zh\u012B h\xE1ng",\u603B\u884C:"z\u01D2ng h\xE1ng",\u884C\u60C5:"h\xE1ng q\xEDng",\u61C2\u884C:"d\u01D2ng h\xE1ng",\u884C\u89C4:"h\xE1ng gu\u012B",\u884C\u5F53:"h\xE1ng dang",\u884C\u8D27:"h\xE1ng hu\xF2",\u592A\u884C:"t\xE0i h\xE1ng",\u5165\u884C:"r\xF9 h\xE1ng",\u4E2D\u884C:"zh\u014Dng h\xE1ng",\u519C\u884C:"n\xF3ng h\xE1ng",\u5DE5\u884C:"g\u014Dng h\xE1ng",\u5EFA\u884C:"ji\xE0n h\xE1ng",\u5404\u884C:"g\xE8 h\xE1ng",\u884C\u53F7:"h\xE1ng h\xE0o",\u884C\u9AD8:"h\xE1ng g\u0101o",\u884C\u9996:"h\xE1ng sh\u01D2u",\u884C\u5C3E:"h\xE1ng w\u011Bi",\u884C\u672B:"h\xE1ng m\xF2",\u884C\u957F:"h\xE1ng ch\xE1ng",\u884C\u8DDD:"h\xE1ng j\xF9",\u6362\u884C:"hu\xE0n h\xE1ng",\u884C\u4F1A:"h\xE1ng hu\xEC",\u884C\u8F88:"h\xE1ng b\xE8i",\u884C\u9053:"h\xE1ng d\xE0o",\u9053\u884C:"d\xE0o heng",\u53C2\u4E0E:"c\u0101n y\xF9",\u5145\u5206:"ch\u014Dng f\xE8n",\u5C3D\u7BA1:"j\u01D0n gu\u01CEn",\u751F\u957F:"sh\u0113ng zh\u01CEng",\u6570\u91CF:"sh\xF9 li\xE0ng",\u5E94\u5F53:"y\u012Bng d\u0101ng",\u9662\u957F:"yu\xE0n zh\u01CEng",\u5F3A\u8C03:"qi\xE1ng di\xE0o",\u53EA\u80FD:"zh\u01D0 n\xE9ng",\u97F3\u4E50:"y\u012Bn yu\xE8",\u4EE5\u4E3A:"y\u01D0 w\xE9i",\u5904\u4E8E:"ch\u01D4 y\xFA",\u90E8\u957F:"b\xF9 zh\u01CEng",\u8499\u53E4:"m\u011Bng g\u01D4",\u53EA\u6709:"zh\u01D0 y\u01D2u",\u9002\u5F53:"sh\xEC d\xE0ng",\u53EA\u597D:"zh\u01D0 h\u01CEo",\u6210\u957F:"ch\xE9ng zh\u01CEng",\u9AD8\u5174:"g\u0101o x\xECng",\u4E0D\u4E86:"b\xF9 li\u01CEo",\u4EA7\u91CF:"ch\u01CEn li\xE0ng",\u80D6\u5B50:"p\xE0ng zi",\u663E\u5F97:"xi\u01CEn de",\u53EA\u662F:"zh\u01D0 sh\xEC",\u4F3C\u7684:"sh\xEC de",\u7387\u9886:"shu\xE0i l\u01D0ng",\u6539\u4E3A:"g\u01CEi w\xE9i",\u4E0D\u7981:"b\xF9 j\u012Bn",\u6210\u5206:"ch\xE9ng f\xE8n",\u7B54\u5E94:"d\u0101 ying",\u5C11\u5E74:"sh\xE0o ni\xE1n",\u5174\u8DA3:"x\xECng q\xF9",\u592A\u76D1:"t\xE0i jian",\u4F11\u606F:"xi\u016B xi",\u6821\u957F:"xi\xE0o zh\u01CEng",\u66F4\u65B0:"g\u0113ng x\u012Bn",\u5408\u540C:"h\xE9 tong",\u559D\u9053:"h\xE8 d\xE0o",\u91CD\u5E86:"ch\xF3ng q\xECng",\u91CD\u5EFA:"ch\xF3ng ji\xE0n",\u4F7F\u5F97:"sh\u01D0 de",\u5BA1\u67E5:"sh\u011Bn ch\xE1",\u7D2F\u8BA1:"l\u011Bi j\xEC",\u7ED9\u4E88:"j\u01D0 y\u01D4",\u6781\u4E3A:"j\xED w\xE9i",\u51A0\u519B:"gu\xE0n j\u016Bn",\u4EFF\u4F5B:"f\u01CEng f\xFA",\u5934\u53D1:"t\xF3u fa",\u6295\u964D:"t\xF3u xi\xE1ng",\u5BB6\u957F:"ji\u0101 zh\u01CEng",\u4ED4\u7EC6:"z\u01D0 x\xEC",\u8981\u662F:"y\xE0o shi",\u5C06\u9886:"ji\xE0ng l\u01D0ng",\u542B\u91CF:"h\xE1n li\xE0ng",\u66F4\u4E3A:"g\xE8ng w\xE9i",\u79EF\u7D2F:"j\u012B l\u011Bi",\u5730\u5904:"d\xEC ch\u01D4",\u53BF\u957F:"xi\xE0n zh\u01CEng",\u5C11\u5973:"sh\xE0o n\u01DA",\u8DEF\u4E0A:"l\xF9 shang",\u53EA\u6015:"zh\u01D0 p\xE0",\u80FD\u91CF:"n\xE9ng li\xE0ng",\u50A8\u91CF:"ch\u01D4 li\xE0ng",\u4F9B\u5E94:"g\u014Dng y\xECng",\u6311\u6218:"ti\u01CEo zh\xE0n",\u897F\u85CF:"x\u012B z\xE0ng",\u8BB0\u5F97:"j\xEC de",\u603B\u91CF:"z\u01D2ng li\xE0ng",\u5F53\u771F:"d\xE0ng zh\u0113n",\u5C06\u58EB:"ji\xE0ng sh\xEC",\u5DEE\u522B:"ch\u0101 bi\xE9",\u8F83\u4E3A:"ji\xE0o w\xE9i",\u957F\u8001:"zh\u01CEng l\u01CEo",\u5927\u592B:"d\xE0i fu",\u5DEE\u5F02:"ch\u0101 y\xEC",\u61C2\u5F97:"d\u01D2ng de",\u5C3D\u91CF:"j\u01D0n li\xE0ng",\u6A21\u6837:"m\xFA y\xE0ng",\u7684\u786E:"d\xED qu\xE8",\u4E3A\u9996:"w\xE9i sh\u01D2u",\u4FBF\u5B9C:"pi\xE1n yi",\u66F4\u540D:"g\u0113ng m\xEDng",\u77F3\u5934:"sh\xED tou",\u5DDE\u957F:"zh\u014Du zh\u01CEng",\u4E3A\u6B62:"w\xE9i zh\u01D0",\u6F02\u4EAE:"pi\xE0o liang",\u70AE\u5F39:"p\xE0o d\xE0n",\u85CF\u65CF:"z\xE0ng z\xFA",\u89D2\u8272:"ju\xE9 s\xE8",\u5F53\u4F5C:"d\xE0ng zu\xF2",\u5C3D\u5FEB:"j\u01D0n ku\xE0i",\u4EBA\u4E3A:"r\xE9n w\xE9i",\u91CD\u590D:"ch\xF3ng f\xF9",\u80E1\u540C:"h\xFA t\xF2ng",\u5DEE\u8DDD:"ch\u0101 j\xF9",\u5F1F\u5144:"d\xEC xiong",\u5927\u5C06:"d\xE0 ji\xE0ng",\u7761\u89C9:"shu\xEC ji\xE0o",\u4E00\u89C9:"y\xED ji\xE0o",\u56E2\u957F:"tu\xE1n zh\u01CEng",\u961F\u957F:"du\xEC zh\u01CEng",\u533A\u957F:"q\u016B zh\u01CEng",\u96BE\u5F97:"n\xE1n d\xE9",\u4E2B\u5934:"y\u0101 tou",\u4F1A\u957F:"hu\xEC zh\u01CEng",\u5F1F\u5F1F:"d\xEC di",\u738B\u7237:"w\xE1ng ye",\u91CD\u91CF:"zh\xF2ng li\xE0ng",\u8A89\u4E3A:"y\xF9 w\xE9i",\u5BB6\u4F19:"ji\u0101 huo",\u534E\u5C71:"hu\xE0 sh\u0101n",\u6905\u5B50:"y\u01D0 zi",\u6D41\u91CF:"li\xFA li\xE0ng",\u957F\u5927:"zh\u01CEng d\xE0",\u52C9\u5F3A:"mi\u01CEn qi\u01CEng",\u4F1A\u8BA1:"ku\xE0i j\xEC",\u8FC7\u5206:"gu\xF2 f\xE8n",\u6D4E\u5357:"j\u01D0 n\xE1n",\u8C03\u52A8:"di\xE0o d\xF2ng",\u71D5\u4EAC:"y\u0101n j\u012Bng",\u5C11\u5C06:"sh\xE0o ji\xE0ng",\u4E2D\u6BD2:"zh\xF2ng d\xFA",\u6653\u5F97:"xi\u01CEo de",\u53D8\u66F4:"bi\xE0n g\u0113ng",\u6253\u66F4:"d\u01CE g\u0113ng",\u8BA4\u5F97:"r\xE8n de",\u82F9\u679C:"p\xEDng gu\u01D2",\u5FF5\u5934:"ni\xE0n tou",\u6323\u624E:"zh\u0113ng zh\xE1",\u4E09\u85CF:"s\u0101n z\xE0ng",\u5265\u524A:"b\u014D xu\u0113",\u4E1E\u76F8:"ch\xE9ng xi\xE0ng",\u5C11\u91CF:"sh\u01CEo li\xE0ng",\u5BFB\u601D:"x\xFAn si",\u593A\u5F97:"du\xF3 d\xE9",\u5E72\u7EBF:"g\xE0n xi\xE0n",\u547C\u5401:"h\u016B y\xF9",\u5904\u7F5A:"ch\u01D4 f\xE1",\u957F\u5B98:"zh\u01CEng gu\u0101n",\u67CF\u6797:"b\xF3 l\xEDn",\u4EB2\u621A:"q\u012Bn qi",\u8EAB\u5206:"sh\u0113n f\xE8n",\u80F3\u818A:"g\u0113 bo",\u7740\u624B:"zhu\xF3 sh\u01D2u",\u70B8\u5F39:"zh\xE0 d\xE0n",\u54B3\u55FD:"k\xE9 sou",\u53F6\u5B50:"y\xE8 zi",\u5916\u957F:"w\xE0i zh\u01CEng",\u4F9B\u7ED9:"g\u014Dng j\u01D0",\u5E08\u957F:"sh\u012B zh\u01CEng",\u53D8\u91CF:"bi\xE0n li\xE0ng",\u5E94\u6709:"y\u012Bng y\u01D2u",\u4E0B\u8F7D:"xi\xE0 z\xE0i",\u4E50\u5668:"yu\xE8 q\xEC",\u95F4\u63A5:"ji\xE0n ji\u0113",\u5E95\u4E0B:"d\u01D0 xi\xE0",\u6253\u626E:"d\u01CE b\xE0n",\u5B50\u5F39:"z\u01D0 d\xE0n",\u5F39\u836F:"d\xE0n y\xE0o",\u70ED\u91CF:"r\xE8 li\xE0ng",\u524A\u5F31:"xu\u0113 ru\xF2",\u9AA8\u5E72:"g\u01D4 g\xE0n",\u5BB9\u91CF:"r\xF3ng li\xE0ng",\u6A21\u7CCA:"m\xF3 hu",\u8F6C\u52A8:"zhu\xE0n d\xF2ng",\u79F0\u547C:"ch\u0113ng hu",\u79D1\u957F:"k\u0113 zh\u01CEng",\u5904\u7F6E:"ch\u01D4 zh\xEC",\u7740\u91CD:"zhu\xF3 zh\xF2ng",\u7740\u6025:"zh\xE1o j\xED",\u5F3A\u8FEB:"qi\u01CEng p\xF2",\u5EAD\u957F:"t\xEDng zh\u01CEng",\u9996\u76F8:"sh\u01D2u xi\xE0ng",\u5587\u561B:"l\u01CE ma",\u9547\u957F:"zh\xE8n zh\u01CEng",\u53EA\u7BA1:"zh\u01D0 gu\u01CEn",\u91CD\u91CD:"ch\xF3ng ch\xF3ng",\u514D\u5F97:"mi\u01CEn de",\u7740\u5B9E:"zhu\xF3 sh\xED",\u5EA6\u5047:"d\xF9 ji\xE0",\u771F\u76F8:"zh\u0113n xi\xE0ng",\u76F8\u8C8C:"xi\xE0ng m\xE0o",\u5904\u5206:"ch\u01D4 f\xE8n",\u59D4\u5C48:"w\u011Bi qu",\u4E3A\u671F:"w\xE9i q\u012B",\u4F2F\u4F2F:"b\xF3 bo",\u4F2F\u5B50:"b\u01CEi zi",\u5708\u5B50:"qu\u0101n zi",\u89C1\u8BC6:"ji\xE0n shi",\u7B3C\u7F69:"l\u01D2ng zh\xE0o",\u4E0E\u4F1A:"y\xF9 hu\xEC",\u90FD\u7763:"d\u016B du",\u90FD\u5E02:"d\u016B sh\xEC",\u6210\u90FD:"ch\xE9ng d\u016B",\u9996\u90FD:"sh\u01D2u d\u016B",\u5E1D\u90FD:"d\xEC d\u016B",\u738B\u90FD:"w\xE1ng d\u016B",\u4E1C\u90FD:"d\u014Dng d\u016B",\u90FD\u62A4:"d\u016B h\xF9",\u90FD\u57CE:"d\u016B ch\xE9ng",\u5EFA\u90FD:"ji\xE0n d\u016B",\u8FC1\u90FD:"qi\u0101n d\u016B",\u6545\u90FD:"g\xF9 d\u016B",\u5B9A\u90FD:"d\xECng d\u016B",\u4E2D\u90FD:"zh\u014Dng d\u016B",\u516D\u5B89:"l\xF9 \u0101n",\u5BB0\u76F8:"z\u01CEi xi\xE0ng",\u8F83\u91CF:"ji\xE0o li\xE0ng",\u5BF9\u79F0:"du\xEC ch\xE8n",\u603B\u957F:"z\u01D2ng zh\u01CEng",\u76F8\u516C:"xi\xE0ng gong",\u7A7A\u767D:"k\xF2ng b\xE1i",\u6253\u91CF:"d\u01CE liang",\u6C34\u5206:"shu\u01D0 f\xE8n",\u820C\u5934:"sh\xE9 tou",\u6CA1\u6536:"m\xF2 sh\u014Du",\u884C\u674E:"x\xEDng li",\u5224\u5904:"p\xE0n ch\u01D4",\u6563\u6587:"s\u01CEn w\xE9n",\u5904\u5883:"ch\u01D4 j\xECng",\u5B59\u5B50:"s\u016Bn zi",\u62F3\u5934:"qu\xE1n tou",\u6253\u53D1:"d\u01CE f\u0101",\u7EC4\u957F:"z\u01D4 zh\u01CEng",\u9AA8\u5934:"g\u01D4 tou",\u5B81\u53EF:"n\xECng k\u011B",\u66F4\u6362:"g\u0113ng hu\xE0n",\u8584\u5F31:"b\xF3 ru\xF2",\u8FD8\u539F:"hu\xE1n yu\xE1n",\u91CD\u4FEE:"ch\xF3ng xi\u016B",\u91CD\u6765:"ch\xF3ng l\xE1i",\u53EA\u987E:"zh\u01D0 g\xF9",\u7231\u597D:"\xE0i h\xE0o",\u9992\u5934:"m\xE1n tou",\u519B\u957F:"j\u016Bn zh\u01CEng",\u9996\u957F:"sh\u01D2u zh\u01CEng",\u5382\u957F:"ch\u01CEng zh\u01CEng",\u53F8\u957F:"s\u012B zh\u01CEng",\u957F\u5B50:"zh\u01CEng z\u01D0",\u5F3A\u52B2:"qi\xE1ng j\xECng",\u6070\u5F53:"qi\xE0 d\xE0ng",\u5934\u513F:"t\xF3u er",\u7AD9\u957F:"zh\xE0n zh\u01CEng",\u6298\u817E:"zh\u0113 teng",\u76F8\u5904:"xi\u0101ng ch\u01D4",\u7EDF\u7387:"t\u01D2ng shu\xE0i",\u4E2D\u5C06:"zh\u014Dng ji\xE0ng",\u547D\u4E2D:"m\xECng zh\xF2ng",\u540D\u5C06:"m\xEDng ji\xE0ng",\u6728\u5934:"m\xF9 tou",\u52A8\u5F39:"d\xF2ng tan",\u5730\u58F3:"d\xEC qi\xE0o",\u5E72\u6D3B:"g\xE0n hu\xF3",\u5C11\u7237:"sh\xE0o ye",\u6C34\u91CF:"shu\u01D0 li\xE0ng",\u8865\u7ED9:"b\u01D4 j\u01D0",\u5C3E\u5DF4:"w\u011Bi ba",\u6765\u5F97:"l\xE1i de",\u597D\u5947:"h\xE0o q\xED",\u94A5\u5319:"y\xE0o shi",\u5F53\u505A:"d\xE0ng zu\xF2",\u6C89\u7740:"ch\xE9n zhu\xF3",\u54D1\u5DF4:"y\u01CE ba",\u8F66\u5B50:"ch\u0113 zi",\u4E0A\u5C06:"sh\xE0ng ji\xE0ng",\u6076\u5FC3:"\u011B x\u012Bn",\u62C5\u5B50:"d\xE0n zi",\u5E94\u5C4A:"y\u012Bng ji\xE8",\u4E3B\u89D2:"zh\u01D4 ju\xE9",\u8FD0\u8F6C:"y\xF9n zhu\u01CEn",\u5144\u957F:"xi\u014Dng zh\u01CEng",\u683C\u5F0F:"g\xE9 sh\xEC",\u6B63\u6708:"zh\u0113ng yu\xE8",\u8425\u957F:"y\xEDng zh\u01CEng",\u5F53\u6210:"d\xE0ng ch\xE9ng",\u5973\u5A7F:"n\u01DA xu",\u54BD\u5589:"y\u0101n h\xF3u",\u91CD\u9633:"ch\xF3ng y\xE1ng",\u5316\u4E3A:"hu\xE0 w\xE9i",\u5410\u8543:"t\u01D4 b\u014D",\u94BB\u8FDB:"zu\u0101n j\xECn",\u4E50\u961F:"yu\xE8 du\xEC",\u4EAE\u76F8:"li\xE0ng xi\xE0ng",\u88AB\u5B50:"b\xE8i zi",\u820D\u5F97:"sh\u011B de",\u6749\u6728:"sh\u0101 m\xF9",\u51FB\u4E2D:"j\u012B zh\xF2ng",\u6392\u957F:"p\xE1i zh\u01CEng",\u5047\u671F:"ji\xE0 q\u012B",\u5206\u91CF:"f\xE8n li\xE0ng",\u6570\u6B21:"sh\xF9 c\xEC",\u63D0\u9632:"d\u012B f\xE1ng",\u5406\u559D:"y\u0101o he",\u67E5\u5904:"ch\xE1 ch\u01D4",\u91CF\u5B50:"li\xE0ng z\u01D0",\u91CC\u5934:"l\u01D0 tou",\u8C03\u7814:"di\xE0o y\xE1n",\u4F3A\u5019:"c\xEC hou",\u91CD\u7533:"ch\xF3ng sh\u0113n",\u6795\u5934:"zh\u011Bn tou",\u62DA\u547D:"p\u012Bn m\xECng",\u793E\u957F:"sh\xE8 zh\u01CEng",\u5F52\u8FD8:"gu\u012B hu\xE1n",\u6279\u91CF:"p\u012B li\xE0ng",\u755C\u7267:"x\xF9 m\xF9",\u70B9\u7740:"di\u01CEn zh\xE1o",\u751A\u4E3A:"sh\xE8n w\xE9i",\u5C0F\u5C06:"xi\u01CEo ji\xE0ng",\u7740\u773C:"zhu\xF3 y\u01CEn",\u5904\u6B7B:"ch\u01D4 s\u01D0",\u538C\u6076:"y\xE0n w\xF9",\u9F13\u4E50:"g\u01D4 yu\xE8",\u6811\u5E72:"sh\xF9 g\xE0n",\u79D8\u9C81:"b\xEC l\u01D4",\u5927\u65B9:"d\xE0 f\u0101ng",\u5916\u5934:"w\xE0i tou",\u73ED\u957F:"b\u0101n zh\u01CEng",\u661F\u5BBF:"x\u012Bng xi\xF9",\u5B81\u613F:"n\xECng yu\xE0n",\u94A6\u5DEE:"q\u012Bn ch\u0101i",\u4E3A\u6570:"w\xE9i sh\xF9",\u52FE\u5F53:"g\xF2u d\xE0ng",\u524A\u51CF:"xu\u0113 ji\u01CEn",\u95F4\u8C0D:"ji\xE0n di\xE9",\u57CB\u6028:"m\xE1n yu\xE0n",\u7ED3\u5B9E:"ji\u0113 shi",\u8BA1\u91CF:"j\xEC li\xE1ng",\u6DF9\u6CA1:"y\u0101n m\xF2",\u6751\u957F:"c\u016Bn zh\u01CEng",\u8FDE\u957F:"li\xE1n zh\u01CEng",\u81EA\u7ED9:"z\xEC j\u01D0",\u6B66\u5C06:"w\u01D4 ji\xE0ng",\u6E29\u5DEE:"w\u0113n ch\u0101",\u76F4\u5954:"zh\xED b\xE8n",\u4F9B\u6C42:"g\u014Dng qi\xFA",\u5242\u91CF:"j\xEC li\xE0ng",\u9053\u957F:"d\xE0o zh\u01CEng",\u6CC4\u9732:"xi\xE8 l\xF2u",\u738B\u516B:"w\xE1ng ba",\u5207\u5272:"qi\u0113 g\u0113",\u95F4\u9694:"ji\xE0n g\xE9",\u4E00\u6643:"y\xEC hu\u01CEng",\u957F\u5047:"ch\xE1ng ji\xE0",\u4EE4\u72D0:"l\xEDng h\xFA",\u4E3A\u5BB3:"w\xE9i h\xE0i",\u53E5\u5B50:"j\xF9 zi",\u507F\u8FD8:"ch\xE1ng hu\xE1n",\u7599\u7629:"g\u0113 da",\u71D5\u5C71:"y\u0101n sh\u0101n",\u5835\u585E:"d\u01D4 s\xE8",\u593A\u51A0:"du\xF3 gu\xE0n",\u624E\u5B9E:"zh\u0101 shi",\u7535\u8377:"di\xE0n h\xE8",\u770B\u5B88:"k\u0101n sh\u01D2u",\u590D\u8F9F:"f\xF9 b\xEC",\u90C1\u95F7:"y\xF9 m\xE8n",\u5C3D\u65E9:"j\u01D0n z\u01CEo",\u5207\u65AD:"qi\u0113 du\xE0n",\u6307\u5934:"zh\u01D0 tou",\u4E3A\u751F:"w\xE9i sh\u0113ng",\u755C\u751F:"ch\xF9 sheng",\u5207\u9664:"qi\u0113 ch\xFA",\u7740\u529B:"zhu\xF3 l\xEC",\u7740\u60F3:"zhu\xF3 xi\u01CEng",\u7EA7\u5DEE:"j\xED ch\u0101",\u6295\u5954:"t\xF3u b\xE8n",\u68CD\u5B50:"g\xF9n zi",\u542B\u7CCA:"h\xE1n hu",\u5C11\u5987:"sh\xE0o f\xF9",\u5174\u81F4:"x\xECng zh\xEC",\u7EB3\u95F7:"n\xE0 m\xE8n",\u5E72\u6D41:"g\xE0n li\xFA",\u5377\u8D77:"ju\u01CEn q\u01D0",\u6247\u5B50:"sh\xE0n zi",\u66F4\u6539:"g\u0113ng g\u01CEi",\u7B3C\u7EDC:"l\u01D2ng lu\xF2",\u5587\u53ED:"l\u01CE ba",\u8F7D\u8377:"z\xE0i h\xE8",\u59A5\u5F53:"tu\u01D2 d\xE0ng",\u4E3A\u96BE:"w\xE9i n\xE1n",\u7740\u9646:"zhu\xF3 l\xF9",\u71D5\u5B50:"y\xE0n zi",\u5E72\u5417:"g\xE0n m\xE1",\u767D\u53D1:"b\xE1i f\xE0",\u603B\u5F97:"z\u01D2ng d\u011Bi",\u5939\u51FB:"ji\u0101 j\u012B",\u66DD\u5149:"b\xE0o gu\u0101ng",\u66F2\u8C03:"q\u01D4 di\xE0o",\u76F8\u673A:"xi\xE0ng j\u012B",\u53EB\u5316:"ji\xE0o hu\xE0",\u89D2\u9010:"ju\xE9 zh\xFA",\u554A\u54DF:"\u0101 y\u014D",\u8F7D\u91CD:"z\xE0i zh\xF2ng",\u957F\u8F88:"zh\u01CEng b\xE8i",\u51FA\u5DEE:"ch\u016B ch\u0101i",\u579B\u53E3:"du\u01D2 k\u01D2u",\u6487\u5F00:"pi\u0113 k\u0101i",\u5385\u957F:"t\u012Bng zh\u01CEng",\u7EC4\u5206:"z\u01D4 f\xE8n",\u8BEF\u5DEE:"w\xF9 ch\u0101",\u5BB6\u5F53:"ji\u0101 d\xE0ng",\u4F20\u8BB0:"zhu\xE0n j\xEC",\u4E2A\u5B50:"g\xE8 zi",\u94FA\u8BBE:"p\u016B sh\xE8",\u5E72\u4E8B:"g\xE0n sh\xEC",\u6746\u83CC:"g\u01CEn j\u016Bn",\u5B9A\u91CF:"d\xECng li\xE0ng",\u8FD0\u8F7D:"y\xF9n z\xE0i",\u4F1A\u513F:"hu\xEC er",\u914B\u957F:"qi\xFA zh\u01CEng",\u91CD\u8FD4:"ch\xF3ng f\u01CEn",\u5DEE\u989D:"ch\u0101 \xE9",\u9732\u9762:"l\xF2u mi\xE0n",\u94BB\u7814:"zu\u0101n y\xE1n",\u5927\u57CE:"d\xE0i ch\xE9ng",\u4E0A\u5F53:"sh\xE0ng d\xE0ng",\u9500\u91CF:"xi\u0101o li\xE0ng",\u4F5C\u574A:"zu\u014D fang",\u7167\u76F8:"zh\xE0o xi\xE0ng",\u54CE\u5440:"\u0101i y\u0101",\u8C03\u96C6:"di\xE0o j\xED",\u770B\u4E2D:"k\xE0n zh\xF2ng",\u8BAE\u957F:"y\xEC zh\u01CEng",\u98CE\u7B5D:"f\u0113ng zheng",\u8F9F\u90AA:"b\xEC xi\xE9",\u7A7A\u9699:"k\xF2ng x\xEC",\u66F4\u8FED:"g\u0113ng di\xE9",\u504F\u5DEE:"pi\u0101n ch\u0101",\u58F0\u8C03:"sh\u0113ng di\xE0o",\u9002\u91CF:"sh\xEC li\xE0ng",\u5C6F\u5B50:"t\xFAn zi",\u65E0\u91CF:"w\xFA li\xE0ng",\u7A7A\u5730:"k\xF2ng d\xEC",\u8C03\u5EA6:"di\xE0o d\xF9",\u6563\u5C04:"s\u01CEn sh\xE8",\u521B\u4F24:"chu\u0101ng sh\u0101ng",\u6D77\u53C2:"h\u01CEi sh\u0113n",\u6EE1\u8F7D:"m\u01CEn z\xE0i",\u91CD\u53E0:"ch\xF3ng di\xE9",\u843D\u5DEE:"lu\xF2 ch\u0101",\u5355\u8C03:"d\u0101n di\xE0o",\u8001\u5C06:"l\u01CEo ji\xE0ng",\u4EBA\u53C2:"r\xE9n sh\u0113n",\u95F4\u65AD:"ji\xE0n du\xE0n",\u91CD\u73B0:"ch\xF3ng xi\xE0n",\u5939\u6742:"ji\u0101 z\xE1",\u8C03\u7528:"di\xE0o y\xF2ng",\u841D\u535C:"lu\xF3 bo",\u9644\u7740:"f\xF9 zhu\xF3",\u5E94\u58F0:"y\xECng sh\u0113ng",\u4E3B\u5C06:"zh\u01D4 ji\xE0ng",\u7F6A\u8FC7:"zu\xEC guo",\u5480\u56BC:"j\u01D4 ju\xE9",\u4E3A\u653F:"w\xE9i zh\xE8ng",\u8FC7\u91CF:"gu\xF2 li\xE0ng",\u4E50\u66F2:"yu\xE8 q\u01D4",\u8D1F\u8377:"f\xF9 h\xE8",\u67AA\u5F39:"qi\u0101ng d\xE0n",\u6084\u7136:"qi\u01CEo r\xE1n",\u5904\u65B9:"ch\u01D4 f\u0101ng",\u6084\u58F0:"qi\u01CEo sh\u0113ng",\u66F2\u5B50:"q\u01D4 zi",\u60C5\u8C03:"q\xEDng di\xE0o",\u6311\u8845:"ti\u01CEo x\xECn",\u4EE3\u4E3A:"d\xE0i w\xE9i",\u4E86\u7ED3:"li\u01CEo ji\xE9",\u6253\u4E2D:"d\u01CE zh\xF2ng",\u9152\u5427:"ji\u01D4 b\u0101",\u61D2\u5F97:"l\u01CEn de",\u589E\u91CF:"z\u0113ng li\xE0ng",\u8863\u7740:"y\u012B zhu\xF3",\u90E8\u5C06:"b\xF9 ji\xE0ng",\u8981\u585E:"y\xE0o s\xE0i",\u8336\u51E0:"ch\xE1 j\u012B",\u6760\u6746:"g\xE0ng g\u01CEn",\u51FA\u6CA1:"ch\u016B m\xF2",\u9C9C\u6709:"xi\u01CEn y\u01D2u",\u95F4\u9699:"ji\xE0n x\xEC",\u91CD\u62C5:"zh\xF2ng d\xE0n",\u91CD\u6F14:"ch\xF3ng y\u01CEn",\u91CD\u8BD5:"ch\xF3ng sh\xEC",\u5E94\u916C:"y\xECng chou",\u53EA\u5F53:"zh\u01D0 d\u0101ng",\u6BCB\u5B81:"w\xFA n\xECng",\u5305\u624E:"b\u0101o z\u0101",\u524D\u5934:"qi\xE1n tou",\u5377\u70DF:"ju\u01CEn y\u0101n",\u975E\u5F97:"f\u0113i d\u011Bi",\u5F39\u9053:"d\xE0n d\xE0o",\u6746\u5B50:"g\u0101n zi",\u95E8\u5C06:"m\xE9n ji\xE0ng",\u540E\u5934:"h\xF2u tou",\u559D\u5F69:"h\xE8 c\u01CEi",\u6696\u548C:"nu\u01CEn huo",\u7D2F\u79EF:"l\u011Bi j\u012B",\u8C03\u9063:"di\xE0o qi\u01CEn",\u5014\u5F3A:"ju\xE9 ji\xE0ng",\u5B9D\u85CF:"b\u01CEo z\xE0ng",\u4E27\u4E8B:"s\u0101ng sh\xEC",\u7EA6\u83AB:"yu\u0113 mo",\u7EA4\u592B:"qi\xE0n f\u016B",\u66F4\u66FF:"g\u0113ng t\xEC",\u88C5\u8F7D:"zhu\u0101ng z\xE0i",\u80CC\u5305:"b\u0113i b\u0101o",\u5E16\u5B50:"ti\u011B zi",\u677E\u6563:"s\u014Dng s\u01CEn",\u547C\u559D:"h\u016B h\xE8",\u53EF\u6076:"k\u011B w\xF9",\u81EA\u8F6C:"z\xEC zhu\xE0n",\u4F9B\u7535:"g\u014Dng di\xE0n",\u53CD\u7701:"f\u01CEn x\u01D0ng",\u5766\u7387:"t\u01CEn shu\xE0i",\u82CF\u6253:"s\u016B d\xE1",\u672C\u5206:"b\u011Bn f\xE8n",\u843D\u5F97:"lu\xF2 de",\u9119\u8584:"b\u01D0 b\xF3",\u76F8\u95F4:"xi\u0101ng ji\xE0n",\u5355\u8584:"d\u0101n b\xF3",\u6DF7\u86CB:"h\xFAn d\xE0n",\u8D1E\u89C2:"zh\u0113n gu\u0101n",\u9644\u548C:"f\xF9 h\xE8",\u80FD\u8010:"n\xE9ng n\xE0i",\u5413\u552C:"xi\xE0 hu",\u672A\u4E86:"w\xE8i li\u01CEo",\u5F15\u7740:"y\u01D0n zh\xE1o",\u62BD\u8C03:"ch\u014Du di\xE0o",\u6C99\u5B50:"sh\u0101 zi",\u5E2D\u5377:"x\xED ju\u01CEn",\u6807\u7684:"bi\u0101o d\xEC",\u522B\u626D:"bi\xE8 niu",\u601D\u91CF:"s\u012B liang",\u559D\u91C7:"h\xE8 c\u01CEi",\u8BBA\u8BED:"l\xFAn y\u01D4",\u76D6\u5B50:"g\xE0i zi",\u5206\u5916:"f\xE8n w\xE0i",\u5F04\u5802:"l\xF2ng t\xE1ng",\u4E50\u821E:"yu\xE8 w\u01D4",\u96E8\u91CF:"y\u01D4 li\xE0ng",\u6BDB\u53D1:"m\xE1o f\xE0",\u5DEE\u9063:"ch\u0101i qi\u01CEn",\u80CC\u8D1F:"b\u0113i f\xF9",\u8F6C\u901F:"zhu\xE0n s\xF9",\u58F0\u4E50:"sh\u0113ng yu\xE8",\u5939\u653B:"ji\u0101 g\u014Dng",\u4F9B\u6C34:"g\u014Dng shu\u01D0",\u4E3B\u5E72:"zh\u01D4 g\xE0n",\u60E9\u5904:"ch\xE9ng ch\u01D4",\u957F\u76F8:"zh\u01CEng xi\xE0ng",\u516C\u5DEE:"g\u014Dng ch\u0101i",\u69B4\u5F39:"li\xFA d\xE0n",\u7701\u5F97:"sh\u011Bng de",\u6761\u5B50:"ti\xE1o zi",\u91CD\u56F4:"ch\xF3ng w\xE9i",\u963B\u585E:"z\u01D4 s\xE8",\u52B2\u98CE:"j\xECng f\u0113ng",\u7EA0\u845B:"ji\u016B g\xE9",\u98A0\u7C38:"di\u0101n b\u01D2",\u70B9\u4E2D:"di\u01CEn zh\xF2ng",\u91CD\u521B:"zh\xF2ng chu\u0101ng",\u59E5\u59E5:"l\u01CEo lao",\u8FF7\u7CCA:"m\xED hu",\u516C\u5BB6:"g\u014Dng jia",\u51E0\u7387:"j\u012B l\u01DC",\u82E6\u95F7:"k\u01D4 m\xE8n",\u5EA6\u91CF:"d\xF9 li\xE0ng",\u5DEE\u9519:"ch\u0101 cu\xF2",\u6691\u5047:"sh\u01D4 ji\xE0",\u53C2\u5DEE:"c\u0113n c\u012B",\u642D\u8F7D:"d\u0101 z\xE0i",\u52A9\u957F:"zh\xF9 zh\u01CEng",\u76F8\u79F0:"xi\u0101ng ch\xE8n",\u7EA2\u6655:"h\xF3ng y\xF9n",\u820D\u547D:"sh\u011B m\xECng",\u559C\u597D:"x\u01D0 h\xE0o",\u5217\u4F20:"li\xE8 zhu\xE0n",\u52B2\u654C:"j\xECng d\xED",\u86E4\u87C6:"h\xE1 ma",\u8BF7\u5047:"q\u01D0ng ji\xE0",\u9489\u5B50:"d\u012Bng zi",\u6C89\u6CA1:"ch\xE9n m\xF2",\u9AD8\u4E3D:"g\u0101o l\xED",\u4F11\u5047:"xi\u016B ji\xE0",\u65E0\u4E3A:"w\xFA w\xE9i",\u5DF4\u7ED3:"b\u0101 jie",\u4E86\u5F97:"li\u01CEo d\xE9",\u53D8\u76F8:"bi\xE0n xi\xE0ng",\u6838\u5F39:"h\xE9 d\xE0n",\u4EB2\u5BB6:"q\xECng jia",\u627F\u8F7D:"ch\xE9ng z\xE0i",\u559D\u95EE:"h\xE8 w\xE8n",\u8FD8\u51FB:"hu\xE1n j\u012B",\u4EA4\u8FD8:"ji\u0101o hu\xE1n",\u5C06\u4EE4:"ji\xE0ng l\xECng",\u5355\u4E8E:"ch\xE1n y\xFA",\u7A7A\u7F3A:"k\xF2ng qu\u0113",\u7EFF\u6797:"l\xF9 l\xEDn",\u80C6\u91CF:"d\u01CEn li\xE0ng",\u6267\u7740:"zh\xED zhu\xF3",\u4F4E\u8C03:"d\u012B di\xE0o",\u95ED\u585E:"b\xEC s\xE8",\u8F7B\u8584:"q\u012Bng b\xF3",\u5F97\u5F53:"d\xE9 d\xE0ng",\u5360\u535C:"zh\u0101n b\u01D4",\u626B\u5E1A:"s\xE0o zhou",\u9F9F\u5179:"qi\u016B c\xED",\u5E74\u957F:"ni\xE1n zh\u01CEng",\u5916\u4F20:"w\xE0i zhu\xE0n",\u5934\u5B50:"t\xF3u zi",\u88C1\u7F1D:"c\xE1i feng",\u793C\u4E50:"l\u01D0 yu\xE8",\u8840\u6CCA:"xu\xE8 p\u014D",\u6563\u4E71:"s\u01CEn lu\xE0n",\u52A8\u91CF:"d\xF2ng li\xE0ng",\u5012\u817E:"d\u01CEo teng",\u53D6\u820D:"q\u01D4 sh\u011B",\u54B1\u5BB6:"z\xE1n ji\u0101",\u957F\u53D1:"ch\xE1ng f\xE0",\u722A\u54C7:"zh\u01CEo w\u0101",\u5F39\u58F3:"d\xE0n k\xE9",\u7701\u609F:"x\u01D0ng w\xF9",\u56B7\u56B7:"r\u0101ng rang",\u8FDE\u7D2F:"li\xE1n l\xE8i",\u5E94\u5F97:"y\u012Bng d\xE9",\u65CF\u957F:"z\xFA zh\u01CEng",\u67DC\u5B50:"gu\xEC zi",\u64C2\u9F13:"l\xE9i g\u01D4",\u7729\u6655:"xu\xE0n y\xF9n",\u8C03\u914D:"ti\xE1o p\xE8i",\u8EAF\u5E72:"q\u016B g\xE0n",\u5DEE\u5F79:"ch\u0101i y\xEC",\u574E\u5777:"k\u01CEn k\u011B",\u5C11\u513F:"sh\xE0o \xE9r",\u4E50\u56E2:"yu\xE8 tu\xE1n",\u517B\u5206:"y\u01CEng f\xE8n",\u9000\u8FD8:"tu\xEC hu\xE1n",\u683C\u8C03:"g\xE9 di\xE0o",\u8BED\u8C03:"y\u01D4 di\xE0o",\u97F3\u8C03:"y\u012Bn di\xE0o",\u4E50\u5E9C:"yu\xE8 f\u01D4",\u53E4\u6734:"g\u01D4 p\u01D4",\u6253\u70B9:"d\u01CE di\u01CEn",\u5DEE\u4F7F:"ch\u0101i sh\u01D0",\u5300\u79F0:"y\xFAn ch\xE8n",\u7626\u524A:"sh\xF2u xu\u0113",\u818F\u836F:"g\u0101o yao",\u541E\u6CA1:"t\u016Bn m\xF2",\u8C03\u4EFB:"di\xE0o r\xE8n",\u6563\u5C45:"s\u01CEn j\u016B",\u4E0A\u5934:"sh\xE0ng t\xF3u",\u98CE\u9761:"f\u0113ng m\u01D0",\u653E\u5047:"f\xE0ng ji\xE0",\u4F30\u91CF:"g\u016B liang",\u5931\u5F53:"sh\u012B d\xE0ng",\u4E2D\u5F39:"zh\xF2ng d\xE0n",\u5984\u4E3A:"w\xE0ng w\xE9i",\u957F\u8005:"zh\u01CEng zh\u011B",\u8D77\u54C4:"q\u01D0 h\xF2ng",\u672B\u4E86:"m\xF2 li\u01CEo",\u76F8\u58F0:"xi\xE0ng sheng",\u6821\u6B63:"ji\xE0o zh\xE8ng",\u529D\u964D:"qu\xE0n xi\xE1ng",\u77E2\u91CF:"sh\u01D0 li\xE0ng",\u6C89\u95F7:"ch\xE9n m\xE8n",\u7ED9\u4E0E:"j\u01D0 y\u01D4",\u89E3\u6CD5:"ji\u011B f\u01CE",\u585E\u5916:"s\xE0i w\xE0i",\u5C06\u6821:"ji\xE0ng xi\xE0o",\u55DC\u597D:"sh\xEC h\xE0o",\u6CA1\u843D:"m\xF2 lu\xF2",\u6734\u5200:"p\u014D d\u0101o",\u7247\u5B50:"pi\u0101n zi",\u5207\u524A:"qi\u0113 xi\u0101o",\u5F39\u4E38:"d\xE0n w\xE1n",\u7A00\u8584:"x\u012B b\xF3",\u4E8F\u5F97:"ku\u012B d\xE9",\u95F4\u6B47:"ji\xE0n xi\u0113",\u7FD8\u9996:"qi\xE1o sh\u01D2u",\u8272\u8C03:"s\xE8 di\xE0o",\u5904\u51B3:"ch\u01D4 ju\xE9",\u8868\u7387:"bi\u01CEo shu\xE0i",\u5C3A\u5B50:"ch\u01D0 zi",\u62DB\u964D:"zh\u0101o xi\xE1ng",\u79F0\u804C:"ch\xE8n zh\xED",\u6597\u7BF7:"d\u01D2u peng",\u94FA\u5B50:"p\xF9 zi",\u5E95\u5B50:"d\u01D0 zi",\u8D1F\u8F7D:"f\xF9 z\xE0i",\u5E72\u8B66:"g\xE0n j\u01D0ng",\u5012\u6570:"d\xE0o sh\u01D4",\u5C06\u5B98:"ji\xE0ng gu\u0101n",\u9504\u5934:"ch\xFA tou",\u5F52\u964D:"gu\u012B xi\xE1ng",\u759F\u75BE:"n\xFC\xE8 ji",\u5520\u53E8:"l\xE1o dao",\u9650\u91CF:"xi\xE0n li\xE0ng",\u5C4F\u606F:"b\u01D0ng x\u012B",\u91CD\u9022:"ch\xF3ng f\xE9ng",\u5668\u4E50:"q\xEC yu\xE8",\u6C22\u5F39:"q\u012Bng d\xE0n",\u8116\u9888:"b\xF3 g\u011Bng",\u5983\u5B50:"f\u0113i zi",\u5904\u4E8B:"ch\u01D4 sh\xEC",\u53C2\u91CF:"c\u0101n li\xE0ng",\u8F7B\u7387:"q\u012Bng shu\xE0i",\u7F25\u7F08:"pi\u0101o mi\u01CEo",\u4E2D\u5956:"zh\xF2ng ji\u01CEng",\u624D\u5E72:"c\xE1i g\xE0n",\u65BD\u820D:"sh\u012B sh\u011B",\u5377\u5B50:"ju\xE0n zi",\u6E38\u8BF4:"y\xF3u shu\xEC",\u5DF7\u5B50:"xi\xE0ng zi",\u8180\u80F1:"p\xE1ng gu\u0101ng",\u5207\u52FF:"qi\xE8 w\xF9",\u770B\u7BA1:"k\u0101n gu\u01CEn",\u98CE\u5934:"f\u0113ng tou",\u7CBE\u5E72:"j\u012Bng g\xE0n",\u9AD8\u5DEE:"g\u0101o ch\u0101",\u6050\u5413:"k\u01D2ng h\xE8",\u6241\u62C5:"bi\u01CEn d\xE0n",\u7ED9\u517B:"j\u01D0 y\u01CEng",\u683C\u5B50:"g\xE9 zi",\u4F9B\u9700:"g\u014Dng x\u016B",\u53CD\u5DEE:"f\u01CEn ch\u0101",\u98DE\u5F39:"f\u0113i d\xE0n",\u5FAE\u8584:"w\u0113i b\xF3",\u53D1\u578B:"f\xE0 x\xEDng",\u5373\u5174:"j\xED x\xECng",\u6512\u52A8:"cu\xE1n d\xF2ng",\u95F4\u6216:"ji\xE0n hu\xF2",\u6D45\u8584:"qi\u01CEn b\xF3",\u4E50\u7AE0:"yu\xE8 zh\u0101ng",\u987A\u5DEE:"sh\xF9n ch\u0101",\u8C03\u5B50:"di\xE0o zi",\u76F8\u4F4D:"xi\xE0ng w\xE8i",\u8F6C\u5B50:"zhu\xE0n z\u01D0",\u52B2\u65C5:"j\xECng l\u01DA",\u5494\u5693:"k\u0101 ch\u0101",\u4E86\u4E8B:"li\u01CEo sh\xEC",\u8F6C\u60A0:"zhu\xE0n you",\u5F53\u94FA:"d\xE0ng p\xF9",\u722A\u5B50:"zhu\u01CE zi",\u5355\u5B50:"d\u0101n zi",\u597D\u6218:"h\xE0o zh\xE0n",\u71D5\u9EA6:"y\xE0n m\xE0i",\u53EA\u8BB8:"zh\u01D0 x\u01D4",\u5E72\u7EC3:"g\xE0n li\xE0n",\u5973\u5C06:"n\u01DA ji\xE0ng",\u9152\u91CF:"ji\u01D4 li\xE0ng",\u5212\u8239:"hu\xE1 chu\xE1n",\u4F0E\u4FE9:"j\xEC li\u01CEng",\u6311\u62E8:"ti\u01CEo b\u014D",\u5C11\u6821:"sh\xE0o xi\xE0o",\u7740\u843D:"zhu\xF3 lu\xF2",\u618E\u6076:"z\u0113ng w\xF9",\u523B\u8584:"k\xE8 b\xF3",\u8981\u631F:"y\u0101o xi\xE9",\u7528\u5904:"y\xF2ng chu",\u8FD8\u624B:"hu\xE1n sh\u01D2u",\u6A21\u5177:"m\xFA j\xF9",\u6267\u8457:"zh\xED zhu\xF3",\u559D\u4EE4:"h\xE8 l\xECng",\u4FDD\u957F:"b\u01CEo zh\u01CEng",\u5438\u7740:"x\u012B zhe",\u75C7\u7ED3:"zh\u0113ng ji\xE9",\u516C\u8F6C:"g\u014Dng zhu\xE0n",\u6821\u52D8:"ji\xE0o k\u0101n",\u91CD\u63D0:"ch\xF3ng t\xED",\u626B\u5174:"s\u01CEo x\xECng",\u94FA\u76D6:"p\u016B g\xE0i",\u957F\u53F2:"zh\u01CEng sh\u01D0",\u5DEE\u4EF7:"ch\u0101 ji\xE0",\u538B\u6839:"y\xE0 g\u0113n",\u6014\u4F4F:"zh\xE8ng zh\xF9",\u5E94\u5141:"y\u012Bng y\u01D4n",\u5207\u5165:"qi\u0113 r\xF9",\u6218\u5C06:"zh\xE0n ji\xE0ng",\u5E74\u5C11:"ni\xE1n sh\xE0o",\u820D\u8EAB:"sh\u011B sh\u0113n",\u6267\u62D7:"zh\xED ni\xF9",\u5904\u4E16:"ch\u01D4 sh\xEC",\u4E2D\u98CE:"zh\xF2ng f\u0113ng",\u7B49\u91CF:"d\u011Bng li\xE0ng",\u653E\u91CF:"f\xE0ng li\xE0ng",\u8154\u8C03:"qi\u0101ng di\xE0o",\u8001\u5C11:"l\u01CEo sh\xE0o",\u6CA1\u5165:"m\xF2 r\xF9",\u74DC\u845B:"gu\u0101 g\xE9",\u5C06\u5E05:"ji\xE0ng shu\xE0i",\u8F66\u8F7D:"ch\u0113 z\xE0i",\u7A9D\u56CA:"w\u014D nang",\u957F\u8FDB:"zh\u01CEng j\xECn",\u53EF\u6C57:"k\xE8 h\xE1n",\u5E76\u5DDE:"b\u012Bng zh\u014Du",\u4F9B\u9500:"g\u014Dng xi\u0101o",\u5207\u7247:"qi\u0113 pi\xE0n",\u5DEE\u4E8B:"ch\u0101i sh\xEC",\u77E5\u4F1A:"zh\u012B hui",\u9E70\u722A:"y\u012Bng zh\u01CEo",\u5904\u5973:"ch\u01D4 n\u01DA",\u5207\u78CB:"qi\u0113 cu\u014D",\u65E5\u5934:"r\xEC tou",\u62BC\u89E3:"y\u0101 ji\xE8",\u6ECB\u957F:"z\u012B zh\u01CEng",\u9053\u89C2:"d\xE0o gu\xE0n",\u811A\u8272:"ju\xE9 s\xE8",\u5F53\u91CF:"d\u0101ng li\xE0ng",\u5A46\u5BB6:"p\xF3 jia",\u7F18\u5206:"yu\xE1n f\xE8n",\u7A7A\u95F2:"k\xF2ng xi\xE1n",\u597D\u8272:"h\xE0o s\xE8",\u6012\u559D:"n\xF9 h\xE8",\u7B3C\u7EDF:"l\u01D2ng t\u01D2ng",\u8FB9\u585E:"bi\u0101n s\xE0i",\u4F55\u66FE:"h\xE9 c\xE9ng",\u91CD\u5408:"ch\xF3ng h\xE9",\u96F6\u6563:"l\xEDng s\u01CEn",\u8F70\u9686:"h\u014Dng l\u014Dng",\u5316\u5B50:"hu\xE0 zi",\u5185\u8499:"n\xE8i m\u011Bng",\u6570\u843D:"sh\u01D4 lu\xF2",\u9006\u5DEE:"n\xEC ch\u0101",\u725F\u5229:"m\xF3u l\xEC",\u6805\u680F:"zh\xE0 lan",\u4E2D\u6807:"zh\xF2ng bi\u0101o",\u8C03\u6863:"di\xE0o d\xE0ng",\u4F5D\u507B:"g\u014Du l\xF3u",\u573A\u5B50:"ch\u01CEng zi",\u7532\u58F3:"ji\u01CE qi\xE0o",\u91CD\u6E29:"ch\xF3ng w\u0113n",\u70AE\u5236:"p\xE1o zh\xEC",\u8FD4\u8FD8:"f\u01CEn hu\xE1n",\u81EA\u4F20:"z\xEC zhu\xE0n",\u9AD8\u8C03:"g\u0101o di\xE0o",\u6BB7\u7EA2:"y\u0101n h\xF3ng",\u56FA\u7740:"g\xF9 zhu\xF3",\u5F3A\u6C42:"qi\u01CEng qi\xFA",\u672C\u76F8:"b\u011Bn xi\xE0ng",\u9A84\u6A2A:"ji\u0101o h\xE8ng",\u8349\u7387:"c\u01CEo shu\xE0i",\u6C14\u95F7:"q\xEC m\xE8n",\u7740\u8272:"zhu\xF3 s\xE8",\u5B81\u80AF:"n\xECng k\u011Bn",\u5174\u5934:"x\xECng tou",\u62D8\u6CE5:"j\u016B n\xEC",\u5939\u89D2:"ji\u0101 ji\u01CEo",\u53D1\u9AFB:"f\xE0 j\xEC",\u731B\u5C06:"m\u011Bng ji\xE0ng",\u7EA6\u6478:"yu\u0113 mo",\u62D6\u7D2F:"tu\u014D l\u011Bi",\u5462\u7ED2:"n\xED r\xF3ng",\u94BB\u63A2:"zu\u0101n t\xE0n",\u5939\u5C42:"ji\u0101 c\xE9ng",\u843D\u9B44:"lu\xF2 p\xF2",\u5DF7\u9053:"h\xE0ng d\xE0o",\u8FD0\u91CF:"y\xF9n li\xE0ng",\u89E3\u95F7:"ji\u011B m\xE8n",\u7A7A\u513F:"k\xF2ng er",\u4F30\u6478:"g\u016B mo",\u597D\u5BA2:"h\xE0o k\xE8",\u94BB\u5B54:"zu\u0101n k\u01D2ng",\u7CCA\u5F04:"h\xF9 n\xF2ng",\u8365\u9633:"x\xEDng y\xE1ng",\u70E6\u95F7:"f\xE1n m\xE8n",\u4ED3\u5352:"c\u0101ng c\xF9",\u5206\u53C9:"f\u0113n ch\xE0",\u5382\u5B50:"ch\u01CEng zi",\u5C0F\u8C03:"xi\u01CEo di\xE0o",\u5C11\u9633:"sh\xE0o y\xE1ng",\u53D7\u964D:"sh\xF2u xi\xE1ng",\u67D3\u574A:"r\u01CEn f\xE1ng",\u80F3\u81C2:"g\u0113 bei",\u5C06\u95E8:"ji\xE0ng m\xE9n",\u6A21\u677F:"m\xFA b\u01CEn",\u914D\u7ED9:"p\xE8i j\u01D0",\u4E3A\u4F0D:"w\xE9i w\u01D4",\u8DDF\u5934:"g\u0113n tou",\u5212\u7B97:"hu\xE1 su\xE0n",\u7D2F\u8D58:"l\xE9i zhui",\u54C4\u7B11:"h\u014Dng xi\xE0o",\u6655\u7729:"y\u016Bn xu\xE0n",\u5E72\u6389:"g\xE0n di\xE0o",\u7F1D\u5236:"f\xE9ng zh\xEC",\u96BE\u5904:"n\xE1n ch\xF9",\u7740\u610F:"zhu\xF3 y\xEC",\u86EE\u6A2A:"m\xE1n h\xE8ng",\u5947\u6570:"j\u012B sh\xF9",\u77ED\u53D1:"du\u01CEn f\xE0",\u751F\u8FD8:"sh\u0113ng hu\xE1n",\u8FD8\u6E05:"hu\xE1n q\u012Bng",\u770B\u62A4:"k\u0101n h\xF9",\u76F4\u7387:"zh\xED shu\xE0i",\u594F\u4E50:"z\xF2u yu\xE8",\u8F7D\u5BA2:"z\xE0i k\xE8",\u4E13\u6A2A:"zhu\u0101n h\xE8ng",\u6E6E\u6CA1:"y\u0101n m\xF2",\u7A7A\u683C:"k\xF2ng g\xE9",\u94FA\u57AB:"p\u016B di\xE0n",\u826F\u5C06:"li\xE1ng ji\xE0ng",\u54D7\u5566:"hu\u0101 l\u0101",\u6563\u6F2B:"s\u01CEn m\xE0n",\u8131\u53D1:"tu\u014D f\xE0",\u9001\u8FD8:"s\xF2ng hu\xE1n",\u57CB\u6CA1:"m\xE1i m\xF2",\u7D2F\u53CA:"l\u011Bi j\xED",\u8584\u96FE:"b\xF3 w\xF9",\u8C03\u79BB:"di\xE0o l\xED",\u820C\u82D4:"sh\xE9 t\u0101i",\u673A\u957F:"j\u012B zh\u01CEng",\u6813\u585E:"shu\u0101n s\xE8",\u914D\u89D2:"p\xE8i ju\xE9",\u5207\u53E3:"qi\u0113 k\u01D2u",\u521B\u53E3:"chu\u0101ng k\u01D2u",\u54C8\u6B20:"h\u0101 qian",\u5B9E\u5F39:"sh\xED d\xE0n",\u94FA\u5E73:"p\u016B p\xEDng",\u54C8\u8FBE:"h\u01CE d\xE1",\u61D2\u6563:"l\u01CEn s\u01CEn",\u5B9E\u5E72:"sh\xED g\xE0n",\u586B\u7A7A:"ti\xE1n k\xF2ng",\u5201\u94BB:"di\u0101o zu\u0101n",\u4E50\u5E08:"yu\xE8 sh\u012B",\u91CF\u53D8:"li\xE0ng bi\xE0n",\u8BF1\u964D:"y\xF2u xi\xE1ng",\u642A\u585E:"t\xE1ng s\xE8",\u5F81\u8C03:"zh\u0113ng di\xE0o",\u5939\u9053:"ji\u0101 d\xE0o",\u5E72\u54B3:"g\u0101n k\xE9",\u6B62\u54B3:"zh\u01D0 k\xE9",\u4E50\u5DE5:"yu\xE8 g\u014Dng",\u5212\u8FC7:"hu\xE1 gu\xF2",\u7740\u706B:"zh\xE1o hu\u01D2",\u66F4\u6B63:"g\u0113ng zh\xE8ng",\u7ED9\u4ED8:"j\u01D0 f\xF9",\u7A7A\u5B50:"k\xF2ng zi",\u54EA\u5412:"n\xE9 zh\u0101",\u6B63\u7740:"zh\xE8ng zh\xE1o",\u5237\u5B50:"shu\u0101 zi",\u4E27\u846C:"s\u0101ng z\xE0ng",\u5939\u5E26:"ji\u0101 d\xE0i",\u5B89\u5206:"\u0101n f\xE8n",\u4E2D\u610F:"zh\xF2ng y\xEC",\u957F\u5B59:"zh\u01CEng s\u016Bn",\u6821\u8BA2:"ji\xE0o d\xECng",\u5377\u66F2:"ju\u01CEn q\u016B",\u8F7D\u8FD0:"z\xE0i y\xF9n",\u6295\u5F39:"t\xF3u d\xE0n",\u67DE\u8695:"zu\xF2 c\xE1n",\u4EFD\u91CF:"f\xE8n li\xE0ng",\u8C03\u6362:"di\xE0o hu\xE0n",\u4E86\u7136:"li\u01CEo r\xE1n",\u54A7\u5634:"li\u011B zu\u01D0",\u5178\u5F53:"di\u01CEn d\xE0ng",\u5BD2\u5047:"h\xE1n ji\xE0",\u957F\u5144:"zh\u01CEng xi\u014Dng",\u7ED9\u6C34:"j\u01D0 shu\u01D0",\u987B\u53D1:"x\u016B f\xE0",\u679D\u5E72:"zh\u012B g\xE0n",\u5C5E\u76F8:"sh\u01D4 xi\xE0ng",\u54C4\u62A2:"h\u014Dng qi\u01CEng",\u523B\u5212:"k\xE8 hu\xE0",\u585E\u5B50:"s\u0101i zi",\u5355\u5E72:"d\u0101n g\xE0n",\u8FD8\u4E61:"hu\xE1n xi\u0101ng",\u5146\u5934:"zh\xE0o tou",\u5BFA\u89C2:"s\xEC gu\xE0n",\u7763\u7387:"d\u016B shu\xE0i",\u554A\u54C8:"\u0101 ha",\u5272\u820D:"g\u0113 sh\u011B",\u62B9\u5E03:"m\u0101 b\xF9",\u597D\u6076:"h\xE0o w\xF9",\u4E0B\u5904:"xi\xE0 ch\u01D4",\u6D88\u957F:"xi\u0101o zh\u01CEng",\u79BB\u95F4:"l\xED ji\xE0n",\u51C6\u5934:"zh\u01D4n tou",\u6821\u5BF9:"ji\xE0o du\xEC",\u4EC0\u7269:"sh\xED w\xF9",\u756A\u79BA:"p\u0101n y\xFA",\u4F5B\u7237:"f\xF3 ye",\u5417\u5561:"m\u01CE f\u0113i",\u76D0\u5206:"y\xE1n f\xE8n",\u864E\u5C06:"h\u01D4 ji\xE0ng",\u8584\u8377:"b\xF2 he",\u72EC\u5904:"d\xFA ch\u01D4",\u7A7A\u4F4D:"k\xF2ng w\xE8i",\u94FA\u8DEF:"p\u016B l\xF9",\u4E4C\u62C9:"w\u016B l\u0101",\u8C03\u56DE:"di\xE0o hu\xED",\u6765\u5934:"l\xE1i tou",\u95F2\u6563:"xi\xE1n s\u01CEn",\u80F6\u5377:"ji\u0101o ju\u01CEn",\u5192\u5931:"m\xE0o shi",\u5E72\u52B2:"g\xE0n j\xECn",\u5F26\u4E50:"xi\xE1n yu\xE8",\u76F8\u56FD:"xi\xE0ng gu\xF3",\u4E39\u53C2:"d\u0101n sh\u0113n",\u52A9\u5174:"zh\xF9 x\xECng",\u94FA\u5F00:"p\u016B k\u0101i",\u6B21\u957F:"c\xEC zh\u01CEng",\u53D1\u5361:"f\xE0 qi\u01CE",\u62EE\u636E:"ji\xE9 j\u016B",\u5239\u8F66:"sh\u0101 ch\u0113",\u751F\u53D1:"sh\u0113ng f\xE0",\u91CD\u64AD:"ch\xF3ng b\u014D",\u7F1D\u5408:"f\xE9ng h\xE9",\u97F3\u91CF:"y\u012Bn li\xE0ng",\u5C11\u5C09:"sh\xE0o w\xE8i",\u51B2\u538B:"ch\xF2ng y\u0101",\u82CD\u52B2:"c\u0101ng j\xECng",\u539A\u8584:"h\xF2u b\xE1o",\u5A01\u5413:"w\u0113i h\xE8",\u5916\u76F8:"w\xE0i xi\xE0ng",\u547C\u53F7:"h\u016B h\xE1o",\u7740\u8FF7:"zh\xE1o m\xED",\u6311\u62C5:"ti\u0101o d\xE0n",\u7EB9\u8DEF:"w\xE9n l\xF9",\u8FD8\u4FD7:"hu\xE1n s\xFA",\u5F3A\u6A2A:"qi\xE1ng h\xE8ng",\u7740\u6570:"zh\u0101o sh\xF9",\u964D\u987A:"xi\xE1ng sh\xF9n",\u6311\u660E:"ti\u01CEo m\xEDng",\u772F\u7F1D:"m\u012B feng",\u5206\u5185:"f\xE8n n\xE8i",\u66F4\u8863:"g\u0113ng y\u012B",\u8F6F\u548C:"ru\u01CEn huo",\u5C3D\u5174:"j\xECn x\xECng",\u53F7\u5B50:"h\xE0o zi",\u722A\u7259:"zh\u01CEo y\xE1",\u8D25\u5C06:"b\xE0i ji\xE0ng",\u731C\u4E2D:"c\u0101i zh\xF2ng",\u7ED3\u624E:"ji\xE9 z\u0101",\u6CA1\u7A7A:"m\xE9i k\xF2ng",\u5939\u7F1D:"ji\u0101 f\xE8ng",\u62FE\u6387:"sh\xED duo",\u63BA\u548C:"ch\u0101n huo",\u7C38\u7B95:"b\xF2 ji",\u7535\u91CF:"di\xE0n li\xE0ng",\u8377\u8F7D:"h\xE8 z\u01CEi",\u8C03\u5F0F:"di\xE0o sh\xEC",\u5904\u8EAB:"ch\u01D4 sh\u0113n",\u6253\u624B:"d\u01CE sh\u01D2u",\u5F39\u5F13:"d\xE0n g\u014Dng",\u6A2A\u86EE:"h\xE8ng m\xE1n",\u80FD\u5E72:"n\xE9ng g\xE0n",\u6821\u70B9:"ji\xE0o di\u01CEn",\u52A0\u8F7D:"ji\u0101 z\xE0i",\u5E72\u6821:"g\xE0n xi\xE0o",\u54C4\u4F20:"h\u014Dng chu\xE1n",\u6821\u6CE8:"ji\xE0o zh\xF9",\u6DE4\u585E:"y\u016B s\xE8",\u9A6C\u624E:"m\u01CE zh\xE1",\u6708\u6C0F:"yu\xE8 zh\u012B",\u9AD8\u5E72:"g\u0101o g\xE0n",\u7ECF\u4F20:"j\u012Bng zhu\xE0n",\u66FE\u5B59:"z\u0113ng s\u016Bn",\u597D\u6597:"h\xE0o d\xF2u",\u5173\u5361:"gu\u0101n qi\u01CE",\u9003\u5954:"t\xE1o b\xE8n",\u78E8\u8E6D:"m\xF3 ceng",\u725F\u53D6:"m\xF3u q\u01D4",\u98A4\u6817:"zh\xE0n l\xEC",\u8682\u86B1:"m\xE0 zha",\u64AE\u5408:"cu\u014D he",\u8D94\u8D84:"li\xE8 qie",\u6454\u6253:"shu\u0101i d\u01CE",\u53F0\u5B50:"t\xE1i zi",\u5206\u5F97:"f\u0113n de",\u7C98\u7740:"ni\xE1n zhu\xF3",\u91C7\u9091:"c\xE0i y\xEC",\u6563\u88C5:"s\u01CEn zhu\u0101ng",\u5A40\u5A1C:"\u0113 nu\xF3",\u5174\u5473:"x\xECng w\xE8i",\u884C\u5934:"x\xEDng tou",\u6C14\u91CF:"q\xEC li\xE0ng",\u8C03\u8FD0:"di\xE0o y\xF9n",\u5904\u6CBB:"ch\u01D4 zh\xEC",\u4E50\u97F3:"yu\xE8 y\u012Bn",\u5145\u585E:"ch\u014Dng s\xE8",\u606B\u5413:"d\xF2ng h\xE8",\u8BBA\u8C03:"l\xF9n di\xE0o",\u76F8\u4E2D:"xi\u0101ng zh\xF2ng",\u6C11\u4E50:"m\xEDn yu\xE8",\u70AE\u4ED7:"p\xE0o zhang",\u4E27\u670D:"s\u0101ng f\xFA",\u9A81\u5C06:"xi\u0101o ji\xE0ng",\u91CF\u5211:"li\xE0ng x\xEDng",\u7F1D\u8865:"f\xE9ng b\u01D4",\u8D22\u4F1A:"c\xE1i ku\xE0i",\u5927\u5E72:"d\xE0 g\xE0n",\u5386\u6570:"l\xEC sh\u01D4",\u6821\u573A:"ji\xE0o ch\u01CEng",\u585E\u5317:"s\xE0i b\u011Bi",\u8BC6\u76F8:"sh\xED xi\xE0ng",\u8FB1\u6CA1:"r\u01D4 m\xF2",\u9C9C\u4EAE:"xi\u0101n li\xE0ng",\u8BED\u585E:"y\u01D4 s\xE8",\u9732\u8138:"l\xF2u li\u01CEn",\u51C9\u5FEB:"li\xE1ng kuai",\u8170\u6746:"y\u0101o g\u01CEn",\u6E9C\u8FBE:"li\u016B da",\u560E\u560E:"g\u0101 g\u0101",\u516C\u5E72:"g\u014Dng g\xE0n",\u6854\u6897:"ji\xE9 g\u011Bng",\u6311\u9017:"ti\u01CEo d\xF2u",\u770B\u95E8:"k\u0101n m\xE9n",\u4E50\u6B4C:"yu\xE8 g\u0113",\u62D3\u7247:"t\xE0 pi\xE0n",\u6311\u52A8:"ti\u01CEo d\xF2ng",\u51C6\u5C06:"zh\u01D4n ji\xE0ng",\u9052\u52B2:"qi\xFA j\xECng",\u78E8\u574A:"m\xF2 f\xE1ng",\u9036\u8FE4:"w\u0113i y\xED",\u6405\u548C:"ji\u01CEo huo",\u6469\u6332:"m\xF3 su\u014D",\u4F5C\u5F04:"zu\xF2 n\xF2ng",\u82D7\u5934:"mi\xE1o tou",\u6253\u98A4:"d\u01CE zh\xE0n",\u5927\u85CF:"d\xE0 z\xE0ng",\u755C\u7272:"ch\xF9 sh\u0113ng",\u52FE\u642D:"g\u014Du da",\u6811\u836B:"sh\xF9 y\u012Bn",\u6811\u6748:"sh\xF9 ch\xE0",\u94C1\u6746:"ti\u011B g\u01CEn",\u5C06\u76F8:"ji\xE0ng xi\xE0ng",\u4EFD\u5B50:"f\xE8n zi",\u89C6\u5DEE:"sh\xEC ch\u0101",\u7EFF\u836B:"l\u01DC y\u012Bn",\u67AA\u6746:"qi\u0101ng g\u01CEn",\u7F1D\u7EAB:"f\xE9ng r\xE8n",\u6101\u95F7:"ch\xF3u m\xE8n",\u70B9\u5C06:"di\u01CEn ji\xE0ng",\u534E\u4F57:"hu\xE0 tu\xF3",\u52B2\u5C04:"j\xECng sh\xE8",\u7BB1\u7B3C:"xi\u0101ng l\u01D2ng",\u7EC8\u4E86:"zh\u014Dng li\u01CEo",\u9B13\u53D1:"b\xECn f\xE0",\u7ED3\u5DF4:"ji\u0113 ba",\u82E6\u5E72:"k\u01D4 g\xE0n",\u770B\u5BB6:"k\u0101n ji\u0101",\u6B63\u65E6:"zh\u0113ng d\xE0n",\u4E2D\u80AF:"zh\xF2ng k\u011Bn",\u53A6\u95E8:"xi\xE0 m\xE9n",\u4E1C\u839E:"d\u014Dng gu\u01CEn",\u98DF\u91CF:"sh\xED li\xE0ng",\u5BAB\u8C03:"g\u014Dng di\xE0o",\u95F4\u4F5C:"ji\xE0n zu\xF2",\u5F39\u7247:"d\xE0n pi\xE0n",\u5DEE\u6C60:"ch\u0101 ch\xED",\u6F02\u767D:"pi\u01CEo b\xE1i",\u6760\u5B50:"g\xE0ng zi",\u8C03\u5904:"ti\xE1o ch\u01D4",\u597D\u52A8:"h\xE0o d\xF2ng",\u8F6C\u7089:"zhu\xE0n l\xFA",\u5C4F\u6C14:"b\u01D0ng q\xEC",\u5939\u677F:"ji\u0101 b\u01CEn",\u54C0\u4E50:"\u0101i yu\xE8",\u5E72\u9053:"g\xE0n d\xE0o",\u82E6\u5904:"k\u01D4 ch\xF9",\u5288\u67F4:"p\u01D0 ch\xE1i",\u957F\u52BF:"zh\u01CEng sh\xEC",\u5929\u534E:"ti\u0101n hu\xE1",\u5171\u5904:"g\xF2ng ch\u01D4",\u6821\u9A8C:"ji\xE0o y\xE0n",\u51FA\u585E:"ch\u016B s\xE0i",\u78E8\u76D8:"m\xF2 p\xE1n",\u840E\u9761:"w\u011Bi m\u01D0",\u5954\u4E27:"b\u0113n s\u0101ng",\u5531\u548C:"ch\xE0ng h\xE8",\u5927\u8C03:"d\xE0 di\xE0o",\u975E\u5206:"f\u0113i f\xE8n",\u94BB\u8425:"zu\u0101n y\xEDng",\u5939\u5B50:"ji\u0101 zi",\u8D85\u8F7D:"ch\u0101o z\xE0i",\u66F4\u59CB:"g\u0113ng sh\u01D0",\u94C3\u94DB:"l\xEDng dang",\u62AB\u6563:"p\u012B s\xE0n",\u53D1\u8FD8:"f\u0101 hu\xE1n",\u8F6C\u8F6E:"zhu\xE0n l\xFAn",\u6A2A\u8D22:"h\xE8ng c\xE1i",\u6CE1\u6850:"p\u0101o t\xF3ng",\u629B\u6492:"p\u0101o s\u01CE",\u5929\u5440:"ti\u0101n y\u0101",\u7CCA\u7CCA:"h\u016B hu",\u8EAF\u58F3:"q\u016B qi\xE0o",\u901A\u91CF:"t\u014Dng li\xE0ng",\u5949\u8FD8:"f\xE8ng hu\xE1n",\u5348\u89C9:"w\u01D4 ji\xE0o",\u95F7\u68CD:"m\xE8n g\xF9n",\u6D6A\u5934:"l\xE0ng tou",\u781A\u53F0:"y\xE0n t\xE1i",\u6CB9\u574A:"y\xF3u f\xE1ng",\u5B66\u957F:"xu\xE9 zh\u01CEng",\u8FC7\u8F7D:"gu\xF2 z\xE0i",\u7B14\u8C03:"b\u01D0 di\xE0o",\u8863\u88AB:"y\u012B b\xE8i",\u755C\u4EA7:"x\xF9 ch\u01CEn",\u8C03\u9605:"di\xE0o yu\xE8",\u86EE\u5E72:"m\xE1n g\xE0n",\u66FE\u7956:"z\u0113ng z\u01D4",\u63D0\u5E72:"t\xED g\xE0n",\u53D8\u8C03:"bi\xE0n di\xE0o",\u8986\u6CA1:"f\xF9 m\xF2",\u6A21\u5B50:"m\xFA zi",\u4E50\u5F8B:"yu\xE8 l\u01DC",\u79F0\u5FC3:"ch\xE8n x\u012Bn",\u6728\u6746:"m\xF9 g\u0101n",\u91CD\u5370:"ch\xF3ng y\xECn",\u81EA\u7701:"z\xEC x\u01D0ng",\u63D0\u8C03:"t\xED di\xE0o",\u770B\u76F8:"k\xE0n xi\xE0ng",\u828B\u5934:"y\xF9 tou",\u4E0B\u5207:"xi\xE0 qi\u0113",\u585E\u4E0A:"s\xE0i sh\xE0ng",\u94FA\u5F20:"p\u016B zh\u0101ng",\u85E4\u8513:"t\xE9ng w\xE0n",\u8584\u5E78:"b\xF3 x\xECng",\u89E3\u6570:"xi\xE8 sh\xF9",\u892A\u53BB:"tu\xEC q\xF9",\u9730\u5F39:"xi\xE0n d\xE0n",\u67DA\u6728:"y\xF3u m\xF9",\u75D5\u91CF:"h\xE9n li\xE0ng",\u96C5\u4E50:"y\u01CE yu\xE8",\u53F7\u54ED:"h\xE1o k\u016B",\u8BC8\u964D:"zh\xE0 xi\xE1ng",\u732A\u5708:"zh\u016B ju\xE0n",\u548B\u820C:"z\xE9 sh\xE9",\u94E3\u5E8A:"x\u01D0 chu\xE1ng",\u9632\u5F39:"f\xE1ng d\xE0n",\u5065\u5C06:"ji\xE0n ji\xE0ng",\u4E3D\u6C34:"l\xED shu\u01D0",\u524A\u53D1:"xu\u0113 f\xE0",\u7A7A\u5F53:"k\xF2ng d\u0101ng",\u591A\u76F8:"du\u014D xi\xE0ng",\u9C9C\u89C1:"xi\u01CEn ji\xE0n",\u5212\u6868:"hu\xE1 ji\u01CEng",\u8F7D\u6CE2:"z\xE0i b\u014D",\u8DF3\u86A4:"ti\xE0o zao",\u4FCF\u76AE:"qi\xE0o p\xED",\u5427\u55D2:"b\u0101 d\u0101",\u7ED3\u53D1:"ji\xE9 f\xE0",\u4E86\u65AD:"li\u01CEo du\xE0n",\u540C\u8C03:"t\xF3ng di\xE0o",\u77F3\u78E8:"sh\xED m\xF2",\u65F6\u5DEE:"sh\xED ch\u0101",\u9F3B\u585E:"b\xED s\xE8",\u6311\u5B50:"ti\u0101o zi",\u63A8\u78E8:"tu\u012B m\xF2",\u6B66\u4FAF:"w\u01D4 h\xF3u",\u62B9\u715E:"m\u01D2 sh\u0101",\u8C03\u8F6C:"di\xE0o zhu\u01CEn",\u7C4D\u6CA1:"j\xED m\xF2",\u8FD8\u503A:"hu\xE1n zh\xE0i",\u8C03\u6F14:"di\xE0o y\u01CEn",\u5206\u5212:"f\u0113n hu\xE1",\u5947\u5076:"j\u012B \u01D2u",\u65AD\u559D:"du\xE0n h\xE8",\u95F7\u96F7:"m\xE8n l\xE9i",\u72FC\u85C9:"l\xE1ng j\xED",\u996D\u91CF:"f\xE0n li\xE0ng",\u8FD8\u793C:"hu\xE1n l\u01D0",\u8F6C\u8C03:"zhu\u01CEn di\xE0o",\u661F\u76F8:"x\u012Bng xi\xE0ng",\u624B\u76F8:"sh\u01D2u xi\xE0ng",\u914D\u4E50:"p\xE8i yu\xE8",\u76D6\u5934:"g\xE0i tou",\u8FDE\u6746:"li\xE1n g\u01CEn",\u7C3F\u8BB0:"b\xF9 j\xEC",\u5200\u628A:"d\u0101o b\xE0",\u91CF\u8BCD:"li\xE0ng c\xED",\u540D\u89D2:"m\xEDng ju\xE9",\u6B65\u8C03:"b\xF9 di\xE0o",\u6821\u672C:"ji\xE0o b\u011Bn",\u8D26\u7C3F:"zh\xE0ng b\xF9",\u96BD\u6C38:"ju\xE0n y\u01D2ng",\u7A0D\u4E3A:"sh\u0101o w\xE9i",\u6613\u4F20:"y\xEC zhu\xE0n",\u4E50\u8C31:"yu\xE8 p\u01D4",\u7275\u7D2F:"qi\u0101n l\u011Bi",\u7B54\u7406:"d\u0101 li",\u559D\u65A5:"h\xE8 ch\xEC",\u541F\u54E6:"y\xEDn \xE9",\u5E72\u6E20:"g\xE0n q\xFA",\u6D77\u91CF:"h\u01CEi li\xE0ng",\u7CBE\u5F53:"j\u012Bng d\xE0ng",\u7740\u5E8A:"zhu\xF3 chu\xE1ng",\u6708\u76F8:"yu\xE8 xi\xE0ng",\u5EB6\u51E0:"sh\xF9 j\u012B",\u5BAB\u89C2:"g\u014Dng gu\xE0n",\u8BBA\u5904:"l\xF9n ch\u01D4",\u5F81\u8F9F:"zh\u0113ng b\xEC",\u539A\u6734:"h\xF2u p\xF2",\u4ECB\u58F3:"ji\xE8 qi\xE0o",\u542D\u54E7:"k\u0113ng ch\u012B",\u54AF\u8840:"k\u01CE xi\u011B",\u94FA\u9648:"p\u016B ch\xE9n",\u91CD\u751F:"ch\xF3ng sh\u0113ng",\u4E50\u7406:"yu\xE8 l\u01D0",\u54C0\u53F7:"\u0101i h\xE1o",\u85CF\u5386:"z\xE0ng l\xEC",\u521A\u52B2:"g\u0101ng j\xECng",\u524A\u5E73:"xu\u0113 p\xEDng",\u6D53\u836B:"n\xF3ng y\u012Bn",\u57CE\u579B:"ch\xE9ng du\u01D2",\u5F53\u5DEE:"d\u0101ng ch\u0101i",\u6B63\u4F20:"zh\xE8ng zhu\xE0n",\u5E76\u5904:"b\xECng ch\u01D4",\u521B\u9762:"chu\u0101ng mi\xE0n",\u65E6\u89D2:"d\xE0n ju\xE9",\u8584\u793C:"b\xF3 l\u01D0",\u6643\u8361:"hu\xE0ng dang",\u81CA\u5B50:"s\xE0o zi",\u5BB6\u4EC0:"ji\u0101 sh\xED",\u95F7\u5934:"m\u0113n t\xF3u",\u7F8E\u53D1:"m\u011Bi f\xE0",\u5EA6\u6570:"d\xF9 shu",\u7740\u51C9:"zh\xE1o li\xE1ng",\u95EF\u5C06:"chu\u01CEng ji\xE0ng",\u51E0\u6848:"j\u012B \xE0n",\u59D8\u5934:"p\u012Bn tou",\u5DEE\u6570:"ch\u0101 sh\xF9",\u6563\u788E:"s\u01CEn su\xEC",\u58C5\u585E:"y\u014Dng s\xE8",\u5BD2\u98A4:"h\xE1n zh\xE0n",\u7275\u5F3A:"qi\u0101n qi\u01CEng",\u65E0\u95F4:"w\xFA ji\xE0n",\u8F6E\u8F6C:"l\xFAn zhu\xE0n",\u53F7\u53EB:"h\xE1o ji\xE0o",\u94FA\u6392:"p\u016B p\xE1i",\u964D\u4F0F:"xi\xE1ng f\xFA",\u8F67\u94A2:"zh\xE1 g\u0101ng",\u4E1C\u963F:"d\u014Dng \u0113",\u75C5\u5047:"b\xECng ji\xE0",\u7D2F\u52A0:"l\u011Bi ji\u0101",\u6897\u585E:"g\u011Bng s\xE8",\u5F39\u5939:"d\xE0n ji\u0101",\u94BB\u5FC3:"zu\u0101n x\u012Bn",\u6643\u773C:"hu\u01CEng y\u01CEn",\u9B54\u722A:"m\xF3 zh\u01CEo",\u6807\u91CF:"bi\u0101o li\xE0ng",\u618B\u95F7:"bi\u0113 m\xE8n",\u731C\u5EA6:"c\u0101i du\xF3",\u5904\u58EB:"ch\u01D4 sh\xEC",\u5B98\u5DEE:"gu\u0101n ch\u0101i",\u8BA8\u8FD8:"t\u01CEo hu\xE1n",\u957F\u95E8:"ch\xE1ng m\xE9n",\u998F\u5206:"li\xFA f\u0113n",\u91CC\u5F04:"l\u01D0 l\xF2ng",\u8272\u76F8:"s\xE8 xi\xE0ng",\u96C5\u5174:"y\u01CE x\xECng",\u89D2\u529B:"ju\xE9 l\xEC",\u5F39\u5751:"d\xE0n k\u0113ng",\u679D\u6748:"zh\u012B ch\xE0",\u5939\u5177:"ji\u0101 j\xF9",\u5904\u5211:"ch\u01D4 x\xEDng",\u608D\u5C06:"h\xE0n ji\xE0ng",\u597D\u5B66:"h\xE0o xu\xE9",\u597D\u597D:"h\u01CEo h\u01CEo",\u94F6\u53D1:"y\xEDn f\xE0",\u626B\u628A:"s\xE0o b\u01CE",\u6CD5\u76F8:"f\u01CE xi\xE0ng",\u8D35\u5E72:"gu\xEC g\xE0n",\u4F9B\u6C14:"g\u014Dng q\xEC",\u7A7A\u4F59:"k\xF2ng y\xFA",\u6346\u624E:"k\u01D4n z\u0101",\u7620\u8584:"j\xED b\xF3",\u6D46\u7CCA:"ji\xE0ng hu",\u560E\u5431:"g\u0101 zh\u012B",\u8C03\u4EE4:"di\xE0o l\xECng",\u6CD5\u5E16:"f\u01CE ti\xE8",\u6DCB\u75C5:"l\xECn b\xECng",\u8C03\u6D3E:"di\xE0o p\xE0i",\u8F6C\u76D8:"zhu\xE0n p\xE1n",\u4F9B\u7A3F:"g\u014Dng g\u01CEo",\u5DEE\u5B98:"ch\u0101i gu\u0101n",\u5FE7\u95F7:"y\u014Du m\xE8n",\u6559\u957F:"ji\xE0o zh\u01CEng",\u91CD\u5531:"ch\xF3ng ch\xE0ng",\u9152\u5174:"ji\u01D4 x\xECng",\u4E50\u575B:"yu\xE8 t\xE1n",\u82B1\u5462:"hu\u0101 n\xED",\u53F1\u559D:"ch\xEC h\xE8",\u8180\u81C2:"b\u01CEng b\xEC",\u5F97\u7A7A:"d\xE9 k\xF2ng",\u8F6C\u5708:"zhu\xE0n qu\u0101n",\u6A2A\u66B4:"h\xE8ng b\xE0o",\u54C4\u62AC:"h\u014Dng t\xE1i",\u5F15\u542D:"y\u01D0n h\xE1ng",\u8F7D\u8D27:"z\xE0i hu\xF2",\u4E2D\u8BA1:"zh\xF2ng j\xEC",\u5B98\u957F:"gu\u0101n zh\u01CEng",\u76F8\u9762:"xi\xE0ng mi\xE0n",\u770B\u5934:"k\xE0n tou",\u76FC\u5934:"p\xE0n tou",\u610F\u5174:"y\xEC x\xECng",\u519B\u4E50:"j\u016Bn yu\xE8",\u7D2F\u6B21:"l\u011Bi c\xEC",\u9AA8\u561F:"g\u01D4 d\u016B",\u71D5\u8D75:"y\u0101n zh\xE0o",\u62A5\u4E27:"b\xE0o s\u0101ng",\u5F25\u6492:"m\xED sa",\u6328\u6597:"\xE1i d\xF2u",\u6241\u821F:"pi\u0101n zh\u014Du",\u4E11\u89D2:"ch\u01D2u ju\xE9",\u540A\u4E27:"di\xE0o s\u0101ng",\u5F3A\u5C06:"qi\xE1ng ji\xE0ng",\u91CD\u594F:"ch\xF3ng z\xF2u",\u53D1\u8FAB:"f\xE0 bi\xE0n",\u7740\u9B54:"zh\xE1o m\xF3",\u7740\u6CD5:"zh\u0101o f\u01CE",\u76DB\u653E:"sh\xE8ng f\xE0ng",\u586B\u585E:"ti\xE1n s\xE8",\u51F6\u6A2A:"xi\u014Dng h\xE8ng",\u7A3D\u9996:"q\u01D0 sh\u01D2u",\u7891\u5E16:"b\u0113i ti\xE8",\u51B2\u91CF:"ch\u014Dng li\xE0ng",\u53D1\u83DC:"f\xE0 c\xE0i",\u5047\u53D1:"ji\u01CE f\xE0",\u7FFB\u5377:"f\u0101n ju\u01CEn",\u5C0F\u91CF:"xi\u01CEo li\xE0ng",\u80F6\u7740:"ji\u0101o zhu\xF3",\u91CC\u5B50:"l\u01D0 zi",\u8C03\u8C03:"di\xE0o diao",\u6563\u5175:"s\u01CEn b\u012Bng",\u9AD8\u6311:"g\u0101o ti\u01CEo",\u64AD\u6492:"b\u014D s\u01CE",\u5939\u5FC3:"ji\u0101 x\u012Bn",\u6247\u52A8:"sh\u0101n d\xF2ng",\u53E8\u6270:"t\u0101o r\u01CEo",\u9713\u88F3:"n\xED ch\xE1ng",\u637B\u5B50:"ni\u01CEn zi",\u5F25\u7F1D:"m\xED f\xE9ng",\u6492\u5E03:"s\u01CE b\xF9",\u573A\u9662:"ch\xE1ng yu\xE0n",\u7701\u4EB2:"x\u01D0ng q\u012Bn",\u63D0\u62C9:"t\xED l\u0101",\u60EF\u91CF:"gu\xE0n li\xE0ng",\u5F3A\u903C:"qi\xE1ng b\u012B",\u5F3A\u5F81:"qi\xE1ng zh\u0113ng",\u6655\u8F66:"y\xF9n ch\u0113",\u6570\u9053:"sh\xF9 d\xE0o",\u5E26\u7D2F:"d\xE0i l\xE8i",\u62D3\u672C:"t\xE0 b\u011Bn",\u5ACC\u6076:"xi\xE1n w\xF9",\u5BBF\u5C06:"s\xF9 ji\xE0ng",\u9F9F\u88C2:"j\u016Bn li\xE8",\u7F20\u5939:"ch\xE1n ji\u0101",\u53D1\u5F0F:"f\xE0 sh\xEC",\u9694\u6247:"g\xE9 sh\xE0n",\u5929\u5206:"ti\u0101n f\xE8n",\u7656\u597D:"p\u01D0 h\xE0o",\u56DB\u901A:"s\xEC t\u014Dng",\u767D\u672F:"b\xE1i zh\xFA",\u5212\u4F24:"hu\xE1 sh\u0101ng",\u89D2\u6597:"ju\xE9 d\xF2u",\u542C\u5DEE:"t\u012Bng ch\u0101i",\u5C81\u5DEE:"su\xEC ch\u0101",\u4E27\u793C:"s\u0101ng l\u01D0",\u8109\u8109:"m\xF2 m\xF2",\u524A\u7626:"xu\u0113 sh\xF2u",\u6492\u64AD:"s\u01CE b\u014D",\u838E\u8349:"su\u014D c\u01CEo",\u728D\u4E3A:"qi\xE1n w\xE9i",\u8C03\u5934:"di\xE0o t\xF3u",\u9F99\u5377:"l\xF3ng ju\u01CEn",\u5916\u8C03:"w\xE0i di\xE0o",\u5B57\u5E16:"z\xEC ti\xE8",\u5377\u53D1:"ju\u01CEn f\xE0",\u63E3\u5EA6:"chu\u01CEi du\xF3",\u6D0B\u76F8:"y\xE1ng xi\xE0ng",\u6563\u5149:"s\u01CEn gu\u0101ng",\u9AA8\u788C:"g\u016B lu",\u8584\u547D:"b\xF3 m\xECng",\u7B3C\u5934:"l\xF3ng t\xF3u",\u54BD\u708E:"y\u0101n y\xE1n",\u788C\u78A1:"li\xF9 zhou",\u7247\u513F:"pi\xE0n er",\u7EA4\u624B:"qi\xE0n sh\u01D2u",\u6563\u4F53:"s\u01CEn t\u01D0",\u5185\u7701:"n\xE8i x\u01D0ng",\u5F3A\u7559:"qi\xE1ng li\xFA",\u89E3\u9001:"ji\xE8 s\xF2ng",\u53CD\u95F4:"f\u01CEn ji\xE0n",\u5C11\u58EE:"sh\xE0o zhu\xE0ng",\u7559\u7A7A:"li\xFA k\u014Dng",\u544A\u5047:"g\xE0o ji\xE0",\u54B3\u8840:"k\xE9 xu\xE8",\u8584\u66AE:"b\xF3 m\xF9",\u94FA\u8F68:"p\u016B gu\u01D0",\u78E8\u524A:"m\xF3 xu\u0113",\u6CBB\u4E27:"zh\xEC s\u0101ng",\u53C9\u5B50:"ch\u0101 zi",\u54C4\u52A8:"h\u014Dng d\xF2ng",\u86FE\u5B50:"\xE9 zi",\u51FA\u843D:"ch\u016B lu\xF2",\u80A1\u957F:"g\u01D4 zh\u01CEng",\u8D35\u5904:"gu\xEC ch\xF9",\u8FD8\u9B42:"hu\xE1n h\xFAn",\u4F8B\u5047:"l\xEC ji\xE0",\u5239\u4F4F:"sh\u0101 zh\xF9",\u8EAB\u91CF:"sh\u0113n li\xE0ng",\u540C\u597D:"t\xF3ng h\xE0o",\u6A21\u91CF:"m\xF3 li\xE0ng",\u66F4\u751F:"g\u0113ng sh\u0113ng",\u670D\u4E27:"f\xFA s\u0101ng",\u7387\u76F4:"shu\xE0i zh\xED",\u5B57\u6A21:"z\xEC m\xFA",\u6563\u67B6:"s\u01CEn ji\xE0",\u7B54\u8154:"d\u0101 qi\u0101ng",\u4EA4\u6076:"ji\u0101o w\xF9",\u8584\u60C5:"b\xF3 q\xEDng",\u773C\u6CE1:"y\u01CEn p\u0101o",\u8885\u5A1C:"ni\u01CEo nu\xF3",\u8349\u579B:"c\u01CEo du\xF2",\u51B2\u52B2:"ch\xF2ng j\xECn",\u5462\u5583:"n\xED n\xE1n",\u5207\u4E2D:"qi\xE8 zh\xF2ng",\u6311\u706F:"ti\u01CEo d\u0113ng",\u8FD8\u613F:"hu\xE1n yu\xE0n",\u6FC0\u5C06:"j\u012B ji\xE0ng",\u66F4\u9F13:"g\u0113ng g\u01D4",\u6CA1\u836F:"m\xF2 y\xE0o",\u8D25\u5174:"b\xE0i x\xECng",\u5207\u9762:"qi\u0113 mi\xE0n",\u6563\u6237:"s\u01CEn h\xF9",\u7D2F\u8FDB:"l\u011Bi j\xECn",\u80CC\u5E26:"b\u0113i d\xE0i",\u79E4\u6746:"ch\xE8ng g\u01CEn",\u78BE\u574A:"ni\u01CEn f\xE1ng",\u7C3F\u5B50:"b\xF9 zi",\u6273\u624B:"b\u0101n sh\u01D2u",\u94C5\u5C71:"y\xE1n sh\u0101n",\u5112\u5C06:"r\xFA ji\xE0ng",\u91CD\u5149:"ch\xF3ng gu\u0101ng",\u526A\u53D1:"ji\u01CEn f\xE0",\u957F\u4E0A:"zh\u01CEng sh\xE0ng",\u5C0F\u4F20:"xi\u01CEo zhu\xE0n",\u538B\u8F74:"y\u0101 zh\xF2u",\u5F31\u51A0:"ru\xF2 gu\xE0n",\u82B1\u5377:"hu\u0101 ju\u01CEn",\u6A2A\u7978:"h\xE8ng hu\xF2",\u5939\u514B:"ji\u0101 k\xE8",\u5149\u6655:"gu\u0101ng y\xF9n",\u62AB\u9761:"p\u012B m\u01D0",\u5BF9\u8C03:"du\xEC di\xE0o",\u5939\u6301:"ji\u0101 ch\xED",\u7A7A\u989D:"k\xF2ng \xE9",\u5E73\u8C03:"p\xEDng di\xE0o",\u94FA\u5E8A:"p\u016B chu\xE1ng",\u4E27\u949F:"s\u0101ng zh\u014Dng",\u4F5C\u4E50:"zu\xF2 l\xE8",\u5C11\u5E9C:"sh\xE0o f\u01D4",\u6570\u6570:"shu\xF2 shu\xF2",\u5954\u5934:"b\xE8n tou",\u8FDB\u7ED9:"j\xECn j\u01D0",\u7387\u6027:"shu\xE0i x\xECng",\u4E50\u5B50:"l\xE8 zi",\u7ED1\u624E:"b\u01CEng z\u0101",\u6311\u5506:"ti\u01CEo su\u014D",\u6F02\u6D17:"pi\u01CEo x\u01D0",\u5939\u5899:"ji\u0101 qi\xE1ng",\u54B3\u5598:"k\xE9 chu\u01CEn",\u4E5C\u659C:"mi\u0113 xie",\u9519\u5904:"cu\xF2 ch\xF9",\u95F7\u9152:"m\xE8n ji\u01D4",\u65F6\u8C03:"sh\xED di\xE0o",\u91CD\u5B59:"ch\xF3ng s\u016Bn",\u7ECF\u5E62:"j\u012Bng chu\xE1ng",\u5729\u573A:"x\u016B ch\u01CEng",\u8C03\u95E8:"di\xE0o m\xE9n",\u82B1\u5934:"hu\u0101 t\xF3u",\u5212\u62C9:"hu\xE1 la",\u5957\u8272:"t\xE0o sh\u01CEi",\u7C97\u7387:"c\u016B shu\xE0i",\u76F8\u7387:"xi\u0101ng shu\xE0i",\u6B3E\u8BC6:"ku\u01CEn zh\xEC",\u5401\u8BF7:"y\xF9 q\u01D0ng",\u836B\u853D:"y\u012Bn b\xEC",\u6587\u86E4:"w\xE9n g\xE9",\u5600\u55D2:"d\u012B d\u0101",\u8C03\u53D6:"di\xE0o q\u01D4",\u4EA4\u5DEE:"ji\u0101o ch\u0101i",\u843D\u5B50:"lu\xF2 z\u01D0",\u76F8\u518C:"xi\xE0ng c\xE8",\u7D6E\u53E8:"x\xF9 dao",\u843D\u53D1:"lu\xF2 f\xE0",\u5F02\u76F8:"y\xEC xi\xE0ng",\u6D78\u6CA1:"j\xECn m\xF2",\u89D2\u62B5:"ju\xE9 d\u01D0",\u5378\u8F7D:"xi\xE8 z\xE0i",\u6625\u5377:"ch\u016Bn ju\u01CEn",\u624E\u6323:"zh\xE1 zheng",\u755C\u517B:"x\xF9 y\u01CEng",\u5421\u54AF:"b\u01D0 lu\xF2",\u579B\u5B50:"du\xF2 zi",\u6076\u5C11:"\xE8 sh\xE0o",\u53D1\u9645:"f\xE0 j\xEC",\u7EA2\u82D5:"h\xF3ng sh\xE1o",\u7CE8\u7CCA:"ji\xE0ng hu",\u54ED\u4E27:"k\u016B s\u0101ng",\u7A0D\u606F:"sh\xE0o x\u012B",\u6655\u8239:"y\xF9n chu\xE1n",\u6821\u6837:"ji\xE0o y\xE0ng",\u5916\u5DEE:"w\xE0i ch\u0101",\u811A\u722A:"ji\u01CEo zh\u01CEo",\u94FA\u5C55:"p\u016B zh\u01CEn",\u82AB\u837D:"y\xE1n sui",\u5939\u7D27:"ji\u0101 j\u01D0n",\u5C3F\u6CE1:"su\u012B p\xE0o",\u4E27\u4E71:"s\u0101ng lu\xE0n",\u51F6\u76F8:"xi\u014Dng xi\xE0ng",\u534E\u53D1:"hu\xE1 f\xE0",\u6253\u573A:"d\u01CE ch\xE1ng",\u4E91\u91CF:"y\xFAn li\xE0ng",\u6B63\u5207:"zh\xE8ng qi\u0113",\u5212\u62F3:"hu\xE1 qu\xE1n",\u5212\u8247:"hu\xE1 t\u01D0ng",\u8BC4\u4F20:"p\xEDng zhu\xE0n",\u62C9\u7EA4:"l\u0101 qi\xE0n",\u53E5\u8BFB:"j\xF9 d\xF2u",\u6563\u5242:"s\u01CEn j\xEC",\u9AA8\u6B96:"g\u01D4 shi",\u585E\u97F3:"s\xE8 y\u012Bn",\u94FA\u53D9:"p\u016B x\xF9",\u960F\u6C0F:"y\u0101n zh\u012B",\u51B7\u98A4:"l\u011Bng zh\xE0n",\u715E\u4F4F:"sh\u0101 zh\xF9",\u5C11\u7537:"sh\xE0o n\xE1n",\u7BA1\u4E50:"gu\u01CEn yu\xE8",\u53F7\u5555:"h\xE1o t\xE1o",\u7EB3\u964D:"n\xE0 xi\xE1ng",\u62E5\u585E:"y\u014Dng s\xE8",\u4E07\u4E58:"w\xE0n sh\xE8ng",\u6746\u513F:"g\u01CEn \xE9r",\u845B\u85E4:"g\xE9 t\xE9ng",\u7C3F\u7C4D:"b\xF9 j\xED",\u76AE\u5939:"p\xED ji\u0101",\u6821\u51C6:"ji\xE0o zh\u01D4n",\u5141\u5F53:"y\u01D4n d\xE0ng",\u5668\u91CF:"q\xEC li\xE0ng",\u9009\u8C03:"xu\u01CEn di\xE0o",\u626E\u76F8:"b\xE0n xi\xE0ng",\u5E72\u624D:"g\xE0n c\xE1i",\u57FA\u5E72:"j\u012B g\xE0n",\u5272\u5207:"g\u0113 qi\u0113",\u56FD\u4E50:"gu\xF3 yu\xE8",\u5361\u58F3:"qi\u01CE k\xE9",\u8F9F\u8C37:"b\xEC g\u01D4",\u78E8\u623F:"m\xF2 f\xE1ng",\u54BF\u5440:"y\u012B y\u0101",\u82A5\u672B:"ji\xE8 mo",\u8584\u6280:"b\xF3 j\xEC",\u4EA7\u5047:"ch\u01CEn ji\xE0",\u8BD7\u5174:"sh\u012B x\xECng",\u91CD\u51FA:"ch\xF3ng ch\u016B",\u8F6C\u6905:"zhu\xE0n y\u01D0",\u914C\u91CF:"zhu\xF3 liang",\u7C3F\u518C:"b\xF9 c\xE8",\u85CF\u9752:"z\xE0ng q\u012Bng",\u7684\u58EB:"d\u012B sh\xEC",\u8C03\u4EBA:"di\xE0o r\xE9n",\u89E3\u5143:"ji\xE8 yu\xE1n",\u830E\u5E72:"j\u012Bng g\xE0n",\u5DE8\u91CF:"j\xF9 li\xE0ng",\u6994\u5934:"l\xE1ng tou",\u7387\u771F:"shu\xE0i zh\u0113n",\u55B7\u9999:"p\xE8n xi\u0101ng",\u9501\u94A5:"su\u01D2 yu\xE8",\u867E\u87C6:"h\xE1 m\xE1",\u76F8\u56FE:"xi\xE0ng t\xFA",\u5174\u4F1A:"x\xECng hu\xEC",\u7076\u5934:"z\xE0o t\xF3u",\u91CD\u5A5A:"ch\xF3ng h\u016Bn",\u94BB\u6D1E:"zu\u0101n d\xF2ng",\u5FD6\u5EA6:"c\u01D4n du\xF3",\u515A\u53C2:"d\u01CEng sh\u0113n",\u8C03\u6E29:"di\xE0o w\u0113n",\u6746\u5854:"g\u0101n t\u01CE",\u845B\u5E03:"g\xE9 b\xF9",\u62F1\u5238:"g\u01D2ng xu\xE0n",\u5939\u751F:"ji\u0101 sh\u0113ng",\u9732\u9985:"l\xF2u xi\xE0n",\u6070\u5207:"qi\xE0 qi\xE8",\u6563\u89C1:"s\u01CEn ji\xE0n",\u54E8\u5361:"sh\xE0o qi\u01CE",\u70EB\u53D1:"t\xE0ng f\xE0",\u4F53\u91CF:"t\u01D0 li\xE0ng",\u633A\u62EC:"t\u01D0ng ku\xF2",\u7CFB\u5E26:"j\xEC d\xE0i",\u76F8\u58EB:"xi\xE0ng sh\xEC",\u7F8A\u5708:"y\xE1ng ju\xE0n",\u8F6C\u77E9:"zhu\xE0n j\u01D4",\u5427\u53F0:"b\u0101 t\xE1i",\u82CD\u672F:"c\u0101ng zh\xFA",\u83F2\u8584:"f\u011Bi b\xF3",\u86E4\u86A7:"g\xE9 ji\xE8",\u86E4\u870A:"g\xE9 l\xED",\u74DC\u8513:"gu\u0101 w\xE0n",\u602A\u76F8:"gu\xE0i xi\xE0ng",\u4E34\u5E16:"l\xEDn ti\xE8",\u5973\u7EA2:"n\u01DA g\u014Dng",\u5228\u5E8A:"b\xE0o chu\xE1ng",\u7FD8\u695A:"qi\xE1o ch\u01D4",\u6570\u4E5D:"sh\u01D4 ji\u01D4",\u8C08\u5174:"t\xE1n x\xECng",\u96C4\u52B2:"xi\xF3ng j\xECng",\u624E\u67D3:"z\u0101 r\u01CEn",\u906E\u836B:"zh\u0113 y\u012Bn",\u5468\u6B63:"zh\u014Du zh\xE8ng",\u8D5A\u5934:"zhu\xE0n tou",\u6252\u624B:"p\xE1 sh\u01D2u",\u6400\u548C:"ch\u0101n huo",\u8BDA\u6734:"ch\xE9ng p\u01D4",\u809A\u91CF:"d\xF9 li\xE0ng",\u5E72\u7ED3:"g\u0101n ji\xE9",\u5DE5\u5C3A:"g\u014Dng ch\u011B",\u5BB6\u7D2F:"ji\u0101 l\u011Bi",\u66F2\u6C34:"q\u016B shu\u01D0",\u6C99\u53C2:"sh\u0101 sh\u0113n",\u6311\u82B1:"ti\u01CEo hu\u0101",\u963F\u95E8:"\u0101 m\xE9n",\u80CC\u7BD3:"b\u0113i l\u01D2u",\u762A\u4E09:"bi\u0113 s\u0101n",\u88C1\u5904:"c\xE1i ch\u01D4",\u521B\u75DB:"chu\u0101ng t\xF2ng",\u798F\u76F8:"f\xFA xi\xE0ng",\u66F4\u52A8:"g\u0113ng d\xF2ng",\u8C6A\u5174:"h\xE1o x\xECng",\u8FD8\u9633:"hu\xE1n y\xE1ng",\u8FD8\u5634:"hu\xE1n zu\u01D0",\u501F\u8C03:"ji\xE8 di\xE0o",\u5377\u4E91:"ju\u01CEn y\xFAn",\u6D41\u5F39:"li\xFA d\xE0n",\u60F3\u5934:"xi\u01CEng tou",\u524A\u4EF7:"xu\u0113 ji\xE0",\u6821\u9605:"ji\xE0o yu\xE8",\u96C5\u91CF:"y\u01CE li\xE0ng",\u522B\u4F20:"bi\xE9 zhu\xE0n",\u8584\u9152:"b\xF3 ji\u01D4",\u6625\u5047:"ch\u016Bn ji\xE0",\u53D1\u59BB:"f\xE0 q\u012B",\u54D7\u54D7:"hu\u0101 hu\u0101",\u5BBD\u7EF0:"ku\u0101n chuo",\u4E86\u609F:"li\u01CEo w\xF9",\u5207\u82B1:"qi\u0113 hu\u0101",\u5BA1\u5EA6:"sh\u011Bn du\xF3",\u5E94\u8BB8:"y\u012Bng x\u01D4",\u8F6C\u53F0:"zhu\xE0n t\xE1i",\u4ED4\u732A:"z\u01D0 zh\u016B",\u88C1\u91CF:"c\xE1i li\xE1ng",\u85CF\u620F:"z\xE0ng x\xEC",\u4E58\u5174:"ch\xE9ng x\xECng",\u7EF8\u7F2A:"ch\xF3u m\xF3u",\u6467\u6298:"cu\u012B zh\xE9",\u8C03\u7ECF:"ti\xE1o j\u012Bng",\u8C03\u804C:"di\xE0o zh\xED",\u7F1D\u7F00:"f\xE9ng zhu\xEC",\u9AA8\u6735:"g\u016B du\u01D2",\u6838\u513F:"h\xFA er",\u6052\u91CF:"h\xE9ng li\xE0ng",\u8FD8\u4EF7:"hu\xE1n ji\xE0",\u6D51\u6734:"h\xFAn p\u01D4",\u82E6\u5DEE:"k\u01D4 ch\u0101i",\u9762\u7CCA:"mi\xE0n h\xF9",\u715E\u8F66:"sh\u0101 ch\u0113",\u7701\u89C6:"x\u01D0ng sh\xEC",\u4EC0\u9526:"sh\xED j\u01D0n",\u4FE1\u5DEE:"x\xECn ch\u0101i",\u4F59\u5207:"y\xFA qi\u0113",\u6512\u7709:"cu\xE1n m\xE9i",\u70B8\u7CD5:"zh\xE1 g\u0101o",\u94BB\u6746:"zu\xE0n g\u01CEn",\u6252\u7070:"p\xE1 hu\u012B",\u62CC\u548C:"b\xE0n hu\xF2",\u957F\u8C03:"ch\xE1ng di\xE0o",\u5927\u6E9C:"d\xE0 li\xF9",\u6296\u6402:"d\u01D2u l\u014Du",\u98DE\u8F6C:"f\u0113i zhu\xE0n",\u5E72\u4ED7:"g\xE0n zh\xE0ng",\u597D\u80DC:"h\xE0o sh\xE8ng",\u753B\u7247:"hu\xE0 pi\xE0n",\u6405\u6DF7:"ji\u01CEo h\xFAn",\u87BA\u6746:"lu\xF3 g\u01CEn",\u6728\u6A21:"m\xF9 m\xFA",\u6012\u53F7:"n\xF9 h\xE1o",\u9891\u6570:"p\xEDn sh\xF9",\u65E0\u5B81:"w\xFA n\xEDng",\u9057\u5C11:"y\xED sh\xE0o",\u90AE\u5DEE:"y\xF3u ch\u0101i",\u5360\u5366:"zh\u0101n gu\xE0",\u5360\u661F:"zh\u0101n x\u012Bng",\u91CD\u5BA1:"ch\xF3ng sh\u011Bn",\u81EA\u91CF:"z\xEC li\xE0ng",\u8C03\u9632:"di\xE0o f\xE1ng",\u53D1\u5ECA:"f\xE0 l\xE1ng",\u53CD\u8C03:"f\u01CEn di\xE0o",\u7F1D\u5B50:"f\xE8ng zi",\u66F4\u592B:"g\u0113ng f\u016B",\u9AA8\u5B50:"g\u01D4 zi",\u5149\u6746:"gu\u0101ng g\u01CEn",\u5939\u68CD:"ji\u0101 g\xF9n",\u5C45\u4E27:"j\u016B s\u0101ng",\u5DE8\u8D3E:"j\xF9 g\u01D4",\u770B\u62BC:"k\u0101n y\u0101",\u7A7A\u8F6C:"k\u014Dng zhu\xE0n",\u91CF\u529B:"li\xE0ng l\xEC",\u70AE\u70D9:"p\xE1o lu\xF2",\u8D54\u8FD8:"p\xE9i hu\xE1n",\u6251\u6247:"p\u016B sh\u0101n",\u6563\u8BB0:"s\u01CEn j\xEC",\u6563\u4EF6:"s\u01CEn ji\xE0n",\u5220\u524A:"sh\u0101n xu\u0113",\u5C04\u5E72:"sh\xE8 g\xE0n",\u6761\u51E0:"ti\xE1o j\u012B",\u5077\u7A7A:"t\u014Du k\xF2ng",\u524A\u58C1:"xu\u0113 b\xEC",\u6821\u6838:"ji\xE0o h\xE9",\u9634\u5E72:"y\u012Bn g\u0101n",\u62E9\u83DC:"zh\xE1i c\xE0i",\u91CD\u4E5D:"ch\xF3ng ji\u01D4",\u4E3B\u8C03:"zh\u01D4 di\xE0o",\u81EA\u7981:"z\xEC j\u012Bn",\u5427\u5527:"b\u0101 j\u012B",\u4FBF\u6EBA:"bi\xE0n ni\xE0o",\u8BCD\u8C03:"c\xED di\xE0o",\u53E8\u5495:"d\xE1o gu",\u843D\u6795:"l\xE0o zh\u011Bn",\u94FA\u780C:"p\u016B q\xEC",\u5237\u767D:"shu\xE0 b\xE1i",\u59D4\u9761:"w\u011Bi m\u01D0",\u7CFB\u6CCA:"x\xEC b\xF3",\u76F8\u9A6C:"xi\xE0ng m\u01CE",\u71A8\u5E16:"y\xF9 ti\u0113",\u8F6C\u7B4B:"zhu\xE0n j\u012Bn",\u68D2\u559D:"b\xE0ng h\xE8",\u50A7\u76F8:"b\u012Bn xi\xE0ng",\u9550\u5934:"g\u01CEo t\xF3u",\u95F4\u82D7:"ji\xE0n mi\xE1o",\u4E50\u6C60:"yu\xE8 ch\xED",\u5356\u76F8:"m\xE0i xi\xE0ng",\u5C4F\u5F03:"b\u01D0ng q\xEC",\u94C5\u5F39:"qi\u0101n d\xE0n",\u5207\u53D8:"qi\u0113 bi\xE0n",\u8BF7\u8C03:"q\u01D0ng di\xE0o",\u7FA4\u6C13:"q\xFAn m\xE9ng",\u6563\u677F:"s\u01CEn b\u01CEn",\u7701\u5BDF:"x\u01D0ng ch\xE1",\u4E8B\u5047:"sh\xEC ji\xE0",\u7EA4\u7EF3:"qi\xE0n sh\xE9ng",\u91CD\u5F71:"ch\xF3ng y\u01D0ng",\u8015\u79CD:"g\u0113ng zh\xF2ng",\u79CD\u5730:"zh\xF2ng d\xEC",\u79CD\u83DC:"zh\xF2ng c\xE0i",\u683D\u79CD:"z\u0101i zh\xF2ng",\u63A5\u79CD:"ji\u0113 zh\xF2ng",\u57A6\u79CD:"k\u011Bn zh\xF2ng",\u79CD\u6B96:"zh\xF2ng zh\xED",\u79CD\u74DC:"zh\xF2ng gu\u0101",\u79CD\u8C46:"zh\xF2ng d\xF2u",\u79CD\u6811:"zh\xF2ng sh\xF9",\u7761\u7740:"shu\xEC zh\xE1o",\u7B3C\u5B50:"l\xF3ng zi",\u91CD\u542F:"ch\xF3ng q\u01D0",\u91CD\u6574:"ch\xF3ng zh\u011Bng",\u91CD\u5F39:"ch\xF3ng t\xE1n",\u91CD\u8DB3:"ch\xF3ng z\xFA",\u91CD\u5C71:"ch\xF3ng sh\u0101n",\u91CD\u6E38:"ch\xF3ng y\xF3u",\u91CD\u5CE6:"ch\xF3ng lu\xE1n",\u7237\u7237:"y\xE9 ye",\u5976\u5976:"n\u01CEi nai",\u59E5\u7237:"l\u01CEo ye",\u7238\u7238:"b\xE0 ba",\u5988\u5988:"m\u0101 ma",\u5A76\u5A76:"sh\u011Bn shen",\u8205\u8205:"ji\xF9 jiu",\u59D1\u59D1:"g\u016B gu",\u53D4\u53D4:"sh\u016B shu",\u59E8\u592B:"y\xED fu",\u8205\u6BCD:"ji\xF9 mu",\u59D1\u7236:"g\u016B fu",\u59D0\u592B:"ji\u011B fu",\u5A46\u5A46:"p\xF3 po",\u516C\u516C:"g\u014Dng gong",\u8205\u5B50:"ji\xF9 zi",\u59D0\u59D0:"ji\u011B jie",\u54E5\u54E5:"g\u0113 ge",\u59B9\u59B9:"m\xE8i mei",\u59B9\u592B:"m\xE8i fu",\u59E8\u5B50:"y\xED zi",\u5B9D\u5B9D:"b\u01CEo bao",\u5A03\u5A03:"w\xE1 wa",\u5B69\u5B50:"h\xE1i zi",\u65E5\u5B50:"r\xEC zi",\u6837\u5B50:"y\xE0ng zi",\u72EE\u5B50:"sh\u012B zi",\u8EAB\u5B50:"sh\u0113n zi",\u67B6\u5B50:"ji\xE0 zi",\u5AC2\u5B50:"s\u01CEo zi",\u9F3B\u5B50:"b\xED zi",\u4EAD\u5B50:"t\xEDng zi",\u6298\u5B50:"zh\xE9 zi",\u9762\u5B50:"mi\xE0n zi",\u8116\u5B50:"b\xF3 zi",\u8F88\u5B50:"b\xE8i zi",\u5E3D\u5B50:"m\xE0o zi",\u62CD\u5B50:"p\u0101i zi",\u67F1\u5B50:"zh\xF9 zi",\u8FAB\u5B50:"bi\xE0n zi",\u9E3D\u5B50:"g\u0113 zi",\u623F\u5B50:"f\xE1ng zi",\u4E38\u5B50:"w\xE1n zi",\u644A\u5B50:"t\u0101n zi",\u724C\u5B50:"p\xE1i zi",\u80E1\u5B50:"h\xFA zi",\u9B3C\u5B50:"gu\u01D0 zi",\u77EE\u5B50:"\u01CEi zi",\u9E2D\u5B50:"y\u0101 zi",\u5C0F\u5B50:"xi\u01CEo zi",\u5F71\u5B50:"y\u01D0ng zi",\u5C4B\u5B50:"w\u016B zi",\u5BF9\u5B50:"du\xEC zi",\u70B9\u5B50:"di\u01CEn zi",\u672C\u5B50:"b\u011Bn zi",\u79CD\u5B50:"zh\u01D2ng zi",\u513F\u5B50:"\xE9r zi",\u5154\u5B50:"t\xF9 zi",\u9A97\u5B50:"pi\xE0n zi",\u9662\u5B50:"yu\xE0n zi",\u7334\u5B50:"h\xF3u zi",\u55D3\u5B50:"s\u01CEng zi",\u4F84\u5B50:"zh\xED zi",\u67FF\u5B50:"sh\xEC zi",\u94B3\u5B50:"qi\xE1n zi",\u8671\u5B50:"sh\u012B zi",\u74F6\u5B50:"p\xEDng zi",\u8C79\u5B50:"b\xE0o zi",\u7B77\u5B50:"ku\xE0i zi",\u7BEE\u5B50:"l\xE1n zi",\u7EF3\u5B50:"sh\xE9ng zi",\u5634\u5DF4:"zu\u01D0 ba",\u8033\u6735:"\u011Br duo",\u8304\u5B50:"qi\xE9 zi",\u868C\u57E0:"b\xE8ng b\xF9",\u5D06\u5CD2:"k\u014Dng t\xF3ng",\u7435\u7436:"p\xED pa",\u8611\u83C7:"m\xF3 gu",\u846B\u82A6:"h\xFA lu",\u72D0\u72F8:"h\xFA li",\u6854\u5B50:"j\xFA zi",\u76D2\u5B50:"h\xE9 zi",\u684C\u5B50:"zhu\u014D zi",\u7AF9\u5B50:"zh\xFA zi",\u5E08\u5085:"sh\u012B fu",\u8863\u670D:"y\u012B fu",\u889C\u5B50:"w\xE0 zi",\u676F\u5B50:"b\u0113i zi",\u523A\u732C:"c\xEC wei",\u9EA6\u5B50:"m\xE0i zi",\u961F\u4F0D:"du\xEC wu",\u77E5\u4E86:"zh\u012B li\u01CEo",\u9C7C\u513F:"y\xFA er",\u9984\u9968:"h\xFAn tun",\u706F\u7B3C:"d\u0113ng long",\u5E84\u7A3C:"zhu\u0101ng jia",\u806A\u660E:"c\u014Dng ming",\u955C\u5B50:"j\xECng zi",\u94F6\u5B50:"y\xEDn zi",\u76D8\u5B50:"p\xE1n zi",\u4E86\u5374:"li\u01CEo qu\xE8",\u529B\u6C14:"l\xEC qi",\u5E2D\u5B50:"x\xED zi",\u6797\u5B50:"l\xEDn zi",\u671D\u971E:"zh\u0101o xi\xE1",\u671D\u5915:"zh\u0101o x\u012B",\u671D\u6C14:"zh\u0101o q\xEC",\u7FC5\u8180:"ch\xEC b\u01CEng",\u7701\u957F:"sh\u011Bng zh\u01CEng",\u81E7\u5426:"z\u0101ng p\u01D0",\u5426\u6CF0:"p\u01D0 t\xE0i",\u53D8\u5F97:"bi\xE0n de",\u4E08\u592B:"zh\xE0ng fu",\u8C46\u8150:"d\xF2u fu",\u7B14\u6746:"b\u01D0 g\u01CEn",\u679E\u9633:"z\u014Dng y\xE1ng",\u884C\u4EBA:"x\xEDng r\xE9n",\u6253\u7740:"d\u01CE zhe",\u7B2C\u4E00:"d\xEC y\u012B",\u4E07\u4E00:"w\xE0n y\u012B",\u4E4B\u4E00:"zh\u012B y\u012B",\u5F97\u4E4B:"d\xE9 zh\u012B",\u7EDF\u4E00:"t\u01D2ng y\u012B",\u552F\u4E00:"w\xE9i y\u012B",\u4E13\u4E00:"zhu\u0101n y\u012B",\u5355\u4E00:"d\u0101n y\u012B",\u5982\u4E00:"r\xFA y\u012B",\u5176\u4E00:"q\xED y\u012B",\u5408\u4E00:"h\xE9 y\u012B",\u9010\u4E00:"zh\xFA y\u012B",\u5468\u4E00:"zh\u014Du y\u012B",\u521D\u4E00:"ch\u016B y\u012B",\u7814\u4E00:"y\xE1n y\u012B",\u5F52\u4E00:"gu\u012B y\u012B",\u5047\u4E00:"ji\u01CE y\u012B",\u95FB\u4E00:"w\xE9n y\u012B",\u4E86\u4E86:"li\u01CEo li\u01CEo",\u516C\u4E86:"g\u014Dng li\u01CEo",\u79C1\u4E86:"s\u012B li\u01CEo",\u4E00\u6708:"y\u012B yu\xE8",\u4E00\u53F7:"y\u012B h\xE0o",\u4E00\u7EA7:"y\u012B j\xED",\u4E00\u7B49:"y\u012B d\u011Bng",\u4E00\u54E5:"y\u012B g\u0113",\u6708\u4E00:"yu\xE8 y\u012B",\u4E00\u4E00:"y\u012B y\u012B",\u4E8C\u4E00:"\xE8r y\u012B",\u4E09\u4E00:"s\u0101n y\u012B",\u56DB\u4E00:"s\xEC y\u012B",\u4E94\u4E00:"w\u01D4 y\u012B",\u516D\u4E00:"li\xF9 y\u012B",\u4E03\u4E00:"q\u012B y\u012B",\u516B\u4E00:"b\u0101 y\u012B",\u4E5D\u4E00:"ji\u01D4 y\u012B","\u4E00\u3007":"y\u012B l\xEDng",\u4E00\u96F6:"y\u012B l\xEDng",\u4E00\u4E8C:"y\u012B \xE8r",\u4E00\u4E09:"y\u012B s\u0101n",\u4E00\u56DB:"y\u012B s\xEC",\u4E00\u4E94:"y\u012B w\u01D4",\u4E00\u516D:"y\u012B li\xF9",\u4E00\u4E03:"y\u012B q\u012B",\u4E00\u516B:"y\u012B b\u0101",\u4E00\u4E5D:"y\u012B ji\u01D4",\u4E00\u53C8:"y\u012B y\xF2u",\u4E00\u997C:"y\u012B b\u01D0ng",\u4E00\u697C:"y\u012B l\xF3u",\u4E3A\u4F8B:"w\xE9i l\xEC",\u4E3A\u51C6:"w\xE9i zh\u01D4n",\u6CA7\u6D77:"c\u0101ng h\u01CEi",\u96BE\u4E3A:"n\xE1n w\xE9i",\u8D23\u96BE:"z\xE9 n\xE0n",\u60A3\u96BE:"hu\xE0n n\xE0n",\u78E8\u96BE:"m\xF3 n\xE0n",\u5927\u96BE:"d\xE0 n\xE0n",\u5201\u96BE:"di\u0101o n\xE0n",\u6B89\u96BE:"x\xF9n n\xE0n",\u843D\u96BE:"lu\xF2 n\xE0n",\u7F79\u96BE:"l\xED n\xE0n",\u707E\u96BE:"z\u0101i n\xE0n",\u96BE\u6C11:"n\xE0n m\xEDn",\u82E6\u96BE:"k\u01D4 n\xE0n",\u5371\u96BE:"w\u0113i n\xE0n",\u53D1\u96BE:"f\u0101 n\xE0n",\u9003\u96BE:"t\xE1o n\xE0n",\u907F\u96BE:"b\xEC n\xE0n",\u9047\u96BE:"y\xF9 n\xE0n",\u963B\u96BE:"z\u01D4 n\xE0n",\u5384\u96BE:"\xE8 n\xE0n",\u5F87\u96BE:"x\xF9n n\xE0n",\u7A7A\u96BE:"k\u014Dng n\xE0n",\u559C\u6B22:"x\u01D0 huan",\u671D\u671D:"zh\u0101o zh\u0101o",\u4E0D\u884C:"b\xF9 x\xEDng",\u8F67\u8F67:"y\xE0 y\xE0",\u5F2F\u66F2:"w\u0101n q\u016B",\u626D\u66F2:"ni\u01D4 q\u016B",\u66F2\u76F4:"q\u016B zh\xED",\u59D4\u66F2:"w\u011Bi q\u016B",\u9152\u66F2:"ji\u01D4 q\u016B",\u66F2\u5F84:"q\u016B j\xECng",\u66F2\u89E3:"q\u016B ji\u011B",\u6B6A\u66F2:"w\u0101i q\u016B",\u66F2\u7EBF:"q\u016B xi\xE0n",\u66F2\u961C:"q\u016B f\xF9",\u4E5D\u66F2:"ji\u01D4 q\u016B",\u66F2\u6298:"q\u016B zh\xE9",\u66F2\u80B1:"q\u016B g\u014Dng",\u66F2\u610F:"q\u016B y\xEC",\u4EE1\u4F6C:"g\u0113 l\u01CEo"},ev=Object.keys(oc).map(n=>({zh:n,pinyin:oc[n],probability:2e-8,length:2,priority:Ge.Normal,dict:Symbol("dict2")})),ac={\u4E3A\u4EC0\u4E48:"w\xE8i sh\xE9n me",\u5B9E\u9645\u4E0A:"sh\xED j\xEC shang",\u68C0\u5BDF\u957F:"ji\u01CEn ch\xE1 zh\u01CEng",\u5E72\u4EC0\u4E48:"g\xE0n sh\xE9n me",\u8FD9\u4F1A\u513F:"zh\xE8 hu\xEC er",\u5C3D\u53EF\u80FD:"j\u01D0n k\u011B n\xE9ng",\u8463\u4E8B\u957F:"d\u01D2ng sh\xEC zh\u01CEng",\u4E86\u4E0D\u8D77:"li\u01CEo b\xF9 q\u01D0",\u53C2\u8C0B\u957F:"c\u0101n m\xF3u zh\u01CEng",\u671D\u9C9C\u65CF:"ch\xE1o xi\u01CEn z\xFA",\u6D77\u5185\u5916:"h\u01CEi n\xE8i w\xE0i",\u7981\u4E0D\u4F4F:"j\u012Bn b\xFA zh\xF9",\u67CF\u62C9\u56FE:"b\xF3 l\u0101 t\xFA",\u4E0D\u5728\u4E4E:"b\xFA z\xE0i hu",\u6D1B\u6749\u77F6:"lu\xF2 sh\u0101n j\u012B",\u6709\u70B9\u513F:"y\u01D2u di\u01CEn er",\u8FEB\u51FB\u70AE:"p\u01CEi j\u012B p\xE0o",\u4E0D\u5F97\u4E86:"b\xF9 d\xE9 li\u01CEo",\u9A6C\u5C3E\u677E:"m\u01CE w\u011Bi s\u014Dng",\u8FD0\u8F93\u91CF:"y\xF9n sh\u016B li\xE0ng",\u53D1\u813E\u6C14:"f\u0101 p\xED qi",\u58EB\u5927\u592B:"sh\xEC d\xE0 f\u016B",\u9E2D\u7EFF\u6C5F:"y\u0101 l\xF9 ji\u0101ng",\u538B\u6839\u513F:"y\xE0 g\u0113n er",\u5BF9\u5F97\u8D77:"du\xEC de q\u01D0",\u90A3\u4F1A\u513F:"n\xE0 hu\xEC er",\u81EA\u4E2A\u513F:"z\xEC g\u011B er",\u7269\u7406\u91CF:"w\xF9 l\u01D0 li\xE0ng",\u600E\u4E48\u7740:"z\u011Bn me zh\u0101o",\u660E\u6643\u6643:"m\xEDng hu\u01CEng hu\u01CEng",\u8282\u5047\u65E5:"ji\xE9 ji\xE0 r\xEC",\u5FC3\u91CC\u8BDD:"x\u012Bn l\u01D0 hu\xE0",\u53D1\u884C\u91CF:"f\u0101 x\xEDng li\xE0ng",\u5174\u51B2\u51B2:"x\xECng ch\u014Dng ch\u014Dng",\u5206\u5B50\u91CF:"f\u0113n z\u01D0 li\xE0ng",\u56FD\u5B50\u76D1:"gu\xF3 z\u01D0 ji\xE0n",\u8001\u5927\u96BE:"l\u01CEo d\xE0 n\xE1n",\u515A\u5185\u5916:"d\u01CEng n\xE8i w\xE0i",\u8FD9\u4E48\u7740:"zh\xE8 me zh\u0101o",\u5C11\u5976\u5976:"sh\xE0o n\u01CEi nai",\u6697\u5730\u91CC:"\xE0n d\xEC l\u01D0",\u66F4\u5E74\u671F:"g\u0113ng ni\xE1n q\u012B",\u5DE5\u4F5C\u91CF:"g\u014Dng zu\xF2 li\xE0ng",\u80CC\u5730\u91CC:"b\xE8i d\xEC l\u01D0",\u5C71\u91CC\u7EA2:"sh\u0101n li h\xF3ng",\u597D\u597D\u513F:"h\u01CEo h\u0101o er",\u4EA4\u54CD\u4E50:"ji\u0101o xi\u01CEng yu\xE8",\u597D\u610F\u601D:"h\u01CEo y\xEC si",\u5410\u8C37\u6D51:"t\u01D4 y\xF9 h\xFAn",\u6CA1\u610F\u601D:"m\xE9i y\xEC si",\u7406\u53D1\u5E08:"l\u01D0 f\xE0 sh\u012B",\u5854\u4EC0\u5E72:"t\u01CE sh\xED g\u0101n",\u5145\u5176\u91CF:"ch\u014Dng q\xED li\xE0ng",\u9760\u5F97\u4F4F:"k\xE0o de zh\xF9",\u8F66\u884C\u9053:"ch\u0113 x\xEDng d\xE0o",\u4EBA\u884C\u9053:"r\xE9n x\xEDng d\xE0o",\u4E2D\u90CE\u5C06:"zh\u014Dng l\xE1ng ji\xE0ng",\u7167\u660E\u5F39:"zh\xE0o m\xEDng d\xE0n",\u70DF\u5E55\u5F39:"y\u0101n m\xF9 d\xE0n",\u6CA1\u5948\u4F55:"m\xF2 n\xE0i h\xE9",\u4E71\u54C4\u54C4:"lu\xE0n h\u014Dng h\u014Dng",\u60E0\u66F4\u65AF:"hu\xEC g\u0113ng s\u012B",\u8F7D\u91CD\u91CF:"z\xE0i zh\xF2ng li\xE0ng",\u77A7\u5F97\u8D77:"qi\xE1o de q\u01D0",\u7EAA\u4F20\u4F53:"j\xEC zhu\xE0n t\u01D0",\u963F\u623F\u5BAB:"\u0113 p\xE1ng g\u014Dng",\u5377\u5FC3\u83DC:"ju\u01CEn x\u012Bn c\xE0i",\u620F\u73ED\u5B50:"x\xEC b\u0101n zi",\u8FC7\u5F97\u53BB:"gu\xF2 de q\xF9",\u82B1\u5C97\u77F3:"hu\u0101 g\u0101ng sh\xED",\u5916\u7525\u5973:"w\xE0i sheng n\u01DA",\u56E2\u56E2\u8F6C:"tu\xE1n tu\xE1n zhu\xE0n",\u5927\u5821\u7901:"d\xE0 b\u01CEo ji\u0101o",\u71C3\u70E7\u5F39:"r\xE1n sh\u0101o d\xE0n",\u52B3\u4EC0\u5B50:"l\xE1o sh\xED zi",\u6447\u6EDA\u4E50:"y\xE1o g\u01D4n yu\xE8",\u5939\u7AF9\u6843:"ji\u0101 zh\xFA t\xE1o",\u95F9\u54C4\u54C4:"n\xE0o h\u014Dng h\u014Dng",\u4E09\u8FDE\u51A0:"s\u0101n li\xE1n gu\xE0n",\u91CD\u5934\u620F:"zh\xF2ng t\xF3u x\xEC",\u4E8C\u4EBA\u8F6C:"\xE8r r\xE9n zhu\xE0n",\u8282\u9AA8\u773C:"ji\u0113 g\u01D4 y\u01CEn",\u77E5\u8BC6\u9762:"zh\u012B shi mi\xE0n",\u62A4\u58EB\u957F:"h\xF9 shi zh\u01CEng",\u4FE1\u53F7\u5F39:"x\xECn h\xE0o d\xE0n",\u5E72\u7535\u6C60:"g\u0101n di\xE0n ch\xED",\u67AA\u6746\u5B50:"qi\u0101ng g\u01CEn zi",\u54ED\u4E27\u68D2:"k\u016B s\u0101ng b\xE0ng",\u9F3B\u54BD\u764C:"b\xED y\u0101n \xE1i",\u74E6\u5C97\u519B:"w\u01CE g\u0101ng j\u016Bn",\u4E70\u5F97\u8D77:"m\u01CEi de q\u01D0",\u765E\u86E4\u87C6:"l\xE0i h\xE1 ma",\u810A\u6881\u9AA8:"j\u01D0 liang g\u01D4",\u5B50\u6BCD\u5F39:"z\u01D0 m\u01D4 d\xE0n",\u5F00\u5C0F\u5DEE:"k\u0101i xi\u01CEo ch\u0101i",\u5973\u5F3A\u4EBA:"n\u01DA qi\xE1ng r\xE9n",\u82F1\u96C4\u4F20:"y\u012Bng xi\xF3ng zhu\xE0n",\u7235\u58EB\u4E50:"ju\xE9 sh\xEC yu\xE8",\u8BF4\u7B11\u8BDD:"shu\u014D xi\xE0o hua",\u78B0\u5934\u4F1A:"p\xE8ng t\xF3u hu\xEC",\u73BB\u7483\u94A2:"b\u014D li g\u0101ng",\u66F3\u5149\u5F39:"y\xE8 gu\u0101ng d\xE0n",\u5C11\u6797\u62F3:"sh\xE0o l\xEDn qu\xE1n",\u548F\u53F9\u8C03:"y\u01D2ng t\xE0n di\xE0o",\u5C11\u5148\u961F:"sh\xE0o xi\u0101n du\xEC",\u7075\u957F\u76EE:"l\xEDng zh\u01CEng m\xF9",\u5BF9\u7740\u5E72:"du\xEC zhe g\xE0n",\u8499\u8499\u4EAE:"m\xE9ng m\xE9ng li\xE0ng",\u8F6F\u9AA8\u5934:"ru\u01CEn g\u01D4 tou",\u94FA\u76D6\u5377:"p\u016B g\xE0i ju\u01CEn",\u548C\u7A00\u6CE5:"hu\xF2 x\u012B n\xED",\u80CC\u9ED1\u9505:"b\u0113i h\u0113i gu\u014D",\u7EA2\u5F64\u5F64:"h\xF3ng t\u014Dng t\u014Dng",\u6B66\u4FAF\u7960:"w\u01D4 h\xF3u c\xED",\u6253\u54C6\u55E6:"d\u01CE du\u014D suo",\u6237\u53E3\u7C3F:"h\xF9 k\u01D2u b\xF9",\u9A6C\u5C3E\u85FB:"m\u01CE w\u011Bi z\u01CEo",\u591C\u732B\u5B50:"y\xE8 m\u0101o zi",\u6253\u624B\u52BF:"d\u01CE sh\u01D2u sh\xEC",\u9F99\u738B\u7237:"l\xF3ng w\xE1ng y\xE9",\u6C14\u5934\u4E0A:"q\xEC t\xF3u shang",\u7CCA\u6D82\u866B:"h\xFA tu ch\xF3ng",\u7B14\u6746\u5B50:"b\u01D0 g\u01CEn zi",\u5360\u4FBF\u5B9C:"zh\xE0n pi\xE1n yi",\u6253\u4E3B\u610F:"d\u01CE zh\u01D4 y\xEC",\u591A\u5F39\u5934:"du\u014D d\xE0n t\xF3u",\u9732\u4E00\u624B:"l\xF2u y\xEC sh\u01D2u",\u5830\u585E\u6E56:"y\xE0n s\xE8 h\xFA",\u4FDD\u5F97\u4F4F:"b\u01CEo de zh\xF9",\u8DB5\u7A81\u6CC9:"b\xE0o t\u016B qu\xE1n",\u5965\u5F97\u6CB3:"\xE0o de h\xE9",\u53F8\u52A1\u957F:"s\u012B w\xF9 zh\u01CEng",\u7981\u4E0D\u8D77:"j\u012Bn b\xF9 q\u01D0",\u4EC0\u5239\u6D77:"sh\xED ch\xE0 h\u01CEi",\u83B2\u82B1\u843D:"li\xE1n hu\u0101 l\xE0o",\u89C1\u4E16\u9762:"ji\xE0n sh\xEC mi\xE0n",\u8C41\u51FA\u53BB:"hu\u014D ch\u016B q\xF9",\u7535\u4F4D\u5DEE:"di\xE0n w\xE8i ch\u0101",\u6328\u4E2A\u513F:"\u0101i g\xE8 er",\u90A3\u9635\u513F:"n\xE0 zh\xE8n er",\u80BA\u6D3B\u91CF:"f\xE8i hu\xF3 li\xE0ng",\u5927\u5E08\u5085:"d\xE0 sh\u012B fu",\u63B7\u5F39\u7B52:"zh\xEC d\xE0n t\u01D2ng",\u6253\u547C\u565C:"d\u01CE h\u016B lu",\u5E7F\u6E20\u95E8:"\u0101n q\xFA m\xE9n",\u672A\u89C1\u5F97:"w\xE8i ji\xE0n d\xE9",\u5927\u5A76\u513F:"d\xE0 sh\u011Bn er",\u8C08\u5F97\u6765:"t\xE1n de l\xE1i",\u811A\u4E2B\u5B50:"ji\u01CEo y\u0101 zi",\u7A7A\u5305\u5F39:"k\u014Dng b\u0101o d\xE0n",\u7A9D\u91CC\u6597:"w\u014D li d\xF2u",\u5F39\u7740\u70B9:"d\xE0n zhu\xF3 di\u01CEn",\u4E2A\u5934\u513F:"g\xE8 t\xF3u er",\u770B\u5F97\u8D77:"k\xE0n de q\u01D0",\u7CCA\u6D82\u8D26:"h\xFA tu zh\xE0ng",\u5927\u7329\u7329:"d\xE0 x\u012Bng xing",\u7981\u5F97\u8D77:"j\u012Bn de q\u01D0",\u6CD5\u76F8\u5B97:"f\u01CE xi\xE0ng z\u014Dng",\u53EF\u601C\u76F8:"k\u011B li\xE1n xi\xE0ng",\u5403\u5F97\u4E0B:"ch\u012B de xi\xE0",\u6C49\u5821\u5305:"h\xE0n b\u01CEo b\u0101o",\u95F9\u56B7\u56B7:"n\xE0o r\u0101ng r\u0101ng",\u6570\u6765\u5B9D:"sh\u01D4 l\xE1i b\u01CEo",\u5408\u5F97\u6765:"h\xE9 de l\xE1i",\u5E72\u6027\u6CB9:"g\u0101n x\xECng y\xF3u",\u95F7\u846B\u82A6:"m\xE8n h\xFA lu",\u5471\u5471\u53EB:"gu\u0101 gu\u0101 ji\xE0o",\u897F\u6D0B\u53C2:"x\u012B y\xE1ng sh\u0113n",\u6797\u836B\u9053:"l\xEDn y\u012Bn d\xE0o",\u62C9\u5BB6\u5E38:"l\u0101 ji\u0101 ch\xE1ng",\u5377\u94FA\u76D6:"ju\u01CEn p\u016B g\xE0i",\u8FC7\u5F97\u786C:"gu\xF2 de y\xECng",\u98DE\u5C06\u519B:"f\u0113i ji\u0101ng j\u016Bn",\u6311\u5927\u6881:"ti\u01CEo d\xE0 li\xE1ng",\u54C8\u5DF4\u72D7:"h\u01CE ba g\u01D2u",\u8FC7\u5BB6\u5BB6:"gu\xF2 ji\u0101 ji\u0101",\u50AC\u6CEA\u5F39:"cu\u012B l\xE8i d\xE0n",\u96E8\u5939\u96EA:"y\u01D4 ji\u0101 xu\u011B",\u6572\u7AF9\u6760:"qi\u0101o zh\xFA g\xE0ng",\u5217\u8F66\u957F:"li\xE8 ch\u0113 zh\u01CEng",\u534E\u8FBE\u5462:"hu\xE1 d\xE1 n\xED",\u72AF\u5F97\u7740:"f\xE0n de zh\xE1o",\u571F\u7599\u7629:"t\u01D4 g\u0113 da",\u715E\u98CE\u666F:"sh\u0101 f\u0113ng j\u01D0ng",\u8F7B\u91CF\u7EA7:"q\u012Bng li\xE0ng j\xED",\u7F9E\u7B54\u7B54:"xi\u016B d\u0101 d\u0101",\u77F3\u5B50\u513F:"sh\xED z\u01D0 er",\u8FBE\u59C6\u5F39:"d\xE1 m\u01D4 d\xE0n",\u79D1\u6559\u7247:"k\u0113 ji\xE0o pi\u0101n",\u4F83\u5927\u5C71:"k\u01CEn d\xE0 sh\u0101n",\u4E01\u70B9\u513F:"d\u012Bng di\u01CEn er",\u5403\u5F97\u6D88:"ch\u012B de xi\u0101o",\u634B\u864E\u987B:"lu\u014D h\u01D4 x\u016B",\u9AD8\u4E3D\u53C2:"g\u0101o l\xED sh\u0113n",\u4F17\u751F\u76F8:"zh\xF2ng sh\u0113ng xi\xE0ng",\u54BD\u5CE1\u708E:"y\u0101n xi\xE1 y\xE1n",\u7981\u5F97\u4F4F:"j\u012Bn de zh\xF9",\u5403\u5F97\u5F00:"ch\u012B de k\u0101i",\u67DE\u4E1D\u7EF8:"zu\xF2 s\u012B ch\xF3u",\u5E94\u58F0\u866B:"y\xECng sh\u0113ng ch\xF3ng",\u6570\u5F97\u7740:"sh\u01D4 de zh\xE1o",\u50BB\u52B2\u513F:"sh\u01CE j\xECn er",\u94C5\u73BB\u7483:"qi\u0101n b\u014D li",\u53EF\u7684\u677E:"k\u011B d\xEC s\u014Dng",\u5212\u5F97\u6765:"hu\xE1 de l\xE1i",\u6655\u4E4E\u4E4E:"y\u016Bn h\u016B h\u016B",\u5C4E\u58F3\u90CE:"sh\u01D0 ke l\xE0ng",\u5C25\u8E76\u5B50:"li\xE0o ju\u011B zi",\u85CF\u7EA2\u82B1:"z\xE0ng h\xF3ng hu\u0101",\u95F7\u7F50\u8F66:"m\xE8n gu\xE0n ch\u0113",\u5361\u8116\u5B50:"qi\u01CE b\xF3 zi",\u7EA2\u6F84\u6F84:"h\xF3ng deng deng",\u8D76\u5F97\u53CA:"g\u01CEn de j\xED",\u5F53\u95F4\u513F:"d\u0101ng ji\xE0n er",\u9732\u9A6C\u811A:"l\xF2u m\u01CE ji\u01CEo",\u9E21\u5185\u91D1:"j\u012B n\xE8i j\u012Bn",\u72AF\u5F97\u4E0A:"f\xE0n de sh\xE0ng",\u9489\u9F7F\u8019:"d\u012Bng ch\u01D0 b\xE0",\u9971\u548C\u70B9:"b\u01CEo h\xE9 di\u01CEn",\u9F99\u722A\u69D0:"l\xF3ng zh\u01CEo hu\xE1i",\u559D\u5012\u5F69:"h\xE8 d\xE0o c\u01CEi",\u5B9A\u51A0\u8BCD:"d\xECng gu\xE0n c\xED",\u62C5\u62C5\u9762:"d\xE0n dan mi\xE0n",\u5403\u5F97\u4F4F:"ch\u012B de zh\xF9",\u722A\u5C16\u513F:"zhu\u01CE ji\u0101n er",\u652F\u7740\u513F:"zh\u012B zh\u0101o er",\u6298\u8DDF\u5934:"zh\u0113 g\u0113n tou",\u9634\u7740\u513F:"y\u012Bn zh\u0101o er",\u70DF\u5377\u513F:"y\u0101n ju\u01CEn er",\u5BA3\u4F20\u5F39:"xu\u0101n chu\xE1n d\xE0n",\u4FE1\u76AE\u513F:"x\xECn p\xED er",\u5F26\u5207\u89D2:"xi\xE1n qi\u0113 ji\u01CEo",\u7F29\u7802\u5BC6:"s\xF9 sh\u0101 m\xEC",\u8BF4\u5F97\u6765:"shu\u014D de l\xE1i",\u6C34\u6F02\u513F:"shu\u01D0 pi\u0101o er",\u800D\u7B14\u6746:"shu\u01CE b\u01D0 g\u01CEn",\u6570\u5F97\u4E0A:"sh\u01D4 de sh\xE0ng",\u6570\u4E0D\u7740:"sh\u01D4 b\xF9 zh\xE1o",\u6570\u4E0D\u6E05:"sh\u01D4 b\xF9 q\u012Bng",\u4EC0\u4EF6\u513F:"sh\xED ji\xE0n er",\u751F\u6B7B\u7C3F:"sh\u0113ng s\u01D0 b\xF9",\u6247\u98CE\u673A:"sh\u0101n f\u0113ng j\u012B",\u6492\u5453\u6323:"s\u0101 y\xEC zheng",\u65E5\u8BB0\u7C3F:"r\xEC j\xEC b\xF9",\u70ED\u5F97\u5FEB:"r\xE8 de ku\xE0i",\u4EB2\u5BB6\u516C:"q\xECng jia g\u014Dng",\u5947\u51FD\u6570:"j\u012B h\xE1n sh\xF9",\u62CD\u7EB8\u7C3F:"p\u0101i zh\u01D0 b\xF9",\u52AA\u52B2\u513F:"n\u01D4 j\xECn er",\u6CE5\u5A03\u5A03:"n\xED w\xE1 wa",\u5185\u5207\u5706:"n\xE8i qi\u0113 yu\xE1n",\u54EA\u4F1A\u513F:"n\u01CE hu\xEC er",\u95F7\u5934\u513F:"m\u0113n t\xF3u er",\u6CA1\u8C31\u513F:"m\xE9i p\u01D4 er",\u94C6\u52B2\u513F:"m\u01CEo j\xECn er",\u6E9C\u80A9\u8180:"li\u016B ji\u0101n b\u01CEng",\u4E86\u671B\u53F0:"li\xE0o w\xE0ng t\xE1i",\u8001\u6765\u5C11:"l\u01CEo l\xE1i sh\xE0o",\u5764\u89D2\u513F:"k\u016Bn ju\xE9 er",\u8003\u52E4\u7C3F:"k\u01CEo q\xEDn b\xF9",\u5377\u7B14\u5200:"ju\u01CEn b\u01D0 d\u0101o",\u8FDB\u7ED9\u91CF:"j\xECn j\u01D0 li\xE0ng",\u5212\u4E0D\u6765:"hu\xE1 b\xF9 l\xE1i",\u6C57\u8902\u513F:"h\xE0n gu\xE0 er",\u9F13\u56CA\u56CA:"g\u01D4 n\u0101ng n\u0101ng",\u591F\u52B2\u513F:"g\xF2u j\xECn er",\u516C\u5207\u7EBF:"g\u014Dng qi\u0113 xi\xE0n",\u6401\u5F97\u4F4F:"g\xE9 de zh\xF9",\u8D76\u6D6A\u5934:"g\u01CEn l\xE0ng t\xF3u",\u8D76\u5F97\u4E0A:"g\u01CEn de sh\xE0ng",\u5E72\u9175\u6BCD:"g\u0101n ji\xE0o m\u01D4",\u560E\u6E23\u513F:"g\u0101 zh\u0101 er",\u560E\u5623\u8106:"g\u0101 b\u0113ng cu\xEC",\u5BF9\u5F97\u4F4F:"du\xEC de zh\xF9",\u9017\u95F7\u5B50:"d\xF2u m\xE8n zi",\u9876\u5471\u5471:"d\u01D0ng gu\u0101 gu\u0101",\u6EF4\u6E9C\u513F:"d\u012B li\xF9 er",\u5927\u8F74\u5B50:"d\xE0 zh\xF2u zi",\u6253\u677F\u5B50:"d\u01CE b\u01CEn zi",\u5BF8\u52B2\u513F:"c\xF9n j\xECn er",\u918B\u52B2\u513F:"c\xF9 j\xECn er",\u63E3\u624B\u513F:"chu\u0101i sh\u01D2u er",\u51B2\u52B2\u513F:"ch\xF2ng j\xECn er",\u5403\u5F97\u6765:"ch\u012B de l\xE1i",\u4E0D\u66F4\u4E8B:"b\xF9 g\u0113ng sh\xEC",\u5954\u5934\u513F:"b\xE8n tou er",\u767E\u592B\u957F:"b\u01CEi f\u016B zh\u01CEng",\u5A03\u5A03\u4EB2:"w\xE1 wa q\u012Bn",\u6B7B\u52B2\u513F:"s\u01D0 j\xECn er",\u9AA8\u6735\u513F:"g\u016B du\u01D2 er",\u529F\u52B3\u7C3F:"g\u014Dng l\xE1o b\xF9",\u90FD\u6C5F\u5830:"d\u016B ji\u0101ng y\xE0n",\u4E00\u62C5\u6C34:"y\xED d\xE0n shu\u01D0",\u5426\u6781\u6CF0:"p\u01D0 j\xED t\xE0i",\u6CF0\u6765\u5426:"t\xE0i l\xE1i p\u01D0",\u54B3\u7279\u7075:"k\xE9 t\xE8 l\xEDng",\u5F00\u6237\u884C:"k\u0101i h\xF9 h\xE1ng",\u90E6\u98DF\u5176:"l\xEC y\xEC j\u012B",\u82B1\u4E8B\u4E86:"hu\u0101 sh\xEC li\u01CEo",\u4E00\u66F4\u66F4:"y\xEC g\u0113ng g\u0113ng",\u4E00\u91CD\u5C71:"y\xEC ch\xF3ng sh\u0101n",\u98CE\u4E00\u66F4:"f\u0113ng y\xEC g\u0113ng",\u96EA\u4E00\u66F4:"xu\u011B y\xEC g\u0113ng",\u5F52\u4E00\u7801:"gu\u012B y\xEC m\u01CE",\u661F\u671F\u4E00:"x\u012Bng q\u012B y\u012B",\u793C\u62DC\u4E00:"l\u01D0 b\xE0i y\u012B",\u4E00\u5B63\u5EA6:"y\u012B j\xEC d\xF9",\u4E00\u6708\u4E00:"y\u012B yu\xE8 y\u012B",\u4E00\u5B57\u9A6C:"y\u012B z\xEC m\u01CE",\u4E00\u662F\u4E00:"y\u012B sh\xEC y\u012B",\u4E00\u6B21\u65B9:"y\u012B c\xEC f\u0101ng",\u4E00\u9633\u6307:"y\u012B y\xE1ng zh\u01D0",\u4E00\u5B57\u51B3:"y\u012B z\xEC ju\xE9",\u4E00\u5E74\u7EA7:"y\u012B ni\xE1n j\xED",\u4E00\u4E0D\u505A:"y\u012B b\xFA zu\xF2",\u5C48\u620C\u513F:"q\u016B qu \xE9r",\u96BE\u4E3A\u6C34:"n\xE1n w\xE9i shu\u01D0",\u96BE\u4E3A\u60C5:"n\xE1n w\xE9i q\xEDng",\u884C\u4E00\u884C:"x\xEDng y\xEC h\xE1ng",\u522B\u522B\u7684:"bi\xE8 bi\xE9 de",\u5E72\u54EA\u884C:"g\xE0n n\u01CE h\xE1ng",\u5E72\u4E00\u884C:"g\xE0n y\xEC h\xE1ng",\u66F2\u522B\u9488:"q\u016B bi\xE9 zh\u0113n"},nv=Object.keys(ac).map(n=>({zh:n,pinyin:ac[n],probability:2e-8,length:3,priority:Ge.Normal,dict:Symbol("dict3")})),lc={\u6210\u5409\u601D\u6C57:"ch\xE9ng j\xED s\u012B h\xE1n",\u56DB\u901A\u516B\u8FBE:"s\xEC t\u014Dng b\u0101 d\xE1",\u4E00\u6A21\u4E00\u6837:"y\xEC m\xFA y\xED y\xE0ng",\u9752\u85CF\u9AD8\u539F:"q\u012Bng z\xE0ng g\u0101o yu\xE1n",\u963F\u5F25\u9640\u4F5B:"\u0113 m\xED tu\xF3 f\xF3",\u89E3\u653E\u601D\u60F3:"ji\xE8 f\xE0ng s\u012B xi\u01CEng",\u6240\u4F5C\u6240\u4E3A:"su\u01D2 zu\xF2 su\u01D2 w\xE9i",\u8FF7\u8FF7\u7CCA\u7CCA:"m\xED m\xED hu h\u016B",\u8377\u67AA\u5B9E\u5F39:"h\xE8 qi\u0101ng sh\xED d\xE0n",\u5174\u9AD8\u91C7\u70C8:"x\xECng g\u0101o c\u01CEi li\xE8",\u65E0\u80FD\u4E3A\u529B:"w\xFA n\xE9ng w\xE9i l\xEC",\u5E03\u9C81\u585E\u5C14:"b\xF9 l\u01D4 s\xE0i \u011Br",\u4E3A\u6240\u6B32\u4E3A:"w\xE9i su\u01D2 y\xF9 w\xE9i",\u514B\u4EC0\u7C73\u5C14:"k\xE8 sh\xED m\u01D0 \u011Br",\u6CA1\u5B8C\u6CA1\u4E86:"m\xE9i w\xE1n m\xE9i li\u01CEo",\u4E0D\u4E3A\u4EBA\u77E5:"b\xF9 w\xE9i r\xE9n zh\u012B",\u7ED3\u7ED3\u5DF4\u5DF4:"ji\u0113 ji\u0113 b\u0101 b\u0101",\u524D\u4EC6\u540E\u7EE7:"qi\xE1n p\u016B h\xF2u j\xEC",\u94FA\u5929\u76D6\u5730:"p\u016B ti\u0101n g\xE0i d\xEC",\u76F4\u622A\u4E86\u5F53:"zh\xED ji\xE9 li\u01CEo d\xE0ng",\u4F9B\u4E0D\u5E94\u6C42:"g\u014Dng b\xFA y\xECng qi\xFA",\u5FA1\u53F2\u5927\u592B:"y\xF9 sh\u01D0 d\xE0 f\u016B",\u4E0D\u4E3A\u74E6\u5168:"b\xF9 w\xE9i w\u01CE qu\xE1n",\u4E0D\u53EF\u6536\u62FE:"b\xF9 k\u011B sh\u014Du shi",\u80E1\u4F5C\u975E\u4E3A:"h\xFA zu\xF2 f\u0113i w\xE9i",\u5206\u6BEB\u4E0D\u5DEE:"f\u0113n h\xE1o b\xFA ch\xE0",\u6A21\u6A21\u7CCA\u7CCA:"m\xF3 m\xF3 hu h\u016B",\u4E0D\u8DB3\u4E3A\u5947:"b\xF9 z\xFA w\xE9i q\xED",\u6084\u65E0\u58F0\u606F:"qi\u01CEo w\xFA sh\u0113ng x\u012B",\u4E86\u5982\u6307\u638C:"li\u01CEo r\xFA zh\u01D0 zh\u01CEng",\u6DF1\u6076\u75DB\u7EDD:"sh\u0113n w\xF9 t\xF2ng ju\xE9",\u9AD8\u9AD8\u5174\u5174:"g\u0101o g\u0101o x\xECng x\xECng",\u5509\u58F0\u53F9\u6C14:"\u0101i sh\u0113ng t\xE0n q\xEC",\u6C49\u85CF\u8BED\u7CFB:"h\xE0n z\xE0ng y\u01D4 x\xEC",\u5904\u5FC3\u79EF\u8651:"ch\u01D4 x\u012Bn j\u012B l\u01DC",\u6CE3\u4E0D\u6210\u58F0:"q\xEC b\xF9 ch\xE9ng sh\u0113ng",\u534A\u591C\u4E09\u66F4:"b\xE0n y\xE8 s\u0101n g\u0113ng",\u5931\u9B42\u843D\u9B44:"sh\u012B h\xFAn lu\xF2 p\xF2",\u4E8C\u5341\u516B\u5BBF:"\xE8r sh\xED b\u0101 xi\xF9",\u8F6C\u6765\u8F6C\u53BB:"zhu\xE0n l\xE1i zhu\xE0n q\xF9",\u6570\u4EE5\u4E07\u8BA1:"sh\u01D4 y\u01D0 w\xE0n j\xEC",\u76F8\u4F9D\u4E3A\u547D:"xi\u0101ng y\u012B w\xE9i m\xECng",\u604B\u604B\u4E0D\u820D:"li\xE0n li\xE0n b\xF9 sh\u011B",\u5C48\u6307\u53EF\u6570:"q\u016B zh\u01D0 k\u011B sh\u01D4",\u795E\u51FA\u9B3C\u6CA1:"sh\xE9n ch\u016B gu\u01D0 m\xF2",\u7ED3\u7ED3\u5B9E\u5B9E:"ji\u0113 ji\u0113 sh\xED sh\xED",\u6709\u7684\u653E\u77E2:"y\u01D2u d\xEC f\xE0ng sh\u01D0",\u53FD\u54E9\u5495\u565C:"j\u012B l\u01D0 g\u016B l\u016B",\u8C03\u5175\u9063\u5C06:"di\xE0o b\u012Bng qi\u01CEn ji\xE0ng",\u8F7D\u6B4C\u8F7D\u821E:"z\xE0i g\u0113 z\xE0i w\u01D4",\u8F6C\u5371\u4E3A\u5B89:"zhu\u01CEn w\u0113i w\xE9i \u0101n",\u8E0F\u8E0F\u5B9E\u5B9E:"t\u0101 t\u0101 shi sh\xED",\u6851\u7ED9\u5DF4\u5C14:"s\u0101ng j\u01D0 b\u0101 \u011Br",\u88C5\u6A21\u4F5C\u6837:"zhu\u0101ng m\xFA zu\xF2 y\xE0ng",\u89C1\u4E49\u52C7\u4E3A:"ji\xE0n y\xEC y\u01D2ng w\xE9i",\u76F8\u5DEE\u65E0\u51E0:"xi\u0101ng ch\u0101 w\xFA j\u01D0",\u53F9\u4E3A\u89C2\u6B62:"t\xE0n w\xE9i gu\u0101n zh\u01D0",\u95F7\u95F7\u4E0D\u4E50:"m\xE8n m\xE8n b\xFA l\xE8",\u559C\u6012\u54C0\u4E50:"x\u01D0 n\xF9 \u0101i l\xE8",\u9C9C\u4E3A\u4EBA\u77E5:"xi\u01CEn w\xE9i r\xE9n zh\u012B",\u5F20\u7259\u821E\u722A:"zh\u0101ng y\xE1 w\u01D4 zh\u01CEo",\u4E3A\u975E\u4F5C\u6B79:"w\xE9i f\u0113i zu\xF2 d\u01CEi",\u542B\u7CCA\u5176\u8F9E:"h\xE1n h\xFA q\xED c\xED",\u75B2\u4E8E\u5954\u547D:"p\xED y\xFA b\u0113n m\xECng",\u52C9\u4E3A\u5176\u96BE:"mi\u01CEn w\xE9i q\xED n\xE1n",\u4F9D\u4F9D\u4E0D\u820D:"y\u012B y\u012B b\xF9 sh\u011B",\u9876\u5934\u4E0A\u53F8:"d\u01D0ng t\xF3u sh\xE0ng si",\u4E0D\u7740\u8FB9\u9645:"b\xF9 zhu\xF3 bi\u0101n j\xEC",\u5927\u6A21\u5927\u6837:"d\xE0 m\xFA d\xE0 y\xE0ng",\u5BFB\u6B22\u4F5C\u4E50:"x\xFAn hu\u0101n zu\xF2 l\xE8",\u4E00\u8D70\u4E86\u4E4B:"y\xEC z\u01D2u li\u01CEo zh\u012B",\u5B57\u91CC\u884C\u95F4:"z\xEC l\u01D0 h\xE1ng ji\u0101n",\u542B\u542B\u7CCA\u7CCA:"h\xE1n h\xE1n hu h\u016B",\u6070\u5982\u5176\u5206:"qi\xE0 r\xFA q\xED f\xE8n",\u7834\u6D95\u4E3A\u7B11:"p\xF2 t\xEC w\xE9i xi\xE0o",\u6DF1\u66F4\u534A\u591C:"sh\u0113n g\u0113ng b\xE0n y\xE8",\u5343\u5DEE\u4E07\u522B:"qi\u0101n ch\u0101 w\xE0n bi\xE9",\u6570\u4E0D\u80DC\u6570:"sh\u01D4 b\xFA sh\xE8ng sh\u01D4",\u636E\u4E3A\u5DF1\u6709:"j\xF9 w\xE9i j\u01D0 y\u01D2u",\u5929\u65CB\u5730\u8F6C:"ti\u0101n xu\xE1n d\xEC zhu\xE0n",\u517B\u5C0A\u5904\u4F18:"y\u01CEng z\u016Bn ch\u01D4 y\u014Du",\u73BB\u7483\u7EA4\u7EF4:"b\u014D li xi\u0101n w\xE9i",\u5435\u5435\u95F9\u95F9:"ch\u0101o chao n\xE0o n\xE0o",\u6655\u5934\u8F6C\u5411:"y\u016Bn t\xF3u zhu\xE0n xi\xE0ng",\u571F\u751F\u571F\u957F:"t\u01D4 sh\u0113ng t\u01D4 zh\u01CEng",\u5B81\u6B7B\u4E0D\u5C48:"n\xECng s\u01D0 b\xF9 q\u016B",\u4E0D\u7701\u4EBA\u4E8B:"b\xF9 x\u01D0ng r\xE9n sh\xEC",\u5C3D\u529B\u800C\u4E3A:"j\xECn l\xEC \xE9r w\xE9i",\u7CBE\u660E\u5F3A\u5E72:"j\u012Bng m\xEDng qi\xE1ng g\xE0n",\u5520\u5520\u53E8\u53E8:"l\xE1o lao d\u0101o d\u0101o",\u53FD\u53FD\u55B3\u55B3:"j\u012B ji zh\u0101 zh\u0101",\u529F\u4E0D\u53EF\u6CA1:"g\u014Dng b\xF9 k\u011B m\xF2",\u9532\u800C\u4E0D\u820D:"qi\xE8 \xE9r b\xF9 sh\u011B",\u6392\u5FE7\u89E3\u96BE:"p\xE1i y\u014Du ji\u011B n\xE0n",\u7A00\u91CC\u7CCA\u6D82:"x\u012B li h\xFA t\xFA",\u5404\u6709\u6240\u957F:"g\xE8 y\u01D2u su\u01D2 ch\xE1ng",\u7684\u7684\u786E\u786E:"d\xED d\xED qu\xE8 qu\xE8",\u54C4\u5802\u5927\u7B11:"h\u014Dng t\xE1ng d\xE0 xi\xE0o",\u542C\u800C\u4E0D\u95FB:"t\u012Bng \xE9r b\xF9 w\xE9n",\u5200\u8015\u706B\u79CD:"d\u0101o g\u0113ng hu\u01D2 zh\xF2ng",\u5185\u5206\u6CCC\u817A:"n\xE8i f\xE8n m\xEC xi\xE0n",\u5316\u9669\u4E3A\u5937:"hu\xE0 xi\u01CEn w\xE9i y\xED",\u767E\u53D1\u767E\u4E2D:"b\u01CEi f\u0101 b\u01CEi zh\xF2ng",\u91CD\u89C1\u5929\u65E5:"ch\xF3ng ji\xE0n ti\u0101n r\xEC",\u53CD\u8D25\u4E3A\u80DC:"f\u01CEn b\xE0i w\xE9i sh\xE8ng",\u4E00\u4E86\u767E\u4E86:"y\xEC li\u01CEo b\u01CEi li\u01CEo",\u5927\u5927\u54A7\u54A7:"d\xE0 da li\u0113 li\u0113",\u5FC3\u6025\u706B\u71CE:"x\u012Bn j\xED hu\u01D2 li\u01CEo",\u7C97\u5FC3\u5927\u610F:"c\u016B x\u012Bn d\xE0 yi",\u9E21\u76AE\u7599\u7629:"j\u012B p\xED g\u0113 da",\u5937\u4E3A\u5E73\u5730:"y\xED w\xE9i p\xEDng d\xEC",\u65E5\u79EF\u6708\u7D2F:"r\xEC j\u012B yu\xE8 l\u011Bi",\u8BBE\u8EAB\u5904\u5730:"sh\xE8 sh\u0113n ch\u01D4 d\xEC",\u6295\u5176\u6240\u597D:"t\xF3u q\xED su\u01D2 h\xE0o",\u95F4\u4E0D\u5BB9\u53D1:"ji\u0101n b\xF9 r\xF3ng f\xE0",\u4EBA\u6EE1\u4E3A\u60A3:"r\xE9n m\u01CEn w\xE9i hu\xE0n",\u7A77\u8FFD\u4E0D\u820D:"qi\xF3ng zhu\u012B b\xF9 sh\u011B",\u4E3A\u65F6\u5DF2\u665A:"w\xE9i sh\xED y\u01D0 w\u01CEn",\u5982\u6570\u5BB6\u73CD:"r\xFA sh\u01D4 ji\u0101 zh\u0113n",\u5FC3\u91CC\u6709\u6570:"x\u012Bn l\u01D0 y\u01D2u sh\xF9",\u4EE5\u7259\u8FD8\u7259:"y\u01D0 y\xE1 hu\xE1n y\xE1",\u795E\u4E0D\u5B88\u820D:"sh\xE9n b\xF9 sh\u01D2u sh\u011B",\u5B5F\u4EC0\u7EF4\u514B:"m\xE8ng sh\xED w\xE9i k\xE8",\u5404\u81EA\u4E3A\u6218:"g\xE8 z\xEC w\xE9i zh\xE0n",\u6028\u58F0\u8F7D\u9053:"yu\xE0n sh\u0113ng z\xE0i d\xE0o",\u6551\u82E6\u6551\u96BE:"ji\xF9 k\u01D4 ji\xF9 n\xE0n",\u597D\u597D\u5148\u751F:"h\u01CEo h\u01CEo xi\u0101n sheng",\u602A\u6A21\u602A\u6837:"gu\xE0i m\xFA gu\xE0i y\xE0ng",\u629B\u5934\u9732\u9762:"p\u0101o t\xF3u l\xF9 mi\xE0n",\u6E38\u624B\u597D\u95F2:"y\xF3u sh\u01D2u h\xE0o xi\xE1n",\u65E0\u6240\u4E0D\u4E3A:"w\xFA su\u01D2 b\xF9 w\xE9i",\u8C03\u864E\u79BB\u5C71:"di\xE0o h\u01D4 l\xED sh\u0101n",\u6B65\u6B65\u4E3A\u8425:"b\xF9 b\xF9 w\xE9i y\xEDng",\u597D\u5927\u559C\u529F:"h\xE0o d\xE0 x\u01D0 g\u014Dng",\u4F17\u77E2\u4E4B\u7684:"zh\xF2ng sh\u01D0 zh\u012B d\xEC",\u957F\u751F\u4E0D\u6B7B:"ch\xE1ng sh\u0113ng b\xF9 s\u01D0",\u851A\u4E3A\u58EE\u89C2:"w\xE8i w\xE9i zhu\xE0ng gu\u0101n",\u4E0D\u53EF\u80DC\u6570:"b\xF9 k\u011B sh\xE8ng sh\u01D4",\u9B3C\u4F7F\u795E\u5DEE:"gu\u01D0 sh\u01D0 sh\xE9n ch\u0101i",\u6D01\u8EAB\u81EA\u597D:"ji\xE9 sh\u0113n z\xEC h\xE0o",\u6562\u4F5C\u6562\u4E3A:"g\u01CEn zu\xF2 g\u01CEn w\xE9i",\u8305\u585E\u987F\u5F00:"m\xE1o s\xE8 d\xF9n k\u0101i",\u8D70\u9A6C\u6362\u5C06:"z\u01D2u m\u01CE hu\xE0n ji\xE0ng",\u4E3A\u65F6\u8FC7\u65E9:"w\xE9i sh\xED gu\xF2 z\u01CEo",\u4E3A\u4EBA\u5E08\u8868:"w\xE9i r\xE9n sh\u012B bi\u01CEo",\u9634\u5DEE\u9633\u9519:"y\u012Bn ch\u0101 y\xE1ng cu\xF2",\u6CB9\u8154\u6ED1\u8C03:"y\xF3u qi\u0101ng hu\xE1 di\xE0o",\u91CD\u8E48\u8986\u8F99:"ch\xF3ng d\u01CEo f\xF9 zh\xE9",\u9A82\u9A82\u54A7\u54A7:"m\xE0 ma li\u0113 li\u0113",\u7D6E\u7D6E\u53E8\u53E8:"x\xF9 x\xF9 d\u0101o d\u0101o",\u5982\u5C65\u8584\u51B0:"r\xFA l\u01DA b\xF3 b\u012Bng",\u635F\u5175\u6298\u5C06:"s\u01D4n b\u012Bng zh\xE9 ji\xE0ng",\u62D0\u5F2F\u62B9\u89D2:"gu\u01CEi w\u0101n m\xF2 ji\u01CEo",\u50CF\u6A21\u50CF\u6837:"xi\xE0ng m\xFA xi\xE0ng y\xE0ng",\u4F9B\u8FC7\u4E8E\u6C42:"g\u014Dng gu\xF2 y\xFA qi\xFA",\u5F00\u82B1\u7ED3\u679C:"k\u0101i hu\u0101 ji\u0113 gu\u01D2",\u4ED4\u4ED4\u7EC6\u7EC6:"z\u01D0 z\u01D0 x\xEC x\xEC",\u5DDD\u85CF\u516C\u8DEF:"chu\u0101n z\xE0ng g\u014Dng l\xF9",\u6CB3\u5317\u6886\u5B50:"h\xE9 b\u011Bi b\u0101ng zi",\u957F\u5E74\u7D2F\u6708:"ch\xE1ng ni\xE1n l\u011Bi yu\xE8",\u6B63\u513F\u516B\u7ECF:"zh\xE8ng er b\u0101 j\u012Bng",\u4E0D\u8BC6\u62AC\u4E3E:"b\xF9 sh\xED t\xE1i ju",\u91CD\u632F\u65D7\u9F13:"ch\xF3ng zh\xE8n q\xED g\u01D4",\u6C14\u606F\u5944\u5944:"q\xEC x\u012B y\u0101n y\u0101n",\u7D27\u8FFD\u4E0D\u820D:"j\u01D0n zhu\u012B b\xF9 sh\u011B",\u670D\u670D\u5E16\u5E16:"f\xFA fu ti\u0113 ti\u0113",\u5F3A\u8BCD\u593A\u7406:"qi\u01CEng c\xED du\xF3 l\u01D0",\u567C\u91CC\u556A\u5566:"p\u012B li p\u0101 l\u0101",\u4EBA\u624D\u6D4E\u6D4E:"r\xE9n c\xE1i j\u01D0 j\u01D0",\u53D1\u4EBA\u6DF1\u7701:"f\u0101 r\xE9n sh\u0113n x\u01D0ng",\u4E0D\u8DB3\u4E3A\u51ED:"b\xF9 z\xFA w\xE9i p\xEDng",\u4E3A\u5BCC\u4E0D\u4EC1:"w\xE9i f\xF9 b\xF9 r\xE9n",\u8FDE\u7BC7\u7D2F\u724D:"li\xE1n pi\u0101n l\u011Bi d\xFA",\u547C\u5929\u62A2\u5730:"h\u016B ti\u0101n qi\u0101ng d\xEC",\u843D\u843D\u5927\u65B9:"lu\xF2 lu\xF2 d\xE0 f\u0101ng",\u81EA\u5439\u81EA\u64C2:"z\xEC chu\u012B z\xEC l\xE9i",\u4E50\u5584\u597D\u65BD:"l\xE8 sh\xE0n h\xE0o sh\u012B",\u4EE5\u653B\u4E3A\u5B88:"y\u01D0 g\u014Dng w\xE9i sh\u01D2u",\u78E8\u78E8\u8E6D\u8E6D:"m\xF3 m\xF3 c\xE8ng c\xE8ng",\u524A\u94C1\u5982\u6CE5:"xu\u0113 ti\u011B r\xFA n\xED",\u52A9\u7EA3\u4E3A\u8650:"zh\xF9 zh\xF2u w\xE9i n\xFC\xE8",\u4EE5\u9000\u4E3A\u8FDB:"y\u01D0 tu\xEC w\xE9i j\xECn",\u5601\u5601\u55B3\u55B3:"q\u012B q\u012B ch\u0101 ch\u0101",\u67AA\u6797\u5F39\u96E8:"qi\u0101ng l\xEDn d\xE0n y\u01D4",\u4EE4\u4EBA\u53D1\u6307:"l\xECng r\xE9n f\xE0 zh\u01D0",\u8F6C\u8D25\u4E3A\u80DC:"zhu\u01CEn b\xE0i w\xE9i sh\xE8ng",\u8F6C\u5F2F\u62B9\u89D2:"zhu\u01CEn w\u0101n m\xF2 ji\u01CEo",\u5728\u52AB\u96BE\u9003:"z\xE0i ji\xE9 n\xE1n t\xE1o",\u6B63\u5F53\u9632\u536B:"zh\xE8ng d\xE0ng f\xE1ng w\xE8i",\u4E0D\u8DB3\u4E3A\u602A:"b\xF9 z\xFA w\xE9i gu\xE0i",\u96BE\u5144\u96BE\u5F1F:"n\xE0n xi\u014Dng n\xE0n d\xEC",\u54BF\u54BF\u5440\u5440:"y\u012B y\u012B y\u0101 y\u0101",\u5F39\u5C3D\u7CAE\u7EDD:"d\xE0n j\xECn li\xE1ng ju\xE9",\u963F\u8C00\u5949\u627F:"\u0113 y\xFA f\xE8ng ch\xE9ng",\u7A00\u91CC\u54D7\u5566:"x\u012B li hu\u0101 l\u0101",\u8FD4\u8001\u8FD8\u7AE5:"f\u01CEn l\u01CEo hu\xE1n t\xF3ng",\u597D\u9AD8\u9A9B\u8FDC:"h\xE0o g\u0101o w\xF9 yu\u01CEn",\u9E7F\u6B7B\u8C01\u624B:"l\xF9 s\u01D0 sh\xE9i sh\u01D2u",\u5DEE\u5F3A\u4EBA\u610F:"ch\u0101 qi\xE1ng r\xE9n y\xEC",\u5927\u5439\u5927\u64C2:"d\xE0 chu\u012B d\xE0 l\xE9i",\u6210\u5BB6\u7ACB\u4E1A:"ch\xE9ng ji\u0101 l\xEC y\xE8",\u81EA\u6028\u81EA\u827E:"z\xEC yu\xE0n z\xEC y\xEC",\u8D1F\u503A\u7D2F\u7D2F:"f\xF9 zh\xE0i l\u011Bi l\u011Bi",\u53E4\u4E3A\u4ECA\u7528:"g\u01D4 w\xE9i j\u012Bn y\xF2ng",\u5165\u571F\u4E3A\u5B89:"r\xF9 t\u01D4 w\xE9i \u0101n",\u4E0B\u4E0D\u4E3A\u4F8B:"xi\xE0 b\xF9 w\xE9i l\xEC",\u4E00\u54C4\u800C\u4E0A:"y\xEC h\u014Dng \xE9r sh\xE0ng",\u6CA1\u5934\u82CD\u8747:"m\xE9i t\xF3u c\u0101ng ying",\u5929\u5DEE\u5730\u8FDC:"ti\u0101n ch\u0101 d\xEC yu\u01CEn",\u98CE\u5377\u6B8B\u4E91:"f\u0113ng ju\u01CEn c\xE1n y\xFAn",\u591A\u707E\u591A\u96BE:"du\u014D z\u0101i du\u014D n\xE0n",\u4E73\u81ED\u672A\u5E72:"r\u01D4 xi\xF9 w\xE8i g\u0101n",\u884C\u5BB6\u91CC\u624B:"h\xE1ng ji\u0101 l\u01D0 sh\u01D2u",\u72FC\u72C8\u4E3A\u5978:"l\xE1ng b\xE8i w\xE9i ji\u0101n",\u5904\u53D8\u4E0D\u60CA:"ch\u01D4 bi\xE0n b\xF9 j\u012Bng",\u4E00\u5531\u4E00\u548C:"y\xED ch\xE0ng y\xED h\xE8",\u4E00\u5FF5\u4E4B\u5DEE:"y\xED ni\xE0n zh\u012B ch\u0101",\u91D1\u8749\u8131\u58F3:"j\u012Bn ch\xE1n tu\u014D qi\xE0o",\u6EF4\u6EF4\u7B54\u7B54:"d\u012B d\u012B d\u0101 d\u0101",\u7855\u679C\u7D2F\u7D2F:"shu\xF2 gu\u01D2 l\xE9i l\xE9i",\u597D\u6574\u4EE5\u6687:"h\xE0o zh\u011Bng y\u01D0 xi\xE1",\u7EA2\u5F97\u53D1\u7D2B:"h\xF3ng de f\u0101 z\u01D0",\u4F20\u4E3A\u7F8E\u8C08:"chu\xE1n w\xE9i m\u011Bi t\xE1n",\u5BCC\u5546\u5927\u8D3E:"f\xF9 sh\u0101ng d\xE0 g\u01D4",\u56DB\u6D77\u4E3A\u5BB6:"s\xEC h\u01CEi w\xE9i ji\u0101",\u4E86\u82E5\u6307\u638C:"li\u01CEo ru\xF2 zh\u01D0 zh\u01CEng",\u5927\u6709\u53EF\u4E3A:"d\xE0 y\u01D2u k\u011B w\xE9i",\u51FA\u5934\u9732\u9762:"ch\u016B t\xF3u l\xF9 mi\xE0n",\u9F13\u9F13\u56CA\u56CA:"g\u01D4 gu n\u0101ng n\u0101ng",\u7A97\u660E\u51E0\u51C0:"chu\u0101ng m\xEDng j\u012B j\xECng",\u6CF0\u7136\u5904\u4E4B:"t\xE0i r\xE1n ch\u01D4 zh\u012B",\u6012\u53D1\u51B2\u51A0:"n\xF9 f\xE0 ch\u014Dng gu\u0101n",\u6709\u673A\u73BB\u7483:"y\u01D2u j\u012B b\u014D li",\u9AA8\u5934\u67B6\u5B50:"g\u01D4 tou ji\xE0 zi",\u4E49\u8584\u4E91\u5929:"y\xEC b\xF3 y\xFAn ti\u0101n",\u4E00\u4E01\u70B9\u513F:"y\u012B d\u012Bng di\u01CEn er",\u65F6\u6765\u8FD0\u8F6C:"sh\xED l\xE1i y\xF9n zhu\u01CEn",\u9648\u8BCD\u6EE5\u8C03:"ch\xE9n c\xED l\xE0n di\xE0o",\u5316\u6574\u4E3A\u96F6:"hu\xE0 zh\u011Bng w\xE9i l\xEDng",\u706B\u70E7\u706B\u71CE:"hu\u01D2 sh\u0101o hu\u01D2 li\u01CEo",\u5E72\u8106\u5229\u7D22:"g\xE0n cu\xEC l\xEC su\u01D2",\u540A\u513F\u90CE\u5F53:"di\xE0o er l\xE1ng d\u0101ng",\u5E7F\u79CD\u8584\u6536:"gu\u01CEng zh\xF2ng b\xF3 sh\u014Du",\u79CD\u74DC\u5F97\u74DC:"zh\xF2ng gu\u0101 d\xE9 gu\u0101",\u79CD\u8C46\u5F97\u8C46:"zh\xF2ng d\xF2u d\xE9 d\xF2u",\u96BE\u820D\u96BE\u5206:"n\xE1n sh\u011B n\xE1n f\u0113n",\u6B43\u8840\u4E3A\u76DF:"sh\xE0 xu\xE8 w\xE9i m\xE9ng",\u594B\u53D1\u6709\u4E3A:"f\xE8n f\u0101 y\u01D2u w\xE9i",\u9634\u9519\u9633\u5DEE:"y\u012Bn cu\xF2 y\xE1ng ch\u0101",\u4E1C\u8EB2\u897F\u85CF:"d\u014Dng du\u01D2 x\u012B c\xE1ng",\u70DF\u718F\u706B\u71CE:"y\u0101n x\u016Bn hu\u01D2 li\u01CEo",\u94BB\u725B\u89D2\u5C16:"zu\u0101n ni\xFA ji\u01CEo ji\u0101n",\u4E54\u88C5\u6253\u626E:"qi\xE1o zhu\u0101ng d\u01CE b\xE0n",\u6539\u5F26\u66F4\u5F20:"g\u01CEi xi\xE1n g\u0113ng zh\u0101ng",\u6CB3\u5357\u6886\u5B50:"h\xE9 n\xE1n b\u0101ng zi",\u597D\u5403\u61D2\u505A:"h\xE0o ch\u012B l\u01CEn zu\xF2",\u4F55\u4E50\u4E0D\u4E3A:"h\xE9 l\xE8 b\xF9 w\xE9i",\u5927\u51FA\u98CE\u5934:"d\xE0 ch\u016B f\u0113ng t\xF3u",\u653B\u57CE\u63A0\u5730:"g\u014Dng ch\xE9ng l\xFC\xE8 d\xEC",\u6F02\u6F02\u4EAE\u4EAE:"pi\xE0o pi\xE0o liang liang",\u6298\u8877\u4E3B\u4E49:"zh\xE9 zh\u014Dng zh\u01D4 y\xEC",\u5927\u9A6C\u54C8\u9C7C:"d\xE0 m\u01CE h\u01CE y\xFA",\u7EFF\u6811\u6210\u836B:"l\u01DC sh\xF9 ch\xE9ng y\u012Bn",\u7387\u5148\u5782\u8303:"shu\xE0i xi\u0101n chu\xED f\xE0n",\u5BB6\u957F\u91CC\u77ED:"ji\u0101 ch\xE1ng l\u01D0 du\u01CEn",\u5BBD\u5927\u4E3A\u6000:"ku\u0101n d\xE0 w\xE9i hu\xE1i",\u5DE6\u8180\u53F3\u81C2:"zu\u01D2 b\u01CEng y\xF2u b\xEC",\u4E00\u7B11\u4E86\u4E4B:"y\xED xi\xE0o li\u01CEo zh\u012B",\u5929\u4E0B\u4E3A\u516C:"ti\u0101n xi\xE0 w\xE9i g\u014Dng",\u8FD8\u6211\u6CB3\u5C71:"hu\xE1n w\u01D2 h\xE9 sh\u0101n",\u4F55\u8DB3\u4E3A\u5947:"h\xE9 z\xFA w\xE9i q\xED",\u597D\u81EA\u4E3A\u4E4B:"h\u01CEo z\xEC w\xE9i zh\u012B",\u98CE\u59FF\u7EF0\u7EA6:"f\u0113ng z\u012B chu\xF2 yu\u0113",\u5927\u96E8\u6EC2\u6CB1:"d\xE0 y\u01D4 p\u0101ng tu\xF3",\u4F20\u4E3A\u4F73\u8BDD:"chu\xE1n w\xE9i ji\u0101 hu\xE0",\u5403\u91CC\u6252\u5916:"ch\u012B l\u01D0 p\xE1 w\xE0i",\u91CD\u64CD\u65E7\u4E1A:"ch\xF3ng c\u0101o ji\xF9 y\xE8",\u5C0F\u5BB6\u5B50\u6C14:"xi\u01CEo ji\u0101 zi q\xEC",\u5C11\u4E0D\u66F4\u4E8B:"sh\xE0o b\xF9 g\u0113ng sh\xEC",\u96BE\u5206\u96BE\u820D:"n\xE1n f\u0113n n\xE1n sh\u011B",\u6DFB\u7816\u52A0\u74E6:"ti\u0101n zhu\u0101n ji\u0101 w\u01CE",\u662F\u975E\u5206\u660E:"sh\xEC f\u0113i f\u0113n m\xEDng",\u820D\u6211\u5176\u8C01:"sh\u011B w\u01D2 q\xED shu\xED",\u504F\u542C\u504F\u4FE1:"pi\u0101n t\u012Bng pi\u0101n x\xECn",\u91CF\u5165\u4E3A\u51FA:"li\xE0ng r\xF9 w\xE9i ch\u016B",\u964D\u9F99\u4F0F\u864E:"xi\xE1ng l\xF3ng f\xFA h\u01D4",\u94A2\u5316\u73BB\u7483:"g\u0101ng hu\xE0 b\u014D li",\u6B63\u4E2D\u4E0B\u6000:"zh\xE8ng zh\xF2ng xi\xE0 hu\xE1i",\u4EE5\u8EAB\u8BB8\u56FD:"y\u01D0 sh\u0113n x\u01D4 gu\xF3",\u4E00\u8BED\u4E2D\u7684:"y\xEC y\u01D4 zh\xF2ng d\xEC",\u4E27\u9B42\u843D\u9B44:"s\xE0ng h\xFAn lu\xF2 p\xF2",\u4E09\u5EA7\u5927\u5C71:"s\u0101n zu\xF2 d\xE0 sh\u0101n",\u6D4E\u6D4E\u4E00\u5802:"j\u01D0 j\u01D0 y\xEC t\xE1ng",\u597D\u4E8B\u4E4B\u5F92:"h\xE0o sh\xEC zh\u012B t\xFA",\u5E72\u51C0\u5229\u7D22:"g\xE0n j\xECng l\xEC su\u01D2",\u51FA\u5C06\u5165\u76F8:"ch\u016B ji\xE0ng r\xF9 xi\xE0ng",\u8885\u8885\u5A1C\u5A1C:"ni\u01CEo ni\u01CEo nu\xF3 nu\xF3",\u72D0\u72F8\u5C3E\u5DF4:"h\xFA li w\u011Bi ba",\u597D\u9038\u6076\u52B3:"h\xE0o y\xEC w\xF9 l\xE1o",\u5927\u800C\u65E0\u5F53:"d\xE0 \xE9r w\xFA d\xE0ng",\u6253\u9A6C\u864E\u773C:"d\u01CE m\u01CE hu y\u01CEn",\u677F\u4E0A\u9489\u9489:"b\u01CEn sh\xE0ng d\xECng d\u012Bng",\u5406\u4E94\u559D\u516D:"y\u0101o w\u01D4 h\xE8 li\xF9",\u867E\u5175\u87F9\u5C06:"xi\u0101 b\u012Bng xi\xE8 ji\xE0ng",\u6C34\u8C03\u6B4C\u5934:"shu\u01D0 di\xE0o g\u0113 t\xF3u",\u6570\u5178\u5FD8\u7956:"sh\u01D4 di\u01CEn w\xE0ng z\u01D4",\u4EBA\u4E8B\u4E0D\u7701:"r\xE9n sh\xEC b\xF9 x\u01D0ng",\u66F2\u9AD8\u548C\u5BE1:"q\u01D4 g\u0101o h\xE8 gu\u01CE",\u5C61\u6559\u4E0D\u6539:"l\u01DA ji\xE0o b\xF9 g\u01CEi",\u4E92\u4E3A\u56E0\u679C:"h\xF9 w\xE9i y\u012Bn gu\u01D2",\u4E92\u4E3A\u8868\u91CC:"h\xF9 w\xE9i bi\u01CEo l\u01D0",\u539A\u6B64\u8584\u5F7C:"h\xF2u c\u01D0 b\xF3 b\u01D0",\u8FC7\u5173\u65A9\u5C06:"gu\xF2 gu\u0101n zh\u01CEn ji\xE0ng",\u7599\u7599\u7629\u7629:"g\u0113 ge d\u0101 d\u0101",\u5927\u8179\u4FBF\u4FBF:"d\xE0 f\xF9 pi\xE1n pi\xE1n",\u8D70\u4E3A\u4E0A\u7B56:"z\u01D2u w\xE9i sh\xE0ng c\xE8",\u51A4\u5BB6\u5BF9\u5934:"yu\u0101n jia du\xEC t\xF3u",\u6709\u9699\u53EF\u4E58:"y\u01D2u x\xEC k\u011B ch\xE8ng",\u4E00\u9CDE\u534A\u722A:"y\xEC l\xEDn b\xE0n zh\u01CEo",\u7247\u8A00\u53EA\u8BED:"pi\xE0n y\xE1n zh\u01D0 y\u01D4",\u5F00\u82B1\u7ED3\u5B9E:"k\u0101i hu\u0101 ji\xE9 sh\xED",\u7ECF\u5E74\u7D2F\u6708:"j\u012Bng ni\xE1n l\u011Bi yu\xE8",\u542B\u7CCA\u5176\u8BCD:"h\xE1n h\xFA q\xED c\xED",\u5BE1\u5EC9\u9C9C\u803B:"gu\u01CE li\xE1n xi\u01CEn ch\u01D0",\u6210\u5E74\u7D2F\u6708:"ch\xE9ng ni\xE1n l\u011Bi yu\xE8",\u4E0D\u5F87\u79C1\u60C5:"b\xFA x\xF9n s\u012B q\xEDng",\u4E0D\u5F53\u4EBA\u5B50:"b\xF9 d\u0101ng r\xE9n z\u01D0",\u8180\u5927\u8170\u5706:"b\u01CEng d\xE0 y\u0101o yu\xE1n",\u6307\u8179\u4E3A\u5A5A:"zh\u01D0 f\xF9 w\xE9i h\u016Bn",\u8FD9\u4E48\u70B9\u513F:"zh\xE8 me di\u01CEn er",\u610F\u5174\u7D22\u7136:"y\xEC x\u012Bng su\u01D2 r\xE1n",\u7EE3\u82B1\u6795\u5934:"xi\xF9 hu\u0101 zh\u011Bn tou",\u65E0\u7684\u653E\u77E2:"w\xFA d\xEC f\xE0ng sh\u01D0",\u671B\u95FB\u95EE\u5207:"w\xE0ng w\xE9n w\xE8n qi\xE8",\u820D\u5DF1\u4E3A\u4EBA:"sh\u011B j\u01D0 w\xE8i r\xE9n",\u7A77\u5E74\u7D2F\u6708:"qi\xF3ng ni\xE1n l\u011Bi yu\xE8",\u6392\u96BE\u89E3\u7EB7:"p\xE1i n\xE0n ji\u011B f\u0113n",\u5904\u4E4B\u6CF0\u7136:"ch\u01D4 zh\u012B t\xE0i r\xE1n",\u6307\u9E7F\u4E3A\u9A6C:"zh\u01D0 l\xF9 w\xE9i m\u01CE",\u5371\u5982\u7D2F\u5375:"w\u0113i r\xFA l\u011Bi lu\u01CEn",\u5929\u5175\u5929\u5C06:"ti\u0101n b\u012Bng ti\u0101n ji\xE0ng",\u820D\u8FD1\u6C42\u8FDC:"sh\u011B j\xECn qi\xFA yu\u01CEn",\u5357\u8154\u5317\u8C03:"n\xE1n qi\u0101ng b\u011Bi di\xE0o",\u82E6\u4E2D\u4F5C\u4E50:"k\u01D4 zh\u014Dng zu\xF2 l\xE8",\u539A\u79EF\u8584\u53D1:"h\xF2u j\u012B b\xF3 f\u0101",\u81ED\u5473\u76F8\u6295:"xi\xF9 w\xE8i xi\u0101ng t\xF3u",\u957F\u5E7C\u6709\u5E8F:"zh\u01CEng y\xF2u y\u01D2u x\xF9",\u903C\u826F\u4E3A\u5A3C:"b\u012B li\xE1ng w\xE9i ch\u0101ng",\u60B2\u60B2\u5207\u5207:"b\u0113i b\u0113i qi\xE8 qi\u0113",\u8D25\u519B\u4E4B\u5C06:"b\xE0i j\u016Bn zh\u012B ji\xE0ng",\u6B3A\u884C\u9738\u5E02:"q\u012B h\xE1ng b\xE0 sh\xEC",\u524A\u8DB3\u9002\u5C65:"xu\u0113 z\xFA sh\xEC l\u01DA",\u5148\u7779\u4E3A\u5FEB:"xi\u0101n d\u01D4 w\xE9i ku\xE0i",\u557C\u9965\u53F7\u5BD2:"t\xED j\u012B h\xE1o h\xE1n",\u758F\u4E0D\u95F4\u4EB2:"sh\u016B b\xFA ji\xE0n q\u012Bn",\u795E\u5DEE\u9B3C\u4F7F:"sh\xE9n ch\u0101i gu\u01D0 sh\u01D0",\u6572\u6572\u6253\u6253:"qi\u0101o qi\u0101o d\u01CE d\u01CE",\u5E73\u94FA\u76F4\u53D9:"p\xEDng p\u016B zh\xED x\xF9",\u6CA1\u5934\u6CA1\u5C3E:"m\xE9i t\xF3u m\xF2 w\u011Bi",\u5BE5\u5BE5\u53EF\u6570:"li\xE1o li\xE1o k\u011B sh\u01D4",\u54FC\u54C8\u4E8C\u5C06:"h\u0113ng h\u0101 \xE8r ji\xE0ng",\u9E64\u53D1\u7AE5\u989C:"h\xE8 f\xE0 t\xF3ng y\xE1n",\u5404\u5954\u524D\u7A0B:"g\xE8 b\xE8n qi\xE1n ch\xE9ng",\u5F39\u65E0\u865A\u53D1:"d\xE0n w\xFA x\u016B f\u0101",\u5927\u4EBA\u5148\u751F:"d\xE0 r\xE9n xi\u0101n sheng",\u4E0E\u6C11\u66F4\u59CB:"y\u01D4 m\xEDn g\u0113ng sh\u01D0",\u6811\u7891\u7ACB\u4F20:"sh\xF9 b\u0113i l\xEC zhu\xE0n",\u662F\u975E\u5F97\u5931:"sh\xEC f\u0113i d\xE9 sh\u012B",\u5B9E\u903C\u5904\u6B64:"sh\xED b\u012B ch\u01D4 c\u01D0",\u585E\u7FC1\u5931\u9A6C:"s\xE0i w\u0113ng sh\u012B m\u01CE",\u65E5\u8584\u897F\u5C71:"r\xEC b\xF3 x\u012B sh\u0101n",\u5207\u8EAB\u4F53\u4F1A:"qi\xE8 sh\u0113n t\u01D0 hu\xEC",\u7247\u8A00\u53EA\u5B57:"pi\xE0n y\xE1n zh\u01D0 z\xEC",\u8DD1\u9A6C\u5356\u89E3:"p\u01CEo m\u01CE m\xE0i xi\xE8",\u5B81\u6298\u4E0D\u5F2F:"n\xECng zh\xE9 b\xF9 w\u0101n",\u96F6\u96F6\u6563\u6563:"l\xEDng l\xEDng s\u01CEn s\u01CEn",\u91CF\u4F53\u88C1\u8863:"li\xE0ng t\u01D0 c\xE1i y\u012B",\u8FDE\u4E2D\u4E09\u5143:"li\xE1n zh\xF2ng s\u0101n yu\xE1n",\u793C\u5D29\u4E50\u574F:"l\u01D0 b\u0113ng yu\xE8 hu\xE0i",\u4E0D\u4E3A\u5DF2\u751A:"b\xF9 w\xE9i y\u01D0 sh\xE8n",\u8F6C\u60B2\u4E3A\u559C:"zhu\u01CEn b\u0113i w\xE9i x\u01D0",\u4EE5\u773C\u8FD8\u773C:"y\u01D0 y\u01CEn hu\xE1n y\u01CEn",\u851A\u4E3A\u5927\u89C2:"w\xE8i w\xE9i d\xE0 gu\u0101n",\u672A\u4E3A\u4E0D\u53EF:"w\xE8i w\xE9i b\xF9 k\u011B",\u7AE5\u989C\u9E64\u53D1:"t\xF3ng y\xE1n h\xE8 f\xE0",\u670B\u6BD4\u4E3A\u5978:"p\xE9ng b\u01D0 w\xE9i ji\u0101n",\u83AB\u6B64\u4E3A\u751A:"m\xF2 c\u01D0 w\xE9i sh\xE8n",\u5939\u67AA\u5E26\u68D2:"ji\u0101 qi\u0101ng d\xE0i b\xE0ng",\u5BCC\u5546\u5DE8\u8D3E:"f\xF9 sh\u0101ng j\xF9 ji\u01CE",\u6DE1\u7136\u5904\u4E4B:"d\xE0n r\xE1n ch\u01D4 zh\u012B",\u7BAA\u98DF\u58F6\u6D46:"d\u0101n sh\xED h\xFA ji\u0101ng",\u521B\u5DE8\u75DB\u6DF1:"chu\u0101ng j\xF9 t\xF2ng sh\u0113n",\u8349\u957F\u83BA\u98DE:"c\u01CEo zh\u01CEng y\u012Bng f\u0113i",\u5750\u89C6\u4E0D\u6551:"zu\xF2 sh\u012B b\xFA ji\xF9",\u4EE5\u5DF1\u5EA6\u4EBA:"y\u01D0 j\u01D0 du\xF3 r\xE9n",\u968F\u884C\u5C31\u5E02:"su\xED h\xE1ng ji\xF9 sh\xEC",\u6587\u4EE5\u8F7D\u9053:"w\xE9n y\u01D0 z\xE0i d\xE0o",\u6587\u4E0D\u5BF9\u9898:"w\xE9n b\xFA du\xEC t\xED",\u94C1\u677F\u9489\u9489:"ti\u011B b\u01CEn d\xECng d\u012Bng",\u8EAB\u4F53\u53D1\u80A4:"sh\u0113n t\u01D0 f\xE0 f\u016B",\u7F3A\u5403\u5C11\u7A7F:"qu\u0113 ch\u012B sh\u01CEo chu\u0101n",\u76EE\u65E0\u5C0A\u957F:"m\xF9 w\xFA z\u016Bn zh\u01CEng",\u5409\u4EBA\u5929\u76F8:"j\xED r\xE9n ti\u0101n xi\xE0ng",\u6BC1\u5BB6\u7EBE\u96BE:"hu\u01D0 ji\u0101 sh\u016B n\xE0n",\u94A2\u7B4B\u94C1\u9AA8:"g\u0101ng j\u012Bn ti\u011B g\u01D4",\u4E22\u5352\u4FDD\u8F66:"di\u016B z\xFA b\u01CEo j\u016B",\u4E22\u4E09\u843D\u56DB:"di\u016B s\u0101n l\xE0 s\xEC",\u95ED\u76EE\u585E\u542C:"b\xEC m\xF9 s\xE8 t\u012Bng",\u524A\u5C16\u8111\u888B:"xu\u0113 ji\u0101n n\u01CEo d\xE0i",\u4E3A\u975E\u4F5C\u6076:"w\xE9i f\u0113i zu\xF2 \xE8",\u4EBA\u624D\u96BE\u5F97:"r\xE9n c\xE1i n\xE1n d\xE9",\u60C5\u975E\u5F97\u5DF2:"q\xEDng f\u0113i d\xE9 y\u01D0",\u5207\u4E2D\u8981\u5BB3:"qi\xE8 zh\xF2ng y\xE0o h\xE0i",\u706B\u6025\u706B\u71CE:"hu\u01D2 j\xED hu\u01D2 li\u01CEo",\u753B\u5730\u4E3A\u7262:"hu\xE0 d\xEC w\xE9i l\xE1o",\u597D\u9152\u8D2A\u676F:"h\xE0o ji\u01D4 t\u0101n b\u0113i",\u957F\u6B4C\u5F53\u54ED:"ch\xE1ng g\u0113 d\xE0ng k\u016B",\u8F7D\u6C89\u8F7D\u6D6E:"z\xE0i ch\xE9n z\xE0i f\xFA",\u9047\u96BE\u5448\u7965:"y\xF9 n\xE0n ch\xE9ng xi\xE1ng",\u6986\u6728\u7599\u7629:"y\xFA m\xF9 g\u0113 da",\u4EE5\u90BB\u4E3A\u58D1:"y\u01D0 l\xEDn w\xE9i h\xE8",\u6D0B\u4E3A\u4E2D\u7528:"y\xE1ng w\xE9i zh\u014Dng y\xF2ng",\u8A00\u4E3A\u5FC3\u58F0:"y\xE1n w\xE9i x\u012Bn sh\u0113ng",\u8A00\u5FC5\u6709\u4E2D:"y\xE1n b\xEC y\u01D2u zh\xF2ng",\u56FE\u7A77\u5315\u89C1:"t\xFA qi\xF3ng b\u01D0 xi\xE0n",\u6EC2\u6CB1\u5927\u96E8:"p\xE1ng tu\xF3 d\xE0 y\u01D4",\u76EE\u4E0D\u6687\u7ED9:"m\xF9 b\xF9 xi\xE1 j\u01D0",\u91CF\u624D\u5F55\u7528:"li\xE0ng c\xE1i l\xF9 y\xF2ng",\u6559\u5B66\u76F8\u957F:"ji\xE0o xu\xE9 xi\u0101ng zh\u01CEng",\u6094\u4E0D\u5F53\u521D:"hu\u01D0 b\xF9 d\u0101ng ch\u016B",\u547C\u5E7A\u559D\u516D:"h\u016B y\u0101o h\xE8 li\xF9",\u4E0D\u8DB3\u4E3A\u8BAD:"b\xF9 z\xFA w\xE9i x\xF9n",\u4E0D\u62D8\u5F62\u8FF9:"b\xF9 j\u016B x\xEDng j\u012B",\u508D\u82E5\u65E0\u4EBA:"p\xE1ng ru\xF2 w\xFA r\xE9n",\u7F6A\u8D23\u96BE\u9003:"zu\xEC z\xE9 n\xE1n t\xE1o",\u81EA\u6211\u5439\u5618:"z\xEC w\u01D2 chu\u012B x\u016B",\u8F6C\u7978\u4E3A\u798F:"zhu\u01CEn hu\xF2 w\xE9i f\xFA",\u52C7\u51A0\u4E09\u519B:"y\u01D2ng gu\xE0n s\u0101n j\u016Bn",\u6613\u5730\u800C\u5904:"y\xEC d\xEC \xE9r ch\u01D4",\u5378\u78E8\u6740\u9A74:"xi\xE8 m\xF2 sh\u0101 l\u01D8",\u73A9\u513F\u4E0D\u8F6C:"w\xE1n \xE9r b\xFA zhu\xE0n",\u5929\u9053\u597D\u8FD8:"ti\u0101n d\xE0o h\u01CEo hu\xE1n",\u8EAB\u5355\u529B\u8584:"sh\u0113n d\u0101n l\xEC b\xF3",\u6492\u8C46\u6210\u5175:"s\u01CE d\xF2u ch\xE9ng b\u012Bng",\u7247\u7EB8\u53EA\u5B57:"pi\xE0n zh\u01D0 zh\u012B z\xEC",\u5B81\u7F3A\u6BCB\u6EE5:"n\xECng qu\u0113 w\xFA l\xE0n",\u6CA1\u6CA1\u65E0\u95FB:"m\xF2 m\xF2 w\xFA w\xE9n",\u91CF\u529B\u800C\u4E3A:"li\xE0ng l\xEC \xE9r w\xE9i",\u5386\u5386\u53EF\u6570:"l\xEC l\xEC k\u011B sh\u01D4",\u53E3\u7891\u8F7D\u9053:"k\u01D2u b\u0113i z\xE0i d\xE0o",\u541B\u5B50\u597D\u9011:"j\u016Bn z\u01D0 h\u01CEo qi\xFA",\u597D\u4E3A\u4EBA\u5E08:"h\xE0o w\xE9i r\xE9n sh\u012B",\u8C6A\u5546\u5DE8\u8D3E:"h\xE1o sh\u0101ng j\xF9 ji\u01CE",\u5404\u6709\u6240\u597D:"g\xE8 y\u01D2u su\u01D2 h\xE0o",\u5EA6\u5FB7\u91CF\u529B:"du\xF3 d\xE9 li\xE0ng l\xEC",\u6307\u5929\u4E3A\u8A93:"zh\u01D0 ti\u0101n w\xE9i sh\xEC",\u9038\u5174\u9044\u98DE:"y\xEC x\xECng chu\xE1n f\u0113i",\u5FC3\u5BBD\u4F53\u80D6:"x\u012Bn ku\u0101n t\u01D0 p\xE1n",\u4E3A\u5FB7\u4E0D\u5352:"w\xE9i d\xE9 b\xF9 z\xFA",\u5929\u4E0B\u4E3A\u5BB6:"ti\u0101n xi\xE0 w\xE9i ji\u0101",\u89C6\u4E3A\u754F\u9014:"sh\xEC w\xE9i w\xE8i t\xFA",\u4E09\u707E\u516B\u96BE:"s\u0101n z\u0101i b\u0101 n\xE0n",\u6C90\u7334\u800C\u51A0:"m\xF9 h\xF3u \xE9r gu\xE0n",\u54E9\u54E9\u5566\u5566:"l\u012B li l\u0101 l\u0101",\u89C1\u7F1D\u5C31\u94BB:"ji\xE0n f\xE8ng ji\xF9 zu\u0101n",\u5939\u5C42\u73BB\u7483:"ji\u0101 c\xE9ng b\u014D li",\u6025\u516C\u597D\u4E49:"j\xED g\u014Dng h\xE0o y\xEC",\u79EF\u5E74\u7D2F\u6708:"j\u012B ni\xE1n l\u011Bi yu\xE8",\u5212\u5730\u4E3A\u7262:"hu\xE1 d\xEC w\xE9i l\xE1o",\u66F4\u540D\u6539\u59D3:"g\u0113ng m\xEDng g\u01CEi x\xECng",\u5949\u4E3A\u572D\u81EC:"f\xE8ng w\xE9i gu\u012B ni\xE8",\u591A\u96BE\u5174\u90A6:"du\u014D n\xE0n x\u012Bng b\u0101ng",\u4E0D\u7834\u4E0D\u7ACB:"b\xFA p\xF2 b\xFA l\xEC",\u5750\u5730\u81EA\u5212:"zu\xF2 d\xEC z\xEC hu\xE1",\u5750\u4E0D\u91CD\u5E2D:"zu\xF2 b\xF9 ch\xF3ng x\xED",\u5750\u4E0D\u7AA5\u5802:"zu\xF2 b\xF9 ku\u012B t\xE1ng",\u4F5C\u5AC1\u8863\u88F3:"zu\xF2 ji\xE0 y\u012B shang",\u5DE6\u679D\u53F3\u68A7:"zu\u01D2 zh\u012B y\xF2u w\xFA",\u5DE6\u5B9C\u53F3\u6709:"zu\u01D2 y\xED y\xF2u y\u01D2u",\u94BB\u5934\u89C5\u7F1D:"zu\u0101n t\xF3u m\xEC f\xE8ng",\u94BB\u5929\u6253\u6D1E:"zu\u0101n ti\u0101n d\u01CE d\xF2ng",\u94BB\u76AE\u51FA\u7FBD:"zu\u0101n p\xED ch\u016B y\u01D4",\u94BB\u706B\u5F97\u51B0:"zu\u0101n hu\u01D2 d\xE9 b\u012Bng",\u94BB\u6D1E\u89C5\u7F1D:"zu\xE0n d\xF2ng m\xEC f\xE9ng",\u94BB\u51B0\u6C42\u706B:"zu\u0101n b\u012Bng qi\xFA hu\u01D2",\u5B50\u4E3A\u7236\u9690:"z\u01D0 w\xE9i f\xF9 y\u01D0n",\u64E2\u53D1\u96BE\u6570:"zhu\xF3 f\xE0 n\xE1n sh\u01D4",\u7740\u4EBA\u5148\u97AD:"zhu\xF3 r\xE9n xi\u0101n bi\u0101n",\u65AB\u96D5\u4E3A\u6734:"zhu\xF3 di\u0101o w\xE9i p\u01D4",\u9525\u5904\u56CA\u4E2D:"zhu\u012B ch\u01D4 n\xE1ng zh\u014Dng",\u690E\u5FC3\u996E\u6CE3:"chu\xED x\u012Bn y\u01D0n q\xEC",\u690E\u5FC3\u6CE3\u8840:"chu\xED x\u012Bn q\xEC xu\xE8",\u690E\u725B\u98E8\u58EB:"chu\xED ni\xFA xi\u01CEng sh\xEC",\u690E\u725B\u6B43\u8840:"chu\xED ni\xFA sh\xE0 xu\xE8",\u690E\u725B\u53D1\u51A2:"chu\xED ni\xFA f\xE0 zh\u01D2ng",\u690E\u57CB\u5C60\u72D7:"chu\xED m\xE1i t\xFA g\u01D2u",\u690E\u57CB\u72D7\u7A83:"chu\xED m\xE1i g\u01D2u qi\xE8",\u58EE\u53D1\u51B2\u51A0:"zhu\xE0ng f\u0101 ch\u014Dng gu\xE0n",\u5E84\u4E25\u5B9D\u76F8:"zhu\u0101ng y\xE1n b\u01CEo xi\xE0ng",\u8F6C\u6101\u4E3A\u559C:"zhu\u01CEn ch\xF3u w\xE9i x\u01D0",\u8F6C\u55D4\u4E3A\u559C:"zhu\u01CEn ch\u0113n w\xE9i x\u01D0",\u62FD\u5DF7\u5570\u8857:"zhu\xE0i xi\xE0ng lu\xF3 ji\u0113",\u62FD\u8019\u6276\u7281:"zhu\u0101i p\xE1 f\xFA l\xED",\u62FD\u5E03\u62D6\u9EBB:"zhu\xE0i b\xF9 tu\u014D m\xE1",\u7BB8\u957F\u7897\u77ED:"zh\xF9 ch\xE1ng w\u01CEn du\u01CEn",\u94F8\u5251\u4E3A\u7281:"zh\xF9 ji\xE0n w\xE9i l\xED",\u677C\u67DA\u5176\u7A7A:"zh\xF9 y\xF2u q\xED k\u014Dng",\u677C\u67DA\u7A7A\u865A:"zh\xF9 y\xF2u k\u014Dng x\u016B",\u52A9\u5929\u4E3A\u8650:"zh\xF9 ti\u0101n w\xE9i n\xFC\xE8",\u5C5E\u57A3\u6709\u8033:"zh\u01D4 yu\xE1n y\u01D2u \u011Br",\u5C5E\u6BDB\u79BB\u91CC:"zh\u01D4 m\xE1o l\xED l\u01D0",\u5C5E\u8F9E\u6BD4\u4E8B:"zh\u01D4 c\xED b\u01D0 sh\xEC",\u9010\u7269\u4E0D\u8FD8:"zh\xFA w\xF9 b\xF9 hu\xE1n",\u94E2\u91CF\u5BF8\u5EA6:"zh\u016B li\xE1ng c\xF9n du\xF3",\u94E2\u4E24\u6089\u79F0:"zh\u016B li\u01CEng x\u012B ch\xE8n",\u4F8F\u5112\u89C2\u620F:"zh\u016B r\xFA gu\u0101n x\xEC",\u6731\u8F53\u7681\u76D6:"zh\u016B f\u0101n z\xE0o g\xE0i",\u663C\u5EA6\u591C\u601D:"zh\xF2u du\xF3 y\xE8 s\u012B",\u8BEA\u5F20\u4E3A\u5E7B:"zh\u014Du zh\u0101ng w\xE9i hu\xE0n",\u91CD\u660E\u7EE7\u7130:"ch\xF3ng m\xEDng j\xEC y\xE0n",\u4F17\u5544\u540C\u97F3:"zh\xF2ng zhu\xF3 t\xF3ng y\u012Bn",\u4F17\u6BDB\u6512\u88D8:"zh\xF2ng m\xE1o cu\xE1n qi\xFA",\u4F17\u597D\u4F17\u6076:"zh\xF2ng h\xE0o zh\xF2ng w\xF9",\u64FF\u57F4\u7D22\u6D82:"zh\u0101i zh\xED su\u01D2 t\xFA",\u7A1A\u9F7F\u5A51\u5AA0:"zh\xEC ch\u01D0 w\u01D2 tu\xF3",\u81F3\u5F53\u4E0D\u6613:"zh\xEC d\xE0ng b\xFA y\xEC",\u6307\u7682\u4E3A\u767D:"zh\u01D0 z\xE0o w\xE9i b\xE1i",\u6307\u96C1\u4E3A\u7FB9:"zh\u01D0 y\xE0n w\xE9i g\u0113ng",\u6307\u6811\u4E3A\u59D3:"zh\u01D0 sh\xF9 w\xE9i x\xECng",\u6307\u5C71\u8BF4\u78E8:"zh\u01D0 sh\u0101n shu\u014D m\xF2",\u6B62\u6208\u4E3A\u6B66:"zh\u01D0 g\u0113 w\xE9i w\u01D4",\u679D\u5E72\u76F8\u6301:"zh\u012B g\xE0n xi\u0101ng ch\xED",\u679D\u5927\u4E8E\u672C:"zh d\xE0 y\xFA b\u011Bn",\u652F\u543E\u5176\u8BCD:"zh\u012B w\xFA q\xED c\xED",\u6B63\u8EAB\u7387\u4E0B:"zh\xE8ng sh\u0113n shu\xE0i xi\xE0",\u6B63\u51A0\u674E\u4E0B:"zh\xE8ng gu\xE0n l\u01D0 xi\xE0",\u6574\u51A0\u7EB3\u5C65:"zh\u011Bng gu\u0101n n\xE0 l\u01DA",\u6574\u8EAC\u7387\u7269:"zh\u011Bng g\u014Dng shu\xE0i w\xF9",\u6574\u987F\u5E72\u5764:"zh\u011Bng d\xF9n g\xE0n k\u016Bn",\u9488\u5934\u524A\u94C1:"zh\u0113n t\xF3u xu\u0113 ti\u011B",\u8D1E\u677E\u52B2\u67CF:"zh\u0113n s\u014Dng j\xECng b\u01CEi",\u8D6D\u8863\u585E\u8DEF:"zh\u011B y\u012B s\xE8 l\xF9",\u6298\u7BAD\u4E3A\u8A93:"sh\xE9 ji\xE0n w\xE9i sh\xEC",\u6298\u800C\u65CF\u4E4B:"zh\xE9 \xE9r z\xFA zh\u012B",\u662D\u5FB7\u585E\u8FDD:"zh\u0101o d\xE9 s\xE8 w\xE9i",\u7AE0\u53E5\u5C0F\u5112:"zh\u0101ng j\xF9 xi\u01CEo r\xFA",\u6E5B\u6069\u6C6A\u6FCA:"zh\xE0n \u0113n w\u0101ng hu\xEC",\u5360\u98CE\u671B\u6C14:"zh\u0101n f\u0113ng w\xE0ng q\xEC",\u65A9\u5C06\u6434\u65D7:"zh\u01CEn ji\xE0ng qi\u0101n q\xED",\u66FE\u6BCD\u6295\u677C:"z\u0113ng m\u01D4 t\xF3u zh\xF9",\u66FE\u53C2\u6740\u4EBA:"z\u0113ng sh\u0113n sh\u0101 r\xE9n",\u9020\u8C23\u4E2D\u4F24:"z\xE0o y\xE1o zh\xF2ng sh\u0101ng",\u65E9\u5360\u52FF\u836F:"z\u01CEo zh\u0101n w\xF9 y\xE0o",\u51FF\u9F9F\u6570\u7B56:"z\xE1o gu\u012B sh\u01D4 c\xE8",\u6512\u4E09\u805A\u4E94:"cu\xE1n s\u0101n j\xF9 w\u01D4",\u6512\u7709\u8E59\u989D:"cu\xE1n mei c\xF9 \xE9",\u6512\u96F6\u5408\u6574:"cu\xE1n l\xEDng h\xE9 zh\u011Bng",\u6512\u950B\u805A\u955D:"cu\xE1n f\u0113ng j\xF9 d\xED",\u8F7D\u7B11\u8F7D\u8A00:"z\xE0i xi\xE0o z\xE0i y\xE1n",\u8F7D\u9152\u95EE\u5B57:"z\xE0i ji\u01D4 w\xE8n z\xEC",\u6B92\u8EAB\u4E0D\u6064:"y\u01D4n sh\u0113n b\xFA x\xF9",\u4E91\u8212\u971E\u5377:"y\xFAn sh\u016B xi\xE1 ju\u01CEn",\u6708\u4E2D\u6298\u6842:"yu\xE8 zh\u014Dng sh\xE9 gu\xEC",\u6708\u843D\u53C2\u6A2A:"yu\xE8 lu\xF2 sh\u0113n h\xE9ng",\u9B3B\u9A7D\u7A83\u4EF7:"y\xF9 n\xFA qi\xE8 ji\xE0",\u9B3B\u9E21\u4E3A\u51E4:"y\xF9 j\u012B w\xE9i f\xE8ng",\u9047\u96BE\u6210\u7965:"y\xF9 n\xE0n ch\xE9ng xi\xE1ng",\u90C1\u90C1\u7D2F\u7D2F:"y\xF9 y\xF9 l\u011Bi l\u011Bi",\u7389\u536E\u65E0\u5F53:"y\xF9 zh\u012B w\xFA d\xE0ng",\u8BED\u7B11\u55A7\u9617:"y\u01D4 xi\xE0o xu\u0101n ti\xE1n",\u4E0E\u4E16\u6C89\u6D6E:"y\u01D4 sh\xEC ch\xE9n f\xFA",\u4E0E\u65F6\u6D88\u606F:"y\u01D4 sh\xED xi\u0101o xi",\u903E\u5899\u94BB\u9699:"y\xFA qi\xE1ng zu\u0101n x\xEC",\u6E14\u593A\u4FB5\u725F:"y\xFA du\xF3 q\u012Bn m\xF3u",\u6745\u7A7F\u76AE\u8839:"y\xFA chu\u0101n p\xED d\xF9",\u4F59\u52C7\u53EF\u8D3E:"y\xFA y\u01D2ng k\u011B g\u01D4",\u4E88\u667A\u4E88\u96C4:"y\xFA zh\xEC y\xFA xi\xF3ng",\u4E88\u53D6\u4E88\u6C42:"y\xFA q\u01D4 y\xFA qi\xFA",\u4E8E\u5BB6\u4E3A\u56FD:"y\xFA ji\u0101 w\xE9i gu\xF3",\u6709\u501F\u65E0\u8FD8:"y\u01D2u ji\xE8 w\xFA hu\xE1n",\u6709\u52A0\u65E0\u5DF2:"y\u01D2u ji\u0101 w\xFA y\u01D0",\u6709\u56FD\u96BE\u6295:"y\u01D2u gu\xF3 n\xE1n t\xF3u",\u6E38\u5FC5\u6709\u65B9:"y\xF3u b\xEC y\u01D2u f\u0101ng",\u6CB9\u5E72\u706F\u5C3D:"y\xF3u g\xE0n d\u0113ng j\xECn",\u5C24\u4E91\u6BA2\u96E8:"y\xF3u y\xFAn t\xEC y\u01D4",\u5EB8\u4E2D\u76A6\u76A6:"y\u014Dng zh\u014Dng ji\u01CEo ji\u01CEo",\u90E2\u4E66\u71D5\u8BF4:"y\u01D0ng sh\u016B y\u0101n shu\u014D",\u8425\u8747\u6590\u9526:"y\xEDng y\xEDng f\u0113i j\u01D0n",\u9E70\u5FC3\u96C1\u722A:"y\u012Bng x\u012Bn y\xE0n zh\u01CEo",\u83BA\u541F\u71D5\u511B:"y\u012Bng y\xEDn y\xE0n w\u01D4",\u5E94\u5929\u987A\u65F6:"y\u012Bng ti\u0101n sh\xF9n sh\xED",\u5370\u7D2F\u7EF6\u82E5:"y\xECn l\xE9i sh\xF2u ru\xF2",\u9690\u5360\u8EAB\u4F53:"y\u01D0n zh\xE0n sh\u0113n t\u01D0",\u996E\u728A\u4E0A\u6D41:"y\xECn d\xFA sh\xE0ng li\xFA",\u5F15\u7EF3\u5207\u58A8:"y\u01D0n sh\xE9ng qi\u0113 m\xF2",\u9F88\u9F7F\u5F39\u820C:"y\xEDn ch\u01D0 d\xE0n sh\xE9",\u56E0\u7F18\u4E3A\u5E02:"y\u012Bn yu\xE1n w\xE9i sh\xEC",\u56E0\u6811\u4E3A\u5C4B:"y\u012Bn sh\xF9 w\xE9i w\u016B",\u6EA2\u7F8E\u6EA2\u6076:"y\xEC m\u011Bi y\xEC w\xF9",\u6291\u585E\u78CA\u843D:"y\xEC s\xE8 l\u011Bi lu\xF2",\u501A\u95FE\u671B\u5207:"y\u01D0 l\u01D8 w\xE0ng qi\u0113",\u4EE5\u610F\u4E3A\u4E4B:"y\u01D0 y\xEC w\xE9i zh\u012B",\u4EE5\u8A00\u4E3A\u8BB3:"y\u01D0 y\xE1n w\xE9i hu\xEC",\u4EE5\u758F\u95F4\u4EB2:"y\u01D0 sh\u016B ji\xE0n q\u012Bn",\u4EE5\u6C34\u6D4E\u6C34:"y\u01D0 shu\u01D0 j\u01D0 shu\u01D0",\u4EE5\u4E66\u4E3A\u5FA1:"y\u01D0 sh\u016B w\xE9i y\xF9",\u4EE5\u5B88\u4E3A\u653B:"y\u01D0 sh\u01D2u w\xE9i g\u014Dng",\u4EE5\u5347\u91CF\u77F3:"y\u01D0 sh\u0113ng li\xE1ng d\xE0n",\u4EE5\u614E\u4E3A\u952E:"y\u01D0 sh\xE8n w\xE9i ji\xE0n",\u4EE5\u7B4C\u4E3A\u9C7C:"y\u01D0 qu\xE1n w\xE9i y\xFA",\u4EE5\u5229\u7D2F\u5F62:"y\u01D0 l\xEC l\u011Bi x\xEDng",\u4EE5\u6BC1\u4E3A\u7F5A:"y\u01D0 hu\u01D0 w\xE9i f\xE1",\u4EE5\u9ED1\u4E3A\u767D:"y\u01D0 h\u0113i w\xE9i b\xE1i",\u4EE5\u89C4\u4E3A\u7471:"y\u01D0 gu\u012B w\xE9i ti\xE0n",\u4EE5\u53E4\u4E3A\u9274:"y\u01D0 g\u01D4 w\xE9i ji\xE0n",\u4EE5\u5BAB\u7B11\u89D2:"y\u01D0 g\u014Dng xi\xE0o ju\xE9",\u4EE5\u6CD5\u4E3A\u6559:"y\u01D0 f\u01CE w\xE9i ji\xE0o",\u4EE5\u5927\u6076\u7EC6:"y\u01D0 d\xE0 w\xF9 x\xEC",\u9057\u4E16\u5FD8\u7D2F:"y\xED sh\xEC w\xE0ng l\u011Bi",\u9057\u5BDD\u8F7D\u6000:"y\xED q\u01D0n z\xE0i hu\xE1i",\u79FB\u7684\u5C31\u7BAD:"y\xED d\xEC ji\xF9 ji\xE0n",\u4F9D\u5934\u7F15\u5F53:"y\u012B t\xF3u l\u01DA d\xE0ng",\u8863\u79DF\u98DF\u7A0E:"y\xEC z\u016B sh\xED shu\xEC",\u8863\u8F7B\u4E58\u80A5:"y\xEC q\u012Bng ch\xE9ng f\xE9i",\u8863\u88F3\u4E4B\u4F1A:"y\u012B shang zh\u012B hu\xEC",\u8863\u5355\u98DF\u8584:"y\u012B d\u0101n sh\xED b\xF3",\u4E00\u8FD8\u4E00\u62A5:"y\xEC hu\xE1n y\xED b\xE0o",\u53F6\u516C\u597D\u9F99:"y\xE8 g\u014Dng h\xE0o l\xF3ng",\u91CE\u8C03\u65E0\u8154:"y\u011B di\xE0o w\xFA qi\u0101ng",\u7476\u6C60\u5973\u4F7F:"y\xE1o ch\xED n\u01DA sh\u01D0",\u5E7A\u9EBD\u5C0F\u4E11:"y\u0101o m\xF3 xi\u01CEo ch\u01D2u",\u517B\u7CBE\u755C\u9510:"y\u01CEng j\u012Bng x\xF9 ru\xEC",\u536C\u9996\u4FE1\u7709:"\xE1ng sh\u01D2u sh\u0113n m\xE9i",\u6D0B\u6D0B\u7E9A\u7E9A:"y\xE1ng y\xE1ng s\u01CE s\u01CE",\u7F8A\u7F94\u7F8E\u9152:"y\xE1ng g\u0101o m\u011Bi ji\u01D4",\u626C\u98CE\u6262\u96C5:"y\xE1ng f\u0113ng ji\xE9 y\u01CE",\u71D5\u662D\u5E02\u9A8F:"y\u0101n zh\u0101o sh\xEC j\xF9n",\u71D5\u662D\u597D\u9A6C:"y\u0101n zh\u0101o h\u01CEo m\u01CE",\u71D5\u77F3\u5984\u73CD:"y\u0101n sh\xED w\xE0ng zh\u0113n",\u71D5\u9A8F\u5343\u91D1:"y\u0101n j\xF9n qi\u0101n j\u012Bn",\u71D5\u91D1\u52DF\u79C0:"y\u0101n j\u012Bn m\xF9 xi\xF9",\u71D5\u9A7E\u8D8A\u6BC2:"y\u0101n ji\xE0 yu\xE8 g\u01D4",\u71D5\u6B4C\u8D75\u821E:"y\u0101n g\u0113 zh\xE0o w\u01D4",\u71D5\u5CB1\u4E4B\u77F3:"y\u0101n d\xE0i zh\u012B sh\xED",\u71D5\u5904\u5371\u5DE2:"y\xE0n ch\u01D4 w\u0113i ch\xE1o",\u639E\u85FB\u98DE\u58F0:"sh\xE0n z\u01CEo f\u0113i sh\u0113ng",\u5043\u9769\u4E3A\u8F69:"y\u01CEn g\xE9 w\xE9i xu\u0101n",\u598D\u86A9\u597D\u6076:"y\xE1n ch\u012B h\u01CEo \xE8",\u538B\u826F\u4E3A\u8D31:"y\u0101 li\xE1ng w\xE9i ji\xE0n",\u6400\u884C\u593A\u5E02:"ch\u0101n h\xE1ng du\xF3 sh\xEC",\u6CE3\u6570\u884C\u4E0B:"q\xEC sh\xF9 h\xE1ng xi\xE0",\u5F53\u884C\u51FA\u8272:"d\u0101ng h\xE1ng ch\u016B s\xE8",\u79C0\u51FA\u73ED\u884C:"xi\xF9 ch\u016B b\u0101n h\xE1ng",\u513F\u5973\u6210\u884C:"\xE9r n\u01DA ch\xE9ng h\xE1ng",\u5927\u884C\u5927\u5E02:"d\xE0 h\xE1ng d\xE0 sh\xEC",\u5BFB\u884C\u6570\u58A8:"x\xFAn h\xE1ng sh\u01D4 m\xF2",\u57D9\u7BEA\u76F8\u548C:"x\u016Bn ch\xED xi\u0101ng h\xE8",\u8840\u503A\u7D2F\u7D2F:"xu\xE8 zh\xE0i l\u011Bi l\u011Bi",\u70AB\u7389\u8D3E\u77F3:"xu\xE0n y\xF9 g\u01D4 sh\xED",\u70AB\u77F3\u4E3A\u7389:"xu\xE0n sh\xED w\xE9i y\xF9",\u60AC\u77F3\u7A0B\u4E66:"xu\xE1n d\xE0n ch\xE9ng sh\u016B",\u60AC\u72DF\u7D20\u98E1:"xu\xE1n hu\xE1n s\xF9 c\u0101n",\u60AC\u9F9F\u7CFB\u9C7C:"xu\xE1n gu\u012B x\xEC y\xFA",\u63CE\u62F3\u634B\u8896:"xu\u0101n qu\xE1n lu\u014D xi\xF9",\u8F69\u9E64\u51A0\u7334:"xu\u0101n h\xE8 gu\xE0n h\xF3u",\u755C\u59BB\u517B\u5B50:"x\xF9 q\u012B y\u01CEng z\u01D0",\u7F9E\u4EBA\u7B54\u7B54:"xi\u016B r\xE9n d\u0101 d\u0101",\u4FEE\u9CDE\u517B\u722A:"xi\u016B l\xEDn y\u01CEng zh\u01CEo",\u718A\u636E\u864E\u8DF1:"xi\xF3ng j\xF9 h\u01D4 zh\xEC",\u5144\u6B7B\u5F1F\u53CA:"xi\u014Dng s\u01D0 d\xEC j\xED",\u8165\u95FB\u5728\u4E0A:"x\u012Bng w\xE9n z\xE0i sh\xE0ng",\u5174\u6587\u533D\u6B66:"x\u012Bng w\xE9n y\u01CEn w\u01D4",\u5174\u89C2\u7FA4\u6028:"x\xECng gu\u0101n q\xFAn yu\xE0n",\u5174\u9AD8\u5F69\u70C8:"x\xECng g\u0101o c\u01CEi li\xE8",\u5FC3\u624B\u76F8\u5E94:"x\u012Bn sh\u01D2u xi\u0101ng y\xECng",\u5FC3\u53E3\u76F8\u5E94:"x\u012Bn k\u01D2u xi\u0101ng y\u012Bng",\u631F\u52BF\u5F04\u6743:"xi\xE9 sh\xEC n\xF2ng qu\xE1n",\u80C1\u80A9\u7D2F\u8DB3:"xi\xE9 ji\u0101n l\u011Bi z\xFA",\u6821\u77ED\u91CF\u957F:"ji\xE0o du\u01CEn li\xE1ng ch\xE1ng",\u5C0F\u773C\u8584\u76AE:"xi\u01CEo y\u01CEn b\xF3 p\xED",\u785D\u4E91\u5F39\u96E8:"xi\u0101o y\xFAn d\xE0n y\u01D4",\u9E2E\u9E23\u9F20\u66B4:"xi\u0101o m\xEDng sh\u01D4 b\xE0o",\u524A\u682A\u6398\u6839:"xu\u0113 zh\u016B ju\xE9 g\u0113n",\u524A\u94C1\u65E0\u58F0:"xu\u0113 ti\u011B w\xFA sh\u0113ng",\u524A\u804C\u4E3A\u6C11:"xu\u0113 zh\xED w\xE9i m\xEDn",\u524A\u6728\u4E3A\u540F:"xu\u0113 m\xF9 w\xE9i l\xEC",\u60F3\u671B\u98CE\u8931:"xi\u01CEng w\xE0ng f\u0113ng hu\xE1i",\u9999\u57F9\u7389\u7422:"xiang pei yu zhu\xF3",\u76F8\u9F20\u6709\u76AE:"xi\xE0ng sh\u01D4 y\u01D2u p\xED",\u76F8\u65F6\u800C\u52A8:"xi\xE0ng sh\xED \xE9r d\xF2ng",\u76F8\u5207\u76F8\u78CB:"xi\u0101ng qi\u0113 xi\u0101ng cu\u014D",\u76F8\u5973\u914D\u592B:"xi\xE0ng n\u01DA p\xE8i f\u016B",\u76F8\u95E8\u6709\u76F8:"xi\xE0ng m\xE9n y\u01D2u xi\xE0ng",\u6326\u7AE0\u64A6\u53E5:"xi\xE1n zh\u0101ng ch\u011B j\xF9",\u5148\u6211\u7740\u97AD:"xi\u0101n w\u01D2 zhu\xF3 bi\u0101n",\u4E60\u7109\u4E0D\u5BDF:"x\xED y\u0101n b\xF9 ch\xE1",\u6B59\u6F06\u963F\u80F6:"sh\xE8 q\u012B \u0113 ji\u0101o",\u6670\u6BDB\u8FA8\u53D1:"x\u012B m\xE1o bi\xE0n f\xE0",\u6089\u7D22\u8584\u8D4B:"x\u012B su\u01D2 b\xF3 f\xF9",\u96FE\u9CDE\u4E91\u722A:"w\xF9 l\xEDn y\xFAn zh\u01CEo",\u7269\u7A00\u4E3A\u8D35:"w\xF9 x\u012B w\xE9i gu\xEC",\u7894\u7806\u6DF7\u7389:"w\u01D4 f\u016B h\xF9n y\xF9",\u6B66\u65AD\u4E13\u6A2A:"w\u01D4 du\xE0n zhu\u0101n h\xE9ng",\u4E94\u77F3\u516D\u9E62:"w\u01D4 sh\xED li\xF9 y\xEC",\u4E94\u8272\u76F8\u5BA3:"w\u01D4 s\xE8 xi\u0101ng xu\u0101n",\u4E94\u4FAF\u4E03\u8D35:"w\u01D4 h\xF3u q\u012B gu\xEC",\u4E94\u4FAF\u8721\u70DB:"w\u01D4 h\xF2u l\xE0 zh\xFA",\u4E94\u7F96\u5927\u592B:"w\u01D4 g\u01D4 d\xE0 f\u016B",\u543E\u81EA\u6709\u5904:"w\xFA z\xEC y\u01D2u ch\u01D4",\u65E0\u4E0B\u7BB8\u5904:"w\xFA xi\xE0 zh\xF9 ch\u01D4",\u65E0\u4F24\u65E0\u81ED:"w\xFA sh\u0101ng w\xFA xi\xF9",\u65E0\u80FD\u4E3A\u5F79:"w\xFA n\xE9ng w\xE9i y\xEC",\u65E0\u5BC7\u66B4\u6B7B:"w\xFA k\xF2u b\xE0o s\u01D0",\u65E0\u5B54\u4E0D\u94BB:"w\xFA k\u01D2ng b\xFA zu\xE0n",\u65E0\u95F4\u53EF\u4E58:"w\xFA ji\u0101n k\u011B ch\xE9ng",\u65E0\u95F4\u51AC\u590F:"w\xFA ji\u0101n d\u014Dng xi\xE0",\u65E0\u6076\u4E0D\u4E3A:"w\xFA \xE8 b\xF9 w\xE9i",\u65E0\u52A8\u4E3A\u5927:"w\xFA d\xF2ng w\xE9i d\xE0",\u8BEC\u826F\u4E3A\u76D7:"w\u016B li\xE1ng w\xE9i d\xE0o",\u63E1\u62F3\u900F\u722A:"w\xF2 qu\xE1n t\xF2u zh\u01CEo",\u6587\u6B66\u5DEE\u4E8B:"w\xE9n w\u01D4 ch\u0101i sh\xEC",\u59D4\u59D4\u4F57\u4F57:"w\u0113i w\u0113i tu\xF3 tu\xF3",\u60DF\u65E5\u4E3A\u5C81:"w\xE9i r\xEC w\xE9i su\xEC",\u5E37\u8584\u4E0D\u4FEE:"w\xE9i b\xF3 b\xF9 xi\u016B",\u4E3A\u5584\u6700\u4E50:"w\xE9i sh\xE0n zu\xEC l\xE8",\u4E3A\u5C71\u6B62\u7BD1:"w\xE9i sh\u0101n zh\u01D0 ku\xEC",\u4E3A\u4EC1\u4E0D\u5BCC:"w\xE9i r\xE9n b\xFA f\xF9",\u4E3A\u88D8\u4E3A\u7B95:"w\xE9i qi\xFA w\xE9i j\u012B",\u4E3A\u6C11\u7236\u6BCD:"w\xE9i m\xEDn f\xF9 m\u01D4",\u4E3A\u867A\u5F17\u6467:"w\xE9i hu\u01D0 f\xFA cu\u012B",\u4E3A\u597D\u6210\u6B49:"w\xE9i h\u01CEo ch\xE9ng qi\xE0n",\u4E3A\u9B3C\u4E3A\u872E:"w\xE9i gu\u01D0 w\xE9i y\xF9",\u671B\u98CE\u54CD\u5E94:"w\xE0ng f\u0113ng xi\u01CEng y\u012Bng",\u671B\u5C18\u50C4\u58F0:"w\xE0ng ch\xE9n pi\xE0o sh\u0113ng",\u5F80\u6E1A\u8FD8\u6C40:"w\u01CEng zh\u01D4 hu\xE1n t\u012Bng",\u738B\u8D21\u5F39\u51A0:"w\xE1ng g\xF2ng d\xE0n gu\xE0n",\u4EA1\u56FD\u5927\u592B:"w\xE1ng gu\xF3 d\xE0 f\u016B",\u4E07\u8D2F\u5BB6\u79C1:"w\xE0n gu\xE0n ji\u0101 s\u012B",\u665A\u98DF\u5F53\u8089:"w\u01CEn sh\xED d\xE0ng r\xF2u",\u665A\u8282\u4E0D\u4FDD:"w\u01CEn ji\xE9 b\xF9 b\u01CEo",\u73A9\u5C81\u6112\u65F6:"w\xE1n su\xEC k\xE0i sh\xED",\u86D9\u87C6\u80DC\u8D1F:"w\u0101 m\xE1 sh\xE8ng f\xF9",\u541E\u8A00\u54BD\u7406:"t\u016Bn y\xE1n y\xE0n l\u01D0",\u9893\u57A3\u65AD\u5811:"tu\xED yu\xE1n du\xE0n qi\xE0n",\u63A8\u5E72\u5C31\u6E7F:"tu\u012B g\xE0n ji\xF9 sh\u012B",\u5278\u7E41\u51B3\u5267:"tu\xE1n f\xE1n ju\xE9 j\xF9",\u56E2\u5934\u805A\u9762:"tu\xE1n t\xF3u j\xF9 mi\xE0n",\u5154\u4E1D\u71D5\u9EA6:"t\xF9 s\u012B y\xE0n m\xE0i",\u5154\u5934\u9E9E\u8111:"t\xF9 t\xF3u zh\u0101ng n\u01CEo",\u5154\u8475\u71D5\u9EA6:"t\xF9 ku\xED y\xE0n m\xE0i",\u5410\u54FA\u63E1\u53D1:"t\u01D4 b\u01D4 w\xF2 f\xE0",\u6295\u4F20\u800C\u53BB:"t\xF3u zhu\xE0n \xE9r q\xF9",\u5934\u6CA1\u676F\u6848:"t\xF3u m\xF2 b\u0113i \xE0n",\u5934\u660F\u8111\u95F7:"t\xF3u h\u016Bn n\u01CEo m\xE8n",\u5934\u4F1A\u7B95\u655B:"t\xF3u ku\xE0i j\u012B li\u01CEn",\u5934\u51FA\u5934\u6CA1:"t\xF3u ch\u016B t\xF3u m\xF2",\u75DB\u81EA\u521B\u827E:"t\xF2ng z\xEC chu\u0101ng y\xEC",\u540C\u6076\u76F8\u52A9:"t\xF3ng w\xF9 xi\u0101ng zh\xF9",\u540C\u6076\u76F8\u6064:"t\xF3ng w\xF9 xi\u0101ng x\xF9",\u75CC\u761D\u5728\u62B1:"t\u014Dng gu\u0101n z\xE0i b\xE0o",\u901A\u6587\u8C03\u6B66:"t\u014Dng w\xE9n di\xE0o w\u01D4",\u505C\u7559\u957F\u667A:"t\xEDng li\xFA zh\u01CEng zh\xEC",\u94C1\u6811\u5F00\u534E:"ti\u011B sh\xF9 k\u0101i hu\u0101",\u6761\u8D2F\u90E8\u5206:"ti\xE1o gu\xE0n b\xF9 f\u0113n",\u6311\u7259\u6599\u5507:"ti\u01CEo y\xE1 li\xE0o ch\xFAn",\u6311\u4E48\u6311\u516D:"ti\u0101o y\u0101o ti\u0101o li\xF9",\u6311\u5507\u6599\u5634:"ti\u01CEo ch\xFAn li\xE0o zu\u01D0",\u606C\u4E0D\u4E3A\u610F:"ti\xE1n b\xF9 w\xE9i y\xEC",\u606C\u4E0D\u4E3A\u602A:"ti\xE1n b\xF9 w\xE9i gu\xE0i",\u5929\u4E0B\u4E3A\u7B3C:"ti\u0101n xi\xE0 w\xE9i l\xF3ng",\u5929\u53F0\u8DEF\u8FF7:"ti\u0101n t\xE1i l\xF9 m\xED",\u5929\u5E74\u4E0D\u9042:"ti\u0101n ni\xE1n b\xFA su\xEC",\u63A2\u56CA\u80E0\u7BA7:"t\xE0n n\xE1ng q\u016B qi\xE8",\u8C2D\u8A00\u5FAE\u4E2D:"t\xE1n y\xE1n w\u0113i zh\xF2ng",\u8C08\u8A00\u5FAE\u4E2D:"t\xE1n y\xE1n w\u0113i zh\xF2ng",\u72E7\u7A45\u53CA\u7C73:"sh\xEC k\u0101ng j\xED m\u01D0",\u968F\u7269\u5E94\u673A:"su\xED w\xF9 y\u012Bng j\u012B",\u641C\u5CA9\u91C7\u5E72:"s\u014Du y\xE1n c\u01CEi g\xE0n",\u5B8B\u65A4\u9C81\u524A:"s\xF2ng j\u012Bn l\u01D4 xu\u0113",\u677E\u7B60\u4E4B\u8282:"s\u014Dng y\xFAn zh\u012B ji\xE9",\u56DB\u4EAD\u516B\u5F53:"s\xEC t\xEDng b\u0101 d\xE0ng",\u56DB\u9A6C\u6512\u8E44:"s\xEC m\u01CE cu\xE1n t\xED",\u56DB\u4E0D\u62D7\u516D:"s\xEC b\xFA ni\xF9 li\xF9",\u601D\u6240\u9010\u4E4B:"s\u012B su\u01D2 zh\xFA zh\u012B",\u4E1D\u6069\u53D1\u6028:"s\u012B \u0113n f\xE0 yu\xE0n",\u7855\u671B\u5BBF\u5FB7:"shu\xF2 w\xE0ng xi\u01D4 d\xE9",\u94C4\u53E4\u5207\u4ECA:"shu\xF2 g\u01D4 qi\u0113 j\u012Bn",\u987A\u98CE\u800C\u547C:"sh\xF9n f\u0113ng \xE9r h\u016B",\u987A\u98CE\u5439\u706B:"sh\xF9n f\u0113ng chu\u012B hu\u01D2",\u6C34\u4E2D\u8457\u76D0:"shu\u01D0 zh\u014Dng zhu\xF3 y\xE1n",\u53CC\u67D1\u6597\u9152:"shu\u0101ng g\u0101n d\u01D2u ji\u01D4",\u6570\u7C73\u800C\u708A:"sh\u01D4 m\u01D0 \xE9r chu\u012B",\u6570\u7C73\u91CF\u67F4:"sh\u01D4 m\u01D0 li\xE1ng ch\xE1i",\u6570\u7406\u903B\u8F91:"sh\xF9 l\u01D0 lu\xF3 ji",\u6570\u9ED1\u8BBA\u9EC4:"sh\u01D4 h\u0113i l\xF9n hu\xE1ng",\u6570\u767D\u8BBA\u9EC4:"sh\u01D4 b\xE1i l\xF9n hu\xE1ng",\u675F\u7F0A\u8FD8\u5987:"sh\xF9 y\u016Bn hu\xE1n f\xF9",\u675F\u84B2\u4E3A\u812F:"sh\xF9 p\xFA w\xE9i p\xFA",\u675F\u693D\u4E3A\u67F1:"sh\xF9 chu\xE1n w\xE9i zh\xF9",\u4E66\u7F3A\u6709\u95F4:"sh\u016B qu\u0113 y\u01D2u ji\xE0n",\u624B\u8DB3\u91CD\u8327:"sh\u01D2u z\xFA ch\xF3ng ji\u01CEn",\u624B\u8DB3\u5F02\u5904:"sh\u01D2u z\xFA y\xEC ch\u01D4",\u624B\u811A\u5E72\u51C0:"sh\u01D2u ji\u01CEo g\xE0n j\xECng",\u624B\u4E0D\u5E94\u5FC3:"sh\u01D2u b\xF9 y\u012Bng x\u012Bn",\u87AB\u624B\u89E3\u8155:"sh\xEC sh\u01D2u ji\u011B w\xE0n",\u91CA\u77E5\u9057\u5F62:"sh\xEC zh\u012B y\xED x\xEDng",\u9002\u65F6\u5E94\u52A1:"sh\xEC sh\xED y\u012Bng w\xF9",\u9002\u60C5\u7387\u610F:"sh\xEC q\xEDng shu\xE0i y\xEC",\u9002\u5F53\u5176\u51B2:"sh\xEC d\u0101ng q\xED ch\u014Dng",\u89C6\u4E3A\u77E5\u5DF1:"sh\xEC w\xE9i zh\u012B j\u01D0",\u4F7F\u7F8A\u5C06\u72FC:"sh\u01D0 y\xE1ng ji\xE0ng l\xE1ng",\u98DF\u4E3A\u6C11\u5929:"sh\xED w\xE9i m\xEDn ti\u0101n",\u62FE\u6387\u65E0\u9057:"sh\xED du\u014D w\xFA y\xED",\u5B9E\u4E0E\u6709\u529B:"sh\xED y\xF9 y\u01D2u l\xEC",\u77F3\u82F1\u73BB\u7483:"sh\xED y\u012Bng b\u014D li",\u77F3\u5BA4\u91D1\u532E:"sh\xED sh\xEC j\u012Bn gu\xEC",\u4EC0\u88AD\u73CD\u85CF:"sh\xED x\xED zh\u0113n c\xE1ng",\u4EC0\u4F0D\u4E1C\u897F:"sh\xED w\u01D4 d\u014Dng x\u012B",\u4EC0\u56F4\u4F0D\u653B:"sh\xED w\xE9i w\u01D4 g\u014Dng",\u5341\u9B54\u4E5D\u96BE:"sh\xED m\xF3 ji\u01D4 n\xE0n",\u8BD7\u4E66\u53D1\u51A2:"sh\u012B sh\u016B f\xE0 zh\u01D2ng",\u8671\u5904\u88C8\u4E2D:"sh\u012B ch\u01D4 k\u016Bn zh\u014Dng",\u5E08\u76F4\u4E3A\u58EE:"sh\u012B zh\xED w\xE9i zhu\xE0ng",\u5C38\u5C45\u9F99\u89C1:"sh\u012B j\u016B l\xF3ng xi\xE0n",\u5723\u7ECF\u8D24\u4F20:"sh\xE8ng j\u012Bng xi\xE1n zhu\xE0n",\u5723\u541B\u8D24\u76F8:"sh\xE8ng j\u016Bn xi\xE1n xi\xE0ng",\u751F\u62D6\u6B7B\u62FD:"sh\u0113ng tu\u014D s\u01D0 zhu\xE0i",\u5BA1\u5DF1\u5EA6\u4EBA:"sh\u011Bn j\u01D0 du\xF3 r\xE9n",\u795E\u6B66\u6302\u51A0:"sh\xE9n w\u01D4 gu\xE0 gu\xE0n",\u795E\u9F99\u5931\u57F6:"sh\xE9n l\xF3ng sh\u012B sh\xEC",\u6DF1\u6587\u66F2\u6298:"sh\u0113n w\xE9n q\u01D4 sh\xE9",\u6DF1\u5389\u6D45\u63ED:"sh\u0113n l\xEC qi\u01CEn q\xEC",\u6DF1\u8C37\u4E3A\u9675:"sh\u0113n g\u01D4 w\xE9i l\xEDng",\u6DF1\u6076\u75DB\u75BE:"sh\u0113n w\xF9 t\xF2ng j\xED",\u6DF1\u4EC7\u5BBF\u6028:"sh\u0113n ch\xF3u xi\u01D4 yu\xE0n",\u820D\u5DF1\u4E3A\u516C:"sh\u011B j\u01D0 w\xE8i g\u014Dng",\u820D\u77ED\u53D6\u957F:"sh\u011B du\u01CEn q\u01D4 ch\xE1ng",\u820D\u7B56\u8FFD\u7F8A:"sh\u011B c\xE8 zhu\u012B y\xE1ng",\u86C7\u874E\u4E3A\u5FC3:"sh\xE9 xi\u0113 w\xE9i x\u012Bn",\u5C11\u6210\u82E5\u6027:"sh\xE0o ch\xE9ng ru\xF2 x\xECng",\u4E0A\u5F53\u5B66\u4E56:"sh\xE0ng d\xE0ng xu\xE9 gu\u0101i",\u8D4F\u4E0D\u5F53\u529F:"sh\u01CEng b\xF9 d\u0101ng g\u014Dng",\u5584\u81EA\u4E3A\u8C0B:"sh\xE0n z\xEC w\xE9i m\xF3u",\u5584\u4E3A\u8BF4\u8F9E:"sh\xE0n w\xE9i shu\u014D c\xED",\u5584\u5584\u6076\u6076:"sh\xE0n sh\xE0n w\xF9 \xE8",\u5584\u8D22\u96BE\u820D:"sh\xE0n c\xE1i n\xE1n sh\u011B",\u82EB\u773C\u94FA\u7709:"sh\u0101n y\u01CEn p\u016B m\xE9i",\u8BAA\u7259\u95F2\u55D1:"sh\xE0n y\xE1 xi\xE1n k\u0113",\u5C71\u9634\u4E58\u5174:"sh\u0101n y\u012Bn ch\xE9ng x\u012Bng",\u5C71\u6BBD\u91CE\u6E4B:"sh\u0101n y\xE1o y\u011B w\xE9i",\u5C71\u6E9C\u7A7F\u77F3:"sh\u0101n li\xF9 chu\u0101n sh\xED",\u5C71\u8282\u85FB\u68C1:"sh\u0101n ji\xE9 z\u01CEo zhu\u014D",\u6740\u9E21\u4E3A\u9ECD:"sh\u0101 j\u012B w\xE9i sh\u01D4",\u8272\u5389\u80C6\u8584:"s\xE8 l\xEC d\u01CEn b\xF3",\u6851\u836B\u672A\u79FB:"s\u0101ng y\u012Bn w\xE8i y\xED",\u6851\u836B\u4E0D\u5F99:"s\u0101ng y\u012Bn b\xF9 x\u01D0",\u6851\u571F\u7EF8\u7F2A:"s\u0101ng t\u01D4 ch\xF3u mi\xF9",\u6851\u6237\u68EC\u67A2:"s\u0101ng h\xF9 ju\xE0n sh\u016B",\u4E09\u6218\u4E09\u5317:"s\u0101n zh\xE0n s\u0101n b\u011Bi",\u4E09\u74E6\u4E24\u820D:"s\u0101n w\u01CE li\u01CEng sh\u011B",\u4E09\u4EBA\u4E3A\u4F17:"s\u0101n r\xE9n w\xE8i zh\xF2ng",\u4E09\u5DEE\u4E24\u9519:"s\u0101n ch\u0101 li\u01CEng cu\xF2",\u585E\u4E95\u711A\u820D:"s\u0101i j\u01D0ng f\xE9n sh\u011B",\u6D12\u5FC3\u66F4\u59CB:"s\u01CE x\u012Bn g\xE8ng sh\u01D0",\u6D12\u626B\u5E94\u5BF9:"s\u01CE s\u01CEo y\xECng du\xEC",\u8F6F\u7EA2\u9999\u571F:"ru\u01CEn h\xF3ng xi\u0101ng t\u01D4",\u5165\u543E\u5F40\u4E2D:"r\xF9 w\xFA g\xF2u zh\u014Dng",\u5165\u94C1\u4E3B\u7C3F:"r\xF9 ti\u011B zh\u01D4 b\xF9",\u5165\u7406\u5207\u60C5:"r\xF9 l\u01D0 qi\u0113 q\xEDng",\u6C5D\u6210\u4EBA\u8036:"r\u01D4 ch\xE9ng r\xE9n y\xE9",\u5982\u6C34\u6295\u77F3:"r\xFA shu\u01D0 t\xF3u sh\xED",\u5982\u5207\u5982\u78CB:"r\xFA qi\u0113 r\xFA cu\u014D",\u5982\u767B\u6625\u53F0:"r\xFA d\u0113ng ch\u016Bn t\xE1i",\u8089\u8584\u9AA8\u5E76:"r\xF2u b\xF3 g\u01D4 b\xECng",\u67D4\u60C5\u7EF0\u6001:"r\xF3u q\xEDng chu\xF2 t\xE0i",\u620E\u9A6C\u52BB\u52F7:"r\xF3ng m\u01CE ku\u0101ng r\xE1ng",\u65E5\u4E2D\u4E3A\u5E02:"r\xEC zh\u014Dng w\xE9i sh\xEC",\u65E5\u6708\u53C2\u8FB0:"r\xEC yu\xE8 sh\u0113n ch\xE9n",\u65E5\u7701\u6708\u4FEE:"r\xEC x\u01D0ng yu\xE8 xi\u016B",\u65E5\u524A\u6708\u5272:"r\xEC xu\u0113 yu\xE8 g\u0113",\u65E5\u7701\u6708\u8BD5:"r\xEC x\u01D0ng yu\xE8 sh\xEC",\u4EFB\u8FBE\u4E0D\u62D8:"r\xE8n d\xE1 b\xF9 j\u016B",\u4EBA\u8A00\u85C9\u85C9:"r\xE9n y\xE1n j\xED j\xED",\u4EBA\u6A21\u72D7\u6837:"r\xE9n m\xFA g\u01D2u y\xE0ng",\u4EBA\u83AB\u4E88\u6BD2:"r\xE9n m\xF2 y\xFA d\xFA",\u70ED\u71AC\u7FFB\u997C:"r\xE8 \xE1o f\u0101n b\u01D0ng",\u5708\u7262\u517B\u7269:"ju\xE0n l\xE1o y\u01CEng w\xF9",\u53D6\u4E88\u6709\u8282:"q\u01D4 y\u01D4 y\u01D2u ji\xE9",\u8BCE\u8981\u6861\u8158:"q\u016B y\u0101o r\xE1o gu\xF3",\u7A77\u5F62\u5C3D\u76F8:"qi\xF3ng x\xEDng j\xECn xi\xE0ng",\u60C5\u51C4\u610F\u5207:"q\xEDng q\u012B y\xEC qi\xE8",\u60C5\u89C1\u52BF\u5C48:"q\xEDng xi\xE0n sh\xEC q\u016B",\u60C5\u89C1\u4E4E\u8F9E:"q\xEDng xi\xE0n h\u016B c\xED",\u6E05\u90FD\u7EDB\u9619:"q\u012Bng d\u014Du ji\xE0ng qu\xE8",\u503E\u80A0\u5012\u809A:"q\u012Bng ch\xE1ng d\xE0o d\u01D4",\u9752\u7D2B\u88AB\u4F53:"q\u012Bng z\u01D0 p\u012B t\u01D0",\u9752\u6797\u9ED1\u585E:"q\u012Bng l\xEDn h\u0113i s\xE0i",\u8793\u9996\u86FE\u7709:"q\xEDn sh\u01D2u \xE9 m\xE9i",\u7434\u745F\u4E4B\u597D:"q\xEDn s\xE8 zh\u012B h\xE0o",\u4E14\u4F4F\u4E3A\u4F73:"qi\u011B zh\xF9 w\xE9i ji\u0101",\u5207\u6811\u5012\u6839:"qi\u0113 sh\xF9 d\u01CEo g\u0113n",\u5207\u7406\u990D\u5FC3:"qi\u0113 l\u01D0 y\xE0n x\u012Bn",\u5207\u8FD1\u7684\u5F53:"qi\u0113 j\xECn de d\u0101ng",\u7FD8\u8DB3\u5F15\u9886:"qi\xE1o z\xFA y\u01D0n l\u01D0ng",\u5DE7\u53D1\u5947\u4E2D:"qi\u01CEo f\u0101 q\xED zh\xF2ng",\u5F3A\u5634\u62D7\u820C:"ji\xE0ng zu\u01D0 ni\xF9 sh\xE9",\u5F3A\u76F4\u81EA\u9042:"qi\xE1ng zh\xED z\xEC su\xED",\u5F3A\u6B7B\u5F3A\u6D3B:"qi\u01CEng s\u01D0 qi\u01CEng hu\xF3",\u5F3A\u98DF\u81EA\u7231:"qi\u01CEng sh\xED z\xEC \xE0i",\u5F3A\u98DF\u9761\u89D2:"qi\u01CEng sh\xED m\xED ji\u01CEo",\u5F3A\u5F13\u52B2\u5F29:"qi\xE1ng g\u014Dng j\xECng n\u01D4",\u5F3A\u8052\u4E0D\u820D:"qi\u01CEng gu\u014D b\xF9 sh\u011B",\u5F3A\u51EB\u53D8\u9E64:"qi\xE1ng f\xFA bi\xE0n h\xE8",\u5F3A\u800C\u540E\u53EF:"qi\u01CEng \xE9r h\xF2u k\u011B",\u5F3A\u5F97\u6613\u8D2B:"qi\u01CEng d\xE9 y\xEC p\xEDn",\u9063\u5174\u9676\u60C5:"qi\u01CEn x\xECng t\xE1o q\xEDng",\u7275\u7F8A\u62C5\u9152:"qi\u0101n y\xE1ng d\u0101n ji\u01D4",\u5343\u4E86\u767E\u5F53:"qi\u0101n li\u01CEo b\u01CEi d\xE0ng",\u6CE3\u4E0B\u5982\u96E8:"q\xEC xi\xE0 r\xFA y\u01D4",\u8D77\u5043\u4E3A\u7AD6:"q\u01D0 y\u01CEn w\xE9i sh\xF9",\u5C82\u5F1F\u541B\u5B50:"k\u01CEi t\xEC j\u016Bn z\u01D0",\u7DA6\u6EAA\u5229\u8DC2:"q\xED x\u012B l\xEC q\xED",\u68CB\u8F93\u5148\u8457:"q\xED sh\u016B xi\u0101n zhu\xF3",\u9F50\u738B\u820D\u725B:"q\xED w\xE1ng sh\u011B ni\xFA",\u6B3A\u5929\u8BF3\u5730:"q\u012B ti\u0101n ku\xE1ng d\xEC",\u666E\u5929\u7387\u571F:"p\u01D4 ti\u0101n shu\xE0i t\u01D4",\u94FA\u80F8\u7EB3\u5730:"p\u016B xi\u014Dng n\xE0 d\xEC",\u94FA\u9526\u5217\u7EE3:"p\u016B j\u01D0n li\xE8 xi\xF9",\u7834\u5BB6\u4E3A\u56FD:"p\xF2 ji\u0101 w\xE8i gu\xF3",\u7834\u89DA\u4E3A\u571C:"p\xF2 g\u016B w\xE9i yu\xE1n",\u840D\u98D8\u84EC\u8F6C:"p\xEDng pi\u0101o p\xE9ng zhu\xE0n",\u5E21\u5929\u6781\u5730:"p\xEDng ti\u0101n j\xED d\xEC",\u5C4F\u58F0\u606F\u6C14:"b\u01D0ng sh\u0113ng x\u012B q\xEC",\u51ED\u51E0\u636E\u6756:"p\xEDng j\u012B j\xF9 zh\xE0ng",\u8D2B\u5634\u8584\u820C:"p\xEDn zu\u01D0 b\xF3 sh\xE9",\u7247\u8BED\u53EA\u8F9E:"pi\xE0n y\u01D4 zh\u012B c\xED",\u62AB\u53D1\u6587\u8EAB:"p\u012B f\xE0 w\xE9n sh\u0113n",\u70F9\u9F99\u70AE\u51E4:"p\u0113ng l\xF3ng p\xE1o f\xE8ng",\u70B0\u9CD6\u810D\u9CA4:"f\u01D2u bi\u0113 ku\xE0i l\u01D0",\u5E9E\u7709\u7693\u53D1:"p\xE1ng m\xE9i h\xE0o f\xE0",\u6500\u82B1\u6298\u67F3:"p\u0101n hu\u0101 zh\xE9 li\u01D4",\u6500\u87FE\u6298\u6842:"p\u0101n ch\xE1n sh\xE9 gu\xEC",\u5973\u5927\u96BE\u7559:"n\u01DA d\xE0 n\xE1n li\xFA",\u5F04\u7389\u5439\u7BAB:"n\xF2ng y\xF9 chu\u012B xi\u0101o",\u5F04\u7BA1\u8C03\u5F26:"n\xF2ng gu\u01CEn ti\xE1o xi\xE1n",\u5F04\u7C89\u8C03\u6731:"n\xF2ng f\u011Bn di\xE0o zh\u016B",\u6D53\u62B9\u6DE1\u5986:"n\xF3ng m\xF2 d\xE0n zhu\u0101ng",\u637B\u571F\u4E3A\u9999:"ni\u01CEn t\u01D4 w\xE9i xi\u0101ng",\u5E74\u8C0A\u4E16\u597D:"ni\xE1n y\xEC sh\xEC h\u01CEo",\u5E74\u534E\u5782\u66AE:"ni\xE1n hu\xE1 chu\xED m\xF9",\u5117\u4E0D\u4E8E\u4F26:"n\u01D0 b\xF9 y\xFA l\xFAn",\u6CE5\u800C\u4E0D\u6ED3:"n\xED \xE9r b\xF9 z\u01D0",\u80FD\u8005\u4E3A\u5E08:"n\xE9ng zh\u011B w\xE9i sh\u012B",\u80FD\u4E0D\u79F0\u5B98:"n\xE9ng b\xFA ch\xE8n gu\u0101n",\u6320\u76F4\u4E3A\u66F2:"n\xE1o zh\xED w\xE9i q\u016B",\u96BE\u8FDB\u6613\u9000:"n\xE1n j\xECn y\xEC tu\xEC",\u96BE\u5F97\u7CCA\u6D82:"n\xE1n d\xE9 h\xFA t\xFA",\u5357\u86EE\u9D02\u820C:"n\xE1n m\xE1n ju\xE9 sh\xE9",\u5357\u8D29\u5317\u8D3E:"n\xE1n f\xE0n b\u011Bi g\u01D4",\u7267\u732A\u5974\u620F:"m\xF9 zh\u016B n\xFA x\xEC",\u76EE\u7722\u5FC3\u5FF3:"m\xF9 yu\u0101n x\u012Bn t\xFAn",\u76EE\u6311\u5FC3\u62DB:"m\xF9 ti\u01CEo x\u012Bn zh\u0101o",\u76EE\u91CF\u610F\u8425:"m\xF9 li\xE0ng y\xEC y\xEDng",\u6728\u5934\u6728\u8111:"m\xF9 t\xF3u m\xF9 n\u01CEo",\u6728\u5E72\u9E1F\u6816:"m\xF9 g\xE0n ni\u01CEo q\u012B",\u4F94\u8272\u63E3\u79F0:"m\xF3u s\xE8 chu\u01CEi ch\xE8n",\u83AB\u4E88\u6BD2\u4E5F:"m\xF2 y\xFA d\xFA y\u011B",\u62B9\u7C89\u65BD\u8102:"m\xF2 f\u011Bn sh\u012B zh\u012B",\u78E8\u783B\u954C\u5207:"m\xF3 l\xF3ng ju\u0101n qi\u0113",\u78E8\u68F1\u5213\u89D2:"m\xF3 l\xE9ng w\xE1n ji\u01CEo",\u6478\u95E8\u4E0D\u7740:"m\u014D m\xE9n b\xF9 zh\xE1o",\u6478\u4E0D\u7740\u8FB9:"m\u014D b\xF9 zhu\xF3 bi\u0101n",\u547D\u4E2D\u6CE8\u5B9A:"m\xECng zh\u014Dng zh\xF9 d\xECng",\u9E23\u9E64\u4E4B\u5E94:"m\xEDng h\xE8 zh\u012B y\xECng",\u660E\u6548\u5927\u9A8C:"m\xEDng xi\xE0o d\xE0 y\xE0n",\u540D\u6211\u56FA\u5F53:"m\xEDng w\u01D2 g\xF9 d\u0101ng",\u9088\u5904\u6B3F\u89C6:"mi\u01CEo ch\u01D4 k\u01CEn sh\xEC",\u9EFE\u7A74\u9E32\u5DE2:"m\u011Bng xu\xE9 q\xFA ch\xE1o",\u7EF5\u91CC\u8584\u6750:"mi\xE1n l\u01D0 b\xF3 c\xE1i",\u9761\u6709\u5B51\u9057:"m\u01D0 y\u01D2u ji\xE9 y\xED",\u9761\u8863\u5077\u98DF:"m\u01D0 y\u012B t\u014Du sh\xED",\u8FF7\u604B\u9AB8\u9AA8:"m\xED li\xE0n h\xE1i g\u01D4",\u626A\u53C2\u5386\u4E95:"m\xE9n sh\u0113n l\xEC j\u01D0ng",\u95E8\u5355\u6237\u8584:"m\xE9n d\u0101n h\xF9 b\xF3",\u6627\u65E6\u6668\u5174:"m\xE8i d\xE0n ch\xE9n x\u012Bng",\u5192\u540D\u63A5\u811A:"m\xE0o m\xEDng ji\u0113 ji\u01CEo",\u6BDB\u9042\u5815\u4E95:"m\xE1o su\xED du\xF2 j\u01D0ng",\u6BDB\u53D1\u5012\u7AD6:"m\xE1o f\u0101 d\u01CEo sh\xF9",\u5356\u6587\u4E3A\u751F:"m\xE0i w\xE9n w\xE9i sh\u0113ng",\u5356\u674E\u94BB\u6838:"m\xE0i l\u01D0 zu\u0101n h\xE9",\u4E70\u691F\u8FD8\u73E0:"m\u01CEi d\xFA hu\xE1n zh\u016B",\u57CB\u4E09\u6028\u56DB:"m\xE1n s\u0101n yu\xE0n s\xEC",\u9A6C\u5165\u534E\u5C71:"m\u01CE r\xF9 hu\xE1 sh\u0101n",\u843D\u9B44\u6C5F\u6E56:"lu\xF2 p\xF2 ji\u0101ng h\xFA",\u843D\u843D\u96BE\u5408:"lu\xF2 lu\xF2 n\xE1n h\xE9",\u843D\u8349\u4E3A\u5BC7:"lu\xF2 c\u01CEo w\xE9i k\xF2u",\u7F57\u7EC7\u6784\u9677:"lu\xF3 zh\u012B g\xF2u xi\xE0n",\u9E3E\u51E4\u548C\u9E23:"lu\xE1n f\xE8ng h\xE8 m\xEDng",\u7387\u7531\u65E7\u7AE0:"shu\xE0i y\xF3u ji\xF9 zh\u0101ng",\u7387\u571F\u540C\u5E86:"shu\xE0i t\u01D4 t\xF3ng q\xECng",\u7387\u517D\u98DF\u4EBA:"shu\xE0i sh\xF2u sh\xED r\xE9n",\u7387\u571F\u5F52\u5FC3:"shu\xE0i t\u01D4 gu\u012B x\u012Bn",\u7387\u9A6C\u4EE5\u9AA5:"shu\xE0i m\u01CE y\u01D0 j\xEC",\u7387\u5C14\u6210\u7AE0:"shu\xE0i \u011Br ch\xE9ng zh\u0101ng",\u9C81\u65A4\u71D5\u524A:"l\u01D4 j\u012Bn y\xE0n xu\u0113",\u6F0F\u5C3D\u66F4\u9611:"l\xF2u j\xECn g\u0113ng l\xE1n",\u7B3C\u9E1F\u69DB\u733F:"l\xF3ng ni\u01CEo ji\xE0n yu\xE1n",\u7B3C\u9E1F\u6C60\u9C7C:"l\xF3ng ni\u01CEo ch\xED y\xFA",\u9F99\u6E38\u66F2\u6CBC:"l\xF3ng y\xF3u q\u016B zh\u01CEo",\u9F99\u8840\u7384\u9EC4:"l\xF3ng xu\xE8 xu\xE1n hu\xE1ng",\u9F99\u96D5\u51E4\u5480:"l\xF3ng di\u0101o f\xE8ng j\u01D4",\u516D\u5C3A\u4E4B\u8BAC:"li\xF9 ch\u01D0 zh\u012B tu\u014D",\u4EE4\u539F\u4E4B\u621A:"l\xEDng yu\xE1n zh\u012B q\u012B",\u4EE4\u4EBA\u6367\u8179:"l\xECng r\xE9n p\u011Bng f\xF9",\u9675\u52B2\u6DEC\u783A:"l\xEDng j\xECng cu\xEC l\xEC",\u4E34\u654C\u6613\u5C06:"l\xEDn d\xED y\xEC ji\xE0ng",\u88C2\u88F3\u8863\u75AE:"li\xE8 shang y\u012B chu\u0101ng",\u88C2\u51A0\u6BC1\u5195:"li\xE8 gu\xE0n hu\u01D0 mi\u01CEn",\u4E86\u65E0\u60E7\u8272:"li\u01CEo w\xFA j\xF9 s\xE8",\u4E86\u8EAB\u8FBE\u547D:"li\u01CEo sh\u0113n d\xE1 m\xECng",\u4E86\u7136\u65E0\u95FB:"li\u01CEo r\xE1n w\xFA w\xE9n",\u4E86\u4E0D\u53EF\u89C1:"li\u01CEo b\xF9 k\u011B ji\xE0n",\u4E86\u4E0D\u957F\u8FDB:"li\u01CEo b\xF9 zh\u01CEng j\xECn",\u71CE\u53D1\u6467\u67AF:"li\u01CEo f\xE0 cu\u012B k\u016B",\u5BA1\u65F6\u5EA6\u52BF:"sh\u011Bn sh\xED du\xF3 sh\xEC",\u91CF\u5C0F\u529B\u5FAE:"li\xE0ng xi\u01CEo l\xEC w\u0113i",\u76F8\u65F6\u5EA6\u529B:"xi\u0101ng sh\xED du\xF3 l\xEC",\u91CF\u6798\u5236\u51FF:"li\xE0ng ru\xEC zh\xEC z\xE1o",\u91CF\u5982\u6C5F\u6D77:"li\xE0ng r\xFA ji\u0101ng h\u01CEi",\u91CF\u91D1\u4E70\u8D4B:"li\xE0ng j\u012Bn m\u01CEi f\xF9",\u91CF\u5DF1\u5BA1\u5206:"li\xE0ng j\u01D0 sh\u011Bn f\u0113n",\u655B\u9AA8\u5439\u9B42:"li\u01CEn g\u01D4 chu\u012B h\xFAn",\u8A48\u5937\u4E3A\u8DD6:"l\xEC y\xED w\xE9i zh\xED",\u5229\u4EE4\u5FD7\u60DB:"l\xEC l\xECng zh\xEC h\u016Bn",\u674E\u5E7F\u4E0D\u4FAF:"l\u01D0 gu\u01CEng b\xFA h\xF2u",\u793C\u4E3A\u60C5\u8C8C:"l\u01D0 w\xE9i q\xEDng m\xE0o",\u793C\u8BA9\u4E3A\u56FD:"l\u01D0 r\xE0ng w\xE9i gu\xF3",\u7281\u751F\u9A8D\u89D2:"l\xED sh\u0113ng x\u012Bng ji\u01CEo",\u79BB\u672C\u5FBC\u672B:"l\xED b\u011Bn ji\u01CEo m\xF2",\u695E\u7709\u6A2A\u773C:"l\xE9ng m\xE9i h\xE8ng y\u01CEn",\u64C2\u5929\u5012\u5730:"l\xE9i ti\u0101n d\u01CEo d\xEC",\u7D2F\u8DB3\u6210\u6B65:"l\u011Bi z\xFA ch\xE9ng b\xF9",\u7D2F\u74E6\u7ED3\u7EF3:"l\u011Bi w\u01CE ji\xE9 sh\xE9ng",\u7D2F\u571F\u81F3\u5C71:"l\u011Bi t\u01D4 zh\xEC sh\u0101n",\u7D2F\u571F\u805A\u6C99:"l\u011Bi t\u01D4 j\xF9 sh\u0101",\u7D2F\u5375\u4E4B\u5371:"l\u011Bi lu\u01CEn zh\u012B w\u0113i",\u7D2F\u7D2F\u5982\u73E0:"l\u011Bi l\u011Bi r\xFA zh\u016B",\u7D2F\u5757\u79EF\u82CF:"l\u011Bi ku\xE0i j\u012B s\u016B",\u4E50\u5C71\u4E50\u6C34:"l\xE8 sh\u0101n l\xE8 shu\u01D0",\u6F66\u539F\u6D78\u5929:"l\u01CEo yu\xE1n j\xECn ti\u0101n",\u8001\u5E08\u5BBF\u5112:"l\u01CEo sh\u012B xi\u01D4 r\xFA",\u7262\u4EC0\u53E4\u5B50:"l\xE1o sh\xED g\u01D4 zi",\u7405\u5B1B\u798F\u5730:"l\xE1ng hu\xE1n f\xFA d\xEC",\u63C6\u60C5\u5EA6\u7406:"ku\xED q\xEDng du\xF3 l\u01D0",\u65F7\u65E5\u7D2F\u65F6:"ku\xE0ng r\xEC l\u011Bi sh\xED",\u5321\u6551\u5F25\u7F1D:"ku\u0101ng ji\xF9 m\xED f\xE8ng",\u67AF\u6811\u751F\u534E:"k\u016B sh\xF9 sh\u0113ng hu\u0101",\u53E3\u8F7B\u820C\u8584:"k\u01D2u q\u012Bng sh\xE9 b\xF3",\u53E3\u89D2\u751F\u98CE:"k\u01D2u ji\u01CEo sh\u0113ng f\u0113ng",\u53E3\u89D2\u6625\u98CE:"k\u01D2u ji\u01CEo ch\u016Bn f\u0113ng",\u53E3\u89D2\u98CE\u60C5:"k\u01D2u ji\u01CEo f\u0113ng q\xEDng",\u53E3\u5E72\u820C\u7126:"k\u01D2u g\u0101n sh\xE9 ji\u0101o",\u53E3\u8179\u4E4B\u7D2F:"k\u01D2u f\xF9 zh\u012B l\u011Bi",\u7A7A\u8179\u4FBF\u4FBF:"k\u014Dng f\xF9 pi\xE1n pi\xE1n",\u55D1\u7259\u6599\u5634:"k\u0113 y\xE1 li\xE0o zu\u01D0",\u523B\u6728\u4E3A\u9E44:"k\xE8 m\xF9 w\xE9i h\xFA",\u54B3\u73E0\u553E\u7389:"k\xE9 zh\u016B tu\xF2 y\xF9",\u54B3\u553E\u6210\u73E0:"k\xE9 tu\xF2 ch\xE9ng zh\u016B",\u6297\u989C\u4E3A\u5E08:"k\xE0ng y\xE1n w\xE9i sh\u012B",\u5F00\u534E\u7ED3\u679C:"k\u0101i hu\u0101 ji\xE9 gu\u01D2",\u5CFB\u962A\u76D0\u8F66:"j\xF9n b\u01CEn y\xE1n ch\u0113",\u56BC\u94C1\u5480\u91D1:"ji\xE1o ti\u011B j\u01D4 j\u012Bn",\u56BC\u58A8\u55B7\u7EB8:"ju\xE9 m\xF2 p\u0113n zh\u01D0",\u5014\u5934\u5F3A\u8111:"ju\xE8 t\xF3u ji\xE0ng n\u01CEo",\u5014\u5934\u5014\u8111:"ju\xE8 t\xF3u ju\xE8 n\u01CEo",\u5026\u9E1F\u77E5\u8FD8:"ju\xE0n ni\u01CEo zh\u012B hu\xE1n",\u5377\u5E2D\u800C\u846C:"ju\u01CEn x\xED \xE9r z\xE0ng",\u5377\u7532\u500D\u9053:"ju\u01CEn ji\u01CE b\xE8i d\xE0o",\u805A\u7C73\u4E3A\u5C71:"j\xF9 m\u01D0 w\xE9i sh\u0101n",\u4E3E\u624B\u76F8\u5E86:"j\u01D4 sh\u01D2u xi\u0101ng q\xECng",\u4E3E\u4E16\u6DF7\u6D4A:"j\u01D4 sh\xEC h\xFAn zhu\xF3",\u97A0\u4E3A\u8302\u8349:"j\u016B w\xE9i m\xE0o c\u01CEo",\u62D8\u795E\u9063\u5C06:"j\u016B sh\xE9n qi\u01CEn ji\xE0ng",\u5C45\u4E0B\u8BAA\u4E0A:"j\u016B xi\xE0 sh\xE0n sh\xE0ng",\u4E45\u8981\u4E0D\u5FD8:"ji\u01D4 y\u0101o b\xFA w\xE0ng",\u4E5D\u8F6C\u529F\u6210:"ji\u01D4 zhu\u01CEn g\u014Dng ch\xE9ng",\u4E5D\u84B8\u4E09\u71AF:"ji\u01D4 zh\u0113ng s\u0101n h\xE0n",\u656C\u4E1A\u4E50\u7FA4:"j\xECng y\xE8 l\xE8 q\xFAn",\u4E95\u5E95\u867E\u87C6:"j\u01D0ng d\u01D0 xi\u0101 m\xE1",\u65CC\u65D7\u5377\u8212:"j\u012Bng q\xED ju\u01CEn sh\u016B",\u8346\u68D8\u8F7D\u9014:"j\u012Bng j\xED z\xE0i t\xFA",\u7981\u820D\u5F00\u585E:"j\xECn sh\u011B k\u0101i s\u0101i",\u7972\u5A01\u76DB\u5BB9:"j\xECn w\u0113i sh\xE8ng r\xF3ng",\u8FDB\u9000\u6D88\u957F:"j\xECn tu\xEC xi\u0101o ch\xE1ng",\u8FDB\u9000\u5E94\u77E9:"j\xECn tu\xEC y\u012Bng j\u01D4",\u8FDB\u9000\u89E6\u7C53:"j\xECn tu\xEC ch\xF9 f\u0101n",\u8FDB\u9000\u8DCB\u7590:"j\xECn tu\xEC b\xE1 zh\xEC",\u5C3D\u591A\u5C3D\u5C11:"j\u01D0n du\u014D j\u01D0n sh\u01CEo",\u9526\u56CA\u8FD8\u77E2:"j\u01D0n n\xE1ng hu\xE1n sh\u01D0",\u77DC\u5DF1\u81EA\u9970:"j\u012Bn j\u01D0 z\xEC sh\xEC",\u77DC\u529F\u8D1F\u6C14:"j\u012Bn g\u014Dng f\xF9 q\xEC",\u6D25\u5173\u9669\u585E:"j\u012Bn gu\u0101n xi\u01CEn s\xE0i",\u91D1\u543E\u4E0D\u7981:"j\u012Bn w\xFA b\xFA j\xECn",\u91D1\u7FC5\u64D8\u6D77:"j\u012Bn ch\xEC b\u0101i h\u01CEi",\u89E3\u8863\u8863\u4EBA:"ji\u011B y\u012B y\u012B r\xE9n",\u89E3\u4EBA\u96BE\u5F97:"ji\u011B r\xE9n n\xE1n d\xE9",\u89E3\u94C3\u7CFB\u94C3:"ji\u011B l\xEDng x\xEC l\xEDng",\u89E3\u53D1\u4F6F\u72C2:"ji\u011B f\xE0 y\xE1ng ku\xE1ng",\u8BD8\u5C48\u78DD\u78BB:"ji\xE9 q\u016B \xE1o qi\u0101o",\u6559\u7331\u5347\u6728:"ji\u0101o n\xE1o sh\u0113ng m\xF9",\u8F83\u7626\u91CF\u80A5:"ji\xE0o sh\xF2u li\xE0ng f\xE9i",\u89D2\u7ACB\u6770\u51FA:"ji\u01CEo l\xEC ji\xE9 ch\u016B",\u7126\u6C99\u70C2\u77F3:"ji\u0101o sh\u0101 l\xE0n sh\xED",\u9A84\u513F\u9A03\u5973:"ji\u0101o \xE9r s\xEC n\u01DA",\u6D47\u98CE\u8584\u4FD7:"ji\u0101o f\u0113ng b\xF3 s\xFA",\u964D\u5996\u6349\u602A:"xi\xE1ng y\u0101o zhu\u014D gu\xE0i",\u5C06\u53D6\u56FA\u4E88:"ji\u0101ng q\u01D4 g\xF9 y\u01D4",\u5C06\u95E8\u6709\u5C06:"ji\xE0ng m\xE9n y\u01D2u ji\xE0ng",\u5C06\u593A\u56FA\u4E0E:"ji\u0101ng du\xF3 g\xF9 y\u01D4",\u69DB\u82B1\u7B3C\u9E64:"ji\xE0n hu\u0101 l\xF3ng h\xE8",\u9274\u5F71\u5EA6\u5F62:"ji\xE0n y\u01D0ng du\xF3 x\xEDng",\u6E10\u4E0D\u53EF\u957F:"ji\xE0n b\xF9 k\u011B zh\u01CEng",\u89C1\u7D20\u62B1\u6734:"xi\xE0n s\xF9 b\xE0o p\u01D4",\u89C1\u5F03\u4E8E\u4EBA:"ji\xE0n q\xEC y\xFA r\xE9n",\u7B80\u4E1D\u6570\u7C73:"ji\u01CEn s\u012B sh\u01D4 m\u01D0",\u4FED\u4E0D\u4E2D\u793C:"ji\u01CEn b\xFA zh\xF2ng l\u01D0",\u95F4\u89C1\u5C42\u51FA:"ji\xE0n xi\xE0n c\xE9ng ch\u016B",\u5C16\u5634\u8584\u820C:"ji\u0101n zu\u01D0 b\xF3 sh\xE9",\u7532\u51A0\u5929\u4E0B:"ji\u01CE gu\xE0n ti\u0101n xi\xE0",\u846D\u83A9\u4E4B\u4EB2:"ji\u0101 f\xFA zh\u012B q\u012Bn",\u5BB6\u7D2F\u5343\u91D1:"ji\u0101 l\xE8i qi\u0101n j\u012Bn",\u5BB6\u7ED9\u4EBA\u8DB3:"ji\u0101 j\u01D0 r\xE9n z\xFA",\u5BB6\u9053\u4ECE\u5BB9:"ji\u0101 d\xE0o c\xF3ng r\xF3ng",\u5939\u888B\u4EBA\u7269:"ji\u0101 d\xE0i r\xE9n w\xF9",\u9701\u98CE\u6717\u6708:"j\xEC f\u0113ng l\u01CEng yu\xE8",\u5BC4\u5174\u5BD3\u60C5:"j\xEC x\xECng y\xF9 q\xEDng",\u8BA1\u6DF1\u8651\u8FDC:"j\xEC sh\u0113n l\u01DC yu\u01CEn",\u8BA1\u529F\u91CF\u7F6A:"j\xEC g\u014Dng li\xE0ng zu\xEC",\u638E\u88F3\u8FDE\u897C:"j\u01D0 shang li\xE1n y\xEC",\u866E\u8671\u76F8\u540A:"j\u01D0 sh\u012B xi\u0101ng di\xE0o",\u75BE\u4E0D\u53EF\u4E3A:"j\xED b\xF9 k\u011B w\xE9i",\u6781\u6DF1\u7814\u51E0:"j\xED sh\u0113n y\xE1n j\u012B",\u53CA\u5BBE\u6709\u9C7C:"j\xED b\u012Bn y\u01D2u y\xFA",\u6FC0\u8584\u505C\u6D47:"j\u012B b\xF3 t\xEDng ji\u0101o",\u79EF\u7D20\u7D2F\u65E7:"j\u012B s\xF9 l\u011Bi ji\xF9",\u79EF\u65F6\u7D2F\u65E5:"j\u012B sh\xED l\u011Bi r\xEC",\u79EF\u9732\u4E3A\u6CE2:"j\u012B l\xF9 w\xE9i b\u014D",\u79EF\u5FB7\u7D2F\u529F:"j\u012B d\xE9 l\u011Bi g\u014Dng",\u79EF\u8C17\u7CDC\u9AA8:"j\u012B ch\xE1n m\xE9i g\u01D4",\u51FB\u6392\u5192\u6CA1:"j\u012B p\xE1i m\xE0o m\xF2",\u7978\u4E3A\u798F\u5148:"hu\xF2 w\xE9i f\xFA xi\u0101n",\u7978\u798F\u76F8\u4F9D:"hu\xF2 f\xFA xi\u0101ng y\u012B",\u83B7\u96BD\u516C\u8F66:"hu\xF2 j\xF9n g\u014Dng ch\u0113",\u6DF7\u5E94\u6EE5\u5E94:"h\xF9n y\u012Bng l\xE0n y\u012Bng",\u6BC1\u821F\u4E3A\u6755:"hu\u01D0 zh\u014Du w\xE9i du\xF2",\u6BC1\u949F\u4E3A\u94CE:"hu\u01D0 zh\u014Dng w\xE9i du\xF3",\u6BC1\u51A0\u88C2\u88F3:"hu\u01D0 gu\u0101n li\xE8 ch\xE1ng",\u6666\u76F2\u5426\u585E:"hu\xEC m\xE1ng p\u01D0 s\xE8",\u56DE\u8239\u8F6C\u8235:"hu\xED chu\xE1n zhu\xE0n du\xF2",\u6F62\u6C60\u76D7\u5F04:"hu\xE1ng ch\xED d\xE0o n\xF2ng",\u9EC4\u51A0\u8349\u5C65:"hu\xE1ng gu\xE0n c\u01CEo l\u01DA",\u9EC4\u53D1\u513F\u9F7F:"hu\xE1ng f\xE0 \xE9r ch\u01D0",\u9EC4\u53D1\u5782\u9AEB:"hu\xE1ng f\xE0 chu\xED ti\xE1o",\u8FD8\u73E0\u8FD4\u74A7:"hu\xE1n zh\u016B f\u01CEn b\xEC",\u8FD8\u5E74\u9A7B\u8272:"hu\xE1n ni\xE1n zh\xF9 s\xE8",\u8FD8\u5E74\u5374\u8001:"hu\xE1n ni\xE1n qu\xE8 l\u01CEo",\u574F\u88F3\u4E3A\u88E4:"hu\xE0i shang w\xE9i k\xF9",\u753B\u837B\u548C\u4E38:"hu\xE0 d\xED hu\xF2 w\xE1n",\u5316\u67AD\u4E3A\u9E20:"hu\xE0 xi\u0101o w\xE9i ji\u016B",\u5316\u8150\u4E3A\u5947:"hu\xE0 f\u01D4 w\xE9i q\xED",\u5316\u9E31\u4E3A\u51E4:"hu\xE0 ch\u012B w\xE9i f\xE8ng",\u82B1\u4E0D\u68F1\u767B:"hu\u0101 bu l\u0113ng d\u0113ng",\u6237\u9650\u4E3A\u7A7F:"h\xF9 xi\xE0n w\xE9i chu\u0101n",\u547C\u5362\u559D\u96C9:"h\u016B l\xFA h\xE8 zh\xEC",\u547C\u6765\u559D\u53BB:"h\u016B l\xE1i h\xE8 q\xF9",\u547C\u4E0D\u7ED9\u5438:"h\u016B b\xF9 j\u01D0 x\u012B",\u539A\u5473\u814A\u6BD2:"h\xF2u w\xE8i x\u012B d\xFA",\u539A\u5FB7\u8F7D\u7269:"h\xF2u d\xE9 z\xE0i w\xF9",\u9E3F\u6E10\u4E8E\u5E72:"h\xF3ng ji\xE0n y\xFA g\xE0n",\u6D2A\u7089\u71CE\u53D1:"h\xF3ng l\xFA li\xE1o f\xE0",\u7EA2\u7EF3\u7CFB\u8DB3:"h\xF3ng sh\xE9ng j\xEC z\xFA",\u7EA2\u4E0D\u68F1\u767B:"h\xF3ng bu l\u0113ng d\u0113ng",\u6A2A\u62A2\u786C\u593A:"h\xE8ng qi\u01CEng y\xECng du\xF3",\u6A2A\u6069\u6EE5\u8D4F:"h\xE8ng \u0113n l\xE0n sh\u01CEng",\u6068\u6D77\u96BE\u586B:"h\xE8n h\u01CEi n\xE1n ti\xE1n",\u9E64\u53D1\u9E21\u76AE:"h\xE8 f\xE0 j\u012B p\xED",\u6DB8\u601D\u5E72\u8651:"h\xE9 s\u012B g\u0101n l\u01DC",\u6CB3\u6DB8\u6D77\u5E72:"h\xE9 h\xE9 h\u01CEi g\u0101n",\u548C\u989C\u8BF4\u8272:"h\xE9 y\xE1n yu\xE8 s\xE8",\u5408\u4ECE\u8FDE\u8861:"h\xE9 z\xF2ng li\xE1n h\xE9ng",\u6D69\u6D69\u6C64\u6C64:"h\xE0o h\xE0o sh\u0101ng sh\u0101ng",\u597D\u52C7\u6597\u72E0:"h\xE0o y\u01D2ng d\xF2u h\u011Bn",\u597D\u95EE\u5219\u88D5:"h\xE0o w\xE8n z\xE9 y\xF9",\u597D\u4E3A\u4E8B\u7AEF:"h\xE0o w\xE9i sh\xEC du\u0101n",\u597D\u95EE\u51B3\u7591:"h\xE0o w\xE8n ju\xE9 y\xED",\u597D\u751F\u4E4B\u5FB7:"h\xE0o sh\u0113ng zh\u012B d\xE9",\u597D\u5947\u5C1A\u5F02:"h\u01CEo q\xED sh\xE0ng y\xEC",\u597D\u6076\u4E0D\u540C:"h\u01CEo \xE8 b\xF9 t\xF3ng",\u597D\u4E39\u975E\u7D20:"h\xE0o d\u0101n f\u0113i s\xF9",\u8C6A\u5E72\u66B4\u53D6:"h\xE1o g\xE0n b\xE0o q\u01D4",\u6BEB\u53D1\u4E0D\u723D:"h\xE1o f\xE0 b\xF9 shu\u01CEng",\u5BD2\u9178\u843D\u9B44:"h\xE1n su\u0101n lu\xF2 p\xF2",\u542B\u82F1\u5480\u534E:"h\xE1n y\u012Bng j\u01D4 hu\xE1",\u542B\u7CCA\u4E0D\u660E:"h\xE1n h\xFA b\xF9 m\xEDng",\u8FC7\u4E3A\u5DF2\u751A:"gu\xF2 w\xE9i y\u01D0 sh\xE8n",\u6842\u6298\u5170\u6467:"gu\xEC sh\xE9 l\xE1n cu\u012B",\u89C4\u65CB\u77E9\u6298:"gu\u012B xu\xE1n j\u01D4 sh\xE9",\u5E7F\u6587\u5148\u751F:"gu\u01CEng w\xE9n xi\u0101n sheng",\u5E7F\u9675\u6563\u7EDD:"gu\u01CEng l\xEDng s\u01CEn ju\xE9",\u51A0\u5C71\u6234\u7C92:"gu\xE0n sh\u0101n d\xE0i l\xEC",\u51A0\u5C66\u5012\u65BD:"gu\xE0n j\xF9 d\u01CEo sh\u012B",\u6302\u5E2D\u4E3A\u95E8:"gu\xE0 x\xED w\xE9i m\xE9n",\u5BE1\u89C1\u9C9C\u95FB:"gu\u01CE ji\xE0n xi\u01CEn w\xE9n",\u74DC\u845B\u76F8\u8FDE:"gu\u0101 g\xE9 xi\u0101ng li\xE1n",\u9F13\u543B\u594B\u722A:"g\u01D4 w\u011Bn f\xE8n zh\u01CEo",\u53E4\u8C03\u5355\u5F39:"g\u01D4 di\xE0o d\u0101n t\xE1n",\u53E4\u8C03\u4E0D\u5F39:"g\u01D4 di\xE0o b\xF9 t\xE1n",\u59D1\u5C04\u795E\u4EBA:"g\u016B y\xE8 sh\xE9n r\xE9n",\u82DF\u5408\u53D6\u5BB9:"g\u01D2u h\xE9 q\u01D4 r\xF3ng",\u72D7\u7EED\u4FAF\u51A0:"g\u01D2u x\xF9 h\xF2u gu\xE0n",\u94A9\u722A\u952F\u7259:"g\u014Du zh\u01CEo j\xF9 y\xE1",\u5171\u679D\u522B\u5E72:"g\xF2ng zh\u012B bi\xE9 g\xE0n",\u5171\u4E3A\u5507\u9F7F:"g\xF2ng w\xE9i ch\xFAn ch\u01D0",\u62F1\u624B\u800C\u964D:"g\u01D2ng sh\u01D2u \xE9r xi\xE1ng",\u62F1\u80A9\u7F29\u80CC:"g\u01D2ng ji\u0101n su\u014D b\xE8i",\u529F\u8584\u8749\u7FFC:"g\u014Dng b\xF3 ch\xE1n y\xEC",\u5F13\u8C03\u9A6C\u670D:"g\u014Dng di\xE0o m\u01CE f\xFA",\u66F4\u59D3\u6539\u7269:"g\u0113ng x\xECng g\u01CEi w\xF9",\u66F4\u4EC6\u96BE\u6570:"g\u0113ng p\xFA n\xE1n sh\u01D4",\u66F4\u4EE4\u660E\u53F7:"g\u0113ng l\xECng m\xEDng h\xE0o",\u66F4\u5F85\u5E72\u7F62:"g\xE8ng d\xE0i g\xE0n b\xE0",\u66F4\u5531\u8FED\u548C:"g\u0113ng ch\xE0ng di\xE9 h\xE9",\u66F4\u957F\u68A6\u77ED:"g\u0113ng ch\xE1ng m\xE8ng du\u01CEn",\u5404\u8272\u540D\u6837:"g\xE8 s\xE8 m\xEDng y\xE0ng",\u683C\u683C\u4E0D\u7EB3:"g\xE9 g\xE9 b\xFA n\xE0",\u683C\u683C\u4E0D\u5410:"g\xE9 g\xE9 b\xF9 t\u01D4",\u544A\u6714\u9969\u7F8A:"g\xF9 shu\xF2 x\xEC y\xE1ng",\u818F\u8F66\u79E3\u9A6C:"g\xE0o ch\u0113 m\xF2 m\u01CE",\u9AD8\u4E49\u8584\u4E91:"g\u0101o y\xEC b\xF3 y\xFAn",\u5C97\u5934\u6CFD\u5E95:"g\u0101ng t\xF3u z\xE9 d\u01D0",\u6562\u4E3A\u6562\u505A:"g\u01CEn w\xE9i g\u01CEn zu\xF2",\u7518\u5206\u968F\u65F6:"g\u0101n f\xE8n su\xED sh\xED",\u7518\u5904\u4E0B\u6D41:"g\u0101n ch\u01D4 xi\xE0 li\xFA",\u5E72\u557C\u6E7F\u54ED:"g\xE0n t\xED sh\u012B k\u016B",\u5E72\u540D\u72AF\u4E49:"g\xE0n m\xEDng f\xE0n y\xEC",\u5E72\u5C06\u83AB\u90AA:"g\u0101n ji\u0101ng m\xF2 y\xE9",\u5E72\u57CE\u4E4B\u5C06:"g\u0101n ch\xE9ng zh\u012B ji\xE0ng",\u8179\u8F7D\u4E94\u8F66:"f\xF9 z\xE0i w\u01D4 ch\u0113",\u7236\u503A\u5B50\u8FD8:"f\xF9 zh\xE0i z\u01D0 hu\xE1n",\u7236\u4E3A\u5B50\u9690:"f\xF9 w\xE9i z\u01D0 y\u01D0n",\u8F85\u4E16\u957F\u6C11:"f\u01D4 sh\xEC zh\u01CEng m\xEDn",\u798F\u4E3A\u7978\u59CB:"f\xFA w\xE9i hu\xF2 sh\u01D0",\u7B26\u53F7\u903B\u8F91:"f\xFA h\xE0o lu\xF3 j\xED",\u6D6E\u6536\u52D2\u6298:"f\xFA sh\u014Du l\xE8 sh\xE9",\u80A4\u53D7\u4E4B\u612C:"f\u016B sh\xF2u zh\u012B s\xF9",\u5426\u7EC8\u5219\u6CF0:"p\u01D0 zh\u014Dng z\xE9 t\xE0i",\u4F5B\u5934\u8457\u7CAA:"f\xF3 t\xF3u zhu\xF3 f\xE8n",\u5949\u4E3A\u6977\u6A21:"f\xE8ng w\xE9i k\u01CEi m\xF3",\u51E4\u9761\u9E3E\u542A:"f\xE8ng m\u01D0 lu\xE1n \xE9",\u5C01\u8C68\u4FEE\u86C7:"f\u0113ng x\u012B xi\u016B sh\xE9",\u98CE\u5F71\u6577\u884D:"f\u0113ng y\u01D0ng f\u016B y\u01CEn",\u4E30\u5C4B\u8500\u5BB6:"f\u0113ng w\u016B b\xF9 ji\u0101",\u7CAA\u571F\u4E0D\u5982:"f\xE8n t\u01D4 b\xF9 r\xFA",\u5206\u98CE\u5288\u6D41:"f\u0113n f\u0113ng p\u01D0 li\xFA",\u6CB8\u6CB8\u6C64\u6C64:"f\xE8i f\xE8i sh\u0101ng sh\u0101ng",\u83F2\u98DF\u8584\u8863:"f\u011Bi sh\xED b\xF3 y\u012B",\u98DE\u5C06\u6570\u5947:"f\u0113i ji\xE0ng sh\xF9 q\xED",\u653E\u8F9F\u90AA\u4F88:"f\xE0ng p\xEC xi\xE9 ch\u01D0",\u65B9\u9886\u5706\u51A0:"f\u0101ng l\u01D0ng yu\xE1n gu\xE0n",\u72AF\u800C\u4E0D\u6821:"f\xE0n \xE9r b\xFA ji\xE0o",\u8FD4\u672C\u8FD8\u6E90:"f\u01CEn b\u011Bn hu\xE1n yu\xE1n",\u53CD\u52B3\u4E3A\u9038:"f\u01CEn l\xE1o w\xE9i y\xEC",\u6CD5\u8F6E\u5E38\u8F6C:"f\u01CE l\xFAn ch\xE1ng zhu\xE0n",\u7F5A\u4E0D\u5F53\u7F6A:"f\xE1 b\xF9 d\u0101ng zu\xEC",\u53D1\u5F15\u5343\u94A7:"f\xE0 y\u01D0n qi\u0101n j\u016Bn",\u53D1\u5978\u64FF\u4F0F:"f\u0101 ji\u0101n t\u012B f\xFA",\u53D1\u77ED\u5FC3\u957F:"f\xE0 du\u01CEn x\u012Bn ch\xE1ng",\u4E8C\u7AD6\u4E3A\u8650:"\xE8r sh\xF9 w\xE9i n\xFC\xE8",\u513F\u5973\u5FC3\u80A0:"\xE9r n\u01DA x\u012Bn ch\xE1ng",\u513F\u5973\u4EB2\u5BB6:"\xE9r n\u01DA q\xECng ji\u0101",\u904F\u6076\u626C\u5584:"\xE8 w\xF9 y\xE1ng sh\xE0n",\u997F\u6B8D\u6795\u85C9:"\xE8 pi\u01CEo zh\u011Bn j\xED",\u997F\u6B8D\u8F7D\u9053:"\xE8 pi\u01CEo z\xE0i d\xE0o",\u6076\u9189\u5F3A\u9152:"w\xF9 zu\xEC qi\u01CEng ji\u01D4",\u6076\u610F\u4E2D\u4F24:"\xE8 y\xEC zh\xF2ng sh\u0101ng",\u6076\u6E7F\u5C45\u4E0B:"w\xF9 sh\u012B j\u016B xi\xE0",\u6076\u5C45\u4E0B\u6D41:"w\xF9 j\u016B xi\xE0 li\xFA",\u6076\u4E0D\u53BB\u5584:"w\xF9 b\xFA q\xF9 sh\xE0n",\u627C\u542D\u593A\u98DF:"\xE8 h\xE1ng du\xF3 sh\xED",\u627C\u895F\u63A7\u54BD:"\xE8 j\u012Bn k\xF2ng y\u0101n",\u5CE8\u5CE8\u6C64\u6C64:"\xE9 \xE9 sh\u0101ng sh\u0101ng",\u5C59\u91D1\u6EBA\u94F6:"\u0113 j\u012Bn ni\xE0o y\xEDn",\u6735\u9890\u5927\u56BC:"du\u01D2 y\xED d\xE0 ji\xE1o",\u593A\u4EBA\u6240\u597D:"du\xF3 r\xE9n su\u01D2 h\xE0o",\u591A\u8A00\u6570\u7A77:"du\u014D y\xE1n shu\xF2 qi\xF3ng",\u591A\u6587\u4E3A\u5BCC:"du\u014D w\xE9n w\xE9i f\xF9",\u591A\u7AEF\u5BE1\u8981:"du\u014D du\u0101n gu\u01CE y\xE0o",\u591A\u8D22\u5584\u8D3E:"du\u014D c\xE1i sh\xE0n g\u01D4",\u9041\u4E16\u65E0\u95F7:"d\xF9n sh\xEC w\xFA m\xE8n",\u9041\u8FF9\u9EC4\u51A0:"d\xF9n j\xEC hu\xE1ng gu\xE0n",\u5806\u6848\u76C8\u51E0:"du\u012B \xE0n y\xEDng j\u012B",\u65AD\u8FD8\u5F52\u5B97:"du\xE0n hu\xE1n gu\u012B z\u014Dng",\u77ED\u89C1\u8584\u8BC6:"du\u01CEn ji\xE0n b\xF3 sh\xED",\u8839\u5C45\u68CA\u5904:"d\xF9 j\u016B q\xED ch\u01D4",\u5EA6\u5DF1\u4EE5\u7EF3:"du\xF3 j\u01D0 y\u01D0 sh\xE9ng",\u675C\u9ED8\u4E3A\u8BD7:"d\xF9 m\xF2 w\xE9i sh\u012B",\u675C\u9E43\u557C\u8840:"d\xF9 ju\u0101n t\xED xu\xE8",\u7B03\u8FD1\u4E3E\u8FDC:"d\u01D4 j\xECn j\u01D4 yu\u01CEn",\u72EC\u6709\u5343\u79CB:"d\xFA y\u01D2u qi\u0101n qi\u016B",\u8BFB\u4E66\u5F97\u95F4:"d\xFA sh\u016B d\xE9 ji\xE0n",\u6597\u8F6C\u53C2\u6A2A:"d\u01D2u zhu\u01CEn sh\u0113n h\xE9ng",\u515C\u809A\u8FDE\u80A0:"d\u014Du d\u01D4 li\xE1n ch\xE1ng",\u6D1E\u89C1\u75C7\u7ED3:"d\xF2ng ji\xE0n zh\xE8ng ji\xE9",\u606B\u7591\u865A\u559D:"d\xF2ng y\xED x\u016B h\xE8",\u52A8\u4E2D\u7ABE\u8981:"d\xF2ng zh\u014Dng ku\u01CEn y\xE0o",\u4E1C\u9E23\u897F\u5E94:"d\u014Dng m\xEDng x\u012B y\u012Bng",\u4E1C\u9CDE\u897F\u722A:"d\u014Dng l\xEDn x\u012B zh\u01CEo",\u4E1C\u91CF\u897F\u6298:"d\u014Dng li\xE0ng x\u012B sh\xE9",\u4E1C\u5BB6\u897F\u820D:"d\u014Dng ji\u0101 x\u012B sh\xE8",\u4E1C\u626F\u897F\u62FD:"d\u014Dng ch\u011B x\u012B zhu\u0101i",\u9F0E\u94DB\u6709\u8033:"d\u01D0ng ch\u0113ng y\u01D2u \u011Br",\u9F0E\u94DB\u7389\u77F3:"d\u01D0ng ch\u0113ng y\xF9 sh\xED",\u9489\u5934\u78F7\u78F7:"d\u012Bng t\xF3u l\xEDn l\xEDn",\u8DCC\u5B95\u4E0D\u7F81:"di\u0113 d\xE0ng b\xF9 j\u012B",\u8DCC\u5F39\u6591\u9E20:"di\u0113 d\xE0n b\u0101n ji\u016B",\u96D5\u5FC3\u96C1\u722A:"di\u0101o x\u012Bn y\xE0n zh\u01CEo",\u98A0\u5012\u8863\u88F3:"di\u0101n d\u01CEo y\u012B ch\xE1ng",\u5FB7\u8584\u80FD\u9C9C:"d\xE9 b\xF3 n\xE9ng xi\u01CEn",\u5F97\u9A6C\u6298\u8DB3:"d\xE9 m\u01CE sh\xE9 z\xFA",\u8E48\u5176\u8986\u8F99:"d\u01CEo q\xED f\xF9 zh\xE9",\u6363\u865A\u6487\u6297:"d\u01CEo x\u016B pi\u0113 k\xE0ng",\u5012\u8F7D\u5E72\u6208:"d\xE0o z\xE0i g\u0101n g\u0113",\u5012\u88F3\u7D22\u9886:"d\xE0o ch\xE1ng su\u01D2 l\u01D0ng",\u5012\u679C\u4E3A\u56E0:"d\xE0o gu\u01D2 w\xE9i y\u012Bn",\u53E8\u5728\u77E5\u5DF1:"t\u0101o z\xE0i zh\u012B j\u01D0",\u53E8\u966A\u672B\u5EA7:"t\u0101o p\xE9i m\xF2 zu\xF2",\u515A\u8C7A\u4E3A\u8650:"d\u01CEng ch\xE1i w\xE9i n\xFC\xE8",\u5F53\u8F74\u5904\u4E2D:"d\u0101ng zh\xF3u ch\u01D4 zh\u014Dng",\u5F53\u7740\u4E0D\u7740:"d\u0101ng zhu\xF3 b\xF9 zhu\xF3",\u5F53\u52A1\u59CB\u7EC8:"d\u0101ng w\xF9 sh\u01D0 zh\u014Dng",\u6DE1\u6C5D\u6D53\u62B9:"d\xE0n r\u01D4 n\xF3ng m\u01D2",\u5F39\u4E38\u8131\u624B:"t\xE1n w\xE1n tu\u014D sh\u01D2u",\u5F39\u94D7\u65E0\u9C7C:"d\xE0n ji\xE1 w\xFA y\xFA",\u7BAA\u98DF\u74E2\u996E:"d\u0101n s\xEC pi\xE1o y\u01D0n",\u5927\u749E\u4E0D\u5B8C:"d\xE0 p\xFA b\xF9 w\xE1n",\u5927\u660E\u6CD5\u5EA6:"d\xE0 m\xEDng f\u01CE d\xF9",\u5927\u8F66\u4EE5\u8F7D:"d\xE0 ch\u0113 y\u01D0 z\xE0i",\u6253\u95F7\u846B\u82A6:"d\u01CE m\xE8n h\xFA lu",\u6C93\u6765\u8E35\u81F3:"t\xE0 l\xE1i zh\u01D2ng zh\xEC",\u539D\u706B\u71CE\u539F:"cu\xF2 hu\u01D2 li\u01CEo yu\xE1n",\u64AE\u79D1\u6253\u54C4:"cu\u014D k\u0113 d\u01CE h\xF2ng",\u5BF8\u79EF\u94E2\u7D2F:"c\xF9n j\u012B zh\u016B l\u011Bi",\u555B\u555B\u55B3\u55B3:"cu\xEC cu\xEC ch\u0101 ch\u0101",\u6467\u6298\u8C6A\u5F3A:"cu\u012B zh\xE9 h\xE1o qi\xE1ng",\u6467\u521A\u4E3A\u67D4:"cu\u012B g\u0101ng w\xE9i r\xF3u",\u4ECE\u4FD7\u5C31\u7B80:"c\xF3ng s\xFA ji\xF9 ji\u01CEn",\u6B64\u53D1\u5F7C\u5E94:"c\u01D0 f\u0101 b\u01D0 y\u012Bng",\u6B64\u5531\u5F7C\u548C:"c\u01D0 ch\xE0ng b\u01D0 h\xE8",\u6148\u60B2\u4E3A\u672C:"c\xED b\u0113i w\xE9i b\u011Bn",\u7EAF\u5C5E\u9A97\u5C40:"ch\xFAn sh\u01D4 pi\xE0n j\xFA",\u6625\u7B0B\u6012\u53D1:"ch\u016Bn s\u01D4n n\xF9 f\u0101",\u5782\u5934\u6428\u7FFC:"chu\xED t\xF3u t\xE0 y\xEC",\u4F20\u4E3A\u7B11\u8C08:"chu\xE1n w\xE9i xi\xE0o t\xE1n",\u4F20\u98CE\u6247\u706B:"chu\xE1n f\u0113ng sh\u0101n hu\u01D2",\u7A7F\u7EA2\u7740\u7EFF:"chu\u0101n h\xF3ng zhu\xF3 l\u01DC",\u89E6\u5904\u673A\u6765:"ch\xF9 ch\u01D4 j\u012B l\xE1i",\u5904\u5C0A\u5C45\u663E:"ch\u01D4 z\u016Bn j\u016B xi\u01CEn",\u5904\u5802\u71D5\u96C0:"ch\u01D4 t\xE1ng y\xE0n qu\xE8",\u5904\u5B9E\u6548\u529F:"ch\u01D4 sh\xED xi\xE0o g\u014Dng",\u5904\u9AD8\u4E34\u6DF1:"ch\u01D4 g\u0101o l\xEDn sh\u0113n",\u51FA\u5165\u65E0\u95F4:"ch\u016B r\xF9 w\xFA ji\u0101n",\u51FA\u95E8\u5E94\u8F99:"ch\u016B m\xE9n y\u012Bng zh\xE9",\u51FA\u5904\u8BED\u9ED8:"ch\u016B ch\u01D4 y\u01D4 m\xF2",\u51FA\u5904\u6B8A\u9014:"ch\u016B ch\u01D4 sh\u016B t\xFA",\u51FA\u5904\u8FDB\u9000:"ch\u016B ch\u01D4 j\xECn tu\xEC",\u6101\u5C71\u95F7\u6D77:"ch\xF3u sh\u0101n m\xE8n h\u01CEi",\u51B2\u51A0\u7726\u88C2:"ch\u014Dng gu\xE0n z\xEC li\xE8",\u9F7F\u7259\u4E3A\u7978:"ch\u01D0 y\xE1 w\xE9i hu\xF2",\u5C3A\u4E8C\u51A4\u5BB6:"ch\u01D0 \xE8r yu\u0101n jia",\u5C3A\u77ED\u5BF8\u957F:"ch\u01D0 du\u01CEn c\xF9n ch\xE1ng",\u5C3A\u5BF8\u4E4B\u529F:"ch\u01D0 c\xF9n zh\u012B g\u014Dng",\u57CE\u5317\u5F90\u516C:"ch\xE9ng b\u011Bi x\xFA g\u014Dng",\u6210\u8D25\u5174\u5E9F:"ch\xE9ng b\xE0i x\u012Bng f\xE8i",\u8D81\u6C34\u548C\u6CE5:"ch\xE8n shu\u01D0 hu\xF2 n\xED",\u79F0\u96E8\u9053\u6674:"ch\u0113ng y\u01D4 d\xE0o q\xEDng",\u79F0\u4F53\u8F7D\u8863:"ch\u0113ng t\u01D0 z\xE0i y\u012B",\u79F0\u4F53\u88C1\u8863:"ch\xE8n t\u01D0 c\xE1i y\u012B",\u79F0\u5BB6\u6709\u65E0:"ch\xE8n ji\u0101 y\u01D2u w\xFA",\u79F0\u5FB7\u5EA6\u529F:"ch\u0113ng d\xE9 du\xF3 g\u014Dng",\u6C89\u541F\u7AE0\u53E5:"ch\xE9n y\xEDn zh\u0101ng j\xF9",\u6C89\u541F\u4E0D\u51B3:"ch\xE9n y\xEDn b\xF9 ju\xE9",\u6C89\u75B4\u5BBF\u75BE:"ch\xE9n k\u0113 s\xF9 j\xED",\u626F\u7EA4\u62C9\u70DF:"ch\u011B qi\xE0n l\u0101 y\u0101n",\u626F\u987A\u98CE\u65D7:"ch\u011B sh\xF9n f\u0113ng q\xED",\u8F66\u8F7D\u8239\u88C5:"ch\u0113 z\u01CEi chu\xE1n zhu\u0101ng",\u671D\u5347\u66AE\u5408:"zh\u0101o sh\u0113ng m\xF9 g\u011B",\u671D\u6500\u66AE\u6298:"zh\u0101o p\u0101n m\xF9 sh\xE9",\u8D85\u4ECA\u51A0\u53E4:"ch\u0101o j\u012Bn gu\xE0n g\u01D4",\u5021\u800C\u4E0D\u548C:"ch\xE0ng \xE9r b\xFA h\xE8",\u7545\u6240\u6B32\u4E3A:"ch\xE0ng su\u01D2 y\xF9 w\xE9i",\u82CC\u5F18\u78A7\u8840:"ch\xE1ng h\xF3ng b\xEC xi\u011B",\u957F\u5E7C\u5C0A\u5351:"zh\u01CEng y\xF2u z\u016Bn b\u0113i",\u957F\u7EF3\u7CFB\u65E5:"ch\xE1ng sh\xE9ng j\xEC r\xEC",\u957F\u5E74\u4E09\u8001:"zh\u01CEng ni\xE1n s\u0101n l\u01CEo",\u957F\u6625\u4E0D\u8001:"ch\xE1ng ch\u016Bn b\xF9 l\u01CEo",\u957F\u50B2\u9970\u975E:"zh\u01CEng \xE0o sh\xEC f\u0113i",\u660C\u4EAD\u65C5\u98DF:"ch\u0101ng t\xEDng l\u01DA sh\xED",\u7985\u7D6E\u6CBE\u6CE5:"ch\xE1n x\xF9 zh\u0101n n\xED",\u5DEE\u4E09\u9519\u56DB:"ch\u0101 s\u0101n cu\xF2 s\xEC",\u5C42\u53F0\u7D2F\u69AD:"c\xE9ng t\xE1i l\u011Bi xi\xE8",\u5C42\u89C1\u8FED\u51FA:"c\xE9ng xi\xE0n di\xE9 ch\u016B",\u85CF\u8E2A\u8E51\u8FF9:"c\xE1ng z\u014Dng ni\xE8 j\xEC",\u82CD\u8747\u89C1\u8840:"c\u0101ng y\xEDng ji\xE0n xi\u011B",\u9910\u677E\u5556\u67CF:"c\u0101n s\u014Dng d\xE0n b\xF3",\u9A96\u98CE\u9A77\u971E:"c\u0101n f\u0113ng s\xEC xi\xE1",\u53C2\u4F0D\u9519\u7EFC:"c\u0113n w\u01D4 cu\xF2 z\u014Dng",\u53C2\u8FB0\u536F\u9149:"sh\u0113n ch\xE9n m\u01CEo y\u01D2u",\u6750\u4F18\u5E72\u6D4E:"c\xE1i y\u014Du g\u0101n j\u01D0",\u6750\u8584\u8D28\u8870:"c\xE1i b\xF3 zh\xEC shu\u0101i",\u624D\u5927\u96BE\u7528:"c\xE1i d\xE0 n\xE1n y\xF2ng",\u624D\u8584\u667A\u6D45:"c\xE1i b\xF3 zh\xEC qi\u01CEn",\u4E0D\u8DB3\u4E3A\u610F:"b\xF9 z\xFA w\xE9i y\xEC",\u4E0D\u8DB3\u4E3A\u636E:"b\xF9 z\xFA w\xE9i j\xF9",\u4E0D\u8DB3\u4E3A\u6CD5:"b\xF9 z\xFA w\xE9i f\u01CE",\u4E0D\u8DB3\u9F7F\u6570:"b\xF9 z\xFA ch\u01D0 sh\u01D4",\u4E0D\u7740\u75BC\u70ED:"b\xF9 zhu\xF3 t\xE9ng r\xE8",\u4E0D\u77E5\u85A1\u856B:"b\xF9 zh\u012B d\u01D0ng d\u01D2ng",\u4E0D\u8D8A\u96F7\u6C60:"b\xFA yu\xE8 l\xE9i ch\xED",\u4E0D\u76F8\u4E3A\u8C0B:"b\xF9 xi\u0101ng w\xE9i m\xF3u",\u4E0D\u8D2A\u4E3A\u5B9D:"b\xF9 t\u0101n w\xE9i b\u01CEo",\u4E0D\u4E86\u800C\u4E86:"b\xF9 li\u01CEo \xE9r li\u01CEo",\u4E0D\u53EF\u63C6\u5EA6:"b\xF9 k\u011B ku\xED du\xF3",\u4E0D\u9051\u542F\u5904:"b\xF9 hu\xE1ng q\u01D0 ch\u01D4",\u4E0D\u5F53\u4E0D\u6B63:"b\xF9 d\u0101ng b\xFA zh\xE8ng",\u4E0D\u5DEE\u4EC0\u4E48:"b\xFA ch\xE0 sh\xE9n me",\u4E0D\u5DEE\u7D2F\u9ECD:"b\xF9 ch\u0101 l\u011Bi sh\u01D4",\u64D8\u4E24\u5206\u661F:"b\xF2 li\u01CEng f\u0113n x\u012Bng",\u7C38\u571F\u626C\u6C99:"b\u01D2 t\u01D4 y\xE1ng sh\u0101",\u8584\u7269\u7EC6\u6545:"b\xF3 w\xF9 x\xEC g\xF9",\u8584\u5BD2\u4E2D\u4EBA:"b\xF3 h\xE1n zh\xF2ng r\xE9n",\u535A\u6587\u7EA6\u793C:"b\xF3 w\xE9n yu\u0113 l\u01D0",\u64AD\u7CE0\u772F\u76EE:"b\u014D k\u0101ng m\xED m\xF9",\u5265\u76AE\u62BD\u7B4B:"b\u014D p\xED ch\u014Du j\u012Bn",\u5265\u80A4\u690E\u9AD3:"b\u014D f\u016B chu\xED su\u01D0",\u6CE2\u5C5E\u4E91\u59D4:"b\u014D zh\u01D4 y\xFAn w\u011Bi",\u6CE2\u9A87\u4E91\u5C5E:"b\u014D h\xE0i y\xFAn zh\u01D4",\u5175\u5FAE\u5C06\u5BE1:"b\u012Bng w\u0113i ji\xE0ng gu\u01CE",\u5175\u5F3A\u5C06\u52C7:"b\u012Bng qi\xE1ng ji\xE0ng y\u01D2ng",\u5175\u591A\u5C06\u5E7F:"b\u012Bng du\u014D ji\xE0ng gu\u01CEng",\u5175\u4E0D\u7531\u5C06:"b\u012Bng b\xF9 y\xF3u ji\xE0ng",\u51B0\u89E3\u7684\u7834:"b\u012Bng ji\u011B d\xEC p\xF2",\u5F6C\u5F6C\u6D4E\u6D4E:"b\u012Bn b\u012Bn j\u01D0 j\u01D0",\u647D\u6885\u4E4B\u5E74:"bi\xE0o m\xE9i zh\u012B ni\xE1n",\u8868\u91CC\u4E3A\u5978:"bi\u01CEo l\u01D0 w\xE9i ji\u0101n",\u98D9\u53D1\u7535\u4E3E:"bi\u0101o f\u0101 di\xE0n j\u01D4",\u53D8\u8D2A\u5389\u8584:"bi\xE0n t\u0101n l\xEC b\xF3",\u655D\u76D6\u4E0D\u5F03:"b\xEC g\xE0i b\xFA q\xEC",\u79D5\u8A00\u8C2C\u8BF4:"b\u01D0 y\xE1n mi\xF9 shu\u014D",\u6BD4\u7269\u5C5E\u4E8B:"b\u01D0 w\xF9 zh\u01D4 sh\xEC",\u88AB\u5C71\u5E26\u6CB3:"p\u012B sh\u0101n d\xE0i h\xE9",\u88AB\u7532\u6795\u6208:"p\u012B ji\u01CE zh\u011Bn g\u0113",\u88AB\u7532\u636E\u978D:"p\u012B ji\u01CE j\xF9 \u0101n",\u88AB\u8910\u6000\u7389:"p\u012B h\xE8 hu\xE1i y\xF9",\u88AB\u53D1\u7F28\u51A0:"p\u012B f\xE0 y\u012Bng gu\xE0n",\u80CC\u66F2\u8170\u8EAC:"b\xE8i q\u01D4 y\u0101o g\u014Dng",\u5317\u7A97\u9AD8\u5367:"b\u011Bi chu\u0101ng g\u0101o w\xF2",\u5317\u8FB0\u661F\u62F1:"b\u011Bi ch\xE9n x\u012Bng g\u01D2ng",\u5317\u9119\u4E4B\u97F3:"b\u011Bi b\u01D0 zh\u012B y\u012Bn",\u5351\u5BAB\u83F2\u98DF:"b\u0113i g\u014Dng f\u011Bi sh\xED",\u66B4\u8863\u9732\u51A0:"p\xF9 y\u012B l\xF9 gu\xE0n",\u66B4\u816E\u9F99\u95E8:"p\xF9 s\u0101i l\xF3ng m\xE9n",\u66B4\u9732\u6587\u5B66:"b\xE0o l\xF9 w\xE9n xu\xE9",\u66B4\u864E\u51AF\u6CB3:"b\xE0o h\u01D4 p\xEDng h\xE9",\u62B1\u8513\u6458\u74DC:"b\xE0o w\xE0n zh\u0101i gu\u0101",\u62B1\u6CD5\u5904\u52BF:"b\xE0o f\u01CE ch\u01D4 sh\xEC",\u8912\u8D2C\u4E0E\u593A:"b\u0101o bi\u01CEn y\u01D4 du\xF3",\u5E2E\u95F2\u94BB\u61D2:"b\u0101ng xi\xE1n zu\u0101n l\u01CEn",\u62DC\u5C06\u5C01\u4FAF:"b\xE0i ji\xE0ng f\u0113ng h\xF3u",\u767E\u517D\u7387\u821E:"b\u01CEi sh\xF2u shu\xE0i w\u01D4",\u767E\u5B54\u5343\u521B:"b\u01CEi k\u01D2ng qi\u0101n chu\u0101ng",\u767D\u8863\u537F\u76F8:"b\xE1i y\u012B q\u012Bng xi\xE0ng",\u767D\u9996\u4E3A\u90CE:"b\xE1i sh\u01D2u w\xE9i l\xE1ng",\u767D\u9996\u76F8\u77E5:"b\xE1i sh\u01D2u xi\u0101ng zh\u012B",\u628A\u73A9\u65E0\u538C:"b\u01CE w\xE1n w\xFA y\xE0n",\u62D4\u9505\u5377\u5E2D:"b\xE1 gu\u014D ju\u01CEn x\xED",\u62D4\u672C\u585E\u6E90:"b\xE1 b\u011Bn s\xE8 yu\xE1n",\u50B2\u4E0D\u53EF\u957F:"\xE0o b\xF9 k\u011B zh\u01CEng",\u71AC\u66F4\u5B88\u591C:"\xE1o g\u0113ng sh\u01D2u y\xE8",\u5B89\u65F6\u5904\u987A:"\u0101n sh\xED ch\u01D4 sh\xF9n",\u5B89\u8EAB\u4E3A\u4E50:"\u0101n sh\u0113n w\xE9i l\xE8",\u5B89\u8001\u6000\u5C11:"\u0101n l\u01CEo hu\xE1i sh\xE0o",\u5B89\u6B65\u5F53\u8F66:"\u0101n b\xF9 d\xE0ng ch\u0113",\u7231\u4EBA\u597D\u58EB:"\xE0i r\xE9n h\xE0o sh\xEC",\u77EE\u4EBA\u89C2\u573A:"\u01CEi r\xE9n gu\u0101n ch\u01CEng",\u6371\u98CE\u7F09\u7F1D:"\xE1i f\u0113ng j\u012B f\xE8ng",\u6328\u5C71\u585E\u6D77:"\u0101i sh\u0101n s\xE8 h\u01CEi",\u963F\u5BB6\u963F\u7FC1:"\u0101 ji\u0101 \u0101 w\u0113ng",\u963F\u515A\u76F8\u4E3A:"\u0113 d\u01CEng xi\u0101ng w\xE9i",\u8FFD\u4EA1\u9010\u5317:"zhu\u012B w\xE1ng zh\xFA b\u011Bi",\u7AF9\u7BEE\u6253\u6C34:"zh\xFA l\xE1n d\xE1 shu\u01D0",\u77E5\u75BC\u7740\u70ED:"zh\u012B t\xE9ng zh\xE1o r\xE8",\u8BED\u4E0D\u60CA\u4EBA:"y\u01D4 b\xF9 j\u012Bng r\xE9n",\u4E8E\u4ECA\u4E3A\u70C8:"y\xFA j\u012Bn w\xE9i li\xE8",\u4E00\u65E5\u4E09\u7701:"y\xED r\xEC s\u0101n x\u01D0ng",\u7A74\u5C45\u91CE\u5904:"xu\xE9 j\u016B y\u011B ch\u01D4",\u4E94\u810A\u516D\u517D:"w\u01D4 j\u01D0 li\xF9 sh\xF2u",\u65E0\u58F0\u65E0\u81ED:"w\xFA sh\u0113ng w\xFA xi\xF9",\u8C13\u4E88\u4E0D\u4FE1:"w\xE8i y\xFA b\xFA x\xECn",\u820D\u8EAB\u4E3A\u56FD:"sh\u011B sh\u0113n w\xE9i gu\xF3",\u6740\u59BB\u6C42\u5C06:"sh\u0101 q\u012B qi\xFA ji\xE0ng",\u5F3A\u4F5C\u89E3\u4EBA:"qi\u01CEng zu\xF2 ji\u011B r\xE9n",\u6C14\u51B2\u6597\u725B:"q\xEC ch\u014Dng d\u01D2u ni\xFA",\u4E34\u6DF1\u5C65\u8584:"l\xEDn sh\u0113n l\u01DA b\xF3",\u94A7\u5929\u5E7F\u4E50:"j\u016Bn ti\u0101n gu\u01CEng yu\xE8",\u8270\u96BE\u7AED\u8E76:"ji\u0101n n\xE1n ji\xE9 ju\xE9",\u5939\u4E03\u5939\u516B:"ji\u0101 q\u012B ji\u0101 b\u0101",\u6DF7\u6DF7\u5669\u5669:"h\xFAn h\xFAn \xE8 \xE8",\u539A\u53E4\u8584\u4ECA:"h\xF2u g\u01D4 b\xF3 j\u012Bn",\u9B3C\u6015\u6076\u4EBA:"gu\u01D0 p\xE0 \xE8 r\xE9n",\u4F3D\u9A6C\u5C04\u7EBF:"g\u0101 m\u01CE sh\xE8 xi\xE0n",\u4F5B\u5934\u7740\u7CAA:"f\xF3 t\xF3u zhu\xF3 f\xE8n",\u5949\u4E3A\u81F3\u5B9D:"f\xE8ng w\xE9i zh\xEC b\u01CEo",\u767B\u575B\u62DC\u5C06:"d\u0113ng t\xE1n b\xE0i ji\xE0ng",\u6668\u660F\u5B9A\u7701:"ch\xE9n h\u016Bn d\xECng x\u01D0ng",\u5BDF\u5BDF\u4E3A\u660E:"ch\xE1 ch\xE1 w\xE9i m\xEDng",\u535A\u95FB\u5F3A\u8BC6:"b\xF3 w\xE9n qi\xE1ng zh\xEC",\u907F\u96BE\u5C31\u6613:"b\xEC n\xE1n ji\xF9 y\xEC",\u4E86\u65E0\u751F\u673A:"li\u01CEo w\xFA sh\u0113ng j\u012B",\u6709\u4E00\u8BF4\u4E00:"y\u01D2u y\u012B shu\u014D y\u012B",\u72EC\u4E00\u65E0\u4E8C:"d\xFA y\u012B w\xFA \xE8r",\u8BF4\u4E00\u4E0D\u4E8C:"shu\u014D y\u012B b\xF9 \xE8r",\u4E3E\u4E00\u53CD\u4E09:"j\u01D4 y\u012B f\u01CEn s\u0101n",\u6570\u4E00\u6570\u4E8C:"sh\u01D4 y\u012B sh\u01D4 \xE8r",\u6740\u4E00\u5106\u767E:"sh\u0101 y\u012B j\u01D0ng b\u01CEi",\u4E01\u4E00\u536F\u4E8C:"d\u012Bng y\u012B m\u01CEo \xE8r",\u4E01\u4E00\u786E\u4E8C:"d\u012Bng y\u012B qu\xE8 \xE8r",\u4E0D\u4E00\u800C\u6B62:"b\xF9 y\u012B \xE9r zh\u01D0",\u65E0\u4E00\u5E78\u514D:"w\xFA y\u012B x\xECng mi\u01CEn",\u8868\u91CC\u4E0D\u4E00:"bi\u01CEo l\u01D0 b\xF9 y\u012B",\u826F\u83A0\u4E0D\u4E00:"li\xE1ng y\u01D2u b\xF9 y\u012B",\u5FC3\u53E3\u4E0D\u4E00:"x\u012Bn k\u01D2u b\xF9 y\u012B",\u8A00\u884C\u4E0D\u4E00:"y\xE1n x\xEDng b\xF9 y\u012B",\u653F\u4EE4\u4E0D\u4E00:"zh\xE8ng l\xECng b\xF9 y\u012B",\u53C2\u5DEE\u4E0D\u4E00:"c\u0113n c\u012B b\xF9 y\u012B",\u7EB7\u7EB7\u4E0D\u4E00:"f\u0113n f\u0113n b\xF9 y\u012B",\u6BC1\u8A89\u4E0D\u4E00:"hu\u01D0 y\xF9 b\xF9 y\u012B",\u4E0D\u4E00\u800C\u4E09:"b\xF9 y\u012B \xE9r s\u0101n",\u767E\u4E0D\u4E00\u9047:"b\u01CEi b\xF9 y\u012B y\xF9",\u8A00\u884C\u62B1\u4E00:"y\xE1n x\xEDng b\xE0o y\u012B",\u745C\u767E\u7455\u4E00:"y\xFA b\u01CEi xi\xE1 y\u012B",\u80CC\u57CE\u501F\u4E00:"b\xE8i ch\xE9ng ji\xE8 y\u012B",\u51ED\u57CE\u501F\u4E00:"p\xEDng ch\xE9ng ji\xE8 y\u012B",\u529D\u767E\u8BBD\u4E00:"qu\xE0n b\u01CEi f\u011Bng y\u012B",\u7FA4\u5C45\u548C\u4E00:"q\xFAn j\u016B h\xE9 y\u012B",\u767E\u4E0D\u83B7\u4E00:"b\u01CEi b\xF9 hu\xF2 y\u012B",\u767E\u4E0D\u5931\u4E00:"b\u01CEi b\xF9 sh\u012B y\u012B",\u767E\u65E0\u5931\u4E00:"b\u01CEi w\xFA sh\u012B y\u012B",\u4E07\u4E0D\u5931\u4E00:"w\xE0n b\xF9 sh\u012B y\u012B",\u4E07\u65E0\u5931\u4E00:"w\xE0n w\xFA sh\u012B y\u012B",\u5408\u800C\u4E3A\u4E00:"h\xE9 \xE9r w\xE9i y\u012B",\u5408\u4E24\u4E3A\u4E00:"h\xE9 li\u01CEng w\xE9i y\u012B",\u5408\u4E8C\u4E3A\u4E00:"h\xE9 \xE8r w\xE9i y\u012B",\u5929\u4E0B\u4E3A\u4E00:"ti\u0101n xi\xE0 w\xE9i y\u012B",\u76F8\u4E0E\u4E3A\u4E00:"xi\u0101ng y\u01D4 w\xE9i y\u012B",\u8F83\u82E5\u753B\u4E00:"ji\xE0o ru\xF2 hu\xE0 y\u012B",\u8F83\u5982\u753B\u4E00:"ji\xE0o r\xFA hu\xE0 y\u012B",\u65A0\u82E5\u753B\u4E00:"ji\xE0o ru\xF2 hu\xE0 y\u012B",\u8A00\u884C\u82E5\u4E00:"y\xE1n x\xEDng ru\xF2 y\u012B",\u59CB\u7EC8\u82E5\u4E00:"sh\u01D0 zh\u014Dng ru\xF2 y\u012B",\u7EC8\u59CB\u82E5\u4E00:"zh\u014Dng sh\u01D0 ru\xF2 y\u012B",\u60DF\u7CBE\u60DF\u4E00:"w\xE9i j\u012Bng w\xE9i y\u012B",\u4F17\u591A\u975E\u4E00:"zh\xF2ng du\u014D f\u0113i y\u012B",\u4E0D\u80FD\u8D5E\u4E00:"b\xF9 n\xE9ng z\xE0n y\u012B",\u95EE\u4E00\u7B54\u5341:"w\xE8n y\u012B d\xE1 sh\xED",\u4E00\u4E0D\u626D\u4F17:"y\u012B b\xF9 ni\u01D4 zh\xF2ng",\u4E00\u4EE5\u8D2F\u4E4B:"y\u012B y\u01D0 gu\xE0n zh\u012B",\u4E00\u4EE5\u5F53\u767E:"y\u012B y\u01D0 d\u0101ng b\u01CEi",\u767E\u4E0D\u5F53\u4E00:"b\u01CEi b\xF9 d\u0101ng y\u012B",\u5341\u4E0D\u5F53\u4E00:"sh\xED b\xF9 d\u0101ng y\u012B",\u4EE5\u4E00\u8B66\u767E:"y\u01D0 y\u012B j\u01D0ng b\u01CEi",\u4EE5\u4E00\u5949\u767E:"y\u01D0 y\u012B f\xE8ng b\u01CEi",\u4EE5\u4E00\u6301\u4E07:"y\u01D0 y\u012B ch\xED w\xE0n",\u4EE5\u4E00\u77E5\u4E07:"y\u01D0 y\u012B zh\u012B w\xE0n",\u767E\u91CC\u6311\u4E00:"b\u01CEi l\u01D0 ti\u0101o y\u012B",\u6574\u9F50\u5212\u4E00:"zh\u011Bng q\xED hu\xE0 y\u012B",\u4E00\u6765\u4E8C\u53BB:"y\u012B l\xE1i \xE8r q\xF9",\u4E00\u8DEF\u516C\u4EA4:"y\u012B l\xF9 g\u014Dng ji\u0101o",\u4E00\u8DEF\u6C7D\u8F66:"y\u012B l\xF9 q\xEC ch\u0113",\u4E00\u8DEF\u5DF4\u58EB:"y\u012B l\xF9 b\u0101 sh\xEC",\u671D\u671D\u671D\u843D:"zh\u0101o ch\xE1o zh\u0101o lu\xF2",\u66F2\u610F\u9022\u8FCE:"q\u016B y\xEC f\xE9ng y\xEDng",\u4E00\u884C\u4E0D\u884C:"y\xEC h\xE1ng b\xF9 x\xEDng",\u884C\u884C\u4E0D\u884C:"h\xE1ng h\xE1ng b\xF9 x\xEDng"},tv=Object.keys(lc).map(n=>({zh:n,pinyin:lc[n],probability:2e-8,length:4,priority:Ge.Normal,dict:Symbol("dict4")})),ic={\u5DF4\u5C14\u5E72\u534A\u5C9B:"b\u0101 \u011Br g\xE0n b\xE0n d\u01CEo",\u5DF4\u5C14\u5580\u4EC0\u6E56:"b\u0101 \u011Br k\u0101 sh\xED h\xFA",\u4E0D\u5E78\u800C\u8A00\u4E2D:"b\xFA x\xECng \xE9r y\xE1n zh\xF2ng",\u5E03\u5C14\u4EC0\u7EF4\u514B:"b\xF9 \u011Br sh\xED w\xE9i k\xE8",\u4F55\u4E50\u800C\u4E0D\u4E3A:"h\xE9 l\xE8 \xE9r b\xF9 w\xE9i",\u82DB\u653F\u731B\u4E8E\u864E:"k\u0113 zh\xE8ng m\u011Bng y\xFA h\u01D4",\u8499\u5F97\u7EF4\u7684\u4E9A:"m\xE9ng d\xE9 w\xE9i d\xEC y\xE0",\u6C11\u4EE5\u98DF\u4E3A\u5929:"m\xEDn y\u01D0 sh\xED w\xE9i ti\u0101n",\u4E8B\u540E\u8BF8\u845B\u4EAE:"sh\xEC h\xF2u zh\u016B g\u011B li\xE0ng",\u7269\u4EE5\u7A00\u4E3A\u8D35:"w\xF9 y\u01D0 x\u012B w\xE9i gu\xEC",\u5148\u4E0B\u624B\u4E3A\u5F3A:"xi\u0101n xi\xE0 sh\u01D2u w\xE9i qi\xE1ng",\u884C\u884C\u51FA\u72B6\u5143:"h\xE1ng h\xE1ng ch\u016B zhu\xE0ng yuan",\u4E9A\u5F97\u91CC\u4E9A\u6D77:"y\xE0 d\xE9 l\u01D0 y\xE0 h\u01CEi",\u773C\u4E0D\u89C1\u4E3A\u51C0:"y\u01CEn b\xFA ji\xE0n w\xE9i j\xECng",\u7AF9\u7B52\u5012\u8C46\u5B50:"zh\xFA t\u01D2ng d\xE0o d\xF2u zi"},rv=Object.keys(ic).map(n=>({zh:n,pinyin:ic[n],probability:2e-8,length:5,priority:Ge.Normal,dict:Symbol("dict5")}));function sc(n,t){return n&&(n.decimal<t.decimal||n.decimal===t.decimal&&n.probability>t.probability)?n:t}function cc(n){n.probability<1e-300&&(n.probability*=1e300,n.decimal+=1)}function ov(n){return n.priority===Ge.Custom?-(n.length*n.length*100):n.priority===Ge.Surname?-(n.length*n.length*10):0}function av(n,t){const r=[];let o=n.length-1,a=n[o];for(let i=t-1;i>=0;i--){const c=i+1>=t?{probability:1,decimal:0,patterns:[]}:r[i+1];for(;a&&a.index+a.length-1===i;){const d=a.index,l={probability:a.probability*c.probability,decimal:c.decimal+ov(a),patterns:c.patterns,concatPattern:a};cc(l),r[d]=sc(r[d],l),a=n[--o]}const s={probability:1e-13*c.probability,decimal:0,patterns:c.patterns};cc(s),r[i]=sc(r[i],s),r[i].concatPattern&&(r[i].patterns=r[i].patterns.concat(r[i].concatPattern),r[i].concatPattern=void 0,delete r[i+1])}return r[0].patterns.reverse()}function uc(n,t){return n&&n.count<=t.count?n:t}function lv(n){return n.priority===Ge.Custom?-(n.length*n.length*1e5):n.priority===Ge.Surname?-(n.length*n.length*100):1}function iv(n,t){const r=[];let o=n.length-1,a=n[o];for(let i=t-1;i>=0;i--){const c=i+1>=t?{count:0,patterns:[]}:r[i+1];for(;a&&a.index+a.length-1===i;){const d=a.index,l={count:lv(a)+c.count,patterns:c.patterns,concatPattern:a};r[d]=uc(r[d],l),a=n[--o]}const s={count:1+c.count,patterns:c.patterns};r[i]=uc(r[i],s),r[i].concatPattern&&(r[i].patterns=r[i].patterns.concat(r[i].concatPattern),r[i].concatPattern=void 0,delete r[i+1])}return r[0].patterns.reverse()}function sv(n,t){return!(t.index+t.length<=n.index||t.priority>n.priority||t.priority===n.priority&&t.length>n.length)}function cv(n){const t=[];for(let r=n.length-1;r>=0;){const{index:o}=n[r];let a=r-1;for(;a>=0&&sv(n[r],n[a]);)a--;(a<0||n[a].index+n[a].length<=o)&&t.push(n[r]),r=a}return t.reverse()}var dc;(function(n){n[n.ReverseMaxMatch=1]="ReverseMaxMatch",n[n.MaxProbability=2]="MaxProbability",n[n.MinTokenization=3]="MinTokenization"})(dc||(dc={}));class hc{constructor(t,r="",o=""){this.children=new Map,this.fail=null,this.patterns=[],this.parent=t,this.prefix=r,this.key=o}}class uv{constructor(){this.dictMap=new Map,this.queues=[],this.root=new hc(null)}build(t){this.buildTrie(t),this.buildFailPointer()}buildTrie(t){for(let r of t){const o=Lr(r.zh);let a=this.root;for(let i=0;i<o.length;i++){let c=o[i];if(!a.children.has(c)){const s=new hc(a,o.slice(0,i).join(""),c);a.children.set(c,s),this.addNodeToQueues(s)}a=a.children.get(c)}this.insertPattern(a.patterns,r),r.node=a,this.addPatternToDictMap(r)}}buildFailPointer(){let t=[],r=0;for(this.queues.forEach(o=>{t=t.concat(o)}),this.queues=[];t.length>r;){let o=t[r++],a=o.parent&&o.parent.fail,i=o.key;for(;a&&!a.children.has(i);)a=a.fail;a?o.fail=a.children.get(i):o.fail=this.root}}addPatternToDictMap(t){this.dictMap.has(t.dict)||this.dictMap.set(t.dict,new Set),this.dictMap.get(t.dict).add(t)}addNodeToQueues(t){this.queues[tn(t.prefix)]||(this.queues[tn(t.prefix)]=[]),this.queues[tn(t.prefix)].push(t)}insertPattern(t,r){for(let o=t.length-1;o>=0;o--){const a=t[o];if(r.priority===a.priority&&r.probability>=a.probability)t[o+1]=a;else if(r.priority>a.priority)t[o+1]=a;else{t[o+1]=r;return}}t[0]=r}removeDict(t){this.dictMap.has(t)&&(this.dictMap.get(t).forEach(o=>{o.node.patterns=o.node.patterns.filter(a=>a!==o)}),this.dictMap.delete(t))}match(t,r){let o=this.root,a=[];const i=Lr(t);for(let c=0;c<i.length;c++){let s=i[c];for(;o!==null&&!o.children.has(s);)o=o.fail;if(o===null)o=this.root;else{o=o.children.get(s);const d=o.patterns.find(u=>r==="off"?u.priority!==Ge.Surname:r==="head"?u.length-1-c===0:!0);d&&a.push(Object.assign(Object.assign({},d),{index:c-d.length+1}));let l=o.fail;for(;l!==null;){const u=l.patterns.find(m=>r==="off"?m.priority!==Ge.Surname:r==="head"?m.length-1-c===0:!0);u&&a.push(Object.assign(Object.assign({},u),{index:c-u.length+1})),l=l.fail}}}return a}search(t,r,o=2){const a=this.match(t,r);return o===1?cv(a):o===3?iv(a,tn(t)):av(a,tn(t))}}const dv=[...rv,...tv,...nv,...ev,...W7,...J7],pc=new uv;pc.build(dv);const hv=new Xs,pv=()=>hv,Ut=n=>{const t=Vn.get(n);return t?t.split(" ")[0]:n},fv=(n,t,r,o)=>{const a=pc.search(n,r,o);let i=0;const c=Lr(n);for(let s=0;s<c.length;){const d=a[i];if(d&&s===d.index){if(d.length===1&&d.priority<=Ge.Normal){const m=c[s];let h="";h=rc(m,c[s-1],c[s+1]),t[s]={origin:m,result:h,isZh:h!==m,originPinyin:h},s++,i++;continue}const l=d.pinyin.split(" ");let u=0;for(let m=0;m<d.length;m++){const h=Lr(d.zh);t[s+m]={origin:h[m],result:l[u]||"",isZh:!0,originPinyin:l[u]||""},u++}s+=d.length,i++}else{const l=c[s];let u="";u=rc(l,c[s-1],c[s+1]),t[s]={origin:l,result:u,isZh:u!==l,originPinyin:u},s++}}return{list:t,matches:a}},Or=n=>n.replace(/(ā|á|ǎ|à)/g,"a").replace(/(ō|ó|ǒ|ò)/g,"o").replace(/(ē|é|ě|è)/g,"e").replace(/(ī|í|ǐ|ì)/g,"i").replace(/(ū|ú|ǔ|ù)/g,"u").replace(/(ǖ|ǘ|ǚ|ǜ)/g,"\xFC").replace(/(n̄|ń|ň|ǹ)/g,"n").replace(/(m̄|ḿ|m̌|m̀)/g,"m").replace(/(ê̄|ế|ê̌|ề)/g,"\xEA"),fc=(n,t="off")=>{const r=pv();let o=Vn.get(n)?Vn.get(n).split(" "):[];if(r.get(n))o=r.get(n).split(" ");else if(t!=="off"){const a=yl[n];a&&(o=[a].concat(o.filter(i=>i!==a)))}return o},gv=(n,t="off")=>{let r=fc(n,t);return r.length>0?r.map(o=>({origin:n,result:o,isZh:!0,originPinyin:o})):[{origin:n,result:n,isZh:!1,originPinyin:n}]},Rr=(n,t)=>{const r=n.split(" "),o=[],a=[];for(let i of r)for(let c of $7)if(i.startsWith(c)){let s=i.slice(c.length);L7.indexOf(c)!==-1&&O7.indexOf(s)!==-1&&(s=R7[s]),o.push(c),a.push(s);break}return t==="standard"&&o.forEach((i,c)=>{(i==="y"||i==="w")&&(o[c]="")}),{final:a.join(" "),initial:o.join(" ")}},Ur=n=>{const{final:t}=Rr(n);let r="",o="",a="";return U7.indexOf(Or(t))!==-1?(r=t[0],o=t[1],a=t.slice(2)):(o=t[0]||"",a=t.slice(1)||""),{head:r,body:o,tail:a}},Yr=n=>{const t=/(ā|ō|ē|ī|ū|ǖ|n̄|m̄|ê̄)/,r=/(á|ó|é|í|ú|ǘ|ń|ḿ|ế)/,o=/(ǎ|ǒ|ě|ǐ|ǔ|ǚ|ň|m̌|ê̌)/,a=/(à|ò|è|ì|ù|ǜ|ǹ|m̀|ề)/,i=/(a|o|e|i|u|ü|ê)/,c=/(n|m)$/,s=[];return n.split(" ").forEach(l=>{t.test(l)?s.push("1"):r.test(l)?s.push("2"):o.test(l)?s.push("3"):a.test(l)?s.push("4"):i.test(l)||c.test(l)?s.push("0"):s.push("")}),s.join(" ")},mv=(n,t)=>{const r=Or(n).split(" "),o=Yr(t).split(" "),a=[];return r.forEach((i,c)=>{a.push(`${i}${o[c]}`)}),a.join(" ")},gc=(n,t)=>{const r=[];return n.split(" ").forEach(a=>{r.push(t?a[0]:a)}),r.join(" ")},_v=n=>typeof n!="string"?(console.error("The first param of pinyin is error: "+n+' is not assignable to type "string".'),!1):!0;function xl(n,t){return t instanceof RegExp?t.test(n):!0}const yv=(n,t)=>{let r=t.nonZh;if(r==="removed")return n.filter(o=>o.isZh||!xl(o.origin,t.nonZhScope));if(r==="consecutive"){for(let o=n.length-2;o>=0;o--){const a=n[o],i=n[o+1];!a.isZh&&!i.isZh&&xl(a.origin,t.nonZhScope)&&xl(i.origin,t.nonZhScope)&&(a.origin+=i.origin,a.result+=i.result,i.delete=!0)}return n.filter(o=>!o.delete)}else return n},mc=(n,t)=>tn(n)===1&&t.multiple?gv(n,t.surname):!1,xv=(n,t)=>{switch(t.pattern){case"pinyin":break;case"num":n.forEach(r=>{r.result=r.isZh?Yr(r.result):""});break;case"initial":n.forEach(r=>{r.result=r.isZh?Rr(r.result,t.initialPattern).initial:""});break;case"final":n.forEach(r=>{r.result=r.isZh?Rr(r.result,t.initialPattern).final:""});break;case"first":n.forEach(r=>{r.result=gc(r.result,r.isZh)});break;case"finalHead":n.forEach(r=>{r.result=r.isZh?Ur(r.result).head:""});break;case"finalBody":n.forEach(r=>{r.result=r.isZh?Ur(r.result).body:""});break;case"finalTail":n.forEach(r=>{r.result=r.isZh?Ur(r.result).tail:""});break}},wv=(n,t)=>{switch(t.toneType){case"symbol":break;case"none":n.forEach(r=>{r.isZh&&(r.result=Or(r.result))});break;case"num":{n.forEach(r=>{r.isZh&&(r.result=mv(r.result,r.originPinyin))});break}}},bv=(n,t)=>{t.v&&n.forEach(r=>{r.isZh&&(r.result=r.result.replace(/ü/g,typeof t.v=="string"?t.v:"v"))})},vv=(n,t,r)=>{if(t.multiple&&tn(r)===1){let o="";n=n.filter(a=>{const i=a.result!==o;return o=a.result,i})}return t.type==="array"?n.map(o=>o.result):t.type==="all"?n.map(o=>{const a=o.isZh?o.result:"",{initial:i,final:c}=Rr(a,t.initialPattern),{head:s,body:d,tail:l}=Ur(a);let u=[];return a!==""&&(u=[a].concat(fc(o.origin,t.surname).filter(m=>m!==a))),{origin:o.origin,pinyin:a,initial:i,final:c,first:gc(o.result,o.isZh),finalHead:s,finalBody:d,finalTail:l,num:Number(Yr(o.originPinyin)),isZh:o.isZh,polyphonic:u,inZhRange:!!Vn.get(o.origin),result:o.result}}):n.map(o=>o.result).join(t.separator)},zv=(n,t)=>(t===!1&&n.forEach(r=>{r.origin==="\u4E00"?r.result=r.originPinyin="y\u012B":r.origin==="\u4E0D"&&(r.result=r.originPinyin="b\xF9")}),n),Cv={pattern:"pinyin",toneType:"symbol",type:"string",multiple:!1,mode:"normal",removeNonZh:!1,nonZh:"spaced",v:!1,separator:" ",toneSandhi:!0,segmentit:2};function _c(n,t){if(t=Object.assign(Object.assign({},Cv),t||{}),!_v(n))return n;if(n==="")return t.type==="array"||t.type==="all"?[]:"";t.surname===void 0&&(t.mode==="surname"?t.surname="all":t.surname="off"),t.type==="all"&&(t.pattern="pinyin"),t.pattern==="num"&&(t.toneType="none"),t.removeNonZh&&(t.nonZh="removed");let o=Array(tn(n)),{list:a}=fv(n,o,t.surname,t.segmentit);return a=zv(a,t.toneSandhi),a=yv(a,t),mc(n,t)&&(a=mc(n,t)),xv(a,t),wv(a,t),bv(a,t),vv(a,t,n)}var wl;(function(n){n[n.AllSegment=1]="AllSegment",n[n.AllArray=2]="AllArray",n[n.AllString=3]="AllString",n[n.PinyinSegment=4]="PinyinSegment",n[n.PinyinArray=5]="PinyinArray",n[n.PinyinString=6]="PinyinString",n[n.ZhSegment=7]="ZhSegment",n[n.ZhArray=8]="ZhArray",n[n.ZhString=9]="ZhString"})(wl||(wl={})),wl.AllSegment;var kv=e.defineComponent({name:"YcCard",__name:"index",props:{background:{default:"var(--el-card-bg-color)"},radius:{default:8},shadow:{default:"never"},padding:{},width:{},height:{},bodyClass:{default:"yc-card-body"}},setup(n){const t=n,r=i=>{if(i!==void 0)return typeof i=="number"?`${i}px`:i},o=e.computed(()=>{const i={display:"flex",flexDirection:"column",border:"none",borderRadius:r(t.radius),background:t.background};return t.width!==void 0&&(i.width=r(t.width)),t.height!==void 0&&(i.height=r(t.height)),i}),a=e.computed(()=>({display:"flex",flex:1,flexDirection:"column",minHeight:0,padding:t.padding!==void 0?r(t.padding):0}));return(i,c)=>{const s=e.resolveComponent("el-card");return e.openBlock(),e.createBlock(s,e.mergeProps({shadow:i.shadow,style:o.value,"body-style":a.value},i.$attrs,{"body-class":i.bodyClass}),e.createSlots({default:e.withCtx(()=>[e.renderSlot(i.$slots,"default")]),_:2},[i.$slots.header?{name:"header",fn:e.withCtx(()=>[e.renderSlot(i.$slots,"header")]),key:"0"}:void 0]),1040,["shadow","style","body-style","body-class"])}}}),Yt=ne(kv,[["__file","index.vue"]]);const Bv=Le(Yt);var Ev=e.defineComponent({name:"YcLineTree",props:{node:{type:Object,required:!0},data:{type:Array,default:()=>{}},treeData:{type:Array,default:()=>[]},indent:{type:Number,default:16}},setup(n,t){const{slots:r}=t;return{getScopedSlot:i=>{if(!i)return;const c=i.split("||");let s;for(let d=0;d<c.length;d++){const l=c[d];s=(r||{})[l]}return s},getSlotValue:(i,c,s=null)=>hn(i)?i(c)||s:i||s}},render(){const n=this.getScopedSlot("default"),t=this.getScopedSlot("node-label"),r=n?this.getSlotValue(n,{node:this.node,data:this.data}):[t?this.getSlotValue(t,{node:this.node,data:this.data}):e.h("span",{class:"yc-tree-node-label"},this.node.label)],o=[];let a=this.node;for(;a;){let c=a.parent;if(a.level===1&&!a.parent){if(!this.treeData||!Array.isArray(this.treeData))throw Error("if you using el-tree-v2 (Virtualized Tree) of element-plus, YcLineTree required treeData prop.");c={children:Array.isArray(this.treeData)?this.treeData.map(s=>({...s,key:s.id})):[],level:0,key:"node-0",parent:null}}if(c){const s=(c.children||c.childNodes).findIndex(d=>(d.key||d.id)===(a.key||a.id));o.unshift(s===(c.children||c.childNodes).length-1)}a=c}const i=[];for(let c=0;c<this.node.level;c++)i.push(e.h("span",{class:{"yc-tree-node-line-ver":!0,"last-node-line":o[c]&&this.node.level-1!==c,"last-node-isLeaf-line":o[c]&&this.node.level-1===c},style:{position:"absolute",top:"0",display:"block",height:o[c]&&this.node.level-1===c?"50%":"100%",left:this.indent*c+"px"}}));return e.h("span",{class:"yc-tree-node-label-wrapper",style:{position:"relative",display:"flex",flex:"1",alignItems:"center"}},[r].concat(i).concat([e.h("span",{class:"yc-tree-node-line-hor",style:{position:"absolute",top:"50%",display:"block",height:"0",width:(this.node.isLeaf?24:8)+"px",left:(this.node.level-1)*this.indent+"px"}})]))}}),Wt=ne(Ev,[["__file","index.vue"]]);const jv=Le(Wt);function Vv(n){const{containerRef:t,options:r,events:o,filterText:a,treeNodeSelector:i=".el-tree-v2__list"}=n;let c=null;const s=e.computed(()=>!(!r.enabled||a&&a.value)),d=()=>{var h,f,p,g,_,b;if(!t.value)return;let y=null;if(i!==".el-tree-v2__list"&&(y=t.value.querySelector(i)),!y){const w=['[role="tree"]',".el-tree-v2__wrapper",".el-tree-v2"];for(const v of w)if(y=t.value.querySelector(v),y){const z=y.querySelector('[role="treeitem"]');z&&(y=z.parentElement);break}}if(!y)return;const x={animation:(h=r.animation)!=null?h:150,handle:r.handle,group:r.group,sort:(f=r.sort)!=null?f:!0,ghostClass:(p=r.ghostClass)!=null?p:"sortable-ghost",chosenClass:(g=r.chosenClass)!=null?g:"sortable-chosen",dragClass:(_=r.dragClass)!=null?_:"sortable-drag",filter:r.filter,preventOnFilter:(b=r.preventOnFilter)!=null?b:!0,disabled:!s.value,forceFallback:!1,delay:0,delayOnTouchOnly:!1,draggable:'[role="treeitem"]',onStart:w=>{var v;(v=o.onStart)==null||v.call(o,w)},onEnd:w=>{var v;(v=o.onEnd)==null||v.call(o,w)},onMove:(w,v)=>{var z,E;return(E=(z=o.onMove)==null?void 0:z.call(o,w,v))!=null?E:!0},onUpdate:w=>{var v;(v=o.onUpdate)==null||v.call(o,w)},onAdd:w=>{var v;(v=o.onAdd)==null||v.call(o,w)},onRemove:w=>{var v;(v=o.onRemove)==null||v.call(o,w)},onChoose:w=>{var v;(v=o.onChoose)==null||v.call(o,w)},onUnchoose:w=>{var v;(v=o.onUnchoose)==null||v.call(o,w)}};try{c=J.create(y,x)}catch(w){}},l=()=>{c&&(c.destroy(),c=null)},u=()=>{c==null||c.option("disabled",!1)},m=()=>{c==null||c.option("disabled",!0)};return e.onMounted(()=>{s.value&&e.nextTick(()=>{setTimeout(()=>{d()},500)})}),e.watch(()=>s.value,h=>{h&&!c?e.nextTick(()=>{setTimeout(()=>{d()},500)}):c&&c.option("disabled",!h)}),e.onBeforeUnmount(()=>{l()}),{isDraggableEnabled:s,sortableInstance:e.computed(()=>c),destroy:l,enable:u,disable:m}}function Gt(n,t){const r=String(t),o=n.findIndex(i=>String(i.id)===r);if(o!==-1)return{parent:null,siblings:n,index:o,path:[]};function a(i,c,s){for(const d of i)if(d.children&&d.children.length>0){const l=d.children.findIndex(m=>String(m.id)===r);if(l!==-1)return{parent:d,siblings:d.children,index:l,path:[...s,d.id]};const u=a(d.children,d,[...s,d.id]);if(u)return u}return null}return a(n,null,[])}function Sv(n,t,r="children"){const o=Me(n),a=c=>{for(let s=0;s<c.length;s++){if(c[s].id===t){const[d]=c.splice(s,1);return d}if(c[s][r]&&Array.isArray(c[s][r])){const d=a(c[s][r]);if(d)return d}}return null},i=a(o);return{updatedTree:o,removedNode:i}}function Nv(n,t,r,o){const a=Me(n),i=Me(t);if(r===null)return a.splice(o,0,i),a;function c(s){for(const d of s){if(d.id===r)return d.children||(d.children=[]),d.children.splice(o,0,i),!0;if(d.children&&d.children.length>0&&c(d.children))return!0}return!1}return c(a),a}function bl(n,t,r){const o=Me(n);if(t===r)return o;if(t<0||t>=o.length||r<0||r>=o.length)return console.warn(`[reorderSiblingNodes] \u7D22\u5F15\u8D8A\u754C: oldIndex=${t}, newIndex=${r}, length=${o.length}`),o;let a=r;t<r&&(a=r-1);const[i]=o.splice(t,1);return o.splice(a,0,i),o}function Mv(n,t,r,o,a="children"){const i=Me(n);if(t.length===0)return bl(i,r,o);const c=yc(i,t,a);if(!c)return console.warn("[reorderNodeChildren] \u672A\u627E\u5230\u8282\u70B9\uFF0C\u8DEF\u5F84:",t),i;if(!c[a]||!Array.isArray(c[a]))return console.warn("[reorderNodeChildren] \u76EE\u6807\u8282\u70B9\u6CA1\u6709\u5B50\u8282\u70B9\u6570\u7EC4:",c),i;const s=c[a];if(r<0||r>=s.length||o<0||o>=s.length)return console.warn(`[reorderNodeChildren] \u7D22\u5F15\u8D8A\u754C: oldIndex=${r}, newIndex=${o}, length=${s.length}`),i;const[d]=s.splice(r,1);return s.splice(o,0,d),i}function yc(n,t,r="children"){if(t.length===0)return null;let o=n,a=null;for(const i of t){if(a=o.find(c=>c.id===i)||null,!a)return null;a[r]&&Array.isArray(a[r])&&(o=a[r])}return a}function Pv(n,t,r="children"){const o=(a,i=[])=>{for(const c of a){if(c.id===t)return{node:c,path:i};if(c[r]&&Array.isArray(c[r])){const s=o(c[r],[...i,c.id]);if(s)return s}}return null};return o(n)}function Av(n,t,r,o="children"){const a=Me(n),i=c=>{for(const s of c){if(s.id===t)return s[o]||(s[o]=[]),s[o].push(r),!0;if(s[o]&&Array.isArray(s[o])&&i(s[o]))return!0}return!1};return i(a),a}function qv(n,t,r,o,a="children"){const i=Me(n),c=s=>{for(let d=0;d<s.length;d++){if(s[d].id===t){const l=o==="before"?d:d+1;return s.splice(l,0,r),!0}if(s[d][a]&&Array.isArray(s[d][a])&&c(s[d][a]))return!0}return!1};return c(i),i}const Tv={key:0,class:"inline-input-node","data-input-node":"true"},Dv={key:1,class:"inline-input-node","data-input-node":"true"},Fv={class:"node-label-wrapper",style:{display:"flex",gap:"4px","align-items":"center",width:"100%"}},Iv={class:"node-label"},Hv=["innerHTML"],$v={key:0,class:"node-actions",style:{display:"flex","flex-shrink":"0","align-items":"center","margin-right":"8px","margin-left":"auto"}},Lv={key:0,style:{padding:"0 12px"}},Ov="__inline_input_node__";var Rv=e.defineComponent({name:"YcPlusTree",__name:"index",props:{treeData:{default:()=>[]},expandedKeys:{default:()=>[]},placeholder:{default:"\u641C\u7D22"},nodeKey:{default:"id"},showNodeActions:{default:!1},nodeActions:{default:void 0},highlightCurrent:{type:Boolean,default:!0},filterMethod:{type:Function,default:void 0},showCardStyle:{type:Boolean,default:!0},showCheckbox:{type:Boolean,default:!1},defaultCheckedKeys:{default:()=>[]},treeProps:{default:()=>({label:"label",children:"children"})},draggable:{type:Boolean,default:!0},sortableDragOptions:{default:()=>({})},sameLevelDragOnly:{type:Boolean,default:!0},searchMode:{default:"local"},searchLoadMore:{type:Function,default:void 0},searchPageSize:{default:20},onSearchChange:{type:Function,default:void 0},padding:{default:16}},emits:["node-click","action-click","check","add-node","update-node","update:expandedKeys","node-expand","node-collapse","drag-start","drag-end","drag-update","node-reorder"],setup(n,{expose:t,emit:r}){var o,a,i,c,s,d,l,u,m,h,f;const p=n,g=r,_=e.ref({visible:!1,parentNodeKey:null,targetNodeKey:null,inputValue:"",placeholder:"\u8BF7\u8F93\u5165\u540D\u79F0",mode:"add"}),b=e.ref(),y=e.ref(""),x=e.ref(""),w=e.ref(),v=e.ref(),z=e.ref(400),{getCdnUrl:E}=pl(),N=E("images","tree_more.svg"),M=()=>{if(v.value){const L=v.value.clientHeight;z.value=L>0?L:400}};let C=null;e.onMounted(()=>{M(),v.value&&(C=new ResizeObserver(()=>{M()}),C.observe(v.value))}),e.onBeforeUnmount(()=>{C&&(C.disconnect(),C=null)});const j=(L,R)=>{if(!L)return!1;if(!R||!R.trim())return!0;try{const W=L.toLowerCase(),Q=R.trim().toLowerCase();if(W.includes(Q))return!0;const te=_c(L,{pattern:"pinyin",toneType:"none"}).toLowerCase();return!!(te.replace(/\s+/g,"").includes(Q)||te.includes(Q)||_c(L,{pattern:"first",toneType:"none"}).toLowerCase().replace(/\s+/g,"").includes(Q))}catch(W){return console.warn("[YcPlusTree] \u62FC\u97F3\u5339\u914D\u51FA\u9519\uFF0C\u964D\u7EA7\u5230\u666E\u901A\u5339\u914D:",W),L.toLowerCase().includes(R.toLowerCase())}},I=(L,R,W)=>{var Q,te;if(!R||!R.trim())return L;const ie=Me(L),ge=((Q=p.treeProps)==null?void 0:Q.children)||"children",pe=((te=p.treeProps)==null?void 0:te.label)||"label",fe=p.nodeKey||"id",se=(ae,je=null)=>ae.reduce((Ie,Oe)=>{const qe=Oe[ge],Qe=Oe[pe],Zn=Oe[fe],Xn={data:Oe,label:Qe,key:Zn,level:je?je.level+1:1,parent:je},zn=W?W(R,Oe,Xn):j(Qe,R),Cn=qe?se(qe,Xn):[];return(zn||Cn.length>0)&&Ie.push({...Oe,[ge]:Cn}),Ie},[]);return se(ie)},k=L=>{var R;if(!_.value.visible||_.value.mode==="edit")return L;const{parentNodeKey:W,placeholder:Q}=_.value,te=((R=p.treeProps)==null?void 0:R.children)||"children",ie=se=>se[p.nodeKey],ge=se=>se[te],pe=(se,ae)=>{const je=se;je[te]=ae},fe=se=>se.map(ae=>{const je={...ae};if(ie(ae)===W){const Ie={id:Ov,label:"",__isInlineInput:!0,__placeholder:Q},Oe=ge(ae)||[];pe(je,[Ie,...Oe])}else{const Ie=ge(ae);Ie&&pe(je,fe(Ie))}return je});return fe(L)},B=L=>L?_.value.visible&&_.value.mode==="edit"&&_.value.targetNodeKey===L:!1,A=e.computed(()=>{if(p.searchMode==="remote")return k(p.treeData);const L=I(p.treeData,y.value,p.filterMethod);return k(L)}),S=L=>L.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),H=(L,R)=>{if(!R||!L)return L;const W=S(R),Q=new RegExp(`(${W})`,"gi");return L.replace(Q,'<span class="highlight-keyword">$1</span>')},V=e.computed(()=>{const L=p.searchLoadMore;if(L)return async R=>{const W=await L(R.keyword||"",R.page,R.pageSize);return{list:W.data.map(Q=>{const{label:te,value:ie,...ge}=Q;return{label:te,value:ie,...ge}}),total:W.total,hasMore:R.page*R.pageSize<W.total}}}),O=L=>{const R=Array.isArray(L)?L[0]:L,W=R!=null?R:"";x.value=W,p.onSearchChange&&R!==void 0&&R!==null&&p.onSearchChange(R)},U=(L,R)=>{g("node-click",L,R)},q=e.ref([...p.expandedKeys]);e.watch(()=>p.expandedKeys,L=>{q.value=[...L]},{deep:!0});const F=(L,R)=>{const W=L[p.nodeKey];q.value.includes(W)||(q.value=[...q.value,W]),g("update:expandedKeys",q.value),g("node-expand",L,R)},P=(L,R)=>{const W=L[p.nodeKey];q.value=q.value.filter(Q=>Q!==W),g("update:expandedKeys",q.value),g("node-collapse",L,R)},$=(L,R,W)=>{g("action-click",L,R,W)},Z=(L,R)=>{g("check",L,R)};let G=null,de=null;function X(L){if(!L)return null;const R=L.closest('[role="treeitem"]');return R?R.getAttribute("data-key"):null}function be(L){if(!L)return[];const R=L.querySelectorAll('[role="treeitem"]'),W=[];return R.forEach(Q=>{const te=Q.getAttribute("data-key");te&&W.push(te)}),W}function ze(L,R,W,Q){const te=Me(L);function ie(ge){for(const pe of ge){if(String(pe.id)===String(R)&&pe.children&&pe.children.length>0){let fe=Q;W<Q&&(fe=Q-1);const[se]=pe.children.splice(W,1);return pe.children.splice(fe,0,se),!0}if(pe.children&&pe.children.length>0&&ie(pe.children))return!0}return!1}return ie(te),te}function rn(L,R,W){var Q,te,ie,ge,pe,fe;if(!(W!=null&&W.item)||!(W!=null&&W.to))return;const se=X(W.item);if(!se){console.warn("[YcPlusTree] \u65E0\u6CD5\u83B7\u53D6\u88AB\u62D6\u62FD\u8282\u70B9ID");return}const ae=Gt(p.treeData,se);if(!ae){console.warn(`[YcPlusTree] \u65E0\u6CD5\u627E\u5230\u8282\u70B9\u4F4D\u7F6E: ${se}`);return}const je=((te=(Q=ae.parent)==null?void 0:Q.id)==null?void 0:te.toString())||null,Ie=be(W.to),Oe=Ie.indexOf(se);let qe=ae.index,Qe=-1;for(let cn=Oe-1;cn>=0;cn--){const er=Ie[cn],un=Gt(p.treeData,er);if(un&&((ie=un.parent)==null?void 0:ie.id)===((ge=ae.parent)==null?void 0:ge.id)){Qe=un.index;break}}let Zn=-1;for(let cn=Oe+1;cn<Ie.length;cn++){const er=Ie[cn],un=Gt(p.treeData,er);if(un&&((pe=un.parent)==null?void 0:pe.id)===((fe=ae.parent)==null?void 0:fe.id)){Zn=un.index;break}}if(Qe!==-1?qe=Qe+1:Zn!==-1?qe=Zn:qe=0,ae.index===qe)return;const Xn=Me(ae.siblings);let zn;je===null?zn=bl(p.treeData,ae.index,qe):zn=ze(p.treeData,je,ae.index,qe);const Cn=Gt(zn,se);if(!Cn){console.warn(`[YcPlusTree] \u66F4\u65B0\u540E\u65E0\u6CD5\u627E\u5230\u8282\u70B9: ${se}`);return}const co=Cn.siblings,Jt=co[Cn.index];if(!Jt){console.warn("[YcPlusTree] \u65E0\u6CD5\u627E\u5230\u88AB\u62D6\u62FD\u7684\u8282\u70B9\u6570\u636E");return}const Dl={draggedNode:Me(Jt),from:{parentId:je,index:ae.index,siblings:Xn},to:{parentId:je,index:Cn.index,siblings:Me(co)},isSameLevel:!0,updatedTreeData:zn};g("node-reorder",Dl)}Vv({containerRef:v,options:{enabled:p.draggable,animation:(a=(o=p.sortableDragOptions)==null?void 0:o.animation)!=null?a:150,handle:(i=p.sortableDragOptions)==null?void 0:i.handle,group:(c=p.sortableDragOptions)==null?void 0:c.group,ghostClass:(d=(s=p.sortableDragOptions)==null?void 0:s.ghostClass)!=null?d:"sortable-ghost",chosenClass:(u=(l=p.sortableDragOptions)==null?void 0:l.chosenClass)!=null?u:"sortable-chosen",dragClass:(h=(m=p.sortableDragOptions)==null?void 0:m.dragClass)!=null?h:"sortable-drag",filter:((f=p.sortableDragOptions)==null?void 0:f.filter)||".el-icon, .node-actions, .action-icon, button, input",...p.sortableDragOptions},events:{onStart:L=>{if(p.sameLevelDragOnly&&L.item){const R=L.item.querySelector(".el-tree-node__content, .node-content-wrapper");R&&(de=parseInt(window.getComputedStyle(R).paddingLeft)/16)}G&&(G.classList.remove("drop-target"),G=null),g("drag-start",L)},onEnd:L=>{de=null,G&&(G.classList.remove("drop-target"),G=null),g("drag-end",L)},onMove:L=>{if(p.sameLevelDragOnly){if(de===null)return!1;const Q=L.related.querySelector(".el-tree-node__content, .node-content-wrapper");if(!Q)return!1;const te=parseInt(window.getComputedStyle(Q).paddingLeft)/16;if(de!==te)return!1}G&&(G.classList.remove("drop-target"),G.style.removeProperty("--drop-indent"));const R=L.related;if(R&&R.getAttribute("role")==="treeitem"){G=R,G.classList.add("drop-target");const W=R.querySelector(".el-tree-node__content, .node-content-wrapper");if(W){const te=window.getComputedStyle(W).paddingLeft;G.style.setProperty("--drop-indent",te)}else G.style.setProperty("--drop-indent","0px")}return!0},onUpdate:L=>{g("drag-update",L),L.oldIndex!==void 0&&L.newIndex!==void 0&&rn(L.oldIndex,L.newIndex,L)}},filterText:y});const Fe=(L,R)=>{var W;try{return typeof p.showNodeActions=="function"?!!p.showNodeActions(L,R):(W=p.showNodeActions)!=null?W:!1}catch(Q){return console.warn("[YcPlusTree] showNodeActions \u51FD\u6570\u6267\u884C\u51FA\u9519:",Q),!1}},Ae=(L,R="\u8BF7\u8F93\u5165\u540D\u79F0",W)=>{var Q,te,ie;const ge=(Q=W==null?void 0:W.mode)!=null?Q:"add",pe=w.value;if(ge==="add"){if(pe&&pe.setExpanded&&pe.setExpanded(L,!0),!p.expandedKeys.includes(L)){const fe=[...p.expandedKeys,L];g("update:expandedKeys",fe)}}else pe&&pe.scrollToNode&&pe.scrollToNode(L);_.value={visible:!0,parentNodeKey:ge==="add"?L:null,targetNodeKey:(te=W==null?void 0:W.targetNodeKey)!=null?te:L,inputValue:ge==="edit"&&(ie=W==null?void 0:W.initialValue)!=null?ie:"",placeholder:R,mode:ge},e.nextTick(()=>{setTimeout(()=>{var fe;(fe=b.value)==null||fe.focus()},300)})},xe=()=>{_.value={visible:!1,parentNodeKey:null,targetNodeKey:null,inputValue:"",placeholder:"\u8BF7\u8F93\u5165\u540D\u79F0",mode:"add"}},Kn=()=>{const{inputValue:L,parentNodeKey:R,targetNodeKey:W,mode:Q}=_.value;if(!L.trim()){xe();return}if(Q==="edit"){if(!W){xe();return}g("update-node",W,L.trim(),te=>{te?xe():e.nextTick(()=>{var ie;(ie=b.value)==null||ie.focus()})});return}if(R===null){xe();return}g("add-node",R,L.trim(),te=>{te?xe():e.nextTick(()=>{var ie;(ie=b.value)==null||ie.focus()})})},Sn=L=>{var R;L.key==="Enter"?(R=b.value)==null||R.blur():L.key==="Escape"&&xe()};return t({scrollToNode:L=>{var R,W;(W=(R=w.value)==null?void 0:R.scrollToNode)==null||W.call(R,L)},setCurrentKey:L=>{var R,W;(W=(R=w.value)==null?void 0:R.setCurrentKey)==null||W.call(R,L)},setExpanded:(L,R)=>{var W,Q;(Q=(W=w.value)==null?void 0:W.setExpanded)==null||Q.call(W,L,R)},getCheckedKeys:(L=!1)=>{var R,W;return(W=(R=w.value)==null?void 0:R.getCheckedKeys)==null?void 0:W.call(R,L)},getCheckedNodes:(L=!1,R=!1)=>{var W,Q;return(Q=(W=w.value)==null?void 0:W.getCheckedNodes)==null?void 0:Q.call(W,L,R)},setCheckedKeys:(L,R=!1)=>{var W,Q;(Q=(W=w.value)==null?void 0:W.setCheckedKeys)==null||Q.call(W,L,R)},getTreeInstance:()=>w.value,showInlineInput:Ae,hideInlineInput:xe}),(L,R)=>{const W=e.resolveComponent("el-input"),Q=e.resolveComponent("el-divider"),te=e.resolveComponent("el-dropdown-item"),ie=e.resolveComponent("el-dropdown-menu"),ge=e.resolveComponent("el-dropdown"),pe=e.resolveComponent("el-tree-v2");return e.openBlock(),e.createBlock(e.unref(Yt),{padding:p.padding,height:"100%",radius:L.showCardStyle?8:0,style:e.normalizeStyle(L.showCardStyle?{}:{border:"1px solid transparent"}),class:"yc-plus-tree plus-yc-plus-tree"},{default:e.withCtx(()=>[e.renderSlot(L.$slots,"header",{},void 0,!0),e.createCommentVNode(" \u641C\u7D22\u6846 "),e.createCommentVNode(" \u9759\u6001\u641C\u7D22\u6A21\u5F0F\uFF1A\u4F7F\u7528 el-input "),p.searchMode==="local"?(e.openBlock(),e.createBlock(W,{key:0,modelValue:y.value,"onUpdate:modelValue":R[0]||(R[0]=fe=>y.value=fe),placeholder:L.placeholder,"prefix-icon":"Search",clearable:"",class:"search-input"},null,8,["modelValue","placeholder"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createCommentVNode(" \u8FDC\u7A0B\u641C\u7D22\u6A21\u5F0F\uFF1A\u4F7F\u7528 YcSelectV2 "),e.createVNode(e.unref($r),{modelValue:x.value,"onUpdate:modelValue":[R[1]||(R[1]=fe=>x.value=fe),O],"load-more":V.value,"page-size":L.searchPageSize,"search-mode":"remote",placeholder:L.placeholder,clearable:"",filterable:"",class:"search-input"},null,8,["modelValue","load-more","page-size","placeholder"])],2112)),e.renderSlot(L.$slots,"under-search-input",{},void 0,!0),e.createCommentVNode(" \u6811\u5F62\u7ED3\u6784 "),e.createElementVNode("div",{ref_key:"treeContainerRef",ref:v,class:"tree-container"},[e.createVNode(pe,{ref_key:"treeRef",ref:w,data:A.value,"default-expanded-keys":q.value,"expand-on-click-node":!1,"node-key":L.nodeKey,"highlight-current":L.highlightCurrent,"show-checkbox":L.showCheckbox,"default-checked-keys":L.defaultCheckedKeys,props:L.treeProps,height:z.value,"item-size":32,onNodeClick:U,onNodeExpand:F,onNodeCollapse:P,onCheck:Z},{default:e.withCtx(({node:fe,data:se})=>[e.createCommentVNode(" \u5982\u679C\u662F\u8F93\u5165\u6846\u8282\u70B9\uFF0C\u6E32\u67D3\u8F93\u5165\u6846 "),se.__isInlineInput?(e.openBlock(),e.createElementBlock("div",Tv,[e.createVNode(W,{ref_key:"inlineInputRef",ref:b,modelValue:_.value.inputValue,"onUpdate:modelValue":R[2]||(R[2]=ae=>_.value.inputValue=ae),placeholder:se.__placeholder||"\u8BF7\u8F93\u5165\u540D\u79F0",size:"small",class:"inline-input",onBlur:Kn,onKeydown:Sn},null,8,["modelValue","placeholder"])])):B(se.id)?(e.openBlock(),e.createElementBlock("div",Dv,[e.createVNode(W,{ref_key:"inlineInputRef",ref:b,modelValue:_.value.inputValue,"onUpdate:modelValue":R[3]||(R[3]=ae=>_.value.inputValue=ae),placeholder:_.value.placeholder,size:"small",class:"inline-input",onBlur:Kn,onKeydown:Sn},null,8,["modelValue","placeholder"])])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createCommentVNode(" \u6B63\u5E38\u8282\u70B9 "),e.createVNode(e.unref(Wt),{node:fe,"tree-data":A.value},{"node-label":e.withCtx(()=>[e.createElementVNode("span",Fv,[e.createCommentVNode(" \u8282\u70B9\u6807\u7B7E\u533A\u57DF\uFF08\u652F\u6301\u81EA\u5B9A\u4E49\uFF09 "),e.renderSlot(L.$slots,"node-label",{node:fe,data:se,highlightedLabel:H(fe.label,p.searchMode==="local"?y.value:"")},()=>[e.createElementVNode("span",Iv,[e.createCommentVNode(" \u9ED8\u8BA4\u8282\u70B9\u6807\u7B7E\u6587\u672C "),e.createElementVNode("span",{class:"label-text",innerHTML:H(fe.label,p.searchMode==="local"?y.value:"")},null,8,Hv)])],!0),e.createCommentVNode(" \u8282\u70B9\u64CD\u4F5C\u533A\u57DF\uFF08\u72EC\u7ACB\u4E8E\u81EA\u5B9A\u4E49 slot\uFF09 "),Fe(se,fe)?(e.openBlock(),e.createElementBlock("span",$v,[e.renderSlot(L.$slots,"node-actions",{node:fe,data:se},()=>[L.nodeActions&&L.nodeActions.length>0?(e.openBlock(),e.createBlock(ge,{key:0,trigger:"click","popper-class":"tree-dropdown-popper",onCommand:ae=>$(ae,se,fe)},{dropdown:e.withCtx(()=>[e.createVNode(ie,{class:"tree-dropdown-menu"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(L.nodeActions,(ae,je)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:je},[ae.type==="divider"&&(!ae.visible||ae.visible(se))?(e.openBlock(),e.createElementBlock("div",Lv,[e.createVNode(Q,{class:"dropdown-divider"})])):ae.type==="action"&&(!ae.visible||ae.visible(se))?(e.openBlock(),e.createBlock(te,{key:1,command:ae.code,class:"dropdown-item"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ae.label),1)]),_:2},1032,["command"])):e.createCommentVNode("v-if",!0)],64))),128))]),_:2},1024)]),default:e.withCtx(()=>[e.createVNode(e.unref(ft),{src:e.unref(N),size:16,class:"action-icon",onClick:R[4]||(R[4]=e.withModifiers(()=>{},["stop"]))},null,8,["src"])]),_:2},1032,["onCommand"])):(e.openBlock(),e.createBlock(e.unref(ft),{key:1,src:e.unref(N),size:16,class:"action-icon"},null,8,["src"]))],!0)])):e.createCommentVNode("v-if",!0)])]),_:2},1032,["node","tree-data"])],2112))]),_:3},8,["data","default-expanded-keys","node-key","highlight-current","show-checkbox","default-checked-keys","props","height"])],512)]),_:3},8,["padding","radius","style"])}}}),Uv=ne(Rv,[["__scopeId","data-v-1ff57231"],["__file","index.vue"]]);const vl=Le(Uv),Yv=vl,xc={small:"480px",medium:"560px",large:"720px",xlarge:"800px"};var Wv=e.defineComponent({name:"YcDialog",__name:"index",props:{width:{},size:{},maxHeight:{type:[String,Number,Boolean],default:"720px"},showHeaderBorder:{type:Boolean,default:!1}},setup(n){const t=n,r=e.useAttrs(),o=e.computed(()=>t.width?typeof t.width=="number"?`${t.width}px`:t.width:t.size?xc[t.size]:"560px"),a=e.computed(()=>t.maxHeight===!1?{}:{maxHeight:typeof t.maxHeight=="number"?`${t.maxHeight}px`:t.maxHeight,overflowY:"auto"}),i=e.computed(()=>{const c=["yc-dialog"];t.showHeaderBorder||c.push("yc-dialog--no-header-border");const s=r["custom-class"]||r.customClass;return s&&(typeof s=="string"?s.split(" ").filter(Boolean):Array.isArray(s)?s:[]).forEach(l=>{l&&typeof l=="string"&&!c.includes(l)&&c.push(l)}),c.join(" ")});return(c,s)=>(e.openBlock(),e.createBlock(e.unref(Pr),e.mergeProps(c.$attrs,{width:o.value,"custom-class":i.value}),e.createSlots({default:e.withCtx(()=>[e.createElementVNode("div",{class:"yc-dialog__content",style:e.normalizeStyle(a.value)},[e.renderSlot(c.$slots,"default")],4)]),_:2},[c.$slots.header?{name:"header",fn:e.withCtx(()=>[e.renderSlot(c.$slots,"header")]),key:"0"}:void 0,c.$slots.footer?{name:"footer",fn:e.withCtx(()=>[e.renderSlot(c.$slots,"footer")]),key:"1"}:void 0]),1040,["width","custom-class"]))}}),wc=ne(Wv,[["__file","index.vue"]]);const bc=wc,Gv=wc,Gn=e.ref([]),Kv=n=>{const t=()=>Gn.value.push(Object.assign(n,{visible:!0}));n!=null&&n.openDelay?setTimeout(()=>{t()},n.openDelay):t()},Wr=(n,t,r)=>{var o;const a=Gn.value[t];a&&(a.visible=!1),n.closeCallBack&&r&&n.closeCallBack({options:n,index:t,args:r});const i=(o=n==null?void 0:n.closeDelay)!=null?o:200;setTimeout(()=>{Gn.value.splice(t,1)},i)},Zv=(n,t="title",r=0)=>{const o=Gn.value[r];o&&(o[t]=n)},Xv=()=>{Gn.value=[]},Qv=n=>(e.pushScopeId("data-v-e306ac1f"),n=n(),e.popScopeId(),n),Jv={class:"custom-drawer-header"},ez={class:"header-content"},nz=["id"],tz=Qv(()=>e.createElementVNode("div",{class:"header-divider"},null,-1)),rz={key:1};var oz=e.defineComponent({name:"YcDrawer",__name:"index",setup(n){const t=e.ref({}),r=e.computed(()=>i=>i!=null&&i.footerButtons&&i.footerButtons.length>0?i.footerButtons:[{label:"\u53D6\u6D88",text:!0,bg:!0,btnClick:({drawer:{options:c,index:s}})=>{if(!c||s===void 0)return;const d=()=>Wr(c,s,{command:"cancel"});c!=null&&c.beforeCancel&&hn(c==null?void 0:c.beforeCancel)?c.beforeCancel(d,{options:c,index:s}):d()}},{label:"\u786E\u5B9A",type:"primary",text:!0,bg:!0,popConfirm:i==null?void 0:i.popConfirm,btnClick:({drawer:{options:c,index:s}})=>{if(!c||s===void 0)return;c!=null&&c.sureBtnLoading&&(t.value[s]=Object.assign({},t.value[s]||{},{loading:!0}));const d=()=>{if(c!=null&&c.sureBtnLoading&&s!==void 0){const u=t.value[s];u&&(u.loading=!1)}},l=()=>{d(),Wr(c,s,{command:"sure"})};c!=null&&c.beforeSure&&hn(c==null?void 0:c.beforeSure)?c.beforeSure(l,{options:c,index:s,closeLoading:d}):l()}}]);function o(i,c,s){const d=c==null?void 0:c[i];if(d&&hn(d))return d({options:c,index:s})}function a(i,c,s={command:"close"}){Wr(i,c,s),o("close",i,c)}return(i,c)=>{const s=e.resolveComponent("el-icon"),d=e.resolveComponent("el-button"),l=e.resolveComponent("el-popconfirm"),u=e.resolveComponent("el-drawer");return e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(Gn),(m,h)=>(e.openBlock(),e.createBlock(u,e.mergeProps({key:h},m,{modelValue:m.visible,"onUpdate:modelValue":f=>m.visible=f,class:"yc-drawer","show-close":!1,"append-to-body":!!(m!=null&&m.appendToBody),"append-to":m!=null&&m.appendTo?m.appendTo:"body","destroy-on-close":!!(m!=null&&m.destroyOnClose),"lock-scroll":!!(m!=null&&m.lockScroll),onClosed:f=>a(m,h),onOpened:f=>o("open",m,h),onOpenAutoFocus:f=>o("openAutoFocus",m,h),onCloseAutoFocus:f=>o("closeAutoFocus",m,h)}),e.createSlots({header:e.withCtx(({close:f,titleId:p,titleClass:g})=>[e.createElementVNode("div",Jv,[e.createElementVNode("div",ez,[m!=null&&m.headerRenderer?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(m.headerRenderer({close:f,titleId:p,titleClass:g})),{key:0})):(e.openBlock(),e.createElementBlock("span",{key:1,id:p,class:e.normalizeClass([g,"header-title"])},e.toDisplayString(m.title),11,nz)),e.createVNode(s,{class:"header-close-icon",size:16,onClick:f},{default:e.withCtx(()=>[e.createVNode(e.unref(Vi))]),_:2},1032,["onClick"])]),tz])]),default:e.withCtx(()=>{var f,p;return[(e.openBlock(),e.createBlock(e.resolveDynamicComponent((f=m==null?void 0:m.contentRenderer)==null?void 0:f.call(m,{options:m,index:h})),e.mergeProps((p=m==null?void 0:m.props)!=null?p:{},{onClose:g=>a(m,h,g)}),null,16,["onClose"]))]}),_:2},[m!=null&&m.hideFooter?void 0:{name:"footer",fn:e.withCtx(()=>[m!=null&&m.footerRenderer?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(m==null?void 0:m.footerRenderer({options:m,index:h})),{key:0})):(e.openBlock(),e.createElementBlock("span",rz,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value(m),(f,p)=>{var g;return e.openBlock(),e.createElementBlock(e.Fragment,{key:p},[f.popConfirm&&f.btnClick?(e.openBlock(),e.createBlock(l,e.mergeProps({key:0},f.popConfirm,{onConfirm:_=>{var b;return(b=f.btnClick)==null?void 0:b.call(f,{drawer:{options:m,index:h},button:{btn:f,index:p}})}}),{reference:e.withCtx(()=>[e.createVNode(d,e.normalizeProps(e.guardReactiveProps(f)),{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(f==null?void 0:f.label),1)]),_:2},1040)]),_:2},1040,["onConfirm"])):(e.openBlock(),e.createBlock(d,e.mergeProps({key:1},f,{loading:p===1&&h!==void 0&&((g=t.value[h])==null?void 0:g.loading),onClick:_=>{var b;return(b=f.btnClick)==null?void 0:b.call(f,{drawer:{options:m,index:h},button:{btn:f,index:p}})}}),{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(f==null?void 0:f.label),1)]),_:2},1040,["loading","onClick"]))],64)}),128))]))]),key:"0"}]),1040,["modelValue","onUpdate:modelValue","append-to-body","append-to","destroy-on-close","lock-scroll","onClosed","onOpened","onOpenAutoFocus","onCloseAutoFocus"]))),128)}}}),vc=ne(oz,[["__scopeId","data-v-e306ac1f"],["__file","index.vue"]]);const zc=vc,az=vc,Cc={delete:{icon:"WarningFilled",iconColor:"#FF9800",iconBgColor:"#FFF3E0",confirmButtonType:"danger"},warning:{icon:"WarningFilled",iconColor:"#FF9800",iconBgColor:"#FFF3E0",confirmButtonType:"warning"},success:{icon:"SuccessFilled",iconColor:"#52C41A",iconBgColor:"#F6FFED",confirmButtonType:"success"},info:{icon:"InfoFilled",iconColor:"#1890FF",iconBgColor:"#E6F7FF",confirmButtonType:"primary"}},lz={class:"dialog-header"},iz={class:"icon-wrapper"},sz=["src"],cz={class:"title-text"},uz={class:"dialog-content"},dz={class:"content-text"},hz={class:"dialog-footer"};var pz=e.defineComponent({name:"YcStatusDialog",__name:"index",props:{visible:{type:Boolean,default:!1},status:{default:"delete"},title:{default:""},content:{default:""},icon:{},customIconUrl:{},confirmText:{default:"\u786E\u5B9A"},cancelText:{default:"\u53D6\u6D88"},width:{default:"480px"},showCancel:{type:Boolean,default:!0}},emits:["update:visible","confirm","cancel"],setup(n,{emit:t}){const r=n,o=t,a=e.computed({get:()=>r.visible,set:f=>{o("update:visible",f)}}),i=e.computed(()=>Cc[r.status]),c=e.computed(()=>!!r.customIconUrl),s=e.computed(()=>r.customIconUrl?r.customIconUrl:""),d=e.computed(()=>{const f=r.icon||i.value.icon;return mx[f]}),l=e.computed(()=>r.confirmText?r.confirmText:r.status==="delete"?"\u5220\u9664":"\u786E\u5B9A"),u=()=>{o("confirm"),a.value=!1},m=()=>{o("cancel"),a.value=!1},h=()=>{o("cancel"),a.value=!1};return(f,p)=>(e.openBlock(),e.createBlock(e.unref(T.ElDialog),{modelValue:a.value,"onUpdate:modelValue":p[0]||(p[0]=g=>a.value=g),width:f.width,"before-close":h,class:"yc-status-dialog"},{header:e.withCtx(()=>[e.createElementVNode("div",lz,[e.createElementVNode("div",iz,[c.value?(e.openBlock(),e.createElementBlock("img",{key:0,src:s.value,class:"status-icon",alt:"status-icon"},null,8,sz)):(e.openBlock(),e.createBlock(e.resolveDynamicComponent(d.value),{key:1,class:"status-icon",style:e.normalizeStyle({color:i.value.iconColor})},null,8,["style"]))]),e.createElementVNode("div",cz,e.toDisplayString(f.title),1)])]),footer:e.withCtx(()=>[e.createElementVNode("div",hz,[e.renderSlot(f.$slots,"footer",{},()=>[f.showCancel?(e.openBlock(),e.createBlock(e.unref(T.ElButton),{key:0,onClick:m},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(f.cancelText),1)]),_:1})):e.createCommentVNode("v-if",!0),e.createVNode(e.unref(T.ElButton),{type:i.value.confirmButtonType,onClick:u},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(l.value),1)]),_:1},8,["type"])],!0)])]),default:e.withCtx(()=>[e.createElementVNode("div",uz,[e.renderSlot(f.$slots,"default",{},()=>[e.createElementVNode("p",dz,e.toDisplayString(f.content),1)],!0)])]),_:3},8,["modelValue","width"]))}}),zl=ne(pz,[["__scopeId","data-v-41a50537"],["__file","index.vue"]]),fz=e.defineComponent({name:"YcMoreActions",__name:"index",props:{actions:{default:()=>[]},trigger:{default:"hover"},placement:{default:"bottom-start"},showArrow:{type:Boolean,default:!1},triggerButton:{default:()=>({type:"primary",size:"small",link:!0,text:"\u66F4\u591A"})},disabled:{type:Boolean,default:!1},dropdownClass:{default:""},dropdownStyle:{default:()=>({})},context:{},stopPropagation:{type:Boolean,default:!0}},emits:["action-click","visible-change"],setup(n,{emit:t}){const r=n,o=t,a=e.computed(()=>r.actions.filter(h=>h.visible===void 0?!0:typeof h.visible=="boolean"?h.visible:typeof h.visible=="function"?h.visible(r.context):!0)),i=(h,f)=>{r.stopPropagation&&f.stopPropagation(),!h.disabled&&o("action-click",h.key,r.context)},c=h=>{r.stopPropagation&&h.stopPropagation()},s=h=>{r.stopPropagation&&h.stopPropagation()},d=h=>{o("visible-change",h)},l=h=>!h||typeof h=="string"?null:e.h(T.ElIcon,{},()=>e.h(h)),u=()=>{const{triggerButton:h}=r,f=l(h==null?void 0:h.icon);return React.createElement(T.ElButton,{type:h==null?void 0:h.type,size:h==null?void 0:h.size,link:h==null?void 0:h.link,disabled:r.disabled,class:h==null?void 0:h.class,style:h==null?void 0:h.style,onClick:s},f?React.createElement("span",{class:"yc-more-actions__icon"},f):null,h==null?void 0:h.text)},m=()=>React.createElement(T.ElDropdown,{trigger:r.trigger,placement:r.placement,showArrow:r.showArrow,disabled:r.disabled,onVisibleChange:d,onClick:c},{default:()=>u(),dropdown:()=>React.createElement(T.ElDropdownMenu,{class:r.dropdownClass,style:r.dropdownStyle,onClick:c},a.value.map(h=>{const f=l(h.icon);return React.createElement(T.ElDropdownItem,{key:h.key,disabled:h.disabled,divided:h.divided,class:[h.class,{"is-danger":h.danger}],style:h.style,onClick:p=>i(h,p)},f?React.createElement("span",{class:"yc-more-actions__item-icon"},f):null,h.label)}))});return(h,f)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(m())))}}),kc=ne(fz,[["__scopeId","data-v-cabdaeba"],["__file","index.vue"]]);const Bc=kc,gz=kc;var mz=e.defineComponent({name:"YcFormContainerHeader",__name:"index",props:{title:{},class:{},titleColor:{default:void 0},gradientColors:{default:void 0}},setup(n){const t=n,r=e.computed(()=>{const o={};return t.titleColor&&(o.color=t.titleColor),t.gradientColors&&(o["--yc-header-gradient-start"]=t.gradientColors.start,o["--yc-header-gradient-end"]=t.gradientColors.end),Object.keys(o).length>0?o:void 0});return(o,a)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["yc-form-container-header",o.$attrs.class])},[e.createElementVNode("div",{class:"header-title",style:e.normalizeStyle(r.value)},e.toDisplayString(o.title),5)],2))}}),Ec=ne(mz,[["__scopeId","data-v-e3e5d0e4"],["__file","index.vue"]]);const jc=Ec,_z=Ec,yz={startVal:{type:Number,default:0},endVal:{type:Number,default:2020},duration:{type:Number,default:1300},autoplay:{type:Boolean,default:!0},decimals:{type:Number,required:!1,default:0,validator(n){return n>=0}},color:{type:String,default:void 0},fontSize:{type:String,default:void 0},decimal:{type:String,default:"."},separator:{type:String,default:","},prefix:{type:String,default:""},suffix:{type:String,default:""},useEasing:{type:Boolean,default:!0},easingFn:{type:Function,default(n,t,r,o){return r*(-Math.pow(2,-10*n/o)+1)*1024/1023+t}}};var xz=e.defineComponent({name:"YcCountTo",props:yz,emits:["mounted","callback"],setup(n,{emit:t}){const r=e.reactive({localStartVal:n.startVal,displayValue:u(n.startVal),printVal:null,paused:!1,localDuration:n.duration,startTime:null,timestamp:null,remaining:null,rAF:null,color:void 0,fontSize:"16px"}),o=e.computed(()=>n.startVal>n.endVal);e.watch([()=>n.startVal,()=>n.endVal],()=>{n.autoplay&&a()});function a(){const{startVal:h,duration:f,color:p,fontSize:g}=n;r.localStartVal=h,r.startTime=null,r.localDuration=f,r.paused=!1,r.color=p,r.fontSize=g||"16px",r.rAF=requestAnimationFrame(l)}function i(){r.paused?(s(),r.paused=!1):(c(),r.paused=!0)}function c(){r.rAF&&cancelAnimationFrame(r.rAF)}function s(){r.startTime=null,r.localDuration=+r.remaining,r.localStartVal=+r.printVal,requestAnimationFrame(l)}function d(){r.startTime=null,r.rAF&&cancelAnimationFrame(r.rAF),r.displayValue=u(n.startVal)}function l(h){const{useEasing:f,easingFn:p,endVal:g}=n;r.startTime||(r.startTime=h),r.timestamp=h;const _=h-r.startTime;r.remaining=r.localDuration-_,f?e.unref(o)?r.printVal=r.localStartVal-p(_,0,r.localStartVal-g,r.localDuration):r.printVal=p(_,r.localStartVal,g-r.localStartVal,r.localDuration):e.unref(o)?r.printVal=r.localStartVal-(r.localStartVal-g)*(_/r.localDuration):r.printVal=r.localStartVal+(g-r.localStartVal)*(_/r.localDuration),e.unref(o)?r.printVal=r.printVal<g?g:r.printVal:r.printVal=r.printVal>g?g:r.printVal,r.displayValue=u(r.printVal),_<r.localDuration?r.rAF=requestAnimationFrame(l):t("callback")}function u(h){const{decimals:f,decimal:p,separator:g,suffix:_,prefix:b}=n;h=Number(h).toFixed(f),h+="";const y=h.split(".");let x=y[0];const w=y.length>1?p+y[1]:"",v=/(\d+)(\d{3})/;if(g&&!fr(g))for(;v.test(x);)x=x.replace(v,"$1"+g+"$2");return b+x+w+_}return e.onMounted(()=>{n.autoplay&&a(),t("mounted")}),Object.assign(()=>React.createElement(React.Fragment,null,React.createElement("span",{style:{color:n.color,fontSize:n.fontSize}},r.displayValue)),{start:a,pause:c,resume:s,reset:d,pauseResume:i})}});const wz={delay:{type:Number,default:1},blur:{type:Number,default:2},i:{type:Number,required:!1,default:0,validator(n){return n<10&&n>=0&&Number.isInteger(n)}}};var Gr=e.defineComponent({name:"YcReboundCountTo",props:wz,setup(n){const t=e.ref(),r=e.ref(null);return e.onBeforeMount(()=>{const o=navigator.userAgent.toLowerCase(),a=c=>c.test(o);a(/safari/g)&&!a(/chrome/g)&&(r.value=setTimeout(()=>{var c;(c=t.value)==null||c.setAttribute("style",`
35
+ animation: none;
36
+ transform: translateY(calc(var(--i) * -9.09%))
37
+ `)},n.delay*1e3))}),e.onBeforeUnmount(()=>{e.unref(r)&&clearTimeout(e.unref(r))}),()=>React.createElement(React.Fragment,null,React.createElement("div",{class:"scroll-num",style:{"--i":n.i,"--delay":n.delay}},React.createElement("ul",{ref:t,style:{fontSize:"32px"}},React.createElement("li",null,"0"),React.createElement("li",null,"1"),React.createElement("li",null,"2"),React.createElement("li",null,"3"),React.createElement("li",null,"4"),React.createElement("li",null,"5"),React.createElement("li",null,"6"),React.createElement("li",null,"7"),React.createElement("li",null,"8"),React.createElement("li",null,"9"),React.createElement("li",null,"0")),React.createElement("svg",{width:"0",height:"0"},React.createElement("filter",{id:"blur"},React.createElement("feGaussianBlur",{in:"SourceGraphic",stdDeviation:`0 ${n.blur}`})))))}});const Cl=Le(xz),bz=Le(Gr);function kl(n){return e.defineComponent({name:"YcFlicker",render(){var t,r,o,a,i;return e.h("div",{class:"yc-point yc-point-flicker",style:{"--point-width":(t=n==null?void 0:n.width)!=null?t:"12px","--point-height":(r=n==null?void 0:n.height)!=null?r:"12px","--point-background":(o=n==null?void 0:n.background)!=null?o:"var(--el-color-primary)","--point-border-radius":(a=n==null?void 0:n.borderRadius)!=null?a:"50%","--point-scale":(i=n==null?void 0:n.scale)!=null?i:"2"}},{default:()=>[]})}})}const Vc=kl();var vz=e.defineComponent({name:"YcText",__name:"index",props:{lineClamp:{type:[String,Number]},tippyProps:{type:Object,default:()=>({})}},setup(n){const t=n;e.useSlots();const r=e.ref(),o=e.ref(!1),a=c=>t.lineClamp?c.scrollHeight>c.clientHeight:c.scrollWidth>c.clientWidth;function i(c){o.value=a(c.target)}return(c,s)=>{const d=e.resolveComponent("el-text"),l=e.resolveComponent("el-tooltip");return e.openBlock(),e.createBlock(l,e.mergeProps({disabled:!o.value,content:n.tippyProps.content},n.tippyProps),{content:e.withCtx(()=>[e.renderSlot(c.$slots,"content",{},()=>[e.renderSlot(c.$slots,"default")])]),default:e.withCtx(()=>[e.createVNode(d,e.mergeProps({truncated:!n.lineClamp,lineClamp:n.lineClamp,...c.$attrs},{ref_key:"textRef",ref:r,onMouseover:e.withModifiers(i,["self"])}),{default:e.withCtx(()=>[e.renderSlot(c.$slots,"default")]),_:3},16)]),_:3},16,["disabled","content"])}}}),Kr=ne(vz,[["__file","index.vue"]]);const zz=Le(Kr);var Zr=e.defineComponent({name:"YcAuth",props:{value:{type:[String,Array],default:()=>[]},hasAuth:{type:Function,default:void 0}},setup(n,{slots:t}){const r=e.inject(Ot,vn),o=()=>n.hasAuth?n.hasAuth:r.hasAuth?r.hasAuth:()=>!0;return()=>{var a;return t&&o()(n.value)?React.createElement(e.Fragment,null,(a=t.default)==null?void 0:a.call(t)):null}}});const Cz=Le(Zr);var Xr=e.defineComponent({name:"YcPerms",props:{value:{type:[String,Array],default:()=>[]},hasPerms:{type:Function,default:void 0}},setup(n,{slots:t}){const r=e.inject(Ot,vn),o=()=>n.hasPerms?n.hasPerms:r.hasPerms?r.hasPerms:()=>!0;return()=>{var a;return t&&o()(n.value)?React.createElement(e.Fragment,null,(a=t.default)==null?void 0:a.call(t)):null}}});const kz=Le(Xr),Bz=e.defineComponent({name:"YcCol",props:{value:{type:Number,default:24}},render(){const n=this.$attrs,t=this.value;return e.h(T.ElCol,{xs:t,sm:t,md:t,lg:t,xl:t,...n},{default:()=>{var r,o;return(o=(r=this.$slots).default)==null?void 0:o.call(r)}})}}),Bl=Le(Bz);var Sc;const Nc=typeof window!="undefined";Nc&&((Sc=window==null?void 0:window.navigator)!=null&&Sc.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent);function Ez(n){return typeof n=="function"?n():e.unref(n)}function jz(n){return n}function Vz(n){return e.getCurrentScope()?(e.onScopeDispose(n),!0):!1}function Sz(n,t=!0){e.getCurrentInstance()?e.onMounted(n):t?n():e.nextTick(n)}function Nz(n){var t;const r=Ez(n);return(t=r==null?void 0:r.$el)!=null?t:r}const Mz=Nc?window:void 0;function Pz(n,t=!1){const r=e.ref(),o=()=>r.value=!!n();return o(),Sz(o,t),r}const Mc=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},Pc="__vueuse_ssr_handlers__";Mc[Pc]=Mc[Pc]||{};var Ac=Object.getOwnPropertySymbols,Az=Object.prototype.hasOwnProperty,qz=Object.prototype.propertyIsEnumerable,Tz=(n,t)=>{var r={};for(var o in n)Az.call(n,o)&&t.indexOf(o)<0&&(r[o]=n[o]);if(n!=null&&Ac)for(var o of Ac(n))t.indexOf(o)<0&&qz.call(n,o)&&(r[o]=n[o]);return r};function Dz(n,t,r={}){const o=r,{window:a=Mz}=o,i=Tz(o,["window"]);let c;const s=Pz(()=>a&&"ResizeObserver"in a),d=()=>{c&&(c.disconnect(),c=void 0)},l=e.watch(()=>Nz(n),m=>{d(),s.value&&a&&m&&(c=new ResizeObserver(t),c.observe(m,i))},{immediate:!0,flush:"post"}),u=()=>{d(),l()};return Vz(u),{isSupported:s,stop:u}}var qc;(function(n){n.UP="UP",n.RIGHT="RIGHT",n.DOWN="DOWN",n.LEFT="LEFT",n.NONE="NONE"})(qc||(qc={}));var Fz=Object.defineProperty,Tc=Object.getOwnPropertySymbols,Iz=Object.prototype.hasOwnProperty,Hz=Object.prototype.propertyIsEnumerable,Dc=(n,t,r)=>t in n?Fz(n,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):n[t]=r,$z=(n,t)=>{for(var r in t||(t={}))Iz.call(t,r)&&Dc(n,r,t[r]);if(Tc)for(var r of Tc(t))Hz.call(t,r)&&Dc(n,r,t[r]);return n};$z({linear:jz},{easeInSine:[.12,0,.39,0],easeOutSine:[.61,1,.88,1],easeInOutSine:[.37,0,.63,1],easeInQuad:[.11,0,.5,0],easeOutQuad:[.5,1,.89,1],easeInOutQuad:[.45,0,.55,1],easeInCubic:[.32,0,.67,0],easeOutCubic:[.33,1,.68,1],easeInOutCubic:[.65,0,.35,1],easeInQuart:[.5,0,.75,0],easeOutQuart:[.25,1,.5,1],easeInOutQuart:[.76,0,.24,1],easeInQuint:[.64,0,.78,0],easeOutQuint:[.22,1,.36,1],easeInOutQuint:[.83,0,.17,1],easeInExpo:[.7,0,.84,0],easeOutExpo:[.16,1,.3,1],easeInOutExpo:[.87,0,.13,1],easeInCirc:[.55,0,1,.45],easeOutCirc:[0,.55,.45,1],easeInOutCirc:[.85,0,.15,1],easeInBack:[.36,0,.66,-.56],easeOutBack:[.34,1.56,.64,1],easeInOutBack:[.68,-.6,.32,1.6]});const Lz={options:{type:Array,default:()=>[]},modelValue:{type:void 0,require:!1,default:0},block:{type:Boolean,default:!1},size:{type:String},disabled:{type:Boolean,default:!1},resize:{type:Boolean,default:!1}};var Qr=e.defineComponent({name:"YcSegmented",props:Lz,emits:["change","update:modelValue"],setup(n,{emit:t}){const r=e.ref(0),o=e.ref(0),a=e.ref(!1),i=e.ref(-1),c=e.ref(""),s=e.getCurrentInstance(),d=fr(n.modelValue)?e.toRef(n,"modelValue"):e.ref(0),l=e.computed(()=>document.documentElement.classList.contains("dark"));function u({option:_,index:b},y){n.disabled||_.disabled||(y.preventDefault(),fr(n.modelValue)?t("update:modelValue",b):d.value=b,c.value="",t("change",{index:b,option:_}))}function m({option:_,index:b},y){if(!n.disabled)if(y.preventDefault(),i.value=b,_.disabled||d.value===b)c.value="";else{const x=document.documentElement.classList.contains("dark");c.value=x?"#1f1f1f":"#fff"}}function h(_,b){n.disabled||(b.preventDefault(),i.value=-1)}function f(_=d.value){e.nextTick(()=>{var b;const y=(b=s==null?void 0:s.proxy)==null?void 0:b.$refs[`labelRef${_}`];y&&(r.value=y.clientWidth,o.value=y.offsetLeft,a.value=!0)})}function p(){const _=document.querySelector(".yc-segmented");_&&Dz(_,()=>{e.nextTick(()=>{f(d.value)})})}(n.block||n.resize)&&p(),e.watch(()=>d.value,_=>{e.nextTick(()=>{f(_)})},{immediate:!0}),e.watch(()=>n.size,p,{immediate:!0});const g=()=>n.options.map((_,b)=>React.createElement("label",{ref:`labelRef${b}`,class:["yc-segmented-item",(n.disabled||(_==null?void 0:_.disabled))&&"yc-segmented-item-disabled"],style:{background:i.value===b?c.value:"",color:n.disabled?void 0:!_.disabled&&(d.value===b||i.value===b)&&l.value?"rgba(255, 255, 255, 0.85)":""},onMouseenter:y=>m({option:_,index:b},y),onMouseleave:y=>h({option:_,index:b},y),onClick:y=>u({option:_,index:b},y)},React.createElement("input",{type:"radio",name:"segmented"}),React.createElement("div",{class:"yc-segmented-item-label"},_.icon&&!hn(_.label)?React.createElement("span",{class:"yc-segmented-item-icon",style:{marginRight:_.label?"6px":0}},e.h(_.icon)):null,_.label?hn(_.label)?e.h(_.label):React.createElement("span",null,_.label):null)));return()=>React.createElement("div",{class:{"yc-segmented":!0,"yc-segmented-block":n.block,"yc-segmented--large":n.size==="large","yc-segmented--small":n.size==="small"}},React.createElement("div",{class:"yc-segmented-group"},React.createElement("div",{class:"yc-segmented-item-selected",style:{width:`${r.value}px`,transform:`translateX(${o.value}px)`,display:a.value?"block":"none"}}),g()))}});const Oz=Le(Qr),Fc=["bounce","flash","pulse","rubberBand","shakeX","headShake","swing","tada","wobble","jello","heartBeat","backInDown","backInLeft","backInRight","backInUp","backOutDown","backOutLeft","backOutRight","backOutUp","bounceIn","bounceInDown","bounceInLeft","bounceInRight","bounceInUp","bounceOut","bounceOutDown","bounceOutLeft","bounceOutRight","bounceOutUp","fadeIn","fadeInDown","fadeInDownBig","fadeInLeft","fadeInLeftBig","fadeInRight","fadeInRightBig","fadeInUp","fadeInUpBig","fadeInTopLeft","fadeInTopRight","fadeInBottomLeft","fadeInBottomRight","fadeOut","fadeOutDown","fadeOutDownBig","fadeOutLeft","fadeOutLeftBig","fadeOutRight","fadeOutRightBig","fadeOutUp","fadeOutUpBig","fadeOutTopLeft","fadeOutTopRight","fadeOutBottomRight","fadeOutBottomLeft","flip","flipInX","flipInY","flipOutX","flipOutY","lightSpeedInRight","lightSpeedInLeft","lightSpeedOutRight","lightSpeedOutLeft","rotateIn","rotateInDownLeft","rotateInDownRight","rotateInUpLeft","rotateInUpRight","rotateOut","rotateOutDownLeft","rotateOutDownRight","rotateOutUpLeft","rotateOutUpRight","hinge","jackInTheBox","rollIn","rollOut","zoomIn","zoomInDown","zoomInLeft","zoomInRight","zoomInUp","zoomOut","zoomOutDown","zoomOutLeft","zoomOutRight","zoomOutUp","slideInDown","slideInLeft","slideInRight","slideInUp","slideOutDown","slideOutLeft","slideOutRight","slideOutUp"],Rz={class:"yc-animate-container"},Uz={class:"yc-animate-list"},Yz=["onMouseenter","onClick"];var Wz=e.defineComponent({name:"YcAnimateSelector",__name:"index",props:e.mergeModels({placeholder:{type:String,default:"\u8BF7\u9009\u62E9\u52A8\u753B"}},{modelValue:{type:String},modelModifiers:{}}),emits:["update:modelValue"],setup(n){const t=e.useModel(n,"modelValue"),r=e.ref(),o=e.ref(Fc),a=Me(o),i=e.computed(()=>["yc-animate-item"]),c=e.computed(()=>f=>t.value===f?{borderColor:"var(--el-color-primary)",color:"var(--el-color-primary)"}:"");function s(f){t.value=f}function d(){t.value=""}function l(f){r.value=f,o.value=a.value.filter(p=>p.includes(f))}const u=e.ref({});function m(f){var p;u.value[f]=(p=u.value[f])!=null&&p.loading?Object.assign({},u.value[f],{loading:!1}):Object.assign({},u.value[f],{loading:!0})}function h(){u.value={}}return(f,p)=>{const g=e.resolveComponent("el-empty"),_=e.resolveComponent("el-scrollbar"),b=e.resolveComponent("el-select");return e.openBlock(),e.createBlock(b,{clearable:"",filterable:"",placeholder:n.placeholder,"popper-class":"yc-animate-popper","model-value":t.value,"filter-method":l,onClear:d},{empty:e.withCtx(()=>[e.createElementVNode("div",Rz,[e.createVNode(_,{noresize:"",height:"212px","view-style":{overflow:"hidden"},class:"yc-animate-scrollbar"},{default:e.withCtx(()=>[e.createElementVNode("ul",Uz,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.value,(y,x)=>{var w;return e.openBlock(),e.createElementBlock("li",{key:x,class:e.normalizeClass(i.value),style:e.normalizeStyle(c.value(y)),onMouseenter:e.withModifiers(v=>m(x),["prevent"]),onMouseleave:e.withModifiers(h,["prevent"]),onClick:v=>s(y)},[e.createElementVNode("h4",{class:e.normalizeClass([`animate__animated animate__${(w=u.value[x])!=null&&w.loading?y+" animate__infinite":""} `])},e.toDisplayString(y),3)],46,Yz)}),128))]),e.withDirectives(e.createVNode(g,{description:`${r.value} \u52A8\u753B\u4E0D\u5B58\u5728`,"image-size":60},null,8,["description"]),[[e.vShow,o.value.length===0]])]),_:1})])]),_:1},8,["placeholder","model-value"])}}}),Jr=ne(Wz,[["__scopeId","data-v-1d24737e"],["__file","index.vue"]]);const Gz=Le(Jr),Kt=n=>(e.pushScopeId("data-v-b123d9a5"),n=n(),e.popScopeId(),n),Kz={class:"yc-download-dialog-content"},Zz={class:"yc-download-dialog-section"},Xz=Kt(()=>e.createElementVNode("p",{class:"yc-download-dialog-title"}," \u7B2C\u4E00\u6B65\uFF1A\u8BF7\u4E25\u683C\u6309\u7167\u5BFC\u5165\u6A21\u677F\u586B\u5199\u5185\u5BB9\u540E\u5BFC\u5165\uFF0C\u5426\u5219\u5C06\u65B0\u589E\u5931\u8D25\uFF01 ",-1)),Qz=Kt(()=>e.createElementVNode("p",{class:"yc-download-dialog-subtitle"}," \u6CE8\u610F\uFF1A\u5355\u6B21\u5BFC\u5165\u6570\u636E\u4E0D\u5F97\u8D85\u8FC75000\u6761\uFF0C\u5426\u5219\u5BFC\u5165\u53EF\u80FD\u5931\u8D25! ",-1)),Jz={class:"ml-2"},eC={class:"yc-download-dialog-section"},nC=Kt(()=>e.createElementVNode("p",{class:"yc-download-dialog-title",style:{"margin-bottom":"16px"}}," \u7B2C\u4E8C\u6B65\uFF1A\u9009\u62E9\u6A21\u677F\u6587\u4EF6\u5E76\u5F00\u59CB\u5BFC\u5165 ",-1)),tC={class:"el-upload__text"},rC=Kt(()=>e.createElementVNode("div",{class:"yc-upload-tip"}," Excel\u6587\u4EF6\u5927\u5C0F\u4E0D\u5F97\u8D85\u8FC710M ",-1)),oC={key:0,class:"yc-download-dialog-section"},aC=Kt(()=>e.createElementVNode("p",{class:"yc-download-dialog-title"},"\u4E0A\u4F20\u8BB0\u5F55",-1)),lC={class:"yc-upload-records"},iC={class:"yc-record-name"},sC={class:"yc-record-size"},cC={components:{Download:da,UploadFilled:fa}};var uC=e.defineComponent({...cC,name:"YcDownloadDialog",__name:"index",props:{title:{default:"\u6279\u91CF\u5BFC\u5165"},modelValue:{type:Boolean,default:!1},templateUrl:{},templateText:{default:"\u4E0B\u8F7D\u5BFC\u5165\u6A21\u677F"},uploadAction:{default:""},fetchRecords:{},onUploadSuccess:{},onUploadError:{}},emits:["update:modelValue","upload-success","upload-error","download-template"],setup(n,{expose:t,emit:r}){const o=n,a=r,i=e.computed({get:()=>o.modelValue,set:f=>a("update:modelValue",f)}),c=e.ref([]),s=e.ref(!1),d=async()=>{if(o.fetchRecords){s.value=!0;try{const{data:f}=await o.fetchRecords();c.value=f}finally{s.value=!1}}},l=()=>{o.templateUrl&&window.open(o.templateUrl,"_blank"),a("download-template")},u=(f,p)=>{var g;a("upload-success",f,p),(g=o.onUploadSuccess)==null||g.call(o,f,p),d()},m=(f,p)=>{var g;a("upload-error",f,p),(g=o.onUploadError)==null||g.call(o,f,p)},h=f=>f>=100?"#67c23a":f>=50?"#409eff":"#7B52FE";return t({fetchUploadRecords:d}),(f,p)=>{const g=e.resolveComponent("el-icon"),_=e.resolveComponent("el-button"),b=e.resolveComponent("el-upload"),y=e.resolveComponent("el-progress"),x=e.resolveComponent("el-dialog"),w=e.resolveDirective("loading");return e.openBlock(),e.createBlock(x,{modelValue:i.value,"onUpdate:modelValue":p[0]||(p[0]=v=>i.value=v),title:f.title,width:"560px","destroy-on-close":"",onOpen:d},{default:e.withCtx(()=>[e.createElementVNode("div",Kz,[e.createCommentVNode(" \u7B2C\u4E00\u6B65\uFF1A\u4E0B\u8F7D\u6A21\u677F "),e.createElementVNode("div",Zz,[Xz,Qz,e.createVNode(_,{class:"yc-download-btn",onClick:l},{default:e.withCtx(()=>[e.renderSlot(f.$slots,"download-icon",{},()=>[e.createVNode(g,null,{default:e.withCtx(()=>[e.createVNode(e.unref(da))]),_:1})],!0),e.createElementVNode("span",Jz,e.toDisplayString(f.templateText),1)]),_:3})]),e.createCommentVNode(" \u7B2C\u4E8C\u6B65\uFF1A\u4E0A\u4F20\u6587\u4EF6 "),e.createElementVNode("div",eC,[nC,e.createVNode(b,{class:"yc-upload-area",drag:"",action:f.uploadAction,"on-success":u,"on-error":m,multiple:""},{default:e.withCtx(()=>[e.renderSlot(f.$slots,"upload-icon",{},()=>[e.createVNode(g,{class:"el-icon--upload"},{default:e.withCtx(()=>[e.createVNode(e.unref(fa))]),_:1})],!0),e.createElementVNode("div",tC,[e.createVNode(_,{style:{"margin-top":"8px"}},{default:e.withCtx(()=>[e.createTextVNode("\u9009\u62E9\u6587\u4EF6")]),_:1}),rC])]),_:3},8,["action"])]),e.createCommentVNode(" \u4E0A\u4F20\u8BB0\u5F55 "),c.value.length>0?(e.openBlock(),e.createElementBlock("div",oC,[aC,e.withDirectives((e.openBlock(),e.createElementBlock("div",lC,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.value,(v,z)=>(e.openBlock(),e.createElementBlock("div",{key:z,class:"yc-upload-record-item"},[e.createElementVNode("span",iC,e.toDisplayString(v.name),1),e.createElementVNode("span",sC,e.toDisplayString(v.size),1),e.createVNode(y,{percentage:v.progress,color:h(v.progress),"stroke-width":6,style:{width:"100px"}},null,8,["percentage","color"])]))),128))])),[[w,s.value]])])):e.createCommentVNode("v-if",!0)])]),_:3},8,["modelValue","title"])}}}),eo=ne(uC,[["__scopeId","data-v-b123d9a5"],["__file","index.vue"]]);const dC=Le(eo),hC={class:"yc-tabs-with-filter-wrapper"},pC={class:"yc-tabs-header"},fC={key:0,class:"yc-filter-button-wrapper"};var gC=e.defineComponent({name:"YcTabsWithFilter",__name:"index",props:{modelValue:{},showFilter:{type:Boolean,default:!0},filterText:{default:void 0},filterVisible:{type:Boolean,default:void 0},useGlobalState:{type:Boolean,default:!0},autoHideLayActions:{type:Boolean,default:!0}},emits:["update:modelValue","filter-toggle"],setup(n,{expose:t,emit:r}){const o=n,a=r,i=fl(),c=Ys(),s=gl("tabsWithFilter"),d=e.computed(()=>o.filterText!==void 0?o.filterText:s!=null&&s.filterText?s.filterText:c("buttons.filter")!=="buttons.filter"?c("buttons.filter"):"\u7B5B\u9009"),l=e.ref(o.filterVisible!==void 0?o.filterVisible:o.useGlobalState?i.value:!1);e.watch(i,p=>{o.useGlobalState&&o.filterVisible===void 0&&(l.value=p)}),e.watch(()=>o.filterVisible,p=>{p!==void 0&&(l.value=p)});const u=p=>{a("update:modelValue",p)},m=()=>{l.value=!l.value,o.useGlobalState&&(i.value=l.value),a("filter-toggle",l.value)};t({showPageSearch:l});const h=()=>{if(!o.autoHideLayActions)return;const p=document.querySelector(".lay-actions");p&&(p.style.display="none")},f=()=>{if(!o.autoHideLayActions)return;const p=document.querySelector(".lay-actions");p&&(p.style.display="")};return e.onMounted(()=>{h()}),e.onUnmounted(()=>{f()}),(p,g)=>{const _=e.resolveComponent("el-tabs"),b=e.resolveComponent("el-button");return e.openBlock(),e.createElementBlock("div",hC,[e.createCommentVNode(" Tabs \u5934\u90E8\u533A\u57DF "),e.createElementVNode("div",pC,[e.createVNode(_,{"model-value":p.modelValue,class:"yc-tabs-with-filter","onUpdate:modelValue":u},{default:e.withCtx(()=>[e.createCommentVNode(" \u9ED8\u8BA4\u63D2\u69FD\u7528\u4E8E\u4F20\u5165 el-tab-pane "),e.renderSlot(p.$slots,"default",{filterVisible:l.value})]),_:3},8,["model-value"]),e.createCommentVNode(" \u53F3\u4FA7\u7B5B\u9009\u6309\u94AE "),p.showFilter?(e.openBlock(),e.createElementBlock("div",fC,[e.createVNode(b,{size:"small",icon:e.unref(Mi),class:e.normalizeClass(["yc-filter-button",{"yc-filter-button--active":l.value}]),onClick:m},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(d.value),1)]),_:1},8,["icon","class"])])):e.createCommentVNode("v-if",!0)])])}}}),no=ne(gC,[["__file","index.vue"]]);const mC=Le(no);var Ic=x2([...[Pr,ca,ya,Ar,ga,Li,Ht,_a,Ln,Tr,xa,Oi,Ri,wa,Ui,ma,ba,va,za,Wi,Ca,Gi,ml,Ks,$r,vl,bc,zc,zl,ft,Bc,jc,Yt,Wt,Cl,Gr,Vc,Kr,Zr,Xr,Bl,Qr,Jr,eo,no]]);const Hc=/^[a-z0-9]+(-[a-z0-9]+)*$/,to=(n,t,r,o="")=>{const a=n.split(":");if(n.slice(0,1)==="@"){if(a.length<2||a.length>3)return null;o=a.shift().slice(1)}if(a.length>3||!a.length)return null;if(a.length>1){const s=a.pop(),d=a.pop(),l={provider:a.length>0?a[0]:o,prefix:d,name:s};return t&&!ro(l)?null:l}const i=a[0],c=i.split("-");if(c.length>1){const s={provider:o,prefix:c.shift(),name:c.join("-")};return t&&!ro(s)?null:s}if(r&&o===""){const s={provider:o,prefix:"",name:i};return t&&!ro(s,r)?null:s}return null},ro=(n,t)=>n?!!((t&&n.prefix===""||n.prefix)&&n.name):!1,$c=Object.freeze({left:0,top:0,width:16,height:16}),oo=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),ao=Object.freeze({...$c,...oo}),El=Object.freeze({...ao,body:"",hidden:!1});function _C(n,t){const r={};!n.hFlip!=!t.hFlip&&(r.hFlip=!0),!n.vFlip!=!t.vFlip&&(r.vFlip=!0);const o=((n.rotate||0)+(t.rotate||0))%4;return o&&(r.rotate=o),r}function Lc(n,t){const r=_C(n,t);for(const o in El)o in oo?o in n&&!(o in r)&&(r[o]=oo[o]):o in t?r[o]=t[o]:o in n&&(r[o]=n[o]);return r}function yC(n,t){const r=n.icons,o=n.aliases||Object.create(null),a=Object.create(null);function i(c){if(r[c])return a[c]=[];if(!(c in a)){a[c]=null;const s=o[c]&&o[c].parent,d=s&&i(s);d&&(a[c]=[s].concat(d))}return a[c]}return Object.keys(r).concat(Object.keys(o)).forEach(i),a}function xC(n,t,r){const o=n.icons,a=n.aliases||Object.create(null);let i={};function c(s){i=Lc(o[s]||a[s],i)}return c(t),r.forEach(c),Lc(n,i)}function Oc(n,t){const r=[];if(typeof n!="object"||typeof n.icons!="object")return r;n.not_found instanceof Array&&n.not_found.forEach(a=>{t(a,null),r.push(a)});const o=yC(n);for(const a in o){const i=o[a];i&&(t(a,xC(n,a,i)),r.push(a))}return r}const wC={provider:"",aliases:{},not_found:{},...$c};function jl(n,t){for(const r in t)if(r in n&&typeof n[r]!=typeof t[r])return!1;return!0}function Rc(n){if(typeof n!="object"||n===null)return null;const t=n;if(typeof t.prefix!="string"||!n.icons||typeof n.icons!="object"||!jl(n,wC))return null;const r=t.icons;for(const a in r){const i=r[a];if(!a||typeof i.body!="string"||!jl(i,El))return null}const o=t.aliases||Object.create(null);for(const a in o){const i=o[a],c=i.parent;if(!a||typeof c!="string"||!r[c]&&!o[c]||!jl(i,El))return null}return t}const Uc=Object.create(null);function bC(n,t){return{provider:n,prefix:t,icons:Object.create(null),missing:new Set}}function gt(n,t){const r=Uc[n]||(Uc[n]=Object.create(null));return r[t]||(r[t]=bC(n,t))}function Yc(n,t){return Rc(t)?Oc(t,(r,o)=>{o?n.icons[r]=o:n.missing.add(r)}):[]}function vC(n,t,r){try{if(typeof r.body=="string")return n.icons[t]={...r},!0}catch(o){}return!1}let Zt=!1;function Wc(n){return typeof n=="boolean"&&(Zt=n),Zt}function zC(n){const t=typeof n=="string"?to(n,!0,Zt):n;if(t){const r=gt(t.provider,t.prefix),o=t.name;return r.icons[o]||(r.missing.has(o)?null:void 0)}}function Gc(n,t){const r=to(n,!0,Zt);if(!r)return!1;const o=gt(r.provider,r.prefix);return t?vC(o,r.name,t):(o.missing.add(r.name),!0)}function CC(n,t){if(typeof n!="object")return!1;if(typeof t!="string"&&(t=n.provider||""),Zt&&!t&&!n.prefix){let a=!1;return Rc(n)&&(n.prefix="",Oc(n,(i,c)=>{Gc(i,c)&&(a=!0)})),a}const r=n.prefix;if(!ro({prefix:r,name:"a"}))return!1;const o=gt(t,r);return!!Yc(o,n)}const Kc=Object.freeze({width:null,height:null}),Zc=Object.freeze({...Kc,...oo}),kC=/(-?[0-9.]*[0-9]+[0-9.]*)/g,BC=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function Xc(n,t,r){if(t===1)return n;if(r=r||100,typeof n=="number")return Math.ceil(n*t*r)/r;if(typeof n!="string")return n;const o=n.split(kC);if(o===null||!o.length)return n;const a=[];let i=o.shift(),c=BC.test(i);for(;;){if(c){const s=parseFloat(i);isNaN(s)?a.push(i):a.push(Math.ceil(s*t*r)/r)}else a.push(i);if(i=o.shift(),i===void 0)return a.join("");c=!c}}function EC(n,t="defs"){let r="";const o=n.indexOf("<"+t);for(;o>=0;){const a=n.indexOf(">",o),i=n.indexOf("</"+t);if(a===-1||i===-1)break;const c=n.indexOf(">",i);if(c===-1)break;r+=n.slice(a+1,i).trim(),n=n.slice(0,o).trim()+n.slice(c+1)}return{defs:r,content:n}}function jC(n,t){return n?"<defs>"+n+"</defs>"+t:t}function VC(n,t,r){const o=EC(n);return jC(o.defs,t+o.content+r)}const SC=n=>n==="unset"||n==="undefined"||n==="none";function NC(n,t){const r={...ao,...n},o={...Zc,...t},a={left:r.left,top:r.top,width:r.width,height:r.height};let i=r.body;[r,o].forEach(g=>{const _=[],b=g.hFlip,y=g.vFlip;let x=g.rotate;b?y?x+=2:(_.push("translate("+(a.width+a.left).toString()+" "+(0-a.top).toString()+")"),_.push("scale(-1 1)"),a.top=a.left=0):y&&(_.push("translate("+(0-a.left).toString()+" "+(a.height+a.top).toString()+")"),_.push("scale(1 -1)"),a.top=a.left=0);let w;switch(x<0&&(x-=Math.floor(x/4)*4),x=x%4,x){case 1:w=a.height/2+a.top,_.unshift("rotate(90 "+w.toString()+" "+w.toString()+")");break;case 2:_.unshift("rotate(180 "+(a.width/2+a.left).toString()+" "+(a.height/2+a.top).toString()+")");break;case 3:w=a.width/2+a.left,_.unshift("rotate(-90 "+w.toString()+" "+w.toString()+")");break}x%2===1&&(a.left!==a.top&&(w=a.left,a.left=a.top,a.top=w),a.width!==a.height&&(w=a.width,a.width=a.height,a.height=w)),_.length&&(i=VC(i,'<g transform="'+_.join(" ")+'">',"</g>"))});const c=o.width,s=o.height,d=a.width,l=a.height;let u,m;c===null?(m=s===null?"1em":s==="auto"?l:s,u=Xc(m,d/l)):(u=c==="auto"?d:c,m=s===null?Xc(u,l/d):s==="auto"?l:s);const h={},f=(g,_)=>{SC(_)||(h[g]=_.toString())};f("width",u),f("height",m);const p=[a.left,a.top,d,l];return h.viewBox=p.join(" "),{attributes:h,viewBox:p,body:i}}const MC=/\sid="(\S+)"/g,PC="IconifyId"+Date.now().toString(16)+(Math.random()*16777216|0).toString(16);let AC=0;function qC(n,t=PC){const r=[];let o;for(;o=MC.exec(n);)r.push(o[1]);if(!r.length)return n;const a="suffix"+(Math.random()*16777216|Date.now()).toString(16);return r.forEach(i=>{const c=typeof t=="function"?t(i):t+(AC++).toString(),s=i.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");n=n.replace(new RegExp('([#;"])('+s+')([")]|\\.[a-z])',"g"),"$1"+c+a+"$3")}),n=n.replace(new RegExp(a,"g"),""),n}const Vl=Object.create(null);function TC(n,t){Vl[n]=t}function Sl(n){return Vl[n]||Vl[""]}function Nl(n){let t;if(typeof n.resources=="string")t=[n.resources];else if(t=n.resources,!(t instanceof Array)||!t.length)return null;return{resources:t,path:n.path||"/",maxURL:n.maxURL||500,rotate:n.rotate||750,timeout:n.timeout||5e3,random:n.random===!0,index:n.index||0,dataAfterTimeout:n.dataAfterTimeout!==!1}}const Ml=Object.create(null),Xt=["https://api.simplesvg.com","https://api.unisvg.com"],lo=[];for(;Xt.length>0;)Xt.length===1||Math.random()>.5?lo.push(Xt.shift()):lo.push(Xt.pop());Ml[""]=Nl({resources:["https://api.iconify.design"].concat(lo)});function DC(n,t){const r=Nl(t);return r===null?!1:(Ml[n]=r,!0)}function Pl(n){return Ml[n]}let Qc=(()=>{let n;try{if(n=fetch,typeof n=="function")return n}catch(t){}})();function FC(n,t){const r=Pl(n);if(!r)return 0;let o;if(!r.maxURL)o=0;else{let a=0;r.resources.forEach(c=>{a=Math.max(a,c.length)});const i=t+".json?icons=";o=r.maxURL-a-r.path.length-i.length}return o}function IC(n){return n===404}const HC=(n,t,r)=>{const o=[],a=FC(n,t),i="icons";let c={type:i,provider:n,prefix:t,icons:[]},s=0;return r.forEach((d,l)=>{s+=d.length+1,s>=a&&l>0&&(o.push(c),c={type:i,provider:n,prefix:t,icons:[]},s=d.length),c.icons.push(d)}),o.push(c),o};function $C(n){if(typeof n=="string"){const t=Pl(n);if(t)return t.path}return"/"}const LC={prepare:HC,send:(n,t,r)=>{if(!Qc){r("abort",424);return}let o=$C(t.provider);switch(t.type){case"icons":{const i=t.prefix,s=t.icons.join(","),d=new URLSearchParams({icons:s});o+=i+".json?"+d.toString();break}case"custom":{const i=t.uri;o+=i.slice(0,1)==="/"?i.slice(1):i;break}default:r("abort",400);return}let a=503;Qc(n+o).then(i=>{const c=i.status;if(c!==200){setTimeout(()=>{r(IC(c)?"abort":"next",c)});return}return a=501,i.json()}).then(i=>{if(typeof i!="object"||i===null){setTimeout(()=>{i===404?r("abort",i):r("next",a)});return}setTimeout(()=>{r("success",i)})}).catch(()=>{r("next",a)})}};function OC(n){const t={loaded:[],missing:[],pending:[]},r=Object.create(null);n.sort((a,i)=>a.provider!==i.provider?a.provider.localeCompare(i.provider):a.prefix!==i.prefix?a.prefix.localeCompare(i.prefix):a.name.localeCompare(i.name));let o={provider:"",prefix:"",name:""};return n.forEach(a=>{if(o.name===a.name&&o.prefix===a.prefix&&o.provider===a.provider)return;o=a;const i=a.provider,c=a.prefix,s=a.name,d=r[i]||(r[i]=Object.create(null)),l=d[c]||(d[c]=gt(i,c));let u;s in l.icons?u=t.loaded:c===""||l.missing.has(s)?u=t.missing:u=t.pending;const m={provider:i,prefix:c,name:s};u.push(m)}),t}function Jc(n,t){n.forEach(r=>{const o=r.loaderCallbacks;o&&(r.loaderCallbacks=o.filter(a=>a.id!==t))})}function RC(n){n.pendingCallbacksFlag||(n.pendingCallbacksFlag=!0,setTimeout(()=>{n.pendingCallbacksFlag=!1;const t=n.loaderCallbacks?n.loaderCallbacks.slice(0):[];if(!t.length)return;let r=!1;const o=n.provider,a=n.prefix;t.forEach(i=>{const c=i.icons,s=c.pending.length;c.pending=c.pending.filter(d=>{if(d.prefix!==a)return!0;const l=d.name;if(n.icons[l])c.loaded.push({provider:o,prefix:a,name:l});else if(n.missing.has(l))c.missing.push({provider:o,prefix:a,name:l});else return r=!0,!0;return!1}),c.pending.length!==s&&(r||Jc([n],i.id),i.callback(c.loaded.slice(0),c.missing.slice(0),c.pending.slice(0),i.abort))})}))}let UC=0;function YC(n,t,r){const o=UC++,a=Jc.bind(null,r,o);if(!t.pending.length)return a;const i={id:o,icons:t,callback:n,abort:a};return r.forEach(c=>{(c.loaderCallbacks||(c.loaderCallbacks=[])).push(i)}),a}function WC(n,t=!0,r=!1){const o=[];return n.forEach(a=>{const i=typeof a=="string"?to(a,t,r):a;i&&o.push(i)}),o}var GC={resources:[],index:0,timeout:2e3,rotate:750,random:!1,dataAfterTimeout:!1};function KC(n,t,r,o){const a=n.resources.length,i=n.random?Math.floor(Math.random()*a):n.index;let c;if(n.random){let z=n.resources.slice(0);for(c=[];z.length>1;){const E=Math.floor(Math.random()*z.length);c.push(z[E]),z=z.slice(0,E).concat(z.slice(E+1))}c=c.concat(z)}else c=n.resources.slice(i).concat(n.resources.slice(0,i));const s=Date.now();let d="pending",l=0,u,m=null,h=[],f=[];typeof o=="function"&&f.push(o);function p(){m&&(clearTimeout(m),m=null)}function g(){d==="pending"&&(d="aborted"),p(),h.forEach(z=>{z.status==="pending"&&(z.status="aborted")}),h=[]}function _(z,E){E&&(f=[]),typeof z=="function"&&f.push(z)}function b(){return{startTime:s,payload:t,status:d,queriesSent:l,queriesPending:h.length,subscribe:_,abort:g}}function y(){d="failed",f.forEach(z=>{z(void 0,u)})}function x(){h.forEach(z=>{z.status==="pending"&&(z.status="aborted")}),h=[]}function w(z,E,N){const M=E!=="success";switch(h=h.filter(C=>C!==z),d){case"pending":break;case"failed":if(M||!n.dataAfterTimeout)return;break;default:return}if(E==="abort"){u=N,y();return}if(M){u=N,h.length||(c.length?v():y());return}if(p(),x(),!n.random){const C=n.resources.indexOf(z.resource);C!==-1&&C!==n.index&&(n.index=C)}d="completed",f.forEach(C=>{C(N)})}function v(){if(d!=="pending")return;p();const z=c.shift();if(z===void 0){if(h.length){m=setTimeout(()=>{p(),d==="pending"&&(x(),y())},n.timeout);return}y();return}const E={status:"pending",resource:z,callback:(N,M)=>{w(E,N,M)}};h.push(E),l++,m=setTimeout(v,n.rotate),r(z,t,E.callback)}return setTimeout(v),b}function e2(n){const t={...GC,...n};let r=[];function o(){r=r.filter(s=>s().status==="pending")}function a(s,d,l){const u=KC(t,s,d,(m,h)=>{o(),l&&l(m,h)});return r.push(u),u}function i(s){return r.find(d=>s(d))||null}return{query:a,find:i,setIndex:s=>{t.index=s},getIndex:()=>t.index,cleanup:o}}function n2(){}const Al=Object.create(null);function ZC(n){if(!Al[n]){const t=Pl(n);if(!t)return;const r=e2(t),o={config:t,redundancy:r};Al[n]=o}return Al[n]}function XC(n,t,r){let o,a;if(typeof n=="string"){const i=Sl(n);if(!i)return r(void 0,424),n2;a=i.send;const c=ZC(n);c&&(o=c.redundancy)}else{const i=Nl(n);if(i){o=e2(i);const c=n.resources?n.resources[0]:"",s=Sl(c);s&&(a=s.send)}}return!o||!a?(r(void 0,424),n2):o.query(t,a,r)().abort}function t2(){}function QC(n){n.iconsLoaderFlag||(n.iconsLoaderFlag=!0,setTimeout(()=>{n.iconsLoaderFlag=!1,RC(n)}))}function JC(n){const t=[],r=[];return n.forEach(o=>{(o.match(Hc)?t:r).push(o)}),{valid:t,invalid:r}}function Qt(n,t,r){function o(){const a=n.pendingIcons;t.forEach(i=>{a&&a.delete(i),n.icons[i]||n.missing.add(i)})}if(r&&typeof r=="object")try{if(!Yc(n,r).length){o();return}}catch(a){console.error(a)}o(),QC(n)}function r2(n,t){n instanceof Promise?n.then(r=>{t(r)}).catch(()=>{t(null)}):t(n)}function ek(n,t){n.iconsToLoad?n.iconsToLoad=n.iconsToLoad.concat(t).sort():n.iconsToLoad=t,n.iconsQueueFlag||(n.iconsQueueFlag=!0,setTimeout(()=>{n.iconsQueueFlag=!1;const{provider:r,prefix:o}=n,a=n.iconsToLoad;if(delete n.iconsToLoad,!a||!a.length)return;const i=n.loadIcon;if(n.loadIcons&&(a.length>1||!i)){r2(n.loadIcons(a,o,r),u=>{Qt(n,a,u)});return}if(i){a.forEach(u=>{const m=i(u,o,r);r2(m,h=>{const f=h?{prefix:o,icons:{[u]:h}}:null;Qt(n,[u],f)})});return}const{valid:c,invalid:s}=JC(a);if(s.length&&Qt(n,s,null),!c.length)return;const d=o.match(Hc)?Sl(r):null;if(!d){Qt(n,c,null);return}d.prepare(r,o,c).forEach(u=>{XC(r,u,m=>{Qt(n,u.icons,m)})})}))}const nk=(n,t)=>{const r=WC(n,!0,Wc()),o=OC(r);if(!o.pending.length){let d=!0;return t&&setTimeout(()=>{d&&t(o.loaded,o.missing,o.pending,t2)}),()=>{d=!1}}const a=Object.create(null),i=[];let c,s;return o.pending.forEach(d=>{const{provider:l,prefix:u}=d;if(u===s&&l===c)return;c=l,s=u,i.push(gt(l,u));const m=a[l]||(a[l]=Object.create(null));m[u]||(m[u]=[])}),o.pending.forEach(d=>{const{provider:l,prefix:u,name:m}=d,h=gt(l,u),f=h.pendingIcons||(h.pendingIcons=new Set);f.has(m)||(f.add(m),a[l][u].push(m))}),i.forEach(d=>{const l=a[d.provider][d.prefix];l.length&&ek(d,l)}),t?YC(t,o,i):t2};function tk(n,t){const r={...n};for(const o in t){const a=t[o],i=typeof a;o in Kc?(a===null||a&&(i==="string"||i==="number"))&&(r[o]=a):i===typeof r[o]&&(r[o]=o==="rotate"?a%4:a)}return r}const rk=/[\s,]+/;function ok(n,t){t.split(rk).forEach(r=>{switch(r.trim()){case"horizontal":n.hFlip=!0;break;case"vertical":n.vFlip=!0;break}})}function ak(n,t=0){const r=n.replace(/^-?[0-9.]*/,"");function o(a){for(;a<0;)a+=4;return a%4}if(r===""){const a=parseInt(n);return isNaN(a)?0:o(a)}else if(r!==n){let a=0;switch(r){case"%":a=25;break;case"deg":a=90}if(a){let i=parseFloat(n.slice(0,n.length-r.length));return isNaN(i)?0:(i=i/a,i%1===0?o(i):0)}}return t}function lk(n,t){let r=n.indexOf("xlink:")===-1?"":' xmlns:xlink="http://www.w3.org/1999/xlink"';for(const o in t)r+=" "+o+'="'+t[o]+'"';return'<svg xmlns="http://www.w3.org/2000/svg"'+r+">"+n+"</svg>"}function ik(n){return n.replace(/"/g,"'").replace(/%/g,"%25").replace(/#/g,"%23").replace(/</g,"%3C").replace(/>/g,"%3E").replace(/\s+/g," ")}function sk(n){return"data:image/svg+xml,"+ik(n)}function ck(n){return'url("'+sk(n)+'")'}const o2={...Zc,inline:!1},uk={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","aria-hidden":!0,role:"img"},dk={display:"inline-block"},ql={backgroundColor:"currentColor"},a2={backgroundColor:"transparent"},l2={Image:"var(--svg)",Repeat:"no-repeat",Size:"100% 100%"},i2={webkitMask:ql,mask:ql,background:a2};for(const n in i2){const t=i2[n];for(const r in l2)t[n+r]=l2[r]}const io={};["horizontal","vertical"].forEach(n=>{const t=n.slice(0,1)+"Flip";io[n+"-flip"]=t,io[n.slice(0,1)+"-flip"]=t,io[n+"Flip"]=t});function s2(n){return n+(n.match(/^[-0-9.]+$/)?"px":"")}const c2=(n,t)=>{const r=tk(o2,t),o={...uk},a=t.mode||"svg",i={},c=t.style,s=typeof c=="object"&&!(c instanceof Array)?c:{};for(let g in t){const _=t[g];if(_!==void 0)switch(g){case"icon":case"style":case"onLoad":case"mode":case"ssr":break;case"inline":case"hFlip":case"vFlip":r[g]=_===!0||_==="true"||_===1;break;case"flip":typeof _=="string"&&ok(r,_);break;case"color":i.color=_;break;case"rotate":typeof _=="string"?r[g]=ak(_):typeof _=="number"&&(r[g]=_);break;case"ariaHidden":case"aria-hidden":_!==!0&&_!=="true"&&delete o["aria-hidden"];break;default:{const b=io[g];b?(_===!0||_==="true"||_===1)&&(r[b]=!0):o2[g]===void 0&&(o[g]=_)}}}const d=NC(n,r),l=d.attributes;if(r.inline&&(i.verticalAlign="-0.125em"),a==="svg"){o.style={...i,...s},Object.assign(o,l);let g=0,_=t.id;return typeof _=="string"&&(_=_.replace(/-/g,"_")),o.innerHTML=qC(d.body,_?()=>_+"ID"+g++:"iconifyVue"),e.h("svg",o)}const{body:u,width:m,height:h}=n,f=a==="mask"||(a==="bg"?!1:u.indexOf("currentColor")!==-1),p=lk(u,{...l,width:m+"",height:h+""});return o.style={...i,"--svg":ck(p),width:s2(l.width),height:s2(l.height),...dk,...f?ql:a2,...s},e.h("span",o)};if(Wc(!0),TC("",LC),typeof document!="undefined"&&typeof window!="undefined"){const n=window;if(n.IconifyPreload!==void 0){const t=n.IconifyPreload,r="Invalid IconifyPreload syntax.";typeof t=="object"&&t!==null&&(t instanceof Array?t:[t]).forEach(o=>{try{(typeof o!="object"||o===null||o instanceof Array||typeof o.icons!="object"||typeof o.prefix!="string"||!CC(o))&&console.error(r)}catch(a){console.error(r)}})}if(n.IconifyProviders!==void 0){const t=n.IconifyProviders;if(typeof t=="object"&&t!==null)for(let r in t){const o="IconifyProviders["+r+"] is invalid.";try{const a=t[r];if(typeof a!="object"||!a||a.resources===void 0)continue;DC(r,a)||console.error(o)}catch(a){console.error(o)}}}}const hk={...ao,body:""},so=e.defineComponent((n,{emit:t})=>{const r=e.ref(null);function o(){var l,u;r.value&&((u=(l=r.value).abort)==null||u.call(l),r.value=null)}const a=e.ref(!!n.ssr),i=e.ref(""),c=e.shallowRef(null);function s(){const l=n.icon;if(typeof l=="object"&&l!==null&&typeof l.body=="string")return i.value="",{data:l};let u;if(typeof l!="string"||(u=to(l,!1,!0))===null)return null;let m=zC(u);if(!m){const p=r.value;return(!p||p.name!==l)&&(m===null?r.value={name:l}:r.value={name:l,abort:nk([u],d)}),null}o(),i.value!==l&&(i.value=l,e.nextTick(()=>{t("load",l)}));const h=n.customise;if(h){m=Object.assign({},m);const p=h(m.body,u.name,u.prefix,u.provider);typeof p=="string"&&(m.body=p)}const f=["iconify"];return u.prefix!==""&&f.push("iconify--"+u.prefix),u.provider!==""&&f.push("iconify--"+u.provider),{data:m,classes:f}}function d(){var u;const l=s();l?l.data!==((u=c.value)==null?void 0:u.data)&&(c.value=l):c.value=null}return a.value?d():e.onMounted(()=>{a.value=!0,d()}),e.watch(()=>n.icon,d),e.onUnmounted(o),()=>{const l=c.value;if(!l)return c2(hk,n);let u=n;return l.classes&&(u={...n,class:l.classes.join(" ")}),c2({...ao,...l.data},u)}},{props:["icon","mode","ssr","width","height","style","color","inline","rotate","hFlip","horizontalFlip","vFlip","verticalFlip","flip","id","ariaHidden","customise","title"],emits:["load"]});function pk(n){return typeof n=="object"&&n!==null&&"body"in n&&typeof n.body=="string"}var Tl=e.defineComponent({name:"YcIconifyIconOffline",components:{IconifyIcon:so},props:{icon:{type:[String,Object,Function],default:null}},render(){if(pk(this.icon)){const t=this.icon.name||"custom-icon";Gc(t,this.icon)}const n=this.$attrs;return typeof this.icon=="string"?e.h(so,{icon:this.icon,"aria-hidden":!1,style:n!=null&&n.style?Object.assign(n.style,{outline:"none"}):{outline:"none"},...n},{default:()=>[]}):e.h(this.icon,{"aria-hidden":!1,style:n!=null&&n.style?Object.assign(n.style,{outline:"none"}):{outline:"none"},...n},{default:()=>[]})}}),u2=e.defineComponent({name:"YcIconifyIconOnline",components:{IconifyIcon:so},props:{icon:{type:String,default:""}},render(){const n=this.$attrs;return e.h(so,{icon:`${this.icon}`,"aria-hidden":!1,style:n!=null&&n.style?Object.assign(n.style,{outline:"none"}):{outline:"none"},...n},{default:()=>[]})}}),d2=e.defineComponent({name:"YcFontIcon",props:{icon:{type:String,default:""}},render(){const n=this.$attrs;return Object.keys(n).includes("uni")||(n==null?void 0:n.iconType)==="uni"?e.h("i",{class:"iconfont",...n},this.icon):Object.keys(n).includes("svg")||(n==null?void 0:n.iconType)==="svg"?e.h("svg",{class:"icon-svg"},{default:()=>[e.h("use",{"xlink:href":`#${this.icon}`})]}):e.h("i",{class:`iconfont ${this.icon}`,...n})}});function fk(n){return/^https?:\/\//i.test(n)}const gk=e.defineComponent({name:"YcUrlIcon",props:{src:{type:String,required:!0},size:{type:Number,default:20}},render(){return e.h("img",{src:this.src,class:"yc-url-icon",style:{width:`${this.size}px`,height:`${this.size}px`,objectFit:"contain"},alt:"icon"})}});function mk(n,t){const r=/^IF-/;if(H0(n)&&fk(n)){const o=(t==null?void 0:t.width)||(t==null?void 0:t.height),a=typeof o=="number"?o:20;return e.h(gk,{src:n,size:a})}if(H0(n)&&r.test(n)){const o=n.split(r)[1],a=o.slice(0,o.indexOf(" ")==-1?o.length:o.indexOf(" ")),i=o.slice(o.indexOf(" ")+1,o.length);return e.defineComponent({name:"YcFontIconWrapper",render(){return e.h(d2,{icon:a,iconType:i,...t})}})}else return typeof n=="function"||typeof(n==null?void 0:n.render)=="function"?t?e.h(n,{...t}):n:typeof n=="object"?e.defineComponent({name:"YcOfflineIconWrapper",render(){return e.h(Tl,{icon:n,...t})}}):e.defineComponent({name:"YcIconWrapper",render(){if(!n)return;const o=n.includes(":")?u2:Tl;return e.h(o,{icon:n,...t})}})}const h2=Tl,p2=u2,f2=d2,_k="0.1.30",yk=Ic.install;D.DEFAULT_CDN_CONFIG=Rt,D.DEFAULT_YC_CONFIG=vn,D.DatePickerValueIsArrayList=J0,D.DefaultPageInfo=yn,D.DefaultPageSizeList=Lo,D.FontIcon=f2,D.IconifyIconOffline=h2,D.IconifyIconOnline=p2,D.PlusBreadcrumb=ba,D.PlusCheckCard=Ca,D.PlusCheckCardGroup=Gi,D.PlusDatePicker=ga,D.PlusDescriptions=Li,D.PlusDialog=Pr,D.PlusDialogForm=Oi,D.PlusDisplayItem=Ht,D.PlusDrawerForm=Ri,D.PlusForm=Ln,D.PlusFormItem=_a,D.PlusHeader=za,D.PlusInputTag=ma,D.PlusLayout=Wi,D.PlusPage=wa,D.PlusPagination=ca,D.PlusPopover=Tr,D.PlusRadio=Ar,D.PlusSearch=xa,D.PlusSidebar=va,D.PlusSidebarItem=$w,D.PlusStepsForm=Ui,D.PlusTable=ya,D.ReAnimateSelector=Jr,D.ReAuth=Zr,D.ReCard=Yt,D.ReCol=Bl,D.ReConfigProvider=ml,D.ReDialog=Gv,D.ReDownloadDialog=eo,D.ReDrawer=az,D.ReFormContainerHeader=_z,D.ReLineTree=Wt,D.ReMoreActions=gz,D.ReNormalCountTo=Cl,D.RePerms=Xr,D.RePlusPage=P7,D.RePlusTree=Yv,D.ReSegmented=Qr,D.ReSelectV2=$r,D.ReStatusDialog=zl,D.ReSvgIcon=ft,D.ReTabsWithFilter=no,D.ReText=Kr,D.ReboundCountTo=Gr,D.SIZE_MAP=xc,D.STATUS_CONFIG_MAP=Cc,D.TableFormFieldRefInjectionKey=Oo,D.TableFormRefInjectionKey=_r,D.TableFormRowInfoInjectionKey=Ro,D.ValueIsArrayList=ni,D.ValueIsBooleanList=K4,D.ValueIsNumberList=ei,D.YC_CONFIG_KEY=Ot,D.YcAnimateSelector=Jr,D.YcAnimateSelectorWithInstall=Gz,D.YcAuth=Zr,D.YcAuthWithInstall=Cz,D.YcCard=Yt,D.YcCardWithInstall=Bv,D.YcCol=Bl,D.YcConfigProvider=ml,D.YcCountTo=Cl,D.YcDialog=bc,D.YcDownloadDialog=eo,D.YcDownloadDialogWithInstall=dC,D.YcDrawer=zc,D.YcFlicker=Vc,D.YcFontIcon=f2,D.YcFormContainerHeader=jc,D.YcIconifyIconOffline=h2,D.YcIconifyIconOnline=p2,D.YcLineTree=Wt,D.YcLineTreeWithInstall=jv,D.YcMoreActions=Bc,D.YcPerms=Xr,D.YcPermsWithInstall=kz,D.YcPlusPage=Ks,D.YcPlusTree=vl,D.YcReboundCountTo=Gr,D.YcReboundCountToWithInstall=bz,D.YcSegmented=Qr,D.YcSegmentedWithInstall=Oz,D.YcSelectV2=$r,D.YcStatusDialog=zl,D.YcSvgIcon=ft,D.YcTabsWithFilter=no,D.YcTabsWithFilterWithInstall=mC,D.YcText=Kr,D.YcTextWithInstall=zz,D.addDrawer=Kv,D.animates=Fc,D.closeAllDrawer=Xv,D.closeDrawer=Wr,D.default=Ic,D.drawerStore=Gn,D.findNodeById=Pv,D.findNodeByPath=yc,D.findNodePosition=Gt,D.insertAsChild=Av,D.insertAsSibling=qv,D.insertNodeAtPosition=Nv,D.install=yk,D.providePlusProConfig=Q4,D.removeNode=Sv,D.reorderNodeChildren=Mv,D.reorderSiblingNodes=bl,D.selectValueTypeList=Uo,D.updateDrawer=Zv,D.useDialogFormConfig=J4,D.useDrawerFormConfig=ep,D.useGetOptions=$o,D.useLocale=Te,D.usePlusFormReset=jp,D.usePlusProConfig=Yo,D.useRenderFlicker=kl,D.useRenderIcon=mk,D.useRenderReFlicker=kl,D.useSelectWithMapping=X4,D.useSelectWithPagination=Sp,D.useSortableDrag=Ep,D.useTable=ti,D.useYcAuth=j7,D.useYcCdn=Us,D.useYcCdnUrl=pl,D.useYcComponentConfig=gl,D.useYcConfig=Wn,D.useYcPerms=V7,D.useYcShowPageSearch=fl,D.useYcTranslate=Ys,D.version=_k,Object.defineProperty(D,"__esModule",{value:!0})});