@kestra-io/ui-libs 0.0.228 → 0.0.230

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 (47) hide show
  1. package/dist/VueFlowUtils-BhTB7zMW.cjs +2 -0
  2. package/dist/VueFlowUtils-BhTB7zMW.cjs.map +1 -0
  3. package/dist/{VueFlowUtils-8xjnZl4e.js → VueFlowUtils-BmNdCDFy.js} +461 -452
  4. package/dist/VueFlowUtils-BmNdCDFy.js.map +1 -0
  5. package/dist/assets/icons/RotatingDots.vue.d.ts +6 -0
  6. package/dist/assets/icons/RotatingDots.vue.d.ts.map +1 -0
  7. package/dist/components/misc/ExecutionInformations.vue.d.ts +1 -0
  8. package/dist/components/misc/ExecutionInformations.vue.d.ts.map +1 -1
  9. package/dist/components/nodes/BasicNode.vue.d.ts +44 -113
  10. package/dist/components/nodes/BasicNode.vue.d.ts.map +1 -1
  11. package/dist/components/nodes/EdgeNode.vue.d.ts +5 -7
  12. package/dist/components/nodes/EdgeNode.vue.d.ts.map +1 -1
  13. package/dist/components/nodes/TaskNode.vue.d.ts +48 -240
  14. package/dist/components/nodes/TaskNode.vue.d.ts.map +1 -1
  15. package/dist/components/plugins/PluginIndex.vue.d.ts +2 -8
  16. package/dist/components/plugins/PluginIndex.vue.d.ts.map +1 -1
  17. package/dist/components/topology/Topology.vue.d.ts +13 -4
  18. package/dist/components/topology/Topology.vue.d.ts.map +1 -1
  19. package/dist/components/topology/injectionKeys.d.ts +0 -1
  20. package/dist/components/topology/injectionKeys.d.ts.map +1 -1
  21. package/dist/index.d.ts +1 -0
  22. package/dist/index.d.ts.map +1 -1
  23. package/dist/kestra-index.cjs.js +14 -14
  24. package/dist/kestra-index.cjs.js.map +1 -1
  25. package/dist/kestra-index.es.js +3636 -3679
  26. package/dist/kestra-index.es.js.map +1 -1
  27. package/dist/kestra-vueflowutils.cjs.js +1 -1
  28. package/dist/kestra-vueflowutils.es.js +6 -6
  29. package/dist/ui-libs.css +1 -1
  30. package/dist/utils/Utils.d.ts +14 -7
  31. package/dist/utils/Utils.d.ts.map +1 -1
  32. package/dist/utils/state.d.ts +1 -0
  33. package/dist/utils/state.d.ts.map +1 -1
  34. package/package.json +1 -1
  35. package/src/assets/icons/RotatingDots.vue +25 -0
  36. package/src/components/misc/Duration.vue +2 -2
  37. package/src/components/misc/ExecutionInformations.vue +6 -36
  38. package/src/components/nodes/BasicNode.vue +127 -152
  39. package/src/components/nodes/TaskNode.vue +265 -189
  40. package/src/components/topology/Topology.vue +8 -3
  41. package/src/components/topology/injectionKeys.ts +1 -2
  42. package/src/index.ts +1 -0
  43. package/src/utils/Utils.ts +48 -34
  44. package/src/utils/state.ts +4 -0
  45. package/dist/VueFlowUtils-8xjnZl4e.js.map +0 -1
  46. package/dist/VueFlowUtils-dC12uRkV.cjs +0 -2
  47. package/dist/VueFlowUtils-dC12uRkV.cjs.map +0 -1
@@ -0,0 +1,6 @@
1
+ type __VLS_Props = {
2
+ alt?: string;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ export default _default;
6
+ //# sourceMappingURL=RotatingDots.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RotatingDots.vue.d.ts","sourceRoot":"","sources":["../../../src/assets/icons/RotatingDots.vue"],"names":[],"mappings":"AA2BI,KAAK,WAAW,GAAG;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;;AAsDN,wBAOG"}
@@ -8,6 +8,7 @@ type __VLS_Props = {
8
8
  type: object;
9
9
  default: null;
10
10
  };
11
+ state: string;
11
12
  };
