@esfaenza/es-table 20.3.26 → 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": pagina piena, non in all, e ci sono altre pagine */
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "20.3.26",
3
+ "version": "20.3.27",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },