nuxeo-development-framework 5.1.4 → 5.1.6

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.
@@ -17,7 +17,7 @@ export declare class CustomToastrComponent extends Toast implements OnInit {
17
17
  private onDestroy$;
18
18
  constructor(_environment: Record<string, any>, toastrService: ToastrService, toastPackage: ToastPackage, translate: TranslateService, userPreferenceService?: UserPreferencesService);
19
19
  ngOnInit(): void;
20
- remove(): void;
20
+ clear(): void;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomToastrComponent, never>;
22
22
  static ɵcmp: i0.ɵɵComponentDeclaration<CustomToastrComponent, "cts-custom-toastr", never, {}, {}, never, never>;
23
23
  }
@@ -114,7 +114,9 @@ export declare class TableComponent implements OnInit, OnChanges {
114
114
  rowDetails(event: any): void;
115
115
  iconSelected(event: MouseEvent, row: any): void;
116
116
  performAction(singleRow: any, actionType: any): void;
117
- onSelect(event: any): void;
117
+ onSelect({ selected }: {
118
+ selected: any;
119
+ }): void;
118
120
  onSort(event: any): void;
119
121
  assignTableColumns(event: any): void;
120
122
  onResize(width: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxeo-development-framework",
3
- "version": "5.1.4",
3
+ "version": "5.1.6",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "12.2.3",
6
6
  "@angular/common": "12.2.3",