@fto-consult/expo-ui 8.25.11 → 8.25.12
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.
|
3
|
+
"version": "8.25.12",
|
4
4
|
"description": "Bibliothèque de composants UI Expo,react-native",
|
5
5
|
"scripts": {
|
6
6
|
"clear-npx-cache": "npx clear-npx-cache",
|
@@ -68,7 +68,7 @@
|
|
68
68
|
"dependencies": {
|
69
69
|
"@emotion/react": "^11.11.1",
|
70
70
|
"@faker-js/faker": "^8.0.2",
|
71
|
-
"@fto-consult/common": "^4.25.
|
71
|
+
"@fto-consult/common": "^4.25.23",
|
72
72
|
"@fto-consult/node-utils": "^1.4.7",
|
73
73
|
"apexcharts": "^3.45.2",
|
74
74
|
"crypto-browserify": "^3.12.0",
|
@@ -985,7 +985,7 @@ TableDataScreenComponent.propTypes = {
|
|
985
985
|
PropTypes.object,
|
986
986
|
PropTypes.func,
|
987
987
|
]),
|
988
|
-
fields : PropTypes.objectOf(PropTypes.object),
|
988
|
+
//fields : PropTypes.objectOf(PropTypes.object),
|
989
989
|
tabs : PropTypes.oneOfType([
|
990
990
|
PropTypes.array,
|
991
991
|
PropTypes.object,
|