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
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { a as AiChatDialogProps } from '../../../../types-B2rs_jq1.mjs';
|
|
3
3
|
export { A as AiChatDialogBaseProps, c as AiConfigPageProps, b as AiUiConfig } from '../../../../types-B2rs_jq1.mjs';
|
|
4
4
|
import '../../../../types-LU_BGSzk.mjs';
|
|
5
5
|
import '../../../../types-CbTsi9CZ.mjs';
|
|
6
6
|
|
|
7
|
-
declare const AiChatDialog:
|
|
7
|
+
declare const AiChatDialog: React.FC<AiChatDialogProps>;
|
|
8
8
|
|
|
9
9
|
export { AiChatDialog, AiChatDialogProps };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { a as AiChatDialogProps } from '../../../../types-DwS2Eg0q.js';
|
|
3
3
|
export { A as AiChatDialogBaseProps, c as AiConfigPageProps, b as AiUiConfig } from '../../../../types-DwS2Eg0q.js';
|
|
4
4
|
import '../../../../types-DgACCUpT.js';
|
|
5
5
|
import '../../../../types-CbTsi9CZ.js';
|
|
6
6
|
|
|
7
|
-
declare const AiChatDialog:
|
|
7
|
+
declare const AiChatDialog: React.FC<AiChatDialogProps>;
|
|
8
8
|
|
|
9
9
|
export { AiChatDialog, AiChatDialogProps };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { a as AiChatDialogProps } from '../../../../types-B2rs_jq1.mjs';
|
|
3
3
|
export { A as AiChatDialogBaseProps, c as AiConfigPageProps, b as AiUiConfig } from '../../../../types-B2rs_jq1.mjs';
|
|
4
4
|
import '../../../../types-LU_BGSzk.mjs';
|
|
5
5
|
import '../../../../types-CbTsi9CZ.mjs';
|
|
6
6
|
|
|
7
|
-
declare const AiChatDialog:
|
|
7
|
+
declare const AiChatDialog: React.FC<AiChatDialogProps>;
|
|
8
8
|
|
|
9
9
|
export { AiChatDialog, AiChatDialogProps };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { a as AiChatDialogProps } from '../../../../types-DwS2Eg0q.js';
|
|
3
3
|
export { A as AiChatDialogBaseProps, c as AiConfigPageProps, b as AiUiConfig } from '../../../../types-DwS2Eg0q.js';
|
|
4
4
|
import '../../../../types-DgACCUpT.js';
|
|
5
5
|
import '../../../../types-CbTsi9CZ.js';
|
|
6
6
|
|
|
7
|
-
declare const AiChatDialog:
|
|
7
|
+
declare const AiChatDialog: React.FC<AiChatDialogProps>;
|
|
8
8
|
|
|
9
9
|
export { AiChatDialog, AiChatDialogProps };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as AiChatDialogProps, c as AiConfigPageProps } from '../../../../types-B2rs_jq1.mjs';
|
|
2
2
|
export { A as AiChatDialogBaseProps, b as AiUiConfig } from '../../../../types-B2rs_jq1.mjs';
|
|
3
|
-
import
|
|
3
|
+
import React from 'react';
|
|
4
4
|
import '../../../../types-LU_BGSzk.mjs';
|
|
5
5
|
import '../../../../types-CbTsi9CZ.mjs';
|
|
6
6
|
|
|
@@ -8,8 +8,8 @@ type WebAiChatDialogProps = AiChatDialogProps & {
|
|
|
8
8
|
className?: string;
|
|
9
9
|
contentClassName?: string;
|
|
10
10
|
};
|
|
11
|
-
declare const AiChatDialog:
|
|
11
|
+
declare const AiChatDialog: React.FC<WebAiChatDialogProps>;
|
|
12
12
|
|
|
13
|
-
declare const AiConfigPage:
|
|
13
|
+
declare const AiConfigPage: React.FC<AiConfigPageProps>;
|
|
14
14
|
|
|
15
15
|
export { AiChatDialog, AiChatDialogProps, AiConfigPage, AiConfigPageProps };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as AiChatDialogProps, c as AiConfigPageProps } from '../../../../types-DwS2Eg0q.js';
|
|
2
2
|
export { A as AiChatDialogBaseProps, b as AiUiConfig } from '../../../../types-DwS2Eg0q.js';
|
|
3
|
-
import
|
|
3
|
+
import React from 'react';
|
|
4
4
|
import '../../../../types-DgACCUpT.js';
|
|
5
5
|
import '../../../../types-CbTsi9CZ.js';
|
|
6
6
|
|
|
@@ -8,8 +8,8 @@ type WebAiChatDialogProps = AiChatDialogProps & {
|
|
|
8
8
|
className?: string;
|
|
9
9
|
contentClassName?: string;
|
|
10
10
|
};
|
|
11
|
-
declare const AiChatDialog:
|
|
11
|
+
declare const AiChatDialog: React.FC<WebAiChatDialogProps>;
|
|
12
12
|
|
|
13
|
-
declare const AiConfigPage:
|
|
13
|
+
declare const AiConfigPage: React.FC<AiConfigPageProps>;
|
|
14
14
|
|
|
15
15
|
export { AiChatDialog, AiChatDialogProps, AiConfigPage, AiConfigPageProps };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { A as ANALYTICS_VERSION, a as Analytics, z as AnalyticsConfig, d as AnalyticsDashboard, f as AnalyticsDashboardProps, K as AnalyticsDeviceAdapter, y as AnalyticsEvent, J as AnalyticsNetworkAdapter, I as AnalyticsStorageAdapter, x as ApiCallEvent, B as BarChart, p as BaseEvent, aj as CatchError, C as ChartDataPoint, t as ClickEvent, D as DashboardEvent, l as DashboardStats, aG as DesktopDeviceAdapter, aE as DesktopEventStorageAdapter, aF as DesktopNetworkAdapter, aH as DesktopStorageAdapter, G as DeviceInfo, v as ErrorEvent, e as EventList, j as EventListProps, o as EventPriority, E as EventQueue, n as EventType, m as FilterOptions, F as FilterPanel, k as FilterPanelProps, aC as MiniappDeviceAdapter, aA as MiniappEventStorageAdapter, aB as MiniappNetworkAdapter, aD as MiniappStorageAdapter, ay as MobileDeviceAdapter, aw as MobileEventStorageAdapter, ax as MobileNetworkAdapter, az as MobileStorageAdapter, q as PageViewEvent, w as PerformanceEvent, P as PieChart, S as StatCard, h as StatCardProps, ag as Track, ah as TrackClick, ai as TrackPerformance, H as UploadResponse, U as Uploader, au as WebDeviceAdapter, as as WebEventStorageAdapter, at as WebNetworkAdapter, c as clearAnalyticsRegistry, Q as createAnalytics, O as createDesktopConfig, N as createMiniappConfig, M as createMobileConfig, L as createWebConfig, Z as debounce, a9 as deepClone, _ as formatEvent, a8 as formatTimestamp, a5 as generateUniqueId, X as getAllInstanceKeys, R as getAnalyticsInstance, a2 as getBatchSize, ae as getCurrentPageTitle, ad as getCurrentPageUrl, a1 as getEventSize, b as getGlobalAnalytics, ac as getPageDuration, af as getReferrer, g as getRegisteredAnalytics, W as isAnalyticsInitialized, a7 as isDevelopment, a6 as isMobile, a4 as mergeEventProperties, r as registerAnalytics, V as resetAllAnalytics, T as resetAnalytics, ab as safeParse, aa as safeStringify, a3 as sanitizeEvent, s as setGlobalAnalytics, Y as throttle, u as unregisterAnalytics, ak as useAnalytics, ar as useAutoTracking, aq as useErrorTracking, ao as usePageDuration, al as usePageView, ap as usePerformanceTracking, an as useTrackClick, am as useTrackEvent, $ as validateEvent, a0 as validateEvents, av as webAdapter } from '../index-
|
|
1
|
+
export { A as ANALYTICS_VERSION, a as Analytics, z as AnalyticsConfig, d as AnalyticsDashboard, f as AnalyticsDashboardProps, K as AnalyticsDeviceAdapter, y as AnalyticsEvent, J as AnalyticsNetworkAdapter, I as AnalyticsStorageAdapter, x as ApiCallEvent, B as BarChart, p as BaseEvent, aj as CatchError, C as ChartDataPoint, t as ClickEvent, D as DashboardEvent, l as DashboardStats, aG as DesktopDeviceAdapter, aE as DesktopEventStorageAdapter, aF as DesktopNetworkAdapter, aH as DesktopStorageAdapter, G as DeviceInfo, v as ErrorEvent, e as EventList, j as EventListProps, o as EventPriority, E as EventQueue, n as EventType, m as FilterOptions, F as FilterPanel, k as FilterPanelProps, aC as MiniappDeviceAdapter, aA as MiniappEventStorageAdapter, aB as MiniappNetworkAdapter, aD as MiniappStorageAdapter, ay as MobileDeviceAdapter, aw as MobileEventStorageAdapter, ax as MobileNetworkAdapter, az as MobileStorageAdapter, q as PageViewEvent, w as PerformanceEvent, P as PieChart, S as StatCard, h as StatCardProps, ag as Track, ah as TrackClick, ai as TrackPerformance, H as UploadResponse, U as Uploader, au as WebDeviceAdapter, as as WebEventStorageAdapter, at as WebNetworkAdapter, c as clearAnalyticsRegistry, Q as createAnalytics, O as createDesktopConfig, N as createMiniappConfig, M as createMobileConfig, L as createWebConfig, Z as debounce, a9 as deepClone, _ as formatEvent, a8 as formatTimestamp, a5 as generateUniqueId, X as getAllInstanceKeys, R as getAnalyticsInstance, a2 as getBatchSize, ae as getCurrentPageTitle, ad as getCurrentPageUrl, a1 as getEventSize, b as getGlobalAnalytics, ac as getPageDuration, af as getReferrer, g as getRegisteredAnalytics, W as isAnalyticsInitialized, a7 as isDevelopment, a6 as isMobile, a4 as mergeEventProperties, r as registerAnalytics, V as resetAllAnalytics, T as resetAnalytics, ab as safeParse, aa as safeStringify, a3 as sanitizeEvent, s as setGlobalAnalytics, Y as throttle, u as unregisterAnalytics, ak as useAnalytics, ar as useAutoTracking, aq as useErrorTracking, ao as usePageDuration, al as usePageView, ap as usePerformanceTracking, an as useTrackClick, am as useTrackEvent, $ as validateEvent, a0 as validateEvents, av as webAdapter } from '../index-DoUo8IrU.mjs';
|
|
2
2
|
import 'react';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { A as ANALYTICS_VERSION, a as Analytics, z as AnalyticsConfig, d as AnalyticsDashboard, f as AnalyticsDashboardProps, K as AnalyticsDeviceAdapter, y as AnalyticsEvent, J as AnalyticsNetworkAdapter, I as AnalyticsStorageAdapter, x as ApiCallEvent, B as BarChart, p as BaseEvent, aj as CatchError, C as ChartDataPoint, t as ClickEvent, D as DashboardEvent, l as DashboardStats, aG as DesktopDeviceAdapter, aE as DesktopEventStorageAdapter, aF as DesktopNetworkAdapter, aH as DesktopStorageAdapter, G as DeviceInfo, v as ErrorEvent, e as EventList, j as EventListProps, o as EventPriority, E as EventQueue, n as EventType, m as FilterOptions, F as FilterPanel, k as FilterPanelProps, aC as MiniappDeviceAdapter, aA as MiniappEventStorageAdapter, aB as MiniappNetworkAdapter, aD as MiniappStorageAdapter, ay as MobileDeviceAdapter, aw as MobileEventStorageAdapter, ax as MobileNetworkAdapter, az as MobileStorageAdapter, q as PageViewEvent, w as PerformanceEvent, P as PieChart, S as StatCard, h as StatCardProps, ag as Track, ah as TrackClick, ai as TrackPerformance, H as UploadResponse, U as Uploader, au as WebDeviceAdapter, as as WebEventStorageAdapter, at as WebNetworkAdapter, c as clearAnalyticsRegistry, Q as createAnalytics, O as createDesktopConfig, N as createMiniappConfig, M as createMobileConfig, L as createWebConfig, Z as debounce, a9 as deepClone, _ as formatEvent, a8 as formatTimestamp, a5 as generateUniqueId, X as getAllInstanceKeys, R as getAnalyticsInstance, a2 as getBatchSize, ae as getCurrentPageTitle, ad as getCurrentPageUrl, a1 as getEventSize, b as getGlobalAnalytics, ac as getPageDuration, af as getReferrer, g as getRegisteredAnalytics, W as isAnalyticsInitialized, a7 as isDevelopment, a6 as isMobile, a4 as mergeEventProperties, r as registerAnalytics, V as resetAllAnalytics, T as resetAnalytics, ab as safeParse, aa as safeStringify, a3 as sanitizeEvent, s as setGlobalAnalytics, Y as throttle, u as unregisterAnalytics, ak as useAnalytics, ar as useAutoTracking, aq as useErrorTracking, ao as usePageDuration, al as usePageView, ap as usePerformanceTracking, an as useTrackClick, am as useTrackEvent, $ as validateEvent, a0 as validateEvents, av as webAdapter } from '../index-
|
|
1
|
+
export { A as ANALYTICS_VERSION, a as Analytics, z as AnalyticsConfig, d as AnalyticsDashboard, f as AnalyticsDashboardProps, K as AnalyticsDeviceAdapter, y as AnalyticsEvent, J as AnalyticsNetworkAdapter, I as AnalyticsStorageAdapter, x as ApiCallEvent, B as BarChart, p as BaseEvent, aj as CatchError, C as ChartDataPoint, t as ClickEvent, D as DashboardEvent, l as DashboardStats, aG as DesktopDeviceAdapter, aE as DesktopEventStorageAdapter, aF as DesktopNetworkAdapter, aH as DesktopStorageAdapter, G as DeviceInfo, v as ErrorEvent, e as EventList, j as EventListProps, o as EventPriority, E as EventQueue, n as EventType, m as FilterOptions, F as FilterPanel, k as FilterPanelProps, aC as MiniappDeviceAdapter, aA as MiniappEventStorageAdapter, aB as MiniappNetworkAdapter, aD as MiniappStorageAdapter, ay as MobileDeviceAdapter, aw as MobileEventStorageAdapter, ax as MobileNetworkAdapter, az as MobileStorageAdapter, q as PageViewEvent, w as PerformanceEvent, P as PieChart, S as StatCard, h as StatCardProps, ag as Track, ah as TrackClick, ai as TrackPerformance, H as UploadResponse, U as Uploader, au as WebDeviceAdapter, as as WebEventStorageAdapter, at as WebNetworkAdapter, c as clearAnalyticsRegistry, Q as createAnalytics, O as createDesktopConfig, N as createMiniappConfig, M as createMobileConfig, L as createWebConfig, Z as debounce, a9 as deepClone, _ as formatEvent, a8 as formatTimestamp, a5 as generateUniqueId, X as getAllInstanceKeys, R as getAnalyticsInstance, a2 as getBatchSize, ae as getCurrentPageTitle, ad as getCurrentPageUrl, a1 as getEventSize, b as getGlobalAnalytics, ac as getPageDuration, af as getReferrer, g as getRegisteredAnalytics, W as isAnalyticsInitialized, a7 as isDevelopment, a6 as isMobile, a4 as mergeEventProperties, r as registerAnalytics, V as resetAllAnalytics, T as resetAnalytics, ab as safeParse, aa as safeStringify, a3 as sanitizeEvent, s as setGlobalAnalytics, Y as throttle, u as unregisterAnalytics, ak as useAnalytics, ar as useAutoTracking, aq as useErrorTracking, ao as usePageDuration, al as usePageView, ap as usePerformanceTracking, an as useTrackClick, am as useTrackEvent, $ as validateEvent, a0 as validateEvents, av as webAdapter } from '../index-DoUo8IrU.js';
|
|
2
2
|
import 'react';
|
|
@@ -1,18 +1,17 @@
|
|
|
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
|
var chunkNSBPE2FW_js = require('./chunk-NSBPE2FW.js');
|
|
7
6
|
|
|
8
7
|
// src/common/request/index.ts
|
|
9
8
|
var request_exports = {};
|
|
10
9
|
chunkNSBPE2FW_js.__export(request_exports, {
|
|
11
|
-
MiniappRequestAdapter: () =>
|
|
12
|
-
ReactNativeRequestAdapter: () =>
|
|
10
|
+
MiniappRequestAdapter: () => chunkGSNGCENJ_js.MiniappRequestAdapter,
|
|
11
|
+
ReactNativeRequestAdapter: () => chunkGSNGCENJ_js.ReactNativeRequestAdapter,
|
|
13
12
|
WebRequestAdapter: () => chunkPBI7FKMB_js.WebRequestAdapter
|
|
14
13
|
});
|
|
15
14
|
|
|
16
15
|
exports.request_exports = request_exports;
|
|
17
|
-
//# sourceMappingURL=chunk-
|
|
18
|
-
//# sourceMappingURL=chunk-
|
|
16
|
+
//# sourceMappingURL=chunk-3CSCIRQY.js.map
|
|
17
|
+
//# sourceMappingURL=chunk-3CSCIRQY.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/common/request/index.ts"],"names":["__export","MiniappRequestAdapter","ReactNativeRequestAdapter","WebRequestAdapter"],"mappings":";;;;;;;AAAA,IAAA,eAAA,GAAA;AAAAA,yBAAA,CAAA,eAAA,EAAA;AAAA,EAAA,qBAAA,EAAA,MAAAC,sCAAA;AAAA,EAAA,yBAAA,EAAA,MAAAC,0CAAA;AAAA,EAAA,iBAAA,EAAA,MAAAC;AAAA,CAAA,CAAA","file":"chunk-3CSCIRQY.js","sourcesContent":["/**\n * @package sa2kit/common/request\n */\nexport * from '../../request';\n"]}
|
|
@@ -6073,5 +6073,5 @@ function createSingleton(factory, options = {}) {
|
|
|
6073
6073
|
}
|
|
6074
6074
|
|
|
6075
6075
|
export { AliyunCDNProvider, ApiError, ApiErrorCode, ApiErrorFactory, ApiResponseHelper, AudioProcessor, CacheManager, CacheStrategyType, CdnCacheStrategy2 as CdnCacheStrategy, ConfigValidationError, DEFAULT_ALLOWED_MIME_TYPES, DEFAULT_CACHE_CONFIG, DEFAULT_FILE_SERVICE_CONFIG, DEFAULT_MAX_FILE_SIZE, DEFAULT_OSS_CONFIG_KEYS, ErrorHttpStatusMap, ErrorMessages, FileDbService, FileServiceConfigManager, ImageProcessor, PerformanceMonitor, ProcessingQueue, QueryOptimizer, UniversalFileService, ValidationHelper, VideoProcessor, cacheManager, cdnCacheStrategy, createAliyunOSSPreset, createDocumentServicePreset, createDrizzleFileRepository, createDrizzleRepository, createFileServiceConfig, createFileServiceConfigWithConfigManager, createFileServiceFromEnv, createFileServiceWithFactory, createImageServicePreset, createLocalDevPreset, createSingleton, createSmartPreset, createUniversalFileService, createUniversalFileServiceWithConfigManager, createVideoServicePreset, getDefaultLocalStorage, getMimeType, getRequiredEnvVars, loadCDNConfigFromEnv, loadConfigFromEnv, loadConfigWithFallback, loadOSSConfigFromEnv, loadOSSConfigFromService, performanceMonitor, queryOptimizer, validateEnvironment, validateServiceConfig, validateStorageConfig };
|
|
6076
|
-
//# sourceMappingURL=chunk-
|
|
6077
|
-
//# sourceMappingURL=chunk-
|
|
6076
|
+
//# sourceMappingURL=chunk-4OOANEJV.mjs.map
|
|
6077
|
+
//# sourceMappingURL=chunk-4OOANEJV.mjs.map
|