matrix_components 2.0.387 → 2.0.388
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.
|
@@ -54768,13 +54768,13 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
54768
54768
|
},
|
|
54769
54769
|
setup(__props, { expose: __expose }) {
|
|
54770
54770
|
useCssVars((_ctx) => ({
|
|
54771
|
-
"
|
|
54772
|
-
"
|
|
54773
|
-
"
|
|
54774
|
-
"
|
|
54775
|
-
"
|
|
54776
|
-
"
|
|
54777
|
-
"
|
|
54771
|
+
"v6115667f": customBackgroundColor.value,
|
|
54772
|
+
"v234328f6": gapV.value,
|
|
54773
|
+
"v09990eb0": superLabelWidth.value,
|
|
54774
|
+
"c2980026": subLabelWidth.value,
|
|
54775
|
+
"v5b4819a8": height.value,
|
|
54776
|
+
"v57bc6292": labelWidth.value,
|
|
54777
|
+
"v229c4de8": _ctx.$props.labelColor
|
|
54778
54778
|
}));
|
|
54779
54779
|
const props = __props;
|
|
54780
54780
|
const initialValues = ref$1(/* @__PURE__ */ new Map());
|
|
@@ -55449,7 +55449,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
55449
55449
|
createVNode(_component_el_tooltip, {
|
|
55450
55450
|
"hide-after": 0,
|
|
55451
55451
|
"show-after": 500,
|
|
55452
|
-
disabled: !(__props.readOnly && !rowInfo.readOnlyUseComponent),
|
|
55452
|
+
disabled: !(__props.readOnly && (!isUploadComponent(rowInfo) && !rowInfo.readOnlyUseComponent)),
|
|
55453
55453
|
content: getComponentValue.value(rowInfo),
|
|
55454
55454
|
placement: "top-start",
|
|
55455
55455
|
"popper-class": "detail-view-tooltip"
|
|
@@ -55594,7 +55594,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
55594
55594
|
};
|
|
55595
55595
|
}
|
|
55596
55596
|
});
|
|
55597
|
-
const NsForm = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
55597
|
+
const NsForm = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-61a3e84c"]]);
|
|
55598
55598
|
const _hoisted_1$1 = { class: "title-image-view" };
|
|
55599
55599
|
const _hoisted_2 = { class: "content-model-title" };
|
|
55600
55600
|
const _hoisted_3 = { class: "title-text" };
|