@prefecthq/prefect-ui-library 1.6.4 → 1.6.6
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-3e218f68.mjs → index-e8290a43.mjs} +14448 -14253
- package/dist/index-e8290a43.mjs.map +1 -0
- package/dist/prefect-ui-library.mjs +628 -626
- package/dist/prefect-ui-library.umd.js +87 -87
- package/dist/prefect-ui-library.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/src/components/DeploymentParameters.vue.d.ts +21 -0
- package/dist/types/src/components/FlowRunCreateForm.vue.d.ts +3 -2
- package/dist/types/src/components/FlowsFilterGroup.vue.d.ts +2 -0
- package/dist/types/src/components/WorkPoolCombobox.vue.d.ts +2 -2
- package/dist/types/src/components/index.d.ts +2 -0
- package/dist/types/src/localization/index.d.ts +13 -1
- package/dist/types/src/localization/locale/en.d.ts +13 -1
- package/dist/{viewport.es-ae91b8e8-edc1984b.mjs → viewport.es-ae91b8e8-6fbd0256.mjs} +2 -2
- package/dist/{viewport.es-ae91b8e8-edc1984b.mjs.map → viewport.es-ae91b8e8-6fbd0256.mjs.map} +1 -1
- package/package.json +1 -1
- package/dist/index-3e218f68.mjs.map +0 -1
|
@@ -99,6 +99,17 @@ export declare const localization: {
|
|
|
99
99
|
updateWorkQueue: string;
|
|
100
100
|
};
|
|
101
101
|
info: {
|
|
102
|
+
filtersActive: string;
|
|
103
|
+
resetFilters: string;
|
|
104
|
+
deploymentName: string;
|
|
105
|
+
searchByDeploymentName: string;
|
|
106
|
+
workPools: string;
|
|
107
|
+
all: string;
|
|
108
|
+
active: string;
|
|
109
|
+
inactive: string;
|
|
110
|
+
lastFlowRunState: string;
|
|
111
|
+
lastFlowRunStart: string;
|
|
112
|
+
schedule: string;
|
|
102
113
|
with: string;
|
|
103
114
|
artifact: string;
|
|
104
115
|
artifacts: string;
|
|
@@ -108,7 +119,7 @@ export declare const localization: {
|
|
|
108
119
|
parentFlowRun: string;
|
|
109
120
|
flow: string;
|
|
110
121
|
searchByFlowName: string;
|
|
111
|
-
|
|
122
|
+
deploymentTags: string;
|
|
112
123
|
artifactSearch: string;
|
|
113
124
|
variablesSearch: string;
|
|
114
125
|
artifactCreated: (key: string) => string;
|
|
@@ -127,6 +138,7 @@ export declare const localization: {
|
|
|
127
138
|
noData: string;
|
|
128
139
|
noVariables: string;
|
|
129
140
|
noDeployments: string;
|
|
141
|
+
noFlowsOrDeploymentsMatchFilter: string;
|
|
130
142
|
deploymentsEmptyStateDescription: (flowName?: string) => string;
|
|
131
143
|
copyId: string;
|
|
132
144
|
copyName: string;
|
|
@@ -99,6 +99,17 @@ export declare const en: {
|
|
|
99
99
|
updateWorkQueue: string;
|
|
100
100
|
};
|
|
101
101
|
info: {
|
|
102
|
+
filtersActive: string;
|
|
103
|
+
resetFilters: string;
|
|
104
|
+
deploymentName: string;
|
|
105
|
+
searchByDeploymentName: string;
|
|
106
|
+
workPools: string;
|
|
107
|
+
all: string;
|
|
108
|
+
active: string;
|
|
109
|
+
inactive: string;
|
|
110
|
+
lastFlowRunState: string;
|
|
111
|
+
lastFlowRunStart: string;
|
|
112
|
+
schedule: string;
|
|
102
113
|
with: string;
|
|
103
114
|
artifact: string;
|
|
104
115
|
artifacts: string;
|
|
@@ -108,7 +119,7 @@ export declare const en: {
|
|
|
108
119
|
parentFlowRun: string;
|
|
109
120
|
flow: string;
|
|
110
121
|
searchByFlowName: string;
|
|
111
|
-
|
|
122
|
+
deploymentTags: string;
|
|
112
123
|
artifactSearch: string;
|
|
113
124
|
variablesSearch: string;
|
|
114
125
|
artifactCreated: (key: string) => string;
|
|
@@ -127,6 +138,7 @@ export declare const en: {
|
|
|
127
138
|
noData: string;
|
|
128
139
|
noVariables: string;
|
|
129
140
|
noDeployments: string;
|
|
141
|
+
noFlowsOrDeploymentsMatchFilter: string;
|
|
130
142
|
deploymentsEmptyStateDescription: (flowName?: string) => string;
|
|
131
143
|
copyId: string;
|
|
132
144
|
copyName: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { k as O, f as k, $ as b, l as c } from "./index-
|
|
1
|
+
import { k as O, f as k, $ as b, l as c } from "./index-e8290a43.mjs";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@prefecthq/vue-charts";
|
|
4
4
|
import "@prefecthq/prefect-design";
|
|
@@ -1535,4 +1535,4 @@ export {
|
|
|
1535
1535
|
C as Viewport,
|
|
1536
1536
|
N as Wheel
|
|
1537
1537
|
};
|
|
1538
|
-
//# sourceMappingURL=viewport.es-ae91b8e8-
|
|
1538
|
+
//# sourceMappingURL=viewport.es-ae91b8e8-6fbd0256.mjs.map
|