@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
36 lines • 4.19 kB
TypeScript
import { Union } from '@fable-org/fable-library-js/Types.js';
import { TypeInfo } from '@fable-org/fable-library-js/Reflection.js';
import { DataType_$union } from '../Cells/FsCell.fs.js';
import { FSharpList } from '@fable-org/fable-library-js/List.js';
import { SheetEntity$1_$union, Message_$union } from './Types.fs.js';
import { int32 } from '@fable-org/fable-library-js/Int32.js';
import { OptionalSource$1, RequiredSource$1 } from './Expression.fs.js';
import { Option } from '@fable-org/fable-library-js/Option.js';
export declare class ReduceOperation extends Union<0, "Concat"> {
constructor(Item: string);
readonly tag: 0;
readonly fields: [string];
cases(): string[];
}
export declare function ReduceOperation_$reflection(): TypeInfo;
export declare function ReduceOperation__Reduce_70D1A69E(this$: ReduceOperation, values: FSharpList<[DataType_$union, any]>): [DataType_$union, any];
export declare class CellBuilder {
reducer: ReduceOperation;
constructor();
}
export declare function CellBuilder_$reflection(): TypeInfo;
export declare function CellBuilder_$ctor(): CellBuilder;
export declare function CellBuilder_get_Empty(): SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>;
export declare function CellBuilder__SignMessages_3F89FFFC(this$: CellBuilder, messages: FSharpList<Message_$union>): FSharpList<Message_$union>;
export declare function CellBuilder__Yield_36B9E420(this$: CellBuilder, ro: ReduceOperation): SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>;
export declare function CellBuilder__Combine_F07E260(this$: CellBuilder, wx1: SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>, wx2: SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>): SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>;
export declare function CellBuilder__Combine_4BCE267E(this$: CellBuilder, wx1: RequiredSource$1<void>, wx2: SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>): RequiredSource$1<SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>>;
export declare function CellBuilder__Combine_Z2CF9C142(this$: CellBuilder, wx1: SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>, wx2: RequiredSource$1<void>): RequiredSource$1<SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>>;
export declare function CellBuilder__Combine_583F6A19(this$: CellBuilder, wx1: OptionalSource$1<void>, wx2: SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>): OptionalSource$1<SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>>;
export declare function CellBuilder__Combine_168D7AF9(this$: CellBuilder, wx1: SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>, wx2: OptionalSource$1<void>): OptionalSource$1<SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>>;
export declare function CellBuilder__Combine_32507AAF(this$: CellBuilder, wx1: RequiredSource$1<SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>>, wx2: SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>): RequiredSource$1<SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>>;
export declare function CellBuilder__Combine_Z3ABF6771(this$: CellBuilder, wx1: SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>, wx2: RequiredSource$1<SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>>): RequiredSource$1<SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>>;
export declare function CellBuilder__Combine_Z2BFC83F8(this$: CellBuilder, wx1: OptionalSource$1<SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>>, wx2: SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>): OptionalSource$1<SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>>;
export declare function CellBuilder__Combine_245D6C8(this$: CellBuilder, wx1: SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>, wx2: OptionalSource$1<SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>>): OptionalSource$1<SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>>;
export declare function CellBuilder__AsCellElement_6F87C2ED(this$: CellBuilder, children: SheetEntity$1_$union<FSharpList<[DataType_$union, any]>>): SheetEntity$1_$union<[[DataType_$union, any], Option<int32>]>;
//# sourceMappingURL=CellBuilder.fs.d.ts.map