@acorex/connectivity 20.2.4-next.3 → 20.2.4-next.6
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/fesm2022/acorex-connectivity-mock.mjs +24645 -1
- package/fesm2022/acorex-connectivity-mock.mjs.map +1 -1
- package/mock/index.d.ts +178 -72
- package/package.json +7 -7
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-CVAXxD06.mjs +0 -22955
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-CVAXxD06.mjs.map +0 -1
- package/fesm2022/acorex-connectivity-mock-employee-skills.queries-DLQzhHUF.mjs +0 -194
- package/fesm2022/acorex-connectivity-mock-employee-skills.queries-DLQzhHUF.mjs.map +0 -1
package/mock/index.d.ts
CHANGED
|
@@ -4,12 +4,13 @@ import { Injector } from '@angular/core';
|
|
|
4
4
|
import { AXPLockService, AXPLockRequest, AXPLockInfo, AXPUnLockRequest, AXPLockGetInfoRequest, AXPFileStorageService, AXPFileStorageCreateRequest, AXPFileStorageInfo, AXPFileStorageUpdateRequest, AXPFileStorageFindRequest, AXPFileManyStorageInfo } from '@acorex/platform/common';
|
|
5
5
|
import { AXMCommonDashboardEntityModel } from '@acorex/modules/dashboard-management';
|
|
6
6
|
import Dexie, { Table } from 'dexie';
|
|
7
|
-
import { AXPQueryRequest, AXPPagedListResult, AXPAppStartUpService, AXPDistributedEventListenerProvider } from '@acorex/platform/core';
|
|
7
|
+
import { AXPQueryRequest, AXPPagedListResult, AXPAppStartUpService, AXPCategorizedEntityDto, AXPCategoryEntity, AXPDistributedEventListenerProvider } from '@acorex/platform/core';
|
|
8
8
|
import * as _acorex_platform_auth from '@acorex/platform/auth';
|
|
9
9
|
import { AXPAuthStrategy, AXPBaseCredentials, AXPSessionContext, AXPSignInResult, AXPTenant, AXPApplication } from '@acorex/platform/auth';
|
|
10
10
|
import { AXMAuthConfigs } from '@acorex/modules/auth';
|
|
11
11
|
import { Router } from '@angular/router';
|
|
12
12
|
import * as i1 from '@acorex/platform/runtime';
|
|
13
|
+
import { AXMOrganizationNode } from '@acorex/modules/organization-management';
|
|
13
14
|
import { AXPExecutionReportCommand, AXPLayoutExecutionContext, AXPExecutionReportCommandResult, AXPReportDefinition } from '@acorex/modules/report-management';
|
|
14
15
|
import { AXMTextTemplateManagementTemplateEntityModel } from '@acorex/modules/text-template-management';
|
|
15
16
|
import { AXPIdentifierRule, AXPClockProvider, AXPChecksumProvider, AXPPolicyProvider, AXPLookupProvider, AXPSequenceProvider, AXPIdentifierService, AXPIdentifierRequest, AXPIdentifierResult, AXPIdentifierPeekResult } from '@acorex/modules/identifier-management';
|
|
@@ -308,10 +309,16 @@ declare class MOCKGoogleStrategy extends AXPAuthStrategy {
|
|
|
308
309
|
static ɵprov: i0.ɵɵInjectableDeclaration<MOCKGoogleStrategy>;
|
|
309
310
|
}
|
|
310
311
|
|
|
311
|
-
declare class
|
|
312
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
313
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
314
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
312
|
+
declare class AXCOrganizationManagementMockModule {
|
|
313
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCOrganizationManagementMockModule, never>;
|
|
314
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCOrganizationManagementMockModule, never, never, never>;
|
|
315
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCOrganizationManagementMockModule>;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
declare class AXCHumanCapitalManagementMockModule {
|
|
319
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCHumanCapitalManagementMockModule, never>;
|
|
320
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCHumanCapitalManagementMockModule, never, never, never>;
|
|
321
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCHumanCapitalManagementMockModule>;
|
|
315
322
|
}
|
|
316
323
|
|
|
317
324
|
declare class AXCReportManagementMockModule {
|
|
@@ -368,10 +375,10 @@ declare class AXCProjectManagementMockModule {
|
|
|
368
375
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCProjectManagementMockModule>;
|
|
369
376
|
}
|
|
370
377
|
|
|
371
|
-
declare class
|
|
372
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
373
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
374
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
378
|
+
declare class AXCCalendarManagementMockModule {
|
|
379
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCCalendarManagementMockModule, never>;
|
|
380
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCCalendarManagementMockModule, never, never, never>;
|
|
381
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCCalendarManagementMockModule>;
|
|
375
382
|
}
|
|
376
383
|
|
|
377
384
|
declare class AXCWorkflowManagementMockModule {
|
|
@@ -392,10 +399,10 @@ declare class AXCTaskManagementMockModule {
|
|
|
392
399
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCTaskManagementMockModule>;
|
|
393
400
|
}
|
|
394
401
|
|
|
395
|
-
declare class
|
|
396
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
397
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
398
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
402
|
+
declare class AXCPartyManagementMockModule {
|
|
403
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCPartyManagementMockModule, never>;
|
|
404
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCPartyManagementMockModule, never, never, never>;
|
|
405
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCPartyManagementMockModule>;
|
|
399
406
|
}
|
|
400
407
|
|
|
401
408
|
declare class AXCContentManagementMockModule {
|
|
@@ -431,7 +438,7 @@ declare class AXCMiddlewaresModule {
|
|
|
431
438
|
declare class AXCMockModule {
|
|
432
439
|
constructor(appInitService: AXPAppStartUpService, injector: Injector);
|
|
433
440
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockModule, never>;
|
|
434
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCFormTemplateManagementMockModule, typeof
|
|
441
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCOrganizationManagementMockModule, typeof AXCHumanCapitalManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCContactManagementMockModule, typeof AXCLocationManagementMockModule, typeof AXCLocaleManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCPlatformManagementMockModule, typeof AXCTextTemplateManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCSchedulerJobManagementMockModule, typeof AXCApplicationManagementMockModule, typeof AXCTrainingManagementMockModule, typeof AXCProjectManagementMockModule, typeof AXCDocumentManagementMockModule, typeof AXCHelpDeskMockModule, typeof AXCLogManagementMockModule, typeof AXCCalendarManagementMockModule, typeof AXCDataManagementMockModule, typeof AXCWorkflowManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCTaskManagementMockModule, typeof AXCPartyManagementMockModule, typeof AXCContentManagementMockModule, typeof AXCIdentifierManagementMockModule, typeof AXCMeetingManagementMockModule, typeof AXCCustomerManagementMockModule, typeof AXCMiddlewaresModule], never>;
|
|
435
442
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCMockModule>;
|
|
436
443
|
}
|
|
437
444
|
|
|
@@ -461,35 +468,44 @@ declare class MOCKStrategy extends AXPAuthStrategy {
|
|
|
461
468
|
static ɵprov: i0.ɵɵInjectableDeclaration<MOCKStrategy>;
|
|
462
469
|
}
|
|
463
470
|
|
|
464
|
-
interface
|
|
471
|
+
interface AXCBranchMockDto {
|
|
465
472
|
id: string;
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
473
|
+
title: string;
|
|
474
|
+
code: string;
|
|
475
|
+
description: string;
|
|
476
|
+
locationId?: string;
|
|
477
|
+
location?: {
|
|
478
|
+
country: {
|
|
479
|
+
id: string;
|
|
480
|
+
title: string;
|
|
481
|
+
};
|
|
482
|
+
state: {
|
|
483
|
+
id: string;
|
|
484
|
+
title: string;
|
|
485
|
+
};
|
|
486
|
+
city: {
|
|
487
|
+
id: string;
|
|
488
|
+
title: string;
|
|
489
|
+
};
|
|
490
|
+
};
|
|
471
491
|
}
|
|
492
|
+
declare const BRANCHES_MOCK: AXCBranchMockDto[];
|
|
472
493
|
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
roleIds: string[];
|
|
479
|
-
roles: {
|
|
480
|
-
id: string;
|
|
481
|
-
title: string;
|
|
482
|
-
}[];
|
|
494
|
+
declare class AXMBranchDataSeeder implements AXPDataSeeder {
|
|
495
|
+
private storageService;
|
|
496
|
+
seed(): Promise<void>;
|
|
497
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMBranchDataSeeder, never>;
|
|
498
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMBranchDataSeeder>;
|
|
483
499
|
}
|
|
484
|
-
declare const mockUsers: AXCMockUserMockDto[];
|
|
485
500
|
|
|
486
|
-
declare function findEmployeeById(employeeId: string): AXCEmployeeMockDto | undefined;
|
|
487
501
|
interface AXCEmployeeMockDto {
|
|
488
502
|
id: string;
|
|
489
503
|
userId?: string;
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
504
|
+
partyId: string;
|
|
505
|
+
party: {
|
|
506
|
+
id: string;
|
|
507
|
+
displayName: string;
|
|
508
|
+
};
|
|
493
509
|
birthDate: Date;
|
|
494
510
|
employeeCode: string;
|
|
495
511
|
roleId: string;
|
|
@@ -513,37 +529,28 @@ interface AXCEmployeeMockDto {
|
|
|
513
529
|
}
|
|
514
530
|
declare const EMPLOYEES_MOCK: AXCEmployeeMockDto[];
|
|
515
531
|
|
|
516
|
-
type AXCEmployeeMock$
|
|
517
|
-
interface AXCBranchMockDto {
|
|
518
|
-
id: string;
|
|
519
|
-
title: string;
|
|
520
|
-
code: string;
|
|
521
|
-
description: string;
|
|
522
|
-
managerId: string;
|
|
523
|
-
manager: AXCEmployeeMock$3;
|
|
524
|
-
country: string;
|
|
525
|
-
province: string;
|
|
526
|
-
city: string;
|
|
527
|
-
}
|
|
528
|
-
declare const BRANCHES_MOCK: AXCBranchMockDto[];
|
|
529
|
-
|
|
530
|
-
declare class AXMBranchDataSeeder implements AXPDataSeeder {
|
|
531
|
-
private storageService;
|
|
532
|
-
seed(): Promise<void>;
|
|
533
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMBranchDataSeeder, never>;
|
|
534
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMBranchDataSeeder>;
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
type AXCEmployeeMock$2 = typeof EMPLOYEES_MOCK[number];
|
|
532
|
+
type AXCEmployeeMock$2 = (typeof EMPLOYEES_MOCK)[number];
|
|
538
533
|
interface AXCDivisionMockDto {
|
|
539
534
|
id: string;
|
|
540
535
|
title: string;
|
|
541
536
|
description: string;
|
|
542
537
|
managerId: string;
|
|
543
538
|
manager: AXCEmployeeMock$2;
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
539
|
+
countryId?: string;
|
|
540
|
+
stateId?: string;
|
|
541
|
+
cityId?: string;
|
|
542
|
+
country?: {
|
|
543
|
+
id: string;
|
|
544
|
+
title: string;
|
|
545
|
+
};
|
|
546
|
+
state?: {
|
|
547
|
+
id: string;
|
|
548
|
+
title: string;
|
|
549
|
+
};
|
|
550
|
+
city?: {
|
|
551
|
+
id: string;
|
|
552
|
+
title: string;
|
|
553
|
+
};
|
|
547
554
|
}
|
|
548
555
|
declare const DIVISIONS_MOCK: AXCDivisionMockDto[];
|
|
549
556
|
|
|
@@ -561,9 +568,6 @@ interface AXCDepartmentMockDto {
|
|
|
561
568
|
description: string;
|
|
562
569
|
managerId: string;
|
|
563
570
|
manager: AXCEmployeeMock$1;
|
|
564
|
-
country: string;
|
|
565
|
-
province: string;
|
|
566
|
-
city: string;
|
|
567
571
|
}
|
|
568
572
|
declare const DEPARTMENTS_MOCK: AXCDepartmentMockDto[];
|
|
569
573
|
|
|
@@ -574,7 +578,18 @@ declare class AXMDepartmentDataSeeder implements AXPDataSeeder {
|
|
|
574
578
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMDepartmentDataSeeder>;
|
|
575
579
|
}
|
|
576
580
|
|
|
577
|
-
type AXCEmployeeMock = typeof EMPLOYEES_MOCK[number];
|
|
581
|
+
type AXCEmployeeMock = (typeof EMPLOYEES_MOCK)[number];
|
|
582
|
+
interface AXCTeamMockDto {
|
|
583
|
+
id: string;
|
|
584
|
+
title: string;
|
|
585
|
+
description: string;
|
|
586
|
+
leaderId: string;
|
|
587
|
+
leader: AXCEmployeeMock;
|
|
588
|
+
managerId: string;
|
|
589
|
+
manager: AXCEmployeeMock;
|
|
590
|
+
memberIds: string[];
|
|
591
|
+
members: AXCEmployeeMock[];
|
|
592
|
+
}
|
|
578
593
|
interface AXCTeamMockDto {
|
|
579
594
|
id: string;
|
|
580
595
|
title: string;
|
|
@@ -595,13 +610,87 @@ declare class AXMTeamDataSeeder implements AXPDataSeeder {
|
|
|
595
610
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMTeamDataSeeder>;
|
|
596
611
|
}
|
|
597
612
|
|
|
598
|
-
|
|
613
|
+
interface PositionMockDto extends AXPCategorizedEntityDto {
|
|
614
|
+
id: string;
|
|
615
|
+
title: string;
|
|
616
|
+
description: string;
|
|
617
|
+
categoryIds: string[];
|
|
618
|
+
categories: {
|
|
619
|
+
id: string;
|
|
620
|
+
title: string;
|
|
621
|
+
}[];
|
|
622
|
+
}
|
|
623
|
+
declare const POSITIONS_CATEGORY_MOCK: AXPCategoryEntity[];
|
|
624
|
+
declare const POSITIONS_MOCK: PositionMockDto[];
|
|
625
|
+
|
|
626
|
+
declare class AXMPositionDataSeeder implements AXPDataSeeder {
|
|
599
627
|
private storageService;
|
|
600
628
|
seed(): Promise<void>;
|
|
601
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
602
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
629
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMPositionDataSeeder, never>;
|
|
630
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMPositionDataSeeder>;
|
|
603
631
|
}
|
|
604
632
|
|
|
633
|
+
interface RoleMockDto extends AXPCategorizedEntityDto {
|
|
634
|
+
id: string;
|
|
635
|
+
title: string;
|
|
636
|
+
description: string;
|
|
637
|
+
categoryIds: string[];
|
|
638
|
+
categories: {
|
|
639
|
+
id: string;
|
|
640
|
+
title: string;
|
|
641
|
+
}[];
|
|
642
|
+
skillsId: string[];
|
|
643
|
+
skills: {
|
|
644
|
+
id: string;
|
|
645
|
+
title: string;
|
|
646
|
+
}[];
|
|
647
|
+
responsibilitiesId: string[];
|
|
648
|
+
responsibilities: {
|
|
649
|
+
id: string;
|
|
650
|
+
title: string;
|
|
651
|
+
}[];
|
|
652
|
+
}
|
|
653
|
+
declare const ROLES_CATEGORY_MOCK: AXPCategoryEntity[];
|
|
654
|
+
declare const ROLES_MOCK: RoleMockDto[];
|
|
655
|
+
|
|
656
|
+
declare class AXMRoleDataSeeder implements AXPDataSeeder {
|
|
657
|
+
private storageService;
|
|
658
|
+
seed(): Promise<void>;
|
|
659
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMRoleDataSeeder, never>;
|
|
660
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMRoleDataSeeder>;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
interface ResponsibilityMockDto extends AXPCategorizedEntityDto {
|
|
664
|
+
id: string;
|
|
665
|
+
title: string;
|
|
666
|
+
description: string;
|
|
667
|
+
categoryIds: string[];
|
|
668
|
+
categories: {
|
|
669
|
+
id: string;
|
|
670
|
+
title: string;
|
|
671
|
+
}[];
|
|
672
|
+
}
|
|
673
|
+
declare const RESPONSIBILITIES_CATEGORY_MOCK: AXPCategoryEntity[];
|
|
674
|
+
declare const RESPONSIBILITIES_MOCK: ResponsibilityMockDto[];
|
|
675
|
+
|
|
676
|
+
declare class AXMResponsibilityDataSeeder implements AXPDataSeeder {
|
|
677
|
+
private storageService;
|
|
678
|
+
seed(): Promise<void>;
|
|
679
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMResponsibilityDataSeeder, never>;
|
|
680
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMResponsibilityDataSeeder>;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
declare const INDUSTRIAL_COMPANY_ORGANIZATION: AXMOrganizationNode;
|
|
684
|
+
|
|
685
|
+
declare class AXMOrgChartDataSeeder implements AXPDataSeeder {
|
|
686
|
+
private storageService;
|
|
687
|
+
seed(): Promise<void>;
|
|
688
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMOrgChartDataSeeder, never>;
|
|
689
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMOrgChartDataSeeder>;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
declare const SOFTWARE_COMPANY_ORGANIZATION: AXMOrganizationNode;
|
|
693
|
+
|
|
605
694
|
declare class AXCAppVersionDataSeeder implements AXPDataSeeder {
|
|
606
695
|
private storageService;
|
|
607
696
|
private appVersionService;
|
|
@@ -726,6 +815,20 @@ declare const mockRoleDefinitions: {
|
|
|
726
815
|
permissions: never[];
|
|
727
816
|
}[];
|
|
728
817
|
|
|
818
|
+
interface AXCMockUserMockDto {
|
|
819
|
+
id: string;
|
|
820
|
+
username: string;
|
|
821
|
+
displayName: string;
|
|
822
|
+
partyId: string;
|
|
823
|
+
roleIds: string[];
|
|
824
|
+
roles: {
|
|
825
|
+
id: string;
|
|
826
|
+
title: string;
|
|
827
|
+
}[];
|
|
828
|
+
password: string;
|
|
829
|
+
}
|
|
830
|
+
declare const mockUsers: AXCMockUserMockDto[];
|
|
831
|
+
|
|
729
832
|
interface TaskType {
|
|
730
833
|
id: string;
|
|
731
834
|
name: string;
|
|
@@ -867,7 +970,8 @@ declare class AXPMockLookupProvider implements AXPLookupProvider {
|
|
|
867
970
|
}
|
|
868
971
|
declare class AXPMockSequenceProvider implements AXPSequenceProvider {
|
|
869
972
|
private readonly db;
|
|
870
|
-
|
|
973
|
+
private readonly rulesFromProviders;
|
|
974
|
+
next(scopeHash: string, ruleId: string, options?: {
|
|
871
975
|
pad?: number;
|
|
872
976
|
consume?: boolean;
|
|
873
977
|
}): Promise<number>;
|
|
@@ -898,8 +1002,6 @@ declare class AXPMockIdentifierService extends AXPIdentifierService {
|
|
|
898
1002
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPMockIdentifierService>;
|
|
899
1003
|
}
|
|
900
1004
|
|
|
901
|
-
declare const identifierCommitMiddleware: AXPEntityStorageMiddleware;
|
|
902
|
-
|
|
903
1005
|
declare const auditLoggerMiddleware: AXPEntityStorageMiddleware;
|
|
904
1006
|
|
|
905
1007
|
/**
|
|
@@ -922,7 +1024,11 @@ declare const auditLoggerMiddleware: AXPEntityStorageMiddleware;
|
|
|
922
1024
|
*/
|
|
923
1025
|
declare const createFileCastMiddleware: AXPEntityStorageMiddleware;
|
|
924
1026
|
|
|
1027
|
+
declare const identifierCommitMiddleware: AXPEntityStorageMiddleware;
|
|
1028
|
+
|
|
1029
|
+
declare const mergeDetailRelationMiddleware: AXPEntityStorageMiddleware;
|
|
1030
|
+
|
|
925
1031
|
declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
|
|
926
1032
|
|
|
927
|
-
export { APPLICATIONS, APPLICATIONS_MODULES, AXCAppVersionDataSeeder, AXCApplicationManagementMockModule, AXCApplicationTemplateDataSeeder, AXCAuthMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCConversationMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDocumentManagementMockModule,
|
|
928
|
-
export type { AXCBranchMockDto, AXCDepartmentMockDto, AXCDivisionMockDto, AXCTeamMockDto, AXPLogRow, AXPRuleRow, AXPSeqRow, MockUserPassCredentials, Task, TaskStatus, TaskTemplate, TaskType };
|
|
1033
|
+
export { APPLICATIONS, APPLICATIONS_MODULES, AXCAppVersionDataSeeder, AXCApplicationManagementMockModule, AXCApplicationTemplateDataSeeder, AXCAuthMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCConversationMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDocumentManagementMockModule, AXCFileStorageService, AXCFormTemplateManagementMockModule, AXCGlobalVariablesDataSeeder, AXCHelpDeskMockModule, AXCIdentifierManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCLogManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMiddlewaresModule, AXCMockEntityLogListener, AXCMockModule, AXCNotificationManagementMockModule, AXCOrganizationManagementMockModule, AXCPlatformManagementMockModule, AXCProjectManagementMockModule, AXCReportManagementMockModule, AXCSchedulerJobDataSeeder, AXCSchedulerJobManagementMockModule, AXCSecurityManagementMockModule, AXCTaskManagementMockModule, AXCTextTemplateCategoryDataSeeder, AXCTextTemplateDataSeeder, AXCTextTemplateManagementMockModule, AXCTrainingManagementMockModule, AXMAiResponderService, AXMBranchDataSeeder, AXMDepartmentDataSeeder, AXMDivisionDataSeeder, AXMOrgChartDataSeeder, AXMPositionDataSeeder, AXMReportCategoryDataSeeder, AXMReportDefinitionDataSeeder, AXMReportExecuteCommand, AXMReportMockDataService, AXMResponsibilityDataSeeder, AXMRoleDataSeeder, AXMTeamDataSeeder, AXPDashboardDataSeeder, AXPDexieEntityStorageService, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, BRANCHES_MOCK, DASHBOARDS, DEPARTMENTS_MOCK, DIVISIONS_MOCK, EDITIONS, ENTITIES, FEATURES, GLOBAL_VARIABLES, INDUSTRIAL_COMPANY_ORGANIZATION, MOCKGoogleStrategy, MOCKStrategy, MODULES, PERMISSIONS, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, PROPERTIES, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, ROLES_CATEGORY_MOCK, ROLES_MOCK, SOFTWARE_COMPANY_ORGANIZATION, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, TEXT_TEMPLATES, TEXT_TEMPLATE_CATEGORY, applications, auditLoggerMiddleware, createFileCastMiddleware, findContactMethod, generateRandomDashboard, identifierCommitMiddleware, mergeDetailRelationMiddleware, mockRoleDefinitions, mockUsers, tenantsMock };
|
|
1034
|
+
export type { AXCBranchMockDto, AXCDepartmentMockDto, AXCDivisionMockDto, AXCTeamMockDto, AXPLogRow, AXPRuleRow, AXPSeqRow, MockUserPassCredentials, PositionMockDto, ResponsibilityMockDto, RoleMockDto, Task, TaskStatus, TaskTemplate, TaskType };
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/connectivity",
|
|
3
|
-
"version": "20.2.4-next.
|
|
3
|
+
"version": "20.2.4-next.6",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "
|
|
6
|
-
"@angular/core": "
|
|
5
|
+
"@angular/common": ">=19.0.0",
|
|
6
|
+
"@angular/core": ">=19.0.0"
|
|
7
7
|
},
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"module": "fesm2022/acorex-connectivity.mjs",
|
|
@@ -16,6 +16,10 @@
|
|
|
16
16
|
"types": "./index.d.ts",
|
|
17
17
|
"default": "./fesm2022/acorex-connectivity.mjs"
|
|
18
18
|
},
|
|
19
|
+
"./api": {
|
|
20
|
+
"types": "./api/index.d.ts",
|
|
21
|
+
"default": "./fesm2022/acorex-connectivity-api.mjs"
|
|
22
|
+
},
|
|
19
23
|
"./mock": {
|
|
20
24
|
"types": "./mock/index.d.ts",
|
|
21
25
|
"default": "./fesm2022/acorex-connectivity-mock.mjs"
|
|
@@ -23,10 +27,6 @@
|
|
|
23
27
|
"./utils": {
|
|
24
28
|
"types": "./utils/index.d.ts",
|
|
25
29
|
"default": "./fesm2022/acorex-connectivity-utils.mjs"
|
|
26
|
-
},
|
|
27
|
-
"./api": {
|
|
28
|
-
"types": "./api/index.d.ts",
|
|
29
|
-
"default": "./fesm2022/acorex-connectivity-api.mjs"
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|