@abp/ng.theme.shared 7.2.1 → 7.2.2
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/esm2020/lib/components/form-input/form-input.component.mjs +2 -5
- package/fesm2015/abp-ng.theme.shared.mjs +1 -4
- package/fesm2015/abp-ng.theme.shared.mjs.map +1 -1
- package/fesm2020/abp-ng.theme.shared.mjs +1 -4
- package/fesm2020/abp-ng.theme.shared.mjs.map +1 -1
- package/lib/components/form-input/form-input.component.d.ts +1 -2
- package/package.json +3 -3
|
@@ -1247,14 +1247,13 @@ class FormInputComponent extends AbstractNgModelComponent {
|
|
|
1247
1247
|
this.label = '';
|
|
1248
1248
|
this.labelClass = 'form-label';
|
|
1249
1249
|
this.inputPlaceholder = '';
|
|
1250
|
-
this.inputType = 'text';
|
|
1251
1250
|
this.inputClass = 'form-control';
|
|
1252
1251
|
this.formBlur = new EventEmitter();
|
|
1253
1252
|
this.formFocus = new EventEmitter();
|
|
1254
1253
|
}
|
|
1255
1254
|
}
|
|
1256
1255
|
FormInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FormInputComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
1257
|
-
FormInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: FormInputComponent, selector: "abp-form-input", inputs: { inputId: "inputId", inputReadonly: "inputReadonly", label: "label", labelClass: "labelClass", inputPlaceholder: "inputPlaceholder",
|
|
1256
|
+
FormInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: FormInputComponent, selector: "abp-form-input", inputs: { inputId: "inputId", inputReadonly: "inputReadonly", label: "label", labelClass: "labelClass", inputPlaceholder: "inputPlaceholder", inputStyle: "inputStyle", inputClass: "inputClass" }, outputs: { formBlur: "formBlur", formFocus: "formFocus" }, providers: [
|
|
1258
1257
|
{
|
|
1259
1258
|
provide: NG_VALUE_ACCESSOR,
|
|
1260
1259
|
useExisting: forwardRef(() => FormInputComponent),
|
|
@@ -1318,8 +1317,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
1318
1317
|
type: Input
|
|
1319
1318
|
}], inputPlaceholder: [{
|
|
1320
1319
|
type: Input
|
|
1321
|
-
}], inputType: [{
|
|
1322
|
-
type: Input
|
|
1323
1320
|
}], inputStyle: [{
|
|
1324
1321
|
type: Input
|
|
1325
1322
|
}], inputClass: [{
|