Юниверс DG SDK UI
v2.15.0

Интерфейс InputComponentType

Тип компонента ввода.

interface InputComponentType {
    new InputComponentType(
        props: InputProps,
        context?: any,
    ): Component<InputProps, any>;
    childContextTypes?: ValidationMap<any>;
    Color: InputColorPickerComponentType;
    contextType?: Context<any>;
    contextTypes?: ValidationMap<any>;
    defaultProps?: Partial<InputProps>;
    displayName?: string;
    getDerivedStateFromError?: GetDerivedStateFromError<InputProps, any>;
    getDerivedStateFromProps?: GetDerivedStateFromProps<InputProps, any>;
    Mask: InputMaskComponentType;
    Number: InputNumberComponentType;
    Password: InputPasswordComponentType;
    propTypes?: WeakValidationMap<InputProps>;
    TextArea: TextAreaComponentType;
    Time: InputTimeComponentType;
}

Иерархия (Просмотр сводки)

Индекс

Конструкторы

Свойства

childContextTypes?: ValidationMap<any>

Компонент выбора цвета

contextType?: Context<any>
contextTypes?: ValidationMap<any>
defaultProps?: Partial<InputProps>
displayName?: string
getDerivedStateFromError?: GetDerivedStateFromError<InputProps, any>
getDerivedStateFromProps?: GetDerivedStateFromProps<InputProps, any>

Компонент с маской ввода

Компонент ввода числовых данных

Компонент пароля

Компонент текстовой области

Компонент ввода времени