@invoice-sdk/widget 1.56.0 → 1.57.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.
|
@@ -2576,7 +2576,7 @@ let de = null, he = null;
|
|
|
2576
2576
|
function yl(o) {
|
|
2577
2577
|
return re(this, null, function* () {
|
|
2578
2578
|
if (o.mode && st(o.mode), o.language && ct(o.language), !he) {
|
|
2579
|
-
const { InvoiceRegisterWidget: n } = yield import("./widget-
|
|
2579
|
+
const { InvoiceRegisterWidget: n } = yield import("./widget-DggYdq4I.js");
|
|
2580
2580
|
he = n;
|
|
2581
2581
|
}
|
|
2582
2582
|
const e = typeof o.selector == "string" ? document.querySelector(o.selector) : o.selector;
|
|
@@ -2599,7 +2599,7 @@ function yl(o) {
|
|
|
2599
2599
|
function vl(o) {
|
|
2600
2600
|
return re(this, null, function* () {
|
|
2601
2601
|
if (o.mode && st(o.mode), o.language && ct(o.language), !de) {
|
|
2602
|
-
const { EContractWidget: n } = yield import("./widget-
|
|
2602
|
+
const { EContractWidget: n } = yield import("./widget-DggYdq4I.js");
|
|
2603
2603
|
de = n;
|
|
2604
2604
|
}
|
|
2605
2605
|
const e = typeof o.selector == "string" ? document.querySelector(o.selector) : o.selector;
|
package/dist/index.esm.js
CHANGED