@acorex/modules 18.0.14 → 18.0.16
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/application-management/index.d.ts +10 -0
- package/application-management/lib/application-management-mock-data.d.ts +75 -0
- package/application-management/lib/application-management.module.d.ts +11 -2
- package/application-management/lib/application-management.service.d.ts +23 -0
- package/application-management/lib/entities/application-module.entity.d.ts +3 -0
- package/application-management/lib/entities/applications.entity.d.ts +3 -0
- package/application-management/lib/entities/edition.entity.d.ts +3 -0
- package/application-management/lib/entities/entity.entity.d.ts +3 -0
- package/application-management/lib/entities/feature.entity.d.ts +3 -0
- package/application-management/lib/entities/modules.entity.d.ts +3 -0
- package/application-management/lib/entities/permission.entity.d.ts +3 -0
- package/application-management/lib/entities/property.entity.d.ts +3 -0
- package/application-management/lib/module-designer/module-designer.component.d.ts +18 -0
- package/application-management/lib/module-designer/module-designer.service.d.ts +34 -0
- package/auth/lib/error-handler.d.ts +1 -1
- package/backend/lib/data/api/comment.service.d.ts +15 -0
- package/backend/lib/data/api/module-designer.service.d.ts +43 -0
- package/backend/lib/data/index.d.ts +2 -1
- package/backend/lib/data/local/local-data-provider.d.ts +1 -2
- package/esm2022/application-management/index.mjs +11 -1
- package/esm2022/application-management/lib/application-management-mock-data.mjs +89 -0
- package/esm2022/application-management/lib/application-management.module.mjs +56 -7
- package/esm2022/application-management/lib/application-management.service.mjs +66 -0
- package/esm2022/application-management/lib/entities/application-module.entity.mjs +273 -0
- package/esm2022/application-management/lib/entities/applications.entity.mjs +311 -0
- package/esm2022/application-management/lib/entities/edition.entity.mjs +284 -0
- package/esm2022/application-management/lib/entities/entity.entity.mjs +284 -0
- package/esm2022/application-management/lib/entities/feature.entity.mjs +284 -0
- package/esm2022/application-management/lib/entities/modules.entity.mjs +324 -0
- package/esm2022/application-management/lib/entities/permission.entity.mjs +284 -0
- package/esm2022/application-management/lib/entities/property.entity.mjs +449 -0
- package/esm2022/application-management/lib/module-designer/module-designer.component.mjs +91 -0
- package/esm2022/application-management/lib/module-designer/module-designer.service.mjs +3 -0
- package/esm2022/auth/lib/account/account.module.mjs +1 -6
- package/esm2022/auth/lib/error-handler.mjs +6 -6
- package/esm2022/backend/lib/auth/oidc/oidc.strategy.mjs +2 -3
- package/esm2022/backend/lib/backend.module.mjs +23 -5
- package/esm2022/backend/lib/data/api/comment.service.mjs +48 -0
- package/esm2022/backend/lib/data/api/data-provider.mjs +6 -4
- package/esm2022/backend/lib/data/api/module-designer.service.mjs +95 -0
- package/esm2022/backend/lib/data/index.mjs +3 -2
- package/esm2022/backend/lib/data/local/local-data-provider.mjs +2 -2
- package/esm2022/form-management/acorex-modules-form-management.mjs +5 -0
- package/esm2022/form-management/index.mjs +2 -0
- package/esm2022/form-management/lib/designer/designer.page.mjs +24 -0
- package/esm2022/form-management/lib/form-management.module.mjs +29 -0
- package/fesm2022/acorex-modules-application-management-module-designer.component-KlwqCJCF.mjs +100 -0
- package/fesm2022/acorex-modules-application-management-module-designer.component-KlwqCJCF.mjs.map +1 -0
- package/fesm2022/acorex-modules-application-management.mjs +2693 -7
- package/fesm2022/acorex-modules-application-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-auth-acorex-modules-auth-DDSvztIU.mjs → acorex-modules-auth-acorex-modules-auth-D09VaQPe.mjs} +12 -17
- package/fesm2022/acorex-modules-auth-acorex-modules-auth-D09VaQPe.mjs.map +1 -0
- package/fesm2022/{acorex-modules-auth-app-chooser.component-CQ87lFLo.mjs → acorex-modules-auth-app-chooser.component-DN1ZJiZs.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-app-chooser.component-CQ87lFLo.mjs.map → acorex-modules-auth-app-chooser.component-DN1ZJiZs.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-login.module-Ceocgnz0.mjs → acorex-modules-auth-login.module-CGA5aTg2.mjs} +5 -5
- package/fesm2022/{acorex-modules-auth-login.module-Ceocgnz0.mjs.map → acorex-modules-auth-login.module-CGA5aTg2.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-master.layout-D30jFVFm.mjs → acorex-modules-auth-master.layout-ZJWzjLrb.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-master.layout-D30jFVFm.mjs.map → acorex-modules-auth-master.layout-ZJWzjLrb.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-password.component-DvmIgK3z.mjs → acorex-modules-auth-password.component-C4yqf342.mjs} +3 -3
- package/fesm2022/{acorex-modules-auth-password.component-DvmIgK3z.mjs.map → acorex-modules-auth-password.component-C4yqf342.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-password.component-QQakXucW.mjs → acorex-modules-auth-password.component-MJhNk3UI.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-password.component-QQakXucW.mjs.map → acorex-modules-auth-password.component-MJhNk3UI.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-routes-Bu1uHALz.mjs → acorex-modules-auth-routes-DhORV1Js.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-routes-Bu1uHALz.mjs.map → acorex-modules-auth-routes-DhORV1Js.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-two-factor.module-CEcPMx4l.mjs → acorex-modules-auth-two-factor.module-BWKP0_jO.mjs} +3 -3
- package/fesm2022/{acorex-modules-auth-two-factor.module-CEcPMx4l.mjs.map → acorex-modules-auth-two-factor.module-BWKP0_jO.mjs.map} +1 -1
- package/fesm2022/acorex-modules-auth.mjs +4 -4
- package/fesm2022/acorex-modules-backend.mjs +159 -141
- package/fesm2022/acorex-modules-backend.mjs.map +1 -1
- package/fesm2022/acorex-modules-form-management-designer.page-SoPH2V7i.mjs +27 -0
- package/fesm2022/acorex-modules-form-management-designer.page-SoPH2V7i.mjs.map +1 -0
- package/fesm2022/acorex-modules-form-management.mjs +36 -0
- package/fesm2022/acorex-modules-form-management.mjs.map +1 -0
- package/form-management/README.md +4 -0
- package/form-management/index.d.ts +1 -0
- package/form-management/lib/designer/designer.page.d.ts +5 -0
- package/form-management/lib/form-management.module.d.ts +7 -0
- package/package.json +6 -6
- package/backend/lib/data/local/data-Conditioner.d.ts +0 -6
- package/esm2022/backend/lib/data/local/data-Conditioner.mjs +0 -138
- package/esm2022/log-management/acorex-modules-log-management.mjs +0 -5
- package/esm2022/log-management/index.mjs +0 -3
- package/esm2022/log-management/lib/audit-logs.entity.mjs +0 -391
- package/esm2022/log-management/lib/log-management.module.mjs +0 -16
- package/fesm2022/acorex-modules-auth-acorex-modules-auth-DDSvztIU.mjs.map +0 -1
- package/fesm2022/acorex-modules-log-management.mjs +0 -414
- package/fesm2022/acorex-modules-log-management.mjs.map +0 -1
- package/log-management/README.md +0 -4
- package/log-management/index.d.ts +0 -2
- package/log-management/lib/audit-logs.entity.d.ts +0 -3
- package/log-management/lib/log-management.module.d.ts +0 -6
@@ -3,7 +3,6 @@ import { AXM_AUTH_CONFIG_TOKEN, AXMAuthModule } from '@acorex/modules/auth';
|
|
3
3
|
import * as i3 from '@acorex/platform/auth';
|
4
4
|
import { AXPSessionService, AXP_TENANT_LOADER, AXP_APPLICATION_LOADER, AXP_PERMISSION_LOADER, AXP_FEATURE_LOADER, AXPAuthModule } from '@acorex/platform/auth';
|
5
5
|
import { AXP_ROOT_CONFIG_TOKEN, AXPDataProvider } from '@acorex/platform/common';
|
6
|
-
import { AXPFileManagementService } from '@acorex/platform/widgets';
|
7
6
|
import * as i0 from '@angular/core';
|
8
7
|
import { inject, Injectable, Component, NgModule } from '@angular/core';
|
9
8
|
import * as i1$1 from '@angular/router';
|
@@ -13,8 +12,12 @@ import { HttpClient, HttpParams, HttpHeaders } from '@angular/common/http';
|
|
13
12
|
import { map, BehaviorSubject, tap, filter, take, of, switchMap, delay, firstValueFrom, Observable } from 'rxjs';
|
14
13
|
import * as i1$3 from 'angular-oauth2-oidc';
|
15
14
|
import { OAuthService, OAuthModule } from 'angular-oauth2-oidc';
|
15
|
+
import { AXPModuleDesignerService } from '@acorex/modules/application-management';
|
16
|
+
import { AXPCommentService } from '@acorex/platform/themes/default';
|
17
|
+
import { AXPFileManagementService } from '@acorex/platform/widgets';
|
16
18
|
import { AXNetworkService, AXUploadStatus, AXDownloadStatus } from '@acorex/core/network';
|
17
|
-
import {
|
19
|
+
import { AXPEntityDefinitionRegistryService } from '@acorex/platform/layout/entity';
|
20
|
+
import { applySortArray, applyFilterArray } from '@acorex/platform/core';
|
18
21
|
import * as i1$2 from '@acorex/platform/mocks';
|
19
22
|
|
20
23
|
class AXMOidcApplicationLoader {
|
@@ -227,10 +230,9 @@ class AXMOidcStrategy {
|
|
227
230
|
}
|
228
231
|
}
|
229
232
|
async signout() {
|
230
|
-
this.logout();
|
233
|
+
//this.logout();
|
231
234
|
}
|
232
235
|
async refreshToken(context) {
|
233
|
-
console.log('context.tenant', context.tenant);
|
234
236
|
try {
|
235
237
|
await this.configureOAuth();
|
236
238
|
const refreshResult = await this.refresh(context.tenant?.id, context.application?.id);
|
@@ -420,7 +422,9 @@ class AXMBackendDataProvider {
|
|
420
422
|
return firstValueFrom(this.http.get(url));
|
421
423
|
}
|
422
424
|
getMany(entity, params) {
|
423
|
-
let httpParams = new HttpParams()
|
425
|
+
let httpParams = new HttpParams()
|
426
|
+
.set('Skip', params?.skip?.toString() ?? '0')
|
427
|
+
.set('Take', params?.take?.toString() ?? '10');
|
424
428
|
if (params?.sort && params?.sort.length > 0) {
|
425
429
|
const sortParam = params?.sort.map((sort) => `${sort.field}:${sort.dir}`).join(',');
|
426
430
|
httpParams = httpParams.set('$orderby', sortParam);
|
@@ -457,7 +461,7 @@ class AXMBackendDataProvider {
|
|
457
461
|
function generateQueryString(filter) {
|
458
462
|
if (!filter.filters) {
|
459
463
|
// Base case: single filter
|
460
|
-
return `${
|
464
|
+
return `${filter.field} ${filter.operator.type} '${filter.value}'`;
|
461
465
|
}
|
462
466
|
else if (!filter.filters.length) {
|
463
467
|
return;
|
@@ -469,7 +473,7 @@ class AXMBackendDataProvider {
|
|
469
473
|
return `${filterStrings.filter((i) => i).join(` ${logic} `)}`;
|
470
474
|
}
|
471
475
|
}
|
472
|
-
if (params
|
476
|
+
if (params?.date) {
|
473
477
|
httpParams = httpParams.set('Date', params.date);
|
474
478
|
}
|
475
479
|
let queryString = params?.customFilter ? params.customFilter : '';
|
@@ -577,6 +581,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
|
|
577
581
|
}]
|
578
582
|
}], ctorParameters: () => [{ type: i1$1.Router }, { type: i1$1.ActivatedRoute }] });
|
579
583
|
|
584
|
+
class AXMCommentService {
|
585
|
+
constructor() {
|
586
|
+
this.configs = inject(AXP_ROOT_CONFIG_TOKEN);
|
587
|
+
this.http = inject(HttpClient);
|
588
|
+
this.mainUrl = this.configs.baseUrl;
|
589
|
+
this.messagesUrl = `${this.configs.baseUrl}/conversion/messages`;
|
590
|
+
}
|
591
|
+
async getComments(params) {
|
592
|
+
const url = `${this.messagesUrl}`;
|
593
|
+
return await firstValueFrom(this.http.get(url, {
|
594
|
+
params: params,
|
595
|
+
}));
|
596
|
+
}
|
597
|
+
async postComment(payload) {
|
598
|
+
const url = `${this.messagesUrl}`;
|
599
|
+
return await firstValueFrom(this.http.post(url, payload));
|
600
|
+
}
|
601
|
+
async replyToComment(payload) {
|
602
|
+
const url = `${this.mainUrl}/reply-comment`;
|
603
|
+
return await firstValueFrom(this.http.post(url, payload));
|
604
|
+
}
|
605
|
+
async likeComment(commentId) {
|
606
|
+
const url = `${this.mainUrl}/like-comment`;
|
607
|
+
return await firstValueFrom(this.http.post(url, commentId));
|
608
|
+
}
|
609
|
+
async deleteComment(commentId) {
|
610
|
+
const url = `${this.mainUrl}/delete-comment/${commentId}`;
|
611
|
+
return await firstValueFrom(this.http.delete(url));
|
612
|
+
}
|
613
|
+
async editComment(payload) {
|
614
|
+
const url = `${this.mainUrl}/edit-comment`;
|
615
|
+
return await firstValueFrom(this.http.put(url, payload));
|
616
|
+
}
|
617
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXMCommentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
618
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXMCommentService, providedIn: 'root' }); }
|
619
|
+
}
|
620
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXMCommentService, decorators: [{
|
621
|
+
type: Injectable,
|
622
|
+
args: [{
|
623
|
+
providedIn: 'root',
|
624
|
+
}]
|
625
|
+
}] });
|
626
|
+
|
580
627
|
class AXMFileManagementService {
|
581
628
|
constructor() {
|
582
629
|
this.configs = inject(AXP_ROOT_CONFIG_TOKEN);
|
@@ -672,142 +719,97 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
|
|
672
719
|
}]
|
673
720
|
}] });
|
674
721
|
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
case 'lessThan':
|
705
|
-
result = lt(valueToCompare, conditionValue);
|
706
|
-
if (loggingEnabled)
|
707
|
-
console.log('Less than check result:', result);
|
708
|
-
break;
|
709
|
-
case 'greaterThanOrEqual':
|
710
|
-
result = gte(valueToCompare, conditionValue);
|
711
|
-
if (loggingEnabled)
|
712
|
-
console.log('Greater than or equal check result:', result);
|
713
|
-
break;
|
714
|
-
case 'lessThanOrEqual':
|
715
|
-
result = lte(valueToCompare, conditionValue);
|
716
|
-
if (loggingEnabled)
|
717
|
-
console.log('Less than or equal check result:', result);
|
718
|
-
break;
|
719
|
-
case 'contains':
|
720
|
-
if (typeof valueToCompare === 'string') {
|
721
|
-
result = includes(valueToCompare, conditionValue);
|
722
|
-
}
|
723
|
-
else if (Array.isArray(valueToCompare)) {
|
724
|
-
result = includes(valueToCompare.map(val => val.toString().toLowerCase()), conditionValue);
|
725
|
-
}
|
726
|
-
else {
|
727
|
-
result = false;
|
728
|
-
}
|
729
|
-
if (loggingEnabled)
|
730
|
-
console.log('Contains check result:', result);
|
731
|
-
break;
|
732
|
-
case 'notContains':
|
733
|
-
if (typeof valueToCompare === 'string') {
|
734
|
-
result = !includes(valueToCompare, conditionValue);
|
735
|
-
}
|
736
|
-
else if (Array.isArray(valueToCompare)) {
|
737
|
-
result = !includes(valueToCompare.map(val => val.toString().toLowerCase()), conditionValue);
|
738
|
-
}
|
739
|
-
else {
|
740
|
-
result = false;
|
741
|
-
}
|
742
|
-
if (loggingEnabled)
|
743
|
-
console.log('Not contains check result:', result);
|
744
|
-
break;
|
745
|
-
case 'startsWith':
|
746
|
-
result = typeof valueToCompare === 'string' && startsWith(valueToCompare, conditionValue);
|
747
|
-
if (loggingEnabled)
|
748
|
-
console.log('Starts with check result:', result);
|
749
|
-
break;
|
750
|
-
case 'endsWith':
|
751
|
-
result = typeof valueToCompare === 'string' && endsWith(valueToCompare, conditionValue);
|
752
|
-
if (loggingEnabled)
|
753
|
-
console.log('Ends with check result:', result);
|
754
|
-
break;
|
755
|
-
case 'isEmpty':
|
756
|
-
result = isEmpty(valueToCompare);
|
757
|
-
if (loggingEnabled)
|
758
|
-
console.log('Is empty check result:', result);
|
759
|
-
break;
|
760
|
-
case 'isNull':
|
761
|
-
result = isNil(valueToCompare);
|
762
|
-
if (loggingEnabled)
|
763
|
-
console.log('Is null check result:', result);
|
764
|
-
break;
|
765
|
-
case 'isNotEmpty':
|
766
|
-
result = !isEmpty(valueToCompare);
|
767
|
-
if (loggingEnabled)
|
768
|
-
console.log('Is not empty check result:', result);
|
769
|
-
break;
|
770
|
-
case 'between':
|
771
|
-
result = !isNil(valueToCompare) && valueToCompare >= condition.value.from && valueToCompare <= condition.value.to;
|
772
|
-
if (loggingEnabled)
|
773
|
-
console.log('Between check result:', result);
|
774
|
-
break;
|
775
|
-
default:
|
776
|
-
result = true;
|
777
|
-
if (loggingEnabled)
|
778
|
-
console.log('Default case, returning true');
|
779
|
-
}
|
780
|
-
return result;
|
781
|
-
}
|
782
|
-
function applyFilterArray(dataArray, filters, logic = 'and') {
|
783
|
-
if (filters && filters.length) {
|
784
|
-
return dataArray.filter((item) => {
|
785
|
-
if (logic === 'and') {
|
786
|
-
return filters.every((f) => {
|
787
|
-
return f.filters ? applyFilterArray([item], f.filters, f.logic).length > 0 : applyCondition(item, f);
|
788
|
-
});
|
789
|
-
}
|
790
|
-
else {
|
791
|
-
// logic === 'or'
|
792
|
-
return filters.some((f) => {
|
793
|
-
return f.filters ? applyFilterArray([item], f.filters, f.logic).length > 0 : applyCondition(item, f);
|
794
|
-
});
|
795
|
-
}
|
722
|
+
class AXMModuleDesignerService {
|
723
|
+
constructor() {
|
724
|
+
this.loader = inject(AXPEntityDefinitionRegistryService);
|
725
|
+
this.defaultConfig = {
|
726
|
+
skip: 0,
|
727
|
+
sort: [],
|
728
|
+
take: 10,
|
729
|
+
filter: {
|
730
|
+
field: '',
|
731
|
+
value: '',
|
732
|
+
operator: 'equal',
|
733
|
+
},
|
734
|
+
};
|
735
|
+
this.AdvanceConfig = (moduleId) => ({
|
736
|
+
skip: 0,
|
737
|
+
sort: [],
|
738
|
+
take: 10,
|
739
|
+
filter: {
|
740
|
+
field: '',
|
741
|
+
value: '',
|
742
|
+
operator: { type: 'equal' },
|
743
|
+
filters: [
|
744
|
+
{
|
745
|
+
field: 'module.id',
|
746
|
+
operator: { type: 'equal' },
|
747
|
+
value: moduleId,
|
748
|
+
},
|
749
|
+
],
|
750
|
+
},
|
796
751
|
});
|
797
752
|
}
|
798
|
-
|
799
|
-
return
|
800
|
-
}
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
753
|
+
async moduleDef() {
|
754
|
+
return this.loader.resolve('application-management', 'module');
|
755
|
+
}
|
756
|
+
async entityDef() {
|
757
|
+
return this.loader.resolve('application-management', 'entity');
|
758
|
+
}
|
759
|
+
async featureDef() {
|
760
|
+
return this.loader.resolve('application-management', 'feature');
|
761
|
+
}
|
762
|
+
async permissionDef() {
|
763
|
+
return this.loader.resolve('application-management', 'permission');
|
764
|
+
}
|
765
|
+
async getModules() {
|
766
|
+
const entity = await this.moduleDef();
|
767
|
+
const func = entity?.queries.list?.execute;
|
768
|
+
return func(this.defaultConfig);
|
769
|
+
}
|
770
|
+
async getSingleModule() { }
|
771
|
+
async createModule(payload) { }
|
772
|
+
async updateModule(moduleId, payload) { }
|
773
|
+
async deleteModule(moduleId) { }
|
774
|
+
//
|
775
|
+
async getEntities(moduleId) {
|
776
|
+
const entity = await this.entityDef();
|
777
|
+
const func = entity?.queries.list?.execute;
|
778
|
+
return func(this.AdvanceConfig(moduleId));
|
779
|
+
}
|
780
|
+
async getSingleEntity(entityId) { }
|
781
|
+
async createEntity(payload) { }
|
782
|
+
async updateEntity(payload) { }
|
783
|
+
async deleteEntity(entityId) { }
|
784
|
+
//
|
785
|
+
async getFeatures(moduleId) {
|
786
|
+
const entity = await this.featureDef();
|
787
|
+
const func = entity?.queries.list?.execute;
|
788
|
+
return func(this.AdvanceConfig(moduleId));
|
789
|
+
}
|
790
|
+
async getSingleFeature(featureId) { }
|
791
|
+
async createFeature(payload) { }
|
792
|
+
async updateFeature(payload) { }
|
793
|
+
async deleteFeature(featureId) { }
|
794
|
+
//
|
795
|
+
async getPermissions(moduleId) {
|
796
|
+
const entity = await this.permissionDef();
|
797
|
+
const func = entity?.queries.list?.execute;
|
798
|
+
return func(this.AdvanceConfig(moduleId));
|
799
|
+
}
|
800
|
+
async getSinglePermission(permissionId) { }
|
801
|
+
async createPermission(payload) { }
|
802
|
+
async updatePermission(payload) { }
|
803
|
+
async deletePermission(permissionId) { }
|
804
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXMModuleDesignerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
805
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXMModuleDesignerService, providedIn: 'root' }); }
|
810
806
|
}
|
807
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXMModuleDesignerService, decorators: [{
|
808
|
+
type: Injectable,
|
809
|
+
args: [{
|
810
|
+
providedIn: 'root',
|
811
|
+
}]
|
812
|
+
}] });
|
811
813
|
|
812
814
|
class AXMLocalDataProvider {
|
813
815
|
constructor(storageService) {
|
@@ -920,6 +922,14 @@ class AXMBackendModule {
|
|
920
922
|
provide: AXPFileManagementService,
|
921
923
|
useClass: AXMFileManagementService,
|
922
924
|
},
|
925
|
+
{
|
926
|
+
provide: AXPCommentService,
|
927
|
+
useClass: AXMCommentService,
|
928
|
+
},
|
929
|
+
{
|
930
|
+
provide: AXPModuleDesignerService,
|
931
|
+
useClass: AXMModuleDesignerService,
|
932
|
+
},
|
923
933
|
{
|
924
934
|
provide: ROUTES,
|
925
935
|
multi: true,
|
@@ -968,6 +978,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
|
|
968
978
|
provide: AXPFileManagementService,
|
969
979
|
useClass: AXMFileManagementService,
|
970
980
|
},
|
981
|
+
{
|
982
|
+
provide: AXPCommentService,
|
983
|
+
useClass: AXMCommentService,
|
984
|
+
},
|
985
|
+
{
|
986
|
+
provide: AXPModuleDesignerService,
|
987
|
+
useClass: AXMModuleDesignerService,
|
988
|
+
},
|
971
989
|
{
|
972
990
|
provide: ROUTES,
|
973
991
|
multi: true,
|
@@ -981,5 +999,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
|
|
981
999
|
* Generated bundle index. Do not edit.
|
982
1000
|
*/
|
983
1001
|
|
984
|
-
export { AXMBackendDataProvider, AXMBackendModule, AXMConfigurationService, AXMFileManagementService, AXMLocalDataProvider, AXMOidcApplicationLoader, AXMOidcFeatureLoader, AXMOidcPermissionLoader, AXMOidcStrategy, AXMOidcTenantLoader
|
1002
|
+
export { AXMBackendDataProvider, AXMBackendModule, AXMCommentService, AXMConfigurationService, AXMFileManagementService, AXMLocalDataProvider, AXMModuleDesignerService, AXMOidcApplicationLoader, AXMOidcFeatureLoader, AXMOidcPermissionLoader, AXMOidcStrategy, AXMOidcTenantLoader };
|
985
1003
|
//# sourceMappingURL=acorex-modules-backend.mjs.map
|