@invoice-sdk/widget 1.59.0 → 1.59.2
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.
|
@@ -2610,7 +2610,7 @@ let CA = null, IA = null;
|
|
|
2610
2610
|
function ba(i) {
|
|
2611
2611
|
return rA(this, null, function* () {
|
|
2612
2612
|
if (i.mode && oe(i.mode), i.language && se(i.language), !IA) {
|
|
2613
|
-
const { InvoiceRegisterWidget: t } = yield import("./widget-
|
|
2613
|
+
const { InvoiceRegisterWidget: t } = yield import("./widget-BoMKwMTm.js");
|
|
2614
2614
|
IA = t;
|
|
2615
2615
|
}
|
|
2616
2616
|
const A = typeof i.selector == "string" ? document.querySelector(i.selector) : i.selector;
|
|
@@ -2633,7 +2633,7 @@ function ba(i) {
|
|
|
2633
2633
|
function La(i) {
|
|
2634
2634
|
return rA(this, null, function* () {
|
|
2635
2635
|
if (i.mode && oe(i.mode), i.language && se(i.language), !CA) {
|
|
2636
|
-
const { EContractWidget: t } = yield import("./widget-
|
|
2636
|
+
const { EContractWidget: t } = yield import("./widget-BoMKwMTm.js");
|
|
2637
2637
|
CA = t;
|
|
2638
2638
|
}
|
|
2639
2639
|
const A = typeof i.selector == "string" ? document.querySelector(i.selector) : i.selector;
|
package/dist/index.esm.js
CHANGED