@fto-consult/expo-ui 8.4.8 → 8.6.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/babel.config.alias.js +0 -3
- package/bin/create-app/App.js +6 -1
- package/bin/create-app/dependencies.js +34 -0
- package/bin/create-app.js +9 -7
- package/package.json +6 -35
- package/src/components/Chart/appexChart/appexChart.html +3 -3
- package/src/screens/Help/openLibraries.js +4 -168
- package/App.js +0 -19
- package/docs/components/DocVersion/index.js +0 -21
- package/docs/navigation/drawerItems/index.js +0 -16
- package/docs/navigation/drawerSections.js +0 -14
- package/docs/screens/Datagrid/index.js +0 -12
- package/docs/screens/Home/index.js +0 -32
- package/docs/screens/Introduction/index.js +0 -13
- package/docs/screens/index.js +0 -8
- package/index.js +0 -1
@@ -1,7 +1,7 @@
|
|
1
1
|
module.exports = {
|
2
2
|
"@fto-consult/expo-ui": {
|
3
3
|
"name": "@fto-consult/expo-ui",
|
4
|
-
"version": "8.
|
4
|
+
"version": "8.5.0",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
7
7
|
"url": "git+https://github.com/borispipo/expo-ui.git"
|
@@ -13,31 +13,16 @@ module.exports = {
|
|
13
13
|
"url": "https://babel.dev/docs/en/next/babel-plugin-proposal-export-namespace-from",
|
14
14
|
"license": "MIT"
|
15
15
|
},
|
16
|
-
"@emotion/native": {
|
17
|
-
"version": "11.11.0",
|
18
|
-
"url": "https://emotion.sh",
|
19
|
-
"license": "MIT"
|
20
|
-
},
|
21
16
|
"@emotion/react": {
|
22
17
|
"version": "11.11.3",
|
23
18
|
"url": "https://github.com/emotion-js/emotion/tree/main/packages/react",
|
24
19
|
"license": "MIT"
|
25
20
|
},
|
26
|
-
"@expo/html-elements": {
|
27
|
-
"version": "0.5.1",
|
28
|
-
"url": "https://github.com/expo/expo/tree/main/packages/html-elements",
|
29
|
-
"license": "MIT"
|
30
|
-
},
|
31
21
|
"@expo/metro-config": {
|
32
22
|
"version": "0.17.3",
|
33
23
|
"url": "https://github.com/expo/expo.git",
|
34
24
|
"license": "MIT"
|
35
25
|
},
|
36
|
-
"@expo/vector-icons": {
|
37
|
-
"version": "14.0.0",
|
38
|
-
"url": "https://expo.github.io/vector-icons",
|
39
|
-
"license": "MIT"
|
40
|
-
},
|
41
26
|
"@expo/webpack-config": {
|
42
27
|
"version": "19.0.1",
|
43
28
|
"url": "https://github.com/expo/expo-webpack-integrations/tree/main/packages/webpack-config#readme",
|
@@ -49,7 +34,7 @@ module.exports = {
|
|
49
34
|
"license": "MIT"
|
50
35
|
},
|
51
36
|
"@fto-consult/common": {
|
52
|
-
"version": "4.
|
37
|
+
"version": "4.11.1",
|
53
38
|
"url": "https://github.com/borispipo/common#readme",
|
54
39
|
"license": "ISC"
|
55
40
|
},
|
@@ -57,53 +42,8 @@ module.exports = {
|
|
57
42
|
"version": "1.4.7",
|
58
43
|
"license": "MIT"
|
59
44
|
},
|
60
|
-
"@pchmn/expo-material3-theme": {
|
61
|
-
"version": "1.3.2",
|
62
|
-
"url": "https://github.com/pchmn/expo-material3-theme#readme",
|
63
|
-
"license": "MIT"
|
64
|
-
},
|
65
|
-
"@react-native-async-storage/async-storage": {
|
66
|
-
"version": "1.21.0",
|
67
|
-
"url": "https://github.com/react-native-async-storage/async-storage#readme",
|
68
|
-
"license": "MIT"
|
69
|
-
},
|
70
|
-
"@react-native-community/datetimepicker": {
|
71
|
-
"version": "7.6.1",
|
72
|
-
"url": "https://github.com/react-native-community/datetimepicker#readme",
|
73
|
-
"license": "MIT"
|
74
|
-
},
|
75
|
-
"@react-native-community/netinfo": {
|
76
|
-
"version": "11.1.0",
|
77
|
-
"url": "https://github.com/react-native-netinfo/react-native-netinfo#readme",
|
78
|
-
"license": "MIT"
|
79
|
-
},
|
80
|
-
"@react-native/assets-registry": {
|
81
|
-
"version": "0.72.0",
|
82
|
-
"url": "git@github.com:facebook/react-native.git",
|
83
|
-
"license": "MIT"
|
84
|
-
},
|
85
|
-
"@react-navigation/native": {
|
86
|
-
"version": "6.1.9",
|
87
|
-
"url": "https://reactnavigation.org",
|
88
|
-
"license": "MIT"
|
89
|
-
},
|
90
|
-
"@react-navigation/native-stack": {
|
91
|
-
"version": "6.9.17",
|
92
|
-
"url": "https://github.com/software-mansion/react-native-screens#readme",
|
93
|
-
"license": "MIT"
|
94
|
-
},
|
95
|
-
"@react-navigation/stack": {
|
96
|
-
"version": "6.3.20",
|
97
|
-
"url": "https://reactnavigation.org/docs/stack-navigator/",
|
98
|
-
"license": "MIT"
|
99
|
-
},
|
100
|
-
"@shopify/flash-list": {
|
101
|
-
"version": "1.6.3",
|
102
|
-
"url": "https://shopify.github.io/flash-list/",
|
103
|
-
"license": "MIT"
|
104
|
-
},
|
105
45
|
"apexcharts": {
|
106
|
-
"version": "3.45.
|
46
|
+
"version": "3.45.2",
|
107
47
|
"url": "https://apexcharts.com",
|
108
48
|
"license": "MIT"
|
109
49
|
},
|
@@ -132,56 +72,6 @@ module.exports = {
|
|
132
72
|
"url": "https://github.com/expo/expo/tree/main/packages/expo",
|
133
73
|
"license": "MIT"
|
134
74
|
},
|
135
|
-
"expo-camera": {
|
136
|
-
"version": "14.0.1",
|
137
|
-
"url": "https://docs.expo.dev/versions/latest/sdk/camera/",
|
138
|
-
"license": "MIT"
|
139
|
-
},
|
140
|
-
"expo-clipboard": {
|
141
|
-
"version": "5.0.1",
|
142
|
-
"url": "https://docs.expo.dev/versions/latest/sdk/clipboard",
|
143
|
-
"license": "MIT"
|
144
|
-
},
|
145
|
-
"expo-font": {
|
146
|
-
"version": "11.10.2",
|
147
|
-
"url": "https://docs.expo.dev/versions/latest/sdk/font/",
|
148
|
-
"license": "MIT"
|
149
|
-
},
|
150
|
-
"expo-image-picker": {
|
151
|
-
"version": "14.7.1",
|
152
|
-
"url": "https://docs.expo.dev/versions/latest/sdk/imagepicker/",
|
153
|
-
"license": "MIT"
|
154
|
-
},
|
155
|
-
"expo-linking": {
|
156
|
-
"version": "6.2.2",
|
157
|
-
"url": "https://docs.expo.dev/versions/latest/sdk/linking",
|
158
|
-
"license": "MIT"
|
159
|
-
},
|
160
|
-
"expo-sharing": {
|
161
|
-
"version": "11.10.0",
|
162
|
-
"url": "https://docs.expo.dev/versions/latest/sdk/sharing/",
|
163
|
-
"license": "MIT"
|
164
|
-
},
|
165
|
-
"expo-sqlite": {
|
166
|
-
"version": "13.2.1",
|
167
|
-
"url": "https://docs.expo.dev/versions/latest/sdk/sqlite/",
|
168
|
-
"license": "MIT"
|
169
|
-
},
|
170
|
-
"expo-status-bar": {
|
171
|
-
"version": "1.11.1",
|
172
|
-
"url": "https://docs.expo.dev/versions/latest/sdk/status-bar/",
|
173
|
-
"license": "MIT"
|
174
|
-
},
|
175
|
-
"expo-system-ui": {
|
176
|
-
"version": "2.9.3",
|
177
|
-
"url": "https://docs.expo.dev/versions/latest/sdk/system-ui",
|
178
|
-
"license": "MIT"
|
179
|
-
},
|
180
|
-
"expo-web-browser": {
|
181
|
-
"version": "12.8.1",
|
182
|
-
"url": "https://docs.expo.dev/versions/latest/sdk/webbrowser/",
|
183
|
-
"license": "MIT"
|
184
|
-
},
|
185
75
|
"file-saver": {
|
186
76
|
"version": "2.0.5",
|
187
77
|
"url": "https://github.com/eligrey/FileSaver.js#readme",
|
@@ -205,11 +95,6 @@ module.exports = {
|
|
205
95
|
"version": "3.7.6",
|
206
96
|
"license": "BSD-3-Clause"
|
207
97
|
},
|
208
|
-
"process": {
|
209
|
-
"version": "0.11.10",
|
210
|
-
"url": "git://github.com/shtylman/node-process.git",
|
211
|
-
"license": "MIT"
|
212
|
-
},
|
213
98
|
"prop-types": {
|
214
99
|
"version": "15.8.1",
|
215
100
|
"url": "https://facebook.github.io/react/",
|
@@ -230,28 +115,8 @@ module.exports = {
|
|
230
115
|
"url": "https://reactjs.org/",
|
231
116
|
"license": "MIT"
|
232
117
|
},
|
233
|
-
"react-native": {
|
234
|
-
"version": "0.73.2",
|
235
|
-
"url": "https://reactnative.dev/",
|
236
|
-
"license": "MIT"
|
237
|
-
},
|
238
|
-
"react-native-big-list": {
|
239
|
-
"version": "1.6.1",
|
240
|
-
"url": "https://marcocesarato.github.io/react-native-big-list-docs/",
|
241
|
-
"license": "GPL-3.0-or-later"
|
242
|
-
},
|
243
|
-
"react-native-blob-util": {
|
244
|
-
"version": "0.18.6",
|
245
|
-
"url": "https://github.com/RonRadtke/react-native-blob-util",
|
246
|
-
"license": "MIT"
|
247
|
-
},
|
248
|
-
"react-native-gesture-handler": {
|
249
|
-
"version": "2.14.1",
|
250
|
-
"url": "https://github.com/software-mansion/react-native-gesture-handler#readme",
|
251
|
-
"license": "MIT"
|
252
|
-
},
|
253
118
|
"react-native-get-random-values": {
|
254
|
-
"version": "1.
|
119
|
+
"version": "1.10.0",
|
255
120
|
"license": "MIT"
|
256
121
|
},
|
257
122
|
"react-native-iphone-x-helper": {
|
@@ -273,36 +138,11 @@ module.exports = {
|
|
273
138
|
"url": "https://github.com/web-ridge/react-native-paper-dates#readme",
|
274
139
|
"license": "MIT"
|
275
140
|
},
|
276
|
-
"react-native-reanimated": {
|
277
|
-
"version": "3.6.1",
|
278
|
-
"url": "https://github.com/software-mansion/react-native-reanimated#readme",
|
279
|
-
"license": "MIT"
|
280
|
-
},
|
281
|
-
"react-native-safe-area-context": {
|
282
|
-
"version": "4.8.2",
|
283
|
-
"url": "https://github.com/th3rdwave/react-native-safe-area-context#readme",
|
284
|
-
"license": "MIT"
|
285
|
-
},
|
286
|
-
"react-native-screens": {
|
287
|
-
"version": "3.29.0",
|
288
|
-
"url": "https://github.com/software-mansion/react-native-screens#readme",
|
289
|
-
"license": "MIT"
|
290
|
-
},
|
291
|
-
"react-native-svg": {
|
292
|
-
"version": "14.1.0",
|
293
|
-
"url": "https://github.com/react-native-community/react-native-svg",
|
294
|
-
"license": "MIT"
|
295
|
-
},
|
296
141
|
"react-native-web": {
|
297
142
|
"version": "0.19.10",
|
298
143
|
"url": "git://github.com/necolas/react-native-web.git",
|
299
144
|
"license": "MIT"
|
300
145
|
},
|
301
|
-
"react-native-webview": {
|
302
|
-
"version": "13.6.4",
|
303
|
-
"url": "https://github.com/react-native-webview/react-native-webview#readme",
|
304
|
-
"license": "MIT"
|
305
|
-
},
|
306
146
|
"react-virtuoso": {
|
307
147
|
"version": "4.6.2",
|
308
148
|
"url": "https://virtuoso.dev/",
|
@@ -333,10 +173,6 @@ module.exports = {
|
|
333
173
|
"url": "https://atomiks.github.io/tippyjs/",
|
334
174
|
"license": "MIT"
|
335
175
|
},
|
336
|
-
"uninstall": {
|
337
|
-
"version": "0.0.0",
|
338
|
-
"license": "MIT"
|
339
|
-
},
|
340
176
|
"websql": {
|
341
177
|
"version": "2.0.3",
|
342
178
|
"url": "git://github.com/nolanlawson/node-websql.git",
|
package/App.js
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
import AppEntry from "./src";
|
2
|
-
import {disableAuth} from "$cauth";
|
3
|
-
import { registerRootComponent } from 'expo';
|
4
|
-
export default function MainExpoApp(props){
|
5
|
-
return <AppEntry
|
6
|
-
navigation={{
|
7
|
-
screens : require("./docs/screens").default,
|
8
|
-
drawerItems:require("./docs/navigation/drawerItems").default,
|
9
|
-
drawerSections : require("./docs/navigation/drawerSections")?.default,
|
10
|
-
}}
|
11
|
-
init ={({appConfig})=>{
|
12
|
-
disableAuth();
|
13
|
-
return Promise.resolve("test ted")
|
14
|
-
}}
|
15
|
-
{...props}
|
16
|
-
/>
|
17
|
-
}
|
18
|
-
|
19
|
-
registerRootComponent(MainExpoApp);
|
@@ -1,21 +0,0 @@
|
|
1
|
-
import {H6} from "$ecomponents/Typography";
|
2
|
-
import appConfig from "$capp/config";
|
3
|
-
import Label from "$ecomponents/Label";
|
4
|
-
import Chip from "$ecomponents/Chip";
|
5
|
-
import View from "$ecomponents/View";
|
6
|
-
import { StyleSheet } from "react-native";
|
7
|
-
import theme from "$theme";
|
8
|
-
|
9
|
-
export default function DocVersionComponent(props){
|
10
|
-
return <Label fontSize={12} primary style = {[styles.label,props.style]} children={`Version ${appConfig.version}`} textBold
|
11
|
-
{...props}/>
|
12
|
-
}
|
13
|
-
|
14
|
-
const styles = StyleSheet.create({
|
15
|
-
label : {
|
16
|
-
borderRadius : 5,
|
17
|
-
padding : 2,
|
18
|
-
flexGrow : 0,
|
19
|
-
flex : 0,
|
20
|
-
}
|
21
|
-
})
|
@@ -1,16 +0,0 @@
|
|
1
|
-
import Introdoction from "../../screens/Introduction";
|
2
|
-
import Datagrid from "../../screens/Datagrid";
|
3
|
-
export default [
|
4
|
-
{
|
5
|
-
text : "Introduction",
|
6
|
-
icon : "alpha-i-box",
|
7
|
-
drawerSection : "introduction",
|
8
|
-
routeName : Introdoction.screenName,
|
9
|
-
},
|
10
|
-
{
|
11
|
-
text : "Datagrid",
|
12
|
-
icon : "table",
|
13
|
-
drawerSection : "components",
|
14
|
-
routeName : Datagrid.screenName,
|
15
|
-
}
|
16
|
-
]
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import Screen from "$eScreen";
|
2
|
-
import Test from "$ecomponents/Datagrid/Test";
|
3
|
-
import React from "$react";
|
4
|
-
|
5
|
-
export default function DatagridScreen(props){
|
6
|
-
return <Screen{...props} contentContainerStyle={[{flex:1}]}>
|
7
|
-
<Test/>
|
8
|
-
</Screen>
|
9
|
-
};
|
10
|
-
|
11
|
-
DatagridScreen.screenName = "datagrid/test";
|
12
|
-
DatagridScreen.authRequired = false;
|
@@ -1,32 +0,0 @@
|
|
1
|
-
import Screen from "$escreen";
|
2
|
-
import View from "$ecomponents/View";
|
3
|
-
import Label from "$ecomponents/Label";
|
4
|
-
import appConfig from "$capp/config";
|
5
|
-
import theme from "$theme";
|
6
|
-
import Link from "$ecomponents/Link";
|
7
|
-
import {StyleSheet} from "react-native";
|
8
|
-
import {H1,H2,H3,H4,H5,Paragraph} from "$ecomponents/Typography";
|
9
|
-
export default function ExpoUIHomeScreen (props){
|
10
|
-
return <Screen {...props}>
|
11
|
-
<View style={theme.styles.p1}>
|
12
|
-
<View testID="DocTestID" style={[theme.styles.alignItemsCenter]}>
|
13
|
-
<H3 textBold primary style={theme.styles.h3}>Développez rapidement des applications mobile, web et desktop.</H3>
|
14
|
-
</View>
|
15
|
-
<View style={[theme.styles.row,theme.styles.flexWrap,theme.styles.rowGap05]}>
|
16
|
-
<H5 primary textBold>{`${appConfig.name?.toLowerCase()}, version ${appConfig.version}, `}</H5>
|
17
|
-
<Paragraph>Un framework Prêt à l'emploi multiplateforme (Mobile, web et desktop) construit sur la base du framework</Paragraph>
|
18
|
-
<Link routeName={"https://docs.expo.dev/"}>
|
19
|
-
<H4 textBold>Expo</H4>
|
20
|
-
</Link>
|
21
|
-
</View>
|
22
|
-
</View>
|
23
|
-
</Screen>
|
24
|
-
}
|
25
|
-
|
26
|
-
ExpoUIHomeScreen.screenName = "Home";
|
27
|
-
|
28
|
-
ExpoUIHomeScreen.authRequired = true;
|
29
|
-
|
30
|
-
const styles = StyleSheet.create({
|
31
|
-
|
32
|
-
})
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import Screen from "$escreen";
|
2
|
-
import DocVersion from "$edocs/components/DocVersion";
|
3
|
-
import View from "$ecomponents/View";
|
4
|
-
|
5
|
-
export default function DocIntrodoctionScreen(props){
|
6
|
-
return <Screen {...props}>
|
7
|
-
<View>
|
8
|
-
<DocVersion/>
|
9
|
-
</View>
|
10
|
-
</Screen>
|
11
|
-
}
|
12
|
-
|
13
|
-
DocIntrodoctionScreen.screenName = "introduction";
|
package/docs/screens/index.js
DELETED
package/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export {default} from "./App";
|