currency_contry_exchange
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -1,1 +0,1 @@ | ||
var MyLib=function(e){"use strict";const a={peru:{cliente:"Cedente",deudor:"Aceptante",rut:"RUC"},chile:{cliente:"Cliente",deudor:"Deudor",rut:"RUT"},"":{cliente:"Cliente",deudor:"Deudor",rut:"RUT"}};class n{constructor(){}labels({contry:t="",label:r="cliente"}){var o;const l=(t==null?void 0:t.toLocaleLowerCase().trim())||"",i=r.toLocaleLowerCase().trim()||"";return((o=a[l])==null?void 0:o[i])??"Etiqueta no encontrada"}}return e.Faastlocation=n,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),e}({}); | ||
var MyLib=function(e){"use strict";const a={pe:{cliente:"Cedente",deudor:"Aceptante",rut:"RUC"},cl:{cliente:"Cliente",deudor:"Deudor",rut:"RUT"},"":{cliente:"Cliente",deudor:"Deudor",rut:"RUT"}};class n{constructor(){}labels({contry:t="",label:l="cliente"}){var o;const r=(t==null?void 0:t.toLocaleLowerCase().trim())||"",i=l.toLocaleLowerCase().trim()||"";return((o=a[r])==null?void 0:o[i])??"Etiqueta no encontrada"}}return e.Faastlocation=n,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),e}({}); |
@@ -1,3 +0,3 @@ | ||
const l = { | ||
peru: { | ||
const r = { | ||
pe: { | ||
cliente: "Cedente", | ||
@@ -7,3 +7,3 @@ deudor: "Aceptante", | ||
}, | ||
chile: { | ||
cl: { | ||
cliente: "Cliente", | ||
@@ -19,3 +19,3 @@ deudor: "Deudor", | ||
}; | ||
class i { | ||
class c { | ||
constructor() { | ||
@@ -25,8 +25,8 @@ } | ||
var t; | ||
const r = (e == null ? void 0 : e.toLocaleLowerCase().trim()) || "", a = o.toLocaleLowerCase().trim() || ""; | ||
return ((t = l[r]) == null ? void 0 : t[a]) ?? "Etiqueta no encontrada"; | ||
const a = (e == null ? void 0 : e.toLocaleLowerCase().trim()) || "", l = o.toLocaleLowerCase().trim() || ""; | ||
return ((t = r[a]) == null ? void 0 : t[l]) ?? "Etiqueta no encontrada"; | ||
} | ||
} | ||
export { | ||
i as Faastlocation | ||
c as Faastlocation | ||
}; |
{ | ||
"name": "currency_contry_exchange", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5240