@oiz/stzh-components-angular 4.3.2 → 4.4.3

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.
@@ -370,11 +370,11 @@ let StzhBanner = class StzhBanner {
370
370
  proxyOutputs(this, this.el, ['stzhOpen', 'stzhClose']);
371
371
  }
372
372
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
373
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhBanner, selector: "stzh-banner", inputs: { hideClose: "hideClose", label: "label", localization: "localization" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
373
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhBanner, selector: "stzh-banner", inputs: { hideClose: "hideClose", label: "label", localization: "localization", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
374
374
  };
375
375
  StzhBanner = __decorate([
376
376
  ProxyCmp({
377
- inputs: ['hideClose', 'label', 'localization'],
377
+ inputs: ['hideClose', 'label', 'localization', 'type'],
378
378
  methods: ['show', 'hide']
379
379
  })
380
380
  ], StzhBanner);
@@ -385,7 +385,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
385
385
  changeDetection: ChangeDetectionStrategy.OnPush,
386
386
  template: '<ng-content></ng-content>',
387
387
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
388
- inputs: ['hideClose', 'label', 'localization'],
388
+ inputs: ['hideClose', 'label', 'localization', 'type'],
389
389
  }]
390
390
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
391
391
  let StzhBathstatusItem = class StzhBathstatusItem {
@@ -493,10 +493,12 @@ let StzhButtongroup = class StzhButtongroup {
493
493
  this.el = r.nativeElement;
494
494
  }
495
495
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhButtongroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
496
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhButtongroup, selector: "stzh-buttongroup", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
496
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhButtongroup, selector: "stzh-buttongroup", inputs: { fullwidth: "fullwidth", rounded: "rounded", size: "size", sizeLarge: "sizeLarge", sizeMedium: "sizeMedium", sizeSmall: "sizeSmall", sizeUltra: "sizeUltra" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
497
497
  };
498
498
  StzhButtongroup = __decorate([
499
- ProxyCmp({})
499
+ ProxyCmp({
500
+ inputs: ['fullwidth', 'rounded', 'size', 'sizeLarge', 'sizeMedium', 'sizeSmall', 'sizeUltra']
501
+ })
500
502
  ], StzhButtongroup);
501
503
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhButtongroup, decorators: [{
502
504
  type: Component,
@@ -505,7 +507,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
505
507
  changeDetection: ChangeDetectionStrategy.OnPush,
506
508
  template: '<ng-content></ng-content>',
507
509
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
508
- inputs: [],
510
+ inputs: ['fullwidth', 'rounded', 'size', 'sizeLarge', 'sizeMedium', 'sizeSmall', 'sizeUltra'],
509
511
  }]
510
512
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
511
513
  let StzhCalendar = class StzhCalendar {