@alipay/ams-checkout 0.0.1783663570-dev.11 → 0.0.1783663570-dev.13
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/ams-checkout.js +3 -3
- package/dist/ams-checkout.min.js +1 -1
- package/dist/ams-checkout.min.js.map +1 -1
- package/esm/config/index.js +1 -1
- package/esm/core/component/element/modernElementController/index.d.ts +1 -0
- package/esm/core/component/element/modernElementController/index.js +7 -4
- package/esm/modern/tools.js +1 -1
- package/esm/tsdoc-metadata.json +1 -1
- package/esm/util/logger.js +1 -1
- package/package.json +1 -1
- package/types.d.ts +2 -0
- package/types.untrimmed.d.ts +2 -0
package/esm/tsdoc-metadata.json
CHANGED
package/esm/util/logger.js
CHANGED
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -6727,7 +6727,9 @@ declare type OpenSDKInternalErrorCodes = (typeof OpenSDKInternalErrorCodes)[keyo
|
|
|
6727
6727
|
|
|
6728
6728
|
declare class OpenSDKTracker {
|
|
6729
6729
|
private options?;
|
|
6730
|
+
private intlTrackerOptions?;
|
|
6730
6731
|
private tracker?;
|
|
6732
|
+
private trackerInitPromise?;
|
|
6731
6733
|
/**
|
|
6732
6734
|
* @description trackId,会话最终的唯一标识,可以用来打通服务端,追踪整体会话
|
|
6733
6735
|
*/
|
package/types.untrimmed.d.ts
CHANGED
|
@@ -7148,7 +7148,9 @@ declare type OpenSDKInternalErrorCodes = (typeof OpenSDKInternalErrorCodes)[keyo
|
|
|
7148
7148
|
|
|
7149
7149
|
declare class OpenSDKTracker {
|
|
7150
7150
|
private options?;
|
|
7151
|
+
private intlTrackerOptions?;
|
|
7151
7152
|
private tracker?;
|
|
7153
|
+
private trackerInitPromise?;
|
|
7152
7154
|
/**
|
|
7153
7155
|
* @description trackId,会话最终的唯一标识,可以用来打通服务端,追踪整体会话
|
|
7154
7156
|
*/
|