Compare commits
4 Commits
1df06f4be7
...
exported
| Author | SHA1 | Date | |
|---|---|---|---|
| a83c43f9d9 | |||
| 8fc1060b65 | |||
| cad6057316 | |||
| b1d0667045 |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"sourceRepo": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos.git",
|
"sourceRepo": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos.git",
|
||||||
"sourceCommit": "18c19a5b893e6196a357de9a3c52636b3ce9e33e",
|
"sourceCommit": "2acad11c4bcae2bbde2180327d45d5db9cffc9ed",
|
||||||
"sourcePath": "quixos-instance/packages/camino-package-runtime",
|
"sourcePath": "quixos-instance/packages/camino-package-runtime",
|
||||||
"exportName": "camino-package-runtime",
|
"exportName": "camino-package-runtime",
|
||||||
"mirrorRemote": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/camino-package-runtime.git"
|
"mirrorRemote": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/camino-package-runtime.git"
|
||||||
|
|||||||
Vendored
+6
@@ -470,6 +470,12 @@ const reactRuntimeDeclaration = `${generatedWarning}declare module "@quixos/cami
|
|||||||
forObject: ForObject;
|
forObject: ForObject;
|
||||||
} & RenderProps & ReactComponentHostProps<Action>) => any;
|
} & RenderProps & ReactComponentHostProps<Action>) => any;
|
||||||
|
|
||||||
|
export const callObjectMethod: <Result = unknown>(
|
||||||
|
object: ObjectRef<string>,
|
||||||
|
methodName: string,
|
||||||
|
input?: Record<string, unknown>,
|
||||||
|
) => Promise<Result>;
|
||||||
|
|
||||||
export const h: (...args: any[]) => any;
|
export const h: (...args: any[]) => any;
|
||||||
export const useLiveField: <T>(
|
export const useLiveField: <T>(
|
||||||
field: LiveFieldProp<T>,
|
field: LiveFieldProp<T>,
|
||||||
|
|||||||
@@ -612,6 +612,12 @@ const reactRuntimeDeclaration = `${generatedWarning}declare module "@quixos/cami
|
|||||||
forObject: ForObject;
|
forObject: ForObject;
|
||||||
} & RenderProps & ReactComponentHostProps<Action>) => any;
|
} & RenderProps & ReactComponentHostProps<Action>) => any;
|
||||||
|
|
||||||
|
export const callObjectMethod: <Result = unknown>(
|
||||||
|
object: ObjectRef<string>,
|
||||||
|
methodName: string,
|
||||||
|
input?: Record<string, unknown>,
|
||||||
|
) => Promise<Result>;
|
||||||
|
|
||||||
export const h: (...args: any[]) => any;
|
export const h: (...args: any[]) => any;
|
||||||
export const useLiveField: <T>(
|
export const useLiveField: <T>(
|
||||||
field: LiveFieldProp<T>,
|
field: LiveFieldProp<T>,
|
||||||
|
|||||||
Reference in New Issue
Block a user