nuxeo-development-framework 0.0.5-bos → 0.0.6-bos
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.
|
@@ -8,7 +8,6 @@ import * as i0 from '@angular/core';
|
|
|
8
8
|
import { Injectable, Inject, InjectionToken, Optional, APP_INITIALIZER, NgModule, Component, Directive, ChangeDetectorRef, Input, EventEmitter, Output, ViewChild, ContentChild, HostListener, input, Pipe, ViewEncapsulation, Self, signal, effect, inject, SkipSelf, ChangeDetectionStrategy, TemplateRef, ViewContainerRef, forwardRef, Renderer2, ElementRef, Host, model, computed } from '@angular/core';
|
|
9
9
|
import * as i1$1 from '@ngx-translate/core';
|
|
10
10
|
import { TranslateModule, TranslateLoader, TranslateStore, TranslateService } from '@ngx-translate/core';
|
|
11
|
-
import { RxReactiveFormsModule } from '@rxweb/reactive-form-validators';
|
|
12
11
|
import * as i2 from 'keycloak-angular';
|
|
13
12
|
import { KeycloakAngularModule } from 'keycloak-angular';
|
|
14
13
|
import * as i1$2 from 'legacy-ngx-treeview';
|
|
@@ -1299,8 +1298,7 @@ class NuxeoCoreModule {
|
|
|
1299
1298
|
};
|
|
1300
1299
|
}
|
|
1301
1300
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NuxeoCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1302
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: NuxeoCoreModule, imports: [CommonModule, i1$2.TreeviewModule, i1$1.TranslateModule, i1$3.ToastrModule, KeycloakAngularModule,
|
|
1303
|
-
RxReactiveFormsModule], exports: [KeycloakAngularModule, TranslateModule, TreeviewModule, ToastrModule, RxReactiveFormsModule] }); }
|
|
1301
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: NuxeoCoreModule, imports: [CommonModule, i1$2.TreeviewModule, i1$1.TranslateModule, i1$3.ToastrModule, KeycloakAngularModule], exports: [KeycloakAngularModule, TranslateModule, TreeviewModule, ToastrModule] }); }
|
|
1304
1302
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NuxeoCoreModule, providers: [
|
|
1305
1303
|
TranslateStore,
|
|
1306
1304
|
TranslateService,
|
|
@@ -1331,14 +1329,13 @@ class NuxeoCoreModule {
|
|
|
1331
1329
|
ToastrModule.forRoot({
|
|
1332
1330
|
preventDuplicates: true
|
|
1333
1331
|
}),
|
|
1334
|
-
KeycloakAngularModule,
|
|
1335
|
-
RxReactiveFormsModule, KeycloakAngularModule, TranslateModule, TreeviewModule, ToastrModule, RxReactiveFormsModule] }); }
|
|
1332
|
+
KeycloakAngularModule, KeycloakAngularModule, TranslateModule, TreeviewModule, ToastrModule] }); }
|
|
1336
1333
|
}
|
|
1337
1334
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NuxeoCoreModule, decorators: [{
|
|
1338
1335
|
type: NgModule,
|
|
1339
1336
|
args: [{
|
|
1340
1337
|
declarations: [],
|
|
1341
|
-
exports: [KeycloakAngularModule, TranslateModule, TreeviewModule, ToastrModule
|
|
1338
|
+
exports: [KeycloakAngularModule, TranslateModule, TreeviewModule, ToastrModule],
|
|
1342
1339
|
imports: [
|
|
1343
1340
|
CommonModule,
|
|
1344
1341
|
TreeviewModule.forRoot(),
|
|
@@ -1353,7 +1350,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1353
1350
|
preventDuplicates: true
|
|
1354
1351
|
}),
|
|
1355
1352
|
KeycloakAngularModule,
|
|
1356
|
-
RxReactiveFormsModule
|
|
1357
1353
|
],
|
|
1358
1354
|
providers: [
|
|
1359
1355
|
TranslateStore,
|