@baloise/ds-angular 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.
|
@@ -429,11 +429,11 @@ let BalButton = class BalButton {
|
|
|
429
429
|
proxyOutputs(this, this.el, ['balClick', 'balNavigate', 'balFocus', 'balBlur', 'balDidRender']);
|
|
430
430
|
}
|
|
431
431
|
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 }); }
|
|
432
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalButton, isStandalone: true, selector: "bal-button", inputs: {
|
|
432
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalButton, isStandalone: true, 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 }); }
|
|
433
433
|
};
|
|
434
434
|
BalButton = __decorate([
|
|
435
435
|
ProxyCmp({
|
|
436
|
-
inputs: ['
|
|
436
|
+
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'],
|
|
437
437
|
defineCustomElementFn: defineCustomElement$b
|
|
438
438
|
}),
|
|
439
439
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -445,7 +445,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
445
445
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
446
446
|
template: '<ng-content></ng-content>',
|
|
447
447
|
standalone: true,
|
|
448
|
-
inputs: ['
|
|
448
|
+
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'],
|
|
449
449
|
outputs: ['balClick', 'balNavigate', 'balFocus', 'balBlur', 'balDidRender']
|
|
450
450
|
}]
|
|
451
451
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -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,14 +2742,14 @@ 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: {
|
|
2748
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalTabItem, isStandalone: true, 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 }); }
|
|
2747
2749
|
};
|
|
2748
2750
|
BalTabItem = __decorate([
|
|
2749
2751
|
ProxyCmp({
|
|
2750
|
-
inputs: ['
|
|
2752
|
+
inputs: ['a11yControls', 'active', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'rel', 'subLabel', 'svg', 'target', 'value'],
|
|
2751
2753
|
methods: ['getOptions', 'setActive'],
|
|
2752
2754
|
defineCustomElementFn: defineCustomElement$1w
|
|
2753
2755
|
}),
|
|
@@ -2760,8 +2762,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2760
2762
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2761
2763
|
template: '<ng-content></ng-content>',
|
|
2762
2764
|
standalone: true,
|
|
2763
|
-
inputs: ['
|
|
2764
|
-
outputs: ['balNavigate']
|
|
2765
|
+
inputs: ['a11yControls', 'active', 'bubble', 'disabled', 'href', 'icon', 'invisible', 'label', 'noPanel', 'prevent', 'rel', 'subLabel', 'svg', 'target', 'value'],
|
|
2766
|
+
outputs: ['balNavigate', 'balKeyDown']
|
|
2765
2767
|
}]
|
|
2766
2768
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2767
2769
|
let BalTable = class BalTable {
|