@baloise/ds-angular-module 19.2.0 → 19.3.0-nightly.20250630
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.
|
@@ -351,11 +351,11 @@ let BalButton = class BalButton {
|
|
|
351
351
|
proxyOutputs(this, this.el, ['balClick', 'balNavigate', 'balFocus', 'balBlur', 'balDidRender']);
|
|
352
352
|
}
|
|
353
353
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
354
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalButton, selector: "bal-button", inputs: {
|
|
354
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalButton, selector: "bal-button", inputs: { a11yControls: "a11yControls", a11yHaspopup: "a11yHaspopup", a11yLabel: "a11yLabel", a11yTitle: "a11yTitle", balPopup: "balPopup", color: "color", disabled: "disabled", download: "download", elementType: "elementType", expanded: "expanded", flat: "flat", href: "href", icon: "icon", iconRight: "iconRight", iconTurn: "iconTurn", inverted: "inverted", isActive: "isActive", loading: "loading", name: "name", noWrap: "noWrap", outlined: "outlined", rel: "rel", rounded: "rounded", shadow: "shadow", size: "size", square: "square", target: "target", value: "value" }, outputs: { balClick: "balClick", balNavigate: "balNavigate", balFocus: "balFocus", balBlur: "balBlur", balDidRender: "balDidRender" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
355
355
|
};
|
|
356
356
|
BalButton = __decorate([
|
|
357
357
|
ProxyCmp({
|
|
358
|
-
inputs: ['
|
|
358
|
+
inputs: ['a11yControls', 'a11yHaspopup', 'a11yLabel', 'a11yTitle', 'balPopup', 'color', 'disabled', 'download', 'elementType', 'expanded', 'flat', 'href', 'icon', 'iconRight', 'iconTurn', 'inverted', 'isActive', 'loading', 'name', 'noWrap', 'outlined', 'rel', 'rounded', 'shadow', 'size', 'square', 'target', 'value'],
|
|
359
359
|
defineCustomElementFn: defineCustomElement$7
|
|
360
360
|
}),
|
|
361
361
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -367,7 +367,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
367
367
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
368
368
|
template: '<ng-content></ng-content>',
|
|
369
369
|
standalone: false,
|
|
370
|
-
inputs: ['
|
|
370
|
+
inputs: ['a11yControls', 'a11yHaspopup', 'a11yLabel', 'a11yTitle', 'balPopup', 'color', 'disabled', 'download', 'elementType', 'expanded', 'flat', 'href', 'icon', 'iconRight', 'iconTurn', 'inverted', 'isActive', 'loading', 'name', 'noWrap', 'outlined', 'rel', 'rounded', 'shadow', 'size', 'square', 'target', 'value'],
|
|
371
371
|
outputs: ['balClick', 'balNavigate', 'balFocus', 'balBlur', 'balDidRender']
|
|
372
372
|
}]
|
|
373
373
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -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,14 +3040,14 @@ 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: {
|
|
3046
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTabItem, selector: "bal-tab-item", inputs: { a11yControls: "a11yControls", active: "active", 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({
|
|
3048
|
-
inputs: ['
|
|
3050
|
+
inputs: ['a11yControls', 'active', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'rel', 'subLabel', 'svg', 'target', 'value'],
|
|
3049
3051
|
methods: ['getOptions', 'setActive'],
|
|
3050
3052
|
defineCustomElementFn: defineCustomElement$1I
|
|
3051
3053
|
}),
|
|
@@ -3058,8 +3060,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3058
3060
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3059
3061
|
template: '<ng-content></ng-content>',
|
|
3060
3062
|
standalone: false,
|
|
3061
|
-
inputs: ['
|
|
3062
|
-
outputs: ['balNavigate']
|
|
3063
|
+
inputs: ['a11yControls', 'active', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'rel', 'subLabel', 'svg', 'target', 'value'],
|
|
3064
|
+
outputs: ['balNavigate', 'balKeyDown']
|
|
3063
3065
|
}]
|
|
3064
3066
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
3065
3067
|
let BalTable = class BalTable {
|