@ardimedia/angular-portal-azure 0.2.113 → 0.2.115
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 +5 -6
- package/package.json +1 -1
package/apn.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/// <reference types="angulartics" />
|
|
2
1
|
/// <reference types="angular" />
|
|
3
2
|
/// <reference types="angular-resource" />
|
|
3
|
+
/// <reference types="angulartics" />
|
|
4
4
|
/// <reference types="angular-translate" />
|
|
5
5
|
declare namespace angularportalazure {
|
|
6
6
|
}
|
|
@@ -272,7 +272,7 @@ declare namespace angularportalazure {
|
|
|
272
272
|
declare namespace angularportalazure {
|
|
273
273
|
class PortalService {
|
|
274
274
|
static $inject: string[];
|
|
275
|
-
constructor($injector:
|
|
275
|
+
constructor($injector: angular.auto.IInjectorService);
|
|
276
276
|
parameter: angularportalazure.BladeParameter;
|
|
277
277
|
$analytics: angulartics.IAnalyticsService;
|
|
278
278
|
animate: any;
|
|
@@ -295,13 +295,12 @@ declare namespace angularportalazure {
|
|
|
295
295
|
panorama: angularportalazure.Panorama;
|
|
296
296
|
bladeArea: angularportalazure.BladeArea;
|
|
297
297
|
ngDialog: any;
|
|
298
|
+
$injector: angular.auto.IInjectorService;
|
|
298
299
|
$http: angular.IHttpService;
|
|
299
300
|
$httpBackend: angular.IHttpBackendService;
|
|
300
|
-
$injector: angular.auto.IInjectorService;
|
|
301
301
|
$q: angular.IQService;
|
|
302
302
|
$rootScope: angular.IRootScopeService;
|
|
303
303
|
$window: angular.IWindowService;
|
|
304
|
-
$scope: angular.IScope;
|
|
305
304
|
$translate: angular.translate.ITranslateService;
|
|
306
305
|
}
|
|
307
306
|
}
|
|
@@ -323,8 +322,8 @@ declare namespace angularportalazure {
|
|
|
323
322
|
}
|
|
324
323
|
}
|
|
325
324
|
declare namespace angularportalazure {
|
|
326
|
-
class BladeDetail extends angularportalazure.BladeData {
|
|
327
|
-
item:
|
|
325
|
+
class BladeDetail<T> extends angularportalazure.BladeData {
|
|
326
|
+
item: T;
|
|
328
327
|
constructor(portalService: angularportalazure.PortalService, path: string, title: string, subtitle?: string, width?: number);
|
|
329
328
|
loadItem(func: () => any): void;
|
|
330
329
|
onLoadItem(): void;
|
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.115",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|