@fto-consult/expo-ui 8.60.0 → 8.61.1

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.60.0",
3
+ "version": "8.61.1",
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": {
@@ -87,7 +87,7 @@
87
87
  "react-native-paper": "^5.12.3",
88
88
  "react-native-paper-dates": "^0.22.3",
89
89
  "react-native-web": "^0.19.10",
90
- "react-virtuoso": "^4.7.5",
90
+ "react-virtuoso": "^4.7.7",
91
91
  "readable-stream": "^4.5.2",
92
92
  "sanitize-filename": "^1.6.3",
93
93
  "tippy.js": "^6.3.7",
@@ -409,10 +409,10 @@ const DatagridFactory = (Factory)=>{
409
409
  <ScrollView testID={testID+"_HeaderScrollView"} horizontal contentContainerStyle={StyleSheet.flatten([styles.contentContainerStyle,styles.minW100])}>
410
410
  <View testID={testID+"_HeaderContentContainer"} style={[styles.table,theme.styles.ph1,styles.pullRight]}>
411
411
  {/*this.renderDataSourceSelector()*/}
412
+ {this.renderCustomPagination()}
412
413
  <View testID={testID+"_HeaderQueryLimit"} style={[styles.paginationItem]}>
413
414
  {this.renderQueryLimit(this.getStateDataSize().formatNumber())}
414
415
  </View>
415
- {this.renderCustomPagination()}
416
416
  {sortedColumnsLength ? <View testID={testID+"_HeaderSortedColumns"} style={[styles.sortableItems,styles.paginationItem,{paddingRight:10}]}>
417
417
  <Icon
418
418
  testID={testID+"_HeaderSortIcon"}
@@ -185,10 +185,10 @@ const DatagridFactory = (Factory)=>{
185
185
  const rPagination = showPagination ? <View style={[styles.paginationContainer]}>
186
186
  <ScrollView testID={testID+"_Datagrid_Headers"} horizontal style={styles.paginationContainerStyle} contentContainerStyle={styles.minW100}>
187
187
  <View testID={testID+"_HeaderPaginationContent"} style={[styles.paginationContent]}>
188
+ {this.renderCustomPagination()}
188
189
  <View testID={testID+"_HeaderQueryLimit"}>
189
190
  {this.renderQueryLimit(this.getStateDataSize().formatNumber())}
190
191
  </View>
191
- {this.renderCustomPagination()}
192
192
  {!isMobile && <>
193
193
  <Button normal style={[styles.paginationItem]} icon = {"refresh"} onPress = {this.refresh.bind(this)}>
194
194
  Rafraichir
@@ -1,6 +1,6 @@
1
1
  module.exports = {
2
2
  "@fto-consult/expo-ui": {
3
- "version": "8.59.0",
3
+ "version": "8.60.0",
4
4
  "url": "https://github.com/borispipo/expo-ui#readme",
5
5
  "license": "ISC"
6
6
  },
@@ -39,6 +39,11 @@ module.exports = {
39
39
  "url": "https://github.com/pchmn/expo-material3-theme#readme",
40
40
  "license": "MIT"
41
41
  },
42
+ "@react-native-async-storage/async-storage": {
43
+ "version": "1.21.0",
44
+ "url": "https://github.com/react-native-async-storage/async-storage#readme",
45
+ "license": "MIT"
46
+ },
42
47
  "@react-native-community/netinfo": {
43
48
  "version": "11.1.0",
44
49
  "url": "https://github.com/react-native-netinfo/react-native-netinfo#readme",
@@ -99,11 +104,6 @@ module.exports = {
99
104
  "url": "https://docs.expo.dev/versions/latest/sdk/clipboard",
100
105
  "license": "MIT"
101
106
  },
102
- "expo-document-picker": {
103
- "version": "11.10.1",
104
- "url": "https://docs.expo.dev/versions/latest/sdk/document-picker/",
105
- "license": "MIT"
106
- },
107
107
  "expo-font": {
108
108
  "version": "11.10.3",
109
109
  "url": "https://docs.expo.dev/versions/latest/sdk/font/",
@@ -149,26 +149,25 @@ module.exports = {
149
149
  "url": "https://docs.expo.dev/versions/latest/sdk/webbrowser/",
150
150
  "license": "MIT"
151
151
  },
152
+ "react": {
153
+ "version": "18.2.0",
154
+ "url": "https://reactjs.org/",
155
+ "license": "MIT"
156
+ },
152
157
  "react-native": {
153
158
  "version": "0.73.6",
154
159
  "url": "https://reactnative.dev/",
155
160
  "license": "MIT"
156
161
  },
157
- "react-native-big-list": {
158
- "version": "1.6.1",
159
- "url": "https://marcocesarato.github.io/react-native-big-list-docs/",
160
- "license": "GPL-3.0-or-later"
161
- },
162
- "react-native-blob-util": {
163
- "version": "0.18.6",
164
- "url": "https://github.com/RonRadtke/react-native-blob-util",
165
- "license": "MIT"
166
- },
167
162
  "react-native-gesture-handler": {
168
163
  "version": "2.14.1",
169
164
  "url": "https://github.com/software-mansion/react-native-gesture-handler#readme",
170
165
  "license": "MIT"
171
166
  },
167
+ "react-native-get-random-values": {
168
+ "version": "1.8.0",
169
+ "license": "MIT"
170
+ },
172
171
  "react-native-reanimated": {
173
172
  "version": "3.6.2",
174
173
  "url": "https://github.com/software-mansion/react-native-reanimated#readme",
@@ -199,19 +198,14 @@ module.exports = {
199
198
  "url": "https://github.com/react-native-webview/react-native-webview#readme",
200
199
  "license": "MIT"
201
200
  },
202
- "sharp-cli": {
203
- "version": "2.1.1",
204
- "url": "https://github.com/vseventer/sharp-cli",
201
+ "socket.io-client": {
202
+ "version": "4.7.4",
203
+ "url": "https://github.com/socketio/socket.io-client.git",
205
204
  "license": "MIT"
206
205
  },
207
206
  "stream-browserify": {
208
207
  "version": "3.0.0",
209
208
  "url": "https://github.com/browserify/stream-browserify",
210
209
  "license": "MIT"
211
- },
212
- "vm": {
213
- "version": "0.1.0",
214
- "url": "https://github.com/DiegoRBaquero/node-vm#readme",
215
- "license": "MIT"
216
210
  }
217
211
  };