@fto-consult/expo-ui 6.10.1 → 6.10.2

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": "6.10.1",
3
+ "version": "6.10.2",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -248,7 +248,7 @@ const DatagridFactory = (Factory)=>{
248
248
  {this.renderDisplayTypes()}
249
249
  {this.renderAggregatorFunctionsMenu()}
250
250
  {this.renderExportableMenu()}
251
- <View pointerEvents={pointerEvents} testID={testID+"_HeaderPagination"} style = {styles.paginationItem}>
251
+ {!canRenderChart ? <View pointerEvents={pointerEvents} testID={testID+"_HeaderPagination"} style = {styles.paginationItem}>
252
252
  <BottomSheetMenu
253
253
  testID={testID+"_HeaderMenus"}
254
254
  anchor={(props)=>(<Icon {...props} icon={'axis-z-arrow'}/>)}
@@ -270,7 +270,7 @@ const DatagridFactory = (Factory)=>{
270
270
  },
271
271
  ]}
272
272
  />
273
- </View>
273
+ </View>:null}
274
274
  {/*filters !== false && <td className="datagrid-local-filter-wrapper" ><LocalFilter title = {this.props.title} fields ={this.state.columns} onChange={this.onLocalFiltersChange.bind(this)}/></td>*/}
275
275
  {!canRenderChart && <RenderType/> || null}
276
276
  </View>