@bagelink/vue 1.15.362 → 1.15.366
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/core.css +1 -1
- package/dist/form-flow/schema-fields.d.ts.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.css +1 -1
- package/dist/index.mjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/form/inputs/ToggleInput.vue +7 -7
- package/src/form-flow/schema-fields.ts +6 -2
package/dist/index.mjs
CHANGED
|
@@ -41121,7 +41121,7 @@ var RI = {
|
|
|
41121
41121
|
e.helptext ? (_(), S("p", XI, ie(e.helptext), 1)) : F("", !0)
|
|
41122
41122
|
], 14, qI));
|
|
41123
41123
|
}
|
|
41124
|
-
}), Jc = /* @__PURE__ */ Re(KI, [["__scopeId", "data-v-
|
|
41124
|
+
}), Jc = /* @__PURE__ */ Re(KI, [["__scopeId", "data-v-59659ebf"]]);
|
|
41125
41125
|
const nl = {
|
|
41126
41126
|
list: async (e) => Ki().get("/files/attachments", { params: e }),
|
|
41127
41127
|
attach: async (e) => Ki().post("/files/attachments", e),
|
|
@@ -51749,7 +51749,7 @@ function cG(e) {
|
|
|
51749
51749
|
o.type = "string";
|
|
51750
51750
|
break;
|
|
51751
51751
|
case "file":
|
|
51752
|
-
o.type =
|
|
51752
|
+
r.fileMultiple === !0 ? (o.type = "array", o.items = { type: "string" }) : o.type = "string";
|
|
51753
51753
|
break;
|
|
51754
51754
|
case "number":
|
|
51755
51755
|
case "range":
|