@fto-consult/expo-ui 8.48.2 → 8.48.3

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.
@@ -103,7 +103,7 @@ export default function AppMainEntry(){
103
103
  id {any}, represente la valeur actuelle sur laquelle on a cliqué
104
104
  */
105
105
  fetchForeignData : ({foreignKeyTable,foreignKeyColumn,tableName,table,id,...args})=>{
106
- const tableName = defaultStr(foreignKeyTable,table,tableName);
106
+ tableName = defaultStr(foreignKeyTable,table,tableName);
107
107
  const tableObj = getTableData(tableName); //table object represente l'objet table, lié à la liste des tables data déclaré dans l'application
108
108
  if (!tableObj) {
109
109
  return Promise.reject({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "8.48.2",
3
+ "version": "8.48.3",
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": {