sa2kit 1.6.59 → 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/booking-B0BM8grt.d.mts +141 -0
- package/dist/booking-CUy8u7Za.d.ts +141 -0
- package/dist/{bookingAdminService-Dmg7dC6V.d.mts → bookingAdminService-BNEDyw7U.d.mts} +1 -1
- package/dist/{bookingAdminService-B2QDjSHJ.d.ts → bookingAdminService-BtOtG96L.d.ts} +1 -1
- 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/{cart-D3o67Q3H.d.ts → cart-Cw3i0Dy6.d.ts} +1 -1
- package/dist/{cart-CcZ7rQyG.d.mts → cart-DLSbsihH.d.mts} +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-SKCMZYSQ.js → chunk-3YSRTVIY.js} +31 -15
- package/dist/chunk-3YSRTVIY.js.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-UVHPCLP6.js → chunk-5LCGOCKG.js} +5 -5
- package/dist/{chunk-UVHPCLP6.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-C76U5FF4.mjs +10 -0
- package/dist/chunk-C76U5FF4.mjs.map +1 -0
- package/dist/chunk-CFM56MGO.mjs +35 -0
- package/dist/chunk-CFM56MGO.mjs.map +1 -0
- package/dist/{chunk-LJGJPAQ4.js → chunk-COOI6MT3.js} +2 -11
- package/dist/chunk-COOI6MT3.js.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-FVDPGX6A.mjs → chunk-DWJLOHAE.mjs} +2 -11
- package/dist/chunk-DWJLOHAE.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-WK3HTUID.js → chunk-MLP74E3O.js} +609 -1643
- 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-7CMGQX3S.mjs → chunk-OX6VMQDU.mjs} +14 -13
- package/dist/chunk-OX6VMQDU.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-UZB4IO3T.mjs → chunk-UTB72ZJ7.mjs} +415 -1449
- package/dist/chunk-UTB72ZJ7.mjs.map +1 -0
- package/dist/chunk-V5HE6IYN.js +12 -0
- package/dist/chunk-V5HE6IYN.js.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-SNBILYSH.mjs → chunk-VTKAIOP5.mjs} +5 -5
- package/dist/{chunk-SNBILYSH.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/{booking-BXtkG2ns.d.mts → index-Bi666jIm.d.mts} +1 -139
- package/dist/{booking-BXtkG2ns.d.ts → index-Bi666jIm.d.ts} +1 -139
- 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.d.mts +8 -6
- package/dist/showmasterpiece/index.d.ts +8 -6
- package/dist/showmasterpiece/index.js +142 -130
- package/dist/showmasterpiece/index.js.map +1 -1
- package/dist/showmasterpiece/index.mjs +18 -6
- package/dist/showmasterpiece/index.mjs.map +1 -1
- package/dist/showmasterpiece/logic/index.d.mts +9 -17
- package/dist/showmasterpiece/logic/index.d.ts +9 -17
- package/dist/showmasterpiece/logic/index.js +35 -34
- package/dist/showmasterpiece/logic/index.mjs +3 -2
- package/dist/showmasterpiece/logic/miniapp/index.d.mts +15 -0
- package/dist/showmasterpiece/logic/miniapp/index.d.ts +15 -0
- package/dist/showmasterpiece/logic/miniapp/index.js +42 -0
- package/dist/showmasterpiece/logic/miniapp/index.js.map +1 -0
- package/dist/showmasterpiece/logic/miniapp/index.mjs +5 -0
- package/dist/showmasterpiece/logic/miniapp/index.mjs.map +1 -0
- package/dist/showmasterpiece/server/index.js +42 -42
- package/dist/showmasterpiece/server/index.mjs +1 -1
- package/dist/showmasterpiece/ui/miniapp/index.d.mts +5 -2
- package/dist/showmasterpiece/ui/miniapp/index.d.ts +5 -2
- 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.d.mts +3 -2
- package/dist/showmasterpiece/ui/web/index.d.ts +3 -2
- package/dist/showmasterpiece/ui/web/index.js +44 -33
- package/dist/showmasterpiece/ui/web/index.mjs +16 -5
- 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 +106 -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-7CMGQX3S.mjs.map +0 -1
- package/dist/chunk-FVDPGX6A.mjs.map +0 -1
- package/dist/chunk-GVVS4IMM.mjs +0 -302
- package/dist/chunk-GVVS4IMM.mjs.map +0 -1
- package/dist/chunk-LJGJPAQ4.js.map +0 -1
- package/dist/chunk-SKCMZYSQ.js.map +0 -1
- package/dist/chunk-UZB4IO3T.mjs.map +0 -1
- package/dist/chunk-WC5QFO3T.js +0 -314
- package/dist/chunk-WC5QFO3T.js.map +0 -1
- package/dist/chunk-WK3HTUID.js.map +0 -1
- package/dist/chunk-ZRWED7Q6.js.map +0 -1
|
@@ -1,17 +1,29 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
var
|
|
3
|
+
var chunkMLP74E3O_js = require('../chunk-MLP74E3O.js');
|
|
4
|
+
require('../chunk-V5HE6IYN.js');
|
|
5
|
+
var chunk3YSRTVIY_js = require('../chunk-3YSRTVIY.js');
|
|
6
|
+
var chunkCOOI6MT3_js = require('../chunk-COOI6MT3.js');
|
|
6
7
|
var chunkTJZDPOO7_js = require('../chunk-TJZDPOO7.js');
|
|
7
8
|
require('../chunk-DENROXAE.js');
|
|
9
|
+
require('../chunk-EKQPFZXQ.js');
|
|
10
|
+
require('../chunk-TVKVM7JT.js');
|
|
11
|
+
require('../chunk-VGPR3KLR.js');
|
|
12
|
+
require('../chunk-EKDLZND6.js');
|
|
13
|
+
require('../chunk-VS7WATQD.js');
|
|
14
|
+
require('../chunk-XAHM6B3V.js');
|
|
15
|
+
require('../chunk-IUWSCUDC.js');
|
|
16
|
+
require('../chunk-NAX4TUT7.js');
|
|
17
|
+
require('../chunk-6XUQ2B4K.js');
|
|
18
|
+
require('../chunk-JCKCKRC2.js');
|
|
8
19
|
require('../chunk-DM2GUVUH.js');
|
|
9
20
|
require('../chunk-UIYKZ73N.js');
|
|
10
|
-
var
|
|
11
|
-
require('../chunk-
|
|
12
|
-
require('../chunk-ZWQJSZEY.js');
|
|
21
|
+
var chunkLDVJ7URJ_js = require('../chunk-LDVJ7URJ.js');
|
|
22
|
+
require('../chunk-H3P2PGZL.js');
|
|
13
23
|
require('../chunk-KO73EBUT.js');
|
|
14
24
|
require('../chunk-XJ7ZAGC5.js');
|
|
25
|
+
require('../chunk-ERAAB5VG.js');
|
|
26
|
+
require('../chunk-ZWQJSZEY.js');
|
|
15
27
|
require('../chunk-25OFOKNF.js');
|
|
16
28
|
require('../chunk-Z6ZWNWWR.js');
|
|
17
29
|
|
|
@@ -21,435 +33,435 @@ var SHOWMASTERPIECE_MODULE_NAME = "@profilesa2kitsa2kit/showmasterpiece";
|
|
|
21
33
|
|
|
22
34
|
Object.defineProperty(exports, "AddConfigItemDialog", {
|
|
23
35
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunkMLP74E3O_js.AddConfigItemDialog; }
|
|
25
37
|
});
|
|
26
38
|
Object.defineProperty(exports, "AddToCartButton", {
|
|
27
39
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunkMLP74E3O_js.AddToCartButton; }
|
|
29
41
|
});
|
|
30
42
|
Object.defineProperty(exports, "ArtworkOrderManager", {
|
|
31
43
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunkMLP74E3O_js.ArtworkOrderManagerV2; }
|
|
33
45
|
});
|
|
34
46
|
Object.defineProperty(exports, "ArtworkOrderManagerV2", {
|
|
35
47
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkMLP74E3O_js.ArtworkOrderManagerV2; }
|
|
37
49
|
});
|
|
38
50
|
Object.defineProperty(exports, "ArtworkViewer", {
|
|
39
51
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunkMLP74E3O_js.ArtworkViewer; }
|
|
41
53
|
});
|
|
42
54
|
Object.defineProperty(exports, "BOOKING_EXPORT_FIELDS", {
|
|
43
55
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
56
|
+
get: function () { return chunkMLP74E3O_js.BOOKING_EXPORT_FIELDS; }
|
|
45
57
|
});
|
|
46
58
|
Object.defineProperty(exports, "BookingAdminPanel", {
|
|
47
59
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
60
|
+
get: function () { return chunkMLP74E3O_js.BookingAdminPanel; }
|
|
49
61
|
});
|
|
50
62
|
Object.defineProperty(exports, "BookingModal", {
|
|
51
63
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunkMLP74E3O_js.BookingModal; }
|
|
53
65
|
});
|
|
54
66
|
Object.defineProperty(exports, "BookingPage", {
|
|
55
67
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
68
|
+
get: function () { return chunkMLP74E3O_js.BookingPage; }
|
|
57
69
|
});
|
|
58
70
|
Object.defineProperty(exports, "CartButton", {
|
|
59
71
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
72
|
+
get: function () { return chunkMLP74E3O_js.CartButton; }
|
|
61
73
|
});
|
|
62
74
|
Object.defineProperty(exports, "CartHistoryPage", {
|
|
63
75
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
76
|
+
get: function () { return chunkMLP74E3O_js.CartHistoryPage; }
|
|
65
77
|
});
|
|
66
78
|
Object.defineProperty(exports, "CartModal", {
|
|
67
79
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
80
|
+
get: function () { return chunkMLP74E3O_js.CartModal; }
|
|
69
81
|
});
|
|
70
82
|
Object.defineProperty(exports, "CartPage", {
|
|
71
83
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
84
|
+
get: function () { return chunkMLP74E3O_js.CartPage; }
|
|
73
85
|
});
|
|
74
86
|
Object.defineProperty(exports, "CollectionCard", {
|
|
75
87
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
88
|
+
get: function () { return chunkMLP74E3O_js.CollectionCard; }
|
|
77
89
|
});
|
|
78
90
|
Object.defineProperty(exports, "CollectionList", {
|
|
79
91
|
enumerable: true,
|
|
80
|
-
get: function () { return
|
|
92
|
+
get: function () { return chunkMLP74E3O_js.CollectionList; }
|
|
81
93
|
});
|
|
82
94
|
Object.defineProperty(exports, "CollectionOrderManager", {
|
|
83
95
|
enumerable: true,
|
|
84
|
-
get: function () { return
|
|
96
|
+
get: function () { return chunkMLP74E3O_js.CollectionOrderManagerV2; }
|
|
85
97
|
});
|
|
86
98
|
Object.defineProperty(exports, "CollectionOrderManagerV2", {
|
|
87
99
|
enumerable: true,
|
|
88
|
-
get: function () { return
|
|
100
|
+
get: function () { return chunkMLP74E3O_js.CollectionOrderManagerV2; }
|
|
89
101
|
});
|
|
90
102
|
Object.defineProperty(exports, "DEFAULT_BOOKING_EXPORT_CONFIG", {
|
|
91
103
|
enumerable: true,
|
|
92
|
-
get: function () { return
|
|
104
|
+
get: function () { return chunkMLP74E3O_js.DEFAULT_BOOKING_EXPORT_CONFIG; }
|
|
93
105
|
});
|
|
94
106
|
Object.defineProperty(exports, "DeadlinePopup", {
|
|
95
107
|
enumerable: true,
|
|
96
|
-
get: function () { return
|
|
108
|
+
get: function () { return chunkMLP74E3O_js.DeadlinePopup; }
|
|
97
109
|
});
|
|
98
110
|
Object.defineProperty(exports, "DeadlinePopupManager", {
|
|
99
111
|
enumerable: true,
|
|
100
|
-
get: function () { return
|
|
112
|
+
get: function () { return chunkMLP74E3O_js.DeadlinePopupManager; }
|
|
101
113
|
});
|
|
102
114
|
Object.defineProperty(exports, "DeleteConfirmDialog", {
|
|
103
115
|
enumerable: true,
|
|
104
|
-
get: function () { return
|
|
116
|
+
get: function () { return chunkMLP74E3O_js.DeleteConfirmDialog; }
|
|
105
117
|
});
|
|
106
118
|
Object.defineProperty(exports, "MobileAlbumViewer", {
|
|
107
119
|
enumerable: true,
|
|
108
|
-
get: function () { return
|
|
120
|
+
get: function () { return chunkMLP74E3O_js.MobileAlbumViewer; }
|
|
109
121
|
});
|
|
110
122
|
Object.defineProperty(exports, "PopupConfigManagement", {
|
|
111
123
|
enumerable: true,
|
|
112
|
-
get: function () { return
|
|
124
|
+
get: function () { return chunkMLP74E3O_js.PopupConfigManagement; }
|
|
113
125
|
});
|
|
114
126
|
Object.defineProperty(exports, "ShowMasterPiecesConfigPage", {
|
|
115
127
|
enumerable: true,
|
|
116
|
-
get: function () { return
|
|
128
|
+
get: function () { return chunkMLP74E3O_js.ConfigPage; }
|
|
117
129
|
});
|
|
118
130
|
Object.defineProperty(exports, "ShowMasterPiecesHistoryPage", {
|
|
119
131
|
enumerable: true,
|
|
120
|
-
get: function () { return
|
|
132
|
+
get: function () { return chunkMLP74E3O_js.UserHistoryPage; }
|
|
121
133
|
});
|
|
122
134
|
Object.defineProperty(exports, "ShowMasterPiecesPage", {
|
|
123
135
|
enumerable: true,
|
|
124
|
-
get: function () { return
|
|
136
|
+
get: function () { return chunkMLP74E3O_js.ShowMasterPieces; }
|
|
125
137
|
});
|
|
126
138
|
Object.defineProperty(exports, "SystemConfigManager", {
|
|
127
139
|
enumerable: true,
|
|
128
|
-
get: function () { return
|
|
140
|
+
get: function () { return chunkMLP74E3O_js.SystemConfigManager; }
|
|
129
141
|
});
|
|
130
142
|
Object.defineProperty(exports, "ThumbnailSidebar", {
|
|
131
143
|
enumerable: true,
|
|
132
|
-
get: function () { return
|
|
144
|
+
get: function () { return chunkMLP74E3O_js.ThumbnailSidebar; }
|
|
133
145
|
});
|
|
134
146
|
Object.defineProperty(exports, "UniversalImageUpload", {
|
|
135
147
|
enumerable: true,
|
|
136
|
-
get: function () { return
|
|
148
|
+
get: function () { return chunkMLP74E3O_js.UniversalImageUpload; }
|
|
137
149
|
});
|
|
138
150
|
Object.defineProperty(exports, "clearConfigCache", {
|
|
139
151
|
enumerable: true,
|
|
140
|
-
get: function () { return
|
|
152
|
+
get: function () { return chunkMLP74E3O_js.clearConfigCache; }
|
|
141
153
|
});
|
|
142
154
|
Object.defineProperty(exports, "getArtworkImageUrl", {
|
|
143
155
|
enumerable: true,
|
|
144
|
-
get: function () { return
|
|
156
|
+
get: function () { return chunkMLP74E3O_js.getArtworkImageUrl; }
|
|
145
157
|
});
|
|
146
158
|
Object.defineProperty(exports, "getShowMasterpieceFileConfig", {
|
|
147
159
|
enumerable: true,
|
|
148
|
-
get: function () { return
|
|
160
|
+
get: function () { return chunkMLP74E3O_js.getShowMasterpieceFileConfig; }
|
|
149
161
|
});
|
|
150
162
|
Object.defineProperty(exports, "getStorageModeDisplayName", {
|
|
151
163
|
enumerable: true,
|
|
152
|
-
get: function () { return
|
|
164
|
+
get: function () { return chunkMLP74E3O_js.getStorageModeDisplayName; }
|
|
153
165
|
});
|
|
154
166
|
Object.defineProperty(exports, "refreshFileServiceConfig", {
|
|
155
167
|
enumerable: true,
|
|
156
|
-
get: function () { return
|
|
168
|
+
get: function () { return chunkMLP74E3O_js.refreshFileServiceConfig; }
|
|
157
169
|
});
|
|
158
170
|
Object.defineProperty(exports, "shouldUseUniversalFileService", {
|
|
159
171
|
enumerable: true,
|
|
160
|
-
get: function () { return
|
|
172
|
+
get: function () { return chunkMLP74E3O_js.shouldUseUniversalFileService; }
|
|
161
173
|
});
|
|
162
174
|
Object.defineProperty(exports, "uploadArtworkImage", {
|
|
163
175
|
enumerable: true,
|
|
164
|
-
get: function () { return
|
|
165
|
-
});
|
|
166
|
-
Object.defineProperty(exports, "addToMiniappCart", {
|
|
167
|
-
enumerable: true,
|
|
168
|
-
get: function () { return chunkLJGJPAQ4_js.addToCart; }
|
|
169
|
-
});
|
|
170
|
-
Object.defineProperty(exports, "clearMiniappCart", {
|
|
171
|
-
enumerable: true,
|
|
172
|
-
get: function () { return chunkLJGJPAQ4_js.clearCart; }
|
|
173
|
-
});
|
|
174
|
-
Object.defineProperty(exports, "getMiniappCart", {
|
|
175
|
-
enumerable: true,
|
|
176
|
-
get: function () { return chunkLJGJPAQ4_js.getCart; }
|
|
177
|
-
});
|
|
178
|
-
Object.defineProperty(exports, "removeMiniappCartItem", {
|
|
179
|
-
enumerable: true,
|
|
180
|
-
get: function () { return chunkLJGJPAQ4_js.removeCartItem; }
|
|
181
|
-
});
|
|
182
|
-
Object.defineProperty(exports, "updateMiniappCartItem", {
|
|
183
|
-
enumerable: true,
|
|
184
|
-
get: function () { return chunkLJGJPAQ4_js.updateCartItem; }
|
|
176
|
+
get: function () { return chunkMLP74E3O_js.uploadArtworkImage; }
|
|
185
177
|
});
|
|
186
178
|
Object.defineProperty(exports, "BookingAdminService", {
|
|
187
179
|
enumerable: true,
|
|
188
|
-
get: function () { return
|
|
180
|
+
get: function () { return chunk3YSRTVIY_js.BookingAdminService; }
|
|
189
181
|
});
|
|
190
182
|
Object.defineProperty(exports, "BookingService", {
|
|
191
183
|
enumerable: true,
|
|
192
|
-
get: function () { return
|
|
184
|
+
get: function () { return chunk3YSRTVIY_js.BookingService; }
|
|
193
185
|
});
|
|
194
186
|
Object.defineProperty(exports, "CART_UPDATE_EVENT", {
|
|
195
187
|
enumerable: true,
|
|
196
|
-
get: function () { return
|
|
188
|
+
get: function () { return chunk3YSRTVIY_js.CART_UPDATE_EVENT; }
|
|
197
189
|
});
|
|
198
190
|
Object.defineProperty(exports, "CartHistoryService", {
|
|
199
191
|
enumerable: true,
|
|
200
|
-
get: function () { return
|
|
192
|
+
get: function () { return chunk3YSRTVIY_js.CartHistoryService; }
|
|
201
193
|
});
|
|
202
194
|
Object.defineProperty(exports, "CartProvider", {
|
|
203
195
|
enumerable: true,
|
|
204
|
-
get: function () { return
|
|
196
|
+
get: function () { return chunk3YSRTVIY_js.CartProvider; }
|
|
205
197
|
});
|
|
206
198
|
Object.defineProperty(exports, "CartService", {
|
|
207
199
|
enumerable: true,
|
|
208
|
-
get: function () { return
|
|
200
|
+
get: function () { return chunk3YSRTVIY_js.CartService; }
|
|
209
201
|
});
|
|
210
202
|
Object.defineProperty(exports, "MasterpiecesService", {
|
|
211
203
|
enumerable: true,
|
|
212
|
-
get: function () { return
|
|
204
|
+
get: function () { return chunk3YSRTVIY_js.MasterpiecesService; }
|
|
213
205
|
});
|
|
214
206
|
Object.defineProperty(exports, "addArtworkToCollection", {
|
|
215
207
|
enumerable: true,
|
|
216
|
-
get: function () { return
|
|
208
|
+
get: function () { return chunk3YSRTVIY_js.addArtworkToCollection; }
|
|
217
209
|
});
|
|
218
210
|
Object.defineProperty(exports, "addToCart", {
|
|
219
211
|
enumerable: true,
|
|
220
|
-
get: function () { return
|
|
212
|
+
get: function () { return chunk3YSRTVIY_js.addToCart; }
|
|
221
213
|
});
|
|
222
214
|
Object.defineProperty(exports, "batchBooking", {
|
|
223
215
|
enumerable: true,
|
|
224
|
-
get: function () { return
|
|
216
|
+
get: function () { return chunk3YSRTVIY_js.batchBooking; }
|
|
225
217
|
});
|
|
226
218
|
Object.defineProperty(exports, "cartUpdateEvents", {
|
|
227
219
|
enumerable: true,
|
|
228
|
-
get: function () { return
|
|
220
|
+
get: function () { return chunk3YSRTVIY_js.cartUpdateEvents; }
|
|
229
221
|
});
|
|
230
222
|
Object.defineProperty(exports, "clearCart", {
|
|
231
223
|
enumerable: true,
|
|
232
|
-
get: function () { return
|
|
224
|
+
get: function () { return chunk3YSRTVIY_js.clearCart; }
|
|
233
225
|
});
|
|
234
226
|
Object.defineProperty(exports, "clearUserHistory", {
|
|
235
227
|
enumerable: true,
|
|
236
|
-
get: function () { return
|
|
228
|
+
get: function () { return chunk3YSRTVIY_js.clearUserHistory; }
|
|
237
229
|
});
|
|
238
230
|
Object.defineProperty(exports, "createBooking", {
|
|
239
231
|
enumerable: true,
|
|
240
|
-
get: function () { return
|
|
232
|
+
get: function () { return chunk3YSRTVIY_js.createBooking; }
|
|
241
233
|
});
|
|
242
234
|
Object.defineProperty(exports, "createCategory", {
|
|
243
235
|
enumerable: true,
|
|
244
|
-
get: function () { return
|
|
236
|
+
get: function () { return chunk3YSRTVIY_js.createCategory; }
|
|
245
237
|
});
|
|
246
238
|
Object.defineProperty(exports, "createCollection", {
|
|
247
239
|
enumerable: true,
|
|
248
|
-
get: function () { return
|
|
240
|
+
get: function () { return chunk3YSRTVIY_js.createCollection; }
|
|
249
241
|
});
|
|
250
242
|
Object.defineProperty(exports, "deleteArtwork", {
|
|
251
243
|
enumerable: true,
|
|
252
|
-
get: function () { return
|
|
244
|
+
get: function () { return chunk3YSRTVIY_js.deleteArtwork; }
|
|
253
245
|
});
|
|
254
246
|
Object.defineProperty(exports, "deleteBooking", {
|
|
255
247
|
enumerable: true,
|
|
256
|
-
get: function () { return
|
|
248
|
+
get: function () { return chunk3YSRTVIY_js.deleteBooking; }
|
|
257
249
|
});
|
|
258
250
|
Object.defineProperty(exports, "deleteBookingAdmin", {
|
|
259
251
|
enumerable: true,
|
|
260
|
-
get: function () { return
|
|
252
|
+
get: function () { return chunk3YSRTVIY_js.deleteBooking2; }
|
|
261
253
|
});
|
|
262
254
|
Object.defineProperty(exports, "deleteCollection", {
|
|
263
255
|
enumerable: true,
|
|
264
|
-
get: function () { return
|
|
256
|
+
get: function () { return chunk3YSRTVIY_js.deleteCollection; }
|
|
265
257
|
});
|
|
266
258
|
Object.defineProperty(exports, "deleteHistoryRecord", {
|
|
267
259
|
enumerable: true,
|
|
268
|
-
get: function () { return
|
|
260
|
+
get: function () { return chunk3YSRTVIY_js.deleteHistoryRecord; }
|
|
269
261
|
});
|
|
270
262
|
Object.defineProperty(exports, "exportBookings", {
|
|
271
263
|
enumerable: true,
|
|
272
|
-
get: function () { return
|
|
264
|
+
get: function () { return chunk3YSRTVIY_js.exportBookings; }
|
|
273
265
|
});
|
|
274
266
|
Object.defineProperty(exports, "forceRefreshAllBookings", {
|
|
275
267
|
enumerable: true,
|
|
276
|
-
get: function () { return
|
|
268
|
+
get: function () { return chunk3YSRTVIY_js.forceRefreshAllBookings; }
|
|
277
269
|
});
|
|
278
270
|
Object.defineProperty(exports, "forceRefreshBookingStats", {
|
|
279
271
|
enumerable: true,
|
|
280
|
-
get: function () { return
|
|
272
|
+
get: function () { return chunk3YSRTVIY_js.forceRefreshBookingStats; }
|
|
281
273
|
});
|
|
282
274
|
Object.defineProperty(exports, "getAllBookings", {
|
|
283
275
|
enumerable: true,
|
|
284
|
-
get: function () { return
|
|
276
|
+
get: function () { return chunk3YSRTVIY_js.getAllBookings; }
|
|
285
277
|
});
|
|
286
278
|
Object.defineProperty(exports, "getAllCollections", {
|
|
287
279
|
enumerable: true,
|
|
288
|
-
get: function () { return
|
|
280
|
+
get: function () { return chunk3YSRTVIY_js.getAllCollections; }
|
|
289
281
|
});
|
|
290
282
|
Object.defineProperty(exports, "getAllHistory", {
|
|
291
283
|
enumerable: true,
|
|
292
|
-
get: function () { return
|
|
284
|
+
get: function () { return chunk3YSRTVIY_js.getAllHistory; }
|
|
293
285
|
});
|
|
294
286
|
Object.defineProperty(exports, "getArtworksByCollection", {
|
|
295
287
|
enumerable: true,
|
|
296
|
-
get: function () { return
|
|
288
|
+
get: function () { return chunk3YSRTVIY_js.getArtworksByCollection; }
|
|
297
289
|
});
|
|
298
290
|
Object.defineProperty(exports, "getBookableCollections", {
|
|
299
291
|
enumerable: true,
|
|
300
|
-
get: function () { return
|
|
292
|
+
get: function () { return chunk3YSRTVIY_js.getBookableCollections; }
|
|
301
293
|
});
|
|
302
294
|
Object.defineProperty(exports, "getBooking", {
|
|
303
295
|
enumerable: true,
|
|
304
|
-
get: function () { return
|
|
296
|
+
get: function () { return chunk3YSRTVIY_js.getBooking; }
|
|
305
297
|
});
|
|
306
298
|
Object.defineProperty(exports, "getBookingStats", {
|
|
307
299
|
enumerable: true,
|
|
308
|
-
get: function () { return
|
|
300
|
+
get: function () { return chunk3YSRTVIY_js.getBookingStats; }
|
|
309
301
|
});
|
|
310
302
|
Object.defineProperty(exports, "getBookings", {
|
|
311
303
|
enumerable: true,
|
|
312
|
-
get: function () { return
|
|
304
|
+
get: function () { return chunk3YSRTVIY_js.getBookings; }
|
|
313
305
|
});
|
|
314
306
|
Object.defineProperty(exports, "getCart", {
|
|
315
307
|
enumerable: true,
|
|
316
|
-
get: function () { return
|
|
308
|
+
get: function () { return chunk3YSRTVIY_js.getCart; }
|
|
317
309
|
});
|
|
318
310
|
Object.defineProperty(exports, "getCartHistory", {
|
|
319
311
|
enumerable: true,
|
|
320
|
-
get: function () { return
|
|
312
|
+
get: function () { return chunk3YSRTVIY_js.getCartHistory; }
|
|
321
313
|
});
|
|
322
314
|
Object.defineProperty(exports, "getCategories", {
|
|
323
315
|
enumerable: true,
|
|
324
|
-
get: function () { return
|
|
316
|
+
get: function () { return chunk3YSRTVIY_js.getCategories; }
|
|
325
317
|
});
|
|
326
318
|
Object.defineProperty(exports, "getCollectionsOverview", {
|
|
327
319
|
enumerable: true,
|
|
328
|
-
get: function () { return
|
|
320
|
+
get: function () { return chunk3YSRTVIY_js.getCollectionsOverview; }
|
|
329
321
|
});
|
|
330
322
|
Object.defineProperty(exports, "getConfig", {
|
|
331
323
|
enumerable: true,
|
|
332
|
-
get: function () { return
|
|
324
|
+
get: function () { return chunk3YSRTVIY_js.getConfig; }
|
|
333
325
|
});
|
|
334
326
|
Object.defineProperty(exports, "getMasterpieces", {
|
|
335
327
|
enumerable: true,
|
|
336
|
-
get: function () { return
|
|
328
|
+
get: function () { return chunk3YSRTVIY_js.getMasterpieces; }
|
|
337
329
|
});
|
|
338
330
|
Object.defineProperty(exports, "getStatistics", {
|
|
339
331
|
enumerable: true,
|
|
340
|
-
get: function () { return
|
|
332
|
+
get: function () { return chunk3YSRTVIY_js.getStatistics; }
|
|
341
333
|
});
|
|
342
334
|
Object.defineProperty(exports, "getTags", {
|
|
343
335
|
enumerable: true,
|
|
344
|
-
get: function () { return
|
|
336
|
+
get: function () { return chunk3YSRTVIY_js.getTags; }
|
|
345
337
|
});
|
|
346
338
|
Object.defineProperty(exports, "moveArtwork", {
|
|
347
339
|
enumerable: true,
|
|
348
|
-
get: function () { return
|
|
340
|
+
get: function () { return chunk3YSRTVIY_js.moveArtwork; }
|
|
349
341
|
});
|
|
350
342
|
Object.defineProperty(exports, "moveArtworkDown", {
|
|
351
343
|
enumerable: true,
|
|
352
|
-
get: function () { return
|
|
344
|
+
get: function () { return chunk3YSRTVIY_js.moveArtworkDown; }
|
|
353
345
|
});
|
|
354
346
|
Object.defineProperty(exports, "moveArtworkUp", {
|
|
355
347
|
enumerable: true,
|
|
356
|
-
get: function () { return
|
|
348
|
+
get: function () { return chunk3YSRTVIY_js.moveArtworkUp; }
|
|
357
349
|
});
|
|
358
350
|
Object.defineProperty(exports, "moveCollection", {
|
|
359
351
|
enumerable: true,
|
|
360
|
-
get: function () { return
|
|
352
|
+
get: function () { return chunk3YSRTVIY_js.moveCollection; }
|
|
361
353
|
});
|
|
362
354
|
Object.defineProperty(exports, "moveCollectionDown", {
|
|
363
355
|
enumerable: true,
|
|
364
|
-
get: function () { return
|
|
356
|
+
get: function () { return chunk3YSRTVIY_js.moveCollectionDown; }
|
|
365
357
|
});
|
|
366
358
|
Object.defineProperty(exports, "moveCollectionUp", {
|
|
367
359
|
enumerable: true,
|
|
368
|
-
get: function () { return
|
|
360
|
+
get: function () { return chunk3YSRTVIY_js.moveCollectionUp; }
|
|
369
361
|
});
|
|
370
362
|
Object.defineProperty(exports, "notifyCartUpdate", {
|
|
371
363
|
enumerable: true,
|
|
372
|
-
get: function () { return
|
|
364
|
+
get: function () { return chunk3YSRTVIY_js.notifyCartUpdate; }
|
|
373
365
|
});
|
|
374
366
|
Object.defineProperty(exports, "removeFromCart", {
|
|
375
367
|
enumerable: true,
|
|
376
|
-
get: function () { return
|
|
368
|
+
get: function () { return chunk3YSRTVIY_js.removeFromCart; }
|
|
377
369
|
});
|
|
378
370
|
Object.defineProperty(exports, "resetConfig", {
|
|
379
371
|
enumerable: true,
|
|
380
|
-
get: function () { return
|
|
372
|
+
get: function () { return chunk3YSRTVIY_js.resetConfig; }
|
|
381
373
|
});
|
|
382
374
|
Object.defineProperty(exports, "saveCartHistory", {
|
|
383
375
|
enumerable: true,
|
|
384
|
-
get: function () { return
|
|
376
|
+
get: function () { return chunk3YSRTVIY_js.saveCartHistory; }
|
|
385
377
|
});
|
|
386
378
|
Object.defineProperty(exports, "updateArtwork", {
|
|
387
379
|
enumerable: true,
|
|
388
|
-
get: function () { return
|
|
380
|
+
get: function () { return chunk3YSRTVIY_js.updateArtwork; }
|
|
389
381
|
});
|
|
390
382
|
Object.defineProperty(exports, "updateArtworkOrder", {
|
|
391
383
|
enumerable: true,
|
|
392
|
-
get: function () { return
|
|
384
|
+
get: function () { return chunk3YSRTVIY_js.updateArtworkOrder; }
|
|
393
385
|
});
|
|
394
386
|
Object.defineProperty(exports, "updateBooking", {
|
|
395
387
|
enumerable: true,
|
|
396
|
-
get: function () { return
|
|
388
|
+
get: function () { return chunk3YSRTVIY_js.updateBooking; }
|
|
397
389
|
});
|
|
398
390
|
Object.defineProperty(exports, "updateBookingAdminStatus", {
|
|
399
391
|
enumerable: true,
|
|
400
|
-
get: function () { return
|
|
392
|
+
get: function () { return chunk3YSRTVIY_js.updateBookingStatus2; }
|
|
401
393
|
});
|
|
402
394
|
Object.defineProperty(exports, "updateCartHistoryBookingStatus", {
|
|
403
395
|
enumerable: true,
|
|
404
|
-
get: function () { return
|
|
396
|
+
get: function () { return chunk3YSRTVIY_js.updateBookingStatus; }
|
|
405
397
|
});
|
|
406
398
|
Object.defineProperty(exports, "updateCartItem", {
|
|
407
399
|
enumerable: true,
|
|
408
|
-
get: function () { return
|
|
400
|
+
get: function () { return chunk3YSRTVIY_js.updateCartItem; }
|
|
409
401
|
});
|
|
410
402
|
Object.defineProperty(exports, "updateCollection", {
|
|
411
403
|
enumerable: true,
|
|
412
|
-
get: function () { return
|
|
404
|
+
get: function () { return chunk3YSRTVIY_js.updateCollection; }
|
|
413
405
|
});
|
|
414
406
|
Object.defineProperty(exports, "updateCollectionOrder", {
|
|
415
407
|
enumerable: true,
|
|
416
|
-
get: function () { return
|
|
408
|
+
get: function () { return chunk3YSRTVIY_js.updateCollectionOrder; }
|
|
417
409
|
});
|
|
418
410
|
Object.defineProperty(exports, "updateConfig", {
|
|
419
411
|
enumerable: true,
|
|
420
|
-
get: function () { return
|
|
412
|
+
get: function () { return chunk3YSRTVIY_js.updateConfig; }
|
|
421
413
|
});
|
|
422
414
|
Object.defineProperty(exports, "useBooking", {
|
|
423
415
|
enumerable: true,
|
|
424
|
-
get: function () { return
|
|
416
|
+
get: function () { return chunk3YSRTVIY_js.useBooking; }
|
|
425
417
|
});
|
|
426
418
|
Object.defineProperty(exports, "useBookingAdmin", {
|
|
427
419
|
enumerable: true,
|
|
428
|
-
get: function () { return
|
|
420
|
+
get: function () { return chunk3YSRTVIY_js.useBookingAdmin; }
|
|
429
421
|
});
|
|
430
422
|
Object.defineProperty(exports, "useBookingForm", {
|
|
431
423
|
enumerable: true,
|
|
432
|
-
get: function () { return
|
|
424
|
+
get: function () { return chunk3YSRTVIY_js.useBookingForm; }
|
|
433
425
|
});
|
|
434
426
|
Object.defineProperty(exports, "useCart", {
|
|
435
427
|
enumerable: true,
|
|
436
|
-
get: function () { return
|
|
428
|
+
get: function () { return chunk3YSRTVIY_js.useCart; }
|
|
437
429
|
});
|
|
438
430
|
Object.defineProperty(exports, "useCartContext", {
|
|
439
431
|
enumerable: true,
|
|
440
|
-
get: function () { return
|
|
432
|
+
get: function () { return chunk3YSRTVIY_js.useCartContext; }
|
|
441
433
|
});
|
|
442
434
|
Object.defineProperty(exports, "useDeadlinePopup", {
|
|
443
435
|
enumerable: true,
|
|
444
|
-
get: function () { return
|
|
436
|
+
get: function () { return chunk3YSRTVIY_js.useDeadlinePopup; }
|
|
445
437
|
});
|
|
446
438
|
Object.defineProperty(exports, "useMasterpieces", {
|
|
447
439
|
enumerable: true,
|
|
448
|
-
get: function () { return
|
|
440
|
+
get: function () { return chunk3YSRTVIY_js.useMasterpieces; }
|
|
449
441
|
});
|
|
450
442
|
Object.defineProperty(exports, "useMasterpiecesConfig", {
|
|
451
443
|
enumerable: true,
|
|
452
|
-
get: function () { return
|
|
444
|
+
get: function () { return chunk3YSRTVIY_js.useMasterpiecesConfig; }
|
|
445
|
+
});
|
|
446
|
+
Object.defineProperty(exports, "addToMiniappCart", {
|
|
447
|
+
enumerable: true,
|
|
448
|
+
get: function () { return chunkCOOI6MT3_js.addToCart; }
|
|
449
|
+
});
|
|
450
|
+
Object.defineProperty(exports, "clearMiniappCart", {
|
|
451
|
+
enumerable: true,
|
|
452
|
+
get: function () { return chunkCOOI6MT3_js.clearCart; }
|
|
453
|
+
});
|
|
454
|
+
Object.defineProperty(exports, "getMiniappCart", {
|
|
455
|
+
enumerable: true,
|
|
456
|
+
get: function () { return chunkCOOI6MT3_js.getCart; }
|
|
457
|
+
});
|
|
458
|
+
Object.defineProperty(exports, "removeMiniappCartItem", {
|
|
459
|
+
enumerable: true,
|
|
460
|
+
get: function () { return chunkCOOI6MT3_js.removeCartItem; }
|
|
461
|
+
});
|
|
462
|
+
Object.defineProperty(exports, "updateMiniappCartItem", {
|
|
463
|
+
enumerable: true,
|
|
464
|
+
get: function () { return chunkCOOI6MT3_js.updateCartItem; }
|
|
453
465
|
});
|
|
454
466
|
Object.defineProperty(exports, "CATEGORY_LABELS", {
|
|
455
467
|
enumerable: true,
|
|
@@ -465,7 +477,7 @@ Object.defineProperty(exports, "getCategoryLabel", {
|
|
|
465
477
|
});
|
|
466
478
|
Object.defineProperty(exports, "GenericOrderManager", {
|
|
467
479
|
enumerable: true,
|
|
468
|
-
get: function () { return
|
|
480
|
+
get: function () { return chunkLDVJ7URJ_js.GenericOrderManager; }
|
|
469
481
|
});
|
|
470
482
|
exports.SHOWMASTERPIECE_MODULE_NAME = SHOWMASTERPIECE_MODULE_NAME;
|
|
471
483
|
exports.SHOWMASTERPIECE_MODULE_VERSION = SHOWMASTERPIECE_MODULE_VERSION;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/showmasterpiece/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/showmasterpiece/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0KO,IAAM,8BAAA,GAAiC;AAGvC,IAAM,2BAAA,GAA8B","file":"index.js","sourcesContent":["/**\n * ShowMasterpiece 模块 - 主入口文件\n * \n * 这是一个完整的美术作品展示模块,提供了从前端组件到后端API的完整解决方案。\n * 主要功能包括:\n * - 美术作品画集的展示和浏览\n * - 画集和作品的管理配置界面\n * - 拖拽排序功能\n * - 缩略图预览\n * - 数据持久化存储\n * \n * 架构特点:\n * - 前后端分离,支持服务端渲染\n * - 模块化设计,便于维护和扩展\n * - TypeScript严格类型检查\n * - CSS Modules样式隔离\n * \n * @version 1.0.0\n * @author Profile-v1 Team\n */\n\n// ===== 客户端组件导出 =====\n// 所有组件通过 components/index.ts 统一导出,保持模块化和封装性\n\n/** \n * ShowMasterpiece 模块所有组件的统一导出\n * \n * 包含以下组件类别:\n * - 展示组件:CollectionCard, ArtworkViewer, ThumbnailSidebar\n * - 管理组件:CollectionOrderManager, ArtworkOrderManager \n * - 购物车组件:CartModal, CartPage, CartButton, AddToCartButton\n * - 预订组件:BookingModal, BookingPage, CollectionList, BookingAdminPanel\n * - 配置组件:SystemConfigManager, PopupConfigManagement\n * - 对话框组件:AddConfigItemDialog, DeleteConfirmDialog\n * - 弹窗组件:DeadlinePopup, DeadlinePopupManager\n * - 历史组件:CartHistoryPage\n * - 上传组件:UniversalImageUpload\n * \n * 使用方式:\n * ```typescript\n * import { CollectionCard, ArtworkViewer } from 'sa2kitsa2kit/showmasterpiece';\n * ```\n */\nexport * from './ui/web';\n\n/**\n * 通用顺序管理器组件\n * \n * 抽象的通用排序组件,可以用于任何具有顺序的数据管理。\n * 通过传入操作函数和渲染函数来实现不同类型数据的排序功能。\n * \n * 主要功能:\n * - 拖拽排序\n * - 上移/下移按钮\n * - 批量保存和重置\n * - 通用的错误处理和加载状态\n * \n * 注意:此组件已迁移到 @/components/GenericOrderManager\n */\nexport { GenericOrderManager } from '@/components/GenericOrderManager';\n\n\n// ===== 页面组件导出 =====\n// 完整的页面组件,可以直接用作路由页面\n\n/** 美术作品展示主页面 - 展示所有画集的网格视图 */\nexport { default as ShowMasterPiecesPage } from './ui/web/pages/ShowMasterPiecesPage';\n\n/** 美术作品配置管理页面 - 后台管理界面,用于配置和管理画集数据 */\nexport { default as ShowMasterPiecesConfigPage } from './ui/web/pages/config/page';\n\n/** 用户购物车历史页面 */\nexport { default as ShowMasterPiecesHistoryPage } from './ui/web/pages/history/page';\n\n// ===== Hook导出 =====\n// 所有自定义React Hooks通过 hooks/index.ts 统一导出\n\n/** \n * ShowMasterpiece 模块所有Hooks的统一导出\n * \n * 包含以下Hook类别:\n * - 数据管理Hook:useMasterpieces, useMasterpiecesConfig\n * - 业务逻辑Hook:useCart, useBooking, useBookingForm, useBookingAdmin\n * - 工具类Hook:useDeadlinePopup\n * - 事件和常量:cartUpdateEvents, CART_UPDATE_EVENT, notifyCartUpdate\n * \n * 使用方式:\n * ```typescript\n * import { useMasterpieces, useCart } from 'sa2kitsa2kit/showmasterpiece';\n * ```\n */\nexport * from './logic';\n\n/** \n * 注意:useCartContext Hook 现已通过 hooks 统一导出\n * 可以通过以下方式导入:\n * import { useCartContext } from 'sa2kitsa2kit/showmasterpiece';\n */\n\n// ===== 客户端服务导出 =====\n// 所有客户端API调用服务通过 services/index.ts 统一导出\n\n/** \n * ShowMasterpiece 模块所有服务的统一导出\n * \n * 包含以下服务类别:\n * - 数据服务:MasterpiecesService, masterpiecesConfigService 函数集\n * - 业务服务:CartService, BookingService, BookingAdminService, CartHistoryService\n * - 工具服务:fileService 函数集\n * - 配置服务:exportConfig 配置\n * - 类型定义:BookingAdminData, BookingAdminStats 等\n * \n * 使用方式:\n * ```typescript\n * import { \n * MasterpiecesService, \n * getConfig, \n * CartService,\n * BookingAdminService \n * } from 'sa2kitsa2kit/showmasterpiece';\n * ```\n */\nexport * from './services';\n\n// ===== 类型导出 =====\n// TypeScript类型定义,确保类型安全\n\n/** \n * 导出所有相关的TypeScript类型定义\n * 包括数据模型、表单数据、状态管理等类型\n */\nexport type {\n MasterpiecesConfig, // 系统配置类型\n ArtCollection, // 画集数据类型\n ArtworkPage, // 作品页面数据类型\n CollectionFormData, // 画集表单数据类型\n ArtworkFormData, // 作品表单数据类型\n CollectionCategory, // 画集分类枚举\n CollectionCategoryType, // 画集分类类型\n getAvailableCategories, // 获取可用分类\n isValidCategory, // 验证分类\n} from './types';\n\n/** \n * 导出购物车功能相关的TypeScript类型定义\n */\nexport type {\n Cart, // 购物车数据类型\n CartItem, // 购物车项数据类型\n AddToCartRequest, // 添加到购物车请求类型\n UpdateCartItemRequest, // 更新购物车项请求类型\n RemoveFromCartRequest, // 从购物车移除请求类型\n ClearCartRequest, // 清空购物车请求类型\n CartAction, // 购物车操作类型\n CartState, // 购物车状态类型\n BatchBookingRequest, // 批量预订请求类型\n BatchBookingResponse // 批量预订响应类型\n} from './types/cart';\n\n// ===== Miniapp 适配层导出 =====\n\n\n\n/** \n * 注意:预订管理相关的TypeScript类型定义现已通过 services 统一导出\n * 包括:BookingAdminData, BookingAdminStats, BookingAdminResponse, BookingAdminQueryParams\n */\n\n// ===== 模块信息 =====\n/** 模块版本号 */\nexport const SHOWMASTERPIECE_MODULE_VERSION = '1.0.0';\n\n/** 模块名称标识 */\nexport const SHOWMASTERPIECE_MODULE_NAME = '@profilesa2kitsa2kit/showmasterpiece';\n\n// ===== 服务端专用导出 =====\n/**\n * 注意:以下导出只能在服务端使用,不要在客户端组件中导入\n * \n * 服务端专用功能包括:\n * - 数据库直接操作\n * - 服务端配置管理\n * - API路由处理函数\n * \n * 使用方式:\n * ```typescript\n * import { masterpiecesConfigDbService } from 'sa2kitsa2kit/showmasterpiece/server';\n * ```\n * \n * 详情请参考 ./server.ts 文件\n */\n"]}
|