@baloise/ds-angular 17.0.0 → 17.1.0-nightly.20241210

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.
@@ -41,7 +41,7 @@ export declare class BalAccordionTrigger {
41
41
  protected el: HTMLElement;
42
42
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<BalAccordionTrigger, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<BalAccordionTrigger, "bal-accordion-trigger", never, { "button": "button"; "closeIcon": "closeIcon"; "closeLabel": "closeLabel"; "color": "color"; "openIcon": "openIcon"; "openLabel": "openLabel"; "size": "size"; }, {}, never, ["*"], true, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<BalAccordionTrigger, "bal-accordion-trigger", never, { "button": "button"; "closeIcon": "closeIcon"; "closeLabel": "closeLabel"; "color": "color"; "expanded": "expanded"; "openIcon": "openIcon"; "openLabel": "openLabel"; "size": "size"; }, {}, never, ["*"], true, never>;
45
45
  }
46
46
  export declare interface BalApp extends Components.BalApp {
47
47
  }
@@ -325,7 +325,7 @@ export declare class BalFooter {
325
325
  protected el: HTMLElement;
326
326
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
327
327
  static ɵfac: i0.ɵɵFactoryDeclaration<BalFooter, never>;
328
- static ɵcmp: i0.ɵɵComponentDeclaration<BalFooter, "bal-footer", never, { "hideLanguageSelection": "hideLanguageSelection"; "hideLinks": "hideLinks"; "showSocialMedia": "showSocialMedia"; }, {}, never, ["*"], true, never>;
328
+ static ɵcmp: i0.ɵɵComponentDeclaration<BalFooter, "bal-footer", never, { "hideLanguageSelection": "hideLanguageSelection"; "hideLinks": "hideLinks"; "overrideLinks": "overrideLinks"; "showSocialMedia": "showSocialMedia"; }, {}, never, ["*"], true, never>;
329
329
  }
330
330
  export declare interface BalForm extends Components.BalForm {
331
331
  }
@@ -948,7 +948,7 @@ export declare class BalTabItem {
948
948
  protected el: HTMLElement;
949
949
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
950
950
  static ɵfac: i0.ɵɵFactoryDeclaration<BalTabItem, never>;
951
- static ɵcmp: i0.ɵɵComponentDeclaration<BalTabItem, "bal-tab-item", never, { "active": "active"; "aria": "aria"; "bubble": "bubble"; "disabled": "disabled"; "href": "href"; "icon": "icon"; "invisible": "invisible"; "label": "label"; "noPanel": "noPanel"; "prevent": "prevent"; "target": "target"; "value": "value"; }, { "balNavigate": "balNavigate"; }, never, ["*"], true, never>;
951
+ static ɵcmp: i0.ɵɵComponentDeclaration<BalTabItem, "bal-tab-item", never, { "active": "active"; "aria": "aria"; "bubble": "bubble"; "disabled": "disabled"; "href": "href"; "icon": "icon"; "invisible": "invisible"; "label": "label"; "noPanel": "noPanel"; "prevent": "prevent"; "subLabel": "subLabel"; "svg": "svg"; "target": "target"; "value": "value"; }, { "balNavigate": "balNavigate"; }, never, ["*"], true, never>;
952
952
  }
953
953
  export declare interface BalTable extends Components.BalTable {
954
954
  }
@@ -972,7 +972,7 @@ export declare class BalTabs {
972
972
  protected el: HTMLElement;
973
973
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
974
974
  static ɵfac: i0.ɵɵFactoryDeclaration<BalTabs, never>;
975
- static ɵcmp: i0.ɵɵComponentDeclaration<BalTabs, "bal-tabs", never, { "accordion": "accordion"; "border": "border"; "clickable": "clickable"; "context": "context"; "debounce": "debounce"; "expanded": "expanded"; "float": "float"; "fullwidth": "fullwidth"; "iconPosition": "iconPosition"; "inverted": "inverted"; "optionalTabSelection": "optionalTabSelection"; "options": "options"; "overflow": "overflow"; "selectOnMobile": "selectOnMobile"; "spaceless": "spaceless"; "value": "value"; "vertical": "vertical"; "verticalColSize": "verticalColSize"; }, { "balChange": "balChange"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; }, never, ["*"], true, never>;
975
+ static ɵcmp: i0.ɵɵComponentDeclaration<BalTabs, "bal-tabs", never, { "accordion": "accordion"; "border": "border"; "clickable": "clickable"; "context": "context"; "debounce": "debounce"; "dimInactiveElements": "dimInactiveElements"; "expanded": "expanded"; "float": "float"; "fullwidth": "fullwidth"; "iconPosition": "iconPosition"; "inverted": "inverted"; "optionalTabSelection": "optionalTabSelection"; "options": "options"; "overflow": "overflow"; "selectOnMobile": "selectOnMobile"; "spaceless": "spaceless"; "value": "value"; "vertical": "vertical"; "verticalColSize": "verticalColSize"; }, { "balChange": "balChange"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; }, never, ["*"], true, never>;
976
976
  }
977
977
  export declare interface BalTag extends Components.BalTag {
978
978
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/ds-angular",
3
- "version": "17.0.0",
3
+ "version": "17.1.0-nightly.20241210",
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": "17.0.0",
21
- "@baloise/ds-angular-common": "17.0.0",
20
+ "@baloise/ds-core": "17.1.0-nightly.20241210",
21
+ "@baloise/ds-angular-common": "17.1.0-nightly.20241210",
22
22
  "tslib": "~2.3.0"
23
23
  },
24
24
  "sideEffects": false,