@ardimedia/angular-portal-azure 0.2.272 → 0.2.274

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 (3) hide show
  1. package/apn.d.ts +0 -2
  2. package/apn.js +11 -9
  3. package/package.json +27 -27
package/apn.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  /// <reference types="angular" />
2
- /// <reference types="jquery" />
3
2
  /// <reference types="angular-resource" />
4
3
  /// <reference types="angulartics" />
5
4
  /// <reference types="angular-translate" />
@@ -40,7 +39,6 @@ declare namespace angularportalazure {
40
39
  pathSender: string;
41
40
  }
42
41
  }
43
- declare var $: JQueryStatic;
44
42
  declare namespace angularportalazure {
45
43
  class Blade extends angularportalazure.UserControlBase {
46
44
  constructor($scope: angular.IScope, portalService: angularportalazure.PortalService, path: string, title: string, subtitle?: string, width?: number);
package/apn.js CHANGED
@@ -144,10 +144,12 @@ var __extends = (this && this.__extends) || (function () {
144
144
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
145
145
  };
146
146
  })();
147
+ /// <reference types="angular" />
147
148
  /// <reference path="useraccount.ts" />
148
149
  /// <reference path="portalservice.ts" />
149
150
  /// <reference path="usercontrolbase.ts" />
150
151
  /// <reference path="iaddbladeeventargs.ts" />
152
+ //declare var $: JQueryStatic;
151
153
  // #endregion
152
154
  var angularportalazure;
153
155
  (function (angularportalazure) {
@@ -650,10 +652,10 @@ var angularportalazure;
650
652
  _this.addBlade(args.path, args.pathSender);
651
653
  });
652
654
  };
655
+ // #region Constructor
656
+ AreaBlades.$inject = ['$scope', 'angularportalazure.portalService'];
653
657
  return AreaBlades;
654
658
  }(angularportalazure.UserControlBase));
655
- // #region Constructor
656
- AreaBlades.$inject = ['$scope', 'angularportalazure.portalService'];
657
659
  angularportalazure.AreaBlades = AreaBlades;
658
660
  angular.module('angularportalazure').service('angularportalazure.areaBlades', AreaBlades);
659
661
  })(angularportalazure || (angularportalazure = {}));
@@ -1070,10 +1072,10 @@ var angularportalazure;
1070
1072
  this.$translate = $injector.get('$translate');
1071
1073
  this.ngDialog = $injector.get('ngDialog');
1072
1074
  }
1075
+ // #region Constructor
1076
+ PortalService.$inject = ['$injector'];
1073
1077
  return PortalService;
1074
1078
  }());
1075
- // #region Constructor
1076
- PortalService.$inject = ['$injector'];
1077
1079
  angularportalazure.PortalService = PortalService;
1078
1080
  angular.module('angularportalazure').service('angularportalazure.portalService', PortalService);
1079
1081
  })(angularportalazure || (angularportalazure = {}));
@@ -1373,13 +1375,13 @@ var angularportalazure;
1373
1375
  }
1374
1376
  return false;
1375
1377
  };
1378
+ // #endregion
1379
+ // #region Properties
1380
+ Debug.isEnabled = false;
1381
+ Debug.isWithObjects = false;
1382
+ Debug.keys = new Array();
1376
1383
  return Debug;
1377
1384
  }());
1378
- // #endregion
1379
- // #region Properties
1380
- Debug.isEnabled = false;
1381
- Debug.isWithObjects = false;
1382
- Debug.keys = new Array();
1383
1385
  angularportalazure.Debug = Debug;
1384
1386
  })(angularportalazure || (angularportalazure = {}));
1385
1387
  var angularportalazure;
package/package.json CHANGED
@@ -2,41 +2,41 @@
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.272",
5
+ "version": "0.2.274",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {
9
- "@angular/animations": "^4.1.2",
10
- "@angular/common": "^4.1.2",
11
- "@angular/compiler": "^4.1.2",
12
- "@angular/core": "^4.1.2",
13
- "@angular/forms": "^4.1.2",
14
- "@angular/http": "^4.1.2",
15
- "@angular/platform-browser": "^4.1.2",
16
- "@angular/platform-browser-dynamic": "^4.1.2",
17
- "@angular/platform-server": "^4.1.2",
18
- "@angular/router": "^4.1.2",
19
- "@angular/upgrade": "^4.1.2",
20
- "angular": "^1.6.4",
21
- "angular-resource": "^1.6.4",
22
- "angular-translate": "^2.15.1",
23
- "angular-translate-storage-cookie": "^2.15.1",
9
+ "@angular/animations": "^4.2.5",
10
+ "@angular/common": "^4.2.5",
11
+ "@angular/compiler": "^4.2.5",
12
+ "@angular/core": "^4.2.5",
13
+ "@angular/forms": "^4.2.5",
14
+ "@angular/http": "^4.2.5",
15
+ "@angular/platform-browser": "^4.2.5",
16
+ "@angular/platform-browser-dynamic": "^4.2.5",
17
+ "@angular/platform-server": "^4.2.5",
18
+ "@angular/router": "^4.2.5",
19
+ "@angular/upgrade": "^4.2.5",
20
+ "angular": "^1.6.5",
21
+ "angular-resource": "^1.6.5",
22
+ "angular-translate": "^2.15.2",
23
+ "angular-translate-storage-cookie": "^2.15.2",
24
24
  "angulartics": "^1.4.0",
25
25
  "angulartics-google-analytics": "^0.4.0",
26
26
  "bootstrap": "^3.3.7",
27
- "ng-dialog": "^1.1.0",
28
- "rxjs": "^5.4.0",
29
- "zone.js": "^0.8.10"
27
+ "ng-dialog": "^1.3.0",
28
+ "rxjs": "^5.4.2",
29
+ "zone.js": "^0.8.12"
30
30
  },
31
31
  "devDependencies": {
32
- "@angular/compiler-cli": "^4.1.2",
32
+ "@angular/compiler-cli": "^4.2.5",
33
33
  "@types/angular": "https://registry.npmjs.org/@types/angular/-/angular-1.6.17.tgz",
34
- "@types/angular-resource": "^1.5.8",
35
- "@types/angular-translate": "^2.15.0",
36
- "@types/angulartics": "^1.3.1",
37
- "@types/ng-dialog": "^0.6.0",
38
- "@types/node": "^7.0.18",
39
- "tslint": "^5.2.0",
40
- "typescript": "^2.3.2"
34
+ "@types/angular-resource": "^1.5.9",
35
+ "@types/angular-translate": "^2.15.1",
36
+ "@types/angulartics": "^1.3.2",
37
+ "@types/ng-dialog": "^0.6.2",
38
+ "@types/node": "^8.0.7",
39
+ "tslint": "^5.4.3",
40
+ "typescript": "^2.4.1"
41
41
  }
42
42
  }