ps-toolkit-ui 1.10.25 → 1.10.26
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 -1
- 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/textarea/form.textarea.component.js +1 -2
- package/esm2015/lib/components/form/textbox/form.textbox.component.js +3 -1
- package/fesm2015/ps-toolkit-ui.js +2 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -5914,7 +5914,6 @@
|
|
|
5914
5914
|
this.inp.clear = function () {
|
|
5915
5915
|
_this.inp.error = null;
|
|
5916
5916
|
_this.inp.value = _this.inp.default;
|
|
5917
|
-
console.log(_this.inp.value, _this.inp.default, '$$$$$$$$$');
|
|
5918
5917
|
};
|
|
5919
5918
|
this.inp.data = function () {
|
|
5920
5919
|
var v = _this.inp.value;
|
|
@@ -5973,6 +5972,7 @@
|
|
|
5973
5972
|
this.inp.setValue = function (v) {
|
|
5974
5973
|
_this.inp.value = v != null ? v.toString() : '';
|
|
5975
5974
|
_this.cValue = _this.inp.value;
|
|
5975
|
+
console.log(_this.inp, _this.inp.value, 'this.inp.value $$$$$$$$$');
|
|
5976
5976
|
};
|
|
5977
5977
|
this.inp.focus = function (changeIndex) {
|
|
5978
5978
|
if (changeIndex === void 0) { changeIndex = false; }
|
|
@@ -6065,6 +6065,7 @@
|
|
|
6065
6065
|
this.inp.clear = function () {
|
|
6066
6066
|
_this.inp.error = null;
|
|
6067
6067
|
_this.inp.setValue(_this.inp.default, false);
|
|
6068
|
+
console.log(_this.inp, _this.inp.default, 'this.inp.default $$$$$$$$$');
|
|
6068
6069
|
};
|
|
6069
6070
|
this.inp.data = function () {
|
|
6070
6071
|
var v = _this.inp.value;
|