mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Basic input validation (dynamic table)
This commit is contained in:
@@ -39,6 +39,7 @@ import { DateEditorComponent } from './dynamic-table/editors/date/date.editor';
|
||||
import { DropdownEditorComponent } from './dynamic-table/editors/dropdown/dropdown.editor';
|
||||
import { BooleanEditorComponent } from './dynamic-table/editors/boolean/boolean.editor';
|
||||
import { TextEditorComponent } from './dynamic-table/editors/text/text.editor';
|
||||
import { RowEditorComponent } from './dynamic-table/editors/row.editor';
|
||||
|
||||
// core
|
||||
export * from './widget.component';
|
||||
@@ -68,6 +69,7 @@ export * from './amount/amount.widget';
|
||||
export * from './dynamic-table/dynamic-table.widget';
|
||||
|
||||
// editors (dynamic table)
|
||||
export * from './dynamic-table/editors/row.editor';
|
||||
export * from './dynamic-table/editors/date/date.editor';
|
||||
export * from './dynamic-table/editors/dropdown/dropdown.editor';
|
||||
export * from './dynamic-table/editors/boolean/boolean.editor';
|
||||
@@ -97,5 +99,6 @@ export const WIDGET_DIRECTIVES: any[] = [
|
||||
DateEditorComponent,
|
||||
DropdownEditorComponent,
|
||||
BooleanEditorComponent,
|
||||
TextEditorComponent
|
||||
TextEditorComponent,
|
||||
RowEditorComponent
|
||||
];
|
||||
|
Reference in New Issue
Block a user