sctj-components 1.1.26 → 1.1.28
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.
- package/lib/sctj-components.es.js +8 -8
- package/lib/sctj-components.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
|
@@ -30,7 +30,7 @@ if (typeof window !== "undefined") {
|
|
|
30
30
|
loadSvg();
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
|
-
const
|
|
33
|
+
const index_vue_vue_type_style_index_0_scoped_d0442f65_lang = "";
|
|
34
34
|
const _export_sfc = (sfc, props) => {
|
|
35
35
|
const target = sfc.__vccOpts || sfc;
|
|
36
36
|
for (const [key, val] of props) {
|
|
@@ -53,7 +53,7 @@ const _sfc_main$x = {
|
|
|
53
53
|
const props = __props;
|
|
54
54
|
const values = computed$1(() => {
|
|
55
55
|
if (props.value !== null && typeof props.value !== "undefined") {
|
|
56
|
-
return Array.isArray(props.value) ? props.value :
|
|
56
|
+
return Array.isArray(props.value) ? props.value : props.value.split(",").filter((item) => item);
|
|
57
57
|
} else {
|
|
58
58
|
return [];
|
|
59
59
|
}
|
|
@@ -87,7 +87,7 @@ const _sfc_main$x = {
|
|
|
87
87
|
};
|
|
88
88
|
}
|
|
89
89
|
};
|
|
90
|
-
const SCTJDictTag = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-
|
|
90
|
+
const SCTJDictTag = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-d0442f65"]]);
|
|
91
91
|
const index_vue_vue_type_style_index_0_scope_true_lang = "";
|
|
92
92
|
const _hoisted_1$o = ["xlink:href", "fill"];
|
|
93
93
|
const _sfc_main$w = {
|
|
@@ -627,7 +627,7 @@ const _sfc_main$v = {
|
|
|
627
627
|
}
|
|
628
628
|
};
|
|
629
629
|
const SCTJFileUpload = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-f2c603ea"]]);
|
|
630
|
-
const
|
|
630
|
+
const index_vue_vue_type_style_index_0_scoped_47cd5a62_lang = "";
|
|
631
631
|
const _hoisted_1$m = { class: "component-upload-image" };
|
|
632
632
|
const _hoisted_2$f = {
|
|
633
633
|
key: 0,
|
|
@@ -709,8 +709,8 @@ const _sfc_main$u = {
|
|
|
709
709
|
setup(__props, { emit }) {
|
|
710
710
|
const props = __props;
|
|
711
711
|
useCssVars((_ctx) => ({
|
|
712
|
-
"
|
|
713
|
-
"
|
|
712
|
+
"26a8a957": unref(computedWidth),
|
|
713
|
+
"d6c4f094": unref(computedHeight)
|
|
714
714
|
}));
|
|
715
715
|
const dealFilePath = (path, baseUrl = "") => {
|
|
716
716
|
if (!path)
|
|
@@ -869,7 +869,7 @@ const _sfc_main$u = {
|
|
|
869
869
|
]),
|
|
870
870
|
_: 1
|
|
871
871
|
}, 16, ["disabled", "action", "limit", "http-request", "headers", "file-list", "drag", "class"]),
|
|
872
|
-
unref(showTip) ? (openBlock(), createElementBlock("div", _hoisted_2$f, [
|
|
872
|
+
unref(showTip) && !__props.disabled ? (openBlock(), createElementBlock("div", _hoisted_2$f, [
|
|
873
873
|
createTextVNode(" \u8BF7\u4E0A\u4F20 "),
|
|
874
874
|
props.fileSize ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
875
875
|
createTextVNode(" \u5927\u5C0F\u4E0D\u8D85\u8FC7 "),
|
|
@@ -900,7 +900,7 @@ const _sfc_main$u = {
|
|
|
900
900
|
};
|
|
901
901
|
}
|
|
902
902
|
};
|
|
903
|
-
const SCTJImageUpload = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-
|
|
903
|
+
const SCTJImageUpload = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-47cd5a62"]]);
|
|
904
904
|
const index_vue_vue_type_style_index_0_scoped_e91fd2ba_lang = "";
|
|
905
905
|
const _hoisted_1$l = { class: "image-slot" };
|
|
906
906
|
const _sfc_main$t = {
|