@invoice-sdk/widget 1.125.8 → 1.125.9
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-CVprXlPJ.js → index-1Bl0t_9P.js} +2 -2
- package/dist/{index-D-OFIrDL.js → index-CGNOB4Tu.js} +3 -3
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +23 -23
- package/dist/{loading-CgLvT3kF.js → loading-w2MeQDf5.js} +2 -2
- package/dist/{widget-BZMTG6B7.js → widget-yXvUvL7E.js} +644 -652
- package/package.json +1 -1
|
@@ -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-w2MeQDf5.js";
|
|
2
|
+
import { t, c as Q, j as se } from "./index-CGNOB4Tu.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") };
|
|
@@ -5100,7 +5100,7 @@ function UB(e) {
|
|
|
5100
5100
|
}
|
|
5101
5101
|
async function vd(e) {
|
|
5102
5102
|
if (ce(e), !TA) {
|
|
5103
|
-
const { InvoiceRegisterWidget: i } = await import("./widget-
|
|
5103
|
+
const { InvoiceRegisterWidget: i } = await import("./widget-yXvUvL7E.js");
|
|
5104
5104
|
TA = i;
|
|
5105
5105
|
}
|
|
5106
5106
|
const A = Ee(e.selector), t = await TA(
|
|
@@ -5121,7 +5121,7 @@ async function vd(e) {
|
|
|
5121
5121
|
}
|
|
5122
5122
|
async function Kd(e) {
|
|
5123
5123
|
if (ce(e), !WA) {
|
|
5124
|
-
const { EContractWidget: t } = await import("./widget-
|
|
5124
|
+
const { EContractWidget: t } = await import("./widget-yXvUvL7E.js");
|
|
5125
5125
|
WA = t;
|
|
5126
5126
|
}
|
|
5127
5127
|
const A = Ee(e.selector);
|
|
@@ -5167,7 +5167,7 @@ async function Ld(e) {
|
|
|
5167
5167
|
}
|
|
5168
5168
|
};
|
|
5169
5169
|
}
|
|
5170
|
-
XA || (XA = (await import("./index-
|
|
5170
|
+
XA || (XA = (await import("./index-1Bl0t_9P.js")).createInvoiceRequestFlow);
|
|
5171
5171
|
const i = XA({
|
|
5172
5172
|
uuid: t,
|
|
5173
5173
|
orderInfo: e.orderInfo || { code: "", address: "", total: "" },
|
package/dist/index.esm.js
CHANGED