@baloise/ds-angular 16.3.0-nightly.20240913 → 16.4.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.
@@ -1852,9 +1852,10 @@ let BalNavMenuFlyout = class BalNavMenuFlyout {
1852
1852
  }
1853
1853
  };
1854
1854
  BalNavMenuFlyout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavMenuFlyout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1855
- BalNavMenuFlyout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavMenuFlyout, isStandalone: true, selector: "bal-nav-menu-flyout", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1855
+ BalNavMenuFlyout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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 });
1856
1856
  BalNavMenuFlyout = __decorate([
1857
1857
  ProxyCmp({
1858
+ inputs: ['navId'],
1858
1859
  defineCustomElementFn: defineCustomElement$10
1859
1860
  }),
1860
1861
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1865,7 +1866,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
1865
1866
  selector: 'bal-nav-menu-flyout',
1866
1867
  changeDetection: ChangeDetectionStrategy.OnPush,
1867
1868
  template: '<ng-content></ng-content>',
1868
- standalone: true
1869
+ standalone: true,
1870
+ inputs: ['navId']
1869
1871
  }]
1870
1872
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1871
1873
  let BalNavMetaBar = class BalNavMetaBar {
@@ -2247,10 +2249,10 @@ let BalProgressBar = class BalProgressBar {
2247
2249
  }
2248
2250
  };
2249
2251
  BalProgressBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2250
- BalProgressBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalProgressBar, isStandalone: true, selector: "bal-progress-bar", inputs: { background: "background", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2252
+ BalProgressBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalProgressBar, isStandalone: true, selector: "bal-progress-bar", inputs: { background: "background", color: "color", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2251
2253
  BalProgressBar = __decorate([
2252
2254
  ProxyCmp({
2253
- inputs: ['background', 'value'],
2255
+ inputs: ['background', 'color', 'value'],
2254
2256
  methods: ['configChanged'],
2255
2257
  defineCustomElementFn: defineCustomElement$1e
2256
2258
  }),
@@ -2263,7 +2265,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
2263
2265
  changeDetection: ChangeDetectionStrategy.OnPush,
2264
2266
  template: '<ng-content></ng-content>',
2265
2267
  standalone: true,
2266
- inputs: ['background', 'value']
2268
+ inputs: ['background', 'color', 'value']
2267
2269
  }]
2268
2270
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2269
2271
  let BalRadio = class BalRadio {
@@ -2670,10 +2672,10 @@ let BalSteps = class BalSteps {
2670
2672
  }
2671
2673
  };
2672
2674
  BalSteps.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalSteps, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2673
- BalSteps.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSteps, isStandalone: true, selector: "bal-steps", inputs: { clickable: "clickable", debounce: "debounce", options: "options", value: "value" }, outputs: { balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2675
+ BalSteps.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSteps, isStandalone: true, selector: "bal-steps", inputs: { clickable: "clickable", color: "color", debounce: "debounce", options: "options", value: "value" }, outputs: { balChange: "balChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2674
2676
  BalSteps = __decorate([
2675
2677
  ProxyCmp({
2676
- inputs: ['clickable', 'debounce', 'options', 'value'],
2678
+ inputs: ['clickable', 'color', 'debounce', 'options', 'value'],
2677
2679
  methods: ['select', 'getOptionByValue'],
2678
2680
  defineCustomElementFn: defineCustomElement$1t
2679
2681
  }),
@@ -2686,7 +2688,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
2686
2688
  changeDetection: ChangeDetectionStrategy.OnPush,
2687
2689
  template: '<ng-content></ng-content>',
2688
2690
  standalone: true,
2689
- inputs: ['clickable', 'debounce', 'options', 'value'],
2691
+ inputs: ['clickable', 'color', 'debounce', 'options', 'value'],
2690
2692
  outputs: ['balChange']
2691
2693
  }]
2692
2694
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -2699,10 +2701,10 @@ let BalTabItem = class BalTabItem {
2699
2701
  }
2700
2702
  };
2701
2703
  BalTabItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalTabItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2702
- BalTabItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTabItem, isStandalone: true, selector: "bal-tab-item", inputs: { active: "active", bubble: "bubble", disabled: "disabled", href: "href", icon: "icon", invisible: "invisible", label: "label", prevent: "prevent", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2704
+ BalTabItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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", target: "target", value: "value" }, outputs: { balNavigate: "balNavigate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2703
2705
  BalTabItem = __decorate([
2704
2706
  ProxyCmp({
2705
- inputs: ['active', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'prevent', 'target', 'value'],
2707
+ inputs: ['active', 'aria', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'target', 'value'],
2706
2708
  methods: ['getOptions', 'setActive'],
2707
2709
  defineCustomElementFn: defineCustomElement$1u
2708
2710
  }),
@@ -2715,7 +2717,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
2715
2717
  changeDetection: ChangeDetectionStrategy.OnPush,
2716
2718
  template: '<ng-content></ng-content>',
2717
2719
  standalone: true,
2718
- inputs: ['active', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'prevent', 'target', 'value'],
2720
+ inputs: ['active', 'aria', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'target', 'value'],
2719
2721
  outputs: ['balNavigate']
2720
2722
  }]
2721
2723
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });