@invoice-sdk/widget 1.74.0 → 1.75.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.
|
@@ -4600,7 +4600,7 @@ let $A = null, _A = null, nA = null, CA = null;
|
|
|
4600
4600
|
function oB(t) {
|
|
4601
4601
|
return H(this, null, function* () {
|
|
4602
4602
|
if (t.mode && dt(t.mode), t.baseUrl && ut(t.mode, t.baseUrl), t.language && Pt(t.language), !_A) {
|
|
4603
|
-
const { InvoiceRegisterWidget: i } = yield import("./widget-
|
|
4603
|
+
const { InvoiceRegisterWidget: i } = yield import("./widget-D1QIkJQn.js");
|
|
4604
4604
|
_A = i;
|
|
4605
4605
|
}
|
|
4606
4606
|
const A = typeof t.selector == "string" ? document.querySelector(t.selector) : t.selector;
|
|
@@ -4624,7 +4624,7 @@ function oB(t) {
|
|
|
4624
4624
|
function rB(t) {
|
|
4625
4625
|
return H(this, null, function* () {
|
|
4626
4626
|
if (t.mode && dt(t.mode), t.baseUrl && ut(t.mode, t.baseUrl), t.language && Pt(t.language), !$A) {
|
|
4627
|
-
const { EContractWidget: i } = yield import("./widget-
|
|
4627
|
+
const { EContractWidget: i } = yield import("./widget-D1QIkJQn.js");
|
|
4628
4628
|
$A = i;
|
|
4629
4629
|
}
|
|
4630
4630
|
const A = typeof t.selector == "string" ? document.querySelector(t.selector) : t.selector;
|
|
@@ -4660,7 +4660,7 @@ function gB(t) {
|
|
|
4660
4660
|
try {
|
|
4661
4661
|
return {
|
|
4662
4662
|
status: "success",
|
|
4663
|
-
data: yield SQ(t)
|
|
4663
|
+
data: yield SQ({ orderId: t })
|
|
4664
4664
|
};
|
|
4665
4665
|
} catch (A) {
|
|
4666
4666
|
return console.error(A), {
|
|
@@ -4671,6 +4671,8 @@ function gB(t) {
|
|
|
4671
4671
|
});
|
|
4672
4672
|
}
|
|
4673
4673
|
export {
|
|
4674
|
+
Pt as A,
|
|
4675
|
+
gB as B,
|
|
4674
4676
|
GQ as C,
|
|
4675
4677
|
OQ as G,
|
|
4676
4678
|
vQ as O,
|
|
@@ -4697,7 +4699,7 @@ export {
|
|
|
4697
4699
|
sB as u,
|
|
4698
4700
|
Yg as v,
|
|
4699
4701
|
rB as w,
|
|
4700
|
-
|
|
4701
|
-
|
|
4702
|
-
|
|
4702
|
+
aB as x,
|
|
4703
|
+
dt as y,
|
|
4704
|
+
ut as z
|
|
4703
4705
|
};
|
package/dist/index.esm.js
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { B as s, x as a, q as i, w as r, r as g, z as n, y as o, A as u, u as c } from "./index-BEsgSSxy.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
s as checkContractStatus,
|
|
4
|
+
a as getSettings,
|
|
5
5
|
i as init,
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
n as
|
|
6
|
+
r as initEContract,
|
|
7
|
+
g as registerWidget,
|
|
8
|
+
n as setConfig,
|
|
9
|
+
o as setCurrentMode,
|
|
10
|
+
u as setWidgetLanguage,
|
|
9
11
|
c as unregisterWidget
|
|
10
12
|
};
|