@invoice-sdk/widget 1.113.4 → 1.113.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-BVpfY0do.js → index-BHzw2I84.js} +3 -3
- package/dist/{index-BHF8LZ5Y.js → index-DEx-Mogp.js} +2 -2
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +37 -37
- package/dist/{invoice-Dga7a6AS.js → invoice-BABz3Rg6.js} +2 -2
- package/dist/{widget-CBPbQ46m.js → widget-CZOCNt5L.js} +1194 -1188
- package/package.json +1 -1
|
@@ -5049,7 +5049,7 @@ function uu(e) {
|
|
|
5049
5049
|
function Vu(e) {
|
|
5050
5050
|
return v(this, null, function* () {
|
|
5051
5051
|
if (pe(e), !ie) {
|
|
5052
|
-
const { InvoiceRegisterWidget: i } = yield import("./widget-
|
|
5052
|
+
const { InvoiceRegisterWidget: i } = yield import("./widget-CZOCNt5L.js");
|
|
5053
5053
|
ie = i;
|
|
5054
5054
|
}
|
|
5055
5055
|
const A = me(e.selector), t = yield ie(
|
|
@@ -5072,7 +5072,7 @@ function Vu(e) {
|
|
|
5072
5072
|
function $u(e) {
|
|
5073
5073
|
return v(this, null, function* () {
|
|
5074
5074
|
if (pe(e), !te) {
|
|
5075
|
-
const { EContractWidget: t } = yield import("./widget-
|
|
5075
|
+
const { EContractWidget: t } = yield import("./widget-CZOCNt5L.js");
|
|
5076
5076
|
te = t;
|
|
5077
5077
|
}
|
|
5078
5078
|
const A = me(e.selector);
|
|
@@ -5102,7 +5102,7 @@ function ed(e) {
|
|
|
5102
5102
|
if (pe(e), !(e != null && e.uuid))
|
|
5103
5103
|
throw new Error("[WidgetSDK] Missing uuid for export e-invoice flow");
|
|
5104
5104
|
const A = me(e.selector);
|
|
5105
|
-
ne || (ne = (yield import("./index-
|
|
5105
|
+
ne || (ne = (yield import("./index-DEx-Mogp.js")).createInvoiceRequestFlow), A.innerHTML = "";
|
|
5106
5106
|
const t = ne({
|
|
5107
5107
|
uuid: e.uuid,
|
|
5108
5108
|
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-BABz3Rg6.js";
|
|
29
|
+
import { t as n, c as P } from "./index-BHzw2I84.js";
|
|
30
30
|
function Q({ defaultValues: i = {}, onChange: a } = {}) {
|
|
31
31
|
const e = {
|
|
32
32
|
representativeName: i.representativeName || "",
|
package/dist/index.esm.js
CHANGED