sa2kit 3.0.0 → 3.1.0
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/ai/llm/ui/miniapp/index.d.mts +2 -2
- package/dist/ai/llm/ui/miniapp/index.d.ts +2 -2
- package/dist/ai/llm/ui/rn/index.d.mts +2 -2
- package/dist/ai/llm/ui/rn/index.d.ts +2 -2
- package/dist/ai/llm/ui/web/index.d.mts +3 -3
- package/dist/ai/llm/ui/web/index.d.ts +3 -3
- package/dist/analytics/index.d.mts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/{chunk-QP5N3ER6.js → chunk-3CSCIRQY.js} +5 -6
- package/dist/chunk-3CSCIRQY.js.map +1 -0
- package/dist/{chunk-RJP2BRJD.mjs → chunk-4OOANEJV.mjs} +2 -2
- package/dist/{chunk-RJP2BRJD.mjs.map → chunk-4OOANEJV.mjs.map} +1 -1
- package/dist/chunk-5FUAQLGC.mjs +14 -0
- package/dist/chunk-5FUAQLGC.mjs.map +1 -0
- package/dist/{chunk-S732H246.js → chunk-6PMXAK7F.js} +2 -2
- package/dist/{chunk-S732H246.js.map → chunk-6PMXAK7F.js.map} +1 -1
- package/dist/chunk-6YLCRWKM.mjs +8 -0
- package/dist/chunk-6YLCRWKM.mjs.map +1 -0
- package/dist/{chunk-IBWDBBX5.mjs → chunk-7B5SI4OF.mjs} +3 -4
- package/dist/chunk-7B5SI4OF.mjs.map +1 -0
- package/dist/chunk-EQXPL7TN.mjs +78 -0
- package/dist/chunk-EQXPL7TN.mjs.map +1 -0
- package/dist/{chunk-GQZHGSRR.js → chunk-GSNGCENJ.js} +39 -2
- package/dist/chunk-GSNGCENJ.js.map +1 -0
- package/dist/chunk-HQLKOXG7.js +16 -0
- package/dist/chunk-HQLKOXG7.js.map +1 -0
- package/dist/{chunk-S3PUP7N4.js → chunk-PA4ELVGI.js} +2 -2
- package/dist/{chunk-S3PUP7N4.js.map → chunk-PA4ELVGI.js.map} +1 -1
- package/dist/{chunk-WZDTNDYR.js → chunk-QSKLQX6H.js} +11 -11
- package/dist/{chunk-WZDTNDYR.js.map → chunk-QSKLQX6H.js.map} +1 -1
- package/dist/{chunk-LHJKLUM7.mjs → chunk-TNJ6LYX7.mjs} +2 -2
- package/dist/{chunk-LHJKLUM7.mjs.map → chunk-TNJ6LYX7.mjs.map} +1 -1
- package/dist/{chunk-J77KR2EV.mjs → chunk-WJ7IMUEJ.mjs} +3 -3
- package/dist/{chunk-J77KR2EV.mjs.map → chunk-WJ7IMUEJ.mjs.map} +1 -1
- package/dist/chunk-YTGUIRRH.js +10 -0
- package/dist/chunk-YTGUIRRH.js.map +1 -0
- package/dist/common/auth/client/index.d.mts +1 -31
- package/dist/common/auth/client/index.d.ts +1 -31
- package/dist/common/auth/client/index.js +2 -15
- package/dist/common/auth/client/index.mjs +1 -2
- package/dist/common/auth/components/index.d.mts +14 -248
- package/dist/common/auth/components/index.d.ts +14 -248
- package/dist/common/auth/components/index.js +878 -49
- package/dist/common/auth/components/index.js.map +1 -1
- package/dist/common/auth/components/index.mjs +871 -5
- package/dist/common/auth/components/index.mjs.map +1 -1
- package/dist/common/auth/hooks/index.d.mts +2 -29
- package/dist/common/auth/hooks/index.d.ts +2 -29
- package/dist/common/auth/hooks/index.js +2 -11
- package/dist/common/auth/hooks/index.mjs +1 -2
- package/dist/common/auth/index.d.mts +5 -9
- package/dist/common/auth/index.d.ts +5 -9
- package/dist/common/auth/index.js +7 -28
- package/dist/common/auth/index.mjs +3 -4
- package/dist/common/auth/react/index.d.mts +3 -3
- package/dist/common/auth/react/index.d.ts +3 -3
- package/dist/common/auth/rn/index.d.mts +3 -19
- package/dist/common/auth/rn/index.d.ts +3 -19
- package/dist/common/auth/rn/index.js +0 -32
- package/dist/common/auth/rn/index.js.map +1 -1
- package/dist/common/auth/rn/index.mjs +1 -30
- package/dist/common/auth/rn/index.mjs.map +1 -1
- package/dist/common/auth/server/index.d.mts +81 -2
- package/dist/common/auth/server/index.d.ts +81 -2
- package/dist/common/auth/server/index.js +128 -37
- package/dist/common/auth/server/index.js.map +1 -1
- package/dist/common/auth/server/index.mjs +124 -1
- package/dist/common/auth/server/index.mjs.map +1 -1
- package/dist/common/auth/services/index.js +12 -9
- package/dist/common/auth/services/index.js.map +1 -1
- package/dist/common/auth/services/index.mjs +10 -1
- package/dist/common/auth/services/index.mjs.map +1 -1
- package/dist/common/file/server/index.js +32 -32
- package/dist/common/file/server/index.mjs +3 -3
- package/dist/common/index.d.mts +5 -8
- package/dist/common/index.d.ts +5 -8
- package/dist/common/index.js +12 -14
- package/dist/common/index.mjs +6 -8
- package/dist/common/request/index.js +4 -5
- package/dist/common/request/index.mjs +2 -3
- package/dist/i18n/index.d.mts +1 -1
- package/dist/i18n/index.d.ts +1 -1
- package/dist/imageCrop/index.d.mts +3 -3
- package/dist/imageCrop/index.d.ts +3 -3
- package/dist/index-Bd7cKF1j.d.mts +50 -0
- package/dist/{index-CLB80GCP.d.ts → index-D0cqaQEH.d.mts} +5 -5
- package/dist/{index-CLB80GCP.d.mts → index-D0cqaQEH.d.ts} +5 -5
- package/dist/index-DRQxtCDw.d.ts +50 -0
- package/dist/{index-BxZauNN_.d.mts → index-DoUo8IrU.d.mts} +8 -8
- package/dist/{index-BxZauNN_.d.ts → index-DoUo8IrU.d.ts} +8 -8
- package/dist/index.d.mts +152 -131
- package/dist/index.d.ts +152 -131
- package/dist/index.js +105 -554
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +106 -555
- package/dist/index.mjs.map +1 -1
- package/dist/ossFile/server/index.js +32 -32
- package/dist/ossFile/server/index.mjs +3 -3
- package/dist/request/index.js +3 -4
- package/dist/request/index.mjs +1 -2
- package/dist/universalExport/index.d.mts +3 -3
- package/dist/universalExport/index.d.ts +3 -3
- package/dist/universalFile/index.d.mts +5 -5
- package/dist/universalFile/index.d.ts +5 -5
- package/dist/universalFile/server/index.js +62 -62
- package/dist/universalFile/server/index.mjs +2 -2
- package/package.json +1 -36
- package/dist/auth/client/index.d.mts +0 -13
- package/dist/auth/client/index.d.ts +0 -13
- package/dist/auth/client/index.js +0 -26
- package/dist/auth/client/index.js.map +0 -1
- package/dist/auth/client/index.mjs +0 -5
- package/dist/auth/client/index.mjs.map +0 -1
- package/dist/auth/components/index.d.mts +0 -10
- package/dist/auth/components/index.d.ts +0 -10
- package/dist/auth/components/index.js +0 -70
- package/dist/auth/components/index.js.map +0 -1
- package/dist/auth/components/index.mjs +0 -9
- package/dist/auth/components/index.mjs.map +0 -1
- package/dist/auth/hooks/index.d.mts +0 -13
- package/dist/auth/hooks/index.d.ts +0 -13
- package/dist/auth/hooks/index.js +0 -28
- package/dist/auth/hooks/index.js.map +0 -1
- package/dist/auth/hooks/index.mjs +0 -7
- package/dist/auth/hooks/index.mjs.map +0 -1
- package/dist/auth/index.d.mts +0 -21
- package/dist/auth/index.d.ts +0 -21
- package/dist/auth/index.js +0 -112
- package/dist/auth/index.js.map +0 -1
- package/dist/auth/index.mjs +0 -11
- package/dist/auth/index.mjs.map +0 -1
- package/dist/auth/rn/index.d.mts +0 -3133
- package/dist/auth/rn/index.d.ts +0 -3133
- package/dist/auth/rn/index.js +0 -684
- package/dist/auth/rn/index.js.map +0 -1
- package/dist/auth/rn/index.mjs +0 -663
- package/dist/auth/rn/index.mjs.map +0 -1
- package/dist/auth/schema/index.d.mts +0 -4
- package/dist/auth/schema/index.d.ts +0 -4
- package/dist/auth/schema/index.js +0 -49
- package/dist/auth/schema/index.js.map +0 -1
- package/dist/auth/schema/index.mjs +0 -4
- package/dist/auth/schema/index.mjs.map +0 -1
- package/dist/auth/services/index.d.mts +0 -1
- package/dist/auth/services/index.d.ts +0 -1
- package/dist/auth/services/index.js +0 -17
- package/dist/auth/services/index.js.map +0 -1
- package/dist/auth/services/index.mjs +0 -4
- package/dist/auth/services/index.mjs.map +0 -1
- package/dist/base-api-client-BpmcQt4Q.d.ts +0 -103
- package/dist/base-api-client-CFIhZK4C.d.mts +0 -277
- package/dist/base-api-client-CFIhZK4C.d.ts +0 -277
- package/dist/base-api-client-DXLsq2yz.d.mts +0 -103
- package/dist/chunk-7E3J7VAD.mjs +0 -3
- package/dist/chunk-7E3J7VAD.mjs.map +0 -1
- package/dist/chunk-B3CZ3HXJ.mjs +0 -126
- package/dist/chunk-B3CZ3HXJ.mjs.map +0 -1
- package/dist/chunk-FOQEQWX5.js +0 -4
- package/dist/chunk-FOQEQWX5.js.map +0 -1
- package/dist/chunk-G4NFB2QA.mjs +0 -212
- package/dist/chunk-G4NFB2QA.mjs.map +0 -1
- package/dist/chunk-G5HJGXGC.mjs +0 -39
- package/dist/chunk-G5HJGXGC.mjs.map +0 -1
- package/dist/chunk-GQZHGSRR.js.map +0 -1
- package/dist/chunk-GS7XLKET.js +0 -41
- package/dist/chunk-GS7XLKET.js.map +0 -1
- package/dist/chunk-IBWDBBX5.mjs.map +0 -1
- package/dist/chunk-MWSAH7ZG.mjs +0 -42
- package/dist/chunk-MWSAH7ZG.mjs.map +0 -1
- package/dist/chunk-MZOGYD4N.mjs +0 -186
- package/dist/chunk-MZOGYD4N.mjs.map +0 -1
- package/dist/chunk-QDUBO567.js +0 -1148
- package/dist/chunk-QDUBO567.js.map +0 -1
- package/dist/chunk-QP5N3ER6.js.map +0 -1
- package/dist/chunk-RWCD2CAD.mjs +0 -1132
- package/dist/chunk-RWCD2CAD.mjs.map +0 -1
- package/dist/chunk-S37OK2QG.js +0 -216
- package/dist/chunk-S37OK2QG.js.map +0 -1
- package/dist/chunk-SFDJNKWC.js +0 -22
- package/dist/chunk-SFDJNKWC.js.map +0 -1
- package/dist/chunk-TXMX6PZR.js +0 -190
- package/dist/chunk-TXMX6PZR.js.map +0 -1
- package/dist/chunk-VHN7PF5I.js +0 -20
- package/dist/chunk-VHN7PF5I.js.map +0 -1
- package/dist/chunk-XBZIS3MV.mjs +0 -13
- package/dist/chunk-XBZIS3MV.mjs.map +0 -1
- package/dist/chunk-XFOZ56FB.mjs +0 -20
- package/dist/chunk-XFOZ56FB.mjs.map +0 -1
- package/dist/chunk-Z23HAXHL.js +0 -136
- package/dist/chunk-Z23HAXHL.js.map +0 -1
- package/dist/index-BcjDRcKp.d.mts +0 -40
- package/dist/index-BlpXrrTy.d.ts +0 -40
- package/dist/session-BCXvGCnm.d.mts +0 -81
- package/dist/session-BCXvGCnm.d.ts +0 -81
- package/dist/types-C_W_CoUD.d.ts +0 -99
- package/dist/types-DCRvasyH.d.mts +0 -99
- package/dist/types.legacy-J-j-_ig_.d.mts +0 -25
- package/dist/types.legacy-J-j-_ig_.d.ts +0 -25
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var chunkHJ6MH7J7_js = require('../../chunk-HJ6MH7J7.js');
|
|
3
|
+
var chunkQSKLQX6H_js = require('../../chunk-QSKLQX6H.js');
|
|
4
|
+
var chunk6PMXAK7F_js = require('../../chunk-6PMXAK7F.js');
|
|
6
5
|
require('../../chunk-Q5EDCKQA.js');
|
|
6
|
+
var chunkHJ6MH7J7_js = require('../../chunk-HJ6MH7J7.js');
|
|
7
7
|
require('../../chunk-KH6RQ4J5.js');
|
|
8
8
|
require('../../chunk-ZRAW3HXA.js');
|
|
9
9
|
var chunkATUCZXJY_js = require('../../chunk-ATUCZXJY.js');
|
|
@@ -15,119 +15,119 @@ require('../../chunk-NSBPE2FW.js');
|
|
|
15
15
|
|
|
16
16
|
Object.defineProperty(exports, "createFileUrlResolver", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkQSKLQX6H_js.createFileUrlResolver; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "createOssFileBootstrap", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkQSKLQX6H_js.createOssFileBootstrap; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "createOssFileConfigManager", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkQSKLQX6H_js.createOssFileConfigManager; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "createOssFileConfigManagerFromEnv", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkQSKLQX6H_js.createOssFileConfigManagerFromEnv; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "createOssFileService", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkQSKLQX6H_js.createOssFileService; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "createOssFileServiceWithDrizzlePersistence", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkQSKLQX6H_js.createOssFileServiceWithDrizzlePersistence; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "createUniversalFileServiceFromConfigManager", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkQSKLQX6H_js.createUniversalFileServiceFromConfigManager; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "getFileUrlByFileId", {
|
|
45
45
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunkQSKLQX6H_js.getFileUrlByFileId; }
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "getOssStorageModeLabel", {
|
|
49
49
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunkQSKLQX6H_js.getOssStorageModeLabel; }
|
|
51
51
|
});
|
|
52
52
|
Object.defineProperty(exports, "isOssEnabledInConfig", {
|
|
53
53
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunkQSKLQX6H_js.isOssEnabledInConfig; }
|
|
55
55
|
});
|
|
56
56
|
Object.defineProperty(exports, "resolveFileUrlMap", {
|
|
57
57
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunkQSKLQX6H_js.resolveFileUrlMap; }
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(exports, "resolveUploadAccessUrl", {
|
|
61
61
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunkQSKLQX6H_js.resolveUploadAccessUrl; }
|
|
63
63
|
});
|
|
64
64
|
Object.defineProperty(exports, "uploadFileAndResolveAccessUrl", {
|
|
65
65
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunkQSKLQX6H_js.uploadFileAndResolveAccessUrl; }
|
|
67
67
|
});
|
|
68
68
|
Object.defineProperty(exports, "ApiErrorFactory", {
|
|
69
69
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunk6PMXAK7F_js.ApiErrorFactory; }
|
|
71
71
|
});
|
|
72
72
|
Object.defineProperty(exports, "ApiResponseHelper", {
|
|
73
73
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunk6PMXAK7F_js.ApiResponseHelper; }
|
|
75
75
|
});
|
|
76
76
|
Object.defineProperty(exports, "CacheManager", {
|
|
77
77
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunk6PMXAK7F_js.CacheManager; }
|
|
79
79
|
});
|
|
80
80
|
Object.defineProperty(exports, "FileDbService", {
|
|
81
81
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunk6PMXAK7F_js.FileDbService; }
|
|
83
83
|
});
|
|
84
84
|
Object.defineProperty(exports, "PerformanceMonitor", {
|
|
85
85
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunk6PMXAK7F_js.PerformanceMonitor; }
|
|
87
87
|
});
|
|
88
88
|
Object.defineProperty(exports, "QueryOptimizer", {
|
|
89
89
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunk6PMXAK7F_js.QueryOptimizer; }
|
|
91
91
|
});
|
|
92
92
|
Object.defineProperty(exports, "UniversalFileService", {
|
|
93
93
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunk6PMXAK7F_js.UniversalFileService; }
|
|
95
95
|
});
|
|
96
96
|
Object.defineProperty(exports, "ValidationHelper", {
|
|
97
97
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunk6PMXAK7F_js.ValidationHelper; }
|
|
99
99
|
});
|
|
100
100
|
Object.defineProperty(exports, "cacheManager", {
|
|
101
101
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunk6PMXAK7F_js.cacheManager; }
|
|
103
103
|
});
|
|
104
104
|
Object.defineProperty(exports, "createDrizzleFileRepository", {
|
|
105
105
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunk6PMXAK7F_js.createDrizzleFileRepository; }
|
|
107
107
|
});
|
|
108
108
|
Object.defineProperty(exports, "createFileServiceWithFactory", {
|
|
109
109
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
110
|
+
get: function () { return chunk6PMXAK7F_js.createFileServiceWithFactory; }
|
|
111
111
|
});
|
|
112
112
|
Object.defineProperty(exports, "createUniversalFileServiceWithConfigManager", {
|
|
113
113
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
114
|
+
get: function () { return chunk6PMXAK7F_js.createUniversalFileServiceWithConfigManager; }
|
|
115
115
|
});
|
|
116
116
|
Object.defineProperty(exports, "loadConfigFromEnv", {
|
|
117
117
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
118
|
+
get: function () { return chunk6PMXAK7F_js.loadConfigFromEnv; }
|
|
119
119
|
});
|
|
120
120
|
Object.defineProperty(exports, "loadOSSConfigFromEnv", {
|
|
121
121
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
122
|
+
get: function () { return chunk6PMXAK7F_js.loadOSSConfigFromEnv; }
|
|
123
123
|
});
|
|
124
124
|
Object.defineProperty(exports, "performanceMonitor", {
|
|
125
125
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
126
|
+
get: function () { return chunk6PMXAK7F_js.performanceMonitor; }
|
|
127
127
|
});
|
|
128
128
|
Object.defineProperty(exports, "queryOptimizer", {
|
|
129
129
|
enumerable: true,
|
|
130
|
-
get: function () { return
|
|
130
|
+
get: function () { return chunk6PMXAK7F_js.queryOptimizer; }
|
|
131
131
|
});
|
|
132
132
|
Object.defineProperty(exports, "AliyunOSSProvider", {
|
|
133
133
|
enumerable: true,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { createFileUrlResolver, createOssFileBootstrap, createOssFileConfigManager, createOssFileConfigManagerFromEnv, createOssFileService, createOssFileServiceWithDrizzlePersistence, createUniversalFileServiceFromConfigManager, getFileUrlByFileId, getOssStorageModeLabel, isOssEnabledInConfig, resolveFileUrlMap, resolveUploadAccessUrl, uploadFileAndResolveAccessUrl } from '../../chunk-
|
|
2
|
-
export { ApiErrorFactory, ApiResponseHelper, CacheManager, FileDbService, PerformanceMonitor, QueryOptimizer, UniversalFileService, ValidationHelper, cacheManager, createDrizzleFileRepository, createFileServiceWithFactory, createUniversalFileServiceWithConfigManager, loadConfigFromEnv, loadOSSConfigFromEnv, performanceMonitor, queryOptimizer } from '../../chunk-
|
|
3
|
-
export { AliyunOSSProvider } from '../../chunk-HDMIOOZY.mjs';
|
|
1
|
+
export { createFileUrlResolver, createOssFileBootstrap, createOssFileConfigManager, createOssFileConfigManagerFromEnv, createOssFileService, createOssFileServiceWithDrizzlePersistence, createUniversalFileServiceFromConfigManager, getFileUrlByFileId, getOssStorageModeLabel, isOssEnabledInConfig, resolveFileUrlMap, resolveUploadAccessUrl, uploadFileAndResolveAccessUrl } from '../../chunk-WJ7IMUEJ.mjs';
|
|
2
|
+
export { ApiErrorFactory, ApiResponseHelper, CacheManager, FileDbService, PerformanceMonitor, QueryOptimizer, UniversalFileService, ValidationHelper, cacheManager, createDrizzleFileRepository, createFileServiceWithFactory, createUniversalFileServiceWithConfigManager, loadConfigFromEnv, loadOSSConfigFromEnv, performanceMonitor, queryOptimizer } from '../../chunk-4OOANEJV.mjs';
|
|
4
3
|
import '../../chunk-YOTQG4NP.mjs';
|
|
4
|
+
export { AliyunOSSProvider } from '../../chunk-HDMIOOZY.mjs';
|
|
5
5
|
import '../../chunk-ZGVB35L2.mjs';
|
|
6
6
|
import '../../chunk-CIVO4R6N.mjs';
|
|
7
7
|
export { STANDARD_ALIYUN_OSS_KEYS, buildModuleUploadPath, parseAliyunOssConfigFromMap } from '../../chunk-DIF5VRL3.mjs';
|
package/dist/request/index.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var chunkGS7XLKET_js = require('../chunk-GS7XLKET.js');
|
|
3
|
+
var chunkGSNGCENJ_js = require('../chunk-GSNGCENJ.js');
|
|
5
4
|
var chunkPBI7FKMB_js = require('../chunk-PBI7FKMB.js');
|
|
6
5
|
require('../chunk-NSBPE2FW.js');
|
|
7
6
|
|
|
@@ -9,11 +8,11 @@ require('../chunk-NSBPE2FW.js');
|
|
|
9
8
|
|
|
10
9
|
Object.defineProperty(exports, "MiniappRequestAdapter", {
|
|
11
10
|
enumerable: true,
|
|
12
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkGSNGCENJ_js.MiniappRequestAdapter; }
|
|
13
12
|
});
|
|
14
13
|
Object.defineProperty(exports, "ReactNativeRequestAdapter", {
|
|
15
14
|
enumerable: true,
|
|
16
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkGSNGCENJ_js.ReactNativeRequestAdapter; }
|
|
17
16
|
});
|
|
18
17
|
Object.defineProperty(exports, "WebRequestAdapter", {
|
|
19
18
|
enumerable: true,
|
package/dist/request/index.mjs
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
export { MiniappRequestAdapter } from '../chunk-
|
|
2
|
-
export { ReactNativeRequestAdapter } from '../chunk-G5HJGXGC.mjs';
|
|
1
|
+
export { MiniappRequestAdapter, ReactNativeRequestAdapter } from '../chunk-EQXPL7TN.mjs';
|
|
3
2
|
export { WebRequestAdapter } from '../chunk-G7UBMCUT.mjs';
|
|
4
3
|
import '../chunk-MAI35PU6.mjs';
|
|
5
4
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { E as ExportConfig, l as ExportRequest, m as ExportResult, k as ExportProgress, j as ExportFormat, s as Formatter, g as ExportField } from '../types-3ujSNAXb.mjs';
|
|
2
2
|
export { D as DataTransformer, a as ExportConfigError, b as ExportDataError, c as ExportError, d as ExportEvent, e as ExportEventListener, f as ExportEventType, h as ExportFileError, i as ExportFilter, n as ExportServiceError, o as ExportSort, p as ExportStatus, F as FieldAlignment, q as FieldMapper, r as FieldType, G as GroupValueProcessing, t as GroupingConfig, u as GroupingField, v as GroupingMode, U as UniversalExportServiceConfig, V as Validator } from '../types-3ujSNAXb.mjs';
|
|
3
|
-
import
|
|
3
|
+
import React from 'react';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* 通用导出服务客户端SDK
|
|
@@ -279,7 +279,7 @@ interface UniversalExportButtonProps {
|
|
|
279
279
|
/** 配置保存回调 */
|
|
280
280
|
onConfigSave?: (config: ExportConfig) => void;
|
|
281
281
|
}
|
|
282
|
-
declare const UniversalExportButton:
|
|
282
|
+
declare const UniversalExportButton: React.FC<UniversalExportButtonProps>;
|
|
283
283
|
|
|
284
284
|
/**
|
|
285
285
|
* 导出配置编辑器组件
|
|
@@ -307,6 +307,6 @@ interface ExportConfigEditorProps {
|
|
|
307
307
|
/** 配置变化回调(新增/删除/更新) */
|
|
308
308
|
onConfigChange?: () => void;
|
|
309
309
|
}
|
|
310
|
-
declare const ExportConfigEditor:
|
|
310
|
+
declare const ExportConfigEditor: React.FC<ExportConfigEditorProps>;
|
|
311
311
|
|
|
312
312
|
export { API_BASE_PATH, API_ENDPOINTS, DEFAULT_ADD_BOM, DEFAULT_CONFIG_CACHE_TTL, DEFAULT_CSV_DELIMITER, DEFAULT_ENCODING, DEFAULT_EXPORT_FORMAT, DEFAULT_EXPORT_TIMEOUT, DEFAULT_FORMATTERS, DEFAULT_MAX_CONCURRENT_EXPORTS, DEFAULT_MAX_FILE_SIZE, DEFAULT_MAX_ROWS, DEFAULT_RESULT_CACHE_TTL, ERROR_CODES, EXPORT_FORMAT_EXTENSIONS, EXPORT_FORMAT_MIME_TYPES, ExportConfig, ExportConfigEditor, type ExportConfigEditorProps, ExportField, ExportFormat, ExportProgress, ExportRequest, ExportResult, Formatter, UNIVERSAL_EXPORT_NAME, UNIVERSAL_EXPORT_VERSION, UniversalExportButton, type UniversalExportButtonProps, UniversalExportClient, type UniversalExportClientConfig, applyFormatter, createExportClient, createExportError, escapeCSVField, estimateEndTime, formatDuration, formatErrorMessage, formatFileSize, generateExportFileName, getNestedValue, parseCSVField, sanitizeFileName, setNestedValue, universalExportClient, validateExportConfig, validateExportRequest, validateFileName };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { E as ExportConfig, l as ExportRequest, m as ExportResult, k as ExportProgress, j as ExportFormat, s as Formatter, g as ExportField } from '../types-3ujSNAXb.js';
|
|
2
2
|
export { D as DataTransformer, a as ExportConfigError, b as ExportDataError, c as ExportError, d as ExportEvent, e as ExportEventListener, f as ExportEventType, h as ExportFileError, i as ExportFilter, n as ExportServiceError, o as ExportSort, p as ExportStatus, F as FieldAlignment, q as FieldMapper, r as FieldType, G as GroupValueProcessing, t as GroupingConfig, u as GroupingField, v as GroupingMode, U as UniversalExportServiceConfig, V as Validator } from '../types-3ujSNAXb.js';
|
|
3
|
-
import
|
|
3
|
+
import React from 'react';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* 通用导出服务客户端SDK
|
|
@@ -279,7 +279,7 @@ interface UniversalExportButtonProps {
|
|
|
279
279
|
/** 配置保存回调 */
|
|
280
280
|
onConfigSave?: (config: ExportConfig) => void;
|
|
281
281
|
}
|
|
282
|
-
declare const UniversalExportButton:
|
|
282
|
+
declare const UniversalExportButton: React.FC<UniversalExportButtonProps>;
|
|
283
283
|
|
|
284
284
|
/**
|
|
285
285
|
* 导出配置编辑器组件
|
|
@@ -307,6 +307,6 @@ interface ExportConfigEditorProps {
|
|
|
307
307
|
/** 配置变化回调(新增/删除/更新) */
|
|
308
308
|
onConfigChange?: () => void;
|
|
309
309
|
}
|
|
310
|
-
declare const ExportConfigEditor:
|
|
310
|
+
declare const ExportConfigEditor: React.FC<ExportConfigEditorProps>;
|
|
311
311
|
|
|
312
312
|
export { API_BASE_PATH, API_ENDPOINTS, DEFAULT_ADD_BOM, DEFAULT_CONFIG_CACHE_TTL, DEFAULT_CSV_DELIMITER, DEFAULT_ENCODING, DEFAULT_EXPORT_FORMAT, DEFAULT_EXPORT_TIMEOUT, DEFAULT_FORMATTERS, DEFAULT_MAX_CONCURRENT_EXPORTS, DEFAULT_MAX_FILE_SIZE, DEFAULT_MAX_ROWS, DEFAULT_RESULT_CACHE_TTL, ERROR_CODES, EXPORT_FORMAT_EXTENSIONS, EXPORT_FORMAT_MIME_TYPES, ExportConfig, ExportConfigEditor, type ExportConfigEditorProps, ExportField, ExportFormat, ExportProgress, ExportRequest, ExportResult, Formatter, UNIVERSAL_EXPORT_NAME, UNIVERSAL_EXPORT_VERSION, UniversalExportButton, type UniversalExportButtonProps, UniversalExportClient, type UniversalExportClientConfig, applyFormatter, createExportClient, createExportError, escapeCSVField, estimateEndTime, formatDuration, formatErrorMessage, formatFileSize, generateExportFileName, getNestedValue, parseCSVField, sanitizeFileName, setNestedValue, universalExportClient, validateExportConfig, validateExportRequest, validateFileName };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { b as ProcessingOptions, F as FileMetadata, d as UploadProgress } from '../types-8TOIsyLn.mjs';
|
|
2
2
|
export { A as AccessPermission, c as AudioProcessingOptions, B as BatchOperationResult, o as CDNProviderError, C as CDNType, i as FileEvent, j as FileEventListener, h as FileEventType, m as FileProcessingError, f as FileQueryOptions, k as FileServiceError, l as FileUploadError, I as ImageProcessingOptions, g as PaginatedResult, P as ProcessorType, n as StorageProviderError, S as StorageType, a as UploadFileInfo, e as UploadResult, U as UploadStatus, V as VideoProcessingOptions } from '../types-8TOIsyLn.mjs';
|
|
3
3
|
export { U as UniversalFileClient, a as UniversalFileClientConfig, c as createFileClient, u as universalFileClient } from '../client-jTaR5LGF.mjs';
|
|
4
|
-
import
|
|
4
|
+
import React from 'react';
|
|
5
5
|
import { U as UniversalFileService } from '../UniversalFileService-Y_yDDQWQ.mjs';
|
|
6
6
|
import 'events';
|
|
7
7
|
|
|
@@ -279,7 +279,7 @@ interface FileUploaderProps {
|
|
|
279
279
|
/** 显示模式 */
|
|
280
280
|
mode?: 'compact' | 'normal' | 'detailed';
|
|
281
281
|
}
|
|
282
|
-
declare const FileUploader:
|
|
282
|
+
declare const FileUploader: React.FC<FileUploaderProps>;
|
|
283
283
|
|
|
284
284
|
/**
|
|
285
285
|
* 通用文件管理组件
|
|
@@ -322,7 +322,7 @@ interface FileManagerProps {
|
|
|
322
322
|
/** 上传完成回调 */
|
|
323
323
|
onUploadComplete?: (files: FileMetadata[]) => void;
|
|
324
324
|
}
|
|
325
|
-
declare const UniversalFileManager:
|
|
325
|
+
declare const UniversalFileManager: React.FC<FileManagerProps>;
|
|
326
326
|
|
|
327
327
|
/**
|
|
328
328
|
* 文件夹管理组件
|
|
@@ -377,7 +377,7 @@ interface FolderManagerProps {
|
|
|
377
377
|
/** 文件移动回调 */
|
|
378
378
|
onFileMove?: (fileIds: string[], targetFolderId: string) => Promise<void>;
|
|
379
379
|
}
|
|
380
|
-
declare const FolderManager:
|
|
380
|
+
declare const FolderManager: React.FC<FolderManagerProps>;
|
|
381
381
|
|
|
382
382
|
/**
|
|
383
383
|
* 文件分享模态框组件
|
|
@@ -404,6 +404,6 @@ interface ShareInfo {
|
|
|
404
404
|
/** 分享代码 */
|
|
405
405
|
shareCode: string;
|
|
406
406
|
}
|
|
407
|
-
declare const FileShareModal:
|
|
407
|
+
declare const FileShareModal: React.FC<FileShareModalProps>;
|
|
408
408
|
|
|
409
409
|
export { ALL_SUPPORTED_MIME_TYPES, API_BASE_PATH, API_ENDPOINTS, AUDIO_EXTENSIONS, AUDIO_MIME_TYPES, DEFAULT_CHUNK_SIZE, DEFAULT_MAX_AUDIO_SIZE, DEFAULT_MAX_DOCUMENT_SIZE, DEFAULT_MAX_FILE_SIZE, DEFAULT_MAX_IMAGE_SIZE, DEFAULT_MAX_VIDEO_SIZE, DEFAULT_PAGE_SIZE, DEFAULT_REQUEST_TIMEOUT, DEFAULT_UPLOAD_TIMEOUT, DOCUMENT_EXTENSIONS, DOCUMENT_MIME_TYPES, ERROR_CODES, type FileManagerProps, FileMetadata, FileShareModal, type FileShareModalProps, FileUploader, type FileUploaderProps, FolderManager, type FolderManagerProps, type FolderNode, IMAGE_EXTENSIONS, IMAGE_MIME_TYPES, ProcessingOptions, type ShareInfo, UNIVERSAL_FILE_NAME, UNIVERSAL_FILE_VERSION, UniversalFileManager, UploadProgress, VIDEO_EXTENSIONS, VIDEO_MIME_TYPES, buildQueryString, calculateProgress, calculateRemainingTime, calculateSpeed, createFileError, formatErrorMessage, formatFileSize, generateStoragePath, generateUniqueFileName, getFileCategory, getFileExtension, getMimeTypeFromFileName, isAudioFile, isDocumentFile, isImageFile, isMimeTypeSupported, isVideoFile, parseFileSize, parseQueryString, parseStoragePath, readFileAsArrayBuffer, readFileAsBase64, readFileAsText, sanitizeFileName, validateFile, validateFileName, validateFileSize, validateFileType };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { b as ProcessingOptions, F as FileMetadata, d as UploadProgress } from '../types-8TOIsyLn.js';
|
|
2
2
|
export { A as AccessPermission, c as AudioProcessingOptions, B as BatchOperationResult, o as CDNProviderError, C as CDNType, i as FileEvent, j as FileEventListener, h as FileEventType, m as FileProcessingError, f as FileQueryOptions, k as FileServiceError, l as FileUploadError, I as ImageProcessingOptions, g as PaginatedResult, P as ProcessorType, n as StorageProviderError, S as StorageType, a as UploadFileInfo, e as UploadResult, U as UploadStatus, V as VideoProcessingOptions } from '../types-8TOIsyLn.js';
|
|
3
3
|
export { U as UniversalFileClient, a as UniversalFileClientConfig, c as createFileClient, u as universalFileClient } from '../client-BPQS6bKB.js';
|
|
4
|
-
import
|
|
4
|
+
import React from 'react';
|
|
5
5
|
import { U as UniversalFileService } from '../UniversalFileService-BD23NXUR.js';
|
|
6
6
|
import 'events';
|
|
7
7
|
|
|
@@ -279,7 +279,7 @@ interface FileUploaderProps {
|
|
|
279
279
|
/** 显示模式 */
|
|
280
280
|
mode?: 'compact' | 'normal' | 'detailed';
|
|
281
281
|
}
|
|
282
|
-
declare const FileUploader:
|
|
282
|
+
declare const FileUploader: React.FC<FileUploaderProps>;
|
|
283
283
|
|
|
284
284
|
/**
|
|
285
285
|
* 通用文件管理组件
|
|
@@ -322,7 +322,7 @@ interface FileManagerProps {
|
|
|
322
322
|
/** 上传完成回调 */
|
|
323
323
|
onUploadComplete?: (files: FileMetadata[]) => void;
|
|
324
324
|
}
|
|
325
|
-
declare const UniversalFileManager:
|
|
325
|
+
declare const UniversalFileManager: React.FC<FileManagerProps>;
|
|
326
326
|
|
|
327
327
|
/**
|
|
328
328
|
* 文件夹管理组件
|
|
@@ -377,7 +377,7 @@ interface FolderManagerProps {
|
|
|
377
377
|
/** 文件移动回调 */
|
|
378
378
|
onFileMove?: (fileIds: string[], targetFolderId: string) => Promise<void>;
|
|
379
379
|
}
|
|
380
|
-
declare const FolderManager:
|
|
380
|
+
declare const FolderManager: React.FC<FolderManagerProps>;
|
|
381
381
|
|
|
382
382
|
/**
|
|
383
383
|
* 文件分享模态框组件
|
|
@@ -404,6 +404,6 @@ interface ShareInfo {
|
|
|
404
404
|
/** 分享代码 */
|
|
405
405
|
shareCode: string;
|
|
406
406
|
}
|
|
407
|
-
declare const FileShareModal:
|
|
407
|
+
declare const FileShareModal: React.FC<FileShareModalProps>;
|
|
408
408
|
|
|
409
409
|
export { ALL_SUPPORTED_MIME_TYPES, API_BASE_PATH, API_ENDPOINTS, AUDIO_EXTENSIONS, AUDIO_MIME_TYPES, DEFAULT_CHUNK_SIZE, DEFAULT_MAX_AUDIO_SIZE, DEFAULT_MAX_DOCUMENT_SIZE, DEFAULT_MAX_FILE_SIZE, DEFAULT_MAX_IMAGE_SIZE, DEFAULT_MAX_VIDEO_SIZE, DEFAULT_PAGE_SIZE, DEFAULT_REQUEST_TIMEOUT, DEFAULT_UPLOAD_TIMEOUT, DOCUMENT_EXTENSIONS, DOCUMENT_MIME_TYPES, ERROR_CODES, type FileManagerProps, FileMetadata, FileShareModal, type FileShareModalProps, FileUploader, type FileUploaderProps, FolderManager, type FolderManagerProps, type FolderNode, IMAGE_EXTENSIONS, IMAGE_MIME_TYPES, ProcessingOptions, type ShareInfo, UNIVERSAL_FILE_NAME, UNIVERSAL_FILE_VERSION, UniversalFileManager, UploadProgress, VIDEO_EXTENSIONS, VIDEO_MIME_TYPES, buildQueryString, calculateProgress, calculateRemainingTime, calculateSpeed, createFileError, formatErrorMessage, formatFileSize, generateStoragePath, generateUniqueFileName, getFileCategory, getFileExtension, getMimeTypeFromFileName, isAudioFile, isDocumentFile, isImageFile, isMimeTypeSupported, isVideoFile, parseFileSize, parseQueryString, parseStoragePath, readFileAsArrayBuffer, readFileAsBase64, readFileAsText, sanitizeFileName, validateFile, validateFileName, validateFileSize, validateFileType };
|