@ardimedia/angular-portal-azure 0.2.265 → 0.2.266
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 +9 -35
- package/package.json +24 -24
- package/apn.d.ts +0 -444
package/apn.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/// <reference types="angular" />
|
|
2
1
|
"use strict";
|
|
2
|
+
/// <reference types="angular" />
|
|
3
3
|
var angularportalazure;
|
|
4
4
|
(function (angularportalazure) {
|
|
5
5
|
/** Define Angular module and its dependencies */
|
|
@@ -40,7 +40,6 @@ var angularportalazure;
|
|
|
40
40
|
return null;
|
|
41
41
|
}
|
|
42
42
|
})(angularportalazure || (angularportalazure = {}));
|
|
43
|
-
"use strict";
|
|
44
43
|
var angularportalazure;
|
|
45
44
|
(function (angularportalazure) {
|
|
46
45
|
var UserAccount = (function () {
|
|
@@ -89,7 +88,6 @@ var angularportalazure;
|
|
|
89
88
|
angularportalazure.UserAccount = UserAccount;
|
|
90
89
|
})(angularportalazure || (angularportalazure = {}));
|
|
91
90
|
/// <reference path="portalservice.ts" />
|
|
92
|
-
"use strict";
|
|
93
91
|
var angularportalazure;
|
|
94
92
|
(function (angularportalazure) {
|
|
95
93
|
var UserControlBase = (function () {
|
|
@@ -137,8 +135,6 @@ var angularportalazure;
|
|
|
137
135
|
}());
|
|
138
136
|
angularportalazure.UserControlBase = UserControlBase;
|
|
139
137
|
})(angularportalazure || (angularportalazure = {}));
|
|
140
|
-
"use strict";
|
|
141
|
-
"use strict";
|
|
142
138
|
var __extends = (this && this.__extends) || (function () {
|
|
143
139
|
var extendStatics = Object.setPrototypeOf ||
|
|
144
140
|
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
@@ -285,7 +281,6 @@ var angularportalazure;
|
|
|
285
281
|
});
|
|
286
282
|
// #endregion
|
|
287
283
|
// #region Methods
|
|
288
|
-
// #region Methods
|
|
289
284
|
Blade.prototype.activate = function () {
|
|
290
285
|
this.onActivate();
|
|
291
286
|
this.onActivated();
|
|
@@ -327,9 +322,13 @@ var angularportalazure;
|
|
|
327
322
|
}
|
|
328
323
|
};
|
|
329
324
|
// #region Set StatusBar
|
|
330
|
-
Blade.prototype.clearStatusBar = function () {
|
|
331
|
-
this.statusBar = '';
|
|
332
|
-
this.statusBarClass =
|
|
325
|
+
Blade.prototype.clearStatusBar = function (text, style) {
|
|
326
|
+
this.statusBar = text ? text : '';
|
|
327
|
+
this.statusBarClass = style.info;
|
|
328
|
+
};
|
|
329
|
+
Blade.prototype.setStatusBarCopyData = function () {
|
|
330
|
+
this.statusBar = 'Daten kopieren...';
|
|
331
|
+
this.statusBarClass = 'apa-statusbar-info';
|
|
333
332
|
};
|
|
334
333
|
Blade.prototype.setStatusBarLoadData = function () {
|
|
335
334
|
this.statusBar = 'Daten laden...';
|
|
@@ -364,7 +363,6 @@ var angularportalazure;
|
|
|
364
363
|
this.statusBarClass = 'apa-statusbar-error';
|
|
365
364
|
};
|
|
366
365
|
// #endregion
|
|
367
|
-
// #endregion
|
|
368
366
|
// #region Commands
|
|
369
367
|
Blade.prototype.onCommandBrowse = function () {
|
|
370
368
|
throw new Error('[angularportalazure.Blade] \'onCommandBrowse\' is an abstract function. Define one in the derived class.');
|
|
@@ -421,6 +419,7 @@ var angularportalazure;
|
|
|
421
419
|
throw new Error('[angularportalazure.Blade] \'onCommandExcel\' is an abstract function. Define one in the derived class.');
|
|
422
420
|
};
|
|
423
421
|
// #endregion
|
|
422
|
+
//#endregion
|
|
424
423
|
/** Change title, as soon as watchExpression changes. watchExpression is either a variable ore an expression, e.g. [name1 + name2] */
|
|
425
424
|
Blade.prototype.setTitle = function (watchExpression, func) {
|
|
426
425
|
var _this = this;
|
|
@@ -451,7 +450,6 @@ var angularportalazure;
|
|
|
451
450
|
/// <reference path="usercontrolbase.ts" />
|
|
452
451
|
/// <reference path="portalservice.ts" />
|
|
453
452
|
/// <reference path="iaddbladeeventargs.ts" />
|
|
454
|
-
"use strict";
|
|
455
453
|
var angularportalazure;
|
|
456
454
|
(function (angularportalazure) {
|
|
457
455
|
var AreaBlades = (function (_super) {
|
|
@@ -650,7 +648,6 @@ var angularportalazure;
|
|
|
650
648
|
})(angularportalazure || (angularportalazure = {}));
|
|
651
649
|
/// <reference path="areablades.ts" />
|
|
652
650
|
/// <reference path="portalservice.ts" />
|
|
653
|
-
"use strict";
|
|
654
651
|
var angularportalazure;
|
|
655
652
|
(function (angularportalazure) {
|
|
656
653
|
var BladeData = (function (_super) {
|
|
@@ -685,7 +682,6 @@ var angularportalazure;
|
|
|
685
682
|
/// <reference path="bladedata.ts" />
|
|
686
683
|
/// <reference path="bladenavitem.ts" />
|
|
687
684
|
/// <reference path="portalservice.ts" />
|
|
688
|
-
"use strict";
|
|
689
685
|
var angularportalazure;
|
|
690
686
|
(function (angularportalazure) {
|
|
691
687
|
var BladeNav = (function (_super) {
|
|
@@ -716,7 +712,6 @@ var angularportalazure;
|
|
|
716
712
|
angularportalazure.BladeNav = BladeNav;
|
|
717
713
|
})(angularportalazure || (angularportalazure = {}));
|
|
718
714
|
/// <reference path="bladenav.ts" />
|
|
719
|
-
"use strict";
|
|
720
715
|
var angularportalazure;
|
|
721
716
|
(function (angularportalazure) {
|
|
722
717
|
var BladeNavItem = (function () {
|
|
@@ -753,7 +748,6 @@ var angularportalazure;
|
|
|
753
748
|
/// <reference path="bladedata.ts" />
|
|
754
749
|
/// <reference path="bladenavitem.ts" />
|
|
755
750
|
/// <reference path="portalservice.ts" />
|
|
756
|
-
"use strict";
|
|
757
751
|
var angularportalazure;
|
|
758
752
|
(function (angularportalazure) {
|
|
759
753
|
var AreaNotification = (function (_super) {
|
|
@@ -826,11 +820,9 @@ var angularportalazure;
|
|
|
826
820
|
}(angularportalazure.UserControlBase));
|
|
827
821
|
angularportalazure.AreaNotification = AreaNotification;
|
|
828
822
|
})(angularportalazure || (angularportalazure = {}));
|
|
829
|
-
"use strict";
|
|
830
823
|
/// <reference path="portalservice.ts" />
|
|
831
824
|
/// <reference path="useraccount.ts" />
|
|
832
825
|
/// <reference path="usercontrolbase.ts" />
|
|
833
|
-
"use strict";
|
|
834
826
|
var angularportalazure;
|
|
835
827
|
(function (angularportalazure) {
|
|
836
828
|
var AvatarMenu = (function (_super) {
|
|
@@ -843,7 +835,6 @@ var angularportalazure;
|
|
|
843
835
|
}(angularportalazure.UserControlBase));
|
|
844
836
|
angularportalazure.AvatarMenu = AvatarMenu;
|
|
845
837
|
})(angularportalazure || (angularportalazure = {}));
|
|
846
|
-
"use strict";
|
|
847
838
|
var angularportalazure;
|
|
848
839
|
(function (angularportalazure) {
|
|
849
840
|
/** The names are used in CSS for layouting, e.g. style='mini' */
|
|
@@ -856,7 +847,6 @@ var angularportalazure;
|
|
|
856
847
|
})(TileSizes = angularportalazure.TileSizes || (angularportalazure.TileSizes = {}));
|
|
857
848
|
})(angularportalazure || (angularportalazure = {}));
|
|
858
849
|
/// <reference path="tilesizes.ts" />
|
|
859
|
-
"use strict";
|
|
860
850
|
var angularportalazure;
|
|
861
851
|
(function (angularportalazure) {
|
|
862
852
|
var TileSize = (function () {
|
|
@@ -883,7 +873,6 @@ var angularportalazure;
|
|
|
883
873
|
/// <reference path="blade.ts" />
|
|
884
874
|
/// <reference path="portalservice.ts" />
|
|
885
875
|
/// <reference path="tilesize.ts" />
|
|
886
|
-
"use strict";
|
|
887
876
|
var angularportalazure;
|
|
888
877
|
(function (angularportalazure) {
|
|
889
878
|
var Tile = (function () {
|
|
@@ -918,7 +907,6 @@ var angularportalazure;
|
|
|
918
907
|
/// <reference path="tile.ts" />
|
|
919
908
|
/// <reference path="tilesize.ts" />
|
|
920
909
|
/// <reference path="tilesizes.ts" />
|
|
921
|
-
"use strict";
|
|
922
910
|
var angularportalazure;
|
|
923
911
|
(function (angularportalazure) {
|
|
924
912
|
var Tiles = (function () {
|
|
@@ -961,7 +949,6 @@ var angularportalazure;
|
|
|
961
949
|
/// <reference path="portalservice.ts" />
|
|
962
950
|
/// <reference path="tiles.ts" />
|
|
963
951
|
/// <reference path="usercontrolbase.ts" />
|
|
964
|
-
"use strict";
|
|
965
952
|
var angularportalazure;
|
|
966
953
|
(function (angularportalazure) {
|
|
967
954
|
var Startboard = (function (_super) {
|
|
@@ -980,7 +967,6 @@ var angularportalazure;
|
|
|
980
967
|
/// <reference path="startboard.ts" />
|
|
981
968
|
/// <reference path="portalservice.ts" />
|
|
982
969
|
/// <reference path="usercontrolbase.ts" />
|
|
983
|
-
"use strict";
|
|
984
970
|
var angularportalazure;
|
|
985
971
|
(function (angularportalazure) {
|
|
986
972
|
var Panorama = (function (_super) {
|
|
@@ -1005,7 +991,6 @@ var angularportalazure;
|
|
|
1005
991
|
/// <reference path="panorama.ts" />
|
|
1006
992
|
/// <reference path="portalservice.ts" />
|
|
1007
993
|
/// <reference path="tiles.ts" />
|
|
1008
|
-
"use strict";
|
|
1009
994
|
var angularportalazure;
|
|
1010
995
|
(function (angularportalazure) {
|
|
1011
996
|
var PortalShell = (function () {
|
|
@@ -1033,7 +1018,6 @@ var angularportalazure;
|
|
|
1033
1018
|
/// <reference path="panorama.ts" />
|
|
1034
1019
|
/// <reference path="portalshell.ts" />
|
|
1035
1020
|
/// <reference types="angulartics" />
|
|
1036
|
-
"use strict";
|
|
1037
1021
|
var angularportalazure;
|
|
1038
1022
|
(function (angularportalazure) {
|
|
1039
1023
|
var PortalService = (function () {
|
|
@@ -1061,7 +1045,6 @@ var angularportalazure;
|
|
|
1061
1045
|
})(angularportalazure || (angularportalazure = {}));
|
|
1062
1046
|
/// <reference types="angular" />
|
|
1063
1047
|
/// <reference path="../../domain/portalservice.ts" />
|
|
1064
|
-
"use strict";
|
|
1065
1048
|
var angularportalazure;
|
|
1066
1049
|
(function (angularportalazure) {
|
|
1067
1050
|
AngularPortalBladeController.$inject = ['angularportalazure.portalService'];
|
|
@@ -1081,7 +1064,6 @@ var angularportalazure;
|
|
|
1081
1064
|
};
|
|
1082
1065
|
angular.module('angularportalazure').component('angularPortalBlade', angularPortalBlade);
|
|
1083
1066
|
})(angularportalazure || (angularportalazure = {}));
|
|
1084
|
-
"use strict";
|
|
1085
1067
|
var angularportalazure;
|
|
1086
1068
|
(function (angularportalazure) {
|
|
1087
1069
|
var angularPortalGrid = {
|
|
@@ -1094,7 +1076,6 @@ var angularportalazure;
|
|
|
1094
1076
|
};
|
|
1095
1077
|
angular.module('angularportalazure').component('angularPortalGrid', angularPortalGrid);
|
|
1096
1078
|
})(angularportalazure || (angularportalazure = {}));
|
|
1097
|
-
"use strict";
|
|
1098
1079
|
var angularportalazure;
|
|
1099
1080
|
(function (angularportalazure) {
|
|
1100
1081
|
AngularPortalHomeController.$inject = ['$scope', 'angularportalazure.portalService'];
|
|
@@ -1113,7 +1094,6 @@ var angularportalazure;
|
|
|
1113
1094
|
};
|
|
1114
1095
|
angular.module('angularportalazure').component('angularPortalHome', angularPortalHome);
|
|
1115
1096
|
})(angularportalazure || (angularportalazure = {}));
|
|
1116
|
-
"use strict";
|
|
1117
1097
|
var angularportalazure;
|
|
1118
1098
|
(function (angularportalazure) {
|
|
1119
1099
|
var angularPortalNav = {
|
|
@@ -1128,7 +1108,6 @@ var angularportalazure;
|
|
|
1128
1108
|
})(angularportalazure || (angularportalazure = {}));
|
|
1129
1109
|
/// <reference path="bladedata.ts" />
|
|
1130
1110
|
/// <reference path="portalservice.ts" />
|
|
1131
|
-
"use strict";
|
|
1132
1111
|
var angularportalazure;
|
|
1133
1112
|
(function (angularportalazure) {
|
|
1134
1113
|
var BladeDetail = (function (_super) {
|
|
@@ -1191,7 +1170,6 @@ var angularportalazure;
|
|
|
1191
1170
|
})(angularportalazure || (angularportalazure = {}));
|
|
1192
1171
|
/// <reference path="bladedata.ts" />
|
|
1193
1172
|
/// <reference path="portalservice.ts" />
|
|
1194
|
-
"use strict";
|
|
1195
1173
|
var angularportalazure;
|
|
1196
1174
|
(function (angularportalazure) {
|
|
1197
1175
|
var BladeGrid = (function (_super) {
|
|
@@ -1305,7 +1283,6 @@ var angularportalazure;
|
|
|
1305
1283
|
}(angularportalazure.BladeData));
|
|
1306
1284
|
angularportalazure.BladeGrid = BladeGrid;
|
|
1307
1285
|
})(angularportalazure || (angularportalazure = {}));
|
|
1308
|
-
"use strict";
|
|
1309
1286
|
var angularportalazure;
|
|
1310
1287
|
(function (angularportalazure) {
|
|
1311
1288
|
var Debug = (function () {
|
|
@@ -1372,7 +1349,6 @@ var angularportalazure;
|
|
|
1372
1349
|
Debug.keys = new Array();
|
|
1373
1350
|
angularportalazure.Debug = Debug;
|
|
1374
1351
|
})(angularportalazure || (angularportalazure = {}));
|
|
1375
|
-
"use strict";
|
|
1376
1352
|
var angularportalazure;
|
|
1377
1353
|
(function (angularportalazure) {
|
|
1378
1354
|
var ExceptionDotNet = (function () {
|
|
@@ -1438,7 +1414,6 @@ var angularportalazure;
|
|
|
1438
1414
|
}(ExceptionDotNet));
|
|
1439
1415
|
angularportalazure.ValidationsExceptionDotNet = ValidationsExceptionDotNet;
|
|
1440
1416
|
})(angularportalazure || (angularportalazure = {}));
|
|
1441
|
-
"use strict";
|
|
1442
1417
|
/// <reference path="exceptiondotnet.ts" />
|
|
1443
1418
|
var angularportalazure;
|
|
1444
1419
|
(function (angularportalazure) {
|
|
@@ -1529,7 +1504,6 @@ var angularportalazure;
|
|
|
1529
1504
|
angularportalazure.Exception = Exception;
|
|
1530
1505
|
})(angularportalazure || (angularportalazure = {}));
|
|
1531
1506
|
/// <reference types="angular" />
|
|
1532
|
-
"use strict";
|
|
1533
1507
|
var angularportalazure;
|
|
1534
1508
|
(function (angularportalazure) {
|
|
1535
1509
|
var DataService = (function () {
|
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.266",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@angular/animations": "^4.
|
|
10
|
-
"@angular/common": "^4.
|
|
11
|
-
"@angular/compiler": "^4.
|
|
12
|
-
"@angular/core": "^4.
|
|
13
|
-
"@angular/forms": "^4.
|
|
14
|
-
"@angular/http": "^4.
|
|
15
|
-
"@angular/platform-browser": "^4.
|
|
16
|
-
"@angular/platform-browser-dynamic": "^4.
|
|
17
|
-
"@angular/platform-server": "^4.
|
|
18
|
-
"@angular/router": "^4.
|
|
19
|
-
"@angular/upgrade": "^4.
|
|
20
|
-
"angular": "^1.6.
|
|
21
|
-
"angular-resource": "^1.6.
|
|
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
22
|
"angular-translate": "^2.15.1",
|
|
23
23
|
"angular-translate-storage-cookie": "^2.15.1",
|
|
24
24
|
"angulartics": "^1.4.0",
|
|
25
25
|
"angulartics-google-analytics": "^0.4.0",
|
|
26
|
-
"bootstrap": "^
|
|
27
|
-
"ng-dialog": "^1.0
|
|
28
|
-
"rxjs": "^5.0
|
|
29
|
-
"zone.js": "^0.8.
|
|
26
|
+
"bootstrap": "^3.3.7",
|
|
27
|
+
"ng-dialog": "^1.1.0",
|
|
28
|
+
"rxjs": "^5.4.0",
|
|
29
|
+
"zone.js": "^0.8.10"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@angular/compiler-cli": "^4.
|
|
33
|
-
"@types/angular": "
|
|
32
|
+
"@angular/compiler-cli": "^4.1.2",
|
|
33
|
+
"@types/angular": "https://registry.npmjs.org/@types/angular/-/angular-1.6.17.tgz",
|
|
34
34
|
"@types/angular-resource": "^1.5.8",
|
|
35
|
-
"@types/angular-translate": "^2.
|
|
35
|
+
"@types/angular-translate": "^2.15.0",
|
|
36
36
|
"@types/angulartics": "^1.3.1",
|
|
37
37
|
"@types/ng-dialog": "^0.6.0",
|
|
38
|
-
"@types/node": "^7.0.
|
|
39
|
-
"tslint": "^
|
|
40
|
-
"typescript": "^2.2
|
|
38
|
+
"@types/node": "^7.0.18",
|
|
39
|
+
"tslint": "^5.2.0",
|
|
40
|
+
"typescript": "^2.3.2"
|
|
41
41
|
}
|
|
42
42
|
}
|
package/apn.d.ts
DELETED
|
@@ -1,444 +0,0 @@
|
|
|
1
|
-
/// <reference types="angular" />
|
|
2
|
-
/// <reference types="jquery" />
|
|
3
|
-
/// <reference types="angular-resource" />
|
|
4
|
-
/// <reference types="angulartics" />
|
|
5
|
-
/// <reference types="angular-translate" />
|
|
6
|
-
declare namespace angularportalazure {
|
|
7
|
-
}
|
|
8
|
-
declare namespace angularportalazure {
|
|
9
|
-
class UserAccount {
|
|
10
|
-
constructor(username: string, firstName?: string, lastName?: string);
|
|
11
|
-
private _firstName;
|
|
12
|
-
firstName: string;
|
|
13
|
-
private _lastName;
|
|
14
|
-
lastName: string;
|
|
15
|
-
private _name;
|
|
16
|
-
name: string;
|
|
17
|
-
userName: string;
|
|
18
|
-
emailAddress: string;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
declare namespace angularportalazure {
|
|
22
|
-
class UserControlBase {
|
|
23
|
-
constructor($scope: angular.IScope, portalService: angularportalazure.PortalService);
|
|
24
|
-
$scope: angular.IScope;
|
|
25
|
-
portalService: angularportalazure.PortalService;
|
|
26
|
-
windowResizeHandler: () => void;
|
|
27
|
-
/** angular1: $onInit(), $onChanges(changesObj), $doCheck(), $onDestroy(), $postLink() */
|
|
28
|
-
$onDestroy(): void;
|
|
29
|
-
/** angular2: ngOnChanges(), ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy */
|
|
30
|
-
ngOnDestroy(): void;
|
|
31
|
-
private removeWindowResizeListener();
|
|
32
|
-
setupWindowResizeListener(callback: () => void): void;
|
|
33
|
-
isStringNullOrEmpty(value: string): boolean;
|
|
34
|
-
getRandomString(length?: number): string;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
declare namespace angularportalazure {
|
|
38
|
-
interface IAddBladeEventArgs {
|
|
39
|
-
path: string;
|
|
40
|
-
pathSender: string;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
declare var $: JQueryStatic;
|
|
44
|
-
declare namespace angularportalazure {
|
|
45
|
-
class Blade extends angularportalazure.UserControlBase {
|
|
46
|
-
constructor($scope: angular.IScope, portalService: angularportalazure.PortalService, path: string, title: string, subtitle?: string, width?: number);
|
|
47
|
-
/** HACK: 2016-11-06/hp
|
|
48
|
-
[angular-portal-blade] needs [this] as the controller.
|
|
49
|
-
We don't know how to provide [this] to the directive.
|
|
50
|
-
So we came up with this [vm] property.*/
|
|
51
|
-
vm: any;
|
|
52
|
-
visibility: string;
|
|
53
|
-
private watcherTitle;
|
|
54
|
-
bladeContentHeight: number;
|
|
55
|
-
bladeContentHeightInner: number;
|
|
56
|
-
title: string;
|
|
57
|
-
subTitle: string;
|
|
58
|
-
width: {
|
|
59
|
-
'width': string;
|
|
60
|
-
};
|
|
61
|
-
widthStackLayout: {
|
|
62
|
-
'width': string;
|
|
63
|
-
};
|
|
64
|
-
isInnerHtml: boolean;
|
|
65
|
-
statusBar: string;
|
|
66
|
-
statusBarClass: string;
|
|
67
|
-
formblade: any;
|
|
68
|
-
private _path;
|
|
69
|
-
path: string;
|
|
70
|
-
isCommandBrowse: boolean;
|
|
71
|
-
commandBrowse: () => void;
|
|
72
|
-
commandBrowseText: string;
|
|
73
|
-
isCommandCancel: boolean;
|
|
74
|
-
commandCancel: () => void;
|
|
75
|
-
commandCancelText: string;
|
|
76
|
-
isCommandCopy: boolean;
|
|
77
|
-
commandCopy: () => void;
|
|
78
|
-
commandCopyText: string;
|
|
79
|
-
isCommandDelete: boolean;
|
|
80
|
-
commandDelete: () => void;
|
|
81
|
-
commandDeleteText: string;
|
|
82
|
-
isCommandDocument: boolean;
|
|
83
|
-
commandDocument: () => void;
|
|
84
|
-
commandDocumentText: string;
|
|
85
|
-
isCommandDocument2: boolean;
|
|
86
|
-
commandDocument2: () => void;
|
|
87
|
-
commandDocument2Text: string;
|
|
88
|
-
isCommandDocument3: boolean;
|
|
89
|
-
commandDocument3: () => void;
|
|
90
|
-
commandDocument3Text: string;
|
|
91
|
-
isCommandDocument4: boolean;
|
|
92
|
-
commandDocument4: () => void;
|
|
93
|
-
commandDocument4Text: string;
|
|
94
|
-
isCommandDocument5: boolean;
|
|
95
|
-
commandDocument5: () => void;
|
|
96
|
-
commandDocument5Text: string;
|
|
97
|
-
isCommandNew: boolean;
|
|
98
|
-
commandNew: () => void;
|
|
99
|
-
commandNewText: string;
|
|
100
|
-
isCommandOrder: boolean;
|
|
101
|
-
commandOrder: () => void;
|
|
102
|
-
commandOrderText: string;
|
|
103
|
-
isCommandRestart: boolean;
|
|
104
|
-
commandRestart: () => void;
|
|
105
|
-
commandRestartText: string;
|
|
106
|
-
isCommandSave: boolean;
|
|
107
|
-
commandSave: () => void;
|
|
108
|
-
commandSaveText: string;
|
|
109
|
-
isCommandSearch: boolean;
|
|
110
|
-
commandSearch: () => void;
|
|
111
|
-
commandSearchText: string;
|
|
112
|
-
isCommandStart: boolean;
|
|
113
|
-
commandStart: () => void;
|
|
114
|
-
commandStartText: string;
|
|
115
|
-
isCommandStop: boolean;
|
|
116
|
-
commandStop: () => void;
|
|
117
|
-
commandStopText: string;
|
|
118
|
-
isCommandSwap: boolean;
|
|
119
|
-
commandSwap: () => void;
|
|
120
|
-
commandSwapText: string;
|
|
121
|
-
isCommandExcel: boolean;
|
|
122
|
-
commandExcel: () => void;
|
|
123
|
-
commandExcelText: string;
|
|
124
|
-
activate(): void;
|
|
125
|
-
/** Override */
|
|
126
|
-
onActivate(): void;
|
|
127
|
-
onActivated(): void;
|
|
128
|
-
navigateTo(path: any): void;
|
|
129
|
-
/** Must be overridden. */
|
|
130
|
-
onNavigateTo(value: any): void;
|
|
131
|
-
comparePaths(path1: string, path2: string): boolean;
|
|
132
|
-
/** close blade. */
|
|
133
|
-
close(): void;
|
|
134
|
-
clearStatusBar(): void;
|
|
135
|
-
setStatusBarLoadData(): void;
|
|
136
|
-
setStatusBarSaveData(): void;
|
|
137
|
-
setStatusBarDeleteData(): void;
|
|
138
|
-
setStatusBarDeleteDataCanceled(): void;
|
|
139
|
-
setStatusBarInfo(text: string): void;
|
|
140
|
-
setStatusBarError(text: string): void;
|
|
141
|
-
setStatusBarNoDataFound(): void;
|
|
142
|
-
setStatusBarException(exception: angularportalazure.Exception): void;
|
|
143
|
-
onCommandBrowse(): void;
|
|
144
|
-
onCommandCancel(): void;
|
|
145
|
-
onCommandCopy(): void;
|
|
146
|
-
onCommandDelete(): void;
|
|
147
|
-
onCommandDocument(): void;
|
|
148
|
-
onCommandDocument2(): void;
|
|
149
|
-
onCommandDocument3(): void;
|
|
150
|
-
onCommandDocument4(): void;
|
|
151
|
-
onCommandDocument5(): void;
|
|
152
|
-
onCommandNew(): void;
|
|
153
|
-
onCommandOrder(): void;
|
|
154
|
-
onCommandRestart(): void;
|
|
155
|
-
onCommandSave(): void;
|
|
156
|
-
onCommandSearch(): void;
|
|
157
|
-
onCommandStart(): void;
|
|
158
|
-
onCommandStop(): void;
|
|
159
|
-
onCommandSwap(): void;
|
|
160
|
-
onCommandExcel(): void;
|
|
161
|
-
/** Change title, as soon as watchExpression changes. watchExpression is either a variable ore an expression, e.g. [name1 + name2] */
|
|
162
|
-
setTitle(watchExpression: string, func: () => void): void;
|
|
163
|
-
private setBladeHeights();
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
declare namespace angularportalazure {
|
|
167
|
-
class AreaBlades extends angularportalazure.UserControlBase {
|
|
168
|
-
static $inject: string[];
|
|
169
|
-
constructor($scope: angular.IScope, portalService: angularportalazure.PortalService);
|
|
170
|
-
private portalScroll;
|
|
171
|
-
private addBladeListener;
|
|
172
|
-
private areaNotificationShowListener;
|
|
173
|
-
private areaNotificationHideListener;
|
|
174
|
-
blades: Array<angularportalazure.Blade>;
|
|
175
|
-
raiseAddBladeEvent(args: angularportalazure.IAddBladeEventArgs): void;
|
|
176
|
-
setFirstBlade(path: string): angularportalazure.Blade | void;
|
|
177
|
-
addBlade(path: string, senderPath?: string): angularportalazure.Blade | void;
|
|
178
|
-
clearAll(): void;
|
|
179
|
-
clearPath(path: string): void;
|
|
180
|
-
clearLevel(level: number): void;
|
|
181
|
-
clearLastLevel(): void;
|
|
182
|
-
clearChild(path: string): void;
|
|
183
|
-
showPanoramaIfNoBlades(): void;
|
|
184
|
-
hidePanorama(): void;
|
|
185
|
-
/** We need to call this when AreaBlades is no longer used, otherwise the listener does not get removed. */
|
|
186
|
-
close(): void;
|
|
187
|
-
private setPortalScrollCss();
|
|
188
|
-
private setupShowHideNotificationAreaListener();
|
|
189
|
-
private setupAddBladeListener();
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
declare namespace angularportalazure {
|
|
193
|
-
class BladeData extends angularportalazure.Blade {
|
|
194
|
-
constructor($scope: angular.IScope, portalService: angularportalazure.PortalService, path: string, title: string, subtitle?: string, width?: number);
|
|
195
|
-
onLoadItem(): void;
|
|
196
|
-
onLoadItems(): void;
|
|
197
|
-
onLoadedItem(): void;
|
|
198
|
-
onLoadedItems(): void;
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
declare namespace angularportalazure {
|
|
202
|
-
class BladeNav extends angularportalazure.BladeData {
|
|
203
|
-
constructor($scope: angular.IScope, portalService: angularportalazure.PortalService, path: string, title?: string, subtitle?: string, width?: number);
|
|
204
|
-
items: Array<angularportalazure.BladeNavItem>;
|
|
205
|
-
isNav: boolean;
|
|
206
|
-
onNavigateTo(path: string): void;
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
declare namespace angularportalazure {
|
|
210
|
-
class BladeNavItem {
|
|
211
|
-
title: string;
|
|
212
|
-
cssClass: string;
|
|
213
|
-
bladePath: string;
|
|
214
|
-
hrefPath: string;
|
|
215
|
-
roles: string;
|
|
216
|
-
isVisible: boolean;
|
|
217
|
-
callback: () => any;
|
|
218
|
-
bladeNav: angularportalazure.BladeNav | null;
|
|
219
|
-
constructor(title?: string, cssClass?: string, bladePath?: string, hrefPath?: string, roles?: string, isVisible?: boolean, callback?: () => any, bladeNav?: angularportalazure.BladeNav | null);
|
|
220
|
-
onNavItemClick(): void;
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
declare namespace angularportalazure {
|
|
224
|
-
class AreaNotification extends angularportalazure.UserControlBase {
|
|
225
|
-
constructor($scope: angular.IScope, portalService: angularportalazure.PortalService);
|
|
226
|
-
path: string;
|
|
227
|
-
widthAreaUsed: number;
|
|
228
|
-
private areaNotification;
|
|
229
|
-
private _width;
|
|
230
|
-
width: number;
|
|
231
|
-
private _backgroundColor;
|
|
232
|
-
backgroundColor: string;
|
|
233
|
-
hide(): void;
|
|
234
|
-
show(width?: number): void;
|
|
235
|
-
private calcualteCssStyles();
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
declare namespace angularportalazure {
|
|
239
|
-
interface BladeParameter {
|
|
240
|
-
action: string;
|
|
241
|
-
item?: any;
|
|
242
|
-
itemId: number;
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
declare namespace angularportalazure {
|
|
246
|
-
class AvatarMenu extends angularportalazure.UserControlBase {
|
|
247
|
-
constructor($scope: angular.IScope, portalService: angularportalazure.PortalService);
|
|
248
|
-
userAccount: angularportalazure.UserAccount | null;
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
declare namespace angularportalazure {
|
|
252
|
-
/** The names are used in CSS for layouting, e.g. style='mini' */
|
|
253
|
-
enum TileSizes {
|
|
254
|
-
small = 0,
|
|
255
|
-
mini = 1,
|
|
256
|
-
normal = 2,
|
|
257
|
-
herowide = 3,
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
declare namespace angularportalazure {
|
|
261
|
-
class TileSize {
|
|
262
|
-
tileSizes: angularportalazure.TileSizes;
|
|
263
|
-
width: number;
|
|
264
|
-
height: number;
|
|
265
|
-
constructor(tileSizes: angularportalazure.TileSizes, width: number, height: number);
|
|
266
|
-
static getTileSizes(): Array<TileSize>;
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
declare namespace angularportalazure {
|
|
270
|
-
class Tile {
|
|
271
|
-
constructor(title: string, bladePath: string, portalService: angularportalazure.PortalService);
|
|
272
|
-
portalService: angularportalazure.PortalService;
|
|
273
|
-
title: string;
|
|
274
|
-
subTitle: string;
|
|
275
|
-
bladePath: string;
|
|
276
|
-
private _bladePath;
|
|
277
|
-
tileSize: angularportalazure.TileSizes;
|
|
278
|
-
size: string;
|
|
279
|
-
left: string;
|
|
280
|
-
top: string;
|
|
281
|
-
leftN: string;
|
|
282
|
-
topN: string;
|
|
283
|
-
clicked(): void;
|
|
284
|
-
}
|
|
285
|
-
}
|
|
286
|
-
declare namespace angularportalazure {
|
|
287
|
-
class Tiles {
|
|
288
|
-
showTiles: boolean;
|
|
289
|
-
tiles: Array<any>;
|
|
290
|
-
isTilesLoaded: boolean;
|
|
291
|
-
hideTileIfOnlyOne: boolean;
|
|
292
|
-
private tileSizes;
|
|
293
|
-
private nextLeft;
|
|
294
|
-
private nextTop;
|
|
295
|
-
private columnHeightMax;
|
|
296
|
-
addTile(tile: Tile): Tile;
|
|
297
|
-
}
|
|
298
|
-
}
|
|
299
|
-
declare namespace angularportalazure {
|
|
300
|
-
class Startboard extends angularportalazure.UserControlBase {
|
|
301
|
-
constructor($scope: angular.IScope, portalService: angularportalazure.PortalService);
|
|
302
|
-
tiles: angularportalazure.Tiles;
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
declare namespace angularportalazure {
|
|
306
|
-
class Panorama extends angularportalazure.UserControlBase {
|
|
307
|
-
title: string;
|
|
308
|
-
isVisible: boolean;
|
|
309
|
-
avatarMenu: angularportalazure.AvatarMenu;
|
|
310
|
-
startboard: angularportalazure.Startboard;
|
|
311
|
-
constructor($scope: angular.IScope, title: string, portalService: angularportalazure.PortalService);
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
declare namespace angularportalazure {
|
|
315
|
-
class PortalShell {
|
|
316
|
-
portalService: angularportalazure.PortalService;
|
|
317
|
-
constructor(portalService: angularportalazure.PortalService, title?: string);
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
declare namespace angularportalazure {
|
|
321
|
-
class PortalService {
|
|
322
|
-
static $inject: string[];
|
|
323
|
-
constructor($injector: angular.auto.IInjectorService);
|
|
324
|
-
parameter: angularportalazure.BladeParameter;
|
|
325
|
-
$analytics: angulartics.IAnalyticsService;
|
|
326
|
-
animate: any;
|
|
327
|
-
animation: any;
|
|
328
|
-
component: any;
|
|
329
|
-
config: any;
|
|
330
|
-
constant: any;
|
|
331
|
-
controller: any;
|
|
332
|
-
directive: any;
|
|
333
|
-
factory: any;
|
|
334
|
-
filter: any;
|
|
335
|
-
provider: any;
|
|
336
|
-
run: any;
|
|
337
|
-
service: any;
|
|
338
|
-
value: any;
|
|
339
|
-
decorator: any;
|
|
340
|
-
name: any;
|
|
341
|
-
requires: any;
|
|
342
|
-
portalShell: angularportalazure.PortalShell;
|
|
343
|
-
panorama: angularportalazure.Panorama;
|
|
344
|
-
areaBlades: angularportalazure.AreaBlades;
|
|
345
|
-
areaNotification: angularportalazure.AreaNotification;
|
|
346
|
-
ngDialog: any;
|
|
347
|
-
$injector: angular.auto.IInjectorService;
|
|
348
|
-
$http: angular.IHttpService;
|
|
349
|
-
$httpBackend: angular.IHttpBackendService;
|
|
350
|
-
$q: angular.IQService;
|
|
351
|
-
$rootScope: angular.IRootScopeService;
|
|
352
|
-
$window: angular.IWindowService;
|
|
353
|
-
$timeout: angular.ITimeoutService;
|
|
354
|
-
$translate: angular.translate.ITranslateService;
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
declare namespace angularportalazure {
|
|
358
|
-
}
|
|
359
|
-
declare namespace angularportalazure {
|
|
360
|
-
}
|
|
361
|
-
declare namespace angularportalazure {
|
|
362
|
-
}
|
|
363
|
-
declare namespace angularportalazure {
|
|
364
|
-
}
|
|
365
|
-
declare namespace angularportalazure {
|
|
366
|
-
class BladeDetail<T> extends angularportalazure.BladeData {
|
|
367
|
-
constructor($scope: angular.IScope, portalService: angularportalazure.PortalService, path: string, title: string, subtitle?: string, width?: number);
|
|
368
|
-
item: T;
|
|
369
|
-
loadItem(func: () => any | angular.IPromise<any> | Promise<any>): void;
|
|
370
|
-
saveItem(func: () => any): void;
|
|
371
|
-
onSaveItem(): void;
|
|
372
|
-
onSavedItem(): void;
|
|
373
|
-
onCommandCancel(): void;
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
declare namespace angularportalazure {
|
|
377
|
-
class BladeGrid extends angularportalazure.BladeData {
|
|
378
|
-
constructor($scope: angular.IScope, portalService: angularportalazure.PortalService, path: string, title: string, subtitle?: string, width?: number);
|
|
379
|
-
items: any[];
|
|
380
|
-
loadItems(func: () => any | angular.IPromise<any> | Promise<any>): void;
|
|
381
|
-
onFilter(actual: Object, expected: string): boolean;
|
|
382
|
-
}
|
|
383
|
-
}
|
|
384
|
-
declare namespace angularportalazure {
|
|
385
|
-
class Debug {
|
|
386
|
-
constructor();
|
|
387
|
-
static isEnabled: boolean;
|
|
388
|
-
static isWithObjects: boolean;
|
|
389
|
-
static keys: Array<string>;
|
|
390
|
-
static enable(key?: string): void;
|
|
391
|
-
static disable(key?: string): void;
|
|
392
|
-
static write(debugLine: string, objects?: Array<any>): boolean;
|
|
393
|
-
/** Extract the key (e.g. [azureportal] from a string */
|
|
394
|
-
static extractKey(text: string): string;
|
|
395
|
-
/** Extract the key (e.g. [azureportal] from a string */
|
|
396
|
-
static isInKeys(debugLine: string): boolean;
|
|
397
|
-
}
|
|
398
|
-
}
|
|
399
|
-
declare namespace angularportalazure {
|
|
400
|
-
class ExceptionDotNet {
|
|
401
|
-
ExceptionMessage: string;
|
|
402
|
-
ExceptionType: string;
|
|
403
|
-
InnerException: ExceptionDotNet;
|
|
404
|
-
Message: string;
|
|
405
|
-
StackTrace: string;
|
|
406
|
-
}
|
|
407
|
-
class ValidationResultDotNet {
|
|
408
|
-
ErrorMessage: string;
|
|
409
|
-
MemberNames: string[];
|
|
410
|
-
}
|
|
411
|
-
class ValidationsExceptionDotNet extends ExceptionDotNet {
|
|
412
|
-
ClassName: string;
|
|
413
|
-
Data: {
|
|
414
|
-
key: number;
|
|
415
|
-
value: string;
|
|
416
|
-
}[];
|
|
417
|
-
ValidationResults: ValidationResultDotNet[];
|
|
418
|
-
convertResponse(response: any): void;
|
|
419
|
-
private static convertResponse(exception, responseData);
|
|
420
|
-
private static convertExceptionType(exception, responseData);
|
|
421
|
-
}
|
|
422
|
-
}
|
|
423
|
-
declare namespace angularportalazure {
|
|
424
|
-
class Exception extends angularportalazure.ValidationsExceptionDotNet {
|
|
425
|
-
Type: string;
|
|
426
|
-
MessageDetail: string;
|
|
427
|
-
Messages: string[];
|
|
428
|
-
Status: number | undefined;
|
|
429
|
-
StatusText: string | undefined;
|
|
430
|
-
Url: string;
|
|
431
|
-
static getOneLineMessage(exception: angularportalazure.Exception): string;
|
|
432
|
-
static prepareException(response: angular.IHttpPromiseCallbackArg<angularportalazure.Exception> | any): angularportalazure.Exception;
|
|
433
|
-
private static processDotNetException1(response);
|
|
434
|
-
private static processDotNetException2(response);
|
|
435
|
-
}
|
|
436
|
-
}
|
|
437
|
-
declare namespace angularportalazure {
|
|
438
|
-
class DataService {
|
|
439
|
-
$http: angular.IHttpService;
|
|
440
|
-
$q: angular.IQService;
|
|
441
|
-
constructor($http: angular.IHttpService, $q: angular.IQService);
|
|
442
|
-
getData(url: string): any;
|
|
443
|
-
}
|
|
444
|
-
}
|