@dso-toolkit/angular 90.1.0 → 90.2.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.
@@ -2412,11 +2412,6 @@ let DsoMapLayer = class DsoMapLayer {
2412
2412
  z;
2413
2413
  el;
2414
2414
  /**
2415
- * The label of the Map Layer.
2416
- */
2417
- set label(_) { }
2418
- ;
2419
- /**
2420
2415
  * A boolean to indicate if the Map Layer is capable of being activated. When `true` a Slide Toggle displays
2421
2416
  on the right. @default false
2422
2417
  */
@@ -2427,6 +2422,11 @@ on the right. @default false
2427
2422
  */
2428
2423
  set active(_) { }
2429
2424
  ;
2425
+ /**
2426
+ * An optional 'wijzigactie' that signals if the Map Layer is added or removed.
2427
+ */
2428
+ set wijzigactie(_) { }
2429
+ ;
2430
2430
  dsoActiveChange = new EventEmitter();
2431
2431
  constructor(c, r, z) {
2432
2432
  this.z = z;
@@ -2434,12 +2434,12 @@ on the right. @default false
2434
2434
  this.el = r.nativeElement;
2435
2435
  }
2436
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", label: "label" }, outputs: { dsoActiveChange: "dsoActiveChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
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 });
2438
2438
  };
2439
2439
  DsoMapLayer = __decorate([
2440
2440
  ProxyCmp({
2441
2441
  defineCustomElementFn: defineCustomElement$H,
2442
- inputs: ['activatable', 'active', 'label']
2442
+ inputs: ['activatable', 'active', 'wijzigactie']
2443
2443
  })
2444
2444
  ], DsoMapLayer);
2445
2445
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapLayer, decorators: [{
@@ -2449,7 +2449,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
2449
2449
  changeDetection: ChangeDetectionStrategy.OnPush,
2450
2450
  template: '<ng-content></ng-content>',
2451
2451
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2452
- inputs: ['activatable', 'active', { name: 'label', required: true }],
2452
+ inputs: ['activatable', 'active', { name: 'wijzigactie', required: true }],
2453
2453
  outputs: ['dsoActiveChange'],
2454
2454
  }]
2455
2455
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoActiveChange: [{
@@ -2463,6 +2463,11 @@ let DsoMapLayerObject = class DsoMapLayerObject {
2463
2463
  */
2464
2464
  set active(_) { }
2465
2465
  ;
2466
+ /**
2467
+ * An optional 'wijzigactie' that signals if the Map Layer is added or removed.
2468
+ */
2469
+ set wijzigactie(_) { }
2470
+ ;
2466
2471
  dsoActiveChange = new EventEmitter();
2467
2472
  dsoMouseEnter = new EventEmitter();
2468
2473
  dsoMouseLeave = new EventEmitter();
@@ -2472,12 +2477,12 @@ let DsoMapLayerObject = class DsoMapLayerObject {
2472
2477
  this.el = r.nativeElement;
2473
2478
  }
2474
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 });
2475
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoMapLayerObject, isStandalone: true, selector: "dso-map-layer-object", inputs: { active: "active" }, outputs: { dsoActiveChange: "dsoActiveChange", dsoMouseEnter: "dsoMouseEnter", dsoMouseLeave: "dsoMouseLeave" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
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 });
2476
2481
  };
2477
2482
  DsoMapLayerObject = __decorate([
2478
2483
  ProxyCmp({
2479
2484
  defineCustomElementFn: defineCustomElement$I,
2480
- inputs: ['active']
2485
+ inputs: ['active', 'wijzigactie']
2481
2486
  })
2482
2487
  ], DsoMapLayerObject);
2483
2488
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapLayerObject, decorators: [{
@@ -2487,7 +2492,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
2487
2492
  changeDetection: ChangeDetectionStrategy.OnPush,
2488
2493
  template: '<ng-content></ng-content>',
2489
2494
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2490
- inputs: ['active'],
2495
+ inputs: ['active', { name: 'wijzigactie', required: true }],
2491
2496
  outputs: ['dsoActiveChange', 'dsoMouseEnter', 'dsoMouseLeave'],
2492
2497
  }]
2493
2498
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoActiveChange: [{
@@ -3167,7 +3172,7 @@ let DsoSegmentedButton = class DsoSegmentedButton {
3167
3172
  set required(_) { }
3168
3173
  ;
3169
3174
  /**
3170
- * Index of the currently active option
3175
+ * The currently active option
3171
3176
  */
3172
3177
  set activeOption(_) { }
3173
3178
  ;