matrix_components 2.0.416 → 2.0.418
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.
|
@@ -54775,17 +54775,21 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
54775
54775
|
formPropKey: {
|
|
54776
54776
|
type: String,
|
|
54777
54777
|
default: "rows"
|
|
54778
|
+
},
|
|
54779
|
+
hasPoint: {
|
|
54780
|
+
type: Boolean,
|
|
54781
|
+
default: false
|
|
54778
54782
|
}
|
|
54779
54783
|
},
|
|
54780
54784
|
setup(__props, { expose: __expose }) {
|
|
54781
54785
|
useCssVars((_ctx) => ({
|
|
54782
|
-
"
|
|
54783
|
-
"
|
|
54784
|
-
"
|
|
54785
|
-
"
|
|
54786
|
-
"
|
|
54787
|
-
"
|
|
54788
|
-
"
|
|
54786
|
+
"v33e366b2": customBackgroundColor.value,
|
|
54787
|
+
"v6b6092f2": gapV.value,
|
|
54788
|
+
"v007349ca": superLabelWidth.value,
|
|
54789
|
+
"v511a39c0": subLabelWidth.value,
|
|
54790
|
+
"v1771f359": height.value,
|
|
54791
|
+
"be9c1f38": labelWidth.value,
|
|
54792
|
+
"v1a15eabf": _ctx.$props.labelColor
|
|
54789
54793
|
}));
|
|
54790
54794
|
const props = __props;
|
|
54791
54795
|
const initialValues = ref$1(/* @__PURE__ */ new Map());
|
|
@@ -55607,6 +55611,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
55607
55611
|
key: 0,
|
|
55608
55612
|
class: normalizeClass([
|
|
55609
55613
|
"detial-row-item-label",
|
|
55614
|
+
props.hasPoint ? "hasPoint" : "",
|
|
55610
55615
|
props.model.indexOf("table") > -1 ? "model-table" : "",
|
|
55611
55616
|
props.model.indexOf("vertical") > -1 ? `vertical ${!checkIsElempentComponent(rowInfo) ? "custom-vertical" : ""}` : "horizontal"
|
|
55612
55617
|
])
|
|
@@ -55774,7 +55779,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
55774
55779
|
};
|
|
55775
55780
|
}
|
|
55776
55781
|
});
|
|
55777
|
-
const NsForm = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
55782
|
+
const NsForm = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-60b73d51"]]);
|
|
55778
55783
|
const _hoisted_1$1 = { class: "title-image-view" };
|
|
55779
55784
|
const _hoisted_2 = { class: "content-model-title" };
|
|
55780
55785
|
const _hoisted_3 = { class: "title-text" };
|