ranui 0.1.10-alpha.7 → 0.2.0-alpha.0

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 (326) hide show
  1. package/README.md +397 -0
  2. package/README.zh-CN.md +369 -0
  3. package/dist/assets/image/failImage.d.ts +2 -0
  4. package/dist/bin/generate-component-api.d.ts +1 -0
  5. package/dist/bin/generate-style-docs.d.ts +1 -0
  6. package/dist/build/config.bundle.d.ts +2 -0
  7. package/dist/build/config.d.ts +3 -0
  8. package/dist/build/config.es.d.ts +2 -0
  9. package/dist/build/config.umd.d.ts +1 -0
  10. package/dist/builder.d.ts +11 -0
  11. package/dist/builder.js +39 -0
  12. package/dist/button-DukaD6uL.js +117 -0
  13. package/dist/button.js +3 -5
  14. package/dist/card-DQUJoDUQ.js +60 -0
  15. package/dist/card.js +5 -0
  16. package/dist/checkbox-iHZQb-yQ.js +94 -0
  17. package/dist/checkbox.js +3 -5
  18. package/dist/colorpicker-Ch67dWa_.js +302 -0
  19. package/dist/colorpicker.js +3 -9
  20. package/dist/components/button/index.d.ts +44 -0
  21. package/dist/components/card/index.d.ts +21 -0
  22. package/dist/components/checkbox/index.d.ts +35 -0
  23. package/dist/components/colorpicker/index.d.ts +88 -0
  24. package/dist/components/dropdown/index.d.ts +32 -0
  25. package/dist/components/form/index.d.ts +15 -0
  26. package/dist/components/icon/index.d.ts +58 -0
  27. package/dist/components/image/index.d.ts +25 -0
  28. package/dist/components/input/index.d.ts +229 -0
  29. package/dist/components/link/index.d.ts +21 -0
  30. package/dist/components/loading/index.d.ts +76 -0
  31. package/dist/components/math/index.d.ts +16 -0
  32. package/dist/components/message/container.d.ts +8 -0
  33. package/dist/components/message/index.d.ts +32 -0
  34. package/dist/components/modal/index.d.ts +100 -0
  35. package/dist/components/player/core/constants.d.ts +5 -0
  36. package/dist/components/player/core/controller.d.ts +33 -0
  37. package/dist/components/player/core/events.d.ts +10 -0
  38. package/dist/components/player/core/fullscreen.d.ts +5 -0
  39. package/dist/components/player/core/levels.d.ts +20 -0
  40. package/dist/components/player/core/media.d.ts +50 -0
  41. package/dist/components/player/core/playback.d.ts +14 -0
  42. package/dist/components/player/core/progress.d.ts +2 -0
  43. package/dist/components/player/core/state.d.ts +27 -0
  44. package/dist/components/player/core/view.d.ts +39 -0
  45. package/dist/components/player/index.d.ts +277 -0
  46. package/dist/components/popover/content/index.d.ts +12 -0
  47. package/dist/components/popover/index.d.ts +95 -0
  48. package/dist/components/progress/index.d.ts +40 -0
  49. package/dist/components/radar/index.d.ts +52 -0
  50. package/dist/components/route/index.d.ts +26 -0
  51. package/dist/components/router/index.d.ts +24 -0
  52. package/dist/components/scratch/index.d.ts +19 -0
  53. package/dist/components/section/index.d.ts +23 -0
  54. package/dist/components/select/dropdown-item/index.d.ts +21 -0
  55. package/dist/components/select/index.d.ts +135 -0
  56. package/dist/components/select/option/index.d.ts +19 -0
  57. package/dist/components/skeleton/index.d.ts +13 -0
  58. package/dist/components/tab/index.d.ts +58 -0
  59. package/dist/components/tabpane/index.d.ts +33 -0
  60. package/dist/demo/i18n.d.ts +4 -0
  61. package/dist/demo/index.d.ts +3 -0
  62. package/dist/demo/register-icons.d.ts +1 -0
  63. package/dist/dropdown-C5362qTy.js +82 -0
  64. package/dist/dropdown.js +6 -0
  65. package/dist/events-C59wGdni.js +30 -0
  66. package/dist/factory-BdsO0dEW.js +165 -0
  67. package/dist/form-05Lxxl3D.js +44 -0
  68. package/dist/form.js +5 -0
  69. package/dist/icon-DmoEnao5.js +165 -0
  70. package/dist/icon.js +4 -4
  71. package/dist/{index-KS2nvVcO.js → image-6GayFDqX.js} +58 -71
  72. package/dist/image.js +3 -2
  73. package/dist/index.cjs +35 -0
  74. package/dist/index.d.ts +277 -116
  75. package/dist/index.iife.js +306 -0
  76. package/dist/index.js +78 -38
  77. package/dist/input-DoraIb3x.js +198 -0
  78. package/dist/input.js +2 -3
  79. package/dist/katex-es-Bpesphgp.js +23682 -0
  80. package/dist/katex-es-Cnq5Pk8K.cjs +261 -0
  81. package/dist/link-BW-gvrpN.js +77 -0
  82. package/dist/link.js +6 -0
  83. package/dist/loading-Mko22ncl.js +206 -0
  84. package/dist/loading.js +4 -6
  85. package/dist/math-B5PpSnFR.js +52 -0
  86. package/dist/math.js +2 -4
  87. package/dist/message-CQENvkoi.js +137 -0
  88. package/dist/message.js +3 -4
  89. package/dist/mocks-CMGoftIc.js +179 -0
  90. package/dist/modal-DruDj3AB.js +350 -0
  91. package/dist/modal.js +3 -2
  92. package/dist/player-CvfmwWUa.js +13536 -0
  93. package/dist/player.js +3 -6
  94. package/dist/playwright.config.d.ts +2 -0
  95. package/dist/plugins/load-svg.d.ts +9 -0
  96. package/dist/popover-BCvHwLZb.js +213 -0
  97. package/dist/popover.js +3 -5
  98. package/dist/progress-BWkNf2J5.js +123 -0
  99. package/dist/progress.js +3 -5
  100. package/dist/radar-CWsawt2g.js +181 -0
  101. package/dist/radar.js +3 -4
  102. package/dist/ranui.css +1 -0
  103. package/dist/route-BY_E6-2C.js +88 -0
  104. package/dist/route.js +6 -0
  105. package/dist/router-BDcv4F-2.js +79 -0
  106. package/dist/router.js +6 -0
  107. package/dist/scratch-Dbd9G6Q6.js +60 -0
  108. package/dist/scratch.js +4 -0
  109. package/dist/section-CNTvgdQ-.js +63 -0
  110. package/dist/section.js +5 -0
  111. package/dist/select-BmhCUTLb.js +433 -0
  112. package/dist/select.js +3 -8
  113. package/dist/signal-XHfNsQNW.js +57 -0
  114. package/dist/skeleton-DPv9nFhL.js +32 -0
  115. package/dist/skeleton.js +3 -2
  116. package/dist/ssg.js +21 -0
  117. package/dist/ssr-DSGwPtEd.js +34 -0
  118. package/dist/ssr-stream.d.ts +1 -0
  119. package/dist/ssr-stream.js +87 -0
  120. package/dist/ssr.d.ts +1 -0
  121. package/dist/ssr.js +7 -0
  122. package/dist/style.d.ts +1 -0
  123. package/dist/style.js +0 -0
  124. package/dist/tab-C9swK-hm.js +185 -0
  125. package/dist/tab.js +3 -4
  126. package/dist/tabpane-B_M-Jokw.js +87 -0
  127. package/dist/tabpane.js +3 -2
  128. package/dist/test/e2e/button.spec.d.ts +1 -0
  129. package/dist/test/e2e/checkbox.spec.d.ts +1 -0
  130. package/dist/test/e2e/helpers.d.ts +13 -0
  131. package/dist/test/e2e/icon.spec.d.ts +1 -0
  132. package/dist/test/e2e/image.spec.d.ts +1 -0
  133. package/dist/test/e2e/input.spec.d.ts +1 -0
  134. package/dist/test/e2e/loading.spec.d.ts +1 -0
  135. package/dist/test/e2e/message.spec.d.ts +1 -0
  136. package/dist/test/e2e/modal.spec.d.ts +1 -0
  137. package/dist/test/e2e/popover.spec.d.ts +1 -0
  138. package/dist/test/e2e/progress.spec.d.ts +1 -0
  139. package/dist/test/e2e/radar.spec.d.ts +1 -0
  140. package/dist/test/e2e/select.spec.d.ts +1 -0
  141. package/dist/test/e2e/skeleton.spec.d.ts +1 -0
  142. package/dist/test/e2e/tab.spec.d.ts +1 -0
  143. package/dist/test/e2e/visual/colorpicker.spec.d.ts +1 -0
  144. package/dist/test/e2e/visual/components.spec.d.ts +1 -0
  145. package/dist/test/e2e/visual/player.spec.d.ts +1 -0
  146. package/dist/test/integration/composition.test.d.ts +23 -0
  147. package/dist/test/setup.d.ts +0 -0
  148. package/dist/test/ssr/builder.core.ssr.test.d.ts +1 -0
  149. package/dist/test/ssr/builder.factory.ssr.test.d.ts +1 -0
  150. package/dist/test/ssr/builder.mocks.test.d.ts +1 -0
  151. package/dist/test/ssr/components/button.test.d.ts +1 -0
  152. package/dist/test/ssr/css-vars.test.d.ts +1 -0
  153. package/dist/test/ssr/registry.test.d.ts +1 -0
  154. package/dist/test/ssr/router.ssg.test.d.ts +2 -0
  155. package/dist/test/ssr/snapshots/button.test.d.ts +1 -0
  156. package/dist/test/ssr/stream.test.d.ts +2 -0
  157. package/dist/test/ssr/theme.tokens.ssr.test.d.ts +1 -0
  158. package/dist/test/unit/builder.core.browser.test.d.ts +1 -0
  159. package/dist/test/unit/builder.escape.test.d.ts +1 -0
  160. package/dist/test/unit/builder.selectors.test.d.ts +1 -0
  161. package/dist/test/unit/button.contract.test.d.ts +1 -0
  162. package/dist/test/unit/card.contract.test.d.ts +1 -0
  163. package/dist/test/unit/checkbox.contract.test.d.ts +1 -0
  164. package/dist/test/unit/colorpicker.color.utils.test.d.ts +1 -0
  165. package/dist/test/unit/colorpicker.contract.test.d.ts +1 -0
  166. package/dist/test/unit/colorpicker.methods.test.d.ts +1 -0
  167. package/dist/test/unit/component.helpers.test.d.ts +1 -0
  168. package/dist/test/unit/dropdown-item.contract.test.d.ts +1 -0
  169. package/dist/test/unit/dropdown.contract.test.d.ts +1 -0
  170. package/dist/test/unit/form.contract.test.d.ts +1 -0
  171. package/dist/test/unit/helpers/component.d.ts +3 -0
  172. package/dist/test/unit/helpers/dom.d.ts +2 -0
  173. package/dist/test/unit/icon.contract.test.d.ts +1 -0
  174. package/dist/test/unit/image.contract.test.d.ts +1 -0
  175. package/dist/test/unit/input.contract.test.d.ts +1 -0
  176. package/dist/test/unit/link.contract.test.d.ts +1 -0
  177. package/dist/test/unit/loading.contract.test.d.ts +1 -0
  178. package/dist/test/unit/math.contract.test.d.ts +1 -0
  179. package/dist/test/unit/message.component.test.d.ts +1 -0
  180. package/dist/test/unit/message.container.test.d.ts +1 -0
  181. package/dist/test/unit/modal.contract.test.d.ts +1 -0
  182. package/dist/test/unit/option.contract.test.d.ts +1 -0
  183. package/dist/test/unit/package-exports.source.test.d.ts +1 -0
  184. package/dist/test/unit/player-controls.test.d.ts +1 -0
  185. package/dist/test/unit/player-core.test.d.ts +1 -0
  186. package/dist/test/unit/player-event-handlers.test.d.ts +1 -0
  187. package/dist/test/unit/player-events.test.d.ts +1 -0
  188. package/dist/test/unit/player-fullscreen.test.d.ts +1 -0
  189. package/dist/test/unit/player-interactions.test.d.ts +1 -0
  190. package/dist/test/unit/player-levels.test.d.ts +1 -0
  191. package/dist/test/unit/player-media.test.d.ts +1 -0
  192. package/dist/test/unit/player-playback.test.d.ts +1 -0
  193. package/dist/test/unit/player.contract.test.d.ts +1 -0
  194. package/dist/test/unit/popover-accessibility.test.d.ts +1 -0
  195. package/dist/test/unit/popover.contract.test.d.ts +2 -0
  196. package/dist/test/unit/progress.contract.test.d.ts +1 -0
  197. package/dist/test/unit/radar.contract.test.d.ts +1 -0
  198. package/dist/test/unit/route.contract.test.d.ts +1 -0
  199. package/dist/test/unit/router.contract.test.d.ts +2 -0
  200. package/dist/test/unit/scratch.contract.test.d.ts +1 -0
  201. package/dist/test/unit/select-accessibility.test.d.ts +1 -0
  202. package/dist/test/unit/select-option.contract.test.d.ts +1 -0
  203. package/dist/test/unit/select.contract.test.d.ts +1 -0
  204. package/dist/test/unit/skeleton.contract.test.d.ts +1 -0
  205. package/dist/test/unit/ssr.test.d.ts +1 -0
  206. package/dist/test/unit/tab.contract.test.d.ts +2 -0
  207. package/dist/test/unit/theme.semantic-tokens.test.d.ts +1 -0
  208. package/dist/test/unit/theme.skin-tokens.test.d.ts +1 -0
  209. package/dist/test/unit/utils.dom.test.d.ts +1 -0
  210. package/dist/test/unit/utils.error.test.d.ts +1 -0
  211. package/dist/test/unit/utils.i18n.test.d.ts +1 -0
  212. package/dist/test/unit/utils.image.test.d.ts +1 -0
  213. package/dist/test/unit/utils.math.test.d.ts +1 -0
  214. package/dist/test/unit/utils.router.test.d.ts +1 -0
  215. package/dist/test/unit/utils.signal.test.d.ts +1 -0
  216. package/dist/test/unit/utils.ssr-stream.test.d.ts +1 -0
  217. package/dist/test/unit/utils.style.test.d.ts +1 -0
  218. package/dist/test/unit/utils.theme.test.d.ts +1 -0
  219. package/dist/test/unit/utils.tween.test.d.ts +1 -0
  220. package/dist/tsconfig.json +9 -9
  221. package/dist/typings.d.ts +163 -116
  222. package/dist/utils/builder/core.d.ts +70 -0
  223. package/dist/utils/builder/env.d.ts +1 -0
  224. package/dist/utils/builder/escape.d.ts +2 -0
  225. package/dist/utils/builder/events.d.ts +55 -0
  226. package/dist/utils/builder/factory.d.ts +18 -0
  227. package/dist/utils/builder/index.d.ts +9 -0
  228. package/dist/utils/builder/mocks.d.ts +62 -0
  229. package/dist/utils/builder/selectors.d.ts +4 -0
  230. package/dist/utils/builder/signal.d.ts +87 -0
  231. package/dist/utils/color.d.ts +52 -0
  232. package/dist/utils/component.d.ts +16 -0
  233. package/dist/utils/dom.d.ts +39 -0
  234. package/dist/utils/error.d.ts +6 -0
  235. package/dist/utils/i18n/index.d.ts +53 -0
  236. package/dist/utils/i18n.js +88 -0
  237. package/dist/utils/image.d.ts +39 -0
  238. package/dist/utils/index.d.ts +8 -0
  239. package/dist/utils/math.d.ts +26 -0
  240. package/dist/utils/router/index.d.ts +128 -0
  241. package/dist/utils/router.js +197 -0
  242. package/dist/utils/ssg.d.ts +49 -0
  243. package/dist/utils/ssr-registry.d.ts +8 -0
  244. package/dist/utils/ssr-stream.d.ts +23 -0
  245. package/dist/utils/ssr.d.ts +17 -0
  246. package/dist/utils/style.d.ts +12 -0
  247. package/dist/utils/theme.d.ts +9 -0
  248. package/dist/utils/tween.d.ts +21 -0
  249. package/dist/utils/video.d.ts +40 -0
  250. package/dist/utils-D4pPF77E.js +689 -0
  251. package/dist/vite.config.d.ts +6 -0
  252. package/dist/vitest.config.d.ts +2 -0
  253. package/dist/vitest.config.ssr.d.ts +2 -0
  254. package/docs/COMPONENTS.md +326 -0
  255. package/docs/DESIGN.md +182 -0
  256. package/docs/style-tokens-public.md +880 -0
  257. package/package.json +138 -74
  258. package/typings.d.ts +163 -116
  259. package/dist/_commonjs-dynamic-modules-DLbDWi6a.js +0 -12
  260. package/dist/add-user-BN1JlY7e.js +0 -4
  261. package/dist/arrow-down-Beig7FXI.js +0 -652
  262. package/dist/book-nTEFXU2x.js +0 -4
  263. package/dist/check-circle-fill-B_pd8ZSs.js +0 -4
  264. package/dist/check-circle-szyAJiap.js +0 -4
  265. package/dist/close-CFnkhudp.js +0 -4
  266. package/dist/close-circle-CwmuN2C6.js +0 -4
  267. package/dist/close-circle-fill-jSqPPw9i.js +0 -4
  268. package/dist/colz-DJZvo_8B.js +0 -232
  269. package/dist/docx-CHkPTdGU.js +0 -3665
  270. package/dist/drop-4j4abxje.js +0 -36
  271. package/dist/eye-D_mEt17f.js +0 -4
  272. package/dist/eye-close-BVr3NJtg.js +0 -4
  273. package/dist/home-BUQ4USMk.js +0 -4
  274. package/dist/iconShadowless.js +0 -6
  275. package/dist/index-BZR0HaP2.js +0 -40
  276. package/dist/index-Bl6-5Hp8.js +0 -63701
  277. package/dist/index-C0Xh8vJ3.js +0 -146
  278. package/dist/index-C4Sv0T51.js +0 -495
  279. package/dist/index-CGEx9VOA.js +0 -17106
  280. package/dist/index-CILRcFIV.js +0 -100
  281. package/dist/index-CQTJoWhb.js +0 -19
  282. package/dist/index-CWNtaUwu.js +0 -308
  283. package/dist/index-CjSKJE6S.js +0 -158
  284. package/dist/index-Ck9TOxFh.js +0 -279
  285. package/dist/index-CryFK9u4.js +0 -320
  286. package/dist/index-D4twPONc.js +0 -187
  287. package/dist/index-D83djTVa.js +0 -659
  288. package/dist/index-DAxs7Dd2.js +0 -119
  289. package/dist/index-DBecKjmY.js +0 -279
  290. package/dist/index-DC5EA657.js +0 -91
  291. package/dist/index-DHTzB_6b.js +0 -9575
  292. package/dist/index-DL-1C2RQ.js +0 -496
  293. package/dist/index-DN-kAx-A.js +0 -72
  294. package/dist/index-TlwIh-o2.js +0 -306
  295. package/dist/index-WfFw4LJT.js +0 -490
  296. package/dist/index-lLO-8KJ1.js +0 -204
  297. package/dist/index-oD-_YELB.js +0 -511
  298. package/dist/index-qvcQTV5_.js +0 -105
  299. package/dist/info-circle-COnL5bTJ.js +0 -4
  300. package/dist/info-circle-fill-CFeVMdci.js +0 -4
  301. package/dist/inputShadowless.js +0 -6
  302. package/dist/jszip.min-Dhs3nUkD.js +0 -2346
  303. package/dist/katex-es-B5r5vt3m.js +0 -14628
  304. package/dist/loading-Dcc5RApI.js +0 -4
  305. package/dist/loading-scene-BMc2wqKm.js +0 -4
  306. package/dist/lock-Cr7BnmWN.js +0 -4
  307. package/dist/message-D36_Zo2l.js +0 -4
  308. package/dist/pdf-Cx0VWKFo.js +0 -118
  309. package/dist/power-off-lQRbiBak.js +0 -4
  310. package/dist/preview-CJbz9GjO.js +0 -4
  311. package/dist/preview.js +0 -7
  312. package/dist/selectShadowless.js +0 -564
  313. package/dist/setting-DemlgzVC.js +0 -4
  314. package/dist/shadowless.js +0 -8
  315. package/dist/sprite-CH2zLtZy.js +0 -141
  316. package/dist/style.css +0 -1
  317. package/dist/team-tl4NJXPC.js +0 -4
  318. package/dist/umd/index.umd.cjs +0 -60
  319. package/dist/umd/shadowless/shadowless.umd.cjs +0 -1
  320. package/dist/umd/shadowless/style.css +0 -1
  321. package/dist/umd/style.css +0 -1
  322. package/dist/unlock-CeU74z9n.js +0 -4
  323. package/dist/user-B-eVXwuk.js +0 -4
  324. package/dist/warning-circle-DDUgEDIv.js +0 -4
  325. package/dist/warning-circle-fill-lODUKz0i.js +0 -4
  326. package/readme.md +0 -176
@@ -1,652 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
- var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
- const noop = () => {
5
- };
6
- const currentDevice = () => {
7
- if (typeof window !== "undefined") {
8
- const ua = navigator.userAgent.toLowerCase();
9
- if (/ipad|ipod/.test(ua)) return "ipad";
10
- if (/android/.test(ua)) return "android";
11
- if (/iphone/.test(ua)) return "iphone";
12
- return "pc";
13
- }
14
- return "pc";
15
- };
16
- const isClient = typeof window !== "undefined";
17
- const isMobile = () => {
18
- if (!isClient) return false;
19
- const ua = window.navigator.userAgent;
20
- if (/Android|webOS|iPhone|iPod|iPad|BlackBerry/i.test(ua)) {
21
- return true;
22
- }
23
- return false;
24
- };
25
- const K_sha2 = [
26
- 1116352408,
27
- 1899447441,
28
- 3049323471,
29
- 3921009573,
30
- 961987163,
31
- 1508970993,
32
- 2453635748,
33
- 2870763221,
34
- 3624381080,
35
- 310598401,
36
- 607225278,
37
- 1426881987,
38
- 1925078388,
39
- 2162078206,
40
- 2614888103,
41
- 3248222580,
42
- 3835390401,
43
- 4022224774,
44
- 264347078,
45
- 604807628,
46
- 770255983,
47
- 1249150122,
48
- 1555081692,
49
- 1996064986,
50
- 2554220882,
51
- 2821834349,
52
- 2952996808,
53
- 3210313671,
54
- 3336571891,
55
- 3584528711,
56
- 113926993,
57
- 338241895,
58
- 666307205,
59
- 773529912,
60
- 1294757372,
61
- 1396182291,
62
- 1695183700,
63
- 1986661051,
64
- 2177026350,
65
- 2456956037,
66
- 2730485921,
67
- 2820302411,
68
- 3259730800,
69
- 3345764771,
70
- 3516065817,
71
- 3600352804,
72
- 4094571909,
73
- 275423344,
74
- 430227734,
75
- 506948616,
76
- 659060556,
77
- 883997877,
78
- 958139571,
79
- 1322822218,
80
- 1537002063,
81
- 1747873779,
82
- 1955562222,
83
- 2024104815,
84
- 2227730452,
85
- 2361852424,
86
- 2428436474,
87
- 2756734187,
88
- 3204031479,
89
- 3329325298
90
- ];
91
- class Int_64 {
92
- constructor(msint_32, lsint_32) {
93
- __publicField(this, "highOrder");
94
- __publicField(this, "lowOrder");
95
- this.highOrder = msint_32;
96
- this.lowOrder = lsint_32;
97
- }
98
- }
99
- [
100
- new Int_64(K_sha2[0], 3609767458),
101
- new Int_64(K_sha2[1], 602891725),
102
- new Int_64(K_sha2[2], 3964484399),
103
- new Int_64(K_sha2[3], 2173295548),
104
- new Int_64(K_sha2[4], 4081628472),
105
- new Int_64(K_sha2[5], 3053834265),
106
- new Int_64(K_sha2[6], 2937671579),
107
- new Int_64(K_sha2[7], 3664609560),
108
- new Int_64(K_sha2[8], 2734883394),
109
- new Int_64(K_sha2[9], 1164996542),
110
- new Int_64(K_sha2[10], 1323610764),
111
- new Int_64(K_sha2[11], 3590304994),
112
- new Int_64(K_sha2[12], 4068182383),
113
- new Int_64(K_sha2[13], 991336113),
114
- new Int_64(K_sha2[14], 633803317),
115
- new Int_64(K_sha2[15], 3479774868),
116
- new Int_64(K_sha2[16], 2666613458),
117
- new Int_64(K_sha2[17], 944711139),
118
- new Int_64(K_sha2[18], 2341262773),
119
- new Int_64(K_sha2[19], 2007800933),
120
- new Int_64(K_sha2[20], 1495990901),
121
- new Int_64(K_sha2[21], 1856431235),
122
- new Int_64(K_sha2[22], 3175218132),
123
- new Int_64(K_sha2[23], 2198950837),
124
- new Int_64(K_sha2[24], 3999719339),
125
- new Int_64(K_sha2[25], 766784016),
126
- new Int_64(K_sha2[26], 2566594879),
127
- new Int_64(K_sha2[27], 3203337956),
128
- new Int_64(K_sha2[28], 1034457026),
129
- new Int_64(K_sha2[29], 2466948901),
130
- new Int_64(K_sha2[30], 3758326383),
131
- new Int_64(K_sha2[31], 168717936),
132
- new Int_64(K_sha2[32], 1188179964),
133
- new Int_64(K_sha2[33], 1546045734),
134
- new Int_64(K_sha2[34], 1522805485),
135
- new Int_64(K_sha2[35], 2643833823),
136
- new Int_64(K_sha2[36], 2343527390),
137
- new Int_64(K_sha2[37], 1014477480),
138
- new Int_64(K_sha2[38], 1206759142),
139
- new Int_64(K_sha2[39], 344077627),
140
- new Int_64(K_sha2[40], 1290863460),
141
- new Int_64(K_sha2[41], 3158454273),
142
- new Int_64(K_sha2[42], 3505952657),
143
- new Int_64(K_sha2[43], 106217008),
144
- new Int_64(K_sha2[44], 3606008344),
145
- new Int_64(K_sha2[45], 1432725776),
146
- new Int_64(K_sha2[46], 1467031594),
147
- new Int_64(K_sha2[47], 851169720),
148
- new Int_64(K_sha2[48], 3100823752),
149
- new Int_64(K_sha2[49], 1363258195),
150
- new Int_64(K_sha2[50], 3750685593),
151
- new Int_64(K_sha2[51], 3785050280),
152
- new Int_64(K_sha2[52], 3318307427),
153
- new Int_64(K_sha2[53], 3812723403),
154
- new Int_64(K_sha2[54], 2003034995),
155
- new Int_64(K_sha2[55], 3602036899),
156
- new Int_64(K_sha2[56], 1575990012),
157
- new Int_64(K_sha2[57], 1125592928),
158
- new Int_64(K_sha2[58], 2716904306),
159
- new Int_64(K_sha2[59], 442776044),
160
- new Int_64(K_sha2[60], 593698344),
161
- new Int_64(K_sha2[61], 3733110249),
162
- new Int_64(K_sha2[62], 2999351573),
163
- new Int_64(K_sha2[63], 3815920427),
164
- new Int_64(3391569614, 3928383900),
165
- new Int_64(3515267271, 566280711),
166
- new Int_64(3940187606, 3454069534),
167
- new Int_64(4118630271, 4000239992),
168
- new Int_64(116418474, 1914138554),
169
- new Int_64(174292421, 2731055270),
170
- new Int_64(289380356, 3203993006),
171
- new Int_64(460393269, 320620315),
172
- new Int_64(685471733, 587496836),
173
- new Int_64(852142971, 1086792851),
174
- new Int_64(1017036298, 365543100),
175
- new Int_64(1126000580, 2618297676),
176
- new Int_64(1288033470, 3409855158),
177
- new Int_64(1501505948, 4234509866),
178
- new Int_64(1607167915, 987167468),
179
- new Int_64(1816402316, 1246189591)
180
- ];
181
- [
182
- new Int_64(0, 1),
183
- new Int_64(0, 32898),
184
- new Int_64(2147483648, 32906),
185
- new Int_64(2147483648, 2147516416),
186
- new Int_64(0, 32907),
187
- new Int_64(0, 2147483649),
188
- new Int_64(2147483648, 2147516545),
189
- new Int_64(2147483648, 32777),
190
- new Int_64(0, 138),
191
- new Int_64(0, 136),
192
- new Int_64(0, 2147516425),
193
- new Int_64(0, 2147483658),
194
- new Int_64(0, 2147516555),
195
- new Int_64(2147483648, 139),
196
- new Int_64(2147483648, 32905),
197
- new Int_64(2147483648, 32771),
198
- new Int_64(2147483648, 32770),
199
- new Int_64(2147483648, 128),
200
- new Int_64(0, 32778),
201
- new Int_64(2147483648, 2147483658),
202
- new Int_64(2147483648, 2147516545),
203
- new Int_64(2147483648, 32896),
204
- new Int_64(0, 2147483649),
205
- new Int_64(2147483648, 2147516424)
206
- ];
207
- function formatDuration(time) {
208
- return time < 10 ? `0${time}` : time;
209
- }
210
- function timestampToTime(timestamp) {
211
- let date = /* @__PURE__ */ new Date();
212
- if (timestamp) {
213
- date = new Date(timestamp);
214
- }
215
- date.format = (format = "YYYY-MM-DD HH:mm:ss") => {
216
- const year = date.getFullYear();
217
- const month = formatDuration(date.getMonth() + 1);
218
- const day = formatDuration(date.getDate());
219
- const hour = formatDuration(date.getHours());
220
- const minute = formatDuration(date.getMinutes());
221
- const second = formatDuration(date.getSeconds());
222
- return format.replace(/Y+/gi, `${year}`).replace(/M+/g, `${month}`).replace(/D+/gi, `${day}`).replace(/H+/gi, `${hour}`).replace(/m+/g, `${minute}`).replace(/S+/gi, `${second}`);
223
- };
224
- return date;
225
- }
226
- const timeFormat = (time) => {
227
- if (time === 0) return "00:00";
228
- if (!time) return "";
229
- const hour = Math.trunc(time / 3600);
230
- const minute = Math.trunc(time % 3600 / 60);
231
- const second = formatDuration(Math.trunc(time - hour * 3600 - minute * 60));
232
- if (hour === 0) {
233
- return `${formatDuration(minute)}:${second}`;
234
- }
235
- return `${formatDuration(hour)}:${formatDuration(minute)}:${second}`;
236
- };
237
- const getPixelRatio = (context) => {
238
- const backingStore = context.backingStorePixelRatio || context.webkitBackingStorePixelRatio || context.mozBackingStorePixelRatio || context.msBackingStorePixelRatio || context.oBackingStorePixelRatio || 1;
239
- return (isClient && window.devicePixelRatio || 1) / backingStore;
240
- };
241
- const addClassToElement = (element, addClass) => {
242
- if (typeof document === "undefined") return void 0;
243
- const classList = element.classList;
244
- if (!classList.contains(addClass)) {
245
- classList.add(addClass);
246
- }
247
- };
248
- const removeClassToElement = (element, removeClass) => {
249
- if (typeof document === "undefined") return void 0;
250
- const classList = element.classList;
251
- if (classList.contains(removeClass)) {
252
- classList.remove(removeClass);
253
- }
254
- };
255
- const createDocumentFragment = (list) => {
256
- if (typeof document === "undefined") return void 0;
257
- const Fragment = document.createDocumentFragment();
258
- list.forEach((item) => Fragment.appendChild(item));
259
- return Fragment;
260
- };
261
- const SVG_NS = "http://www.w3.org/2000/svg";
262
- const SVG_TAG_NAMES = [
263
- "svg",
264
- "path",
265
- "g",
266
- "circle",
267
- "rect",
268
- "line",
269
- "polyline",
270
- "polygon",
271
- "ellipse",
272
- "text",
273
- "tspan",
274
- "textPath",
275
- "defs",
276
- "marker",
277
- "radialGradient",
278
- "stop",
279
- "linearGradient",
280
- "clipPath",
281
- "mask",
282
- "pattern",
283
- "image",
284
- "use",
285
- "symbol",
286
- "foreignObject",
287
- "feGaussianBlur",
288
- "feColorMatrix"
289
- ];
290
- class Chain {
291
- constructor(tagName, options) {
292
- __publicField(this, "listener");
293
- __publicField(this, "element");
294
- __publicField(this, "create", (tagName2, options2) => {
295
- if (SVG_TAG_NAMES.includes(tagName2)) {
296
- return document.createElementNS(SVG_NS, tagName2, options2);
297
- }
298
- return document.createElement(tagName2, options2);
299
- });
300
- __publicField(this, "setAttribute", (name, value) => {
301
- this.element.setAttribute(name, value);
302
- return this;
303
- });
304
- __publicField(this, "removeAttribute", (name) => {
305
- this.element.removeAttribute(name);
306
- return this;
307
- });
308
- __publicField(this, "append", (child) => {
309
- this.element.appendChild(child);
310
- return this;
311
- });
312
- __publicField(this, "remove", (child) => {
313
- this.element.removeChild(child);
314
- return this;
315
- });
316
- __publicField(this, "setTextContent", (text) => {
317
- this.element.textContent = text;
318
- return this;
319
- });
320
- __publicField(this, "setStyle", (name, value) => {
321
- this.element.style.setProperty(name, value);
322
- return this;
323
- });
324
- __publicField(this, "addChild", (child) => {
325
- if (Array.isArray(child)) {
326
- const Fragment = document.createDocumentFragment();
327
- child.forEach((item) => Fragment.appendChild(item.element));
328
- this.element.appendChild(Fragment);
329
- } else {
330
- this.element.appendChild(child.element);
331
- }
332
- return this;
333
- });
334
- __publicField(this, "listen", (type, listener, options2) => {
335
- let event = this.listener.get(type);
336
- if (!event) {
337
- event = /* @__PURE__ */ new Map();
338
- this.listener.set(type, event);
339
- }
340
- const value = event.get(listener.name);
341
- if (value === listener) {
342
- console.warn(`${value.name} listener has been added to ${type} event, please remove it first.`);
343
- }
344
- this.element.addEventListener(type, listener, options2);
345
- event.set(listener.name, listener);
346
- return this;
347
- });
348
- __publicField(this, "clearListener", (type, listener, options2) => {
349
- this.element.removeEventListener(type, listener, options2);
350
- const event = this.listener.get(type);
351
- if (event) {
352
- event.delete(listener.name);
353
- } else {
354
- console.warn(`No ${type} event listener has been added.`);
355
- }
356
- return this;
357
- });
358
- __publicField(this, "clearAllListener", () => {
359
- for (const [key, value] of this.listener) {
360
- for (const [k2, v2] of value) {
361
- this.element.removeEventListener(key, v2);
362
- value.delete(k2);
363
- }
364
- this.listener.delete(key);
365
- }
366
- return this;
367
- });
368
- this.element = this.create(tagName, options);
369
- this.listener = /* @__PURE__ */ new Map();
370
- }
371
- }
372
- const create = (tagName, options) => {
373
- return new Chain(tagName, options);
374
- };
375
- const generateThrottle = () => {
376
- let timer;
377
- return function(fn, wait = 300) {
378
- return function(...args) {
379
- if (timer) {
380
- clearTimeout(timer);
381
- timer = void 0;
382
- }
383
- const context = this;
384
- if (!timer) {
385
- timer = setTimeout(() => {
386
- fn.apply(context, args);
387
- clearTimeout(timer);
388
- timer = void 0;
389
- }, wait);
390
- }
391
- };
392
- };
393
- };
394
- const codes = /* @__PURE__ */ new Map([
395
- [100, "Continue"],
396
- [101, "Switching Protocols"],
397
- [102, "Processing"],
398
- [103, "Early Hints"],
399
- [200, "OK"],
400
- [201, "Created"],
401
- [202, "Accepted"],
402
- [203, "Non-Authoritative Information"],
403
- [204, "No Content"],
404
- [205, "Reset Content"],
405
- [206, "Partial Content"],
406
- [207, "Multi-Status"],
407
- [208, "Already Reported"],
408
- [226, "IM Used"],
409
- [300, "Multiple Choices"],
410
- [301, "Moved Permanently"],
411
- [302, "Found"],
412
- [303, "See Other"],
413
- [304, "Not Modified"],
414
- [305, "Use Proxy"],
415
- [307, "Temporary Redirect"],
416
- [308, "Permanent Redirect"],
417
- [400, "Bad Request"],
418
- [401, "Unauthorized"],
419
- [402, "Payment Required"],
420
- [403, "Forbidden"],
421
- [404, "Not Found"],
422
- [405, "Method Not Allowed"],
423
- [406, "Not Acceptable"],
424
- [407, "Proxy Authentication Required"],
425
- [408, "Request Timeout"],
426
- [409, "Conflict"],
427
- [410, "Gone"],
428
- [411, "Length Required"],
429
- [412, "Precondition Failed"],
430
- [413, "Payload Too Large"],
431
- [414, "URI Too Long"],
432
- [415, "Unsupported Media Type"],
433
- [416, "Range Not Satisfiable"],
434
- [417, "Expectation Failed"],
435
- [418, "I'm a Teapot"],
436
- [421, "Misdirected Request"],
437
- [422, "Unprocessable Entity"],
438
- [423, "Locked"],
439
- [424, "Failed Dependency"],
440
- [425, "Too Early"],
441
- [426, "Upgrade Required"],
442
- [428, "Precondition Required"],
443
- [429, "Too Many Requests"],
444
- [431, "Request Header Fields Too Large"],
445
- [451, "Unavailable For Legal Reasons"],
446
- [500, "Internal Server Error"],
447
- [501, "Not Implemented"],
448
- [502, "Bad Gateway"],
449
- [503, "Service Unavailable"],
450
- [504, "Gateway Timeout"],
451
- [505, "HTTP Version Not Supported"],
452
- [506, "Variant Also Negotiates"],
453
- [507, "Insufficient Storage"],
454
- [508, "Loop Detected"],
455
- [509, "Bandwidth Limit Exceeded"],
456
- [510, "Not Extended"],
457
- [511, "Network Authentication Required"]
458
- ]);
459
- ({
460
- // status code to message map
461
- message: codes,
462
- // status message (lower-case) to code map
463
- code: createMessageToStatusCodeMap(codes),
464
- // array of status codes
465
- codes: createStatusCodeList(codes),
466
- // status codes for redirects
467
- redirect: {
468
- 300: true,
469
- 301: true,
470
- 302: true,
471
- 303: true,
472
- 305: true,
473
- 307: true,
474
- 308: true
475
- },
476
- // status codes for empty bodies
477
- empty: {
478
- 204: true,
479
- 205: true,
480
- 304: true
481
- },
482
- // status codes for when you should retry the request
483
- retry: {
484
- 502: true,
485
- 503: true,
486
- 504: true
487
- }
488
- });
489
- function createMessageToStatusCodeMap(codes2) {
490
- const map = /* @__PURE__ */ new Map();
491
- for (const [status2, message] of codes2) {
492
- map.set(message.toLowerCase(), status2);
493
- }
494
- return map;
495
- }
496
- function createStatusCodeList(codes2) {
497
- const codeList = [];
498
- for (const [status2, _] of codes2) {
499
- codeList.push(status2);
500
- }
501
- return codeList;
502
- }
503
- const perToNum = (str = "") => {
504
- if (str.length === 0) return 0;
505
- if (str.endsWith("%")) {
506
- const value = Number(str.replace("%", ""));
507
- return value > 1 ? value / 100 : value;
508
- } else {
509
- return Number(str);
510
- }
511
- };
512
- const range = (num, min = 0, max = 1) => {
513
- return Math.min(max, Math.max(min, num));
514
- };
515
- const _Mathjs = class _Mathjs2 {
516
- constructor() {
517
- __publicField(this, "getDecimalLength", (n2) => {
518
- const [_, decimal] = n2.toString().split(".");
519
- return decimal ? decimal.length : 0;
520
- });
521
- __publicField(this, "amend", (n2, precision = 15) => parseFloat(Number(n2).toPrecision(precision)));
522
- __publicField(this, "power", (a2, b2) => Math.pow(10, Math.max(this.getDecimalLength(a2), this.getDecimalLength(b2))));
523
- }
524
- };
525
- __publicField(_Mathjs, "handleMethod", (l2, r2) => {
526
- const mathjs2 = new _Mathjs();
527
- const { power, amend } = mathjs2;
528
- const pow = power(l2, r2);
529
- const a2 = amend(l2 * pow);
530
- const b2 = amend(r2 * pow);
531
- return (type) => {
532
- switch (type) {
533
- case "+":
534
- return (a2 + b2) / pow;
535
- case "-":
536
- return (a2 - b2) / pow;
537
- case "*":
538
- return a2 * b2 / (pow * pow);
539
- case "/":
540
- return a2 / b2;
541
- }
542
- };
543
- });
544
- __publicField(_Mathjs, "add", (a2, b2) => {
545
- return _Mathjs.handleMethod(a2, b2)("+");
546
- });
547
- __publicField(_Mathjs, "divide", (a2, b2) => {
548
- return _Mathjs.handleMethod(a2, b2)("/");
549
- });
550
- __publicField(_Mathjs, "multiply", (a2, b2) => {
551
- return _Mathjs.handleMethod(a2, b2)("*");
552
- });
553
- __publicField(_Mathjs, "subtract", (a2, b2) => {
554
- return _Mathjs.handleMethod(a2, b2)("-");
555
- });
556
- const NEW_LISTENER = "NEW_LISTENER";
557
- class SyncHook {
558
- constructor() {
559
- __publicField(this, "_events");
560
- __publicField(this, "tap", (eventName, eventItem) => {
561
- if (this._events[eventName] && eventName !== Symbol.for(NEW_LISTENER)) {
562
- this.call(Symbol.for(NEW_LISTENER), eventName);
563
- }
564
- const callbacks = this._events[eventName] || [];
565
- if (typeof eventItem === "function") {
566
- callbacks.push({
567
- name: eventName,
568
- callback: eventItem
569
- });
570
- } else {
571
- callbacks.push(eventItem);
572
- }
573
- this._events[eventName] = callbacks;
574
- return this;
575
- });
576
- __publicField(this, "call", (eventName, ...args) => {
577
- const callbacks = this._events[eventName] || [];
578
- callbacks.forEach((item) => {
579
- const { callback } = item;
580
- callback(...args);
581
- });
582
- });
583
- __publicField(this, "callSync", async (eventName, ...args) => {
584
- const callbacks = this._events[eventName] || [];
585
- for (const item of callbacks) {
586
- const { callback } = item;
587
- await callback(...args);
588
- }
589
- });
590
- __publicField(this, "once", (eventName, eventItem) => {
591
- let one;
592
- if (typeof eventItem === "function") {
593
- one = {
594
- name: eventName,
595
- callback: (...args) => {
596
- eventItem(...args);
597
- this.off(eventName, one);
598
- },
599
- initialCallback: eventItem
600
- };
601
- } else {
602
- const { callback } = eventItem;
603
- one = {
604
- name: eventName,
605
- callback: (...args) => {
606
- callback(...args);
607
- this.off(eventName, one);
608
- },
609
- initialCallback: callback
610
- };
611
- }
612
- this.tap(eventName, one);
613
- return this;
614
- });
615
- __publicField(this, "off", (eventName, eventItem) => {
616
- const callbacks = this._events[eventName] || [];
617
- const newCallbacks = callbacks.filter((item) => {
618
- if (typeof eventItem === "function") {
619
- return item.callback !== eventItem && item.initialCallback !== eventItem;
620
- } else {
621
- const { callback } = eventItem;
622
- return item.callback !== callback && item.initialCallback !== callback;
623
- }
624
- });
625
- this._events[eventName] = newCallbacks;
626
- return this;
627
- });
628
- this._events = {};
629
- }
630
- }
631
- const arrowDown = { "success": true, "_identification": true, "data": '<svg viewBox="0 0 1024 1024" width="200" height="200" version="1.1"\n fill="currentColor" xmlns="http://www.w3.org/2000/svg">\n <path\n d="M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"></path>\n</svg>' };
632
- const arrowDown$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
633
- __proto__: null,
634
- default: arrowDown
635
- }, Symbol.toStringTag, { value: "Module" }));
636
- export {
637
- SyncHook as S,
638
- addClassToElement as a,
639
- currentDevice as b,
640
- create as c,
641
- createDocumentFragment as d,
642
- range as e,
643
- generateThrottle as f,
644
- getPixelRatio as g,
645
- timestampToTime as h,
646
- isMobile as i,
647
- arrowDown$1 as j,
648
- noop as n,
649
- perToNum as p,
650
- removeClassToElement as r,
651
- timeFormat as t
652
- };
@@ -1,4 +0,0 @@
1
- const book = { "success": true, "_identification": true, "data": '<svg t="1667110830636" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8464" width="200" height="200"><path d="M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32z m-260 72h96v209.9L621.5 312 572 347.4V136z m220 752H232V136h280v296.9c0 3.3 1 6.6 3 9.3 5.1 7.2 15.1 8.9 22.3 3.7l83.8-59.9 81.4 59.4c2.7 2 6 3.1 9.4 3.1 8.8 0 16-7.2 16-16V136h64v752z" p-id="8465"></path></svg>' };
2
- export {
3
- book as default
4
- };
@@ -1,4 +0,0 @@
1
- const checkCircleFill = { "success": true, "_identification": true, "data": '<svg t="1667965185400" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8572" width="200" height="200"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m193.5 301.7l-210.6 292c-12.7 17.7-39 17.7-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z" p-id="8573"></path></svg>' };
2
- export {
3
- checkCircleFill as default
4
- };
@@ -1,4 +0,0 @@
1
- const checkCircle = { "success": true, "_identification": true, "data": '<svg t="1667483538687" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8683" width="200" height="200"><path d="M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8c12.7 17.7 39 17.7 51.7 0l210.6-292c3.9-5.3 0.1-12.7-6.4-12.7z" p-id="8684"></path><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" p-id="8685"></path></svg>' };
2
- export {
3
- checkCircle as default
4
- };
@@ -1,4 +0,0 @@
1
- const close = { "success": true, "_identification": true, "data": '<svg t="1688378016663" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2608" width="128" height="128"><path d="M568 515.008l254.016-255.008q12-11.008 12-27.488t-11.488-28-28-11.488-27.488 12l-255.008 254.016-255.008-254.016q-11.008-12-27.488-12t-28 11.488-11.488 28 12 27.488l254.016 255.008-254.016 255.008q-12 11.008-12 27.488t11.488 28 28 11.488 27.488-12l255.008-255.008 255.008 255.008q11.008 12 27.488 12t28-11.488 11.488-28-12-27.488z" p-id="2609" ></path></svg>' };
2
- export {
3
- close as default
4
- };
@@ -1,4 +0,0 @@
1
- const closeCircle = { "success": true, "_identification": true, "data": '<svg t="1667483596224" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8848" width="200" height="200"><path d="M685.4 354.8c0-4.4-3.6-8-8-8l-66 0.3L512 465.6l-99.3-118.4-66.1-0.3c-4.4 0-8 3.5-8 8 0 1.9 0.7 3.7 1.9 5.2l130.1 155L340.5 670c-1.2 1.5-1.9 3.3-1.9 5.2 0 4.4 3.6 8 8 8l66.1-0.3L512 564.4l99.3 118.4 66 0.3c4.4 0 8-3.5 8-8 0-1.9-0.7-3.7-1.9-5.2L553.5 515l130.1-155c1.2-1.4 1.8-3.3 1.8-5.2z" p-id="8849"></path><path d="M512 65C264.6 65 64 265.6 64 513s200.6 448 448 448 448-200.6 448-448S759.4 65 512 65z m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" p-id="8850"></path></svg>' };
2
- export {
3
- closeCircle as default
4
- };
@@ -1,4 +0,0 @@
1
- const closeCircleFill = { "success": true, "_identification": true, "data": '<svg t="1667965220951" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8711" width="200" height="200"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m165.4 618.2l-66-0.3L512 563.4l-99.3 118.4-66.1 0.3c-4.4 0-8-3.5-8-8 0-1.9 0.7-3.7 1.9-5.2l130.1-155L340.5 359c-1.2-1.5-1.9-3.3-1.9-5.2 0-4.4 3.6-8 8-8l66.1 0.3L512 464.6l99.3-118.4 66-0.3c4.4 0 8 3.5 8 8 0 1.9-0.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z" p-id="8712"></path></svg>' };
2
- export {
3
- closeCircleFill as default
4
- };