@baloise/ds-angular-module 19.3.0 → 19.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.
|
@@ -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 }] });
|
|
@@ -3043,11 +3043,11 @@ let BalTabItem = class BalTabItem {
|
|
|
3043
3043
|
proxyOutputs(this, this.el, ['balNavigate', 'balKeyDown']);
|
|
3044
3044
|
}
|
|
3045
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 }); }
|
|
3046
|
-
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 }); }
|
|
3047
3047
|
};
|
|
3048
3048
|
BalTabItem = __decorate([
|
|
3049
3049
|
ProxyCmp({
|
|
3050
|
-
inputs: ['
|
|
3050
|
+
inputs: ['a11yControls', 'active', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'rel', 'subLabel', 'svg', 'target', 'value'],
|
|
3051
3051
|
methods: ['getOptions', 'setActive'],
|
|
3052
3052
|
defineCustomElementFn: defineCustomElement$1I
|
|
3053
3053
|
}),
|
|
@@ -3060,7 +3060,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
3060
3060
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3061
3061
|
template: '<ng-content></ng-content>',
|
|
3062
3062
|
standalone: false,
|
|
3063
|
-
inputs: ['
|
|
3063
|
+
inputs: ['a11yControls', 'active', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'rel', 'subLabel', 'svg', 'target', 'value'],
|
|
3064
3064
|
outputs: ['balNavigate', 'balKeyDown']
|
|
3065
3065
|
}]
|
|
3066
3066
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|