This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a change to branch
4270-add-cancel-navigation-option-to-unsaved-changes-warning-for-chartsdashboards
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from a708d2f868 fix: fix cypress e2e tests (#4268)
new 7892d0d7e4 fix(#4270): add keep editing option to leave dialog
new 197bbc2554 fix(#4270): refactor API of confirm dialog
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
ui/deployment/i18n/de.json | 1 +
ui/deployment/i18n/en.json | 1 +
ui/deployment/i18n/pl.json | 1 +
.../confirm-dialog/confirm-dialog.component.html | 52 ++++++++++++++++------
.../confirm-dialog/confirm-dialog.component.scss | 4 ++
.../confirm-dialog/confirm-dialog.component.ts | 20 ++++++---
.../streampipes/shared-ui/src/public-api.ts | 1 +
.../asset-overview/asset-overview.component.ts | 5 +--
.../chart-overview-table.component.ts | 5 +--
.../components/chart-view/chart-view.component.ts | 29 ++++++------
.../files/file-overview/file-overview.component.ts | 5 +--
.../abstract-security-principal-config.ts | 6 +--
.../role-configuration.component.ts | 5 +--
.../user-group-configuration.component.ts | 5 +--
.../adapter-configuration-state.service.ts | 7 ++-
.../configure-schema/configure-schema.component.ts | 7 ++-
.../dashboard-overview-table.component.ts | 5 +--
.../components/panel/dashboard-panel.component.ts | 22 +++++----
.../pipeline-assembly-options.component.ts | 5 +--
.../components/pipeline/pipeline.component.ts | 3 +-
20 files changed, 112 insertions(+), 77 deletions(-)