This is an automated email from the ASF dual-hosted git repository.
tenthe pushed a change to branch 4716-add-loading-banner-for-asset-links
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from d695a5c632 minor
add 3b776bf738 chore(deps): bump confluent-kafka from 2.14.2 to 2.15.0 in
/streampipes-client-python (#4699)
add 8634653a99 fix(#4725): Can't delete code in javascript evaluator
(#4726)
add 3e08e51f78 feat(#4718): add shared search select component (#4720)
add 0ddbd9d33a Merge branch 'dev' into
4716-add-loading-banner-for-asset-links
No new revisions were added by this update.
Summary of changes:
streampipes-client-python/poetry.lock | 94 +++----
streampipes-client-python/pyproject.toml | 2 +-
ui/STYLEGUIDE.md | 62 +++++
ui/deployment/i18n/de.json | 2 +
ui/deployment/i18n/en.json | 2 +
ui/deployment/i18n/pl.json | 2 +
.../search-select-template.directive.ts | 17 +-
.../search-select/search-select.component.html | 141 ++++++++++
.../search-select/search-select.component.scss | 104 +++++++
.../search-select/search-select.component.ts | 304 +++++++++++++++++++++
.../object-manage-dialog.component.html | 167 ++---------
.../object-manage-dialog.component.ts | 111 +-------
.../object-permission-dialog.component.html | 139 ++--------
.../object-permission-dialog.component.ts | 141 +---------
.../src/lib/services/keyboard-shortcut.service.ts | 8 +-
.../streampipes/shared-ui/src/public-api.ts | 2 +
.../asset-details-labels.component.html | 81 +-----
.../asset-details-labels.component.ts | 112 +-------
.../chart-container/chart-container.component.ts | 15 +-
.../base/base-data-explorer-widget.directive.ts | 7 +-
.../models/dataview-dashboard.model.ts | 2 +
.../chart-data-settings.component.html | 80 +-----
.../data-settings/chart-data-settings.component.ts | 144 ++++++----
.../adapter-deployment-settings.component.html | 45 +--
.../adapter-deployment-settings.component.ts | 109 +-------
.../user-defined-output.component.html | 75 ++---
.../user-defined-output.component.ts | 5 +-
27 files changed, 966 insertions(+), 1007 deletions(-)
copy
streampipes-storage-api/src/main/java/org/apache/streampipes/storage/api/user/IPasswordRecoveryTokenStorage.java
=>
ui/projects/streampipes/shared-ui/src/lib/components/search-select/search-select-template.directive.ts
(66%)
create mode 100644
ui/projects/streampipes/shared-ui/src/lib/components/search-select/search-select.component.html
create mode 100644
ui/projects/streampipes/shared-ui/src/lib/components/search-select/search-select.component.scss
create mode 100644
ui/projects/streampipes/shared-ui/src/lib/components/search-select/search-select.component.ts