create-yoya-ui 0.2.0 → 0.2.2

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 (914) hide show
  1. package/README.md +11 -10
  2. package/bin/create-yoya-ui.js +1 -1
  3. package/package.json +1 -1
  4. package/templates/admin/README.md +59 -47
  5. package/templates/admin/RULES.md +105 -0
  6. package/templates/admin/dist/assets/index-C9C1xRte.js +35 -0
  7. package/templates/admin/dist/assets/index-Dh32qJDx.css +1 -0
  8. package/templates/admin/dist/index.html +13 -0
  9. package/templates/admin/node_modules/.bin/nanoid +16 -0
  10. package/templates/admin/node_modules/.bin/nanoid.cmd +17 -0
  11. package/templates/admin/node_modules/.bin/nanoid.ps1 +28 -0
  12. package/templates/admin/node_modules/.bin/rolldown +16 -0
  13. package/templates/admin/node_modules/.bin/rolldown.cmd +17 -0
  14. package/templates/admin/node_modules/.bin/rolldown.ps1 +28 -0
  15. package/templates/admin/node_modules/.bin/tsc +16 -0
  16. package/templates/admin/node_modules/.bin/tsc.cmd +17 -0
  17. package/templates/admin/node_modules/.bin/tsc.ps1 +28 -0
  18. package/templates/admin/node_modules/.bin/vite +16 -0
  19. package/templates/admin/node_modules/.bin/vite.cmd +17 -0
  20. package/templates/admin/node_modules/.bin/vite.ps1 +28 -0
  21. package/templates/admin/node_modules/.package-lock.json +389 -0
  22. package/templates/admin/node_modules/.vite/deps/@yoyaflow_yoya-ui.js +13116 -0
  23. package/templates/admin/node_modules/.vite/deps/@yoyaflow_yoya-ui.js.map +1 -0
  24. package/templates/admin/node_modules/.vite/deps/_metadata.json +12 -5
  25. package/templates/admin/node_modules/@oxc-project/types/LICENSE +22 -0
  26. package/templates/admin/node_modules/@oxc-project/types/README.md +3 -0
  27. package/templates/admin/node_modules/@oxc-project/types/package.json +26 -0
  28. package/templates/admin/node_modules/@oxc-project/types/types.d.ts +1912 -0
  29. package/templates/admin/node_modules/@rolldown/binding-win32-x64-msvc/README.md +3 -0
  30. package/templates/admin/node_modules/@rolldown/binding-win32-x64-msvc/package.json +37 -0
  31. package/templates/admin/node_modules/@rolldown/binding-win32-x64-msvc/rolldown-binding.win32-x64-msvc.node +0 -0
  32. package/templates/admin/node_modules/@rolldown/pluginutils/LICENSE +21 -0
  33. package/templates/admin/node_modules/@rolldown/pluginutils/README.md +145 -0
  34. package/templates/admin/node_modules/@rolldown/pluginutils/dist/filter/index.d.mts +194 -0
  35. package/templates/admin/node_modules/@rolldown/pluginutils/dist/filter/index.mjs +2 -0
  36. package/templates/admin/node_modules/@rolldown/pluginutils/dist/filter-B_mD-HGz.mjs +323 -0
  37. package/templates/admin/node_modules/@rolldown/pluginutils/dist/index.d.mts +2 -0
  38. package/templates/admin/node_modules/@rolldown/pluginutils/dist/index.mjs +2 -0
  39. package/templates/admin/node_modules/@rolldown/pluginutils/package.json +40 -0
  40. package/templates/admin/node_modules/@typescript/typescript-win32-x64/LICENSE +55 -0
  41. package/templates/admin/node_modules/@typescript/typescript-win32-x64/NOTICE.txt +436 -0
  42. package/templates/admin/node_modules/@typescript/typescript-win32-x64/README.md +3 -0
  43. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.d.ts +20 -0
  44. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.decorators.d.ts +382 -0
  45. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.decorators.legacy.d.ts +20 -0
  46. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.dom.asynciterable.d.ts +18 -0
  47. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.dom.d.ts +45125 -0
  48. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.dom.iterable.d.ts +18 -0
  49. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.collection.d.ts +159 -0
  50. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.core.d.ts +595 -0
  51. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.d.ts +26 -0
  52. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.generator.d.ts +75 -0
  53. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.iterable.d.ts +603 -0
  54. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.promise.d.ts +79 -0
  55. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.proxy.d.ts +126 -0
  56. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.reflect.d.ts +142 -0
  57. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.symbol.d.ts +44 -0
  58. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.symbol.wellknown.d.ts +324 -0
  59. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2016.array.include.d.ts +114 -0
  60. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2016.d.ts +19 -0
  61. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2016.full.d.ts +21 -0
  62. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2016.intl.d.ts +29 -0
  63. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.arraybuffer.d.ts +19 -0
  64. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.d.ts +24 -0
  65. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.date.d.ts +29 -0
  66. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.full.d.ts +21 -0
  67. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.intl.d.ts +42 -0
  68. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.object.d.ts +47 -0
  69. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.sharedmemory.d.ts +133 -0
  70. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.string.d.ts +47 -0
  71. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.typedarrays.d.ts +51 -0
  72. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2018.asyncgenerator.d.ts +75 -0
  73. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2018.asynciterable.d.ts +51 -0
  74. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2018.d.ts +22 -0
  75. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2018.full.d.ts +22 -0
  76. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2018.intl.d.ts +81 -0
  77. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2018.promise.d.ts +28 -0
  78. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2018.regexp.d.ts +35 -0
  79. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2019.array.d.ts +77 -0
  80. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2019.d.ts +22 -0
  81. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2019.full.d.ts +22 -0
  82. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2019.intl.d.ts +21 -0
  83. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2019.object.d.ts +31 -0
  84. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2019.string.d.ts +35 -0
  85. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2019.symbol.d.ts +22 -0
  86. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.bigint.d.ts +763 -0
  87. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.d.ts +25 -0
  88. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.date.d.ts +40 -0
  89. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.full.d.ts +22 -0
  90. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.intl.d.ts +472 -0
  91. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.number.d.ts +26 -0
  92. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.promise.d.ts +45 -0
  93. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.sharedmemory.d.ts +97 -0
  94. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.string.d.ts +42 -0
  95. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.symbol.wellknown.d.ts +39 -0
  96. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2021.d.ts +21 -0
  97. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2021.full.d.ts +22 -0
  98. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2021.intl.d.ts +164 -0
  99. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2021.promise.d.ts +46 -0
  100. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2021.string.d.ts +31 -0
  101. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2021.weakref.d.ts +76 -0
  102. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.array.d.ts +119 -0
  103. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.d.ts +23 -0
  104. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.error.d.ts +73 -0
  105. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.full.d.ts +22 -0
  106. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.intl.d.ts +143 -0
  107. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.object.d.ts +24 -0
  108. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.regexp.d.ts +37 -0
  109. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.string.d.ts +23 -0
  110. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2023.array.d.ts +922 -0
  111. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2023.collection.d.ts +19 -0
  112. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2023.d.ts +20 -0
  113. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2023.full.d.ts +22 -0
  114. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2023.intl.d.ts +62 -0
  115. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.arraybuffer.d.ts +63 -0
  116. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.collection.d.ts +27 -0
  117. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.d.ts +24 -0
  118. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.full.d.ts +22 -0
  119. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.object.d.ts +27 -0
  120. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.promise.d.ts +33 -0
  121. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.regexp.d.ts +23 -0
  122. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.sharedmemory.d.ts +66 -0
  123. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.string.d.ts +27 -0
  124. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.collection.d.ts +94 -0
  125. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.d.ts +23 -0
  126. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.float16.d.ts +443 -0
  127. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.full.d.ts +22 -0
  128. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.intl.d.ts +200 -0
  129. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.iterator.d.ts +146 -0
  130. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.promise.d.ts +32 -0
  131. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.regexp.d.ts +30 -0
  132. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es5.d.ts +4599 -0
  133. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es6.d.ts +21 -0
  134. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.array.d.ts +33 -0
  135. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.collection.d.ts +47 -0
  136. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.d.ts +27 -0
  137. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.date.d.ts +21 -0
  138. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.decorators.d.ts +26 -0
  139. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.disposable.d.ts +191 -0
  140. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.error.d.ts +22 -0
  141. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.full.d.ts +22 -0
  142. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.intl.d.ts +107 -0
  143. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.sharedmemory.d.ts +23 -0
  144. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.temporal.d.ts +485 -0
  145. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.typedarrays.d.ts +90 -0
  146. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.scripthost.d.ts +320 -0
  147. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.webworker.asynciterable.d.ts +18 -0
  148. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.webworker.d.ts +15606 -0
  149. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.webworker.importscripts.d.ts +21 -0
  150. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.webworker.iterable.d.ts +18 -0
  151. package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/tsc.exe +0 -0
  152. package/templates/admin/node_modules/@typescript/typescript-win32-x64/package.json +45 -0
  153. package/templates/admin/node_modules/@yoyaflow/yoya-ui/LICENSE +21 -0
  154. package/templates/admin/node_modules/@yoyaflow/yoya-ui/README.md +271 -0
  155. package/templates/admin/node_modules/@yoyaflow/yoya-ui/README.zh-CN.md +272 -0
  156. package/templates/admin/node_modules/@yoyaflow/yoya-ui/dist/echarts.min.js +45 -0
  157. package/templates/admin/node_modules/@yoyaflow/yoya-ui/dist/yoya-ui.umd.js +35 -0
  158. package/templates/admin/node_modules/@yoyaflow/yoya-ui/dist/yoya.core.js +1779 -0
  159. package/templates/admin/node_modules/@yoyaflow/yoya-ui/dist/yoya.echart.js +643 -0
  160. package/templates/admin/node_modules/@yoyaflow/yoya-ui/dist/yoya.ssr.js +2856 -0
  161. package/templates/admin/node_modules/@yoyaflow/yoya-ui/dist/yoya.ui.css +2289 -0
  162. package/templates/admin/node_modules/@yoyaflow/yoya-ui/dist/yoya.ui.js +13174 -0
  163. package/templates/admin/node_modules/@yoyaflow/yoya-ui/package.json +94 -0
  164. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/actions.d.ts +166 -0
  165. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/async.d.ts +108 -0
  166. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/chart.d.ts +40 -0
  167. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/core.d.ts +582 -0
  168. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/css.d.ts +5 -0
  169. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/data-display.d.ts +620 -0
  170. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/effects.d.ts +64 -0
  171. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/feedback.d.ts +119 -0
  172. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/form.d.ts +507 -0
  173. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/html.d.ts +288 -0
  174. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/i18n.d.ts +56 -0
  175. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/index.d.ts +4 -0
  176. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/layout.d.ts +444 -0
  177. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/navigation.d.ts +275 -0
  178. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/router.d.ts +123 -0
  179. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/ssr.d.ts +124 -0
  180. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/svg.d.ts +159 -0
  181. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/theme.d.ts +40 -0
  182. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/yoya.core.d.ts +7 -0
  183. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/yoya.echart.d.ts +4 -0
  184. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/yoya.ssr.d.ts +9 -0
  185. package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/yoya.ui.d.ts +19 -0
  186. package/templates/admin/node_modules/detect-libc/LICENSE +201 -0
  187. package/templates/admin/node_modules/detect-libc/README.md +163 -0
  188. package/templates/admin/node_modules/detect-libc/index.d.ts +14 -0
  189. package/templates/admin/node_modules/detect-libc/lib/detect-libc.js +313 -0
  190. package/templates/admin/node_modules/detect-libc/lib/elf.js +39 -0
  191. package/templates/admin/node_modules/detect-libc/lib/filesystem.js +51 -0
  192. package/templates/admin/node_modules/detect-libc/lib/process.js +24 -0
  193. package/templates/admin/node_modules/detect-libc/package.json +44 -0
  194. package/templates/admin/node_modules/fdir/LICENSE +7 -0
  195. package/templates/admin/node_modules/fdir/README.md +91 -0
  196. package/templates/admin/node_modules/fdir/dist/index.cjs +588 -0
  197. package/templates/admin/node_modules/fdir/dist/index.d.cts +155 -0
  198. package/templates/admin/node_modules/fdir/dist/index.d.mts +155 -0
  199. package/templates/admin/node_modules/fdir/dist/index.mjs +570 -0
  200. package/templates/admin/node_modules/fdir/package.json +103 -0
  201. package/templates/admin/node_modules/lightningcss/LICENSE +373 -0
  202. package/templates/admin/node_modules/lightningcss/README.md +105 -0
  203. package/templates/admin/node_modules/lightningcss/node/ast.d.ts +9965 -0
  204. package/templates/admin/node_modules/lightningcss/node/ast.js.flow +10615 -0
  205. package/templates/admin/node_modules/lightningcss/node/browserslistToTargets.js +48 -0
  206. package/templates/admin/node_modules/lightningcss/node/composeVisitors.js +450 -0
  207. package/templates/admin/node_modules/lightningcss/node/flags.js +28 -0
  208. package/templates/admin/node_modules/lightningcss/node/index.d.ts +501 -0
  209. package/templates/admin/node_modules/lightningcss/node/index.js +59 -0
  210. package/templates/admin/node_modules/lightningcss/node/index.js.flow +854 -0
  211. package/templates/admin/node_modules/lightningcss/node/index.mjs +4 -0
  212. package/templates/admin/node_modules/lightningcss/node/targets.d.ts +40 -0
  213. package/templates/admin/node_modules/lightningcss/node/targets.js.flow +39 -0
  214. package/templates/admin/node_modules/lightningcss/package.json +110 -0
  215. package/templates/admin/node_modules/lightningcss-win32-x64-msvc/LICENSE +373 -0
  216. package/templates/admin/node_modules/lightningcss-win32-x64-msvc/README.md +1 -0
  217. package/templates/admin/node_modules/lightningcss-win32-x64-msvc/lightningcss.win32-x64-msvc.node +0 -0
  218. package/templates/admin/node_modules/lightningcss-win32-x64-msvc/package.json +34 -0
  219. package/templates/admin/node_modules/nanoid/LICENSE +20 -0
  220. package/templates/admin/node_modules/nanoid/README.md +39 -0
  221. package/templates/admin/node_modules/nanoid/async/index.browser.cjs +43 -0
  222. package/templates/admin/node_modules/nanoid/async/index.browser.js +43 -0
  223. package/templates/admin/node_modules/nanoid/async/index.cjs +47 -0
  224. package/templates/admin/node_modules/nanoid/async/index.d.ts +56 -0
  225. package/templates/admin/node_modules/nanoid/async/index.js +47 -0
  226. package/templates/admin/node_modules/nanoid/async/index.native.js +38 -0
  227. package/templates/admin/node_modules/nanoid/async/package.json +12 -0
  228. package/templates/admin/node_modules/nanoid/bin/nanoid.cjs +55 -0
  229. package/templates/admin/node_modules/nanoid/index.browser.cjs +45 -0
  230. package/templates/admin/node_modules/nanoid/index.browser.js +45 -0
  231. package/templates/admin/node_modules/nanoid/index.cjs +58 -0
  232. package/templates/admin/node_modules/nanoid/index.d.cts +91 -0
  233. package/templates/admin/node_modules/nanoid/index.d.ts +91 -0
  234. package/templates/admin/node_modules/nanoid/index.js +63 -0
  235. package/templates/admin/node_modules/nanoid/nanoid.js +1 -0
  236. package/templates/admin/node_modules/nanoid/non-secure/index.cjs +24 -0
  237. package/templates/admin/node_modules/nanoid/non-secure/index.d.ts +33 -0
  238. package/templates/admin/node_modules/nanoid/non-secure/index.js +24 -0
  239. package/templates/admin/node_modules/nanoid/non-secure/package.json +6 -0
  240. package/templates/admin/node_modules/nanoid/package.json +89 -0
  241. package/templates/admin/node_modules/nanoid/url-alphabet/index.cjs +4 -0
  242. package/templates/admin/node_modules/nanoid/url-alphabet/index.js +4 -0
  243. package/templates/admin/node_modules/nanoid/url-alphabet/package.json +6 -0
  244. package/templates/admin/node_modules/picocolors/LICENSE +15 -0
  245. package/templates/admin/node_modules/picocolors/README.md +21 -0
  246. package/templates/admin/node_modules/picocolors/package.json +25 -0
  247. package/templates/admin/node_modules/picocolors/picocolors.browser.js +4 -0
  248. package/templates/admin/node_modules/picocolors/picocolors.d.ts +5 -0
  249. package/templates/admin/node_modules/picocolors/picocolors.js +75 -0
  250. package/templates/admin/node_modules/picocolors/types.d.ts +51 -0
  251. package/templates/admin/node_modules/picomatch/LICENSE +21 -0
  252. package/templates/admin/node_modules/picomatch/README.md +743 -0
  253. package/templates/admin/node_modules/picomatch/index.js +17 -0
  254. package/templates/admin/node_modules/picomatch/lib/constants.js +184 -0
  255. package/templates/admin/node_modules/picomatch/lib/parse.js +1425 -0
  256. package/templates/admin/node_modules/picomatch/lib/picomatch.js +361 -0
  257. package/templates/admin/node_modules/picomatch/lib/scan.js +403 -0
  258. package/templates/admin/node_modules/picomatch/lib/utils.js +72 -0
  259. package/templates/admin/node_modules/picomatch/package.json +83 -0
  260. package/templates/admin/node_modules/picomatch/posix.js +3 -0
  261. package/templates/admin/node_modules/postcss/LICENSE +20 -0
  262. package/templates/admin/node_modules/postcss/README.md +27 -0
  263. package/templates/admin/node_modules/postcss/lib/at-rule.d.ts +139 -0
  264. package/templates/admin/node_modules/postcss/lib/at-rule.js +25 -0
  265. package/templates/admin/node_modules/postcss/lib/comment.d.ts +67 -0
  266. package/templates/admin/node_modules/postcss/lib/comment.js +13 -0
  267. package/templates/admin/node_modules/postcss/lib/container.d.ts +478 -0
  268. package/templates/admin/node_modules/postcss/lib/container.js +494 -0
  269. package/templates/admin/node_modules/postcss/lib/css-syntax-error.d.ts +247 -0
  270. package/templates/admin/node_modules/postcss/lib/css-syntax-error.js +133 -0
  271. package/templates/admin/node_modules/postcss/lib/declaration.d.ts +150 -0
  272. package/templates/admin/node_modules/postcss/lib/declaration.js +24 -0
  273. package/templates/admin/node_modules/postcss/lib/document.d.ts +68 -0
  274. package/templates/admin/node_modules/postcss/lib/document.js +33 -0
  275. package/templates/admin/node_modules/postcss/lib/fromJSON.d.ts +9 -0
  276. package/templates/admin/node_modules/postcss/lib/fromJSON.js +107 -0
  277. package/templates/admin/node_modules/postcss/lib/input.d.ts +226 -0
  278. package/templates/admin/node_modules/postcss/lib/input.js +282 -0
  279. package/templates/admin/node_modules/postcss/lib/lazy-result.d.ts +189 -0
  280. package/templates/admin/node_modules/postcss/lib/lazy-result.js +626 -0
  281. package/templates/admin/node_modules/postcss/lib/list.d.ts +60 -0
  282. package/templates/admin/node_modules/postcss/lib/list.js +59 -0
  283. package/templates/admin/node_modules/postcss/lib/map-generator.js +376 -0
  284. package/templates/admin/node_modules/postcss/lib/no-work-result.d.ts +45 -0
  285. package/templates/admin/node_modules/postcss/lib/no-work-result.js +137 -0
  286. package/templates/admin/node_modules/postcss/lib/node.d.ts +555 -0
  287. package/templates/admin/node_modules/postcss/lib/node.js +494 -0
  288. package/templates/admin/node_modules/postcss/lib/parse.d.ts +9 -0
  289. package/templates/admin/node_modules/postcss/lib/parse.js +42 -0
  290. package/templates/admin/node_modules/postcss/lib/parser.js +618 -0
  291. package/templates/admin/node_modules/postcss/lib/postcss.d.mts +66 -0
  292. package/templates/admin/node_modules/postcss/lib/postcss.d.ts +464 -0
  293. package/templates/admin/node_modules/postcss/lib/postcss.js +101 -0
  294. package/templates/admin/node_modules/postcss/lib/postcss.mjs +30 -0
  295. package/templates/admin/node_modules/postcss/lib/previous-map.d.ts +80 -0
  296. package/templates/admin/node_modules/postcss/lib/previous-map.js +176 -0
  297. package/templates/admin/node_modules/postcss/lib/processor.d.ts +114 -0
  298. package/templates/admin/node_modules/postcss/lib/processor.js +67 -0
  299. package/templates/admin/node_modules/postcss/lib/result.d.ts +204 -0
  300. package/templates/admin/node_modules/postcss/lib/result.js +42 -0
  301. package/templates/admin/node_modules/postcss/lib/root.d.ts +86 -0
  302. package/templates/admin/node_modules/postcss/lib/root.js +76 -0
  303. package/templates/admin/node_modules/postcss/lib/rule.d.ts +126 -0
  304. package/templates/admin/node_modules/postcss/lib/rule.js +27 -0
  305. package/templates/admin/node_modules/postcss/lib/stringifier.d.ts +45 -0
  306. package/templates/admin/node_modules/postcss/lib/stringifier.js +461 -0
  307. package/templates/admin/node_modules/postcss/lib/stringify.d.ts +9 -0
  308. package/templates/admin/node_modules/postcss/lib/stringify.js +11 -0
  309. package/templates/admin/node_modules/postcss/lib/symbols.js +5 -0
  310. package/templates/admin/node_modules/postcss/lib/terminal-highlight.js +70 -0
  311. package/templates/admin/node_modules/postcss/lib/tokenize.js +270 -0
  312. package/templates/admin/node_modules/postcss/lib/warn-once.js +13 -0
  313. package/templates/admin/node_modules/postcss/lib/warning.d.ts +146 -0
  314. package/templates/admin/node_modules/postcss/lib/warning.js +47 -0
  315. package/templates/admin/node_modules/postcss/package.json +88 -0
  316. package/templates/admin/node_modules/rolldown/LICENSE +25 -0
  317. package/templates/admin/node_modules/rolldown/README.md +11 -0
  318. package/templates/admin/node_modules/rolldown/THIRD-PARTY-LICENSE +33 -0
  319. package/templates/admin/node_modules/rolldown/bin/cli.mjs +11 -0
  320. package/templates/admin/node_modules/rolldown/dist/cli.d.mts +1 -0
  321. package/templates/admin/node_modules/rolldown/dist/cli.mjs +1208 -0
  322. package/templates/admin/node_modules/rolldown/dist/config.d.mts +26 -0
  323. package/templates/admin/node_modules/rolldown/dist/config.mjs +4 -0
  324. package/templates/admin/node_modules/rolldown/dist/experimental-default-runtime.mjs +116 -0
  325. package/templates/admin/node_modules/rolldown/dist/experimental-index.d.mts +324 -0
  326. package/templates/admin/node_modules/rolldown/dist/experimental-index.mjs +383 -0
  327. package/templates/admin/node_modules/rolldown/dist/experimental-runtime-base.mjs +95 -0
  328. package/templates/admin/node_modules/rolldown/dist/experimental-runtime-types.d.ts +177 -0
  329. package/templates/admin/node_modules/rolldown/dist/experimental-runtime.d.ts +177 -0
  330. package/templates/admin/node_modules/rolldown/dist/experimental-runtime.mjs +257 -0
  331. package/templates/admin/node_modules/rolldown/dist/filter-index.d.mts +196 -0
  332. package/templates/admin/node_modules/rolldown/dist/filter-index.mjs +376 -0
  333. package/templates/admin/node_modules/rolldown/dist/get-log-filter.d.mts +3 -0
  334. package/templates/admin/node_modules/rolldown/dist/get-log-filter.mjs +68 -0
  335. package/templates/admin/node_modules/rolldown/dist/index.d.mts +4 -0
  336. package/templates/admin/node_modules/rolldown/dist/index.mjs +56 -0
  337. package/templates/admin/node_modules/rolldown/dist/parallel-plugin-worker.d.mts +1 -0
  338. package/templates/admin/node_modules/rolldown/dist/parallel-plugin-worker.mjs +29 -0
  339. package/templates/admin/node_modules/rolldown/dist/parallel-plugin.d.mts +12 -0
  340. package/templates/admin/node_modules/rolldown/dist/parallel-plugin.mjs +6 -0
  341. package/templates/admin/node_modules/rolldown/dist/parse-ast-index.d.mts +30 -0
  342. package/templates/admin/node_modules/rolldown/dist/parse-ast-index.mjs +60 -0
  343. package/templates/admin/node_modules/rolldown/dist/plugins-index.d.mts +32 -0
  344. package/templates/admin/node_modules/rolldown/dist/plugins-index.mjs +40 -0
  345. package/templates/admin/node_modules/rolldown/dist/shared/binding-CtPG-2KR.mjs +675 -0
  346. package/templates/admin/node_modules/rolldown/dist/shared/binding-Og__jmUi.d.mts +2065 -0
  347. package/templates/admin/node_modules/rolldown/dist/shared/bindingify-input-options-4JJxbZl2.mjs +2416 -0
  348. package/templates/admin/node_modules/rolldown/dist/shared/constructors-Qrp2Xr6w.d.mts +35 -0
  349. package/templates/admin/node_modules/rolldown/dist/shared/constructors-ltBDfHX1.mjs +69 -0
  350. package/templates/admin/node_modules/rolldown/dist/shared/create-bundler-option-DSPiA5F7.mjs +3220 -0
  351. package/templates/admin/node_modules/rolldown/dist/shared/define-config-Demdg3_4.mjs +6 -0
  352. package/templates/admin/node_modules/rolldown/dist/shared/define-config-Nbz-lniw.d.mts +4101 -0
  353. package/templates/admin/node_modules/rolldown/dist/shared/dist-DKbukT1H.mjs +154 -0
  354. package/templates/admin/node_modules/rolldown/dist/shared/error-HDibX49O.mjs +85 -0
  355. package/templates/admin/node_modules/rolldown/dist/shared/get-log-filter-AjBknEEO.d.mts +34 -0
  356. package/templates/admin/node_modules/rolldown/dist/shared/load-config-BMUrE9HH.mjs +137 -0
  357. package/templates/admin/node_modules/rolldown/dist/shared/logging-xuHO4mAy.d.mts +50 -0
  358. package/templates/admin/node_modules/rolldown/dist/shared/logs-DmYCAKcW.mjs +192 -0
  359. package/templates/admin/node_modules/rolldown/dist/shared/misc-DOSKtd97.mjs +29 -0
  360. package/templates/admin/node_modules/rolldown/dist/shared/normalize-string-or-regex-DWz4it3p.mjs +68 -0
  361. package/templates/admin/node_modules/rolldown/dist/shared/parse-D0g29RgN.mjs +74 -0
  362. package/templates/admin/node_modules/rolldown/dist/shared/prompt-CH6TK0bC.mjs +885 -0
  363. package/templates/admin/node_modules/rolldown/dist/shared/resolve-tsconfig-CLYpUIZC.mjs +128 -0
  364. package/templates/admin/node_modules/rolldown/dist/shared/rolldown-C9Hfg50O.mjs +179 -0
  365. package/templates/admin/node_modules/rolldown/dist/shared/transform-DR4CXeQm.d.mts +152 -0
  366. package/templates/admin/node_modules/rolldown/dist/shared/watch-UbzgabQn.mjs +377 -0
  367. package/templates/admin/node_modules/rolldown/dist/utils-index.d.mts +375 -0
  368. package/templates/admin/node_modules/rolldown/dist/utils-index.mjs +2416 -0
  369. package/templates/admin/node_modules/rolldown/package.json +164 -0
  370. package/templates/admin/node_modules/source-map-js/LICENSE +28 -0
  371. package/templates/admin/node_modules/source-map-js/README.md +765 -0
  372. package/templates/admin/node_modules/source-map-js/lib/array-set.js +121 -0
  373. package/templates/admin/node_modules/source-map-js/lib/base64-vlq.js +140 -0
  374. package/templates/admin/node_modules/source-map-js/lib/base64.js +67 -0
  375. package/templates/admin/node_modules/source-map-js/lib/binary-search.js +111 -0
  376. package/templates/admin/node_modules/source-map-js/lib/mapping-list.js +79 -0
  377. package/templates/admin/node_modules/source-map-js/lib/quick-sort.js +132 -0
  378. package/templates/admin/node_modules/source-map-js/lib/source-map-consumer.d.ts +1 -0
  379. package/templates/admin/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
  380. package/templates/admin/node_modules/source-map-js/lib/source-map-generator.d.ts +1 -0
  381. package/templates/admin/node_modules/source-map-js/lib/source-map-generator.js +444 -0
  382. package/templates/admin/node_modules/source-map-js/lib/source-node.d.ts +1 -0
  383. package/templates/admin/node_modules/source-map-js/lib/source-node.js +413 -0
  384. package/templates/admin/node_modules/source-map-js/lib/util.js +594 -0
  385. package/templates/admin/node_modules/source-map-js/package.json +71 -0
  386. package/templates/admin/node_modules/source-map-js/source-map.d.ts +104 -0
  387. package/templates/admin/node_modules/source-map-js/source-map.js +8 -0
  388. package/templates/admin/node_modules/tinyglobby/LICENSE +21 -0
  389. package/templates/admin/node_modules/tinyglobby/README.md +25 -0
  390. package/templates/admin/node_modules/tinyglobby/dist/index.cjs +335 -0
  391. package/templates/admin/node_modules/tinyglobby/dist/index.d.cts +148 -0
  392. package/templates/admin/node_modules/tinyglobby/dist/index.d.mts +148 -0
  393. package/templates/admin/node_modules/tinyglobby/dist/index.mjs +307 -0
  394. package/templates/admin/node_modules/tinyglobby/package.json +70 -0
  395. package/templates/admin/node_modules/typescript/LICENSE +55 -0
  396. package/templates/admin/node_modules/typescript/NOTICE.txt +436 -0
  397. package/templates/admin/node_modules/typescript/README.md +49 -0
  398. package/templates/admin/node_modules/typescript/bin/tsc +2 -0
  399. package/templates/admin/node_modules/typescript/dist/api/async/api.d.ts +529 -0
  400. package/templates/admin/node_modules/typescript/dist/api/async/api.d.ts.map +1 -0
  401. package/templates/admin/node_modules/typescript/dist/api/async/api.js +1657 -0
  402. package/templates/admin/node_modules/typescript/dist/api/async/api.js.map +1 -0
  403. package/templates/admin/node_modules/typescript/dist/api/async/client.d.ts +39 -0
  404. package/templates/admin/node_modules/typescript/dist/api/async/client.d.ts.map +1 -0
  405. package/templates/admin/node_modules/typescript/dist/api/async/client.js +211 -0
  406. package/templates/admin/node_modules/typescript/dist/api/async/client.js.map +1 -0
  407. package/templates/admin/node_modules/typescript/dist/api/async/types.d.ts +310 -0
  408. package/templates/admin/node_modules/typescript/dist/api/async/types.d.ts.map +1 -0
  409. package/templates/admin/node_modules/typescript/dist/api/async/types.js +2 -0
  410. package/templates/admin/node_modules/typescript/dist/api/async/types.js.map +1 -0
  411. package/templates/admin/node_modules/typescript/dist/api/compilerOptions.d.ts +109 -0
  412. package/templates/admin/node_modules/typescript/dist/api/compilerOptions.d.ts.map +1 -0
  413. package/templates/admin/node_modules/typescript/dist/api/compilerOptions.js +2 -0
  414. package/templates/admin/node_modules/typescript/dist/api/compilerOptions.js.map +1 -0
  415. package/templates/admin/node_modules/typescript/dist/api/fs.d.ts +23 -0
  416. package/templates/admin/node_modules/typescript/dist/api/fs.d.ts.map +1 -0
  417. package/templates/admin/node_modules/typescript/dist/api/fs.js +109 -0
  418. package/templates/admin/node_modules/typescript/dist/api/fs.js.map +1 -0
  419. package/templates/admin/node_modules/typescript/dist/api/node/encoder.d.ts +15 -0
  420. package/templates/admin/node_modules/typescript/dist/api/node/encoder.d.ts.map +1 -0
  421. package/templates/admin/node_modules/typescript/dist/api/node/encoder.generated.d.ts +5 -0
  422. package/templates/admin/node_modules/typescript/dist/api/node/encoder.generated.d.ts.map +1 -0
  423. package/templates/admin/node_modules/typescript/dist/api/node/encoder.generated.js +74 -0
  424. package/templates/admin/node_modules/typescript/dist/api/node/encoder.generated.js.map +1 -0
  425. package/templates/admin/node_modules/typescript/dist/api/node/encoder.js +287 -0
  426. package/templates/admin/node_modules/typescript/dist/api/node/encoder.js.map +1 -0
  427. package/templates/admin/node_modules/typescript/dist/api/node/msgpack.d.ts +32 -0
  428. package/templates/admin/node_modules/typescript/dist/api/node/msgpack.d.ts.map +1 -0
  429. package/templates/admin/node_modules/typescript/dist/api/node/msgpack.js +213 -0
  430. package/templates/admin/node_modules/typescript/dist/api/node/msgpack.js.map +1 -0
  431. package/templates/admin/node_modules/typescript/dist/api/node/node.d.ts +76 -0
  432. package/templates/admin/node_modules/typescript/dist/api/node/node.d.ts.map +1 -0
  433. package/templates/admin/node_modules/typescript/dist/api/node/node.generated.d.ts +182 -0
  434. package/templates/admin/node_modules/typescript/dist/api/node/node.generated.d.ts.map +1 -0
  435. package/templates/admin/node_modules/typescript/dist/api/node/node.generated.js +835 -0
  436. package/templates/admin/node_modules/typescript/dist/api/node/node.generated.js.map +1 -0
  437. package/templates/admin/node_modules/typescript/dist/api/node/node.infrastructure.d.ts +62 -0
  438. package/templates/admin/node_modules/typescript/dist/api/node/node.infrastructure.d.ts.map +1 -0
  439. package/templates/admin/node_modules/typescript/dist/api/node/node.infrastructure.js +122 -0
  440. package/templates/admin/node_modules/typescript/dist/api/node/node.infrastructure.js.map +1 -0
  441. package/templates/admin/node_modules/typescript/dist/api/node/node.js +298 -0
  442. package/templates/admin/node_modules/typescript/dist/api/node/node.js.map +1 -0
  443. package/templates/admin/node_modules/typescript/dist/api/node/protocol.d.ts +29 -0
  444. package/templates/admin/node_modules/typescript/dist/api/node/protocol.d.ts.map +1 -0
  445. package/templates/admin/node_modules/typescript/dist/api/node/protocol.generated.d.ts +4 -0
  446. package/templates/admin/node_modules/typescript/dist/api/node/protocol.generated.d.ts.map +1 -0
  447. package/templates/admin/node_modules/typescript/dist/api/node/protocol.generated.js +241 -0
  448. package/templates/admin/node_modules/typescript/dist/api/node/protocol.generated.js.map +1 -0
  449. package/templates/admin/node_modules/typescript/dist/api/node/protocol.js +30 -0
  450. package/templates/admin/node_modules/typescript/dist/api/node/protocol.js.map +1 -0
  451. package/templates/admin/node_modules/typescript/dist/api/node/wtf8.d.ts +6 -0
  452. package/templates/admin/node_modules/typescript/dist/api/node/wtf8.d.ts.map +1 -0
  453. package/templates/admin/node_modules/typescript/dist/api/node/wtf8.js +61 -0
  454. package/templates/admin/node_modules/typescript/dist/api/node/wtf8.js.map +1 -0
  455. package/templates/admin/node_modules/typescript/dist/api/options.d.ts +32 -0
  456. package/templates/admin/node_modules/typescript/dist/api/options.d.ts.map +1 -0
  457. package/templates/admin/node_modules/typescript/dist/api/options.js +11 -0
  458. package/templates/admin/node_modules/typescript/dist/api/options.js.map +1 -0
  459. package/templates/admin/node_modules/typescript/dist/api/path.d.ts +110 -0
  460. package/templates/admin/node_modules/typescript/dist/api/path.d.ts.map +1 -0
  461. package/templates/admin/node_modules/typescript/dist/api/path.js +508 -0
  462. package/templates/admin/node_modules/typescript/dist/api/path.js.map +1 -0
  463. package/templates/admin/node_modules/typescript/dist/api/proto.d.ts +239 -0
  464. package/templates/admin/node_modules/typescript/dist/api/proto.d.ts.map +1 -0
  465. package/templates/admin/node_modules/typescript/dist/api/proto.js +37 -0
  466. package/templates/admin/node_modules/typescript/dist/api/proto.js.map +1 -0
  467. package/templates/admin/node_modules/typescript/dist/api/sourceFileCache.d.ts +79 -0
  468. package/templates/admin/node_modules/typescript/dist/api/sourceFileCache.d.ts.map +1 -0
  469. package/templates/admin/node_modules/typescript/dist/api/sourceFileCache.js +169 -0
  470. package/templates/admin/node_modules/typescript/dist/api/sourceFileCache.js.map +1 -0
  471. package/templates/admin/node_modules/typescript/dist/api/sync/api.d.ts +529 -0
  472. package/templates/admin/node_modules/typescript/dist/api/sync/api.d.ts.map +1 -0
  473. package/templates/admin/node_modules/typescript/dist/api/sync/api.js +1665 -0
  474. package/templates/admin/node_modules/typescript/dist/api/sync/api.js.map +1 -0
  475. package/templates/admin/node_modules/typescript/dist/api/sync/client.d.ts +30 -0
  476. package/templates/admin/node_modules/typescript/dist/api/sync/client.d.ts.map +1 -0
  477. package/templates/admin/node_modules/typescript/dist/api/sync/client.js +124 -0
  478. package/templates/admin/node_modules/typescript/dist/api/sync/client.js.map +1 -0
  479. package/templates/admin/node_modules/typescript/dist/api/sync/types.d.ts +310 -0
  480. package/templates/admin/node_modules/typescript/dist/api/sync/types.d.ts.map +1 -0
  481. package/templates/admin/node_modules/typescript/dist/api/sync/types.js +2 -0
  482. package/templates/admin/node_modules/typescript/dist/api/sync/types.js.map +1 -0
  483. package/templates/admin/node_modules/typescript/dist/api/syncChannel.d.ts +114 -0
  484. package/templates/admin/node_modules/typescript/dist/api/syncChannel.d.ts.map +1 -0
  485. package/templates/admin/node_modules/typescript/dist/api/syncChannel.js +508 -0
  486. package/templates/admin/node_modules/typescript/dist/api/syncChannel.js.map +1 -0
  487. package/templates/admin/node_modules/typescript/dist/api/timing.d.ts +175 -0
  488. package/templates/admin/node_modules/typescript/dist/api/timing.d.ts.map +1 -0
  489. package/templates/admin/node_modules/typescript/dist/api/timing.js +149 -0
  490. package/templates/admin/node_modules/typescript/dist/api/timing.js.map +1 -0
  491. package/templates/admin/node_modules/typescript/dist/ast/ast.d.ts +100 -0
  492. package/templates/admin/node_modules/typescript/dist/ast/ast.d.ts.map +1 -0
  493. package/templates/admin/node_modules/typescript/dist/ast/ast.generated.d.ts +1161 -0
  494. package/templates/admin/node_modules/typescript/dist/ast/ast.generated.d.ts.map +1 -0
  495. package/templates/admin/node_modules/typescript/dist/ast/ast.generated.js +4 -0
  496. package/templates/admin/node_modules/typescript/dist/ast/ast.generated.js.map +1 -0
  497. package/templates/admin/node_modules/typescript/dist/ast/ast.js +7 -0
  498. package/templates/admin/node_modules/typescript/dist/ast/ast.js.map +1 -0
  499. package/templates/admin/node_modules/typescript/dist/ast/astnav.d.ts +19 -0
  500. package/templates/admin/node_modules/typescript/dist/ast/astnav.d.ts.map +1 -0
  501. package/templates/admin/node_modules/typescript/dist/ast/astnav.js +596 -0
  502. package/templates/admin/node_modules/typescript/dist/ast/astnav.js.map +1 -0
  503. package/templates/admin/node_modules/typescript/dist/ast/clone.d.ts +16 -0
  504. package/templates/admin/node_modules/typescript/dist/ast/clone.d.ts.map +1 -0
  505. package/templates/admin/node_modules/typescript/dist/ast/clone.js +104 -0
  506. package/templates/admin/node_modules/typescript/dist/ast/clone.js.map +1 -0
  507. package/templates/admin/node_modules/typescript/dist/ast/factory.generated.d.ts +520 -0
  508. package/templates/admin/node_modules/typescript/dist/ast/factory.generated.d.ts.map +1 -0
  509. package/templates/admin/node_modules/typescript/dist/ast/factory.generated.js +3057 -0
  510. package/templates/admin/node_modules/typescript/dist/ast/factory.generated.js.map +1 -0
  511. package/templates/admin/node_modules/typescript/dist/ast/index.d.ts +20 -0
  512. package/templates/admin/node_modules/typescript/dist/ast/index.d.ts.map +1 -0
  513. package/templates/admin/node_modules/typescript/dist/ast/index.js +20 -0
  514. package/templates/admin/node_modules/typescript/dist/ast/index.js.map +1 -0
  515. package/templates/admin/node_modules/typescript/dist/ast/is.d.ts +35 -0
  516. package/templates/admin/node_modules/typescript/dist/ast/is.d.ts.map +1 -0
  517. package/templates/admin/node_modules/typescript/dist/ast/is.generated.d.ts +329 -0
  518. package/templates/admin/node_modules/typescript/dist/ast/is.generated.d.ts.map +1 -0
  519. package/templates/admin/node_modules/typescript/dist/ast/is.generated.js +1103 -0
  520. package/templates/admin/node_modules/typescript/dist/ast/is.generated.js.map +1 -0
  521. package/templates/admin/node_modules/typescript/dist/ast/is.js +233 -0
  522. package/templates/admin/node_modules/typescript/dist/ast/is.js.map +1 -0
  523. package/templates/admin/node_modules/typescript/dist/ast/jsdoc.d.ts +11 -0
  524. package/templates/admin/node_modules/typescript/dist/ast/jsdoc.d.ts.map +1 -0
  525. package/templates/admin/node_modules/typescript/dist/ast/jsdoc.js +202 -0
  526. package/templates/admin/node_modules/typescript/dist/ast/jsdoc.js.map +1 -0
  527. package/templates/admin/node_modules/typescript/dist/ast/scanner.d.ts +97 -0
  528. package/templates/admin/node_modules/typescript/dist/ast/scanner.d.ts.map +1 -0
  529. package/templates/admin/node_modules/typescript/dist/ast/scanner.js +2230 -0
  530. package/templates/admin/node_modules/typescript/dist/ast/scanner.js.map +1 -0
  531. package/templates/admin/node_modules/typescript/dist/ast/utils.d.ts +17 -0
  532. package/templates/admin/node_modules/typescript/dist/ast/utils.d.ts.map +1 -0
  533. package/templates/admin/node_modules/typescript/dist/ast/utils.js +67 -0
  534. package/templates/admin/node_modules/typescript/dist/ast/utils.js.map +1 -0
  535. package/templates/admin/node_modules/typescript/dist/ast/visitor.d.ts +14 -0
  536. package/templates/admin/node_modules/typescript/dist/ast/visitor.d.ts.map +1 -0
  537. package/templates/admin/node_modules/typescript/dist/ast/visitor.generated.d.ts +50 -0
  538. package/templates/admin/node_modules/typescript/dist/ast/visitor.generated.d.ts.map +1 -0
  539. package/templates/admin/node_modules/typescript/dist/ast/visitor.generated.js +978 -0
  540. package/templates/admin/node_modules/typescript/dist/ast/visitor.generated.js.map +1 -0
  541. package/templates/admin/node_modules/typescript/dist/ast/visitor.js +47 -0
  542. package/templates/admin/node_modules/typescript/dist/ast/visitor.js.map +1 -0
  543. package/templates/admin/node_modules/typescript/dist/enums/characterCodes.d.ts +2 -0
  544. package/templates/admin/node_modules/typescript/dist/enums/characterCodes.d.ts.map +1 -0
  545. package/templates/admin/node_modules/typescript/dist/enums/characterCodes.enum.d.ts +129 -0
  546. package/templates/admin/node_modules/typescript/dist/enums/characterCodes.enum.d.ts.map +1 -0
  547. package/templates/admin/node_modules/typescript/dist/enums/characterCodes.enum.js +132 -0
  548. package/templates/admin/node_modules/typescript/dist/enums/characterCodes.enum.js.map +1 -0
  549. package/templates/admin/node_modules/typescript/dist/enums/characterCodes.js +130 -0
  550. package/templates/admin/node_modules/typescript/dist/enums/characterCodes.js.map +1 -0
  551. package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.d.ts +2 -0
  552. package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.d.ts.map +1 -0
  553. package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.enum.d.ts +5 -0
  554. package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.enum.d.ts.map +1 -0
  555. package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.enum.js +6 -0
  556. package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.enum.js.map +1 -0
  557. package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.js +6 -0
  558. package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.js.map +1 -0
  559. package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.d.ts +2 -0
  560. package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.d.ts.map +1 -0
  561. package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.enum.d.ts +28 -0
  562. package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.enum.d.ts.map +1 -0
  563. package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.enum.js +30 -0
  564. package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.enum.js.map +1 -0
  565. package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.js +30 -0
  566. package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.js.map +1 -0
  567. package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.d.ts +2 -0
  568. package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.d.ts.map +1 -0
  569. package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.enum.d.ts +7 -0
  570. package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.enum.d.ts.map +1 -0
  571. package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.enum.js +9 -0
  572. package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.enum.js.map +1 -0
  573. package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.js +9 -0
  574. package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.js.map +1 -0
  575. package/templates/admin/node_modules/typescript/dist/enums/elementFlags.d.ts +2 -0
  576. package/templates/admin/node_modules/typescript/dist/enums/elementFlags.d.ts.map +1 -0
  577. package/templates/admin/node_modules/typescript/dist/enums/elementFlags.enum.d.ts +12 -0
  578. package/templates/admin/node_modules/typescript/dist/enums/elementFlags.enum.d.ts.map +1 -0
  579. package/templates/admin/node_modules/typescript/dist/enums/elementFlags.enum.js +14 -0
  580. package/templates/admin/node_modules/typescript/dist/enums/elementFlags.enum.js.map +1 -0
  581. package/templates/admin/node_modules/typescript/dist/enums/elementFlags.js +14 -0
  582. package/templates/admin/node_modules/typescript/dist/enums/elementFlags.js.map +1 -0
  583. package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.d.ts +2 -0
  584. package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.d.ts.map +1 -0
  585. package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.enum.d.ts +23 -0
  586. package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.enum.d.ts.map +1 -0
  587. package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.enum.js +25 -0
  588. package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.enum.js.map +1 -0
  589. package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.js +25 -0
  590. package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.js.map +1 -0
  591. package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.d.ts +2 -0
  592. package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.d.ts.map +1 -0
  593. package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.enum.d.ts +9 -0
  594. package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.enum.d.ts.map +1 -0
  595. package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.enum.js +11 -0
  596. package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.enum.js.map +1 -0
  597. package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.js +11 -0
  598. package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.js.map +1 -0
  599. package/templates/admin/node_modules/typescript/dist/enums/languageVariant.d.ts +2 -0
  600. package/templates/admin/node_modules/typescript/dist/enums/languageVariant.d.ts.map +1 -0
  601. package/templates/admin/node_modules/typescript/dist/enums/languageVariant.enum.d.ts +5 -0
  602. package/templates/admin/node_modules/typescript/dist/enums/languageVariant.enum.d.ts.map +1 -0
  603. package/templates/admin/node_modules/typescript/dist/enums/languageVariant.enum.js +6 -0
  604. package/templates/admin/node_modules/typescript/dist/enums/languageVariant.enum.js.map +1 -0
  605. package/templates/admin/node_modules/typescript/dist/enums/languageVariant.js +6 -0
  606. package/templates/admin/node_modules/typescript/dist/enums/languageVariant.js.map +1 -0
  607. package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.d.ts +2 -0
  608. package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.d.ts.map +1 -0
  609. package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.enum.d.ts +42 -0
  610. package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.enum.d.ts.map +1 -0
  611. package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.enum.js +44 -0
  612. package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.enum.js.map +1 -0
  613. package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.js +44 -0
  614. package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.js.map +1 -0
  615. package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.d.ts +2 -0
  616. package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.d.ts.map +1 -0
  617. package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.enum.d.ts +7 -0
  618. package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.enum.d.ts.map +1 -0
  619. package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.enum.js +9 -0
  620. package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.enum.js.map +1 -0
  621. package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.js +9 -0
  622. package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.js.map +1 -0
  623. package/templates/admin/node_modules/typescript/dist/enums/moduleKind.d.ts +2 -0
  624. package/templates/admin/node_modules/typescript/dist/enums/moduleKind.d.ts.map +1 -0
  625. package/templates/admin/node_modules/typescript/dist/enums/moduleKind.enum.d.ts +17 -0
  626. package/templates/admin/node_modules/typescript/dist/enums/moduleKind.enum.d.ts.map +1 -0
  627. package/templates/admin/node_modules/typescript/dist/enums/moduleKind.enum.js +19 -0
  628. package/templates/admin/node_modules/typescript/dist/enums/moduleKind.enum.js.map +1 -0
  629. package/templates/admin/node_modules/typescript/dist/enums/moduleKind.js +19 -0
  630. package/templates/admin/node_modules/typescript/dist/enums/moduleKind.js.map +1 -0
  631. package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.d.ts +2 -0
  632. package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.d.ts.map +1 -0
  633. package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.enum.d.ts +9 -0
  634. package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.enum.d.ts.map +1 -0
  635. package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.enum.js +11 -0
  636. package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.enum.js.map +1 -0
  637. package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.js +11 -0
  638. package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.js.map +1 -0
  639. package/templates/admin/node_modules/typescript/dist/enums/newLineKind.d.ts +2 -0
  640. package/templates/admin/node_modules/typescript/dist/enums/newLineKind.d.ts.map +1 -0
  641. package/templates/admin/node_modules/typescript/dist/enums/newLineKind.enum.d.ts +6 -0
  642. package/templates/admin/node_modules/typescript/dist/enums/newLineKind.enum.d.ts.map +1 -0
  643. package/templates/admin/node_modules/typescript/dist/enums/newLineKind.enum.js +8 -0
  644. package/templates/admin/node_modules/typescript/dist/enums/newLineKind.enum.js.map +1 -0
  645. package/templates/admin/node_modules/typescript/dist/enums/newLineKind.js +8 -0
  646. package/templates/admin/node_modules/typescript/dist/enums/newLineKind.js.map +1 -0
  647. package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.d.ts +2 -0
  648. package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.d.ts.map +1 -0
  649. package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.enum.d.ts +36 -0
  650. package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.enum.d.ts.map +1 -0
  651. package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.enum.js +38 -0
  652. package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.enum.js.map +1 -0
  653. package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.js +38 -0
  654. package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.js.map +1 -0
  655. package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.d.ts +2 -0
  656. package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.d.ts.map +1 -0
  657. package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.enum.d.ts +44 -0
  658. package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.enum.d.ts.map +1 -0
  659. package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.enum.js +46 -0
  660. package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.enum.js.map +1 -0
  661. package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.js +46 -0
  662. package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.js.map +1 -0
  663. package/templates/admin/node_modules/typescript/dist/enums/objectFlags.d.ts +2 -0
  664. package/templates/admin/node_modules/typescript/dist/enums/objectFlags.d.ts.map +1 -0
  665. package/templates/admin/node_modules/typescript/dist/enums/objectFlags.enum.d.ts +50 -0
  666. package/templates/admin/node_modules/typescript/dist/enums/objectFlags.enum.d.ts.map +1 -0
  667. package/templates/admin/node_modules/typescript/dist/enums/objectFlags.enum.js +52 -0
  668. package/templates/admin/node_modules/typescript/dist/enums/objectFlags.enum.js.map +1 -0
  669. package/templates/admin/node_modules/typescript/dist/enums/objectFlags.js +52 -0
  670. package/templates/admin/node_modules/typescript/dist/enums/objectFlags.js.map +1 -0
  671. package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.d.ts +2 -0
  672. package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.d.ts.map +1 -0
  673. package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.enum.d.ts +16 -0
  674. package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.enum.d.ts.map +1 -0
  675. package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.enum.js +18 -0
  676. package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.enum.js.map +1 -0
  677. package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.js +18 -0
  678. package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.js.map +1 -0
  679. package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.d.ts +2 -0
  680. package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.d.ts.map +1 -0
  681. package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.enum.d.ts +13 -0
  682. package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.enum.d.ts.map +1 -0
  683. package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.enum.js +14 -0
  684. package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.enum.js.map +1 -0
  685. package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.js +14 -0
  686. package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.js.map +1 -0
  687. package/templates/admin/node_modules/typescript/dist/enums/scriptKind.d.ts +2 -0
  688. package/templates/admin/node_modules/typescript/dist/enums/scriptKind.d.ts.map +1 -0
  689. package/templates/admin/node_modules/typescript/dist/enums/scriptKind.enum.d.ts +11 -0
  690. package/templates/admin/node_modules/typescript/dist/enums/scriptKind.enum.d.ts.map +1 -0
  691. package/templates/admin/node_modules/typescript/dist/enums/scriptKind.enum.js +12 -0
  692. package/templates/admin/node_modules/typescript/dist/enums/scriptKind.enum.js.map +1 -0
  693. package/templates/admin/node_modules/typescript/dist/enums/scriptKind.js +12 -0
  694. package/templates/admin/node_modules/typescript/dist/enums/scriptKind.js.map +1 -0
  695. package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.d.ts +2 -0
  696. package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.d.ts.map +1 -0
  697. package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.enum.d.ts +17 -0
  698. package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.enum.d.ts.map +1 -0
  699. package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.enum.js +18 -0
  700. package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.enum.js.map +1 -0
  701. package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.js +18 -0
  702. package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.js.map +1 -0
  703. package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.d.ts +2 -0
  704. package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.d.ts.map +1 -0
  705. package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.enum.d.ts +15 -0
  706. package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.enum.d.ts.map +1 -0
  707. package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.enum.js +17 -0
  708. package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.enum.js.map +1 -0
  709. package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.js +17 -0
  710. package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.js.map +1 -0
  711. package/templates/admin/node_modules/typescript/dist/enums/signatureKind.d.ts +2 -0
  712. package/templates/admin/node_modules/typescript/dist/enums/signatureKind.d.ts.map +1 -0
  713. package/templates/admin/node_modules/typescript/dist/enums/signatureKind.enum.d.ts +5 -0
  714. package/templates/admin/node_modules/typescript/dist/enums/signatureKind.enum.d.ts.map +1 -0
  715. package/templates/admin/node_modules/typescript/dist/enums/signatureKind.enum.js +7 -0
  716. package/templates/admin/node_modules/typescript/dist/enums/signatureKind.enum.js.map +1 -0
  717. package/templates/admin/node_modules/typescript/dist/enums/signatureKind.js +7 -0
  718. package/templates/admin/node_modules/typescript/dist/enums/signatureKind.js.map +1 -0
  719. package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.d.ts +2 -0
  720. package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.d.ts.map +1 -0
  721. package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.enum.d.ts +71 -0
  722. package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.enum.d.ts.map +1 -0
  723. package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.enum.js +73 -0
  724. package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.enum.js.map +1 -0
  725. package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.js +73 -0
  726. package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.js.map +1 -0
  727. package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.d.ts +2 -0
  728. package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.d.ts.map +1 -0
  729. package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.enum.d.ts +389 -0
  730. package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.enum.d.ts.map +1 -0
  731. package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.enum.js +391 -0
  732. package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.enum.js.map +1 -0
  733. package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.js +391 -0
  734. package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.js.map +1 -0
  735. package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.d.ts +2 -0
  736. package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.d.ts.map +1 -0
  737. package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.enum.d.ts +30 -0
  738. package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.enum.d.ts.map +1 -0
  739. package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.enum.js +32 -0
  740. package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.enum.js.map +1 -0
  741. package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.js +32 -0
  742. package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.js.map +1 -0
  743. package/templates/admin/node_modules/typescript/dist/enums/typeFlags.d.ts +2 -0
  744. package/templates/admin/node_modules/typescript/dist/enums/typeFlags.d.ts.map +1 -0
  745. package/templates/admin/node_modules/typescript/dist/enums/typeFlags.enum.d.ts +76 -0
  746. package/templates/admin/node_modules/typescript/dist/enums/typeFlags.enum.d.ts.map +1 -0
  747. package/templates/admin/node_modules/typescript/dist/enums/typeFlags.enum.js +78 -0
  748. package/templates/admin/node_modules/typescript/dist/enums/typeFlags.enum.js.map +1 -0
  749. package/templates/admin/node_modules/typescript/dist/enums/typeFlags.js +78 -0
  750. package/templates/admin/node_modules/typescript/dist/enums/typeFlags.js.map +1 -0
  751. package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.d.ts +2 -0
  752. package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.d.ts.map +1 -0
  753. package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.enum.d.ts +7 -0
  754. package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.enum.d.ts.map +1 -0
  755. package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.enum.js +9 -0
  756. package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.enum.js.map +1 -0
  757. package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.js +9 -0
  758. package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.js.map +1 -0
  759. package/templates/admin/node_modules/typescript/dist/internal/utils.d.ts +23 -0
  760. package/templates/admin/node_modules/typescript/dist/internal/utils.d.ts.map +1 -0
  761. package/templates/admin/node_modules/typescript/dist/internal/utils.js +25 -0
  762. package/templates/admin/node_modules/typescript/dist/internal/utils.js.map +1 -0
  763. package/templates/admin/node_modules/typescript/lib/getExePath.d.ts +2 -0
  764. package/templates/admin/node_modules/typescript/lib/getExePath.js +70 -0
  765. package/templates/admin/node_modules/typescript/lib/tsc.js +28 -0
  766. package/templates/admin/node_modules/typescript/lib/version.cjs +3 -0
  767. package/templates/admin/node_modules/typescript/lib/version.d.cts +2 -0
  768. package/templates/admin/node_modules/typescript/package.json +87 -0
  769. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/License.txt +11 -0
  770. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/README.md +54 -0
  771. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/browser/main.d.ts +17 -0
  772. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/browser/main.js +83 -0
  773. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/browser/ril.d.ts +22 -0
  774. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/browser/ril.js +210 -0
  775. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/api.d.ts +14 -0
  776. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/api.js +87 -0
  777. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/cancellation.d.ts +32 -0
  778. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/cancellation.js +132 -0
  779. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/connection.d.ts +367 -0
  780. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/connection.js +1271 -0
  781. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/disposable.d.ts +9 -0
  782. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/disposable.js +16 -0
  783. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/encoding.d.ts +52 -0
  784. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/encoding.js +70 -0
  785. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/events.d.ts +39 -0
  786. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/events.js +135 -0
  787. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/is.d.ts +7 -0
  788. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/is.js +34 -0
  789. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/linkedMap.d.ts +55 -0
  790. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/linkedMap.js +412 -0
  791. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messageBuffer.d.ts +18 -0
  792. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messageBuffer.js +155 -0
  793. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messageReader.d.ts +77 -0
  794. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messageReader.js +246 -0
  795. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messageWriter.d.ts +60 -0
  796. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messageWriter.js +157 -0
  797. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messages.d.ts +369 -0
  798. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messages.js +436 -0
  799. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/ral.d.ts +74 -0
  800. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/ral.js +23 -0
  801. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/semaphore.d.ts +10 -0
  802. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/semaphore.js +74 -0
  803. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/sharedArrayCancellation.d.ts +15 -0
  804. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/sharedArrayCancellation.js +77 -0
  805. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/node/main.d.ts +58 -0
  806. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/node/main.js +289 -0
  807. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/node/ril.d.ts +12 -0
  808. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/node/ril.js +163 -0
  809. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/package.json +54 -0
  810. package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/typings/thenable.d.ts +5 -0
  811. package/templates/admin/node_modules/vite/LICENSE.md +2322 -0
  812. package/templates/admin/node_modules/vite/README.md +20 -0
  813. package/templates/admin/node_modules/vite/bin/openChrome.js +68 -0
  814. package/templates/admin/node_modules/vite/bin/vite.js +79 -0
  815. package/templates/admin/node_modules/vite/client.d.ts +285 -0
  816. package/templates/admin/node_modules/vite/dist/client/bundledDevClient.mjs +1829 -0
  817. package/templates/admin/node_modules/vite/dist/client/client.mjs +1244 -0
  818. package/templates/admin/node_modules/vite/dist/client/env.mjs +18 -0
  819. package/templates/admin/node_modules/vite/dist/node/chunks/build.js +5494 -0
  820. package/templates/admin/node_modules/vite/dist/node/chunks/dist.js +6732 -0
  821. package/templates/admin/node_modules/vite/dist/node/chunks/lib.js +371 -0
  822. package/templates/admin/node_modules/vite/dist/node/chunks/moduleRunnerTransport.d.ts +95 -0
  823. package/templates/admin/node_modules/vite/dist/node/chunks/node.js +37269 -0
  824. package/templates/admin/node_modules/vite/dist/node/chunks/postcss-import.js +465 -0
  825. package/templates/admin/node_modules/vite/dist/node/cli.js +835 -0
  826. package/templates/admin/node_modules/vite/dist/node/index.d.ts +4069 -0
  827. package/templates/admin/node_modules/vite/dist/node/index.js +2 -0
  828. package/templates/admin/node_modules/vite/dist/node/internal.d.ts +2 -0
  829. package/templates/admin/node_modules/vite/dist/node/internal.js +2 -0
  830. package/templates/admin/node_modules/vite/dist/node/module-runner.d.ts +313 -0
  831. package/templates/admin/node_modules/vite/dist/node/module-runner.js +1288 -0
  832. package/templates/admin/node_modules/vite/misc/false.js +1 -0
  833. package/templates/admin/node_modules/vite/misc/true.js +1 -0
  834. package/templates/admin/node_modules/vite/package.json +194 -0
  835. package/templates/admin/node_modules/vite/types/customEvent.d.ts +81 -0
  836. package/templates/admin/node_modules/vite/types/hmrPayload.d.ts +94 -0
  837. package/templates/admin/node_modules/vite/types/hot.d.ts +39 -0
  838. package/templates/admin/node_modules/vite/types/import-meta.d.ts +5 -0
  839. package/templates/admin/node_modules/vite/types/importGlob.d.ts +131 -0
  840. package/templates/admin/node_modules/vite/types/importMeta.d.ts +30 -0
  841. package/templates/admin/node_modules/vite/types/internal/cssPreprocessorOptions.d.ts +44 -0
  842. package/templates/admin/node_modules/vite/types/internal/esbuildOptions.d.ts +28 -0
  843. package/templates/admin/node_modules/vite/types/internal/lightningcssOptions.d.ts +18 -0
  844. package/templates/admin/node_modules/vite/types/internal/rollupTypeCompat.d.ts +24 -0
  845. package/templates/admin/node_modules/vite/types/internal/terserOptions.d.ts +11 -0
  846. package/templates/admin/node_modules/vite/types/metadata.d.ts +47 -0
  847. package/templates/admin/src/features/dashboard/{components → overview/components}/dashboard-chart.js +28 -21
  848. package/templates/admin/src/features/dashboard/todos/pages/todo-approval-page.js +5 -0
  849. package/templates/admin/src/features/ops/deploys/pages/deploy-list-page.js +5 -0
  850. package/templates/admin/src/features/ops/services/pages/service-list-page.js +5 -0
  851. package/templates/admin/src/features/{dicts → system/dicts}/api/dict.mgr.d.ts +24 -17
  852. package/templates/admin/src/features/{dicts → system/dicts}/api/dict.mgr.js +24 -14
  853. package/templates/admin/src/features/{dicts → system/dicts}/api/dict.mock.js +22 -4
  854. package/templates/admin/src/features/{dicts → system/dicts}/api/dict.state.d.ts +5 -0
  855. package/templates/admin/src/features/{dicts → system/dicts}/api/dict.state.js +39 -8
  856. package/templates/admin/src/features/{dicts → system/dicts}/components/dict-editor-dialog.js +1 -1
  857. package/templates/admin/src/features/{dicts → system/dicts}/pages/dict-list-page.js +41 -21
  858. package/templates/admin/src/features/{members → system/members}/api/member.mgr.d.ts +10 -9
  859. package/templates/admin/src/features/{members → system/members}/api/member.mgr.js +8 -3
  860. package/templates/admin/src/features/{members → system/members}/api/member.mock.js +1 -1
  861. package/templates/admin/src/features/{members → system/members}/api/member.req.d.ts +1 -1
  862. package/templates/admin/src/features/{members → system/members}/api/member.req.js +3 -1
  863. package/templates/admin/src/features/{members → system/members}/api/member.state.js +4 -4
  864. package/templates/admin/src/features/{members → system/members}/components/member-table.js +1 -1
  865. package/templates/admin/src/features/{permissions → system/permissions}/api/permission.mgr.d.ts +11 -9
  866. package/templates/admin/src/features/{permissions → system/permissions}/api/permission.mgr.js +10 -5
  867. package/templates/admin/src/features/{permissions → system/permissions}/api/permission.mock.js +1 -1
  868. package/templates/admin/src/features/{permissions → system/permissions}/api/permission.state.js +4 -4
  869. package/templates/admin/src/features/{permissions → system/permissions}/pages/permission-list-page.js +1 -1
  870. package/templates/admin/src/features/{roles → system/roles}/api/role.mgr.d.ts +19 -6
  871. package/templates/admin/src/features/{roles → system/roles}/api/role.mgr.js +8 -3
  872. package/templates/admin/src/features/{roles → system/roles}/api/role.mock.js +1 -1
  873. package/templates/admin/src/features/{roles → system/roles}/api/role.state.js +4 -4
  874. package/templates/admin/src/features/{roles → system/roles}/components/role-table.js +1 -1
  875. package/templates/admin/src/main.js +16 -12
  876. package/templates/admin/src/{ui/row-action-button.js → shared/ui.buttons.js} +1 -0
  877. package/templates/admin/src/{ui/placeholder-page.js → shared/ui.pages.js} +1 -0
  878. package/templates/admin/src/shell/api/shell.mock.js +42 -0
  879. package/templates/admin/src/shell/api/shell.req.js +17 -0
  880. package/templates/admin/src/shell/api/shell.state.js +90 -0
  881. package/templates/admin/src/shell/api/shell.views.js +19 -0
  882. package/templates/admin/src/shell/components/admin-shell.js +42 -0
  883. package/templates/admin/src/{ui → shell/components}/app-navbar.js +11 -12
  884. package/templates/admin/src/shell/components/app-sidebar.js +44 -0
  885. package/templates/admin/src/{ui → shell/components}/sidebar-menu.js +3 -3
  886. package/templates/admin/src/shell/router.js +40 -0
  887. package/templates/admin/src/app/admin-shell.js +0 -51
  888. package/templates/admin/src/app/modules.js +0 -37
  889. package/templates/admin/src/app/router.js +0 -20
  890. package/templates/admin/src/ui/app-sidebar.js +0 -27
  891. /package/templates/admin/src/features/dashboard/{pages → overview/pages}/dashboard-overview-page.js +0 -0
  892. /package/templates/admin/src/features/{dicts → system/dicts}/api/dict.views.d.ts +0 -0
  893. /package/templates/admin/src/features/{dicts → system/dicts}/api/dict.views.js +0 -0
  894. /package/templates/admin/src/features/{dicts → system/dicts}/components/dict-item-form-dialog.js +0 -0
  895. /package/templates/admin/src/features/{dicts → system/dicts}/utils/options.js +0 -0
  896. /package/templates/admin/src/features/{members → system/members}/api/member.state.d.ts +0 -0
  897. /package/templates/admin/src/features/{members → system/members}/api/member.views.d.ts +0 -0
  898. /package/templates/admin/src/features/{members → system/members}/api/member.views.js +0 -0
  899. /package/templates/admin/src/features/{members → system/members}/components/member-form-dialog.js +0 -0
  900. /package/templates/admin/src/features/{members → system/members}/components/member-toolbar.js +0 -0
  901. /package/templates/admin/src/features/{members → system/members}/pages/member-list-page.js +0 -0
  902. /package/templates/admin/src/features/{members → system/members}/utils/options.d.ts +0 -0
  903. /package/templates/admin/src/features/{members → system/members}/utils/options.js +0 -0
  904. /package/templates/admin/src/features/{permissions → system/permissions}/api/permission.state.d.ts +0 -0
  905. /package/templates/admin/src/features/{permissions → system/permissions}/api/permission.views.d.ts +0 -0
  906. /package/templates/admin/src/features/{permissions → system/permissions}/api/permission.views.js +0 -0
  907. /package/templates/admin/src/features/{permissions → system/permissions}/components/permission-form-dialog.js +0 -0
  908. /package/templates/admin/src/features/{roles → system/roles}/api/role.state.d.ts +0 -0
  909. /package/templates/admin/src/features/{roles → system/roles}/api/role.views.d.ts +0 -0
  910. /package/templates/admin/src/features/{roles → system/roles}/api/role.views.js +0 -0
  911. /package/templates/admin/src/features/{roles → system/roles}/components/role-form-dialog.js +0 -0
  912. /package/templates/admin/src/features/{roles → system/roles}/components/role-toolbar.js +0 -0
  913. /package/templates/admin/src/features/{roles → system/roles}/pages/role-list-page.js +0 -0
  914. /package/templates/admin/src/features/{roles → system/roles}/utils/options.js +0 -0
@@ -0,0 +1,1779 @@
1
+ //#region src/core/node.js
2
+ var e = /* @__PURE__ */ new Set([
3
+ "checked",
4
+ "disabled",
5
+ "readonly",
6
+ "selected"
7
+ ]), t = /* @__PURE__ */ new Set([
8
+ "area",
9
+ "base",
10
+ "br",
11
+ "col",
12
+ "embed",
13
+ "hr",
14
+ "img",
15
+ "input",
16
+ "link",
17
+ "meta",
18
+ "param",
19
+ "source",
20
+ "track",
21
+ "wbr"
22
+ ]);
23
+ function n(e) {
24
+ return typeof e == "string" ? document.querySelector(e) : e;
25
+ }
26
+ function r(e) {
27
+ return String(e).replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/"/g, "&quot;").replace(/'/g, "&#39;");
28
+ }
29
+ function i(t) {
30
+ return e.has(t);
31
+ }
32
+ function a(e, t, n) {
33
+ if (n == null || n === !1) {
34
+ if (e.removeAttribute(t), t in e) try {
35
+ e[t] = !1;
36
+ } catch {}
37
+ return;
38
+ }
39
+ if (n === !0 || i(t)) {
40
+ if (e.setAttribute(t, t), t in e) try {
41
+ e[t] = !0;
42
+ } catch {}
43
+ return;
44
+ }
45
+ if (e.setAttribute(t, String(n)), t in e) try {
46
+ e[t] = n;
47
+ } catch {}
48
+ }
49
+ function o(e) {
50
+ return Object.entries(e).filter(([, e]) => e != null && e !== "").map(([e, t]) => `${s(e)}:${r(t)}`).join("; ");
51
+ }
52
+ function s(e) {
53
+ return String(e).replace(/[A-Z]/g, (e) => `-${e.toLowerCase()}`);
54
+ }
55
+ var c = class e {
56
+ constructor(e = null) {
57
+ this._children = [], this._events = /* @__PURE__ */ new Map(), this._cleanup = [], this._states = {}, this._stateTypes = {}, this._stateHandlers = /* @__PURE__ */ new Map(), this._pendingRemovals = /* @__PURE__ */ new Set(), this._childrenDirty = !1, this._deleted = !1, e !== null && this.setup(e);
58
+ }
59
+ setup(t) {
60
+ return typeof t == "function" ? t(this) : t instanceof e ? this.child(t) : typeof t == "string" || typeof t == "number" ? this.text(t) : t && typeof t == "object" && this._setupObject(t), this;
61
+ }
62
+ _setupObject(e) {
63
+ e.children && this.child(e.children);
64
+ }
65
+ children() {
66
+ return [...this._children];
67
+ }
68
+ clearChildren() {
69
+ return this._children.forEach((e) => {
70
+ this._pendingRemovals.add(e);
71
+ }), this._children = [], this._childrenDirty = !0, this;
72
+ }
73
+ child(...e) {
74
+ return e.flat(Infinity).forEach((e) => {
75
+ if (e == null) return;
76
+ let t = u(e);
77
+ this._pendingRemovals.delete(t), this._children.push(t), this._childrenDirty = !0;
78
+ }), this;
79
+ }
80
+ text(e) {
81
+ return this.child(new l(e));
82
+ }
83
+ on(e, t, n) {
84
+ return this._events.has(e) || this._events.set(e, []), this._events.get(e).push({
85
+ handler: t,
86
+ options: n
87
+ }), this._el && (this._el.addEventListener(e, t, n), this._cleanup.push(() => this._el.removeEventListener(e, t, n))), this;
88
+ }
89
+ registerStateAttrs(...e) {
90
+ return e.forEach((e) => {
91
+ if (typeof e == "string") {
92
+ this._stateTypes[e] = "boolean";
93
+ return;
94
+ }
95
+ e && typeof e == "object" && Object.entries(e).forEach(([e, t]) => {
96
+ this._stateTypes[e] = t || "boolean";
97
+ });
98
+ }), this;
99
+ }
100
+ registerStateHandler(e, t) {
101
+ return this._stateHandlers.has(e) || this._stateHandlers.set(e, []), this._stateHandlers.get(e).push(t), this;
102
+ }
103
+ setState(e, t = !0) {
104
+ let n = this._states[e];
105
+ return this._states[e] = t, (this._stateHandlers.get(e) || []).forEach((e) => e(t, this, n)), this;
106
+ }
107
+ getState(e) {
108
+ return this._states[e];
109
+ }
110
+ getBooleanState(e) {
111
+ return !!this.getState(e);
112
+ }
113
+ getStringState(e) {
114
+ let t = this.getState(e);
115
+ return t == null ? "" : String(t);
116
+ }
117
+ getNumberState(e) {
118
+ return Number(this.getState(e) || 0);
119
+ }
120
+ renderDom() {
121
+ return null;
122
+ }
123
+ commit() {
124
+ return this.renderDom();
125
+ }
126
+ _commitChildren() {
127
+ this._pendingRemovals.forEach((e) => e.destroy()), this._pendingRemovals.clear(), this._childrenDirty = !1;
128
+ }
129
+ bindTo(e) {
130
+ let t = n(e), r = this.renderDom();
131
+ return t && r && t.appendChild(r), this;
132
+ }
133
+ destroy() {
134
+ return this._deleted = !0, this._cleanup.forEach((e) => e()), this._cleanup = [], this._children.forEach((e) => e.destroy()), this._pendingRemovals.forEach((e) => e.destroy()), this._pendingRemovals.clear(), this._children = [], this._el?.parentNode && this._el.parentNode.removeChild(this._el), this;
135
+ }
136
+ toHTML() {
137
+ return "";
138
+ }
139
+ hydrateSnapshot() {
140
+ return this;
141
+ }
142
+ }, l = class extends c {
143
+ constructor(e = "") {
144
+ super(null), this._content = String(e), this._textNode = null;
145
+ }
146
+ textContent(e) {
147
+ return e === void 0 ? this._content : (this._content = String(e), this._textNode && (this._textNode.textContent = this._content), this);
148
+ }
149
+ renderDom() {
150
+ return this._deleted ? null : (this._textNode || (this._textNode = document.createTextNode(this._content), this._el = this._textNode), this._textNode);
151
+ }
152
+ toHTML() {
153
+ return this._deleted ? "" : r(this._content);
154
+ }
155
+ }, ee = class extends c {
156
+ constructor(e) {
157
+ super(null), this._component = e, this._resolved = null;
158
+ }
159
+ _resolve() {
160
+ if (this._resolved) return this._resolved;
161
+ let e = typeof this._component == "function" ? this._component() : this._component.render();
162
+ if (!(e instanceof c)) throw TypeError("Component render must return a ViewNode");
163
+ return this._resolved = e, e;
164
+ }
165
+ children() {
166
+ return this._resolved ? this._resolved.children() : [];
167
+ }
168
+ textContent() {
169
+ let e = this._resolve();
170
+ return typeof e.textContent == "function" ? e.textContent() : "";
171
+ }
172
+ renderDom() {
173
+ if (this._deleted) return null;
174
+ let e = this._resolve().renderDom();
175
+ return this._el = e, e;
176
+ }
177
+ toHTML() {
178
+ return this._deleted ? "" : this._resolve().toHTML();
179
+ }
180
+ destroy() {
181
+ return this._resolved && this._resolved.destroy(), super.destroy();
182
+ }
183
+ };
184
+ function te(e = "") {
185
+ return new l(e);
186
+ }
187
+ function u(e) {
188
+ if (e instanceof c) return e;
189
+ if (typeof e == "function" || e && typeof e == "object" && typeof e.render == "function") return new ee(e);
190
+ if (typeof e == "string" || typeof e == "number") return new l(e);
191
+ throw TypeError("ViewNode child must be a ViewNode, component, string, or number");
192
+ }
193
+ function d(e = null, t = null, n = null) {
194
+ return typeof t == "function" && n == null ? {
195
+ first: e,
196
+ options: null,
197
+ callback: t
198
+ } : {
199
+ first: e,
200
+ options: t,
201
+ callback: n
202
+ };
203
+ }
204
+ function f(e, t) {
205
+ return !t || typeof t != "object" || Array.isArray(t) ? e : (t.attrs && typeof e.attr == "function" && e.attr(t.attrs), t.style && typeof e.styles == "function" && e.styles(t.style), e);
206
+ }
207
+ var p = class extends c {
208
+ constructor(e, t = null) {
209
+ super(null), this._tagName = e, this._attrs = {}, this._styles = {}, this._classes = /* @__PURE__ */ new Set(), this._el = null, t !== null && this.setup(t);
210
+ }
211
+ _setupObject(e) {
212
+ Object.entries(e).forEach(([e, t]) => {
213
+ if (e === "class" || e === "className") {
214
+ this.className(t);
215
+ return;
216
+ }
217
+ if (e === "attrs") {
218
+ this.attr(t);
219
+ return;
220
+ }
221
+ if (e === "style") {
222
+ this.styles(t);
223
+ return;
224
+ }
225
+ if (e === "children") {
226
+ this.child(t);
227
+ return;
228
+ }
229
+ if (e.startsWith("on") && typeof t == "function") {
230
+ this.on(e.slice(2).toLowerCase(), t);
231
+ return;
232
+ }
233
+ if (typeof this[e] == "function") {
234
+ this[e](t);
235
+ return;
236
+ }
237
+ typeof t != "function" && this.attr(e, t);
238
+ });
239
+ }
240
+ tagName() {
241
+ return this._tagName;
242
+ }
243
+ textContent() {
244
+ return this._children.map((e) => typeof e.textContent == "function" ? e.textContent() : "").join("");
245
+ }
246
+ attr(e, t) {
247
+ return t === void 0 && typeof e == "string" ? this._attrs[e] : e && typeof e == "object" ? (Object.entries(e).forEach(([e, t]) => this.attr(e, t)), this) : (t == null || t === !1 ? delete this._attrs[e] : this._attrs[e] = t, this._el && a(this._el, e, t), this);
248
+ }
249
+ id(e) {
250
+ return e === void 0 ? this.attr("id") : this.attr("id", e);
251
+ }
252
+ name(e) {
253
+ return e === void 0 ? this.attr("name") : this.attr("name", e);
254
+ }
255
+ className(...e) {
256
+ return e.length === 0 ? [...this._classes].join(" ") : (e.flat(Infinity).forEach((e) => {
257
+ e && String(e).split(/\s+/).filter(Boolean).forEach((e) => this._classes.add(e));
258
+ }), this._syncClassName(), this);
259
+ }
260
+ class(...e) {
261
+ return this.className(...e);
262
+ }
263
+ replaceClassName(e, t, n = !1) {
264
+ return !e || !t || e === t ? this : this._classes.has(e) ? (this._classes.delete(e), this.className(t)) : n ? this.className(t) : this;
265
+ }
266
+ style(e, t) {
267
+ return t === void 0 && typeof e == "string" ? this._styles[e] : e && typeof e == "object" ? this.styles(e) : (t == null || t === "" ? delete this._styles[e] : this._styles[e] = t, this._el && (this._el.style[e] = t || ""), this);
268
+ }
269
+ styles(e) {
270
+ return Object.entries(e || {}).forEach(([e, t]) => this.style(e, t)), this;
271
+ }
272
+ child(...e) {
273
+ return e.flat(Infinity).forEach((e) => {
274
+ if (e == null) return;
275
+ let t = u(e);
276
+ if (this._pendingRemovals.delete(t), this._children.push(t), this._childrenDirty = !0, this._el) {
277
+ let e = t.renderDom();
278
+ e && e.parentNode !== this._el && this._el.appendChild(e);
279
+ }
280
+ }), this;
281
+ }
282
+ renderDom() {
283
+ return this._deleted ? null : (this._el || (this._el = document.createElement(this._tagName), this._applySnapshotToElement()), this._commitChildren(), this._children.forEach((e) => {
284
+ let t = e.renderDom();
285
+ t && t.parentNode !== this._el && this._el.appendChild(t);
286
+ }), this._el);
287
+ }
288
+ toHTML() {
289
+ if (this._deleted) return "";
290
+ let e = this._serializeAttributes(), n = e ? `<${this._tagName} ${e}>` : `<${this._tagName}>`;
291
+ return t.has(this._tagName) ? n : `${n}${this._children.map((e) => e.toHTML()).join("")}</${this._tagName}>`;
292
+ }
293
+ _applyBindingsToElement() {
294
+ Object.entries(this._attrs).forEach(([e, t]) => a(this._el, e, t)), this._syncClassName(), Object.entries(this._styles).forEach(([e, t]) => {
295
+ this._el.style[e] = t;
296
+ }), this._events.forEach((e, t) => {
297
+ e.forEach(({ handler: e, options: n }) => {
298
+ this._el.addEventListener(t, e, n), this._cleanup.push(() => this._el.removeEventListener(t, e, n));
299
+ });
300
+ });
301
+ }
302
+ _applySnapshotToElement() {
303
+ this._applyBindingsToElement(), this._children.forEach((e) => {
304
+ let t = e.renderDom();
305
+ t && this._el.appendChild(t);
306
+ });
307
+ }
308
+ _syncClassName() {
309
+ let e = [...this._classes].join(" ");
310
+ e ? this._attrs.class = e : delete this._attrs.class, this._el && (e ? this._el.className = e : this._el.removeAttribute("class"));
311
+ }
312
+ _serializeAttributes() {
313
+ let e = { ...this._attrs }, t = this._serializeStyles();
314
+ return t && (e.style = e.style ? `${e.style}; ${t}` : t), Object.entries(e).filter(([, e]) => e != null && e !== !1).map(([e, t]) => t === !0 || i(e) ? `${e}="${e}"` : `${e}="${r(t)}"`).join(" ");
315
+ }
316
+ _serializeStyles() {
317
+ return o(this._styles);
318
+ }
319
+ };
320
+ function m(e, t = p) {
321
+ return function(n = null, r = null, i = null) {
322
+ let a = d(n, r, i), o = new t(e, a.first);
323
+ return f(o, a.options), typeof a.callback == "function" && a.callback(o), o;
324
+ };
325
+ }
326
+ function h(e, t, n = {}) {
327
+ let { override: r = !1 } = n;
328
+ Object.entries(t).forEach(([t, n]) => {
329
+ !r && e.prototype[t] || (e.prototype[t] = function(...e) {
330
+ return this.child(n(...e));
331
+ });
332
+ });
333
+ }
334
+ //#endregion
335
+ //#region src/core/client-only.js
336
+ var g = class extends c {
337
+ constructor(e) {
338
+ super(null), this._loader = e, this._resolved = null;
339
+ }
340
+ _resolve() {
341
+ return this._resolved ||= _(this._loader), this._resolved;
342
+ }
343
+ toHTML() {
344
+ return this._deleted ? "" : "<div class=\"yoya-client-only\" data-client-only=\"true\"></div>";
345
+ }
346
+ renderDom() {
347
+ if (this._deleted) return null;
348
+ let e = this._resolve().renderDom();
349
+ return this._el && this._el !== e && this._el.parentNode && this._el.parentNode.replaceChild(e, this._el), this._el = e, e;
350
+ }
351
+ children() {
352
+ return this._resolved ? this._resolved.children() : [];
353
+ }
354
+ textContent() {
355
+ return this._resolved && typeof this._resolved.textContent == "function" ? this._resolved.textContent() : "";
356
+ }
357
+ destroy() {
358
+ return this._resolved && this._resolved.destroy(), super.destroy();
359
+ }
360
+ };
361
+ function ne(e) {
362
+ return new g(e);
363
+ }
364
+ function _(e) {
365
+ if (e instanceof c) return e;
366
+ if (typeof e == "function") return _(e());
367
+ if (e && typeof e.render == "function") return _(e.render());
368
+ throw TypeError("vClientOnly loader must return a ViewNode or a component object");
369
+ }
370
+ //#endregion
371
+ //#region src/core/document-events.js
372
+ function re(e, t, n = void 0) {
373
+ return typeof document > "u" ? () => {} : (document.addEventListener(e, t, n), () => {
374
+ document.removeEventListener(e, t, n);
375
+ });
376
+ }
377
+ function ie(e, t, n = void 0) {
378
+ typeof document > "u" || document.removeEventListener(e, t, n);
379
+ }
380
+ function ae(e, t, n = void 0) {
381
+ return typeof window > "u" ? () => {} : (window.addEventListener(e, t, n), () => {
382
+ window.removeEventListener(e, t, n);
383
+ });
384
+ }
385
+ function oe(e, t = null) {
386
+ if (typeof document > "u") return null;
387
+ if (t) {
388
+ let e = document.querySelector(`[${t}]`);
389
+ if (e) return e;
390
+ }
391
+ let n = document.createElement("style");
392
+ return t && n.setAttribute(t, ""), n.textContent = e, document.head?.appendChild(n), n;
393
+ }
394
+ //#endregion
395
+ //#region src/core/i18n.js
396
+ var v = "yoya-ui:i18n", y = /* @__PURE__ */ new Map(), b = class {
397
+ constructor(e = {}) {
398
+ let t = e.language || "zh-CN";
399
+ this._key = e.key || null, this._storage = I(e.storage), this._storageKey = e.storageKey || null, this._sharedStorageKey = this._key ? v : null, this._fallbackLanguage = e.fallbackLanguage || t, this._language = this._readStoredLanguage(t), this._messages = {}, this._listeners = /* @__PURE__ */ new Set(), this.registerMessages(e.messages || {}), this._key && D(this);
400
+ }
401
+ key() {
402
+ return this._key;
403
+ }
404
+ getLanguage() {
405
+ return this._language;
406
+ }
407
+ setLanguage(e) {
408
+ return !e || e === this._language ? this : (this._language = e, this._persistLanguage(), this._notify(), this);
409
+ }
410
+ getFallbackLanguage() {
411
+ return this._fallbackLanguage;
412
+ }
413
+ setFallbackLanguage(e) {
414
+ return e ? (this._fallbackLanguage = e, this._notify(), this) : this;
415
+ }
416
+ clearPersistedLanguage() {
417
+ if (!this._storageKey) {
418
+ if (!this._sharedStorageKey) return this;
419
+ let e = k(this._storage, this._sharedStorageKey);
420
+ return delete e[this._key], A(this._storage, this._sharedStorageKey, e), this;
421
+ }
422
+ try {
423
+ this._storage.removeItem(this._storageKey);
424
+ } catch {}
425
+ return this;
426
+ }
427
+ register(e, t = {}) {
428
+ return e ? (F(t).forEach((t) => {
429
+ this._messages[e] = M(this._messages[e] || {}, t);
430
+ }), this._notify(), this) : this;
431
+ }
432
+ registerMessages(e = {}) {
433
+ return P(e).forEach((e) => {
434
+ if (e.language) {
435
+ this.register(e.language, e.messages || {});
436
+ return;
437
+ }
438
+ Object.entries(e).forEach(([e, t]) => {
439
+ this.register(e, t);
440
+ });
441
+ }), this;
442
+ }
443
+ t(e, t = {}, n = void 0) {
444
+ let r = j(this._messages[this._language], e) ?? j(this._messages[this._fallbackLanguage], e) ?? n ?? e;
445
+ return fe(typeof r == "function" ? r(t, this) : r, t);
446
+ }
447
+ text(e, t = {}, n = void 0) {
448
+ return new x(this, e, t, n);
449
+ }
450
+ subscribe(e) {
451
+ return this._listeners.add(e), () => {
452
+ this._listeners.delete(e);
453
+ };
454
+ }
455
+ _readStoredLanguage(e) {
456
+ if (this._storageKey) try {
457
+ return this._storage.getItem(this._storageKey) || e;
458
+ } catch {
459
+ return e;
460
+ }
461
+ return this._sharedStorageKey && k(this._storage, this._sharedStorageKey)[this._key] || e;
462
+ }
463
+ _persistLanguage() {
464
+ if (this._storageKey) {
465
+ try {
466
+ this._storage.setItem(this._storageKey, this._language);
467
+ } catch {}
468
+ return;
469
+ }
470
+ if (this._sharedStorageKey) {
471
+ let e = k(this._storage, this._sharedStorageKey);
472
+ e[this._key] = this._language, A(this._storage, this._sharedStorageKey, e);
473
+ }
474
+ }
475
+ _notify() {
476
+ this._listeners.forEach((e) => e(this));
477
+ }
478
+ }, x = class extends l {
479
+ constructor(e, t, n = {}, r = void 0) {
480
+ super(e.t(t, n, r)), this._i18n = e, this._key = t, this._params = n || {}, this._defaultValue = r, this._unsubscribe = e.subscribe(() => this.refresh());
481
+ }
482
+ key(e) {
483
+ return e === void 0 ? this._key : (this._key = e, this.refresh());
484
+ }
485
+ params(e) {
486
+ return e === void 0 ? { ...this._params } : (this._params = e || {}, this.refresh());
487
+ }
488
+ defaultValue(e) {
489
+ return e === void 0 ? this._defaultValue : (this._defaultValue = e, this.refresh());
490
+ }
491
+ refresh() {
492
+ return this.textContent(this._i18n.t(this._key, this._params, this._defaultValue)), this;
493
+ }
494
+ destroy() {
495
+ return this._unsubscribe &&= (this._unsubscribe(), null), super.destroy();
496
+ }
497
+ };
498
+ function S(e = {}) {
499
+ return new b(e);
500
+ }
501
+ var C = S();
502
+ function se(e, t = {}) {
503
+ return C.text(e, t);
504
+ }
505
+ var w = C;
506
+ function T(e = C) {
507
+ return w = e, String.prototype._yoyaUiStringShortcutInstalled ? e : (Object.defineProperty(String.prototype, "_yoyaUiStringShortcutInstalled", {
508
+ configurable: !0,
509
+ enumerable: !1,
510
+ value: !0
511
+ }), Object.defineProperty(String.prototype, "s", {
512
+ configurable: !0,
513
+ enumerable: !1,
514
+ value: function(e, t, n) {
515
+ let r = String(this), i = {}, a = w;
516
+ return E(t) ? a = t : typeof t == "string" ? a = O(t) || w : (i = t || {}, E(n) ? a = n : typeof n == "string" && (a = O(n) || w)), a.text(e || r, i, r);
517
+ }
518
+ }), e);
519
+ }
520
+ function ce(e, t) {
521
+ let n = w;
522
+ w = e || n;
523
+ try {
524
+ return t();
525
+ } finally {
526
+ w = n;
527
+ }
528
+ }
529
+ function E(e) {
530
+ return !!(e && typeof e.text == "function");
531
+ }
532
+ function D(e) {
533
+ let t = e?.key?.();
534
+ return t ? (y.set(t, e), () => {
535
+ y.get(t) === e && y.delete(t);
536
+ }) : () => {};
537
+ }
538
+ function le(e) {
539
+ let t = typeof e == "string" ? e : e?.key?.();
540
+ return t && y.delete(t), t;
541
+ }
542
+ function O(e) {
543
+ return e && y.get(e) || null;
544
+ }
545
+ function ue() {
546
+ return new Map(y);
547
+ }
548
+ function de(e) {
549
+ return k(e || I(), v);
550
+ }
551
+ function k(e, t) {
552
+ if (!e) return {};
553
+ try {
554
+ let n = e.getItem(t);
555
+ if (!n) return {};
556
+ let r = JSON.parse(n);
557
+ return r && typeof r == "object" ? r : {};
558
+ } catch {
559
+ return {};
560
+ }
561
+ }
562
+ function A(e, t, n) {
563
+ if (e) try {
564
+ e.setItem(t, JSON.stringify(n));
565
+ } catch {}
566
+ }
567
+ T(C);
568
+ function j(e, t) {
569
+ if (!(!e || !t)) return Object.prototype.hasOwnProperty.call(e, t) ? e[t] : String(t).split(".").reduce((e, t) => {
570
+ if (e && typeof e == "object" && Object.prototype.hasOwnProperty.call(e, t)) return e[t];
571
+ }, e);
572
+ }
573
+ function fe(e, t) {
574
+ return String(e).replace(/\{([^{}]+)\}/g, (e, n) => {
575
+ let r = t?.[n.trim()];
576
+ return r == null ? e : String(r);
577
+ });
578
+ }
579
+ function M(e, t) {
580
+ let n = { ...e };
581
+ return Object.entries(t || {}).forEach(([e, t]) => {
582
+ N(t) && N(n[e]) ? n[e] = M(n[e], t) : n[e] = t;
583
+ }), n;
584
+ }
585
+ function N(e) {
586
+ return Object.prototype.toString.call(e) === "[object Object]";
587
+ }
588
+ function P(e) {
589
+ return Array.isArray(e) ? e.flatMap((e) => P(e)) : [e || {}];
590
+ }
591
+ function F(e) {
592
+ return Array.isArray(e) ? e.flatMap((e) => F(e)) : [e || {}];
593
+ }
594
+ function I(e) {
595
+ if (e) return e;
596
+ try {
597
+ if (typeof globalThis < "u" && globalThis.localStorage) return globalThis.localStorage;
598
+ } catch {}
599
+ return pe();
600
+ }
601
+ var L = /* @__PURE__ */ new Map();
602
+ function pe() {
603
+ return {
604
+ getItem(e) {
605
+ return L.has(e) ? L.get(e) : null;
606
+ },
607
+ setItem(e, t) {
608
+ L.set(e, String(t));
609
+ },
610
+ removeItem(e) {
611
+ L.delete(e);
612
+ }
613
+ };
614
+ }
615
+ //#endregion
616
+ //#region src/core/state-node.js
617
+ var me = /* @__PURE__ */ new Set([
618
+ "state",
619
+ "render",
620
+ "update"
621
+ ]), he = /* @__PURE__ */ new Set([
622
+ "destroy",
623
+ "getState",
624
+ "setState",
625
+ "subscribe"
626
+ ]);
627
+ function R(e = {}) {
628
+ if (typeof e.render != "function") throw TypeError("vStateNode requires a render function");
629
+ let t = typeof e.state == "function" ? e.state() : { ...e.state || {} }, n = /* @__PURE__ */ new Set(), r = !1, i = null, a = {
630
+ destroy() {
631
+ return r ? a : (r = !0, n.clear(), i && i.destroy(), a);
632
+ },
633
+ getState() {
634
+ return a.state();
635
+ },
636
+ render() {
637
+ if (r) return i;
638
+ if (!i) {
639
+ i = new p("div");
640
+ let e = i.destroy.bind(i);
641
+ i.destroy = () => (n.clear(), e()), o();
642
+ }
643
+ return i;
644
+ },
645
+ setState(e) {
646
+ if (r || e == null) return a;
647
+ let o = typeof e == "function" ? e({ ...t }) : e;
648
+ if (!o || typeof o != "object") return a;
649
+ let c = /* @__PURE__ */ new Set();
650
+ return Object.entries(o).forEach(([e, n]) => {
651
+ t[e] !== n && (t[e] = n, c.add(e));
652
+ }), c.size > 0 && (i && s(c), n.forEach((e) => e(t, a))), a;
653
+ },
654
+ state() {
655
+ return { ...t };
656
+ },
657
+ subscribe(e) {
658
+ if (typeof e != "function") throw TypeError("vStateNode subscriber must be a function");
659
+ return n.add(e), () => n.delete(e);
660
+ }
661
+ };
662
+ for (let t of Object.keys(e)) if (!(me.has(t) || typeof e[t] != "function")) {
663
+ if (he.has(t)) throw TypeError(`vStateNode config key "${t}" conflicts with the built-in API`);
664
+ a[t] = e[t];
665
+ }
666
+ return a;
667
+ function o() {
668
+ let n = e.render.call(a, t, a);
669
+ i.clearChildren().child(n), i._el && i.commit();
670
+ }
671
+ function s(n) {
672
+ if (typeof e.update == "function") {
673
+ e.update.call(a, t, a, n) === !0 && o();
674
+ return;
675
+ }
676
+ o();
677
+ }
678
+ }
679
+ h(p, { vStateNode: R });
680
+ //#endregion
681
+ //#region src/core/theme.js
682
+ var z = [
683
+ "light",
684
+ "dark",
685
+ "system"
686
+ ], B = "yoya-theme-mode", V = "yoya-theme-name";
687
+ function H() {
688
+ return typeof document > "u" ? null : document.documentElement;
689
+ }
690
+ function U() {
691
+ try {
692
+ return typeof localStorage < "u" && localStorage !== null;
693
+ } catch {
694
+ return !1;
695
+ }
696
+ }
697
+ function W(e = "light", t = {}) {
698
+ let n = z.includes(e) ? e : "light", r = H();
699
+ if (r && (r.dataset.yoyaMode = n), t.persist && U()) try {
700
+ localStorage.setItem(B, n);
701
+ } catch {}
702
+ return n;
703
+ }
704
+ function G() {
705
+ let e = H(), t = e && e.dataset.yoyaMode;
706
+ return z.includes(t) ? t : "light";
707
+ }
708
+ function ge() {
709
+ let e = G();
710
+ return e === "system" ? typeof window > "u" || typeof window.matchMedia != "function" ? "light" : window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light" : e;
711
+ }
712
+ function K(e = "", t = {}) {
713
+ let n = H();
714
+ if (!e) {
715
+ if (n && delete n.dataset.yoyaTheme, t.persist && U()) try {
716
+ localStorage.removeItem(V);
717
+ } catch {}
718
+ return "";
719
+ }
720
+ if (n && (n.dataset.yoyaTheme = e), t.persist && U()) try {
721
+ localStorage.setItem(V, e);
722
+ } catch {}
723
+ return e;
724
+ }
725
+ function q() {
726
+ let e = H();
727
+ return e && e.dataset.yoyaTheme || "";
728
+ }
729
+ function _e(e = {}) {
730
+ let t = e.mode, n = e.theme;
731
+ if (t === void 0 && U()) {
732
+ let e = localStorage.getItem(B);
733
+ z.includes(e) && (t = e);
734
+ }
735
+ return n === void 0 && U() && (n = localStorage.getItem(V) || ""), t !== void 0 && W(t, { persist: e.persist }), n !== void 0 && K(n, { persist: e.persist }), {
736
+ mode: G(),
737
+ theme: q()
738
+ };
739
+ }
740
+ //#endregion
741
+ //#region src/core/request.js
742
+ var J = null;
743
+ function ve({ submit: e } = {}) {
744
+ return J = typeof e == "function" ? e : null, J;
745
+ }
746
+ var ye = class {
747
+ method() {
748
+ return "GET";
749
+ }
750
+ headers() {
751
+ return {};
752
+ }
753
+ cookies() {
754
+ return null;
755
+ }
756
+ body() {
757
+ return null;
758
+ }
759
+ params() {
760
+ return {};
761
+ }
762
+ address() {
763
+ return "";
764
+ }
765
+ submit() {
766
+ if (typeof J != "function") throw Error("RequestBase: 未注册请求传输,请先 configureRequest({ submit })");
767
+ return J(this);
768
+ }
769
+ }, be = class e {
770
+ constructor({ ok: e = !0, code: t = "0", msg: n = null, showType: r = 0, data: i = null, kind: a = "detail", pageNum: o = null, pageSize: s = null, total: c = null } = {}) {
771
+ this.ok = e, this.code = t, this.msg = n, this.showType = r, this.data = i, this.kind = a, this.pageNum = o, this.pageSize = s, this.total = c;
772
+ }
773
+ get isSuccess() {
774
+ return !!this.ok;
775
+ }
776
+ get pages() {
777
+ return this.pageSize > 0 ? Math.ceil((this.total ?? 0) / this.pageSize) : 0;
778
+ }
779
+ static from(t, n = {}) {
780
+ if (!t || t.ok === !1) {
781
+ let e = Error(t?.msg || "请求失败");
782
+ throw e.code = t?.code, e.showType = t?.showType, e;
783
+ }
784
+ let r = t.data, i = Array.isArray(r) && t.pageNum != null, a = Array.isArray(r);
785
+ return new e({
786
+ ok: t.ok,
787
+ code: t.code,
788
+ msg: t.msg,
789
+ showType: t.showType,
790
+ kind: i ? "page" : a ? "list" : "detail",
791
+ data: i || a ? (r ?? []).map((e) => n.toItem ? n.toItem(e) : e) : n.toDetail ? n.toDetail(r) : r,
792
+ pageNum: t.pageNum,
793
+ pageSize: t.pageSize,
794
+ total: t.total
795
+ });
796
+ }
797
+ }, Y = class extends p {}, xe = [
798
+ "a",
799
+ "abbr",
800
+ "address",
801
+ "area",
802
+ "article",
803
+ "aside",
804
+ "audio",
805
+ "b",
806
+ "base",
807
+ "bdi",
808
+ "bdo",
809
+ "blockquote",
810
+ "body",
811
+ "br",
812
+ "button",
813
+ "canvas",
814
+ "caption",
815
+ "cite",
816
+ "code",
817
+ "col",
818
+ "colgroup",
819
+ "data",
820
+ "datalist",
821
+ "dd",
822
+ "del",
823
+ "details",
824
+ "dfn",
825
+ "dialog",
826
+ "div",
827
+ "dl",
828
+ "dt",
829
+ "em",
830
+ "embed",
831
+ "fieldset",
832
+ "figcaption",
833
+ "figure",
834
+ "footer",
835
+ "form",
836
+ "h1",
837
+ "h2",
838
+ "h3",
839
+ "h4",
840
+ "h5",
841
+ "h6",
842
+ "head",
843
+ "header",
844
+ "hgroup",
845
+ "hr",
846
+ "html",
847
+ "i",
848
+ "iframe",
849
+ "img",
850
+ "input",
851
+ "ins",
852
+ "kbd",
853
+ "label",
854
+ "legend",
855
+ "li",
856
+ "link",
857
+ "main",
858
+ "map",
859
+ "mark",
860
+ "menu",
861
+ "meta",
862
+ "meter",
863
+ "nav",
864
+ "noscript",
865
+ "object",
866
+ "ol",
867
+ "optgroup",
868
+ "option",
869
+ "output",
870
+ "p",
871
+ "picture",
872
+ "pre",
873
+ "progress",
874
+ "q",
875
+ "rp",
876
+ "rt",
877
+ "ruby",
878
+ "s",
879
+ "samp",
880
+ "script",
881
+ "search",
882
+ "section",
883
+ "select",
884
+ "selectedcontent",
885
+ "slot",
886
+ "small",
887
+ "source",
888
+ "span",
889
+ "strong",
890
+ {
891
+ name: "style",
892
+ tagName: "style",
893
+ aliases: ["styleTag"]
894
+ },
895
+ "sub",
896
+ "summary",
897
+ "sup",
898
+ "table",
899
+ "tbody",
900
+ "td",
901
+ "template",
902
+ "textarea",
903
+ "tfoot",
904
+ "th",
905
+ "thead",
906
+ "time",
907
+ "title",
908
+ "tr",
909
+ "track",
910
+ "u",
911
+ "ul",
912
+ {
913
+ name: "varTag",
914
+ tagName: "var"
915
+ },
916
+ "video",
917
+ "wbr"
918
+ ];
919
+ function X() {
920
+ return xe.reduce((e, t) => {
921
+ let { aliases: n = [], name: r, tagName: i } = kn(t), a = m(i, Y);
922
+ return e[r] = a, n.forEach((t) => {
923
+ e[t] = a;
924
+ }), e;
925
+ }, {});
926
+ }
927
+ var Z = X();
928
+ h(Y, Z);
929
+ var { a: Se, abbr: Ce, address: we, area: Te, article: Ee, aside: De, audio: Oe, b: ke, base: Ae, bdi: je, bdo: Me, blockquote: Ne, body: Pe, br: Fe, button: Ie, canvas: Le, caption: Re, cite: ze, code: Be, col: Ve, colgroup: He, data: Ue, datalist: We, dd: Ge, del: Ke, details: qe, dfn: Je, dialog: Ye, div: Xe, dl: Ze, dt: Qe, em: $e, embed: et, fieldset: tt, figcaption: nt, figure: rt, footer: it, form: at, h1: ot, h2: st, h3: ct, h4: lt, h5: ut, h6: dt, head: ft, header: pt, hgroup: mt, hr: ht, html: gt, i: _t, iframe: vt, img: yt, input: bt, ins: xt, kbd: St, label: Ct, legend: wt, li: Tt, link: Et, main: Dt, map: Ot, mark: kt, menu: At, meta: jt, meter: Mt, nav: Nt, noscript: Pt, object: Ft, ol: It, optgroup: Lt, option: Rt, output: zt, p: Bt, picture: Vt, pre: Ht, progress: Ut, q: Wt, rp: Gt, rt: Kt, ruby: qt, s: Jt, samp: Yt, script: Xt, search: Zt, section: Qt, select: $t, selectedcontent: en, slot: tn, small: nn, source: rn, span: an, strong: on, style: sn, styleTag: cn, sub: ln, summary: un, sup: dn, table: fn, tbody: pn, td: mn, template: hn, textarea: gn, tfoot: _n, th: vn, thead: yn, time: bn, title: xn, tr: Sn, track: Cn, u: wn, ul: Tn, varTag: En, video: Dn, wbr: On } = Z;
930
+ function kn(e) {
931
+ return typeof e == "string" ? {
932
+ name: e,
933
+ tagName: e
934
+ } : e;
935
+ }
936
+ //#endregion
937
+ //#region src/svg/icons.js
938
+ function An() {
939
+ return $((e) => {
940
+ e.className("yoya-icon").attr({
941
+ "aria-hidden": "true",
942
+ fill: "none",
943
+ stroke: "currentColor",
944
+ "stroke-linecap": "round",
945
+ "stroke-linejoin": "round",
946
+ "stroke-width": "2",
947
+ viewBox: "0 0 24 24"
948
+ }).styles({
949
+ height: "24px",
950
+ width: "24px"
951
+ }), e.path({ d: "M12 5v14" }), e.path({ d: "m19 12-7 7-7-7" });
952
+ });
953
+ }
954
+ function jn() {
955
+ return $((e) => {
956
+ e.className("yoya-icon").attr({
957
+ "aria-hidden": "true",
958
+ fill: "none",
959
+ stroke: "currentColor",
960
+ "stroke-linecap": "round",
961
+ "stroke-linejoin": "round",
962
+ "stroke-width": "2",
963
+ viewBox: "0 0 24 24"
964
+ }).styles({
965
+ height: "24px",
966
+ width: "24px"
967
+ }), e.path({ d: "M19 12H5" }), e.path({ d: "m12 19-7-7 7-7" });
968
+ });
969
+ }
970
+ function Mn() {
971
+ return $((e) => {
972
+ e.className("yoya-icon").attr({
973
+ "aria-hidden": "true",
974
+ fill: "none",
975
+ stroke: "currentColor",
976
+ "stroke-linecap": "round",
977
+ "stroke-linejoin": "round",
978
+ "stroke-width": "2",
979
+ viewBox: "0 0 24 24"
980
+ }).styles({
981
+ height: "24px",
982
+ width: "24px"
983
+ }), e.path({ d: "M5 12h14" }), e.path({ d: "m12 5 7 7-7 7" });
984
+ });
985
+ }
986
+ function Nn() {
987
+ return $((e) => {
988
+ e.className("yoya-icon").attr({
989
+ "aria-hidden": "true",
990
+ fill: "none",
991
+ stroke: "currentColor",
992
+ "stroke-linecap": "round",
993
+ "stroke-linejoin": "round",
994
+ "stroke-width": "2",
995
+ viewBox: "0 0 24 24"
996
+ }).styles({
997
+ height: "24px",
998
+ width: "24px"
999
+ }), e.path({ d: "M12 19V5" }), e.path({ d: "m5 12 7-7 7 7" });
1000
+ });
1001
+ }
1002
+ function Pn() {
1003
+ return $((e) => {
1004
+ e.className("yoya-icon").attr({
1005
+ "aria-hidden": "true",
1006
+ fill: "none",
1007
+ stroke: "currentColor",
1008
+ "stroke-linecap": "round",
1009
+ "stroke-linejoin": "round",
1010
+ "stroke-width": "2",
1011
+ viewBox: "0 0 24 24"
1012
+ }).styles({
1013
+ height: "24px",
1014
+ width: "24px"
1015
+ }), e.path({ d: "M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9" }), e.path({ d: "M10.3 21a1.94 1.94 0 0 0 3.4 0" });
1016
+ });
1017
+ }
1018
+ function Fn() {
1019
+ return $((e) => {
1020
+ e.className("yoya-icon").attr({
1021
+ "aria-hidden": "true",
1022
+ fill: "none",
1023
+ stroke: "currentColor",
1024
+ "stroke-linecap": "round",
1025
+ "stroke-linejoin": "round",
1026
+ "stroke-width": "2",
1027
+ viewBox: "0 0 24 24"
1028
+ }).styles({
1029
+ height: "24px",
1030
+ width: "24px"
1031
+ }), e.rect({
1032
+ height: "18",
1033
+ rx: "2",
1034
+ width: "18",
1035
+ x: "3",
1036
+ y: "4"
1037
+ }), e.path({ d: "M16 2v4" }), e.path({ d: "M8 2v4" }), e.path({ d: "M3 10h18" });
1038
+ });
1039
+ }
1040
+ function In() {
1041
+ return $((e) => {
1042
+ e.className("yoya-icon").attr({
1043
+ "aria-hidden": "true",
1044
+ fill: "none",
1045
+ stroke: "currentColor",
1046
+ "stroke-linecap": "round",
1047
+ "stroke-linejoin": "round",
1048
+ "stroke-width": "2",
1049
+ viewBox: "0 0 24 24"
1050
+ }).styles({
1051
+ height: "24px",
1052
+ width: "24px"
1053
+ }), e.path({ d: "M20 6 9 17l-5-5" });
1054
+ });
1055
+ }
1056
+ function Ln() {
1057
+ return $((e) => {
1058
+ e.className("yoya-icon").attr({
1059
+ "aria-hidden": "true",
1060
+ fill: "none",
1061
+ stroke: "currentColor",
1062
+ "stroke-linecap": "round",
1063
+ "stroke-linejoin": "round",
1064
+ "stroke-width": "2",
1065
+ viewBox: "0 0 24 24"
1066
+ }).styles({
1067
+ height: "24px",
1068
+ width: "24px"
1069
+ }), e.path({ d: "m6 9 6 6 6-6" });
1070
+ });
1071
+ }
1072
+ function Rn() {
1073
+ return $((e) => {
1074
+ e.className("yoya-icon").attr({
1075
+ "aria-hidden": "true",
1076
+ fill: "none",
1077
+ stroke: "currentColor",
1078
+ "stroke-linecap": "round",
1079
+ "stroke-linejoin": "round",
1080
+ "stroke-width": "2",
1081
+ viewBox: "0 0 24 24"
1082
+ }).styles({
1083
+ height: "24px",
1084
+ width: "24px"
1085
+ }), e.path({ d: "m15 18-6-6 6-6" });
1086
+ });
1087
+ }
1088
+ function zn() {
1089
+ return $((e) => {
1090
+ e.className("yoya-icon").attr({
1091
+ "aria-hidden": "true",
1092
+ fill: "none",
1093
+ stroke: "currentColor",
1094
+ "stroke-linecap": "round",
1095
+ "stroke-linejoin": "round",
1096
+ "stroke-width": "2",
1097
+ viewBox: "0 0 24 24"
1098
+ }).styles({
1099
+ height: "24px",
1100
+ width: "24px"
1101
+ }), e.path({ d: "m9 18 6-6-6-6" });
1102
+ });
1103
+ }
1104
+ function Bn() {
1105
+ return $((e) => {
1106
+ e.className("yoya-icon").attr({
1107
+ "aria-hidden": "true",
1108
+ fill: "none",
1109
+ stroke: "currentColor",
1110
+ "stroke-linecap": "round",
1111
+ "stroke-linejoin": "round",
1112
+ "stroke-width": "2",
1113
+ viewBox: "0 0 24 24"
1114
+ }).styles({
1115
+ height: "24px",
1116
+ width: "24px"
1117
+ }), e.path({ d: "m18 15-6-6-6 6" });
1118
+ });
1119
+ }
1120
+ function Vn() {
1121
+ return $((e) => {
1122
+ e.className("yoya-icon").attr({
1123
+ "aria-hidden": "true",
1124
+ fill: "none",
1125
+ stroke: "currentColor",
1126
+ "stroke-linecap": "round",
1127
+ "stroke-linejoin": "round",
1128
+ "stroke-width": "2",
1129
+ viewBox: "0 0 24 24"
1130
+ }).styles({
1131
+ height: "24px",
1132
+ width: "24px"
1133
+ }), e.path({ d: "M18 6 6 18" }), e.path({ d: "m6 6 12 12" });
1134
+ });
1135
+ }
1136
+ function Hn() {
1137
+ return $((e) => {
1138
+ e.className("yoya-icon").attr({
1139
+ "aria-hidden": "true",
1140
+ fill: "none",
1141
+ stroke: "currentColor",
1142
+ "stroke-linecap": "round",
1143
+ "stroke-linejoin": "round",
1144
+ "stroke-width": "2",
1145
+ viewBox: "0 0 24 24"
1146
+ }).styles({
1147
+ height: "24px",
1148
+ width: "24px"
1149
+ }), e.path({ d: "m16 18 6-6-6-6" }), e.path({ d: "m8 6-6 6 6 6" });
1150
+ });
1151
+ }
1152
+ function Un() {
1153
+ return $((e) => {
1154
+ e.className("yoya-icon").attr({
1155
+ "aria-hidden": "true",
1156
+ fill: "none",
1157
+ stroke: "currentColor",
1158
+ "stroke-linecap": "round",
1159
+ "stroke-linejoin": "round",
1160
+ "stroke-width": "2",
1161
+ viewBox: "0 0 24 24"
1162
+ }).styles({
1163
+ height: "24px",
1164
+ width: "24px"
1165
+ }), e.rect({
1166
+ height: "14",
1167
+ rx: "2",
1168
+ width: "14",
1169
+ x: "8",
1170
+ y: "8"
1171
+ }), e.path({ d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" });
1172
+ });
1173
+ }
1174
+ function Wn() {
1175
+ return $((e) => {
1176
+ e.className("yoya-icon").attr({
1177
+ "aria-hidden": "true",
1178
+ fill: "none",
1179
+ stroke: "currentColor",
1180
+ "stroke-linecap": "round",
1181
+ "stroke-linejoin": "round",
1182
+ "stroke-width": "2",
1183
+ viewBox: "0 0 24 24"
1184
+ }).styles({
1185
+ height: "24px",
1186
+ width: "24px"
1187
+ }), e.path({ d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }), e.path({ d: "m7 10 5 5 5-5" }), e.path({ d: "M12 15V3" });
1188
+ });
1189
+ }
1190
+ function Gn() {
1191
+ return $((e) => {
1192
+ e.className("yoya-icon").attr({
1193
+ "aria-hidden": "true",
1194
+ fill: "none",
1195
+ stroke: "currentColor",
1196
+ "stroke-linecap": "round",
1197
+ "stroke-linejoin": "round",
1198
+ "stroke-width": "2",
1199
+ viewBox: "0 0 24 24"
1200
+ }).styles({
1201
+ height: "24px",
1202
+ width: "24px"
1203
+ }), e.path({ d: "M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z" });
1204
+ });
1205
+ }
1206
+ function Kn() {
1207
+ return $((e) => {
1208
+ e.className("yoya-icon").attr({
1209
+ "aria-hidden": "true",
1210
+ fill: "none",
1211
+ stroke: "currentColor",
1212
+ "stroke-linecap": "round",
1213
+ "stroke-linejoin": "round",
1214
+ "stroke-width": "2",
1215
+ viewBox: "0 0 24 24"
1216
+ }).styles({
1217
+ height: "24px",
1218
+ width: "24px"
1219
+ }), e.path({ d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" }), e.path({ d: "m15 3 6 6" }), e.path({ d: "m21 3-9 9" });
1220
+ });
1221
+ }
1222
+ function qn() {
1223
+ return $((e) => {
1224
+ e.className("yoya-icon").attr({
1225
+ "aria-hidden": "true",
1226
+ fill: "none",
1227
+ stroke: "currentColor",
1228
+ "stroke-linecap": "round",
1229
+ "stroke-linejoin": "round",
1230
+ "stroke-width": "2",
1231
+ viewBox: "0 0 24 24"
1232
+ }).styles({
1233
+ height: "24px",
1234
+ width: "24px"
1235
+ }), e.path({ d: "M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z" }), e.circle({
1236
+ cx: "12",
1237
+ cy: "12",
1238
+ r: "3"
1239
+ });
1240
+ });
1241
+ }
1242
+ function Jn() {
1243
+ return $((e) => {
1244
+ e.className("yoya-icon").attr({
1245
+ "aria-hidden": "true",
1246
+ fill: "none",
1247
+ stroke: "currentColor",
1248
+ "stroke-linecap": "round",
1249
+ "stroke-linejoin": "round",
1250
+ "stroke-width": "2",
1251
+ viewBox: "0 0 24 24"
1252
+ }).styles({
1253
+ height: "24px",
1254
+ width: "24px"
1255
+ }), e.path({ d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }), e.path({ d: "M14 2v4a2 2 0 0 0 2 2h4" });
1256
+ });
1257
+ }
1258
+ function Yn() {
1259
+ return $((e) => {
1260
+ e.className("yoya-icon").attr({
1261
+ "aria-hidden": "true",
1262
+ fill: "none",
1263
+ stroke: "currentColor",
1264
+ "stroke-linecap": "round",
1265
+ "stroke-linejoin": "round",
1266
+ "stroke-width": "2",
1267
+ viewBox: "0 0 24 24"
1268
+ }).styles({
1269
+ height: "24px",
1270
+ width: "24px"
1271
+ }), e.rect({
1272
+ height: "18",
1273
+ rx: "2",
1274
+ width: "18",
1275
+ x: "3",
1276
+ y: "3"
1277
+ }), e.circle({
1278
+ cx: "9",
1279
+ cy: "9",
1280
+ r: "2"
1281
+ }), e.path({ d: "m21 15-3.1-3.1a2 2 0 0 0-2.8 0L6 21" });
1282
+ });
1283
+ }
1284
+ function Xn() {
1285
+ return $((e) => {
1286
+ e.className("yoya-icon").attr({
1287
+ "aria-hidden": "true",
1288
+ fill: "none",
1289
+ stroke: "currentColor",
1290
+ "stroke-linecap": "round",
1291
+ "stroke-linejoin": "round",
1292
+ "stroke-width": "2",
1293
+ viewBox: "0 0 24 24"
1294
+ }).styles({
1295
+ height: "24px",
1296
+ width: "24px"
1297
+ }), e.path({ d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" });
1298
+ });
1299
+ }
1300
+ function Zn() {
1301
+ return $((e) => {
1302
+ e.className("yoya-icon").attr({
1303
+ "aria-hidden": "true",
1304
+ fill: "none",
1305
+ stroke: "currentColor",
1306
+ "stroke-linecap": "round",
1307
+ "stroke-linejoin": "round",
1308
+ "stroke-width": "2",
1309
+ viewBox: "0 0 24 24"
1310
+ }).styles({
1311
+ height: "24px",
1312
+ width: "24px"
1313
+ }), e.path({ d: "m6 14 1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2" });
1314
+ });
1315
+ }
1316
+ function Qn() {
1317
+ return $((e) => {
1318
+ e.className("yoya-icon").attr({
1319
+ "aria-hidden": "true",
1320
+ fill: "none",
1321
+ stroke: "currentColor",
1322
+ "stroke-linecap": "round",
1323
+ "stroke-linejoin": "round",
1324
+ "stroke-width": "2",
1325
+ viewBox: "0 0 24 24"
1326
+ }).styles({
1327
+ height: "24px",
1328
+ width: "24px"
1329
+ }), e.path({ d: "M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z" });
1330
+ });
1331
+ }
1332
+ function $n() {
1333
+ return $((e) => {
1334
+ e.className("yoya-icon").attr({
1335
+ "aria-hidden": "true",
1336
+ fill: "none",
1337
+ stroke: "currentColor",
1338
+ "stroke-linecap": "round",
1339
+ "stroke-linejoin": "round",
1340
+ "stroke-width": "2",
1341
+ viewBox: "0 0 24 24"
1342
+ }).styles({
1343
+ height: "24px",
1344
+ width: "24px"
1345
+ }), e.path({ d: "m3 9.5 9-6.5 9 6.5" }), e.path({ d: "M5 10v10h5v-6h4v6h5V10" });
1346
+ });
1347
+ }
1348
+ function er() {
1349
+ return $((e) => {
1350
+ e.className("yoya-icon").attr({
1351
+ "aria-hidden": "true",
1352
+ fill: "none",
1353
+ stroke: "currentColor",
1354
+ "stroke-linecap": "round",
1355
+ "stroke-linejoin": "round",
1356
+ "stroke-width": "2",
1357
+ viewBox: "0 0 24 24"
1358
+ }).styles({
1359
+ height: "24px",
1360
+ width: "24px"
1361
+ }), e.circle({
1362
+ cx: "12",
1363
+ cy: "12",
1364
+ r: "10"
1365
+ }), e.path({ d: "M12 16v-4" }), e.path({ d: "M12 8h.01" });
1366
+ });
1367
+ }
1368
+ function tr() {
1369
+ return $((e) => {
1370
+ e.className("yoya-icon").attr({
1371
+ "aria-hidden": "true",
1372
+ fill: "none",
1373
+ stroke: "currentColor",
1374
+ "stroke-linecap": "round",
1375
+ "stroke-linejoin": "round",
1376
+ "stroke-width": "2",
1377
+ viewBox: "0 0 24 24"
1378
+ }).styles({
1379
+ height: "24px",
1380
+ width: "24px"
1381
+ }), e.rect({
1382
+ height: "11",
1383
+ rx: "2",
1384
+ width: "18",
1385
+ x: "3",
1386
+ y: "11"
1387
+ }), e.path({ d: "M7 11V7a5 5 0 0 1 10 0v4" });
1388
+ });
1389
+ }
1390
+ function nr() {
1391
+ return $((e) => {
1392
+ e.className("yoya-icon").attr({
1393
+ "aria-hidden": "true",
1394
+ fill: "none",
1395
+ stroke: "currentColor",
1396
+ "stroke-linecap": "round",
1397
+ "stroke-linejoin": "round",
1398
+ "stroke-width": "2",
1399
+ viewBox: "0 0 24 24"
1400
+ }).styles({
1401
+ height: "24px",
1402
+ width: "24px"
1403
+ }), e.path({ d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" }), e.path({ d: "m16 17 5-5-5-5" }), e.path({ d: "M21 12H9" });
1404
+ });
1405
+ }
1406
+ function rr() {
1407
+ return $((e) => {
1408
+ e.className("yoya-icon").attr({
1409
+ "aria-hidden": "true",
1410
+ fill: "none",
1411
+ stroke: "currentColor",
1412
+ "stroke-linecap": "round",
1413
+ "stroke-linejoin": "round",
1414
+ "stroke-width": "2",
1415
+ viewBox: "0 0 24 24"
1416
+ }).styles({
1417
+ height: "24px",
1418
+ width: "24px"
1419
+ }), e.rect({
1420
+ height: "16",
1421
+ rx: "2",
1422
+ width: "20",
1423
+ x: "2",
1424
+ y: "4"
1425
+ }), e.path({ d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" });
1426
+ });
1427
+ }
1428
+ function ir() {
1429
+ return $((e) => {
1430
+ e.className("yoya-icon").attr({
1431
+ "aria-hidden": "true",
1432
+ fill: "none",
1433
+ stroke: "currentColor",
1434
+ "stroke-linecap": "round",
1435
+ "stroke-linejoin": "round",
1436
+ "stroke-width": "2",
1437
+ viewBox: "0 0 24 24"
1438
+ }).styles({
1439
+ height: "24px",
1440
+ width: "24px"
1441
+ }), e.path({ d: "M4 6h16" }), e.path({ d: "M4 12h16" }), e.path({ d: "M4 18h16" });
1442
+ });
1443
+ }
1444
+ function ar() {
1445
+ return $((e) => {
1446
+ e.className("yoya-icon").attr({
1447
+ "aria-hidden": "true",
1448
+ fill: "none",
1449
+ stroke: "currentColor",
1450
+ "stroke-linecap": "round",
1451
+ "stroke-linejoin": "round",
1452
+ "stroke-width": "2",
1453
+ viewBox: "0 0 24 24"
1454
+ }).styles({
1455
+ height: "24px",
1456
+ width: "24px"
1457
+ }), e.path({ d: "M5 12h14" });
1458
+ });
1459
+ }
1460
+ function or() {
1461
+ return $((e) => {
1462
+ e.className("yoya-icon").attr({
1463
+ "aria-hidden": "true",
1464
+ fill: "none",
1465
+ stroke: "currentColor",
1466
+ "stroke-linecap": "round",
1467
+ "stroke-linejoin": "round",
1468
+ "stroke-width": "2",
1469
+ viewBox: "0 0 24 24"
1470
+ }).styles({
1471
+ height: "24px",
1472
+ width: "24px"
1473
+ }), e.circle({
1474
+ cx: "5",
1475
+ cy: "12",
1476
+ r: "1",
1477
+ fill: "currentColor"
1478
+ }), e.circle({
1479
+ cx: "12",
1480
+ cy: "12",
1481
+ r: "1",
1482
+ fill: "currentColor"
1483
+ }), e.circle({
1484
+ cx: "19",
1485
+ cy: "12",
1486
+ r: "1",
1487
+ fill: "currentColor"
1488
+ });
1489
+ });
1490
+ }
1491
+ function sr() {
1492
+ return $((e) => {
1493
+ e.className("yoya-icon").attr({
1494
+ "aria-hidden": "true",
1495
+ fill: "none",
1496
+ stroke: "currentColor",
1497
+ "stroke-linecap": "round",
1498
+ "stroke-linejoin": "round",
1499
+ "stroke-width": "2",
1500
+ viewBox: "0 0 24 24"
1501
+ }).styles({
1502
+ height: "24px",
1503
+ width: "24px"
1504
+ }), e.path({ d: "M5 12h14" }), e.path({ d: "M12 5v14" });
1505
+ });
1506
+ }
1507
+ function cr() {
1508
+ return $((e) => {
1509
+ e.className("yoya-icon").attr({
1510
+ "aria-hidden": "true",
1511
+ fill: "none",
1512
+ stroke: "currentColor",
1513
+ "stroke-linecap": "round",
1514
+ "stroke-linejoin": "round",
1515
+ "stroke-width": "2",
1516
+ viewBox: "0 0 24 24"
1517
+ }).styles({
1518
+ height: "24px",
1519
+ width: "24px"
1520
+ }), e.path({ d: "M3 12a9 9 0 0 1 15-6.7L21 8" }), e.path({ d: "M21 3v5h-5" }), e.path({ d: "M21 12a9 9 0 0 1-15 6.7L3 16" }), e.path({ d: "M3 21v-5h5" });
1521
+ });
1522
+ }
1523
+ function lr() {
1524
+ return $((e) => {
1525
+ e.className("yoya-icon").attr({
1526
+ "aria-hidden": "true",
1527
+ fill: "none",
1528
+ stroke: "currentColor",
1529
+ "stroke-linecap": "round",
1530
+ "stroke-linejoin": "round",
1531
+ "stroke-width": "2",
1532
+ viewBox: "0 0 24 24"
1533
+ }).styles({
1534
+ height: "24px",
1535
+ width: "24px"
1536
+ }), e.circle({
1537
+ cx: "11",
1538
+ cy: "11",
1539
+ r: "7"
1540
+ }), e.path({ d: "m20 20-4-4" });
1541
+ });
1542
+ }
1543
+ function ur() {
1544
+ return $((e) => {
1545
+ e.className("yoya-icon").attr({
1546
+ "aria-hidden": "true",
1547
+ fill: "none",
1548
+ stroke: "currentColor",
1549
+ "stroke-linecap": "round",
1550
+ "stroke-linejoin": "round",
1551
+ "stroke-width": "2",
1552
+ viewBox: "0 0 24 24"
1553
+ }).styles({
1554
+ height: "24px",
1555
+ width: "24px"
1556
+ }), e.circle({
1557
+ cx: "12",
1558
+ cy: "12",
1559
+ r: "3"
1560
+ }), e.path({ d: "M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2Z" });
1561
+ });
1562
+ }
1563
+ function dr() {
1564
+ return $((e) => {
1565
+ e.className("yoya-icon").attr({
1566
+ "aria-hidden": "true",
1567
+ fill: "none",
1568
+ stroke: "currentColor",
1569
+ "stroke-linecap": "round",
1570
+ "stroke-linejoin": "round",
1571
+ "stroke-width": "2",
1572
+ viewBox: "0 0 24 24"
1573
+ }).styles({
1574
+ height: "24px",
1575
+ width: "24px"
1576
+ }), e.path({
1577
+ d: "m12 2 3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z",
1578
+ fill: "currentColor",
1579
+ stroke: "none"
1580
+ });
1581
+ });
1582
+ }
1583
+ function fr() {
1584
+ return $((e) => {
1585
+ e.className("yoya-icon").attr({
1586
+ "aria-hidden": "true",
1587
+ fill: "none",
1588
+ stroke: "currentColor",
1589
+ "stroke-linecap": "round",
1590
+ "stroke-linejoin": "round",
1591
+ "stroke-width": "2",
1592
+ viewBox: "0 0 24 24"
1593
+ }).styles({
1594
+ height: "24px",
1595
+ width: "24px"
1596
+ }), e.path({ d: "M3 6h18" }), e.path({ d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" }), e.path({ d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" }), e.path({ d: "M10 10v6" }), e.path({ d: "M14 10v6" });
1597
+ });
1598
+ }
1599
+ function pr() {
1600
+ return $((e) => {
1601
+ e.className("yoya-icon").attr({
1602
+ "aria-hidden": "true",
1603
+ fill: "none",
1604
+ stroke: "currentColor",
1605
+ "stroke-linecap": "round",
1606
+ "stroke-linejoin": "round",
1607
+ "stroke-width": "2",
1608
+ viewBox: "0 0 24 24"
1609
+ }).styles({
1610
+ height: "24px",
1611
+ width: "24px"
1612
+ }), e.path({ d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }), e.path({ d: "m17 8-5-5-5 5" }), e.path({ d: "M12 3v12" });
1613
+ });
1614
+ }
1615
+ function mr() {
1616
+ return $((e) => {
1617
+ e.className("yoya-icon").attr({
1618
+ "aria-hidden": "true",
1619
+ fill: "none",
1620
+ stroke: "currentColor",
1621
+ "stroke-linecap": "round",
1622
+ "stroke-linejoin": "round",
1623
+ "stroke-width": "2",
1624
+ viewBox: "0 0 24 24"
1625
+ }).styles({
1626
+ height: "24px",
1627
+ width: "24px"
1628
+ }), e.path({ d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2" }), e.circle({
1629
+ cx: "12",
1630
+ cy: "7",
1631
+ r: "4"
1632
+ });
1633
+ });
1634
+ }
1635
+ function hr() {
1636
+ return $((e) => {
1637
+ e.className("yoya-icon").attr({
1638
+ "aria-hidden": "true",
1639
+ fill: "none",
1640
+ stroke: "currentColor",
1641
+ "stroke-linecap": "round",
1642
+ "stroke-linejoin": "round",
1643
+ "stroke-width": "2",
1644
+ viewBox: "0 0 24 24"
1645
+ }).styles({
1646
+ height: "24px",
1647
+ width: "24px"
1648
+ }), e.path({ d: "M21.73 18 13.34 3.7a2 2 0 0 0-3.44 0L2.27 18A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z" }), e.path({ d: "M12 9v4" }), e.path({ d: "M12 17h.01" });
1649
+ });
1650
+ }
1651
+ function gr() {
1652
+ return $((e) => {
1653
+ e.className("yoya-icon").attr({
1654
+ "aria-hidden": "true",
1655
+ fill: "none",
1656
+ stroke: "currentColor",
1657
+ "stroke-linecap": "round",
1658
+ "stroke-linejoin": "round",
1659
+ "stroke-width": "2",
1660
+ viewBox: "0 0 24 24"
1661
+ }).styles({
1662
+ height: "24px",
1663
+ width: "24px"
1664
+ }), e.circle({
1665
+ cx: "12",
1666
+ cy: "12",
1667
+ r: "4"
1668
+ }), e.path({ d: "M12 2v2" }), e.path({ d: "M12 20v2" }), e.path({ d: "m4.93 4.93 1.41 1.41" }), e.path({ d: "m17.66 17.66 1.41 1.41" }), e.path({ d: "M2 12h2" }), e.path({ d: "M20 12h2" }), e.path({ d: "m6.34 17.66-1.41 1.41" }), e.path({ d: "m19.07 4.93-1.41 1.41" });
1669
+ });
1670
+ }
1671
+ function _r() {
1672
+ return $((e) => {
1673
+ e.className("yoya-icon").attr({
1674
+ "aria-hidden": "true",
1675
+ fill: "none",
1676
+ stroke: "currentColor",
1677
+ "stroke-linecap": "round",
1678
+ "stroke-linejoin": "round",
1679
+ "stroke-width": "2",
1680
+ viewBox: "0 0 24 24"
1681
+ }).styles({
1682
+ height: "24px",
1683
+ width: "24px"
1684
+ }), e.path({ d: "M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z" });
1685
+ });
1686
+ }
1687
+ function vr() {
1688
+ return $((e) => {
1689
+ e.className("yoya-icon").attr({
1690
+ "aria-hidden": "true",
1691
+ fill: "none",
1692
+ stroke: "currentColor",
1693
+ "stroke-linecap": "round",
1694
+ "stroke-linejoin": "round",
1695
+ "stroke-width": "2",
1696
+ viewBox: "0 0 24 24"
1697
+ }).styles({
1698
+ height: "24px",
1699
+ width: "24px"
1700
+ }), e.rect({
1701
+ height: "14",
1702
+ rx: "2",
1703
+ width: "20",
1704
+ x: "2",
1705
+ y: "3"
1706
+ }), e.path({ d: "M8 21h8" }), e.path({ d: "M12 17v4" });
1707
+ });
1708
+ }
1709
+ //#endregion
1710
+ //#region src/svg/index.js
1711
+ var yr = "http://www.w3.org/2000/svg", br = /* @__PURE__ */ new Set([
1712
+ "desc",
1713
+ "metadata",
1714
+ "text",
1715
+ "textPath",
1716
+ "title",
1717
+ "tspan"
1718
+ ]), Q = class e extends p {
1719
+ setup(e) {
1720
+ return typeof e == "string" || typeof e == "number" ? this.child(e) : super.setup(e);
1721
+ }
1722
+ text(...e) {
1723
+ if (br.has(this._tagName)) {
1724
+ let [t, n] = e;
1725
+ return e.length > 0 && this.child(t), n != null && this.setup(n), this;
1726
+ }
1727
+ return this._svgChild("text", ...e);
1728
+ }
1729
+ style(...e) {
1730
+ let [t, n] = e;
1731
+ return this._tagName === "style" && e.length <= 1 ? (e.length === 1 && this.child(t), this) : e.length <= 1 && xr(t) ? this._svgChild("style", t) : super.style(t, n);
1732
+ }
1733
+ renderDom() {
1734
+ return this._deleted ? null : (this._el || (this._el = document.createElementNS(yr, this._tagName), this._applySnapshotToElement()), this._el);
1735
+ }
1736
+ _syncClassName() {
1737
+ let e = [...this._classes].join(" ");
1738
+ e ? this._attrs.class = e : delete this._attrs.class, this._el && (e ? this._el.setAttribute("class", e) : this._el.removeAttribute("class"));
1739
+ }
1740
+ _svgChild(t, ...n) {
1741
+ let r = new e(t);
1742
+ return n.forEach((e) => {
1743
+ e != null && r.setup(e);
1744
+ }), this.child(r);
1745
+ }
1746
+ };
1747
+ function xr(e) {
1748
+ return e == null || typeof e == "function" || typeof e == "string" || typeof e == "number" || Array.isArray(e);
1749
+ }
1750
+ var Sr = /* @__PURE__ */ "animate.animateMotion.animateTransform.circle.clipPath.defs.desc.ellipse.feBlend.feColorMatrix.feComponentTransfer.feComposite.feConvolveMatrix.feDiffuseLighting.feDisplacementMap.feDistantLight.feDropShadow.feFlood.feFuncA.feFuncB.feFuncG.feFuncR.feGaussianBlur.feImage.feMerge.feMergeNode.feMorphology.feOffset.fePointLight.feSpecularLighting.feSpotLight.feTile.feTurbulence.filter.foreignObject.g.image.line.linearGradient.marker.mask.metadata.mpath.path.pattern.polygon.polyline.radialGradient.rect.set.stop.a.script.style.switch.text.title.symbol.textPath.tspan.use.view".split(".");
1751
+ function Cr(e) {
1752
+ return function(...t) {
1753
+ let n = new Q(e);
1754
+ return e === "svg" && n.style("display", "block"), t.forEach((e) => {
1755
+ e != null && n.setup(e);
1756
+ }), n;
1757
+ };
1758
+ }
1759
+ function wr() {
1760
+ return Sr.reduce((e, t) => {
1761
+ let { aliases: n = [], name: r, tagName: i } = Er(t), a = Cr(i);
1762
+ return e[r] = a, n.forEach((t) => {
1763
+ e[t] = a;
1764
+ }), e;
1765
+ }, {});
1766
+ }
1767
+ var $ = Cr("svg"), Tr = wr();
1768
+ h(Y, { svg: $ }), h(Q, {
1769
+ svg: $,
1770
+ ...Tr
1771
+ });
1772
+ function Er(e) {
1773
+ return typeof e == "string" ? {
1774
+ name: e,
1775
+ tagName: e
1776
+ } : e;
1777
+ }
1778
+ //#endregion
1779
+ export { An as ArrowDownOutlined, jn as ArrowLeftOutlined, Mn as ArrowRightOutlined, Nn as ArrowUpOutlined, Pn as BellOutlined, Fn as CalendarOutlined, In as CheckOutlined, Ln as ChevronDownOutlined, Rn as ChevronLeftOutlined, zn as ChevronRightOutlined, Bn as ChevronUpOutlined, g as ClientOnlyNode, Vn as CloseOutlined, Hn as CodeOutlined, ee as ComponentNode, Un as CopyOutlined, Wn as DownloadOutlined, Gn as EditOutlined, p as ElementNode, Kn as ExternalOutlined, qn as EyeOutlined, Jn as FileOutlined, Zn as FolderOpenOutlined, Xn as FolderOutlined, Qn as HeartOutlined, $n as HomeOutlined, Y as HtmlElementNode, b as I18n, x as I18nTextNode, Yn as ImageOutlined, er as InfoOutlined, tr as LockOutlined, nr as LogoutOutlined, rr as MailOutlined, ir as MenuOutlined, ar as MinusOutlined, vr as MonitorOutlined, _r as MoonOutlined, or as MoreHorizontalOutlined, sr as PlusOutlined, cr as RefreshOutlined, ye as RequestBase, be as Result, yr as SVG_NAMESPACE, lr as SearchOutlined, ur as SettingsOutlined, dr as StarOutlined, gr as SunOutlined, Q as SvgElementNode, l as TextNode, l as VTextNode, l as ViewTextNode, fr as TrashOutlined, pr as UploadOutlined, mr as UserOutlined, c as ViewNode, hr as WarningOutlined, Se as a, Ce as abbr, we as address, f as applyElementOptions, Te as area, Ee as article, De as aside, Oe as audio, ke as b, Ae as base, je as bdi, Me as bdo, re as bindDocumentEvent, ae as bindWindowEvent, Ne as blockquote, Pe as body, Fe as br, Ie as button, Le as canvas, Re as caption, ze as cite, Be as code, Ve as col, He as colgroup, ve as configureRequest, m as createElementFactory, X as createHtmlFactories, S as createI18n, Ue as data, We as datalist, Ge as dd, Ke as del, qe as details, Je as dfn, Ye as dialog, Xe as div, Ze as dl, Qe as dt, $e as em, et as embed, r as escapeHtml, tt as fieldset, nt as figcaption, rt as figure, it as footer, at as form, O as getI18n, de as getPersistedI18nLocales, G as getYoyaMode, q as getYoyaTheme, ot as h1, st as h2, ct as h3, lt as h4, ut as h5, dt as h6, ft as head, pt as header, mt as hgroup, ht as hr, gt as html, _t as i, C as i18n, se as i18nText, vt as iframe, yt as img, _e as initYoyaTheme, oe as injectDocumentStyle, bt as input, xt as ins, T as installI18nStringShortcut, St as kbd, Ct as label, wt as legend, Tt as li, Et as link, ue as listI18n, Dt as main, Ot as map, kt as mark, At as menu, jt as meta, Mt as meter, Nt as nav, u as normalizeChild, d as normalizeSetupArguments, Pt as noscript, Ft as object, It as ol, Lt as optgroup, Rt as option, zt as output, Bt as p, Vt as picture, Ht as pre, Ut as progress, Wt as q, h as registerChildFactories, D as registerI18n, n as resolveTarget, ge as resolveYoyaMode, Gt as rp, Kt as rt, qt as ruby, Jt as s, Yt as samp, Xt as script, Zt as search, Qt as section, $t as select, en as selectedcontent, W as setYoyaMode, K as setYoyaTheme, tn as slot, nn as small, rn as source, an as span, on as strong, sn as style, cn as styleTag, ln as sub, un as summary, dn as sup, $ as svg, fn as table, pn as tbody, mn as td, hn as template, te as text, te as vText, gn as textarea, _n as tfoot, vn as th, yn as thead, bn as time, xn as title, Sn as tr, Cn as track, wn as u, Tn as ul, ie as unbindDocumentEvent, le as unregisterI18n, ne as vClientOnly, R as vStateNode, En as varTag, Dn as video, On as wbr, ce as withI18nStringShortcut };