@prefecthq/prefect-ui-library 1.6.6 → 1.6.8

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.
Files changed (123) hide show
  1. package/dist/{index-e8290a43.mjs → index-159fa818.mjs} +18367 -20420
  2. package/dist/index-159fa818.mjs.map +1 -0
  3. package/dist/prefect-ui-library.mjs +694 -684
  4. package/dist/prefect-ui-library.umd.js +148 -148
  5. package/dist/prefect-ui-library.umd.js.map +1 -1
  6. package/dist/style.css +1 -1
  7. package/dist/types/demo/components/ComponentPage.vue.d.ts +2 -2
  8. package/dist/types/demo/components/HashLink.vue.d.ts +1 -1
  9. package/dist/types/demo/components/ResizableSection.vue.d.ts +1 -1
  10. package/dist/types/src/components/ArtifactCard.vue.d.ts +3 -3
  11. package/dist/types/src/components/ArtifactMenu.vue.d.ts +2 -2
  12. package/dist/types/src/components/ArtifactTimelineItemContent.vue.d.ts +5 -4
  13. package/dist/types/src/components/BlockDocument.vue.d.ts +2 -2
  14. package/dist/types/src/components/BlockDocumentCombobox.vue.d.ts +1 -1
  15. package/dist/types/src/components/BlockSchemaCreateForm.vue.d.ts +0 -1
  16. package/dist/types/src/components/BlockSchemaEditForm.vue.d.ts +0 -1
  17. package/dist/types/src/components/BlockTypeCard.vue.d.ts +1 -1
  18. package/dist/types/src/components/BlockTypeCardLayout.vue.d.ts +1 -1
  19. package/dist/types/src/components/BlockTypeCardPreview.vue.d.ts +1 -1
  20. package/dist/types/src/components/CodeBanner.vue.d.ts +2 -2
  21. package/dist/types/src/components/CollectionItemCard.vue.d.ts +1 -1
  22. package/dist/types/src/components/ColorModeSelectOption.vue.d.ts +2 -3
  23. package/dist/types/src/components/ConcurrencyLimitsCreateModal.vue.d.ts +1 -1
  24. package/dist/types/src/components/ConfirmDeleteModal.vue.d.ts +9 -7
  25. package/dist/types/src/components/ConfirmStateChangeModal.vue.d.ts +7 -5
  26. package/dist/types/src/components/CopyableWrapper.vue.d.ts +1 -1
  27. package/dist/types/src/components/CronScheduleForm.vue.d.ts +7 -7
  28. package/dist/types/src/components/DateInput.vue.d.ts +1 -2
  29. package/dist/types/src/components/DateRangeInput.vue.d.ts +1 -3
  30. package/dist/types/src/components/DeploymentCombobox.vue.d.ts +9 -11
  31. package/dist/types/src/components/DeploymentCustomRunOverflowMenuItem.vue.d.ts +1 -1
  32. package/dist/types/src/components/DeploymentForm.vue.d.ts +0 -1
  33. package/dist/types/src/components/DeploymentList.vue.d.ts +5 -6
  34. package/dist/types/src/components/DeploymentListItem.vue.d.ts +0 -1
  35. package/dist/types/src/components/DeploymentParameters.vue.d.ts +2 -0
  36. package/dist/types/src/components/DeploymentQuickRunOverflowMenuItem.vue.d.ts +1 -1
  37. package/dist/types/src/components/DocumentationButton.vue.d.ts +1 -1
  38. package/dist/types/src/components/ExtraInfoModal.vue.d.ts +2 -2
  39. package/dist/types/src/components/FlowCombobox.vue.d.ts +4 -4
  40. package/dist/types/src/components/FlowList.vue.d.ts +4 -5
  41. package/dist/types/src/components/FlowListItem.vue.d.ts +1 -1
  42. package/dist/types/src/components/FlowMenu.vue.d.ts +2 -2
  43. package/dist/types/src/components/FlowRouterLink.vue.d.ts +2 -2
  44. package/dist/types/src/components/FlowRunArtifacts.vue.d.ts +1 -1
  45. package/dist/types/src/components/FlowRunCancelModal.vue.d.ts +0 -1
  46. package/dist/types/src/components/FlowRunCreateForm.vue.d.ts +0 -1
  47. package/dist/types/src/components/FlowRunFilteredList.vue.d.ts +5 -5
  48. package/dist/types/src/components/FlowRunResults.vue.d.ts +1 -1
  49. package/dist/types/src/components/FlowRunRetryModal.vue.d.ts +0 -1
  50. package/dist/types/src/components/FlowRunTimeline.vue.d.ts +0 -2
  51. package/dist/types/src/components/FlowRunTimelineOptions.vue.d.ts +0 -1
  52. package/dist/types/src/components/FlowRunWorkQueue.vue.d.ts +2 -0
  53. package/dist/types/src/components/FlowRunsSort.vue.d.ts +2 -3
  54. package/dist/types/src/components/IntervalScheduleForm.vue.d.ts +7 -7
  55. package/dist/types/src/components/ListItemMeta.vue.d.ts +3 -3
  56. package/dist/types/src/components/LogLevelLabel.vue.d.ts +2 -3
  57. package/dist/types/src/components/LogLevelSelect.vue.d.ts +4 -5
  58. package/dist/types/src/components/LogoImage.vue.d.ts +6 -3
  59. package/dist/types/src/components/LogsContainer.vue.d.ts +1 -1
  60. package/dist/types/src/components/LogsSort.vue.d.ts +2 -3
  61. package/dist/types/src/components/MarketingBanner.vue.d.ts +2 -2
  62. package/dist/types/src/components/NotificationDetails.vue.d.ts +2 -2
  63. package/dist/types/src/components/NotificationForm.vue.d.ts +0 -2
  64. package/dist/types/src/components/NotificationStatusSelect.vue.d.ts +2 -3
  65. package/dist/types/src/components/NotificationsTable.vue.d.ts +0 -1
  66. package/dist/types/src/components/PageHeading.vue.d.ts +3 -3
  67. package/dist/types/src/components/PageHeadingDeployment.vue.d.ts +0 -1
  68. package/dist/types/src/components/PageHeadingWorkPool.vue.d.ts +0 -1
  69. package/dist/types/src/components/PageHeadingWorkPoolQueue.vue.d.ts +0 -1
  70. package/dist/types/src/components/PageHeadingWorkQueue.vue.d.ts +0 -1
  71. package/dist/types/src/components/QuickRunParametersModal.vue.d.ts +1 -1
  72. package/dist/types/src/components/ResultsCount.vue.d.ts +5 -2
  73. package/dist/types/src/components/RowGridLayoutList.vue.d.ts +3 -3
  74. package/dist/types/src/components/SaveFilterModal.vue.d.ts +1 -2
  75. package/dist/types/src/components/SavedFiltersDeleteModal.vue.d.ts +0 -1
  76. package/dist/types/src/components/ScheduleFormModal.vue.d.ts +2 -2
  77. package/dist/types/src/components/SchemaForm.vue.d.ts +0 -1
  78. package/dist/types/src/components/SchemaPropertyKeyValue.vue.d.ts +3 -3
  79. package/dist/types/src/components/SearchInput.vue.d.ts +5 -2
  80. package/dist/types/src/components/SelectedCount.vue.d.ts +5 -2
  81. package/dist/types/src/components/SeparatedList.vue.d.ts +2 -2
  82. package/dist/types/src/components/StateIcon.vue.d.ts +7 -5
  83. package/dist/types/src/components/StateListItem.vue.d.ts +8 -9
  84. package/dist/types/src/components/SubmitButton.vue.d.ts +5 -2
  85. package/dist/types/src/components/TaskRunArtifacts.vue.d.ts +1 -1
  86. package/dist/types/src/components/TimezoneSelect.vue.d.ts +1 -1
  87. package/dist/types/src/components/VariableCreateModal.vue.d.ts +0 -1
  88. package/dist/types/src/components/VariableEditModal.vue.d.ts +0 -1
  89. package/dist/types/src/components/VariableMenu.vue.d.ts +0 -1
  90. package/dist/types/src/components/VariablesTable.vue.d.ts +2 -2
  91. package/dist/types/src/components/WorkPoolCombobox.vue.d.ts +4 -4
  92. package/dist/types/src/components/WorkPoolList.vue.d.ts +0 -1
  93. package/dist/types/src/components/WorkPoolQueueCombobox.vue.d.ts +4 -4
  94. package/dist/types/src/components/WorkPoolQueueMenu.vue.d.ts +2 -2
  95. package/dist/types/src/components/WorkPoolQueueStatusBadge.vue.d.ts +18 -0
  96. package/dist/types/src/components/WorkPoolQueueStatusIcon.vue.d.ts +17 -0
  97. package/dist/types/src/components/WorkQueueCombobox.vue.d.ts +4 -4
  98. package/dist/types/src/components/WorkQueueCreateForm.vue.d.ts +0 -1
  99. package/dist/types/src/components/WorkQueueEditForm.vue.d.ts +0 -1
  100. package/dist/types/src/components/WorkQueueMenu.vue.d.ts +2 -2
  101. package/dist/types/src/components/WorkQueuesTable.vue.d.ts +0 -1
  102. package/dist/types/src/components/index.d.ts +2 -0
  103. package/dist/types/src/compositions/useComponent.d.ts +2 -10
  104. package/dist/types/src/compositions/useFlowRuns.d.ts +3 -1
  105. package/dist/types/src/maps/index.d.ts +1 -1
  106. package/dist/types/src/mocks/index.d.ts +2 -2
  107. package/dist/types/src/models/FlowRun.d.ts +2 -1
  108. package/dist/types/src/services/Mapper.d.ts +1 -1
  109. package/dist/types/src/services/Mocker.d.ts +2 -2
  110. package/dist/types/src/services/WorkspaceApi.d.ts +1 -1
  111. package/dist/types/src/services/index.d.ts +7 -3
  112. package/dist/types/src/services/storage/Storage.d.ts +16 -0
  113. package/dist/types/src/services/storage/StorageItem.d.ts +4 -0
  114. package/dist/types/src/services/storage/flowRunStorage.d.ts +4 -0
  115. package/dist/types/src/services/storage/index.d.ts +4 -0
  116. package/dist/types/src/services/storage/useStorage.d.ts +11 -0
  117. package/dist/types/src/types/states.d.ts +2 -2
  118. package/dist/types/src/utilities/timezone.d.ts +30 -30
  119. package/dist/types/src/utilities/tryOnScopeDispose.d.ts +1 -0
  120. package/dist/{viewport.es-ae91b8e8-6fbd0256.mjs → viewport.es-ae91b8e8-0e9e92bf.mjs} +2 -2
  121. package/dist/{viewport.es-ae91b8e8-6fbd0256.mjs.map → viewport.es-ae91b8e8-0e9e92bf.mjs.map} +1 -1
  122. package/package.json +11 -11
  123. package/dist/index-e8290a43.mjs.map +0 -1
