@ardimedia/angular-portal-azure 0.2.286 → 0.2.287
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.
- package/apn.d.ts +1 -1
- package/package.json +1 -1
package/apn.d.ts
CHANGED
|
@@ -387,7 +387,7 @@ declare namespace angularportalazure {
|
|
|
387
387
|
* - call this.onSavedItem()
|
|
388
388
|
* @return {T} return the saved data
|
|
389
389
|
*/
|
|
390
|
-
saveItem(func: () => (Promise<T>
|
|
390
|
+
saveItem(func: () => (Promise<T> | angular.IHttpPromise<T>)): (Promise<void | T> | angular.IHttpPromise<void | T>);
|
|
391
391
|
/** Extension point */
|
|
392
392
|
onSaveItem(): void;
|
|
393
393
|
/** Extension point */
|
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.
|
|
5
|
+
"version": "0.2.287",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|