@baloise/ds-angular 16.8.0 → 17.0.0-nightly.20241129

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.
@@ -109,19 +109,18 @@ import { NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
109
109
  import { defineCustomElement as defineCustomElement$1C } from '@baloise/ds-core/components/bal-checkbox';
110
110
  import { defineCustomElement as defineCustomElement$1D } from '@baloise/ds-core/components/bal-checkbox-group';
111
111
  import { defineCustomElement as defineCustomElement$1E } from '@baloise/ds-core/components/bal-date';
112
- import { defineCustomElement as defineCustomElement$1F } from '@baloise/ds-core/components/bal-datepicker';
113
- import { defineCustomElement as defineCustomElement$1G } from '@baloise/ds-core/components/bal-file-upload';
114
- import { defineCustomElement as defineCustomElement$1H } from '@baloise/ds-core/components/bal-input-date';
115
- import { defineCustomElement as defineCustomElement$1I } from '@baloise/ds-core/components/bal-input-slider';
116
- import { defineCustomElement as defineCustomElement$1J } from '@baloise/ds-core/components/bal-input-stepper';
117
- import { defineCustomElement as defineCustomElement$1K } from '@baloise/ds-core/components/bal-input';
118
- import { defineCustomElement as defineCustomElement$1L } from '@baloise/ds-core/components/bal-number-input';
119
- import { defineCustomElement as defineCustomElement$1M } from '@baloise/ds-core/components/bal-radio-group';
120
- import { defineCustomElement as defineCustomElement$1N } from '@baloise/ds-core/components/bal-select';
121
- import { defineCustomElement as defineCustomElement$1O } from '@baloise/ds-core/components/bal-segment';
122
- import { defineCustomElement as defineCustomElement$1P } from '@baloise/ds-core/components/bal-dropdown';
123
- import { defineCustomElement as defineCustomElement$1Q } from '@baloise/ds-core/components/bal-textarea';
124
- import { defineCustomElement as defineCustomElement$1R } from '@baloise/ds-core/components/bal-time-input';
112
+ import { defineCustomElement as defineCustomElement$1F } from '@baloise/ds-core/components/bal-file-upload';
113
+ import { defineCustomElement as defineCustomElement$1G } from '@baloise/ds-core/components/bal-input-date';
114
+ import { defineCustomElement as defineCustomElement$1H } from '@baloise/ds-core/components/bal-input-slider';
115
+ import { defineCustomElement as defineCustomElement$1I } from '@baloise/ds-core/components/bal-input-stepper';
116
+ import { defineCustomElement as defineCustomElement$1J } from '@baloise/ds-core/components/bal-input';
117
+ import { defineCustomElement as defineCustomElement$1K } from '@baloise/ds-core/components/bal-number-input';
118
+ import { defineCustomElement as defineCustomElement$1L } from '@baloise/ds-core/components/bal-radio-group';
119
+ import { defineCustomElement as defineCustomElement$1M } from '@baloise/ds-core/components/bal-select';
120
+ import { defineCustomElement as defineCustomElement$1N } from '@baloise/ds-core/components/bal-segment';
121
+ import { defineCustomElement as defineCustomElement$1O } from '@baloise/ds-core/components/bal-dropdown';
122
+ import { defineCustomElement as defineCustomElement$1P } from '@baloise/ds-core/components/bal-textarea';
123
+ import { defineCustomElement as defineCustomElement$1Q } from '@baloise/ds-core/components/bal-time-input';
125
124
  import * as i1$1 from '@angular/common';
126
125
  import { CommonModule, DOCUMENT } from '@angular/common';
127
126
  import { initializeBaloiseDesignSystem, attachToConfig, defaultConfig, detachFromConfig, updateBalAllowedLanguages, updateBalAnimated, updateBalIcons, updateBalLanguage, updateBalRegion, balToastController, balSnackbarController, balModalController, balBreakpoints, balBreakpointSubject, balDevice, balOrientationSubject } from '@baloise/ds-core/components';
@@ -3089,9 +3088,6 @@ const BalCheckboxGroupMethods = ['getOptionByValue'];
3089
3088
  const BalDateInputs = ['allowInvalidValue', 'allowedDates', 'autoInvalidOff', 'closeOnSelect', 'debounce', 'defaultDate', 'disabled', 'freeSolo', 'invalid', 'max', 'maxYearProp', 'min', 'minYearProp', 'name', 'placeholder', 'readonly', 'required', 'triggerIcon', 'value'];
3090
3089
  const BalDateOutputs = ['balInput', 'balChange', 'balWillAnimate', 'balDidAnimate', 'balBlur', 'balFocus', 'balInputClick', 'balIconClick'];
3091
3090
  const BalDateMethods = ['open', 'close', 'toggle', 'select', 'setFocus', 'getInputElement'];
3092
- const BalDatepickerInputs = ['allowedDates', 'autoInvalidOff', 'closeOnSelect', 'debounce', 'defaultDate', 'disabled', 'invalid', 'loading', 'max', 'maxYearProp', 'min', 'minYearProp', 'name', 'placeholder', 'readonly', 'required', 'triggerIcon', 'value'];
3093
- const BalDatepickerOutputs = ['balChange', 'balInput', 'balBlur', 'balFocus', 'balInputClick', 'balIconClick'];
3094
- const BalDatepickerMethods = ['open', 'close', 'select', 'setFocus', 'getInputElement'];
3095
3091
  const BalDropdownInputs = ['autocomplete', 'chips', 'clearable', 'contentHeight', 'disabled', 'filter', 'icon', 'invalid', 'loading', 'multiple', 'name', 'options', 'placeholder', 'readonly', 'required', 'value'];
3096
3092
  const BalDropdownOutputs = ['balChange', 'balFocus', 'balBlur'];
3097
3093
  const BalDropdownMethods = ['setFocus', 'getValue', 'clear', 'open', 'close', 'select'];
@@ -3129,7 +3125,7 @@ const BalTimeInputInputs = ['autoInvalidOff', 'debounce', 'disabled', 'invalid',
3129
3125
  const BalTimeInputOutputs = ['balInput', 'balChange', 'balBlur', 'balFocus', 'balKeyPress', 'balClick'];
3130
3126
  const BalTimeInputMethods = ['setFocus', 'getInputElement'];
3131
3127
 
3132
- const accessorProvider$f = {
3128
+ const accessorProvider$e = {
3133
3129
  provide: NG_VALUE_ACCESSOR,
3134
3130
  useExisting: /*@__PURE__*/ forwardRef(() => BalCheckbox),
3135
3131
  multi: true,
@@ -3151,7 +3147,7 @@ let BalCheckbox = class BalCheckbox extends ValueAccessor {
3151
3147
  }
3152
3148
  };
3153
3149
  BalCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3154
- BalCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCheckbox, isStandalone: true, selector: "bal-checkbox", inputs: { autoInvalidOff: "autoInvalidOff", checked: "checked", disabled: "disabled", flat: "flat", inline: "inline", interface: "interface", invalid: "invalid", invisible: "invisible", label: "label", labelHidden: "labelHidden", name: "name", nonSubmit: "nonSubmit", readonly: "readonly", required: "required", value: "value" }, outputs: { balFocus: "balFocus", balBlur: "balBlur", balChange: "balChange" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$f], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3150
+ BalCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCheckbox, isStandalone: true, selector: "bal-checkbox", inputs: { autoInvalidOff: "autoInvalidOff", checked: "checked", disabled: "disabled", flat: "flat", inline: "inline", interface: "interface", invalid: "invalid", invisible: "invisible", label: "label", labelHidden: "labelHidden", name: "name", nonSubmit: "nonSubmit", readonly: "readonly", required: "required", value: "value" }, outputs: { balFocus: "balFocus", balBlur: "balBlur", balChange: "balChange" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$e], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3155
3151
  BalCheckbox = __decorate([
3156
3152
  ProxyCmp({
3157
3153
  defineCustomElementFn: defineCustomElement$1C,
@@ -3169,7 +3165,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
3169
3165
  selector: 'bal-checkbox',
3170
3166
  changeDetection: ChangeDetectionStrategy.OnPush,
3171
3167
  template: '<ng-content></ng-content>',
3172
- providers: [accessorProvider$f],
3168
+ providers: [accessorProvider$e],
3173
3169
  standalone: true,
3174
3170
  inputs: BalCheckboxInputs,
3175
3171
  outputs: BalCheckboxOutputs,
@@ -3179,7 +3175,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
3179
3175
  args: ['balChange', ['$event']]
3180
3176
  }] } });
3181
3177
 
3182
- const accessorProvider$e = {
3178
+ const accessorProvider$d = {
3183
3179
  provide: NG_VALUE_ACCESSOR,
3184
3180
  useExisting: /*@__PURE__*/ forwardRef(() => BalCheckboxGroup),
3185
3181
  multi: true,
@@ -3197,7 +3193,7 @@ let BalCheckboxGroup = class BalCheckboxGroup extends ValueAccessor {
3197
3193
  }
3198
3194
  };
3199
3195
  BalCheckboxGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalCheckboxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3200
- BalCheckboxGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCheckboxGroup, isStandalone: true, selector: "bal-checkbox-group", inputs: { autoInvalidOff: "autoInvalidOff", columns: "columns", columnsMobile: "columnsMobile", columnsTablet: "columnsTablet", control: "control", disabled: "disabled", expanded: "expanded", interface: "interface", invalid: "invalid", name: "name", options: "options", readonly: "readonly", value: "value", vertical: "vertical", verticalOnMobile: "verticalOnMobile" }, outputs: { balChange: "balChange", balFocus: "balFocus", balBlur: "balBlur" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$e], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3196
+ BalCheckboxGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalCheckboxGroup, isStandalone: true, selector: "bal-checkbox-group", inputs: { autoInvalidOff: "autoInvalidOff", columns: "columns", columnsMobile: "columnsMobile", columnsTablet: "columnsTablet", control: "control", disabled: "disabled", expanded: "expanded", interface: "interface", invalid: "invalid", name: "name", options: "options", readonly: "readonly", value: "value", vertical: "vertical", verticalOnMobile: "verticalOnMobile" }, outputs: { balChange: "balChange", balFocus: "balFocus", balBlur: "balBlur" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$d], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3201
3197
  BalCheckboxGroup = __decorate([
3202
3198
  ProxyCmp({
3203
3199
  defineCustomElementFn: defineCustomElement$1D,
@@ -3215,7 +3211,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
3215
3211
  selector: 'bal-checkbox-group',
3216
3212
  changeDetection: ChangeDetectionStrategy.OnPush,
3217
3213
  template: '<ng-content></ng-content>',
3218
- providers: [accessorProvider$e],
3214
+ providers: [accessorProvider$d],
3219
3215
  standalone: true,
3220
3216
  inputs: BalCheckboxGroupInputs,
3221
3217
  outputs: BalCheckboxGroupOutputs,
@@ -3225,7 +3221,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
3225
3221
  args: ['balChange', ['$event']]
3226
3222
  }] } });
3227
3223
 
3228
- const accessorProvider$d = {
3224
+ const accessorProvider$c = {
3229
3225
  provide: NG_VALUE_ACCESSOR,
3230
3226
  useExisting: /*@__PURE__*/ forwardRef(() => BalDate),
3231
3227
  multi: true,
@@ -3243,7 +3239,7 @@ let BalDate = class BalDate extends ValueAccessor {
3243
3239
  }
3244
3240
  };
3245
3241
  BalDate.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3246
- BalDate.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDate, isStandalone: true, selector: "bal-date", inputs: { allowInvalidValue: "allowInvalidValue", allowedDates: "allowedDates", autoInvalidOff: "autoInvalidOff", closeOnSelect: "closeOnSelect", debounce: "debounce", defaultDate: "defaultDate", disabled: "disabled", freeSolo: "freeSolo", invalid: "invalid", max: "max", maxYearProp: "maxYearProp", min: "min", minYearProp: "minYearProp", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", triggerIcon: "triggerIcon", value: "value" }, outputs: { balInput: "balInput", balChange: "balChange", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate", balBlur: "balBlur", balFocus: "balFocus", balInputClick: "balInputClick", balIconClick: "balIconClick" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$d], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3242
+ BalDate.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDate, isStandalone: true, selector: "bal-date", inputs: { allowInvalidValue: "allowInvalidValue", allowedDates: "allowedDates", autoInvalidOff: "autoInvalidOff", closeOnSelect: "closeOnSelect", debounce: "debounce", defaultDate: "defaultDate", disabled: "disabled", freeSolo: "freeSolo", invalid: "invalid", max: "max", maxYearProp: "maxYearProp", min: "min", minYearProp: "minYearProp", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", triggerIcon: "triggerIcon", value: "value" }, outputs: { balInput: "balInput", balChange: "balChange", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate", balBlur: "balBlur", balFocus: "balFocus", balInputClick: "balInputClick", balIconClick: "balIconClick" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$c], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3247
3243
  BalDate = __decorate([
3248
3244
  ProxyCmp({
3249
3245
  defineCustomElementFn: defineCustomElement$1E,
@@ -3261,7 +3257,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
3261
3257
  selector: 'bal-date',
3262
3258
  changeDetection: ChangeDetectionStrategy.OnPush,
3263
3259
  template: '<ng-content></ng-content>',
3264
- providers: [accessorProvider$d],
3260
+ providers: [accessorProvider$c],
3265
3261
  standalone: true,
3266
3262
  inputs: BalDateInputs,
3267
3263
  outputs: BalDateOutputs,
@@ -3271,52 +3267,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
3271
3267
  args: ['balChange', ['$event']]
3272
3268
  }] } });
3273
3269
 
3274
- const accessorProvider$c = {
3275
- provide: NG_VALUE_ACCESSOR,
3276
- useExisting: /*@__PURE__*/ forwardRef(() => BalDatepicker),
3277
- multi: true,
3278
- };
3279
- let BalDatepicker = class BalDatepicker extends ValueAccessor {
3280
- constructor(c, r, z, injector) {
3281
- super(injector, r);
3282
- this.z = z;
3283
- c.detach();
3284
- this.el = r.nativeElement;
3285
- proxyOutputs(this, this.el, BalDatepickerOutputs);
3286
- }
3287
- handleBalChange(event) {
3288
- this.handleValueChange(event);
3289
- }
3290
- };
3291
- BalDatepicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDatepicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3292
- BalDatepicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDatepicker, isStandalone: true, selector: "bal-datepicker", inputs: { allowedDates: "allowedDates", autoInvalidOff: "autoInvalidOff", closeOnSelect: "closeOnSelect", debounce: "debounce", defaultDate: "defaultDate", disabled: "disabled", invalid: "invalid", loading: "loading", max: "max", maxYearProp: "maxYearProp", min: "min", minYearProp: "minYearProp", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", triggerIcon: "triggerIcon", value: "value" }, outputs: { balChange: "balChange", balInput: "balInput", balBlur: "balBlur", balFocus: "balFocus", balInputClick: "balInputClick", balIconClick: "balIconClick" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$c], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3293
- BalDatepicker = __decorate([
3294
- ProxyCmp({
3295
- defineCustomElementFn: defineCustomElement$1F,
3296
- inputs: BalDatepickerInputs,
3297
- methods: BalDatepickerMethods,
3298
- }),
3299
- __metadata("design:paramtypes", [ChangeDetectorRef,
3300
- ElementRef,
3301
- NgZone,
3302
- Injector])
3303
- ], BalDatepicker);
3304
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDatepicker, decorators: [{
3305
- type: Component,
3306
- args: [{
3307
- selector: 'bal-datepicker',
3308
- changeDetection: ChangeDetectionStrategy.OnPush,
3309
- template: '<ng-content></ng-content>',
3310
- providers: [accessorProvider$c],
3311
- standalone: true,
3312
- inputs: BalDatepickerInputs,
3313
- outputs: BalDatepickerOutputs,
3314
- }]
3315
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleBalChange: [{
3316
- type: HostListener,
3317
- args: ['balChange', ['$event']]
3318
- }] } });
3319
-
3320
3270
  const accessorProvider$b = {
3321
3271
  provide: NG_VALUE_ACCESSOR,
3322
3272
  useExisting: /*@__PURE__*/ forwardRef(() => BalFileUpload),
@@ -3338,7 +3288,7 @@ BalFileUpload.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
3338
3288
  BalFileUpload.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalFileUpload, isStandalone: true, selector: "bal-file-upload", inputs: { accept: "accept", autoInvalidOff: "autoInvalidOff", disabled: "disabled", hasFileList: "hasFileList", invalid: "invalid", label: "label", loading: "loading", maxBundleSize: "maxBundleSize", maxFileSize: "maxFileSize", maxFiles: "maxFiles", multiple: "multiple", name: "name", readonly: "readonly", required: "required", subTitle: "subTitle", value: "value" }, outputs: { balChange: "balChange", balFilesAdded: "balFilesAdded", balFilesRemoved: "balFilesRemoved", balRejectedFile: "balRejectedFile", balInputClick: "balInputClick", balBlur: "balBlur", balFocus: "balFocus" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$b], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3339
3289
  BalFileUpload = __decorate([
3340
3290
  ProxyCmp({
3341
- defineCustomElementFn: defineCustomElement$1G,
3291
+ defineCustomElementFn: defineCustomElement$1F,
3342
3292
  inputs: BalFileUploadInputs,
3343
3293
  methods: BalFileUploadMethods,
3344
3294
  }),
@@ -3384,7 +3334,7 @@ BalInputDate.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "1
3384
3334
  BalInputDate.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInputDate, isStandalone: true, selector: "bal-input-date", inputs: { allowInvalidValue: "allowInvalidValue", autoInvalidOff: "autoInvalidOff", autocomplete: "autocomplete", clickable: "clickable", disabled: "disabled", invalid: "invalid", max: "max", min: "min", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", value: "value" }, outputs: { balKeyPress: "balKeyPress", balChange: "balChange", balInput: "balInput", balBlur: "balBlur", balFocus: "balFocus" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$a], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3385
3335
  BalInputDate = __decorate([
3386
3336
  ProxyCmp({
3387
- defineCustomElementFn: defineCustomElement$1H,
3337
+ defineCustomElementFn: defineCustomElement$1G,
3388
3338
  inputs: BalInputDateInputs,
3389
3339
  methods: BalInputDateMethods,
3390
3340
  }),
@@ -3430,7 +3380,7 @@ BalInputSlider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version:
3430
3380
  BalInputSlider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInputSlider, isStandalone: true, selector: "bal-input-slider", inputs: { autoInvalidOff: "autoInvalidOff", balTabindex: "balTabindex", debounce: "debounce", disabled: "disabled", hasTicks: "hasTicks", invalid: "invalid", max: "max", min: "min", name: "name", readonly: "readonly", required: "required", step: "step", value: "value" }, outputs: { balInput: "balInput", balBlur: "balBlur", balKeyPress: "balKeyPress", balFocus: "balFocus", balChange: "balChange" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$9], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3431
3381
  BalInputSlider = __decorate([
3432
3382
  ProxyCmp({
3433
- defineCustomElementFn: defineCustomElement$1I,
3383
+ defineCustomElementFn: defineCustomElement$1H,
3434
3384
  inputs: BalInputSliderInputs,
3435
3385
  methods: BalInputSliderMethods,
3436
3386
  }),
@@ -3481,7 +3431,7 @@ BalInputStepper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version:
3481
3431
  BalInputStepper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInputStepper, isStandalone: true, selector: "bal-input-stepper", inputs: { autoInvalidOff: "autoInvalidOff", debounce: "debounce", disabled: "disabled", invalid: "invalid", max: "max", min: "min", name: "name", readonly: "readonly", steps: "steps", value: "value" }, outputs: { balChange: "balChange", balInput: "balInput", balIncrease: "balIncrease", balDecrease: "balDecrease", balFocus: "balFocus", balBlur: "balBlur" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$8], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3482
3432
  BalInputStepper = __decorate([
3483
3433
  ProxyCmp({
3484
- defineCustomElementFn: defineCustomElement$1J,
3434
+ defineCustomElementFn: defineCustomElement$1I,
3485
3435
  inputs: BalInputStepperInputs,
3486
3436
  methods: BalInputStepperMethods,
3487
3437
  }),
@@ -3527,7 +3477,7 @@ BalInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.
3527
3477
  BalInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalInput, isStandalone: true, selector: "bal-input", inputs: { accept: "accept", allowedKeyPress: "allowedKeyPress", autoInvalidOff: "autoInvalidOff", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", clickable: "clickable", debounce: "debounce", disabled: "disabled", inputmode: "inputmode", invalid: "invalid", mask: "mask", max: "max", maxLength: "maxLength", min: "min", minLength: "minLength", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", spellcheck: "spellcheck", suffix: "suffix", textAlign: "textAlign", type: "type", value: "value" }, outputs: { balInput: "balInput", balBlur: "balBlur", balKeyPress: "balKeyPress", balFocus: "balFocus", balChange: "balChange" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$7], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3528
3478
  BalInput = __decorate([
3529
3479
  ProxyCmp({
3530
- defineCustomElementFn: defineCustomElement$1K,
3480
+ defineCustomElementFn: defineCustomElement$1J,
3531
3481
  inputs: BalInputInputs,
3532
3482
  methods: BalInputMethods,
3533
3483
  }),
@@ -3578,7 +3528,7 @@ BalNumberInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version:
3578
3528
  BalNumberInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNumberInput, isStandalone: true, selector: "bal-number-input", inputs: { autoInvalidOff: "autoInvalidOff", debounce: "debounce", decimal: "decimal", disabled: "disabled", exactNumber: "exactNumber", invalid: "invalid", max: "max", min: "min", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", suffix: "suffix", value: "value" }, outputs: { balInput: "balInput", balChange: "balChange", balBlur: "balBlur", balFocus: "balFocus", balKeyPress: "balKeyPress" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$6], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3579
3529
  BalNumberInput = __decorate([
3580
3530
  ProxyCmp({
3581
- defineCustomElementFn: defineCustomElement$1L,
3531
+ defineCustomElementFn: defineCustomElement$1K,
3582
3532
  inputs: BalNumberInputInputs,
3583
3533
  methods: BalNumberInputMethods,
3584
3534
  }),
@@ -3624,7 +3574,7 @@ BalRadioGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
3624
3574
  BalRadioGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalRadioGroup, isStandalone: true, selector: "bal-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", autoInvalidOff: "autoInvalidOff", columnsMobile: "columnsMobile", columnsTablet: "columnsTablet", disabled: "disabled", expanded: "expanded", grid: "grid", interface: "interface", invalid: "invalid", name: "name", options: "options", readonly: "readonly", value: "value", vertical: "vertical", verticalOnMobile: "verticalOnMobile" }, outputs: { balChange: "balChange", balFocus: "balFocus", balBlur: "balBlur" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$5], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3625
3575
  BalRadioGroup = __decorate([
3626
3576
  ProxyCmp({
3627
- defineCustomElementFn: defineCustomElement$1M,
3577
+ defineCustomElementFn: defineCustomElement$1L,
3628
3578
  inputs: BalRadioGroupInputs,
3629
3579
  methods: BalRadioGroupMethods,
3630
3580
  }),
@@ -3670,7 +3620,7 @@ BalSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0
3670
3620
  BalSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalSelect, isStandalone: true, selector: "bal-select", inputs: { autoInvalidOff: "autoInvalidOff", autocomplete: "autocomplete", balTabindex: "balTabindex", disabled: "disabled", filter: "filter", freeSolo: "freeSolo", invalid: "invalid", loading: "loading", maxLength: "maxLength", multiple: "multiple", name: "name", noDataLabel: "noDataLabel", placeholder: "placeholder", readonly: "readonly", remote: "remote", required: "required", scrollable: "scrollable", selectionOptional: "selectionOptional", typeahead: "typeahead", value: "value" }, outputs: { balChange: "balChange", balInputClick: "balInputClick", balInput: "balInput", balBlur: "balBlur", balFocus: "balFocus", balCancel: "balCancel", balKeyPress: "balKeyPress" }, host: { listeners: { "balChange": "handleBalChange($event)" } }, providers: [accessorProvider$4], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3671
3621
  BalSelect = __decorate([
3672
3622
  ProxyCmp({
3673
- defineCustomElementFn: defineCustomElement$1N,
3623
+ defineCustomElementFn: defineCustomElement$1M,
3674
3624
  inputs: BalSelectInputs,
3675
3625
  methods: BalSelectMethods,
3676
3626
  }),
@@ -3717,7 +3667,7 @@ BalSegment.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "1
3717
3667
  BalSegment = __decorate([
3718
3668
  ProxyCmp({
3719
3669
  defineCustomElementFn: () => {
3720
- defineCustomElement$1O();
3670
+ defineCustomElement$1N();
3721
3671
  defineCustomElement$1h();
3722
3672
  },
3723
3673
  inputs: BalSegmentInputs,
@@ -3768,7 +3718,7 @@ BalDropdown = __decorate([
3768
3718
  defineCustomElementFn: () => {
3769
3719
  defineCustomElement$18();
3770
3720
  defineCustomElement$19();
3771
- defineCustomElement$1P();
3721
+ defineCustomElement$1O();
3772
3722
  },
3773
3723
  inputs: BalDropdownInputs,
3774
3724
  methods: BalDropdownMethods,
@@ -3815,7 +3765,7 @@ BalTextarea.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15
3815
3765
  BalTextarea.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTextarea, isStandalone: true, selector: "bal-textarea", inputs: { autoInvalidOff: "autoInvalidOff", autocapitalize: "autocapitalize", autofocus: "autofocus", clickable: "clickable", cols: "cols", debounce: "debounce", disabled: "disabled", inputmode: "inputmode", invalid: "invalid", maxLength: "maxLength", minLength: "minLength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", rows: "rows", value: "value", wrap: "wrap" }, outputs: { balChange: "balChange", balInput: "balInput", balBlur: "balBlur", balKeyPress: "balKeyPress", balFocus: "balFocus" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider$1], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3816
3766
  BalTextarea = __decorate([
3817
3767
  ProxyCmp({
3818
- defineCustomElementFn: defineCustomElement$1Q,
3768
+ defineCustomElementFn: defineCustomElement$1P,
3819
3769
  inputs: BalTextareaInputs,
3820
3770
  methods: BalTextareaMethods,
3821
3771
  }),
@@ -3861,7 +3811,7 @@ BalTimeInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "1
3861
3811
  BalTimeInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalTimeInput, isStandalone: true, selector: "bal-time-input", inputs: { autoInvalidOff: "autoInvalidOff", debounce: "debounce", disabled: "disabled", invalid: "invalid", name: "name", readonly: "readonly", required: "required", value: "value" }, outputs: { balInput: "balInput", balChange: "balChange", balBlur: "balBlur", balFocus: "balFocus", balKeyPress: "balKeyPress", balClick: "balClick" }, host: { listeners: { "balInput": "handleBalInput($event)" } }, providers: [accessorProvider], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3862
3812
  BalTimeInput = __decorate([
3863
3813
  ProxyCmp({
3864
- defineCustomElementFn: defineCustomElement$1R,
3814
+ defineCustomElementFn: defineCustomElement$1Q,
3865
3815
  inputs: BalTimeInputInputs,
3866
3816
  methods: BalTimeInputMethods,
3867
3817
  }),
@@ -3968,7 +3918,6 @@ const BalFormBundle = [
3968
3918
  // Form Controls
3969
3919
  ...BalCheckboxBundle,
3970
3920
  BalDate,
3971
- BalDatepicker,
3972
3921
  ...BalDropdownBundle,
3973
3922
  BalInputDate,
3974
3923
  BalInputStepper,
@@ -4067,7 +4016,6 @@ const BalComponentBundle = [
4067
4016
  BalCheckbox,
4068
4017
  BalCheckboxGroup,
4069
4018
  BalDate,
4070
- BalDatepicker,
4071
4019
  BalInput,
4072
4020
  BalInputDate,
4073
4021
  BalInputSlider,
@@ -4187,5 +4135,5 @@ const provideBaloiseDesignSystem = (config = {}) => {
4187
4135
  * Generated bundle index. Do not edit.
4188
4136
  */
4189
4137
 
4190
- export { BalAccordion, BalAccordionBundle, BalAccordionDetails, BalAccordionSummary, BalAccordionTrigger, BalApp, BalAutoFocus, BalBadge, BalButton, BalButtonBundle, BalButtonGroup, BalCard, BalCardActions, BalCardBundle, BalCardButton, BalCardContent, BalCardSubtitle, BalCardTitle, BalCarousel, BalCarouselBundle, BalCarouselItem, BalCheckbox, BalCheckboxBundle, BalCheckboxButton, BalCheckboxGroup, BalClose, BalComponentBundle, BalContent, BalData, BalDataBundle, BalDataItem, BalDataLabel, BalDataValue, BalDate, BalDateCalendar, BalDateCalendarCell, BalDatepicker, BalDivider, BalDropdown, BalDropdownBundle, BalField, BalFieldBundle, BalFieldControl, BalFieldHint, BalFieldLabel, BalFieldMessage, BalFileUpload, BalFooter, BalForm, BalFormBundle, BalFormCol, BalFormGrid, BalFormGridBundle, BalHeading, BalHint, BalHintBundle, BalHintText, BalHintTitle, BalIcon, BalInput, BalInputDate, BalInputGroup, BalInputSlider, BalInputStepper, BalLabel, BalLayoutBundle, BalList, BalListBundle, BalListItem, BalListItemAccordionBody, BalListItemAccordionHead, BalListItemContent, BalListItemIcon, BalListItemSubtitle, BalListItemTitle, BalLogo, BalModal, BalModalBody, BalModalBundle, BalModalHeader, BalModalService, BalNav, BalNavLink, BalNavLinkGrid, BalNavLinkGridCol, BalNavLinkGroup, BalNavMenuBar, BalNavMenuFlyout, BalNavMetaBar, BalNavbar, BalNavbarBrand, BalNavbarBundle, BalNavbarMenu, BalNavbarMenuEnd, BalNavbarMenuStart, BalNgErrorComponent, BalNotices, BalNotification, BalNumberInput, BalOption, BalOptionList, BalPagination, BalPopover, BalPopoverContent, BalPopup, BalProgressBar, BalRadio, BalRadioBundle, BalRadioButton, BalRadioGroup, BalSegment, BalSegmentBundle, BalSegmentItem, BalSelect, BalSelectBundle, BalSelectOption, BalShape, BalSheet, BalSnackbar, BalSnackbarService, BalSpinner, BalStack, BalStage, BalStageBackLink, BalStageBody, BalStageBundle, BalStageFoot, BalStageHead, BalStageImage, BalStepItem, BalSteps, BalStepsBundle, BalTabItem, BalTable, BalTabs, BalTabsBundle, BalTag, BalTagBundle, BalTagGroup, BalText, BalTextarea, BalTimeInput, BalToast, BalToastService, BalTooltip, BalTypographyBundle, provideBaloiseDesignSystem };
4138
+ export { BalAccordion, BalAccordionBundle, BalAccordionDetails, BalAccordionSummary, BalAccordionTrigger, BalApp, BalAutoFocus, BalBadge, BalButton, BalButtonBundle, BalButtonGroup, BalCard, BalCardActions, BalCardBundle, BalCardButton, BalCardContent, BalCardSubtitle, BalCardTitle, BalCarousel, BalCarouselBundle, BalCarouselItem, BalCheckbox, BalCheckboxBundle, BalCheckboxButton, BalCheckboxGroup, BalClose, BalComponentBundle, BalContent, BalData, BalDataBundle, BalDataItem, BalDataLabel, BalDataValue, BalDate, BalDateCalendar, BalDateCalendarCell, BalDivider, BalDropdown, BalDropdownBundle, BalField, BalFieldBundle, BalFieldControl, BalFieldHint, BalFieldLabel, BalFieldMessage, BalFileUpload, BalFooter, BalForm, BalFormBundle, BalFormCol, BalFormGrid, BalFormGridBundle, BalHeading, BalHint, BalHintBundle, BalHintText, BalHintTitle, BalIcon, BalInput, BalInputDate, BalInputGroup, BalInputSlider, BalInputStepper, BalLabel, BalLayoutBundle, BalList, BalListBundle, BalListItem, BalListItemAccordionBody, BalListItemAccordionHead, BalListItemContent, BalListItemIcon, BalListItemSubtitle, BalListItemTitle, BalLogo, BalModal, BalModalBody, BalModalBundle, BalModalHeader, BalModalService, BalNav, BalNavLink, BalNavLinkGrid, BalNavLinkGridCol, BalNavLinkGroup, BalNavMenuBar, BalNavMenuFlyout, BalNavMetaBar, BalNavbar, BalNavbarBrand, BalNavbarBundle, BalNavbarMenu, BalNavbarMenuEnd, BalNavbarMenuStart, BalNgErrorComponent, BalNotices, BalNotification, BalNumberInput, BalOption, BalOptionList, BalPagination, BalPopover, BalPopoverContent, BalPopup, BalProgressBar, BalRadio, BalRadioBundle, BalRadioButton, BalRadioGroup, BalSegment, BalSegmentBundle, BalSegmentItem, BalSelect, BalSelectBundle, BalSelectOption, BalShape, BalSheet, BalSnackbar, BalSnackbarService, BalSpinner, BalStack, BalStage, BalStageBackLink, BalStageBody, BalStageBundle, BalStageFoot, BalStageHead, BalStageImage, BalStepItem, BalSteps, BalStepsBundle, BalTabItem, BalTable, BalTabs, BalTabsBundle, BalTag, BalTagBundle, BalTagGroup, BalText, BalTextarea, BalTimeInput, BalToast, BalToastService, BalTooltip, BalTypographyBundle, provideBaloiseDesignSystem };
4191
4139
  //# sourceMappingURL=baloise-ds-angular.mjs.map