@messaia/cdk 17.1.0-rc07 → 17.1.0-rc09

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 (133) hide show
  1. package/esm2022/lib/base/base.module.mjs +8 -8
  2. package/esm2022/lib/base/components/base.component.mjs +3 -3
  3. package/esm2022/lib/base/components/dynamic-table-config-dialog.comnponent.mjs +3 -3
  4. package/esm2022/lib/base/components/generic-form-base.component.mjs +3 -3
  5. package/esm2022/lib/base/components/generic-form.component.mjs +3 -3
  6. package/esm2022/lib/base/components/generic-list.component.mjs +3 -3
  7. package/esm2022/lib/base/components/generic-reactive-form.component.mjs +3 -3
  8. package/esm2022/lib/base/interceptors/base.interceptor.mjs +3 -3
  9. package/esm2022/lib/base/interceptors/caching-interceptor.mjs +3 -3
  10. package/esm2022/lib/base/interceptors/loading.interceptor.mjs +3 -3
  11. package/esm2022/lib/base/services/file.service.mjs +3 -3
  12. package/esm2022/lib/base/services/loading-screen.service.mjs +3 -3
  13. package/esm2022/lib/base/services/print.service.mjs +3 -3
  14. package/esm2022/lib/chips/chips.module.mjs +4 -4
  15. package/esm2022/lib/chips/components/chips.component.mjs +6 -6
  16. package/esm2022/lib/chips/directives/autocomplete-option.directive.mjs +3 -3
  17. package/esm2022/lib/chips/directives/chip.directive.mjs +3 -3
  18. package/esm2022/lib/common/common.module.mjs +4 -4
  19. package/esm2022/lib/common/directives/delayed-hover.directive.mjs +3 -3
  20. package/esm2022/lib/common/directives/disable-control.directive.mjs +3 -3
  21. package/esm2022/lib/common/functions/utils.mjs +3 -3
  22. package/esm2022/lib/common/helpers/app-storage.mjs +3 -3
  23. package/esm2022/lib/common/helpers/dynamic-builder.mjs +3 -3
  24. package/esm2022/lib/common/helpers/dynamic-component-compiler.mjs +3 -3
  25. package/esm2022/lib/common/models/action-item.mjs +2 -2
  26. package/esm2022/lib/common/models/app-setting.mjs +3 -3
  27. package/esm2022/lib/common/pipes/data-source.pipe.mjs +3 -3
  28. package/esm2022/lib/common/pipes/enum.pipe.mjs +3 -3
  29. package/esm2022/lib/common/pipes/file-size.pipe.mjs +3 -3
  30. package/esm2022/lib/common/pipes/filter.pipe.mjs +3 -3
  31. package/esm2022/lib/common/pipes/first-letter.mjs +3 -3
  32. package/esm2022/lib/common/pipes/form-array.pipe.mjs +3 -3
  33. package/esm2022/lib/common/pipes/form-control.pipe.mjs +3 -3
  34. package/esm2022/lib/common/pipes/form-group.pipe.mjs +3 -3
  35. package/esm2022/lib/common/pipes/func.pipe.mjs +3 -3
  36. package/esm2022/lib/common/pipes/keys.mjs +3 -3
  37. package/esm2022/lib/common/pipes/month-name.pipe.mjs +3 -3
  38. package/esm2022/lib/common/pipes/only-number.mjs +3 -3
  39. package/esm2022/lib/common/pipes/order.pipe.mjs +3 -3
  40. package/esm2022/lib/common/pipes/placeholder.pipe.mjs +3 -3
  41. package/esm2022/lib/common/pipes/safe-html.pipe.mjs +3 -3
  42. package/esm2022/lib/common/pipes/time.pipe.mjs +3 -3
  43. package/esm2022/lib/common/pipes/titlecase.pipe.mjs +3 -3
  44. package/esm2022/lib/common/pipes/truncate.pipe.mjs +3 -3
  45. package/esm2022/lib/common/pipes/values.mjs +3 -3
  46. package/esm2022/lib/common/services/base.service.mjs +3 -3
  47. package/esm2022/lib/common/services/enum.service.mjs +3 -3
  48. package/esm2022/lib/common/services/event-queue.service.mjs +3 -3
  49. package/esm2022/lib/dialogs/alert-dialog/alert-dialog.component.mjs +3 -3
  50. package/esm2022/lib/dialogs/confirm-dialog/confirm-dialog.component.mjs +3 -3
  51. package/esm2022/lib/dialogs/dialog.component.mjs +12 -12
  52. package/esm2022/lib/dialogs/dialogs.module.mjs +4 -4
  53. package/esm2022/lib/dialogs/prompt-dialog/prompt-dialog.component.mjs +3 -3
  54. package/esm2022/lib/dialogs/services/dialog.service.mjs +3 -3
  55. package/esm2022/lib/file/file-input.component.mjs +8 -8
  56. package/esm2022/lib/file/file.module.mjs +4 -4
  57. package/esm2022/lib/form-validators/directives/base-directive.mjs +3 -3
  58. package/esm2022/lib/form-validators/directives/control-host.directive.mjs +3 -3
  59. package/esm2022/lib/form-validators/directives/html-control-template.directive.mjs +3 -3
  60. package/esm2022/lib/form-validators/directives/rx-form.directive.mjs +3 -3
  61. package/esm2022/lib/form-validators/directives/template-validations/async-validation.directive.mjs +3 -3
  62. package/esm2022/lib/form-validators/directives/template-validations/base-validator.directive.mjs +3 -3
  63. package/esm2022/lib/form-validators/directives/template-validations/control-expression-process.mjs +3 -3
  64. package/esm2022/lib/form-validators/directives/template-validations/file-control.directive.mjs +3 -3
  65. package/esm2022/lib/form-validators/directives/template-validations/image-file-control.directive.mjs +3 -3
  66. package/esm2022/lib/form-validators/directives/template-validations/rxformcontrol.directive.mjs +3 -3
  67. package/esm2022/lib/form-validators/domain/element-processor/decimal.provider.mjs +3 -3
  68. package/esm2022/lib/form-validators/services/reactive-form.module.mjs +8 -8
  69. package/esm2022/lib/form-validators/services/rx-form-builder.mjs +3 -3
  70. package/esm2022/lib/form-validators/services/typed-form-builder.mjs +3 -3
  71. package/esm2022/lib/forms/components/datepicker/datepicker-header.component.mjs +5 -5
  72. package/esm2022/lib/forms/components/generic-form/generic-form.component.mjs +17 -17
  73. package/esm2022/lib/forms/directives/mat-form-field-editor.directive.mjs +3 -3
  74. package/esm2022/lib/forms/directives/mat-form-field-readonly.directive.mjs +3 -3
  75. package/esm2022/lib/forms/directives/vd-generic-form-custom-field.directive.mjs +3 -3
  76. package/esm2022/lib/forms/forms.module.mjs +4 -4
  77. package/esm2022/lib/forms/helpers/abstract-mat-form-field.mjs +3 -3
  78. package/esm2022/lib/forms/helpers/abstract-select-form-field.component.mjs +3 -3
  79. package/esm2022/lib/forms/helpers/value-accessor-base.mjs +3 -3
  80. package/esm2022/lib/forms/validators/empty-string-reset.directive.mjs +3 -3
  81. package/esm2022/lib/forms/validators/equal-validator.directive.mjs +3 -3
  82. package/esm2022/lib/forms/validators/native-element-injector.directive.mjs +3 -3
  83. package/esm2022/lib/forms/validators/unique-validator-directive.mjs +3 -3
  84. package/esm2022/lib/http/http.module.mjs +4 -4
  85. package/esm2022/lib/layout/dynamic-menu/dynamic-menu.component.mjs +5 -5
  86. package/esm2022/lib/layout/layout-card-over/layout-card-over.component.mjs +3 -3
  87. package/esm2022/lib/layout/layout-compact/layout-compact.component.mjs +3 -3
  88. package/esm2022/lib/layout/layout-footer/layout-footer.component.mjs +3 -3
  89. package/esm2022/lib/layout/layout-manage-list/layout-manage-list.component.mjs +5 -5
  90. package/esm2022/lib/layout/layout-manage-list/layout-manage-list.directives.mjs +9 -9
  91. package/esm2022/lib/layout/layout-nav/layout-nav.component.mjs +5 -5
  92. package/esm2022/lib/layout/layout-nav-list/layout-nav-list.component.mjs +3 -3
  93. package/esm2022/lib/layout/layout-nav-list/layout-nav-list.directives.mjs +9 -9
  94. package/esm2022/lib/layout/layout-toggle.class.mjs +3 -3
  95. package/esm2022/lib/layout/layout.component.mjs +3 -3
  96. package/esm2022/lib/layout/layout.directives.mjs +9 -9
  97. package/esm2022/lib/layout/layout.module.mjs +4 -4
  98. package/esm2022/lib/layout/list-toolbar/list-toolbar.component.mjs +5 -5
  99. package/esm2022/lib/layout/navigation-drawer/navigation-drawer.component.mjs +11 -11
  100. package/esm2022/lib/list/components/list.component.mjs +3 -3
  101. package/esm2022/lib/list/directives/vd-list-option.directive.mjs +3 -3
  102. package/esm2022/lib/list/list.module.mjs +4 -4
  103. package/esm2022/lib/media/directives/media-toggle.directive.mjs +3 -3
  104. package/esm2022/lib/media/media.module.mjs +4 -4
  105. package/esm2022/lib/media/services/media.service.mjs +3 -3
  106. package/esm2022/lib/menu/components/menu.component.mjs +5 -5
  107. package/esm2022/lib/menu/menu.module.mjs +4 -4
  108. package/esm2022/lib/menu/resolvers/menu-form-includes.resolve.mjs +3 -3
  109. package/esm2022/lib/menu/resolvers/menu-item-form-includes.resolve.mjs +3 -3
  110. package/esm2022/lib/menu/resolvers/menu-list-projection.resolve.mjs +3 -3
  111. package/esm2022/lib/menu/resolvers/menu-settings.resolve.mjs +3 -3
  112. package/esm2022/lib/menu/services/menu-items.service.mjs +3 -3
  113. package/esm2022/lib/menu/services/menu.resolve.mjs +6 -6
  114. package/esm2022/lib/menu/services/menu.service.mjs +3 -3
  115. package/esm2022/lib/search/search.module.mjs +4 -4
  116. package/esm2022/lib/select/components/select.component.mjs +6 -5
  117. package/esm2022/lib/select/directives/vd-select-option.directive.mjs +3 -3
  118. package/esm2022/lib/select/directives/vd-select-trigger.directive.mjs +3 -3
  119. package/esm2022/lib/select/select.module.mjs +4 -4
  120. package/esm2022/lib/table/components/dynamic-table/dynamic-table.component.mjs +5 -5
  121. package/esm2022/lib/table/components/filter-clear.component.mjs +6 -6
  122. package/esm2022/lib/table/components/filter-date.component.mjs +8 -8
  123. package/esm2022/lib/table/components/filter-input.component.mjs +8 -8
  124. package/esm2022/lib/table/components/filter-select.component.mjs +9 -9
  125. package/esm2022/lib/table/directives/data-source-filter.directive.mjs +3 -3
  126. package/esm2022/lib/table/functions/decorators.mjs +21 -21
  127. package/esm2022/lib/table/paginator-intl.mjs +3 -3
  128. package/esm2022/lib/table/table.module.mjs +4 -4
  129. package/fesm2022/messaia-cdk.mjs +502 -501
  130. package/fesm2022/messaia-cdk.mjs.map +1 -1
  131. package/lib/common/pipes/order.pipe.d.ts +1 -1
  132. package/lib/common/styles/font/_font.scss +1 -1
  133. package/package.json +3 -3
@@ -27,13 +27,13 @@ import * as i0 from "@angular/core";
27
27
  export { AuthHelper, AuthUser, BaseComponent, BaseInterceptor, CachingInterceptor, FileService, GenericFormBaseComponent, GenericFormComponent, GenericListComponent, GenericReactiveFormComponent, LoadingScreenInterceptor, LoadingScreenService, MessageType, PrintService, VdDynamicTableConfigDialogComponent, Common, GlobalRoles };
28
28
  const DECLARATIONS = [VdDynamicTableConfigDialogComponent];
29
29
  export class MaterialModule {
30
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: MaterialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
31
- /** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: MaterialModule, exports: [MatButtonModule,
30
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: MaterialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
31
+ /** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: MaterialModule, exports: [MatButtonModule,
32
32
  DragDropModule] });
33
- /** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: MaterialModule, imports: [MatButtonModule,
33
+ /** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: MaterialModule, imports: [MatButtonModule,
34
34
  DragDropModule] });
35
35
  }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: MaterialModule, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: MaterialModule, decorators: [{
37
37
  type: NgModule,
38
38
  args: [{
39
39
  exports: [
@@ -43,13 +43,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
43
43
  }]
44
44
  }] });
45
45
  export class VdBaseModule {
46
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: VdBaseModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
47
- /** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: VdBaseModule, declarations: [VdDynamicTableConfigDialogComponent], imports: [CommonModule,
46
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: VdBaseModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
47
+ /** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: VdBaseModule, declarations: [VdDynamicTableConfigDialogComponent], imports: [CommonModule,
48
48
  FormsModule,
49
49
  ReactiveFormsModule,
50
50
  MatDialogModule,
51
51
  VdTableModule, MaterialModule], exports: [VdDynamicTableConfigDialogComponent] });
52
- /** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: VdBaseModule, providers: [
52
+ /** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: VdBaseModule, providers: [
53
53
  { provide: HTTP_INTERCEPTORS, useClass: BaseInterceptor, multi: true },
54
54
  { provide: HTTP_INTERCEPTORS, useClass: CachingInterceptor, multi: true },
55
55
  { provide: HTTP_INTERCEPTORS, useClass: LoadingScreenInterceptor, multi: true },
@@ -60,7 +60,7 @@ export class VdBaseModule {
60
60
  VdTableModule,
61
61
  MaterialModule] });
62
62
  }
63
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: VdBaseModule, decorators: [{
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: VdBaseModule, decorators: [{
64
64
  type: NgModule,
65
65
  args: [{
66
66
  imports: [
@@ -655,10 +655,10 @@ export class BaseComponent {
655
655
  ngOnDestroy() {
656
656
  this.matExpansionPanelSubscriptions.forEach(x => x.unsubscribe());
657
657
  }
658
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: BaseComponent, deps: [{ token: i1.ActivatedRoute }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
659
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.2", type: BaseComponent, inputs: { handleExpansionPanelChanges: "handleExpansionPanelChanges" }, outputs: { reload: "reload" }, viewQueries: [{ propertyName: "matExpansionPanelElementQueryList", predicate: MatExpansionPanel, descendants: true, read: ElementRef }, { propertyName: "matExpansionPanelQueryList", predicate: MatExpansionPanel, descendants: true }], ngImport: i0 });
658
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BaseComponent, deps: [{ token: i1.ActivatedRoute }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
659
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: BaseComponent, inputs: { handleExpansionPanelChanges: "handleExpansionPanelChanges" }, outputs: { reload: "reload" }, viewQueries: [{ propertyName: "matExpansionPanelElementQueryList", predicate: MatExpansionPanel, descendants: true, read: ElementRef }, { propertyName: "matExpansionPanelQueryList", predicate: MatExpansionPanel, descendants: true }], ngImport: i0 });
660
660
  }
661
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: BaseComponent, decorators: [{
661
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BaseComponent, decorators: [{
662
662
  type: Directive
663
663
  }], ctorParameters: () => [{ type: i1.ActivatedRoute }, { type: i0.ChangeDetectorRef }], propDecorators: { handleExpansionPanelChanges: [{
664
664
  type: Input
@@ -63,8 +63,8 @@ export class VdDynamicTableConfigDialogComponent extends BaseComponent {
63
63
  updateColumns() {
64
64
  this.genericList?.updateColumns();
65
65
  }
66
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: VdDynamicTableConfigDialogComponent, deps: [{ token: i1.ActivatedRoute }, { token: i0.ChangeDetectorRef }, { token: i2.MatDialogRef }, { token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component });
67
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: VdDynamicTableConfigDialogComponent, selector: "vd-dynamic-table-config-dialog", usesInheritance: true, ngImport: i0, template: `
66
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: VdDynamicTableConfigDialogComponent, deps: [{ token: i1.ActivatedRoute }, { token: i0.ChangeDetectorRef }, { token: i2.MatDialogRef }, { token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component });
67
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.5", type: VdDynamicTableConfigDialogComponent, selector: "vd-dynamic-table-config-dialog", usesInheritance: true, ngImport: i0, template: `
68
68
  <div mat-dialog-title cdkDrag cdkDragRootElement=".cdk-overlay-pane" class="pad push-none" cdkDragHandle i18n="@@tableConfiguration">Table configuration</div>
69
69
  <vd-dynamic-table [data]="columns" [classType]="classType" [filterable]="false" [pageSize]="10" [context]="this">
70
70
  <div table-footer layout-padding class="push-xs">
@@ -74,7 +74,7 @@ export class VdDynamicTableConfigDialogComponent extends BaseComponent {
74
74
  </div>
75
75
  </vd-dynamic-table>`, isInline: true, styles: [".mat-mdc-dialog-title{cursor:move}\n"], dependencies: [{ kind: "directive", type: i2.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "component", type: i3.VdDynamicTableComponent, selector: "vd-dynamic-table", inputs: ["dataSource", "data", "formArray", "debugValue", "classType", "context", "dataSourceFilter", "static", "filterable", "paginable", "selectable", "sortActive", "sortDirection", "stickyHeader", "stickyFilter", "rowNgClass", "detailsTemplate", "readonly", "selectAllFilter", "columns", "rowMenuItems", "rowAction", "excludedColumns", "pageSize", "pageSizeOptions"], outputs: ["rowClick"] }, { kind: "component", type: i4.MatAnchor, selector: "a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button]", exportAs: ["matButton", "matAnchor"] }, { kind: "directive", type: i5.CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragData", "cdkDragLockAxis", "cdkDragRootElement", "cdkDragBoundary", "cdkDragStartDelay", "cdkDragFreeDragPosition", "cdkDragDisabled", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragPreviewContainer"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }, { kind: "directive", type: i5.CdkDragHandle, selector: "[cdkDragHandle]", inputs: ["cdkDragHandleDisabled"] }] });
76
76
  }
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: VdDynamicTableConfigDialogComponent, decorators: [{
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: VdDynamicTableConfigDialogComponent, decorators: [{
78
78
  type: Component,
79
79
  args: [{ selector: 'vd-dynamic-table-config-dialog', template: `
80
80
  <div mat-dialog-title cdkDrag cdkDragRootElement=".cdk-overlay-pane" class="pad push-none" cdkDragHandle i18n="@@tableConfiguration">Table configuration</div>
@@ -736,10 +736,10 @@ export class GenericFormBaseComponent extends BaseComponent {
736
736
  this.back();
737
737
  }
738
738
  }
739
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: GenericFormBaseComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
740
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.2", type: GenericFormBaseComponent, inputs: { id: "id", _item: "_item", item: "item", includes: "includes", projection: "projection", query: "query", readonly: "readonly", disabled: "disabled", form: "form" }, host: { listeners: { "document:keydown": "handleKeyboardEvent($event)" } }, viewQueries: [{ propertyName: "matStepper", first: true, predicate: MatStepper, descendants: true }, { propertyName: "input", predicate: ["focus"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
739
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: GenericFormBaseComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
740
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: GenericFormBaseComponent, inputs: { id: "id", _item: "_item", item: "item", includes: "includes", projection: "projection", query: "query", readonly: "readonly", disabled: "disabled", form: "form" }, host: { listeners: { "document:keydown": "handleKeyboardEvent($event)" } }, viewQueries: [{ propertyName: "matStepper", first: true, predicate: MatStepper, descendants: true }, { propertyName: "input", predicate: ["focus"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
741
741
  }
742
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: GenericFormBaseComponent, decorators: [{
742
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: GenericFormBaseComponent, decorators: [{
743
743
  type: Directive
744
744
  }], ctorParameters: () => [{ type: i0.Type }, { type: undefined }, { type: i1.ActivatedRoute }, { type: i0.ChangeDetectorRef }], propDecorators: { id: [{
745
745
  type: Input
@@ -33,10 +33,10 @@ export class GenericFormComponent extends GenericFormBaseComponent {
33
33
  this.changeDetectorRef = changeDetectorRef;
34
34
  this.listRoute = this.addSaveAndCloseRoute;
35
35
  }
36
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: GenericFormComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
37
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.2", type: GenericFormComponent, inputs: { form: "form" }, usesInheritance: true, ngImport: i0 });
36
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: GenericFormComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
37
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: GenericFormComponent, inputs: { form: "form" }, usesInheritance: true, ngImport: i0 });
38
38
  }
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: GenericFormComponent, decorators: [{
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: GenericFormComponent, decorators: [{
40
40
  type: Directive
41
41
  }], ctorParameters: () => [{ type: i0.Type }, { type: undefined }, { type: i1.ActivatedRoute }, { type: i0.ChangeDetectorRef }], propDecorators: { form: [{
42
42
  type: Input
@@ -738,10 +738,10 @@ export class GenericListComponent extends BaseComponent {
738
738
  * in the creation of the default string description of an object
739
739
  */
740
740
  get [Symbol.toStringTag]() { return 'GenericListComponent'; }
741
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: GenericListComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
742
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.2", type: GenericListComponent, inputs: { backButton: "backButton" }, host: { listeners: { "document:keydown": "handleKeyboardEvent($event)" } }, viewQueries: [{ propertyName: "paginator", first: true, predicate: MatPaginator, descendants: true, static: true }, { propertyName: "sort", first: true, predicate: MatSort, descendants: true, static: true }, { propertyName: "dynamicTable", first: true, predicate: VdDynamicTableComponent, descendants: true, static: true }], usesInheritance: true, ngImport: i0 });
741
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: GenericListComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
742
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: GenericListComponent, inputs: { backButton: "backButton" }, host: { listeners: { "document:keydown": "handleKeyboardEvent($event)" } }, viewQueries: [{ propertyName: "paginator", first: true, predicate: MatPaginator, descendants: true, static: true }, { propertyName: "sort", first: true, predicate: MatSort, descendants: true, static: true }, { propertyName: "dynamicTable", first: true, predicate: VdDynamicTableComponent, descendants: true, static: true }], usesInheritance: true, ngImport: i0 });
743
743
  }
