@prefecthq/prefect-ui-library 1.6.21 → 1.6.22
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-8a2cd533.mjs → index-a8ce8044.mjs} +4 -2
- package/dist/{index-8a2cd533.mjs.map → index-a8ce8044.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/types/src/components/DeploymentDetails.vue.d.ts +9 -2
- package/dist/{viewport.es-ae91b8e8-d48dd6a3.mjs → viewport.es-ae91b8e8-97f7f5e2.mjs} +2 -2
- package/dist/{viewport.es-ae91b8e8-d48dd6a3.mjs.map → viewport.es-ae91b8e8-97f7f5e2.mjs.map} +1 -1
- package/package.json +1 -1
|
@@ -32798,6 +32798,8 @@ const vte = /* @__PURE__ */ G({
|
|
|
32798
32798
|
key: "0"
|
|
32799
32799
|
}
|
|
32800
32800
|
]), 1032, ["alternate", "value"]),
|
|
32801
|
+
Ue(i.$slots, "default"),
|
|
32802
|
+
w(d),
|
|
32801
32803
|
w(h, {
|
|
32802
32804
|
label: "Created",
|
|
32803
32805
|
value: _(_t)(i.deployment.created),
|
|
@@ -50151,7 +50153,7 @@ function Gde(n) {
|
|
|
50151
50153
|
globalThis.__PIXI_APP__ = n;
|
|
50152
50154
|
}
|
|
50153
50155
|
async function $de() {
|
|
50154
|
-
const { Viewport: n } = await import("./viewport.es-ae91b8e8-
|
|
50156
|
+
const { Viewport: n } = await import("./viewport.es-ae91b8e8-97f7f5e2.mjs");
|
|
50155
50157
|
return n;
|
|
50156
50158
|
}
|
|
50157
50159
|
async function Hde(n, e) {
|
|
@@ -61802,4 +61804,4 @@ export {
|
|
|
61802
61804
|
m1 as y,
|
|
61803
61805
|
OK as z
|
|
61804
61806
|
};
|
|
61805
|
-
//# sourceMappingURL=index-
|
|
61807
|
+
//# sourceMappingURL=index-a8ce8044.mjs.map
|