mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix prefix adf- import (#2657)
* fix prefix adf- import * missing conf file prefix replacement * fix demo shell start
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
|
||||
import { DatePipe } from '@angular/common';
|
||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
import { CommentProcessModel, UserProcessModel } from '@alfresco/core';
|
||||
import { DataRowEvent, ObjectDataRow } from '@alfresco/core';
|
||||
import { CommentProcessModel, UserProcessModel } from '@alfresco/adf-core';
|
||||
import { DataRowEvent, ObjectDataRow } from '@alfresco/adf-core';
|
||||
import { CommentListComponent } from './comment-list.component';
|
||||
|
||||
const testUser: UserProcessModel = new UserProcessModel({
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { CommentProcessModel, PeopleProcessService, UserProcessModel } from '@alfresco/core';
|
||||
import { CommentProcessModel, PeopleProcessService, UserProcessModel } from '@alfresco/adf-core';
|
||||
import { DatePipe } from '@angular/common';
|
||||
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
||||
|
||||
|
@@ -19,12 +19,12 @@ import { SimpleChange } from '@angular/core';
|
||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
import { Observable } from 'rxjs/Rx';
|
||||
|
||||
import { FormModule } from '@alfresco/core';
|
||||
import { CommentProcessService } from '@alfresco/core';
|
||||
import { FormModule } from '@alfresco/adf-core';
|
||||
import { CommentProcessService } from '@alfresco/adf-core';
|
||||
|
||||
import { DatePipe } from '@angular/common';
|
||||
import { MatInputModule } from '@angular/material';
|
||||
import { PeopleProcessService } from '@alfresco/core';
|
||||
import { PeopleProcessService } from '@alfresco/adf-core';
|
||||
import { TaskListService } from '../task-list/services/tasklist.service';
|
||||
import { CommentListComponent } from './comment-list.component';
|
||||
import { CommentsComponent } from './comments.component';
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { CommentProcessModel, CommentProcessService } from '@alfresco/core';
|
||||
import { CommentProcessModel, CommentProcessService } from '@alfresco/adf-core';
|
||||
import { Component, EventEmitter, Input, OnChanges, Output, SimpleChanges } from '@angular/core';
|
||||
import { Observable, Observer } from 'rxjs/Rx';
|
||||
|
||||
|
@@ -20,7 +20,7 @@ import { NgModule } from '@angular/core';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { MaterialModule } from '../material.module';
|
||||
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
||||
import { DataColumnModule, DataTableModule } from '@alfresco/core';
|
||||
import { DataColumnModule, DataTableModule } from '@alfresco/adf-core';
|
||||
|
||||
import { ProcessCommentsComponent } from './process-comments.component';
|
||||
import { CommentListComponent } from './comment-list.component';
|
||||
|
@@ -22,7 +22,7 @@ import { MatInputModule } from '@angular/material';
|
||||
import { Observable } from 'rxjs/Rx';
|
||||
|
||||
import { CommentListComponent, CommentsComponent } from '../index';
|
||||
import { CommentProcessService, PeopleProcessService } from '@alfresco/core';
|
||||
import { CommentProcessService, PeopleProcessService } from '@alfresco/adf-core';
|
||||
|
||||
import { ProcessService } from '../process-list/services/process.service';
|
||||
import { ProcessCommentsComponent } from './process-comments.component';
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { CommentProcessModel, CommentProcessService } from '@alfresco/core';
|
||||
import { CommentProcessModel, CommentProcessService } from '@alfresco/adf-core';
|
||||
import { Component, EventEmitter, Input, OnChanges, Output, SimpleChanges } from '@angular/core';
|
||||
import { Observable, Observer } from 'rxjs/Rx';
|
||||
|
||||
|
Reference in New Issue
Block a user