From 1a3ac072ac2b1fc500e38905d6b57197a5f49a40 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Thu, 26 Feb 2026 08:56:23 +0000 Subject: [PATCH] docs: remove references to File Upload Error Pipe from documentation - Deleted the File Upload Error Pipe documentation and its references from various components and the version index. - Updated README and component documentation to reflect the removal of the pipe, ensuring consistency across the documentation. --- docs/README.md | 6 ---- .../file-uploading-dialog.component.md | 1 - .../components/upload-button.component.md | 1 - .../components/upload-drag-area.component.md | 1 - .../pipes/file-upload-error.pipe.md | 34 ------------------- docs/versionIndex.md | 1 - 6 files changed, 44 deletions(-) delete mode 100644 docs/content-services/pipes/file-upload-error.pipe.md diff --git a/docs/README.md b/docs/README.md index e3d3eedce5..ac5dd60d61 100644 --- a/docs/README.md +++ b/docs/README.md @@ -347,12 +347,6 @@ for more information about installing and using the source code. | [Permission Style model](content-services/models/permissions-style.model.md) | Sets custom CSS styles for rows of a Document List according to the item's permissions. | [Source](../lib/content-services/src/lib/document-list/models/permissions-style.model.ts) | | [Row Filter Model](content-services/models/row-filter.model.md) | Defines the Row Filter function used by the Document List Component. | [Source](../lib/content-services/document-list/data/row-filter.model.ts) | -### Pipes - -| Name | Description | Source link | -| ---- | ----------- | ----------- | -| [File upload error pipe](content-services/pipes/file-upload-error.pipe.md) | Converts an upload error code to an error message. | [Source](../lib/content-services/src/lib/upload/pipes/file-upload-error.pipe.ts) | - ### Services | Name | Description | Source link | diff --git a/docs/content-services/components/file-uploading-dialog.component.md b/docs/content-services/components/file-uploading-dialog.component.md index 813958041e..8075664ede 100644 --- a/docs/content-services/components/file-uploading-dialog.component.md +++ b/docs/content-services/components/file-uploading-dialog.component.md @@ -40,4 +40,3 @@ This component should be used in combination with the - [Upload button component](upload-button.component.md) - [Upload drag area component](upload-drag-area.component.md) -- [File upload error pipe](../pipes/file-upload-error.pipe.md) diff --git a/docs/content-services/components/upload-button.component.md b/docs/content-services/components/upload-button.component.md index 502e92cbbe..2c66b904bf 100644 --- a/docs/content-services/components/upload-button.component.md +++ b/docs/content-services/components/upload-button.component.md @@ -86,4 +86,3 @@ export class MyComponent { ## See also - [Upload Version Button component](upload-version-button.component.md) -- [File upload error pipe](../pipes/file-upload-error.pipe.md) diff --git a/docs/content-services/components/upload-drag-area.component.md b/docs/content-services/components/upload-drag-area.component.md index 685189b6f1..ce59aa39d6 100644 --- a/docs/content-services/components/upload-drag-area.component.md +++ b/docs/content-services/components/upload-drag-area.component.md @@ -141,4 +141,3 @@ This could be either a selection of 2 or more files, or a folder with multiple e - [File uploading dialog component](file-uploading-dialog.component.md) - [Upload button component](upload-button.component.md) -- [File upload error pipe](../pipes/file-upload-error.pipe.md) diff --git a/docs/content-services/pipes/file-upload-error.pipe.md b/docs/content-services/pipes/file-upload-error.pipe.md deleted file mode 100644 index ca9c5dc05d..0000000000 --- a/docs/content-services/pipes/file-upload-error.pipe.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -Title: File upload error pipe -Added: v3.0.0 -Status: Active -Last reviewed: 2019-01-17 ---- - -# [File upload error pipe](../../../lib/content-services/src/lib/upload/pipes/file-upload-error.pipe.ts "Defined in file-upload-error.pipe.ts") - -Converts an upload error code to an error message. - -## Basic Usage - - - -```HTML -
- Upload failed: {{ errorCode | adfFileUploadError }} -
-``` - - - -## Details - -The pipe takes an upload error code (eg, from the `error` event of one of the -upload components) and converts it to a human-readable message. The message is -automatically translated to the user's chosen language. - -## See also - -- [File uploading dialog component](../components/file-uploading-dialog.component.md) -- [Upload drag area component](../components/upload-drag-area.component.md) -- [Upload button component](../components/upload-button.component.md) diff --git a/docs/versionIndex.md b/docs/versionIndex.md index 346a4308ed..3c4eb84f08 100644 --- a/docs/versionIndex.md +++ b/docs/versionIndex.md @@ -354,7 +354,6 @@ backend services have been tested with each released version of ADF. - [Edit process filter cloud component](process-services-cloud/components/edit-process-filter-cloud.component.md) - [Edit task filter cloud component](process-services-cloud/components/edit-task-filter-cloud.component.md) - [Extension service](extensions/services/extension.service.md) -- [File upload error pipe](content-services/pipes/file-upload-error.pipe.md) - [Format space pipe](core/pipes/format-space.pipe.md) - [Full name pipe](core/pipes/full-name.pipe.md) - [Group cloud component](process-services-cloud/components/group-cloud.component.md)