@ardimedia/angular-portal-azure 0.2.48 → 0.2.49

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 (3) hide show
  1. package/apn.d.ts +1 -0
  2. package/apn.js +1 -0
  3. package/package.json +1 -1
package/apn.d.ts CHANGED
@@ -59,6 +59,7 @@ declare namespace angularportalazure {
59
59
  isInnerHtml: boolean;
60
60
  statusbar: string;
61
61
  statusbarClass: string;
62
+ formblade: any;
62
63
  isCommandBrowse: boolean;
63
64
  commandBrowse: () => void;
64
65
  commandBrowseText: string;
package/apn.js CHANGED
@@ -151,6 +151,7 @@ var angularportalazure;
151
151
  }());
152
152
  angularportalazure.UserControlBase = UserControlBase;
153
153
  })(angularportalazure || (angularportalazure = {}));
154
+ /// <reference types="angular" />
154
155
  /// <reference path="debug.ts" />
155
156
  /// <reference path="useraccount.ts" />
156
157
  /// <reference path="portalservice.ts" />
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.48",
5
+ "version": "0.2.49",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {