ngx-histaff-alpha 5.0.6 → 5.0.7
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.
|
@@ -21561,6 +21561,7 @@ class AtShiftPatternApplyComponent {
|
|
|
21561
21561
|
console.log("status$.value?.checkedKeys were NULL/EMPTY");
|
|
21562
21562
|
}
|
|
21563
21563
|
this.mls.lang$.subscribe(x => this.lang = x);
|
|
21564
|
+
this.shiftPatternDndService.draggingData$.pipe(filter(x => !!x.length)).subscribe(_ => this.previewData = []);
|
|
21564
21565
|
const now = new Date();
|
|
21565
21566
|
const year = now.getFullYear();
|
|
21566
21567
|
const month = now.getMonth() + 1;
|