From 7fe1e28a9032bcc11c94154586537955fdc84811 Mon Sep 17 00:00:00 2001 From: Patricia Martinez <32088627+patricia-martinez-imatia@users.noreply.github.com> Date: Wed, 16 Jul 2025 09:23:14 +0200 Subject: [PATCH 1/2] New methods getSelectedFlatNodes and getSelectedItems (#676) --- _data/components/tree.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/_data/components/tree.yml b/_data/components/tree.yml index 08c03915b..667096aad 100644 --- a/_data/components/tree.yml +++ b/_data/components/tree.yml @@ -104,6 +104,19 @@ outputs: [{ description: "Event triggered when a tree node is clicked" }] +methods: [{ + name: "getSelectedFlatNodes", + type: "method", + description: "Return the selected flat nodes ", + parameters: "", + returns: "OTreeFlatNode[]" +},{ + name: "getSelectedItems", + type: "method", + description : "Returns the selected items of the component in a hierarchical structure. Each item may include a `children` property containing its selected child nodes", + returns: "any[]" +}] + # ,{ # name : "onLoadNextLevel", # description: "Event triggered when " From 592349e76b72b2f8757bd3ff2d7fce870908d50b Mon Sep 17 00:00:00 2001 From: Patricia Martinez <32088627+patricia-martinez-imatia@users.noreply.github.com> Date: Wed, 16 Jul 2025 09:23:37 +0200 Subject: [PATCH 2/2] Updated latest release to 15.5.8 (#677) --- docs/aditional-information/52-versions.md | 31 +++++++++++++---------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/docs/aditional-information/52-versions.md b/docs/aditional-information/52-versions.md index dc636b03d..f21597022 100644 --- a/docs/aditional-information/52-versions.md +++ b/docs/aditional-information/52-versions.md @@ -28,14 +28,26 @@ In this section you can check the different releases of **OntimizeWeb** and its
+