@arsedizioni/ars-utils 18.2.318 → 18.2.320

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 (86) hide show
  1. package/esm2022/clipper.common/common/common.module.mjs +4 -4
  2. package/esm2022/clipper.common/common/interceptors/auth.interceptor.mjs +3 -3
  3. package/esm2022/clipper.common/common/services/clipper.service.mjs +3 -3
  4. package/esm2022/clipper.ui/ui/browser-dialog/browser-dialog.component.mjs +3 -3
  5. package/esm2022/clipper.ui/ui/document/document.component.mjs +3 -3
  6. package/esm2022/clipper.ui/ui/document-index/document-index.component.mjs +3 -3
  7. package/esm2022/clipper.ui/ui/document-manager/document-manager.mjs +3 -3
  8. package/esm2022/clipper.ui/ui/document-menu/document-menu.component.mjs +3 -3
  9. package/esm2022/clipper.ui/ui/references/references.component.mjs +3 -3
  10. package/esm2022/clipper.ui/ui/search-calendar/search-calendar.component.mjs +3 -3
  11. package/esm2022/clipper.ui/ui/search-dialog/search-dialog.component.mjs +3 -3
  12. package/esm2022/clipper.ui/ui/search-facets/search-facets.component.mjs +4 -4
  13. package/esm2022/clipper.ui/ui/search-free-text-help/search-free-text-help.component.mjs +3 -3
  14. package/esm2022/clipper.ui/ui/search-free-text-query-builder/search-free-text-query-builder.component.mjs +3 -3
  15. package/esm2022/clipper.ui/ui/search-result-item/search-result-item.component.mjs +3 -3
  16. package/esm2022/clipper.ui/ui/search-result-manager/search-result-manager.mjs +3 -3
  17. package/esm2022/core/core.module.mjs +8 -8
  18. package/esm2022/core/dateFnsAdapter.mjs +3 -3
  19. package/esm2022/core/directives/autoFocusDirective.mjs +3 -3
  20. package/esm2022/core/directives/changeDateIntervalDirective.mjs +3 -3
  21. package/esm2022/core/directives/copyClipboardDirective.mjs +4 -4
  22. package/esm2022/core/directives/validators.mjs +33 -33
  23. package/esm2022/core/pipes/format.pipe.mjs +4 -4
  24. package/esm2022/core/pipes/replace.pipe.mjs +4 -4
  25. package/esm2022/core/pipes/safe-html.pipe.mjs +4 -4
  26. package/esm2022/core/pipes/safe-url.pipe.mjs +4 -4
  27. package/esm2022/core/pipes/search-callback.pipe.mjs +3 -3
  28. package/esm2022/core/pipes/search-filter.pipe.mjs +4 -4
  29. package/esm2022/core/services/broadcast.service.mjs +3 -3
  30. package/esm2022/core/services/environment.service.mjs +3 -3
  31. package/esm2022/core/services/screen.service.mjs +3 -3
  32. package/esm2022/core/services/theme.service.mjs +3 -3
  33. package/esm2022/help/components/help-viewer/help-viewer.component.mjs +6 -6
  34. package/esm2022/help/help.module.mjs +4 -4
  35. package/esm2022/help/services/help.service.mjs +3 -3
  36. package/esm2022/support.common/common/common.module.mjs +4 -4
  37. package/esm2022/support.common/common/interceptors/auth.interceptor.mjs +3 -3
  38. package/esm2022/support.common/common/services/support.service.mjs +3 -3
  39. package/esm2022/support.ui/ui/notifications-browser/notification/notification.component.mjs +3 -3
  40. package/esm2022/support.ui/ui/notifications-browser/notifications-browser.component.mjs +3 -3
  41. package/esm2022/tinymce/full-screen-editor/full-screen-editor.component.mjs +3 -3
  42. package/esm2022/tinymce/tinymce.module.mjs +4 -4
  43. package/esm2022/ui/ui/dialogs/busy/busy-dialog.component.mjs +3 -3
  44. package/esm2022/ui/ui/dialogs/confirm/confirm-dialog.component.mjs +3 -3
  45. package/esm2022/ui/ui/dialogs/credentials/credentials-dialog.component.mjs +3 -3
  46. package/esm2022/ui/ui/dialogs/info/info-dialog.component.mjs +3 -3
  47. package/esm2022/ui/ui/dialogs/recover-password/recover-password-dialog.component.mjs +3 -3
  48. package/esm2022/ui/ui/dialogs/reset-password/reset-password-dialog.component.mjs +3 -3
  49. package/esm2022/ui/ui/dialogs/toast/toast.component.mjs +3 -3
  50. package/esm2022/ui/ui/paginatorIntl.mjs +3 -3
  51. package/esm2022/ui/ui/services/dialog.service.mjs +3 -3
  52. package/esm2022/ui/ui/services/ui.service.mjs +3 -3
  53. package/esm2022/ui/ui/ui.module.mjs +4 -4
  54. package/esm2022/ui.application/ui/components/button-selector/button-selector.component.mjs +3 -3
  55. package/esm2022/ui.application/ui/components/button-toggle/button-toggle.component.mjs +3 -3
  56. package/esm2022/ui.application/ui/components/calendar-empty-header/calendar-empy-header.component.mjs +3 -3
  57. package/esm2022/ui.application/ui/components/chips-selector/chips-selector.component.mjs +3 -3
  58. package/esm2022/ui.application/ui/components/file-input/file-input.component.mjs +3 -3
  59. package/esm2022/ui.application/ui/components/file-preview/file-preview.component.mjs +3 -3
  60. package/esm2022/ui.application/ui/components/filter-bar/filter-bar.component.mjs +3 -3
  61. package/esm2022/ui.application/ui/dialogs/prompt/prompt-dialog.component.mjs +3 -3
  62. package/esm2022/ui.application/ui/dialogs/prompt-date/prompt-date-dialog.component.mjs +3 -3
  63. package/esm2022/ui.application/ui/dialogs/prompt-time/prompt-time-dialog.component.mjs +3 -3
  64. package/esm2022/ui.application/ui/dialogs/select/select-dialog.component.mjs +3 -3
  65. package/esm2022/ui.application/ui/dialogs/select-file/select-file-dialog.component.mjs +3 -3
  66. package/esm2022/ui.application/ui/dialogs/select-picture/select-picture-dialog.component.mjs +3 -3
  67. package/esm2022/ui.application/ui/dialogs/select-tree/select-tree-dialog.component.mjs +6 -6
  68. package/esm2022/ui.application/ui/dialogs/send-to/send-to-dialog.component.mjs +3 -3
  69. package/esm2022/ui.application/ui/directives/resize-table-column.directive.mjs +3 -3
  70. package/esm2022/ui.application/ui/services/applicationDialog.service.mjs +3 -3
  71. package/esm2022/ui.application/ui/ui.module.mjs +4 -4
  72. package/esm2022/ui.oauth/ui/components/login/login-oauth.component.mjs +3 -3
  73. package/esm2022/ui.oauth/ui/ui.module.mjs +4 -4
  74. package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +10 -10
  75. package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +39 -39
  76. package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
  77. package/fesm2022/arsedizioni-ars-utils-core.mjs +89 -89
  78. package/fesm2022/arsedizioni-ars-utils-help.mjs +13 -13
  79. package/fesm2022/arsedizioni-ars-utils-support.common.mjs +10 -10
  80. package/fesm2022/arsedizioni-ars-utils-support.ui.mjs +6 -6
  81. package/fesm2022/arsedizioni-ars-utils-tinymce.mjs +7 -7
  82. package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +58 -58
  83. package/fesm2022/arsedizioni-ars-utils-ui.mjs +34 -34
  84. package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +7 -7
  85. package/package.json +1 -1
  86. package/ui.application/ui/components/chips-selector/chips-selector.component.d.ts +1 -1
@@ -23,11 +23,11 @@ class ReplacePipe {
23
23
  }
24
24
  return this.sanitizer.bypassSecurityTrustHtml(value.replace(new RegExp(regexValue, 'g'), replaceValue));
25
25
  }
26
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ReplacePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
27
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: ReplacePipe, isStandalone: true, name: "replace" }); }
28
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ReplacePipe }); }
26
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ReplacePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
27
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.3", ngImport: i0, type: ReplacePipe, isStandalone: true, name: "replace" }); }
28
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ReplacePipe }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ReplacePipe, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ReplacePipe, decorators: [{
31
31
  type: Injectable
32
32
  }, {
33
33
  type: Pipe,
@@ -44,11 +44,11 @@ class SafeHtmlPipe {
44
44
  transform(value) {
45
45
  return this.sanitizer.bypassSecurityTrustHtml(value ?? '');
46
46
  }
47
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: SafeHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
48
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: SafeHtmlPipe, isStandalone: true, name: "safeHtml" }); }
49
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: SafeHtmlPipe }); }
47
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: SafeHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
48
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.3", ngImport: i0, type: SafeHtmlPipe, isStandalone: true, name: "safeHtml" }); }
49
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: SafeHtmlPipe }); }
50
50
  }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: SafeHtmlPipe, decorators: [{
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: SafeHtmlPipe, decorators: [{
52
52
  type: Injectable
53
53
  }, {
54
54
  type: Pipe,
@@ -65,11 +65,11 @@ class SafeUrlPipe {
65
65
  transform(value) {
66
66
  return this.sanitizer.bypassSecurityTrustResourceUrl(value ?? '');
67
67
  }
68
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: SafeUrlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
69
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: SafeUrlPipe, isStandalone: true, name: "safeUrl" }); }
70
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: SafeUrlPipe }); }
68
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: SafeUrlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
69
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.3", ngImport: i0, type: SafeUrlPipe, isStandalone: true, name: "safeUrl" }); }
70
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: SafeUrlPipe }); }
71
71
  }
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: SafeUrlPipe, decorators: [{
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: SafeUrlPipe, decorators: [{
73
73
  type: Injectable
74
74
  }, {
75
75
  type: Pipe,
@@ -86,10 +86,10 @@ class SearchCallbackPipe {
86
86
  }
87
87
  return items.filter(item => callback(item));
88
88
  }
89
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: SearchCallbackPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
90
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: SearchCallbackPipe, isStandalone: true, name: "callback", pure: false }); }
89
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: SearchCallbackPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
90
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.3", ngImport: i0, type: SearchCallbackPipe, isStandalone: true, name: "callback", pure: false }); }
91
91
  }
