From 883004b9130f9a899d07daae77a3e8debfa1b49d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87etin?= <92744169+mehmetcetin01140@users.noreply.github.com> Date: Fri, 10 May 2024 17:51:24 +0300 Subject: [PATCH] update dock advanced doc --- src/app/showcase/doc/dock/advanceddoc.ts | 60 ++++++++++++------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/src/app/showcase/doc/dock/advanceddoc.ts b/src/app/showcase/doc/dock/advanceddoc.ts index 8e3620229bd..ce0d1c09ad3 100644 --- a/src/app/showcase/doc/dock/advanceddoc.ts +++ b/src/app/showcase/doc/dock/advanceddoc.ts @@ -18,15 +18,15 @@ import { PhotoService } from '@service/photoservice';
- + - - - + + + Fri 13:07 - - + +
@@ -36,7 +36,7 @@ import { PhotoService } from '@service/photoservice'; - + @@ -59,7 +59,7 @@ import { PhotoService } from '@service/photoservice'; [fullScreen]="true" > - +
@@ -130,7 +130,7 @@ export class AdvancedDoc implements OnInit, OnDestroy { }, icon: 'https://primefaces.org/cdn/primeng/images/dock/appstore.svg', command: () => { - this.messageService.add({ severity: 'error', summary: 'An unexpected error occurred while signing in.', detail: 'UNTRUSTED_CERT_TITLE' }); + this.messageService.add({ severity: 'error', summary: 'An unexpected error occurred while signing in.', detail: 'UNTRUSTED_CERT_TITLE', key: 'tc' }); } }, { @@ -144,7 +144,7 @@ export class AdvancedDoc implements OnInit, OnDestroy { }, icon: 'https://primefaces.org/cdn/primeng/images/dock/safari.svg', command: () => { - this.messageService.add({ severity: 'warn', summary: 'Safari has stopped working' }); + this.messageService.add({ severity: 'warn', summary: 'Safari has stopped working', key: 'tc' }); } }, { @@ -183,7 +183,7 @@ export class AdvancedDoc implements OnInit, OnDestroy { }, icon: 'https://primefaces.org/cdn/primeng/images/dock/trash.png', command: () => { - this.messageService.add({ severity: 'info', summary: 'Empty Trash' }); + this.messageService.add({ severity: 'info', summary: 'Empty Trash', key: 'tc' }); } } ]; @@ -369,15 +369,15 @@ export class AdvancedDoc implements OnInit, OnDestroy { code: Code = { basic: ` - + - - - + + + Fri 13:07 - - + +
@@ -387,7 +387,7 @@ export class AdvancedDoc implements OnInit, OnDestroy { - + - +
`, @@ -430,15 +430,15 @@ export class AdvancedDoc implements OnInit, OnDestroy { html: `
- + - - - + + + Fri 13:07 - - + +
@@ -448,7 +448,7 @@ export class AdvancedDoc implements OnInit, OnDestroy { - + - +
@@ -684,7 +684,7 @@ export class DockAdvancedDemo implements OnInit { }, icon: 'https://primefaces.org/cdn/primeng/images/dock/appstore.svg', command: () => { - this.messageService.add({ severity: 'error', summary: 'An unexpected error occurred while signing in.', detail: 'UNTRUSTED_CERT_TITLE' }); + this.messageService.add({ severity: 'error', summary: 'An unexpected error occurred while signing in.', detail: 'UNTRUSTED_CERT_TITLE', key: 'tc' }); } }, { @@ -698,7 +698,7 @@ export class DockAdvancedDemo implements OnInit { }, icon: 'https://primefaces.org/cdn/primeng/images/dock/safari.svg', command: () => { - this.messageService.add({ severity: 'warn', summary: 'Safari has stopped working' }); + this.messageService.add({ severity: 'warn', summary: 'Safari has stopped working', key: 'tc' }); } }, { @@ -737,7 +737,7 @@ export class DockAdvancedDemo implements OnInit { }, icon: 'https://primefaces.org/cdn/primeng/images/dock/trash.png', command: () => { - this.messageService.add({ severity: 'info', summary: 'Empty Trash' }); + this.messageService.add({ severity: 'info', summary: 'Empty Trash', key: 'tc' }); } } ];