@invoice-sdk/widget 1.53.0 → 1.53.1
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.
|
@@ -2411,7 +2411,7 @@ let ce = null, le = null;
|
|
|
2411
2411
|
function al(o) {
|
|
2412
2412
|
return se(this, null, function* () {
|
|
2413
2413
|
if (o.mode && Ze(o.mode), o.language && et(o.language), !le) {
|
|
2414
|
-
const { InvoiceRegisterWidget: n } = yield import("./widget-
|
|
2414
|
+
const { InvoiceRegisterWidget: n } = yield import("./widget-DiTa4M8T.js");
|
|
2415
2415
|
le = n;
|
|
2416
2416
|
}
|
|
2417
2417
|
const e = typeof o.selector == "string" ? document.querySelector(o.selector) : o.selector;
|
|
@@ -2426,14 +2426,15 @@ function al(o) {
|
|
|
2426
2426
|
o.onShowPolicy || (() => {
|
|
2427
2427
|
}),
|
|
2428
2428
|
o.data || {},
|
|
2429
|
-
o.theme
|
|
2429
|
+
o.theme,
|
|
2430
|
+
o.mode
|
|
2430
2431
|
), { destroy: t };
|
|
2431
2432
|
});
|
|
2432
2433
|
}
|
|
2433
2434
|
function cl(o) {
|
|
2434
2435
|
return se(this, null, function* () {
|
|
2435
2436
|
if (o.mode && Ze(o.mode), o.language && et(o.language), !ce) {
|
|
2436
|
-
const { EContractWidget: n } = yield import("./widget-
|
|
2437
|
+
const { EContractWidget: n } = yield import("./widget-DiTa4M8T.js");
|
|
2437
2438
|
ce = n;
|
|
2438
2439
|
}
|
|
2439
2440
|
const e = typeof o.selector == "string" ? document.querySelector(o.selector) : o.selector;
|
package/dist/index.esm.js
CHANGED