@linkdlab/funcnodes_react_flow 0.1.6 → 0.2.0
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/css/style.css +41 -33
- package/dist/esm/index.esm.js +4724 -0
- package/dist/types/frontend/datarenderer/data_renderer_overlay.d.ts +7 -0
- package/dist/types/frontend/datarenderer/data_renderer_overlay.d.ts.map +1 -0
- package/dist/types/frontend/datarenderer/data_renderer_preview.d.ts +7 -0
- package/dist/types/frontend/datarenderer/data_renderer_preview.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/datarenderer/default_preview_renderer.d.ts +19 -15
- package/dist/types/frontend/datarenderer/default_preview_renderer.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/datarenderer/images.d.ts +15 -11
- package/dist/types/frontend/datarenderer/images.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/datarenderer/index.d.ts +17 -16
- package/dist/types/frontend/datarenderer/index.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/datarenderer/rendermappings.d.ts +123 -122
- package/dist/types/frontend/datarenderer/rendermappings.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/dialog.d.ts +19 -18
- package/dist/types/frontend/dialog.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/edge.d.ts +6 -5
- package/dist/types/frontend/edge.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/funcnodesreactflow/index.d.ts +7 -6
- package/dist/types/frontend/funcnodesreactflow/index.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/funcnodesreactflow/react_flow_layer.d.ts +6 -5
- package/dist/types/frontend/funcnodesreactflow/react_flow_layer.d.ts.map +1 -0
- package/dist/types/frontend/header/index.d.ts +6 -0
- package/dist/types/frontend/header/index.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/index.d.ts +4 -3
- package/dist/types/frontend/index.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/lib.d.ts +11 -10
- package/dist/types/frontend/lib.d.ts.map +1 -0
- package/dist/types/frontend/node/body_data_renderer.d.ts +12 -0
- package/dist/types/frontend/node/body_data_renderer.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/node/index.d.ts +3 -2
- package/dist/types/frontend/node/index.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/node/io/default_input_renderer.d.ts +12 -11
- package/dist/types/frontend/node/io/default_input_renderer.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/node/io/default_output_render.d.ts +7 -6
- package/dist/types/frontend/node/io/default_output_render.d.ts.map +1 -0
- package/dist/types/frontend/node/io/handle_renderer.d.ts +12 -0
- package/dist/types/frontend/node/io/handle_renderer.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/node/io/index.d.ts +4 -3
- package/dist/types/frontend/node/io/index.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/node/io/io.d.ts +17 -16
- package/dist/types/frontend/node/io/io.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/node/io/nodeinput.d.ts +7 -6
- package/dist/types/frontend/node/io/nodeinput.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/node/io/nodeoutput.d.ts +7 -6
- package/dist/types/frontend/node/io/nodeoutput.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/node/node.d.ts +21 -20
- package/dist/types/frontend/node/node.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/utils/colorpicker.d.ts +22 -21
- package/dist/types/frontend/utils/colorpicker.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/utils/jsondata.d.ts +7 -6
- package/dist/types/frontend/utils/jsondata.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/utils/select.d.ts +15 -14
- package/dist/types/frontend/utils/select.d.ts.map +1 -0
- package/dist/{frontend → types/frontend}/utils/table.d.ts +12 -11
- package/dist/types/frontend/utils/table.d.ts.map +1 -0
- package/dist/{funcnodes → types/funcnodes}/funcnodesworker.d.ts +88 -88
- package/dist/types/funcnodes/funcnodesworker.d.ts.map +1 -0
- package/dist/{funcnodes → types/funcnodes}/index.d.ts +5 -4
- package/dist/types/funcnodes/index.d.ts.map +1 -0
- package/dist/{funcnodes → types/funcnodes}/websocketworker.d.ts +28 -27
- package/dist/types/funcnodes/websocketworker.d.ts.map +1 -0
- package/dist/{funcnodes → types/funcnodes}/workermanager.d.ts +33 -32
- package/dist/types/funcnodes/workermanager.d.ts.map +1 -0
- package/dist/{index.d.ts → types/index.d.ts} +8 -7
- package/dist/types/index.d.ts.map +1 -0
- package/dist/{plugin → types/plugin}/index.d.ts +7 -6
- package/dist/types/plugin/index.d.ts.map +1 -0
- package/dist/{plugin → types/plugin}/rendenderer.d.ts +21 -20
- package/dist/types/plugin/rendenderer.d.ts.map +1 -0
- package/dist/{states → types/states}/edge.d.ts +8 -7
- package/dist/types/states/edge.d.ts.map +1 -0
- package/dist/{states → types/states}/edge.t.d.ts +17 -16
- package/dist/types/states/edge.t.d.ts.map +1 -0
- package/dist/{states → types/states}/fnrfzst.d.ts +11 -10
- package/dist/types/states/fnrfzst.d.ts.map +1 -0
- package/dist/{states → types/states}/fnrfzst.t.d.ts +115 -111
- package/dist/types/states/fnrfzst.t.d.ts.map +1 -0
- package/dist/{states → types/states}/index.d.ts +8 -7
- package/dist/types/states/index.d.ts.map +1 -0
- package/dist/{states → types/states}/lib.d.ts +4 -3
- package/dist/types/states/lib.d.ts.map +1 -0
- package/dist/{states → types/states}/lib.t.d.ts +39 -38
- package/dist/types/states/lib.t.d.ts.map +1 -0
- package/dist/{states → types/states}/node.d.ts +6 -5
- package/dist/types/states/node.d.ts.map +1 -0
- package/dist/{states → types/states}/node.t.d.ts +74 -73
- package/dist/types/states/node.t.d.ts.map +1 -0
- package/dist/{states → types/states}/nodeio.t.d.ts +68 -67
- package/dist/types/states/nodeio.t.d.ts.map +1 -0
- package/dist/{states → types/states}/nodespace.d.ts +4 -3
- package/dist/types/states/nodespace.d.ts.map +1 -0
- package/dist/{states → types/states}/nodespace.t.d.ts +17 -16
- package/dist/types/states/nodespace.t.d.ts.map +1 -0
- package/dist/{states → types/states}/reactflow.d.ts +9 -8
- package/dist/types/states/reactflow.d.ts.map +1 -0
- package/dist/{states → types/states}/reactflow.t.d.ts +12 -11
- package/dist/types/states/reactflow.t.d.ts.map +1 -0
- package/dist/types/{rendering.t.d.ts → types/rendering.t.d.ts} +11 -10
- package/dist/types/types/rendering.t.d.ts.map +1 -0
- package/dist/{utils → types/utils}/autolayout/force.d.ts +3 -2
- package/dist/types/utils/autolayout/force.d.ts.map +1 -0
- package/dist/{utils → types/utils}/autolayout/index.d.ts +3 -2
- package/dist/types/utils/autolayout/index.d.ts.map +1 -0
- package/dist/{utils → types/utils}/index.d.ts +4 -3
- package/dist/types/utils/index.d.ts.map +1 -0
- package/dist/{utils → types/utils}/objects.d.ts +20 -19
- package/dist/types/utils/objects.d.ts.map +1 -0
- package/dist/umd/index.umd.js +5265 -0
- package/package.json +36 -75
- package/README.md +0 -46
- package/dist/data_text_javascript_base64_.index.js +0 -22
- package/dist/frontend/datarenderer/data_renderer_overlay.d.ts +0 -5
- package/dist/frontend/datarenderer/data_renderer_preview.d.ts +0 -5
- package/dist/frontend/datarenderer/plotly.d.ts +0 -10
- package/dist/frontend/header/index.d.ts +0 -4
- package/dist/frontend/node/body_data_renderer.d.ts +0 -7
- package/dist/frontend/node/io/handle_renderer.d.ts +0 -7
- package/dist/index.js +0 -910
|
@@ -1,73 +1,74 @@
|
|
|
1
|
-
import { UseBoundStore, StoreApi } from "zustand";
|
|
2
|
-
import { DeepPartial } from "../utils";
|
|
3
|
-
import { IOType } from "./nodeio.t";
|
|
4
|
-
import { DataRenderOptions } from "../types/rendering.t";
|
|
5
|
-
/**
|
|
6
|
-
* Interface for the NodeActionAdd.
|
|
7
|
-
* This interface is used when a new node is being added.
|
|
8
|
-
* It has a type property set to "add" and a node property of NodeType.
|
|
9
|
-
*/
|
|
10
|
-
interface BaseNodeAction {
|
|
11
|
-
type: string;
|
|
12
|
-
from_remote: boolean;
|
|
13
|
-
id: string;
|
|
14
|
-
immediate?: boolean;
|
|
15
|
-
}
|
|
16
|
-
interface NodeActionAdd extends BaseNodeAction {
|
|
17
|
-
type: "add";
|
|
18
|
-
node: NodeType;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Interface for the NodeActionUpdate.
|
|
22
|
-
* This interface is used when an existing node is being updated.
|
|
23
|
-
* It has a type property set to "update", an id property for the node to be updated,
|
|
24
|
-
* and a node property of PartialNodeType which contains the properties to be updated.
|
|
25
|
-
*/
|
|
26
|
-
interface NodeActionUpdate extends BaseNodeAction {
|
|
27
|
-
type: "update";
|
|
28
|
-
node: PartialNodeType;
|
|
29
|
-
}
|
|
30
|
-
/**
|
|
31
|
-
* Interface for the NodeActionDelete.
|
|
32
|
-
* This interface is used when a node is being deleted.
|
|
33
|
-
* It has a type property set to "delete" and an id property for the node to be deleted.
|
|
34
|
-
*/
|
|
35
|
-
interface NodeActionDelete extends BaseNodeAction {
|
|
36
|
-
type: "delete";
|
|
37
|
-
}
|
|
38
|
-
interface NodeActionError extends BaseNodeAction {
|
|
39
|
-
type: "error";
|
|
40
|
-
errortype: string;
|
|
41
|
-
error: string;
|
|
42
|
-
}
|
|
43
|
-
interface NodeTrigger extends BaseNodeAction {
|
|
44
|
-
type: "trigger";
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* Type alias for NodeAction.
|
|
48
|
-
* A NodeAction can be either a NodeActionAdd, NodeActionUpdate, or NodeActionDelete.
|
|
49
|
-
*/
|
|
50
|
-
type NodeAction = NodeActionAdd | NodeActionUpdate | NodeActionDelete | NodeActionError | NodeTrigger;
|
|
51
|
-
type NodeStore = UseBoundStore<StoreApi<NodeType>>;
|
|
52
|
-
interface NodeRenderOptions {
|
|
53
|
-
data?: DataRenderOptions;
|
|
54
|
-
}
|
|
55
|
-
interface NodeType {
|
|
56
|
-
id: string;
|
|
57
|
-
node_name: string;
|
|
58
|
-
io: {
|
|
59
|
-
[key: string]: IOType;
|
|
60
|
-
};
|
|
61
|
-
frontend: {
|
|
62
|
-
pos: [number, number];
|
|
63
|
-
size: [number, number];
|
|
64
|
-
collapsed: boolean;
|
|
65
|
-
};
|
|
66
|
-
name: string;
|
|
67
|
-
in_trigger: boolean;
|
|
68
|
-
error?: string;
|
|
69
|
-
render_options?: NodeRenderOptions;
|
|
70
|
-
io_order: string[];
|
|
71
|
-
}
|
|
72
|
-
type PartialNodeType = DeepPartial<NodeType>;
|
|
73
|
-
export type { NodeStore, NodeAction, NodeActionUpdate, NodeActionDelete, NodeActionAdd, NodeActionError, PartialNodeType, NodeType, };
|
|
1
|
+
import { UseBoundStore, StoreApi } from "zustand";
|
|
2
|
+
import { DeepPartial } from "../utils";
|
|
3
|
+
import { IOType } from "./nodeio.t";
|
|
4
|
+
import { DataRenderOptions } from "../types/rendering.t";
|
|
5
|
+
/**
|
|
6
|
+
* Interface for the NodeActionAdd.
|
|
7
|
+
* This interface is used when a new node is being added.
|
|
8
|
+
* It has a type property set to "add" and a node property of NodeType.
|
|
9
|
+
*/
|
|
10
|
+
interface BaseNodeAction {
|
|
11
|
+
type: string;
|
|
12
|
+
from_remote: boolean;
|
|
13
|
+
id: string;
|
|
14
|
+
immediate?: boolean;
|
|
15
|
+
}
|
|
16
|
+
interface NodeActionAdd extends BaseNodeAction {
|
|
17
|
+
type: "add";
|
|
18
|
+
node: NodeType;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Interface for the NodeActionUpdate.
|
|
22
|
+
* This interface is used when an existing node is being updated.
|
|
23
|
+
* It has a type property set to "update", an id property for the node to be updated,
|
|
24
|
+
* and a node property of PartialNodeType which contains the properties to be updated.
|
|
25
|
+
*/
|
|
26
|
+
interface NodeActionUpdate extends BaseNodeAction {
|
|
27
|
+
type: "update";
|
|
28
|
+
node: PartialNodeType;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Interface for the NodeActionDelete.
|
|
32
|
+
* This interface is used when a node is being deleted.
|
|
33
|
+
* It has a type property set to "delete" and an id property for the node to be deleted.
|
|
34
|
+
*/
|
|
35
|
+
interface NodeActionDelete extends BaseNodeAction {
|
|
36
|
+
type: "delete";
|
|
37
|
+
}
|
|
38
|
+
interface NodeActionError extends BaseNodeAction {
|
|
39
|
+
type: "error";
|
|
40
|
+
errortype: string;
|
|
41
|
+
error: string;
|
|
42
|
+
}
|
|
43
|
+
interface NodeTrigger extends BaseNodeAction {
|
|
44
|
+
type: "trigger";
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Type alias for NodeAction.
|
|
48
|
+
* A NodeAction can be either a NodeActionAdd, NodeActionUpdate, or NodeActionDelete.
|
|
49
|
+
*/
|
|
50
|
+
type NodeAction = NodeActionAdd | NodeActionUpdate | NodeActionDelete | NodeActionError | NodeTrigger;
|
|
51
|
+
type NodeStore = UseBoundStore<StoreApi<NodeType>>;
|
|
52
|
+
interface NodeRenderOptions {
|
|
53
|
+
data?: DataRenderOptions;
|
|
54
|
+
}
|
|
55
|
+
interface NodeType {
|
|
56
|
+
id: string;
|
|
57
|
+
node_name: string;
|
|
58
|
+
io: {
|
|
59
|
+
[key: string]: IOType;
|
|
60
|
+
};
|
|
61
|
+
frontend: {
|
|
62
|
+
pos: [number, number];
|
|
63
|
+
size: [number, number];
|
|
64
|
+
collapsed: boolean;
|
|
65
|
+
};
|
|
66
|
+
name: string;
|
|
67
|
+
in_trigger: boolean;
|
|
68
|
+
error?: string;
|
|
69
|
+
render_options?: NodeRenderOptions;
|
|
70
|
+
io_order: string[];
|
|
71
|
+
}
|
|
72
|
+
type PartialNodeType = DeepPartial<NodeType>;
|
|
73
|
+
export type { NodeStore, NodeAction, NodeActionUpdate, NodeActionDelete, NodeActionAdd, NodeActionError, PartialNodeType, NodeType, };
|
|
74
|
+
//# sourceMappingURL=node.t.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"node.t.d.ts","sourceRoot":"","sources":["../../../src/states/node.t.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AACvC,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEzD;;;;GAIG;AAEH,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,OAAO,CAAC;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,UAAU,aAAc,SAAQ,cAAc;IAC5C,IAAI,EAAE,KAAK,CAAC;IACZ,IAAI,EAAE,QAAQ,CAAC;CAChB;AAED;;;;;GAKG;AACH,UAAU,gBAAiB,SAAQ,cAAc;IAC/C,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,EAAE,eAAe,CAAC;CACvB;AAED;;;;GAIG;AACH,UAAU,gBAAiB,SAAQ,cAAc;IAC/C,IAAI,EAAE,QAAQ,CAAC;CAChB;AAED,UAAU,eAAgB,SAAQ,cAAc;IAC9C,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,WAAY,SAAQ,cAAc;IAC1C,IAAI,EAAE,SAAS,CAAC;CACjB;AAED;;;GAGG;AACH,KAAK,UAAU,GACX,aAAa,GACb,gBAAgB,GAChB,gBAAgB,GAChB,eAAe,GACf,WAAW,CAAC;AAEhB,KAAK,SAAS,GAAG,aAAa,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC;AAEnD,UAAU,iBAAiB;IACzB,IAAI,CAAC,EAAE,iBAAiB,CAAC;CAC1B;AAED,UAAU,QAAQ;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,EAAE,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC9B,QAAQ,EAAE;QACR,GAAG,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QACtB,IAAI,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QACvB,SAAS,EAAE,OAAO,CAAC;KACpB,CAAC;IACF,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,iBAAiB,CAAC;IACnC,QAAQ,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,KAAK,eAAe,GAAG,WAAW,CAAC,QAAQ,CAAC,CAAC;AAE7C,YAAY,EACV,SAAS,EACT,UAAU,EACV,gBAAgB,EAChB,gBAAgB,EAChB,aAAa,EACb,eAAe,EACf,eAAe,EACf,QAAQ,GACT,CAAC"}
|
|
@@ -1,67 +1,68 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { BaseRenderOptions } from "../types/rendering.t";
|
|
3
|
-
import { DeepPartial } from "../utils";
|
|
4
|
-
interface AllOf {
|
|
5
|
-
allOf: SerializedType[];
|
|
6
|
-
}
|
|
7
|
-
interface AnyOf {
|
|
8
|
-
anyOf: SerializedType[];
|
|
9
|
-
}
|
|
10
|
-
interface ArrayOf {
|
|
11
|
-
type: "array";
|
|
12
|
-
items: SerializedType;
|
|
13
|
-
uniqueItems: boolean;
|
|
14
|
-
}
|
|
15
|
-
interface DictOf {
|
|
16
|
-
type: "object";
|
|
17
|
-
keys: SerializedType;
|
|
18
|
-
values: SerializedType;
|
|
19
|
-
}
|
|
20
|
-
interface EnumOf {
|
|
21
|
-
type: "enum";
|
|
22
|
-
values: (number | string | boolean | null)[];
|
|
23
|
-
keys: string[];
|
|
24
|
-
nullable: boolean;
|
|
25
|
-
}
|
|
26
|
-
interface TypeOf {
|
|
27
|
-
type: "type";
|
|
28
|
-
value: SerializedType;
|
|
29
|
-
}
|
|
30
|
-
type SerializedType = string | AllOf | AnyOf | ArrayOf | DictOf | EnumOf | TypeOf;
|
|
31
|
-
interface IORenderOptions extends BaseRenderOptions {
|
|
32
|
-
step?: number;
|
|
33
|
-
set_default: boolean;
|
|
34
|
-
}
|
|
35
|
-
interface IOValueOptions {
|
|
36
|
-
min?: number;
|
|
37
|
-
max?: number;
|
|
38
|
-
step?: number;
|
|
39
|
-
options?: (string | number)[] | EnumOf;
|
|
40
|
-
colorspace?: string;
|
|
41
|
-
}
|
|
42
|
-
interface IOType {
|
|
43
|
-
connected: boolean;
|
|
44
|
-
does_trigger: boolean;
|
|
45
|
-
full_id: string;
|
|
46
|
-
id: string;
|
|
47
|
-
is_input: boolean;
|
|
48
|
-
name: string;
|
|
49
|
-
node: string;
|
|
50
|
-
type: SerializedType;
|
|
51
|
-
value: any;
|
|
52
|
-
fullvalue?: any;
|
|
53
|
-
render_options: IORenderOptions;
|
|
54
|
-
value_options?: IOValueOptions;
|
|
55
|
-
valuepreview_type?: string;
|
|
56
|
-
try_get_full_value: () => void;
|
|
57
|
-
}
|
|
58
|
-
type OutputRendererType = ({ io }: {
|
|
59
|
-
io: IOType;
|
|
60
|
-
}) => JSX.Element;
|
|
61
|
-
interface InputRendererProps {
|
|
62
|
-
io: IOType;
|
|
63
|
-
inputconverter: [(v: any) => any, (v: any) => any];
|
|
64
|
-
}
|
|
65
|
-
type InputRendererType = ({ io, inputconverter, }: InputRendererProps) => JSX.Element;
|
|
66
|
-
type PartialIOType = DeepPartial<IOType>;
|
|
67
|
-
export type { AllOf, AnyOf, ArrayOf, DictOf, EnumOf, TypeOf, SerializedType, IORenderOptions, IOValueOptions, IOType, OutputRendererType, InputRendererProps, InputRendererType, PartialIOType, };
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { BaseRenderOptions } from "../types/rendering.t";
|
|
3
|
+
import { DeepPartial } from "../utils";
|
|
4
|
+
interface AllOf {
|
|
5
|
+
allOf: SerializedType[];
|
|
6
|
+
}
|
|
7
|
+
interface AnyOf {
|
|
8
|
+
anyOf: SerializedType[];
|
|
9
|
+
}
|
|
10
|
+
interface ArrayOf {
|
|
11
|
+
type: "array";
|
|
12
|
+
items: SerializedType;
|
|
13
|
+
uniqueItems: boolean;
|
|
14
|
+
}
|
|
15
|
+
interface DictOf {
|
|
16
|
+
type: "object";
|
|
17
|
+
keys: SerializedType;
|
|
18
|
+
values: SerializedType;
|
|
19
|
+
}
|
|
20
|
+
interface EnumOf {
|
|
21
|
+
type: "enum";
|
|
22
|
+
values: (number | string | boolean | null)[];
|
|
23
|
+
keys: string[];
|
|
24
|
+
nullable: boolean;
|
|
25
|
+
}
|
|
26
|
+
interface TypeOf {
|
|
27
|
+
type: "type";
|
|
28
|
+
value: SerializedType;
|
|
29
|
+
}
|
|
30
|
+
type SerializedType = string | AllOf | AnyOf | ArrayOf | DictOf | EnumOf | TypeOf;
|
|
31
|
+
interface IORenderOptions extends BaseRenderOptions {
|
|
32
|
+
step?: number;
|
|
33
|
+
set_default: boolean;
|
|
34
|
+
}
|
|
35
|
+
interface IOValueOptions {
|
|
36
|
+
min?: number;
|
|
37
|
+
max?: number;
|
|
38
|
+
step?: number;
|
|
39
|
+
options?: (string | number)[] | EnumOf;
|
|
40
|
+
colorspace?: string;
|
|
41
|
+
}
|
|
42
|
+
interface IOType {
|
|
43
|
+
connected: boolean;
|
|
44
|
+
does_trigger: boolean;
|
|
45
|
+
full_id: string;
|
|
46
|
+
id: string;
|
|
47
|
+
is_input: boolean;
|
|
48
|
+
name: string;
|
|
49
|
+
node: string;
|
|
50
|
+
type: SerializedType;
|
|
51
|
+
value: any;
|
|
52
|
+
fullvalue?: any;
|
|
53
|
+
render_options: IORenderOptions;
|
|
54
|
+
value_options?: IOValueOptions;
|
|
55
|
+
valuepreview_type?: string;
|
|
56
|
+
try_get_full_value: () => void;
|
|
57
|
+
}
|
|
58
|
+
type OutputRendererType = ({ io }: {
|
|
59
|
+
io: IOType;
|
|
60
|
+
}) => JSX.Element;
|
|
61
|
+
interface InputRendererProps {
|
|
62
|
+
io: IOType;
|
|
63
|
+
inputconverter: [(v: any) => any, (v: any) => any];
|
|
64
|
+
}
|
|
65
|
+
type InputRendererType = ({ io, inputconverter, }: InputRendererProps) => JSX.Element;
|
|
66
|
+
type PartialIOType = DeepPartial<IOType>;
|
|
67
|
+
export type { AllOf, AnyOf, ArrayOf, DictOf, EnumOf, TypeOf, SerializedType, IORenderOptions, IOValueOptions, IOType, OutputRendererType, InputRendererProps, InputRendererType, PartialIOType, };
|
|
68
|
+
//# sourceMappingURL=nodeio.t.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nodeio.t.d.ts","sourceRoot":"","sources":["../../../src/states/nodeio.t.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AACvC,UAAU,KAAK;IACb,KAAK,EAAE,cAAc,EAAE,CAAC;CACzB;AAED,UAAU,KAAK;IACb,KAAK,EAAE,cAAc,EAAE,CAAC;CACzB;AAED,UAAU,OAAO;IACf,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,EAAE,cAAc,CAAC;IACtB,WAAW,EAAE,OAAO,CAAC;CACtB;AAED,UAAU,MAAM;IACd,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,EAAE,cAAc,CAAC;IACrB,MAAM,EAAE,cAAc,CAAC;CACxB;AAED,UAAU,MAAM;IACd,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC,EAAE,CAAC;IAC7C,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,UAAU,MAAM;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,cAAc,CAAC;CACvB;AAGD,KAAK,cAAc,GACf,MAAM,GACN,KAAK,GACL,KAAK,GACL,OAAO,GACP,MAAM,GACN,MAAM,GACN,MAAM,CAAC;AAEX,UAAU,eAAgB,SAAQ,iBAAiB;IACjD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,OAAO,CAAC;CACtB;AAED,UAAU,cAAc;IACtB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,MAAM,CAAC;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,MAAM;IACd,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,OAAO,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,cAAc,CAAC;IACrB,KAAK,EAAE,GAAG,CAAC;IACX,SAAS,CAAC,EAAE,GAAG,CAAC;IAChB,cAAc,EAAE,eAAe,CAAC;IAChC,aAAa,CAAC,EAAE,cAAc,CAAC;IAC/B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC;AAED,KAAK,kBAAkB,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE;IAAE,EAAE,EAAE,MAAM,CAAA;CAAE,KAAK,GAAG,CAAC,OAAO,CAAC;AAElE,UAAU,kBAAkB;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,cAAc,EAAE,CAAC,CAAC,CAAC,EAAE,GAAG,KAAK,GAAG,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,GAAG,CAAC,CAAC;CACpD;AACD,KAAK,iBAAiB,GAAG,CAAC,EACxB,EAAE,EACF,cAAc,GACf,EAAE,kBAAkB,KAAK,GAAG,CAAC,OAAO,CAAC;AAEtC,KAAK,aAAa,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC;AAEzC,YAAY,EACV,KAAK,EACL,KAAK,EACL,OAAO,EACP,MAAM,EACN,MAAM,EACN,MAAM,EACN,cAAc,EACd,eAAe,EACf,cAAc,EACd,MAAM,EACN,kBAAkB,EAClB,kBAAkB,EAClB,iBAAiB,EACjB,aAAa,GACd,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import { NodeSpaceZustandInterface, NodeSpaceZustandProps } from "./nodespace.t";
|
|
2
|
-
declare const NodeSpaceZustand: ({}: NodeSpaceZustandProps) => NodeSpaceZustandInterface;
|
|
3
|
-
export default NodeSpaceZustand;
|
|
1
|
+
import { NodeSpaceZustandInterface, NodeSpaceZustandProps } from "./nodespace.t";
|
|
2
|
+
declare const NodeSpaceZustand: ({}: NodeSpaceZustandProps) => NodeSpaceZustandInterface;
|
|
3
|
+
export default NodeSpaceZustand;
|
|
4
|
+
//# sourceMappingURL=nodespace.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nodespace.d.ts","sourceRoot":"","sources":["../../../src/states/nodespace.ts"],"names":[],"mappings":"AACA,OAAO,EACL,yBAAyB,EACzB,qBAAqB,EACtB,MAAM,eAAe,CAAC;AACvB,QAAA,MAAM,gBAAgB,OACf,qBAAqB,KAAG,yBAiF5B,CAAC;AAEJ,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeStore } from "./node.t";
|
|
2
|
-
/**
|
|
3
|
-
* Interface for the NodeSpaceZustand state management.
|
|
4
|
-
* This interface is used to define the shape of the state and the actions that can be performed on it.
|
|
5
|
-
*/
|
|
6
|
-
interface NodeSpaceZustandInterface {
|
|
7
|
-
nodesstates: Map<string, NodeStore>;
|
|
8
|
-
get_node: (nid: string, raise?: boolean) => NodeStore | undefined;
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* Interface for the NodeSpaceZustandProps.
|
|
12
|
-
* This interface is used to define the properties that can be passed to the NodeSpaceZustand component.
|
|
13
|
-
*/
|
|
14
|
-
interface NodeSpaceZustandProps {
|
|
15
|
-
}
|
|
16
|
-
export type { NodeSpaceZustandProps, NodeSpaceZustandInterface };
|
|
1
|
+
import { NodeStore } from "./node.t";
|
|
2
|
+
/**
|
|
3
|
+
* Interface for the NodeSpaceZustand state management.
|
|
4
|
+
* This interface is used to define the shape of the state and the actions that can be performed on it.
|
|
5
|
+
*/
|
|
6
|
+
interface NodeSpaceZustandInterface {
|
|
7
|
+
nodesstates: Map<string, NodeStore>;
|
|
8
|
+
get_node: (nid: string, raise?: boolean) => NodeStore | undefined;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Interface for the NodeSpaceZustandProps.
|
|
12
|
+
* This interface is used to define the properties that can be passed to the NodeSpaceZustand component.
|
|
13
|
+
*/
|
|
14
|
+
interface NodeSpaceZustandProps {
|
|
15
|
+
}
|
|
16
|
+
export type { NodeSpaceZustandProps, NodeSpaceZustandInterface };
|
|
17
|
+
//# sourceMappingURL=nodespace.t.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nodespace.t.d.ts","sourceRoot":"","sources":["../../../src/states/nodespace.t.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC;;;GAGG;AACH,UAAU,yBAAyB;IAEjC,WAAW,EAAE,GAAG,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;IAEpC,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,OAAO,KAAK,SAAS,GAAG,SAAS,CAAC;CAkCnE;AAED;;;GAGG;AACH,UAAU,qBAAqB;CAI9B;AAED,YAAY,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,CAAC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { Connection, EdgeChange, NodeChange } from "reactflow";
|
|
2
|
-
import { RFStore } from "./reactflow.t";
|
|
3
|
-
declare const reactflowstore: ({ on_node_change, on_edge_change, on_connect, }: {
|
|
4
|
-
on_node_change?: (
|
|
5
|
-
on_edge_change?: (
|
|
6
|
-
on_connect?: (
|
|
7
|
-
}) => RFStore;
|
|
8
|
-
export default reactflowstore;
|
|
1
|
+
import { Connection, EdgeChange, NodeChange } from "reactflow";
|
|
2
|
+
import { RFStore } from "./reactflow.t";
|
|
3
|
+
declare const reactflowstore: ({ on_node_change, on_edge_change, on_connect, }: {
|
|
4
|
+
on_node_change?: (changes: NodeChange[]) => void;
|
|
5
|
+
on_edge_change?: (changes: EdgeChange[]) => void;
|
|
6
|
+
on_connect?: (connection: Connection) => void;
|
|
7
|
+
}) => RFStore;
|
|
8
|
+
export default reactflowstore;
|
|
9
|
+
//# sourceMappingURL=reactflow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reactflow.d.ts","sourceRoot":"","sources":["../../../src/states/reactflow.ts"],"names":[],"mappings":"AACA,OAAO,EACL,UAAU,EACV,UAAU,EACV,UAAU,EAGX,MAAM,WAAW,CAAC;AACnB,OAAO,EAAW,OAAO,EAAE,MAAM,eAAe,CAAC;AAEjD,QAAA,MAAM,cAAc,oDAIjB;IACD,cAAc,CAAC,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,KAAK,IAAI,CAAC;IACjD,cAAc,CAAC,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,KAAK,IAAI,CAAC;IACjD,UAAU,CAAC,EAAE,CAAC,UAAU,EAAE,UAAU,KAAK,IAAI,CAAC;CAC/C,KAAG,OA4BH,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { UseBoundStore, StoreApi } from "zustand";
|
|
2
|
-
import { Edge, Node, OnNodesChange, OnEdgesChange, OnConnect } from "reactflow";
|
|
3
|
-
type RFState = {
|
|
4
|
-
nodes: Node[];
|
|
5
|
-
edges: Edge[];
|
|
6
|
-
onNodesChange: OnNodesChange;
|
|
7
|
-
onEdgesChange: OnEdgesChange;
|
|
8
|
-
onConnect: OnConnect;
|
|
9
|
-
};
|
|
10
|
-
type RFStore = UseBoundStore<StoreApi<RFState>>;
|
|
11
|
-
export type { RFState, RFStore };
|
|
1
|
+
import { UseBoundStore, StoreApi } from "zustand";
|
|
2
|
+
import { Edge, Node, OnNodesChange, OnEdgesChange, OnConnect } from "reactflow";
|
|
3
|
+
type RFState = {
|
|
4
|
+
nodes: Node[];
|
|
5
|
+
edges: Edge[];
|
|
6
|
+
onNodesChange: OnNodesChange;
|
|
7
|
+
onEdgesChange: OnEdgesChange;
|
|
8
|
+
onConnect: OnConnect;
|
|
9
|
+
};
|
|
10
|
+
type RFStore = UseBoundStore<StoreApi<RFState>>;
|
|
11
|
+
export type { RFState, RFStore };
|
|
12
|
+
//# sourceMappingURL=reactflow.t.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reactflow.t.d.ts","sourceRoot":"","sources":["../../../src/states/reactflow.t.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAClD,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,aAAa,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEhF,KAAK,OAAO,GAAG;IACb,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,aAAa,EAAE,aAAa,CAAC;IAC7B,aAAa,EAAE,aAAa,CAAC;IAC7B,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC;AAGF,KAAK,OAAO,GAAG,aAAa,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC;AAEhD,YAAY,EAAE,OAAO,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { SerializedType } from "../states/nodeio.t";
|
|
2
|
-
type RenderType = "string" | "number" | "boolean" | "image" | SerializedType;
|
|
3
|
-
interface BaseRenderOptions {
|
|
4
|
-
type: RenderType;
|
|
5
|
-
}
|
|
6
|
-
interface DataRenderOptions extends BaseRenderOptions {
|
|
7
|
-
src?: string;
|
|
8
|
-
preview_type?: string;
|
|
9
|
-
}
|
|
10
|
-
export type { DataRenderOptions, RenderType, BaseRenderOptions };
|
|
1
|
+
import { SerializedType } from "../states/nodeio.t";
|
|
2
|
+
type RenderType = "string" | "number" | "boolean" | "image" | SerializedType;
|
|
3
|
+
interface BaseRenderOptions {
|
|
4
|
+
type: RenderType;
|
|
5
|
+
}
|
|
6
|
+
interface DataRenderOptions extends BaseRenderOptions {
|
|
7
|
+
src?: string;
|
|
8
|
+
preview_type?: string;
|
|
9
|
+
}
|
|
10
|
+
export type { DataRenderOptions, RenderType, BaseRenderOptions };
|
|
11
|
+
//# sourceMappingURL=rendering.t.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rendering.t.d.ts","sourceRoot":"","sources":["../../../src/types/rendering.t.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD,KAAK,UAAU,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,OAAO,GAAG,cAAc,CAAC;AAE7E,UAAU,iBAAiB;IACzB,IAAI,EAAE,UAAU,CAAC;CAClB;AAED,UAAU,iBAAkB,SAAQ,iBAAiB;IACnD,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,YAAY,EAAE,iBAAiB,EAAE,UAAU,EAAE,iBAAiB,EAAE,CAAC"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare const useForceGraph: () => void;
|
|
2
|
-
export default useForceGraph;
|
|
1
|
+
declare const useForceGraph: () => void;
|
|
2
|
+
export default useForceGraph;
|
|
3
|
+
//# sourceMappingURL=force.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"force.d.ts","sourceRoot":"","sources":["../../../../src/utils/autolayout/force.ts"],"names":[],"mappings":"AAgBA,QAAA,MAAM,aAAa,YA8ClB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import useForceGraph from "./force";
|
|
2
|
-
export { useForceGraph };
|
|
1
|
+
import useForceGraph from "./force";
|
|
2
|
+
export { useForceGraph };
|
|
3
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/utils/autolayout/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,SAAS,CAAC;AAEpC,OAAO,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import { deep_merge, deep_compare_objects, DeepPartial } from "./objects";
|
|
2
|
-
export { deep_merge, deep_compare_objects };
|
|
3
|
-
export type { DeepPartial };
|
|
1
|
+
import { deep_merge, deep_compare_objects, DeepPartial } from "./objects";
|
|
2
|
+
export { deep_merge, deep_compare_objects };
|
|
3
|
+
export type { DeepPartial };
|
|
4
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAE1E,OAAO,EAAE,UAAU,EAAE,oBAAoB,EAAE,CAAC;AAC5C,YAAY,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -1,19 +1,20 @@
|
|
|
1
|
-
type DeepPartial<T> = T extends object ? {
|
|
2
|
-
[P in keyof T]?: DeepPartial<T[P]>;
|
|
3
|
-
} : T;
|
|
4
|
-
declare function deep_compare_objects(a: any, b: any): boolean;
|
|
5
|
-
/**
|
|
6
|
-
*
|
|
7
|
-
* function to deeply merge two objects of type T.
|
|
8
|
-
*
|
|
9
|
-
* @param {T} target - The target object to be merged.
|
|
10
|
-
* @param {DeepPartial<T>} source - The source object to merge into the target. All properties of this object are optional.
|
|
11
|
-
*
|
|
12
|
-
* @returns {T} An object containing the merged object (new_obj) and a boolean indicating if there was a change (change).
|
|
13
|
-
*/
|
|
14
|
-
declare const deep_merge: <T extends {}>(target: T, source: DeepPartial<T>) => {
|
|
15
|
-
new_obj: T;
|
|
16
|
-
change: boolean;
|
|
17
|
-
};
|
|
18
|
-
export { deep_merge, deep_compare_objects };
|
|
19
|
-
export type { DeepPartial };
|
|
1
|
+
type DeepPartial<T> = T extends object ? {
|
|
2
|
+
[P in keyof T]?: DeepPartial<T[P]>;
|
|
3
|
+
} : T;
|
|
4
|
+
declare function deep_compare_objects(a: any, b: any): boolean;
|
|
5
|
+
/**
|
|
6
|
+
*
|
|
7
|
+
* function to deeply merge two objects of type T.
|
|
8
|
+
*
|
|
9
|
+
* @param {T} target - The target object to be merged.
|
|
10
|
+
* @param {DeepPartial<T>} source - The source object to merge into the target. All properties of this object are optional.
|
|
11
|
+
*
|
|
12
|
+
* @returns {T} An object containing the merged object (new_obj) and a boolean indicating if there was a change (change).
|
|
13
|
+
*/
|
|
14
|
+
declare const deep_merge: <T extends {}>(target: T, source: DeepPartial<T>) => {
|
|
15
|
+
new_obj: T;
|
|
16
|
+
change: boolean;
|
|
17
|
+
};
|
|
18
|
+
export { deep_merge, deep_compare_objects };
|
|
19
|
+
export type { DeepPartial };
|
|
20
|
+
//# sourceMappingURL=objects.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"objects.d.ts","sourceRoot":"","sources":["../../../src/utils/objects.ts"],"names":[],"mappings":"AACA,KAAK,WAAW,CAAC,CAAC,IAAI,CAAC,SAAS,MAAM,GAClC;KACG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CACnC,GACD,CAAC,CAAC;AAWN,iBAAS,oBAAoB,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,GAAG,OAAO,CAoCrD;AAED;;;;;;;;GAQG;AACH,QAAA,MAAM,UAAU,yBACN,CAAC,UACD,YAAY,CAAC,CAAC,KACrB;IACD,OAAO,EAAE,CAAC,CAAC;IACX,MAAM,EAAE,OAAO,CAAC;CA6DjB,CAAC;AACF,OAAO,EAAE,UAAU,EAAE,oBAAoB,EAAE,CAAC;AAC5C,YAAY,EAAE,WAAW,EAAE,CAAC"}
|