description:"Text for a weak password. Defaults to PrimeVue Locale configuration."
},
{
name:"mediumLabel",
type:"string",
default:"null",
description:"Text for a medium password. Defaults to PrimeVue Locale configuration."
},
{
name:"strongLabel",
type:"string",
default:"null",
description:"Text for a strong password. Defaults to PrimeVue Locale configuration."
},
{
name:"feedback",
type:"boolean",
default:"true",
description:"Whether to show the strength indicator or not."
},
{
name:"toogleMask",
type:"boolean",
default:"false",
description:"Whether to show an icon to display the password as plain text."
},
{
name:"appendTo",
type:"string",
default:"body",
description:'A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are "body" for document body and "self" for the element itself.'