ngx-histaff-alpha 3.3.0 → 3.3.2

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.
Files changed (24) hide show
  1. package/esm2022/lib/app/directives/hot-keys.directive.mjs +34 -0
  2. package/esm2022/lib/app/enum/EnumSignalRType.mjs +2 -1
  3. package/esm2022/lib/app/libraries/core-active-user-count/core-active-user-count.component.mjs +40 -0
  4. package/esm2022/lib/app/libraries/core-active-user-count/newly-created-token.service.mjs +17 -0
  5. package/esm2022/lib/app/libraries/core-helper/core-helper.component.mjs +6 -17
  6. package/esm2022/lib/app/libraries/core-shift-sticker/core-shift-sticker.component.mjs +7 -3
  7. package/esm2022/lib/app/services/app-initialization.service.mjs +4 -1
  8. package/esm2022/lib/app/services/application-help.service.mjs +2 -2
  9. package/esm2022/lib/app/services/socket.service.mjs +9 -4
  10. package/esm2022/public-api.mjs +4 -2
  11. package/fesm2022/ngx-histaff-alpha.mjs +114 -65
  12. package/fesm2022/ngx-histaff-alpha.mjs.map +1 -1
  13. package/lib/app/directives/hot-keys.directive.d.ts +10 -0
  14. package/lib/app/enum/EnumSignalRType.d.ts +2 -1
  15. package/lib/app/libraries/core-active-user-count/core-active-user-count.component.d.ts +14 -0
  16. package/lib/app/libraries/core-active-user-count/newly-created-token.service.d.ts +8 -0
  17. package/lib/app/libraries/core-helper/core-helper.component.d.ts +1 -2
  18. package/lib/app/libraries/core-shift-sticker/core-shift-sticker.component.d.ts +4 -0
  19. package/lib/app/services/application-help.service.d.ts +1 -1
  20. package/lib/app/services/socket.service.d.ts +3 -1
  21. package/package.json +1 -1
  22. package/public-api.d.ts +3 -1
  23. package/esm2022/lib/app/directives/prevent-f1.directive.mjs +0 -33
  24. package/lib/app/directives/prevent-f1.directive.d.ts +0 -9
@@ -7,7 +7,7 @@ import * as i1$1 from '@angular/common/http';
7
7
  import { HttpHeaders, HttpClient, HttpResponse, HTTP_INTERCEPTORS } from '@angular/common/http';
8
8
  import { last, map, tap, finalize, first, filter as filter$1, debounceTime as debounceTime$1, distinctUntilChanged as distinctUntilChanged$1, switchMap as switchMap$1 } from 'rxjs/operators';
9
9
  import * as i3 from '@angular/common';
10
- import { CommonModule, NgStyle, NgIf, NgTemplateOutlet } from '@angular/common';
10
+ import { CommonModule, NgStyle, NgIf, UpperCasePipe, NgTemplateOutlet } from '@angular/common';
11
11
  import * as i4 from '@angular/forms';
12
12
  import { NG_VALUE_ACCESSOR, FormsModule, NgControl, ReactiveFormsModule, FormControl, FormGroup, Validators, FormArray } from '@angular/forms';
13
13
  import * as i1$2 from '@angular/router';
@@ -1437,6 +1437,7 @@ var EnumSignalRType;
1437
1437
  EnumSignalRType["ACTIVITY"] = "ACTIVITY";
1438
1438
  EnumSignalRType["ACTIVITY_HISTORY_RESET"] = "ACTIVITY_HISTORY_RESET";
1439
1439
  EnumSignalRType["TASK_PROGRESS"] = "TASK_PROGRESS";
1440
+ EnumSignalRType["NEWLY_CREATED_TOKEN_CONTEXT"] = "NEWLY_CREATED_TOKEN_CONTEXT";
1440
1441
  })(EnumSignalRType || (EnumSignalRType = {}));
1441
1442
 
1442
1443
  var EnumSortDirection;
@@ -2975,6 +2976,7 @@ class AppInitializationService {
2975
2976
  ]).pipe(catchError(val => of(`The app caught: ${val}`))).subscribe(responses => {
2976
2977
  console.log("appInitialize() zip() done");
2977
2978
  const x1 = responses[0];
2979
+ console.log("x1", x1);
2978
2980
  if (x1.ok && x1.status === 200) {
2979
2981
  body1 = x1.body;
2980
2982
  if (body1.statusCode === 200) {
@@ -2982,6 +2984,7 @@ class AppInitializationService {
2982
2984
  }
2983
2985
  }
2984
2986
  const x2 = responses[1];
2987
+ console.log("x2", x2);
2985
2988
  if (x2.ok && x2.status === 200) {
2986
2989
  body2 = x2.body;
2987
2990
  if (body2.statusCode === 200) {
@@ -2989,6 +2992,7 @@ class AppInitializationService {
2989
2992
  }
2990
2993
  }
2991
2994
  const x3 = responses[2];
2995
+ console.log("x3", x3);
2992
2996
  if (x3.ok && x3.status === 200) {
2993
2997
  body3 = x3.body;
2994
2998
  if (body3.statusCode === 200) {
@@ -4312,7 +4316,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImpor
4312
4316
 
4313
4317
  class ApplicationHelpService {
4314
4318
  constructor() {
4315
- this.open$ = new BehaviorSubject(false);
4319
+ this.activeKey$ = new BehaviorSubject(undefined);
4316
4320
  this.zIndex$ = new BehaviorSubject(0);
4317
4321
  }
4318
4322
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ApplicationHelpService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
@@ -4499,8 +4503,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImpor
4499
4503
  }]
4500
4504
  }], ctorParameters: () => [] });
4501
4505
 
4506
+ class NewlyCreatedTokenService {
4507
+ constructor() {
4508
+ this.newTokenUsers$ = new BehaviorSubject([]);
4509
+ }
4510
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: NewlyCreatedTokenService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4511
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: NewlyCreatedTokenService, providedIn: 'root' }); }
4512
+ }
4513
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: NewlyCreatedTokenService, decorators: [{
4514
+ type: Injectable,
4515
+ args: [{
4516
+ providedIn: 'root'
4517
+ }]
4518
+ }], ctorParameters: () => [] });
4519
+
4502
4520
  class SocketService {
4503
- constructor(authService, userActivityService, hubConnectionService, appConfigService, alertService, router, longTaskService, appService) {
4521
+ constructor(authService, userActivityService, hubConnectionService, appConfigService, alertService, router, longTaskService, appService, newlyCreatedTokenService) {
4504
4522
  this.authService = authService;
4505
4523
  this.userActivityService = userActivityService;
4506
4524
  this.hubConnectionService = hubConnectionService;
@@ -4509,6 +4527,7 @@ class SocketService {
4509
4527
  this.router = router;
4510
4528
  this.longTaskService = longTaskService;
4511
4529
  this.appService = appService;
4530
+ this.newlyCreatedTokenService = newlyCreatedTokenService;
4512
4531
  }
4513
4532
  createHubConnection() {
4514
4533
  const token = this.authService.data$.value?.token;
@@ -4536,6 +4555,9 @@ class SocketService {
4536
4555
  if (this.appConfigService.DEBUG_ENABLED)
4537
4556
  debugger;
4538
4557
  switch (activity.signalType) {
4558
+ case EnumSignalRType.NEWLY_CREATED_TOKEN_CONTEXT:
4559
+ this.newlyCreatedTokenService.newTokenUsers$.next(activity.data);
4560
+ break;
4539
4561
  case EnumSignalRType.TASK_PROGRESS:
4540
4562
  this.longTaskService.message$.next(activity.message);
4541
4563
  this.longTaskService.data$.next(activity.data);
@@ -4633,7 +4655,7 @@ class SocketService {
4633
4655
  // Start the connection.
4634
4656
  start();
4635
4657
  }
4636
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: SocketService, deps: [{ token: AuthService }, { token: UserActivityService }, { token: HubConnectionService }, { token: AppConfigService }, { token: AlertService }, { token: i1$2.Router }, { token: LongTaskService }, { token: AppService }], target: i0.ɵɵFactoryTarget.Injectable }); }
4658
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: SocketService, deps: [{ token: AuthService }, { token: UserActivityService }, { token: HubConnectionService }, { token: AppConfigService }, { token: AlertService }, { token: i1$2.Router }, { token: LongTaskService }, { token: AppService }, { token: NewlyCreatedTokenService }], target: i0.ɵɵFactoryTarget.Injectable }); }
4637
4659
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: SocketService, providedIn: 'root' }); }
4638
4660
  }
