paas-component-library 1.1.6 → 1.1.7
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/dist/paas-ui.js
CHANGED
|
@@ -40834,6 +40834,7 @@ function bQ(e, r, s, c, l, u) {
|
|
|
40834
40834
|
"before-upload": u.beforeUpload,
|
|
40835
40835
|
name: s.multiple ? "files" : "file",
|
|
40836
40836
|
placeholder: s.placeholder,
|
|
40837
|
+
multiple: s.multiple,
|
|
40837
40838
|
style: { width: "100%" }
|
|
40838
40839
|
}, {
|
|
40839
40840
|
default: O(() => [...r[2] ||= [i("p", { class: "ant-upload-drag-icon" }, [i("i", { class: "anticon anticon-inbox" })], -1), i("p", { class: "ant-upload-text" }, "点击或拖拽文件到此区域上传", -1)]]),
|
|
@@ -40842,12 +40843,13 @@ function bQ(e, r, s, c, l, u) {
|
|
|
40842
40843
|
"fileList",
|
|
40843
40844
|
"before-upload",
|
|
40844
40845
|
"name",
|
|
40845
|
-
"placeholder"
|
|
40846
|
+
"placeholder",
|
|
40847
|
+
"multiple"
|
|
40846
40848
|
])]),
|
|
40847
40849
|
_: 1
|
|
40848
40850
|
}, 16, ["open", "title"]);
|
|
40849
40851
|
}
|
|
40850
|
-
var xQ = /* @__PURE__ */ F(yQ, [["render", bQ], ["__scopeId", "data-v-
|
|
40852
|
+
var xQ = /* @__PURE__ */ F(yQ, [["render", bQ], ["__scopeId", "data-v-7d140d36"]]);
|
|
40851
40853
|
P.default.extend(me.default), P.default.extend(he.default), P.default.locale("zh-cn");
|
|
40852
40854
|
var SQ = {
|
|
40853
40855
|
name: "FormDate",
|