@prefecthq/prefect-ui-library 1.1.5 → 1.1.7
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-11494d43.mjs → index-a6f8dbb6.mjs} +10748 -10748
- package/dist/{index-11494d43.mjs.map → index-a6f8dbb6.mjs.map} +1 -1
- package/dist/prefect-ui-library.mjs +79 -78
- package/dist/prefect-ui-library.umd.js +71 -71
- package/dist/prefect-ui-library.umd.js.map +1 -1
- package/dist/types/demo/sections/deployments/CreateRunForm.vue.d.ts +2 -0
- package/dist/types/demo/sections/deployments/DeploymentForm.vue.d.ts +2 -0
- package/dist/types/src/components/DateRangeInputWithFlowRunHistory.vue.d.ts +4 -9
- package/dist/types/src/compositions/filters.d.ts +1 -0
- package/dist/{viewport.es-5fa29f11-0c579320.mjs → viewport.es-5fa29f11-6634c995.mjs} +2 -2
- package/dist/{viewport.es-5fa29f11-0c579320.mjs.map → viewport.es-5fa29f11-6634c995.mjs.map} +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
|
|
3
|
-
endDate: Date | null | undefined;
|
|
2
|
+
range: [Date, Date];
|
|
4
3
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
-
"update:
|
|
6
|
-
} & {
|
|
7
|
-
"update:endDate": (value: Date | null | undefined) => void;
|
|
4
|
+
"update:range": (value: [Date, Date]) => void;
|
|
8
5
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
-
|
|
10
|
-
endDate: Date | null | undefined;
|
|
6
|
+
range: [Date, Date];
|
|
11
7
|
}>>> & {
|
|
12
|
-
"onUpdate:
|
|
13
|
-
"onUpdate:endDate"?: ((value: Date | null | undefined) => any) | undefined;
|
|
8
|
+
"onUpdate:range"?: ((value: [Date, Date]) => any) | undefined;
|
|
14
9
|
}, {}>;
|
|
15
10
|
export default _default;
|
|
16
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -42,5 +42,6 @@ export declare function useFlowRunsFilterFromRoute(defaultValue?: MaybeReactive<
|
|
|
42
42
|
export declare function useTaskRunsFilterFromRoute(defaultValue?: MaybeReactive<TaskRunsFilter>, prefix?: string): UseFilter<TaskRunsFilter>;
|
|
43
43
|
export declare function useDeploymentsFilterFromRoute(defaultValue?: MaybeReactive<DeploymentsFilter>, prefix?: string): UseFilter<DeploymentsFilter>;
|
|
44
44
|
export declare function useRecentFlowRunsFilter(defaultValue: MaybeReactive<FlowRunsFilter>): UseFilter<FlowRunsFilter>;
|
|
45
|
+
export declare function useRecentFlowRunsFilterFromRoute(defaultValue?: MaybeReactive<FlowRunsFilter>, prefix?: string): UseFilter<FlowRunsFilter>;
|
|
45
46
|
export declare function useFlowRunsHistoryFilter(defaultValue: MaybeReactive<FlowRunsHistoryFilter>): UseFilter<FlowRunsHistoryFilter>;
|
|
46
47
|
export declare function useFlowRunsHistoryFilterFromRoute(defaultValue: MaybeReactive<FlowRunsHistoryFilter>, prefix?: string): UseFilter<FlowRunsHistoryFilter>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { l as c, q as b, L as O, w as k } from "./index-
|
|
1
|
+
import { l as c, q as b, L as O, w as k } from "./index-a6f8dbb6.mjs";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@prefecthq/prefect-design";
|
|
4
4
|
import "@prefecthq/vue-compositions";
|
|
@@ -1534,4 +1534,4 @@ export {
|
|
|
1534
1534
|
C as Viewport,
|
|
1535
1535
|
$ as Wheel
|
|
1536
1536
|
};
|
|
1537
|
-
//# sourceMappingURL=viewport.es-5fa29f11-
|
|
1537
|
+
//# sourceMappingURL=viewport.es-5fa29f11-6634c995.mjs.map
|