4639
4661
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: SocketService, decorators: [{
@@ -4641,7 +4663,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImpor
4641
4663
  args: [{
4642
4664
  providedIn: 'root'
4643
4665
  }]
4644
- }], ctorParameters: () => [{ type: AuthService }, { type: UserActivityService }, { type: HubConnectionService }, { type: AppConfigService }, { type: AlertService }, { type: i1$2.Router }, { type: LongTaskService }, { type: AppService }] });
4666
+ }], ctorParameters: () => [{ type: AuthService }, { type: UserActivityService }, { type: HubConnectionService }, { type: AppConfigService }, { type: AlertService }, { type: i1$2.Router }, { type: LongTaskService }, { type: AppService }, { type: NewlyCreatedTokenService }] });
4645
4667
 
4646
4668
  class SysMenuService {
4647
4669
  constructor(commonHttpRequestService) {
@@ -21387,6 +21409,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImpor
21387
21409
  args: ['container']
21388
21410
  }] } });
21389
21411
 
21412
+ class CoreActiveUserCountComponent extends BaseComponent {
21413
+ constructor() {
21414
+ super(...arguments);
21415
+ this.appService = inject(AppService);
21416
+ this.newTokenUsers = [];
21417
+ this.newTokenCount = 0;
21418
+ this.newlyCreatedTokenService = inject(NewlyCreatedTokenService);
21419
+ }
21420
+ ngAfterViewInit() {
21421
+ setTimeout(() => {
21422
+ this.subscriptions.push(this.appService.get('/api/Helper/GetNewlyCreatedTokenContext').subscribe(x => {
21423
+ if (x.ok && x.status === 200 && x.body?.statusCode === 200) {
21424
+ this.newTokenUsers = x.body?.innerBody.users;
21425
+ this.newTokenCount = x.body?.innerBody.count;
21426
+ }
21427
+ }));
21428
+ this.subscriptions.push(this.newlyCreatedTokenService.newTokenUsers$.subscribe(x => {
21429
+ this.newTokenUsers = x;
21430
+ this.newTokenCount = x.length;
21431
+ }));
21432
+ });
21433
+ }
21434
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: CoreActiveUserCountComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
21435
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.2.3", type: CoreActiveUserCountComponent, isStandalone: true, selector: "core-active-user-count", usesInheritance: true, ngImport: i0, template: "<div class=\"core-active-user-count-container\">\r\n <div class=\"d-flex d-flex-center d-block\">\r\n {{ 'NEWLY_CREATED_TOKEN_USERS' | translate: lang }}\r\n </div>\r\n <div class=\"d-flex d-flex-center d-block\">\r\n {{ newTokenCount || 0 }}\r\n </div>\r\n <div class=\"d-block\">\r\n @for (user of newTokenUsers; track $index) {\r\n <span>{{ user | uppercase }}, </span>\r\n }\r\n </div>\r\n</div>", styles: [""], dependencies: [{ kind: "pipe", type: UpperCasePipe, name: "uppercase" }, { kind: "pipe", type: TranslatePipe, name: "translate" }] }); }
21436
+ }
21437
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: CoreActiveUserCountComponent, decorators: [{
21438
+ type: Component,
21439
+ args: [{ selector: 'core-active-user-count', standalone: true, imports: [
21440
+ UpperCasePipe,
21441
+ TranslatePipe
21442
+ ], template: "<div class=\"core-active-user-count-container\">\r\n <div class=\"d-flex d-flex-center d-block\">\r\n {{ 'NEWLY_CREATED_TOKEN_USERS' | translate: lang }}\r\n </div>\r\n <div class=\"d-flex d-flex-center d-block\">\r\n {{ newTokenCount || 0 }}\r\n </div>\r\n <div class=\"d-block\">\r\n @for (user of newTokenUsers; track $index) {\r\n <span>{{ user | uppercase }}, </span>\r\n }\r\n </div>\r\n</div>" }]
21443
+ }] });
21444
+
21390
21445
  class CoreConfirmDialogComponent extends BaseComponent {
21391
21446
  constructor(mls, dialogService, routingService) {
21392
21447
  super(mls);
@@ -21517,53 +21572,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImpor
21517
21572
  ], changeDetection: ChangeDetectionStrategy.OnPush, template: "@if (!!form) {\r\n<div class=\"core-form-container\">\r\n\r\n <form #formRef (ngSubmit)=\"onFormSubmit()\" [formGroup]=\"form\" autocomplete=\"off\">\r\n\r\n <div class=\"row\">\r\n @if (!!leftInputSections) {\r\n <div [class]=\"'col-md-' + (leftInputSectionsFlexSize || 0)\">\r\n @for(section of leftInputSections; track $index) {\r\n <div class=\"section\"\r\n [class.d-none]=\"(!!isUpdateMode && section.addModeOnly) || (!!!isUpdateMode && section.updateModeOnly) || !!section.hidden\">\r\n @if (section.caption) {\r\n <div class=\"section-header-label\">\r\n <div class=\"section-img-wrapper\">\r\n <div class=\"section-img\"></div>\r\n </div>\r\n <div class=\"section-caption\">{{ section.caption | translate: lang }}</div>\r\n </div>\r\n }\r\n @for (row of section.rows; track $index) {\r\n <div class=\"row mb15\">\r\n @for (col of row; track $index) {\r\n <div [class]=\"'col-md-' + col.flexSize\" [class.grid-buffer]=\"col.controlType==='GRIDBUFFER'\"\r\n [class.button-control]=\"col.controlType==='BUTTON'\">\r\n <core-control [control]=\"col\" [form]=\"form\" [checkError$]=\"checkError$\"></core-control>\r\n </div>\r\n }\r\n </div>\r\n }\r\n </div>\r\n }\r\n </div>\r\n }\r\n <div [class]=\"'col-md-' + (12 - (leftInputSectionsFlexSize || 0))\">\r\n @for (section of sections; track $index) {\r\n <div class=\"section\"\r\n [class.d-none]=\"(!!isUpdateMode && section.addModeOnly) || (!!!isUpdateMode && section.updateModeOnly) || !!section.hidden\">\r\n @if (section.caption) {\r\n <div class=\"section-header-label\">\r\n <div class=\"section-img-wrapper\">\r\n <div class=\"section-img\"></div>\r\n </div>\r\n <div class=\"section-caption\">{{ section.caption | translate: lang }}</div>\r\n </div>\r\n }\r\n @for (row of section.rows; track $index) {\r\n <div class=\"row mb15\">\r\n @for (col of row; track $index) {\r\n <div [class]=\"'col-md-' + col.flexSize\" [class.grid-buffer]=\"col.controlType==='GRIDBUFFER'\"\r\n [class.button-control]=\"col.controlType==='BUTTON'\">\r\n <core-control [control]=\"col\" [form]=\"form\" [checkError$]=\"checkError$\"></core-control>\r\n </div>\r\n }\r\n </div>\r\n }\r\n </div>\r\n }\r\n </div>\r\n\r\n </div>\r\n\r\n\r\n @if (!!bottomTemplateRef) {\r\n <ng-container *ngTemplateOutlet=\"bottomTemplateRef\"></ng-container>\r\n }\r\n\r\n <div class=\"h10\"></div>\r\n\r\n <div class=\"form-row\">\r\n\r\n <core-button-group-vns [showCaption]=\"showCaptionButton\" [forHeader]=\"false\"\r\n (buttonClick)=\"onButtonClick($event)\" [shownItems]=\"buttonItems\"\r\n class=\"buttonGroupCustom\"></core-button-group-vns>\r\n </div>\r\n @if (isDevMode) {\r\n <div class=\"form-row\">\r\n <button type=\"button\" class=\"btn btn-secondary text\" (click)=\"updatePayload()\">Show\r\n values</button>\r\n <button type=\"button\" class=\"btn btn-secondary text\" (click)=\"updateValidorOverview()\">Show\r\n validators</button>\r\n </div>\r\n }\r\n </form>\r\n\r\n @if (!!payLoad && isDevMode) {\r\n <div class=\"form-row payload-preview\">\r\n <strong>Current values</strong><br>{{payLoad}}\r\n </div>\r\n }\r\n @if (!!validatorOverview && isDevMode) {\r\n <div class=\"form-row payload-preview\">\r\n <strong>Current errors</strong><br>{{validatorOverview}}\r\n </div>\r\n }\r\n</div>\r\n}" }]
21518
21573
  }] });
21519
21574
 
21520
- class CoreShiftStickerComponent extends BaseComponent {
21521
- ngOnInit() {
21522
- this.subscriptions.push(this.mls.lang$.subscribe(x => this.lang = x));
21523
- this.code = this.shift.code;
21524
- this.name = this.shift.name;
21525
- this.hoursStart = this.shift.hoursStart;
21526
- this.hoursStop = this.shift.hoursStop;
21527
- this.symbolCode = this.shift.symbol.code;
21528
- this.symbolName = this.shift.symbol.name;
21529
- this.isOff = this.shift.symbol.isOff;
21530
- this.isHolidayCal = this.shift.symbol.isHolidayCal;
21531
- this.isHaveSal = this.shift.symbol.isHaveSal;
21532
- this.isInsArising = this.shift.symbol.isInsArising;
21533
- }
21534
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: CoreShiftStickerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
21535
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.3", type: CoreShiftStickerComponent, isStandalone: true, selector: "core-shift-sticker", inputs: { shift: "shift", width: "width" }, usesInheritance: true, ngImport: i0, template: "<div class=\"core-shift-sticker-container d-flex d-flex-between\" [ngStyle]=\"{\r\n width: width + 'px'\r\n}\">\r\n <div class=\"info d-flex d-flex-v d-flex-between\">\r\n <div class=\"first-line d-flex d-flex-between\">\r\n <div class=\"shift-code\">\r\n {{ code }}\r\n </div>\r\n <div class=\"symbol-props\">\r\n <i class=\"fa-solid fa-plug-circle-minus\"></i> <!-- Calendar Icon -->\r\n <i class=\"fas fa-clock\" style=\"color: orangered;\"></i> <!-- Clock Icon -->\r\n <i class=\"fas fa-bed\" style=\"color: limegreen;\"></i> <!-- Bed Icon -->\r\n <i class=\"fas fa-suitcase\" style=\"color: rebeccapurple;\"></i> <!-- Suitcase Icon -->\r\n </div>\r\n </div>\r\n <div class=\"shift-period\">\r\n {{ hoursStart | tableCell : 'TIME_HHMM' : lang }} - {{ hoursStop | tableCell : 'TIME_HHMM' : lang }}\r\n </div>\r\n </div>\r\n <div class=\"more-info right\">\r\n <div class=\"symbol-code\">\r\n {{ code }}\r\n </div>\r\n </div>\r\n</div>", styles: [".core-shift-sticker-container{border:1px solid gray;padding:5px}\n"], dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "pipe", type: TableCellPipe, name: "tableCell" }] }); }
21536
- }
21537
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: CoreShiftStickerComponent, decorators: [{
21538
- type: Component,
21539
- args: [{ selector: 'core-shift-sticker', standalone: true, imports: [
21540
- NgStyle,
21541
- TranslatePipe,
21542
- TooltipDirective,
21543
- TableCellPipe,
21544
- ], template: "<div class=\"core-shift-sticker-container d-flex d-flex-between\" [ngStyle]=\"{\r\n width: width + 'px'\r\n}\">\r\n <div class=\"info d-flex d-flex-v d-flex-between\">\r\n <div class=\"first-line d-flex d-flex-between\">\r\n <div class=\"shift-code\">\r\n {{ code }}\r\n </div>\r\n <div class=\"symbol-props\">\r\n <i class=\"fa-solid fa-plug-circle-minus\"></i> <!-- Calendar Icon -->\r\n <i class=\"fas fa-clock\" style=\"color: orangered;\"></i> <!-- Clock Icon -->\r\n <i class=\"fas fa-bed\" style=\"color: limegreen;\"></i> <!-- Bed Icon -->\r\n <i class=\"fas fa-suitcase\" style=\"color: rebeccapurple;\"></i> <!-- Suitcase Icon -->\r\n </div>\r\n </div>\r\n <div class=\"shift-period\">\r\n {{ hoursStart | tableCell : 'TIME_HHMM' : lang }} - {{ hoursStop | tableCell : 'TIME_HHMM' : lang }}\r\n </div>\r\n </div>\r\n <div class=\"more-info right\">\r\n <div class=\"symbol-code\">\r\n {{ code }}\r\n </div>\r\n </div>\r\n</div>", styles: [".core-shift-sticker-container{border:1px solid gray;padding:5px}\n"] }]
21545
- }], propDecorators: { shift: [{
21546
- type: Input,
21547
- args: [{ required: true }]
21548
- }], width: [{
21549
- type: Input
21550
- }] } });
21551
-
21552
21575
  class CoreHelperComponent {
21553
21576
  constructor(ahs, renderer) {
21554
21577
  this.ahs = ahs;
21555
21578
  this.renderer = renderer;
21556
- this.shift = {
21557
- code: 'OFF',
21558
- name: 'Ca ngày nghỉ',
21559
- symbol: {
21560
- code: 'OFF',
21561
- name: 'OFF',
21562
- isOff: true,
21563
- },
21564
- hoursStart: new Date(2024, 7, 13, 8, 0, 0),
21565
- hoursStop: new Date(2024, 7, 13, 17, 30, 0)
21566
- };
21567
21579
  }
21568
21580
  ngAfterViewInit() {
21569
21581
  setTimeout(() => {
@@ -21572,7 +21584,7 @@ class CoreHelperComponent {
21572
21584
  * handle click outside
21573
21585
  */
21574
21586
  if (this.container && !!!this.container.nativeElement.contains(e.target)) {
21575
- this.ahs.open$.next(false);
21587
+ this.ahs.activeKey$.next(undefined);
21576
21588
  }
21577
21589
  });
21578
21590
  });
@@ -21582,14 +21594,14 @@ class CoreHelperComponent {
21582
21594
  this.listenerFn();
21583
21595
  }
21584
21596
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: CoreHelperComponent, deps: [{ token: ApplicationHelpService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
21585
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.3", type: CoreHelperComponent, isStandalone: true, selector: "core-helper", viewQueries: [{ propertyName: "container", first: true, predicate: ["container"], descendants: true }], ngImport: i0, template: "<div #container class=\"core-helper-container\">\r\n <core-page-header [title]=\"'HELP PORTAL'\" [hideButtonGroup]=\"true\"></core-page-header>\r\n <core-shift-sticker [shift]=\"shift\" [width]=\"200\"></core-shift-sticker>\r\n</div>", styles: [""], dependencies: [{ kind: "component", type: CorePageHeaderComponent, selector: "core-page-header", inputs: ["instanceNumber", "shownItems", "title", "hideButtonGroup"], outputs: ["buttonClick"] }, { kind: "component", type: CoreShiftStickerComponent, selector: "core-shift-sticker", inputs: ["shift", "width"] }] }); }
21597
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.3", type: CoreHelperComponent, isStandalone: true, selector: "core-helper", viewQueries: [{ propertyName: "container", first: true, predicate: ["container"], descendants: true }], ngImport: i0, template: "<div #container class=\"core-helper-container\">\r\n <core-page-header [title]=\"'HELP PORTAL'\" [hideButtonGroup]=\"true\"></core-page-header>\r\n <core-active-user-count></core-active-user-count>\r\n</div>", styles: [""], dependencies: [{ kind: "component", type: CorePageHeaderComponent, selector: "core-page-header", inputs: ["instanceNumber", "shownItems", "title", "hideButtonGroup"], outputs: ["buttonClick"] }, { kind: "component", type: CoreActiveUserCountComponent, selector: "core-active-user-count" }] }); }
21586
21598
  }
21587
21599
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: CoreHelperComponent, decorators: [{
21588
21600
  type: Component,
21589
21601
  args: [{ selector: 'core-helper', standalone: true, imports: [
21590
21602
  CorePageHeaderComponent,
21591
- CoreShiftStickerComponent
21592
- ], template: "<div #container class=\"core-helper-container\">\r\n <core-page-header [title]=\"'HELP PORTAL'\" [hideButtonGroup]=\"true\"></core-page-header>\r\n <core-shift-sticker [shift]=\"shift\" [width]=\"200\"></core-shift-sticker>\r\n</div>" }]
21603
+ CoreActiveUserCountComponent
21604
+ ], template: "<div #container class=\"core-helper-container\">\r\n <core-page-header [title]=\"'HELP PORTAL'\" [hideButtonGroup]=\"true\"></core-page-header>\r\n <core-active-user-count></core-active-user-count>\r\n</div>" }]
21593
21605
  }], ctorParameters: () => [{ type: ApplicationHelpService }, { type: i0.Renderer2 }], propDecorators: { container: [{
21594
21606
  type: ViewChild,
21595
21607
  args: ['container']
@@ -23791,6 +23803,42 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImpor
23791
23803
  ], template: "<div class=\"core-seen-by-container\">\n @if (value) {\n @for (item of value; track $index) {\n <div class=\"avatar-wrapper\" [ngStyle]=\"{\n zIndex: $index,\n left: (36 + 2) * $index + 'px'\n }\">\n <img [src]=\"item.avatar | mapAvatarToServer\" appImageErrorResolver>\n </div>\n }\n }\n</div>", styles: [".core-seen-by-container{display:block;position:relative;max-width:100%;overflow-x:auto;height:36px}.core-seen-by-container>.avatar-wrapper{display:block;position:absolute;width:36px;height:36px;border-radius:50%;top:0;cursor:pointer}.core-seen-by-container>.avatar-wrapper>img{width:36px;height:36px;border-radius:50%;transform:none!important}.core-seen-by-container>.avatar-wrapper>img :hover{transform:none!important}\n"] }]
