@igo2/geo 21.0.0-next.5 → 21.0.0-next.6

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.
@@ -29699,7 +29699,7 @@ class EpsgSelectorModalComponent {
29699
29699
  }
29700
29700
  }
29701
29701
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.10", ngImport: i0, type: EpsgSelectorModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
29702
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.10", type: EpsgSelectorModalComponent, isStandalone: true, selector: "igo-epsg-selector-modal", ngImport: i0, template: "<h2 mat-dialog-title class=\"mat-typography\">\n {{ 'igo.geo.dropGeoFile.epsgUndefined.title' | translate }}\n</h2>\n<div mat-dialog-content class=\"mat-typography\">\n <p\n [innerHTML]=\"\n 'igo.geo.dropGeoFile.epsgUndefined.text'\n | translate: { fileName: data.fileName }\n \"\n ></p>\n <div class=\"igo-input-container\">\n <mat-form-field appearance=\"fill\" class=\"full-width\">\n <mat-label>{{\n 'igo.geo.importExportForm.importProjPlaceholder' | translate\n }}</mat-label>\n <mat-select [(value)]=\"selectedEpsg\">\n @for (projection of data?.projections; track projection) {\n <mat-option\n [value]=\"projection.code\"\n (click)=\"$event.stopPropagation()\"\n >\n @if (projection.translateKey) {\n <span matListItemTitle>\n {{\n 'igo.geo.importExportForm.projections.' +\n projection.translateKey | translate: projection\n }}\n </span>\n }\n @if (!projection.translateKey) {\n <span matListItemTitle>\n {{ projection.alias }}\n </span>\n }\n </mat-option>\n }\n </mat-select>\n <mat-hint>\n {{ 'igo.geo.dropGeoFile.epsgUndefined.note' | translate }}\n </mat-hint>\n </mat-form-field>\n </div>\n</div>\n<div mat-dialog-actions align=\"end\">\n <button mat-button (click)=\"cancel()\">\n {{ 'igo.common.confirmDialog.cancelBtn' | translate }}\n </button>\n <button\n mat-flat-button\n color=\"primary\"\n (click)=\"confirm()\"\n [disabled]=\"!selectedEpsg\"\n >\n {{ 'igo.common.confirmDialog.confirmBtn' | translate }}\n </button>\n</div>\n", styles: [".full-width{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: IgoLanguageModule }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i1.MatButton, selector: " button[matButton], a[matButton], button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button], a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button] ", inputs: ["matButton"], exportAs: ["matButton", "matAnchor"] }, { kind: "ngmodule", type: MatDialogModule }, { kind: "directive", type: i2$3.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "directive", type: i2$3.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", inputs: ["align"] }, { kind: "directive", type: i2$3.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i3$1.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i3$1.MatLabel, selector: "mat-label" }, { kind: "directive", type: i3$1.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "ngmodule", type: MatSelectModule }, { kind: "component", type: i4$3.MatSelect, selector: "mat-select", inputs: ["aria-describedby", "panelClass", "disabled", "disableRipple", "tabIndex", "hideSingleSelectionIndicator", "placeholder", "required", "multiple", "disableOptionCentering", "compareWith", "value", "aria-label", "aria-labelledby", "errorStateMatcher", "typeaheadDebounceInterval", "sortComparator", "id", "panelWidth", "canSelectNullableOptions"], outputs: ["openedChange", "opened", "closed", "selectionChange", "valueChange"], exportAs: ["matSelect"] }, { kind: "component", type: i4$3.MatOption, selector: "mat-option", inputs: ["value", "id", "disabled"], outputs: ["onSelectionChange"], exportAs: ["matOption"] }, { kind: "pipe", type: i4.TranslatePipe, name: "translate" }] });
29702
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.10", type: EpsgSelectorModalComponent, isStandalone: true, selector: "igo-epsg-selector-modal", ngImport: i0, template: "<h2 mat-dialog-title class=\"mat-typography\">\n {{ 'igo.geo.dropGeoFile.epsgUndefined.title' | translate }}\n</h2>\n<div mat-dialog-content class=\"mat-typography\">\n <p\n [innerHTML]=\"\n 'igo.geo.dropGeoFile.epsgUndefined.text'\n | translate: { fileName: data.fileName }\n \"\n ></p>\n <div class=\"igo-input-container\">\n <mat-form-field appearance=\"fill\" class=\"full-width\">\n <mat-label>{{\n 'igo.geo.importExportForm.importProjPlaceholder' | translate\n }}</mat-label>\n <mat-select [(value)]=\"selectedEpsg\">\n @for (projection of data.projections; track projection) {\n <mat-option\n [value]=\"projection.code\"\n (click)=\"$event.stopPropagation()\"\n >\n @if (projection.translateKey) {\n <span matListItemTitle>\n {{\n 'igo.geo.importExportForm.projections.' +\n projection.translateKey | translate: projection\n }}\n </span>\n }\n @if (!projection.translateKey) {\n <span matListItemTitle>\n {{ projection.alias }}\n </span>\n }\n </mat-option>\n }\n </mat-select>\n <mat-hint>\n {{ 'igo.geo.dropGeoFile.epsgUndefined.note' | translate }}\n </mat-hint>\n </mat-form-field>\n </div>\n</div>\n<div mat-dialog-actions align=\"end\">\n <button mat-button (click)=\"cancel()\">\n {{ 'igo.common.confirmDialog.cancelBtn' | translate }}\n </button>\n <button\n mat-flat-button\n color=\"primary\"\n (click)=\"confirm()\"\n [disabled]=\"!selectedEpsg\"\n >\n {{ 'igo.common.confirmDialog.confirmBtn' | translate }}\n </button>\n</div>\n", styles: [".full-width{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: IgoLanguageModule }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i1.MatButton, selector: " button[matButton], a[matButton], button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button], a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button] ", inputs: ["matButton"], exportAs: ["matButton", "matAnchor"] }, { kind: "ngmodule", type: MatDialogModule }, { kind: "directive", type: i2$3.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "directive", type: i2$3.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", inputs: ["align"] }, { kind: "directive", type: i2$3.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i3$1.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i3$1.MatLabel, selector: "mat-label" }, { kind: "directive", type: i3$1.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "ngmodule", type: MatSelectModule }, { kind: "component", type: i4$3.MatSelect, selector: "mat-select", inputs: ["aria-describedby", "panelClass", "disabled", "disableRipple", "tabIndex", "hideSingleSelectionIndicator", "placeholder", "required", "multiple", "disableOptionCentering", "compareWith", "value", "aria-label", "aria-labelledby", "errorStateMatcher", "typeaheadDebounceInterval", "sortComparator", "id", "panelWidth", "canSelectNullableOptions"], outputs: ["openedChange", "opened", "closed", "selectionChange", "valueChange"], exportAs: ["matSelect"] }, { kind: "component", type: i4$3.MatOption, selector: "mat-option", inputs: ["value", "id", "disabled"], outputs: ["onSelectionChange"], exportAs: ["matOption"] }, { kind: "pipe", type: i4.TranslatePipe, name: "translate" }] });
29703
29703
  }
