@fto-consult/expo-ui 2.17.0 → 2.18.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/package.json +1 -1
- package/src/components/Chart/index.js +1 -0
- package/src/components/Countries/resources/countries-normalized.json +1987 -1987
- package/src/components/Countries/resources/countries-with-not-extra.json +1211 -1211
- package/src/components/Countries/resources/countries.sql +243 -243
- package/src/components/Datagrid/Accordion/index.js +3 -2
- package/src/components/Datagrid/Common/Common.js +225 -66
- package/src/components/Datagrid/Footer/index.js +26 -23
- package/src/components/Datagrid/RenderTypes/index.web.js +2 -2
- package/src/components/Datagrid/SWRDatagrid.js +18 -10
- package/src/components/Datagrid/Table/index.js +7 -5
- package/src/components/Table/index.js +2 -1
package/package.json
CHANGED
|
@@ -5,6 +5,7 @@ import {extend} from "./utils"
|
|
|
5
5
|
import stableHash from 'stable-hash';
|
|
6
6
|
import Chart from "./appexChart";
|
|
7
7
|
|
|
8
|
+
/**** pour le rendu webview chart, voir : https://github.com/flexmonster/react-native-flexmonster/blob/master/src/index.js */
|
|
8
9
|
/**** le composant Chart s'appuie sur le composant appexChart : https://apexcharts.com/
|
|
9
10
|
* pour le formattage des date, voir : https://apexcharts.com/docs/datetime/
|
|
10
11
|
* les props requis duduit composant sont :
|