@invoice-sdk/widget 1.67.2 → 1.67.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.
|
@@ -2665,7 +2665,7 @@ let AA = null, IA = null;
|
|
|
2665
2665
|
function AC(i) {
|
|
2666
2666
|
return sA(this, null, function* () {
|
|
2667
2667
|
if (i.mode && re(i.mode), i.language && ge(i.language), !IA) {
|
|
2668
|
-
const { InvoiceRegisterWidget: t } = yield import("./widget-
|
|
2668
|
+
const { InvoiceRegisterWidget: t } = yield import("./widget-CPNNUxSC.js");
|
|
2669
2669
|
IA = t;
|
|
2670
2670
|
}
|
|
2671
2671
|
const A = typeof i.selector == "string" ? document.querySelector(i.selector) : i.selector;
|
|
@@ -2688,7 +2688,7 @@ function AC(i) {
|
|
|
2688
2688
|
function eC(i) {
|
|
2689
2689
|
return sA(this, null, function* () {
|
|
2690
2690
|
if (i.mode && re(i.mode), i.language && ge(i.language), !AA) {
|
|
2691
|
-
const { EContractWidget: t } = yield import("./widget-
|
|
2691
|
+
const { EContractWidget: t } = yield import("./widget-CPNNUxSC.js");
|
|
2692
2692
|
AA = t;
|
|
2693
2693
|
}
|
|
2694
2694
|
const A = typeof i.selector == "string" ? document.querySelector(i.selector) : i.selector;
|
package/dist/index.esm.js
CHANGED