@invoice-sdk/widget 1.115.3 → 1.115.5
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-pPKfFbLS.js → index-C-62FO8g.js} +3 -3
- package/dist/{index-ZDAQc4SM.js → index-C9FKdqPq.js} +2 -2
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +41 -41
- package/dist/{invoice-CZRcu0sW.js → invoice-CHFiEOk7.js} +2 -2
- package/dist/{widget-DIsDmuXf.js → widget-CHPpGsNJ.js} +552 -554
- package/dist/widget.css +1 -1
- package/package.json +1 -1
|
@@ -5055,7 +5055,7 @@ function qu(e) {
|
|
|
5055
5055
|
function id(e) {
|
|
5056
5056
|
return v(this, null, function* () {
|
|
5057
5057
|
if (pe(e), !ie) {
|
|
5058
|
-
const { InvoiceRegisterWidget: i } = yield import("./widget-
|
|
5058
|
+
const { InvoiceRegisterWidget: i } = yield import("./widget-CHPpGsNJ.js");
|
|
5059
5059
|
ie = i;
|
|
5060
5060
|
}
|
|
5061
5061
|
const A = me(e.selector), t = yield ie(
|
|
@@ -5078,7 +5078,7 @@ function id(e) {
|
|
|
5078
5078
|
function nd(e) {
|
|
5079
5079
|
return v(this, null, function* () {
|
|
5080
5080
|
if (pe(e), !te) {
|
|
5081
|
-
const { EContractWidget: t } = yield import("./widget-
|
|
5081
|
+
const { EContractWidget: t } = yield import("./widget-CHPpGsNJ.js");
|
|
5082
5082
|
te = t;
|
|
5083
5083
|
}
|
|
5084
5084
|
const A = me(e.selector);
|
|
@@ -5108,7 +5108,7 @@ function Cd(e) {
|
|
|
5108
5108
|
if (pe(e), !(e != null && e.uuid))
|
|
5109
5109
|
throw new Error("[WidgetSDK] Missing uuid for export e-invoice flow");
|
|
5110
5110
|
const A = me(e.selector);
|
|
5111
|
-
ne || (ne = (yield import("./index-
|
|
5111
|
+
ne || (ne = (yield import("./index-C9FKdqPq.js")).createInvoiceRequestFlow), A.innerHTML = "";
|
|
5112
5112
|
const t = ne({
|
|
5113
5113
|
uuid: e.uuid,
|
|
5114
5114
|
orderInfo: e.orderInfo || { code: "", address: "", total: "" },
|
|
@@ -25,8 +25,8 @@ var F = (i, a, e) => new Promise((t, o) => {
|
|
|
25
25
|
}, l = (d) => d.done ? t(d.value) : Promise.resolve(d.value).then(s, r);
|
|
26
26
|
l((e = e.apply(i, a)).next());
|
|
27
27
|
});
|
|
28
|
-
import { c as q, f as z, b as J, n as D, s as K } from "./invoice-
|
|
29
|
-
import { t as n, c as P } from "./index-
|
|
28
|
+
import { c as q, f as z, b as J, n as D, s as K } from "./invoice-CHFiEOk7.js";
|
|
29
|
+
import { t as n, c as P } from "./index-C-62FO8g.js";
|
|
30
30
|
function Q({ defaultValues: i = {}, onChange: a } = {}) {
|
|
31
31
|
const e = {
|
|
32
32
|
representativeName: i.representativeName || "",
|
package/dist/index.esm.js
CHANGED