angular-slickgrid 7.0.3 → 7.2.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,6 +1,6 @@
1
1
  {
2
2
  "name": "angular-slickgrid",
3
- "version": "7.0.3",
3
+ "version": "7.2.0",
4
4
  "description": "Slickgrid components made available in Angular",
5
5
  "keywords": [
6
6
  "angular",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",
20
- "url": "git+ssh://git@github.com/ghiscoding/angular-slickgrid.git"
20
+ "url": "https://github.com/ghiscoding/angular-slickgrid.git"
21
21
  },
22
22
  "main": "src/app/modules/angular-slickgrid/index",
23
23
  "private": false,
@@ -30,13 +30,13 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@ngx-translate/core": "^15.0.0",
33
- "@slickgrid-universal/common": "~4.0.3",
34
- "@slickgrid-universal/custom-footer-component": "~4.0.3",
35
- "@slickgrid-universal/empty-warning-component": "~4.0.3",
36
- "@slickgrid-universal/event-pub-sub": "~4.0.2",
37
- "@slickgrid-universal/pagination-component": "~4.0.3",
38
- "@slickgrid-universal/row-detail-view-plugin": "~4.0.3",
39
- "@slickgrid-universal/rxjs-observable": "~4.0.3",
33
+ "@slickgrid-universal/common": "~4.2.0",
34
+ "@slickgrid-universal/custom-footer-component": "~4.2.0",
35
+ "@slickgrid-universal/empty-warning-component": "~4.2.0",
36
+ "@slickgrid-universal/event-pub-sub": "~4.2.0",
37
+ "@slickgrid-universal/pagination-component": "~4.2.0",
38
+ "@slickgrid-universal/row-detail-view-plugin": "~4.2.0",
39
+ "@slickgrid-universal/rxjs-observable": "~4.2.0",
40
40
  "dequal": "^2.0.3",
41
41
  "dompurify": "^3.0.6",
42
42
  "rxjs": "^7.8.1",
@@ -48,7 +48,7 @@
48
48
  "npm": ">=6.14.13"
49
49
  },
50
50
  "resolutions": {
51
- "caniuse-lite": "1.0.30001566",
51
+ "caniuse-lite": "1.0.30001571",
52
52
  "semver": "^7.5.4"
53
53
  },
54
54
  "module": "fesm2022/angular-slickgrid.mjs",
@@ -1,6 +0,0 @@
1
- import type { SlickGrid as UniversalSlickGrid } from '@slickgrid-universal/common';
2
- import type { GridOption } from './gridOption.interface';
3
- export interface SlickGrid extends UniversalSlickGrid {
4
- /** Returns an object containing all of the Grid options set on the grid. See a list of Grid Options here. */
5
- getOptions(): GridOption;
6
- }
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2xpY2tHcmlkLmludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvbW9kdWxlcy9hbmd1bGFyLXNsaWNrZ3JpZC9tb2RlbHMvc2xpY2tHcmlkLmludGVyZmFjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBTbGlja0dyaWQgYXMgVW5pdmVyc2FsU2xpY2tHcmlkIH0gZnJvbSAnQHNsaWNrZ3JpZC11bml2ZXJzYWwvY29tbW9uJztcbmltcG9ydCB0eXBlIHsgR3JpZE9wdGlvbiB9IGZyb20gJy4vZ3JpZE9wdGlvbi5pbnRlcmZhY2UnO1xuXG5leHBvcnQgaW50ZXJmYWNlIFNsaWNrR3JpZCBleHRlbmRzIFVuaXZlcnNhbFNsaWNrR3JpZCB7XG4gIC8qKiBSZXR1cm5zIGFuIG9iamVjdCBjb250YWluaW5nIGFsbCBvZiB0aGUgR3JpZCBvcHRpb25zIHNldCBvbiB0aGUgZ3JpZC4gU2VlIGEgbGlzdCBvZiBHcmlkIE9wdGlvbnMgaGVyZS4gICovXG4gIGdldE9wdGlvbnMoKTogR3JpZE9wdGlvbjtcbn1cbiJdfQ==