@invoice-sdk/widget 1.72.0 → 1.73.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.
|
@@ -2677,7 +2677,7 @@ let QA = null, cA = null, z = null, q = null;
|
|
|
2677
2677
|
function cC(i) {
|
|
2678
2678
|
return gA(this, null, function* () {
|
|
2679
2679
|
if (i.mode && ae(i.mode), i.baseUrl && ge(i.mode, i.baseUrl), i.language && Ie(i.language), !cA) {
|
|
2680
|
-
const { InvoiceRegisterWidget: t } = yield import("./widget-
|
|
2680
|
+
const { InvoiceRegisterWidget: t } = yield import("./widget-Dtzvh1JG.js");
|
|
2681
2681
|
cA = t;
|
|
2682
2682
|
}
|
|
2683
2683
|
const A = typeof i.selector == "string" ? document.querySelector(i.selector) : i.selector;
|
|
@@ -2701,7 +2701,7 @@ function cC(i) {
|
|
|
2701
2701
|
function BC(i) {
|
|
2702
2702
|
return gA(this, null, function* () {
|
|
2703
2703
|
if (i.mode && ae(i.mode), i.baseUrl && ge(i.mode, i.baseUrl), i.language && Ie(i.language), !QA) {
|
|
2704
|
-
const { EContractWidget: t } = yield import("./widget-
|
|
2704
|
+
const { EContractWidget: t } = yield import("./widget-Dtzvh1JG.js");
|
|
2705
2705
|
QA = t;
|
|
2706
2706
|
}
|
|
2707
2707
|
const A = typeof i.selector == "string" ? document.querySelector(i.selector) : i.selector;
|
package/dist/index.esm.js
CHANGED