@invoice-sdk/widget 1.48.1 → 1.49.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.
|
@@ -2368,7 +2368,7 @@ let ce = null, le = null;
|
|
|
2368
2368
|
function bc(o) {
|
|
2369
2369
|
return se(this, null, function* () {
|
|
2370
2370
|
if (o.mode && Ze(o.mode), o.language && et(o.language), !le) {
|
|
2371
|
-
const { InvoiceRegisterWidget: n } = yield import("./widget
|
|
2371
|
+
const { InvoiceRegisterWidget: n } = yield import("./widget--ZZEUNT2.js");
|
|
2372
2372
|
le = n;
|
|
2373
2373
|
}
|
|
2374
2374
|
const e = typeof o.selector == "string" ? document.querySelector(o.selector) : o.selector;
|
|
@@ -2390,7 +2390,7 @@ function bc(o) {
|
|
|
2390
2390
|
function Sc(o) {
|
|
2391
2391
|
return se(this, null, function* () {
|
|
2392
2392
|
if (o.mode && Ze(o.mode), o.language && et(o.language), !ce) {
|
|
2393
|
-
const { EContractWidget: n } = yield import("./widget
|
|
2393
|
+
const { EContractWidget: n } = yield import("./widget--ZZEUNT2.js");
|
|
2394
2394
|
ce = n;
|
|
2395
2395
|
}
|
|
2396
2396
|
const e = typeof o.selector == "string" ? document.querySelector(o.selector) : o.selector;
|
package/dist/index.esm.js
CHANGED