ps-toolkit-ui 0.0.91 → 0.0.92
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/bundles/ps-toolkit-ui.umd.js +2 -0
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/form/label/form.label.component.js +2 -1
- package/fesm2015/ps-toolkit-ui.js +1 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3855,7 +3855,9 @@
|
|
|
3855
3855
|
function FormLabelComponent() {
|
|
3856
3856
|
}
|
|
3857
3857
|
FormLabelComponent.prototype.ngOnInit = function () {
|
|
3858
|
+
var _this = this;
|
|
3858
3859
|
this.inp.setValue = function (v) {
|
|
3860
|
+
_this.inp.value = v;
|
|
3859
3861
|
};
|
|
3860
3862
|
this.inp.isValid = function () {
|
|
3861
3863
|
return true;
|