@ardimedia/angular-portal-azure 0.2.344 → 0.2.345

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 +1 -1
  3. package/package.json +1 -1
package/apn.d.ts CHANGED
@@ -87,7 +87,7 @@ declare namespace angularportalazure {
87
87
  commandBrowse: () => void;
88
88
  commandBrowseText: string;
89
89
  isCommandCancel: boolean;
90
- isCommandCnacelEnabled: boolean;
90
+ isCommandCancelEnabled: boolean;
91
91
  commandCancel: () => void;
92
92
  commandCancelText: string;
93
93
  isCommandCopy: boolean;
package/apn.js CHANGED
@@ -261,7 +261,7 @@ var angularportalazure;
261
261
  _this.commandBrowse = function () { _this.onCommandBrowse(); };
262
262
  _this.commandBrowseText = '';
263
263
  _this.isCommandCancel = false;
264
- _this.isCommandCnacelEnabled = true;
264
+ _this.isCommandCancelEnabled = true;
265
265
  _this.commandCancel = function () { _this.onCommandCancel(); };
266
266
  _this.commandCancelText = '';
267
267
  _this.isCommandCopy = false;
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.344",
5
+ "version": "0.2.345",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {