@festo-ui/angular 10.1.1-dev.926 → 11.0.0-dev.930

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/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@festo-ui/angular",
3
- "version": "10.1.1-dev.926",
3
+ "version": "11.0.0-dev.930",
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/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
- "@angular/cdk": "^20.2.8",
9
+ "@angular/animations": "^21.2.11",
10
+ "@angular/common": "^21.2.11",
11
+ "@angular/core": "^21.2.11",
12
+ "@angular/router": "^21.2.11",
13
+ "@angular/forms": "^21.2.11",
14
+ "@angular/platform-browser": "^21.2.11",
15
+ "@angular/platform-browser-dynamic": "^21.2.11",
16
+ "@angular/cdk": "^21.2.9",
17
17
  "rxjs": "~7.8.0",
18
18
  "@festo-ui/web-essentials": "*",
19
19
  "@festo-ui/icon-font": "*"
@@ -22,22 +22,23 @@
22
22
  "tslib": "^2.3.0"
23
23
  },
24
24
  "optionalDependencies": {
25
- "flatpickr": "4.6.13",
26
- "quill": "2.0.3",
25
+ "flatpickr": "^4.6.13",
26
+ "quill": "^2.0.3",
27
27
  "quill-delta": "^5.1.0",
28
28
  "simplebar": "^6.2.7",
29
29
  "swiper": "^12.0.2"
30
30
  },
31
31
  "module": "fesm2022/festo-ui-angular.mjs",
32
- "typings": "index.d.ts",
32
+ "typings": "types/festo-ui-angular.d.ts",
33
33
  "exports": {
34
34
  "./package.json": {
35
35
  "default": "./package.json"
36
36
  },
37
37
  ".": {
38
- "types": "./index.d.ts",
38
+ "types": "./types/festo-ui-angular.d.ts",
39
39
  "default": "./fesm2022/festo-ui-angular.mjs"
40
40
  }
41
41
  },
42
- "sideEffects": false
42
+ "sideEffects": false,
43
+ "type": "module"
43
44
  }
@@ -167,7 +167,7 @@ declare class FngClickOutsideDirective {
167
167
  private elRef;
168
168
  constructor(elRef: ElementRef);
169
169
  clickOutside: EventEmitter<any>;
170
- onClick(targetElement: HTMLElement): void;
170
+ onClick(targetElement: EventTarget | null): void;
171
171
  static ɵfac: i0.ɵɵFactoryDeclaration<FngClickOutsideDirective, never>;
172
172
  static ɵdir: i0.ɵɵDirectiveDeclaration<FngClickOutsideDirective, "[fngClickOutside]", never, {}, { "clickOutside": "clickOutside"; }, never, never, true, never>;
173
173
  }