@getflip/swirl-components-angular 0.477.0 → 0.478.0-beta-20260414161944

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.
@@ -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-13T13:56:55.251Z - Time: 12930ms
23
+ Build at: 2026-04-14T16:19:35.990Z - Time: 12532ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.478.0-beta-20260414161944
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1614](https://github.com/getflip/swirl/pull/1614)
8
+ [`522fa32da`](https://github.com/getflip/swirl/commit/522fa32da91bc64b23dcdc82d087773826461dc4)
9
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Revamp
10
+ swirl-thumbnail component
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`522fa32da`](https://github.com/getflip/swirl/commit/522fa32da91bc64b23dcdc82d087773826461dc4)]:
16
+ - @getflip/swirl-components@0.478.0-beta-20260414161944
17
+
3
18
  ## 0.477.0
4
19
 
5
20
  ### Patch 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", editButtonIcon: "editButtonIcon", editButtonLabel: "editButtonLabel", format: "format", interactive: "interactive", menuButtonLabel: "menuButtonLabel", 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', 'editButtonIcon', 'editButtonLabel', 'format', 'interactive', 'menuButtonLabel', '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 }, 'editButtonIcon', 'editButtonLabel', 'format', 'interactive', 'menuButtonLabel', '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 }] });