ranui 0.1.10-alpha.9 → 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 +216 -37
  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 -114
  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 +8 -8
  221. package/dist/typings.d.ts +163 -114
  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 +136 -77
  258. package/typings.d.ts +163 -114
  259. package/dist/_commonjs-dynamic-modules-DLbDWi6a.js +0 -12
  260. package/dist/add-user-BN1JlY7e.js +0 -4
  261. package/dist/arrow-down-B_hCY3Wt.js +0 -662
  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-15M0olqa.js +0 -204
  276. package/dist/index-1v568_nq.js +0 -140
  277. package/dist/index-B897keW5.js +0 -279
  278. package/dist/index-BZR0HaP2.js +0 -40
  279. package/dist/index-B_GuEcTd.js +0 -9575
  280. package/dist/index-Bc2Bcl8D.js +0 -63701
  281. package/dist/index-C4Sv0T51.js +0 -495
  282. package/dist/index-C6RcMHoH.js +0 -187
  283. package/dist/index-C9z10IgG.js +0 -103
  284. package/dist/index-CFjEuvBW.js +0 -308
  285. package/dist/index-CGEx9VOA.js +0 -17106
  286. package/dist/index-CGYfjKUV.js +0 -72
  287. package/dist/index-CQTJoWhb.js +0 -19
  288. package/dist/index-CiWwvEMM.js +0 -511
  289. package/dist/index-CkM9ENTf.js +0 -496
  290. package/dist/index-CtVOgBDk.js +0 -659
  291. package/dist/index-D4qUro5V.js +0 -279
  292. package/dist/index-D4y9c1Dj.js +0 -310
  293. package/dist/index-DAxs7Dd2.js +0 -119
  294. package/dist/index-DC5EA657.js +0 -91
  295. package/dist/index-DJZmDHz-.js +0 -146
  296. package/dist/index-D_CA5VDZ.js +0 -158
  297. package/dist/index-WfFw4LJT.js +0 -490
  298. package/dist/index-mhFL9MJp.js +0 -320
  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 -195
