PrimeFaces.widget.Password=function(B,A){A.lang={length:"",number:"",uppercase:"",lowercase:"",punctuation:"",special:""};if(A.promptLabel!=undefined){A.lang.please=A.promptLabel}if(A.weakLabel!=undefined){A.lang.low=A.weakLabel}if(A.goodLabel!=undefined){A.lang.correct=A.goodLabel}if(A.strongLabel!=undefined){A.lang.high=A.strongLabel}if(A.flat){if(A.onShow==undefined){A.onShow=function(D,C){C.slideDown()}}if(A.onHide==undefined){A.onHide=function(D,C){C.slideUp()}}A.onComplete=function(D,C){C.hide()}}jQuery(PrimeFaces.escapeClientId(B)).jpassword(A)};