@ardimedia/angular-portal-azure 0.2.260 → 0.2.262

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 +11 -6
  2. package/package.json +23 -23
package/apn.js CHANGED
@@ -139,11 +139,16 @@ var angularportalazure;
139
139
  })(angularportalazure || (angularportalazure = {}));
140
140
  "use strict";
141
141
  "use strict";
142
- var __extends = (this && this.__extends) || function (d, b) {
143
- for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
144
- function __() { this.constructor = d; }
145
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
146
- };
142
+ var __extends = (this && this.__extends) || (function () {
143
+ var extendStatics = Object.setPrototypeOf ||
144
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
145
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
146
+ return function (d, b) {
147
+ extendStatics(d, b);
148
+ function __() { this.constructor = d; }
149
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
150
+ };
151
+ })();
147
152
  /// <reference path="useraccount.ts" />
148
153
  /// <reference path="portalservice.ts" />
149
154
  /// <reference path="usercontrolbase.ts" />
@@ -941,7 +946,7 @@ var angularportalazure;
941
946
  if (tileSize.height > this.columnHeightMax) {
942
947
  this.columnHeightMax = tileSize.height;
943
948
  }
944
- if (this.nextLeft > 360) {
949
+ if (this.nextLeft > 540) {
945
950
  this.nextLeft = 0;
946
951
  this.nextTop += this.columnHeightMax;
947
952
  this.columnHeightMax = 0;
package/package.json CHANGED
@@ -2,38 +2,38 @@
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.260",
5
+ "version": "0.2.262",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {
9
- "@angular/common": "^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
- "angular": "^1.6.1",
21
- "angular-resource": "^1.6.1",
22
- "angular-translate": "^2.13.1",
23
- "angular-translate-storage-cookie": "^2.13.1",
24
- "angulartics": "^1.3.0",
9
+ "@angular/common": "^4.0.0",
10
+ "@angular/compiler": "^4.0.0",
11
+ "@angular/core": "^4.0.0",
12
+ "@angular/forms": "^4.0.0",
13
+ "@angular/http": "^4.0.0",
14
+ "@angular/platform-browser": "^4.0.0",
15
+ "@angular/platform-browser-dynamic": "^4.0.0",
16
+ "@angular/platform-server": "^4.0.0",
17
+ "@angular/router": "^4.0.0",
18
+ "@angular/upgrade": "^4.0.0",
19
+ "angular": "^1.6.3",
20
+ "angular-resource": "^1.6.3",
21
+ "angular-translate": "^2.15.1",
22
+ "angular-translate-storage-cookie": "^2.15.1",
23
+ "angulartics": "^1.4.0",
25
24
  "angulartics-google-analytics": "^0.4.0",
26
25
  "bootstrap": "^4.0.0-alpha.6",
27
- "ng-dialog": "^0.6.6"
26
+ "ng-dialog": "^1.0.1"
28
27
  },
29
28
  "devDependencies": {
30
- "@types/angular": "^1.6.2",
29
+ "@angular/compiler-cli": "^4.0.0",
30
+ "@types/angular": "^1.6.10",
31
31
  "@types/angular-resource": "^1.5.8",
32
- "@types/angular-translate": "^2.4.34",
32
+ "@types/angular-translate": "^2.4.35",
33
33
  "@types/angulartics": "^1.3.1",
34
34
  "@types/ng-dialog": "^0.6.0",
35
- "@types/node": "^7.0.4",
36
- "tslint": "^4.4.1",
37
- "typescript": "^2.1.5"
35
+ "@types/node": "^7.0.11",
36
+ "tslint": "^4.5.1",
37
+ "typescript": "^2.2.1"
38
38
  }
39
39
  }