@ardimedia/angular-portal-azure 0.2.73 → 0.2.74
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.js +1 -5
- package/package.json +1 -1
package/apn.js
CHANGED
|
@@ -303,7 +303,6 @@ var angularportalazure;
|
|
|
303
303
|
//#region Methods
|
|
304
304
|
//#region Methods
|
|
305
305
|
Blade.prototype.activate = function () {
|
|
306
|
-
console.log('function call: Blade.activate() - from where is this called?');
|
|
307
306
|
this.onActivate();
|
|
308
307
|
this.onActivated();
|
|
309
308
|
};
|
|
@@ -312,7 +311,6 @@ var angularportalazure;
|
|
|
312
311
|
console.log('function call: Blade.onActivate() - we should override this, but does it work?');
|
|
313
312
|
};
|
|
314
313
|
Blade.prototype.onActivated = function () {
|
|
315
|
-
angularportalazure.Debug.write('[angularportalazure-debug] \'onActivated\' called. You could override this.');
|
|
316
314
|
};
|
|
317
315
|
Blade.prototype.navigateTo = function (path) {
|
|
318
316
|
angularportalazure.Debug.write('[angularportalazure-debug] \'Blade.navigateTo\' called. You should not override this, use onNavigateTo instead.', [this, path]);
|
|
@@ -752,9 +750,7 @@ var angularportalazure;
|
|
|
752
750
|
//#endregion
|
|
753
751
|
//#region Methods
|
|
754
752
|
Tile.prototype.clicked = function () {
|
|
755
|
-
|
|
756
|
-
var blade = this.portalService.bladeArea.setFirstBlade(this.bladePath);
|
|
757
|
-
blade.activate();
|
|
753
|
+
this.portalService.bladeArea.setFirstBlade(this.bladePath);
|
|
758
754
|
};
|
|
759
755
|
return Tile;
|
|
760
756
|
}());
|
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.74",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|