@dso-toolkit/angular 90.2.0 → 91.0.0

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.
@@ -155,8 +155,8 @@ Note: this mode does not display `state`, `attachmentCount` or `status` props on
155
155
  c.detach();
156
156
  this.el = r.nativeElement;
157
157
  }
158
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
159
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAccordion, isStandalone: true, selector: "dso-accordion", inputs: { reverseAlign: "reverseAlign", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
158
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
159
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoAccordion, isStandalone: true, selector: "dso-accordion", inputs: { reverseAlign: "reverseAlign", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
160
160
  };
161
161
  DsoAccordion = __decorate([
162
162
  ProxyCmp({
@@ -164,7 +164,7 @@ DsoAccordion = __decorate([
164
164
  inputs: ['reverseAlign', 'variant']
165
165
  })
166
166
  ], DsoAccordion);
167
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAccordion, decorators: [{
167
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAccordion, decorators: [{
168
168
  type: Component,
169
169
  args: [{
170
170
  selector: 'dso-accordion',
@@ -258,8 +258,8 @@ on the right in the heading handle (optional). Works only for `variant` `compact
258
258
  c.detach();
259
259
  this.el = r.nativeElement;
260
260
  }
261
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAccordionSection, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
262
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAccordionSection, isStandalone: true, selector: "dso-accordion-section", inputs: { activatable: "activatable", active: "active", attachmentCount: "attachmentCount", handleTitle: "handleTitle", handleUrl: "handleUrl", hasNestedAccordion: "hasNestedAccordion", heading: "heading", icon: "icon", label: "label", labelStatus: "labelStatus", open: "open", status: "status", statusDescription: "statusDescription", wijzigactie: "wijzigactie" }, outputs: { dsoActiveChange: "dsoActiveChange", dsoToggleClick: "dsoToggleClick", dsoAnimationStart: "dsoAnimationStart", dsoAnimationEnd: "dsoAnimationEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
261
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAccordionSection, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
262
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoAccordionSection, isStandalone: true, selector: "dso-accordion-section", inputs: { activatable: "activatable", active: "active", attachmentCount: "attachmentCount", handleTitle: "handleTitle", handleUrl: "handleUrl", hasNestedAccordion: "hasNestedAccordion", heading: "heading", icon: "icon", label: "label", labelStatus: "labelStatus", open: "open", status: "status", statusDescription: "statusDescription", wijzigactie: "wijzigactie" }, outputs: { dsoActiveChange: "dsoActiveChange", dsoToggleClick: "dsoToggleClick", dsoAnimationStart: "dsoAnimationStart", dsoAnimationEnd: "dsoAnimationEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
263
263
  };
264
264
  DsoAccordionSection = __decorate([
265
265
  ProxyCmp({
@@ -268,7 +268,7 @@ DsoAccordionSection = __decorate([
268
268
  methods: ['focusHandle']
269
269
  })
270
270
  ], DsoAccordionSection);
271
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAccordionSection, decorators: [{
271
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAccordionSection, decorators: [{
272
272
  type: Component,
273
273
  args: [{
274
274
  selector: 'dso-accordion-section',
@@ -300,8 +300,8 @@ let DsoActionList = class DsoActionList {
300
300
  c.detach();
301
301
  this.el = r.nativeElement;
302
302
  }
303
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoActionList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
304
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoActionList, isStandalone: true, selector: "dso-action-list", inputs: { listTitle: "listTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
303
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoActionList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
304
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoActionList, isStandalone: true, selector: "dso-action-list", inputs: { listTitle: "listTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
305
305
  };
306
306
  DsoActionList = __decorate([
307
307
  ProxyCmp({
@@ -309,7 +309,7 @@ DsoActionList = __decorate([
309
309
  inputs: ['listTitle']
310
310
  })
311
311
  ], DsoActionList);
312
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoActionList, decorators: [{
312
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoActionList, decorators: [{
313
313
  type: Component,
314
314
  args: [{
315
315
  selector: 'dso-action-list',
@@ -352,8 +352,8 @@ let DsoActionListItem = class DsoActionListItem {
352
352
  c.detach();
353
353
  this.el = r.nativeElement;
354
354
  }
355
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoActionListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
356
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoActionListItem, isStandalone: true, selector: "dso-action-list-item", inputs: { divider: "divider", flowLine: "flowLine", itemTitle: "itemTitle", step: "step", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
355
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoActionListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
356
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoActionListItem, isStandalone: true, selector: "dso-action-list-item", inputs: { divider: "divider", flowLine: "flowLine", itemTitle: "itemTitle", step: "step", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
357
357
  };
358
358
  DsoActionListItem = __decorate([
359
359
  ProxyCmp({
@@ -361,7 +361,7 @@ DsoActionListItem = __decorate([
361
361
  inputs: ['divider', 'flowLine', 'itemTitle', 'step', 'warning']
362
362
  })
363
363
  ], DsoActionListItem);
364
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoActionListItem, decorators: [{
364
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoActionListItem, decorators: [{
365
365
  type: Component,
366
366
  args: [{
367
367
  selector: 'dso-action-list-item',
@@ -396,8 +396,8 @@ let DsoAdvancedSelect = class DsoAdvancedSelect {
396
396
  c.detach();
397
397
  this.el = r.nativeElement;
398
398
  }
399
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAdvancedSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
400
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAdvancedSelect, isStandalone: true, selector: "dso-advanced-select", inputs: { active: "active", activeHint: "activeHint", options: "options" }, outputs: { dsoChange: "dsoChange", dsoRedirect: "dsoRedirect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
399
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAdvancedSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
400
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoAdvancedSelect, isStandalone: true, selector: "dso-advanced-select", inputs: { active: "active", activeHint: "activeHint", options: "options" }, outputs: { dsoChange: "dsoChange", dsoRedirect: "dsoRedirect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
401
401
  };
402
402
  DsoAdvancedSelect = __decorate([
403
403
  ProxyCmp({
@@ -405,7 +405,7 @@ DsoAdvancedSelect = __decorate([
405
405
  inputs: ['active', 'activeHint', 'options']
406
406
  })
407
407
  ], DsoAdvancedSelect);
408
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAdvancedSelect, decorators: [{
408
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAdvancedSelect, decorators: [{
409
409
  type: Component,
410
410
  args: [{
411
411
  selector: 'dso-advanced-select',
@@ -449,8 +449,8 @@ let DsoAlert = class DsoAlert {
449
449
  c.detach();
450
450
  this.el = r.nativeElement;
451
451
  }
452
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
453
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAlert, isStandalone: true, selector: "dso-alert", inputs: { closable: "closable", compact: "compact", roleAlert: "roleAlert", status: "status" }, outputs: { dsoClose: "dsoClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
452
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
453
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoAlert, isStandalone: true, selector: "dso-alert", inputs: { closable: "closable", compact: "compact", roleAlert: "roleAlert", status: "status" }, outputs: { dsoClose: "dsoClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
454
454
  };
455
455
  DsoAlert = __decorate([
456
456
  ProxyCmp({
@@ -458,7 +458,7 @@ DsoAlert = __decorate([
458
458
  inputs: ['closable', 'compact', 'roleAlert', 'status']
459
459
  })
460
460
  ], DsoAlert);
461
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAlert, decorators: [{
461
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAlert, decorators: [{
462
462
  type: Component,
463
463
  args: [{
464
464
  selector: 'dso-alert',
@@ -515,8 +515,8 @@ let DsoAnnotationActiviteit = class DsoAnnotationActiviteit {
515
515
  c.detach();
516
516
  this.el = r.nativeElement;
517
517
  }
518
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAnnotationActiviteit, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
519
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAnnotationActiviteit, isStandalone: true, selector: "dso-annotation-activiteit", inputs: { active: "active", gewijzigdeLocatie: "gewijzigdeLocatie", locatieNoemers: "locatieNoemers", naam: "naam", regelKwalificatie: "regelKwalificatie", regelKwalificatieVoorzetsel: "regelKwalificatieVoorzetsel", wijzigactie: "wijzigactie" }, outputs: { dsoActiveChange: "dsoActiveChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
518
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAnnotationActiviteit, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
519
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoAnnotationActiviteit, isStandalone: true, selector: "dso-annotation-activiteit", inputs: { active: "active", gewijzigdeLocatie: "gewijzigdeLocatie", locatieNoemers: "locatieNoemers", naam: "naam", regelKwalificatie: "regelKwalificatie", regelKwalificatieVoorzetsel: "regelKwalificatieVoorzetsel", wijzigactie: "wijzigactie" }, outputs: { dsoActiveChange: "dsoActiveChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
520
520
  };
521
521
  DsoAnnotationActiviteit = __decorate([
522
522
  ProxyCmp({
@@ -524,7 +524,7 @@ DsoAnnotationActiviteit = __decorate([
524
524
  inputs: ['active', 'gewijzigdeLocatie', 'locatieNoemers', 'naam', 'regelKwalificatie', 'regelKwalificatieVoorzetsel', 'wijzigactie']
525
525
  })
526
526
  ], DsoAnnotationActiviteit);
527
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAnnotationActiviteit, decorators: [{
527
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAnnotationActiviteit, decorators: [{
528
528
  type: Component,
529
529
  args: [{
530
530
  selector: 'dso-annotation-activiteit',
@@ -566,8 +566,8 @@ let DsoAnnotationGebiedsaanwijzing = class DsoAnnotationGebiedsaanwijzing {
566
566
  c.detach();
567
567
  this.el = r.nativeElement;
568
568
  }
569
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAnnotationGebiedsaanwijzing, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
570
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAnnotationGebiedsaanwijzing, isStandalone: true, selector: "dso-annotation-gebiedsaanwijzing", inputs: { active: "active", gewijzigdeLocatie: "gewijzigdeLocatie", naam: "naam", wijzigactie: "wijzigactie" }, outputs: { dsoActiveChange: "dsoActiveChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
569
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAnnotationGebiedsaanwijzing, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
570
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoAnnotationGebiedsaanwijzing, isStandalone: true, selector: "dso-annotation-gebiedsaanwijzing", inputs: { active: "active", gewijzigdeLocatie: "gewijzigdeLocatie", naam: "naam", wijzigactie: "wijzigactie" }, outputs: { dsoActiveChange: "dsoActiveChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
571
571
  };
572
572
  DsoAnnotationGebiedsaanwijzing = __decorate([
573
573
  ProxyCmp({
@@ -575,7 +575,7 @@ DsoAnnotationGebiedsaanwijzing = __decorate([
575
575
  inputs: ['active', 'gewijzigdeLocatie', 'naam', 'wijzigactie']
576
576
  })
577
577
  ], DsoAnnotationGebiedsaanwijzing);
578
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAnnotationGebiedsaanwijzing, decorators: [{
578
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAnnotationGebiedsaanwijzing, decorators: [{
579
579
  type: Component,
580
580
  args: [{
581
581
  selector: 'dso-annotation-gebiedsaanwijzing',
@@ -614,8 +614,8 @@ Gebruik het event `dsoClick` om de navigatie aan de router te koppelen.
614
614
  c.detach();
615
615
  this.el = r.nativeElement;
616
616
  }
617
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAnnotationKaart, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
618
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAnnotationKaart, isStandalone: true, selector: "dso-annotation-kaart", inputs: { href: "href", naam: "naam", wijzigactie: "wijzigactie" }, outputs: { dsoClick: "dsoClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
617
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAnnotationKaart, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
618
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoAnnotationKaart, isStandalone: true, selector: "dso-annotation-kaart", inputs: { href: "href", naam: "naam", wijzigactie: "wijzigactie" }, outputs: { dsoClick: "dsoClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
619
619
  };
620
620
  DsoAnnotationKaart = __decorate([
621
621
  ProxyCmp({
@@ -623,7 +623,7 @@ DsoAnnotationKaart = __decorate([
623
623
  inputs: ['href', 'naam', 'wijzigactie']
624
624
  })
625
625
  ], DsoAnnotationKaart);
626
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAnnotationKaart, decorators: [{
626
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAnnotationKaart, decorators: [{
627
627
  type: Component,
628
628
  args: [{
629
629
  selector: 'dso-annotation-kaart',
@@ -665,8 +665,8 @@ let DsoAnnotationLocatie = class DsoAnnotationLocatie {
665
665
  c.detach();
666
666
  this.el = r.nativeElement;
667
667
  }
668
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAnnotationLocatie, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
669
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAnnotationLocatie, isStandalone: true, selector: "dso-annotation-locatie", inputs: { active: "active", gewijzigdeLocatie: "gewijzigdeLocatie", locatieNoemer: "locatieNoemer", wijzigactie: "wijzigactie" }, outputs: { dsoActiveChange: "dsoActiveChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
668
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAnnotationLocatie, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
669
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoAnnotationLocatie, isStandalone: true, selector: "dso-annotation-locatie", inputs: { active: "active", gewijzigdeLocatie: "gewijzigdeLocatie", locatieNoemer: "locatieNoemer", wijzigactie: "wijzigactie" }, outputs: { dsoActiveChange: "dsoActiveChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
670
670
  };
671
671
  DsoAnnotationLocatie = __decorate([
672
672
  ProxyCmp({
@@ -674,7 +674,7 @@ DsoAnnotationLocatie = __decorate([
674
674
  inputs: ['active', 'gewijzigdeLocatie', 'locatieNoemer', 'wijzigactie']
675
675
  })
676
676
  ], DsoAnnotationLocatie);
677
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAnnotationLocatie, decorators: [{
677
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAnnotationLocatie, decorators: [{
678
678
  type: Component,
679
679
  args: [{
680
680
  selector: 'dso-annotation-locatie',
@@ -731,8 +731,8 @@ let DsoAnnotationOmgevingsnormwaarde = class DsoAnnotationOmgevingsnormwaarde {
731
731
  c.detach();
732
732
  this.el = r.nativeElement;
733
733
  }
734
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAnnotationOmgevingsnormwaarde, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
735
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAnnotationOmgevingsnormwaarde, isStandalone: true, selector: "dso-annotation-omgevingsnormwaarde", inputs: { active: "active", eenheid: "eenheid", gewijzigdeLocatie: "gewijzigdeLocatie", naam: "naam", toelichting: "toelichting", waardes: "waardes", wijzigactie: "wijzigactie" }, outputs: { dsoActiveChange: "dsoActiveChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
734
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAnnotationOmgevingsnormwaarde, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
735
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoAnnotationOmgevingsnormwaarde, isStandalone: true, selector: "dso-annotation-omgevingsnormwaarde", inputs: { active: "active", eenheid: "eenheid", gewijzigdeLocatie: "gewijzigdeLocatie", naam: "naam", toelichting: "toelichting", waardes: "waardes", wijzigactie: "wijzigactie" }, outputs: { dsoActiveChange: "dsoActiveChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
736
736
  };
737
737
  DsoAnnotationOmgevingsnormwaarde = __decorate([
738
738
  ProxyCmp({
@@ -740,7 +740,7 @@ DsoAnnotationOmgevingsnormwaarde = __decorate([
740
740
  inputs: ['active', 'eenheid', 'gewijzigdeLocatie', 'naam', 'toelichting', 'waardes', 'wijzigactie']
741
741
  })
742
742
  ], DsoAnnotationOmgevingsnormwaarde);
743
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAnnotationOmgevingsnormwaarde, decorators: [{
743
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAnnotationOmgevingsnormwaarde, decorators: [{
744
744
  type: Component,
745
745
  args: [{
746
746
  selector: 'dso-annotation-omgevingsnormwaarde',
@@ -766,8 +766,8 @@ let DsoAttachmentsCounter = class DsoAttachmentsCounter {
766
766
  c.detach();
767
767
  this.el = r.nativeElement;
768
768
  }
769
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAttachmentsCounter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
770
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAttachmentsCounter, isStandalone: true, selector: "dso-attachments-counter", inputs: { count: "count" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
769
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAttachmentsCounter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
770
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoAttachmentsCounter, isStandalone: true, selector: "dso-attachments-counter", inputs: { count: "count" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
771
771
  };
772
772
  DsoAttachmentsCounter = __decorate([
773
773
  ProxyCmp({
@@ -775,7 +775,7 @@ DsoAttachmentsCounter = __decorate([
775
775
  inputs: ['count']
776
776
  })
777
777
  ], DsoAttachmentsCounter);
778
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAttachmentsCounter, decorators: [{
778
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAttachmentsCounter, decorators: [{
779
779
  type: Component,
780
780
  args: [{
781
781
  selector: 'dso-attachments-counter',
@@ -837,8 +837,8 @@ The value should be null when no suggestions have been fetched. @default null
837
837
  c.detach();
838
838
  this.el = r.nativeElement;
839
839
  }
840
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAutosuggest, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
841
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAutosuggest, isStandalone: true, selector: "dso-autosuggest", inputs: { loading: "loading", loadingDelayed: "loadingDelayed", loadingLabel: "loadingLabel", mark: "mark", notFoundLabel: "notFoundLabel", suggestions: "suggestions" }, outputs: { dsoSelect: "dsoSelect", dsoChange: "dsoChange", dsoSearch: "dsoSearch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
840
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAutosuggest, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
841
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoAutosuggest, isStandalone: true, selector: "dso-autosuggest", inputs: { loading: "loading", loadingDelayed: "loadingDelayed", loadingLabel: "loadingLabel", mark: "mark", notFoundLabel: "notFoundLabel", suggestions: "suggestions" }, outputs: { dsoSelect: "dsoSelect", dsoChange: "dsoChange", dsoSearch: "dsoSearch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
842
842
  };
843
843
  DsoAutosuggest = __decorate([
844
844
  ProxyCmp({
@@ -846,7 +846,7 @@ DsoAutosuggest = __decorate([
846
846
  inputs: ['loading', 'loadingDelayed', 'loadingLabel', 'mark', 'notFoundLabel', 'suggestions']
847
847
  })
848
848
  ], DsoAutosuggest);
849
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAutosuggest, decorators: [{
849
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoAutosuggest, decorators: [{
850
850
  type: Component,
851
851
  args: [{
852
852
  selector: 'dso-autosuggest',
@@ -886,8 +886,8 @@ let DsoBadge = class DsoBadge {
886
886
  c.detach();
887
887
  this.el = r.nativeElement;
888
888
  }
889
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
890
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoBadge, isStandalone: true, selector: "dso-badge", inputs: { label: "label", status: "status", toggletipPlacement: "toggletipPlacement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
889
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
890
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoBadge, isStandalone: true, selector: "dso-badge", inputs: { label: "label", status: "status", toggletipPlacement: "toggletipPlacement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
891
891
  };
892
892
  DsoBadge = __decorate([
893
893
  ProxyCmp({
@@ -895,7 +895,7 @@ DsoBadge = __decorate([
895
895
  inputs: ['label', 'status', 'toggletipPlacement']
896
896
  })
897
897
  ], DsoBadge);
898
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoBadge, decorators: [{
898
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoBadge, decorators: [{
899
899
  type: Component,
900
900
  args: [{
901
901
  selector: 'dso-badge',
@@ -930,8 +930,8 @@ Option to show banner icon. @default false
930
930
  c.detach();
931
931
  this.el = r.nativeElement;
932
932
  }
933
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
934
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoBanner, isStandalone: true, selector: "dso-banner", inputs: { compact: "compact", icon: "icon", status: "status" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
933
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
934
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoBanner, isStandalone: true, selector: "dso-banner", inputs: { compact: "compact", icon: "icon", status: "status" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
935
935
  };
936
936
  DsoBanner = __decorate([
937
937
  ProxyCmp({
@@ -939,7 +939,7 @@ DsoBanner = __decorate([
939
939
  inputs: ['compact', 'icon', 'status']
940
940
  })
941
941
  ], DsoBanner);
942
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoBanner, decorators: [{
942
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoBanner, decorators: [{
943
943
  type: Component,
944
944
  args: [{
945
945
  selector: 'dso-banner',
@@ -964,8 +964,8 @@ Defaults to `row`. @default "row"
964
964
  c.detach();
965
965
  this.el = r.nativeElement;
966
966
  }
967
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
968
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoButtonGroup, isStandalone: true, selector: "dso-button-group", inputs: { direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
967
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
968
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoButtonGroup, isStandalone: true, selector: "dso-button-group", inputs: { direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
969
969
  };
970
970
  DsoButtonGroup = __decorate([
971
971
  ProxyCmp({
@@ -973,7 +973,7 @@ DsoButtonGroup = __decorate([
973
973
  inputs: ['direction']
974
974
  })
975
975
  ], DsoButtonGroup);
976
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoButtonGroup, decorators: [{
976
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoButtonGroup, decorators: [{
977
977
  type: Component,
978
978
  args: [{
979
979
  selector: 'dso-button-group',
@@ -1009,8 +1009,8 @@ let DsoCard = class DsoCard {
1009
1009
  c.detach();
1010
1010
  this.el = r.nativeElement;
1011
1011
  }
1012
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1013
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoCard, isStandalone: true, selector: "dso-card", inputs: { active: "active", href: "href", mode: "mode" }, outputs: { dsoCardClick: "dsoCardClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1012
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1013
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoCard, isStandalone: true, selector: "dso-card", inputs: { active: "active", href: "href", mode: "mode" }, outputs: { dsoCardClick: "dsoCardClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1014
1014
  };
1015
1015
  DsoCard = __decorate([
1016
1016
  ProxyCmp({
@@ -1018,7 +1018,7 @@ DsoCard = __decorate([
1018
1018
  inputs: ['active', 'href', 'mode']
1019
1019
  })
1020
1020
  ], DsoCard);
1021
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoCard, decorators: [{
1021
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoCard, decorators: [{
1022
1022
  type: Component,
1023
1023
  args: [{
1024
1024
  selector: 'dso-card',
@@ -1044,8 +1044,8 @@ let DsoCardContainer = class DsoCardContainer {
1044
1044
  c.detach();
1045
1045
  this.el = r.nativeElement;
1046
1046
  }
1047
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoCardContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1048
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoCardContainer, isStandalone: true, selector: "dso-card-container", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1047
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoCardContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1048
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoCardContainer, isStandalone: true, selector: "dso-card-container", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1049
1049
  };
1050
1050
  DsoCardContainer = __decorate([
1051
1051
  ProxyCmp({
@@ -1053,7 +1053,7 @@ DsoCardContainer = __decorate([
1053
1053
  inputs: ['mode']
1054
1054
  })
1055
1055
  ], DsoCardContainer);
1056
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoCardContainer, decorators: [{
1056
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoCardContainer, decorators: [{
1057
1057
  type: Component,
1058
1058
  args: [{
1059
1059
  selector: 'dso-card-container',
@@ -1071,15 +1071,15 @@ let DsoContactInformation = class DsoContactInformation {
1071
1071
  c.detach();
1072
1072
  this.el = r.nativeElement;
1073
1073
  }
1074
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoContactInformation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1075
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoContactInformation, isStandalone: true, selector: "dso-contact-information", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1074
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoContactInformation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1075
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoContactInformation, isStandalone: true, selector: "dso-contact-information", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1076
1076
  };
1077
1077
  DsoContactInformation = __decorate([
1078
1078
  ProxyCmp({
1079
1079
  defineCustomElementFn: defineCustomElement$j
1080
1080
  })
1081
1081
  ], DsoContactInformation);
1082
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoContactInformation, decorators: [{
1082
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoContactInformation, decorators: [{
1083
1083
  type: Component,
1084
1084
  args: [{
1085
1085
  selector: 'dso-contact-information',
@@ -1097,15 +1097,15 @@ let DsoCursorTooltip = class DsoCursorTooltip {
1097
1097
  c.detach();
1098
1098
  this.el = r.nativeElement;
1099
1099
  }
1100
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoCursorTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1101
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoCursorTooltip, isStandalone: true, selector: "dso-cursor-tooltip", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1100
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoCursorTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1101
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoCursorTooltip, isStandalone: true, selector: "dso-cursor-tooltip", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1102
1102
  };
1103
1103
  DsoCursorTooltip = __decorate([
1104
1104
  ProxyCmp({
1105
1105
  defineCustomElementFn: defineCustomElement$k
1106
1106
  })
1107
1107
  ], DsoCursorTooltip);
1108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoCursorTooltip, decorators: [{
1108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoCursorTooltip, decorators: [{
1109
1109
  type: Component,
1110
1110
  args: [{
1111
1111
  selector: 'dso-cursor-tooltip',
@@ -1181,8 +1181,8 @@ This setting can be used alone or together with the min property.
1181
1181
  c.detach();
1182
1182
  this.el = r.nativeElement;
1183
1183
  }
1184
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1185
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoDatePicker, isStandalone: true, selector: "dso-date-picker", inputs: { describedBy: "describedBy", disabled: "disabled", dsoAutofocus: "dsoAutofocus", identifier: "identifier", invalid: "invalid", max: "max", min: "min", name: "name", required: "required", value: "value" }, outputs: { dsoDateChange: "dsoDateChange", dsoBlur: "dsoBlur", dsoKeyUp: "dsoKeyUp", dsoKeyDown: "dsoKeyDown", dsoFocus: "dsoFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1184
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1185
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoDatePicker, isStandalone: true, selector: "dso-date-picker", inputs: { describedBy: "describedBy", disabled: "disabled", dsoAutofocus: "dsoAutofocus", identifier: "identifier", invalid: "invalid", max: "max", min: "min", name: "name", required: "required", value: "value" }, outputs: { dsoDateChange: "dsoDateChange", dsoBlur: "dsoBlur", dsoKeyUp: "dsoKeyUp", dsoKeyDown: "dsoKeyDown", dsoFocus: "dsoFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1186
1186
  };
1187
1187
  DsoDatePicker = __decorate([
1188
1188
  ProxyCmp({
@@ -1190,7 +1190,7 @@ DsoDatePicker = __decorate([
1190
1190
  inputs: ['describedBy', 'disabled', 'dsoAutofocus', 'identifier', 'invalid', 'max', 'min', 'name', 'required', 'value']
1191
1191
  })
1192
1192
  ], DsoDatePicker);
1193
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoDatePicker, decorators: [{
1193
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoDatePicker, decorators: [{
1194
1194
  type: Component,
1195
1195
  args: [{
1196
1196
  selector: 'dso-date-picker',
@@ -1230,8 +1230,8 @@ let DsoDocumentCard = class DsoDocumentCard {
1230
1230
  c.detach();
1231
1231
  this.el = r.nativeElement;
1232
1232
  }
1233
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoDocumentCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1234
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoDocumentCard, isStandalone: true, selector: "dso-document-card", inputs: { active: "active", href: "href" }, outputs: { dsoDocumentCardClick: "dsoDocumentCardClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1233
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoDocumentCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1234
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoDocumentCard, isStandalone: true, selector: "dso-document-card", inputs: { active: "active", href: "href" }, outputs: { dsoDocumentCardClick: "dsoDocumentCardClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1235
1235
  };
1236
1236
  DsoDocumentCard = __decorate([
1237
1237
  ProxyCmp({
@@ -1239,7 +1239,7 @@ DsoDocumentCard = __decorate([
1239
1239
  inputs: ['active', 'href']
1240
1240
  })
1241
1241
  ], DsoDocumentCard);
1242
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoDocumentCard, decorators: [{
1242
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoDocumentCard, decorators: [{
1243
1243
  type: Component,
1244
1244
  args: [{
1245
1245
  selector: 'dso-document-card',
@@ -1392,8 +1392,8 @@ should return the `<Definitie>` of that Begrip otherwise it should return undefi
1392
1392
  c.detach();
1393
1393
  this.el = r.nativeElement;
1394
1394
  }
1395
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoDocumentComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1396
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoDocumentComponent, isStandalone: true, selector: "dso-document-component", inputs: { alternativeTitle: "alternativeTitle", annotated: "annotated", annotationsWijzigactie: "annotationsWijzigactie", badge: "badge", badgeStatus: "badgeStatus", badgeTooltip: "badgeTooltip", filtered: "filtered", gereserveerd: "gereserveerd", heading: "heading", href: "href", inhoud: "inhoud", kop: "kop", label: "label", labelStatus: "labelStatus", mark: "mark", mode: "mode", notApplicable: "notApplicable", open: "open", openAnnotation: "openAnnotation", ozonContentBegripResolver: "ozonContentBegripResolver", ozonContentUrlResolver: "ozonContentUrlResolver", recursiveToggle: "recursiveToggle", type: "type", vervallen: "vervallen", wijzigactie: "wijzigactie" }, outputs: { dsoRecursiveToggle: "dsoRecursiveToggle", dsoOpenToggle: "dsoOpenToggle", dsoTableOfContentsClick: "dsoTableOfContentsClick", dsoOzonContentClick: "dsoOzonContentClick", dsoAnnotationToggle: "dsoAnnotationToggle", dsoMarkItemHighlight: "dsoMarkItemHighlight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1395
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoDocumentComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1396
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoDocumentComponent, isStandalone: true, selector: "dso-document-component", inputs: { alternativeTitle: "alternativeTitle", annotated: "annotated", annotationsWijzigactie: "annotationsWijzigactie", badge: "badge", badgeStatus: "badgeStatus", badgeTooltip: "badgeTooltip", filtered: "filtered", gereserveerd: "gereserveerd", heading: "heading", href: "href", inhoud: "inhoud", kop: "kop", label: "label", labelStatus: "labelStatus", mark: "mark", mode: "mode", notApplicable: "notApplicable", open: "open", openAnnotation: "openAnnotation", ozonContentBegripResolver: "ozonContentBegripResolver", ozonContentUrlResolver: "ozonContentUrlResolver", recursiveToggle: "recursiveToggle", type: "type", vervallen: "vervallen", wijzigactie: "wijzigactie" }, outputs: { dsoRecursiveToggle: "dsoRecursiveToggle", dsoOpenToggle: "dsoOpenToggle", dsoTableOfContentsClick: "dsoTableOfContentsClick", dsoOzonContentClick: "dsoOzonContentClick", dsoAnnotationToggle: "dsoAnnotationToggle", dsoMarkItemHighlight: "dsoMarkItemHighlight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1397
1397
  };
1398
1398
  DsoDocumentComponent = __decorate([
1399
1399
  ProxyCmp({
@@ -1401,7 +1401,7 @@ DsoDocumentComponent = __decorate([
1401
1401
  inputs: ['alternativeTitle', 'annotated', 'annotationsWijzigactie', 'badge', 'badgeStatus', 'badgeTooltip', 'filtered', 'gereserveerd', 'heading', 'href', 'inhoud', 'kop', 'label', 'labelStatus', 'mark', 'mode', 'notApplicable', 'open', 'openAnnotation', 'ozonContentBegripResolver', 'ozonContentUrlResolver', 'recursiveToggle', 'type', 'vervallen', 'wijzigactie']
1402
1402
  })
1403
1403
  ], DsoDocumentComponent);
1404
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoDocumentComponent, decorators: [{
1404
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoDocumentComponent, decorators: [{
1405
1405
  type: Component,
1406
1406
  args: [{
1407
1407
  selector: 'dso-document-component',
@@ -1453,8 +1453,8 @@ This attribute is reflected and mutable. @default false
1453
1453
  c.detach();
1454
1454
  this.el = r.nativeElement;
1455
1455
  }
1456
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoDropdownMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1457
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoDropdownMenu, isStandalone: true, selector: "dso-dropdown-menu", inputs: { checkable: "checkable", dropdownAlign: "dropdownAlign", dropdownOptionsOffset: "dropdownOptionsOffset", open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1456
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoDropdownMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1457
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoDropdownMenu, isStandalone: true, selector: "dso-dropdown-menu", inputs: { checkable: "checkable", dropdownAlign: "dropdownAlign", dropdownOptionsOffset: "dropdownOptionsOffset", open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1458
1458
  };
1459
1459
  DsoDropdownMenu = __decorate([
1460
1460
  ProxyCmp({
@@ -1462,7 +1462,7 @@ DsoDropdownMenu = __decorate([
1462
1462
  inputs: ['checkable', 'dropdownAlign', 'dropdownOptionsOffset', 'open']
1463
1463
  })
1464
1464
  ], DsoDropdownMenu);
1465
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoDropdownMenu, decorators: [{
1465
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoDropdownMenu, decorators: [{
1466
1466
  type: Component,
1467
1467
  args: [{
1468
1468
  selector: 'dso-dropdown-menu',
@@ -1497,8 +1497,8 @@ let DsoExpandable = class DsoExpandable {
1497
1497
  c.detach();
1498
1498
  this.el = r.nativeElement;
1499
1499
  }
1500
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoExpandable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1501
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoExpandable, isStandalone: true, selector: "dso-expandable", inputs: { enableAnimation: "enableAnimation", minimumHeight: "minimumHeight", open: "open" }, outputs: { dsoExpandableAnimationStart: "dsoExpandableAnimationStart", dsoExpandableAnimationEnd: "dsoExpandableAnimationEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1500
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoExpandable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1501
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoExpandable, isStandalone: true, selector: "dso-expandable", inputs: { enableAnimation: "enableAnimation", minimumHeight: "minimumHeight", open: "open" }, outputs: { dsoExpandableAnimationStart: "dsoExpandableAnimationStart", dsoExpandableAnimationEnd: "dsoExpandableAnimationEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1502
1502
  };
1503
1503
  DsoExpandable = __decorate([
1504
1504
  ProxyCmp({
@@ -1506,7 +1506,7 @@ DsoExpandable = __decorate([
1506
1506
  inputs: ['enableAnimation', 'minimumHeight', 'open']
1507
1507
  })
1508
1508
  ], DsoExpandable);
1509
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoExpandable, decorators: [{
1509
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoExpandable, decorators: [{
1510
1510
  type: Component,
1511
1511
  args: [{
1512
1512
  selector: 'dso-expandable',
@@ -1589,8 +1589,8 @@ If no URL is specified, a button element is used instead.
1589
1589
  c.detach();
1590
1590
  this.el = r.nativeElement;
1591
1591
  }
1592
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1593
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoHeader, isStandalone: true, selector: "dso-header", inputs: { authStatus: "authStatus", compact: "compact", helpUrl: "helpUrl", loginUrl: "loginUrl", logoutUrl: "logoutUrl", mainMenu: "mainMenu", showHelp: "showHelp", userHomeActive: "userHomeActive", userHomeUrl: "userHomeUrl", userProfileName: "userProfileName", userProfileUrl: "userProfileUrl" }, outputs: { dsoHeaderClick: "dsoHeaderClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1592
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1593
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoHeader, isStandalone: true, selector: "dso-header", inputs: { authStatus: "authStatus", compact: "compact", helpUrl: "helpUrl", loginUrl: "loginUrl", logoutUrl: "logoutUrl", mainMenu: "mainMenu", showHelp: "showHelp", userHomeActive: "userHomeActive", userHomeUrl: "userHomeUrl", userProfileName: "userProfileName", userProfileUrl: "userProfileUrl" }, outputs: { dsoHeaderClick: "dsoHeaderClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1594
1594
  };
1595
1595
  DsoHeader = __decorate([
1596
1596
  ProxyCmp({
@@ -1598,7 +1598,7 @@ DsoHeader = __decorate([
1598
1598
  inputs: ['authStatus', 'compact', 'helpUrl', 'loginUrl', 'logoutUrl', 'mainMenu', 'showHelp', 'userHomeActive', 'userHomeUrl', 'userProfileName', 'userProfileUrl']
1599
1599
  })
1600
1600
  ], DsoHeader);
1601
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoHeader, decorators: [{
1601
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoHeader, decorators: [{
1602
1602
  type: Component,
1603
1603
  args: [{
1604
1604
  selector: 'dso-header',
@@ -1649,8 +1649,8 @@ let DsoHighlightBox = class DsoHighlightBox {
1649
1649
  c.detach();
1650
1650
  this.el = r.nativeElement;
1651
1651
  }
1652
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoHighlightBox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1653
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoHighlightBox, isStandalone: true, selector: "dso-highlight-box", inputs: { border: "border", dropShadow: "dropShadow", green: "green", step: "step", white: "white", yellow: "yellow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1652
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoHighlightBox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1653
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoHighlightBox, isStandalone: true, selector: "dso-highlight-box", inputs: { border: "border", dropShadow: "dropShadow", green: "green", step: "step", white: "white", yellow: "yellow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1654
1654
  };
1655
1655
  DsoHighlightBox = __decorate([
1656
1656
  ProxyCmp({
@@ -1658,7 +1658,7 @@ DsoHighlightBox = __decorate([
1658
1658
  inputs: ['border', 'dropShadow', 'green', 'step', 'white', 'yellow']
1659
1659
  })
1660
1660
  ], DsoHighlightBox);
1661
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoHighlightBox, decorators: [{
1661
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoHighlightBox, decorators: [{
1662
1662
  type: Component,
1663
1663
  args: [{
1664
1664
  selector: 'dso-highlight-box',
@@ -1681,29 +1681,34 @@ let DsoHistoryItem = class DsoHistoryItem {
1681
1681
  */
1682
1682
  set href(_) { }
1683
1683
  ;
1684
+ /**
1685
+ * Optional boolean indicating if this history item is the current/active one.
1686
+ */
1687
+ set current(_) { }
1688
+ ;
1684
1689
  dsoClick = new EventEmitter();
1685
1690
  constructor(c, r, z) {
1686
1691
  this.z = z;
1687
1692
  c.detach();
1688
1693
  this.el = r.nativeElement;
1689
1694
  }
1690
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoHistoryItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1691
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoHistoryItem, isStandalone: true, selector: "dso-history-item", inputs: { href: "href", type: "type" }, outputs: { dsoClick: "dsoClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1695
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoHistoryItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1696
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoHistoryItem, isStandalone: true, selector: "dso-history-item", inputs: { current: "current", href: "href", type: "type" }, outputs: { dsoClick: "dsoClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1692
1697
  };
1693
1698
  DsoHistoryItem = __decorate([
1694
1699
  ProxyCmp({
1695
1700
  defineCustomElementFn: defineCustomElement$s,
1696
- inputs: ['href', 'type']
1701
+ inputs: ['current', 'href', 'type']
1697
1702
  })
1698
1703
  ], DsoHistoryItem);
1699
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoHistoryItem, decorators: [{
1704
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoHistoryItem, decorators: [{
1700
1705
  type: Component,
1701
1706
  args: [{
1702
1707
  selector: 'dso-history-item',
1703
1708
  changeDetection: ChangeDetectionStrategy.OnPush,
1704
1709
  template: '<ng-content></ng-content>',
1705
1710
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1706
- inputs: ['href', { name: 'type', required: true }],
1711
+ inputs: ['current', 'href', { name: 'type', required: true }],
1707
1712
  outputs: ['dsoClick'],
1708
1713
  }]
1709
1714
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoClick: [{
@@ -1722,8 +1727,8 @@ let DsoIcon = class DsoIcon {
1722
1727
  c.detach();
1723
1728
  this.el = r.nativeElement;
1724
1729
  }
1725
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1726
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoIcon, isStandalone: true, selector: "dso-icon", inputs: { icon: "icon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1730
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1731
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoIcon, isStandalone: true, selector: "dso-icon", inputs: { icon: "icon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1727
1732
  };
1728
1733
  DsoIcon = __decorate([
1729
1734
  ProxyCmp({
@@ -1731,7 +1736,7 @@ DsoIcon = __decorate([
1731
1736
  inputs: ['icon']
1732
1737
  })
1733
1738
  ], DsoIcon);
1734
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoIcon, decorators: [{
1739
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoIcon, decorators: [{
1735
1740
  type: Component,
1736
1741
  args: [{
1737
1742
  selector: 'dso-icon',
@@ -1775,8 +1780,8 @@ let DsoIconButton = class DsoIconButton {
1775
1780
  c.detach();
1776
1781
  this.el = r.nativeElement;
1777
1782
  }
1778
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1779
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoIconButton, isStandalone: true, selector: "dso-icon-button", inputs: { disabled: "disabled", icon: "icon", label: "label", tooltipPlacement: "tooltipPlacement", variant: "variant" }, outputs: { dsoClick: "dsoClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1783
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1784
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoIconButton, isStandalone: true, selector: "dso-icon-button", inputs: { disabled: "disabled", icon: "icon", label: "label", tooltipPlacement: "tooltipPlacement", variant: "variant" }, outputs: { dsoClick: "dsoClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1780
1785
  };
1781
1786
  DsoIconButton = __decorate([
1782
1787
  ProxyCmp({
@@ -1785,7 +1790,7 @@ DsoIconButton = __decorate([
1785
1790
  methods: ['setFocus']
1786
1791
  })
1787
1792
  ], DsoIconButton);
1788
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoIconButton, decorators: [{
1793
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoIconButton, decorators: [{
1789
1794
  type: Component,
1790
1795
  args: [{
1791
1796
  selector: 'dso-icon-button',
@@ -1811,8 +1816,8 @@ let DsoImageOverlay = class DsoImageOverlay {
1811
1816
  c.detach();
1812
1817
  this.el = r.nativeElement;
1813
1818
  }
1814
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoImageOverlay, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1815
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoImageOverlay, isStandalone: true, selector: "dso-image-overlay", inputs: { wijzigactie: "wijzigactie" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1819
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoImageOverlay, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1820
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoImageOverlay, isStandalone: true, selector: "dso-image-overlay", inputs: { wijzigactie: "wijzigactie" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1816
1821
  };
1817
1822
  DsoImageOverlay = __decorate([
1818
1823
  ProxyCmp({
@@ -1820,7 +1825,7 @@ DsoImageOverlay = __decorate([
1820
1825
  inputs: ['wijzigactie']
1821
1826
  })
1822
1827
  ], DsoImageOverlay);
1823
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoImageOverlay, decorators: [{
1828
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoImageOverlay, decorators: [{
1824
1829
  type: Component,
1825
1830
  args: [{
1826
1831
  selector: 'dso-image-overlay',
@@ -1849,8 +1854,8 @@ let DsoInfo = class DsoInfo {
1849
1854
  c.detach();
1850
1855
  this.el = r.nativeElement;
1851
1856
  }
1852
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoInfo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1853
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoInfo, isStandalone: true, selector: "dso-info", inputs: { active: "active", fixed: "fixed" }, outputs: { dsoClose: "dsoClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1857
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoInfo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1858
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoInfo, isStandalone: true, selector: "dso-info", inputs: { active: "active", fixed: "fixed" }, outputs: { dsoClose: "dsoClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1854
1859
  };
1855
1860
  DsoInfo = __decorate([
1856
1861
  ProxyCmp({
@@ -1858,7 +1863,7 @@ DsoInfo = __decorate([
1858
1863
  inputs: ['active', 'fixed']
1859
1864
  })
1860
1865
  ], DsoInfo);
1861
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoInfo, decorators: [{
1866
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoInfo, decorators: [{
1862
1867
  type: Component,
1863
1868
  args: [{
1864
1869
  selector: 'dso-info',
@@ -1880,11 +1885,6 @@ let DsoInfoButton = class DsoInfoButton {
1880
1885
  set active(_) { }
1881
1886
  ;
1882
1887
  /**
1883
- * For secondary Info Button.
1884
- */
1885
- set secondary(_) { }
1886
- ;
1887
- /**
1888
1888
  * The label. @default "Toelichting bij optie"
1889
1889
  */
1890
1890
  set label(_) { }
@@ -1900,24 +1900,24 @@ let DsoInfoButton = class DsoInfoButton {
1900
1900
  c.detach();
1901
1901
  this.el = r.nativeElement;
1902
1902
  }
1903
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoInfoButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1904
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoInfoButton, isStandalone: true, selector: "dso-info-button", inputs: { active: "active", label: "label", secondary: "secondary", toggletipPlacement: "toggletipPlacement" }, outputs: { dsoToggle: "dsoToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1903
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoInfoButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1904
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoInfoButton, isStandalone: true, selector: "dso-info-button", inputs: { active: "active", label: "label", toggletipPlacement: "toggletipPlacement" }, outputs: { dsoToggle: "dsoToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1905
1905
  };
1906
1906
  DsoInfoButton = __decorate([
1907
1907
  ProxyCmp({
1908
1908
  defineCustomElementFn: defineCustomElement$x,
1909
- inputs: ['active', 'label', 'secondary', 'toggletipPlacement'],
1909
+ inputs: ['active', 'label', 'toggletipPlacement'],
1910
1910
  methods: ['setFocus']
1911
1911
  })
1912
1912
  ], DsoInfoButton);
1913
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoInfoButton, decorators: [{
1913
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoInfoButton, decorators: [{
1914
1914
  type: Component,
1915
1915
  args: [{
1916
1916
  selector: 'dso-info-button',
1917
1917
  changeDetection: ChangeDetectionStrategy.OnPush,
1918
1918
  template: '<ng-content></ng-content>',
1919
1919
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1920
- inputs: ['active', 'label', 'secondary', 'toggletipPlacement'],
1920
+ inputs: ['active', 'label', 'toggletipPlacement'],
1921
1921
  outputs: ['dsoToggle'],
1922
1922
  }]
1923
1923
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoToggle: [{
@@ -1967,8 +1967,8 @@ let DsoInputRange = class DsoInputRange {
1967
1967
  c.detach();
1968
1968
  this.el = r.nativeElement;
1969
1969
  }
1970
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoInputRange, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1971
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoInputRange, isStandalone: true, selector: "dso-input-range", inputs: { description: "description", label: "label", max: "max", min: "min", step: "step", unit: "unit", value: "value" }, outputs: { dsoChange: "dsoChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1970
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoInputRange, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1971
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoInputRange, isStandalone: true, selector: "dso-input-range", inputs: { description: "description", label: "label", max: "max", min: "min", step: "step", unit: "unit", value: "value" }, outputs: { dsoChange: "dsoChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1972
1972
  };
1973
1973
  DsoInputRange = __decorate([
1974
1974
  ProxyCmp({
@@ -1976,7 +1976,7 @@ DsoInputRange = __decorate([
1976
1976
  inputs: ['description', 'label', 'max', 'min', 'step', 'unit', 'value']
1977
1977
  })
1978
1978
  ], DsoInputRange);
1979
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoInputRange, decorators: [{
1979
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoInputRange, decorators: [{
1980
1980
  type: Component,
1981
1981
  args: [{
1982
1982
  selector: 'dso-input-range',
@@ -2018,8 +2018,8 @@ let DsoLabel = class DsoLabel {
2018
2018
  c.detach();
2019
2019
  this.el = r.nativeElement;
2020
2020
  }
2021
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2022
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoLabel, isStandalone: true, selector: "dso-label", inputs: { compact: "compact", removable: "removable", status: "status", truncate: "truncate" }, outputs: { dsoRemoveClick: "dsoRemoveClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2021
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2022
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoLabel, isStandalone: true, selector: "dso-label", inputs: { compact: "compact", removable: "removable", status: "status", truncate: "truncate" }, outputs: { dsoRemoveClick: "dsoRemoveClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2023
2023
  };
2024
2024
  DsoLabel = __decorate([
2025
2025
  ProxyCmp({
@@ -2027,7 +2027,7 @@ DsoLabel = __decorate([
2027
2027
  inputs: ['compact', 'removable', 'status', 'truncate']
2028
2028
  })
2029
2029
  ], DsoLabel);
2030
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoLabel, decorators: [{
2030
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoLabel, decorators: [{
2031
2031
  type: Component,
2032
2032
  args: [{
2033
2033
  selector: 'dso-label',
@@ -2055,8 +2055,8 @@ let DsoLegend = class DsoLegend {
2055
2055
  c.detach();
2056
2056
  this.el = r.nativeElement;
2057
2057
  }
2058
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoLegend, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2059
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoLegend, isStandalone: true, selector: "dso-legend", inputs: { tabItems: "tabItems" }, outputs: { dsoContentSwitch: "dsoContentSwitch", dsoClose: "dsoClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2058
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoLegend, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2059
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoLegend, isStandalone: true, selector: "dso-legend", inputs: { tabItems: "tabItems" }, outputs: { dsoContentSwitch: "dsoContentSwitch", dsoClose: "dsoClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2060
2060
  };
2061
2061
  DsoLegend = __decorate([
2062
2062
  ProxyCmp({
@@ -2064,7 +2064,7 @@ DsoLegend = __decorate([
2064
2064
  inputs: ['tabItems']
2065
2065
  })
2066
2066
  ], DsoLegend);
2067
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoLegend, decorators: [{
2067
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoLegend, decorators: [{
2068
2068
  type: Component,
2069
2069
  args: [{
2070
2070
  selector: 'dso-legend',
@@ -2094,8 +2094,8 @@ When not set, no edit/view toggle icon is shown.
2094
2094
  c.detach();
2095
2095
  this.el = r.nativeElement;
2096
2096
  }
2097
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoLegendGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2098
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoLegendGroup, isStandalone: true, selector: "dso-legend-group", inputs: { mode: "mode" }, outputs: { dsoLegendGroupModeChange: "dsoLegendGroupModeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2097
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoLegendGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2098
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoLegendGroup, isStandalone: true, selector: "dso-legend-group", inputs: { mode: "mode" }, outputs: { dsoLegendGroupModeChange: "dsoLegendGroupModeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2099
2099
  };
2100
2100
  DsoLegendGroup = __decorate([
2101
2101
  ProxyCmp({
@@ -2103,7 +2103,7 @@ DsoLegendGroup = __decorate([
2103
2103
  inputs: ['mode']
2104
2104
  })
2105
2105
  ], DsoLegendGroup);
2106
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoLegendGroup, decorators: [{
2106
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoLegendGroup, decorators: [{
2107
2107
  type: Component,
2108
2108
  args: [{
2109
2109
  selector: 'dso-legend-group',
@@ -2148,8 +2148,8 @@ let DsoLegendItem = class DsoLegendItem {
2148
2148
  c.detach();
2149
2149
  this.el = r.nativeElement;
2150
2150
  }
2151
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoLegendItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2152
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoLegendItem, isStandalone: true, selector: "dso-legend-item", inputs: { activatable: "activatable", active: "active", disabled: "disabled", disabledMessage: "disabledMessage" }, outputs: { dsoActiveChange: "dsoActiveChange", dsoDelete: "dsoDelete", dsoMouseEnter: "dsoMouseEnter", dsoMouseLeave: "dsoMouseLeave" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2151
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoLegendItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2152
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoLegendItem, isStandalone: true, selector: "dso-legend-item", inputs: { activatable: "activatable", active: "active", disabled: "disabled", disabledMessage: "disabledMessage" }, outputs: { dsoActiveChange: "dsoActiveChange", dsoDelete: "dsoDelete", dsoMouseEnter: "dsoMouseEnter", dsoMouseLeave: "dsoMouseLeave" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2153
2153
  };
2154
2154
  DsoLegendItem = __decorate([
2155
2155
  ProxyCmp({
@@ -2157,7 +2157,7 @@ DsoLegendItem = __decorate([
2157
2157
  inputs: ['activatable', 'active', 'disabled', 'disabledMessage']
2158
2158
  })
2159
2159
  ], DsoLegendItem);
2160
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoLegendItem, decorators: [{
2160
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoLegendItem, decorators: [{
2161
2161
  type: Component,
2162
2162
  args: [{
2163
2163
  selector: 'dso-legend-item',
@@ -2226,8 +2226,8 @@ let DsoListButton = class DsoListButton {
2226
2226
  c.detach();
2227
2227
  this.el = r.nativeElement;
2228
2228
  }
2229
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoListButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2230
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoListButton, isStandalone: true, selector: "dso-list-button", inputs: { checked: "checked", count: "count", disabled: "disabled", label: "label", max: "max", min: "min", subcontentPrefix: "subcontentPrefix", sublabel: "sublabel" }, outputs: { dsoCountChange: "dsoCountChange", dsoSelectedChange: "dsoSelectedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2229
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoListButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2230
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoListButton, isStandalone: true, selector: "dso-list-button", inputs: { checked: "checked", count: "count", disabled: "disabled", label: "label", max: "max", min: "min", subcontentPrefix: "subcontentPrefix", sublabel: "sublabel" }, outputs: { dsoCountChange: "dsoCountChange", dsoSelectedChange: "dsoSelectedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2231
2231
  };
2232
2232
  DsoListButton = __decorate([
2233
2233
  ProxyCmp({
@@ -2235,7 +2235,7 @@ DsoListButton = __decorate([
2235
2235
  inputs: ['checked', 'count', 'disabled', 'label', 'max', 'min', 'subcontentPrefix', 'sublabel']
2236
2236
  })
2237
2237
  ], DsoListButton);
2238
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoListButton, decorators: [{
2238
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoListButton, decorators: [{
2239
2239
  type: Component,
2240
2240
  args: [{
2241
2241
  selector: 'dso-list-button',
@@ -2291,8 +2291,8 @@ Used to clarify the (non-production) server environment ("int", "kta", "pfm", "p
2291
2291
  c.detach();
2292
2292
  this.el = r.nativeElement;
2293
2293
  }
2294
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2295
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoLogo, isStandalone: true, selector: "dso-logo", inputs: { label: "label", labelUrl: "labelUrl", logoUrl: "logoUrl", name: "name", ribbon: "ribbon" }, outputs: { dsoLogoClick: "dsoLogoClick", dsoLabelClick: "dsoLabelClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2294
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2295
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoLogo, isStandalone: true, selector: "dso-logo", inputs: { label: "label", labelUrl: "labelUrl", logoUrl: "logoUrl", name: "name", ribbon: "ribbon" }, outputs: { dsoLogoClick: "dsoLogoClick", dsoLabelClick: "dsoLabelClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2296
2296
  };
2297
2297
  DsoLogo = __decorate([
2298
2298
  ProxyCmp({
@@ -2300,7 +2300,7 @@ DsoLogo = __decorate([
2300
2300
  inputs: ['label', 'labelUrl', 'logoUrl', 'name', 'ribbon']
2301
2301
  })
2302
2302
  ], DsoLogo);
2303
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoLogo, decorators: [{
2303
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoLogo, decorators: [{
2304
2304
  type: Component,
2305
2305
  args: [{
2306
2306
  selector: 'dso-logo',
@@ -2334,8 +2334,8 @@ let DsoMapBaseLayers = class DsoMapBaseLayers {
2334
2334
  c.detach();
2335
2335
  this.el = r.nativeElement;
2336
2336
  }
2337
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapBaseLayers, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2338
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoMapBaseLayers, isStandalone: true, selector: "dso-map-base-layers", inputs: { baseLayers: "baseLayers", group: "group" }, outputs: { dsoBaseLayerChange: "dsoBaseLayerChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2337
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoMapBaseLayers, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2338
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoMapBaseLayers, isStandalone: true, selector: "dso-map-base-layers", inputs: { baseLayers: "baseLayers", group: "group" }, outputs: { dsoBaseLayerChange: "dsoBaseLayerChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2339
2339
  };
2340
2340
  DsoMapBaseLayers = __decorate([
2341
2341
  ProxyCmp({
@@ -2343,7 +2343,7 @@ DsoMapBaseLayers = __decorate([
2343
2343
  inputs: ['baseLayers', 'group']
2344
2344
  })
2345
2345
  ], DsoMapBaseLayers);
2346
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapBaseLayers, decorators: [{
2346
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoMapBaseLayers, decorators: [{
2347
2347
  type: Component,
2348
2348
  args: [{
2349
2349
  selector: 'dso-map-base-layers',
@@ -2381,8 +2381,8 @@ let DsoMapControls = class DsoMapControls {
2381
2381
  c.detach();
2382
2382
  this.el = r.nativeElement;
2383
2383
  }
2384
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapControls, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2385
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoMapControls, isStandalone: true, selector: "dso-map-controls", inputs: { disableZoom: "disableZoom", open: "open" }, outputs: { dsoZoomIn: "dsoZoomIn", dsoZoomOut: "dsoZoomOut", dsoToggle: "dsoToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2384
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoMapControls, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2385
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoMapControls, isStandalone: true, selector: "dso-map-controls", inputs: { disableZoom: "disableZoom", open: "open" }, outputs: { dsoZoomIn: "dsoZoomIn", dsoZoomOut: "dsoZoomOut", dsoToggle: "dsoToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2386
2386
  };
2387
2387
  DsoMapControls = __decorate([
2388
2388
  ProxyCmp({
@@ -2391,7 +2391,7 @@ DsoMapControls = __decorate([
2391
2391
  methods: ['toggleVisibility']
2392
2392
  })
2393
2393
  ], DsoMapControls);
2394
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapControls, decorators: [{
2394
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoMapControls, decorators: [{
2395
2395
  type: Component,
2396
2396
  args: [{
2397
2397
  selector: 'dso-map-controls',
@@ -2433,8 +2433,8 @@ on the right. @default false
2433
2433
  c.detach();
2434
2434
  this.el = r.nativeElement;
2435
2435
  }
2436
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapLayer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2437
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoMapLayer, isStandalone: true, selector: "dso-map-layer", inputs: { activatable: "activatable", active: "active", wijzigactie: "wijzigactie" }, outputs: { dsoActiveChange: "dsoActiveChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2436
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoMapLayer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2437
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoMapLayer, isStandalone: true, selector: "dso-map-layer", inputs: { activatable: "activatable", active: "active", wijzigactie: "wijzigactie" }, outputs: { dsoActiveChange: "dsoActiveChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2438
2438
  };
2439
2439
  DsoMapLayer = __decorate([
2440
2440
  ProxyCmp({
@@ -2442,7 +2442,7 @@ DsoMapLayer = __decorate([
2442
2442
  inputs: ['activatable', 'active', 'wijzigactie']
2443
2443
  })
2444
2444
  ], DsoMapLayer);
2445
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapLayer, decorators: [{
2445
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoMapLayer, decorators: [{
2446
2446
  type: Component,
2447
2447
  args: [{
2448
2448
  selector: 'dso-map-layer',
@@ -2476,8 +2476,8 @@ let DsoMapLayerObject = class DsoMapLayerObject {
2476
2476
  c.detach();
2477
2477
  this.el = r.nativeElement;
2478
2478
  }
2479
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapLayerObject, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2480
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoMapLayerObject, isStandalone: true, selector: "dso-map-layer-object", inputs: { active: "active", wijzigactie: "wijzigactie" }, outputs: { dsoActiveChange: "dsoActiveChange", dsoMouseEnter: "dsoMouseEnter", dsoMouseLeave: "dsoMouseLeave" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2479
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoMapLayerObject, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2480
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoMapLayerObject, isStandalone: true, selector: "dso-map-layer-object", inputs: { active: "active", wijzigactie: "wijzigactie" }, outputs: { dsoActiveChange: "dsoActiveChange", dsoMouseEnter: "dsoMouseEnter", dsoMouseLeave: "dsoMouseLeave" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2481
2481
  };
2482
2482
  DsoMapLayerObject = __decorate([
2483
2483
  ProxyCmp({
@@ -2485,7 +2485,7 @@ DsoMapLayerObject = __decorate([
2485
2485
  inputs: ['active', 'wijzigactie']
2486
2486
  })
2487
2487
  ], DsoMapLayerObject);
2488
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapLayerObject, decorators: [{
2488
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoMapLayerObject, decorators: [{
2489
2489
  type: Component,
2490
2490
  args: [{
2491
2491
  selector: 'dso-map-layer-object',
@@ -2515,8 +2515,8 @@ let DsoMapMessage = class DsoMapMessage {
2515
2515
  c.detach();
2516
2516
  this.el = r.nativeElement;
2517
2517
  }
2518
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2519
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoMapMessage, isStandalone: true, selector: "dso-map-message", inputs: { variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2518
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoMapMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2519
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoMapMessage, isStandalone: true, selector: "dso-map-message", inputs: { variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2520
2520
  };
2521
2521
  DsoMapMessage = __decorate([
2522
2522
  ProxyCmp({
@@ -2524,7 +2524,7 @@ DsoMapMessage = __decorate([
2524
2524
  inputs: ['variant']
2525
2525
  })
2526
2526
  ], DsoMapMessage);
2527
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapMessage, decorators: [{
2527
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoMapMessage, decorators: [{
2528
2528
  type: Component,
2529
2529
  args: [{
2530
2530
  selector: 'dso-map-message',
@@ -2553,8 +2553,8 @@ let DsoMapOverlays = class DsoMapOverlays {
2553
2553
  c.detach();
2554
2554
  this.el = r.nativeElement;
2555
2555
  }
2556
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapOverlays, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2557
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoMapOverlays, isStandalone: true, selector: "dso-map-overlays", inputs: { group: "group", overlays: "overlays" }, outputs: { dsoToggleOverlay: "dsoToggleOverlay" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2556
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoMapOverlays, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2557
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoMapOverlays, isStandalone: true, selector: "dso-map-overlays", inputs: { group: "group", overlays: "overlays" }, outputs: { dsoToggleOverlay: "dsoToggleOverlay" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2558
2558
  };
2559
2559
  DsoMapOverlays = __decorate([
2560
2560
  ProxyCmp({
@@ -2562,7 +2562,7 @@ DsoMapOverlays = __decorate([
2562
2562
  inputs: ['group', 'overlays']
2563
2563
  })
2564
2564
  ], DsoMapOverlays);
2565
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapOverlays, decorators: [{
2565
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoMapOverlays, decorators: [{
2566
2566
  type: Component,
2567
2567
  args: [{
2568
2568
  selector: 'dso-map-overlays',
@@ -2607,8 +2607,8 @@ let DsoMarkBar = class DsoMarkBar {
2607
2607
  c.detach();
2608
2608
  this.el = r.nativeElement;
2609
2609
  }
2610
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMarkBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2611
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoMarkBar, isStandalone: true, selector: "dso-mark-bar", inputs: { current: "current", label: "label", totalCount: "totalCount", value: "value" }, outputs: { dsoInput: "dsoInput", dsoNext: "dsoNext", dsoPrevious: "dsoPrevious", dsoClear: "dsoClear" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2610
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoMarkBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2611
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoMarkBar, isStandalone: true, selector: "dso-mark-bar", inputs: { current: "current", label: "label", totalCount: "totalCount", value: "value" }, outputs: { dsoInput: "dsoInput", dsoNext: "dsoNext", dsoPrevious: "dsoPrevious", dsoClear: "dsoClear" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2612
2612
  };
2613
2613
  DsoMarkBar = __decorate([
2614
2614
  ProxyCmp({
@@ -2617,7 +2617,7 @@ DsoMarkBar = __decorate([
2617
2617
  methods: ['dsoFocus']
2618
2618
  })
2619
2619
  ], DsoMarkBar);
2620
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMarkBar, decorators: [{
2620
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoMarkBar, decorators: [{
2621
2621
  type: Component,
2622
2622
  args: [{
2623
2623
  selector: 'dso-mark-bar',
@@ -2676,8 +2676,8 @@ Needs `modalTitle` to be set. @default false
2676
2676
  c.detach();
2677
2677
  this.el = r.nativeElement;
2678
2678
  }
2679
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2680
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoModal, isStandalone: true, selector: "dso-modal", inputs: { closable: "closable", dialogRole: "dialogRole", fullscreen: "fullscreen", modalTitle: "modalTitle", returnFocus: "returnFocus" }, outputs: { dsoClose: "dsoClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2679
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2680
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoModal, isStandalone: true, selector: "dso-modal", inputs: { closable: "closable", dialogRole: "dialogRole", fullscreen: "fullscreen", modalTitle: "modalTitle", returnFocus: "returnFocus" }, outputs: { dsoClose: "dsoClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2681
2681
  };
2682
2682
  DsoModal = __decorate([
2683
2683
  ProxyCmp({
@@ -2685,7 +2685,7 @@ DsoModal = __decorate([
2685
2685
  inputs: ['closable', 'dialogRole', 'fullscreen', 'modalTitle', 'returnFocus']
2686
2686
  })
2687
2687
  ], DsoModal);
2688
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoModal, decorators: [{
2688
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoModal, decorators: [{
2689
2689
  type: Component,
2690
2690
  args: [{
2691
2691
  selector: 'dso-modal',
@@ -2712,8 +2712,8 @@ let DsoOnboardingTip = class DsoOnboardingTip {
2712
2712
  c.detach();
2713
2713
  this.el = r.nativeElement;
2714
2714
  }
2715
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoOnboardingTip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2716
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoOnboardingTip, isStandalone: true, selector: "dso-onboarding-tip", inputs: { placement: "placement" }, outputs: { dsoClose: "dsoClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2715
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoOnboardingTip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2716
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoOnboardingTip, isStandalone: true, selector: "dso-onboarding-tip", inputs: { placement: "placement" }, outputs: { dsoClose: "dsoClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2717
2717
  };
2718
2718
  DsoOnboardingTip = __decorate([
2719
2719
  ProxyCmp({
@@ -2721,7 +2721,7 @@ DsoOnboardingTip = __decorate([
2721
2721
  inputs: ['placement']
2722
2722
  })
2723
2723
  ], DsoOnboardingTip);
2724
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoOnboardingTip, decorators: [{
2724
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoOnboardingTip, decorators: [{
2725
2725
  type: Component,
2726
2726
  args: [{
2727
2727
  selector: 'dso-onboarding-tip',
@@ -2776,8 +2776,8 @@ toggletip for "IntIoRef" will show a "Kenmerken en kaart" annotation button. @de
2776
2776
  c.detach();
2777
2777
  this.el = r.nativeElement;
2778
2778
  }
2779
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoOzonContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2780
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoOzonContent, isStandalone: true, selector: "dso-ozon-content", inputs: { annotated: "annotated", begripResolver: "begripResolver", content: "content", inline: "inline", mark: "mark", urlResolver: "urlResolver" }, outputs: { dsoClick: "dsoClick", dsoOzonContentMarkItemHighlight: "dsoOzonContentMarkItemHighlight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2779
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoOzonContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2780
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoOzonContent, isStandalone: true, selector: "dso-ozon-content", inputs: { annotated: "annotated", begripResolver: "begripResolver", content: "content", inline: "inline", mark: "mark", urlResolver: "urlResolver" }, outputs: { dsoClick: "dsoClick", dsoOzonContentMarkItemHighlight: "dsoOzonContentMarkItemHighlight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2781
2781
  };
2782
2782
  DsoOzonContent = __decorate([
2783
2783
  ProxyCmp({
@@ -2785,7 +2785,7 @@ DsoOzonContent = __decorate([
2785
2785
  inputs: ['annotated', 'begripResolver', 'content', 'inline', 'mark', 'urlResolver']
2786
2786
  })
2787
2787
  ], DsoOzonContent);
2788
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoOzonContent, decorators: [{
2788
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoOzonContent, decorators: [{
2789
2789
  type: Component,
2790
2790
  args: [{
2791
2791
  selector: 'dso-ozon-content',
@@ -2813,8 +2813,8 @@ let DsoOzonContentToggletip = class DsoOzonContentToggletip {
2813
2813
  c.detach();
2814
2814
  this.el = r.nativeElement;
2815
2815
  }
2816
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoOzonContentToggletip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2817
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoOzonContentToggletip, isStandalone: true, selector: "dso-ozon-content-toggletip", inputs: { icon: "icon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2816
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoOzonContentToggletip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2817
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoOzonContentToggletip, isStandalone: true, selector: "dso-ozon-content-toggletip", inputs: { icon: "icon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2818
2818
  };
2819
2819
  DsoOzonContentToggletip = __decorate([
2820
2820
  ProxyCmp({
@@ -2822,7 +2822,7 @@ DsoOzonContentToggletip = __decorate([
2822
2822
  inputs: ['icon']
2823
2823
  })
2824
2824
  ], DsoOzonContentToggletip);
2825
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoOzonContentToggletip, decorators: [{
2825
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoOzonContentToggletip, decorators: [{
2826
2826
  type: Component,
2827
2827
  args: [{
2828
2828
  selector: 'dso-ozon-content-toggletip',
@@ -2856,8 +2856,8 @@ let DsoPagination = class DsoPagination {
2856
2856
  c.detach();
2857
2857
  this.el = r.nativeElement;
2858
2858
  }
2859
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2860
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoPagination, isStandalone: true, selector: "dso-pagination", inputs: { currentPage: "currentPage", formatHref: "formatHref", totalPages: "totalPages" }, outputs: { dsoSelectPage: "dsoSelectPage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2859
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2860
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoPagination, isStandalone: true, selector: "dso-pagination", inputs: { currentPage: "currentPage", formatHref: "formatHref", totalPages: "totalPages" }, outputs: { dsoSelectPage: "dsoSelectPage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2861
2861
  };
2862
2862
  DsoPagination = __decorate([
2863
2863
  ProxyCmp({
@@ -2865,7 +2865,7 @@ DsoPagination = __decorate([
2865
2865
  inputs: ['currentPage', 'formatHref', 'totalPages']
2866
2866
  })
2867
2867
  ], DsoPagination);
2868
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoPagination, decorators: [{
2868
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoPagination, decorators: [{
2869
2869
  type: Component,
2870
2870
  args: [{
2871
2871
  selector: 'dso-pagination',
@@ -2897,8 +2897,8 @@ let DsoPanel = class DsoPanel {
2897
2897
  c.detach();
2898
2898
  this.el = r.nativeElement;
2899
2899
  }
2900
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2901
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoPanel, isStandalone: true, selector: "dso-panel", inputs: { closeButtonLabel: "closeButtonLabel", emphasized: "emphasized" }, outputs: { dsoCloseClick: "dsoCloseClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2900
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2901
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoPanel, isStandalone: true, selector: "dso-panel", inputs: { closeButtonLabel: "closeButtonLabel", emphasized: "emphasized" }, outputs: { dsoCloseClick: "dsoCloseClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2902
2902
  };
2903
2903
  DsoPanel = __decorate([
2904
2904
  ProxyCmp({
@@ -2906,7 +2906,7 @@ DsoPanel = __decorate([
2906
2906
  inputs: ['closeButtonLabel', 'emphasized']
2907
2907
  })
2908
2908
  ], DsoPanel);
2909
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoPanel, decorators: [{
2909
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoPanel, decorators: [{
2910
2910
  type: Component,
2911
2911
  args: [{
2912
2912
  selector: 'dso-panel',
@@ -2948,8 +2948,8 @@ let DsoPlekinfoCard = class DsoPlekinfoCard {
2948
2948
  c.detach();
2949
2949
  this.el = r.nativeElement;
2950
2950
  }
2951
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoPlekinfoCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2952
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoPlekinfoCard, isStandalone: true, selector: "dso-plekinfo-card", inputs: { active: "active", href: "href", targetBlank: "targetBlank", wijzigactie: "wijzigactie" }, outputs: { dsoPlekinfoCardClick: "dsoPlekinfoCardClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2951
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoPlekinfoCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2952
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoPlekinfoCard, isStandalone: true, selector: "dso-plekinfo-card", inputs: { active: "active", href: "href", targetBlank: "targetBlank", wijzigactie: "wijzigactie" }, outputs: { dsoPlekinfoCardClick: "dsoPlekinfoCardClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2953
2953
  };
2954
2954
  DsoPlekinfoCard = __decorate([
2955
2955
  ProxyCmp({
@@ -2957,7 +2957,7 @@ DsoPlekinfoCard = __decorate([
2957
2957
  inputs: ['active', 'href', 'targetBlank', 'wijzigactie']
2958
2958
  })
2959
2959
  ], DsoPlekinfoCard);
2960
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoPlekinfoCard, decorators: [{
2960
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoPlekinfoCard, decorators: [{
2961
2961
  type: Component,
2962
2962
  args: [{
2963
2963
  selector: 'dso-plekinfo-card',
@@ -2995,8 +2995,8 @@ If no size is set, falls back to `small`.
2995
2995
  c.detach();
2996
2996
  this.el = r.nativeElement;
2997
2997
  }
2998
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoProgressIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2999
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoProgressIndicator, isStandalone: true, selector: "dso-progress-indicator", inputs: { block: "block", label: "label", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2998
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoProgressIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2999
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoProgressIndicator, isStandalone: true, selector: "dso-progress-indicator", inputs: { block: "block", label: "label", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3000
3000
  };
3001
3001
  DsoProgressIndicator = __decorate([
3002
3002
  ProxyCmp({
@@ -3004,7 +3004,7 @@ DsoProgressIndicator = __decorate([
3004
3004
  inputs: ['block', 'label', 'size']
3005
3005
  })
3006
3006
  ], DsoProgressIndicator);
3007
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoProgressIndicator, decorators: [{
3007
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoProgressIndicator, decorators: [{
3008
3008
  type: Component,
3009
3009
  args: [{
3010
3010
  selector: 'dso-progress-indicator',
@@ -3027,8 +3027,8 @@ let DsoProjectItem = class DsoProjectItem {
3027
3027
  c.detach();
3028
3028
  this.el = r.nativeElement;
3029
3029
  }
3030
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoProjectItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3031
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoProjectItem, isStandalone: true, selector: "dso-project-item", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3030
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoProjectItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3031
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoProjectItem, isStandalone: true, selector: "dso-project-item", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3032
3032
  };
3033
3033
  DsoProjectItem = __decorate([
3034
3034
  ProxyCmp({
@@ -3036,7 +3036,7 @@ DsoProjectItem = __decorate([
3036
3036
  inputs: ['label']
3037
3037
  })
3038
3038
  ], DsoProjectItem);
3039
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoProjectItem, decorators: [{
3039
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoProjectItem, decorators: [{
3040
3040
  type: Component,
3041
3041
  args: [{
3042
3042
  selector: 'dso-project-item',
@@ -3065,8 +3065,8 @@ let DsoRenvooi = class DsoRenvooi {
3065
3065
  c.detach();
3066
3066
  this.el = r.nativeElement;
3067
3067
  }
3068
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoRenvooi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3069
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoRenvooi, isStandalone: true, selector: "dso-renvooi", inputs: { mark: "mark", value: "value" }, outputs: { dsoRenvooiMarkItemHighlight: "dsoRenvooiMarkItemHighlight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3068
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoRenvooi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3069
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoRenvooi, isStandalone: true, selector: "dso-renvooi", inputs: { mark: "mark", value: "value" }, outputs: { dsoRenvooiMarkItemHighlight: "dsoRenvooiMarkItemHighlight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3070
3070
  };
3071
3071
  DsoRenvooi = __decorate([
3072
3072
  ProxyCmp({
@@ -3074,7 +3074,7 @@ DsoRenvooi = __decorate([
3074
3074
  inputs: ['mark', 'value']
3075
3075
  })
3076
3076
  ], DsoRenvooi);
3077
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoRenvooi, decorators: [{
3077
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoRenvooi, decorators: [{
3078
3078
  type: Component,
3079
3079
  args: [{
3080
3080
  selector: 'dso-renvooi',
@@ -3096,8 +3096,8 @@ let DsoResponsiveElement = class DsoResponsiveElement {
3096
3096
  c.detach();
3097
3097
  this.el = r.nativeElement;
3098
3098
  }
3099
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoResponsiveElement, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3100
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoResponsiveElement, isStandalone: true, selector: "dso-responsive-element", outputs: { dsoSizeChange: "dsoSizeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3099
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoResponsiveElement, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3100
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoResponsiveElement, isStandalone: true, selector: "dso-responsive-element", outputs: { dsoSizeChange: "dsoSizeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3101
3101
  };
3102
3102
  DsoResponsiveElement = __decorate([
3103
3103
  ProxyCmp({
@@ -3105,7 +3105,7 @@ DsoResponsiveElement = __decorate([
3105
3105
  methods: ['getSize']
3106
3106
  })
3107
3107
  ], DsoResponsiveElement);
3108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoResponsiveElement, decorators: [{
3108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoResponsiveElement, decorators: [{
3109
3109
  type: Component,
3110
3110
  args: [{
3111
3111
  selector: 'dso-responsive-element',
@@ -3127,15 +3127,15 @@ let DsoScrollable = class DsoScrollable {
3127
3127
  c.detach();
3128
3128
  this.el = r.nativeElement;
3129
3129
  }
3130
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoScrollable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3131
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoScrollable, isStandalone: true, selector: "dso-scrollable", outputs: { dsoScrollEnd: "dsoScrollEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3130
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoScrollable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3131
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoScrollable, isStandalone: true, selector: "dso-scrollable", outputs: { dsoScrollEnd: "dsoScrollEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3132
3132
  };
3133
3133
  DsoScrollable = __decorate([
3134
3134
  ProxyCmp({
3135
3135
  defineCustomElementFn: defineCustomElement$X
3136
3136
  })
3137
3137
  ], DsoScrollable);
3138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoScrollable, decorators: [{
3138
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoScrollable, decorators: [{
3139
3139
  type: Component,
3140
3140
  args: [{
3141
3141
  selector: 'dso-scrollable',
@@ -3182,8 +3182,8 @@ let DsoSegmentedButton = class DsoSegmentedButton {
3182
3182
  c.detach();
3183
3183
  this.el = r.nativeElement;
3184
3184
  }
3185
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoSegmentedButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3186
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoSegmentedButton, isStandalone: true, selector: "dso-segmented-button", inputs: { activeOption: "activeOption", groupName: "groupName", label: "label", options: "options", required: "required" }, outputs: { dsoChange: "dsoChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3185
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoSegmentedButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3186
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoSegmentedButton, isStandalone: true, selector: "dso-segmented-button", inputs: { activeOption: "activeOption", groupName: "groupName", label: "label", options: "options", required: "required" }, outputs: { dsoChange: "dsoChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3187
3187
  };
3188
3188
  DsoSegmentedButton = __decorate([
3189
3189
  ProxyCmp({
@@ -3191,7 +3191,7 @@ DsoSegmentedButton = __decorate([
3191
3191
  inputs: ['activeOption', 'groupName', 'label', 'options', 'required']
3192
3192
  })
3193
3193
  ], DsoSegmentedButton);
3194
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoSegmentedButton, decorators: [{
3194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoSegmentedButton, decorators: [{
3195
3195
  type: Component,
3196
3196
  args: [{
3197
3197
  selector: 'dso-segmented-button',
@@ -3278,8 +3278,8 @@ Can be used to indicate child Selectables that are a mix of checked and unchecke
3278
3278
  c.detach();
3279
3279
  this.el = r.nativeElement;
3280
3280
  }
3281
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoSelectable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3282
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoSelectable, isStandalone: true, selector: "dso-selectable", inputs: { checked: "checked", describedById: "describedById", disabled: "disabled", identifier: "identifier", indeterminate: "indeterminate", infoFixed: "infoFixed", invalid: "invalid", labelledById: "labelledById", name: "name", required: "required", type: "type", value: "value" }, outputs: { dsoChange: "dsoChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3281
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoSelectable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3282
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoSelectable, isStandalone: true, selector: "dso-selectable", inputs: { checked: "checked", describedById: "describedById", disabled: "disabled", identifier: "identifier", indeterminate: "indeterminate", infoFixed: "infoFixed", invalid: "invalid", labelledById: "labelledById", name: "name", required: "required", type: "type", value: "value" }, outputs: { dsoChange: "dsoChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3283
3283
  };
3284
3284
  DsoSelectable = __decorate([
3285
3285
  ProxyCmp({
@@ -3288,7 +3288,7 @@ DsoSelectable = __decorate([
3288
3288
  methods: ['toggleInfo']
3289
3289
  })
3290
3290
  ], DsoSelectable);
3291
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoSelectable, decorators: [{
3291
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoSelectable, decorators: [{
3292
3292
  type: Component,
3293
3293
  args: [{
3294
3294
  selector: 'dso-selectable',
@@ -3320,8 +3320,8 @@ let DsoSkiplink = class DsoSkiplink {
3320
3320
  c.detach();
3321
3321
  this.el = r.nativeElement;
3322
3322
  }
3323
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoSkiplink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3324
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoSkiplink, isStandalone: true, selector: "dso-skiplink", inputs: { label: "label", to: "to" }, outputs: { dsoSkiplinkClick: "dsoSkiplinkClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3323
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoSkiplink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3324
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoSkiplink, isStandalone: true, selector: "dso-skiplink", inputs: { label: "label", to: "to" }, outputs: { dsoSkiplinkClick: "dsoSkiplinkClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3325
3325
  };
3326
3326
  DsoSkiplink = __decorate([
3327
3327
  ProxyCmp({
@@ -3329,7 +3329,7 @@ DsoSkiplink = __decorate([
3329
3329
  inputs: ['label', 'to']
3330
3330
  })
3331
3331
  ], DsoSkiplink);
3332
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoSkiplink, decorators: [{
3332
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoSkiplink, decorators: [{
3333
3333
  type: Component,
3334
3334
  args: [{
3335
3335
  selector: 'dso-skiplink',
@@ -3376,8 +3376,8 @@ let DsoSlideToggle = class DsoSlideToggle {
3376
3376
  c.detach();
3377
3377
  this.el = r.nativeElement;
3378
3378
  }
3379
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoSlideToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3380
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoSlideToggle, isStandalone: true, selector: "dso-slide-toggle", inputs: { accessibleLabel: "accessibleLabel", checked: "checked", disabled: "disabled", identifier: "identifier", labelledbyId: "labelledbyId" }, outputs: { dsoActiveChange: "dsoActiveChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3379
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoSlideToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3380
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoSlideToggle, isStandalone: true, selector: "dso-slide-toggle", inputs: { accessibleLabel: "accessibleLabel", checked: "checked", disabled: "disabled", identifier: "identifier", labelledbyId: "labelledbyId" }, outputs: { dsoActiveChange: "dsoActiveChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3381
3381
  };
3382
3382
  DsoSlideToggle = __decorate([
3383
3383
  ProxyCmp({
@@ -3385,7 +3385,7 @@ DsoSlideToggle = __decorate([
3385
3385
  inputs: ['accessibleLabel', 'checked', 'disabled', 'identifier', 'labelledbyId']
3386
3386
  })
3387
3387
  ], DsoSlideToggle);
3388
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoSlideToggle, decorators: [{
3388
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoSlideToggle, decorators: [{
3389
3389
  type: Component,
3390
3390
  args: [{
3391
3391
  selector: 'dso-slide-toggle',
@@ -3408,15 +3408,15 @@ let DsoSurveyRating = class DsoSurveyRating {
3408
3408
  c.detach();
3409
3409
  this.el = r.nativeElement;
3410
3410
  }
3411
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoSurveyRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3412
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoSurveyRating, isStandalone: true, selector: "dso-survey-rating", outputs: { dsoSubmit: "dsoSubmit", dsoClose: "dsoClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3411
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoSurveyRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3412
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoSurveyRating, isStandalone: true, selector: "dso-survey-rating", outputs: { dsoSubmit: "dsoSubmit", dsoClose: "dsoClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3413
3413
  };
3414
3414
  DsoSurveyRating = __decorate([
3415
3415
  ProxyCmp({
3416
3416
  defineCustomElementFn: defineCustomElement$10
3417
3417
  })
3418
3418
  ], DsoSurveyRating);
3419
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoSurveyRating, decorators: [{
3419
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoSurveyRating, decorators: [{
3420
3420
  type: Component,
3421
3421
  args: [{
3422
3422
  selector: 'dso-survey-rating',
@@ -3455,8 +3455,8 @@ let DsoTab = class DsoTab {
3455
3455
  c.detach();
3456
3456
  this.el = r.nativeElement;
3457
3457
  }
3458
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3459
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoTab, isStandalone: true, selector: "dso-tab", inputs: { active: "active", disabled: "disabled", href: "href" }, outputs: { dsoTabSwitch: "dsoTabSwitch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3458
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3459
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoTab, isStandalone: true, selector: "dso-tab", inputs: { active: "active", disabled: "disabled", href: "href" }, outputs: { dsoTabSwitch: "dsoTabSwitch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3460
3460
  };
3461
3461
  DsoTab = __decorate([
3462
3462
  ProxyCmp({
@@ -3464,7 +3464,7 @@ DsoTab = __decorate([
3464
3464
  inputs: ['active', 'disabled', 'href']
3465
3465
  })
3466
3466
  ], DsoTab);
3467
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTab, decorators: [{
3467
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoTab, decorators: [{
3468
3468
  type: Component,
3469
3469
  args: [{
3470
3470
  selector: 'dso-tab',
@@ -3490,8 +3490,8 @@ let DsoTable = class DsoTable {
3490
3490
  c.detach();
3491
3491
  this.el = r.nativeElement;
3492
3492
  }
3493
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3494
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoTable, isStandalone: true, selector: "dso-table", inputs: { noModal: "noModal" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3493
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3494
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoTable, isStandalone: true, selector: "dso-table", inputs: { noModal: "noModal" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3495
3495
  };
3496
3496
  DsoTable = __decorate([
3497
3497
  ProxyCmp({
@@ -3499,7 +3499,7 @@ DsoTable = __decorate([
3499
3499
  inputs: ['noModal']
3500
3500
  })
3501
3501
  ], DsoTable);
3502
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTable, decorators: [{
3502
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoTable, decorators: [{
3503
3503
  type: Component,
3504
3504
  args: [{
3505
3505
  selector: 'dso-table',
@@ -3517,15 +3517,15 @@ let DsoTabs = class DsoTabs {
3517
3517
  c.detach();
3518
3518
  this.el = r.nativeElement;
3519
3519
  }
3520
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3521
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoTabs, isStandalone: true, selector: "dso-tabs", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3520
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3521
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoTabs, isStandalone: true, selector: "dso-tabs", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3522
3522
  };
3523
3523
  DsoTabs = __decorate([
3524
3524
  ProxyCmp({
3525
3525
  defineCustomElementFn: defineCustomElement$13
3526
3526
  })
3527
3527
  ], DsoTabs);
3528
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTabs, decorators: [{
3528
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoTabs, decorators: [{
3529
3529
  type: Component,
3530
3530
  args: [{
3531
3531
  selector: 'dso-tabs',
@@ -3543,15 +3543,15 @@ let DsoTijdreisBanner = class DsoTijdreisBanner {
3543
3543
  c.detach();
3544
3544
  this.el = r.nativeElement;
3545
3545
  }
3546
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTijdreisBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3547
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoTijdreisBanner, isStandalone: true, selector: "dso-tijdreis-banner", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3546
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoTijdreisBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3547
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoTijdreisBanner, isStandalone: true, selector: "dso-tijdreis-banner", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3548
3548
  };
3549
3549
  DsoTijdreisBanner = __decorate([
3550
3550
  ProxyCmp({
3551
3551
  defineCustomElementFn: defineCustomElement$14
3552
3552
  })
3553
3553
  ], DsoTijdreisBanner);
3554
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTijdreisBanner, decorators: [{
3554
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoTijdreisBanner, decorators: [{
3555
3555
  type: Component,
3556
3556
  args: [{
3557
3557
  selector: 'dso-tijdreis-banner',
@@ -3579,33 +3579,28 @@ let DsoToggletip = class DsoToggletip {
3579
3579
  */
3580
3580
  set small(_) { }
3581
3581
  ;
3582
- /**
3583
- * Set to true for secondary Toggletip.
3584
- */
3585
- set secondary(_) { }
3586
- ;
3587
3582
  constructor(c, r, z) {
3588
3583
  this.z = z;
3589
3584
  c.detach();
3590
3585
  this.el = r.nativeElement;
3591
3586
  }
3592
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoToggletip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3593
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoToggletip, isStandalone: true, selector: "dso-toggletip", inputs: { label: "label", position: "position", secondary: "secondary", small: "small" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3587
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoToggletip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3588
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoToggletip, isStandalone: true, selector: "dso-toggletip", inputs: { label: "label", position: "position", small: "small" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3594
3589
  };
3595
3590
  DsoToggletip = __decorate([
3596
3591
  ProxyCmp({
3597
3592
  defineCustomElementFn: defineCustomElement$15,
3598
- inputs: ['label', 'position', 'secondary', 'small']
3593
+ inputs: ['label', 'position', 'small']
3599
3594
  })
3600
3595
  ], DsoToggletip);
3601
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoToggletip, decorators: [{
3596
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoToggletip, decorators: [{
3602
3597
  type: Component,
3603
3598
  args: [{
3604
3599
  selector: 'dso-toggletip',
3605
3600
  changeDetection: ChangeDetectionStrategy.OnPush,
3606
3601
  template: '<ng-content></ng-content>',
3607
3602
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3608
- inputs: ['label', 'position', 'secondary', 'small'],
3603
+ inputs: ['label', 'position', 'small'],
3609
3604
  }]
3610
3605
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
3611
3606
  let DsoTooltip = class DsoTooltip {
@@ -3651,8 +3646,8 @@ let DsoTooltip = class DsoTooltip {
3651
3646
  c.detach();
3652
3647
  this.el = r.nativeElement;
3653
3648
  }
3654
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3655
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoTooltip, isStandalone: true, selector: "dso-tooltip", inputs: { active: "active", descriptive: "descriptive", noArrow: "noArrow", position: "position", small: "small", stateless: "stateless", strategy: "strategy" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3649
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3650
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoTooltip, isStandalone: true, selector: "dso-tooltip", inputs: { active: "active", descriptive: "descriptive", noArrow: "noArrow", position: "position", small: "small", stateless: "stateless", strategy: "strategy" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3656
3651
  };
3657
3652
  DsoTooltip = __decorate([
3658
3653
  ProxyCmp({
@@ -3661,7 +3656,7 @@ DsoTooltip = __decorate([
3661
3656
  methods: ['activate', 'deactivate']
3662
3657
  })
3663
3658
  ], DsoTooltip);
3664
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTooltip, decorators: [{
3659
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoTooltip, decorators: [{
3665
3660
  type: Component,
3666
3661
  args: [{
3667
3662
  selector: 'dso-tooltip',
@@ -3687,8 +3682,8 @@ let DsoTreeView = class DsoTreeView {
3687
3682
  c.detach();
3688
3683
  this.el = r.nativeElement;
3689
3684
  }
3690
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTreeView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3691
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoTreeView, isStandalone: true, selector: "dso-tree-view", inputs: { collection: "collection" }, outputs: { dsoOpenItem: "dsoOpenItem", dsoCloseItem: "dsoCloseItem", dsoClickItem: "dsoClickItem" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3685
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoTreeView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3686
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoTreeView, isStandalone: true, selector: "dso-tree-view", inputs: { collection: "collection" }, outputs: { dsoOpenItem: "dsoOpenItem", dsoCloseItem: "dsoCloseItem", dsoClickItem: "dsoClickItem" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3692
3687
  };
3693
3688
  DsoTreeView = __decorate([
3694
3689
  ProxyCmp({
@@ -3697,7 +3692,7 @@ DsoTreeView = __decorate([
3697
3692
  methods: ['focusItem']
3698
3693
  })
3699
3694
  ], DsoTreeView);
3700
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTreeView, decorators: [{
3695
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoTreeView, decorators: [{
3701
3696
  type: Component,
3702
3697
  args: [{
3703
3698
  selector: 'dso-tree-view',
@@ -3778,8 +3773,8 @@ Default size is `large`. @default "large"
3778
3773
  c.detach();
3779
3774
  this.el = r.nativeElement;
3780
3775
  }
3781
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoViewerGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3782
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoViewerGrid, isStandalone: true, selector: "dso-viewer-grid", inputs: { activeTab: "activeTab", documentPanelOpen: "documentPanelOpen", documentPanelSize: "documentPanelSize", filterPanelOpen: "filterPanelOpen", filterPanelTitle: "filterPanelTitle", mainPanelExpanded: "mainPanelExpanded", mainPanelHidden: "mainPanelHidden", mainSize: "mainSize", overlayOpen: "overlayOpen" }, outputs: { dsoCloseOverlay: "dsoCloseOverlay", dsoCloseFilterPanel: "dsoCloseFilterPanel", dsoActiveTabSwitch: "dsoActiveTabSwitch", dsoMainSizeChangeAnimationEnd: "dsoMainSizeChangeAnimationEnd", dsoDocumentPanelSizeChange: "dsoDocumentPanelSizeChange", dsoDocumentPanelSizeChangeAnimationEnd: "dsoDocumentPanelSizeChangeAnimationEnd", dsoMainPanelToggle: "dsoMainPanelToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3776
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoViewerGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3777
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoViewerGrid, isStandalone: true, selector: "dso-viewer-grid", inputs: { activeTab: "activeTab", documentPanelOpen: "documentPanelOpen", documentPanelSize: "documentPanelSize", filterPanelOpen: "filterPanelOpen", filterPanelTitle: "filterPanelTitle", mainPanelExpanded: "mainPanelExpanded", mainPanelHidden: "mainPanelHidden", mainSize: "mainSize", overlayOpen: "overlayOpen" }, outputs: { dsoCloseOverlay: "dsoCloseOverlay", dsoCloseFilterPanel: "dsoCloseFilterPanel", dsoActiveTabSwitch: "dsoActiveTabSwitch", dsoMainSizeChangeAnimationEnd: "dsoMainSizeChangeAnimationEnd", dsoDocumentPanelSizeChange: "dsoDocumentPanelSizeChange", dsoDocumentPanelSizeChangeAnimationEnd: "dsoDocumentPanelSizeChangeAnimationEnd", dsoMainPanelToggle: "dsoMainPanelToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3783
3778
  };
3784
3779
  DsoViewerGrid = __decorate([
3785
3780
  ProxyCmp({
@@ -3787,7 +3782,7 @@ DsoViewerGrid = __decorate([
3787
3782
  inputs: ['activeTab', 'documentPanelOpen', 'documentPanelSize', 'filterPanelOpen', 'filterPanelTitle', 'mainPanelExpanded', 'mainPanelHidden', 'mainSize', 'overlayOpen']
3788
3783
  })
3789
3784
  ], DsoViewerGrid);
3790
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoViewerGrid, decorators: [{
3785
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoViewerGrid, decorators: [{
3791
3786
  type: Component,
3792
3787
  args: [{
3793
3788
  selector: 'dso-viewer-grid',
@@ -3857,8 +3852,8 @@ let DsotDocumentComponentDemo = class DsotDocumentComponentDemo {
3857
3852
  c.detach();
3858
3853
  this.el = r.nativeElement;
3859
3854
  }
3860
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsotDocumentComponentDemo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3861
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsotDocumentComponentDemo, isStandalone: true, selector: "dsot-document-component-demo", inputs: { jsonFile: "jsonFile", mode: "mode", openDefault: "openDefault", ozonContentBegripResolver: "ozonContentBegripResolver", ozonContentUrlResolver: "ozonContentUrlResolver", showBesluitversie: "showBesluitversie", showCanvas: "showCanvas" }, outputs: { dsotOzonContentClick: "dsotOzonContentClick", dsotTableOfContentsClick: "dsotTableOfContentsClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3855
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsotDocumentComponentDemo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3856
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsotDocumentComponentDemo, isStandalone: true, selector: "dsot-document-component-demo", inputs: { jsonFile: "jsonFile", mode: "mode", openDefault: "openDefault", ozonContentBegripResolver: "ozonContentBegripResolver", ozonContentUrlResolver: "ozonContentUrlResolver", showBesluitversie: "showBesluitversie", showCanvas: "showCanvas" }, outputs: { dsotOzonContentClick: "dsotOzonContentClick", dsotTableOfContentsClick: "dsotTableOfContentsClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3862
3857
  };
3863
3858
  DsotDocumentComponentDemo = __decorate([
3864
3859
  ProxyCmp({
@@ -3866,7 +3861,7 @@ DsotDocumentComponentDemo = __decorate([
3866
3861
  inputs: ['jsonFile', 'mode', 'openDefault', 'ozonContentBegripResolver', 'ozonContentUrlResolver', 'showBesluitversie', 'showCanvas']
3867
3862
  })
3868
3863
  ], DsotDocumentComponentDemo);
3869
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsotDocumentComponentDemo, decorators: [{
3864
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsotDocumentComponentDemo, decorators: [{
3870
3865
  type: Component,
3871
3866
  args: [{
3872
3867
  selector: 'dsot-document-component-demo',
@@ -3985,8 +3980,8 @@ class BooleanValueAccessor {
3985
3980
  setDisabledState(isDisabled) {
3986
3981
  this.el.nativeElement.disabled = isDisabled;
3987
3982
  }
3988
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
3989
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.5", type: BooleanValueAccessor, isStandalone: true, selector: "dso-selectable[type=checkbox]", host: { listeners: { "focusout": "onFocusOut()", "dsoChange": "onDsoChange($event)" } }, providers: [
3983
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
3984
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.6", type: BooleanValueAccessor, isStandalone: true, selector: "dso-selectable[type=checkbox]", host: { listeners: { "focusout": "onFocusOut()", "dsoChange": "onDsoChange($event)" } }, providers: [
3990
3985
  {
3991
3986
  provide: NG_VALUE_ACCESSOR,
3992
3987
  useExisting: forwardRef(() => BooleanValueAccessor),
@@ -3994,7 +3989,7 @@ class BooleanValueAccessor {
3994
3989
  },
3995
3990
  ], ngImport: i0 });
3996
3991
  }
3997
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: BooleanValueAccessor, decorators: [{
3992
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: BooleanValueAccessor, decorators: [{
3998
3993
  type: Directive,
3999
3994
  args: [{
4000
3995
  selector: "dso-selectable[type=checkbox]",
@@ -4041,8 +4036,8 @@ class RadioValueAccessor {
4041
4036
  setDisabledState(isDisabled) {
4042
4037
  this.el.nativeElement.disabled = isDisabled;
4043
4038
  }
4044
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: RadioValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
4045
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.5", type: RadioValueAccessor, isStandalone: true, selector: "dso-selectable[type=radio]", host: { listeners: { "focusout": "onFocusOut()", "dsoChange": "onDsoChange()" } }, providers: [
4039
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RadioValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
4040
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.6", type: RadioValueAccessor, isStandalone: true, selector: "dso-selectable[type=radio]", host: { listeners: { "focusout": "onFocusOut()", "dsoChange": "onDsoChange()" } }, providers: [
4046
4041
  {
4047
4042
  provide: NG_VALUE_ACCESSOR,
4048
4043
  useExisting: forwardRef(() => RadioValueAccessor),
@@ -4050,7 +4045,7 @@ class RadioValueAccessor {
4050
4045
  },
4051
4046
  ], ngImport: i0 });
4052
4047
  }
4053
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: RadioValueAccessor, decorators: [{
4048
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RadioValueAccessor, decorators: [{
4054
4049
  type: Directive,
4055
4050
  args: [{
4056
4051
  selector: "dso-selectable[type=radio]",
@@ -4073,11 +4068,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
4073
4068
 
4074
4069
  const VALUE_ACCESSORS = [BooleanValueAccessor, RadioValueAccessor];
4075
4070
  class DsoToolkitModule {
4076
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoToolkitModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4077
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.5", ngImport: i0, type: DsoToolkitModule, imports: [DsoAccordion, DsoAccordionSection, DsoActionList, DsoActionListItem, DsoAdvancedSelect, DsoAlert, DsoAnnotationActiviteit, DsoAnnotationGebiedsaanwijzing, DsoAnnotationKaart, DsoAnnotationLocatie, DsoAnnotationOmgevingsnormwaarde, DsoAttachmentsCounter, DsoAutosuggest, DsoBadge, DsoBanner, DsoButtonGroup, DsoCard, DsoCardContainer, DsoContactInformation, DsoCursorTooltip, DsoDatePicker, DsoDocumentCard, DsoDocumentComponent, DsoDropdownMenu, DsoExpandable, DsoHeader, DsoHighlightBox, DsoHistoryItem, DsoIcon, DsoIconButton, DsoImageOverlay, DsoInfo, DsoInfoButton, DsoInputRange, DsoLabel, DsoLegend, DsoLegendGroup, DsoLegendItem, DsoListButton, DsoLogo, DsoMapBaseLayers, DsoMapControls, DsoMapLayer, DsoMapLayerObject, DsoMapMessage, DsoMapOverlays, DsoMarkBar, DsoModal, DsoOnboardingTip, DsoOzonContent, DsoOzonContentToggletip, DsoPagination, DsoPanel, DsoPlekinfoCard, DsoProgressIndicator, DsoProjectItem, DsoRenvooi, DsoResponsiveElement, DsoScrollable, DsoSegmentedButton, DsoSelectable, DsoSkiplink, DsoSlideToggle, DsoSurveyRating, DsoTab, DsoTable, DsoTabs, DsoTijdreisBanner, DsoToggletip, DsoTooltip, DsoTreeView, DsoViewerGrid, DsotDocumentComponentDemo, BooleanValueAccessor, RadioValueAccessor], exports: [DsoAccordion, DsoAccordionSection, DsoActionList, DsoActionListItem, DsoAdvancedSelect, DsoAlert, DsoAnnotationActiviteit, DsoAnnotationGebiedsaanwijzing, DsoAnnotationKaart, DsoAnnotationLocatie, DsoAnnotationOmgevingsnormwaarde, DsoAttachmentsCounter, DsoAutosuggest, DsoBadge, DsoBanner, DsoButtonGroup, DsoCard, DsoCardContainer, DsoContactInformation, DsoCursorTooltip, DsoDatePicker, DsoDocumentCard, DsoDocumentComponent, DsoDropdownMenu, DsoExpandable, DsoHeader, DsoHighlightBox, DsoHistoryItem, DsoIcon, DsoIconButton, DsoImageOverlay, DsoInfo, DsoInfoButton, DsoInputRange, DsoLabel, DsoLegend, DsoLegendGroup, DsoLegendItem, DsoListButton, DsoLogo, DsoMapBaseLayers, DsoMapControls, DsoMapLayer, DsoMapLayerObject, DsoMapMessage, DsoMapOverlays, DsoMarkBar, DsoModal, DsoOnboardingTip, DsoOzonContent, DsoOzonContentToggletip, DsoPagination, DsoPanel, DsoPlekinfoCard, DsoProgressIndicator, DsoProjectItem, DsoRenvooi, DsoResponsiveElement, DsoScrollable, DsoSegmentedButton, DsoSelectable, DsoSkiplink, DsoSlideToggle, DsoSurveyRating, DsoTab, DsoTable, DsoTabs, DsoTijdreisBanner, DsoToggletip, DsoTooltip, DsoTreeView, DsoViewerGrid, DsotDocumentComponentDemo, BooleanValueAccessor, RadioValueAccessor] });
4078
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoToolkitModule });
4071
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoToolkitModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4072
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.6", ngImport: i0, type: DsoToolkitModule, imports: [DsoAccordion, DsoAccordionSection, DsoActionList, DsoActionListItem, DsoAdvancedSelect, DsoAlert, DsoAnnotationActiviteit, DsoAnnotationGebiedsaanwijzing, DsoAnnotationKaart, DsoAnnotationLocatie, DsoAnnotationOmgevingsnormwaarde, DsoAttachmentsCounter, DsoAutosuggest, DsoBadge, DsoBanner, DsoButtonGroup, DsoCard, DsoCardContainer, DsoContactInformation, DsoCursorTooltip, DsoDatePicker, DsoDocumentCard, DsoDocumentComponent, DsoDropdownMenu, DsoExpandable, DsoHeader, DsoHighlightBox, DsoHistoryItem, DsoIcon, DsoIconButton, DsoImageOverlay, DsoInfo, DsoInfoButton, DsoInputRange, DsoLabel, DsoLegend, DsoLegendGroup, DsoLegendItem, DsoListButton, DsoLogo, DsoMapBaseLayers, DsoMapControls, DsoMapLayer, DsoMapLayerObject, DsoMapMessage, DsoMapOverlays, DsoMarkBar, DsoModal, DsoOnboardingTip, DsoOzonContent, DsoOzonContentToggletip, DsoPagination, DsoPanel, DsoPlekinfoCard, DsoProgressIndicator, DsoProjectItem, DsoRenvooi, DsoResponsiveElement, DsoScrollable, DsoSegmentedButton, DsoSelectable, DsoSkiplink, DsoSlideToggle, DsoSurveyRating, DsoTab, DsoTable, DsoTabs, DsoTijdreisBanner, DsoToggletip, DsoTooltip, DsoTreeView, DsoViewerGrid, DsotDocumentComponentDemo, BooleanValueAccessor, RadioValueAccessor], exports: [DsoAccordion, DsoAccordionSection, DsoActionList, DsoActionListItem, DsoAdvancedSelect, DsoAlert, DsoAnnotationActiviteit, DsoAnnotationGebiedsaanwijzing, DsoAnnotationKaart, DsoAnnotationLocatie, DsoAnnotationOmgevingsnormwaarde, DsoAttachmentsCounter, DsoAutosuggest, DsoBadge, DsoBanner, DsoButtonGroup, DsoCard, DsoCardContainer, DsoContactInformation, DsoCursorTooltip, DsoDatePicker, DsoDocumentCard, DsoDocumentComponent, DsoDropdownMenu, DsoExpandable, DsoHeader, DsoHighlightBox, DsoHistoryItem, DsoIcon, DsoIconButton, DsoImageOverlay, DsoInfo, DsoInfoButton, DsoInputRange, DsoLabel, DsoLegend, DsoLegendGroup, DsoLegendItem, DsoListButton, DsoLogo, DsoMapBaseLayers, DsoMapControls, DsoMapLayer, DsoMapLayerObject, DsoMapMessage, DsoMapOverlays, DsoMarkBar, DsoModal, DsoOnboardingTip, DsoOzonContent, DsoOzonContentToggletip, DsoPagination, DsoPanel, DsoPlekinfoCard, DsoProgressIndicator, DsoProjectItem, DsoRenvooi, DsoResponsiveElement, DsoScrollable, DsoSegmentedButton, DsoSelectable, DsoSkiplink, DsoSlideToggle, DsoSurveyRating, DsoTab, DsoTable, DsoTabs, DsoTijdreisBanner, DsoToggletip, DsoTooltip, DsoTreeView, DsoViewerGrid, DsotDocumentComponentDemo, BooleanValueAccessor, RadioValueAccessor] });
4073
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoToolkitModule });
4079
4074
  }
4080
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoToolkitModule, decorators: [{
4075
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoToolkitModule, decorators: [{
4081
4076
  type: NgModule,
4082
4077
  args: [{
4083
4078
  imports: [...DIRECTIVES, ...VALUE_ACCESSORS],