@esfaenza/es-table 15.2.18 → 15.2.20
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/esm2020/lib/components/es-table/es_table.component.mjs +4 -4
- package/esm2020/lib/core/handlers/SelectionHandler.mjs +3 -15
- package/fesm2015/esfaenza-es-table.mjs +5 -17
- package/fesm2015/esfaenza-es-table.mjs.map +1 -1
- package/fesm2020/esfaenza-es-table.mjs +5 -17
- package/fesm2020/esfaenza-es-table.mjs.map +1 -1
- package/lib/core/handlers/SelectionHandler.d.ts +0 -9
- package/package.json +1 -1
|
@@ -204,15 +204,6 @@ export declare class SelectionHandler {
|
|
|
204
204
|
* @returns {{ value: string, type: InputType, val_setter: Function }[][]} Matrice di elementi selezionati con la loro informazione sul tipo
|
|
205
205
|
*/
|
|
206
206
|
getSelectionStatusSelection(): ItemPropEditableReference[][];
|
|
207
|
-
/**
|
|
208
|
-
* Helper per ripulire la selezione lato HTML
|
|
209
|
-
*
|
|
210
|
-
* @param {any} event Evento nativo Javascript
|
|
211
|
-
*/
|
|
212
|
-
clearTextSelection(event: {
|
|
213
|
-
view: any;
|
|
214
|
-
range: boolean;
|
|
215
|
-
}): boolean;
|
|
216
207
|
/**
|
|
217
208
|
* Data la matrice di selezione generata dal metodo **getSelectionStatusSelection** genera la strigna vera e propria da copiare nella Clipboard
|
|
218
209
|
*
|