matrix_components 2.0.468 → 2.0.470
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
|
+
"v987a82aa": customBackgroundColor.value,
|
|
54787
|
+
"bcf2f44e": gapV.value,
|
|
54788
|
+
"v5fbd3c58": superLabelWidth.value,
|
|
54789
|
+
"d3bb77ce": subLabelWidth.value,
|
|
54790
|
+
"v5be6c880": height.value,
|
|
54791
|
+
"v46d9da0b": labelWidth.value,
|
|
54792
|
+
"v3fca2738": _ctx.$props.labelColor
|
|
54793
54793
|
}));
|
|
54794
54794
|
const props = __props;
|
|
54795
54795
|
const initialValues = ref$1(/* @__PURE__ */ new Map());
|
|
@@ -54933,7 +54933,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
54933
54933
|
delete params["v-length.regex"];
|
|
54934
54934
|
delete params["v-length-modifier"];
|
|
54935
54935
|
if (rowInfo.component) {
|
|
54936
|
-
const componentName = typeof rowInfo.component === "string" ? rowInfo.component.
|
|
54936
|
+
const componentName = typeof rowInfo.component === "string" ? rowInfo.component.replaceAll("-", "").toLowerCase() : (rowInfo.component.name + "").replaceAll("-", "").toLowerCase();
|
|
54937
54937
|
if (componentName.indexOf("input") !== -1 || componentName === "elautocomplete") {
|
|
54938
54938
|
params.placeholder = params.placeholder || "请输入";
|
|
54939
54939
|
} else if (componentName === "elselect" || componentName === "eltimeselect" || componentName === "eltimepicker" || componentName === "eldatepicker") {
|
|
@@ -55773,7 +55773,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
55773
55773
|
};
|
|
55774
55774
|
}
|
|
55775
55775
|
});
|
|
55776
|
-
const NsForm = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
55776
|
+
const NsForm = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-ca8c9ed2"]]);
|
|
55777
55777
|
const _hoisted_1$1 = { class: "title-image-view" };
|
|
55778
55778
|
const _hoisted_2 = { class: "content-model-title" };
|
|
55779
55779
|
const _hoisted_3 = { class: "title-text" };
|
|
@@ -92356,6 +92356,7 @@ async function getEncryptSm2(publicKey, originalArr = [], isAdd04 = false, ciphe
|
|
|
92356
92356
|
});
|
|
92357
92357
|
return encryptArrs;
|
|
92358
92358
|
}
|
|
92359
|
+
const _0x7a68 = "emh1eWluZw==";
|
|
92359
92360
|
const components = {
|
|
92360
92361
|
NsVideo,
|
|
92361
92362
|
NsExcel: _sfc_main$8,
|
|
@@ -92420,6 +92421,7 @@ export {
|
|
|
92420
92421
|
NsSaturationLine as NsSaturationline,
|
|
92421
92422
|
NsVideo,
|
|
92422
92423
|
NsWord,
|
|
92424
|
+
_0x7a68,
|
|
92423
92425
|
autoScaleInit,
|
|
92424
92426
|
closeAllNsDialog,
|
|
92425
92427
|
components,
|