@baloise/ds-angular-module 19.5.0 → 19.6.0
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.
|
@@ -1052,11 +1052,11 @@ let BalFieldHint = class BalFieldHint {
|
|
|
1052
1052
|
this.el = r.nativeElement;
|
|
1053
1053
|
}
|
|
1054
1054
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalFieldHint, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1055
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFieldHint, selector: "bal-field-hint", inputs: { closeLabel: "closeLabel", small: "small", subject: "subject" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1055
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFieldHint, selector: "bal-field-hint", inputs: { closeLabel: "closeLabel", hideTitleOnDesktop: "hideTitleOnDesktop", small: "small", subject: "subject" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1056
1056
|
};
|
|
1057
1057
|
BalFieldHint = __decorate([
|
|
1058
1058
|
ProxyCmp({
|
|
1059
|
-
inputs: ['closeLabel', 'small', 'subject'],
|
|
1059
|
+
inputs: ['closeLabel', 'hideTitleOnDesktop', 'small', 'subject'],
|
|
1060
1060
|
defineCustomElementFn: defineCustomElement$x
|
|
1061
1061
|
}),
|
|
1062
1062
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1068,7 +1068,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1068
1068
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1069
1069
|
template: '<ng-content></ng-content>',
|
|
1070
1070
|
standalone: false,
|
|
1071
|
-
inputs: ['closeLabel', 'small', 'subject']
|
|
1071
|
+
inputs: ['closeLabel', 'hideTitleOnDesktop', 'small', 'subject']
|
|
1072
1072
|
}]
|
|
1073
1073
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1074
1074
|
let BalFieldLabel = class BalFieldLabel {
|
|
@@ -1104,11 +1104,11 @@ let BalFieldMessage = class BalFieldMessage {
|
|
|
1104
1104
|
this.el = r.nativeElement;
|
|
1105
1105
|
}
|
|
1106
1106
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalFieldMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1107
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFieldMessage, selector: "bal-field-message", inputs: { color: "color", disabled: "disabled", invalid: "invalid", readonly: "readonly", valid: "valid" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1107
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFieldMessage, selector: "bal-field-message", inputs: { color: "color", disabled: "disabled", invalid: "invalid", noReservedSpace: "noReservedSpace", readonly: "readonly", valid: "valid" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1108
1108
|
};
|
|
1109
1109
|
BalFieldMessage = __decorate([
|
|
1110
1110
|
ProxyCmp({
|
|
1111
|
-
inputs: ['color', 'disabled', 'invalid', 'readonly', 'valid'],
|
|
1111
|
+
inputs: ['color', 'disabled', 'invalid', 'noReservedSpace', 'readonly', 'valid'],
|
|
1112
1112
|
defineCustomElementFn: defineCustomElement$z
|
|
1113
1113
|
}),
|
|
1114
1114
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1120,7 +1120,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1120
1120
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1121
1121
|
template: '<ng-content></ng-content>',
|
|
1122
1122
|
standalone: false,
|
|
1123
|
-
inputs: ['color', 'disabled', 'invalid', 'readonly', 'valid']
|
|
1123
|
+
inputs: ['color', 'disabled', 'invalid', 'noReservedSpace', 'readonly', 'valid']
|
|
1124
1124
|
}]
|
|
1125
1125
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1126
1126
|
let BalFileUpload = class BalFileUpload {
|
|
@@ -2258,11 +2258,11 @@ let BalNumberInput = class BalNumberInput {
|
|
|
2258
2258
|
proxyOutputs(this, this.el, ['balInput', 'balChange', 'balBlur', 'balFocus', 'balKeyPress']);
|
|
2259
2259
|
}
|
|
2260
2260
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNumberInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2261
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNumberInput, 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2261
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNumberInput, selector: "bal-number-input", inputs: { autoInvalidOff: "autoInvalidOff", debounce: "debounce", decimal: "decimal", disabled: "disabled", exactNumber: "exactNumber", invalid: "invalid", max: "max", min: "min", name: "name", onlyPositive: "onlyPositive", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", suffix: "suffix", value: "value" }, outputs: { balInput: "balInput", balChange: "balChange", balBlur: "balBlur", balFocus: "balFocus", balKeyPress: "balKeyPress" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2262
2262
|
};
|
|
2263
2263
|
BalNumberInput = __decorate([
|
|
2264
2264
|
ProxyCmp({
|
|
2265
|
-
inputs: ['autoInvalidOff', 'debounce', 'decimal', 'disabled', 'exactNumber', 'invalid', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'suffix', 'value'],
|
|
2265
|
+
inputs: ['autoInvalidOff', 'debounce', 'decimal', 'disabled', 'exactNumber', 'invalid', 'max', 'min', 'name', 'onlyPositive', 'pattern', 'placeholder', 'readonly', 'required', 'suffix', 'value'],
|
|
2266
2266
|
methods: ['setFocus', 'getInputElement'],
|
|
2267
2267
|
defineCustomElementFn: defineCustomElement$1f
|
|
2268
2268
|
}),
|
|
@@ -2275,7 +2275,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
2275
2275
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2276
2276
|
template: '<ng-content></ng-content>',
|
|
2277
2277
|
standalone: false,
|
|
2278
|
-
inputs: ['autoInvalidOff', 'debounce', 'decimal', 'disabled', 'exactNumber', 'invalid', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'suffix', 'value'],
|
|
2278
|
+
inputs: ['autoInvalidOff', 'debounce', 'decimal', 'disabled', 'exactNumber', 'invalid', 'max', 'min', 'name', 'onlyPositive', 'pattern', 'placeholder', 'readonly', 'required', 'suffix', 'value'],
|
|
2279
2279
|
outputs: ['balInput', 'balChange', 'balBlur', 'balFocus', 'balKeyPress']
|
|
2280
2280
|
}]
|
|
2281
2281
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|