@invoice-sdk/widget 1.97.3 → 1.97.4
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.
|
@@ -35,7 +35,7 @@ var W = (g, A, E) => new Promise((B, C) => {
|
|
|
35
35
|
}, n = (I) => I.done ? B(I.value) : Promise.resolve(I.value).then(Q, t);
|
|
36
36
|
n((E = E.apply(g, A)).next());
|
|
37
37
|
});
|
|
38
|
-
import { t as a, g as mB, a as cQ, b as wQ, C as eQ, G as oQ, c as aQ, d as rB, e as ag, f as DQ, h as uQ, i as zg, O as SC, s as og, j as PB, k as iQ, l as sQ, m as fQ, n as mQ, o as rQ, p as PQ, v as qQ } from "./index-
|
|
38
|
+
import { t as a, g as mB, a as cQ, b as wQ, C as eQ, G as oQ, c as aQ, d as rB, e as ag, f as DQ, h as uQ, i as zg, O as SC, s as og, j as PB, k as iQ, l as sQ, m as fQ, n as mQ, o as rQ, p as PQ, v as qQ } from "./index-gq0J3JKm.js";
|
|
39
39
|
import { g as pC } from "./_commonjsHelpers-bAxELxBV.js";
|
|
40
40
|
function tC({ steps: g = [], currentStep: A = 1 } = {}) {
|
|
41
41
|
const E = document.createElement("div");
|
|
@@ -710,7 +710,10 @@ function Xg(g) {
|
|
|
710
710
|
let B = null;
|
|
711
711
|
if (E) {
|
|
712
712
|
const C = String.raw`\p{Lu}(?:\p{Ll}+|[’']\p{Lu}\p{Ll}+)(?:[’'-]\p{Lu}\p{Ll}+)*`, Q = String.raw`\p{Lu}`, t = String.raw`(?:${Q}|${C})`;
|
|
713
|
-
B = new RegExp(
|
|
713
|
+
B = new RegExp(
|
|
714
|
+
`^(?:${t}(?: ${t})+|\\p{Lu}+(?: \\p{Lu}+)+)$`,
|
|
715
|
+
"u"
|
|
716
|
+
);
|
|
714
717
|
} else {
|
|
715
718
|
const C = "AĂÂBCDĐEÊGHIKLMNOÔƠPQRSTUƯVXYÀÁẢÃẠẰẮẲẴẶẦẤẨẪẬÈÉẺẼẸỀẾỂỄỆÌÍỈĨỊÒÓỎÕỌỒỐỔỖỘỜỚỞỠỢÙÚỦŨỤỪỨỬỮỰỲÝỶỸỴ", Q = "aăâbcdđeêghiklmnxoôơpqrstưuvxyàáảãạằắẳẵặầấẩẫậèéẻẽẹềếểễệìíỉĩịòóỏõọồốổỗộờớởỡợùúủũụừứửữựỳýỷỹỵ", t = `[${C}]`, n = `[${Q}]`, I = `${t}(?:${n}+|[’']${t}${n}+)(?:[’'-]${t}${n}+)*`, w = `(?:${`${t}`}|${I})`;
|
|
716
719
|
B = new RegExp(`^${w}(?: ${w})+$`);
|
|
@@ -2908,7 +2911,7 @@ function oC({
|
|
|
2908
2911
|
}
|
|
2909
2912
|
};
|
|
2910
2913
|
}
|
|
2911
|
-
const aE = "1.97.
|
|
2914
|
+
const aE = "1.97.4";
|
|
2912
2915
|
function DE(E) {
|
|
2913
2916
|
return W(this, arguments, function* ({ search: g, bank: A }) {
|
|
2914
2917
|
return (yield LA.get(`${zg}`, {
|