currency_contry_exchange
Advanced tools
Comparing version 1.1.9 to 1.2.1
@@ -1,1 +0,1 @@ | ||
var MyLib=function(e){"use strict";const l={peru:{cliente:"Cedente",deudor:"Aceptante"},chile:{cliente:"Cliente",deudor:"Deudor"},"":{cliente:"Cliente",deudor:"Deudor"}};class a{constructor(){}labels({contry:t="",label:o="cliente"}){return l[(t==null?void 0:t.toLocaleLowerCase().trim())||""][o.toLocaleLowerCase().trim()||""]}}return e.Faastlocation=a,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),e}({}); | ||
var MyLib=function(e){"use strict";const l={peru:{cliente:"Cedente",deudor:"Aceptante",rut:"RUC"},chile:{cliente:"Cliente",deudor:"Deudor",rut:"RUT"},"":{cliente:"Cliente",deudor:"Deudor",rut:"RUT"}};class r{constructor(){}labels({contry:t="",label:a="cliente"}){return l[(t==null?void 0:t.toLocaleLowerCase().trim())||""][a.toLocaleLowerCase().trim()||""]}}return e.Faastlocation=r,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),e}({}); |
const l = { | ||
peru: { | ||
cliente: "Cedente", | ||
deudor: "Aceptante" | ||
deudor: "Aceptante", | ||
rut: "RUC" | ||
}, | ||
chile: { | ||
cliente: "Cliente", | ||
deudor: "Deudor" | ||
deudor: "Deudor", | ||
rut: "RUT" | ||
}, | ||
"": { | ||
cliente: "Cliente", | ||
deudor: "Deudor" | ||
deudor: "Deudor", | ||
rut: "RUT" | ||
} | ||
}; | ||
class a { | ||
class o { | ||
constructor() { | ||
@@ -23,3 +26,3 @@ } | ||
export { | ||
a as Faastlocation | ||
o as Faastlocation | ||
}; |
{ | ||
"name": "currency_contry_exchange", | ||
"version": "1.1.9", | ||
"version": "1.2.1", | ||
"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
4970
44