@fto-consult/expo-ui 8.35.0 → 8.36.0
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.
@@ -11,14 +11,14 @@
|
|
11
11
|
"@react-navigation/native-stack": "^6.9.22",
|
12
12
|
"@react-navigation/stack": "^6.3.25",
|
13
13
|
"@shopify/flash-list": "1.6.3",
|
14
|
-
"expo": "^50.0.
|
15
|
-
"expo-camera": "~14.0.
|
14
|
+
"expo": "^50.0.11",
|
15
|
+
"expo-camera": "~14.0.6",
|
16
16
|
"expo-clipboard": "~5.0.1",
|
17
17
|
"expo-font": "~11.10.3",
|
18
18
|
"expo-image-picker": "~14.7.1",
|
19
19
|
"expo-linking": "~6.2.2",
|
20
20
|
"expo-sharing": "~11.10.0",
|
21
|
-
"expo-sqlite": "~13.
|
21
|
+
"expo-sqlite": "~13.3.0",
|
22
22
|
"expo-status-bar": "~1.11.1",
|
23
23
|
"expo-system-ui": "~2.9.3",
|
24
24
|
"expo-web-browser": "~12.8.2",
|
package/package.json
CHANGED
@@ -91,7 +91,7 @@ const SWRDatagridComponent = React.forwardRef((props,ref)=>{
|
|
91
91
|
pagination = defaultObj(pagination);
|
92
92
|
rest.exportTableProps = defaultObj(rest.exportTableProps)
|
93
93
|
const firstPage = 1;
|
94
|
-
const tableName = defaultStr(table?.tableName,table?.table).trim().toUpperCase();
|
94
|
+
const tableName = defaultStr(table?.tableName,table?.table,rest?.tableName,rest?.table).trim().toUpperCase();
|
95
95
|
defaultSortColumn = defaultStr(defaultSortColumn,table?.defaultSortColumn);
|
96
96
|
defaultSortOrder = defaultStr(defaultSortOrder,table?.defaultSortOrder).toLowerCase().trim();
|
97
97
|
sort = isNonNullString(sort)? {column:sort} : isObj(sort)?sort : {};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
module.exports = {
|
2
2
|
"@fto-consult/expo-ui": {
|
3
|
-
"version": "8.
|
3
|
+
"version": "8.34.0",
|
4
4
|
"url": "https://github.com/borispipo/expo-ui#readme",
|
5
5
|
"license": "ISC"
|
6
6
|
},
|
@@ -39,16 +39,6 @@ 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
|
-
},
|
47
|
-
"@react-native-community/datetimepicker": {
|
48
|
-
"version": "7.6.1",
|
49
|
-
"url": "https://github.com/react-native-community/datetimepicker#readme",
|
50
|
-
"license": "MIT"
|
51
|
-
},
|
52
42
|
"@react-native-community/netinfo": {
|
53
43
|
"version": "11.1.0",
|
54
44
|
"url": "https://github.com/react-native-netinfo/react-native-netinfo#readme",
|
@@ -60,17 +50,17 @@ module.exports = {
|
|
60
50
|
"license": "MIT"
|
61
51
|
},
|
62
52
|
"@react-navigation/native": {
|
63
|
-
"version": "6.1.
|
53
|
+
"version": "6.1.12",
|
64
54
|
"url": "https://reactnavigation.org",
|
65
55
|
"license": "MIT"
|
66
56
|
},
|
67
57
|
"@react-navigation/native-stack": {
|
68
|
-
"version": "6.9.
|
58
|
+
"version": "6.9.20",
|
69
59
|
"url": "https://github.com/software-mansion/react-native-screens#readme",
|
70
60
|
"license": "MIT"
|
71
61
|
},
|
72
62
|
"@react-navigation/stack": {
|
73
|
-
"version": "6.3.
|
63
|
+
"version": "6.3.23",
|
74
64
|
"url": "https://reactnavigation.org/docs/stack-navigator/",
|
75
65
|
"license": "MIT"
|
76
66
|
},
|
@@ -184,6 +174,11 @@ module.exports = {
|
|
184
174
|
"url": "https://github.com/react-native-community/react-native-svg",
|
185
175
|
"license": "MIT"
|
186
176
|
},
|
177
|
+
"react-native-view-shot": {
|
178
|
+
"version": "3.8.0",
|
179
|
+
"url": "https://github.com/gre/react-native-view-shot",
|
180
|
+
"license": "MIT"
|
181
|
+
},
|
187
182
|
"react-native-webview": {
|
188
183
|
"version": "13.6.4",
|
189
184
|
"url": "https://github.com/react-native-webview/react-native-webview#readme",
|