@invoice-sdk/widget 1.120.10 → 1.120.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-DCdOSO_E.js → index-B-fRFaTj.js} +2 -2
- package/dist/{index-DmKwVIQz.js → index-BVMtf3VE.js} +3 -3
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/{loading-Dc1B03Rv.js → loading-BBAoVP9k.js} +2 -2
- package/dist/{widget-BeFcPtzr.js → widget-BADVS-3B.js} +4 -3
- package/package.json +1 -1
|
@@ -14,7 +14,7 @@ var n = (e, t, r) => new Promise((o, c) => {
|
|
|
14
14
|
}, g = (i) => i.done ? o(i.value) : Promise.resolve(i.value).then(s, d);
|
|
15
15
|
g((r = r.apply(e, t)).next());
|
|
16
16
|
});
|
|
17
|
-
import { k as l, g as w, l as f, C as m, G as y, n as E, I as R, S as v, o as C, a as h, p as I, q as p, r as O, O as T } from "./index-
|
|
17
|
+
import { k as l, g as w, l as f, C as m, G as y, n as E, I as R, S as v, o as C, a as h, p as I, q as p, r as O, O as T } from "./index-BVMtf3VE.js";
|
|
18
18
|
function k({
|
|
19
19
|
title: e,
|
|
20
20
|
isDisabled: t = !1,
|
|
@@ -95,7 +95,7 @@ function $(e, t) {
|
|
|
95
95
|
})).data;
|
|
96
96
|
});
|
|
97
97
|
}
|
|
98
|
-
const A = (e) => new Intl.NumberFormat("vi-VN").format(e), S = "1.120.
|
|
98
|
+
const A = (e) => new Intl.NumberFormat("vi-VN").format(e), S = "1.120.11";
|
|
99
99
|
function U(r) {
|
|
100
100
|
return n(this, arguments, function* ({ search: e, bank: t }) {
|
|
101
101
|
return (yield a.get(`${p}`, {
|
|
@@ -35,8 +35,8 @@ var mn = (t, n, e) => new Promise((c, h) => {
|
|
|
35
35
|
}, o = (u) => u.done ? c(u.value) : Promise.resolve(u.value).then(a, A);
|
|
36
36
|
o((e = e.apply(t, n)).next());
|
|
37
37
|
});
|
|
38
|
-
import { t as g, g as _h, a as $h, b as Ct, s as Zt, c as It, d as Tc, e as xc, f as dc, m as wc, h as pc, i as Cc, v as fc } from "./index-
|
|
39
|
-
import { c as Xt, a as _t, g as jt, b as Xc, f as In, d as Bc, e as n0, h as Nc, i as Ec, j as Hc, k as yc, l as Pc, m as kc, n as vc } from "./loading-
|
|
38
|
+
import { t as g, g as _h, a as $h, b as Ct, s as Zt, c as It, d as Tc, e as xc, f as dc, m as wc, h as pc, i as Cc, v as fc } from "./index-BVMtf3VE.js";
|
|
39
|
+
import { c as Xt, a as _t, g as jt, b as Xc, f as In, d as Bc, e as n0, h as Nc, i as Ec, j as Hc, k as yc, l as Pc, m as kc, n as vc } from "./loading-BBAoVP9k.js";
|
|
40
40
|
import { g as nc } from "./_commonjsHelpers-bAxELxBV.js";
|
|
41
41
|
function ih({ steps: t = [], currentStep: n = 1 } = {}) {
|
|
42
42
|
const e = document.createElement("div");
|
|
@@ -2112,13 +2112,14 @@ function r1(i) {
|
|
|
2112
2112
|
required: !0,
|
|
2113
2113
|
type: "text",
|
|
2114
2114
|
value: ((gn = (An = n == null ? void 0 : n.eInvoiceRegistration) == null ? void 0 : An.organization) == null ? void 0 : gn.taxCode) || "",
|
|
2115
|
-
readOnly:
|
|
2115
|
+
readOnly: s,
|
|
2116
2116
|
note: g(
|
|
2117
2117
|
"taxNote",
|
|
2118
2118
|
"Với khách hàng là hộ kinh doanh, hiển thị theo số CCCD"
|
|
2119
2119
|
),
|
|
2120
2120
|
horizontal: !0,
|
|
2121
2121
|
onInput: (D) => {
|
|
2122
|
+
if (s) return;
|
|
2122
2123
|
const M = D.target.value, nn = M.replace(/[^\d-]/g, "");
|
|
2123
2124
|
nn !== M && (D.target.value = nn);
|
|
2124
2125
|
const on = nn.trim();
|