@festo-ui/angular 8.3.0-dev.665 → 8.3.0-dev.670

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.
package/index.d.ts CHANGED
@@ -888,23 +888,25 @@ declare class FngSnackbarContainerDirective implements OnDestroy {
888
888
  ngOnDestroy(): void;
889
889
  private push;
890
890
  private remove;
891
+ private updateStackIndices;
891
892
  static ɵfac: i0.ɵɵFactoryDeclaration<FngSnackbarContainerDirective, never>;
892
893
  static ɵdir: i0.ɵɵDirectiveDeclaration<FngSnackbarContainerDirective, "[fngSnackbarContainer]", never, { "fngSnackbarContainer": { "alias": "fngSnackbarContainer"; "required": false; }; }, {}, never, never, true, never>;
893
894
  }
894
895
 
895
896
  declare class FngSnackbarComponent implements AfterViewInit, OnDestroy {
896
- data: FngSnackbarData | undefined | null;
897
- close: EventEmitter<any>;
898
- action: EventEmitter<any>;
899
- blockDisplay: string;
900
- animationState: 'init' | 'first' | 'fadeIn';
897
+ readonly data: i0.WritableSignal<FngSnackbarData | null | undefined>;
898
+ readonly close: i0.OutputEmitterRef<void>;
899
+ readonly action: i0.OutputEmitterRef<void>;
900
+ readonly isShown: i0.WritableSignal<boolean>;
901
+ readonly stackIndex: i0.WritableSignal<number>;
901
902
  private timeout;
903
+ get transform(): string;
902
904
  ngAfterViewInit(): void;
903
905
  ngOnDestroy(): void;
904
906
  onAction(): void;
905
907
  onClose(): void;
906
908
  static ɵfac: i0.ɵɵFactoryDeclaration<FngSnackbarComponent, never>;
907
- static ɵcmp: i0.ɵɵComponentDeclaration<FngSnackbarComponent, "fng-snackbar", never, { "data": { "alias": "data"; "required": false; }; }, { "close": "close"; "action": "action"; }, never, never, true, never>;
909
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngSnackbarComponent, "fng-snackbar", never, {}, { "close": "close"; "action": "action"; }, never, never, true, never>;
908
910
  }
909
911
 
910
912
  declare class FestoAngularSnackbarModule {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/angular",
3
- "version": "8.3.0-dev.665",
3
+ "version": "8.3.0-dev.670",
4
4
  "author": "Festo UI (styleguide@festo.com)",
5
5
  "copyright": "Copyright (c) 2025 Festo SE & Co. KG. All rights reserved.",
6
6
  "license": "apache-2.0",