ps-toolkit-ui 1.3.72 → 1.3.73

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.
@@ -4637,9 +4637,8 @@
4637
4637
  });
4638
4638
  FormPlaqueComponent.prototype.ngOnInit = function () {
4639
4639
  var _this = this;
4640
- console.log(this.inp.placeholder, 'this.inp.placeholder');
4641
4640
  this.part1 = new InputClass(this.inp.environment, this.inp.l, 'Part1', null, exports.InputType.Number, 'plaque-part-1 plaque-part-item', null, true);
4642
- this.part2 = new InputClass(this.inp.environment, this.inp.l, 'Part2', null, exports.InputType.Select, 'plaque-part-2 plaque-part-item', this.inp.placeholder, true);
4641
+ this.part2 = new InputClass(this.inp.environment, this.inp.l, 'Part2', null, exports.InputType.Select, 'plaque-part-2 plaque-part-item', null, true);
4643
4642
  this.part3 = new InputClass(this.inp.environment, this.inp.l, 'Part3', null, exports.InputType.Number, 'plaque-part-3 plaque-part-item', null, true);
4644
4643
  this.part4 = new InputClass(this.inp.environment, this.inp.l, 'Part4', null, exports.InputType.Number, 'plaque-part-4 plaque-part-item', null, true, 10, 99);
4645
4644
  this.part2.options = this.alphas.map(function (x) { return new OptionClass(x, x); });
@@ -6619,8 +6618,6 @@
6619
6618
  this.carF = new InputClass(this.inp.environment, this.inp.l, this.inp.name + 'Item', 'fa-earth-asia', exports.InputType.PlaqueF, 'plaque-inp', null, this.inp.required);
6620
6619
  this.motor = new InputClass(this.inp.environment, this.inp.l, this.inp.name + 'Item', 'fa-motorcycle', exports.InputType.PlaqueM, 'plaque-inp', null, this.inp.required);
6621
6620
  this.car.displayLabel = this.carF.displayLabel = this.motor.displayLabel = false;
6622
- this.car.placeholder = this.inp.placeholder;
6623
- console.log(this.car.placeholder, 'this.car.placeholder');
6624
6621
  this.inp.setValue = function (v) {
6625
6622
  if (v != null) {
6626
6623
  if (v.split('_').length === 2 && v.split('_').some(function (x) { return !isNaN(parseInt(x, 10)); })) {