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.
- package/bundles/tnx-shared.umd.js +1 -1
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/esm2015/components/common-lib/common-lib.component.js +2 -2
- package/fesm2015/tnx-shared.js +1 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
- package/tnx-shared.metadata.json +1 -1
|
@@ -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
|
|
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
|
},] }
|