@fangzhongya/fang-ui 0.0.57 → 0.0.59

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 (430) hide show
  1. package/dist/components/alert/index.d.ts +3 -1
  2. package/dist/components/alert/src/index2.cjs +16 -26
  3. package/dist/components/alert/src/index2.js +14 -24
  4. package/dist/components/array/index.d.ts +3 -1
  5. package/dist/components/array/src/data.cjs +3 -3
  6. package/dist/components/array/src/data.d.ts +0 -3
  7. package/dist/components/array/src/data.js +3 -3
  8. package/dist/components/array/src/index2.cjs +27 -11
  9. package/dist/components/array/src/index2.js +23 -7
  10. package/dist/components/autocomplete/index.d.ts +3 -1
  11. package/dist/components/autocomplete/src/index2.cjs +16 -26
  12. package/dist/components/autocomplete/src/index2.js +14 -24
  13. package/dist/components/box/index.d.ts +3 -1
  14. package/dist/components/box-adjust/index.d.ts +3 -1
  15. package/dist/components/box-local/index.d.ts +3 -1
  16. package/dist/components/box-mask/index.d.ts +3 -1
  17. package/dist/components/box-teleport/index.d.ts +3 -1
  18. package/dist/components/box-title/index.d.ts +3 -1
  19. package/dist/components/button/index.d.ts +3 -1
  20. package/dist/components/button/src/index2.cjs +16 -26
  21. package/dist/components/button/src/index2.js +14 -24
  22. package/dist/components/buttons/index.d.ts +3 -1
  23. package/dist/components/card/index.d.ts +3 -1
  24. package/dist/components/card/src/index2.cjs +16 -26
  25. package/dist/components/card/src/index2.js +14 -24
  26. package/dist/components/cascader/index.d.ts +3 -1
  27. package/dist/components/cascader/src/index2.cjs +15 -25
  28. package/dist/components/cascader/src/index2.js +14 -24
  29. package/dist/components/cascader-panel/index.d.ts +3 -1
  30. package/dist/components/cascader-panel/src/index2.cjs +16 -26
  31. package/dist/components/cascader-panel/src/index2.js +14 -24
  32. package/dist/components/cascaders/index.d.ts +3 -1
  33. package/dist/components/checkbox/index.d.ts +3 -1
  34. package/dist/components/checkbox/src/index2.cjs +16 -26
  35. package/dist/components/checkbox/src/index2.js +14 -24
  36. package/dist/components/checkbox-group/index.d.ts +3 -1
  37. package/dist/components/checkbox-group/src/index2.cjs +16 -26
  38. package/dist/components/checkbox-group/src/index2.js +14 -24
  39. package/dist/components/checks/index.d.ts +3 -1
  40. package/dist/components/choice-select/index.d.ts +3 -1
  41. package/dist/components/choice-select/src/index2.cjs +2 -2
  42. package/dist/components/choice-select/src/index2.js +2 -2
  43. package/dist/components/collapse/index.d.ts +3 -1
  44. package/dist/components/collapse/src/index2.cjs +16 -26
  45. package/dist/components/collapse/src/index2.js +14 -24
  46. package/dist/components/collapse-item/index.d.ts +3 -1
  47. package/dist/components/collapse-item/src/index2.cjs +16 -26
  48. package/dist/components/collapse-item/src/index2.js +14 -24
  49. package/dist/components/color-picker/index.d.ts +3 -1
  50. package/dist/components/color-picker/src/index2.cjs +16 -26
  51. package/dist/components/color-picker/src/index2.js +14 -24
  52. package/dist/components/common/use.cjs +1 -1
  53. package/dist/components/common/use.js +1 -1
  54. package/dist/components/company-select/index.d.ts +3 -1
  55. package/dist/components/config-provider/index.d.ts +3 -1
  56. package/dist/components/config-provider/src/index2.cjs +16 -26
  57. package/dist/components/config-provider/src/index2.js +14 -24
  58. package/dist/components/date-picker/index.d.ts +3 -1
  59. package/dist/components/date-picker/src/index2.cjs +16 -26
  60. package/dist/components/date-picker/src/index2.js +14 -24
  61. package/dist/components/dates/index.d.ts +3 -1
  62. package/dist/components/dates-divide/index.cjs +4 -2
  63. package/dist/components/dates-divide/index.css +16 -2
  64. package/dist/components/dates-divide/index.d.ts +3 -1
  65. package/dist/components/dates-divide/index.js +4 -2
  66. package/dist/components/dates-divide/index.scss +10 -0
  67. package/dist/components/dates-divide/src/index.cjs +1 -4
  68. package/dist/components/dates-divide/src/index.js +1 -4
  69. package/dist/components/dates-divide/src/index2.cjs +1 -1
  70. package/dist/components/dates-divide/src/index2.js +1 -1
  71. package/dist/components/dates-picker/index.d.ts +3 -1
  72. package/dist/components/department-select/index.d.ts +3 -1
  73. package/dist/components/dialog/index.d.ts +3 -1
  74. package/dist/components/dialog/src/index2.cjs +16 -26
  75. package/dist/components/dialog/src/index2.js +14 -24
  76. package/dist/components/dialogs/index.d.ts +3 -1
  77. package/dist/components/dialogs/src/data.cjs +2 -4
  78. package/dist/components/dialogs/src/data.d.ts +0 -2
  79. package/dist/components/dialogs/src/data.js +2 -4
  80. package/dist/components/dialogs/src/index2.cjs +24 -12
  81. package/dist/components/dialogs/src/index2.js +17 -5
  82. package/dist/components/divider/index.d.ts +3 -1
  83. package/dist/components/divider/src/index2.cjs +16 -26
  84. package/dist/components/divider/src/index2.js +14 -24
  85. package/dist/components/drawer/index.d.ts +3 -1
  86. package/dist/components/drawer/src/index2.cjs +16 -26
  87. package/dist/components/drawer/src/index2.js +14 -24
  88. package/dist/components/dropdown/index.d.ts +3 -1
  89. package/dist/components/dropdown/src/index2.cjs +16 -26
  90. package/dist/components/dropdown/src/index2.js +14 -24
  91. package/dist/components/dropdown-item/index.d.ts +3 -1
  92. package/dist/components/dropdown-item/src/index2.cjs +16 -26
  93. package/dist/components/dropdown-item/src/index2.js +14 -24
  94. package/dist/components/dropdown-menu/index.d.ts +3 -1
  95. package/dist/components/dropdown-menu/src/index2.cjs +16 -26
  96. package/dist/components/dropdown-menu/src/index2.js +14 -24
  97. package/dist/components/edit/index.d.ts +3 -1
  98. package/dist/components/edit-float/index.cjs +4 -2
  99. package/dist/components/edit-float/index.css +20 -17
  100. package/dist/components/edit-float/index.d.ts +3 -1
  101. package/dist/components/edit-float/index.js +4 -2
  102. package/dist/components/edit-float/index.scss +24 -0
  103. package/dist/components/edit-float/src/index.cjs +1 -4
  104. package/dist/components/edit-float/src/index.js +1 -4
  105. package/dist/components/edit-float/src/index2.cjs +6 -8
  106. package/dist/components/edit-float/src/index2.js +6 -8
  107. package/dist/components/form/index.d.ts +3 -1
  108. package/dist/components/form/src/index2.cjs +16 -26
  109. package/dist/components/form/src/index2.js +14 -24
  110. package/dist/components/form-item/index.d.ts +3 -1
  111. package/dist/components/form-item/src/index2.cjs +16 -26
  112. package/dist/components/form-item/src/index2.js +14 -24
  113. package/dist/components/forms/index.css +3 -0
  114. package/dist/components/forms/index.d.ts +3 -1
  115. package/dist/components/forms/index.scss +3 -0
  116. package/dist/components/forms/src/index2.cjs +16 -14
  117. package/dist/components/forms/src/index2.js +3 -1
  118. package/dist/components/forms/src/setup.cjs +11 -5
  119. package/dist/components/forms/src/setup.d.ts +1 -1
  120. package/dist/components/forms/src/setup.js +11 -5
  121. package/dist/components/forms/src/util.cjs +5 -4
  122. package/dist/components/forms/src/util.d.ts +1 -1
  123. package/dist/components/forms/src/util.js +5 -4
  124. package/dist/components/forms-div/index.d.ts +3 -1
  125. package/dist/components/forms-drag/index.d.ts +3 -1
  126. package/dist/components/forms-drag/src/index2.cjs +96 -45
  127. package/dist/components/forms-drag/src/index2.js +91 -40
  128. package/dist/components/forms-item/index.d.ts +3 -1
  129. package/dist/components/forms-items/index.d.ts +3 -1
  130. package/dist/components/global-config/index.d.ts +22 -3
  131. package/dist/components/global-config/src/data.cjs +22 -3
  132. package/dist/components/global-config/src/data.d.ts +18 -3
  133. package/dist/components/global-config/src/data.js +22 -3
  134. package/dist/components/global-config/src/index.cjs +28 -3
  135. package/dist/components/global-config/src/index.d.ts +22 -3
  136. package/dist/components/global-config/src/index.js +29 -4
  137. package/dist/components/history/index.cjs +4 -2
  138. package/dist/components/history/index.css +17 -7
  139. package/dist/components/history/index.d.ts +3 -1
  140. package/dist/components/history/index.js +4 -2
  141. package/dist/components/history/index.scss +13 -0
  142. package/dist/components/history/src/index.cjs +1 -4
  143. package/dist/components/history/src/index.js +1 -4
  144. package/dist/components/history/src/index2.cjs +2 -2
  145. package/dist/components/history/src/index2.js +2 -2
  146. package/dist/components/icon/index.d.ts +3 -1
  147. package/dist/components/icon-picker/index.cjs +1 -0
  148. package/dist/components/icon-picker/index.css +77 -0
  149. package/dist/components/icon-picker/index.d.ts +3 -1
  150. package/dist/components/icon-picker/index.js +1 -0
  151. package/dist/components/icon-picker/index.scss +66 -0
  152. package/dist/components/icon-picker/src/data.d.ts +1 -1
  153. package/dist/components/icon-picker/src/index2.cjs +24 -36
  154. package/dist/components/icon-picker/src/index2.js +25 -37
  155. package/dist/components/iframe/index.css +4 -0
  156. package/dist/components/iframe/index.d.ts +3 -1
  157. package/dist/components/iframe/index.scss +4 -0
  158. package/dist/components/iframe/src/index2.cjs +19 -7
  159. package/dist/components/iframe/src/index2.js +20 -8
  160. package/dist/components/iframe/style/index2.scss +3 -0
  161. package/dist/components/image/index.d.ts +3 -1
  162. package/dist/components/image/src/index2.cjs +16 -26
  163. package/dist/components/image/src/index2.js +14 -24
  164. package/dist/components/images/index.cjs +1 -0
  165. package/dist/components/images/index.d.ts +3 -1
  166. package/dist/components/images/index.js +1 -0
  167. package/dist/components/images/index.scss +5 -0
  168. package/dist/components/index.scss +9 -0
  169. package/dist/components/index2.scss +10 -1
  170. package/dist/components/input/index.d.ts +3 -1
  171. package/dist/components/input/src/index2.cjs +16 -26
  172. package/dist/components/input/src/index2.js +14 -24
  173. package/dist/components/input-array/index.d.ts +3 -1
  174. package/dist/components/input-history/index.cjs +4 -2
  175. package/dist/components/input-history/index.css +25 -25
  176. package/dist/components/input-history/index.d.ts +3 -1
  177. package/dist/components/input-history/index.js +4 -2
  178. package/dist/components/input-history/index.scss +57 -0
  179. package/dist/components/input-history/src/index.cjs +1 -4
  180. package/dist/components/input-history/src/index.js +1 -4
  181. package/dist/components/input-history/src/index2.cjs +6 -15
  182. package/dist/components/input-history/src/index2.js +6 -15
  183. package/dist/components/input-num/index.d.ts +3 -1
  184. package/dist/components/input-number/index.d.ts +3 -1
  185. package/dist/components/input-number/src/index2.cjs +16 -26
  186. package/dist/components/input-number/src/index2.js +14 -24
  187. package/dist/components/input-select/index.d.ts +3 -1
  188. package/dist/components/input-tag/index.d.ts +3 -1
  189. package/dist/components/input-tag/src/index2.cjs +16 -26
  190. package/dist/components/input-tag/src/index2.js +14 -24
  191. package/dist/components/inputs/index.d.ts +3 -1
  192. package/dist/components/inputs/src/index2.cjs +11 -9
  193. package/dist/components/inputs/src/index2.js +3 -1
  194. package/dist/components/keep-com/index.d.ts +3 -1
  195. package/dist/components/keep-com/src/data.d.ts +3 -0
  196. package/dist/components/labels/index.cjs +4 -2
  197. package/dist/components/labels/index.css +23 -1
  198. package/dist/components/labels/index.d.ts +3 -1
  199. package/dist/components/labels/index.js +4 -2
  200. package/dist/components/labels/index.scss +12 -0
  201. package/dist/components/labels/src/index.cjs +1 -4
  202. package/dist/components/labels/src/index.js +1 -4
  203. package/dist/components/list/index.d.ts +3 -1
  204. package/dist/components/lists/index.css +8 -3
  205. package/dist/components/lists/index.d.ts +3 -1
  206. package/dist/components/lists/index.scss +5 -0
  207. package/dist/components/lists/src/index2.cjs +2 -2
  208. package/dist/components/lists/src/index2.js +2 -2
  209. package/dist/components/listsp/index.css +12 -3
  210. package/dist/components/listsp/index.d.ts +3 -1
  211. package/dist/components/listsp/src/index2.cjs +11 -9
  212. package/dist/components/listsp/src/index2.js +3 -1
  213. package/dist/components/loading/src/index.d.ts +3 -25
  214. package/dist/components/mention/index.d.ts +3 -1
  215. package/dist/components/mention/src/index2.cjs +16 -26
  216. package/dist/components/mention/src/index2.js +14 -24
  217. package/dist/components/menus/index.d.ts +3 -1
  218. package/dist/components/menus/src/data.cjs +66 -0
  219. package/dist/components/menus/src/data.d.ts +82 -0
  220. package/dist/components/menus/src/data.js +66 -0
  221. package/dist/components/menus/src/index2.cjs +37 -84
  222. package/dist/components/menus/src/index2.js +35 -82
  223. package/dist/components/option/index.d.ts +3 -1
  224. package/dist/components/option-group/index.d.ts +3 -1
  225. package/dist/components/option-group/src/index2.cjs +16 -26
  226. package/dist/components/option-group/src/index2.js +14 -24
  227. package/dist/components/page/index.css +12 -5
  228. package/dist/components/page/index.d.ts +3 -1
  229. package/dist/components/page/src/data.cjs +50 -0
  230. package/dist/components/page/src/data.d.ts +111 -0
  231. package/dist/components/page/src/data.js +50 -0
  232. package/dist/components/page/src/index2.cjs +59 -92
  233. package/dist/components/page/src/index2.js +20 -53
  234. package/dist/components/page/src/set-column2.cjs +7 -9
  235. package/dist/components/page/src/set-column2.js +7 -9
  236. package/dist/components/pagination/index.d.ts +3 -1
  237. package/dist/components/pagination/src/index2.cjs +16 -26
  238. package/dist/components/pagination/src/index2.js +14 -24
  239. package/dist/components/paging/index.css +4 -0
  240. package/dist/components/paging/index.d.ts +3 -1
  241. package/dist/components/paging/index.scss +4 -0
  242. package/dist/components/paging/src/index2.cjs +18 -10
  243. package/dist/components/paging/src/index2.js +12 -4
  244. package/dist/components/popconfirm/index.d.ts +3 -1
  245. package/dist/components/popconfirm/src/index2.cjs +16 -26
  246. package/dist/components/popconfirm/src/index2.js +14 -24
  247. package/dist/components/popover/index.d.ts +3 -1
  248. package/dist/components/popover/src/index2.cjs +16 -26
  249. package/dist/components/popover/src/index2.js +14 -24
  250. package/dist/components/popup/index.d.ts +3 -1
  251. package/dist/components/radio/index.d.ts +3 -1
  252. package/dist/components/radio/src/index2.cjs +16 -26
  253. package/dist/components/radio/src/index2.js +14 -24
  254. package/dist/components/radio-group/index.d.ts +3 -1
  255. package/dist/components/radio-group/src/index2.cjs +16 -26
  256. package/dist/components/radio-group/src/index2.js +14 -24
  257. package/dist/components/retract/index.css +3 -1
  258. package/dist/components/retract/index.d.ts +3 -1
  259. package/dist/components/right-key/index.css +4 -4
  260. package/dist/components/right-key/index.d.ts +3 -1
  261. package/dist/components/role-select/index.d.ts +3 -1
  262. package/dist/components/role-select/src/index2.cjs +4 -5
  263. package/dist/components/role-select/src/index2.js +4 -5
  264. package/dist/components/seamless-scroll/index.d.ts +3 -1
  265. package/dist/components/select/index.d.ts +3 -1
  266. package/dist/components/select/src/index2.cjs +16 -26
  267. package/dist/components/select/src/index2.js +14 -24
  268. package/dist/components/select-dialog/index.d.ts +3 -1
  269. package/dist/components/select-dialog/src/index2.cjs +4 -4
  270. package/dist/components/select-dialog/src/index2.js +4 -4
  271. package/dist/components/select-popover/index.d.ts +3 -1
  272. package/dist/components/select-popover/src/index2.cjs +2 -2
  273. package/dist/components/select-popover/src/index2.js +2 -2
  274. package/dist/components/select-scroll/index.cjs +4 -2
  275. package/dist/components/select-scroll/index.css +25 -12
  276. package/dist/components/select-scroll/index.d.ts +3 -1
  277. package/dist/components/select-scroll/index.js +4 -2
  278. package/dist/components/select-scroll/index.scss +55 -0
  279. package/dist/components/select-scroll/src/index.cjs +1 -4
  280. package/dist/components/select-scroll/src/index.js +1 -4
  281. package/dist/components/select-scroll/src/index2.cjs +2 -2
  282. package/dist/components/select-scroll/src/index2.js +2 -2
  283. package/dist/components/selector/index.cjs +4 -2
  284. package/dist/components/selector/index.css +117 -25
  285. package/dist/components/selector/index.d.ts +3 -1
  286. package/dist/components/selector/index.js +4 -2
  287. package/dist/components/selector/index.scss +40 -0
  288. package/dist/components/selector/src/index.cjs +1 -4
  289. package/dist/components/selector/src/index.js +1 -4
  290. package/dist/components/selector/src/index2.cjs +21 -19
  291. package/dist/components/selector/src/index2.js +17 -15
  292. package/dist/components/selects/index.d.ts +3 -1
  293. package/dist/components/slider/index.d.ts +3 -1
  294. package/dist/components/slider/src/index2.cjs +16 -26
  295. package/dist/components/slider/src/index2.js +14 -24
  296. package/dist/components/stick-div/index.d.ts +3 -1
  297. package/dist/components/stick-edge/index.d.ts +3 -1
  298. package/dist/components/stick-window/index.d.ts +3 -1
  299. package/dist/components/stick-window/src/index2.cjs +2 -2
  300. package/dist/components/stick-window/src/index2.js +2 -2
  301. package/dist/components/switch/index.d.ts +3 -1
  302. package/dist/components/switch/src/index2.cjs +16 -26
  303. package/dist/components/switch/src/index2.js +14 -24
  304. package/dist/components/switchs/index.d.ts +3 -1
  305. package/dist/components/tab-pane/index.d.ts +3 -1
  306. package/dist/components/tab-pane/src/index2.cjs +16 -26
  307. package/dist/components/tab-pane/src/index2.js +14 -24
  308. package/dist/components/tables/common/pagin.cjs +3 -3
  309. package/dist/components/tables/common/pagin.d.ts +1 -1
  310. package/dist/components/tables/common/pagin.js +3 -3
  311. package/dist/components/tables/index.css +5 -5
  312. package/dist/components/tables/index.d.ts +3 -1
  313. package/dist/components/tables/index.scss +1 -1
  314. package/dist/components/tables/src/index2.cjs +2 -2
  315. package/dist/components/tables/src/index2.js +2 -2
  316. package/dist/components/tablesp/index.css +9 -5
  317. package/dist/components/tablesp/index.d.ts +3 -1
  318. package/dist/components/tablesp/src/index2.cjs +11 -9
  319. package/dist/components/tablesp/src/index2.js +3 -1
  320. package/dist/components/tabless/index.d.ts +3 -1
  321. package/dist/components/tabless/src/index2.cjs +11 -9
  322. package/dist/components/tabless/src/index2.js +3 -1
  323. package/dist/components/tablesv/index.css +9 -5
  324. package/dist/components/tablesv/index.d.ts +3 -1
  325. package/dist/components/tablesv/src/index2.cjs +2 -2
  326. package/dist/components/tablesv/src/index2.js +2 -2
  327. package/dist/components/tablesvp/index.css +13 -5
  328. package/dist/components/tablesvp/index.d.ts +3 -1
  329. package/dist/components/tablesvp/src/index2.cjs +9 -7
  330. package/dist/components/tablesvp/src/index2.js +3 -1
  331. package/dist/components/tabs/index.d.ts +3 -1
  332. package/dist/components/tabs/src/index2.cjs +16 -26
  333. package/dist/components/tabs/src/index2.js +14 -24
  334. package/dist/components/text/index.d.ts +3 -1
  335. package/dist/components/time-picker/index.d.ts +3 -1
  336. package/dist/components/time-picker/src/index2.cjs +16 -26
  337. package/dist/components/time-picker/src/index2.js +14 -24
  338. package/dist/components/time-select/index.d.ts +3 -1
  339. package/dist/components/time-select/src/index2.cjs +16 -26
  340. package/dist/components/time-select/src/index2.js +14 -24
  341. package/dist/components/tooltip/index.d.ts +3 -1
  342. package/dist/components/tooltip/src/index2.cjs +16 -26
  343. package/dist/components/tooltip/src/index2.js +14 -24
  344. package/dist/components/transfer/index.d.ts +3 -1
  345. package/dist/components/transfer/src/index2.cjs +16 -26
  346. package/dist/components/transfer/src/index2.js +14 -24
  347. package/dist/components/tree/index.d.ts +3 -1
  348. package/dist/components/tree/src/index2.cjs +16 -26
  349. package/dist/components/tree/src/index2.js +14 -24
  350. package/dist/components/tree-select/index.d.ts +3 -1
  351. package/dist/components/tree-select/src/index2.cjs +15 -25
  352. package/dist/components/tree-select/src/index2.js +14 -24
  353. package/dist/components/tree-select-box/index.d.ts +3 -1
  354. package/dist/components/upload/index.d.ts +3 -1
  355. package/dist/components/upload/src/index2.cjs +16 -26
  356. package/dist/components/upload/src/index2.js +14 -24
  357. package/dist/components/user-select/index.d.ts +3 -1
  358. package/dist/components/window/index.d.ts +3 -1
  359. package/dist/css/dates-divide.css +16 -2
  360. package/dist/css/edit-float.css +20 -17
  361. package/dist/css/forms.css +3 -0
  362. package/dist/css/history.css +17 -7
  363. package/dist/css/icon-picker.css +77 -0
  364. package/dist/css/iframe.css +4 -0
  365. package/dist/css/index.css +284 -18
  366. package/dist/css/input-history.css +25 -25
  367. package/dist/css/labels.css +23 -1
  368. package/dist/css/lists.css +8 -3
  369. package/dist/css/listsp.css +12 -3
  370. package/dist/css/page.css +12 -5
  371. package/dist/css/paging.css +4 -0
  372. package/dist/css/retract.css +3 -1
  373. package/dist/css/right-key.css +4 -4
  374. package/dist/css/select-scroll.css +25 -12
  375. package/dist/css/selector.css +117 -25
  376. package/dist/css/tables.css +5 -5
  377. package/dist/css/tablesp.css +9 -5
  378. package/dist/css/tablesv.css +9 -5
  379. package/dist/css/tablesvp.css +13 -5
  380. package/dist/expand/{chunk-VCOMWNQB.js → chunk-ID2WVA6N.js} +9 -0
  381. package/dist/expand/{chunk-S7R2FI5L.cjs → chunk-NEHCZ3EJ.cjs} +9 -0
  382. package/dist/expand/components.cjs +5 -5
  383. package/dist/expand/components.js +1 -1
  384. package/dist/expand/config.cjs +2 -2
  385. package/dist/expand/config.js +1 -1
  386. package/dist/hooks/index.cjs +2 -0
  387. package/dist/hooks/index.js +3 -1
  388. package/dist/hooks/inherit/index.d.ts +1 -1
  389. package/dist/hooks/locale/index.cjs +64 -3
  390. package/dist/hooks/locale/index.d.ts +64 -3
  391. package/dist/hooks/locale/index.js +64 -3
  392. package/dist/icons/iconifyCss.d.ts +3 -0
  393. package/dist/icons/index.css +37 -37
  394. package/dist/icons/index.json +10 -10
  395. package/dist/icons/vue/bar.cjs +2 -2
  396. package/dist/icons/vue/bar.js +2 -2
  397. package/dist/icons/vue/below.cjs +2 -2
  398. package/dist/icons/vue/below.js +2 -2
  399. package/dist/icons/vue/bicycle.cjs +2 -2
  400. package/dist/icons/vue/bicycle.js +2 -2
  401. package/dist/icons/vue/bottom-left.cjs +2 -2
  402. package/dist/icons/vue/bottom-left.js +2 -2
  403. package/dist/icons/vue/bottom-right.cjs +2 -2
  404. package/dist/icons/vue/bottom-right.js +2 -2
  405. package/dist/icons/vue/bottom.cjs +2 -2
  406. package/dist/icons/vue/bottom.js +2 -2
  407. package/dist/icons/vue/clear.cjs +2 -2
  408. package/dist/icons/vue/clear.js +2 -2
  409. package/dist/icons/vue/close.cjs +2 -2
  410. package/dist/icons/vue/close.js +2 -2
  411. package/dist/icons/vue/edit.cjs +2 -2
  412. package/dist/icons/vue/edit.js +2 -2
  413. package/dist/icons/vue/frame.cjs +2 -2
  414. package/dist/icons/vue/frame.js +2 -2
  415. package/dist/icons/vue/left.cjs +2 -2
  416. package/dist/icons/vue/left.js +2 -2
  417. package/dist/icons/vue/right.cjs +2 -2
  418. package/dist/icons/vue/right.js +2 -2
  419. package/dist/icons/vue/star.cjs +2 -2
  420. package/dist/icons/vue/star.js +2 -2
  421. package/dist/index.css +284 -18
  422. package/dist/locale/en.cjs +49 -0
  423. package/dist/locale/en.d.ts +26 -2
  424. package/dist/locale/en.js +49 -0
  425. package/dist/locale/zh-cn.cjs +23 -1
  426. package/dist/locale/zh-cn.d.ts +22 -0
  427. package/dist/locale/zh-cn.js +23 -1
  428. package/dist/type.d.ts +7 -0
  429. package/dist/types/locale.d.ts +1 -1
  430. package/package.json +15 -14
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const index = require("../global-config/index.cjs");
4
4
  const zhCn = require("../../locale/zh-cn.cjs");
