@bnsights/bbsf-controls 1.0.173 → 1.0.175

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,4 +1,4 @@
1
- import { OnInit, EventEmitter, DoCheck } from '@angular/core';
1
+ import { OnInit, EventEmitter } from '@angular/core';
2
2
  import { FormGroup, AbstractControl, FormGroupDirective, ControlContainer } from '@angular/forms';
3
3
  import { ControlUtility } from '../../Shared/services/ControlUtility';
4
4
  import { DropdownOptions } from '../../Shared/Models/DropdownOptions';
@@ -8,7 +8,7 @@ import { ControlValidationService, UtilityService } from '@bnsights/bbsf-utiliti
8
8
  import { GlobalSettings } from '../../Shared/services/GlobalSettings.service';
9
9
  import { ForceDirection } from '../../Shared/Enums/ForceDirection';
10
10
  import * as i0 from "@angular/core";
11
- export declare class DropdownListComponent implements OnInit, DoCheck {
11
+ export declare class DropdownListComponent implements OnInit {
12
12
  private onChangeService;
13
13
  private controlUtility;
14
14
  private controlContainer;
@@ -33,9 +33,7 @@ export declare class DropdownListComponent implements OnInit, DoCheck {
33
33
  validationRulesasync: any[];
34
34
  textDir: any;
35
35
  ForceDirection: typeof ForceDirection;
36
- private previousSelectedItems;
37
36
  ngOnInit(): void;
38
- ngDoCheck(): void;
39
37
  ngAfterViewInit(): void;
40
38
  resetError: () => void;
41
39
  showGlobalError(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-controls",
3
- "version": "1.0.173",
3
+ "version": "1.0.175",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.0.5",
6
6
  "@angular/cdk": "^17.0.2",
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@angular/google-maps": "^17.0.3",
16
- "@bnsights/bbsf-utilities": "^1.0.60",
16
+ "@bnsights/bbsf-utilities": "^1.0.61",
17
17
  "@danielmoncada/angular-datetime-picker": "^17.0.0",
18
18
  "@fullcalendar/angular": "^6.1.10",
19
19
  "@fullcalendar/core": "^6.1.10",