@igo2/integration 21.0.0-next.16 → 21.0.0-next.18

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.
@@ -29,7 +29,7 @@ import { ContextService, ContextEditComponent, ContextListComponent, ContextPerm
29
29
  import { createExcelWorkBook, addExcelSheetToWorkBook, writeExcelFile, ObjectUtils, uuid, NumberUtils } from '@igo2/utils';
30
30
  import { toSignal, toObservable, takeUntilDestroyed } from '@angular/core/rxjs-interop';
31
31
  import { MediaService, Media } from '@igo2/core/media';
32
- import { MessageService, IgoMessageModule } from '@igo2/core/message';
32
+ import { MessageService } from '@igo2/core/message';
33
33
  import { trigger, state, style, transition, animate } from '@angular/animations';
34
34
  import { SELECTION_MARKER_ICON } from '@igo2/common/icon';
35
35
  import * as olProj from 'ol/proj';
@@ -2737,27 +2737,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
2737
2737
 
2738
2738
  class IgoAppGeometryFormModule {
2739
2739
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: IgoAppGeometryFormModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2740
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.17", ngImport: i0, type: IgoAppGeometryFormModule, declarations: [DataIssueReporterToolComponent], imports: [CommonModule,
2741
- MatButtonModule,
2742
- IgoLanguageModule,
2743
- IgoFormModule,
2744
- IgoMessageModule], exports: [DataIssueReporterToolComponent] });
2745
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: IgoAppGeometryFormModule, imports: [CommonModule,
2746
- MatButtonModule,
2747
- IgoLanguageModule,
2748
- IgoFormModule,
2749
- IgoMessageModule] });
2740
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.17", ngImport: i0, type: IgoAppGeometryFormModule, declarations: [DataIssueReporterToolComponent], imports: [CommonModule, MatButtonModule, IgoLanguageModule, IgoFormModule], exports: [DataIssueReporterToolComponent] });
2741
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: IgoAppGeometryFormModule, imports: [CommonModule, MatButtonModule, IgoLanguageModule, IgoFormModule] });
2750
2742
  }
2751
2743
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: IgoAppGeometryFormModule, decorators: [{
2752
2744
  type: NgModule,
2753
2745
  args: [{
2754
- imports: [
2755
- CommonModule,
2756
- MatButtonModule,
2757
- IgoLanguageModule,
2758
- IgoFormModule,
2759
- IgoMessageModule
2760
- ],
2746
+ imports: [CommonModule, MatButtonModule, IgoLanguageModule, IgoFormModule],
2761
2747
  declarations: [DataIssueReporterToolComponent],
2762
2748
  exports: [DataIssueReporterToolComponent],
2763
2749
  schemas: []