@ardimedia/angular-portal-azure 0.2.81 → 0.2.83

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.js CHANGED
@@ -1448,6 +1448,7 @@ var angularportalazure;
1448
1448
  //#region Properties
1449
1449
  _this.items = new Array();
1450
1450
  _this.isNav = true;
1451
+ _this.isInnerHtml = false;
1451
1452
  return _this;
1452
1453
  }
1453
1454
  //#endregion
@@ -2,7 +2,7 @@
2
2
  <table class="azc-grid-full azc-grid-multiselectable" ng-if="!$ctrl.vm.blade.isInnerHtml">
3
3
  <caption data-bind="text: data.summary"></caption>
4
4
  <colgroup>
5
- <col class="col0" style="width: 15px;">
5
+ <col class="col0" style="width: 20px;">
6
6
  <col class="col1">
7
7
  </colgroup>
8
8
  <tbody class="azc-grid-groupdata" role="rowgroup">
@@ -19,4 +19,4 @@
19
19
  <div ng-if="$ctrl.vm.blade.isInnerHtml">
20
20
  <div ng-transclude></div>
21
21
  </div>
22
- </div>
22
+ </div>
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.81",
5
+ "version": "0.2.83",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {