@invoice-sdk/widget 1.121.0 → 1.122.0
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-DehiCc26.js → index-C33oyF2G.js} +3 -3
- package/dist/{index-BdzkBD5U.js → index-Ccj7rr4H.js} +2 -2
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +69 -75
- package/dist/{loading-B7udx2Ut.js → loading-DsaqDRpJ.js} +13 -8
- package/dist/{widget-CcqMbYvP.js → widget-CFs31gd0.js} +2486 -2603
- package/dist/widget.css +1 -1
- package/package.json +1 -1
|
@@ -5100,7 +5100,7 @@ function od(e) {
|
|
|
5100
5100
|
function Nd(e) {
|
|
5101
5101
|
return S(this, null, function* () {
|
|
5102
5102
|
if (pe(e), !ie) {
|
|
5103
|
-
const { InvoiceRegisterWidget: i } = yield import("./widget-
|
|
5103
|
+
const { InvoiceRegisterWidget: i } = yield import("./widget-CFs31gd0.js");
|
|
5104
5104
|
ie = i;
|
|
5105
5105
|
}
|
|
5106
5106
|
const A = me(e.selector), t = yield ie(
|
|
@@ -5123,7 +5123,7 @@ function Nd(e) {
|
|
|
5123
5123
|
function bd(e) {
|
|
5124
5124
|
return S(this, null, function* () {
|
|
5125
5125
|
if (pe(e), !te) {
|
|
5126
|
-
const { EContractWidget: t } = yield import("./widget-
|
|
5126
|
+
const { EContractWidget: t } = yield import("./widget-CFs31gd0.js");
|
|
5127
5127
|
te = t;
|
|
5128
5128
|
}
|
|
5129
5129
|
const A = me(e.selector);
|
|
@@ -5174,7 +5174,7 @@ function Pd(e) {
|
|
|
5174
5174
|
})
|
|
5175
5175
|
};
|
|
5176
5176
|
}
|
|
5177
|
-
ne || (ne = (yield import("./index-
|
|
5177
|
+
ne || (ne = (yield import("./index-Ccj7rr4H.js")).createInvoiceRequestFlow);
|
|
5178
5178
|
const i = ne({
|
|
5179
5179
|
uuid: t,
|
|
5180
5180
|
orderInfo: e.orderInfo || { code: "", address: "", total: "" },
|
|
@@ -25,8 +25,8 @@ var j = (r, t, e) => new Promise((i, l) => {
|
|
|
25
25
|
}, g = (p) => p.done ? i(p.value) : Promise.resolve(p.value).then(s, a);
|
|
26
26
|
g((e = e.apply(r, t)).next());
|
|
27
27
|
});
|
|
28
|
-
import { c as G, f as te, e as oe, b as le, o as ne, s as de } from "./loading-
|
|
29
|
-
import { t as n, c as J, j as ce } from "./index-
|
|
28
|
+
import { c as G, f as te, e as oe, b as le, o as ne, s as de } from "./loading-DsaqDRpJ.js";
|
|
29
|
+
import { t as n, c as J, j as ce } from "./index-C33oyF2G.js";
|
|
30
30
|
function z(r) {
|
|
31
31
|
const t = r.trim();
|
|
32
32
|
return t ? t.length < 2 || t.length > 250 ? { valid: !1, error: n("length_2_250") } : /[<>:"\/\\|?*@#$%!^]/.test(t) ? { valid: !1, error: n("invalid_characters") } : { valid: !0 } : { valid: !1, error: n("required_name") };
|
package/dist/index.esm.js
CHANGED