@acorex/connectivity 20.7.16 → 20.7.17
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.
|
@@ -9,7 +9,7 @@ import { inject, Injectable, NgModule, Injector, runInInjectionContext, signal,
|
|
|
9
9
|
import { AXMAssetManagementFeatureKeys, RootConfig as RootConfig$2, AXMAssetStatus } from '@acorex/modules/asset-management';
|
|
10
10
|
import { AXMAssessmentManagementFeatureKeys, RootConfig as RootConfig$1, AXMAssessmentManagementPermissionKeys } from '@acorex/modules/assessment-management';
|
|
11
11
|
import { AXPCommonFeatureKeys, AXPWidgetsList } from '@acorex/modules/common';
|
|
12
|
-
import { AXMDataManagementFeatureKeys, AXMPermissionsKeys as AXMPermissionsKeys$2, RootConfig as RootConfig$d, AXMMetaDataDefinitionService, META_DATA_SELECTOR_FIELD, AXMQueryServiceImpl, ShowMetaDataSelectorPopupCommand, AXMQueryService } from '@acorex/modules/data-management';
|
|
12
|
+
import { AXMDataManagementFeatureKeys, AXMPermissionsKeys as AXMPermissionsKeys$2, RootConfig as RootConfig$d, AXMMetaDataDefinitionService, META_DATA_SELECTOR_FIELD, AXMQueryServiceImpl, ShowMetaDataFormPopupCommand, ShowMetaDataSelectorPopupCommand, AXMQueryService } from '@acorex/modules/data-management';
|
|
13
13
|
import { AXPHumanCapitalManagementFeatureKeys, AXMPermissionsKeys as AXMPermissionsKeys$4, RootConfig as RootConfig$4 } from '@acorex/modules/human-capital-management';
|
|
14
14
|
import { AXPSystemStatusType, AXPAppVersionService, AXPSystemStatuses, AXPFileStorageStatus, AXPFileStorageService, AXVChangeType as AXVChangeType$1, AXP_SEARCH_PROVIDER, AXPLockService, AXPVersioningService } from '@acorex/platform/common';
|
|
15
15
|
import { RootConfig, AXMPermissionsKeys, AXMApplicationService, AXMEditionService } from '@acorex/modules/application-management';
|
|
@@ -2227,7 +2227,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
2227
2227
|
//#region ---- Module Export ----
|
|
2228
2228
|
//#endregion
|
|
2229
2229
|
|
|
2230
|
-
const uuid$
|
|
2230
|
+
const uuid$n = AXPDataGenerator.uuid;
|
|
2231
2231
|
const assetCategoryMock = [
|
|
2232
2232
|
{
|
|
2233
2233
|
id: 'asset-category-it-equipment',
|
|
@@ -2236,7 +2236,7 @@ const assetCategoryMock = [
|
|
|
2236
2236
|
childrenCount: 0,
|
|
2237
2237
|
metaDataList: [
|
|
2238
2238
|
{
|
|
2239
|
-
id: uuid$
|
|
2239
|
+
id: uuid$n(),
|
|
2240
2240
|
name: 'warranty-expiry',
|
|
2241
2241
|
title: 'Warranty Expiry',
|
|
2242
2242
|
text: 'Warranty Expiry',
|
|
@@ -2246,7 +2246,7 @@ const assetCategoryMock = [
|
|
|
2246
2246
|
interface: '{"type":"date-time-editor","path":"warranty.expiry","options":{"validations":[{"rule":"required"}]}}',
|
|
2247
2247
|
},
|
|
2248
2248
|
{
|
|
2249
|
-
id: uuid$
|
|
2249
|
+
id: uuid$n(),
|
|
2250
2250
|
name: 'operating-system',
|
|
2251
2251
|
title: 'Operating System',
|
|
2252
2252
|
text: 'Operating System',
|
|
@@ -2263,7 +2263,7 @@ const assetCategoryMock = [
|
|
|
2263
2263
|
childrenCount: 0,
|
|
2264
2264
|
metaDataList: [
|
|
2265
2265
|
{
|
|
2266
|
-
id: uuid$
|
|
2266
|
+
id: uuid$n(),
|
|
2267
2267
|
name: 'inspection-date',
|
|
2268
2268
|
title: 'Last Inspection Date',
|
|
2269
2269
|
text: 'Last Inspection Date',
|
|
@@ -2272,7 +2272,7 @@ const assetCategoryMock = [
|
|
|
2272
2272
|
interface: '{"type":"date-time-editor","path":"compliance.lastInspection","options":{"validations":[{"rule":"required"}]}}',
|
|
2273
2273
|
},
|
|
2274
2274
|
{
|
|
2275
|
-
id: uuid$
|
|
2275
|
+
id: uuid$n(),
|
|
2276
2276
|
name: 'safety-notes',
|
|
2277
2277
|
title: 'Safety Notes',
|
|
2278
2278
|
text: 'Safety Notes',
|
|
@@ -2289,7 +2289,7 @@ const assetCategoryMock = [
|
|
|
2289
2289
|
childrenCount: 0,
|
|
2290
2290
|
metaDataList: [
|
|
2291
2291
|
{
|
|
2292
|
-
id: uuid$
|
|
2292
|
+
id: uuid$n(),
|
|
2293
2293
|
name: 'license-plate',
|
|
2294
2294
|
title: 'License Plate',
|
|
2295
2295
|
text: 'License Plate',
|
|
@@ -2298,7 +2298,7 @@ const assetCategoryMock = [
|
|
|
2298
2298
|
interface: '{"type":"text-editor","path":"vehicle.licensePlate","options":{"validations":[{"rule":"required"}]}}',
|
|
2299
2299
|
},
|
|
2300
2300
|
{
|
|
2301
|
-
id: uuid$
|
|
2301
|
+
id: uuid$n(),
|
|
2302
2302
|
name: 'last-service',
|
|
2303
2303
|
title: 'Last Service Date',
|
|
2304
2304
|
text: 'Last Service Date',
|
|
@@ -3215,10 +3215,10 @@ const LASER_PLUMBING_TENANT_ID = AXPDataGenerator.uuid();
|
|
|
3215
3215
|
//#region ---- Imports ----
|
|
3216
3216
|
//#endregion
|
|
3217
3217
|
//#region ---- Mock Data ----
|
|
3218
|
-
const uuid$
|
|
3218
|
+
const uuid$m = AXPDataGenerator.uuid;
|
|
3219
3219
|
const mockRoleDefinitions = [
|
|
3220
3220
|
{
|
|
3221
|
-
id: uuid$
|
|
3221
|
+
id: uuid$m(),
|
|
3222
3222
|
name: 'root',
|
|
3223
3223
|
title: 'Super Administrator',
|
|
3224
3224
|
description: 'Full system access with all administrative privileges',
|
|
@@ -3271,7 +3271,7 @@ const mockRoleDefinitions = [
|
|
|
3271
3271
|
},
|
|
3272
3272
|
},
|
|
3273
3273
|
{
|
|
3274
|
-
id: uuid$
|
|
3274
|
+
id: uuid$m(),
|
|
3275
3275
|
name: 'platform-application-administrator',
|
|
3276
3276
|
title: 'Platform Application Administrator',
|
|
3277
3277
|
description: 'Full platform application access with all administrative privileges',
|
|
@@ -3291,7 +3291,7 @@ const mockRoleDefinitions = [
|
|
|
3291
3291
|
},
|
|
3292
3292
|
},
|
|
3293
3293
|
{
|
|
3294
|
-
id: uuid$
|
|
3294
|
+
id: uuid$m(),
|
|
3295
3295
|
name: 'admin',
|
|
3296
3296
|
title: 'Administrator',
|
|
3297
3297
|
description: 'Full system access with all administrative privileges',
|
|
@@ -3312,7 +3312,7 @@ const mockRoleDefinitions = [
|
|
|
3312
3312
|
},
|
|
3313
3313
|
},
|
|
3314
3314
|
{
|
|
3315
|
-
id: uuid$
|
|
3315
|
+
id: uuid$m(),
|
|
3316
3316
|
name: 'manager',
|
|
3317
3317
|
title: 'Manager',
|
|
3318
3318
|
description: 'Manages users and has access to most system features',
|
|
@@ -3330,7 +3330,7 @@ const mockRoleDefinitions = [
|
|
|
3330
3330
|
},
|
|
3331
3331
|
},
|
|
3332
3332
|
{
|
|
3333
|
-
id: uuid$
|
|
3333
|
+
id: uuid$m(),
|
|
3334
3334
|
name: 'user',
|
|
3335
3335
|
title: 'Regular User',
|
|
3336
3336
|
description: 'Standard user with basic system access',
|
|
@@ -3348,7 +3348,7 @@ const mockRoleDefinitions = [
|
|
|
3348
3348
|
},
|
|
3349
3349
|
},
|
|
3350
3350
|
{
|
|
3351
|
-
id: uuid$
|
|
3351
|
+
id: uuid$m(),
|
|
3352
3352
|
name: 'support',
|
|
3353
3353
|
title: 'Support Staff',
|
|
3354
3354
|
description: 'Customer support and ticket management access',
|
|
@@ -3366,7 +3366,7 @@ const mockRoleDefinitions = [
|
|
|
3366
3366
|
},
|
|
3367
3367
|
},
|
|
3368
3368
|
{
|
|
3369
|
-
id: uuid$
|
|
3369
|
+
id: uuid$m(),
|
|
3370
3370
|
name: 'hr',
|
|
3371
3371
|
title: 'Human Resources',
|
|
3372
3372
|
description: 'Access to HR-related features and user management',
|
|
@@ -3384,7 +3384,7 @@ const mockRoleDefinitions = [
|
|
|
3384
3384
|
},
|
|
3385
3385
|
},
|
|
3386
3386
|
{
|
|
3387
|
-
id: uuid$
|
|
3387
|
+
id: uuid$m(),
|
|
3388
3388
|
name: 'finance',
|
|
3389
3389
|
title: 'Finance',
|
|
3390
3390
|
description: 'Access to financial reports and invoicing features',
|
|
@@ -3402,7 +3402,7 @@ const mockRoleDefinitions = [
|
|
|
3402
3402
|
},
|
|
3403
3403
|
},
|
|
3404
3404
|
{
|
|
3405
|
-
id: uuid$
|
|
3405
|
+
id: uuid$m(),
|
|
3406
3406
|
name: 'dev',
|
|
3407
3407
|
title: 'Developer',
|
|
3408
3408
|
description: 'Technical access to development and debugging features',
|
|
@@ -3424,7 +3424,7 @@ const mockRoleDefinitions = [
|
|
|
3424
3424
|
},
|
|
3425
3425
|
},
|
|
3426
3426
|
{
|
|
3427
|
-
id: uuid$
|
|
3427
|
+
id: uuid$m(),
|
|
3428
3428
|
name: 'account-holder',
|
|
3429
3429
|
title: 'Account Holder',
|
|
3430
3430
|
description: 'Primary account owner with full tenant management privileges',
|
|
@@ -3444,7 +3444,7 @@ const mockRoleDefinitions = [
|
|
|
3444
3444
|
},
|
|
3445
3445
|
},
|
|
3446
3446
|
{
|
|
3447
|
-
id: uuid$
|
|
3447
|
+
id: uuid$m(),
|
|
3448
3448
|
name: 'tenant-administrator',
|
|
3449
3449
|
title: 'Tenant Administrator',
|
|
3450
3450
|
description: 'Tenant-level administrator with full CRUD access to users and roles',
|
|
@@ -7117,7 +7117,7 @@ function generateEmploymentType() {
|
|
|
7117
7117
|
}
|
|
7118
7118
|
const EMPLOYMENT_TYPES_MOCK = generateEmploymentType();
|
|
7119
7119
|
|
|
7120
|
-
const uuid$
|
|
7120
|
+
const uuid$l = AXPDataGenerator.uuid;
|
|
7121
7121
|
// Helper function to get employee by ID
|
|
7122
7122
|
function findEmployeeById(employeeId) {
|
|
7123
7123
|
return EMPLOYEES_MOCK.find((emp) => emp.id === employeeId);
|
|
@@ -7135,7 +7135,7 @@ function findPersonByPersonId(personId) {
|
|
|
7135
7135
|
}
|
|
7136
7136
|
const EMPLOYEES_MOCK = [
|
|
7137
7137
|
{
|
|
7138
|
-
id: uuid$
|
|
7138
|
+
id: uuid$l(),
|
|
7139
7139
|
userId: findUserByPersonId(personNaturalIds.sarahJohnson)?.id || '',
|
|
7140
7140
|
personId: personNaturalIds.sarahJohnson,
|
|
7141
7141
|
person: findPersonByPersonId(personNaturalIds.sarahJohnson),
|
|
@@ -7151,7 +7151,7 @@ const EMPLOYEES_MOCK = [
|
|
|
7151
7151
|
imageId: [],
|
|
7152
7152
|
},
|
|
7153
7153
|
{
|
|
7154
|
-
id: uuid$
|
|
7154
|
+
id: uuid$l(),
|
|
7155
7155
|
userId: findUserByPersonId(personNaturalIds.mikeChen)?.id || '',
|
|
7156
7156
|
personId: personNaturalIds.mikeChen,
|
|
7157
7157
|
person: findPersonByPersonId(personNaturalIds.mikeChen),
|
|
@@ -7167,7 +7167,7 @@ const EMPLOYEES_MOCK = [
|
|
|
7167
7167
|
imageId: [],
|
|
7168
7168
|
},
|
|
7169
7169
|
{
|
|
7170
|
-
id: uuid$
|
|
7170
|
+
id: uuid$l(),
|
|
7171
7171
|
userId: findUserByPersonId(personNaturalIds.emilyRodriguez)?.id || '',
|
|
7172
7172
|
personId: personNaturalIds.emilyRodriguez,
|
|
7173
7173
|
person: findPersonByPersonId(personNaturalIds.emilyRodriguez),
|
|
@@ -7183,7 +7183,7 @@ const EMPLOYEES_MOCK = [
|
|
|
7183
7183
|
imageId: [],
|
|
7184
7184
|
},
|
|
7185
7185
|
{
|
|
7186
|
-
id: uuid$
|
|
7186
|
+
id: uuid$l(),
|
|
7187
7187
|
userId: findUserByPersonId(personNaturalIds.davidThompson)?.id || '',
|
|
7188
7188
|
personId: personNaturalIds.davidThompson,
|
|
7189
7189
|
person: findPersonByPersonId(personNaturalIds.davidThompson),
|
|
@@ -7199,7 +7199,7 @@ const EMPLOYEES_MOCK = [
|
|
|
7199
7199
|
imageId: [],
|
|
7200
7200
|
},
|
|
7201
7201
|
{
|
|
7202
|
-
id: uuid$
|
|
7202
|
+
id: uuid$l(),
|
|
7203
7203
|
userId: findUserByPersonId(personNaturalIds.lisaWang)?.id || '',
|
|
7204
7204
|
personId: personNaturalIds.lisaWang,
|
|
7205
7205
|
person: findPersonByPersonId(personNaturalIds.lisaWang),
|
|
@@ -7215,7 +7215,7 @@ const EMPLOYEES_MOCK = [
|
|
|
7215
7215
|
imageId: [],
|
|
7216
7216
|
},
|
|
7217
7217
|
{
|
|
7218
|
-
id: uuid$
|
|
7218
|
+
id: uuid$l(),
|
|
7219
7219
|
userId: findUserByPersonId(personNaturalIds.johnSmith)?.id || '',
|
|
7220
7220
|
personId: personNaturalIds.johnSmith,
|
|
7221
7221
|
person: findPersonByPersonId(personNaturalIds.johnSmith),
|
|
@@ -7231,7 +7231,7 @@ const EMPLOYEES_MOCK = [
|
|
|
7231
7231
|
imageId: [],
|
|
7232
7232
|
},
|
|
7233
7233
|
{
|
|
7234
|
-
id: uuid$
|
|
7234
|
+
id: uuid$l(),
|
|
7235
7235
|
userId: findUserByPersonId(personNaturalIds.jenniferLopez)?.id || '',
|
|
7236
7236
|
personId: personNaturalIds.jenniferLopez,
|
|
7237
7237
|
person: findPersonByPersonId(personNaturalIds.jenniferLopez),
|
|
@@ -7247,7 +7247,7 @@ const EMPLOYEES_MOCK = [
|
|
|
7247
7247
|
imageId: [],
|
|
7248
7248
|
},
|
|
7249
7249
|
{
|
|
7250
|
-
id: uuid$
|
|
7250
|
+
id: uuid$l(),
|
|
7251
7251
|
userId: findUserByPersonId(personNaturalIds.robertWilson)?.id || '',
|
|
7252
7252
|
personId: personNaturalIds.robertWilson,
|
|
7253
7253
|
person: findPersonByPersonId(personNaturalIds.robertWilson),
|
|
@@ -7263,7 +7263,7 @@ const EMPLOYEES_MOCK = [
|
|
|
7263
7263
|
imageId: [],
|
|
7264
7264
|
},
|
|
7265
7265
|
{
|
|
7266
|
-
id: uuid$
|
|
7266
|
+
id: uuid$l(),
|
|
7267
7267
|
userId: findUserByPersonId(personNaturalIds.mariaGarcia)?.id || '',
|
|
7268
7268
|
personId: personNaturalIds.mariaGarcia,
|
|
7269
7269
|
person: findPersonByPersonId(personNaturalIds.mariaGarcia),
|
|
@@ -7279,7 +7279,7 @@ const EMPLOYEES_MOCK = [
|
|
|
7279
7279
|
imageId: [],
|
|
7280
7280
|
},
|
|
7281
7281
|
{
|
|
7282
|
-
id: uuid$
|
|
7282
|
+
id: uuid$l(),
|
|
7283
7283
|
userId: findUserByPersonId(personNaturalIds.carlosRodriguez)?.id || '',
|
|
7284
7284
|
personId: personNaturalIds.carlosRodriguez,
|
|
7285
7285
|
person: findPersonByPersonId(personNaturalIds.carlosRodriguez),
|
|
@@ -7295,7 +7295,7 @@ const EMPLOYEES_MOCK = [
|
|
|
7295
7295
|
imageId: [],
|
|
7296
7296
|
},
|
|
7297
7297
|
{
|
|
7298
|
-
id: uuid$
|
|
7298
|
+
id: uuid$l(),
|
|
7299
7299
|
userId: findUserByPersonId(personNaturalIds.alexandraKim)?.id || '',
|
|
7300
7300
|
personId: personNaturalIds.alexandraKim,
|
|
7301
7301
|
person: findPersonByPersonId(personNaturalIds.alexandraKim),
|
|
@@ -7311,7 +7311,7 @@ const EMPLOYEES_MOCK = [
|
|
|
7311
7311
|
imageId: [],
|
|
7312
7312
|
},
|
|
7313
7313
|
{
|
|
7314
|
-
id: uuid$
|
|
7314
|
+
id: uuid$l(),
|
|
7315
7315
|
userId: findUserByPersonId(personNaturalIds.marcusSchmidt)?.id || '',
|
|
7316
7316
|
personId: personNaturalIds.marcusSchmidt,
|
|
7317
7317
|
person: findPersonByPersonId(personNaturalIds.marcusSchmidt),
|
|
@@ -7327,7 +7327,7 @@ const EMPLOYEES_MOCK = [
|
|
|
7327
7327
|
imageId: [],
|
|
7328
7328
|
},
|
|
7329
7329
|
{
|
|
7330
|
-
id: uuid$
|
|
7330
|
+
id: uuid$l(),
|
|
7331
7331
|
userId: findUserByPersonId(personNaturalIds.fatimaAlZahra)?.id || '',
|
|
7332
7332
|
personId: personNaturalIds.fatimaAlZahra,
|
|
7333
7333
|
person: findPersonByPersonId(personNaturalIds.fatimaAlZahra),
|
|
@@ -7343,7 +7343,7 @@ const EMPLOYEES_MOCK = [
|
|
|
7343
7343
|
imageId: [],
|
|
7344
7344
|
},
|
|
7345
7345
|
{
|
|
7346
|
-
id: uuid$
|
|
7346
|
+
id: uuid$l(),
|
|
7347
7347
|
userId: findUserByPersonId(personNaturalIds.jamesOConnor)?.id || '',
|
|
7348
7348
|
personId: personNaturalIds.jamesOConnor,
|
|
7349
7349
|
person: findPersonByPersonId(personNaturalIds.jamesOConnor),
|
|
@@ -7359,7 +7359,7 @@ const EMPLOYEES_MOCK = [
|
|
|
7359
7359
|
imageId: [],
|
|
7360
7360
|
},
|
|
7361
7361
|
{
|
|
7362
|
-
id: uuid$
|
|
7362
|
+
id: uuid$l(),
|
|
7363
7363
|
userId: findUserByPersonId(personNaturalIds.yukiTanaka)?.id || '',
|
|
7364
7364
|
personId: personNaturalIds.yukiTanaka,
|
|
7365
7365
|
person: findPersonByPersonId(personNaturalIds.yukiTanaka),
|
|
@@ -7375,7 +7375,7 @@ const EMPLOYEES_MOCK = [
|
|
|
7375
7375
|
imageId: [],
|
|
7376
7376
|
},
|
|
7377
7377
|
{
|
|
7378
|
-
id: uuid$
|
|
7378
|
+
id: uuid$l(),
|
|
7379
7379
|
userId: findUserByPersonId(personNaturalIds.root)?.id || '',
|
|
7380
7380
|
personId: personNaturalIds.root,
|
|
7381
7381
|
person: findPersonByPersonId(personNaturalIds.root),
|
|
@@ -7391,7 +7391,7 @@ const EMPLOYEES_MOCK = [
|
|
|
7391
7391
|
imageId: [],
|
|
7392
7392
|
},
|
|
7393
7393
|
{
|
|
7394
|
-
id: uuid$
|
|
7394
|
+
id: uuid$l(),
|
|
7395
7395
|
userId: findUserByPersonId(personNaturalIds.admin)?.id || '',
|
|
7396
7396
|
personId: personNaturalIds.admin,
|
|
7397
7397
|
person: findPersonByPersonId(personNaturalIds.admin),
|
|
@@ -7482,7 +7482,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
7482
7482
|
type: Injectable
|
|
7483
7483
|
}] });
|
|
7484
7484
|
|
|
7485
|
-
const uuid$
|
|
7485
|
+
const uuid$k = AXPDataGenerator.uuid;
|
|
7486
7486
|
const LEAVE_REQUEST_STATUS_DEFINITIONS = [
|
|
7487
7487
|
AXPSystemStatuses.Pending,
|
|
7488
7488
|
AXPSystemStatuses.Approved,
|
|
@@ -7503,7 +7503,7 @@ function buildLeaveRequests() {
|
|
|
7503
7503
|
end.setDate(start.getDate() + duration);
|
|
7504
7504
|
const statusDefinition = LEAVE_REQUEST_STATUS_DEFINITIONS[Math.floor(Math.random() * LEAVE_REQUEST_STATUS_DEFINITIONS.length)];
|
|
7505
7505
|
results.push({
|
|
7506
|
-
id: uuid$
|
|
7506
|
+
id: uuid$k(),
|
|
7507
7507
|
employeeId: employee.id,
|
|
7508
7508
|
employee,
|
|
7509
7509
|
leaveTypeId: leaveType.id,
|
|
@@ -7744,14 +7744,14 @@ function generatePositions() {
|
|
|
7744
7744
|
}
|
|
7745
7745
|
const POSITIONS_MOCK = generatePositions();
|
|
7746
7746
|
|
|
7747
|
-
const uuid$
|
|
7747
|
+
const uuid$j = AXPDataGenerator.uuid;
|
|
7748
7748
|
const BUSINESS_UNIT_TYPES_MOCK = [
|
|
7749
|
-
{ id: uuid$
|
|
7750
|
-
{ id: uuid$
|
|
7751
|
-
{ id: uuid$
|
|
7749
|
+
{ id: uuid$j(), title: 'Division', name: 'division', isLocationBased: true },
|
|
7750
|
+
{ id: uuid$j(), title: 'Department', name: 'department', isLocationBased: false },
|
|
7751
|
+
{ id: uuid$j(), title: 'Branch', name: 'branch', isLocationBased: true },
|
|
7752
7752
|
];
|
|
7753
7753
|
|
|
7754
|
-
const uuid$
|
|
7754
|
+
const uuid$i = AXPDataGenerator.uuid;
|
|
7755
7755
|
const TYPE = {
|
|
7756
7756
|
division: BUSINESS_UNIT_TYPES_MOCK.find(t => t.name === 'division'),
|
|
7757
7757
|
department: BUSINESS_UNIT_TYPES_MOCK.find(t => t.name === 'department'),
|
|
@@ -7784,7 +7784,7 @@ const BUSINESS_UNITS_MOCK = (() => {
|
|
|
7784
7784
|
}
|
|
7785
7785
|
// Divisions (top-level)
|
|
7786
7786
|
const divisionOps = {
|
|
7787
|
-
id: uuid$
|
|
7787
|
+
id: uuid$i(),
|
|
7788
7788
|
title: 'Operations Division',
|
|
7789
7789
|
description: 'Core operations across plants',
|
|
7790
7790
|
typeId: TYPE.division.id,
|
|
@@ -7800,7 +7800,7 @@ const BUSINESS_UNITS_MOCK = (() => {
|
|
|
7800
7800
|
...positionsByTitles(['Maintenance Engineer', 'Maintenance Technician', 'Quality Engineer', 'Quality Inspector', 'Production Supervisor', 'HSE Manager'])
|
|
7801
7801
|
};
|
|
7802
7802
|
const divisionSales = {
|
|
7803
|
-
id: uuid$
|
|
7803
|
+
id: uuid$i(),
|
|
7804
7804
|
title: 'Sales Division',
|
|
7805
7805
|
description: 'Global sales organization',
|
|
7806
7806
|
typeId: TYPE.division.id,
|
|
@@ -7816,7 +7816,7 @@ const BUSINESS_UNITS_MOCK = (() => {
|
|
|
7816
7816
|
...positionsByTitles(['Sales Associate', 'Account Executive', 'Sales Manager', 'VP of Sales'])
|
|
7817
7817
|
};
|
|
7818
7818
|
const divisionEngineering = {
|
|
7819
|
-
id: uuid$
|
|
7819
|
+
id: uuid$i(),
|
|
7820
7820
|
title: 'Engineering Division',
|
|
7821
7821
|
description: 'Product and platform engineering',
|
|
7822
7822
|
typeId: TYPE.division.id,
|
|
@@ -7834,7 +7834,7 @@ const BUSINESS_UNITS_MOCK = (() => {
|
|
|
7834
7834
|
items.push(divisionOps, divisionSales, divisionEngineering);
|
|
7835
7835
|
// Departments under Operations
|
|
7836
7836
|
const depHSE = {
|
|
7837
|
-
id: uuid$
|
|
7837
|
+
id: uuid$i(),
|
|
7838
7838
|
title: 'Health, Safety & Environment',
|
|
7839
7839
|
description: 'WHS/OHS',
|
|
7840
7840
|
typeId: TYPE.department.id,
|
|
@@ -7844,7 +7844,7 @@ const BUSINESS_UNITS_MOCK = (() => {
|
|
|
7844
7844
|
...positionsByTitles(['HSE Officer', 'Safety Officer', 'Environmental Specialist', 'HSE Manager'])
|
|
7845
7845
|
};
|
|
7846
7846
|
const depQuality = {
|
|
7847
|
-
id: uuid$
|
|
7847
|
+
id: uuid$i(),
|
|
7848
7848
|
title: 'Quality Assurance',
|
|
7849
7849
|
description: 'QA and compliance',
|
|
7850
7850
|
typeId: TYPE.department.id,
|
|
@@ -7854,7 +7854,7 @@ const BUSINESS_UNITS_MOCK = (() => {
|
|
|
7854
7854
|
...positionsByTitles(['QA Analyst', 'QA Engineer', 'Senior QA Engineer', 'QA Manager', 'Quality Inspector', 'Quality Engineer'])
|
|
7855
7855
|
};
|
|
7856
7856
|
const depMaintenance = {
|
|
7857
|
-
id: uuid$
|
|
7857
|
+
id: uuid$i(),
|
|
7858
7858
|
title: 'Maintenance',
|
|
7859
7859
|
description: 'Asset reliability and maintenance',
|
|
7860
7860
|
typeId: TYPE.department.id,
|
|
@@ -7866,7 +7866,7 @@ const BUSINESS_UNITS_MOCK = (() => {
|
|
|
7866
7866
|
items.push(depHSE, depQuality, depMaintenance);
|
|
7867
7867
|
// Departments under Engineering
|
|
7868
7868
|
const depPlatform = {
|
|
7869
|
-
id: uuid$
|
|
7869
|
+
id: uuid$i(),
|
|
7870
7870
|
title: 'Platform Engineering',
|
|
7871
7871
|
description: 'Core platform teams',
|
|
7872
7872
|
typeId: TYPE.department.id,
|
|
@@ -7876,7 +7876,7 @@ const BUSINESS_UNITS_MOCK = (() => {
|
|
|
7876
7876
|
...positionsByTitles(['DevOps Engineer', 'Senior DevOps Engineer', 'Engineering Team Lead', 'Director of DevOps'])
|
|
7877
7877
|
};
|
|
7878
7878
|
const depProduct = {
|
|
7879
|
-
id: uuid$
|
|
7879
|
+
id: uuid$i(),
|
|
7880
7880
|
title: 'Product Engineering',
|
|
7881
7881
|
description: 'Product squads',
|
|
7882
7882
|
typeId: TYPE.department.id,
|
|
@@ -7888,7 +7888,7 @@ const BUSINESS_UNITS_MOCK = (() => {
|
|
|
7888
7888
|
items.push(depPlatform, depProduct);
|
|
7889
7889
|
// Branches (location-based) under cities
|
|
7890
7890
|
const branchLA = {
|
|
7891
|
-
id: uuid$
|
|
7891
|
+
id: uuid$i(),
|
|
7892
7892
|
title: 'Los Angeles Branch',
|
|
7893
7893
|
description: 'US West Region',
|
|
7894
7894
|
typeId: TYPE.branch.id,
|
|
@@ -7904,7 +7904,7 @@ const BUSINESS_UNITS_MOCK = (() => {
|
|
|
7904
7904
|
...positionsByTitles(['Sales Associate', 'Account Executive'])
|
|
7905
7905
|
};
|
|
7906
7906
|
const branchSF = {
|
|
7907
|
-
id: uuid$
|
|
7907
|
+
id: uuid$i(),
|
|
7908
7908
|
title: 'San Francisco Branch',
|
|
7909
7909
|
description: 'Bay Area',
|
|
7910
7910
|
typeId: TYPE.branch.id,
|
|
@@ -7920,7 +7920,7 @@ const BUSINESS_UNITS_MOCK = (() => {
|
|
|
7920
7920
|
...positionsByTitles(['Sales Associate', 'Account Executive'])
|
|
7921
7921
|
};
|
|
7922
7922
|
const branchSydney = {
|
|
7923
|
-
id: uuid$
|
|
7923
|
+
id: uuid$i(),
|
|
7924
7924
|
title: 'Sydney Branch',
|
|
7925
7925
|
description: 'ANZ Region',
|
|
7926
7926
|
typeId: TYPE.branch.id,
|
|
@@ -7939,7 +7939,7 @@ const BUSINESS_UNITS_MOCK = (() => {
|
|
|
7939
7939
|
return items;
|
|
7940
7940
|
})();
|
|
7941
7941
|
|
|
7942
|
-
const uuid$
|
|
7942
|
+
const uuid$h = AXPDataGenerator.uuid;
|
|
7943
7943
|
function pick(arr) { return arr[Math.floor(Math.random() * arr.length)]; }
|
|
7944
7944
|
const POSITION_ASSIGNMENTS_MOCK = (() => {
|
|
7945
7945
|
const rows = [];
|
|
@@ -7961,7 +7961,7 @@ const POSITION_ASSIGNMENTS_MOCK = (() => {
|
|
|
7961
7961
|
: managerPositions.length ? managerPositions : POSITIONS_MOCK);
|
|
7962
7962
|
const position = pick(candidatePositions);
|
|
7963
7963
|
rows.push({
|
|
7964
|
-
id: uuid$
|
|
7964
|
+
id: uuid$h(),
|
|
7965
7965
|
employeeId: candidate.id,
|
|
7966
7966
|
employee: candidate,
|
|
7967
7967
|
positionId: position.id,
|
|
@@ -8019,7 +8019,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
8019
8019
|
//#region ---- Module Export ----
|
|
8020
8020
|
//#endregion
|
|
8021
8021
|
|
|
8022
|
-
const uuid$
|
|
8022
|
+
const uuid$g = AXPDataGenerator.uuid;
|
|
8023
8023
|
const getCategoryById = (id) => assetCategoryMock.find((category) => category.id === id);
|
|
8024
8024
|
const getEmployeeByPersonId = (personId) => EMPLOYEES_MOCK.find((employee) => employee.personId === personId);
|
|
8025
8025
|
const getLocationById = (id) => locationMock.find((location) => location.id === id);
|
|
@@ -8099,7 +8099,7 @@ const assetMock = assetEntries.map((entry) => {
|
|
|
8099
8099
|
const employee = getEmployeeByPersonId(entry.ownerPersonId);
|
|
8100
8100
|
const location = getLocationByCode(entry.locationCode);
|
|
8101
8101
|
return {
|
|
8102
|
-
id: uuid$
|
|
8102
|
+
id: uuid$g(),
|
|
8103
8103
|
code: entry.code,
|
|
8104
8104
|
title: entry.title,
|
|
8105
8105
|
categoryIds: entry.categoryId ? [entry.categoryId] : undefined,
|
|
@@ -9517,6 +9517,188 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
9517
9517
|
type: Injectable
|
|
9518
9518
|
}] });
|
|
9519
9519
|
|
|
9520
|
+
const partyTypeMocks = [
|
|
9521
|
+
{
|
|
9522
|
+
id: AXPDataGenerator.uuid(),
|
|
9523
|
+
code: 'MANUF',
|
|
9524
|
+
title: 'Manufacturer',
|
|
9525
|
+
description: 'Direct manufacturer',
|
|
9526
|
+
isDisabled: false,
|
|
9527
|
+
},
|
|
9528
|
+
{
|
|
9529
|
+
id: AXPDataGenerator.uuid(),
|
|
9530
|
+
code: 'DIST',
|
|
9531
|
+
title: 'Distributor',
|
|
9532
|
+
description: 'Product distributor',
|
|
9533
|
+
isDisabled: false,
|
|
9534
|
+
},
|
|
9535
|
+
{
|
|
9536
|
+
id: AXPDataGenerator.uuid(),
|
|
9537
|
+
code: 'WHOL',
|
|
9538
|
+
title: 'Wholesaler',
|
|
9539
|
+
description: 'Bulk supplier',
|
|
9540
|
+
isDisabled: false,
|
|
9541
|
+
},
|
|
9542
|
+
{
|
|
9543
|
+
id: AXPDataGenerator.uuid(),
|
|
9544
|
+
code: 'RETL',
|
|
9545
|
+
title: 'Retailer',
|
|
9546
|
+
description: 'Retail supplier',
|
|
9547
|
+
isDisabled: false,
|
|
9548
|
+
},
|
|
9549
|
+
{
|
|
9550
|
+
id: AXPDataGenerator.uuid(),
|
|
9551
|
+
code: 'SVC',
|
|
9552
|
+
title: 'Service Provider',
|
|
9553
|
+
description: 'Service-based supplier',
|
|
9554
|
+
isDisabled: false,
|
|
9555
|
+
},
|
|
9556
|
+
{
|
|
9557
|
+
id: AXPDataGenerator.uuid(),
|
|
9558
|
+
code: 'CUST',
|
|
9559
|
+
title: 'Customer',
|
|
9560
|
+
description: 'End customer or buyer',
|
|
9561
|
+
isDisabled: false,
|
|
9562
|
+
},
|
|
9563
|
+
{
|
|
9564
|
+
id: AXPDataGenerator.uuid(),
|
|
9565
|
+
code: 'PROS',
|
|
9566
|
+
title: 'Prospect',
|
|
9567
|
+
description: 'Potential customer',
|
|
9568
|
+
isDisabled: false,
|
|
9569
|
+
},
|
|
9570
|
+
{
|
|
9571
|
+
id: AXPDataGenerator.uuid(),
|
|
9572
|
+
code: 'CLNT',
|
|
9573
|
+
title: 'Client',
|
|
9574
|
+
description: 'Standard customer',
|
|
9575
|
+
isDisabled: false,
|
|
9576
|
+
},
|
|
9577
|
+
{
|
|
9578
|
+
id: AXPDataGenerator.uuid(),
|
|
9579
|
+
code: 'ENT',
|
|
9580
|
+
title: 'Enterprise',
|
|
9581
|
+
description: 'Large organization customer',
|
|
9582
|
+
isDisabled: false,
|
|
9583
|
+
},
|
|
9584
|
+
{
|
|
9585
|
+
id: AXPDataGenerator.uuid(),
|
|
9586
|
+
code: 'RSLR',
|
|
9587
|
+
title: 'Reseller',
|
|
9588
|
+
description: 'Partner reseller',
|
|
9589
|
+
isDisabled: false,
|
|
9590
|
+
},
|
|
9591
|
+
];
|
|
9592
|
+
const partyTypeIds = {
|
|
9593
|
+
manufacturer: partyTypeMocks[0].id,
|
|
9594
|
+
distributor: partyTypeMocks[1].id,
|
|
9595
|
+
wholesaler: partyTypeMocks[2].id,
|
|
9596
|
+
retailer: partyTypeMocks[3].id,
|
|
9597
|
+
serviceProvider: partyTypeMocks[4].id,
|
|
9598
|
+
customer: partyTypeMocks[5].id,
|
|
9599
|
+
prospect: partyTypeMocks[6].id,
|
|
9600
|
+
client: partyTypeMocks[7].id,
|
|
9601
|
+
enterprise: partyTypeMocks[8].id,
|
|
9602
|
+
reseller: partyTypeMocks[9].id,
|
|
9603
|
+
};
|
|
9604
|
+
|
|
9605
|
+
class AXCPartyTypeSeeder {
|
|
9606
|
+
constructor() {
|
|
9607
|
+
this.storageService = inject(AXPEntityStorageService);
|
|
9608
|
+
}
|
|
9609
|
+
async seed() {
|
|
9610
|
+
await this.storageService.initial(`${RootConfig$6.module.name}.${RootConfig$6.entities.partyType.name}`, partyTypeMocks);
|
|
9611
|
+
}
|
|
9612
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCPartyTypeSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9613
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCPartyTypeSeeder }); }
|
|
9614
|
+
}
|
|
9615
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCPartyTypeSeeder, decorators: [{
|
|
9616
|
+
type: Injectable
|
|
9617
|
+
}] });
|
|
9618
|
+
|
|
9619
|
+
const partySegmentMocks = [
|
|
9620
|
+
{
|
|
9621
|
+
id: AXPDataGenerator.uuid(),
|
|
9622
|
+
title: 'Strategic',
|
|
9623
|
+
description: 'Strategic partners',
|
|
9624
|
+
color: '#3a3a89',
|
|
9625
|
+
isArchived: false,
|
|
9626
|
+
},
|
|
9627
|
+
{
|
|
9628
|
+
id: AXPDataGenerator.uuid(),
|
|
9629
|
+
title: 'Preferred',
|
|
9630
|
+
description: 'Preferred partners',
|
|
9631
|
+
color: '#2bc4b0',
|
|
9632
|
+
isArchived: false,
|
|
9633
|
+
},
|
|
9634
|
+
{
|
|
9635
|
+
id: AXPDataGenerator.uuid(),
|
|
9636
|
+
title: 'Standard',
|
|
9637
|
+
description: 'Standard partners',
|
|
9638
|
+
color: '#8e1c65',
|
|
9639
|
+
isArchived: false,
|
|
9640
|
+
},
|
|
9641
|
+
{
|
|
9642
|
+
id: AXPDataGenerator.uuid(),
|
|
9643
|
+
title: 'New',
|
|
9644
|
+
description: 'New partners',
|
|
9645
|
+
color: '#f39c12',
|
|
9646
|
+
isArchived: false,
|
|
9647
|
+
},
|
|
9648
|
+
{
|
|
9649
|
+
id: AXPDataGenerator.uuid(),
|
|
9650
|
+
title: 'High-Risk',
|
|
9651
|
+
description: 'High-risk partners',
|
|
9652
|
+
color: '#e74c3c',
|
|
9653
|
+
isArchived: false,
|
|
9654
|
+
},
|
|
9655
|
+
{
|
|
9656
|
+
id: AXPDataGenerator.uuid(),
|
|
9657
|
+
title: 'B2B',
|
|
9658
|
+
description: 'Business to Business',
|
|
9659
|
+
color: '#3a3a89',
|
|
9660
|
+
isArchived: false,
|
|
9661
|
+
},
|
|
9662
|
+
{
|
|
9663
|
+
id: AXPDataGenerator.uuid(),
|
|
9664
|
+
title: 'B2C',
|
|
9665
|
+
description: 'Business to Consumer',
|
|
9666
|
+
color: '#2bc4b0',
|
|
9667
|
+
isArchived: false,
|
|
9668
|
+
},
|
|
9669
|
+
{
|
|
9670
|
+
id: AXPDataGenerator.uuid(),
|
|
9671
|
+
title: 'SMB',
|
|
9672
|
+
description: 'Small and Medium Business',
|
|
9673
|
+
color: '#8e1c65',
|
|
9674
|
+
isArchived: false,
|
|
9675
|
+
},
|
|
9676
|
+
];
|
|
9677
|
+
const partySegmentIds = {
|
|
9678
|
+
strategic: partySegmentMocks[0].id,
|
|
9679
|
+
preferred: partySegmentMocks[1].id,
|
|
9680
|
+
standard: partySegmentMocks[2].id,
|
|
9681
|
+
new: partySegmentMocks[3].id,
|
|
9682
|
+
highRisk: partySegmentMocks[4].id,
|
|
9683
|
+
b2b: partySegmentMocks[5].id,
|
|
9684
|
+
b2c: partySegmentMocks[6].id,
|
|
9685
|
+
smb: partySegmentMocks[7].id,
|
|
9686
|
+
};
|
|
9687
|
+
|
|
9688
|
+
class AXCPartySegmentSeeder {
|
|
9689
|
+
constructor() {
|
|
9690
|
+
this.storageService = inject(AXPEntityStorageService);
|
|
9691
|
+
}
|
|
9692
|
+
async seed() {
|
|
9693
|
+
await this.storageService.initial(`${RootConfig$6.module.name}.${RootConfig$6.entities.partySegment.name}`, partySegmentMocks);
|
|
9694
|
+
}
|
|
9695
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCPartySegmentSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9696
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCPartySegmentSeeder }); }
|
|
9697
|
+
}
|
|
9698
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCPartySegmentSeeder, decorators: [{
|
|
9699
|
+
type: Injectable
|
|
9700
|
+
}] });
|
|
9701
|
+
|
|
9520
9702
|
class AXCBusinessCoreMockModule {
|
|
9521
9703
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCBusinessCoreMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9522
9704
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.16", ngImport: i0, type: AXCBusinessCoreMockModule }); }
|
|
@@ -9546,6 +9728,16 @@ class AXCBusinessCoreMockModule {
|
|
|
9546
9728
|
useClass: AXCBusinessStatusSeeder,
|
|
9547
9729
|
multi: true,
|
|
9548
9730
|
},
|
|
9731
|
+
{
|
|
9732
|
+
provide: AXP_DATA_SEEDER_TOKEN,
|
|
9733
|
+
useClass: AXCPartyTypeSeeder,
|
|
9734
|
+
multi: true,
|
|
9735
|
+
},
|
|
9736
|
+
{
|
|
9737
|
+
provide: AXP_DATA_SEEDER_TOKEN,
|
|
9738
|
+
useClass: AXCPartySegmentSeeder,
|
|
9739
|
+
multi: true,
|
|
9740
|
+
},
|
|
9549
9741
|
] }); }
|
|
9550
9742
|
}
|
|
9551
9743
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCBusinessCoreMockModule, decorators: [{
|
|
@@ -9577,6 +9769,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
9577
9769
|
useClass: AXCBusinessStatusSeeder,
|
|
9578
9770
|
multi: true,
|
|
9579
9771
|
},
|
|
9772
|
+
{
|
|
9773
|
+
provide: AXP_DATA_SEEDER_TOKEN,
|
|
9774
|
+
useClass: AXCPartyTypeSeeder,
|
|
9775
|
+
multi: true,
|
|
9776
|
+
},
|
|
9777
|
+
{
|
|
9778
|
+
provide: AXP_DATA_SEEDER_TOKEN,
|
|
9779
|
+
useClass: AXCPartySegmentSeeder,
|
|
9780
|
+
multi: true,
|
|
9781
|
+
},
|
|
9580
9782
|
],
|
|
9581
9783
|
}]
|
|
9582
9784
|
}] });
|
|
@@ -13192,13 +13394,13 @@ function toSummary(c) {
|
|
|
13192
13394
|
}
|
|
13193
13395
|
//#endregion
|
|
13194
13396
|
|
|
13195
|
-
const uuid$
|
|
13397
|
+
const uuid$f = AXPDataGenerator.uuid;
|
|
13196
13398
|
const emergencyServiceCategoryIds = {
|
|
13197
|
-
emergency: uuid$
|
|
13198
|
-
health: uuid$
|
|
13199
|
-
safety: uuid$
|
|
13200
|
-
utilities: uuid$
|
|
13201
|
-
hotlines: uuid$
|
|
13399
|
+
emergency: uuid$f(),
|
|
13400
|
+
health: uuid$f(),
|
|
13401
|
+
safety: uuid$f(),
|
|
13402
|
+
utilities: uuid$f(),
|
|
13403
|
+
hotlines: uuid$f(),
|
|
13202
13404
|
};
|
|
13203
13405
|
const emergencyServiceCategoryMocks = [
|
|
13204
13406
|
{
|
|
@@ -14210,50 +14412,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
14210
14412
|
}]
|
|
14211
14413
|
}] });
|
|
14212
14414
|
|
|
14213
|
-
const uuid$
|
|
14214
|
-
const CUSTOMER_TYPES_MOCK = [
|
|
14215
|
-
{ id: uuid$i(), title: 'Prospect', description: 'Potential customer', isActive: true, order: 1 },
|
|
14216
|
-
{ id: uuid$i(), title: 'Client', description: 'Standard customer', isActive: true, order: 2 },
|
|
14217
|
-
{ id: uuid$i(), title: 'Enterprise', description: 'Large organization customer', isActive: true, order: 3 },
|
|
14218
|
-
{ id: uuid$i(), title: 'Reseller', description: 'Partner reseller', isActive: true, order: 4 },
|
|
14219
|
-
];
|
|
14220
|
-
|
|
14221
|
-
class AXCCustomerTypeDataSeeder {
|
|
14222
|
-
constructor() {
|
|
14223
|
-
this.storageService = inject(AXPEntityStorageService);
|
|
14224
|
-
}
|
|
14225
|
-
async seed() {
|
|
14226
|
-
await this.storageService.initial(RootConfig$b.entities.customerType.source, CUSTOMER_TYPES_MOCK);
|
|
14227
|
-
}
|
|
14228
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCCustomerTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14229
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCCustomerTypeDataSeeder }); }
|
|
14230
|
-
}
|
|
14231
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCCustomerTypeDataSeeder, decorators: [{
|
|
14232
|
-
type: Injectable
|
|
14233
|
-
}] });
|
|
14234
|
-
|
|
14235
|
-
const uuid$h = AXPDataGenerator.uuid;
|
|
14236
|
-
const CUSTOMER_SEGMENTS_MOCK = [
|
|
14237
|
-
{ id: uuid$h(), title: 'B2B', description: 'Business to Business', color: '#3a3a89', isActive: true, order: 1 },
|
|
14238
|
-
{ id: uuid$h(), title: 'B2C', description: 'Business to Consumer', color: '#2bc4b0', isActive: true, order: 2 },
|
|
14239
|
-
{ id: uuid$h(), title: 'SMB', description: 'Small and Medium Business', color: '#8e1c65', isActive: true, order: 3 }
|
|
14240
|
-
];
|
|
14241
|
-
|
|
14242
|
-
class AXCCustomerSegmentDataSeeder {
|
|
14243
|
-
constructor() {
|
|
14244
|
-
this.storageService = inject(AXPEntityStorageService);
|
|
14245
|
-
}
|
|
14246
|
-
async seed() {
|
|
14247
|
-
await this.storageService.initial(RootConfig$b.entities.customerSegment.source, CUSTOMER_SEGMENTS_MOCK);
|
|
14248
|
-
}
|
|
14249
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCCustomerSegmentDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14250
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCCustomerSegmentDataSeeder }); }
|
|
14251
|
-
}
|
|
14252
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCCustomerSegmentDataSeeder, decorators: [{
|
|
14253
|
-
type: Injectable
|
|
14254
|
-
}] });
|
|
14255
|
-
|
|
14256
|
-
const uuid$g = AXPDataGenerator.uuid;
|
|
14415
|
+
const uuid$e = AXPDataGenerator.uuid;
|
|
14257
14416
|
function findOrganizationPersonMinimal$1(id) {
|
|
14258
14417
|
const org = personMock.find((p) => p.id === id && p.typeId === 'legal');
|
|
14259
14418
|
if (!org)
|
|
@@ -14262,14 +14421,14 @@ function findOrganizationPersonMinimal$1(id) {
|
|
|
14262
14421
|
}
|
|
14263
14422
|
const CUSTOMERS_MOCK = [
|
|
14264
14423
|
{
|
|
14265
|
-
id: uuid$
|
|
14424
|
+
id: uuid$e(),
|
|
14266
14425
|
customerCode: 'CUST-1001',
|
|
14267
14426
|
personId: personLegalIds.techSolutionsInc,
|
|
14268
14427
|
person: findOrganizationPersonMinimal$1(personLegalIds.techSolutionsInc),
|
|
14269
|
-
customerTypeId:
|
|
14270
|
-
|
|
14271
|
-
segmentId:
|
|
14272
|
-
|
|
14428
|
+
customerTypeId: partyTypeIds.client,
|
|
14429
|
+
partyType: partyTypeMocks[7],
|
|
14430
|
+
segmentId: partySegmentIds.b2b,
|
|
14431
|
+
partySegment: partySegmentMocks[5],
|
|
14273
14432
|
status: 'active',
|
|
14274
14433
|
since: new Date('2022-01-10'),
|
|
14275
14434
|
isVip: true,
|
|
@@ -14277,14 +14436,14 @@ const CUSTOMERS_MOCK = [
|
|
|
14277
14436
|
notes: 'Key enterprise client.'
|
|
14278
14437
|
},
|
|
14279
14438
|
{
|
|
14280
|
-
id: uuid$
|
|
14439
|
+
id: uuid$e(),
|
|
14281
14440
|
customerCode: 'CUST-1002',
|
|
14282
14441
|
personId: personLegalIds.europeanManufacturingConsortium,
|
|
14283
14442
|
person: findOrganizationPersonMinimal$1(personLegalIds.europeanManufacturingConsortium),
|
|
14284
|
-
customerTypeId:
|
|
14285
|
-
|
|
14286
|
-
segmentId:
|
|
14287
|
-
|
|
14443
|
+
customerTypeId: partyTypeIds.enterprise,
|
|
14444
|
+
partyType: partyTypeMocks[8],
|
|
14445
|
+
segmentId: partySegmentIds.smb,
|
|
14446
|
+
partySegment: partySegmentMocks[7],
|
|
14288
14447
|
status: 'active',
|
|
14289
14448
|
since: new Date('2023-05-20'),
|
|
14290
14449
|
isVip: false,
|
|
@@ -14292,14 +14451,14 @@ const CUSTOMERS_MOCK = [
|
|
|
14292
14451
|
notes: 'Growing SMB account.'
|
|
14293
14452
|
},
|
|
14294
14453
|
{
|
|
14295
|
-
id: uuid$
|
|
14454
|
+
id: uuid$e(),
|
|
14296
14455
|
customerCode: 'CUST-1003',
|
|
14297
14456
|
personId: personLegalIds.innovativeSoftwareSolutions,
|
|
14298
14457
|
person: findOrganizationPersonMinimal$1(personLegalIds.innovativeSoftwareSolutions),
|
|
14299
|
-
customerTypeId:
|
|
14300
|
-
|
|
14301
|
-
segmentId:
|
|
14302
|
-
|
|
14458
|
+
customerTypeId: partyTypeIds.client,
|
|
14459
|
+
partyType: partyTypeMocks[7],
|
|
14460
|
+
segmentId: partySegmentIds.b2b,
|
|
14461
|
+
partySegment: partySegmentMocks[5],
|
|
14303
14462
|
status: 'active',
|
|
14304
14463
|
since: new Date('2023-03-15'),
|
|
14305
14464
|
isVip: true,
|
|
@@ -14307,14 +14466,14 @@ const CUSTOMERS_MOCK = [
|
|
|
14307
14466
|
notes: 'Strategic technology partner with high growth potential.'
|
|
14308
14467
|
},
|
|
14309
14468
|
{
|
|
14310
|
-
id: uuid$
|
|
14469
|
+
id: uuid$e(),
|
|
14311
14470
|
customerCode: 'CUST-1004',
|
|
14312
14471
|
personId: personLegalIds.globalLogisticsPartners,
|
|
14313
14472
|
person: findOrganizationPersonMinimal$1(personLegalIds.globalLogisticsPartners),
|
|
14314
|
-
customerTypeId:
|
|
14315
|
-
|
|
14316
|
-
segmentId:
|
|
14317
|
-
|
|
14473
|
+
customerTypeId: partyTypeIds.enterprise,
|
|
14474
|
+
partyType: partyTypeMocks[8],
|
|
14475
|
+
segmentId: partySegmentIds.b2b,
|
|
14476
|
+
partySegment: partySegmentMocks[5],
|
|
14318
14477
|
status: 'active',
|
|
14319
14478
|
since: new Date('2023-05-10'),
|
|
14320
14479
|
isVip: false,
|
|
@@ -14322,14 +14481,14 @@ const CUSTOMERS_MOCK = [
|
|
|
14322
14481
|
notes: 'International logistics company with expanding operations.'
|
|
14323
14482
|
},
|
|
14324
14483
|
{
|
|
14325
|
-
id: uuid$
|
|
14484
|
+
id: uuid$e(),
|
|
14326
14485
|
customerCode: 'CUST-1005',
|
|
14327
14486
|
personId: personLegalIds.sustainableEnergyCorpLtd,
|
|
14328
14487
|
person: findOrganizationPersonMinimal$1(personLegalIds.sustainableEnergyCorpLtd),
|
|
14329
|
-
customerTypeId:
|
|
14330
|
-
|
|
14331
|
-
segmentId:
|
|
14332
|
-
|
|
14488
|
+
customerTypeId: partyTypeIds.client,
|
|
14489
|
+
partyType: partyTypeMocks[7],
|
|
14490
|
+
segmentId: partySegmentIds.b2b,
|
|
14491
|
+
partySegment: partySegmentMocks[5],
|
|
14333
14492
|
status: 'active',
|
|
14334
14493
|
since: new Date('2023-08-25'),
|
|
14335
14494
|
isVip: true,
|
|
@@ -14337,14 +14496,14 @@ const CUSTOMERS_MOCK = [
|
|
|
14337
14496
|
notes: 'Green energy leader with significant investment in sustainable solutions.'
|
|
14338
14497
|
},
|
|
14339
14498
|
{
|
|
14340
|
-
id: uuid$
|
|
14499
|
+
id: uuid$e(),
|
|
14341
14500
|
customerCode: 'CUST-1006',
|
|
14342
14501
|
personId: personLegalIds.digitalMarketingAgencyGroup,
|
|
14343
14502
|
person: findOrganizationPersonMinimal$1(personLegalIds.digitalMarketingAgencyGroup),
|
|
14344
|
-
customerTypeId:
|
|
14345
|
-
|
|
14346
|
-
segmentId:
|
|
14347
|
-
|
|
14503
|
+
customerTypeId: partyTypeIds.prospect,
|
|
14504
|
+
partyType: partyTypeMocks[6],
|
|
14505
|
+
segmentId: partySegmentIds.smb,
|
|
14506
|
+
partySegment: partySegmentMocks[7],
|
|
14348
14507
|
status: 'active',
|
|
14349
14508
|
since: new Date('2023-11-12'),
|
|
14350
14509
|
isVip: false,
|
|
@@ -14352,14 +14511,14 @@ const CUSTOMERS_MOCK = [
|
|
|
14352
14511
|
notes: 'Creative digital agency serving multiple SMB clients.'
|
|
14353
14512
|
},
|
|
14354
14513
|
{
|
|
14355
|
-
id: uuid$
|
|
14514
|
+
id: uuid$e(),
|
|
14356
14515
|
customerCode: 'CUST-1007',
|
|
14357
14516
|
personId: personLegalIds.premiumConsultingServices,
|
|
14358
14517
|
person: findOrganizationPersonMinimal$1(personLegalIds.premiumConsultingServices),
|
|
14359
|
-
customerTypeId:
|
|
14360
|
-
|
|
14361
|
-
segmentId:
|
|
14362
|
-
|
|
14518
|
+
customerTypeId: partyTypeIds.enterprise,
|
|
14519
|
+
partyType: partyTypeMocks[8],
|
|
14520
|
+
segmentId: partySegmentIds.b2b,
|
|
14521
|
+
partySegment: partySegmentMocks[5],
|
|
14363
14522
|
status: 'active',
|
|
14364
14523
|
since: new Date('2023-09-05'),
|
|
14365
14524
|
isVip: true,
|
|
@@ -14382,14 +14541,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
14382
14541
|
type: Injectable
|
|
14383
14542
|
}] });
|
|
14384
14543
|
|
|
14385
|
-
const uuid$
|
|
14544
|
+
const uuid$d = AXPDataGenerator.uuid;
|
|
14386
14545
|
const OPPORTUNITY_STAGES_MOCK = [
|
|
14387
|
-
{ id: uuid$
|
|
14388
|
-
{ id: uuid$
|
|
14389
|
-
{ id: uuid$
|
|
14390
|
-
{ id: uuid$
|
|
14391
|
-
{ id: uuid$
|
|
14392
|
-
{ id: uuid$
|
|
14546
|
+
{ id: uuid$d(), title: 'Qualification', probability: 10, order: 1 },
|
|
14547
|
+
{ id: uuid$d(), title: 'Discovery', probability: 25, order: 2 },
|
|
14548
|
+
{ id: uuid$d(), title: 'Proposal', probability: 50, order: 3 },
|
|
14549
|
+
{ id: uuid$d(), title: 'Negotiation', probability: 75, order: 4 },
|
|
14550
|
+
{ id: uuid$d(), title: 'Closed Won', probability: 100, order: 5 },
|
|
14551
|
+
{ id: uuid$d(), title: 'Closed Lost', probability: 0, order: 6 },
|
|
14393
14552
|
];
|
|
14394
14553
|
|
|
14395
14554
|
class AXCCrmOpportunityStageDataSeeder {
|
|
@@ -14406,9 +14565,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
14406
14565
|
type: Injectable
|
|
14407
14566
|
}] });
|
|
14408
14567
|
|
|
14409
|
-
const uuid$
|
|
14568
|
+
const uuid$c = AXPDataGenerator.uuid;
|
|
14410
14569
|
const SALES_PIPELINES_MOCK = [
|
|
14411
|
-
{ id: uuid$
|
|
14570
|
+
{ id: uuid$c(), title: 'Default Pipeline', description: 'Standard B2B pipeline', order: 1 },
|
|
14412
14571
|
];
|
|
14413
14572
|
|
|
14414
14573
|
class AXCCrmSalesPipelineDataSeeder {
|
|
@@ -14425,13 +14584,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
14425
14584
|
type: Injectable
|
|
14426
14585
|
}] });
|
|
14427
14586
|
|
|
14428
|
-
const uuid$
|
|
14587
|
+
const uuid$b = AXPDataGenerator.uuid;
|
|
14429
14588
|
const LIFECYCLE_STAGES_MOCK = [
|
|
14430
|
-
{ id: uuid$
|
|
14431
|
-
{ id: uuid$
|
|
14432
|
-
{ id: uuid$
|
|
14433
|
-
{ id: uuid$
|
|
14434
|
-
{ id: uuid$
|
|
14589
|
+
{ id: uuid$b(), title: 'Prospect', order: 1 },
|
|
14590
|
+
{ id: uuid$b(), title: 'Onboarding', order: 2 },
|
|
14591
|
+
{ id: uuid$b(), title: 'Active', order: 3 },
|
|
14592
|
+
{ id: uuid$b(), title: 'Churn Risk', order: 4 },
|
|
14593
|
+
{ id: uuid$b(), title: 'Churned', order: 5 },
|
|
14435
14594
|
];
|
|
14436
14595
|
|
|
14437
14596
|
class AXCCrmLifecycleStageDataSeeder {
|
|
@@ -14448,11 +14607,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
14448
14607
|
type: Injectable
|
|
14449
14608
|
}] });
|
|
14450
14609
|
|
|
14451
|
-
const uuid$
|
|
14610
|
+
const uuid$a = AXPDataGenerator.uuid;
|
|
14452
14611
|
const SALES_TERRITORIES_MOCK = [
|
|
14453
|
-
{ id: uuid$
|
|
14454
|
-
{ id: uuid$
|
|
14455
|
-
{ id: uuid$
|
|
14612
|
+
{ id: uuid$a(), title: 'North America', order: 1 },
|
|
14613
|
+
{ id: uuid$a(), title: 'Europe', order: 2 },
|
|
14614
|
+
{ id: uuid$a(), title: 'APAC', order: 3 },
|
|
14456
14615
|
];
|
|
14457
14616
|
|
|
14458
14617
|
class AXCCrmSalesTerritoryDataSeeder {
|
|
@@ -14469,10 +14628,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
14469
14628
|
type: Injectable
|
|
14470
14629
|
}] });
|
|
14471
14630
|
|
|
14472
|
-
const uuid$
|
|
14631
|
+
const uuid$9 = AXPDataGenerator.uuid;
|
|
14473
14632
|
const LEADS_MOCK = [
|
|
14474
|
-
{ id: uuid$
|
|
14475
|
-
{ id: uuid$
|
|
14633
|
+
{ id: uuid$9(), name: 'Alice Johnson', email: 'alice@example.com', phone: '+1-555-0001', company: 'Alpha Corp', status: 'new', source: 'web' },
|
|
14634
|
+
{ id: uuid$9(), name: 'Bob Smith', email: 'bob@example.com', phone: '+1-555-0002', company: 'Beta LLC', status: 'working', source: 'event' },
|
|
14476
14635
|
];
|
|
14477
14636
|
|
|
14478
14637
|
class AXCCrmLeadDataSeeder {
|
|
@@ -14489,10 +14648,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
14489
14648
|
type: Injectable
|
|
14490
14649
|
}] });
|
|
14491
14650
|
|
|
14492
|
-
const uuid$
|
|
14651
|
+
const uuid$8 = AXPDataGenerator.uuid;
|
|
14493
14652
|
const OPPORTUNITIES_MOCK = [
|
|
14494
14653
|
{
|
|
14495
|
-
id: uuid$
|
|
14654
|
+
id: uuid$8(),
|
|
14496
14655
|
title: 'Enterprise Renewal FY25',
|
|
14497
14656
|
customerId: CUSTOMERS_MOCK[0].id,
|
|
14498
14657
|
customer: CUSTOMERS_MOCK[0],
|
|
@@ -14506,7 +14665,7 @@ const OPPORTUNITIES_MOCK = [
|
|
|
14506
14665
|
pipeline: SALES_PIPELINES_MOCK[0],
|
|
14507
14666
|
},
|
|
14508
14667
|
{
|
|
14509
|
-
id: uuid$
|
|
14668
|
+
id: uuid$8(),
|
|
14510
14669
|
title: 'SMB Expansion Q4',
|
|
14511
14670
|
customerId: CUSTOMERS_MOCK[1].id,
|
|
14512
14671
|
customer: CUSTOMERS_MOCK[1],
|
|
@@ -14535,10 +14694,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
14535
14694
|
type: Injectable
|
|
14536
14695
|
}] });
|
|
14537
14696
|
|
|
14538
|
-
const uuid$
|
|
14697
|
+
const uuid$7 = AXPDataGenerator.uuid;
|
|
14539
14698
|
const ACTIVITIES_MOCK = [
|
|
14540
|
-
{ id: uuid$
|
|
14541
|
-
{ id: uuid$
|
|
14699
|
+
{ id: uuid$7(), type: 'call', subject: 'Intro call', dueDate: new Date('2025-08-25'), status: 'open', opportunityId: OPPORTUNITIES_MOCK[0].id },
|
|
14700
|
+
{ id: uuid$7(), type: 'meeting', subject: 'Discovery session', dueDate: new Date('2025-08-28'), status: 'open', opportunityId: OPPORTUNITIES_MOCK[0].id },
|
|
14542
14701
|
];
|
|
14543
14702
|
|
|
14544
14703
|
class AXCCrmActivityDataSeeder {
|
|
@@ -14555,14 +14714,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
14555
14714
|
type: Injectable
|
|
14556
14715
|
}] });
|
|
14557
14716
|
|
|
14558
|
-
const uuid$
|
|
14717
|
+
const uuid$6 = AXPDataGenerator.uuid;
|
|
14559
14718
|
function findIndividualMinimal(id) {
|
|
14560
14719
|
const p = personMock.find((x) => x.id === id && x.typeId === 'natural');
|
|
14561
14720
|
return p ? { id: p.id, displayName: p.displayName } : null;
|
|
14562
14721
|
}
|
|
14563
14722
|
const DEAL_CONTACT_ROLES_MOCK = [
|
|
14564
|
-
{ id: uuid$
|
|
14565
|
-
{ id: uuid$
|
|
14723
|
+
{ id: uuid$6(), opportunityId: OPPORTUNITIES_MOCK[0].id, opportunity: OPPORTUNITIES_MOCK[0], contactId: personNaturalIds.johnSmith, contact: findIndividualMinimal(personNaturalIds.johnSmith), role: 'decision-maker' },
|
|
14724
|
+
{ id: uuid$6(), opportunityId: OPPORTUNITIES_MOCK[0].id, opportunity: OPPORTUNITIES_MOCK[0], contactId: personNaturalIds.mikeChen, contact: findIndividualMinimal(personNaturalIds.mikeChen), role: 'influencer' },
|
|
14566
14725
|
];
|
|
14567
14726
|
|
|
14568
14727
|
class AXCCrmDealContactRoleDataSeeder {
|
|
@@ -14583,8 +14742,6 @@ class AXCCustomerManagementMockModule {
|
|
|
14583
14742
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCCustomerManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
14584
14743
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.16", ngImport: i0, type: AXCCustomerManagementMockModule }); }
|
|
14585
14744
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCCustomerManagementMockModule, providers: [
|
|
14586
|
-
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCCustomerTypeDataSeeder, multi: true },
|
|
14587
|
-
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCCustomerSegmentDataSeeder, multi: true },
|
|
14588
14745
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCCrmOpportunityStageDataSeeder, multi: true },
|
|
14589
14746
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCCrmSalesPipelineDataSeeder, multi: true },
|
|
14590
14747
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCCrmLifecycleStageDataSeeder, multi: true },
|
|
@@ -14600,8 +14757,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
14600
14757
|
type: NgModule,
|
|
14601
14758
|
args: [{
|
|
14602
14759
|
providers: [
|
|
14603
|
-
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCCustomerTypeDataSeeder, multi: true },
|
|
14604
|
-
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCCustomerSegmentDataSeeder, multi: true },
|
|
14605
14760
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCCrmOpportunityStageDataSeeder, multi: true },
|
|
14606
14761
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCCrmSalesPipelineDataSeeder, multi: true },
|
|
14607
14762
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCCrmLifecycleStageDataSeeder, multi: true },
|
|
@@ -17548,6 +17703,67 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
17548
17703
|
type: Injectable
|
|
17549
17704
|
}] });
|
|
17550
17705
|
|
|
17706
|
+
/**
|
|
17707
|
+
* Sample mock override of ShowMetaDataFormPopupCommand for testing.
|
|
17708
|
+
* Overrides findRecord and resolveGroups to support manual data and groups
|
|
17709
|
+
* from input, without overriding execute.
|
|
17710
|
+
*/
|
|
17711
|
+
class AXCMockShowMetaDataFormPopupCommand extends ShowMetaDataFormPopupCommand {
|
|
17712
|
+
findRecord(entity, id, input) {
|
|
17713
|
+
const mockData = input?.data;
|
|
17714
|
+
if (mockData != null && typeof mockData === 'object') {
|
|
17715
|
+
console.log('[AXCMockShowMetaDataFormPopupCommand] findRecord using manual data', {
|
|
17716
|
+
entity,
|
|
17717
|
+
id,
|
|
17718
|
+
});
|
|
17719
|
+
return Promise.resolve(mockData);
|
|
17720
|
+
}
|
|
17721
|
+
return super.findRecord(entity, id, input);
|
|
17722
|
+
}
|
|
17723
|
+
async resolveGroups(input, currentRecord) {
|
|
17724
|
+
const mockGroups = input.groups;
|
|
17725
|
+
if (Array.isArray(mockGroups) && mockGroups.length > 0) {
|
|
17726
|
+
console.log('[AXCMockShowMetaDataFormPopupCommand] resolveGroups using manual groups', {
|
|
17727
|
+
groupsCount: mockGroups.length,
|
|
17728
|
+
});
|
|
17729
|
+
return { groups: mockGroups };
|
|
17730
|
+
}
|
|
17731
|
+
// Sample: custom groups and fields for simulation
|
|
17732
|
+
return {
|
|
17733
|
+
groups: [
|
|
17734
|
+
{
|
|
17735
|
+
name: 'default',
|
|
17736
|
+
title: 'Sample Metadata',
|
|
17737
|
+
parameters: [
|
|
17738
|
+
{
|
|
17739
|
+
path: 'description',
|
|
17740
|
+
title: 'Description',
|
|
17741
|
+
widget: {
|
|
17742
|
+
type: 'text-editor',
|
|
17743
|
+
path: 'description',
|
|
17744
|
+
options: {},
|
|
17745
|
+
},
|
|
17746
|
+
},
|
|
17747
|
+
],
|
|
17748
|
+
},
|
|
17749
|
+
],
|
|
17750
|
+
};
|
|
17751
|
+
}
|
|
17752
|
+
updateRecord(entity, id, data) {
|
|
17753
|
+
console.log('[AXCMockShowMetaDataFormPopupCommand] updateRecord', {
|
|
17754
|
+
entity,
|
|
17755
|
+
id,
|
|
17756
|
+
data,
|
|
17757
|
+
});
|
|
17758
|
+
return super.updateRecord(entity, id, data);
|
|
17759
|
+
}
|
|
17760
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCMockShowMetaDataFormPopupCommand, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17761
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCMockShowMetaDataFormPopupCommand }); }
|
|
17762
|
+
}
|
|
17763
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCMockShowMetaDataFormPopupCommand, decorators: [{
|
|
17764
|
+
type: Injectable
|
|
17765
|
+
}] });
|
|
17766
|
+
|
|
17551
17767
|
/**
|
|
17552
17768
|
* Mock override of ShowMetaDataSelectorPopupCommand for testing.
|
|
17553
17769
|
* Extends the base command and overrides findRecord/updateRecord to allow
|
|
@@ -17717,6 +17933,7 @@ class AXCDataManagementMockModule {
|
|
|
17717
17933
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCDataManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
17718
17934
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.16", ngImport: i0, type: AXCDataManagementMockModule }); }
|
|
17719
17935
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCDataManagementMockModule, providers: [
|
|
17936
|
+
AXCMockShowMetaDataFormPopupCommand,
|
|
17720
17937
|
AXCMockMetaDataSelectorPopupCommand,
|
|
17721
17938
|
{
|
|
17722
17939
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
@@ -17739,12 +17956,16 @@ class AXCDataManagementMockModule {
|
|
|
17739
17956
|
multi: true,
|
|
17740
17957
|
},
|
|
17741
17958
|
{ provide: AXMQueryService, useClass: AXCQueryMockService },
|
|
17742
|
-
provideCommandSetups([
|
|
17743
|
-
|
|
17744
|
-
|
|
17745
|
-
|
|
17746
|
-
|
|
17747
|
-
|
|
17959
|
+
// provideCommandSetups([
|
|
17960
|
+
// {
|
|
17961
|
+
// key: 'show-meta-data-form-popup',
|
|
17962
|
+
// command: () => Promise.resolve(AXCMockShowMetaDataFormPopupCommand),
|
|
17963
|
+
// },
|
|
17964
|
+
// {
|
|
17965
|
+
// key: 'show-meta-data-selector-popup',
|
|
17966
|
+
// command: () => Promise.resolve(AXCMockMetaDataSelectorPopupCommand),
|
|
17967
|
+
// },
|
|
17968
|
+
// ]),
|
|
17748
17969
|
provideQuerySetups([
|
|
17749
17970
|
{
|
|
17750
17971
|
key: 'DataManagement:Metadata:GetCategoryWithItems',
|
|
@@ -17764,6 +17985,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
17764
17985
|
exports: [],
|
|
17765
17986
|
declarations: [],
|
|
17766
17987
|
providers: [
|
|
17988
|
+
AXCMockShowMetaDataFormPopupCommand,
|
|
17767
17989
|
AXCMockMetaDataSelectorPopupCommand,
|
|
17768
17990
|
{
|
|
17769
17991
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
@@ -17786,12 +18008,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
17786
18008
|
multi: true,
|
|
17787
18009
|
},
|
|
17788
18010
|
{ provide: AXMQueryService, useClass: AXCQueryMockService },
|
|
17789
|
-
provideCommandSetups([
|
|
17790
|
-
|
|
17791
|
-
|
|
17792
|
-
|
|
17793
|
-
|
|
17794
|
-
|
|
18011
|
+
// provideCommandSetups([
|
|
18012
|
+
// {
|
|
18013
|
+
// key: 'show-meta-data-form-popup',
|
|
18014
|
+
// command: () => Promise.resolve(AXCMockShowMetaDataFormPopupCommand),
|
|
18015
|
+
// },
|
|
18016
|
+
// {
|
|
18017
|
+
// key: 'show-meta-data-selector-popup',
|
|
18018
|
+
// command: () => Promise.resolve(AXCMockMetaDataSelectorPopupCommand),
|
|
18019
|
+
// },
|
|
18020
|
+
// ]),
|
|
17795
18021
|
provideQuerySetups([
|
|
17796
18022
|
{
|
|
17797
18023
|
key: 'DataManagement:Metadata:GetCategoryWithItems',
|
|
@@ -54483,10 +54709,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
54483
54709
|
type: Injectable
|
|
54484
54710
|
}] });
|
|
54485
54711
|
|
|
54486
|
-
const uuid$
|
|
54712
|
+
const uuid$5 = AXPDataGenerator.uuid;
|
|
54487
54713
|
const TEAMS_MOCK = [
|
|
54488
54714
|
{
|
|
54489
|
-
id: uuid$
|
|
54715
|
+
id: uuid$5(),
|
|
54490
54716
|
title: 'Backend Development Team',
|
|
54491
54717
|
leaderId: EMPLOYEES_MOCK[1].id, // Mike Chen
|
|
54492
54718
|
leader: EMPLOYEES_MOCK[1],
|
|
@@ -54501,7 +54727,7 @@ const TEAMS_MOCK = [
|
|
|
54501
54727
|
description: 'Core backend development team responsible for server-side logic, APIs, and database design.',
|
|
54502
54728
|
},
|
|
54503
54729
|
{
|
|
54504
|
-
id: uuid$
|
|
54730
|
+
id: uuid$5(),
|
|
54505
54731
|
title: 'Frontend Development Team',
|
|
54506
54732
|
leaderId: EMPLOYEES_MOCK[2].id, // Emily Rodriguez
|
|
54507
54733
|
leader: EMPLOYEES_MOCK[2],
|
|
@@ -54516,7 +54742,7 @@ const TEAMS_MOCK = [
|
|
|
54516
54742
|
description: 'Frontend development team focused on user interface design and user experience optimization.',
|
|
54517
54743
|
},
|
|
54518
54744
|
{
|
|
54519
|
-
id: uuid$
|
|
54745
|
+
id: uuid$5(),
|
|
54520
54746
|
title: 'Quality Assurance Team',
|
|
54521
54747
|
leaderId: EMPLOYEES_MOCK[2].id, // Emily Rodriguez
|
|
54522
54748
|
leader: EMPLOYEES_MOCK[2],
|
|
@@ -54531,7 +54757,7 @@ const TEAMS_MOCK = [
|
|
|
54531
54757
|
description: 'QA team ensuring software quality through comprehensive testing and quality assurance processes.',
|
|
54532
54758
|
},
|
|
54533
54759
|
{
|
|
54534
|
-
id: uuid$
|
|
54760
|
+
id: uuid$5(),
|
|
54535
54761
|
title: 'DevOps & Infrastructure Team',
|
|
54536
54762
|
leaderId: EMPLOYEES_MOCK[1].id, // Mike Chen
|
|
54537
54763
|
leader: EMPLOYEES_MOCK[1],
|
|
@@ -54546,7 +54772,7 @@ const TEAMS_MOCK = [
|
|
|
54546
54772
|
description: 'DevOps team managing deployment pipelines, infrastructure automation, and system reliability.',
|
|
54547
54773
|
},
|
|
54548
54774
|
{
|
|
54549
|
-
id: uuid$
|
|
54775
|
+
id: uuid$5(),
|
|
54550
54776
|
title: 'Product Management Team',
|
|
54551
54777
|
leaderId: EMPLOYEES_MOCK[0].id, // Sarah Johnson
|
|
54552
54778
|
leader: EMPLOYEES_MOCK[0],
|
|
@@ -54561,7 +54787,7 @@ const TEAMS_MOCK = [
|
|
|
54561
54787
|
description: 'Product management team driving product strategy, roadmap planning, and feature prioritization.',
|
|
54562
54788
|
},
|
|
54563
54789
|
{
|
|
54564
|
-
id: uuid$
|
|
54790
|
+
id: uuid$5(),
|
|
54565
54791
|
title: 'Sales & Business Development Team',
|
|
54566
54792
|
leaderId: EMPLOYEES_MOCK[0].id, // Sarah Johnson
|
|
54567
54793
|
leader: EMPLOYEES_MOCK[0],
|
|
@@ -54576,7 +54802,7 @@ const TEAMS_MOCK = [
|
|
|
54576
54802
|
description: 'Sales team focused on revenue growth, client relationships, and business expansion.',
|
|
54577
54803
|
},
|
|
54578
54804
|
{
|
|
54579
|
-
id: uuid$
|
|
54805
|
+
id: uuid$5(),
|
|
54580
54806
|
title: 'Human Resources Team',
|
|
54581
54807
|
leaderId: EMPLOYEES_MOCK[4].id, // Lisa Wang
|
|
54582
54808
|
leader: EMPLOYEES_MOCK[4],
|
|
@@ -54591,7 +54817,7 @@ const TEAMS_MOCK = [
|
|
|
54591
54817
|
description: 'HR team managing employee relations, recruitment, training, and organizational development.',
|
|
54592
54818
|
},
|
|
54593
54819
|
{
|
|
54594
|
-
id: uuid$
|
|
54820
|
+
id: uuid$5(),
|
|
54595
54821
|
title: 'Finance & Accounting Team',
|
|
54596
54822
|
leaderId: EMPLOYEES_MOCK[2].id, // Emily Rodriguez
|
|
54597
54823
|
leader: EMPLOYEES_MOCK[2],
|
|
@@ -54606,7 +54832,7 @@ const TEAMS_MOCK = [
|
|
|
54606
54832
|
description: 'Finance team handling financial planning, budgeting, accounting, and regulatory compliance.',
|
|
54607
54833
|
},
|
|
54608
54834
|
{
|
|
54609
|
-
id: uuid$
|
|
54835
|
+
id: uuid$5(),
|
|
54610
54836
|
title: 'IT Support Team',
|
|
54611
54837
|
leaderId: EMPLOYEES_MOCK[3].id, // David Thompson
|
|
54612
54838
|
leader: EMPLOYEES_MOCK[3],
|
|
@@ -54621,7 +54847,7 @@ const TEAMS_MOCK = [
|
|
|
54621
54847
|
description: 'IT support team providing technical assistance, system administration, and infrastructure support.',
|
|
54622
54848
|
},
|
|
54623
54849
|
{
|
|
54624
|
-
id: uuid$
|
|
54850
|
+
id: uuid$5(),
|
|
54625
54851
|
title: 'Security & Compliance Team',
|
|
54626
54852
|
leaderId: EMPLOYEES_MOCK[3].id, // David Thompson
|
|
54627
54853
|
leader: EMPLOYEES_MOCK[3],
|
|
@@ -54636,7 +54862,7 @@ const TEAMS_MOCK = [
|
|
|
54636
54862
|
description: 'Security team managing cybersecurity, data protection, and compliance requirements.',
|
|
54637
54863
|
},
|
|
54638
54864
|
{
|
|
54639
|
-
id: uuid$
|
|
54865
|
+
id: uuid$5(),
|
|
54640
54866
|
title: 'Marketing & Communications Team',
|
|
54641
54867
|
leaderId: EMPLOYEES_MOCK[4].id, // Lisa Wang
|
|
54642
54868
|
leader: EMPLOYEES_MOCK[4],
|
|
@@ -54651,7 +54877,7 @@ const TEAMS_MOCK = [
|
|
|
54651
54877
|
description: 'Marketing team managing brand strategy, campaigns, and customer communications.',
|
|
54652
54878
|
},
|
|
54653
54879
|
{
|
|
54654
|
-
id: uuid$
|
|
54880
|
+
id: uuid$5(),
|
|
54655
54881
|
title: 'Research & Development Team',
|
|
54656
54882
|
leaderId: EMPLOYEES_MOCK[1].id, // Mike Chen
|
|
54657
54883
|
leader: EMPLOYEES_MOCK[1],
|
|
@@ -54666,7 +54892,7 @@ const TEAMS_MOCK = [
|
|
|
54666
54892
|
description: 'R&D team focusing on innovation, technology advancement, and intellectual property development.',
|
|
54667
54893
|
},
|
|
54668
54894
|
{
|
|
54669
|
-
id: uuid$
|
|
54895
|
+
id: uuid$5(),
|
|
54670
54896
|
title: 'Customer Success Team',
|
|
54671
54897
|
leaderId: EMPLOYEES_MOCK[4].id, // Lisa Wang
|
|
54672
54898
|
leader: EMPLOYEES_MOCK[4],
|
|
@@ -54681,7 +54907,7 @@ const TEAMS_MOCK = [
|
|
|
54681
54907
|
description: 'Customer success team ensuring customer satisfaction and driving retention and growth.',
|
|
54682
54908
|
},
|
|
54683
54909
|
{
|
|
54684
|
-
id: uuid$
|
|
54910
|
+
id: uuid$5(),
|
|
54685
54911
|
title: 'Data & Analytics Team',
|
|
54686
54912
|
leaderId: EMPLOYEES_MOCK[2].id, // Emily Rodriguez
|
|
54687
54913
|
leader: EMPLOYEES_MOCK[2],
|
|
@@ -54696,7 +54922,7 @@ const TEAMS_MOCK = [
|
|
|
54696
54922
|
description: 'Data team managing analytics capabilities and providing data-driven insights for decision making.',
|
|
54697
54923
|
},
|
|
54698
54924
|
{
|
|
54699
|
-
id: uuid$
|
|
54925
|
+
id: uuid$5(),
|
|
54700
54926
|
title: 'Legal & Risk Management Team',
|
|
54701
54927
|
leaderId: EMPLOYEES_MOCK[3].id, // David Thompson
|
|
54702
54928
|
leader: EMPLOYEES_MOCK[3],
|
|
@@ -54711,7 +54937,7 @@ const TEAMS_MOCK = [
|
|
|
54711
54937
|
description: 'Legal team handling legal matters, regulatory compliance, and risk management.',
|
|
54712
54938
|
},
|
|
54713
54939
|
{
|
|
54714
|
-
id: uuid$
|
|
54940
|
+
id: uuid$5(),
|
|
54715
54941
|
title: 'HSE Compliance Team',
|
|
54716
54942
|
leaderId: EMPLOYEES_MOCK[3].id, // David Thompson
|
|
54717
54943
|
leader: EMPLOYEES_MOCK[3],
|
|
@@ -54741,12 +54967,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
54741
54967
|
type: Injectable
|
|
54742
54968
|
}] });
|
|
54743
54969
|
|
|
54744
|
-
const uuid$
|
|
54970
|
+
const uuid$4 = AXPDataGenerator.uuid;
|
|
54745
54971
|
const TEAM_MEMBER_ROLES_MOCK = [
|
|
54746
|
-
{ id: uuid$
|
|
54747
|
-
{ id: uuid$
|
|
54748
|
-
{ id: uuid$
|
|
54749
|
-
{ id: uuid$
|
|
54972
|
+
{ id: uuid$4(), title: 'Leader', name: 'leader' },
|
|
54973
|
+
{ id: uuid$4(), title: 'Member', name: 'member' },
|
|
54974
|
+
{ id: uuid$4(), title: 'Co-Leader', name: 'co-leader' },
|
|
54975
|
+
{ id: uuid$4(), title: 'Advisor', name: 'advisor' },
|
|
54750
54976
|
];
|
|
54751
54977
|
|
|
54752
54978
|
class AXMTeamMemberRoleDataSeeder {
|
|
@@ -54763,7 +54989,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
54763
54989
|
type: Injectable
|
|
54764
54990
|
}] });
|
|
54765
54991
|
|
|
54766
|
-
const uuid$
|
|
54992
|
+
const uuid$3 = AXPDataGenerator.uuid;
|
|
54767
54993
|
// Helper function to find role by name
|
|
54768
54994
|
const findRoleByName$1 = (name) => {
|
|
54769
54995
|
return TEAM_MEMBER_ROLES_MOCK.find((r) => r.name === name) || TEAM_MEMBER_ROLES_MOCK[1]; // default to 'member'
|
|
@@ -54775,7 +55001,7 @@ for (const team of TEAMS_MOCK) {
|
|
|
54775
55001
|
// Add leader
|
|
54776
55002
|
const leaderRole = findRoleByName$1('leader');
|
|
54777
55003
|
TEAM_MEMBERS_MOCK.push({
|
|
54778
|
-
id: uuid$
|
|
55004
|
+
id: uuid$3(),
|
|
54779
55005
|
teamId: team.id,
|
|
54780
55006
|
team: team,
|
|
54781
55007
|
employeeId: team.leaderId,
|
|
@@ -54793,7 +55019,7 @@ for (const team of TEAMS_MOCK) {
|
|
|
54793
55019
|
const employee = team.members.find((m) => m.id === memberId);
|
|
54794
55020
|
if (employee) {
|
|
54795
55021
|
TEAM_MEMBERS_MOCK.push({
|
|
54796
|
-
id: uuid$
|
|
55022
|
+
id: uuid$3(),
|
|
54797
55023
|
teamId: team.id,
|
|
54798
55024
|
team: team,
|
|
54799
55025
|
employeeId: memberId,
|
|
@@ -56856,24 +57082,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
56856
57082
|
}]
|
|
56857
57083
|
}] });
|
|
56858
57084
|
|
|
56859
|
-
const uuid$4 = AXPDataGenerator.uuid;
|
|
56860
|
-
const SUPPLIER_TYPES_MOCK = [
|
|
56861
|
-
{ id: uuid$4(), title: 'Manufacturer', description: 'Direct manufacturer', isActive: true },
|
|
56862
|
-
{ id: uuid$4(), title: 'Distributor', description: 'Product distributor', isActive: true },
|
|
56863
|
-
{ id: uuid$4(), title: 'Wholesaler', description: 'Bulk supplier', isActive: true },
|
|
56864
|
-
{ id: uuid$4(), title: 'Retailer', description: 'Retail supplier', isActive: true },
|
|
56865
|
-
{ id: uuid$4(), title: 'Service Provider', description: 'Service-based supplier', isActive: true },
|
|
56866
|
-
];
|
|
56867
|
-
|
|
56868
|
-
const uuid$3 = AXPDataGenerator.uuid;
|
|
56869
|
-
const SUPPLIER_SEGMENTS_MOCK = [
|
|
56870
|
-
{ id: uuid$3(), title: 'Strategic', description: 'Strategic suppliers', color: '#3a3a89', isActive: true },
|
|
56871
|
-
{ id: uuid$3(), title: 'Preferred', description: 'Preferred suppliers', color: '#2bc4b0', isActive: true },
|
|
56872
|
-
{ id: uuid$3(), title: 'Standard', description: 'Standard suppliers', color: '#8e1c65', isActive: true },
|
|
56873
|
-
{ id: uuid$3(), title: 'New', description: 'New suppliers', color: '#f39c12', isActive: true },
|
|
56874
|
-
{ id: uuid$3(), title: 'High-Risk', description: 'High-risk suppliers', color: '#e74c3c', isActive: true },
|
|
56875
|
-
];
|
|
56876
|
-
|
|
56877
57085
|
const supplierCategoryIds = {
|
|
56878
57086
|
manufacturing: AXPDataGenerator.uuid(),
|
|
56879
57087
|
electronics: AXPDataGenerator.uuid(),
|
|
@@ -57010,10 +57218,10 @@ const SUPPLIERS_MOCK = [
|
|
|
57010
57218
|
supplierCode: 'SUPP-202401-0100',
|
|
57011
57219
|
personId: personLegalIds.globalSuppliersLtd,
|
|
57012
57220
|
person: findOrganizationPersonMinimal(personLegalIds.globalSuppliersLtd),
|
|
57013
|
-
supplierTypeId:
|
|
57014
|
-
|
|
57015
|
-
segmentId:
|
|
57016
|
-
|
|
57221
|
+
supplierTypeId: partyTypeMocks[0].id,
|
|
57222
|
+
partyType: partyTypeMocks[0],
|
|
57223
|
+
segmentId: partySegmentMocks[0].id,
|
|
57224
|
+
partySegment: partySegmentMocks[0],
|
|
57017
57225
|
status: 'active',
|
|
57018
57226
|
since: new Date('2021-03-15'),
|
|
57019
57227
|
isPreferred: true,
|
|
@@ -57040,10 +57248,10 @@ const SUPPLIERS_MOCK = [
|
|
|
57040
57248
|
supplierCode: 'SUPP-202401-0101',
|
|
57041
57249
|
personId: personLegalIds.pacificRimTechnologies,
|
|
57042
57250
|
person: findOrganizationPersonMinimal(personLegalIds.pacificRimTechnologies),
|
|
57043
|
-
supplierTypeId:
|
|
57044
|
-
|
|
57045
|
-
segmentId:
|
|
57046
|
-
|
|
57251
|
+
supplierTypeId: partyTypeMocks[1].id,
|
|
57252
|
+
partyType: partyTypeMocks[1],
|
|
57253
|
+
segmentId: partySegmentMocks[1].id,
|
|
57254
|
+
partySegment: partySegmentMocks[1],
|
|
57047
57255
|
status: 'active',
|
|
57048
57256
|
since: new Date('2022-06-10'),
|
|
57049
57257
|
isPreferred: true,
|
|
@@ -57069,10 +57277,10 @@ const SUPPLIERS_MOCK = [
|
|
|
57069
57277
|
supplierCode: 'SUPP-202401-0102',
|
|
57070
57278
|
personId: personLegalIds.asianDevelopmentPartners,
|
|
57071
57279
|
person: findOrganizationPersonMinimal(personLegalIds.asianDevelopmentPartners),
|
|
57072
|
-
supplierTypeId:
|
|
57073
|
-
|
|
57074
|
-
segmentId:
|
|
57075
|
-
|
|
57280
|
+
supplierTypeId: partyTypeMocks[2].id,
|
|
57281
|
+
partyType: partyTypeMocks[2],
|
|
57282
|
+
segmentId: partySegmentMocks[2].id,
|
|
57283
|
+
partySegment: partySegmentMocks[2],
|
|
57076
57284
|
status: 'active',
|
|
57077
57285
|
since: new Date('2023-01-20'),
|
|
57078
57286
|
isPreferred: false,
|
|
@@ -57098,10 +57306,10 @@ const SUPPLIERS_MOCK = [
|
|
|
57098
57306
|
supplierCode: 'SUPP-202401-0103',
|
|
57099
57307
|
personId: personLegalIds.globalLogisticsPartners,
|
|
57100
57308
|
person: findOrganizationPersonMinimal(personLegalIds.globalLogisticsPartners),
|
|
57101
|
-
supplierTypeId:
|
|
57102
|
-
|
|
57103
|
-
segmentId:
|
|
57104
|
-
|
|
57309
|
+
supplierTypeId: partyTypeMocks[4].id,
|
|
57310
|
+
partyType: partyTypeMocks[4],
|
|
57311
|
+
segmentId: partySegmentMocks[3].id,
|
|
57312
|
+
partySegment: partySegmentMocks[3],
|
|
57105
57313
|
status: 'under-review',
|
|
57106
57314
|
since: new Date('2024-01-05'),
|
|
57107
57315
|
isPreferred: false,
|
|
@@ -57121,10 +57329,10 @@ const SUPPLIERS_MOCK = [
|
|
|
57121
57329
|
supplierCode: 'SUPP-202401-0104',
|
|
57122
57330
|
personId: personLegalIds.techSolutionsInc,
|
|
57123
57331
|
person: findOrganizationPersonMinimal(personLegalIds.techSolutionsInc),
|
|
57124
|
-
supplierTypeId:
|
|
57125
|
-
|
|
57126
|
-
segmentId:
|
|
57127
|
-
|
|
57332
|
+
supplierTypeId: partyTypeMocks[0].id,
|
|
57333
|
+
partyType: partyTypeMocks[0],
|
|
57334
|
+
segmentId: partySegmentMocks[0].id,
|
|
57335
|
+
partySegment: partySegmentMocks[0],
|
|
57128
57336
|
status: 'active',
|
|
57129
57337
|
since: new Date('2020-08-12'),
|
|
57130
57338
|
isPreferred: true,
|
|
@@ -57151,10 +57359,10 @@ const SUPPLIERS_MOCK = [
|
|
|
57151
57359
|
supplierCode: 'SUPP-202401-0105',
|
|
57152
57360
|
personId: personLegalIds.acmeCorporation,
|
|
57153
57361
|
person: findOrganizationPersonMinimal(personLegalIds.acmeCorporation),
|
|
57154
|
-
supplierTypeId:
|
|
57155
|
-
|
|
57156
|
-
segmentId:
|
|
57157
|
-
|
|
57362
|
+
supplierTypeId: partyTypeMocks[1].id,
|
|
57363
|
+
partyType: partyTypeMocks[1],
|
|
57364
|
+
segmentId: partySegmentMocks[1].id,
|
|
57365
|
+
partySegment: partySegmentMocks[1],
|
|
57158
57366
|
status: 'active',
|
|
57159
57367
|
since: new Date('2022-11-03'),
|
|
57160
57368
|
isPreferred: true,
|
|
@@ -57180,10 +57388,10 @@ const SUPPLIERS_MOCK = [
|
|
|
57180
57388
|
supplierCode: 'SUPP-202401-0106',
|
|
57181
57389
|
personId: personLegalIds.europeanManufacturingConsortium,
|
|
57182
57390
|
person: findOrganizationPersonMinimal(personLegalIds.europeanManufacturingConsortium),
|
|
57183
|
-
supplierTypeId:
|
|
57184
|
-
|
|
57185
|
-
segmentId:
|
|
57186
|
-
|
|
57391
|
+
supplierTypeId: partyTypeMocks[0].id,
|
|
57392
|
+
partyType: partyTypeMocks[0],
|
|
57393
|
+
segmentId: partySegmentMocks[0].id,
|
|
57394
|
+
partySegment: partySegmentMocks[0],
|
|
57187
57395
|
status: 'active',
|
|
57188
57396
|
since: new Date('2019-05-18'),
|
|
57189
57397
|
isPreferred: true,
|
|
@@ -57210,10 +57418,10 @@ const SUPPLIERS_MOCK = [
|
|
|
57210
57418
|
supplierCode: 'SUPP-202401-0107',
|
|
57211
57419
|
personId: personLegalIds.middleEastInvestmentGroup,
|
|
57212
57420
|
person: findOrganizationPersonMinimal(personLegalIds.middleEastInvestmentGroup),
|
|
57213
|
-
supplierTypeId:
|
|
57214
|
-
|
|
57215
|
-
segmentId:
|
|
57216
|
-
|
|
57421
|
+
supplierTypeId: partyTypeMocks[2].id,
|
|
57422
|
+
partyType: partyTypeMocks[2],
|
|
57423
|
+
segmentId: partySegmentMocks[2].id,
|
|
57424
|
+
partySegment: partySegmentMocks[2],
|
|
57217
57425
|
status: 'active',
|
|
57218
57426
|
since: new Date('2023-07-22'),
|
|
57219
57427
|
isPreferred: false,
|
|
@@ -57233,10 +57441,10 @@ const SUPPLIERS_MOCK = [
|
|
|
57233
57441
|
supplierCode: 'SUPP-202401-0108',
|
|
57234
57442
|
personId: personLegalIds.australianInnovationHub,
|
|
57235
57443
|
person: findOrganizationPersonMinimal(personLegalIds.australianInnovationHub),
|
|
57236
|
-
supplierTypeId:
|
|
57237
|
-
|
|
57238
|
-
segmentId:
|
|
57239
|
-
|
|
57444
|
+
supplierTypeId: partyTypeMocks[4].id,
|
|
57445
|
+
partyType: partyTypeMocks[4],
|
|
57446
|
+
segmentId: partySegmentMocks[1].id,
|
|
57447
|
+
partySegment: partySegmentMocks[1],
|
|
57240
57448
|
status: 'active',
|
|
57241
57449
|
since: new Date('2023-02-14'),
|
|
57242
57450
|
isPreferred: true,
|
|
@@ -57263,10 +57471,10 @@ const SUPPLIERS_MOCK = [
|
|
|
57263
57471
|
supplierCode: 'SUPP-202401-0109',
|
|
57264
57472
|
personId: personLegalIds.nordicDesignCollective,
|
|
57265
57473
|
person: findOrganizationPersonMinimal(personLegalIds.nordicDesignCollective),
|
|
57266
|
-
supplierTypeId:
|
|
57267
|
-
|
|
57268
|
-
segmentId:
|
|
57269
|
-
|
|
57474
|
+
supplierTypeId: partyTypeMocks[3].id,
|
|
57475
|
+
partyType: partyTypeMocks[3],
|
|
57476
|
+
segmentId: partySegmentMocks[2].id,
|
|
57477
|
+
partySegment: partySegmentMocks[2],
|
|
57270
57478
|
status: 'active',
|
|
57271
57479
|
since: new Date('2023-09-30'),
|
|
57272
57480
|
isPreferred: false,
|
|
@@ -57286,10 +57494,10 @@ const SUPPLIERS_MOCK = [
|
|
|
57286
57494
|
supplierCode: 'SUPP-202401-0110',
|
|
57287
57495
|
personId: personLegalIds.latinAmericanTradeAlliance,
|
|
57288
57496
|
person: findOrganizationPersonMinimal(personLegalIds.latinAmericanTradeAlliance),
|
|
57289
|
-
supplierTypeId:
|
|
57290
|
-
|
|
57291
|
-
segmentId:
|
|
57292
|
-
|
|
57497
|
+
supplierTypeId: partyTypeMocks[1].id,
|
|
57498
|
+
partyType: partyTypeMocks[1],
|
|
57499
|
+
segmentId: partySegmentMocks[4].id,
|
|
57500
|
+
partySegment: partySegmentMocks[4],
|
|
57293
57501
|
status: 'blocked',
|
|
57294
57502
|
since: new Date('2022-04-08'),
|
|
57295
57503
|
isPreferred: false,
|
|
@@ -62329,34 +62537,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
62329
62537
|
}]
|
|
62330
62538
|
}] });
|
|
62331
62539
|
|
|
62332
|
-
class AXCSupplierTypeDataSeeder {
|
|
62333
|
-
constructor() {
|
|
62334
|
-
this.storageService = inject(AXPEntityStorageService);
|
|
62335
|
-
}
|
|
62336
|
-
async seed() {
|
|
62337
|
-
await this.storageService.initial(RootConfig$y.entities.supplierType.source, SUPPLIER_TYPES_MOCK);
|
|
62338
|
-
}
|
|
62339
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCSupplierTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
62340
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCSupplierTypeDataSeeder }); }
|
|
62341
|
-
}
|
|
62342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCSupplierTypeDataSeeder, decorators: [{
|
|
62343
|
-
type: Injectable
|
|
62344
|
-
}] });
|
|
62345
|
-
|
|
62346
|
-
class AXCSupplierSegmentDataSeeder {
|
|
62347
|
-
constructor() {
|
|
62348
|
-
this.storageService = inject(AXPEntityStorageService);
|
|
62349
|
-
}
|
|
62350
|
-
async seed() {
|
|
62351
|
-
await this.storageService.initial(RootConfig$y.entities.supplierSegment.source, SUPPLIER_SEGMENTS_MOCK);
|
|
62352
|
-
}
|
|
62353
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCSupplierSegmentDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
62354
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCSupplierSegmentDataSeeder }); }
|
|
62355
|
-
}
|
|
62356
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCSupplierSegmentDataSeeder, decorators: [{
|
|
62357
|
-
type: Injectable
|
|
62358
|
-
}] });
|
|
62359
|
-
|
|
62360
62540
|
class AXCSupplierCategorySeeder {
|
|
62361
62541
|
constructor() {
|
|
62362
62542
|
this.storageService = inject(AXPEntityStorageService);
|
|
@@ -62389,8 +62569,6 @@ class AXCSupplierManagementMockModule {
|
|
|
62389
62569
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCSupplierManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
62390
62570
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.16", ngImport: i0, type: AXCSupplierManagementMockModule }); }
|
|
62391
62571
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXCSupplierManagementMockModule, providers: [
|
|
62392
|
-
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCSupplierTypeDataSeeder, multi: true },
|
|
62393
|
-
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCSupplierSegmentDataSeeder, multi: true },
|
|
62394
62572
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCSupplierCategorySeeder, multi: true },
|
|
62395
62573
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCSupplierDataSeeder, multi: true },
|
|
62396
62574
|
] }); }
|
|
@@ -62399,8 +62577,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
62399
62577
|
type: NgModule,
|
|
62400
62578
|
args: [{
|
|
62401
62579
|
providers: [
|
|
62402
|
-
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCSupplierTypeDataSeeder, multi: true },
|
|
62403
|
-
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCSupplierSegmentDataSeeder, multi: true },
|
|
62404
62580
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCSupplierCategorySeeder, multi: true },
|
|
62405
62581
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCSupplierDataSeeder, multi: true },
|
|
62406
62582
|
],
|
|
@@ -67375,6 +67551,7 @@ class AXCMockModule {
|
|
|
67375
67551
|
//
|
|
67376
67552
|
AXCSecurityManagementMockModule,
|
|
67377
67553
|
AXCFormTemplateManagementMockModule,
|
|
67554
|
+
AXCBusinessCoreMockModule,
|
|
67378
67555
|
AXCCustomerManagementMockModule,
|
|
67379
67556
|
AXCSupplierManagementMockModule,
|
|
67380
67557
|
AXCProcurementManagementMockModule,
|
|
@@ -67413,7 +67590,6 @@ class AXCMockModule {
|
|
|
67413
67590
|
AXCAssessmentManagementMockModule,
|
|
67414
67591
|
AXCFinancialCoreMockModule,
|
|
67415
67592
|
AXCMeasurementCoreMockModule,
|
|
67416
|
-
AXCBusinessCoreMockModule,
|
|
67417
67593
|
AXCProductCatalogMockModule,
|
|
67418
67594
|
AXCReservationManagementMockModule,
|
|
67419
67595
|
//
|
|
@@ -67434,6 +67610,7 @@ class AXCMockModule {
|
|
|
67434
67610
|
//
|
|
67435
67611
|
AXCSecurityManagementMockModule,
|
|
67436
67612
|
AXCFormTemplateManagementMockModule,
|
|
67613
|
+
AXCBusinessCoreMockModule,
|
|
67437
67614
|
AXCCustomerManagementMockModule,
|
|
67438
67615
|
AXCSupplierManagementMockModule,
|
|
67439
67616
|
AXCProcurementManagementMockModule,
|
|
@@ -67472,7 +67649,6 @@ class AXCMockModule {
|
|
|
67472
67649
|
AXCAssessmentManagementMockModule,
|
|
67473
67650
|
AXCFinancialCoreMockModule,
|
|
67474
67651
|
AXCMeasurementCoreMockModule,
|
|
67475
|
-
AXCBusinessCoreMockModule,
|
|
67476
67652
|
AXCProductCatalogMockModule,
|
|
67477
67653
|
AXCReservationManagementMockModule,
|
|
67478
67654
|
//
|
|
@@ -67491,6 +67667,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
67491
67667
|
//
|
|
67492
67668
|
AXCSecurityManagementMockModule,
|
|
67493
67669
|
AXCFormTemplateManagementMockModule,
|
|
67670
|
+
AXCBusinessCoreMockModule,
|
|
67494
67671
|
AXCCustomerManagementMockModule,
|
|
67495
67672
|
AXCSupplierManagementMockModule,
|
|
67496
67673
|
AXCProcurementManagementMockModule,
|
|
@@ -67529,7 +67706,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
67529
67706
|
AXCAssessmentManagementMockModule,
|
|
67530
67707
|
AXCFinancialCoreMockModule,
|
|
67531
67708
|
AXCMeasurementCoreMockModule,
|
|
67532
|
-
AXCBusinessCoreMockModule,
|
|
67533
67709
|
AXCProductCatalogMockModule,
|
|
67534
67710
|
AXCReservationManagementMockModule,
|
|
67535
67711
|
//
|
|
@@ -67655,5 +67831,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
67655
67831
|
* Generated bundle index. Do not edit.
|
|
67656
67832
|
*/
|
|
67657
67833
|
|
|
67658
|
-
export { ACTIVITY_CATEGORIES, ACTIVITY_DEFINITIONS, APPLICATIONS, AXCActivityCategorySeeder, AXCActivityDefinitionSeeder, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationDataSeeder, AXCApplicationManagementMockModule, AXCAssessmentManagementMockModule, AXCAssetManagementMockModule, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactCoreMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCEditionDataSeeder, AXCEquipmentCategorySeeder, AXCEquipmentSeeder, AXCFileStorageService, AXCFinancialCoreMockModule, AXCFormTemplateManagementMockModule, AXCGoogleStrategyMock, AXCHealthCoreMockModule, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCImageCaptchaChallengeProviderMock, AXCJsaSeeder, AXCLearningManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCMeasurementCoreMockModule, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMetaDataDefinitionElectricityDataSeeder, AXCMetadataCategorySeeder, AXCMetadataElectricityCategorySeeder, AXCMiddlewaresModule, AXCMockCaptchaChallengeComponent, AXCMockEntityLogListener, AXCMockModule, AXCNotificationManagementMockModule, AXCOrderManagementMockModule, AXCOrganizationManagementMockModule, AXCPersonCoreMockModule, AXCPersonManagementMockModule, AXCPlatformManagementMockModule, AXCProcurementManagementMockModule, AXCProductCatalogMockModule, AXCProjectManagementMockModule, AXCQueryCategoryMetadataInheritanceQuery, AXCReportManagementMockModule, AXCSecurityManagementMockModule, AXCSubscriptionManagementMockModule, AXCSupplierManagementMockModule, AXCTaskManagementMockModule, AXCTenantManagementMockModule, AXCTenantSeeder, AXCTokensDataSeeder, AXCUserPassStrategyMock, AXCVersionDB, AXCVersioningService, AXCWorkflowCategorySeeder, 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, EQUIPMENT_CATEGORY_ID, 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, METADATA_ELECTRICITY_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, activityCategoryMocks, assessmentCaseMock, assessmentSessionMock, auditLoggerMiddleware, avatarInterface, axVersionDB, axWorkflowExecutionDB, bypassAllFilters, bypassOwnershipFilter, bypassVisibilityFilter, calendarEventMock, calendarEventTypeMockData, calendarMock, categoryResolverMiddleware, checkboxInterface, childCountMiddleware, colorInterface, computeDiff, contactInterface, createAndSaveDashboardForUser, createDashboardForUser, createFileCastMiddleware, dateInterface, dateTimeInterface, descriptionInterface, emailInterface, equipmentCategoryMocks, equipmentMocks, fileUploaderInterface, findEmployeeById, findPersonById, generateUserDashboard, groupOrderItemCalculatorMiddleware, historyLoggerMiddleware, identifierCommitMiddleware, imageInterface, lockGuardMiddleware, longTextAnswerInterface, lookupInterface, lookupResolverMiddleware, mapInterface, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, metadataCategoryMocks, metadataElectricityCategoryMocks, mockRoleDefinitions, mockUsers, multipleChoiceInterface, multipleSelectInterface, normalizeAnyFileArrayForView, normalizeSnapshotFileFieldsForView, numberInterface, participantIds, passwordInterface, personIdentifierTypeMock, personRelationshipTypeMock, 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 };
|
|
67834
|
+
export { ACTIVITY_CATEGORIES, ACTIVITY_DEFINITIONS, APPLICATIONS, AXCActivityCategorySeeder, AXCActivityDefinitionSeeder, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationDataSeeder, AXCApplicationManagementMockModule, AXCAssessmentManagementMockModule, AXCAssetManagementMockModule, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactCoreMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCEditionDataSeeder, AXCEquipmentCategorySeeder, AXCEquipmentSeeder, AXCFileStorageService, AXCFinancialCoreMockModule, AXCFormTemplateManagementMockModule, AXCGoogleStrategyMock, AXCHealthCoreMockModule, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCImageCaptchaChallengeProviderMock, AXCJsaSeeder, AXCLearningManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCMeasurementCoreMockModule, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMetaDataDefinitionElectricityDataSeeder, AXCMetadataCategorySeeder, AXCMetadataElectricityCategorySeeder, AXCMiddlewaresModule, AXCMockCaptchaChallengeComponent, AXCMockEntityLogListener, AXCMockModule, AXCMockShowMetaDataFormPopupCommand, AXCNotificationManagementMockModule, AXCOrderManagementMockModule, AXCOrganizationManagementMockModule, AXCPersonCoreMockModule, AXCPersonManagementMockModule, AXCPlatformManagementMockModule, AXCProcurementManagementMockModule, AXCProductCatalogMockModule, AXCProjectManagementMockModule, AXCQueryCategoryMetadataInheritanceQuery, AXCReportManagementMockModule, AXCSecurityManagementMockModule, AXCSubscriptionManagementMockModule, AXCSupplierManagementMockModule, AXCTaskManagementMockModule, AXCTenantManagementMockModule, AXCTenantSeeder, AXCTokensDataSeeder, AXCUserPassStrategyMock, AXCVersionDB, AXCVersioningService, AXCWorkflowCategorySeeder, 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, EQUIPMENT_CATEGORY_ID, 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, METADATA_ELECTRICITY_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, activityCategoryMocks, assessmentCaseMock, assessmentSessionMock, auditLoggerMiddleware, avatarInterface, axVersionDB, axWorkflowExecutionDB, bypassAllFilters, bypassOwnershipFilter, bypassVisibilityFilter, calendarEventMock, calendarEventTypeMockData, calendarMock, categoryResolverMiddleware, checkboxInterface, childCountMiddleware, colorInterface, computeDiff, contactInterface, createAndSaveDashboardForUser, createDashboardForUser, createFileCastMiddleware, dateInterface, dateTimeInterface, descriptionInterface, emailInterface, equipmentCategoryMocks, equipmentMocks, fileUploaderInterface, findEmployeeById, findPersonById, generateUserDashboard, groupOrderItemCalculatorMiddleware, historyLoggerMiddleware, identifierCommitMiddleware, imageInterface, lockGuardMiddleware, longTextAnswerInterface, lookupInterface, lookupResolverMiddleware, mapInterface, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, metadataCategoryMocks, metadataElectricityCategoryMocks, mockRoleDefinitions, mockUsers, multipleChoiceInterface, multipleSelectInterface, normalizeAnyFileArrayForView, normalizeSnapshotFileFieldsForView, numberInterface, participantIds, passwordInterface, personIdentifierTypeMock, personRelationshipTypeMock, 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 };
|
|
67659
67835
|
//# sourceMappingURL=acorex-connectivity-mock.mjs.map
|