@invoice-sdk/widget 1.120.2 → 1.120.4
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-DkVsLAif.js → index-83IevlN6.js} +3 -3
- package/dist/{index-DKke5YU5.js → index-D0eb-zMe.js} +2 -2
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +42 -36
- package/dist/{loading-DyM_gUvM.js → loading-CD2ay4JG.js} +2 -2
- package/dist/{widget-BcX42P8Y.js → widget-ZsY1bAeo.js} +880 -869
- package/dist/widget.css +1 -1
- package/package.json +1 -1
|
@@ -5098,7 +5098,7 @@ function id(e) {
|
|
|
5098
5098
|
function Hd(e) {
|
|
5099
5099
|
return S(this, null, function* () {
|
|
5100
5100
|
if (pe(e), !ie) {
|
|
5101
|
-
const { InvoiceRegisterWidget: i } = yield import("./widget-
|
|
5101
|
+
const { InvoiceRegisterWidget: i } = yield import("./widget-ZsY1bAeo.js");
|
|
5102
5102
|
ie = i;
|
|
5103
5103
|
}
|
|
5104
5104
|
const A = me(e.selector), t = yield ie(
|
|
@@ -5121,7 +5121,7 @@ function Hd(e) {
|
|
|
5121
5121
|
function jd(e) {
|
|
5122
5122
|
return S(this, null, function* () {
|
|
5123
5123
|
if (pe(e), !te) {
|
|
5124
|
-
const { EContractWidget: t } = yield import("./widget-
|
|
5124
|
+
const { EContractWidget: t } = yield import("./widget-ZsY1bAeo.js");
|
|
5125
5125
|
te = t;
|
|
5126
5126
|
}
|
|
5127
5127
|
const A = me(e.selector);
|
|
@@ -5172,7 +5172,7 @@ function Yd(e) {
|
|
|
5172
5172
|
})
|
|
5173
5173
|
};
|
|
5174
5174
|
}
|
|
5175
|
-
ne || (ne = (yield import("./index-
|
|
5175
|
+
ne || (ne = (yield import("./index-D0eb-zMe.js")).createInvoiceRequestFlow);
|
|
5176
5176
|
const i = ne({
|
|
5177
5177
|
uuid: t,
|
|
5178
5178
|
orderInfo: e.orderInfo || { code: "", address: "", total: "" },
|
|
@@ -25,8 +25,8 @@ var j = (r, t, e) => new Promise((n, l) => {
|
|
|
25
25
|
}, g = (p) => p.done ? n(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 i, 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-CD2ay4JG.js";
|
|
29
|
+
import { t as i, c as J, j as ce } from "./index-83IevlN6.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: i("length_2_250") } : /[<>:"\/\\|?*@#$%!^]/.test(t) ? { valid: !1, error: i("invalid_characters") } : { valid: !0 } : { valid: !1, error: i("required_name") };
|
package/dist/index.esm.js
CHANGED