@fto-consult/expo-ui 1.5.8 → 1.5.10
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": "1.5.
|
|
3
|
+
"version": "1.5.10",
|
|
4
4
|
"description": "Bibliothèque de composants UI Expo,react-native",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@expo/html-elements": "^0.2.0",
|
|
62
62
|
"@expo/metro-config": "^0.4.0",
|
|
63
63
|
"@expo/webpack-config": "^0.17.2",
|
|
64
|
-
"@fto-consult/common": "^1.9.
|
|
64
|
+
"@fto-consult/common": "^1.9.4",
|
|
65
65
|
"@gorhom/portal": "^1.0.14",
|
|
66
66
|
"@react-native-async-storage/async-storage": "~1.17.3",
|
|
67
67
|
"@react-native-community/datetimepicker": "6.2.0",
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
/****Le composant TableLink est utilisé pour les liens cliquable vers les tables de données */
|
|
5
5
|
import {TouchableOpacity,StyleSheet} from "react-native";
|
|
6
6
|
import React from "$react";
|
|
7
|
-
import View from "$
|
|
7
|
+
import View from "$ecomponents/View";
|
|
8
8
|
import PropTypes from "prop-types";
|
|
9
|
-
import Label from "$
|
|
9
|
+
import Label from "$ecomponents/Label";
|
|
10
10
|
import {defaultStr,isPromise,defaultObj} from "$utils";
|
|
11
11
|
import {open as openPreloader,close as closePreloader} from "$preloader";
|
|
12
12
|
import {styles as _styles} from "$theme";
|
|
13
|
-
import Tooltip from "$
|
|
13
|
+
import Tooltip from "$ecomponents/Tooltip";
|
|
14
14
|
|
|
15
15
|
const TableLinKComponent = React.forwardRef((props,ref)=>{
|
|
16
16
|
let {disabled,labelProps,server,containerProps,testID,Component,routeName,routeParams,component,_id,primary,triggerProps,onPress,children, ...rest} = props;
|