@invoice-sdk/widget 1.69.0 → 1.69.2
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.
|
@@ -2674,7 +2674,7 @@ let QA = null, cA = null, z = null, q = null;
|
|
|
2674
2674
|
function IC(i) {
|
|
2675
2675
|
return gA(this, null, function* () {
|
|
2676
2676
|
if (i.mode && se(i.mode), i.language && Ce(i.language), !cA) {
|
|
2677
|
-
const { InvoiceRegisterWidget: t } = yield import("./widget-
|
|
2677
|
+
const { InvoiceRegisterWidget: t } = yield import("./widget-C1v9sHNk.js");
|
|
2678
2678
|
cA = t;
|
|
2679
2679
|
}
|
|
2680
2680
|
const A = typeof i.selector == "string" ? document.querySelector(i.selector) : i.selector;
|
|
@@ -2698,7 +2698,7 @@ function IC(i) {
|
|
|
2698
2698
|
function QC(i) {
|
|
2699
2699
|
return gA(this, null, function* () {
|
|
2700
2700
|
if (i.mode && se(i.mode), i.language && Ce(i.language), !QA) {
|
|
2701
|
-
const { EContractWidget: t } = yield import("./widget-
|
|
2701
|
+
const { EContractWidget: t } = yield import("./widget-C1v9sHNk.js");
|
|
2702
2702
|
QA = t;
|
|
2703
2703
|
}
|
|
2704
2704
|
const A = typeof i.selector == "string" ? document.querySelector(i.selector) : i.selector;
|
package/dist/index.esm.js
CHANGED