sa2kit 1.6.60 → 1.6.62

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 (297) hide show
  1. package/dist/UniversalFileService-C3WQAFOV.js +15 -0
  2. package/dist/{UniversalFileService-J6ET6KZK.js.map → UniversalFileService-C3WQAFOV.js.map} +1 -1
  3. package/dist/UniversalFileService-O3IEROBN.mjs +6 -0
  4. package/dist/{UniversalFileService-336GFY6N.mjs.map → UniversalFileService-O3IEROBN.mjs.map} +1 -1
  5. package/dist/ai/llm/index.d.mts +70 -0
  6. package/dist/ai/llm/index.d.ts +70 -0
  7. package/dist/ai/llm/index.js +54 -0
  8. package/dist/ai/llm/index.js.map +1 -0
  9. package/dist/ai/llm/index.mjs +5 -0
  10. package/dist/ai/llm/index.mjs.map +1 -0
  11. package/dist/ai/llm/ui/electron/index.d.mts +5 -0
  12. package/dist/ai/llm/ui/electron/index.d.ts +5 -0
  13. package/dist/ai/llm/ui/electron/index.js +21 -0
  14. package/dist/ai/llm/ui/electron/index.js.map +1 -0
  15. package/dist/ai/llm/ui/electron/index.mjs +8 -0
  16. package/dist/ai/llm/ui/electron/index.mjs.map +1 -0
  17. package/dist/ai/llm/ui/miniapp/index.d.mts +9 -0
  18. package/dist/ai/llm/ui/miniapp/index.d.ts +9 -0
  19. package/dist/ai/llm/ui/miniapp/index.js +107 -0
  20. package/dist/ai/llm/ui/miniapp/index.js.map +1 -0
  21. package/dist/ai/llm/ui/miniapp/index.mjs +101 -0
  22. package/dist/ai/llm/ui/miniapp/index.mjs.map +1 -0
  23. package/dist/ai/llm/ui/rn/index.d.mts +9 -0
  24. package/dist/ai/llm/ui/rn/index.d.ts +9 -0
  25. package/dist/ai/llm/ui/rn/index.js +249 -0
  26. package/dist/ai/llm/ui/rn/index.js.map +1 -0
  27. package/dist/ai/llm/ui/rn/index.mjs +243 -0
  28. package/dist/ai/llm/ui/rn/index.mjs.map +1 -0
  29. package/dist/ai/llm/ui/web/index.d.mts +15 -0
  30. package/dist/ai/llm/ui/web/index.d.ts +15 -0
  31. package/dist/ai/llm/ui/web/index.js +21 -0
  32. package/dist/ai/llm/ui/web/index.js.map +1 -0
  33. package/dist/ai/llm/ui/web/index.mjs +8 -0
  34. package/dist/ai/llm/ui/web/index.mjs.map +1 -0
  35. package/dist/ar/index.d.mts +7 -0
  36. package/dist/ar/index.d.ts +7 -0
  37. package/dist/ar/index.js +17 -0
  38. package/dist/ar/index.js.map +1 -0
  39. package/dist/ar/index.mjs +4 -0
  40. package/dist/ar/index.mjs.map +1 -0
  41. package/dist/auth/index.js +22 -22
  42. package/dist/auth/index.mjs +2 -2
  43. package/dist/auth/legacy/db/index.d.mts +5 -0
  44. package/dist/auth/legacy/db/index.d.ts +5 -0
  45. package/dist/auth/legacy/db/index.js +34 -0
  46. package/dist/auth/legacy/db/index.js.map +1 -0
  47. package/dist/auth/legacy/db/index.mjs +5 -0
  48. package/dist/auth/legacy/db/index.mjs.map +1 -0
  49. package/dist/auth/legacy/index.d.mts +51 -0
  50. package/dist/auth/legacy/index.d.ts +51 -0
  51. package/dist/auth/legacy/index.js +146 -0
  52. package/dist/auth/legacy/index.js.map +1 -0
  53. package/dist/auth/legacy/index.mjs +13 -0
  54. package/dist/auth/legacy/index.mjs.map +1 -0
  55. package/dist/auth/legacy/logic/index.d.mts +9 -0
  56. package/dist/auth/legacy/logic/index.d.ts +9 -0
  57. package/dist/auth/legacy/logic/index.js +18 -0
  58. package/dist/auth/legacy/logic/index.js.map +1 -0
  59. package/dist/auth/legacy/logic/index.mjs +5 -0
  60. package/dist/auth/legacy/logic/index.mjs.map +1 -0
  61. package/dist/auth/legacy/routes/index.d.mts +50 -0
  62. package/dist/auth/legacy/routes/index.d.ts +50 -0
  63. package/dist/auth/legacy/routes/index.js +34 -0
  64. package/dist/auth/legacy/routes/index.js.map +1 -0
  65. package/dist/auth/legacy/routes/index.mjs +5 -0
  66. package/dist/auth/legacy/routes/index.mjs.map +1 -0
  67. package/dist/auth/legacy/schema/index.d.mts +401 -0
  68. package/dist/auth/legacy/schema/index.d.ts +401 -0
  69. package/dist/auth/legacy/schema/index.js +29 -0
  70. package/dist/auth/legacy/schema/index.js.map +1 -0
  71. package/dist/auth/legacy/schema/index.mjs +4 -0
  72. package/dist/auth/legacy/schema/index.mjs.map +1 -0
  73. package/dist/auth/legacy/server/index.d.mts +15 -0
  74. package/dist/auth/legacy/server/index.d.ts +15 -0
  75. package/dist/auth/legacy/server/index.js +65 -0
  76. package/dist/auth/legacy/server/index.js.map +1 -0
  77. package/dist/auth/legacy/server/index.mjs +8 -0
  78. package/dist/auth/legacy/server/index.mjs.map +1 -0
  79. package/dist/auth/legacy/services/index.d.mts +40 -0
  80. package/dist/auth/legacy/services/index.d.ts +40 -0
  81. package/dist/auth/legacy/services/index.js +14 -0
  82. package/dist/auth/legacy/services/index.js.map +1 -0
  83. package/dist/auth/legacy/services/index.mjs +5 -0
  84. package/dist/auth/legacy/services/index.mjs.map +1 -0
  85. package/dist/auth/legacy/ui/miniapp/index.d.mts +10 -0
  86. package/dist/auth/legacy/ui/miniapp/index.d.ts +10 -0
  87. package/dist/auth/legacy/ui/miniapp/index.js +23 -0
  88. package/dist/auth/legacy/ui/miniapp/index.js.map +1 -0
  89. package/dist/auth/legacy/ui/miniapp/index.mjs +6 -0
  90. package/dist/auth/legacy/ui/miniapp/index.mjs.map +1 -0
  91. package/dist/auth/legacy/ui/web/index.d.mts +22 -0
  92. package/dist/auth/legacy/ui/web/index.d.ts +22 -0
  93. package/dist/auth/legacy/ui/web/index.js +31 -0
  94. package/dist/auth/legacy/ui/web/index.js.map +1 -0
  95. package/dist/auth/legacy/ui/web/index.mjs +6 -0
  96. package/dist/auth/legacy/ui/web/index.mjs.map +1 -0
  97. package/dist/calendar/index.d.mts +390 -237
  98. package/dist/calendar/index.d.ts +390 -237
  99. package/dist/calendar/index.js +3825 -3785
  100. package/dist/calendar/index.js.map +1 -1
  101. package/dist/calendar/index.mjs +3730 -3696
  102. package/dist/calendar/index.mjs.map +1 -1
  103. package/dist/calendar/routes/index.js +30 -327
  104. package/dist/calendar/routes/index.js.map +1 -1
  105. package/dist/calendar/routes/index.mjs +1 -323
  106. package/dist/calendar/routes/index.mjs.map +1 -1
  107. package/dist/calendar/server.d.mts +6 -0
  108. package/dist/calendar/server.d.ts +6 -0
  109. package/dist/calendar/server.js +41 -13
  110. package/dist/calendar/server.js.map +1 -1
  111. package/dist/calendar/server.mjs +2 -2
  112. package/dist/calendar/server.mjs.map +1 -1
  113. package/dist/chunk-24F7KUED.js +263 -0
  114. package/dist/chunk-24F7KUED.js.map +1 -0
  115. package/dist/{chunk-YMS6BPXS.js → chunk-27IUMDDK.js} +3 -3
  116. package/dist/{chunk-YMS6BPXS.js.map → chunk-27IUMDDK.js.map} +1 -1
  117. package/dist/chunk-37M6NZIF.js +279 -0
  118. package/dist/chunk-37M6NZIF.js.map +1 -0
  119. package/dist/chunk-3JMUNOUT.js +144 -0
  120. package/dist/chunk-3JMUNOUT.js.map +1 -0
  121. package/dist/chunk-3PFCOTJP.mjs +256 -0
  122. package/dist/chunk-3PFCOTJP.mjs.map +1 -0
  123. package/dist/{chunk-NZZZUMMX.mjs → chunk-57MVE5LL.mjs} +3 -3
  124. package/dist/{chunk-NZZZUMMX.mjs.map → chunk-57MVE5LL.mjs.map} +1 -1
  125. package/dist/{chunk-622Y6LTH.mjs → chunk-5BLZEVWK.mjs} +196 -468
  126. package/dist/chunk-5BLZEVWK.mjs.map +1 -0
  127. package/dist/{chunk-YN4MJFIG.js → chunk-5LCGOCKG.js} +5 -5
  128. package/dist/{chunk-YN4MJFIG.js.map → chunk-5LCGOCKG.js.map} +1 -1
  129. package/dist/chunk-6XUQ2B4K.js +219 -0
  130. package/dist/chunk-6XUQ2B4K.js.map +1 -0
  131. package/dist/{chunk-NCOXT7SK.js → chunk-77UEPWVQ.js} +4 -4
  132. package/dist/{chunk-NCOXT7SK.js.map → chunk-77UEPWVQ.js.map} +1 -1
  133. package/dist/chunk-CFM56MGO.mjs +35 -0
  134. package/dist/chunk-CFM56MGO.mjs.map +1 -0
  135. package/dist/chunk-CPSFYP34.mjs +140 -0
  136. package/dist/chunk-CPSFYP34.mjs.map +1 -0
  137. package/dist/chunk-D22QBOCM.mjs +336 -0
  138. package/dist/chunk-D22QBOCM.mjs.map +1 -0
  139. package/dist/chunk-DA4QV64P.mjs +35 -0
  140. package/dist/chunk-DA4QV64P.mjs.map +1 -0
  141. package/dist/chunk-EKDLZND6.js +275 -0
  142. package/dist/chunk-EKDLZND6.js.map +1 -0
  143. package/dist/chunk-EKQPFZXQ.js +12 -0
  144. package/dist/chunk-EKQPFZXQ.js.map +1 -0
  145. package/dist/chunk-ERAAB5VG.js +324 -0
  146. package/dist/chunk-ERAAB5VG.js.map +1 -0
  147. package/dist/chunk-ESLY72VI.mjs +175 -0
  148. package/dist/chunk-ESLY72VI.mjs.map +1 -0
  149. package/dist/chunk-FGQGWW73.js +38 -0
  150. package/dist/chunk-FGQGWW73.js.map +1 -0
  151. package/dist/chunk-FXQOXLDE.js +120 -0
  152. package/dist/chunk-FXQOXLDE.js.map +1 -0
  153. package/dist/chunk-FZELCJR7.mjs +19 -0
  154. package/dist/chunk-FZELCJR7.mjs.map +1 -0
  155. package/dist/{chunk-HHVDOIPV.js → chunk-H3P2PGZL.js} +3 -3
  156. package/dist/{chunk-HHVDOIPV.js.map → chunk-H3P2PGZL.js.map} +1 -1
  157. package/dist/chunk-HBQMN5QM.mjs +10 -0
  158. package/dist/chunk-HBQMN5QM.mjs.map +1 -0
  159. package/dist/chunk-ITRIXMXF.mjs +862 -0
  160. package/dist/chunk-ITRIXMXF.mjs.map +1 -0
  161. package/dist/chunk-IUWSCUDC.js +4 -0
  162. package/dist/chunk-IUWSCUDC.js.map +1 -0
  163. package/dist/chunk-JCKCKRC2.js +50 -0
  164. package/dist/chunk-JCKCKRC2.js.map +1 -0
  165. package/dist/chunk-L7GQNY54.mjs +286 -0
  166. package/dist/chunk-L7GQNY54.mjs.map +1 -0
  167. package/dist/{chunk-ZRWED7Q6.js → chunk-LDVJ7URJ.js} +235 -520
  168. package/dist/chunk-LDVJ7URJ.js.map +1 -0
  169. package/dist/{chunk-CYTXGBP2.js → chunk-MLP74E3O.js} +573 -1607
  170. package/dist/chunk-MLP74E3O.js.map +1 -0
  171. package/dist/chunk-NAX4TUT7.js +182 -0
  172. package/dist/chunk-NAX4TUT7.js.map +1 -0
  173. package/dist/chunk-NW4EN4YI.mjs +213 -0
  174. package/dist/chunk-NW4EN4YI.mjs.map +1 -0
  175. package/dist/chunk-P3QMT3AY.mjs +44 -0
  176. package/dist/chunk-P3QMT3AY.mjs.map +1 -0
  177. package/dist/chunk-PJ4KYAQZ.mjs +631 -0
  178. package/dist/chunk-PJ4KYAQZ.mjs.map +1 -0
  179. package/dist/chunk-PLSEAREM.js +345 -0
  180. package/dist/chunk-PLSEAREM.js.map +1 -0
  181. package/dist/{chunk-EGJPS7OL.mjs → chunk-QZU4UJZG.mjs} +3 -3
  182. package/dist/{chunk-EGJPS7OL.mjs.map → chunk-QZU4UJZG.mjs.map} +1 -1
  183. package/dist/chunk-RJVR33ME.mjs +3 -0
  184. package/dist/chunk-RJVR33ME.mjs.map +1 -0
  185. package/dist/chunk-SYBHDB2D.js +650 -0
  186. package/dist/chunk-SYBHDB2D.js.map +1 -0
  187. package/dist/chunk-TVKVM7JT.js +21 -0
  188. package/dist/chunk-TVKVM7JT.js.map +1 -0
  189. package/dist/{chunk-PONZPO3U.mjs → chunk-UTB72ZJ7.mjs} +414 -1448
  190. package/dist/chunk-UTB72ZJ7.mjs.map +1 -0
  191. package/dist/chunk-V7EVKD5G.mjs +116 -0
  192. package/dist/chunk-V7EVKD5G.mjs.map +1 -0
  193. package/dist/chunk-VGPR3KLR.js +872 -0
  194. package/dist/chunk-VGPR3KLR.js.map +1 -0
  195. package/dist/chunk-VS7WATQD.js +255 -0
  196. package/dist/chunk-VS7WATQD.js.map +1 -0
  197. package/dist/chunk-VSP7XJT5.mjs +272 -0
  198. package/dist/chunk-VSP7XJT5.mjs.map +1 -0
  199. package/dist/{chunk-CSDIPQQO.mjs → chunk-VTKAIOP5.mjs} +5 -5
  200. package/dist/{chunk-CSDIPQQO.mjs.map → chunk-VTKAIOP5.mjs.map} +1 -1
  201. package/dist/chunk-VULJUXTF.mjs +267 -0
  202. package/dist/chunk-VULJUXTF.mjs.map +1 -0
  203. package/dist/chunk-XAHM6B3V.js +44 -0
  204. package/dist/chunk-XAHM6B3V.js.map +1 -0
  205. package/dist/chunk-YSF5YISM.mjs +248 -0
  206. package/dist/chunk-YSF5YISM.mjs.map +1 -0
  207. package/dist/{chunk-OFYBMMWT.mjs → chunk-YYJEVAJI.mjs} +3 -3
  208. package/dist/{chunk-OFYBMMWT.mjs.map → chunk-YYJEVAJI.mjs.map} +1 -1
  209. package/dist/components/index.d.mts +1 -0
  210. package/dist/components/index.d.ts +1 -0
  211. package/dist/components/index.js +182 -181
  212. package/dist/components/index.mjs +4 -3
  213. package/dist/index-DNKZ7-R_.d.mts +184 -0
  214. package/dist/index-DNKZ7-R_.d.ts +184 -0
  215. package/dist/index.d.mts +4 -1
  216. package/dist/index.d.ts +4 -1
  217. package/dist/index.js +285 -229
  218. package/dist/index.js.map +1 -1
  219. package/dist/index.mjs +15 -10
  220. package/dist/index.mjs.map +1 -1
  221. package/dist/mikuFusionGame/index.js +3 -3
  222. package/dist/mikuFusionGame/index.mjs +2 -2
  223. package/dist/mmd/index.d.mts +67 -9
  224. package/dist/mmd/index.d.ts +67 -9
  225. package/dist/mmd/index.js +969 -625
  226. package/dist/mmd/index.js.map +1 -1
  227. package/dist/mmd/index.mjs +969 -628
  228. package/dist/mmd/index.mjs.map +1 -1
  229. package/dist/portfolio/index.js +10 -9
  230. package/dist/portfolio/index.mjs +5 -4
  231. package/dist/qqbot/index.d.mts +2 -0
  232. package/dist/qqbot/index.d.ts +2 -0
  233. package/dist/qqbot/index.js +21 -0
  234. package/dist/qqbot/index.js.map +1 -0
  235. package/dist/qqbot/index.mjs +4 -0
  236. package/dist/qqbot/index.mjs.map +1 -0
  237. package/dist/qqbot/server/index.d.mts +91 -0
  238. package/dist/qqbot/server/index.d.ts +91 -0
  239. package/dist/qqbot/server/index.js +21 -0
  240. package/dist/qqbot/server/index.js.map +1 -0
  241. package/dist/qqbot/server/index.mjs +4 -0
  242. package/dist/qqbot/server/index.mjs.map +1 -0
  243. package/dist/qqbot/ui/web/index.d.mts +10 -0
  244. package/dist/qqbot/ui/web/index.d.ts +10 -0
  245. package/dist/qqbot/ui/web/index.js +105 -0
  246. package/dist/qqbot/ui/web/index.js.map +1 -0
  247. package/dist/qqbot/ui/web/index.mjs +99 -0
  248. package/dist/qqbot/ui/web/index.mjs.map +1 -0
  249. package/dist/screenReceiver/index.d.mts +78 -0
  250. package/dist/screenReceiver/index.d.ts +78 -0
  251. package/dist/screenReceiver/index.js +17 -0
  252. package/dist/screenReceiver/index.js.map +1 -0
  253. package/dist/screenReceiver/index.mjs +4 -0
  254. package/dist/screenReceiver/index.mjs.map +1 -0
  255. package/dist/screenReceiver/server/index.d.mts +36 -0
  256. package/dist/screenReceiver/server/index.d.ts +36 -0
  257. package/dist/screenReceiver/server/index.js +160 -0
  258. package/dist/screenReceiver/server/index.js.map +1 -0
  259. package/dist/screenReceiver/server/index.mjs +157 -0
  260. package/dist/screenReceiver/server/index.mjs.map +1 -0
  261. package/dist/showmasterpiece/db/index.js +42 -42
  262. package/dist/showmasterpiece/db/index.mjs +1 -1
  263. package/dist/showmasterpiece/index.js +52 -41
  264. package/dist/showmasterpiece/index.js.map +1 -1
  265. package/dist/showmasterpiece/index.mjs +15 -4
  266. package/dist/showmasterpiece/index.mjs.map +1 -1
  267. package/dist/showmasterpiece/server/index.js +42 -42
  268. package/dist/showmasterpiece/server/index.mjs +1 -1
  269. package/dist/showmasterpiece/ui/miniapp/index.d.mts +2 -0
  270. package/dist/showmasterpiece/ui/miniapp/index.d.ts +2 -0
  271. package/dist/showmasterpiece/ui/miniapp/index.js +83 -55
  272. package/dist/showmasterpiece/ui/miniapp/index.js.map +1 -1
  273. package/dist/showmasterpiece/ui/miniapp/index.mjs +83 -55
  274. package/dist/showmasterpiece/ui/miniapp/index.mjs.map +1 -1
  275. package/dist/showmasterpiece/ui/web/index.js +43 -32
  276. package/dist/showmasterpiece/ui/web/index.mjs +15 -4
  277. package/dist/testYourself/index.js +13 -13
  278. package/dist/testYourself/index.mjs +2 -2
  279. package/dist/types-B-hOccQw.d.mts +122 -0
  280. package/dist/types-B8rGXc4e.d.mts +38 -0
  281. package/dist/types-Cg89HGz2.d.ts +38 -0
  282. package/dist/types-CvKvpyN8.d.mts +48 -0
  283. package/dist/types-CvKvpyN8.d.ts +48 -0
  284. package/dist/types-Dy6x2gJW.d.ts +122 -0
  285. package/dist/universalFile/server/index.js +11 -11
  286. package/dist/universalFile/server/index.mjs +4 -4
  287. package/package.json +101 -1
  288. package/dist/UniversalFileService-336GFY6N.mjs +0 -6
  289. package/dist/UniversalFileService-J6ET6KZK.js +0 -15
  290. package/dist/chunk-622Y6LTH.mjs.map +0 -1
  291. package/dist/chunk-CYTXGBP2.js.map +0 -1
  292. package/dist/chunk-GVVS4IMM.mjs +0 -302
  293. package/dist/chunk-GVVS4IMM.mjs.map +0 -1
  294. package/dist/chunk-PONZPO3U.mjs.map +0 -1
  295. package/dist/chunk-WC5QFO3T.js +0 -314
  296. package/dist/chunk-WC5QFO3T.js.map +0 -1
  297. package/dist/chunk-ZRWED7Q6.js.map +0 -1
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
- var chunkHHVDOIPV_js = require('../chunk-HHVDOIPV.js');
4
- require('../chunk-ZWQJSZEY.js');
3
+ var chunkH3P2PGZL_js = require('../chunk-H3P2PGZL.js');
5
4
  var chunkKO73EBUT_js = require('../chunk-KO73EBUT.js');