5
+ const en = require("../../locale/en.cjs");
5
6
  const vue = require("vue");
6
7
  function getValue(key, locale) {
7
8
  const arr = key.split(".");
@@ -16,7 +17,52 @@ function getValue(key, locale) {
16
17
  return obj;
17
18
  }
18
19
  function buildTranslator(locale) {
19
- return (path) => getValue(path, vue.unref(locale).value);
20
+ return (path, ...values) => {
21
+ let v = getValue(path, vue.unref(locale).value);
22
+ if (values.length > 0) {
23
+ values.forEach((z, i) => {
24
+ v = v.replaceAll("$" + (i + 1), z);
25
+ });
26
+ }
27
+ return v;
28
+ };
29
+ }
30
+ function getPropsDefault(props, arr, getLocale) {
31
+ const keys = [];
32
+ const keyObj = {};
33
+ arr.forEach((v) => {
34
+ keys.push(v.name);
35
+ keyObj[v.name] = v;
36
+ });
37
+ return new Proxy(props, {
38
+ get(_target, k) {
39
+ if (typeof k === "string" && keys.includes(k)) {
40
+ const v = _target[k];
41
+ if (v === void 0) {
42
+ const o = keyObj[k];
43
+ const l = getLocale(o.locale);
44
+ if (o.filter) {
45
+ return o.filter(l);
46
+ }
47
+ return l;
48
+ }
49
+ return v;
50
+ }
51
+ return _target[k];
52
+ }
53
+ });
54
+ }
55
+ function buildPropsDefault(getLocale) {
56
+ return (props, arr) => getPropsDefault(props, arr, getLocale);
57
+ }
58
+ function buildLocaleAdd(locale, lang) {
59
+ return (...arr) => {
60
+ if (lang.value == "zh-cn") {
61
+ return arr.map((o) => getValue(o, vue.unref(locale).value)).join("");
62
+ } else {
63
+ return arr.map((o) => getValue(o, vue.unref(locale).value)).join(" ");
64
+ }
65
+ };
20
66
  }
21
67
  function buildLocaleContext(locale) {
22
68
  const lang = vue.computed(() => vue.unref(locale).name);
@@ -24,13 +70,28 @@ function buildLocaleContext(locale) {
24
70
  return {
25
71
  lang,
26
72
  locale: localeRef,
27
- getLocale: buildTranslator(locale)
73
+ getPropsDefault: buildPropsDefault(buildTranslator(locale)),
74
+ getLocale: buildTranslator(locale),
75
+ getLocaleAdd: buildLocaleAdd(locale, lang)
28
76
  };
29
77
  }
30
78
  function useLocale() {
31
79
  const locale = index.useGlobalConfig("locale");
32
- return buildLocaleContext(vue.computed(() => locale.value || zhCn.default));
80
+ return buildLocaleContext(
81
+ vue.computed(() => {
82
+ if (typeof locale.value == "string") {
83
+ return {
84
+ en: en.default,
85
+ "zh-cn": zhCn.default
86
+ }[locale.value] || zhCn.default;
87
+ } else {
88
+ return locale.value || zhCn.default;
89
+ }
90
+ })
91
+ );
33
92
  }
93
+ exports.buildLocaleAdd = buildLocaleAdd;
34
94
  exports.buildLocaleContext = buildLocaleContext;
95
+ exports.buildPropsDefault = buildPropsDefault;
35
96
  exports.buildTranslator = buildTranslator;
36
97
  exports.useLocale = useLocale;
@@ -1,5 +1,66 @@
1
- import { Locale, LocaleContext, Translator } from '../../types/locale';
1
+ import { Locale, Translator } from '../../types/locale';
2
2
  import { MaybeRef } from '../../types/hooks';
3
+ import { ComputedRef, Ref } from 'vue';
3
4
  export declare function buildTranslator(locale: MaybeRef<Locale>): Translator;
4
- export declare function buildLocaleContext(locale: MaybeRef<Locale>): LocaleContext;
5
- export declare function useLocale(): LocaleContext;
5
+ type PropsDefault = {
6
+ name: string;
7
+ locale: string;
8
+ filter?: (locale: string) => string;
9
+ };
10
+ export declare function buildPropsDefault(getLocale: Translator): (props: any, arr: Array<PropsDefault>) => any;
11
+ export declare function buildLocaleAdd(locale: MaybeRef<Locale>, lang: ComputedRef<string>): (...arr: string[]) => string;
12
+ export declare function buildLocaleContext(locale: MaybeRef<Locale>): {
13
+ lang: ComputedRef<string>;
14
+ locale: Ref<{
15
+ name: string;
16
+ value: {
17
+ [key: string]: any;
18
+ };
19
+ } | {
20
+ readonly name: string;
21
+ readonly value: {
22
+ [key: string]: any;
23
+ };
24
+ }, Locale | {
25
+ name: string;
26
+ value: {
27
+ [key: string]: any;
28
+ };
29
+ } | Readonly<Locale> | {
30
+ readonly name: string;
31
+ readonly value: {
32
+ [key: string]: any;
33
+ };
34
+ }>;
35
+ getPropsDefault: (props: any, arr: Array<PropsDefault>) => any;
36
+ getLocale: Translator;
37
+ getLocaleAdd: (...arr: string[]) => string;
38
+ };
39
+ export declare function useLocale(): {
40
+ lang: ComputedRef<string>;
41
+ locale: Ref<{
42
+ name: string;
43
+ value: {
44
+ [key: string]: any;
45
+ };
46
+ } | {
47
+ readonly name: string;
48
+ readonly value: {
49
+ [key: string]: any;
50
+ };
51
+ }, Locale | {
52
+ name: string;
53
+ value: {
54
+ [key: string]: any;
55
+ };
56
+ } | Readonly<Locale> | {
57
+ readonly name: string;
58
+ readonly value: {
59
+ [key: string]: any;
60
+ };
61
+ }>;
62
+ getPropsDefault: (props: any, arr: Array<PropsDefault>) => any;
63
+ getLocale: Translator;
64
+ getLocaleAdd: (...arr: string[]) => string;
65
+ };
66
+ export {};
@@ -1,5 +1,6 @@
1
1
  import { useGlobalConfig } from "../global-config/index.js";
2
2
  import ZhCn from "../../locale/zh-cn.js";
3
+ import En from "../../locale/en.js";
3
4
  import { unref, computed, isRef, ref } from "vue";
4
5
  function getValue(key, locale) {
5
6
  const arr = key.split(".");
@@ -14,7 +15,52 @@ function getValue(key, locale) {
14
15
  return obj;
15
16
  }
16
17
  function buildTranslator(locale) {
17
- return (path) => getValue(path, unref(locale).value);
18
+ return (path, ...values) => {
19
+ let v = getValue(path, unref(locale).value);
20
+ if (values.length > 0) {
21
+ values.forEach((z, i) => {
22
+ v = v.replaceAll("$" + (i + 1), z);
23
+ });
24
+ }
25
+ return v;
26
+ };
27
+ }
28
+ function getPropsDefault(props, arr, getLocale) {
29
+ const keys = [];
30
+ const keyObj = {};
31
+ arr.forEach((v) => {
32
+ keys.push(v.name);
33
+ keyObj[v.name] = v;
34
+ });
35
+ return new Proxy(props, {
36
+ get(_target, k) {
37
+ if (typeof k === "string" && keys.includes(k)) {
38
+ const v = _target[k];
39
+ if (v === void 0) {
40
+ const o = keyObj[k];
41
+ const l = getLocale(o.locale);
42
+ if (o.filter) {
43
+ return o.filter(l);
44
+ }
45
+ return l;
46
+ }
47
+ return v;
48
+ }
49
+ return _target[k];
50
+ }
51
+ });
52
+ }
53
+ function buildPropsDefault(getLocale) {
54
+ return (props, arr) => getPropsDefault(props, arr, getLocale);
55
+ }
56
+ function buildLocaleAdd(locale, lang) {
57
+ return (...arr) => {
58
+ if (lang.value == "zh-cn") {
59
+ return arr.map((o) => getValue(o, unref(locale).value)).join("");
60
+ } else {
61
+ return arr.map((o) => getValue(o, unref(locale).value)).join(" ");
62
+ }
63
+ };
18
64
  }
19
65
  function buildLocaleContext(locale) {
20
66
  const lang = computed(() => unref(locale).name);
@@ -22,15 +68,30 @@ function buildLocaleContext(locale) {
22
68
  return {
23
69
  lang,
24
70
  locale: localeRef,
25
- getLocale: buildTranslator(locale)
71
+ getPropsDefault: buildPropsDefault(buildTranslator(locale)),
72
+ getLocale: buildTranslator(locale),
73
+ getLocaleAdd: buildLocaleAdd(locale, lang)
26
74
  };
27
75
  }
28
76
  function useLocale() {
29
77
  const locale = useGlobalConfig("locale");
30
- return buildLocaleContext(computed(() => locale.value || ZhCn));
78
+ return buildLocaleContext(
79
+ computed(() => {
80
+ if (typeof locale.value == "string") {
81
+ return {
82
+ en: En,
83
+ "zh-cn": ZhCn
84
+ }[locale.value] || ZhCn;
85
+ } else {
86
+ return locale.value || ZhCn;
87
+ }
88
+ })
89
+ );
31
90
  }
32
91
  export {
92
+ buildLocaleAdd,
33
93
  buildLocaleContext,
94
+ buildPropsDefault,
34
95
  buildTranslator,
35
96
  useLocale
36
97
  };
@@ -0,0 +1,3 @@
1
+ export declare const iconifyCss: (ifys: {
2
+ [key: string]: any;
3
+ }) => string[];
@@ -1,34 +1,34 @@
1
1
  :root {
2
- --icon-svg-bar: url("data:image/svg+xml;utf8,%3Csvg id='icon-bar' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath fill='currentColor' d='M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z' %3E%3C/path%3E %3C/svg%3E");
3
- --icon-svg-bicycle: url("data:image/svg+xml;utf8,%3Csvg id='icon-bicycle' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath fill='currentColor' d='M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32z'/%3E%3Cpath fill='currentColor' d='M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath 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 192H480zM96 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 384H96z'/%3E%3Cpath fill='currentColor' d='m373.376 599.808-42.752-47.616 320-288 42.752 47.616z'/%3E%3C/svg%3E");
4
- --icon-svg-bottom: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath 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'/%3E%3C/svg%3E");
5
- --icon-svg-bottom-left: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-left' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0v416z'/%3E%3Cpath 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'/%3E%3C/svg%3E");
6
2
  --icon-svg-below: url("data:image/svg+xml;utf8,%3Csvg id='icon-below' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath 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' %3E%3C/path%3E %3C/svg%3E");
7
- --icon-svg-bottom-right: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-right' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416H352z'/%3E%3Cpath fill='currentColor' d='M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312l544 544z'/%3E%3C/svg%3E");
8
- --icon-svg-clear: url("data:image/svg+xml;utf8,%3Csvg id='icon-clear' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath 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.248L466.752 512z' %3E%3C/path%3E %3Cpath fill='currentColor' d='M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z' %3E%3C/path%3E %3C/svg%3E");
3
+ --icon-svg-bottom-left: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-left' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0v416z'/%3E%3Cpath 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'/%3E%3C/svg%3E");
4
+ --icon-svg-bottom: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath 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'/%3E%3C/svg%3E");
5
+ --icon-svg-bicycle: url("data:image/svg+xml;utf8,%3Csvg id='icon-bicycle' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath fill='currentColor' d='M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32z'/%3E%3Cpath fill='currentColor' d='M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath 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 192H480zM96 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 384H96z'/%3E%3Cpath fill='currentColor' d='m373.376 599.808-42.752-47.616 320-288 42.752 47.616z'/%3E%3C/svg%3E");
6
+ --icon-svg-bar: url("data:image/svg+xml;utf8,%3Csvg id='icon-bar' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath fill='currentColor' d='M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z' %3E%3C/path%3E %3C/svg%3E");
9
7
  --icon-svg-close: url("data:image/svg+xml;utf8,%3Csvg id='icon-close' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath 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' %3E%3C/path%3E %3C/svg%3E");
10
- --icon-svg-left: url("data:image/svg+xml;utf8,%3Csvg id='icon-left' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath 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' %3E%3C/path%3E %3C/svg%3E");
8
+ --icon-svg-bottom-right: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-right' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416H352z'/%3E%3Cpath fill='currentColor' d='M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312l544 544z'/%3E%3C/svg%3E");
11
9
  --icon-svg-frame: url("data:image/svg+xml;utf8,%3Csvg id='icon-frame' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64v.064zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64l-192 .192zM864 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-64v-.064z' %3E%3C/path%3E %3C/svg%3E");
12
10
  --icon-svg-edit: url("data:image/svg+xml;utf8,%3Csvg id='icon-edit' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath 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 64H192v640h640V512z' %3E%3C/path%3E %3Cpath 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' %3E%3C/path%3E %3C/svg%3E");
11
+ --icon-svg-clear: url("data:image/svg+xml;utf8,%3Csvg id='icon-clear' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath 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.248L466.752 512z' %3E%3C/path%3E %3Cpath fill='currentColor' d='M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z' %3E%3C/path%3E %3C/svg%3E");
12
+ --icon-svg-left: url("data:image/svg+xml;utf8,%3Csvg id='icon-left' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath 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' %3E%3C/path%3E %3C/svg%3E");
13
13
  --icon-svg-right: url("data:image/svg+xml;utf8,%3Csvg id='icon-right' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath 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' %3E%3C/path%3E %3C/svg%3E");
14
14
  --icon-svg-star: url("data:image/svg+xml;utf8,%3Csvg id='icon-star' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath 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.72L512 747.84zM313.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' %3E%3C/path%3E %3C/svg%3E");
15
15
  }
16
- .icon-bar {
16
+ .icon-below {
17
17
  height: 1em;
18
18
  width: 1em;
19
19
  background-color: currentColor;
20
- -webkit-mask: var(--icon-svg-bar) no-repeat;
21
- mask: var(--icon-svg-bar) no-repeat;
20
+ -webkit-mask: var(--icon-svg-below) no-repeat;
21
+ mask: var(--icon-svg-below) no-repeat;
22
22
  -webkit-mask-size: 100% 100%;
23
23
  mask-size: 100% 100%;
24
24
  color: inherit;
25
25
  }
26
- .icon-bicycle {
26
+ .icon-bottom-left {
27
27
  height: 1em;
28
28
  width: 1em;
29
29
  background-color: currentColor;
30
- -webkit-mask: var(--icon-svg-bicycle) no-repeat;
31
- mask: var(--icon-svg-bicycle) no-repeat;
30
+ -webkit-mask: var(--icon-svg-bottom-left) no-repeat;
31
+ mask: var(--icon-svg-bottom-left) no-repeat;
32
32
  -webkit-mask-size: 100% 100%;
33
33
  mask-size: 100% 100%;
34
34
  color: inherit;
@@ -43,82 +43,82 @@
43
43
  mask-size: 100% 100%;
44
44
  color: inherit;
45
45
  }
46
- .icon-bottom-left {
46
+ .icon-bicycle {
47
47
  height: 1em;
48
48
  width: 1em;
49
49
  background-color: currentColor;
50
- -webkit-mask: var(--icon-svg-bottom-left) no-repeat;
51
- mask: var(--icon-svg-bottom-left) no-repeat;
50
+ -webkit-mask: var(--icon-svg-bicycle) no-repeat;
51
+ mask: var(--icon-svg-bicycle) no-repeat;
52
52
  -webkit-mask-size: 100% 100%;
53
53
  mask-size: 100% 100%;
54
54
  color: inherit;
55
55
  }
56
- .icon-below {
56
+ .icon-bar {
57
57
  height: 1em;
58
58
  width: 1em;
59
59
  background-color: currentColor;
60
- -webkit-mask: var(--icon-svg-below) no-repeat;
61
- mask: var(--icon-svg-below) no-repeat;
60
+ -webkit-mask: var(--icon-svg-bar) no-repeat;
61
+ mask: var(--icon-svg-bar) no-repeat;
62
62
  -webkit-mask-size: 100% 100%;
63
63
  mask-size: 100% 100%;
64
64
  color: inherit;
65
65
  }
66
- .icon-bottom-right {
66
+ .icon-close {
67
67
  height: 1em;
68
68
  width: 1em;
69
69
  background-color: currentColor;
70
- -webkit-mask: var(--icon-svg-bottom-right) no-repeat;
71
- mask: var(--icon-svg-bottom-right) no-repeat;
70
+ -webkit-mask: var(--icon-svg-close) no-repeat;
71
+ mask: var(--icon-svg-close) no-repeat;
72
72
  -webkit-mask-size: 100% 100%;
73
73
  mask-size: 100% 100%;
74
74
  color: inherit;
75
75
  }
76
- .icon-clear {
76
+ .icon-bottom-right {
77
77
  height: 1em;
78
78
  width: 1em;
79
79
  background-color: currentColor;
80
- -webkit-mask: var(--icon-svg-clear) no-repeat;
81
- mask: var(--icon-svg-clear) no-repeat;
80
+ -webkit-mask: var(--icon-svg-bottom-right) no-repeat;
81
+ mask: var(--icon-svg-bottom-right) no-repeat;
82
82
  -webkit-mask-size: 100% 100%;
83
83
  mask-size: 100% 100%;
84
84
  color: inherit;
85
85
  }
86
- .icon-close {
86
+ .icon-frame {
87
87
  height: 1em;
88
88
  width: 1em;
89
89
  background-color: currentColor;
90
- -webkit-mask: var(--icon-svg-close) no-repeat;
91
- mask: var(--icon-svg-close) no-repeat;
90
+ -webkit-mask: var(--icon-svg-frame) no-repeat;
91
+ mask: var(--icon-svg-frame) no-repeat;
92
92
  -webkit-mask-size: 100% 100%;
93
93
  mask-size: 100% 100%;
94
94
  color: inherit;
95
95
  }
96
- .icon-left {
96
+ .icon-edit {
97
97
  height: 1em;
98
98
  width: 1em;
99
99
  background-color: currentColor;
100
- -webkit-mask: var(--icon-svg-left) no-repeat;
101
- mask: var(--icon-svg-left) no-repeat;
100
+ -webkit-mask: var(--icon-svg-edit) no-repeat;
101
+ mask: var(--icon-svg-edit) no-repeat;
102
102
  -webkit-mask-size: 100% 100%;
103
103
  mask-size: 100% 100%;
104
104
  color: inherit;
105
105
  }
106
- .icon-frame {
106
+ .icon-clear {
107
107
  height: 1em;
108
108
  width: 1em;
109
109
  background-color: currentColor;
110
- -webkit-mask: var(--icon-svg-frame) no-repeat;
111
- mask: var(--icon-svg-frame) no-repeat;
110
+ -webkit-mask: var(--icon-svg-clear) no-repeat;
111
+ mask: var(--icon-svg-clear) no-repeat;
112
112
  -webkit-mask-size: 100% 100%;
113
113
  mask-size: 100% 100%;
114
114
  color: inherit;
115
115
  }
116
- .icon-edit {
116
+ .icon-left {
117
117
  height: 1em;
118
118
  width: 1em;
119
119
  background-color: currentColor;
120
- -webkit-mask: var(--icon-svg-edit) no-repeat;
121
- mask: var(--icon-svg-edit) no-repeat;
120
+ -webkit-mask: var(--icon-svg-left) no-repeat;
121
+ mask: var(--icon-svg-left) no-repeat;
122
122
  -webkit-mask-size: 100% 100%;
123
123
  mask-size: 100% 100%;
124
124
  color: inherit;
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "prefix": "fang-ui",
3
3
  "info": {},
4
- "lastModified": 1756792199153,
4
+ "lastModified": 1758613627478,
5
5
  "icons": {
6
- "bar": {
7
- "body": " <path fill=\"currentColor\" d=\"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z\" ></path> "
6
+ "below": {
7
+ "body": " <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\" ></path> "
8
8
  },
9
9
  "bottom": {
10
10
  "body": "<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\"/>"
11
11
  },
12
- "below": {
13
- "body": " <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\" ></path> "
14
- },
15
- "clear": {
16
- "body": " <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.248L466.752 512z\" ></path> <path fill=\"currentColor\" d=\"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z\" ></path> "
12
+ "bar": {
13
+ "body": " <path fill=\"currentColor\" d=\"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z\" ></path> "
17
14
  },
18
- "left": {
19
- "body": " <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\" ></path> "
15
+ "bottom-right": {
16
+ "body": "<path fill=\"currentColor\" d=\"M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416H352z\"/><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.312l544 544z\"/>"
20
17
  },
21
18
  "edit": {
22
19
  "body": " <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 64H192v640h640V512z\" ></path> <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\" ></path> "
23
20
  },
21
+ "left": {
22
+ "body": " <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\" ></path> "
23
+ },
24
24
  "star": {
25
25
  "body": " <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.72L512 747.84zM313.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\" ></path> "
26
26
  }
@@ -9,12 +9,12 @@ const _hoisted_1 = {
9
9
  xmlns: "http://www.w3.org/2000/svg"
10
10
  };
11
11
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
12
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
12
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
13
13
  vue.createElementVNode("path", {
14
14
  fill: "currentColor",
15
15
  d: "M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z"
16
16
  }, null, -1)
17
- ]));
17
+ ])]);
18
18
  }
19
19
  const Bar = /* @__PURE__ */ _pluginVue_exportHelper.default(bar_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
20
20
  exports.default = Bar;
@@ -7,12 +7,12 @@ const _hoisted_1 = {
7
7
  xmlns: "http://www.w3.org/2000/svg"
8
8
  };
9
9
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
10
+ return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
11
11
  createElementVNode("path", {
12
12
  fill: "currentColor",
13
13
  d: "M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z"
14
14
  }, null, -1)
15
- ]));
15
+ ])]);
16
16
  }
17
17
  const Bar = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
18
18
  export {
@@ -10,12 +10,12 @@ const _hoisted_1 = {
10
10
  "data-v-ea893728": ""
11
11
  };
12
12
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
13
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
13
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
14
14
  vue.createElementVNode("path", {
15
15
  fill: "currentColor",
16
16
  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"
17
17
  }, null, -1)
18
- ]));
18
+ ])]);
19
19
  }
20
20
  const Below = /* @__PURE__ */ _pluginVue_exportHelper.default(below_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
21
21
  exports.default = Below;
@@ -8,12 +8,12 @@ const _hoisted_1 = {
8
8
  "data-v-ea893728": ""
9
9
  };
10
10
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
11
- return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
11
+ return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
12
12
  createElementVNode("path", {
13
13
  fill: "currentColor",
14
14
  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"
15
15
  }, null, -1)
16
- ]));
16
+ ])]);
17
17
  }
18
18
  const Below = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
19
19
  export {
@@ -9,9 +9,9 @@ const _hoisted_1 = {
9
9
  xmlns: "http://www.w3.org/2000/svg"
10
10
  };
11
11
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
12
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
12
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
13
13
  vue.createStaticVNode('<path fill="currentColor" d="M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z"></path><path fill="currentColor" d="M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32z"></path><path fill="currentColor" d="M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z"></path><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 192H480zM96 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 384H96z"></path><path fill="currentColor" d="m373.376 599.808-42.752-47.616 320-288 42.752 47.616z"></path>', 5)
14
- ]));
14
+ ])]);
15
15
  }
16
16
  const bicycle = /* @__PURE__ */ _pluginVue_exportHelper.default(bicycle_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
17
17
  exports.default = bicycle;
@@ -7,9 +7,9 @@ const _hoisted_1 = {
7
7
  xmlns: "http://www.w3.org/2000/svg"
8
8
  };
9
9
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
10
+ return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
11
11
  createStaticVNode('<path fill="currentColor" d="M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z"></path><path fill="currentColor" d="M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32z"></path><path fill="currentColor" d="M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z"></path><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 192H480zM96 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 384H96z"></path><path fill="currentColor" d="m373.376 599.808-42.752-47.616 320-288 42.752 47.616z"></path>', 5)
12
- ]));
12
+ ])]);
13
13
  }
