@invoice-sdk/widget 1.63.3 → 1.64.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.
|
@@ -2655,7 +2655,7 @@ let CA = null, IA = null;
|
|
|
2655
2655
|
function Wa(i) {
|
|
2656
2656
|
return oA(this, null, function* () {
|
|
2657
2657
|
if (i.mode && re(i.mode), i.language && se(i.language), !IA) {
|
|
2658
|
-
const { InvoiceRegisterWidget: t } = yield import("./widget-
|
|
2658
|
+
const { InvoiceRegisterWidget: t } = yield import("./widget-C716WEMh.js");
|
|
2659
2659
|
IA = t;
|
|
2660
2660
|
}
|
|
2661
2661
|
const A = typeof i.selector == "string" ? document.querySelector(i.selector) : i.selector;
|
|
@@ -2678,7 +2678,7 @@ function Wa(i) {
|
|
|
2678
2678
|
function Ka(i) {
|
|
2679
2679
|
return oA(this, null, function* () {
|
|
2680
2680
|
if (i.mode && re(i.mode), i.language && se(i.language), !CA) {
|
|
2681
|
-
const { EContractWidget: t } = yield import("./widget-
|
|
2681
|
+
const { EContractWidget: t } = yield import("./widget-C716WEMh.js");
|
|
2682
2682
|
CA = t;
|
|
2683
2683
|
}
|
|
2684
2684
|
const A = typeof i.selector == "string" ? document.querySelector(i.selector) : i.selector;
|
package/dist/index.esm.js
CHANGED