@invoice-sdk/widget 1.125.12 → 1.125.13
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-Dc7qgfUe.js → index-CecYhuZJ.js} +2 -2
- package/dist/{index-CJEvCdEM.js → index-DFVtmZz4.js} +3 -3
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +43 -43
- package/dist/{loading-DBi84Xm3.js → loading-BwrcsLCA.js} +2 -2
- package/dist/{widget-BjJe5vSQ.js → widget-BfX2SPR3.js} +239 -244
- 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, k 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-BwrcsLCA.js";
|
|
2
|
+
import { t, c as Q, k as se } from "./index-DFVtmZz4.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") };
|
|
@@ -5102,7 +5102,7 @@ function TB(e) {
|
|
|
5102
5102
|
}
|
|
5103
5103
|
async function kd(e) {
|
|
5104
5104
|
if (ce(e), !TA) {
|
|
5105
|
-
const { InvoiceRegisterWidget: i } = await import("./widget-
|
|
5105
|
+
const { InvoiceRegisterWidget: i } = await import("./widget-BfX2SPR3.js");
|
|
5106
5106
|
TA = i;
|
|
5107
5107
|
}
|
|
5108
5108
|
const A = Ee(e.selector), t = await TA(
|
|
@@ -5123,7 +5123,7 @@ async function kd(e) {
|
|
|
5123
5123
|
}
|
|
5124
5124
|
async function Dd(e) {
|
|
5125
5125
|
if (ce(e), !WA) {
|
|
5126
|
-
const { EContractWidget: t } = await import("./widget-
|
|
5126
|
+
const { EContractWidget: t } = await import("./widget-BfX2SPR3.js");
|
|
5127
5127
|
WA = t;
|
|
5128
5128
|
}
|
|
5129
5129
|
const A = Ee(e.selector);
|
|
@@ -5169,7 +5169,7 @@ async function Od(e) {
|
|
|
5169
5169
|
}
|
|
5170
5170
|
};
|
|
5171
5171
|
}
|
|
5172
|
-
XA || (XA = (await import("./index-
|
|
5172
|
+
XA || (XA = (await import("./index-CecYhuZJ.js")).createInvoiceRequestFlow);
|
|
5173
5173
|
const i = XA({
|
|
5174
5174
|
uuid: t,
|
|
5175
5175
|
orderInfo: e.orderInfo || { code: "", address: "", total: "" },
|
package/dist/index.esm.js
CHANGED