@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.
- package/esm2020/generated/proxies.mjs +14 -12
- package/fesm2015/baloise-ds-angular.mjs +13 -11
- package/fesm2015/baloise-ds-angular.mjs.map +1 -1
- package/fesm2020/baloise-ds-angular.mjs +13 -11
- package/fesm2020/baloise-ds-angular.mjs.map +1 -1
- package/generated/proxies.d.ts +4 -4
- package/package.json +3 -3
|
@@ -1845,9 +1845,10 @@ let BalNavMenuFlyout = class BalNavMenuFlyout {
|
|
|
1845
1845
|
}
|
|
1846
1846
|
};
|
|
1847
1847
|
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 });
|
|
1848
|
-
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 });
|
|
1848
|
+
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 });
|
|
1849
1849
|
BalNavMenuFlyout = __decorate([
|
|
1850
1850
|
ProxyCmp({
|
|
1851
|
+
inputs: ['navId'],
|
|
1851
1852
|
defineCustomElementFn: defineCustomElement$10
|
|
1852
1853
|
}),
|
|
1853
1854
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1858,7 +1859,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
1858
1859
|
selector: 'bal-nav-menu-flyout',
|
|
1859
1860
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1860
1861
|
template: '<ng-content></ng-content>',
|
|
1861
|
-
standalone: true
|
|
1862
|
+
standalone: true,
|
|
1863
|
+
inputs: ['navId']
|
|
1862
1864
|
}]
|
|
1863
1865
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1864
1866
|
let BalNavMetaBar = class BalNavMetaBar {
|
|
@@ -2240,10 +2242,10 @@ let BalProgressBar = class BalProgressBar {
|
|
|
2240
2242
|
}
|
|
2241
2243
|
};
|
|
2242
2244
|
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 });
|
|
2243
|
-
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 });
|
|
2245
|
+
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 });
|
|
2244
2246
|
BalProgressBar = __decorate([
|
|
2245
2247
|
ProxyCmp({
|
|
2246
|
-
inputs: ['background', 'value'],
|
|
2248
|
+
inputs: ['background', 'color', 'value'],
|
|
2247
2249
|
methods: ['configChanged'],
|
|
2248
2250
|
defineCustomElementFn: defineCustomElement$1e
|
|
2249
2251
|
}),
|
|
@@ -2256,7 +2258,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
2256
2258
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2257
2259
|
template: '<ng-content></ng-content>',
|
|
2258
2260
|
standalone: true,
|
|
2259
|
-
inputs: ['background', 'value']
|
|
2261
|
+
inputs: ['background', 'color', 'value']
|
|
2260
2262
|
}]
|
|
2261
2263
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2262
2264
|
let BalRadio = class BalRadio {
|
|
@@ -2663,10 +2665,10 @@ let BalSteps = class BalSteps {
|
|
|
2663
2665
|
}
|
|
2664
2666
|
};
|
|
2665
2667
|
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 });
|
|
2666
|
-
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 });
|
|
2668
|
+
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 });
|
|
2667
2669
|
BalSteps = __decorate([
|
|
2668
2670
|
ProxyCmp({
|
|
2669
|
-
inputs: ['clickable', 'debounce', 'options', 'value'],
|
|
2671
|
+
inputs: ['clickable', 'color', 'debounce', 'options', 'value'],
|
|
2670
2672
|
methods: ['select', 'getOptionByValue'],
|
|
2671
2673
|
defineCustomElementFn: defineCustomElement$1t
|
|
2672
2674
|
}),
|
|
@@ -2679,7 +2681,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
2679
2681
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2680
2682
|
template: '<ng-content></ng-content>',
|
|
2681
2683
|
standalone: true,
|
|
2682
|
-
inputs: ['clickable', 'debounce', 'options', 'value'],
|
|
2684
|
+
inputs: ['clickable', 'color', 'debounce', 'options', 'value'],
|
|
2683
2685
|
outputs: ['balChange']
|
|
2684
2686
|
}]
|
|
2685
2687
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2692,10 +2694,10 @@ let BalTabItem = class BalTabItem {
|
|
|
2692
2694
|
}
|
|
2693
2695
|
};
|
|
2694
2696
|
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 });
|
|
2695
|
-
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 });
|
|
2697
|
+
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 });
|
|
2696
2698
|
BalTabItem = __decorate([
|
|
2697
2699
|
ProxyCmp({
|
|
2698
|
-
inputs: ['active', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'prevent', 'target', 'value'],
|
|
2700
|
+
inputs: ['active', 'aria', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'target', 'value'],
|
|
2699
2701
|
methods: ['getOptions', 'setActive'],
|
|
2700
2702
|
defineCustomElementFn: defineCustomElement$1u
|
|
2701
2703
|
}),
|
|
@@ -2708,7 +2710,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
2708
2710
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2709
2711
|
template: '<ng-content></ng-content>',
|
|
2710
2712
|
standalone: true,
|
|
2711
|
-
inputs: ['active', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'prevent', 'target', 'value'],
|
|
2713
|
+
inputs: ['active', 'aria', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'target', 'value'],
|
|
2712
2714
|
outputs: ['balNavigate']
|
|
2713
2715
|
}]
|
|
2714
2716
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|