@ardimedia/angular-portal-azure 0.2.216 → 0.2.217

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 -1
  2. package/apn.js +5 -5
  3. package/package.json +1 -1
package/apn.d.ts CHANGED
@@ -48,7 +48,7 @@ declare namespace angularportalazure {
48
48
  We don't know how to provide [this] to the directive.
49
49
  So we came up with this [vm] property.*/
50
50
  vm: any;
51
- isVisible: boolean;
51
+ visibility: string;
52
52
  private watcherTitle;
53
53
  bladeContentHeight: number;
54
54
  bladeContentHeightInner: number;
package/apn.js CHANGED
@@ -160,7 +160,7 @@ var angularportalazure;
160
160
  We don't know how to provide [this] to the directive.
161
161
  So we came up with this [vm] property.*/
162
162
  _this.vm = {};
163
- _this.isVisible = true;
163
+ _this.visibility = 'collapse';
164
164
  _this.title = '';
165
165
  _this.subTitle = '';
166
166
  _this.width = { 'width': '0' };
@@ -630,19 +630,19 @@ var angularportalazure;
630
630
  }
631
631
  //#endregion
632
632
  BladeData.prototype.onLoadItem = function () {
633
- this.isVisible = false;
633
+ this.visibility = 'collapse';
634
634
  this.setStatusBarLoadData();
635
635
  };
636
636
  BladeData.prototype.onLoadItems = function () {
637
- this.isVisible = false;
637
+ this.visibility = 'collapse';
638
638
  this.setStatusBarLoadData();
639
639
  };
640
640
  BladeData.prototype.onLoadedItem = function () {
641
- this.isVisible = true;
641
+ this.visibility = 'visible';
642
642
  this.clearStatusBar();
643
643
  };
644
644
  BladeData.prototype.onLoadedItems = function () {
645
- this.isVisible = true;
645
+ this.visibility = 'visible';
646
646
  this.clearStatusBar();
647
647
  };
648
648
  return BladeData;
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.216",
5
+ "version": "0.2.217",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {