@fto-consult/expo-ui 8.75.0 → 8.76.1
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/src/database/tables/index.js +1 -1
- package/package.json +5 -5
- package/src/components/Chart/appexChart/appexChart.html +3 -3
- package/src/components/Datagrid/Accordion/Row.js +13 -8
- package/src/components/Datagrid/Accordion/index.js +1 -1
- package/src/components/Datagrid/Common/Common.js +64 -5
- package/src/layouts/Screen/TableData.js +9 -3
- package/src/pdf/index.js +1 -1
- package/src/screens/Help/openLibraries.js +76 -123
@@ -11,7 +11,7 @@
|
|
11
11
|
datagrid <object>, //les props à passer au composant datagrid lié à la table de données
|
12
12
|
drawerSection <string>, //le nom de la section associé au drawer dans lequel figurera le table data
|
13
13
|
print <function ({data,...settings})>=> <Promise<{content:[],...rest}>, //la fonction utile pour l'impression de la tabel de données suivant les recommandation de la libraririe pdfmake
|
14
|
-
printOptions <object>, //les options à passer à la fonction print,
|
14
|
+
printOptions < funcion<{data<object>,...options}=><object> | object>, //les options à passer à la fonction print,
|
15
15
|
newElementLabel : <string>, //le texte à utiliser pour le rendu du bouton lorsqu'il s'agit d'un nouvel element de la table data
|
16
16
|
databaseStatistics <function ()=> <boolean> | boolean>, //si la table data figurera dans les Statistiques en BD, validable si le composant DatabaseStatistics est appélé dans l'application
|
17
17
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fto-consult/expo-ui",
|
3
|
-
"version": "8.
|
3
|
+
"version": "8.76.1",
|
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": {
|
@@ -70,9 +70,9 @@
|
|
70
70
|
"dependencies": {
|
71
71
|
"@emotion/react": "^11.11.1",
|
72
72
|
"@faker-js/faker": "^8.0.2",
|
73
|
-
"@fto-consult/common": "^4.
|
73
|
+
"@fto-consult/common": "^4.47.0",
|
74
74
|
"@fto-consult/expo-ui": "^8.73.1",
|
75
|
-
"apexcharts": "^3.
|
75
|
+
"apexcharts": "^3.49.0",
|
76
76
|
"file-saver": "^2.0.5",
|
77
77
|
"google-libphonenumber": "^3.2.34",
|
78
78
|
"html2canvas": "^1.4.1",
|
@@ -87,8 +87,8 @@
|
|
87
87
|
"react-native-mime-types": "^2.5.0",
|
88
88
|
"react-native-paper": "^5.12.3",
|
89
89
|
"react-native-paper-dates": "^0.22.7",
|
90
|
-
"react-native-web": "^0.19.
|
91
|
-
"react-virtuoso": "^4.7.
|
90
|
+
"react-native-web": "^0.19.11",
|
91
|
+
"react-virtuoso": "^4.7.10",
|
92
92
|
"readable-stream": "^4.5.2",
|
93
93
|
"sanitize-filename": "^1.6.3",
|
94
94
|
"tippy.js": "^6.3.7",
|