@posiwise/admin-module 0.0.203 → 0.0.205
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.
|
@@ -1,49 +1,49 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Injector, OnInit, OnDestroy, ChangeDetectorRef, AfterViewInit, QueryList, TemplateRef, EventEmitter } from '@angular/core';
|
|
3
|
-
import { PermissionService, AuthService, CommonService, ProductService, SubscriptionService, NgbDateCustomParserFormatter, TagService, TipsService, GroupService, CustomToastService, WindowService, AhoyService, UserService } from '@posiwise/common-services';
|
|
3
|
+
import { PermissionService, AuthService, CommonService, ProductService, SubscriptionService, NgbDateCustomParserFormatter, TagService, TipsService, GroupService, CustomToastService, WindowService, AhoyService, UserService, FeatureFlagService } from '@posiwise/common-services';
|
|
4
4
|
import { MenuItem, LazyLoadEvent, SelectItem } from 'primeng/api';
|
|
5
5
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
6
6
|
import { AdminService, AdminDataService } from '@posiwise/admin-module-utils';
|
|
7
7
|
import * as _angular_forms from '@angular/forms';
|
|
8
8
|
import { UntypedFormGroup, NgForm, FormBuilder, FormGroup, FormArray, UntypedFormBuilder, UntypedFormArray } from '@angular/forms';
|
|
9
|
-
import { FAQ, Product, User, Subscription as Subscription$1, Role, Plotly, ResourcePost, ResourceInsightResponse,
|
|
9
|
+
import { FAQ, Product, User, Subscription as Subscription$1, Role, Paging, Plotly, ResourcePost, ResourceInsightResponse, SubscriptionMember } from '@posiwise/common-utilities';
|
|
10
10
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
11
11
|
import { CustomUploaderComponent } from '@posiwise/utils';
|
|
12
|
-
import * as
|
|
12
|
+
import * as i118 from '@ng-bootstrap/ng-bootstrap';
|
|
13
13
|
import { NgbModal, NgbDatepickerConfig, NgbDateParserFormatter } from '@ng-bootstrap/ng-bootstrap';
|
|
14
14
|
import { Observable } from 'rxjs';
|
|
15
|
-
import * as
|
|
15
|
+
import * as i120 from '@angular/common';
|
|
16
16
|
import { DatePipe } from '@angular/common';
|
|
17
17
|
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
18
|
-
import * as
|
|
18
|
+
import * as i123 from '@angular-magic/ngx-gp-autocomplete';
|
|
19
19
|
import { NgxGpAutocompleteDirective } from '@angular-magic/ngx-gp-autocomplete';
|
|
20
|
-
import * as
|
|
21
|
-
import { PermissionTreeComponent,
|
|
22
|
-
import * as
|
|
20
|
+
import * as i122 from '@posiwise/shared-components';
|
|
21
|
+
import { PermissionTreeComponent, CollapsibleSidebarService, PasswordValidationComponent } from '@posiwise/shared-components';
|
|
22
|
+
import * as i109 from 'primeng/autocomplete';
|
|
23
23
|
import { AutoComplete } from 'primeng/autocomplete';
|
|
24
24
|
import moment$1 from 'moment';
|
|
25
|
-
import * as
|
|
25
|
+
import * as i111 from 'primeng/multiselect';
|
|
26
26
|
import { MultiSelect } from 'primeng/multiselect';
|
|
27
|
-
import * as
|
|
27
|
+
import * as i119 from 'ngx-uploader';
|
|
28
28
|
import { UploadFile, UploadInput, UploaderOptions, humanizeBytes, UploadOutput } from 'ngx-uploader';
|
|
29
|
-
import * as
|
|
30
|
-
import * as
|
|
31
|
-
import * as
|
|
32
|
-
import * as
|
|
33
|
-
import * as
|
|
34
|
-
import * as
|
|
35
|
-
import * as
|
|
36
|
-
import * as
|
|
37
|
-
import * as
|
|
38
|
-
import * as
|
|
39
|
-
import * as
|
|
40
|
-
import * as
|
|
41
|
-
import * as
|
|
42
|
-
import * as
|
|
29
|
+
import * as i106 from 'primeng/table';
|
|
30
|
+
import * as i107 from 'primeng/tooltip';
|
|
31
|
+
import * as i108 from 'primeng/accordion';
|
|
32
|
+
import * as i110 from 'primeng/select';
|
|
33
|
+
import * as i112 from 'primeng/inputtext';
|
|
34
|
+
import * as i113 from 'ngx-daterangepicker-material';
|
|
35
|
+
import * as i114 from 'ngx-json-viewer';
|
|
36
|
+
import * as i115 from 'primeng/datepicker';
|
|
37
|
+
import * as i116 from 'angular-plotly.js';
|
|
38
|
+
import * as i117 from 'primeng/fileupload';
|
|
39
|
+
import * as i121 from 'ngx-ui-switch';
|
|
40
|
+
import * as i124 from '@posiwise/core-transloco';
|
|
41
|
+
import * as i125 from '@posiwise/pipes';
|
|
42
|
+
import * as i126 from '@posiwise/directives';
|
|
43
43
|
import * as i1 from '@angular/router';
|
|
44
44
|
import { Router, Route, ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router';
|
|
45
|
-
import * as
|
|
46
|
-
import * as
|
|
45
|
+
import * as i129 from 'ngx-pagination';
|
|
46
|
+
import * as i130 from 'ngx-quill';
|
|
47
47
|
|
|
48
48
|
declare class UserTabComponent {
|
|
49
49
|
private readonly permission;
|
|
@@ -111,6 +111,9 @@ declare class MailerListComponent extends AppBaseComponent implements OnInit, On
|
|
|
111
111
|
loginNotifications: string;
|
|
112
112
|
incidentConfig: string;
|
|
113
113
|
incidentDetails: string;
|
|
114
|
+
featureFlagsConfig: string;
|
|
115
|
+
featureFlagsDetails: string;
|
|
116
|
+
featureFlagRules: string;
|
|
114
117
|
faqConfig: string;
|
|
115
118
|
faqDetails: string;
|
|
116
119
|
inviteUsers: string;
|
|
@@ -173,6 +176,9 @@ declare class MailerDetailsComponent extends AppBaseComponent implements OnInit,
|
|
|
173
176
|
loginNotifications: string;
|
|
174
177
|
incidentConfig: string;
|
|
175
178
|
incidentDetails: string;
|
|
179
|
+
featureFlagsConfig: string;
|
|
180
|
+
featureFlagsDetails: string;
|
|
181
|
+
featureFlagRules: string;
|
|
176
182
|
faqConfig: string;
|
|
177
183
|
faqDetails: string;
|
|
178
184
|
inviteUsers: string;
|
|
@@ -312,6 +318,9 @@ declare class FaqListComponent extends AppBaseComponent implements OnInit, OnDes
|
|
|
312
318
|
loginNotifications: string;
|
|
313
319
|
incidentConfig: string;
|
|
314
320
|
incidentDetails: string;
|
|
321
|
+
featureFlagsConfig: string;
|
|
322
|
+
featureFlagsDetails: string;
|
|
323
|
+
featureFlagRules: string;
|
|
315
324
|
faqConfig: string;
|
|
316
325
|
faqDetails: string;
|
|
317
326
|
inviteUsers: string;
|
|
@@ -552,6 +561,9 @@ declare class DomainConfigListComponent extends AppBaseComponent implements OnIn
|
|
|
552
561
|
loginNotifications: string;
|
|
553
562
|
incidentConfig: string;
|
|
554
563
|
incidentDetails: string;
|
|
564
|
+
featureFlagsConfig: string;
|
|
565
|
+
featureFlagsDetails: string;
|
|
566
|
+
featureFlagRules: string;
|
|
555
567
|
faqConfig: string;
|
|
556
568
|
faqDetails: string;
|
|
557
569
|
inviteUsers: string;
|
|
@@ -606,6 +618,9 @@ declare class DomainConfigDetailsComponent extends AppBaseComponent implements O
|
|
|
606
618
|
loginNotifications: string;
|
|
607
619
|
incidentConfig: string;
|
|
608
620
|
incidentDetails: string;
|
|
621
|
+
featureFlagsConfig: string;
|
|
622
|
+
featureFlagsDetails: string;
|
|
623
|
+
featureFlagRules: string;
|
|
609
624
|
faqConfig: string;
|
|
610
625
|
faqDetails: string;
|
|
611
626
|
inviteUsers: string;
|
|
@@ -672,6 +687,9 @@ declare class DomainConfigBuildComponent extends AppBaseComponent implements OnI
|
|
|
672
687
|
loginNotifications: string;
|
|
673
688
|
incidentConfig: string;
|
|
674
689
|
incidentDetails: string;
|
|
690
|
+
featureFlagsConfig: string;
|
|
691
|
+
featureFlagsDetails: string;
|
|
692
|
+
featureFlagRules: string;
|
|
675
693
|
faqConfig: string;
|
|
676
694
|
faqDetails: string;
|
|
677
695
|
inviteUsers: string;
|
|
@@ -811,6 +829,9 @@ declare class DomainConfigCoreComponent extends AppBaseComponent implements OnIn
|
|
|
811
829
|
loginNotifications: string;
|
|
812
830
|
incidentConfig: string;
|
|
813
831
|
incidentDetails: string;
|
|
832
|
+
featureFlagsConfig: string;
|
|
833
|
+
featureFlagsDetails: string;
|
|
834
|
+
featureFlagRules: string;
|
|
814
835
|
faqConfig: string;
|
|
815
836
|
faqDetails: string;
|
|
816
837
|
inviteUsers: string;
|
|
@@ -876,6 +897,9 @@ declare abstract class BaseDomainConfigComponent extends AppBaseComponent implem
|
|
|
876
897
|
loginNotifications: string;
|
|
877
898
|
incidentConfig: string;
|
|
878
899
|
incidentDetails: string;
|
|
900
|
+
featureFlagsConfig: string;
|
|
901
|
+
featureFlagsDetails: string;
|
|
902
|
+
featureFlagRules: string;
|
|
879
903
|
faqConfig: string;
|
|
880
904
|
faqDetails: string;
|
|
881
905
|
inviteUsers: string;
|
|
@@ -965,6 +989,9 @@ declare class DomainConfigIntegrationsComponent extends AppBaseComponent impleme
|
|
|
965
989
|
loginNotifications: string;
|
|
966
990
|
incidentConfig: string;
|
|
967
991
|
incidentDetails: string;
|
|
992
|
+
featureFlagsConfig: string;
|
|
993
|
+
featureFlagsDetails: string;
|
|
994
|
+
featureFlagRules: string;
|
|
968
995
|
faqConfig: string;
|
|
969
996
|
faqDetails: string;
|
|
970
997
|
inviteUsers: string;
|
|
@@ -1027,6 +1054,9 @@ declare class DomainConfigInterfaceComponent extends AppBaseComponent implements
|
|
|
1027
1054
|
loginNotifications: string;
|
|
1028
1055
|
incidentConfig: string;
|
|
1029
1056
|
incidentDetails: string;
|
|
1057
|
+
featureFlagsConfig: string;
|
|
1058
|
+
featureFlagsDetails: string;
|
|
1059
|
+
featureFlagRules: string;
|
|
1030
1060
|
faqConfig: string;
|
|
1031
1061
|
faqDetails: string;
|
|
1032
1062
|
inviteUsers: string;
|
|
@@ -1119,6 +1149,9 @@ declare class LoginNotificationsListComponent extends AppBaseComponent implement
|
|
|
1119
1149
|
loginNotifications: string;
|
|
1120
1150
|
incidentConfig: string;
|
|
1121
1151
|
incidentDetails: string;
|
|
1152
|
+
featureFlagsConfig: string;
|
|
1153
|
+
featureFlagsDetails: string;
|
|
1154
|
+
featureFlagRules: string;
|
|
1122
1155
|
faqConfig: string;
|
|
1123
1156
|
faqDetails: string;
|
|
1124
1157
|
inviteUsers: string;
|
|
@@ -1179,6 +1212,9 @@ declare class LoginNotificationDetailsComponent extends AppBaseComponent impleme
|
|
|
1179
1212
|
loginNotifications: string;
|
|
1180
1213
|
incidentConfig: string;
|
|
1181
1214
|
incidentDetails: string;
|
|
1215
|
+
featureFlagsConfig: string;
|
|
1216
|
+
featureFlagsDetails: string;
|
|
1217
|
+
featureFlagRules: string;
|
|
1182
1218
|
faqConfig: string;
|
|
1183
1219
|
faqDetails: string;
|
|
1184
1220
|
inviteUsers: string;
|
|
@@ -1253,6 +1289,9 @@ declare class FeedbackQuestionsListComponent extends AppBaseComponent implements
|
|
|
1253
1289
|
loginNotifications: string;
|
|
1254
1290
|
incidentConfig: string;
|
|
1255
1291
|
incidentDetails: string;
|
|
1292
|
+
featureFlagsConfig: string;
|
|
1293
|
+
featureFlagsDetails: string;
|
|
1294
|
+
featureFlagRules: string;
|
|
1256
1295
|
faqConfig: string;
|
|
1257
1296
|
faqDetails: string;
|
|
1258
1297
|
inviteUsers: string;
|
|
@@ -1316,6 +1355,9 @@ declare class FeedbackQuestionsDetailsComponent extends AppBaseComponent impleme
|
|
|
1316
1355
|
loginNotifications: string;
|
|
1317
1356
|
incidentConfig: string;
|
|
1318
1357
|
incidentDetails: string;
|
|
1358
|
+
featureFlagsConfig: string;
|
|
1359
|
+
featureFlagsDetails: string;
|
|
1360
|
+
featureFlagRules: string;
|
|
1319
1361
|
faqConfig: string;
|
|
1320
1362
|
faqDetails: string;
|
|
1321
1363
|
inviteUsers: string;
|
|
@@ -1336,6 +1378,214 @@ declare class FeedbackQuestionsDetailsComponent extends AppBaseComponent impleme
|
|
|
1336
1378
|
static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackQuestionsDetailsComponent, "pw-feedback-questions-details", never, {}, {}, never, never, false, never>;
|
|
1337
1379
|
}
|
|
1338
1380
|
|
|
1381
|
+
declare class FeatureFlagsListComponent extends AppBaseComponent {
|
|
1382
|
+
private readonly adminService;
|
|
1383
|
+
readonly PAGE_SIZE = 50;
|
|
1384
|
+
routers: {
|
|
1385
|
+
globalConfigDetails: string;
|
|
1386
|
+
adminCredentialsDetails: string;
|
|
1387
|
+
subscriptionCredentialDetails: string;
|
|
1388
|
+
newsletter: string;
|
|
1389
|
+
mailerDetails: string;
|
|
1390
|
+
newsletterItemDetails: string;
|
|
1391
|
+
newsletterItemView: string;
|
|
1392
|
+
newslettersUserList: string;
|
|
1393
|
+
newsletterDetails: string;
|
|
1394
|
+
permissionsList: string;
|
|
1395
|
+
permissionsDetails: string;
|
|
1396
|
+
rolesDetails: string;
|
|
1397
|
+
productDetails: string;
|
|
1398
|
+
productsUserList: string;
|
|
1399
|
+
feedbackQuestions: string;
|
|
1400
|
+
feedbackQuestionsDetails: string;
|
|
1401
|
+
subscriptionDetails: string;
|
|
1402
|
+
subscriptionProductDetails: string;
|
|
1403
|
+
tipsDetails: string;
|
|
1404
|
+
tosAndPrivacyDetails: string;
|
|
1405
|
+
tosAndPrivacyView: string;
|
|
1406
|
+
usersDetails: string;
|
|
1407
|
+
domainConfig: string;
|
|
1408
|
+
domainConfigDetails: string;
|
|
1409
|
+
loginNotifications: string;
|
|
1410
|
+
incidentConfig: string;
|
|
1411
|
+
incidentDetails: string;
|
|
1412
|
+
featureFlagsConfig: string;
|
|
1413
|
+
featureFlagsDetails: string;
|
|
1414
|
+
featureFlagRules: string;
|
|
1415
|
+
faqConfig: string;
|
|
1416
|
+
faqDetails: string;
|
|
1417
|
+
inviteUsers: string;
|
|
1418
|
+
subscriptionList: string;
|
|
1419
|
+
createResource: string;
|
|
1420
|
+
createTag: string;
|
|
1421
|
+
tags: string;
|
|
1422
|
+
posts: string;
|
|
1423
|
+
resourcesList: string;
|
|
1424
|
+
};
|
|
1425
|
+
buttonBusy: boolean;
|
|
1426
|
+
isLoaded: boolean;
|
|
1427
|
+
searchText: string;
|
|
1428
|
+
featureFlags: any[];
|
|
1429
|
+
totalRecords: number;
|
|
1430
|
+
private page;
|
|
1431
|
+
constructor(injector: Injector, adminService: AdminService);
|
|
1432
|
+
private nonEmpty;
|
|
1433
|
+
onLazyLoad(event: LazyLoadEvent): void;
|
|
1434
|
+
loadFeatureFlags(paging?: any): void;
|
|
1435
|
+
navigateToEdit(item: any): void;
|
|
1436
|
+
navigateToRules(item: any): void;
|
|
1437
|
+
onDelete(item: any): void;
|
|
1438
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureFlagsListComponent, never>;
|
|
1439
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureFlagsListComponent, "pw-feature-flags-list", never, {}, {}, never, never, false, never>;
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
declare class FeatureFlagDetailsComponent extends AppBaseComponent implements OnInit {
|
|
1443
|
+
private readonly adminService;
|
|
1444
|
+
form: _angular_forms.UntypedFormGroup;
|
|
1445
|
+
routers: {
|
|
1446
|
+
globalConfigDetails: string;
|
|
1447
|
+
adminCredentialsDetails: string;
|
|
1448
|
+
subscriptionCredentialDetails: string;
|
|
1449
|
+
newsletter: string;
|
|
1450
|
+
mailerDetails: string;
|
|
1451
|
+
newsletterItemDetails: string;
|
|
1452
|
+
newsletterItemView: string;
|
|
1453
|
+
newslettersUserList: string;
|
|
1454
|
+
newsletterDetails: string;
|
|
1455
|
+
permissionsList: string;
|
|
1456
|
+
permissionsDetails: string;
|
|
1457
|
+
rolesDetails: string;
|
|
1458
|
+
productDetails: string;
|
|
1459
|
+
productsUserList: string;
|
|
1460
|
+
feedbackQuestions: string;
|
|
1461
|
+
feedbackQuestionsDetails: string;
|
|
1462
|
+
subscriptionDetails: string;
|
|
1463
|
+
subscriptionProductDetails: string;
|
|
1464
|
+
tipsDetails: string;
|
|
1465
|
+
tosAndPrivacyDetails: string;
|
|
1466
|
+
tosAndPrivacyView: string;
|
|
1467
|
+
usersDetails: string;
|
|
1468
|
+
domainConfig: string;
|
|
1469
|
+
domainConfigDetails: string;
|
|
1470
|
+
loginNotifications: string;
|
|
1471
|
+
incidentConfig: string;
|
|
1472
|
+
incidentDetails: string;
|
|
1473
|
+
featureFlagsConfig: string;
|
|
1474
|
+
featureFlagsDetails: string;
|
|
1475
|
+
featureFlagRules: string;
|
|
1476
|
+
faqConfig: string;
|
|
1477
|
+
faqDetails: string;
|
|
1478
|
+
inviteUsers: string;
|
|
1479
|
+
subscriptionList: string;
|
|
1480
|
+
createResource: string;
|
|
1481
|
+
createTag: string;
|
|
1482
|
+
tags: string;
|
|
1483
|
+
posts: string;
|
|
1484
|
+
resourcesList: string;
|
|
1485
|
+
};
|
|
1486
|
+
id: number;
|
|
1487
|
+
isLoading: boolean;
|
|
1488
|
+
submitted: boolean;
|
|
1489
|
+
buttonBusy: boolean;
|
|
1490
|
+
flagTypeOptions: any[];
|
|
1491
|
+
statusOptions: any[];
|
|
1492
|
+
allUsers: any[];
|
|
1493
|
+
filteredUsers: any[];
|
|
1494
|
+
subscriptionId: number;
|
|
1495
|
+
constructor(injector: Injector, adminService: AdminService);
|
|
1496
|
+
ngOnInit(): void;
|
|
1497
|
+
loadSupportedOptions(): void;
|
|
1498
|
+
loadOwners(): void;
|
|
1499
|
+
searchOwners(event: any): void;
|
|
1500
|
+
get f(): {
|
|
1501
|
+
[key: string]: _angular_forms.AbstractControl<any, any, any>;
|
|
1502
|
+
};
|
|
1503
|
+
getFeatureFlag(): void;
|
|
1504
|
+
onSubmit(): void;
|
|
1505
|
+
onCancel(): void;
|
|
1506
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureFlagDetailsComponent, never>;
|
|
1507
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureFlagDetailsComponent, "pw-feature-flag-details", never, {}, {}, never, never, false, never>;
|
|
1508
|
+
}
|
|
1509
|
+
|
|
1510
|
+
declare class FeatureFlagRulesComponent extends AppBaseComponent implements OnInit {
|
|
1511
|
+
private readonly adminService;
|
|
1512
|
+
private readonly cdr;
|
|
1513
|
+
routers: {
|
|
1514
|
+
globalConfigDetails: string;
|
|
1515
|
+
adminCredentialsDetails: string;
|
|
1516
|
+
subscriptionCredentialDetails: string;
|
|
1517
|
+
newsletter: string;
|
|
1518
|
+
mailerDetails: string;
|
|
1519
|
+
newsletterItemDetails: string;
|
|
1520
|
+
newsletterItemView: string;
|
|
1521
|
+
newslettersUserList: string;
|
|
1522
|
+
newsletterDetails: string;
|
|
1523
|
+
permissionsList: string;
|
|
1524
|
+
permissionsDetails: string;
|
|
1525
|
+
rolesDetails: string;
|
|
1526
|
+
productDetails: string;
|
|
1527
|
+
productsUserList: string;
|
|
1528
|
+
feedbackQuestions: string;
|
|
1529
|
+
feedbackQuestionsDetails: string;
|
|
1530
|
+
subscriptionDetails: string;
|
|
1531
|
+
subscriptionProductDetails: string;
|
|
1532
|
+
tipsDetails: string;
|
|
1533
|
+
tosAndPrivacyDetails: string;
|
|
1534
|
+
tosAndPrivacyView: string;
|
|
1535
|
+
usersDetails: string;
|
|
1536
|
+
domainConfig: string;
|
|
1537
|
+
domainConfigDetails: string;
|
|
1538
|
+
loginNotifications: string;
|
|
1539
|
+
incidentConfig: string;
|
|
1540
|
+
incidentDetails: string;
|
|
1541
|
+
featureFlagsConfig: string;
|
|
1542
|
+
featureFlagsDetails: string;
|
|
1543
|
+
featureFlagRules: string;
|
|
1544
|
+
faqConfig: string;
|
|
1545
|
+
faqDetails: string;
|
|
1546
|
+
inviteUsers: string;
|
|
1547
|
+
subscriptionList: string;
|
|
1548
|
+
createResource: string;
|
|
1549
|
+
createTag: string;
|
|
1550
|
+
tags: string;
|
|
1551
|
+
posts: string;
|
|
1552
|
+
resourcesList: string;
|
|
1553
|
+
};
|
|
1554
|
+
ruleForm: _angular_forms.UntypedFormGroup;
|
|
1555
|
+
featureFlagId: number;
|
|
1556
|
+
featureFlagName: string;
|
|
1557
|
+
isLoading: boolean;
|
|
1558
|
+
ruleSubmitted: boolean;
|
|
1559
|
+
ruleButtonBusy: boolean;
|
|
1560
|
+
rules: any[];
|
|
1561
|
+
editingRuleId: number | null;
|
|
1562
|
+
targetTypeOptions: any[];
|
|
1563
|
+
environmentOptions: any[];
|
|
1564
|
+
productFeatureKeyOptions: any[];
|
|
1565
|
+
constructor(injector: Injector, adminService: AdminService, cdr: ChangeDetectorRef);
|
|
1566
|
+
ngOnInit(): void;
|
|
1567
|
+
private nonEmpty;
|
|
1568
|
+
get rf(): {
|
|
1569
|
+
[key: string]: _angular_forms.AbstractControl<any, any, any>;
|
|
1570
|
+
};
|
|
1571
|
+
loadPageData(): void;
|
|
1572
|
+
loadSupportedOptions(): void;
|
|
1573
|
+
loadRules(): void;
|
|
1574
|
+
editRule(rule: any): void;
|
|
1575
|
+
resetRuleForm(): void;
|
|
1576
|
+
saveRule(): void;
|
|
1577
|
+
deleteRule(rule: any): void;
|
|
1578
|
+
backToFlags(): void;
|
|
1579
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureFlagRulesComponent, never>;
|
|
1580
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureFlagRulesComponent, "pw-feature-flag-rules", never, {}, {}, never, never, false, never>;
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1583
|
+
declare class FeatureFlagsTabsComponent {
|
|
1584
|
+
items: MenuItem[];
|
|
1585
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureFlagsTabsComponent, never>;
|
|
1586
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureFlagsTabsComponent, "feature-flags-tabs", never, {}, {}, never, never, false, never>;
|
|
1587
|
+
}
|
|
1588
|
+
|
|
1339
1589
|
declare class UserDetailsComponent extends AppBaseComponent implements OnInit, OnDestroy {
|
|
1340
1590
|
private readonly adminService;
|
|
1341
1591
|
private readonly cdr;
|
|
@@ -1501,6 +1751,9 @@ declare class NewsletterDetailsComponent extends AppBaseComponent implements OnI
|
|
|
1501
1751
|
loginNotifications: string;
|
|
1502
1752
|
incidentConfig: string;
|
|
1503
1753
|
incidentDetails: string;
|
|
1754
|
+
featureFlagsConfig: string;
|
|
1755
|
+
featureFlagsDetails: string;
|
|
1756
|
+
featureFlagRules: string;
|
|
1504
1757
|
faqConfig: string;
|
|
1505
1758
|
faqDetails: string;
|
|
1506
1759
|
inviteUsers: string;
|
|
@@ -1576,6 +1829,9 @@ declare class NewsletterItemDetailsComponent extends AppBaseComponent implements
|
|
|
1576
1829
|
loginNotifications: string;
|
|
1577
1830
|
incidentConfig: string;
|
|
1578
1831
|
incidentDetails: string;
|
|
1832
|
+
featureFlagsConfig: string;
|
|
1833
|
+
featureFlagsDetails: string;
|
|
1834
|
+
featureFlagRules: string;
|
|
1579
1835
|
faqConfig: string;
|
|
1580
1836
|
faqDetails: string;
|
|
1581
1837
|
inviteUsers: string;
|
|
@@ -1647,6 +1903,9 @@ declare class NewsLetterItemViewComponent extends AppBaseComponent implements On
|
|
|
1647
1903
|
loginNotifications: string;
|
|
1648
1904
|
incidentConfig: string;
|
|
1649
1905
|
incidentDetails: string;
|
|
1906
|
+
featureFlagsConfig: string;
|
|
1907
|
+
featureFlagsDetails: string;
|
|
1908
|
+
featureFlagRules: string;
|
|
1650
1909
|
faqConfig: string;
|
|
1651
1910
|
faqDetails: string;
|
|
1652
1911
|
inviteUsers: string;
|
|
@@ -1859,6 +2118,9 @@ declare class TipsComponent extends AppBaseComponent implements OnInit, OnDestro
|
|
|
1859
2118
|
loginNotifications: string;
|
|
1860
2119
|
incidentConfig: string;
|
|
1861
2120
|
incidentDetails: string;
|
|
2121
|
+
featureFlagsConfig: string;
|
|
2122
|
+
featureFlagsDetails: string;
|
|
2123
|
+
featureFlagRules: string;
|
|
1862
2124
|
faqConfig: string;
|
|
1863
2125
|
faqDetails: string;
|
|
1864
2126
|
inviteUsers: string;
|
|
@@ -1901,40 +2163,64 @@ declare class AgentDetailsComponent extends AppBaseComponent implements OnInit,
|
|
|
1901
2163
|
static ɵcmp: i0.ɵɵComponentDeclaration<AgentDetailsComponent, "pw-agent-details", never, {}, {}, never, never, false, never>;
|
|
1902
2164
|
}
|
|
1903
2165
|
|
|
1904
|
-
declare class
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
passwordValidationModalForRemove2fa: PasswordValidationComponent;
|
|
1915
|
-
private page;
|
|
1916
|
-
private filterByProducts;
|
|
1917
|
-
private filterByRoles;
|
|
1918
|
-
private userToDelete;
|
|
2166
|
+
declare abstract class UsersListBaseComponent extends AppBaseComponent {
|
|
2167
|
+
protected readonly adminService: AdminService;
|
|
2168
|
+
protected readonly productService: ProductService;
|
|
2169
|
+
protected readonly cdr: ChangeDetectorRef;
|
|
2170
|
+
protected readonly sidebarService: CollapsibleSidebarService;
|
|
2171
|
+
protected page: number;
|
|
2172
|
+
protected filterByProducts: number[];
|
|
2173
|
+
protected filterByRoles: number[];
|
|
2174
|
+
protected filterByFeatureKeys: string[];
|
|
2175
|
+
protected filterByAlphaBeta: string[];
|
|
1919
2176
|
totalRecords: number;
|
|
1920
2177
|
users: User[];
|
|
1921
|
-
allRoles: SelectItem[];
|
|
1922
2178
|
allUsers: User[];
|
|
2179
|
+
allRoles: SelectItem[];
|
|
1923
2180
|
productList: SelectItem[];
|
|
1924
2181
|
loading: boolean;
|
|
1925
2182
|
isLoaded: boolean;
|
|
2183
|
+
searchDataSource: SelectItem[];
|
|
2184
|
+
featureKeysList: SelectItem[];
|
|
2185
|
+
filterSource: string[];
|
|
2186
|
+
criteria: SelectItem[];
|
|
2187
|
+
selectedOption: SelectItem;
|
|
2188
|
+
totalRecordsUnFiltered: number;
|
|
2189
|
+
subscriptionId: number;
|
|
2190
|
+
searchText: string;
|
|
2191
|
+
masterProductId: any;
|
|
1926
2192
|
searchOptions: {
|
|
1927
2193
|
label: string;
|
|
1928
2194
|
value: string;
|
|
1929
2195
|
}[];
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
2196
|
+
alphaBetaOptions: {
|
|
2197
|
+
label: string;
|
|
2198
|
+
value: string;
|
|
2199
|
+
}[];
|
|
2200
|
+
constructor(adminService: AdminService, productService: ProductService, injector: Injector, cdr: ChangeDetectorRef, sidebarService: CollapsibleSidebarService);
|
|
2201
|
+
getTableState(): void;
|
|
2202
|
+
private initializeSearchText;
|
|
2203
|
+
private initializeSelectedOption;
|
|
2204
|
+
private initializeSearchDataSource;
|
|
2205
|
+
private initializeCriteria;
|
|
2206
|
+
private initializeFilters;
|
|
2207
|
+
onLazyLoad(event: LazyLoadEvent): void;
|
|
2208
|
+
protected getRoles(): void;
|
|
2209
|
+
protected getProducts(): void;
|
|
2210
|
+
protected getUsers(paging: Paging): void;
|
|
2211
|
+
}
|
|
2212
|
+
|
|
2213
|
+
declare class UserListComponent extends UsersListBaseComponent implements OnInit, OnDestroy {
|
|
2214
|
+
private readonly toaster;
|
|
2215
|
+
private readonly authService;
|
|
2216
|
+
private readonly windowService;
|
|
2217
|
+
passwordValidationModalForUserDelete: PasswordValidationComponent;
|
|
2218
|
+
passwordValidationModalForImpersonate: PasswordValidationComponent;
|
|
2219
|
+
passwordValidationModalForRemove2fa: PasswordValidationComponent;
|
|
1937
2220
|
currentUser: User;
|
|
2221
|
+
userToImpersonate: User;
|
|
2222
|
+
chatPermission: string;
|
|
2223
|
+
remove2faUserId: number;
|
|
1938
2224
|
routers: {
|
|
1939
2225
|
globalConfigDetails: string;
|
|
1940
2226
|
adminCredentialsDetails: string;
|
|
@@ -1963,6 +2249,9 @@ declare class UserListComponent extends AppBaseComponent implements OnInit, OnDe
|
|
|
1963
2249
|
loginNotifications: string;
|
|
1964
2250
|
incidentConfig: string;
|
|
1965
2251
|
incidentDetails: string;
|
|
2252
|
+
featureFlagsConfig: string;
|
|
2253
|
+
featureFlagsDetails: string;
|
|
2254
|
+
featureFlagRules: string;
|
|
1966
2255
|
faqConfig: string;
|
|
1967
2256
|
faqDetails: string;
|
|
1968
2257
|
inviteUsers: string;
|
|
@@ -1973,30 +2262,16 @@ declare class UserListComponent extends AppBaseComponent implements OnInit, OnDe
|
|
|
1973
2262
|
posts: string;
|
|
1974
2263
|
resourcesList: string;
|
|
1975
2264
|
};
|
|
1976
|
-
|
|
1977
|
-
totalRecordsUnFiltered: number;
|
|
1978
|
-
chatPermission: string;
|
|
1979
|
-
userToImpersonate: User;
|
|
1980
|
-
subscriptionId: number;
|
|
1981
|
-
remove2faUserId: number;
|
|
2265
|
+
private userToDelete;
|
|
1982
2266
|
constructor(adminService: AdminService, toaster: CustomToastService, productService: ProductService, injector: Injector, authService: AuthService, cdr: ChangeDetectorRef, windowService: WindowService, sidebarService: CollapsibleSidebarService);
|
|
1983
2267
|
ngOnInit(): void;
|
|
1984
|
-
getTableState(): void;
|
|
1985
|
-
private initializeSearchText;
|
|
1986
|
-
private initializeSelectedOption;
|
|
1987
|
-
private initializeSearchDataSource;
|
|
1988
|
-
private initializeCriteria;
|
|
1989
|
-
private initializeFilters;
|
|
1990
|
-
onLazyLoad(event: LazyLoadEvent): void;
|
|
1991
|
-
private getRoles;
|
|
1992
|
-
private getProducts;
|
|
1993
|
-
private getUsers;
|
|
1994
2268
|
onSearchOptionChange($event: any): void;
|
|
1995
2269
|
clearFilters(): void;
|
|
1996
2270
|
onSearchCriteria(evt: any): void;
|
|
1997
2271
|
onRoleChange(event: any): void;
|
|
1998
2272
|
onProductChange(event: any): void;
|
|
1999
2273
|
private onFeatureKeyChange;
|
|
2274
|
+
private onAlphaBetaChange;
|
|
2000
2275
|
onDelete(user: User): void;
|
|
2001
2276
|
deleteUser(_event: any): void;
|
|
2002
2277
|
onImpersonate(user: User): void;
|
|
@@ -2046,6 +2321,9 @@ declare class RolesListComponent extends AppBaseComponent implements OnInit, OnD
|
|
|
2046
2321
|
loginNotifications: string;
|
|
2047
2322
|
incidentConfig: string;
|
|
2048
2323
|
incidentDetails: string;
|
|
2324
|
+
featureFlagsConfig: string;
|
|
2325
|
+
featureFlagsDetails: string;
|
|
2326
|
+
featureFlagRules: string;
|
|
2049
2327
|
faqConfig: string;
|
|
2050
2328
|
faqDetails: string;
|
|
2051
2329
|
inviteUsers: string;
|
|
@@ -2122,6 +2400,9 @@ declare class SubscriptionsListComponent extends AppBaseComponent implements OnI
|
|
|
2122
2400
|
loginNotifications: string;
|
|
2123
2401
|
incidentConfig: string;
|
|
2124
2402
|
incidentDetails: string;
|
|
2403
|
+
featureFlagsConfig: string;
|
|
2404
|
+
featureFlagsDetails: string;
|
|
2405
|
+
featureFlagRules: string;
|
|
2125
2406
|
faqConfig: string;
|
|
2126
2407
|
faqDetails: string;
|
|
2127
2408
|
inviteUsers: string;
|
|
@@ -2229,6 +2510,9 @@ declare class InviteUsersComponent extends AppBaseComponent implements OnInit, O
|
|
|
2229
2510
|
loginNotifications: string;
|
|
2230
2511
|
incidentConfig: string;
|
|
2231
2512
|
incidentDetails: string;
|
|
2513
|
+
featureFlagsConfig: string;
|
|
2514
|
+
featureFlagsDetails: string;
|
|
2515
|
+
featureFlagRules: string;
|
|
2232
2516
|
faqConfig: string;
|
|
2233
2517
|
faqDetails: string;
|
|
2234
2518
|
inviteUsers: string;
|
|
@@ -2312,6 +2596,9 @@ declare class SubscriptionProductDetailsComponent extends AppBaseComponent imple
|
|
|
2312
2596
|
loginNotifications: string;
|
|
2313
2597
|
incidentConfig: string;
|
|
2314
2598
|
incidentDetails: string;
|
|
2599
|
+
featureFlagsConfig: string;
|
|
2600
|
+
featureFlagsDetails: string;
|
|
2601
|
+
featureFlagRules: string;
|
|
2315
2602
|
faqConfig: string;
|
|
2316
2603
|
faqDetails: string;
|
|
2317
2604
|
inviteUsers: string;
|
|
@@ -2549,6 +2836,9 @@ declare class ProductsListComponent extends AppBaseComponent implements OnInit,
|
|
|
2549
2836
|
loginNotifications: string;
|
|
2550
2837
|
incidentConfig: string;
|
|
2551
2838
|
incidentDetails: string;
|
|
2839
|
+
featureFlagsConfig: string;
|
|
2840
|
+
featureFlagsDetails: string;
|
|
2841
|
+
featureFlagRules: string;
|
|
2552
2842
|
faqConfig: string;
|
|
2553
2843
|
faqDetails: string;
|
|
2554
2844
|
inviteUsers: string;
|
|
@@ -2813,6 +3103,9 @@ declare class ResourcesIndexComponent extends AppBaseComponent implements OnInit
|
|
|
2813
3103
|
loginNotifications: string;
|
|
2814
3104
|
incidentConfig: string;
|
|
2815
3105
|
incidentDetails: string;
|
|
3106
|
+
featureFlagsConfig: string;
|
|
3107
|
+
featureFlagsDetails: string;
|
|
3108
|
+
featureFlagRules: string;
|
|
2816
3109
|
faqConfig: string;
|
|
2817
3110
|
faqDetails: string;
|
|
2818
3111
|
inviteUsers: string;
|
|
@@ -2914,6 +3207,9 @@ declare class NewslettersListComponent extends AppBaseComponent implements OnIni
|
|
|
2914
3207
|
loginNotifications: string;
|
|
2915
3208
|
incidentConfig: string;
|
|
2916
3209
|
incidentDetails: string;
|
|
3210
|
+
featureFlagsConfig: string;
|
|
3211
|
+
featureFlagsDetails: string;
|
|
3212
|
+
featureFlagRules: string;
|
|
2917
3213
|
faqConfig: string;
|
|
2918
3214
|
faqDetails: string;
|
|
2919
3215
|
inviteUsers: string;
|
|
@@ -2987,6 +3283,9 @@ declare class NewslettersItemsComponent extends AppBaseComponent implements OnIn
|
|
|
2987
3283
|
loginNotifications: string;
|
|
2988
3284
|
incidentConfig: string;
|
|
2989
3285
|
incidentDetails: string;
|
|
3286
|
+
featureFlagsConfig: string;
|
|
3287
|
+
featureFlagsDetails: string;
|
|
3288
|
+
featureFlagRules: string;
|
|
2990
3289
|
faqConfig: string;
|
|
2991
3290
|
faqDetails: string;
|
|
2992
3291
|
inviteUsers: string;
|
|
@@ -3134,6 +3433,9 @@ declare class TagsListComponent extends AppBaseComponent implements OnDestroy, O
|
|
|
3134
3433
|
loginNotifications: string;
|
|
3135
3434
|
incidentConfig: string;
|
|
3136
3435
|
incidentDetails: string;
|
|
3436
|
+
featureFlagsConfig: string;
|
|
3437
|
+
featureFlagsDetails: string;
|
|
3438
|
+
featureFlagRules: string;
|
|
3137
3439
|
faqConfig: string;
|
|
3138
3440
|
faqDetails: string;
|
|
3139
3441
|
inviteUsers: string;
|
|
@@ -3257,6 +3559,9 @@ declare class PermissionsListComponent extends AppBaseComponent implements OnDes
|
|
|
3257
3559
|
loginNotifications: string;
|
|
3258
3560
|
incidentConfig: string;
|
|
3259
3561
|
incidentDetails: string;
|
|
3562
|
+
featureFlagsConfig: string;
|
|
3563
|
+
featureFlagsDetails: string;
|
|
3564
|
+
featureFlagRules: string;
|
|
3260
3565
|
faqConfig: string;
|
|
3261
3566
|
faqDetails: string;
|
|
3262
3567
|
inviteUsers: string;
|
|
@@ -3317,6 +3622,9 @@ declare class PermissionsDetailsComponent extends AppBaseComponent implements On
|
|
|
3317
3622
|
loginNotifications: string;
|
|
3318
3623
|
incidentConfig: string;
|
|
3319
3624
|
incidentDetails: string;
|
|
3625
|
+
featureFlagsConfig: string;
|
|
3626
|
+
featureFlagsDetails: string;
|
|
3627
|
+
featureFlagRules: string;
|
|
3320
3628
|
faqConfig: string;
|
|
3321
3629
|
faqDetails: string;
|
|
3322
3630
|
inviteUsers: string;
|
|
@@ -3380,6 +3688,9 @@ declare class TermsOfServiceComponent extends AppBaseComponent implements OnInit
|
|
|
3380
3688
|
loginNotifications: string;
|
|
3381
3689
|
incidentConfig: string;
|
|
3382
3690
|
incidentDetails: string;
|
|
3691
|
+
featureFlagsConfig: string;
|
|
3692
|
+
featureFlagsDetails: string;
|
|
3693
|
+
featureFlagRules: string;
|
|
3383
3694
|
faqConfig: string;
|
|
3384
3695
|
faqDetails: string;
|
|
3385
3696
|
inviteUsers: string;
|
|
@@ -3514,6 +3825,9 @@ declare class CredentialsComponent extends AppBaseComponent implements OnDestroy
|
|
|
3514
3825
|
loginNotifications: string;
|
|
3515
3826
|
incidentConfig: string;
|
|
3516
3827
|
incidentDetails: string;
|
|
3828
|
+
featureFlagsConfig: string;
|
|
3829
|
+
featureFlagsDetails: string;
|
|
3830
|
+
featureFlagRules: string;
|
|
3517
3831
|
faqConfig: string;
|
|
3518
3832
|
faqDetails: string;
|
|
3519
3833
|
inviteUsers: string;
|
|
@@ -3572,6 +3886,9 @@ declare class SubscriptionCredentialsComponent extends AppBaseComponent implemen
|
|
|
3572
3886
|
loginNotifications: string;
|
|
3573
3887
|
incidentConfig: string;
|
|
3574
3888
|
incidentDetails: string;
|
|
3889
|
+
featureFlagsConfig: string;
|
|
3890
|
+
featureFlagsDetails: string;
|
|
3891
|
+
featureFlagRules: string;
|
|
3575
3892
|
faqConfig: string;
|
|
3576
3893
|
faqDetails: string;
|
|
3577
3894
|
inviteUsers: string;
|
|
@@ -4067,6 +4384,9 @@ declare class GlobalConfigListComponent extends AppBaseComponent implements OnIn
|
|
|
4067
4384
|
loginNotifications: string;
|
|
4068
4385
|
incidentConfig: string;
|
|
4069
4386
|
incidentDetails: string;
|
|
4387
|
+
featureFlagsConfig: string;
|
|
4388
|
+
featureFlagsDetails: string;
|
|
4389
|
+
featureFlagRules: string;
|
|
4070
4390
|
faqConfig: string;
|
|
4071
4391
|
faqDetails: string;
|
|
4072
4392
|
inviteUsers: string;
|
|
@@ -4160,6 +4480,9 @@ declare class SubscriptionProductsComponent extends AppBaseComponent implements
|
|
|
4160
4480
|
loginNotifications: string;
|
|
4161
4481
|
incidentConfig: string;
|
|
4162
4482
|
incidentDetails: string;
|
|
4483
|
+
featureFlagsConfig: string;
|
|
4484
|
+
featureFlagsDetails: string;
|
|
4485
|
+
featureFlagRules: string;
|
|
4163
4486
|
faqConfig: string;
|
|
4164
4487
|
faqDetails: string;
|
|
4165
4488
|
inviteUsers: string;
|
|
@@ -4232,6 +4555,9 @@ declare class SubscriptionUsersComponent extends AppBaseComponent implements OnI
|
|
|
4232
4555
|
loginNotifications: string;
|
|
4233
4556
|
incidentConfig: string;
|
|
4234
4557
|
incidentDetails: string;
|
|
4558
|
+
featureFlagsConfig: string;
|
|
4559
|
+
featureFlagsDetails: string;
|
|
4560
|
+
featureFlagRules: string;
|
|
4235
4561
|
faqConfig: string;
|
|
4236
4562
|
faqDetails: string;
|
|
4237
4563
|
inviteUsers: string;
|
|
@@ -4407,6 +4733,9 @@ declare class IncidentListComponent extends AppBaseComponent implements OnInit,
|
|
|
4407
4733
|
loginNotifications: string;
|
|
4408
4734
|
incidentConfig: string;
|
|
4409
4735
|
incidentDetails: string;
|
|
4736
|
+
featureFlagsConfig: string;
|
|
4737
|
+
featureFlagsDetails: string;
|
|
4738
|
+
featureFlagRules: string;
|
|
4410
4739
|
faqConfig: string;
|
|
4411
4740
|
faqDetails: string;
|
|
4412
4741
|
inviteUsers: string;
|
|
@@ -4482,6 +4811,9 @@ declare class AddEditIncidentComponent extends AppBaseComponent implements OnIni
|
|
|
4482
4811
|
loginNotifications: string;
|
|
4483
4812
|
incidentConfig: string;
|
|
4484
4813
|
incidentDetails: string;
|
|
4814
|
+
featureFlagsConfig: string;
|
|
4815
|
+
featureFlagsDetails: string;
|
|
4816
|
+
featureFlagRules: string;
|
|
4485
4817
|
faqConfig: string;
|
|
4486
4818
|
faqDetails: string;
|
|
4487
4819
|
inviteUsers: string;
|
|
@@ -4557,6 +4889,9 @@ declare class AddFaqComponent extends AppBaseComponent implements OnInit, OnDest
|
|
|
4557
4889
|
loginNotifications: string;
|
|
4558
4890
|
incidentConfig: string;
|
|
4559
4891
|
incidentDetails: string;
|
|
4892
|
+
featureFlagsConfig: string;
|
|
4893
|
+
featureFlagsDetails: string;
|
|
4894
|
+
featureFlagRules: string;
|
|
4560
4895
|
faqConfig: string;
|
|
4561
4896
|
faqDetails: string;
|
|
4562
4897
|
inviteUsers: string;
|
|
@@ -4651,6 +4986,9 @@ declare class EditFaqComponent extends AppBaseComponent implements OnInit, OnDes
|
|
|
4651
4986
|
loginNotifications: string;
|
|
4652
4987
|
incidentConfig: string;
|
|
4653
4988
|
incidentDetails: string;
|
|
4989
|
+
featureFlagsConfig: string;
|
|
4990
|
+
featureFlagsDetails: string;
|
|
4991
|
+
featureFlagRules: string;
|
|
4654
4992
|
faqConfig: string;
|
|
4655
4993
|
faqDetails: string;
|
|
4656
4994
|
inviteUsers: string;
|
|
@@ -4724,15 +5062,16 @@ declare class AdminRoutingModule {
|
|
|
4724
5062
|
|
|
4725
5063
|
declare class AdminModule {
|
|
4726
5064
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdminModule, never>;
|
|
4727
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdminModule, [typeof UserTabComponent, typeof SubscriptionComponent, typeof MailerComponent, typeof MailerListComponent, typeof MailerDetailsComponent, typeof NewsletterComponent, typeof FaqListComponent, typeof DomainConfigListComponent, typeof DomainConfigDetailsComponent, typeof DomainConfigBuildComponent, typeof DomainConfigCoreComponent, typeof DomainConfigOrganizationComponent, typeof DomainConfigSecurityComponent, typeof DomainConfigSocialComponent, typeof DomainConfigIntegrationsComponent, typeof DomainConfigInterfaceComponent, typeof DomainConfigTabsComponent, typeof LoginNotificationTabsComponent, typeof LoginNotificationsListComponent, typeof LoginNotificationDetailsComponent, typeof FeedbackQuestionsListComponent, typeof FeedbackQuestionsDetailsComponent, typeof UserDetailsComponent, typeof ProductsTabComponent, typeof SubscriptionDetailsComponent, typeof NewsletterDetailsComponent, typeof NewsletterItemDetailsComponent, typeof NewsLetterItemViewComponent, typeof ProductDetailsComponent, typeof RoleDetailsComponent, typeof TagsTabsComponent, typeof TipComponent, typeof TipsComponent, typeof AgentDetailsComponent, typeof UserListComponent, typeof RolesListComponent, typeof SubscriptionsListComponent, typeof InviteUsersComponent, typeof SubscriptionProductDetailsComponent, typeof InsightComponent, typeof SubscriptionInsightNpsComponent, typeof SubscriptionInsightAveragePriceComponent, typeof SubscriptionInsightProcuctSessionComponent, typeof SubscriptionInsightUserSessionComponent, typeof SubscriptionInsightAverageUserComponent, typeof SubscriptionInsightRevenueComponent, typeof SubscriptionInsightChurnComponent, typeof ProductsListComponent, typeof ProductInsightComponent, typeof ResourcesAdminIndexComponent, typeof ResourceAdminDetailsComponent, typeof TagDetailsComponent, typeof ResourcesIndexComponent, typeof ResourcesInsightComponent, typeof ResourcesListsInsightComponent, typeof NewslettersListComponent, typeof NewslettersItemsComponent, typeof NewsletterInsightComponent, typeof UserInsightComponent, typeof TagsCategoryComponent, typeof TagsListComponent, typeof TipsTabsComponent, typeof GenericMiscComponent, typeof GenericInsightComponent, typeof FaqTabsComponent, typeof ContactUsTabsComponent, typeof GeneralTabsComponent, typeof PermissionsListComponent, typeof PermissionsDetailsComponent, typeof PermissionsTabsComponent, typeof TermsOfServiceComponent, typeof TermsOfServiceTabsComponent, typeof TermsOfServiceDetailsComponent, typeof CredentialsComponent, typeof SubscriptionCredentialsComponent, typeof SubscriptionCredentialsDetailsComponent, typeof CredentialsDetailsComponent, typeof CredentialsTabComponent, typeof AhoyEventsComponent, typeof TrackingComponent, typeof AhoyMessagesComponent, typeof AhoyVisitsComponent, typeof EventsComponent, typeof VersionsComponent, typeof UsersListForProductComponent, typeof NewsletterUsersListComponent, typeof GlobalConfigListComponent, typeof GlobalConfigDetailsComponent, typeof GlobalConfigTabsComponent, typeof SubscriptionProductsComponent, typeof SubscriptionUsersComponent, typeof AddMembersComponent, typeof SubscriptionAgentsListComponent, typeof SubscriptionInsightTabsComponent, typeof ContactUsListComponent, typeof IncidentListComponent, typeof IncidentTabsComponent, typeof AddEditIncidentComponent, typeof AddFaqComponent, typeof EditFaqComponent, typeof UsersInformationSidebarComponent], [typeof
|
|
5065
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdminModule, [typeof UserTabComponent, typeof SubscriptionComponent, typeof MailerComponent, typeof MailerListComponent, typeof MailerDetailsComponent, typeof NewsletterComponent, typeof FaqListComponent, typeof DomainConfigListComponent, typeof DomainConfigDetailsComponent, typeof DomainConfigBuildComponent, typeof DomainConfigCoreComponent, typeof DomainConfigOrganizationComponent, typeof DomainConfigSecurityComponent, typeof DomainConfigSocialComponent, typeof DomainConfigIntegrationsComponent, typeof DomainConfigInterfaceComponent, typeof DomainConfigTabsComponent, typeof LoginNotificationTabsComponent, typeof LoginNotificationsListComponent, typeof LoginNotificationDetailsComponent, typeof FeedbackQuestionsListComponent, typeof FeedbackQuestionsDetailsComponent, typeof FeatureFlagsListComponent, typeof FeatureFlagDetailsComponent, typeof FeatureFlagRulesComponent, typeof FeatureFlagsTabsComponent, typeof UserDetailsComponent, typeof ProductsTabComponent, typeof SubscriptionDetailsComponent, typeof NewsletterDetailsComponent, typeof NewsletterItemDetailsComponent, typeof NewsLetterItemViewComponent, typeof ProductDetailsComponent, typeof RoleDetailsComponent, typeof TagsTabsComponent, typeof TipComponent, typeof TipsComponent, typeof AgentDetailsComponent, typeof UserListComponent, typeof RolesListComponent, typeof SubscriptionsListComponent, typeof InviteUsersComponent, typeof SubscriptionProductDetailsComponent, typeof InsightComponent, typeof SubscriptionInsightNpsComponent, typeof SubscriptionInsightAveragePriceComponent, typeof SubscriptionInsightProcuctSessionComponent, typeof SubscriptionInsightUserSessionComponent, typeof SubscriptionInsightAverageUserComponent, typeof SubscriptionInsightRevenueComponent, typeof SubscriptionInsightChurnComponent, typeof ProductsListComponent, typeof ProductInsightComponent, typeof ResourcesAdminIndexComponent, typeof ResourceAdminDetailsComponent, typeof TagDetailsComponent, typeof ResourcesIndexComponent, typeof ResourcesInsightComponent, typeof ResourcesListsInsightComponent, typeof NewslettersListComponent, typeof NewslettersItemsComponent, typeof NewsletterInsightComponent, typeof UserInsightComponent, typeof TagsCategoryComponent, typeof TagsListComponent, typeof TipsTabsComponent, typeof GenericMiscComponent, typeof GenericInsightComponent, typeof FaqTabsComponent, typeof ContactUsTabsComponent, typeof GeneralTabsComponent, typeof PermissionsListComponent, typeof PermissionsDetailsComponent, typeof PermissionsTabsComponent, typeof TermsOfServiceComponent, typeof TermsOfServiceTabsComponent, typeof TermsOfServiceDetailsComponent, typeof CredentialsComponent, typeof SubscriptionCredentialsComponent, typeof SubscriptionCredentialsDetailsComponent, typeof CredentialsDetailsComponent, typeof CredentialsTabComponent, typeof AhoyEventsComponent, typeof TrackingComponent, typeof AhoyMessagesComponent, typeof AhoyVisitsComponent, typeof EventsComponent, typeof VersionsComponent, typeof UsersListForProductComponent, typeof NewsletterUsersListComponent, typeof GlobalConfigListComponent, typeof GlobalConfigDetailsComponent, typeof GlobalConfigTabsComponent, typeof SubscriptionProductsComponent, typeof SubscriptionUsersComponent, typeof AddMembersComponent, typeof SubscriptionAgentsListComponent, typeof SubscriptionInsightTabsComponent, typeof ContactUsListComponent, typeof IncidentListComponent, typeof IncidentTabsComponent, typeof AddEditIncidentComponent, typeof AddFaqComponent, typeof EditFaqComponent, typeof UsersInformationSidebarComponent], [typeof i106.TableModule, typeof i107.TooltipModule, typeof i108.AccordionModule, typeof i109.AutoCompleteModule, typeof i110.SelectModule, typeof i111.MultiSelectModule, typeof i112.InputTextModule, typeof i113.NgxDaterangepickerMd, typeof i114.NgxJsonViewerModule, typeof i115.DatePickerModule, typeof i116.PlotlyViaCDNModule, typeof i117.FileUploadModule, typeof i118.NgbTooltipModule, typeof i119.NgxUploaderModule, typeof i120.CommonModule, typeof i121.UiSwitchModule, typeof i122.SharedComponentsModule, typeof i122.CollapsibleSidebarTriggerDirective, typeof i123.NgxGpAutocompleteModule, typeof i124.CoreTranslocoModule, typeof i125.PipesModule, typeof i126.DirectivesModule, typeof AdminRoutingModule, typeof i118.NgbModalModule, typeof _angular_forms.FormsModule, typeof _angular_forms.ReactiveFormsModule, typeof i129.NgxPaginationModule, typeof i118.NgbNavModule, typeof i118.NgbDatepickerModule, typeof i130.QuillModule], never>;
|
|
4728
5066
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdminModule>;
|
|
4729
5067
|
}
|
|
4730
5068
|
|
|
4731
5069
|
declare class AdminGuardService {
|
|
4732
5070
|
private readonly userService;
|
|
4733
5071
|
private readonly router;
|
|
5072
|
+
private readonly featureFlagService;
|
|
4734
5073
|
private readonly permissionService;
|
|
4735
|
-
constructor(userService: UserService, router: Router, permissionService: PermissionService);
|
|
5074
|
+
constructor(userService: UserService, router: Router, featureFlagService: FeatureFlagService, permissionService: PermissionService);
|
|
4736
5075
|
canLoad(route: Route): Observable<boolean> | boolean;
|
|
4737
5076
|
canActivate(_route: ActivatedRouteSnapshot, _state: RouterStateSnapshot): Observable<boolean> | Promise<boolean> | boolean;
|
|
4738
5077
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdminGuardService, never>;
|
|
@@ -4767,6 +5106,9 @@ declare const ROUTERS: {
|
|
|
4767
5106
|
loginNotifications: string;
|
|
4768
5107
|
incidentConfig: string;
|
|
4769
5108
|
incidentDetails: string;
|
|
5109
|
+
featureFlagsConfig: string;
|
|
5110
|
+
featureFlagsDetails: string;
|
|
5111
|
+
featureFlagRules: string;
|
|
4770
5112
|
faqConfig: string;
|
|
4771
5113
|
faqDetails: string;
|
|
4772
5114
|
inviteUsers: string;
|