vgr-komponentkartan
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -21,3 +21,4 @@ "use strict"; | ||
this.actionStarted.emit(); | ||
this.saveCancelComponent.unlock(); | ||
if (this.saveCancelComponent) | ||
this.saveCancelComponent.unlock(); | ||
}; | ||
@@ -43,2 +44,6 @@ PageHeaderComponent.prototype.disableActions = function () { | ||
__decorate([ | ||
core_1.Input(), | ||
__metadata("design:type", String) | ||
], PageHeaderComponent.prototype, "disableActionsText", void 0); | ||
__decorate([ | ||
core_1.Output(), | ||
@@ -45,0 +50,0 @@ __metadata("design:type", core_1.EventEmitter) |
@@ -14,2 +14,3 @@ import { Component, Input, EventEmitter, Output, ViewChild } from "@angular/core"; | ||
@Input() enableActionsText: string; | ||
@Input() disableActionsText: string; | ||
@Output() actionStarted: EventEmitter<any> = new EventEmitter(); | ||
@@ -19,2 +20,3 @@ @Output() actionEnded: EventEmitter<any> = new EventEmitter(); | ||
actionsVisible: boolean; | ||
@@ -25,3 +27,4 @@ | ||
this.actionStarted.emit(); | ||
this.saveCancelComponent.unlock(); | ||
if (this.saveCancelComponent) | ||
this.saveCancelComponent.unlock(); | ||
} | ||
@@ -28,0 +31,0 @@ |
{ | ||
"name": "vgr-komponentkartan", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"author": "Västra Götalandsregionen", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -8,6 +8,4 @@ # Komponentkartan | ||
### 0. Förutsättningar | ||
Komponentkartan förutsätter att Angular är konfigurerat... | ||
*TODO - Beskriv mer om Angular och upssättning* | ||
Komponentkartan förutsätter att Angular är konfigurerat. Se [Demoprojektet](https://github.com/Vastra-Gotalandsregionen/komponentkartan-demo) för en exempeluppsättning. | ||
### 1. Installera vgr-komponentkartan via **npm** | ||
@@ -45,6 +43,2 @@ ```npm | ||
### Namnstandard | ||
*TODO Svenska/Engelska mm* | ||
*Förresten - borde Readme vara på engelska?* | ||
### Tester | ||
@@ -62,23 +56,15 @@ Samtliga komponenter är täckta av tester via Jasmine. | ||
* [NPM](https://www.npmjs.com/) - Dependency Management | ||
* CSS struktureras enligt ITCSS. Se [ITCSS: SCALABLE AND MAINTAINABLE CSS ARCHITECTURE] (https://www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/) för mer information. | ||
## Contributing | ||
## Versioner | ||
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us. | ||
Vi använder [SemVer](http://semver.org/) för versionering. | ||
## Versioning | ||
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags). | ||
## Authors | ||
## Författare | ||
VGR IT | ||
## Licens | ||
## License | ||
TODO | ||
## Acknowledgments | ||
* CSS struktureras enligt ITCSS. Se [ITCSS: SCALABLE AND MAINTAINABLE CSS ARCHITECTURE] (https://www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/) för mer information. | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
973172
6030
68