react-crud-mobile 1.3.41 → 1.3.43
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 +5 -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 +5 -4
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/elements/core/UISelect.tsx +1 -0
|
@@ -504,7 +504,7 @@ var MobileUtils = /*#__PURE__*/function () {
|
|
|
504
504
|
}();
|
|
505
505
|
|
|
506
506
|
function UISelect(props) {
|
|
507
|
-
var _theme$styles, _theme$colors, _scope$original;
|
|
507
|
+
var _theme$styles, _theme$colors, _scope$original, _scope$original2;
|
|
508
508
|
var _useState = React.useState(false),
|
|
509
509
|
modalVisible = _useState[0],
|
|
510
510
|
setModalVisible = _useState[1];
|
|
@@ -591,7 +591,7 @@ function UISelect(props) {
|
|
|
591
591
|
})]
|
|
592
592
|
}), /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
|
|
593
593
|
style: style('modalContent'),
|
|
594
|
-
children: /*#__PURE__*/jsxRuntime.jsx(UI.List, {
|
|
594
|
+
children: /*#__PURE__*/jsxRuntime.jsx(UI.List, _extends({
|
|
595
595
|
data: items,
|
|
596
596
|
name: scope.getName('list'),
|
|
597
597
|
layout: "card",
|
|
@@ -599,11 +599,12 @@ function UISelect(props) {
|
|
|
599
599
|
rowStyle: _extends({
|
|
600
600
|
paddingLeft: 15,
|
|
601
601
|
paddinRight: 15
|
|
602
|
-
}, (_scope$original = scope.original) == null ? void 0 : _scope$original.rowStyle)
|
|
602
|
+
}, (_scope$original = scope.original) == null ? void 0 : _scope$original.rowStyle)
|
|
603
|
+
}, (_scope$original2 = scope.original) == null ? void 0 : _scope$original2.listProps, {
|
|
603
604
|
children: /*#__PURE__*/jsxRuntime.jsx(UI.Value, {
|
|
604
605
|
value: "#{@this.label}"
|
|
605
606
|
})
|
|
606
|
-
})
|
|
607
|
+
}))
|
|
607
608
|
})]
|
|
608
609
|
})]
|
|
609
610
|
})]
|