btv-base-controls 0.1.22 → 0.1.24

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.
@@ -8,7 +8,8 @@ export declare enum InfoType {
8
8
  InfoSmall = 5,
9
9
  Filtered = 6,
10
10
  InlineDetails = 7,
11
- SubNavPanel = 8
11
+ SubNavPanel = 8,
12
+ InfoGold = 9
12
13
  }
13
14
  export interface IWmInfoPositionPopup {
14
15
  origin: OriginConnectionPosition;
@@ -26,7 +26,7 @@ export declare class WmInfoComponent implements OnInit, OnDestroy {
26
26
  private openPopup;
27
27
  private closePopup;
28
28
  ngOnInit(): void;
29
- getIconName(): "error" | "filter" | "warning" | "bo-error" | "bo-warning" | "info-s" | "eye-pick" | "sub-nav-warning" | "info";
29
+ getIconName(): "error" | "filter" | "warning" | "bo-error" | "bo-warning" | "info-s" | "eye-pick" | "sub-nav-warning" | "info-gold" | "info";
30
30
  ngOnDestroy(): void;
31
31
  checkPopupPosition(value: string): IWmInfoPositionPopup;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<WmInfoComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "btv-base-controls",
3
- "version": "0.1.22",
3
+ "version": "0.1.24",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.1",
6
6
  "@angular/core": "^18.0.1"