@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.
- package/apn.js +11 -6
- 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 (
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
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 >
|
|
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.
|
|
5
|
+
"version": "0.2.262",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@angular/common": "^
|
|
10
|
-
"@angular/compiler": "^
|
|
11
|
-
"@angular/
|
|
12
|
-
"@angular/
|
|
13
|
-
"@angular/
|
|
14
|
-
"@angular/
|
|
15
|
-
"@angular/platform-browser": "^
|
|
16
|
-
"@angular/platform-
|
|
17
|
-
"@angular/
|
|
18
|
-
"@angular/
|
|
19
|
-
"
|
|
20
|
-
"angular": "^1.6.
|
|
21
|
-
"angular-
|
|
22
|
-
"angular-translate": "^2.
|
|
23
|
-
"
|
|
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.
|
|
26
|
+
"ng-dialog": "^1.0.1"
|
|
28
27
|
},
|
|
29
28
|
"devDependencies": {
|
|
30
|
-
"@
|
|
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.
|
|
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.
|
|
36
|
-
"tslint": "^4.
|
|
37
|
-
"typescript": "^2.1
|
|
35
|
+
"@types/node": "^7.0.11",
|
|
36
|
+
"tslint": "^4.5.1",
|
|
37
|
+
"typescript": "^2.2.1"
|
|
38
38
|
}
|
|
39
39
|
}
|