@fangzhongya/fang-ui 0.0.36 → 0.0.38

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 (379) hide show
  1. package/dist/components/alert/index.d.ts +4 -4
  2. package/dist/components/alert/src/index.d.ts +8 -8
  3. package/dist/components/array/index.d.ts +3 -3
  4. package/dist/components/array/src/index.cjs +10 -16
  5. package/dist/components/array/src/index.d.ts +1 -1
  6. package/dist/components/array/src/index.js +11 -17
  7. package/dist/components/box/index.css +1 -1
  8. package/dist/components/box/index.d.ts +3 -3
  9. package/dist/components/box/src/index.d.ts +1 -1
  10. package/dist/components/box-adjust/index.css +1 -1
  11. package/dist/components/box-adjust/index.d.ts +3 -3
  12. package/dist/components/box-adjust/src/index.d.ts +1 -1
  13. package/dist/components/box-local/index.css +1 -1
  14. package/dist/components/box-local/index.d.ts +3 -3
  15. package/dist/components/box-local/src/index.d.ts +1 -1
  16. package/dist/components/box-title/index.css +1 -1
  17. package/dist/components/box-title/index.scss +1 -1
  18. package/dist/components/box-title/src/index.cjs +10 -14
  19. package/dist/components/box-title/src/index.js +11 -15
  20. package/dist/components/button/index.d.ts +5 -5
  21. package/dist/components/button/src/index.d.ts +10 -10
  22. package/dist/components/cascader/index.d.ts +2 -2
  23. package/dist/components/cascader/src/index.d.ts +4 -4
  24. package/dist/components/cascader-panel/index.d.ts +1 -1
  25. package/dist/components/cascader-panel/src/index.d.ts +2 -2
  26. package/dist/components/cascaders/index.d.ts +4 -4
  27. package/dist/components/cascaders/src/data.d.ts +2 -2
  28. package/dist/components/cascaders/src/index.d.ts +4 -4
  29. package/dist/components/checkbox/index.d.ts +4 -4
  30. package/dist/components/checkbox/src/index.d.ts +8 -8
  31. package/dist/components/checkbox-group/index.d.ts +4 -4
  32. package/dist/components/checkbox-group/src/index.d.ts +8 -8
  33. package/dist/components/checks/index.d.ts +4 -4
  34. package/dist/components/checks/src/data.d.ts +2 -2
  35. package/dist/components/checks/src/index.d.ts +4 -4
  36. package/dist/components/collapse/index.d.ts +4 -4
  37. package/dist/components/collapse/src/index.d.ts +8 -8
  38. package/dist/components/collapse-item/index.d.ts +3 -3
  39. package/dist/components/collapse-item/src/index.d.ts +6 -6
  40. package/dist/components/common/list.d.ts +2 -2
  41. package/dist/components/common/urls.d.ts +1 -1
  42. package/dist/components/dates/index.css +1 -1
  43. package/dist/components/dates/index.d.ts +4 -4
  44. package/dist/components/dates/src/data.d.ts +2 -2
  45. package/dist/components/dates/src/index.d.ts +4 -4
  46. package/dist/components/dialog/index.d.ts +309 -46
  47. package/dist/components/dialog/index.scss +1 -28
  48. package/dist/components/dialog/src/data.cjs +5 -15
  49. package/dist/components/dialog/src/data.d.ts +13 -17
  50. package/dist/components/dialog/src/data.js +5 -15
  51. package/dist/components/dialog/src/index.cjs +28 -68
  52. package/dist/components/dialog/src/index.d.ts +599 -28
  53. package/dist/components/dialog/src/index.js +29 -69
  54. package/dist/components/dialog/style/index2.scss +0 -1
  55. package/dist/components/{cs-config → dialogs}/index.cjs +4 -3
  56. package/dist/components/{dialog → dialogs}/index.css +5 -5
  57. package/dist/components/dialogs/index.d.ts +59 -0
  58. package/dist/components/{cs-i18n → dialogs}/index.js +4 -3
  59. package/dist/components/dialogs/index.scss +32 -0
  60. package/dist/components/dialogs/src/data.cjs +19 -0
  61. package/dist/components/dialogs/src/data.d.ts +18 -0
  62. package/dist/components/dialogs/src/data.js +19 -0
  63. package/dist/components/dialogs/src/index.cjs +84 -0
  64. package/dist/components/{frame/common/box-teleport.d.ts → dialogs/src/index.d.ts} +17 -15
  65. package/dist/components/dialogs/src/index.js +84 -0
  66. package/dist/components/dialogs/style/index2.scss +3 -0
  67. package/dist/components/divider/index.cjs +1 -0
  68. package/dist/components/divider/index.d.ts +21 -70
  69. package/dist/components/divider/index.js +1 -0
  70. package/dist/components/divider/index.scss +5 -0
  71. package/dist/components/divider/src/data.cjs +1 -9
  72. package/dist/components/divider/src/data.d.ts +4 -4
  73. package/dist/components/divider/src/data.js +1 -9
  74. package/dist/components/divider/src/index.cjs +8 -32
  75. package/dist/components/divider/src/index.d.ts +34 -121
  76. package/dist/components/divider/src/index.js +8 -32
  77. package/dist/components/divider/style/index2.scss +2 -0
  78. package/dist/components/drawer/index.d.ts +86 -295
  79. package/dist/components/drawer/index.scss +2 -10
  80. package/dist/components/drawer/src/data.d.ts +1 -1
  81. package/dist/components/drawer/src/index.cjs +14 -13
  82. package/dist/components/drawer/src/index.d.ts +169 -588
  83. package/dist/components/drawer/src/index.js +11 -10
  84. package/dist/components/drawer/style/index2.scss +2 -0
  85. package/dist/components/edit/index.d.ts +1 -1
  86. package/dist/components/edit/src/index.cjs +9 -16
  87. package/dist/components/edit/src/index.d.ts +1 -1
  88. package/dist/components/edit/src/index.js +10 -17
  89. package/dist/components/edit-float/index.css +6 -6
  90. package/dist/components/edit-float/index.d.ts +1 -1
  91. package/dist/components/edit-float/src/index.cjs +1 -1
  92. package/dist/components/edit-float/src/index.d.ts +1 -1
  93. package/dist/components/edit-float/src/index.js +1 -1
  94. package/dist/components/edit-float/src/index2.cjs +9 -16
  95. package/dist/components/edit-float/src/index2.js +10 -17
  96. package/dist/components/form/index.d.ts +2 -2
  97. package/dist/components/form/src/index.d.ts +2 -2
  98. package/dist/components/forms/index.d.ts +24 -24
  99. package/dist/components/forms/src/data.d.ts +1 -1
  100. package/dist/components/forms/src/index.d.ts +11 -11
  101. package/dist/components/forms-drag/index.d.ts +23 -23
  102. package/dist/components/forms-drag/src/index.d.ts +10 -10
  103. package/dist/components/global-config/index.css +0 -44
  104. package/dist/components/history/index.css +4 -4
  105. package/dist/components/history/src/index.cjs +1 -1
  106. package/dist/components/history/src/index.js +1 -1
  107. package/dist/components/history/src/index2.cjs +31 -40
  108. package/dist/components/history/src/index2.js +22 -31
  109. package/dist/components/icon-picker/src/index.cjs +2 -2
  110. package/dist/components/icon-picker/src/index.js +2 -2
  111. package/dist/components/image/index.d.ts +1 -1
  112. package/dist/components/image/src/index.d.ts +2 -2
  113. package/dist/components/index.cjs +214 -226
  114. package/dist/components/index.d.ts +2 -8
  115. package/dist/components/index.js +3 -15
  116. package/dist/components/index.scss +5 -3
  117. package/dist/components/index2.scss +6 -4
  118. package/dist/components/input/index.d.ts +5 -5
  119. package/dist/components/input/src/index.d.ts +10 -10
  120. package/dist/components/input-array/index.d.ts +3 -3
  121. package/dist/components/input-array/src/index.cjs +15 -22
  122. package/dist/components/input-array/src/index.d.ts +1 -1
  123. package/dist/components/input-array/src/index.js +12 -19
  124. package/dist/components/input-history/index.css +13 -13
  125. package/dist/components/input-history/index.d.ts +4 -4
  126. package/dist/components/input-history/src/index.cjs +1 -1
  127. package/dist/components/input-history/src/index.d.ts +3 -3
  128. package/dist/components/input-history/src/index.js +1 -1
  129. package/dist/components/input-history/src/index2.cjs +13 -22
  130. package/dist/components/input-history/src/index2.js +9 -18
  131. package/dist/components/input-number/index.d.ts +2 -2
  132. package/dist/components/input-number/src/index.d.ts +4 -4
  133. package/dist/components/input-select/index.cjs +3 -2
  134. package/dist/components/input-select/index.css +25 -11
  135. package/dist/components/input-select/index.d.ts +80 -221
  136. package/dist/components/input-select/index.js +3 -2
  137. package/dist/components/input-select/index.scss +4 -4
  138. package/dist/components/input-select/src/data.d.ts +2 -2
  139. package/dist/components/input-select/src/index.cjs +204 -5
  140. package/dist/components/input-select/src/index.d.ts +150 -433
  141. package/dist/components/input-select/src/index.js +204 -5
  142. package/dist/components/input-select/src/index2.cjs +2 -219
  143. package/dist/components/input-select/src/index2.js +1 -218
  144. package/dist/components/labels/index.d.ts +4 -4
  145. package/dist/components/labels/src/data.d.ts +2 -2
  146. package/dist/components/labels/src/index.d.ts +4 -4
  147. package/dist/components/lists/index.d.ts +2 -2
  148. package/dist/components/lists/src/index.d.ts +2 -2
  149. package/dist/components/page/index.css +0 -21
  150. package/dist/components/page/index.d.ts +44 -44
  151. package/dist/components/page/set-column.css +8 -8
  152. package/dist/components/page/src/index.cjs +3 -3
  153. package/dist/components/page/src/index.d.ts +81 -81
  154. package/dist/components/page/src/index.js +3 -3
  155. package/dist/components/page/src/set-column.cjs +1 -1
  156. package/dist/components/page/src/set-column.js +1 -1
  157. package/dist/components/page/src/set-column2.cjs +2 -2
  158. package/dist/components/page/src/set-column2.js +2 -2
  159. package/dist/components/popconfirm/index.d.ts +5 -5
  160. package/dist/components/popconfirm/src/index.d.ts +10 -10
  161. package/dist/components/popover/index.d.ts +6 -6
  162. package/dist/components/popover/src/index.d.ts +12 -12
  163. package/dist/components/popup/index.css +1 -1
  164. package/dist/components/popup/index.d.ts +3 -3
  165. package/dist/components/popup/src/index.d.ts +1 -1
  166. package/dist/components/radio/index.d.ts +4 -4
  167. package/dist/components/radio/src/index.d.ts +8 -8
  168. package/dist/components/radio-group/index.d.ts +3 -3
  169. package/dist/components/radio-group/src/index.d.ts +6 -6
  170. package/dist/components/retract/index.d.ts +6 -6
  171. package/dist/components/retract/src/index.cjs +11 -14
  172. package/dist/components/retract/src/index.d.ts +3 -3
  173. package/dist/components/retract/src/index.js +12 -15
  174. package/dist/components/right-key/index.d.ts +3 -3
  175. package/dist/components/right-key/src/data.d.ts +1 -1
  176. package/dist/components/right-key/src/index.cjs +4 -4
  177. package/dist/components/right-key/src/index.d.ts +2 -2
  178. package/dist/components/right-key/src/index.js +2 -2
  179. package/dist/components/role-select/index.d.ts +2 -2
  180. package/dist/components/role-select/src/index.d.ts +4 -4
  181. package/dist/components/select/index.d.ts +1 -1
  182. package/dist/components/select/src/index.d.ts +2 -2
  183. package/dist/components/select-dialog/src/index.cjs +2 -2
  184. package/dist/components/select-dialog/src/index.js +2 -2
  185. package/dist/components/select-popover/index.d.ts +1 -1
  186. package/dist/components/select-popover/src/index.d.ts +2 -2
  187. package/dist/components/selector/index.d.ts +1 -1
  188. package/dist/components/selector/src/index.d.ts +1 -1
  189. package/dist/components/selects/index.d.ts +4 -4
  190. package/dist/components/selects/src/data.d.ts +2 -2
  191. package/dist/components/selects/src/index.d.ts +4 -4
  192. package/dist/components/stick-edge/index.d.ts +15 -15
  193. package/dist/components/stick-edge/src/index.d.ts +9 -9
  194. package/dist/components/stick-window/src/index.cjs +11 -15
  195. package/dist/components/stick-window/src/index.js +10 -14
  196. package/dist/components/switch/index.d.ts +5 -5
  197. package/dist/components/switch/src/index.d.ts +10 -10
  198. package/dist/components/switchs/index.d.ts +4 -4
  199. package/dist/components/switchs/src/data.d.ts +2 -2
  200. package/dist/components/switchs/src/index.d.ts +4 -4
  201. package/dist/components/tables/common/pagin.d.ts +1 -1
  202. package/dist/components/tables/index.d.ts +3 -3
  203. package/dist/components/tables/src/index.d.ts +1 -1
  204. package/dist/components/tablesp/index.d.ts +12 -12
  205. package/dist/components/tablesp/src/index.d.ts +15 -15
  206. package/dist/components/tabless/index.d.ts +12 -12
  207. package/dist/components/tabless/src/index.d.ts +15 -15
  208. package/dist/components/tablesv/index.d.ts +3 -3
  209. package/dist/components/tablesv/src/index.d.ts +1 -1
  210. package/dist/components/tablesvp/index.d.ts +12 -12
  211. package/dist/components/tablesvp/src/index.d.ts +15 -15
  212. package/dist/components/tooltip/index.d.ts +6 -6
  213. package/dist/components/tooltip/src/index.d.ts +12 -12
  214. package/dist/components/tree-select-box/index.d.ts +2 -2
  215. package/dist/components/tree-select-box/src/index.d.ts +4 -4
  216. package/dist/components/upload/index.d.ts +4 -4
  217. package/dist/components/upload/src/index.d.ts +8 -8
  218. package/dist/components/user-select/index.d.ts +2 -2
  219. package/dist/components/user-select/src/index.d.ts +4 -4
  220. package/dist/components/window/index.css +1 -1
  221. package/dist/components/window/index.d.ts +3 -3
  222. package/dist/components/window/src/index.cjs +28 -47
  223. package/dist/components/window/src/index.d.ts +1 -1
  224. package/dist/components/window/src/index.js +24 -43
  225. package/dist/expand/{chunk-IMQMZ66E.js → chunk-5DCURPLA.js} +81 -9
  226. package/dist/expand/{chunk-KYVOOBKQ.cjs → chunk-NWMTWNXH.cjs} +81 -9
  227. package/dist/expand/components.cjs +16 -12
  228. package/dist/expand/components.d.cts +2 -1
  229. package/dist/expand/components.d.ts +2 -1
  230. package/dist/expand/components.js +12 -8
  231. package/dist/expand/config.cjs +2 -2
  232. package/dist/expand/config.js +1 -1
  233. package/dist/hooks/global-config/index.cjs +0 -6
  234. package/dist/hooks/global-config/index.js +0 -6
  235. package/dist/icons/index.css +143 -0
  236. package/dist/icons/index.json +31 -0
  237. package/dist/icons/vue/bar.cjs +20 -0
  238. package/dist/icons/vue/bar.d.ts +3 -0
  239. package/dist/icons/vue/bar.js +20 -0
  240. package/dist/{locale/common.cjs → icons/vue/bar2.cjs} +3 -7
  241. package/dist/icons/vue/bar2.js +6 -0
  242. package/dist/icons/vue/below.cjs +20 -0
  243. package/dist/icons/vue/below.d.ts +3 -0
  244. package/dist/icons/vue/below.js +20 -0
  245. package/dist/icons/vue/below2.cjs +6 -0
  246. package/dist/icons/vue/below2.js +6 -0
  247. package/dist/icons/vue/clear.cjs +25 -0
  248. package/dist/icons/vue/clear.d.ts +3 -0
  249. package/dist/icons/vue/clear.js +25 -0
  250. package/dist/icons/vue/clear2.cjs +6 -0
  251. package/dist/icons/vue/clear2.js +6 -0
  252. package/dist/icons/vue/close.cjs +19 -0
  253. package/dist/icons/vue/close.d.ts +3 -0
  254. package/dist/icons/vue/close.js +19 -0
  255. package/dist/icons/vue/close2.cjs +6 -0
  256. package/dist/icons/vue/close2.js +6 -0
  257. package/dist/icons/vue/edit.cjs +24 -0
  258. package/dist/icons/vue/edit.d.ts +3 -0
  259. package/dist/icons/vue/edit.js +24 -0
  260. package/dist/icons/vue/edit2.cjs +6 -0
  261. package/dist/icons/vue/edit2.js +6 -0
  262. package/dist/icons/vue/frame.cjs +20 -0
  263. package/dist/icons/vue/frame.d.ts +3 -0
  264. package/dist/icons/vue/frame.js +20 -0
  265. package/dist/icons/vue/frame2.cjs +6 -0
  266. package/dist/icons/vue/frame2.js +6 -0
  267. package/dist/icons/vue/index.cjs +18 -0
  268. package/dist/icons/vue/index.d.ts +9 -0
  269. package/dist/icons/vue/index.js +26 -8
  270. package/dist/icons/vue/left.cjs +20 -0
  271. package/dist/icons/vue/left.d.ts +3 -0
  272. package/dist/icons/vue/left.js +20 -0
  273. package/dist/icons/vue/left2.cjs +6 -0
  274. package/dist/icons/vue/left2.js +6 -0
  275. package/dist/icons/vue/right.cjs +19 -0
  276. package/dist/icons/vue/right.d.ts +3 -0
  277. package/dist/icons/vue/right.js +19 -0
  278. package/dist/icons/vue/right2.cjs +6 -0
  279. package/dist/icons/vue/right2.js +6 -0
  280. package/dist/icons/vue/star.cjs +20 -0
  281. package/dist/icons/vue/star.d.ts +3 -0
  282. package/dist/icons/vue/star.js +20 -0
  283. package/dist/icons/vue/star2.cjs +6 -0
  284. package/dist/icons/vue/star2.js +6 -0
  285. package/dist/index.cjs +233 -245
  286. package/dist/index.css +139 -66
  287. package/dist/index.js +3 -15
  288. package/dist/utils/vues/getBuildProps.cjs +0 -13
  289. package/dist/utils/vues/getBuildProps.js +1 -14
  290. package/package.json +6 -6
  291. package/dist/components/cs-config/index.d.ts +0 -45
  292. package/dist/components/cs-config/index.js +0 -7
  293. package/dist/components/cs-config/src/data.cjs +0 -41
  294. package/dist/components/cs-config/src/data.d.ts +0 -23
  295. package/dist/components/cs-config/src/data.js +0 -41
  296. package/dist/components/cs-config/src/index.cjs +0 -38
  297. package/dist/components/cs-config/src/index.d.ts +0 -35
  298. package/dist/components/cs-config/src/index.js +0 -38
  299. package/dist/components/cs-config/src/index2.d.ts +0 -22
  300. package/dist/components/cs-emits/index.cjs +0 -7
  301. package/dist/components/cs-emits/index.d.ts +0 -8
  302. package/dist/components/cs-emits/index.js +0 -7
  303. package/dist/components/cs-emits/src/data.cjs +0 -10
  304. package/dist/components/cs-emits/src/data.d.ts +0 -11
  305. package/dist/components/cs-emits/src/data.js +0 -10
  306. package/dist/components/cs-emits/src/index.cjs +0 -25
  307. package/dist/components/cs-emits/src/index.d.ts +0 -7
  308. package/dist/components/cs-emits/src/index.js +0 -25
  309. package/dist/components/cs-emits/src/index2.cjs +0 -4
  310. package/dist/components/cs-emits/src/index2.js +0 -4
  311. package/dist/components/cs-expose/index.cjs +0 -7
  312. package/dist/components/cs-expose/index.d.ts +0 -7
  313. package/dist/components/cs-expose/index.js +0 -7
  314. package/dist/components/cs-expose/src/data.cjs +0 -7
  315. package/dist/components/cs-expose/src/data.d.ts +0 -12
  316. package/dist/components/cs-expose/src/data.js +0 -7
  317. package/dist/components/cs-expose/src/index.cjs +0 -30
  318. package/dist/components/cs-expose/src/index.d.ts +0 -8
  319. package/dist/components/cs-expose/src/index.js +0 -30
  320. package/dist/components/cs-expose/src/index2.cjs +0 -4
  321. package/dist/components/cs-expose/src/index2.js +0 -4
  322. package/dist/components/cs-i18n/index.cjs +0 -7
  323. package/dist/components/cs-i18n/index.d.ts +0 -16
  324. package/dist/components/cs-i18n/src/data.cjs +0 -14
  325. package/dist/components/cs-i18n/src/data.d.ts +0 -12
  326. package/dist/components/cs-i18n/src/data.js +0 -14
  327. package/dist/components/cs-i18n/src/index.cjs +0 -55
  328. package/dist/components/cs-i18n/src/index.d.ts +0 -15
  329. package/dist/components/cs-i18n/src/index.js +0 -55
  330. package/dist/components/cs-i18n/src/index2.cjs +0 -4
  331. package/dist/components/cs-i18n/src/index2.js +0 -4
  332. package/dist/components/cs-props/index.cjs +0 -7
  333. package/dist/components/cs-props/index.d.ts +0 -74
  334. package/dist/components/cs-props/index.js +0 -7
  335. package/dist/components/cs-props/src/data.cjs +0 -78
  336. package/dist/components/cs-props/src/data.d.ts +0 -76
  337. package/dist/components/cs-props/src/data.js +0 -78
  338. package/dist/components/cs-props/src/index.cjs +0 -40
  339. package/dist/components/cs-props/src/index.d.ts +0 -73
  340. package/dist/components/cs-props/src/index.js +0 -40
  341. package/dist/components/cs-props/src/index2.cjs +0 -4
  342. package/dist/components/cs-props/src/index2.js +0 -4
  343. package/dist/components/cs-slot/index.cjs +0 -7
  344. package/dist/components/cs-slot/index.d.ts +0 -25
  345. package/dist/components/cs-slot/index.js +0 -7
  346. package/dist/components/cs-slot/src/data.cjs +0 -10
  347. package/dist/components/cs-slot/src/data.d.ts +0 -19
  348. package/dist/components/cs-slot/src/data.js +0 -10
  349. package/dist/components/cs-slot/src/index.cjs +0 -46
  350. package/dist/components/cs-slot/src/index.d.ts +0 -23
  351. package/dist/components/cs-slot/src/index.js +0 -46
  352. package/dist/components/cs-slot/src/index2.cjs +0 -4
  353. package/dist/components/cs-slot/src/index2.js +0 -4
  354. package/dist/components/cs-title/index.cjs +0 -7
  355. package/dist/components/cs-title/index.d.ts +0 -20
  356. package/dist/components/cs-title/index.js +0 -7
  357. package/dist/components/cs-title/src/data.cjs +0 -5
  358. package/dist/components/cs-title/src/data.d.ts +0 -16
  359. package/dist/components/cs-title/src/data.js +0 -5
  360. package/dist/components/cs-title/src/index.cjs +0 -20
  361. package/dist/components/cs-title/src/index.d.ts +0 -18
  362. package/dist/components/cs-title/src/index.js +0 -20
  363. package/dist/components/cs-title/src/index.scss +0 -17
  364. package/dist/components/cs-title/src/index2.cjs +0 -4
  365. package/dist/components/cs-title/src/index2.js +0 -4
  366. package/dist/components/drawer/index.css +0 -57
  367. package/dist/components/drawer/style/cs.scss +0 -12
  368. package/dist/components/frame/common/box-teleport.cjs +0 -33
  369. package/dist/components/frame/common/box-teleport.js +0 -33
  370. package/dist/components/frame/common/box-teleport2.cjs +0 -4
  371. package/dist/components/frame/common/box-teleport2.js +0 -4
  372. package/dist/locale/common.js +0 -10
  373. package/dist/locale/en.cjs +0 -25
  374. package/dist/locale/en.js +0 -25
  375. package/dist/locale/index.cjs +0 -8
  376. package/dist/locale/index.js +0 -8
  377. /package/dist/components/{cs-config → dialogs}/src/index2.cjs +0 -0
  378. /package/dist/components/{cs-config → dialogs}/src/index2.js +0 -0
  379. /package/dist/components/{time-picker → pagination}/index.css +0 -0
@@ -0,0 +1,143 @@
1
+ .i-bar {
2
+ height: 1em;
3
+ width: 1em;
4
+ --icon-css-bar: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %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");
5
+ background-color: currentColor;
6
+ -webkit-mask: var(--icon-css-bar) no-repeat;
7
+ mask: var(--icon-css-bar) no-repeat;
8
+ -webkit-mask-size: 100% 100%;
9
+ mask-size: 100% 100%;
10
+ color: inherit;
11
+ }
12
+ .i-below {
13
+ height: 1em;
14
+ width: 1em;
15
+ --icon-css-below: url("data:image/svg+xml;utf8,%3Csvg 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");
16
+ background-color: currentColor;
17
+ -webkit-mask: var(--icon-css-below) no-repeat;
18
+ mask: var(--icon-css-below) no-repeat;
19
+ -webkit-mask-size: 100% 100%;
20
+ mask-size: 100% 100%;
21
+ color: inherit;
22
+ }
23
+ .i-bicycle {
24
+ height: 1em;
25
+ width: 1em;
26
+ --icon-css-bicycle: url("data:image/svg+xml;utf8,%3Csvg 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");
27
+ background-color: currentColor;
28
+ -webkit-mask: var(--icon-css-bicycle) no-repeat;
29
+ mask: var(--icon-css-bicycle) no-repeat;
30
+ -webkit-mask-size: 100% 100%;
31
+ mask-size: 100% 100%;
32
+ color: inherit;
33
+ }
34
+ .i-bottom-right {
35
+ height: 1em;
36
+ width: 1em;
37
+ --icon-css-bottom-right: url("data:image/svg+xml;utf8,%3Csvg 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");
38
+ background-color: currentColor;
39
+ -webkit-mask: var(--icon-css-bottom-right) no-repeat;
40
+ mask: var(--icon-css-bottom-right) no-repeat;
41
+ -webkit-mask-size: 100% 100%;
42
+ mask-size: 100% 100%;
43
+ color: inherit;
44
+ }
45
+ .i-clear {
46
+ height: 1em;
47
+ width: 1em;
48
+ --icon-css-clear: url("data:image/svg+xml;utf8,%3Csvg 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");
49
+ background-color: currentColor;
50
+ -webkit-mask: var(--icon-css-clear) no-repeat;
51
+ mask: var(--icon-css-clear) no-repeat;
52
+ -webkit-mask-size: 100% 100%;
53
+ mask-size: 100% 100%;
54
+ color: inherit;
55
+ }
56
+ .i-bottom-left {
57
+ height: 1em;
58
+ width: 1em;
59
+ --icon-css-bottom-left: url("data:image/svg+xml;utf8,%3Csvg 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");
60
+ background-color: currentColor;
61
+ -webkit-mask: var(--icon-css-bottom-left) no-repeat;
62
+ mask: var(--icon-css-bottom-left) no-repeat;
63
+ -webkit-mask-size: 100% 100%;
64
+ mask-size: 100% 100%;
65
+ color: inherit;
66
+ }
67
+ .i-bottom {
68
+ height: 1em;
69
+ width: 1em;
70
+ --icon-css-bottom: url("data:image/svg+xml;utf8,%3Csvg 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");
71
+ background-color: currentColor;
72
+ -webkit-mask: var(--icon-css-bottom) no-repeat;
73
+ mask: var(--icon-css-bottom) no-repeat;
74
+ -webkit-mask-size: 100% 100%;
75
+ mask-size: 100% 100%;
76
+ color: inherit;
77
+ }
78
+ .i-close {
79
+ height: 1em;
80
+ width: 1em;
81
+ --icon-css-close: url("data:image/svg+xml;utf8,%3Csvg 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");
82
+ background-color: currentColor;
83
+ -webkit-mask: var(--icon-css-close) no-repeat;
84
+ mask: var(--icon-css-close) no-repeat;
85
+ -webkit-mask-size: 100% 100%;
86
+ mask-size: 100% 100%;
87
+ color: inherit;
88
+ }
89
+ .i-edit {
90
+ height: 1em;
91
+ width: 1em;
92
+ --icon-css-edit: url("data:image/svg+xml;utf8,%3Csvg 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");
93
+ background-color: currentColor;
94
+ -webkit-mask: var(--icon-css-edit) no-repeat;
95
+ mask: var(--icon-css-edit) no-repeat;
96
+ -webkit-mask-size: 100% 100%;
97
+ mask-size: 100% 100%;
98
+ color: inherit;
99
+ }
100
+ .i-frame {
101
+ height: 1em;
102
+ width: 1em;
103
+ --icon-css-frame: url("data:image/svg+xml;utf8,%3Csvg 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");
104
+ background-color: currentColor;
105
+ -webkit-mask: var(--icon-css-frame) no-repeat;
106
+ mask: var(--icon-css-frame) no-repeat;
107
+ -webkit-mask-size: 100% 100%;
108
+ mask-size: 100% 100%;
109
+ color: inherit;
110
+ }
111
+ .i-left {
112
+ height: 1em;
113
+ width: 1em;
114
+ --icon-css-left: url("data:image/svg+xml;utf8,%3Csvg 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");
115
+ background-color: currentColor;
116
+ -webkit-mask: var(--icon-css-left) no-repeat;
117
+ mask: var(--icon-css-left) no-repeat;
118
+ -webkit-mask-size: 100% 100%;
119
+ mask-size: 100% 100%;
120
+ color: inherit;
121
+ }
122
+ .i-right {
123
+ height: 1em;
124
+ width: 1em;
125
+ --icon-css-right: url("data:image/svg+xml;utf8,%3Csvg 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");
126
+ background-color: currentColor;
127
+ -webkit-mask: var(--icon-css-right) no-repeat;
128
+ mask: var(--icon-css-right) no-repeat;
129
+ -webkit-mask-size: 100% 100%;
130
+ mask-size: 100% 100%;
131
+ color: inherit;
132
+ }
133
+ .i-star {
134
+ height: 1em;
135
+ width: 1em;
136
+ --icon-css-star: url("data:image/svg+xml;utf8,%3Csvg 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");
137
+ background-color: currentColor;
138
+ -webkit-mask: var(--icon-css-star) no-repeat;
139
+ mask: var(--icon-css-star) no-repeat;
140
+ -webkit-mask-size: 100% 100%;
141
+ mask-size: 100% 100%;
142
+ color: inherit;
143
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "prefix": "fang-ui",
3
+ "info": {},
4
+ "lastModified": 1753955964757,
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> "
8
+ },
9
+ "bicycle": {
10
+ "body": "<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 fill=\"currentColor\" d=\"M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32z\"/><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 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 fill=\"currentColor\" d=\"m373.376 599.808-42.752-47.616 320-288 42.752 47.616z\"/>"
11
+ },
12
+ "clear": {
13
+ "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> "
14
+ },
15
+ "bottom": {
16
+ "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\"/>"
17
+ },
18
+ "edit": {
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> "
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
+ "star": {
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
+ }
27
+ },
28
+ "aliases": {},
29
+ "width": 1024,
30
+ "height": 1024
31
+ }
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
+ const bar_vue_vue_type_script_lang = require("./bar2.cjs");
4
+ const vue = require("vue");
5
+ const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.cjs");
6
+ const _hoisted_1 = {
7
+ viewBox: "0 0 1024 1024",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ "data-v-ea893728": ""
10
+ };
11
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
12
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
13
+ vue.createElementVNode("path", {
14
+ fill: "currentColor",
15
+ d: "M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z"
16
+ }, null, -1)
17
+ ]));
18
+ }
19
+ const Bar = /* @__PURE__ */ _pluginVue_exportHelper.default(bar_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
20
+ exports.default = Bar;
@@ -0,0 +1,3 @@
1
+ import { DefineComponent } from 'vue';
2
+ declare const _default: DefineComponent;
3
+ export default _default;
@@ -0,0 +1,20 @@
1
+ import _sfc_main from "./bar2.js";
2
+ import { createElementBlock, openBlock, createElementVNode } from "vue";
3
+ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const _hoisted_1 = {
5
+ viewBox: "0 0 1024 1024",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ "data-v-ea893728": ""
8
+ };
9
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
10
+ return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
11
+ createElementVNode("path", {
12
+ fill: "currentColor",
13
+ d: "M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z"
14
+ }, null, -1)
15
+ ]));
16
+ }
17
+ const Bar = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
18
+ export {
19
+ Bar as default
20
+ };
@@ -1,10 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const common = {
4
- name: "common",
5
- value: {
6
- en: "English",
7
- "zh-cn": "中文简体"
8
- }
3
+ const _sfc_main = {
4
+ name: "Bar"
9
5
  };
10
- exports.default = common;
6
+ exports.default = _sfc_main;
@@ -0,0 +1,6 @@
1
+ const _sfc_main = {
2
+ name: "Bar"
3
+ };
4
+ export {
5
+ _sfc_main as default
6
+ };
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
+ const below_vue_vue_type_script_lang = require("./below2.cjs");
4
+ const vue = require("vue");
5
+ const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.cjs");
6
+ const _hoisted_1 = {
7
+ viewBox: "0 0 1024 1024",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ "data-v-ea893728": ""
10
+ };
11
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
12
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
13
+ vue.createElementVNode("path", {
14
+ fill: "currentColor",
15
+ 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"
16
+ }, null, -1)
17
+ ]));
18
+ }
19
+ const Below = /* @__PURE__ */ _pluginVue_exportHelper.default(below_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
20
+ exports.default = Below;
@@ -0,0 +1,3 @@
1
+ import { DefineComponent } from 'vue';
2
+ declare const _default: DefineComponent;
3
+ export default _default;
@@ -0,0 +1,20 @@
1
+ import _sfc_main from "./below2.js";
2
+ import { createElementBlock, openBlock, createElementVNode } from "vue";
3
+ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const _hoisted_1 = {
5
+ viewBox: "0 0 1024 1024",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ "data-v-ea893728": ""
8
+ };
9
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
10
+ return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
11
+ createElementVNode("path", {
12
+ fill: "currentColor",
13
+ 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"
14
+ }, null, -1)
15
+ ]));
16
+ }
17
+ const Below = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
18
+ export {
19
+ Below as default
20
+ };
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
+ const _sfc_main = {
4
+ name: "Below"
5
+ };
6
+ exports.default = _sfc_main;
@@ -0,0 +1,6 @@
1
+ const _sfc_main = {
2
+ name: "Below"
3
+ };
4
+ export {
5
+ _sfc_main as default
6
+ };
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
+ const clear_vue_vue_type_script_lang = require("./clear2.cjs");
4
+ const vue = require("vue");
5
+ const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.cjs");
6
+ const _hoisted_1 = {
7
+ viewBox: "0 0 1024 1024",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ "data-v-ea893728": ""
10
+ };
11
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
12
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
13
+ vue.createElementVNode("path", {
14
+ fill: "currentColor",
15
+ 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"
16
+ }, null, -1),
17
+ vue.createTextVNode(),
18
+ vue.createElementVNode("path", {
19
+ fill: "currentColor",
20
+ 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"
21
+ }, null, -1)
22
+ ]));
23
+ }
24
+ const Clear = /* @__PURE__ */ _pluginVue_exportHelper.default(clear_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
25
+ exports.default = Clear;
@@ -0,0 +1,3 @@
1
+ import { DefineComponent } from 'vue';
2
+ declare const _default: DefineComponent;
3
+ export default _default;
@@ -0,0 +1,25 @@
1
+ import _sfc_main from "./clear2.js";
2
+ import { createElementBlock, openBlock, createElementVNode, createTextVNode } from "vue";
3
+ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const _hoisted_1 = {
5
+ viewBox: "0 0 1024 1024",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ "data-v-ea893728": ""
8
+ };
9
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
10
+ return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
11
+ createElementVNode("path", {
12
+ fill: "currentColor",
13
+ 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"
14
+ }, null, -1),
15
+ createTextVNode(),
16
+ createElementVNode("path", {
17
+ fill: "currentColor",
18
+ 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"
19
+ }, null, -1)
20
+ ]));
21
+ }
22
+ const Clear = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
23
+ export {
24
+ Clear as default
25
+ };
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
+ const _sfc_main = {
4
+ name: "Clear"
5
+ };
6
+ exports.default = _sfc_main;
@@ -0,0 +1,6 @@
1
+ const _sfc_main = {
2
+ name: "Clear"
3
+ };
4
+ export {
5
+ _sfc_main as default
6
+ };
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
+ const close_vue_vue_type_script_lang = require("./close2.cjs");
4
+ const vue = require("vue");
5
+ const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.cjs");
6
+ const _hoisted_1 = {
7
+ viewBox: "0 0 1024 1024",
8
+ xmlns: "http://www.w3.org/2000/svg"
9
+ };
10
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
11
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
12
+ vue.createElementVNode("path", {
13
+ fill: "currentColor",
14
+ 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"
15
+ }, null, -1)
16
+ ]));
17
+ }
18
+ const Close = /* @__PURE__ */ _pluginVue_exportHelper.default(close_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
19
+ exports.default = Close;
@@ -0,0 +1,3 @@
1
+ import { DefineComponent } from 'vue';
2
+ declare const _default: DefineComponent;
3
+ export default _default;
@@ -0,0 +1,19 @@
1
+ import _sfc_main from "./close2.js";
2
+ import { createElementBlock, openBlock, createElementVNode } from "vue";
3
+ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const _hoisted_1 = {
5
+ viewBox: "0 0 1024 1024",
6
+ xmlns: "http://www.w3.org/2000/svg"
7
+ };
8
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
9
+ return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
10
+ createElementVNode("path", {
11
+ fill: "currentColor",
12
+ 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"
13
+ }, null, -1)
14
+ ]));
15
+ }
16
+ const Close = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
17
+ export {
18
+ Close as default
19
+ };
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
+ const _sfc_main = {
4
+ name: "Close"
5
+ };
6
+ exports.default = _sfc_main;
@@ -0,0 +1,6 @@
1
+ const _sfc_main = {
2
+ name: "Close"
3
+ };
4
+ export {
5
+ _sfc_main as default
6
+ };
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
+ const edit_vue_vue_type_script_lang = require("./edit2.cjs");
4
+ const vue = require("vue");
5
+ const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.cjs");
6
+ const _hoisted_1 = {
7
+ viewBox: "0 0 1024 1024",
8
+ xmlns: "http://www.w3.org/2000/svg"
9
+ };
10
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
11
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
12
+ vue.createElementVNode("path", {
13
+ fill: "currentColor",
14
+ 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"
15
+ }, null, -1),
16
+ vue.createTextVNode(),
17
+ vue.createElementVNode("path", {
18
+ fill: "currentColor",
19
+ 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"
20
+ }, null, -1)
21
+ ]));
22
+ }
23
+ const Edit = /* @__PURE__ */ _pluginVue_exportHelper.default(edit_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
24
+ exports.default = Edit;
@@ -0,0 +1,3 @@
1
+ import { DefineComponent } from 'vue';
2
+ declare const _default: DefineComponent;
3
+ export default _default;
@@ -0,0 +1,24 @@
1
+ import _sfc_main from "./edit2.js";
2
+ import { createElementBlock, openBlock, createElementVNode, createTextVNode } from "vue";
3
+ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const _hoisted_1 = {
5
+ viewBox: "0 0 1024 1024",
6
+ xmlns: "http://www.w3.org/2000/svg"
7
+ };
8
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
9
+ return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
10
+ createElementVNode("path", {
11
+ fill: "currentColor",
12
+ 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"
13
+ }, null, -1),
14
+ createTextVNode(),
15
+ createElementVNode("path", {
16
+ fill: "currentColor",
17
+ 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"
18
+ }, null, -1)
19
+ ]));
20
+ }
21
+ const Edit = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
22
+ export {
23
+ Edit as default
24
+ };
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
+ const _sfc_main = {
4
+ name: "Edit"
5
+ };
6
+ exports.default = _sfc_main;
@@ -0,0 +1,6 @@
1
+ const _sfc_main = {
2
+ name: "Edit"
3
+ };
4
+ export {
5
+ _sfc_main as default
6
+ };
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
+ const frame_vue_vue_type_script_lang = require("./frame2.cjs");
4
+ const vue = require("vue");
5
+ const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.cjs");
6
+ const _hoisted_1 = {
7
+ viewBox: "0 0 1024 1024",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ "data-v-ea893728": ""
10
+ };
11
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
12
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
13
+ vue.createElementVNode("path", {
14
+ fill: "currentColor",
15
+ 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"
16
+ }, null, -1)
17
+ ]));
18
+ }
19
+ const Frame = /* @__PURE__ */ _pluginVue_exportHelper.default(frame_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
20
+ exports.default = Frame;
@@ -0,0 +1,3 @@
1
+ import { DefineComponent } from 'vue';
2
+ declare const _default: DefineComponent;
3
+ export default _default;
@@ -0,0 +1,20 @@
1
+ import _sfc_main from "./frame2.js";
2
+ import { createElementBlock, openBlock, createElementVNode } from "vue";
3
+ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const _hoisted_1 = {
5
+ viewBox: "0 0 1024 1024",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ "data-v-ea893728": ""
8
+ };
9
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
10
+ return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
11
+ createElementVNode("path", {
12
+ fill: "currentColor",
13
+ 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"
14
+ }, null, -1)
15
+ ]));
16
+ }
17
+ const Frame = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
18
+ export {
19
+ Frame as default
20
+ };
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
+ const _sfc_main = {
4
+ name: "Frame"
5
+ };
6
+ exports.default = _sfc_main;
@@ -0,0 +1,6 @@
1
+ const _sfc_main = {
2
+ name: "Frame"
3
+ };
4
+ export {
5
+ _sfc_main as default
6
+ };
@@ -1,10 +1,28 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const bar = require("./bar.cjs");
4
+ const below = require("./below.cjs");
3
5
  const bicycle = require("./bicycle.cjs");
4
6
  const bottom = require("./bottom.cjs");
5
7
  const bottomLeft = require("./bottom-left.cjs");
6
8
  const bottomRight = require("./bottom-right.cjs");
9
+ const clear = require("./clear.cjs");
10
+ const close = require("./close.cjs");
11
+ const edit = require("./edit.cjs");
12
+ const frame = require("./frame.cjs");
13
+ const left = require("./left.cjs");
14
+ const right = require("./right.cjs");
15
+ const star = require("./star.cjs");
16
+ exports.Bar = bar.default;
17
+ exports.Below = below.default;
7
18
  exports.Bicycle = bicycle.default;
8
19
  exports.Bottom = bottom.default;
9
20
  exports.BottomLeft = bottomLeft.default;
10
21
  exports.BottomRight = bottomRight.default;
22
+ exports.Clear = clear.default;
23
+ exports.Close = close.default;
24
+ exports.Edit = edit.default;
25
+ exports.Frame = frame.default;
26
+ exports.Left = left.default;
27
+ exports.Right = right.default;
28
+ exports.Star = star.default;
@@ -1,4 +1,13 @@
1
+ export { default as Bar } from './bar';
2
+ export { default as Below } from './below';
1
3
  export { default as Bicycle } from './bicycle';
2
4
  export { default as Bottom } from './bottom';
3
5
  export { default as BottomLeft } from './bottom-left';
4
6
  export { default as BottomRight } from './bottom-right';
7
+ export { default as Clear } from './clear';
8
+ export { default as Close } from './close';
9
+ export { default as Edit } from './edit';
10
+ export { default as Frame } from './frame';
11
+ export { default as Left } from './left';
12
+ export { default as Right } from './right';
13
+ export { default as Star } from './star';