@ardimedia/angular-portal-azure 0.2.76 → 0.2.77
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 +1 -1
- package/directives/nav/nav.html +2 -2
- package/package.json +1 -1
package/apn.js
CHANGED
|
@@ -1407,7 +1407,7 @@ var angularportalazure;
|
|
|
1407
1407
|
if (isVisible === void 0) { isVisible = true; }
|
|
1408
1408
|
if (callback === void 0) { callback = null; }
|
|
1409
1409
|
if (bladeNav === void 0) { bladeNav = null; }
|
|
1410
|
-
if (cssClass === void 0) { cssClass = "
|
|
1410
|
+
if (cssClass === void 0) { cssClass = ""; }
|
|
1411
1411
|
this.title = title;
|
|
1412
1412
|
this.bladePath = bladePath;
|
|
1413
1413
|
this.hrefPath = hrefPath;
|
package/directives/nav/nav.html
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<table class="azc-grid-full azc-grid-multiselectable" aria-readonly="true">
|
|
2
2
|
<caption data-bind="text: data.summary"></caption>
|
|
3
3
|
<colgroup>
|
|
4
|
-
<col class="col0" style="width:
|
|
4
|
+
<col class="col0" style="width: 15px;">
|
|
5
5
|
<col class="col1">
|
|
6
6
|
</colgroup>
|
|
7
7
|
<tbody class="azc-grid-groupdata" role="rowgroup">
|
|
8
8
|
<tr data-ng-repeat="item in $ctrl.vm.items track by $index" data-ng-click="$ctrl.vm.navigateTo(item.bladePath);item.onNavItemClick();" role="row" aria-selected="false" data-grid-row-activated="false" data-grid-selectable="true" data-grid-focusable="true" data-grid-activateable="true" ng-show="item.isVisible" style="cursor:pointer" ng-style="item.style">
|
|
9
9
|
<td class="msportalfx-gridcolumn-asseticon" role="gridcell" data-grid-cell-activated="false">
|
|
10
|
-
<i ng-class="
|
|
10
|
+
<i ng-class="item.cssClass"></i>
|
|
11
11
|
</td>
|
|
12
12
|
<td tabindex="0" role="gridcell" data-activatable="true" data-grid-cell-activated="false">
|
|
13
13
|
<a ng-href="{{item.hrefPath}}" target="_blank" style="color:black">{{item.title}}</a>
|
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.77",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|