From 0eb4e90b16de0c440831e637e7a611eef4e1ceb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:01:30 +0300 Subject: [PATCH 1/2] Revert typo & fix #15306 --- src/app/components/table/table.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/table/table.ts b/src/app/components/table/table.ts index d125813610d..3ff7388ea29 100644 --- a/src/app/components/table/table.ts +++ b/src/app/components/table/table.ts @@ -708,7 +708,7 @@ export class Table implements OnInit, AfterViewInit, AfterContentInit, Blockable * The breakpoint to define the maximum width boundary when using stack responsive layout. * @group Props */ - @Input() breakpoint: string = '640px'; + @Input() breakpoint: string = '960px'; /** * Locale to be used in paginator formatting. * @group Props @@ -5207,7 +5207,7 @@ export class ColumnFilter implements AfterContentInit { * Enables currency input. * @group Props */ - @Input({transform: booleanAttribute}) currency: boolean | undefined; + @Input({ transform: booleanAttribute }) currency: boolean | undefined; /** * Defines the display of the currency input. * @group Props From 6f06ab57bbae80b903eb6b1cee7a3abaf20475eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:02:34 +0300 Subject: [PATCH 2/2] Update docs --- src/app/showcase/doc/apidoc/index.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/showcase/doc/apidoc/index.json b/src/app/showcase/doc/apidoc/index.json index e511b759265..f1506b4ddb3 100644 --- a/src/app/showcase/doc/apidoc/index.json +++ b/src/app/showcase/doc/apidoc/index.json @@ -6021,7 +6021,7 @@ "name": "style", "optional": false, "readonly": false, - "type": "Object", + "type": null, "description": "Inline style of the element." }, { @@ -23396,7 +23396,7 @@ "optional": false, "readonly": false, "type": "string", - "default": "640px", + "default": "960px", "description": "The breakpoint to define the maximum width boundary when using stack responsive layout." }, {