6
5
  require('../chunk-XJ7ZAGC5.js');
6
+ require('../chunk-ZWQJSZEY.js');
7
7
  require('../chunk-25OFOKNF.js');
8
8
  require('../chunk-Z6ZWNWWR.js');
9
9
  var React3 = require('react');
@@ -780,7 +780,7 @@ function MikuFusionGame({
780
780
  }
781
781
  ),
782
782
  enableImageConfigPanel && isUserDefineMode ? /* @__PURE__ */ React3__default.default.createElement(
783
- chunkHHVDOIPV_js.LocalImageMappingPanel,
783
+ chunkH3P2PGZL_js.LocalImageMappingPanel,
784
784
  {
785
785
  storageKey: orbImageStorageKey,
786
786
  title: "\u7403\u4F53\u56FE\u7247\u914D\u7F6E\uFF08\u4FDD\u5B58\u5230\u672C\u5730\uFF09",
@@ -1,7 +1,7 @@
1
- import { LocalImageMappingPanel } from '../chunk-EGJPS7OL.mjs';
2
- import '../chunk-3NHAT7D4.mjs';
1
+ import { LocalImageMappingPanel } from '../chunk-QZU4UJZG.mjs';
3
2
  import { useLocalStorage } from '../chunk-VVWQTO4Y.mjs';
4
3
  import '../chunk-WEEXCPSE.mjs';
4
+ import '../chunk-3NHAT7D4.mjs';
5
5
  import '../chunk-3DXPQ4YV.mjs';
6
6
  import '../chunk-WMJKH4XE.mjs';
7
7
  import React3, { useRef, useEffect, useState, useCallback, useMemo } from 'react';
@@ -1,7 +1,10 @@
1
1
  import { e as MMDPlayerBaseProps, f as MMDPlayerBaseRef, g as MMDPlayerEnhancedProps, h as MMDPlaylistProps, b as MMDPlaylistNode, d as MMDResources, i as MMDStage, j as MobileOptimization } from '../types-HorDyIRv.mjs';
2
2
  export { M as MMDPlaylistConfig, a as MMDResourceItem, c as MMDResourceOptions, O as OutlineOptions, R as ResourceOption } from '../types-HorDyIRv.mjs';
3
+ import * as React$1 from 'react';
3
4
  import React__default from 'react';
4
5
  import * as THREE from 'three';
6
+ import { a as UploadFileInfo, c as UploadProgress, F as FileMetadata, A as AccessPermission } from '../types-CK4We_aI.mjs';
7
+ import { d as ARMarkerConfig } from '../types-CvKvpyN8.mjs';
5
8
 
6
9
  /**
7
10
  * PMX模型解析器类型定义
@@ -573,6 +576,41 @@ interface MMDLightingDebugPanelProps {
573
576
  */
574
577
  declare const MMDLightingDebugPanel: React__default.FC<MMDLightingDebugPanelProps>;
575
578
 
579
+ type MMDUploadResourceType = 'model' | 'motion' | 'camera' | 'audio' | 'stage' | 'thumbnail';
580
+ interface MMDUploadConfig {
581
+ moduleId: string;
582
+ acceptedTypes: string[];
583
+ maxFileSize: number;
584
+ description: string;
585
+ hint?: string;
586
+ }
587
+ declare const MMD_UPLOAD_CONFIGS: Record<MMDUploadResourceType, MMDUploadConfig>;
588
+ interface MMDUploadPanelProps {
589
+ resourceType: MMDUploadResourceType;
590
+ fileService: {
591
+ uploadFile: (fileInfo: UploadFileInfo, onProgress?: (progress: UploadProgress) => void) => Promise<FileMetadata>;
592
+ getFileUrl?: (fileId: string, expiresIn?: number) => Promise<string>;
593
+ };
594
+ userId?: string;
595
+ permission?: AccessPermission;
596
+ label?: string;
597
+ description?: string;
598
+ hint?: string;
599
+ acceptedTypes?: string[];
600
+ maxFileSizeMB?: number;
601
+ validateZip?: boolean;
602
+ disabled?: boolean;
603
+ className?: string;
604
+ style?: React__default.CSSProperties;
605
+ onUploaded?: (payload: {
606
+ file: FileMetadata;
607
+ url?: string;
608
+ }) => void;
609
+ onError?: (error: Error) => void;
610
+ onProgress?: (progress: UploadProgress) => void;
611
+ }
612
+ declare const MMDUploadPanel: React__default.FC<MMDUploadPanelProps>;
613
+
576
614
  /**
577
615
  * Ammo.js 加载器
578
616
  * 用于异步加载 Ammo.js 物理引擎 (WASM 版本)
@@ -935,6 +973,7 @@ interface DialogueBoxTheme {
935
973
  /** 是否显示点击继续提示(默认 true) */
936
974
  showContinueHint?: boolean;
937
975
  }
976
+ type VisualNovelTransitionState = 'idle' | 'loading' | 'transitioning' | 'ready';
938
977
  /** 视觉小说组件属性 */
939
978
  interface MMDVisualNovelProps {
940
979
  /** 剧本配置 */
@@ -964,6 +1003,10 @@ interface MMDVisualNovelProps {
964
1003
  onError?: (error: Error) => void;
965
1004
  /** 是否显示调试信息 */
966
1005
  showDebugInfo?: boolean;
1006
+ /** 是否启用组件内部调试日志,默认 false */
1007
+ debug?: boolean;
1008
+ /** 切换状态变更回调 */
1009
+ onTransitionStateChange?: (state: VisualNovelTransitionState) => void;
967
1010
  /** 是否显示光照调试面板(默认false) */
968
1011
  showLightingDebugPanel?: boolean;
969
1012
  /** 光照调试面板初始参数 */
@@ -1113,6 +1156,7 @@ interface ModelSelectorConfig {
1113
1156
  /** 场景模型标签文字 */
1114
1157
  stageLabel?: string;
1115
1158
  }
1159
+ type ResourceMappingMode = 'full-clone' | 'resource-map';
1116
1160
  /** 带模型选择器的视觉小说组件属性 */
1117
1161
  interface MMDVisualNovelWithSelectorProps extends Omit<MMDVisualNovelProps, 'script'> {
1118
1162
  /** 基础剧本配置(模型路径会被选择器覆盖) */
@@ -1121,6 +1165,8 @@ interface MMDVisualNovelWithSelectorProps extends Omit<MMDVisualNovelProps, 'scr
1121
1165
  modelSelector: ModelSelectorConfig;
1122
1166
  /** 模型选择变化回调 */
1123
1167
  onModelSelectionChange?: (characterId: string, stageId: string) => void;
1168
+ /** 资源映射模式,默认 resource-map(轻量) */
1169
+ resourceMappingMode?: ResourceMappingMode;
1124
1170
  }
1125
1171
  /** 带模型选择器的视觉小说组件 Ref 接口 */
1126
1172
  interface MMDVisualNovelWithSelectorRef extends MMDVisualNovelRef {
@@ -1446,14 +1492,6 @@ interface TrackInfoProps {
1446
1492
  }
1447
1493
  declare const TrackInfo: React__default.FC<TrackInfoProps>;
1448
1494
 
1449
- interface ARPlayerProps {
1450
- width?: number;
1451
- height?: number;
1452
- onReady?: () => void;
1453
- onError?: (error: string) => void;
1454
- }
1455
- declare const MMDARPlayer: React__default.ForwardRefExoticComponent<ARPlayerProps & React__default.RefAttributes<any>>;
1456
-
1457
1495
  /**
1458
1496
  * AR 模式枚举
1459
1497
  */
@@ -1520,6 +1558,10 @@ interface MMDARPlayerProps {
1520
1558
  max?: number;
1521
1559
  };
1522
1560
  };
1561
+ /** AR.js 相机参数文件 URL */
1562
+ cameraParametersUrl?: string;
1563
+ /** Marker 配置 */
1564
+ markerConfig?: ARMarkerConfig;
1523
1565
  /** 是否开启镜像显示 (通常前置摄像头需要开启) */
1524
1566
  mirrored?: boolean;
1525
1567
  /** 是否显示设置按钮 */
@@ -1536,6 +1578,18 @@ interface MMDARPlayerProps {
1536
1578
  defaultMotionId?: string;
1537
1579
  /** 默认音乐ID (可选) */
1538
1580
  defaultAudioId?: string;
1581
+ /** 模型缩放 */
1582
+ modelScale?: number | {
1583
+ x: number;
1584
+ y: number;
1585
+ z: number;
1586
+ };
1587
+ /** 模型偏移 */
1588
+ modelOffset?: {
1589
+ x: number;
1590
+ y: number;
1591
+ z: number;
1592
+ };
1539
1593
  /** 初始时是否显示模型 (false 则需要点击放置) */
1540
1594
  initialModelVisible?: boolean;
1541
1595
  /** 放置按钮文案 */
@@ -1580,6 +1634,10 @@ interface MMDARPlayerRef {
1580
1634
  getARMode: () => ARMode;
1581
1635
  }
1582
1636
 
1637
+ declare const MMDARPlayer: React$1.ForwardRefExoticComponent<MMDARPlayerProps & React$1.RefAttributes<MMDARPlayerRef>>;
1638
+
1639
+ declare const MMDARApp: React__default.ForwardRefExoticComponent<MMDARPlayerProps & React__default.RefAttributes<MMDARPlayerRef>>;
1640
+
1583
1641
  /**
1584
1642
  * FX文件解析器类型定义
1585
1643
  * 用于解析MME (MikuMikuEffect) 的.fx效果文件
@@ -2393,4 +2451,4 @@ interface FXThreePreviewProps {
2393
2451
  }
2394
2452
  declare const FXThreePreview: React__default.FC<FXThreePreviewProps>;
2395
2453
 
2396
- export { ARMode, type AudioPreset, type BranchCondition, CheerButton, type CheerButtonProps, CheerParticles, type CheerParticlesProps, type CheerParticlesRef, ChoiceMenu, type ChoiceMenuProps, DialogueBox, type DialogueBoxProps, type DialogueBoxTheme, type DialogueChoice, type DialogueHistoryItem, type DialogueLine, type EffectFileType, type FXComment, type FXController, type FXDefine, type FXEffect, type FXFileConfig, type FXMergeStrategy, type FXParameter, FXParser, type FXParserOptions, type FXPass, type FXShaderFunction, type FXStaticVariable, type FXSummary, type FXTechnique, type FXTexture, FXThreePreview, type FXThreePreviewProps, FXToThreeAdapter, FXViewer, type FXViewerProps, type GLSLShader, type GLSLShaders, HLSLToGLSLConverter, HistoryPanel, LoadingOverlay, type LoadingOverlayProps, LoadingScreen, type LoadingScreenProps, LoopConfirmDialog, MMDARPlayer, type MMDARPlayerProps, type MMDARPlayerRef, type MMDDiagnosticReport, MMDLightingDebugPanel, type MMDLightingDebugPanelProps, type MMDLightingParams, type MMDLoaderConfig, MMDMusicPlayer, type MMDMusicPlayerConfig, type MMDMusicPlayerProps, type MMDMusicPlayerRef, MMDPlayerBase, MMDPlayerBaseProps, MMDPlayerBaseRef, MMDPlayerEnhanced, MMDPlayerEnhancedDebugInfo, MMDPlayerEnhancedProps, MMDPlaylist, MMDPlaylistDebugInfo, MMDPlaylistNode, MMDPlaylistProps, MMDResources, type MMDSceneRefs, MMDStage, MMDVisualNovel, type MMDVisualNovelProps, type MMDVisualNovelRef, MMDVisualNovelWithSelector, type MMDVisualNovelWithSelectorProps, type MMDVisualNovelWithSelectorRef, type MaterialTextureMapping, MobileOptimization, type ModelOption, type ModelPreset, type ModelSelectorConfig, ModelSelectorSettings, type ModelSelectorSettingsProps, type MotionPreset, MultiFXAdapter, type MultiFXAdapterOptions, MusicControls, type MusicControlsProps, type MusicTrack, PMXEditor, PMXEditor$1 as PMXEditorCore, type PMXEditorProps, PMXExporter, type PMXHeader, type PMXMaterial, type PMXModelInfo, type PMXParseResult, PMXParser, type PMXTexture, type PMXVertex, PMXViewer, type PMXViewerProps, PlaylistPanel, type PlaylistPanelProps, type SphereTextureDiagnostic, StartScreen, type StartScreenProps, type ThreeMaterialConfig, type ThreeRenderConfig, TrackInfo, type TrackInfoProps, type VisualEffect, type VisualNovelNode, type VisualNovelScript, addDefaultSphereTextures, checkModelSphereDefinition, checkSphereTextures, compareFXEffects, configureMaterialsForMMD, configureRendererForMMD, createMMDLights, diagnoseMaterialsMMD, exportFXToJSON, exportFXToMarkdown, extractTexturePaths, filterDefinesByPrefix, fullSphereDiagnostic, generateAllToonTextures, generateToonTexture, getColorParameters, getConfigSummaryText, getFeatureFlags, getTextureDefines, hasFeature, inspectMaterial, listAllMaterials, loadAmmo, printDiagnosticReport, printModelSphereInfo, printSphereDiagnostic, quickDiagnose, validateFXEffect };
2454
+ export { ARMode, type AudioPreset, type BranchCondition, CheerButton, type CheerButtonProps, CheerParticles, type CheerParticlesProps, type CheerParticlesRef, ChoiceMenu, type ChoiceMenuProps, DialogueBox, type DialogueBoxProps, type DialogueBoxTheme, type DialogueChoice, type DialogueHistoryItem, type DialogueLine, type EffectFileType, type FXComment, type FXController, type FXDefine, type FXEffect, type FXFileConfig, type FXMergeStrategy, type FXParameter, FXParser, type FXParserOptions, type FXPass, type FXShaderFunction, type FXStaticVariable, type FXSummary, type FXTechnique, type FXTexture, FXThreePreview, type FXThreePreviewProps, FXToThreeAdapter, FXViewer, type FXViewerProps, type GLSLShader, type GLSLShaders, HLSLToGLSLConverter, HistoryPanel, LoadingOverlay, type LoadingOverlayProps, LoadingScreen, type LoadingScreenProps, LoopConfirmDialog, MMDARApp, MMDARPlayer, type MMDARPlayerProps, type MMDARPlayerRef, type MMDDiagnosticReport, MMDLightingDebugPanel, type MMDLightingDebugPanelProps, type MMDLightingParams, type MMDLoaderConfig, MMDMusicPlayer, type MMDMusicPlayerConfig, type MMDMusicPlayerProps, type MMDMusicPlayerRef, MMDPlayerBase, MMDPlayerBaseProps, MMDPlayerBaseRef, MMDPlayerEnhanced, MMDPlayerEnhancedDebugInfo, MMDPlayerEnhancedProps, MMDPlaylist, MMDPlaylistDebugInfo, MMDPlaylistNode, MMDPlaylistProps, MMDResources, type MMDSceneRefs, MMDStage, type MMDUploadConfig, MMDUploadPanel, type MMDUploadPanelProps, type MMDUploadResourceType, MMDVisualNovel, type MMDVisualNovelProps, type MMDVisualNovelRef, MMDVisualNovelWithSelector, type MMDVisualNovelWithSelectorProps, type MMDVisualNovelWithSelectorRef, MMD_UPLOAD_CONFIGS, type MaterialTextureMapping, MobileOptimization, type ModelOption, type ModelPreset, type ModelSelectorConfig, ModelSelectorSettings, type ModelSelectorSettingsProps, type MotionPreset, MultiFXAdapter, type MultiFXAdapterOptions, MusicControls, type MusicControlsProps, type MusicTrack, PMXEditor, PMXEditor$1 as PMXEditorCore, type PMXEditorProps, PMXExporter, type PMXHeader, type PMXMaterial, type PMXModelInfo, type PMXParseResult, PMXParser, type PMXTexture, type PMXVertex, PMXViewer, type PMXViewerProps, PlaylistPanel, type PlaylistPanelProps, type ResourceMappingMode, type SphereTextureDiagnostic, StartScreen, type StartScreenProps, type ThreeMaterialConfig, type ThreeRenderConfig, TrackInfo, type TrackInfoProps, type VisualEffect, type VisualNovelNode, type VisualNovelScript, type VisualNovelTransitionState, addDefaultSphereTextures, checkModelSphereDefinition, checkSphereTextures, compareFXEffects, configureMaterialsForMMD, configureRendererForMMD, createMMDLights, diagnoseMaterialsMMD, exportFXToJSON, exportFXToMarkdown, extractTexturePaths, filterDefinesByPrefix, fullSphereDiagnostic, generateAllToonTextures, generateToonTexture, getColorParameters, getConfigSummaryText, getFeatureFlags, getTextureDefines, hasFeature, inspectMaterial, listAllMaterials, loadAmmo, printDiagnosticReport, printModelSphereInfo, printSphereDiagnostic, quickDiagnose, validateFXEffect };
@@ -1,7 +1,10 @@
1
1
  import { e as MMDPlayerBaseProps, f as MMDPlayerBaseRef, g as MMDPlayerEnhancedProps, h as MMDPlaylistProps, b as MMDPlaylistNode, d as MMDResources, i as MMDStage, j as MobileOptimization } from '../types-HorDyIRv.js';
2
2
  export { M as MMDPlaylistConfig, a as MMDResourceItem, c as MMDResourceOptions, O as OutlineOptions, R as ResourceOption } from '../types-HorDyIRv.js';
3
+ import * as React$1 from 'react';
3
4
  import React__default from 'react';
4
5
  import * as THREE from 'three';
6
+ import { a as UploadFileInfo, c as UploadProgress, F as FileMetadata, A as AccessPermission } from '../types-CK4We_aI.js';
7
+ import { d as ARMarkerConfig } from '../types-CvKvpyN8.js';
5
8
 
6
9
  /**
7
10
  * PMX模型解析器类型定义
@@ -573,6 +576,41 @@ interface MMDLightingDebugPanelProps {
573
576
  */
574
577
  declare const MMDLightingDebugPanel: React__default.FC<MMDLightingDebugPanelProps>;
575
578
 
579
+ type MMDUploadResourceType = 'model' | 'motion' | 'camera' | 'audio' | 'stage' | 'thumbnail';
580
+ interface MMDUploadConfig {
581
+ moduleId: string;
582
+ acceptedTypes: string[];
583
+ maxFileSize: number;
584
+ description: string;
585
+ hint?: string;
586
+ }
587
+ declare const MMD_UPLOAD_CONFIGS: Record<MMDUploadResourceType, MMDUploadConfig>;
588
+ interface MMDUploadPanelProps {
589
+ resourceType: MMDUploadResourceType;
590
+ fileService: {
591
+ uploadFile: (fileInfo: UploadFileInfo, onProgress?: (progress: UploadProgress) => void) => Promise<FileMetadata>;
592
+ getFileUrl?: (fileId: string, expiresIn?: number) => Promise<string>;
593
+ };
594
+ userId?: string;
595
+ permission?: AccessPermission;
596
+ label?: string;
597
+ description?: string;
598
+ hint?: string;
599
+ acceptedTypes?: string[];
600
+ maxFileSizeMB?: number;
601
+ validateZip?: boolean;
602
+ disabled?: boolean;
603
+ className?: string;
604
+ style?: React__default.CSSProperties;
605
+ onUploaded?: (payload: {
606
+ file: FileMetadata;
607
+ url?: string;
608
+ }) => void;
609
+ onError?: (error: Error) => void;
610
+ onProgress?: (progress: UploadProgress) => void;
611
+ }
612
+ declare const MMDUploadPanel: React__default.FC<MMDUploadPanelProps>;
613
+
576
614
  /**
577
615
  * Ammo.js 加载器
578
616
  * 用于异步加载 Ammo.js 物理引擎 (WASM 版本)
@@ -935,6 +973,7 @@ interface DialogueBoxTheme {
935
973
  /** 是否显示点击继续提示(默认 true) */
936
974
  showContinueHint?: boolean;
937
975
  }
976
+ type VisualNovelTransitionState = 'idle' | 'loading' | 'transitioning' | 'ready';
938
977
  /** 视觉小说组件属性 */
939
978
  interface MMDVisualNovelProps {
940
979
  /** 剧本配置 */
@@ -964,6 +1003,10 @@ interface MMDVisualNovelProps {
964
1003
  onError?: (error: Error) => void;
965
1004
  /** 是否显示调试信息 */
966
1005
  showDebugInfo?: boolean;
1006
+ /** 是否启用组件内部调试日志,默认 false */
1007
+ debug?: boolean;
1008
+ /** 切换状态变更回调 */
1009
+ onTransitionStateChange?: (state: VisualNovelTransitionState) => void;
967
1010
  /** 是否显示光照调试面板(默认false) */
968
1011
  showLightingDebugPanel?: boolean;
969
1012
  /** 光照调试面板初始参数 */
@@ -1113,6 +1156,7 @@ interface ModelSelectorConfig {
1113
1156
  /** 场景模型标签文字 */
1114
1157
  stageLabel?: string;
1115
1158
  }
1159
+ type ResourceMappingMode = 'full-clone' | 'resource-map';
1116
1160
  /** 带模型选择器的视觉小说组件属性 */
1117
1161
  interface MMDVisualNovelWithSelectorProps extends Omit<MMDVisualNovelProps, 'script'> {
1118
1162
  /** 基础剧本配置(模型路径会被选择器覆盖) */
@@ -1121,6 +1165,8 @@ interface MMDVisualNovelWithSelectorProps extends Omit<MMDVisualNovelProps, 'scr
1121
1165
  modelSelector: ModelSelectorConfig;
1122
1166
  /** 模型选择变化回调 */
1123
1167
  onModelSelectionChange?: (characterId: string, stageId: string) => void;
1168
+ /** 资源映射模式,默认 resource-map(轻量) */
1169
+ resourceMappingMode?: ResourceMappingMode;
1124
1170
  }
1125
1171
  /** 带模型选择器的视觉小说组件 Ref 接口 */
1126
1172
  interface MMDVisualNovelWithSelectorRef extends MMDVisualNovelRef {
@@ -1446,14 +1492,6 @@ interface TrackInfoProps {
1446
1492
  }
1447
1493
  declare const TrackInfo: React__default.FC<TrackInfoProps>;
1448
1494
 
1449
- interface ARPlayerProps {
1450
- width?: number;
1451
- height?: number;
1452
- onReady?: () => void;
1453
- onError?: (error: string) => void;
1454
- }
1455
- declare const MMDARPlayer: React__default.ForwardRefExoticComponent<ARPlayerProps & React__default.RefAttributes<any>>;
1456
-
1457
1495
  /**
1458
1496
  * AR 模式枚举
1459
1497
  */
@@ -1520,6 +1558,10 @@ interface MMDARPlayerProps {
1520
1558
  max?: number;
1521
1559
  };
1522
1560
  };
1561
+ /** AR.js 相机参数文件 URL */
1562
+ cameraParametersUrl?: string;
1563
+ /** Marker 配置 */
1564
+ markerConfig?: ARMarkerConfig;
1523
1565
  /** 是否开启镜像显示 (通常前置摄像头需要开启) */
1524
1566
  mirrored?: boolean;
1525
1567
  /** 是否显示设置按钮 */
@@ -1536,6 +1578,18 @@ interface MMDARPlayerProps {
1536
1578
  defaultMotionId?: string;
1537
1579
  /** 默认音乐ID (可选) */
1538
1580
  defaultAudioId?: string;
1581
+ /** 模型缩放 */
1582
+ modelScale?: number | {
1583
+ x: number;
1584
+ y: number;
1585
+ z: number;
1586
+ };
1587
+ /** 模型偏移 */
1588
+ modelOffset?: {
1589
+ x: number;
1590
+ y: number;
1591
+ z: number;
1592
+ };
1539
1593
  /** 初始时是否显示模型 (false 则需要点击放置) */
1540
1594
  initialModelVisible?: boolean;
1541
1595
  /** 放置按钮文案 */
@@ -1580,6 +1634,10 @@ interface MMDARPlayerRef {
1580
1634
  getARMode: () => ARMode;
1581
1635
  }
1582
1636
 
1637
+ declare const MMDARPlayer: React$1.ForwardRefExoticComponent<MMDARPlayerProps & React$1.RefAttributes<MMDARPlayerRef>>;
1638
+
1639
+ declare const MMDARApp: React__default.ForwardRefExoticComponent<MMDARPlayerProps & React__default.RefAttributes<MMDARPlayerRef>>;
1640
+
1583
1641
  /**
1584
1642
  * FX文件解析器类型定义
1585
1643
  * 用于解析MME (MikuMikuEffect) 的.fx效果文件
@@ -2393,4 +2451,4 @@ interface FXThreePreviewProps {
2393
2451
  }
2394
2452
  declare const FXThreePreview: React__default.FC<FXThreePreviewProps>;
2395
2453
 
2396
- export { ARMode, type AudioPreset, type BranchCondition, CheerButton, type CheerButtonProps, CheerParticles, type CheerParticlesProps, type CheerParticlesRef, ChoiceMenu, type ChoiceMenuProps, DialogueBox, type DialogueBoxProps, type DialogueBoxTheme, type DialogueChoice, type DialogueHistoryItem, type DialogueLine, type EffectFileType, type FXComment, type FXController, type FXDefine, type FXEffect, type FXFileConfig, type FXMergeStrategy, type FXParameter, FXParser, type FXParserOptions, type FXPass, type FXShaderFunction, type FXStaticVariable, type FXSummary, type FXTechnique, type FXTexture, FXThreePreview, type FXThreePreviewProps, FXToThreeAdapter, FXViewer, type FXViewerProps, type GLSLShader, type GLSLShaders, HLSLToGLSLConverter, HistoryPanel, LoadingOverlay, type LoadingOverlayProps, LoadingScreen, type LoadingScreenProps, LoopConfirmDialog, MMDARPlayer, type MMDARPlayerProps, type MMDARPlayerRef, type MMDDiagnosticReport, MMDLightingDebugPanel, type MMDLightingDebugPanelProps, type MMDLightingParams, type MMDLoaderConfig, MMDMusicPlayer, type MMDMusicPlayerConfig, type MMDMusicPlayerProps, type MMDMusicPlayerRef, MMDPlayerBase, MMDPlayerBaseProps, MMDPlayerBaseRef, MMDPlayerEnhanced, MMDPlayerEnhancedDebugInfo, MMDPlayerEnhancedProps, MMDPlaylist, MMDPlaylistDebugInfo, MMDPlaylistNode, MMDPlaylistProps, MMDResources, type MMDSceneRefs, MMDStage, MMDVisualNovel, type MMDVisualNovelProps, type MMDVisualNovelRef, MMDVisualNovelWithSelector, type MMDVisualNovelWithSelectorProps, type MMDVisualNovelWithSelectorRef, type MaterialTextureMapping, MobileOptimization, type ModelOption, type ModelPreset, type ModelSelectorConfig, ModelSelectorSettings, type ModelSelectorSettingsProps, type MotionPreset, MultiFXAdapter, type MultiFXAdapterOptions, MusicControls, type MusicControlsProps, type MusicTrack, PMXEditor, PMXEditor$1 as PMXEditorCore, type PMXEditorProps, PMXExporter, type PMXHeader, type PMXMaterial, type PMXModelInfo, type PMXParseResult, PMXParser, type PMXTexture, type PMXVertex, PMXViewer, type PMXViewerProps, PlaylistPanel, type PlaylistPanelProps, type SphereTextureDiagnostic, StartScreen, type StartScreenProps, type ThreeMaterialConfig, type ThreeRenderConfig, TrackInfo, type TrackInfoProps, type VisualEffect, type VisualNovelNode, type VisualNovelScript, addDefaultSphereTextures, checkModelSphereDefinition, checkSphereTextures, compareFXEffects, configureMaterialsForMMD, configureRendererForMMD, createMMDLights, diagnoseMaterialsMMD, exportFXToJSON, exportFXToMarkdown, extractTexturePaths, filterDefinesByPrefix, fullSphereDiagnostic, generateAllToonTextures, generateToonTexture, getColorParameters, getConfigSummaryText, getFeatureFlags, getTextureDefines, hasFeature, inspectMaterial, listAllMaterials, loadAmmo, printDiagnosticReport, printModelSphereInfo, printSphereDiagnostic, quickDiagnose, validateFXEffect };
2454
+ export { ARMode, type AudioPreset, type BranchCondition, CheerButton, type CheerButtonProps, CheerParticles, type CheerParticlesProps, type CheerParticlesRef, ChoiceMenu, type ChoiceMenuProps, DialogueBox, type DialogueBoxProps, type DialogueBoxTheme, type DialogueChoice, type DialogueHistoryItem, type DialogueLine, type EffectFileType, type FXComment, type FXController, type FXDefine, type FXEffect, type FXFileConfig, type FXMergeStrategy, type FXParameter, FXParser, type FXParserOptions, type FXPass, type FXShaderFunction, type FXStaticVariable, type FXSummary, type FXTechnique, type FXTexture, FXThreePreview, type FXThreePreviewProps, FXToThreeAdapter, FXViewer, type FXViewerProps, type GLSLShader, type GLSLShaders, HLSLToGLSLConverter, HistoryPanel, LoadingOverlay, type LoadingOverlayProps, LoadingScreen, type LoadingScreenProps, LoopConfirmDialog, MMDARApp, MMDARPlayer, type MMDARPlayerProps, type MMDARPlayerRef, type MMDDiagnosticReport, MMDLightingDebugPanel, type MMDLightingDebugPanelProps, type MMDLightingParams, type MMDLoaderConfig, MMDMusicPlayer, type MMDMusicPlayerConfig, type MMDMusicPlayerProps, type MMDMusicPlayerRef, MMDPlayerBase, MMDPlayerBaseProps, MMDPlayerBaseRef, MMDPlayerEnhanced, MMDPlayerEnhancedDebugInfo, MMDPlayerEnhancedProps, MMDPlaylist, MMDPlaylistDebugInfo, MMDPlaylistNode, MMDPlaylistProps, MMDResources, type MMDSceneRefs, MMDStage, type MMDUploadConfig, MMDUploadPanel, type MMDUploadPanelProps, type MMDUploadResourceType, MMDVisualNovel, type MMDVisualNovelProps, type MMDVisualNovelRef, MMDVisualNovelWithSelector, type MMDVisualNovelWithSelectorProps, type MMDVisualNovelWithSelectorRef, MMD_UPLOAD_CONFIGS, type MaterialTextureMapping, MobileOptimization, type ModelOption, type ModelPreset, type ModelSelectorConfig, ModelSelectorSettings, type ModelSelectorSettingsProps, type MotionPreset, MultiFXAdapter, type MultiFXAdapterOptions, MusicControls, type MusicControlsProps, type MusicTrack, PMXEditor, PMXEditor$1 as PMXEditorCore, type PMXEditorProps, PMXExporter, type PMXHeader, type PMXMaterial, type PMXModelInfo, type PMXParseResult, PMXParser, type PMXTexture, type PMXVertex, PMXViewer, type PMXViewerProps, PlaylistPanel, type PlaylistPanelProps, type ResourceMappingMode, type SphereTextureDiagnostic, StartScreen, type StartScreenProps, type ThreeMaterialConfig, type ThreeRenderConfig, TrackInfo, type TrackInfoProps, type VisualEffect, type VisualNovelNode, type VisualNovelScript, type VisualNovelTransitionState, addDefaultSphereTextures, checkModelSphereDefinition, checkSphereTextures, compareFXEffects, configureMaterialsForMMD, configureRendererForMMD, createMMDLights, diagnoseMaterialsMMD, exportFXToJSON, exportFXToMarkdown, extractTexturePaths, filterDefinesByPrefix, fullSphereDiagnostic, generateAllToonTextures, generateToonTexture, getColorParameters, getConfigSummaryText, getFeatureFlags, getTextureDefines, hasFeature, inspectMaterial, listAllMaterials, loadAmmo, printDiagnosticReport, printModelSphereInfo, printSphereDiagnostic, quickDiagnose, validateFXEffect };