21 lines
879 B
TypeScript
21 lines
879 B
TypeScript
import { EntityDict } from '../../../oak-app-domain';
|
|
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<EntityDict, "userEntityGrant", false, {
|
|
picker: ((props: {
|
|
disabled?: boolean;
|
|
entity: keyof EntityDict;
|
|
entityFilter: object;
|
|
relationIds: string[];
|
|
rule: EntityDict["userEntityGrant"]["OpSchema"]["rule"];
|
|
ruleOnRow: EntityDict["userEntityGrant"]["OpSchema"]["ruleOnRow"];
|
|
onPickRelations: (ids: string[]) => void;
|
|
onPickRows: (ids: string[]) => void;
|
|
pickedRowIds?: string[];
|
|
pickedRelationIds?: string[];
|
|
oakPath: string;
|
|
}) => React.ReactElement) | undefined;
|
|
hideInfo: boolean;
|
|
hideTip: boolean;
|
|
afterClaim: ((ueg: EntityDict["userEntityGrant"]["OpSchema"]) => void) | undefined;
|
|
}>) => React.ReactElement;
|
|
export default _default;
|