@fto-consult/expo-ui 8.52.6 → 8.53.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.52.6",
3
+ "version": "8.53.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.36.0",
72
+ "@fto-consult/common": "^4.37.0",
73
73
  "@fto-consult/node-utils": "^1.7.1",
74
74
  "apexcharts": "^3.47.0",
75
75
  "file-saver": "^2.0.5",
package/src/pdf/index.js CHANGED
@@ -99,7 +99,7 @@ export const getFields = (config)=>{
99
99
  @paramm {multiple},
100
100
  @param {object} formDataProps, les prpops à passer au DialogProvider
101
101
  */
102
- export const getPrintSettings = ({multiple,duplicateDocOnPage,isTableData,tableDataFields,pageBreakBeforeEachDoc,sessionName,formDataProps,...rest})=>{
102
+ export const getPrintSettings = ({multiple,duplicateDocOnPage,printQRCode,isTableData,tableDataFields,pageBreakBeforeEachDoc,sessionName,formDataProps,...rest})=>{
103
103
  formDataProps = Object.assign({},formDataProps);
104
104
  const hasSession = isNonNullString(sessionName);
105
105
  if(hasSession){
@@ -174,7 +174,7 @@ export const getPrintSettings = ({multiple,duplicateDocOnPage,isTableData,tableD
174
174
  return v;
175
175
  }
176
176
  } : undefined,
177
- ...(isTableData && tbPrimaryKeyFields.length ?{
177
+ ...(isTableData && printQRCode !== false && tbPrimaryKeyFields.length ?{
178
178
  printQRCode : {
179
179
  type : "switch",
180
180
  label : "Imprimer un QR Code",
@@ -1,21 +1,22 @@
1
1
  module.exports = {
2
2
  "@fto-consult/expo-ui": {
3
- "name": "@fto-consult/expo-ui",
4
- "version": "8.51.1",
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"
3
+ "version": "8.52.6",
4
+ "url": "https://github.com/borispipo/expo-ui#readme",
5
+ "license": "ISC"
10
6
  },
11
7
  "@babel/plugin-proposal-export-namespace-from": {
12
8
  "version": "7.18.9",
13
9
  "url": "https://babel.dev/docs/en/next/babel-plugin-proposal-export-namespace-from",
14
10
  "license": "MIT"
15
11
  },
16
- "@emotion/react": {
17
- "version": "11.11.4",
18
- "url": "https://github.com/emotion-js/emotion/tree/main/packages/react",
12
+ "@emotion/native": {
13
+ "version": "11.11.0",
14
+ "url": "https://emotion.sh",
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",
19
20
  "license": "MIT"
20
21
  },
21
22
  "@expo/metro-config": {
@@ -23,28 +24,54 @@ module.exports = {
23
24
  "url": "https://github.com/expo/expo.git",
24
25
  "license": "MIT"
25
26
  },
27
+ "@expo/vector-icons": {
28
+ "version": "14.0.0",
29
+ "url": "https://expo.github.io/vector-icons",
30
+ "license": "MIT"
31
+ },
26
32
  "@expo/webpack-config": {
27
33
  "version": "19.0.1",
28
34
  "url": "https://github.com/expo/expo-webpack-integrations/tree/main/packages/webpack-config#readme",
29
35
  "license": "MIT"
30
36
  },
31
- "@faker-js/faker": {
32
- "version": "8.4.1",
33
- "url": "https://github.com/faker-js/faker.git",
37
+ "@pchmn/expo-material3-theme": {
38
+ "version": "1.3.2",
39
+ "url": "https://github.com/pchmn/expo-material3-theme#readme",
34
40
  "license": "MIT"
35
41
  },
36
- "@fto-consult/common": {
37
- "version": "4.36.0",
38
- "url": "https://github.com/borispipo/common#readme",
39
- "license": "ISC"
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/netinfo": {
48
+ "version": "11.1.0",
49
+ "url": "https://github.com/react-native-netinfo/react-native-netinfo#readme",
50
+ "license": "MIT"
40
51
  },
41
- "@fto-consult/node-utils": {
42
- "version": "1.7.1",
52
+ "@react-native/assets-registry": {
53
+ "version": "0.72.0",
54
+ "url": "git@github.com:facebook/react-native.git",
43
55
  "license": "MIT"
44
56
  },
45
- "apexcharts": {
46
- "version": "3.47.0",
47
- "url": "https://apexcharts.com",
57
+ "@react-navigation/native": {
58
+ "version": "6.1.16",
59
+ "url": "https://reactnavigation.org",
60
+ "license": "MIT"
61
+ },
62
+ "@react-navigation/native-stack": {
63
+ "version": "6.9.25",
64
+ "url": "https://github.com/software-mansion/react-native-screens#readme",
65
+ "license": "MIT"
66
+ },
67
+ "@react-navigation/stack": {
68
+ "version": "6.3.28",
69
+ "url": "https://reactnavigation.org/docs/stack-navigator/",
70
+ "license": "MIT"
71
+ },
72
+ "@shopify/flash-list": {
73
+ "version": "1.6.3",
74
+ "url": "https://shopify.github.io/flash-list/",
48
75
  "license": "MIT"
49
76
  },
50
77
  "babel-plugin-inline-dotenv": {
@@ -62,117 +89,123 @@ module.exports = {
62
89
  "url": "https://github.com/crypto-browserify/crypto-browserify",
63
90
  "license": "MIT"
64
91
  },
65
- "file-saver": {
66
- "version": "2.0.5",
67
- "url": "https://github.com/eligrey/FileSaver.js#readme",
92
+ "expo": {
93
+ "version": "50.0.13",
94
+ "url": "https://github.com/expo/expo/tree/main/packages/expo",
68
95
  "license": "MIT"
69
96
  },
70
- "google-libphonenumber": {
71
- "version": "3.2.34",
72
- "url": "https://ruimarinho.github.io/google-libphonenumber/",
73
- "license": "(MIT AND Apache-2.0)"
97
+ "expo-camera": {
98
+ "version": "14.1.1",
99
+ "url": "https://docs.expo.dev/versions/latest/sdk/camera/",
100
+ "license": "MIT"
74
101
  },
75
- "html2canvas": {
76
- "version": "1.4.1",
77
- "url": "https://html2canvas.hertzen.com",
102
+ "expo-clipboard": {
103
+ "version": "5.0.1",
104
+ "url": "https://docs.expo.dev/versions/latest/sdk/clipboard",
78
105
  "license": "MIT"
79
106
  },
80
- "htmlparser2-without-node-native": {
81
- "version": "3.9.2",
82
- "url": "git://github.com/fb55/htmlparser2.git",
107
+ "expo-font": {
108
+ "version": "11.10.3",
109
+ "url": "https://docs.expo.dev/versions/latest/sdk/font/",
83
110
  "license": "MIT"
84
111
  },
85
- "is-plain-obj": {
86
- "version": "4.1.0",
112
+ "expo-image-picker": {
113
+ "version": "14.7.1",
114
+ "url": "https://docs.expo.dev/versions/latest/sdk/imagepicker/",
87
115
  "license": "MIT"
88
116
  },
89
- "jsbarcode": {
90
- "version": "3.11.6",
91
- "url": "https://github.com/lindell/JsBarcode#readme",
117
+ "expo-intent-launcher": {
118
+ "version": "10.11.0",
119
+ "url": "https://docs.expo.dev/versions/latest/sdk/intent-launcher/",
92
120
  "license": "MIT"
93
121
  },
94
- "prop-types": {
95
- "version": "15.8.1",
96
- "url": "https://facebook.github.io/react/",
122
+ "expo-linking": {
123
+ "version": "6.2.2",
124
+ "url": "https://docs.expo.dev/versions/latest/sdk/linking",
97
125
  "license": "MIT"
98
126
  },
99
- "react-content-loader": {
100
- "version": "6.2.1",
101
- "url": "https://github.com/danilowoz/react-content-loader",
127
+ "expo-sharing": {
128
+ "version": "11.10.0",
129
+ "url": "https://docs.expo.dev/versions/latest/sdk/sharing/",
102
130
  "license": "MIT"
103
131
  },
104
- "react-dom": {
105
- "version": "18.2.0",
106
- "url": "https://reactjs.org/",
132
+ "expo-sqlite": {
133
+ "version": "13.3.0",
134
+ "url": "https://docs.expo.dev/versions/latest/sdk/sqlite/",
107
135
  "license": "MIT"
108
136
  },
109
- "react-native-big-list": {
110
- "version": "1.6.1",
111
- "url": "https://marcocesarato.github.io/react-native-big-list-docs/",
112
- "license": "GPL-3.0-or-later"
137
+ "expo-status-bar": {
138
+ "version": "1.11.1",
139
+ "url": "https://docs.expo.dev/versions/latest/sdk/status-bar/",
140
+ "license": "MIT"
113
141
  },
114
- "react-native-iphone-x-helper": {
115
- "version": "1.3.1",
116
- "url": "https://github.com/ptelad/react-native-iphone-x-helper#readme",
142
+ "expo-system-ui": {
143
+ "version": "2.9.3",
144
+ "url": "https://docs.expo.dev/versions/latest/sdk/system-ui",
117
145
  "license": "MIT"
118
146
  },
119
- "react-native-mime-types": {
120
- "version": "2.5.0",
147
+ "expo-web-browser": {
148
+ "version": "12.8.2",
149
+ "url": "https://docs.expo.dev/versions/latest/sdk/webbrowser/",
121
150
  "license": "MIT"
122
151
  },
123
- "react-native-paper": {
124
- "version": "5.12.3",
125
- "url": "https://callstack.github.io/react-native-paper",
152
+ "react": {
153
+ "version": "18.2.0",
154
+ "url": "https://reactjs.org/",
126
155
  "license": "MIT"
127
156
  },
128
- "react-native-paper-dates": {
129
- "version": "0.22.3",
130
- "url": "https://github.com/web-ridge/react-native-paper-dates#readme",
157
+ "react-native": {
158
+ "version": "0.73.5",
159
+ "url": "https://reactnative.dev/",
131
160
  "license": "MIT"
132
161
  },
133
- "react-native-web": {
134
- "version": "0.19.10",
135
- "url": "git://github.com/necolas/react-native-web.git",
162
+ "react-native-gesture-handler": {
163
+ "version": "2.14.1",
164
+ "url": "https://github.com/software-mansion/react-native-gesture-handler#readme",
136
165
  "license": "MIT"
137
166
  },
138
- "react-virtuoso": {
139
- "version": "4.7.2",
140
- "url": "https://virtuoso.dev/",
167
+ "react-native-get-random-values": {
168
+ "version": "1.8.0",
141
169
  "license": "MIT"
142
170
  },
143
- "readable-stream": {
144
- "version": "4.5.2",
145
- "url": "https://github.com/nodejs/readable-stream",
171
+ "react-native-reanimated": {
172
+ "version": "3.6.2",
173
+ "url": "https://github.com/software-mansion/react-native-reanimated#readme",
146
174
  "license": "MIT"
147
175
  },
148
- "sanitize-filename": {
149
- "version": "1.6.3",
150
- "url": "git@github.com:parshap/node-sanitize-filename.git",
151
- "license": "WTFPL OR ISC"
176
+ "react-native-safe-area-context": {
177
+ "version": "4.8.2",
178
+ "url": "https://github.com/th3rdwave/react-native-safe-area-context#readme",
179
+ "license": "MIT"
152
180
  },
153
- "sharp-cli": {
154
- "version": "2.1.1",
155
- "url": "https://github.com/vseventer/sharp-cli",
181
+ "react-native-screens": {
182
+ "version": "3.29.0",
183
+ "url": "https://github.com/software-mansion/react-native-screens#readme",
156
184
  "license": "MIT"
157
185
  },
158
- "stream-browserify": {
159
- "version": "3.0.0",
160
- "url": "https://github.com/browserify/stream-browserify",
186
+ "react-native-svg": {
187
+ "version": "14.1.0",
188
+ "url": "https://github.com/react-native-community/react-native-svg",
189
+ "license": "MIT"
190
+ },
191
+ "react-native-view-shot": {
192
+ "version": "3.8.0",
193
+ "url": "https://github.com/gre/react-native-view-shot",
161
194
  "license": "MIT"
162
195
  },
163
- "tippy.js": {
164
- "version": "6.3.7",
165
- "url": "https://atomiks.github.io/tippyjs/",
196
+ "react-native-webview": {
197
+ "version": "13.6.4",
198
+ "url": "https://github.com/react-native-webview/react-native-webview#readme",
166
199
  "license": "MIT"
167
200
  },
168
- "vm": {
169
- "version": "0.1.0",
170
- "url": "https://github.com/DiegoRBaquero/node-vm#readme",
201
+ "socket.io-client": {
202
+ "version": "4.7.4",
203
+ "url": "https://github.com/socketio/socket.io-client.git",
171
204
  "license": "MIT"
172
205
  },
173
- "xlsx": {
174
- "version": "0.18.5",
175
- "url": "https://sheetjs.com/",
176
- "license": "Apache-2.0"
206
+ "stream-browserify": {
207
+ "version": "3.0.0",
208
+ "url": "https://github.com/browserify/stream-browserify",
209
+ "license": "MIT"
177
210
  }
178
211
  };