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