coer-elements 1.1.26 → 1.1.27

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.
@@ -6,5 +6,6 @@ export interface IGridHeaderExportButton {
6
6
  fileName?: string;
7
7
  onlyColumnFiltered?: boolean;
8
8
  onlyRowFiltered?: boolean;
9
+ onlySelectedItem?: boolean;
9
10
  preventDefault?: boolean;
10
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coer-elements",
3
- "version": "1.1.26",
3
+ "version": "1.1.27",
4
4
  "author": "Christian Omar Escamilla Rodríguez",
5
5
  "keywords": [
6
6
  "COER",
@@ -1485,7 +1485,8 @@ div.coer-tab mat-tab-group div.mat-mdc-tab-body-wrapper mat-tab-body {
1485
1485
  }
1486
1486
  div.coer-tab mat-tab-group div.mat-mdc-tab-body-wrapper mat-tab-body div.mat-mdc-tab-body-content {
1487
1487
  width: auto !important;
1488
- overflow: visible !important;
1488
+ overflow-x: auto !important;
1489
+ overflow-y: visible !important;
1489
1490
  }
1490
1491
  div.coer-tab mat-tab-group div.mat-mdc-tab-body-wrapper mat-tab-body div.mat-mdc-tab-body-content div.tab-content {
1491
1492
  padding: 5px;