@limetech/lime-web-components-commands
Advanced tools
Comparing version 2.2.0 to 2.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.3.0](https://github.com/Lundalogik/lime-web-components/compare/v2.2.1...v2.3.0) (2020-02-21) | ||
### Features | ||
* **dialog command:** add optional route property on createlimeobjectdialogcommand ([114d547](https://github.com/Lundalogik/lime-web-components/commit/114d5472464f3b4845f889ef7227bd5a5a29191c)) | ||
# [2.2.0](https://github.com/Lundalogik/lime-web-components/compare/v2.1.0...v2.2.0) (2019-12-20) | ||
@@ -8,0 +19,0 @@ |
@@ -12,2 +12,3 @@ "use strict"; | ||
function CreateLimeobjectDialogCommand() { | ||
this.route = false; | ||
} | ||
@@ -14,0 +15,0 @@ CreateLimeobjectDialogCommand = __decorate([ |
@@ -19,2 +19,6 @@ import { Limetype } from '@limetech/lime-web-components-interfaces'; | ||
limeobject?: any; | ||
/** | ||
* Specifies if routing to limeobject should be done after confirmation | ||
*/ | ||
route?: boolean; | ||
} |
@@ -17,2 +17,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
let CreateLimeobjectDialogCommand = class CreateLimeobjectDialogCommand { | ||
constructor() { | ||
/** | ||
* Specifies if routing to limeobject should be done after confirmation | ||
*/ | ||
this.route = false; | ||
} | ||
}; | ||
@@ -19,0 +25,0 @@ CreateLimeobjectDialogCommand = __decorate([ |
{ | ||
"name": "@limetech/lime-web-components-commands", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"author": "Lime Technologies", | ||
@@ -36,3 +36,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components", | ||
}, | ||
"gitHead": "22fd9c8a45f334439b7fee79957e569e664ab8d8" | ||
"gitHead": "6b37ff00a7b6af2cc5f3ac38079cbbe9d41c7c67" | ||
} |
14920
206