@ardimedia/angular-portal-azure 0.2.223 → 0.2.225

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 (2) hide show
  1. package/apn.js +9 -2
  2. package/package.json +13 -13
package/apn.js CHANGED
@@ -1417,12 +1417,16 @@ var angularportalazure;
1417
1417
  console.log('angularportalazure.Exception.prepareException - Logging Exception: Find more information in following [Responsee] and [Exception].');
1418
1418
  var exception = new angularportalazure.Exception();
1419
1419
  if (response.headers === undefined) {
1420
- console.log('> Get information from [.data].');
1420
+ console.log('> Get information from [processDotNetException1.data].');
1421
+ console.log(response);
1421
1422
  exception = Exception.processDotNetException1(response);
1423
+ console.log(exception);
1422
1424
  }
1423
1425
  else {
1424
- console.log('> Get information from [.json()].');
1426
+ console.log('> Get information from [processDotNetException2.json()].');
1427
+ console.log(response);
1425
1428
  exception = Exception.processDotNetException2(response);
1429
+ console.log(exception);
1426
1430
  }
1427
1431
  exception.convertResponse(response);
1428
1432
  exception.Url = response.url;
@@ -1451,6 +1455,9 @@ var angularportalazure;
1451
1455
  message = message + '- ' + item + ' ';
1452
1456
  });
1453
1457
  }
1458
+ if (message === 'FEHLER ') {
1459
+ message = message + ' : Ihre Internet-Sitzung wurde unterbrochen. Bitte neu anmelden!';
1460
+ }
1454
1461
  return message;
1455
1462
  };
1456
1463
  Exception.processDotNetException1 = function (response) {
package/package.json CHANGED
@@ -2,21 +2,21 @@
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.223",
5
+ "version": "0.2.225",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {
9
9
  "@angular/common": "^2.4.4",
10
- "@angular/compiler": "^2.4.4",
11
- "@angular/compiler-cli": "^2.4.4",
12
- "@angular/core": "^2.4.4",
13
- "@angular/forms": "^2.4.4",
14
- "@angular/http": "^2.4.4",
15
- "@angular/platform-browser": "^2.4.4",
16
- "@angular/platform-browser-dynamic": "^2.4.4",
17
- "@angular/platform-server": "^2.4.4",
18
- "@angular/router": "^3.4.4",
19
- "@angular/upgrade": "^2.4.4",
10
+ "@angular/compiler": "^2.4.5",
11
+ "@angular/compiler-cli": "^2.4.5",
12
+ "@angular/core": "^2.4.5",
13
+ "@angular/forms": "^2.4.5",
14
+ "@angular/http": "^2.4.5",
15
+ "@angular/platform-browser": "^2.4.5",
16
+ "@angular/platform-browser-dynamic": "^2.4.5",
17
+ "@angular/platform-server": "^2.4.5",
18
+ "@angular/router": "^3.4.5",
19
+ "@angular/upgrade": "^2.4.5",
20
20
  "angular": "^1.6.1",
21
21
  "angular-resource": "^1.6.1",
22
22
  "angular-translate": "^2.13.1",
@@ -32,8 +32,8 @@
32
32
  "@types/angular-translate": "^2.4.34",
33
33
  "@types/angulartics": "^1.3.1",
34
34
  "@types/ng-dialog": "^0.6.0",
35
- "@types/node": "^7.0.3",
36
- "tslint": "^4.3.1",
35
+ "@types/node": "^7.0.4",
36
+ "tslint": "^4.4.1",
37
37
  "typescript": "^2.1.5"
38
38
  }
39
39
  }