@prefecthq/prefect-ui-library 1.1.12 → 1.1.13

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.
@@ -86,6 +86,8 @@ export declare const localization: {
86
86
  updateWorkQueue: string;
87
87
  };
88
88
  info: {
89
+ created: string;
90
+ lastUpdated: string;
89
91
  deprecatedWorkQueue: string;
90
92
  deploymentMissingWorkQueue: string;
91
93
  taskInput: string;
@@ -86,6 +86,8 @@ export declare const en: {
86
86
  updateWorkQueue: string;
87
87
  };
88
88
  info: {
89
+ created: string;
90
+ lastUpdated: string;
89
91
  deprecatedWorkQueue: string;
90
92
  deploymentMissingWorkQueue: string;
91
93
  taskInput: string;
@@ -1,4 +1,5 @@
1
1
  export declare const mocks: {
2
+ adjective: import("..").MockFunction<string, []>;
2
3
  any: import("..").MockFunction<any, []>;
3
4
  artifact: import("..").MockFunction<import("..").Artifact, [(Partial<import("..").Artifact> | undefined)?]>;
4
5
  blockDocument: import("..").MockFunction<import("..").BlockDocument, [(Partial<import("..").BlockDocument> | undefined)?]>;
@@ -1,8 +1,9 @@
1
- import { nouns } from '../mocks/sentences/sample';
1
+ import { adjectives, nouns } from '../mocks/sentences/sample';
2
2
  import { MockFunction } from '../services/Mocker';
3
3
  declare const characters: readonly ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"];
4
4
  export declare const randomChar: MockFunction<typeof characters[number], []>;
5
5
  export declare const randomNoun: MockFunction<typeof nouns[number], []>;
6
+ export declare const randomAdjective: MockFunction<typeof adjectives[number], []>;
6
7
  export declare const randomString: MockFunction<string, [number?]>;
7
8
  export declare const randomSentence: MockFunction<string, []>;
8
9
  export declare const randomParagraph: MockFunction<string, [number?]>;
@@ -12,6 +12,7 @@ export declare class Mocker<T extends Record<string, Mock>> {
12
12
  createMany<K extends keyof T>(...[key, count, args]: CreateManyArguments<T, K>): MockReturns<T[K]>[];
13
13
  }
14
14
  export declare const mocker: Mocker<{
15
+ adjective: MockFunction<string, []>;
15
16
  any: MockFunction<any, []>;
16
17
  artifact: MockFunction<import("..").Artifact, [(Partial<import("..").Artifact> | undefined)?]>;
17
18
  blockDocument: MockFunction<import("..").BlockDocument, [(Partial<import("..").BlockDocument> | undefined)?]>;
@@ -0,0 +1,5 @@
1
+ import { StateType } from '../models/StateType';
2
+ export type StateBadgeState = {
3
+ name: string;
4
+ type: StateType | null;
5
+ };
@@ -0,0 +1 @@
1
+ export declare function eventTargetIsInput(eventTarget: EventTarget | null): boolean;
@@ -1,4 +1,4 @@
1
- import { l as c, q as b, L as O, w as k } from "./index-7acf17d8.mjs";
1
+ import { l as c, q as b, L as O, w as k } from "./index-1db88feb.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-bbe81571.mjs.map
1537
+ //# sourceMappingURL=viewport.es-5fa29f11-4bb82e07.mjs.map