@bnsights/bbsf-controls 1.0.12 → 1.0.13

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.
@@ -3,6 +3,7 @@ import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
3
3
  import { UtilityService } from '@bnsights/bbsf-utilities';
4
4
  import { StyleConfirmationMode } from '../../../public-api';
5
5
  import { ConfirmationModalOptions } from '../../Shared/Models/ConfirmationModalOptions';
6
+ import { SweetAlertIcon } from 'sweetalert2';
6
7
  export declare class ConfirmationModalComponent implements OnInit {
7
8
  utilityService: UtilityService;
8
9
  private modalService;
@@ -11,8 +12,9 @@ export declare class ConfirmationModalComponent implements OnInit {
11
12
  styleWarning: StyleConfirmationMode;
12
13
  styleSuccess: StyleConfirmationMode;
13
14
  confirmationModal: ElementRef;
14
- icon: any;
15
+ icon: SweetAlertIcon;
15
16
  btnColor: any;
17
+ iconHtml: string;
16
18
  constructor(utilityService: UtilityService, modalService: NgbModal);
17
19
  ngOnInit(): void;
18
20
  showModal(): void;
@@ -32,7 +32,7 @@ export declare class HtmlEditorComponent implements OnInit {
32
32
  validationRules: any[];
33
33
  validationRulesasync: any[];
34
34
  ngOnInit(): void;
35
- ngAfterViewInit(): void;
35
+ ngAfterViewChecked(): void;
36
36
  resetError: () => void;
37
37
  showGlobalError(): void;
38
38
  getErrorValidation(ErrorList: any): string;
@@ -46,6 +46,7 @@ export declare class MultiLingualHtmlEditorComponent implements OnInit {
46
46
  arabicValue: any;
47
47
  getCustomErrorsMassages(): void;
48
48
  ngOnInit(): Promise<void>;
49
+ ngAfterViewChecked(): void;
49
50
  onTextChange(type: string): void;
50
51
  resetError: () => void;
51
52
  showGlobalError(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-controls",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~12.2.12",
6
6
  "@angular/core": "~12.2.12"
@@ -21,7 +21,7 @@
21
21
  "@angular/platform-browser": "~12.2.12",
22
22
  "@angular/platform-browser-dynamic": "~12.2.12",
23
23
  "@angular/router": "~12.2.12",
24
- "@bnsights/bbsf-utilities": "1.0.5",
24
+ "@bnsights/bbsf-utilities": "1.0.6",
25
25
  "@fortawesome/fontawesome-free": "^5.15.2",
26
26
  "@fullcalendar/angular": "^5.5.0",
27
27
  "@fullcalendar/core": "^5.5.0",
Binary file