@ardimedia/angular-portal-azure 0.2.118 → 0.2.119
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 +0 -4
- package/directives/blade/blade.html +1 -1
- package/directives/nav/nav.html +1 -1
- package/package.json +1 -1
package/apn.d.ts
CHANGED
|
@@ -47,6 +47,7 @@ declare namespace angularportalazure {
|
|
|
47
47
|
declare namespace angularportalazure {
|
|
48
48
|
class Blade extends angularportalazure.UserControlBase {
|
|
49
49
|
constructor(portalService: angularportalazure.PortalService, path: string, title: string, subtitle?: string, width?: number);
|
|
50
|
+
private bladeContentHeigth;
|
|
50
51
|
path: string;
|
|
51
52
|
private _path;
|
|
52
53
|
title: string;
|
package/apn.js
CHANGED
|
@@ -287,10 +287,6 @@ var angularportalazure;
|
|
|
287
287
|
return _this;
|
|
288
288
|
}
|
|
289
289
|
Object.defineProperty(Blade.prototype, "path", {
|
|
290
|
-
//#endregion
|
|
291
|
-
//#region Properties
|
|
292
|
-
//#region Properties
|
|
293
|
-
//listener1: Function;
|
|
294
290
|
//#region path
|
|
295
291
|
get: function () {
|
|
296
292
|
return this._path;
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
</div>
|
|
223
223
|
</div>
|
|
224
224
|
</header>
|
|
225
|
-
<div class="fxs-blade-content fxs-pannable" style="height:calc(100% -
|
|
225
|
+
<div class="fxs-blade-content fxs-pannable" style="height:calc(100% - 175px);">
|
|
226
226
|
<div class="fxs-blade-stacklayout fxs-stacklayout fxs-stacklayout-vertical" ng-style="$ctrl.vm.widthStackLayout">
|
|
227
227
|
<div class="fxs-stacklayout-child">
|
|
228
228
|
<div class="fxs-lens">
|
package/directives/nav/nav.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<table class="azc-grid-full azc-grid-multiselectable" ng-if="!$ctrl.vm.isInnerHtml">
|
|
3
3
|
<caption data-bind="text: data.summary"></caption>
|
|
4
4
|
<colgroup>
|
|
5
|
-
<col class="col0" style="width:
|
|
5
|
+
<col class="col0" style="width: 25px;">
|
|
6
6
|
<col class="col1">
|
|
7
7
|
</colgroup>
|
|
8
8
|
<tbody class="azc-grid-groupdata" role="rowgroup">
|
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.119",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|