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,15 +1,26 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkMLP74E3O_js = require('../../../chunk-MLP74E3O.js');
|
|
4
4
|
require('../../../chunk-3YSRTVIY.js');
|
|
5
5
|
require('../../../chunk-DENROXAE.js');
|
|
6
|
+
require('../../../chunk-EKQPFZXQ.js');
|
|
7
|
+
require('../../../chunk-TVKVM7JT.js');
|
|
8
|
+
require('../../../chunk-VGPR3KLR.js');
|
|
9
|
+
require('../../../chunk-EKDLZND6.js');
|
|
10
|
+
require('../../../chunk-VS7WATQD.js');
|
|
11
|
+
require('../../../chunk-XAHM6B3V.js');
|
|
12
|
+
require('../../../chunk-IUWSCUDC.js');
|
|
13
|
+
require('../../../chunk-NAX4TUT7.js');
|
|
14
|
+
require('../../../chunk-6XUQ2B4K.js');
|
|
15
|
+
require('../../../chunk-JCKCKRC2.js');
|
|
6
16
|
require('../../../chunk-DM2GUVUH.js');
|
|
7
17
|
require('../../../chunk-UIYKZ73N.js');
|
|
8
|
-
var
|
|
9
|
-
require('../../../chunk-
|
|
10
|
-
require('../../../chunk-ZWQJSZEY.js');
|
|
18
|
+
var chunkLDVJ7URJ_js = require('../../../chunk-LDVJ7URJ.js');
|
|
19
|
+
require('../../../chunk-H3P2PGZL.js');
|
|
11
20
|
require('../../../chunk-KO73EBUT.js');
|
|
12
21
|
require('../../../chunk-XJ7ZAGC5.js');
|
|
22
|
+
require('../../../chunk-ERAAB5VG.js');
|
|
23
|
+
require('../../../chunk-ZWQJSZEY.js');
|
|
13
24
|
require('../../../chunk-25OFOKNF.js');
|
|
14
25
|
require('../../../chunk-Z6ZWNWWR.js');
|
|
15
26
|
|
|
@@ -17,115 +28,115 @@ require('../../../chunk-Z6ZWNWWR.js');
|
|
|
17
28
|
|
|
18
29
|
Object.defineProperty(exports, "AddConfigItemDialog", {
|
|
19
30
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkMLP74E3O_js.AddConfigItemDialog; }
|
|
21
32
|
});
|
|
22
33
|
Object.defineProperty(exports, "AddToCartButton", {
|
|
23
34
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkMLP74E3O_js.AddToCartButton; }
|
|
25
36
|
});
|
|
26
37
|
Object.defineProperty(exports, "ArtworkOrderManager", {
|
|
27
38
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkMLP74E3O_js.ArtworkOrderManagerV2; }
|
|
29
40
|
});
|
|
30
41
|
Object.defineProperty(exports, "ArtworkOrderManagerV2", {
|
|
31
42
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunkMLP74E3O_js.ArtworkOrderManagerV2; }
|
|
33
44
|
});
|
|
34
45
|
Object.defineProperty(exports, "ArtworkViewer", {
|
|
35
46
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunkMLP74E3O_js.ArtworkViewer; }
|
|
37
48
|
});
|
|
38
49
|
Object.defineProperty(exports, "BookingAdminPanel", {
|
|
39
50
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
51
|
+
get: function () { return chunkMLP74E3O_js.BookingAdminPanel; }
|
|
41
52
|
});
|
|
42
53
|
Object.defineProperty(exports, "BookingModal", {
|
|
43
54
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
55
|
+
get: function () { return chunkMLP74E3O_js.BookingModal; }
|
|
45
56
|
});
|
|
46
57
|
Object.defineProperty(exports, "BookingPage", {
|
|
47
58
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
59
|
+
get: function () { return chunkMLP74E3O_js.BookingPage; }
|
|
49
60
|
});
|
|
50
61
|
Object.defineProperty(exports, "CartButton", {
|
|
51
62
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
63
|
+
get: function () { return chunkMLP74E3O_js.CartButton; }
|
|
53
64
|
});
|
|
54
65
|
Object.defineProperty(exports, "CartHistoryPage", {
|
|
55
66
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
67
|
+
get: function () { return chunkMLP74E3O_js.CartHistoryPage; }
|
|
57
68
|
});
|
|
58
69
|
Object.defineProperty(exports, "CartModal", {
|
|
59
70
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
71
|
+
get: function () { return chunkMLP74E3O_js.CartModal; }
|
|
61
72
|
});
|
|
62
73
|
Object.defineProperty(exports, "CartPage", {
|
|
63
74
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
75
|
+
get: function () { return chunkMLP74E3O_js.CartPage; }
|
|
65
76
|
});
|
|
66
77
|
Object.defineProperty(exports, "CollectionCard", {
|
|
67
78
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
79
|
+
get: function () { return chunkMLP74E3O_js.CollectionCard; }
|
|
69
80
|
});
|
|
70
81
|
Object.defineProperty(exports, "CollectionList", {
|
|
71
82
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
83
|
+
get: function () { return chunkMLP74E3O_js.CollectionList; }
|
|
73
84
|
});
|
|
74
85
|
Object.defineProperty(exports, "CollectionOrderManager", {
|
|
75
86
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
87
|
+
get: function () { return chunkMLP74E3O_js.CollectionOrderManagerV2; }
|
|
77
88
|
});
|
|
78
89
|
Object.defineProperty(exports, "CollectionOrderManagerV2", {
|
|
79
90
|
enumerable: true,
|
|
80
|
-
get: function () { return
|
|
91
|
+
get: function () { return chunkMLP74E3O_js.CollectionOrderManagerV2; }
|
|
81
92
|
});
|
|
82
93
|
Object.defineProperty(exports, "DeadlinePopup", {
|
|
83
94
|
enumerable: true,
|
|
84
|
-
get: function () { return
|
|
95
|
+
get: function () { return chunkMLP74E3O_js.DeadlinePopup; }
|
|
85
96
|
});
|
|
86
97
|
Object.defineProperty(exports, "DeadlinePopupManager", {
|
|
87
98
|
enumerable: true,
|
|
88
|
-
get: function () { return
|
|
99
|
+
get: function () { return chunkMLP74E3O_js.DeadlinePopupManager; }
|
|
89
100
|
});
|
|
90
101
|
Object.defineProperty(exports, "DeleteConfirmDialog", {
|
|
91
102
|
enumerable: true,
|
|
92
|
-
get: function () { return
|
|
103
|
+
get: function () { return chunkMLP74E3O_js.DeleteConfirmDialog; }
|
|
93
104
|
});
|
|
94
105
|
Object.defineProperty(exports, "MobileAlbumViewer", {
|
|
95
106
|
enumerable: true,
|
|
96
|
-
get: function () { return
|
|
107
|
+
get: function () { return chunkMLP74E3O_js.MobileAlbumViewer; }
|
|
97
108
|
});
|
|
98
109
|
Object.defineProperty(exports, "PopupConfigManagement", {
|
|
99
110
|
enumerable: true,
|
|
100
|
-
get: function () { return
|
|
111
|
+
get: function () { return chunkMLP74E3O_js.PopupConfigManagement; }
|
|
101
112
|
});
|
|
102
113
|
Object.defineProperty(exports, "ShowMasterPiecesConfigPage", {
|
|
103
114
|
enumerable: true,
|
|
104
|
-
get: function () { return
|
|
115
|
+
get: function () { return chunkMLP74E3O_js.ConfigPage; }
|
|
105
116
|
});
|
|
106
117
|
Object.defineProperty(exports, "ShowMasterPiecesHistoryPage", {
|
|
107
118
|
enumerable: true,
|
|
108
|
-
get: function () { return
|
|
119
|
+
get: function () { return chunkMLP74E3O_js.UserHistoryPage; }
|
|
109
120
|
});
|
|
110
121
|
Object.defineProperty(exports, "ShowMasterPiecesPage", {
|
|
111
122
|
enumerable: true,
|
|
112
|
-
get: function () { return
|
|
123
|
+
get: function () { return chunkMLP74E3O_js.ShowMasterPieces; }
|
|
113
124
|
});
|
|
114
125
|
Object.defineProperty(exports, "SystemConfigManager", {
|
|
115
126
|
enumerable: true,
|
|
116
|
-
get: function () { return
|
|
127
|
+
get: function () { return chunkMLP74E3O_js.SystemConfigManager; }
|
|
117
128
|
});
|
|
118
129
|
Object.defineProperty(exports, "ThumbnailSidebar", {
|
|
119
130
|
enumerable: true,
|
|
120
|
-
get: function () { return
|
|
131
|
+
get: function () { return chunkMLP74E3O_js.ThumbnailSidebar; }
|
|
121
132
|
});
|
|
122
133
|
Object.defineProperty(exports, "UniversalImageUpload", {
|
|
123
134
|
enumerable: true,
|
|
124
|
-
get: function () { return
|
|
135
|
+
get: function () { return chunkMLP74E3O_js.UniversalImageUpload; }
|
|
125
136
|
});
|
|
126
137
|
Object.defineProperty(exports, "GenericOrderManager", {
|
|
127
138
|
enumerable: true,
|
|
128
|
-
get: function () { return
|
|
139
|
+
get: function () { return chunkLDVJ7URJ_js.GenericOrderManager; }
|
|
129
140
|
});
|
|
130
141
|
//# sourceMappingURL=index.js.map
|
|
131
142
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,13 +1,24 @@
|
|
|
1
|
-
export { AddConfigItemDialog, AddToCartButton, ArtworkOrderManagerV2 as ArtworkOrderManager, ArtworkOrderManagerV2, ArtworkViewer, BookingAdminPanel, BookingModal, BookingPage, CartButton, CartHistoryPage, CartModal, CartPage, CollectionCard, CollectionList, CollectionOrderManagerV2 as CollectionOrderManager, CollectionOrderManagerV2, DeadlinePopup, DeadlinePopupManager, DeleteConfirmDialog, MobileAlbumViewer, PopupConfigManagement, ConfigPage as ShowMasterPiecesConfigPage, UserHistoryPage as ShowMasterPiecesHistoryPage, ShowMasterPieces as ShowMasterPiecesPage, SystemConfigManager, ThumbnailSidebar, UniversalImageUpload } from '../../../chunk-
|
|
1
|
+
export { AddConfigItemDialog, AddToCartButton, ArtworkOrderManagerV2 as ArtworkOrderManager, ArtworkOrderManagerV2, ArtworkViewer, BookingAdminPanel, BookingModal, BookingPage, CartButton, CartHistoryPage, CartModal, CartPage, CollectionCard, CollectionList, CollectionOrderManagerV2 as CollectionOrderManager, CollectionOrderManagerV2, DeadlinePopup, DeadlinePopupManager, DeleteConfirmDialog, MobileAlbumViewer, PopupConfigManagement, ConfigPage as ShowMasterPiecesConfigPage, UserHistoryPage as ShowMasterPiecesHistoryPage, ShowMasterPieces as ShowMasterPiecesPage, SystemConfigManager, ThumbnailSidebar, UniversalImageUpload } from '../../../chunk-UTB72ZJ7.mjs';
|
|
2
2
|
import '../../../chunk-OX6VMQDU.mjs';
|
|
3
3
|
import '../../../chunk-MFG2Y6UR.mjs';
|
|
4
|
+
import '../../../chunk-HBQMN5QM.mjs';
|
|
5
|
+
import '../../../chunk-FZELCJR7.mjs';
|
|
6
|
+
import '../../../chunk-ITRIXMXF.mjs';
|
|
7
|
+
import '../../../chunk-VULJUXTF.mjs';
|
|
8
|
+
import '../../../chunk-YSF5YISM.mjs';
|
|
9
|
+
import '../../../chunk-DA4QV64P.mjs';
|
|
10
|
+
import '../../../chunk-RJVR33ME.mjs';
|
|
11
|
+
import '../../../chunk-ESLY72VI.mjs';
|
|
12
|
+
import '../../../chunk-NW4EN4YI.mjs';
|
|
13
|
+
import '../../../chunk-P3QMT3AY.mjs';
|
|
4
14
|
import '../../../chunk-TGNUEULF.mjs';
|
|
5
15
|
import '../../../chunk-LFB5EIIM.mjs';
|
|
6
|
-
export { GenericOrderManager } from '../../../chunk-
|
|
7
|
-
import '../../../chunk-
|
|
8
|
-
import '../../../chunk-3NHAT7D4.mjs';
|
|
16
|
+
export { GenericOrderManager } from '../../../chunk-5BLZEVWK.mjs';
|
|
17
|
+
import '../../../chunk-QZU4UJZG.mjs';
|
|
9
18
|
import '../../../chunk-VVWQTO4Y.mjs';
|
|
10
19
|
import '../../../chunk-WEEXCPSE.mjs';
|
|
20
|
+
import '../../../chunk-L7GQNY54.mjs';
|
|
21
|
+
import '../../../chunk-3NHAT7D4.mjs';
|
|
11
22
|
import '../../../chunk-3DXPQ4YV.mjs';
|
|
12
23
|
import '../../../chunk-WMJKH4XE.mjs';
|
|
13
24
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var chunkRBKGYWME_js = require('../chunk-RBKGYWME.js');
|
|
4
3
|
var chunkOEDY7GI4_js = require('../chunk-OEDY7GI4.js');
|
|
5
4
|
var chunkNJ2SNXBJ_js = require('../chunk-NJ2SNXBJ.js');
|
|
5
|
+
var chunkRBKGYWME_js = require('../chunk-RBKGYWME.js');
|
|
6
6
|
require('../chunk-Z6ZWNWWR.js');
|
|
7
7
|
var React = require('react');
|
|
8
8
|
|
|
@@ -707,18 +707,6 @@ if (typeof document !== "undefined" && !document.getElementById("test-yourself-s
|
|
|
707
707
|
document.head.appendChild(style);
|
|
708
708
|
}
|
|
709
709
|
|
|
710
|
-
Object.defineProperty(exports, "ConfigList", {
|
|
711
|
-
enumerable: true,
|
|
712
|
-
get: function () { return chunkRBKGYWME_js.ConfigList; }
|
|
713
|
-
});
|
|
714
|
-
Object.defineProperty(exports, "ConfigManager", {
|
|
715
|
-
enumerable: true,
|
|
716
|
-
get: function () { return chunkRBKGYWME_js.ConfigManager; }
|
|
717
|
-
});
|
|
718
|
-
Object.defineProperty(exports, "DEFAULT_RESULTS", {
|
|
719
|
-
enumerable: true,
|
|
720
|
-
get: function () { return chunkRBKGYWME_js.DEFAULT_RESULTS; }
|
|
721
|
-
});
|
|
722
710
|
Object.defineProperty(exports, "DatabaseConfigAdapter", {
|
|
723
711
|
enumerable: true,
|
|
724
712
|
get: function () { return chunkOEDY7GI4_js.DatabaseConfigAdapter; }
|
|
@@ -751,6 +739,18 @@ Object.defineProperty(exports, "getDefaultConfigService", {
|
|
|
751
739
|
enumerable: true,
|
|
752
740
|
get: function () { return chunkNJ2SNXBJ_js.getDefaultConfigService; }
|
|
753
741
|
});
|
|
742
|
+
Object.defineProperty(exports, "ConfigList", {
|
|
743
|
+
enumerable: true,
|
|
744
|
+
get: function () { return chunkRBKGYWME_js.ConfigList; }
|
|
745
|
+
});
|
|
746
|
+
Object.defineProperty(exports, "ConfigManager", {
|
|
747
|
+
enumerable: true,
|
|
748
|
+
get: function () { return chunkRBKGYWME_js.ConfigManager; }
|
|
749
|
+
});
|
|
750
|
+
Object.defineProperty(exports, "DEFAULT_RESULTS", {
|
|
751
|
+
enumerable: true,
|
|
752
|
+
get: function () { return chunkRBKGYWME_js.DEFAULT_RESULTS; }
|
|
753
|
+
});
|
|
754
754
|
exports.TestYourself = TestYourself;
|
|
755
755
|
exports.generateDeviceHash = generateDeviceHash;
|
|
756
756
|
exports.getDeviceFingerprint = getDeviceFingerprint;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { DEFAULT_RESULTS } from '../chunk-5YQ62BKX.mjs';
|
|
2
|
-
export { ConfigList, ConfigManager, DEFAULT_RESULTS } from '../chunk-5YQ62BKX.mjs';
|
|
3
1
|
export { DatabaseConfigAdapter, createDatabaseConfigAdapter, testYourselfConfigShares, testYourselfConfigUsage, testYourselfConfigs } from '../chunk-NEPD75MX.mjs';
|
|
4
2
|
export { ConfigService, createConfigService, getDefaultConfigService } from '../chunk-HDEOCX2L.mjs';
|
|
3
|
+
import { DEFAULT_RESULTS } from '../chunk-5YQ62BKX.mjs';
|
|
4
|
+
export { ConfigList, ConfigManager, DEFAULT_RESULTS } from '../chunk-5YQ62BKX.mjs';
|
|
5
5
|
import '../chunk-WMJKH4XE.mjs';
|
|
6
6
|
import React, { useState, useEffect, useRef } from 'react';
|
|
7
7
|
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import { R as RequestAdapter } from './types-CbTsi9CZ.mjs';
|
|
2
|
+
|
|
3
|
+
type PromptVariableValue = string | number | boolean | null | undefined;
|
|
4
|
+
type PromptVariables = Record<string, PromptVariableValue>;
|
|
5
|
+
declare const normalizePromptVariables: (variables?: PromptVariables) => Record<string, string>;
|
|
6
|
+
|
|
7
|
+
interface AiProvider {
|
|
8
|
+
id?: string;
|
|
9
|
+
sendChat(request: AiChatRequest, config: ResolvedAiClientConfig): Promise<AiChatResponse>;
|
|
10
|
+
streamChat?(request: AiChatRequest, config: ResolvedAiClientConfig): AsyncIterable<AiChatChunk>;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
type AiRole = 'system' | 'user' | 'assistant' | 'tool';
|
|
14
|
+
type AiToolChoice = {
|
|
15
|
+
type: 'function';
|
|
16
|
+
function: {
|
|
17
|
+
name: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
type AiToolDefinition = {
|
|
21
|
+
type: 'function';
|
|
22
|
+
function: {
|
|
23
|
+
name: string;
|
|
24
|
+
description?: string;
|
|
25
|
+
parameters?: Record<string, any>;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
type AiToolCall = {
|
|
29
|
+
id: string;
|
|
30
|
+
type: 'function';
|
|
31
|
+
function: {
|
|
32
|
+
name: string;
|
|
33
|
+
arguments: string;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
interface AiMessage {
|
|
37
|
+
role: AiRole;
|
|
38
|
+
content: string;
|
|
39
|
+
name?: string;
|
|
40
|
+
toolCallId?: string;
|
|
41
|
+
toolCalls?: AiToolCall[];
|
|
42
|
+
}
|
|
43
|
+
interface AiUsage {
|
|
44
|
+
promptTokens?: number;
|
|
45
|
+
completionTokens?: number;
|
|
46
|
+
totalTokens?: number;
|
|
47
|
+
}
|
|
48
|
+
interface AiChatRequestOptions {
|
|
49
|
+
model?: string;
|
|
50
|
+
temperature?: number;
|
|
51
|
+
maxTokens?: number;
|
|
52
|
+
topP?: number;
|
|
53
|
+
stop?: string | string[];
|
|
54
|
+
stream?: boolean;
|
|
55
|
+
tools?: AiToolDefinition[];
|
|
56
|
+
toolChoice?: 'auto' | 'none' | AiToolChoice;
|
|
57
|
+
}
|
|
58
|
+
interface AiChatRequest extends AiChatRequestOptions {
|
|
59
|
+
messages: AiMessage[];
|
|
60
|
+
}
|
|
61
|
+
interface AiChatResponse {
|
|
62
|
+
id: string;
|
|
63
|
+
content: string;
|
|
64
|
+
message?: AiMessage;
|
|
65
|
+
usage?: AiUsage;
|
|
66
|
+
raw?: unknown;
|
|
67
|
+
toolCalls?: AiToolCall[];
|
|
68
|
+
}
|
|
69
|
+
interface AiChatChunk {
|
|
70
|
+
id: string;
|
|
71
|
+
content?: string;
|
|
72
|
+
delta?: string;
|
|
73
|
+
toolCalls?: AiToolCall[];
|
|
74
|
+
raw?: unknown;
|
|
75
|
+
}
|
|
76
|
+
interface AiLogger {
|
|
77
|
+
debug?: (message: string, data?: any) => void;
|
|
78
|
+
info?: (message: string, data?: any) => void;
|
|
79
|
+
warn?: (message: string, data?: any) => void;
|
|
80
|
+
error?: (message: string, error?: any) => void;
|
|
81
|
+
}
|
|
82
|
+
interface AiClientConfig {
|
|
83
|
+
apiKey?: string;
|
|
84
|
+
getApiKey?: () => Promise<string> | string;
|
|
85
|
+
baseUrl?: string;
|
|
86
|
+
model?: string;
|
|
87
|
+
headers?: Record<string, string>;
|
|
88
|
+
timeoutMs?: number;
|
|
89
|
+
requestAdapter?: RequestAdapter;
|
|
90
|
+
logger?: AiLogger;
|
|
91
|
+
provider?: AiProvider;
|
|
92
|
+
}
|
|
93
|
+
interface ResolvedAiClientConfig extends AiClientConfig {
|
|
94
|
+
baseUrl: string;
|
|
95
|
+
headers: Record<string, string>;
|
|
96
|
+
timeoutMs: number;
|
|
97
|
+
}
|
|
98
|
+
interface AiClient {
|
|
99
|
+
sendChat(request: AiChatRequest): Promise<AiChatResponse>;
|
|
100
|
+
sendMessage(content: string, options?: AiChatRequestOptions & {
|
|
101
|
+
systemPrompt?: string;
|
|
102
|
+
}): Promise<AiChatResponse>;
|
|
103
|
+
}
|
|
104
|
+
type AiChatStatus = 'idle' | 'loading' | 'success' | 'error';
|
|
105
|
+
interface AiChatInputOptions extends AiChatRequestOptions {
|
|
106
|
+
template?: string;
|
|
107
|
+
variables?: PromptVariables;
|
|
108
|
+
}
|
|
109
|
+
interface AiChatSessionOptions {
|
|
110
|
+
client: AiClient;
|
|
111
|
+
systemPrompt?: string;
|
|
112
|
+
template?: string;
|
|
113
|
+
initialMessages?: AiMessage[];
|
|
114
|
+
}
|
|
115
|
+
interface AiChatSession {
|
|
116
|
+
getMessages(): AiMessage[];
|
|
117
|
+
setSystemPrompt(prompt?: string): void;
|
|
118
|
+
reset(): void;
|
|
119
|
+
sendMessage(input: string, options?: AiChatInputOptions): Promise<AiChatResponse>;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
export { type AiClient as A, type PromptVariables as P, type ResolvedAiClientConfig as R, type AiMessage as a, type AiChatInputOptions as b, type AiChatResponse as c, type AiRole as d, type AiToolChoice as e, type AiToolDefinition as f, type AiToolCall as g, type AiUsage as h, type AiChatRequestOptions as i, type AiChatRequest as j, type AiChatChunk as k, type AiLogger as l, type AiClientConfig as m, type AiChatStatus as n, type AiChatSessionOptions as o, type AiChatSession as p, type PromptVariableValue as q, normalizePromptVariables as r, type AiProvider as s };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { A as AiClient, P as PromptVariables, a as AiMessage, b as AiChatInputOptions, c as AiChatResponse } from './types-B-hOccQw.mjs';
|
|
2
|
+
|
|
3
|
+
interface AiChatDialogBaseProps {
|
|
4
|
+
client: AiClient;
|
|
5
|
+
title?: string;
|
|
6
|
+
placeholder?: string;
|
|
7
|
+
systemPrompt?: string;
|
|
8
|
+
template?: string;
|
|
9
|
+
templateVariables?: PromptVariables;
|
|
10
|
+
initialMessages?: AiMessage[];
|
|
11
|
+
requestOptions?: Omit<AiChatInputOptions, 'template' | 'variables'>;
|
|
12
|
+
onResponse?: (response: AiChatResponse) => void;
|
|
13
|
+
onError?: (error: Error) => void;
|
|
14
|
+
}
|
|
15
|
+
interface AiChatDialogProps extends AiChatDialogBaseProps {
|
|
16
|
+
open: boolean;
|
|
17
|
+
onOpenChange?: (open: boolean) => void;
|
|
18
|
+
}
|
|
19
|
+
interface AiUiConfig {
|
|
20
|
+
apiKey: string;
|
|
21
|
+
baseUrl: string;
|
|
22
|
+
model: string;
|
|
23
|
+
systemPrompt: string;
|
|
24
|
+
template: string;
|
|
25
|
+
temperature: number;
|
|
26
|
+
topP: number;
|
|
27
|
+
maxTokens: number;
|
|
28
|
+
}
|
|
29
|
+
interface AiConfigPageProps {
|
|
30
|
+
storageKey?: string;
|
|
31
|
+
initialConfig?: Partial<AiUiConfig>;
|
|
32
|
+
title?: string;
|
|
33
|
+
description?: string;
|
|
34
|
+
onSave?: (config: AiUiConfig) => void;
|
|
35
|
+
onChange?: (config: AiUiConfig) => void;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export type { AiChatDialogProps as A, AiChatDialogBaseProps as a, AiUiConfig as b, AiConfigPageProps as c };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { A as AiClient, P as PromptVariables, a as AiMessage, b as AiChatInputOptions, c as AiChatResponse } from './types-Dy6x2gJW.js';
|
|
2
|
+
|
|
3
|
+
interface AiChatDialogBaseProps {
|
|
4
|
+
client: AiClient;
|
|
5
|
+
title?: string;
|
|
6
|
+
placeholder?: string;
|
|
7
|
+
systemPrompt?: string;
|
|
8
|
+
template?: string;
|
|
9
|
+
templateVariables?: PromptVariables;
|
|
10
|
+
initialMessages?: AiMessage[];
|
|
11
|
+
requestOptions?: Omit<AiChatInputOptions, 'template' | 'variables'>;
|
|
12
|
+
onResponse?: (response: AiChatResponse) => void;
|
|
13
|
+
onError?: (error: Error) => void;
|
|
14
|
+
}
|
|
15
|
+
interface AiChatDialogProps extends AiChatDialogBaseProps {
|
|
16
|
+
open: boolean;
|
|
17
|
+
onOpenChange?: (open: boolean) => void;
|
|
18
|
+
}
|
|
19
|
+
interface AiUiConfig {
|
|
20
|
+
apiKey: string;
|
|
21
|
+
baseUrl: string;
|
|
22
|
+
model: string;
|
|
23
|
+
systemPrompt: string;
|
|
24
|
+
template: string;
|
|
25
|
+
temperature: number;
|
|
26
|
+
topP: number;
|
|
27
|
+
maxTokens: number;
|
|
28
|
+
}
|
|
29
|
+
interface AiConfigPageProps {
|
|
30
|
+
storageKey?: string;
|
|
31
|
+
initialConfig?: Partial<AiUiConfig>;
|
|
32
|
+
title?: string;
|
|
33
|
+
description?: string;
|
|
34
|
+
onSave?: (config: AiUiConfig) => void;
|
|
35
|
+
onChange?: (config: AiUiConfig) => void;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export type { AiChatDialogProps as A, AiChatDialogBaseProps as a, AiUiConfig as b, AiConfigPageProps as c };
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import * as THREE from 'three';
|
|
2
|
+
|
|
3
|
+
interface ARToolkitSource {
|
|
4
|
+
ready: boolean;
|
|
5
|
+
domElement: HTMLVideoElement;
|
|
6
|
+
init: (onReady?: () => void, onError?: (error: unknown) => void) => void;
|
|
7
|
+
onResizeElement?: () => void;
|
|
8
|
+
copyElementSizeTo?: (element: HTMLElement) => void;
|
|
9
|
+
dispose?: () => void;
|
|
10
|
+
}
|
|
11
|
+
interface ARToolkitContext {
|
|
12
|
+
init: (onReady?: () => void) => void;
|
|
13
|
+
update: (element: HTMLVideoElement) => void;
|
|
14
|
+
getProjectionMatrix: () => THREE.Matrix4;
|
|
15
|
+
arController?: {
|
|
16
|
+
canvas?: HTMLCanvasElement;
|
|
17
|
+
} | null;
|
|
18
|
+
}
|
|
19
|
+
interface ARMarkerControls {
|
|
20
|
+
dispose?: () => void;
|
|
21
|
+
}
|
|
22
|
+
interface THREExNamespace {
|
|
23
|
+
ArToolkitSource: new (config: Record<string, any>) => ARToolkitSource;
|
|
24
|
+
ArToolkitContext: new (config: Record<string, any>) => ARToolkitContext;
|
|
25
|
+
ArMarkerControls: new (context: ARToolkitContext, markerRoot: THREE.Object3D, config: Record<string, any>) => ARMarkerControls;
|
|
26
|
+
}
|
|
27
|
+
interface ARJSLoadOptions {
|
|
28
|
+
three?: typeof THREE;
|
|
29
|
+
forceReload?: boolean;
|
|
30
|
+
locationOnly?: boolean;
|
|
31
|
+
}
|
|
32
|
+
interface ARMarkerConfig {
|
|
33
|
+
type?: 'pattern' | 'barcode' | 'unknown';
|
|
34
|
+
patternUrl?: string;
|
|
35
|
+
barcodeValue?: number;
|
|
36
|
+
changeMatrixMode?: 'modelViewMatrix' | 'cameraTransformMatrix';
|
|
37
|
+
}
|
|
38
|
+
interface ARToolkitContextConfig {
|
|
39
|
+
cameraParametersUrl?: string;
|
|
40
|
+
detectionMode?: 'mono' | 'mono_and_matrix' | 'color';
|
|
41
|
+
maxDetectionRate?: number;
|
|
42
|
+
}
|
|
43
|
+
declare const DEFAULT_AR_ASSETS: {
|
|
44
|
+
cameraParametersUrl: string;
|
|
45
|
+
patternUrl: string;
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
export { type ARJSLoadOptions as A, DEFAULT_AR_ASSETS as D, type THREExNamespace as T, type ARToolkitSource as a, type ARToolkitContext as b, type ARMarkerControls as c, type ARMarkerConfig as d, type ARToolkitContextConfig as e };
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import * as THREE from 'three';
|
|
2
|
+
|
|
3
|
+
interface ARToolkitSource {
|
|
4
|
+
ready: boolean;
|
|
5
|
+
domElement: HTMLVideoElement;
|
|
6
|
+
init: (onReady?: () => void, onError?: (error: unknown) => void) => void;
|
|
7
|
+
onResizeElement?: () => void;
|
|
8
|
+
copyElementSizeTo?: (element: HTMLElement) => void;
|
|
9
|
+
dispose?: () => void;
|
|
10
|
+
}
|
|
11
|
+
interface ARToolkitContext {
|
|
12
|
+
init: (onReady?: () => void) => void;
|
|
13
|
+
update: (element: HTMLVideoElement) => void;
|
|
14
|
+
getProjectionMatrix: () => THREE.Matrix4;
|
|
15
|
+
arController?: {
|
|
16
|
+
canvas?: HTMLCanvasElement;
|
|
17
|
+
} | null;
|
|
18
|
+
}
|
|
19
|
+
interface ARMarkerControls {
|
|
20
|
+
dispose?: () => void;
|
|
21
|
+
}
|
|
22
|
+
interface THREExNamespace {
|
|
23
|
+
ArToolkitSource: new (config: Record<string, any>) => ARToolkitSource;
|
|
24
|
+
ArToolkitContext: new (config: Record<string, any>) => ARToolkitContext;
|
|
25
|
+
ArMarkerControls: new (context: ARToolkitContext, markerRoot: THREE.Object3D, config: Record<string, any>) => ARMarkerControls;
|
|
26
|
+
}
|
|
27
|
+
interface ARJSLoadOptions {
|
|
28
|
+
three?: typeof THREE;
|
|
29
|
+
forceReload?: boolean;
|
|
30
|
+
locationOnly?: boolean;
|
|
31
|
+
}
|
|
32
|
+
interface ARMarkerConfig {
|
|
33
|
+
type?: 'pattern' | 'barcode' | 'unknown';
|
|
34
|
+
patternUrl?: string;
|
|
35
|
+
barcodeValue?: number;
|
|
36
|
+
changeMatrixMode?: 'modelViewMatrix' | 'cameraTransformMatrix';
|
|
37
|
+
}
|
|
38
|
+
interface ARToolkitContextConfig {
|
|
39
|
+
cameraParametersUrl?: string;
|
|
40
|
+
detectionMode?: 'mono' | 'mono_and_matrix' | 'color';
|
|
41
|
+
maxDetectionRate?: number;
|
|
42
|
+
}
|
|
43
|
+
declare const DEFAULT_AR_ASSETS: {
|
|
44
|
+
cameraParametersUrl: string;
|
|
45
|
+
patternUrl: string;
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
export { type ARJSLoadOptions as A, DEFAULT_AR_ASSETS as D, type THREExNamespace as T, type ARToolkitSource as a, type ARToolkitContext as b, type ARMarkerControls as c, type ARMarkerConfig as d, type ARToolkitContextConfig as e };
|