@bnsights/bbsf-admin-portal 1.0.38 → 1.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/{bnsights-bbsf-admin-portal-1.0.38.tgz → bnsights-bbsf-admin-portal-1.0.39.tgz} +0 -0
- package/bundles/bnsights-bbsf-admin-portal.umd.js +20 -20
- package/bundles/bnsights-bbsf-admin-portal.umd.js.map +1 -1
- package/esm2015/lib/Pages/localizations/localizations.component.js +2 -2
- package/esm2015/lib/Pages/lookups/lookup/lookup.component.js +2 -2
- package/esm2015/lib/Pages/notifications/templates/templates.component.js +3 -3
- package/esm2015/lib/Pages/providers/provider/provider.component.js +3 -3
- package/esm2015/lib/Pages/users/users.component.js +5 -5
- package/fesm2015/bnsights-bbsf-admin-portal.js +20 -20
- package/fesm2015/bnsights-bbsf-admin-portal.js.map +1 -1
- package/package.json +2 -2
|
@@ -3910,7 +3910,7 @@ class LocalizationsComponent$1 {
|
|
|
3910
3910
|
this.filteredLocalizationPagingResult = this.localizationPagingResult;
|
|
3911
3911
|
}
|
|
3912
3912
|
resetFilters() {
|
|
3913
|
-
this.localizationForm.controls["ResourceSet"].setValue(
|
|
3913
|
+
this.localizationForm.controls["ResourceSet"].setValue(null);
|
|
3914
3914
|
this.localizationForm.controls["searchTextBox"].setValue(null);
|
|
3915
3915
|
let element = this.pagingElement;
|
|
3916
3916
|
element.ReinitializePaging();
|
|
@@ -6288,8 +6288,8 @@ class TemplatesComponent$1 {
|
|
|
6288
6288
|
this.utilityService.stopBlockUI();
|
|
6289
6289
|
}
|
|
6290
6290
|
resetFilters() {
|
|
6291
|
-
this.TemplateForm.controls["Category"].setValue(
|
|
6292
|
-
this.TemplateForm.controls["Type"].setValue(
|
|
6291
|
+
this.TemplateForm.controls["Category"].setValue(null);
|
|
6292
|
+
this.TemplateForm.controls["Type"].setValue(null);
|
|
6293
6293
|
this.TemplateForm.controls["searchTextBox"].setValue(null);
|
|
6294
6294
|
let element = this.pagingElement;
|
|
6295
6295
|
element.ReinitializePaging();
|
|
@@ -7543,7 +7543,7 @@ class LookupComponent$1 {
|
|
|
7543
7543
|
}
|
|
7544
7544
|
//Filter functions
|
|
7545
7545
|
resetFilters() {
|
|
7546
|
-
this.lookupForm.controls["Type"].setValue(
|
|
7546
|
+
this.lookupForm.controls["Type"].setValue(null);
|
|
7547
7547
|
this.lookupForm.controls["searchTextBox"].setValue(null);
|
|
7548
7548
|
let element = this.pagingElement;
|
|
7549
7549
|
element.ReinitializePaging();
|
|
@@ -16886,8 +16886,8 @@ class ProviderComponent$1 {
|
|
|
16886
16886
|
this.utilityService.stopBlockUI();
|
|
16887
16887
|
}
|
|
16888
16888
|
resetFilters() {
|
|
16889
|
-
this.ProviderForm.controls["providerTypesFilterOption"].setValue(
|
|
16890
|
-
this.ProviderForm.controls["sortingFilterOption"].setValue(
|
|
16889
|
+
this.ProviderForm.controls["providerTypesFilterOption"].setValue(null);
|
|
16890
|
+
this.ProviderForm.controls["sortingFilterOption"].setValue(null);
|
|
16891
16891
|
this.ProviderForm.controls["searchTextBox"].setValue(null);
|
|
16892
16892
|
let element = this.pagingElement;
|
|
16893
16893
|
element.ReinitializePaging();
|
|
@@ -17623,10 +17623,10 @@ class UsersComponent$1 {
|
|
|
17623
17623
|
this.utilityService.stopBlockUI();
|
|
17624
17624
|
}
|
|
17625
17625
|
resetFilters() {
|
|
17626
|
-
this.UsersForm.controls["permissionsets"].setValue(
|
|
17627
|
-
this.UsersForm.controls["accountstatus"].setValue(
|
|
17628
|
-
this.UsersForm.controls["lockedstatus"].setValue(
|
|
17629
|
-
this.UsersForm.controls["departments"].setValue(
|
|
17626
|
+
this.UsersForm.controls["permissionsets"].setValue(null);
|
|
17627
|
+
this.UsersForm.controls["accountstatus"].setValue(null);
|
|
17628
|
+
this.UsersForm.controls["lockedstatus"].setValue(null);
|
|
17629
|
+
this.UsersForm.controls["departments"].setValue(null);
|
|
17630
17630
|
this.UsersForm.controls["searchTextBox"].setValue(null);
|
|
17631
17631
|
let element = this.pagingElement;
|
|
17632
17632
|
element.ReinitializePaging();
|
|
@@ -21224,10 +21224,10 @@ class UsersComponent {
|
|
|
21224
21224
|
this.utilityService.stopBlockUI();
|
|
21225
21225
|
}
|
|
21226
21226
|
resetFilters() {
|
|
21227
|
-
this.UsersForm.controls["permissionsets"].setValue(
|
|
21228
|
-
this.UsersForm.controls["accountstatus"].setValue(
|
|
21229
|
-
this.UsersForm.controls["lockedstatus"].setValue(
|
|
21230
|
-
this.UsersForm.controls["departments"].setValue(
|
|
21227
|
+
this.UsersForm.controls["permissionsets"].setValue(null);
|
|
21228
|
+
this.UsersForm.controls["accountstatus"].setValue(null);
|
|
21229
|
+
this.UsersForm.controls["lockedstatus"].setValue(null);
|
|
21230
|
+
this.UsersForm.controls["departments"].setValue(null);
|
|
21231
21231
|
this.UsersForm.controls["searchTextBox"].setValue(null);
|
|
21232
21232
|
let element = this.pagingElement;
|
|
21233
21233
|
element.ReinitializePaging();
|
|
@@ -22517,7 +22517,7 @@ class LocalizationsComponent {
|
|
|
22517
22517
|
this.filteredLocalizationPagingResult = this.localizationPagingResult;
|
|
22518
22518
|
}
|
|
22519
22519
|
resetFilters() {
|
|
22520
|
-
this.localizationForm.controls["ResourceSet"].setValue(
|
|
22520
|
+
this.localizationForm.controls["ResourceSet"].setValue(null);
|
|
22521
22521
|
this.localizationForm.controls["searchTextBox"].setValue(null);
|
|
22522
22522
|
let element = this.pagingElement;
|
|
22523
22523
|
element.ReinitializePaging();
|
|
@@ -25047,8 +25047,8 @@ class TemplatesComponent {
|
|
|
25047
25047
|
this.utilityService.stopBlockUI();
|
|
25048
25048
|
}
|
|
25049
25049
|
resetFilters() {
|
|
25050
|
-
this.TemplateForm.controls["Category"].setValue(
|
|
25051
|
-
this.TemplateForm.controls["Type"].setValue(
|
|
25050
|
+
this.TemplateForm.controls["Category"].setValue(null);
|
|
25051
|
+
this.TemplateForm.controls["Type"].setValue(null);
|
|
25052
25052
|
this.TemplateForm.controls["searchTextBox"].setValue(null);
|
|
25053
25053
|
let element = this.pagingElement;
|
|
25054
25054
|
element.ReinitializePaging();
|
|
@@ -26302,7 +26302,7 @@ class LookupComponent {
|
|
|
26302
26302
|
}
|
|
26303
26303
|
//Filter functions
|
|
26304
26304
|
resetFilters() {
|
|
26305
|
-
this.lookupForm.controls["Type"].setValue(
|
|
26305
|
+
this.lookupForm.controls["Type"].setValue(null);
|
|
26306
26306
|
this.lookupForm.controls["searchTextBox"].setValue(null);
|
|
26307
26307
|
let element = this.pagingElement;
|
|
26308
26308
|
element.ReinitializePaging();
|
|
@@ -35515,8 +35515,8 @@ class ProviderComponent {
|
|
|
35515
35515
|
this.utilityService.stopBlockUI();
|
|
35516
35516
|
}
|
|
35517
35517
|
resetFilters() {
|
|
35518
|
-
this.ProviderForm.controls["providerTypesFilterOption"].setValue(
|
|
35519
|
-
this.ProviderForm.controls["sortingFilterOption"].setValue(
|
|
35518
|
+
this.ProviderForm.controls["providerTypesFilterOption"].setValue(null);
|
|
35519
|
+
this.ProviderForm.controls["sortingFilterOption"].setValue(null);
|
|
35520
35520
|
this.ProviderForm.controls["searchTextBox"].setValue(null);
|
|
35521
35521
|
let element = this.pagingElement;
|
|
35522
35522
|
element.ReinitializePaging();
|