react-crud-mobile 1.3.42 → 1.3.44

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.
@@ -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];
@@ -547,6 +547,7 @@ function UISelect(props) {
547
547
  React.useEffect(function () {
548
548
  MobileUtils.syncTheme();
549
549
  }, [modalVisible]);
550
+ console.log(scope.original);
550
551
  return /*#__PURE__*/jsxRuntime.jsxs(reactNative.View, {
551
552
  style: style('selectRoot'),
552
553
  children: [/*#__PURE__*/jsxRuntime.jsxs(reactNative.TouchableOpacity, {
@@ -591,7 +592,7 @@ function UISelect(props) {
591
592
  })]
592
593
  }), /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
593
594
  style: style('modalContent'),
594
- children: /*#__PURE__*/jsxRuntime.jsx(UI.List, {
595
+ children: /*#__PURE__*/jsxRuntime.jsx(UI.List, _extends({
595
596
  data: items,
596
597
  name: scope.getName('list'),
597
598
  layout: "card",
@@ -599,11 +600,12 @@ function UISelect(props) {
599
600
  rowStyle: _extends({
600
601
  paddingLeft: 15,
601
602
  paddinRight: 15
602
- }, (_scope$original = scope.original) == null ? void 0 : _scope$original.rowStyle),
603
+ }, (_scope$original = scope.original) == null ? void 0 : _scope$original.rowStyle)
604
+ }, (_scope$original2 = scope.original) == null ? void 0 : _scope$original2.listProps, {
603
605
  children: /*#__PURE__*/jsxRuntime.jsx(UI.Value, {
604
606
  value: "#{@this.label}"
605
607
  })
606
- })
608
+ }))
607
609
  })]
608
610
  })]
609
611
  })]