@softheon/armature 19.0.0 → 19.0.2

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.
@@ -29,6 +29,11 @@ export declare abstract class EntityBaseComponent<TConfig extends EntityConfigBa
29
29
  reloadEntity(): void;
30
30
  /** Opens the entity view in a new route */
31
31
  openEntityView(): void;
32
+ /**
33
+ * The task row click event
34
+ * @param event The event
35
+ */
36
+ private taskRowClick;
32
37
  static ɵfac: i0.ɵɵFactoryDeclaration<EntityBaseComponent<any>, never>;
33
38
  static ɵcmp: i0.ɵɵComponentDeclaration<EntityBaseComponent<any>, "ng-component", never, {}, {}, never, never, false, never>;
34
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softheon/armature",
3
- "version": "19.0.0",
3
+ "version": "19.0.2",
4
4
  "dependencies": {
5
5
  "tslib": "^2.5.0"
6
6
  },
@@ -1,3 +0,0 @@
1
- {
2
- "module": "../fesm2022/softheon-armature-ag-grid-components.mjs"
3
- }