@xyo-network/react-node 5.3.15 → 6.0.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.
|
@@ -1,16 +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").TypeCheck<import("@xyo-network/module-model").ModuleInstance<import("@
|
|
5
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
6
|
-
addToResolvers?: boolean;
|
|
7
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
8
|
-
allowNameResolution?: boolean;
|
|
9
|
-
config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
|
|
10
|
-
ephemeralQueryAccountEnabled?: boolean;
|
|
11
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
12
|
-
statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
|
|
13
|
-
} & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>> | undefined;
|
|
4
|
+
identity: import("@xylabs/object").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;
|
|
14
5
|
maxDepth: number | undefined;
|
|
15
6
|
};
|
|
16
7
|
//# sourceMappingURL=getModuleFilterOptions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getModuleFilterOptions.d.ts","sourceRoot":"","sources":["../../../src/hooks/getModuleFilterOptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAA;AAErE,eAAO,MAAM,sBAAsB,GAAI,SAAS,oBAAoB
|
|
1
|
+
{"version":3,"file":"getModuleFilterOptions.d.ts","sourceRoot":"","sources":["../../../src/hooks/getModuleFilterOptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAA;AAErE,eAAO,MAAM,sBAAsB,GAAI,SAAS,oBAAoB;;;;CAOnE,CAAA"}
|
|
@@ -1,16 +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").TypeCheck<import("@xyo-network/module-model").ModuleInstance<import("@
|
|
5
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
6
|
-
addToResolvers?: boolean;
|
|
7
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
8
|
-
allowNameResolution?: boolean;
|
|
9
|
-
config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
|
|
10
|
-
ephemeralQueryAccountEnabled?: boolean;
|
|
11
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
12
|
-
statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
|
|
13
|
-
} & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>> | undefined;
|
|
4
|
+
identity: import("@xylabs/object").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;
|
|
14
5
|
maxDepth: number | undefined;
|
|
15
6
|
};
|
|
16
7
|
//# sourceMappingURL=getWeakModuleFilterOptions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getWeakModuleFilterOptions.d.ts","sourceRoot":"","sources":["../../../src/hooks/getWeakModuleFilterOptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAA;AAE7E,eAAO,MAAM,0BAA0B,GAAI,SAAS,wBAAwB
|
|
1
|
+
{"version":3,"file":"getWeakModuleFilterOptions.d.ts","sourceRoot":"","sources":["../../../src/hooks/getWeakModuleFilterOptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAA;AAE7E,eAAO,MAAM,0BAA0B,GAAI,SAAS,wBAAwB;;;;CAO3E,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-node",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -39,37 +39,37 @@
|
|
|
39
39
|
"module": "dist/browser/index.mjs",
|
|
40
40
|
"types": "dist/types/index.d.ts",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@mui/x-tree-view": "^8.
|
|
43
|
-
"@xylabs/exists": "^4.12.
|
|
44
|
-
"@xylabs/logger": "^4.12.
|
|
42
|
+
"@mui/x-tree-view": "^8.6.0",
|
|
43
|
+
"@xylabs/exists": "^4.12.31",
|
|
44
|
+
"@xylabs/logger": "^4.12.31",
|
|
45
45
|
"@xylabs/react-async-effect": "^6.3.7",
|
|
46
46
|
"@xylabs/react-flexbox": "^6.3.7",
|
|
47
47
|
"@xylabs/react-promise": "^6.3.7",
|
|
48
|
-
"@xylabs/typeof": "^4.12.
|
|
49
|
-
"@xyo-network/module-abstract": "^
|
|
50
|
-
"@xyo-network/module-model": "^
|
|
51
|
-
"@xyo-network/node-model": "^
|
|
52
|
-
"@xyo-network/payload-model": "^
|
|
53
|
-
"@xyo-network/react-node-context": "^
|
|
54
|
-
"@xyo-network/react-node-provider": "^
|
|
48
|
+
"@xylabs/typeof": "^4.12.31",
|
|
49
|
+
"@xyo-network/module-abstract": "^4.0.1",
|
|
50
|
+
"@xyo-network/module-model": "^4.0.1",
|
|
51
|
+
"@xyo-network/node-model": "^4.0.1",
|
|
52
|
+
"@xyo-network/payload-model": "^4.0.1",
|
|
53
|
+
"@xyo-network/react-node-context": "^6.0.0",
|
|
54
|
+
"@xyo-network/react-node-provider": "^6.0.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@emotion/react": "^11.14.0",
|
|
58
|
-
"@emotion/styled": "^11.14.
|
|
59
|
-
"@mui/icons-material": "^7.
|
|
60
|
-
"@mui/material": "^7.
|
|
61
|
-
"@mui/system": "^7.
|
|
58
|
+
"@emotion/styled": "^11.14.1",
|
|
59
|
+
"@mui/icons-material": "^7.2.0",
|
|
60
|
+
"@mui/material": "^7.2.0",
|
|
61
|
+
"@mui/system": "^7.2.0",
|
|
62
62
|
"@types/react": "^19.1.8",
|
|
63
|
-
"@xylabs/object": "^4.12.
|
|
64
|
-
"@xylabs/ts-scripts-yarn3": "^6.5.
|
|
65
|
-
"@xylabs/tsconfig-react": "^6.5.
|
|
66
|
-
"@xyo-network/node-memory": "^
|
|
67
|
-
"@xyo-network/payload-model": "^
|
|
68
|
-
"@xyo-network/react-storybook": "^
|
|
69
|
-
"@xyo-network/react-wallet": "^
|
|
63
|
+
"@xylabs/object": "^4.12.31",
|
|
64
|
+
"@xylabs/ts-scripts-yarn3": "^6.5.12",
|
|
65
|
+
"@xylabs/tsconfig-react": "^6.5.12",
|
|
66
|
+
"@xyo-network/node-memory": "^4.0.1",
|
|
67
|
+
"@xyo-network/payload-model": "^4.0.1",
|
|
68
|
+
"@xyo-network/react-storybook": "^6.0.0",
|
|
69
|
+
"@xyo-network/react-wallet": "^6.0.0",
|
|
70
70
|
"react": "^19.1.0",
|
|
71
71
|
"react-dom": "^19.1.0",
|
|
72
|
-
"storybook": "^9.0.
|
|
72
|
+
"storybook": "^9.0.15",
|
|
73
73
|
"typescript": "^5.8.3"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|