@swisspost/design-system-styles-primeng 9.6.0 → 9.8.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.
@@ -2,11 +2,11 @@ import * as i0 from '@angular/core';
2
2
  import { NgModule } from '@angular/core';
3
3
 
4
4
  class StylesPrimengModule {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: StylesPrimengModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.0", ngImport: i0, type: StylesPrimengModule }); }
7
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: StylesPrimengModule }); }
5
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: StylesPrimengModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.3", ngImport: i0, type: StylesPrimengModule }); }
7
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: StylesPrimengModule }); }
8
8
  }
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: StylesPrimengModule, decorators: [{
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: StylesPrimengModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  declarations: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swisspost/design-system-styles-primeng",
3
- "version": "9.6.0",
3
+ "version": "9.8.0",
4
4
  "description": "Swiss Post styles for PrimeNG datatable.",
5
5
  "author": "Swiss Post <oss@post.ch>",
6
6
  "license": "Apache-2.0",
@@ -18,12 +18,12 @@
18
18
  "linkDirectory": true
19
19
  },
20
20
  "peerDependencies": {
21
- "@angular/common": "^19.0.0 || ^20.0.0",
22
- "@angular/core": "^19.0.0 || ^20.0.0",
23
- "primeng": "^19.0.0"
21
+ "@angular/common": "^19.0.0 || ^20.0.0 || ^21.0.0",
22
+ "@angular/core": "^19.0.0 || ^20.0.0 || ^21.0.0",
23
+ "primeng": "^21.0.4"
24
24
  },
25
25
  "dependencies": {
26
- "@swisspost/design-system-styles": "9.6.0",
26
+ "@swisspost/design-system-styles": "9.8.0",
27
27
  "tslib": "2.6.3"
28
28
  },
29
29
  "sideEffects": false,
@@ -37,13 +37,13 @@
37
37
  "frontend"
38
38
  ],
39
39
  "module": "fesm2022/swisspost-design-system-styles-primeng.mjs",
40
- "typings": "index.d.ts",
40
+ "typings": "types/swisspost-design-system-styles-primeng.d.ts",
41
41
  "exports": {
42
42
  "./package.json": {
43
43
  "default": "./package.json"
44
44
  },
45
45
  ".": {
46
- "types": "./index.d.ts",
46
+ "types": "./types/swisspost-design-system-styles-primeng.d.ts",
47
47
  "default": "./fesm2022/swisspost-design-system-styles-primeng.mjs"
48
48
  }
49
49
  }
@@ -1,6 +1,9 @@
1
- import * as i0 from "@angular/core";
2
- export declare class StylesPrimengModule {
1
+ import * as i0 from '@angular/core';
2
+
3
+ declare class StylesPrimengModule {
3
4
  static ɵfac: i0.ɵɵFactoryDeclaration<StylesPrimengModule, never>;
4
5
  static ɵmod: i0.ɵɵNgModuleDeclaration<StylesPrimengModule, never, never, never>;
5
6
  static ɵinj: i0.ɵɵInjectorDeclaration<StylesPrimengModule>;
6
7
  }
8
+
9
+ export { StylesPrimengModule };
package/index.d.ts DELETED
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@swisspost/design-system-styles-primeng" />
5
- export * from './public-api';
package/public-api.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from './lib/styles-primeng.module';