3h1-ui 2.14.73 → 2.14.74
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 +10 -2
- package/lib/index.js +10 -2
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -10874,7 +10874,8 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
10874
10874
|
showSearch: true,
|
|
10875
10875
|
filterOption: (input, option) => {
|
|
10876
10876
|
return option[label].toLowerCase().indexOf(input.toLowerCase()) >= 0;
|
|
10877
|
-
}
|
|
10877
|
+
},
|
|
10878
|
+
getPopupContainer: () => document.body
|
|
10878
10879
|
});
|
|
10879
10880
|
}
|
|
10880
10881
|
return {
|
|
@@ -18710,7 +18711,14 @@ const Description = /* @__PURE__ */ defineComponent({
|
|
|
18710
18711
|
}, [slots[`${item.field}Label`] ? (_e = slots[`${item.field}Label`]) == null ? void 0 : _e.call(slots, {
|
|
18711
18712
|
model: getProps.value.data,
|
|
18712
18713
|
field: item.label
|
|
18713
|
-
}) : item.label, (
|
|
18714
|
+
}) : item.label, (item == null ? void 0 : item.helpMessage) ? createVNode(_sfc_main$1g, {
|
|
18715
|
+
"style": {
|
|
18716
|
+
paddingTop: "5px"
|
|
18717
|
+
},
|
|
18718
|
+
"placement": "top",
|
|
18719
|
+
"class": "mx-1",
|
|
18720
|
+
"text": item == null ? void 0 : item.helpMessage
|
|
18721
|
+
}, null) : "", ((_f = getProps.value) == null ? void 0 : _f.isShowColon) ? ":" : ""]) : createVNode(Fragment, null, [createTextVNode(" ")]), createVNode("span", {
|
|
18714
18722
|
"class": `${prefixCls2}-value`,
|
|
18715
18723
|
"style": {
|
|
18716
18724
|
...((_g = getProps.value) == null ? void 0 : _g.contentStyle) ? (_h = getProps.value) == null ? void 0 : _h.contentStyle : {},
|
package/lib/index.js
CHANGED
|
@@ -10876,7 +10876,8 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
|
10876
10876
|
showSearch: true,
|
|
10877
10877
|
filterOption: (input, option) => {
|
|
10878
10878
|
return option[label].toLowerCase().indexOf(input.toLowerCase()) >= 0;
|
|
10879
|
-
}
|
|
10879
|
+
},
|
|
10880
|
+
getPopupContainer: () => document.body
|
|
10880
10881
|
});
|
|
10881
10882
|
}
|
|
10882
10883
|
return {
|
|
@@ -18712,7 +18713,14 @@ const Description = /* @__PURE__ */ vue.defineComponent({
|
|
|
18712
18713
|
}, [slots[`${item.field}Label`] ? (_e = slots[`${item.field}Label`]) == null ? void 0 : _e.call(slots, {
|
|
18713
18714
|
model: getProps.value.data,
|
|
18714
18715
|
field: item.label
|
|
18715
|
-
}) : item.label, (
|
|
18716
|
+
}) : item.label, (item == null ? void 0 : item.helpMessage) ? vue.createVNode(_sfc_main$1g, {
|
|
18717
|
+
"style": {
|
|
18718
|
+
paddingTop: "5px"
|
|
18719
|
+
},
|
|
18720
|
+
"placement": "top",
|
|
18721
|
+
"class": "mx-1",
|
|
18722
|
+
"text": item == null ? void 0 : item.helpMessage
|
|
18723
|
+
}, null) : "", ((_f = getProps.value) == null ? void 0 : _f.isShowColon) ? ":" : ""]) : vue.createVNode(vue.Fragment, null, [vue.createTextVNode(" ")]), vue.createVNode("span", {
|
|
18716
18724
|
"class": `${prefixCls2}-value`,
|
|
18717
18725
|
"style": {
|
|
18718
18726
|
...((_g = getProps.value) == null ? void 0 : _g.contentStyle) ? (_h = getProps.value) == null ? void 0 : _h.contentStyle : {},
|