@invoice-sdk/widget 1.120.0 → 1.120.1
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-s-u_RqX7.js → index-CdN3aILt.js} +2 -2
- package/dist/{index-Dwm5GXG-.js → index-DveBzjNY.js} +3 -3
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +21 -21
- package/dist/{loading-CMCk5aav.js → loading-pdqPXs86.js} +2 -2
- package/dist/{widget-Ca5n6Fsq.js → widget-DbDXoK_-.js} +463 -477
- package/package.json +1 -1
|
@@ -25,8 +25,8 @@ var j = (r, t, e) => new Promise((n, d) => {
|
|
|
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 de, o as ne, s as le } 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 de, o as ne, s as le } from "./loading-pdqPXs86.js";
|
|
29
|
+
import { t as i, c as J, j as ce } from "./index-DveBzjNY.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") };
|
|
@@ -5096,7 +5096,7 @@ function ed(e) {
|
|
|
5096
5096
|
function Gd(e) {
|
|
5097
5097
|
return S(this, null, function* () {
|
|
5098
5098
|
if (pe(e), !ie) {
|
|
5099
|
-
const { InvoiceRegisterWidget: i } = yield import("./widget-
|
|
5099
|
+
const { InvoiceRegisterWidget: i } = yield import("./widget-DbDXoK_-.js");
|
|
5100
5100
|
ie = i;
|
|
5101
5101
|
}
|
|
5102
5102
|
const A = me(e.selector), t = yield ie(
|
|
@@ -5119,7 +5119,7 @@ function Gd(e) {
|
|
|
5119
5119
|
function Od(e) {
|
|
5120
5120
|
return S(this, null, function* () {
|
|
5121
5121
|
if (pe(e), !te) {
|
|
5122
|
-
const { EContractWidget: t } = yield import("./widget-
|
|
5122
|
+
const { EContractWidget: t } = yield import("./widget-DbDXoK_-.js");
|
|
5123
5123
|
te = t;
|
|
5124
5124
|
}
|
|
5125
5125
|
const A = me(e.selector);
|
|
@@ -5170,7 +5170,7 @@ function Nd(e) {
|
|
|
5170
5170
|
})
|
|
5171
5171
|
};
|
|
5172
5172
|
}
|
|
5173
|
-
ne || (ne = (yield import("./index-
|
|
5173
|
+
ne || (ne = (yield import("./index-CdN3aILt.js")).createInvoiceRequestFlow);
|
|
5174
5174
|
const i = ne({
|
|
5175
5175
|
uuid: t,
|
|
5176
5176
|
orderInfo: e.orderInfo || { code: "", address: "", total: "" },
|
package/dist/index.esm.js
CHANGED