@ardimedia/angular-portal-azure 0.2.280 → 0.2.281

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.
Files changed (2) hide show
  1. package/apn.d.ts +1 -1
  2. package/package.json +1 -1
package/apn.d.ts CHANGED
@@ -373,7 +373,7 @@ declare namespace angularportalazure {
373
373
  constructor($scope: angular.IScope, portalService: angularportalazure.PortalService, path: string, title: string, subtitle?: string, width?: number);
374
374
  item: T;
375
375
  loadItem(func: () => Promise<any>): void;
376
- saveItem(func: () => any): (Promise<void> & angular.IHttpPromise<any>);
376
+ saveItem(func: () => any): (Promise<object> & angular.IHttpPromise<object>);
377
377
  onSaveItem(): void;
378
378
  onSavedItem(): void;
379
379
  onCommandCancel(): void;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@ardimedia/angular-portal-azure",
3
3
  "description": "Angular Portal Azure - GUI Framework.",
4
4
  "author": "Ardimedia Anstalt <info@ardimedia.com> (http://www.ardimedia.com)",
5
- "version": "0.2.280",
5
+ "version": "0.2.281",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {