@sumaris-net/ngx-components 1.20.21 → 1.20.24

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "1.20.21",
4
+ "version": "1.20.24",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -158,7 +158,7 @@ export declare abstract class AppTable<T extends IEntity<T, ID>, F = any, ID = n
158
158
  emitEvent?: boolean;
159
159
  }): void;
160
160
  get enabled(): boolean;
161
- set disabled(disabled: boolean);
161
+ set disabled(value: boolean);
162
162
  get disabled(): boolean;
163
163
  markAsDirty(opts?: {
164
164
  onlySelf?: boolean;