@dflat-core/web 1.0.0-beta → 1.0.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.
Files changed (78) hide show
  1. package/README.md +54 -4
  2. package/assets/images/DFlat Finder 1000.png +0 -0
  3. package/assets/images/DFlat Finder 400.png +0 -0
  4. package/assets/images/DFlat Finder 600.png +0 -0
  5. package/assets/images/DFlat Finder Grand.png +0 -0
  6. package/assets/images/DFlatNew.png +0 -0
  7. package/assets/images/LogoDFlat.svg +1 -0
  8. package/assets/images/blue-camera.svg +2 -0
  9. package/assets/images/camera.svg +1 -0
  10. package/assets/images/checkout/amex.svg +14 -0
  11. package/assets/images/checkout/default.svg +1 -0
  12. package/assets/images/checkout/diners.svg +15 -0
  13. package/assets/images/checkout/maestro.svg +29 -0
  14. package/assets/images/checkout/mastercard.svg +31 -0
  15. package/assets/images/checkout/security.svg +8 -0
  16. package/assets/images/checkout/visa.svg +17 -0
  17. package/assets/images/heart-regular.svg +6 -0
  18. package/assets/images/heart-solid.svg +6 -0
  19. package/assets/images/image-spinner.gif +0 -0
  20. package/assets/images/map/blue/client.png +0 -0
  21. package/assets/images/map/blue/client.svg +1 -0
  22. package/assets/images/map/blue/deliveryman.png +0 -0
  23. package/assets/images/map/blue/deliveryman.svg +1 -0
  24. package/assets/images/map/blue/kezako.png +0 -0
  25. package/assets/images/map/blue/kezako.svg +1 -0
  26. package/assets/images/map/blue/store.png +0 -0
  27. package/assets/images/map/blue/store.svg +1 -0
  28. package/assets/images/map/main/client.png +0 -0
  29. package/assets/images/map/main/client.svg +1 -0
  30. package/assets/images/map/main/deliveryman.png +0 -0
  31. package/assets/images/map/main/deliveryman.svg +1 -0
  32. package/assets/images/map/main/kezako.png +0 -0
  33. package/assets/images/map/main/kezako.svg +1 -0
  34. package/assets/images/map/main/store.png +0 -0
  35. package/assets/images/map/main/store.svg +1 -0
  36. package/assets/images/map/primary/client.png +0 -0
  37. package/assets/images/map/primary/client.svg +1 -0
  38. package/assets/images/map/primary/deliveryman.png +0 -0
  39. package/assets/images/map/primary/deliveryman.svg +1 -0
  40. package/assets/images/map/primary/kezako.png +0 -0
  41. package/assets/images/map/primary/kezako.svg +1 -0
  42. package/assets/images/map/primary/store.png +0 -0
  43. package/assets/images/map/primary/store.svg +1 -0
  44. package/assets/images/paginator/first.svg +9 -0
  45. package/assets/images/paginator/last.svg +9 -0
  46. package/assets/images/paginator/next.svg +9 -0
  47. package/assets/images/paginator/previous.svg +9 -0
  48. package/assets/images/qlik.jpg +0 -0
  49. package/assets/images/qlik.png +0 -0
  50. package/assets/images/spinner.gif +0 -0
  51. package/assets/images/timeline-solid.svg +1 -0
  52. package/core/lib/global/EnvironmentBase.d.ts +15 -0
  53. package/fesm2022/dflat-core-web-core-services.mjs +3 -3
  54. package/fesm2022/dflat-core-web-core-services.mjs.map +1 -1
  55. package/fesm2022/dflat-core-web-core-ux.mjs +4 -4
  56. package/fesm2022/dflat-core-web-core-ux.mjs.map +1 -1
  57. package/fesm2022/dflat-core-web-core.mjs.map +1 -1
  58. package/fesm2022/dflat-core-web-system-ux.mjs +1034 -202
  59. package/fesm2022/dflat-core-web-system-ux.mjs.map +1 -1
  60. package/package.json +17 -13
  61. package/scss/dflat-app.scss +83 -0
  62. package/system-ux/index.d.ts +13 -0
  63. package/system-ux/lib/app/access-denied/access-denied.component.d.ts +9 -0
  64. package/system-ux/lib/app/dflat-app.module.d.ts +49 -0
  65. package/system-ux/lib/app/history/history.component.d.ts +16 -0
  66. package/system-ux/lib/app/homepage/homepage.component.d.ts +19 -0
  67. package/system-ux/lib/app/layout/dflat-layout.component.d.ts +38 -0
  68. package/system-ux/lib/app/search/search-result/search-result.component.d.ts +42 -0
  69. package/system-ux/lib/app/search/search.component.d.ts +68 -0
  70. package/system-ux/lib/app/services/dflat-app.service.d.ts +19 -0
  71. package/system-ux/lib/app/services/dflat-auth.interceptor.d.ts +16 -0
  72. package/system-ux/lib/app/services/dflat-permission.service.d.ts +7 -0
  73. package/system-ux/lib/app/spinner/dflat-spinner.component.d.ts +11 -0
  74. package/system-ux/lib/app/user-menu/user-menu.component.d.ts +56 -0
  75. package/system-ux/lib/app/user-profile/user-profile.component.d.ts +35 -0
  76. package/system-ux/lib/reset-password/reset-password.component.d.ts +1 -1
  77. package/system-ux/lib/system-ux.module.d.ts +92 -82
  78. package/assets/images/LogoMarsow.svg +0 -1
@@ -1,18 +1,18 @@
1
1
  import * as i6 from '@samotics/ngx-treeview';
2
2
  import { TreeviewConfig, TreeviewItem, TreeviewModule, DefaultTreeviewI18n, TreeviewI18n } from '@samotics/ngx-treeview';
3
3
  import { CoreDataModule } from '@dflat-core/web/core-data';
4
- import { ImageFormats, User, CoreModelModule } from '@dflat-core/web/core-model';
5
- import * as i1$1 from '@dflat-core/web/core-ux';
6
- import { NewEditorComponent, BaseComponent, filterFromId, Action, DialogType, MessageSeverity, BaseEditorComponent, downloadFile, DynamicFormComponent, SelectorMapperServiceBase, CoreUxModule, CanDeactivateGuard, PP_SERVICE } from '@dflat-core/web/core-ux';
4
+ import { ImageFormats, User, CoreModelModule, ApiErrorTypes } from '@dflat-core/web/core-model';
5
+ import * as i1$2 from '@dflat-core/web/core-ux';
6
+ import { NewEditorComponent, BaseComponent, filterFromId, Action, DialogType, MessageSeverity, BaseEditorComponent, downloadFile, DynamicFormComponent, SelectorMapperServiceBase, DefaultLayoutComponent, CoreUxModule, CanDeactivateGuard, PP_SERVICE } from '@dflat-core/web/core-ux';
7
7
  import * as i0 from '@angular/core';
8
- import { Injectable, EventEmitter, Output, Input, Component, ViewChild, ViewEncapsulation, NgModule } from '@angular/core';
8
+ import { Injectable, EventEmitter, Output, Input, Component, ViewChild, ViewEncapsulation, viewChild, effect, InjectionToken, Optional, Inject, NgModule, LOCALE_ID } from '@angular/core';
9
9
  import * as i1 from 'ngx-bootstrap/modal';
10
10
  import { ModalOptions, ModalModule } from 'ngx-bootstrap/modal';
11
11
  import { of, Subject, takeUntil as takeUntil$1, forkJoin, Observable, map as map$1, combineLatest } from 'rxjs';
12
12
  import { map, catchError, takeUntil, take, filter } from 'rxjs/operators';
13
13
  import { PresentationProfileScopes, PresentationProfilePurposes, CustomFieldGroupTypes, FileTypes, ActivationResults, ImageUploadEventType, SystemModelModule } from '@dflat-core/web/system-model';
14
14
  import * as i3 from '@angular/common';
15
- import { CommonModule } from '@angular/common';
15
+ import { CommonModule, registerLocaleData, DatePipe } from '@angular/common';
16
16
  import * as i4 from '@angular/forms';
17
17
  import { FormsModule, Validators, ReactiveFormsModule } from '@angular/forms';
18
18
  import * as i2$1 from '@angular/cdk/drag-drop';
@@ -27,17 +27,27 @@ import * as i5 from '@ng-select/ng-select';
27
27
  import { NgSelectModule } from '@ng-select/ng-select';
28
28
  import * as i6$1 from 'ngx-dropzone';
29
29
  import { NgxDropzoneModule } from 'ngx-dropzone';
30
- import * as i3$1 from '@dflat-core/web/core-services';
31
- import { AppKeys } from '@dflat-core/web/core-services';
32
- import * as i3$2 from 'ngx-toastr';
33
- import { Utilities, EnsureModuleLoadedOnceGuard } from '@dflat-core/web/core';
34
- import { SystemEntityKeys, SystemMenuItemProvider, SystemPermissions, SystemRootModule } from '@dflat-core/web/system-root';
35
- import { SelectionType } from '@swimlane/ngx-datatable';
30
+ import * as i1$1 from '@dflat-core/web/core-services';
31
+ import { AppKeys, MenuItem, AuthInterceptor, PermissionService, CoreServicesModule, MenuService } from '@dflat-core/web/core-services';
32
+ import * as i3$1 from 'ngx-toastr';
33
+ import { ToastrModule } from 'ngx-toastr';
34
+ import * as i1$3 from '@dflat-core/web/core';
35
+ import { Utilities, EnsureModuleLoadedOnceGuard, CoreModule, EnvironmentBase } from '@dflat-core/web/core';
36
+ import { SystemEntityKeys, SystemMenuItemProvider, SystemPermissions, SystemRootModule, SystemMenuService } from '@dflat-core/web/system-root';
37
+ import { SelectionType, NgxDatatableModule } from '@swimlane/ngx-datatable';
36
38
  import * as i2$3 from 'ngx-image-compress';
37
39
  import { NgxImageCompressService } from 'ngx-image-compress';
38
- import { HttpEventType } from '@angular/common/http';
40
+ import { HttpEventType, HTTP_INTERCEPTORS } from '@angular/common/http';
39
41
  import * as i6$2 from 'ng-recaptcha';
40
- import { RecaptchaModule, RecaptchaFormsModule } from 'ng-recaptcha';
42
+ import { RecaptchaModule, RecaptchaFormsModule, RecaptchaComponent } from 'ng-recaptcha';
43
+ import * as i8 from 'ng-http-loader';
44
+ import { NgHttpLoaderModule } from 'ng-http-loader';
45
+ import * as i4$2 from '@angular/platform-browser';
46
+ import { BrowserModule } from '@angular/platform-browser';
47
+ import localeFr from '@angular/common/locales/fr';
48
+ import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
49
+ import * as i3$2 from 'ngx-bootstrap/accordion';
50
+ import { AccordionModule } from 'ngx-bootstrap/accordion';
41
51
 
42
52
  const PP_GRP_STANDARD = 'standard';
43
53
  const PP_GRP_CUSTOM = 'custom';
@@ -520,13 +530,13 @@ class ConfigComponent {
520
530
  getInfo() {
521
531
  this.toastrService.info("Afficher les détails de l'historique des alimentation de la dernière semaine", 'Information');
522
532
  }
523
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ConfigComponent, deps: [{ token: i3$1.BreadcrumbService }, { token: i2.ConfigDataService }, { token: i3$2.ToastrService }, { token: i1$1.ModalService }], target: i0.ɵɵFactoryTarget.Component }); }
533
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ConfigComponent, deps: [{ token: i1$1.BreadcrumbService }, { token: i2.ConfigDataService }, { token: i3$1.ToastrService }, { token: i1$2.ModalService }], target: i0.ɵɵFactoryTarget.Component }); }
524
534
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ConfigComponent, isStandalone: false, selector: "alg-config", ngImport: i0, template: "<div class=\"row m-2\">\r\n <button type=\"button\" (click)=\"clearCache()\" class=\"btn btn-primary btn-flat\">R\u00E9initialiser le cache</button>\r\n</div>\r\n\r\n<div class=\"row m-2\">\r\n <button type=\"button\" (click)=\"runETL()\" class=\"btn btn-primary btn-flat\">Alimenter Datawarehouse</button>\r\n</div>\r\n\r\n\r\n<div class=\"row m-3\">\r\n <button (click)=\"this.showSupplyInfo()\" class=\"btn btn-primary btn-flat-edited\" >Historique </button>\r\n <img class=\"information-icon\" [src]=\"this.getInfoIcon()\" alt=\"Information\" (click)=\"this.getInfo()\"> \r\n</div>\r\n\r\n", styles: [".info-card{margin:1rem;background-color:#eaeaec;color:#3e4152;display:flex;flex-direction:column;width:20%;font-size:16px}.information-icon{cursor:pointer;height:1em;margin:.1rem .3rem}.btn-flat-edited{background-color:#3e4152e6;color:#fff;border-radius:5%;border:none;margin-left:3pt}\n"] }); }
525
535
  }
526
536
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ConfigComponent, decorators: [{
527
537
  type: Component,
528
538
  args: [{ selector: 'alg-config', standalone: false, template: "<div class=\"row m-2\">\r\n <button type=\"button\" (click)=\"clearCache()\" class=\"btn btn-primary btn-flat\">R\u00E9initialiser le cache</button>\r\n</div>\r\n\r\n<div class=\"row m-2\">\r\n <button type=\"button\" (click)=\"runETL()\" class=\"btn btn-primary btn-flat\">Alimenter Datawarehouse</button>\r\n</div>\r\n\r\n\r\n<div class=\"row m-3\">\r\n <button (click)=\"this.showSupplyInfo()\" class=\"btn btn-primary btn-flat-edited\" >Historique </button>\r\n <img class=\"information-icon\" [src]=\"this.getInfoIcon()\" alt=\"Information\" (click)=\"this.getInfo()\"> \r\n</div>\r\n\r\n", styles: [".info-card{margin:1rem;background-color:#eaeaec;color:#3e4152;display:flex;flex-direction:column;width:20%;font-size:16px}.information-icon{cursor:pointer;height:1em;margin:.1rem .3rem}.btn-flat-edited{background-color:#3e4152e6;color:#fff;border-radius:5%;border:none;margin-left:3pt}\n"] }]
529
- }], ctorParameters: () => [{ type: i3$1.BreadcrumbService }, { type: i2.ConfigDataService }, { type: i3$2.ToastrService }, { type: i1$1.ModalService }] });
539
+ }], ctorParameters: () => [{ type: i1$1.BreadcrumbService }, { type: i2.ConfigDataService }, { type: i3$1.ToastrService }, { type: i1$2.ModalService }] });
530
540
 
531
541
  class CustomFieldOptionsEditorComponent extends NewEditorComponent {
532
542
  getEntityKey() {
@@ -556,13 +566,13 @@ class CustomFieldOptionsEditorComponent extends NewEditorComponent {
556
566
  }
557
567
  return vm;
558
568
  }
559
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldOptionsEditorComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
560
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CustomFieldOptionsEditorComponent, isStandalone: false, selector: "alg-custom-field-options-editor", usesInheritance: true, ngImport: i0, template: "<div class=\"editor-container\">\r\n <div class=\"breadcrumb-panel\" *ngIf=\"(this.facade.editor.isStandaloneMode$| async)\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n <!-- entityConfigLoader\r\n #configLoader=\"entityConfigLoader\"\r\n [entityKey]=\"getEntityKey()\" -->\r\n\r\n <ng-container\r\n >\r\n <div class=\"property-editor-container\" [class.show-buttons]=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <alg-property-editor\r\n class=\"property-editor-container-inner\"\r\n #propertyGridComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-property-editor>\r\n </div>\r\n <div class=\"buttons-container\" *ngIf=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <div class=\"footer-buttons\" >\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!this.dirty\"\r\n (click)=\"handleDialogButtonClick(false)\">\r\n Sauvegarder\r\n </button>\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\">\r\n Annuler\r\n </button>\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$1.PropertyEditorComponent, selector: "alg-property-editor", inputs: ["validateAfterEachChange", "entityKey", "guid", "searchText", "readonly"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
569
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldOptionsEditorComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
570
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CustomFieldOptionsEditorComponent, isStandalone: false, selector: "alg-custom-field-options-editor", usesInheritance: true, ngImport: i0, template: "<div class=\"editor-container\">\r\n <div class=\"breadcrumb-panel\" *ngIf=\"(this.facade.editor.isStandaloneMode$| async)\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n <!-- entityConfigLoader\r\n #configLoader=\"entityConfigLoader\"\r\n [entityKey]=\"getEntityKey()\" -->\r\n\r\n <ng-container\r\n >\r\n <div class=\"property-editor-container\" [class.show-buttons]=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <alg-property-editor\r\n class=\"property-editor-container-inner\"\r\n #propertyGridComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-property-editor>\r\n </div>\r\n <div class=\"buttons-container\" *ngIf=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <div class=\"footer-buttons\" >\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!this.dirty\"\r\n (click)=\"handleDialogButtonClick(false)\">\r\n Sauvegarder\r\n </button>\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\">\r\n Annuler\r\n </button>\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$2.PropertyEditorComponent, selector: "alg-property-editor", inputs: ["validateAfterEachChange", "entityKey", "guid", "searchText", "readonly"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
561
571
  }
562
572
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldOptionsEditorComponent, decorators: [{
563
573
  type: Component,
564
574
  args: [{ selector: 'alg-custom-field-options-editor', standalone: false, template: "<div class=\"editor-container\">\r\n <div class=\"breadcrumb-panel\" *ngIf=\"(this.facade.editor.isStandaloneMode$| async)\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n <!-- entityConfigLoader\r\n #configLoader=\"entityConfigLoader\"\r\n [entityKey]=\"getEntityKey()\" -->\r\n\r\n <ng-container\r\n >\r\n <div class=\"property-editor-container\" [class.show-buttons]=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <alg-property-editor\r\n class=\"property-editor-container-inner\"\r\n #propertyGridComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-property-editor>\r\n </div>\r\n <div class=\"buttons-container\" *ngIf=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <div class=\"footer-buttons\" >\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!this.dirty\"\r\n (click)=\"handleDialogButtonClick(false)\">\r\n Sauvegarder\r\n </button>\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\">\r\n Annuler\r\n </button>\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>\r\n" }]
565
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
575
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
566
576
 
567
577
  class CustomFieldComponent extends BaseComponent {
568
578
  getTitle() {
@@ -635,13 +645,13 @@ class CustomFieldComponent extends BaseComponent {
635
645
  });
636
646
  });
637
647
  }
638
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }, { token: i2.CustomFieldOptionsDataService }, { token: i1$1.OrderableModalService }], target: i0.ɵɵFactoryTarget.Component }); }
639
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CustomFieldComponent, isStandalone: false, selector: "alg-custom-field", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
648
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }, { token: i2.CustomFieldOptionsDataService }, { token: i1$2.OrderableModalService }], target: i0.ɵɵFactoryTarget.Component }); }
649
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CustomFieldComponent, isStandalone: false, selector: "alg-custom-field", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
640
650
  }
641
651
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldComponent, decorators: [{
642
652
  type: Component,
643
653
  args: [{ selector: 'alg-custom-field', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
644
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }, { type: i2.CustomFieldOptionsDataService }, { type: i1$1.OrderableModalService }] });
654
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }, { type: i2.CustomFieldOptionsDataService }, { type: i1$2.OrderableModalService }] });
645
655
 
646
656
  class CustomFieldGroupItemComponent extends BaseComponent {
647
657
  getTitle() {
@@ -743,13 +753,13 @@ class CustomFieldGroupItemComponent extends BaseComponent {
743
753
  setInitializationParameters(params) {
744
754
  this.initializationParams = params;
745
755
  }
746
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldGroupItemComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }, { token: CustomFieldActionService }, { token: i2.CustomFieldGroupItemDataService }, { token: i3$2.ToastrService }], target: i0.ɵɵFactoryTarget.Component }); }
747
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CustomFieldGroupItemComponent, isStandalone: false, selector: "msw-custom-field-group-item", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
756
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldGroupItemComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }, { token: CustomFieldActionService }, { token: i2.CustomFieldGroupItemDataService }, { token: i3$1.ToastrService }], target: i0.ɵɵFactoryTarget.Component }); }
757
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CustomFieldGroupItemComponent, isStandalone: false, selector: "msw-custom-field-group-item", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
748
758
  }
749
759
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldGroupItemComponent, decorators: [{
750
760
  type: Component,
751
761
  args: [{ selector: 'msw-custom-field-group-item', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
752
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }, { type: CustomFieldActionService }, { type: i2.CustomFieldGroupItemDataService }, { type: i3$2.ToastrService }] });
762
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }, { type: CustomFieldActionService }, { type: i2.CustomFieldGroupItemDataService }, { type: i3$1.ToastrService }] });
753
763
 
754
764
  class CustomFieldGroupComponent extends BaseComponent {
755
765
  getTitle() {
@@ -855,13 +865,13 @@ class CustomFieldGroupComponent extends BaseComponent {
855
865
  });
856
866
  });
857
867
  }
858
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldGroupComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }, { token: i2.CustomFieldGroupItemDataService }, { token: i1$1.OrderableModalService }], target: i0.ɵɵFactoryTarget.Component }); }
859
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CustomFieldGroupComponent, isStandalone: false, selector: "alg-custom-field-group", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
868
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldGroupComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }, { token: i2.CustomFieldGroupItemDataService }, { token: i1$2.OrderableModalService }], target: i0.ɵɵFactoryTarget.Component }); }
869
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CustomFieldGroupComponent, isStandalone: false, selector: "alg-custom-field-group", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
860
870
  }
861
871
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldGroupComponent, decorators: [{
862
872
  type: Component,
863
873
  args: [{ selector: 'alg-custom-field-group', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
864
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }, { type: i2.CustomFieldGroupItemDataService }, { type: i1$1.OrderableModalService }] });
874
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }, { type: i2.CustomFieldGroupItemDataService }, { type: i1$2.OrderableModalService }] });
865
875
 
866
876
  class CustomFieldActionService {
867
877
  constructor(alertService, customFieldOptionsDataService, customFieldGroupItemDataService, customFieldGroupEntityDataService, metaEntityFieldDataService, selector) {
@@ -991,12 +1001,12 @@ class CustomFieldActionService {
991
1001
  return res;
992
1002
  });
993
1003
  }
994
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldActionService, deps: [{ token: i1$1.AlertService }, { token: i2.CustomFieldOptionsDataService }, { token: i2.CustomFieldGroupItemDataService }, { token: i2.CustomFieldGroupEntityDataService }, { token: i2.MetaEntityFieldDataService }, { token: i1$1.FacadeModalService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1004
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldActionService, deps: [{ token: i1$2.AlertService }, { token: i2.CustomFieldOptionsDataService }, { token: i2.CustomFieldGroupItemDataService }, { token: i2.CustomFieldGroupEntityDataService }, { token: i2.MetaEntityFieldDataService }, { token: i1$2.FacadeModalService }], target: i0.ɵɵFactoryTarget.Injectable }); }
995
1005
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldActionService }); }
996
1006
  }
997
1007
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldActionService, decorators: [{
998
1008
  type: Injectable
999
- }], ctorParameters: () => [{ type: i1$1.AlertService }, { type: i2.CustomFieldOptionsDataService }, { type: i2.CustomFieldGroupItemDataService }, { type: i2.CustomFieldGroupEntityDataService }, { type: i2.MetaEntityFieldDataService }, { type: i1$1.FacadeModalService }] });
1009
+ }], ctorParameters: () => [{ type: i1$2.AlertService }, { type: i2.CustomFieldOptionsDataService }, { type: i2.CustomFieldGroupItemDataService }, { type: i2.CustomFieldGroupEntityDataService }, { type: i2.MetaEntityFieldDataService }, { type: i1$2.FacadeModalService }] });
1000
1010
 
1001
1011
  class CustomFieldOptionsComponent extends BaseComponent {
1002
1012
  getTitle() {
@@ -1095,13 +1105,13 @@ class CustomFieldOptionsComponent extends BaseComponent {
1095
1105
  canSetIsDefault() {
1096
1106
  return !this.selectedEntities[0].IsDefault;
1097
1107
  }
1098
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldOptionsComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }, { token: CustomFieldActionService }], target: i0.ɵɵFactoryTarget.Component }); }
1099
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CustomFieldOptionsComponent, isStandalone: false, selector: "alg-custom-field-options", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1108
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldOptionsComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }, { token: CustomFieldActionService }], target: i0.ɵɵFactoryTarget.Component }); }
1109
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CustomFieldOptionsComponent, isStandalone: false, selector: "alg-custom-field-options", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1100
1110
  }
1101
1111
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldOptionsComponent, decorators: [{
1102
1112
  type: Component,
1103
1113
  args: [{ selector: 'alg-custom-field-options', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
1104
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }, { type: CustomFieldActionService }] });
1114
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }, { type: CustomFieldActionService }] });
1105
1115
 
1106
1116
  class CustomFieldEditorComponent extends NewEditorComponent {
1107
1117
  getEntityKey() {
@@ -1117,13 +1127,13 @@ class CustomFieldEditorComponent extends NewEditorComponent {
1117
1127
  super(app, route);
1118
1128
  this.isCancel = false;
1119
1129
  }
1120
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldEditorComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1121
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CustomFieldEditorComponent, isStandalone: false, selector: "alg-custom-field-editor", usesInheritance: true, ngImport: i0, template: "<div class=\"editor-container\">\r\n <div class=\"breadcrumb-panel\" *ngIf=\"(this.facade.editor.isStandaloneMode$| async)\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n <!-- entityConfigLoader\r\n #configLoader=\"entityConfigLoader\"\r\n [entityKey]=\"getEntityKey()\" -->\r\n\r\n <ng-container\r\n >\r\n <div class=\"property-editor-container\" [class.show-buttons]=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <alg-property-editor\r\n class=\"property-editor-container-inner\"\r\n #propertyGridComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-property-editor>\r\n </div>\r\n <div class=\"buttons-container\" *ngIf=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <div class=\"footer-buttons\" >\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!this.dirty\"\r\n (click)=\"handleDialogButtonClick(false)\">\r\n Sauvegarder\r\n </button>\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\">\r\n Annuler\r\n </button>\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$1.PropertyEditorComponent, selector: "alg-property-editor", inputs: ["validateAfterEachChange", "entityKey", "guid", "searchText", "readonly"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1130
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldEditorComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1131
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CustomFieldEditorComponent, isStandalone: false, selector: "alg-custom-field-editor", usesInheritance: true, ngImport: i0, template: "<div class=\"editor-container\">\r\n <div class=\"breadcrumb-panel\" *ngIf=\"(this.facade.editor.isStandaloneMode$| async)\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n <!-- entityConfigLoader\r\n #configLoader=\"entityConfigLoader\"\r\n [entityKey]=\"getEntityKey()\" -->\r\n\r\n <ng-container\r\n >\r\n <div class=\"property-editor-container\" [class.show-buttons]=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <alg-property-editor\r\n class=\"property-editor-container-inner\"\r\n #propertyGridComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-property-editor>\r\n </div>\r\n <div class=\"buttons-container\" *ngIf=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <div class=\"footer-buttons\" >\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!this.dirty\"\r\n (click)=\"handleDialogButtonClick(false)\">\r\n Sauvegarder\r\n </button>\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\">\r\n Annuler\r\n </button>\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$2.PropertyEditorComponent, selector: "alg-property-editor", inputs: ["validateAfterEachChange", "entityKey", "guid", "searchText", "readonly"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1122
1132
  }
1123
1133
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldEditorComponent, decorators: [{
1124
1134
  type: Component,
1125
1135
  args: [{ selector: 'alg-custom-field-editor', standalone: false, template: "<div class=\"editor-container\">\r\n <div class=\"breadcrumb-panel\" *ngIf=\"(this.facade.editor.isStandaloneMode$| async)\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n <!-- entityConfigLoader\r\n #configLoader=\"entityConfigLoader\"\r\n [entityKey]=\"getEntityKey()\" -->\r\n\r\n <ng-container\r\n >\r\n <div class=\"property-editor-container\" [class.show-buttons]=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <alg-property-editor\r\n class=\"property-editor-container-inner\"\r\n #propertyGridComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-property-editor>\r\n </div>\r\n <div class=\"buttons-container\" *ngIf=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <div class=\"footer-buttons\" >\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!this.dirty\"\r\n (click)=\"handleDialogButtonClick(false)\">\r\n Sauvegarder\r\n </button>\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\">\r\n Annuler\r\n </button>\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>\r\n" }]
1126
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1136
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1127
1137
 
1128
1138
  class NewsComponent extends BaseComponent {
1129
1139
  getTitle() {
@@ -1145,13 +1155,13 @@ class NewsComponent extends BaseComponent {
1145
1155
  this.route = route;
1146
1156
  this.EntityKey = 'News';
1147
1157
  }
1148
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: NewsComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1149
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: NewsComponent, isStandalone: false, selector: "alg-news", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1158
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: NewsComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1159
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: NewsComponent, isStandalone: false, selector: "alg-news", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1150
1160
  }
1151
1161
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: NewsComponent, decorators: [{
1152
1162
  type: Component,
1153
1163
  args: [{ selector: 'alg-news', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
1154
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1164
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1155
1165
 
1156
1166
  class NewsEditorComponent extends BaseEditorComponent {
1157
1167
  getEntityKey() {
@@ -1219,13 +1229,13 @@ class NewsEditorComponent extends BaseEditorComponent {
1219
1229
  onFilterChange(value) {
1220
1230
  console.log('filter:', value);
1221
1231
  }
1222
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: NewsEditorComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1232
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: NewsEditorComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1223
1233
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: NewsEditorComponent, isStandalone: false, selector: "alg-news-editor", viewQueries: [{ propertyName: "form", first: true, predicate: ["f"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<div>\r\n <form class=\"dynamic-form\" name=\"roleForm\" #f=\"ngForm\" novalidate>\r\n <div ngFor=\"let field of fields\">\r\n <div *ngIf=\"field.IsHidden\">\r\n <div [hidden]=\"true\" class=\"form-group has-feedback\">\r\n <label [htmlFor]=\"field.PropertyName\">{{ field.Label }}</label>\r\n <input class=\"form-control\" [formControlName]=\"field.PropertyName\" [id]=\"field.PropertyName\" [type]=\"field.InputType\">\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <!--Title-->\r\n <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3 control-label\" for=\"Title-{{uniqueId}}\">Title</label>\r\n <div class=\"col-md-9\" [ngClass]=\"{'has-success': f.submitted && Title.valid, 'has-error' : f.submitted && !Title.valid}\">\r\n <input type=\"text\" attr.id=\"Title-{{uniqueId}}\" name=\"Title\" placeholder=\"Title\" class=\"form-control\"\r\n [(ngModel)]=\"entityViewModel.ViewModel.Title\" #Title=\"ngModel\" required [ngClass]=\"{'dflat-valid': Title.valid, 'dflat-invalid' : !Title.valid}\" />\r\n <span *ngIf=\"showValidationErrors && f.submitted\" class=\"glyphicon form-control-feedback\" [ngClass]=\"{'glyphicon-ok ': Title.valid, 'glyphicon-remove' : !Title.valid}\"></span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && !Title.valid\" class=\"errorMessage\">\r\n Le Titre est un champ obligatoire.\r\n </span>\r\n\r\n </div>\r\n </div>\r\n\r\n\r\n <!--Enabled-->\r\n <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3\" for=\"Enabled-{{uniqueId}}\">\r\n <input attr.id=\"Enabled-{{uniqueId}}\" type=\"checkbox\" name=\"Enabled\" [(ngModel)]=\"entityViewModel.ViewModel.Enabled\"\r\n #Enabled=\"ngModel\">Active\r\n </label>\r\n </div>\r\n\r\n \r\n\r\n <!--News Editor-->\r\n <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <div class=\"col-md-12\">\r\n <angular-editor attr.id=\"Content-{{uniqueId}}\" [(ngModel)]=\"entityViewModel.ViewModel.Content\" name=\"Content\"\r\n #Content=\"ngModel\" required>\r\n </angular-editor>\r\n <span *ngIf=\"showValidationErrors && f.submitted && !Content.valid\" class=\"errorMessage\">\r\n Le contenu est un champ obligatoire.\r\n </span>\r\n </div>\r\n </div>\r\n\r\n <!--Users Tree View-->\r\n <div class=\"form-group has-feedback\">\r\n <label class=\"col-md-3\" >Utilisateurs</label>\r\n <div class=\"col-md-9\" >\r\n <ngx-treeview [config]=\"treeConfig\" [items]=\"items\" (filterChange)=\"onFilterChange($event)\"\r\n (selectedChange)=\"onSelectChange($event)\">\r\n </ngx-treeview>\r\n </div>\r\n </div>\r\n\r\n <!--******************************************************************************************************-->\r\n <div class=\"clearfix\">\r\n <div class=\"pull-right\">\r\n <button type=\"button\" class=\"btn btn-danger\" (click)=\"onCancel()\">Annuler</button>\r\n <button type=\"submit\" (click)=\"onSave(false)\" class=\"btn btn-success\" [disabled]=\"!f.form.touched\">Sauvegarder</button>\r\n </div>\r\n </div>\r\n </form>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4$1.AngularEditorComponent, selector: "angular-editor", inputs: ["id", "config", "placeholder", "tabIndex"], outputs: ["html", "viewMode", "blur", "focus"] }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i4.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i4.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i6.TreeviewComponent, selector: "ngx-treeview", inputs: ["headerTemplate", "itemTemplate", "items", "config"], outputs: ["selectedChange", "filterChange"] }] }); }
1224
1234
  }
1225
1235
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: NewsEditorComponent, decorators: [{
1226
1236
  type: Component,
1227
1237
  args: [{ selector: 'alg-news-editor', standalone: false, template: "<div>\r\n <form class=\"dynamic-form\" name=\"roleForm\" #f=\"ngForm\" novalidate>\r\n <div ngFor=\"let field of fields\">\r\n <div *ngIf=\"field.IsHidden\">\r\n <div [hidden]=\"true\" class=\"form-group has-feedback\">\r\n <label [htmlFor]=\"field.PropertyName\">{{ field.Label }}</label>\r\n <input class=\"form-control\" [formControlName]=\"field.PropertyName\" [id]=\"field.PropertyName\" [type]=\"field.InputType\">\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <!--Title-->\r\n <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3 control-label\" for=\"Title-{{uniqueId}}\">Title</label>\r\n <div class=\"col-md-9\" [ngClass]=\"{'has-success': f.submitted && Title.valid, 'has-error' : f.submitted && !Title.valid}\">\r\n <input type=\"text\" attr.id=\"Title-{{uniqueId}}\" name=\"Title\" placeholder=\"Title\" class=\"form-control\"\r\n [(ngModel)]=\"entityViewModel.ViewModel.Title\" #Title=\"ngModel\" required [ngClass]=\"{'dflat-valid': Title.valid, 'dflat-invalid' : !Title.valid}\" />\r\n <span *ngIf=\"showValidationErrors && f.submitted\" class=\"glyphicon form-control-feedback\" [ngClass]=\"{'glyphicon-ok ': Title.valid, 'glyphicon-remove' : !Title.valid}\"></span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && !Title.valid\" class=\"errorMessage\">\r\n Le Titre est un champ obligatoire.\r\n </span>\r\n\r\n </div>\r\n </div>\r\n\r\n\r\n <!--Enabled-->\r\n <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3\" for=\"Enabled-{{uniqueId}}\">\r\n <input attr.id=\"Enabled-{{uniqueId}}\" type=\"checkbox\" name=\"Enabled\" [(ngModel)]=\"entityViewModel.ViewModel.Enabled\"\r\n #Enabled=\"ngModel\">Active\r\n </label>\r\n </div>\r\n\r\n \r\n\r\n <!--News Editor-->\r\n <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <div class=\"col-md-12\">\r\n <angular-editor attr.id=\"Content-{{uniqueId}}\" [(ngModel)]=\"entityViewModel.ViewModel.Content\" name=\"Content\"\r\n #Content=\"ngModel\" required>\r\n </angular-editor>\r\n <span *ngIf=\"showValidationErrors && f.submitted && !Content.valid\" class=\"errorMessage\">\r\n Le contenu est un champ obligatoire.\r\n </span>\r\n </div>\r\n </div>\r\n\r\n <!--Users Tree View-->\r\n <div class=\"form-group has-feedback\">\r\n <label class=\"col-md-3\" >Utilisateurs</label>\r\n <div class=\"col-md-9\" >\r\n <ngx-treeview [config]=\"treeConfig\" [items]=\"items\" (filterChange)=\"onFilterChange($event)\"\r\n (selectedChange)=\"onSelectChange($event)\">\r\n </ngx-treeview>\r\n </div>\r\n </div>\r\n\r\n <!--******************************************************************************************************-->\r\n <div class=\"clearfix\">\r\n <div class=\"pull-right\">\r\n <button type=\"button\" class=\"btn btn-danger\" (click)=\"onCancel()\">Annuler</button>\r\n <button type=\"submit\" (click)=\"onSave(false)\" class=\"btn btn-success\" [disabled]=\"!f.form.touched\">Sauvegarder</button>\r\n </div>\r\n </div>\r\n </form>\r\n</div>\r\n" }]
1228
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }], propDecorators: { form: [{
1238
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }], propDecorators: { form: [{
1229
1239
  type: ViewChild,
1230
1240
  args: ['f', { static: false }]
1231
1241
  }] } });
@@ -1255,13 +1265,13 @@ class PermissionComponent extends BaseComponent {
1255
1265
  this.filterAction('delete');
1256
1266
  this.facade.layout.setFixedLayout({ IsVerticalLayout: true, PropertyFlexGrow: 30 });
1257
1267
  }
1258
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: PermissionComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1259
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: PermissionComponent, isStandalone: false, selector: "alg-permission", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1268
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: PermissionComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1269
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: PermissionComponent, isStandalone: false, selector: "alg-permission", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1260
1270
  }
1261
1271
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: PermissionComponent, decorators: [{
1262
1272
  type: Component,
1263
1273
  args: [{ selector: 'alg-permission', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
1264
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1274
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1265
1275
 
1266
1276
  class PermissionEditorComponent extends BaseEditorComponent {
1267
1277
  getEntityKey() {
@@ -1276,13 +1286,13 @@ class PermissionEditorComponent extends BaseEditorComponent {
1276
1286
  constructor(app, route) {
1277
1287
  super(app, route);
1278
1288
  }
1279
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: PermissionEditorComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1280
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: PermissionEditorComponent, isStandalone: false, selector: "alg-permission-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$1.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
1289
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: PermissionEditorComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1290
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: PermissionEditorComponent, isStandalone: false, selector: "alg-permission-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$2.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
1281
1291
  }
1282
1292
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: PermissionEditorComponent, decorators: [{
1283
1293
  type: Component,
1284
1294
  args: [{ selector: 'alg-permission-editor', standalone: false, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n" }]
1285
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1295
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1286
1296
 
1287
1297
  class RequestResultsComponent extends BaseComponent {
1288
1298
  getTitle() {
@@ -1308,13 +1318,13 @@ class RequestResultsComponent extends BaseComponent {
1308
1318
  // Masque les propriétés
1309
1319
  this.facade.layout.disablePropertyPanel();
1310
1320
  }
1311
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: RequestResultsComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1312
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: RequestResultsComponent, isStandalone: false, selector: "alg-request-results", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", styles: [".results-container{height:100%;width:100%;overflow:scroll;overflow-x:hidden;max-height:300px}.scrollResult{width:100%;height:100%;line-height:1em;border:.5px solid #ccc;padding:0;margin:0}li{padding-left:5px;padding-bottom:5px;padding-top:5px;font-style:italic;font-style:bold;font-size:medium}ul ul{text-indent:1em}ul ul ul{text-indent:2em}.resultMessage{padding-left:5px;padding-top:5px}\n"], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1321
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: RequestResultsComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1322
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: RequestResultsComponent, isStandalone: false, selector: "alg-request-results", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", styles: [".results-container{height:100%;width:100%;overflow:scroll;overflow-x:hidden;max-height:300px}.scrollResult{width:100%;height:100%;line-height:1em;border:.5px solid #ccc;padding:0;margin:0}li{padding-left:5px;padding-bottom:5px;padding-top:5px;font-style:italic;font-style:bold;font-size:medium}ul ul{text-indent:1em}ul ul ul{text-indent:2em}.resultMessage{padding-left:5px;padding-top:5px}\n"], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1313
1323
  }
1314
1324
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: RequestResultsComponent, decorators: [{
1315
1325
  type: Component,
1316
1326
  args: [{ selector: 'alg-request-results', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", styles: [".results-container{height:100%;width:100%;overflow:scroll;overflow-x:hidden;max-height:300px}.scrollResult{width:100%;height:100%;line-height:1em;border:.5px solid #ccc;padding:0;margin:0}li{padding-left:5px;padding-bottom:5px;padding-top:5px;font-style:italic;font-style:bold;font-size:medium}ul ul{text-indent:1em}ul ul ul{text-indent:2em}.resultMessage{padding-left:5px;padding-top:5px}\n"] }]
1317
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1327
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1318
1328
 
1319
1329
  class RequestEditorComponent extends BaseEditorComponent {
1320
1330
  getEntityKey() {
@@ -1329,13 +1339,13 @@ class RequestEditorComponent extends BaseEditorComponent {
1329
1339
  constructor(app, route) {
1330
1340
  super(app, route);
1331
1341
  }
1332
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: RequestEditorComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1333
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: RequestEditorComponent, isStandalone: false, selector: "alg-request-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$1.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
1342
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: RequestEditorComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1343
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: RequestEditorComponent, isStandalone: false, selector: "alg-request-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$2.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
1334
1344
  }
1335
1345
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: RequestEditorComponent, decorators: [{
1336
1346
  type: Component,
1337
1347
  args: [{ selector: 'alg-request-editor', standalone: false, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n" }]
1338
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1348
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1339
1349
 
1340
1350
  class AddressComponent extends BaseComponent {
1341
1351
  getTitle() {
@@ -1364,13 +1374,13 @@ class AddressComponent extends BaseComponent {
1364
1374
  },
1365
1375
  });
1366
1376
  }
1367
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: AddressComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1368
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: AddressComponent, isStandalone: false, selector: "msw-address", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1377
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: AddressComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1378
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: AddressComponent, isStandalone: false, selector: "msw-address", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1369
1379
  }
1370
1380
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: AddressComponent, decorators: [{
1371
1381
  type: Component,
1372
1382
  args: [{ selector: 'msw-address', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
1373
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1383
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1374
1384
 
1375
1385
  class EntityFilesComponent {
1376
1386
  constructor(fileService, authService, alertService) {
@@ -1530,13 +1540,13 @@ class EntityFilesComponent {
1530
1540
  });
1531
1541
  }
1532
1542
  }
1533
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: EntityFilesComponent, deps: [{ token: i2.FileDataService }, { token: i3$1.AuthService }, { token: i1$1.AlertService }], target: i0.ɵɵFactoryTarget.Component }); }
1534
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: EntityFilesComponent, isStandalone: false, selector: "alg-entity-files", inputs: { entityId: "entityId", entityKey: "entityKey", permissionKey: "permissionKey" }, viewQueries: [{ propertyName: "actionComponent", first: true, predicate: ["actionComponent"], descendants: true }], ngImport: i0, template: "<alg-actions\r\n #actionComponent\r\n [title]=\"'Fichiers'\"\r\n [proxy]=\"this\"\r\n [showFilterButton]=\"false\"\r\n [showSearchBar]=\"true\"\r\n [showSearchButton]=\"false\"\r\n [showTitle]=\"false\"\r\n [showPaginator]=\"false\"\r\n [actions]=\"this.actions\"\r\n [selectedData]=\"this.selected\"\r\n >\r\n</alg-actions>\r\n\r\n<div class=\"drop-zone\" ngx-dropzone (change)=\"onFileDrop($event)\" [disableClick]=\"true\">\r\n <div class=\"file-container\" *ngFor=\"let f of files\">\r\n\r\n <div class=\"file-row\">\r\n <div style=\"line-height: 0;\">\r\n <input style=\"cursor: pointer;\"type=\"checkbox\" [(ngModel)]=\"f.IsSelected\" (ngModelChange)=\"handleCheckChanged(f)\">\r\n </div>\r\n \r\n <img [class]=\"f.Extension.toLowerCase()\" [src]=\"getImageUrl(f.Extension)\" [alt]=\"f.Extension\">\r\n <div class=\"span-filename\" (click)=\"onDownloadFile(f)\" data-toggle=\"tooltip\" [title]=\"f.FileName\">\r\n <span >{{f.FileName}}</span>\r\n </div>\r\n \r\n </div>\r\n\r\n <div class=\"file-info-container\">\r\n <div>{{f.LengthDescription}}</div>\r\n &nbsp;-&nbsp;\r\n <div>{{f.OwnerUser}}</div>\r\n &nbsp;-&nbsp;\r\n <div>{{f.LastModificationDate | date: 'dd/MM/yyyy HH:mm'}}</div>\r\n \r\n </div>\r\n\r\n </div>\r\n <!-- <ng-container *ngIf=\"this.files && this.files.length == 0\">\r\n Aucun fichier n'a \u00E9t\u00E9 d\u00E9tect\u00E9\r\n </ng-container> -->\r\n</div>", styles: [":root{--dflat-blue-1: #00C6F7;--dflat-blue-2: #00AEdb;--main-bg-color: #3C5DC4;--main-bg-color-alpha: rgb(79, 102, 174, 0);--input-border-color: #cbc8d0;--orange-algorima: #f59d0f;--red-error: #d03436;--yellow: #ffdc79;--excel-green: #107c41;--word-blue: #185abd}.input-alert{color:var(--red-error);font-size:small}.input-alert>div:before{position:relative;display:block;float:left;width:16px;height:16px;content:\" \";background-size:16px 16px;-webkit-background-size:16px 16px;background-image:url(data:image/png;base64,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);background-repeat:no-repeat;margin:1px 3px 0}.input-alert>div{padding-top:3px}ngx-dropzone-label{word-wrap:break-word;max-width:140px}.results-panel{display:flex;flex-direction:column;background:#fff;padding:0 15px}.result-grid{display:flex;flex-direction:row;width:100%;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;padding:0;margin:0}.result-card{width:25%;padding:0}@media(max-width:1200px){.result-card{width:33%;padding:0}}@media(max-width:980px){.result-card{width:50%;padding:0}}@media(max-width:768px){.result-card{width:100%;padding:0}}@media(max-width:480px){.result-grid{justify-items:stretch;padding-left:5px;padding-right:5px;width:calc(100% - 10px)}.result-card{width:100%}.results-panel{display:flex;flex-direction:column;background:#fff;padding-right:0}}.result-card-container{width:100%}.result-card-inner{padding:0;height:100%;background:#fff;margin:7px;border:1px solid #f5f5f5;border-radius:8px;-webkit-box-shadow:5px 5px 5px -5px rgba(0,0,0,.64);box-shadow:5px 5px 5px -5px #000000a3;min-height:150px;cursor:pointer}.drop-zone{border:none;height:100%;display:flex;flex-direction:column;border-radius:0;align-items:flex-start;color:#444;font-size:10pt;padding:10px}.file-container{display:flex;flex-direction:column;width:100%}.file-info-container{display:flex;flex-direction:row;padding-left:45px;margin-top:-8px;font-size:x-small;color:#a9a9a9}.file-row{display:flex;flex-direction:row;align-items:center;cursor:pointer}.file-row img{height:20px;width:20px;filter:invert(86%) sepia(12%) saturate(105%) hue-rotate(221deg) brightness(96%) contrast(84%);margin:5px}.file-row img.log{filter:invert(70%) sepia(0%) saturate(3789%) hue-rotate(32deg) brightness(91%) contrast(108%)}.file-row img.svg,.file-row img.bmp,.file-row img.jpg,.file-row img.png{filter:invert(61%) sepia(40%) saturate(3796%) hue-rotate(152deg) brightness(102%) contrast(101%)}.file-row img.zip{filter:invert(100%) sepia(35%) saturate(4237%) hue-rotate(311deg) brightness(107%) contrast(101%)}.file-row img.xls,.file-row img.xlsx{filter:invert(26%) sepia(81%) saturate(1121%) hue-rotate(116deg) brightness(105%) contrast(87%)}.file-row img.doc,.file-row img.docx{filter:invert(27%) sepia(17%) saturate(7494%) hue-rotate(203deg) brightness(97%) contrast(94%)}.file-row img.pdf{filter:invert(23%) sepia(96%) saturate(5276%) hue-rotate(354deg) brightness(104%) contrast(127%)}.file-row :hover{color:var(--main-bg-color);text-decoration:underline}.span-filename{width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:smaller}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i1$1.ActionsComponent, selector: "alg-actions", inputs: ["searchText", "actions", "selectedData", "proxy", "showTitle", "title", "showFilterButton", "showSearchButton", "showPaginator", "showSpecificFilter", "showSearchBar", "entityKey", "specificFilters", "showStatus", "statusMessageColor", "statusMessage", "statusImageUrl"], outputs: ["specificFilterChanged"] }, { kind: "component", type: i6$1.NgxDropzoneComponent, selector: "ngx-dropzone, [ngx-dropzone]", inputs: ["accept", "disabled", "multiple", "maxFileSize", "expandable", "disableClick", "processDirectoryDrop", "id", "aria-label", "aria-labelledby", "aria-describedby"], outputs: ["change"] }, { kind: "pipe", type: i3.DatePipe, name: "date" }] }); }
1543
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: EntityFilesComponent, deps: [{ token: i2.FileDataService }, { token: i1$1.AuthService }, { token: i1$2.AlertService }], target: i0.ɵɵFactoryTarget.Component }); }
1544
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: EntityFilesComponent, isStandalone: false, selector: "alg-entity-files", inputs: { entityId: "entityId", entityKey: "entityKey", permissionKey: "permissionKey" }, viewQueries: [{ propertyName: "actionComponent", first: true, predicate: ["actionComponent"], descendants: true }], ngImport: i0, template: "<alg-actions\r\n #actionComponent\r\n [title]=\"'Fichiers'\"\r\n [proxy]=\"this\"\r\n [showFilterButton]=\"false\"\r\n [showSearchBar]=\"true\"\r\n [showSearchButton]=\"false\"\r\n [showTitle]=\"false\"\r\n [showPaginator]=\"false\"\r\n [actions]=\"this.actions\"\r\n [selectedData]=\"this.selected\"\r\n >\r\n</alg-actions>\r\n\r\n<div class=\"drop-zone\" ngx-dropzone (change)=\"onFileDrop($event)\" [disableClick]=\"true\">\r\n <div class=\"file-container\" *ngFor=\"let f of files\">\r\n\r\n <div class=\"file-row\">\r\n <div style=\"line-height: 0;\">\r\n <input style=\"cursor: pointer;\"type=\"checkbox\" [(ngModel)]=\"f.IsSelected\" (ngModelChange)=\"handleCheckChanged(f)\">\r\n </div>\r\n \r\n <img [class]=\"f.Extension.toLowerCase()\" [src]=\"getImageUrl(f.Extension)\" [alt]=\"f.Extension\">\r\n <div class=\"span-filename\" (click)=\"onDownloadFile(f)\" data-toggle=\"tooltip\" [title]=\"f.FileName\">\r\n <span >{{f.FileName}}</span>\r\n </div>\r\n \r\n </div>\r\n\r\n <div class=\"file-info-container\">\r\n <div>{{f.LengthDescription}}</div>\r\n &nbsp;-&nbsp;\r\n <div>{{f.OwnerUser}}</div>\r\n &nbsp;-&nbsp;\r\n <div>{{f.LastModificationDate | date: 'dd/MM/yyyy HH:mm'}}</div>\r\n \r\n </div>\r\n\r\n </div>\r\n <!-- <ng-container *ngIf=\"this.files && this.files.length == 0\">\r\n Aucun fichier n'a \u00E9t\u00E9 d\u00E9tect\u00E9\r\n </ng-container> -->\r\n</div>", styles: [":root{--dflat-blue-1: #00C6F7;--dflat-blue-2: #00AEdb;--main-bg-color: #3C5DC4;--main-bg-color-alpha: rgb(79, 102, 174, 0);--input-border-color: #cbc8d0;--orange-algorima: #f59d0f;--red-error: #d03436;--yellow: #ffdc79;--excel-green: #107c41;--word-blue: #185abd}.input-alert{color:var(--red-error);font-size:small}.input-alert>div:before{position:relative;display:block;float:left;width:16px;height:16px;content:\" \";background-size:16px 16px;-webkit-background-size:16px 16px;background-image:url(data:image/png;base64,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);background-repeat:no-repeat;margin:1px 3px 0}.input-alert>div{padding-top:3px}ngx-dropzone-label{word-wrap:break-word;max-width:140px}.results-panel{display:flex;flex-direction:column;background:#fff;padding:0 15px}.result-grid{display:flex;flex-direction:row;width:100%;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;padding:0;margin:0}.result-card{width:25%;padding:0}@media(max-width:1200px){.result-card{width:33%;padding:0}}@media(max-width:980px){.result-card{width:50%;padding:0}}@media(max-width:768px){.result-card{width:100%;padding:0}}@media(max-width:480px){.result-grid{justify-items:stretch;padding-left:5px;padding-right:5px;width:calc(100% - 10px)}.result-card{width:100%}.results-panel{display:flex;flex-direction:column;background:#fff;padding-right:0}}.result-card-container{width:100%}.result-card-inner{padding:0;height:100%;background:#fff;margin:7px;border:1px solid #f5f5f5;border-radius:8px;-webkit-box-shadow:5px 5px 5px -5px rgba(0,0,0,.64);box-shadow:5px 5px 5px -5px #000000a3;min-height:150px;cursor:pointer}.drop-zone{border:none;height:100%;display:flex;flex-direction:column;border-radius:0;align-items:flex-start;color:#444;font-size:10pt;padding:10px}.file-container{display:flex;flex-direction:column;width:100%}.file-info-container{display:flex;flex-direction:row;padding-left:45px;margin-top:-8px;font-size:x-small;color:#a9a9a9}.file-row{display:flex;flex-direction:row;align-items:center;cursor:pointer}.file-row img{height:20px;width:20px;filter:invert(86%) sepia(12%) saturate(105%) hue-rotate(221deg) brightness(96%) contrast(84%);margin:5px}.file-row img.log{filter:invert(70%) sepia(0%) saturate(3789%) hue-rotate(32deg) brightness(91%) contrast(108%)}.file-row img.svg,.file-row img.bmp,.file-row img.jpg,.file-row img.png{filter:invert(61%) sepia(40%) saturate(3796%) hue-rotate(152deg) brightness(102%) contrast(101%)}.file-row img.zip{filter:invert(100%) sepia(35%) saturate(4237%) hue-rotate(311deg) brightness(107%) contrast(101%)}.file-row img.xls,.file-row img.xlsx{filter:invert(26%) sepia(81%) saturate(1121%) hue-rotate(116deg) brightness(105%) contrast(87%)}.file-row img.doc,.file-row img.docx{filter:invert(27%) sepia(17%) saturate(7494%) hue-rotate(203deg) brightness(97%) contrast(94%)}.file-row img.pdf{filter:invert(23%) sepia(96%) saturate(5276%) hue-rotate(354deg) brightness(104%) contrast(127%)}.file-row :hover{color:var(--main-bg-color);text-decoration:underline}.span-filename{width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:smaller}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i1$2.ActionsComponent, selector: "alg-actions", inputs: ["searchText", "actions", "selectedData", "proxy", "showTitle", "title", "showFilterButton", "showSearchButton", "showPaginator", "showSpecificFilter", "showSearchBar", "entityKey", "specificFilters", "showStatus", "statusMessageColor", "statusMessage", "statusImageUrl"], outputs: ["specificFilterChanged"] }, { kind: "component", type: i6$1.NgxDropzoneComponent, selector: "ngx-dropzone, [ngx-dropzone]", inputs: ["accept", "disabled", "multiple", "maxFileSize", "expandable", "disableClick", "processDirectoryDrop", "id", "aria-label", "aria-labelledby", "aria-describedby"], outputs: ["change"] }, { kind: "pipe", type: i3.DatePipe, name: "date" }] }); }
1535
1545
  }
1536
1546
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: EntityFilesComponent, decorators: [{
1537
1547
  type: Component,
1538
1548
  args: [{ selector: 'alg-entity-files', standalone: false, template: "<alg-actions\r\n #actionComponent\r\n [title]=\"'Fichiers'\"\r\n [proxy]=\"this\"\r\n [showFilterButton]=\"false\"\r\n [showSearchBar]=\"true\"\r\n [showSearchButton]=\"false\"\r\n [showTitle]=\"false\"\r\n [showPaginator]=\"false\"\r\n [actions]=\"this.actions\"\r\n [selectedData]=\"this.selected\"\r\n >\r\n</alg-actions>\r\n\r\n<div class=\"drop-zone\" ngx-dropzone (change)=\"onFileDrop($event)\" [disableClick]=\"true\">\r\n <div class=\"file-container\" *ngFor=\"let f of files\">\r\n\r\n <div class=\"file-row\">\r\n <div style=\"line-height: 0;\">\r\n <input style=\"cursor: pointer;\"type=\"checkbox\" [(ngModel)]=\"f.IsSelected\" (ngModelChange)=\"handleCheckChanged(f)\">\r\n </div>\r\n \r\n <img [class]=\"f.Extension.toLowerCase()\" [src]=\"getImageUrl(f.Extension)\" [alt]=\"f.Extension\">\r\n <div class=\"span-filename\" (click)=\"onDownloadFile(f)\" data-toggle=\"tooltip\" [title]=\"f.FileName\">\r\n <span >{{f.FileName}}</span>\r\n </div>\r\n \r\n </div>\r\n\r\n <div class=\"file-info-container\">\r\n <div>{{f.LengthDescription}}</div>\r\n &nbsp;-&nbsp;\r\n <div>{{f.OwnerUser}}</div>\r\n &nbsp;-&nbsp;\r\n <div>{{f.LastModificationDate | date: 'dd/MM/yyyy HH:mm'}}</div>\r\n \r\n </div>\r\n\r\n </div>\r\n <!-- <ng-container *ngIf=\"this.files && this.files.length == 0\">\r\n Aucun fichier n'a \u00E9t\u00E9 d\u00E9tect\u00E9\r\n </ng-container> -->\r\n</div>", styles: [":root{--dflat-blue-1: #00C6F7;--dflat-blue-2: #00AEdb;--main-bg-color: #3C5DC4;--main-bg-color-alpha: rgb(79, 102, 174, 0);--input-border-color: #cbc8d0;--orange-algorima: #f59d0f;--red-error: #d03436;--yellow: #ffdc79;--excel-green: #107c41;--word-blue: #185abd}.input-alert{color:var(--red-error);font-size:small}.input-alert>div:before{position:relative;display:block;float:left;width:16px;height:16px;content:\" \";background-size:16px 16px;-webkit-background-size:16px 16px;background-image:url(data:image/png;base64,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);background-repeat:no-repeat;margin:1px 3px 0}.input-alert>div{padding-top:3px}ngx-dropzone-label{word-wrap:break-word;max-width:140px}.results-panel{display:flex;flex-direction:column;background:#fff;padding:0 15px}.result-grid{display:flex;flex-direction:row;width:100%;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;padding:0;margin:0}.result-card{width:25%;padding:0}@media(max-width:1200px){.result-card{width:33%;padding:0}}@media(max-width:980px){.result-card{width:50%;padding:0}}@media(max-width:768px){.result-card{width:100%;padding:0}}@media(max-width:480px){.result-grid{justify-items:stretch;padding-left:5px;padding-right:5px;width:calc(100% - 10px)}.result-card{width:100%}.results-panel{display:flex;flex-direction:column;background:#fff;padding-right:0}}.result-card-container{width:100%}.result-card-inner{padding:0;height:100%;background:#fff;margin:7px;border:1px solid #f5f5f5;border-radius:8px;-webkit-box-shadow:5px 5px 5px -5px rgba(0,0,0,.64);box-shadow:5px 5px 5px -5px #000000a3;min-height:150px;cursor:pointer}.drop-zone{border:none;height:100%;display:flex;flex-direction:column;border-radius:0;align-items:flex-start;color:#444;font-size:10pt;padding:10px}.file-container{display:flex;flex-direction:column;width:100%}.file-info-container{display:flex;flex-direction:row;padding-left:45px;margin-top:-8px;font-size:x-small;color:#a9a9a9}.file-row{display:flex;flex-direction:row;align-items:center;cursor:pointer}.file-row img{height:20px;width:20px;filter:invert(86%) sepia(12%) saturate(105%) hue-rotate(221deg) brightness(96%) contrast(84%);margin:5px}.file-row img.log{filter:invert(70%) sepia(0%) saturate(3789%) hue-rotate(32deg) brightness(91%) contrast(108%)}.file-row img.svg,.file-row img.bmp,.file-row img.jpg,.file-row img.png{filter:invert(61%) sepia(40%) saturate(3796%) hue-rotate(152deg) brightness(102%) contrast(101%)}.file-row img.zip{filter:invert(100%) sepia(35%) saturate(4237%) hue-rotate(311deg) brightness(107%) contrast(101%)}.file-row img.xls,.file-row img.xlsx{filter:invert(26%) sepia(81%) saturate(1121%) hue-rotate(116deg) brightness(105%) contrast(87%)}.file-row img.doc,.file-row img.docx{filter:invert(27%) sepia(17%) saturate(7494%) hue-rotate(203deg) brightness(97%) contrast(94%)}.file-row img.pdf{filter:invert(23%) sepia(96%) saturate(5276%) hue-rotate(354deg) brightness(104%) contrast(127%)}.file-row :hover{color:var(--main-bg-color);text-decoration:underline}.span-filename{width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:smaller}\n"] }]
1539
- }], ctorParameters: () => [{ type: i2.FileDataService }, { type: i3$1.AuthService }, { type: i1$1.AlertService }], propDecorators: { entityId: [{
1549
+ }], ctorParameters: () => [{ type: i2.FileDataService }, { type: i1$1.AuthService }, { type: i1$2.AlertService }], propDecorators: { entityId: [{
1540
1550
  type: Input
1541
1551
  }], entityKey: [{
1542
1552
  type: Input
@@ -1635,13 +1645,13 @@ class RequestComponent extends BaseComponent {
1635
1645
  this.systemSection.addFilesSection(this.facade, 'RQT', this.PermissionKey);
1636
1646
  this.facade.layout.setFixedLayout({ IsVerticalLayout: false, PropertyFlexGrow: 45 });
1637
1647
  }
1638
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: RequestComponent, deps: [{ token: i1$1.ApplicationService }, { token: SystemSectionService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1639
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: RequestComponent, isStandalone: false, selector: "alg-request", inputs: { entityKey: "entityKey", entityIds: "entityIds" }, usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1648
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: RequestComponent, deps: [{ token: i1$2.ApplicationService }, { token: SystemSectionService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1649
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: RequestComponent, isStandalone: false, selector: "alg-request", inputs: { entityKey: "entityKey", entityIds: "entityIds" }, usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1640
1650
  }
1641
1651
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: RequestComponent, decorators: [{
1642
1652
  type: Component,
1643
1653
  args: [{ selector: 'alg-request', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
1644
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: SystemSectionService }, { type: i2$2.ActivatedRoute }], propDecorators: { entityKey: [{
1654
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: SystemSectionService }, { type: i2$2.ActivatedRoute }], propDecorators: { entityKey: [{
1645
1655
  type: Input
1646
1656
  }], entityIds: [{
1647
1657
  type: Input
@@ -1660,13 +1670,13 @@ class ResourceLanguageEditorComponent extends NewEditorComponent {
1660
1670
  constructor(app, route) {
1661
1671
  super(app, route);
1662
1672
  }
1663
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ResourceLanguageEditorComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1664
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ResourceLanguageEditorComponent, isStandalone: false, selector: "alg-res-lang-editor", usesInheritance: true, ngImport: i0, template: "<div class=\"editor-container\">\r\n <div class=\"breadcrumb-panel\" *ngIf=\"(this.facade.editor.isStandaloneMode$| async)\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n <!-- entityConfigLoader\r\n #configLoader=\"entityConfigLoader\"\r\n [entityKey]=\"getEntityKey()\" -->\r\n\r\n <ng-container\r\n >\r\n <div class=\"property-editor-container\" [class.show-buttons]=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <alg-property-editor\r\n class=\"property-editor-container-inner\"\r\n #propertyGridComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-property-editor>\r\n </div>\r\n <div class=\"buttons-container\" *ngIf=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <div class=\"footer-buttons\" >\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!this.dirty\"\r\n (click)=\"handleDialogButtonClick(false)\">\r\n Sauvegarder\r\n </button>\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\">\r\n Annuler\r\n </button>\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$1.PropertyEditorComponent, selector: "alg-property-editor", inputs: ["validateAfterEachChange", "entityKey", "guid", "searchText", "readonly"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1673
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ResourceLanguageEditorComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1674
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ResourceLanguageEditorComponent, isStandalone: false, selector: "alg-res-lang-editor", usesInheritance: true, ngImport: i0, template: "<div class=\"editor-container\">\r\n <div class=\"breadcrumb-panel\" *ngIf=\"(this.facade.editor.isStandaloneMode$| async)\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n <!-- entityConfigLoader\r\n #configLoader=\"entityConfigLoader\"\r\n [entityKey]=\"getEntityKey()\" -->\r\n\r\n <ng-container\r\n >\r\n <div class=\"property-editor-container\" [class.show-buttons]=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <alg-property-editor\r\n class=\"property-editor-container-inner\"\r\n #propertyGridComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-property-editor>\r\n </div>\r\n <div class=\"buttons-container\" *ngIf=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <div class=\"footer-buttons\" >\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!this.dirty\"\r\n (click)=\"handleDialogButtonClick(false)\">\r\n Sauvegarder\r\n </button>\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\">\r\n Annuler\r\n </button>\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$2.PropertyEditorComponent, selector: "alg-property-editor", inputs: ["validateAfterEachChange", "entityKey", "guid", "searchText", "readonly"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1665
1675
  }
1666
1676
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ResourceLanguageEditorComponent, decorators: [{
1667
1677
  type: Component,
1668
1678
  args: [{ selector: 'alg-res-lang-editor', standalone: false, template: "<div class=\"editor-container\">\r\n <div class=\"breadcrumb-panel\" *ngIf=\"(this.facade.editor.isStandaloneMode$| async)\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n <!-- entityConfigLoader\r\n #configLoader=\"entityConfigLoader\"\r\n [entityKey]=\"getEntityKey()\" -->\r\n\r\n <ng-container\r\n >\r\n <div class=\"property-editor-container\" [class.show-buttons]=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <alg-property-editor\r\n class=\"property-editor-container-inner\"\r\n #propertyGridComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-property-editor>\r\n </div>\r\n <div class=\"buttons-container\" *ngIf=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <div class=\"footer-buttons\" >\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!this.dirty\"\r\n (click)=\"handleDialogButtonClick(false)\">\r\n Sauvegarder\r\n </button>\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\">\r\n Annuler\r\n </button>\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>\r\n" }]
1669
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1679
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1670
1680
 
1671
1681
  class ResourceLanguageComponent extends BaseComponent {
1672
1682
  getTitle() {
@@ -1693,13 +1703,13 @@ class ResourceLanguageComponent extends BaseComponent {
1693
1703
  super.ngOnInit();
1694
1704
  this.facade.layout.setFixedLayout(this.FIXED_LAYOUT);
1695
1705
  }
1696
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ResourceLanguageComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1697
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ResourceLanguageComponent, isStandalone: false, selector: "alg-resource-language", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1706
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ResourceLanguageComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1707
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ResourceLanguageComponent, isStandalone: false, selector: "alg-resource-language", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1698
1708
  }
1699
1709
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ResourceLanguageComponent, decorators: [{
1700
1710
  type: Component,
1701
1711
  args: [{ selector: 'alg-resource-language', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
1702
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1712
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1703
1713
 
1704
1714
  class RoleComponent extends BaseComponent {
1705
1715
  getTitle() {
@@ -1721,13 +1731,13 @@ class RoleComponent extends BaseComponent {
1721
1731
  this.facade.actions.showAction('edit');
1722
1732
  this.facade.layout.setFixedLayout({ IsVerticalLayout: false, PropertyFlexGrow: 50 });
1723
1733
  }
1724
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: RoleComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1725
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: RoleComponent, isStandalone: false, selector: "alg-role", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1734
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: RoleComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1735
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: RoleComponent, isStandalone: false, selector: "alg-role", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1726
1736
  }
1727
1737
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: RoleComponent, decorators: [{
1728
1738
  type: Component,
1729
1739
  args: [{ selector: 'alg-role', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
1730
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1740
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1731
1741
 
1732
1742
  class RoleEditorComponent extends BaseEditorComponent {
1733
1743
  getEntityKey() {
@@ -1789,13 +1799,13 @@ class RoleEditorComponent extends BaseEditorComponent {
1789
1799
  }
1790
1800
  onFilterChange(value) {
1791
1801
  }
1792
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: RoleEditorComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1802
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: RoleEditorComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1793
1803
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: RoleEditorComponent, isStandalone: false, selector: "alg-role-editor", viewQueries: [{ propertyName: "form", first: true, predicate: ["f"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<div>\r\n <form class=\"dynamic-form\" name=\"roleForm\" #f=\"ngForm\" novalidate>\r\n <div ngFor=\"let field of fields\">\r\n <div *ngIf=\"field.IsHidden\">\r\n <div [hidden]=\"true\" class=\"form-group has-feedback\">\r\n <label for=\"field.PropertyName\">{{ field.Label }}</label>\r\n <input class=\"form-control\" [formControlName]=\"field.PropertyName\" id=\"field.PropertyName\" [type]=\"field.InputType\">\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <!--Code-->\r\n <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3 control-label\" for=\"Code-{{uniqueId}}\">Code</label>\r\n <div class=\"col-md-9\" [ngClass]=\"{'has-success': f.submitted && Code.valid, 'has-error' : f.submitted && !Code.valid}\">\r\n <input type=\"text\" attr.id=\"Code-{{uniqueId}}\" name=\"Code\" placeholder=\"Code\" class=\"form-control\"\r\n [(ngModel)]=\"entityViewModel.ViewModel.Code\" #Code=\"ngModel\" required [ngClass]=\"{'dflat-valid': Code.valid, 'dflat-invalid' : !Code.valid}\" />\r\n <span *ngIf=\"showValidationErrors && f.submitted\" class=\"glyphicon form-control-feedback\" [ngClass]=\"{'glyphicon-ok ': Code.valid, 'glyphicon-remove' : !Code.valid}\"></span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && !Code.valid\" class=\"errorMessage\">\r\n Le Code est un champ obligatoire.\r\n </span>\r\n\r\n </div>\r\n </div>\r\n\r\n <!--UniqueName-->\r\n <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3 control-label\" for=\"UniqueName-{{uniqueId}}\">Nom</label>\r\n <div class=\"col-md-9\" [ngClass]=\"{'has-success': f.submitted && UniqueName.valid, 'has-error' : f.submitted && !UniqueName.valid}\">\r\n <input type=\"text\" attr.id=\"UniqueName-{{uniqueId}}\" name=\"UniqueName\" placeholder=\"Nom\" class=\"form-control\"\r\n [(ngModel)]=\"entityViewModel.ViewModel.UniqueName\" #UniqueName=\"ngModel\" required [ngClass]=\"{'dflat-valid': UniqueName.valid, 'dflat-invalid' : !UniqueName.valid}\" />\r\n <span *ngIf=\"showValidationErrors && f.submitted\" class=\"glyphicon form-control-feedback\" [ngClass]=\"{'glyphicon-ok ': UniqueName.valid, 'glyphicon-remove' : !UniqueName.valid}\"></span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && !UniqueName.valid\" class=\"errorMessage\">\r\n Le nom est un champ obligatoire.\r\n </span>\r\n </div>\r\n </div>\r\n\r\n <!--ParentRole-->\r\n <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3\" for=\"ParentRole-{{uniqueId}}\">{{field.Label}}</label>\r\n <div class=\"col-md-9\">\r\n <ng-select placeholder=\"S\u00E9lectionner un r\u00F4le parent\" name=\"ParentRole\" attr.id=\"ParentRole-{{uniqueId}}\"\r\n [items]=\"field.Data\" [multiple]=\"false\" bindValue=\"Id\" bindLabel=\"Code\" [(ngModel)]=\"entityViewModel.ViewModel.ParentId\"\r\n #ParentRole=\"ngModel\">\r\n </ng-select>\r\n </div>\r\n </div>\r\n\r\n\r\n <!--Permissions Tree View-->\r\n <div class=\"form-group has-feedback\">\r\n <label class=\"col-md-3\" >Permissions</label>\r\n <div class=\"col-md-9\" >\r\n <ngx-treeview [config]=\"config\" [items]=\"items\" (filterChange)=\"onFilterChange($event)\"\r\n (selectedChange)=\"onSelectChange($event)\">\r\n </ngx-treeview>\r\n </div>\r\n </div>\r\n\r\n <!--******************************************************************************************************-->\r\n <!-- <div class=\"clearfix\">\r\n <div class=\"pull-right\">\r\n <button type=\"button\" class=\"btn btn-danger btn-flat\" (click)=\"onCancel()\">Annuler</button>\r\n <button type=\"submit\" (click)=\"save\" class=\"btn btn-success btn-flat\" [disabled]=\"!f.form.touched\">Sauvegarder</button>\r\n </div>\r\n </div> -->\r\n\r\n <div class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n (click)=\"onSave()\"\r\n >\r\n Sauvegarder\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </form>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i4.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i4.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i5.NgSelectComponent, selector: "ng-select", inputs: ["ariaLabelDropdown", "bindLabel", "bindValue", "ariaLabel", "markFirst", "placeholder", "fixedPlaceholder", "notFoundText", "typeToSearchText", "preventToggleOnRightClick", "addTagText", "loadingText", "clearAllText", "appearance", "dropdownPosition", "appendTo", "loading", "closeOnSelect", "hideSelected", "selectOnTab", "openOnEnter", "maxSelectedItems", "groupBy", "groupValue", "bufferAmount", "virtualScroll", "selectableGroup", "selectableGroupAsModel", "searchFn", "trackByFn", "clearOnBackspace", "labelForId", "inputAttrs", "tabIndex", "tabFocusOnClearButton", "readonly", "searchWhileComposing", "minTermLength", "editableSearchTerm", "ngClass", "typeahead", "multiple", "addTag", "searchable", "clearable", "isOpen", "items", "compareWith", "clearSearchOnAdd", "deselectOnClick", "keyDownFn"], outputs: ["blur", "focus", "change", "open", "close", "search", "clear", "add", "remove", "scroll", "scrollToEnd"] }, { kind: "component", type: i6.TreeviewComponent, selector: "ngx-treeview", inputs: ["headerTemplate", "itemTemplate", "items", "config"], outputs: ["selectedChange", "filterChange"] }] }); }
1794
1804
  }
1795
1805
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: RoleEditorComponent, decorators: [{
1796
1806
  type: Component,
1797
1807
  args: [{ selector: 'alg-role-editor', standalone: false, template: "<div>\r\n <form class=\"dynamic-form\" name=\"roleForm\" #f=\"ngForm\" novalidate>\r\n <div ngFor=\"let field of fields\">\r\n <div *ngIf=\"field.IsHidden\">\r\n <div [hidden]=\"true\" class=\"form-group has-feedback\">\r\n <label for=\"field.PropertyName\">{{ field.Label }}</label>\r\n <input class=\"form-control\" [formControlName]=\"field.PropertyName\" id=\"field.PropertyName\" [type]=\"field.InputType\">\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <!--Code-->\r\n <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3 control-label\" for=\"Code-{{uniqueId}}\">Code</label>\r\n <div class=\"col-md-9\" [ngClass]=\"{'has-success': f.submitted && Code.valid, 'has-error' : f.submitted && !Code.valid}\">\r\n <input type=\"text\" attr.id=\"Code-{{uniqueId}}\" name=\"Code\" placeholder=\"Code\" class=\"form-control\"\r\n [(ngModel)]=\"entityViewModel.ViewModel.Code\" #Code=\"ngModel\" required [ngClass]=\"{'dflat-valid': Code.valid, 'dflat-invalid' : !Code.valid}\" />\r\n <span *ngIf=\"showValidationErrors && f.submitted\" class=\"glyphicon form-control-feedback\" [ngClass]=\"{'glyphicon-ok ': Code.valid, 'glyphicon-remove' : !Code.valid}\"></span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && !Code.valid\" class=\"errorMessage\">\r\n Le Code est un champ obligatoire.\r\n </span>\r\n\r\n </div>\r\n </div>\r\n\r\n <!--UniqueName-->\r\n <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3 control-label\" for=\"UniqueName-{{uniqueId}}\">Nom</label>\r\n <div class=\"col-md-9\" [ngClass]=\"{'has-success': f.submitted && UniqueName.valid, 'has-error' : f.submitted && !UniqueName.valid}\">\r\n <input type=\"text\" attr.id=\"UniqueName-{{uniqueId}}\" name=\"UniqueName\" placeholder=\"Nom\" class=\"form-control\"\r\n [(ngModel)]=\"entityViewModel.ViewModel.UniqueName\" #UniqueName=\"ngModel\" required [ngClass]=\"{'dflat-valid': UniqueName.valid, 'dflat-invalid' : !UniqueName.valid}\" />\r\n <span *ngIf=\"showValidationErrors && f.submitted\" class=\"glyphicon form-control-feedback\" [ngClass]=\"{'glyphicon-ok ': UniqueName.valid, 'glyphicon-remove' : !UniqueName.valid}\"></span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && !UniqueName.valid\" class=\"errorMessage\">\r\n Le nom est un champ obligatoire.\r\n </span>\r\n </div>\r\n </div>\r\n\r\n <!--ParentRole-->\r\n <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3\" for=\"ParentRole-{{uniqueId}}\">{{field.Label}}</label>\r\n <div class=\"col-md-9\">\r\n <ng-select placeholder=\"S\u00E9lectionner un r\u00F4le parent\" name=\"ParentRole\" attr.id=\"ParentRole-{{uniqueId}}\"\r\n [items]=\"field.Data\" [multiple]=\"false\" bindValue=\"Id\" bindLabel=\"Code\" [(ngModel)]=\"entityViewModel.ViewModel.ParentId\"\r\n #ParentRole=\"ngModel\">\r\n </ng-select>\r\n </div>\r\n </div>\r\n\r\n\r\n <!--Permissions Tree View-->\r\n <div class=\"form-group has-feedback\">\r\n <label class=\"col-md-3\" >Permissions</label>\r\n <div class=\"col-md-9\" >\r\n <ngx-treeview [config]=\"config\" [items]=\"items\" (filterChange)=\"onFilterChange($event)\"\r\n (selectedChange)=\"onSelectChange($event)\">\r\n </ngx-treeview>\r\n </div>\r\n </div>\r\n\r\n <!--******************************************************************************************************-->\r\n <!-- <div class=\"clearfix\">\r\n <div class=\"pull-right\">\r\n <button type=\"button\" class=\"btn btn-danger btn-flat\" (click)=\"onCancel()\">Annuler</button>\r\n <button type=\"submit\" (click)=\"save\" class=\"btn btn-success btn-flat\" [disabled]=\"!f.form.touched\">Sauvegarder</button>\r\n </div>\r\n </div> -->\r\n\r\n <div class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n (click)=\"onSave()\"\r\n >\r\n Sauvegarder\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </form>\r\n</div>\r\n" }]
1798
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }], propDecorators: { form: [{
1808
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }], propDecorators: { form: [{
1799
1809
  type: ViewChild,
1800
1810
  args: ['f', { static: false }]
1801
1811
  }] } });
@@ -1821,13 +1831,13 @@ class SubCompanyComponent extends BaseComponent {
1821
1831
  super.ngOnInit();
1822
1832
  this.facade.actions.hideActions(["add", "edit", "delete"]);
1823
1833
  }
1824
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SubCompanyComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1825
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: SubCompanyComponent, isStandalone: false, selector: "msw-subcompany", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1834
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SubCompanyComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
1835
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: SubCompanyComponent, isStandalone: false, selector: "msw-subcompany", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1826
1836
  }
1827
1837
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SubCompanyComponent, decorators: [{
1828
1838
  type: Component,
1829
1839
  args: [{ selector: 'msw-subcompany', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
1830
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1840
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
1831
1841
 
1832
1842
  class CompanyComponent extends BaseComponent {
1833
1843
  getTitle() {
@@ -1867,13 +1877,13 @@ class CompanyComponent extends BaseComponent {
1867
1877
  });
1868
1878
  console.log('########## CompanyComponent Init');
1869
1879
  }
1870
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CompanyComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }, { token: SystemSectionService }], target: i0.ɵɵFactoryTarget.Component }); }
1871
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CompanyComponent, isStandalone: false, selector: "msw-company", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1880
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CompanyComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }, { token: SystemSectionService }], target: i0.ɵɵFactoryTarget.Component }); }
1881
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CompanyComponent, isStandalone: false, selector: "msw-company", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1872
1882
  }
1873
1883
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CompanyComponent, decorators: [{
1874
1884
  type: Component,
1875
1885
  args: [{ selector: 'msw-company', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
1876
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }, { type: SystemSectionService }] });
1886
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }, { type: SystemSectionService }] });
1877
1887
 
1878
1888
  class UserRoleComponent extends BaseComponent {
1879
1889
  getTitle() {
@@ -1909,13 +1919,13 @@ class UserRoleComponent extends BaseComponent {
1909
1919
  let userAccountId = this.Filter.UserAccountId;
1910
1920
  this.userActionService.addUserRole(userAccountId);
1911
1921
  }
1912
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserRoleComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }, { token: UserActionService }], target: i0.ɵɵFactoryTarget.Component }); }
1913
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: UserRoleComponent, isStandalone: false, selector: "alg-user-role", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1922
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserRoleComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }, { token: UserActionService }], target: i0.ɵɵFactoryTarget.Component }); }
1923
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: UserRoleComponent, isStandalone: false, selector: "alg-user-role", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
1914
1924
  }
1915
1925
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserRoleComponent, decorators: [{
1916
1926
  type: Component,
1917
1927
  args: [{ selector: 'alg-user-role', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
1918
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }, { type: UserActionService }] });
1928
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }, { type: UserActionService }] });
1919
1929
 
1920
1930
  class UserActionService {
1921
1931
  constructor(alertService, userGroupDefinitionDataService, userRoleDataService, userCompanyDataService, selector) {
@@ -2035,12 +2045,12 @@ class UserActionService {
2035
2045
  });
2036
2046
  });
2037
2047
  }
2038
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserActionService, deps: [{ token: i1$1.AlertService }, { token: i2.UserGroupDefinitionDataService }, { token: i2.UserRoleDataService }, { token: i2.UserAccountCompanyDataService }, { token: i1$1.FacadeModalService }], target: i0.ɵɵFactoryTarget.Injectable }); }
2048
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserActionService, deps: [{ token: i1$2.AlertService }, { token: i2.UserGroupDefinitionDataService }, { token: i2.UserRoleDataService }, { token: i2.UserAccountCompanyDataService }, { token: i1$2.FacadeModalService }], target: i0.ɵɵFactoryTarget.Injectable }); }
2039
2049
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserActionService }); }
2040
2050
  }
2041
2051
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserActionService, decorators: [{
2042
2052
  type: Injectable
2043
- }], ctorParameters: () => [{ type: i1$1.AlertService }, { type: i2.UserGroupDefinitionDataService }, { type: i2.UserRoleDataService }, { type: i2.UserAccountCompanyDataService }, { type: i1$1.FacadeModalService }] });
2053
+ }], ctorParameters: () => [{ type: i1$2.AlertService }, { type: i2.UserGroupDefinitionDataService }, { type: i2.UserRoleDataService }, { type: i2.UserAccountCompanyDataService }, { type: i1$2.FacadeModalService }] });
2044
2054
 
2045
2055
  class UserCompanyComponent extends BaseComponent {
2046
2056
  getTitle() {
@@ -2080,13 +2090,13 @@ class UserCompanyComponent extends BaseComponent {
2080
2090
  const parentCompanyId = this.app.UserService.AuthenticatedUser.CompanyId;
2081
2091
  this.userActionService.addUserCompany(userAccountId, parentCompanyId);
2082
2092
  }
2083
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserCompanyComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }, { token: UserActionService }], target: i0.ɵɵFactoryTarget.Component }); }
2084
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: UserCompanyComponent, isStandalone: false, selector: "alg-user-company", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
2093
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserCompanyComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }, { token: UserActionService }], target: i0.ɵɵFactoryTarget.Component }); }
2094
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: UserCompanyComponent, isStandalone: false, selector: "alg-user-company", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
2085
2095
  }
2086
2096
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserCompanyComponent, decorators: [{
2087
2097
  type: Component,
2088
2098
  args: [{ selector: 'alg-user-company', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
2089
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }, { type: UserActionService }] });
2099
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }, { type: UserActionService }] });
2090
2100
 
2091
2101
  class UserPermissionComponent extends BaseComponent {
2092
2102
  getTitle() {
@@ -2111,13 +2121,13 @@ class UserPermissionComponent extends BaseComponent {
2111
2121
  this.filterAction("add");
2112
2122
  this.filterAction("delete");
2113
2123
  }
2114
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserPermissionComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2115
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: UserPermissionComponent, isStandalone: false, selector: "alg-user-permission", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
2124
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserPermissionComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2125
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: UserPermissionComponent, isStandalone: false, selector: "alg-user-permission", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
2116
2126
  }
2117
2127
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserPermissionComponent, decorators: [{
2118
2128
  type: Component,
2119
2129
  args: [{ selector: 'alg-user-permission', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
2120
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2130
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2121
2131
 
2122
2132
  class UserAccountComponent extends BaseComponent {
2123
2133
  getTitle() {
@@ -2201,13 +2211,13 @@ class UserAccountComponent extends BaseComponent {
2201
2211
  // }
2202
2212
  // });
2203
2213
  }
2204
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserAccountComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2205
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: UserAccountComponent, isStandalone: false, selector: "alg-user-account", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
2214
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserAccountComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2215
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: UserAccountComponent, isStandalone: false, selector: "alg-user-account", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
2206
2216
  }
2207
2217
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserAccountComponent, decorators: [{
2208
2218
  type: Component,
2209
2219
  args: [{ selector: 'alg-user-account', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
2210
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2220
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2211
2221
 
2212
2222
  class UserAccountEditorComponent extends BaseEditorComponent {
2213
2223
  getEntityKey() {
@@ -2222,13 +2232,13 @@ class UserAccountEditorComponent extends BaseEditorComponent {
2222
2232
  constructor(app, route) {
2223
2233
  super(app, route);
2224
2234
  }
2225
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserAccountEditorComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2226
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: UserAccountEditorComponent, isStandalone: false, selector: "alg-user-account-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$1.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
2235
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserAccountEditorComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2236
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: UserAccountEditorComponent, isStandalone: false, selector: "alg-user-account-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$2.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
2227
2237
  }
2228
2238
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserAccountEditorComponent, decorators: [{
2229
2239
  type: Component,
2230
2240
  args: [{ selector: 'alg-user-account-editor', standalone: false, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n" }]
2231
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2241
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2232
2242
 
2233
2243
  class CustomFieldGroupEditorComponent extends BaseEditorComponent {
2234
2244
  getEntityKey() {
@@ -2244,13 +2254,13 @@ class CustomFieldGroupEditorComponent extends BaseEditorComponent {
2244
2254
  super(app, route);
2245
2255
  this.isCancel = false;
2246
2256
  }
2247
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldGroupEditorComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2248
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CustomFieldGroupEditorComponent, isStandalone: false, selector: "alg-custom-field-group-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$1.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
2257
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldGroupEditorComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2258
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CustomFieldGroupEditorComponent, isStandalone: false, selector: "alg-custom-field-group-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$2.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
2249
2259
  }
2250
2260
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldGroupEditorComponent, decorators: [{
2251
2261
  type: Component,
2252
2262
  args: [{ selector: 'alg-custom-field-group-editor', standalone: false, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n" }]
2253
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2263
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2254
2264
 
2255
2265
  class CustomFieldGroupItemEditorComponent extends BaseEditorComponent {
2256
2266
  getEntityKey() {
@@ -2265,13 +2275,13 @@ class CustomFieldGroupItemEditorComponent extends BaseEditorComponent {
2265
2275
  constructor(app, route) {
2266
2276
  super(app, route);
2267
2277
  }
2268
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldGroupItemEditorComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2269
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CustomFieldGroupItemEditorComponent, isStandalone: false, selector: "msw-custom-field-group-item-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$1.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
2278
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldGroupItemEditorComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2279
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CustomFieldGroupItemEditorComponent, isStandalone: false, selector: "msw-custom-field-group-item-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$2.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
2270
2280
  }
2271
2281
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldGroupItemEditorComponent, decorators: [{
2272
2282
  type: Component,
2273
2283
  args: [{ selector: 'msw-custom-field-group-item-editor', standalone: false, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n" }]
2274
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2284
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2275
2285
 
2276
2286
  class ActivateComponent {
2277
2287
  constructor(router, route, accountDataService, authService, userService) {
@@ -2357,7 +2367,7 @@ class ActivateComponent {
2357
2367
  goHome() {
2358
2368
  this.router.navigate(['/']);
2359
2369
  }
2360
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ActivateComponent, deps: [{ token: i2$2.Router }, { token: i2$2.ActivatedRoute }, { token: i2.AccountDataService }, { token: i3$1.AuthService }, { token: i3$1.UserService }], target: i0.ɵɵFactoryTarget.Component }); }
2370
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ActivateComponent, deps: [{ token: i2$2.Router }, { token: i2$2.ActivatedRoute }, { token: i2.AccountDataService }, { token: i1$1.AuthService }, { token: i1$1.UserService }], target: i0.ɵɵFactoryTarget.Component }); }
2361
2371
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ActivateComponent, isStandalone: false, selector: "msw-activate", ngImport: i0, template: '', isInline: true }); }
2362
2372
  }
2363
2373
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ActivateComponent, decorators: [{
@@ -2366,7 +2376,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImpor
2366
2376
  selector: 'msw-activate', template: '',
2367
2377
  standalone: false
2368
2378
  }]
2369
- }], ctorParameters: () => [{ type: i2$2.Router }, { type: i2$2.ActivatedRoute }, { type: i2.AccountDataService }, { type: i3$1.AuthService }, { type: i3$1.UserService }] });
2379
+ }], ctorParameters: () => [{ type: i2$2.Router }, { type: i2$2.ActivatedRoute }, { type: i2.AccountDataService }, { type: i1$1.AuthService }, { type: i1$1.UserService }] });
2370
2380
 
2371
2381
  class CustomFieldGroupEntityEditorComponent extends BaseEditorComponent {
2372
2382
  getTitle(withId) {
@@ -2384,13 +2394,13 @@ class CustomFieldGroupEntityEditorComponent extends BaseEditorComponent {
2384
2394
  constructor(app, route) {
2385
2395
  super(app, route);
2386
2396
  }
2387
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldGroupEntityEditorComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2388
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CustomFieldGroupEntityEditorComponent, isStandalone: false, selector: "msw-custom-field-group-entity-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$1.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
2397
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldGroupEntityEditorComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2398
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CustomFieldGroupEntityEditorComponent, isStandalone: false, selector: "msw-custom-field-group-entity-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$2.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
2389
2399
  }
2390
2400
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldGroupEntityEditorComponent, decorators: [{
2391
2401
  type: Component,
2392
2402
  args: [{ selector: 'msw-custom-field-group-entity-editor', standalone: false, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n" }]
2393
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2403
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2394
2404
 
2395
2405
  class CustomFieldGroupEntityComponent extends BaseComponent {
2396
2406
  getTitle() {
@@ -2424,13 +2434,13 @@ class CustomFieldGroupEntityComponent extends BaseComponent {
2424
2434
  }
2425
2435
  });
2426
2436
  }
2427
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldGroupEntityComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }, { token: CustomFieldActionService }], target: i0.ɵɵFactoryTarget.Component }); }
2428
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CustomFieldGroupEntityComponent, isStandalone: false, selector: "msw-custom-field-group-entity", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
2437
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldGroupEntityComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }, { token: CustomFieldActionService }], target: i0.ɵɵFactoryTarget.Component }); }
2438
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CustomFieldGroupEntityComponent, isStandalone: false, selector: "msw-custom-field-group-entity", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
2429
2439
  }
2430
2440
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CustomFieldGroupEntityComponent, decorators: [{
2431
2441
  type: Component,
2432
2442
  args: [{ selector: 'msw-custom-field-group-entity', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
2433
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }, { type: CustomFieldActionService }] });
2443
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }, { type: CustomFieldActionService }] });
2434
2444
 
2435
2445
  class MetaEntityFieldEditorComponent extends NewEditorComponent {
2436
2446
  getEntityKey() {
@@ -2445,13 +2455,13 @@ class MetaEntityFieldEditorComponent extends NewEditorComponent {
2445
2455
  constructor(app, route) {
2446
2456
  super(app, route);
2447
2457
  }
2448
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: MetaEntityFieldEditorComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2449
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: MetaEntityFieldEditorComponent, isStandalone: false, selector: "alg-meta-entity-field-editor", usesInheritance: true, ngImport: i0, template: "<div class=\"editor-container\">\r\n <div class=\"breadcrumb-panel\" *ngIf=\"(this.facade.editor.isStandaloneMode$| async)\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n <!-- entityConfigLoader\r\n #configLoader=\"entityConfigLoader\"\r\n [entityKey]=\"getEntityKey()\" -->\r\n\r\n <ng-container\r\n >\r\n <div class=\"property-editor-container\" [class.show-buttons]=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <alg-property-editor\r\n class=\"property-editor-container-inner\"\r\n #propertyGridComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-property-editor>\r\n </div>\r\n <div class=\"buttons-container\" *ngIf=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <div class=\"footer-buttons\" >\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!this.dirty\"\r\n (click)=\"handleDialogButtonClick(false)\">\r\n Sauvegarder\r\n </button>\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\">\r\n Annuler\r\n </button>\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$1.PropertyEditorComponent, selector: "alg-property-editor", inputs: ["validateAfterEachChange", "entityKey", "guid", "searchText", "readonly"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
2458
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: MetaEntityFieldEditorComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2459
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: MetaEntityFieldEditorComponent, isStandalone: false, selector: "alg-meta-entity-field-editor", usesInheritance: true, ngImport: i0, template: "<div class=\"editor-container\">\r\n <div class=\"breadcrumb-panel\" *ngIf=\"(this.facade.editor.isStandaloneMode$| async)\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n <!-- entityConfigLoader\r\n #configLoader=\"entityConfigLoader\"\r\n [entityKey]=\"getEntityKey()\" -->\r\n\r\n <ng-container\r\n >\r\n <div class=\"property-editor-container\" [class.show-buttons]=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <alg-property-editor\r\n class=\"property-editor-container-inner\"\r\n #propertyGridComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-property-editor>\r\n </div>\r\n <div class=\"buttons-container\" *ngIf=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <div class=\"footer-buttons\" >\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!this.dirty\"\r\n (click)=\"handleDialogButtonClick(false)\">\r\n Sauvegarder\r\n </button>\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\">\r\n Annuler\r\n </button>\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$2.PropertyEditorComponent, selector: "alg-property-editor", inputs: ["validateAfterEachChange", "entityKey", "guid", "searchText", "readonly"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
2450
2460
  }
2451
2461
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: MetaEntityFieldEditorComponent, decorators: [{
2452
2462
  type: Component,
2453
2463
  args: [{ selector: 'alg-meta-entity-field-editor', standalone: false, template: "<div class=\"editor-container\">\r\n <div class=\"breadcrumb-panel\" *ngIf=\"(this.facade.editor.isStandaloneMode$| async)\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n <!-- entityConfigLoader\r\n #configLoader=\"entityConfigLoader\"\r\n [entityKey]=\"getEntityKey()\" -->\r\n\r\n <ng-container\r\n >\r\n <div class=\"property-editor-container\" [class.show-buttons]=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <alg-property-editor\r\n class=\"property-editor-container-inner\"\r\n #propertyGridComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-property-editor>\r\n </div>\r\n <div class=\"buttons-container\" *ngIf=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <div class=\"footer-buttons\" >\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!this.dirty\"\r\n (click)=\"handleDialogButtonClick(false)\">\r\n Sauvegarder\r\n </button>\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\">\r\n Annuler\r\n </button>\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>\r\n" }]
2454
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2464
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2455
2465
 
2456
2466
  class MetaEntityFieldComponent extends BaseComponent {
2457
2467
  getTitle() {
@@ -2499,13 +2509,13 @@ class MetaEntityFieldComponent extends BaseComponent {
2499
2509
  console.log(entityKey);
2500
2510
  this.customFieldActionService.addCustomField(this.Filter.MetaEntityKey, Array.from(values));
2501
2511
  }
2502
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: MetaEntityFieldComponent, deps: [{ token: i1$1.ApplicationService }, { token: CustomFieldActionService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2503
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: MetaEntityFieldComponent, isStandalone: false, selector: "alg-meta-entity-field", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
2512
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: MetaEntityFieldComponent, deps: [{ token: i1$2.ApplicationService }, { token: CustomFieldActionService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2513
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: MetaEntityFieldComponent, isStandalone: false, selector: "alg-meta-entity-field", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
2504
2514
  }
2505
2515
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: MetaEntityFieldComponent, decorators: [{
2506
2516
  type: Component,
2507
2517
  args: [{ selector: 'alg-meta-entity-field', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
2508
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: CustomFieldActionService }, { type: i2$2.ActivatedRoute }] });
2518
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: CustomFieldActionService }, { type: i2$2.ActivatedRoute }] });
2509
2519
 
2510
2520
  class MetaEntityComponent extends BaseComponent {
2511
2521
  getTitle() {
@@ -2598,13 +2608,13 @@ class MetaEntityComponent extends BaseComponent {
2598
2608
  }
2599
2609
  });
2600
2610
  }
2601
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: MetaEntityComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2602
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: MetaEntityComponent, isStandalone: false, selector: "alg-meta-entity", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
2611
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: MetaEntityComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2612
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: MetaEntityComponent, isStandalone: false, selector: "alg-meta-entity", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
2603
2613
  }
2604
2614
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: MetaEntityComponent, decorators: [{
2605
2615
  type: Component,
2606
2616
  args: [{ selector: 'alg-meta-entity', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
2607
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2617
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2608
2618
 
2609
2619
  class ResourceTranslationComponent extends BaseComponent {
2610
2620
  getTitle() {
@@ -2634,13 +2644,13 @@ class ResourceTranslationComponent extends BaseComponent {
2634
2644
  }
2635
2645
  });
2636
2646
  }
2637
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ResourceTranslationComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2638
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ResourceTranslationComponent, isStandalone: false, selector: "alg-resource-translation", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
2647
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ResourceTranslationComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2648
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ResourceTranslationComponent, isStandalone: false, selector: "alg-resource-translation", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
2639
2649
  }
2640
2650
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ResourceTranslationComponent, decorators: [{
2641
2651
  type: Component,
2642
2652
  args: [{ selector: 'alg-resource-translation', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
2643
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2653
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2644
2654
 
2645
2655
  class ResourceKeyComponent extends BaseComponent {
2646
2656
  getTitle() {
@@ -2683,13 +2693,13 @@ class ResourceKeyComponent extends BaseComponent {
2683
2693
  this.facade.actions.hideAction("add");
2684
2694
  this.facade.layout.setFixedLayout({ IsVerticalLayout: false, PropertyFlexGrow: 70 });
2685
2695
  }
2686
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ResourceKeyComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2687
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ResourceKeyComponent, isStandalone: false, selector: "alg-resource-key", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
2696
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ResourceKeyComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2697
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ResourceKeyComponent, isStandalone: false, selector: "alg-resource-key", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
2688
2698
  }
2689
2699
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ResourceKeyComponent, decorators: [{
2690
2700
  type: Component,
2691
2701
  args: [{ selector: 'alg-resource-key', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
2692
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2702
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2693
2703
 
2694
2704
  class UserProfileAccountComponent extends BaseEditorComponent {
2695
2705
  getEntityKey() {
@@ -2733,13 +2743,13 @@ class UserProfileAccountComponent extends BaseEditorComponent {
2733
2743
  this.field = entity.FieldSections[0].FieldViewModels.find(c => c.PropertyName === 'UserAccountCompanys');
2734
2744
  this.roleFieldDescriptor = entity.FieldSections[0].FieldViewModels.find(c => c.PropertyName === 'UserAccountRoles');
2735
2745
  }
2736
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserProfileAccountComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2746
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserProfileAccountComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2737
2747
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: UserProfileAccountComponent, isStandalone: false, selector: "alg-user-account-profile", outputs: { cancel: "cancel", update: "update" }, viewQueries: [{ propertyName: "firstName", first: true, predicate: ["FirstName"], descendants: true }, { propertyName: "form", first: true, predicate: ["f"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<div>\r\n <form class=\"dynamic-form\" name=\"userInfoForm\" #f=\"ngForm\" novalidate>\r\n\r\n <div ngFor=\"let field of fields\">\r\n <div *ngIf=\"field.IsHidden\">\r\n <div [hidden]=\"true\" class=\"form-group has-feedback\">\r\n <label [htmlFor]=\"field.PropertyName\">{{ field.Label }}</label>\r\n <input class=\"form-control\" [formControlName]=\"field.PropertyName\" [id]=\"field.PropertyName\" [type]=\"field.InputType\">\r\n </div>\r\n </div>\r\n </div>\r\n\r\n\r\n\r\n\r\n<!--Pseudo-->\r\n<div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3 control-label\" for=\"Pseudo-{{uniqueId}}\">Pseudo</label>\r\n <div class=\"col-md-12\" [ngClass]=\"{'has-success': f.submitted && Pseudo.valid, 'has-error' : f.submitted && !Pseudo.valid}\">\r\n <input readonly=\"true\" type=\"text\" attr.id=\"Pseudo-{{uniqueId}}\" name=\"Pseudo\" placeholder=\"Pseudo\" class=\"form-control\"\r\n [(ngModel)]=\"entityViewModel.ViewModel.Pseudo\" #Pseudo=\"ngModel\" required [ngClass]=\"{'dflat-valid': Pseudo.valid, 'dflat-invalid' : !Pseudo.valid}\" />\r\n <span *ngIf=\"showValidationErrors && f.submitted\" class=\"glyphicon form-control-feedback\" [ngClass]=\"{'glyphicon-ok ': Pseudo.valid, 'glyphicon-remove' : !Pseudo.valid}\"></span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && !Pseudo.valid\" class=\"errorMessage\">\r\n Le nom est un champ obligatoire.\r\n </span>\r\n </div>\r\n</div>\r\n<!--Email-->\r\n<div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3 control-label\" for=\"Email-{{uniqueId}}\">Nom</label>\r\n <div class=\"col-md-12\" [ngClass]=\"{'has-success': f.submitted && Email.valid, 'has-error' : f.submitted && !Email.valid}\">\r\n <input readonly=\"true\" type=\"text\" attr.id=\"Email-{{uniqueId}}\" name=\"Email\" placeholder=\"Email\" class=\"form-control\"\r\n [(ngModel)]=\"entityViewModel.ViewModel.Email\" #Email=\"ngModel\" required pattern=\"^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\\.[a-zA-Z0-9-.]+$\"\r\n [ngClass]=\"{'dflat-valid': Email.valid, 'dflat-invalid' : !Email.valid}\" />\r\n <span *ngIf=\"showValidationErrors && f.submitted\" class=\"glyphicon form-control-feedback\" [ngClass]=\"{'glyphicon-ok ': Email.valid, 'glyphicon-remove' : !Email.valid}\"></span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && Email.errors?.required\" class=\"errorMessage\">\r\n L'Email' est un champ obligatoire.\r\n </span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && Email.errors?.pattern\" class=\"errorMessage\">\r\n L'Email est invalide.\r\n </span>\r\n </div>\r\n</div>\r\n <!--LastName-->\r\n <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3 control-label\" for=\"LastName-{{uniqueId}}\">Nom</label>\r\n <div class=\"col-md-12\" [ngClass]=\"{'has-success': f.submitted && LastName.valid, 'has-error' : f.submitted && !LastName.valid}\">\r\n <input type=\"text\" attr.id=\"LastName-{{uniqueId}}\" name=\"LastName\" placeholder=\"Nom\" class=\"form-control\"\r\n [(ngModel)]=\"entityViewModel.ViewModel.LastName\" #LastName=\"ngModel\" required [ngClass]=\"{'dflat-valid': LastName.valid, 'dflat-invalid' : !LastName.valid}\" />\r\n <span *ngIf=\"showValidationErrors && f.submitted\" class=\"glyphicon form-control-feedback\" [ngClass]=\"{'glyphicon-ok ': LastName.valid, 'glyphicon-remove' : !LastName.valid}\"></span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && !LastName.valid\" class=\"errorMessage\">\r\n Le nom est un champ obligatoire.\r\n </span>\r\n </div>\r\n </div>\r\n\r\n <!--FirstName-->\r\n <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3 control-label\" for=\"FirstName-{{uniqueId}}\">Pr\u00E9nom</label>\r\n <div class=\"col-md-12\" [ngClass]=\"{'has-success': f.submitted && FirstName.valid, 'has-error' : f.submitted && !FirstName.valid}\">\r\n <input type=\"text\" attr.id=\"FirstName-{{uniqueId}}\" name=\"FirstName\" placeholder=\"Pr\u00E9nom\" class=\"form-control\"\r\n [(ngModel)]=\"entityViewModel.ViewModel.FirstName\" #FirstName=\"ngModel\" required [ngClass]=\"{'dflat-valid': FirstName.valid, 'dflat-invalid' : !FirstName.valid}\" />\r\n <span *ngIf=\"showValidationErrors\" class=\"glyphicon form-control-feedback\" [ngClass]=\"{'glyphicon-ok ': FirstName.valid, 'glyphicon-remove' : !FirstName.valid}\"></span>\r\n <span *ngIf=\"showValidationErrors && !FirstName.valid\" class=\"errorMessage\">\r\n Le pr\u00E9nom est un champ obligatoire.\r\n </span>\r\n\r\n </div>\r\n </div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n <!--R\u00F4les-->\r\n <!-- <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3\" for=\"UserAccountCompanys-{{uniqueId}}\">R\u00F4les</label>\r\n <div class=\"col-md-12\">\r\n <ng-select placeholder=\"S\u00E9lectionner un r\u00F4le\" name=\"UserAccountRoles\" attr.id=\"UserAccountRoles-{{uniqueId}}\"\r\n [items]=\"roleFieldDescriptor.Data\" [multiple]=\"true\" [hideSelected]=\"true\" bindValue=\"Id\" bindLabel=\"UniqueName\"\r\n [(ngModel)]=\"entityViewModel.ViewModel.UserAccountRoles\" #UserAccountRoles=\"ngModel\"\r\n [disabled]=\"!entityViewModel.ViewModel.IsAdmin\">\r\n </ng-select>\r\n </div>\r\n </div> -->\r\n\r\n <!--Soci\u00E9t\u00E9-->\r\n <!-- <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3\" for=\"UserAccountCompanys-{{uniqueId}}\">Soci\u00E9t\u00E9</label>\r\n <div class=\"col-md-12\">\r\n <ng-select placeholder=\"S\u00E9lectionner une soci\u00E9t\u00E9\" name=\"UserAccountCompanys\" attr.id=\"UserAccountCompanys-{{uniqueId}}\"\r\n [items]=\"field.Data\" [multiple]=\"true\" [hideSelected]=\"true\" bindValue=\"Id\" bindLabel=\"CompanyName\"\r\n [(ngModel)]=\"entityViewModel.ViewModel.UserAccountCompanys\" #UserAccountCompanys=\"ngModel\"\r\n [disabled]=\"!entityViewModel.ViewModel.IsAdmin\">\r\n </ng-select>\r\n </div>\r\n </div> -->\r\n\r\n <!-- Password -->\r\n <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group\">\r\n\r\n <div *ngIf=\"!isChangePassword\" class=\"col-md-12\">\r\n <button type=\"button\" (click)=\"changePassword()\" class=\"btn btn-link\">Changer le mot de passe</button>\r\n </div>\r\n\r\n <div *ngIf=\"isChangePassword\" class=\"col-md-12 password-well well\">\r\n <div>\r\n <!-- Current Password -->\r\n <div class=\"form-group has-feedback\">\r\n <label class=\"control-label col-md-3\" for=\"currentPassword-{{uniqueId}}\">Mot de passe actuel</label>\r\n <div class=\"col-md-12\" [ngClass]=\"{'has-success': f.submitted && currentPassword.valid, 'has-error' : f.submitted && !currentPassword.valid}\">\r\n <input type=\"password\" attr.id=\"currentPassword-{{uniqueId}}\" name=\"currentPassword\"\r\n placeholder=\"Saisir le mot de passe actuel\" class=\"form-control\" [(ngModel)]=\"entityViewModel.ViewModel.CurrentPassword\"\r\n #currentPassword=\"ngModel\" required />\r\n <span *ngIf=\"showValidationErrors && f.submitted\" class=\"glyphicon form-control-feedback\"\r\n [ngClass]=\"{'glyphicon-ok ': currentPassword.valid, 'glyphicon-remove' : !currentPassword.valid}\"></span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && !currentPassword.valid\" class=\"errorMessage\">\r\n Le mot de passe actuel est obligatoire.\r\n </span>\r\n </div>\r\n </div>\r\n <!-- Separator -->\r\n <div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <hr class=\"password-separator-hr\" />\r\n </div>\r\n </div>\r\n <!-- New Password -->\r\n <div class=\"form-group has-feedback\">\r\n <label class=\"control-label col-md-3\" for=\"newPassword-{{uniqueId}}\">Nouveau mot de passe</label>\r\n <div class=\"col-md-12\" [ngClass]=\"{'has-success': f.submitted && newPassword.valid, 'has-error' : f.submitted && !newPassword.valid}\">\r\n <input type=\"password\" attr.id=\"newPassword-{{uniqueId}}\" name=\"newPassword\" placeholder=\"Enter new password\"\r\n class=\"form-control\" [(ngModel)]=\"entityViewModel.ViewModel.NewPassword\" #newPassword=\"ngModel\"\r\n required validateEqual=\"confirmPassword\" reverse=\"true\" />\r\n <span *ngIf=\"showValidationErrors && f.submitted\" class=\"glyphicon form-control-feedback\"\r\n [ngClass]=\"{'glyphicon-ok ': newPassword.valid, 'glyphicon-remove' : !newPassword.valid}\"></span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && !newPassword.valid\" class=\"errorMessage\">\r\n Le nouveau mot de passe est obligatoire.\r\n </span>\r\n </div>\r\n </div>\r\n <!-- Separator -->\r\n <div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <hr class=\"password-separator-hr\" />\r\n </div>\r\n </div>\r\n\r\n <!-- Confirm Password -->\r\n <div class=\"form-group has-feedback\">\r\n <label class=\"control-label col-md-3\" for=\"confirmPassword-{{uniqueId}}\">Confirmez le mot de\r\n passe</label>\r\n <div class=\"col-md-12\" [ngClass]=\"{'has-success': f.submitted && confirmPassword.valid, 'has-error' : f.submitted && !confirmPassword.valid}\">\r\n <input type=\"password\" attr.id=\"confirmPassword-{{uniqueId}}\" name=\"confirmPassword\"\r\n placeholder=\"Confirmez le mot de passe\"\r\n class=\"form-control\" [(ngModel)]=\"entityViewModel.ViewModel.ConfirmPassword\"\r\n #confirmPassword=\"ngModel\" required validateEqual=\"newPassword\" />\r\n <span *ngIf=\"showValidationErrors && f.submitted\" class=\"glyphicon form-control-feedback\"\r\n [ngClass]=\"{'glyphicon-ok ': confirmPassword.valid, 'glyphicon-remove' : !confirmPassword.valid}\"></span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && confirmPassword.errors?.required\" class=\"errorMessage\">\r\n Le mot de passe de confirmation est obligatoire.\r\n </span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && confirmPassword.errors?.validateEqual && !confirmPassword.errors?.required\"\r\n class=\"errorMessage\">\r\n Le nouveau mot de passe et le mot de passe de confirmation ne correspondent pas.\r\n </span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </form>\r\n</div>\r\n", styles: [".password-well{margin-bottom:0}.password-separator-hr{margin:5px;border-style:none}\n"], dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i4.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i4.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i4.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }] }); }
2738
2748
  }
2739
2749
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserProfileAccountComponent, decorators: [{
2740
2750
  type: Component,
2741
2751
  args: [{ selector: 'alg-user-account-profile', standalone: false, template: "<div>\r\n <form class=\"dynamic-form\" name=\"userInfoForm\" #f=\"ngForm\" novalidate>\r\n\r\n <div ngFor=\"let field of fields\">\r\n <div *ngIf=\"field.IsHidden\">\r\n <div [hidden]=\"true\" class=\"form-group has-feedback\">\r\n <label [htmlFor]=\"field.PropertyName\">{{ field.Label }}</label>\r\n <input class=\"form-control\" [formControlName]=\"field.PropertyName\" [id]=\"field.PropertyName\" [type]=\"field.InputType\">\r\n </div>\r\n </div>\r\n </div>\r\n\r\n\r\n\r\n\r\n<!--Pseudo-->\r\n<div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3 control-label\" for=\"Pseudo-{{uniqueId}}\">Pseudo</label>\r\n <div class=\"col-md-12\" [ngClass]=\"{'has-success': f.submitted && Pseudo.valid, 'has-error' : f.submitted && !Pseudo.valid}\">\r\n <input readonly=\"true\" type=\"text\" attr.id=\"Pseudo-{{uniqueId}}\" name=\"Pseudo\" placeholder=\"Pseudo\" class=\"form-control\"\r\n [(ngModel)]=\"entityViewModel.ViewModel.Pseudo\" #Pseudo=\"ngModel\" required [ngClass]=\"{'dflat-valid': Pseudo.valid, 'dflat-invalid' : !Pseudo.valid}\" />\r\n <span *ngIf=\"showValidationErrors && f.submitted\" class=\"glyphicon form-control-feedback\" [ngClass]=\"{'glyphicon-ok ': Pseudo.valid, 'glyphicon-remove' : !Pseudo.valid}\"></span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && !Pseudo.valid\" class=\"errorMessage\">\r\n Le nom est un champ obligatoire.\r\n </span>\r\n </div>\r\n</div>\r\n<!--Email-->\r\n<div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3 control-label\" for=\"Email-{{uniqueId}}\">Nom</label>\r\n <div class=\"col-md-12\" [ngClass]=\"{'has-success': f.submitted && Email.valid, 'has-error' : f.submitted && !Email.valid}\">\r\n <input readonly=\"true\" type=\"text\" attr.id=\"Email-{{uniqueId}}\" name=\"Email\" placeholder=\"Email\" class=\"form-control\"\r\n [(ngModel)]=\"entityViewModel.ViewModel.Email\" #Email=\"ngModel\" required pattern=\"^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\\.[a-zA-Z0-9-.]+$\"\r\n [ngClass]=\"{'dflat-valid': Email.valid, 'dflat-invalid' : !Email.valid}\" />\r\n <span *ngIf=\"showValidationErrors && f.submitted\" class=\"glyphicon form-control-feedback\" [ngClass]=\"{'glyphicon-ok ': Email.valid, 'glyphicon-remove' : !Email.valid}\"></span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && Email.errors?.required\" class=\"errorMessage\">\r\n L'Email' est un champ obligatoire.\r\n </span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && Email.errors?.pattern\" class=\"errorMessage\">\r\n L'Email est invalide.\r\n </span>\r\n </div>\r\n</div>\r\n <!--LastName-->\r\n <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3 control-label\" for=\"LastName-{{uniqueId}}\">Nom</label>\r\n <div class=\"col-md-12\" [ngClass]=\"{'has-success': f.submitted && LastName.valid, 'has-error' : f.submitted && !LastName.valid}\">\r\n <input type=\"text\" attr.id=\"LastName-{{uniqueId}}\" name=\"LastName\" placeholder=\"Nom\" class=\"form-control\"\r\n [(ngModel)]=\"entityViewModel.ViewModel.LastName\" #LastName=\"ngModel\" required [ngClass]=\"{'dflat-valid': LastName.valid, 'dflat-invalid' : !LastName.valid}\" />\r\n <span *ngIf=\"showValidationErrors && f.submitted\" class=\"glyphicon form-control-feedback\" [ngClass]=\"{'glyphicon-ok ': LastName.valid, 'glyphicon-remove' : !LastName.valid}\"></span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && !LastName.valid\" class=\"errorMessage\">\r\n Le nom est un champ obligatoire.\r\n </span>\r\n </div>\r\n </div>\r\n\r\n <!--FirstName-->\r\n <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3 control-label\" for=\"FirstName-{{uniqueId}}\">Pr\u00E9nom</label>\r\n <div class=\"col-md-12\" [ngClass]=\"{'has-success': f.submitted && FirstName.valid, 'has-error' : f.submitted && !FirstName.valid}\">\r\n <input type=\"text\" attr.id=\"FirstName-{{uniqueId}}\" name=\"FirstName\" placeholder=\"Pr\u00E9nom\" class=\"form-control\"\r\n [(ngModel)]=\"entityViewModel.ViewModel.FirstName\" #FirstName=\"ngModel\" required [ngClass]=\"{'dflat-valid': FirstName.valid, 'dflat-invalid' : !FirstName.valid}\" />\r\n <span *ngIf=\"showValidationErrors\" class=\"glyphicon form-control-feedback\" [ngClass]=\"{'glyphicon-ok ': FirstName.valid, 'glyphicon-remove' : !FirstName.valid}\"></span>\r\n <span *ngIf=\"showValidationErrors && !FirstName.valid\" class=\"errorMessage\">\r\n Le pr\u00E9nom est un champ obligatoire.\r\n </span>\r\n\r\n </div>\r\n </div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n <!--R\u00F4les-->\r\n <!-- <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3\" for=\"UserAccountCompanys-{{uniqueId}}\">R\u00F4les</label>\r\n <div class=\"col-md-12\">\r\n <ng-select placeholder=\"S\u00E9lectionner un r\u00F4le\" name=\"UserAccountRoles\" attr.id=\"UserAccountRoles-{{uniqueId}}\"\r\n [items]=\"roleFieldDescriptor.Data\" [multiple]=\"true\" [hideSelected]=\"true\" bindValue=\"Id\" bindLabel=\"UniqueName\"\r\n [(ngModel)]=\"entityViewModel.ViewModel.UserAccountRoles\" #UserAccountRoles=\"ngModel\"\r\n [disabled]=\"!entityViewModel.ViewModel.IsAdmin\">\r\n </ng-select>\r\n </div>\r\n </div> -->\r\n\r\n <!--Soci\u00E9t\u00E9-->\r\n <!-- <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group has-feedback\">\r\n <label class=\"col-md-3\" for=\"UserAccountCompanys-{{uniqueId}}\">Soci\u00E9t\u00E9</label>\r\n <div class=\"col-md-12\">\r\n <ng-select placeholder=\"S\u00E9lectionner une soci\u00E9t\u00E9\" name=\"UserAccountCompanys\" attr.id=\"UserAccountCompanys-{{uniqueId}}\"\r\n [items]=\"field.Data\" [multiple]=\"true\" [hideSelected]=\"true\" bindValue=\"Id\" bindLabel=\"CompanyName\"\r\n [(ngModel)]=\"entityViewModel.ViewModel.UserAccountCompanys\" #UserAccountCompanys=\"ngModel\"\r\n [disabled]=\"!entityViewModel.ViewModel.IsAdmin\">\r\n </ng-select>\r\n </div>\r\n </div> -->\r\n\r\n <!-- Password -->\r\n <div *ngIf=\"entityViewModel.ViewModel\" class=\"form-group\">\r\n\r\n <div *ngIf=\"!isChangePassword\" class=\"col-md-12\">\r\n <button type=\"button\" (click)=\"changePassword()\" class=\"btn btn-link\">Changer le mot de passe</button>\r\n </div>\r\n\r\n <div *ngIf=\"isChangePassword\" class=\"col-md-12 password-well well\">\r\n <div>\r\n <!-- Current Password -->\r\n <div class=\"form-group has-feedback\">\r\n <label class=\"control-label col-md-3\" for=\"currentPassword-{{uniqueId}}\">Mot de passe actuel</label>\r\n <div class=\"col-md-12\" [ngClass]=\"{'has-success': f.submitted && currentPassword.valid, 'has-error' : f.submitted && !currentPassword.valid}\">\r\n <input type=\"password\" attr.id=\"currentPassword-{{uniqueId}}\" name=\"currentPassword\"\r\n placeholder=\"Saisir le mot de passe actuel\" class=\"form-control\" [(ngModel)]=\"entityViewModel.ViewModel.CurrentPassword\"\r\n #currentPassword=\"ngModel\" required />\r\n <span *ngIf=\"showValidationErrors && f.submitted\" class=\"glyphicon form-control-feedback\"\r\n [ngClass]=\"{'glyphicon-ok ': currentPassword.valid, 'glyphicon-remove' : !currentPassword.valid}\"></span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && !currentPassword.valid\" class=\"errorMessage\">\r\n Le mot de passe actuel est obligatoire.\r\n </span>\r\n </div>\r\n </div>\r\n <!-- Separator -->\r\n <div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <hr class=\"password-separator-hr\" />\r\n </div>\r\n </div>\r\n <!-- New Password -->\r\n <div class=\"form-group has-feedback\">\r\n <label class=\"control-label col-md-3\" for=\"newPassword-{{uniqueId}}\">Nouveau mot de passe</label>\r\n <div class=\"col-md-12\" [ngClass]=\"{'has-success': f.submitted && newPassword.valid, 'has-error' : f.submitted && !newPassword.valid}\">\r\n <input type=\"password\" attr.id=\"newPassword-{{uniqueId}}\" name=\"newPassword\" placeholder=\"Enter new password\"\r\n class=\"form-control\" [(ngModel)]=\"entityViewModel.ViewModel.NewPassword\" #newPassword=\"ngModel\"\r\n required validateEqual=\"confirmPassword\" reverse=\"true\" />\r\n <span *ngIf=\"showValidationErrors && f.submitted\" class=\"glyphicon form-control-feedback\"\r\n [ngClass]=\"{'glyphicon-ok ': newPassword.valid, 'glyphicon-remove' : !newPassword.valid}\"></span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && !newPassword.valid\" class=\"errorMessage\">\r\n Le nouveau mot de passe est obligatoire.\r\n </span>\r\n </div>\r\n </div>\r\n <!-- Separator -->\r\n <div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <hr class=\"password-separator-hr\" />\r\n </div>\r\n </div>\r\n\r\n <!-- Confirm Password -->\r\n <div class=\"form-group has-feedback\">\r\n <label class=\"control-label col-md-3\" for=\"confirmPassword-{{uniqueId}}\">Confirmez le mot de\r\n passe</label>\r\n <div class=\"col-md-12\" [ngClass]=\"{'has-success': f.submitted && confirmPassword.valid, 'has-error' : f.submitted && !confirmPassword.valid}\">\r\n <input type=\"password\" attr.id=\"confirmPassword-{{uniqueId}}\" name=\"confirmPassword\"\r\n placeholder=\"Confirmez le mot de passe\"\r\n class=\"form-control\" [(ngModel)]=\"entityViewModel.ViewModel.ConfirmPassword\"\r\n #confirmPassword=\"ngModel\" required validateEqual=\"newPassword\" />\r\n <span *ngIf=\"showValidationErrors && f.submitted\" class=\"glyphicon form-control-feedback\"\r\n [ngClass]=\"{'glyphicon-ok ': confirmPassword.valid, 'glyphicon-remove' : !confirmPassword.valid}\"></span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && confirmPassword.errors?.required\" class=\"errorMessage\">\r\n Le mot de passe de confirmation est obligatoire.\r\n </span>\r\n <span *ngIf=\"showValidationErrors && f.submitted && confirmPassword.errors?.validateEqual && !confirmPassword.errors?.required\"\r\n class=\"errorMessage\">\r\n Le nouveau mot de passe et le mot de passe de confirmation ne correspondent pas.\r\n </span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </form>\r\n</div>\r\n", styles: [".password-well{margin-bottom:0}.password-separator-hr{margin:5px;border-style:none}\n"] }]
2742
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }], propDecorators: { cancel: [{
2752
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }], propDecorators: { cancel: [{
2743
2753
  type: Output
2744
2754
  }], update: [{
2745
2755
  type: Output
@@ -2764,13 +2774,13 @@ class AddressEditorComponent extends NewEditorComponent {
2764
2774
  constructor(app, route) {
2765
2775
  super(app, route);
2766
2776
  }
2767
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: AddressEditorComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2768
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: AddressEditorComponent, isStandalone: false, selector: "msw-address-editor", usesInheritance: true, ngImport: i0, template: "<div class=\"editor-container\">\r\n <div class=\"breadcrumb-panel\" *ngIf=\"(this.facade.editor.isStandaloneMode$| async)\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n <!-- entityConfigLoader\r\n #configLoader=\"entityConfigLoader\"\r\n [entityKey]=\"getEntityKey()\" -->\r\n\r\n <ng-container\r\n >\r\n <div class=\"property-editor-container\" [class.show-buttons]=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <alg-property-editor\r\n class=\"property-editor-container-inner\"\r\n #propertyGridComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-property-editor>\r\n </div>\r\n <div class=\"buttons-container\" *ngIf=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <div class=\"footer-buttons\" >\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!this.dirty\"\r\n (click)=\"handleDialogButtonClick(false)\">\r\n Sauvegarder\r\n </button>\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\">\r\n Annuler\r\n </button>\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$1.PropertyEditorComponent, selector: "alg-property-editor", inputs: ["validateAfterEachChange", "entityKey", "guid", "searchText", "readonly"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
2777
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: AddressEditorComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2778
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: AddressEditorComponent, isStandalone: false, selector: "msw-address-editor", usesInheritance: true, ngImport: i0, template: "<div class=\"editor-container\">\r\n <div class=\"breadcrumb-panel\" *ngIf=\"(this.facade.editor.isStandaloneMode$| async)\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n <!-- entityConfigLoader\r\n #configLoader=\"entityConfigLoader\"\r\n [entityKey]=\"getEntityKey()\" -->\r\n\r\n <ng-container\r\n >\r\n <div class=\"property-editor-container\" [class.show-buttons]=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <alg-property-editor\r\n class=\"property-editor-container-inner\"\r\n #propertyGridComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-property-editor>\r\n </div>\r\n <div class=\"buttons-container\" *ngIf=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <div class=\"footer-buttons\" >\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!this.dirty\"\r\n (click)=\"handleDialogButtonClick(false)\">\r\n Sauvegarder\r\n </button>\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\">\r\n Annuler\r\n </button>\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$2.PropertyEditorComponent, selector: "alg-property-editor", inputs: ["validateAfterEachChange", "entityKey", "guid", "searchText", "readonly"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
2769
2779
  }
2770
2780
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: AddressEditorComponent, decorators: [{
2771
2781
  type: Component,
2772
2782
  args: [{ selector: 'msw-address-editor', standalone: false, template: "<div class=\"editor-container\">\r\n <div class=\"breadcrumb-panel\" *ngIf=\"(this.facade.editor.isStandaloneMode$| async)\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n <!-- entityConfigLoader\r\n #configLoader=\"entityConfigLoader\"\r\n [entityKey]=\"getEntityKey()\" -->\r\n\r\n <ng-container\r\n >\r\n <div class=\"property-editor-container\" [class.show-buttons]=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <alg-property-editor\r\n class=\"property-editor-container-inner\"\r\n #propertyGridComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-property-editor>\r\n </div>\r\n <div class=\"buttons-container\" *ngIf=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <div class=\"footer-buttons\" >\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!this.dirty\"\r\n (click)=\"handleDialogButtonClick(false)\">\r\n Sauvegarder\r\n </button>\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\">\r\n Annuler\r\n </button>\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>\r\n" }]
2773
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2783
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2774
2784
 
2775
2785
  class CompanyEditorComponent extends BaseEditorComponent {
2776
2786
  getEntityKey() {
@@ -2785,13 +2795,13 @@ class CompanyEditorComponent extends BaseEditorComponent {
2785
2795
  constructor(app, route) {
2786
2796
  super(app, route);
2787
2797
  }
2788
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CompanyEditorComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2789
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CompanyEditorComponent, isStandalone: false, selector: "msw-company-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$1.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
2798
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CompanyEditorComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
2799
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CompanyEditorComponent, isStandalone: false, selector: "msw-company-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$2.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
2790
2800
  }
2791
2801
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CompanyEditorComponent, decorators: [{
2792
2802
  type: Component,
2793
2803
  args: [{ selector: 'msw-company-editor', standalone: false, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n" }]
2794
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2804
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
2795
2805
 
2796
2806
  class ImageUploadComponent {
2797
2807
  static { this.MAX_HEIGHT = 768; }
@@ -3073,13 +3083,13 @@ class CountryEditorComponent extends BaseEditorComponent {
3073
3083
  constructor(app, route) {
3074
3084
  super(app, route);
3075
3085
  }
3076
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CountryEditorComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3077
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CountryEditorComponent, isStandalone: false, selector: "msw-country-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$1.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
3086
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CountryEditorComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3087
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CountryEditorComponent, isStandalone: false, selector: "msw-country-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$2.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
3078
3088
  }
3079
3089
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CountryEditorComponent, decorators: [{
3080
3090
  type: Component,
3081
3091
  args: [{ selector: 'msw-country-editor', standalone: false, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n" }]
3082
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3092
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3083
3093
 
3084
3094
  class CountryComponent extends BaseComponent {
3085
3095
  getTitle() {
@@ -3098,13 +3108,13 @@ class CountryComponent extends BaseComponent {
3098
3108
  super(app, route);
3099
3109
  this.route = route;
3100
3110
  }
3101
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CountryComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3102
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CountryComponent, isStandalone: false, selector: "msw-country-search", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
3111
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CountryComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3112
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CountryComponent, isStandalone: false, selector: "msw-country-search", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
3103
3113
  }
3104
3114
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CountryComponent, decorators: [{
3105
3115
  type: Component,
3106
3116
  args: [{ selector: 'msw-country-search', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
3107
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3117
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3108
3118
 
3109
3119
  class CurrencyEditorComponent extends BaseEditorComponent {
3110
3120
  getEntityKey() {
@@ -3119,13 +3129,13 @@ class CurrencyEditorComponent extends BaseEditorComponent {
3119
3129
  constructor(app, route) {
3120
3130
  super(app, route);
3121
3131
  }
3122
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CurrencyEditorComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3123
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CurrencyEditorComponent, isStandalone: false, selector: "alg-currency-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$1.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
3132
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CurrencyEditorComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3133
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CurrencyEditorComponent, isStandalone: false, selector: "alg-currency-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$2.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
3124
3134
  }
3125
3135
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CurrencyEditorComponent, decorators: [{
3126
3136
  type: Component,
3127
3137
  args: [{ selector: 'alg-currency-editor', standalone: false, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n" }]
3128
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3138
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3129
3139
 
3130
3140
  class CurrencyComponent extends BaseComponent {
3131
3141
  getTitle() {
@@ -3144,13 +3154,13 @@ class CurrencyComponent extends BaseComponent {
3144
3154
  super(app, route);
3145
3155
  this.route = route;
3146
3156
  }
3147
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CurrencyComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3148
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CurrencyComponent, isStandalone: false, selector: "alg-currency", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
3157
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CurrencyComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3158
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: CurrencyComponent, isStandalone: false, selector: "alg-currency", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
3149
3159
  }
3150
3160
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: CurrencyComponent, decorators: [{
3151
3161
  type: Component,
3152
3162
  args: [{ selector: 'alg-currency', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
3153
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3163
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3154
3164
 
3155
3165
  class ExchangeRateDetailComponent extends BaseComponent {
3156
3166
  getTitle() {
@@ -3220,13 +3230,13 @@ class ExchangeRateDetailComponent extends BaseComponent {
3220
3230
  });
3221
3231
  return viewModel;
3222
3232
  }
3223
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ExchangeRateDetailComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3224
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ExchangeRateDetailComponent, isStandalone: false, selector: "msw-exchange-rate-detail", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
3233
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ExchangeRateDetailComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3234
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ExchangeRateDetailComponent, isStandalone: false, selector: "msw-exchange-rate-detail", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
3225
3235
  }
3226
3236
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ExchangeRateDetailComponent, decorators: [{
3227
3237
  type: Component,
3228
3238
  args: [{ selector: 'msw-exchange-rate-detail', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
3229
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3239
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3230
3240
 
3231
3241
  class ExchangeRateEditorComponent {
3232
3242
  getEntityKey() {
@@ -3266,13 +3276,13 @@ class ExchangeRateEditorComponent {
3266
3276
  propertyChanged(event) {
3267
3277
  this.exchangeRate[event.propertyName] = event.value;
3268
3278
  }
3269
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ExchangeRateEditorComponent, deps: [{ token: i1$1.AlertService }, { token: i2.ExchangeRateDataService }], target: i0.ɵɵFactoryTarget.Component }); }
3270
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ExchangeRateEditorComponent, isStandalone: false, selector: "msw-exchange-rate-editor", viewQueries: [{ propertyName: "form", first: true, predicate: DynamicFormComponent, descendants: true }], ngImport: i0, template: "<alg-dynamic-form #form [vm]=\"exchangeRate\" [vmDefinition]=\"fieldSection\" (propertychanged)=\"propertyChanged($event)\"\r\n [showButtons]=\"true\" [saveButtonLabel]=\"'Cr\u00E9er'\" (cancel)=\"onCancel()\" (update)=\"onValidate()\">\r\n</alg-dynamic-form>\r\n", dependencies: [{ kind: "component", type: i1$1.DynamicFormComponent, selector: "alg-dynamic-form", inputs: ["vm", "vmDefinition", "operation", "errorMessage", "showButtons", "forceSaveButton", "specificSection", "noTab", "inputClass", "saveButtonLabel", "extendedPropertiesLoaded", "validateAfterEachChange"], outputs: ["update", "cancel", "propertychanged", "PropertyChangedFullEvent", "textZoneButtonClicked", "dropZone"] }] }); }
3279
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ExchangeRateEditorComponent, deps: [{ token: i1$2.AlertService }, { token: i2.ExchangeRateDataService }], target: i0.ɵɵFactoryTarget.Component }); }
3280
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ExchangeRateEditorComponent, isStandalone: false, selector: "msw-exchange-rate-editor", viewQueries: [{ propertyName: "form", first: true, predicate: DynamicFormComponent, descendants: true }], ngImport: i0, template: "<alg-dynamic-form #form [vm]=\"exchangeRate\" [vmDefinition]=\"fieldSection\" (propertychanged)=\"propertyChanged($event)\"\r\n [showButtons]=\"true\" [saveButtonLabel]=\"'Cr\u00E9er'\" (cancel)=\"onCancel()\" (update)=\"onValidate()\">\r\n</alg-dynamic-form>\r\n", dependencies: [{ kind: "component", type: i1$2.DynamicFormComponent, selector: "alg-dynamic-form", inputs: ["vm", "vmDefinition", "operation", "errorMessage", "showButtons", "forceSaveButton", "specificSection", "noTab", "inputClass", "saveButtonLabel", "extendedPropertiesLoaded", "validateAfterEachChange"], outputs: ["update", "cancel", "propertychanged", "PropertyChangedFullEvent", "textZoneButtonClicked", "dropZone"] }] }); }
3271
3281
  }
3272
3282
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ExchangeRateEditorComponent, decorators: [{
3273
3283
  type: Component,
3274
3284
  args: [{ selector: 'msw-exchange-rate-editor', standalone: false, template: "<alg-dynamic-form #form [vm]=\"exchangeRate\" [vmDefinition]=\"fieldSection\" (propertychanged)=\"propertyChanged($event)\"\r\n [showButtons]=\"true\" [saveButtonLabel]=\"'Cr\u00E9er'\" (cancel)=\"onCancel()\" (update)=\"onValidate()\">\r\n</alg-dynamic-form>\r\n" }]
3275
- }], ctorParameters: () => [{ type: i1$1.AlertService }, { type: i2.ExchangeRateDataService }], propDecorators: { form: [{
3285
+ }], ctorParameters: () => [{ type: i1$2.AlertService }, { type: i2.ExchangeRateDataService }], propDecorators: { form: [{
3276
3286
  type: ViewChild,
3277
3287
  args: [DynamicFormComponent, { static: false }]
3278
3288
  }] } });
@@ -3323,13 +3333,13 @@ class ExchangeRateComponent extends BaseComponent {
3323
3333
  }
3324
3334
  return viewModel;
3325
3335
  }
3326
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ExchangeRateComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3327
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ExchangeRateComponent, isStandalone: false, selector: "msw-exchange-rate", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
3336
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ExchangeRateComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3337
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ExchangeRateComponent, isStandalone: false, selector: "msw-exchange-rate", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
3328
3338
  }
3329
3339
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ExchangeRateComponent, decorators: [{
3330
3340
  type: Component,
3331
3341
  args: [{ selector: 'msw-exchange-rate', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
3332
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3342
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3333
3343
 
3334
3344
  class GlobalParameterComponent extends BaseComponent {
3335
3345
  getTitle() {
@@ -3353,13 +3363,13 @@ class GlobalParameterComponent extends BaseComponent {
3353
3363
  super.ngOnInit();
3354
3364
  this.facade.layout.setFixedLayout({ IsVerticalLayout: true, PropertyFlexGrow: 68 });
3355
3365
  }
3356
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: GlobalParameterComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3357
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: GlobalParameterComponent, isStandalone: false, selector: "alg-global-param", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
3366
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: GlobalParameterComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3367
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: GlobalParameterComponent, isStandalone: false, selector: "alg-global-param", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
3358
3368
  }
3359
3369
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: GlobalParameterComponent, decorators: [{
3360
3370
  type: Component,
3361
3371
  args: [{ selector: 'alg-global-param', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
3362
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3372
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3363
3373
 
3364
3374
  class TvaRateEditorComponent {
3365
3375
  getEntityKey() {
@@ -3400,13 +3410,13 @@ class TvaRateEditorComponent {
3400
3410
  propertyChanged(event) {
3401
3411
  this.tvaRate[event.propertyName] = event.value;
3402
3412
  }
3403
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: TvaRateEditorComponent, deps: [{ token: i1$1.AlertService }, { token: i2.TvaRateDataService }], target: i0.ɵɵFactoryTarget.Component }); }
3404
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: TvaRateEditorComponent, isStandalone: false, selector: "msw-tva-rate-editor", viewQueries: [{ propertyName: "form", first: true, predicate: DynamicFormComponent, descendants: true }], ngImport: i0, template: "<alg-dynamic-form #form [vm]=\"tvaRate\" [vmDefinition]=\"fieldSection\" (propertychanged)=\"propertyChanged($event)\"\r\n [showButtons]=\"true\" [saveButtonLabel]=\"'Cr\u00E9er'\" (cancel)=\"onCancel()\" (update)=\"onValidate()\">\r\n</alg-dynamic-form>\r\n", dependencies: [{ kind: "component", type: i1$1.DynamicFormComponent, selector: "alg-dynamic-form", inputs: ["vm", "vmDefinition", "operation", "errorMessage", "showButtons", "forceSaveButton", "specificSection", "noTab", "inputClass", "saveButtonLabel", "extendedPropertiesLoaded", "validateAfterEachChange"], outputs: ["update", "cancel", "propertychanged", "PropertyChangedFullEvent", "textZoneButtonClicked", "dropZone"] }] }); }
3413
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: TvaRateEditorComponent, deps: [{ token: i1$2.AlertService }, { token: i2.TvaRateDataService }], target: i0.ɵɵFactoryTarget.Component }); }
3414
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: TvaRateEditorComponent, isStandalone: false, selector: "msw-tva-rate-editor", viewQueries: [{ propertyName: "form", first: true, predicate: DynamicFormComponent, descendants: true }], ngImport: i0, template: "<alg-dynamic-form #form [vm]=\"tvaRate\" [vmDefinition]=\"fieldSection\" (propertychanged)=\"propertyChanged($event)\"\r\n [showButtons]=\"true\" [saveButtonLabel]=\"'Cr\u00E9er'\" (cancel)=\"onCancel()\" (update)=\"onValidate()\">\r\n</alg-dynamic-form>\r\n", dependencies: [{ kind: "component", type: i1$2.DynamicFormComponent, selector: "alg-dynamic-form", inputs: ["vm", "vmDefinition", "operation", "errorMessage", "showButtons", "forceSaveButton", "specificSection", "noTab", "inputClass", "saveButtonLabel", "extendedPropertiesLoaded", "validateAfterEachChange"], outputs: ["update", "cancel", "propertychanged", "PropertyChangedFullEvent", "textZoneButtonClicked", "dropZone"] }] }); }
3405
3415
  }
3406
3416
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: TvaRateEditorComponent, decorators: [{
3407
3417
  type: Component,
3408
3418
  args: [{ selector: 'msw-tva-rate-editor', standalone: false, template: "<alg-dynamic-form #form [vm]=\"tvaRate\" [vmDefinition]=\"fieldSection\" (propertychanged)=\"propertyChanged($event)\"\r\n [showButtons]=\"true\" [saveButtonLabel]=\"'Cr\u00E9er'\" (cancel)=\"onCancel()\" (update)=\"onValidate()\">\r\n</alg-dynamic-form>\r\n" }]
3409
- }], ctorParameters: () => [{ type: i1$1.AlertService }, { type: i2.TvaRateDataService }], propDecorators: { form: [{
3419
+ }], ctorParameters: () => [{ type: i1$2.AlertService }, { type: i2.TvaRateDataService }], propDecorators: { form: [{
3410
3420
  type: ViewChild,
3411
3421
  args: [DynamicFormComponent, { static: false }]
3412
3422
  }] } });
@@ -3587,12 +3597,12 @@ class RatesActionService {
3587
3597
  });
3588
3598
  }
3589
3599
  }
3590
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: RatesActionService, deps: [{ token: i1$1.ModalService }, { token: i1$1.AlertService }, { token: i2.ExchangeRateDataService }, { token: i2.TvaRateDataService }], target: i0.ɵɵFactoryTarget.Injectable }); }
3600
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: RatesActionService, deps: [{ token: i1$2.ModalService }, { token: i1$2.AlertService }, { token: i2.ExchangeRateDataService }, { token: i2.TvaRateDataService }], target: i0.ɵɵFactoryTarget.Injectable }); }
3591
3601
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: RatesActionService }); }
3592
3602
  }
3593
3603
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: RatesActionService, decorators: [{
3594
3604
  type: Injectable
3595
- }], ctorParameters: () => [{ type: i1$1.ModalService }, { type: i1$1.AlertService }, { type: i2.ExchangeRateDataService }, { type: i2.TvaRateDataService }] });
3605
+ }], ctorParameters: () => [{ type: i1$2.ModalService }, { type: i1$2.AlertService }, { type: i2.ExchangeRateDataService }, { type: i2.TvaRateDataService }] });
3596
3606
 
3597
3607
  class ResourceTranslationEditorComponent extends BaseEditorComponent {
3598
3608
  getEntityKey() {
@@ -3615,13 +3625,13 @@ class ResourceTranslationEditorComponent extends BaseEditorComponent {
3615
3625
  constructor(app, route) {
3616
3626
  super(app, route);
3617
3627
  }
3618
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ResourceTranslationEditorComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3619
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ResourceTranslationEditorComponent, isStandalone: false, selector: "alg-reslang-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$1.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
3628
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ResourceTranslationEditorComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3629
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ResourceTranslationEditorComponent, isStandalone: false, selector: "alg-reslang-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$2.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
3620
3630
  }
3621
3631
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ResourceTranslationEditorComponent, decorators: [{
3622
3632
  type: Component,
3623
3633
  args: [{ selector: 'alg-reslang-editor', standalone: false, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n" }]
3624
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3634
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3625
3635
 
3626
3636
  class SupplierEditorComponent extends NewEditorComponent {
3627
3637
  getEntityKey() {
@@ -3636,13 +3646,13 @@ class SupplierEditorComponent extends NewEditorComponent {
3636
3646
  constructor(app, route) {
3637
3647
  super(app, route);
3638
3648
  }
3639
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SupplierEditorComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3640
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: SupplierEditorComponent, isStandalone: false, selector: "msw-supplier", usesInheritance: true, ngImport: i0, template: "<div class=\"editor-container\">\r\n <div class=\"breadcrumb-panel\" *ngIf=\"(this.facade.editor.isStandaloneMode$| async)\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n <!-- entityConfigLoader\r\n #configLoader=\"entityConfigLoader\"\r\n [entityKey]=\"getEntityKey()\" -->\r\n\r\n <ng-container\r\n >\r\n <div class=\"property-editor-container\" [class.show-buttons]=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <alg-property-editor\r\n class=\"property-editor-container-inner\"\r\n #propertyGridComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-property-editor>\r\n </div>\r\n <div class=\"buttons-container\" *ngIf=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <div class=\"footer-buttons\" >\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!this.dirty\"\r\n (click)=\"handleDialogButtonClick(false)\">\r\n Sauvegarder\r\n </button>\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\">\r\n Annuler\r\n </button>\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$1.PropertyEditorComponent, selector: "alg-property-editor", inputs: ["validateAfterEachChange", "entityKey", "guid", "searchText", "readonly"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
3649
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SupplierEditorComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3650
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: SupplierEditorComponent, isStandalone: false, selector: "msw-supplier", usesInheritance: true, ngImport: i0, template: "<div class=\"editor-container\">\r\n <div class=\"breadcrumb-panel\" *ngIf=\"(this.facade.editor.isStandaloneMode$| async)\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n <!-- entityConfigLoader\r\n #configLoader=\"entityConfigLoader\"\r\n [entityKey]=\"getEntityKey()\" -->\r\n\r\n <ng-container\r\n >\r\n <div class=\"property-editor-container\" [class.show-buttons]=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <alg-property-editor\r\n class=\"property-editor-container-inner\"\r\n #propertyGridComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-property-editor>\r\n </div>\r\n <div class=\"buttons-container\" *ngIf=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <div class=\"footer-buttons\" >\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!this.dirty\"\r\n (click)=\"handleDialogButtonClick(false)\">\r\n Sauvegarder\r\n </button>\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\">\r\n Annuler\r\n </button>\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$2.PropertyEditorComponent, selector: "alg-property-editor", inputs: ["validateAfterEachChange", "entityKey", "guid", "searchText", "readonly"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
3641
3651
  }
3642
3652
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SupplierEditorComponent, decorators: [{
3643
3653
  type: Component,
3644
3654
  args: [{ selector: 'msw-supplier', standalone: false, template: "<div class=\"editor-container\">\r\n <div class=\"breadcrumb-panel\" *ngIf=\"(this.facade.editor.isStandaloneMode$| async)\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n <!-- entityConfigLoader\r\n #configLoader=\"entityConfigLoader\"\r\n [entityKey]=\"getEntityKey()\" -->\r\n\r\n <ng-container\r\n >\r\n <div class=\"property-editor-container\" [class.show-buttons]=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <alg-property-editor\r\n class=\"property-editor-container-inner\"\r\n #propertyGridComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-property-editor>\r\n </div>\r\n <div class=\"buttons-container\" *ngIf=\"(this.facade.editor.isStandaloneMode$ | async)\">\r\n <div class=\"footer-buttons\" >\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!this.dirty\"\r\n (click)=\"handleDialogButtonClick(false)\">\r\n Sauvegarder\r\n </button>\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <!-- [disabled]=\"this.isSaveDisabled()\" -->\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\">\r\n Annuler\r\n </button>\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>\r\n" }]
3645
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3655
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3646
3656
 
3647
3657
  class SupplierComponent extends BaseComponent {
3648
3658
  getTitle() {
@@ -3674,13 +3684,13 @@ class SupplierComponent extends BaseComponent {
3674
3684
  return filter;
3675
3685
  } });
3676
3686
  }
3677
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SupplierComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3678
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: SupplierComponent, isStandalone: false, selector: "msw-supplier", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
3687
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SupplierComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3688
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: SupplierComponent, isStandalone: false, selector: "msw-supplier", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
3679
3689
  }
3680
3690
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SupplierComponent, decorators: [{
3681
3691
  type: Component,
3682
3692
  args: [{ selector: 'msw-supplier', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
3683
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3693
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3684
3694
 
3685
3695
  class SystemSelectorMapperService extends SelectorMapperServiceBase {
3686
3696
  constructor(modalService, supplierDataService, countryDataService, currencyDataService, userAccountDataService, companyDataService, userAccountCompanyDataService) {
@@ -3810,13 +3820,13 @@ class SystemSelectorMapperService extends SelectorMapperServiceBase {
3810
3820
  return undefined;
3811
3821
  }
3812
3822
  }
3813
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SystemSelectorMapperService, deps: [{ token: i1$1.ModalService }, { token: i2.SupplierDataService }, { token: i2.CountryDataService }, { token: i2.CurrencyDataService }, { token: i2.UserAccountDataService }, { token: i2.CompanyDataService }, { token: i2.UserAccountCompanyDataService }], target: i0.ɵɵFactoryTarget.Injectable }); }
3823
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SystemSelectorMapperService, deps: [{ token: i1$2.ModalService }, { token: i2.SupplierDataService }, { token: i2.CountryDataService }, { token: i2.CurrencyDataService }, { token: i2.UserAccountDataService }, { token: i2.CompanyDataService }, { token: i2.UserAccountCompanyDataService }], target: i0.ɵɵFactoryTarget.Injectable }); }
3814
3824
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SystemSelectorMapperService, providedIn: 'root' }); }
3815
3825
  }
3816
3826
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SystemSelectorMapperService, decorators: [{
3817
3827
  type: Injectable,
3818
3828
  args: [{ providedIn: 'root' }]
3819
- }], ctorParameters: () => [{ type: i1$1.ModalService }, { type: i2.SupplierDataService }, { type: i2.CountryDataService }, { type: i2.CurrencyDataService }, { type: i2.UserAccountDataService }, { type: i2.CompanyDataService }, { type: i2.UserAccountCompanyDataService }] });
3829
+ }], ctorParameters: () => [{ type: i1$2.ModalService }, { type: i2.SupplierDataService }, { type: i2.CountryDataService }, { type: i2.CurrencyDataService }, { type: i2.UserAccountDataService }, { type: i2.CompanyDataService }, { type: i2.UserAccountCompanyDataService }] });
3820
3830
 
3821
3831
  class SynchronisedCompanyComponent extends BaseComponent {
3822
3832
  get PermissionKey() {
@@ -3849,13 +3859,13 @@ class SynchronisedCompanyComponent extends BaseComponent {
3849
3859
  return filter;
3850
3860
  } });
3851
3861
  }
3852
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SynchronisedCompanyComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3853
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: SynchronisedCompanyComponent, isStandalone: false, selector: "msw-synchronised-company", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
3862
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SynchronisedCompanyComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3863
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: SynchronisedCompanyComponent, isStandalone: false, selector: "msw-synchronised-company", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
3854
3864
  }
3855
3865
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SynchronisedCompanyComponent, decorators: [{
3856
3866
  type: Component,
3857
3867
  args: [{ selector: 'msw-synchronised-company', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
3858
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3868
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3859
3869
 
3860
3870
  class TvaRateDetailComponent extends BaseComponent {
3861
3871
  getEntityKey() {
@@ -3923,13 +3933,13 @@ class TvaRateDetailComponent extends BaseComponent {
3923
3933
  });
3924
3934
  return viewModel;
3925
3935
  }
3926
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: TvaRateDetailComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3927
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: TvaRateDetailComponent, isStandalone: false, selector: "msw-tva-rate-detail", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
3936
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: TvaRateDetailComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3937
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: TvaRateDetailComponent, isStandalone: false, selector: "msw-tva-rate-detail", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
3928
3938
  }
3929
3939
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: TvaRateDetailComponent, decorators: [{
3930
3940
  type: Component,
3931
3941
  args: [{ selector: 'msw-tva-rate-detail', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
3932
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3942
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3933
3943
 
3934
3944
  class TvaRateComponent extends BaseComponent {
3935
3945
  getEntityKey() {
@@ -3981,13 +3991,13 @@ class TvaRateComponent extends BaseComponent {
3981
3991
  }
3982
3992
  return viewModel;
3983
3993
  }
3984
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: TvaRateComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3985
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: TvaRateComponent, isStandalone: false, selector: "msw-tvr", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
3994
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: TvaRateComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
3995
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: TvaRateComponent, isStandalone: false, selector: "msw-tvr", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
3986
3996
  }
3987
3997
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: TvaRateComponent, decorators: [{
3988
3998
  type: Component,
3989
3999
  args: [{ selector: 'msw-tvr', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
3990
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
4000
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
3991
4001
 
3992
4002
  class UserGroupDefinitionComponent extends BaseComponent {
3993
4003
  getTitle() {
@@ -4022,13 +4032,13 @@ class UserGroupDefinitionComponent extends BaseComponent {
4022
4032
  const groupId = this.Filter.GroupId;
4023
4033
  this.userActionService.addUserToGroup(groupId);
4024
4034
  }
4025
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserGroupDefinitionComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }, { token: UserActionService }], target: i0.ɵɵFactoryTarget.Component }); }
4026
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: UserGroupDefinitionComponent, isStandalone: false, selector: "msw-usergroupdefinition", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
4035
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserGroupDefinitionComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }, { token: UserActionService }], target: i0.ɵɵFactoryTarget.Component }); }
4036
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: UserGroupDefinitionComponent, isStandalone: false, selector: "msw-usergroupdefinition", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
4027
4037
  }
4028
4038
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserGroupDefinitionComponent, decorators: [{
4029
4039
  type: Component,
4030
4040
  args: [{ selector: 'msw-usergroupdefinition', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
4031
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }, { type: UserActionService }] });
4041
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }, { type: UserActionService }] });
4032
4042
 
4033
4043
  class UserGroupEditorComponent extends BaseEditorComponent {
4034
4044
  getEntityKey() {
@@ -4043,13 +4053,13 @@ class UserGroupEditorComponent extends BaseEditorComponent {
4043
4053
  constructor(app, route) {
4044
4054
  super(app, route);
4045
4055
  }
4046
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserGroupEditorComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
4047
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: UserGroupEditorComponent, isStandalone: false, selector: "msw-usergroup-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$1.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
4056
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserGroupEditorComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
4057
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: UserGroupEditorComponent, isStandalone: false, selector: "msw-usergroup-editor", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.BreadcrumbComponent, selector: "alg-breadcrumb" }, { kind: "component", type: i1$2.PropertyGridComponent, selector: "alg-property-grid", inputs: ["validateAfterEachChange", "istripledot", "showNavs", "options", "entityKey", "propertyGridClass", "specificSections", "selectedTab"], outputs: ["propertyModified", "originalEntityChanged", "onTableSelectedChanged", "textZoneButtonClicked", "inputTextValidated", "TripleDotClicked"] }] }); }
4048
4058
  }
4049
4059
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserGroupEditorComponent, decorators: [{
4050
4060
  type: Component,
4051
4061
  args: [{ selector: 'msw-usergroup-editor', standalone: false, template: "<ng-container *ngIf=\"!isModal\">\r\n <div class=\"breadcrumb-panel\">\r\n <alg-breadcrumb></alg-breadcrumb>\r\n </div>\r\n</ng-container>\r\n\r\n<div class=\"editor-container\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <ng-container *ngIf=\"entityViewModel\">\r\n <alg-property-grid\r\n #propertyGridComponent\r\n [validateAfterEachChange]=\"false\"\r\n (originalEntityChanged)=\"this.handleOriginalEntityChanged($event)\"\r\n [entityKey]=\"this.getEntityKey()\"\r\n (textZoneButtonClicked)=\"onTextZoneButtonClicked($event)\"\r\n (propertyModified)=\"this.propertyChanged($event)\"\r\n [specificSections]=\"specificSections\"\r\n >\r\n </alg-property-grid>\r\n </ng-container>\r\n\r\n <div *ngIf=\"showButtons\" class=\"footer-buttons\">\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-primary btn-flat\"\r\n [disabled]=\"!forceSaveButton && !dirty\"\r\n (click)=\"handleDialogButtonClick(false)\"\r\n >\r\n {{ saveButtonLabel }}\r\n </button>\r\n <button\r\n type=\"button\"\r\n class=\"btn btn-secondary btn-flat\"\r\n (click)=\"handleDialogButtonClick(true)\"\r\n >\r\n Annuler\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n" }]
4052
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
4062
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
4053
4063
 
4054
4064
  class UserGroupComponent extends BaseComponent {
4055
4065
  getTitle() {
@@ -4085,13 +4095,13 @@ class UserGroupComponent extends BaseComponent {
4085
4095
  }
4086
4096
  });
4087
4097
  }
4088
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserGroupComponent, deps: [{ token: i1$1.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
4089
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: UserGroupComponent, isStandalone: false, selector: "msw-usergroup", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$1.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$1.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$1.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$1.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$1.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$1.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$1.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
4098
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserGroupComponent, deps: [{ token: i1$2.ApplicationService }, { token: i2$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
4099
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: UserGroupComponent, isStandalone: false, selector: "msw-usergroup", usesInheritance: true, ngImport: i0, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.DataGridComponent, selector: "alg-data-grid", inputs: ["datagridClass", "entityKey", "guid"] }, { kind: "component", type: i1$2.ValidationErrorComponent, selector: "alg-validation-error" }, { kind: "component", type: i1$2.NewEditorComponent, selector: "alg-editor", inputs: ["saveButtonLabel", "IsTheMainComponent", "showButtons", "showBreadCrumb", "entityKey", "guid"], outputs: ["propertyChanged"] }, { kind: "component", type: i1$2.NewPaginatorComponent, selector: "alg-new-paginator", inputs: ["guid", "log", "displayInfo", "currentRowsPerPage", "entityKey"] }, { kind: "component", type: i1$2.FilterSummaryPanelComponent, selector: "alg-filter-summary-panel", inputs: ["entityKey", "guid"] }, { kind: "component", type: i1$2.ActionPanelComponent, selector: "alg-action-panel", inputs: ["searchText", "title", "entityKey", "guid"] }, { kind: "component", type: i1$2.StandardPageLayoutComponent, selector: "alg-standard-page-layout", inputs: ["layoutKey", "entityKey", "guid"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
4090
4100
  }
4091
4101
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserGroupComponent, decorators: [{
4092
4102
  type: Component,
4093
4103
  args: [{ selector: 'msw-usergroup', standalone: false, template: "<div\r\n [class]=\"this.baseComponentClass\"\r\n [class.visible]=\"this.displayComponent\"\r\n [class.invisible]=\"!this.displayComponent\"\r\n >\r\n <alg-standard-page-layout #pageLayout [layoutKey]=\"this.layoutKey\" \r\n [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\" >\r\n <div actionsContent *ngIf=\"this.facade.layout.showActionBar$ | async\">\r\n <alg-action-panel\r\n #actionComponent\r\n [entityKey]=\"this.getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n [title]=\"this.actionTitle\"\r\n [searchText]=\"this.actionBarSearchText\">\r\n <ng-content select=\"[actionsPanelContent]\"> </ng-content>\r\n </alg-action-panel>\r\n </div>\r\n \r\n <div middleHeader \r\n *ngIf=\"this.facade.layout.showFilterSummary$ | async\"\r\n >\r\n <alg-filter-summary-panel [entityKey]=\"this.getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-filter-summary-panel>\r\n </div>\r\n\r\n <ng-container middleContent>\r\n <div class=\"panel-middle-content\" [class.with-filters]=\"this.HasFilter\">\r\n <ng-container *ngIf=\"!isCardVisible\">\r\n <alg-data-grid #datagrid [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-data-grid>\r\n </ng-container>\r\n <!-- <alg-list-display \r\n #listDisplayComponent\r\n [entityKey]=\"getEntityKey()\"\r\n [guid]=\"this.guid\"\r\n >\r\n </alg-list-display> -->\r\n </div>\r\n <ng-container *ngIf=\"isCardVisible\">\r\n <ng-content #itemListComponent></ng-content>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container rightContent>\r\n <alg-editor #editor [entityKey]=\"getEntityKey()\" [guid]=\"this.guid\">\r\n </alg-editor>\r\n </ng-container>\r\n\r\n <div middleFooter>\r\n <alg-validation-error\r\n #validationErrorComponent\r\n ></alg-validation-error>\r\n <alg-new-paginator *ngIf=\"this.facade.layout.showPaginator$ | async\"\r\n [entityKey]=\"getEntityKey()\" \r\n [guid]=\"this.guid\"\r\n [log]=\"this.log\"\r\n >\r\n </alg-new-paginator>\r\n </div>\r\n </alg-standard-page-layout>\r\n</div>\r\n" }]
4094
- }], ctorParameters: () => [{ type: i1$1.ApplicationService }, { type: i2$2.ActivatedRoute }] });
4104
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: i2$2.ActivatedRoute }] });
4095
4105
 
4096
4106
  class CustomFieldService {
4097
4107
  constructor(customFieldGroupItemDataService, customFieldGroupEntityDataService) {
@@ -4223,13 +4233,13 @@ class SelectUserCompanyActionService {
4223
4233
  else
4224
4234
  this.setDefaultCompanyOfUser();
4225
4235
  }
4226
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SelectUserCompanyActionService, deps: [{ token: i1$1.AlertService }, { token: i1$1.SelectorMapperServiceBase }, { token: i3$1.LocalStoreManager }, { token: i3$1.AuthService }, { token: i2.UserAccountCompanyDataService }], target: i0.ɵɵFactoryTarget.Injectable }); }
4236
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SelectUserCompanyActionService, deps: [{ token: i1$2.AlertService }, { token: i1$2.SelectorMapperServiceBase }, { token: i1$1.LocalStoreManager }, { token: i1$1.AuthService }, { token: i2.UserAccountCompanyDataService }], target: i0.ɵɵFactoryTarget.Injectable }); }
4227
4237
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SelectUserCompanyActionService, providedIn: 'root' }); }
4228
4238
  }
4229
4239
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SelectUserCompanyActionService, decorators: [{
4230
4240
  type: Injectable,
4231
4241
  args: [{ providedIn: 'root' }]
4232
- }], ctorParameters: () => [{ type: i1$1.AlertService }, { type: i1$1.SelectorMapperServiceBase }, { type: i3$1.LocalStoreManager }, { type: i3$1.AuthService }, { type: i2.UserAccountCompanyDataService }], propDecorators: { newCompanySelected: [{
4242
+ }], ctorParameters: () => [{ type: i1$2.AlertService }, { type: i1$2.SelectorMapperServiceBase }, { type: i1$1.LocalStoreManager }, { type: i1$1.AuthService }, { type: i2.UserAccountCompanyDataService }], propDecorators: { newCompanySelected: [{
4233
4243
  type: Output
4234
4244
  }] } });
4235
4245
 
@@ -4762,13 +4772,13 @@ class LoginComponent {
4762
4772
  onCancelClick() {
4763
4773
  this.cancelClick.emit(this.username);
4764
4774
  }
4765
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: LoginComponent, deps: [{ token: i3$1.UserService }, { token: i3$1.AuthService }, { token: i2$2.Router }, { token: i2$2.ActivatedRoute }, { token: SelectUserCompanyActionService }], target: i0.ɵɵFactoryTarget.Component }); }
4775
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: LoginComponent, deps: [{ token: i1$1.UserService }, { token: i1$1.AuthService }, { token: i2$2.Router }, { token: i2$2.ActivatedRoute }, { token: SelectUserCompanyActionService }], target: i0.ɵɵFactoryTarget.Component }); }
4766
4776
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: LoginComponent, isStandalone: false, selector: "alg-login", inputs: { isModal: "isModal", allowCreation: "allowCreation" }, outputs: { registerClick: "registerClick", cancelClick: "cancelClick", resetPasswordClick: "resetPasswordClick", afterLogin: "afterLogin" }, ngImport: i0, template: "<form class=\"login-form\" (ngSubmit)=\"f.form.valid && login()\" #f=\"ngForm\" novalidate>\r\n\r\n <div class=\"form-group has-feedback\">\r\n <input type=\"text\" class=\"form-control login-control\" placeholder=\"Identifiant\" required name=\"eml\" [(ngModel)]=\"username\" #eml=\"ngModel\">\r\n <!-- <span class=\"fa fa-user form-control-feedback\"></span> -->\r\n <!-- <div *ngIf=\"eml.errors && (eml.dirty && eml.touched)\" class=\"input-alert\">\r\n <div [hidden]=\"!eml.errors.required\">\r\n L'Identifiant est requis\r\n </div>\r\n </div> -->\r\n </div>\r\n\r\n <div class=\"form-group has-feedback\">\r\n <input type=\"password\" class=\"form-control login-control\" placeholder=\"Password\" required name=\"passwd\" [(ngModel)]=\"password\" #passwd=\"ngModel\">\r\n <!-- <span class=\"fa fa-lock form-control-feedback\"></span> -->\r\n <!-- <div *ngIf=\"passwd.errors && (passwd.dirty || passwd.touched)\" class=\"input-alert\">\r\n <div [hidden]=\"!passwd.errors.required\">\r\n Le mot de passe est requis\r\n </div>\r\n </div> -->\r\n </div>\r\n <div class=\"form-group has-feedback\">\r\n <div class=\"custom-control custom-switch\">\r\n <input type=\"checkbox\" class=\"custom-control-input\" id=\"customSwitch1\" name=\"rememberMe\" [(ngModel)]=\"rememberMe\">\r\n <label class=\"custom-control-label\" for=\"customSwitch1\">Se souvenir de moi</label>\r\n </div>\r\n </div>\r\n <div class=\"form-group\">\r\n <button [disabled]=\"!f.form.valid\" class=\"btn btn-primary btn-block login-button\">Connexion</button>\r\n </div>\r\n</form>\r\n<div class=\"btn-bar\">\r\n <ng-container *ngIf=\"allowCreation\">\r\n <button class=\"btn btn-primary\" (click)=\"onRegisterClick()\"><span>Cr\u00E9er un compte</span></button> \r\n </ng-container>\r\n <button class=\"btn btn-link btn-reset-pwd\" (click)=\"onResetPasswordClick()\">Mot de passe oubli\u00E9 ?</button>\r\n</div>\r\n\r\n<div class=\"error-message\">\r\n <div>\r\n <ng-container *ngIf=\"hasErrors\">\r\n {{this.errorMessage}}\r\n </ng-container>\r\n <ng-container *ngIf=\"!hasErrors\">\r\n &nbsp; \r\n </ng-container>\r\n </div>\r\n</div>\r\n", styles: [".home-page{font-family:Open sans,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;height:100%;width:100%;padding:16px}.main-container{margin:0 50px}.main-container-modal{width:calc(100% - 50px);margin:10px 25px 0}.moyen-titre{font-weight:700;font-size:24px;color:#4d5a81;margin:8px 0;border-bottom:solid 1px #DBE4FF}.grand-titre{font-weight:700;font-size:28px;color:#4d5a81;margin:0 0 8px}.petit-titre{font-weight:700;font-size:16px;color:#4d5a81;margin:0 0 8px}.petit-titre.underlined{border-bottom:solid 1px #4D5A81}.paragraph{padding:0 15px}.paragraph-highlight{padding:5px 15px 0 12px;border-left:5px solid #8EA7F8;border-bottom:1px solid #DBE4FF;border-top:1px solid #DBE4FF;border-right:1px solid #DBE4FF;background-color:#f7faff}.highlight{background-color:#f7faff;border:1px solid #DBE4FF;border-radius:5px;padding:15px;color:#3c5dc4;margin:0 0 16px}.highlight p{margin-bottom:0}.highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification{background-color:#dbe4ff;border:1px solid #C4D0F9;border-radius:5px;color:#4d5a81;margin:16px;padding:5px 15px;text-align:justify}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.notification-text{padding:0 15px 0 30px;font-size:16px}.login-form .form-group{margin-bottom:12px}.login-form .form-control{height:34px;padding:6px 12px}.login-form .btn{width:100%}.text-error,.error-message{color:#f78383}.error-message{text-align:center;padding-top:15px}.login-control:before{position:relative;display:block;float:left;width:16px;height:16px;content:\" \";background-size:16px 16px;-webkit-background-size:16px 16px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"49.485\" height=\"49.485\" viewBox=\"0 0 49.485 49.485\">%0D%0A <path id=\"Recherche\" d=\"M31.88,37.039A20.324,20.324,0,1,1,12.411,1.6,20.324,20.324,0,0,1,37.039,31.88L49.485,44.326l-5.158,5.158ZM10.373,10.373a14.07,14.07,0,1,0,9.948-4.12A13.977,13.977,0,0,0,10.373,10.373Z\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:9px -40px 0 9px;filter:invert(60%) sepia(57%) saturate(394%) hue-rotate(191deg) brightness(99%) contrast(96%)}.login-control.ng-invalid.ng-touched,.login-control.ng-select.ng-invalid,.login-control.ng-invalid{border-color:#cbc8d0!important}.login-button{border-radius:5px}.btn-reset-pwd{padding:0}\n"], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i4.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }] }); }
4767
4777
  }
4768
4778
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: LoginComponent, decorators: [{
4769
4779
  type: Component,
4770
4780
  args: [{ selector: 'alg-login', standalone: false, template: "<form class=\"login-form\" (ngSubmit)=\"f.form.valid && login()\" #f=\"ngForm\" novalidate>\r\n\r\n <div class=\"form-group has-feedback\">\r\n <input type=\"text\" class=\"form-control login-control\" placeholder=\"Identifiant\" required name=\"eml\" [(ngModel)]=\"username\" #eml=\"ngModel\">\r\n <!-- <span class=\"fa fa-user form-control-feedback\"></span> -->\r\n <!-- <div *ngIf=\"eml.errors && (eml.dirty && eml.touched)\" class=\"input-alert\">\r\n <div [hidden]=\"!eml.errors.required\">\r\n L'Identifiant est requis\r\n </div>\r\n </div> -->\r\n </div>\r\n\r\n <div class=\"form-group has-feedback\">\r\n <input type=\"password\" class=\"form-control login-control\" placeholder=\"Password\" required name=\"passwd\" [(ngModel)]=\"password\" #passwd=\"ngModel\">\r\n <!-- <span class=\"fa fa-lock form-control-feedback\"></span> -->\r\n <!-- <div *ngIf=\"passwd.errors && (passwd.dirty || passwd.touched)\" class=\"input-alert\">\r\n <div [hidden]=\"!passwd.errors.required\">\r\n Le mot de passe est requis\r\n </div>\r\n </div> -->\r\n </div>\r\n <div class=\"form-group has-feedback\">\r\n <div class=\"custom-control custom-switch\">\r\n <input type=\"checkbox\" class=\"custom-control-input\" id=\"customSwitch1\" name=\"rememberMe\" [(ngModel)]=\"rememberMe\">\r\n <label class=\"custom-control-label\" for=\"customSwitch1\">Se souvenir de moi</label>\r\n </div>\r\n </div>\r\n <div class=\"form-group\">\r\n <button [disabled]=\"!f.form.valid\" class=\"btn btn-primary btn-block login-button\">Connexion</button>\r\n </div>\r\n</form>\r\n<div class=\"btn-bar\">\r\n <ng-container *ngIf=\"allowCreation\">\r\n <button class=\"btn btn-primary\" (click)=\"onRegisterClick()\"><span>Cr\u00E9er un compte</span></button> \r\n </ng-container>\r\n <button class=\"btn btn-link btn-reset-pwd\" (click)=\"onResetPasswordClick()\">Mot de passe oubli\u00E9 ?</button>\r\n</div>\r\n\r\n<div class=\"error-message\">\r\n <div>\r\n <ng-container *ngIf=\"hasErrors\">\r\n {{this.errorMessage}}\r\n </ng-container>\r\n <ng-container *ngIf=\"!hasErrors\">\r\n &nbsp; \r\n </ng-container>\r\n </div>\r\n</div>\r\n", styles: [".home-page{font-family:Open sans,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;height:100%;width:100%;padding:16px}.main-container{margin:0 50px}.main-container-modal{width:calc(100% - 50px);margin:10px 25px 0}.moyen-titre{font-weight:700;font-size:24px;color:#4d5a81;margin:8px 0;border-bottom:solid 1px #DBE4FF}.grand-titre{font-weight:700;font-size:28px;color:#4d5a81;margin:0 0 8px}.petit-titre{font-weight:700;font-size:16px;color:#4d5a81;margin:0 0 8px}.petit-titre.underlined{border-bottom:solid 1px #4D5A81}.paragraph{padding:0 15px}.paragraph-highlight{padding:5px 15px 0 12px;border-left:5px solid #8EA7F8;border-bottom:1px solid #DBE4FF;border-top:1px solid #DBE4FF;border-right:1px solid #DBE4FF;background-color:#f7faff}.highlight{background-color:#f7faff;border:1px solid #DBE4FF;border-radius:5px;padding:15px;color:#3c5dc4;margin:0 0 16px}.highlight p{margin-bottom:0}.highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification{background-color:#dbe4ff;border:1px solid #C4D0F9;border-radius:5px;color:#4d5a81;margin:16px;padding:5px 15px;text-align:justify}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.notification-text{padding:0 15px 0 30px;font-size:16px}.login-form .form-group{margin-bottom:12px}.login-form .form-control{height:34px;padding:6px 12px}.login-form .btn{width:100%}.text-error,.error-message{color:#f78383}.error-message{text-align:center;padding-top:15px}.login-control:before{position:relative;display:block;float:left;width:16px;height:16px;content:\" \";background-size:16px 16px;-webkit-background-size:16px 16px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"49.485\" height=\"49.485\" viewBox=\"0 0 49.485 49.485\">%0D%0A <path id=\"Recherche\" d=\"M31.88,37.039A20.324,20.324,0,1,1,12.411,1.6,20.324,20.324,0,0,1,37.039,31.88L49.485,44.326l-5.158,5.158ZM10.373,10.373a14.07,14.07,0,1,0,9.948-4.12A13.977,13.977,0,0,0,10.373,10.373Z\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:9px -40px 0 9px;filter:invert(60%) sepia(57%) saturate(394%) hue-rotate(191deg) brightness(99%) contrast(96%)}.login-control.ng-invalid.ng-touched,.login-control.ng-select.ng-invalid,.login-control.ng-invalid{border-color:#cbc8d0!important}.login-button{border-radius:5px}.btn-reset-pwd{padding:0}\n"] }]
4771
- }], ctorParameters: () => [{ type: i3$1.UserService }, { type: i3$1.AuthService }, { type: i2$2.Router }, { type: i2$2.ActivatedRoute }, { type: SelectUserCompanyActionService }], propDecorators: { isModal: [{
4781
+ }], ctorParameters: () => [{ type: i1$1.UserService }, { type: i1$1.AuthService }, { type: i2$2.Router }, { type: i2$2.ActivatedRoute }, { type: SelectUserCompanyActionService }], propDecorators: { isModal: [{
4772
4782
  type: Input
4773
4783
  }], allowCreation: [{
4774
4784
  type: Input
@@ -4819,7 +4829,7 @@ class ResetPasswordComponent extends ActivateComponent {
4819
4829
  this.passwordForm = this.formBuilder.group({
4820
4830
  passwd: ['', [Validators.required, Validators.minLength(6)]],
4821
4831
  passwd2: ['', [Validators.required, Validators.minLength(6)]],
4822
- //captchaToken: [null, Validators.required]
4832
+ captchaToken: [null, Validators.required]
4823
4833
  }, {
4824
4834
  validator: MustMatch('passwd', 'passwd2')
4825
4835
  });
@@ -4873,13 +4883,13 @@ class ResetPasswordComponent extends ActivateComponent {
4873
4883
  else
4874
4884
  this.registerClick.emit();
4875
4885
  }
4876
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ResetPasswordComponent, deps: [{ token: i2$2.Router }, { token: i2$2.ActivatedRoute }, { token: i2.AccountDataService }, { token: i3$1.AuthService }, { token: i3$1.UserService }, { token: i4.UntypedFormBuilder }], target: i0.ɵɵFactoryTarget.Component }); }
4877
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ResetPasswordComponent, isStandalone: false, selector: "kzk-reset-password", inputs: { isModal: "isModal" }, outputs: { connexionClick: "connexionClick", registerClick: "registerClick" }, usesInheritance: true, ngImport: i0, template: "<div class=\"login-form\">\r\n \r\n <h3>R\u00E9initialisation du mot de passe</h3>\r\n \r\n <ng-container *ngIf=\"isLoading()\">\r\n <p>Le traitement de votre demande est en cours. Merci de patienter quelques instants...</p>\r\n </ng-container>\r\n <ng-container *ngIf=\"!isLoading()\">\r\n <ng-container *ngIf=\"isPasswordInitSuccess()\">\r\n <p>\r\n F\u00E9licitations, votre mot de passe a \u00E9t\u00E9 r\u00E9initialis\u00E9 avec succ\u00E8s ! \r\n </p>\r\n <div class=\"btn-bar\">\r\n <button class=\"btn btn-primary\" (click)=\"goToConnect()\"><span>Connexion</span></button>\r\n </div>\r\n <div class=\"btn-bar\">\r\n <button class=\"btn\" (click)=\"goHome()\"><span>Retour \u00E0 l'accueil</span></button>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngIf=\"isSuccess() && ! isPasswordInitSuccess()\">\r\n <p>\r\n Merci de saisir 2 fois le m\u00EAme mot de passe afin de le r\u00E9initialiser.\r\n </p>\r\n \r\n\r\n <form [formGroup]=\"passwordForm\" (ngSubmit)=\"passwordForm.valid && validatePassword()\" validate>\r\n <div class=\"form-group\">\r\n <input type=\"password\" formControlName=\"passwd\" class=\"form-control\" placeholder=\"Entrez votre nouveau mot de passe\"\r\n >\r\n \r\n <div *ngIf=\"f.passwd.errors && f.passwd.dirty && f.passwd.touched\" class=\"input-alert\">\r\n <div *ngIf=\"f.passwd.errors?.required\">\r\n Le mot de passe est obligatoire\r\n </div>\r\n <div *ngIf=\"f.passwd.errors?.minlength\">\r\n Le mot de passe doit comporter au moins 6 caract\u00E8res\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"form-group\">\r\n <input type=\"password\" formControlName=\"passwd2\" class=\"form-control\" placeholder=\"Confirmez votre nouveau mot de passe\"\r\n >\r\n \r\n <div *ngIf=\"f.passwd2.errors && f.passwd2.dirty && f.passwd2.touched\" class=\"input-alert\">\r\n <div *ngIf=\"f.passwd2.errors?.required\">\r\n Le mot de passe est obligatoire\r\n </div>\r\n <div *ngIf=\"f.passwd2.errors?.minlength\">\r\n Le mot de passe doit comporter au moins 6 caract\u00E8res\r\n </div>\r\n <div *ngIf=\"f.passwd2.errors?.mustMatch\">\r\n Les 2 mots de passe ne correspondent pas !\r\n </div>\r\n \r\n </div>\r\n </div>\r\n <!-- <div style=\"display: flex;align-items: center;\">\r\n <div class=\"captcha\">\r\n <re-captcha \r\n formControlName=\"captchaToken\"\r\n name=\"captcha\"\r\n required\r\n siteKey=\"6Lcuj_4ZAAAAAKoa7Dyi7LeJRzyCfqqTpte-wPTi\"\r\n theme=\"dark light\"\r\n > \r\n </re-captcha>\r\n </div>\r\n </div> -->\r\n <div class=\"btn-bar\">\r\n <button class=\"btn btn-primary\" [disabled]=\"!passwordForm.valid\" type=\"submit\"><span>Valider</span></button>\r\n </div>\r\n </form>\r\n <div class=\"btn-bar btn-bar-horizontal\">\r\n <button class=\"btn btn-link btn-reset-pwd\" (click)=\"OnConnexionClick()\">Connexion</button>\r\n <button class=\"btn btn-link btn-reset-pwd\" (click)=\"OnRegisterClick()\">Cr\u00E9er un compte</button>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngIf=\"isSentAgain()\">\r\n <p>\r\n Un mail de r\u00E9initilisation de votre mot de passe a \u00E9t\u00E9 renvoy\u00E9 \u00E0 votre adresse mail, merci de v\u00E9rifier votre messagerie.\r\n </p>\r\n <div class=\"btn-bar\">\r\n <button class=\"btn btn-primary\" (click)=\"goHome()\"><span>Retour \u00E0 l'accueil</span></button>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngIf=\"isError()\">\r\n <p class=\"text-error\">\r\n Une erreur s'est produite pendant la r\u00E9initialisation de votre mot de passe.\r\n Merci de saisir votre email ci-dessous afin de renvoyer \u00E0 nouveau un mail de r\u00E9initialisation.\r\n </p>\r\n </ng-container>\r\n <ng-container *ngIf=\"isExpired()\">\r\n <p class=\"text-error\">\r\n Le lien de r\u00E9initialisation de votre mot de passe n'est plus valide car le d\u00E9lai de 24h a \u00E9t\u00E9 d\u00E9pass\u00E9 ou bien vous avez fait une demande plus r\u00E9cente.\r\n Cliquez sur le bouton ci-dessous pour renvoyer \u00E0 nouveau un mail de r\u00E9initialisation.\r\n </p>\r\n </ng-container>\r\n <ng-container *ngIf=\"isUserUnknown()\">\r\n <p class=\"text-error\">\r\n {{this.email}} : Aucun compte li\u00E9 \u00E0 cette addresse email n'a \u00E9t\u00E9 trouv\u00E9.\r\n </p>\r\n </ng-container>\r\n <ng-container *ngIf=\"isExpired() || isError() || isUserUnknown() || (isEmptyCode() && !isAlreadyActivated() && !isSentAgain() && ! isSuccess())\">\r\n <p>Merci de saisir votre email ci-dessous afin de recevoir un mail de r\u00E9initialisation de votre mot de passe.</p>\r\n <form (ngSubmit)=\"f.form.valid && sendAgain()\" #f=\"ngForm\" validate>\r\n <div class=\"form-group\">\r\n <input \r\n type=\"text\" class=\"form-control\" placeholder=\"Entrez votre addresse mail\" name=\"eml\"\r\n [(ngModel)]=\"email\" #eml=\"ngModel\" required [pattern]=\"emailPattern2\">\r\n <div *ngIf=\"eml.errors && (eml.dirty && eml.touched)\" class=\"input-alert\">\r\n <div *ngIf=\"eml.errors?.required\">\r\n L'email est obligatoire\r\n </div>\r\n <div *ngIf=\"eml.errors?.pattern\">\r\n L'email n'est pas valide\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"display: flex;align-items: center;\">\r\n <div class=\"captcha\">\r\n <re-captcha \r\n [(ngModel)]=\"captchaToken\"\r\n name=\"captcha\"\r\n required\r\n siteKey=\"6Lcuj_4ZAAAAAKoa7Dyi7LeJRzyCfqqTpte-wPTi\"\r\n theme=\"light\"\r\n > \r\n </re-captcha>\r\n </div>\r\n </div>\r\n <div class=\"btn-bar\">\r\n <button class=\"btn btn-primary\" [disabled]=\"!f.form.valid\" type=\"submit\"><span>Valider</span></button>\r\n </div>\r\n </form>\r\n <div class=\"btn-bar btn-bar-horizontal\">\r\n <button class=\"btn btn-link btn-reset-pwd\" (click)=\"OnConnexionClick()\">Connexion</button>\r\n <button class=\"btn btn-link btn-reset-pwd\" (click)=\"OnRegisterClick()\">Cr\u00E9er un compte</button>\r\n </div>\r\n </ng-container>\r\n\r\n </ng-container>\r\n \r\n \r\n <!-- <kzk-login-disclaimer class=\"login-disclaimer\"></kzk-login-disclaimer> -->\r\n <ng-container *ngIf=\"hasErrors\">\r\n <div class=\"error-message\">\r\n <div>\r\n {{this.errorMessage}}\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>", styles: [".home-page{font-family:Open sans,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;height:100%;width:100%;padding:16px}.main-container{margin:0 50px}.main-container-modal{width:calc(100% - 50px);margin:10px 25px 0}.moyen-titre{font-weight:700;font-size:24px;color:#4d5a81;margin:8px 0;border-bottom:solid 1px #DBE4FF}.grand-titre{font-weight:700;font-size:28px;color:#4d5a81;margin:0 0 8px}.petit-titre{font-weight:700;font-size:16px;color:#4d5a81;margin:0 0 8px}.petit-titre.underlined{border-bottom:solid 1px #4D5A81}.paragraph{padding:0 15px}.paragraph-highlight{padding:5px 15px 0 12px;border-left:5px solid #8EA7F8;border-bottom:1px solid #DBE4FF;border-top:1px solid #DBE4FF;border-right:1px solid #DBE4FF;background-color:#f7faff}.highlight{background-color:#f7faff;border:1px solid #DBE4FF;border-radius:5px;padding:15px;color:#3c5dc4;margin:0 0 16px}.highlight p{margin-bottom:0}.highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification{background-color:#dbe4ff;border:1px solid #C4D0F9;border-radius:5px;color:#4d5a81;margin:16px;padding:5px 15px;text-align:justify}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.notification-text{padding:0 15px 0 30px;font-size:16px}.login-disclaimer{height:100%}.login-form{display:flex;flex-direction:column;max-width:500px;margin-left:auto;margin-right:auto;height:100%}.form-group{display:flex;flex-direction:column;flex-grow:1;margin-bottom:10px}.captcha{width:100%;margin-left:auto;margin-right:auto;margin-bottom:5px}.text-error{color:red}.error-message{margin-top:15px;background:#f6bfbe;color:red;border:1px red solid;padding:.75rem;text-align:center;font-size:small;opacity:1;transition:ease 1s opacity}.btn-bar,.btn-reset-pwd{padding:0}.btn-bar-rwd{display:flex;flex-direction:column;justify-content:stretch}.btn-bar-rwd .btn-primary{flex:1}\n"], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i4.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i4.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i4.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i4.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i6$2.RecaptchaComponent, selector: "re-captcha", inputs: ["id", "siteKey", "theme", "type", "size", "tabIndex", "badge", "errorMode"], outputs: ["resolved", "error", "errored"], exportAs: ["reCaptcha"] }, { kind: "directive", type: i6$2.RecaptchaValueAccessorDirective, selector: "re-captcha[formControlName],re-captcha[formControl],re-captcha[ngModel]" }] }); }
4886
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ResetPasswordComponent, deps: [{ token: i2$2.Router }, { token: i2$2.ActivatedRoute }, { token: i2.AccountDataService }, { token: i1$1.AuthService }, { token: i1$1.UserService }, { token: i4.UntypedFormBuilder }], target: i0.ɵɵFactoryTarget.Component }); }
4887
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: ResetPasswordComponent, isStandalone: false, selector: "msw-reset-password", inputs: { isModal: "isModal" }, outputs: { connexionClick: "connexionClick", registerClick: "registerClick" }, usesInheritance: true, ngImport: i0, template: "<div class=\"login-form\">\r\n <div class=\"petit-titre\" style=\"text-align:center;margin-bottom: 15px;\">R\u00E9initialisation de votre mot de passe</div>\r\n <ng-container *ngIf=\"isLoading()\">\r\n <div class=\"highlight\">\r\n <p>Le traitement de votre demande est en cours. Merci de patienter quelques instants...</p>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngIf=\"!isLoading()\">\r\n <ng-container *ngIf=\"isPasswordInitSuccess()\">\r\n <div class=\"highlight\">\r\n <p>F\u00E9licitations, votre mot de passe a \u00E9t\u00E9 r\u00E9initialis\u00E9 avec succ\u00E8s !</p>\r\n </div>\r\n <div class=\"btn-bar btn-bar-rwd\">\r\n <button class=\"btn btn-link\" (click)=\"OnConnexionClick()\">Retour \u00E0 l'\u00E9cran d'accueil'</button>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngIf=\"isSuccess() && ! isPasswordInitSuccess()\">\r\n <form [formGroup]=\"passwordForm\" (ngSubmit)=\"passwordForm.valid && validatePassword()\" validate>\r\n <div class=\"form-group\">\r\n <input type=\"password\" formControlName=\"passwd\" class=\"form-control\" placeholder=\"Entrez votre nouveau mot de passe\"\r\n >\r\n \r\n <div *ngIf=\"f.passwd.errors && f.passwd.dirty && f.passwd.touched\" class=\"input-alert\">\r\n <div *ngIf=\"f.passwd.errors?.required\">\r\n Le mot de passe est obligatoire\r\n </div>\r\n <div *ngIf=\"f.passwd.errors?.minlength\">\r\n Le mot de passe doit comporter au moins 6 caract\u00E8res\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"form-group\">\r\n <input type=\"password\" formControlName=\"passwd2\" class=\"form-control\" placeholder=\"Confirmez votre nouveau mot de passe\"\r\n >\r\n \r\n <div *ngIf=\"f.passwd2.errors && f.passwd2.dirty && f.passwd2.touched\" class=\"input-alert\">\r\n <div *ngIf=\"f.passwd2.errors?.required\">\r\n Le mot de passe est obligatoire\r\n </div>\r\n <div *ngIf=\"f.passwd2.errors?.minlength\">\r\n Le mot de passe doit comporter au moins 6 caract\u00E8res\r\n </div>\r\n <div *ngIf=\"f.passwd2.errors?.mustMatch\">\r\n Les 2 mots de passe ne correspondent pas !\r\n </div>\r\n \r\n </div>\r\n </div>\r\n <div style=\"display: flex;align-items: center;\">\r\n <div class=\"captcha\">\r\n <re-captcha \r\n formControlName=\"captchaToken\"\r\n name=\"captcha\"\r\n required\r\n siteKey=\"6Lcuj_4ZAAAAAKoa7Dyi7LeJRzyCfqqTpte-wPTi\"\r\n > \r\n </re-captcha>\r\n </div>\r\n </div>\r\n <div class=\"btn-bar btn-bar-rwd\">\r\n <button class=\"btn btn-primary\" [disabled]=\"!passwordForm.valid\" type=\"submit\"><span>Valider</span></button>\r\n <button class=\"btn btn-link\" (click)=\"OnConnexionClick()\">Retour \u00E0 l'\u00E9cran de connexion</button>\r\n </div> \r\n </form>\r\n \r\n \r\n </ng-container>\r\n <ng-container *ngIf=\"isSentAgain()\">\r\n <div class=\"highlight\">\r\n <p>Un mail de r\u00E9initilisation de votre mot de passe a \u00E9t\u00E9 renvoy\u00E9 \u00E0 votre adresse mail, merci de v\u00E9rifier votre messagerie.</p>\r\n </div>\r\n <div class=\"btn-bar btn-bar-rwd\">\r\n <button class=\"btn btn-link\" (click)=\"OnConnexionClick()\">Retour \u00E0 l'\u00E9cran d'accueil'</button>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngIf=\"isError()\">\r\n <p class=\"text-error\">\r\n Une erreur s'est produite pendant la r\u00E9initialisation de votre mot de passe.\r\n </p>\r\n </ng-container>\r\n <ng-container *ngIf=\"isExpired()\">\r\n <p class=\"text-error\">\r\n Le lien de r\u00E9initialisation de votre mot de passe n'est plus valide car le d\u00E9lai de 24h a \u00E9t\u00E9 d\u00E9pass\u00E9 ou bien vous avez fait une demande plus r\u00E9cente.\r\n Cliquez sur le bouton ci-dessous pour renvoyer \u00E0 nouveau un mail de r\u00E9initialisation.\r\n </p>\r\n </ng-container>\r\n <ng-container *ngIf=\"isUserUnknown()\">\r\n <p class=\"text-error\">\r\n {{this.email}} : Aucun compte li\u00E9 \u00E0 cette addresse email n'a \u00E9t\u00E9 trouv\u00E9.\r\n </p>\r\n </ng-container>\r\n <ng-container *ngIf=\"isExpired() || isError() || isUserUnknown() || (isEmptyCode() && !isAlreadyActivated() && !isSentAgain() && ! isSuccess())\">\r\n <p>Merci de saisir votre email ci-dessous afin de recevoir un mail de r\u00E9initialisation de votre mot de passe.</p>\r\n <form (ngSubmit)=\"f.form.valid && sendAgain()\" #f=\"ngForm\" validate>\r\n <div class=\"form-group\">\r\n <input \r\n type=\"text\" class=\"form-control\" placeholder=\"Entrez votre addresse mail\" name=\"eml\"\r\n [(ngModel)]=\"email\" #eml=\"ngModel\" required [pattern]=\"emailPattern2\">\r\n <div *ngIf=\"eml.errors && (eml.dirty && eml.touched)\" class=\"input-alert\">\r\n <div *ngIf=\"eml.errors?.required\">\r\n L'email est obligatoire\r\n </div>\r\n <div *ngIf=\"eml.errors?.pattern\">\r\n L'email n'est pas valide\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"display: flex;align-items: center;\">\r\n <div class=\"captcha\">\r\n <re-captcha \r\n [(ngModel)]=\"captchaToken\"\r\n name=\"captcha\"\r\n required\r\n siteKey=\"6Lcuj_4ZAAAAAKoa7Dyi7LeJRzyCfqqTpte-wPTi\"\r\n > \r\n </re-captcha>\r\n </div>\r\n </div>\r\n <div class=\"btn-bar btn-bar-rwd\">\r\n <button class=\"btn btn-primary\" [disabled]=\"!f.form.valid\" type=\"submit\"><span>Valider</span></button>\r\n <button class=\"btn btn-link\" (click)=\"OnConnexionClick()\">Retour \u00E0 l'\u00E9cran d'accueil'</button>\r\n </div>\r\n </form>\r\n \r\n </ng-container>\r\n\r\n </ng-container>\r\n \r\n \r\n <!-- <kzk-login-disclaimer class=\"login-disclaimer\"></kzk-login-disclaimer> -->\r\n <ng-container *ngIf=\"hasErrors\">\r\n <div class=\"error-message\">\r\n <div>\r\n {{this.errorMessage}}\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>", styles: [".home-page{font-family:Open sans,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;height:100%;width:100%;padding:16px}.main-container{margin:0 50px}.main-container-modal{width:calc(100% - 50px);margin:10px 25px 0}.moyen-titre{font-weight:700;font-size:24px;color:#4d5a81;margin:8px 0;border-bottom:solid 1px #DBE4FF}.grand-titre{font-weight:700;font-size:28px;color:#4d5a81;margin:0 0 8px}.petit-titre{font-weight:700;font-size:16px;color:#4d5a81;margin:0 0 8px}.petit-titre.underlined{border-bottom:solid 1px #4D5A81}.paragraph{padding:0 15px}.paragraph-highlight{padding:5px 15px 0 12px;border-left:5px solid #8EA7F8;border-bottom:1px solid #DBE4FF;border-top:1px solid #DBE4FF;border-right:1px solid #DBE4FF;background-color:#f7faff}.highlight{background-color:#f7faff;border:1px solid #DBE4FF;border-radius:5px;padding:15px;color:#3c5dc4;margin:0 0 16px}.highlight p{margin-bottom:0}.highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification{background-color:#dbe4ff;border:1px solid #C4D0F9;border-radius:5px;color:#4d5a81;margin:16px;padding:5px 15px;text-align:justify}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.notification-text{padding:0 15px 0 30px;font-size:16px}.login-disclaimer{height:100%}.login-form{display:flex;flex-direction:column;max-width:500px;margin-left:auto;margin-right:auto;height:100%}.form-group{display:flex;flex-direction:column;flex-grow:1;margin-bottom:10px}.captcha{width:100%;margin-left:auto;margin-right:auto;margin-bottom:5px}.text-error{color:red}.error-message{margin-top:15px;background:#f6bfbe;color:red;border:1px red solid;padding:.75rem;text-align:center;font-size:small;opacity:1;transition:ease 1s opacity}.btn-bar,.btn-reset-pwd{padding:0}.btn-bar-rwd{display:flex;flex-direction:column;justify-content:stretch}.btn-bar-rwd .btn-primary{flex:1}\n"], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i4.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i4.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i4.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i4.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i6$2.RecaptchaComponent, selector: "re-captcha", inputs: ["id", "siteKey", "theme", "type", "size", "tabIndex", "badge", "errorMode"], outputs: ["resolved", "error", "errored"], exportAs: ["reCaptcha"] }, { kind: "directive", type: i6$2.RecaptchaValueAccessorDirective, selector: "re-captcha[formControlName],re-captcha[formControl],re-captcha[ngModel]" }] }); }
4878
4888
  }
4879
4889
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ResetPasswordComponent, decorators: [{
4880
4890
  type: Component,
4881
- args: [{ selector: 'kzk-reset-password', standalone: false, template: "<div class=\"login-form\">\r\n \r\n <h3>R\u00E9initialisation du mot de passe</h3>\r\n \r\n <ng-container *ngIf=\"isLoading()\">\r\n <p>Le traitement de votre demande est en cours. Merci de patienter quelques instants...</p>\r\n </ng-container>\r\n <ng-container *ngIf=\"!isLoading()\">\r\n <ng-container *ngIf=\"isPasswordInitSuccess()\">\r\n <p>\r\n F\u00E9licitations, votre mot de passe a \u00E9t\u00E9 r\u00E9initialis\u00E9 avec succ\u00E8s ! \r\n </p>\r\n <div class=\"btn-bar\">\r\n <button class=\"btn btn-primary\" (click)=\"goToConnect()\"><span>Connexion</span></button>\r\n </div>\r\n <div class=\"btn-bar\">\r\n <button class=\"btn\" (click)=\"goHome()\"><span>Retour \u00E0 l'accueil</span></button>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngIf=\"isSuccess() && ! isPasswordInitSuccess()\">\r\n <p>\r\n Merci de saisir 2 fois le m\u00EAme mot de passe afin de le r\u00E9initialiser.\r\n </p>\r\n \r\n\r\n <form [formGroup]=\"passwordForm\" (ngSubmit)=\"passwordForm.valid && validatePassword()\" validate>\r\n <div class=\"form-group\">\r\n <input type=\"password\" formControlName=\"passwd\" class=\"form-control\" placeholder=\"Entrez votre nouveau mot de passe\"\r\n >\r\n \r\n <div *ngIf=\"f.passwd.errors && f.passwd.dirty && f.passwd.touched\" class=\"input-alert\">\r\n <div *ngIf=\"f.passwd.errors?.required\">\r\n Le mot de passe est obligatoire\r\n </div>\r\n <div *ngIf=\"f.passwd.errors?.minlength\">\r\n Le mot de passe doit comporter au moins 6 caract\u00E8res\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"form-group\">\r\n <input type=\"password\" formControlName=\"passwd2\" class=\"form-control\" placeholder=\"Confirmez votre nouveau mot de passe\"\r\n >\r\n \r\n <div *ngIf=\"f.passwd2.errors && f.passwd2.dirty && f.passwd2.touched\" class=\"input-alert\">\r\n <div *ngIf=\"f.passwd2.errors?.required\">\r\n Le mot de passe est obligatoire\r\n </div>\r\n <div *ngIf=\"f.passwd2.errors?.minlength\">\r\n Le mot de passe doit comporter au moins 6 caract\u00E8res\r\n </div>\r\n <div *ngIf=\"f.passwd2.errors?.mustMatch\">\r\n Les 2 mots de passe ne correspondent pas !\r\n </div>\r\n \r\n </div>\r\n </div>\r\n <!-- <div style=\"display: flex;align-items: center;\">\r\n <div class=\"captcha\">\r\n <re-captcha \r\n formControlName=\"captchaToken\"\r\n name=\"captcha\"\r\n required\r\n siteKey=\"6Lcuj_4ZAAAAAKoa7Dyi7LeJRzyCfqqTpte-wPTi\"\r\n theme=\"dark light\"\r\n > \r\n </re-captcha>\r\n </div>\r\n </div> -->\r\n <div class=\"btn-bar\">\r\n <button class=\"btn btn-primary\" [disabled]=\"!passwordForm.valid\" type=\"submit\"><span>Valider</span></button>\r\n </div>\r\n </form>\r\n <div class=\"btn-bar btn-bar-horizontal\">\r\n <button class=\"btn btn-link btn-reset-pwd\" (click)=\"OnConnexionClick()\">Connexion</button>\r\n <button class=\"btn btn-link btn-reset-pwd\" (click)=\"OnRegisterClick()\">Cr\u00E9er un compte</button>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngIf=\"isSentAgain()\">\r\n <p>\r\n Un mail de r\u00E9initilisation de votre mot de passe a \u00E9t\u00E9 renvoy\u00E9 \u00E0 votre adresse mail, merci de v\u00E9rifier votre messagerie.\r\n </p>\r\n <div class=\"btn-bar\">\r\n <button class=\"btn btn-primary\" (click)=\"goHome()\"><span>Retour \u00E0 l'accueil</span></button>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngIf=\"isError()\">\r\n <p class=\"text-error\">\r\n Une erreur s'est produite pendant la r\u00E9initialisation de votre mot de passe.\r\n Merci de saisir votre email ci-dessous afin de renvoyer \u00E0 nouveau un mail de r\u00E9initialisation.\r\n </p>\r\n </ng-container>\r\n <ng-container *ngIf=\"isExpired()\">\r\n <p class=\"text-error\">\r\n Le lien de r\u00E9initialisation de votre mot de passe n'est plus valide car le d\u00E9lai de 24h a \u00E9t\u00E9 d\u00E9pass\u00E9 ou bien vous avez fait une demande plus r\u00E9cente.\r\n Cliquez sur le bouton ci-dessous pour renvoyer \u00E0 nouveau un mail de r\u00E9initialisation.\r\n </p>\r\n </ng-container>\r\n <ng-container *ngIf=\"isUserUnknown()\">\r\n <p class=\"text-error\">\r\n {{this.email}} : Aucun compte li\u00E9 \u00E0 cette addresse email n'a \u00E9t\u00E9 trouv\u00E9.\r\n </p>\r\n </ng-container>\r\n <ng-container *ngIf=\"isExpired() || isError() || isUserUnknown() || (isEmptyCode() && !isAlreadyActivated() && !isSentAgain() && ! isSuccess())\">\r\n <p>Merci de saisir votre email ci-dessous afin de recevoir un mail de r\u00E9initialisation de votre mot de passe.</p>\r\n <form (ngSubmit)=\"f.form.valid && sendAgain()\" #f=\"ngForm\" validate>\r\n <div class=\"form-group\">\r\n <input \r\n type=\"text\" class=\"form-control\" placeholder=\"Entrez votre addresse mail\" name=\"eml\"\r\n [(ngModel)]=\"email\" #eml=\"ngModel\" required [pattern]=\"emailPattern2\">\r\n <div *ngIf=\"eml.errors && (eml.dirty && eml.touched)\" class=\"input-alert\">\r\n <div *ngIf=\"eml.errors?.required\">\r\n L'email est obligatoire\r\n </div>\r\n <div *ngIf=\"eml.errors?.pattern\">\r\n L'email n'est pas valide\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"display: flex;align-items: center;\">\r\n <div class=\"captcha\">\r\n <re-captcha \r\n [(ngModel)]=\"captchaToken\"\r\n name=\"captcha\"\r\n required\r\n siteKey=\"6Lcuj_4ZAAAAAKoa7Dyi7LeJRzyCfqqTpte-wPTi\"\r\n theme=\"light\"\r\n > \r\n </re-captcha>\r\n </div>\r\n </div>\r\n <div class=\"btn-bar\">\r\n <button class=\"btn btn-primary\" [disabled]=\"!f.form.valid\" type=\"submit\"><span>Valider</span></button>\r\n </div>\r\n </form>\r\n <div class=\"btn-bar btn-bar-horizontal\">\r\n <button class=\"btn btn-link btn-reset-pwd\" (click)=\"OnConnexionClick()\">Connexion</button>\r\n <button class=\"btn btn-link btn-reset-pwd\" (click)=\"OnRegisterClick()\">Cr\u00E9er un compte</button>\r\n </div>\r\n </ng-container>\r\n\r\n </ng-container>\r\n \r\n \r\n <!-- <kzk-login-disclaimer class=\"login-disclaimer\"></kzk-login-disclaimer> -->\r\n <ng-container *ngIf=\"hasErrors\">\r\n <div class=\"error-message\">\r\n <div>\r\n {{this.errorMessage}}\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>", styles: [".home-page{font-family:Open sans,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;height:100%;width:100%;padding:16px}.main-container{margin:0 50px}.main-container-modal{width:calc(100% - 50px);margin:10px 25px 0}.moyen-titre{font-weight:700;font-size:24px;color:#4d5a81;margin:8px 0;border-bottom:solid 1px #DBE4FF}.grand-titre{font-weight:700;font-size:28px;color:#4d5a81;margin:0 0 8px}.petit-titre{font-weight:700;font-size:16px;color:#4d5a81;margin:0 0 8px}.petit-titre.underlined{border-bottom:solid 1px #4D5A81}.paragraph{padding:0 15px}.paragraph-highlight{padding:5px 15px 0 12px;border-left:5px solid #8EA7F8;border-bottom:1px solid #DBE4FF;border-top:1px solid #DBE4FF;border-right:1px solid #DBE4FF;background-color:#f7faff}.highlight{background-color:#f7faff;border:1px solid #DBE4FF;border-radius:5px;padding:15px;color:#3c5dc4;margin:0 0 16px}.highlight p{margin-bottom:0}.highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification{background-color:#dbe4ff;border:1px solid #C4D0F9;border-radius:5px;color:#4d5a81;margin:16px;padding:5px 15px;text-align:justify}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.notification-text{padding:0 15px 0 30px;font-size:16px}.login-disclaimer{height:100%}.login-form{display:flex;flex-direction:column;max-width:500px;margin-left:auto;margin-right:auto;height:100%}.form-group{display:flex;flex-direction:column;flex-grow:1;margin-bottom:10px}.captcha{width:100%;margin-left:auto;margin-right:auto;margin-bottom:5px}.text-error{color:red}.error-message{margin-top:15px;background:#f6bfbe;color:red;border:1px red solid;padding:.75rem;text-align:center;font-size:small;opacity:1;transition:ease 1s opacity}.btn-bar,.btn-reset-pwd{padding:0}.btn-bar-rwd{display:flex;flex-direction:column;justify-content:stretch}.btn-bar-rwd .btn-primary{flex:1}\n"] }]
4882
- }], ctorParameters: () => [{ type: i2$2.Router }, { type: i2$2.ActivatedRoute }, { type: i2.AccountDataService }, { type: i3$1.AuthService }, { type: i3$1.UserService }, { type: i4.UntypedFormBuilder }], propDecorators: { isModal: [{
4891
+ args: [{ selector: 'msw-reset-password', standalone: false, template: "<div class=\"login-form\">\r\n <div class=\"petit-titre\" style=\"text-align:center;margin-bottom: 15px;\">R\u00E9initialisation de votre mot de passe</div>\r\n <ng-container *ngIf=\"isLoading()\">\r\n <div class=\"highlight\">\r\n <p>Le traitement de votre demande est en cours. Merci de patienter quelques instants...</p>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngIf=\"!isLoading()\">\r\n <ng-container *ngIf=\"isPasswordInitSuccess()\">\r\n <div class=\"highlight\">\r\n <p>F\u00E9licitations, votre mot de passe a \u00E9t\u00E9 r\u00E9initialis\u00E9 avec succ\u00E8s !</p>\r\n </div>\r\n <div class=\"btn-bar btn-bar-rwd\">\r\n <button class=\"btn btn-link\" (click)=\"OnConnexionClick()\">Retour \u00E0 l'\u00E9cran d'accueil'</button>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngIf=\"isSuccess() && ! isPasswordInitSuccess()\">\r\n <form [formGroup]=\"passwordForm\" (ngSubmit)=\"passwordForm.valid && validatePassword()\" validate>\r\n <div class=\"form-group\">\r\n <input type=\"password\" formControlName=\"passwd\" class=\"form-control\" placeholder=\"Entrez votre nouveau mot de passe\"\r\n >\r\n \r\n <div *ngIf=\"f.passwd.errors && f.passwd.dirty && f.passwd.touched\" class=\"input-alert\">\r\n <div *ngIf=\"f.passwd.errors?.required\">\r\n Le mot de passe est obligatoire\r\n </div>\r\n <div *ngIf=\"f.passwd.errors?.minlength\">\r\n Le mot de passe doit comporter au moins 6 caract\u00E8res\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"form-group\">\r\n <input type=\"password\" formControlName=\"passwd2\" class=\"form-control\" placeholder=\"Confirmez votre nouveau mot de passe\"\r\n >\r\n \r\n <div *ngIf=\"f.passwd2.errors && f.passwd2.dirty && f.passwd2.touched\" class=\"input-alert\">\r\n <div *ngIf=\"f.passwd2.errors?.required\">\r\n Le mot de passe est obligatoire\r\n </div>\r\n <div *ngIf=\"f.passwd2.errors?.minlength\">\r\n Le mot de passe doit comporter au moins 6 caract\u00E8res\r\n </div>\r\n <div *ngIf=\"f.passwd2.errors?.mustMatch\">\r\n Les 2 mots de passe ne correspondent pas !\r\n </div>\r\n \r\n </div>\r\n </div>\r\n <div style=\"display: flex;align-items: center;\">\r\n <div class=\"captcha\">\r\n <re-captcha \r\n formControlName=\"captchaToken\"\r\n name=\"captcha\"\r\n required\r\n siteKey=\"6Lcuj_4ZAAAAAKoa7Dyi7LeJRzyCfqqTpte-wPTi\"\r\n > \r\n </re-captcha>\r\n </div>\r\n </div>\r\n <div class=\"btn-bar btn-bar-rwd\">\r\n <button class=\"btn btn-primary\" [disabled]=\"!passwordForm.valid\" type=\"submit\"><span>Valider</span></button>\r\n <button class=\"btn btn-link\" (click)=\"OnConnexionClick()\">Retour \u00E0 l'\u00E9cran de connexion</button>\r\n </div> \r\n </form>\r\n \r\n \r\n </ng-container>\r\n <ng-container *ngIf=\"isSentAgain()\">\r\n <div class=\"highlight\">\r\n <p>Un mail de r\u00E9initilisation de votre mot de passe a \u00E9t\u00E9 renvoy\u00E9 \u00E0 votre adresse mail, merci de v\u00E9rifier votre messagerie.</p>\r\n </div>\r\n <div class=\"btn-bar btn-bar-rwd\">\r\n <button class=\"btn btn-link\" (click)=\"OnConnexionClick()\">Retour \u00E0 l'\u00E9cran d'accueil'</button>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngIf=\"isError()\">\r\n <p class=\"text-error\">\r\n Une erreur s'est produite pendant la r\u00E9initialisation de votre mot de passe.\r\n </p>\r\n </ng-container>\r\n <ng-container *ngIf=\"isExpired()\">\r\n <p class=\"text-error\">\r\n Le lien de r\u00E9initialisation de votre mot de passe n'est plus valide car le d\u00E9lai de 24h a \u00E9t\u00E9 d\u00E9pass\u00E9 ou bien vous avez fait une demande plus r\u00E9cente.\r\n Cliquez sur le bouton ci-dessous pour renvoyer \u00E0 nouveau un mail de r\u00E9initialisation.\r\n </p>\r\n </ng-container>\r\n <ng-container *ngIf=\"isUserUnknown()\">\r\n <p class=\"text-error\">\r\n {{this.email}} : Aucun compte li\u00E9 \u00E0 cette addresse email n'a \u00E9t\u00E9 trouv\u00E9.\r\n </p>\r\n </ng-container>\r\n <ng-container *ngIf=\"isExpired() || isError() || isUserUnknown() || (isEmptyCode() && !isAlreadyActivated() && !isSentAgain() && ! isSuccess())\">\r\n <p>Merci de saisir votre email ci-dessous afin de recevoir un mail de r\u00E9initialisation de votre mot de passe.</p>\r\n <form (ngSubmit)=\"f.form.valid && sendAgain()\" #f=\"ngForm\" validate>\r\n <div class=\"form-group\">\r\n <input \r\n type=\"text\" class=\"form-control\" placeholder=\"Entrez votre addresse mail\" name=\"eml\"\r\n [(ngModel)]=\"email\" #eml=\"ngModel\" required [pattern]=\"emailPattern2\">\r\n <div *ngIf=\"eml.errors && (eml.dirty && eml.touched)\" class=\"input-alert\">\r\n <div *ngIf=\"eml.errors?.required\">\r\n L'email est obligatoire\r\n </div>\r\n <div *ngIf=\"eml.errors?.pattern\">\r\n L'email n'est pas valide\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"display: flex;align-items: center;\">\r\n <div class=\"captcha\">\r\n <re-captcha \r\n [(ngModel)]=\"captchaToken\"\r\n name=\"captcha\"\r\n required\r\n siteKey=\"6Lcuj_4ZAAAAAKoa7Dyi7LeJRzyCfqqTpte-wPTi\"\r\n > \r\n </re-captcha>\r\n </div>\r\n </div>\r\n <div class=\"btn-bar btn-bar-rwd\">\r\n <button class=\"btn btn-primary\" [disabled]=\"!f.form.valid\" type=\"submit\"><span>Valider</span></button>\r\n <button class=\"btn btn-link\" (click)=\"OnConnexionClick()\">Retour \u00E0 l'\u00E9cran d'accueil'</button>\r\n </div>\r\n </form>\r\n \r\n </ng-container>\r\n\r\n </ng-container>\r\n \r\n \r\n <!-- <kzk-login-disclaimer class=\"login-disclaimer\"></kzk-login-disclaimer> -->\r\n <ng-container *ngIf=\"hasErrors\">\r\n <div class=\"error-message\">\r\n <div>\r\n {{this.errorMessage}}\r\n </div>\r\n </div>\r\n </ng-container>\r\n</div>", styles: [".home-page{font-family:Open sans,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;height:100%;width:100%;padding:16px}.main-container{margin:0 50px}.main-container-modal{width:calc(100% - 50px);margin:10px 25px 0}.moyen-titre{font-weight:700;font-size:24px;color:#4d5a81;margin:8px 0;border-bottom:solid 1px #DBE4FF}.grand-titre{font-weight:700;font-size:28px;color:#4d5a81;margin:0 0 8px}.petit-titre{font-weight:700;font-size:16px;color:#4d5a81;margin:0 0 8px}.petit-titre.underlined{border-bottom:solid 1px #4D5A81}.paragraph{padding:0 15px}.paragraph-highlight{padding:5px 15px 0 12px;border-left:5px solid #8EA7F8;border-bottom:1px solid #DBE4FF;border-top:1px solid #DBE4FF;border-right:1px solid #DBE4FF;background-color:#f7faff}.highlight{background-color:#f7faff;border:1px solid #DBE4FF;border-radius:5px;padding:15px;color:#3c5dc4;margin:0 0 16px}.highlight p{margin-bottom:0}.highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification{background-color:#dbe4ff;border:1px solid #C4D0F9;border-radius:5px;color:#4d5a81;margin:16px;padding:5px 15px;text-align:justify}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.notification-text{padding:0 15px 0 30px;font-size:16px}.login-disclaimer{height:100%}.login-form{display:flex;flex-direction:column;max-width:500px;margin-left:auto;margin-right:auto;height:100%}.form-group{display:flex;flex-direction:column;flex-grow:1;margin-bottom:10px}.captcha{width:100%;margin-left:auto;margin-right:auto;margin-bottom:5px}.text-error{color:red}.error-message{margin-top:15px;background:#f6bfbe;color:red;border:1px red solid;padding:.75rem;text-align:center;font-size:small;opacity:1;transition:ease 1s opacity}.btn-bar,.btn-reset-pwd{padding:0}.btn-bar-rwd{display:flex;flex-direction:column;justify-content:stretch}.btn-bar-rwd .btn-primary{flex:1}\n"] }]
4892
+ }], ctorParameters: () => [{ type: i2$2.Router }, { type: i2$2.ActivatedRoute }, { type: i2.AccountDataService }, { type: i1$1.AuthService }, { type: i1$1.UserService }, { type: i4.UntypedFormBuilder }], propDecorators: { isModal: [{
4883
4893
  type: Input
4884
4894
  }], connexionClick: [{
4885
4895
  type: Output
@@ -4887,7 +4897,619 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImpor
4887
4897
  type: Output
4888
4898
  }] } });
4889
4899
 
4900
+ class AccessDeniedComponent {
4901
+ constructor(authService) {
4902
+ this.authService = authService;
4903
+ }
4904
+ goBack() {
4905
+ this.authService.navigateToHome();
4906
+ }
4907
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: AccessDeniedComponent, deps: [{ token: i1$1.AuthService }], target: i0.ɵɵFactoryTarget.Component }); }
4908
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: AccessDeniedComponent, isStandalone: false, selector: "msw-access-denied", ngImport: i0, template: "<h1 class=\"text-danger\">\r\n <i class=\"fa fa-ban\" aria-hidden=\"true\"></i> Acc\u00E8s refus\u00E9\r\n</h1>\r\n<p>D\u00E9sol\u00E9! Vous n'avez pas l'acc\u00E8s \u00E0 cette page.</p>\r\n<button class=\"btn btn-default\" (click)=\"goBack()\">\r\n <i class=\"fa fa-arrow-left\" aria-hidden=\"true\"></i> Accueil\r\n</button>\r\n", styles: [""] }); }
4909
+ }
4910
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: AccessDeniedComponent, decorators: [{
4911
+ type: Component,
4912
+ args: [{ selector: 'msw-access-denied', standalone: false, template: "<h1 class=\"text-danger\">\r\n <i class=\"fa fa-ban\" aria-hidden=\"true\"></i> Acc\u00E8s refus\u00E9\r\n</h1>\r\n<p>D\u00E9sol\u00E9! Vous n'avez pas l'acc\u00E8s \u00E0 cette page.</p>\r\n<button class=\"btn btn-default\" (click)=\"goBack()\">\r\n <i class=\"fa fa-arrow-left\" aria-hidden=\"true\"></i> Accueil\r\n</button>\r\n" }]
4913
+ }], ctorParameters: () => [{ type: i1$1.AuthService }] });
4914
+
4915
+ class HistoryComponent {
4916
+ constructor() {
4917
+ this.emptyList = false;
4918
+ }
4919
+ ngOnInit() {
4920
+ this.local_Storage = JSON.parse(localStorage.getItem('option_history'));
4921
+ this.local_Storage = this.local_Storage.sort((a, b) => a.date + a.hour < b.date + b.hour ? 1 : -1);
4922
+ if (this.local_Storage == null) {
4923
+ this.emptyList = true;
4924
+ }
4925
+ else {
4926
+ if (this.local_Storage.length == 0) {
4927
+ this.emptyList = true;
4928
+ }
4929
+ else {
4930
+ this.emptyList = false;
4931
+ }
4932
+ }
4933
+ }
4934
+ onLinkClick(url) {
4935
+ this.router.navigateByUrl(decodeURI(url));
4936
+ }
4937
+ clearHistory() {
4938
+ localStorage.removeItem('option_history');
4939
+ this.local_Storage = null;
4940
+ this.emptyList = true;
4941
+ }
4942
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: HistoryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4943
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: HistoryComponent, isStandalone: false, selector: "msw-history", inputs: { local_Storage: "local_Storage" }, ngImport: i0, template: "<!-- \r\n<div class=\"search-loading-header\" >\r\n <div *ngIf = \"this.isLoading\">\r\n <span>Recherche en cours...</span>\r\n </div>\r\n</div> -->\r\n<div>\r\n <div class=\"search-header petit-titre\">\r\n <p>Hitorique de navigation</p>\r\n </div>\r\n \r\n <div class=\"global-result-container\">\r\n\r\n <div class=\"global-result\">\r\n <ul class=\"liste-without-bullets\">\r\n <li class=\"empty-list\" *ngIf=\"emptyList\">Aucun r\u00E9sultat</li>\r\n <!-- <li *ngFor=\"let ls of local_Storage | orderBy: 'date'\"> -->\r\n <li *ngFor=\"let ls of local_Storage\">\r\n <span class=\"fa fa-{{ls.icon1}} fa-lg\"></span>\r\n \r\n <span class=\"menu\"> {{ls.menu1}} </span>\r\n <span [ngSwitch]=ls.menu1>\r\n <span *ngSwitchCase = \"'Accueil'\"></span>\r\n <span *ngSwitchDefault> / </span>\r\n <!-- <span *ngSwitchCase != \"'Accueil'\"> / </span> -->\r\n </span>\r\n\r\n <!-- <span *ngif=\"ls.menu1 === 'Accueil'\"> Zobi la mouche </span> -->\r\n\r\n <span class=\"menu\"> {{ls.menu2}} </span>\r\n <p>\r\n <span class=\"date\">{{ls.date.substr(6,2)}}/{{ls.date.substr(4,2)}}/{{ls.date.substr(0,4)}} </span>\r\n <span class=\"time\">{{ls.hour.substr(0,2)}}:{{ls.hour.substr(2,2)}}:{{ls.hour.substr(4,2)}} </span>\r\n <a class=\"url\" href={{ls.url}}>{{ls.url}} </a>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n <div class=\"specif\">\r\n <button type=\"button\" class=\"btn btn-primary\" (click)=\"clearHistory()\" >Effacer l'historique</button> \r\n </div>\r\n\r\n</div>\r\n", styles: [".search-header{height:15px;padding:15px 35px}.global-result-container{display:flex;flex-direction:row;padding:0 15px;flex-wrap:wrap}.global-result{border-radius:20px;box-shadow:0 3px 10px #9cb1f540;background:#fff;margin:15px;padding:15px 0 0;flex:1}.mini-logo3D-lg{height:80px;margin-right:15px}ul.liste-without-bullets{padding:0 0 0 15px;list-style-type:none}.date,.time{color:#4465c9}.url{font-style:italic;text-decoration:underline;font-size:15px;color:#9fa9c7}.specif{padding-left:30px}.empty-list{color:#f78383;font-style:italic}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i3.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i3.NgSwitchDefault, selector: "[ngSwitchDefault]" }] }); }
4944
+ }
4945
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: HistoryComponent, decorators: [{
4946
+ type: Component,
4947
+ args: [{ selector: 'msw-history', standalone: false, template: "<!-- \r\n<div class=\"search-loading-header\" >\r\n <div *ngIf = \"this.isLoading\">\r\n <span>Recherche en cours...</span>\r\n </div>\r\n</div> -->\r\n<div>\r\n <div class=\"search-header petit-titre\">\r\n <p>Hitorique de navigation</p>\r\n </div>\r\n \r\n <div class=\"global-result-container\">\r\n\r\n <div class=\"global-result\">\r\n <ul class=\"liste-without-bullets\">\r\n <li class=\"empty-list\" *ngIf=\"emptyList\">Aucun r\u00E9sultat</li>\r\n <!-- <li *ngFor=\"let ls of local_Storage | orderBy: 'date'\"> -->\r\n <li *ngFor=\"let ls of local_Storage\">\r\n <span class=\"fa fa-{{ls.icon1}} fa-lg\"></span>\r\n \r\n <span class=\"menu\"> {{ls.menu1}} </span>\r\n <span [ngSwitch]=ls.menu1>\r\n <span *ngSwitchCase = \"'Accueil'\"></span>\r\n <span *ngSwitchDefault> / </span>\r\n <!-- <span *ngSwitchCase != \"'Accueil'\"> / </span> -->\r\n </span>\r\n\r\n <!-- <span *ngif=\"ls.menu1 === 'Accueil'\"> Zobi la mouche </span> -->\r\n\r\n <span class=\"menu\"> {{ls.menu2}} </span>\r\n <p>\r\n <span class=\"date\">{{ls.date.substr(6,2)}}/{{ls.date.substr(4,2)}}/{{ls.date.substr(0,4)}} </span>\r\n <span class=\"time\">{{ls.hour.substr(0,2)}}:{{ls.hour.substr(2,2)}}:{{ls.hour.substr(4,2)}} </span>\r\n <a class=\"url\" href={{ls.url}}>{{ls.url}} </a>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n <div class=\"specif\">\r\n <button type=\"button\" class=\"btn btn-primary\" (click)=\"clearHistory()\" >Effacer l'historique</button> \r\n </div>\r\n\r\n</div>\r\n", styles: [".search-header{height:15px;padding:15px 35px}.global-result-container{display:flex;flex-direction:row;padding:0 15px;flex-wrap:wrap}.global-result{border-radius:20px;box-shadow:0 3px 10px #9cb1f540;background:#fff;margin:15px;padding:15px 0 0;flex:1}.mini-logo3D-lg{height:80px;margin-right:15px}ul.liste-without-bullets{padding:0 0 0 15px;list-style-type:none}.date,.time{color:#4465c9}.url{font-style:italic;text-decoration:underline;font-size:15px;color:#9fa9c7}.specif{padding-left:30px}.empty-list{color:#f78383;font-style:italic}\n"] }]
4948
+ }], ctorParameters: () => [], propDecorators: { local_Storage: [{
4949
+ type: Input
4950
+ }] } });
4951
+
4952
+ /**
4953
+ * Identité de l'application affichée par la coquille applicative (mise en page, page
4954
+ * d'accueil) : elle est décrite par l'environnement de l'application hôte
4955
+ * (<see cref="EnvironmentBase"/>), avec les valeurs Dflat par défaut.
4956
+ */
4957
+ class DflatAppService {
4958
+ constructor(environment) {
4959
+ this.environment = environment;
4960
+ }
4961
+ /** Nom de l'application. */
4962
+ get Name() {
4963
+ return this.environment.appName || 'DFlat';
4964
+ }
4965
+ /** Logo de l'application, servi par les assets du package à défaut. */
4966
+ get LogoUrl() {
4967
+ return this.environment.appLogoUrl || 'assets/images/LogoDFlat.svg';
4968
+ }
4969
+ /** Version affichée sur la page d'accueil, vide si l'application n'en publie pas. */
4970
+ get Version() {
4971
+ return this.environment.appVersion || '';
4972
+ }
4973
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: DflatAppService, deps: [{ token: i1$3.EnvironmentBase }], target: i0.ɵɵFactoryTarget.Injectable }); }
4974
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: DflatAppService, providedIn: 'root' }); }
4975
+ }
4976
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: DflatAppService, decorators: [{
4977
+ type: Injectable,
4978
+ args: [{ providedIn: 'root' }]
4979
+ }], ctorParameters: () => [{ type: i1$3.EnvironmentBase }] });
4980
+
4981
+ /**
4982
+ * Page d'accueil : logo et nom de l'application (voir <see cref="DflatAppService"/>),
4983
+ * barre de recherche globale renvoyant vers /search, et lien vers les nouveautés.
4984
+ */
4985
+ class HomepageComponent {
4986
+ constructor(app, appInfo) {
4987
+ this.app = app;
4988
+ this.appInfo = appInfo;
4989
+ this.searchText = `Rechercher dans ${this.appInfo.Name}...`;
4990
+ }
4991
+ ngOnInit() {
4992
+ // La barre de recherche de la mise en page est masquée tant que celle de l'accueil
4993
+ // est affichée : une seule à l'écran.
4994
+ this.app.FilterService.Keywords = "";
4995
+ this.app.FilterService.setFilterDisplay(false);
4996
+ }
4997
+ ngOnDestroy() {
4998
+ this.app.FilterService.setFilterDisplay(true);
4999
+ }
5000
+ handleKeyboardEnter(valueText) {
5001
+ if (!Utilities.IsNil(valueText) && valueText.trim() != '') {
5002
+ this.app.Router.navigateByUrl(`search?text=${valueText}`);
5003
+ }
5004
+ else {
5005
+ this.app.Router.navigate(['/']);
5006
+ }
5007
+ }
5008
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: HomepageComponent, deps: [{ token: i1$2.ApplicationService }, { token: DflatAppService }], target: i0.ɵɵFactoryTarget.Component }); }
5009
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: HomepageComponent, isStandalone: false, selector: "msw-homepage", ngImport: i0, template: "<div class=\"home-page\">\n <div class=\"main-panel\">\n <div class=\"search-container\">\n <div class=\"search-img\">\n <img [src]=\"this.appInfo.LogoUrl\" class=\"mini-logo-lg\" />\n <span class=\"dflat-logo\"><b>{{this.appInfo.Name}}</b></span>\n </div>\n <div class=\"search-bar-container\">\n <input class=\"search form-control search-bar-action\" (keyup.enter)=\"handleKeyboardEnter(this.app.FilterService.Keywords)\" type=\"text\"\n name=\"keyword\" #uniquename=\"ngModel\" [placeholder]=\"this.searchText\" [(ngModel)]=\"this.app.FilterService.Keywords\" />\n </div>\n <div class=\"info-container\" *ngIf=\"this.appInfo.Version\">\n <a routerLink=\"/release\">{{this.appInfo.Name}} {{this.appInfo.Version}}</a>\n </div>\n </div>\n </div>\n</div>\n", styles: [".home-page{font-family:Open sans,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;height:100%;width:100%;padding:16px}.main-container{margin:0 50px}.main-container-modal{width:calc(100% - 50px);margin:10px 25px 0}.moyen-titre{font-weight:700;font-size:24px;color:#4d5a81;margin:8px 0;border-bottom:solid 1px #DBE4FF}.grand-titre{font-weight:700;font-size:28px;color:#4d5a81;margin:0 0 8px}.petit-titre{font-weight:700;font-size:16px;color:#4d5a81;margin:0 0 8px}.petit-titre.underlined{border-bottom:solid 1px #4D5A81}.paragraph{padding:0 15px}.paragraph-highlight{padding:5px 15px 0 12px;border-left:5px solid #8EA7F8;border-bottom:1px solid #DBE4FF;border-top:1px solid #DBE4FF;border-right:1px solid #DBE4FF;background-color:#f7faff}.highlight{background-color:#f7faff;border:1px solid #DBE4FF;border-radius:5px;padding:15px;color:#3c5dc4;margin:0 0 16px}.highlight p{margin-bottom:0}.highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification{background-color:#dbe4ff;border:1px solid #C4D0F9;border-radius:5px;color:#4d5a81;margin:16px;padding:5px 15px;text-align:justify}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.notification-text{padding:0 15px 0 30px;font-size:16px}.close-button{position:absolute;top:16px;right:16px;width:16px;height:16px;content:\" \";background-size:16px 16px;-webkit-background-size:16px 16px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"57\" height=\"57\" viewBox=\"0 0 57 57\">%0D%0A <path id=\"Rond_Croix\" data-name=\"Rond Croix\" d=\"M28.5,57A28.5,28.5,0,0,1,8.347,8.347,28.5,28.5,0,1,1,48.652,48.652,28.317,28.317,0,0,1,28.5,57Zm0-24.036h0l11.9,11.9L44.869,40.4,32.964,28.5,44.869,16.593,40.4,12.129,28.5,24.034,16.594,12.129l-4.465,4.464L24.034,28.5,12.129,40.4l4.463,4.465L28.5,32.965Z\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;cursor:pointer;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.search-container{display:flex;flex-direction:column;margin-top:50px}.search-img{display:flex;flex-direction:row;align-items:center;align-self:center}.mini-logo-lg{width:auto;height:60px;background:#fff;padding:5px;margin-left:0;cursor:pointer}.qlik-logo{width:auto;height:20px;padding:0;cursor:pointer;margin-top:-3px}.dflat-logo{font-family:ErasITC-Bold,Eras ITC,Eras Light ITC,sans-serif;font-size:32px;color:#3c5dc4}.info-container{display:flex;flex-direction:row-reverse;flex:1;font-size:smaller;padding:0 25px}.search{border-radius:30px;border:1px solid #8EA7F8;background-color:#f7faff;padding-left:45px;width:600px;height:50px;color:#4d5a81}::placeholder{color:#8ea7f8}.search-bar-container{margin-top:15px}.search-bar-container:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"49.485\" height=\"49.485\" viewBox=\"0 0 49.485 49.485\">%0D%0A <path id=\"Recherche\" d=\"M31.88,37.039A20.324,20.324,0,1,1,12.411,1.6,20.324,20.324,0,0,1,37.039,31.88L49.485,44.326l-5.158,5.158ZM10.373,10.373a14.07,14.07,0,1,0,9.948-4.12A13.977,13.977,0,0,0,10.373,10.373Z\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:15px -40px 0 15px;filter:invert(60%) sepia(57%) saturate(394%) hue-rotate(191deg) brightness(99%) contrast(96%)}.home-page{display:flex;flex-direction:column;align-items:center;padding:0;background:transparent;height:100%}.home-logo{display:flex;flex-direction:column;align-items:center}.main-panel{width:100%;height:50%;display:flex;flex-direction:column;align-items:center}.right-panel{background-color:#f7faff;padding:15px;overflow-y:auto}.news{position:relative;-webkit-animation:fadeInFromNone .5s ease-out;-moz-animation:fadeInFromNone .5s ease-out;-o-animation:fadeInFromNone .5s ease-out;animation:fadeInFromNone .5s ease-out}@-webkit-keyframes fadeInFromNone{0%{position:relative;margin-top:-200px;display:none;opacity:0}1%{display:block;opacity:0}to{display:block;opacity:1;margin-top:0}}@-moz-keyframes fadeInFromNone{0%{position:relative;margin-top:-200px;display:none;opacity:0}1%{display:block;opacity:0}to{display:block;opacity:1;margin-top:16px}}@-o-keyframes fadeInFromNone{0%{position:relative;margin-top:-200px;display:none;opacity:0}1%{display:block;opacity:0}to{display:block;opacity:1;margin-top:16px}}@keyframes fadeInFromNone{0%{position:relative;margin-top:-200px;display:none;opacity:0}1%{display:block;opacity:0}to{display:block;opacity:1;margin-top:16px}}\n"], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2$2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] }); }
5010
+ }
5011
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: HomepageComponent, decorators: [{
5012
+ type: Component,
5013
+ args: [{ selector: 'msw-homepage', standalone: false, template: "<div class=\"home-page\">\n <div class=\"main-panel\">\n <div class=\"search-container\">\n <div class=\"search-img\">\n <img [src]=\"this.appInfo.LogoUrl\" class=\"mini-logo-lg\" />\n <span class=\"dflat-logo\"><b>{{this.appInfo.Name}}</b></span>\n </div>\n <div class=\"search-bar-container\">\n <input class=\"search form-control search-bar-action\" (keyup.enter)=\"handleKeyboardEnter(this.app.FilterService.Keywords)\" type=\"text\"\n name=\"keyword\" #uniquename=\"ngModel\" [placeholder]=\"this.searchText\" [(ngModel)]=\"this.app.FilterService.Keywords\" />\n </div>\n <div class=\"info-container\" *ngIf=\"this.appInfo.Version\">\n <a routerLink=\"/release\">{{this.appInfo.Name}} {{this.appInfo.Version}}</a>\n </div>\n </div>\n </div>\n</div>\n", styles: [".home-page{font-family:Open sans,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;height:100%;width:100%;padding:16px}.main-container{margin:0 50px}.main-container-modal{width:calc(100% - 50px);margin:10px 25px 0}.moyen-titre{font-weight:700;font-size:24px;color:#4d5a81;margin:8px 0;border-bottom:solid 1px #DBE4FF}.grand-titre{font-weight:700;font-size:28px;color:#4d5a81;margin:0 0 8px}.petit-titre{font-weight:700;font-size:16px;color:#4d5a81;margin:0 0 8px}.petit-titre.underlined{border-bottom:solid 1px #4D5A81}.paragraph{padding:0 15px}.paragraph-highlight{padding:5px 15px 0 12px;border-left:5px solid #8EA7F8;border-bottom:1px solid #DBE4FF;border-top:1px solid #DBE4FF;border-right:1px solid #DBE4FF;background-color:#f7faff}.highlight{background-color:#f7faff;border:1px solid #DBE4FF;border-radius:5px;padding:15px;color:#3c5dc4;margin:0 0 16px}.highlight p{margin-bottom:0}.highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification{background-color:#dbe4ff;border:1px solid #C4D0F9;border-radius:5px;color:#4d5a81;margin:16px;padding:5px 15px;text-align:justify}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.notification-text{padding:0 15px 0 30px;font-size:16px}.close-button{position:absolute;top:16px;right:16px;width:16px;height:16px;content:\" \";background-size:16px 16px;-webkit-background-size:16px 16px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"57\" height=\"57\" viewBox=\"0 0 57 57\">%0D%0A <path id=\"Rond_Croix\" data-name=\"Rond Croix\" d=\"M28.5,57A28.5,28.5,0,0,1,8.347,8.347,28.5,28.5,0,1,1,48.652,48.652,28.317,28.317,0,0,1,28.5,57Zm0-24.036h0l11.9,11.9L44.869,40.4,32.964,28.5,44.869,16.593,40.4,12.129,28.5,24.034,16.594,12.129l-4.465,4.464L24.034,28.5,12.129,40.4l4.463,4.465L28.5,32.965Z\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;cursor:pointer;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.search-container{display:flex;flex-direction:column;margin-top:50px}.search-img{display:flex;flex-direction:row;align-items:center;align-self:center}.mini-logo-lg{width:auto;height:60px;background:#fff;padding:5px;margin-left:0;cursor:pointer}.qlik-logo{width:auto;height:20px;padding:0;cursor:pointer;margin-top:-3px}.dflat-logo{font-family:ErasITC-Bold,Eras ITC,Eras Light ITC,sans-serif;font-size:32px;color:#3c5dc4}.info-container{display:flex;flex-direction:row-reverse;flex:1;font-size:smaller;padding:0 25px}.search{border-radius:30px;border:1px solid #8EA7F8;background-color:#f7faff;padding-left:45px;width:600px;height:50px;color:#4d5a81}::placeholder{color:#8ea7f8}.search-bar-container{margin-top:15px}.search-bar-container:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"49.485\" height=\"49.485\" viewBox=\"0 0 49.485 49.485\">%0D%0A <path id=\"Recherche\" d=\"M31.88,37.039A20.324,20.324,0,1,1,12.411,1.6,20.324,20.324,0,0,1,37.039,31.88L49.485,44.326l-5.158,5.158ZM10.373,10.373a14.07,14.07,0,1,0,9.948-4.12A13.977,13.977,0,0,0,10.373,10.373Z\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:15px -40px 0 15px;filter:invert(60%) sepia(57%) saturate(394%) hue-rotate(191deg) brightness(99%) contrast(96%)}.home-page{display:flex;flex-direction:column;align-items:center;padding:0;background:transparent;height:100%}.home-logo{display:flex;flex-direction:column;align-items:center}.main-panel{width:100%;height:50%;display:flex;flex-direction:column;align-items:center}.right-panel{background-color:#f7faff;padding:15px;overflow-y:auto}.news{position:relative;-webkit-animation:fadeInFromNone .5s ease-out;-moz-animation:fadeInFromNone .5s ease-out;-o-animation:fadeInFromNone .5s ease-out;animation:fadeInFromNone .5s ease-out}@-webkit-keyframes fadeInFromNone{0%{position:relative;margin-top:-200px;display:none;opacity:0}1%{display:block;opacity:0}to{display:block;opacity:1;margin-top:0}}@-moz-keyframes fadeInFromNone{0%{position:relative;margin-top:-200px;display:none;opacity:0}1%{display:block;opacity:0}to{display:block;opacity:1;margin-top:16px}}@-o-keyframes fadeInFromNone{0%{position:relative;margin-top:-200px;display:none;opacity:0}1%{display:block;opacity:0}to{display:block;opacity:1;margin-top:16px}}@keyframes fadeInFromNone{0%{position:relative;margin-top:-200px;display:none;opacity:0}1%{display:block;opacity:0}to{display:block;opacity:1;margin-top:16px}}\n"] }]
5014
+ }], ctorParameters: () => [{ type: i1$2.ApplicationService }, { type: DflatAppService }] });
5015
+
5016
+ class DFlatSpinnerComponent {
5017
+ constructor(actionService) {
5018
+ this.actionService = actionService;
5019
+ }
5020
+ ngOnDestroy() {
5021
+ this.actionService.setIsLoading(false);
5022
+ }
5023
+ ngOnInit() {
5024
+ this.actionService.setIsLoading(true);
5025
+ }
5026
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: DFlatSpinnerComponent, deps: [{ token: i1$2.ActionService }], target: i0.ɵɵFactoryTarget.Component }); }
5027
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: DFlatSpinnerComponent, isStandalone: false, selector: "msw-dflat-spinner", ngImport: i0, template: "<div class=\"spinner-container\">\r\n <!-- <img src=\"../../../assets/images/spinner.gif\"> -->\r\n <div class=\"loader-line\"></div>\r\n</div>", styles: [".home-page{font-family:Open sans,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;height:100%;width:100%;padding:16px}.main-container{margin:0 50px}.main-container-modal{width:calc(100% - 50px);margin:10px 25px 0}.moyen-titre{font-weight:700;font-size:24px;color:#4d5a81;margin:8px 0;border-bottom:solid 1px #DBE4FF}.grand-titre{font-weight:700;font-size:28px;color:#4d5a81;margin:0 0 8px}.petit-titre{font-weight:700;font-size:16px;color:#4d5a81;margin:0 0 8px}.petit-titre.underlined{border-bottom:solid 1px #4D5A81}.paragraph{padding:0 15px}.paragraph-highlight{padding:5px 15px 0 12px;border-left:5px solid #8EA7F8;border-bottom:1px solid #DBE4FF;border-top:1px solid #DBE4FF;border-right:1px solid #DBE4FF;background-color:#f7faff}.highlight{background-color:#f7faff;border:1px solid #DBE4FF;border-radius:5px;padding:15px;color:#3c5dc4;margin:0 0 16px}.highlight p{margin-bottom:0}.highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification{background-color:#dbe4ff;border:1px solid #C4D0F9;border-radius:5px;color:#4d5a81;margin:16px;padding:5px 15px;text-align:justify}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.notification-text{padding:0 15px 0 30px;font-size:16px}.loader-line{width:100%;height:2px;position:relative;overflow:hidden;background-color:#4465c9;margin:0 auto}.loader-line:before{content:\"\";position:absolute;left:-50%;height:2px;width:10%;background-color:#f78383;-webkit-animation:lineAnim 1s linear infinite;-moz-animation:lineAnim 1s linear infinite;animation:lineAnim 1s linear infinite}@keyframes lineAnim{0%{left:-40%}50%{left:20%;width:80%}to{left:100%;width:100%}}.spinner-container{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end;justify-items:center;width:100%;height:50px;background:transparent;margin:0;padding:0}\n"] }); }
5028
+ }
5029
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: DFlatSpinnerComponent, decorators: [{
5030
+ type: Component,
5031
+ args: [{ selector: 'msw-dflat-spinner', standalone: false, template: "<div class=\"spinner-container\">\r\n <!-- <img src=\"../../../assets/images/spinner.gif\"> -->\r\n <div class=\"loader-line\"></div>\r\n</div>", styles: [".home-page{font-family:Open sans,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;height:100%;width:100%;padding:16px}.main-container{margin:0 50px}.main-container-modal{width:calc(100% - 50px);margin:10px 25px 0}.moyen-titre{font-weight:700;font-size:24px;color:#4d5a81;margin:8px 0;border-bottom:solid 1px #DBE4FF}.grand-titre{font-weight:700;font-size:28px;color:#4d5a81;margin:0 0 8px}.petit-titre{font-weight:700;font-size:16px;color:#4d5a81;margin:0 0 8px}.petit-titre.underlined{border-bottom:solid 1px #4D5A81}.paragraph{padding:0 15px}.paragraph-highlight{padding:5px 15px 0 12px;border-left:5px solid #8EA7F8;border-bottom:1px solid #DBE4FF;border-top:1px solid #DBE4FF;border-right:1px solid #DBE4FF;background-color:#f7faff}.highlight{background-color:#f7faff;border:1px solid #DBE4FF;border-radius:5px;padding:15px;color:#3c5dc4;margin:0 0 16px}.highlight p{margin-bottom:0}.highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification{background-color:#dbe4ff;border:1px solid #C4D0F9;border-radius:5px;color:#4d5a81;margin:16px;padding:5px 15px;text-align:justify}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.notification-text{padding:0 15px 0 30px;font-size:16px}.loader-line{width:100%;height:2px;position:relative;overflow:hidden;background-color:#4465c9;margin:0 auto}.loader-line:before{content:\"\";position:absolute;left:-50%;height:2px;width:10%;background-color:#f78383;-webkit-animation:lineAnim 1s linear infinite;-moz-animation:lineAnim 1s linear infinite;animation:lineAnim 1s linear infinite}@keyframes lineAnim{0%{left:-40%}50%{left:20%;width:80%}to{left:100%;width:100%}}.spinner-container{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end;justify-items:center;width:100%;height:50px;background:transparent;margin:0;padding:0}\n"] }]
5032
+ }], ctorParameters: () => [{ type: i1$2.ActionService }] });
5033
+
5034
+ class UserMenuComponent {
5035
+ constructor(authService, router, userService, imageService, selectUserCompanyActionService) {
5036
+ this.authService = authService;
5037
+ this.router = router;
5038
+ this.userService = userService;
5039
+ this.imageService = imageService;
5040
+ this.selectUserCompanyActionService = selectUserCompanyActionService;
5041
+ /**
5042
+ * Le type d'image pour la photo de l'utilisateur.
5043
+ */
5044
+ this.userImageType = FileTypes.DefaultImage;
5045
+ this.itemClick = new EventEmitter();
5046
+ this.compact = false;
5047
+ // @ViewChild('userImageComponent', { static: false })
5048
+ // private userImageComponent: ImageUploadComponent;
5049
+ this.userImageComponent = viewChild(ImageUploadComponent);
5050
+ this.itemId = 1;
5051
+ this.notifications = ['toto'];
5052
+ this.messages = ['toto'];
5053
+ effect(() => {
5054
+ const childInstance = this.userImageComponent();
5055
+ if (childInstance) {
5056
+ var observer = {
5057
+ next: (event) => {
5058
+ if (event.Event == ImageUploadEventType.Complete) {
5059
+ console.log("complete: " + event.ResultUrl);
5060
+ var user = this.userService.AuthenticatedUser;
5061
+ user.AccessToken = this.authService.token;
5062
+ user.RefreshToken = this.authService.refreshToken;
5063
+ user.IsConnected = true;
5064
+ user.AvatarUrl = event.ResultUrl;
5065
+ this.authService.saveUserInfos(user, JSON.stringify(user), this.authService.rememberMe);
5066
+ this.userService.setCurrent(user);
5067
+ }
5068
+ }
5069
+ };
5070
+ childInstance.uploadImageSubject.subscribe(observer);
5071
+ }
5072
+ });
5073
+ }
5074
+ ngAfterViewInit() {
5075
+ // Ouverture du menu "Espace client"
5076
+ if (!Utilities.IsNil(this.userMenu)) {
5077
+ this.userMenu.setFixedStyle();
5078
+ // On remonte l'évènement.
5079
+ this.userMenu.itemClicked.subscribe(item => {
5080
+ this.itemClick.emit(item);
5081
+ });
5082
+ }
5083
+ }
5084
+ identifyMenu(links) {
5085
+ links.forEach(item => this.identityMenuItem(item));
5086
+ }
5087
+ identityMenuItem(item) {
5088
+ item.id = this.itemId++;
5089
+ if (!Utilities.IsNil(item.sublinks))
5090
+ this.identifyMenu(item.sublinks);
5091
+ }
5092
+ onNotificationClick() {
5093
+ }
5094
+ onMessagesClick() {
5095
+ }
5096
+ initMenu() {
5097
+ // Mise à jour du menu de l'utilisateur.
5098
+ this.resetMenu();
5099
+ // Mise à jour de l'image de l'utilisateur
5100
+ if (!Utilities.IsNil(this.currentUser.AvatarUrl)) {
5101
+ let imageLink = encodeURI(this.imageService.getImageUrl(this.currentUser.AvatarUrl));
5102
+ this.userBackImageStyle = `
5103
+ background-image: url(${imageLink});
5104
+ background-size: cover;
5105
+ background-repeat: no-repeat;
5106
+ background-position: center;`;
5107
+ }
5108
+ else {
5109
+ this.userBackImageStyle = `
5110
+ background-image: url('assets/images/blue-camera.svg');
5111
+ background-size: 32px 32px;
5112
+ background-repeat: no-repeat;
5113
+ background-position: center;
5114
+ animation: blinker 2s linear infinite;`;
5115
+ }
5116
+ }
5117
+ ngOnInit() {
5118
+ // Affectation de l'utilisateur courant.
5119
+ this.currentUser = this.userService.AuthenticatedUser;
5120
+ // Mise à jour du menu
5121
+ this.initMenu();
5122
+ this.subscription = this.userService.userChanged.subscribe((user) => {
5123
+ // Affectation de l'utilisateur courant.
5124
+ this.currentUser = user;
5125
+ // Mise à jour du menu
5126
+ this.initMenu();
5127
+ });
5128
+ this.selectUserCompanyActionService.newCompanySelected.subscribe(res => {
5129
+ this.selectedUserCompany = res;
5130
+ this.selectUserCompanyActionService.setSelectedUserCompany(this.selectedUserCompany);
5131
+ window.location.reload();
5132
+ });
5133
+ this.selectedUserCompany = this.selectUserCompanyActionService.selectedUserCompany;
5134
+ if (Utilities.IsNil(this.selectedUserCompany))
5135
+ this.selectUserCompanyActionService.setDefaultCompanyOfUser();
5136
+ }
5137
+ subscribeEntityNotification() {
5138
+ }
5139
+ ngOnDestroy() {
5140
+ if (this.subscription !== undefined)
5141
+ this.subscription.unsubscribe();
5142
+ if (this.poEventSubscription !== undefined)
5143
+ this.poEventSubscription.unsubscribe();
5144
+ }
5145
+ resetMenu() {
5146
+ this.userLinks = [];
5147
+ this.userLinks.push(new MenuItem('Mon compte', '/user/profile', null, null, null));
5148
+ }
5149
+ closeMenu() {
5150
+ }
5151
+ handleItemClick(item) {
5152
+ this.itemClick.emit(item);
5153
+ }
5154
+ disconnect() {
5155
+ this.userService.logout();
5156
+ }
5157
+ buttonClickHistory() {
5158
+ this.router.navigateByUrl(`history`);
5159
+ }
5160
+ buttonSelectComany() {
5161
+ this.selectUserCompanyActionService.selectUserCompany(this.authService.userId);
5162
+ }
5163
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserMenuComponent, deps: [{ token: i1$1.AuthService }, { token: i2$2.Router }, { token: i1$1.UserService }, { token: i1$2.ImageService }, { token: SelectUserCompanyActionService }], target: i0.ɵɵFactoryTarget.Component }); }
5164
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.4", type: UserMenuComponent, isStandalone: false, selector: "msw-user-menu", inputs: { currentUser: "currentUser", menuItems: "menuItems", compact: "compact" }, outputs: { itemClick: "itemClick" }, viewQueries: [{ propertyName: "userImageComponent", first: true, predicate: ImageUploadComponent, descendants: true, isSignal: true }, { propertyName: "userMenu", first: true, predicate: ["userMenu"], descendants: true }], ngImport: i0, template: "\r\n<div class=\"user-menu-container\" *ngIf=\"!this.compact\">\r\n <div class=\"user-menu-inner\">\r\n <div class=\"user-image-container\">\r\n <div class=\"user-photo\" [style]=\"this.userBackImageStyle\">\r\n <alg-image-upload [class.edit-mode]=\"true\" [entityId]=\"this.currentUser.Id\" [entityType]=\"'UAC'\"\r\n [autoSave]=\"true\" [fileType]=\"this.userImageType\" #userImageComponent>\r\n </alg-image-upload>\r\n </div>\r\n </div>\r\n <div class=\"user-info-container\">\r\n <a class=\"name-span\" href=\"/user/profile/\">{{this.currentUser.FirstName}} {{this.currentUser.LastName}}</a>\r\n <a class=\"company\" (click)=\"buttonSelectComany()\" *ngIf=\"this.selectedUserCompany\">{{this.selectedUserCompany?.CompanyName}}</a>\r\n \r\n <a class=\"account\" href=\"/user/profile/\">Mon compte</a>\r\n <a class=\"history\" (click)=\"buttonClickHistory()\">Historique</a>\r\n </div> \r\n </div>\r\n</div>\r\n\r\n<alg-menu #userMenu [menuItems]=\"menuItems\" [compact]=\"this.compact\"></alg-menu>\r\n\r\n<div class=\"user-sub-menu\" *ngIf=\"!this.compact\">\r\n <div class=\"user-sub-menu-inner\"> \r\n <a class=\"poweroff\" (click)=\"this.disconnect()\">D\u00E9connecter</a>\r\n </div>\r\n</div>\r\n", styles: [".home-page{font-family:Open sans,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;height:100%;width:100%;padding:16px}.main-container{margin:0 50px}.main-container-modal{width:calc(100% - 50px);margin:10px 25px 0}.moyen-titre{font-weight:700;font-size:24px;color:#4d5a81;margin:8px 0;border-bottom:solid 1px #DBE4FF}.grand-titre{font-weight:700;font-size:28px;color:#4d5a81;margin:0 0 8px}.petit-titre{font-weight:700;font-size:16px;color:#4d5a81;margin:0 0 8px}.petit-titre.underlined{border-bottom:solid 1px #4D5A81}.paragraph{padding:0 15px}.paragraph-highlight{padding:5px 15px 0 12px;border-left:5px solid #8EA7F8;border-bottom:1px solid #DBE4FF;border-top:1px solid #DBE4FF;border-right:1px solid #DBE4FF;background-color:#f7faff}.highlight{background-color:#f7faff;border:1px solid #DBE4FF;border-radius:5px;padding:15px;color:#3c5dc4;margin:0 0 16px}.highlight p{margin-bottom:0}.highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification{background-color:#dbe4ff;border:1px solid #C4D0F9;border-radius:5px;color:#4d5a81;margin:16px;padding:5px 15px;text-align:justify}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.notification-text{padding:0 15px 0 30px;font-size:16px}:host{display:flex;flex-direction:column}.user-sub-menu,.user-info-container{color:#fff;display:flex;flex-direction:column;align-items:center;padding:5px 10px 0}.user-sub-menu a,.user-info-container a{color:#fff}.user-sub-menu :hover,.user-info-container :hover{cursor:pointer;text-decoration:underline}.user-sub-menu a.poweroff,.user-info-container a.poweroff{font-size:smaller}.user-sub-menu a.poweroff:before,.user-info-container a.poweroff:before{position:relative;display:block;float:left;width:12px;height:12px;content:\" \";background-repeat:no-repeat;margin:2px 5px 0;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(258deg) brightness(108%) contrast(101%);background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d=\"M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 224c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224zM143.5 120.6c13.6-11.3 15.4-31.5 4.1-45.1s-31.5-15.4-45.1-4.1C49.7 115.4 16 181.8 16 256c0 132.5 107.5 240 240 240s240-107.5 240-240c0-74.2-33.8-140.6-86.6-184.6c-13.6-11.3-33.8-9.4-45.1 4.1s-9.4 33.8 4.1 45.1c38.9 32.3 63.5 81 63.5 135.4c0 97.2-78.8 176-176 176s-176-78.8-176-176c0-54.4 24.7-103.1 63.5-135.4z\"/></svg>');background-size:12px 12px;-webkit-background-size:12px 12px}.user-sub-menu a.history,.user-info-container a.history{margin-left:-7px;font-size:smaller}.user-sub-menu a.history:before,.user-info-container a.history:before{position:relative;display:block;float:left;width:12px;height:12px;content:\" \";background-repeat:no-repeat;margin:2px 5px 0;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(258deg) brightness(108%) contrast(101%);background-size:12px 12px;-webkit-background-size:12px 12px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M128 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm32 97.3c28.3-12.3 48-40.5 48-73.3c0-44.2-35.8-80-80-80S48 51.8 48 96c0 32.8 19.7 61 48 73.3L96 224l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l256 0 0 54.7c-28.3 12.3-48 40.5-48 73.3c0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3l0-54.7 256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-54.7c28.3-12.3 48-40.5 48-73.3c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 32.8 19.7 61 48 73.3l0 54.7-320 0 0-54.7zM488 96a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM320 392a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\"/></svg>')}.user-sub-menu a.company,.user-info-container a.company{margin-left:-7px;margin-bottom:10px;font-size:smaller;text-align:center}.user-sub-menu a.company:before,.user-info-container a.company:before{position:relative;display:block;float:left;width:12px;height:12px;content:\" \";background-repeat:no-repeat;margin:2px 5px 0;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(258deg) brightness(108%) contrast(101%);background-size:12px 12px;-webkit-background-size:12px 12px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"52.117\" height=\"52.117\" viewBox=\"0 0 52.117 52.117\">%0D%0A <path id=\"Click_collect\" data-name=\"Click &amp; collect\" d=\"M498.617,835.973h-2.9v19.544h-5.791V835.973H478.349v19.544H449.4V835.973h-2.9v-6.515l2.9-16.286h46.326l2.9,16.286Zm-2.9-32.573v6.515H449.4V803.4ZM472.559,849V835.973H455.186V849Z\" transform=\"translate(-446.5 -803.4)\"/>%0D%0A</svg>%0D%0A')}.user-sub-menu a.account,.user-info-container a.account{margin-left:-7px;font-size:smaller}.user-sub-menu a.account:before,.user-info-container a.account:before{position:relative;display:block;float:left;width:12px;height:12px;content:\" \";background-repeat:no-repeat;margin:2px 5px 0;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(258deg) brightness(108%) contrast(101%);background-size:12px 12px;-webkit-background-size:12px 12px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.4\" height=\"53.4\" viewBox=\"0 0 53.4 53.4\">%0D%0A <path id=\"Compte\" d=\"M268.543,1018.043A25.382,25.382,0,0,1,287.5,1010.3a26.427,26.427,0,0,1,18.957,7.743c5.34,5.073,7.743,11.481,7.743,18.957a26.427,26.427,0,0,1-7.743,18.957c-5.073,5.34-11.481,7.743-18.957,7.743a26.426,26.426,0,0,1-18.957-7.743c-5.34-5.073-7.743-11.481-7.743-18.957S263.2,1023.116,268.543,1018.043Zm18.69,37.914c6.675,0,12.015-2.937,16.02-8.544,0-2.4-1.869-4.272-5.607-5.874a23.761,23.761,0,0,0-20.826,0c-3.738,1.6-5.607,3.471-5.607,5.874A18.267,18.267,0,0,0,287.233,1055.957Zm5.607-35.511a7.743,7.743,0,1,0,2.4,5.607A7.685,7.685,0,0,0,292.84,1020.446Z\" transform=\"translate(-260.8 -1010.3)\"/>%0D%0A</svg>%0D%0A')}.user-menu-container{padding:0 10px;margin-top:10px}.user-menu-inner{display:flex;flex-direction:column}.user-image-container{margin:auto;width:100px;height:100px;border-radius:100%;border:1px solid #8EA7F8;min-width:100px;min-height:100px}.user-photo{margin:5% auto auto;width:90%;height:90%;border-radius:90%;background:#efefef;overflow:hidden;cursor:pointer}.user-photo alg-image-upload{position:relative;visibility:hidden;opacity:0}.user-photo alg-image-upload.edit-mode{visibility:visible;opacity:1}.name-span{font-size:14px;font-weight:700;text-align:center}.email-span{font-weight:400}.user-control-bar{display:flex;flex-direction:row;align-content:flex-end;justify-content:flex-start;padding:15px 50px}.user-control-bar button{margin-left:25px}.user-control-bar button.btn.btn-img{height:48px;width:48px;border:1px solid #E6E5E5}.user-control-bar button.btn.btn-img img{height:32px;width:32px;filter:invert(67%) sepia(51%) saturate(566%) hue-rotate(117deg) brightness(82%) contrast(95%)}.user-control-bar .notif-number{bottom:-9px;right:-9px}.notif-button-container{position:relative;display:flex;cursor:pointer}.notif-number{position:absolute;top:-12px;background:radial-gradient(5px -9px,circle,white 8%,#FC9324 26px);background-color:#fc9324;border:2px solid #ffffff;border-radius:16px;color:#fff;height:17px;min-width:18px;padding:2px 1px;text-align:center;font-size:13px}.user-sub-menu{margin-top:auto}.user-sub-menu-inner{display:flex;flex-direction:column;align-self:flex-end}\n"], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.MenuComponent, selector: "alg-menu", inputs: ["horizontalMode", "compact", "menuItems", "isFixed", "displaySearchBar"], outputs: ["itemClicked"] }, { kind: "component", type: ImageUploadComponent, selector: "alg-image-upload", inputs: ["autoSave", "entityId", "entityType", "fileType"] }] }); }
5165
+ }
5166
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserMenuComponent, decorators: [{
5167
+ type: Component,
5168
+ args: [{ selector: 'msw-user-menu', standalone: false, template: "\r\n<div class=\"user-menu-container\" *ngIf=\"!this.compact\">\r\n <div class=\"user-menu-inner\">\r\n <div class=\"user-image-container\">\r\n <div class=\"user-photo\" [style]=\"this.userBackImageStyle\">\r\n <alg-image-upload [class.edit-mode]=\"true\" [entityId]=\"this.currentUser.Id\" [entityType]=\"'UAC'\"\r\n [autoSave]=\"true\" [fileType]=\"this.userImageType\" #userImageComponent>\r\n </alg-image-upload>\r\n </div>\r\n </div>\r\n <div class=\"user-info-container\">\r\n <a class=\"name-span\" href=\"/user/profile/\">{{this.currentUser.FirstName}} {{this.currentUser.LastName}}</a>\r\n <a class=\"company\" (click)=\"buttonSelectComany()\" *ngIf=\"this.selectedUserCompany\">{{this.selectedUserCompany?.CompanyName}}</a>\r\n \r\n <a class=\"account\" href=\"/user/profile/\">Mon compte</a>\r\n <a class=\"history\" (click)=\"buttonClickHistory()\">Historique</a>\r\n </div> \r\n </div>\r\n</div>\r\n\r\n<alg-menu #userMenu [menuItems]=\"menuItems\" [compact]=\"this.compact\"></alg-menu>\r\n\r\n<div class=\"user-sub-menu\" *ngIf=\"!this.compact\">\r\n <div class=\"user-sub-menu-inner\"> \r\n <a class=\"poweroff\" (click)=\"this.disconnect()\">D\u00E9connecter</a>\r\n </div>\r\n</div>\r\n", styles: [".home-page{font-family:Open sans,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;height:100%;width:100%;padding:16px}.main-container{margin:0 50px}.main-container-modal{width:calc(100% - 50px);margin:10px 25px 0}.moyen-titre{font-weight:700;font-size:24px;color:#4d5a81;margin:8px 0;border-bottom:solid 1px #DBE4FF}.grand-titre{font-weight:700;font-size:28px;color:#4d5a81;margin:0 0 8px}.petit-titre{font-weight:700;font-size:16px;color:#4d5a81;margin:0 0 8px}.petit-titre.underlined{border-bottom:solid 1px #4D5A81}.paragraph{padding:0 15px}.paragraph-highlight{padding:5px 15px 0 12px;border-left:5px solid #8EA7F8;border-bottom:1px solid #DBE4FF;border-top:1px solid #DBE4FF;border-right:1px solid #DBE4FF;background-color:#f7faff}.highlight{background-color:#f7faff;border:1px solid #DBE4FF;border-radius:5px;padding:15px;color:#3c5dc4;margin:0 0 16px}.highlight p{margin-bottom:0}.highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification{background-color:#dbe4ff;border:1px solid #C4D0F9;border-radius:5px;color:#4d5a81;margin:16px;padding:5px 15px;text-align:justify}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.notification-text{padding:0 15px 0 30px;font-size:16px}:host{display:flex;flex-direction:column}.user-sub-menu,.user-info-container{color:#fff;display:flex;flex-direction:column;align-items:center;padding:5px 10px 0}.user-sub-menu a,.user-info-container a{color:#fff}.user-sub-menu :hover,.user-info-container :hover{cursor:pointer;text-decoration:underline}.user-sub-menu a.poweroff,.user-info-container a.poweroff{font-size:smaller}.user-sub-menu a.poweroff:before,.user-info-container a.poweroff:before{position:relative;display:block;float:left;width:12px;height:12px;content:\" \";background-repeat:no-repeat;margin:2px 5px 0;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(258deg) brightness(108%) contrast(101%);background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d=\"M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 224c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224zM143.5 120.6c13.6-11.3 15.4-31.5 4.1-45.1s-31.5-15.4-45.1-4.1C49.7 115.4 16 181.8 16 256c0 132.5 107.5 240 240 240s240-107.5 240-240c0-74.2-33.8-140.6-86.6-184.6c-13.6-11.3-33.8-9.4-45.1 4.1s-9.4 33.8 4.1 45.1c38.9 32.3 63.5 81 63.5 135.4c0 97.2-78.8 176-176 176s-176-78.8-176-176c0-54.4 24.7-103.1 63.5-135.4z\"/></svg>');background-size:12px 12px;-webkit-background-size:12px 12px}.user-sub-menu a.history,.user-info-container a.history{margin-left:-7px;font-size:smaller}.user-sub-menu a.history:before,.user-info-container a.history:before{position:relative;display:block;float:left;width:12px;height:12px;content:\" \";background-repeat:no-repeat;margin:2px 5px 0;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(258deg) brightness(108%) contrast(101%);background-size:12px 12px;-webkit-background-size:12px 12px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M128 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm32 97.3c28.3-12.3 48-40.5 48-73.3c0-44.2-35.8-80-80-80S48 51.8 48 96c0 32.8 19.7 61 48 73.3L96 224l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l256 0 0 54.7c-28.3 12.3-48 40.5-48 73.3c0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3l0-54.7 256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-54.7c28.3-12.3 48-40.5 48-73.3c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 32.8 19.7 61 48 73.3l0 54.7-320 0 0-54.7zM488 96a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM320 392a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\"/></svg>')}.user-sub-menu a.company,.user-info-container a.company{margin-left:-7px;margin-bottom:10px;font-size:smaller;text-align:center}.user-sub-menu a.company:before,.user-info-container a.company:before{position:relative;display:block;float:left;width:12px;height:12px;content:\" \";background-repeat:no-repeat;margin:2px 5px 0;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(258deg) brightness(108%) contrast(101%);background-size:12px 12px;-webkit-background-size:12px 12px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"52.117\" height=\"52.117\" viewBox=\"0 0 52.117 52.117\">%0D%0A <path id=\"Click_collect\" data-name=\"Click &amp; collect\" d=\"M498.617,835.973h-2.9v19.544h-5.791V835.973H478.349v19.544H449.4V835.973h-2.9v-6.515l2.9-16.286h46.326l2.9,16.286Zm-2.9-32.573v6.515H449.4V803.4ZM472.559,849V835.973H455.186V849Z\" transform=\"translate(-446.5 -803.4)\"/>%0D%0A</svg>%0D%0A')}.user-sub-menu a.account,.user-info-container a.account{margin-left:-7px;font-size:smaller}.user-sub-menu a.account:before,.user-info-container a.account:before{position:relative;display:block;float:left;width:12px;height:12px;content:\" \";background-repeat:no-repeat;margin:2px 5px 0;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(258deg) brightness(108%) contrast(101%);background-size:12px 12px;-webkit-background-size:12px 12px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.4\" height=\"53.4\" viewBox=\"0 0 53.4 53.4\">%0D%0A <path id=\"Compte\" d=\"M268.543,1018.043A25.382,25.382,0,0,1,287.5,1010.3a26.427,26.427,0,0,1,18.957,7.743c5.34,5.073,7.743,11.481,7.743,18.957a26.427,26.427,0,0,1-7.743,18.957c-5.073,5.34-11.481,7.743-18.957,7.743a26.426,26.426,0,0,1-18.957-7.743c-5.34-5.073-7.743-11.481-7.743-18.957S263.2,1023.116,268.543,1018.043Zm18.69,37.914c6.675,0,12.015-2.937,16.02-8.544,0-2.4-1.869-4.272-5.607-5.874a23.761,23.761,0,0,0-20.826,0c-3.738,1.6-5.607,3.471-5.607,5.874A18.267,18.267,0,0,0,287.233,1055.957Zm5.607-35.511a7.743,7.743,0,1,0,2.4,5.607A7.685,7.685,0,0,0,292.84,1020.446Z\" transform=\"translate(-260.8 -1010.3)\"/>%0D%0A</svg>%0D%0A')}.user-menu-container{padding:0 10px;margin-top:10px}.user-menu-inner{display:flex;flex-direction:column}.user-image-container{margin:auto;width:100px;height:100px;border-radius:100%;border:1px solid #8EA7F8;min-width:100px;min-height:100px}.user-photo{margin:5% auto auto;width:90%;height:90%;border-radius:90%;background:#efefef;overflow:hidden;cursor:pointer}.user-photo alg-image-upload{position:relative;visibility:hidden;opacity:0}.user-photo alg-image-upload.edit-mode{visibility:visible;opacity:1}.name-span{font-size:14px;font-weight:700;text-align:center}.email-span{font-weight:400}.user-control-bar{display:flex;flex-direction:row;align-content:flex-end;justify-content:flex-start;padding:15px 50px}.user-control-bar button{margin-left:25px}.user-control-bar button.btn.btn-img{height:48px;width:48px;border:1px solid #E6E5E5}.user-control-bar button.btn.btn-img img{height:32px;width:32px;filter:invert(67%) sepia(51%) saturate(566%) hue-rotate(117deg) brightness(82%) contrast(95%)}.user-control-bar .notif-number{bottom:-9px;right:-9px}.notif-button-container{position:relative;display:flex;cursor:pointer}.notif-number{position:absolute;top:-12px;background:radial-gradient(5px -9px,circle,white 8%,#FC9324 26px);background-color:#fc9324;border:2px solid #ffffff;border-radius:16px;color:#fff;height:17px;min-width:18px;padding:2px 1px;text-align:center;font-size:13px}.user-sub-menu{margin-top:auto}.user-sub-menu-inner{display:flex;flex-direction:column;align-self:flex-end}\n"] }]
5169
+ }], ctorParameters: () => [{ type: i1$1.AuthService }, { type: i2$2.Router }, { type: i1$1.UserService }, { type: i1$2.ImageService }, { type: SelectUserCompanyActionService }], propDecorators: { currentUser: [{
5170
+ type: Input
5171
+ }], itemClick: [{
5172
+ type: Output
5173
+ }], userMenu: [{
5174
+ type: ViewChild,
5175
+ args: ['userMenu', { static: false }]
5176
+ }], menuItems: [{
5177
+ type: Input
5178
+ }], compact: [{
5179
+ type: Input
5180
+ }] } });
5181
+
5182
+ /**
5183
+ * Mise en page de l'application : barre supérieure (logo, nom, recherche globale),
5184
+ * menu latéral rétractable et zone de contenu. Dérivez-en une classe pour l'adapter.
5185
+ */
5186
+ class DFlatLayoutComponent extends DefaultLayoutComponent {
5187
+ constructor(renderer, userServ, menuServ, authService, hubService, route, router, modalService, title, actionService, app, appInfo) {
5188
+ super(renderer, userServ, menuServ, authService, hubService, route, router, actionService);
5189
+ this.renderer = renderer;
5190
+ this.userServ = userServ;
5191
+ this.menuServ = menuServ;
5192
+ this.authService = authService;
5193
+ this.hubService = hubService;
5194
+ this.router = router;
5195
+ this.modalService = modalService;
5196
+ this.title = title;
5197
+ this.actionService = actionService;
5198
+ this.app = app;
5199
+ this.appInfo = appInfo;
5200
+ this.spinnerComponent = DFlatSpinnerComponent;
5201
+ this.displaySearchBar = true;
5202
+ this.userExpandSideBar = false;
5203
+ this.searchText = `Rechercher dans ${this.appInfo.Name}...`;
5204
+ }
5205
+ ngAfterViewInit() {
5206
+ this.subscription = this.app.FilterService.filterChanged$.pipe(takeUntil$1(this.destroy$)).subscribe(s => {
5207
+ this.displaySearchBar = s;
5208
+ });
5209
+ }
5210
+ onToggleButtonClick() {
5211
+ this.userExpandSideBar = !this.userExpandSideBar;
5212
+ super.onToggleButtonClick();
5213
+ }
5214
+ ButtonClickHistory() {
5215
+ this.app.Router.navigateByUrl(`history`);
5216
+ }
5217
+ showSidebar() {
5218
+ if (!this.userExpandSideBar)
5219
+ this.sidebarVisible = true;
5220
+ }
5221
+ hideSidebar(event) {
5222
+ if (event == null || (!this.userExpandSideBar && event.clientX > 0))
5223
+ this.sidebarVisible = false;
5224
+ }
5225
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: DFlatLayoutComponent, deps: [{ token: i0.Renderer2 }, { token: i1$1.UserService }, { token: i1$1.MenuService }, { token: i1$1.AuthService }, { token: i1$1.HubService }, { token: i2$2.ActivatedRoute }, { token: i2$2.Router }, { token: i1$2.ModalService }, { token: i4$2.Title }, { token: i1$2.ActionService }, { token: i1$2.ApplicationService }, { token: DflatAppService }], target: i0.ɵɵFactoryTarget.Component }); }
5226
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: DFlatLayoutComponent, isStandalone: false, selector: "msw-layout", usesInheritance: true, ngImport: i0, template: "<div class=\"base-container\">\n <div class=\"base-topbar\">\n <div class=\"left-topbar\">\n <button class=\"btn btn-primary btn-lg sidebar-button\" (click)=\"onToggleButtonClick()\">\n <i class=\"fa fa-bars\"></i>\n </button>\n\n <div (click)=\"this.backHome()\">\n <img [src]=\"this.appInfo.LogoUrl\" class=\"mini-logo-lg\" />\n </div>\n <div (click)=\"this.backHome()\">\n <span class=\"dflat-logo\"><b>{{this.appInfo.Name}}</b></span>\n </div>\n </div>\n <div class=\"center-topbar\">\n <ng-container *ngIf=\"this.app.FilterService.filterChanged$ | async\">\n <div class=\"search-bar-container\">\n <input class=\"search form-control search-bar-action\"\n (keyup.enter)=\"handleKeyboardEnter(this.app.FilterService.Keywords)\"\n type=\"text\"\n name=\"keyword\"\n [placeholder]=\"this.searchText\"\n #uniquename=\"ngModel\"\n [(ngModel)]=\"this.app.FilterService.Keywords\"/>\n </div>\n </ng-container>\n </div>\n </div>\n <div class=\"base-main\">\n <div class=\"sidebar-outcontainer\">\n <div class=\"sidebar-incontainer\">\n <div #sidebar ngClass=\"sidebar-container visible\"\n [class.uncollapsed]=\"sidebarVisible\"\n [class.collapsed]=\"!sidebarVisible\"\n (mouseleave)=\"hideSidebar($event)\"\n >\n <msw-user-menu class=\"user-menu\"\n [menuItems]=\"mylinks\"\n [compact]=\"!sidebarVisible\"\n (itemClick)=\"this.hideSidebar(null)\">\n </msw-user-menu>\n </div>\n </div>\n </div>\n <div class=\"main-content\">\n <div class=\"main-component\">\n <router-outlet></router-outlet>\n </div>\n </div>\n </div>\n</div>\n<ng-http-loader\n [backdrop]=\"false\"\n [backgroundColor]=\"'transparent'\"\n [debounceDelay]=\"100\"\n [extraDuration]=\"300\"\n [minDuration]=\"300\"\n [opacity]=\"'1'\"\n [entryComponent]=\"spinnerComponent\">\n</ng-http-loader>\n", styles: [".home-page{font-family:Open sans,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;height:100%;width:100%;padding:16px}.main-container{margin:0 50px}.main-container-modal{width:calc(100% - 50px);margin:10px 25px 0}.moyen-titre{font-weight:700;font-size:24px;color:#4d5a81;margin:8px 0;border-bottom:solid 1px #DBE4FF}.grand-titre{font-weight:700;font-size:28px;color:#4d5a81;margin:0 0 8px}.petit-titre{font-weight:700;font-size:16px;color:#4d5a81;margin:0 0 8px}.petit-titre.underlined{border-bottom:solid 1px #4D5A81}.paragraph{padding:0 15px}.paragraph-highlight{padding:5px 15px 0 12px;border-left:5px solid #8EA7F8;border-bottom:1px solid #DBE4FF;border-top:1px solid #DBE4FF;border-right:1px solid #DBE4FF;background-color:#f7faff}.highlight{background-color:#f7faff;border:1px solid #DBE4FF;border-radius:5px;padding:15px;color:#3c5dc4;margin:0 0 16px}.highlight p{margin-bottom:0}.highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification{background-color:#dbe4ff;border:1px solid #C4D0F9;border-radius:5px;color:#4d5a81;margin:16px;padding:5px 15px;text-align:justify}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.notification-text{padding:0 15px 0 30px;font-size:16px}.sidebar-incontainer{height:100%;overflow-y:auto;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}.sidebar-outcontainer{height:100%;background:#3c5dc4;-ms-overflow-style:none;scrollbar-width:none}.sidebar-outcontainer::-webkit-scrollbar{display:none}.sidebar-button{width:50px;font-size:16px}.btn.btn-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:active{color:#f7faff;background-color:#4465c9;border-color:#4465c9}.base-container{display:flex;width:100%;height:100%;flex-direction:column;flex-grow:1;flex-shrink:0;overflow:auto}.base-topbar{display:flex;flex-grow:0;flex-shrink:0;width:100%;height:50px;background:#4465c9;align-content:center}.right-topbar{display:flex;margin-left:auto;order:2}.base-main{flex-grow:1;flex-shrink:0;height:50%;display:flex;flex-direction:row;justify-content:stretch;align-content:flex-start;flex-wrap:nowrap}.footer{display:none;width:100%;height:30px;background:#3c5dc4;color:#fff;padding:5px}.main-content{display:flex;flex-direction:column;width:100%;height:100%;flex-grow:1;flex-shrink:1;overflow:auto;margin-left:0}.left-topbar{display:flex;align-content:center}.left-topbar>div{height:50px}.left-topbar>div>span{line-height:50px;vertical-align:middle}.sidebar-container{display:flex;flex-direction:column;overflow-y:scroll;height:calc(100% - 50px);min-width:230px;width:230px;background:#3c5dc4;position:fixed;transform:translate(-100%);transition:transform .25s ease-in-out;z-index:2000}.sidebar-container.collapsed{margin-left:-230px;transition:ease-in .1s all}.sidebar-container.uncollapsed{margin-left:0;width:230px;min-width:230px;transition:ease-in .1s all}.sidebar-hover-zone{position:fixed;top:50px;left:0;width:50px;height:calc(100% - 50px);z-index:1000;background:#3c5dc4}.sidebar-container.visible{transform:translate(0)}.menu-container{display:flex;flex-direction:column;flex:1}.main-component{width:100%;height:100%;overflow:auto}.mini-logo3D-lg{width:auto;height:80px;background:#4465c9;padding:0 30px 0 0;margin-left:0;margin-top:0;cursor:pointer}.mini-logo-lg{width:auto;height:40px;background:#4465c9;padding:5px;margin-left:0;margin-top:5px;cursor:pointer}.dflat-logo{font-family:ErasITC-Bold,Eras ITC,Eras Light ITC,sans-serif;font-size:16pt;color:#fff;cursor:pointer}.breadcrumb-panel{height:44x;width:100%;border-bottom:solid 1px var(--main-bg-color)}.search-bar-container{margin-left:55px;margin-top:-5px}.search{border-radius:5px;border:1px solid #8FA3DF;background-color:#4465c9;padding-left:30px;margin-top:14px;width:400px;color:#fff}::placeholder{color:#8fa3df}.search-bar-container:before{position:relative;display:block;float:left;width:16px;height:16px;content:\" \";background-size:16px 16px;-webkit-background-size:16px 16px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"49.485\" height=\"49.485\" viewBox=\"0 0 49.485 49.485\">%0D%0A <path id=\"Recherche\" d=\"M31.88,37.039A20.324,20.324,0,1,1,12.411,1.6,20.324,20.324,0,0,1,37.039,31.88L49.485,44.326l-5.158,5.158ZM10.373,10.373a14.07,14.07,0,1,0,9.948-4.12A13.977,13.977,0,0,0,10.373,10.373Z\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:9px -40px 0 9px;filter:invert(60%) sepia(57%) saturate(394%) hue-rotate(191deg) brightness(99%) contrast(96%)}.user-menu{display:flex;flex-direction:column;padding:10px}.mini-logo-histo{display:flex;justify-content:flex-end;width:auto;height:40px;background:#4465c9;padding:5px;margin-left:0;margin-top:5px;cursor:pointer}@media screen and (max-width:500px){.search{width:150px}}\n"], dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i8.NgHttpLoaderComponent, selector: "ng-http-loader", inputs: ["backdrop", "backgroundColor", "debounceDelay", "entryComponent", "extraDuration", "filteredHeaders", "filteredMethods", "filteredUrlPatterns", "minDuration", "opacity", "backdropBackgroundColor", "spinner"] }, { kind: "directive", type: i2$2.RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }, { kind: "component", type: UserMenuComponent, selector: "msw-user-menu", inputs: ["currentUser", "menuItems", "compact"], outputs: ["itemClick"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
5227
+ }
5228
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: DFlatLayoutComponent, decorators: [{
5229
+ type: Component,
5230
+ args: [{ selector: 'msw-layout', standalone: false, template: "<div class=\"base-container\">\n <div class=\"base-topbar\">\n <div class=\"left-topbar\">\n <button class=\"btn btn-primary btn-lg sidebar-button\" (click)=\"onToggleButtonClick()\">\n <i class=\"fa fa-bars\"></i>\n </button>\n\n <div (click)=\"this.backHome()\">\n <img [src]=\"this.appInfo.LogoUrl\" class=\"mini-logo-lg\" />\n </div>\n <div (click)=\"this.backHome()\">\n <span class=\"dflat-logo\"><b>{{this.appInfo.Name}}</b></span>\n </div>\n </div>\n <div class=\"center-topbar\">\n <ng-container *ngIf=\"this.app.FilterService.filterChanged$ | async\">\n <div class=\"search-bar-container\">\n <input class=\"search form-control search-bar-action\"\n (keyup.enter)=\"handleKeyboardEnter(this.app.FilterService.Keywords)\"\n type=\"text\"\n name=\"keyword\"\n [placeholder]=\"this.searchText\"\n #uniquename=\"ngModel\"\n [(ngModel)]=\"this.app.FilterService.Keywords\"/>\n </div>\n </ng-container>\n </div>\n </div>\n <div class=\"base-main\">\n <div class=\"sidebar-outcontainer\">\n <div class=\"sidebar-incontainer\">\n <div #sidebar ngClass=\"sidebar-container visible\"\n [class.uncollapsed]=\"sidebarVisible\"\n [class.collapsed]=\"!sidebarVisible\"\n (mouseleave)=\"hideSidebar($event)\"\n >\n <msw-user-menu class=\"user-menu\"\n [menuItems]=\"mylinks\"\n [compact]=\"!sidebarVisible\"\n (itemClick)=\"this.hideSidebar(null)\">\n </msw-user-menu>\n </div>\n </div>\n </div>\n <div class=\"main-content\">\n <div class=\"main-component\">\n <router-outlet></router-outlet>\n </div>\n </div>\n </div>\n</div>\n<ng-http-loader\n [backdrop]=\"false\"\n [backgroundColor]=\"'transparent'\"\n [debounceDelay]=\"100\"\n [extraDuration]=\"300\"\n [minDuration]=\"300\"\n [opacity]=\"'1'\"\n [entryComponent]=\"spinnerComponent\">\n</ng-http-loader>\n", styles: [".home-page{font-family:Open sans,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;height:100%;width:100%;padding:16px}.main-container{margin:0 50px}.main-container-modal{width:calc(100% - 50px);margin:10px 25px 0}.moyen-titre{font-weight:700;font-size:24px;color:#4d5a81;margin:8px 0;border-bottom:solid 1px #DBE4FF}.grand-titre{font-weight:700;font-size:28px;color:#4d5a81;margin:0 0 8px}.petit-titre{font-weight:700;font-size:16px;color:#4d5a81;margin:0 0 8px}.petit-titre.underlined{border-bottom:solid 1px #4D5A81}.paragraph{padding:0 15px}.paragraph-highlight{padding:5px 15px 0 12px;border-left:5px solid #8EA7F8;border-bottom:1px solid #DBE4FF;border-top:1px solid #DBE4FF;border-right:1px solid #DBE4FF;background-color:#f7faff}.highlight{background-color:#f7faff;border:1px solid #DBE4FF;border-radius:5px;padding:15px;color:#3c5dc4;margin:0 0 16px}.highlight p{margin-bottom:0}.highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification{background-color:#dbe4ff;border:1px solid #C4D0F9;border-radius:5px;color:#4d5a81;margin:16px;padding:5px 15px;text-align:justify}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.notification-text{padding:0 15px 0 30px;font-size:16px}.sidebar-incontainer{height:100%;overflow-y:auto;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}.sidebar-outcontainer{height:100%;background:#3c5dc4;-ms-overflow-style:none;scrollbar-width:none}.sidebar-outcontainer::-webkit-scrollbar{display:none}.sidebar-button{width:50px;font-size:16px}.btn.btn-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:active{color:#f7faff;background-color:#4465c9;border-color:#4465c9}.base-container{display:flex;width:100%;height:100%;flex-direction:column;flex-grow:1;flex-shrink:0;overflow:auto}.base-topbar{display:flex;flex-grow:0;flex-shrink:0;width:100%;height:50px;background:#4465c9;align-content:center}.right-topbar{display:flex;margin-left:auto;order:2}.base-main{flex-grow:1;flex-shrink:0;height:50%;display:flex;flex-direction:row;justify-content:stretch;align-content:flex-start;flex-wrap:nowrap}.footer{display:none;width:100%;height:30px;background:#3c5dc4;color:#fff;padding:5px}.main-content{display:flex;flex-direction:column;width:100%;height:100%;flex-grow:1;flex-shrink:1;overflow:auto;margin-left:0}.left-topbar{display:flex;align-content:center}.left-topbar>div{height:50px}.left-topbar>div>span{line-height:50px;vertical-align:middle}.sidebar-container{display:flex;flex-direction:column;overflow-y:scroll;height:calc(100% - 50px);min-width:230px;width:230px;background:#3c5dc4;position:fixed;transform:translate(-100%);transition:transform .25s ease-in-out;z-index:2000}.sidebar-container.collapsed{margin-left:-230px;transition:ease-in .1s all}.sidebar-container.uncollapsed{margin-left:0;width:230px;min-width:230px;transition:ease-in .1s all}.sidebar-hover-zone{position:fixed;top:50px;left:0;width:50px;height:calc(100% - 50px);z-index:1000;background:#3c5dc4}.sidebar-container.visible{transform:translate(0)}.menu-container{display:flex;flex-direction:column;flex:1}.main-component{width:100%;height:100%;overflow:auto}.mini-logo3D-lg{width:auto;height:80px;background:#4465c9;padding:0 30px 0 0;margin-left:0;margin-top:0;cursor:pointer}.mini-logo-lg{width:auto;height:40px;background:#4465c9;padding:5px;margin-left:0;margin-top:5px;cursor:pointer}.dflat-logo{font-family:ErasITC-Bold,Eras ITC,Eras Light ITC,sans-serif;font-size:16pt;color:#fff;cursor:pointer}.breadcrumb-panel{height:44x;width:100%;border-bottom:solid 1px var(--main-bg-color)}.search-bar-container{margin-left:55px;margin-top:-5px}.search{border-radius:5px;border:1px solid #8FA3DF;background-color:#4465c9;padding-left:30px;margin-top:14px;width:400px;color:#fff}::placeholder{color:#8fa3df}.search-bar-container:before{position:relative;display:block;float:left;width:16px;height:16px;content:\" \";background-size:16px 16px;-webkit-background-size:16px 16px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"49.485\" height=\"49.485\" viewBox=\"0 0 49.485 49.485\">%0D%0A <path id=\"Recherche\" d=\"M31.88,37.039A20.324,20.324,0,1,1,12.411,1.6,20.324,20.324,0,0,1,37.039,31.88L49.485,44.326l-5.158,5.158ZM10.373,10.373a14.07,14.07,0,1,0,9.948-4.12A13.977,13.977,0,0,0,10.373,10.373Z\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:9px -40px 0 9px;filter:invert(60%) sepia(57%) saturate(394%) hue-rotate(191deg) brightness(99%) contrast(96%)}.user-menu{display:flex;flex-direction:column;padding:10px}.mini-logo-histo{display:flex;justify-content:flex-end;width:auto;height:40px;background:#4465c9;padding:5px;margin-left:0;margin-top:5px;cursor:pointer}@media screen and (max-width:500px){.search{width:150px}}\n"] }]
5231
+ }], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i1$1.UserService }, { type: i1$1.MenuService }, { type: i1$1.AuthService }, { type: i1$1.HubService }, { type: i2$2.ActivatedRoute }, { type: i2$2.Router }, { type: i1$2.ModalService }, { type: i4$2.Title }, { type: i1$2.ActionService }, { type: i1$2.ApplicationService }, { type: DflatAppService }] });
5232
+
5233
+ class SearchResult {
5234
+ get Label() { return this._label; }
5235
+ set Label(value) { this._label = value; }
5236
+ get Description1() { return this._description1; }
5237
+ set Description1(value) { this._description1 = value; }
5238
+ get Description2() { return this._description2; }
5239
+ set Description2(value) { this._description2 = value; }
5240
+ get ImageUrl() { return this._imageUrl; }
5241
+ set ImageUrl(value) { this._imageUrl = value; }
5242
+ // Indique si l'image existe ou pas
5243
+ get HasImage() { return !Utilities.IsNil(this.ImageUrl); }
5244
+ get Url() { return this._url; }
5245
+ set Url(value) { this._url = value; }
5246
+ constructor() { }
5247
+ }
5248
+ class SearchResultComponent {
5249
+ constructor(imageService, route, router) {
5250
+ this.imageService = imageService;
5251
+ this.route = route;
5252
+ this.router = router;
5253
+ this.isLoading = true;
5254
+ }
5255
+ ngOnInit() {
5256
+ }
5257
+ navigateToResults() {
5258
+ this.router.navigateByUrl(this.url);
5259
+ }
5260
+ navigateToItem(res) {
5261
+ this.router.navigateByUrl(res.Url);
5262
+ }
5263
+ noResults() {
5264
+ return Utilities.IsNil(this.results) || this.results.length == 0;
5265
+ }
5266
+ getImageUrl(result) {
5267
+ return encodeURI(this.imageService.getImageUrl(result.ImageUrl));
5268
+ }
5269
+ getStyle(result) {
5270
+ let imageLink = encodeURI(this.imageService.getImageUrl(result.ImageUrl));
5271
+ let backImageStyle;
5272
+ if (Utilities.IsNil(imageLink) || imageLink == 'undefined') {
5273
+ imageLink = '/assets/images/image-not-available.png';
5274
+ backImageStyle = `
5275
+ background-image: url(${imageLink});
5276
+ background-size: 64px 64px;
5277
+ background-repeat: no-repeat;
5278
+ background-position: top 60px center;`;
5279
+ }
5280
+ else {
5281
+ backImageStyle = `
5282
+ background-image: url(${imageLink});
5283
+ background-size: auto 64px;
5284
+ background-repeat: no-repeat;
5285
+ background-position: left;`;
5286
+ }
5287
+ return backImageStyle;
5288
+ }
5289
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SearchResultComponent, deps: [{ token: i1$2.ImageService }, { token: i2$2.ActivatedRoute }, { token: i2$2.Router }], target: i0.ɵɵFactoryTarget.Component }); }
5290
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: SearchResultComponent, isStandalone: false, selector: "msw-search-result", inputs: { isLoading: "isLoading", results: "results", url: "url", nbTotal: "nbTotal", title: "title" }, ngImport: i0, template: "<!-- <div *ngIf = \"this.isLoading\">\r\n Chargement en cours...\r\n</div> -->\r\n<!-- <div *ngIf = \"! this.isLoading\"> -->\r\n<div class=\"result-container\">\r\n <div class=\"title moyen-titre\">\r\n {{this.title}}\r\n </div>\r\n <ng-container *ngIf=\"this.isLoading\">\r\n <div class=\"search-loading-header\">\r\n <span>Recherche en cours...</span>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngIf=\"!this.isLoading && this.noResults()\">\r\n <div class=\"search-noresult-header\">\r\n <span>Aucun r\u00E9sultat</span>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngIf=\"! this.isLoading && ! this.noResults()\">\r\n <div class=\"result-list-container\">\r\n <div class=\"result-item-container\" *ngFor=\"let res of this.results\">\r\n <ng-container *ngIf=\"res.HasImage\">\r\n <div class=\"result-item-image-container\">\r\n <!-- <div class=\"result-item-image\" [style]=\"this.getStyle(res)\" (click)=\"this.navigateToItem(res)\">\r\n </div> -->\r\n <img class=\"result-item-image\" [src]=\"this.getImageUrl(res)\">\r\n </div> \r\n </ng-container> \r\n <div class=\"result-item-detail-container\">\r\n <div class=\"label\">\r\n <a [href]=\"res.Url\">{{res.Label}}</a>\r\n </div>\r\n <div class=\"description\">\r\n {{res.Description1}}\r\n </div>\r\n <div class=\"description\">\r\n {{res.Description2}}\r\n </div>\r\n </div>\r\n </div>\r\n \r\n </div> \r\n <div class=\"url\">\r\n <!-- <button class=\"btn btn-primary\" (click)=\"this.navigateToResults()\">\r\n <span>{{this.nbTotal}} r\u00E9sultat(s)</span>\r\n </button> -->\r\n <a [href]=\"this.url\">Afficher tout ({{this.nbTotal}})</a>\r\n </div>\r\n </ng-container>\r\n</div>", styles: [".home-page{font-family:Open sans,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;height:100%;width:100%;padding:16px}.main-container{margin:0 50px}.main-container-modal{width:calc(100% - 50px);margin:10px 25px 0}.moyen-titre{font-weight:700;font-size:24px;color:#4d5a81;margin:8px 0;border-bottom:solid 1px #DBE4FF}.grand-titre{font-weight:700;font-size:28px;color:#4d5a81;margin:0 0 8px}.petit-titre{font-weight:700;font-size:16px;color:#4d5a81;margin:0 0 8px}.petit-titre.underlined{border-bottom:solid 1px #4D5A81}.paragraph{padding:0 15px}.paragraph-highlight{padding:5px 15px 0 12px;border-left:5px solid #8EA7F8;border-bottom:1px solid #DBE4FF;border-top:1px solid #DBE4FF;border-right:1px solid #DBE4FF;background-color:#f7faff}.highlight{background-color:#f7faff;border:1px solid #DBE4FF;border-radius:5px;padding:15px;color:#3c5dc4;margin:0 0 16px}.highlight p{margin-bottom:0}.highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification{background-color:#dbe4ff;border:1px solid #C4D0F9;border-radius:5px;color:#4d5a81;margin:16px;padding:5px 15px;text-align:justify}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.notification-text{padding:0 15px 0 30px;font-size:16px}.search-loading-header,.search-noresult-header{display:flex;flex-direction:column;height:15px;color:#f78383;font-style:italic;padding:5px}.search-loading-header{animation:blink 1s infinite}@keyframes blink{0%{opacity:0}50%{opacity:1}to{opacity:0}}.result-container{min-width:250px;display:flex;flex-direction:column;height:100%}.result-list-container{display:flex;flex-direction:column;flex:0}.title{font-size:16px}.description{color:#9fa9c7;font-style:italic;font-size:10px}.result-item-container{display:flex;flex-direction:row;align-items:flex-start;border-bottom:1px solid #ebf0ff;padding-bottom:5px;margin-bottom:10px;flex:1}.result-item-detail-container{flex:1}.result-item-image-container{flex:0;margin-right:5px;cursor:pointer}.result-item-image{height:64px}.url{margin-top:25px;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end;flex:1}.url a{text-decoration:underline}@media(max-width:480px){.result-container{width:100%}}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
5291
+ }
5292
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SearchResultComponent, decorators: [{
5293
+ type: Component,
5294
+ args: [{ selector: 'msw-search-result', standalone: false, template: "<!-- <div *ngIf = \"this.isLoading\">\r\n Chargement en cours...\r\n</div> -->\r\n<!-- <div *ngIf = \"! this.isLoading\"> -->\r\n<div class=\"result-container\">\r\n <div class=\"title moyen-titre\">\r\n {{this.title}}\r\n </div>\r\n <ng-container *ngIf=\"this.isLoading\">\r\n <div class=\"search-loading-header\">\r\n <span>Recherche en cours...</span>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngIf=\"!this.isLoading && this.noResults()\">\r\n <div class=\"search-noresult-header\">\r\n <span>Aucun r\u00E9sultat</span>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngIf=\"! this.isLoading && ! this.noResults()\">\r\n <div class=\"result-list-container\">\r\n <div class=\"result-item-container\" *ngFor=\"let res of this.results\">\r\n <ng-container *ngIf=\"res.HasImage\">\r\n <div class=\"result-item-image-container\">\r\n <!-- <div class=\"result-item-image\" [style]=\"this.getStyle(res)\" (click)=\"this.navigateToItem(res)\">\r\n </div> -->\r\n <img class=\"result-item-image\" [src]=\"this.getImageUrl(res)\">\r\n </div> \r\n </ng-container> \r\n <div class=\"result-item-detail-container\">\r\n <div class=\"label\">\r\n <a [href]=\"res.Url\">{{res.Label}}</a>\r\n </div>\r\n <div class=\"description\">\r\n {{res.Description1}}\r\n </div>\r\n <div class=\"description\">\r\n {{res.Description2}}\r\n </div>\r\n </div>\r\n </div>\r\n \r\n </div> \r\n <div class=\"url\">\r\n <!-- <button class=\"btn btn-primary\" (click)=\"this.navigateToResults()\">\r\n <span>{{this.nbTotal}} r\u00E9sultat(s)</span>\r\n </button> -->\r\n <a [href]=\"this.url\">Afficher tout ({{this.nbTotal}})</a>\r\n </div>\r\n </ng-container>\r\n</div>", styles: [".home-page{font-family:Open sans,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;height:100%;width:100%;padding:16px}.main-container{margin:0 50px}.main-container-modal{width:calc(100% - 50px);margin:10px 25px 0}.moyen-titre{font-weight:700;font-size:24px;color:#4d5a81;margin:8px 0;border-bottom:solid 1px #DBE4FF}.grand-titre{font-weight:700;font-size:28px;color:#4d5a81;margin:0 0 8px}.petit-titre{font-weight:700;font-size:16px;color:#4d5a81;margin:0 0 8px}.petit-titre.underlined{border-bottom:solid 1px #4D5A81}.paragraph{padding:0 15px}.paragraph-highlight{padding:5px 15px 0 12px;border-left:5px solid #8EA7F8;border-bottom:1px solid #DBE4FF;border-top:1px solid #DBE4FF;border-right:1px solid #DBE4FF;background-color:#f7faff}.highlight{background-color:#f7faff;border:1px solid #DBE4FF;border-radius:5px;padding:15px;color:#3c5dc4;margin:0 0 16px}.highlight p{margin-bottom:0}.highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification{background-color:#dbe4ff;border:1px solid #C4D0F9;border-radius:5px;color:#4d5a81;margin:16px;padding:5px 15px;text-align:justify}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.notification-text{padding:0 15px 0 30px;font-size:16px}.search-loading-header,.search-noresult-header{display:flex;flex-direction:column;height:15px;color:#f78383;font-style:italic;padding:5px}.search-loading-header{animation:blink 1s infinite}@keyframes blink{0%{opacity:0}50%{opacity:1}to{opacity:0}}.result-container{min-width:250px;display:flex;flex-direction:column;height:100%}.result-list-container{display:flex;flex-direction:column;flex:0}.title{font-size:16px}.description{color:#9fa9c7;font-style:italic;font-size:10px}.result-item-container{display:flex;flex-direction:row;align-items:flex-start;border-bottom:1px solid #ebf0ff;padding-bottom:5px;margin-bottom:10px;flex:1}.result-item-detail-container{flex:1}.result-item-image-container{flex:0;margin-right:5px;cursor:pointer}.result-item-image{height:64px}.url{margin-top:25px;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end;flex:1}.url a{text-decoration:underline}@media(max-width:480px){.result-container{width:100%}}\n"] }]
5295
+ }], ctorParameters: () => [{ type: i1$2.ImageService }, { type: i2$2.ActivatedRoute }, { type: i2$2.Router }], propDecorators: { isLoading: [{
5296
+ type: Input
5297
+ }], results: [{
5298
+ type: Input
5299
+ }], url: [{
5300
+ type: Input
5301
+ }], nbTotal: [{
5302
+ type: Input
5303
+ }], title: [{
5304
+ type: Input
5305
+ }] } });
5306
+
5307
+ /**
5308
+ * Source de la recherche globale : une par famille d'objets (produits, commandes...).
5309
+ * Chaque module en fournit autant que nécessaire, via <see cref="DFLAT_SEARCH_PROVIDERS"/> :
5310
+ *
5311
+ * ```ts
5312
+ * { provide: DFLAT_SEARCH_PROVIDERS, useClass: ProductSearchProvider, multi: true }
5313
+ * ```
5314
+ */
5315
+ class DflatSearchProvider {
5316
+ /** Section affichée seulement si l'utilisateur a le droit de voir ces objets. */
5317
+ isAllowed() {
5318
+ return true;
5319
+ }
5320
+ }
5321
+ const DFLAT_SEARCH_PROVIDERS = new InjectionToken('DFLAT_SEARCH_PROVIDERS');
5322
+ /**
5323
+ * Une section de la page de résultats : l'état de la recherche d'un fournisseur.
5324
+ */
5325
+ class SearchSection {
5326
+ constructor(provider, keywords) {
5327
+ this.provider = provider;
5328
+ this.keywords = keywords;
5329
+ this.isLoading = true;
5330
+ this.results = [];
5331
+ this.totalCount = 0;
5332
+ }
5333
+ get title() { return this.provider.title; }
5334
+ get url() { return this.provider.resultsUrl(this.keywords); }
5335
+ }
5336
+ /**
5337
+ * Page de la recherche globale (/search?text=...) : interroge les fournisseurs déclarés
5338
+ * par l'application et affiche une section par fournisseur. Sans fournisseur, la page
5339
+ * indique simplement qu'il n'y a pas de résultat.
5340
+ */
5341
+ class SearchComponent {
5342
+ constructor(route, app, providers) {
5343
+ this.route = route;
5344
+ this.app = app;
5345
+ this.sections = [];
5346
+ this.providers = providers || [];
5347
+ }
5348
+ ngOnInit() {
5349
+ this.subscription = this.route.queryParams.subscribe(params => {
5350
+ const keywords = params['text'];
5351
+ if (keywords === undefined) {
5352
+ return;
5353
+ }
5354
+ this.app.FilterService.Keywords = keywords;
5355
+ this.search(keywords);
5356
+ });
5357
+ }
5358
+ ngOnDestroy() {
5359
+ this.subscription?.unsubscribe();
5360
+ }
5361
+ /** Vrai tant qu'au moins une section est en cours de chargement. */
5362
+ get isLoading() {
5363
+ return this.sections.some(s => s.isLoading);
5364
+ }
5365
+ noResults() {
5366
+ return !this.isLoading && this.sections.every(s => s.results.length == 0);
5367
+ }
5368
+ search(keywords) {
5369
+ this.sections = this.providers
5370
+ .filter(provider => provider.isAllowed())
5371
+ .map(provider => new SearchSection(provider, keywords));
5372
+ this.sections.forEach(section => {
5373
+ section.provider.search(keywords).subscribe(found => {
5374
+ section.results = found.results;
5375
+ section.totalCount = found.totalCount;
5376
+ section.isLoading = false;
5377
+ });
5378
+ });
5379
+ }
5380
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SearchComponent, deps: [{ token: i2$2.ActivatedRoute }, { token: i1$2.ApplicationService }, { token: DFLAT_SEARCH_PROVIDERS, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
5381
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: SearchComponent, isStandalone: false, selector: "msw-search", ngImport: i0, template: "<div>\n <div class=\"search-header petit-titre\">\n <span *ngIf=\"this.isLoading\">\n Recherche en cours (mot-cl\u00E9: {{this.app.FilterService.Keywords}})\n </span>\n <span *ngIf=\"!this.isLoading && this.noResults()\">\n Aucun r\u00E9sultat (mot-cl\u00E9: {{this.app.FilterService.Keywords}})\n </span>\n <span *ngIf=\"!this.isLoading && !this.noResults()\">\n Recherche termin\u00E9e (mot-cl\u00E9: {{this.app.FilterService.Keywords}})\n </span>\n </div>\n\n <div class=\"global-result-container\">\n <div class=\"global-result\" *ngFor=\"let section of this.sections\">\n <msw-search-result\n [title]=\"section.title\"\n [results]=\"section.results\"\n [url]=\"section.url\"\n [nbTotal]=\"section.totalCount\"\n [isLoading]=\"section.isLoading\">\n </msw-search-result>\n </div>\n </div>\n</div>\n", styles: [".home-page{font-family:Open sans,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;height:100%;width:100%;padding:16px}.main-container{margin:0 50px}.main-container-modal{width:calc(100% - 50px);margin:10px 25px 0}.moyen-titre{font-weight:700;font-size:24px;color:#4d5a81;margin:8px 0;border-bottom:solid 1px #DBE4FF}.grand-titre{font-weight:700;font-size:28px;color:#4d5a81;margin:0 0 8px}.petit-titre{font-weight:700;font-size:16px;color:#4d5a81;margin:0 0 8px}.petit-titre.underlined{border-bottom:solid 1px #4D5A81}.paragraph{padding:0 15px}.paragraph-highlight{padding:5px 15px 0 12px;border-left:5px solid #8EA7F8;border-bottom:1px solid #DBE4FF;border-top:1px solid #DBE4FF;border-right:1px solid #DBE4FF;background-color:#f7faff}.highlight{background-color:#f7faff;border:1px solid #DBE4FF;border-radius:5px;padding:15px;color:#3c5dc4;margin:0 0 16px}.highlight p{margin-bottom:0}.highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification{background-color:#dbe4ff;border:1px solid #C4D0F9;border-radius:5px;color:#4d5a81;margin:16px;padding:5px 15px;text-align:justify}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.notification-text{padding:0 15px 0 30px;font-size:16px}.search-header{height:15px;padding:15px 35px}.global-result-container{display:flex;flex-direction:row;padding:0 15px;flex-wrap:wrap}.global-result{border-radius:20px;box-shadow:0 3px 10px #9cb1f540;background:#fff;margin:15px;padding:0 25px 25px;flex:1}.mini-logo3D-lg{height:80px;margin-right:15px}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: SearchResultComponent, selector: "msw-search-result", inputs: ["isLoading", "results", "url", "nbTotal", "title"] }] }); }
5382
+ }
5383
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SearchComponent, decorators: [{
5384
+ type: Component,
5385
+ args: [{ selector: 'msw-search', standalone: false, template: "<div>\n <div class=\"search-header petit-titre\">\n <span *ngIf=\"this.isLoading\">\n Recherche en cours (mot-cl\u00E9: {{this.app.FilterService.Keywords}})\n </span>\n <span *ngIf=\"!this.isLoading && this.noResults()\">\n Aucun r\u00E9sultat (mot-cl\u00E9: {{this.app.FilterService.Keywords}})\n </span>\n <span *ngIf=\"!this.isLoading && !this.noResults()\">\n Recherche termin\u00E9e (mot-cl\u00E9: {{this.app.FilterService.Keywords}})\n </span>\n </div>\n\n <div class=\"global-result-container\">\n <div class=\"global-result\" *ngFor=\"let section of this.sections\">\n <msw-search-result\n [title]=\"section.title\"\n [results]=\"section.results\"\n [url]=\"section.url\"\n [nbTotal]=\"section.totalCount\"\n [isLoading]=\"section.isLoading\">\n </msw-search-result>\n </div>\n </div>\n</div>\n", styles: [".home-page{font-family:Open sans,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;height:100%;width:100%;padding:16px}.main-container{margin:0 50px}.main-container-modal{width:calc(100% - 50px);margin:10px 25px 0}.moyen-titre{font-weight:700;font-size:24px;color:#4d5a81;margin:8px 0;border-bottom:solid 1px #DBE4FF}.grand-titre{font-weight:700;font-size:28px;color:#4d5a81;margin:0 0 8px}.petit-titre{font-weight:700;font-size:16px;color:#4d5a81;margin:0 0 8px}.petit-titre.underlined{border-bottom:solid 1px #4D5A81}.paragraph{padding:0 15px}.paragraph-highlight{padding:5px 15px 0 12px;border-left:5px solid #8EA7F8;border-bottom:1px solid #DBE4FF;border-top:1px solid #DBE4FF;border-right:1px solid #DBE4FF;background-color:#f7faff}.highlight{background-color:#f7faff;border:1px solid #DBE4FF;border-radius:5px;padding:15px;color:#3c5dc4;margin:0 0 16px}.highlight p{margin-bottom:0}.highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification{background-color:#dbe4ff;border:1px solid #C4D0F9;border-radius:5px;color:#4d5a81;margin:16px;padding:5px 15px;text-align:justify}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.notification-text{padding:0 15px 0 30px;font-size:16px}.search-header{height:15px;padding:15px 35px}.global-result-container{display:flex;flex-direction:row;padding:0 15px;flex-wrap:wrap}.global-result{border-radius:20px;box-shadow:0 3px 10px #9cb1f540;background:#fff;margin:15px;padding:0 25px 25px;flex:1}.mini-logo3D-lg{height:80px;margin-right:15px}\n"] }]
5386
+ }], ctorParameters: () => [{ type: i2$2.ActivatedRoute }, { type: i1$2.ApplicationService }, { type: undefined, decorators: [{
5387
+ type: Optional
5388
+ }, {
5389
+ type: Inject,
5390
+ args: [DFLAT_SEARCH_PROVIDERS]
5391
+ }] }] });
5392
+
5393
+ class UserProfileComponent {
5394
+ constructor(route, alertService, accountDataService, userAccountDataService, userService) {
5395
+ this.route = route;
5396
+ this.alertService = alertService;
5397
+ this.accountDataService = accountDataService;
5398
+ this.userAccountDataService = userAccountDataService;
5399
+ this.userService = userService;
5400
+ this.userAccount = {};
5401
+ this.changePasswordVM = {};
5402
+ this.hasChanges = false;
5403
+ this.hasPasswordChanges = false;
5404
+ this.mobilePattern = "^((\\+91-?)|0)?[0-9]{10}$";
5405
+ this.emailPattern2 = "^(([^<>()\\[\\]\\\\.,;:\\s@\\\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\\\"]+)*)|(\\\".+\\\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$";
5406
+ }
5407
+ ngOnInit() {
5408
+ this.initViewModel();
5409
+ }
5410
+ initViewModel() {
5411
+ let currentUser = this.userService.AuthenticatedUser;
5412
+ this.userAccountDataService.search({ Id: currentUser.Id }).subscribe(res => {
5413
+ let resultUser = res.Values[0];
5414
+ this.userAccount.Id = resultUser.Id;
5415
+ this.userAccount.Email = resultUser.Email;
5416
+ this.userAccount.FirstName = resultUser.FirstName;
5417
+ this.userAccount.LastName = resultUser.LastName;
5418
+ this.userAccount.PhoneNumber = resultUser.PhoneNumber;
5419
+ this.hasChanges = false;
5420
+ this.changePasswordVM.Id = resultUser.Id;
5421
+ this.changePasswordVM.CurrentPassword = '';
5422
+ this.changePasswordVM.NewPassword = '';
5423
+ this.hasPasswordChanges = false;
5424
+ });
5425
+ }
5426
+ handlePasswordChanged() {
5427
+ // met à jour le statut du formulaire à chaque changements
5428
+ this.isPasswordFormValid = this.pwdform.form.valid;
5429
+ // met à jour le statut du formulaire à chaque changements
5430
+ this.hasPasswordChanges = true;
5431
+ }
5432
+ handleModelChanged() {
5433
+ // met à jour le statut du formulaire à chaque changements
5434
+ this.isFormValid = this.form.form.valid;
5435
+ this.hasChanges = true;
5436
+ }
5437
+ cancel() {
5438
+ this.initViewModel();
5439
+ }
5440
+ validate() {
5441
+ this.handleModelChanged();
5442
+ if (this.isFormValid) {
5443
+ this.accountDataService.updateUserProfile(this.userAccount).subscribe((res) => {
5444
+ this.alertService.showMessage("Validation", "Modifications du profil enregistrées avec succés ", MessageSeverity.Success);
5445
+ let currentUser = this.userService.AuthenticatedUser;
5446
+ currentUser.Email = this.userAccount.Email;
5447
+ currentUser.FirstName = this.userAccount.FirstName;
5448
+ currentUser.LastName = this.userAccount.LastName;
5449
+ currentUser.PhoneNumber = this.userAccount.PhoneNumber;
5450
+ this.userService.setCurrent(currentUser);
5451
+ this.hasChanges = false;
5452
+ }, (err) => {
5453
+ this.alertService.showMessage("Echec", "L'enregistrement des modifications a échoué !", MessageSeverity.Error);
5454
+ });
5455
+ }
5456
+ else {
5457
+ // Validation du formulaire
5458
+ Object.keys(this.form.form.controls).forEach(key => {
5459
+ this.form.form.get(key).markAsDirty();
5460
+ });
5461
+ this.form.control.markAllAsTouched();
5462
+ return false;
5463
+ }
5464
+ }
5465
+ changePassword() {
5466
+ this.handlePasswordChanged();
5467
+ if (this.isPasswordFormValid) {
5468
+ this.accountDataService.changePassword(this.changePasswordVM).subscribe((res) => {
5469
+ this.alertService.showMessage("Validation", "Mot de passe enregistré avec succés ", MessageSeverity.Success);
5470
+ this.changePasswordVM.CurrentPassword = '';
5471
+ this.changePasswordVM.NewPassword = '';
5472
+ this.pwdform.reset();
5473
+ this.hasPasswordChanges = false;
5474
+ return true;
5475
+ }, (err) => {
5476
+ this.alertService.showMessage("Echec", err.error, MessageSeverity.Error);
5477
+ });
5478
+ }
5479
+ else {
5480
+ // Validation du formulaire
5481
+ Object.keys(this.pwdform.form.controls).forEach(key => {
5482
+ this.pwdform.form.get(key).markAsDirty();
5483
+ });
5484
+ this.pwdform.control.markAllAsTouched();
5485
+ return false;
5486
+ }
5487
+ }
5488
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserProfileComponent, deps: [{ token: i2$2.ActivatedRoute }, { token: i1$2.AlertService }, { token: i2.AccountDataService }, { token: i2.UserAccountDataService }, { token: i1$1.UserService }], target: i0.ɵɵFactoryTarget.Component }); }
5489
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.4", type: UserProfileComponent, isStandalone: false, selector: "msw-user-profile", viewQueries: [{ propertyName: "form", first: true, predicate: ["f"], descendants: true }, { propertyName: "pwdform", first: true, predicate: ["fpwd"], descendants: true }], ngImport: i0, template: "<div class=\"user-profile-container\">\r\n <div class=\"petit-titre\">Mes informations</div>\r\n <div class=\"user-form-container\">\r\n <form class=\"user-form\" #f=\"ngForm\" validate autocomplete=\"off\" (ngSubmit)=\"(f.form.valid)\" validate>\r\n <div class=\"form-group-with-columns\">\r\n <div class=\"form-group has-feedback mw-50\">\r\n <label>Nom*</label>\r\n <input type=\"text\" class=\"form-control\" required name=\"name\" #name=\"ngModel\"\r\n [(ngModel)]=\"userAccount.LastName\" (ngModelChange)=\"handleModelChanged()\" placeholder=\"\" />\r\n <div *ngIf=\"name.errors && name.dirty && name.touched\" class=\"input-alert\">\r\n <div *ngIf=\"name.errors?.required\">\r\n Merci de renseigner votre nom.\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"form-group has-feedback mw-50\">\r\n <label>Pr\u00E9nom*</label>\r\n <input type=\"text\" class=\"form-control\" required name=\"firstname\" #firstname=\"ngModel\"\r\n [(ngModel)]=\"userAccount.FirstName\" (ngModelChange)=\"handleModelChanged()\" placeholder=\"\" />\r\n <div *ngIf=\"\r\n firstname.errors &&\r\n firstname.dirty &&\r\n firstname.touched\r\n \" class=\"input-alert\">\r\n <div *ngIf=\"firstname.errors?.required\">\r\n Merci de renseigner votre pr\u00E9nom.\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"form-group-with-columns\">\r\n <div class=\"form-group has-feedback mw-50\">\r\n <label>E-mail*</label>\r\n <input (ngModelChange)=\"handleModelChanged()\" type=\"text\" class=\"form-control\" placeholder=\"\"\r\n name=\"eml\" [(ngModel)]=\"userAccount.Email\" #eml=\"ngModel\" required #name=\"ngModel\"\r\n [pattern]=\"emailPattern2\" />\r\n <span class=\"form-control-feedback mw-50\"></span>\r\n <div *ngIf=\"eml.errors && eml.dirty && eml.touched\" class=\"input-alert\">\r\n <div *ngIf=\"eml.errors?.required\">\r\n L'email est obligatoire\r\n </div>\r\n <div *ngIf=\"eml.errors?.pattern\">\r\n L'email n'est pas valide\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"form-group has-feedback mw-50\">\r\n <label>Num\u00E9ro de t\u00E9l\u00E9phone</label>\r\n <input (ngModelChange)=\"handleModelChanged()\" placeholder=\"\" type=\"text\" class=\"form-control\"\r\n required name=\"phone\" [pattern]=\"mobilePattern\" #phone=\"ngModel\"\r\n [(ngModel)]=\"userAccount.PhoneNumber\" />\r\n <span class=\"form-control-feedback mw-50\"></span>\r\n <div *ngIf=\"phone.errors && phone.dirty && phone.touched\" class=\"input-alert\">\r\n <div *ngIf=\"phone.errors?.required\">\r\n Le num\u00E9ro de t\u00E9l\u00E9phone est obligatoire\r\n </div>\r\n <div *ngIf=\"phone.errors?.pattern\">\r\n Le num\u00E9ro de t\u00E9l\u00E9phone n'est pas valide\r\n </div>\r\n </div>\r\n\r\n </div>\r\n </div>\r\n \r\n\r\n </form>\r\n \r\n\r\n </div>\r\n <div class=\"btn-bar horizontal\">\r\n <div class=\"btn-bar-container\">\r\n <button type=\"button\" class=\"btn btn-secondary btn-flat\" (click)=\"cancel()\" [disabled]=\"! hasChanges\">\r\n <span>Annuler</span>\r\n </button>\r\n <button type=\"submit\" class=\"btn btn-primary btn-flat\" (click)=\"validate()\" [disabled]=\"! hasChanges\">\r\n Sauvegarder\r\n </button>\r\n </div>\r\n </div>\r\n <div class=\"petit-titre\">Modifier mon mot de passe</div>\r\n <div class=\"user-form-container\">\r\n <form class=\"user-form\" #fpwd=\"ngForm\" validate autocomplete=\"off\" (ngSubmit)=\"(fpwd.form.valid)\" validate>\r\n <div class=\"form-group has-feedback mw-50\">\r\n <!-- <div class=\"form-group has-feedback\"> -->\r\n <label>Ancien mot de passe*</label>\r\n <input autocomplete=\"off\" type=\"password\" class=\"form-control\"\r\n (ngModelChange)=\"handlePasswordChanged()\"\r\n placeholder=\"Entrez votre ancien mot de passe\" required name=\"passwd\"\r\n [(ngModel)]=\"changePasswordVM.CurrentPassword\" #passwd=\"ngModel\" minlength=\"6\">\r\n\r\n <span class=\"form-control-feedback mw-50\"></span>\r\n <div *ngIf=\"passwd.errors && passwd.dirty && passwd.touched\" class=\"input-alert\">\r\n <div *ngIf=\"passwd.errors?.required\">\r\n Le mot de passe est obligatoire\r\n </div>\r\n <div *ngIf=\"passwd.errors?.minlength\">\r\n Le mot de passe doit comporter au moins 6 caract\u00E8res\r\n </div>\r\n <!-- </div> -->\r\n\r\n </div>\r\n </div>\r\n\r\n <div class=\"form-group has-feedback mw-50\">\r\n <label>Nouveau mot de passe*</label>\r\n <input autocomplete=\"off\" type=\"password\" class=\"form-control\"\r\n (ngModelChange)=\"handlePasswordChanged()\"\r\n placeholder=\"Entrez votre nouveau de passe\" required name=\"newpasswd\"\r\n [(ngModel)]=\"changePasswordVM.NewPassword\" #newpasswd=\"ngModel\" minlength=\"6\">\r\n\r\n <span class=\"form-control-feedback mw-50\"></span>\r\n <div *ngIf=\"newpasswd.errors && newpasswd.dirty && newpasswd.touched\" class=\"input-alert\">\r\n <div *ngIf=\"newpasswd.errors?.required\">\r\n Le mot de passe est obligatoire\r\n </div>\r\n <div *ngIf=\"newpasswd.errors?.minlength\">\r\n Le mot de passe doit comporter au moins 6 caract\u00E8res\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"form-group has-feedback mw-50\">\r\n <label class=\"required-label\">Confirmation du nouveau mot de passe</label>\r\n <input autocomplete=\"off\" type=\"password\" class=\"form-control\"\r\n (ngModelChange)=\"handlePasswordChanged()\"\r\n placeholder=\"Confirmez le nouveau de passe\" required name=\"newpasswd2\"\r\n [(ngModel)]=\"changePasswordVM.NewPasswordConfirm\" #newpasswd2=\"ngModel\" minlength=\"6\">\r\n\r\n <span class=\"form-control-feedback mw-50\"></span>\r\n <div *ngIf=\"newpasswd2.errors && newpasswd2.dirty && newpasswd2.touched\" class=\"input-alert\">\r\n <div *ngIf=\"newpasswd2.errors?.required\">\r\n Le mot de passe est obligatoire\r\n </div>\r\n <div *ngIf=\"newpasswd2.errors?.minlength\">\r\n Le mot de passe doit comporter au moins 6 caract\u00E8res\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"btn-bar horizontal\">\r\n <div class=\"btn-bar-container\">\r\n <button type=\"submit\" class=\"btn btn-primary btn-flat\" (click)=\"changePassword()\" [disabled]=\"! hasPasswordChanges\">\r\n Modifier\r\n </button>\r\n </div>\r\n </div>\r\n\r\n </form>\r\n\r\n </div>\r\n</div>", styles: [".highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.birth-day-form{flex:0 1}.birth-month-form{min-width:200px}.birth-year-form{flex:0 1}.user-form-container{padding:0;width:100%;display:flex;flex-direction:row-reverse;background:#fafafa}.user-form-container label{color:#3c5dc4;margin-top:0;margin-left:10px}.user-form-image{width:30%;display:flex;align-items:center;justify-content:center}.user-form-image>img{height:70%;width:70%}.user-form{flex:1;display:flex;flex-direction:column;align-items:stretch;justify-content:center}.user-form div.form-group{padding:5px}.user-form-inner{display:flex;flex-direction:row;align-items:flex-start;justify-content:center}.left-form,.right-form{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;width:calc(50% - 10px);margin:0 5px}.center-form{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;margin:0 5px;width:calc(100% - 10px)}.form-group{display:flex;flex-direction:column;flex-grow:1}.form-group label{color:#3c5dc4;margin-top:0;margin-left:0}.form-group label img{position:absolute;width:16px;padding:3px;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%);cursor:pointer}.form-group input,.form-group textarea,.form-group ng-select{margin-top:5px}.form-group select{-webkit-appearance:none;appearance:none}.form-group select :after{content:\"\";display:block;height:16px;width:16px;background-image:\"assets/icons/down.svg\";background-size:16px 16px;background-position:center;background-repeat:no-repeat}.form-group.radio-button-box{flex-grow:1;flex-direction:row}.form-group.horizontal{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start}.form-group.horizontal input,.form-group.horizontal textarea,.form-group.horizontal ng-select{flex:1}.radio-button-container{display:flex;flex-direction:row;align-items:flex-start;justify-content:center}.radio-button-container input{cursor:pointer;margin-left:0;flex-grow:1;height:20px;width:20px}.radio-button-container label{margin-left:10px}.form-group-with-columns{display:flex;flex-direction:row;flex-grow:1;flex-wrap:wrap}.form-group-with-columns>div.form-group{margin-left:0}.empty-label{visibility:hidden}.text-area{height:200px;resize:none}.small-text-area{height:75px;resize:none}.required-label:after{position:relative;display:block;float:left;width:8px;height:8px;content:\" \";background-repeat:no-repeat;margin:4px;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(258deg) brightness(108%) contrast(101%);background-size:8px 8px;-webkit-background-size:8px 8px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->%0D%0A<path fill=\"currentColor\" d=\"M489.1 363.3l-24.03 41.59c-6.635 11.48-21.33 15.41-32.82 8.78l-129.1-74.56V488c0 13.25-10.75 24-24.02 24H231.1c-13.27 0-24.02-10.75-24.02-24v-148.9L78.87 413.7c-11.49 6.629-26.19 2.698-32.82-8.78l-24.03-41.59c-6.635-11.48-2.718-26.14 8.774-32.77L159.9 256L30.8 181.5C19.3 174.8 15.39 160.2 22.02 148.7l24.03-41.59c6.635-11.48 21.33-15.41 32.82-8.781l129.1 74.56L207.1 24c0-13.25 10.75-24 24.02-24h48.04c13.27 0 24.02 10.75 24.02 24l.0005 148.9l129.1-74.56c11.49-6.629 26.19-2.698 32.82 8.78l24.02 41.59c6.637 11.48 2.718 26.14-8.774 32.77L352.1 256l129.1 74.53C492.7 337.2 496.6 351.8 489.1 363.3z\"/></svg>')}@media(max-width:980px){.user-form-image{width:100%}.user-form-image img{height:50%;width:50%}}@media(max-width:768px){.user-form-image{width:100%}.user-form-inner{flex-direction:column}.left-form,.right-form{width:100%;margin:0}}.input-with-decorator{display:flex;flex-direction:row;align-items:center;justify-items:center}img.input-decorator{margin-left:10px;margin-top:5px;height:24px}img.undefined{filter:invert(70%) sepia(0%) saturate(3789%) hue-rotate(32deg) brightness(91%) contrast(108%)}img.invalid{filter:invert(23%) sepia(96%) saturate(5276%) hue-rotate(354deg) brightness(104%) contrast(127%)}img.valid{filter:invert(67%) sepia(51%) saturate(566%) hue-rotate(117deg) brightness(82%) contrast(95%)}.captcha{margin-top:10px;width:100%;display:flex;flex-direction:column;align-items:flex-end}.base-editor{width:100%;height:100%;min-width:500px;min-height:500px}.editor-form{width:calc(100% - 50px);padding:25px 0;height:100%}.info-panel{border-radius:8px;border:1px solid #3C5DC4;background:#fff;font-size:14px;margin:20px;padding:15px}.info-panel h4,.info-panel h3,.info-panel h2,.info-panel h1{margin-bottom:5px}.info-panel:before{background-image:url(data:image/png;base64,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);position:relative;display:block;float:left;width:20px;height:20px;content:\" \";background-size:20px 20px;-webkit-background-size:20px 20px;margin:0 8px 0 -5px}.warning-panel{border-radius:8px;border:1px solid #ffa500;background:#fff;font-size:14px;margin:20px;padding:15px;color:orange}.warning-panel:before{background-image:url(data:image/png;base64,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);position:relative;display:block;float:left;width:20px;height:20px;content:\" \";background-size:20px 20px;-webkit-background-size:20px 20px;margin:0 8px 0 -5px}:host{height:100%;width:80%}@media(max-width:768px){:host{height:100%;width:100%}}.home-page{font-family:Open sans,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;height:100%;width:100%;padding:16px}.main-container{margin:0 50px}.main-container-modal{width:calc(100% - 50px);margin:10px 25px 0}.moyen-titre{font-weight:700;font-size:24px;color:#4d5a81;margin:8px 0;border-bottom:solid 1px #DBE4FF}.grand-titre{font-weight:700;font-size:28px;color:#4d5a81;margin:0 0 8px}.petit-titre{font-weight:700;font-size:16px;color:#4d5a81;margin:0 0 8px}.petit-titre.underlined{border-bottom:solid 1px #4D5A81}.paragraph{padding:0 15px}.paragraph-highlight{padding:5px 15px 0 12px;border-left:5px solid #8EA7F8;border-bottom:1px solid #DBE4FF;border-top:1px solid #DBE4FF;border-right:1px solid #DBE4FF;background-color:#f7faff}.highlight{background-color:#f7faff;border:1px solid #DBE4FF;border-radius:5px;padding:15px;color:#3c5dc4;margin:0 0 16px}.highlight p{margin-bottom:0}.highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification{background-color:#dbe4ff;border:1px solid #C4D0F9;border-radius:5px;color:#4d5a81;margin:16px;padding:5px 15px;text-align:justify}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.notification-text{padding:0 15px 0 30px;font-size:16px}.btn-bar{flex-grow:1;width:100%;display:flex;flex-direction:column}.btn-bar-horizontal{flex-direction:row}.btn-bar button{align-self:stretch;margin-top:5px;margin-bottom:5px}.btn-bar a{margin-top:15px}.btn-bar.btn-bar-horizontal a,.btn-bar.btn-bar-horizontal button{margin-right:15px}.btn-bar.btn-bar-right button{align-self:flex-end}.btn-bar.btn-bar-left button{align-self:flex-start}.btn-bar.btn-bar-center button{align-self:center}.btn-bar.horizontal{display:flex;flex-direction:column;justify-content:flex-end;background:#fafafa;width:100%;padding-top:5px}.btn-bar .btn-bar-container{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;margin-right:5px}.btn-bar .btn-bar-container>button{margin-left:15px;min-width:130px;cursor:pointer}.user-profile-container{display:flex;flex-direction:column;align-items:flex-start;width:calc(100% - 30px);max-width:800px;padding:15px}.user-profile-container h2{border-left:5px solid #4465C9;padding-left:5px}\n"], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i4.MinLengthValidator, selector: "[minlength][formControlName],[minlength][formControl],[minlength][ngModel]", inputs: ["minlength"] }, { kind: "directive", type: i4.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i4.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }] }); }
5490
+ }
5491
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: UserProfileComponent, decorators: [{
5492
+ type: Component,
5493
+ args: [{ selector: 'msw-user-profile', standalone: false, template: "<div class=\"user-profile-container\">\r\n <div class=\"petit-titre\">Mes informations</div>\r\n <div class=\"user-form-container\">\r\n <form class=\"user-form\" #f=\"ngForm\" validate autocomplete=\"off\" (ngSubmit)=\"(f.form.valid)\" validate>\r\n <div class=\"form-group-with-columns\">\r\n <div class=\"form-group has-feedback mw-50\">\r\n <label>Nom*</label>\r\n <input type=\"text\" class=\"form-control\" required name=\"name\" #name=\"ngModel\"\r\n [(ngModel)]=\"userAccount.LastName\" (ngModelChange)=\"handleModelChanged()\" placeholder=\"\" />\r\n <div *ngIf=\"name.errors && name.dirty && name.touched\" class=\"input-alert\">\r\n <div *ngIf=\"name.errors?.required\">\r\n Merci de renseigner votre nom.\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"form-group has-feedback mw-50\">\r\n <label>Pr\u00E9nom*</label>\r\n <input type=\"text\" class=\"form-control\" required name=\"firstname\" #firstname=\"ngModel\"\r\n [(ngModel)]=\"userAccount.FirstName\" (ngModelChange)=\"handleModelChanged()\" placeholder=\"\" />\r\n <div *ngIf=\"\r\n firstname.errors &&\r\n firstname.dirty &&\r\n firstname.touched\r\n \" class=\"input-alert\">\r\n <div *ngIf=\"firstname.errors?.required\">\r\n Merci de renseigner votre pr\u00E9nom.\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"form-group-with-columns\">\r\n <div class=\"form-group has-feedback mw-50\">\r\n <label>E-mail*</label>\r\n <input (ngModelChange)=\"handleModelChanged()\" type=\"text\" class=\"form-control\" placeholder=\"\"\r\n name=\"eml\" [(ngModel)]=\"userAccount.Email\" #eml=\"ngModel\" required #name=\"ngModel\"\r\n [pattern]=\"emailPattern2\" />\r\n <span class=\"form-control-feedback mw-50\"></span>\r\n <div *ngIf=\"eml.errors && eml.dirty && eml.touched\" class=\"input-alert\">\r\n <div *ngIf=\"eml.errors?.required\">\r\n L'email est obligatoire\r\n </div>\r\n <div *ngIf=\"eml.errors?.pattern\">\r\n L'email n'est pas valide\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"form-group has-feedback mw-50\">\r\n <label>Num\u00E9ro de t\u00E9l\u00E9phone</label>\r\n <input (ngModelChange)=\"handleModelChanged()\" placeholder=\"\" type=\"text\" class=\"form-control\"\r\n required name=\"phone\" [pattern]=\"mobilePattern\" #phone=\"ngModel\"\r\n [(ngModel)]=\"userAccount.PhoneNumber\" />\r\n <span class=\"form-control-feedback mw-50\"></span>\r\n <div *ngIf=\"phone.errors && phone.dirty && phone.touched\" class=\"input-alert\">\r\n <div *ngIf=\"phone.errors?.required\">\r\n Le num\u00E9ro de t\u00E9l\u00E9phone est obligatoire\r\n </div>\r\n <div *ngIf=\"phone.errors?.pattern\">\r\n Le num\u00E9ro de t\u00E9l\u00E9phone n'est pas valide\r\n </div>\r\n </div>\r\n\r\n </div>\r\n </div>\r\n \r\n\r\n </form>\r\n \r\n\r\n </div>\r\n <div class=\"btn-bar horizontal\">\r\n <div class=\"btn-bar-container\">\r\n <button type=\"button\" class=\"btn btn-secondary btn-flat\" (click)=\"cancel()\" [disabled]=\"! hasChanges\">\r\n <span>Annuler</span>\r\n </button>\r\n <button type=\"submit\" class=\"btn btn-primary btn-flat\" (click)=\"validate()\" [disabled]=\"! hasChanges\">\r\n Sauvegarder\r\n </button>\r\n </div>\r\n </div>\r\n <div class=\"petit-titre\">Modifier mon mot de passe</div>\r\n <div class=\"user-form-container\">\r\n <form class=\"user-form\" #fpwd=\"ngForm\" validate autocomplete=\"off\" (ngSubmit)=\"(fpwd.form.valid)\" validate>\r\n <div class=\"form-group has-feedback mw-50\">\r\n <!-- <div class=\"form-group has-feedback\"> -->\r\n <label>Ancien mot de passe*</label>\r\n <input autocomplete=\"off\" type=\"password\" class=\"form-control\"\r\n (ngModelChange)=\"handlePasswordChanged()\"\r\n placeholder=\"Entrez votre ancien mot de passe\" required name=\"passwd\"\r\n [(ngModel)]=\"changePasswordVM.CurrentPassword\" #passwd=\"ngModel\" minlength=\"6\">\r\n\r\n <span class=\"form-control-feedback mw-50\"></span>\r\n <div *ngIf=\"passwd.errors && passwd.dirty && passwd.touched\" class=\"input-alert\">\r\n <div *ngIf=\"passwd.errors?.required\">\r\n Le mot de passe est obligatoire\r\n </div>\r\n <div *ngIf=\"passwd.errors?.minlength\">\r\n Le mot de passe doit comporter au moins 6 caract\u00E8res\r\n </div>\r\n <!-- </div> -->\r\n\r\n </div>\r\n </div>\r\n\r\n <div class=\"form-group has-feedback mw-50\">\r\n <label>Nouveau mot de passe*</label>\r\n <input autocomplete=\"off\" type=\"password\" class=\"form-control\"\r\n (ngModelChange)=\"handlePasswordChanged()\"\r\n placeholder=\"Entrez votre nouveau de passe\" required name=\"newpasswd\"\r\n [(ngModel)]=\"changePasswordVM.NewPassword\" #newpasswd=\"ngModel\" minlength=\"6\">\r\n\r\n <span class=\"form-control-feedback mw-50\"></span>\r\n <div *ngIf=\"newpasswd.errors && newpasswd.dirty && newpasswd.touched\" class=\"input-alert\">\r\n <div *ngIf=\"newpasswd.errors?.required\">\r\n Le mot de passe est obligatoire\r\n </div>\r\n <div *ngIf=\"newpasswd.errors?.minlength\">\r\n Le mot de passe doit comporter au moins 6 caract\u00E8res\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"form-group has-feedback mw-50\">\r\n <label class=\"required-label\">Confirmation du nouveau mot de passe</label>\r\n <input autocomplete=\"off\" type=\"password\" class=\"form-control\"\r\n (ngModelChange)=\"handlePasswordChanged()\"\r\n placeholder=\"Confirmez le nouveau de passe\" required name=\"newpasswd2\"\r\n [(ngModel)]=\"changePasswordVM.NewPasswordConfirm\" #newpasswd2=\"ngModel\" minlength=\"6\">\r\n\r\n <span class=\"form-control-feedback mw-50\"></span>\r\n <div *ngIf=\"newpasswd2.errors && newpasswd2.dirty && newpasswd2.touched\" class=\"input-alert\">\r\n <div *ngIf=\"newpasswd2.errors?.required\">\r\n Le mot de passe est obligatoire\r\n </div>\r\n <div *ngIf=\"newpasswd2.errors?.minlength\">\r\n Le mot de passe doit comporter au moins 6 caract\u00E8res\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"btn-bar horizontal\">\r\n <div class=\"btn-bar-container\">\r\n <button type=\"submit\" class=\"btn btn-primary btn-flat\" (click)=\"changePassword()\" [disabled]=\"! hasPasswordChanges\">\r\n Modifier\r\n </button>\r\n </div>\r\n </div>\r\n\r\n </form>\r\n\r\n </div>\r\n</div>", styles: [".highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.birth-day-form{flex:0 1}.birth-month-form{min-width:200px}.birth-year-form{flex:0 1}.user-form-container{padding:0;width:100%;display:flex;flex-direction:row-reverse;background:#fafafa}.user-form-container label{color:#3c5dc4;margin-top:0;margin-left:10px}.user-form-image{width:30%;display:flex;align-items:center;justify-content:center}.user-form-image>img{height:70%;width:70%}.user-form{flex:1;display:flex;flex-direction:column;align-items:stretch;justify-content:center}.user-form div.form-group{padding:5px}.user-form-inner{display:flex;flex-direction:row;align-items:flex-start;justify-content:center}.left-form,.right-form{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;width:calc(50% - 10px);margin:0 5px}.center-form{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;margin:0 5px;width:calc(100% - 10px)}.form-group{display:flex;flex-direction:column;flex-grow:1}.form-group label{color:#3c5dc4;margin-top:0;margin-left:0}.form-group label img{position:absolute;width:16px;padding:3px;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%);cursor:pointer}.form-group input,.form-group textarea,.form-group ng-select{margin-top:5px}.form-group select{-webkit-appearance:none;appearance:none}.form-group select :after{content:\"\";display:block;height:16px;width:16px;background-image:\"assets/icons/down.svg\";background-size:16px 16px;background-position:center;background-repeat:no-repeat}.form-group.radio-button-box{flex-grow:1;flex-direction:row}.form-group.horizontal{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start}.form-group.horizontal input,.form-group.horizontal textarea,.form-group.horizontal ng-select{flex:1}.radio-button-container{display:flex;flex-direction:row;align-items:flex-start;justify-content:center}.radio-button-container input{cursor:pointer;margin-left:0;flex-grow:1;height:20px;width:20px}.radio-button-container label{margin-left:10px}.form-group-with-columns{display:flex;flex-direction:row;flex-grow:1;flex-wrap:wrap}.form-group-with-columns>div.form-group{margin-left:0}.empty-label{visibility:hidden}.text-area{height:200px;resize:none}.small-text-area{height:75px;resize:none}.required-label:after{position:relative;display:block;float:left;width:8px;height:8px;content:\" \";background-repeat:no-repeat;margin:4px;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(258deg) brightness(108%) contrast(101%);background-size:8px 8px;-webkit-background-size:8px 8px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->%0D%0A<path fill=\"currentColor\" d=\"M489.1 363.3l-24.03 41.59c-6.635 11.48-21.33 15.41-32.82 8.78l-129.1-74.56V488c0 13.25-10.75 24-24.02 24H231.1c-13.27 0-24.02-10.75-24.02-24v-148.9L78.87 413.7c-11.49 6.629-26.19 2.698-32.82-8.78l-24.03-41.59c-6.635-11.48-2.718-26.14 8.774-32.77L159.9 256L30.8 181.5C19.3 174.8 15.39 160.2 22.02 148.7l24.03-41.59c6.635-11.48 21.33-15.41 32.82-8.781l129.1 74.56L207.1 24c0-13.25 10.75-24 24.02-24h48.04c13.27 0 24.02 10.75 24.02 24l.0005 148.9l129.1-74.56c11.49-6.629 26.19-2.698 32.82 8.78l24.02 41.59c6.637 11.48 2.718 26.14-8.774 32.77L352.1 256l129.1 74.53C492.7 337.2 496.6 351.8 489.1 363.3z\"/></svg>')}@media(max-width:980px){.user-form-image{width:100%}.user-form-image img{height:50%;width:50%}}@media(max-width:768px){.user-form-image{width:100%}.user-form-inner{flex-direction:column}.left-form,.right-form{width:100%;margin:0}}.input-with-decorator{display:flex;flex-direction:row;align-items:center;justify-items:center}img.input-decorator{margin-left:10px;margin-top:5px;height:24px}img.undefined{filter:invert(70%) sepia(0%) saturate(3789%) hue-rotate(32deg) brightness(91%) contrast(108%)}img.invalid{filter:invert(23%) sepia(96%) saturate(5276%) hue-rotate(354deg) brightness(104%) contrast(127%)}img.valid{filter:invert(67%) sepia(51%) saturate(566%) hue-rotate(117deg) brightness(82%) contrast(95%)}.captcha{margin-top:10px;width:100%;display:flex;flex-direction:column;align-items:flex-end}.base-editor{width:100%;height:100%;min-width:500px;min-height:500px}.editor-form{width:calc(100% - 50px);padding:25px 0;height:100%}.info-panel{border-radius:8px;border:1px solid #3C5DC4;background:#fff;font-size:14px;margin:20px;padding:15px}.info-panel h4,.info-panel h3,.info-panel h2,.info-panel h1{margin-bottom:5px}.info-panel:before{background-image:url(data:image/png;base64,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);position:relative;display:block;float:left;width:20px;height:20px;content:\" \";background-size:20px 20px;-webkit-background-size:20px 20px;margin:0 8px 0 -5px}.warning-panel{border-radius:8px;border:1px solid #ffa500;background:#fff;font-size:14px;margin:20px;padding:15px;color:orange}.warning-panel:before{background-image:url(data:image/png;base64,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);position:relative;display:block;float:left;width:20px;height:20px;content:\" \";background-size:20px 20px;-webkit-background-size:20px 20px;margin:0 8px 0 -5px}:host{height:100%;width:80%}@media(max-width:768px){:host{height:100%;width:100%}}.home-page{font-family:Open sans,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;height:100%;width:100%;padding:16px}.main-container{margin:0 50px}.main-container-modal{width:calc(100% - 50px);margin:10px 25px 0}.moyen-titre{font-weight:700;font-size:24px;color:#4d5a81;margin:8px 0;border-bottom:solid 1px #DBE4FF}.grand-titre{font-weight:700;font-size:28px;color:#4d5a81;margin:0 0 8px}.petit-titre{font-weight:700;font-size:16px;color:#4d5a81;margin:0 0 8px}.petit-titre.underlined{border-bottom:solid 1px #4D5A81}.paragraph{padding:0 15px}.paragraph-highlight{padding:5px 15px 0 12px;border-left:5px solid #8EA7F8;border-bottom:1px solid #DBE4FF;border-top:1px solid #DBE4FF;border-right:1px solid #DBE4FF;background-color:#f7faff}.highlight{background-color:#f7faff;border:1px solid #DBE4FF;border-radius:5px;padding:15px;color:#3c5dc4;margin:0 0 16px}.highlight p{margin-bottom:0}.highlight:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"53.294\" height=\"50.629\" viewBox=\"0 0 53.294 50.629\">%0D%0A <path id=\"allerg\\e8ne\" d=\"M830.494,25.793l-5.814,6.783.727,8.963-8.721,1.938-4.6,7.752L803.847,47.6l-8.236,3.634-4.6-7.51-8.721-1.938.727-8.963L777.2,26.035l5.814-6.783-.727-8.963,8.721-1.938L795.61.6l8.236,3.634L812.083.6l4.6,7.752,8.721,1.938-.727,8.963Zm-24.467,2.422V13.681h-4.845V28.216Zm0,9.69V33.06h-4.845v4.845Z\" transform=\"translate(-777.2 -0.6)\"/>%0D%0A</svg>%0D%0A');background-repeat:no-repeat;margin:0 8px 24px 0;filter:invert(31%) sepia(51%) saturate(1323%) hue-rotate(199deg) brightness(99%) contrast(94%)}.notification{background-color:#dbe4ff;border:1px solid #C4D0F9;border-radius:5px;color:#4d5a81;margin:16px;padding:5px 15px;text-align:justify}.notification:before{position:relative;display:block;float:left;width:24px;height:24px;content:\" \";background-size:24px 24px;-webkit-background-size:24px 24px;background-image:url('data:image/svg+xml,<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"info-circle\" class=\"svg-inline--fa fa-info-circle fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg>');background-repeat:no-repeat;margin:0 8px 0 0;filter:invert(31%) sepia(8%) saturate(2329%) hue-rotate(188deg) brightness(103%) contrast(85%)}.notification-text{padding:0 15px 0 30px;font-size:16px}.btn-bar{flex-grow:1;width:100%;display:flex;flex-direction:column}.btn-bar-horizontal{flex-direction:row}.btn-bar button{align-self:stretch;margin-top:5px;margin-bottom:5px}.btn-bar a{margin-top:15px}.btn-bar.btn-bar-horizontal a,.btn-bar.btn-bar-horizontal button{margin-right:15px}.btn-bar.btn-bar-right button{align-self:flex-end}.btn-bar.btn-bar-left button{align-self:flex-start}.btn-bar.btn-bar-center button{align-self:center}.btn-bar.horizontal{display:flex;flex-direction:column;justify-content:flex-end;background:#fafafa;width:100%;padding-top:5px}.btn-bar .btn-bar-container{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;margin-right:5px}.btn-bar .btn-bar-container>button{margin-left:15px;min-width:130px;cursor:pointer}.user-profile-container{display:flex;flex-direction:column;align-items:flex-start;width:calc(100% - 30px);max-width:800px;padding:15px}.user-profile-container h2{border-left:5px solid #4465C9;padding-left:5px}\n"] }]
5494
+ }], ctorParameters: () => [{ type: i2$2.ActivatedRoute }, { type: i1$2.AlertService }, { type: i2.AccountDataService }, { type: i2.UserAccountDataService }, { type: i1$1.UserService }], propDecorators: { form: [{
5495
+ type: ViewChild,
5496
+ args: ['f', { static: false }]
5497
+ }], pwdform: [{
5498
+ type: ViewChild,
5499
+ args: ['fpwd', { static: false }]
5500
+ }] } });
5501
+
4890
5502
  var components = [
5503
+ // Coquille applicative
5504
+ AccessDeniedComponent,
5505
+ DFlatLayoutComponent,
5506
+ DFlatSpinnerComponent,
5507
+ HistoryComponent,
5508
+ HomepageComponent,
5509
+ SearchComponent,
5510
+ SearchResultComponent,
5511
+ UserMenuComponent,
5512
+ UserProfileComponent,
4891
5513
  ActivateComponent,
4892
5514
  LoginComponent,
4893
5515
  ResetPasswordComponent,
@@ -4955,7 +5577,18 @@ var components = [
4955
5577
  ];
4956
5578
  class SystemUxModule extends EnsureModuleLoadedOnceGuard {
4957
5579
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: SystemUxModule, deps: null, target: i0.ɵɵFactoryTarget.NgModule }); }
4958
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.4", ngImport: i0, type: SystemUxModule, declarations: [ActivateComponent,
5580
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.4", ngImport: i0, type: SystemUxModule, declarations: [
5581
+ // Coquille applicative
5582
+ AccessDeniedComponent,
5583
+ DFlatLayoutComponent,
5584
+ DFlatSpinnerComponent,
5585
+ HistoryComponent,
5586
+ HomepageComponent,
5587
+ SearchComponent,
5588
+ SearchResultComponent,
5589
+ UserMenuComponent,
5590
+ UserProfileComponent,
5591
+ ActivateComponent,
4959
5592
  LoginComponent,
4960
5593
  ResetPasswordComponent,
4961
5594
  CompanyComponent,
@@ -5033,7 +5666,19 @@ class SystemUxModule extends EnsureModuleLoadedOnceGuard {
5033
5666
  NgSelectModule,
5034
5667
  RecaptchaModule,
5035
5668
  RecaptchaFormsModule,
5036
- NgxDropzoneModule, i6.TreeviewModule, i2$2.RouterModule], exports: [ActivateComponent,
5669
+ NgHttpLoaderModule,
5670
+ NgxDropzoneModule, i6.TreeviewModule, i2$2.RouterModule], exports: [
5671
+ // Coquille applicative
5672
+ AccessDeniedComponent,
5673
+ DFlatLayoutComponent,
5674
+ DFlatSpinnerComponent,
5675
+ HistoryComponent,
5676
+ HomepageComponent,
5677
+ SearchComponent,
5678
+ SearchResultComponent,
5679
+ UserMenuComponent,
5680
+ UserProfileComponent,
5681
+ ActivateComponent,
5037
5682
  LoginComponent,
5038
5683
  ResetPasswordComponent,
5039
5684
  CompanyComponent,
@@ -5130,6 +5775,7 @@ class SystemUxModule extends EnsureModuleLoadedOnceGuard {
5130
5775
  NgSelectModule,
5131
5776
  RecaptchaModule,
5132
5777
  RecaptchaFormsModule,
5778
+ NgHttpLoaderModule,
5133
5779
  NgxDropzoneModule,
5134
5780
  TreeviewModule.forRoot(),
5135
5781
  RouterModule.forChild([
@@ -5398,6 +6044,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImpor
5398
6044
  NgSelectModule,
5399
6045
  RecaptchaModule,
5400
6046
  RecaptchaFormsModule,
6047
+ NgHttpLoaderModule,
5401
6048
  NgxDropzoneModule,
5402
6049
  TreeviewModule.forRoot(),
5403
6050
  RouterModule.forChild([
@@ -5669,9 +6316,194 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImpor
5669
6316
  }]
5670
6317
  }] });
5671
6318
 
6319
+ class DFlatAuthInterceptor extends AuthInterceptor {
6320
+ constructor(alertService, router, injector) {
6321
+ super(router, injector);
6322
+ this.alertService = alertService;
6323
+ this.router = router;
6324
+ this.injector = injector;
6325
+ }
6326
+ onError(errResponse, error) {
6327
+ // if ( err.status > 501 )
6328
+ // this.alertService.error(errorMessage);
6329
+ // else {
6330
+ // this.alertService.error("Une erreur interne s'est produite, merci de réessayer plus tard");
6331
+ // super.onError(err, errorMessage);
6332
+ // }
6333
+ super.onError(errResponse, error);
6334
+ if (error.ApiErrorType == ApiErrorTypes.UserError) {
6335
+ this.alertService.error(error.Message);
6336
+ }
6337
+ else if (error.ApiErrorType == ApiErrorTypes.DatabaseError) {
6338
+ if (error.ErrorCode != 1205)
6339
+ this.alertService.error(error.Message);
6340
+ }
6341
+ else
6342
+ this.alertService.error("Une erreur interne s'est produite, merci de réessayer plus tard");
6343
+ }
6344
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: DFlatAuthInterceptor, deps: [{ token: i1$2.AlertService }, { token: i2$2.Router }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
6345
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: DFlatAuthInterceptor }); }
6346
+ }
6347
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: DFlatAuthInterceptor, decorators: [{
6348
+ type: Injectable
6349
+ }], ctorParameters: () => [{ type: i1$2.AlertService }, { type: i2$2.Router }, { type: i0.Injector }] });
6350
+
6351
+ class DFlatPermissionService extends PermissionService {
6352
+ constructor(localStorage) {
6353
+ super(localStorage);
6354
+ }
6355
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: DFlatPermissionService, deps: [{ token: i1$1.LocalStoreManager }], target: i0.ɵɵFactoryTarget.Injectable }); }
6356
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: DFlatPermissionService }); }
6357
+ }
6358
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: DFlatPermissionService, decorators: [{
6359
+ type: Injectable
6360
+ }], ctorParameters: () => [{ type: i1$1.LocalStoreManager }] });
6361
+
6362
+ // ng-recaptcha 12 se désabonne d'une souscription qu'il n'a pas toujours créée : le
6363
+ // composant lève une erreur à sa destruction sans ce correctif.
6364
+ RecaptchaComponent.prototype.ngOnDestroy = function () {
6365
+ if (this.subscription) {
6366
+ this.subscription.unsubscribe();
6367
+ }
6368
+ };
6369
+ registerLocaleData(localeFr);
6370
+ const toastrConfig = {
6371
+ positionClass: 'toast-bottom-right',
6372
+ preventDuplicates: true,
6373
+ tapToDismiss: true,
6374
+ closeButton: true,
6375
+ newestOnTop: true,
6376
+ timeOut: 3000,
6377
+ progressBar: true,
6378
+ enableHtml: true
6379
+ };
6380
+ const modules = [
6381
+ FormsModule,
6382
+ ReactiveFormsModule,
6383
+ BrowserModule,
6384
+ BrowserAnimationsModule,
6385
+ RecaptchaModule,
6386
+ RecaptchaFormsModule,
6387
+ NgxDatatableModule,
6388
+ NgSelectModule,
6389
+ CoreModule,
6390
+ CoreModelModule,
6391
+ CoreServicesModule,
6392
+ CoreDataModule,
6393
+ CoreUxModule,
6394
+ SystemRootModule,
6395
+ SystemUxModule
6396
+ ];
6397
+ /**
6398
+ * Socle du module racine d'une application Dflat : rassemble les modules Angular et
6399
+ * tierces parties attendus par les librairies Dflat, et les implémentations par défaut
6400
+ * des services que l'application peut remplacer (permissions, menus, intercepteur HTTP).
6401
+ *
6402
+ * À importer une seule fois, dans le module racine (il importe BrowserModule et les
6403
+ * `forRoot` des modules tiers) :
6404
+ *
6405
+ * ```ts
6406
+ * @NgModule({
6407
+ * declarations: [AppComponent],
6408
+ * imports: [DflatAppModule.forRoot(environment), routing],
6409
+ * bootstrap: [AppComponent]
6410
+ * })
6411
+ * export class AppModule {}
6412
+ * ```
6413
+ *
6414
+ * Pour surcharger un service, il suffit de le fournir après, dans le module racine :
6415
+ * les providers de l'application l'emportent sur ceux importés.
6416
+ */
6417
+ class DflatAppModule {
6418
+ /**
6419
+ * Déclare l'environnement de l'application (URL de l'API, du hub, des fichiers, nom
6420
+ * et version affichés), injecté ensuite sous <see cref="EnvironmentBase"/>.
6421
+ */
6422
+ static forRoot(environment) {
6423
+ return {
6424
+ ngModule: DflatAppModule,
6425
+ providers: [{ provide: EnvironmentBase, useValue: environment }]
6426
+ };
6427
+ }
6428
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: DflatAppModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6429
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.4", ngImport: i0, type: DflatAppModule, imports: [FormsModule,
6430
+ ReactiveFormsModule,
6431
+ BrowserModule,
6432
+ BrowserAnimationsModule,
6433
+ RecaptchaModule,
6434
+ RecaptchaFormsModule,
6435
+ NgxDatatableModule,
6436
+ NgSelectModule,
6437
+ CoreModule,
6438
+ CoreModelModule,
6439
+ CoreServicesModule,
6440
+ CoreDataModule,
6441
+ CoreUxModule,
6442
+ SystemRootModule,
6443
+ SystemUxModule, i3$1.ToastrModule, i8.NgHttpLoaderModule, i3$2.AccordionModule], exports: [FormsModule,
6444
+ ReactiveFormsModule,
6445
+ BrowserModule,
6446
+ BrowserAnimationsModule,
6447
+ RecaptchaModule,
6448
+ RecaptchaFormsModule,
6449
+ NgxDatatableModule,
6450
+ NgSelectModule,
6451
+ CoreModule,
6452
+ CoreModelModule,
6453
+ CoreServicesModule,
6454
+ CoreDataModule,
6455
+ CoreUxModule,
6456
+ SystemRootModule,
6457
+ SystemUxModule] }); }
6458
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: DflatAppModule, providers: [
6459
+ DatePipe,
6460
+ { provide: HTTP_INTERCEPTORS, useClass: DFlatAuthInterceptor, multi: true },
6461
+ { provide: LOCALE_ID, useValue: 'fr-FR' },
6462
+ { provide: PermissionService, useClass: DFlatPermissionService },
6463
+ { provide: MenuService, useClass: SystemMenuService },
6464
+ { provide: SelectorMapperServiceBase, useClass: SystemSelectorMapperService }
6465
+ ], imports: [modules, ToastrModule.forRoot(toastrConfig),
6466
+ NgHttpLoaderModule.forRoot(),
6467
+ AccordionModule.forRoot(), FormsModule,
6468
+ ReactiveFormsModule,
6469
+ BrowserModule,
6470
+ BrowserAnimationsModule,
6471
+ RecaptchaModule,
6472
+ RecaptchaFormsModule,
6473
+ NgxDatatableModule,
6474
+ NgSelectModule,
6475
+ CoreModule,
6476
+ CoreModelModule,
6477
+ CoreServicesModule,
6478
+ CoreDataModule,
6479
+ CoreUxModule,
6480
+ SystemRootModule,
6481
+ SystemUxModule] }); }
6482
+ }
6483
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: DflatAppModule, decorators: [{
6484
+ type: NgModule,
6485
+ args: [{
6486
+ imports: [
6487
+ ...modules,
6488
+ ToastrModule.forRoot(toastrConfig),
6489
+ NgHttpLoaderModule.forRoot(),
6490
+ AccordionModule.forRoot()
6491
+ ],
6492
+ exports: [...modules],
6493
+ providers: [
6494
+ DatePipe,
6495
+ { provide: HTTP_INTERCEPTORS, useClass: DFlatAuthInterceptor, multi: true },
6496
+ { provide: LOCALE_ID, useValue: 'fr-FR' },
6497
+ { provide: PermissionService, useClass: DFlatPermissionService },
6498
+ { provide: MenuService, useClass: SystemMenuService },
6499
+ { provide: SelectorMapperServiceBase, useClass: SystemSelectorMapperService }
6500
+ ]
6501
+ }]
6502
+ }] });
6503
+
5672
6504
  /**
5673
6505
  * Generated bundle index. Do not edit.
5674
6506
  */
5675
6507
 
5676
- export { ActivateComponent, AddressComponent, AddressEditorComponent, CompanyComponent, CompanyEditorComponent, ConfigComponent, CountryComponent, CountryEditorComponent, CurrencyComponent, CurrencyEditorComponent, CustomFieldActionService, CustomFieldComponent, CustomFieldEditorComponent, CustomFieldGroupComponent, CustomFieldGroupEditorComponent, CustomFieldGroupEntityComponent, CustomFieldGroupEntityEditorComponent, CustomFieldGroupItemComponent, CustomFieldGroupItemEditorComponent, CustomFieldOptionsComponent, CustomFieldOptionsEditorComponent, DWSupplyComponent, EntityFilesComponent, ExchangeRateComponent, ExchangeRateDetailComponent, ExchangeRateEditorComponent, GlobalParameterComponent, ImageUploadComponent, LoginComponent, MetaEntityComponent, MetaEntityFieldComponent, MetaEntityFieldEditorComponent, MustMatch, NewsComponent, NewsEditorComponent, PP_GRP_CUSTOM, PP_GRP_STANDARD, PermissionComponent, PermissionEditorComponent, PpFacadeService, PresentationProfileActionService, PresentationProfileColumnComponent, PresentationProfileComponent, PresentationProfileItemsComponent, PresentationProfileResolver, PresentationProfileTransformer, RatesActionService, RequestComponent, RequestEditorComponent, RequestResultsComponent, ResetPasswordComponent, ResourceKeyComponent, ResourceLanguageComponent, ResourceLanguageEditorComponent, ResourceTranslationComponent, ResourceTranslationEditorComponent, RoleComponent, RoleEditorComponent, SelectUserCompanyActionService, SubCompanyComponent, SupplierComponent, SupplierEditorComponent, SynchronisedCompanyComponent, SystemSectionService, SystemSelectorMapperService, SystemUxModule, TvaRateComponent, TvaRateDetailComponent, TvaRateEditorComponent, UserAccountComponent, UserAccountEditorComponent, UserCompanyComponent, UserGroupComponent, UserGroupDefinitionComponent, UserGroupEditorComponent, UserPermissionComponent, UserProfileAccountComponent, UserRoleComponent };
6508
+ export { AccessDeniedComponent, ActivateComponent, AddressComponent, AddressEditorComponent, CompanyComponent, CompanyEditorComponent, ConfigComponent, CountryComponent, CountryEditorComponent, CurrencyComponent, CurrencyEditorComponent, CustomFieldActionService, CustomFieldComponent, CustomFieldEditorComponent, CustomFieldGroupComponent, CustomFieldGroupEditorComponent, CustomFieldGroupEntityComponent, CustomFieldGroupEntityEditorComponent, CustomFieldGroupItemComponent, CustomFieldGroupItemEditorComponent, CustomFieldOptionsComponent, CustomFieldOptionsEditorComponent, DFLAT_SEARCH_PROVIDERS, DFlatAuthInterceptor, DFlatLayoutComponent, DFlatPermissionService, DFlatSpinnerComponent, DWSupplyComponent, DflatAppModule, DflatAppService, DflatSearchProvider, EntityFilesComponent, ExchangeRateComponent, ExchangeRateDetailComponent, ExchangeRateEditorComponent, GlobalParameterComponent, HistoryComponent, HomepageComponent, ImageUploadComponent, LoginComponent, MetaEntityComponent, MetaEntityFieldComponent, MetaEntityFieldEditorComponent, MustMatch, NewsComponent, NewsEditorComponent, PP_GRP_CUSTOM, PP_GRP_STANDARD, PermissionComponent, PermissionEditorComponent, PpFacadeService, PresentationProfileActionService, PresentationProfileColumnComponent, PresentationProfileComponent, PresentationProfileItemsComponent, PresentationProfileResolver, PresentationProfileTransformer, RatesActionService, RequestComponent, RequestEditorComponent, RequestResultsComponent, ResetPasswordComponent, ResourceKeyComponent, ResourceLanguageComponent, ResourceLanguageEditorComponent, ResourceTranslationComponent, ResourceTranslationEditorComponent, RoleComponent, RoleEditorComponent, SearchComponent, SearchResult, SearchResultComponent, SearchSection, SelectUserCompanyActionService, SubCompanyComponent, SupplierComponent, SupplierEditorComponent, SynchronisedCompanyComponent, SystemSectionService, SystemSelectorMapperService, SystemUxModule, TvaRateComponent, TvaRateDetailComponent, TvaRateEditorComponent, UserAccountComponent, UserAccountEditorComponent, UserCompanyComponent, UserGroupComponent, UserGroupDefinitionComponent, UserGroupEditorComponent, UserMenuComponent, UserPermissionComponent, UserProfileAccountComponent, UserProfileComponent, UserRoleComponent };
5677
6509
  //# sourceMappingURL=dflat-core-web-system-ux.mjs.map