@prefecthq/prefect-ui-library 2.4.1 → 2.4.3
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-82111767.mjs → FlowRunsPageWithDefaultFilter-JPJauYln.mjs} +2 -2
- package/dist/{FlowRunsPageWithDefaultFilter-82111767.mjs.map → FlowRunsPageWithDefaultFilter-JPJauYln.mjs.map} +1 -1
- package/dist/{index-54b86b09.mjs → index-eFMpN8_U.mjs} +20785 -21413
- package/dist/index-eFMpN8_U.mjs.map +1 -0
- package/dist/prefect-ui-library.mjs +703 -706
- package/dist/prefect-ui-library.umd.js +90 -90
- package/dist/prefect-ui-library.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/src/components/FlowList.vue.d.ts +4 -25
- package/dist/types/src/components/{ListItemMetaFlowRun.vue.d.ts → FlowRunName.vue.d.ts} +0 -2
- package/dist/types/src/components/{ListItemMeta.vue.d.ts → LastFlowRun.vue.d.ts} +4 -13
- package/dist/types/src/components/{FlowsTable.vue.d.ts → MiniFlowHistory.vue.d.ts} +6 -9
- package/dist/types/src/components/NextFlowRun.vue.d.ts +15 -0
- package/dist/types/src/components/index.d.ts +4 -6
- package/dist/types/src/compositions/index.d.ts +0 -1
- package/package.json +5 -5
- package/dist/index-54b86b09.mjs.map +0 -1
- package/dist/types/demo/sections/flows/FlowListItem.vue.d.ts +0 -2
- package/dist/types/src/components/DeploymentList.vue.d.ts +0 -42
- package/dist/types/src/components/DeploymentListItem.vue.d.ts +0 -22
- package/dist/types/src/components/FlowListItem.vue.d.ts +0 -31
- package/dist/types/src/compositions/useOffsetStickyRootMargin.d.ts +0 -14
|
@@ -75,8 +75,6 @@ export { default as DeploymentDescriptionEmptyState } from './DeploymentDescript
|
|
|
75
75
|
export { default as DeploymentDetails } from './DeploymentDetails.vue';
|
|
76
76
|
export { default as DeploymentForm } from './DeploymentForm.vue';
|
|
77
77
|
export { default as DeploymentIconText } from './DeploymentIconText.vue';
|
|
78
|
-
export { default as DeploymentList } from './DeploymentList.vue';
|
|
79
|
-
export { default as DeploymentListItem } from './DeploymentListItem.vue';
|
|
80
78
|
export { default as DeploymentMenu } from './DeploymentMenu.vue';
|
|
81
79
|
export { default as DeploymentQuickRunOverflowMenuItem } from './DeploymentQuickRunOverflowMenuItem.vue';
|
|
82
80
|
export { default as DeploymentRelationships } from './DeploymentRelationships.vue';
|
|
@@ -96,7 +94,6 @@ export { default as FlowCombobox } from './FlowCombobox.vue';
|
|
|
96
94
|
export { default as FlowDetails } from './FlowDetails.vue';
|
|
97
95
|
export { default as FlowIconText } from './FlowIconText.vue';
|
|
98
96
|
export { default as FlowList } from './FlowList.vue';
|
|
99
|
-
export { default as FlowListItem } from './FlowListItem.vue';
|
|
100
97
|
export { default as FlowMenu } from './FlowMenu.vue';
|
|
101
98
|
export { default as FlowRouterLink } from './FlowRouterLink.vue';
|
|
102
99
|
export { default as FlowRunArtifacts } from './FlowRunArtifacts.vue';
|
|
@@ -115,6 +112,7 @@ export { default as FlowRunList } from './FlowRunList.vue';
|
|
|
115
112
|
export { default as FlowRunListItem } from './FlowRunListItem.vue';
|
|
116
113
|
export { default as FlowRunLogs } from './FlowRunLogs.vue';
|
|
117
114
|
export { default as FlowRunMenu } from './FlowRunMenu.vue';
|
|
115
|
+
export { default as FlowRunName } from './FlowRunName.vue';
|
|
118
116
|
export { default as FlowRunPauseButton } from './FlowRunPauseButton.vue';
|
|
119
117
|
export { default as FlowRunPauseModal } from './FlowRunPauseModal.vue';
|
|
120
118
|
export { default as FlowRunPopOver } from './FlowRunPopOver.vue';
|
|
@@ -140,12 +138,10 @@ export { default as FlowRunTimelineTaskDetails } from './FlowRunTimelineTaskDeta
|
|
|
140
138
|
export { default as FlowsDeleteButton } from './FlowsDeleteButton.vue';
|
|
141
139
|
export { default as FlowsFilterGroup } from './FlowsFilterGroup.vue';
|
|
142
140
|
export { default as FlowsPageEmptyState } from './FlowsPageEmptyState.vue';
|
|
143
|
-
export { default as FlowsTable } from './FlowsTable.vue';
|
|
144
141
|
export { default as FourZeroFour } from './FourZeroFour.vue';
|
|
145
142
|
export { default as IntervalScheduleForm } from './IntervalScheduleForm.vue';
|
|
146
143
|
export { default as JsonInput } from './JsonInput.vue';
|
|
147
|
-
export { default as
|
|
148
|
-
export { default as ListItemMetaFlowRun } from './ListItemMetaFlowRun.vue';
|
|
144
|
+
export { default as LastFlowRun } from './LastFlowRun.vue';
|
|
149
145
|
export { default as LogLevelLabel } from './LogLevelLabel.vue';
|
|
150
146
|
export { default as LogLevelSelect } from './LogLevelSelect.vue';
|
|
151
147
|
export { default as LogoImage } from './LogoImage.vue';
|
|
@@ -153,6 +149,8 @@ export { default as LogRow } from './LogRow.vue';
|
|
|
153
149
|
export { default as LogsContainer } from './LogsContainer.vue';
|
|
154
150
|
export { default as LogsSort } from './LogsSort.vue';
|
|
155
151
|
export { default as MarketingBanner } from './MarketingBanner.vue';
|
|
152
|
+
export { default as MiniFlowHistory } from './MiniFlowHistory.vue';
|
|
153
|
+
export { default as NextFlowRun } from './NextFlowRun.vue';
|
|
156
154
|
export { default as NotificationDetails } from './NotificationDetails.vue';
|
|
157
155
|
export { default as NotificationForm } from './NotificationForm.vue';
|
|
158
156
|
export { default as NotificationMenu } from './NotificationMenu.vue';
|
|
@@ -26,7 +26,6 @@ export * from './useInterval';
|
|
|
26
26
|
export * from './useJsonRecord';
|
|
27
27
|
export * from './useLastFlowRun';
|
|
28
28
|
export * from './useNextFlowRun';
|
|
29
|
-
export * from './useOffsetStickyRootMargin';
|
|
30
29
|
export * from './useOptionalPropertiesSchema';
|
|
31
30
|
export * from './useOptionalRules';
|
|
32
31
|
export * from './usePaginatedSubscription';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prefecthq/prefect-ui-library",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@types/lodash.camelcase": "4.3.9",
|
|
46
46
|
"@types/lodash.debounce": "4.0.9",
|
|
47
47
|
"@types/lodash.merge": "4.6.9",
|
|
48
|
-
"@types/node": "^20.
|
|
48
|
+
"@types/node": "^20.10.0",
|
|
49
49
|
"@types/prismjs": "^1.26.3",
|
|
50
50
|
"@vitejs/plugin-vue": "4.5.0",
|
|
51
51
|
"auto-changelog": "^2.4.0",
|
|
@@ -57,13 +57,13 @@
|
|
|
57
57
|
"tailwindcss": "3.3.5",
|
|
58
58
|
"tsc-alias": "1.8.8",
|
|
59
59
|
"typescript": "5.3.2",
|
|
60
|
-
"vite": "
|
|
60
|
+
"vite": "5.0.2",
|
|
61
61
|
"vite-svg-loader": "^5.1.0",
|
|
62
62
|
"vitest": "^0.34.6",
|
|
63
63
|
"vue-tsc": "1.8.22"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
|
-
"@prefecthq/prefect-design": "^2.0
|
|
66
|
+
"@prefecthq/prefect-design": "^2.1.0",
|
|
67
67
|
"@prefecthq/vue-charts": "^2.0.3",
|
|
68
68
|
"@prefecthq/vue-compositions": "^1.6.6",
|
|
69
69
|
"vee-validate": "^4.7.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@prefecthq/graphs": "2.1.7",
|
|
75
75
|
"@types/lodash.isequal": "4.5.8",
|
|
76
76
|
"axios": "1.6.2",
|
|
77
|
-
"cronstrue": "^2.
|
|
77
|
+
"cronstrue": "^2.44.0",
|
|
78
78
|
"d3": "7.8.5",
|
|
79
79
|
"date-fns": "2.30.0",
|
|
80
80
|
"date-fns-tz": "1.3.7",
|