react-crud-mobile 1.3.372 → 1.3.374
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 +1 -7
- 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 +1 -7
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIOrder.tsx +250 -6
@@ -1718,7 +1718,7 @@ var styles$9 = /*#__PURE__*/StyleSheet.create({
|
|
1718
1718
|
});
|
1719
1719
|
|
1720
1720
|
var ITEM_HEIGHT = 70;
|
1721
|
-
function
|
1721
|
+
function UIOrder(props) {
|
1722
1722
|
var scope = props.scope;
|
1723
1723
|
var initial = scope.getOptions();
|
1724
1724
|
var _useState = useState(initial),
|
@@ -1945,12 +1945,6 @@ var styles$a = /*#__PURE__*/StyleSheet.create({
|
|
1945
1945
|
}
|
1946
1946
|
});
|
1947
1947
|
|
1948
|
-
function UIOrder(props) {
|
1949
|
-
return /*#__PURE__*/jsx(Fragment, {
|
1950
|
-
children: /*#__PURE__*/jsx(UIDraggableList, _extends({}, props))
|
1951
|
-
});
|
1952
|
-
}
|
1953
|
-
|
1954
1948
|
var CrudContext = /*#__PURE__*/createContext({});
|
1955
1949
|
function UIElement(props) {
|
1956
1950
|
var _original$list,
|