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