@prefecthq/prefect-ui-library 1.6.43 → 1.6.45
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-333d777a.mjs → index-705c852f.mjs} +16784 -16735
- package/dist/index-705c852f.mjs.map +1 -0
- package/dist/prefect-ui-library.mjs +620 -615
- package/dist/prefect-ui-library.umd.js +77 -77
- package/dist/prefect-ui-library.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/demo/sections/dashboard/DashboardTimeSpanFilter.vue.d.ts +2 -0
- package/dist/types/demo/sections/dashboard/FlowRunStateTypeTab.vue.d.ts +2 -0
- package/dist/types/demo/sections/dashboard/index.d.ts +2 -0
- package/dist/types/src/components/CumulativeTaskRunsCard.vue.d.ts +3 -2
- package/dist/types/src/components/{DashboardWorkPoolFlowRunCompletes.vue.d.ts → DashboardWorkPoolFlowRunCompleteness.vue.d.ts} +4 -4
- package/dist/types/src/components/DashboardWorkPoolFlowRunsTotal.vue.d.ts +4 -4
- package/dist/types/src/components/DashboardWorkPoolLateCount.vue.d.ts +3 -2
- package/dist/types/src/components/FlowRunListItem.vue.d.ts +11 -2
- package/dist/types/src/components/FlowRunStateTypeCount.vue.d.ts +3 -2
- package/dist/types/src/components/FlowRunStateTypeTabDescription.vue.d.ts +3 -2
- package/dist/types/src/components/FlowRunStateTypeTabs.vue.d.ts +3 -2
- package/dist/types/src/components/FlowRunTagsInput.vue.d.ts +0 -2
- package/dist/types/src/components/FlowRunsAccordion.vue.d.ts +3 -2
- package/dist/types/src/components/FlowRunsBarChart.vue.d.ts +3 -2
- package/dist/types/src/components/WorkPoolAverageLateTime.vue.d.ts +3 -2
- package/dist/types/src/components/index.d.ts +1 -0
- package/dist/types/src/compositions/index.d.ts +4 -0
- package/dist/types/src/compositions/useFlowRunCompleteness.d.ts +12 -0
- package/dist/types/src/compositions/useFlowRunsAverageLateness.d.ts +7 -0
- package/dist/types/src/compositions/useTaskRunsCount.d.ts +4 -2
- package/dist/types/src/compositions/useTaskRunsHistory.d.ts +10 -0
- package/dist/{viewport.es-ae91b8e8-4ebcda40.mjs → viewport.es-ae91b8e8-1d889a4d.mjs} +2 -2
- package/dist/{viewport.es-ae91b8e8-4ebcda40.mjs.map → viewport.es-ae91b8e8-1d889a4d.mjs.map} +1 -1
- package/package.json +6 -6
- package/dist/index-333d777a.mjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prefecthq/prefect-ui-library",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.45",
|
|
4
4
|
"private": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -45,22 +45,22 @@
|
|
|
45
45
|
"@types/lodash.camelcase": "4.3.7",
|
|
46
46
|
"@types/lodash.debounce": "4.0.7",
|
|
47
47
|
"@types/lodash.merge": "4.6.7",
|
|
48
|
-
"@types/node": "^20.4.
|
|
48
|
+
"@types/node": "^20.4.5",
|
|
49
49
|
"@types/prismjs": "^1.26.0",
|
|
50
50
|
"@vitejs/plugin-vue": "4.2.3",
|
|
51
51
|
"auto-changelog": "^2.4.0",
|
|
52
52
|
"autoprefixer": "10.4.14",
|
|
53
|
-
"eslint": "8.
|
|
53
|
+
"eslint": "8.46.0",
|
|
54
54
|
"lodash.camelcase": "4.3.0",
|
|
55
55
|
"lodash.debounce": "4.0.8",
|
|
56
|
-
"postcss": "8.4.
|
|
56
|
+
"postcss": "8.4.27",
|
|
57
57
|
"tailwindcss": "3.3.3",
|
|
58
58
|
"tsc-alias": "1.8.7",
|
|
59
59
|
"typescript": "5.1.6",
|
|
60
|
-
"vite": "4.4.
|
|
60
|
+
"vite": "4.4.7",
|
|
61
61
|
"vite-svg-loader": "^4.0.0",
|
|
62
62
|
"vitest": "^0.33.0",
|
|
63
|
-
"vue-tsc": "1.8.
|
|
63
|
+
"vue-tsc": "1.8.8"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@prefecthq/prefect-design": "^1.11.3",
|