sun-form-v3 1.0.166 → 1.0.168
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/{index-D_uRlSFL.js → index-18zTJfV7.js} +1 -1
- package/dist/{index-BRnMjd7_.js → index-B-asaa8Z.js} +6 -2
- package/dist/{index-YIxagN0J.js → index-B7vUtD3_.js} +19900 -19793
- package/dist/{index-BHmZmdqA.js → index-BABJoymv.js} +1 -1
- package/dist/index-BGokqJfm.js +1 -0
- package/dist/{index-1UpMnNmK.js → index-BwYPbCQu.js} +1 -1
- package/dist/{index-DiPZUoH2.js → index-Ca18K9oz.js} +1 -1
- package/dist/{index-BZwCQBvC.js → index-D7354yS0.js} +1 -1
- package/dist/{index-B5w7rg-y.js → index-DLXVak7L.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/sun-form-v3.es.js +1 -1
- package/dist/sun-form-v3.umd.js +307 -307
- package/package.json +1 -1
- package/dist/index-CX7om7Iv.js +0 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ref as g, resolveComponent as u, openBlock as b, createElementBlock as V, Fragment as w, createVNode as e, withCtx as n, unref as a } from "vue";
|
2
|
-
import { c } from "./index-
|
2
|
+
import { c } from "./index-B7vUtD3_.js";
|
3
3
|
const k = /* @__PURE__ */ Object.assign({ name: "config-text" }, {
|
4
4
|
__name: "index",
|
5
5
|
props: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { resolveComponent as u, openBlock as g, createElementBlock as V, Fragment as w, createVNode as l, withCtx as a, unref as t } from "vue";
|
2
|
-
const
|
2
|
+
const c = /* @__PURE__ */ Object.assign({ name: "config-file" }, {
|
3
3
|
__name: "index",
|
4
4
|
props: {
|
5
5
|
designer: {
|
@@ -133,6 +133,10 @@ const U = /* @__PURE__ */ Object.assign({ name: "config-file" }, {
|
|
133
133
|
l(i, {
|
134
134
|
label: "文档文件 (pdf,doc,xls等)",
|
135
135
|
value: "document"
|
136
|
+
}),
|
137
|
+
l(i, {
|
138
|
+
label: "Excel文件 (xls,xlsx等)",
|
139
|
+
value: "excel"
|
136
140
|
})
|
137
141
|
]),
|
138
142
|
_: 1
|
@@ -163,5 +167,5 @@ const U = /* @__PURE__ */ Object.assign({ name: "config-file" }, {
|
|
163
167
|
}
|
164
168
|
});
|
165
169
|
export {
|
166
|
-
|
170
|
+
c as default
|
167
171
|
};
|