From 4a4a1f6d6f512727d6e3bc759305edf743a1cdae Mon Sep 17 00:00:00 2001 From: Octavian Condre Date: Fri, 12 Dec 2025 10:05:06 +0200 Subject: [PATCH 1/2] CRQ-43852 Add new supported locations for UI app development: customers-list-tabpanel, vendors-list-tabpanel --- .../UI-App-custom-elements-locations.md | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/articles/Extensibility/docs/development/UI-App-custom-elements-locations.md b/articles/Extensibility/docs/development/UI-App-custom-elements-locations.md index b0a5e82..722bdfe 100644 --- a/articles/Extensibility/docs/development/UI-App-custom-elements-locations.md +++ b/articles/Extensibility/docs/development/UI-App-custom-elements-locations.md @@ -6,7 +6,7 @@ tags: [Development] # Custom Elements and Locations The platform supports the addition of various UI elements, including **buttons** (generic, link, and dropdown) and **panels** (generic, sidebar, and tab). -These elements can be incorporated into specific sections of the user interface in the **Inbox, Orders, Projects and Reports** areas. +These elements can be incorporated into specific sections of the user interface in the **Customers, Inbox, Orders, Projects, Reports, and Vendors** areas. @@ -20,6 +20,17 @@ These elements can be incorporated into specific sections of the user interface + + + + + + + + @@ -277,6 +288,17 @@ These elements can be incorporated into specific sections of the user interface + + + + + + + +
CustomersCustomers list + customers-list-tabpanel + customers-list-tabpanel location + tab
Inbox Tasks list
VendorsVendors list + vendors-list-tabpanel + vendors-list-tabpanel location + tab
From 31a8bcb304026524a60bed32e87f848aadf6f85a Mon Sep 17 00:00:00 2001 From: Octavian Condre Date: Tue, 16 Dec 2025 07:43:34 +0200 Subject: [PATCH 2/2] CRQ-43852 Update @trados/trados-ui-extensibility version --- .../Extensibility/docs/development/UI-App-development-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/Extensibility/docs/development/UI-App-development-guide.md b/articles/Extensibility/docs/development/UI-App-development-guide.md index 1b3ba36..b70cc2b 100644 --- a/articles/Extensibility/docs/development/UI-App-development-guide.md +++ b/articles/Extensibility/docs/development/UI-App-development-guide.md @@ -49,7 +49,7 @@ If you don't already have Node.js installed, you can download the most recent LT ### Dependencies -- [@trados/trados-ui-extensibility](https://www.npmjs.com/package/@trados/trados-ui-extensibility) v0.1.5 +- [@trados/trados-ui-extensibility](https://www.npmjs.com/package/@trados/trados-ui-extensibility) v0.1.6 - [GitHub repository](https://github.com/RWS/trados-ui-extensibility) - [GitHub wiki](https://github.com/RWS/trados-ui-extensibility/wiki)