@fto-consult/expo-ui 8.72.0 → 8.73.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/bin/create-app/dependencies.js +3 -3
- package/package.json +4 -4
- package/src/components/BottomSheet/Sheet.js +1 -1
- package/src/components/Datagrid/Accordion/index.js +1 -1
- package/src/components/Dialog/Dialog.js +5 -2
- package/src/components/Dropdown/index.js +35 -23
- package/src/components/Form/Fields/SelectField.js +1 -1
- package/src/components/Form/Fields/SelectTableData/Component.js +23 -6
- package/src/components/Form/utils/FormsManager.js +11 -5
- package/src/components/List/hooks.js +2 -2
- package/src/components/Menu/Menu.js +5 -3
- package/src/layouts/Screen/TableData.js +1 -2
- package/src/media/Assets/utils.js +9 -2
- package/src/screens/Help/openLibraries.js +81 -124
- package/src/table-data/importer/parser.js +1824 -0
- package/src/table-data/importer/run.js +0 -1
@@ -1,22 +1,21 @@
|
|
1
1
|
module.exports = {
|
2
2
|
"@fto-consult/expo-ui": {
|
3
|
-
"
|
4
|
-
"
|
5
|
-
"
|
3
|
+
"name": "@fto-consult/expo-ui",
|
4
|
+
"version": "8.72.0",
|
5
|
+
"repository": {
|
6
|
+
"type": "git",
|
7
|
+
"url": "git+https://github.com/borispipo/expo-ui.git"
|
8
|
+
},
|
9
|
+
"homepage": "https://github.com/borispipo/expo-ui#readme"
|
6
10
|
},
|
7
11
|
"@babel/plugin-proposal-export-namespace-from": {
|
8
12
|
"version": "7.18.9",
|
9
13
|
"url": "https://babel.dev/docs/en/next/babel-plugin-proposal-export-namespace-from",
|
10
14
|
"license": "MIT"
|
11
15
|
},
|
12
|
-
"@emotion/
|
13
|
-
"version": "11.11.
|
14
|
-
"url": "https://emotion
|
15
|
-
"license": "MIT"
|
16
|
-
},
|
17
|
-
"@expo/html-elements": {
|
18
|
-
"version": "0.5.1",
|
19
|
-
"url": "https://github.com/expo/expo/tree/main/packages/html-elements",
|
16
|
+
"@emotion/react": {
|
17
|
+
"version": "11.11.4",
|
18
|
+
"url": "https://github.com/emotion-js/emotion/tree/main/packages/react",
|
20
19
|
"license": "MIT"
|
21
20
|
},
|
22
21
|
"@expo/metro-config": {
|
@@ -24,49 +23,24 @@ module.exports = {
|
|
24
23
|
"url": "https://github.com/expo/expo.git",
|
25
24
|
"license": "MIT"
|
26
25
|
},
|
27
|
-
"@expo/vector-icons": {
|
28
|
-
"version": "14.0.0",
|
29
|
-
"url": "https://expo.github.io/vector-icons",
|
30
|
-
"license": "MIT"
|
31
|
-
},
|
32
26
|
"@expo/webpack-config": {
|
33
27
|
"version": "19.0.1",
|
34
28
|
"url": "https://github.com/expo/expo-webpack-integrations/tree/main/packages/webpack-config#readme",
|
35
29
|
"license": "MIT"
|
36
30
|
},
|
37
|
-
"@
|
38
|
-
"version": "
|
39
|
-
"url": "https://github.com/
|
40
|
-
"license": "MIT"
|
41
|
-
},
|
42
|
-
"@react-native-community/netinfo": {
|
43
|
-
"version": "11.1.0",
|
44
|
-
"url": "https://github.com/react-native-netinfo/react-native-netinfo#readme",
|
45
|
-
"license": "MIT"
|
46
|
-
},
|
47
|
-
"@react-native/assets-registry": {
|
48
|
-
"version": "0.72.0",
|
49
|
-
"url": "git@github.com:facebook/react-native.git",
|
50
|
-
"license": "MIT"
|
51
|
-
},
|
52
|
-
"@react-navigation/native": {
|
53
|
-
"version": "6.1.17",
|
54
|
-
"url": "https://reactnavigation.org",
|
55
|
-
"license": "MIT"
|
56
|
-
},
|
57
|
-
"@react-navigation/native-stack": {
|
58
|
-
"version": "6.9.26",
|
59
|
-
"url": "https://github.com/software-mansion/react-native-screens#readme",
|
31
|
+
"@faker-js/faker": {
|
32
|
+
"version": "8.4.1",
|
33
|
+
"url": "https://github.com/faker-js/faker.git",
|
60
34
|
"license": "MIT"
|
61
35
|
},
|
62
|
-
"@
|
63
|
-
"version": "
|
64
|
-
"url": "https://
|
65
|
-
"license": "
|
36
|
+
"@fto-consult/common": {
|
37
|
+
"version": "4.43.4",
|
38
|
+
"url": "https://github.com/borispipo/common#readme",
|
39
|
+
"license": "ISC"
|
66
40
|
},
|
67
|
-
"
|
68
|
-
"version": "
|
69
|
-
"url": "https://
|
41
|
+
"apexcharts": {
|
42
|
+
"version": "3.48.0",
|
43
|
+
"url": "https://apexcharts.com",
|
70
44
|
"license": "MIT"
|
71
45
|
},
|
72
46
|
"babel-plugin-inline-dotenv": {
|
@@ -84,74 +58,48 @@ module.exports = {
|
|
84
58
|
"url": "https://github.com/crypto-browserify/crypto-browserify",
|
85
59
|
"license": "MIT"
|
86
60
|
},
|
87
|
-
"
|
88
|
-
"version": "
|
89
|
-
"url": "https://github.com/
|
61
|
+
"file-saver": {
|
62
|
+
"version": "2.0.5",
|
63
|
+
"url": "https://github.com/eligrey/FileSaver.js#readme",
|
90
64
|
"license": "MIT"
|
91
65
|
},
|
92
|
-
"
|
93
|
-
"version": "
|
94
|
-
"url": "https://
|
95
|
-
"license": "MIT"
|
96
|
-
},
|
97
|
-
"expo-clipboard": {
|
98
|
-
"version": "5.0.1",
|
99
|
-
"url": "https://docs.expo.dev/versions/latest/sdk/clipboard",
|
100
|
-
"license": "MIT"
|
101
|
-
},
|
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
|
-
"expo-font": {
|
108
|
-
"version": "11.10.3",
|
109
|
-
"url": "https://docs.expo.dev/versions/latest/sdk/font/",
|
110
|
-
"license": "MIT"
|
111
|
-
},
|
112
|
-
"expo-image-picker": {
|
113
|
-
"version": "14.7.1",
|
114
|
-
"url": "https://docs.expo.dev/versions/latest/sdk/imagepicker/",
|
115
|
-
"license": "MIT"
|
116
|
-
},
|
117
|
-
"expo-intent-launcher": {
|
118
|
-
"version": "10.11.0",
|
119
|
-
"url": "https://docs.expo.dev/versions/latest/sdk/intent-launcher/",
|
120
|
-
"license": "MIT"
|
66
|
+
"google-libphonenumber": {
|
67
|
+
"version": "3.2.34",
|
68
|
+
"url": "https://ruimarinho.github.io/google-libphonenumber/",
|
69
|
+
"license": "(MIT AND Apache-2.0)"
|
121
70
|
},
|
122
|
-
"
|
123
|
-
"version": "
|
124
|
-
"url": "https://
|
71
|
+
"html2canvas": {
|
72
|
+
"version": "1.4.1",
|
73
|
+
"url": "https://html2canvas.hertzen.com",
|
125
74
|
"license": "MIT"
|
126
75
|
},
|
127
|
-
"
|
128
|
-
"version": "
|
129
|
-
"url": "
|
76
|
+
"htmlparser2-without-node-native": {
|
77
|
+
"version": "3.9.2",
|
78
|
+
"url": "git://github.com/fb55/htmlparser2.git",
|
130
79
|
"license": "MIT"
|
131
80
|
},
|
132
|
-
"
|
133
|
-
"version": "
|
134
|
-
"url": "https://docs.expo.dev/versions/latest/sdk/sqlite/",
|
81
|
+
"is-plain-obj": {
|
82
|
+
"version": "4.1.0",
|
135
83
|
"license": "MIT"
|
136
84
|
},
|
137
|
-
"
|
138
|
-
"version": "
|
139
|
-
"url": "https://
|
85
|
+
"jsbarcode": {
|
86
|
+
"version": "3.11.6",
|
87
|
+
"url": "https://github.com/lindell/JsBarcode#readme",
|
140
88
|
"license": "MIT"
|
141
89
|
},
|
142
|
-
"
|
143
|
-
"version": "
|
144
|
-
"url": "https://
|
90
|
+
"prop-types": {
|
91
|
+
"version": "15.8.1",
|
92
|
+
"url": "https://facebook.github.io/react/",
|
145
93
|
"license": "MIT"
|
146
94
|
},
|
147
|
-
"
|
148
|
-
"version": "
|
149
|
-
"url": "https://
|
95
|
+
"react-content-loader": {
|
96
|
+
"version": "6.2.1",
|
97
|
+
"url": "https://github.com/danilowoz/react-content-loader",
|
150
98
|
"license": "MIT"
|
151
99
|
},
|
152
|
-
"react-
|
153
|
-
"version": "
|
154
|
-
"url": "https://
|
100
|
+
"react-dom": {
|
101
|
+
"version": "18.2.0",
|
102
|
+
"url": "https://reactjs.org/",
|
155
103
|
"license": "MIT"
|
156
104
|
},
|
157
105
|
"react-native-big-list": {
|
@@ -159,45 +107,44 @@ module.exports = {
|
|
159
107
|
"url": "https://marcocesarato.github.io/react-native-big-list-docs/",
|
160
108
|
"license": "GPL-3.0-or-later"
|
161
109
|
},
|
162
|
-
"react-native-
|
163
|
-
"version": "
|
164
|
-
"url": "https://github.com/
|
110
|
+
"react-native-iphone-x-helper": {
|
111
|
+
"version": "1.3.1",
|
112
|
+
"url": "https://github.com/ptelad/react-native-iphone-x-helper#readme",
|
165
113
|
"license": "MIT"
|
166
114
|
},
|
167
|
-
"react-native-
|
168
|
-
"version": "2.
|
169
|
-
"url": "https://github.com/software-mansion/react-native-gesture-handler#readme",
|
115
|
+
"react-native-mime-types": {
|
116
|
+
"version": "2.5.0",
|
170
117
|
"license": "MIT"
|
171
118
|
},
|
172
|
-
"react-native-
|
173
|
-
"version": "
|
174
|
-
"url": "https://github.
|
119
|
+
"react-native-paper": {
|
120
|
+
"version": "5.12.3",
|
121
|
+
"url": "https://callstack.github.io/react-native-paper",
|
175
122
|
"license": "MIT"
|
176
123
|
},
|
177
|
-
"react-native-
|
178
|
-
"version": "
|
179
|
-
"url": "https://github.com/
|
124
|
+
"react-native-paper-dates": {
|
125
|
+
"version": "0.22.7",
|
126
|
+
"url": "https://github.com/web-ridge/react-native-paper-dates#readme",
|
180
127
|
"license": "MIT"
|
181
128
|
},
|
182
|
-
"react-native-
|
183
|
-
"version": "
|
184
|
-
"url": "
|
129
|
+
"react-native-web": {
|
130
|
+
"version": "0.19.10",
|
131
|
+
"url": "git://github.com/necolas/react-native-web.git",
|
185
132
|
"license": "MIT"
|
186
133
|
},
|
187
|
-
"react-
|
188
|
-
"version": "
|
189
|
-
"url": "https://
|
134
|
+
"react-virtuoso": {
|
135
|
+
"version": "4.7.9",
|
136
|
+
"url": "https://virtuoso.dev/",
|
190
137
|
"license": "MIT"
|
191
138
|
},
|
192
|
-
"
|
193
|
-
"version": "
|
194
|
-
"url": "https://github.com/
|
139
|
+
"readable-stream": {
|
140
|
+
"version": "4.5.2",
|
141
|
+
"url": "https://github.com/nodejs/readable-stream",
|
195
142
|
"license": "MIT"
|
196
143
|
},
|
197
|
-
"
|
198
|
-
"version": "
|
199
|
-
"url": "
|
200
|
-
"license": "
|
144
|
+
"sanitize-filename": {
|
145
|
+
"version": "1.6.3",
|
146
|
+
"url": "git@github.com:parshap/node-sanitize-filename.git",
|
147
|
+
"license": "WTFPL OR ISC"
|
201
148
|
},
|
202
149
|
"sharp-cli": {
|
203
150
|
"version": "2.1.1",
|
@@ -209,9 +156,19 @@ module.exports = {
|
|
209
156
|
"url": "https://github.com/browserify/stream-browserify",
|
210
157
|
"license": "MIT"
|
211
158
|
},
|
159
|
+
"tippy.js": {
|
160
|
+
"version": "6.3.7",
|
161
|
+
"url": "https://atomiks.github.io/tippyjs/",
|
162
|
+
"license": "MIT"
|
163
|
+
},
|
212
164
|
"vm": {
|
213
165
|
"version": "0.1.0",
|
214
166
|
"url": "https://github.com/DiegoRBaquero/node-vm#readme",
|
215
167
|
"license": "MIT"
|
168
|
+
},
|
169
|
+
"xlsx": {
|
170
|
+
"version": "0.18.5",
|
171
|
+
"url": "https://sheetjs.com/",
|
172
|
+
"license": "Apache-2.0"
|
216
173
|
}
|
217
174
|
};
|