@fto-consult/expo-ui 8.48.1 → 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/bin/create-app.js CHANGED
@@ -115,24 +115,24 @@ const createAPPJSONFile = (projectRoot,{name,version})=>{
115
115
  if(!fs.existsSync(easIgnore)){
116
116
  try {
117
117
  writeFile(easIgnore,`
118
- node_modules/**/*
119
- .expo/*
120
- npm-debug.*
121
- *.jks
122
- *.p8
123
- *.p12
124
- *.key
125
- *.mobileprovision
126
- *.orig.*
127
- web-build/**/*
128
- web-report/**/*
129
- electron/**/*
130
-
131
- # macOS
132
- .DS_Store
133
-
134
- # Project
135
- .tmp/*
118
+ node_modules/**/*
119
+ .expo/*
120
+ npm-debug.*
121
+ *.jks
122
+ *.p8
123
+ *.p12
124
+ *.key
125
+ *.mobileprovision
126
+ *.orig.*
127
+ web-build/**/*
128
+ web-report/**/*
129
+ electron/**/*
130
+
131
+ # macOS
132
+ .DS_Store
133
+
134
+ # Project
135
+ .tmp/*
136
136
  `);
137
137
  } catch{};
138
138
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "8.48.1",
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": {