@pubinfo-pr/core 0.171.2 → 0.171.4

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 (380) hide show
  1. package/dist/AppSetting-Dl8pVkN4.js +105 -0
  2. package/dist/HButton-CzYSwI6a.js +30 -0
  3. package/dist/HCheckList-CHR-lWIq.js +33 -0
  4. package/dist/HDivider-CXS9rl4C.js +11 -0
  5. package/dist/HInput-CSVwTg1Q.js +34 -0
  6. package/dist/HSlideover-Bc6OHPHe.js +1695 -0
  7. package/dist/HToggle-C_iVIpxv.js +30 -0
  8. package/dist/HTooltip-BHBHfrCD.js +16 -0
  9. package/dist/HeaderFullMenu-BRhGliRJ.js +6 -0
  10. package/dist/HeaderFullMenu-DCF-gTCZ.js +249 -0
  11. package/dist/HeaderThinMenu-B_7vLcQX.js +6 -0
  12. package/dist/HeaderThinMenu-PA12XAvb.js +437 -0
  13. package/dist/PreferencesContent-cll4nwwl.js +695 -0
  14. package/dist/SettingBreadcrumb-BvSc7VUo.js +45 -0
  15. package/dist/SettingCopyright-DcWLKM5d.js +45 -0
  16. package/dist/SettingEnableTransition-BBH52KKl.js +68 -0
  17. package/dist/SettingHome-Cd43oJmB.js +31 -0
  18. package/dist/SettingMenu-CJsN4F1l.js +111 -0
  19. package/dist/SettingMode-BwhhUYlz.js +60 -0
  20. package/dist/SettingNavSearch-BhHUWem3.js +31 -0
  21. package/dist/SettingOther-CDY0jSVT.js +48 -0
  22. package/dist/SettingPage-B0WNvUlj.js +22 -0
  23. package/dist/SettingTabbar-DuqQVRnz.js +142 -0
  24. package/dist/SettingThemes-Doo6Ax3u.js +121 -0
  25. package/dist/SettingToolbar-CHV_dVJ9.js +50 -0
  26. package/dist/SettingTopbar-CF1K_XIt.js +49 -0
  27. package/dist/SettingWidthMode-VaN0CrBa.js +56 -0
  28. package/dist/_plugin-vue_export-helper-DaPiLSxE.js +6 -0
  29. package/dist/auth-CPSkJwBz.js +3968 -0
  30. package/dist/built-in/layout-component/composables/useGetComputedStyle.d.ts +2 -1
  31. package/dist/{index-BRjgatUZ.js → change-organization-OjxZhWST.js} +108 -139
  32. package/dist/change-password-B6kO54-d.js +186 -0
  33. package/dist/chunk-EsrJ1IKw.js +18 -0
  34. package/dist/components-DVIyiEVI.js +5238 -0
  35. package/dist/core-Bg2PEcZK.js +4884 -0
  36. package/dist/dist-DAb-7mqe.js +468 -0
  37. package/dist/engine-oniguruma-CUfGsBrF.js +243 -0
  38. package/dist/form-EQ9eL9hv.js +2288 -0
  39. package/dist/index.js +9670 -69
  40. package/dist/json-S7wVLDnW.js +2 -0
  41. package/dist/modal-CSWipFvB.js +44104 -0
  42. package/dist/not-found-DBe-djEg.js +42 -0
  43. package/dist/not-permission-DQzWCpOK.js +39 -0
  44. package/dist/overlayscrollbars-vue-BOGU2FK-.js +1436 -0
  45. package/dist/pick-C42gkI1h.js +10 -0
  46. package/dist/profile-DJ3gpjsS.js +19206 -0
  47. package/dist/question-line-BKVlJGUb.js +17 -0
  48. package/dist/reload-DAR8dVYw.js +12 -0
  49. package/dist/right-VKgVtqD5.js +34 -0
  50. package/dist/style.css +2 -9
  51. package/dist/tree-select-CTjWj5WT.js +12178 -0
  52. package/dist/useContext-D6pJCZez.js +9 -0
  53. package/dist/utils/shikiHighlighter.d.ts +24 -0
  54. package/dist/vitesse-dark-BsnBIHGG.js +2 -0
  55. package/dist/vitesse-light-Cs_6DF7j.js +2 -0
  56. package/dist/wasm-EvDQvzqp.js +2 -0
  57. package/dist/watchDiff-C4eGkl9e.js +397 -0
  58. package/package.json +20 -20
  59. package/src/built-in/layout-component/Layout.vue +1 -1
  60. package/src/built-in/layout-component/composables/useGetComputedStyle.ts +15 -4
  61. package/src/built-in/layout-component/composables/useLayoutVisible.ts +7 -2
  62. package/src/features/components/PartyLogin/steps/One.vue +7 -20
  63. package/src/features/stores/modules/route.ts +5 -4
  64. package/src/features/stores/utils/routerHelper.ts +2 -2
  65. package/src/utils/shikiHighlighter.ts +80 -0
  66. package/types/settings.d.ts +1 -1
  67. package/dist/AppSetting-D5eSdPuB.js +0 -123
  68. package/dist/HCheckList.vue_vue_type_script_setup_true_lang-DgeRhutB.js +0 -39
  69. package/dist/HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js +0 -20
  70. package/dist/HInput.vue_vue_type_script_setup_true_lang-DBqCXRnn.js +0 -33
  71. package/dist/HToggle-BajvSdEE.js +0 -34
  72. package/dist/HeaderThinMenu-ouAiyBjb.js +0 -4
  73. package/dist/PreferencesContent-mr3zgq9x.js +0 -923
  74. package/dist/SettingBreadcrumb-Chx1c5oE.js +0 -50
  75. package/dist/SettingCopyright-BgIL_X3d.js +0 -62
  76. package/dist/SettingEnableTransition-16PeKbCJ.js +0 -77
  77. package/dist/SettingHome-DuLT9846.js +0 -46
  78. package/dist/SettingMenu-DDOmRqGo.js +0 -120
  79. package/dist/SettingMode-B6OwuuHR.js +0 -68
  80. package/dist/SettingNavSearch-BzmXK8I0.js +0 -46
  81. package/dist/SettingOther-DcDn9I3J.js +0 -81
  82. package/dist/SettingPage-DmfsDzGF.js +0 -29
  83. package/dist/SettingTabbar-BxxzDY5f.js +0 -154
  84. package/dist/SettingThemes-DoTkccTu.js +0 -143
  85. package/dist/SettingToolbar-ogjoj5NI.js +0 -78
  86. package/dist/SettingTopbar-BRZEIJZt.js +0 -52
  87. package/dist/SettingWidthMode-DQmewGT6.js +0 -67
  88. package/dist/abap-Y8Dl9g_6.js +0 -6
  89. package/dist/actionscript-3-DZzbMeqX.js +0 -6
  90. package/dist/ada-vP6ak0IW.js +0 -6
  91. package/dist/andromeeda-BIpZ7gaU.js +0 -4
  92. package/dist/angular-html-BmadGEgW.js +0 -32
  93. package/dist/angular-ts-D-QQnnGT.js +0 -21
  94. package/dist/apache-BUjz-sD2.js +0 -6
  95. package/dist/apex-D_wPycVx.js +0 -6
  96. package/dist/apl-sitt7C8I.js +0 -16
  97. package/dist/applescript-BPx7YFFu.js +0 -6
  98. package/dist/ara-Z2fSOxSw.js +0 -6
  99. package/dist/asciidoc-B-pCoB3G.js +0 -6
  100. package/dist/asm-BTWLY5ym.js +0 -6
  101. package/dist/astro-DHnp0xIo.js +0 -18
  102. package/dist/aurora-x-BwoVEUWZ.js +0 -4
  103. package/dist/awk-Fb0P9dkn.js +0 -6
  104. package/dist/ayu-dark-CxPZkpb2.js +0 -4
  105. package/dist/ballerina-oZK-YekG.js +0 -6
  106. package/dist/bat-0FvbqU9S.js +0 -6
  107. package/dist/beancount-DEfTbbFX.js +0 -6
  108. package/dist/berry-PwsHPR_K.js +0 -6
  109. package/dist/bibtex-EULQRLY5.js +0 -6
  110. package/dist/bicep-DFU2oTl7.js +0 -6
  111. package/dist/blade-OPzGcV14.js +0 -20
  112. package/dist/bsl-NkNNwerW.js +0 -8
  113. package/dist/c-eeMepfLm.js +0 -6
  114. package/dist/cadence-DMRWHJp4.js +0 -6
  115. package/dist/cairo-DM6WF2e3.js +0 -8
  116. package/dist/catppuccin-frappe-5udUqgsX.js +0 -4
  117. package/dist/catppuccin-latte-ufkS-HWv.js +0 -4
  118. package/dist/catppuccin-macchiato-DzL2LPek.js +0 -4
  119. package/dist/catppuccin-mocha-DDDDwkUT.js +0 -4
  120. package/dist/clarity-BseSxcHx.js +0 -6
  121. package/dist/clojure-CXJfHrL3.js +0 -6
  122. package/dist/cmake-BJz8BOTU.js +0 -6
  123. package/dist/cobol-R4Vn9a46.js +0 -10
  124. package/dist/codeowners-Bt9yU6NX.js +0 -6
  125. package/dist/codeql-DHkodjjI.js +0 -6
  126. package/dist/coffee-Dl27lzbd.js +0 -8
  127. package/dist/common-lisp-EVqT9Zhp.js +0 -6
  128. package/dist/coq-B0L9upzn.js +0 -6
  129. package/dist/cpp-Cj177cuW.js +0 -18
  130. package/dist/crystal-ymVvJzbZ.js +0 -18
  131. package/dist/csharp-DmxfTLWR.js +0 -6
  132. package/dist/css-CECN5uSL.js +0 -6
  133. package/dist/csv-CmYOceLb.js +0 -6
  134. package/dist/cue-ZzumE7IT.js +0 -6
  135. package/dist/cypher-jpdmjtA6.js +0 -6
  136. package/dist/d-CBagWSwH.js +0 -6
  137. package/dist/dark-plus-pUHDTVV0.js +0 -4
  138. package/dist/dart-6ObCrKr9.js +0 -6
  139. package/dist/dax-CcDT-8dH.js +0 -6
  140. package/dist/desktop-B93p9R9O.js +0 -6
  141. package/dist/diff-BxzP2J8R.js +0 -6
  142. package/dist/docker-CsHqm9tx.js +0 -6
  143. package/dist/dotenv-BMjVjUL1.js +0 -6
  144. package/dist/dracula-BtZx2Kac.js +0 -4
  145. package/dist/dracula-soft-BKa-aqBv.js +0 -4
  146. package/dist/dream-maker-PAx17jaB.js +0 -6
  147. package/dist/edge-_LvgTcmu.js +0 -12
  148. package/dist/elixir-BTCUAmQk.js +0 -8
  149. package/dist/elm-BtNbw_Cd.js +0 -8
  150. package/dist/emacs-lisp-Cfxdx5D-.js +0 -6
  151. package/dist/erb-D0PIpZCP.js +0 -10
  152. package/dist/erlang-DNcDT8Hi.js +0 -8
  153. package/dist/everforest-dark-DMCBqXCK.js +0 -4
  154. package/dist/everforest-light-BbXl82Em.js +0 -4
  155. package/dist/fennel-N4WcXuKx.js +0 -6
  156. package/dist/fish-B6QqlqeT.js +0 -6
  157. package/dist/fluent-BMXUxfv1.js +0 -6
  158. package/dist/fortran-fixed-form-DUsA-VGo.js +0 -8
  159. package/dist/fortran-free-form-DPIT_jbP.js +0 -6
  160. package/dist/fsharp-Pr2u3cIG.js +0 -8
  161. package/dist/gdresource-BwtMIoBm.js +0 -10
  162. package/dist/gdscript-BifyeYhI.js +0 -6
  163. package/dist/gdshader-Bk8fF6yr.js +0 -6
  164. package/dist/genie-DzUvd7U9.js +0 -6
  165. package/dist/gherkin-DHRaV0YP.js +0 -6
  166. package/dist/git-commit-Bd32YZ0K.js +0 -8
  167. package/dist/git-rebase-ZWUFO_T4.js +0 -8
  168. package/dist/github-dark-DenFmJkN.js +0 -4
  169. package/dist/github-dark-default-BJPUVz4H.js +0 -4
  170. package/dist/github-dark-dimmed-DUshB20C.js +0 -4
  171. package/dist/github-dark-high-contrast-D3aGCnF8.js +0 -4
  172. package/dist/github-light-JYsPkUQd.js +0 -4
  173. package/dist/github-light-default-D99KPAby.js +0 -4
  174. package/dist/github-light-high-contrast-BbmZE-Mp.js +0 -4
  175. package/dist/gleam-Bv284lvN.js +0 -6
  176. package/dist/glimmer-js-CkxRszZZ.js +0 -14
  177. package/dist/glimmer-ts-Bi6BYQCn.js +0 -14
  178. package/dist/glsl-CkUcVZNK.js +0 -8
  179. package/dist/gnuplot-yPG9-sE_.js +0 -6
  180. package/dist/go-ChxJuLYK.js +0 -6
  181. package/dist/graphql-BLaPX4fU.js +0 -14
  182. package/dist/groovy-CJQTphOW.js +0 -6
  183. package/dist/gruvbox-dark-hard-C2ND4cMr.js +0 -4
  184. package/dist/gruvbox-dark-medium-C8k4c8au.js +0 -4
  185. package/dist/gruvbox-dark-soft-xx9Q6FaG.js +0 -4
  186. package/dist/gruvbox-light-hard-BpUXv5in.js +0 -4
  187. package/dist/gruvbox-light-medium-D3XFCoU1.js +0 -4
  188. package/dist/gruvbox-light-soft-u7hpfz6Z.js +0 -4
  189. package/dist/hack-Bx1jMtBC.js +0 -10
  190. package/dist/haml-6FagfhCM.js +0 -10
  191. package/dist/handlebars-Bd5Y4M6I.js +0 -14
  192. package/dist/haskell-WeIwNIP6.js +0 -6
  193. package/dist/haxe-TztHsm5T.js +0 -6
  194. package/dist/hcl-D438OF-I.js +0 -6
  195. package/dist/hjson-DYBUbqOl.js +0 -6
  196. package/dist/hlsl-Bk8TCZNL.js +0 -6
  197. package/dist/houston-BDYrDoDW.js +0 -4
  198. package/dist/html-7XVNRwN7.js +0 -10
  199. package/dist/html-derivative-BNxZ5Yf6.js +0 -8
  200. package/dist/http-WC357zBG.js +0 -14
  201. package/dist/hxml-GbqSQCLa.js +0 -8
  202. package/dist/hy-Brt5EZ7-.js +0 -6
  203. package/dist/imba-CimUv-Uh.js +0 -6
  204. package/dist/index-73TLLAnx.js +0 -25373
  205. package/dist/index-B3GOGQYd.js +0 -79648
  206. package/dist/index-BD2fkZis.js +0 -14
  207. package/dist/index-BrK3HYDT.js +0 -4
  208. package/dist/index-CkUIa4JM.js +0 -229
  209. package/dist/index-D2zvNBbe.js +0 -44
  210. package/dist/index-DwF3aqst.js +0 -49
  211. package/dist/index-NOUM2y9h.js +0 -2827
  212. package/dist/ini-BZIuRIvJ.js +0 -6
  213. package/dist/java-DY6VlHhP.js +0 -6
  214. package/dist/javascript-Dp1Jmi5H.js +0 -6
  215. package/dist/jinja-WEhOU5ES.js +0 -11
  216. package/dist/jison-c2JI40PB.js +0 -8
  217. package/dist/json-DxJze_jm.js +0 -6
  218. package/dist/json5-BT4Fjg39.js +0 -6
  219. package/dist/jsonc-CHjZD8gR.js +0 -6
  220. package/dist/jsonl-BGuvDmy9.js +0 -6
  221. package/dist/jsonnet-Bx2cfsXg.js +0 -6
  222. package/dist/jssm-BcADi6EI.js +0 -6
  223. package/dist/jsx-BtKADgXT.js +0 -6
  224. package/dist/julia-DcoDQokW.js +0 -16
  225. package/dist/kanagawa-dragon-CiKur4Hl.js +0 -4
  226. package/dist/kanagawa-lotus-BKu-smKu.js +0 -4
  227. package/dist/kanagawa-wave-CQwozSzG.js +0 -4
  228. package/dist/kotlin-ByBMgTeR.js +0 -6
  229. package/dist/kusto-VWFLl2T0.js +0 -6
  230. package/dist/laserwave-6a00oqik.js +0 -4
  231. package/dist/latex-MZCpjnva.js +0 -8
  232. package/dist/lean-DXqEE_d1.js +0 -6
  233. package/dist/less-B1GLI2Di.js +0 -6
  234. package/dist/light-plus-CZuVqSLX.js +0 -4
  235. package/dist/liquid-3HHuHOZ2.js +0 -14
  236. package/dist/llvm-6RQLId6G.js +0 -6
  237. package/dist/log-Al8wyEFV.js +0 -6
  238. package/dist/logo-DBa4JDzV.js +0 -6
  239. package/dist/lua-kX5WP_P5.js +0 -8
  240. package/dist/luau-DtBSxLyz.js +0 -6
  241. package/dist/make-CsMclxtr.js +0 -6
  242. package/dist/markdown-CrScaQ96.js +0 -6
  243. package/dist/marko-DDi9qpQP.js +0 -14
  244. package/dist/material-theme-D6KBX41T.js +0 -4
  245. package/dist/material-theme-darker-CkRroheE.js +0 -4
  246. package/dist/material-theme-lighter-BUBw43Yz.js +0 -4
  247. package/dist/material-theme-ocean-ClGX14Ja.js +0 -4
  248. package/dist/material-theme-palenight-C1RVm8K1.js +0 -4
  249. package/dist/matlab-BOAaUVP0.js +0 -6
  250. package/dist/mdc-FI2x3BiY.js +0 -12
  251. package/dist/mdx-BOhZZUJ8.js +0 -6
  252. package/dist/mermaid-B0ixDHKN.js +0 -6
  253. package/dist/min-dark-C7ak0t6c.js +0 -4
  254. package/dist/min-light-CKFxVcPp.js +0 -4
  255. package/dist/mipsasm-CTx18fBl.js +0 -6
  256. package/dist/mojo-BD611d7o.js +0 -6
  257. package/dist/monokai-C1KBYcO0.js +0 -4
  258. package/dist/move-DSb5dTSj.js +0 -6
  259. package/dist/narrat-DmhDCBs-.js +0 -6
  260. package/dist/nextflow-BAAEJxI_.js +0 -6
  261. package/dist/nginx-5vhPAEw3.js +0 -8
  262. package/dist/night-owl-Bm2rzalh.js +0 -4
  263. package/dist/nim-BhS8gg0S.js +0 -20
  264. package/dist/nix-ceY58Dty.js +0 -6
  265. package/dist/nord-CC5OiUXg.js +0 -4
  266. package/dist/nushell-CQi4NV-2.js +0 -6
  267. package/dist/objective-c-Itk8tzmv.js +0 -6
  268. package/dist/objective-cpp-DGt5UKRO.js +0 -6
  269. package/dist/ocaml-eSVK32Eg.js +0 -6
  270. package/dist/one-dark-pro-DTA3VF0_.js +0 -4
  271. package/dist/one-light-D9sNaUtq.js +0 -4
  272. package/dist/pascal-xy8pJNns.js +0 -6
  273. package/dist/perl-BoEn6HmT.js +0 -16
  274. package/dist/php-BRU9zhoN.js +0 -18
  275. package/dist/pick-dLE6MD9A.js +0 -12
  276. package/dist/plastic-CSTz3KZp.js +0 -4
  277. package/dist/plsql-pVbGZfOv.js +0 -6
  278. package/dist/po-BNfHvqmm.js +0 -6
  279. package/dist/poimandres-C-VADXHD.js +0 -4
  280. package/dist/polar-CAZahv3u.js +0 -6
  281. package/dist/postcss-05aHdL-n.js +0 -6
  282. package/dist/powerquery-DI9HkTvs.js +0 -6
  283. package/dist/powershell-Clc4ydu-.js +0 -6
  284. package/dist/prisma-FZjmVtSl.js +0 -6
  285. package/dist/prolog-C5-yg4TO.js +0 -6
  286. package/dist/proto-MmCPeFAD.js +0 -6
  287. package/dist/pug-CJWI-qSo.js +0 -12
  288. package/dist/puppet-CUJHmnxV.js +0 -6
  289. package/dist/purescript-rUfGld-4.js +0 -6
  290. package/dist/python-BFNSHbwJ.js +0 -6
  291. package/dist/qml-D3ATcgGh.js +0 -8
  292. package/dist/qmldir-BInDYbpo.js +0 -6
  293. package/dist/qss-AeJTysr_.js +0 -6
  294. package/dist/question-line-DCMVyZ3e.js +0 -18
  295. package/dist/r-Bm0uF0U2.js +0 -6
  296. package/dist/racket-B83wSAja.js +0 -6
  297. package/dist/raku-nEQ4ZJJ7.js +0 -6
  298. package/dist/razor-BPFYEoc9.js +0 -10
  299. package/dist/red-7y8PH7HH.js +0 -4
  300. package/dist/reg-m_s_Kiip.js +0 -6
  301. package/dist/regexp-BazyLpPg.js +0 -6
  302. package/dist/rel-BcRfyd6Q.js +0 -6
  303. package/dist/right-aIVrXLnr.js +0 -36
  304. package/dist/riscv-Ce8MAQLP.js +0 -6
  305. package/dist/rose-pine-Cr4kwgAY.js +0 -4
  306. package/dist/rose-pine-dawn-ClRRUdXX.js +0 -4
  307. package/dist/rose-pine-moon-ucNn3Gm8.js +0 -4
  308. package/dist/rst-B6mPMsKo.js +0 -22
  309. package/dist/ruby-DInklMmU.js +0 -30
  310. package/dist/rust-CLzF9zIN.js +0 -6
  311. package/dist/sas-fpEvgATw.js +0 -8
  312. package/dist/sass-DxHp5rTx.js +0 -6
  313. package/dist/scala-D4grkFkl.js +0 -6
  314. package/dist/scheme-BCRWuEm4.js +0 -6
  315. package/dist/scss-B1FaCqwR.js +0 -8
  316. package/dist/sdbl-B7T8abf4.js +0 -6
  317. package/dist/shaderlab-Cr62-Wb4.js +0 -8
  318. package/dist/shellscript-InADTalH.js +0 -6
  319. package/dist/shellsession-DiDJNQdy.js +0 -8
  320. package/dist/slack-dark-i7wN4OET.js +0 -4
  321. package/dist/slack-ochin-ndHf0LoP.js +0 -4
  322. package/dist/smalltalk-BlI1_OkM.js +0 -6
  323. package/dist/snazzy-light-BlSJXAu4.js +0 -4
  324. package/dist/solarized-dark-UTmkh7lw.js +0 -4
  325. package/dist/solarized-light-BheCkDPT.js +0 -4
  326. package/dist/solidity-CneOhxmR.js +0 -6
  327. package/dist/soy-LybuU3Y_.js +0 -8
  328. package/dist/sparql-B0KWFEri.js +0 -8
  329. package/dist/splunk-CRXR8A9s.js +0 -6
  330. package/dist/sql-Cn_v3PB0.js +0 -6
  331. package/dist/ssh-config-DP-hNVbF.js +0 -6
  332. package/dist/stata-B8c5fTjX.js +0 -8
  333. package/dist/stylus-CyKEU1Ej.js +0 -6
  334. package/dist/svelte-BjDUPxZ1.js +0 -14
  335. package/dist/swift-9UzSvamq.js +0 -6
  336. package/dist/synthwave-84-NU3C_KFZ.js +0 -4
  337. package/dist/system-verilog-BCm7smPJ.js +0 -6
  338. package/dist/systemd-C-4qm6XH.js +0 -6
  339. package/dist/talonscript-CFF3LF_O.js +0 -6
  340. package/dist/tasl-Cg_WBUAe.js +0 -6
  341. package/dist/tcl-DN7buRTF.js +0 -6
  342. package/dist/templ-Brj2RH7A.js +0 -12
  343. package/dist/terraform-DGvcn9zM.js +0 -6
  344. package/dist/tex-CmrLTxbG.js +0 -8
  345. package/dist/tokyo-night-DP4TmcQl.js +0 -4
  346. package/dist/toml-DY62mUL_.js +0 -6
  347. package/dist/ts-tags-CZMzuZh-.js +0 -41
  348. package/dist/tsv-BtvSkaG0.js +0 -6
  349. package/dist/tsx-B8rCNbgL.js +0 -6
  350. package/dist/turtle-_H59FV7D.js +0 -6
  351. package/dist/twig-GjIxYqCX.js +0 -18
  352. package/dist/typescript-mg6ATTE8.js +0 -6
  353. package/dist/typespec-Djmco60m.js +0 -6
  354. package/dist/typst-D_1QKWns.js +0 -6
  355. package/dist/v-BW14IZv7.js +0 -6
  356. package/dist/vala-uxaPR7d1.js +0 -6
  357. package/dist/vb-D8_c5-KN.js +0 -6
  358. package/dist/verilog-B-bybjPF.js +0 -6
  359. package/dist/vesper-BckBta1U.js +0 -4
  360. package/dist/vhdl-CUlNa8ac.js +0 -6
  361. package/dist/viml-DsfA-sWm.js +0 -6
  362. package/dist/vitesse-black-BoGvW84i.js +0 -4
  363. package/dist/vitesse-dark-Cym-eLtO.js +0 -4
  364. package/dist/vitesse-light-CcmG315c.js +0 -4
  365. package/dist/vue-D-ba2-Rx.js +0 -31
  366. package/dist/vue-html-Dn2ZoOSz.js +0 -10
  367. package/dist/vue-vine-Jmfkm6lF.js +0 -20
  368. package/dist/vyper-CPQuu50u.js +0 -6
  369. package/dist/wasm-BBXxrAl7.js +0 -6
  370. package/dist/wasm-DQxwEHae.js +0 -7
  371. package/dist/wenyan-pbVjoM9_.js +0 -6
  372. package/dist/wgsl-DY4iK1q1.js +0 -6
  373. package/dist/wikitext-Z-MoUasO.js +0 -6
  374. package/dist/wit-CQMQOlTg.js +0 -6
  375. package/dist/wolfram-Dz4KXISs.js +0 -6
  376. package/dist/xml-C2J0sS9M.js +0 -8
  377. package/dist/xsl-BmSZphgC.js +0 -8
  378. package/dist/yaml-DaO7k5B1.js +0 -6
  379. package/dist/zenscript-CxBjpf9c.js +0 -6
  380. package/dist/zig-Vm0PO9wB.js +0 -6
