@fto-consult/expo-ui 6.53.1 → 6.53.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "6.53.1",
3
+ "version": "6.53.2",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "main",
6
6
  "scripts": {
@@ -2552,7 +2552,8 @@ export default class CommonDatagridComponent extends AppComponent {
2552
2552
  },100);
2553
2553
  return false;
2554
2554
  },
2555
- title : title,
2555
+ title,
2556
+ label,
2556
2557
  icon : visible?CHECKED_ICON_NAME : null,
2557
2558
  right : false ? (p)=><Icon {...p} icon="material-gear"
2558
2559
  onPress = {(e)=>{console.log(e," is pressed toddd config")}}