@fto-consult/expo-ui 8.25.17 → 8.25.18

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.25.17",
3
+ "version": "8.25.18",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "scripts": {
6
6
  "clear-npx-cache": "npx clear-npx-cache",
@@ -3631,6 +3631,9 @@ export default class CommonDatagridComponent extends AppComponent {
3631
3631
  this[this.hidePreloaderOnRenderKey] = !!toggle;
3632
3632
  }
3633
3633
  onRender(){
3634
+ if(typeof this.props.onRender =="function"){
3635
+ this.props.onRender({context:this});
3636
+ }
3634
3637
  if(!this.props.isLoading && this.isLoadingRef.current){
3635
3638
  this.setIsLoading(false);
3636
3639
  return;
@@ -1,6 +1,6 @@
1
1
  module.exports = {
2
2
  "@fto-consult/expo-ui": {
3
- "version": "8.25.16",
3
+ "version": "8.25.17",
4
4
  "url": "https://github.com/borispipo/expo-ui#readme",
5
5
  "license": "ISC"
6
6
  },