@prefecthq/prefect-ui-library 1.6.24 → 1.6.25
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-f6b3f122.mjs → index-9fe49b37.mjs} +4 -4
- package/dist/{index-f6b3f122.mjs.map → index-9fe49b37.mjs.map} +1 -1
- package/dist/prefect-ui-library.mjs +1 -1
- package/dist/prefect-ui-library.umd.js +1 -1
- package/dist/prefect-ui-library.umd.js.map +1 -1
- package/dist/{viewport.es-ae91b8e8-1ea9ad64.mjs → viewport.es-ae91b8e8-b6341202.mjs} +2 -2
- package/dist/{viewport.es-ae91b8e8-1ea9ad64.mjs.map → viewport.es-ae91b8e8-b6341202.mjs.map} +1 -1
- package/package.json +1 -1
|
@@ -34595,10 +34595,10 @@ const kC = /* @__PURE__ */ $({
|
|
|
34595
34595
|
}), u = ld(t.schema), l = hi.merge({}, u, t.modelValue ?? {}), i = ge.map("SchemaValues", { values: l, schema: t.schema }, "SchemaValuesRequest"), { json: p, record: h } = c9(i), d = {
|
|
34596
34596
|
jsonValues: Ea(te.info.values, Bc)
|
|
34597
34597
|
}, { error: f, state: v } = zr(p, te.info.values, d.jsonValues), { validate: y, errors: g, values: T } = vo({
|
|
34598
|
-
initialValues:
|
|
34598
|
+
initialValues: l
|
|
34599
34599
|
});
|
|
34600
34600
|
return zr(h, te.info.values, async () => (await y(), Object.entries(g.value).length === 0)), pv(() => {
|
|
34601
|
-
s.value === "json" ? e("update:modelValue", h.value) : e("update:modelValue", T);
|
|
34601
|
+
s.value === "json" ? e("update:modelValue", ge.map("SchemaValuesResponse", { values: h.value, schema: t.schema }, "SchemaValues")) : e("update:modelValue", T);
|
|
34602
34602
|
}), (k, x) => {
|
|
34603
34603
|
const D = A("p-button-group"), E = A("p-code-input"), P = A("p-label"), C = A("p-content");
|
|
34604
34604
|
return O(), L(C, { class: "schema-input" }, {
|
|
@@ -50194,7 +50194,7 @@ function Hde(n) {
|
|
|
50194
50194
|
globalThis.__PIXI_APP__ = n;
|
|
50195
50195
|
}
|
|
50196
50196
|
async function Vde() {
|
|
50197
|
-
const { Viewport: n } = await import("./viewport.es-ae91b8e8-
|
|
50197
|
+
const { Viewport: n } = await import("./viewport.es-ae91b8e8-b6341202.mjs");
|
|
50198
50198
|
return n;
|
|
50199
50199
|
}
|
|
50200
50200
|
async function jde(n, e) {
|
|
@@ -61867,4 +61867,4 @@ export {
|
|
|
61867
61867
|
v1 as y,
|
|
61868
61868
|
CK as z
|
|
61869
61869
|
};
|
|
61870
|
-
//# sourceMappingURL=index-
|
|
61870
|
+
//# sourceMappingURL=index-9fe49b37.mjs.map
|