@prefecthq/prefect-ui-library 1.6.3 → 1.6.4

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.
@@ -1,14 +1,14 @@
1
1
  import { Deployment, DeploymentFlowRunCreate } from '../models';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
3
  deployment: Deployment;
4
- parameters?: import("../index.js").SchemaValues | undefined;
4
+ parameters?: import("..").SchemaValues | undefined;
5
5
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
6
  submit: (value: DeploymentFlowRunCreate) => void;
7
7
  } & {
8
8
  cancel: () => void;
9
9
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
10
10
  deployment: Deployment;
11
- parameters?: import("../index.js").SchemaValues | undefined;
11
+ parameters?: import("..").SchemaValues | undefined;
12
12
  }>>> & {
13
13
  onSubmit?: ((value: DeploymentFlowRunCreate) => any) | undefined;
14
14
  onCancel?: (() => any) | undefined;
@@ -102,6 +102,7 @@ export declare const localization: {
102
102
  with: string;
103
103
  artifact: string;
104
104
  artifacts: string;
105
+ parameters: string;
105
106
  addTagPlaceholder: string;
106
107
  descriptionPlaceholder: string;
107
108
  parentFlowRun: string;
@@ -102,6 +102,7 @@ export declare const en: {
102
102
  with: string;
103
103
  artifact: string;
104
104
  artifacts: string;
105
+ parameters: string;
105
106
  addTagPlaceholder: string;
106
107
  descriptionPlaceholder: string;
107
108
  parentFlowRun: string;
@@ -19,6 +19,7 @@ export interface IDeployment {
19
19
  tags: string[] | null;
20
20
  manifestPath: string | null;
21
21
  path: string | null;
22
+ rawParameters: SchemaValues;
22
23
  rawSchema: SchemaResponse | null;
23
24
  entrypoint: string | null;
24
25
  storageDocumentId: string | null;
@@ -41,6 +42,7 @@ export declare class Deployment implements IDeployment {
41
42
  isScheduleActive: boolean;
42
43
  parameters: SchemaValues;
43
44
  parameterOpenApiSchema: Schema;
45
+ readonly rawParameters: SchemaValues;
44
46
  readonly rawSchema: SchemaResponse | null;
45
47
  tags: string[] | null;
46
48
  manifestPath: string | null;
@@ -1,4 +1,4 @@
1
- import { k as O, f as k, $ as b, l as c } from "./index-5a4e60e6.mjs";
1
+ import { k as O, f as k, $ as b, l as c } from "./index-3e218f68.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-cbc36762.mjs.map
1538
+ //# sourceMappingURL=viewport.es-ae91b8e8-edc1984b.mjs.map