matrix_components 2.0.430 → 2.0.432
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
|
+
"d92bd134": customBackgroundColor.value,
|
|
54787
|
+
"v1f6bd884": gapV.value,
|
|
54788
|
+
"v737ca2cf": superLabelWidth.value,
|
|
54789
|
+
"v2bbf87d4": subLabelWidth.value,
|
|
54790
|
+
"v07fe7125": height.value,
|
|
54791
|
+
"v57f2a830": labelWidth.value,
|
|
54792
|
+
"v79591573": _ctx.$props.labelColor
|
|
54793
54793
|
}));
|
|
54794
54794
|
const props = __props;
|
|
54795
54795
|
const initialValues = ref$1(/* @__PURE__ */ new Map());
|
|
@@ -54921,14 +54921,6 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
54921
54921
|
},
|
|
54922
54922
|
{ immediate: true, deep: true }
|
|
54923
54923
|
);
|
|
54924
|
-
function checkIsElempentComponent(rowInfo, name = "el") {
|
|
54925
|
-
if (rowInfo.component) {
|
|
54926
|
-
const componentName = typeof rowInfo.component === "string" ? rowInfo.component.toLowerCase() : (rowInfo.component.name + "").toLowerCase();
|
|
54927
|
-
return componentName.startsWith(name);
|
|
54928
|
-
} else {
|
|
54929
|
-
return false;
|
|
54930
|
-
}
|
|
54931
|
-
}
|
|
54932
54924
|
function isUploadComponent(rowInfo) {
|
|
54933
54925
|
if (!rowInfo.component) return false;
|
|
54934
54926
|
const componentName = typeof rowInfo.component === "string" ? rowInfo.component.toLowerCase() : ((rowInfo.component.name || "") + "").toLowerCase();
|
|
@@ -55611,9 +55603,9 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
55611
55603
|
key: 0,
|
|
55612
55604
|
class: normalizeClass([
|
|
55613
55605
|
"detial-row-item-label",
|
|
55606
|
+
props.hasPoint ? "has-point" : "",
|
|
55614
55607
|
props.model.indexOf("table") > -1 ? "model-table" : "",
|
|
55615
|
-
props.model.indexOf("vertical") > -1 ?
|
|
55616
|
-
props.hasPoint ? "hasPoint" : ""
|
|
55608
|
+
props.model.indexOf("vertical") > -1 ? "vertical" : "horizontal"
|
|
55617
55609
|
])
|
|
55618
55610
|
}, [
|
|
55619
55611
|
createTextVNode(toDisplayString(rowInfo.label ?? ""), 1)
|
|
@@ -55779,7 +55771,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
55779
55771
|
};
|
|
55780
55772
|
}
|
|
55781
55773
|
});
|
|
55782
|
-
const NsForm = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
55774
|
+
const NsForm = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-e2b3f0bb"]]);
|
|
55783
55775
|
const _hoisted_1$1 = { class: "title-image-view" };
|
|
55784
55776
|
const _hoisted_2 = { class: "content-model-title" };
|
|
55785
55777
|
const _hoisted_3 = { class: "title-text" };
|