btv-base-controls 0.1.13 → 0.1.15

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,3 +1,4 @@
1
+ import { EventEmitter } from '@angular/core';
1
2
  import * as i0 from "@angular/core";
2
3
  export declare class WmPanelBarComponent {
3
4
  label: string;
@@ -7,9 +8,12 @@ export declare class WmPanelBarComponent {
7
8
  height: string;
8
9
  maxHeight: string;
9
10
  maxWidth: string;
10
- open: boolean;
11
+ private _open;
12
+ set open(value: boolean);
13
+ get open(): boolean;
11
14
  collapseText: string;
12
15
  expandText: string;
16
+ openChange: EventEmitter<boolean>;
13
17
  directionBottom: boolean;
14
18
  directionLeft: boolean;
15
19
  private _direction;
@@ -17,5 +21,5 @@ export declare class WmPanelBarComponent {
17
21
  set direction(val: "left" | "bottom");
18
22
  onClick(): void;
19
23
  static ɵfac: i0.ɵɵFactoryDeclaration<WmPanelBarComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<WmPanelBarComponent, "wm-panel-bar", never, { "label": "label"; "labelClasses": "labelClasses"; "openedLabel": "openedLabel"; "width": "width"; "height": "height"; "maxHeight": "maxHeight"; "maxWidth": "maxWidth"; "open": "open"; "collapseText": "collapseText"; "expandText": "expandText"; "direction": "direction"; }, {}, never, ["[headerLabel]", "[headerContent]", "*"], false>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<WmPanelBarComponent, "wm-panel-bar", never, { "label": "label"; "labelClasses": "labelClasses"; "openedLabel": "openedLabel"; "width": "width"; "height": "height"; "maxHeight": "maxHeight"; "maxWidth": "maxWidth"; "open": "open"; "collapseText": "collapseText"; "expandText": "expandText"; "direction": "direction"; }, { "openChange": "openChange"; }, never, ["[headerLabel]", "[headerContent]", "*"], false>;
21
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "btv-base-controls",
3
- "version": "0.1.13",
3
+ "version": "0.1.15",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.6",
6
6
  "@angular/core": "^14.0.6"