rez_core 2.0.18 → 2.0.19
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.
package/dist/core.module.js
CHANGED
|
@@ -19,6 +19,7 @@ const notification_module_1 = require("./module/notification/notification.module
|
|
|
19
19
|
const layout_module_1 = require("./module/layout/layout.module");
|
|
20
20
|
const listmaster_module_1 = require("./module/listmaster/listmaster.module");
|
|
21
21
|
const filter_module_1 = require("./module/filter/filter.module");
|
|
22
|
+
const auth_module_1 = require("./module/auth/auth.module");
|
|
22
23
|
let CoreModule = CoreModule_1 = class CoreModule {
|
|
23
24
|
static forRootAsync(dbModule, isSso) {
|
|
24
25
|
if (!dbModule) {
|
|
@@ -32,11 +33,13 @@ let CoreModule = CoreModule_1 = class CoreModule {
|
|
|
32
33
|
notification_module_1.NotificationModule,
|
|
33
34
|
listmaster_module_1.ListMasterModule,
|
|
34
35
|
filter_module_1.FilterModule,
|
|
36
|
+
auth_module_1.AuthModule,
|
|
35
37
|
];
|
|
36
38
|
const exportsArray = [
|
|
37
39
|
config_1.ConfigModule,
|
|
38
40
|
dbModule,
|
|
39
41
|
entity_module_1.EntityModule,
|
|
42
|
+
auth_module_1.AuthModule,
|
|
40
43
|
utils_module_1.UtilsModule,
|
|
41
44
|
notification_module_1.NotificationModule,
|
|
42
45
|
listmaster_module_1.ListMasterModule,
|
package/dist/core.module.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"core.module.js","sourceRoot":"","sources":["../src/core.module.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,2CAA+D;AAC/D,2CAA8C;AAE9C,6EAAyE;AACzE,uDAAmD;AACnD,2DAAuD;AACvD,+DAA2D;AAC3D,iEAA6D;AAC7D,mFAA+E;AAC/E,iEAA6D;AAC7D,6EAAyE;AACzE,iEAA6D;
|
|
1
|
+
{"version":3,"file":"core.module.js","sourceRoot":"","sources":["../src/core.module.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,2CAA+D;AAC/D,2CAA8C;AAE9C,6EAAyE;AACzE,uDAAmD;AACnD,2DAAuD;AACvD,+DAA2D;AAC3D,iEAA6D;AAC7D,mFAA+E;AAC/E,iEAA6D;AAC7D,6EAAyE;AACzE,iEAA6D;AAC7D,2DAAuD;AAIhD,IAAM,UAAU,kBAAhB,MAAM,UAAU;IACrB,MAAM,CAAC,YAAY,CAAC,QAAuB,EAAE,KAAc;QACzD,IAAI,CAAC,QAAQ,EAAE,CAAC;YACd,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;QACvD,CAAC;QAED,MAAM,YAAY,GAAG;YACnB,qBAAY,CAAC,OAAO,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;YACxC,QAAQ;YACR,4BAAY;YACZ,0BAAW;YACX,wCAAkB;YAClB,oCAAgB;YAChB,4BAAY;YACZ,wBAAU;SACX,CAAC;QAEF,MAAM,YAAY,GAAG;YACnB,qBAAY;YACZ,QAAQ;YACR,4BAAY;YACZ,wBAAU;YACV,0BAAW;YACX,wCAAkB;YAClB,oCAAgB;YAChB,4BAAY;SACb,CAAC;QAEF,IAAI,KAAK,EAAE,CAAC;YACV,YAAY,CAAC,IAAI,CACf,wBAAU,EACV,4BAAY,EACZ,4BAAY,EACZ,oCAAgB,CACjB,CAAC;YACF,YAAY,CAAC,IAAI,CACf,wBAAU,EACV,4BAAY,EACZ,4BAAY,EACZ,oCAAgB,CACjB,CAAC;QACJ,CAAC;QAED,OAAO;YACL,MAAM,EAAE,YAAU;YAClB,OAAO,EAAE,YAAY;YACrB,OAAO,EAAE,YAAY;SACtB,CAAC;IACJ,CAAC;CACF,CAAA;AAjDY,gCAAU;qBAAV,UAAU;IAFtB,IAAA,eAAM,GAAE;IACR,IAAA,eAAM,EAAC,EAAE,CAAC;GACE,UAAU,CAiDtB"}
|