@prefecthq/prefect-ui-library 1.6.25 → 1.6.27

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.
@@ -5,26 +5,26 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
5
5
  required: true;
6
6
  };
7
7
  states: {
8
- type: import("vue").PropType<("Cancelled" | "Completed" | "Crashed" | "Failed" | "Late" | "Pending" | "Retrying" | "Running" | "Scheduled" | "Resuming" | "Paused" | "Skipped" | "Cancelling" | "TimedOut")[]>;
8
+ type: import("vue").PropType<("Cancelled" | "Completed" | "Crashed" | "Failed" | "Late" | "Pending" | "Retrying" | "Running" | "Scheduled" | "Resuming" | "Paused" | "Cancelling" | "TimedOut")[]>;
9
9
  };
10
10
  disableDeletion: {
11
11
  type: import("vue").PropType<boolean>;
12
12
  };
13
13
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
- "update:states": (value: ("Cancelled" | "Completed" | "Crashed" | "Failed" | "Late" | "Pending" | "Retrying" | "Running" | "Scheduled" | "Resuming" | "Paused" | "Skipped" | "Cancelling" | "TimedOut")[]) => void;
14
+ "update:states": (value: ("Cancelled" | "Completed" | "Crashed" | "Failed" | "Late" | "Pending" | "Retrying" | "Running" | "Scheduled" | "Resuming" | "Paused" | "Cancelling" | "TimedOut")[]) => void;
15
15
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
16
  flowRunFilter: {
17
17
  type: import("vue").PropType<FlowRunsFilter>;
18
18
  required: true;
19
19
  };
20
20
  states: {
21
- type: import("vue").PropType<("Cancelled" | "Completed" | "Crashed" | "Failed" | "Late" | "Pending" | "Retrying" | "Running" | "Scheduled" | "Resuming" | "Paused" | "Skipped" | "Cancelling" | "TimedOut")[]>;
21
+ type: import("vue").PropType<("Cancelled" | "Completed" | "Crashed" | "Failed" | "Late" | "Pending" | "Retrying" | "Running" | "Scheduled" | "Resuming" | "Paused" | "Cancelling" | "TimedOut")[]>;
22
22
  };
23
23
  disableDeletion: {
24
24
  type: import("vue").PropType<boolean>;
25
25
  };
26
26
  }>> & {
27
- "onUpdate:states"?: ((value: ("Cancelled" | "Completed" | "Crashed" | "Failed" | "Late" | "Pending" | "Retrying" | "Running" | "Scheduled" | "Resuming" | "Paused" | "Skipped" | "Cancelling" | "TimedOut")[]) => any) | undefined;
27
+ "onUpdate:states"?: ((value: ("Cancelled" | "Completed" | "Crashed" | "Failed" | "Late" | "Pending" | "Retrying" | "Running" | "Scheduled" | "Resuming" | "Paused" | "Cancelling" | "TimedOut")[]) => any) | undefined;
28
28
  }, {}, {}>, {
29
29
  "empty-message"?(_: {}): any;
30
30
  }>;
@@ -12,8 +12,8 @@ export declare function getSchemaDefaultValues(schema: Schema): SchemaValues;
12
12
  export declare function getSchemaPropertyDefaultValue(property: SchemaProperty, level?: number): SchemaValue;
13
13
  export declare function getSchemaResponseValue(schema: Schema, values: SchemaValues): SchemaValues;
14
14
  export declare function getSchemaRequestValue(schema: Schema, values: SchemaValues): SchemaValues;
15
- export declare function getSchemaPropertyResponseValue(property: SchemaProperty, value: SchemaValue): SchemaValue;
16
- export declare function getSchemaPropertyRequestValue(property: SchemaProperty, value: SchemaValue): SchemaValue;
15
+ export declare function getSchemaPropertyResponseValue(property: SchemaProperty, value: SchemaValue, level?: number): SchemaValue;
16
+ export declare function getSchemaPropertyRequestValue(property: SchemaProperty, value: SchemaValue, level?: number): SchemaValue;
17
17
  export declare function getSchemaPropertyAttrs(property: SchemaProperty): SchemaPropertyInputAttrs;
18
18
  export declare function getSchemaPropertyPlaceholder(property: SchemaProperty): string | undefined;
19
19
  export declare function getSchemaPropertyComponentWithDefaultProps({ component, props }: NonNullable<SchemaPropertyComponentWithProps>): NonNullable<SchemaPropertyComponentWithProps>;
@@ -1,4 +1,4 @@
1
- export declare const prefectStateNames: readonly ["Scheduled", "Late", "Resuming", "Pending", "Paused", "Running", "Retrying", "Completed", "Skipped", "Cancelled", "Cancelling", "Crashed", "Failed", "TimedOut"];
1
+ export declare const prefectStateNames: readonly ["Scheduled", "Late", "Resuming", "Pending", "Paused", "Running", "Retrying", "Completed", "Cancelled", "Cancelling", "Crashed", "Failed", "TimedOut"];
2
2
  export type PrefectStateNames = typeof prefectStateNames[number];
3
3
  export declare const prefectStateNameTypes: {
4
4
  readonly Scheduled: "scheduled";
@@ -9,7 +9,6 @@ export declare const prefectStateNameTypes: {
9
9
  readonly Running: "running";
10
10
  readonly Retrying: "running";
11
11
  readonly Completed: "completed";
12
- readonly Skipped: "completed";
13
12
  readonly Cancelled: "cancelled";
14
13
  readonly Cancelling: "cancelling";
15
14
  readonly Crashed: "crashed";
@@ -1,4 +1,4 @@
1
- import { k as O, f as k, $ as b, l as c } from "./index-9fe49b37.mjs";
1
+ import { k as O, f as k, $ as b, l as c } from "./index-36cac9f0.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-b6341202.mjs.map
1538
+ //# sourceMappingURL=viewport.es-ae91b8e8-bbacda1e.mjs.map