@baloise/ds-angular 16.5.0-snapshot.1471-e419cbebb → 16.5.1-nightly.20240925
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.
- package/components/bal-segment.d.ts +1 -1
- package/esm2020/components/bal-segment.mjs +2 -2
- package/esm2020/generated/meta.mjs +2 -2
- package/esm2020/generated/proxies.mjs +3 -5
- package/fesm2015/baloise-ds-angular.mjs +4 -6
- package/fesm2015/baloise-ds-angular.mjs.map +1 -1
- package/fesm2020/baloise-ds-angular.mjs +4 -6
- package/fesm2020/baloise-ds-angular.mjs.map +1 -1
- package/generated/proxies.d.ts +1 -3
- package/package.json +3 -3
package/generated/proxies.d.ts
CHANGED
|
@@ -800,12 +800,10 @@ export declare interface BalSegmentItem extends Components.BalSegmentItem {
|
|
|
800
800
|
}
|
|
801
801
|
export declare class BalSegmentItem {
|
|
802
802
|
protected z: NgZone;
|
|
803
|
-
/** Emitted when the component was touched */
|
|
804
|
-
balBlur: EventEmitter<BalEvents.BalSegmentItemCustomEvent<FocusEvent>>;
|
|
805
803
|
protected el: HTMLElement;
|
|
806
804
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
807
805
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalSegmentItem, never>;
|
|
808
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalSegmentItem, "bal-segment-item", never, { "disabled": "disabled"; "invalid": "invalid"; "label": "label"; "value": "value"; }, {
|
|
806
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalSegmentItem, "bal-segment-item", never, { "disabled": "disabled"; "invalid": "invalid"; "label": "label"; "value": "value"; }, {}, never, ["*"], true, never>;
|
|
809
807
|
}
|
|
810
808
|
export declare interface BalSelectOption extends Components.BalSelectOption {
|
|
811
809
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baloise/ds-angular",
|
|
3
|
-
"version": "16.5.
|
|
3
|
+
"version": "16.5.1-nightly.20240925",
|
|
4
4
|
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@angular/forms": ">=15.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@baloise/ds-core": "16.5.
|
|
21
|
-
"@baloise/ds-angular-common": "16.5.
|
|
20
|
+
"@baloise/ds-core": "16.5.1-nightly.20240925",
|
|
21
|
+
"@baloise/ds-angular-common": "16.5.1-nightly.20240925",
|
|
22
22
|
"tslib": "~2.3.0"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|