@@ -7,9 +7,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
7
7
  selectedNode: NodeSelectionEvent | null;
8
8
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
9
  "update:visibleDateRange": (value: TimelineVisibleDateRange | undefined) => void;
10
- } & {
11
10
  selection: (value: NodeSelectionEvent | null) => void;
12
- } & {
13
11
  "update:fullscreen": (value: boolean) => void;
14
12
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
15
13
  flowRun: FlowRun;
@@ -4,7 +4,6 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
4
4
  hideEdges: boolean;
5
5
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
6
  "update:layout": (value: TimelineNodesLayoutOptions) => void;
7
- } & {
8
7
  "update:hideEdges": (value: boolean) => void;
9
8
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
10
9
  layout: TimelineNodesLayoutOptions;
@@ -1,9 +1,11 @@
1
1
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
2
  workQueueName: string;
3
3
  workPoolName?: string | null | undefined;
4
+ flowRunState?: string | null | undefined;
4
5
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
6
  workQueueName: string;
6
7
  workPoolName?: string | null | undefined;
8
+ flowRunState?: string | null | undefined;
7
9
  }>>>, {}>;
8
10
  export default _default;
9
11
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,10 +1,9 @@
1
- import { FlowRunSortValues } from '../types/SortOptionTypes';
2
1
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
- modelValue: FlowRunSortValues | null | undefined;
2
+ modelValue: "CREATED_DESC" | "NAME_DESC" | "NAME_ASC" | "EXPECTED_START_TIME_DESC" | "EXPECTED_START_TIME_ASC" | "NEXT_SCHEDULED_START_TIME_ASC" | "START_TIME_DESC" | "START_TIME_ASC" | null | undefined;
4
3
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
4
  "update:modelValue": (value: string | null | undefined) => void;
