Fix model view input box bugs (#1797)

This commit is contained in:
Matt Irvine
2018-06-29 14:20:06 -07:00
committed by GitHub
parent 83234dd52c
commit 1eba7c7d2a
9 changed files with 73 additions and 18 deletions

View File

@@ -133,6 +133,7 @@ declare module 'sqlops' {
component: Component;
title: string;
actions?: Component[];
required?: boolean;
}
export interface ToolbarComponent {
@@ -240,7 +241,6 @@ declare module 'sqlops' {
componentWidth?: number | string;
componentHeight?: number | string;
titleFontSize?: number | string;
required?: boolean;
info?: string;
}