react-crud-mobile 1.3.42 → 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 +1 -1
- package/src/elements/core/UISelect.tsx +1 -0
|
@@ -496,7 +496,7 @@ var MobileUtils = /*#__PURE__*/function () {
|
|
|
496
496
|
}();
|
|
497
497
|
|
|
498
498
|
function UISelect(props) {
|
|
499
|
-
var _theme$styles, _theme$colors, _scope$original;
|
|
499
|
+
var _theme$styles, _theme$colors, _scope$original, _scope$original2;
|
|
500
500
|
var _useState = useState(false),
|
|
501
501
|
modalVisible = _useState[0],
|
|
502
502
|
setModalVisible = _useState[1];
|
|
@@ -583,7 +583,7 @@ function UISelect(props) {
|
|
|
583
583
|
})]
|
|
584
584
|
}), /*#__PURE__*/jsx(View, {
|
|
585
585
|
style: style('modalContent'),
|
|
586
|
-
children: /*#__PURE__*/jsx(UI.List, {
|
|
586
|
+
children: /*#__PURE__*/jsx(UI.List, _extends({
|
|
587
587
|
data: items,
|
|
588
588
|
name: scope.getName('list'),
|
|
589
589
|
layout: "card",
|
|
@@ -591,11 +591,12 @@ function UISelect(props) {
|
|
|
591
591
|
rowStyle: _extends({
|
|
592
592
|
paddingLeft: 15,
|
|
593
593
|
paddinRight: 15
|
|
594
|
-
}, (_scope$original = scope.original) == null ? void 0 : _scope$original.rowStyle)
|
|
594
|
+
}, (_scope$original = scope.original) == null ? void 0 : _scope$original.rowStyle)
|
|
595
|
+
}, (_scope$original2 = scope.original) == null ? void 0 : _scope$original2.listProps, {
|
|
595
596
|
children: /*#__PURE__*/jsx(UI.Value, {
|
|
596
597
|
value: "#{@this.label}"
|
|
597
598
|
})
|
|
598
|
-
})
|
|
599
|
+
}))
|
|
599
600
|
})]
|
|
600
601
|
})]
|
|
601
602
|
})]
|