@cniot/android-pda-components 2.0.0-beta.6 → 2.0.0-beta.7
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/es/index.es.js
CHANGED
|
@@ -14559,14 +14559,16 @@ const renderNormalContent = ({ type, dataSource = [] }) => {
|
|
|
14559
14559
|
className = "",
|
|
14560
14560
|
display = true,
|
|
14561
14561
|
type: contentType,
|
|
14562
|
-
tip
|
|
14562
|
+
tip,
|
|
14563
|
+
...restProps
|
|
14563
14564
|
} = item;
|
|
14564
14565
|
if (display === false) {
|
|
14565
14566
|
return null;
|
|
14566
14567
|
}
|
|
14567
14568
|
return /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, /* @__PURE__ */ React__default.createElement("div", {
|
|
14568
14569
|
className: `content-item ${className} ${contentType || ""}`,
|
|
14569
|
-
key: index2
|
|
14570
|
+
key: index2,
|
|
14571
|
+
...restProps
|
|
14570
14572
|
}, /* @__PURE__ */ React__default.createElement("div", {
|
|
14571
14573
|
className: "label"
|
|
14572
14574
|
}, label), /* @__PURE__ */ React__default.createElement("div", {
|