@arsedizioni/ars-utils 18.2.165 → 18.2.167

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 (90) hide show
  1. package/clipper.common/common/definitions.d.ts +7 -1
  2. package/esm2022/clipper.common/common/common.module.mjs +4 -4
  3. package/esm2022/clipper.common/common/definitions.mjs +22 -2
  4. package/esm2022/clipper.common/common/interceptors/auth.interceptor.mjs +3 -3
  5. package/esm2022/clipper.common/common/services/clipper.service.mjs +3 -3
  6. package/esm2022/clipper.ui/ui/browser-dialog/browser-dialog.component.mjs +6 -6
  7. package/esm2022/clipper.ui/ui/document/document.component.mjs +3 -3
  8. package/esm2022/clipper.ui/ui/document-index/document-index.component.mjs +3 -3
  9. package/esm2022/clipper.ui/ui/document-manager/document-manager.mjs +3 -3
  10. package/esm2022/clipper.ui/ui/document-menu/document-menu.component.mjs +3 -3
  11. package/esm2022/clipper.ui/ui/references/references.component.mjs +3 -3
  12. package/esm2022/clipper.ui/ui/search-calendar/search-calendar.component.mjs +3 -3
  13. package/esm2022/clipper.ui/ui/search-dialog/search-dialog.component.mjs +3 -3
  14. package/esm2022/clipper.ui/ui/search-facets/search-facets.component.mjs +3 -3
  15. package/esm2022/clipper.ui/ui/search-free-text-help/search-free-text-help.component.mjs +3 -3
  16. package/esm2022/clipper.ui/ui/search-free-text-query-builder/search-free-text-query-builder.component.mjs +3 -3
  17. package/esm2022/clipper.ui/ui/search-result-item/search-result-item.component.mjs +3 -3
  18. package/esm2022/clipper.ui/ui/search-result-manager/search-result-manager.mjs +3 -3
  19. package/esm2022/core/core.module.mjs +8 -8
  20. package/esm2022/core/dateFnsAdapter.mjs +3 -3
  21. package/esm2022/core/directives/autoFocusDirective.mjs +3 -3
  22. package/esm2022/core/directives/changeDateIntervalDirective.mjs +3 -3
  23. package/esm2022/core/directives/copyClipboardDirective.mjs +4 -4
  24. package/esm2022/core/directives/validators.mjs +33 -33
  25. package/esm2022/core/pipes/format.pipe.mjs +4 -4
  26. package/esm2022/core/pipes/replace.pipe.mjs +4 -4
  27. package/esm2022/core/pipes/safe-html.pipe.mjs +4 -4
  28. package/esm2022/core/pipes/safe-url.pipe.mjs +4 -4
  29. package/esm2022/core/pipes/search-callback.pipe.mjs +3 -3
  30. package/esm2022/core/pipes/search-filter.pipe.mjs +4 -4
  31. package/esm2022/core/services/broadcast.service.mjs +3 -3
  32. package/esm2022/core/services/environment.service.mjs +3 -3
  33. package/esm2022/core/services/screen.service.mjs +3 -3
  34. package/esm2022/help/components/help-viewer/help-viewer.component.mjs +6 -6
  35. package/esm2022/help/help.module.mjs +4 -4
  36. package/esm2022/help/services/help.service.mjs +3 -3
  37. package/esm2022/support.common/common/common.module.mjs +4 -4
  38. package/esm2022/support.common/common/interceptors/auth.interceptor.mjs +3 -3
  39. package/esm2022/support.common/common/services/support.service.mjs +3 -3
  40. package/esm2022/support.ui/ui/notifications-browser/notification/notification.component.mjs +3 -3
  41. package/esm2022/support.ui/ui/notifications-browser/notifications-browser.component.mjs +3 -3
  42. package/esm2022/tinymce/full-screen-editor/full-screen-editor.component.mjs +3 -3
  43. package/esm2022/tinymce/tinymce.module.mjs +4 -4
  44. package/esm2022/ui/ui/dialogs/busy/busy-dialog.component.mjs +3 -3
  45. package/esm2022/ui/ui/dialogs/confirm/confirm-dialog.component.mjs +3 -3
  46. package/esm2022/ui/ui/dialogs/credentials/credentials-dialog.component.mjs +3 -3
  47. package/esm2022/ui/ui/dialogs/info/info-dialog.component.mjs +3 -3
  48. package/esm2022/ui/ui/dialogs/recover-password/recover-password-dialog.component.mjs +3 -3
  49. package/esm2022/ui/ui/dialogs/reset-password/reset-password-dialog.component.mjs +3 -3
  50. package/esm2022/ui/ui/dialogs/toast/toast.component.mjs +3 -3
  51. package/esm2022/ui/ui/paginatorIntl.mjs +3 -3
  52. package/esm2022/ui/ui/services/dialog.service.mjs +3 -3
  53. package/esm2022/ui/ui/services/ui.service.mjs +3 -3
  54. package/esm2022/ui/ui/ui.module.mjs +4 -4
  55. package/esm2022/ui.application/ui/components/button-selector/button-selector.component.mjs +3 -3
  56. package/esm2022/ui.application/ui/components/button-toggle/button-toggle.component.mjs +3 -3
  57. package/esm2022/ui.application/ui/components/calendar-empty-header/calendar-empy-header.component.mjs +3 -3
  58. package/esm2022/ui.application/ui/components/chips-selector/chips-selector.component.mjs +3 -3
  59. package/esm2022/ui.application/ui/components/file-input/file-input.component.mjs +3 -3
  60. package/esm2022/ui.application/ui/components/file-preview/file-preview.component.mjs +3 -3
  61. package/esm2022/ui.application/ui/components/filter-bar/filter-bar.component.mjs +3 -3
  62. package/esm2022/ui.application/ui/dialogs/prompt/prompt-dialog.component.mjs +3 -3
  63. package/esm2022/ui.application/ui/dialogs/prompt-date/prompt-date-dialog.component.mjs +3 -3
  64. package/esm2022/ui.application/ui/dialogs/prompt-time/prompt-time-dialog.component.mjs +3 -3
  65. package/esm2022/ui.application/ui/dialogs/select/select-dialog.component.mjs +3 -3
  66. package/esm2022/ui.application/ui/dialogs/select-file/select-file-dialog.component.mjs +3 -3
  67. package/esm2022/ui.application/ui/dialogs/select-picture/select-picture-dialog.component.mjs +3 -3
  68. package/esm2022/ui.application/ui/dialogs/select-tree/select-tree-dialog.component.mjs +6 -6
  69. package/esm2022/ui.application/ui/dialogs/send-to/send-to-dialog.component.mjs +3 -3
  70. package/esm2022/ui.application/ui/directives/resize-table-column.directive.mjs +3 -3
  71. package/esm2022/ui.application/ui/services/applicationDialog.service.mjs +3 -3
  72. package/esm2022/ui.application/ui/ui.module.mjs +4 -4
  73. package/esm2022/ui.oauth/ui/components/login/login-oauth.component.mjs +3 -3
  74. package/esm2022/ui.oauth/ui/ui.module.mjs +4 -4
  75. package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +32 -12
  76. package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
  77. package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +41 -41
  78. package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
  79. package/fesm2022/arsedizioni-ars-utils-core.mjs +86 -86
  80. package/fesm2022/arsedizioni-ars-utils-help.mjs +13 -13
  81. package/fesm2022/arsedizioni-ars-utils-support.common.mjs +10 -10
  82. package/fesm2022/arsedizioni-ars-utils-support.ui.mjs +6 -6
  83. package/fesm2022/arsedizioni-ars-utils-tinymce.mjs +7 -7
  84. package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +58 -58
  85. package/fesm2022/arsedizioni-ars-utils-ui.mjs +34 -34
  86. package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +7 -7
  87. package/package.json +7 -7
  88. package/ui.application/ui/components/chips-selector/chips-selector.component.d.ts +1 -1
  89. package/clipper.common/common/services/clipper.working.service.d.ts +0 -41
  90. package/esm2022/clipper.common/common/services/clipper.working.service.mjs +0 -157
