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,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk5LCGOCKG_js = require('../../chunk-5LCGOCKG.js');
|
|
4
4
|
var chunkXYQMAF7H_js = require('../../chunk-XYQMAF7H.js');
|
|
5
5
|
require('../../chunk-DENROXAE.js');
|
|
6
6
|
require('../../chunk-Z6ZWNWWR.js');
|
|
@@ -9,167 +9,167 @@ require('../../chunk-Z6ZWNWWR.js');
|
|
|
9
9
|
|
|
10
10
|
Object.defineProperty(exports, "BookingCommandError", {
|
|
11
11
|
enumerable: true,
|
|
12
|
-
get: function () { return
|
|
12
|
+
get: function () { return chunk5LCGOCKG_js.BookingCommandError; }
|
|
13
13
|
});
|
|
14
14
|
Object.defineProperty(exports, "BookingCommandService", {
|
|
15
15
|
enumerable: true,
|
|
16
|
-
get: function () { return
|
|
16
|
+
get: function () { return chunk5LCGOCKG_js.BookingCommandService; }
|
|
17
17
|
});
|
|
18
18
|
Object.defineProperty(exports, "BookingQueryService", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunk5LCGOCKG_js.BookingQueryService; }
|
|
21
21
|
});
|
|
22
22
|
Object.defineProperty(exports, "CategoriesDbService", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunk5LCGOCKG_js.CategoriesDbService; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "MasterpiecesConfigDbService", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunk5LCGOCKG_js.MasterpiecesConfigDbService; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "PopupConfigService", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunk5LCGOCKG_js.PopupConfigService; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "ShowmasterConfigService", {
|
|
35
35
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunk5LCGOCKG_js.ShowmasterConfigService; }
|
|
37
37
|
});
|
|
38
38
|
Object.defineProperty(exports, "TagsDbService", {
|
|
39
39
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunk5LCGOCKG_js.TagsDbService; }
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(exports, "artworksDbService", {
|
|
43
43
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunk5LCGOCKG_js.artworksDbService; }
|
|
45
45
|
});
|
|
46
46
|
Object.defineProperty(exports, "categoriesDbService", {
|
|
47
47
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunk5LCGOCKG_js.categoriesDbService; }
|
|
49
49
|
});
|
|
50
50
|
Object.defineProperty(exports, "collectionsDbService", {
|
|
51
51
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunk5LCGOCKG_js.collectionsDbService; }
|
|
53
53
|
});
|
|
54
54
|
Object.defineProperty(exports, "comicUniverseArtworks", {
|
|
55
55
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
56
|
+
get: function () { return chunk5LCGOCKG_js.comicUniverseArtworks; }
|
|
57
57
|
});
|
|
58
58
|
Object.defineProperty(exports, "comicUniverseArtworksRelations", {
|
|
59
59
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
60
|
+
get: function () { return chunk5LCGOCKG_js.comicUniverseArtworksRelations; }
|
|
61
61
|
});
|
|
62
62
|
Object.defineProperty(exports, "comicUniverseBookings", {
|
|
63
63
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunk5LCGOCKG_js.comicUniverseBookings; }
|
|
65
65
|
});
|
|
66
66
|
Object.defineProperty(exports, "comicUniverseBookingsRelations", {
|
|
67
67
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
68
|
+
get: function () { return chunk5LCGOCKG_js.comicUniverseBookingsRelations; }
|
|
69
69
|
});
|
|
70
70
|
Object.defineProperty(exports, "comicUniverseCategories", {
|
|
71
71
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
72
|
+
get: function () { return chunk5LCGOCKG_js.comicUniverseCategories; }
|
|
73
73
|
});
|
|
74
74
|
Object.defineProperty(exports, "comicUniverseCategoriesRelations", {
|
|
75
75
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
76
|
+
get: function () { return chunk5LCGOCKG_js.comicUniverseCategoriesRelations; }
|
|
77
77
|
});
|
|
78
78
|
Object.defineProperty(exports, "comicUniverseCollectionTags", {
|
|
79
79
|
enumerable: true,
|
|
80
|
-
get: function () { return
|
|
80
|
+
get: function () { return chunk5LCGOCKG_js.comicUniverseCollectionTags; }
|
|
81
81
|
});
|
|
82
82
|
Object.defineProperty(exports, "comicUniverseCollectionTagsRelations", {
|
|
83
83
|
enumerable: true,
|
|
84
|
-
get: function () { return
|
|
84
|
+
get: function () { return chunk5LCGOCKG_js.comicUniverseCollectionTagsRelations; }
|
|
85
85
|
});
|
|
86
86
|
Object.defineProperty(exports, "comicUniverseCollections", {
|
|
87
87
|
enumerable: true,
|
|
88
|
-
get: function () { return
|
|
88
|
+
get: function () { return chunk5LCGOCKG_js.comicUniverseCollections; }
|
|
89
89
|
});
|
|
90
90
|
Object.defineProperty(exports, "comicUniverseCollectionsRelations", {
|
|
91
91
|
enumerable: true,
|
|
92
|
-
get: function () { return
|
|
92
|
+
get: function () { return chunk5LCGOCKG_js.comicUniverseCollectionsRelations; }
|
|
93
93
|
});
|
|
94
94
|
Object.defineProperty(exports, "comicUniverseConfigs", {
|
|
95
95
|
enumerable: true,
|
|
96
|
-
get: function () { return
|
|
96
|
+
get: function () { return chunk5LCGOCKG_js.comicUniverseConfigs; }
|
|
97
97
|
});
|
|
98
98
|
Object.defineProperty(exports, "comicUniverseConfigsRelations", {
|
|
99
99
|
enumerable: true,
|
|
100
|
-
get: function () { return
|
|
100
|
+
get: function () { return chunk5LCGOCKG_js.comicUniverseConfigsRelations; }
|
|
101
101
|
});
|
|
102
102
|
Object.defineProperty(exports, "comicUniverseTags", {
|
|
103
103
|
enumerable: true,
|
|
104
|
-
get: function () { return
|
|
104
|
+
get: function () { return chunk5LCGOCKG_js.comicUniverseTags; }
|
|
105
105
|
});
|
|
106
106
|
Object.defineProperty(exports, "comicUniverseTagsRelations", {
|
|
107
107
|
enumerable: true,
|
|
108
|
-
get: function () { return
|
|
108
|
+
get: function () { return chunk5LCGOCKG_js.comicUniverseTagsRelations; }
|
|
109
109
|
});
|
|
110
110
|
Object.defineProperty(exports, "createBookingCommandService", {
|
|
111
111
|
enumerable: true,
|
|
112
|
-
get: function () { return
|
|
112
|
+
get: function () { return chunk5LCGOCKG_js.createBookingCommandService; }
|
|
113
113
|
});
|
|
114
114
|
Object.defineProperty(exports, "createBookingQueryService", {
|
|
115
115
|
enumerable: true,
|
|
116
|
-
get: function () { return
|
|
116
|
+
get: function () { return chunk5LCGOCKG_js.createBookingQueryService; }
|
|
117
117
|
});
|
|
118
118
|
Object.defineProperty(exports, "createCategoriesDbService", {
|
|
119
119
|
enumerable: true,
|
|
120
|
-
get: function () { return
|
|
120
|
+
get: function () { return chunk5LCGOCKG_js.createCategoriesDbService; }
|
|
121
121
|
});
|
|
122
122
|
Object.defineProperty(exports, "createMasterpiecesConfigDbService", {
|
|
123
123
|
enumerable: true,
|
|
124
|
-
get: function () { return
|
|
124
|
+
get: function () { return chunk5LCGOCKG_js.createMasterpiecesConfigDbService; }
|
|
125
125
|
});
|
|
126
126
|
Object.defineProperty(exports, "createPopupConfigService", {
|
|
127
127
|
enumerable: true,
|
|
128
|
-
get: function () { return
|
|
128
|
+
get: function () { return chunk5LCGOCKG_js.createPopupConfigService; }
|
|
129
129
|
});
|
|
130
130
|
Object.defineProperty(exports, "createShowmasterConfigService", {
|
|
131
131
|
enumerable: true,
|
|
132
|
-
get: function () { return
|
|
132
|
+
get: function () { return chunk5LCGOCKG_js.createShowmasterConfigService; }
|
|
133
133
|
});
|
|
134
134
|
Object.defineProperty(exports, "createTagsDbService", {
|
|
135
135
|
enumerable: true,
|
|
136
|
-
get: function () { return
|
|
136
|
+
get: function () { return chunk5LCGOCKG_js.createTagsDbService; }
|
|
137
137
|
});
|
|
138
138
|
Object.defineProperty(exports, "initializeShowmasterpieceDb", {
|
|
139
139
|
enumerable: true,
|
|
140
|
-
get: function () { return
|
|
140
|
+
get: function () { return chunk5LCGOCKG_js.initializeShowmasterpieceDb; }
|
|
141
141
|
});
|
|
142
142
|
Object.defineProperty(exports, "masterpiecesConfigDbService", {
|
|
143
143
|
enumerable: true,
|
|
144
|
-
get: function () { return
|
|
144
|
+
get: function () { return chunk5LCGOCKG_js.masterpiecesConfigDbService; }
|
|
145
145
|
});
|
|
146
146
|
Object.defineProperty(exports, "popupConfigs", {
|
|
147
147
|
enumerable: true,
|
|
148
|
-
get: function () { return
|
|
148
|
+
get: function () { return chunk5LCGOCKG_js.popupConfigs; }
|
|
149
149
|
});
|
|
150
150
|
Object.defineProperty(exports, "popupConfigsRelations", {
|
|
151
151
|
enumerable: true,
|
|
152
|
-
get: function () { return
|
|
152
|
+
get: function () { return chunk5LCGOCKG_js.popupConfigsRelations; }
|
|
153
153
|
});
|
|
154
154
|
Object.defineProperty(exports, "showmasterConfigCategories", {
|
|
155
155
|
enumerable: true,
|
|
156
|
-
get: function () { return
|
|
156
|
+
get: function () { return chunk5LCGOCKG_js.showmasterConfigCategories; }
|
|
157
157
|
});
|
|
158
158
|
Object.defineProperty(exports, "showmasterConfigHistory", {
|
|
159
159
|
enumerable: true,
|
|
160
|
-
get: function () { return
|
|
160
|
+
get: function () { return chunk5LCGOCKG_js.showmasterConfigHistory; }
|
|
161
161
|
});
|
|
162
162
|
Object.defineProperty(exports, "showmasterConfigItems", {
|
|
163
163
|
enumerable: true,
|
|
164
|
-
get: function () { return
|
|
164
|
+
get: function () { return chunk5LCGOCKG_js.showmasterConfigItems; }
|
|
165
165
|
});
|
|
166
166
|
Object.defineProperty(exports, "showmasterConfigPermissions", {
|
|
167
167
|
enumerable: true,
|
|
168
|
-
get: function () { return
|
|
168
|
+
get: function () { return chunk5LCGOCKG_js.showmasterConfigPermissions; }
|
|
169
169
|
});
|
|
170
170
|
Object.defineProperty(exports, "tagsDbService", {
|
|
171
171
|
enumerable: true,
|
|
172
|
-
get: function () { return
|
|
172
|
+
get: function () { return chunk5LCGOCKG_js.tagsDbService; }
|
|
173
173
|
});
|
|
174
174
|
Object.defineProperty(exports, "getShowMasterpieceFileConfig", {
|
|
175
175
|
enumerable: true,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { BookingCommandError, BookingCommandService, BookingQueryService, CategoriesDbService, MasterpiecesConfigDbService, PopupConfigService, ShowmasterConfigService, TagsDbService, artworksDbService, categoriesDbService, collectionsDbService, comicUniverseArtworks, comicUniverseArtworksRelations, comicUniverseBookings, comicUniverseBookingsRelations, comicUniverseCategories, comicUniverseCategoriesRelations, comicUniverseCollectionTags, comicUniverseCollectionTagsRelations, comicUniverseCollections, comicUniverseCollectionsRelations, comicUniverseConfigs, comicUniverseConfigsRelations, comicUniverseTags, comicUniverseTagsRelations, createBookingCommandService, createBookingQueryService, createCategoriesDbService, createMasterpiecesConfigDbService, createPopupConfigService, createShowmasterConfigService, createTagsDbService, initializeShowmasterpieceDb, masterpiecesConfigDbService, popupConfigs, popupConfigsRelations, showmasterConfigCategories, showmasterConfigHistory, showmasterConfigItems, showmasterConfigPermissions, tagsDbService } from '../../chunk-
|
|
1
|
+
export { BookingCommandError, BookingCommandService, BookingQueryService, CategoriesDbService, MasterpiecesConfigDbService, PopupConfigService, ShowmasterConfigService, TagsDbService, artworksDbService, categoriesDbService, collectionsDbService, comicUniverseArtworks, comicUniverseArtworksRelations, comicUniverseBookings, comicUniverseBookingsRelations, comicUniverseCategories, comicUniverseCategoriesRelations, comicUniverseCollectionTags, comicUniverseCollectionTagsRelations, comicUniverseCollections, comicUniverseCollectionsRelations, comicUniverseConfigs, comicUniverseConfigsRelations, comicUniverseTags, comicUniverseTagsRelations, createBookingCommandService, createBookingQueryService, createCategoriesDbService, createMasterpiecesConfigDbService, createPopupConfigService, createShowmasterConfigService, createTagsDbService, initializeShowmasterpieceDb, masterpiecesConfigDbService, popupConfigs, popupConfigsRelations, showmasterConfigCategories, showmasterConfigHistory, showmasterConfigItems, showmasterConfigPermissions, tagsDbService } from '../../chunk-VTKAIOP5.mjs';
|
|
2
2
|
export { getShowMasterpieceFileConfig } from '../../chunk-PAX4S7QM.mjs';
|
|
3
3
|
import '../../chunk-MFG2Y6UR.mjs';
|
|
4
4
|
import '../../chunk-WMJKH4XE.mjs';
|
|
@@ -1,18 +1,29 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkMLP74E3O_js = require('../chunk-MLP74E3O.js');
|
|
4
4
|
require('../chunk-V5HE6IYN.js');
|
|
5
5
|
var chunk3YSRTVIY_js = require('../chunk-3YSRTVIY.js');
|
|
6
6
|
var chunkCOOI6MT3_js = require('../chunk-COOI6MT3.js');
|
|
7
7
|
var chunkTJZDPOO7_js = require('../chunk-TJZDPOO7.js');
|
|
8
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');
|
|
9
19
|
require('../chunk-DM2GUVUH.js');
|
|
10
20
|
require('../chunk-UIYKZ73N.js');
|
|
11
|
-
var
|
|
12
|
-
require('../chunk-
|
|
13
|
-
require('../chunk-ZWQJSZEY.js');
|
|
21
|
+
var chunkLDVJ7URJ_js = require('../chunk-LDVJ7URJ.js');
|
|
22
|
+
require('../chunk-H3P2PGZL.js');
|
|
14
23
|
require('../chunk-KO73EBUT.js');
|
|
15
24
|
require('../chunk-XJ7ZAGC5.js');
|
|
25
|
+
require('../chunk-ERAAB5VG.js');
|
|
26
|
+
require('../chunk-ZWQJSZEY.js');
|
|
16
27
|
require('../chunk-25OFOKNF.js');
|
|
17
28
|
require('../chunk-Z6ZWNWWR.js');
|
|
18
29
|
|
|
@@ -22,147 +33,147 @@ var SHOWMASTERPIECE_MODULE_NAME = "@profilesa2kitsa2kit/showmasterpiece";
|
|
|
22
33
|
|
|
23
34
|
Object.defineProperty(exports, "AddConfigItemDialog", {
|
|
24
35
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunkMLP74E3O_js.AddConfigItemDialog; }
|
|
26
37
|
});
|
|
27
38
|
Object.defineProperty(exports, "AddToCartButton", {
|
|
28
39
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunkMLP74E3O_js.AddToCartButton; }
|
|
30
41
|
});
|
|
31
42
|
Object.defineProperty(exports, "ArtworkOrderManager", {
|
|
32
43
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunkMLP74E3O_js.ArtworkOrderManagerV2; }
|
|
34
45
|
});
|
|
35
46
|
Object.defineProperty(exports, "ArtworkOrderManagerV2", {
|
|
36
47
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkMLP74E3O_js.ArtworkOrderManagerV2; }
|
|
38
49
|
});
|
|
39
50
|
Object.defineProperty(exports, "ArtworkViewer", {
|
|
40
51
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunkMLP74E3O_js.ArtworkViewer; }
|
|
42
53
|
});
|
|
43
54
|
Object.defineProperty(exports, "BOOKING_EXPORT_FIELDS", {
|
|
44
55
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
56
|
+
get: function () { return chunkMLP74E3O_js.BOOKING_EXPORT_FIELDS; }
|
|
46
57
|
});
|
|
47
58
|
Object.defineProperty(exports, "BookingAdminPanel", {
|
|
48
59
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
60
|
+
get: function () { return chunkMLP74E3O_js.BookingAdminPanel; }
|
|
50
61
|
});
|
|
51
62
|
Object.defineProperty(exports, "BookingModal", {
|
|
52
63
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunkMLP74E3O_js.BookingModal; }
|
|
54
65
|
});
|
|
55
66
|
Object.defineProperty(exports, "BookingPage", {
|
|
56
67
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
68
|
+
get: function () { return chunkMLP74E3O_js.BookingPage; }
|
|
58
69
|
});
|
|
59
70
|
Object.defineProperty(exports, "CartButton", {
|
|
60
71
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
72
|
+
get: function () { return chunkMLP74E3O_js.CartButton; }
|
|
62
73
|
});
|
|
63
74
|
Object.defineProperty(exports, "CartHistoryPage", {
|
|
64
75
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
76
|
+
get: function () { return chunkMLP74E3O_js.CartHistoryPage; }
|
|
66
77
|
});
|
|
67
78
|
Object.defineProperty(exports, "CartModal", {
|
|
68
79
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
80
|
+
get: function () { return chunkMLP74E3O_js.CartModal; }
|
|
70
81
|
});
|
|
71
82
|
Object.defineProperty(exports, "CartPage", {
|
|
72
83
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
84
|
+
get: function () { return chunkMLP74E3O_js.CartPage; }
|
|
74
85
|
});
|
|
75
86
|
Object.defineProperty(exports, "CollectionCard", {
|
|
76
87
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
88
|
+
get: function () { return chunkMLP74E3O_js.CollectionCard; }
|
|
78
89
|
});
|
|
79
90
|
Object.defineProperty(exports, "CollectionList", {
|
|
80
91
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
92
|
+
get: function () { return chunkMLP74E3O_js.CollectionList; }
|
|
82
93
|
});
|
|
83
94
|
Object.defineProperty(exports, "CollectionOrderManager", {
|
|
84
95
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
96
|
+
get: function () { return chunkMLP74E3O_js.CollectionOrderManagerV2; }
|
|
86
97
|
});
|
|
87
98
|
Object.defineProperty(exports, "CollectionOrderManagerV2", {
|
|
88
99
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
100
|
+
get: function () { return chunkMLP74E3O_js.CollectionOrderManagerV2; }
|
|
90
101
|
});
|
|
91
102
|
Object.defineProperty(exports, "DEFAULT_BOOKING_EXPORT_CONFIG", {
|
|
92
103
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
104
|
+
get: function () { return chunkMLP74E3O_js.DEFAULT_BOOKING_EXPORT_CONFIG; }
|
|
94
105
|
});
|
|
95
106
|
Object.defineProperty(exports, "DeadlinePopup", {
|
|
96
107
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
108
|
+
get: function () { return chunkMLP74E3O_js.DeadlinePopup; }
|
|
98
109
|
});
|
|
99
110
|
Object.defineProperty(exports, "DeadlinePopupManager", {
|
|
100
111
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
112
|
+
get: function () { return chunkMLP74E3O_js.DeadlinePopupManager; }
|
|
102
113
|
});
|
|
103
114
|
Object.defineProperty(exports, "DeleteConfirmDialog", {
|
|
104
115
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
116
|
+
get: function () { return chunkMLP74E3O_js.DeleteConfirmDialog; }
|
|
106
117
|
});
|
|
107
118
|
Object.defineProperty(exports, "MobileAlbumViewer", {
|
|
108
119
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
120
|
+
get: function () { return chunkMLP74E3O_js.MobileAlbumViewer; }
|
|
110
121
|
});
|
|
111
122
|
Object.defineProperty(exports, "PopupConfigManagement", {
|
|
112
123
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
124
|
+
get: function () { return chunkMLP74E3O_js.PopupConfigManagement; }
|
|
114
125
|
});
|
|
115
126
|
Object.defineProperty(exports, "ShowMasterPiecesConfigPage", {
|
|
116
127
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
128
|
+
get: function () { return chunkMLP74E3O_js.ConfigPage; }
|
|
118
129
|
});
|
|
119
130
|
Object.defineProperty(exports, "ShowMasterPiecesHistoryPage", {
|
|
120
131
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
132
|
+
get: function () { return chunkMLP74E3O_js.UserHistoryPage; }
|
|
122
133
|
});
|
|
123
134
|
Object.defineProperty(exports, "ShowMasterPiecesPage", {
|
|
124
135
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
136
|
+
get: function () { return chunkMLP74E3O_js.ShowMasterPieces; }
|
|
126
137
|
});
|
|
127
138
|
Object.defineProperty(exports, "SystemConfigManager", {
|
|
128
139
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
140
|
+
get: function () { return chunkMLP74E3O_js.SystemConfigManager; }
|
|
130
141
|
});
|
|
131
142
|
Object.defineProperty(exports, "ThumbnailSidebar", {
|
|
132
143
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
144
|
+
get: function () { return chunkMLP74E3O_js.ThumbnailSidebar; }
|
|
134
145
|
});
|
|
135
146
|
Object.defineProperty(exports, "UniversalImageUpload", {
|
|
136
147
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
148
|
+
get: function () { return chunkMLP74E3O_js.UniversalImageUpload; }
|
|
138
149
|
});
|
|
139
150
|
Object.defineProperty(exports, "clearConfigCache", {
|
|
140
151
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
152
|
+
get: function () { return chunkMLP74E3O_js.clearConfigCache; }
|
|
142
153
|
});
|
|
143
154
|
Object.defineProperty(exports, "getArtworkImageUrl", {
|
|
144
155
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
156
|
+
get: function () { return chunkMLP74E3O_js.getArtworkImageUrl; }
|
|
146
157
|
});
|
|
147
158
|
Object.defineProperty(exports, "getShowMasterpieceFileConfig", {
|
|
148
159
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
160
|
+
get: function () { return chunkMLP74E3O_js.getShowMasterpieceFileConfig; }
|
|
150
161
|
});
|
|
151
162
|
Object.defineProperty(exports, "getStorageModeDisplayName", {
|
|
152
163
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
164
|
+
get: function () { return chunkMLP74E3O_js.getStorageModeDisplayName; }
|
|
154
165
|
});
|
|
155
166
|
Object.defineProperty(exports, "refreshFileServiceConfig", {
|
|
156
167
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
168
|
+
get: function () { return chunkMLP74E3O_js.refreshFileServiceConfig; }
|
|
158
169
|
});
|
|
159
170
|
Object.defineProperty(exports, "shouldUseUniversalFileService", {
|
|
160
171
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
172
|
+
get: function () { return chunkMLP74E3O_js.shouldUseUniversalFileService; }
|
|
162
173
|
});
|
|
163
174
|
Object.defineProperty(exports, "uploadArtworkImage", {
|
|
164
175
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
176
|
+
get: function () { return chunkMLP74E3O_js.uploadArtworkImage; }
|
|
166
177
|
});
|
|
167
178
|
Object.defineProperty(exports, "BookingAdminService", {
|
|
168
179
|
enumerable: true,
|
|
@@ -466,7 +477,7 @@ Object.defineProperty(exports, "getCategoryLabel", {
|
|
|
466
477
|
});
|
|
467
478
|
Object.defineProperty(exports, "GenericOrderManager", {
|
|
468
479
|
enumerable: true,
|
|
469
|
-
get: function () { return
|
|
480
|
+
get: function () { return chunkLDVJ7URJ_js.GenericOrderManager; }
|
|
470
481
|
});
|
|
471
482
|
exports.SHOWMASTERPIECE_MODULE_NAME = SHOWMASTERPIECE_MODULE_NAME;
|
|
472
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"]}
|
|
@@ -1,16 +1,27 @@
|
|
|
1
|
-
export { AddConfigItemDialog, AddToCartButton, ArtworkOrderManagerV2 as ArtworkOrderManager, ArtworkOrderManagerV2, ArtworkViewer, BOOKING_EXPORT_FIELDS, BookingAdminPanel, BookingModal, BookingPage, CartButton, CartHistoryPage, CartModal, CartPage, CollectionCard, CollectionList, CollectionOrderManagerV2 as CollectionOrderManager, CollectionOrderManagerV2, DEFAULT_BOOKING_EXPORT_CONFIG, DeadlinePopup, DeadlinePopupManager, DeleteConfirmDialog, MobileAlbumViewer, PopupConfigManagement, ConfigPage as ShowMasterPiecesConfigPage, UserHistoryPage as ShowMasterPiecesHistoryPage, ShowMasterPieces as ShowMasterPiecesPage, SystemConfigManager, ThumbnailSidebar, UniversalImageUpload, clearConfigCache, getArtworkImageUrl, getShowMasterpieceFileConfig, getStorageModeDisplayName, refreshFileServiceConfig, shouldUseUniversalFileService, uploadArtworkImage } from '../chunk-
|
|
1
|
+
export { AddConfigItemDialog, AddToCartButton, ArtworkOrderManagerV2 as ArtworkOrderManager, ArtworkOrderManagerV2, ArtworkViewer, BOOKING_EXPORT_FIELDS, BookingAdminPanel, BookingModal, BookingPage, CartButton, CartHistoryPage, CartModal, CartPage, CollectionCard, CollectionList, CollectionOrderManagerV2 as CollectionOrderManager, CollectionOrderManagerV2, DEFAULT_BOOKING_EXPORT_CONFIG, DeadlinePopup, DeadlinePopupManager, DeleteConfirmDialog, MobileAlbumViewer, PopupConfigManagement, ConfigPage as ShowMasterPiecesConfigPage, UserHistoryPage as ShowMasterPiecesHistoryPage, ShowMasterPieces as ShowMasterPiecesPage, SystemConfigManager, ThumbnailSidebar, UniversalImageUpload, clearConfigCache, getArtworkImageUrl, getShowMasterpieceFileConfig, getStorageModeDisplayName, refreshFileServiceConfig, shouldUseUniversalFileService, uploadArtworkImage } from '../chunk-UTB72ZJ7.mjs';
|
|
2
2
|
import '../chunk-C76U5FF4.mjs';
|
|
3
3
|
export { BookingAdminService, BookingService, CART_UPDATE_EVENT, CartHistoryService, CartProvider, CartService, MasterpiecesService, addArtworkToCollection, addToCart, batchBooking, cartUpdateEvents, clearCart, clearUserHistory, createBooking, createCategory, createCollection, deleteArtwork, deleteBooking, deleteBooking2 as deleteBookingAdmin, deleteCollection, deleteHistoryRecord, exportBookings, forceRefreshAllBookings, forceRefreshBookingStats, getAllBookings, getAllCollections, getAllHistory, getArtworksByCollection, getBookableCollections, getBooking, getBookingStats, getBookings, getCart, getCartHistory, getCategories, getCollectionsOverview, getConfig, getMasterpieces, getStatistics, getTags, moveArtwork, moveArtworkDown, moveArtworkUp, moveCollection, moveCollectionDown, moveCollectionUp, notifyCartUpdate, removeFromCart, resetConfig, saveCartHistory, updateArtwork, updateArtworkOrder, updateBooking, updateBookingStatus2 as updateBookingAdminStatus, updateBookingStatus as updateCartHistoryBookingStatus, updateCartItem, updateCollection, updateCollectionOrder, updateConfig, useBooking, useBookingAdmin, useBookingForm, useCart, useCartContext, useDeadlinePopup, useMasterpieces, useMasterpiecesConfig } from '../chunk-OX6VMQDU.mjs';
|
|
4
4
|
export { addToCart as addToMiniappCart, clearCart as clearMiniappCart, getCart as getMiniappCart, removeCartItem as removeMiniappCartItem, updateCartItem as updateMiniappCartItem } from '../chunk-DWJLOHAE.mjs';
|
|
5
5
|
export { CATEGORY_LABELS, formatPrice, getCategoryLabel } from '../chunk-ANKVXRPY.mjs';
|
|
6
6
|
import '../chunk-MFG2Y6UR.mjs';
|
|
7
|
+
import '../chunk-HBQMN5QM.mjs';
|
|
8
|
+
import '../chunk-FZELCJR7.mjs';
|
|
9
|
+
import '../chunk-ITRIXMXF.mjs';
|
|
10
|
+
import '../chunk-VULJUXTF.mjs';
|
|
11
|
+
import '../chunk-YSF5YISM.mjs';
|
|
12
|
+
import '../chunk-DA4QV64P.mjs';
|
|
13
|
+
import '../chunk-RJVR33ME.mjs';
|
|
14
|
+
import '../chunk-ESLY72VI.mjs';
|
|
15
|
+
import '../chunk-NW4EN4YI.mjs';
|
|
16
|
+
import '../chunk-P3QMT3AY.mjs';
|
|
7
17
|
import '../chunk-TGNUEULF.mjs';
|
|
8
18
|
import '../chunk-LFB5EIIM.mjs';
|
|
9
|
-
export { GenericOrderManager } from '../chunk-
|
|
10
|
-
import '../chunk-
|
|
11
|
-
import '../chunk-3NHAT7D4.mjs';
|
|
19
|
+
export { GenericOrderManager } from '../chunk-5BLZEVWK.mjs';
|
|
20
|
+
import '../chunk-QZU4UJZG.mjs';
|
|
12
21
|
import '../chunk-VVWQTO4Y.mjs';
|
|
13
22
|
import '../chunk-WEEXCPSE.mjs';
|
|
23
|
+
import '../chunk-L7GQNY54.mjs';
|
|
24
|
+
import '../chunk-3NHAT7D4.mjs';
|
|
14
25
|
import '../chunk-3DXPQ4YV.mjs';
|
|
15
26
|
import '../chunk-WMJKH4XE.mjs';
|
|
16
27
|
|
|
@@ -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.mjs","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"]}
|