@esfaenza/es-table 11.2.113 → 11.2.115

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.
@@ -249,6 +249,8 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
249
249
  * Nel formato "View" ha come parametro una callback con i dati completi da esportare (dato che di default la ricerca è paginata)
250
250
  */
251
251
  ExportFunction: any;
252
+ /** Indica di esportare solo le colonne attualmente visibili della view */
253
+ ExportOnlyVisibleColumns: boolean;
252
254
  /** Indica la presenza di raggruppamenti a livello di header */
253
255
  HasHeaderGroup: boolean;
254
256
  /** Indica la presenza di raggruppamenti a livello del raggruppamento precedentemente esistente, chiaramente è insensata senza **HasHeaderGroup** */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "11.2.113",
3
+ "version": "11.2.115",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
@@ -8,7 +8,7 @@
8
8
  "@angular/common": "~11.2.14",
9
9
  "@angular/core": "~11.2.14",
10
10
  "@angular/material": "~11.2.13",
11
- "@esfaenza/extensions": "^11.2.29",
11
+ "@esfaenza/extensions": "^11.2.41",
12
12
  "@esfaenza/localizations": "^11.2.7",
13
13
  "@esfaenza/forms-and-validations": "^11.2.115",
14
14
  "@esfaenza/ngx-contextmenu": "^11.2.6",