@ardimedia/angular-portal-azure 0.2.39 → 0.2.41
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 +1 -0
- package/apn.js +2 -0
- package/package.json +1 -1
package/apn.d.ts
CHANGED
|
@@ -334,6 +334,7 @@ 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;
|
|
337
338
|
activate(): void;
|
|
338
339
|
onActivate(): any;
|
|
339
340
|
loadItems(f: any): void;
|
package/apn.js
CHANGED
|
@@ -1235,10 +1235,12 @@ var angularportalazure;
|
|
|
1235
1235
|
//#endregion
|
|
1236
1236
|
//#region Properties
|
|
1237
1237
|
this.items = [];
|
|
1238
|
+
this.searchString = '';
|
|
1238
1239
|
angularportalazure.Debug.write('[angularportalazure-debug] \'BladeList\' constructor called.', [this, portalService, path, title, subtitle, width]);
|
|
1239
1240
|
this.isCommandNew = true;
|
|
1240
1241
|
this.commandNewText = 'neu';
|
|
1241
1242
|
}
|
|
1243
|
+
//filter;
|
|
1242
1244
|
//#endregion
|
|
1243
1245
|
//#region Methods
|
|
1244
1246
|
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.
|
|
5
|
+
"version": "0.2.41",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|