12
13
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
13
14
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"ExecutionInformations.vue.d.ts","sourceRoot":"","sources":["../../../src/components/misc/ExecutionInformations.vue"],"names":[],"mappings":"AA+HI,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE;QACR,WAAW,EAAE,GAAG,EAAE,CAAC;KACtB,CAAC;IACF,IAAI,EAAE;QACF,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,IAAI,CAAC;KACjB,CAAC;CACL,CAAC;;AA+IN,wBAOG"}
1
+ {"version":3,"file":"ExecutionInformations.vue.d.ts","sourceRoot":"","sources":["../../../src/components/misc/ExecutionInformations.vue"],"names":[],"mappings":"AAgGI,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE;QACR,WAAW,EAAE,GAAG,EAAE,CAAC;KACtB,CAAC;IACF,IAAI,EAAE;QACF,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,IAAI,CAAC;KACjB,CAAC;IACF,KAAK,EAAE,MAAM,CAAC;CACjB,CAAC;;AA+GN,wBAOG"}
@@ -1,122 +1,53 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<any, {}, {
2
- filter: undefined;
3
- isOpen: boolean;
4
- }, {
5
- Utils(): {
6
- capitalize: (str: string) => string;
7
- dateFilter: (dateString: string, format: string) => any;
8
- splitFirst(str: string, separator: string): string;
9
- duration(isoString: string): number;
10
- humanDuration(value: number | string, options?: import("humanize-duration").Options & {
11
- languages?: any;
12
- }): string;
13
- afterLastDot(str: string): string | undefined;
14
- distinctFilter(value: any, index: number, array: any[]): boolean;
1
+ type __VLS_Props = {
2
+ id?: string;
3
+ title?: string;
4
+ type?: string;
5
+ disabled?: boolean;
6
+ state?: string;
7
+ data: any;
8
+ icons: any;
9
+ iconComponent: any;
10
+ class?: string | string[] | Record<string, boolean>;
11
+ };
12
+ declare function __VLS_template(): {
13
+ attrs: Partial<{}>;
14
+ slots: {
15
+ content?(_: {}): any;
16
+ 'badge-button-before'?(_: {}): any;
17
+ 'badge-button-after'?(_: {}): any;
15
18
  };
16
- borderColor(): any;
17
- EVENTS(): {
18
- readonly EDIT: "edit";
19
- readonly DELETE: "delete";
20
- readonly SHOW_DESCRIPTION: "showDescription";
21
- readonly COLLAPSE: "collapse";
22
- readonly EXPAND: "expand";
23
- readonly OPEN_LINK: "openLink";
24
- readonly ADD_TASK: "addTask";
25
- readonly SHOW_LOGS: "showLogs";
26
- readonly MOUSE_OVER: "mouseover";
27
- readonly MOUSE_LEAVE: "mouseleave";
28
- readonly ADD_ERROR: "addError";
29
- readonly EXPAND_DEPENDENCIES: "expandDependencies";
30
- readonly SHOW_CONDITION: "showCondition";
31
- readonly RUN_TASK: "runTask";
32
- };
33
- expandable(): any;
34
- description(): any;
35
- trimmedId(): string | undefined;
36
- taskIconBg(): any;
37
- stateColor(): "success" | "primary" | "danger" | "warning" | null;
38
- classes(): {
39
- [x: string]: any;
40
- "unused-path": any;
41
- disabled: any;
42
- };
43
- cls(): any;
44
- hoverTooltip(): string | undefined;
45
- }, {
46
- mouseover(): void;
47
- mouseleave(): void;
48
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("edit" | "delete" | "showDescription" | "expand" | "openLink" | "addTask" | "showLogs" | "mouseover" | "mouseleave" | "addError")[], "edit" | "delete" | "showDescription" | "expand" | "openLink" | "addTask" | "showLogs" | "mouseover" | "mouseleave" | "addError", import("vue").PublicProps, Readonly<any> & Readonly<{
49
- onMouseleave?: ((...args: any[]) => any) | undefined;
50
- onMouseover?: ((...args: any[]) => any) | undefined;
51
- onOpenLink?: ((...args: any[]) => any) | undefined;
19
+ refs: {};
20
+ rootEl: any;
21
+ };
22
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
23
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
+ edit: (...args: any[]) => void;
25
+ delete: (...args: any[]) => void;
26
+ showDescription: (...args: any[]) => void;
27
+ expand: (...args: any[]) => void;
28
+ openLink: (...args: any[]) => void;
29
+ addTask: (...args: any[]) => void;
30
+ showLogs: (...args: any[]) => void;
31
+ mouseover: (...args: any[]) => void;
32
+ mouseleave: (...args: any[]) => void;
33
+ addError: (...args: any[]) => void;
34
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
52
35
  onEdit?: ((...args: any[]) => any) | undefined;
53
36
  onDelete?: ((...args: any[]) => any) | undefined;
54
37
  onShowDescription?: ((...args: any[]) => any) | undefined;
38
+ onExpand?: ((...args: any[]) => any) | undefined;
39
+ onOpenLink?: ((...args: any[]) => any) | undefined;
55
40
  onAddTask?: ((...args: any[]) => any) | undefined;
56
41
  onShowLogs?: ((...args: any[]) => any) | undefined;
57
- onExpand?: ((...args: any[]) => any) | undefined;
42
+ onMouseover?: ((...args: any[]) => any) | undefined;
43
+ onMouseleave?: ((...args: any[]) => any) | undefined;
58
44
  onAddError?: ((...args: any[]) => any) | undefined;
59
- }>, {
60
- id: string;
61
- type: string;
62
- disabled: boolean;
63
- title: string;
64
- icons: Record<string, any>;
65
- iconComponent: Record<string, any>;
66
- state: string;
67
- }, {}, {
68
- ArrowExpand: import("vue").Component;
69
- InformationOutline: import("vue").Component;
70
- OpenInNew: import("vue").Component;
71
- Tooltip: {
72
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
73
- title?: string;
74
- placement?: "top" | "right" | "bottom" | "left";
75
- }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{
76
- title?: string;
77
- placement?: "top" | "right" | "bottom" | "left";
78
- }> & Readonly<{}>, {
79
- title: string;
80
- placement: "top" | "right" | "bottom" | "left";
81
- }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
82
- $tooltip: HTMLSpanElement;
83
- $tooltipContent: HTMLSpanElement;
84
- }, any, import("vue").ComponentProvideOptions, {
85
- P: {};
86
- B: {};
87
- D: {};
88
- C: {};
89
- M: {};
90
- Defaults: {};
91
- }, Readonly<{
92
- title?: string;
93
- placement?: "top" | "right" | "bottom" | "left";
94
- }> & Readonly<{}>, {}, {}, {}, {}, {
95
- title: string;
96
- placement: "top" | "right" | "bottom" | "left";
97
- }>;
98
- __isFragment?: never;
99
- __isTeleport?: never;
100
- __isSuspense?: never;
101
- } & import("vue").ComponentOptionsBase<Readonly<{
102
- title?: string;
103
- placement?: "top" | "right" | "bottom" | "left";
104
- }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
105
- title: string;
106
- placement: "top" | "right" | "bottom" | "left";
107
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
108
- $slots: {
109
- default?(_: {}): any;
110
- content?(_: {}): any;
111
- };
112
- });
113
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
114
- content?(_: {}): any;
115
- 'badge-button-before'?(_: {}): any;
116
- 'badge-button-after'?(_: {}): any;
117
- }>;
45
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
46
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
118
47
  export default _default;
119
- type __VLS_WithTemplateSlots<T, S> = T & (new () => {
120
- $slots: S;
121
- });
48
+ type __VLS_WithTemplateSlots<T, S> = T & {
49
+ new (): {
50
+ $slots: S;
51
+ };
52
+ };
122
53
  //# sourceMappingURL=BasicNode.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BasicNode.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/BasicNode.vue"],"names":[],"mappings":";;;;;;;;;;qBAySI,CAxPS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAuciB,GAAG;mCACW,GAAG;kCACJ,GAAG;;;6BAuUjB,CAAC,EAAE,CAAC"}
1
+ {"version":3,"file":"BasicNode.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/BasicNode.vue"],"names":[],"mappings":"AA2SI,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,GAAG,CAAC;IACV,KAAK,EAAE,GAAG,CAAC;IACX,aAAa,EAAE,GAAG,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACvD,CAAC;AAgEN,iBAAS,cAAc;WAmMT,OAAO,IAA6B;;yBAZpB,GAAG;uCACW,GAAG;sCACJ,GAAG;;;;EAe7C;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;kFAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -6,13 +6,11 @@ declare const _default: import("vue").DefineComponent<any, {
6
6
  Utils(): {
7
7
  capitalize: (str: string) => string;
8
8
  dateFilter: (dateString: string, format: string) => any;
9
- splitFirst(str: string, separator: string): string;
10
- duration(isoString: string): number;
11
- humanDuration(value: number | string, options?: import("humanize-duration").Options & {
12
- languages?: any;
13
- }): string;
14
- afterLastDot(str: string): string | undefined;
15
- distinctFilter(value: any, index: number, array: any[]): boolean;
9
+ splitFirst: typeof import("../../utils/Utils").splitFirst;
10
+ duration: typeof import("../../utils/Utils").duration;
11
+ humanDuration: typeof import("../../utils/Utils").humanDuration;
12
+ afterLastDot: typeof import("../../utils/Utils").afterLastDot;
13
+ distinctFilter: typeof import("../../utils/Utils").distinctFilter;
16
14
  };
17
15
  EVENTS(): {
18
16
  readonly EDIT: "edit";
@@ -1 +1 @@
1
- {"version":3,"file":"EdgeNode.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/EdgeNode.vue"],"names":[],"mappings":";;;;;;;;;;;qBAuII,CAhEJ"}
1
+ {"version":3,"file":"EdgeNode.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/EdgeNode.vue"],"names":[],"mappings":""}
@@ -1,247 +1,55 @@
1
- declare const _default: import("vue").DefineComponent<any, {}, {}, {
2
- SECTIONS(): {
3
- readonly TASKS: "TASKS";
4
- readonly TRIGGERS: "TRIGGERS";
5
- readonly TASK_RUNNERS: "TASK_RUNNERS";
1
+ import { Position } from "@vue-flow/core";
2
+ interface TaskType {
3
+ id: string;
4
+ type: object;
5
+ default: null;
6
+ runIf?: unknown;
7
+ subflowId?: {
8
+ namespace: string;
9
+ flowId: string;
6
10
  };
7
- EVENTS(): {
8
- readonly EDIT: "edit";
9
- readonly DELETE: "delete";
10
- readonly SHOW_DESCRIPTION: "showDescription";
11
- readonly COLLAPSE: "collapse";
12
- readonly EXPAND: "expand";
13
- readonly OPEN_LINK: "openLink";
14
- readonly ADD_TASK: "addTask";
15
- readonly SHOW_LOGS: "showLogs";
16
- readonly MOUSE_OVER: "mouseover";
17
- readonly MOUSE_LEAVE: "mouseleave";
18
- readonly ADD_ERROR: "addError";
19
- readonly EXPAND_DEPENDENCIES: "expandDependencies";
20
- readonly SHOW_CONDITION: "showCondition";
21
- readonly RUN_TASK: "runTask";
11
+ namespace?: string;
12
+ flowId?: string;
13
+ }
14
+ interface NodeData {
15
+ node: {
16
+ uid: string;
17
+ type?: string;
18
+ task: TaskType;
22
19
  };
23
- color(): any;
24
- taskId(): string | undefined;
25
- taskRunList(): any;
26
- taskExecution(): any;
27
- taskRuns(): any;
28
- state(): any;
29
- classes(): {
30
- "execution-no-taskrun": any;
20
+ executionId?: string;
21
+ color?: string;
22
+ isReadOnly?: boolean;
23
+ isFlowable?: boolean;
24
+ link?: {
25
+ namespace: string;
26
+ id: string;
27
+ executionId?: string;
31
28
  };
32
- expandData(): {
33
- id: any;
34
- type: any;
35
- };
36
- dataWithLink(): any;
37
- }, {
38
- forwardEvent(event: any, payload: any): void;
39
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("edit" | "delete" | "expand" | "openLink" | "addTask" | "showLogs" | "mouseover" | "mouseleave" | "addError" | "showCondition")[], "edit" | "delete" | "expand" | "openLink" | "addTask" | "showLogs" | "mouseover" | "mouseleave" | "addError" | "showCondition", import("vue").PublicProps, Readonly<any> & Readonly<{
40
- onMouseleave?: ((...args: any[]) => any) | undefined;
41
- onMouseover?: ((...args: any[]) => any) | undefined;
42
- onOpenLink?: ((...args: any[]) => any) | undefined;
43
- onEdit?: ((...args: any[]) => any) | undefined;
44
- onDelete?: ((...args: any[]) => any) | undefined;
45
- onAddTask?: ((...args: any[]) => any) | undefined;
46
- onShowLogs?: ((...args: any[]) => any) | undefined;
47
- onShowCondition?: ((...args: any[]) => any) | undefined;
48
- onExpand?: ((...args: any[]) => any) | undefined;
49
- onAddError?: ((...args: any[]) => any) | undefined;
29
+ }
30
+ type __VLS_Props = {
31
+ data: NodeData;
32
+ sourcePosition?: Position;
33
+ targetPosition?: Position;
34
+ id: string;
35
+ icons?: Record<string, unknown>;
36
+ iconComponent?: object;
37
+ enableSubflowInteraction?: boolean;
38
+ playgroundEnabled: boolean;
39
+ playgroundReadyToStart: boolean;
40
+ };
41
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
42
+ [x: string]: any;
43
+ } & {
44
+ [x: string]: any;
45
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
46
+ [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
50
47
  }>, {
51
- icons: Record<string, any>;
52
- iconComponent: Record<string, any>;
48
+ sourcePosition: Position;
49
+ targetPosition: Position;
50
+ icons: Record<string, unknown>;
51
+ iconComponent: object;
53
52
  enableSubflowInteraction: boolean;
54
- }, {}, {
55
- Pencil: import("vue").Component;
56
- Delete: import("vue").Component;
57
- ExecutionInformations: import("vue").DefineComponent<{
58
- color?: string;
59
- uid?: string;
60
- execution?: {
61
- taskRunList: any[];
62
- };
63
- task: {
64
- type: object;
65
- default: null;
66
- };
67
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
68
- color?: string;
69
- uid?: string;
70
- execution?: {
71
- taskRunList: any[];
72
- };
73
- task: {
74
- type: object;
75
- default: null;
76
- };
77
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
78
- Handle: {
79
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
80
- id: {
81
- type: import("vue").PropType<string>;
82
- };
83
- type: {
84
- type: import("vue").PropType<import("@vue-flow/core").HandleType>;
85
- };
86
- position: {
87
- type: import("vue").PropType<import("@vue-flow/core").Position>;
88
- };
89
- isValidConnection: {
90
- type: import("vue").PropType<import("@vue-flow/core").ValidConnectionFunc>;
91
- };
92
- connectable: {
93
- type: import("vue").PropType<import("@vue-flow/core").HandleConnectable>;
94
- };
95
- connectableStart: {
96
- type: import("vue").PropType<boolean>;
97
- };
98
- connectableEnd: {
99
- type: import("vue").PropType<boolean>;
100
- };
101
- }>>, {
102
- handleClick: (event: MouseEvent) => void;
103
- handlePointerDown: (event: import("@vue-flow/core").MouseTouchEvent) => void;
104
- onClick: (event: MouseEvent) => void;
105
- onPointerDown: (event: MouseEvent | TouchEvent) => void;
106
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
107
- id: {
108
- type: import("vue").PropType<string>;
109
- };
110
- type: {
111
- type: import("vue").PropType<import("@vue-flow/core").HandleType>;
112
- };
113
- position: {
114
- type: import("vue").PropType<import("@vue-flow/core").Position>;
115
- };
116
- isValidConnection: {
117
- type: import("vue").PropType<import("@vue-flow/core").ValidConnectionFunc>;
118
- };
119
- connectable: {
120
- type: import("vue").PropType<import("@vue-flow/core").HandleConnectable>;
121
- };
122
- connectableStart: {
123
- type: import("vue").PropType<boolean>;
124
- };
125
- connectableEnd: {
126
- type: import("vue").PropType<boolean>;
127
- };
128
- }>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
129
- P: {};
130
- B: {};
131
- D: {};
132
- C: {};
133
- M: {};
134
- Defaults: {};
135
- }, Readonly<import("vue").ExtractPropTypes<{
136
- id: {
137
- type: import("vue").PropType<string>;
138
- };
139
- type: {
140
- type: import("vue").PropType<import("@vue-flow/core").HandleType>;
141
- };
142
- position: {
143
- type: import("vue").PropType<import("@vue-flow/core").Position>;
144
- };
145
- isValidConnection: {
146
- type: import("vue").PropType<import("@vue-flow/core").ValidConnectionFunc>;
147
- };
148
- connectable: {
149
- type: import("vue").PropType<import("@vue-flow/core").HandleConnectable>;
150
- };
151
- connectableStart: {
152
- type: import("vue").PropType<boolean>;
153
- };
154
- connectableEnd: {
155
- type: import("vue").PropType<boolean>;
156
- };
157
- }>>, {
158
- handleClick: (event: MouseEvent) => void;
159
- handlePointerDown: (event: import("@vue-flow/core").MouseTouchEvent) => void;
160
- onClick: (event: MouseEvent) => void;
161
- onPointerDown: (event: MouseEvent | TouchEvent) => void;
162
- }, {}, {}, {}, {}>;
163
- __isFragment?: never;
164
- __isTeleport?: never;
165
- __isSuspense?: never;
166
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
167
- id: {
168
- type: import("vue").PropType<string>;
169
- };
170
- type: {
171
- type: import("vue").PropType<import("@vue-flow/core").HandleType>;
172
- };
173
- position: {
174
- type: import("vue").PropType<import("@vue-flow/core").Position>;
175
- };
176
- isValidConnection: {
177
- type: import("vue").PropType<import("@vue-flow/core").ValidConnectionFunc>;
178
- };
179
- connectable: {
180
- type: import("vue").PropType<import("@vue-flow/core").HandleConnectable>;
181
- };
182
- connectableStart: {
183
- type: import("vue").PropType<boolean>;
184
- };
185
- connectableEnd: {
186
- type: import("vue").PropType<boolean>;
187
- };
188
- }>>, {
189
- handleClick: (event: MouseEvent) => void;
190
- handlePointerDown: (event: import("@vue-flow/core").MouseTouchEvent) => void;
191
- onClick: (event: MouseEvent) => void;
192
- onPointerDown: (event: MouseEvent | TouchEvent) => void;
193
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
194
- $slots: {
195
- default?(_: {
196
- id: string | undefined;
197
- }): any;
198
- };
199
- });
200
- TextBoxSearch: import("vue").Component;
201
- AlertOutline: import("vue").Component;
202
- Tooltip: {
203
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
204
- title?: string;
205
- placement?: "top" | "right" | "bottom" | "left";
206
- }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{
207
- title?: string;
208
- placement?: "top" | "right" | "bottom" | "left";
209
- }> & Readonly<{}>, {
210
- title: string;
211
- placement: "top" | "right" | "bottom" | "left";
212
- }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
213
- $tooltip: HTMLSpanElement;
214
- $tooltipContent: HTMLSpanElement;
215
- }, any, import("vue").ComponentProvideOptions, {
216
- P: {};
217
- B: {};
218
- D: {};
219
- C: {};
220
- M: {};
221
- Defaults: {};
222
- }, Readonly<{
223
- title?: string;
224
- placement?: "top" | "right" | "bottom" | "left";
225
- }> & Readonly<{}>, {}, {}, {}, {}, {
226
- title: string;
227
- placement: "top" | "right" | "bottom" | "left";
228
- }>;
229
- __isFragment?: never;
230
- __isTeleport?: never;
231
- __isSuspense?: never;
232
- } & import("vue").ComponentOptionsBase<Readonly<{
233
- title?: string;
234
- placement?: "top" | "right" | "bottom" | "left";
235
- }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
236
- title: string;
237
- placement: "top" | "right" | "bottom" | "left";
238
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
239
- $slots: {
240
- default?(_: {}): any;
241
- content?(_: {}): any;
242
- };
243
- });
244
- SendLock: import("vue").Component;
245
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
53
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
246
54
  export default _default;
247
55
  //# sourceMappingURL=TaskNode.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TaskNode.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/TaskNode.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6RI,KAjQO;;;6BAiQP,KAjQgF,kBAiQhF,gBAhQJ;;;6BAgQI,KA/PsD;;;6BA+PtD,KA7PO,kBA6PP,gBA5PW;;;6BA4PX,KAzPoB,kBAyPpB,gBAxPa;;;6BAwPb,KAvP2D;;;6BAuP3D,KArP8B;;;;8CAqP9B,gBA5Q6H;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA4Q7H,KAjQO;;;yBAiQP,KAjQgF,kBAiQhF,gBAhQJ;;;yBAgQI,KA/PsD;;;yBA+PtD,KA7PO,kBA6PP,gBA5PW;;;yBA4PX,KAzPoB,kBAyPpB,gBAxPa;;;yBAwPb,KAvP2D;;;yBAuP3D,KArP8B;;;;0CAqP9B,gBA5Q6H"}
1
+ {"version":3,"file":"TaskNode.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/TaskNode.vue"],"names":[],"mappings":"AA0WI,OAAO,EAAS,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAyBhD,UAAU,QAAQ;IACd,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,IAAI,CAAC;IACd,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE;QACR,SAAS,EAAE,MAAM,CAAC;QAClB,MAAM,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,UAAU,QAAQ;IACd,IAAI,EAAE;QACF,GAAG,EAAE,MAAM,CAAC;QACZ,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,QAAQ,CAAC;KAClB,CAAC;IACF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE;QACH,SAAS,EAAE,MAAM,CAAC;QAClB,EAAE,EAAE,MAAM,CAAC;QACX,WAAW,CAAC,EAAE,MAAM,CAAC;KACxB,CAAC;CACL;AAiBD,KAAK,WAAW,GAAG;IACf,IAAI,EAAE,QAAQ,CAAC;IACf,cAAc,CAAC,EAAE,QAAQ,CAAC;IAC1B,cAAc,CAAC,EAAE,QAAQ,CAAC;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,iBAAiB,EAAE,OAAO,CAAC;IAC3B,sBAAsB,EAAE,OAAO,CAAC;CACnC,CAAC;;;;;;;;oBARmB,QAAQ;oBACR,QAAQ;WAEjB,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;mBACf,MAAM;8BACK,OAAO;;AA8lB1C,wBAQG"}
@@ -17,15 +17,9 @@ declare function __VLS_template(): {
17
17
  };
18
18
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
19
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
20
- goTo: (target: {
21
- subGroup?: Plugin & Pick<Plugin, "subGroup">;
22
- element?: string;
23
- }) => any;
20
+ goTo: any;
24
21
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
25
- onGoTo?: ((target: {
26
- subGroup?: Plugin & Pick<Plugin, "subGroup">;
27
- element?: string;
28
- }) => any) | undefined;
22
+ onGoTo?: ((...args: any) => any) | undefined;
29
23
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
30
24
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
31
25
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"PluginIndex.vue.d.ts","sourceRoot":"","sources":["../../../src/components/plugins/PluginIndex.vue"],"names":[],"mappings":"AA4FI,OAAO,KAAK,EAAC,MAAM,EAAgB,MAAM,qBAAqB,CAAC;AAM/D,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CAChC,CAAC;AAyCN,iBAAS,cAAc;WAgHT,OAAO,IAA6B;;;;YAVpB,GAAG;;;;EAehC;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;mBA/ImB,MAAM,GAAG,IAAI,CAAC,MAAM,EAAE,UAAU,CAAC;kBAAY,MAAM;;;;mBAAnD,MAAM,GAAG,IAAI,CAAC,MAAM,EAAE,UAAU,CAAC;kBAAY,MAAM;;6FAuJzF,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"PluginIndex.vue.d.ts","sourceRoot":"","sources":["../../../src/components/plugins/PluginIndex.vue"],"names":[],"mappings":"AA4FI,OAAO,KAAK,EAAC,MAAM,EAAgB,MAAM,qBAAqB,CAAC;AAM/D,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CAChC,CAAC;AAyCN,iBAAS,cAAc;WAgHT,OAAO,IAA6B;;;;YAVpB,GAAG;;;;EAehC;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;6FAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -66,6 +66,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
66
66
  type: BooleanConstructor;
