@ardimedia/angular-portal-azure 0.2.193 → 0.2.194
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 +8 -12
- package/apn.js +1 -1
- package/package.json +1 -1
package/apn.d.ts
CHANGED
|
@@ -389,30 +389,26 @@ declare namespace angularportalazure {
|
|
|
389
389
|
}
|
|
390
390
|
declare namespace angularportalazure {
|
|
391
391
|
class ExceptionDotNet {
|
|
392
|
-
Data: {
|
|
393
|
-
key: number;
|
|
394
|
-
value: string;
|
|
395
|
-
}[];
|
|
396
|
-
HelpLink: string;
|
|
397
|
-
HResult: number;
|
|
398
|
-
InnerException: Exception;
|
|
399
|
-
Message: string;
|
|
400
|
-
Source: string;
|
|
401
|
-
StackTrace: string;
|
|
402
392
|
ExceptionMessage: string;
|
|
403
393
|
ExceptionType: string;
|
|
404
|
-
|
|
394
|
+
Message: string;
|
|
395
|
+
StackTrace: string;
|
|
405
396
|
}
|
|
406
397
|
class ValidationResultDotNet {
|
|
407
398
|
ErrorMessage: string;
|
|
408
399
|
MemberNames: string[];
|
|
409
400
|
}
|
|
410
401
|
class ValidationsExceptionDotNet extends ExceptionDotNet {
|
|
402
|
+
ClassName: string;
|
|
403
|
+
Data: {
|
|
404
|
+
key: number;
|
|
405
|
+
value: string;
|
|
406
|
+
}[];
|
|
411
407
|
ValidationResults: ValidationResultDotNet[];
|
|
412
408
|
}
|
|
413
409
|
}
|
|
414
410
|
declare namespace angularportalazure {
|
|
415
|
-
class Exception extends angularportalazure.
|
|
411
|
+
class Exception extends angularportalazure.ValidationsExceptionDotNet {
|
|
416
412
|
ExceptionMessage: string;
|
|
417
413
|
ExceptionType: string;
|
|
418
414
|
Message: string;
|
package/apn.js
CHANGED
|
@@ -1419,7 +1419,7 @@ var angularportalazure;
|
|
|
1419
1419
|
//#endregion
|
|
1420
1420
|
};
|
|
1421
1421
|
return Exception;
|
|
1422
|
-
}(angularportalazure.
|
|
1422
|
+
}(angularportalazure.ValidationsExceptionDotNet));
|
|
1423
1423
|
angularportalazure.Exception = Exception;
|
|
1424
1424
|
})(angularportalazure || (angularportalazure = {}));
|
|
1425
1425
|
/// <reference types="angular" />
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
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.194",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|