tnx-shared 5.3.426 → 5.3.427

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.
@@ -57842,6 +57842,7 @@
57842
57842
  _this.disabled = false;
57843
57843
  _this.onInit = new i0.EventEmitter();
57844
57844
  _this.onSelect = new i0.EventEmitter();
57845
+ _this.onClickSubmit = new i0.EventEmitter();
57845
57846
  _this.onUnSelect = new i0.EventEmitter();
57846
57847
  _this.onChanged = new i0.EventEmitter();
57847
57848
  _this.onFocus = new i0.EventEmitter();
@@ -58380,6 +58381,7 @@
58380
58381
  else {
58381
58382
  this.showFormPicker = false;
58382
58383
  }
58384
+ this.onClickSubmit.emit(this.selectedValue);
58383
58385
  };
58384
58386
  UserPickerComponent.prototype.reStructureDataSource = function (sources) {
58385
58387
  return __awaiter(this, void 0, void 0, function () {
@@ -58550,6 +58552,7 @@
58550
58552
  readOnlyValues: [{ type: i0.Input }],
58551
58553
  onInit: [{ type: i0.Output }],
58552
58554
  onSelect: [{ type: i0.Output, args: ['onSelect',] }],
58555
+ onClickSubmit: [{ type: i0.Output, args: ['onClickSubmit',] }],
58553
58556
  onUnSelect: [{ type: i0.Output, args: ['onUnSelect',] }],
58554
58557
  onChanged: [{ type: i0.Output, args: ['onChanged',] }],
58555
58558
  onFocus: [{ type: i0.Output, args: ['onFocus',] }],
@@ -59466,7 +59469,6 @@
59466
59469
 
59467
59470
  // 1
59468
59471
  // 2
59469
- // 3
59470
59472
  function coreDeclaration() {
59471
59473
  return [
59472
59474
  AddressComponent,