@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.
@@ -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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "11.2.70",
3
+ "version": "11.2.71",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },