@prefecthq/prefect-ui-library 1.6.2 → 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.
@@ -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,7 +1,7 @@
1
1
  import { SchemaProperty, SchemaPropertyInputAttrs, Schema, SchemaValues, SchemaValue, SchemaPropertyAnyOf, SchemaPropertyAllOf } from '../../types/schemas';
2
2
  import { ValidationMethod } from '../../utilities/validation';
3
3
  export type SchemaPropertyComponentWithProps = ReturnType<typeof schemaPropertyComponentWithProps> | null;
4
- export declare const schemaPropertyComponentWithProps: <T extends import("../../utilities/components").ComponentDefinition>(...args: Omit<Partial<InstanceType<T>["$props"]>, "modelValue"> extends Omit<InstanceType<T>["$props"], "modelValue"> ? [component: T, props?: Omit<InstanceType<T>["$props"], "modelValue"> | undefined] : [component: T, props: Omit<InstanceType<T>["$props"], "modelValue">]) => Omit<Partial<InstanceType<T>["$props"]>, "modelValue"> extends Omit<InstanceType<T>["$props"], "modelValue"> ? {
4
+ export declare const schemaPropertyComponentWithProps: <T extends import("../../index").ComponentDefinition>(...args: Omit<Partial<InstanceType<T>["$props"]>, "modelValue"> extends Omit<InstanceType<T>["$props"], "modelValue"> ? [component: T, props?: Omit<InstanceType<T>["$props"], "modelValue"> | undefined] : [component: T, props: Omit<InstanceType<T>["$props"], "modelValue">]) => Omit<Partial<InstanceType<T>["$props"]>, "modelValue"> extends Omit<InstanceType<T>["$props"], "modelValue"> ? {
5
5
  component: T;
6
6
  props?: Omit<InstanceType<T>["$props"], "modelValue"> | undefined;
7
7
  } : {
@@ -1,4 +1,4 @@
1
- import { k as O, f as k, $ as b, l as c } from "./index-19aa00f4.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-9ab18c9b.mjs.map
1538
+ //# sourceMappingURL=viewport.es-ae91b8e8-edc1984b.mjs.map