@@ -0,0 +1,80 @@
1
+ import type { HighlighterCore } from 'shiki';
2
+
3
+ // 缓存 highlighter 实例,全局单例模式
4
+ let highlighterPromise: Promise<HighlighterCore> | null = null;
5
+
6
+ /**
7
+ * 获取 Shiki 高亮器实例(单例模式)
8
+ * 支持的语言:json
9
+ * 支持的主题:vitesse-dark, vitesse-light
10
+ *
11
+ * 所有 shiki 相关模块均采用动态导入,避免主 bundle 体积过大
12
+ */
13
+ export function getShikiHighlighter(): Promise<HighlighterCore> {
14
+ if (!highlighterPromise) {
15
+ highlighterPromise = (async () => {
16
+ // 动态导入 shiki 核心模块
17
+ const [
18
+ { createHighlighterCore },
19
+ { createOnigurumaEngine },
20
+ ] = await Promise.all([
21
+ import('shiki/core'),
22
+ import('shiki/engine/oniguruma'),
23
+ ]);
24
+
25
+ return createHighlighterCore({
26
+ themes: [
27
+ import('shiki/themes/vitesse-light.mjs'),
28
+ import('shiki/themes/vitesse-dark.mjs'),
29
+ ],
30
+ langs: [
31
+ import('shiki/langs/json.mjs'),
32
+ ],
33
+ engine: createOnigurumaEngine(import('shiki/wasm')),
34
+ });
35
+ })();
36
+ }
37
+ return highlighterPromise;
38
+ }
39
+
40
+ export interface HighlightCodeOptions {
41
+ /** 代码语言,默认 json */
42
+ lang?: string
43
+ /** 亮色主题,默认 vitesse-light */
44
+ lightTheme?: string
45
+ /** 暗色主题,默认 vitesse-dark */
46
+ darkTheme?: string
47
+ }
48
+
49
+ /**
50
+ * 使用 Shiki 高亮代码
51
+ * @param code 要高亮的代码
52
+ * @param options 高亮选项
53
+ * @returns 高亮后的 HTML 字符串
54
+ */
55
+ export async function highlightCode(
56
+ code: string,
57
+ options: HighlightCodeOptions = {},
58
+ ): Promise<string> {
59
+ const {
60
+ lang = 'json',
61
+ lightTheme = 'vitesse-light',
62
+ darkTheme = 'vitesse-dark',
63
+ } = options;
64
+
65
+ try {
66
+ const highlighter = await getShikiHighlighter();
67
+
68
+ return highlighter.codeToHtml(code, {
69
+ lang,
70
+ themes: {
71
+ light: lightTheme,
72
+ dark: darkTheme,
73
+ },
74
+ });
75
+ }
76
+ catch (error) {
77
+ console.error('Failed to highlight code:', error);
78
+ return `<pre><code>${code}</code></pre>`;
79
+ }
80
+ }
@@ -104,7 +104,7 @@ declare namespace Settings {
104
104
  /**
105
105
  * 是否开启主页
106
106
  *
107
- * @默认值 `true`
107
+ * @默认值 `false`
108
108
  */
109
109
  enable?: boolean
110
110
 
@@ -1,123 +0,0 @@
1
- import { cK as k, cQ as B, cR as H, _ as w, b as A } from "./index-B3GOGQYd.js";
2
- import { markRaw as E, createElementBlock as h, openBlock as a, createElementVNode as i, defineComponent as N, defineAsyncComponent as t, useModel as z, computed as u, watch as g, createBlock as S, createSlots as O, withCtx as p, Fragment as P, renderList as R, unref as c, resolveDynamicComponent as W, createVNode as f, createTextVNode as $ } from "vue";
3
- import D from "vue-m-message";
4
- import { useRoute as I } from "vue-router";
5
- const F = {
6
- viewBox: "0 0 1024 1024",
7
- width: "1.2em",
8
- height: "1.2em"
9
- };
10
- function J(l, o) {
11
- return a(), h("svg", F, [...o[0] || (o[0] = [
12
- i("path", {
13
- fill: "currentColor",
14
- d: "M128 320v576h576V320zm-32-64h640a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32M960 96v704a32 32 0 0 1-32 32h-96v-64h64V128H384v64h-64V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32M256 672h320v64H256zm0-192h320v64H256z"
15
- }, null, -1)
16
- ])]);
17
- }
18
- const K = E({ name: "ep-document-copy", render: J }), L = { class: "settong-warp" }, Q = /* @__PURE__ */ N({
19
- name: "AppSetting",
20
- components: {
21
- SettingThemes: t(() => import("./SettingThemes-DoTkccTu.js")),
22
- SettingsMode: t(() => import("./SettingMode-B6OwuuHR.js")),
23
- SettingWidthMode: t(() => import("./SettingWidthMode-DQmewGT6.js")),
24
- SettingEnableTransition: t(() => import("./SettingEnableTransition-16PeKbCJ.js")),
25
- SettingMenu: t(() => import("./SettingMenu-DDOmRqGo.js")),
26
- SettingTopbar: t(() => import("./SettingTopbar-BRZEIJZt.js")),
27
- SettingTabbar: t(() => import("./SettingTabbar-BxxzDY5f.js")),
28
- SettingToolbar: t(() => import("./SettingToolbar-ogjoj5NI.js")),
29
- SettingBreadcrumb: t(() => import("./SettingBreadcrumb-Chx1c5oE.js")),
30
- SettingPage: t(() => import("./SettingPage-DmfsDzGF.js")),
31
- SettingNavSearch: t(() => import("./SettingNavSearch-BzmXK8I0.js")),
32
- SettingCopyright: t(() => import("./SettingCopyright-BgIL_X3d.js")),
33
- SettingHome: t(() => import("./SettingHome-DuLT9846.js")),
34
- SettingOther: t(() => import("./SettingOther-DcDn9I3J.js"))
35
- },
36
- __name: "AppSetting",
37
- props: {
38
- open: { default: !1 },
39
- openModifiers: {}
40
- },
41
- emits: ["update:open"],
42
- setup(l) {
43
- const o = z(l, "open"), v = I(), { settingsStore: m, menuStore: d } = k(), _ = u(() => m.mode !== "pc"), b = u(() => T(
44
- [
45
- "SettingThemes",
46
- "SettingsMode",
47
- "SettingWidthMode",
48
- "SettingEnableTransition",
49
- "SettingMenu",
50
- "SettingTopbar",
51
- "SettingTabbar",
52
- "SettingToolbar",
53
- "SettingBreadcrumb",
54
- "SettingPage",
55
- "SettingNavSearch",
56
- "SettingHome",
57
- "SettingCopyright",
58
- "SettingOther"
59
- ],
60
- [
61
- "SettingsMode",
62
- "SettingWidthMode",
63
- "SettingEnableTransition",
64
- "SettingBreadcrumb"
65
- ]
66
- ));
67
- g(() => m.settings.menu.menuMode, (n) => {
68
- n === "single" ? d.setActived(0) : d.setActived(v.fullPath);
69
- });
70
- const { copy: M, copied: y, isSupported: C } = B();
71
- g(y, (n) => {
72
- n && D.success("复制成功,请粘贴到 src/settings.ts 文件中!", {
73
- zIndex: 2e3
74
- });
75
- });
76
- function x() {
77
- M(JSON.stringify(m.settings, null, 2));
78
- }
79
- function T(n, e) {
80
- return n.filter((r) => _.value ? !e.includes(r) : r);
81
- }
82
- return (n, e) => {
83
- const r = w, V = H;
84
- return a(), S(V, {
85
- modelValue: o.value,
86
- "onUpdate:modelValue": e[0] || (e[0] = (s) => o.value = s),
87
- title: "应用配置"
88
- }, O({
89
- default: p(() => [
90
- i("div", L, [
91
- e[1] || (e[1] = i("div", { class: "rounded-2 bg-rose/20 px-4 py-2 text-sm/6 c-rose" }, [
92
- i("p", { class: "my-1" }, " 应用配置可实时预览效果,但只是临时生效,要想真正应用于项目,可以点击下方的「复制配置」按钮,并将配置粘贴到 src/settings.ts 文件中。 "),
93
- i("p", { class: "my-1" }, " 注意:在生产环境中应关闭该模块。 ")
94
- ], -1)),
95
- (a(!0), h(P, null, R(c(b), (s) => (a(), S(W(s), { key: s }))), 128))
96
- ])
97
- ]),
98
- _: 2
99
- }, [
100
- c(C) ? {
101
- name: "footer",
102
- fn: p(() => [
103
- f(r, {
104
- block: "",
105
- onClick: x
106
- }, {
107
- default: p(() => [
108
- f(c(K)),
109
- e[2] || (e[2] = $(" 复制配置 "))
110
- ]),
111
- _: 1,
112
- __: [2]
113
- })
114
- ]),
115
- key: "0"
116
- } : void 0
117
- ]), 1032, ["modelValue"]);
118
- };
119
- }
120
- }), X = /* @__PURE__ */ A(Q, [["__scopeId", "data-v-10c15033"]]);
121
- export {
122
- X as default
123
- };
@@ -1,39 +0,0 @@
1
- import { defineComponent as c, watch as u, createElementBlock as n, openBlock as a, Fragment as s, renderList as m, normalizeClass as p, createBlock as b, unref as f, createTextVNode as h, toDisplayString as k } from "vue";
2
- import { cC as y } from "./index-B3GOGQYd.js";
3
- import "pinia";
4
- const _ = { class: "inline-flex select-none items-center justify-center of-hidden rounded-md bg-stone-3 dark:bg-stone-7" }, g = ["disabled", "onClick"], w = /* @__PURE__ */ c({
5
- __name: "HCheckList",
6
- props: {
7
- modelValue: {},
8
- options: {},
9
- disabled: { type: Boolean, default: !1 }
10
- },
11
- emits: ["update:modelValue", "change"],
12
- setup(i, { emit: o }) {
13
- const r = i, l = o;
14
- u(() => r.modelValue, (e) => {
15
- l("change", e);
16
- });
17
- function d(e) {
18
- l("update:modelValue", e);
19
- }
20
- return (e, x) => (a(), n("div", _, [
21
- (a(!0), n(s, null, m(e.options, (t) => (a(), n("button", {
22
- key: t.value,
23
- disabled: e.disabled || t.disabled,
24
- class: p(["flex cursor-pointer items-center truncate border-size-0 bg-inherit px-2 py-1.5 text-sm disabled:cursor-not-allowed disabled:opacity-50 hover:not-disabled:(bg-ui-primary text-ui-text)", { "text-ui-text bg-ui-primary": e.modelValue === t.value }]),
25
- onClick: (v) => d(t.value)
26
- }, [
27
- t.icon ? (a(), b(f(y), {
28
- key: 0,
29
- name: t.icon
30
- }, null, 8, ["name"])) : (a(), n(s, { key: 1 }, [
31
- h(k(t.label), 1)
32
- ], 64))
33
- ], 10, g))), 128))
34
- ]));
35
- }
36
- });
37
- export {
38
- w as _
39
- };
@@ -1,20 +0,0 @@
1
- import { defineComponent as r, createElementBlock as s, openBlock as a, createElementVNode as e, renderSlot as f, toDisplayString as i } from "vue";
2
- const p = { "w-full": "" }, l = { class: "flex items-center justify-between gap-4 my-4 whitespace-nowrap text-sm font-500 before:content-empty before:w-full before:h-1px before:bg-stone-2 dark:before:bg-stone-6 after:content-empty after:w-full after:h-1px after:bg-stone-2 dark:after:bg-stone-6" }, c = { class: "px-2.5 py-[5px]" }, _ = /* @__PURE__ */ r({
3
- name: "HDivider",
4
- __name: "HDivider",
5
- props: {
6
- title: {}
7
- },
8
- setup(t) {
9
- const o = t;
10
- return (n, d) => (a(), s("div", p, [
11
- e("div", l, [
12
- e("div", c, i(o.title), 1)
13
- ]),
14
- f(n.$slots, "default")
15
- ]));
16
- }
17
- });
18
- export {
19
- _
20
- };
@@ -1,33 +0,0 @@
1
- import { defineComponent as d, ref as r, createElementBlock as s, openBlock as i, createElementVNode as p } from "vue";
2
- const u = { class: "relative w-full lg:w-48" }, c = ["value", "placeholder", "disabled"], _ = /* @__PURE__ */ d({
3
- __name: "HInput",
4
- props: {
5
- modelValue: {},
6
- placeholder: {},
7
- disabled: { type: Boolean, default: !1 }
8
- },
9
- emits: ["update:modelValue"],
10
- setup(m, { expose: o, emit: t }) {
11
- const a = t, l = r();
12
- function n(e) {
13
- a("update:modelValue", e.target.value);
14
- }
15
- return o({
16
- ref: l
17
- }), (e, f) => (i(), s("div", u, [
18
- p("input", {
19
- ref_key: "inputRef",
20
- ref: l,
21
- type: "text",
22
- value: e.modelValue,
23
- placeholder: e.placeholder,
24
- disabled: e.disabled,
25
- class: "relative block w-full border-0 rounded-md bg-white px-2.5 py-1.5 text-sm shadow-sm ring-1 ring-stone-2 ring-inset disabled:cursor-not-allowed dark:bg-dark disabled:opacity-50 focus:outline-none focus:ring-2 dark:ring-stone-8 focus:ring-ui-primary placeholder-stone-4 dark:placeholder-stone-5",
26
- onInput: n
27
- }, null, 40, c)
28
- ]));
29
- }
30
- });
31
- export {
32
- _
33
- };
@@ -1,34 +0,0 @@
1
- import { defineComponent as u, computed as c, createElementBlock as m, openBlock as r, withDirectives as i, createElementVNode as n, isRef as _, vModelCheckbox as f, unref as b } from "vue";
2
- import { b as g } from "./index-B3GOGQYd.js";
3
- const V = { class: "switch" }, k = /* @__PURE__ */ u({
4
- __name: "HToggle",
5
- props: {
6
- modelValue: { type: Boolean },
7
- disabled: { type: Boolean, default: !1 },
8
- onIcon: {},
9
- offIcon: {}
10
- },
11
- emits: ["update:modelValue"],
12
- setup(l, { emit: s }) {
13
- const a = l, d = s, o = c({
14
- get() {
15
- return a.modelValue;
16
- },
17
- set(t) {
18
- d("update:modelValue", t);
19
- }
20
- });
21
- return (t, e) => (r(), m("label", V, [
22
- i(n("input", {
23
- "onUpdate:modelValue": e[0] || (e[0] = (p) => _(o) ? o.value = p : null),
24
- type: "checkbox"
25
- }, null, 512), [
26
- [f, b(o)]
27
- ]),
28
- e[1] || (e[1] = n("span", { class: "bg-[#d6d3d1] dark:bg-stone-5" }, null, -1))
29
- ]));
30
- }
31
- }), B = /* @__PURE__ */ g(k, [["__scopeId", "data-v-1e5b7c03"]]);
32
- export {
33
- B as _
34
- };
@@ -1,4 +0,0 @@
1
- import { cE as f } from "./index-B3GOGQYd.js";
2
- export {
3
- f as default
4
- };