@alfresco/aca-shared 8.0.0-16811620225 → 8.0.0-16831030303
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,7 +3,7 @@ import { InjectionToken, inject, Input, HostBinding, ChangeDetectionStrategy, Vi
|
|
|
3
3
|
import { of, forkJoin, from, BehaviorSubject, Subject } from 'rxjs';
|
|
4
4
|
import { map, tap, catchError, filter, startWith, debounceTime } from 'rxjs/operators';
|
|
5
5
|
import * as i1 from '@alfresco/adf-core';
|
|
6
|
-
import { AppConfigService, CloseButtonPosition, NotificationService, IconComponent, InfoDrawerComponent as InfoDrawerComponent$1, InfoDrawerTabComponent, ShowHeaderMode, UserPreferencesService,
|
|
6
|
+
import { AppConfigService, CloseButtonPosition, NotificationService, IconComponent, InfoDrawerComponent as InfoDrawerComponent$1, InfoDrawerTabComponent, ShowHeaderMode, UserPreferencesService, NoopTranslateModule } from '@alfresco/adf-core';
|
|
7
7
|
import * as i4 from '@alfresco/adf-content-services';
|
|
8
8
|
import { AlfrescoApiService, GroupService, FileAutoDownloadComponent, DocumentListService, UploadService, SearchAiService, DocumentListComponent, AlfrescoApiServiceMock } from '@alfresco/adf-content-services';
|
|
9
9
|
import * as i7 from '@angular/cdk/overlay';
|
|
@@ -20,8 +20,7 @@ import * as i1$1 from '@angular/material/dialog';
|
|
|
20
20
|
import { MAT_DIALOG_DATA, MatDialogModule, MatDialog } from '@angular/material/dialog';
|
|
21
21
|
import * as i2 from '@angular/common';
|
|
22
22
|
import { CommonModule } from '@angular/common';
|
|
23
|
-
import
|
|
24
|
-
import { TranslatePipe, TranslateModule, TranslateLoader } from '@ngx-translate/core';
|
|
23
|
+
import { TranslatePipe } from '@ngx-translate/core';
|
|
25
24
|
import * as i3$2 from '@angular/material/button';
|
|
26
25
|
import { MatButtonModule } from '@angular/material/button';
|
|
27
26
|
import * as i4$1 from '@angular/material/icon';
|
|
@@ -3416,11 +3415,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
|
3416
3415
|
}] });
|
|
3417
3416
|
class LibTestingModule {
|
|
3418
3417
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: LibTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3419
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.6", ngImport: i0, type: LibTestingModule, imports: [NoopAnimationsModule,
|
|
3420
|
-
CommonModule,
|
|
3421
|
-
RouterTestingModule,
|
|
3422
|
-
MatIconTestingModule,
|
|
3423
|
-
OverlayModule, i1$2.TranslateModule], exports: [TranslateModule] });
|
|
3418
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.6", ngImport: i0, type: LibTestingModule, imports: [NoopAnimationsModule, NoopTranslateModule, RouterTestingModule, MatIconTestingModule, OverlayModule] });
|
|
3424
3419
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: LibTestingModule, providers: [
|
|
3425
3420
|
provideStore({ app: null }, {
|
|
3426
3421
|
initialState,
|
|
@@ -3431,37 +3426,13 @@ class LibTestingModule {
|
|
|
3431
3426
|
}),
|
|
3432
3427
|
provideEffects([]),
|
|
3433
3428
|
{ provide: AlfrescoApiService, useClass: AlfrescoApiServiceMock },
|
|
3434
|
-
{ provide: TranslationService, useClass: TranslationMock },
|
|
3435
3429
|
provideHttpClient(withInterceptorsFromDi())
|
|
3436
|
-
], imports: [NoopAnimationsModule,
|
|
3437
|
-
CommonModule,
|
|
3438
|
-
RouterTestingModule,
|
|
3439
|
-
MatIconTestingModule,
|
|
3440
|
-
OverlayModule,
|
|
3441
|
-
TranslateModule.forRoot({
|
|
3442
|
-
loader: {
|
|
3443
|
-
provide: TranslateLoader,
|
|
3444
|
-
useClass: TranslateLoaderService
|
|
3445
|
-
}
|
|
3446
|
-
}), TranslateModule] });
|
|
3430
|
+
], imports: [NoopAnimationsModule, NoopTranslateModule, RouterTestingModule, MatIconTestingModule, OverlayModule] });
|
|
3447
3431
|
}
|
|
3448
3432
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: LibTestingModule, decorators: [{
|
|
3449
3433
|
type: NgModule,
|
|
3450
3434
|
args: [{
|
|
3451
|
-
|
|
3452
|
-
imports: [
|
|
3453
|
-
NoopAnimationsModule,
|
|
3454
|
-
CommonModule,
|
|
3455
|
-
RouterTestingModule,
|
|
3456
|
-
MatIconTestingModule,
|
|
3457
|
-
OverlayModule,
|
|
3458
|
-
TranslateModule.forRoot({
|
|
3459
|
-
loader: {
|
|
3460
|
-
provide: TranslateLoader,
|
|
3461
|
-
useClass: TranslateLoaderService
|
|
3462
|
-
}
|
|
3463
|
-
})
|
|
3464
|
-
],
|
|
3435
|
+
imports: [NoopAnimationsModule, NoopTranslateModule, RouterTestingModule, MatIconTestingModule, OverlayModule],
|
|
3465
3436
|
providers: [
|
|
3466
3437
|
provideStore({ app: null }, {
|
|
3467
3438
|
initialState,
|
|
@@ -3472,7 +3443,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
|
3472
3443
|
}),
|
|
3473
3444
|
provideEffects([]),
|
|
3474
3445
|
{ provide: AlfrescoApiService, useClass: AlfrescoApiServiceMock },
|
|
3475
|
-
{ provide: TranslationService, useClass: TranslationMock },
|
|
3476
3446
|
provideHttpClient(withInterceptorsFromDi())
|
|
3477
3447
|
]
|
|
3478
3448
|
}]
|