@acorex/connectivity 20.7.6 → 20.7.7
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-get-employee-list.query--f2M5RgC.mjs +213 -0
- package/fesm2022/acorex-connectivity-mock-get-employee-list.query--f2M5RgC.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-mock-get-location-list.query-Cz55arFF.mjs +209 -0
- package/fesm2022/acorex-connectivity-mock-get-location-list.query-Cz55arFF.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-mock.mjs +789 -977
- package/fesm2022/acorex-connectivity-mock.mjs.map +1 -1
- package/mock/index.d.ts +1 -3
- package/package.json +2 -2
|
@@ -279,7 +279,6 @@ const APPLICATION_TREE = [
|
|
|
279
279
|
'OrganizationManagement',
|
|
280
280
|
'PersonManagement',
|
|
281
281
|
'LocationManagement',
|
|
282
|
-
'ContactManagement',
|
|
283
282
|
'DocumentManagement',
|
|
284
283
|
'AssessmentManagement',
|
|
285
284
|
'SecurityManagement',
|
|
@@ -3986,6 +3985,10 @@ const personMock = [
|
|
|
3986
3985
|
primaryLocationId: 'loc1',
|
|
3987
3986
|
primaryContact: '',
|
|
3988
3987
|
primaryAddress: '',
|
|
3988
|
+
phones: [],
|
|
3989
|
+
emails: [],
|
|
3990
|
+
social: [],
|
|
3991
|
+
addresses: [],
|
|
3989
3992
|
notes: 'Technology solutions provider specializing in enterprise software.',
|
|
3990
3993
|
created: { at: new Date('2020-01-01') },
|
|
3991
3994
|
updated: { at: new Date('2024-01-15') },
|
|
@@ -4003,6 +4006,10 @@ const personMock = [
|
|
|
4003
4006
|
primaryLocationId: 'loc2',
|
|
4004
4007
|
primaryContact: 'info@acmecorp.com',
|
|
4005
4008
|
primaryAddress: '',
|
|
4009
|
+
phones: [],
|
|
4010
|
+
emails: [{ value: 'info@acmecorp.com' }],
|
|
4011
|
+
social: [],
|
|
4012
|
+
addresses: [],
|
|
4006
4013
|
notes: 'Major client, annual contract worth $2M.',
|
|
4007
4014
|
created: { at: new Date('2023-08-01') },
|
|
4008
4015
|
updated: { at: new Date('2024-01-18') },
|
|
@@ -4020,6 +4027,10 @@ const personMock = [
|
|
|
4020
4027
|
primaryLocationId: 'loc3',
|
|
4021
4028
|
primaryContact: 'contact@globalsuppliers.com',
|
|
4022
4029
|
primaryAddress: '',
|
|
4030
|
+
phones: [],
|
|
4031
|
+
emails: [{ value: 'contact@globalsuppliers.com' }],
|
|
4032
|
+
social: [],
|
|
4033
|
+
addresses: [],
|
|
4023
4034
|
notes: 'Reliable supplier of electronic components.',
|
|
4024
4035
|
created: { at: new Date('2023-09-15') },
|
|
4025
4036
|
updated: { at: new Date('2024-01-14') },
|
|
@@ -4040,6 +4051,10 @@ const personMock = [
|
|
|
4040
4051
|
primaryLocationId: 'loc4',
|
|
4041
4052
|
primaryContact: 'john.smith@abccorp.com',
|
|
4042
4053
|
primaryAddress: '789 Wall Street Floor 25',
|
|
4054
|
+
phones: [],
|
|
4055
|
+
emails: [{ value: 'john.smith@abccorp.com' }],
|
|
4056
|
+
social: [],
|
|
4057
|
+
addresses: [{ line1: '789 Wall Street Floor 25' }],
|
|
4043
4058
|
userId: userIds.johnSmith,
|
|
4044
4059
|
notes: 'Key account contact, very responsive to emails.',
|
|
4045
4060
|
created: { at: new Date('2023-12-01') },
|
|
@@ -4060,6 +4075,10 @@ const personMock = [
|
|
|
4060
4075
|
primaryLocationId: 'loc5',
|
|
4061
4076
|
primaryContact: 'sarah.johnson@ourcompany.com',
|
|
4062
4077
|
primaryAddress: '',
|
|
4078
|
+
phones: [],
|
|
4079
|
+
emails: [{ value: 'sarah.johnson@ourcompany.com' }],
|
|
4080
|
+
social: [],
|
|
4081
|
+
addresses: [],
|
|
4063
4082
|
userId: userIds.sarahJohnson,
|
|
4064
4083
|
notes: 'Project Manager, excellent leadership skills and team coordination.',
|
|
4065
4084
|
created: { at: new Date('2010-06-01') },
|
|
@@ -4080,6 +4099,10 @@ const personMock = [
|
|
|
4080
4099
|
primaryLocationId: 'loc6',
|
|
4081
4100
|
primaryContact: 'mike.chen@ourcompany.com',
|
|
4082
4101
|
primaryAddress: '',
|
|
4102
|
+
phones: [],
|
|
4103
|
+
emails: [{ value: 'mike.chen@ourcompany.com' }],
|
|
4104
|
+
social: [],
|
|
4105
|
+
addresses: [],
|
|
4083
4106
|
userId: userIds.mikeChen,
|
|
4084
4107
|
notes: 'Senior developer with expertise in Angular and TypeScript.',
|
|
4085
4108
|
created: { at: new Date('2018-03-15') },
|
|
@@ -4100,6 +4123,10 @@ const personMock = [
|
|
|
4100
4123
|
primaryLocationId: 'loc7',
|
|
4101
4124
|
primaryContact: 'emily.rodriguez@ourcompany.com',
|
|
4102
4125
|
primaryAddress: '',
|
|
4126
|
+
phones: [],
|
|
4127
|
+
emails: [{ value: 'emily.rodriguez@ourcompany.com' }],
|
|
4128
|
+
social: [],
|
|
4129
|
+
addresses: [],
|
|
4103
4130
|
userId: userIds.emilyRodriguez,
|
|
4104
4131
|
notes: 'UX designer with focus on user experience and accessibility.',
|
|
4105
4132
|
created: { at: new Date('2019-07-01') },
|
|
@@ -4120,6 +4147,10 @@ const personMock = [
|
|
|
4120
4147
|
primaryLocationId: 'loc8',
|
|
4121
4148
|
primaryContact: 'david.thompson@ourcompany.com',
|
|
4122
4149
|
primaryAddress: '',
|
|
4150
|
+
phones: [],
|
|
4151
|
+
emails: [{ value: 'david.thompson@ourcompany.com' }],
|
|
4152
|
+
social: [],
|
|
4153
|
+
addresses: [],
|
|
4123
4154
|
userId: userIds.davidThompson,
|
|
4124
4155
|
notes: 'IT support specialist providing technical assistance.',
|
|
4125
4156
|
created: { at: new Date('2017-11-01') },
|
|
@@ -4140,6 +4171,10 @@ const personMock = [
|
|
|
4140
4171
|
primaryLocationId: 'loc9',
|
|
4141
4172
|
primaryContact: 'lisa.wang@ourcompany.com',
|
|
4142
4173
|
primaryAddress: '',
|
|
4174
|
+
phones: [],
|
|
4175
|
+
emails: [{ value: 'lisa.wang@ourcompany.com' }],
|
|
4176
|
+
social: [],
|
|
4177
|
+
addresses: [],
|
|
4143
4178
|
userId: userIds.lisaWang,
|
|
4144
4179
|
notes: 'HR manager handling employee relations and recruitment.',
|
|
4145
4180
|
created: { at: new Date('2016-09-01') },
|
|
@@ -13868,951 +13903,6 @@ function toSummary(c) {
|
|
|
13868
13903
|
}
|
|
13869
13904
|
//#endregion
|
|
13870
13905
|
|
|
13871
|
-
const contactMethodTypeMock = [
|
|
13872
|
-
{
|
|
13873
|
-
id: AXPDataGenerator.uuid(),
|
|
13874
|
-
title: 'Email',
|
|
13875
|
-
description: 'Email addresses',
|
|
13876
|
-
icon: 'fa-light fa-envelope',
|
|
13877
|
-
validationRegex: '^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$',
|
|
13878
|
-
placeholder: 'user@example.com',
|
|
13879
|
-
isDefault: false,
|
|
13880
|
-
isActive: true,
|
|
13881
|
-
order: 1,
|
|
13882
|
-
},
|
|
13883
|
-
{
|
|
13884
|
-
id: AXPDataGenerator.uuid(),
|
|
13885
|
-
title: 'Phone',
|
|
13886
|
-
description: 'Phone numbers',
|
|
13887
|
-
icon: 'fa-light fa-phone',
|
|
13888
|
-
validationRegex: '^[+]?[0-9\\s\\-\\(\\)]{7,15}$',
|
|
13889
|
-
placeholder: '+1 (555) 123-4567',
|
|
13890
|
-
isDefault: false,
|
|
13891
|
-
isActive: true,
|
|
13892
|
-
order: 2,
|
|
13893
|
-
},
|
|
13894
|
-
{
|
|
13895
|
-
id: AXPDataGenerator.uuid(),
|
|
13896
|
-
title: 'Mobile',
|
|
13897
|
-
description: 'Mobile phone numbers',
|
|
13898
|
-
icon: 'fa-light fa-mobile',
|
|
13899
|
-
validationRegex: '^[+]?[0-9\\s\\-\\(\\)]{7,15}$',
|
|
13900
|
-
placeholder: '+1 (555) 123-4567',
|
|
13901
|
-
isDefault: true,
|
|
13902
|
-
isActive: true,
|
|
13903
|
-
order: 3,
|
|
13904
|
-
},
|
|
13905
|
-
{
|
|
13906
|
-
id: AXPDataGenerator.uuid(),
|
|
13907
|
-
title: 'Fax',
|
|
13908
|
-
description: 'Fax numbers',
|
|
13909
|
-
icon: 'fa-light fa-fax',
|
|
13910
|
-
validationRegex: '^[+]?[0-9\\s\\-\\(\\)]{7,15}$',
|
|
13911
|
-
placeholder: '+1 (555) 123-4567',
|
|
13912
|
-
isDefault: false,
|
|
13913
|
-
isActive: true,
|
|
13914
|
-
order: 4,
|
|
13915
|
-
},
|
|
13916
|
-
{
|
|
13917
|
-
id: AXPDataGenerator.uuid(),
|
|
13918
|
-
title: 'LinkedIn',
|
|
13919
|
-
description: 'LinkedIn profiles',
|
|
13920
|
-
icon: 'fa-brands fa-linkedin',
|
|
13921
|
-
validationRegex: '^https://www\\.linkedin\\.com/in/[a-zA-Z0-9\\-]+/?$',
|
|
13922
|
-
placeholder: 'https://www.linkedin.com/in/username',
|
|
13923
|
-
isDefault: false,
|
|
13924
|
-
isActive: true,
|
|
13925
|
-
order: 5,
|
|
13926
|
-
},
|
|
13927
|
-
{
|
|
13928
|
-
id: AXPDataGenerator.uuid(),
|
|
13929
|
-
title: 'Twitter',
|
|
13930
|
-
description: 'Twitter handles',
|
|
13931
|
-
icon: 'fa-brands fa-twitter',
|
|
13932
|
-
validationRegex: '^@[a-zA-Z0-9_]{1,15}$',
|
|
13933
|
-
placeholder: '@username',
|
|
13934
|
-
isDefault: false,
|
|
13935
|
-
isActive: true,
|
|
13936
|
-
order: 6,
|
|
13937
|
-
},
|
|
13938
|
-
{
|
|
13939
|
-
id: AXPDataGenerator.uuid(),
|
|
13940
|
-
title: 'Skype',
|
|
13941
|
-
description: 'Skype usernames',
|
|
13942
|
-
icon: 'fa-brands fa-skype',
|
|
13943
|
-
validationRegex: '^[a-zA-Z0-9._-]{6,32}$',
|
|
13944
|
-
placeholder: 'skype.username',
|
|
13945
|
-
isDefault: false,
|
|
13946
|
-
isActive: true,
|
|
13947
|
-
order: 7,
|
|
13948
|
-
}
|
|
13949
|
-
];
|
|
13950
|
-
|
|
13951
|
-
const contactMethodMock = [
|
|
13952
|
-
// Employee contact methods
|
|
13953
|
-
{
|
|
13954
|
-
id: AXPDataGenerator.uuid(),
|
|
13955
|
-
reference: {
|
|
13956
|
-
id: personNaturalIds.sarahJohnson,
|
|
13957
|
-
type: "PersonManagement.Person"
|
|
13958
|
-
},
|
|
13959
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
13960
|
-
methodType: contactMethodTypeMock[0],
|
|
13961
|
-
value: 'sarah.johnson@ourcompany.com',
|
|
13962
|
-
isPrimary: true,
|
|
13963
|
-
isVerified: true,
|
|
13964
|
-
notes: 'Primary business email for Sarah Johnson',
|
|
13965
|
-
},
|
|
13966
|
-
{
|
|
13967
|
-
id: AXPDataGenerator.uuid(),
|
|
13968
|
-
reference: { id: personNaturalIds.sarahJohnson, type: 'PersonManagement.Person' },
|
|
13969
|
-
methodTypeId: contactMethodTypeMock[1].id, // Phone
|
|
13970
|
-
methodType: contactMethodTypeMock[1],
|
|
13971
|
-
value: '+1 (555) 111-2222',
|
|
13972
|
-
isPrimary: false,
|
|
13973
|
-
isVerified: true,
|
|
13974
|
-
notes: 'Office phone for Sarah Johnson',
|
|
13975
|
-
},
|
|
13976
|
-
{
|
|
13977
|
-
id: AXPDataGenerator.uuid(),
|
|
13978
|
-
reference: { id: personNaturalIds.mikeChen, type: 'PersonManagement.Person' },
|
|
13979
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
13980
|
-
methodType: contactMethodTypeMock[0],
|
|
13981
|
-
value: 'mike.chen@ourcompany.com',
|
|
13982
|
-
isPrimary: true,
|
|
13983
|
-
isVerified: true,
|
|
13984
|
-
notes: 'Primary business email for Mike Chen',
|
|
13985
|
-
},
|
|
13986
|
-
{
|
|
13987
|
-
id: AXPDataGenerator.uuid(),
|
|
13988
|
-
reference: { id: personNaturalIds.mikeChen, type: 'PersonManagement.Person' },
|
|
13989
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
13990
|
-
methodType: contactMethodTypeMock[2],
|
|
13991
|
-
value: '+1 (555) 222-3333',
|
|
13992
|
-
isPrimary: false,
|
|
13993
|
-
isVerified: true,
|
|
13994
|
-
notes: 'Mobile phone for Mike Chen',
|
|
13995
|
-
},
|
|
13996
|
-
{
|
|
13997
|
-
id: AXPDataGenerator.uuid(),
|
|
13998
|
-
reference: { id: personNaturalIds.emilyRodriguez, type: 'PersonManagement.Person' },
|
|
13999
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14000
|
-
methodType: contactMethodTypeMock[0],
|
|
14001
|
-
value: 'emily.rodriguez@ourcompany.com',
|
|
14002
|
-
isPrimary: true,
|
|
14003
|
-
isVerified: true,
|
|
14004
|
-
notes: 'Primary business email for Emily Rodriguez',
|
|
14005
|
-
},
|
|
14006
|
-
{
|
|
14007
|
-
id: AXPDataGenerator.uuid(),
|
|
14008
|
-
reference: { id: personNaturalIds.davidThompson, type: 'PersonManagement.Person' },
|
|
14009
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14010
|
-
methodType: contactMethodTypeMock[0],
|
|
14011
|
-
value: 'david.thompson@ourcompany.com',
|
|
14012
|
-
isPrimary: true,
|
|
14013
|
-
isVerified: true,
|
|
14014
|
-
notes: 'Primary business email for David Thompson',
|
|
14015
|
-
},
|
|
14016
|
-
{
|
|
14017
|
-
id: AXPDataGenerator.uuid(),
|
|
14018
|
-
reference: { id: personNaturalIds.lisaWang, type: 'PersonManagement.Person' },
|
|
14019
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14020
|
-
methodType: contactMethodTypeMock[0],
|
|
14021
|
-
value: 'lisa.wang@ourcompany.com',
|
|
14022
|
-
isPrimary: true,
|
|
14023
|
-
isVerified: true,
|
|
14024
|
-
notes: 'Primary business email for Lisa Wang',
|
|
14025
|
-
},
|
|
14026
|
-
// John Smith's contact methods
|
|
14027
|
-
{
|
|
14028
|
-
id: AXPDataGenerator.uuid(),
|
|
14029
|
-
reference: { id: personNaturalIds.johnSmith, type: 'PersonManagement.Person' },
|
|
14030
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14031
|
-
methodType: contactMethodTypeMock[0],
|
|
14032
|
-
value: 'john.smith@abccorp.com',
|
|
14033
|
-
isPrimary: true,
|
|
14034
|
-
isVerified: true,
|
|
14035
|
-
notes: 'Primary business email - preferred contact method',
|
|
14036
|
-
},
|
|
14037
|
-
{
|
|
14038
|
-
id: AXPDataGenerator.uuid(),
|
|
14039
|
-
reference: { id: personNaturalIds.johnSmith, type: 'PersonManagement.Person' },
|
|
14040
|
-
methodTypeId: contactMethodTypeMock[1].id, // Phone
|
|
14041
|
-
methodType: contactMethodTypeMock[1],
|
|
14042
|
-
value: '+1 (555) 123-4567',
|
|
14043
|
-
isPrimary: false,
|
|
14044
|
-
isVerified: true,
|
|
14045
|
-
notes: 'Direct office line, available 9-5 EST',
|
|
14046
|
-
},
|
|
14047
|
-
{
|
|
14048
|
-
id: AXPDataGenerator.uuid(),
|
|
14049
|
-
reference: { id: personNaturalIds.johnSmith, type: 'PersonManagement.Person' },
|
|
14050
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14051
|
-
methodType: contactMethodTypeMock[2],
|
|
14052
|
-
value: '+1 (555) 987-6543',
|
|
14053
|
-
isPrimary: false,
|
|
14054
|
-
isVerified: false,
|
|
14055
|
-
notes: 'Personal mobile for urgent matters only',
|
|
14056
|
-
},
|
|
14057
|
-
{
|
|
14058
|
-
id: AXPDataGenerator.uuid(),
|
|
14059
|
-
reference: { id: personNaturalIds.johnSmith, type: 'PersonManagement.Person' },
|
|
14060
|
-
methodTypeId: contactMethodTypeMock[4].id, // LinkedIn
|
|
14061
|
-
methodType: contactMethodTypeMock[4],
|
|
14062
|
-
value: 'https://www.linkedin.com/in/johnsmith-sales',
|
|
14063
|
-
isPrimary: false,
|
|
14064
|
-
isVerified: true,
|
|
14065
|
-
notes: 'Professional LinkedIn profile',
|
|
14066
|
-
},
|
|
14067
|
-
// Jennifer Lopez's contact methods
|
|
14068
|
-
{
|
|
14069
|
-
id: AXPDataGenerator.uuid(),
|
|
14070
|
-
reference: { id: personNaturalIds.jenniferLopez, type: 'PersonManagement.Person' },
|
|
14071
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14072
|
-
methodType: contactMethodTypeMock[0],
|
|
14073
|
-
value: 'jennifer.lopez@xyzind.com',
|
|
14074
|
-
isPrimary: true,
|
|
14075
|
-
isVerified: true,
|
|
14076
|
-
notes: 'Business email for procurement inquiries',
|
|
14077
|
-
},
|
|
14078
|
-
{
|
|
14079
|
-
id: AXPDataGenerator.uuid(),
|
|
14080
|
-
reference: { id: personNaturalIds.jenniferLopez, type: 'PersonManagement.Person' },
|
|
14081
|
-
methodTypeId: contactMethodTypeMock[1].id, // Phone
|
|
14082
|
-
methodType: contactMethodTypeMock[1],
|
|
14083
|
-
value: '+1 (555) 234-5678',
|
|
14084
|
-
isPrimary: false,
|
|
14085
|
-
isVerified: true,
|
|
14086
|
-
notes: 'Office phone, extension 234',
|
|
14087
|
-
},
|
|
14088
|
-
// Robert Wilson's contact methods
|
|
14089
|
-
{
|
|
14090
|
-
id: AXPDataGenerator.uuid(),
|
|
14091
|
-
reference: { id: personNaturalIds.robertWilson, type: 'PersonManagement.Person' },
|
|
14092
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14093
|
-
methodType: contactMethodTypeMock[0],
|
|
14094
|
-
value: 'robert.wilson@techsolutions.com',
|
|
14095
|
-
isPrimary: true,
|
|
14096
|
-
isVerified: true,
|
|
14097
|
-
notes: 'Primary business email',
|
|
14098
|
-
},
|
|
14099
|
-
{
|
|
14100
|
-
id: AXPDataGenerator.uuid(),
|
|
14101
|
-
reference: { id: personNaturalIds.robertWilson, type: 'PersonManagement.Person' },
|
|
14102
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14103
|
-
methodType: contactMethodTypeMock[2],
|
|
14104
|
-
value: '+1 (555) 345-6789',
|
|
14105
|
-
isPrimary: false,
|
|
14106
|
-
isVerified: true,
|
|
14107
|
-
notes: 'Mobile phone for urgent partnership matters',
|
|
14108
|
-
},
|
|
14109
|
-
{
|
|
14110
|
-
id: AXPDataGenerator.uuid(),
|
|
14111
|
-
reference: { id: personNaturalIds.robertWilson, type: 'PersonManagement.Person' },
|
|
14112
|
-
methodTypeId: contactMethodTypeMock[4].id, // LinkedIn
|
|
14113
|
-
methodType: contactMethodTypeMock[4],
|
|
14114
|
-
value: 'https://www.linkedin.com/in/robertwilson-partnerships',
|
|
14115
|
-
isPrimary: false,
|
|
14116
|
-
isVerified: true,
|
|
14117
|
-
notes: 'Business development focused profile',
|
|
14118
|
-
},
|
|
14119
|
-
// Maria Garcia's contact methods
|
|
14120
|
-
{
|
|
14121
|
-
id: AXPDataGenerator.uuid(),
|
|
14122
|
-
reference: { id: personNaturalIds.mariaGarcia, type: 'PersonManagement.Person' },
|
|
14123
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14124
|
-
methodType: contactMethodTypeMock[0],
|
|
14125
|
-
value: 'maria.garcia@innovationlabs.com',
|
|
14126
|
-
isPrimary: true,
|
|
14127
|
-
isVerified: true,
|
|
14128
|
-
notes: 'Research department email',
|
|
14129
|
-
},
|
|
14130
|
-
{
|
|
14131
|
-
id: AXPDataGenerator.uuid(),
|
|
14132
|
-
reference: { id: personNaturalIds.mariaGarcia, type: 'PersonManagement.Person' },
|
|
14133
|
-
methodTypeId: contactMethodTypeMock[1].id, // Phone
|
|
14134
|
-
methodType: contactMethodTypeMock[1],
|
|
14135
|
-
value: '+1 (555) 456-7890',
|
|
14136
|
-
isPrimary: false,
|
|
14137
|
-
isVerified: false,
|
|
14138
|
-
notes: 'Lab phone, not always available',
|
|
14139
|
-
},
|
|
14140
|
-
// New individual contact methods
|
|
14141
|
-
{
|
|
14142
|
-
id: AXPDataGenerator.uuid(),
|
|
14143
|
-
reference: { id: personNaturalIds.alexandraKim, type: 'PersonManagement.Person' }, // Alexandra Kim
|
|
14144
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14145
|
-
methodType: contactMethodTypeMock[0],
|
|
14146
|
-
value: 'alexandra.kim@pacificmarketing.com',
|
|
14147
|
-
isPrimary: true,
|
|
14148
|
-
isVerified: true,
|
|
14149
|
-
notes: 'Auckland-based marketing director email',
|
|
14150
|
-
},
|
|
14151
|
-
{
|
|
14152
|
-
id: AXPDataGenerator.uuid(),
|
|
14153
|
-
reference: { id: personNaturalIds.alexandraKim, type: 'PersonManagement.Person' }, // Alexandra Kim
|
|
14154
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14155
|
-
methodType: contactMethodTypeMock[2],
|
|
14156
|
-
value: '+64 21 123-4567',
|
|
14157
|
-
isPrimary: false,
|
|
14158
|
-
isVerified: true,
|
|
14159
|
-
notes: 'New Zealand mobile for Alexandra Kim',
|
|
14160
|
-
},
|
|
14161
|
-
{
|
|
14162
|
-
id: AXPDataGenerator.uuid(),
|
|
14163
|
-
reference: { id: personNaturalIds.marcusSchmidt, type: 'PersonManagement.Person' }, // Marcus Schmidt
|
|
14164
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14165
|
-
methodType: contactMethodTypeMock[0],
|
|
14166
|
-
value: 'marcus.schmidt@bavariantech.com',
|
|
14167
|
-
isPrimary: true,
|
|
14168
|
-
isVerified: true,
|
|
14169
|
-
notes: 'Munich-based engineering manager email',
|
|
14170
|
-
},
|
|
14171
|
-
{
|
|
14172
|
-
id: AXPDataGenerator.uuid(),
|
|
14173
|
-
reference: { id: personNaturalIds.marcusSchmidt, type: 'PersonManagement.Person' }, // Marcus Schmidt
|
|
14174
|
-
methodTypeId: contactMethodTypeMock[1].id, // Phone
|
|
14175
|
-
methodType: contactMethodTypeMock[1],
|
|
14176
|
-
value: '+49 89 123-4567',
|
|
14177
|
-
isPrimary: false,
|
|
14178
|
-
isVerified: true,
|
|
14179
|
-
notes: 'German office phone for Marcus Schmidt',
|
|
14180
|
-
},
|
|
14181
|
-
{
|
|
14182
|
-
id: AXPDataGenerator.uuid(),
|
|
14183
|
-
reference: { id: personNaturalIds.fatimaAlZahra, type: 'PersonManagement.Person' }, // Fatima Al-Zahra
|
|
14184
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14185
|
-
methodType: contactMethodTypeMock[0],
|
|
14186
|
-
value: 'fatima.alzahra@tehranbusiness.com',
|
|
14187
|
-
isPrimary: true,
|
|
14188
|
-
isVerified: true,
|
|
14189
|
-
notes: 'Tehran-based business development manager email',
|
|
14190
|
-
},
|
|
14191
|
-
{
|
|
14192
|
-
id: AXPDataGenerator.uuid(),
|
|
14193
|
-
reference: { id: personNaturalIds.fatimaAlZahra, type: 'PersonManagement.Person' }, // Fatima Al-Zahra
|
|
14194
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14195
|
-
methodType: contactMethodTypeMock[2],
|
|
14196
|
-
value: '+98 21 123-4567',
|
|
14197
|
-
isPrimary: false,
|
|
14198
|
-
isVerified: true,
|
|
14199
|
-
notes: 'Iran mobile for Fatima Al-Zahra',
|
|
14200
|
-
},
|
|
14201
|
-
{
|
|
14202
|
-
id: AXPDataGenerator.uuid(),
|
|
14203
|
-
reference: { id: personNaturalIds.jamesOConnor, type: 'PersonManagement.Person' }, // James O'Connor
|
|
14204
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14205
|
-
methodType: contactMethodTypeMock[0],
|
|
14206
|
-
value: 'james.oconnor@sydneyoperations.com',
|
|
14207
|
-
isPrimary: true,
|
|
14208
|
-
isVerified: true,
|
|
14209
|
-
notes: 'Sydney-based operations director email',
|
|
14210
|
-
},
|
|
14211
|
-
{
|
|
14212
|
-
id: AXPDataGenerator.uuid(),
|
|
14213
|
-
reference: { id: personNaturalIds.jamesOConnor, type: 'PersonManagement.Person' }, // James O'Connor
|
|
14214
|
-
methodTypeId: contactMethodTypeMock[1].id, // Phone
|
|
14215
|
-
methodType: contactMethodTypeMock[1],
|
|
14216
|
-
value: '+61 2 1234-5678',
|
|
14217
|
-
isPrimary: false,
|
|
14218
|
-
isVerified: true,
|
|
14219
|
-
notes: 'Australian office phone for James O\'Connor',
|
|
14220
|
-
},
|
|
14221
|
-
{
|
|
14222
|
-
id: AXPDataGenerator.uuid(),
|
|
14223
|
-
reference: { id: personNaturalIds.yukiTanaka, type: 'PersonManagement.Person' }, // Yuki Tanaka
|
|
14224
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14225
|
-
methodType: contactMethodTypeMock[0],
|
|
14226
|
-
value: 'yuki.tanaka@tokyoquality.com',
|
|
14227
|
-
isPrimary: true,
|
|
14228
|
-
isVerified: true,
|
|
14229
|
-
notes: 'Tokyo-based QA manager email',
|
|
14230
|
-
},
|
|
14231
|
-
{
|
|
14232
|
-
id: AXPDataGenerator.uuid(),
|
|
14233
|
-
reference: { id: personNaturalIds.yukiTanaka, type: 'PersonManagement.Person' }, // Yuki Tanaka
|
|
14234
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14235
|
-
methodType: contactMethodTypeMock[2],
|
|
14236
|
-
value: '+81 3 1234-5678',
|
|
14237
|
-
isPrimary: false,
|
|
14238
|
-
isVerified: true,
|
|
14239
|
-
notes: 'Japanese mobile for Yuki Tanaka',
|
|
14240
|
-
},
|
|
14241
|
-
{
|
|
14242
|
-
id: AXPDataGenerator.uuid(),
|
|
14243
|
-
reference: { id: personNaturalIds.carlosRodriguez, type: 'PersonManagement.Person' }, // Carlos Rodriguez
|
|
14244
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14245
|
-
methodType: contactMethodTypeMock[0],
|
|
14246
|
-
value: 'carlos.rodriguez@madridlogistics.com',
|
|
14247
|
-
isPrimary: true,
|
|
14248
|
-
isVerified: true,
|
|
14249
|
-
notes: 'Madrid-based supply chain manager email',
|
|
14250
|
-
},
|
|
14251
|
-
{
|
|
14252
|
-
id: AXPDataGenerator.uuid(),
|
|
14253
|
-
reference: { id: personNaturalIds.carlosRodriguez, type: 'PersonManagement.Person' }, // Carlos Rodriguez
|
|
14254
|
-
methodTypeId: contactMethodTypeMock[1].id, // Phone
|
|
14255
|
-
methodType: contactMethodTypeMock[1],
|
|
14256
|
-
value: '+34 91 123-4567',
|
|
14257
|
-
isPrimary: false,
|
|
14258
|
-
isVerified: true,
|
|
14259
|
-
notes: 'Spanish office phone for Carlos Rodriguez',
|
|
14260
|
-
},
|
|
14261
|
-
// Organization contact methods
|
|
14262
|
-
{
|
|
14263
|
-
id: AXPDataGenerator.uuid(),
|
|
14264
|
-
reference: { id: personLegalIds.acmeCorporation, type: 'PersonManagement.Person' }, // ACME Corporation
|
|
14265
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14266
|
-
methodType: contactMethodTypeMock[0],
|
|
14267
|
-
value: 'info@acmecorp.com',
|
|
14268
|
-
isPrimary: true,
|
|
14269
|
-
isVerified: true,
|
|
14270
|
-
notes: 'General contact email for ACME Corporation',
|
|
14271
|
-
},
|
|
14272
|
-
{
|
|
14273
|
-
id: AXPDataGenerator.uuid(),
|
|
14274
|
-
reference: { id: personLegalIds.acmeCorporation, type: 'PersonManagement.Person' }, // ACME Corporation
|
|
14275
|
-
methodTypeId: contactMethodTypeMock[1].id, // Phone
|
|
14276
|
-
methodType: contactMethodTypeMock[1],
|
|
14277
|
-
value: '+1 (555) 999-8888',
|
|
14278
|
-
isPrimary: false,
|
|
14279
|
-
isVerified: true,
|
|
14280
|
-
notes: 'Main office phone for ACME Corporation',
|
|
14281
|
-
},
|
|
14282
|
-
{
|
|
14283
|
-
id: AXPDataGenerator.uuid(),
|
|
14284
|
-
reference: { id: personLegalIds.globalSuppliersLtd, type: 'PersonManagement.Person' }, // Global Suppliers Ltd
|
|
14285
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14286
|
-
methodType: contactMethodTypeMock[0],
|
|
14287
|
-
value: 'contact@globalsuppliers.com',
|
|
14288
|
-
isPrimary: true,
|
|
14289
|
-
isVerified: true,
|
|
14290
|
-
notes: 'General contact email for Global Suppliers Ltd',
|
|
14291
|
-
},
|
|
14292
|
-
{
|
|
14293
|
-
id: AXPDataGenerator.uuid(),
|
|
14294
|
-
reference: { id: personLegalIds.globalSuppliersLtd, type: 'PersonManagement.Person' }, // Global Suppliers Ltd
|
|
14295
|
-
methodTypeId: contactMethodTypeMock[1].id, // Phone
|
|
14296
|
-
methodType: contactMethodTypeMock[1],
|
|
14297
|
-
value: '+1 (555) 888-7777',
|
|
14298
|
-
isPrimary: false,
|
|
14299
|
-
isVerified: true,
|
|
14300
|
-
notes: 'Main office phone for Global Suppliers Ltd',
|
|
14301
|
-
},
|
|
14302
|
-
// New organization contact methods
|
|
14303
|
-
{
|
|
14304
|
-
id: AXPDataGenerator.uuid(),
|
|
14305
|
-
reference: { id: personLegalIds.pacificRimTechnologies, type: 'PersonManagement.Person' }, // Pacific Rim Technologies
|
|
14306
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14307
|
-
methodType: contactMethodTypeMock[0],
|
|
14308
|
-
value: 'info@pacificrimtech.com',
|
|
14309
|
-
isPrimary: true,
|
|
14310
|
-
isVerified: true,
|
|
14311
|
-
notes: 'General contact email for Pacific Rim Technologies',
|
|
14312
|
-
},
|
|
14313
|
-
{
|
|
14314
|
-
id: AXPDataGenerator.uuid(),
|
|
14315
|
-
reference: { id: personLegalIds.europeanManufacturingConsortium, type: 'PersonManagement.Person' }, // European Manufacturing Consortium
|
|
14316
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14317
|
-
methodType: contactMethodTypeMock[0],
|
|
14318
|
-
value: 'contact@europeanmanufacturing.com',
|
|
14319
|
-
isPrimary: true,
|
|
14320
|
-
isVerified: true,
|
|
14321
|
-
notes: 'General contact email for European Manufacturing Consortium',
|
|
14322
|
-
},
|
|
14323
|
-
{
|
|
14324
|
-
id: AXPDataGenerator.uuid(),
|
|
14325
|
-
reference: { id: personLegalIds.middleEastInvestmentGroup, type: 'PersonManagement.Person' }, // Middle East Investment Group
|
|
14326
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14327
|
-
methodType: contactMethodTypeMock[0],
|
|
14328
|
-
value: 'info@middleeastinvestment.com',
|
|
14329
|
-
isPrimary: true,
|
|
14330
|
-
isVerified: true,
|
|
14331
|
-
notes: 'General contact email for Middle East Investment Group',
|
|
14332
|
-
},
|
|
14333
|
-
{
|
|
14334
|
-
id: AXPDataGenerator.uuid(),
|
|
14335
|
-
reference: { id: personLegalIds.australianInnovationHub, type: 'PersonManagement.Person' }, // Australian Innovation Hub
|
|
14336
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14337
|
-
methodType: contactMethodTypeMock[0],
|
|
14338
|
-
value: 'contact@australianinnovation.com',
|
|
14339
|
-
isPrimary: true,
|
|
14340
|
-
isVerified: true,
|
|
14341
|
-
notes: 'General contact email for Australian Innovation Hub',
|
|
14342
|
-
},
|
|
14343
|
-
{
|
|
14344
|
-
id: AXPDataGenerator.uuid(),
|
|
14345
|
-
reference: { id: personLegalIds.nordicDesignCollective, type: 'PersonManagement.Person' }, // Nordic Design Collective
|
|
14346
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14347
|
-
methodType: contactMethodTypeMock[0],
|
|
14348
|
-
value: 'info@nordicdesign.com',
|
|
14349
|
-
isPrimary: true,
|
|
14350
|
-
isVerified: true,
|
|
14351
|
-
notes: 'General contact email for Nordic Design Collective',
|
|
14352
|
-
},
|
|
14353
|
-
{
|
|
14354
|
-
id: AXPDataGenerator.uuid(),
|
|
14355
|
-
reference: { id: personLegalIds.asianDevelopmentPartners, type: 'PersonManagement.Person' }, // Asian Development Partners
|
|
14356
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14357
|
-
methodType: contactMethodTypeMock[0],
|
|
14358
|
-
value: 'contact@asiandevelopment.com',
|
|
14359
|
-
isPrimary: true,
|
|
14360
|
-
isVerified: true,
|
|
14361
|
-
notes: 'General contact email for Asian Development Partners',
|
|
14362
|
-
},
|
|
14363
|
-
{
|
|
14364
|
-
id: AXPDataGenerator.uuid(),
|
|
14365
|
-
reference: { id: personLegalIds.latinAmericanTradeAlliance, type: 'PersonManagement.Person' }, // Latin American Trade Alliance
|
|
14366
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14367
|
-
methodType: contactMethodTypeMock[0],
|
|
14368
|
-
value: 'info@latinamericantrade.com',
|
|
14369
|
-
isPrimary: true,
|
|
14370
|
-
isVerified: true,
|
|
14371
|
-
notes: 'General contact email for Latin American Trade Alliance',
|
|
14372
|
-
},
|
|
14373
|
-
// Ensured mobile entries for parties missing mobile methods
|
|
14374
|
-
{
|
|
14375
|
-
id: AXPDataGenerator.uuid(),
|
|
14376
|
-
reference: { id: personNaturalIds.sarahJohnson, type: 'PersonManagement.Person' },
|
|
14377
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14378
|
-
methodType: contactMethodTypeMock[2],
|
|
14379
|
-
value: '+1 (555) 444-5555',
|
|
14380
|
-
isPrimary: false,
|
|
14381
|
-
isVerified: true,
|
|
14382
|
-
notes: 'Mobile phone for Sarah Johnson',
|
|
14383
|
-
},
|
|
14384
|
-
{
|
|
14385
|
-
id: AXPDataGenerator.uuid(),
|
|
14386
|
-
reference: { id: personNaturalIds.emilyRodriguez, type: 'PersonManagement.Person' },
|
|
14387
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14388
|
-
methodType: contactMethodTypeMock[2],
|
|
14389
|
-
value: '+1 (555) 333-4444',
|
|
14390
|
-
isPrimary: false,
|
|
14391
|
-
isVerified: true,
|
|
14392
|
-
notes: 'Mobile phone for Emily Rodriguez',
|
|
14393
|
-
},
|
|
14394
|
-
{
|
|
14395
|
-
id: AXPDataGenerator.uuid(),
|
|
14396
|
-
reference: { id: personNaturalIds.davidThompson, type: 'PersonManagement.Person' },
|
|
14397
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14398
|
-
methodType: contactMethodTypeMock[2],
|
|
14399
|
-
value: '+1 (555) 222-1111',
|
|
14400
|
-
isPrimary: false,
|
|
14401
|
-
isVerified: true,
|
|
14402
|
-
notes: 'Mobile phone for David Thompson',
|
|
14403
|
-
},
|
|
14404
|
-
{
|
|
14405
|
-
id: AXPDataGenerator.uuid(),
|
|
14406
|
-
reference: { id: personNaturalIds.lisaWang, type: 'PersonManagement.Person' },
|
|
14407
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14408
|
-
methodType: contactMethodTypeMock[2],
|
|
14409
|
-
value: '+1 (555) 111-0000',
|
|
14410
|
-
isPrimary: false,
|
|
14411
|
-
isVerified: true,
|
|
14412
|
-
notes: 'Mobile phone for Lisa Wang',
|
|
14413
|
-
},
|
|
14414
|
-
{
|
|
14415
|
-
id: AXPDataGenerator.uuid(),
|
|
14416
|
-
reference: { id: personNaturalIds.jenniferLopez, type: 'PersonManagement.Person' },
|
|
14417
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14418
|
-
methodType: contactMethodTypeMock[2],
|
|
14419
|
-
value: '+1 (555) 345-6780',
|
|
14420
|
-
isPrimary: false,
|
|
14421
|
-
isVerified: true,
|
|
14422
|
-
notes: 'Mobile phone for Jennifer Lopez',
|
|
14423
|
-
},
|
|
14424
|
-
{
|
|
14425
|
-
id: AXPDataGenerator.uuid(),
|
|
14426
|
-
reference: { id: personNaturalIds.mariaGarcia, type: 'PersonManagement.Person' },
|
|
14427
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14428
|
-
methodType: contactMethodTypeMock[2],
|
|
14429
|
-
value: '+1 (555) 456-7800',
|
|
14430
|
-
isPrimary: false,
|
|
14431
|
-
isVerified: true,
|
|
14432
|
-
notes: 'Mobile phone for Maria Garcia',
|
|
14433
|
-
},
|
|
14434
|
-
{
|
|
14435
|
-
id: AXPDataGenerator.uuid(),
|
|
14436
|
-
reference: { id: personNaturalIds.marcusSchmidt, type: 'PersonManagement.Person' },
|
|
14437
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14438
|
-
methodType: contactMethodTypeMock[2],
|
|
14439
|
-
value: '+49 151 2345-6789',
|
|
14440
|
-
isPrimary: false,
|
|
14441
|
-
isVerified: true,
|
|
14442
|
-
notes: 'Mobile phone for Marcus Schmidt',
|
|
14443
|
-
},
|
|
14444
|
-
{
|
|
14445
|
-
id: AXPDataGenerator.uuid(),
|
|
14446
|
-
reference: { id: personNaturalIds.jamesOConnor, type: 'PersonManagement.Person' },
|
|
14447
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14448
|
-
methodType: contactMethodTypeMock[2],
|
|
14449
|
-
value: '+61 4 1234 5678',
|
|
14450
|
-
isPrimary: false,
|
|
14451
|
-
isVerified: true,
|
|
14452
|
-
notes: "Mobile phone for James O'Connor",
|
|
14453
|
-
},
|
|
14454
|
-
{
|
|
14455
|
-
id: AXPDataGenerator.uuid(),
|
|
14456
|
-
reference: { id: personNaturalIds.carlosRodriguez, type: 'PersonManagement.Person' },
|
|
14457
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14458
|
-
methodType: contactMethodTypeMock[2],
|
|
14459
|
-
value: '+34 600 123 456',
|
|
14460
|
-
isPrimary: false,
|
|
14461
|
-
isVerified: true,
|
|
14462
|
-
notes: 'Mobile phone for Carlos Rodriguez',
|
|
14463
|
-
},
|
|
14464
|
-
// Organization mobiles
|
|
14465
|
-
{
|
|
14466
|
-
id: AXPDataGenerator.uuid(),
|
|
14467
|
-
reference: { id: personLegalIds.acmeCorporation, type: 'PersonManagement.Person' },
|
|
14468
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14469
|
-
methodType: contactMethodTypeMock[2],
|
|
14470
|
-
value: '+1 (555) 777-6666',
|
|
14471
|
-
isPrimary: false,
|
|
14472
|
-
isVerified: true,
|
|
14473
|
-
notes: 'Mobile contact for ACME Corporation',
|
|
14474
|
-
},
|
|
14475
|
-
{
|
|
14476
|
-
id: AXPDataGenerator.uuid(),
|
|
14477
|
-
reference: { id: personLegalIds.globalSuppliersLtd, type: 'PersonManagement.Person' },
|
|
14478
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14479
|
-
methodType: contactMethodTypeMock[2],
|
|
14480
|
-
value: '+1 (555) 666-5555',
|
|
14481
|
-
isPrimary: false,
|
|
14482
|
-
isVerified: true,
|
|
14483
|
-
notes: 'Mobile contact for Global Suppliers Ltd',
|
|
14484
|
-
},
|
|
14485
|
-
{
|
|
14486
|
-
id: AXPDataGenerator.uuid(),
|
|
14487
|
-
reference: { id: personLegalIds.pacificRimTechnologies, type: 'PersonManagement.Person' },
|
|
14488
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14489
|
-
methodType: contactMethodTypeMock[2],
|
|
14490
|
-
value: '+1 (555) 321-4321',
|
|
14491
|
-
isPrimary: false,
|
|
14492
|
-
isVerified: true,
|
|
14493
|
-
notes: 'Mobile contact for Pacific Rim Technologies',
|
|
14494
|
-
},
|
|
14495
|
-
{
|
|
14496
|
-
id: AXPDataGenerator.uuid(),
|
|
14497
|
-
reference: { id: personLegalIds.europeanManufacturingConsortium, type: 'PersonManagement.Person' },
|
|
14498
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14499
|
-
methodType: contactMethodTypeMock[2],
|
|
14500
|
-
value: '+44 7700 900123',
|
|
14501
|
-
isPrimary: false,
|
|
14502
|
-
isVerified: true,
|
|
14503
|
-
notes: 'Mobile contact for European Manufacturing Consortium',
|
|
14504
|
-
},
|
|
14505
|
-
{
|
|
14506
|
-
id: AXPDataGenerator.uuid(),
|
|
14507
|
-
reference: { id: personLegalIds.middleEastInvestmentGroup, type: 'PersonManagement.Person' },
|
|
14508
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14509
|
-
methodType: contactMethodTypeMock[2],
|
|
14510
|
-
value: '+971 50 123 4567',
|
|
14511
|
-
isPrimary: false,
|
|
14512
|
-
isVerified: true,
|
|
14513
|
-
notes: 'Mobile contact for Middle East Investment Group',
|
|
14514
|
-
},
|
|
14515
|
-
{
|
|
14516
|
-
id: AXPDataGenerator.uuid(),
|
|
14517
|
-
reference: { id: personLegalIds.australianInnovationHub, type: 'PersonManagement.Person' },
|
|
14518
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14519
|
-
methodType: contactMethodTypeMock[2],
|
|
14520
|
-
value: '+61 4 9876 5432',
|
|
14521
|
-
isPrimary: false,
|
|
14522
|
-
isVerified: true,
|
|
14523
|
-
notes: 'Mobile contact for Australian Innovation Hub',
|
|
14524
|
-
},
|
|
14525
|
-
{
|
|
14526
|
-
id: AXPDataGenerator.uuid(),
|
|
14527
|
-
reference: { id: personLegalIds.nordicDesignCollective, type: 'PersonManagement.Person' },
|
|
14528
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14529
|
-
methodType: contactMethodTypeMock[2],
|
|
14530
|
-
value: '+46 70 123 45 67',
|
|
14531
|
-
isPrimary: false,
|
|
14532
|
-
isVerified: true,
|
|
14533
|
-
notes: 'Mobile contact for Nordic Design Collective',
|
|
14534
|
-
},
|
|
14535
|
-
{
|
|
14536
|
-
id: AXPDataGenerator.uuid(),
|
|
14537
|
-
reference: { id: personLegalIds.asianDevelopmentPartners, type: 'PersonManagement.Person' },
|
|
14538
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14539
|
-
methodType: contactMethodTypeMock[2],
|
|
14540
|
-
value: '+65 8123 4567',
|
|
14541
|
-
isPrimary: false,
|
|
14542
|
-
isVerified: true,
|
|
14543
|
-
notes: 'Mobile contact for Asian Development Partners',
|
|
14544
|
-
},
|
|
14545
|
-
{
|
|
14546
|
-
id: AXPDataGenerator.uuid(),
|
|
14547
|
-
reference: { id: personLegalIds.latinAmericanTradeAlliance, type: 'PersonManagement.Person' },
|
|
14548
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14549
|
-
methodType: contactMethodTypeMock[2],
|
|
14550
|
-
value: '+52 55 1234 5678',
|
|
14551
|
-
isPrimary: false,
|
|
14552
|
-
isVerified: true,
|
|
14553
|
-
notes: 'Mobile contact for Latin American Trade Alliance',
|
|
14554
|
-
},
|
|
14555
|
-
// ===== PERSON MANAGEMENT CONTACTS =====
|
|
14556
|
-
// ACME Corporation contacts
|
|
14557
|
-
{
|
|
14558
|
-
id: AXPDataGenerator.uuid(),
|
|
14559
|
-
reference: { id: personLegalIds.acmeCorporation, type: 'PersonManagement.Person' },
|
|
14560
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14561
|
-
methodType: contactMethodTypeMock[0],
|
|
14562
|
-
value: 'info@acmecorp.com',
|
|
14563
|
-
isPrimary: true,
|
|
14564
|
-
isVerified: true,
|
|
14565
|
-
notes: 'Primary contact email for ACME Corporation',
|
|
14566
|
-
},
|
|
14567
|
-
{
|
|
14568
|
-
id: AXPDataGenerator.uuid(),
|
|
14569
|
-
reference: { id: personLegalIds.acmeCorporation, type: 'PersonManagement.Person' },
|
|
14570
|
-
methodTypeId: contactMethodTypeMock[1].id, // Phone
|
|
14571
|
-
methodType: contactMethodTypeMock[1],
|
|
14572
|
-
value: '+1 (555) 999-8888',
|
|
14573
|
-
isPrimary: false,
|
|
14574
|
-
isVerified: true,
|
|
14575
|
-
notes: 'Main office phone for ACME Corporation',
|
|
14576
|
-
},
|
|
14577
|
-
{
|
|
14578
|
-
id: AXPDataGenerator.uuid(),
|
|
14579
|
-
reference: { id: personLegalIds.acmeCorporation, type: 'PersonManagement.Person' },
|
|
14580
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14581
|
-
methodType: contactMethodTypeMock[2],
|
|
14582
|
-
value: '+1 (555) 777-6666',
|
|
14583
|
-
isPrimary: false,
|
|
14584
|
-
isVerified: true,
|
|
14585
|
-
notes: 'Mobile contact for ACME Corporation',
|
|
14586
|
-
},
|
|
14587
|
-
// John Smith contacts
|
|
14588
|
-
{
|
|
14589
|
-
id: AXPDataGenerator.uuid(),
|
|
14590
|
-
reference: { id: personNaturalIds.johnSmith, type: 'PersonManagement.Person' },
|
|
14591
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14592
|
-
methodType: contactMethodTypeMock[0],
|
|
14593
|
-
value: 'john.smith@abccorp.com',
|
|
14594
|
-
isPrimary: true,
|
|
14595
|
-
isVerified: true,
|
|
14596
|
-
notes: 'Primary business email - preferred contact method',
|
|
14597
|
-
},
|
|
14598
|
-
{
|
|
14599
|
-
id: AXPDataGenerator.uuid(),
|
|
14600
|
-
reference: { id: personNaturalIds.johnSmith, type: 'PersonManagement.Person' },
|
|
14601
|
-
methodTypeId: contactMethodTypeMock[1].id, // Phone
|
|
14602
|
-
methodType: contactMethodTypeMock[1],
|
|
14603
|
-
value: '+1 (555) 123-4567',
|
|
14604
|
-
isPrimary: false,
|
|
14605
|
-
isVerified: true,
|
|
14606
|
-
notes: 'Direct office line, available 9-5 EST',
|
|
14607
|
-
},
|
|
14608
|
-
{
|
|
14609
|
-
id: AXPDataGenerator.uuid(),
|
|
14610
|
-
reference: { id: personNaturalIds.johnSmith, type: 'PersonManagement.Person' },
|
|
14611
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14612
|
-
methodType: contactMethodTypeMock[2],
|
|
14613
|
-
value: '+1 (555) 987-6543',
|
|
14614
|
-
isPrimary: false,
|
|
14615
|
-
isVerified: false,
|
|
14616
|
-
notes: 'Personal mobile for urgent matters only',
|
|
14617
|
-
},
|
|
14618
|
-
// Sarah Johnson contacts
|
|
14619
|
-
{
|
|
14620
|
-
id: AXPDataGenerator.uuid(),
|
|
14621
|
-
reference: { id: personNaturalIds.sarahJohnson, type: 'PersonManagement.Person' },
|
|
14622
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14623
|
-
methodType: contactMethodTypeMock[0],
|
|
14624
|
-
value: 'sarah.johnson@ourcompany.com',
|
|
14625
|
-
isPrimary: true,
|
|
14626
|
-
isVerified: true,
|
|
14627
|
-
notes: 'Primary business email for Sarah Johnson',
|
|
14628
|
-
},
|
|
14629
|
-
{
|
|
14630
|
-
id: AXPDataGenerator.uuid(),
|
|
14631
|
-
reference: { id: personNaturalIds.sarahJohnson, type: 'PersonManagement.Person' },
|
|
14632
|
-
methodTypeId: contactMethodTypeMock[1].id, // Phone
|
|
14633
|
-
methodType: contactMethodTypeMock[1],
|
|
14634
|
-
value: '+1 (555) 111-2222',
|
|
14635
|
-
isPrimary: false,
|
|
14636
|
-
isVerified: true,
|
|
14637
|
-
notes: 'Office phone for Sarah Johnson',
|
|
14638
|
-
},
|
|
14639
|
-
{
|
|
14640
|
-
id: AXPDataGenerator.uuid(),
|
|
14641
|
-
reference: { id: personNaturalIds.sarahJohnson, type: 'PersonManagement.Person' },
|
|
14642
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14643
|
-
methodType: contactMethodTypeMock[2],
|
|
14644
|
-
value: '+1 (555) 444-5555',
|
|
14645
|
-
isPrimary: false,
|
|
14646
|
-
isVerified: true,
|
|
14647
|
-
notes: 'Mobile phone for Sarah Johnson',
|
|
14648
|
-
},
|
|
14649
|
-
// Tech Solutions Inc contacts
|
|
14650
|
-
{
|
|
14651
|
-
id: AXPDataGenerator.uuid(),
|
|
14652
|
-
reference: { id: personLegalIds.techSolutionsInc, type: 'PersonManagement.Person' },
|
|
14653
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14654
|
-
methodType: contactMethodTypeMock[0],
|
|
14655
|
-
value: 'info@techsolutions.com',
|
|
14656
|
-
isPrimary: true,
|
|
14657
|
-
isVerified: true,
|
|
14658
|
-
notes: 'General contact email for Tech Solutions Inc.',
|
|
14659
|
-
},
|
|
14660
|
-
{
|
|
14661
|
-
id: AXPDataGenerator.uuid(),
|
|
14662
|
-
reference: { id: personLegalIds.techSolutionsInc, type: 'PersonManagement.Person' },
|
|
14663
|
-
methodTypeId: contactMethodTypeMock[1].id, // Phone
|
|
14664
|
-
methodType: contactMethodTypeMock[1],
|
|
14665
|
-
value: '+1 (555) 888-9999',
|
|
14666
|
-
isPrimary: false,
|
|
14667
|
-
isVerified: true,
|
|
14668
|
-
notes: 'Main office phone for Tech Solutions Inc.',
|
|
14669
|
-
},
|
|
14670
|
-
// Global Suppliers Ltd contacts
|
|
14671
|
-
{
|
|
14672
|
-
id: AXPDataGenerator.uuid(),
|
|
14673
|
-
reference: { id: personLegalIds.globalSuppliersLtd, type: 'PersonManagement.Person' },
|
|
14674
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14675
|
-
methodType: contactMethodTypeMock[0],
|
|
14676
|
-
value: 'contact@globalsuppliers.com',
|
|
14677
|
-
isPrimary: true,
|
|
14678
|
-
isVerified: true,
|
|
14679
|
-
notes: 'General contact email for Global Suppliers Ltd',
|
|
14680
|
-
},
|
|
14681
|
-
{
|
|
14682
|
-
id: AXPDataGenerator.uuid(),
|
|
14683
|
-
reference: { id: personLegalIds.globalSuppliersLtd, type: 'PersonManagement.Person' },
|
|
14684
|
-
methodTypeId: contactMethodTypeMock[1].id, // Phone
|
|
14685
|
-
methodType: contactMethodTypeMock[1],
|
|
14686
|
-
value: '+1 (555) 888-7777',
|
|
14687
|
-
isPrimary: false,
|
|
14688
|
-
isVerified: true,
|
|
14689
|
-
notes: 'Main office phone for Global Suppliers Ltd',
|
|
14690
|
-
},
|
|
14691
|
-
// Mike Chen contacts
|
|
14692
|
-
{
|
|
14693
|
-
id: AXPDataGenerator.uuid(),
|
|
14694
|
-
reference: { id: personNaturalIds.mikeChen, type: 'PersonManagement.Person' },
|
|
14695
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14696
|
-
methodType: contactMethodTypeMock[0],
|
|
14697
|
-
value: 'mike.chen@ourcompany.com',
|
|
14698
|
-
isPrimary: true,
|
|
14699
|
-
isVerified: true,
|
|
14700
|
-
notes: 'Primary business email for Mike Chen',
|
|
14701
|
-
},
|
|
14702
|
-
{
|
|
14703
|
-
id: AXPDataGenerator.uuid(),
|
|
14704
|
-
reference: { id: personNaturalIds.mikeChen, type: 'PersonManagement.Person' },
|
|
14705
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14706
|
-
methodType: contactMethodTypeMock[2],
|
|
14707
|
-
value: '+1 (555) 222-3333',
|
|
14708
|
-
isPrimary: false,
|
|
14709
|
-
isVerified: true,
|
|
14710
|
-
notes: 'Mobile phone for Mike Chen',
|
|
14711
|
-
},
|
|
14712
|
-
// Emily Rodriguez contacts
|
|
14713
|
-
{
|
|
14714
|
-
id: AXPDataGenerator.uuid(),
|
|
14715
|
-
reference: { id: personNaturalIds.emilyRodriguez, type: 'PersonManagement.Person' },
|
|
14716
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14717
|
-
methodType: contactMethodTypeMock[0],
|
|
14718
|
-
value: 'emily.rodriguez@ourcompany.com',
|
|
14719
|
-
isPrimary: true,
|
|
14720
|
-
isVerified: true,
|
|
14721
|
-
notes: 'Primary business email for Emily Rodriguez',
|
|
14722
|
-
},
|
|
14723
|
-
{
|
|
14724
|
-
id: AXPDataGenerator.uuid(),
|
|
14725
|
-
reference: { id: personNaturalIds.emilyRodriguez, type: 'PersonManagement.Person' },
|
|
14726
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14727
|
-
methodType: contactMethodTypeMock[2],
|
|
14728
|
-
value: '+1 (555) 333-4444',
|
|
14729
|
-
isPrimary: false,
|
|
14730
|
-
isVerified: true,
|
|
14731
|
-
notes: 'Mobile phone for Emily Rodriguez',
|
|
14732
|
-
},
|
|
14733
|
-
// David Thompson contacts
|
|
14734
|
-
{
|
|
14735
|
-
id: AXPDataGenerator.uuid(),
|
|
14736
|
-
reference: { id: personNaturalIds.davidThompson, type: 'PersonManagement.Person' },
|
|
14737
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14738
|
-
methodType: contactMethodTypeMock[0],
|
|
14739
|
-
value: 'david.thompson@ourcompany.com',
|
|
14740
|
-
isPrimary: true,
|
|
14741
|
-
isVerified: true,
|
|
14742
|
-
notes: 'Primary business email for David Thompson',
|
|
14743
|
-
},
|
|
14744
|
-
{
|
|
14745
|
-
id: AXPDataGenerator.uuid(),
|
|
14746
|
-
reference: { id: personNaturalIds.davidThompson, type: 'PersonManagement.Person' },
|
|
14747
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14748
|
-
methodType: contactMethodTypeMock[2],
|
|
14749
|
-
value: '+1 (555) 222-1111',
|
|
14750
|
-
isPrimary: false,
|
|
14751
|
-
isVerified: true,
|
|
14752
|
-
notes: 'Mobile phone for David Thompson',
|
|
14753
|
-
},
|
|
14754
|
-
// Lisa Wang contacts
|
|
14755
|
-
{
|
|
14756
|
-
id: AXPDataGenerator.uuid(),
|
|
14757
|
-
reference: { id: personNaturalIds.lisaWang, type: 'PersonManagement.Person' },
|
|
14758
|
-
methodTypeId: contactMethodTypeMock[0].id, // Email
|
|
14759
|
-
methodType: contactMethodTypeMock[0],
|
|
14760
|
-
value: 'lisa.wang@ourcompany.com',
|
|
14761
|
-
isPrimary: true,
|
|
14762
|
-
isVerified: true,
|
|
14763
|
-
notes: 'Primary business email for Lisa Wang',
|
|
14764
|
-
},
|
|
14765
|
-
{
|
|
14766
|
-
id: AXPDataGenerator.uuid(),
|
|
14767
|
-
reference: { id: personNaturalIds.lisaWang, type: 'PersonManagement.Person' },
|
|
14768
|
-
methodTypeId: contactMethodTypeMock[2].id, // Mobile
|
|
14769
|
-
methodType: contactMethodTypeMock[2],
|
|
14770
|
-
value: '+1 (555) 111-0000',
|
|
14771
|
-
isPrimary: false,
|
|
14772
|
-
isVerified: true,
|
|
14773
|
-
notes: 'Mobile phone for Lisa Wang',
|
|
14774
|
-
}
|
|
14775
|
-
];
|
|
14776
|
-
|
|
14777
|
-
function findContactMethod(referenceId, type) {
|
|
14778
|
-
const list = {
|
|
14779
|
-
email: contactMethodTypeMock[0].id,
|
|
14780
|
-
phone: contactMethodTypeMock[1].id,
|
|
14781
|
-
mobile: contactMethodTypeMock[2].id,
|
|
14782
|
-
fax: contactMethodTypeMock[3].id,
|
|
14783
|
-
linkedIn: contactMethodTypeMock[4].id
|
|
14784
|
-
};
|
|
14785
|
-
return contactMethodMock.find((c) => c.reference?.id === referenceId && c.methodType.id === list[type])?.value;
|
|
14786
|
-
}
|
|
14787
|
-
|
|
14788
|
-
class AXCContactMethodTypeDataSeeder {
|
|
14789
|
-
constructor() {
|
|
14790
|
-
this.storageService = inject(AXPEntityStorageService);
|
|
14791
|
-
}
|
|
14792
|
-
async seed() {
|
|
14793
|
-
await this.storageService.initial(`${RootConfig$8.module.name}.${RootConfig$8.entities.contactMethodType.name}`, contactMethodTypeMock);
|
|
14794
|
-
}
|
|
14795
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCContactMethodTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14796
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCContactMethodTypeDataSeeder }); }
|
|
14797
|
-
}
|
|
14798
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCContactMethodTypeDataSeeder, decorators: [{
|
|
14799
|
-
type: Injectable
|
|
14800
|
-
}] });
|
|
14801
|
-
|
|
14802
|
-
class AXCContactMethodDataSeeder {
|
|
14803
|
-
constructor() {
|
|
14804
|
-
this.storageService = inject(AXPEntityStorageService);
|
|
14805
|
-
}
|
|
14806
|
-
async seed() {
|
|
14807
|
-
await this.storageService.initial(`${RootConfig$8.module.name}.${RootConfig$8.entities.contactMethod.name}`, contactMethodMock);
|
|
14808
|
-
}
|
|
14809
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCContactMethodDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14810
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCContactMethodDataSeeder }); }
|
|
14811
|
-
}
|
|
14812
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCContactMethodDataSeeder, decorators: [{
|
|
14813
|
-
type: Injectable
|
|
14814
|
-
}] });
|
|
14815
|
-
|
|
14816
13906
|
function generateEmergencyContactCategories() {
|
|
14817
13907
|
const categories = [
|
|
14818
13908
|
{
|
|
@@ -15097,16 +14187,6 @@ class AXCContactManagementMockModule {
|
|
|
15097
14187
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCContactManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
15098
14188
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.16", ngImport: i0, type: AXCContactManagementMockModule }); }
|
|
15099
14189
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCContactManagementMockModule, providers: [
|
|
15100
|
-
{
|
|
15101
|
-
provide: AXP_DATA_SEEDER_TOKEN,
|
|
15102
|
-
useClass: AXCContactMethodTypeDataSeeder,
|
|
15103
|
-
multi: true,
|
|
15104
|
-
},
|
|
15105
|
-
{
|
|
15106
|
-
provide: AXP_DATA_SEEDER_TOKEN,
|
|
15107
|
-
useClass: AXCContactMethodDataSeeder,
|
|
15108
|
-
multi: true,
|
|
15109
|
-
},
|
|
15110
14190
|
{
|
|
15111
14191
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
15112
14192
|
useClass: AXCEmergencyContactDataSeeder,
|
|
@@ -15121,16 +14201,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
15121
14201
|
exports: [],
|
|
15122
14202
|
declarations: [],
|
|
15123
14203
|
providers: [
|
|
15124
|
-
{
|
|
15125
|
-
provide: AXP_DATA_SEEDER_TOKEN,
|
|
15126
|
-
useClass: AXCContactMethodTypeDataSeeder,
|
|
15127
|
-
multi: true,
|
|
15128
|
-
},
|
|
15129
|
-
{
|
|
15130
|
-
provide: AXP_DATA_SEEDER_TOKEN,
|
|
15131
|
-
useClass: AXCContactMethodDataSeeder,
|
|
15132
|
-
multi: true,
|
|
15133
|
-
},
|
|
15134
14204
|
{
|
|
15135
14205
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
15136
14206
|
useClass: AXCEmergencyContactDataSeeder,
|
|
@@ -21557,7 +20627,7 @@ class AXMFormDataSourcesProvider {
|
|
|
21557
20627
|
}
|
|
21558
20628
|
}
|
|
21559
20629
|
|
|
21560
|
-
function generateCategories$
|
|
20630
|
+
function generateCategories$6() {
|
|
21561
20631
|
const categories = [];
|
|
21562
20632
|
const ids = new Map();
|
|
21563
20633
|
// Root categories - reduced to 5 main areas
|
|
@@ -21703,7 +20773,7 @@ function generateCategories$4() {
|
|
|
21703
20773
|
});
|
|
21704
20774
|
return categories;
|
|
21705
20775
|
}
|
|
21706
|
-
const TEMPLATE_CATEGORIES = generateCategories$
|
|
20776
|
+
const TEMPLATE_CATEGORIES = generateCategories$6();
|
|
21707
20777
|
|
|
21708
20778
|
class AXMFormTemplateCategoryDataSeeder {
|
|
21709
20779
|
constructor() {
|
|
@@ -39850,8 +38920,9 @@ function findPersonById(id) {
|
|
|
39850
38920
|
firstName: person.firstName,
|
|
39851
38921
|
lastName: person.lastName,
|
|
39852
38922
|
displayName: person.displayName,
|
|
39853
|
-
|
|
39854
|
-
|
|
38923
|
+
// For mock purposes, derive email/mobile from primaryContact or leave empty.
|
|
38924
|
+
email: person.primaryContact ?? '',
|
|
38925
|
+
mobile: '',
|
|
39855
38926
|
gender: person.gender,
|
|
39856
38927
|
type: person.type.id,
|
|
39857
38928
|
};
|
|
@@ -43566,7 +42637,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
43566
42637
|
* - itemsCount: Direct reports in this category
|
|
43567
42638
|
* - No need for boolean flags (hasChild, hasReport)
|
|
43568
42639
|
*/
|
|
43569
|
-
function generateCategories$
|
|
42640
|
+
function generateCategories$5() {
|
|
43570
42641
|
const categories = [];
|
|
43571
42642
|
// Root categories with child count metadata
|
|
43572
42643
|
const rootCategories = [
|
|
@@ -43619,7 +42690,7 @@ function generateCategories$3() {
|
|
|
43619
42690
|
});
|
|
43620
42691
|
return categories;
|
|
43621
42692
|
}
|
|
43622
|
-
const PRODUCT_REPORT_CATEGORIES = generateCategories$
|
|
42693
|
+
const PRODUCT_REPORT_CATEGORIES = generateCategories$5();
|
|
43623
42694
|
//#endregion
|
|
43624
42695
|
//#region ---- Mock Parameter Groups ----
|
|
43625
42696
|
const productCatalogParameterGroups = [
|
|
@@ -43696,7 +42767,7 @@ const productCatalogParameterGroups = [
|
|
|
43696
42767
|
];
|
|
43697
42768
|
//#endregion
|
|
43698
42769
|
//#region ---- Layout Definitions Generator ----
|
|
43699
|
-
function generateLayoutsForReport$
|
|
42770
|
+
function generateLayoutsForReport$3(reportTitle) {
|
|
43700
42771
|
const layouts = [];
|
|
43701
42772
|
const titleLower = reportTitle.toLowerCase();
|
|
43702
42773
|
// Generate base export options
|
|
@@ -43963,7 +43034,7 @@ function generateLayoutsForReport$1(reportTitle) {
|
|
|
43963
43034
|
*
|
|
43964
43035
|
* Optimization: Only generates reports for categories with itemsCount > 0
|
|
43965
43036
|
*/
|
|
43966
|
-
function generateReportDefinitions$
|
|
43037
|
+
function generateReportDefinitions$3() {
|
|
43967
43038
|
const reports = [];
|
|
43968
43039
|
// ✅ Get categories that have reports (itemsCount > 0)
|
|
43969
43040
|
const categoriesWithReports = PRODUCT_REPORT_CATEGORIES.filter((cat) => (cat.itemsCount ?? 0) > 0);
|
|
@@ -43981,7 +43052,7 @@ function generateReportDefinitions$1() {
|
|
|
43981
43052
|
break;
|
|
43982
43053
|
}
|
|
43983
43054
|
reportsForCategory.forEach((report) => {
|
|
43984
|
-
const layouts = generateLayoutsForReport$
|
|
43055
|
+
const layouts = generateLayoutsForReport$3(report.title);
|
|
43985
43056
|
const defaultLayout = layouts.find((l) => l.isDefault) || layouts[0];
|
|
43986
43057
|
reports.push({
|
|
43987
43058
|
id: AXPDataGenerator.uuid(),
|
|
@@ -43996,7 +43067,7 @@ function generateReportDefinitions$1() {
|
|
|
43996
43067
|
});
|
|
43997
43068
|
return reports;
|
|
43998
43069
|
}
|
|
43999
|
-
const PRODUCT_REPORT_DEFINITIONS = generateReportDefinitions$
|
|
43070
|
+
const PRODUCT_REPORT_DEFINITIONS = generateReportDefinitions$3();
|
|
44000
43071
|
//#endregion
|
|
44001
43072
|
//#region ---- Category-Report Mapping ----
|
|
44002
43073
|
/**
|
|
@@ -44832,6 +43903,7 @@ class AXMReportViewerMockService extends AXPReportViewerService {
|
|
|
44832
43903
|
* Generic implementation that calls queries and normalizes results
|
|
44833
43904
|
*/
|
|
44834
43905
|
async executeReport(context) {
|
|
43906
|
+
console.log({ context });
|
|
44835
43907
|
const { reportId, layoutId, dataSource, filters: parameters } = context;
|
|
44836
43908
|
// Get the report definition
|
|
44837
43909
|
const reportDefinition = await this.getReportById(reportId);
|
|
@@ -45140,6 +44212,702 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
45140
44212
|
type: Injectable
|
|
45141
44213
|
}] });
|
|
45142
44214
|
|
|
44215
|
+
//#region ---- Mock Categories ----
|
|
44216
|
+
/**
|
|
44217
|
+
* Generate report categories for employee reports
|
|
44218
|
+
*/
|
|
44219
|
+
function generateCategories$4() {
|
|
44220
|
+
const categories = [];
|
|
44221
|
+
// Root categories with child count metadata
|
|
44222
|
+
const rootCategories = [
|
|
44223
|
+
{
|
|
44224
|
+
title: 'Human Resources',
|
|
44225
|
+
description: 'Human resources analysis and reports',
|
|
44226
|
+
childrenCount: 1, // Has 1 child category
|
|
44227
|
+
itemsCount: 0, // No direct reports
|
|
44228
|
+
},
|
|
44229
|
+
];
|
|
44230
|
+
rootCategories.forEach(({ title, description, childrenCount, itemsCount }) => {
|
|
44231
|
+
const categoryId = AXPDataGenerator.uuid();
|
|
44232
|
+
categories.push({
|
|
44233
|
+
id: categoryId,
|
|
44234
|
+
title,
|
|
44235
|
+
description,
|
|
44236
|
+
parentId: undefined,
|
|
44237
|
+
childrenCount,
|
|
44238
|
+
itemsCount,
|
|
44239
|
+
});
|
|
44240
|
+
});
|
|
44241
|
+
// Child categories (leaf nodes with reports)
|
|
44242
|
+
const childCategories = [
|
|
44243
|
+
{
|
|
44244
|
+
parent: 'Human Resources',
|
|
44245
|
+
children: [
|
|
44246
|
+
{
|
|
44247
|
+
title: 'Employee Analysis',
|
|
44248
|
+
description: 'Employee analysis and insights',
|
|
44249
|
+
childrenCount: 0,
|
|
44250
|
+
itemsCount: 1, // Employees by Department
|
|
44251
|
+
},
|
|
44252
|
+
],
|
|
44253
|
+
},
|
|
44254
|
+
];
|
|
44255
|
+
childCategories.forEach(({ parent, children }) => {
|
|
44256
|
+
const parentCat = categories.find((c) => c.title === parent);
|
|
44257
|
+
if (parentCat) {
|
|
44258
|
+
children.forEach(({ title, description, childrenCount, itemsCount }) => {
|
|
44259
|
+
categories.push({
|
|
44260
|
+
id: AXPDataGenerator.uuid(),
|
|
44261
|
+
title,
|
|
44262
|
+
description,
|
|
44263
|
+
parentId: parentCat.id,
|
|
44264
|
+
childrenCount,
|
|
44265
|
+
itemsCount,
|
|
44266
|
+
});
|
|
44267
|
+
});
|
|
44268
|
+
}
|
|
44269
|
+
});
|
|
44270
|
+
return categories;
|
|
44271
|
+
}
|
|
44272
|
+
const EMPLOYEE_REPORT_CATEGORIES = generateCategories$4();
|
|
44273
|
+
//#endregion
|
|
44274
|
+
//#region ---- Mock Parameter Groups ----
|
|
44275
|
+
const employeeReportParameterGroups = [
|
|
44276
|
+
{
|
|
44277
|
+
name: 'employeeDetails',
|
|
44278
|
+
title: 'Employee Details',
|
|
44279
|
+
description: 'Employee filtering options with cascade parameters',
|
|
44280
|
+
parameters: [
|
|
44281
|
+
{
|
|
44282
|
+
path: 'department',
|
|
44283
|
+
title: 'Department',
|
|
44284
|
+
description: 'Filter by department (cascade parent)',
|
|
44285
|
+
widget: {
|
|
44286
|
+
type: AXPWidgetsList.Editors.LookupBox,
|
|
44287
|
+
options: {
|
|
44288
|
+
entity: 'OrganizationManagement.BusinessUnit',
|
|
44289
|
+
multiple: false,
|
|
44290
|
+
textField: 'title',
|
|
44291
|
+
valueField: 'id',
|
|
44292
|
+
look: 'select',
|
|
44293
|
+
columns: ['title', 'code'],
|
|
44294
|
+
expose: [
|
|
44295
|
+
{ source: 'id', target: 'department.id' },
|
|
44296
|
+
{ source: 'title', target: 'department.title' },
|
|
44297
|
+
],
|
|
44298
|
+
},
|
|
44299
|
+
},
|
|
44300
|
+
},
|
|
44301
|
+
{
|
|
44302
|
+
path: 'team',
|
|
44303
|
+
title: 'Team',
|
|
44304
|
+
description: 'Filter by team (cascade child - filtered by selected department)',
|
|
44305
|
+
widget: {
|
|
44306
|
+
type: AXPWidgetsList.Editors.LookupBox,
|
|
44307
|
+
options: {
|
|
44308
|
+
entity: 'OrganizationManagement.Team',
|
|
44309
|
+
multiple: false,
|
|
44310
|
+
textField: 'title',
|
|
44311
|
+
valueField: 'id',
|
|
44312
|
+
look: 'select',
|
|
44313
|
+
columns: ['title'],
|
|
44314
|
+
expose: [
|
|
44315
|
+
{ source: 'id', target: 'team.id' },
|
|
44316
|
+
{ source: 'title', target: 'team.title' },
|
|
44317
|
+
],
|
|
44318
|
+
// CASCADE FILTER: Only show teams for selected department
|
|
44319
|
+
// Note: This uses leader.position.departmentId path assuming teams are filtered by their leader's department
|
|
44320
|
+
// Adjust the field path based on your actual Team entity structure
|
|
44321
|
+
filter: {
|
|
44322
|
+
logic: 'and',
|
|
44323
|
+
filters: [
|
|
44324
|
+
{
|
|
44325
|
+
field: 'leader.position.departmentId', // Path to department through team leader's position
|
|
44326
|
+
operator: { type: 'equal' },
|
|
44327
|
+
value: '{{ context.eval("department.value") }}', // Extract value from filter context object
|
|
44328
|
+
},
|
|
44329
|
+
],
|
|
44330
|
+
},
|
|
44331
|
+
},
|
|
44332
|
+
// TRIGGER: Refresh team dropdown when department changes
|
|
44333
|
+
triggers: [
|
|
44334
|
+
{
|
|
44335
|
+
event: "{{ events.context('department') }}",
|
|
44336
|
+
action: `{{
|
|
44337
|
+
// Clear team selection when department changes
|
|
44338
|
+
if (!context.eval('department.value')) {
|
|
44339
|
+
widget.setValue(null);
|
|
44340
|
+
} else {
|
|
44341
|
+
widget.refresh();
|
|
44342
|
+
}
|
|
44343
|
+
}}`,
|
|
44344
|
+
},
|
|
44345
|
+
],
|
|
44346
|
+
},
|
|
44347
|
+
},
|
|
44348
|
+
{
|
|
44349
|
+
path: 'employmentType',
|
|
44350
|
+
title: 'Employment Type',
|
|
44351
|
+
description: 'Filter by employment type',
|
|
44352
|
+
widget: {
|
|
44353
|
+
type: AXPWidgetsList.Editors.SelectBox,
|
|
44354
|
+
options: {
|
|
44355
|
+
valueField: 'value',
|
|
44356
|
+
textField: 'text',
|
|
44357
|
+
dataSource: [
|
|
44358
|
+
{ value: 'all', text: 'All' },
|
|
44359
|
+
{ value: 'full-time', text: 'Full Time' },
|
|
44360
|
+
{ value: 'part-time', text: 'Part Time' },
|
|
44361
|
+
{ value: 'contract', text: 'Contract' },
|
|
44362
|
+
{ value: 'intern', text: 'Intern' },
|
|
44363
|
+
],
|
|
44364
|
+
},
|
|
44365
|
+
},
|
|
44366
|
+
},
|
|
44367
|
+
],
|
|
44368
|
+
},
|
|
44369
|
+
];
|
|
44370
|
+
//#endregion
|
|
44371
|
+
//#region ---- Layout Definitions Generator ----
|
|
44372
|
+
function generateLayoutsForReport$2(reportTitle) {
|
|
44373
|
+
const layouts = [];
|
|
44374
|
+
const titleLower = reportTitle.toLowerCase();
|
|
44375
|
+
// Generate base export options
|
|
44376
|
+
const baseExportOptions = {
|
|
44377
|
+
fileNameTemplate: 'Report_{date}_{user}',
|
|
44378
|
+
pdf: {
|
|
44379
|
+
enabled: true,
|
|
44380
|
+
pageSize: 'A4',
|
|
44381
|
+
headerEnabled: true,
|
|
44382
|
+
footerEnabled: true,
|
|
44383
|
+
showPageNumbers: true,
|
|
44384
|
+
watermarkText: 'Mock Report',
|
|
44385
|
+
watermarkOpacity: 0.5,
|
|
44386
|
+
compression: true,
|
|
44387
|
+
embedImages: true,
|
|
44388
|
+
},
|
|
44389
|
+
};
|
|
44390
|
+
// Table Layout (always available)
|
|
44391
|
+
if (titleLower.includes('employee') || titleLower.includes('department')) {
|
|
44392
|
+
layouts.push({
|
|
44393
|
+
id: AXPDataGenerator.uuid(),
|
|
44394
|
+
title: 'Table View',
|
|
44395
|
+
description: 'Detailed tabular view of the data',
|
|
44396
|
+
icon: 'fa-light fa-table',
|
|
44397
|
+
isDefault: true,
|
|
44398
|
+
layout: {
|
|
44399
|
+
type: 'table',
|
|
44400
|
+
columns: [
|
|
44401
|
+
{
|
|
44402
|
+
field: 'departmentTitle',
|
|
44403
|
+
title: 'Department',
|
|
44404
|
+
visible: true,
|
|
44405
|
+
width: 200,
|
|
44406
|
+
align: 'left',
|
|
44407
|
+
widget: { type: AXPWidgetsList.Editors.TextBox, path: 'departmentTitle' },
|
|
44408
|
+
},
|
|
44409
|
+
{
|
|
44410
|
+
field: 'teamTitle',
|
|
44411
|
+
title: 'Team',
|
|
44412
|
+
visible: true,
|
|
44413
|
+
width: 150,
|
|
44414
|
+
align: 'left',
|
|
44415
|
+
widget: { type: AXPWidgetsList.Editors.TextBox, path: 'teamTitle' },
|
|
44416
|
+
},
|
|
44417
|
+
{
|
|
44418
|
+
field: 'employeeCount',
|
|
44419
|
+
title: 'Employee Count',
|
|
44420
|
+
visible: true,
|
|
44421
|
+
width: 120,
|
|
44422
|
+
align: 'right',
|
|
44423
|
+
widget: { type: AXPWidgetsList.Editors.NumberBox, path: 'employeeCount' },
|
|
44424
|
+
},
|
|
44425
|
+
{
|
|
44426
|
+
field: 'employmentTypes',
|
|
44427
|
+
title: 'Employment Types',
|
|
44428
|
+
visible: true,
|
|
44429
|
+
width: 200,
|
|
44430
|
+
align: 'left',
|
|
44431
|
+
widget: { type: AXPWidgetsList.Editors.TextBox, path: 'employmentTypes' },
|
|
44432
|
+
},
|
|
44433
|
+
{
|
|
44434
|
+
field: 'averageExperience',
|
|
44435
|
+
title: 'Avg Experience (Years)',
|
|
44436
|
+
visible: true,
|
|
44437
|
+
width: 150,
|
|
44438
|
+
align: 'right',
|
|
44439
|
+
widget: { type: AXPWidgetsList.Editors.NumberBox, path: 'averageExperience' },
|
|
44440
|
+
},
|
|
44441
|
+
],
|
|
44442
|
+
actions: [],
|
|
44443
|
+
options: {
|
|
44444
|
+
pagination: true,
|
|
44445
|
+
stickyHeader: true,
|
|
44446
|
+
stripedRows: true,
|
|
44447
|
+
},
|
|
44448
|
+
},
|
|
44449
|
+
dataSource: {
|
|
44450
|
+
type: 'query',
|
|
44451
|
+
name: 'getEmployeeList',
|
|
44452
|
+
pagination: true,
|
|
44453
|
+
},
|
|
44454
|
+
export: {
|
|
44455
|
+
...baseExportOptions,
|
|
44456
|
+
fileNameTemplate: 'Employee_Report_{date}_{user}',
|
|
44457
|
+
excel: {
|
|
44458
|
+
enabled: true,
|
|
44459
|
+
sheetName: 'Employee Report',
|
|
44460
|
+
},
|
|
44461
|
+
csv: {
|
|
44462
|
+
enabled: true,
|
|
44463
|
+
},
|
|
44464
|
+
pdf: {
|
|
44465
|
+
enabled: true,
|
|
44466
|
+
},
|
|
44467
|
+
},
|
|
44468
|
+
});
|
|
44469
|
+
}
|
|
44470
|
+
return layouts;
|
|
44471
|
+
}
|
|
44472
|
+
//#endregion
|
|
44473
|
+
//#region ---- Mock Report Definitions ----
|
|
44474
|
+
/**
|
|
44475
|
+
* Generate report definitions for categories
|
|
44476
|
+
*
|
|
44477
|
+
* Optimization: Only generates reports for categories with itemsCount > 0
|
|
44478
|
+
*/
|
|
44479
|
+
function generateReportDefinitions$2() {
|
|
44480
|
+
const reports = [];
|
|
44481
|
+
// ✅ Get categories that have reports (itemsCount > 0)
|
|
44482
|
+
const categoriesWithReports = EMPLOYEE_REPORT_CATEGORIES.filter((cat) => (cat.itemsCount ?? 0) > 0);
|
|
44483
|
+
categoriesWithReports.forEach((category) => {
|
|
44484
|
+
let reportsForCategory = [];
|
|
44485
|
+
switch (category.title) {
|
|
44486
|
+
case 'Employee Analysis':
|
|
44487
|
+
reportsForCategory = [
|
|
44488
|
+
{
|
|
44489
|
+
title: 'Employees by Department',
|
|
44490
|
+
description: 'Employee analysis grouped by department and team with cascade filtering',
|
|
44491
|
+
parameterGroups: [...employeeReportParameterGroups],
|
|
44492
|
+
},
|
|
44493
|
+
];
|
|
44494
|
+
break;
|
|
44495
|
+
}
|
|
44496
|
+
reportsForCategory.forEach((report) => {
|
|
44497
|
+
const layouts = generateLayoutsForReport$2(report.title);
|
|
44498
|
+
const defaultLayout = layouts.find((l) => l.isDefault) || layouts[0];
|
|
44499
|
+
reports.push({
|
|
44500
|
+
id: AXPDataGenerator.uuid(),
|
|
44501
|
+
title: report.title,
|
|
44502
|
+
description: report.description,
|
|
44503
|
+
categoryIds: [category.id],
|
|
44504
|
+
parameterGroups: report.parameterGroups,
|
|
44505
|
+
layouts: layouts,
|
|
44506
|
+
defaultLayoutId: defaultLayout?.id || '',
|
|
44507
|
+
});
|
|
44508
|
+
});
|
|
44509
|
+
});
|
|
44510
|
+
return reports;
|
|
44511
|
+
}
|
|
44512
|
+
const EMPLOYEE_REPORT_DEFINITIONS = generateReportDefinitions$2();
|
|
44513
|
+
//#endregion
|
|
44514
|
+
//#region ---- Category-Report Mapping ----
|
|
44515
|
+
/**
|
|
44516
|
+
* Create a mapping of categories to their reports for easy lookup
|
|
44517
|
+
*
|
|
44518
|
+
* Optimization: Only processes categories with itemsCount > 0
|
|
44519
|
+
*/
|
|
44520
|
+
const EMPLOYEE_CATEGORY_REPORT_MAPPING = new Map();
|
|
44521
|
+
EMPLOYEE_REPORT_CATEGORIES.filter((cat) => (cat.itemsCount ?? 0) > 0).forEach((category) => {
|
|
44522
|
+
const categoryReports = EMPLOYEE_REPORT_DEFINITIONS.filter((report) => {
|
|
44523
|
+
// Simple matching based on category title and report title
|
|
44524
|
+
return (report.title.toLowerCase().includes(category.title.toLowerCase()) ||
|
|
44525
|
+
report.description?.toLowerCase().includes(category.title.toLowerCase()));
|
|
44526
|
+
});
|
|
44527
|
+
EMPLOYEE_CATEGORY_REPORT_MAPPING.set(category.id, categoryReports);
|
|
44528
|
+
});
|
|
44529
|
+
//#endregion
|
|
44530
|
+
|
|
44531
|
+
class AXMEmployeeReportDefinitionDataSeeder {
|
|
44532
|
+
constructor() {
|
|
44533
|
+
this.storageService = inject(AXPEntityStorageService);
|
|
44534
|
+
}
|
|
44535
|
+
async seed() {
|
|
44536
|
+
await this.storageService.initial(`${RootConfig$r.module.name}.${RootConfig$r.entities.report.name}`, EMPLOYEE_REPORT_DEFINITIONS, {
|
|
44537
|
+
mergeType: 'merge',
|
|
44538
|
+
uniqueKeys: ['title'],
|
|
44539
|
+
});
|
|
44540
|
+
await this.storageService.initial(`${RootConfig$r.module.name}.${RootConfig$r.entities.report.name}Category`, EMPLOYEE_REPORT_CATEGORIES, {
|
|
44541
|
+
mergeType: 'merge',
|
|
44542
|
+
uniqueKeys: ['title'],
|
|
44543
|
+
});
|
|
44544
|
+
}
|
|
44545
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXMEmployeeReportDefinitionDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
44546
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXMEmployeeReportDefinitionDataSeeder }); }
|
|
44547
|
+
}
|
|
44548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXMEmployeeReportDefinitionDataSeeder, decorators: [{
|
|
44549
|
+
type: Injectable
|
|
44550
|
+
}] });
|
|
44551
|
+
|
|
44552
|
+
//#region ---- Mock Categories ----
|
|
44553
|
+
/**
|
|
44554
|
+
* Generate report categories for location reports
|
|
44555
|
+
*/
|
|
44556
|
+
function generateCategories$3() {
|
|
44557
|
+
const categories = [];
|
|
44558
|
+
// Root categories with child count metadata
|
|
44559
|
+
const rootCategories = [
|
|
44560
|
+
{
|
|
44561
|
+
title: 'Location Management',
|
|
44562
|
+
description: 'Location analysis and reports',
|
|
44563
|
+
childrenCount: 1, // Has 1 child category
|
|
44564
|
+
itemsCount: 0, // No direct reports
|
|
44565
|
+
},
|
|
44566
|
+
];
|
|
44567
|
+
rootCategories.forEach(({ title, description, childrenCount, itemsCount }) => {
|
|
44568
|
+
const categoryId = AXPDataGenerator.uuid();
|
|
44569
|
+
categories.push({
|
|
44570
|
+
id: categoryId,
|
|
44571
|
+
title,
|
|
44572
|
+
description,
|
|
44573
|
+
parentId: undefined,
|
|
44574
|
+
childrenCount,
|
|
44575
|
+
itemsCount,
|
|
44576
|
+
});
|
|
44577
|
+
});
|
|
44578
|
+
// Child categories (leaf nodes with reports)
|
|
44579
|
+
const childCategories = [
|
|
44580
|
+
{
|
|
44581
|
+
parent: 'Location Management',
|
|
44582
|
+
children: [
|
|
44583
|
+
{
|
|
44584
|
+
title: 'Location Analysis',
|
|
44585
|
+
description: 'Location analysis and insights',
|
|
44586
|
+
childrenCount: 0,
|
|
44587
|
+
itemsCount: 1, // Locations by City
|
|
44588
|
+
},
|
|
44589
|
+
],
|
|
44590
|
+
},
|
|
44591
|
+
];
|
|
44592
|
+
childCategories.forEach(({ parent, children }) => {
|
|
44593
|
+
const parentCat = categories.find((c) => c.title === parent);
|
|
44594
|
+
if (parentCat) {
|
|
44595
|
+
children.forEach(({ title, description, childrenCount, itemsCount }) => {
|
|
44596
|
+
categories.push({
|
|
44597
|
+
id: AXPDataGenerator.uuid(),
|
|
44598
|
+
title,
|
|
44599
|
+
description,
|
|
44600
|
+
parentId: parentCat.id,
|
|
44601
|
+
childrenCount,
|
|
44602
|
+
itemsCount,
|
|
44603
|
+
});
|
|
44604
|
+
});
|
|
44605
|
+
}
|
|
44606
|
+
});
|
|
44607
|
+
return categories;
|
|
44608
|
+
}
|
|
44609
|
+
const LOCATION_REPORT_CATEGORIES = generateCategories$3();
|
|
44610
|
+
//#endregion
|
|
44611
|
+
//#region ---- Mock Parameter Groups ----
|
|
44612
|
+
const locationReportParameterGroups = [
|
|
44613
|
+
{
|
|
44614
|
+
name: 'locationDetails',
|
|
44615
|
+
title: 'Location Details',
|
|
44616
|
+
description: 'Location filtering options with cascade parameters (Country → Province → City)',
|
|
44617
|
+
parameters: [
|
|
44618
|
+
{
|
|
44619
|
+
path: 'countryId',
|
|
44620
|
+
title: 'Country',
|
|
44621
|
+
description: 'Filter by country (cascade parent)',
|
|
44622
|
+
widget: {
|
|
44623
|
+
type: AXPWidgetsList.Editors.LookupBox,
|
|
44624
|
+
options: {
|
|
44625
|
+
entity: 'LocationManagement.GeographicRegion',
|
|
44626
|
+
multiple: false,
|
|
44627
|
+
textField: 'title',
|
|
44628
|
+
valueField: 'id',
|
|
44629
|
+
look: 'select',
|
|
44630
|
+
hasClearButton: true,
|
|
44631
|
+
columns: ['title', 'code'],
|
|
44632
|
+
// Filter to show only countries (type.code = 'country')
|
|
44633
|
+
filter: {
|
|
44634
|
+
logic: 'and',
|
|
44635
|
+
filters: [
|
|
44636
|
+
{
|
|
44637
|
+
field: 'type.code',
|
|
44638
|
+
operator: { type: 'equal' },
|
|
44639
|
+
value: 'country',
|
|
44640
|
+
},
|
|
44641
|
+
],
|
|
44642
|
+
},
|
|
44643
|
+
},
|
|
44644
|
+
},
|
|
44645
|
+
},
|
|
44646
|
+
{
|
|
44647
|
+
path: 'provinceId',
|
|
44648
|
+
title: 'Province',
|
|
44649
|
+
description: 'Filter by province/state (cascade child - filtered by selected country)',
|
|
44650
|
+
widget: {
|
|
44651
|
+
type: AXPWidgetsList.Editors.LookupBox,
|
|
44652
|
+
options: {
|
|
44653
|
+
entity: 'LocationManagement.GeographicRegion',
|
|
44654
|
+
multiple: false,
|
|
44655
|
+
textField: 'title',
|
|
44656
|
+
valueField: 'id',
|
|
44657
|
+
look: 'select',
|
|
44658
|
+
hasClearButton: true,
|
|
44659
|
+
columns: ['title'],
|
|
44660
|
+
expose: [
|
|
44661
|
+
{ source: 'id', target: 'province.id' },
|
|
44662
|
+
{ source: 'title', target: 'province.title' },
|
|
44663
|
+
],
|
|
44664
|
+
// CASCADE FILTER: Only show provinces/states for selected country
|
|
44665
|
+
filter: {
|
|
44666
|
+
logic: 'and',
|
|
44667
|
+
filters: [
|
|
44668
|
+
{
|
|
44669
|
+
field: 'parentId',
|
|
44670
|
+
operator: { type: 'equal' },
|
|
44671
|
+
value: '{{ context.eval("countryId.value") }}', // Use exposed country.id from expose configuration
|
|
44672
|
+
},
|
|
44673
|
+
{
|
|
44674
|
+
field: 'type.code',
|
|
44675
|
+
operator: { type: 'equal' },
|
|
44676
|
+
value: 'state', // Filter by type to show only states/provinces
|
|
44677
|
+
},
|
|
44678
|
+
],
|
|
44679
|
+
},
|
|
44680
|
+
},
|
|
44681
|
+
// TRIGGER: Refresh province dropdown when country changes
|
|
44682
|
+
triggers: [
|
|
44683
|
+
{
|
|
44684
|
+
event: "{{ events.context('countryId') }}",
|
|
44685
|
+
action: '{{ widget.refresh() }}',
|
|
44686
|
+
},
|
|
44687
|
+
],
|
|
44688
|
+
},
|
|
44689
|
+
},
|
|
44690
|
+
{
|
|
44691
|
+
path: 'cityId',
|
|
44692
|
+
title: 'City',
|
|
44693
|
+
description: 'Filter by city (cascade child - filtered by selected province)',
|
|
44694
|
+
widget: {
|
|
44695
|
+
type: AXPWidgetsList.Editors.LookupBox,
|
|
44696
|
+
options: {
|
|
44697
|
+
entity: 'LocationManagement.GeographicRegion',
|
|
44698
|
+
multiple: false,
|
|
44699
|
+
textField: 'title',
|
|
44700
|
+
valueField: 'id',
|
|
44701
|
+
look: 'select',
|
|
44702
|
+
hasClearButton: true,
|
|
44703
|
+
columns: ['title'],
|
|
44704
|
+
expose: [
|
|
44705
|
+
{ source: 'id', target: 'city.id' },
|
|
44706
|
+
{ source: 'title', target: 'city.title' },
|
|
44707
|
+
],
|
|
44708
|
+
// CASCADE FILTER: Only show cities for selected province
|
|
44709
|
+
filter: {
|
|
44710
|
+
logic: 'and',
|
|
44711
|
+
filters: [
|
|
44712
|
+
{
|
|
44713
|
+
field: 'parentId',
|
|
44714
|
+
operator: { type: 'equal' },
|
|
44715
|
+
value: '{{ context.eval("provinceId.value") }}', // Use exposed province.id from expose configuration
|
|
44716
|
+
},
|
|
44717
|
+
{
|
|
44718
|
+
field: 'type.code',
|
|
44719
|
+
operator: { type: 'equal' },
|
|
44720
|
+
value: 'city', // Filter by type to show only cities
|
|
44721
|
+
},
|
|
44722
|
+
],
|
|
44723
|
+
},
|
|
44724
|
+
},
|
|
44725
|
+
// TRIGGER: Refresh city dropdown when province changes
|
|
44726
|
+
triggers: [
|
|
44727
|
+
{
|
|
44728
|
+
event: "{{ events.context('provinceId') }}",
|
|
44729
|
+
action: '{{ widget.refresh() }}',
|
|
44730
|
+
},
|
|
44731
|
+
],
|
|
44732
|
+
},
|
|
44733
|
+
},
|
|
44734
|
+
],
|
|
44735
|
+
},
|
|
44736
|
+
];
|
|
44737
|
+
//#endregion
|
|
44738
|
+
//#region ---- Layout Definitions Generator ----
|
|
44739
|
+
function generateLayoutsForReport$1(reportTitle) {
|
|
44740
|
+
const layouts = [];
|
|
44741
|
+
const titleLower = reportTitle.toLowerCase();
|
|
44742
|
+
// Generate base export options
|
|
44743
|
+
const baseExportOptions = {
|
|
44744
|
+
fileNameTemplate: 'Report_{date}_{user}',
|
|
44745
|
+
pdf: {
|
|
44746
|
+
enabled: true,
|
|
44747
|
+
pageSize: 'A4',
|
|
44748
|
+
headerEnabled: true,
|
|
44749
|
+
footerEnabled: true,
|
|
44750
|
+
showPageNumbers: true,
|
|
44751
|
+
watermarkText: 'Mock Report',
|
|
44752
|
+
watermarkOpacity: 0.5,
|
|
44753
|
+
compression: true,
|
|
44754
|
+
embedImages: true,
|
|
44755
|
+
},
|
|
44756
|
+
};
|
|
44757
|
+
// Table Layout (always available)
|
|
44758
|
+
if (titleLower.includes('location') || titleLower.includes('city')) {
|
|
44759
|
+
layouts.push({
|
|
44760
|
+
id: AXPDataGenerator.uuid(),
|
|
44761
|
+
title: 'Table View',
|
|
44762
|
+
description: 'Detailed tabular view of the data',
|
|
44763
|
+
icon: 'fa-light fa-table',
|
|
44764
|
+
isDefault: true,
|
|
44765
|
+
layout: {
|
|
44766
|
+
type: 'table',
|
|
44767
|
+
columns: [
|
|
44768
|
+
{
|
|
44769
|
+
field: 'countryTitle',
|
|
44770
|
+
title: 'Country',
|
|
44771
|
+
visible: true,
|
|
44772
|
+
width: 150,
|
|
44773
|
+
align: 'left',
|
|
44774
|
+
widget: { type: AXPWidgetsList.Editors.TextBox, path: 'countryTitle' },
|
|
44775
|
+
},
|
|
44776
|
+
{
|
|
44777
|
+
field: 'provinceTitle',
|
|
44778
|
+
title: 'Province',
|
|
44779
|
+
visible: true,
|
|
44780
|
+
width: 150,
|
|
44781
|
+
align: 'left',
|
|
44782
|
+
widget: { type: AXPWidgetsList.Editors.TextBox, path: 'provinceTitle' },
|
|
44783
|
+
},
|
|
44784
|
+
{
|
|
44785
|
+
field: 'cityTitle',
|
|
44786
|
+
title: 'City',
|
|
44787
|
+
visible: true,
|
|
44788
|
+
width: 150,
|
|
44789
|
+
align: 'left',
|
|
44790
|
+
widget: { type: AXPWidgetsList.Editors.TextBox, path: 'cityTitle' },
|
|
44791
|
+
},
|
|
44792
|
+
{
|
|
44793
|
+
field: 'locationCount',
|
|
44794
|
+
title: 'Location Count',
|
|
44795
|
+
visible: true,
|
|
44796
|
+
width: 120,
|
|
44797
|
+
align: 'right',
|
|
44798
|
+
widget: { type: AXPWidgetsList.Editors.NumberBox, path: 'locationCount' },
|
|
44799
|
+
},
|
|
44800
|
+
],
|
|
44801
|
+
actions: [],
|
|
44802
|
+
options: {
|
|
44803
|
+
pagination: true,
|
|
44804
|
+
stickyHeader: true,
|
|
44805
|
+
stripedRows: true,
|
|
44806
|
+
},
|
|
44807
|
+
},
|
|
44808
|
+
dataSource: {
|
|
44809
|
+
type: 'query',
|
|
44810
|
+
name: 'getLocationList',
|
|
44811
|
+
pagination: true,
|
|
44812
|
+
},
|
|
44813
|
+
export: {
|
|
44814
|
+
...baseExportOptions,
|
|
44815
|
+
fileNameTemplate: 'Location_Report_{date}_{user}',
|
|
44816
|
+
excel: {
|
|
44817
|
+
enabled: true,
|
|
44818
|
+
sheetName: 'Location Report',
|
|
44819
|
+
},
|
|
44820
|
+
csv: {
|
|
44821
|
+
enabled: true,
|
|
44822
|
+
},
|
|
44823
|
+
pdf: {
|
|
44824
|
+
enabled: true,
|
|
44825
|
+
},
|
|
44826
|
+
},
|
|
44827
|
+
});
|
|
44828
|
+
}
|
|
44829
|
+
return layouts;
|
|
44830
|
+
}
|
|
44831
|
+
//#endregion
|
|
44832
|
+
//#region ---- Mock Report Definitions ----
|
|
44833
|
+
/**
|
|
44834
|
+
* Generate report definitions for categories
|
|
44835
|
+
*
|
|
44836
|
+
* Optimization: Only generates reports for categories with itemsCount > 0
|
|
44837
|
+
*/
|
|
44838
|
+
function generateReportDefinitions$1() {
|
|
44839
|
+
const reports = [];
|
|
44840
|
+
// ✅ Get categories that have reports (itemsCount > 0)
|
|
44841
|
+
const categoriesWithReports = LOCATION_REPORT_CATEGORIES.filter((cat) => (cat.itemsCount ?? 0) > 0);
|
|
44842
|
+
categoriesWithReports.forEach((category) => {
|
|
44843
|
+
let reportsForCategory = [];
|
|
44844
|
+
switch (category.title) {
|
|
44845
|
+
case 'Location Analysis':
|
|
44846
|
+
reportsForCategory = [
|
|
44847
|
+
{
|
|
44848
|
+
title: 'Locations by City',
|
|
44849
|
+
description: 'Location analysis grouped by country, province, and city with cascade filtering',
|
|
44850
|
+
parameterGroups: [...locationReportParameterGroups],
|
|
44851
|
+
},
|
|
44852
|
+
];
|
|
44853
|
+
break;
|
|
44854
|
+
}
|
|
44855
|
+
reportsForCategory.forEach((report) => {
|
|
44856
|
+
const layouts = generateLayoutsForReport$1(report.title);
|
|
44857
|
+
const defaultLayout = layouts.find((l) => l.isDefault) || layouts[0];
|
|
44858
|
+
reports.push({
|
|
44859
|
+
id: AXPDataGenerator.uuid(),
|
|
44860
|
+
title: report.title,
|
|
44861
|
+
description: report.description,
|
|
44862
|
+
categoryIds: [category.id],
|
|
44863
|
+
parameterGroups: report.parameterGroups,
|
|
44864
|
+
layouts: layouts,
|
|
44865
|
+
defaultLayoutId: defaultLayout?.id || '',
|
|
44866
|
+
});
|
|
44867
|
+
});
|
|
44868
|
+
});
|
|
44869
|
+
return reports;
|
|
44870
|
+
}
|
|
44871
|
+
const LOCATION_REPORT_DEFINITIONS = generateReportDefinitions$1();
|
|
44872
|
+
//#endregion
|
|
44873
|
+
//#region ---- Category-Report Mapping ----
|
|
44874
|
+
/**
|
|
44875
|
+
* Create a mapping of categories to their reports for easy lookup
|
|
44876
|
+
*
|
|
44877
|
+
* Optimization: Only processes categories with itemsCount > 0
|
|
44878
|
+
*/
|
|
44879
|
+
const LOCATION_CATEGORY_REPORT_MAPPING = new Map();
|
|
44880
|
+
LOCATION_REPORT_CATEGORIES.filter((cat) => (cat.itemsCount ?? 0) > 0).forEach((category) => {
|
|
44881
|
+
const categoryReports = LOCATION_REPORT_DEFINITIONS.filter((report) => {
|
|
44882
|
+
// Simple matching based on category title and report title
|
|
44883
|
+
return (report.title.toLowerCase().includes(category.title.toLowerCase()) ||
|
|
44884
|
+
report.description?.toLowerCase().includes(category.title.toLowerCase()));
|
|
44885
|
+
});
|
|
44886
|
+
LOCATION_CATEGORY_REPORT_MAPPING.set(category.id, categoryReports);
|
|
44887
|
+
});
|
|
44888
|
+
//#endregion
|
|
44889
|
+
|
|
44890
|
+
class AXMLocationReportDefinitionDataSeeder {
|
|
44891
|
+
constructor() {
|
|
44892
|
+
this.storageService = inject(AXPEntityStorageService);
|
|
44893
|
+
}
|
|
44894
|
+
async seed() {
|
|
44895
|
+
await this.storageService.initial(`${RootConfig$r.module.name}.${RootConfig$r.entities.report.name}`, LOCATION_REPORT_DEFINITIONS, {
|
|
44896
|
+
mergeType: 'merge',
|
|
44897
|
+
uniqueKeys: ['title'],
|
|
44898
|
+
});
|
|
44899
|
+
await this.storageService.initial(`${RootConfig$r.module.name}.${RootConfig$r.entities.report.name}Category`, LOCATION_REPORT_CATEGORIES, {
|
|
44900
|
+
mergeType: 'merge',
|
|
44901
|
+
uniqueKeys: ['title'],
|
|
44902
|
+
});
|
|
44903
|
+
}
|
|
44904
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXMLocationReportDefinitionDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
44905
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXMLocationReportDefinitionDataSeeder }); }
|
|
44906
|
+
}
|
|
44907
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXMLocationReportDefinitionDataSeeder, decorators: [{
|
|
44908
|
+
type: Injectable
|
|
44909
|
+
}] });
|
|
44910
|
+
|
|
45143
44911
|
class AXCReportManagementMockModule {
|
|
45144
44912
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCReportManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
45145
44913
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.16", ngImport: i0, type: AXCReportManagementMockModule, imports: [AXPRuntimeModule] }); }
|
|
@@ -45154,6 +44922,28 @@ class AXCReportManagementMockModule {
|
|
|
45154
44922
|
command: () => import('./acorex-connectivity-mock-sample.command-CyrjdvEA.mjs').then((c) => c.AXMReportSampleActionExecuteCommand),
|
|
45155
44923
|
},
|
|
45156
44924
|
]),
|
|
44925
|
+
// Register sample report queries
|
|
44926
|
+
provideQuerySetups([
|
|
44927
|
+
{
|
|
44928
|
+
key: 'getEmployeeList',
|
|
44929
|
+
loader: () => import('./acorex-connectivity-mock-get-employee-list.query--f2M5RgC.mjs').then((q) => q.GetEmployeeListQuery),
|
|
44930
|
+
},
|
|
44931
|
+
{
|
|
44932
|
+
key: 'getLocationList',
|
|
44933
|
+
loader: () => import('./acorex-connectivity-mock-get-location-list.query-Cz55arFF.mjs').then((q) => q.GetLocationListQuery),
|
|
44934
|
+
},
|
|
44935
|
+
]),
|
|
44936
|
+
// Register sample report seeders
|
|
44937
|
+
{
|
|
44938
|
+
provide: AXP_DATA_SEEDER_TOKEN,
|
|
44939
|
+
useClass: AXMEmployeeReportDefinitionDataSeeder,
|
|
44940
|
+
multi: true,
|
|
44941
|
+
},
|
|
44942
|
+
{
|
|
44943
|
+
provide: AXP_DATA_SEEDER_TOKEN,
|
|
44944
|
+
useClass: AXMLocationReportDefinitionDataSeeder,
|
|
44945
|
+
multi: true,
|
|
44946
|
+
},
|
|
45157
44947
|
], imports: [AXPRuntimeModule] }); }
|
|
45158
44948
|
}
|
|
45159
44949
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCReportManagementMockModule, decorators: [{
|
|
@@ -45173,6 +44963,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
45173
44963
|
command: () => import('./acorex-connectivity-mock-sample.command-CyrjdvEA.mjs').then((c) => c.AXMReportSampleActionExecuteCommand),
|
|
45174
44964
|
},
|
|
45175
44965
|
]),
|
|
44966
|
+
// Register sample report queries
|
|
44967
|
+
provideQuerySetups([
|
|
44968
|
+
{
|
|
44969
|
+
key: 'getEmployeeList',
|
|
44970
|
+
loader: () => import('./acorex-connectivity-mock-get-employee-list.query--f2M5RgC.mjs').then((q) => q.GetEmployeeListQuery),
|
|
44971
|
+
},
|
|
44972
|
+
{
|
|
44973
|
+
key: 'getLocationList',
|
|
44974
|
+
loader: () => import('./acorex-connectivity-mock-get-location-list.query-Cz55arFF.mjs').then((q) => q.GetLocationListQuery),
|
|
44975
|
+
},
|
|
44976
|
+
]),
|
|
44977
|
+
// Register sample report seeders
|
|
44978
|
+
{
|
|
44979
|
+
provide: AXP_DATA_SEEDER_TOKEN,
|
|
44980
|
+
useClass: AXMEmployeeReportDefinitionDataSeeder,
|
|
44981
|
+
multi: true,
|
|
44982
|
+
},
|
|
44983
|
+
{
|
|
44984
|
+
provide: AXP_DATA_SEEDER_TOKEN,
|
|
44985
|
+
useClass: AXMLocationReportDefinitionDataSeeder,
|
|
44986
|
+
multi: true,
|
|
44987
|
+
},
|
|
45176
44988
|
],
|
|
45177
44989
|
}]
|
|
45178
44990
|
}] });
|
|
@@ -51968,5 +51780,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
51968
51780
|
* Generated bundle index. Do not edit.
|
|
51969
51781
|
*/
|
|
51970
51782
|
|
|
51971
|
-
export { ACTIVITY_CATEGORIES, ACTIVITY_DEFINITIONS, APPLICATIONS, AXCActivityCategorySeeder, AXCActivityDefinitionSeeder, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationDataSeeder, AXCApplicationManagementMockModule, AXCAssessmentManagementMockModule, AXCAssetManagementMockModule, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCEditionDataSeeder, AXCFileStorageService, AXCFinancialCoreMockModule, AXCFormTemplateManagementMockModule, AXCGoogleStrategyMock, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCImageCaptchaChallengeProviderMock, AXCJsaSeeder, AXCLearningManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCMeasurementCoreMockModule, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMetadataCategorySeeder, AXCMiddlewaresModule, AXCMockCaptchaChallengeComponent, AXCMockEntityLogListener, AXCMockModule, AXCNotificationManagementMockModule, AXCOrderManagementMockModule, AXCOrganizationManagementMockModule, AXCPersonManagementMockModule, AXCPlatformManagementMockModule, AXCProcurementManagementMockModule, AXCProductCatalogMockModule, AXCProjectManagementMockModule, AXCQueryCategoryMetadataInheritanceQuery, AXCReportManagementMockModule, AXCSecurityManagementMockModule, AXCSubscriptionManagementMockModule, AXCSupplierManagementMockModule, AXCTaskManagementMockModule, AXCTenantManagementMockModule, AXCTenantSeeder, AXCTokensDataSeeder, AXCUserPassStrategyMock, AXCVersionDB, AXCVersioningService, AXCWorkflowCategoryProvider, AXCWorkflowDefinitionDataSeeder, AXCWorkflowEngine, AXCWorkflowExecutionDB, AXCWorkflowManagementMockModule, AXMAiResponderService, AXMAssessmentCaseDataSeeder, AXMAssessmentSessionDataSeeder, AXMBusinessUnitDataSeeder, AXMCalendarEventTypeSeeder, AXMEmployeeDataSeeder, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMJobDefinitionDataSeeder, AXMJobLevelDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMQuestionBankItemCategoryDataSeeder, AXMQuestionBankItemDataSeeder, AXMQuestionnaireCategoryDataSeeder, AXMQuestionnaireDataSeeder, AXMResponsibilityDataSeeder, AXMTagDataSeeder, AXMTeamDataSeeder, AXMTeamMemberDataSeeder, AXMTeamMemberRoleDataSeeder, AXPDashboardDataSeeder, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, AXPTaskBoardPlatformManagementTaskProvider, AXPTaskBoardProjectManagementTaskProvider, AXVChangeType, BUSINESS_UNITS_MOCK, COSTMANAGER_ENTERPRISE, COSTMANAGER_PROFESSIONAL, COSTMANAGER_STANDARD, CRM_ENTERPRISE, DASHBOARDS, EDITIONS, EMPLOYEES_MOCK, EMPLOYMENT_TYPES_MOCK, FINANCE_BASIC, FINANCE_ENTERPRISE, FINANCE_PRO, HR_ENTERPRISE, JOB_DEFINITIONS_CATEGORY_MOCK, JOB_DEFINITIONS_MOCK, JOB_LEVELS_MOCK, LASER_PLUMBING_TENANT_ID, LEAVE_REQUESTS_MOCK, ORDERING_BASIC, ORDERING_ENTERPRISE, ORDERING_STANDARD, OWNERSHIP_FILTER_BYPASS, PLATFORM_CONSOLE, PLATFORM_TENANT_ID, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, POSITION_ASSIGNMENTS_MOCK, QUESTIONNAIRE_CATEGORY_MOCK, QUESTION_BANK_ITEM_CATEGORY_MOCK, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, SAFETYMINDER_BASIC, SAFETYMINDER_ENTERPRISE, SAFETYMINDER_PROFESSIONAL, SHOP_BASIC, SHOP_ENTERPRISE, SHOP_PRO, TAGS_MOCK, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, TEAM_MEMBERS_MOCK, TEAM_MEMBER_ROLES_MOCK, TIMEPLICITY_TENANT_ID, TOKENS, VISIBILITY_FILTER_BYPASS, WORKFLOW_CATEGORIES, assessmentCaseMock, assessmentSessionMock, auditLoggerMiddleware, avatarInterface, axVersionDB, axWorkflowExecutionDB, bypassAllFilters, bypassOwnershipFilter, bypassVisibilityFilter, calendarEventMock, calendarEventTypeMockData, calendarMock, checkboxInterface, childCountMiddleware, colorInterface, computeDiff, contactInterface, createAndSaveDashboardForUser, createDashboardForUser, createFileCastMiddleware, dateInterface, dateTimeInterface, descriptionInterface, emailInterface, fileUploaderInterface,
|
|
51783
|
+
export { ACTIVITY_CATEGORIES, ACTIVITY_DEFINITIONS, APPLICATIONS, AXCActivityCategorySeeder, AXCActivityDefinitionSeeder, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationDataSeeder, AXCApplicationManagementMockModule, AXCAssessmentManagementMockModule, AXCAssetManagementMockModule, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCEditionDataSeeder, AXCFileStorageService, AXCFinancialCoreMockModule, AXCFormTemplateManagementMockModule, AXCGoogleStrategyMock, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCImageCaptchaChallengeProviderMock, AXCJsaSeeder, AXCLearningManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCMeasurementCoreMockModule, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMetadataCategorySeeder, AXCMiddlewaresModule, AXCMockCaptchaChallengeComponent, AXCMockEntityLogListener, AXCMockModule, AXCNotificationManagementMockModule, AXCOrderManagementMockModule, AXCOrganizationManagementMockModule, AXCPersonManagementMockModule, AXCPlatformManagementMockModule, AXCProcurementManagementMockModule, AXCProductCatalogMockModule, AXCProjectManagementMockModule, AXCQueryCategoryMetadataInheritanceQuery, AXCReportManagementMockModule, AXCSecurityManagementMockModule, AXCSubscriptionManagementMockModule, AXCSupplierManagementMockModule, AXCTaskManagementMockModule, AXCTenantManagementMockModule, AXCTenantSeeder, AXCTokensDataSeeder, AXCUserPassStrategyMock, AXCVersionDB, AXCVersioningService, AXCWorkflowCategoryProvider, AXCWorkflowDefinitionDataSeeder, AXCWorkflowEngine, AXCWorkflowExecutionDB, AXCWorkflowManagementMockModule, AXMAiResponderService, AXMAssessmentCaseDataSeeder, AXMAssessmentSessionDataSeeder, AXMBusinessUnitDataSeeder, AXMCalendarEventTypeSeeder, AXMEmployeeDataSeeder, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMJobDefinitionDataSeeder, AXMJobLevelDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMQuestionBankItemCategoryDataSeeder, AXMQuestionBankItemDataSeeder, AXMQuestionnaireCategoryDataSeeder, AXMQuestionnaireDataSeeder, AXMResponsibilityDataSeeder, AXMTagDataSeeder, AXMTeamDataSeeder, AXMTeamMemberDataSeeder, AXMTeamMemberRoleDataSeeder, AXPDashboardDataSeeder, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, AXPTaskBoardPlatformManagementTaskProvider, AXPTaskBoardProjectManagementTaskProvider, AXVChangeType, BUSINESS_UNITS_MOCK, COSTMANAGER_ENTERPRISE, COSTMANAGER_PROFESSIONAL, COSTMANAGER_STANDARD, CRM_ENTERPRISE, DASHBOARDS, EDITIONS, EMPLOYEES_MOCK, EMPLOYMENT_TYPES_MOCK, FINANCE_BASIC, FINANCE_ENTERPRISE, FINANCE_PRO, HR_ENTERPRISE, JOB_DEFINITIONS_CATEGORY_MOCK, JOB_DEFINITIONS_MOCK, JOB_LEVELS_MOCK, LASER_PLUMBING_TENANT_ID, LEAVE_REQUESTS_MOCK, ORDERING_BASIC, ORDERING_ENTERPRISE, ORDERING_STANDARD, OWNERSHIP_FILTER_BYPASS, PLATFORM_CONSOLE, PLATFORM_TENANT_ID, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, POSITION_ASSIGNMENTS_MOCK, QUESTIONNAIRE_CATEGORY_MOCK, QUESTION_BANK_ITEM_CATEGORY_MOCK, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, SAFETYMINDER_BASIC, SAFETYMINDER_ENTERPRISE, SAFETYMINDER_PROFESSIONAL, SHOP_BASIC, SHOP_ENTERPRISE, SHOP_PRO, TAGS_MOCK, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, TEAM_MEMBERS_MOCK, TEAM_MEMBER_ROLES_MOCK, TIMEPLICITY_TENANT_ID, TOKENS, VISIBILITY_FILTER_BYPASS, WORKFLOW_CATEGORIES, assessmentCaseMock, assessmentSessionMock, auditLoggerMiddleware, avatarInterface, axVersionDB, axWorkflowExecutionDB, bypassAllFilters, bypassOwnershipFilter, bypassVisibilityFilter, calendarEventMock, calendarEventTypeMockData, calendarMock, checkboxInterface, childCountMiddleware, colorInterface, computeDiff, contactInterface, createAndSaveDashboardForUser, createDashboardForUser, createFileCastMiddleware, dateInterface, dateTimeInterface, descriptionInterface, emailInterface, fileUploaderInterface, findEmployeeById, findPersonById, generateUserDashboard, groupOrderItemCalculatorMiddleware, historyLoggerMiddleware, identifierCommitMiddleware, imageInterface, lockGuardMiddleware, longTextAnswerInterface, lookupInterface, lookupResolverMiddleware, mapInterface, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, metadataCategoryMocks, mockRoleDefinitions, mockUsers, multipleChoiceInterface, multipleSelectInterface, normalizeAnyFileArrayForView, normalizeSnapshotFileFieldsForView, numberInterface, participantIds, passwordInterface, phoneInterface, primaryMiddleware, qrcodeInterface, questionBankItemMock, questionnaireMock, ratingInterface, richTextInterface, scaleInterface, selectInterface, selectionListInterface, signatureInterface, signatureLoaderMiddleware, tagInterface, tenantMocks, textAreaInterface, textInterface, timeDurationInterface, titleInterface, toUiRows, toggleInterface, urlInterface, versionInterface, visibilityFilterMiddleware, workflowDefinitionEntityMock, workflowDefinitionIds, workflowDefinitionMock, yesNoInterface };
|
|
51972
51784
|
//# sourceMappingURL=acorex-connectivity-mock.mjs.map
|