@ardimedia/angular-portal-azure 0.2.289 → 0.2.290
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 +2 -2
- package/package.json +1 -1
package/apn.d.ts
CHANGED
|
@@ -393,7 +393,7 @@ declare namespace angularportalazure {
|
|
|
393
393
|
* - set this.isCommandSaveEnabled = true
|
|
394
394
|
* - call this.setStatusBarException
|
|
395
395
|
*/
|
|
396
|
-
saveItem(func: () => (Promise<T> | angular.
|
|
396
|
+
saveItem(func: () => (Promise<T> | angular.IPromise<T>), ngForm?: any): (Promise<void | T> | angular.IPromise<void | T>);
|
|
397
397
|
/**
|
|
398
398
|
* Default behavior for saving any object.
|
|
399
399
|
* - call this.setStatusBarSaveData();
|
|
@@ -407,7 +407,7 @@ declare namespace angularportalazure {
|
|
|
407
407
|
* CATCH
|
|
408
408
|
* - call this.setStatusBarException
|
|
409
409
|
*/
|
|
410
|
-
saveObject(func: () => (Promise<any> | angular.
|
|
410
|
+
saveObject(func: () => (Promise<any> | angular.IPromise<any>), ngForm?: any): (Promise<void | any> | angular.IPromise<void | any>);
|
|
411
411
|
/** Extension point */
|
|
412
412
|
onSaveItem(): void;
|
|
413
413
|
/** 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.290",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|