92
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: SearchCallbackPipe, decorators: [{
92
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: SearchCallbackPipe, decorators: [{
93
93
  type: Pipe,
94
94
  args: [{
95
95
  name: 'callback',
@@ -132,11 +132,11 @@ class SearchFilterPipe {
132
132
  metadata.count = result.length;
133
133
  return result;
134
134
  }
135
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: SearchFilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
136
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: SearchFilterPipe, isStandalone: true, name: "search" }); }
137
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: SearchFilterPipe }); }
135
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: SearchFilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
136
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.3", ngImport: i0, type: SearchFilterPipe, isStandalone: true, name: "search" }); }
137
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: SearchFilterPipe }); }
138
138
  }
139
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: SearchFilterPipe, decorators: [{
139
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: SearchFilterPipe, decorators: [{
140
140
  type: Injectable
141
141
  }, {
142
142
  type: Pipe,
@@ -814,11 +814,11 @@ class FormatPipe {
814
814
  }
815
815
  return null;
816
816
  }
817
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: FormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
818
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: FormatPipe, isStandalone: true, name: "format" }); }
819
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: FormatPipe }); }
817
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: FormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
818
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.3", ngImport: i0, type: FormatPipe, isStandalone: true, name: "format" }); }
819
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: FormatPipe }); }
820
820
  }
