mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[ADF-4713] Add new DecimalNumber Pipe to transform and localize numbers (#4926)
* [ADF-4713] Add new DecimalNumber Pipe to transform and localize numbers * Unsubscribe from userPreference service * Make Pipe impure * Add documentation in localization page
This commit is contained in:
committed by
Eugenio Romano
parent
8ee5cd1908
commit
a0d4160c11
@@ -541,6 +541,29 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"decimalValues": {
|
||||
"description": "Configuration of date formats in the app",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"minIntegerDigits",
|
||||
"minFractionDigits",
|
||||
"maxFractionDigits"
|
||||
],
|
||||
"properties": {
|
||||
"minIntegerDigits": {
|
||||
"description": "Minimum integer digits in number",
|
||||
"type": "number"
|
||||
},
|
||||
"minFractionDigits": {
|
||||
"description": "Minimum decimal digits in number",
|
||||
"type": "number"
|
||||
},
|
||||
"maxFractionDigits": {
|
||||
"description": "Maximum decimal digits in number",
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"description": "Configuration of rules applied to file upload",
|
||||
"type": "object",
|
||||
|
Reference in New Issue
Block a user