@esfaenza/es-table 15.2.18 → 15.2.19

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