@prefecthq/prefect-ui-library 3.12.3 → 3.12.4
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/{RunsPageWithDefaultFilter-D7VEOalx.mjs → RunsPageWithDefaultFilter-Bel6u2h6.mjs} +2 -2
- package/dist/{RunsPageWithDefaultFilter-D7VEOalx.mjs.map → RunsPageWithDefaultFilter-Bel6u2h6.mjs.map} +1 -1
- package/dist/{WorkQueueToWorkPoolQueueRedirect-BVJmBPIC.mjs → WorkQueueToWorkPoolQueueRedirect-C8oMxvjr.mjs} +2 -2
- package/dist/{WorkQueueToWorkPoolQueueRedirect-BVJmBPIC.mjs.map → WorkQueueToWorkPoolQueueRedirect-C8oMxvjr.mjs.map} +1 -1
- package/dist/{index-OKWFTjew.mjs → index-2RteLIrR.mjs} +4 -4
- package/dist/{index-OKWFTjew.mjs.map → index-2RteLIrR.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/AutomationMenu.vue.d.ts +4 -1
- package/dist/types/src/components/BlockTypeCardPreview.vue.d.ts +4 -1
- package/dist/types/src/components/DeploymentCustomRunOverflowMenuItem.vue.d.ts +4 -1
- package/dist/types/src/components/DeploymentDetails.vue.d.ts +4 -1
- package/dist/types/src/components/DeploymentMenu.vue.d.ts +4 -1
- package/dist/types/src/components/FlowMenu.vue.d.ts +4 -1
- package/dist/types/src/components/FlowRouterLink.vue.d.ts +4 -1
- package/dist/types/src/components/FlowRunArtifacts.vue.d.ts +4 -1
- package/dist/types/src/components/FlowRunMenu.vue.d.ts +4 -1
- package/dist/types/src/components/PageHeadingFlowRunCreate.vue.d.ts +3 -0
- package/dist/types/src/components/TaskRunArtifacts.vue.d.ts +4 -1
- package/dist/types/src/components/WorkPoolMenu.vue.d.ts +4 -1
- package/dist/types/src/components/WorkPoolQueueMenu.vue.d.ts +4 -1
- package/dist/types/src/compositions/useWorkspaceRoutes.d.ts +4 -1
- package/dist/types/src/router/routes.d.ts +4 -1
- package/package.json +1 -1
- package/src/router/routes.ts +1 -1
package/dist/{RunsPageWithDefaultFilter-D7VEOalx.mjs → RunsPageWithDefaultFilter-Bel6u2h6.mjs}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as u, shallowRef as c, watch as l, createBlock as s, createCommentVNode as m, openBlock as i, resolveDynamicComponent as p } from "vue";
|
|
2
|
-
import { i as f, u as d, a as v, m as y } from "./index-
|
|
2
|
+
import { i as f, u as d, a as v, m as y } from "./index-2RteLIrR.mjs";
|
|
3
3
|
const a = (n) => {
|
|
4
4
|
const { value: e, isCustom: t } = d();
|
|
5
5
|
if (v(n.query) && t.value)
|
|
@@ -32,4 +32,4 @@ const a = (n) => {
|
|
|
32
32
|
export {
|
|
33
33
|
C as default
|
|
34
34
|
};
|
|
35
|
-
//# sourceMappingURL=RunsPageWithDefaultFilter-
|
|
35
|
+
//# sourceMappingURL=RunsPageWithDefaultFilter-Bel6u2h6.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RunsPageWithDefaultFilter-
|
|
1
|
+
{"version":3,"file":"RunsPageWithDefaultFilter-Bel6u2h6.mjs","sources":["../src/components/RunsPageWithDefaultFilter.vue"],"sourcesContent":["<template>\n <component :is=\"routeComponent\" v-if=\"routeComponent !== null\" />\n</template>\n\n<script lang=\"ts\">\n const setDefaultFlowRunsFilterQueryIfEmpty: NavigationGuard = (to) => {\n const { value: defaultFlowRunsSavedSearchFilter, isCustom } = useDefaultSavedSearchFilter()\n\n if (isEmptyObject(to.query) && isCustom.value) {\n try {\n const query = mapper.map('SavedSearchFilter', defaultFlowRunsSavedSearchFilter.value, 'LocationQuery')\n\n return { ...to, query }\n } catch (error) {\n console.error(error)\n }\n }\n\n return true\n }\n</script>\n\n<script setup lang=\"ts\">\n import { shallowRef, watch } from 'vue'\n import { NavigationGuard, RouteComponent } from 'vue-router'\n import { isEmptyObject, mapper, isFunction } from '..'\n import { useDefaultSavedSearchFilter } from '@/compositions/useDefaultSavedSearchFilter'\n\n type LazilyLoadedRouteComponent = () => Promise<{ default: RouteComponent }>\n\n defineOptions({\n beforeRouteEnter: setDefaultFlowRunsFilterQueryIfEmpty,\n beforeRouteUpdate: setDefaultFlowRunsFilterQueryIfEmpty,\n })\n\n const props = defineProps<{\n component: RouteComponent | LazilyLoadedRouteComponent,\n }>()\n\n const routeComponent = shallowRef<RouteComponent | null>(null)\n\n function isLazilyLoadedRouteComponent(component: RouteComponent | LazilyLoadedRouteComponent): component is LazilyLoadedRouteComponent {\n return isFunction(component)\n }\n\n watch(props.component, () => {\n if (isLazilyLoadedRouteComponent(props.component)) {\n props.component().then(component => {\n routeComponent.value = component.default\n })\n } else {\n routeComponent.value = props.component\n }\n }, { immediate: true })\n</script>"],"names":["setDefaultFlowRunsFilterQueryIfEmpty","to","defaultFlowRunsSavedSearchFilter","isCustom","useDefaultSavedSearchFilter","isEmptyObject","query","mapper","error","props","__props","routeComponent","shallowRef","isLazilyLoadedRouteComponent","component","isFunction","watch"],"mappings":";;AAKE,MAAMA,IAAwD,CAACC,MAAO;AACpE,QAAM,EAAE,OAAOC,GAAkC,UAAAC,EAAA,IAAaC,EAA4B;AAE1F,MAAIC,EAAcJ,EAAG,KAAK,KAAKE,EAAS;AAClC,QAAA;AACF,YAAMG,IAAQC,EAAO,IAAI,qBAAqBL,EAAiC,OAAO,eAAe;AAE9F,aAAA,EAAE,GAAGD,GAAI,OAAAK,EAAM;AAAA,aACfE,GAAO;AACd,cAAQ,MAAMA,CAAK;AAAA,IAAA;AAIhB,SAAA;AACT;;;;;;;;AAgBA,UAAMC,IAAQC,GAIRC,IAAiBC,EAAkC,IAAI;AAE7D,aAASC,EAA6BC,GAAiG;AACrI,aAAOC,EAAWD,CAAS;AAAA,IAAA;AAGvB,WAAAE,EAAAP,EAAM,WAAW,MAAM;AACvB,MAAAI,EAA6BJ,EAAM,SAAS,IACxCA,EAAA,UAAA,EAAY,KAAK,CAAaK,MAAA;AAClC,QAAAH,EAAe,QAAQG,EAAU;AAAA,MAAA,CAClC,IAEDH,EAAe,QAAQF,EAAM;AAAA,IAC/B,GACC,EAAE,WAAW,IAAM;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as p } from "vue";
|
|
2
2
|
import { useRouteParam as m, useSubscription as i } from "@prefecthq/vue-compositions";
|
|
3
3
|
import { useRouter as n } from "vue-router";
|
|
4
|
-
import { b as a, c } from "./index-
|
|
4
|
+
import { b as a, c } from "./index-2RteLIrR.mjs";
|
|
5
5
|
import "@prefecthq/prefect-design";
|
|
6
6
|
import "vee-validate";
|
|
7
7
|
import "@prefecthq/vue-charts";
|
|
@@ -22,4 +22,4 @@ const W = /* @__PURE__ */ p({
|
|
|
22
22
|
export {
|
|
23
23
|
W as default
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=WorkQueueToWorkPoolQueueRedirect-
|
|
25
|
+
//# sourceMappingURL=WorkQueueToWorkPoolQueueRedirect-C8oMxvjr.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorkQueueToWorkPoolQueueRedirect-
|
|
1
|
+
{"version":3,"file":"WorkQueueToWorkPoolQueueRedirect-C8oMxvjr.mjs","sources":["../src/components/WorkQueueToWorkPoolQueueRedirect.vue"],"sourcesContent":["<script setup lang=\"ts\">\n /**\n * This component is used to redirect the user from an old, deprecated work queue route\n * to a work pool queue route. This is necessary because the old work queue routes are\n * were keyed on work queue id and the new routes are nested under work pools by\n * work pool name and work queue name.\n */\n import { useRouteParam, useSubscription } from '@prefecthq/vue-compositions'\n\n import { useRouter } from 'vue-router'\n import { useWorkspaceRoutes, useWorkspaceApi } from '@/compositions'\n\n const workQueueId = useRouteParam('workQueueId')\n\n const api = useWorkspaceApi()\n const workQueueSubscription = useSubscription(api.workQueues.getWorkQueue, [workQueueId])\n\n const router = useRouter()\n const routes = useWorkspaceRoutes()\n\n workQueueSubscription.promise().then(({ response: workQueue }) => {\n if (!workQueue.workPoolName) {\n router.replace(routes.workPools())\n return\n }\n router.replace(routes.workPoolQueue(workQueue.workPoolName, workQueue.name))\n })\n</script>"],"names":["workQueueId","useRouteParam","api","useWorkspaceApi","workQueueSubscription","useSubscription","router","useRouter","routes","useWorkspaceRoutes","workQueue"],"mappings":";;;;;;;;;;AAYQ,UAAAA,IAAcC,EAAc,aAAa,GAEzCC,IAAMC,EAAgB,GACtBC,IAAwBC,EAAgBH,EAAI,WAAW,cAAc,CAACF,CAAW,CAAC,GAElFM,IAASC,EAAU,GACnBC,IAASC,EAAmB;AAElC,WAAAL,EAAsB,UAAU,KAAK,CAAC,EAAE,UAAUM,QAAgB;AAC5D,UAAA,CAACA,EAAU,cAAc;AACpB,QAAAJ,EAAA,QAAQE,EAAO,WAAW;AACjC;AAAA,MAAA;AAEF,MAAAF,EAAO,QAAQE,EAAO,cAAcE,EAAU,cAAcA,EAAU,IAAI,CAAC;AAAA,IAAA,CAC5E;;;;"}
|
|
@@ -25818,7 +25818,7 @@ function H8e(t) {
|
|
|
25818
25818
|
flowCollections: () => ({ name: "workspace.flows.collections", params: { ...t } }),
|
|
25819
25819
|
flowCollection: (e) => ({ name: "workspace.flows.collections.collection", params: { name: e, ...t } }),
|
|
25820
25820
|
deployments: () => ({ name: "workspace.deployments", params: { ...t } }),
|
|
25821
|
-
deployment: (e) => ({ name: "workspace.deployments.deployment", params: { deploymentId: e, ...t } }),
|
|
25821
|
+
deployment: (e, n) => ({ name: "workspace.deployments.deployment", params: { deploymentId: e, ...t }, query: { versionId: n } }),
|
|
25822
25822
|
deploymentEdit: (e) => ({ name: "workspace.deployments.deployment-edit", params: { deploymentId: e, ...t } }),
|
|
25823
25823
|
deploymentDuplicate: (e) => ({ name: "workspace.deployments.deployment-duplicate", params: { deploymentId: e, ...t } }),
|
|
25824
25824
|
deploymentFlowRunCreate: (e, n) => {
|
|
@@ -25869,7 +25869,7 @@ function $8e(t) {
|
|
|
25869
25869
|
{
|
|
25870
25870
|
name: "workspace.runs",
|
|
25871
25871
|
path: "",
|
|
25872
|
-
component: () => import("./RunsPageWithDefaultFilter-
|
|
25872
|
+
component: () => import("./RunsPageWithDefaultFilter-Bel6u2h6.mjs"),
|
|
25873
25873
|
props: { component: t.runs }
|
|
25874
25874
|
},
|
|
25875
25875
|
{
|
|
@@ -25985,7 +25985,7 @@ function $8e(t) {
|
|
|
25985
25985
|
{
|
|
25986
25986
|
name: "workspace.work-queues.work-queue",
|
|
25987
25987
|
path: "work-queue/:workQueueId",
|
|
25988
|
-
component: t.workQueue ?? (() => import("./WorkQueueToWorkPoolQueueRedirect-
|
|
25988
|
+
component: t.workQueue ?? (() => import("./WorkQueueToWorkPoolQueueRedirect-C8oMxvjr.mjs"))
|
|
25989
25989
|
}
|
|
25990
25990
|
]
|
|
25991
25991
|
},
|
|
@@ -91167,4 +91167,4 @@ export {
|
|
|
91167
91167
|
p8 as y,
|
|
91168
91168
|
a2 as z
|
|
91169
91169
|
};
|
|
91170
|
-
//# sourceMappingURL=index-
|
|
91170
|
+
//# sourceMappingURL=index-2RteLIrR.mjs.map
|