@esfaenza/es-table 11.2.70 → 11.2.71
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/bundles/esfaenza-es-table.umd.js +8 -2
- package/bundles/esfaenza-es-table.umd.js.map +1 -1
- package/bundles/esfaenza-es-table.umd.min.js +1 -1
- package/bundles/esfaenza-es-table.umd.min.js.map +1 -1
- package/esfaenza-es-table.metadata.json +1 -1
- package/esm2015/lib/components/es-table/es_table.component.js +9 -3
- package/fesm2015/esfaenza-es-table.js +8 -2
- package/fesm2015/esfaenza-es-table.js.map +1 -1
- package/lib/components/es-table/es_table.component.d.ts +2 -0
- package/package.json +1 -1
|
@@ -296,6 +296,8 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
|
|
|
296
296
|
ShowItemGroupsColumns: any;
|
|
297
297
|
/** Indica che tutti i campi che definiscono le modalità di modifica campo possono essere modificati in base alle impostazioni */
|
|
298
298
|
Editable: boolean;
|
|
299
|
+
/** Indica se è possibile effettuare selezioni a range per poi farci eventualmente copia incolla */
|
|
300
|
+
RangeSelection: boolean;
|
|
299
301
|
/** Evento che viene richiamato al cambio di oridnamento di una colonna */
|
|
300
302
|
onOrderChanged: EventEmitter<AppOrdering>;
|
|
301
303
|
/**
|