@festo-ui/angular 8.3.0-dev.676 → 8.3.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.
- package/fesm2022/festo-ui-angular.mjs +262 -264
- package/fesm2022/festo-ui-angular.mjs.map +1 -1
- package/index.d.ts +2 -2
- package/package.json +9 -9
package/index.d.ts
CHANGED
|
@@ -888,7 +888,6 @@ declare class FngSnackbarContainerDirective implements OnDestroy {
|
|
|
888
888
|
ngOnDestroy(): void;
|
|
889
889
|
private push;
|
|
890
890
|
private remove;
|
|
891
|
-
private prepareRemove;
|
|
892
891
|
private updateStackIndices;
|
|
893
892
|
static ɵfac: i0.ɵɵFactoryDeclaration<FngSnackbarContainerDirective, never>;
|
|
894
893
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FngSnackbarContainerDirective, "[fngSnackbarContainer]", never, { "fngSnackbarContainer": { "alias": "fngSnackbarContainer"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -899,8 +898,9 @@ declare class FngSnackbarComponent implements AfterViewInit, OnDestroy {
|
|
|
899
898
|
readonly close: i0.OutputEmitterRef<void>;
|
|
900
899
|
readonly action: i0.OutputEmitterRef<void>;
|
|
901
900
|
readonly isShown: i0.WritableSignal<boolean>;
|
|
902
|
-
readonly
|
|
901
|
+
readonly stackIndex: i0.WritableSignal<number>;
|
|
903
902
|
private timeout;
|
|
903
|
+
get transform(): string;
|
|
904
904
|
ngAfterViewInit(): void;
|
|
905
905
|
ngOnDestroy(): void;
|
|
906
906
|
onAction(): void;
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@festo-ui/angular",
|
|
3
|
-
"version": "8.3.0
|
|
3
|
+
"version": "8.3.0",
|
|
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/
|
|
10
|
-
"@angular/
|
|
11
|
-
"@angular/
|
|
12
|
-
"@angular/router": "^20.3.
|
|
13
|
-
"@angular/forms": "^20.3.
|
|
14
|
-
"@angular/platform-browser": "^20.3.
|
|
15
|
-
"@angular/platform-browser-dynamic": "^20.3.
|
|
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",
|
|
16
16
|
"@angular/cdk": "^20.2.8",
|
|
17
17
|
"rxjs": "~7.8.0",
|
|
18
18
|
"@festo-ui/web-essentials": "*"
|
|
@@ -39,4 +39,4 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"sideEffects": false
|
|
42
|
-
}
|
|
42
|
+
}
|