6
5
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
- modelValue: FlowRunSortValues | null | undefined;
6
+ modelValue: "CREATED_DESC" | "NAME_DESC" | "NAME_ASC" | "EXPECTED_START_TIME_DESC" | "EXPECTED_START_TIME_ASC" | "NEXT_SCHEDULED_START_TIME_ASC" | "START_TIME_DESC" | "START_TIME_ASC" | null | undefined;
8
7
  }>>> & {
9
8
  "onUpdate:modelValue"?: ((value: string | null | undefined) => any) | undefined;
10
9
  }, {}>;
@@ -6,11 +6,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
6
6
  schedule: () => IntervalSchedule;
7
7
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
8
  cancel: () => void;
9
- } & {
10
9
  submit: (value: IntervalSchedule) => void;
11
- } & {
12
10
  "update:disabled": (value: boolean) => void;
13
- } & {
14
11
  "update:schedule": (value: IntervalSchedule) => void;
15
12
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
16
13
  hideActions?: boolean | undefined;
@@ -25,9 +22,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
25
22
  }, {
26
23
  schedule: IntervalSchedule;
27
24
  }>, {
28
- footer: (_: {
25
+ footer?(_: {
29
26
  disabled: boolean;
30
- }) => any;
27
+ }): any;
31
28
  }>;
32
29
  export default _default;
33
30
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -40,12 +37,15 @@ type __VLS_TypePropsToRuntimeProps<T> = {
40
37
  };
41
38
  };
42
39
  type __VLS_WithDefaults<P, D> = {
43
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
40
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
44
41
  default: D[K];
45
- } : P[K];
42
+ }> : P[K];
46
43
  };
47
44
  type __VLS_WithTemplateSlots<T, S> = T & {
48
45
  new (): {
49
46
  $slots: S;
50
47
  };
51
48
  };
49
+ type __VLS_Prettify<T> = {
50
+ [K in keyof T]: T[K];
51
+ } & {};
@@ -3,9 +3,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
3
3
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
4
  title?: string | undefined;
5
5
  }>>>, {}>, {
6
- title: (_: {}) => any;
7
- content: (_: {}) => any;
8
- default: (_: {}) => any;
6
+ title?(_: {}): any;
7
+ content?(_: {}): any;
8
+ default?(_: {}): any;
9
9
  }>;
10
10
  export default _default;
11
11
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,8 +1,7 @@
1
- import { LogLevel } from '../models/Log';
2
1
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
- level: LogLevel;
2
+ level: 0 | 10 | 50 | 20 | 30 | 40;
4
3
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- level: LogLevel;
4
+ level: 0 | 10 | 50 | 20 | 30 | 40;
6
5
  }>>>, {}>;
7
6
  export default _default;
8
7
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,12 +1,11 @@
1
- import { LogLevel } from '../models';
2
1
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
- selected: LogLevel;
2
+ selected: 0 | 10 | 50 | 20 | 30 | 40;
4
3
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
- "update:selected": (value: 0 | 10 | 20 | 30 | 40 | 50) => void;
4
+ "update:selected": (value: 0 | 10 | 50 | 20 | 30 | 40) => void;
6
5
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
- selected: LogLevel;
6
+ selected: 0 | 10 | 50 | 20 | 30 | 40;
8
7
  }>>> & {
9
- "onUpdate:selected"?: ((value: 0 | 10 | 20 | 30 | 40 | 50) => any) | undefined;
8
+ "onUpdate:selected"?: ((value: 0 | 10 | 50 | 20 | 30 | 40) => any) | undefined;
10
9
  }, {}>;
11
10
  export default _default;
12
11
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -9,7 +9,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
9
9
  }>, {
10
10
  size: string;
11
11
  }>>>, {
12
- size: 'sm' | 'md' | 'lg';
12
+ size: "md" | "sm" | "lg";
13
13
  }>;
14
14
  export default _default;
15
15
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -22,7 +22,10 @@ type __VLS_TypePropsToRuntimeProps<T> = {
22
22
  };
23
23
  };
24
24
  type __VLS_WithDefaults<P, D> = {
25
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
25
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
26
26
  default: D[K];
27
- } : P[K];
27
+ }> : P[K];
28
28
  };
29
+ type __VLS_Prettify<T> = {
30
+ [K in keyof T]: T[K];
31
+ } & {};
@@ -8,7 +8,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
8
8
  }>>> & {
9
9
  onBottom?: (() => any) | undefined;
10
10
  }, {}>, {
11
- empty: (_: {}) => any;
11
+ empty?(_: {}): any;
12
12
  }>;
13
13
  export default _default;
14
14
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,10 +1,9 @@
1
- import { LogSortValues } from '../types/SortOptionTypes';
2
1
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
- selected: LogSortValues;
2
+ selected: string;
4
3
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
4
  "update:selected": (value: string) => void;
6
5
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
- selected: LogSortValues;
6
+ selected: string;
8
7
  }>>> & {
9
8
  "onUpdate:selected"?: ((value: string) => any) | undefined;
10
9
  }, {}>;
@@ -7,8 +7,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
7
7
  subtitle?: string | undefined;
8
8
  alternate?: boolean | undefined;
9
9
  }>>>, {}>, {
10
- default: (_: {}) => any;
11
- actions: (_: {}) => any;
10
+ default?(_: {}): any;
11
+ actions?(_: {}): any;
12
12
  }>;
13
13
  export default _default;
14
14
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,11 +1,11 @@
1
1
  import { BlockType, Notification } from '../models';
2
2
  import { SchemaValues } from '../types/schemas';
3
3
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
4
- notification: Pick<Notification, 'tags' | 'stateNames'>;
4
+ notification: Pick<Notification, "tags" | "stateNames">;
5
5
  blockType: BlockType;
6
6
  data: SchemaValues;
7
7
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
8
- notification: Pick<Notification, 'tags' | 'stateNames'>;
8
+ notification: Pick<Notification, "tags" | "stateNames">;
9
9
  blockType: BlockType;
10
10
  data: SchemaValues;
11
11
  }>>>, {}>;
@@ -5,9 +5,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
5
5
  action?: FormAction | undefined;
6
6
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
7
  submit: (value: Partial<Notification>) => void;
8
- } & {
9
8
  cancel: () => void;
10
- } & {
11
9
  "update:notification": (value: Partial<Notification>) => void;
12
10
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
13
11
  notification?: Notification | undefined;
@@ -1,10 +1,9 @@
1
- import { NotificationStatus } from '../models';
2
1
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
- selected: NotificationStatus;
2
+ selected: "paused" | "all" | "active";
4
3
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
4
  "update:selected": (value: "paused" | "all" | "active") => void;
6
5
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
- selected: NotificationStatus;
6
+ selected: "paused" | "all" | "active";
8
7
  }>>> & {
9
8
  "onUpdate:selected"?: ((value: "paused" | "all" | "active") => any) | undefined;
10
9
  }, {}>;
@@ -3,7 +3,6 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
3
3
  notifications: Notification[];
4
4
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
5
  update: () => void;
