@posiwise/admin-module 0.0.203 → 0.0.204
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,6 +1,6 @@
|
|
|
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';
|
|
@@ -9,41 +9,41 @@ import { UntypedFormGroup, NgForm, FormBuilder, FormGroup, FormArray, UntypedFor
|
|
|
9
9
|
import { FAQ, Product, User, Subscription as Subscription$1, Role, Plotly, ResourcePost, ResourceInsightResponse, Paging, 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
|
|
20
|
+
import * as i122 from '@posiwise/shared-components';
|
|
21
21
|
import { PermissionTreeComponent, PasswordValidationComponent, CollapsibleSidebarService } from '@posiwise/shared-components';
|
|
22
|
-
import * as
|
|
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,212 @@ 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
|
+
onLazyLoad(event: LazyLoadEvent): void;
|
|
1433
|
+
loadFeatureFlags(paging?: any): void;
|
|
1434
|
+
navigateToEdit(item: any): void;
|
|
1435
|
+
navigateToRules(item: any): void;
|
|
1436
|
+
onDelete(item: any): void;
|
|
1437
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureFlagsListComponent, never>;
|
|
1438
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureFlagsListComponent, "pw-feature-flags-list", never, {}, {}, never, never, false, never>;
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1441
|
+
declare class FeatureFlagDetailsComponent extends AppBaseComponent implements OnInit {
|
|
1442
|
+
private readonly adminService;
|
|
1443
|
+
form: _angular_forms.UntypedFormGroup;
|
|
1444
|
+
routers: {
|
|
1445
|
+
globalConfigDetails: string;
|
|
1446
|
+
adminCredentialsDetails: string;
|
|
1447
|
+
subscriptionCredentialDetails: string;
|
|
1448
|
+
newsletter: string;
|
|
1449
|
+
mailerDetails: string;
|
|
1450
|
+
newsletterItemDetails: string;
|
|
1451
|
+
newsletterItemView: string;
|
|
1452
|
+
newslettersUserList: string;
|
|
1453
|
+
newsletterDetails: string;
|
|
1454
|
+
permissionsList: string;
|
|
1455
|
+
permissionsDetails: string;
|
|
1456
|
+
rolesDetails: string;
|
|
1457
|
+
productDetails: string;
|
|
1458
|
+
productsUserList: string;
|
|
1459
|
+
feedbackQuestions: string;
|
|
1460
|
+
feedbackQuestionsDetails: string;
|
|
1461
|
+
subscriptionDetails: string;
|
|
1462
|
+
subscriptionProductDetails: string;
|
|
1463
|
+
tipsDetails: string;
|
|
1464
|
+
tosAndPrivacyDetails: string;
|
|
1465
|
+
tosAndPrivacyView: string;
|
|
1466
|
+
usersDetails: string;
|
|
1467
|
+
domainConfig: string;
|
|
1468
|
+
domainConfigDetails: string;
|
|
1469
|
+
loginNotifications: string;
|
|
1470
|
+
incidentConfig: string;
|
|
1471
|
+
incidentDetails: string;
|
|
1472
|
+
featureFlagsConfig: string;
|
|
1473
|
+
featureFlagsDetails: string;
|
|
1474
|
+
featureFlagRules: string;
|
|
1475
|
+
faqConfig: string;
|
|
1476
|
+
faqDetails: string;
|
|
1477
|
+
inviteUsers: string;
|
|
1478
|
+
subscriptionList: string;
|
|
1479
|
+
createResource: string;
|
|
1480
|
+
createTag: string;
|
|
1481
|
+
tags: string;
|
|
1482
|
+
posts: string;
|
|
1483
|
+
resourcesList: string;
|
|
1484
|
+
};
|
|
1485
|
+
id: number;
|
|
1486
|
+
isLoading: boolean;
|
|
1487
|
+
submitted: boolean;
|
|
1488
|
+
buttonBusy: boolean;
|
|
1489
|
+
flagTypeOptions: any[];
|
|
1490
|
+
statusOptions: any[];
|
|
1491
|
+
allUsers: any[];
|
|
1492
|
+
filteredUsers: any[];
|
|
1493
|
+
subscriptionId: number;
|
|
1494
|
+
constructor(injector: Injector, adminService: AdminService);
|
|
1495
|
+
ngOnInit(): void;
|
|
1496
|
+
loadSupportedOptions(): void;
|
|
1497
|
+
loadOwners(): void;
|
|
1498
|
+
searchOwners(event: any): void;
|
|
1499
|
+
get f(): {
|
|
1500
|
+
[key: string]: _angular_forms.AbstractControl<any, any, any>;
|
|
1501
|
+
};
|
|
1502
|
+
getFeatureFlag(): void;
|
|
1503
|
+
onSubmit(): void;
|
|
1504
|
+
onCancel(): void;
|
|
1505
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureFlagDetailsComponent, never>;
|
|
1506
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureFlagDetailsComponent, "pw-feature-flag-details", never, {}, {}, never, never, false, never>;
|
|
1507
|
+
}
|
|
1508
|
+
|
|
1509
|
+
declare class FeatureFlagRulesComponent extends AppBaseComponent implements OnInit {
|
|
1510
|
+
private readonly adminService;
|
|
1511
|
+
routers: {
|
|
1512
|
+
globalConfigDetails: string;
|
|
1513
|
+
adminCredentialsDetails: string;
|
|
1514
|
+
subscriptionCredentialDetails: string;
|
|
1515
|
+
newsletter: string;
|
|
1516
|
+
mailerDetails: string;
|
|
1517
|
+
newsletterItemDetails: string;
|
|
1518
|
+
newsletterItemView: string;
|
|
1519
|
+
newslettersUserList: string;
|
|
1520
|
+
newsletterDetails: string;
|
|
1521
|
+
permissionsList: string;
|
|
1522
|
+
permissionsDetails: string;
|
|
1523
|
+
rolesDetails: string;
|
|
1524
|
+
productDetails: string;
|
|
1525
|
+
productsUserList: string;
|
|
1526
|
+
feedbackQuestions: string;
|
|
1527
|
+
feedbackQuestionsDetails: string;
|
|
1528
|
+
subscriptionDetails: string;
|
|
1529
|
+
subscriptionProductDetails: string;
|
|
1530
|
+
tipsDetails: string;
|
|
1531
|
+
tosAndPrivacyDetails: string;
|
|
1532
|
+
tosAndPrivacyView: string;
|
|
1533
|
+
usersDetails: string;
|
|
1534
|
+
domainConfig: string;
|
|
1535
|
+
domainConfigDetails: string;
|
|
1536
|
+
loginNotifications: string;
|
|
1537
|
+
incidentConfig: string;
|
|
1538
|
+
incidentDetails: string;
|
|
1539
|
+
featureFlagsConfig: string;
|
|
1540
|
+
featureFlagsDetails: string;
|
|
1541
|
+
featureFlagRules: string;
|
|
1542
|
+
faqConfig: string;
|
|
1543
|
+
faqDetails: string;
|
|
1544
|
+
inviteUsers: string;
|
|
1545
|
+
subscriptionList: string;
|
|
1546
|
+
createResource: string;
|
|
1547
|
+
createTag: string;
|
|
1548
|
+
tags: string;
|
|
1549
|
+
posts: string;
|
|
1550
|
+
resourcesList: string;
|
|
1551
|
+
};
|
|
1552
|
+
ruleForm: _angular_forms.UntypedFormGroup;
|
|
1553
|
+
featureFlagId: number;
|
|
1554
|
+
featureFlagName: string;
|
|
1555
|
+
isLoading: boolean;
|
|
1556
|
+
ruleSubmitted: boolean;
|
|
1557
|
+
ruleButtonBusy: boolean;
|
|
1558
|
+
rules: any[];
|
|
1559
|
+
editingRuleId: number | null;
|
|
1560
|
+
targetTypeOptions: any[];
|
|
1561
|
+
environmentOptions: any[];
|
|
1562
|
+
productFeatureKeyOptions: any[];
|
|
1563
|
+
constructor(injector: Injector, adminService: AdminService);
|
|
1564
|
+
ngOnInit(): void;
|
|
1565
|
+
get rf(): {
|
|
1566
|
+
[key: string]: _angular_forms.AbstractControl<any, any, any>;
|
|
1567
|
+
};
|
|
1568
|
+
loadPageData(): void;
|
|
1569
|
+
loadSupportedOptions(): void;
|
|
1570
|
+
loadFeatureFlag(): void;
|
|
1571
|
+
loadRules(): void;
|
|
1572
|
+
editRule(rule: any): void;
|
|
1573
|
+
resetRuleForm(): void;
|
|
1574
|
+
saveRule(): void;
|
|
1575
|
+
deleteRule(rule: any): void;
|
|
1576
|
+
backToFlags(): void;
|
|
1577
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureFlagRulesComponent, never>;
|
|
1578
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureFlagRulesComponent, "pw-feature-flag-rules", never, {}, {}, never, never, false, never>;
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1581
|
+
declare class FeatureFlagsTabsComponent {
|
|
1582
|
+
items: MenuItem[];
|
|
1583
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureFlagsTabsComponent, never>;
|
|
1584
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureFlagsTabsComponent, "feature-flags-tabs", never, {}, {}, never, never, false, never>;
|
|
1585
|
+
}
|
|
1586
|
+
|
|
1339
1587
|
declare class UserDetailsComponent extends AppBaseComponent implements OnInit, OnDestroy {
|
|
1340
1588
|
private readonly adminService;
|
|
1341
1589
|
private readonly cdr;
|
|
@@ -1501,6 +1749,9 @@ declare class NewsletterDetailsComponent extends AppBaseComponent implements OnI
|
|
|
1501
1749
|
loginNotifications: string;
|
|
1502
1750
|
incidentConfig: string;
|
|
1503
1751
|
incidentDetails: string;
|
|
1752
|
+
featureFlagsConfig: string;
|
|
1753
|
+
featureFlagsDetails: string;
|
|
1754
|
+
featureFlagRules: string;
|
|
1504
1755
|
faqConfig: string;
|
|
1505
1756
|
faqDetails: string;
|
|
1506
1757
|
inviteUsers: string;
|
|
@@ -1576,6 +1827,9 @@ declare class NewsletterItemDetailsComponent extends AppBaseComponent implements
|
|
|
1576
1827
|
loginNotifications: string;
|
|
1577
1828
|
incidentConfig: string;
|
|
1578
1829
|
incidentDetails: string;
|
|
1830
|
+
featureFlagsConfig: string;
|
|
1831
|
+
featureFlagsDetails: string;
|
|
1832
|
+
featureFlagRules: string;
|
|
1579
1833
|
faqConfig: string;
|
|
1580
1834
|
faqDetails: string;
|
|
1581
1835
|
inviteUsers: string;
|
|
@@ -1647,6 +1901,9 @@ declare class NewsLetterItemViewComponent extends AppBaseComponent implements On
|
|
|
1647
1901
|
loginNotifications: string;
|
|
1648
1902
|
incidentConfig: string;
|
|
1649
1903
|
incidentDetails: string;
|
|
1904
|
+
featureFlagsConfig: string;
|
|
1905
|
+
featureFlagsDetails: string;
|
|
1906
|
+
featureFlagRules: string;
|
|
1650
1907
|
faqConfig: string;
|
|
1651
1908
|
faqDetails: string;
|
|
1652
1909
|
inviteUsers: string;
|
|
@@ -1859,6 +2116,9 @@ declare class TipsComponent extends AppBaseComponent implements OnInit, OnDestro
|
|
|
1859
2116
|
loginNotifications: string;
|
|
1860
2117
|
incidentConfig: string;
|
|
1861
2118
|
incidentDetails: string;
|
|
2119
|
+
featureFlagsConfig: string;
|
|
2120
|
+
featureFlagsDetails: string;
|
|
2121
|
+
featureFlagRules: string;
|
|
1862
2122
|
faqConfig: string;
|
|
1863
2123
|
faqDetails: string;
|
|
1864
2124
|
inviteUsers: string;
|
|
@@ -1963,6 +2223,9 @@ declare class UserListComponent extends AppBaseComponent implements OnInit, OnDe
|
|
|
1963
2223
|
loginNotifications: string;
|
|
1964
2224
|
incidentConfig: string;
|
|
1965
2225
|
incidentDetails: string;
|
|
2226
|
+
featureFlagsConfig: string;
|
|
2227
|
+
featureFlagsDetails: string;
|
|
2228
|
+
featureFlagRules: string;
|
|
1966
2229
|
faqConfig: string;
|
|
1967
2230
|
faqDetails: string;
|
|
1968
2231
|
inviteUsers: string;
|
|
@@ -2046,6 +2309,9 @@ declare class RolesListComponent extends AppBaseComponent implements OnInit, OnD
|
|
|
2046
2309
|
loginNotifications: string;
|
|
2047
2310
|
incidentConfig: string;
|
|
2048
2311
|
incidentDetails: string;
|
|
2312
|
+
featureFlagsConfig: string;
|
|
2313
|
+
featureFlagsDetails: string;
|
|
2314
|
+
featureFlagRules: string;
|
|
2049
2315
|
faqConfig: string;
|
|
2050
2316
|
faqDetails: string;
|
|
2051
2317
|
inviteUsers: string;
|
|
@@ -2122,6 +2388,9 @@ declare class SubscriptionsListComponent extends AppBaseComponent implements OnI
|
|
|
2122
2388
|
loginNotifications: string;
|
|
2123
2389
|
incidentConfig: string;
|
|
2124
2390
|
incidentDetails: string;
|
|
2391
|
+
featureFlagsConfig: string;
|
|
2392
|
+
featureFlagsDetails: string;
|
|
2393
|
+
featureFlagRules: string;
|
|
2125
2394
|
faqConfig: string;
|
|
2126
2395
|
faqDetails: string;
|
|
2127
2396
|
inviteUsers: string;
|
|
@@ -2229,6 +2498,9 @@ declare class InviteUsersComponent extends AppBaseComponent implements OnInit, O
|
|
|
2229
2498
|
loginNotifications: string;
|
|
2230
2499
|
incidentConfig: string;
|
|
2231
2500
|
incidentDetails: string;
|
|
2501
|
+
featureFlagsConfig: string;
|
|
2502
|
+
featureFlagsDetails: string;
|
|
2503
|
+
featureFlagRules: string;
|
|
2232
2504
|
faqConfig: string;
|
|
2233
2505
|
faqDetails: string;
|
|
2234
2506
|
inviteUsers: string;
|
|
@@ -2312,6 +2584,9 @@ declare class SubscriptionProductDetailsComponent extends AppBaseComponent imple
|
|
|
2312
2584
|
loginNotifications: string;
|
|
2313
2585
|
incidentConfig: string;
|
|
2314
2586
|
incidentDetails: string;
|
|
2587
|
+
featureFlagsConfig: string;
|
|
2588
|
+
featureFlagsDetails: string;
|
|
2589
|
+
featureFlagRules: string;
|
|
2315
2590
|
faqConfig: string;
|
|
2316
2591
|
faqDetails: string;
|
|
2317
2592
|
inviteUsers: string;
|
|
@@ -2549,6 +2824,9 @@ declare class ProductsListComponent extends AppBaseComponent implements OnInit,
|
|
|
2549
2824
|
loginNotifications: string;
|
|
2550
2825
|
incidentConfig: string;
|
|
2551
2826
|
incidentDetails: string;
|
|
2827
|
+
featureFlagsConfig: string;
|
|
2828
|
+
featureFlagsDetails: string;
|
|
2829
|
+
featureFlagRules: string;
|
|
2552
2830
|
faqConfig: string;
|
|
2553
2831
|
faqDetails: string;
|
|
2554
2832
|
inviteUsers: string;
|
|
@@ -2813,6 +3091,9 @@ declare class ResourcesIndexComponent extends AppBaseComponent implements OnInit
|
|
|
2813
3091
|
loginNotifications: string;
|
|
2814
3092
|
incidentConfig: string;
|
|
2815
3093
|
incidentDetails: string;
|
|
3094
|
+
featureFlagsConfig: string;
|
|
3095
|
+
featureFlagsDetails: string;
|
|
3096
|
+
featureFlagRules: string;
|
|
2816
3097
|
faqConfig: string;
|
|
2817
3098
|
faqDetails: string;
|
|
2818
3099
|
inviteUsers: string;
|
|
@@ -2914,6 +3195,9 @@ declare class NewslettersListComponent extends AppBaseComponent implements OnIni
|
|
|
2914
3195
|
loginNotifications: string;
|
|
2915
3196
|
incidentConfig: string;
|
|
2916
3197
|
incidentDetails: string;
|
|
3198
|
+
featureFlagsConfig: string;
|
|
3199
|
+
featureFlagsDetails: string;
|
|
3200
|
+
featureFlagRules: string;
|
|
2917
3201
|
faqConfig: string;
|
|
2918
3202
|
faqDetails: string;
|
|
2919
3203
|
inviteUsers: string;
|
|
@@ -2987,6 +3271,9 @@ declare class NewslettersItemsComponent extends AppBaseComponent implements OnIn
|
|
|
2987
3271
|
loginNotifications: string;
|
|
2988
3272
|
incidentConfig: string;
|
|
2989
3273
|
incidentDetails: string;
|
|
3274
|
+
featureFlagsConfig: string;
|
|
3275
|
+
featureFlagsDetails: string;
|
|
3276
|
+
featureFlagRules: string;
|
|
2990
3277
|
faqConfig: string;
|
|
2991
3278
|
faqDetails: string;
|
|
2992
3279
|
inviteUsers: string;
|
|
@@ -3134,6 +3421,9 @@ declare class TagsListComponent extends AppBaseComponent implements OnDestroy, O
|
|
|
3134
3421
|
loginNotifications: string;
|
|
3135
3422
|
incidentConfig: string;
|
|
3136
3423
|
incidentDetails: string;
|
|
3424
|
+
featureFlagsConfig: string;
|
|
3425
|
+
featureFlagsDetails: string;
|
|
3426
|
+
featureFlagRules: string;
|
|
3137
3427
|
faqConfig: string;
|
|
3138
3428
|
faqDetails: string;
|
|
3139
3429
|
inviteUsers: string;
|
|
@@ -3257,6 +3547,9 @@ declare class PermissionsListComponent extends AppBaseComponent implements OnDes
|
|
|
3257
3547
|
loginNotifications: string;
|
|
3258
3548
|
incidentConfig: string;
|
|
3259
3549
|
incidentDetails: string;
|
|
3550
|
+
featureFlagsConfig: string;
|
|
3551
|
+
featureFlagsDetails: string;
|
|
3552
|
+
featureFlagRules: string;
|
|
3260
3553
|
faqConfig: string;
|
|
3261
3554
|
faqDetails: string;
|
|
3262
3555
|
inviteUsers: string;
|
|
@@ -3317,6 +3610,9 @@ declare class PermissionsDetailsComponent extends AppBaseComponent implements On
|
|
|
3317
3610
|
loginNotifications: string;
|
|
3318
3611
|
incidentConfig: string;
|
|
3319
3612
|
incidentDetails: string;
|
|
3613
|
+
featureFlagsConfig: string;
|
|
3614
|
+
featureFlagsDetails: string;
|
|
3615
|
+
featureFlagRules: string;
|
|
3320
3616
|
faqConfig: string;
|
|
3321
3617
|
faqDetails: string;
|
|
3322
3618
|
inviteUsers: string;
|
|
@@ -3380,6 +3676,9 @@ declare class TermsOfServiceComponent extends AppBaseComponent implements OnInit
|
|
|
3380
3676
|
loginNotifications: string;
|
|
3381
3677
|
incidentConfig: string;
|
|
3382
3678
|
incidentDetails: string;
|
|
3679
|
+
featureFlagsConfig: string;
|
|
3680
|
+
featureFlagsDetails: string;
|
|
3681
|
+
featureFlagRules: string;
|
|
3383
3682
|
faqConfig: string;
|
|
3384
3683
|
faqDetails: string;
|
|
3385
3684
|
inviteUsers: string;
|
|
@@ -3514,6 +3813,9 @@ declare class CredentialsComponent extends AppBaseComponent implements OnDestroy
|
|
|
3514
3813
|
loginNotifications: string;
|
|
3515
3814
|
incidentConfig: string;
|
|
3516
3815
|
incidentDetails: string;
|
|
3816
|
+
featureFlagsConfig: string;
|
|
3817
|
+
featureFlagsDetails: string;
|
|
3818
|
+
featureFlagRules: string;
|
|
3517
3819
|
faqConfig: string;
|
|
3518
3820
|
faqDetails: string;
|
|
3519
3821
|
inviteUsers: string;
|
|
@@ -3572,6 +3874,9 @@ declare class SubscriptionCredentialsComponent extends AppBaseComponent implemen
|
|
|
3572
3874
|
loginNotifications: string;
|
|
3573
3875
|
incidentConfig: string;
|
|
3574
3876
|
incidentDetails: string;
|
|
3877
|
+
featureFlagsConfig: string;
|
|
3878
|
+
featureFlagsDetails: string;
|
|
3879
|
+
featureFlagRules: string;
|
|
3575
3880
|
faqConfig: string;
|
|
3576
3881
|
faqDetails: string;
|
|
3577
3882
|
inviteUsers: string;
|
|
@@ -4067,6 +4372,9 @@ declare class GlobalConfigListComponent extends AppBaseComponent implements OnIn
|
|
|
4067
4372
|
loginNotifications: string;
|
|
4068
4373
|
incidentConfig: string;
|
|
4069
4374
|
incidentDetails: string;
|
|
4375
|
+
featureFlagsConfig: string;
|
|
4376
|
+
featureFlagsDetails: string;
|
|
4377
|
+
featureFlagRules: string;
|
|
4070
4378
|
faqConfig: string;
|
|
4071
4379
|
faqDetails: string;
|
|
4072
4380
|
inviteUsers: string;
|
|
@@ -4160,6 +4468,9 @@ declare class SubscriptionProductsComponent extends AppBaseComponent implements
|
|
|
4160
4468
|
loginNotifications: string;
|
|
4161
4469
|
incidentConfig: string;
|
|
4162
4470
|
incidentDetails: string;
|
|
4471
|
+
featureFlagsConfig: string;
|
|
4472
|
+
featureFlagsDetails: string;
|
|
4473
|
+
featureFlagRules: string;
|
|
4163
4474
|
faqConfig: string;
|
|
4164
4475
|
faqDetails: string;
|
|
4165
4476
|
inviteUsers: string;
|
|
@@ -4232,6 +4543,9 @@ declare class SubscriptionUsersComponent extends AppBaseComponent implements OnI
|
|
|
4232
4543
|
loginNotifications: string;
|
|
4233
4544
|
incidentConfig: string;
|
|
4234
4545
|
incidentDetails: string;
|
|
4546
|
+
featureFlagsConfig: string;
|
|
4547
|
+
featureFlagsDetails: string;
|
|
4548
|
+
featureFlagRules: string;
|
|
4235
4549
|
faqConfig: string;
|
|
4236
4550
|
faqDetails: string;
|
|
4237
4551
|
inviteUsers: string;
|
|
@@ -4407,6 +4721,9 @@ declare class IncidentListComponent extends AppBaseComponent implements OnInit,
|
|
|
4407
4721
|
loginNotifications: string;
|
|
4408
4722
|
incidentConfig: string;
|
|
4409
4723
|
incidentDetails: string;
|
|
4724
|
+
featureFlagsConfig: string;
|
|
4725
|
+
featureFlagsDetails: string;
|
|
4726
|
+
featureFlagRules: string;
|
|
4410
4727
|
faqConfig: string;
|
|
4411
4728
|
faqDetails: string;
|
|
4412
4729
|
inviteUsers: string;
|
|
@@ -4482,6 +4799,9 @@ declare class AddEditIncidentComponent extends AppBaseComponent implements OnIni
|
|
|
4482
4799
|
loginNotifications: string;
|
|
4483
4800
|
incidentConfig: string;
|
|
4484
4801
|
incidentDetails: string;
|
|
4802
|
+
featureFlagsConfig: string;
|
|
4803
|
+
featureFlagsDetails: string;
|
|
4804
|
+
featureFlagRules: string;
|
|
4485
4805
|
faqConfig: string;
|
|
4486
4806
|
faqDetails: string;
|
|
4487
4807
|
inviteUsers: string;
|
|
@@ -4557,6 +4877,9 @@ declare class AddFaqComponent extends AppBaseComponent implements OnInit, OnDest
|
|
|
4557
4877
|
loginNotifications: string;
|
|
4558
4878
|
incidentConfig: string;
|
|
4559
4879
|
incidentDetails: string;
|
|
4880
|
+
featureFlagsConfig: string;
|
|
4881
|
+
featureFlagsDetails: string;
|
|
4882
|
+
featureFlagRules: string;
|
|
4560
4883
|
faqConfig: string;
|
|
4561
4884
|
faqDetails: string;
|
|
4562
4885
|
inviteUsers: string;
|
|
@@ -4651,6 +4974,9 @@ declare class EditFaqComponent extends AppBaseComponent implements OnInit, OnDes
|
|
|
4651
4974
|
loginNotifications: string;
|
|
4652
4975
|
incidentConfig: string;
|
|
4653
4976
|
incidentDetails: string;
|
|
4977
|
+
featureFlagsConfig: string;
|
|
4978
|
+
featureFlagsDetails: string;
|
|
4979
|
+
featureFlagRules: string;
|
|
4654
4980
|
faqConfig: string;
|
|
4655
4981
|
faqDetails: string;
|
|
4656
4982
|
inviteUsers: string;
|
|
@@ -4724,15 +5050,16 @@ declare class AdminRoutingModule {
|
|
|
4724
5050
|
|
|
4725
5051
|
declare class AdminModule {
|
|
4726
5052
|
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
|
|
5053
|
+
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
5054
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdminModule>;
|
|
4729
5055
|
}
|
|
4730
5056
|
|
|
4731
5057
|
declare class AdminGuardService {
|
|
4732
5058
|
private readonly userService;
|
|
4733
5059
|
private readonly router;
|
|
5060
|
+
private readonly featureFlagService;
|
|
4734
5061
|
private readonly permissionService;
|
|
4735
|
-
constructor(userService: UserService, router: Router, permissionService: PermissionService);
|
|
5062
|
+
constructor(userService: UserService, router: Router, featureFlagService: FeatureFlagService, permissionService: PermissionService);
|
|
4736
5063
|
canLoad(route: Route): Observable<boolean> | boolean;
|
|
4737
5064
|
canActivate(_route: ActivatedRouteSnapshot, _state: RouterStateSnapshot): Observable<boolean> | Promise<boolean> | boolean;
|
|
4738
5065
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdminGuardService, never>;
|
|
@@ -4767,6 +5094,9 @@ declare const ROUTERS: {
|
|
|
4767
5094
|
loginNotifications: string;
|
|
4768
5095
|
incidentConfig: string;
|
|
4769
5096
|
incidentDetails: string;
|
|
5097
|
+
featureFlagsConfig: string;
|
|
5098
|
+
featureFlagsDetails: string;
|
|
5099
|
+
featureFlagRules: string;
|
|
4770
5100
|
faqConfig: string;
|
|
4771
5101
|
faqDetails: string;
|
|
4772
5102
|
inviteUsers: string;
|