744
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: GenericListComponent, decorators: [{
744
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: GenericListComponent, decorators: [{
745
745
  type: Directive
746
746
  }], ctorParameters: () => [{ type: undefined }, { type: i1.ActivatedRoute }, { type: i0.ChangeDetectorRef }, { type: undefined }], propDecorators: { paginator: [{
747
747
  type: ViewChild,
@@ -90,10 +90,10 @@ export class GenericReactiveFormComponent extends GenericFormBaseComponent {
90
90
  super.debugForm(form);
91
91
  console.log(this.form.getErrorSummary(false));
92
92
  }
93
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: GenericReactiveFormComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
94
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.2", type: GenericReactiveFormComponent, inputs: { form: "form" }, usesInheritance: true, ngImport: i0 });
93
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: GenericReactiveFormComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
94
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.5", type: GenericReactiveFormComponent, inputs: { form: "form" }, usesInheritance: true, ngImport: i0 });
95
95
  }
96
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: GenericReactiveFormComponent, decorators: [{
96
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: GenericReactiveFormComponent, decorators: [{
97
97
  type: Directive
98
98
  }], ctorParameters: () => [{ type: i0.Type }, { type: undefined }, { type: i1.ActivatedRoute }, { type: i0.ChangeDetectorRef }], propDecorators: { form: [{
99
99
  type: Input
@@ -130,10 +130,10 @@ export class BaseInterceptor {
130
130
  }
131
131
  return errors.join('\n');
132
132
  }
133
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: BaseInterceptor, deps: [{ token: i1.AppSetting }, { token: i2.MatSnackBar }], target: i0.ɵɵFactoryTarget.Injectable });
134
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: BaseInterceptor, providedIn: 'root' });
133
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BaseInterceptor, deps: [{ token: i1.AppSetting }, { token: i2.MatSnackBar }], target: i0.ɵɵFactoryTarget.Injectable });
134
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BaseInterceptor, providedIn: 'root' });
135
135
  }
