openui5-password
Version:
An OpenUI5 Control which checks password strength and validates it against predefined rules
34 lines (33 loc) • 644 B
JSON
{
"sap.app": {
"id": "openui5.password",
"type": "library",
"applicationVersion": {
"version": "${version}"
},
"title": "An OpenUI5 Control which checks password strength and validates it against predefined rules."
},
"sap.ui": {
"technology": "UI5",
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
}
},
"sap.ui5": {
"dependencies": {
"minUI5Version": "1.30.0",
"libs": {
"sap.ui.core": {},
"sap.m": {
"lazy": true
}
}
},
"contentDensities": {
"compact": true,
"cozy": true
}
}
}