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.
- package/dist/UniversalFileService-C3WQAFOV.js +15 -0
- package/dist/{UniversalFileService-J6ET6KZK.js.map → UniversalFileService-C3WQAFOV.js.map} +1 -1
- package/dist/UniversalFileService-O3IEROBN.mjs +6 -0
- package/dist/{UniversalFileService-336GFY6N.mjs.map → UniversalFileService-O3IEROBN.mjs.map} +1 -1
- package/dist/ai/llm/index.d.mts +70 -0
- package/dist/ai/llm/index.d.ts +70 -0
- package/dist/ai/llm/index.js +54 -0
- package/dist/ai/llm/index.js.map +1 -0
- package/dist/ai/llm/index.mjs +5 -0
- package/dist/ai/llm/index.mjs.map +1 -0
- package/dist/ai/llm/ui/electron/index.d.mts +5 -0
- package/dist/ai/llm/ui/electron/index.d.ts +5 -0
- package/dist/ai/llm/ui/electron/index.js +21 -0
- package/dist/ai/llm/ui/electron/index.js.map +1 -0
- package/dist/ai/llm/ui/electron/index.mjs +8 -0
- package/dist/ai/llm/ui/electron/index.mjs.map +1 -0
- package/dist/ai/llm/ui/miniapp/index.d.mts +9 -0
- package/dist/ai/llm/ui/miniapp/index.d.ts +9 -0
- package/dist/ai/llm/ui/miniapp/index.js +107 -0
- package/dist/ai/llm/ui/miniapp/index.js.map +1 -0
- package/dist/ai/llm/ui/miniapp/index.mjs +101 -0
- package/dist/ai/llm/ui/miniapp/index.mjs.map +1 -0
- package/dist/ai/llm/ui/rn/index.d.mts +9 -0
- package/dist/ai/llm/ui/rn/index.d.ts +9 -0
- package/dist/ai/llm/ui/rn/index.js +249 -0
- package/dist/ai/llm/ui/rn/index.js.map +1 -0
- package/dist/ai/llm/ui/rn/index.mjs +243 -0
- package/dist/ai/llm/ui/rn/index.mjs.map +1 -0
- package/dist/ai/llm/ui/web/index.d.mts +15 -0
- package/dist/ai/llm/ui/web/index.d.ts +15 -0
- package/dist/ai/llm/ui/web/index.js +21 -0
- package/dist/ai/llm/ui/web/index.js.map +1 -0
- package/dist/ai/llm/ui/web/index.mjs +8 -0
- package/dist/ai/llm/ui/web/index.mjs.map +1 -0
- package/dist/ar/index.d.mts +7 -0
- package/dist/ar/index.d.ts +7 -0
- package/dist/ar/index.js +17 -0
- package/dist/ar/index.js.map +1 -0
- package/dist/ar/index.mjs +4 -0
- package/dist/ar/index.mjs.map +1 -0
- package/dist/auth/index.js +22 -22
- package/dist/auth/index.mjs +2 -2
- package/dist/auth/legacy/db/index.d.mts +5 -0
- package/dist/auth/legacy/db/index.d.ts +5 -0
- package/dist/auth/legacy/db/index.js +34 -0
- package/dist/auth/legacy/db/index.js.map +1 -0
- package/dist/auth/legacy/db/index.mjs +5 -0
- package/dist/auth/legacy/db/index.mjs.map +1 -0
- package/dist/auth/legacy/index.d.mts +51 -0
- package/dist/auth/legacy/index.d.ts +51 -0
- package/dist/auth/legacy/index.js +146 -0
- package/dist/auth/legacy/index.js.map +1 -0
- package/dist/auth/legacy/index.mjs +13 -0
- package/dist/auth/legacy/index.mjs.map +1 -0
- package/dist/auth/legacy/logic/index.d.mts +9 -0
- package/dist/auth/legacy/logic/index.d.ts +9 -0
- package/dist/auth/legacy/logic/index.js +18 -0
- package/dist/auth/legacy/logic/index.js.map +1 -0
- package/dist/auth/legacy/logic/index.mjs +5 -0
- package/dist/auth/legacy/logic/index.mjs.map +1 -0
- package/dist/auth/legacy/routes/index.d.mts +50 -0
- package/dist/auth/legacy/routes/index.d.ts +50 -0
- package/dist/auth/legacy/routes/index.js +34 -0
- package/dist/auth/legacy/routes/index.js.map +1 -0
- package/dist/auth/legacy/routes/index.mjs +5 -0
- package/dist/auth/legacy/routes/index.mjs.map +1 -0
- package/dist/auth/legacy/schema/index.d.mts +401 -0
- package/dist/auth/legacy/schema/index.d.ts +401 -0
- package/dist/auth/legacy/schema/index.js +29 -0
- package/dist/auth/legacy/schema/index.js.map +1 -0
- package/dist/auth/legacy/schema/index.mjs +4 -0
- package/dist/auth/legacy/schema/index.mjs.map +1 -0
- package/dist/auth/legacy/server/index.d.mts +15 -0
- package/dist/auth/legacy/server/index.d.ts +15 -0
- package/dist/auth/legacy/server/index.js +65 -0
- package/dist/auth/legacy/server/index.js.map +1 -0
- package/dist/auth/legacy/server/index.mjs +8 -0
- package/dist/auth/legacy/server/index.mjs.map +1 -0
- package/dist/auth/legacy/services/index.d.mts +40 -0
- package/dist/auth/legacy/services/index.d.ts +40 -0
- package/dist/auth/legacy/services/index.js +14 -0
- package/dist/auth/legacy/services/index.js.map +1 -0
- package/dist/auth/legacy/services/index.mjs +5 -0
- package/dist/auth/legacy/services/index.mjs.map +1 -0
- package/dist/auth/legacy/ui/miniapp/index.d.mts +10 -0
- package/dist/auth/legacy/ui/miniapp/index.d.ts +10 -0
- package/dist/auth/legacy/ui/miniapp/index.js +23 -0
- package/dist/auth/legacy/ui/miniapp/index.js.map +1 -0
- package/dist/auth/legacy/ui/miniapp/index.mjs +6 -0
- package/dist/auth/legacy/ui/miniapp/index.mjs.map +1 -0
- package/dist/auth/legacy/ui/web/index.d.mts +22 -0
- package/dist/auth/legacy/ui/web/index.d.ts +22 -0
- package/dist/auth/legacy/ui/web/index.js +31 -0
- package/dist/auth/legacy/ui/web/index.js.map +1 -0
- package/dist/auth/legacy/ui/web/index.mjs +6 -0
- package/dist/auth/legacy/ui/web/index.mjs.map +1 -0
- package/dist/calendar/index.d.mts +390 -237
- package/dist/calendar/index.d.ts +390 -237
- package/dist/calendar/index.js +3825 -3785
- package/dist/calendar/index.js.map +1 -1
- package/dist/calendar/index.mjs +3730 -3696
- package/dist/calendar/index.mjs.map +1 -1
- package/dist/calendar/routes/index.js +30 -327
- package/dist/calendar/routes/index.js.map +1 -1
- package/dist/calendar/routes/index.mjs +1 -323
- package/dist/calendar/routes/index.mjs.map +1 -1
- package/dist/calendar/server.d.mts +6 -0
- package/dist/calendar/server.d.ts +6 -0
- package/dist/calendar/server.js +41 -13
- package/dist/calendar/server.js.map +1 -1
- package/dist/calendar/server.mjs +2 -2
- package/dist/calendar/server.mjs.map +1 -1
- package/dist/chunk-24F7KUED.js +263 -0
- package/dist/chunk-24F7KUED.js.map +1 -0
- package/dist/{chunk-YMS6BPXS.js → chunk-27IUMDDK.js} +3 -3
- package/dist/{chunk-YMS6BPXS.js.map → chunk-27IUMDDK.js.map} +1 -1
- package/dist/chunk-37M6NZIF.js +279 -0
- package/dist/chunk-37M6NZIF.js.map +1 -0
- package/dist/chunk-3JMUNOUT.js +144 -0
- package/dist/chunk-3JMUNOUT.js.map +1 -0
- package/dist/chunk-3PFCOTJP.mjs +256 -0
- package/dist/chunk-3PFCOTJP.mjs.map +1 -0
- package/dist/{chunk-NZZZUMMX.mjs → chunk-57MVE5LL.mjs} +3 -3
- package/dist/{chunk-NZZZUMMX.mjs.map → chunk-57MVE5LL.mjs.map} +1 -1
- package/dist/{chunk-622Y6LTH.mjs → chunk-5BLZEVWK.mjs} +196 -468
- package/dist/chunk-5BLZEVWK.mjs.map +1 -0
- package/dist/{chunk-YN4MJFIG.js → chunk-5LCGOCKG.js} +5 -5
- package/dist/{chunk-YN4MJFIG.js.map → chunk-5LCGOCKG.js.map} +1 -1
- package/dist/chunk-6XUQ2B4K.js +219 -0
- package/dist/chunk-6XUQ2B4K.js.map +1 -0
- package/dist/{chunk-NCOXT7SK.js → chunk-77UEPWVQ.js} +4 -4
- package/dist/{chunk-NCOXT7SK.js.map → chunk-77UEPWVQ.js.map} +1 -1
- package/dist/chunk-CFM56MGO.mjs +35 -0
- package/dist/chunk-CFM56MGO.mjs.map +1 -0
- package/dist/chunk-CPSFYP34.mjs +140 -0
- package/dist/chunk-CPSFYP34.mjs.map +1 -0
- package/dist/chunk-D22QBOCM.mjs +336 -0
- package/dist/chunk-D22QBOCM.mjs.map +1 -0
- package/dist/chunk-DA4QV64P.mjs +35 -0
- package/dist/chunk-DA4QV64P.mjs.map +1 -0
- package/dist/chunk-EKDLZND6.js +275 -0
- package/dist/chunk-EKDLZND6.js.map +1 -0
- package/dist/chunk-EKQPFZXQ.js +12 -0
- package/dist/chunk-EKQPFZXQ.js.map +1 -0
- package/dist/chunk-ERAAB5VG.js +324 -0
- package/dist/chunk-ERAAB5VG.js.map +1 -0
- package/dist/chunk-ESLY72VI.mjs +175 -0
- package/dist/chunk-ESLY72VI.mjs.map +1 -0
- package/dist/chunk-FGQGWW73.js +38 -0
- package/dist/chunk-FGQGWW73.js.map +1 -0
- package/dist/chunk-FXQOXLDE.js +120 -0
- package/dist/chunk-FXQOXLDE.js.map +1 -0
- package/dist/chunk-FZELCJR7.mjs +19 -0
- package/dist/chunk-FZELCJR7.mjs.map +1 -0
- package/dist/{chunk-HHVDOIPV.js → chunk-H3P2PGZL.js} +3 -3
- package/dist/{chunk-HHVDOIPV.js.map → chunk-H3P2PGZL.js.map} +1 -1
- package/dist/chunk-HBQMN5QM.mjs +10 -0
- package/dist/chunk-HBQMN5QM.mjs.map +1 -0
- package/dist/chunk-ITRIXMXF.mjs +862 -0
- package/dist/chunk-ITRIXMXF.mjs.map +1 -0
- package/dist/chunk-IUWSCUDC.js +4 -0
- package/dist/chunk-IUWSCUDC.js.map +1 -0
- package/dist/chunk-JCKCKRC2.js +50 -0
- package/dist/chunk-JCKCKRC2.js.map +1 -0
- package/dist/chunk-L7GQNY54.mjs +286 -0
- package/dist/chunk-L7GQNY54.mjs.map +1 -0
- package/dist/{chunk-ZRWED7Q6.js → chunk-LDVJ7URJ.js} +235 -520
- package/dist/chunk-LDVJ7URJ.js.map +1 -0
- package/dist/{chunk-CYTXGBP2.js → chunk-MLP74E3O.js} +573 -1607
- package/dist/chunk-MLP74E3O.js.map +1 -0
- package/dist/chunk-NAX4TUT7.js +182 -0
- package/dist/chunk-NAX4TUT7.js.map +1 -0
- package/dist/chunk-NW4EN4YI.mjs +213 -0
- package/dist/chunk-NW4EN4YI.mjs.map +1 -0
- package/dist/chunk-P3QMT3AY.mjs +44 -0
- package/dist/chunk-P3QMT3AY.mjs.map +1 -0
- package/dist/chunk-PJ4KYAQZ.mjs +631 -0
- package/dist/chunk-PJ4KYAQZ.mjs.map +1 -0
- package/dist/chunk-PLSEAREM.js +345 -0
- package/dist/chunk-PLSEAREM.js.map +1 -0
- package/dist/{chunk-EGJPS7OL.mjs → chunk-QZU4UJZG.mjs} +3 -3
- package/dist/{chunk-EGJPS7OL.mjs.map → chunk-QZU4UJZG.mjs.map} +1 -1
- package/dist/chunk-RJVR33ME.mjs +3 -0
- package/dist/chunk-RJVR33ME.mjs.map +1 -0
- package/dist/chunk-SYBHDB2D.js +650 -0
- package/dist/chunk-SYBHDB2D.js.map +1 -0
- package/dist/chunk-TVKVM7JT.js +21 -0
- package/dist/chunk-TVKVM7JT.js.map +1 -0
- package/dist/{chunk-PONZPO3U.mjs → chunk-UTB72ZJ7.mjs} +414 -1448
- package/dist/chunk-UTB72ZJ7.mjs.map +1 -0
- package/dist/chunk-V7EVKD5G.mjs +116 -0
- package/dist/chunk-V7EVKD5G.mjs.map +1 -0
- package/dist/chunk-VGPR3KLR.js +872 -0
- package/dist/chunk-VGPR3KLR.js.map +1 -0
- package/dist/chunk-VS7WATQD.js +255 -0
- package/dist/chunk-VS7WATQD.js.map +1 -0
- package/dist/chunk-VSP7XJT5.mjs +272 -0
- package/dist/chunk-VSP7XJT5.mjs.map +1 -0
- package/dist/{chunk-CSDIPQQO.mjs → chunk-VTKAIOP5.mjs} +5 -5
- package/dist/{chunk-CSDIPQQO.mjs.map → chunk-VTKAIOP5.mjs.map} +1 -1
- package/dist/chunk-VULJUXTF.mjs +267 -0
- package/dist/chunk-VULJUXTF.mjs.map +1 -0
- package/dist/chunk-XAHM6B3V.js +44 -0
- package/dist/chunk-XAHM6B3V.js.map +1 -0
- package/dist/chunk-YSF5YISM.mjs +248 -0
- package/dist/chunk-YSF5YISM.mjs.map +1 -0
- package/dist/{chunk-OFYBMMWT.mjs → chunk-YYJEVAJI.mjs} +3 -3
- package/dist/{chunk-OFYBMMWT.mjs.map → chunk-YYJEVAJI.mjs.map} +1 -1
- package/dist/components/index.d.mts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +182 -181
- package/dist/components/index.mjs +4 -3
- package/dist/index-DNKZ7-R_.d.mts +184 -0
- package/dist/index-DNKZ7-R_.d.ts +184 -0
- package/dist/index.d.mts +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +285 -229
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +15 -10
- package/dist/index.mjs.map +1 -1
- package/dist/mikuFusionGame/index.js +3 -3
- package/dist/mikuFusionGame/index.mjs +2 -2
- package/dist/mmd/index.d.mts +67 -9
- package/dist/mmd/index.d.ts +67 -9
- package/dist/mmd/index.js +969 -625
- package/dist/mmd/index.js.map +1 -1
- package/dist/mmd/index.mjs +969 -628
- package/dist/mmd/index.mjs.map +1 -1
- package/dist/portfolio/index.js +10 -9
- package/dist/portfolio/index.mjs +5 -4
- package/dist/qqbot/index.d.mts +2 -0
- package/dist/qqbot/index.d.ts +2 -0
- package/dist/qqbot/index.js +21 -0
- package/dist/qqbot/index.js.map +1 -0
- package/dist/qqbot/index.mjs +4 -0
- package/dist/qqbot/index.mjs.map +1 -0
- package/dist/qqbot/server/index.d.mts +91 -0
- package/dist/qqbot/server/index.d.ts +91 -0
- package/dist/qqbot/server/index.js +21 -0
- package/dist/qqbot/server/index.js.map +1 -0
- package/dist/qqbot/server/index.mjs +4 -0
- package/dist/qqbot/server/index.mjs.map +1 -0
- package/dist/qqbot/ui/web/index.d.mts +10 -0
- package/dist/qqbot/ui/web/index.d.ts +10 -0
- package/dist/qqbot/ui/web/index.js +105 -0
- package/dist/qqbot/ui/web/index.js.map +1 -0
- package/dist/qqbot/ui/web/index.mjs +99 -0
- package/dist/qqbot/ui/web/index.mjs.map +1 -0
- package/dist/screenReceiver/index.d.mts +78 -0
- package/dist/screenReceiver/index.d.ts +78 -0
- package/dist/screenReceiver/index.js +17 -0
- package/dist/screenReceiver/index.js.map +1 -0
- package/dist/screenReceiver/index.mjs +4 -0
- package/dist/screenReceiver/index.mjs.map +1 -0
- package/dist/screenReceiver/server/index.d.mts +36 -0
- package/dist/screenReceiver/server/index.d.ts +36 -0
- package/dist/screenReceiver/server/index.js +160 -0
- package/dist/screenReceiver/server/index.js.map +1 -0
- package/dist/screenReceiver/server/index.mjs +157 -0
- package/dist/screenReceiver/server/index.mjs.map +1 -0
- package/dist/showmasterpiece/db/index.js +42 -42
- package/dist/showmasterpiece/db/index.mjs +1 -1
- package/dist/showmasterpiece/index.js +52 -41
- package/dist/showmasterpiece/index.js.map +1 -1
- package/dist/showmasterpiece/index.mjs +15 -4
- package/dist/showmasterpiece/index.mjs.map +1 -1
- package/dist/showmasterpiece/server/index.js +42 -42
- package/dist/showmasterpiece/server/index.mjs +1 -1
- package/dist/showmasterpiece/ui/miniapp/index.d.mts +2 -0
- package/dist/showmasterpiece/ui/miniapp/index.d.ts +2 -0
- package/dist/showmasterpiece/ui/miniapp/index.js +83 -55
- package/dist/showmasterpiece/ui/miniapp/index.js.map +1 -1
- package/dist/showmasterpiece/ui/miniapp/index.mjs +83 -55
- package/dist/showmasterpiece/ui/miniapp/index.mjs.map +1 -1
- package/dist/showmasterpiece/ui/web/index.js +43 -32
- package/dist/showmasterpiece/ui/web/index.mjs +15 -4
- package/dist/testYourself/index.js +13 -13
- package/dist/testYourself/index.mjs +2 -2
- package/dist/types-B-hOccQw.d.mts +122 -0
- package/dist/types-B8rGXc4e.d.mts +38 -0
- package/dist/types-Cg89HGz2.d.ts +38 -0
- package/dist/types-CvKvpyN8.d.mts +48 -0
- package/dist/types-CvKvpyN8.d.ts +48 -0
- package/dist/types-Dy6x2gJW.d.ts +122 -0
- package/dist/universalFile/server/index.js +11 -11
- package/dist/universalFile/server/index.mjs +4 -4
- package/package.json +101 -1
- package/dist/UniversalFileService-336GFY6N.mjs +0 -6
- package/dist/UniversalFileService-J6ET6KZK.js +0 -15
- package/dist/chunk-622Y6LTH.mjs.map +0 -1
- package/dist/chunk-CYTXGBP2.js.map +0 -1
- package/dist/chunk-GVVS4IMM.mjs +0 -302
- package/dist/chunk-GVVS4IMM.mjs.map +0 -1
- package/dist/chunk-PONZPO3U.mjs.map +0 -1
- package/dist/chunk-WC5QFO3T.js +0 -314
- package/dist/chunk-WC5QFO3T.js.map +0 -1
- package/dist/chunk-ZRWED7Q6.js.map +0 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
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
|
-
|
|
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-
|
|
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';
|
package/dist/mmd/index.d.mts
CHANGED
|
@@ -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 };
|
package/dist/mmd/index.d.ts
CHANGED
|
@@ -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 };
|