@softheon/armature 19.18.0 → 19.18.1

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.
@@ -10,6 +10,7 @@ export declare abstract class EntityBaseComponent<TConfig extends EntityConfigBa
10
10
  protected readonly entityHelper: EntityHelperService<TConfig>;
11
11
  /** True if is expanded */
12
12
  protected isExpanded: boolean;
13
+ private readonly boundTaskRowClick;
13
14
  /**
14
15
  * Constructor
15
16
  * @param activatedRoute The activated route
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softheon/armature",
3
- "version": "19.18.0",
3
+ "version": "19.18.1",
4
4
  "dependencies": {
5
5
  "tslib": "^2.5.0"
6
6
  },