From f9c231f04e99b8fbfb2c80d4b11ca4c45a042c84 Mon Sep 17 00:00:00 2001 From: Diego Date: Mon, 3 Jul 2023 19:30:06 +0200 Subject: [PATCH 1/2] [#13277] - Fixed closeIcon --- src/app/components/inplace/inplace.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/components/inplace/inplace.ts b/src/app/components/inplace/inplace.ts index ce2aecf6bd0..4711f0943cf 100755 --- a/src/app/components/inplace/inplace.ts +++ b/src/app/components/inplace/inplace.ts @@ -11,7 +11,7 @@ import { TimesIcon } from 'primeng/icons/times'; class: 'p-element' } }) -export class InplaceDisplay {} +export class InplaceDisplay { } @Component({ selector: 'p-inplaceContent', @@ -20,7 +20,7 @@ export class InplaceDisplay {} class: 'p-element' } }) -export class InplaceContent {} +export class InplaceContent { } /** * Inplace provides an easy to do editing and display at the same time where clicking the output displays the actual content. * @group Components @@ -38,8 +38,8 @@ export class InplaceContent {} - - + @@ -113,7 +113,7 @@ export class Inplace implements AfterContentInit { closeIconTemplate: TemplateRef | undefined; - constructor(public cd: ChangeDetectorRef) {} + constructor(public cd: ChangeDetectorRef) { } ngAfterContentInit() { this.templates?.forEach((item) => { @@ -179,4 +179,4 @@ export class Inplace implements AfterContentInit { exports: [Inplace, InplaceDisplay, InplaceContent, ButtonModule, SharedModule], declarations: [Inplace, InplaceDisplay, InplaceContent] }) -export class InplaceModule {} +export class InplaceModule { } From d9af349c60b09e6368bccff6bcaa3e07afb14f3d Mon Sep 17 00:00:00 2001 From: Diego Date: Mon, 3 Jul 2023 19:38:58 +0200 Subject: [PATCH 2/2] [#13277] - Fixed inplace documentation --- src/app/showcase/doc/apidoc/index.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/showcase/doc/apidoc/index.json b/src/app/showcase/doc/apidoc/index.json index 3cd444d5cc6..e3146a3fe1e 100644 --- a/src/app/showcase/doc/apidoc/index.json +++ b/src/app/showcase/doc/apidoc/index.json @@ -11232,7 +11232,6 @@ "optional": false, "readonly": false, "type": "boolean", - "default": "false", "description": "Allows to prevent clicking." }, {