@invoice-sdk/widget 1.50.5 → 1.50.7
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.
|
@@ -2406,7 +2406,7 @@ let ce = null, le = null;
|
|
|
2406
2406
|
function il(o) {
|
|
2407
2407
|
return se(this, null, function* () {
|
|
2408
2408
|
if (o.mode && Ze(o.mode), o.language && et(o.language), !le) {
|
|
2409
|
-
const { InvoiceRegisterWidget: n } = yield import("./widget-
|
|
2409
|
+
const { InvoiceRegisterWidget: n } = yield import("./widget-D0ESdvpL.js");
|
|
2410
2410
|
le = n;
|
|
2411
2411
|
}
|
|
2412
2412
|
const e = typeof o.selector == "string" ? document.querySelector(o.selector) : o.selector;
|
|
@@ -2428,7 +2428,7 @@ function il(o) {
|
|
|
2428
2428
|
function ol(o) {
|
|
2429
2429
|
return se(this, null, function* () {
|
|
2430
2430
|
if (o.mode && Ze(o.mode), o.language && et(o.language), !ce) {
|
|
2431
|
-
const { EContractWidget: n } = yield import("./widget-
|
|
2431
|
+
const { EContractWidget: n } = yield import("./widget-D0ESdvpL.js");
|
|
2432
2432
|
ce = n;
|
|
2433
2433
|
}
|
|
2434
2434
|
const e = typeof o.selector == "string" ? document.querySelector(o.selector) : o.selector;
|
package/dist/index.esm.js
CHANGED