821
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: FormatPipe, decorators: [{
821
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: FormatPipe, decorators: [{
822
822
  type: Injectable
823
823
  }, {
824
824
  type: Pipe,
@@ -848,11 +848,11 @@ class CopyClipboardDirective {
848
848
  document.removeEventListener('copy', listener, false);
849
849
  }
850
850
  }
851
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: CopyClipboardDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
852
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.1", type: CopyClipboardDirective, isStandalone: true, selector: "[copyClipboard]", inputs: { payload: ["copyClipboard", "payload"] }, outputs: { copied: "copied" }, host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 }); }
853
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: CopyClipboardDirective }); }
851
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: CopyClipboardDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
852
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.3", type: CopyClipboardDirective, isStandalone: true, selector: "[copyClipboard]", inputs: { payload: ["copyClipboard", "payload"] }, outputs: { copied: "copied" }, host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 }); }
853
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: CopyClipboardDirective }); }
854
854
  }
855
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: CopyClipboardDirective, decorators: [{
855
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: CopyClipboardDirective, decorators: [{
856
856
  type: Injectable
857
857
  }, {
858
858
  type: Directive,
@@ -875,10 +875,10 @@ class ValidatorDirective {
875
875
  validate(control) {
876
876
  return this.validator(control);
877
877
  }
878
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
879
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.1", type: ValidatorDirective, isStandalone: true, selector: "[validator]", inputs: { validator: "validator" }, providers: [{ provide: NG_VALIDATORS, useExisting: ValidatorDirective, multi: true }], ngImport: i0 }); }
878
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
879
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.3", type: ValidatorDirective, isStandalone: true, selector: "[validator]", inputs: { validator: "validator" }, providers: [{ provide: NG_VALIDATORS, useExisting: ValidatorDirective, multi: true }], ngImport: i0 }); }
880
880
  }
881
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ValidatorDirective, decorators: [{
881
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ValidatorDirective, decorators: [{
882
882
  type: Directive,
883
883
  args: [{
884
884
  selector: '[validator]',
@@ -910,8 +910,8 @@ class ValidIfDirective {
910
910
  return { validIf: "Non valido." };
911
911
  }
912
912
  }
913
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ValidIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
914
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.1", type: ValidIfDirective, isStandalone: true, selector: "[validIf]", inputs: { validIf: "validIf" }, providers: [
913
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ValidIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
914
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.3", type: ValidIfDirective, isStandalone: true, selector: "[validIf]", inputs: { validIf: "validIf" }, providers: [
915
915
  {
916
916
  provide: NG_VALIDATORS,
917
917
  useExisting: forwardRef(() => ValidIfDirective),
@@ -919,7 +919,7 @@ class ValidIfDirective {
919
919
  },
920
920
  ], ngImport: i0 }); }
921
921
  }
922
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ValidIfDirective, decorators: [{
922
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ValidIfDirective, decorators: [{
923
923
  type: Directive,
924
924
  args: [{
925
925
  selector: "[validIf]",
@@ -948,8 +948,8 @@ class EqualsValidatorDirective {
948
948
  return { equals: "Non valido." };
949
949
  }
950
950
  }
951
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: EqualsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
952
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.1", type: EqualsValidatorDirective, isStandalone: true, selector: "[equals]", inputs: { equals: "equals" }, providers: [
951
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: EqualsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
952
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.3", type: EqualsValidatorDirective, isStandalone: true, selector: "[equals]", inputs: { equals: "equals" }, providers: [
953
953
  {
954
954
  provide: NG_VALIDATORS,
955
955
  useExisting: forwardRef(() => EqualsValidatorDirective),
@@ -957,7 +957,7 @@ class EqualsValidatorDirective {
957
957
  },
958
958
  ], ngImport: i0 }); }
959
959
  }
960
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: EqualsValidatorDirective, decorators: [{
960
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: EqualsValidatorDirective, decorators: [{
961
961
  type: Directive,
962
962
  args: [{
963
963
  selector: "[equals]",
@@ -995,8 +995,8 @@ class EmailsValidatorDirective {
995
995
  return null;
996
996
  }
997
997
  }
998
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: EmailsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
999
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.1", type: EmailsValidatorDirective, isStandalone: true, selector: "[emails]", providers: [
998
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: EmailsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
999
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.3", type: EmailsValidatorDirective, isStandalone: true, selector: "[emails]", providers: [
1000
1000
  {
1001
1001
  provide: NG_VALIDATORS,
1002
1002
  useExisting: forwardRef(() => EmailsValidatorDirective),
@@ -1004,7 +1004,7 @@ class EmailsValidatorDirective {
1004
1004
  },
1005
1005
  ], ngImport: i0 }); }
1006
1006
  }
1007
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: EmailsValidatorDirective, decorators: [{
1007
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: EmailsValidatorDirective, decorators: [{
1008
1008
  type: Directive,
1009
1009
  args: [{
1010
1010
  selector: "[emails]",
@@ -1031,8 +1031,8 @@ class GuidValidatorDirective {
1031
1031
  return null;
1032
1032
  }
1033
1033
  }
1034
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: GuidValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1035
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.1", type: GuidValidatorDirective, isStandalone: true, selector: "[guid]", providers: [
1034
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: GuidValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1035
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.3", type: GuidValidatorDirective, isStandalone: true, selector: "[guid]", providers: [
1036
1036
  {
1037
1037
  provide: NG_VALIDATORS,
1038
1038
  useExisting: forwardRef(() => GuidValidatorDirective),
@@ -1040,7 +1040,7 @@ class GuidValidatorDirective {
1040
1040
  },
1041
1041
  ], ngImport: i0 }); }
1042
1042
  }
1043
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: GuidValidatorDirective, decorators: [{
1043
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: GuidValidatorDirective, decorators: [{
1044
1044
  type: Directive,
1045
1045
  args: [{
1046
1046
  selector: "[guid]",
@@ -1068,8 +1068,8 @@ class SqlDateValidatorDirective {
1068
1068
  return null;
1069
1069
  }
1070
1070
  }
1071
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: SqlDateValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1072
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.1", type: SqlDateValidatorDirective, isStandalone: true, selector: "[sqlDate]", providers: [
1071
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: SqlDateValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1072
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.3", type: SqlDateValidatorDirective, isStandalone: true, selector: "[sqlDate]", providers: [
1073
1073
  {
1074
1074
  provide: NG_VALIDATORS,
1075
1075
  useExisting: forwardRef(() => SqlDateValidatorDirective),
@@ -1077,7 +1077,7 @@ class SqlDateValidatorDirective {
1077
1077
  },
1078
1078
  ], ngImport: i0 }); }
1079
1079
  }
1080
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: SqlDateValidatorDirective, decorators: [{
1080
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: SqlDateValidatorDirective, decorators: [{
1081
1081
  type: Directive,
1082
1082
  args: [{
1083
1083
  selector: "[sqlDate]",
@@ -1106,8 +1106,8 @@ class NotFutureValidatorDirective {
1106
1106
  return null;
1107
1107
  }
1108
1108
  }
1109
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: NotFutureValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1110
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.1", type: NotFutureValidatorDirective, isStandalone: true, selector: "[notFuture]", providers: [
1109
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: NotFutureValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1110
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.3", type: NotFutureValidatorDirective, isStandalone: true, selector: "[notFuture]", providers: [
1111
1111
  {
1112
1112
  provide: NG_VALIDATORS,
1113
1113
  useExisting: forwardRef(() => NotFutureValidatorDirective),
@@ -1115,7 +1115,7 @@ class NotFutureValidatorDirective {
1115
1115
  },
1116
1116
  ], ngImport: i0 }); }
1117
1117
  }
1118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: NotFutureValidatorDirective, decorators: [{
1118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: NotFutureValidatorDirective, decorators: [{
1119
1119
  type: Directive,
1120
1120
  args: [{
1121
1121
  selector: "[notFuture]",
@@ -1140,8 +1140,8 @@ class UrlValidatorDirective {
1140
1140
  return null;
1141
1141
  }
1142
1142
  }
1143
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: UrlValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1144
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.1", type: UrlValidatorDirective, isStandalone: true, selector: "[url]", providers: [
1143
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: UrlValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1144
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.3", type: UrlValidatorDirective, isStandalone: true, selector: "[url]", providers: [
1145
1145
  {
1146
1146
  provide: NG_VALIDATORS,
1147
1147
  useExisting: forwardRef(() => UrlValidatorDirective),
@@ -1149,7 +1149,7 @@ class UrlValidatorDirective {
1149
1149
  },
1150
1150
  ], ngImport: i0 }); }
1151
1151
  }
1152
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: UrlValidatorDirective, decorators: [{
1152
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: UrlValidatorDirective, decorators: [{
1153
1153
  type: Directive,
1154
1154
  args: [{
1155
1155
  selector: "[url]",
@@ -1181,8 +1181,8 @@ class FileSizeValidatorDirective {
1181
1181
  return { fileSize: "Non valido." };
1182
1182
  }
1183
1183
  }
1184
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: FileSizeValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1185
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.1", type: FileSizeValidatorDirective, isStandalone: true, selector: "[fileSize]", inputs: { maxSizeMb: "maxSizeMb", minSizeMb: "minSizeMb", size: "size" }, providers: [
1184
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: FileSizeValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1185
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.3", type: FileSizeValidatorDirective, isStandalone: true, selector: "[fileSize]", inputs: { maxSizeMb: "maxSizeMb", minSizeMb: "minSizeMb", size: "size" }, providers: [
1186
1186
  {
1187
1187
  provide: NG_VALIDATORS,
1188
1188
  useExisting: forwardRef(() => FileSizeValidatorDirective),
@@ -1190,7 +1190,7 @@ class FileSizeValidatorDirective {
1190
1190
  },
1191
1191
  ], ngImport: i0 }); }
1192
1192
  }
1193
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: FileSizeValidatorDirective, decorators: [{
1193
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: FileSizeValidatorDirective, decorators: [{
1194
1194
  type: Directive,
1195
1195
  args: [{
1196
1196
  selector: "[fileSize]",
@@ -1233,8 +1233,8 @@ class PasswordValidatorDirective {
1233
1233
  return null;
1234
1234
  }
1235
1235
  }
1236
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: PasswordValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1237
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.1", type: PasswordValidatorDirective, isStandalone: true, selector: "[password]", providers: [
1236
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PasswordValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1237
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.3", type: PasswordValidatorDirective, isStandalone: true, selector: "[password]", providers: [
1238
1238
  {
1239
1239
  provide: NG_VALIDATORS,
1240
1240
  useExisting: forwardRef(() => PasswordValidatorDirective),
@@ -1242,7 +1242,7 @@ class PasswordValidatorDirective {
1242
1242
  },
1243
1243
  ], ngImport: i0 }); }
1244
1244
  }
1245
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: PasswordValidatorDirective, decorators: [{
1245
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PasswordValidatorDirective, decorators: [{
1246
1246
  type: Directive,
1247
1247
  args: [{
1248
1248
  selector: "[password]",
@@ -1301,8 +1301,8 @@ class TimeValidatorDirective {
1301
1301
  return null;
1302
1302
  }
1303
1303
  }
1304
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: TimeValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1305
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.1", type: TimeValidatorDirective, isStandalone: true, selector: "[time]", inputs: { slots: "slots" }, providers: [
1304
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: TimeValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1305
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.3", type: TimeValidatorDirective, isStandalone: true, selector: "[time]", inputs: { slots: "slots" }, providers: [
1306
1306
  {
1307
1307
  provide: NG_VALIDATORS,
1308
1308
  useExisting: forwardRef(() => TimeValidatorDirective),
@@ -1310,7 +1310,7 @@ class TimeValidatorDirective {
1310
1310
  },
1311
1311
  ], ngImport: i0 }); }
1312
1312
  }
1313
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: TimeValidatorDirective, decorators: [{
1313
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: TimeValidatorDirective, decorators: [{
1314
1314
  type: Directive,
1315
1315
  args: [{
1316
1316
  selector: "[time]",
@@ -1398,10 +1398,10 @@ class DateIntervalChangeDirective {
1398
1398
  }
1399
1399
  this.subject.next(event);
1400
1400
  }
1401
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: DateIntervalChangeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1402
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.1", type: DateIntervalChangeDirective, isStandalone: true, selector: "[dateIntervalChange]", inputs: { dateIntervalChange: "dateIntervalChange", end: "end" }, host: { listeners: { "keyup": "onKeyup($event)" } }, ngImport: i0 }); }
1401
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: DateIntervalChangeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1402
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.3", type: DateIntervalChangeDirective, isStandalone: true, selector: "[dateIntervalChange]", inputs: { dateIntervalChange: "dateIntervalChange", end: "end" }, host: { listeners: { "keyup": "onKeyup($event)" } }, ngImport: i0 }); }
1403
1403
  }
1404
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: DateIntervalChangeDirective, decorators: [{
1404
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: DateIntervalChangeDirective, decorators: [{
1405
1405
  type: Directive,
1406
1406
  args: [{
1407
1407
  selector: '[dateIntervalChange]',
@@ -1602,10 +1602,10 @@ class DateFnsAdapter extends DateAdapter {
1602
1602
  invalid() {
1603
1603
  return new Date(NaN);
1604
1604
  }
1605
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: DateFnsAdapter, deps: [{ token: MAT_DATE_LOCALE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
1606
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: DateFnsAdapter }); }
1605
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: DateFnsAdapter, deps: [{ token: MAT_DATE_LOCALE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
1606
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: DateFnsAdapter }); }
1607
1607
  }
1608
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: DateFnsAdapter, decorators: [{
1608
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: DateFnsAdapter, decorators: [{
1609
1609
  type: Injectable
1610
1610
  }], ctorParameters: () => [{ type: undefined, decorators: [{
1611
1611
  type: Optional
@@ -1623,10 +1623,10 @@ class AutoFocusDirective {
1623
1623
  this.elementRef.nativeElement.focus();
1624
1624
  }, 500);
1625
1625
  }
1626
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AutoFocusDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1627
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.1", type: AutoFocusDirective, isStandalone: true, selector: "[autoFocus]", ngImport: i0 }); }
1626
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: AutoFocusDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1627
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.3", type: AutoFocusDirective, isStandalone: true, selector: "[autoFocus]", ngImport: i0 }); }
1628
1628
  }
1629
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AutoFocusDirective, decorators: [{
1629
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: AutoFocusDirective, decorators: [{
1630
1630
  type: Directive,
1631
1631
  args: [{
1632
1632
  selector: "[autoFocus]",
@@ -1784,10 +1784,10 @@ class BroadcastService {
1784
1784
  getMessage() {
1785
1785
  return this.subject.asObservable();
1786
1786
  }
1787
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: BroadcastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1788
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: BroadcastService, providedIn: 'root' }); }
1787
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: BroadcastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1788
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: BroadcastService, providedIn: 'root' }); }
1789
1789
  }
1790
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: BroadcastService, decorators: [{
1790
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: BroadcastService, decorators: [{
1791
1791
  type: Injectable,
1792
1792
  args: [{
1793
1793
  providedIn: 'root'
@@ -1811,10 +1811,10 @@ class EnvironmentService {
1811
1811
  set appServiceUri(value) {
1812
1812
  this._appServiceUri = value;
1813
1813
  }
1814
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: EnvironmentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1815
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: EnvironmentService, providedIn: 'root' }); }
1814
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: EnvironmentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1815
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: EnvironmentService, providedIn: 'root' }); }
1816
1816
  }
1817
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: EnvironmentService, decorators: [{
1817
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: EnvironmentService, decorators: [{
1818
1818
  type: Injectable,
1819
1819
  args: [{
1820
1820
  providedIn: 'root'
@@ -1831,10 +1831,10 @@ class ScreenService {
1831
1831
  get isIEOrEdge() {
1832
1832
  return /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
1833
1833
  }
1834
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ScreenService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1835
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ScreenService, providedIn: 'root' }); }
1834
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ScreenService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1835
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ScreenService, providedIn: 'root' }); }
1836
1836
  }
1837
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ScreenService, decorators: [{
1837
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ScreenService, decorators: [{
1838
1838
  type: Injectable,
1839
1839
  args: [{
1840
1840
  providedIn: 'root'
@@ -2027,10 +2027,10 @@ class ThemeService {
2027
2027
  ? (window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light")
2028
2028
  : this.theme());
2029
2029
  }
2030
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2031
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ThemeService, providedIn: "root" }); }
2030
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2031
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ThemeService, providedIn: "root" }); }
2032
2032
  }
2033
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ThemeService, decorators: [{
2033
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ThemeService, decorators: [{
2034
2034
  type: Injectable,
2035
2035
  args: [{
2036
2036
  providedIn: "root",
@@ -2038,9 +2038,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
2038
2038
  }], ctorParameters: () => [] });
2039
2039
 
2040
2040
  class ArsDateFnsModule {
2041
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ArsDateFnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2042
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: ArsDateFnsModule }); }
2043
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ArsDateFnsModule, providers: [
2041
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ArsDateFnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2042
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.3", ngImport: i0, type: ArsDateFnsModule }); }
2043
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ArsDateFnsModule, providers: [
2044
2044
  {
2045
2045
  provide: DateAdapter,
2046
2046
  useClass: DateFnsAdapter,
@@ -2049,7 +2049,7 @@ class ArsDateFnsModule {
2049
2049
  { provide: MAT_DATE_FORMATS, useValue: MAT_DATE_FNS_FORMATS }
2050
2050
  ] }); }
2051
2051
  }
2052
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ArsDateFnsModule, decorators: [{
2052
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ArsDateFnsModule, decorators: [{
2053
2053
  type: NgModule,
2054
2054
  args: [{
2055
2055
  providers: [
@@ -2063,8 +2063,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
2063
2063
  }]
2064
2064
  }] });
2065
2065
  class ArsCoreModule {
2066
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ArsCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2067
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: ArsCoreModule, imports: [FileSizeValidatorDirective,
2066
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ArsCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2067
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.3", ngImport: i0, type: ArsCoreModule, imports: [FileSizeValidatorDirective,
2068
2068
  ValidIfDirective,
2069
2069
  ValidatorDirective,
2070
2070
  EqualsValidatorDirective,
@@ -2101,7 +2101,7 @@ class ArsCoreModule {
2101
2101
  FormatPipe,
2102
2102
  CopyClipboardDirective,
2103
2103
  AutoFocusDirective] }); }
2104
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ArsCoreModule, providers: [
2104
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ArsCoreModule, providers: [
2105
2105
  SearchFilterPipe,
2106
2106
  SearchCallbackPipe,
2107
2107
  SafeHtmlPipe,
@@ -2110,7 +2110,7 @@ class ArsCoreModule {
2110
2110
  FormatPipe
2111
2111
  ] }); }
2112
2112
  }
2113
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ArsCoreModule, decorators: [{
2113
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: ArsCoreModule, decorators: [{
2114
2114
  type: NgModule,
2115
2115
  args: [{
2116
2116
  imports: [