From d9d0315bd95f9b05a18ec3d4bd6e1f6b2ad40fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 14 Apr 2023 11:03:03 +0300 Subject: [PATCH] .d.ts fixes --- components/lib/column/Column.d.ts | 1 - components/lib/dropdown/Dropdown.d.ts | 4 ---- components/lib/image/Image.d.ts | 1 - components/lib/speeddial/SpeedDial.d.ts | 1 - components/lib/tree/Tree.d.ts | 1 - components/lib/treetable/TreeTable.d.ts | 1 - 6 files changed, 9 deletions(-) diff --git a/components/lib/column/Column.d.ts b/components/lib/column/Column.d.ts index 4a5804eab..6b80da152 100755 --- a/components/lib/column/Column.d.ts +++ b/components/lib/column/Column.d.ts @@ -221,7 +221,6 @@ export interface ColumnProps { rowReorder?: boolean | undefined; /** * Icon of the drag handle to reorder rows. - * @defaultValue pi pi-bars */ rowReorderIcon?: string | undefined; /** diff --git a/components/lib/dropdown/Dropdown.d.ts b/components/lib/dropdown/Dropdown.d.ts index 5821dfd28..ea1319774 100755 --- a/components/lib/dropdown/Dropdown.d.ts +++ b/components/lib/dropdown/Dropdown.d.ts @@ -171,22 +171,18 @@ export interface DropdownProps { loading?: boolean | undefined; /** * Icon to display in clear button. - * @defaultValue pi pi-times */ clearIcon?: string | undefined; /** * Icon to display in the dropdown. - * @defaultValue pi pi-chevron-down */ dropdownIcon?: string | undefined; /** * Icon to display in filter input. - * @defaultValue pi pi-search */ filterIcon?: string | undefined; /** * Icon to display in loading state. - * @defaultValue pi pi-spinner pi-spin */ loadingIcon?: string | undefined; /** diff --git a/components/lib/image/Image.d.ts b/components/lib/image/Image.d.ts index b753a1b43..ae0605860 100644 --- a/components/lib/image/Image.d.ts +++ b/components/lib/image/Image.d.ts @@ -29,7 +29,6 @@ export interface ImageProps { imageClass?: any; /** * Custom indicator icon. - * @defaultValue pi pi-eye */ indicatorIcon?: string; } diff --git a/components/lib/speeddial/SpeedDial.d.ts b/components/lib/speeddial/SpeedDial.d.ts index b0cf692fd..ec6037bb5 100644 --- a/components/lib/speeddial/SpeedDial.d.ts +++ b/components/lib/speeddial/SpeedDial.d.ts @@ -93,7 +93,6 @@ export interface SpeedDialProps { maskClass?: string | undefined; /** * Show icon of the button element. - * @defaultValue pi pi-plus */ showIcon?: string | undefined; /** diff --git a/components/lib/tree/Tree.d.ts b/components/lib/tree/Tree.d.ts index 5c0ae0f6b..c8ab88264 100755 --- a/components/lib/tree/Tree.d.ts +++ b/components/lib/tree/Tree.d.ts @@ -123,7 +123,6 @@ export interface TreeProps { loading?: boolean | undefined; /** * Icon to display when tree is loading. - * @defaultValue pi pi-spin */ loadingIcon?: string | undefined; /** diff --git a/components/lib/treetable/TreeTable.d.ts b/components/lib/treetable/TreeTable.d.ts index bab6c818f..7c4751ce7 100755 --- a/components/lib/treetable/TreeTable.d.ts +++ b/components/lib/treetable/TreeTable.d.ts @@ -259,7 +259,6 @@ export interface TreeTableProps { loading?: boolean | undefined; /** * The icon to show while indicating data load is in progress. - * @defaultValue pi pi-spinner */ loadingIcon?: string | undefined; /**