@ardimedia/angular-portal-azure 0.2.273 → 0.2.274

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.
Files changed (3) hide show
  1. package/apn.d.ts +0 -2
  2. package/apn.js +2 -0
  3. package/package.json +1 -1
package/apn.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  /// <reference types="angular" />
2
- /// <reference types="jquery" />
3
2
  /// <reference types="angular-resource" />
4
3
  /// <reference types="angulartics" />
5
4
  /// <reference types="angular-translate" />
@@ -40,7 +39,6 @@ declare namespace angularportalazure {
40
39
  pathSender: string;
41
40
  }
42
41
  }
43
- declare var $: JQueryStatic;
44
42
  declare namespace angularportalazure {
45
43
  class Blade extends angularportalazure.UserControlBase {
46
44
  constructor($scope: angular.IScope, portalService: angularportalazure.PortalService, path: string, title: string, subtitle?: string, width?: number);
package/apn.js CHANGED
@@ -144,10 +144,12 @@ var __extends = (this && this.__extends) || (function () {
144
144
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
145
145
  };
146
146
  })();
147
+ /// <reference types="angular" />
147
148
  /// <reference path="useraccount.ts" />
148
149
  /// <reference path="portalservice.ts" />
149
150
  /// <reference path="usercontrolbase.ts" />
150
151
  /// <reference path="iaddbladeeventargs.ts" />
152
+ //declare var $: JQueryStatic;
151
153
  // #endregion
152
154
  var angularportalazure;
153
155
  (function (angularportalazure) {
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.273",
5
+ "version": "0.2.274",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {