@getflip/swirl-components-angular 0.482.0 → 0.483.0-beta-20260427071605

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.
@@ -3,9 +3,9 @@ $ ng build
3
3
  Building Angular Package
4
4
 
5
5
  ------------------------------------------------------------------------------
6
+ - Compiling with Angular sources in Ivy partial compilation mode.
6
7
  Building entry point '@getflip/swirl-components-angular'
7
8
  ------------------------------------------------------------------------------
8
- - Compiling with Angular sources in Ivy partial compilation mode.
9
9
  ✔ Compiling with Angular sources in Ivy partial compilation mode.
10
10
  ✔ Generating FESM bundles
11
11
  - Copying assets
@@ -20,5 +20,5 @@ Built Angular Package
20
20
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
21
21
  ------------------------------------------------------------------------------
22
22
 
23
- Build at: 2026-04-23T15:10:06.963Z - Time: 11980ms
23
+ Build at: 2026-04-27T07:15:56.904Z - Time: 11012ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.483.0-beta-20260427071605
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1614](https://github.com/getflip/swirl/pull/1614)
8
+ [`82ee6a1b6`](https://github.com/getflip/swirl/commit/82ee6a1b6c0b327f575e799a3fea0e93addbc193)
9
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Revamp
10
+ swirl-thumbnail component
11
+
12
+ ### Patch Changes
13
+
14
+ - [#1614](https://github.com/getflip/swirl/pull/1614)
15
+ [`305768a07`](https://github.com/getflip/swirl/commit/305768a07a60f01534d09b11766b8d89ae4930e0)
16
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Fix
17
+ `swirl-popover` closing immediately after opening in iOS
18
+
19
+ - Updated dependencies
20
+ [[`305768a07`](https://github.com/getflip/swirl/commit/305768a07a60f01534d09b11766b8d89ae4930e0),
21
+ [`82ee6a1b6`](https://github.com/getflip/swirl/commit/82ee6a1b6c0b327f575e799a3fea0e93addbc193)]:
22
+ - @getflip/swirl-components@0.483.0-beta-20260427071605
23
+
3
24
  ## 0.482.0
4
25
 
5
26
  ### Minor Changes
@@ -12970,11 +12970,11 @@ let SwirlThumbnail = class SwirlThumbnail {
12970
12970
  proxyOutputs(this, this.el, ['edit', 'remove', 'thumbnailClick']);
12971
12971
  }
12972
12972
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlThumbnail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
12973
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlThumbnail, isStandalone: false, selector: "swirl-thumbnail", inputs: { alt: "alt", editButtonIcon: "editButtonIcon", editButtonLabel: "editButtonLabel", format: "format", interactive: "interactive", progress: "progress", progressLabel: "progressLabel", removeButtonLabel: "removeButtonLabel", showEditButton: "showEditButton", showRemoveButton: "showRemoveButton", size: "size", src: "src", timestamp: "timestamp" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
12973
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlThumbnail, isStandalone: false, selector: "swirl-thumbnail", inputs: { alt: "alt", cursor: "cursor", editButtonIcon: "editButtonIcon", editButtonLabel: "editButtonLabel", format: "format", interactive: "interactive", menuButtonLabel: "menuButtonLabel", openButtonIcon: "openButtonIcon", openButtonLabel: "openButtonLabel", progress: "progress", progressLabel: "progressLabel", removeButtonIcon: "removeButtonIcon", removeButtonLabel: "removeButtonLabel", showEditButton: "showEditButton", showRemoveButton: "showRemoveButton", size: "size", src: "src", timestamp: "timestamp" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
12974
12974
  };
12975
12975
  SwirlThumbnail = __decorate([
12976
12976
  ProxyCmp({
12977
- inputs: ['alt', 'editButtonIcon', 'editButtonLabel', 'format', 'interactive', 'progress', 'progressLabel', 'removeButtonLabel', 'showEditButton', 'showRemoveButton', 'size', 'src', 'timestamp']
12977
+ inputs: ['alt', 'cursor', 'editButtonIcon', 'editButtonLabel', 'format', 'interactive', 'menuButtonLabel', 'openButtonIcon', 'openButtonLabel', 'progress', 'progressLabel', 'removeButtonIcon', 'removeButtonLabel', 'showEditButton', 'showRemoveButton', 'size', 'src', 'timestamp']
12978
12978
  })
12979
12979
  ], SwirlThumbnail);
12980
12980
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlThumbnail, decorators: [{
@@ -12984,7 +12984,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
12984
12984
  changeDetection: ChangeDetectionStrategy.OnPush,
12985
12985
  template: '<ng-content></ng-content>',
12986
12986
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
12987
- inputs: [{ name: 'alt', required: true }, 'editButtonIcon', 'editButtonLabel', 'format', 'interactive', 'progress', 'progressLabel', 'removeButtonLabel', 'showEditButton', 'showRemoveButton', 'size', { name: 'src', required: true }, 'timestamp'],
12987
+ inputs: [{ name: 'alt', required: true }, 'cursor', 'editButtonIcon', 'editButtonLabel', 'format', 'interactive', 'menuButtonLabel', 'openButtonIcon', 'openButtonLabel', 'progress', 'progressLabel', 'removeButtonIcon', 'removeButtonLabel', 'showEditButton', 'showRemoveButton', 'size', { name: 'src', required: true }, 'timestamp'],
12988
12988
  standalone: false
12989
12989
  }]
12990
12990
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });