react-crud-mobile 1.3.377 → 1.3.378
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/dist/react-crud-mobile.cjs.development.js +2 -4
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +2 -4
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIOrder.tsx +9 -7
@@ -1888,7 +1888,7 @@ function UIOrder(props) {
|
|
1888
1888
|
}), /*#__PURE__*/jsx(Text, {
|
1889
1889
|
style: styles$a.itemText,
|
1890
1890
|
children: item.label
|
1891
|
-
}), /*#__PURE__*/jsx(TouchableOpacity, {
|
1891
|
+
}), scope.original.remove && /*#__PURE__*/jsx(TouchableOpacity, {
|
1892
1892
|
onPress: function onPress() {
|
1893
1893
|
return removeItem(item.value);
|
1894
1894
|
},
|
@@ -1907,9 +1907,7 @@ function UIOrder(props) {
|
|
1907
1907
|
}
|
1908
1908
|
var styles$a = /*#__PURE__*/StyleSheet.create({
|
1909
1909
|
container: {
|
1910
|
-
flex: 1
|
1911
|
-
paddingHorizontal: 20,
|
1912
|
-
backgroundColor: '#f5f7fb'
|
1910
|
+
flex: 1
|
1913
1911
|
},
|
1914
1912
|
title: {
|
1915
1913
|
fontSize: 18,
|