angular-slickgrid 9.13.0 → 10.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/README.md +1 -0
- package/fesm2022/angular-slickgrid.mjs +172 -734
- package/fesm2022/angular-slickgrid.mjs.map +1 -1
- package/package.json +16 -14
- package/types/angular-slickgrid.d.ts +768 -0
- package/index.d.ts +0 -5
- package/library/components/angular-slickgrid-outputs.interface.d.ts +0 -214
- package/library/components/angular-slickgrid.component.d.ts +0 -382
- package/library/constants.d.ts +0 -31
- package/library/extensions/index.d.ts +0 -1
- package/library/extensions/slickRowDetailView.d.ts +0 -79
- package/library/global-grid-options.d.ts +0 -3
- package/library/index.d.ts +0 -8
- package/library/models/angularComponentOutput.interface.d.ts +0 -5
- package/library/models/angularGridInstance.interface.d.ts +0 -38
- package/library/models/externalTestingDependencies.interface.d.ts +0 -20
- package/library/models/gridOption.interface.d.ts +0 -11
- package/library/models/index.d.ts +0 -5
- package/library/models/rowDetailView.interface.d.ts +0 -13
- package/library/modules/angular-slickgrid.module.d.ts +0 -12
- package/library/services/angularUtil.service.d.ts +0 -39
- package/library/services/container.service.d.ts +0 -10
- package/library/services/index.d.ts +0 -4
- package/library/services/translater.service.d.ts +0 -30
- package/library/services/utilities.d.ts +0 -8
- package/library/slickgrid-config.d.ts +0 -5
- package/public_api.d.ts +0 -1
package/README.md
CHANGED
|
@@ -112,6 +112,7 @@ Make sure to check out the [Releases](https://github.com/ghiscoding/slickgrid-un
|
|
|
112
112
|
|
|
113
113
|
| Angular-Slickgrid | Angular | Migration Guide | Notes | Date |
|
|
114
114
|
| :----------------:|:-------:|-----------------| ------| ---- |
|
|
115
|
+
| 10.x | >=21.0 | [Migration 10.x](https://ghiscoding.gitbook.io/angular-slickgrid/migrations/migration-to-10.x) | Smaller code, requires Slickgrid-Universal [10.x](https://github.com/ghiscoding/slickgrid-universal/releases/tag/v10.0.0) | 2026-02-28 |
|
|
115
116
|
| 9.x | >=19.0 | [Migration 9.x](https://ghiscoding.gitbook.io/angular-slickgrid/migrations/migration-to-9.x) | ESM-Only, requires Slickgrid-Universal [9.x](https://github.com/ghiscoding/slickgrid-universal/releases/tag/v9.0.0) | 2025-05-10 |
|
|
116
117
|
| 8.x | >=18.0 | [Migration 8.x](https://ghiscoding.gitbook.io/angular-slickgrid/migrations/migration-to-8.x) | Modern UI / Dark Mode, requires Slickgrid-Universal [5.x](https://github.com/ghiscoding/slickgrid-universal/releases/tag/v5.0.0) | 2024-05-22 |
|
|
117
118
|
| 7.x | >=17.0 | [Migration 7.x](https://ghiscoding.gitbook.io/angular-slickgrid/migrations/migration-to-7.x) | merge SlickGrid into Slickgrid-Universal, <br> requires Slickgrid-Universal [4.x](https://github.com/ghiscoding/slickgrid-universal/releases/tag/v4.0.2) | 2023-12-15 |
|