6
- } & {
7
6
  delete: (value: string) => void;
8
7
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
8
  notifications: Notification[];
@@ -21,9 +21,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
21
21
  }>>, {
22
22
  size: Size;
23
23
  }>, {
24
- 'after-crumbs': (_: {}) => any;
25
- default: (_: {}) => any;
26
- actions: (_: {}) => any;
24
+ "after-crumbs"?(_: {}): any;
25
+ default?(_: {}): any;
26
+ actions?(_: {}): any;
27
27
  }>;
28
28
  export default _default;
29
29
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -3,7 +3,6 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
3
3
  deployment: Deployment;
4
4
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
5
  delete: () => void;
6
- } & {
7
6
  update: () => void;
8
7
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
8
  deployment: Deployment;
@@ -3,7 +3,6 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
3
3
  workPool: WorkPool;
4
4
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
5
  delete: () => void;
6
- } & {
7
6
  update: () => void;
8
7
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
8
  workPool: WorkPool;
@@ -4,7 +4,6 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
4
4
  workPoolQueue: WorkPoolQueue;
5
5
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
6
  delete: () => void;
7
- } & {
8
7
  update: () => void;
9
8
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
10
9
  workPoolName: string;
@@ -3,7 +3,6 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
3
3
  workQueue: WorkQueue;
4
4
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
5
  delete: () => void;
6
- } & {
7
6
  update: () => void;
8
7
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
8
  workQueue: WorkQueue;
@@ -10,7 +10,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
10
10
  }>>> & {
11
11
  "onUpdate:showModal"?: ((value: boolean) => any) | undefined;
12
12
  }, {}>, {
13
- actions: (_: {}) => any;
13
+ actions?(_: {}): any;
14
14
  }>;
15
15
  export default _default;
16
16
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -22,7 +22,10 @@ type __VLS_TypePropsToRuntimeProps<T> = {
22
22
  };
23
23
  };
24
24
  type __VLS_WithDefaults<P, D> = {
25
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
25
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
26
26
  default: D[K];
27
- } : P[K];
27
+ }> : P[K];
28
28
  };
29
+ type __VLS_Prettify<T> = {
30
+ [K in keyof T]: T[K];
31
+ } & {};
@@ -3,10 +3,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
3
3
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
4
  items: any[];
5
5
  }>>>, {}>, {
6
- default: (_: {
6
+ default?(_: {
7
7
  item: any;
8
- }) => any;
9
- empty: (_: {}) => any;
8
+ }): any;
9
+ empty?(_: {}): any;
10
10
  }>;
11
11
  export default _default;
12
12
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -3,7 +3,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
3
3
  showModal: boolean;
4
4
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
5
  "update:showModal": (value: boolean) => void;
6
- } & {
7
6
  saved: (value: SavedSearch) => void;
8
7
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
8
  showModal: boolean;
@@ -11,7 +10,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
11
10
  "onUpdate:showModal"?: ((value: boolean) => any) | undefined;
12
11
  onSaved?: ((value: SavedSearch) => any) | undefined;
13
12
  }, {}>, {
14
- actions: (_: {}) => any;
13
+ actions?(_: {}): any;
15
14
  }>;
16
15
  export default _default;
17
16
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -4,7 +4,6 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
4
4
  savedSearch: SavedSearch;
5
5
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
6
  "update:showModal": (value: boolean) => void;
7
- } & {
8
7
  deleted: () => void;
9
8
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
10
9
  showModal: boolean;
@@ -8,10 +8,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
8
8
  }>>> & {
9
9
  onSubmit?: ((value: Schedule) => any) | undefined;
10
10
  }, {}>, {
11
- default: (_: {
11
+ default?(_: {
12
12
  open: () => void;
13
13
  close: () => void;
14
- }) => any;
14
+ }): any;
15
15
  }>;
16
16
  export default _default;
17
17
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -4,7 +4,6 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
4
4
  schema: Schema;
5
5
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
6
  "update:modelValue": (value: SchemaValues) => void;
