@angular-bootstrap/ngbootstrap 0.0.13 → 2.0.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,7 +1,7 @@
1
1
  {
2
2
  "name": "@angular-bootstrap/ngbootstrap",
3
- "version": "0.0.13",
4
- "description": "Angular UI library providing datagrid, drag-and-drop, pagination, stepper, splitter, typeahead and chips components with Bootstrap-friendly styling.",
3
+ "version": "2.0.0",
4
+ "description": "Bootstrap-friendly standalone Angular UI components, including DataGrid, pagination, typeahead, tree, splitter, stepper, chips, and drag-and-drop.",
5
5
  "author": {
6
6
  "name": "Harmeet Singh"
7
7
  },
@@ -47,25 +47,29 @@
47
47
  },
48
48
  "sideEffects": false,
49
49
  "peerDependencies": {
50
- "@angular/common": ">=21.0.0 <22.0.0",
51
- "@angular/core": ">=21.0.0 <22.0.0",
52
- "@angular/forms": ">=21.0.0 <22.0.0",
53
- "jspdf": "^3.0.1",
54
- "jspdf-autotable": "^5.0.2",
55
- "rxjs": "^7.8.0",
56
- "xlsx": "^0.18.0"
50
+ "@angular/common": ">=21.0.0 <23.0.0",
51
+ "@angular/core": ">=21.0.0 <23.0.0",
52
+ "@angular/forms": ">=21.0.0 <23.0.0",
53
+ "chart.js": ">=4.4.0 <5.0.0",
54
+ "jspdf": ">=4.2.1 <5.0.0",
55
+ "jspdf-autotable": ">=5.0.0 <6.0.0",
56
+ "rxjs": "^7.8.0"
57
57
  },
58
58
  "peerDependenciesMeta": {
59
- "jspdf": {
59
+ "chart.js": {
60
60
  "optional": true
61
61
  },
62
- "jspdf-autotable": {
62
+ "jspdf": {
63
63
  "optional": true
64
64
  },
65
- "xlsx": {
65
+ "jspdf-autotable": {
66
66
  "optional": true
67
67
  }
68
68
  },
69
+ "dependencies": {
70
+ "tslib": "^2.6.2"
71
+ },
72
+ "packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531",
69
73
  "module": "fesm2022/angular-bootstrap-ngbootstrap.mjs",
70
74
  "typings": "types/angular-bootstrap-ngbootstrap.d.ts",
71
75
  "exports": {
@@ -77,7 +81,5 @@
77
81
  "default": "./fesm2022/angular-bootstrap-ngbootstrap.mjs"
78
82
  }
79
83
  },
80
- "dependencies": {
81
- "tslib": "^2.3.0"
82
- }
84
+ "type": "module"
83
85
  }