@alipay/ams-checkout 0.0.1694675458-dev.0 → 1.3.1-dev
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/{esm/config/request.d.ts → dist/esm/config/index.d.ts} +1 -0
- package/{esm/config/request.js → dist/esm/config/index.js} +3 -1
- package/{esm → dist/esm}/constant/index.d.ts +32 -54
- package/{esm → dist/esm}/constant/index.js +32 -54
- package/dist/esm/core/component/index.d.ts +17 -0
- package/dist/esm/core/component/index.js +127 -0
- package/{esm → dist/esm}/core/drop-in/index.d.ts +4 -4
- package/{esm → dist/esm}/core/drop-in/index.js +3 -3
- package/{esm → dist/esm}/core/instance/index.d.ts +23 -6
- package/{esm → dist/esm}/core/instance/index.js +75 -31
- package/{esm → dist/esm}/index.d.ts +10 -4
- package/{esm → dist/esm}/index.js +30 -8
- package/{esm → dist/esm}/plugin/component/cashierApp.d.ts +6 -5
- package/{esm → dist/esm}/plugin/component/cashierApp.js +74 -57
- package/{esm/plugin/component/component.inline.style.d.ts → dist/esm/plugin/component/component.style.d.ts} +1 -4
- package/dist/esm/plugin/component/component.style.js +15 -0
- package/{esm → dist/esm}/plugin/component/index.d.ts +33 -31
- package/{esm → dist/esm}/plugin/component/index.js +356 -273
- package/{esm → dist/esm}/plugin/drop-in/index.d.ts +5 -3
- package/{esm → dist/esm}/plugin/drop-in/index.js +3 -3
- package/{esm → dist/esm}/request/index.d.ts +2 -2
- package/{esm → dist/esm}/request/index.js +9 -9
- package/{esm → dist/esm}/request/utils.d.ts +3 -3
- package/{esm → dist/esm}/request/utils.js +4 -4
- package/dist/esm/service/index.d.ts +2 -0
- package/{esm → dist/esm}/types/index.d.ts +40 -99
- package/dist/esm/types/index.js +94 -0
- package/dist/esm/util/createIframeNode.d.ts +5 -0
- package/{esm → dist/esm}/util/createIframeNode.js +8 -8
- package/{esm → dist/esm}/util/index.d.ts +4 -6
- package/{esm → dist/esm}/util/index.js +7 -26
- package/dist/esm/util/mock.js +4 -0
- package/dist/umd/ams-checkout.min.js +1 -1
- package/package.json +54 -1
- package/esm/config/index.d.ts +0 -2
- package/esm/config/index.js +0 -17
- package/esm/core/component/index.d.ts +0 -31
- package/esm/core/component/index.js +0 -202
- package/esm/image/skeleton.svg +0 -18
- package/esm/plugin/component/component.inline.style.js +0 -38
- package/esm/plugin/component/component.popup.style.d.ts +0 -12
- package/esm/plugin/component/component.popup.style.js +0 -163
- package/esm/service/index.d.ts +0 -2
- package/esm/types/index.js +0 -134
- package/esm/util/createIframeNode.d.ts +0 -5
- package/esm/util/mock.js +0 -3
- /package/{esm → dist/esm}/image/cta.svg +0 -0
- /package/{esm → dist/esm}/service/index.js +0 -0
- /package/{esm → dist/esm}/util/get.d.ts +0 -0
- /package/{esm → dist/esm}/util/get.js +0 -0
- /package/{esm → dist/esm}/util/intl-callapp/es/browser.d.ts +0 -0
- /package/{esm → dist/esm}/util/intl-callapp/es/browser.js +0 -0
- /package/{esm → dist/esm}/util/intl-callapp/es/evoke.d.ts +0 -0
- /package/{esm → dist/esm}/util/intl-callapp/es/evoke.js +0 -0
- /package/{esm → dist/esm}/util/intl-callapp/es/generate.d.ts +0 -0
- /package/{esm → dist/esm}/util/intl-callapp/es/generate.js +0 -0
- /package/{esm → dist/esm}/util/intl-callapp/es/index.d.ts +0 -0
- /package/{esm → dist/esm}/util/intl-callapp/es/index.js +0 -0
- /package/{esm → dist/esm}/util/intl-callapp/es/main.d.ts +0 -0
- /package/{esm → dist/esm}/util/intl-callapp/es/main.js +0 -0
- /package/{esm → dist/esm}/util/intl-callapp/es/openWallet.d.ts +0 -0
- /package/{esm → dist/esm}/util/intl-callapp/es/openWallet.js +0 -0
- /package/{esm → dist/esm}/util/intl-callapp/es/types.d.ts +0 -0
- /package/{esm → dist/esm}/util/intl-callapp/es/types.js +0 -0
- /package/{esm → dist/esm}/util/intl-callapp/es/utils/config.d.ts +0 -0
- /package/{esm → dist/esm}/util/intl-callapp/es/utils/config.js +0 -0
- /package/{esm → dist/esm}/util/intl-callapp/es/utils/index.d.ts +0 -0
- /package/{esm → dist/esm}/util/intl-callapp/es/utils/index.js +0 -0
- /package/{esm → dist/esm}/util/mock.d.ts +0 -0
package/package.json
CHANGED
@@ -1 +1,54 @@
|
|
1
|
-
{
|
1
|
+
{
|
2
|
+
"name": "@alipay/ams-checkout",
|
3
|
+
"version": "1.3.1-dev",
|
4
|
+
"description": "",
|
5
|
+
"repository": "git@code.alipay.com:antom-sdk/antom-web-sdk.git",
|
6
|
+
"author": "",
|
7
|
+
"main": "dist/esm/index.js",
|
8
|
+
"module": "dist/esm/index.js",
|
9
|
+
"typings": "dist/esm/index.d.ts",
|
10
|
+
"files": [
|
11
|
+
"dist",
|
12
|
+
"LEGAL.md",
|
13
|
+
"LICENSE",
|
14
|
+
"README.md"
|
15
|
+
],
|
16
|
+
"scripts": {
|
17
|
+
"build": "father build",
|
18
|
+
"ci": "npm run lint",
|
19
|
+
"cov": "jest --coverage",
|
20
|
+
"format": "prettier --write --no-error-on-unmatched-pattern \"**/*.{js,jsx,ts,tsx,md,json,css,less}\"",
|
21
|
+
"lint": "eslint ./src",
|
22
|
+
"test": "jest"
|
23
|
+
},
|
24
|
+
"dependencies": {
|
25
|
+
"axios": "^1.3.4",
|
26
|
+
"uuid": "^9.0.0"
|
27
|
+
},
|
28
|
+
"devDependencies": {
|
29
|
+
"@babel/core": "^7.20.7",
|
30
|
+
"@babel/preset-env": "^7.20.2",
|
31
|
+
"@testing-library/jest-dom": "^5.1.1",
|
32
|
+
"@testing-library/react": "^9.5.0",
|
33
|
+
"@types/jest": "^29.2.4",
|
34
|
+
"@types/uuid": "^9.0.0",
|
35
|
+
"@typescript-eslint/parser": "^5.60.0",
|
36
|
+
"babel-jest": "^29.3.1",
|
37
|
+
"babel-loader": "^9.1.0",
|
38
|
+
"babel-plugin-import": "^1.13.0",
|
39
|
+
"eslint": "^8.36.0",
|
40
|
+
"father": "^4.2.3",
|
41
|
+
"jest": "^29.5.0",
|
42
|
+
"jest-environment-jsdom": "^29.3.1",
|
43
|
+
"prettier": "^2.8.4",
|
44
|
+
"prettier-plugin-organize-imports": "^3.2.3",
|
45
|
+
"prettier-plugin-packagejson": "^2.4.5",
|
46
|
+
"ts-jest": "^29.0.3",
|
47
|
+
"ts-node": "^10.9.1",
|
48
|
+
"typescript": "^4.9.5"
|
49
|
+
},
|
50
|
+
"engines": {},
|
51
|
+
"publishConfig": {
|
52
|
+
"access": "public"
|
53
|
+
}
|
54
|
+
}
|
package/esm/config/index.d.ts
DELETED
package/esm/config/index.js
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) 2022 International Business Group, Ant Group. All rights reserved.
|
3
|
-
*
|
4
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), the rights to use, copy, modify, merge, and/or distribute the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
5
|
-
* 1. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE; and
|
6
|
-
* 2. If applicable, the use of the Software is also subject to the terms and conditions of any non-disclosure agreement signed by you and the relevant Ant Group entity.
|
7
|
-
*/
|
8
|
-
import json from "../../package.json";
|
9
|
-
export var marmptMap = {
|
10
|
-
dev: 'http://page.alipay.net/page/antom-web-checkout/src/component-app',
|
11
|
-
sit: 'http://page.test.alipay.net/page/antom-web-checkout/src/component-app',
|
12
|
-
pre: 'https://pre.ac.alipay.com/page/antom-web-checkout/src/component-app',
|
13
|
-
sandbox: 'https://ac.alipay.com/page/antom-web-checkout/src/component-app',
|
14
|
-
light_sandbox: 'https://ac.alipay.com/page/antom-web-checkout/src/component-app',
|
15
|
-
prod: 'https://ac.alipay.com/page/antom-web-checkout/src/component-app'
|
16
|
-
};
|
17
|
-
export var sdkVersion = json.version;
|
@@ -1,31 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) 2022 International Business Group, Ant Group. All rights reserved.
|
3
|
-
*
|
4
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), the rights to use, copy, modify, merge, and/or distribute the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
5
|
-
* 1. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE; and
|
6
|
-
* 2. If applicable, the use of the Software is also subject to the terms and conditions of any non-disclosure agreement signed by you and the relevant Ant Group entity.
|
7
|
-
*/
|
8
|
-
import ComponentApp from '../../plugin/component';
|
9
|
-
import { IcreateComponent, IoptionsParams, Iselector } from '../../types';
|
10
|
-
import CoreInstance from '../instance/index';
|
11
|
-
export declare class AMSComponent extends CoreInstance {
|
12
|
-
_componentApp: ComponentApp;
|
13
|
-
constructor(options: IoptionsParams);
|
14
|
-
private parameterInitAndCheck;
|
15
|
-
private pluginAppendIframe;
|
16
|
-
/**
|
17
|
-
* @description Create component application
|
18
|
-
* @param params - The data source created by the component, necessary paymentSessionData, optional appearance configuration, and refer to the documentation for other parameters and detailed information.
|
19
|
-
*/
|
20
|
-
createComponent(params: IcreateComponent): Promise<void>;
|
21
|
-
/**
|
22
|
-
* @description Create and render components in the specified element area
|
23
|
-
* @param params - The data source created by the component, necessary paymentSessionData, necessary element selector IDs, optional appearance configurations, and refer to the documentation for other parameters and detailed information.
|
24
|
-
*/
|
25
|
-
mountComponent(params: IcreateComponent, selector: Iselector): Promise<void>;
|
26
|
-
/**
|
27
|
-
* @description Execute payment submission process
|
28
|
-
* @description - When using your own payment button, you can execute the submit payment process by actively calling this function.
|
29
|
-
*/
|
30
|
-
submit(): void;
|
31
|
-
}
|
@@ -1,202 +0,0 @@
|
|
1
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
2
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
3
|
-
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
4
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
5
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
6
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
7
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
8
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
9
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
10
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
11
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
12
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
13
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
14
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
15
|
-
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
16
|
-
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
17
|
-
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
18
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
19
|
-
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
20
|
-
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
21
|
-
/**
|
22
|
-
* Copyright (c) 2022 International Business Group, Ant Group. All rights reserved.
|
23
|
-
*
|
24
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), the rights to use, copy, modify, merge, and/or distribute the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
25
|
-
* 1. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE; and
|
26
|
-
* 2. If applicable, the use of the Software is also subject to the terms and conditions of any non-disclosure agreement signed by you and the relevant Ant Group entity.
|
27
|
-
*/
|
28
|
-
|
29
|
-
import { COMPONENTPLUGINID, ERRORMESSAGE, EVENT } from "../../constant";
|
30
|
-
import ComponentApp from "../../plugin/component";
|
31
|
-
import { componentSignEnum, modeEnum, networkModeEnum, productSceneEnum, renderDisplayTypeEnum } from "../../types";
|
32
|
-
import { isPC } from "../../util";
|
33
|
-
import { createIframeNode } from "../../util/createIframeNode";
|
34
|
-
import CoreInstance from "../instance/index";
|
35
|
-
var getComponentSign = function getComponentSign(params) {
|
36
|
-
var _params$paymentSessio = params.paymentSessionConfig,
|
37
|
-
_params$paymentSessio2 = _params$paymentSessio === void 0 ? {} : _params$paymentSessio,
|
38
|
-
_params$paymentSessio3 = _params$paymentSessio2.productScene,
|
39
|
-
productScene = _params$paymentSessio3 === void 0 ? '' : _params$paymentSessio3,
|
40
|
-
_params$paymentSessio4 = _params$paymentSessio2.paymentMethodCategoryType,
|
41
|
-
paymentMethodCategoryType = _params$paymentSessio4 === void 0 ? '' : _params$paymentSessio4;
|
42
|
-
return productScene && paymentMethodCategoryType ? "".concat(productScene, "_").concat(paymentMethodCategoryType) : componentSignEnum.NONE;
|
43
|
-
};
|
44
|
-
var parsePaymentSessionData = function parsePaymentSessionData(paymentSessionData) {
|
45
|
-
try {
|
46
|
-
return [JSON.parse(atob(paymentSessionData.split('&&')[3])), paymentSessionData.split('&&').slice(0, 3).join('&&')];
|
47
|
-
} catch (error) {
|
48
|
-
console.error('Parsing paymentSessionData is abnormal and may affect the payment link. Please ensure to use the new version of SDK.');
|
49
|
-
return [{}, paymentSessionData];
|
50
|
-
}
|
51
|
-
};
|
52
|
-
|
53
|
-
// pc easy-pay execute 1.0 Process
|
54
|
-
var resetEasyPaySceneVersion = function resetEasyPaySceneVersion(parseData) {
|
55
|
-
if (isPC() && parseData !== null && parseData !== void 0 && parseData.paymentSessionConfig) {
|
56
|
-
var productScene = parseData.paymentSessionConfig.productScene;
|
57
|
-
if (productScene === productSceneEnum.EASY_PAY) {
|
58
|
-
parseData.paymentSessionConfig.productSceneVersion = '1.0';
|
59
|
-
}
|
60
|
-
}
|
61
|
-
};
|
62
|
-
var handlePaymentSessionData = function handlePaymentSessionData(originPaymentSessionData) {
|
63
|
-
var _parsePaymentSessionD = parsePaymentSessionData(originPaymentSessionData),
|
64
|
-
_parsePaymentSessionD2 = _slicedToArray(_parsePaymentSessionD, 2),
|
65
|
-
parseData = _parsePaymentSessionD2[0],
|
66
|
-
paymentSessionData = _parsePaymentSessionD2[1];
|
67
|
-
resetEasyPaySceneVersion(parseData);
|
68
|
-
return [parseData, paymentSessionData];
|
69
|
-
};
|
70
|
-
var handleParams = function handleParams(params) {
|
71
|
-
var _params = Object.assign({
|
72
|
-
paymentSessionMetaData: {},
|
73
|
-
renderDisplayType: renderDisplayTypeEnum.popup
|
74
|
-
}, params);
|
75
|
-
var _handlePaymentSession = handlePaymentSessionData(_params.paymentSessionData),
|
76
|
-
_handlePaymentSession2 = _slicedToArray(_handlePaymentSession, 2),
|
77
|
-
parseData = _handlePaymentSession2[0],
|
78
|
-
paymentSessionData = _handlePaymentSession2[1];
|
79
|
-
var componentSign = getComponentSign(parseData);
|
80
|
-
if (componentSign === componentSignEnum.NONE) {
|
81
|
-
// eslint-disable-next-line prefer-promise-reject-errors
|
82
|
-
return Promise.reject({
|
83
|
-
code: ERRORMESSAGE.CREATEPAYMENT_PARAMETER_ERROR.code,
|
84
|
-
message: "Abnormal response data, interface failure, or unsupported payment method"
|
85
|
-
});
|
86
|
-
}
|
87
|
-
_params.paymentSessionData = paymentSessionData;
|
88
|
-
_params.paymentSessionMetaData = parseData;
|
89
|
-
return Promise.resolve({
|
90
|
-
iframeNodesParams: _params,
|
91
|
-
componentSign: componentSign
|
92
|
-
});
|
93
|
-
};
|
94
|
-
export var AMSComponent = /*#__PURE__*/function (_CoreInstance) {
|
95
|
-
_inherits(AMSComponent, _CoreInstance);
|
96
|
-
var _super = _createSuper(AMSComponent);
|
97
|
-
function AMSComponent(options) {
|
98
|
-
var _this;
|
99
|
-
_classCallCheck(this, AMSComponent);
|
100
|
-
_this = _super.call(this, options);
|
101
|
-
// Instantiate the plug-in and set render
|
102
|
-
_defineProperty(_assertThisInitialized(_this), "_componentApp", void 0);
|
103
|
-
var ComponentPlugin = new ComponentApp();
|
104
|
-
ComponentPlugin.setRender(createIframeNode);
|
105
|
-
// Register Cashier Application Plug in
|
106
|
-
_this._registerPlugin(COMPONENTPLUGINID, ComponentPlugin);
|
107
|
-
_this._componentApp = _this._getPlugin(COMPONENTPLUGINID);
|
108
|
-
return _this;
|
109
|
-
}
|
110
|
-
_createClass(AMSComponent, [{
|
111
|
-
key: "parameterInitAndCheck",
|
112
|
-
value: function parameterInitAndCheck(_ref) {
|
113
|
-
var params = _ref.params,
|
114
|
-
selector = _ref.selector,
|
115
|
-
renderDisplayType = _ref.renderDisplayType;
|
116
|
-
this.options.mode = modeEnum.component;
|
117
|
-
this.options.networkMode = this.options.networkMode || networkModeEnum.session;
|
118
|
-
var _params = Object.assign({
|
119
|
-
selector: selector,
|
120
|
-
renderDisplayType: renderDisplayType
|
121
|
-
}, params);
|
122
|
-
if (_params && !_params.paymentSessionData) {
|
123
|
-
return Promise.reject(ERRORMESSAGE.CREATEPAYMENT_PARAMETER_ERROR);
|
124
|
-
}
|
125
|
-
if (this.options.networkMode === networkModeEnum.proxy) {
|
126
|
-
console.warn(ERRORMESSAGE.INIT_PARAMETER_ERROR.NET_MODE_NOT_SUPPORT.message);
|
127
|
-
return Promise.reject(ERRORMESSAGE.INIT_PARAMETER_ERROR.NET_MODE_NOT_SUPPORT);
|
128
|
-
}
|
129
|
-
return Promise.resolve(_params);
|
130
|
-
}
|
131
|
-
}, {
|
132
|
-
key: "pluginAppendIframe",
|
133
|
-
value: function pluginAppendIframe(appendParams) {
|
134
|
-
try {
|
135
|
-
return this._componentApp.appendIframeNodes(appendParams.componentSign, appendParams.iframeNodesParams);
|
136
|
-
} catch (error) {
|
137
|
-
return Promise.reject(error);
|
138
|
-
}
|
139
|
-
}
|
140
|
-
|
141
|
-
/**
|
142
|
-
* @description Create component application
|
143
|
-
* @param params - The data source created by the component, necessary paymentSessionData, optional appearance configuration, and refer to the documentation for other parameters and detailed information.
|
144
|
-
*/
|
145
|
-
}, {
|
146
|
-
key: "createComponent",
|
147
|
-
value: function createComponent(params) {
|
148
|
-
var _this2 = this;
|
149
|
-
return this.parameterInitAndCheck({
|
150
|
-
params: params,
|
151
|
-
renderDisplayType: renderDisplayTypeEnum.popup
|
152
|
-
}).then(function (_params) {
|
153
|
-
return handleParams(_params);
|
154
|
-
}).catch(function (error) {
|
155
|
-
_this2._eventCenter.emit(EVENT.error.name, error);
|
156
|
-
return Promise.reject(error);
|
157
|
-
}).then(function (appendParams) {
|
158
|
-
return _this2.pluginAppendIframe(appendParams);
|
159
|
-
});
|
160
|
-
}
|
161
|
-
/**
|
162
|
-
* @description Create and render components in the specified element area
|
163
|
-
* @param params - The data source created by the component, necessary paymentSessionData, necessary element selector IDs, optional appearance configurations, and refer to the documentation for other parameters and detailed information.
|
164
|
-
*/
|
165
|
-
}, {
|
166
|
-
key: "mountComponent",
|
167
|
-
value: function mountComponent(params, selector) {
|
168
|
-
var _this3 = this;
|
169
|
-
return this.parameterInitAndCheck({
|
170
|
-
params: params,
|
171
|
-
renderDisplayType: renderDisplayTypeEnum.inline,
|
172
|
-
selector: selector
|
173
|
-
}).then(function (_params) {
|
174
|
-
return handleParams(_params);
|
175
|
-
}).catch(function (error) {
|
176
|
-
_this3._eventCenter.emit(EVENT.error.name, error);
|
177
|
-
return Promise.reject(error);
|
178
|
-
}).then(function (appendParams) {
|
179
|
-
return _this3.pluginAppendIframe(appendParams);
|
180
|
-
});
|
181
|
-
}
|
182
|
-
/**
|
183
|
-
* @description Execute payment submission process
|
184
|
-
* @description - When using your own payment button, you can execute the submit payment process by actively calling this function.
|
185
|
-
*/
|
186
|
-
}, {
|
187
|
-
key: "submit",
|
188
|
-
value: function submit() {
|
189
|
-
try {
|
190
|
-
this._componentApp.dispatchToApp({
|
191
|
-
context: {
|
192
|
-
event: 'submitPay',
|
193
|
-
data: {}
|
194
|
-
}
|
195
|
-
});
|
196
|
-
} catch (error) {
|
197
|
-
console.error(error);
|
198
|
-
}
|
199
|
-
}
|
200
|
-
}]);
|
201
|
-
return AMSComponent;
|
202
|
-
}(CoreInstance);
|
package/esm/image/skeleton.svg
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
<svg width="740" height="360" viewBox="0 0 740 360" fill="none" xmlns="">
|
2
|
-
<rect width="740" height="360" rx="12" fill="#F6F6F6"/>
|
3
|
-
<rect opacity="0.7" x="44" y="44" width="32" height="32" rx="4" fill="#E1E6ED"/>
|
4
|
-
<rect opacity="0.7" x="94" y="44" width="32" height="32" rx="4" fill="#E1E6ED"/>
|
5
|
-
<rect opacity="0.7" x="144" y="44" width="32" height="32" rx="4" fill="#E1E6ED"/>
|
6
|
-
<g style="mix-blend-mode:multiply" opacity="0.336007">
|
7
|
-
<path d="M136 100H48C43.5817 100 40 103.582 40 108C40 112.418 43.5817 116 48 116H136C140.418 116 144 112.418 144 108C144 103.582 140.418 100 136 100Z" fill="#E1E6ED"/>
|
8
|
-
</g>
|
9
|
-
<g style="mix-blend-mode:multiply" opacity="0.336007">
|
10
|
-
<path d="M682 126H58C48.0589 126 40 134.059 40 144C40 153.941 48.0589 162 58 162H682C691.941 162 700 153.941 700 144C700 134.059 691.941 126 682 126Z" fill="#E1E6ED"/>
|
11
|
-
</g>
|
12
|
-
<g style="mix-blend-mode:multiply" opacity="0.336007">
|
13
|
-
<path d="M682 182H58C48.0589 182 40 190.059 40 200C40 209.941 48.0589 218 58 218H682C691.941 218 700 209.941 700 200C700 190.059 691.941 182 682 182Z" fill="#E1E6ED"/>
|
14
|
-
</g>
|
15
|
-
<g style="mix-blend-mode:multiply" opacity="0.336007">
|
16
|
-
<path d="M504 274H64C52.9543 274 44 282.954 44 294C44 305.046 52.9543 314 64 314H504C515.046 314 524 305.046 524 294C524 282.954 515.046 274 504 274Z" fill="#E1E6ED"/>
|
17
|
-
</g>
|
18
|
-
</svg>
|
@@ -1,38 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) 2022 International Business Group, Ant Group. All rights reserved.
|
3
|
-
*
|
4
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), the rights to use, copy, modify, merge, and/or distribute the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
5
|
-
* 1. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE; and
|
6
|
-
* 2. If applicable, the use of the Software is also subject to the terms and conditions of any non-disclosure agreement signed by you and the relevant Ant Group entity.
|
7
|
-
*/
|
8
|
-
import { platformEnum } from "../../types";
|
9
|
-
import { INLINE_BASE_STYLE_ID, LOADING_ID, INLINE_IMG_CLASSNAME, COMPONENT_CONTAINER_ID, COMPONENT_IFRAME_TAG_ID } from "../../constant";
|
10
|
-
import { amsSetSize } from "../../util";
|
11
|
-
var inlineComponentCss = "#".concat(COMPONENT_IFRAME_TAG_ID, "-desktop{\n border-radius: 8px;\n position: absolute;\n top: 0;\n left: 0;\n}\n#").concat(COMPONENT_IFRAME_TAG_ID, "-mobile{\n position: absolute;\n top: 0;\n left: 0;\n}\n.").concat(COMPONENT_CONTAINER_ID, "-inline{\n width: 100%;\n height: auto;\n position: relative;\n line-height: 0;\n display: flex;\n}\n#").concat(LOADING_ID, "{\n width: 100%;\n flex: 1;\n}\n.").concat(INLINE_IMG_CLASSNAME, "{\n width: 100%;\n height: auto;\n object-fit: contain;\n box-sizing: border-box;\n}\n.").concat(INLINE_IMG_CLASSNAME, "-mobile{\n padding: 0 0.16em;\n}\n.").concat(INLINE_IMG_CLASSNAME, "-desktop{}\n");
|
12
|
-
export var inlineComponentAddCss = function inlineComponentAddCss() {
|
13
|
-
var style = document.createElement('style');
|
14
|
-
style.id = 'ams-inline-component-style';
|
15
|
-
style.type = 'text/css';
|
16
|
-
style.innerHTML = inlineComponentCss;
|
17
|
-
document.head.appendChild(style);
|
18
|
-
};
|
19
|
-
export var addInlineLoading = function addInlineLoading(_selector, platform) {
|
20
|
-
var loading = document.createElement('div');
|
21
|
-
loading.id = LOADING_ID;
|
22
|
-
if (platform === platformEnum.desktop) loading.innerHTML = "<svg class=\"".concat(INLINE_IMG_CLASSNAME, " ").concat(INLINE_IMG_CLASSNAME, "-").concat(platform, "\" width=\"740\" height=\"360\" viewBox=\"0 0 740 360\" fill=\"none\" xmlns=\"\">\n <rect width=\"740\" height=\"360\" rx=\"12\" fill=\"#F6F6F6\"/>\n <rect opacity=\"0.7\" x=\"44\" y=\"44\" width=\"32\" height=\"32\" rx=\"4\" fill=\"#E1E6ED\"/>\n <rect opacity=\"0.7\" x=\"94\" y=\"44\" width=\"32\" height=\"32\" rx=\"4\" fill=\"#E1E6ED\"/>\n <rect opacity=\"0.7\" x=\"144\" y=\"44\" width=\"32\" height=\"32\" rx=\"4\" fill=\"#E1E6ED\"/>\n <g style=\"mix-blend-mode:multiply\" opacity=\"0.336007\">\n <path d=\"M136 100H48C43.5817 100 40 103.582 40 108C40 112.418 43.5817 116 48 116H136C140.418 116 144 112.418 144 108C144 103.582 140.418 100 136 100Z\" fill=\"#E1E6ED\"/>\n </g>\n <g style=\"mix-blend-mode:multiply\" opacity=\"0.336007\">\n <path d=\"M682 126H58C48.0589 126 40 134.059 40 144C40 153.941 48.0589 162 58 162H682C691.941 162 700 153.941 700 144C700 134.059 691.941 126 682 126Z\" fill=\"#E1E6ED\"/>\n </g>\n <g style=\"mix-blend-mode:multiply\" opacity=\"0.336007\">\n <path d=\"M682 182H58C48.0589 182 40 190.059 40 200C40 209.941 48.0589 218 58 218H682C691.941 218 700 209.941 700 200C700 190.059 691.941 182 682 182Z\" fill=\"#E1E6ED\"/>\n </g>\n <g style=\"mix-blend-mode:multiply\" opacity=\"0.336007\">\n <path d=\"M504 274H64C52.9543 274 44 282.954 44 294C44 305.046 52.9543 314 64 314H504C515.046 314 524 305.046 524 294C524 282.954 515.046 274 504 274Z\" fill=\"#E1E6ED\"/>\n </g>\n </svg>");
|
23
|
-
if (platform === platformEnum.mobile) loading.innerHTML = "<svg class=\"".concat(INLINE_IMG_CLASSNAME, " ").concat(INLINE_IMG_CLASSNAME, "-").concat(platform, "\" width=\"358\" height=\"186\" viewBox=\"0 0 358 186\" fill=\"none\" xmlns=\"\">\n <g clip-path=\"url(#clip0_2543_91192)\">\n <rect width=\"358\" height=\"186\" fill=\"white\"/>\n <g clip-path=\"url(#clip1_2543_91192)\">\n <rect width=\"358\" height=\"186\" fill=\"white\"/>\n <rect width=\"358\" height=\"40\" fill=\"white\"/>\n <rect opacity=\"0.7\" x=\"4\" y=\"4\" width=\"32\" height=\"32\" rx=\"4\" fill=\"#E1E6ED\"/>\n <rect opacity=\"0.7\" x=\"54\" y=\"4\" width=\"32\" height=\"32\" rx=\"4\" fill=\"#E1E6ED\"/>\n <rect opacity=\"0.7\" x=\"104\" y=\"4\" width=\"32\" height=\"32\" rx=\"4\" fill=\"#E1E6ED\"/>\n <g clip-path=\"url(#clip2_2543_91192)\">\n <rect width=\"358\" height=\"120\" transform=\"translate(0 66)\" fill=\"white\"/>\n <g style=\"mix-blend-mode:multiply\" opacity=\"0.336007\">\n <path d=\"M95 66H9C4.02944 66 0 70.0294 0 75C0 79.9706 4.02943 84 9 84H95C99.9706 84 104 79.9706 104 75C104 70.0294 99.9706 66 95 66Z\" fill=\"#E1E6ED\"/>\n </g>\n <g clip-path=\"url(#clip3_2543_91192)\">\n <g style=\"mix-blend-mode:multiply\" opacity=\"0.336007\">\n <path d=\"M340 94H18C8.05888 94 0 102.059 0 112C0 121.941 8.05887 130 18 130H340C349.941 130 358 121.941 358 112C358 102.059 349.941 94 340 94Z\" fill=\"#E1E6ED\"/>\n </g>\n <g style=\"mix-blend-mode:multiply\" opacity=\"0.336007\">\n <path d=\"M340 150H18C8.05888 150 0 158.059 0 168C0 177.941 8.05887 186 18 186H340C349.941 186 358 177.941 358 168C358 158.059 349.941 150 340 150Z\" fill=\"#E1E6ED\"/>\n </g>\n </g>\n </g>\n </g>\n </g>\n <defs>\n <clipPath id=\"clip0_2543_91192\">\n <rect width=\"358\" height=\"186\" fill=\"white\"/>\n </clipPath>\n <clipPath id=\"clip1_2543_91192\">\n <rect width=\"358\" height=\"186\" fill=\"white\"/>\n </clipPath>\n <clipPath id=\"clip2_2543_91192\">\n <rect width=\"358\" height=\"120\" fill=\"white\" transform=\"translate(0 66)\"/>\n </clipPath>\n <clipPath id=\"clip3_2543_91192\">\n <rect width=\"358\" height=\"92\" fill=\"white\" transform=\"translate(0 94)\"/>\n </clipPath>\n </defs>\n </svg>\n ");
|
24
|
-
if (_selector) _selector.appendChild(loading);
|
25
|
-
var loadingDom = document.getElementById(LOADING_ID);
|
26
|
-
amsSetSize(null, loadingDom);
|
27
|
-
};
|
28
|
-
export var createInlineBaseElement = function createInlineBaseElement(selector) {
|
29
|
-
var inlineBaseStyle = document.getElementById(INLINE_BASE_STYLE_ID);
|
30
|
-
if (!inlineBaseStyle) inlineComponentAddCss();
|
31
|
-
if (document.getElementById(COMPONENT_CONTAINER_ID)) return;
|
32
|
-
var amsComponentContainer = document.createElement('div');
|
33
|
-
amsComponentContainer.className = "".concat(COMPONENT_CONTAINER_ID, "-inline");
|
34
|
-
amsComponentContainer.id = COMPONENT_CONTAINER_ID;
|
35
|
-
var selectorDom = document.querySelector(selector);
|
36
|
-
if (selectorDom) selectorDom.appendChild(amsComponentContainer);
|
37
|
-
return amsComponentContainer;
|
38
|
-
};
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import { platformEnum } from '../../types';
|
2
|
-
export declare const componentAddCSS: () => void;
|
3
|
-
export declare const createBaseElement: (platform: platformEnum, closeBtnFunc: () => void) => HTMLDivElement | undefined;
|
4
|
-
export declare const createCloseBtn: (platform: platformEnum, closeBtnFunc: () => void) => void;
|
5
|
-
export declare const createRetentionPopup: (platform: platformEnum, remainBtnFunc: () => void, leaveBtnFunc: () => void) => void;
|
6
|
-
export declare const hideRetentionPopup: () => void;
|
7
|
-
export declare const removeRetentionPopup: (platform: platformEnum, remainBtnFunc: () => void, leaveBtnFunc: () => void) => void;
|
8
|
-
export declare const createMockup: () => void;
|
9
|
-
export declare const addPopupLoading: () => void;
|
10
|
-
export declare const handleDeclareInfo: ({ closeDialogData }: {
|
11
|
-
closeDialogData: any;
|
12
|
-
}) => void;
|
@@ -1,163 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) 2022 International Business Group, Ant Group. All rights reserved.
|
3
|
-
*
|
4
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), the rights to use, copy, modify, merge, and/or distribute the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
5
|
-
* 1. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE; and
|
6
|
-
* 2. If applicable, the use of the Software is also subject to the terms and conditions of any non-disclosure agreement signed by you and the relevant Ant Group entity.
|
7
|
-
*/
|
8
|
-
import { ANIMATION_TIME, closeImg, COMPONENT_CLOSE_BLOCK_ID, COMPONENT_CONTAINER_ID, COMPONENT_RETENTION_ID, COMPONENT_SECTION_ID, LOADING_ID, MOCKUP_ID } from "../../constant";
|
9
|
-
import { platformEnum } from "../../types";
|
10
|
-
import { addSetFontSizeEvent, amsSetSize, getDesignFontSize } from "../../util";
|
11
|
-
var componentCss = ".ams-component-container-mobile {\n width: 100%;\n height: 1px;\n position: fixed;\n bottom: -1px;\n left: 0;\n z-index: 1001;\n border-radius: 12px 12px 0 0;\n overflow: hidden;\n}\n.ams-component-container-mobile-animation{\n animation: ams-component-container-slide-in 0.3s ease-in-out;\n}\n\n.ams-component-section-desktop {\n font-size: 0;\n}\n\n.ams-component-container-hidden-mobile {\n width: 100%;\n height: 0px;\n position: fixed;\n bottom: -1px;\n left: 0;\n z-index: 1001;\n background-color: transparent;\n border-radius: 12px 12px 0 0;\n animation: ams-component-container-slide-out 0.26s ease-in forwards;\n overflow: hidden;\n}\n\n.ams-component-section-mobile {\n border-radius: 12px 12px 0 0;\n overflow: hidden;\n font-size: 0;\n}\n\n.ams-component-container-desktop {\n display: block;\n width: 672px;\n position: fixed;\n top: 50%;\n left: 50%;\n z-index: 1001;\n border-radius: 8px;\n overflow: hidden;\n transform-origin: 50% 50%;\n}\n.ams-component-container-desktop-animation{\n animation: ams-component-container-zoom-in 0.3s ease-in-out;\n animation-fill-mode: forwards\n}\n\n@keyframes ams-component-container-zoom-out {\n 0% {\n transform: translate(-50%, -50%) scale(1);\n -webkit-transform: translate(-50%, -50%) scale(1);\n opacity: 1\n }\n \n 100% {\n opacity: 0;\n transform: translate(-50%, -50%) scale(0.4);\n -webkit-transform: translate(-50%, -50%) scale(0.4);\n }\n}\n\n@keyframes ams-component-container-zoom-in {\n 0% {\n transform: translate(-50%, -50%) scale(0.4);\n opacity: 0\n }\n\n 80% {\n opacity: 1\n }\n\n 100% {\n opacity: 1;\n transform: translate(-50%, -50%) scale(1);\n }\n}\n\n.ams-component-container-hidden-desktop {\n display: block;\n position: fixed;\n top: 50%;\n left: 50%;\n z-index: 1001;\n border-radius: 8px;\n overflow: hidden;\n animation: ams-component-container-zoom-out 0.3s ease-in-out;\n animation-fill-mode: forwards;\n transform-origin: 50% 50%;\n}\n\n.ams-component-loading {\n width: 0.8em;\n height:0.8em;\n background: rgba(0, 0, 0, 0.5);\n border-radius: 8px;\n position: fixed;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n z-index: 1001;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n}\n\n.ams-component-loading .line {\n width: 40px;\n height: 40px;\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n}\n.ams-component-loading .line div {\n position: absolute;\n left: 17.67px;\n top: 0;\n width: 5.33px;\n height: 40px;\n}\n\n.ams-component-loading .line div:before,\n.ams-component-loading .line div:after {\n content: '';\n display: block;\n height: 13.33px;\n background: #fcfcfc;\n border-radius: 5.3px;\n}\n.ams-component-loading .line div:after {\n margin-top: 13.33px;\n}\n\n.ams-component-loading .line div:nth-child(2) {\n -webkit-transform: rotate(45deg);\n}\n\n.ams-component-loading .line div:nth-child(3) {\n -webkit-transform: rotate(90deg);\n}\n\n.ams-component-loading .line div:nth-child(4) {\n -webkit-transform: rotate(135deg);\n}\n\n/** \u52A0\u8F7D\u52A8\u753B **/\n@-webkit-keyframes load {\n 0% {\n opacity: 0;\n }\n\n 100% {\n opacity: 1;\n }\n}\n\n.ams-component-loading .line div:nth-child(1):before {\n -webkit-animation: load 1s linear 0s infinite;\n}\n\n.ams-component-loading .line div:nth-child(2):before {\n -webkit-animation: load 1s linear 0.125s infinite;\n}\n\n.ams-component-loading .line div:nth-child(3):before {\n -webkit-animation: load 1s linear 0.25s infinite;\n}\n\n.ams-component-loading .line div:nth-child(4):before {\n -webkit-animation: load 1s linear 0.375s infinite;\n}\n\n.ams-component-loading .line div:nth-child(1):after {\n -webkit-animation: load 1s linear 0.5s infinite;\n}\n\n.ams-component-loading .line div:nth-child(2):after {\n -webkit-animation: load 1s linear 0.675s infinite;\n}\n\n.ams-component-loading .line div:nth-child(3):after {\n -webkit-animation: load 1s linear 0.75s infinite;\n}\n\n.ams-component-loading .line div:nth-child(4):after {\n -webkit-animation: load 1s linear 0.875s infinite;\n}\n\n.ams-component-loading-logo {\n width: 0.44em;\n height: 0.44em;\n -webkit-transform:rotate(360deg);\n transform:rotate(360deg);\n -webkit-transition:-webkit-transform 1s linear;\n transition:transform 1s linear;\n animation: ams-component-loading-logo 1s linear infinite;\n}\n\n.asm-component-close-block-desktop {\n position: absolute;\n width: 40px;\n height: 40px;\n right: 0;\n top: 0;\n cursor: pointer;\n}\n.asm-component-close-block-btn-desktop {\n width: 11px;\n height: 11px;\n object-fit: fill;\n position: absolute;\n right: 18.7px;\n top: 26.7px;\n}\n.asm-component-close-block-hidden {\n width: 0px !important;\n height: 0px !important;\n visibility: hidden;\n}\n.asm-component-close-block-mobile {\n position: absolute;\n width: 0.4em;\n height: 0.4em;\n right: 0;\n top: 0;\n cursor: pointer;\n z-index: 1009;\n}\n\n.asm-component-close-block-btn-mobile {\n width: 0.11em;\n height: 0.11em;\n object-fit: fill;\n position: absolute;\n right: 0.147em;\n top: 0.167em;\n}\n\n\n.ams-component-container-opacity{\n opacity: 1;\n}\n\n.ams-component-container-opacity:after{\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n display: block;\n content: \"\";\n z-index: 1010;\n background-color: rgba(0, 0, 0, 0.35);\n}\n\n#ams-component-retention {\n position: fixed;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n transform-origin: 50%;\n height: auto;\n display: none;\n z-index: 1009;\n}\n\n.ams-component-retention-show {\n display: flex !important;\n animation: ams-component-container-zoom-in 0.3s ease-in-out;\n animation-fill-mode: forwards\n}\n\n.ams-component-retention-hidden {\n display: flex !important;\n animation: ams-component-container-zoom-out 0.3s ease-in-out;\n -webkit-animation: ams-component-container-zoom-out 0.3s ease-in-out;\n animation-fill-mode: forwards;\n -webkit-animation-fill-mode: forwards;\n}\n\n.ams-component-retention-mobile {\n width: 294px;\n border-radius: 12px;\n padding: 24px 0;\n background-color: #fff;\n flex-direction: column;\n align-items: flex-start;\n justify-content: center;\n box-sizing: border-box;\n}\n\n.ams-component-retention-desktop {\n width: 544px;\n border-radius: 12px;\n padding: 32px;\n background-color: #fff;\n flex-direction: column;\n align-items: flex-start;\n justify-content: center;\n box-sizing: border-box;\n}\n\n@media screen and (max-width: 300px) {\n .ams-component-retention-mobile {\n transform: translate(-50%, -50%) scale(0.8);\n }\n}\n\n.ams-component-retention-title-mobile {\n width: 100%;\n font-style: normal;\n font-weight: 500;\n font-size: 16px;\n line-height: 24px;\n color: #2A3A52;\n text-align: center;\n padding: 0 16px;\n box-sizing: border-box;\n}\n\n.ams-component-retention-title-desktop {\n text-align: left;\n width: 100%;\n font-style: normal;\n font-weight: 500;\n font-size: 16px;\n line-height: 24px;\n color: #2A3A52;\n}\n\n.ams-component-retention-sub-title-mobile {\n width: 100%;\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n color: #7C8CA3;\n margin-top: 8px;\n text-align: center;\n padding: 0 16px;\n box-sizing: border-box;\n}\n\n.ams-component-retention-sub-title-desktop {\n text-align: left;\n font-style: normal;\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n color: #7C8CA3;\n margin-top: 10px;\n}\n\n.ams-component-retention-btn-block-mobile {\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n justify-content: center;\n margin-top: 24px;\n padding: 0 24px;\n box-sizing: border-box;\n}\n\n.ams-component-retention-btn-block-desktop {\n width: 100%;\n margin-top: 24px;\n}\n\n#ams-component-retention-remain {\n background: #0079FF;\n border-radius: 100px;\n font-style: normal;\n font-weight: 500;\n text-align: center;\n box-sizing: border-box;\n color: #FFFFFF;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.ams-component-retention-remain-mobile {\n width: 100%;\n height: 44px;\n font-size: 16px;\n line-height: 44px;\n padding: 0 6px;\n}\n\n.ams-component-retention-remain-desktop {\n height: 44px;\n font-size: 16px;\n line-height: 44px;\n display: inline-block;\n padding: 0 24px;\n float: right;\n cursor: pointer;\n padding: 0 8px;\n max-width: 225px;\n}\n\n#ams-component-retention-leave {\n border-radius: 100px;\n border: 1px solid #0079FF;\n font-style: normal;\n font-weight: 500;\n text-align: center;\n box-sizing: border-box;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.ams-component-retention-leave-mobile {\n width: 100%;\n height: 44px;\n font-size: 16px;\n line-height: 44px;\n color: #1677FF;\n margin-top: 12px;\n padding: 0 6px;\n}\n\n.ams-component-retention-leave-desktop {\n height: 44px;\n font-size: 16px;\n line-height: 44px;\n color: #1677FF;\n display: inline-block;\n padding: 0 24px;\n float: right;\n margin-right: 16px;\n cursor: pointer;\n padding: 0 8px;\n max-width: 225px;\n}\n.".concat(MOCKUP_ID, "-hidden{\nanimation: ").concat(MOCKUP_ID, "-opacity 0.3s ease-in-out;\n animation-fill-mode: forwards\n}\n/** \u52A0\u8F7D\u52A8\u753B **/\n@-webkit-keyframes ").concat(MOCKUP_ID, "-opacity {\n 0% {\n opacity: 1;\n }\n\n 100% {\n opacity: 0;\n }\n}\n");
|
12
|
-
export var componentAddCSS = function componentAddCSS() {
|
13
|
-
var style = document.createElement('style');
|
14
|
-
style.type = 'text/css';
|
15
|
-
style.innerHTML = componentCss;
|
16
|
-
document.head.appendChild(style);
|
17
|
-
};
|
18
|
-
export var createBaseElement = function createBaseElement(platform, closeBtnFunc) {
|
19
|
-
if (document.getElementById(COMPONENT_CONTAINER_ID)) return;
|
20
|
-
componentAddCSS();
|
21
|
-
addSetFontSizeEvent();
|
22
|
-
var amsComponentContainer = document.createElement('div');
|
23
|
-
amsComponentContainer.className = "".concat(COMPONENT_CONTAINER_ID, "-hidden-").concat(platform);
|
24
|
-
amsComponentContainer.id = COMPONENT_CONTAINER_ID;
|
25
|
-
amsSetSize(null, amsComponentContainer);
|
26
|
-
document.body.appendChild(amsComponentContainer);
|
27
|
-
var amsComponentSection = document.createElement('div');
|
28
|
-
amsComponentSection.className = "ams-component-section-".concat(platform);
|
29
|
-
amsComponentSection.id = COMPONENT_SECTION_ID;
|
30
|
-
amsComponentContainer.appendChild(amsComponentSection);
|
31
|
-
amsComponentContainer.classList.remove("".concat(COMPONENT_CONTAINER_ID, "-hidden-").concat(platform));
|
32
|
-
amsComponentContainer.classList.add("".concat(COMPONENT_CONTAINER_ID, "-").concat(platform));
|
33
|
-
createCloseBtn(platform, closeBtnFunc);
|
34
|
-
return amsComponentContainer;
|
35
|
-
};
|
36
|
-
export var createCloseBtn = function createCloseBtn(platform, closeBtnFunc) {
|
37
|
-
var clickEventName = platform === platformEnum.mobile ? 'touchend' : 'click';
|
38
|
-
var container = document.getElementById(COMPONENT_CONTAINER_ID);
|
39
|
-
// close btn
|
40
|
-
var closeBtnHTML = "<img class='".concat(COMPONENT_CLOSE_BLOCK_ID, "-btn-").concat(platform, "' src=\"").concat(closeImg, "\"/>");
|
41
|
-
var closeBlock = document.createElement('div');
|
42
|
-
closeBlock.classList.add("".concat(COMPONENT_CLOSE_BLOCK_ID, "-").concat(platform), "".concat(COMPONENT_CLOSE_BLOCK_ID, "-hidden"));
|
43
|
-
closeBlock.id = COMPONENT_CLOSE_BLOCK_ID;
|
44
|
-
closeBlock.innerHTML = closeBtnHTML;
|
45
|
-
closeBlock.addEventListener(clickEventName, function () {
|
46
|
-
closeBtnFunc();
|
47
|
-
});
|
48
|
-
if (container) container.appendChild(closeBlock);
|
49
|
-
};
|
50
|
-
export var createRetentionPopup = function createRetentionPopup(platform, remainBtnFunc, leaveBtnFunc) {
|
51
|
-
var clickEventName = platform === platformEnum.mobile ? 'touchend' : 'click';
|
52
|
-
// retention popup
|
53
|
-
var retentionPopup = document.createElement('div');
|
54
|
-
retentionPopup.id = COMPONENT_RETENTION_ID;
|
55
|
-
retentionPopup.classList.add("".concat(COMPONENT_RETENTION_ID, "-").concat(platform));
|
56
|
-
retentionPopup.innerHTML = "\n <span id=\"".concat(COMPONENT_RETENTION_ID, "-title\" class=\"").concat(COMPONENT_RETENTION_ID, "-title-").concat(platform, "\">\n Are you sure you want to leave?\n </span>\n <span\n id=\"").concat(COMPONENT_RETENTION_ID, "-sub-title\"\n class=\"").concat(COMPONENT_RETENTION_ID, "-sub-title-").concat(platform, "\"\n >\n If you leave this page, you'll have to start over again.\n </span>\n <div class=\"").concat(COMPONENT_RETENTION_ID, "-btn-block-").concat(platform, "\">\n <div id=\"").concat(COMPONENT_RETENTION_ID, "-remain\" class=\"").concat(COMPONENT_RETENTION_ID, "-remain-").concat(platform, "\">\n Continue Payment\n </div>\n <div id=\"").concat(COMPONENT_RETENTION_ID, "-leave\" class=\"").concat(COMPONENT_RETENTION_ID, "-leave-").concat(platform, "\">\n Leave\n </div>\n </div>");
|
57
|
-
document.body.appendChild(retentionPopup);
|
58
|
-
var remainBtn = document.getElementById("".concat(COMPONENT_RETENTION_ID, "-remain"));
|
59
|
-
if (remainBtn) {
|
60
|
-
remainBtn.addEventListener(clickEventName, remainBtnFunc);
|
61
|
-
}
|
62
|
-
var leaveBtn = document.getElementById("".concat(COMPONENT_RETENTION_ID, "-leave"));
|
63
|
-
if (leaveBtn) {
|
64
|
-
leaveBtn.addEventListener(clickEventName, leaveBtnFunc);
|
65
|
-
}
|
66
|
-
};
|
67
|
-
export var hideRetentionPopup = function hideRetentionPopup() {
|
68
|
-
var retentionPopup = document.getElementById(COMPONENT_RETENTION_ID);
|
69
|
-
var container = document.getElementById(COMPONENT_CONTAINER_ID);
|
70
|
-
if (retentionPopup) {
|
71
|
-
retentionPopup.classList.remove("".concat(COMPONENT_RETENTION_ID, "-show"));
|
72
|
-
retentionPopup.classList.add("".concat(COMPONENT_RETENTION_ID, "-hidden"));
|
73
|
-
setTimeout(function () {
|
74
|
-
retentionPopup.classList.remove("".concat(COMPONENT_RETENTION_ID, "-hidden"));
|
75
|
-
container === null || container === void 0 ? void 0 : container.classList.remove("".concat(COMPONENT_CONTAINER_ID, "-opacity"));
|
76
|
-
}, ANIMATION_TIME);
|
77
|
-
}
|
78
|
-
};
|
79
|
-
export var removeRetentionPopup = function removeRetentionPopup(platform, remainBtnFunc, leaveBtnFunc) {
|
80
|
-
var _document$getElementB;
|
81
|
-
var clickEventName = platform === platformEnum.mobile ? 'touchend' : 'click';
|
82
|
-
var remainBtn = document.getElementById("".concat(COMPONENT_RETENTION_ID, "-remain"));
|
83
|
-
if (remainBtn) {
|
84
|
-
remainBtn.removeEventListener(clickEventName, remainBtnFunc);
|
85
|
-
}
|
86
|
-
var leaveBtn = document.getElementById("".concat(COMPONENT_RETENTION_ID, "-leave"));
|
87
|
-
if (leaveBtn) {
|
88
|
-
leaveBtn.removeEventListener(clickEventName, leaveBtnFunc);
|
89
|
-
}
|
90
|
-
(_document$getElementB = document.getElementById(COMPONENT_RETENTION_ID)) === null || _document$getElementB === void 0 ? void 0 : _document$getElementB.remove();
|
91
|
-
};
|
92
|
-
export var createMockup = function createMockup() {
|
93
|
-
var body = document.getElementsByTagName('body')[0];
|
94
|
-
body.style.overflow = 'hidden';
|
95
|
-
var mockup = document.createElement('div');
|
96
|
-
mockup.style.width = '100vw';
|
97
|
-
mockup.style.height = '100vh';
|
98
|
-
mockup.style.position = 'fixed';
|
99
|
-
mockup.style.top = '0';
|
100
|
-
mockup.style.left = '0';
|
101
|
-
mockup.style.zIndex = '1000';
|
102
|
-
mockup.style.background = 'rgba(0,0,0,0.5)';
|
103
|
-
mockup.style.display = 'none';
|
104
|
-
mockup.id = MOCKUP_ID;
|
105
|
-
body.appendChild(mockup);
|
106
|
-
};
|
107
|
-
export var addPopupLoading = function addPopupLoading() {
|
108
|
-
var loading = document.createElement('div');
|
109
|
-
loading === null || loading === void 0 ? void 0 : loading.classList.add(LOADING_ID);
|
110
|
-
loading.id = LOADING_ID;
|
111
|
-
loading.innerHTML = '<div class="line"><div></div><div></div><div></div><div></div></div>';
|
112
|
-
loading.style.fontSize = "".concat(getDesignFontSize(), "px");
|
113
|
-
var body = document.getElementsByTagName('body')[0];
|
114
|
-
body === null || body === void 0 ? void 0 : body.appendChild(loading);
|
115
|
-
};
|
116
|
-
export var handleDeclareInfo = function handleDeclareInfo(_ref) {
|
117
|
-
var _ref$closeDialogData = _ref.closeDialogData,
|
118
|
-
closeDialogData = _ref$closeDialogData === void 0 ? {} : _ref$closeDialogData;
|
119
|
-
try {
|
120
|
-
if (closeDialogData) {
|
121
|
-
var retentionTitle = document.getElementById("".concat(COMPONENT_RETENTION_ID, "-title"));
|
122
|
-
if (retentionTitle) {
|
123
|
-
var _closeDialogData$titl, _closeDialogData$titl2, _closeDialogData$titl3;
|
124
|
-
retentionTitle.style.fontSize = "".concat(closeDialogData === null || closeDialogData === void 0 ? void 0 : (_closeDialogData$titl = closeDialogData.title) === null || _closeDialogData$titl === void 0 ? void 0 : _closeDialogData$titl.fontSize, "px");
|
125
|
-
retentionTitle.style.color = closeDialogData === null || closeDialogData === void 0 ? void 0 : (_closeDialogData$titl2 = closeDialogData.title) === null || _closeDialogData$titl2 === void 0 ? void 0 : _closeDialogData$titl2.fontColor;
|
126
|
-
retentionTitle.innerHTML = closeDialogData === null || closeDialogData === void 0 ? void 0 : (_closeDialogData$titl3 = closeDialogData.title) === null || _closeDialogData$titl3 === void 0 ? void 0 : _closeDialogData$titl3.text;
|
127
|
-
}
|
128
|
-
var retentionMessage = document.getElementById("".concat(COMPONENT_RETENTION_ID, "-sub-title"));
|
129
|
-
if (retentionMessage) {
|
130
|
-
var _closeDialogData$mess, _closeDialogData$mess2, _closeDialogData$mess3;
|
131
|
-
retentionMessage.style.fontSize = "".concat(closeDialogData === null || closeDialogData === void 0 ? void 0 : (_closeDialogData$mess = closeDialogData.message) === null || _closeDialogData$mess === void 0 ? void 0 : _closeDialogData$mess.fontSize, "px");
|
132
|
-
retentionMessage.style.color = closeDialogData === null || closeDialogData === void 0 ? void 0 : (_closeDialogData$mess2 = closeDialogData.message) === null || _closeDialogData$mess2 === void 0 ? void 0 : _closeDialogData$mess2.fontColor;
|
133
|
-
retentionMessage.innerHTML = closeDialogData === null || closeDialogData === void 0 ? void 0 : (_closeDialogData$mess3 = closeDialogData.message) === null || _closeDialogData$mess3 === void 0 ? void 0 : _closeDialogData$mess3.text;
|
134
|
-
}
|
135
|
-
var remainBtn = document.getElementById("".concat(COMPONENT_RETENTION_ID, "-remain"));
|
136
|
-
if (remainBtn) {
|
137
|
-
var _closeDialogData$btnO, _closeDialogData$btnO2, _closeDialogData$btnO3, _closeDialogData$btnO4, _closeDialogData$btnO5, _closeDialogData$btnO7;
|
138
|
-
remainBtn.innerHTML = closeDialogData === null || closeDialogData === void 0 ? void 0 : (_closeDialogData$btnO = closeDialogData.btnOK) === null || _closeDialogData$btnO === void 0 ? void 0 : _closeDialogData$btnO.text;
|
139
|
-
remainBtn.style.fontSize = "".concat(closeDialogData === null || closeDialogData === void 0 ? void 0 : (_closeDialogData$btnO2 = closeDialogData.btnOK) === null || _closeDialogData$btnO2 === void 0 ? void 0 : _closeDialogData$btnO2.fontSize, "px");
|
140
|
-
remainBtn.style.color = closeDialogData === null || closeDialogData === void 0 ? void 0 : (_closeDialogData$btnO3 = closeDialogData.btnOK) === null || _closeDialogData$btnO3 === void 0 ? void 0 : _closeDialogData$btnO3.fontColor;
|
141
|
-
remainBtn.style.borderRadius = "".concat(closeDialogData === null || closeDialogData === void 0 ? void 0 : (_closeDialogData$btnO4 = closeDialogData.btnOK) === null || _closeDialogData$btnO4 === void 0 ? void 0 : _closeDialogData$btnO4.corner, "px");
|
142
|
-
if ((closeDialogData === null || closeDialogData === void 0 ? void 0 : (_closeDialogData$btnO5 = closeDialogData.btnOK) === null || _closeDialogData$btnO5 === void 0 ? void 0 : _closeDialogData$btnO5.type) === 'stroke') {
|
143
|
-
var _closeDialogData$btnO6;
|
144
|
-
remainBtn.style.border = "1px solid ".concat(closeDialogData === null || closeDialogData === void 0 ? void 0 : (_closeDialogData$btnO6 = closeDialogData.btnOK) === null || _closeDialogData$btnO6 === void 0 ? void 0 : _closeDialogData$btnO6.bg);
|
145
|
-
} else remainBtn.style.backgroundColor = closeDialogData === null || closeDialogData === void 0 ? void 0 : (_closeDialogData$btnO7 = closeDialogData.btnOK) === null || _closeDialogData$btnO7 === void 0 ? void 0 : _closeDialogData$btnO7.bg;
|
146
|
-
}
|
147
|
-
var leaveBrn = document.getElementById("".concat(COMPONENT_RETENTION_ID, "-leave"));
|
148
|
-
if (leaveBrn) {
|
149
|
-
var _closeDialogData$btnC, _closeDialogData$btnC2, _closeDialogData$btnC3, _closeDialogData$btnC4, _closeDialogData$btnC5, _closeDialogData$btnC7;
|
150
|
-
leaveBrn.innerHTML = closeDialogData === null || closeDialogData === void 0 ? void 0 : (_closeDialogData$btnC = closeDialogData.btnCancel) === null || _closeDialogData$btnC === void 0 ? void 0 : _closeDialogData$btnC.text;
|
151
|
-
leaveBrn.style.fontSize = "".concat(closeDialogData === null || closeDialogData === void 0 ? void 0 : (_closeDialogData$btnC2 = closeDialogData.btnCancel) === null || _closeDialogData$btnC2 === void 0 ? void 0 : _closeDialogData$btnC2.fontSize, "px");
|
152
|
-
leaveBrn.style.color = closeDialogData === null || closeDialogData === void 0 ? void 0 : (_closeDialogData$btnC3 = closeDialogData.btnCancel) === null || _closeDialogData$btnC3 === void 0 ? void 0 : _closeDialogData$btnC3.fontColor;
|
153
|
-
leaveBrn.style.borderRadius = "".concat(closeDialogData === null || closeDialogData === void 0 ? void 0 : (_closeDialogData$btnC4 = closeDialogData.btnCancel) === null || _closeDialogData$btnC4 === void 0 ? void 0 : _closeDialogData$btnC4.corner, "px");
|
154
|
-
if ((closeDialogData === null || closeDialogData === void 0 ? void 0 : (_closeDialogData$btnC5 = closeDialogData.btnCancel) === null || _closeDialogData$btnC5 === void 0 ? void 0 : _closeDialogData$btnC5.type) === 'stroke') {
|
155
|
-
var _closeDialogData$btnC6;
|
156
|
-
leaveBrn.style.border = "1px solid ".concat(closeDialogData === null || closeDialogData === void 0 ? void 0 : (_closeDialogData$btnC6 = closeDialogData.btnCancel) === null || _closeDialogData$btnC6 === void 0 ? void 0 : _closeDialogData$btnC6.bg);
|
157
|
-
} else leaveBrn.style.backgroundColor = closeDialogData === null || closeDialogData === void 0 ? void 0 : (_closeDialogData$btnC7 = closeDialogData.btnCancel) === null || _closeDialogData$btnC7 === void 0 ? void 0 : _closeDialogData$btnC7.bg;
|
158
|
-
}
|
159
|
-
}
|
160
|
-
} catch (error) {
|
161
|
-
console.error(error);
|
162
|
-
}
|
163
|
-
};
|
package/esm/service/index.d.ts
DELETED