@proximus/lavender-angular 2.0.0-alpha.34 → 2.0.0-alpha.35

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.
@@ -11056,6 +11056,12 @@ class PxDrawer {
11056
11056
  get closeButtonAriaLabel() {
11057
11057
  return this.elementRef.nativeElement['closeButtonAriaLabel'];
11058
11058
  }
11059
+ set openedby(value) {
11060
+ this.elementRef.nativeElement['openedby'] = value;
11061
+ }
11062
+ get openedby() {
11063
+ return this.elementRef.nativeElement['openedby'];
11064
+ }
11059
11065
  HIDE_EVENT = new EventEmitter();
11060
11066
  constructor(elementRef) {
11061
11067
  this.elementRef = elementRef;
@@ -11064,7 +11070,7 @@ class PxDrawer {
11064
11070
  });
11065
11071
  }
11066
11072
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDrawer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
11067
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxDrawer, selector: "px-drawer", inputs: { open: "open", closeButtonAriaLabel: ["close-button-aria-label", "closeButtonAriaLabel"] }, outputs: { HIDE_EVENT: "HIDE_EVENT" }, ngImport: i0 });
11073
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxDrawer, selector: "px-drawer", inputs: { open: "open", closeButtonAriaLabel: ["close-button-aria-label", "closeButtonAriaLabel"], openedby: "openedby" }, outputs: { HIDE_EVENT: "HIDE_EVENT" }, ngImport: i0 });
11068
11074
  }
11069
11075
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxDrawer, decorators: [{
11070
11076
  type: Directive,
@@ -11076,6 +11082,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
11076
11082
  }], closeButtonAriaLabel: [{
11077
11083
  type: Input,
11078
11084
  args: ['close-button-aria-label']
11085
+ }], openedby: [{
11086
+ type: Input
11079
11087
  }], HIDE_EVENT: [{
11080
11088
  type: Output
11081
11089
  }] } });
@@ -22558,6 +22566,12 @@ class PxModal {
22558
22566
  get mediaSrc() {
22559
22567
  return this.elementRef.nativeElement['mediaSrc'];
22560
22568
  }
22569
+ set openedby(value) {
22570
+ this.elementRef.nativeElement['openedby'] = value;
22571
+ }
22572
+ get openedby() {
22573
+ return this.elementRef.nativeElement['openedby'];
22574
+ }
22561
22575
  CLOSE_EVENT = new EventEmitter();
22562
22576
  constructor(elementRef) {
22563
22577
  this.elementRef = elementRef;
@@ -22566,7 +22580,7 @@ class PxModal {
22566
22580
  });
22567
22581
  }
22568
22582
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxModal, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
22569
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxModal, selector: "px-modal", inputs: { open: "open", status: "status", mediaSrc: ["media-src", "mediaSrc"] }, outputs: { CLOSE_EVENT: "CLOSE_EVENT" }, ngImport: i0 });
22583
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxModal, selector: "px-modal", inputs: { open: "open", status: "status", mediaSrc: ["media-src", "mediaSrc"], openedby: "openedby" }, outputs: { CLOSE_EVENT: "CLOSE_EVENT" }, ngImport: i0 });
22570
22584
  }
22571
22585
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxModal, decorators: [{
22572
22586
  type: Directive,
@@ -22580,6 +22594,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
22580
22594
  }], mediaSrc: [{
22581
22595
  type: Input,
22582
22596
  args: ['media-src']
22597
+ }], openedby: [{
22598
+ type: Input
22583
22599
  }], CLOSE_EVENT: [{
22584
22600
  type: Output
22585
22601
  }] } });