@ardimedia/angular-portal-azure 0.2.38 → 0.2.40

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 CHANGED
@@ -334,6 +334,8 @@ declare namespace angularportalazure {
334
334
  class BladeGrid extends angularportalazure.BladeData {
335
335
  constructor(portalService: angularportalazure.PortalService, path: string, title: string, subtitle?: string, width?: number);
336
336
  items: any[];
337
+ searchString: string;
338
+ filter: any;
337
339
  activate(): void;
338
340
  onActivate(): any;
339
341
  loadItems(f: any): void;
package/apn.js CHANGED
@@ -1064,6 +1064,7 @@ var angularportalazure;
1064
1064
  controller: function () {
1065
1065
  //console.log('grid.controller()');
1066
1066
  //console.log(this);
1067
+ function navigateTo(path) { console.log(path); }
1067
1068
  },
1068
1069
  controllerAs: 'ctrl'
1069
1070
  };
@@ -1085,6 +1086,7 @@ var angularportalazure;
1085
1086
  controller: function () {
1086
1087
  //console.log('angularPortalHome.controller()');
1087
1088
  //console.log(this);
1089
+ function navigateTo(path) { console.log(path); }
1088
1090
  },
1089
1091
  controllerAs: 'ctrl'
1090
1092
  };
@@ -1118,6 +1120,7 @@ var angularportalazure;
1118
1120
  controller: function () {
1119
1121
  //console.log('nav.controller()');
1120
1122
  //console.log(this);
1123
+ function navigateTo(path) { console.log(path); }
1121
1124
  },
1122
1125
  controllerAs: 'ctrl'
1123
1126
  };
@@ -1232,6 +1235,7 @@ var angularportalazure;
1232
1235
  //#endregion
1233
1236
  //#region Properties
1234
1237
  this.items = [];
1238
+ this.searchString = '';
1235
1239
  angularportalazure.Debug.write('[angularportalazure-debug] \'BladeList\' constructor called.', [this, portalService, path, title, subtitle, width]);
1236
1240
  this.isCommandNew = true;
1237
1241
  this.commandNewText = 'neu';
@@ -18,6 +18,7 @@
18
18
  controller: function () {
19
19
  //console.log('grid.controller()');
20
20
  //console.log(this);
21
+ function navigateTo(path: string) { console.log(path); }
21
22
  },
22
23
  controllerAs: 'ctrl'
23
24
  };
@@ -12,6 +12,7 @@
12
12
  controller: function () {
13
13
  //console.log('angularPortalHome.controller()');
14
14
  //console.log(this);
15
+ function navigateTo(path: string) { console.log(path); }
15
16
  },
16
17
  controllerAs: 'ctrl'
17
18
  };
@@ -18,6 +18,7 @@
18
18
  controller: function () {
19
19
  //console.log('nav.controller()');
20
20
  //console.log(this);
21
+ function navigateTo(path: string) { console.log(path); }
21
22
  },
22
23
  controllerAs: 'ctrl'
23
24
  };
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.38",
5
+ "version": "0.2.40",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {