@ardimedia/angular-portal-azure 0.2.83 → 0.2.84
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
|
@@ -943,7 +943,7 @@ var angularportalazure;
|
|
|
943
943
|
link: function (scope, element, attrs, controller) { },
|
|
944
944
|
controller: function () {
|
|
945
945
|
this.$onInit = function () {
|
|
946
|
-
this.
|
|
946
|
+
this.close = function () {
|
|
947
947
|
angularportalazure.Debug.write('[angularportalazure-debug] \'directive:azurePortalBlade.close\' called.', [this, portalService]);
|
|
948
948
|
portalService.bladeArea.clearLastLevel();
|
|
949
949
|
};
|
|
@@ -970,7 +970,7 @@ var angularportalazure;
|
|
|
970
970
|
link: function (scope, element, attrs, controller) { },
|
|
971
971
|
controller: function () {
|
|
972
972
|
this.$onInit = function () {
|
|
973
|
-
this.
|
|
973
|
+
this.close = function () {
|
|
974
974
|
angularportalazure.Debug.write('[angularportalazure-debug] \'directive:azurePortalBlade.close\' called.', [this, portalService]);
|
|
975
975
|
portalService.bladeArea.clearLastLevel();
|
|
976
976
|
};
|
|
@@ -995,7 +995,7 @@ var angularportalazure;
|
|
|
995
995
|
bindToController: { vm: '=' },
|
|
996
996
|
templateUrl: '/node_modules/@ardimedia/angular-portal-azure/directives/blade/blade.html',
|
|
997
997
|
link: function (scope, element, attrs, controller) {
|
|
998
|
-
controller.
|
|
998
|
+
controller.close = function () {
|
|
999
999
|
angularportalazure.Debug.write('[angularportalazure-debug] \'directive:azurePortalBlade.close\' called.', [controller, portalService]);
|
|
1000
1000
|
portalService.bladeArea.clearLastLevel();
|
|
1001
1001
|
};
|
|
@@ -14,7 +14,7 @@ namespace angularportalazure {
|
|
|
14
14
|
link: function (scope, element, attrs, controller) { },
|
|
15
15
|
controller: function () {
|
|
16
16
|
this.$onInit = function () {
|
|
17
|
-
this.
|
|
17
|
+
this.close = function () {
|
|
18
18
|
angularportalazure.Debug.write('[angularportalazure-debug] \'directive:azurePortalBlade.close\' called.', [this, portalService]);
|
|
19
19
|
portalService.bladeArea.clearLastLevel();
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ namespace angularportalazure {
|
|
|
14
14
|
link: function (scope, element, attrs, controller) { },
|
|
15
15
|
controller: function () {
|
|
16
16
|
this.$onInit = function () {
|
|
17
|
-
this.
|
|
17
|
+
this.close = function () {
|
|
18
18
|
angularportalazure.Debug.write('[angularportalazure-debug] \'directive:azurePortalBlade.close\' called.', [this, portalService]);
|
|
19
19
|
portalService.bladeArea.clearLastLevel();
|
|
20
20
|
};
|
|
@@ -12,7 +12,7 @@ namespace angularportalazure {
|
|
|
12
12
|
bindToController: { vm: '=' },
|
|
13
13
|
templateUrl: '/node_modules/@ardimedia/angular-portal-azure/directives/blade/blade.html',
|
|
14
14
|
link: function (scope, element, attrs, controller) {
|
|
15
|
-
controller.
|
|
15
|
+
controller.close = function () {
|
|
16
16
|
angularportalazure.Debug.write('[angularportalazure-debug] \'directive:azurePortalBlade.close\' called.', [controller, portalService]);
|
|
17
17
|
portalService.bladeArea.clearLastLevel();
|
|
18
18
|
};
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<path class="msportalfx-svg-c01" d="M 3 4 v 12 h 14 V 4 H 3 Z M 5 14 V 6 h 10 v 8 H 5 Z" />
|
|
17
17
|
</svg>
|
|
18
18
|
</button>
|
|
19
|
-
<button data-ng-click="$ctrl.
|
|
19
|
+
<button data-ng-click="$ctrl.close();" title="Schliessen" class="fxs-blade-close" type="button">
|
|
20
20
|
<svg class="msportal-fx-svg-placeholder" viewBox="0 0 20 20">
|
|
21
21
|
<polygon class="msportalfx-svg-c01" points="16.894,5.414 15.48,4 10.436,9.044 5.414,4.023 4,5.437 9.022,10.458 4.022,15.458 5.436,16.872 10.436,11.872 15.458,16.894 16.872,15.48 11.85,10.458" />
|
|
22
22
|
</svg>
|
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.84",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|