@invoice-sdk/widget 1.125.10 → 1.125.11
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-oLfFf5Qk.js → index-BbrATfvu.js} +2 -2
- package/dist/{index-CdHqHRph.js → index-COzhRa0A.js} +26 -25
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +70 -70
- package/dist/{loading-C8EHhxzu.js → loading-CUhhtC_1.js} +6 -6
- package/dist/{widget-nEcv5vqq.js → widget-B2o8DtML.js} +2338 -2305
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as O, f as G, e as te, b as ne, p as re, q as ie, s as ae, r as oe } from "./loading-
|
|
2
|
-
import { t, c as Q,
|
|
1
|
+
import { c as O, f as G, e as te, b as ne, p as re, q as ie, s as ae, r as oe } from "./loading-CUhhtC_1.js";
|
|
2
|
+
import { t, c as Q, k as se } from "./index-COzhRa0A.js";
|
|
3
3
|
function B(i) {
|
|
4
4
|
const n = i.trim();
|
|
5
5
|
return n ? n.length < 2 || n.length > 250 ? { valid: !1, error: t("length_2_250") } : /[<>:"\/\\|?*@#$%!^]/.test(n) ? { valid: !1, error: t("invalid_characters") } : { valid: !0 } : { valid: !1, error: t("required_name") };
|
|
@@ -3000,7 +3000,7 @@ function oQ(e = "dev", A = "bvb") {
|
|
|
3000
3000
|
function VB(e, A, t) {
|
|
3001
3001
|
return nQ(e, A) ? ct(e, A, t) : (console.error(`[SettingsAdapter] Invalid environment or bank: ${e}, ${A}`), null);
|
|
3002
3002
|
}
|
|
3003
|
-
const $B = "/core-api/packages", _B = "/core-api/orders", Ad = "/core-api/orders/create", ed = "/core-api/customers/is-new", rQ = "core-api/convert/iframe-
|
|
3003
|
+
const $B = "/core-api/packages", _B = "/core-api/orders", Ad = "/core-api/orders/create", ed = "/core-api/customers/is-new", rQ = "core-api/convert/all-iframe-signatures", CQ = "/core-api/convert/checkCompletedSignature", td = "/core-api/customers/old-registration-data", id = "/tax-code", sQ = "/invoice/gen-qr", nd = "/core-api/promotions", od = "core-api/tax-code-whitelist", rd = "/core-api/webhooks/confirm", Cd = "/core-api/invoice-requests/status", sd = "/core-api/invoice-requests/submit", ad = "/core-api/customer-invoice-requests/status", Id = "core-api/customer-invoice-requests/submit";
|
|
3004
3004
|
function ut(e, A) {
|
|
3005
3005
|
return function() {
|
|
3006
3006
|
return e.apply(A, arguments);
|
|
@@ -5102,7 +5102,7 @@ function TB(e) {
|
|
|
5102
5102
|
}
|
|
5103
5103
|
async function kd(e) {
|
|
5104
5104
|
if (ce(e), !TA) {
|
|
5105
|
-
const { InvoiceRegisterWidget: i } = await import("./widget-
|
|
5105
|
+
const { InvoiceRegisterWidget: i } = await import("./widget-B2o8DtML.js");
|
|
5106
5106
|
TA = i;
|
|
5107
5107
|
}
|
|
5108
5108
|
const A = Ee(e.selector), t = await TA(
|
|
@@ -5123,7 +5123,7 @@ async function kd(e) {
|
|
|
5123
5123
|
}
|
|
5124
5124
|
async function Dd(e) {
|
|
5125
5125
|
if (ce(e), !WA) {
|
|
5126
|
-
const { EContractWidget: t } = await import("./widget-
|
|
5126
|
+
const { EContractWidget: t } = await import("./widget-B2o8DtML.js");
|
|
5127
5127
|
WA = t;
|
|
5128
5128
|
}
|
|
5129
5129
|
const A = Ee(e.selector);
|
|
@@ -5169,7 +5169,7 @@ async function Od(e) {
|
|
|
5169
5169
|
}
|
|
5170
5170
|
};
|
|
5171
5171
|
}
|
|
5172
|
-
XA || (XA = (await import("./index-
|
|
5172
|
+
XA || (XA = (await import("./index-BbrATfvu.js")).createInvoiceRequestFlow);
|
|
5173
5173
|
const i = XA({
|
|
5174
5174
|
uuid: t,
|
|
5175
5175
|
orderInfo: e.orderInfo || { code: "", address: "", total: "" },
|
|
@@ -5185,16 +5185,17 @@ async function Od(e) {
|
|
|
5185
5185
|
};
|
|
5186
5186
|
}
|
|
5187
5187
|
export {
|
|
5188
|
-
|
|
5189
|
-
|
|
5188
|
+
kd as A,
|
|
5189
|
+
Dd as B,
|
|
5190
5190
|
ed as C,
|
|
5191
|
-
|
|
5192
|
-
|
|
5193
|
-
|
|
5191
|
+
Ld as D,
|
|
5192
|
+
Uu as E,
|
|
5193
|
+
Fu as F,
|
|
5194
5194
|
od as G,
|
|
5195
|
-
|
|
5195
|
+
TB as H,
|
|
5196
5196
|
Cd as I,
|
|
5197
|
-
|
|
5197
|
+
Rd as J,
|
|
5198
|
+
Od as K,
|
|
5198
5199
|
_B as O,
|
|
5199
5200
|
sd as S,
|
|
5200
5201
|
XB as a,
|
|
@@ -5204,23 +5205,23 @@ export {
|
|
|
5204
5205
|
Wu as e,
|
|
5205
5206
|
vd as f,
|
|
5206
5207
|
Tu as g,
|
|
5207
|
-
|
|
5208
|
-
|
|
5209
|
-
|
|
5210
|
-
|
|
5211
|
-
|
|
5208
|
+
FB as h,
|
|
5209
|
+
Xu as i,
|
|
5210
|
+
$u as j,
|
|
5211
|
+
tt as k,
|
|
5212
|
+
J as l,
|
|
5212
5213
|
Vu as m,
|
|
5213
|
-
|
|
5214
|
+
jt as n,
|
|
5214
5215
|
AQ as o,
|
|
5215
|
-
|
|
5216
|
-
|
|
5217
|
-
|
|
5216
|
+
td as p,
|
|
5217
|
+
id as q,
|
|
5218
|
+
ad as r,
|
|
5218
5219
|
Sd as s,
|
|
5219
5220
|
v as t,
|
|
5220
|
-
|
|
5221
|
+
Id as u,
|
|
5221
5222
|
_u as v,
|
|
5222
|
-
|
|
5223
|
-
|
|
5224
|
-
|
|
5225
|
-
|
|
5223
|
+
Ad as w,
|
|
5224
|
+
nd as x,
|
|
5225
|
+
$B as y,
|
|
5226
|
+
rd as z
|
|
5226
5227
|
};
|
package/dist/index.esm.js
CHANGED