7
- } & {
8
7
  submit: (value: SchemaValues) => void;
9
8
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
10
9
  modelValue?: SchemaValues | undefined;
@@ -1,11 +1,11 @@
1
- import { SchemaProperty, SchemaValue } from '../types/schemas';
1
+ import { SchemaProperty } from '../types/schemas';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
3
  property: SchemaProperty;
4
- value: SchemaValue;
4
+ value: unknown;
5
5
  alternate?: boolean | undefined;
6
6
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
7
  property: SchemaProperty;
8
- value: SchemaValue;
8
+ value: unknown;
9
9
  alternate?: boolean | undefined;
10
10
  }>>>, {}>;
11
11
  export default _default;
@@ -31,7 +31,10 @@ type __VLS_TypePropsToRuntimeProps<T> = {
31
31
  };
32
32
  };
33
33
  type __VLS_WithDefaults<P, D> = {
34
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
34
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
35
35
  default: D[K];
36
- } : P[K];
36
+ }> : P[K];
37
37
  };
38
+ type __VLS_Prettify<T> = {
39
+ [K in keyof T]: T[K];
40
+ } & {};
@@ -22,7 +22,10 @@ type __VLS_TypePropsToRuntimeProps<T> = {
22
22
  };
23
23
  };
24
24
  type __VLS_WithDefaults<P, D> = {
25
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
25
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
26
26
  default: D[K];
27
- } : P[K];
27
+ }> : P[K];
28
28
  };
29
+ type __VLS_Prettify<T> = {
30
+ [K in keyof T]: T[K];
31
+ } & {};
@@ -3,9 +3,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
3
3
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
4
  itemArray: string[];
5
5
  }>>>, {}>, {
6
- default: (_: {
6
+ default?(_: {
7
7
  item: string;
8
- }) => any;
8
+ }): any;
9
9
  }>;
10
10
  export default _default;
11
11
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,12 +1,11 @@
1
- import { StateType } from '../models/StateType';
2
1
  import { TailwindColor } from '../types/tailwind';
3
2
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
- stateType: StateType | null | undefined;
3
+ stateType: "completed" | "running" | "scheduled" | "pending" | "failed" | "cancelled" | "crashed" | "paused" | null | undefined;
5
4
  shade?: TailwindColor | undefined;
6
5
  }>, {
7
6
  shade: number;
8
7
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
- stateType: StateType | null | undefined;
8
+ stateType: "completed" | "running" | "scheduled" | "pending" | "failed" | "cancelled" | "crashed" | "paused" | null | undefined;
10
9
  shade?: TailwindColor | undefined;
11
10
  }>, {
12
11
  shade: number;
@@ -24,7 +23,10 @@ type __VLS_TypePropsToRuntimeProps<T> = {
24
23
  };
25
24
  };
26
25
  type __VLS_WithDefaults<P, D> = {
27
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
26
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
28
27
  default: D[K];
29
- } : P[K];
28
+ }> : P[K];
30
29
  };
30
+ type __VLS_Prettify<T> = {
31
+ [K in keyof T]: T[K];
32
+ } & {};
@@ -1,26 +1,25 @@
1
1
  import { CheckboxModel } from '@prefecthq/prefect-design';
2
- import { StateType } from '../models/StateType';
3
2
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
4
3
  selected?: CheckboxModel | null;
5
4
  value?: unknown;
6
- stateType?: StateType | null | undefined;
5
+ stateType?: "completed" | "running" | "scheduled" | "pending" | "failed" | "cancelled" | "crashed" | "paused" | null | undefined;
7
6
  tags?: string[] | null | undefined;
8
7
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
8
  "update:selected": (value: CheckboxModel) => void;
10
9
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
11
10
  selected?: CheckboxModel | null;
12
11
  value?: unknown;
13
- stateType?: StateType | null | undefined;
12
+ stateType?: "completed" | "running" | "scheduled" | "pending" | "failed" | "cancelled" | "crashed" | "paused" | null | undefined;
14
13
  tags?: string[] | null | undefined;
15
14
  }>>> & {
16
15
  "onUpdate:selected"?: ((value: CheckboxModel) => any) | undefined;
17
16
  }, {}>, {
18
- name: (_: {}) => any;
19
- tags: (_: {}) => any;
20
- action: (_: {}) => any;
21
- meta: (_: {}) => any;
22
- relationships: (_: {}) => any;
23
- default: (_: {}) => any;
17
+ name?(_: {}): any;
18
+ tags?(_: {}): any;
19
+ action?(_: {}): any;
20
+ meta?(_: {}): any;
21
+ relationships?(_: {}): any;
22
+ default?(_: {}): any;
24
23
  }>;
25
24
  export default _default;
26
25
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -21,7 +21,10 @@ type __VLS_TypePropsToRuntimeProps<T> = {
21
21
  };
22
22
  };
23
23
  type __VLS_WithDefaults<P, D> = {
24
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
24
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
25
25
  default: D[K];
26
- } : P[K];
26
+ }> : P[K];
27
27
  };
28
+ type __VLS_Prettify<T> = {
29
+ [K in keyof T]: T[K];
30
+ } & {};
@@ -4,7 +4,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
4
4
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
5
  taskRun: TaskRun;
6
6
  }>>>, {}>, {
7
- actions: (_: {}) => any;
7
+ actions?(_: {}): any;
8
8
  }>;
9
9
  export default _default;
10
10
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -10,7 +10,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
10
10
  hideUnset?: boolean | undefined;
11
11
  }>>> & {
12
12
  "onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
13
- }, {}>, Record<NonNullable<string | number>, (_: any) => any>>;
13
+ }, {}>, Partial<Record<NonNullable<string | number>, (_: any) => any>>>;
14
14
  export default _default;
15
15
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
16
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -3,7 +3,6 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
3
3
  showModal: boolean;
4
4
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
5
  "update:showModal": (value: boolean) => void;
6
- } & {
7
6
  create: (value: Variable) => void;
8
7
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
8
  showModal: boolean;
@@ -4,7 +4,6 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
4
4
  showModal: boolean;
5
5
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
6
  "update:showModal": (value: boolean) => void;
7
- } & {
8
7
  update: (value: Variable) => void;
9
8
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
10
9
  variable: Variable;
@@ -3,7 +3,6 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
3
3
  variable: Variable;
4
4
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
5
  delete: (value: string) => void;
6
- } & {
7
6
  update: (value: Variable) => void;
8
7
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
8
  variable: Variable;
@@ -1,11 +1,11 @@
1
1
  import { VariablesFilter, Variable } from '../models';
2
+ declare function refreshSubscriptions(): void;
2
3
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
4
  filter?: VariablesFilter | undefined;
4
5
  }>, {
5
- refreshSubscriptions: () => void;
6
+ refreshSubscriptions: typeof refreshSubscriptions;
6
7
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
8
  delete: () => void;
8
- } & {
9
9
  update: (value: Variable) => void;
10
10
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
11
11
  filter?: VariablesFilter | undefined;
@@ -13,7 +13,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
13
13
  }>>> & {
14
14
  "onUpdate:selected"?: ((value: string | string[] | null | undefined) => any) | undefined;
15
15
  }, {}>, {
16
- default: (_: {
16
+ default?(_: {
17
17
  value: string | number | boolean | null;
18
18
  label: string;
19
19
  option: {
@@ -21,10 +21,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
21
21
  value: import("@prefecthq/prefect-design").SelectModelValue;
22
22
  disabled?: boolean | undefined;
23
23
  } | undefined;
24
- }) => any;
25
- option: (_: {
24
+ }): any;
25
+ option?(_: {
26
26
  option: any;
27
- }) => any;
27
+ }): any;
28
28
  }>;
29
29
  export default _default;
30
30
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -3,7 +3,6 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
3
3
  workPools: WorkPool[];
4
4
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
5
  delete: () => void;
6
- } & {
7
6
  update: () => void;
8
7
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
8
  workPools: WorkPool[];