@prefecthq/prefect-ui-library 1.1.0 → 1.1.1

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,3 +1,4 @@
1
+ export declare function isArray(value: unknown): value is unknown[];
1
2
  export declare function toMap<T extends any[], K extends keyof T[number]>(source: T, key: K): Map<T[number][K], T[number]>;
2
3
  export declare const choice: <T>(list: T[] | readonly T[]) => T;
3
4
  export declare const range: (min: number, max: number) => number[];
@@ -0,0 +1,2 @@
1
+ import { watch } from 'vue';
2
+ export declare function uniqueValueWatcher(...[source, callback, options]: Parameters<typeof watch>): ReturnType<typeof watch>;
@@ -1,4 +1,4 @@
1
- import { h as c, q as b, L as O, E as k } from "./index-c7e44121.mjs";
1
+ import { h as c, q as b, L as O, E as k } from "./index-d6993d5a.mjs";
2
2
  import "vue";
3
3
  import "@prefecthq/vue-compositions";
4
4
  import "@prefecthq/prefect-design";
@@ -1534,4 +1534,4 @@ export {
1534
1534
  C as Viewport,
1535
1535
  $ as Wheel
1536
1536
  };
1537
- //# sourceMappingURL=viewport.es-a6380c41-d7ba6e04.mjs.map
1537
+ //# sourceMappingURL=viewport.es-a6380c41-6542fca9.mjs.map