matrix_components 2.0.465 → 2.0.467
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
|
+
"v2f70688b": customBackgroundColor.value,
|
|
54787
|
+
"v24445ff9": gapV.value,
|
|
54788
|
+
"v624bf3b4": superLabelWidth.value,
|
|
54789
|
+
"v28f0640e": subLabelWidth.value,
|
|
54790
|
+
"v26969aa0": height.value,
|
|
54791
|
+
"v99d8c7aa": labelWidth.value,
|
|
54792
|
+
"v1cd07dd0": _ctx.$props.labelColor
|
|
54793
54793
|
}));
|
|
54794
54794
|
const props = __props;
|
|
54795
54795
|
const initialValues = ref$1(/* @__PURE__ */ new Map());
|
|
@@ -55044,9 +55044,10 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
55044
55044
|
{ immediate: true }
|
|
55045
55045
|
);
|
|
55046
55046
|
function getRowItemStyle(row, rowInfo, rowInfoIndex) {
|
|
55047
|
+
debugger;
|
|
55047
55048
|
const _gapH = gapH.value;
|
|
55048
55049
|
if (rowInfo.span && (rowInfo.span + "").indexOf("%") > -1) {
|
|
55049
|
-
return rowInfo.span;
|
|
55050
|
+
return { width: rowInfo.span };
|
|
55050
55051
|
}
|
|
55051
55052
|
let emptySpanCount = 0;
|
|
55052
55053
|
let allWidth = 0;
|
|
@@ -55773,7 +55774,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
55773
55774
|
};
|
|
55774
55775
|
}
|
|
55775
55776
|
});
|
|
55776
|
-
const NsForm = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
55777
|
+
const NsForm = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-de7108ee"]]);
|
|
55777
55778
|
const _hoisted_1$1 = { class: "title-image-view" };
|
|
55778
55779
|
const _hoisted_2 = { class: "content-model-title" };
|
|
55779
55780
|
const _hoisted_3 = { class: "title-text" };
|