@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
|
@@ -22,6 +22,13 @@ export declare function useWorkspaceRoutes(): {
|
|
|
22
22
|
readonly workspaceId?: string | undefined;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
|
+
dashboard: () => {
|
|
26
|
+
readonly name: "workspace.dashboard";
|
|
27
|
+
readonly params: {
|
|
28
|
+
readonly accountId?: string | undefined;
|
|
29
|
+
readonly workspaceId?: string | undefined;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
25
32
|
flowRuns: () => {
|
|
26
33
|
readonly name: "workspace.flow-runs";
|
|
27
34
|
readonly params: {
|
|
@@ -26,6 +26,13 @@ export declare function createWorkspaceRoutes(config?: CreateWorkspaceRoutesConf
|
|
|
26
26
|
readonly workspaceId?: string | undefined;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
|
+
dashboard: () => {
|
|
30
|
+
readonly name: "workspace.dashboard";
|
|
31
|
+
readonly params: {
|
|
32
|
+
readonly accountId?: string | undefined;
|
|
33
|
+
readonly workspaceId?: string | undefined;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
29
36
|
flowRuns: () => {
|
|
30
37
|
readonly name: "workspace.flow-runs";
|
|
31
38
|
readonly params: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { k as O, f as k, $ as b, l as c } from "./index-
|
|
1
|
+
import { k as O, f as k, $ as b, l as c } from "./index-289c99c9.mjs";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@prefecthq/vue-charts";
|
|
4
4
|
import "@prefecthq/prefect-design";
|
|
@@ -1535,4 +1535,4 @@ export {
|
|
|
1535
1535
|
C as Viewport,
|
|
1536
1536
|
N as Wheel
|
|
1537
1537
|
};
|
|
1538
|
-
//# sourceMappingURL=viewport.es-ae91b8e8-
|
|
1538
|
+
//# sourceMappingURL=viewport.es-ae91b8e8-25f6445e.mjs.map
|