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.
Files changed (198) hide show
  1. package/dist/ai/llm/ui/miniapp/index.d.mts +2 -2
  2. package/dist/ai/llm/ui/miniapp/index.d.ts +2 -2
  3. package/dist/ai/llm/ui/rn/index.d.mts +2 -2
  4. package/dist/ai/llm/ui/rn/index.d.ts +2 -2
  5. package/dist/ai/llm/ui/web/index.d.mts +3 -3
  6. package/dist/ai/llm/ui/web/index.d.ts +3 -3
  7. package/dist/analytics/index.d.mts +1 -1
  8. package/dist/analytics/index.d.ts +1 -1
  9. package/dist/{chunk-QP5N3ER6.js → chunk-3CSCIRQY.js} +5 -6
  10. package/dist/chunk-3CSCIRQY.js.map +1 -0
  11. package/dist/{chunk-RJP2BRJD.mjs → chunk-4OOANEJV.mjs} +2 -2
  12. package/dist/{chunk-RJP2BRJD.mjs.map → chunk-4OOANEJV.mjs.map} +1 -1
  13. package/dist/chunk-5FUAQLGC.mjs +14 -0
  14. package/dist/chunk-5FUAQLGC.mjs.map +1 -0
  15. package/dist/{chunk-S732H246.js → chunk-6PMXAK7F.js} +2 -2
  16. package/dist/{chunk-S732H246.js.map → chunk-6PMXAK7F.js.map} +1 -1
  17. package/dist/chunk-6YLCRWKM.mjs +8 -0
  18. package/dist/chunk-6YLCRWKM.mjs.map +1 -0
  19. package/dist/{chunk-IBWDBBX5.mjs → chunk-7B5SI4OF.mjs} +3 -4
  20. package/dist/chunk-7B5SI4OF.mjs.map +1 -0
  21. package/dist/chunk-EQXPL7TN.mjs +78 -0
  22. package/dist/chunk-EQXPL7TN.mjs.map +1 -0
  23. package/dist/{chunk-GQZHGSRR.js → chunk-GSNGCENJ.js} +39 -2
  24. package/dist/chunk-GSNGCENJ.js.map +1 -0
  25. package/dist/chunk-HQLKOXG7.js +16 -0
  26. package/dist/chunk-HQLKOXG7.js.map +1 -0
  27. package/dist/{chunk-S3PUP7N4.js → chunk-PA4ELVGI.js} +2 -2
  28. package/dist/{chunk-S3PUP7N4.js.map → chunk-PA4ELVGI.js.map} +1 -1
  29. package/dist/{chunk-WZDTNDYR.js → chunk-QSKLQX6H.js} +11 -11
  30. package/dist/{chunk-WZDTNDYR.js.map → chunk-QSKLQX6H.js.map} +1 -1
  31. package/dist/{chunk-LHJKLUM7.mjs → chunk-TNJ6LYX7.mjs} +2 -2
  32. package/dist/{chunk-LHJKLUM7.mjs.map → chunk-TNJ6LYX7.mjs.map} +1 -1
  33. package/dist/{chunk-J77KR2EV.mjs → chunk-WJ7IMUEJ.mjs} +3 -3
  34. package/dist/{chunk-J77KR2EV.mjs.map → chunk-WJ7IMUEJ.mjs.map} +1 -1
  35. package/dist/chunk-YTGUIRRH.js +10 -0
  36. package/dist/chunk-YTGUIRRH.js.map +1 -0
  37. package/dist/common/auth/client/index.d.mts +1 -31
  38. package/dist/common/auth/client/index.d.ts +1 -31
  39. package/dist/common/auth/client/index.js +2 -15
  40. package/dist/common/auth/client/index.mjs +1 -2
  41. package/dist/common/auth/components/index.d.mts +14 -248
  42. package/dist/common/auth/components/index.d.ts +14 -248
  43. package/dist/common/auth/components/index.js +878 -49
  44. package/dist/common/auth/components/index.js.map +1 -1
  45. package/dist/common/auth/components/index.mjs +871 -5
  46. package/dist/common/auth/components/index.mjs.map +1 -1
  47. package/dist/common/auth/hooks/index.d.mts +2 -29
  48. package/dist/common/auth/hooks/index.d.ts +2 -29
  49. package/dist/common/auth/hooks/index.js +2 -11
  50. package/dist/common/auth/hooks/index.mjs +1 -2
  51. package/dist/common/auth/index.d.mts +5 -9
  52. package/dist/common/auth/index.d.ts +5 -9
  53. package/dist/common/auth/index.js +7 -28
  54. package/dist/common/auth/index.mjs +3 -4
  55. package/dist/common/auth/react/index.d.mts +3 -3
  56. package/dist/common/auth/react/index.d.ts +3 -3
  57. package/dist/common/auth/rn/index.d.mts +3 -19
  58. package/dist/common/auth/rn/index.d.ts +3 -19
  59. package/dist/common/auth/rn/index.js +0 -32
  60. package/dist/common/auth/rn/index.js.map +1 -1
  61. package/dist/common/auth/rn/index.mjs +1 -30
  62. package/dist/common/auth/rn/index.mjs.map +1 -1
  63. package/dist/common/auth/server/index.d.mts +81 -2
  64. package/dist/common/auth/server/index.d.ts +81 -2
  65. package/dist/common/auth/server/index.js +128 -37
  66. package/dist/common/auth/server/index.js.map +1 -1
  67. package/dist/common/auth/server/index.mjs +124 -1
  68. package/dist/common/auth/server/index.mjs.map +1 -1
  69. package/dist/common/auth/services/index.js +12 -9
  70. package/dist/common/auth/services/index.js.map +1 -1
  71. package/dist/common/auth/services/index.mjs +10 -1
  72. package/dist/common/auth/services/index.mjs.map +1 -1
  73. package/dist/common/file/server/index.js +32 -32
  74. package/dist/common/file/server/index.mjs +3 -3
  75. package/dist/common/index.d.mts +5 -8
  76. package/dist/common/index.d.ts +5 -8
  77. package/dist/common/index.js +12 -14
  78. package/dist/common/index.mjs +6 -8
  79. package/dist/common/request/index.js +4 -5
  80. package/dist/common/request/index.mjs +2 -3
  81. package/dist/i18n/index.d.mts +1 -1
  82. package/dist/i18n/index.d.ts +1 -1
  83. package/dist/imageCrop/index.d.mts +3 -3
  84. package/dist/imageCrop/index.d.ts +3 -3
  85. package/dist/index-Bd7cKF1j.d.mts +50 -0
  86. package/dist/{index-CLB80GCP.d.ts → index-D0cqaQEH.d.mts} +5 -5
  87. package/dist/{index-CLB80GCP.d.mts → index-D0cqaQEH.d.ts} +5 -5
  88. package/dist/index-DRQxtCDw.d.ts +50 -0
  89. package/dist/{index-BxZauNN_.d.mts → index-DoUo8IrU.d.mts} +8 -8
  90. package/dist/{index-BxZauNN_.d.ts → index-DoUo8IrU.d.ts} +8 -8
  91. package/dist/index.d.mts +152 -131
  92. package/dist/index.d.ts +152 -131
  93. package/dist/index.js +105 -554
  94. package/dist/index.js.map +1 -1
  95. package/dist/index.mjs +106 -555
  96. package/dist/index.mjs.map +1 -1
  97. package/dist/ossFile/server/index.js +32 -32
  98. package/dist/ossFile/server/index.mjs +3 -3
  99. package/dist/request/index.js +3 -4
  100. package/dist/request/index.mjs +1 -2
  101. package/dist/universalExport/index.d.mts +3 -3
  102. package/dist/universalExport/index.d.ts +3 -3
  103. package/dist/universalFile/index.d.mts +5 -5
  104. package/dist/universalFile/index.d.ts +5 -5
  105. package/dist/universalFile/server/index.js +62 -62
  106. package/dist/universalFile/server/index.mjs +2 -2
  107. package/package.json +1 -36
  108. package/dist/auth/client/index.d.mts +0 -13
  109. package/dist/auth/client/index.d.ts +0 -13
  110. package/dist/auth/client/index.js +0 -26
  111. package/dist/auth/client/index.js.map +0 -1
  112. package/dist/auth/client/index.mjs +0 -5
  113. package/dist/auth/client/index.mjs.map +0 -1
  114. package/dist/auth/components/index.d.mts +0 -10
  115. package/dist/auth/components/index.d.ts +0 -10
  116. package/dist/auth/components/index.js +0 -70
  117. package/dist/auth/components/index.js.map +0 -1
  118. package/dist/auth/components/index.mjs +0 -9
  119. package/dist/auth/components/index.mjs.map +0 -1
  120. package/dist/auth/hooks/index.d.mts +0 -13
  121. package/dist/auth/hooks/index.d.ts +0 -13
  122. package/dist/auth/hooks/index.js +0 -28
  123. package/dist/auth/hooks/index.js.map +0 -1
  124. package/dist/auth/hooks/index.mjs +0 -7
  125. package/dist/auth/hooks/index.mjs.map +0 -1
  126. package/dist/auth/index.d.mts +0 -21
  127. package/dist/auth/index.d.ts +0 -21
  128. package/dist/auth/index.js +0 -112
  129. package/dist/auth/index.js.map +0 -1
  130. package/dist/auth/index.mjs +0 -11
  131. package/dist/auth/index.mjs.map +0 -1
  132. package/dist/auth/rn/index.d.mts +0 -3133
  133. package/dist/auth/rn/index.d.ts +0 -3133
  134. package/dist/auth/rn/index.js +0 -684
  135. package/dist/auth/rn/index.js.map +0 -1
  136. package/dist/auth/rn/index.mjs +0 -663
  137. package/dist/auth/rn/index.mjs.map +0 -1
  138. package/dist/auth/schema/index.d.mts +0 -4
  139. package/dist/auth/schema/index.d.ts +0 -4
  140. package/dist/auth/schema/index.js +0 -49
  141. package/dist/auth/schema/index.js.map +0 -1
  142. package/dist/auth/schema/index.mjs +0 -4
  143. package/dist/auth/schema/index.mjs.map +0 -1
  144. package/dist/auth/services/index.d.mts +0 -1
  145. package/dist/auth/services/index.d.ts +0 -1
  146. package/dist/auth/services/index.js +0 -17
  147. package/dist/auth/services/index.js.map +0 -1
  148. package/dist/auth/services/index.mjs +0 -4
  149. package/dist/auth/services/index.mjs.map +0 -1
  150. package/dist/base-api-client-BpmcQt4Q.d.ts +0 -103
  151. package/dist/base-api-client-CFIhZK4C.d.mts +0 -277
  152. package/dist/base-api-client-CFIhZK4C.d.ts +0 -277
  153. package/dist/base-api-client-DXLsq2yz.d.mts +0 -103
  154. package/dist/chunk-7E3J7VAD.mjs +0 -3
  155. package/dist/chunk-7E3J7VAD.mjs.map +0 -1
  156. package/dist/chunk-B3CZ3HXJ.mjs +0 -126
  157. package/dist/chunk-B3CZ3HXJ.mjs.map +0 -1
  158. package/dist/chunk-FOQEQWX5.js +0 -4
  159. package/dist/chunk-FOQEQWX5.js.map +0 -1
  160. package/dist/chunk-G4NFB2QA.mjs +0 -212
  161. package/dist/chunk-G4NFB2QA.mjs.map +0 -1
  162. package/dist/chunk-G5HJGXGC.mjs +0 -39
  163. package/dist/chunk-G5HJGXGC.mjs.map +0 -1
  164. package/dist/chunk-GQZHGSRR.js.map +0 -1
  165. package/dist/chunk-GS7XLKET.js +0 -41
  166. package/dist/chunk-GS7XLKET.js.map +0 -1
  167. package/dist/chunk-IBWDBBX5.mjs.map +0 -1
  168. package/dist/chunk-MWSAH7ZG.mjs +0 -42
  169. package/dist/chunk-MWSAH7ZG.mjs.map +0 -1
  170. package/dist/chunk-MZOGYD4N.mjs +0 -186
  171. package/dist/chunk-MZOGYD4N.mjs.map +0 -1
  172. package/dist/chunk-QDUBO567.js +0 -1148
  173. package/dist/chunk-QDUBO567.js.map +0 -1
  174. package/dist/chunk-QP5N3ER6.js.map +0 -1
  175. package/dist/chunk-RWCD2CAD.mjs +0 -1132
  176. package/dist/chunk-RWCD2CAD.mjs.map +0 -1
  177. package/dist/chunk-S37OK2QG.js +0 -216
  178. package/dist/chunk-S37OK2QG.js.map +0 -1
  179. package/dist/chunk-SFDJNKWC.js +0 -22
  180. package/dist/chunk-SFDJNKWC.js.map +0 -1
  181. package/dist/chunk-TXMX6PZR.js +0 -190
  182. package/dist/chunk-TXMX6PZR.js.map +0 -1
  183. package/dist/chunk-VHN7PF5I.js +0 -20
  184. package/dist/chunk-VHN7PF5I.js.map +0 -1
  185. package/dist/chunk-XBZIS3MV.mjs +0 -13
  186. package/dist/chunk-XBZIS3MV.mjs.map +0 -1
  187. package/dist/chunk-XFOZ56FB.mjs +0 -20
  188. package/dist/chunk-XFOZ56FB.mjs.map +0 -1
  189. package/dist/chunk-Z23HAXHL.js +0 -136
  190. package/dist/chunk-Z23HAXHL.js.map +0 -1
  191. package/dist/index-BcjDRcKp.d.mts +0 -40
  192. package/dist/index-BlpXrrTy.d.ts +0 -40
  193. package/dist/session-BCXvGCnm.d.mts +0 -81
  194. package/dist/session-BCXvGCnm.d.ts +0 -81
  195. package/dist/types-C_W_CoUD.d.ts +0 -99
  196. package/dist/types-DCRvasyH.d.mts +0 -99
  197. package/dist/types.legacy-J-j-_ig_.d.mts +0 -25
  198. package/dist/types.legacy-J-j-_ig_.d.ts +0 -25
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
- var chunkWZDTNDYR_js = require('../../chunk-WZDTNDYR.js');
4
- var chunkS732H246_js = require('../../chunk-S732H246.js');
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 chunkWZDTNDYR_js.createFileUrlResolver; }
18
+ get: function () { return chunkQSKLQX6H_js.createFileUrlResolver; }
19
19
  });
20
20
  Object.defineProperty(exports, "createOssFileBootstrap", {
21
21
  enumerable: true,
22
- get: function () { return chunkWZDTNDYR_js.createOssFileBootstrap; }
22
+ get: function () { return chunkQSKLQX6H_js.createOssFileBootstrap; }
23
23
  });
24
24
  Object.defineProperty(exports, "createOssFileConfigManager", {
25
25
  enumerable: true,
26
- get: function () { return chunkWZDTNDYR_js.createOssFileConfigManager; }
26
+ get: function () { return chunkQSKLQX6H_js.createOssFileConfigManager; }
27
27
  });
28
28
  Object.defineProperty(exports, "createOssFileConfigManagerFromEnv", {
29
29
  enumerable: true,
30
- get: function () { return chunkWZDTNDYR_js.createOssFileConfigManagerFromEnv; }
30
+ get: function () { return chunkQSKLQX6H_js.createOssFileConfigManagerFromEnv; }
31
31
  });
32
32
  Object.defineProperty(exports, "createOssFileService", {
33
33
  enumerable: true,
34
- get: function () { return chunkWZDTNDYR_js.createOssFileService; }
34
+ get: function () { return chunkQSKLQX6H_js.createOssFileService; }
35
35
  });
36
36
  Object.defineProperty(exports, "createOssFileServiceWithDrizzlePersistence", {
37
37
  enumerable: true,
38
- get: function () { return chunkWZDTNDYR_js.createOssFileServiceWithDrizzlePersistence; }
38
+ get: function () { return chunkQSKLQX6H_js.createOssFileServiceWithDrizzlePersistence; }
39
39
  });
40
40
  Object.defineProperty(exports, "createUniversalFileServiceFromConfigManager", {
41
41
  enumerable: true,
42
- get: function () { return chunkWZDTNDYR_js.createUniversalFileServiceFromConfigManager; }
42
+ get: function () { return chunkQSKLQX6H_js.createUniversalFileServiceFromConfigManager; }
43
43
  });
44
44
  Object.defineProperty(exports, "getFileUrlByFileId", {
45
45
  enumerable: true,
46
- get: function () { return chunkWZDTNDYR_js.getFileUrlByFileId; }
46
+ get: function () { return chunkQSKLQX6H_js.getFileUrlByFileId; }
47
47
  });
48
48
  Object.defineProperty(exports, "getOssStorageModeLabel", {
49
49
  enumerable: true,
50
- get: function () { return chunkWZDTNDYR_js.getOssStorageModeLabel; }
50
+ get: function () { return chunkQSKLQX6H_js.getOssStorageModeLabel; }
51
51
  });
52
52
  Object.defineProperty(exports, "isOssEnabledInConfig", {
53
53
  enumerable: true,
54
- get: function () { return chunkWZDTNDYR_js.isOssEnabledInConfig; }
54
+ get: function () { return chunkQSKLQX6H_js.isOssEnabledInConfig; }
55
55
  });
56
56
  Object.defineProperty(exports, "resolveFileUrlMap", {
57
57
  enumerable: true,
58
- get: function () { return chunkWZDTNDYR_js.resolveFileUrlMap; }
58
+ get: function () { return chunkQSKLQX6H_js.resolveFileUrlMap; }
59
59
  });
60
60
  Object.defineProperty(exports, "resolveUploadAccessUrl", {
61
61
  enumerable: true,
62
- get: function () { return chunkWZDTNDYR_js.resolveUploadAccessUrl; }
62
+ get: function () { return chunkQSKLQX6H_js.resolveUploadAccessUrl; }
63
63
  });
64
64
  Object.defineProperty(exports, "uploadFileAndResolveAccessUrl", {
65
65
  enumerable: true,
66
- get: function () { return chunkWZDTNDYR_js.uploadFileAndResolveAccessUrl; }
66
+ get: function () { return chunkQSKLQX6H_js.uploadFileAndResolveAccessUrl; }
67
67
  });
68
68
  Object.defineProperty(exports, "ApiErrorFactory", {
69
69
  enumerable: true,
70
- get: function () { return chunkS732H246_js.ApiErrorFactory; }
70
+ get: function () { return chunk6PMXAK7F_js.ApiErrorFactory; }
71
71
  });
72
72
  Object.defineProperty(exports, "ApiResponseHelper", {
73
73
  enumerable: true,
74
- get: function () { return chunkS732H246_js.ApiResponseHelper; }
74
+ get: function () { return chunk6PMXAK7F_js.ApiResponseHelper; }
75
75
  });
76
76
  Object.defineProperty(exports, "CacheManager", {
77
77
  enumerable: true,
78
- get: function () { return chunkS732H246_js.CacheManager; }
78
+ get: function () { return chunk6PMXAK7F_js.CacheManager; }
79
79
  });
80
80
  Object.defineProperty(exports, "FileDbService", {
81
81
  enumerable: true,
82
- get: function () { return chunkS732H246_js.FileDbService; }
82
+ get: function () { return chunk6PMXAK7F_js.FileDbService; }
83
83
  });
84
84
  Object.defineProperty(exports, "PerformanceMonitor", {
85
85
  enumerable: true,
86
- get: function () { return chunkS732H246_js.PerformanceMonitor; }
86
+ get: function () { return chunk6PMXAK7F_js.PerformanceMonitor; }
87
87
  });
88
88
  Object.defineProperty(exports, "QueryOptimizer", {
89
89
  enumerable: true,
90
- get: function () { return chunkS732H246_js.QueryOptimizer; }
90
+ get: function () { return chunk6PMXAK7F_js.QueryOptimizer; }
91
91
  });
92
92
  Object.defineProperty(exports, "UniversalFileService", {
93
93
  enumerable: true,
94
- get: function () { return chunkS732H246_js.UniversalFileService; }
94
+ get: function () { return chunk6PMXAK7F_js.UniversalFileService; }
95
95
  });
96
96
  Object.defineProperty(exports, "ValidationHelper", {
97
97
  enumerable: true,
98
- get: function () { return chunkS732H246_js.ValidationHelper; }
98
+ get: function () { return chunk6PMXAK7F_js.ValidationHelper; }
99
99
  });
100
100
  Object.defineProperty(exports, "cacheManager", {
101
101
  enumerable: true,
102
- get: function () { return chunkS732H246_js.cacheManager; }
102
+ get: function () { return chunk6PMXAK7F_js.cacheManager; }
103
103
  });
104
104
  Object.defineProperty(exports, "createDrizzleFileRepository", {
105
105
  enumerable: true,
106
- get: function () { return chunkS732H246_js.createDrizzleFileRepository; }
106
+ get: function () { return chunk6PMXAK7F_js.createDrizzleFileRepository; }
107
107
  });
108
108
  Object.defineProperty(exports, "createFileServiceWithFactory", {
109
109
  enumerable: true,
110
- get: function () { return chunkS732H246_js.createFileServiceWithFactory; }
110
+ get: function () { return chunk6PMXAK7F_js.createFileServiceWithFactory; }
111
111
  });
112
112
  Object.defineProperty(exports, "createUniversalFileServiceWithConfigManager", {
113
113
  enumerable: true,
114
- get: function () { return chunkS732H246_js.createUniversalFileServiceWithConfigManager; }
114
+ get: function () { return chunk6PMXAK7F_js.createUniversalFileServiceWithConfigManager; }
115
115
  });
116
116
  Object.defineProperty(exports, "loadConfigFromEnv", {
117
117
  enumerable: true,
118
- get: function () { return chunkS732H246_js.loadConfigFromEnv; }
118
+ get: function () { return chunk6PMXAK7F_js.loadConfigFromEnv; }
119
119
  });
120
120
  Object.defineProperty(exports, "loadOSSConfigFromEnv", {
121
121
  enumerable: true,
122
- get: function () { return chunkS732H246_js.loadOSSConfigFromEnv; }
122
+ get: function () { return chunk6PMXAK7F_js.loadOSSConfigFromEnv; }
123
123
  });
124
124
  Object.defineProperty(exports, "performanceMonitor", {
125
125
  enumerable: true,
126
- get: function () { return chunkS732H246_js.performanceMonitor; }
126
+ get: function () { return chunk6PMXAK7F_js.performanceMonitor; }
127
127
  });
128
128
  Object.defineProperty(exports, "queryOptimizer", {
129
129
  enumerable: true,
130
- get: function () { return chunkS732H246_js.queryOptimizer; }
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-J77KR2EV.mjs';
2
- export { ApiErrorFactory, ApiResponseHelper, CacheManager, FileDbService, PerformanceMonitor, QueryOptimizer, UniversalFileService, ValidationHelper, cacheManager, createDrizzleFileRepository, createFileServiceWithFactory, createUniversalFileServiceWithConfigManager, loadConfigFromEnv, loadOSSConfigFromEnv, performanceMonitor, queryOptimizer } from '../../chunk-RJP2BRJD.mjs';
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';
@@ -1,7 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkGQZHGSRR_js = require('../chunk-GQZHGSRR.js');
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 chunkGQZHGSRR_js.MiniappRequestAdapter; }
11
+ get: function () { return chunkGSNGCENJ_js.MiniappRequestAdapter; }
13
12
  });
14
13
  Object.defineProperty(exports, "ReactNativeRequestAdapter", {
15
14
  enumerable: true,
16
- get: function () { return chunkGS7XLKET_js.ReactNativeRequestAdapter; }
15
+ get: function () { return chunkGSNGCENJ_js.ReactNativeRequestAdapter; }
17
16
  });
18
17
  Object.defineProperty(exports, "WebRequestAdapter", {
19
18
  enumerable: true,
@@ -1,5 +1,4 @@
1
- export { MiniappRequestAdapter } from '../chunk-MWSAH7ZG.mjs';
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 React__default from 'react';
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: React__default.FC<UniversalExportButtonProps>;
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: React__default.FC<ExportConfigEditorProps>;
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 React__default from 'react';
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: React__default.FC<UniversalExportButtonProps>;
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: React__default.FC<ExportConfigEditorProps>;
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 React__default from 'react';
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: React__default.FC<FileUploaderProps>;
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: React__default.FC<FileManagerProps>;
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: React__default.FC<FolderManagerProps>;
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: React__default.FC<FileShareModalProps>;
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 React__default from 'react';
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: React__default.FC<FileUploaderProps>;
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: React__default.FC<FileManagerProps>;
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: React__default.FC<FolderManagerProps>;
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: React__default.FC<FileShareModalProps>;
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 };