ps-toolkit-ui 1.18.16 → 1.18.17

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.
@@ -9509,12 +9509,16 @@
9509
9509
  }
9510
9510
  finally { if (e_3) throw e_3.error; }
9511
9511
  }
9512
+ console.log(this.expertSearch);
9512
9513
  if (this.expertSearch) {
9513
9514
  var opt = new InputClass(this.environment, this.l, this.l('ExpertSearch'), 'magnifying-glass', exports.InputType.Icon, 'm-r-10-p');
9515
+ console.log(opt);
9514
9516
  opt.onClick = function () {
9517
+ console.log('opt click');
9515
9518
  $__namespace(_this.div.nativeElement).addClass('show-expert-search');
9516
9519
  };
9517
9520
  this.extraButtons.push(opt);
9521
+ console.log(this.extraButtons);
9518
9522
  }
9519
9523
  var _loop_2 = function (option) {
9520
9524
  var opt = new InputClass(this_2.environment, this_2.l, option.Name, option.Icon, exports.InputType.Icon, 'm-r-10-p');