@bnsights/bbsf-controls 1.0.83 → 1.0.84
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 +5 -0
- package/bnsights-bbsf-controls-1.0.84.tgz +0 -0
- package/bnsights-bbsf-controls.metadata.json +1 -1
- package/bundles/bnsights-bbsf-controls.umd.js +13 -1
- package/bundles/bnsights-bbsf-controls.umd.js.map +1 -1
- package/esm2015/lib/Shared/components/app-base-component.js +5 -1
- package/esm2015/lib/controls/HtmlEditor/HtmlEditor.component.js +10 -2
- package/fesm2015/bnsights-bbsf-controls.js +13 -1
- package/fesm2015/bnsights-bbsf-controls.js.map +1 -1
- package/lib/Shared/components/app-base-component.d.ts +3 -1
- package/package.json +1 -1
- package/bnsights-bbsf-controls-1.0.83.tgz +0 -0
|
@@ -5,6 +5,7 @@ import { AbstractControl, FormGroup } from '@angular/forms';
|
|
|
5
5
|
import { FilterItem } from '../Models/FilterItem';
|
|
6
6
|
import { CustomValidation } from '../Models/CustomValidation';
|
|
7
7
|
import { EnglishArabicDTO } from '../Models/EnglishArabicDTO';
|
|
8
|
+
import { EnvironmentService } from '@bnsights/bbsf-utilities';
|
|
8
9
|
export declare abstract class AppBaseComponent {
|
|
9
10
|
utilityService: UtilityService;
|
|
10
11
|
modalService: NgbModal;
|
|
@@ -12,7 +13,7 @@ export declare abstract class AppBaseComponent {
|
|
|
12
13
|
private titleService;
|
|
13
14
|
private auhService;
|
|
14
15
|
private configurationService;
|
|
15
|
-
|
|
16
|
+
environmentService: EnvironmentService;
|
|
16
17
|
isEN: boolean;
|
|
17
18
|
exportLabel: string;
|
|
18
19
|
filtersLabel: string;
|
|
@@ -29,6 +30,7 @@ export declare abstract class AppBaseComponent {
|
|
|
29
30
|
startBlockUI(): void;
|
|
30
31
|
openModal(modal: any, size?: string): void;
|
|
31
32
|
download(fileDTO: any, fileName: string): void;
|
|
33
|
+
downloadPDF(fileDTO: any, fileName: string): void;
|
|
32
34
|
private base64toBlob;
|
|
33
35
|
private calculatePageTitle;
|
|
34
36
|
getPagingFiltersValues(form: FormGroup, filters: FilterItem[]): any;
|
package/package.json
CHANGED
|
Binary file
|