136
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: BaseInterceptor, decorators: [{
136
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: BaseInterceptor, decorators: [{
137
137
  type: Injectable,
138
138
  args: [{ providedIn: 'root' }]
139
139
  }], ctorParameters: () => [{ type: i1.AppSetting }, { type: i2.MatSnackBar }] });
@@ -57,10 +57,10 @@ export class CachingInterceptor {
57
57
  }
58
58
  }));
59
59
  }
60
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CachingInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
61
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CachingInterceptor, providedIn: 'root' });
60
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: CachingInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
61
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: CachingInterceptor, providedIn: 'root' });
62
62
  }
63
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CachingInterceptor, decorators: [{
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: CachingInterceptor, decorators: [{
64
64
  type: Injectable,
65
65
  args: [{ providedIn: 'root' }]
66
66
  }], ctorParameters: () => [] });
@@ -55,10 +55,10 @@ export class LoadingScreenInterceptor {
55
55
  }
56
56
  }
57
57
  ;
58
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: LoadingScreenInterceptor, deps: [{ token: i1.LoadingScreenService }], target: i0.ɵɵFactoryTarget.Injectable });
59
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: LoadingScreenInterceptor });
58
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoadingScreenInterceptor, deps: [{ token: i1.LoadingScreenService }], target: i0.ɵɵFactoryTarget.Injectable });
59
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoadingScreenInterceptor });
60
60
  }
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: LoadingScreenInterceptor, decorators: [{
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoadingScreenInterceptor, decorators: [{
62
62
  type: Injectable
63
63
  }], ctorParameters: () => [{ type: i1.LoadingScreenService }] });
64
64
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZGluZy5pbnRlcmNlcHRvci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Nkay9zcmMvbGliL2Jhc2UvaW50ZXJjZXB0b3JzL2xvYWRpbmcuaW50ZXJjZXB0b3IudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUUzQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDMUMsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sb0NBQW9DLENBQUM7OztBQUcxRSxNQUFNLE9BQU8sd0JBQXdCO0lBZ0JiO0lBZHBCOztPQUVHO0lBQ0gsY0FBYyxHQUFXLENBQUMsQ0FBQztJQUUzQjs7T0FFRztJQUNILFNBQVMsR0FBRyxDQUFDLGNBQWMsQ0FBQyxDQUFDO0lBRTdCOzs7T0FHRztJQUNILFlBQW9CLG9CQUEwQztRQUExQyx5QkFBb0IsR0FBcEIsb0JBQW9CLENBQXNCO0lBQUksQ0FBQztJQUVuRTs7Ozs7O01BTUU7SUFDRixTQUFTLENBQUMsT0FBeUIsRUFBRSxJQUFpQjtRQUNsRCxJQUFJLG9CQUFvQixHQUFHLElBQUksQ0FBQztRQUVoQywwQ0FBMEM7UUFDMUMsS0FBSyxNQUFNLFFBQVEsSUFBSSxJQUFJLENBQUMsU0FBUyxFQUFFO1lBQ25DLElBQUksSUFBSSxNQUFNLENBQUMsUUFBUSxDQUFDLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsRUFBRTtnQkFDeEMsb0JBQW9CLEdBQUcsS0FBSyxDQUFDO2dCQUM3QixNQUFNO2FBQ1Q7U0FDSjtRQUVELElBQUksb0JBQW9CLEVBQUU7WUFDdEIsSUFBSSxJQUFJLENBQUMsY0FBYyxLQUFLLENBQUMsRUFBRTtnQkFDM0IsSUFBSSxDQUFDLG9CQUFvQixDQUFDLFlBQVksRUFBRSxDQUFDO2FBQzVDO1lBRUQsK0JBQStCO1lBQy9CLElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQztZQUV0Qix3QkFBd0I7WUFDeEIsT0FBTyxJQUFJLENBQUMsTUFBTSxDQUFDLE9BQU8sQ0FBQyxDQUFDLElBQUksQ0FDNUIsUUFBUSxDQUFDLEdBQUcsRUFBRTtnQkFDVixJQUFJLENBQUMsY0FBYyxFQUFFLENBQUM7Z0JBQ3RCLElBQUksSUFBSSxDQUFDLGNBQWMsS0FBSyxDQUFDLEVBQUU7b0JBQzNCLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxXQUFXLEVBQUUsQ0FBQztpQkFDM0M7WUFDTCxDQUFDLENBQUMsQ0FDTCxDQUFBO1NBQ0o7YUFBTTtZQUNILE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsQ0FBQztTQUMvQjtJQUNMLENBQUM7SUFBQSxDQUFDOzBIQXhETyx3QkFBd0I7OEhBQXhCLHdCQUF3Qjs7MkZBQXhCLHdCQUF3QjtrQkFEcEMsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEh0dHBFdmVudCwgSHR0cEhhbmRsZXIsIEh0dHBJbnRlcmNlcHRvciwgSHR0cFJlcXVlc3QgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uL2h0dHBcIjtcclxuaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IE9ic2VydmFibGUgfSBmcm9tIFwicnhqc1wiO1xyXG5pbXBvcnQgeyBmaW5hbGl6ZSB9IGZyb20gXCJyeGpzL29wZXJhdG9yc1wiO1xyXG5pbXBvcnQgeyBMb2FkaW5nU2NyZWVuU2VydmljZSB9IGZyb20gXCIuLi9zZXJ2aWNlcy9sb2FkaW5nLXNjcmVlbi5zZXJ2aWNlXCI7XHJcblxyXG5ASW5qZWN0YWJsZSgpXHJcbmV4cG9ydCBjbGFzcyBMb2FkaW5nU2NyZWVuSW50ZXJjZXB0b3IgaW1wbGVtZW50cyBIdHRwSW50ZXJjZXB0b3Ige1xyXG5cclxuICAgIC8qKlxyXG4gICAgICogYWN0aXZlUmVxdWVzdHM6IG51bWJlclxyXG4gICAgICovXHJcbiAgICBhY3RpdmVSZXF1ZXN0czogbnVtYmVyID0gMDtcclxuXHJcbiAgICAvKipcclxuICAgICAqIFVSTHMgZm9yIHdoaWNoIHRoZSBsb2FkaW5nIHNjcmVlbiBzaG91bGQgbm90IGJlIGVuYWJsZWRcclxuICAgICAqL1xyXG4gICAgc2tpcHBVcmxzID0gWycvYXV0aHJlZnJlc2gnXTtcclxuXHJcbiAgICAvKipcclxuICAgICAqIENvbnN0cnVjdG9yXHJcbiAgICAgKiBAcGFyYW0gbG9hZGluZ1NjcmVlblNlcnZpY2UgXHJcbiAgICAgKi9cclxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgbG9hZGluZ1NjcmVlblNlcnZpY2U6IExvYWRpbmdTY3JlZW5TZXJ2aWNlKSB7IH1cclxuXHJcbiAgICAvKipcclxuICAgICogSWRlbnRpZmllcyBhbmQgaGFuZGxlcyBhIGdpdmVuIEhUVFAgcmVxdWVzdC5cclxuICAgICogQHBhcmFtIHJlcSBUaGUgb3V0Z29pbmcgcmVxdWVzdCBvYmplY3QgdG8gaGFuZGxlLlxyXG4gICAgKiBAcGFyYW0gbmV4dCBUaGUgbmV4dCBpbnRlcmNlcHRvciBpbiB0aGUgY2hhaW4sIG9yIHRoZSBiYWNrZW5kXHJcbiAgICAqIGlmIG5vIGludGVyY2VwdG9ycyByZW1haW4gaW4gdGhlIGNoYWluLlxyXG4gICAgKiBAcmV0dXJucyBBbiBvYnNlcnZhYmxlIG9mIHRoZSBldmVudCBzdHJlYW0uXHJcbiAgICAqL1xyXG4gICAgaW50ZXJjZXB0KHJlcXVlc3Q6IEh0dHBSZXF1ZXN0PGFueT4sIG5leHQ6IEh0dHBIYW5kbGVyKTogT2JzZXJ2YWJsZTxIdHRwRXZlbnQ8YW55Pj4ge1xyXG4gICAgICAgIGxldCBkaXNwbGF5TG9hZGluZ1NjcmVlbiA9IHRydWU7XHJcblxyXG4gICAgICAgIC8qIFNraXAgbG9hZGluZyBzY3JlZW4gZm9yIGZvbG93ZWQgdXJscyAqL1xyXG4gICAgICAgIGZvciAoY29uc3Qgc2tpcHBVcmwgb2YgdGhpcy5za2lwcFVybHMpIHtcclxuICAgICAgICAgICAgaWYgKG5ldyBSZWdFeHAoc2tpcHBVcmwpLnRlc3QocmVxdWVzdC51cmwpKSB7XHJcbiAgICAgICAgICAgICAgICBkaXNwbGF5TG9hZGluZ1NjcmVlbiA9IGZhbHNlO1xyXG4gICAgICAgICAgICAgICAgYnJlYWs7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIGlmIChkaXNwbGF5TG9hZGluZ1NjcmVlbikge1xyXG4gICAgICAgICAgICBpZiAodGhpcy5hY3RpdmVSZXF1ZXN0cyA9PT0gMCkge1xyXG4gICAgICAgICAgICAgICAgdGhpcy5sb2FkaW5nU2NyZWVuU2VydmljZS5zdGFydExvYWRpbmcoKTtcclxuICAgICAgICAgICAgfVxyXG5cclxuICAgICAgICAgICAgLyogQ291bnQgdGhlIGFjdGl2ZSByZXF1ZXN0cyAqL1xyXG4gICAgICAgICAgICB0aGlzLmFjdGl2ZVJlcXVlc3RzKys7XHJcblxyXG4gICAgICAgICAgICAvKiBoYW5kbGUgdGhlIHJlcXVlc3QgKi9cclxuICAgICAgICAgICAgcmV0dXJuIG5leHQuaGFuZGxlKHJlcXVlc3QpLnBpcGUoXHJcbiAgICAgICAgICAgICAgICBmaW5hbGl6ZSgoKSA9PiB7XHJcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5hY3RpdmVSZXF1ZXN0cy0tO1xyXG4gICAgICAgICAgICAgICAgICAgIGlmICh0aGlzLmFjdGl2ZVJlcXVlc3RzID09PSAwKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMubG9hZGluZ1NjcmVlblNlcnZpY2Uuc3RvcExvYWRpbmcoKTtcclxuICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICB9KVxyXG4gICAgICAgICAgICApXHJcbiAgICAgICAgfSBlbHNlIHtcclxuICAgICAgICAgICAgcmV0dXJuIG5leHQuaGFuZGxlKHJlcXVlc3QpO1xyXG4gICAgICAgIH1cclxuICAgIH07XHJcbn0iXX0=
@@ -8,10 +8,10 @@ export class FileService extends GenericService {
8
8
  constructor() {
9
9
  super('file');
10
10
  }
11
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: FileService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
12
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: FileService, providedIn: 'root' });
11
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: FileService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
12
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: FileService, providedIn: 'root' });
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: FileService, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: FileService, decorators: [{
15
15
  type: Injectable,
16
16
  args: [{ providedIn: 'root' }]
17
17
  }], ctorParameters: () => [] });
@@ -35,10 +35,10 @@ export class LoadingScreenService {
35
35
  stopLoading() {
36
36
  this.loading = false;
37
37
  }
38
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: LoadingScreenService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
39
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: LoadingScreenService, providedIn: 'root' });
38
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoadingScreenService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
39
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoadingScreenService, providedIn: 'root' });
40
40
  }
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: LoadingScreenService, decorators: [{
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: LoadingScreenService, decorators: [{
42
42
  type: Injectable,
43
43
  args: [{ providedIn: 'root' }]
44
44
  }] });
@@ -31,10 +31,10 @@ export class PrintService {
31
31
  this.router.navigate([{ outlets: { print: null } }]);
32
32
  });
33
33
  }
34
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: PrintService, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
35
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: PrintService, providedIn: 'root' });
34
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: PrintService, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
35
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: PrintService, providedIn: 'root' });
36
36
  }
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: PrintService, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: PrintService, decorators: [{
38
38
  type: Injectable,
39
39
  args: [{ providedIn: 'root' }]
40
40
  }], ctorParameters: () => [{ type: i1.Router }] });
@@ -33,8 +33,8 @@ const MATRIAL_DECLARATIONS = [
33
33
  MatDividerModule
34
34
  ];
35
35
  export class VdChipsModule {
36
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: VdChipsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
37
- /** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: VdChipsModule, declarations: [VdChipsComponent,
36
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: VdChipsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
37
+ /** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: VdChipsModule, declarations: [VdChipsComponent,
38
38
  VdAutocompleteOptionDirective,
39
39
  VdChipDirective], imports: [CommonModule,
40
40
  FormsModule,
@@ -50,13 +50,13 @@ export class VdChipsModule {
50
50
  MatDividerModule], exports: [VdChipsComponent,
51
51
  VdAutocompleteOptionDirective,
52
52
  VdChipDirective] });
53
- /** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: VdChipsModule, imports: [CommonModule,
53
+ /** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: VdChipsModule, imports: [CommonModule,
54
54
  FormsModule,
55
55
  ReactiveFormsModule,
56
56
  VdTableModule,
57
57
  MATRIAL_DECLARATIONS] });
58
58
  }
59
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: VdChipsModule, decorators: [{
59
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: VdChipsModule, decorators: [{
60
60
  type: NgModule,
61
61
  args: [{
62
62
  imports: [