@invoice-sdk/widget 1.125.0 → 1.125.2
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-BlHX1Xwn.js → index-Bg8FhYWF.js} +2 -2
- package/dist/{index-CwllWoqA.js → index-_YNp3gpX.js} +11 -11
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +68 -68
- package/dist/{loading-BvhTR5Qk.js → loading-C4a2iVjI.js} +5 -5
- package/dist/{widget-D91gc23v.js → widget-Cp8g9XRZ.js} +2321 -2285
- package/package.json +1 -1
|
@@ -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-C4a2iVjI.js";
|
|
2
|
+
import { t, c as Q, j as se } from "./index-_YNp3gpX.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") };
|
|
@@ -5096,7 +5096,7 @@ function xB(e) {
|
|
|
5096
5096
|
}
|
|
5097
5097
|
async function Md(e) {
|
|
5098
5098
|
if (ce(e), !TA) {
|
|
5099
|
-
const { InvoiceRegisterWidget: i } = await import("./widget-
|
|
5099
|
+
const { InvoiceRegisterWidget: i } = await import("./widget-Cp8g9XRZ.js");
|
|
5100
5100
|
TA = i;
|
|
5101
5101
|
}
|
|
5102
5102
|
const A = Ee(e.selector), t = await TA(
|
|
@@ -5117,7 +5117,7 @@ async function Md(e) {
|
|
|
5117
5117
|
}
|
|
5118
5118
|
async function Jd(e) {
|
|
5119
5119
|
if (ce(e), !WA) {
|
|
5120
|
-
const { EContractWidget: t } = await import("./widget-
|
|
5120
|
+
const { EContractWidget: t } = await import("./widget-Cp8g9XRZ.js");
|
|
5121
5121
|
WA = t;
|
|
5122
5122
|
}
|
|
5123
5123
|
const A = Ee(e.selector);
|
|
@@ -5163,7 +5163,7 @@ async function Sd(e) {
|
|
|
5163
5163
|
}
|
|
5164
5164
|
};
|
|
5165
5165
|
}
|
|
5166
|
-
XA || (XA = (await import("./index-
|
|
5166
|
+
XA || (XA = (await import("./index-Bg8FhYWF.js")).createInvoiceRequestFlow);
|
|
5167
5167
|
const i = XA({
|
|
5168
5168
|
uuid: t,
|
|
5169
5169
|
orderInfo: e.orderInfo || { code: "", address: "", total: "" },
|
|
@@ -5190,15 +5190,15 @@ export {
|
|
|
5190
5190
|
Ad as I,
|
|
5191
5191
|
UB as O,
|
|
5192
5192
|
ed as S,
|
|
5193
|
-
|
|
5194
|
-
|
|
5193
|
+
wd as a,
|
|
5194
|
+
FB as b,
|
|
5195
5195
|
GB as c,
|
|
5196
|
-
|
|
5197
|
-
|
|
5198
|
-
|
|
5199
|
-
|
|
5200
|
-
|
|
5201
|
-
|
|
5196
|
+
Yu as d,
|
|
5197
|
+
fd as e,
|
|
5198
|
+
Pu as f,
|
|
5199
|
+
PB as g,
|
|
5200
|
+
Zu as h,
|
|
5201
|
+
xu as i,
|
|
5202
5202
|
tt as j,
|
|
5203
5203
|
J as k,
|
|
5204
5204
|
jt as l,
|
package/dist/index.esm.js
CHANGED