@fto-consult/expo-ui 8.61.4 → 8.61.6
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": "8.61.
|
3
|
+
"version": "8.61.6",
|
4
4
|
"description": "Bibliothèque de composants UI Expo,react-native",
|
5
5
|
"react-native-paper-doc": "https://github.com/callstack/react-native-paper/tree/main/docs/docs/guides",
|
6
6
|
"scripts": {
|
@@ -1054,7 +1054,8 @@ export default class CommonDatagridComponent extends AppComponent {
|
|
1054
1054
|
});
|
1055
1055
|
customMenu.push({
|
1056
1056
|
icon : "bookmark-remove",
|
1057
|
-
text : "
|
1057
|
+
text : "Suppr données de session",
|
1058
|
+
tooltip : "Cliquez pour rénitialiser les données de sessions liés au composant Datagrid",
|
1058
1059
|
onPress : ()=>{
|
1059
1060
|
this.resetSessionData();
|
1060
1061
|
this.setIsLoading(true,()=>{
|