@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.
@@ -2875,7 +2875,7 @@ export declare class SwirlShellNavigationItem {
2875
2875
  protected el: HTMLSwirlShellNavigationItemElement;
2876
2876
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
2877
2877
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlShellNavigationItem, never>;
2878
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlShellNavigationItem, "swirl-shell-navigation-item", never, { "active": { "alias": "active"; "required": false; }; "badgeLabel": { "alias": "badgeLabel"; "required": false; }; "boxed": { "alias": "boxed"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "href": { "alias": "href"; "required": false; }; "inlineLabel": { "alias": "inlineLabel"; "required": false; }; "inlineLabelColor": { "alias": "inlineLabelColor"; "required": false; }; "label": { "alias": "label"; "required": true; }; "target": { "alias": "target"; "required": false; }; "tiled": { "alias": "tiled"; "required": false; }; "withGradient": { "alias": "withGradient"; "required": false; }; }, {}, never, ["*"], false, never>;
2878
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlShellNavigationItem, "swirl-shell-navigation-item", never, { "active": { "alias": "active"; "required": false; }; "badgeLabel": { "alias": "badgeLabel"; "required": false; }; "boxed": { "alias": "boxed"; "required": false; }; "description": { "alias": "description"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "href": { "alias": "href"; "required": false; }; "inlineLabel": { "alias": "inlineLabel"; "required": false; }; "inlineLabelColor": { "alias": "inlineLabelColor"; "required": false; }; "label": { "alias": "label"; "required": true; }; "target": { "alias": "target"; "required": false; }; "tiled": { "alias": "tiled"; "required": false; }; "withGradient": { "alias": "withGradient"; "required": false; }; }, {}, never, ["*"], false, never>;
2879
2879
  }
2880
2880
  export declare interface SwirlShellNavigationItem extends Components.SwirlShellNavigationItem {
2881
2881
  }
@@ -3500,7 +3500,7 @@ export declare class SwirlTable {
3500
3500
  protected el: HTMLSwirlTableElement;
3501
3501
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
3502
3502
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTable, never>;
3503
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTable, "swirl-table", never, { "caption": { "alias": "caption"; "required": false; }; "dragDropHandle": { "alias": "dragDropHandle"; "required": false; }; "dragDropInstructions": { "alias": "dragDropInstructions"; "required": false; }; "emptyStateLabel": { "alias": "emptyStateLabel"; "required": false; }; "enableDragDrop": { "alias": "enableDragDrop"; "required": false; }; "label": { "alias": "label"; "required": true; }; }, {}, never, ["*"], false, never>;
3503
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTable, "swirl-table", never, { "caption": { "alias": "caption"; "required": false; }; "dragDropHandle": { "alias": "dragDropHandle"; "required": false; }; "dragDropInstructions": { "alias": "dragDropInstructions"; "required": false; }; "emptyStateLabel": { "alias": "emptyStateLabel"; "required": false; }; "enableDragDrop": { "alias": "enableDragDrop"; "required": false; }; "label": { "alias": "label"; "required": true; }; "loading": { "alias": "loading"; "required": false; }; }, {}, never, ["*"], false, never>;
3504
3504
  }
3505
3505
  export declare interface SwirlTable extends Components.SwirlTable {
3506
3506
  dropRow: EventEmitter<CustomEvent<ISwirlTableSwirlTableDropRowEvent>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.355.1",
3
+ "version": "0.357.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -22,7 +22,7 @@
22
22
  "@angular/platform-browser": "19.2.3",
23
23
  "@angular/platform-browser-dynamic": "19.2.3",
24
24
  "@angular/router": "19.2.3",
25
- "@getflip/swirl-components": "^0.355.1",
25
+ "@getflip/swirl-components": "^0.357.0",
26
26
  "rxjs": "~7.8.0",
27
27
  "tslib": "^2.3.0",
28
28
  "zone.js": "0.15.0"
@@ -7352,14 +7352,14 @@ export declare interface SwirlShellLayout extends Components.SwirlShellLayout {
7352
7352
 
7353
7353
 
7354
7354
  @ProxyCmp({
7355
- inputs: ['active', 'badgeLabel', 'boxed', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'target', 'tiled', 'withGradient']
7355
+ inputs: ['active', 'badgeLabel', 'boxed', 'description', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'target', 'tiled', 'withGradient']
7356
7356
  })
7357
7357
  @Component({
7358
7358
  selector: 'swirl-shell-navigation-item',
7359
7359
  changeDetection: ChangeDetectionStrategy.OnPush,
7360
7360
  template: '<ng-content></ng-content>',
7361
7361
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
7362
- inputs: ['active', 'badgeLabel', 'boxed', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', { name: 'label', required: true }, 'target', 'tiled', 'withGradient'],
7362
+ inputs: ['active', 'badgeLabel', 'boxed', 'description', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', { name: 'label', required: true }, 'target', 'tiled', 'withGradient'],
7363
7363
  standalone: false
7364
7364
  })
7365
7365
  export class SwirlShellNavigationItem {
@@ -8952,7 +8952,7 @@ export declare interface SwirlTabBar extends Components.SwirlTabBar {
8952
8952
 
8953
8953
 
8954
8954
  @ProxyCmp({
8955
- inputs: ['caption', 'dragDropHandle', 'dragDropInstructions', 'emptyStateLabel', 'enableDragDrop', 'label'],
8955
+ inputs: ['caption', 'dragDropHandle', 'dragDropInstructions', 'emptyStateLabel', 'enableDragDrop', 'label', 'loading'],
8956
8956
  methods: ['rerender']
8957
8957
  })
8958
8958
  @Component({
@@ -8960,7 +8960,7 @@ export declare interface SwirlTabBar extends Components.SwirlTabBar {
8960
8960
  changeDetection: ChangeDetectionStrategy.OnPush,
8961
8961
  template: '<ng-content></ng-content>',
8962
8962
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
8963
- inputs: ['caption', 'dragDropHandle', 'dragDropInstructions', 'emptyStateLabel', 'enableDragDrop', { name: 'label', required: true }],
8963
+ inputs: ['caption', 'dragDropHandle', 'dragDropInstructions', 'emptyStateLabel', 'enableDragDrop', { name: 'label', required: true }, 'loading'],
8964
8964
  standalone: false
8965
8965
  })
8966
8966
  export class SwirlTable {