@invoice-sdk/widget 1.60.3 → 1.61.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.
|
@@ -2629,7 +2629,7 @@ let CA = null, IA = null;
|
|
|
2629
2629
|
function Wa(i) {
|
|
2630
2630
|
return rA(this, null, function* () {
|
|
2631
2631
|
if (i.mode && oe(i.mode), i.language && se(i.language), !IA) {
|
|
2632
|
-
const { InvoiceRegisterWidget: t } = yield import("./widget-
|
|
2632
|
+
const { InvoiceRegisterWidget: t } = yield import("./widget-NvCrIDPY.js");
|
|
2633
2633
|
IA = t;
|
|
2634
2634
|
}
|
|
2635
2635
|
const A = typeof i.selector == "string" ? document.querySelector(i.selector) : i.selector;
|
|
@@ -2652,7 +2652,7 @@ function Wa(i) {
|
|
|
2652
2652
|
function Ka(i) {
|
|
2653
2653
|
return rA(this, null, function* () {
|
|
2654
2654
|
if (i.mode && oe(i.mode), i.language && se(i.language), !CA) {
|
|
2655
|
-
const { EContractWidget: t } = yield import("./widget-
|
|
2655
|
+
const { EContractWidget: t } = yield import("./widget-NvCrIDPY.js");
|
|
2656
2656
|
CA = t;
|
|
2657
2657
|
}
|
|
2658
2658
|
const A = typeof i.selector == "string" ? document.querySelector(i.selector) : i.selector;
|
|
@@ -2683,12 +2683,13 @@ function Za(i, A) {
|
|
|
2683
2683
|
}
|
|
2684
2684
|
export {
|
|
2685
2685
|
Ua as a,
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2686
|
+
Oa as b,
|
|
2687
|
+
ja as c,
|
|
2688
|
+
ka as d,
|
|
2689
|
+
Ka as e,
|
|
2690
2690
|
La as f,
|
|
2691
2691
|
qa as g,
|
|
2692
|
+
Za as h,
|
|
2692
2693
|
Wa as i,
|
|
2693
2694
|
ba as m,
|
|
2694
2695
|
Fa as r,
|
package/dist/index.esm.js
CHANGED