@@ -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.0", ngImport: i0, type: ReplacePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
27
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: ReplacePipe, isStandalone: true, name: "replace" }); }
28
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ReplacePipe }); }
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 }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ReplacePipe, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", 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.0", ngImport: i0, type: SafeHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
48
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: SafeHtmlPipe, isStandalone: true, name: "safeHtml" }); }
49
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: SafeHtmlPipe }); }
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 }); }
50
50
  }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: SafeHtmlPipe, decorators: [{
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", 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.0", ngImport: i0, type: SafeUrlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
69
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: SafeUrlPipe, isStandalone: true, name: "safeUrl" }); }
70
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: SafeUrlPipe }); }
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 }); }
71
71
  }
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: SafeUrlPipe, decorators: [{
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", 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.0", ngImport: i0, type: SearchCallbackPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
90
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: SearchCallbackPipe, isStandalone: true, name: "callback", pure: false }); }
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 }); }
91
91
  }
92
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: SearchCallbackPipe, decorators: [{
92
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", 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.0", ngImport: i0, type: SearchFilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
136
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: SearchFilterPipe, isStandalone: true, name: "search" }); }
137
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: SearchFilterPipe }); }
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 }); }
138
138
  }
139
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: SearchFilterPipe, decorators: [{
139
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", 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.0", ngImport: i0, type: FormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
818
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: FormatPipe, isStandalone: true, name: "format" }); }
819
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: FormatPipe }); }
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 }); }
820
820
  }
