@ardimedia/angular-portal-azure 0.2.128 → 0.2.129
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/apn.js +2 -2
- package/package.json +1 -1
package/apn.d.ts
CHANGED
|
@@ -272,7 +272,7 @@ declare namespace angularportalazure {
|
|
|
272
272
|
/** Obsolete
|
|
273
273
|
* start using this.bladesNew.blades. */
|
|
274
274
|
blades: any[];
|
|
275
|
-
constructor(
|
|
275
|
+
constructor(title: string, portalService: angularportalazure.PortalService);
|
|
276
276
|
initialize(): void;
|
|
277
277
|
setObsoleteLayoutProperites(): void;
|
|
278
278
|
}
|
package/apn.js
CHANGED
|
@@ -862,8 +862,8 @@ var angularportalazure;
|
|
|
862
862
|
//#endregion
|
|
863
863
|
//#endregion
|
|
864
864
|
//#region Constructor
|
|
865
|
-
function PortalShell(
|
|
866
|
-
var _this = _super.call(this,
|
|
865
|
+
function PortalShell(title, portalService) {
|
|
866
|
+
var _this = _super.call(this, null, portalService) || this;
|
|
867
867
|
_this.portalService = portalService;
|
|
868
868
|
_this.portalService.portalShell = _this;
|
|
869
869
|
_this.portalService.panorama = new angularportalazure.Panorama(_this.$scope, title, _this.portalService);
|
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.129",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|