@prefecthq/prefect-ui-library 1.1.23 → 1.1.24
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-0521790f.mjs → index-07a733e1.mjs} +4 -3
- package/dist/index-07a733e1.mjs.map +1 -0
- package/dist/prefect-ui-library.mjs +1 -1
- package/dist/prefect-ui-library.umd.js +2 -2
- package/dist/prefect-ui-library.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/demo/sections/artifacts/ArtifactTimeline.vue.d.ts +2 -0
- package/dist/types/demo/services/KeyedDataStore.d.ts +1 -1
- package/dist/types/src/components/ArtifactTimeline.vue.d.ts +15 -0
- package/dist/types/src/components/ArtifactTimelineItem.vue.d.ts +24 -0
- package/dist/types/src/localization/index.d.ts +1 -0
- package/dist/types/src/localization/locale/en.d.ts +1 -0
- package/dist/types/src/models/Filters.d.ts +1 -0
- package/dist/{viewport.es-20251669-da8f7bf1.mjs → viewport.es-20251669-23eaf1c3.mjs} +2 -2
- package/dist/{viewport.es-20251669-da8f7bf1.mjs.map → viewport.es-20251669-23eaf1c3.mjs.map} +1 -1
- package/package.json +2 -2
- package/dist/index-0521790f.mjs.map +0 -1
|
@@ -17251,6 +17251,7 @@ const $ae = {
|
|
|
17251
17251
|
artifact: "Artifact",
|
|
17252
17252
|
noResults: "No tracked results, enable [result persistence](https://docs.prefect.io/concepts/results/#persisting-results) to track results.",
|
|
17253
17253
|
flowRun: "Flow run",
|
|
17254
|
+
taskRun: "Task run",
|
|
17254
17255
|
taskRuns: "Task runs",
|
|
17255
17256
|
created: "Created",
|
|
17256
17257
|
lastUpdated: "Last Updated",
|
|
@@ -31900,7 +31901,7 @@ const Afe = [
|
|
|
31900
31901
|
break;
|
|
31901
31902
|
}
|
|
31902
31903
|
return new oN({
|
|
31903
|
-
id: this.create("
|
|
31904
|
+
id: this.create("id"),
|
|
31904
31905
|
created: this.create("date"),
|
|
31905
31906
|
updated: this.create("date"),
|
|
31906
31907
|
key: lr([null, this.create("noun")]),
|
|
@@ -52816,7 +52817,7 @@ function oke(e) {
|
|
|
52816
52817
|
globalThis.__PIXI_APP__ = e;
|
|
52817
52818
|
}
|
|
52818
52819
|
async function ike() {
|
|
52819
|
-
const { Viewport: e } = await import("./viewport.es-20251669-
|
|
52820
|
+
const { Viewport: e } = await import("./viewport.es-20251669-23eaf1c3.mjs");
|
|
52820
52821
|
return e;
|
|
52821
52822
|
}
|
|
52822
52823
|
async function ake(e, t) {
|
|
@@ -66008,4 +66009,4 @@ export {
|
|
|
66008
66009
|
nX as y,
|
|
66009
66010
|
nR as z
|
|
66010
66011
|
};
|
|
66011
|
-
//# sourceMappingURL=index-
|
|
66012
|
+
//# sourceMappingURL=index-07a733e1.mjs.map
|