@prefecthq/prefect-ui-library 1.6.11 → 1.6.12
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-2e3b5fb2.mjs → index-289c99c9.mjs} +11 -2
- package/dist/{index-2e3b5fb2.mjs.map → index-289c99c9.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/compositions/useWorkspaceRoutes.d.ts +7 -0
- package/dist/types/src/router/routes.d.ts +7 -0
- package/dist/{viewport.es-ae91b8e8-920dd30d.mjs → viewport.es-ae91b8e8-25f6445e.mjs} +2 -2
- package/dist/{viewport.es-ae91b8e8-920dd30d.mjs.map → viewport.es-ae91b8e8-25f6445e.mjs.map} +1 -1
- package/package.json +1 -1
|
@@ -24037,6 +24037,7 @@ function Kme(n) {
|
|
|
24037
24037
|
artifact: (e) => ({ name: "workspace.artifacts.artifact", params: { artifactId: e, ...n } }),
|
|
24038
24038
|
artifactKey: (e) => ({ name: "workspace.artifacts.artifact.key", params: { artifactKey: e, ...n } }),
|
|
24039
24039
|
artifacts: () => ({ name: "workspace.artifacts", params: { ...n } }),
|
|
24040
|
+
dashboard: () => ({ name: "workspace.dashboard", params: { ...n } }),
|
|
24040
24041
|
flowRuns: () => ({ name: "workspace.flow-runs", params: { ...n } }),
|
|
24041
24042
|
flowRun: (e) => ({ name: "workspace.flow-runs.flow-run", params: { flowRunId: e, ...n } }),
|
|
24042
24043
|
taskRun: (e) => ({ name: "workspace.flow-runs.task-run", params: { taskRunId: e, ...n } }),
|
|
@@ -24079,6 +24080,14 @@ function Kme(n) {
|
|
|
24079
24080
|
const Cz = Symbol("WorkspaceRoutes");
|
|
24080
24081
|
function Jme(n) {
|
|
24081
24082
|
return [
|
|
24083
|
+
{
|
|
24084
|
+
path: "dashboard",
|
|
24085
|
+
name: "workspace.dashboard",
|
|
24086
|
+
meta: {
|
|
24087
|
+
can: "access:dashboard"
|
|
24088
|
+
},
|
|
24089
|
+
component: n.dashboard
|
|
24090
|
+
},
|
|
24082
24091
|
{
|
|
24083
24092
|
path: "flow-runs",
|
|
24084
24093
|
meta: {
|
|
@@ -48085,7 +48094,7 @@ function Oue(n) {
|
|
|
48085
48094
|
globalThis.__PIXI_APP__ = n;
|
|
48086
48095
|
}
|
|
48087
48096
|
async function Due() {
|
|
48088
|
-
const { Viewport: n } = await import("./viewport.es-ae91b8e8-
|
|
48097
|
+
const { Viewport: n } = await import("./viewport.es-ae91b8e8-25f6445e.mjs");
|
|
48089
48098
|
return n;
|
|
48090
48099
|
}
|
|
48091
48100
|
async function Eue(n, e) {
|
|
@@ -59325,4 +59334,4 @@ export {
|
|
|
59325
59334
|
xw as y,
|
|
59326
59335
|
Y7 as z
|
|
59327
59336
|
};
|
|
59328
|
-
//# sourceMappingURL=index-
|
|
59337
|
+
//# sourceMappingURL=index-289c99c9.mjs.map
|