@invoice-sdk/widget 1.57.2 → 1.57.3
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.
|
@@ -2600,7 +2600,7 @@ let CA = null, IA = null;
|
|
|
2600
2600
|
function pa(i) {
|
|
2601
2601
|
return oA(this, null, function* () {
|
|
2602
2602
|
if (i.mode && re(i.mode), i.language && se(i.language), !IA) {
|
|
2603
|
-
const { InvoiceRegisterWidget: t } = yield import("./widget-
|
|
2603
|
+
const { InvoiceRegisterWidget: t } = yield import("./widget-ZihesbkG.js");
|
|
2604
2604
|
IA = t;
|
|
2605
2605
|
}
|
|
2606
2606
|
const A = typeof i.selector == "string" ? document.querySelector(i.selector) : i.selector;
|
|
@@ -2623,7 +2623,7 @@ function pa(i) {
|
|
|
2623
2623
|
function va(i) {
|
|
2624
2624
|
return oA(this, null, function* () {
|
|
2625
2625
|
if (i.mode && re(i.mode), i.language && se(i.language), !CA) {
|
|
2626
|
-
const { EContractWidget: t } = yield import("./widget-
|
|
2626
|
+
const { EContractWidget: t } = yield import("./widget-ZihesbkG.js");
|
|
2627
2627
|
CA = t;
|
|
2628
2628
|
}
|
|
2629
2629
|
const A = typeof i.selector == "string" ? document.querySelector(i.selector) : i.selector;
|
package/dist/index.esm.js
CHANGED