@prefecthq/prefect-ui-library 1.1.25 → 1.1.26
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-6bc92340.mjs → index-37059d1b.mjs} +8 -2
- package/dist/{index-6bc92340.mjs.map → index-37059d1b.mjs.map} +1 -1
- package/dist/prefect-ui-library.mjs +1 -1
- package/dist/prefect-ui-library.umd.js +5 -5
- package/dist/prefect-ui-library.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/src/compositions/useWorkspaceRoutes.d.ts +7 -0
- package/dist/types/src/index.d.ts +0 -1
- package/dist/types/src/router/routes.d.ts +7 -0
- package/dist/{viewport.es-20251669-32e588f9.mjs → viewport.es-20251669-990a96d6.mjs} +2 -2
- package/dist/{viewport.es-20251669-32e588f9.mjs.map → viewport.es-20251669-990a96d6.mjs.map} +1 -1
- package/package.json +1 -1
|
@@ -26071,6 +26071,7 @@ function gf(e) {
|
|
|
26071
26071
|
function Yxe(e) {
|
|
26072
26072
|
return {
|
|
26073
26073
|
artifact: (t) => ({ name: "workspace.artifacts.artifact", params: { artifactId: t, ...e } }),
|
|
26074
|
+
artifactKey: () => ({ name: "workspace.artifacts.artifact.key", params: { ...e } }),
|
|
26074
26075
|
artifacts: () => ({ name: "workspace.artifacts", params: { ...e } }),
|
|
26075
26076
|
flowRuns: () => ({ name: "workspace.flow-runs", params: { ...e } }),
|
|
26076
26077
|
flowRun: (t) => ({ name: "workspace.flow-runs.flow-run", params: { flowRunId: t, ...e } }),
|
|
@@ -26351,6 +26352,11 @@ function jxe(e) {
|
|
|
26351
26352
|
path: "",
|
|
26352
26353
|
component: e.artifacts
|
|
26353
26354
|
},
|
|
26355
|
+
{
|
|
26356
|
+
name: "workspace.artifacts.artifact.key",
|
|
26357
|
+
path: "key/:artifactKey",
|
|
26358
|
+
component: e.artifactKey
|
|
26359
|
+
},
|
|
26354
26360
|
{
|
|
26355
26361
|
name: "workspace.artifacts.artifact",
|
|
26356
26362
|
path: "artifact/:artifactId",
|
|
@@ -48461,7 +48467,7 @@ function wme(e) {
|
|
|
48461
48467
|
globalThis.__PIXI_APP__ = e;
|
|
48462
48468
|
}
|
|
48463
48469
|
async function Tme() {
|
|
48464
|
-
const { Viewport: e } = await import("./viewport.es-20251669-
|
|
48470
|
+
const { Viewport: e } = await import("./viewport.es-20251669-990a96d6.mjs");
|
|
48465
48471
|
return e;
|
|
48466
48472
|
}
|
|
48467
48473
|
async function kme(e, t) {
|
|
@@ -61653,4 +61659,4 @@ export {
|
|
|
61653
61659
|
WI as y,
|
|
61654
61660
|
Ek as z
|
|
61655
61661
|
};
|
|
61656
|
-
//# sourceMappingURL=index-
|
|
61662
|
+
//# sourceMappingURL=index-37059d1b.mjs.map
|