@getflip/swirl-components-angular 0.355.1 → 0.357.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: 2025-07-29T08:16:54.931Z - Time: 12743ms
23
+ Build at: 2025-07-29T11:53:55.116Z - Time: 12343ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.357.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1150](https://github.com/getflip/swirl/pull/1150)
8
+ [`8d12f1df`](https://github.com/getflip/swirl/commit/8d12f1df9db598d44c8652509986a141d1d3dd55)
9
+ Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Add a
10
+ description to swirl-shell-navigation-item
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`8d12f1df`](https://github.com/getflip/swirl/commit/8d12f1df9db598d44c8652509986a141d1d3dd55)]:
16
+ - @getflip/swirl-components@0.357.0
17
+
18
+ ## 0.356.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [#1153](https://github.com/getflip/swirl/pull/1153)
23
+ [`ec11e680`](https://github.com/getflip/swirl/commit/ec11e6802b94c30f07897ce698ec3b50377be3fa)
24
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-table "loading" prop
25
+
26
+ ### Patch Changes
27
+
28
+ - [#1153](https://github.com/getflip/swirl/pull/1153)
29
+ [`ec11e680`](https://github.com/getflip/swirl/commit/ec11e6802b94c30f07897ce698ec3b50377be3fa)
30
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Make sure swirl-table "empty"
31
+ slot is always available
32
+
33
+ - Updated dependencies
34
+ [[`ec11e680`](https://github.com/getflip/swirl/commit/ec11e6802b94c30f07897ce698ec3b50377be3fa),
35
+ [`ec11e680`](https://github.com/getflip/swirl/commit/ec11e6802b94c30f07897ce698ec3b50377be3fa)]:
36
+ - @getflip/swirl-components@0.356.0
37
+
3
38
  ## 0.355.1
4
39
 
5
40
  ### Patch Changes
@@ -8414,11 +8414,11 @@ let SwirlShellNavigationItem = class SwirlShellNavigationItem {
8414
8414
  this.el = r.nativeElement;
8415
8415
  }
8416
8416
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlShellNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
8417
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlShellNavigationItem, isStandalone: false, selector: "swirl-shell-navigation-item", inputs: { active: "active", badgeLabel: "badgeLabel", boxed: "boxed", hideLabel: "hideLabel", href: "href", inlineLabel: "inlineLabel", inlineLabelColor: "inlineLabelColor", label: "label", target: "target", tiled: "tiled", withGradient: "withGradient" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8417
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlShellNavigationItem, isStandalone: false, selector: "swirl-shell-navigation-item", inputs: { active: "active", badgeLabel: "badgeLabel", boxed: "boxed", description: "description", hideLabel: "hideLabel", href: "href", inlineLabel: "inlineLabel", inlineLabelColor: "inlineLabelColor", label: "label", target: "target", tiled: "tiled", withGradient: "withGradient" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8418
8418
  };
8419
8419
  SwirlShellNavigationItem = __decorate([
8420
8420
  ProxyCmp({
8421
- inputs: ['active', 'badgeLabel', 'boxed', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'target', 'tiled', 'withGradient']
8421
+ inputs: ['active', 'badgeLabel', 'boxed', 'description', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'target', 'tiled', 'withGradient']
8422
8422
  })
8423
8423
  ], SwirlShellNavigationItem);
8424
8424
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlShellNavigationItem, decorators: [{
@@ -8428,7 +8428,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
8428
8428
  changeDetection: ChangeDetectionStrategy.OnPush,
8429
8429
  template: '<ng-content></ng-content>',
8430
8430
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
8431
- inputs: ['active', 'badgeLabel', 'boxed', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', { name: 'label', required: true }, 'target', 'tiled', 'withGradient'],
8431
+ inputs: ['active', 'badgeLabel', 'boxed', 'description', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', { name: 'label', required: true }, 'target', 'tiled', 'withGradient'],
8432
8432
  standalone: false
8433
8433
  }]
8434
8434
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -10281,11 +10281,11 @@ let SwirlTable = class SwirlTable {
10281
10281
  proxyOutputs(this, this.el, ['dropRow']);
10282
10282
  }
10283
10283
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
10284
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlTable, isStandalone: false, selector: "swirl-table", inputs: { caption: "caption", dragDropHandle: "dragDropHandle", dragDropInstructions: "dragDropInstructions", emptyStateLabel: "emptyStateLabel", enableDragDrop: "enableDragDrop", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
10284
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlTable, isStandalone: false, selector: "swirl-table", inputs: { caption: "caption", dragDropHandle: "dragDropHandle", dragDropInstructions: "dragDropInstructions", emptyStateLabel: "emptyStateLabel", enableDragDrop: "enableDragDrop", label: "label", loading: "loading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
10285
10285
  };
10286
10286
  SwirlTable = __decorate([
10287
10287
  ProxyCmp({
10288
- inputs: ['caption', 'dragDropHandle', 'dragDropInstructions', 'emptyStateLabel', 'enableDragDrop', 'label'],
10288
+ inputs: ['caption', 'dragDropHandle', 'dragDropInstructions', 'emptyStateLabel', 'enableDragDrop', 'label', 'loading'],
10289
10289
  methods: ['rerender']
10290
10290
  })
10291
10291
  ], SwirlTable);
@@ -10296,7 +10296,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
10296
10296
  changeDetection: ChangeDetectionStrategy.OnPush,
10297
10297
  template: '<ng-content></ng-content>',
10298
10298
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
10299
- inputs: ['caption', 'dragDropHandle', 'dragDropInstructions', 'emptyStateLabel', 'enableDragDrop', { name: 'label', required: true }],
10299
+ inputs: ['caption', 'dragDropHandle', 'dragDropInstructions', 'emptyStateLabel', 'enableDragDrop', { name: 'label', required: true }, 'loading'],
10300
10300
  standalone: false
10301
10301
  }]
10302
10302
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });