tnx-shared 5.3.148 → 5.3.149

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.
@@ -41162,7 +41162,7 @@
41162
41162
  }());
41163
41163
  CommonLibComponent.decorators = [
41164
41164
  { type: i0.Component, args: [{
41165
- selector: 'app-common-lib',
41165
+ selector: 'common-lib',
41166
41166
  template: "<div #commonapp></div>\n<p-confirmDialog #cd [closable]=\"false\">\n <p-footer>\n <button #okButton type=\"button\" pButton icon=\"pi pi-check\" class=\"p-button-rounded p-button-text\"\n [label]=\"cd.acceptButtonLabel\" (keydown.shift.tab)=\"focusTrap($event, false)\"\n (click)=\"cd.accept()\"></button>\n <button *ngIf=\"showRejectConfirm\" #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>",
41167
41167
  providers: [ComponentContextService],
41168
41168
  styles: [""]