@baloise/ds-angular-module 19.2.0-snapshot.1741-c382bb5d2 → 19.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.
@@ -2025,10 +2025,9 @@ let BalNavMenuFlyout = class BalNavMenuFlyout {
2025
2025
  this.z = z;
2026
2026
  c.detach();
2027
2027
  this.el = r.nativeElement;
2028
- proxyOutputs(this, this.el, ['balFocusOut']);
2029
2028
  }
2030
2029
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavMenuFlyout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2031
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavMenuFlyout, selector: "bal-nav-menu-flyout", inputs: { navId: "navId" }, outputs: { balFocusOut: "balFocusOut" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2030
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavMenuFlyout, selector: "bal-nav-menu-flyout", inputs: { navId: "navId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2032
2031
  };
2033
2032
  BalNavMenuFlyout = __decorate([
2034
2033
  ProxyCmp({
@@ -2044,8 +2043,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
2044
2043
  changeDetection: ChangeDetectionStrategy.OnPush,
2045
2044
  template: '<ng-content></ng-content>',
2046
2045
  standalone: false,
2047
- inputs: ['navId'],
2048
- outputs: ['balFocusOut']
2046
+ inputs: ['navId']
2049
2047
  }]
2050
2048
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2051
2049
  let BalNavMetaBar = class BalNavMetaBar {
@@ -2055,11 +2053,11 @@ let BalNavMetaBar = class BalNavMetaBar {
2055
2053
  this.el = r.nativeElement;
2056
2054
  }
2057
2055
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavMetaBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2058
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavMetaBar, selector: "bal-nav-meta-bar", inputs: { invisible: "invisible", position: "position", size: "size", stayOnTopOfBackdrop: "stayOnTopOfBackdrop", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2056
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavMetaBar, selector: "bal-nav-meta-bar", inputs: { invisible: "invisible", position: "position", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2059
2057
  };
2060
2058
  BalNavMetaBar = __decorate([
2061
2059
  ProxyCmp({
2062
- inputs: ['invisible', 'position', 'size', 'stayOnTopOfBackdrop', 'variant'],
2060
+ inputs: ['invisible', 'position', 'size', 'variant'],
2063
2061
  defineCustomElementFn: defineCustomElement$17
2064
2062
  }),
2065
2063
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -2071,7 +2069,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
2071
2069
  changeDetection: ChangeDetectionStrategy.OnPush,
2072
2070
  template: '<ng-content></ng-content>',
2073
2071
  standalone: false,
2074
- inputs: ['invisible', 'position', 'size', 'stayOnTopOfBackdrop', 'variant']
2072
+ inputs: ['invisible', 'position', 'size', 'variant']
2075
2073
  }]
2076
2074
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2077
2075
  let BalNavbar = class BalNavbar {
@@ -3040,10 +3038,10 @@ let BalTabItem = class BalTabItem {
3040
3038
  this.z = z;
3041
3039
  c.detach();
3042
3040
  this.el = r.nativeElement;
3043
- proxyOutputs(this, this.el, ['balNavigate', 'balKeyDown']);
3041
+ proxyOutputs(this, this.el, ['balNavigate']);
3044
3042
  }
3045
3043
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalTabItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
3046
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTabItem, selector: "bal-tab-item", inputs: { active: "active", aria: "aria", bubble: "bubble", disabled: "disabled", href: "href", icon: "icon", invisible: "invisible", label: "label", noPanel: "noPanel", prevent: "prevent", rel: "rel", subLabel: "subLabel", svg: "svg", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate", balKeyDown: "balKeyDown" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3044
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTabItem, selector: "bal-tab-item", inputs: { active: "active", aria: "aria", bubble: "bubble", disabled: "disabled", href: "href", icon: "icon", invisible: "invisible", label: "label", noPanel: "noPanel", prevent: "prevent", rel: "rel", subLabel: "subLabel", svg: "svg", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3047
3045
  };
3048
3046
  BalTabItem = __decorate([
3049
3047
  ProxyCmp({
@@ -3061,7 +3059,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
3061
3059
  template: '<ng-content></ng-content>',
3062
3060
  standalone: false,
3063
3061
  inputs: ['active', 'aria', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'rel', 'subLabel', 'svg', 'target', 'value'],
3064
- outputs: ['balNavigate', 'balKeyDown']
3062
+ outputs: ['balNavigate']
3065
3063
  }]
3066
3064
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
3067
3065
  let BalTable = class BalTable {