@netgrif/components-core 6.2.9 → 6.2.10

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.
@@ -34,6 +34,7 @@ export declare abstract class AbstractUserFieldComponent extends AbstractDataFie
34
34
  * After close side menu, the snackbar info will be displayed either for the unselected user or the selected one.
35
35
  */
36
36
  selectAbstractUser(component: any): void;
37
+ deleteUser(): void;
37
38
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractUserFieldComponent, [null, null, null, { optional: true; }]>;
38
39
  static ɵcmp: i0.ɵɵComponentDeclaration<AbstractUserFieldComponent, "ncc-abstract-user-field", never, { "dataField": "dataField"; }, {}, never, never>;
39
40
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netgrif/components-core",
3
- "version": "6.2.9",
3
+ "version": "6.2.10",
4
4
  "description": "Netgrif Application engine frontend core Angular library",
5
5
  "homepage": "https://components.netgrif.com",
6
6
  "license": "SEE LICENSE IN LICENSE",