react-crud-mobile 1.3.55 → 1.3.56
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 +0 -14
- 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 +0 -14
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIOrder.tsx +1 -1
|
@@ -1597,19 +1597,6 @@ function UIOrder(props) {
|
|
|
1597
1597
|
var crud = scope.crud;
|
|
1598
1598
|
var original = scope.original;
|
|
1599
1599
|
var cols = Utils.nvl(scope.getPart('cols', undefined, 1));
|
|
1600
|
-
var getStyle = function getStyle(key, extra) {
|
|
1601
|
-
return scope.getStyle(key, _extends({}, extra, styles$a[key]));
|
|
1602
|
-
};
|
|
1603
|
-
var getContainerStyle = function getContainerStyle(extra) {
|
|
1604
|
-
var row = getStyle('container', {});
|
|
1605
|
-
if (cols > 1) {
|
|
1606
|
-
row = _extends({}, row, {
|
|
1607
|
-
flexDirection: 'row',
|
|
1608
|
-
flexWrap: 'wrap'
|
|
1609
|
-
});
|
|
1610
|
-
}
|
|
1611
|
-
return row;
|
|
1612
|
-
};
|
|
1613
1600
|
var LocalData = function LocalData() {
|
|
1614
1601
|
var _useState = useState(scope.updateIndex),
|
|
1615
1602
|
index = _useState[0],
|
|
@@ -1657,7 +1644,6 @@ function UIOrder(props) {
|
|
|
1657
1644
|
});
|
|
1658
1645
|
};
|
|
1659
1646
|
return /*#__PURE__*/jsx(GestureHandlerRootView, {
|
|
1660
|
-
style: getContainerStyle(),
|
|
1661
1647
|
children: /*#__PURE__*/jsx(DraggableFlatList, {
|
|
1662
1648
|
data: items,
|
|
1663
1649
|
renderItem: renderItem,
|