23792
23804
  }] });
23793
23805
 
23806
+ class CoreShiftStickerComponent extends BaseComponent {
23807
+ ngOnInit() {
23808
+ this.subscriptions.push(this.mls.lang$.subscribe(x => this.lang = x));
23809
+ this.code = this.shift.code;
23810
+ this.name = this.shift.name;
23811
+ this.hoursStart = this.shift.hoursStart;
23812
+ this.hoursStop = this.shift.hoursStop;
23813
+ this.symbolCode = this.shift.symbol.code;
23814
+ this.symbolName = this.shift.symbol.name;
23815
+ this.isOff = this.shift.symbol.isOff;
23816
+ this.isHolidayCal = this.shift.symbol.isHolidayCal;
23817
+ this.isHaveSal = this.shift.symbol.isHaveSal;
23818
+ this.isInsArising = this.shift.symbol.isInsArising;
23819
+ this.relativelyIsMorning = (this.shift.hoursStart.getHours() >= 6 && this.shift.hoursStart.getHours() <= 12) || (this.shift.hoursStop.getHours() >= 6 && this.shift.hoursStop.getHours() <= 12);
23820
+ this.relativelyIsAfternoon = (this.shift.hoursStart.getHours() >= 12 && this.shift.hoursStart.getHours() <= 18) || (this.shift.hoursStop.getHours() >= 12 && this.shift.hoursStop.getHours() <= 18);
23821
+ this.relativelyIsEverning = (this.shift.hoursStart.getHours() >= 18 && this.shift.hoursStart.getHours() <= 24) || (this.shift.hoursStop.getHours() >= 18 && this.shift.hoursStop.getHours() <= 0);
23822
+ this.relativelyIsNight = (this.shift.hoursStart.getHours() >= 0 && this.shift.hoursStart.getHours() <= 6) || (this.shift.hoursStop.getHours() >= 0 && this.shift.hoursStop.getHours() <= 6);
23823
+ }
23824
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: CoreShiftStickerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
23825
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.2.3", type: CoreShiftStickerComponent, isStandalone: true, selector: "core-shift-sticker", inputs: { shift: "shift", width: "width" }, usesInheritance: true, ngImport: i0, template: "<div class=\"core-shift-sticker-container d-flex d-flex-between\" draggable [ngStyle]=\"{\r\n width: width + 'px'\r\n}\">\r\n <div [class.morning]=\"relativelyIsMorning\" [class.afternoon]=\"relativelyIsAfternoon\" [class.everning]=\"relativelyIsEverning\"\r\n [class.night]=\"relativelyIsNight\">\r\n\r\n <div class=\"info d-flex d-flex-v d-flex-between\">\r\n <div class=\"first-line d-flex d-flex-between\">\r\n <div class=\"shift-code\">\r\n {{ code }}\r\n </div>\r\n <div class=\"symbol-props\">\r\n @if (isOff) {\r\n <i class=\"fas fa-plug-circle-minus\"></i>\r\n }\r\n @if (isHolidayCal) {\r\n <i class=\"fas fa-champagne-glasses\"></i>\r\n }\r\n @if (isHaveSal) {\r\n <i class=\"fas fa-sack-dollar\"></i>\r\n }\r\n @if (isInsArising) {\r\n <i class=\"fas fa-car-burst\"></i>\r\n }\r\n </div>\r\n </div>\r\n <div class=\"second-line d-flex d-flex-between\">\r\n {{ hoursStart | tableCell : 'TIME_HHMM' : lang }} - {{ hoursStop | tableCell : 'TIME_HHMM' : lang }}\r\n </div>\r\n </div>\r\n <div class=\"more-info right\" [ngStyle]=\"{\r\n float: 'right'\r\n }\">\r\n <i class=\"feather-more-horizontal\"></i>\r\n </div>\r\n </div>\r\n</div>", styles: [".core-shift-sticker-container{border:1px solid gray;padding:5px;font-size:13px;position:absolute;top:0;left:0}.core-shift-sticker-container .morning{background-color:#dff6dd}.core-shift-sticker-container .afternoon{background-color:#fff4ce}.core-shift-sticker-container .everning{background-color:#efd9fd}.core-shift-sticker-container .night{background-color:#000;color:#fff}.core-shift-sticker-container .info .first-line{width:100%}.core-shift-sticker-container .more-info{cursor:pointer}\n"], dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "pipe", type: TableCellPipe, name: "tableCell" }] }); }
23826
+ }
23827
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: CoreShiftStickerComponent, decorators: [{
23828
+ type: Component,
23829
+ args: [{ selector: 'core-shift-sticker', standalone: true, imports: [
23830
+ NgStyle,
23831
+ TranslatePipe,
23832
+ TooltipDirective,
23833
+ TableCellPipe,
23834
+ ], template: "<div class=\"core-shift-sticker-container d-flex d-flex-between\" draggable [ngStyle]=\"{\r\n width: width + 'px'\r\n}\">\r\n <div [class.morning]=\"relativelyIsMorning\" [class.afternoon]=\"relativelyIsAfternoon\" [class.everning]=\"relativelyIsEverning\"\r\n [class.night]=\"relativelyIsNight\">\r\n\r\n <div class=\"info d-flex d-flex-v d-flex-between\">\r\n <div class=\"first-line d-flex d-flex-between\">\r\n <div class=\"shift-code\">\r\n {{ code }}\r\n </div>\r\n <div class=\"symbol-props\">\r\n @if (isOff) {\r\n <i class=\"fas fa-plug-circle-minus\"></i>\r\n }\r\n @if (isHolidayCal) {\r\n <i class=\"fas fa-champagne-glasses\"></i>\r\n }\r\n @if (isHaveSal) {\r\n <i class=\"fas fa-sack-dollar\"></i>\r\n }\r\n @if (isInsArising) {\r\n <i class=\"fas fa-car-burst\"></i>\r\n }\r\n </div>\r\n </div>\r\n <div class=\"second-line d-flex d-flex-between\">\r\n {{ hoursStart | tableCell : 'TIME_HHMM' : lang }} - {{ hoursStop | tableCell : 'TIME_HHMM' : lang }}\r\n </div>\r\n </div>\r\n <div class=\"more-info right\" [ngStyle]=\"{\r\n float: 'right'\r\n }\">\r\n <i class=\"feather-more-horizontal\"></i>\r\n </div>\r\n </div>\r\n</div>", styles: [".core-shift-sticker-container{border:1px solid gray;padding:5px;font-size:13px;position:absolute;top:0;left:0}.core-shift-sticker-container .morning{background-color:#dff6dd}.core-shift-sticker-container .afternoon{background-color:#fff4ce}.core-shift-sticker-container .everning{background-color:#efd9fd}.core-shift-sticker-container .night{background-color:#000;color:#fff}.core-shift-sticker-container .info .first-line{width:100%}.core-shift-sticker-container .more-info{cursor:pointer}\n"] }]
23835
+ }], propDecorators: { shift: [{
23836
+ type: Input,
23837
+ args: [{ required: true }]
23838
+ }], width: [{
23839
+ type: Input
23840
+ }] } });
23841
+
23794
23842
  class CoreSubFormGroupComponent extends CorePageEditComponent {
23795
23843
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: CoreSubFormGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
23796
23844
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.3", type: CoreSubFormGroupComponent, isStandalone: true, selector: "core-sub-form-group", usesInheritance: true, ngImport: i0, template: "<core-form *ngIf=\"!!sections.length\" [formName]=\"'form'\" [inputSections]=\"sections\" [mode$]=\"mode$\" (onFormCreated)=\"onFormCreatedLocal($event)\"></core-form>\r\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: CoreFormComponent, selector: "core-form", inputs: ["formName", "submitText", "leftInputSections", "leftInputSectionsFlexSize", "inputSections", "mode$", "bottomTemplateRef", "customFormButtonItems", "showCaptionButton", "disableSaveButton", "checkError$"], outputs: ["onFormCreated", "onFormRefCreated", "onSubmit", "onSave", "onCancal", "buttonClick"] }] }); }
@@ -26013,32 +26061,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImpor
26013
26061
  }]
