@alipay/ams-checkout 0.0.1705989903-dev.0 → 0.0.1705989903-dev.1
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.
@@ -315,9 +315,6 @@ var ComponentApp = /*#__PURE__*/function () {
|
|
315
315
|
var _this4 = this;
|
316
316
|
return new Promise(function (resolve, reject) {
|
317
317
|
_this4._loadAppPromiseResolve = resolve;
|
318
|
-
_this4.AMSSDK.logger.logError({
|
319
|
-
title: 'sdk_event_webAppPreLoadStart'
|
320
|
-
});
|
321
318
|
setTimeout(function () {
|
322
319
|
reject(ERRORMESSAGE.CREATECOMPONENT_ERROR.LOAD_APP_TIMEOUT);
|
323
320
|
}, loadTimeLimit !== null && loadTimeLimit !== void 0 ? loadTimeLimit : LOADTIME_LIMIT);
|
package/esm/types/index.d.ts
CHANGED
@@ -375,8 +375,8 @@ export interface ApplePayPaymentSessionResult {
|
|
375
375
|
message?: string;
|
376
376
|
}
|
377
377
|
export declare enum redirectTypeEnum {
|
378
|
-
UNSAFE_BROWSER = "UNSAFE_BROWSER"
|
379
|
-
SAFETY_BROWSER = "SAFETY_BROWSER"
|
378
|
+
UNSAFE_BROWSER = "UNSAFE_BROWSER",// 非安全浏览器
|
379
|
+
SAFETY_BROWSER = "SAFETY_BROWSER",// 安全浏览器
|
380
380
|
INVOKE_SDK = "INVOKE_SDK"
|
381
381
|
}
|
382
382
|
export interface ActionForm {
|