3h1-ui 2.13.1 → 2.13.2
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.js +2 -2
- package/lib/index.js +2 -2
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -17090,10 +17090,10 @@ const Description = /* @__PURE__ */ defineComponent({
|
|
|
17090
17090
|
"class": `${prefixCls2}-label`
|
|
17091
17091
|
}, [slots[`${item.field}Label`] ? slots[`${item.field}Label`]() : item.label, ((_b = getProps.value) == null ? void 0 : _b.isShowColon) ? ":" : ""]), createVNode("span", {
|
|
17092
17092
|
"class": `${prefixCls2}-value`
|
|
17093
|
-
}, [slots[`${item.field}Value`] ? slots[`${item.field}Value`]() : getProps.value.data[item.field]
|
|
17093
|
+
}, [slots[`${item.field}Value`] ? slots[`${item.field}Value`]() : getProps.value.data[item.field], (item == null ? void 0 : item.isCopy) ? createVNode("span", {
|
|
17094
17094
|
"style": "cursor:pointer",
|
|
17095
17095
|
"onClick": () => handleClick(getProps.value.data[item.field])
|
|
17096
|
-
}, [createVNode(CopyOutlined$1, null, null)]) : null]);
|
|
17096
|
+
}, [createVNode(CopyOutlined$1, null, null)]) : null])]);
|
|
17097
17097
|
}
|
|
17098
17098
|
});
|
|
17099
17099
|
});
|
package/lib/index.js
CHANGED
|
@@ -17092,10 +17092,10 @@ const Description = /* @__PURE__ */ vue.defineComponent({
|
|
|
17092
17092
|
"class": `${prefixCls2}-label`
|
|
17093
17093
|
}, [slots[`${item.field}Label`] ? slots[`${item.field}Label`]() : item.label, ((_b = getProps.value) == null ? void 0 : _b.isShowColon) ? ":" : ""]), vue.createVNode("span", {
|
|
17094
17094
|
"class": `${prefixCls2}-value`
|
|
17095
|
-
}, [slots[`${item.field}Value`] ? slots[`${item.field}Value`]() : getProps.value.data[item.field]
|
|
17095
|
+
}, [slots[`${item.field}Value`] ? slots[`${item.field}Value`]() : getProps.value.data[item.field], (item == null ? void 0 : item.isCopy) ? vue.createVNode("span", {
|
|
17096
17096
|
"style": "cursor:pointer",
|
|
17097
17097
|
"onClick": () => handleClick(getProps.value.data[item.field])
|
|
17098
|
-
}, [vue.createVNode(CopyOutlined$1, null, null)]) : null]);
|
|
17098
|
+
}, [vue.createVNode(CopyOutlined$1, null, null)]) : null])]);
|
|
17099
17099
|
}
|
|
17100
17100
|
});
|
|
17101
17101
|
});
|