@baloise/ds-angular 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.
@@ -1842,10 +1842,9 @@ let BalNavMenuFlyout = class BalNavMenuFlyout {
1842
1842
  this.z = z;
1843
1843
  c.detach();
1844
1844
  this.el = r.nativeElement;
1845
- proxyOutputs(this, this.el, ['balFocusOut']);
1846
1845
  }
1847
1846
  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 }); }
1848
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavMenuFlyout, isStandalone: true, selector: "bal-nav-menu-flyout", inputs: { navId: "navId" }, outputs: { balFocusOut: "balFocusOut" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1847
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavMenuFlyout, isStandalone: true, selector: "bal-nav-menu-flyout", inputs: { navId: "navId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1849
1848
  };
1850
1849
  BalNavMenuFlyout = __decorate([
1851
1850
  ProxyCmp({
@@ -1861,8 +1860,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
1861
1860
  changeDetection: ChangeDetectionStrategy.OnPush,
1862
1861
  template: '<ng-content></ng-content>',
1863
1862
  standalone: true,
1864
- inputs: ['navId'],
1865
- outputs: ['balFocusOut']
1863
+ inputs: ['navId']
1866
1864
  }]
1867
1865
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1868
1866
  let BalNavMetaBar = class BalNavMetaBar {
@@ -1872,11 +1870,11 @@ let BalNavMetaBar = class BalNavMetaBar {
1872
1870
  this.el = r.nativeElement;
1873
1871
  }
1874
1872
  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 }); }
1875
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavMetaBar, isStandalone: true, 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 }); }
1873
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavMetaBar, isStandalone: true, 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 }); }
1876
1874
  };
1877
1875
  BalNavMetaBar = __decorate([
1878
1876
  ProxyCmp({
1879
- inputs: ['invisible', 'position', 'size', 'stayOnTopOfBackdrop', 'variant'],
1877
+ inputs: ['invisible', 'position', 'size', 'variant'],
1880
1878
  defineCustomElementFn: defineCustomElement$11
1881
1879
  }),
1882
1880
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1888,7 +1886,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
1888
1886
  changeDetection: ChangeDetectionStrategy.OnPush,
1889
1887
  template: '<ng-content></ng-content>',
1890
1888
  standalone: true,
1891
- inputs: ['invisible', 'position', 'size', 'stayOnTopOfBackdrop', 'variant']
1889
+ inputs: ['invisible', 'position', 'size', 'variant']
1892
1890
  }]
1893
1891
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1894
1892
  let BalNavbar = class BalNavbar {
@@ -2742,10 +2740,10 @@ let BalTabItem = class BalTabItem {
2742
2740
  this.z = z;
2743
2741
  c.detach();
2744
2742
  this.el = r.nativeElement;
2745
- proxyOutputs(this, this.el, ['balNavigate', 'balKeyDown']);
2743
+ proxyOutputs(this, this.el, ['balNavigate']);
2746
2744
  }
2747
2745
  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 }); }
2748
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTabItem, isStandalone: true, 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 }); }
2746
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTabItem, isStandalone: true, 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 }); }
2749
2747
  };
2750
2748
  BalTabItem = __decorate([
2751
2749
  ProxyCmp({
@@ -2763,7 +2761,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
2763
2761
  template: '<ng-content></ng-content>',
2764
2762
  standalone: true,
2765
2763
  inputs: ['active', 'aria', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'rel', 'subLabel', 'svg', 'target', 'value'],
2766
- outputs: ['balNavigate', 'balKeyDown']
2764
+ outputs: ['balNavigate']
2767
2765
  }]
2768
2766
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2769
2767
  let BalTable = class BalTable {