@prefecthq/prefect-ui-library 1.6.39 → 1.6.41
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-dd600e4d.mjs → index-b4eebe4e.mjs} +12139 -11926
- package/dist/index-b4eebe4e.mjs.map +1 -0
- package/dist/prefect-ui-library.mjs +536 -535
- package/dist/prefect-ui-library.umd.js +72 -72
- package/dist/prefect-ui-library.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/demo/sections/{dashboard → stats}/index.d.ts +1 -1
- package/dist/types/src/components/{WorkspaceDashboardTaskRunsCard.vue.d.ts → CumulativeTaskRunsCard.vue.d.ts} +3 -3
- package/dist/types/src/components/FlowRunFilteredList.vue.d.ts +4 -4
- package/dist/types/src/components/FlowRunHistoryCard.vue.d.ts +13 -0
- package/dist/types/src/components/{DashboardTimeSpanFilter.vue.d.ts → TimeSpanFilter.vue.d.ts} +7 -0
- package/dist/types/src/components/index.d.ts +4 -3
- package/dist/types/src/maps/flowStatsFilter.d.ts +5 -0
- package/dist/types/src/maps/index.d.ts +5 -0
- package/dist/types/src/maps/taskRunHistory.d.ts +2 -0
- package/dist/types/src/services/Mapper.d.ts +5 -0
- package/dist/types/src/types/flow.d.ts +4 -0
- package/dist/types/src/types/index.d.ts +1 -0
- package/dist/types/src/types/states.d.ts +2 -1
- package/dist/types/src/utilities/delete.d.ts +1 -1
- package/dist/{viewport.es-ae91b8e8-6cbc1fed.mjs → viewport.es-ae91b8e8-29dd601b.mjs} +2 -2
- package/dist/{viewport.es-ae91b8e8-6cbc1fed.mjs.map → viewport.es-ae91b8e8-29dd601b.mjs.map} +1 -1
- package/package.json +8 -8
- package/dist/index-dd600e4d.mjs.map +0 -1
- /package/dist/types/demo/sections/{dashboard/DashboardStatistic.vue.d.ts → stats/StatisticKeyValue.vue.d.ts} +0 -0
- /package/dist/types/demo/sections/{dashboard/DashboardTimeSpanFilter.vue.d.ts → stats/TimeSpanFilter.vue.d.ts} +0 -0
- /package/dist/types/src/components/{WorkPoolLateCount.vue.d.ts → DashboardWorkPoolLateCount.vue.d.ts} +0 -0
- /package/dist/types/src/components/{DashboardStatistic.vue.d.ts → StatisticKeyValue.vue.d.ts} +0 -0
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.41",
|
|
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.2",
|
|
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.45.0",
|
|
54
54
|
"lodash.camelcase": "4.3.0",
|
|
55
55
|
"lodash.debounce": "4.0.8",
|
|
56
|
-
"postcss": "8.4.
|
|
57
|
-
"tailwindcss": "3.3.
|
|
56
|
+
"postcss": "8.4.26",
|
|
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.4",
|
|
61
61
|
"vite-svg-loader": "^4.0.0",
|
|
62
62
|
"vitest": "^0.33.0",
|
|
63
|
-
"vue-tsc": "1.8.
|
|
63
|
+
"vue-tsc": "1.8.5"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@prefecthq/prefect-design": "^1.11.3",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@prefecthq/graphs": "1.0.8",
|
|
75
75
|
"@types/lodash.isequal": "4.5.6",
|
|
76
76
|
"axios": "0.27.2",
|
|
77
|
-
"cronstrue": "^2.
|
|
77
|
+
"cronstrue": "^2.28.0",
|
|
78
78
|
"d3": "7.8.5",
|
|
79
79
|
"date-fns": "2.30.0",
|
|
80
80
|
"date-fns-tz": "1.3.7",
|