mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2586] change export org for AOT (#3170)
* change export org for AOT * update CLI and remove memory hack * remove unused import * right type
This commit is contained in:
@@ -17,3 +17,5 @@
|
||||
|
||||
export * from './apps-list.component';
|
||||
export * from './select-apps-dialog-component';
|
||||
|
||||
export * from './apps-list.module';
|
||||
|
@@ -19,3 +19,5 @@ export * from './task-attachment-list.component';
|
||||
export * from './process-attachment-list.component';
|
||||
export * from './create-process-attachment.component';
|
||||
export * from './create-task-attachment.component';
|
||||
|
||||
export * from './attachment.module';
|
||||
|
@@ -17,3 +17,5 @@
|
||||
|
||||
export * from './attach-file-widget.component';
|
||||
export * from './attach-folder-widget.component';
|
||||
|
||||
export * from './content-widget.module';
|
||||
|
@@ -15,31 +15,19 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
export * from './process.module';
|
||||
|
||||
export * from './process-list/process-list.module';
|
||||
export * from './task-list/task-list.module';
|
||||
export * from './app-list/apps-list.module';
|
||||
export * from './attachment/attachment.module';
|
||||
|
||||
/** @deprecated in 2.3.0, part of the module moved in the core */
|
||||
export { CommentsModule } from '@alfresco/adf-core';
|
||||
|
||||
export * from './process-comments/process-comments.module';
|
||||
|
||||
export * from './people/people.module';
|
||||
export * from './content-widget/content-widget.module';
|
||||
|
||||
export * from './process-list';
|
||||
export * from './task-list';
|
||||
export * from './app-list';
|
||||
export * from './attachment';
|
||||
|
||||
/** @deprecated in 2.3.0, component moved in the core */
|
||||
export { CommentListComponent } from '@alfresco/adf-core';
|
||||
/** @deprecated in 2.3.0, component moved in the core */
|
||||
export { CommentsComponent } from '@alfresco/adf-core';
|
||||
|
||||
export * from './process-comments';
|
||||
export * from './people';
|
||||
export * from './content-widget';
|
||||
export * from './process-list/index';
|
||||
export * from './task-list/index';
|
||||
export * from './app-list/index';
|
||||
export * from './attachment/index';
|
||||
export * from './process-comments/index';
|
||||
export * from './people/index';
|
||||
export * from './content-widget/index';
|
||||
|
||||
export * from './process.module';
|
||||
|
@@ -25,3 +25,5 @@ export * from './interfaces/perform-search-callback.interface';
|
||||
|
||||
export * from './directives/people-search-action-label.directive';
|
||||
export * from './directives/people-search-title.directive';
|
||||
|
||||
export * from './people.module';
|
||||
|
@@ -16,3 +16,5 @@
|
||||
*/
|
||||
|
||||
export * from './process-comments.component';
|
||||
|
||||
export * from './process-comments.module';
|
||||
|
@@ -34,3 +34,5 @@ export * from './models/process-definition.model';
|
||||
export * from './models/process-instance.model';
|
||||
export * from './models/process-instance-filter.model';
|
||||
export * from './models/process-instance-variable.model';
|
||||
|
||||
export * from './process-list.module';
|
||||
|
@@ -38,3 +38,5 @@ export * from './models/task-details.model';
|
||||
export * from './models/task-list.model';
|
||||
export * from './models/user-event.model';
|
||||
export * from './models/user-group.model';
|
||||
|
||||
export * from './task-list.module';
|
||||
|
Reference in New Issue
Block a user