@@ -1,662 +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, "addElementByType", (item, parent) => {
325
- if (item instanceof Chain) {
326
- parent.appendChild(item.element);
327
- }
328
- if (item instanceof HTMLElement) {
329
- parent.appendChild(item);
330
- }
331
- });
332
- __publicField(this, "addChild", (child) => {
333
- if (Array.isArray(child)) {
334
- const Fragment = document.createDocumentFragment();
335
- child.forEach((item) => {
336
- this.addElementByType(item, Fragment);
337
- });
338
- this.element.appendChild(Fragment);
339
- } else {
340
- this.addElementByType(child, this.element);
341
- }
342
- return this;
343
- });
344
- __publicField(this, "listen", (type, listener, options2) => {
345
- let event = this.listener.get(type);
346
- if (!event) {
347
- event = /* @__PURE__ */ new Map();
348
- this.listener.set(type, event);
349
- }
350
- const value = event.get(listener.name);
351
- if (value === listener) {
352
- console.warn(`${value.name} listener has been added to ${type} event, please remove it first.`);
353
- }
354
- this.element.addEventListener(type, listener, options2);
355
- event.set(listener.name, listener);
356
- return this;
357
- });
358
- __publicField(this, "clearListener", (type, listener, options2) => {
359
- this.element.removeEventListener(type, listener, options2);
360
- const event = this.listener.get(type);
361
- if (event) {
362
- event.delete(listener.name);
363
- } else {
364
- console.warn(`No ${type} event listener has been added.`);
365
- }
366
- return this;
367
- });
368
- __publicField(this, "clearAllListener", () => {
369
- for (const [key, value] of this.listener) {
370
- for (const [k2, v2] of value) {
371
- this.element.removeEventListener(key, v2);
372
- value.delete(k2);
373
- }
374
- this.listener.delete(key);
375
- }
376
- return this;
377
- });
378
- this.element = this.create(tagName, options);
379
- this.listener = /* @__PURE__ */ new Map();
380
- }
381
- }
382
- const create = (tagName, options) => {
383
- return new Chain(tagName, options);
384
- };
385
- const generateThrottle = () => {
386
- let timer;
387
- return function(fn, wait = 300) {
388
- return function(...args) {
389
- if (timer) {
390
- clearTimeout(timer);
391
- timer = void 0;
392
- }
393
- const context = this;
394
- if (!timer) {
395
- timer = setTimeout(() => {
396
- fn.apply(context, args);
397
- clearTimeout(timer);
398
- timer = void 0;
399
- }, wait);
400
- }
401
- };
402
- };
403
- };
404
- const codes = /* @__PURE__ */ new Map([
405
- [100, "Continue"],
406
- [101, "Switching Protocols"],
407
- [102, "Processing"],
408
- [103, "Early Hints"],
409
- [200, "OK"],
410
- [201, "Created"],
411
- [202, "Accepted"],
412
- [203, "Non-Authoritative Information"],
413
- [204, "No Content"],
414
- [205, "Reset Content"],
415
- [206, "Partial Content"],
416
- [207, "Multi-Status"],
417
- [208, "Already Reported"],
418
- [226, "IM Used"],
419
- [300, "Multiple Choices"],
420
- [301, "Moved Permanently"],
421
- [302, "Found"],
422
- [303, "See Other"],
423
- [304, "Not Modified"],
424
- [305, "Use Proxy"],
425
- [307, "Temporary Redirect"],
426
- [308, "Permanent Redirect"],
427
- [400, "Bad Request"],
428
- [401, "Unauthorized"],
429
- [402, "Payment Required"],
430
- [403, "Forbidden"],
431
- [404, "Not Found"],
432
- [405, "Method Not Allowed"],
433
- [406, "Not Acceptable"],
434
- [407, "Proxy Authentication Required"],
435
- [408, "Request Timeout"],
436
- [409, "Conflict"],
437
- [410, "Gone"],
438
- [411, "Length Required"],
439
- [412, "Precondition Failed"],
440
- [413, "Payload Too Large"],
441
- [414, "URI Too Long"],
442
- [415, "Unsupported Media Type"],
443
- [416, "Range Not Satisfiable"],
444
- [417, "Expectation Failed"],
445
- [418, "I'm a Teapot"],
446
- [421, "Misdirected Request"],
447
- [422, "Unprocessable Entity"],
448
- [423, "Locked"],
449
- [424, "Failed Dependency"],
450
- [425, "Too Early"],
451
- [426, "Upgrade Required"],
452
- [428, "Precondition Required"],
453
- [429, "Too Many Requests"],
454
- [431, "Request Header Fields Too Large"],
455
- [451, "Unavailable For Legal Reasons"],
456
- [500, "Internal Server Error"],
457
- [501, "Not Implemented"],
458
- [502, "Bad Gateway"],
459
- [503, "Service Unavailable"],
460
- [504, "Gateway Timeout"],
461
- [505, "HTTP Version Not Supported"],
462
- [506, "Variant Also Negotiates"],
463
- [507, "Insufficient Storage"],
464
- [508, "Loop Detected"],
465
- [509, "Bandwidth Limit Exceeded"],
466
- [510, "Not Extended"],
467
- [511, "Network Authentication Required"]
468
- ]);
469
- ({
470
- // status code to message map
471
- message: codes,
472
- // status message (lower-case) to code map
473
- code: createMessageToStatusCodeMap(codes),
474
- // array of status codes
475
- codes: createStatusCodeList(codes),
476
- // status codes for redirects
477
- redirect: {
478
- 300: true,
479
- 301: true,
480
- 302: true,
481
- 303: true,
482
- 305: true,
483
- 307: true,
484
- 308: true
485
- },
486
- // status codes for empty bodies
487
- empty: {
488
- 204: true,
489
- 205: true,
490
- 304: true
491
- },
492
- // status codes for when you should retry the request
493
- retry: {
494
- 502: true,
495
- 503: true,
496
- 504: true
497
- }
498
- });
499
- function createMessageToStatusCodeMap(codes2) {
500
- const map = /* @__PURE__ */ new Map();
501
- for (const [status2, message] of codes2) {
502
- map.set(message.toLowerCase(), status2);
503
- }
504
- return map;
505
- }
506
- function createStatusCodeList(codes2) {
507
- const codeList = [];
508
- for (const [status2, _] of codes2) {
509
- codeList.push(status2);
510
- }
511
- return codeList;
512
- }
513
- const perToNum = (str = "") => {
514
- if (str.length === 0) return 0;
515
- if (str.endsWith("%")) {
516
- const value = Number(str.replace("%", ""));
517
- return value > 1 ? value / 100 : value;
518
- } else {
519
- return Number(str);
520
- }
521
- };
522
- const range = (num, min = 0, max = 1) => {
523
- return Math.min(max, Math.max(min, num));
524
- };
525
- const _Mathjs = class _Mathjs2 {
526
- constructor() {
527
- __publicField(this, "getDecimalLength", (n2) => {
528
- const [_, decimal] = n2.toString().split(".");
529
- return decimal ? decimal.length : 0;
530
- });
531
- __publicField(this, "amend", (n2, precision = 15) => parseFloat(Number(n2).toPrecision(precision)));
532
- __publicField(this, "power", (a2, b2) => Math.pow(10, Math.max(this.getDecimalLength(a2), this.getDecimalLength(b2))));
533
- }
534
- };
535
- __publicField(_Mathjs, "handleMethod", (l2, r2) => {
536
- const mathjs2 = new _Mathjs();
537
- const { power, amend } = mathjs2;
538
- const pow = power(l2, r2);
539
- const a2 = amend(l2 * pow);
540
- const b2 = amend(r2 * pow);
541
- return (type) => {
542
- switch (type) {
543
- case "+":
544
- return (a2 + b2) / pow;
545
- case "-":
546
- return (a2 - b2) / pow;
547
- case "*":
548
- return a2 * b2 / (pow * pow);
549
- case "/":
550
- return a2 / b2;
551
- }
552
- };
553
- });
554
- __publicField(_Mathjs, "add", (a2, b2) => {
555
- return _Mathjs.handleMethod(a2, b2)("+");
556
- });
557
- __publicField(_Mathjs, "divide", (a2, b2) => {
558
- return _Mathjs.handleMethod(a2, b2)("/");
559
- });
560
- __publicField(_Mathjs, "multiply", (a2, b2) => {
561
- return _Mathjs.handleMethod(a2, b2)("*");
562
- });
563
- __publicField(_Mathjs, "subtract", (a2, b2) => {
564
- return _Mathjs.handleMethod(a2, b2)("-");
565
- });
566
- const NEW_LISTENER = "NEW_LISTENER";
567
- class SyncHook {
568
- constructor() {
569
- __publicField(this, "_events");
570
- __publicField(this, "tap", (eventName, eventItem) => {
571
- if (this._events[eventName] && eventName !== Symbol.for(NEW_LISTENER)) {
572
- this.call(Symbol.for(NEW_LISTENER), eventName);
573
- }
574
- const callbacks = this._events[eventName] || [];
575
- if (typeof eventItem === "function") {
576
- callbacks.push({
577
- name: eventName,
578
- callback: eventItem
579
- });
580
- } else {
581
- callbacks.push(eventItem);
582
- }
583
- this._events[eventName] = callbacks;
584
- return this;
585
- });
586
- __publicField(this, "call", (eventName, ...args) => {
587
- const callbacks = this._events[eventName] || [];
588
- callbacks.forEach((item) => {
589
- const { callback } = item;
590
- callback(...args);
591
- });
592
- });
593
- __publicField(this, "callSync", async (eventName, ...args) => {
594
- const callbacks = this._events[eventName] || [];
595
- for (const item of callbacks) {
596
- const { callback } = item;
597
- await callback(...args);
598
- }
599
- });
600
- __publicField(this, "once", (eventName, eventItem) => {
601
- let one;
602
- if (typeof eventItem === "function") {
603
- one = {
604
- name: eventName,
605
- callback: (...args) => {
606
- eventItem(...args);
607
- this.off(eventName, one);
608
- },
609
- initialCallback: eventItem
610
- };
611
- } else {
612
- const { callback } = eventItem;
613
- one = {
614
- name: eventName,
615
- callback: (...args) => {
616
- callback(...args);
617
- this.off(eventName, one);
618
- },
619
- initialCallback: callback
620
- };
621
- }
622
- this.tap(eventName, one);
623
- return this;
624
- });
625
- __publicField(this, "off", (eventName, eventItem) => {
626
- const callbacks = this._events[eventName] || [];
627
- const newCallbacks = callbacks.filter((item) => {
628
- if (typeof eventItem === "function") {
629
- return item.callback !== eventItem && item.initialCallback !== eventItem;
630
- } else {
631
- const { callback } = eventItem;
632
- return item.callback !== callback && item.initialCallback !== callback;
633
- }
634
- });
635
- this._events[eventName] = newCallbacks;
636
- return this;
637
- });
638
- this._events = {};
639
- }
640
- }
641
- 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>' };
642
- const arrowDown$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
643
- __proto__: null,
644
- default: arrowDown
645
- }, Symbol.toStringTag, { value: "Module" }));
646
- export {
647
- SyncHook as S,
648
- addClassToElement as a,
649
- currentDevice as b,
650
- create as c,
651
- createDocumentFragment as d,
652
- range as e,
653
- generateThrottle as f,
654
- getPixelRatio as g,
655
- timestampToTime as h,
656
- isMobile as i,
657
- arrowDown$1 as j,
658
- noop as n,
659
- perToNum as p,
660
- removeClassToElement as r,
661
- timeFormat as t
662
- };
@@ -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
- };