@xyo-network/react-node 6.1.0 → 6.1.2
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,7 +1,7 @@
|
|
|
1
1
|
import type { ModuleFromNodeConfig } from './ModuleFromNodeConfig.ts';
|
|
2
2
|
export declare const getModuleFilterOptions: (config?: ModuleFromNodeConfig) => {
|
|
3
3
|
direction: import("@xyo-network/module-model").Direction | undefined;
|
|
4
|
-
identity: import("@xylabs/object-model").TypeCheck<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/module-model").ModuleParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig
|
|
4
|
+
identity: import("@xylabs/object-model").TypeCheck<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/module-model").ModuleParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>>, import("@xyo-network/module-model").ModuleEventData<object>>> | undefined;
|
|
5
5
|
maxDepth: number | undefined;
|
|
6
6
|
};
|
|
7
7
|
//# sourceMappingURL=getModuleFilterOptions.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { WeakModuleFromNodeConfig } from './WeakModuleFromNodeConfig.ts';
|
|
2
2
|
export declare const getWeakModuleFilterOptions: (config?: WeakModuleFromNodeConfig) => {
|
|
3
3
|
direction: import("@xyo-network/module-model").Direction | undefined;
|
|
4
|
-
identity: import("@xylabs/object-model").TypeCheck<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/module-model").ModuleParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig
|
|
4
|
+
identity: import("@xylabs/object-model").TypeCheck<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/module-model").ModuleParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>>, import("@xyo-network/module-model").ModuleEventData<object>>> | undefined;
|
|
5
5
|
maxDepth: number | undefined;
|
|
6
6
|
};
|
|
7
7
|
//# sourceMappingURL=getWeakModuleFilterOptions.d.ts.map
|
package/dist/browser/index.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ declare const getModuleFromNodeConfigLogger: (config?: ModuleFromNodeConfig) =>
|
|
|
27
27
|
|
|
28
28
|
declare const getModuleFilterOptions: (config?: ModuleFromNodeConfig) => {
|
|
29
29
|
direction: _xyo_network_module_model.Direction | undefined;
|
|
30
|
-
identity: _xylabs_object_model.TypeCheck<_xyo_network_module_model.ModuleInstance<_xyo_network_module_model.ModuleParams<_xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig
|
|
30
|
+
identity: _xylabs_object_model.TypeCheck<_xyo_network_module_model.ModuleInstance<_xyo_network_module_model.ModuleParams<_xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig>>, _xyo_network_module_model.ModuleEventData<object>>> | undefined;
|
|
31
31
|
maxDepth: number | undefined;
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -39,7 +39,7 @@ declare const getWeakModuleFromNodeConfigLogger: (config?: WeakModuleFromNodeCon
|
|
|
39
39
|
|
|
40
40
|
declare const getWeakModuleFilterOptions: (config?: WeakModuleFromNodeConfig) => {
|
|
41
41
|
direction: _xyo_network_module_model.Direction | undefined;
|
|
42
|
-
identity: _xylabs_object_model.TypeCheck<_xyo_network_module_model.ModuleInstance<_xyo_network_module_model.ModuleParams<_xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig
|
|
42
|
+
identity: _xylabs_object_model.TypeCheck<_xyo_network_module_model.ModuleInstance<_xyo_network_module_model.ModuleParams<_xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig>>, _xyo_network_module_model.ModuleEventData<object>>> | undefined;
|
|
43
43
|
maxDepth: number | undefined;
|
|
44
44
|
};
|
|
45
45
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-node",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.2",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -39,19 +39,19 @@
|
|
|
39
39
|
"module": "dist/browser/index.mjs",
|
|
40
40
|
"types": "dist/browser/index.d.ts",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@mui/x-tree-view": "^8.
|
|
43
|
-
"@xylabs/exists": "^4.13.
|
|
44
|
-
"@xylabs/logger": "^4.13.
|
|
45
|
-
"@xylabs/react-async-effect": "^6.3.
|
|
46
|
-
"@xylabs/react-flexbox": "^6.3.
|
|
47
|
-
"@xylabs/react-promise": "^6.3.
|
|
48
|
-
"@xylabs/typeof": "^4.13.
|
|
49
|
-
"@xyo-network/module-abstract": "^4.1.
|
|
50
|
-
"@xyo-network/module-model": "^4.1.
|
|
51
|
-
"@xyo-network/node-model": "^4.1.
|
|
52
|
-
"@xyo-network/payload-model": "^4.1.
|
|
53
|
-
"@xyo-network/react-node-context": "^6.1.
|
|
54
|
-
"@xyo-network/react-node-provider": "^6.1.
|
|
42
|
+
"@mui/x-tree-view": "^8.9.0",
|
|
43
|
+
"@xylabs/exists": "^4.13.21",
|
|
44
|
+
"@xylabs/logger": "^4.13.21",
|
|
45
|
+
"@xylabs/react-async-effect": "^6.3.13",
|
|
46
|
+
"@xylabs/react-flexbox": "^6.3.13",
|
|
47
|
+
"@xylabs/react-promise": "^6.3.13",
|
|
48
|
+
"@xylabs/typeof": "^4.13.21",
|
|
49
|
+
"@xyo-network/module-abstract": "^4.1.4",
|
|
50
|
+
"@xyo-network/module-model": "^4.1.4",
|
|
51
|
+
"@xyo-network/node-model": "^4.1.4",
|
|
52
|
+
"@xyo-network/payload-model": "^4.1.4",
|
|
53
|
+
"@xyo-network/react-node-context": "^6.1.2",
|
|
54
|
+
"@xyo-network/react-node-provider": "^6.1.2"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@emotion/react": "^11.14.0",
|
|
@@ -59,18 +59,18 @@
|
|
|
59
59
|
"@mui/icons-material": "^7.2.0",
|
|
60
60
|
"@mui/material": "^7.2.0",
|
|
61
61
|
"@mui/system": "^7.2.0",
|
|
62
|
-
"@storybook/react-vite": "^9.0.
|
|
62
|
+
"@storybook/react-vite": "^9.0.17",
|
|
63
63
|
"@types/react": "^19.1.8",
|
|
64
|
-
"@xylabs/object": "^4.13.
|
|
64
|
+
"@xylabs/object": "^4.13.21",
|
|
65
65
|
"@xylabs/ts-scripts-yarn3": "next",
|
|
66
66
|
"@xylabs/tsconfig-react": "next",
|
|
67
|
-
"@xyo-network/node-memory": "^4.1.
|
|
68
|
-
"@xyo-network/payload-model": "^4.1.
|
|
69
|
-
"@xyo-network/react-storybook": "^6.1.
|
|
70
|
-
"@xyo-network/react-wallet": "^6.1.
|
|
67
|
+
"@xyo-network/node-memory": "^4.1.4",
|
|
68
|
+
"@xyo-network/payload-model": "^4.1.4",
|
|
69
|
+
"@xyo-network/react-storybook": "^6.1.2",
|
|
70
|
+
"@xyo-network/react-wallet": "^6.1.2",
|
|
71
71
|
"react": "^19.1.0",
|
|
72
72
|
"react-dom": "^19.1.0",
|
|
73
|
-
"storybook": "^9.0.
|
|
73
|
+
"storybook": "^9.0.17",
|
|
74
74
|
"typescript": "^5.8.3"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|