@ardimedia/angular-portal-azure 0.2.293 → 0.2.295
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.d.ts +11 -11
- package/apn.js +1 -1
- package/package.json +25 -25
package/apn.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ declare namespace angularportalazure {
|
|
|
27
27
|
$onDestroy(): void;
|
|
28
28
|
/** angular2: ngOnChanges(), ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy */
|
|
29
29
|
ngOnDestroy(): void;
|
|
30
|
-
private removeWindowResizeListener
|
|
30
|
+
private removeWindowResizeListener;
|
|
31
31
|
setupWindowResizeListener(callback: () => void): void;
|
|
32
32
|
isStringNullOrEmpty(value: string): boolean;
|
|
33
33
|
getRandomString(length?: number): string;
|
|
@@ -166,7 +166,7 @@ declare namespace angularportalazure {
|
|
|
166
166
|
onCommandExcel(): void;
|
|
167
167
|
/** Change title, as soon as watchExpression changes. watchExpression is either a variable ore an expression, e.g. [name1 + name2] */
|
|
168
168
|
setTitle(watchExpression: string, func: () => void): void;
|
|
169
|
-
private setBladeHeights
|
|
169
|
+
private setBladeHeights;
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
declare namespace angularportalazure {
|
|
@@ -190,9 +190,9 @@ declare namespace angularportalazure {
|
|
|
190
190
|
hidePanorama(): void;
|
|
191
191
|
/** We need to call this when AreaBlades is no longer used, otherwise the listener does not get removed. */
|
|
192
192
|
close(): void;
|
|
193
|
-
private setPortalScrollCss
|
|
194
|
-
private setupShowHideNotificationAreaListener
|
|
195
|
-
private setupAddBladeListener
|
|
193
|
+
private setPortalScrollCss;
|
|
194
|
+
private setupShowHideNotificationAreaListener;
|
|
195
|
+
private setupAddBladeListener;
|
|
196
196
|
}
|
|
197
197
|
}
|
|
198
198
|
declare namespace angularportalazure {
|
|
@@ -241,7 +241,7 @@ declare namespace angularportalazure {
|
|
|
241
241
|
onHide(): boolean;
|
|
242
242
|
onShow(): void;
|
|
243
243
|
onShowed(): void;
|
|
244
|
-
private calcualteCssStyles
|
|
244
|
+
private calcualteCssStyles;
|
|
245
245
|
}
|
|
246
246
|
}
|
|
247
247
|
declare namespace angularportalazure {
|
|
@@ -263,7 +263,7 @@ declare namespace angularportalazure {
|
|
|
263
263
|
small = 0,
|
|
264
264
|
mini = 1,
|
|
265
265
|
normal = 2,
|
|
266
|
-
herowide = 3
|
|
266
|
+
herowide = 3
|
|
267
267
|
}
|
|
268
268
|
}
|
|
269
269
|
declare namespace angularportalazure {
|
|
@@ -442,8 +442,8 @@ declare namespace angularportalazure {
|
|
|
442
442
|
}[];
|
|
443
443
|
ValidationResults: ValidationResultDotNet[];
|
|
444
444
|
convertResponse(response: any): void;
|
|
445
|
-
private static convertResponse
|
|
446
|
-
private static convertExceptionType
|
|
445
|
+
private static convertResponse;
|
|
446
|
+
private static convertExceptionType;
|
|
447
447
|
}
|
|
448
448
|
}
|
|
449
449
|
declare namespace angularportalazure {
|
|
@@ -456,7 +456,7 @@ declare namespace angularportalazure {
|
|
|
456
456
|
Url: string;
|
|
457
457
|
static getOneLineMessage(exception: angularportalazure.Exception): string;
|
|
458
458
|
static prepareException(response: angular.IHttpPromiseCallbackArg<angularportalazure.Exception> | any): angularportalazure.Exception;
|
|
459
|
-
private static processDotNetException1
|
|
460
|
-
private static processDotNetException2
|
|
459
|
+
private static processDotNetException1;
|
|
460
|
+
private static processDotNetException2;
|
|
461
461
|
}
|
|
462
462
|
}
|
package/apn.js
CHANGED
|
@@ -1406,7 +1406,7 @@ var angularportalazure;
|
|
|
1406
1406
|
// #region Verify if all expected has been found
|
|
1407
1407
|
var foundCount = 0;
|
|
1408
1408
|
expectedSplitted.forEach(function (expectedItem) {
|
|
1409
|
-
if (expectedItem === '') {
|
|
1409
|
+
if (expectedItem === '') { // all expectedSplitted.items which have been found, are initialized to '' (see above)
|
|
1410
1410
|
foundCount++;
|
|
1411
1411
|
}
|
|
1412
1412
|
});
|
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.
|
|
5
|
+
"version": "0.2.295",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@angular/animations": "^
|
|
10
|
-
"@angular/common": "^
|
|
11
|
-
"@angular/compiler": "^
|
|
12
|
-
"@angular/core": "^
|
|
13
|
-
"@angular/forms": "^
|
|
14
|
-
"@angular/http": "^
|
|
15
|
-
"@angular/platform-browser": "^
|
|
16
|
-
"@angular/platform-browser-dynamic": "^
|
|
17
|
-
"@angular/platform-server": "^
|
|
18
|
-
"@angular/router": "^
|
|
19
|
-
"@angular/upgrade": "^
|
|
20
|
-
"angular": "^1.
|
|
21
|
-
"angular-resource": "^1.
|
|
22
|
-
"angular-translate": "^2.
|
|
23
|
-
"angular-translate-storage-cookie": "^2.
|
|
24
|
-
"angulartics": "^1.
|
|
25
|
-
"angulartics-google-analytics": "^0.
|
|
26
|
-
"bootstrap": "^4.
|
|
9
|
+
"@angular/animations": "^6.1.9",
|
|
10
|
+
"@angular/common": "^6.1.9",
|
|
11
|
+
"@angular/compiler": "^6.1.9",
|
|
12
|
+
"@angular/core": "^6.1.9",
|
|
13
|
+
"@angular/forms": "^6.1.9",
|
|
14
|
+
"@angular/http": "^6.1.9",
|
|
15
|
+
"@angular/platform-browser": "^6.1.9",
|
|
16
|
+
"@angular/platform-browser-dynamic": "^6.1.9",
|
|
17
|
+
"@angular/platform-server": "^6.1.9",
|
|
18
|
+
"@angular/router": "^6.1.9",
|
|
19
|
+
"@angular/upgrade": "^6.1.9",
|
|
20
|
+
"angular": "^1.7.4",
|
|
21
|
+
"angular-resource": "^1.7.4",
|
|
22
|
+
"angular-translate": "^2.18.1",
|
|
23
|
+
"angular-translate-storage-cookie": "^2.18.1",
|
|
24
|
+
"angulartics": "^1.6.0",
|
|
25
|
+
"angulartics-google-analytics": "^0.5.0",
|
|
26
|
+
"bootstrap": "^4.1.3",
|
|
27
27
|
"ng-dialog": "^1.4.0",
|
|
28
|
-
"rxjs": "^
|
|
29
|
-
"zone.js": "^0.8.
|
|
28
|
+
"rxjs": "^6.3.3",
|
|
29
|
+
"zone.js": "^0.8.26"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@angular/compiler-cli": "^
|
|
32
|
+
"@angular/compiler-cli": "^6.1.9",
|
|
33
33
|
"@types/angular": "https://registry.npmjs.org/@types/angular/-/angular-1.6.17.tgz",
|
|
34
34
|
"@types/angular-resource": "^1.5.14",
|
|
35
|
-
"@types/angular-translate": "^2.
|
|
35
|
+
"@types/angular-translate": "^2.16.0",
|
|
36
36
|
"@types/angulartics": "^1.4.1",
|
|
37
37
|
"@types/ng-dialog": "^0.6.2",
|
|
38
38
|
"@types/node": "^9.4.6",
|
|
39
|
-
"tslint": "^5.
|
|
40
|
-
"typescript": "^2.
|
|
39
|
+
"tslint": "^5.11.0",
|
|
40
|
+
"typescript": "^2.9.2"
|
|
41
41
|
}
|
|
42
42
|
}
|