ps-toolkit-ui 1.4.84 → 1.4.85
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/plaque/form.plaque.component.js +2 -1
- package/esm2015/lib/components/form/textbox/form.textbox.component.js +2 -1
- package/fesm2015/ps-toolkit-ui.js +2 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -4718,6 +4718,7 @@
|
|
|
4718
4718
|
this.part1.displayLabel = this.part2.displayLabel = this.part3.displayLabel = this.part4.displayLabel = false;
|
|
4719
4719
|
this.part1.placeholder = this.part2.placeholder = this.part3.placeholder = this.part4.placeholder = null;
|
|
4720
4720
|
this.part1.disabled = this.part2.disabled = this.part3.disabled = this.part4.disabled = this.inp.disabled;
|
|
4721
|
+
console.log(this.inp.disabled, this.inp.type, 'Plaque');
|
|
4721
4722
|
if (this.inp.type === exports.InputType.PlaqueM) {
|
|
4722
4723
|
this.part1.minLength = 100;
|
|
4723
4724
|
this.part1.maxLength = 999;
|
|
@@ -5811,6 +5812,7 @@
|
|
|
5811
5812
|
}
|
|
5812
5813
|
return v;
|
|
5813
5814
|
};
|
|
5815
|
+
console.log(this.inp.disabled, this.inp.name, 'Text');
|
|
5814
5816
|
};
|
|
5815
5817
|
FormTextboxComponent.prototype.onFocusIn = function (changeIndex) {
|
|
5816
5818
|
if (changeIndex === void 0) { changeIndex = false; }
|