@getflip/swirl-components-angular 0.282.0 → 0.283.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.282.0",
3
+ "version": "0.283.1",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -14,7 +14,7 @@
14
14
  "@angular/platform-browser": "^16.2.12",
15
15
  "@angular/platform-browser-dynamic": "^16.2.12",
16
16
  "@angular/router": "^16.2.12",
17
- "@getflip/swirl-components": "^0.282.0",
17
+ "@getflip/swirl-components": "^0.283.1",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.13.3"
@@ -5916,7 +5916,7 @@ export declare interface SwirlPdfReader extends Components.SwirlPdfReader {
5916
5916
 
5917
5917
  @ProxyCmp({
5918
5918
  inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'placement', 'popoverId', 'returnFocusToTrigger', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
5919
- methods: ['close', 'open']
5919
+ methods: ['close', 'open', 'isOpen']
5920
5920
  })
5921
5921
  @Component({
5922
5922
  selector: 'swirl-popover',