@invoice-sdk/widget 1.41.0 → 1.42.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.
|
@@ -2105,7 +2105,7 @@ typeof ActiveXObject == "function" && (typeof global != "undefined" && global.Ac
|
|
|
2105
2105
|
typeof Ag != "function" && (Ag = void 0);
|
|
2106
2106
|
if (!Ag && !yg && !$g)
|
|
2107
2107
|
try {
|
|
2108
|
-
import("./browser-ponyfill-
|
|
2108
|
+
import("./browser-ponyfill-ZUO6xyvb.js").then((g) => g.b).then(function(g) {
|
|
2109
2109
|
Ag = g.default;
|
|
2110
2110
|
}).catch(function() {
|
|
2111
2111
|
});
|
|
@@ -2712,7 +2712,7 @@ function JA({
|
|
|
2712
2712
|
i.appendChild(r);
|
|
2713
2713
|
}
|
|
2714
2714
|
const w = document.createElement("input");
|
|
2715
|
-
w.type = C, w.name = g, w.id = g, w.value = A, w.placeholder = B, w.readOnly = t, w.className = [
|
|
2715
|
+
w.type = C, w.name = g, w.id = g, w.value = A, w.placeholder = B, w.readOnly = t, w.autocomplete = "off", w.autocapitalize = "off", w.spellcheck = !1, w.className = [
|
|
2716
2716
|
"wgt:col-span-4",
|
|
2717
2717
|
"wgt:w-full",
|
|
2718
2718
|
"wgt:border",
|
|
@@ -7139,7 +7139,7 @@ function ru(B) {
|
|
|
7139
7139
|
placeholder: "",
|
|
7140
7140
|
type: "text",
|
|
7141
7141
|
value: ((tA = (EA = A == null ? void 0 : A.eInvoiceRegistration) == null ? void 0 : EA.organization) == null ? void 0 : tA.taxCode) || "",
|
|
7142
|
-
readOnly:
|
|
7142
|
+
readOnly: !1,
|
|
7143
7143
|
error: null,
|
|
7144
7144
|
onInput: ou((L) => {
|
|
7145
7145
|
const G = L.target.value.trim();
|
|
@@ -8427,7 +8427,7 @@ function HB({
|
|
|
8427
8427
|
const t = document.createElement("h2");
|
|
8428
8428
|
t.id = "success-popup-title", t.className = "wgt:mt-4 wgt:text-center wgt:text-xl wgt:font-semibold wgt:text-gray-800", t.innerText = g, I.appendChild(t);
|
|
8429
8429
|
const e = document.createElement("button");
|
|
8430
|
-
e.type = "button", e.innerText = A, e.className = `wgt:mt-6 wgt:w-full wgt:rounded wgt:px-4 wgt:py-2 wgt:text-white wgt:focus:outline-none${B ? "wgt:bg-primary" : " wgt:bg-red-500"}`, e.addEventListener("click", () => {
|
|
8430
|
+
e.type = "button", e.innerText = A, e.className = `wgt:mt-6 wgt:w-full wgt:rounded wgt:px-4 wgt:py-2 wgt:text-white wgt:focus:outline-none${B ? " wgt:bg-primary" : " wgt:bg-red-500"}`, e.addEventListener("click", () => {
|
|
8431
8431
|
w();
|
|
8432
8432
|
}), I.appendChild(e);
|
|
8433
8433
|
function i() {
|
package/dist/index.esm.js
CHANGED