@fto-consult/expo-ui 8.55.0 → 8.56.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "8.55.0",
3
+ "version": "8.56.0",
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": {
@@ -69,7 +69,7 @@
69
69
  "dependencies": {
70
70
  "@emotion/react": "^11.11.1",
71
71
  "@faker-js/faker": "^8.0.2",
72
- "@fto-consult/common": "^4.37.0",
72
+ "@fto-consult/common": "^4.38.1",
73
73
  "@fto-consult/node-utils": "^1.7.1",
74
74
  "apexcharts": "^3.47.0",
75
75
  "file-saver": "^2.0.5",
@@ -129,9 +129,12 @@ export default function UserProfileScreen({fields,...p}){
129
129
  },1000);
130
130
  });
131
131
  }
132
-
132
+ let uLogin = defaultStr(Auth.getLoginId(user));
133
+ if(uLogin){
134
+ uLogin = " ["+uLogin+"] | ";
135
+ }
133
136
  return <FormDataScreen
134
- title = {(user.label?(user.label+" ["+Auth.getLoginId(user)+"] | "):"")+"Profil : Modifier"}
137
+ title = {(user.label?(user.label+uLogin):"")+"Profil : Modifier"}
135
138
  {...props}
136
139
  modal
137
140
  withScrollView
@@ -1,6 +1,6 @@
1
1
  module.exports = {
2
2
  "@fto-consult/expo-ui": {
3
- "version": "8.54.1",
3
+ "version": "8.55.0",
4
4
  "url": "https://github.com/borispipo/expo-ui#readme",
5
5
  "license": "ISC"
6
6
  },
@@ -15,7 +15,7 @@ module.exports = {
15
15
  "license": "MIT"
16
16
  },
17
17
  "@expo/html-elements": {
18
- "version": "0.9.1",
18
+ "version": "0.5.1",
19
19
  "url": "https://github.com/expo/expo/tree/main/packages/html-elements",
20
20
  "license": "MIT"
21
21
  },
@@ -39,28 +39,38 @@ 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
+ },
42
52
  "@react-native-community/netinfo": {
43
53
  "version": "11.1.0",
44
54
  "url": "https://github.com/react-native-netinfo/react-native-netinfo#readme",
45
55
  "license": "MIT"
46
56
  },
47
57
  "@react-native/assets-registry": {
48
- "version": "0.74.75",
49
- "url": "https://github.com/facebook/react-native/tree/HEAD/packages/assets#readme",
58
+ "version": "0.72.0",
59
+ "url": "git@github.com:facebook/react-native.git",
50
60
  "license": "MIT"
51
61
  },
52
62
  "@react-navigation/native": {
53
- "version": "6.1.17",
63
+ "version": "6.1.16",
54
64
  "url": "https://reactnavigation.org",
55
65
  "license": "MIT"
56
66
  },
57
67
  "@react-navigation/native-stack": {
58
- "version": "6.9.26",
68
+ "version": "6.9.25",
59
69
  "url": "https://github.com/software-mansion/react-native-screens#readme",
60
70
  "license": "MIT"
61
71
  },
62
72
  "@react-navigation/stack": {
63
- "version": "6.3.29",
73
+ "version": "6.3.28",
64
74
  "url": "https://reactnavigation.org/docs/stack-navigator/",
65
75
  "license": "MIT"
66
76
  },
@@ -104,11 +114,6 @@ module.exports = {
104
114
  "url": "https://docs.expo.dev/versions/latest/sdk/font/",
105
115
  "license": "MIT"
106
116
  },
107
- "expo-image-manipulator": {
108
- "version": "11.8.0",
109
- "url": "https://docs.expo.dev/versions/latest/sdk/imagemanipulator/",
110
- "license": "MIT"
111
- },
112
117
  "expo-image-picker": {
113
118
  "version": "14.7.1",
114
119
  "url": "https://docs.expo.dev/versions/latest/sdk/imagepicker/",
@@ -149,25 +154,26 @@ module.exports = {
149
154
  "url": "https://docs.expo.dev/versions/latest/sdk/webbrowser/",
150
155
  "license": "MIT"
151
156
  },
152
- "react": {
153
- "version": "18.2.0",
154
- "url": "https://reactjs.org/",
155
- "license": "MIT"
156
- },
157
157
  "react-native": {
158
158
  "version": "0.73.5",
159
159
  "url": "https://reactnative.dev/",
160
160
  "license": "MIT"
161
161
  },
162
+ "react-native-big-list": {
163
+ "version": "1.6.1",
164
+ "url": "https://marcocesarato.github.io/react-native-big-list-docs/",
165
+ "license": "GPL-3.0-or-later"
166
+ },
167
+ "react-native-blob-util": {
168
+ "version": "0.18.6",
169
+ "url": "https://github.com/RonRadtke/react-native-blob-util",
170
+ "license": "MIT"
171
+ },
162
172
  "react-native-gesture-handler": {
163
173
  "version": "2.14.1",
164
174
  "url": "https://github.com/software-mansion/react-native-gesture-handler#readme",
165
175
  "license": "MIT"
166
176
  },
167
- "react-native-get-random-values": {
168
- "version": "1.8.0",
169
- "license": "MIT"
170
- },
171
177
  "react-native-reanimated": {
172
178
  "version": "3.6.2",
173
179
  "url": "https://github.com/software-mansion/react-native-reanimated#readme",
@@ -188,11 +194,6 @@ module.exports = {
188
194
  "url": "https://github.com/react-native-community/react-native-svg",
189
195
  "license": "MIT"
190
196
  },
191
- "react-native-view-shot": {
192
- "version": "3.8.0",
193
- "url": "https://github.com/gre/react-native-view-shot",
194
- "license": "MIT"
195
- },
196
197
  "react-native-webview": {
197
198
  "version": "13.6.4",
198
199
  "url": "https://github.com/react-native-webview/react-native-webview#readme",