mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
document actions are now nested within “document-actions” container to separate them from other action types (i.e. folder actions); and to be able applying bulk properties for “document-actions” collection if needed (i.e. ‘show system actions’)
13 lines
584 B
TypeScript
13 lines
584 B
TypeScript
import { DocumentList } from './src/document-list.component';
|
|
import { DocumentListActions } from './src/document-list-actions.component';
|
|
import { DocumentAction } from './src/document-action.component';
|
|
export * from './src/document-list.component';
|
|
export * from './src/document-list-actions.component';
|
|
export * from './src/document-action.component';
|
|
declare var _default: {
|
|
directives: (typeof DocumentList | typeof DocumentListActions | typeof DocumentAction)[];
|
|
providers: undefined[];
|
|
};
|
|
export default _default;
|
|
export declare const DOCUMENT_LIST_DIRECTIVES: [any];
|