Angular v19

This commit is contained in:
2026-01-20 15:57:18 +01:00
parent e0c89f4358
commit 2eca9b2562
155 changed files with 9708 additions and 3068 deletions

View File

@@ -4,8 +4,9 @@ import { Collection } from 'ol';
import { MapComponent } from '../map.component';
@Component({
selector: 'aol-interaction-default',
template: '',
selector: 'aol-interaction-default',
template: '',
standalone: false
})
export class DefaultInteractionComponent implements OnInit, OnDestroy {
@Input()

View File

@@ -3,8 +3,9 @@ import { DoubleClickZoom } from 'ol/interaction';
import { MapComponent } from '../map.component';
@Component({
selector: 'aol-interaction-doubleclickzoom',
template: '',
selector: 'aol-interaction-doubleclickzoom',
template: '',
standalone: false
})
export class DoubleClickZoomInteractionComponent implements OnInit, OnDestroy {
@Input()

View File

@@ -5,8 +5,9 @@ import { MapComponent } from '../map.component';
import { ProjectionLike } from 'ol/proj';
@Component({
selector: 'aol-interaction-draganddrop',
template: '',
selector: 'aol-interaction-draganddrop',
template: '',
standalone: false
})
export class DragAndDropInteractionComponent implements OnInit, OnDestroy {
@Input()

View File

@@ -5,8 +5,9 @@ import { Condition } from 'ol/events/condition';
import { EndCondition } from 'ol/interaction/DragBox';
@Component({
selector: 'aol-interaction-dragbox',
template: '',
selector: 'aol-interaction-dragbox',
template: '',
standalone: false
})
export class DragBoxInteractionComponent implements OnInit, OnDestroy {
@Input()

View File

@@ -5,8 +5,9 @@ import { MapComponent } from '../map.component';
import { Condition } from 'ol/events/condition';
@Component({
selector: 'aol-interaction-dragpan',
template: '',
selector: 'aol-interaction-dragpan',
template: '',
standalone: false
})
export class DragPanInteractionComponent implements OnInit, OnDestroy {
@Input()

View File

@@ -4,8 +4,9 @@ import { MapComponent } from '../map.component';
import { Condition } from 'ol/events/condition';
@Component({
selector: 'aol-interaction-dragrotate',
template: '',
selector: 'aol-interaction-dragrotate',
template: '',
standalone: false
})
export class DragRotateInteractionComponent implements OnInit, OnDestroy {
@Input()

View File

@@ -4,8 +4,9 @@ import { MapComponent } from '../map.component';
import { Condition } from 'ol/events/condition';
@Component({
selector: 'aol-interaction-dragrotateandzoom',
template: '',
selector: 'aol-interaction-dragrotateandzoom',
template: '',
standalone: false
})
export class DragRotateAndZoomInteractionComponent implements OnInit, OnDestroy {
@Input()

View File

@@ -4,8 +4,9 @@ import { MapComponent } from '../map.component';
import { Condition } from 'ol/events/condition';
@Component({
selector: 'aol-interaction-dragzoom',
template: '',
selector: 'aol-interaction-dragzoom',
template: '',
standalone: false
})
export class DragZoomInteractionComponent implements OnInit, OnDestroy {
@Input()

View File

@@ -12,8 +12,9 @@ import { ObjectEvent } from 'ol/Object';
import BaseEvent from 'ol/events/Event';
@Component({
selector: 'aol-interaction-draw',
template: '',
selector: 'aol-interaction-draw',
template: '',
standalone: false
})
export class DrawInteractionComponent implements OnInit, OnDestroy {
@Input()

View File

@@ -3,8 +3,9 @@ import { KeyboardPan } from 'ol/interaction';
import { MapComponent } from '../map.component';
@Component({
selector: 'aol-interaction-keyboardpan',
template: '',
selector: 'aol-interaction-keyboardpan',
template: '',
standalone: false
})
export class KeyboardPanInteractionComponent implements OnInit, OnDestroy {
@Input()

View File

@@ -3,8 +3,9 @@ import { KeyboardZoom } from 'ol/interaction';
import { MapComponent } from '../map.component';
@Component({
selector: 'aol-interaction-keyboardpan',
template: '',
selector: 'aol-interaction-keyboardpan',
template: '',
standalone: false
})
export class KeyboardZoomInteractionComponent implements OnInit, OnDestroy {
@Input()

View File

@@ -12,8 +12,9 @@ import { DrawEvent } from 'ol/interaction/Draw';
import BaseEvent from 'ol/events/Event';
@Component({
selector: 'aol-interaction-modify',
template: '',
selector: 'aol-interaction-modify',
template: '',
standalone: false
})
export class ModifyInteractionComponent implements OnInit, OnDestroy {
@Input()

View File

@@ -3,8 +3,9 @@ import { MouseWheelZoom } from 'ol/interaction';
import { MapComponent } from '../map.component';
@Component({
selector: 'aol-interaction-mousewheelzoom',
template: '',
selector: 'aol-interaction-mousewheelzoom',
template: '',
standalone: false
})
export class MouseWheelZoomInteractionComponent implements OnInit, OnDestroy {
@Input()

View File

@@ -3,8 +3,9 @@ import { PinchZoom } from 'ol/interaction';
import { MapComponent } from '../map.component';
@Component({
selector: 'aol-interaction-pinchzoom',
template: '',
selector: 'aol-interaction-pinchzoom',
template: '',
standalone: false
})
export class PinchZoomInteractionComponent implements OnInit, OnDestroy {
@Input()

View File

@@ -11,8 +11,9 @@ import { ObjectEvent } from 'ol/Object';
import BaseEvent from 'ol/events/Event';
@Component({
selector: 'aol-interaction-select',
template: '',
selector: 'aol-interaction-select',
template: '',
standalone: false
})
export class SelectInteractionComponent implements OnInit, OnDestroy {
@Input()

View File

@@ -8,8 +8,9 @@ import BaseEvent from 'ol/events/Event';
import { ObjectEvent } from 'ol/Object';
@Component({
selector: 'aol-interaction-translate',
template: '',
selector: 'aol-interaction-translate',
template: '',
standalone: false
})
export class TranslateInteractionComponent implements OnInit, OnDestroy {
@Input()