67
67
  default: boolean;
68
68
  };
69
+ playgroundReadyToStart: {
70
+ type: BooleanConstructor;
71
+ default: boolean;
72
+ };
69
73
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
70
74
  edit: (...args: any[]) => void;
71
75
  delete: (...args: any[]) => void;
@@ -147,6 +151,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
147
151
  type: BooleanConstructor;
148
152
  default: boolean;
149
153
  };
154
+ playgroundReadyToStart: {
155
+ type: BooleanConstructor;
156
+ default: boolean;
157
+ };
150
158
  }>> & Readonly<{
151
159
  onEdit?: ((...args: any[]) => any) | undefined;
152
160
  onDelete?: ((...args: any[]) => any) | undefined;
@@ -167,16 +175,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
167
175
  namespace: string;
168
176
  flowId: string;
169
177
  icons: Record<string, any>;
178
+ execution: Record<string, any>;
179
+ iconComponent: Record<string, any>;
180
+ enableSubflowInteraction: boolean;
181
+ playgroundEnabled: boolean;
182
+ playgroundReadyToStart: boolean;
170
183
  isHorizontal: boolean;
171
184
  isReadOnly: boolean;
172
185
  isAllowedEdit: boolean;
173
186
  toggleOrientationButton: boolean;
174
187
  expandedSubflows: unknown[];
175
- iconComponent: Record<string, any>;
176
- enableSubflowInteraction: boolean;
177
- execution: Record<string, any>;
178
188
  subflowsExecutions: Record<string, any[]>;
179
- playgroundEnabled: boolean;
180
189
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
181
190
  export default _default;
182
191
  //# sourceMappingURL=Topology.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Topology.vue.d.ts","sourceRoot":"","sources":["../../../src/components/topology/Topology.vue"],"names":[],"mappings":"AAwfI,OAAO,EAAgC,QAAQ,EAAsB,MAAM,KAAK,CAAC;AAwBjF,OAAO,KAAK,YAAY,MAAM,0BAA0B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA01BjC,QAAQ,CAAC,YAAY,CAAC,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAgChC,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAhC/B,QAAQ,CAAC,YAAY,CAAC,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAgChC,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjE3D,wBA0EG"}
1
+ {"version":3,"file":"Topology.vue.d.ts","sourceRoot":"","sources":["../../../src/components/topology/Topology.vue"],"names":[],"mappings":"AA6fI,OAAO,EAAgC,QAAQ,EAAsB,MAAM,KAAK,CAAC;AAuBjF,OAAO,KAAK,YAAY,MAAM,0BAA0B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAq2BjC,QAAQ,CAAC,YAAY,CAAC,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAgChC,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAhC/B,QAAQ,CAAC,YAAY,CAAC,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAgChC,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjE3D,wBA8EG"}
@@ -1,5 +1,4 @@
1
1
  import type { ComputedRef, InjectionKey } from "vue";
2
2
  export declare const EXECUTION_INJECTION_KEY: InjectionKey<ComputedRef<any>>;
3
3
  export declare const SUBFLOWS_EXECUTIONS_INJECTION_KEY: InjectionKey<ComputedRef<Record<string, any[]>>>;
4
- export declare const PLAYGROUND_ENABLED_INJECTION_KEY: InjectionKey<ComputedRef<boolean>>;
5
4
  //# sourceMappingURL=injectionKeys.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"injectionKeys.d.ts","sourceRoot":"","sources":["../../../src/components/topology/injectionKeys.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAE,YAAY,EAAC,MAAM,KAAK,CAAA;AAElD,eAAO,MAAM,uBAAuB,EAAwC,YAAY,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,CAAA;AAC1G,eAAO,MAAM,iCAAiC,EAAkD,YAAY,CAAC,WAAW,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,CAAC,CAAA;AAChJ,eAAO,MAAM,gCAAgC,EAAiD,YAAY,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"injectionKeys.d.ts","sourceRoot":"","sources":["../../../src/components/topology/injectionKeys.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAE,YAAY,EAAC,MAAM,KAAK,CAAA;AAElD,eAAO,MAAM,uBAAuB,EAAwC,YAAY,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,CAAA;AAC1G,eAAO,MAAM,iCAAiC,EAAkD,YAAY,CAAC,WAAW,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,CAAC,CAAA"}
package/dist/index.d.ts CHANGED
@@ -7,6 +7,7 @@ export { default as getMDCParser } from "./composables/getMDCParser";
7
7
  export * from "./utils/constants";
8
8
  export * from "./utils/url";
9
9
  export * from "./utils/plugins";
10
+ export { default as RotatingDotsIcon } from "./assets/icons/RotatingDots.vue";
10
11
  export type { YamlElement } from "./utils/YamlUtilsLegacy";
11
12
  export type { Plugin } from "./utils/plugins";
12
13
  export type { JSONSchema, JSONProperty } from "./utils/schemaUtils";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,yBAAyB,CAAC;AAClD,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAC,OAAO,IAAI,KAAK,EAAE,MAAM,EAAC,MAAM,eAAe,CAAC;AACvD,OAAO,EAAC,OAAO,IAAI,KAAK,EAAC,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAC,OAAO,IAAI,YAAY,EAAC,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAC,OAAO,IAAI,YAAY,EAAC,MAAM,4BAA4B,CAAC;AACnE,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAEhC,YAAY,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AACzD,YAAY,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;AAC5C,YAAY,EAAC,UAAU,EAAE,YAAY,EAAC,MAAM,qBAAqB,CAAC;AAElE,OAAO,4BAA4B,CAAC;AACpC,OAAO,2BAA2B,CAAC;AAEnC,cAAc,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,yBAAyB,CAAC;AAClD,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAC,OAAO,IAAI,KAAK,EAAE,MAAM,EAAC,MAAM,eAAe,CAAC;AACvD,OAAO,EAAC,OAAO,IAAI,KAAK,EAAC,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAC,OAAO,IAAI,YAAY,EAAC,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAC,OAAO,IAAI,YAAY,EAAC,MAAM,4BAA4B,CAAC;AACnE,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,OAAO,EAAC,OAAO,IAAI,gBAAgB,EAAC,MAAM,iCAAiC,CAAC;AAE5E,YAAY,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AACzD,YAAY,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;AAC5C,YAAY,EAAC,UAAU,EAAE,YAAY,EAAC,MAAM,qBAAqB,CAAC;AAElE,OAAO,4BAA4B,CAAC;AACpC,OAAO,2BAA2B,CAAC;AAEnC,cAAc,oBAAoB,CAAC"}