29704
29704
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.10", ngImport: i0, type: EpsgSelectorModalComponent, decorators: [{
29705
29705
  type: Component,
@@ -29709,7 +29709,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.10", ngImpo
29709
29709
  MatDialogModule,
29710
29710
  MatFormFieldModule,
29711
29711
  MatSelectModule
29712
- ], template: "<h2 mat-dialog-title class=\"mat-typography\">\n {{ 'igo.geo.dropGeoFile.epsgUndefined.title' | translate }}\n</h2>\n<div mat-dialog-content class=\"mat-typography\">\n <p\n [innerHTML]=\"\n 'igo.geo.dropGeoFile.epsgUndefined.text'\n | translate: { fileName: data.fileName }\n \"\n ></p>\n <div class=\"igo-input-container\">\n <mat-form-field appearance=\"fill\" class=\"full-width\">\n <mat-label>{{\n 'igo.geo.importExportForm.importProjPlaceholder' | translate\n }}</mat-label>\n <mat-select [(value)]=\"selectedEpsg\">\n @for (projection of data?.projections; track projection) {\n <mat-option\n [value]=\"projection.code\"\n (click)=\"$event.stopPropagation()\"\n >\n @if (projection.translateKey) {\n <span matListItemTitle>\n {{\n 'igo.geo.importExportForm.projections.' +\n projection.translateKey | translate: projection\n }}\n </span>\n }\n @if (!projection.translateKey) {\n <span matListItemTitle>\n {{ projection.alias }}\n </span>\n }\n </mat-option>\n }\n </mat-select>\n <mat-hint>\n {{ 'igo.geo.dropGeoFile.epsgUndefined.note' | translate }}\n </mat-hint>\n </mat-form-field>\n </div>\n</div>\n<div mat-dialog-actions align=\"end\">\n <button mat-button (click)=\"cancel()\">\n {{ 'igo.common.confirmDialog.cancelBtn' | translate }}\n </button>\n <button\n mat-flat-button\n color=\"primary\"\n (click)=\"confirm()\"\n [disabled]=\"!selectedEpsg\"\n >\n {{ 'igo.common.confirmDialog.confirmBtn' | translate }}\n </button>\n</div>\n", styles: [".full-width{width:100%}\n"] }]
29712
+ ], template: "<h2 mat-dialog-title class=\"mat-typography\">\n {{ 'igo.geo.dropGeoFile.epsgUndefined.title' | translate }}\n</h2>\n<div mat-dialog-content class=\"mat-typography\">\n <p\n [innerHTML]=\"\n 'igo.geo.dropGeoFile.epsgUndefined.text'\n | translate: { fileName: data.fileName }\n \"\n ></p>\n <div class=\"igo-input-container\">\n <mat-form-field appearance=\"fill\" class=\"full-width\">\n <mat-label>{{\n 'igo.geo.importExportForm.importProjPlaceholder' | translate\n }}</mat-label>\n <mat-select [(value)]=\"selectedEpsg\">\n @for (projection of data.projections; track projection) {\n <mat-option\n [value]=\"projection.code\"\n (click)=\"$event.stopPropagation()\"\n >\n @if (projection.translateKey) {\n <span matListItemTitle>\n {{\n 'igo.geo.importExportForm.projections.' +\n projection.translateKey | translate: projection\n }}\n </span>\n }\n @if (!projection.translateKey) {\n <span matListItemTitle>\n {{ projection.alias }}\n </span>\n }\n </mat-option>\n }\n </mat-select>\n <mat-hint>\n {{ 'igo.geo.dropGeoFile.epsgUndefined.note' | translate }}\n </mat-hint>\n </mat-form-field>\n </div>\n</div>\n<div mat-dialog-actions align=\"end\">\n <button mat-button (click)=\"cancel()\">\n {{ 'igo.common.confirmDialog.cancelBtn' | translate }}\n </button>\n <button\n mat-flat-button\n color=\"primary\"\n (click)=\"confirm()\"\n [disabled]=\"!selectedEpsg\"\n >\n {{ 'igo.common.confirmDialog.confirmBtn' | translate }}\n </button>\n</div>\n", styles: [".full-width{width:100%}\n"] }]
29713
29713
  }] });
29714
29714
 
29715
29715
  class ExportButtonComponent {