@limetech/lime-web-components-commands
Advanced tools
Comparing version 4.11.0 to 4.12.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.12.0](https://github.com/Lundalogik/lime-web-components/compare/v4.11.0...v4.12.0) (2020-12-11) | ||
### Features | ||
* include route option in command ([9dd967a](https://github.com/Lundalogik/lime-web-components/commit/9dd967a87ecf675506f7f42939d36b6493d665df)) | ||
# [4.11.0](https://github.com/Lundalogik/lime-web-components/compare/v4.10.1...v4.11.0) (2020-12-04) | ||
@@ -8,0 +19,0 @@ |
@@ -13,2 +13,3 @@ "use strict"; | ||
function SaveLimeObjectCommand() { | ||
this.route = false; | ||
} | ||
@@ -15,0 +16,0 @@ SaveLimeObjectCommand = __decorate([ |
@@ -12,2 +12,6 @@ import { LimeObject } from '@limetech/lime-web-components-interfaces'; | ||
limeobject: LimeObject; | ||
/** | ||
* Specifies if routing to limeobject should be done after confirmation | ||
*/ | ||
route?: boolean; | ||
} |
@@ -14,2 +14,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
let SaveLimeObjectCommand = class SaveLimeObjectCommand { | ||
constructor() { | ||
/** | ||
* Specifies if routing to limeobject should be done after confirmation | ||
*/ | ||
this.route = false; | ||
} | ||
}; | ||
@@ -16,0 +22,0 @@ SaveLimeObjectCommand = __decorate([ |
{ | ||
"name": "@limetech/lime-web-components-commands", | ||
"version": "4.11.0", | ||
"version": "4.12.0", | ||
"author": "Lime Technologies", | ||
@@ -36,3 +36,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components", | ||
}, | ||
"gitHead": "6433b274fd7e73218c51d2f84c307ec9a0b1783c" | ||
"gitHead": "92466fa93704d845301adeaee2b3eb9369e969fe" | ||
} |
28175
395