@invoice-sdk/widget 1.45.0 → 1.46.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.
- package/dist/{index-D6cmmwl-.js → index-A1qyQjTH.js} +2 -2
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +23 -23
- package/dist/widget-BlIh7V-h.js +8401 -0
- package/package.json +1 -1
- package/dist/widget-C6l0mR-x.js +0 -8401
|
@@ -2362,7 +2362,7 @@ let ce = null, le = null;
|
|
|
2362
2362
|
function yc(o) {
|
|
2363
2363
|
return se(this, null, function* () {
|
|
2364
2364
|
if (o.mode && Ze(o.mode), o.language && et(o.language), !le) {
|
|
2365
|
-
const { InvoiceRegisterWidget: n } = yield import("./widget-
|
|
2365
|
+
const { InvoiceRegisterWidget: n } = yield import("./widget-BlIh7V-h.js");
|
|
2366
2366
|
le = n;
|
|
2367
2367
|
}
|
|
2368
2368
|
const e = typeof o.selector == "string" ? document.querySelector(o.selector) : o.selector;
|
|
@@ -2382,7 +2382,7 @@ function yc(o) {
|
|
|
2382
2382
|
function vc(o) {
|
|
2383
2383
|
return se(this, null, function* () {
|
|
2384
2384
|
if (o.mode && Ze(o.mode), o.language && et(o.language), !ce) {
|
|
2385
|
-
const { EContractWidget: n } = yield import("./widget-
|
|
2385
|
+
const { EContractWidget: n } = yield import("./widget-BlIh7V-h.js");
|
|
2386
2386
|
ce = n;
|
|
2387
2387
|
}
|
|
2388
2388
|
const e = typeof o.selector == "string" ? document.querySelector(o.selector) : o.selector;
|
package/dist/index.esm.js
CHANGED