821
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: FormatPipe, decorators: [{
821
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", 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.0", ngImport: i0, type: CopyClipboardDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
852
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", 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.0", ngImport: i0, type: CopyClipboardDirective }); }
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 }); }
854
854
  }
855
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CopyClipboardDirective, decorators: [{
855
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", 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.0", ngImport: i0, type: ValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
879
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", 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.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 }); }
880
880
  }
881
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ValidatorDirective, decorators: [{
881
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", 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.0", ngImport: i0, type: ValidIfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
914
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: ValidIfDirective, isStandalone: true, selector: "[validIf]", inputs: { validIf: "validIf" }, providers: [
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: [
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.0", ngImport: i0, type: ValidIfDirective, decorators: [{
922
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", 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.0", ngImport: i0, type: EqualsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
952
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: EqualsValidatorDirective, isStandalone: true, selector: "[equals]", inputs: { equals: "equals" }, providers: [
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: [
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.0", ngImport: i0, type: EqualsValidatorDirective, decorators: [{
960
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", 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.0", ngImport: i0, type: EmailsValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
999
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: EmailsValidatorDirective, isStandalone: true, selector: "[emails]", providers: [
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: [
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.0", ngImport: i0, type: EmailsValidatorDirective, decorators: [{
1007
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", 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.0", ngImport: i0, type: GuidValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1035
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: GuidValidatorDirective, isStandalone: true, selector: "[guid]", providers: [
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: [
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.0", ngImport: i0, type: GuidValidatorDirective, decorators: [{
1043
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", 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.0", ngImport: i0, type: SqlDateValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1072
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: SqlDateValidatorDirective, isStandalone: true, selector: "[sqlDate]", providers: [
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: [
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.0", ngImport: i0, type: SqlDateValidatorDirective, decorators: [{
1080
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", 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.0", ngImport: i0, type: NotFutureValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1110
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: NotFutureValidatorDirective, isStandalone: true, selector: "[notFuture]", providers: [
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: [
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.0", ngImport: i0, type: NotFutureValidatorDirective, decorators: [{
1118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", 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.0", ngImport: i0, type: UrlValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1144
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: UrlValidatorDirective, isStandalone: true, selector: "[url]", providers: [
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: [
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.0", ngImport: i0, type: UrlValidatorDirective, decorators: [{
1152
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", 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.0", ngImport: i0, type: FileSizeValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1185
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", 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.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: [
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.0", ngImport: i0, type: FileSizeValidatorDirective, decorators: [{
1193
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", 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.0", ngImport: i0, type: PasswordValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1237
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: PasswordValidatorDirective, isStandalone: true, selector: "[password]", providers: [
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: [
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.0", ngImport: i0, type: PasswordValidatorDirective, decorators: [{
1245
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", 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.0", ngImport: i0, type: TimeValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1305
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: TimeValidatorDirective, isStandalone: true, selector: "[time]", inputs: { slots: "slots" }, providers: [
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: [
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.0", ngImport: i0, type: TimeValidatorDirective, decorators: [{
1313
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", 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.0", ngImport: i0, type: DateIntervalChangeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1402
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", 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.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 }); }
1403
1403
  }
1404
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: DateIntervalChangeDirective, decorators: [{
1404
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", 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.0", 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.0", ngImport: i0, type: DateFnsAdapter }); }
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 }); }
1607
1607
  }
1608
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: DateFnsAdapter, decorators: [{
1608
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", 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.0", ngImport: i0, type: AutoFocusDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1627
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: AutoFocusDirective, isStandalone: true, selector: "[autoFocus]", ngImport: i0 }); }
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 }); }
1628
1628
  }
1629
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: AutoFocusDirective, decorators: [{
1629
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AutoFocusDirective, decorators: [{
1630
1630
  type: Directive,
1631
1631
  args: [{
1632
1632
  selector: "[autoFocus]",
@@ -1786,10 +1786,10 @@ class BroadcastService {
1786
1786
  getMessage() {
1787
1787
  return this.subject.asObservable();
1788
1788
  }
1789
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BroadcastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1790
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BroadcastService, providedIn: 'root' }); }
1789
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: BroadcastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1790
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: BroadcastService, providedIn: 'root' }); }
1791
1791
  }
1792
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BroadcastService, decorators: [{
1792
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: BroadcastService, decorators: [{
1793
1793
  type: Injectable,
1794
1794
  args: [{
1795
1795
  providedIn: 'root'
@@ -1813,10 +1813,10 @@ class EnvironmentService {
1813
1813
  set appServiceUri(value) {
1814
1814
  this._appServiceUri = value;
1815
1815
  }
1816
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: EnvironmentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1817
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: EnvironmentService, providedIn: 'root' }); }
1816
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: EnvironmentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1817
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: EnvironmentService, providedIn: 'root' }); }
1818
1818
  }
1819
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: EnvironmentService, decorators: [{
1819
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: EnvironmentService, decorators: [{
1820
1820
  type: Injectable,
1821
1821
  args: [{
1822
1822
  providedIn: 'root'
@@ -1830,10 +1830,10 @@ class ScreenService {
1830
1830
  get isIEOrEdge() {
1831
1831
  return /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
1832
1832
  }
1833
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ScreenService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1834
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ScreenService, providedIn: 'root' }); }
1833
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ScreenService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1834
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ScreenService, providedIn: 'root' }); }
1835
1835
  }
1836
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ScreenService, decorators: [{
1836
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ScreenService, decorators: [{
1837
1837
  type: Injectable,
1838
1838
  args: [{
1839
1839
  providedIn: 'root'
@@ -1841,9 +1841,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImpor
1841
1841
  }] });
1842
1842
 
1843
1843
  class ArsDateFnsModule {
1844
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ArsDateFnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1845
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: ArsDateFnsModule }); }
1846
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ArsDateFnsModule, providers: [
1844
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ArsDateFnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1845
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: ArsDateFnsModule }); }
1846
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ArsDateFnsModule, providers: [
1847
1847
  {
1848
1848
  provide: DateAdapter,
1849
1849
  useClass: DateFnsAdapter,
@@ -1852,7 +1852,7 @@ class ArsDateFnsModule {
1852
1852
  { provide: MAT_DATE_FORMATS, useValue: MAT_DATE_FNS_FORMATS }
1853
1853
  ] }); }
1854
1854
  }
1855
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ArsDateFnsModule, decorators: [{
1855
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ArsDateFnsModule, decorators: [{
1856
1856
  type: NgModule,
1857
1857
  args: [{
1858
1858
  providers: [
@@ -1866,8 +1866,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImpor
1866
1866
  }]
1867
1867
  }] });
1868
1868
  class ArsCoreModule {
1869
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ArsCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1870
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: ArsCoreModule, imports: [FileSizeValidatorDirective,
1869
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ArsCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1870
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: ArsCoreModule, imports: [FileSizeValidatorDirective,
1871
1871
  ValidIfDirective,
1872
1872
  ValidatorDirective,
1873
1873
  EqualsValidatorDirective,
@@ -1904,7 +1904,7 @@ class ArsCoreModule {
1904
1904
  FormatPipe,
1905
1905
  CopyClipboardDirective,
1906
1906
  AutoFocusDirective] }); }
1907
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ArsCoreModule, providers: [
1907
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ArsCoreModule, providers: [
1908
1908
  SearchFilterPipe,
1909
1909
  SearchCallbackPipe,
1910
1910
  SafeHtmlPipe,
@@ -1913,7 +1913,7 @@ class ArsCoreModule {
1913
1913
  FormatPipe
1914
1914
  ] }); }
1915
1915
  }
1916
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ArsCoreModule, decorators: [{
1916
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ArsCoreModule, decorators: [{
1917
1917
  type: NgModule,
1918
1918
  args: [{
1919
1919
  imports: [