@ardimedia/angular-portal-azure 0.2.108 → 0.2.109
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 +0 -1
- package/apn.js +5 -1
- package/package.json +1 -1
package/apn.d.ts
CHANGED
|
@@ -47,7 +47,6 @@ declare namespace angularportalazure {
|
|
|
47
47
|
declare namespace angularportalazure {
|
|
48
48
|
class Blade extends angularportalazure.UserControlBase {
|
|
49
49
|
constructor(portalService: angularportalazure.PortalService, path: string, title: string, subtitle?: string, width?: number);
|
|
50
|
-
listener1: Function;
|
|
51
50
|
path: string;
|
|
52
51
|
private _path;
|
|
53
52
|
title: string;
|
package/apn.js
CHANGED
|
@@ -287,6 +287,10 @@ var angularportalazure;
|
|
|
287
287
|
return _this;
|
|
288
288
|
}
|
|
289
289
|
Object.defineProperty(Blade.prototype, "path", {
|
|
290
|
+
//#endregion
|
|
291
|
+
//#region Properties
|
|
292
|
+
//#region Properties
|
|
293
|
+
//listener1: Function;
|
|
290
294
|
//#region path
|
|
291
295
|
get: function () {
|
|
292
296
|
return this._path;
|
|
@@ -337,7 +341,7 @@ var angularportalazure;
|
|
|
337
341
|
};
|
|
338
342
|
/** close blade. */
|
|
339
343
|
Blade.prototype.close = function () {
|
|
340
|
-
this.listener1(); // Unregister listener1
|
|
344
|
+
//this.listener1(); // Unregister listener1
|
|
341
345
|
if (this.portalService.bladeArea !== undefined) {
|
|
342
346
|
this.portalService.bladeArea.clearPath(this.path);
|
|
343
347
|
}
|
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.109",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|