tnx-shared 5.3.370 → 5.3.371

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.
@@ -39686,7 +39686,7 @@
39686
39686
  CommonLibComponent.decorators = [
39687
39687
  { type: i0.Component, args: [{
39688
39688
  selector: 'common-lib',
39689
- template: "<div #commonapp></div>\n<p-toast [position]=\"'top-right'\" [autoZIndex]=\"true\"></p-toast>\n<p-confirmDialog #cd [closable]=\"false\">\n <p-footer>\n <button *ngIf=\"cd.acceptVisible\" #okButton type=\"button\" pButton icon=\"pi pi-check\"\n class=\"p-button-rounded p-button-text\" [label]=\"cd.acceptButtonLabel\"\n (keydown.shift.tab)=\"focusTrap($event, false)\" (click)=\"cd.accept()\"></button>\n <button *ngIf=\"cd.rejectVisible\" #cancelButton type=\"button\" pButton\n class=\"p-button-rounded p-button-text p-button-secondary\" icon=\"pi pi-times\" [label]=\"cd.rejectButtonLabel\"\n (keydown.tab)=\"focusTrap($event, true)\" (click)=\"cd.reject()\"></button>\n </p-footer>\n</p-confirmDialog>",
39689
+ template: "<div #commonapp></div>\n<p-toast [position]=\"'top-right'\" [autoZIndex]=\"true\"></p-toast>\n<p-confirmDialog #cd [closable]=\"false\">\n <p-footer>\n <button *ngIf=\"cd.confirmationOptions && cd.confirmationOptions.acceptVisible\" #okButton type=\"button\" pButton\n icon=\"pi pi-check\" class=\"p-button-rounded p-button-text\" [label]=\"cd.acceptButtonLabel\"\n (keydown.shift.tab)=\"focusTrap($event, false)\" (click)=\"cd.accept()\"></button>\n <button *ngIf=\"cd.confirmationOptions && cd.confirmationOptions.rejectVisible\" #cancelButton type=\"button\"\n pButton class=\"p-button-rounded p-button-text p-button-secondary\" icon=\"pi pi-times\"\n [label]=\"cd.rejectButtonLabel\" (keydown.tab)=\"focusTrap($event, true)\" (click)=\"cd.reject()\"></button>\n </p-footer>\n</p-confirmDialog>",
39690
39690
  providers: [ComponentContextService],
39691
39691
  styles: [""]
39692
39692
  },] }