@prefecthq/prefect-ui-library 2.2.0 → 2.2.2
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/{FlowRunsPageWithDefaultFilter-2457f537.mjs → FlowRunsPageWithDefaultFilter-8cfdc0d6.mjs} +2 -2
- package/dist/{FlowRunsPageWithDefaultFilter-2457f537.mjs.map → FlowRunsPageWithDefaultFilter-8cfdc0d6.mjs.map} +1 -1
- package/dist/{index-d0318743.mjs → index-e93ba0ff.mjs} +11099 -11080
- package/dist/{index-d0318743.mjs.map → index-e93ba0ff.mjs.map} +1 -1
- package/dist/prefect-ui-library.mjs +1 -1
- package/dist/prefect-ui-library.umd.js +82 -82
- package/dist/prefect-ui-library.umd.js.map +1 -1
- package/dist/types/src/components/FlowRunGraph.vue.d.ts +2 -2
- package/package.json +7 -7
|
@@ -2,18 +2,18 @@ import { NodeSelection, ViewportDateRange } from '@prefecthq/graphs';
|
|
|
2
2
|
import { FlowRun } from '../models/FlowRun';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
flowRun: FlowRun;
|
|
5
|
-
viewport: ViewportDateRange;
|
|
6
5
|
fullscreen: boolean;
|
|
7
6
|
selected: NodeSelection | null;
|
|
7
|
+
viewport?: ViewportDateRange | undefined;
|
|
8
8
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
9
|
"update:selected": (args_0: NodeSelection | null) => void;
|
|
10
10
|
"update:viewport": (args_0: ViewportDateRange | undefined) => void;
|
|
11
11
|
"update:fullscreen": (args_0: boolean) => void;
|
|
12
12
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
13
13
|
flowRun: FlowRun;
|
|
14
|
-
viewport: ViewportDateRange;
|
|
15
14
|
fullscreen: boolean;
|
|
16
15
|
selected: NodeSelection | null;
|
|
16
|
+
viewport?: ViewportDateRange | undefined;
|
|
17
17
|
}>>> & {
|
|
18
18
|
"onUpdate:selected"?: ((args_0: NodeSelection | null) => any) | undefined;
|
|
19
19
|
"onUpdate:viewport"?: ((args_0: ViewportDateRange | undefined) => any) | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prefecthq/prefect-ui-library",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"types": "./dist/types/src/index.d.ts",
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@prefecthq/eslint-config": "1.0.31",
|
|
44
|
-
"@types/d3": "7.4.
|
|
45
|
-
"@types/lodash.camelcase": "4.3.
|
|
46
|
-
"@types/lodash.debounce": "4.0.
|
|
47
|
-
"@types/lodash.merge": "4.6.
|
|
44
|
+
"@types/d3": "7.4.3",
|
|
45
|
+
"@types/lodash.camelcase": "4.3.9",
|
|
46
|
+
"@types/lodash.debounce": "4.0.9",
|
|
47
|
+
"@types/lodash.merge": "4.6.9",
|
|
48
48
|
"@types/node": "^20.8.10",
|
|
49
49
|
"@types/prismjs": "^1.26.2",
|
|
50
50
|
"@vitejs/plugin-vue": "4.4.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"tailwindcss": "3.3.5",
|
|
58
58
|
"tsc-alias": "1.8.8",
|
|
59
59
|
"typescript": "5.2.2",
|
|
60
|
-
"vite": "4.
|
|
60
|
+
"vite": "4.5.0",
|
|
61
61
|
"vite-svg-loader": "^4.0.0",
|
|
62
62
|
"vitest": "^0.34.6",
|
|
63
63
|
"vue-tsc": "1.8.22"
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"vue-router": "^4.0.12"
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@prefecthq/graphs": "2.1.
|
|
74
|
+
"@prefecthq/graphs": "2.1.6",
|
|
75
75
|
"@types/lodash.isequal": "4.5.7",
|
|
76
76
|
"axios": "0.27.2",
|
|
77
77
|
"cronstrue": "^2.32.0",
|