@invoice-sdk/widget 1.124.3 → 1.124.5
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-BUF422n9.js → index-Cnbz4UeV.js} +3 -3
- package/dist/{index-CdSEDawD.js → index-Cpz5mfwZ.js} +2 -2
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +26 -26
- package/dist/{loading-BlIhMRLy.js → loading-XZIu7zzO.js} +2 -2
- package/dist/{widget-CToRQQiV.js → widget-n_Wylz1g.js} +86 -98
- package/package.json +1 -1
|
@@ -5056,7 +5056,7 @@ function YB(e) {
|
|
|
5056
5056
|
}
|
|
5057
5057
|
async function wd(e) {
|
|
5058
5058
|
if (ce(e), !TA) {
|
|
5059
|
-
const { InvoiceRegisterWidget: i } = await import("./widget-
|
|
5059
|
+
const { InvoiceRegisterWidget: i } = await import("./widget-n_Wylz1g.js");
|
|
5060
5060
|
TA = i;
|
|
5061
5061
|
}
|
|
5062
5062
|
const A = Ee(e.selector), t = await TA(
|
|
@@ -5077,7 +5077,7 @@ async function wd(e) {
|
|
|
5077
5077
|
}
|
|
5078
5078
|
async function Md(e) {
|
|
5079
5079
|
if (ce(e), !WA) {
|
|
5080
|
-
const { EContractWidget: t } = await import("./widget-
|
|
5080
|
+
const { EContractWidget: t } = await import("./widget-n_Wylz1g.js");
|
|
5081
5081
|
WA = t;
|
|
5082
5082
|
}
|
|
5083
5083
|
const A = Ee(e.selector);
|
|
@@ -5123,7 +5123,7 @@ async function zd(e) {
|
|
|
5123
5123
|
}
|
|
5124
5124
|
};
|
|
5125
5125
|
}
|
|
5126
|
-
XA || (XA = (await import("./index-
|
|
5126
|
+
XA || (XA = (await import("./index-Cpz5mfwZ.js")).createInvoiceRequestFlow);
|
|
5127
5127
|
const i = XA({
|
|
5128
5128
|
uuid: t,
|
|
5129
5129
|
orderInfo: e.orderInfo || { code: "", address: "", total: "" },
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as O, f as G, e as te, b as ne, o as re, p as ie, s as ae, q 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, o as re, p as ie, s as ae, q as oe } from "./loading-XZIu7zzO.js";
|
|
2
|
+
import { t, c as Q, j as se } from "./index-Cnbz4UeV.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