currency_contry_exchange
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -1,1 +0,1 @@ | ||
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}({}); | ||
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}({}); |
@@ -24,3 +24,3 @@ const r = { | ||
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"; | ||
return ((t = r[a]) == null ? void 0 : t[l]) || "Etiqueta no encontrada"; | ||
} | ||
@@ -27,0 +27,0 @@ } |
{ | ||
"name": "currency_contry_exchange", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"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