@unipin/angular-applet 17.0.1 → 17.0.3

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": "@unipin/angular-applet",
3
- "version": "17.0.1",
3
+ "version": "17.0.3",
4
4
  "sideEffects": false,
5
5
  "homepage": "https://backoffice.unipin.com/",
6
6
  "description": "Angular specific wrappers for UniPin applet",
@@ -17,11 +17,11 @@
17
17
  "dependencies": {
18
18
  "tslib": "^2.3.0",
19
19
  "angular-split": "15.x.x",
20
- "@ng-select/ng-select": "11.x.x",
21
- "@ag-grid-community/core": "30.x.x",
22
- "@ag-grid-community/angular": "30.x.x",
23
- "@ag-grid-community/client-side-row-model": "30.x.x",
24
- "@ag-grid-community/infinite-row-model": "30.x.x"
20
+ "@ng-select/ng-select": "12.x.x",
21
+ "@ag-grid-community/core": "31.x.x",
22
+ "@ag-grid-community/angular": "31.x.x",
23
+ "@ag-grid-community/client-side-row-model": "31.x.x",
24
+ "@ag-grid-community/infinite-row-model": "31.x.x"
25
25
  },
26
26
  "exports": {
27
27
  "./scss/*": {
@@ -432,11 +432,9 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
432
432
  .ag-center-cols-viewport {
433
433
  width: 100%;
434
434
  height: 100% !important;
435
- overflow-x: auto;
435
+ overflow-y: auto;
436
436
  }
437
437
 
438
- .ag-center-cols-viewport::-webkit-scrollbar { display: none; }
439
-
440
438
  .ag-body-horizontal-scroll-viewport { overflow-x: scroll; }
441
439
 
442
440
  .ag-body-vertical-scroll-viewport { overflow-y: scroll; }