@fto-consult/expo-ui 6.64.12 → 6.64.13
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
package/src/context/Provider.js
CHANGED
@@ -55,6 +55,7 @@ import {extendFormFields} from "$ecomponents/Form/Fields";
|
|
55
55
|
drawerItemsMutator : {function}, la fonction permettant de muter les drawerItems à chaque fois qu'on appelle la fonction de récupératioin des drawerItems
|
56
56
|
containerProps : {object}, les props à passer au composant NavigationContainer de react-navigation
|
57
57
|
},
|
58
|
+
swrConfig : {object},//les paramètres de configuration de l'objet swr utilisée dans le composant SWRDatagrid
|
58
59
|
realm : {}, //les options de configurations de la base de données realmdb
|
59
60
|
*/
|
60
61
|
const Provider = ({children,getTableData,handleHelpScreen,navigation,swrConfig,components:cComponents,convertFiltersToSQL,getStructData,tablesData,structsData,...props})=>{
|