cps-ui-kit 20.5.1 → 21.1.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/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "cps-ui-kit",
3
- "version": "20.5.1",
3
+ "version": "21.1.0",
4
4
  "peerDependencies": {
5
- "@angular/common": "^20.2.1",
6
- "@angular/core": "^20.2.1",
7
- "@angular/forms": "^20.2.1",
8
- "rxjs": "^7.8.1",
9
- "zone.js": "^0.15.0",
5
+ "@angular/common": "^21.2.6",
6
+ "@angular/core": "^21.2.6",
7
+ "@angular/forms": "^21.2.6",
8
+ "@e965/xlsx": "^0.20.3",
9
+ "@primeuix/styled": "^0.7.4",
10
+ "@primeuix/utils": "^0.7.1",
10
11
  "@types/lodash-es": "^4.17.12",
11
12
  "lodash-es": "^4.17.21",
12
- "primeng": "^20.0.1",
13
- "@primeuix/utils": "^0.6.1",
14
- "@primeuix/styled": "^0.7.2",
15
- "@e965/xlsx": "^0.20.3"
13
+ "primeng": "^21.1.3",
14
+ "rxjs": "^7.8.2",
15
+ "zone.js": "^0.15.1"
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
@@ -25,14 +25,15 @@
25
25
  },
26
26
  "sideEffects": false,
27
27
  "module": "fesm2022/cps-ui-kit.mjs",
28
- "typings": "index.d.ts",
28
+ "typings": "types/cps-ui-kit.d.ts",
29
29
  "exports": {
30
30
  "./package.json": {
31
31
  "default": "./package.json"
32
32
  },
33
33
  ".": {
34
- "types": "./index.d.ts",
34
+ "types": "./types/cps-ui-kit.d.ts",
35
35
  "default": "./fesm2022/cps-ui-kit.mjs"
36
36
  }
37
- }
37
+ },
38
+ "type": "module"
38
39
  }
@@ -5056,8 +5056,8 @@ declare class CpsDividerComponent {
5056
5056
  */
5057
5057
  thickness: i0.InputSignal<string | number>;
5058
5058
  constructor(document: Document);
5059
- private _borderTop;
5060
- private _borderRight;
5059
+ borderTop: i0.Signal<string>;
5060
+ borderRight: i0.Signal<string>;
5061
5061
  private _constructBorder;
5062
5062
  static ɵfac: i0.ɵɵFactoryDeclaration<CpsDividerComponent, never>;
5063
5063
  static ɵcmp: i0.ɵɵComponentDeclaration<CpsDividerComponent, "cps-divider", never, { "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "thickness": { "alias": "thickness"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;