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