@klippa/ngx-enhancy-forms 14.17.0 → 14.17.1
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/elements/value-accessor-base/value-accessor-base.component.mjs +7 -2
- package/fesm2015/klippa-ngx-enhancy-forms.mjs +6 -1
- package/fesm2015/klippa-ngx-enhancy-forms.mjs.map +1 -1
- package/fesm2020/klippa-ngx-enhancy-forms.mjs +6 -1
- package/fesm2020/klippa-ngx-enhancy-forms.mjs.map +1 -1
- package/lib/elements/value-accessor-base/value-accessor-base.component.d.ts +2 -1
- package/package.json +1 -1
|
@@ -715,6 +715,9 @@ class ValueAccessorBase {
|
|
|
715
715
|
this.tailTpl = tpl;
|
|
716
716
|
};
|
|
717
717
|
this.getTailTpl = () => {
|
|
718
|
+
if (isValueSet(this.getTailTplFn)) {
|
|
719
|
+
return this.getTailTplFn();
|
|
720
|
+
}
|
|
718
721
|
return this.tailTpl;
|
|
719
722
|
};
|
|
720
723
|
}
|
|
@@ -802,7 +805,7 @@ class ValueAccessorBase {
|
|
|
802
805
|
}
|
|
803
806
|
}
|
|
804
807
|
ValueAccessorBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: ValueAccessorBase, deps: [{ token: FormElementComponent, host: true, optional: true }, { token: i2.ControlContainer, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
805
|
-
ValueAccessorBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.8", type: ValueAccessorBase, selector: "ng-component", inputs: { disabled: "disabled", innerValueChangeInterceptor: "innerValueChangeInterceptor", formControlName: "formControlName", formControl: "formControl", inErrorState: "inErrorState" }, outputs: { onTouch: "onTouch" }, viewQueries: [{ propertyName: "nativeInputRef", first: true, predicate: ["nativeInputRef"], descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
808
|
+
ValueAccessorBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.8", type: ValueAccessorBase, selector: "ng-component", inputs: { disabled: "disabled", innerValueChangeInterceptor: "innerValueChangeInterceptor", formControlName: "formControlName", formControl: "formControl", inErrorState: "inErrorState", getTailTplFn: "getTailTplFn" }, outputs: { onTouch: "onTouch" }, viewQueries: [{ propertyName: "nativeInputRef", first: true, predicate: ["nativeInputRef"], descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
806
809
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: ValueAccessorBase, decorators: [{
|
|
807
810
|
type: Component,
|
|
808
811
|
args: [{
|
|
@@ -827,6 +830,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
827
830
|
type: Input
|
|
828
831
|
}], inErrorState: [{
|
|
829
832
|
type: Input
|
|
833
|
+
}], getTailTplFn: [{
|
|
834
|
+
type: Input
|
|
830
835
|
}], onTouch: [{
|
|
831
836
|
type: Output
|
|
832
837
|
}], nativeInputRef: [{
|