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,15 +1,26 @@
1
1
  'use strict';
2
2
 
3
- var chunkCYTXGBP2_js = require('../../../chunk-CYTXGBP2.js');
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 chunkZRWED7Q6_js = require('../../../chunk-ZRWED7Q6.js');
9
- require('../../../chunk-HHVDOIPV.js');
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 chunkCYTXGBP2_js.AddConfigItemDialog; }
31
+ get: function () { return chunkMLP74E3O_js.AddConfigItemDialog; }
21
32
  });
22
33
  Object.defineProperty(exports, "AddToCartButton", {
23
34
  enumerable: true,
24
- get: function () { return chunkCYTXGBP2_js.AddToCartButton; }
35
+ get: function () { return chunkMLP74E3O_js.AddToCartButton; }
25
36
  });
26
37
  Object.defineProperty(exports, "ArtworkOrderManager", {
27
38
  enumerable: true,
28
- get: function () { return chunkCYTXGBP2_js.ArtworkOrderManagerV2; }
39
+ get: function () { return chunkMLP74E3O_js.ArtworkOrderManagerV2; }
29
40
  });
30
41
  Object.defineProperty(exports, "ArtworkOrderManagerV2", {
31
42
  enumerable: true,
32
- get: function () { return chunkCYTXGBP2_js.ArtworkOrderManagerV2; }
43
+ get: function () { return chunkMLP74E3O_js.ArtworkOrderManagerV2; }
33
44
  });
34
45
  Object.defineProperty(exports, "ArtworkViewer", {
35
46
  enumerable: true,
36
- get: function () { return chunkCYTXGBP2_js.ArtworkViewer; }
47
+ get: function () { return chunkMLP74E3O_js.ArtworkViewer; }
37
48
  });
38
49
  Object.defineProperty(exports, "BookingAdminPanel", {
39
50
  enumerable: true,
40
- get: function () { return chunkCYTXGBP2_js.BookingAdminPanel; }
51
+ get: function () { return chunkMLP74E3O_js.BookingAdminPanel; }
41
52
  });
42
53
  Object.defineProperty(exports, "BookingModal", {
43
54
  enumerable: true,
44
- get: function () { return chunkCYTXGBP2_js.BookingModal; }
55
+ get: function () { return chunkMLP74E3O_js.BookingModal; }
45
56
  });
46
57
  Object.defineProperty(exports, "BookingPage", {
47
58
  enumerable: true,
48
- get: function () { return chunkCYTXGBP2_js.BookingPage; }
59
+ get: function () { return chunkMLP74E3O_js.BookingPage; }
49
60
  });
50
61
  Object.defineProperty(exports, "CartButton", {
51
62
  enumerable: true,
52
- get: function () { return chunkCYTXGBP2_js.CartButton; }
63
+ get: function () { return chunkMLP74E3O_js.CartButton; }
53
64
  });
54
65
  Object.defineProperty(exports, "CartHistoryPage", {
55
66
  enumerable: true,
56
- get: function () { return chunkCYTXGBP2_js.CartHistoryPage; }
67
+ get: function () { return chunkMLP74E3O_js.CartHistoryPage; }
57
68
  });
58
69
  Object.defineProperty(exports, "CartModal", {
59
70
  enumerable: true,
60
- get: function () { return chunkCYTXGBP2_js.CartModal; }
71
+ get: function () { return chunkMLP74E3O_js.CartModal; }
61
72
  });
62
73
  Object.defineProperty(exports, "CartPage", {
63
74
  enumerable: true,
64
- get: function () { return chunkCYTXGBP2_js.CartPage; }
75
+ get: function () { return chunkMLP74E3O_js.CartPage; }
65
76
  });
66
77
  Object.defineProperty(exports, "CollectionCard", {
67
78
  enumerable: true,
68
- get: function () { return chunkCYTXGBP2_js.CollectionCard; }
79
+ get: function () { return chunkMLP74E3O_js.CollectionCard; }
69
80
  });
70
81
  Object.defineProperty(exports, "CollectionList", {
71
82
  enumerable: true,
72
- get: function () { return chunkCYTXGBP2_js.CollectionList; }
83
+ get: function () { return chunkMLP74E3O_js.CollectionList; }
73
84
  });
