@baloise/ds-angular-module 18.3.0 → 19.0.0-nightly.20250512
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/esm2022/generated/proxies-list.mjs +4 -3
- package/esm2022/generated/proxies.mjs +97 -73
- package/esm2022/module.mjs +2 -2
- package/fesm2022/baloise-ds-angular-module.mjs +115 -91
- package/fesm2022/baloise-ds-angular-module.mjs.map +1 -1
- package/generated/proxies-list.d.ts +1 -1
- package/generated/proxies.d.ts +34 -35
- package/module.d.ts +1 -1
- package/package.json +3 -3
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as d from './proxies';
|
|
2
|
-
export declare const DIRECTIVES: (typeof d.BalAccordion | typeof d.BalAccordionDetails | typeof d.BalAccordionSummary | typeof d.BalAccordionTrigger | typeof d.BalApp | typeof d.BalBadge | typeof d.BalButton | typeof d.BalButtonGroup | typeof d.BalCard | typeof d.BalCardActions | typeof d.BalCardButton | typeof d.BalCardContent | typeof d.BalCardSubtitle | typeof d.BalCardTitle | typeof d.BalCarousel | typeof d.BalCarouselItem | typeof d.
|
|
2
|
+
export declare const DIRECTIVES: (typeof d.BalAccordion | typeof d.BalAccordionDetails | typeof d.BalAccordionSummary | typeof d.BalAccordionTrigger | typeof d.BalApp | typeof d.BalBadge | typeof d.BalButton | typeof d.BalButtonGroup | typeof d.BalCard | typeof d.BalCardActions | typeof d.BalCardButton | typeof d.BalCardContent | typeof d.BalCardSubtitle | typeof d.BalCardTitle | typeof d.BalCarousel | typeof d.BalCarouselItem | typeof d.BalCheck | typeof d.BalCheckbox | typeof d.BalCheckboxGroup | typeof d.BalClose | typeof d.BalContent | typeof d.BalData | typeof d.BalDataItem | typeof d.BalDataLabel | typeof d.BalDataValue | typeof d.BalDate | typeof d.BalDateCalendar | typeof d.BalDateCalendarCell | typeof d.BalDivider | typeof d.BalDropdown | typeof d.BalField | typeof d.BalFieldControl | typeof d.BalFieldHint | typeof d.BalFieldLabel | typeof d.BalFieldMessage | typeof d.BalFileUpload | typeof d.BalFooter | typeof d.BalForm | typeof d.BalFormCol | typeof d.BalFormGrid | typeof d.BalHeading | typeof d.BalHint | typeof d.BalHintText | typeof d.BalHintTitle | typeof d.BalIcon | typeof d.BalInput | typeof d.BalInputDate | typeof d.BalInputGroup | typeof d.BalInputSlider | typeof d.BalInputStepper | typeof d.BalLabel | typeof d.BalList | typeof d.BalListItem | typeof d.BalListItemAccordionBody | typeof d.BalListItemAccordionHead | typeof d.BalListItemContent | typeof d.BalListItemIcon | typeof d.BalListItemSubtitle | typeof d.BalListItemTitle | typeof d.BalLogo | typeof d.BalModal | typeof d.BalModalBody | typeof d.BalModalHeader | typeof d.BalNav | typeof d.BalNavLink | typeof d.BalNavLinkGrid | typeof d.BalNavLinkGridCol | typeof d.BalNavLinkGroup | typeof d.BalNavMenuBar | typeof d.BalNavMenuFlyout | typeof d.BalNavMetaBar | typeof d.BalNavbar | typeof d.BalNavbarBrand | typeof d.BalNavbarMenu | typeof d.BalNavbarMenuEnd | typeof d.BalNavbarMenuStart | typeof d.BalNotices | typeof d.BalNotification | typeof d.BalNumberInput | typeof d.BalOption | typeof d.BalOptionList | typeof d.BalPagination | typeof d.BalPopover | typeof d.BalPopoverContent | typeof d.BalPopup | typeof d.BalProgressBar | typeof d.BalRadio | typeof d.BalRadioGroup | typeof d.BalRadioIcon | typeof d.BalSegment | typeof d.BalSegmentItem | typeof d.BalSelect | typeof d.BalSelectOption | typeof d.BalShape | typeof d.BalSheet | typeof d.BalSnackbar | typeof d.BalSpinner | typeof d.BalStack | typeof d.BalStage | typeof d.BalStageBackLink | typeof d.BalStageBody | typeof d.BalStageFoot | typeof d.BalStageHead | typeof d.BalStageImage | typeof d.BalStepItem | typeof d.BalSteps | typeof d.BalSwitch | typeof d.BalTabItem | typeof d.BalTable | typeof d.BalTabs | typeof d.BalTag | typeof d.BalTagGroup | typeof d.BalText | typeof d.BalTextarea | typeof d.BalTimeInput | typeof d.BalToast | typeof d.BalTooltip)[];
|
package/generated/proxies.d.ts
CHANGED
|
@@ -167,6 +167,15 @@ export declare class BalCarouselItem {
|
|
|
167
167
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalCarouselItem, never>;
|
|
168
168
|
static ɵcmp: i0.ɵɵComponentDeclaration<BalCarouselItem, "bal-carousel-item", never, { "color": { "alias": "color"; "required": false; }; "download": { "alias": "download"; "required": false; }; "elementType": { "alias": "elementType"; "required": false; }; "href": { "alias": "href"; "required": false; }; "htmlRole": { "alias": "htmlRole"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "src": { "alias": "src"; "required": false; }; "target": { "alias": "target"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "balNavigate": "balNavigate"; "balFocus": "balFocus"; "balBlur": "balBlur"; }, never, ["*"], false, never>;
|
|
169
169
|
}
|
|
170
|
+
export declare interface BalCheck extends Components.BalCheck {
|
|
171
|
+
}
|
|
172
|
+
export declare class BalCheck {
|
|
173
|
+
protected z: NgZone;
|
|
174
|
+
protected el: HTMLElement;
|
|
175
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
176
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BalCheck, never>;
|
|
177
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalCheck, "bal-check", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
178
|
+
}
|
|
170
179
|
export declare interface BalCheckbox extends Components.BalCheckbox {
|
|
171
180
|
}
|
|
172
181
|
export declare class BalCheckbox {
|
|
@@ -180,20 +189,7 @@ export declare class BalCheckbox {
|
|
|
180
189
|
protected el: HTMLElement;
|
|
181
190
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
182
191
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalCheckbox, never>;
|
|
183
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalCheckbox, "bal-checkbox", never, { "autoInvalidOff": { "alias": "autoInvalidOff"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "
|
|
184
|
-
}
|
|
185
|
-
export declare interface BalCheckboxButton extends Components.BalCheckboxButton {
|
|
186
|
-
}
|
|
187
|
-
export declare class BalCheckboxButton {
|
|
188
|
-
protected z: NgZone;
|
|
189
|
-
/** Emitted when the toggle has focus. */
|
|
190
|
-
balFocus: EventEmitter<BalEvents.BalCheckboxButtonCustomEvent<FocusEvent>>;
|
|
191
|
-
/** Emitted when the toggle loses focus. */
|
|
192
|
-
balBlur: EventEmitter<BalEvents.BalCheckboxButtonCustomEvent<FocusEvent>>;
|
|
193
|
-
protected el: HTMLElement;
|
|
194
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
195
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BalCheckboxButton, never>;
|
|
196
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalCheckboxButton, "bal-checkbox-button", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "balFocus": "balFocus"; "balBlur": "balBlur"; }, never, ["*"], false, never>;
|
|
192
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalCheckbox, "bal-checkbox", never, { "autoInvalidOff": { "alias": "autoInvalidOff"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "flat": { "alias": "flat"; "required": false; }; "interface": { "alias": "interface"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelHidden": { "alias": "labelHidden"; "required": false; }; "name": { "alias": "name"; "required": false; }; "nonSubmit": { "alias": "nonSubmit"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "balFocus": "balFocus"; "balBlur": "balBlur"; "balChange": "balChange"; }, never, ["*"], false, never>;
|
|
197
193
|
}
|
|
198
194
|
export declare interface BalCheckboxGroup extends Components.BalCheckboxGroup {
|
|
199
195
|
}
|
|
@@ -490,7 +486,7 @@ export declare class BalIcon {
|
|
|
490
486
|
protected el: HTMLElement;
|
|
491
487
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
492
488
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalIcon, never>;
|
|
493
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalIcon, "bal-icon", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "name": { "alias": "name"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; "size": { "alias": "size"; "required": false; }; "svg": { "alias": "svg"; "required": false; }; "tile": { "alias": "tile"; "required": false; }; "tileColor": { "alias": "tileColor"; "required": false; }; "turn": { "alias": "turn"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
489
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalIcon, "bal-icon", never, { "color": { "alias": "color"; "required": false; }; "colorHovered": { "alias": "colorHovered"; "required": false; }; "colorPressed": { "alias": "colorPressed"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "name": { "alias": "name"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; "size": { "alias": "size"; "required": false; }; "svg": { "alias": "svg"; "required": false; }; "tile": { "alias": "tile"; "required": false; }; "tileColor": { "alias": "tileColor"; "required": false; }; "turn": { "alias": "turn"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
494
490
|
}
|
|
495
491
|
export declare interface BalInput extends Components.BalInput {
|
|
496
492
|
}
|
|
@@ -733,7 +729,7 @@ export declare class BalNavLink {
|
|
|
733
729
|
protected el: HTMLElement;
|
|
734
730
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
735
731
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalNavLink, never>;
|
|
736
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavLink, "bal-nav-link", never, { "clickable": { "alias": "clickable"; "required": false; }; "href": { "alias": "href"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "target": { "alias": "target"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
732
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavLink, "bal-nav-link", never, { "clickable": { "alias": "clickable"; "required": false; }; "href": { "alias": "href"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "target": { "alias": "target"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
737
733
|
}
|
|
738
734
|
export declare interface BalNavLinkGrid extends Components.BalNavLinkGrid {
|
|
739
735
|
}
|
|
@@ -969,22 +965,7 @@ export declare class BalRadio {
|
|
|
969
965
|
protected el: HTMLElement;
|
|
970
966
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
971
967
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalRadio, never>;
|
|
972
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalRadio, "bal-radio", never, { "
|
|
973
|
-
}
|
|
974
|
-
export declare interface BalRadioButton extends Components.BalRadioButton {
|
|
975
|
-
}
|
|
976
|
-
export declare class BalRadioButton {
|
|
977
|
-
protected z: NgZone;
|
|
978
|
-
/** Emitted when the toggle has focus. */
|
|
979
|
-
balFocus: EventEmitter<BalEvents.BalRadioButtonCustomEvent<FocusEvent>>;
|
|
980
|
-
/** Emitted when the toggle loses focus. */
|
|
981
|
-
balBlur: EventEmitter<BalEvents.BalRadioButtonCustomEvent<FocusEvent>>;
|
|
982
|
-
/** Emitted after render when element is labelled */
|
|
983
|
-
balFormControlDidLoad: EventEmitter<BalEvents.BalRadioButtonCustomEvent<HTMLElement>>;
|
|
984
|
-
protected el: HTMLElement;
|
|
985
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
986
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BalRadioButton, never>;
|
|
987
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalRadioButton, "bal-radio-button", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "balFocus": "balFocus"; "balBlur": "balBlur"; "balFormControlDidLoad": "balFormControlDidLoad"; }, never, ["*"], false, never>;
|
|
968
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalRadio, "bal-radio", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "flat": { "alias": "flat"; "required": false; }; "interface": { "alias": "interface"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelHidden": { "alias": "labelHidden"; "required": false; }; "name": { "alias": "name"; "required": false; }; "nonSubmit": { "alias": "nonSubmit"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "balFocus": "balFocus"; "balBlur": "balBlur"; "balChange": "balChange"; }, never, ["*"], false, never>;
|
|
988
969
|
}
|
|
989
970
|
export declare interface BalRadioGroup extends Components.BalRadioGroup {
|
|
990
971
|
}
|
|
@@ -999,7 +980,16 @@ export declare class BalRadioGroup {
|
|
|
999
980
|
protected el: HTMLElement;
|
|
1000
981
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1001
982
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalRadioGroup, never>;
|
|
1002
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalRadioGroup, "bal-radio-group", never, { "allowEmptySelection": { "alias": "allowEmptySelection"; "required": false; }; "autoInvalidOff": { "alias": "autoInvalidOff"; "required": false; }; "
|
|
983
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalRadioGroup, "bal-radio-group", never, { "allowEmptySelection": { "alias": "allowEmptySelection"; "required": false; }; "autoInvalidOff": { "alias": "autoInvalidOff"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "columnsMobile": { "alias": "columnsMobile"; "required": false; }; "columnsTablet": { "alias": "columnsTablet"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "interface": { "alias": "interface"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "name": { "alias": "name"; "required": false; }; "options": { "alias": "options"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "verticalOnMobile": { "alias": "verticalOnMobile"; "required": false; }; }, { "balChange": "balChange"; "balFocus": "balFocus"; "balBlur": "balBlur"; }, never, ["*"], false, never>;
|
|
984
|
+
}
|
|
985
|
+
export declare interface BalRadioIcon extends Components.BalRadioIcon {
|
|
986
|
+
}
|
|
987
|
+
export declare class BalRadioIcon {
|
|
988
|
+
protected z: NgZone;
|
|
989
|
+
protected el: HTMLElement;
|
|
990
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
991
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BalRadioIcon, never>;
|
|
992
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalRadioIcon, "bal-radio-icon", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1003
993
|
}
|
|
1004
994
|
export declare interface BalSegment extends Components.BalSegment {
|
|
1005
995
|
}
|
|
@@ -1184,6 +1174,15 @@ export declare class BalSteps {
|
|
|
1184
1174
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalSteps, never>;
|
|
1185
1175
|
static ɵcmp: i0.ɵɵComponentDeclaration<BalSteps, "bal-steps", never, { "clickable": { "alias": "clickable"; "required": false; }; "color": { "alias": "color"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "options": { "alias": "options"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "balChange": "balChange"; }, never, ["*"], false, never>;
|
|
1186
1176
|
}
|
|
1177
|
+
export declare interface BalSwitch extends Components.BalSwitch {
|
|
1178
|
+
}
|
|
1179
|
+
export declare class BalSwitch {
|
|
1180
|
+
protected z: NgZone;
|
|
1181
|
+
protected el: HTMLElement;
|
|
1182
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1183
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BalSwitch, never>;
|
|
1184
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalSwitch, "bal-switch", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1185
|
+
}
|
|
1187
1186
|
export declare interface BalTabItem extends Components.BalTabItem {
|
|
1188
1187
|
}
|
|
1189
1188
|
export declare class BalTabItem {
|
|
@@ -1193,7 +1192,7 @@ export declare class BalTabItem {
|
|
|
1193
1192
|
protected el: HTMLElement;
|
|
1194
1193
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1195
1194
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalTabItem, never>;
|
|
1196
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalTabItem, "bal-tab-item", never, { "active": { "alias": "active"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "bubble": { "alias": "bubble"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "href": { "alias": "href"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "invisible": { "alias": "invisible"; "required": false; }; "label": { "alias": "label"; "required": false; }; "noPanel": { "alias": "noPanel"; "required": false; }; "prevent": { "alias": "prevent"; "required": false; }; "subLabel": { "alias": "subLabel"; "required": false; }; "svg": { "alias": "svg"; "required": false; }; "target": { "alias": "target"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "balNavigate": "balNavigate"; }, never, ["*"], false, never>;
|
|
1195
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalTabItem, "bal-tab-item", never, { "active": { "alias": "active"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "bubble": { "alias": "bubble"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "href": { "alias": "href"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "invisible": { "alias": "invisible"; "required": false; }; "label": { "alias": "label"; "required": false; }; "noPanel": { "alias": "noPanel"; "required": false; }; "prevent": { "alias": "prevent"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "subLabel": { "alias": "subLabel"; "required": false; }; "svg": { "alias": "svg"; "required": false; }; "target": { "alias": "target"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "balNavigate": "balNavigate"; }, never, ["*"], false, never>;
|
|
1197
1196
|
}
|
|
1198
1197
|
export declare interface BalTable extends Components.BalTable {
|
|
1199
1198
|
}
|
|
@@ -1217,7 +1216,7 @@ export declare class BalTabs {
|
|
|
1217
1216
|
protected el: HTMLElement;
|
|
1218
1217
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1219
1218
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalTabs, never>;
|
|
1220
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalTabs, "bal-tabs", never, { "accordion": { "alias": "accordion"; "required": false; }; "border": { "alias": "border"; "required": false; }; "clickable": { "alias": "clickable"; "required": false; }; "context": { "alias": "context"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "dimInactiveElements": { "alias": "dimInactiveElements"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "float": { "alias": "float"; "required": false; }; "fullwidth": { "alias": "fullwidth"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "optionalTabSelection": { "alias": "optionalTabSelection"; "required": false; }; "options": { "alias": "options"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "selectOnMobile": { "alias": "selectOnMobile"; "required": false; }; "spaceless": { "alias": "spaceless"; "required": false; }; "value": { "alias": "value"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "verticalColSize": { "alias": "verticalColSize"; "required": false; }; }, { "balChange": "balChange"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; }, never, ["*"], false, never>;
|
|
1219
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalTabs, "bal-tabs", never, { "accordion": { "alias": "accordion"; "required": false; }; "border": { "alias": "border"; "required": false; }; "clickable": { "alias": "clickable"; "required": false; }; "context": { "alias": "context"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "dimInactiveElements": { "alias": "dimInactiveElements"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "float": { "alias": "float"; "required": false; }; "fullwidth": { "alias": "fullwidth"; "required": false; }; "handleAsTabList": { "alias": "handleAsTabList"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "optionalTabSelection": { "alias": "optionalTabSelection"; "required": false; }; "options": { "alias": "options"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "selectOnMobile": { "alias": "selectOnMobile"; "required": false; }; "spaceless": { "alias": "spaceless"; "required": false; }; "value": { "alias": "value"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "verticalColSize": { "alias": "verticalColSize"; "required": false; }; }, { "balChange": "balChange"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; }, never, ["*"], false, never>;
|
|
1221
1220
|
}
|
|
1222
1221
|
export declare interface BalTag extends Components.BalTag {
|
|
1223
1222
|
}
|
package/module.d.ts
CHANGED
|
@@ -12,6 +12,6 @@ import * as i8 from "@angular/common";
|
|
|
12
12
|
export declare class BaloiseDesignSystemModule {
|
|
13
13
|
static forRoot(config?: BaloiseDesignSystemAngularConfig): ModuleWithProviders<BaloiseDesignSystemModule>;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaloiseDesignSystemModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BaloiseDesignSystemModule, [typeof i1.BalAccordion, typeof i1.BalAccordionDetails, typeof i1.BalAccordionSummary, typeof i1.BalAccordionTrigger, typeof i1.BalApp, typeof i1.BalBadge, typeof i1.BalButton, typeof i1.BalButtonGroup, typeof i1.BalCard, typeof i1.BalCardActions, typeof i1.BalCardButton, typeof i1.BalCardContent, typeof i1.BalCardSubtitle, typeof i1.BalCardTitle, typeof i1.BalCarousel, typeof i1.BalCarouselItem, typeof i1.
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BaloiseDesignSystemModule, [typeof i1.BalAccordion, typeof i1.BalAccordionDetails, typeof i1.BalAccordionSummary, typeof i1.BalAccordionTrigger, typeof i1.BalApp, typeof i1.BalBadge, typeof i1.BalButton, typeof i1.BalButtonGroup, typeof i1.BalCard, typeof i1.BalCardActions, typeof i1.BalCardButton, typeof i1.BalCardContent, typeof i1.BalCardSubtitle, typeof i1.BalCardTitle, typeof i1.BalCarousel, typeof i1.BalCarouselItem, typeof i1.BalCheck, typeof i1.BalCheckbox, typeof i1.BalCheckboxGroup, typeof i1.BalClose, typeof i1.BalContent, typeof i1.BalData, typeof i1.BalDataItem, typeof i1.BalDataLabel, typeof i1.BalDataValue, typeof i1.BalDate, typeof i1.BalDateCalendar, typeof i1.BalDateCalendarCell, typeof i1.BalDivider, typeof i1.BalDropdown, typeof i1.BalField, typeof i1.BalFieldControl, typeof i1.BalFieldHint, typeof i1.BalFieldLabel, typeof i1.BalFieldMessage, typeof i1.BalFileUpload, typeof i1.BalFooter, typeof i1.BalForm, typeof i1.BalFormCol, typeof i1.BalFormGrid, typeof i1.BalHeading, typeof i1.BalHint, typeof i1.BalHintText, typeof i1.BalHintTitle, typeof i1.BalIcon, typeof i1.BalInput, typeof i1.BalInputDate, typeof i1.BalInputGroup, typeof i1.BalInputSlider, typeof i1.BalInputStepper, typeof i1.BalLabel, typeof i1.BalList, typeof i1.BalListItem, typeof i1.BalListItemAccordionBody, typeof i1.BalListItemAccordionHead, typeof i1.BalListItemContent, typeof i1.BalListItemIcon, typeof i1.BalListItemSubtitle, typeof i1.BalListItemTitle, typeof i1.BalLogo, typeof i1.BalModal, typeof i1.BalModalBody, typeof i1.BalModalHeader, typeof i1.BalNav, typeof i1.BalNavLink, typeof i1.BalNavLinkGrid, typeof i1.BalNavLinkGridCol, typeof i1.BalNavLinkGroup, typeof i1.BalNavMenuBar, typeof i1.BalNavMenuFlyout, typeof i1.BalNavMetaBar, typeof i1.BalNavbar, typeof i1.BalNavbarBrand, typeof i1.BalNavbarMenu, typeof i1.BalNavbarMenuEnd, typeof i1.BalNavbarMenuStart, typeof i1.BalNotices, typeof i1.BalNotification, typeof i1.BalNumberInput, typeof i1.BalOption, typeof i1.BalOptionList, typeof i1.BalPagination, typeof i1.BalPopover, typeof i1.BalPopoverContent, typeof i1.BalPopup, typeof i1.BalProgressBar, typeof i1.BalRadio, typeof i1.BalRadioGroup, typeof i1.BalRadioIcon, typeof i1.BalSegment, typeof i1.BalSegmentItem, typeof i1.BalSelect, typeof i1.BalSelectOption, typeof i1.BalShape, typeof i1.BalSheet, typeof i1.BalSnackbar, typeof i1.BalSpinner, typeof i1.BalStack, typeof i1.BalStage, typeof i1.BalStageBackLink, typeof i1.BalStageBody, typeof i1.BalStageFoot, typeof i1.BalStageHead, typeof i1.BalStageImage, typeof i1.BalStepItem, typeof i1.BalSteps, typeof i1.BalSwitch, typeof i1.BalTabItem, typeof i1.BalTable, typeof i1.BalTabs, typeof i1.BalTag, typeof i1.BalTagGroup, typeof i1.BalText, typeof i1.BalTextarea, typeof i1.BalTimeInput, typeof i1.BalToast, typeof i1.BalTooltip, typeof i2.BooleanValueAccessor, typeof i3.NumericValueAccessor, typeof i4.SelectValueAccessor, typeof i5.TextValueAccessor, typeof i6.BalAutoFocus, typeof i7.BalNgErrorComponent], [typeof i8.CommonModule], [typeof i1.BalAccordion, typeof i1.BalAccordionDetails, typeof i1.BalAccordionSummary, typeof i1.BalAccordionTrigger, typeof i1.BalApp, typeof i1.BalBadge, typeof i1.BalButton, typeof i1.BalButtonGroup, typeof i1.BalCard, typeof i1.BalCardActions, typeof i1.BalCardButton, typeof i1.BalCardContent, typeof i1.BalCardSubtitle, typeof i1.BalCardTitle, typeof i1.BalCarousel, typeof i1.BalCarouselItem, typeof i1.BalCheck, typeof i1.BalCheckbox, typeof i1.BalCheckboxGroup, typeof i1.BalClose, typeof i1.BalContent, typeof i1.BalData, typeof i1.BalDataItem, typeof i1.BalDataLabel, typeof i1.BalDataValue, typeof i1.BalDate, typeof i1.BalDateCalendar, typeof i1.BalDateCalendarCell, typeof i1.BalDivider, typeof i1.BalDropdown, typeof i1.BalField, typeof i1.BalFieldControl, typeof i1.BalFieldHint, typeof i1.BalFieldLabel, typeof i1.BalFieldMessage, typeof i1.BalFileUpload, typeof i1.BalFooter, typeof i1.BalForm, typeof i1.BalFormCol, typeof i1.BalFormGrid, typeof i1.BalHeading, typeof i1.BalHint, typeof i1.BalHintText, typeof i1.BalHintTitle, typeof i1.BalIcon, typeof i1.BalInput, typeof i1.BalInputDate, typeof i1.BalInputGroup, typeof i1.BalInputSlider, typeof i1.BalInputStepper, typeof i1.BalLabel, typeof i1.BalList, typeof i1.BalListItem, typeof i1.BalListItemAccordionBody, typeof i1.BalListItemAccordionHead, typeof i1.BalListItemContent, typeof i1.BalListItemIcon, typeof i1.BalListItemSubtitle, typeof i1.BalListItemTitle, typeof i1.BalLogo, typeof i1.BalModal, typeof i1.BalModalBody, typeof i1.BalModalHeader, typeof i1.BalNav, typeof i1.BalNavLink, typeof i1.BalNavLinkGrid, typeof i1.BalNavLinkGridCol, typeof i1.BalNavLinkGroup, typeof i1.BalNavMenuBar, typeof i1.BalNavMenuFlyout, typeof i1.BalNavMetaBar, typeof i1.BalNavbar, typeof i1.BalNavbarBrand, typeof i1.BalNavbarMenu, typeof i1.BalNavbarMenuEnd, typeof i1.BalNavbarMenuStart, typeof i1.BalNotices, typeof i1.BalNotification, typeof i1.BalNumberInput, typeof i1.BalOption, typeof i1.BalOptionList, typeof i1.BalPagination, typeof i1.BalPopover, typeof i1.BalPopoverContent, typeof i1.BalPopup, typeof i1.BalProgressBar, typeof i1.BalRadio, typeof i1.BalRadioGroup, typeof i1.BalRadioIcon, typeof i1.BalSegment, typeof i1.BalSegmentItem, typeof i1.BalSelect, typeof i1.BalSelectOption, typeof i1.BalShape, typeof i1.BalSheet, typeof i1.BalSnackbar, typeof i1.BalSpinner, typeof i1.BalStack, typeof i1.BalStage, typeof i1.BalStageBackLink, typeof i1.BalStageBody, typeof i1.BalStageFoot, typeof i1.BalStageHead, typeof i1.BalStageImage, typeof i1.BalStepItem, typeof i1.BalSteps, typeof i1.BalSwitch, typeof i1.BalTabItem, typeof i1.BalTable, typeof i1.BalTabs, typeof i1.BalTag, typeof i1.BalTagGroup, typeof i1.BalText, typeof i1.BalTextarea, typeof i1.BalTimeInput, typeof i1.BalToast, typeof i1.BalTooltip, typeof i2.BooleanValueAccessor, typeof i3.NumericValueAccessor, typeof i4.SelectValueAccessor, typeof i5.TextValueAccessor, typeof i6.BalAutoFocus, typeof i7.BalNgErrorComponent]>;
|
|
16
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<BaloiseDesignSystemModule>;
|
|
17
17
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baloise/ds-angular-module",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "19.0.0-nightly.20250512",
|
|
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",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"@angular/core": ">=17.0.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@baloise/ds-core": "
|
|
20
|
-
"@baloise/ds-angular-common": "
|
|
19
|
+
"@baloise/ds-core": "19.0.0-nightly.20250512",
|
|
20
|
+
"@baloise/ds-angular-common": "19.0.0-nightly.20250512",
|
|
21
21
|
"tslib": "^2.3.0"
|
|
22
22
|
},
|
|
23
23
|
"sideEffects": false,
|