matrix_components 2.0.379 → 2.0.380
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.
|
@@ -54753,13 +54753,13 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
54753
54753
|
},
|
|
54754
54754
|
setup(__props, { expose: __expose }) {
|
|
54755
54755
|
useCssVars((_ctx) => ({
|
|
54756
|
-
"
|
|
54757
|
-
"
|
|
54758
|
-
"
|
|
54759
|
-
"
|
|
54760
|
-
"
|
|
54761
|
-
"
|
|
54762
|
-
"
|
|
54756
|
+
"v559d034a": customBackgroundColor.value,
|
|
54757
|
+
"v0bb2d35a": gapV.value,
|
|
54758
|
+
"v3c916c9a": superLabelWidth.value,
|
|
54759
|
+
"v0d7e97b8": subLabelWidth.value,
|
|
54760
|
+
"v27948c7e": height.value,
|
|
54761
|
+
"v47dc42cc": labelWidth.value,
|
|
54762
|
+
"v43859357": _ctx.$props.labelColor
|
|
54763
54763
|
}));
|
|
54764
54764
|
const props = __props;
|
|
54765
54765
|
const initialValues = ref$1(/* @__PURE__ */ new Map());
|
|
@@ -55317,7 +55317,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
55317
55317
|
default: withCtx(() => {
|
|
55318
55318
|
var _a4;
|
|
55319
55319
|
return [
|
|
55320
|
-
!rowInfo.component || __props.readOnly && (!isUploadComponent(rowInfo)
|
|
55320
|
+
!rowInfo.component || __props.readOnly && (!isUploadComponent(rowInfo) && !rowInfo.readOnlyUseComponent) ? (openBlock(), createElementBlock("span", {
|
|
55321
55321
|
key: 0,
|
|
55322
55322
|
class: normalizeClass([
|
|
55323
55323
|
"detial-row-item-value",
|
|
@@ -55454,7 +55454,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
55454
55454
|
};
|
|
55455
55455
|
}
|
|
55456
55456
|
});
|
|
55457
|
-
const NsForm = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
55457
|
+
const NsForm = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-e7f01e1e"]]);
|
|
55458
55458
|
const _hoisted_1$1 = { class: "title-image-view" };
|
|
55459
55459
|
const _hoisted_2 = { class: "content-model-title" };
|
|
55460
55460
|
const _hoisted_3 = { class: "title-text" };
|