@festo-ui/angular 9.0.0-dev.663 → 9.0.0-dev.678

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 prepareRemove;
892
+ private updateStackIndices;
891
893
  static ɵfac: i0.ɵɵFactoryDeclaration<FngSnackbarContainerDirective, never>;
892
894
  static ɵdir: i0.ɵɵDirectiveDeclaration<FngSnackbarContainerDirective, "[fngSnackbarContainer]", never, { "fngSnackbarContainer": { "alias": "fngSnackbarContainer"; "required": false; }; }, {}, never, never, true, never>;
893
895
  }
894
896
 
895
897
  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';
898
+ readonly data: i0.WritableSignal<FngSnackbarData | null | undefined>;
899
+ readonly close: i0.OutputEmitterRef<void>;
900
+ readonly action: i0.OutputEmitterRef<void>;
901
+ readonly isShown: i0.WritableSignal<boolean>;
902
+ readonly transformTranslateY: i0.WritableSignal<string>;
901
903
  private timeout;
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,28 +1,29 @@
1
1
  {
2
2
  "name": "@festo-ui/angular",
3
- "version": "9.0.0-dev.663",
3
+ "version": "9.0.0-dev.678",
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",
7
7
  "description": "CSS framework and utils to build FESTO web applications",
8
8
  "peerDependencies": {
9
- "@angular/common": "^20.3.4",
10
- "@angular/core": "^20.3.4",
11
- "@angular/animations": "^20.3.4",
12
- "@angular/router": "^20.3.4",
13
- "@angular/forms": "^20.3.4",
14
- "@angular/platform-browser": "^20.3.4",
15
- "@angular/platform-browser-dynamic": "^20.3.4",
9
+ "@angular/animations": "^20.3.13",
10
+ "@angular/common": "^20.3.13",
11
+ "@angular/core": "^20.3.13",
12
+ "@angular/router": "^20.3.13",
13
+ "@angular/forms": "^20.3.13",
14
+ "@angular/platform-browser": "^20.3.13",
15
+ "@angular/platform-browser-dynamic": "^20.3.13",
16
16
  "@angular/cdk": "^20.2.8",
17
17
  "rxjs": "~7.8.0",
18
- "@festo-ui/web-essentials": "*"
18
+ "@festo-ui/web-essentials": "*",
19
+ "@festo-ui/icon-font": "*"
19
20
  },
20
21
  "dependencies": {
21
22
  "tslib": "^2.3.0"
22
23
  },
23
24
  "optionalDependencies": {
24
25
  "flatpickr": "4.6.13",
25
- "quill": "1.3.7",
26
+ "quill": "2.0.3",
26
27
  "quill-delta": "^5.1.0",
27
28
  "simplebar": "^6.2.7",
28
29
  "swiper": "^12.0.2"