26014
26062
  }], ctorParameters: () => [] });
26015
26063
 
26016
- class PreventF1Directive {
26064
+ class HotKeysDirective {
26017
26065
  constructor(applicationHelpService) {
26018
26066
  this.applicationHelpService = applicationHelpService;
26019
26067
  }
26020
26068
  handleKeyboardEvent(event) {
26021
- if (event.key === 'F1') {
26069
+ if (this.hotKeys.includes(event.key)) {
26022
26070
  event.preventDefault();
26023
- // Add your custom handling logic here
26024
- this.applicationHelpService.open$.next(true);
26071
+ this.applicationHelpService.activeKey$.next(event.key);
26025
26072
  }
26026
- if (event.key === 'Escape' && !!this.applicationHelpService.open$.value) {
26073
+ if (event.key === 'Escape' && !!this.applicationHelpService.activeKey$.value) {
26027
26074
  event.preventDefault();
26028
- // Add your custom handling logic here
26029
- this.applicationHelpService.open$.next(false);
26075
+ this.applicationHelpService.activeKey$.next(undefined);
26030
26076
  }
26031
26077
  }
26032
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: PreventF1Directive, deps: [{ token: ApplicationHelpService }], target: i0.ɵɵFactoryTarget.Directive }); }
26033
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.3", type: PreventF1Directive, isStandalone: true, selector: "[appPreventF1]", host: { listeners: { "document:keydown": "handleKeyboardEvent($event)" } }, ngImport: i0 }); }
26078
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: HotKeysDirective, deps: [{ token: ApplicationHelpService }], target: i0.ɵɵFactoryTarget.Directive }); }
26079
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.3", type: HotKeysDirective, isStandalone: true, selector: "[hotKeys]", inputs: { hotKeys: "hotKeys" }, host: { listeners: { "document:keydown": "handleKeyboardEvent($event)" } }, ngImport: i0 }); }
26034
26080
  }
26035
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: PreventF1Directive, decorators: [{
26081
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: HotKeysDirective, decorators: [{
26036
26082
  type: Directive,
26037
26083
  args: [{
26038
- selector: '[appPreventF1]',
26084
+ selector: '[hotKeys]',
26039
26085
  standalone: true
26040
26086
  }]
26041
- }], ctorParameters: () => [{ type: ApplicationHelpService }], propDecorators: { handleKeyboardEvent: [{
26087
+ }], ctorParameters: () => [{ type: ApplicationHelpService }], propDecorators: { hotKeys: [{
26088
+ type: Input,
26089
+ args: [{ required: true }]
26090
+ }], handleKeyboardEvent: [{
26042
26091
  type: HostListener,
26043
26092
  args: ['document:keydown', ['$event']]
26044
26093
  }] } });
@@ -26128,5 +26177,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImpor
26128
26177
  * Generated bundle index. Do not edit.
26129
26178
  */
26130
26179
 
26131
- export { AlertComponent, AlertService, AnimatedTextComponent, AnimatedTextService, AppConfigService, AppInitializationService, AppService, ApplicationHelpService, AuthService, BaseComponent, BaseDropdownComponent, BaseEditComponent, ButtonGroupComponent, ButtonGroupModule, ButtonGroupService, CORE_VNS_BUTTONS, CacheService, CanActivateFunctionUrlMapperGuard, CanDeactivateGuard, CheckForUpdateService, ClientService, CommonHttpRequestService, ConfigService, ConfirmDialogStateComponent, ControlBase, CoreAccordionComponent, CoreAccordionService, CoreApiProgressComponent, CoreAttachmentComponent, CoreButtonComponent, CoreButtonGroupComponent, CoreButtonGroupService, CoreButtonGroupVnsComponent, CoreButtonVnsComponent, CoreCheckboxComponent, CoreChecklistComponent, CoreCommonParamKitComponent, CoreCompositionComponent, CoreCompositionService, CoreCompositionState, CoreConfirmDialogComponent, CoreContractSeekerComponent, CoreControlComponent, CoreControlNoGridBufferComponent, CoreControlNoSeekerComponent, CoreControlService, CoreCurrencyInputComponent, CoreDatePickerComponent, CoreDatetimeService, CoreDropdownComponent, CoreEmployeeSeekerComponent, CoreFileUploaderComponent, CoreFormComponent, CoreFormControlBaseComponent, CoreFormControlSeekerComponent, CoreFormLiteComponent, CoreFormService, CoreFormTabComponent, CoreGridBufferComponent, CoreHeaderParamsComponent, CoreHelperComponent, CoreIosSwitcherComponent, CoreLineComponent, CoreListComponent, CoreListLazyComponent, CoreLoadingSurfaceComponent, CoreMccComponent, CoreMonthPickerComponent, CoreMonthSelectorComponent, CoreNavigationTrackerComponent, CoreOrgParamComponent, CoreOrgTreeComponent, CoreOrgTreeService, CoreOrgTreeState, CoreOrgUnitSeekerComponent, CoreOrgchartflexComponent, CorePageEditComponent, CorePageEditLiteComponent, CorePageEditService, CorePageEditTabComponent, CorePageHeaderComponent, CorePageListComponent, CorePageListContentComponent, CorePageListService, CorePageListState, CorePageViewComponent, CorePaginationComponent, CorePaginationFullComponent, CorePaginationFullService, CoreParamControlComponent, CorePermissionActionsComponent, CorePermissionComponent, CorePermissionService, CorePositionConcurrentSeekerComponent, CorePositionSeekerComponent, CoreQueryBuilderComponent, CoreRadioGroupComponent, CoreReducerIconComponent, CoreRotatingTextComponent, CoreRoutingHistoryComponent, CoreScrollComponent, CoreScrollLazyComponent, CoreSeenByComponent, CoreShiftStickerComponent, CoreStatisticWidgetComponent, CoreStatusStickerComponent, CoreSubFormGroupComponent, CoreTableComponent, CoreTableService, CoreTabsComponent, CoreTagsComponent, CoreTopicPickerComponent, CoreTopicTreeComponent, CoreTreeComponent, CoreTreeGridComponent, CoreWageSeekerComponent, CoreWorkingSeekerComponent, CoreYearPickerComponent, CustomValidators, DATE_VALUE_ACCESSOR, DESKTOP_SCREEN_HEDER_HEIGHT, DateValueAccessor, DecisionComponent, DialogService, DialogStateComponent, DomService, ECoreTableToolClass, ECoreTableToolCode, EnumAlertType, EnumBrowserType, EnumButtonCaptionCode, EnumCoreArticleCategoryTreeaAccessorMode, EnumCoreButtonCode, EnumCoreButtonVNSCode, EnumCoreFileUploaderType, EnumCoreFormControlSeekerSourceType, EnumCoreOrgTreeaAccessorMode, EnumCorePageEditBootstrapClass, EnumCorePageEditFieldType, EnumCorePageEditMode, EnumCoreSeekerColumnContract, EnumCoreSeekerColumnJob, EnumCoreSeekerColumnPosition, EnumCoreSeekerColumnPositionConcurrent, EnumCoreSeekerColumnStaffProfile, EnumCoreSeekerColumnWage, EnumCoreSeekerColumnWorking, EnumCoreTablePipeType, EnumCoreTreeGridEditMode, EnumCoreViewItemType, EnumDeviceType, EnumErrorType, EnumExType, EnumFilterOperator, EnumFormBaseContolType, EnumHrComparisonCode, EnumICoreStatisticWidgetDataType, EnumIconClass, EnumNotificationDir, EnumOparator, EnumOsType, EnumPermissionObjectType, EnumProfileInfoSector, EnumRecursiveFields, EnumSignalRType, EnumSortDirection, EnumStyleButtonClass, EnumSwUpdateVersionUpdatesEventType, EvaluateDialogComponent, EvaluateDialogService, FileService, FilterPipe, FooterComponent, FullscreenModalLoaderComponent, FunctionComponent, FunctionEditComponent, FunctionEditService, FunctionIgnoreComponent, FunctionIgnoreEditComponent, GroupFunctionComponent, GroupFunctionEditComponent, GrpcService, HeaderService, HistoryService, HttpErrorHandler, HubConnectionService, HuconcurrentlyComponent, IAlertOptions, ImageErrorResolverDirective, InMemoryComponent, InitializationCanActivateFn, InitializationCanMatchFn, InterceptorSkipHeader, IpServiceService, ItemComponent, JobComponent, JsonService, LanguageChangerComponent, LanguageComponent, LanguageEditComponent, LayoutService, LongTaskService, MOBILE_SCREEN_HEDER_HEIGHT, MapAttachmentToServerPipe, MapAvatarToServerPipe, MapNewsfeedMediaToServerPipe, MapService, MenuComponent, MenuEditComponent, MenuService, MessageService, ModalService, MultiLanguageService, MutationLogComponent, MutationViewComponent, NavigatorComponent, NavigatorService, NgxHistaffAlphaComponent, NgxHistaffAlphaService, NormalizeHumanNamePipe, NotificationActionType, OnlineUsersComponent, OrganizationService, PageTitleComponent, PaginationComponent, PortalRouteComponent, PortalRouteEditComponent, PositionComponent, PositionEditService, PositionTransferService, PreventF1Directive, PushNotificationService, RandomAvatarService, RecursiveService, RequestCache, RequestCacheWithMap, ResponseService, RightchatComponent, RoutingService, STICKER_COLOR_SCHEMA, SeekerService, SocketService, StaffProfileComponent, StatisticAuthService, StatisticService, StringHtmlPipe, StringService, SysActionComponent, SysActionEditComponent, SysFunctionActionComponent, SysFunctionActionEditComponent, SysFunctionActionMapperComponent, SysFunctionUrlMapperComponent, SysMenuService, SysModuleComponent, SysModuleEditComponent, TLA_CONFIG, TableCellPipe, Textbox, ThreedotsComponent, TimeSheetService, TooltipComponent, TooltipDirective, TopicPermissionService, TopicTreeService, TranslatePipe, UnicodeService, UploadedFileService, UploadedFilenameCutoffPipe, UrlService, UserActivityComponent, UserActivityService, WageComponent, WaittingScreenComponent, alertOptions, attachmentOptions, authInterceptor, baseUrlInterceptor, blob_to_base64_script, cachingInterceptor, defaultPaging, httpInterceptorProviders, liner_to_nested_array_script, longAlertOptions, noneAutoClosedAlertOptions, normalizeHumanName, responseInterceptor, themeBlue, timeZoneInterceptor, tokenInterceptor };
26180
+ export { AlertComponent, AlertService, AnimatedTextComponent, AnimatedTextService, AppConfigService, AppInitializationService, AppService, ApplicationHelpService, AuthService, BaseComponent, BaseDropdownComponent, BaseEditComponent, ButtonGroupComponent, ButtonGroupModule, ButtonGroupService, CORE_VNS_BUTTONS, CacheService, CanActivateFunctionUrlMapperGuard, CanDeactivateGuard, CheckForUpdateService, ClientService, CommonHttpRequestService, ConfigService, ConfirmDialogStateComponent, ControlBase, CoreAccordionComponent, CoreAccordionService, CoreActiveUserCountComponent, CoreApiProgressComponent, CoreAttachmentComponent, CoreButtonComponent, CoreButtonGroupComponent, CoreButtonGroupService, CoreButtonGroupVnsComponent, CoreButtonVnsComponent, CoreCheckboxComponent, CoreChecklistComponent, CoreCommonParamKitComponent, CoreCompositionComponent, CoreCompositionService, CoreCompositionState, CoreConfirmDialogComponent, CoreContractSeekerComponent, CoreControlComponent, CoreControlNoGridBufferComponent, CoreControlNoSeekerComponent, CoreControlService, CoreCurrencyInputComponent, CoreDatePickerComponent, CoreDatetimeService, CoreDropdownComponent, CoreEmployeeSeekerComponent, CoreFileUploaderComponent, CoreFormComponent, CoreFormControlBaseComponent, CoreFormControlSeekerComponent, CoreFormLiteComponent, CoreFormService, CoreFormTabComponent, CoreGridBufferComponent, CoreHeaderParamsComponent, CoreHelperComponent, CoreIosSwitcherComponent, CoreLineComponent, CoreListComponent, CoreListLazyComponent, CoreLoadingSurfaceComponent, CoreMccComponent, CoreMonthPickerComponent, CoreMonthSelectorComponent, CoreNavigationTrackerComponent, CoreOrgParamComponent, CoreOrgTreeComponent, CoreOrgTreeService, CoreOrgTreeState, CoreOrgUnitSeekerComponent, CoreOrgchartflexComponent, CorePageEditComponent, CorePageEditLiteComponent, CorePageEditService, CorePageEditTabComponent, CorePageHeaderComponent, CorePageListComponent, CorePageListContentComponent, CorePageListService, CorePageListState, CorePageViewComponent, CorePaginationComponent, CorePaginationFullComponent, CorePaginationFullService, CoreParamControlComponent, CorePermissionActionsComponent, CorePermissionComponent, CorePermissionService, CorePositionConcurrentSeekerComponent, CorePositionSeekerComponent, CoreQueryBuilderComponent, CoreRadioGroupComponent, CoreReducerIconComponent, CoreRotatingTextComponent, CoreRoutingHistoryComponent, CoreScrollComponent, CoreScrollLazyComponent, CoreSeenByComponent, CoreShiftStickerComponent, CoreStatisticWidgetComponent, CoreStatusStickerComponent, CoreSubFormGroupComponent, CoreTableComponent, CoreTableService, CoreTabsComponent, CoreTagsComponent, CoreTopicPickerComponent, CoreTopicTreeComponent, CoreTreeComponent, CoreTreeGridComponent, CoreWageSeekerComponent, CoreWorkingSeekerComponent, CoreYearPickerComponent, CustomValidators, DATE_VALUE_ACCESSOR, DESKTOP_SCREEN_HEDER_HEIGHT, DateValueAccessor, DecisionComponent, DialogService, DialogStateComponent, DomService, ECoreTableToolClass, ECoreTableToolCode, EnumAlertType, EnumBrowserType, EnumButtonCaptionCode, EnumCoreArticleCategoryTreeaAccessorMode, EnumCoreButtonCode, EnumCoreButtonVNSCode, EnumCoreFileUploaderType, EnumCoreFormControlSeekerSourceType, EnumCoreOrgTreeaAccessorMode, EnumCorePageEditBootstrapClass, EnumCorePageEditFieldType, EnumCorePageEditMode, EnumCoreSeekerColumnContract, EnumCoreSeekerColumnJob, EnumCoreSeekerColumnPosition, EnumCoreSeekerColumnPositionConcurrent, EnumCoreSeekerColumnStaffProfile, EnumCoreSeekerColumnWage, EnumCoreSeekerColumnWorking, EnumCoreTablePipeType, EnumCoreTreeGridEditMode, EnumCoreViewItemType, EnumDeviceType, EnumErrorType, EnumExType, EnumFilterOperator, EnumFormBaseContolType, EnumHrComparisonCode, EnumICoreStatisticWidgetDataType, EnumIconClass, EnumNotificationDir, EnumOparator, EnumOsType, EnumPermissionObjectType, EnumProfileInfoSector, EnumRecursiveFields, EnumSignalRType, EnumSortDirection, EnumStyleButtonClass, EnumSwUpdateVersionUpdatesEventType, EvaluateDialogComponent, EvaluateDialogService, FileService, FilterPipe, FooterComponent, FullscreenModalLoaderComponent, FunctionComponent, FunctionEditComponent, FunctionEditService, FunctionIgnoreComponent, FunctionIgnoreEditComponent, GroupFunctionComponent, GroupFunctionEditComponent, GrpcService, HeaderService, HistoryService, HotKeysDirective, HttpErrorHandler, HubConnectionService, HuconcurrentlyComponent, IAlertOptions, ImageErrorResolverDirective, InMemoryComponent, InitializationCanActivateFn, InitializationCanMatchFn, InterceptorSkipHeader, IpServiceService, ItemComponent, JobComponent, JsonService, LanguageChangerComponent, LanguageComponent, LanguageEditComponent, LayoutService, LongTaskService, MOBILE_SCREEN_HEDER_HEIGHT, MapAttachmentToServerPipe, MapAvatarToServerPipe, MapNewsfeedMediaToServerPipe, MapService, MenuComponent, MenuEditComponent, MenuService, MessageService, ModalService, MultiLanguageService, MutationLogComponent, MutationViewComponent, NavigatorComponent, NavigatorService, NewlyCreatedTokenService, NgxHistaffAlphaComponent, NgxHistaffAlphaService, NormalizeHumanNamePipe, NotificationActionType, OnlineUsersComponent, OrganizationService, PageTitleComponent, PaginationComponent, PortalRouteComponent, PortalRouteEditComponent, PositionComponent, PositionEditService, PositionTransferService, PushNotificationService, RandomAvatarService, RecursiveService, RequestCache, RequestCacheWithMap, ResponseService, RightchatComponent, RoutingService, STICKER_COLOR_SCHEMA, SeekerService, SocketService, StaffProfileComponent, StatisticAuthService, StatisticService, StringHtmlPipe, StringService, SysActionComponent, SysActionEditComponent, SysFunctionActionComponent, SysFunctionActionEditComponent, SysFunctionActionMapperComponent, SysFunctionUrlMapperComponent, SysMenuService, SysModuleComponent, SysModuleEditComponent, TLA_CONFIG, TableCellPipe, Textbox, ThreedotsComponent, TimeSheetService, TooltipComponent, TooltipDirective, TopicPermissionService, TopicTreeService, TranslatePipe, UnicodeService, UploadedFileService, UploadedFilenameCutoffPipe, UrlService, UserActivityComponent, UserActivityService, WageComponent, WaittingScreenComponent, alertOptions, attachmentOptions, authInterceptor, baseUrlInterceptor, blob_to_base64_script, cachingInterceptor, defaultPaging, httpInterceptorProviders, liner_to_nested_array_script, longAlertOptions, noneAutoClosedAlertOptions, normalizeHumanName, responseInterceptor, themeBlue, timeZoneInterceptor, tokenInterceptor };
26132
26181
  //# sourceMappingURL=ngx-histaff-alpha.mjs.map