vcomply-workflow-engine 2.4.0 → 2.4.1
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/vcomply-workflow-engine.umd.js +2 -2
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/sharedComponents/program-listing/program-listing.component.js +3 -3
- package/fesm2015/vcomply-workflow-engine.js +2 -2
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/package.json +1 -1
|
@@ -23626,7 +23626,7 @@
|
|
|
23626
23626
|
}
|
|
23627
23627
|
ProgramListingComponent.prototype.ngOnInit = function () {
|
|
23628
23628
|
var _this = this;
|
|
23629
|
-
var _a;
|
|
23629
|
+
var _a, _b;
|
|
23630
23630
|
this.animation = true;
|
|
23631
23631
|
setTimeout(function () {
|
|
23632
23632
|
_this.animation = false;
|
|
@@ -23652,7 +23652,7 @@
|
|
|
23652
23652
|
}
|
|
23653
23653
|
this.getSelectedProgramCount();
|
|
23654
23654
|
}
|
|
23655
|
-
if (this.selectedCategories) {
|
|
23655
|
+
if ((_b = this.selectedCategories) === null || _b === void 0 ? void 0 : _b.length) {
|
|
23656
23656
|
this.populateCategories();
|
|
23657
23657
|
}
|
|
23658
23658
|
if (this.hideProgramsList) {
|