@ieeesa-npm/presentation 0.33.13 → 0.33.14

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.
@@ -16,7 +16,9 @@ export declare class ExportFormatPopoverComponent {
16
16
  */
17
17
  origin?: unknown;
18
18
  /** Controls visibility */
19
- isOpen: boolean;
19
+ private _isOpen;
20
+ set isOpen(value: boolean);
21
+ get isOpen(): boolean;
20
22
  /** Title text displayed at the top of the popover */
21
23
  popoverTitle: string;
22
24
  /** Subtitle map for format options (keyed by ExportFormat value) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/presentation",
3
- "version": "0.33.13",
3
+ "version": "0.33.14",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0",