@colijnit/corecomponents_v12 12.0.16 → 12.0.17
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/bundles/colijnit-corecomponents_v12.umd.js +1 -5
- package/bundles/colijnit-corecomponents_v12.umd.js.map +1 -1
- package/esm2015/lib/components/co-kanban/co-kanban.component.js +2 -5
- package/fesm2015/colijnit-corecomponents_v12.js +1 -4
- package/fesm2015/colijnit-corecomponents_v12.js.map +1 -1
- package/package.json +1 -1
|
@@ -2677,12 +2677,8 @@
|
|
|
2677
2677
|
CoKanbanComponent.prototype.ngOnInit = function () {
|
|
2678
2678
|
};
|
|
2679
2679
|
CoKanbanComponent.prototype.ngAfterViewInit = function () {
|
|
2680
|
-
var _this = this;
|
|
2681
2680
|
if (this.columns) {
|
|
2682
|
-
|
|
2683
|
-
_this.kanban.columns = _this.columns;
|
|
2684
|
-
_this.kanban.refreshHeader();
|
|
2685
|
-
}, 1000);
|
|
2681
|
+
this.kanban.columns = this.columns;
|
|
2686
2682
|
}
|
|
2687
2683
|
};
|
|
2688
2684
|
CoKanbanComponent.prototype.dialogOpen = function (args) {
|