matrix_components 2.0.434 → 2.0.436
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.
|
@@ -54783,13 +54783,13 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
54783
54783
|
},
|
|
54784
54784
|
setup(__props, { expose: __expose }) {
|
|
54785
54785
|
useCssVars((_ctx) => ({
|
|
54786
|
-
"
|
|
54787
|
-
"
|
|
54788
|
-
"
|
|
54789
|
-
"
|
|
54790
|
-
"
|
|
54791
|
-
"
|
|
54792
|
-
"
|
|
54786
|
+
"v371eb9a8": customBackgroundColor.value,
|
|
54787
|
+
"v45644588": gapV.value,
|
|
54788
|
+
"ca3ec2de": superLabelWidth.value,
|
|
54789
|
+
"v18138c16": subLabelWidth.value,
|
|
54790
|
+
"v799459ba": height.value,
|
|
54791
|
+
"v048cdb2e": labelWidth.value,
|
|
54792
|
+
"v57ad28b5": _ctx.$props.labelColor
|
|
54793
54793
|
}));
|
|
54794
54794
|
const props = __props;
|
|
54795
54795
|
const initialValues = ref$1(/* @__PURE__ */ new Map());
|
|
@@ -55289,7 +55289,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
55289
55289
|
const getComponentValue = computed(() => {
|
|
55290
55290
|
return (rowInfo) => {
|
|
55291
55291
|
const value = getReadOnlyDisplayValue(rowInfo);
|
|
55292
|
-
return isNotNull(value) ? value : props.valueEmptyTag || "--";
|
|
55292
|
+
return isNotNull(value) ? value : (rowInfo == null ? void 0 : rowInfo.valueEmptyTag) || props.valueEmptyTag || "--";
|
|
55293
55293
|
};
|
|
55294
55294
|
});
|
|
55295
55295
|
function getCascaderDisplayValue(rowInfo) {
|
|
@@ -55626,16 +55626,18 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
55626
55626
|
default: withCtx(() => {
|
|
55627
55627
|
var _a4;
|
|
55628
55628
|
return [
|
|
55629
|
-
!rowInfo.component || __props.readOnly && (!isUploadComponent(rowInfo) && !rowInfo.readOnlyUseComponent) ? (openBlock(), createElementBlock("span", {
|
|
55629
|
+
!rowInfo.component || __props.readOnly && (!isUploadComponent(rowInfo) && !rowInfo.readOnlyUseComponent) ? (openBlock(), createElementBlock("span", mergeProps({
|
|
55630
55630
|
key: 0,
|
|
55631
|
-
class:
|
|
55631
|
+
class: [
|
|
55632
|
+
"default-span-component",
|
|
55632
55633
|
"detial-row-item-value",
|
|
55633
55634
|
props.model.indexOf("table") > -1 ? "model-table" : "",
|
|
55634
55635
|
props.model.indexOf("vertical") > -1 ? "vertical" : "horizontal"
|
|
55635
|
-
]
|
|
55636
|
-
}, toDisplayString(getComponentValue.value(rowInfo)),
|
|
55636
|
+
]
|
|
55637
|
+
}, { ref_for: true }, rowInfo == null ? void 0 : rowInfo.params), toDisplayString(getComponentValue.value(rowInfo)), 17)) : (openBlock(), createElementBlock("span", {
|
|
55637
55638
|
key: 1,
|
|
55638
55639
|
class: normalizeClass([
|
|
55640
|
+
"custom-component",
|
|
55639
55641
|
"detial-row-item-value",
|
|
55640
55642
|
props.model.indexOf("table") > -1 ? "model-table" : ""
|
|
55641
55643
|
])
|
|
@@ -55771,7 +55773,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
55771
55773
|
};
|
|
55772
55774
|
}
|
|
55773
55775
|
});
|
|
55774
|
-
const NsForm = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
55776
|
+
const NsForm = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-66ec93b0"]]);
|
|
55775
55777
|
const _hoisted_1$1 = { class: "title-image-view" };
|
|
55776
55778
|
const _hoisted_2 = { class: "content-model-title" };
|
|
55777
55779
|
const _hoisted_3 = { class: "title-text" };
|