74
85
  Object.defineProperty(exports, "CollectionOrderManager", {
75
86
  enumerable: true,
76
- get: function () { return chunkCYTXGBP2_js.CollectionOrderManagerV2; }
87
+ get: function () { return chunkMLP74E3O_js.CollectionOrderManagerV2; }
77
88
  });
78
89
  Object.defineProperty(exports, "CollectionOrderManagerV2", {
79
90
  enumerable: true,
80
- get: function () { return chunkCYTXGBP2_js.CollectionOrderManagerV2; }
91
+ get: function () { return chunkMLP74E3O_js.CollectionOrderManagerV2; }
81
92
  });
82
93
  Object.defineProperty(exports, "DeadlinePopup", {
83
94
  enumerable: true,
84
- get: function () { return chunkCYTXGBP2_js.DeadlinePopup; }
95
+ get: function () { return chunkMLP74E3O_js.DeadlinePopup; }
85
96
  });
86
97
  Object.defineProperty(exports, "DeadlinePopupManager", {
87
98
  enumerable: true,
88
- get: function () { return chunkCYTXGBP2_js.DeadlinePopupManager; }
99
+ get: function () { return chunkMLP74E3O_js.DeadlinePopupManager; }
89
100
  });
90
101
  Object.defineProperty(exports, "DeleteConfirmDialog", {
91
102
  enumerable: true,
92
- get: function () { return chunkCYTXGBP2_js.DeleteConfirmDialog; }
103
+ get: function () { return chunkMLP74E3O_js.DeleteConfirmDialog; }
93
104
  });
94
105
  Object.defineProperty(exports, "MobileAlbumViewer", {
95
106
  enumerable: true,
96
- get: function () { return chunkCYTXGBP2_js.MobileAlbumViewer; }
107
+ get: function () { return chunkMLP74E3O_js.MobileAlbumViewer; }
97
108
  });
98
109
  Object.defineProperty(exports, "PopupConfigManagement", {
99
110
  enumerable: true,
100
- get: function () { return chunkCYTXGBP2_js.PopupConfigManagement; }
111
+ get: function () { return chunkMLP74E3O_js.PopupConfigManagement; }
101
112
  });
102
113
  Object.defineProperty(exports, "ShowMasterPiecesConfigPage", {
103
114
  enumerable: true,
104
- get: function () { return chunkCYTXGBP2_js.ConfigPage; }
115
+ get: function () { return chunkMLP74E3O_js.ConfigPage; }
105
116
  });
106
117
  Object.defineProperty(exports, "ShowMasterPiecesHistoryPage", {
107
118
  enumerable: true,
108
- get: function () { return chunkCYTXGBP2_js.UserHistoryPage; }
119
+ get: function () { return chunkMLP74E3O_js.UserHistoryPage; }
109
120
  });
110
121
  Object.defineProperty(exports, "ShowMasterPiecesPage", {
111
122
  enumerable: true,
112
- get: function () { return chunkCYTXGBP2_js.ShowMasterPieces; }
123
+ get: function () { return chunkMLP74E3O_js.ShowMasterPieces; }
113
124
  });
114
125
  Object.defineProperty(exports, "SystemConfigManager", {
115
126
  enumerable: true,
116
- get: function () { return chunkCYTXGBP2_js.SystemConfigManager; }
127
+ get: function () { return chunkMLP74E3O_js.SystemConfigManager; }
117
128
  });
118
129
  Object.defineProperty(exports, "ThumbnailSidebar", {
119
130
  enumerable: true,
120
- get: function () { return chunkCYTXGBP2_js.ThumbnailSidebar; }
131
+ get: function () { return chunkMLP74E3O_js.ThumbnailSidebar; }
121
132
  });
122
133
  Object.defineProperty(exports, "UniversalImageUpload", {
123
134
  enumerable: true,
124
- get: function () { return chunkCYTXGBP2_js.UniversalImageUpload; }
135
+ get: function () { return chunkMLP74E3O_js.UniversalImageUpload; }
125
136
  });
126
137
  Object.defineProperty(exports, "GenericOrderManager", {
127
138
  enumerable: true,
128
- get: function () { return chunkZRWED7Q6_js.GenericOrderManager; }
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-PONZPO3U.mjs';
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-622Y6LTH.mjs';
7
- import '../../../chunk-EGJPS7OL.mjs';
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 };