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

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-14T16:19:35.990Z - Time: 12532ms
23
+ Build at: 2026-04-15T06:48:36.634Z - Time: 12174ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,19 +1,40 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
- ## 0.478.0-beta-20260414161944
3
+ ## 0.479.0
4
4
 
5
5
  ### Minor Changes
6
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
7
+ - [#1611](https://github.com/getflip/swirl/pull/1611)
8
+ [`cf725235d`](https://github.com/getflip/swirl/commit/cf725235d460e242597f53efdf1e04accf3088d0)
9
+ Thanks [@fabio-carvalho88](https://github.com/fabio-carvalho88)! - Fix
10
+ swirl-dialog title and long button labels
11
+
12
+ * [#1613](https://github.com/getflip/swirl/pull/1613)
13
+ [`f410f48a6`](https://github.com/getflip/swirl/commit/f410f48a6b16379f2ebd6781031da16bbe1544f0)
14
+ Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Add
15
+ `enableFlip` to swirl-tooltip
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ [[`cf725235d`](https://github.com/getflip/swirl/commit/cf725235d460e242597f53efdf1e04accf3088d0),
21
+ [`f410f48a6`](https://github.com/getflip/swirl/commit/f410f48a6b16379f2ebd6781031da16bbe1544f0)]:
22
+ - @getflip/swirl-components@0.479.0
23
+
24
+ ## 0.478.0
25
+
26
+ ### Minor Changes
27
+
28
+ - [#1608](https://github.com/getflip/swirl/pull/1608)
29
+ [`2a1859e45`](https://github.com/getflip/swirl/commit/2a1859e45420338e41d253e3d65689ac84c7c1b2)
30
+ Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Add
31
+ trailingIcon to swirl-chip
11
32
 
12
33
  ### Patch Changes
13
34
 
14
35
  - Updated dependencies
15
- [[`522fa32da`](https://github.com/getflip/swirl/commit/522fa32da91bc64b23dcdc82d087773826461dc4)]:
16
- - @getflip/swirl-components@0.478.0-beta-20260414161944
36
+ [[`2a1859e45`](https://github.com/getflip/swirl/commit/2a1859e45420338e41d253e3d65689ac84c7c1b2)]:
37
+ - @getflip/swirl-components@0.478.0
17
38
 
18
39
  ## 0.477.0
19
40
 
@@ -626,11 +626,11 @@ let SwirlChip = class SwirlChip {
626
626
  proxyOutputs(this, this.el, ['chipClick', 'remove']);
627
627
  }
628
628
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
629
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlChip, isStandalone: false, selector: "swirl-chip", inputs: { borderRadius: "borderRadius", icon: "icon", iconColor: "iconColor", intent: "intent", interactive: "interactive", label: "label", pressed: "pressed", progress: "progress", progressBarLabel: "progressBarLabel", removable: "removable", removeButtonLabel: "removeButtonLabel", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
629
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlChip, isStandalone: false, selector: "swirl-chip", inputs: { borderRadius: "borderRadius", icon: "icon", iconColor: "iconColor", intent: "intent", interactive: "interactive", label: "label", pressed: "pressed", progress: "progress", progressBarLabel: "progressBarLabel", removable: "removable", removeButtonLabel: "removeButtonLabel", size: "size", trailingIcon: "trailingIcon", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
630
630
  };
631
631
  SwirlChip = __decorate([
632
632
  ProxyCmp({
633
- inputs: ['borderRadius', 'icon', 'iconColor', 'intent', 'interactive', 'label', 'pressed', 'progress', 'progressBarLabel', 'removable', 'removeButtonLabel', 'size', 'variant']
633
+ inputs: ['borderRadius', 'icon', 'iconColor', 'intent', 'interactive', 'label', 'pressed', 'progress', 'progressBarLabel', 'removable', 'removeButtonLabel', 'size', 'trailingIcon', 'variant']
634
634
  })
635
635
  ], SwirlChip);
636
636
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlChip, decorators: [{
@@ -640,7 +640,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
640
640
  changeDetection: ChangeDetectionStrategy.OnPush,
641
641
  template: '<ng-content></ng-content>',
642
642
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
643
- inputs: ['borderRadius', 'icon', 'iconColor', 'intent', 'interactive', { name: 'label', required: true }, 'pressed', 'progress', 'progressBarLabel', 'removable', 'removeButtonLabel', 'size', 'variant'],
643
+ inputs: ['borderRadius', 'icon', 'iconColor', 'intent', 'interactive', { name: 'label', required: true }, 'pressed', 'progress', 'progressBarLabel', 'removable', 'removeButtonLabel', 'size', 'trailingIcon', 'variant'],
644
644
  standalone: false
645
645
  }]
646
646
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -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", 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 });
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 });
12974
12974
  };
12975
12975
  SwirlThumbnail = __decorate([
12976
12976
  ProxyCmp({
12977
- inputs: ['alt', 'editButtonIcon', 'editButtonLabel', 'format', 'interactive', 'menuButtonLabel', 'progress', 'progressLabel', 'removeButtonIcon', 'removeButtonLabel', 'showEditButton', 'showRemoveButton', 'size', 'src', 'timestamp']
12977
+ inputs: ['alt', 'editButtonIcon', 'editButtonLabel', 'format', 'interactive', 'progress', 'progressLabel', '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', 'menuButtonLabel', 'progress', 'progressLabel', 'removeButtonIcon', 'removeButtonLabel', 'showEditButton', 'showRemoveButton', 'size', { name: 'src', required: true }, 'timestamp'],
12987
+ inputs: [{ name: 'alt', required: true }, 'editButtonIcon', 'editButtonLabel', 'format', 'interactive', 'progress', 'progressLabel', '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 }] });
@@ -13163,11 +13163,11 @@ let SwirlTooltip = class SwirlTooltip {
13163
13163
  this.el = r.nativeElement;
13164
13164
  }
13165
13165
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
13166
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlTooltip, isStandalone: false, selector: "swirl-tooltip", inputs: { active: "active", content: "content", delay: "delay", intent: "intent", maxWidth: "maxWidth", position: "position", positioning: "positioning", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
13166
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlTooltip, isStandalone: false, selector: "swirl-tooltip", inputs: { active: "active", content: "content", delay: "delay", enableFlip: "enableFlip", intent: "intent", maxWidth: "maxWidth", position: "position", positioning: "positioning", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
13167
13167
  };
13168
13168
  SwirlTooltip = __decorate([
13169
13169
  ProxyCmp({
13170
- inputs: ['active', 'content', 'delay', 'intent', 'maxWidth', 'position', 'positioning', 'trigger'],
13170
+ inputs: ['active', 'content', 'delay', 'enableFlip', 'intent', 'maxWidth', 'position', 'positioning', 'trigger'],
13171
13171
  methods: ['show', 'hide']
13172
13172
  })
13173
13173
  ], SwirlTooltip);
@@ -13178,7 +13178,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
13178
13178
  changeDetection: ChangeDetectionStrategy.OnPush,
13179
13179
  template: '<ng-content></ng-content>',
13180
13180
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
13181
- inputs: ['active', { name: 'content', required: true }, 'delay', 'intent', 'maxWidth', 'position', 'positioning', 'trigger'],
13181
+ inputs: ['active', { name: 'content', required: true }, 'delay', 'enableFlip', 'intent', 'maxWidth', 'position', 'positioning', 'trigger'],
13182
13182
  standalone: false
13183
13183
  }]
13184
13184
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });