This is an automated email from the ASF dual-hosted git repository. zehnder pushed a commit to branch 3112-opc-ua-multi-node-selection-editor in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 360112850f6fb9d071d9526cf371cbb8d8e856e1 Merge: 3472bcb25b 68caf46df6 Author: Philipp Zehnder <[email protected]> AuthorDate: Mon Aug 12 13:46:39 2024 +0200 Merge branch '3116-refactor-staticruntimeresolvabletreeinput-into-smaller-subcomponents' into 3112-opc-ua-multi-node-selection-editor ui/cypress/support/general/dataCy.ts | 21 +- ui/cypress/support/utils/PipelineUtils.ts | 2 +- ui/cypress/support/utils/connect/ConnectUtils.ts | 2 +- .../utils/{ => userInput}/StaticPropertyUtils.ts | 17 +- .../utils/userInput/TreeStaticPropertyUtils.ts | 99 ++++++++ .../tests/connect/opcAdapterConfiguration.spec.ts | 99 ++++++++ .../connectConfigurationTemplate.spec.ts | 2 +- ui/src/app/core-ui/core-ui.module.ts | 10 +- .../static-property.component.html | 4 +- ...ic-runtime-resolvable-tree-input.component.html | 59 +++++ ...c-runtime-resolvable-tree-input.component.scss} | 28 +-- ...tic-runtime-resolvable-tree-input.component.ts} | 119 +++------- .../static-tree-input-browse-nodes.component.html | 142 ++++++++++++ .../static-tree-input-browse-nodes.component.scss} | 19 +- .../static-tree-input-browse-nodes.component.ts | 160 +++++++++++++ .../static-tree-input-button-menu.component.html | 49 ++++ .../static-tree-input-button-menu.component.ts} | 33 ++- .../static-tree-input-node-details.component.html | 29 +++ .../static-tree-input-node-details.component.ts} | 24 +- ...static-tree-input-selected-nodes.component.html | 40 ++++ .../static-tree-input-selected-nodes.component.ts} | 29 +-- .../static-tree-input-service.service.ts} | 29 +-- .../static-tree-input.component.html | 256 --------------------- 23 files changed, 813 insertions(+), 459 deletions(-)
