@fto-consult/expo-ui 8.65.0 → 8.65.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "8.65.0",
3
+ "version": "8.65.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": {
@@ -692,7 +692,7 @@ class DropdownComponent extends AppComponent {
692
692
  }
693
693
  }
694
694
  if(areEquals) return;
695
- this.setState({
695
+ this.updateSelected({
696
696
  selectedValuesKeys,
697
697
  selected:newSelected,
698
698
  selectedText : this.getSelectedText(newSelected,selectedValuesKeys)
@@ -134,7 +134,7 @@ const TableDataSelectField = React.forwardRef(({foreignKeyColumn,swrOptions,fore
134
134
  fetcher : (url,opts1)=>{
135
135
  if(typeof beforeFetchItems ==='function' && beforeFetchItems({fetchOptions}) === false) return Promise.resolve(fetchedResultRef.current);
136
136
  let opts = Object.clone(fetchOptions);
137
- if(parseMangoQueries.current){
137
+ if(parseMangoQueriesRef.current){
138
138
  opts.selector = filtersParseMangoQueries(opts.selector);
139
139
  opts = getFetchOptions(opts);
140
140
  delete opts.selector;
@@ -1,7 +1,7 @@
1
1
  module.exports = {
2
2
  "@fto-consult/expo-ui": {
3
3
  "name": "@fto-consult/expo-ui",
4
- "version": "8.64.1",
4
+ "version": "8.65.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/borispipo/expo-ui.git"