@everymatrix/cashier-page 1.54.0 → 1.54.4
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/components/CashierConfirmModal-bl1anpXG.js +1015 -0
- package/components/{CashierError-DNpUb5Mm.js → CashierError-CNghn61_.js} +16 -16
- package/components/{CashierHeader-jyno14ok.js → CashierHeader-Cukt_6q5.js} +2 -2
- package/components/{CashierIframeRedirect-Cz4tv7-x.js → CashierIframeRedirect-CfOyb27d.js} +6 -6
- package/components/{CashierMethodDetails-DhPcp2tp.js → CashierMethodDetails-BIl7Is4q.js} +1521 -1535
- package/components/{CashierMethodsList-tNPWey2d.js → CashierMethodsList-sDyTLsi_.js} +164 -175
- package/components/{CashierModal-BZinftgA.js → CashierModal-BvsZYr3E.js} +1 -1
- package/components/{CashierNotifications-VNlsq9BM.js → CashierNotifications-DLiOLPVS.js} +1 -1
- package/components/{CashierPage-Ci16qWoB.js → CashierPage-ChYGXNFh.js} +16 -16
- package/components/{CashierReceiptPage-BrSqthh1.js → CashierReceiptPage-BnZNWRHD.js} +108 -109
- package/components/{CashierSessionExpirationModal-BaJ2BLlM.js → CashierSessionExpirationModal-m8mfQG7I.js} +64 -64
- package/components/{CashierSpinner-DLOGBpHm.js → CashierSpinner-BGK4UpXs.js} +1 -1
- package/components/{CashierVerifications-CAlJv-1M.js → CashierVerifications-ghULlvRf.js} +145 -149
- package/components/{CashierVideoModal-CdG4dnYx.js → CashierVideoModal-CIyp7q0i.js} +1 -1
- package/esnext/cashier-page.js +14 -0
- package/package.json +10 -17
- package/components/CashierConfirmModal-BWwXFa2X.js +0 -1052
- package/components/CashierConfirmModal-DvPjAtJP.cjs +0 -4
- package/components/CashierError-Dmdtq5Bw.cjs +0 -5
- package/components/CashierHeader-CQUqVL_i.cjs +0 -1
- package/components/CashierIframeRedirect-D-OfVohj.cjs +0 -1
- package/components/CashierMethodDetails-CBOh1gd0.cjs +0 -18
- package/components/CashierMethodsList-BXQ8slk2.cjs +0 -1
- package/components/CashierModal-FVpPS0Cg.cjs +0 -1
- package/components/CashierNotifications-Dt9rQ2vt.cjs +0 -1
- package/components/CashierPage-_uE0Wp1v.cjs +0 -1
- package/components/CashierReceiptPage-khlZnWa5.cjs +0 -1
- package/components/CashierSessionExpirationModal-Ynzjj3_r.cjs +0 -2
- package/components/CashierSpinner-6i7TRj04.cjs +0 -1
- package/components/CashierVerifications-KeQfHgf0.cjs +0 -1
- package/components/CashierVideoModal-Cgjg5Mzz.cjs +0 -1
- package/es2015/cashier-page.cjs +0 -1
- package/es2015/cashier-page.js +0 -16
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { C as n } from "../components/CashierPage-ChYGXNFh.js";
|
|
2
|
+
function a(t) {
|
|
3
|
+
return function(...s) {
|
|
4
|
+
try {
|
|
5
|
+
return t.apply(this, s);
|
|
6
|
+
} catch (e) {
|
|
7
|
+
if (e instanceof DOMException && e.message.includes("has already been used with this registry") || e.message.includes("Cannot define multiple custom elements with the same tag name"))
|
|
8
|
+
return !1;
|
|
9
|
+
throw e;
|
|
10
|
+
}
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
customElements.define = a(customElements.define);
|
|
14
|
+
!customElements.get("cashier-page") && customElements.define("cashier-page", n.element);
|
package/package.json
CHANGED
|
@@ -1,31 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/cashier-page",
|
|
3
|
-
"version": "1.54.
|
|
3
|
+
"version": "1.54.4",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"main": "
|
|
6
|
-
"module": "
|
|
5
|
+
"main": "esnext/cashier-page.js",
|
|
6
|
+
"module": "esnext/cashier-page.js",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
|
-
"import": "./
|
|
10
|
-
"require": "./es2015/cashier-page.cjs"
|
|
9
|
+
"import": "./esnext/cashier-page.js"
|
|
11
10
|
},
|
|
12
|
-
"./es2015/cashier-page.cjs": "./es2015/cashier-page.cjs"
|
|
11
|
+
"./es2015/cashier-page.cjs": "./es2015/cashier-page.cjs",
|
|
12
|
+
"./es2015/cashier-page.js": "./es2015/cashier-page.js"
|
|
13
13
|
},
|
|
14
14
|
"files": [
|
|
15
|
+
"components/",
|
|
15
16
|
"es2015/",
|
|
16
|
-
"
|
|
17
|
-
"
|
|
17
|
+
"stencil",
|
|
18
|
+
"angular",
|
|
19
|
+
"esnext/"
|
|
18
20
|
],
|
|
19
21
|
"publishConfig": {
|
|
20
22
|
"access": "public"
|
|
21
|
-
},
|
|
22
|
-
"dependencies": {
|
|
23
|
-
"@everymatrix/cashier-header": "1.45.7",
|
|
24
|
-
"@everymatrix/cashier-methods-list": "1.45.7",
|
|
25
|
-
"@everymatrix/cashier-method-details": "1.45.7",
|
|
26
|
-
"@everymatrix/cashier-error": "1.45.7",
|
|
27
|
-
"@everymatrix/cashier-modal": "1.45.7",
|
|
28
|
-
"@everymatrix/cashier-confirm-modal": "1.45.7",
|
|
29
|
-
"@everymatrix/cashier-iframe-redirect": "1.45.7"
|
|
30
23
|
}
|
|
31
24
|
}
|