14
14
  const bicycle = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
15
15
  export {
@@ -9,7 +9,7 @@ const _hoisted_1 = {
9
9
  xmlns: "http://www.w3.org/2000/svg"
10
10
  };
11
11
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
12
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
12
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
13
13
  vue.createElementVNode("path", {
14
14
  fill: "currentColor",
15
15
  d: "M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0v416z"
@@ -18,7 +18,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
18
18
  fill: "currentColor",
19
19
  d: "M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312l-544 544z"
20
20
  }, null, -1)
21
- ]));
21
+ ])]);
22
22
  }
23
23
  const bottomLeft = /* @__PURE__ */ _pluginVue_exportHelper.default(bottomLeft_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
24
24
  exports.default = bottomLeft;
@@ -7,7 +7,7 @@ const _hoisted_1 = {
7
7
  xmlns: "http://www.w3.org/2000/svg"
8
8
  };
9
9
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
10
+ return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
11
11
  createElementVNode("path", {
12
12
  fill: "currentColor",
13
13
  d: "M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0v416z"
@@ -16,7 +16,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
16
16
  fill: "currentColor",
17
17
  d: "M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312l-544 544z"
18
18
  }, null, -1)
19
- ]));
19
+ ])]);
20
20
  }
21
21
  const bottomLeft = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
22
22
  export {
@@ -9,7 +9,7 @@ const _hoisted_1 = {
9
9
  xmlns: "http://www.w3.org/2000/svg"
10
10
  };
11
11
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
12
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
12
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
13
13
  vue.createElementVNode("path", {
14
14
  fill: "currentColor",
15
15
  d: "M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416H352z"
@@ -18,7 +18,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
18
18
  fill: "currentColor",
19
19
  d: "M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312l544 544z"
20
20
  }, null, -1)
21
- ]));
21
+ ])]);
22
22
  }
23
23
  const bottomRight = /* @__PURE__ */ _pluginVue_exportHelper.default(bottomRight_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
24
24
  exports.default = bottomRight;
@@ -7,7 +7,7 @@ const _hoisted_1 = {
7
7
  xmlns: "http://www.w3.org/2000/svg"
8
8
  };
9
9
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
10
+ return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
11
11
  createElementVNode("path", {
12
12
  fill: "currentColor",
13
13
  d: "M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416H352z"
@@ -16,7 +16,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
16
16
  fill: "currentColor",
17
17
  d: "M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312l544 544z"
18
18
  }, null, -1)
19
- ]));
19
+ ])]);
20
20
  }
21
21
  const bottomRight = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
22
22
  export {