@invoice-sdk/widget 1.125.6 → 1.125.7
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/{index-DdUmVLMz.js → index-D2UYWZ2l.js} +4 -4
- package/dist/{index-B-BBjk-B.js → index-qW2RW4kt.js} +2 -2
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/{loading-Bs5_HNGV.js → loading-CiZJ_Ccf.js} +2 -2
- package/dist/{widget-C6HS2YfL.js → widget-DFOPauT0.js} +2 -2
- package/package.json +1 -1
|
@@ -2596,7 +2596,7 @@ let Ae = {
|
|
|
2596
2596
|
stag: {
|
|
2597
2597
|
invoiceHubBaseUrl: "https://stag-invoice-hub.atomsolution.vn",
|
|
2598
2598
|
posOcbApiUrl: "https://ocb-staging-api-int.atomsolution.vn/v1/portal",
|
|
2599
|
-
posBvbApiUrl: "https://
|
|
2599
|
+
posBvbApiUrl: "https://bvb-staging-api-int.atomsolution.vn/v1/portal"
|
|
2600
2600
|
},
|
|
2601
2601
|
uat: {
|
|
2602
2602
|
invoiceHubBaseUrl: "https://stag-invoice-hub.atomsolution.vn",
|
|
@@ -5096,7 +5096,7 @@ function xB(e) {
|
|
|
5096
5096
|
}
|
|
5097
5097
|
async function Jd(e) {
|
|
5098
5098
|
if (ce(e), !TA) {
|
|
5099
|
-
const { InvoiceRegisterWidget: i } = await import("./widget-
|
|
5099
|
+
const { InvoiceRegisterWidget: i } = await import("./widget-DFOPauT0.js");
|
|
5100
5100
|
TA = i;
|
|
5101
5101
|
}
|
|
5102
5102
|
const A = Ee(e.selector), t = await TA(
|
|
@@ -5117,7 +5117,7 @@ async function Jd(e) {
|
|
|
5117
5117
|
}
|
|
5118
5118
|
async function yd(e) {
|
|
5119
5119
|
if (ce(e), !WA) {
|
|
5120
|
-
const { EContractWidget: t } = await import("./widget-
|
|
5120
|
+
const { EContractWidget: t } = await import("./widget-DFOPauT0.js");
|
|
5121
5121
|
WA = t;
|
|
5122
5122
|
}
|
|
5123
5123
|
const A = Ee(e.selector);
|
|
@@ -5163,7 +5163,7 @@ async function vd(e) {
|
|
|
5163
5163
|
}
|
|
5164
5164
|
};
|
|
5165
5165
|
}
|
|
5166
|
-
XA || (XA = (await import("./index-
|
|
5166
|
+
XA || (XA = (await import("./index-qW2RW4kt.js")).createInvoiceRequestFlow);
|
|
5167
5167
|
const i = XA({
|
|
5168
5168
|
uuid: t,
|
|
5169
5169
|
orderInfo: e.orderInfo || { code: "", address: "", total: "" },
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as O, f as G, e as te, b as ne, p as re, q as ie, s as ae, r as oe } from "./loading-
|
|
2
|
-
import { t, c as Q, j as se } from "./index-
|
|
1
|
+
import { c as O, f as G, e as te, b as ne, p as re, q as ie, s as ae, r as oe } from "./loading-CiZJ_Ccf.js";
|
|
2
|
+
import { t, c as Q, j as se } from "./index-D2UYWZ2l.js";
|
|
3
3
|
function B(i) {
|
|
4
4
|
const n = i.trim();
|
|
5
5
|
return n ? n.length < 2 || n.length > 250 ? { valid: !1, error: t("length_2_250") } : /[<>:"\/\\|?*@#$%!^]/.test(n) ? { valid: !1, error: t("invalid_characters") } : { valid: !0 } : { valid: !1, error: t("required_name") };
|
package/dist/index.esm.js
CHANGED