amis
Version:
一种MIS页面生成工具
88 lines (87 loc) • 7.91 kB
TypeScript
/// <reference types="hoist-non-react-statics" />
import React from 'react';
import { Fields, ConditionRule, Funcs, OperatorType } from './types';
import { ThemeProps } from '../../theme';
import { Config } from './config';
export interface ConditionItemProps extends ThemeProps {
config: Config;
fields: Fields;
funcs?: Funcs;
index?: number;
value: ConditionRule;
data?: any;
disabled?: boolean;
onChange: (value: ConditionRule, index?: number) => void;
fieldClassName?: string;
}
export declare class ConditionItem extends React.Component<ConditionItemProps> {
handleLeftFieldSelect(field: any): void;
handleLeftInputTypeChange(type: 'func' | 'field'): void;
handleLeftChange(leftValue: any): void;
handleOperatorChange(op: OperatorType): void;
handleRightChange(rightValue: any): void;
handleRightSubChange(index: number, rightValue: any): void;
renderLeft(): JSX.Element;
renderOperator(): JSX.Element | null;
renderRight(): JSX.Element | null;
renderRightWidgets(type: string, op: OperatorType): JSX.Element | null;
render(): JSX.Element;
}
declare const _default: {
new (props: (Pick<ConditionItemProps, "data" | "value" | "index" | "disabled" | "onChange" | "fieldClassName" | "config" | "fields" | "funcs"> & import("../../theme").ThemeOutterProps) | Readonly<Pick<ConditionItemProps, "data" | "value" | "index" | "disabled" | "onChange" | "fieldClassName" | "config" | "fields" | "funcs"> & import("../../theme").ThemeOutterProps>): {
render(): JSX.Element;
context: any;
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<ConditionItemProps, "data" | "value" | "index" | "disabled" | "onChange" | "fieldClassName" | "config" | "fields" | "funcs"> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
forceUpdate(callback?: (() => void) | undefined): void;
readonly props: Readonly<Pick<ConditionItemProps, "data" | "value" | "index" | "disabled" | "onChange" | "fieldClassName" | "config" | "fields" | "funcs"> & import("../../theme").ThemeOutterProps> & Readonly<{
children?: React.ReactNode;
}>;
state: Readonly<{}>;
refs: {
[key: string]: React.ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly<Pick<ConditionItemProps, "data" | "value" | "index" | "disabled" | "onChange" | "fieldClassName" | "config" | "fields" | "funcs"> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<ConditionItemProps, "data" | "value" | "index" | "disabled" | "onChange" | "fieldClassName" | "config" | "fields" | "funcs"> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
componentDidUpdate?(prevProps: Readonly<Pick<ConditionItemProps, "data" | "value" | "index" | "disabled" | "onChange" | "fieldClassName" | "config" | "fields" | "funcs"> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly<Pick<ConditionItemProps, "data" | "value" | "index" | "disabled" | "onChange" | "fieldClassName" | "config" | "fields" | "funcs"> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<ConditionItemProps, "data" | "value" | "index" | "disabled" | "onChange" | "fieldClassName" | "config" | "fields" | "funcs"> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly<Pick<ConditionItemProps, "data" | "value" | "index" | "disabled" | "onChange" | "fieldClassName" | "config" | "fields" | "funcs"> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<ConditionItemProps, "data" | "value" | "index" | "disabled" | "onChange" | "fieldClassName" | "config" | "fields" | "funcs"> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
};
new (props: Pick<ConditionItemProps, "data" | "value" | "index" | "disabled" | "onChange" | "fieldClassName" | "config" | "fields" | "funcs"> & import("../../theme").ThemeOutterProps, context: any): {
render(): JSX.Element;
context: any;
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<ConditionItemProps, "data" | "value" | "index" | "disabled" | "onChange" | "fieldClassName" | "config" | "fields" | "funcs"> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
forceUpdate(callback?: (() => void) | undefined): void;
readonly props: Readonly<Pick<ConditionItemProps, "data" | "value" | "index" | "disabled" | "onChange" | "fieldClassName" | "config" | "fields" | "funcs"> & import("../../theme").ThemeOutterProps> & Readonly<{
children?: React.ReactNode;
}>;
state: Readonly<{}>;
refs: {
[key: string]: React.ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly<Pick<ConditionItemProps, "data" | "value" | "index" | "disabled" | "onChange" | "fieldClassName" | "config" | "fields" | "funcs"> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<ConditionItemProps, "data" | "value" | "index" | "disabled" | "onChange" | "fieldClassName" | "config" | "fields" | "funcs"> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
componentDidUpdate?(prevProps: Readonly<Pick<ConditionItemProps, "data" | "value" | "index" | "disabled" | "onChange" | "fieldClassName" | "config" | "fields" | "funcs"> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly<Pick<ConditionItemProps, "data" | "value" | "index" | "disabled" | "onChange" | "fieldClassName" | "config" | "fields" | "funcs"> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<ConditionItemProps, "data" | "value" | "index" | "disabled" | "onChange" | "fieldClassName" | "config" | "fields" | "funcs"> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly<Pick<ConditionItemProps, "data" | "value" | "index" | "disabled" | "onChange" | "fieldClassName" | "config" | "fields" | "funcs"> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<ConditionItemProps, "data" | "value" | "index" | "disabled" | "onChange" | "fieldClassName" | "config" | "fields" | "funcs"> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
};
displayName: string;
contextType: React.Context<string>;
ComposedComponent: typeof ConditionItem;
} & import("hoist-non-react-statics").NonReactStatics<typeof ConditionItem, {}> & {
ComposedComponent: typeof ConditionItem;
};
export default _default;