@ardimedia/angular-portal-azure 0.2.215 → 0.2.216

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 +2 -5
  2. package/package.json +13 -2
package/apn.js CHANGED
@@ -1171,12 +1171,9 @@ var angularportalazure;
1171
1171
  var _this = this;
1172
1172
  this.onLoadItems();
1173
1173
  func().then(function (data) {
1174
- console.log('ok');
1175
- console.log(data);
1176
1174
  _this.items = data;
1177
1175
  _this.onLoadedItems();
1178
1176
  }).catch(function (exception) {
1179
- console.log('error');
1180
1177
  _this.setStatusBarException(exception);
1181
1178
  });
1182
1179
  };
@@ -1352,7 +1349,7 @@ var angularportalazure;
1352
1349
  var ValidationsExceptionDotNet = (function (_super) {
1353
1350
  __extends(ValidationsExceptionDotNet, _super);
1354
1351
  function ValidationsExceptionDotNet() {
1355
- return _super.apply(this, arguments) || this;
1352
+ return _super !== null && _super.apply(this, arguments) || this;
1356
1353
  }
1357
1354
  return ValidationsExceptionDotNet;
1358
1355
  }(ExceptionDotNet));
@@ -1365,7 +1362,7 @@ var angularportalazure;
1365
1362
  var Exception = (function (_super) {
1366
1363
  __extends(Exception, _super);
1367
1364
  function Exception() {
1368
- return _super.apply(this, arguments) || this;
1365
+ return _super !== null && _super.apply(this, arguments) || this;
1369
1366
  }
1370
1367
  //#endregion
1371
1368
  //#region Static Methods
package/package.json CHANGED
@@ -2,10 +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.215",
5
+ "version": "0.2.216",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {
9
+ "@angular/common": "^2.4.3",
10
+ "@angular/compiler": "^2.4.3",
11
+ "@angular/compiler-cli": "^2.4.3",
12
+ "@angular/core": "^2.4.3",
13
+ "@angular/forms": "^2.4.3",
14
+ "@angular/http": "^2.4.3",
15
+ "@angular/platform-browser": "^2.4.3",
16
+ "@angular/platform-browser-dynamic": "^2.4.3",
17
+ "@angular/platform-server": "^2.4.3",
18
+ "@angular/router": "^3.4.3",
19
+ "@angular/upgrade": "^2.4.3",
9
20
  "angular": "^1.6.1",
10
21
  "angular-resource": "^1.6.1",
11
22
  "angular-translate": "^2.13.1",
@@ -23,6 +34,6 @@
23
34
  "@types/ng-dialog": "^0.6.0",
24
35
  "@types/node": "^7.0.0",
25
36
  "tslint": "^4.3.1",
26
- "typescript": "^2.1.4"
37
+ "typescript": "^2.1.5"
27
38
  }
28
39
  }