@esfaenza/es-table 20.3.25 → 20.3.27
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/index.d.ts
CHANGED
|
@@ -2942,7 +2942,8 @@ declare class EsTable2Component implements ControlValueAccessor, AfterContentIni
|
|
|
2942
2942
|
get hasSelection(): boolean;
|
|
2943
2943
|
/** true se sono selezionati TUTTI gli elementi (all senza esclusioni) */
|
|
2944
2944
|
get allSelected(): boolean;
|
|
2945
|
-
/** true se ha senso proporre "seleziona tutti":
|
|
2945
|
+
/** true se ha senso proporre "seleziona tutti": abilitato via `[SelectAll]`, pagina
|
|
2946
|
+
* piena, non già in modalità all, e ci sono altre pagine oltre a quella corrente */
|
|
2946
2947
|
get canSelectEverything(): boolean;
|
|
2947
2948
|
canRemove(item: any): boolean;
|
|
2948
2949
|
removeItem(item: any): void;
|