@bnsights/bbsf-controls 1.0.56 → 1.0.58

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,12 +1,12 @@
1
- import { OnInit, EventEmitter } from '@angular/core';
1
+ import { OnInit, EventEmitter, OnDestroy } from '@angular/core';
2
2
  import { FormGroup, AbstractControl, ControlContainer, FormGroupDirective } from '@angular/forms';
3
3
  import { ControlUtility } from '../../Shared/services/ControlUtility';
4
4
  import { TagsInputOptions } from '../../Shared/Models/TagsInputOptions';
5
5
  import { HttpClient } from '@angular/common/http';
6
- import { Observable } from 'rxjs';
6
+ import { Observable, Subscription } from 'rxjs';
7
7
  import { ControlValidationService, RequestHandlerService, UtilityService } from '@bnsights/bbsf-utilities';
8
8
  import { GlobalSettings } from '../../Shared/services/GlobalSettings.service';
9
- export declare class TagsInputComponent implements OnInit {
9
+ export declare class TagsInputComponent implements OnInit, OnDestroy {
10
10
  private http;
11
11
  private controlUtility;
12
12
  private requestHandlerService;
@@ -20,6 +20,7 @@ export declare class TagsInputComponent implements OnInit {
20
20
  group: FormGroup;
21
21
  options: TagsInputOptions;
22
22
  OnChange: EventEmitter<any>;
23
+ SearchKey: any;
23
24
  SelectedId: any[];
24
25
  tags: any[];
25
26
  NewSelectionValidationKey: string;
@@ -29,7 +30,9 @@ export declare class TagsInputComponent implements OnInit {
29
30
  markAllAsTouched: boolean;
30
31
  validationRules: any[];
31
32
  validationRulesasync: any[];
33
+ changeValueSubscription: Subscription;
32
34
  static showErrorOfInputs(errors: any): void;
35
+ ngOnDestroy(): void;
33
36
  ngOnInit(): void;
34
37
  ngAfterViewInit(): void;
35
38
  resetError: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-controls",
3
- "version": "1.0.56",
3
+ "version": "1.0.58",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~12.2.12",
6
6
  "@angular/core": "~12.2.12"
Binary file
Binary file