@ardimedia/angular-portal-azure 0.2.41 → 0.2.42

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 +1 -0
  2. package/apn.js +0 -1
  3. package/package.json +1 -1
package/apn.d.ts CHANGED
@@ -335,6 +335,7 @@ declare namespace angularportalazure {
335
335
  constructor(portalService: angularportalazure.PortalService, path: string, title: string, subtitle?: string, width?: number);
336
336
  items: any[];
337
337
  searchString: string;
338
+ filter: any;
338
339
  activate(): void;
339
340
  onActivate(): any;
340
341
  loadItems(f: any): void;
package/apn.js CHANGED
@@ -1240,7 +1240,6 @@ var angularportalazure;
1240
1240
  this.isCommandNew = true;
1241
1241
  this.commandNewText = 'neu';
1242
1242
  }
1243
- //filter;
1244
1243
  //#endregion
1245
1244
  //#region Methods
1246
1245
  BladeGrid.prototype.activate = function () {
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.41",
5
+ "version": "0.2.42",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {